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
71cb9286
Commit
71cb9286
authored
Mar 21, 2001
by
Mark Mitchell
Committed by
Mark Mitchell
Mar 21, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* class.c (build_clone): Clear DECL_ASSEMBLER_NAME.
From-SVN: r40717
parent
bca05d20
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
gcc/cp/ChangeLog
+2
-0
gcc/cp/class.c
+1
-0
No files found.
gcc/cp/ChangeLog
View file @
71cb9286
2001-03-21 Mark Mitchell <mark@codesourcery.com>
2001-03-21 Mark Mitchell <mark@codesourcery.com>
* class.c (build_clone): Clear DECL_ASSEMBLER_NAME.
* mangle.c (mangle_decl_string): Mangle the names of overloaded
* mangle.c (mangle_decl_string): Mangle the names of overloaded
operators, even when they have `extern "C"' linkage.
operators, even when they have `extern "C"' linkage.
...
...
gcc/cp/class.c
View file @
71cb9286
...
@@ -4178,6 +4178,7 @@ build_clone (fn, name)
...
@@ -4178,6 +4178,7 @@ build_clone (fn, name)
DECL_ABSTRACT_ORIGIN
(
clone
)
=
fn
;
DECL_ABSTRACT_ORIGIN
(
clone
)
=
fn
;
/* Reset the function name. */
/* Reset the function name. */
DECL_NAME
(
clone
)
=
name
;
DECL_NAME
(
clone
)
=
name
;
SET_DECL_ASSEMBLER_NAME
(
clone
,
NULL_TREE
);
/* There's no pending inline data for this function. */
/* There's no pending inline data for this function. */
DECL_PENDING_INLINE_INFO
(
clone
)
=
NULL
;
DECL_PENDING_INLINE_INFO
(
clone
)
=
NULL
;
DECL_PENDING_INLINE_P
(
clone
)
=
0
;
DECL_PENDING_INLINE_P
(
clone
)
=
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