* class.c (build_class_ref): Wrap the primary class type in a
commit5d9f2ebde6b8753600f994fff9ca3326ce4a0c8d
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 8 Aug 2005 14:56:18 +0000 (8 14:56 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 8 Aug 2005 14:56:18 +0000 (8 14:56 +0000)
tree286bf4d6e59159e3c998a456c121a115c046e034
parent324eb1245b6834d542fa621fc34aeccd3b8e6894
* class.c (build_class_ref): Wrap the primary class type in a
NOP_EXPR.
* parse.y (java_complete_lhs) <COMPONENT_REF case>: Extract the
primary class type from the NOP_EXPR in which it was placed.

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