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
ececaeae
Commit
ececaeae
authored
Feb 19, 1999
by
Per Bothner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use new TRY_FINALLY_EXPR tree node.
� Use new TRY_FINALLY_EXPR tree node. See ChangeLog. From-SVN: r25311
parent
b72bdd84
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
gcc/java/ChangeLog
+17
-0
No files found.
gcc/java/ChangeLog
View file @
ececaeae
Wed Feb 3 12:38:43 1999 Per Bothner <bothner@cygnus.com>
* java-tree.def (FINALLY_EXPR): Removed. (Now uses TRY_FINALLY_EXPR.)
(TRY_EXPR): Simplify - it no longer has a finally clause.
* check-init.c (check_init): Handle TRY_FINALLY_EXPR.
Simpler handling of TRY_EXPR, which no longer has a finally clause.
* expr.c (java_lang_expand_expr): Likewise.
* java-tree.h (CATCH_EXPR_GET_EXPR): Removed - no longer needed.
* parse.h (java_get_catch_block), parse.y: Removed - no longer needed.
* parse.y (java_complete_lhs): Add support for TRY_FIANLLY_EXPR.
(build_try_statement): Remove finally parameter and handling.
(build_try_finally_statement): New function.
(patch_try_statement): No longer need to support finally clause.
(try_statement): Update grammar action rules.
* jcf-write.c (generate_bytecode_insns): Handle TRY_FINALLY_EXPR.
Simpler handling of TRY_EXPR, which no longer has a finally clause.
1998-11-26 Andrew Haley <aph@viagra.cygnus.co.uk>
* jcf-parse.c (get_constant): Add braces around computation of 'd'
...
...
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