parse.y (source_end_java_method): If the current method contains any exception handle...
authorAndrew Haley <aph@cygnus.com>
Tue, 11 May 1999 12:09:13 +0000 (12:09 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Tue, 11 May 1999 12:09:13 +0000 (12:09 +0000)
commit138657ecb0d28fa0c8df47db35f156ea4aa3b590
tree98e4984a170319b0749e4b4b7ab541d5bbd4a955
parent6a09296d7aa232eafa5ba864338138ea917a0093
parse.y (source_end_java_method): If the current method contains any exception handlers...

1999-05-11  Andrew Haley  <aph@cygnus.com>
        * parse.y (source_end_java_method): If the current method contains
        any exception handlers, force asynchronous_exceptions: this is
        necessary because signal handlers in libjava may throw exceptions.
        * decl.c (end_java_method): Ditto.

From-SVN: r26884
gcc/java/ChangeLog
gcc/java/decl.c
gcc/java/parse.c
gcc/java/parse.y