This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Crossjumping before bb_reorder
> On Mon, Jul 16, 2001 at 06:26:18PM +0200, Jan Hubicka wrote:
> > * reg-stack.c (stack_regs_mentioned): Return 0 if
> > stack_regs_mentioned_data is not initialized.
> > (reg_to_stack): Make stack_regs_mentioned survive after the
> > reg-stack is completted; do not call cleanup_cfg.
> > * toplev.c (rest_of_compilation): Do cleanup_cfg before bb-reorder;
> > make cleanup_cfg after bb-reorder to output to debug file.
>
> Ok.
Thanks.
Also forgot to mention - the patch was bootstrapped on i586 together with
the integrate.c fix and code_label removal patch.
I am going to give it another round on i686 before installing.
Honza (who will write 100times "do not forget to mention bootstrap in the
mail")