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

--- Comment #1 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Andrew Pinski <pins...@gcc.gnu.org>:

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

commit r14-5850-gbd7f16b43e2afe5bd8429479485b5c70cedbdee6
Author: Andrew Pinski <quic_apin...@quicinc.com>
Date:   Sat Nov 25 20:24:56 2023 -0800

    Fix gcc.dg/vla-1.c

    r14-5628-g53ba8d669550d3 added noipa to f1 but `-fno-ipa-vrp` should have
been used
    instead. The testcase is testing about the clone of f1 so turning off
    IPA VRP is the correct approach here rather than turning off of IPA on the
function.

    gcc/testsuite/ChangeLog:

            PR testsuite/112691
            * gcc.dg/vla-1.c: Add -fno-ipa-vrp.
            Remove noipa from f1.

    Signed-off-by: Andrew Pinski <quic_apin...@quicinc.com>

Reply via email to