]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix handling of in_flags in update_escape_summary_1
authorJan Hubicka <jh@suse.cz>
Fri, 26 Nov 2021 12:36:35 +0000 (13:36 +0100)
committerJan Hubicka <jh@suse.cz>
Fri, 26 Nov 2021 12:38:00 +0000 (13:38 +0100)
commita70faf6e4df7481c2c9a08a06657c20beb3043de
tree710eaa61c3e549bc2bcb5caefb31e34cffdb232f
parent8dedf065aff22b09bd4e48e1be0b77c58d297100
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.
gcc/ipa-modref.c