2001-02-13 Alexandre Petit-Bianco <apbianco@cygnus.com>
commitefcda118a110aa4f5c271aec4ab615d9e056a198
authorapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Feb 2001 00:03:11 +0000 (14 00:03 +0000)
committerapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Feb 2001 00:03:11 +0000 (14 00:03 +0000)
tree2409121bec47bf9d0bb428da3a62dc4db716f8f8
parent251b9f72a7d5f738b4e2cd77e38b9a36fcfeaa90
2001-02-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>

* decl.c (classdollar_identifier_node): Initialize.
* java-tree.h (enum java_tree_index): New entry
`JTI_CLASSDOLLAR_IDENTIFIER_NODE.'
(classdollar_identifier_node): New macro.
(ID_CLASSDOLLAR_P): Likewise.
* parse.y (build_dot_class_method): Use `classdollar_identifier_node.'
(build_dot_class_method_invocation): Likewise.
(find_applicable_accessible_methods_list): `class$' can't be
inherited.

(http://gcc.gnu.org/ml/gcc-patches/2001-02/msg00760.html)

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