backport: Since x86 psABIs require the function incoming stack must align at 16 bytes...
authorH.J. Lu <hongjiu.lu@intel.com>
Mon, 2 May 2016 21:45:34 +0000 (21:45 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Mon, 2 May 2016 21:45:34 +0000 (14:45 -0700)
commit50d94c29c00b00c0e569ec29b56715d8eb1c30af
tree978023aee1320169f9cc06ab30317171c48b67c4
parentbc1aee87f6494a59eea3ffbbb0577ccd85cdc4a1
backport: Since x86 psABIs require the function incoming stack must align at 16 bytes...

Backport r265322 from llvm upstream

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.

PR testsuite/70520
* c-c++-common/asan/clone-test-1.c (main): Align child process
stack to 16 bytes.

From-SVN: r235790
gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/asan/clone-test-1.c