> On Apr 23, 2024, at 15:51, Joseph Myers <josmy...@redhat.com> wrote: > > On Fri, 19 Apr 2024, Qing Zhao wrote: > >> gcc/c/ChangeLog: >> >> * c-decl.cc (finish_struct): Change errors to pedwarns for the cases >> flexible array members in union or alone in structures. > > The C front-end changes are OK for GCC 15 once everything else in the > series is ready for inclusion (in particular, the testsuite changes). Thanks, will update the C FE changes based on your comments. Qing > > -- > Joseph S. Myers > josmy...@redhat.com >
- [RFC][PATCH v1 0/4] Allow flexible array members in unions an... Qing Zhao
- [RFC][PATCH v1 2/4] C and C++ FE changes to support flex... Qing Zhao
- Re: [RFC][PATCH v1 2/4] C and C++ FE changes to supp... Joseph Myers
- Re: [RFC][PATCH v1 2/4] C and C++ FE changes to ... Qing Zhao
- [RFC][PATCH v1 1/4] Documentation change Qing Zhao
- Re: [RFC][PATCH v1 1/4] Documentation change Tom Tromey
- Re: [RFC][PATCH v1 1/4] Documentation change Joseph Myers
- Re: [RFC][PATCH v1 1/4] Documentation change Qing Zhao
- Re: [RFC][PATCH v1 1/4] Documentation change Joseph Myers
- [RFC][PATCH v1 3/4] Add testing cases for flexible array... Qing Zhao