diff options
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r-- | gcc/cgraphunit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index 01b3f82..ea9a34b 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -762,7 +762,7 @@ process_symver_attribute (symtab_node *n) if (n->weakref) { error_at (DECL_SOURCE_LOCATION (n->decl), - "weakref cannot be versioned"); + "%<weakref%> cannot be versioned"); return; } if (!TREE_PUBLIC (n->decl)) |