https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87316
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE --- Comment #7 from Richard Biener <rguenth at gcc dot gnu.org> --- Looks very much related to PR63155. Lots of setjmp calls in the testcase. Use -ftree-coalesce-vars when not optimizing. *** This bug has been marked as a duplicate of bug 63155 ***