[AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / long-double-64-9.c
blob595dba358d27876155423f3331a6e0690a6dcb35
1 /* { dg-do compile { target *-*-linux* } } */
2 /* { dg-options "-O2 -mlong-double-64 -mandroid" } */
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" } } */