This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/14792] ((int)b & 1) != 0 is not folded to b & 1 != 0
- 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: Thu, 22 Mar 2012 10:19:53 +0000
- Subject: [Bug tree-optimization/14792] ((int)b & 1) != 0 is not folded to b & 1 != 0
- Auto-submitted: auto-generated
- References: <bug-14792-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14792
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
Target Milestone|4.7.1 |4.7.0
--- Comment #14 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-03-22 10:19:53 UTC ---
As mentioned this was fixed in 4.7.0. So I am just going to close it as fixed.
The other part, I will just fix but it is less important I think.