[Bug middle-end/125986] ranger: incoming relations to a threading path are ignored

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Jul 16 16:17:50 GMT 2026


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125986

--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Andrew Macleod <amacleod@gcc.gnu.org>:

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

commit r17-2470-gf8f19f11571d0698449a3b71a8b355be6fccc4b3
Author: Andrew MacLeod <amacleod@redhat.com>
Date:   Wed Jul 15 15:43:14 2026 -0400

    Path ranger should check root ranger equivalencies as well.

    Path ranger currently checks the root ranger for realtions between
    only local equivalencies.   If that fails, it should also check the
    root ranger for any equivalencies and relations between the two names
    which occur earlier in the IL.

            PR tree-optimization/125986
            * value-relation.cc (path_oracle::query): Query root oracle for
            relations.


More information about the Gcc-bugs mailing list