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

--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Andrew Macleod <[email protected]>:

https://gcc.gnu.org/g:00c16753875ddd9fcc9a6484717a1fc6dc95b691

commit r16-5433-g00c16753875ddd9fcc9a6484717a1fc6dc95b691
Author: Andrew MacLeod <[email protected]>
Date:   Wed Nov 19 11:31:16 2025 -0500

    Avoid recursion with SCEV

    Ranger should not invoke SCEV if its already in the middle of a SCEV call.

            PR tree-optimization/122756
            gcc/
            * gimple-range-fold.cc (range_of_ssa_name_with_loop_info): Do
            not invoke SCEV if already in a SCEV call.

            gcc/testsuite/
            * gcc.dg/pr122756.c: New.

Reply via email to