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
This commit is contained in:
parent
1cd8eab12b
commit
f90298e1d0
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue