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: "redi 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 21:21:49 +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
--- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-05-02 21:21:49 UTC ---
Actually, I'm wrong, G++ does still support compound literals, but only with a
non-empty initializer. Maybe I'll open a separate bug for that.