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
9bebdb76
Commit
9bebdb76
authored
Dec 08, 2008
by
Steve Ellcey
Committed by
Steve Ellcey
Dec 08, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* decl2.c (mark_used): Remove assemble_external call.
From-SVN: r142563
parent
2ac1e975
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/cp/ChangeLog
+4
-0
gcc/cp/decl2.c
+0
-2
No files found.
gcc/cp/ChangeLog
View file @
9bebdb76
2008-12-08 Steve Ellcey <sje@cup.hp.com>
* decl2.c (mark_used): Remove assemble_external call.
2008-12-08 Dodji Seketeli <dodji@redhat.com>
PR debug/38390
...
...
gcc/cp/decl2.c
View file @
9bebdb76
...
...
@@ -3849,8 +3849,6 @@ mark_used (tree decl)
note_vague_linkage_fn
(
decl
);
}
assemble_external
(
decl
);
/* Is it a synthesized method that needs to be synthesized? */
if
(
TREE_CODE
(
decl
)
==
FUNCTION_DECL
&&
DECL_NONSTATIC_MEMBER_FUNCTION_P
(
decl
)
...
...
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