r213016 - in /trunk/gcc: ChangeLog config/rs600...
uweigand@gcc.gnu.org
uweigand@gcc.gnu.org
Thu Jul 24 17:12:00 GMT 2014
Author: uweigand
Date: Thu Jul 24 17:12:45 2014
New Revision: 213016
URL: https://gcc.gnu.org/viewcvs?rev=213016&root=gcc&view=rev
Log:
gcc/
* config/rs6000/rs6000.c (rs6000_function_arg_boundary): In the AIX
and ELFv2 ABI, do not use the "mode == BLKmode" check to test for
aggregate types. Instead, *all* aggregate types, except for single-
element or homogeneous float/vector aggregates, are quadword-aligned
if required by their type alignment. Issue -Wpsabi note when a type
is now treated differently than before.
gcc/testsuite/
* gcc.target/powerpc/ppc64-abi-warn-2.c: New test.
Added:
trunk/gcc/testsuite/gcc.target/powerpc/ppc64-abi-warn-2.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/rs6000/rs6000.c
trunk/gcc/testsuite/ChangeLog
More information about the Gcc-cvs
mailing list