This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/14792] ((int)b & 1) != 0 is not folded to b & 1 != 0


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]