Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / gcc / testsuite / gcc.target / i386 / long-double-80-2.c
1 /* { dg-do compile { target *-*-linux* } } */
2 /* { dg-options "-O2 -mlong-double-80 -mbionic" } */
3
4 long double
5 foo (long double x)
6 {
7   return x * x;
8 }
9
10 /* { dg-final { scan-assembler "fldt" } } */