This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/50737] FAIL: Throw_3 -O3 execution, generic dwarf2 EH problem?


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 ...


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]