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