PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr66047.c
blob60eefe4d06b65e3fb1f3c85ddc092a4e670e69b0
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -mno-sse" } */
3 /* { dg-require-effective-target ia32 } */
4 __attribute__((target ("sse2"), noinline)) static void
5 foo (void)
7 asm volatile ("" : : : "memory");
10 void
11 bar (void)
13 foo ();