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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Also:
int a;

void
foo (void)
{
  a = -42;
}
which corrupts some random unrelated memory.
For the TARGET_64BIT movsi case, it needs to be done only if the destination is
a register rather than MEM.

Mostly unrelated, I wonder if we shouldn't have a separate TYPE_PUSHPOP, decide
in the (set (attr "type") and then just emit it and get e.g. the "length"
attribute right for it.

Reply via email to