https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87087
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P2 Status|UNCONFIRMED |ASSIGNED Known to work| |7.3.1 Keywords| |compile-time-hog, | |needs-bisection Last reconfirmed| |2018-08-24 CC| |mliska at suse dot cz Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot gnu.org Ever confirmed|0 |1 Summary|Optimization hangs up and |[8/9 Regression] |consumes over 15Gb of |Optimization hangs up and |memory |consumes over 15Gb of | |memory Target Milestone|--- |8.3 --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> --- Confirmed. Another case hanging in SCEV stuff. This time in cunrolli. It might be caused by my removal of some complexity backoff ... Martin, can you confirm that? Eventually caching isn't working too good either so we do very many times the same thing (infer_loop_bounds_from_undefined). Seemed to work fine in GCC 7 for whatever reason (not unrolling so much I guess). I will have a look.