OSDN Git Service

Fix long line
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Sep 2010 14:07:55 +0000 (14:07 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Sep 2010 14:07:55 +0000 (14:07 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164720 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/ChangeLog
gcc/ada/gcc-interface/utils.c

index 44a127a..e585924 100644 (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
index 18ccb3b..84eb1ae 100644 (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;
     }