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/15826] don't use "if" to extract a single bit bit-field.


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15826

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|gcc-bugs at gcc dot gnu.org |

--- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-01-24 00:03:45 UTC ---
(In reply to comment #6)
Only comment #6 remains to be fixed.  
FRE does not recognize p->bit as "BIT_FIELD_REF <*p, 8, 0> & 1".


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