parse.y (check_final_variable_indirect_assignment): For COMPOUND_EXPR...
authorAlexandre Petit-Bianco <apbianco@redhat.com>
Thu, 27 Sep 2001 19:20:12 +0000 (12:20 -0700)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Thu, 27 Sep 2001 19:20:12 +0000 (12:20 -0700)
commite9546ca4386cf16a15b3969b277e8a99aba88828
treeb821a55f43ed8466b11677e96c7cab18c8effb63
parent595207883411f36ea954689e229ff188e29c0ba1
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
gcc/java/ChangeLog
gcc/java/parse.y