Re: [PATCH] PR testsuite/70520: Backport r265322 from llvm upstream

2016-05-02 Thread Jakub Jelinek
On Mon, May 02, 2016 at 02:11:49PM -0700, H.J. Lu wrote: > Since x86 psABIs require the function incoming stack must align at 16 > bytes, child process stack passed to clone should be aligned at 16 > bytes. > > Tested on Linux/x86-64. OK for trunk? > > > H.J. > PR testsuite/70520 >

[PATCH] PR testsuite/70520: Backport r265322 from llvm upstream

2016-05-02 Thread H.J. Lu
Since x86 psABIs require the function incoming stack must align at 16 bytes, child process stack passed to clone should be aligned at 16 bytes. Tested on Linux/x86-64. OK for trunk? H.J. PR testsuite/70520 * c-c++-common/asan/clone-test-1.c (main): Align child process st