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
d988b35c
Commit
d988b35c
authored
Jul 11, 2017
by
Nathan Sidwell
Committed by
Nathan Sidwell
Jul 11, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* decl2.c (reset_type_linkage_2): Dont't change ctor name.
From-SVN: r250130
parent
43c371e8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
gcc/cp/ChangeLog
+4
-0
gcc/cp/decl2.c
+0
-7
No files found.
gcc/cp/ChangeLog
View file @
d988b35c
2017-07-11 Nathan Sidwell <nathan@acm.org>
* decl2.c (reset_type_linkage_2): Dont't change ctor name.
2017-07-10 Martin Sebor <msebor@redhat.com>
2017-07-10 Martin Sebor <msebor@redhat.com>
* cp-tree.h (cp_operator_id, cp_assignment_operator_id): Document.
* cp-tree.h (cp_operator_id, cp_assignment_operator_id): Document.
...
...
gcc/cp/decl2.c
View file @
d988b35c
...
@@ -2622,13 +2622,6 @@ reset_type_linkage_2 (tree type)
...
@@ -2622,13 +2622,6 @@ reset_type_linkage_2 (tree type)
{
{
tree
mem
=
STRIP_TEMPLATE
(
m
);
tree
mem
=
STRIP_TEMPLATE
(
m
);
reset_decl_linkage
(
mem
);
reset_decl_linkage
(
mem
);
if
(
DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P
(
mem
))
{
/* Also update its name, for cxx_dwarf_name. */
DECL_NAME
(
mem
)
=
TYPE_IDENTIFIER
(
type
);
if
(
m
!=
mem
)
DECL_NAME
(
m
)
=
TYPE_IDENTIFIER
(
type
);
}
}
}
binding_table_foreach
(
CLASSTYPE_NESTED_UTDS
(
type
),
binding_table_foreach
(
CLASSTYPE_NESTED_UTDS
(
type
),
bt_reset_linkage_2
,
NULL
);
bt_reset_linkage_2
,
NULL
);
...
...
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