This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/47436] Variadic base-specifier-list of union rejected
- From: "daniel.kruegler at googlemail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 22 Aug 2011 22:26:07 +0000
- Subject: [Bug c++/47436] Variadic base-specifier-list of union rejected
- Auto-submitted: auto-generated
- References: <bug-47436-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47436
Daniel KrÃgler <daniel.kruegler at googlemail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |daniel.kruegler at
| |googlemail dot com
--- Comment #1 from Daniel KrÃgler <daniel.kruegler at googlemail dot com> 2011-08-22 22:26:07 UTC ---
Based on the FDIS wording (14.6 p. 8) this example should be ill-formed. But
maybe the diagnostic could be improved?