2016-12-21 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / long-double-64-8.c
blobfd2fdbc10dc584edf31e94654fce64e9bde20555
1 /* { dg-do compile { target *-*-linux* } } */
2 /* { dg-options "-O2 -mlong-double-64 -mbionic" } */
4 long double
5 foo (long double x)
7 return x * x;
10 /* { dg-final { scan-assembler-not "fldt" } } */
11 /* { dg-final { scan-assembler-not "call\[\\t \]*_?__multf3" } } */