[Bug ipa/103432] [11 regression] libjxl-0.5 is miscompiled, works fine with -fno-ipa-modref
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Apr 7 12:04:17 GMT 2022
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
<rguenth@gcc.gnu.org>:
https://gcc.gnu.org/g:f0c601ed0080ab9ebe2bc0c23d41471531e2af02
commit r11-9791-gf0c601ed0080ab9ebe2bc0c23d41471531e2af02
Author: Jan Hubicka <jh@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)
More information about the Gcc-bugs
mailing list