mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-25 23:41:28 +08:00
* doc/c-tree.texi (Function Bodies): Update HANDLER documentation.
From-SVN: r74084
This commit is contained in:
parent
53d60c042d
commit
8786882bd0
@ -1,3 +1,7 @@
|
||||
2003-12-01 Gabriel Dos Reis <gdr@integrable-solutions.net>
|
||||
|
||||
* doc/c-tree.texi (Function Bodies): Update HANDLER documentation.
|
||||
|
||||
2003-12-01 Kelley Cook <kcook@gcc.gnu.org>
|
||||
|
||||
* doc/install.texi: Note that fastjar is built with automake 1.7.x
|
||||
|
@ -1546,10 +1546,10 @@ This is used for branch prediction.
|
||||
|
||||
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.
|
||||
equal (by pointer equality) to @code{NULL} 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user