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