[Bug tree-optimization/9814] gcc fails to optimise if (l&2) l|=2 away
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Dec 7 03:12:00 GMT 2005
------- 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
More information about the Gcc-bugs
mailing list