------- 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

Reply via email to