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: Java bootstrap fails compiling libjava


I've just done an x86_64 build of HEAD and didn't see this error.

Bryce


Richard Guenther wrote:


On x86_64 I see

/net/pherkad/scratch/rguenth/gcc-obj/./gcc/gcj
-B/net/pherkad/scratch/rguenth/gcc-obj/./gcc/
-B/usr/local/x86_64-unknown-linux-gnu/bin/
-B/usr/local/x86_64-unknown-linux-gnu/lib/ -isystem
/usr/local/x86_64-unknown-linux-gnu/include -isystem
/usr/local/x86_64-unknown-linux-gnu/sys-include --encoding=UTF-8
-Wno-deprecated -C -g -classpath '' -bootclasspath
/net/pherkad/scratch/rguenth/gcc-obj/x86_64-unknown-linux-gnu/libjava':'/net/pherkad/scratch/rguenth/gcc/libjava':'/net/pherkad/scratch/rguenth/gcc/libjava/external/w3c_dom':'/net/pherkad/scratch/rguenth/gcc/libjava/external/sax
-d /net/pherkad/scratch/rguenth/gcc-obj/x86_64-unknown-linux-gnu/libjava \
       -MD -MF gnu/awt.deps @gnu/awt.list
/net/pherkad/scratch/rguenth/gcc/libjava/gnu/awt/LightweightRedirector.java:
In class 'gnu.awt.LightweightRedirector':
/net/pherkad/scratch/rguenth/gcc/libjava/gnu/awt/LightweightRedirector.java:
In method 'gnu.awt.LightweightRedirector.redirect(java.awt.AWTEvent)':
/net/pherkad/scratch/rguenth/gcc/libjava/gnu/awt/LightweightRedirector.java:48:
error: Unreachable statement.
      return event;
     ^
/net/pherkad/scratch/rguenth/gcc/libjava/gnu/awt/LightweightRedirector.java:43:
internal compiler error: internal error in check-init: tree code not
implemented: identifier_node
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [gnu/awt.stamp] Error 1
make[2]: Leaving directory
`/net/pherkad/scratch/rguenth/gcc-obj/x86_64-unknown-linux-gnu/libjava'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory `/net/pherkad/scratch/rguenth/gcc-obj'
make: *** [bootstrap] Error 2


Last updated a few minutes ago. Just FYI.
Richard.




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