Commit 32a5388a by Eric Botcazou Committed by Eric Botcazou

Fix long line

From-SVN: r164720
parent 725214ac
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> 2010-09-28 Richard Henderson <rth@redhat.com>
* gcc-interface/misc.c (gnat_eh_personality): Use * gcc-interface/misc.c (gnat_eh_personality): Use
......
...@@ -5201,7 +5201,7 @@ handle_leaf_attribute (tree *node, tree name, ...@@ -5201,7 +5201,7 @@ handle_leaf_attribute (tree *node, tree name,
} }
if (!TREE_PUBLIC (*node)) 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; *no_add_attrs = true;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment