This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/38600] New: Internal compiler error (ICE) Segmentation fault


g++ segfaults with the following two configurations :

1)
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu
--enable-libstdcxx-debug --enable-mpfr --with-tune=i686
--enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)

2)
Using built-in specs.
Target: i386-portbld-freebsd5.5
Configured with: ./..//gcc-4.1-20070806/configure --disable-nls
--with-system-zlib --with-libiconv-prefix=/usr/local --program-suffix=41
--libdir=/usr/local/lib/gcc-4.1.3
--with-gxx-include-dir=/usr/local/lib/gcc-4.1.3/include/c++/ --disable-rpath
--enable-java-awt=gtk,xlib --enable-gtk-cairo --prefix=/usr/local
--mandir=/usr/local/man --infodir=/usr/local/info/gcc41 i386-portbld-freebsd5.5
Thread model: posix
gcc version 4.1.3 20070806 (prerelease)

It fails with or without options :

g++ -Wall -Wextra -std=c++98 -pedantic EventParserInternal.cc -o
test_EventParserInternal                                                        
EventParserInternal.cc:42: internal compiler error: Erreur de segmentation
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see <URL:file:///usr/share/doc/gcc-4.1/README.Bugs>.
Preprocessed source stored into /tmp/ccTx7T0i.out file, please attach this to
your bugreport.


-- 
           Summary: Internal compiler error (ICE) Segmentation fault
           Product: gcc
           Version: 4.1.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: arkanosis at gmail dot com
GCC target triplet: i486-linux-gnu


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]