This is the mail archive of the gcc-bugs@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]

[Bug c/13704] Regression: Spurious register saves with setjmp on MIPS (and others?) (crosscompiling)


------- Additional Comments From oneill+gccbugs at cs dot hmc dot edu  2004-01-15 23:18 -------
NO, it isn't just a code pessimization issue.  As I said in my report, saving FP regs is an absolute 
no-no for platforms that don't have an FP unit and aren't using any FP code.

Anyway, it's good to know that my patch was (essentially) the right thing to do, and I can use that 
without worrying that it'll break something else.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13704


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