https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112689
--- Comment #6 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:cd2519a6f857539262398f3ff63b53de173e2a88 commit r14-5892-gcd2519a6f857539262398f3ff63b53de173e2a88 Author: Andrew Pinski <quic_apin...@quicinc.com> Date: Mon Nov 27 10:08:33 2023 -0800 Fix time-profiler-3.c after r14-5628-g53ba8d669550d3 This testcase started to fail after r14-5628-g53ba8d669550d3 because IPA-VRP can now start to figure out the functions return a constant value and there was nothing that profiling needed to profile any more. This disables IPA-VRP for this testcase to be able to profile again. Bootrapped/tested on x86_64-linux-gnu with no regressions. gcc/testsuite/ChangeLog: PR testsuite/112689 * gcc.dg/tree-prof/time-profiler-3.c: Add -fno-ipa-vrp.