PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / long-double-64-6.c
blob76b030d0c0461ba079ad4a1af95736f8d98b3789
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -mlong-double-80 -mlong-double-128 -mlong-double-64" } */
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" } } */