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: [patch] for PR 28888


Zdenek Dvorak wrote on 08/30/06 06:34:

> 	PR tree-optimization/28888
> 	* tree-if-conv.c (combine_blocks): Rewritten.
> 	* tree-cfg.c (tree_verify_flow_info): Check that edges with
> 	EDGE_TRUE/FALSE_VALUE follow COND_EXPR.
>
I'm a bit hesitant about overhauling combine_blocks in stage3.  The
new version is more readable, though, so I'd willing to put it in.

Would you have a testcase for the other bugs you say the previous
version had?  If not, would it be possible to fix this case in the
current version without the overhaul?

You also need a test case.


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