2000-10-07 Alexandre Petit-Bianco <apbianco@cygnus.com>
commitf4386e82bf3f53530352045565a97231f1ad3dd6
authorapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Oct 2000 17:54:59 +0000 (10 17:54 +0000)
committerapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Oct 2000 17:54:59 +0000 (10 17:54 +0000)
tree29e47287ccecef100ce0b62cbd6d9692d2e0680c
parent5bccd61f9436f92a94d911a2792e6c8cf438543a
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)

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36827 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/java/ChangeLog
gcc/java/decl.c
gcc/java/parse.y