Fix long line

From-SVN: r164720
This commit is contained in:
Eric Botcazou 2010-09-29 14:07:55 +00:00 committed by Eric Botcazou
parent 725214ac5e
commit 32a5388aeb
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2010-09-29 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/utils.c (handle_leaf_attribute): Fix long line.
2010-09-28 Richard Henderson <rth@redhat.com>
* gcc-interface/misc.c (gnat_eh_personality): Use

View file

@ -5201,7 +5201,7 @@ handle_leaf_attribute (tree *node, tree name,
}
if (!TREE_PUBLIC (*node))
{
warning (OPT_Wattributes, "%qE attribute has no effect on unit local functions", name);
warning (OPT_Wattributes, "%qE attribute has no effect", name);
*no_add_attrs = true;
}