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
e17f0474
Commit
e17f0474
authored
May 21, 2001
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lose START_CATCH_STMT
From-SVN: r42414
parent
3f41ffd8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
gcc/c-tree.texi
+9
-9
No files found.
gcc/c-tree.texi
View file @
e17f0474
...
@@ -1361,8 +1361,6 @@ This predicate holds if the function an overloaded
...
@@ -1361,8 +1361,6 @@ This predicate holds if the function an overloaded
@findex
SCOPE_BEGIN_P
@findex
SCOPE_BEGIN_P
@findex
SCOPE_END_P
@findex
SCOPE_END_P
@findex
SCOPE_NULLIFIED_P
@findex
SCOPE_NULLIFIED_P
@tindex
START_CATCH_STMT
@findex
START_CATCH_TYPE
@tindex
SUBOBJECT
@tindex
SUBOBJECT
@findex
SUBOBJECT_CLEANUP
@findex
SUBOBJECT_CLEANUP
@tindex
SWITCH_STMT
@tindex
SWITCH_STMT
...
@@ -1586,6 +1584,15 @@ goto'' extension has been used, the @code{GOTO_DESTINATION} will be an
...
@@ -1586,6 +1584,15 @@ goto'' extension has been used, the @code{GOTO_DESTINATION} will be an
arbitrary
expression
indicating
the
destination
.
This
expression
will
arbitrary
expression
indicating
the
destination
.
This
expression
will
always
have
pointer
type
.
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
@item
IF_STMT
Used
to
represent
an
@code{
if
}
statement
.
The
@code{
IF_COND
}
is
the
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
...
@@ -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
@code{
SCOPE_NO_CLEANUPS_P
}
holds
of
the
scope
,
back
-
ends
should
behave
as
if
the
@code{
SCOPE_STMT
}
were
not
present
at
all
.
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
@item
SUBOBJECT
In
a
constructor
,
these
nodes
are
used
to
mark
the
point
at
which
a
In
a
constructor
,
these
nodes
are
used
to
mark
the
point
at
which
a
...
...
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