Tom de Vries <tom_devr...@mentor.com> writes: > Richard, > > during testing the gcc.target/mips/fuse-caller-save*.c test-cases with more > combinations of -march, -mabi, -fpic etc, I found that the checks for amount > of > stores are rather fragile, so I removed them in this patch.
Which combinations specifically? I don't see offhand why -march would make a difference, or why -mabi would make a difference for -mno-abicalls. -mabicalls might change the output because of things like the $gp save slot, but if that's the only reason it might be better to add addressing=absolute to the tests instead. Thanks, Richard