[Bug java/20768] Bytecode -> native code doesn't handle exception properly

aph at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Apr 19 12:34:00 GMT 2005


------- Additional Comments From aph at gcc dot gnu dot org  2005-04-19 12:33 -------
Should be fixed by

2005-04-18  Andrew Haley  <aph@redhat.com>

        * java-except.h (struct eh_range.handler): Remove unused field.
        (handle_nested_ranges): Remove function declaration.
        (sanity_check_exception_range): Add function declaration.
        * verify.c (verify_jvm_instructions): Remove call to
        handle_nested_ranges.
        * verify-glue.c (verify_jvm_instructions_new): Call
        sanity_check_exception_range.
        * except.c (link_handler, eh_range_freelist, link_handler,
        handle_nested_ranges): Remove.
        (add_handler): Rewrite.
        (sanity_check_exception_range): New function.
        (print_ranges): New function.



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20768



More information about the Gcc-bugs mailing list