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
9553dd73
Commit
9553dd73
authored
Apr 01, 2016
by
Nathan Sidwell
Committed by
Nathan Sidwell
Apr 01, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree.def (TRY_CATCH_EXPR): Correct documentation.
From-SVN: r234671
parent
73b9085d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/tree.def
+3
-3
No files found.
gcc/ChangeLog
View file @
9553dd73
2016-04-01 Nathan Sidwell <nathan@acm.org>
* tree.def (TRY_CATCH_EXPR): Correct documentation.
2016-03-31 Vladimir Makarov <vmakarov@redhat.com>
PR rtl-optimization/70461
...
...
gcc/tree.def
View file @
9553dd73
...
...
@@ -870,10 +870,10 @@ DEFTREECODE (POSTINCREMENT_EXPR, "postincrement_expr", tcc_expression, 2)
/* Used to implement `va_arg'. */
DEFTREECODE (VA_ARG_EXPR, "va_arg_expr", tcc_expression, 1)
/* Evaluate operand
1
. If and only if an exception is thrown during
the evaluation of operand
1, evaluate operand 2
.
/* Evaluate operand
0
. If and only if an exception is thrown during
the evaluation of operand
0, evaluate operand 1
.
This differs from TRY_FINALLY_EXPR in that operand
2
is not evaluated
This differs from TRY_FINALLY_EXPR in that operand
1
is not evaluated
on a normal or jump exit, only on an exception. */
DEFTREECODE (TRY_CATCH_EXPR, "try_catch_expr", tcc_statement, 2)
...
...
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