This is the mail archive of the gcc-bugs@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]

[Bug tree-optimization/14490] [tree-ssa] Simplify "a - 10 > 150" into "a > 160"


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-17 01:46 -------
Fold is not doing this optimization.  PR 15459 is not really needed for this but it still will 
be needed for other cases where a variable is used instead of the expression a-10.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.5.0                       |---


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14490


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