------- Comment #9 from daney at gcc dot gnu dot org  2007-05-22 05:38 -------
Confirmed on a cross compiler configured:

../t1/configure --target=mipsel-linux
--with-sysroot=/usr/local/mipsel-linux-test
--prefix=/usr/local/mipsel-linux-test --with-arch=mips32 --with-float=soft
--disable-java-awt --without-x --disable-tls --enable-__cxa_atexit
--disable-jvmpi --disable-libmudflap --enable-languages=c,c++

Building the compiler yields:
/home/daney/gccsvn/mipsel-t1/./gcc/xgcc -shared-libgcc
-B/home/daney/gccsvn/mipsel-t1/./gcc -nostdinc++
-L/home/daney/gccsvn/mipsel-t1/mipsel-linux/libstdc++-v3/src
-L/home/daney/gccsvn/mipsel-t1/mipsel-linux/libstdc++-v3/src/.libs
-B/usr/local/mipsel-linux-test/mipsel-linux/bin/
-B/usr/local/mipsel-linux-test/mipsel-linux/lib/ -isystem
/usr/local/mipsel-linux-test/mipsel-linux/include -isystem
/usr/local/mipsel-linux-test/mipsel-linux/sys-include
-I/home/daney/gccsvn/mipsel-t1/mipsel-linux/libstdc++-v3/include/mipsel-linux
-I/home/daney/gccsvn/mipsel-t1/mipsel-linux/libstdc++-v3/include
-I/home/daney/gccsvn/t1/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall
-Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once
-ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE
-I/home/daney/gccsvn/mipsel-t1/mipsel-linux/libstdc++-v3/include/backward
-Wno-deprecated -c ../../../../t1/libstdc++-v3/src/strstream.cc -o strstream.o
../../../../t1/libstdc++-v3/src/strstream.cc: In member function ‘void
std::strstream::_ZTv0_n12_NSt9strstreamD0Ev()’:
../../../../t1/libstdc++-v3/src/strstream.cc:418: internal compiler error:
Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 

daney at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-05-22 05:38:13
               date|                            |


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

Reply via email to