From: Kai Tietz Date: Sat, 2 Apr 2011 18:41:49 +0000 (+0200) Subject: re PR target/48416 (Revision 171890 failed to build) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f90298e1d00b14f29b982b45009276a313db196e;p=gcc.git re PR target/48416 (Revision 171890 failed to build) 2011-04-02 Kai Tietz PR target/48416 * i386.c (ix86_function_arg_boundary): Fix printf formatter. From-SVN: r171892 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cc26623adaa..d29b879e088 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 2011-04-02 Kai Tietz + 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 diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 0bb46d52149..2b2823afd59 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -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); } }