This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/53196] unknown struct name in C99 compound initializer doesn't generate error
- From: "manu at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 02 May 2012 20:11:37 +0000
- Subject: [Bug c/53196] unknown struct name in C99 compound initializer doesn't generate error
- Auto-submitted: auto-generated
- References: <bug-53196-4@http.gcc.gnu.org/bugzilla/>
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 ***