[PATCH 0/6] Support use of -fstrict-flex-arrays in user code
Cristian Rodríguez
cristian@rodriguez.im
Wed Jul 19 12:40:57 GMT 2023
On Mon, Jul 10, 2023 at 11:05 AM Cristian Rodríguez <cristian@rodriguez.im>
wrote:
> Currently GCC 13 -fstrict-flex-arrays cannot be used safely with user
> code because the library makes use of pre-c99 flexible arrays.
>
> This series introduces a macro to annotate such uses and grandfathers-in
> this legacy use.
>
> This series only cover the user-visible *library* types. the linux kernel
> types
> are subject to a different patch set and discussion since the kernel has
> moved on to c11 leaving pre-c99 compatibilty behind.
>
>
>
>
Any comments about this series.. ? as is it should introduce no
regressions.
More information about the Libc-alpha
mailing list