https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69246
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |uros at gcc dot gnu.org --- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Anyway, before the mentioned commit, the call insn used a parallel with stack adjustment, which is likely why the combiner didn't try to touch it, but now it doesn't (supposedly because it is a tail call?). Thus, wondering if the change was desirable for the stdcall calls (dropping the stack adjustment from the sibcall patterns), whether they can be sibcalls at all, and whether distribute_notes just shouldn't accept REG_ARGS_SIZE on any sibcalls.