https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97821
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW Assignee|rguenth at gcc dot gnu.org |unassigned at gcc dot gnu.org --- Comment #9 from Richard Biener <rguenth at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #8) > Hmm, the trunk fails even with -fno-tree-vectorize -O1 :). Yep, and my fix for the stack slot sharing issue doesn't fix it :/ But I've now looked for an extended time and cannot figure why the sharing should be invalid... So maybe the bug is sth different after all. Disabling gimple DSE or DCE "fixes" it unfortunately. Since the only hint it is the same as PR90348 was -fstack-reuse=none helps I'm no longer sure it is.