https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102943
--- Comment #29 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jan Hubicka <hubi...@gcc.gnu.org>: https://gcc.gnu.org/g:a70faf6e4df7481c2c9a08a06657c20beb3043de commit r12-5538-ga70faf6e4df7481c2c9a08a06657c20beb3043de 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/102943 * ipa-modref.c (update_escape_summary_1): Fix handling of min_flags.