re PR target/48416 (Revision 171890 failed to build)
authorKai Tietz <ktietz@redhat.com>
Sat, 2 Apr 2011 18:41:49 +0000 (20:41 +0200)
committerKai Tietz <ktietz@gcc.gnu.org>
Sat, 2 Apr 2011 18:41:49 +0000 (20:41 +0200)
2011-04-02  Kai Tietz  <ktietz@redhat.com>

        PR target/48416
        * i386.c (ix86_function_arg_boundary): Fix printf formatter.

From-SVN: r171892

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

index cc26623adaadbd8d24a37421c892a7222e5064c6..d29b879e08819b54bd7a4c07715c8bd03a16cb58 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 0bb46d521499f86011832bd7e68edd5a7cbae599..2b2823afd59794645941e13fb1c5d3c1655372b3 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);
        }
     }