2006-12-15 H.J. Lu <hongjiu.lu@intel.com>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / amd64-abi-2.c
blob2ff642de0520c49808e6dfcbcece756901965466
1 /* PR target/26223 */
2 /* { dg-do compile { target { { i?86-*-* x86_64-*-* } && lp64 } } } */
3 /* { dg-options "-mno-80387" } */
4 long double foo(long double x) { return x; } /* { dg-error "x87 disabled" } */
5 long double bar(long double x) { return x; }