Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
532f41fa
Commit
532f41fa
authored
May 04, 2006
by
Tom Tromey
Committed by
Tom Tromey
May 04, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* java-tree.def (THIS_EXPR): Now a tcc_expression.
From-SVN: r113542
parent
1958f718
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/java/ChangeLog
+4
-0
gcc/java/java-tree.def
+1
-1
No files found.
gcc/java/ChangeLog
View file @
532f41fa
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
>
2006
-
05
-
04
Andrew
Haley
<
aph
@
redhat
.
com
>
*
class
.
c
(
make_field_value
):
Always
build_address_of
fdecl
if
*
class
.
c
(
make_field_value
):
Always
build_address_of
fdecl
if
...
...
gcc/java/java-tree.def
View file @
532f41fa
...
@@ -39,7 +39,7 @@ DEFTREECODE (NEW_ANONYMOUS_ARRAY_EXPR, "new_anonymous_array",
...
@@ -39,7 +39,7 @@ DEFTREECODE (NEW_ANONYMOUS_ARRAY_EXPR, "new_anonymous_array",
DEFTREECODE (NEW_CLASS_EXPR, "new_class_expr", tcc_expression, 3)
DEFTREECODE (NEW_CLASS_EXPR, "new_class_expr", tcc_expression, 3)
/* Defines `this' as an expression. */
/* 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
/* 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. */
mark the end of the block. Operand 1 is the labeled block body. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment