* java-tree.def (THIS_EXPR): Now a tcc_expression.
authorTom Tromey <tromey@redhat.com>
Thu, 4 May 2006 23:20:40 +0000 (23:20 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Thu, 4 May 2006 23:20:40 +0000 (23:20 +0000)
From-SVN: r113542

gcc/java/ChangeLog
gcc/java/java-tree.def

index 93deeb2f78f30a9e61ec55f1817dec31cffcc56a..9635aa896fcf8d347a80c35cbe63a29b9f0997f9 100644 (file)
@@ -1,3 +1,7 @@
+2006-05-04  Tom Tromey  <tromey@redhat.com>
+
+       * java-tree.def (THIS_EXPR): Now a tcc_expression.
+
 2006-05-04  Andrew Haley  <aph@redhat.com>
 
        * class.c (make_field_value): Always build_address_of fdecl if
index ac8f83a25340df345604cde65bf64a51f6d10fd2..7e2c650b1fbb78da5c49da9ea216c3f8ec84fa8d 100644 (file)
@@ -39,7 +39,7 @@ DEFTREECODE (NEW_ANONYMOUS_ARRAY_EXPR, "new_anonymous_array",
 DEFTREECODE (NEW_CLASS_EXPR, "new_class_expr", tcc_expression, 3)
 
 /* Defines `this' as an expression.  */
-DEFTREECODE (THIS_EXPR, "this", tcc_unary, 0)
+DEFTREECODE (THIS_EXPR, "this", tcc_expression, 0)
 
 /* A labeled block. Operand 0 is the label that will be generated to
    mark the end of the block.  Operand 1 is the labeled block body.  */