This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Update in internal problem with GCJ on Alpha Tru64
- To: <java at gcc dot gnu dot org>
- Subject: Update in internal problem with GCJ on Alpha Tru64
- From: Antonio Ake <ake at ecn dot purdue dot edu>
- Date: Tue, 14 Aug 2001 23:31:54 -0500 (EST)
On July 22, I posted an internal error with gcj
http://gcc.gnu.org/ml/java/2001-07/msg00222.html
1.ParseGen.class produced an internal error. I tested with -O2 and it
compiled.
2.Instruction.class produced an internal error. I tested with -O2 and it
compiled.
I realized that the default optimization value is 0.
I tried to compile javac benchmark with -O2 in all the files, I have a new
internal problem with Type.class. I tried with -00 and it compiled.
Regards