PR78468 - add alloca alignment test
authorWilco Dijkstra <wdijkstr@arm.com>
Wed, 6 Sep 2017 16:34:54 +0000 (16:34 +0000)
committerWilco Dijkstra <wilco@gcc.gnu.org>
Wed, 6 Sep 2017 16:34:54 +0000 (16:34 +0000)
commit260da991920f7cd05a38216e19894882a359362b
tree72e5ed596ac4dba29645a91623384eb83e335fab
parent4a40b308ef56696a3a33dc8dc8bce31895681897
PR78468 - add alloca alignment test

Add an alignment test to check that aligned alloca's really do get
correctly aligned.  Some targets may not ensure SP is always a multiple
of STACK_BOUNDARY (particularly with outgoing arguments), which means
aligned alloca does not get correctly aligned.  This can be fixed either
by aligning the outgoing arguments or setting STACK_BOUNDARY correctly.

    testsuite/
        PR middle-end/78468
* gcc.dg/pr78468.c: Add alignment test.

From-SVN: r251811
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr78468.c [new file with mode: 0644]