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
27a9462d
Commit
27a9462d
authored
Oct 18, 2012
by
Eric Botcazou
Committed by
Eric Botcazou
Oct 18, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* except.c (sjlj_emit_function_enter): Remove unused variable.
From-SVN: r192565
parent
c4216388
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/except.c
+1
-1
No files found.
gcc/ChangeLog
View file @
27a9462d
2012-10-18 Eric Botcazou <ebotcazou@adacore.com>
* except.c (sjlj_emit_function_enter): Remove unused variable.
2012-10-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
gcc/except.c
View file @
27a9462d
...
...
@@ -1153,7 +1153,7 @@ sjlj_emit_function_enter (rtx dispatch_label)
if
(
dispatch_label
)
{
#ifdef DONT_USE_BUILTIN_SETJMP
rtx
x
,
last
;
rtx
x
;
x
=
emit_library_call_value
(
setjmp_libfunc
,
NULL_RTX
,
LCT_RETURNS_TWICE
,
TYPE_MODE
(
integer_type_node
),
1
,
plus_constant
(
Pmode
,
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