PR/61062 Fix arm_neon.h ZIP/UZP/TRN for bigendian.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / amd64-abi-1.c
blob8988f79c73d4f0e11b2ab444c4f3c32ae14e5b14
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) { }