aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/i386/pr59501-2a.c
blob: c0fe36269611d658b4ff99e9cd3d33bc9110fb9a (plain)
1
2
3
4
5
6
7
8
9
10
/* PR target/59501 */
/* { dg-do compile { target { ! ia32 } } } */
/* { dg-options "-O2 -mavx -maccumulate-outgoing-args" } */

#include "pr59501-1a.c"

/* Verify no dynamic realignment is performed.  */
/* { dg-final { scan-assembler-not "and\[^\n\r]*sp" } } */
/* And DRAP isn't needed either.  */
/* { dg-final { scan-assembler-not "r10" } } */