* gcc.target/i386/pr70021.c: Add -mtune=skylake.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr81736-2.c
bloba3720879937eedaf36a75e6bc6d80454b18faa55
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fno-omit-frame-pointer" } */
4 int
5 #ifndef __x86_64__
6 __attribute__((regparm(3)))
7 #endif
8 foo (int i)
10 return i;
13 /* No need to use a frame pointer. */
14 /* { dg-final { scan-assembler-not "%\[re\]bp" } } */