PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr59501-2a.c
blobc0fe36269611d658b4ff99e9cd3d33bc9110fb9a
1 /* PR target/59501 */
2 /* { dg-do compile { target { ! ia32 } } } */
3 /* { dg-options "-O2 -mavx -maccumulate-outgoing-args" } */
5 #include "pr59501-1a.c"
7 /* Verify no dynamic realignment is performed. */
8 /* { dg-final { scan-assembler-not "and\[^\n\r]*sp" } } */
9 /* And DRAP isn't needed either. */
10 /* { dg-final { scan-assembler-not "r10" } } */