From a39ac8645754aaee468aa8add01b601723955ca0 Mon Sep 17 00:00:00 2001 From: tromey Date: Thu, 4 May 2006 23:20:40 +0000 Subject: [PATCH] * java-tree.def (THIS_EXPR): Now a tcc_expression. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113542 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/java/ChangeLog | 4 ++++ gcc/java/java-tree.def | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 93deeb2f78f..9635aa896fc 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,7 @@ +2006-05-04 Tom Tromey + + * java-tree.def (THIS_EXPR): Now a tcc_expression. + 2006-05-04 Andrew Haley * class.c (make_field_value): Always build_address_of fdecl if diff --git a/gcc/java/java-tree.def b/gcc/java/java-tree.def index ac8f83a2534..7e2c650b1fb 100644 --- a/gcc/java/java-tree.def +++ b/gcc/java/java-tree.def @@ -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. */ -- 2.11.0