re PR c++/57947 (internal compiler error: Segmentation fault using extended initializ...
authorPaolo Carlini <paolo.carlini@oracle.com>
Tue, 30 Jul 2013 16:48:52 +0000 (16:48 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Tue, 30 Jul 2013 16:48:52 +0000 (16:48 +0000)
commitbd459a6121641c159e7830e7e3905842e1e5a20a
tree967d6930d5acbf9c1f5808517b4e414cc7571aef
parent02cab1c17d01ff160ab64281acc85a5c3709cafd
re PR c++/57947 (internal compiler error: Segmentation fault using extended initializer lists without -std=c++11 or -std=gnu++11)

/cp
2013-07-30  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/57947
* call.c (is_std_init_list): Return false if cxx_dialect == cxx98.

/testsuite
2013-07-30  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/57947
* g++.dg/parse/crash63.C: New.

From-SVN: r201344
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/parse/crash63.C [new file with mode: 0644]