This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/60848] [4.7/4.8/4.9/4.10 Regression] Crash while experimenting with c++-0x initializer lists
- 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: Tue, 03 Jun 2014 14:11:43 +0000
- Subject: [Bug c++/60848] [4.7/4.8/4.9/4.10 Regression] Crash while experimenting with c++-0x initializer lists
- Auto-submitted: auto-generated
- References: <bug-60848-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60848
--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Tue Jun 3 14:11:10 2014
New Revision: 211179
URL: http://gcc.gnu.org/viewcvs?rev=211179&root=gcc&view=rev
Log:
PR c++/60848
* call.c (is_std_init_list): Check CLASSTYPE_TEMPLATE_INFO.
Added:
trunk/gcc/testsuite/g++.dg/cpp0x/initlist85.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/call.c