This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Another bootstrap failure. Branch is now closed.
- From: Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
- To: Diego Novillo <dnovillo at redhat dot com>
- Cc: Jan Hubicka <jh at suse dot cz>, "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Sun, 9 Nov 2003 21:41:10 +0100
- Subject: Re: [tree-ssa] Another bootstrap failure. Branch is now closed.
- References: <1068395200.18064.27.camel@frodo.toronto.redhat.com>
Hello,
> Yet another bootstrap failure. Could you folks *please* be more
> careful?
>
> The branch is now closed until all these bootstrap problems are
> straightened out.
this failure was caused by my patch:
> + * basic-block.h (create_bb): Declaration changed.
> + * tree-cfg.c (create_bb): Enable creating a block on specified
> place.
> + (make_blocks, tree_split_edge, tree_make_forwarder_block): Use
> it.
> + (tree_verify_flow_info): Check bbs are in the correct order.
but is already fixed
2003-11-09 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
* tree-cfg.c (tree_verify_flow_info): Fix checking of order of
basic blocks over code.
Zdenek