http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50737
--- Comment #10 from Uros Bizjak <ubizjak at gmail dot com> 2011-10-16 18:16:52 UTC --- Hm, I didn't notice new Java failure with the patch: === libjava tests === Running target unix FAIL: Array_3 execution - source compiled test FAIL: Array_3 -findirect-dispatch execution - source compiled test FAIL: Array_3 -O3 execution - source compiled test FAIL: Array_3 -O3 -findirect-dispatch execution - source compiled test === libjava Summary === # of expected passes 2578 # of unexpected failures 4 # of untested testcases 4 Running failing test manually with new libgcc_s.so, we get: ./Array_3.exe Exception in thread "main" java.lang.NullPointerException at Array_3.main(Array_3.java:37) We are just not there yet ...