aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-sccvn.c
diff options
context:
space:
mode:
authorWilco Dijkstra <wdijkstr@arm.com>2017-09-06 16:34:54 +0000
committerWilco Dijkstra <wilco@gcc.gnu.org>2017-09-06 16:34:54 +0000
commit260da991920f7cd05a38216e19894882a359362b (patch)
tree72e5ed596ac4dba29645a91623384eb83e335fab /gcc/tree-ssa-sccvn.c
parent4a40b308ef56696a3a33dc8dc8bce31895681897 (diff)
downloadgcc-260da991920f7cd05a38216e19894882a359362b.zip
gcc-260da991920f7cd05a38216e19894882a359362b.tar.gz
gcc-260da991920f7cd05a38216e19894882a359362b.tar.bz2
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
Diffstat (limited to 'gcc/tree-ssa-sccvn.c')
0 files changed, 0 insertions, 0 deletions