OSDN Git Service

2000-10-31 Alexandre Petit-Bianco <apbianco@cygnus.com>
authorapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Nov 2000 05:25:15 +0000 (05:25 +0000)
committerapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Nov 2000 05:25:15 +0000 (05:25 +0000)
commit93139f2259b393717467af0f543e894f6c4d77a4
tree3ec6f9dedc5c7547f9b4b97ed415f645edd1b217
parenta292cb6e4642748066ac372d6f9c36b1b1372221
2000-10-31  Alexandre Petit-Bianco  <apbianco@cygnus.com>

* parse.y (outer_field_access_p): Inherited fields aren't
consider outer fields.
(maybe_build_thisn_access_method): Use
PURE_INNER_CLASS_TYPE_P instead of INNER_CLASS_TYPE_P.
(resolve_expression_name): Trigger an error if a static field
is being accessed as an outer field.

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

       * parse.h (INNER_ENCLOSING_SCOPE_CHECK): Check inherited type in
       scope.

(http://gcc.gnu.org/ml/gcc-patches/2000-11/msg01217.html)

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