This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/49216] [C++0x][Regression] ICE on compiling new-expression with braced-init-list for arrays
- From: "ebotcazou at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 25 Jun 2011 22:17:36 +0000
- Subject: [Bug c++/49216] [C++0x][Regression] ICE on compiling new-expression with braced-init-list for arrays
- Auto-submitted: auto-generated
- References: <bug-49216-4@http.gcc.gnu.org/bugzilla/>
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