OSDN Git Service

2009-07-07 H.J. Lu <hongjiu.lu@intel.com>
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Jul 2009 14:25:58 +0000 (14:25 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Jul 2009 14:25:58 +0000 (14:25 +0000)
* config/ia64/ia64.c (ia64_handle_model_attribute): Remove
an extra 'decl' for error_at.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@149330 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/ia64/ia64.c

index d659986..4222500 100644 (file)
@@ -1,3 +1,8 @@
+2009-07-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/ia64/ia64.c (ia64_handle_model_attribute): Remove
+       an extra 'decl' for error_at.
+
 2009-07-07  Jakub Jelinek  <jakub@redhat.com>
 
        PR middle-end/40669
@@ -7,8 +12,8 @@
 
 2009-07-07  Olivier Hainque  <hainque@adacore.com>
 
-        * config/alpha/t-osf4 (SHLIB_LINK): Do not hide the dummy weak
-        pthread symbols.
+       * config/alpha/t-osf4 (SHLIB_LINK): Do not hide the dummy weak
+       pthread symbols.
 
 2009-07-07  Basile Starynkevitch  <basile@starynkevitch.net>
 
index b863fd3..b2e950e 100644 (file)
@@ -609,8 +609,8 @@ ia64_handle_model_attribute (tree *node, tree name, tree args,
 
     case FUNCTION_DECL:
       error_at (DECL_SOURCE_LOCATION (decl),
-               "address area attribute cannot be specified for functions",
-               decl);
+               "address area attribute cannot be specified for "
+               "functions");
       *no_add_attrs = true;
       break;