https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118400
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|memory leak of irange at |[14/15 Regression] memory |evaluate_properties_for_edg |leak of irange at |e (ipa-fnsummary.cc:690) |evaluate_properties_for_edg | |e (ipa-fnsummary.cc:690) Target Milestone|--- |14.3 Known to work| |14.2.1, 15.0 Known to fail| |13.3.1 Last reconfirmed| |2025-01-12 Priority|P3 |P2 Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> --- I'm a bit lost in the woods of range classes, not to say in the object lifetime of IPA stuff so leaving this to others. I do remember similar leaks during GCC 14 development, this particular leak also shows on the GCC 14 branch, same preprocessed source. The GCC 13 branch also has various irange leaks on the reduced testcase but not this specific one, so marking as regression.