PR rtl-optimization/87918
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr19398.c
blob60931c0a0a4c0644aafdb518fcb639d053b4c00d
1 /* { dg-do compile } */
2 /* { dg-options "-Os -msse -mno-sse3 -mfpmath=387" } */
4 int test (float a)
6 return (a * a);
9 /* { dg-final { scan-assembler-not "cvttss2si\[^\\n\]*%xmm" } } */