]> git.ipfire.org Git - thirdparty/gcc.git/commit
MIPS/testsuite: Add -mfpxx to call-clobbered-1.c
authorYunQiang Su <syq@gcc.gnu.org>
Fri, 28 Jun 2024 02:08:38 +0000 (10:08 +0800)
committerYunQiang Su <syq@gcc.gnu.org>
Fri, 5 Jul 2024 07:53:43 +0000 (15:53 +0800)
commite08ed5f1c98ea8de086f5c2d1e373aec6e195735
tree3afbdcd440aba1e29576e826d926274f00053393
parentf1437b96029d78e72bd987997f5303e29ebbb9f0
MIPS/testsuite: Add -mfpxx to call-clobbered-1.c

The scan-assembler-times rules only fit for -mfp32 and -mfpxx.
It fails if we are configured as FP64 by default, as it has
one less sdc1/ldc1 pair.

gcc/testsuite
* gcc.target/mips/call-clobbered-1.c: Add -mfpxx.
gcc/testsuite/gcc.target/mips/call-clobbered-1.c