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