This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Unable to coalesce ssa_names 6 and 1279 which are marked as MUST COALESCE.
- From: Marco Trudel <mtrudel at gmx dot ch>
- To: GCC Java <java at gcc dot gnu dot org>
- Date: Tue, 06 Mar 2007 22:30:48 +0100
- Subject: Unable to coalesce ssa_names 6 and 1279 which are marked as MUST COALESCE.
GCC rev 122233. Compiling the attached MappingLoader from castor-0.9.4-xml:
gcj MappingLoader.class -c -findirect-dispatch
-> works
gcj MappingLoader.class -c -findirect-dispatch -O2
-> Unable to coalesce ssa_names 2 and 1279 which are marked as MUST
COALESCE.
D.5094_2(ab) and D.5094_1279(ab)
org/exolab/castor/mapping/loader/MappingLoader.java: In class
'org.exolab.castor.mapping.loader.MappingLoader':
org/exolab/castor/mapping/loader/MappingLoader.java: In method
'org.exolab.castor.mapping.loader.MappingLoader.createFieldDesc(java.lang.Class,org.exolab.castor.mapping.xml.FieldMapping)':
org/exolab/castor/mapping/loader/MappingLoader.java:0: internal compiler
error: SSA corruption
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
Any direct ideas? Otherwise I'll create a bug report.
Marco
Attachment:
MappingLoader.class
Description: Binary data