https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110818

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marxin at gcc dot gnu.org
           Keywords|                            |wrong-code
          Component|middle-end                  |ipa

--- Comment #15 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
  _4 = *i_3(D);

That is the problem.
cmpl    %edx, 0
is a comparing %edx to the memory location 0 ...

Reply via email to