(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.target/
i386/
pr103973-10.C
// PR target/103973
// { dg-do compile { target ia32 } }
// { dg-options "-O2 -march=i686 -mfpmath=387 -std=c++20" }
// { dg-final { scan-assembler-not "'\tfucom" } }
// { dg-final { scan-assembler-times "\tfcom" 2 } }

#include "pr103973-9.C"