diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-28 08:38:22 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-28 08:38:22 +0000 |
commit | 69a1723d99e98665656fdad933aaff86ebf5c4dd (patch) | |
tree | 961a35efbd1e3fc52963c3b678c4aa54dd5c7cfe /gcc/java/ChangeLog | |
parent | 657508292605d3a27aa884558dba7388e04e33fd (diff) | |
download | gcc-69a1723d99e98665656fdad933aaff86ebf5c4dd.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40921 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/ChangeLog')
-rw-r--r-- | gcc/java/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index c114c6c15b1..081dab16a93 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,13 @@ +2001-03-28 Richard Henderson <rth@redhat.com> + + * 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. + 2001-03-27 Richard Henderson <rth@redhat.com> * expr.c, parse.h: Use USING_SJLJ_EXCEPTIONS instead of |