Re: [PATCH] PR testsuite/70364: Properly align stack in gcc.target/i386/cleanup-[12].c

2016-03-30 Thread Jakub Jelinek
On Wed, Mar 30, 2016 at 09:07:17AM +0200, Uros Bizjak wrote: > On Tue, Mar 29, 2016 at 10:13 PM, H.J. Lu wrote: > > Tested on x86-64. OK for trunk? > > > > H.J. > > --- > > PR testsuite/70364 > > * gcc.target/i386/cleanup-1.c: Include . > > (check):

Re: [PATCH] PR testsuite/70364: Properly align stack in gcc.target/i386/cleanup-[12].c

2016-03-30 Thread Uros Bizjak
On Tue, Mar 29, 2016 at 10:13 PM, H.J. Lu wrote: > Tested on x86-64. OK for trunk? > > H.J. > --- > PR testsuite/70364 > * gcc.target/i386/cleanup-1.c: Include . > (check): New function. > (bar): Call check. > (foo): Align stack to 16

[PATCH] PR testsuite/70364: Properly align stack in gcc.target/i386/cleanup-[12].c

2016-03-29 Thread H.J. Lu
Tested on x86-64. OK for trunk? H.J. --- PR testsuite/70364 * gcc.target/i386/cleanup-1.c: Include . (check): New function. (bar): Call check. (foo): Align stack to 16 bytes when calling bar. * gcc.target/i386/cleanup-2.c: Likewise. ---