[Bug ipa/103052] [9/10/11/12 Regression] Function is found to be pure looping but has a call to a noreturn function in it

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Nov 20 23:40:02 GMT 2021


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 <hubicka@gcc.gnu.org>:

https://gcc.gnu.org/g:ce2dbf943ac8ffefe048016ac3abfd3b6a4518d4

commit r12-5434-gce2dbf943ac8ffefe048016ac3abfd3b6a4518d4
Author: Jan Hubicka <jh@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  <hubicka@ucw.cz>

            PR ipa/103052
            * ipa-modref.c (ignore_nondeterminism_p): Allow looping pure/cont.
            (merge_call_side_effects): Improve debug output.


More information about the Gcc-bugs mailing list