PR rtl-optimization/87918
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / 387-ficom-2.c
blob46c4b558d8ceb32ae841141f4ce7e63cd603ea90
1 /* { dg-do compile } */
2 /* { dg-require-effective-target ia32 } */
3 /* { dg-skip-if "" { *-*-* } { "-march=*" } { "-march=i386" } } */
4 /* { dg-options "-Os -march=i386 -ffast-math -masm=att" } */
6 #include "387-ficom-1.c"
8 /* { dg-final { scan-assembler-times "cmpw\[s\t\]" 3 } } */
9 /* { dg-final { scan-assembler-times "ficompl" 1 } } */
10 /* { dg-final { scan-assembler-times "cmpl" 2 } } */