Re: [PATCH] PR target/66818: Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU

2015-07-08 Thread Uros Bizjak
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

[PATCH] PR target/66818: Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU

2015-07-08 Thread H.J. Lu
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/