(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
pr103973-12.c
       1  /* PR target/103973 */
       2  /* { dg-do compile { target ia32 } } */
       3  /* { dg-options "-O2 -march=i686 -mfpmath=387" } */
       4  /* { dg-final { scan-assembler-not "'\tfucom" } } */
       5  /* { dg-final { scan-assembler-times "\tfcom" 4 } } */
       6  
       7  #define double float
       8  #include "pr103973-9.c"