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
c0700ea5
Commit
c0700ea5
authored
Nov 11, 1997
by
Jason Merrill
Committed by
Jason Merrill
Nov 11, 1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
except.c (do_pop_exception): Return a value.
* except.c (do_pop_exception): Return a value. Oops. From-SVN: r16431
parent
a0e07e85
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/cp/ChangeLog
+4
-0
gcc/cp/except.c
+1
-0
No files found.
gcc/cp/ChangeLog
View file @
c0700ea5
...
...
@@ -4,6 +4,10 @@ Sun Nov 9 01:29:55 1997 Jim Wilson (wilson@cygnus.com)
* init.c (build_vec_delete_1): Delete build_block and
add_block_current_level calls.
Tue Nov 11 02:53:44 1997 Jason Merrill <jason@lasher.cygnus.com>
* except.c (do_pop_exception): Return a value.
Mon Nov 10 20:25:31 1997 Jason Merrill <jason@yorick.cygnus.com>
* call.c (build_new_method_call): Handle getting a
...
...
gcc/cp/except.c
View file @
c0700ea5
...
...
@@ -500,6 +500,7 @@ do_pop_exception (handler)
cleanup
=
build_function_call
(
fn
,
expr_tree_cons
(
NULL_TREE
,
cleanup
,
expr_tree_cons
(
NULL_TREE
,
handler
,
NULL_TREE
)));
return
cleanup
;
}
/* This routine creates the cleanup for the current exception. */
...
...
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