summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2001-05-22 00:52:58 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2001-05-22 00:52:58 +0000
commit567eba8cd28c1de7e28e34383f741c8ad6398fc9 (patch)
tree2b84c9653198ce0b1082af692eabaefb45df009c
parent49603c0fc991cc553432eb536b0d51bbcac9796f (diff)
downloadppe42-gcc-567eba8cd28c1de7e28e34383f741c8ad6398fc9.tar.gz
ppe42-gcc-567eba8cd28c1de7e28e34383f741c8ad6398fc9.zip
lose START_CATCH_STMT
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42414 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/c-tree.texi18
1 files changed, 9 insertions, 9 deletions
diff --git a/gcc/c-tree.texi b/gcc/c-tree.texi
index 27558fe0f72..b7001976a6a 100644
--- a/gcc/c-tree.texi
+++ b/gcc/c-tree.texi
@@ -1361,8 +1361,6 @@ This predicate holds if the function an overloaded
@findex SCOPE_BEGIN_P
@findex SCOPE_END_P
@findex SCOPE_NULLIFIED_P
-@tindex START_CATCH_STMT
-@findex START_CATCH_TYPE
@tindex SUBOBJECT
@findex SUBOBJECT_CLEANUP
@tindex SWITCH_STMT
@@ -1586,6 +1584,15 @@ goto'' extension has been used, the @code{GOTO_DESTINATION} will be an
arbitrary expression indicating the destination. This expression will
always have pointer type.
+@item HANDLER
+
+Used to represent a C++ @code{catch} block. The @code{HANDLER_TYPE}
+is the type of exception that will be caught by this handler; it is
+equal (by pointer equality) to @code{CATCH_ALL_TYPE} if this handler
+is for all types. @code{HANDLER_PARMS} is the @code{DECL_STMT} for
+the catch parameter, and @code{HANDLER_BODY} is the
+@code{COMPOUND_STMT} for the block itself.
+
@item IF_STMT
Used to represent an @code{if} statement. The @code{IF_COND} is the
@@ -1651,13 +1658,6 @@ which they were encountered. If @code{SCOPE_NULLIFIED_P} or
@code{SCOPE_NO_CLEANUPS_P} holds of the scope, back-ends should behave
as if the @code{SCOPE_STMT} were not present at all.
-@item START_CATCH_STMT
-
-These statements represent the location to which control is transferred
-when an exception is thrown. The @code{START_CATCH_TYPE} is the type of
-exception that will be caught by this handler; it is equal (by pointer
-equality) to @code{CATCH_ALL_TYPE} if this handler is for all types.
-
@item SUBOBJECT
In a constructor, these nodes are used to mark the point at which a
OpenPOWER on IntegriCloud