This is the mail archive of the gcc@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: bootstrap failure on darwin6.3 HEAD


"Andreas Tobler" <toa@pop.agri.ch> writes:

> Hi,
> 
> /Volumes/xufs/gcc-cvs/objdir/gcc/gcj -B/Volumes/xufs/gcc-cvs/objdir/powerpc-apple-darwin6.3/libjava/
> -B/Volumes/xufs/gcc-cvs/objdir/gcc/ --encoding=UTF-8 -Wno-deprecated -fclasspath=
> -fbootclasspath=/Volumes/xufs/gcc-cvs/objdir/powerpc-apple-darwin6.3/libjava
> -g -O2 -MD -MT java/lang/Math.lo -MF java/lang/Math.d -c ../../../gcc/libjava/java/lang/Math.java
> -o java/lang/Math.o
> ../../../gcc/libjava/java/lang/Math.java: In class `java.lang.Math':
> ../../../gcc/libjava/java/lang/Math.java: In method `java.lang.Math.max(float,float)':
> ../../../gcc/libjava/java/lang/Math.java:270: internal compiler error: in
> rs6000_emit_cmove, at config/rs6000/rs6000.c:9185
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
> make[3]: *** [java/lang/Math.lo] Error 1
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all-target-libjava] Error 2
> make: *** [bootstrap] Error 2
> 
> Here the Math.s.
> 
> Any more data needed?

No, this problem has already been reported and I'm now testing a fix.

(The fix is delayed because it turned out that rs6000_emit_cmove had
several bugs.)

-- 
- Geoffrey Keating <geoffk@geoffk.org>


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