PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / sse-globalreg.c
blob818a2b63b8d84d3a83e3959e7f209081eb6a2378
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -msse2 -w" } */
3 /* { dg-require-effective-target sse2 } */
5 register int a __asm__("xmm0");
6 void fn1() {}