[multiple changes]
authorAlexandre Petit-Bianco <apbianco@cygnus.com>
Tue, 10 Oct 2000 17:54:59 +0000 (17:54 +0000)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Tue, 10 Oct 2000 17:54:59 +0000 (10:54 -0700)
commit29f8b71838fd23a668b760b55b36e9df835c5860
tree29e47287ccecef100ce0b62cbd6d9692d2e0680c
parent8ccaefbd44f90700f0366d4c037c8fc778ffae99
[multiple changes]

2000-10-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        Patch contributed by Corey Minyard.
        * decl.c (check_local_named_variable): New function.
        (tree check_local_unnamed_variable): Likewise.
        (find_local_variable): Splitted. Call check_local_{un}named_variable.

2000-08-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * parse.y (variable_declarator_id:): Better error message.
        (expression_statement:): Use YYNOT_TWICE.
        (cast_expression:): Likewise.
        (assignment:): Likewise.

(http://gcc.gnu.org/ml/gcc-patches/2000-10/msg00286.html)

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