https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58073
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- ((x & 0x70) == 0x00 && (x & 0x70) == 0x10 && (x & 0x70) == 0x20) Should be false always. I suspect you had meant || rather than &&.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58073
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- ((x & 0x70) == 0x00 && (x & 0x70) == 0x10 && (x & 0x70) == 0x20) Should be false always. I suspect you had meant || rather than &&.