This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/18908] Missed folding opportunities with bools
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 18 Jul 2011 23:23:26 +0000
- Subject: [Bug middle-end/18908] Missed folding opportunities with bools
- Auto-submitted: auto-generated
- References: <bug-18908-4@http.gcc.gnu.org/bugzilla/>
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 .