(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
loongarch/
flt-abi-isa-3.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-mabi=lp64s -mfpu=none -march=loongarch64 -O2" } */
       3  /* { dg-final { scan-assembler-not "frecip\\.d" } } */
       4  /* { dg-final { scan-assembler-not "movgr2fr\\.d" } } */
       5  /* { dg-final { scan-assembler-not "movfr2gr\\.d" } } */
       6  
       7  /* FPU cannot be used at all.  */
       8  
       9  #include "flt-abi-isa-1.c"