[Bug c++/48569] New: internal compiler error: in build_zero_init_1, at cp/init.c:278
mario-baumann at web dot de
gcc-bugzilla@gcc.gnu.org
Tue Apr 12 09:52:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48569
Summary: internal compiler error: in build_zero_init_1, at
cp/init.c:278
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: mario-baumann@web.de
Created attachment 23961
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23961
bzipped preprocessed c++ source
Hi all,
attached preprocessed c++ source fails with ICE in build_zero_init_1, at
cp/init.c:278
It fails with '-m32', '-O0' and '-O1' too!
Mario.
> uname -a
Linux ahsoka.intec.dom 2.6.32-71.24.1.el6.x86_64 #1 SMP Sat Mar 26 16:05:19 EDT
2011 x86_64 x86_64 x86_64 GNU/Linux
> rpm -qa "glibc*" | grep -e 'glibc-[0-9]' | sort -u
glibc-2.12-1.7.el6_0.5.i686
glibc-2.12-1.7.el6_0.5.x86_64
> g++ -v
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/app2/gcc/4.7.0-20110411-svn172252/x86_64/libexec/gcc/x86_64-unknown-linux-gnu/4.7.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ./configure --prefix=/app2/gcc/4.7.0-20110411-svn172252/x86_64
--enable-languages=c,c++,fortran --disable-nls
--with-gmp=/app2/gcc/4.7.0-20110411-svn172252/x86_64/aux
--with-mpfr=/app2/gcc/4.7.0-20110411-svn172252/x86_64/aux
--with-mpc=/app2/gcc/4.7.0-20110411-svn172252/x86_64/aux
--with-ppl=/app2/gcc/4.7.0-20110411-svn172252/x86_64/aux
--with-cloog=/app2/gcc/4.7.0-20110411-svn172252/x86_64/aux
Thread model: posix
gcc version 4.7.0 20110411 (experimental) (GCC)
> ld -v
GNU ld (GNU Binutils) 2.21.51.20110411
More information about the Gcc-bugs
mailing list