PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / amd64-abi-1.c
blob69fde57bf062114fcac8f14e5f82c3fcfeae1499
1 /* { dg-do compile { target { ! ia32 } } } */
2 /* { dg-options "-mno-sse" } */
3 /* { dg-additional-options "-mabi=sysv" { target *-*-mingw* } } */
5 double foo(void) { return 0; } /* { dg-error "SSE disabled" } */
6 void bar(double x) { }