http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14052
Bug 14052 depends on bug 15357, which changed state.
Bug 15357 Summary: [tree-ssa] combing if statements
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15357
What|Removed |Added
--- Comment #6 from rguenth at gcc dot gnu dot org 2007-03-05 17:03 ---
Subject: Bug 14052
Author: rguenth
Date: Mon Mar 5 17:03:14 2007
New Revision: 122559
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122559
Log:
2007-03-05 Richard Guenther <[EMAIL PROTECTED]>
PR
--- Comment #5 from rguenth at gcc dot gnu dot org 2007-03-05 17:03 ---
It was fixed by the fix for PR15911.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from rguenth at gcc dot gnu dot org 2007-03-02 16:23 ---
VRP can do this on the mainline. Fixed. (I'll add a testcase)
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Additional Comments From law at redhat dot com 2005-02-14 20:13 ---
It seems to me that the SSA optimizers ought to have removed the redundant test
well before we get into the RTL code. And it appears to me that they do I
get identical code for both tests out of the SSA optimizers.