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
c57d4028
Commit
c57d4028
authored
Nov 12, 2006
by
Andreas Schwab
Committed by
Andreas Schwab
Nov 12, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* except.c (sjlj_emit_function_enter): Remove unused variable.
From-SVN: r118723
parent
56acf88c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/except.c
+2
-2
No files found.
gcc/ChangeLog
View file @
c57d4028
2006
-
11
-
12
Andreas
Schwab
<
schwab
@suse
.
de
>
*
except
.
c
(
sjlj_emit_function_enter
)
:
Remove
unused
variable
.
2006
-
11
-
11
Roger
Sayle
<
roger
@eyesopen
.
com
>
*
fold
-
const
.
c
(
int_binop_types_match_p
)
:
New
function
.
...
...
gcc/except.c
View file @
c57d4028
/* Implements exception handling.
Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
1999, 2000, 2001, 2002, 2003, 2004, 2005
, 2006
Free Software Foundation, Inc.
Contributed by Mike Stump <mrs@cygnus.com>.
This file is part of GCC.
...
...
@@ -1869,7 +1869,7 @@ sjlj_emit_function_enter (rtx dispatch_label)
#ifdef DONT_USE_BUILTIN_SETJMP
{
rtx
x
,
note
;
rtx
x
;
x
=
emit_library_call_value
(
setjmp_libfunc
,
NULL_RTX
,
LCT_RETURNS_TWICE
,
TYPE_MODE
(
integer_type_node
),
1
,
plus_constant
(
XEXP
(
fc
,
0
),
...
...
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