[testsuite] fix powerpc alignment tests for eabi

2013-07-08 Thread Janis Johnson
Tests gcc.target/powerpc/20020118-1.c and gcc.c-torture/execute/nest-align-1.c sometimes fail because they expect a stack alignment that is greater than that required for powerpc-eabi. This patch forces stack alignment to 128 bits by passing "-mno-eabi". Is this OK for mainline and the 4.8 branch,

Re: [testsuite] fix powerpc alignment tests for eabi

2013-07-08 Thread Mike Stump
On Jul 8, 2013, at 12:47 PM, Janis Johnson wrote: > Tests gcc.target/powerpc/20020118-1.c and > gcc.c-torture/execute/nest-align-1.c sometimes fail because they expect > a stack alignment that is greater than that required for powerpc-eabi. > This patch forces stack alignment to 128 bits by passin

Re: [testsuite] fix powerpc alignment tests for eabi

2013-07-15 Thread Sebastian Huber
On 07/08/2013 09:47 PM, Janis Johnson wrote: Tests gcc.target/powerpc/20020118-1.c and gcc.c-torture/execute/nest-align-1.c sometimes fail because they expect a stack alignment that is greater than that required for powerpc-eabi. This patch forces stack alignment to 128 bits by passing "-mno-eabi

Re: [testsuite] fix powerpc alignment tests for eabi

2013-07-17 Thread David Edelsohn
On Mon, Jul 8, 2013 at 3:47 PM, Janis Johnson wrote: > Tests gcc.target/powerpc/20020118-1.c and > gcc.c-torture/execute/nest-align-1.c sometimes fail because they expect > a stack alignment that is greater than that required for powerpc-eabi. > This patch forces stack alignment to 128 bits by pas