Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / amd64-abi-2.c
blobfefc88a4e8931130774198e23f215ec0879db0bd
1 /* PR target/26223 */
2 /* { dg-do compile } */
3 /* { dg-require-effective-target lp64 } */
4 /* { dg-options "-mno-80387" } */
5 long double foo(long double x) { return x; } /* { dg-error "x87 disabled" } */
6 long double bar(long double x) { return x; }