aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/gcc/testsuite/gcc.target/i386/amd64-abi-2.c
blob: fefc88a4e8931130774198e23f215ec0879db0bd (plain)
1
2
3
4
5
6
7
/* PR target/26223 */
/* { dg-do compile } */
/* { dg-require-effective-target lp64 } */
/* { dg-options "-mno-80387" } */
long double foo(long double x) { return x; } /* { dg-error "x87 disabled" } */
long double bar(long double x) { return x; }