This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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]

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


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