This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/15826] don't use "if" to extract a single bit bit-field.
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Jun 2004 18:05:24 -0000
- Subject: [Bug tree-optimization/15826] don't use "if" to extract a single bit bit-field.
- References: <20040604185552.15826.kazu@cs.umass.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-06-07 18:05 -------
I should note now that PR 15268 is fixed, the only thing that is needed is for one-wide-bitfield != 0
needs to be converted to (_Bool)one-wide-bitfield.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15826