OSDN Git Service

2011-04-02 Kai Tietz <ktietz@redhat.com>
authorktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Apr 2011 18:41:49 +0000 (18:41 +0000)
committerktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Apr 2011 18:41:49 +0000 (18:41 +0000)
        PR target/48416
        * i386.c (ix86_function_arg_boundary): Fix printf formatter.

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

gcc/ChangeLog
gcc/config/i386/i386.c

index cc26623..d29b879 100644 (file)
@@ -1,5 +1,8 @@
 2011-04-02  Kai Tietz  <ktietz@redhat.com>
 
+       PR target/48416
+       * i386.c (ix86_function_arg_boundary): Fix printf formatter.
+
        * i386.c (ix86_is_msabi_thiscall): New helper function.
        (ix86_is_type_thiscall): New helper function.
        (ix86_comp_type_attributes): Handle thiscall for method-functions
index 0bb46d5..2b2823a 100644 (file)
@@ -7485,7 +7485,7 @@ ix86_function_arg_boundary (enum machine_mode mode, const_tree type)
          warned = true;
          inform (input_location,
                  "The ABI for passing parameters with %d-byte"
-                 " alignment has changed in GCC 4.6 (mode:%u, %d saved",
+                 " alignment has changed in GCC 4.6",
                  align / BITS_PER_UNIT);
        }
     }