This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
gcj-4.3.20060126 miscompiles native libraries?
- From: Hanno Meyer-Thurow <h dot mth at web dot de>
- To: java at gcc dot gnu dot org
- Date: Sat, 27 Jan 2007 15:06:59 +0100
- Subject: gcj-4.3.20060126 miscompiles native libraries?
Hi again,
another thing I see with latest gcj.
gcj -shared -Wl,-Bsymbolic -fPIC -findirect-dispatch -fjni -g0 -O1 -mtune=pentium4 -march=pentium4 -pipe -momit-leaf-frame-pointer -fomit-frame-pointer -o /usr/share/eclipse-ecj-3.3/lib/libecj.jar.so /usr/share/eclipse-ecj-3.3/lib/ecj.jar
... seems to miscompile native libraries. At least calling javac wrapper then fails.
Deleteing /usr/share/java/classpath.gcjdb makes it work again.
Though, ant buildfiles still fail on javac tasks like:
Missing resource: org/eclipse/jdt/internal/compiler/batch/messages.properties for locale: de_DE
error starting modern compiler
I should say that gcj-4.3.20060119 does fine.
Please tell me what other information you may need.
Again, thanks for any help in advance!
Regards,
Hanno