[PATCH] [tree-ssa] Fix ICE due to non gimple from phiopt

Andrew Pinski pinskia@physics.uc.edu
Mon Apr 19 14:31:00 GMT 2004


On Apr 15, 2004, at 18:47, Andrew Pinski wrote:
> ChangeLog:
>
> 	* tree-ssa-phiopt.c (conditional_replacement):
> 	Catch some more non-gimple.

I committed this after a private approval from Diego.

> Testcase:
>
> int f(double d0, double d1) { return d0 > 0 == d1 > 0; }

I committed the testcase both on the mainline and the
tree-ssa branch.

Thanks,
Andrew Pinski



More information about the Gcc-patches mailing list