Commit f90298e1 by Kai Tietz Committed by Kai Tietz

re PR target/48416 (Revision 171890 failed to build)

2011-04-02  Kai Tietz  <ktietz@redhat.com>

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

From-SVN: r171892
parent 1cd8eab1
2011-04-02 Kai Tietz <ktietz@redhat.com> 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. * i386.c (ix86_is_msabi_thiscall): New helper function.
(ix86_is_type_thiscall): New helper function. (ix86_is_type_thiscall): New helper function.
(ix86_comp_type_attributes): Handle thiscall for method-functions (ix86_comp_type_attributes): Handle thiscall for method-functions
......
...@@ -7485,7 +7485,7 @@ ix86_function_arg_boundary (enum machine_mode mode, const_tree type) ...@@ -7485,7 +7485,7 @@ ix86_function_arg_boundary (enum machine_mode mode, const_tree type)
warned = true; warned = true;
inform (input_location, inform (input_location,
"The ABI for passing parameters with %d-byte" "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); align / BITS_PER_UNIT);
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment