This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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: build failure mainline


>On Sat, 2002-03-09 at 04:48, andreas tobler wrote:
>> gcc/libjava/verify.cc -o verify.o
>> ../../../gcc/libjava/verify.cc: In function `void debug_print(const char*, 
>>    ...)':
>> ../../../gcc/libjava/verify.cc:40: warning: unused parameter `const
>char*fmt'
>> xgcc: Internal error: Illegal instruction (program cc1plus)
>
>The C++ compiler is crashing.  Did you bootstrap your toolchain, or just
>build it with an older compiler.  Maybe cc1plus was miscompiled.

I bootstrap usually from scratch. cvs upadte and then a complete
bootstrap with the following config:

[titanium:gccsrc/objdir/gcc] andreast% ./xgcc -v
Using built-in specs.
Configured with: ../gcc/configure --prefix=/Volumes/reserved1/gcctmp1 --
enable-languages=c,c++,java --enable-libgcj --enable-sjlj-exceptions --
disable-threads --disable-java-gc --disable-shared
Thread model: single
gcc version 3.2 20020309 (experimental)

The libstdc++-v3 got through without any problems.
Well, the yesterdays make check looked pretty bad:

                === g++ Summary ===

# of expected passes            4828
# of unexpected failures        2322
# of unexpected successes       28
# of expected failures          65
# of untested testcases         23

And 38 ICE's in the test, one in default_no_named_section, at
varasm.c:5355 and the other one in extract_insn, at recog.c:2131.

Andreas


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