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]

[IRIX 6.2] Bootstrap failure of mips-sgi-irix5.3 sjlj configuration


After the initial attempt to bootstrap gcc 3.0 20010531 failed due to EH
problems

	http://gcc.gnu.org/ml/gcc-bugs/2001-05/msg00960.html

I've fired off another bootstrap with --enable-sjlj-exceptions.  That
allowed me too 3-stage the compiler, but later on it produced an invalid
assembly file:

/vol/gcc/obj/gcc-3.0-20010531/5.3-cc-dist-sjlj/gcc/xgcc -B/vol/gcc/obj/gcc-3.0-20010531/5.3-cc-dist-sjlj/gcc/ -nostdinc++ -L/vol/gcc/obj/gcc-3.0-20010531/5.3-cc-dist-sjlj/mips-sgi-irix5.3/libstdc++-v3/src -L/vol/gcc/obj/gcc-3.0-20010531/5.3-cc-dist-sjlj/mips-sgi-irix5.3/libstdc++-v3/src/.libs -B/vol/gcc/mips-sgi-irix5.3/bin/ -B/vol/gcc/mips-sgi-irix5.3/lib/ -isystem /vol/gcc/mips-sgi-irix5.3/include -I/vol/gnu/src/gcc/gcc-3.0-branch-dist/libstdc++-v3/../gcc -I/vol/gnu/src/gcc/gcc-3.0-branch-dist/libstdc++-v3/../include -I/vol/gnu/src/gcc/gcc-3.0-branch-dist/libstdc++-v3/include -I/vol/gnu/src/gcc/gcc-3.0-branch-dist/libstdc++-v3/include/std -I/vol/gnu/src/gcc/gcc-3.0-branch-dist/libstdc++-v3/include/c_std -I../include -I/vol/gnu/src/gcc/gcc-3.0-branch-dist/libstdc++-v3/libsupc++ -g -O2 -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -g -c /vol/gnu/src/gcc/gcc-3.0-branch-dist/libstdc++-v3/libsupc++/new_op.cc   -DPIC
cc1plus: warning: `-g': unknown or unsupported -g option
cc1plus: warning: `-g': unknown or unsupported -g option
as0: Error: /vol/gnu/src/gcc/gcc-3.0-branch-dist/libstdc++-v3/libsupc++/new_op.cc, line 1:Badly delimited numeric literal
      .4byte _ZTISt9bad_alloc
as0: Error: /vol/gnu/src/gcc/gcc-3.0-branch-dist/libstdc++-v3/libsupc++/new_op.cc, line 1:malformed statement
make[4]: *** [new_op.lo] Error 1

Similar problems exist when compiling libsupc++/new_opnt.cc,
libsupc++/new_opv.cc, libstdc++-v3/src/misc-inst.cc.  I can provide any of
the .ii/.s files if desired, but this looks very much like a similar
problem I've reported on Solaris 8/Intel before:

	http://gcc.gnu.org/ml/gcc-bugs/2001-05/msg00967.html

I haven't tried yet if this might be fixed by

	http://gcc.gnu.org/ml/gcc-patches/2001-06/threads.html

	Rainer

-----------------------------------------------------------------------------
Rainer Orth, Faculty of Technology, Bielefeld University

Email: ro@TechFak.Uni-Bielefeld.DE


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