diff options
Diffstat (limited to 'gcc/config/rl78/rl78.c')
-rw-r--r-- | gcc/config/rl78/rl78.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rl78/rl78.c b/gcc/config/rl78/rl78.c index c127c50..d2caa11 100644 --- a/gcc/config/rl78/rl78.c +++ b/gcc/config/rl78/rl78.c @@ -864,7 +864,7 @@ rl78_handle_saddr_attribute (tree * node, if (TREE_CODE (* node) == FUNCTION_DECL) { - warning (OPT_Wattributes, "%qE attribute doesn't apply to functions", + warning (OPT_Wattributes, "%qE attribute doesn%'t apply to functions", name); * no_add_attrs = true; } |