Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: The gcj in the latest gcc RPM fails to compile a class while mainline HEAD does not fail. Version-Release number of selected component (if applicable): gcc-java-4.0.0-0.34 How reproducible: Always Steps to Reproduce: 1. wget http://people.redhat.com/overholt/JavadocOptionsManager.class 2. gcj -fPIC -fjni -findirect-dispatch -shared -Wl,-Bsymbolic -O2 -o JavadocOptionsManager.class.so JavadocOptionsManager.class Actual results: org/eclipse/jdt/internal/ui/javadocexport/JavadocOptionsManager.java: In class 'org.eclipse.jdt.internal.ui.javadocexport.JavadocOptionsManager': org/eclipse/jdt/internal/ui/javadocexport/JavadocOptionsManager.java: In method 'org.eclipse.jdt.internal.ui.javadocexport.JavadocOptionsManager.createXML(org.eclipse.jdt.core.IJavaProject[])': org/eclipse/jdt/internal/ui/javadocexport/JavadocOptionsManager.java:0: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://bugzilla.redhat.com/bugzilla> for instructions. Expected results: No output. Additional info: This works for me with CVS tip as of last week: $ gcj --version gcj (GCC) 4.1.0 20050317 (experimental) I think it will also work with the 4.0 branch HEAD but I don't have a copy of that to try.
While I could reproduce this with gcc-4.0.0-0.34, I can't with 4.0.0-0.35. Assuming this is fixed...