projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51e355a
)
remove mention of EH_FILTER_MUST_NOT_THROW
author
Jason Merrill
<jason@gcc.gnu.org>
Tue, 22 Nov 2011 15:53:18 +0000
(10:53 -0500)
committer
Jason Merrill
<jason@gcc.gnu.org>
Tue, 22 Nov 2011 15:53:18 +0000
(10:53 -0500)
From-SVN: r181623
gcc/tree.def
patch
|
blob
|
history
diff --git
a/gcc/tree.def
b/gcc/tree.def
index 2a2363e7037e82bd262f890df3a04083afd11d19..11ce8b5b7568df728270882fbb67b1b26bc9d1af 100644
(file)
--- a/
gcc/tree.def
+++ b/
gcc/tree.def
@@
-900,8
+900,7
@@
DEFTREECODE (CATCH_EXPR, "catch_expr", tcc_statement, 2)
/* Used to represent an exception specification. EH_FILTER_TYPES is a list
of allowed types, and EH_FILTER_FAILURE is an expression to evaluate on
- failure. EH_FILTER_MUST_NOT_THROW controls which range type to use when
- expanding. */
+ failure. */
DEFTREECODE (EH_FILTER_EXPR, "eh_filter_expr", tcc_statement, 2)
/* Node used for describing a property that is known at compile