On Thu, Jul 9, 2015 at 12:53 AM, H.J. Lu wrote:
> attribute ((aligned)) should align to the minimum of BIGGEST_ALIGNMENT,
> which is 4 bytes for -miamcu.
>
> Tested on Linux/x86-64. OK for trunk?
>
> Thanks.
>
> H.J.
> ---
> gcc/
>
> PR target/66818
> * config/i386/i386.h (ATTRIBU
attribute ((aligned)) should align to the minimum of BIGGEST_ALIGNMENT,
which is 4 bytes for -miamcu.
Tested on Linux/x86-64. OK for trunk?
Thanks.
H.J.
---
gcc/
PR target/66818
* config/i386/i386.h (ATTRIBUTE_ALIGNED_VALUE): Defined to 32
for IA MCU.
gcc/testsuite/