]> git.ipfire.org Git - thirdparty/gcc.git/commit
class.c (build_class_ref): Wrap the primary class type in a NOP_EXPR.
authorNathan Sidwell <nathan@codesourcery.com>
Mon, 8 Aug 2005 14:56:18 +0000 (14:56 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Mon, 8 Aug 2005 14:56:18 +0000 (14:56 +0000)
commit063fb392d218bfecd0d60dc790a94cf7208b92aa
tree286bf4d6e59159e3c998a456c121a115c046e034
parentf303a996311673f8c9178f6593bf4c804077a8ec
class.c (build_class_ref): Wrap the primary class type in a NOP_EXPR.

* 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.

From-SVN: r102859
gcc/java/ChangeLog
gcc/java/class.c
gcc/java/parse.y