* regclass.c (globalize_reg): Update regs_invalidated_by_call.
* gcc.dg/
20020616-1.c: New.
From-SVN: r54683
+2002-06-16 Richard Henderson <rth@redhat.com>
+
+ PR opt/6722
+ * regclass.c (globalize_reg): Update regs_invalidated_by_call.
+
2002-06-16 Richard Henderson <rth@redhat.com>
PR c/7030
SET_HARD_REG_BIT (fixed_reg_set, i);
SET_HARD_REG_BIT (call_used_reg_set, i);
SET_HARD_REG_BIT (call_fixed_reg_set, i);
+ SET_HARD_REG_BIT (regs_invalidated_by_call, i);
}
\f
/* Now the data and code for the `regclass' pass, which happens