This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
3.1 20011116 failed to bootstrap on mips
- From: "H . J . Lu" <hjl at lucon dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 17 Nov 2001 09:23:08 -0800
- Subject: 3.1 20011116 failed to bootstrap on mips
[Get raw message]
3.1 20011116 failed to bootstrap on mips-sgi-irix6.5 and
mipsel-unknown-linux-gnu. I got
/home/hjl/work/gnu/src/gcc/gcc/libstdc++-v3/libsupc++/new: In static member
function `static void std::ios_base::Init::_S_ios_create(bool)':
/home/hjl/work/gnu/src/gcc/gcc/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[5]: *** [ios.lo] Error 1
3.1 20011115 is ok.
H.J.