summaryrefslogtreecommitdiff
path: root/gcc/java/ChangeLog
diff options
context:
space:
mode:
authorAlexandre Petit-Bianco <apbianco@redhat.com>2001-09-27 12:20:12 -0700
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>2001-09-27 12:20:12 -0700
commite9546ca4386cf16a15b3969b277e8a99aba88828 (patch)
treeb821a55f43ed8466b11677e96c7cab18c8effb63 /gcc/java/ChangeLog
parent595207883411f36ea954689e229ff188e29c0ba1 (diff)
downloadgcc-e9546ca4386cf16a15b3969b277e8a99aba88828.tar.gz
parse.y (check_final_variable_indirect_assignment): For COMPOUND_EXPR...
2001-09-26 Alexandre Petit-Bianco <apbianco@redhat.com> * parse.y (check_final_variable_indirect_assignment): For COMPOUND_EXPR, return only if finals were found initialized properly, if not, keep on checking. (check_final_variable_global_assignment_flag): New local error_found, set when appropriate and used to decide whether to report uninitialized finals. Fixed typo in comment. ( http://gcc.gnu.org/ml/gcc-patches/2001-09/msg01160.html ) From-SVN: r45844
Diffstat (limited to 'gcc/java/ChangeLog')
-rw-r--r--gcc/java/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 8ce096a2851..53b1ce6dc43 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,3 +1,12 @@
+2001-09-26 Alexandre Petit-Bianco <apbianco@redhat.com>
+
+ * parse.y (check_final_variable_indirect_assignment): For
+ COMPOUND_EXPR, return only if finals were found initialized
+ properly, if not, keep on checking.
+ (check_final_variable_global_assignment_flag): New local
+ error_found, set when appropriate and used to decide whether to
+ report uninitialized finals. Fixed typo in comment.
+
2001-09-22 Alexandre Petit-Bianco <apbianco@redhat.com>
* decl.c (init_decl_processing): Fixed typo in predef_filenames