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]

PowerPC Java bootstrap failure


This failure (on mainline) is new in the past 2 days or so. Anyone know 
what could have caused it?


/home/bryce/cvs/gcc/build/gcc/gcj 
-B/home/bryce/cvs/gcc/build/powerpc-unknown-linux-gnu/libjava/ 
-B/home/bryce/cvs/gcc/build/gcc/ --encoding=UTF-8 -C -g -classpath '' 
-bootclasspath 
/home/bryce/cvs/gcc/build/powerpc-unknown-linux-gnu/libjava:../../../libjava 
-d /home/bryce/cvs/gcc/build/powerpc-unknown-linux-gnu/libjava 
java/lang/ConcreteProcess.java
../../../libjava/java/util/Hashtable.java:119: Floating point literal 
exceeds range of `float'.
     private static final float DEFAULT_LOAD_FACTOR = 0.75f;
                                                          ^
../../../libjava/java/util/HashMap.java:113: Floating point literal 
exceeds range of `float'.
     static final float DEFAULT_LOAD_FACTOR = 0.75f;
                                                  ^
2 errors


regards

Bryce.



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