* gcc.target/i386/pr70021.c: Add -mtune=skylake.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr81313-4.c
blobbad0b3c27db2b2d1b3f5c5b2d53e274030ea4c78
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -mno-accumulate-outgoing-args -mincoming-stack-boundary=4 -mpreferred-stack-boundary=6" } */
4 extern void foo (int, int, int, int, int, int, int);
6 void
7 bar (void)
9 foo (1, 2, 3, 4, 5, 6, 7);
12 /* { dg-final { scan-assembler "lea\[lq\]?\[\\t \]*\[0-9\]*\\(%\[er\]sp\\)" } } */