blob: 5f490c810d4d5b387c2fdc7cdecbc2b041eb9b56 [file] [log] [blame]
/* PR target/103973 */
/* { dg-do compile { target ia32 } } */
/* { dg-options "-O2 -ffast-math -march=i686 -mfpmath=387" } */
/* { dg-final { scan-assembler-not "'\tfucom" } } */
/* { dg-final { scan-assembler-times "\tfcom" 4 } } */
#define double float
#include "pr103973-5.c"