This is the mail archive of the gcc-patches@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] Illegible dumps with dump_cfg_function_to_file


On Sat, 2003-11-08 at 09:05, Zdenek Dvorak wrote:

> here is the patch that makes the ordering of blocks and the code the
> same, and adds a check to verify_flow_info to ensure this.
> 
>	  * 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.
> 
> 
Bootstrapped and tested with no regressions?  If so, OK.

The branch is currently broken, so you'll have to wait until the
regressions are fixed.


Diego.


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