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
442f0a30
Commit
442f0a30
authored
Feb 13, 1998
by
Jason Merrill
Committed by
Jason Merrill
Feb 13, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* except.c (emit_throw): Lose throw_used.
From-SVN: r17966
parent
b43f43db
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
gcc/ChangeLog
+4
-0
gcc/except.c
+0
-8
No files found.
gcc/ChangeLog
View file @
442f0a30
1998-02-13 Jason Merrill <jason@yorick.cygnus.com>
* except.c (emit_throw): Lose throw_used.
Fri Feb 13 20:36:05 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
Fri Feb 13 20:36:05 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
* sched.c (update_flow_info, REG_WAS_0): Ignore if setting insn
* sched.c (update_flow_info, REG_WAS_0): Ignore if setting insn
...
...
gcc/except.c
View file @
442f0a30
...
@@ -428,13 +428,6 @@ int protect_cleanup_actions_with_terminate;
...
@@ -428,13 +428,6 @@ int protect_cleanup_actions_with_terminate;
rtx
exception_handler_labels
;
rtx
exception_handler_labels
;
/* Nonzero means that __throw was invoked.
This is used by the C++ frontend to know if code needs to be emitted
for __throw or not. */
int
throw_used
;
/* The EH context. Nonzero if the function has already
/* The EH context. Nonzero if the function has already
fetched a pointer to the EH context for exception handling. */
fetched a pointer to the EH context for exception handling. */
...
@@ -1200,7 +1193,6 @@ emit_throw ()
...
@@ -1200,7 +1193,6 @@ emit_throw ()
#else
#else
emit_library_call
(
throw_libfunc
,
0
,
VOIDmode
,
0
);
emit_library_call
(
throw_libfunc
,
0
,
VOIDmode
,
0
);
#endif
#endif
throw_used
=
1
;
}
}
emit_barrier
();
emit_barrier
();
}
}
...
...
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