PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / 387-11.c
blob869f6061c3842c77f04a437d229fe8c7271937f1
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -mfpmath=387 -mfancy-math-387" } */
4 double foo(double x, double y)
6 double t = -x * y;
7 return -t;
10 /* { dg-final { scan-assembler-not "fchs" } } */