aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Macleod <amacleod@redhat.com>2015-12-15 20:55:54 +0000
committerAndrew Macleod <amacleod@redhat.com>2015-12-15 20:55:54 +0000
commit2ed63535406ff69786b363a0ee34313da47137c8 (patch)
tree42fed8809c154be85cd52fa959cd687f6c9f882d
parentb2f2c95f2a1288e3d9af7859319d56d6ee8933f1 (diff)
sigh. last fix for patch 07
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/ttype-2015@231664 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/c-family/c-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-family/c-common.c b/gcc/c-family/c-common.c
index bc7b37dea50..45a89a5f1c2 100644
--- a/gcc/c-family/c-common.c
+++ b/gcc/c-family/c-common.c
@@ -9250,7 +9250,7 @@ handle_tm_decl_attribute (tree *node, tree name, tree args,
"%<transaction_safe_dynamic%> may only be specified for "
"a virtual function");
*no_add_attrs = false;
- decl_attributes (&TREE_TYPE (*node),
+ type_attributes (&TREE_TYPE (*node),
build_tree_list (get_identifier ("transaction_safe"),
NULL_TREE),
0);