[Bug c/71939] sole flexible array member in an anonymous structure rejected

2016-07-29 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71939 --- Comment #3 from Martin Sebor --- For the record, I brought this up on the C committee's mailing list for discussion. Since the standard can be read (at least) two different ways here I'll submit a proposal into the next mailing to clarify th

[Bug c/71939] sole flexible array member in an anonymous structure rejected

2016-07-28 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71939 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c/71939] sole flexible array member in an anonymous structure rejected

2016-07-26 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71939 --- Comment #1 from joseph at codesourcery dot com --- On Wed, 20 Jul 2016, msebor at gcc dot gnu.org wrote: > While testing a fix for bug 71912 and comparing the C++ front end results to > those of the C front end I came across the following te