[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#181096: [Bug tree-optimization/9814] gcc fails to optimise if (l&2) l|=2 away




------- Comment #7 from pinskia at gcc dot gnu dot org  2005-12-07 03:12 -------
Once fold does (a&b)!=0?a|b:a to a and PR 25290 is fixed then this will be
caught at the tree level. There are most likely others like this too.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |25290


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

------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.



Reply to: