2018-03-08 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / long-double-80-2.c
blob7ca0643940267b862a3a87dabe1ea8dda9771a7f
1 /* { dg-do compile { target *-*-linux* } } */
2 /* { dg-options "-O2 -mlong-double-80 -mbionic" } */
4 long double
5 foo (long double x)
7 return x * x;
10 /* { dg-final { scan-assembler "fldt" } } */
11 /* { dg-final { scan-assembler-not "call\[\\t \]*_?__multf3" } } */