Bug 28801 - [4.2 Regression] libgcj build broken for gnu/CORBA/CDR/gnuRuntime.java
Summary: [4.2 Regression] libgcj build broken for gnu/CORBA/CDR/gnuRuntime.java
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: java (show other bugs)
Version: unknown
: P3 normal
Target Milestone: 4.2.0
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-22 13:03 UTC by Mark Wielaard
Modified: 2006-08-22 15:13 UTC (History)
2 users (show)

See Also:
Host: i686-pc-linux-gnu
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2006-08-22 13:56:30


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Wielaard 2006-08-22 13:03:52 UTC
Current svn trunk gives:

/home/mark/src/gcc-obj/gcc/gcj -B/home/mark/src/gcc-obj/i686-pc-linux-gnu/libjava/ -B/home/mark/src/gcc-obj/gcc/ -ffloat-store -fomit-frame-pointer -fclasspath= -fbootclasspath=/home/mark/src/gcc-obj/i686-pc-linux-gnu/libjava/classpath/lib --encoding=UTF-8 -Wno-deprecated -fbootstrap-classes -g -O2 -fjni -findirect-dispatch -fno-indirect-classes -c @gnu-CORBA.list -fPIC -o .libs/gnu-CORBA.o
gnu/CORBA/CDR/gnuRuntime.java: In class 'gnu.CORBA.CDR.gnuRuntime$Redirection':
gnu/CORBA/CDR/gnuRuntime.java: In method 'gnu.CORBA.CDR.gnuRuntime$Redirection.toString()':
gnu/CORBA/CDR/gnuRuntime.java:95: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [gnu-CORBA.lo] Error 1

The same can be seen on the builder.classpath.org:
http://lists.gnu.org/archive/html/classpath-testresults/2006-08/msg00126.html

This doesn't happen on x86_64-unknown-linux-gnu.
Comment 1 Richard Biener 2006-08-22 13:56:30 UTC
Confirmed.  Happens on x86_64-unknown-linux-gnu, too:
gnu/CORBA/CDR/AbstractCdrOutput.java:112: internal compiler error: Segmentation fault
Comment 2 Andrew Pinski 2006-08-22 15:13:40 UTC
Fixed by:
http://gcc.gnu.org/ml/gcc-patches/2006-08/msg00788.html