OSDN Git Service

2007-05-22 H.J. Lu <hongjiu.lu@intel.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.target / i386 / amd64-abi-1.c
1 /* { dg-do compile { target { { i?86-*-* x86_64-*-* } && lp64 } } } */
2 /* { dg-options "-mno-sse" } */
3
4 double foo(void) { return 0; }  /* { dg-error "SSE disabled" } */
5 void bar(double x) { }