aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/mangle.c
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@gcc.gnu.org>2019-12-19 13:24:04 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2019-12-19 13:24:04 +0000
commit022d11a3b58900556b9d2c2336cc3cf1f996b182 (patch)
tree1ef1cdb99ab2aedfbfc12c8c9dde9848124c7249 /gcc/cp/mangle.c
parented0eca5e631a1652c42a7f91b6c557aea887e1ce (diff)
downloadgcc-022d11a3b58900556b9d2c2336cc3cf1f996b182.zip
gcc-022d11a3b58900556b9d2c2336cc3cf1f996b182.tar.gz
gcc-022d11a3b58900556b9d2c2336cc3cf1f996b182.tar.bz2
Revert accidental commit
From-SVN: r279570
Diffstat (limited to 'gcc/cp/mangle.c')
-rw-r--r--gcc/cp/mangle.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/cp/mangle.c b/gcc/cp/mangle.c
index b13af39..88c5fa2 100644
--- a/gcc/cp/mangle.c
+++ b/gcc/cp/mangle.c
@@ -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);