[Bug java/55764] [4.8 Regression] ICE when building frysk
mark at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Dec 21 09:42:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55764
--- Comment #3 from Mark Wielaard <mark at gcc dot gnu.org> 2012-12-21 09:42:28 UTC ---
The crash should of course not happen, but since jdom now depends on jaxen just
including the jaxen.jar on the classpath seems to work around the issue:
./jc1 jdom.jar fhash-synchronization -fno-use-divide-subroutine -fuse-boehm-gc
-fnon-call-exceptions -fkeep-inline-functions -quiet -g -O -o /tmp/jdom.s
-fbootclasspath=/home/mark/install/share/java/libgcj-4.8.0.jar
-fclasspath=jaxen.jar
More information about the Gcc-bugs
mailing list