This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tree-ssa] Another bootstrap failure. Branch is now closed.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]