https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118400

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[14/15 Regression] memory   |[14 Regression] memory leak
                   |leak of irange at           |of irange at
                   |evaluate_properties_for_edg |evaluate_properties_for_edg
                   |e (ipa-fnsummary.cc:690)    |e (ipa-fnsummary.cc:690)
                   |since r14-2121              |since r14-2121

--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Fixed on the trunk.  Not sure about the backport, it is less important in 14
because there is no musttail and the patch is a new optimization which can e.g.
introduce tail calls where they weren't before.

Reply via email to