Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/g++.target/i386/pr103973-8.C
2023-03-06 14:48:14 +01:00

9 lines
282 B
C

// PR target/103973
// { dg-do compile { target ia32 } }
// { dg-options "-O2 -ffast-math -march=i686 -mfpmath=387 -std=c++20" }
// { dg-final { scan-assembler-not "'\tfucom" } }
// { dg-final { scan-assembler-times "\tfcom" 2 } }
#define double_type float
#include "pr103973-5.C"