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
af829441
Commit
af829441
authored
Mar 31, 2003
by
Matt Kraai
Committed by
Matt Kraai
Mar 31, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* except.h: Remove definition of varray_type.
From-SVN: r65074
parent
6a76da08
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
9 deletions
+4
-9
gcc/ChangeLog
+4
-0
gcc/except.h
+0
-9
No files found.
gcc/ChangeLog
View file @
af829441
2003-03-30 Matt Kraai <kraai@alumni.cmu.edu>
* except.h: Remove definition of varray_type.
2003-03-30 Richard Henderson <rth@redhat.com>
2003-03-30 Richard Henderson <rth@redhat.com>
PR opt/10011, opt/10252:
PR opt/10011, opt/10252:
...
...
gcc/except.h
View file @
af829441
...
@@ -21,11 +21,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
...
@@ -21,11 +21,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
02111-1307, USA. */
#ifndef GCC_VARRAY_H
struct
varray_head_tag
;
#define varray_type struct varray_head_tag *
#endif
struct
function
;
struct
function
;
struct
inline_remap
;
struct
inline_remap
;
...
@@ -139,10 +134,6 @@ extern int (*lang_eh_type_covers) PARAMS ((tree a, tree b));
...
@@ -139,10 +134,6 @@ extern int (*lang_eh_type_covers) PARAMS ((tree a, tree b));
/* Map a type to a runtime object to match type. */
/* Map a type to a runtime object to match type. */
extern
tree
(
*
lang_eh_runtime_type
)
PARAMS
((
tree
));
extern
tree
(
*
lang_eh_runtime_type
)
PARAMS
((
tree
));
#ifndef GCC_VARRAY_H
#undef varray_type
#endif
/* Just because the user configured --with-sjlj-exceptions=no doesn't
/* Just because the user configured --with-sjlj-exceptions=no doesn't
mean that we can use call frame exceptions. Detect that the target
mean that we can use call frame exceptions. Detect that the target
...
...
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