https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99054
--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:72932511053596091ad291539022b51d9f2ba418 commit r11-7168-g72932511053596091ad291539022b51d9f2ba418 Author: Richard Biener <rguent...@suse.de> Date: Wed Feb 10 10:17:15 2021 +0100 rtl-optimization/99054 - fix leak in fixup_partitions This fixes a leak of the vector retured by find_partition_fixes by turning it into an auto_vec. 2021-02-10 Richard Biener <rguent...@suse.de> PR rtl-optimization/99054 * cfgrtl.c (rtl-optimization/99054): Return an auto_vec. (fixup_partitions): Adjust. (rtl_verify_edges): Likewise.