Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.target / i386 / amd64-abi-1.c
blob5ce4fe151f0a59e5b5a82714be52852c449f7871
1 /* { dg-do compile { target { { i?86-*-* x86_64-*-* } && lp64 } } } */
2 /* { dg-options "-mno-sse" } */
4 double foo(void) { return 0; } /* { dg-error "SSE disabled" } */
5 void bar(double x) { }