This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Simplify gcc.target/mips/fuse-caller-save*.c


Tom de Vries <Tom_deVries@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]