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
022d11a3
Commit
022d11a3
authored
Dec 19, 2019
by
Richard Sandiford
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert accidental commit
From-SVN: r279570
parent
ed0eca5e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
gcc/cp/ChangeLog
+0
-5
gcc/cp/mangle.c
+0
-5
No files found.
gcc/cp/ChangeLog
View file @
022d11a3
2019-12-19 Richard Sandiford <richard.sandiford@arm.com>
* mangle.c (write_CV_qualifiers_for_type): Don't mangle attributes
that contain a space.
2019-12-18 Jason Merrill <jason@redhat.com>
PR c++/91165 follow-on tweak
...
...
gcc/cp/mangle.c
View file @
022d11a3
...
...
@@ -2377,11 +2377,6 @@ write_CV_qualifiers_for_type (const tree type)
tree
name
=
get_attribute_name
(
a
);
const
attribute_spec
*
as
=
lookup_attribute_spec
(
name
);
if
(
as
&&
as
->
affects_type_identity
/* Skip internal-only attributes, which are distinguished from
others by having a space. At present, all internal-only
attributes that affect type identity are target-specific
and are handled by targetm.mangle_type instead. */
&&
!
strchr
(
IDENTIFIER_POINTER
(
name
),
' '
)
&&
!
is_attribute_p
(
"transaction_safe"
,
name
)
&&
!
is_attribute_p
(
"abi_tag"
,
name
))
vec
.
safe_push
(
a
);
...
...
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