[Bug tree-optimization/25485] VRP misses an "if" with TRUTH_AND_EXPR statement that could be optimized away
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Dec 18 19:18:00 GMT 2005
------- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-18 19:18 -------
Confirmed, the problem is that VRP folds a > 63 and then props that into temp
&& temp1 but does not prop after that.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2005-12-18 19:18:37
date| |
Summary|VRP misses an "if" statement|VRP misses an "if" with
|that could be optimized away|TRUTH_AND_EXPR statement
| |that could be optimized away
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25485
More information about the Gcc-bugs
mailing list