diff options
Diffstat (limited to 'gcc/testsuite/gcc.target/i386/long-double-80-2.c')
-rw-r--r-- | gcc/testsuite/gcc.target/i386/long-double-80-2.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.target/i386/long-double-80-2.c b/gcc/testsuite/gcc.target/i386/long-double-80-2.c new file mode 100644 index 00000000000..954dfd15d42 --- /dev/null +++ b/gcc/testsuite/gcc.target/i386/long-double-80-2.c @@ -0,0 +1,10 @@ +/* { dg-do compile { target *-*-linux* } } */ +/* { dg-options "-O2 -mlong-double-80 -mbionic" } */ + +long double +foo (long double x) +{ + return x * x; +} + +/* { dg-final { scan-assembler "fldt" } } */ |