1  /* PR target/103973 */
       2  /* { dg-do compile { target ia32 } } */
       3  /* { dg-options "-O2 -ffast-math -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-5.c"