This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/31975] [4.3 Regression] segfault in try_split on mips during bootstrap
- From: "daney at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 May 2007 04:38:13 -0000
- Subject: [Bug target/31975] [4.3 Regression] segfault in try_split on mips during bootstrap
- References: <bug-31975-12387@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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