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: unassig...@gcc.gnu.org
        ReportedBy: mario-baum...@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

Reply via email to