http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52772

             Bug #: 52772
           Summary: internal compiler error: Segmentation fault
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: mario-baum...@web.de


Created attachment 27034
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27034
c++ source

Hi all,

compilation of attached c++ source file fails with

> g++ -m32 -O2 -c goo.cxx
goo.cxx: In member function 'int c8::tria(c7*, c5*)':
goo.cxx:81:1: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

-----------------------------------------------------------------------------
> uname -a
Linux ahsoka.intec.dom 2.6.32-220.7.1.el6.x86_64 #1 SMP Fri Feb 10 15:22:22 EST
2012 x86_64 x86_64 x86_64 GNU/Linux

> rpm -qa "glibc*" | grep -e 'glibc-[0-9]' | sort -u
glibc-2.12-1.47.el6_2.9.i686
glibc-2.12-1.47.el6_2.9.x86_64

> g++ -v
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/app2/gcc/4.8.0-20120329-svn185950/i686/libexec/gcc/i686-unknown-linux-gnu/4.8.0/lto-wrapper
Target: i686-unknown-linux-gnu
Configured with: ./configure --prefix=/app2/gcc/4.8.0-20120329-svn185950/i686
--enable-languages=c,c++,fortran --disable-nls
--with-gmp=/app2/gcc/4.8.0-20120329-svn185950/i686/aux
--with-mpfr=/app2/gcc/4.8.0-20120329-svn185950/i686/aux
--with-mpc=/app2/gcc/4.8.0-20120329-svn185950/i686/aux
--with-ppl=/app2/gcc/4.8.0-20120329-svn185950/i686/aux
--with-cloog=/app2/gcc/4.8.0-20120329-svn185950/i686/aux --disable-multilib
--build=i686-unknown-linux-gnu
Thread model: posix
gcc version 4.8.0 20120329 (experimental) (GCC) 

> ld -v
GNU ld (GNU Binutils) 2.22.52.20120329

Reply via email to