This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] PR target/18916; Function arg passing mem align fixes.


Richard Henderson <rth@redhat.com> wrote:

>> int x __attribute__ ((aligned (1)));
>> 
>> void foo (void)
>> {
>>   x = 1;
>> }
> 
> This test is invalid.  (1) By itself, aligned can't reduce alignment
> lower than GET_MODE_ALIGNMENT.

Why don't we reject it, then?

Giovanni Bajo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]