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

--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Aldy Hernandez <al...@gcc.gnu.org>:

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

commit r14-8885-gd2d5ef6e22082d945c4d255b44194155680a93bd
Author: Aldy Hernandez <al...@redhat.com>
Date:   Tue Feb 6 10:22:30 2024 +0100

    ranger: Grow BBs in relation oracle as needed [PR113735]

    The relation oracle grows the internal vector of SSAs as needed, but
    due to an oversight was not growing the basic block vector.  This
    fixes the oversight.

            PR tree-optimization/113735

    gcc/testsuite/ChangeLog:

            * gcc.dg/tree-ssa/pr113735.c: New test.

    gcc/ChangeLog:

            * value-relation.cc (equiv_oracle::add_equiv_to_block): Call
            limit_check().

Reply via email to