[Bug c++/49216] [C++0x][Regression] ICE on compiling new-expression with braced-init-list for arrays
ebotcazou at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Jun 25 22:17:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49216
Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ebotcazou at gcc dot
| |gnu.org
--- Comment #3 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-06-25 22:17:04 UTC ---
The test doesn't pass on SPARC/Solaris:
Running target unix
FAIL: g++.dg/cpp0x/initlist53.C execution test
Program received signal SIGABRT, Aborted.
0xff1a01cc in _libc_kill () from /usr/lib/libc.so.1
(gdb) bt
#0 0xff1a01cc in _libc_kill () from /usr/lib/libc.so.1
#1 0xff13598c in abort () from /usr/lib/libc.so.1
#2 0x000107d4 in main ()
at
/nile.build/botcazou/gcc-head/src/gcc/testsuite/g++.dg/cpp0x/initlist53.C:19
(gdb) frame 2
#2 0x000107d4 in main ()
at
/nile.build/botcazou/gcc-head/src/gcc/testsuite/g++.dg/cpp0x/initlist53.C:19
19 abort();
(gdb) p p
$2 = (int *) 0x20ac8
(gdb) p p[0]
$3 = 133840
More information about the Gcc-bugs
mailing list