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