------- Additional Comments From rth at gcc dot gnu dot org 2005-08-19 18:32 ------- I think it's caller-save's bug.
The use of fixup_abnormal_edges in reload and reg-stack is to move output reloads to the fallthru edge. Well, the output reloads are not used on the eh edge, because by definition the output was not generated. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23478