https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103052
--- Comment #12 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:ce2dbf943ac8ffefe048016ac3abfd3b6a4518d4 commit r12-5434-gce2dbf943ac8ffefe048016ac3abfd3b6a4518d4 Author: Jan Hubicka <j...@suse.cz> Date: Sun Nov 21 00:39:42 2021 +0100 Fix ignore_nondeterminism_p in ipa-modref Improve debug output in ipa-modref and fix ignore_nondeterminism predicate: looping pures and cont are still deterministic. gcc/ChangeLog: 2021-11-21 Jan Hubicka <hubi...@ucw.cz> PR ipa/103052 * ipa-modref.c (ignore_nondeterminism_p): Allow looping pure/cont. (merge_call_side_effects): Improve debug output.