[Bug c/53196] unknown struct name in C99 compound initializer doesn't generate error

manu at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed May 2 20:11:00 GMT 2012


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53196

Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE

--- Comment #5 from Manuel López-Ibáñez <manu at gcc dot gnu.org> 2012-05-02 20:11:37 UTC ---
I think this is exactly the same issue as:

struct S { int x[sizeof((struct T){})];} s;

*** This bug has been marked as a duplicate of bug 51034 ***



More information about the Gcc-bugs mailing list