------- Comment #19 from jakub at gcc dot gnu dot org 2009-09-10 10:17 ------- Compare *.stdarg dump results between 4.4.1 and 4.5... When foo is inlined, f4 needs at least one GPR and one FPR saved. In the alpha case, GPR number is the number of bytes that need saving and FPR number is a bitmask, as documented above alpha_stdarg_optimize_hook. So it should be 8 GPR and 3 FPR.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41089