https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24696
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Target Milestone|--- |4.9.0
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
>From ifcombine:
optimizing bits or bits test to _3 & T != 0
with temporary T = b_6(D) | a_4(D)
Merging blocks 2 and 3
Fixed by r0-128808.
