decl.c (end_java_method): Do not save and restore flag_non_call_exceptions.
authorRichard Henderson <rth@redhat.com>
Wed, 28 Mar 2001 08:38:22 +0000 (00:38 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 28 Mar 2001 08:38:22 +0000 (00:38 -0800)
commitda7da8f9773d5e6b2edde3d332df6f2f85ed3c51
tree961a35efbd1e3fc52963c3b678c4aa54dd5c7cfe
parent826840d96aa1722381e57d96df700528c4581c33
decl.c (end_java_method): Do not save and restore flag_non_call_exceptions.

        * decl.c (end_java_method): Do not save and restore
        flag_non_call_exceptions.
        * parse.y (source_end_java_method): Likewise.
        * lang.c (flag_exceptions): Don't declare.
        (java_init_options): Set flag_non_call_exceptions.  Set
        flag_exceptions here ...
        (java_init): ... not here.

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