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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |jakub at gcc dot gnu.org
           Assignee|unassigned at gcc dot gnu.org      |jakub at gcc dot gnu.org

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 31326
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31326&action=edit
gcc49-pr58864.patch

Untested fix.  Note looking around at other callers of emit_conditional_move, I
think there are other suspect places, in particular emit_store_flag and
expand_doubleword_shift.  ifcvt.c should be fine, because no stack adjustments
should be pending after expansion.

Reply via email to