This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/52905] [C++0x] ice on invalid brace-enclosed initializer of vector of enums
- From: "jason at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 31 May 2012 14:31:09 +0000
- Subject: [Bug c++/52905] [C++0x] ice on invalid brace-enclosed initializer of vector of enums
- Auto-submitted: auto-generated
- References: <bug-52905-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52905
Jason Merrill <jason at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|4.8.0 |4.7.1
--- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> 2012-05-31 14:28:46 UTC ---
Author: jason
Date: Thu May 31 14:28:41 2012
New Revision: 188063
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=188063
Log:
PR c++/53500
PR c++/52905
* call.c (joust): Handle comparing list and non-list ctors.
Added:
branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/initlist-ctor1.C
Modified:
branches/gcc-4_7-branch/gcc/cp/ChangeLog
branches/gcc-4_7-branch/gcc/cp/call.c
branches/gcc-4_7-branch/gcc/testsuite/ChangeLog