https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103432
--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-11 branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:f0c601ed0080ab9ebe2bc0c23d41471531e2af02 commit r11-9791-gf0c601ed0080ab9ebe2bc0c23d41471531e2af02 Author: Jan Hubicka <j...@suse.cz> Date: Fri Nov 26 13:36:35 2021 +0100 Fix handling of in_flags in update_escape_summary_1 update_escape_summary_1 has thinko where it compues proper min_flags but then stores original value (ignoring the fact whether there was a dereference in the escape point). PR ipa/103432 * ipa-modref.c (update_escape_summary_1): Fix handling of min_flags. (cherry picked from commit a70faf6e4df7481c2c9a08a06657c20beb3043de)