https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126815
Drea Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot
gnu.org
Last reconfirmed| |2026-08-13
Status|UNCONFIRMED |ASSIGNED
--- Comment #1 from Drea Pinski <pinskia at gcc dot gnu.org> ---
From:
# .MEM_8 = VDEF <.MEM_6(D)>
_9 = f (a_7(D));
to:
# .MEM_8 = VDEF <.MEM_6(D)>
f (a_7(D));
_9 = 0;
Maybe for calls just leave _9 alone for no_delete case.
I can handle that. It does not hard anything here leaving it there.