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]
Other format: [Raw text]

[Bug bootstrap/39940] [4.5 Regression] Bootstrap failure in libjava on i686-apple-darwin9



------- Comment #1 from dominiq at lps dot ens dot fr  2009-04-28 07:17 -------
Hit the return key too soon!-(

On  i686-apple-darwin9 bootstrapping revision 146855 fails when building
libjava with -m64:

...
libtool: compile:  /opt/gcc/i686-darwin/gcc/gcj
-B/opt/gcc/i686-darwin/i686-apple-darwin9/x86_64/libjava/
-B/opt/gcc/i686-darwin/gcc/ -ffloat-store -fomit-frame-pointer -Usun
-fclasspath= -fbootclasspath=../../../../gcc-4.5-work/libjava/classpath/lib
--encoding=UTF-8 -Wno-deprecated -fbootstrap-classes -g -O2 -m64
-fsource-filename=/opt/gcc/i686-darwin/i686-apple-darwin9/x86_64/libjava/classpath/lib/classes
-fjni -findirect-dispatch -fno-indirect-classes -c @gnu-java-awt-peer-gtk.list
-o gnu-java-awt-peer-gtk.o >/dev/null 2>&1
../../../../../../gcc-4.5-work/libjava/classpath/gnu/CORBA/Poa/gnuPOA.java: In
class 'gnu.CORBA.Poa.gnuPOA$RefTemplate':
../../../../../../gcc-4.5-work/libjava/classpath/gnu/CORBA/Poa/gnuPOA.java: In
constructor '(gnu.CORBA.Poa.gnuPOA)':
In file included from <built-in>:137:
../../../../../../gcc-4.5-work/libjava/classpath/gnu/CORBA/Poa/gnuPOA.java:0:
error: type mismatch in indirect reference
struct java.lang.String[]

void

# VUSE <.MEM_215>
#slot#8#31_227 = #ref#5#2_71->length;

../../../../../../gcc-4.5-work/libjava/classpath/gnu/CORBA/Poa/gnuPOA.java:0:
internal compiler error: verify_stmts failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[5]: *** [gnu-CORBA.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
make[4]: *** [all-recursive] Error 1
make[3]: *** [multi-do] Error 1
make[2]: *** [all-multi] Error 2
make[1]: *** [all-target-libjava] Error 2
make: *** [all] Error 2


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39940


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