https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84462
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |8.0
Keywords| |ice-on-invalid-code
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=68613
Status|UNCONFIRMED |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
GCC 8+ gives:
<source>:28:1: error: initialization of flexible array member in a nested
context
GCC 5 (and before) gave:
<source>:28:1: error: initializer-string for array of chars is too long
[-fpermissive]
};
Dup of bug 80135.
*** This bug has been marked as a duplicate of bug 80135 ***