OSDN Git Service

2000-03-13 Alexandre Petit-Bianco <apbianco@cygnus.com>
authorapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Mar 2000 07:51:42 +0000 (07:51 +0000)
committerapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Mar 2000 07:51:42 +0000 (07:51 +0000)
commit35c3924eba88028771fe43fcd96fc86ac980e2ea
treea6db90f19fb051b2ab1011fb4c34917227b6b8d9
parent4bf559f22a8936934a4feabe194ab708a28eca9a
2000-03-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>

* parse.y (resolve_package): Set `next' once a type name has been
progressively discovered.
(resolve_qualified_expression_name): Propagate resolution only if
there are remaining qualifiers. Take into account `q' might have
been cleared after re-qualification.
* parse.y (patch_method_invocation): New local `resolved'.
   Section dealing with qualified expression rewritten to use
  resolve_field_access.

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