[Bug middle-end/18908] Missed folding opportunities with bools
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jul 18 23:23:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18908
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ktietz at gcc dot gnu.org,
| |rguenth at gcc dot gnu.org
--- Comment #13 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-07-18 23:23:21 UTC ---
Only f3 is not optimized correctly on the trunk on the tree level. bool ^ 1
should be converted into ~bool .
More information about the Gcc-bugs
mailing list