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]

ICEs on X86/Linux with SPECjbb


I get the following when trying to compile SPECjbb from Java source on X86
with a recent version of 3.1.  It works fine on IA64.

[hboehm@rushmore src]$ gcj -O2 -static --main=spec.jbb.JBBmain spec/*/*.java
spec/*/*/*.java spec/*/*/*/*.java
spec/jbb/NewOrderTransaction.java:461: Internal compiler error in
fixup_abnormal_edges, at reload1.c:9514
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
spec/jbb/OrderStatusTransaction.java:497: Internal compiler error in
fixup_abnormal_edges, at reload1.c:9514
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
spec/jbb/PaymentTransaction.java:581: Internal compiler error in
fixup_abnormal_edges, at reload1.c:9514
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.


GNATS seems to think there are 2 related open bug reports (4571 and 4796),
though perhaps one of those was intended to be closed.  Is this a known
problem?  Are those bug reports intended to be open?  Is anyone looking at
it?  If not, I will try to isolate it.

Hans 


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