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
3ad50c8e
Commit
3ad50c8e
authored
Sep 24, 2012
by
Jason Merrill
Committed by
Jason Merrill
Sep 24, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* decl.c (get_atexit_node): Remove dead code.
From-SVN: r191672
parent
b6e189f6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
gcc/cp/ChangeLog
+2
-0
gcc/cp/decl.c
+0
-1
No files found.
gcc/cp/ChangeLog
View file @
3ad50c8e
2012-09-24 Jason Merrill <jason@redhat.com>
* decl.c (get_atexit_node): Remove dead code.
* Make-lang.in (cp/parser.o): Depend on decl.h.
2012-09-20 Paolo Carlini <paolo.carlini@oracle.com>
...
...
gcc/cp/decl.c
View file @
3ad50c8e
...
...
@@ -6515,7 +6515,6 @@ get_atexit_node (void)
fn_type
=
build_function_type_list
(
integer_type_node
,
argtype0
,
argtype1
,
argtype2
,
NULL_TREE
);
fn_ptr_type
=
build_pointer_type
(
fn_type
);
if
(
use_aeabi_atexit
)
name
=
"__aeabi_atexit"
;
else
...
...
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