------- Comment #4 from howarth at nitro dot med dot uc dot edu 2009-11-12 02:43 ------- Unfortunately, the proposed patch doesn't solve the crashes in gcj on intel darwin. I would note that if I use javac to convert testme.java into testme.class that...
gcj --main=testme -O testme.class compiles fine on x86_64-apple-darwin10. This is likely why the problem went unnoticed for so long as the libjava testsuite appears to test gcj via the class files in the associated jar files rather than with the java files themselves (if ejc1 is present). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41991