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]

Re: RTL checking failure on mips-sgi-irix6.2

[Get raw message]
 > From: Graham Stott <grahams at redhat dot com> 
 > 
 > All,
 > 
 > I think you will find it has already been fixed in CVS by Alex Oliva. 
 > Graham

Indeed.  However, now I get this building libstdc++:

/var/tmp/gcc-testing/build/gcc/xgcc -B/var/tmp/gcc-testing/build/gcc/
-nostdinc++
-L/var/tmp/gcc-testing/build/mips-sgi-irix6.2/libstdc++-v3/src
-L/var/tmp/gcc-testing/build/mips-sgi-irix6.2/libstdc++-v3/src/.libs
-B/usr/local/mips-sgi-irix6.2/bin/ -B/usr/local/mips-sgi-irix6.2/lib/
-isystem /usr/local/mips-sgi-irix6.2/include -nostdinc++
-I/var/tmp/gcc-testing/build/mips-sgi-irix6.2/libstdc++-v3/include/mips-sgi-irix6.2
-I/var/tmp/gcc-testing/build/mips-sgi-irix6.2/libstdc++-v3/include
-I../../../../egcs-CVS20011117/libstdc++-v3/libsupc++
-I../../../../egcs-CVS20011117/libstdc++-v3/libmath -g -O2
-fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections
-g -c ../../../../egcs-CVS20011117/libstdc++-v3/src/ios.cc -DPIC -o
.libs/ios.o

../../../../egcs-CVS20011117/libstdc++-v3/libsupc++/new: In static member
   function `static void std::ios_base::Init::_S_ios_create(bool)':
../../../../egcs-CVS20011117/libstdc++-v3/libsupc++/new:86: Internal error:
   Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[4]: *** [ios.lo] Error 1


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