From: Jørgen Kvalsvik Date: Wed, 5 Nov 2025 19:48:29 +0000 (+0100) Subject: Update expected number of prime paths in test case X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba68de670885964056549b17eeace61acaaea0ab;p=thirdparty%2Fgcc.git Update expected number of prime paths in test case This test has been failing since this commit which introduces an extra block in the loop, increasing the number of prime paths: FAIL: gcc.misc-tests/gcov-29.c line 826: expected 0/5 covered paths, was 0/6 commit 385d9937f0e23cbf9c62f0b2553a33ff70e56ecf Author: Jan Hubicka Date: Fri Jul 11 13:01:13 2025 +0200 Rewrite assign_discriminators I have looked at the CFGs of this function before and after Jan's patch and both cases are fine, this test breaking is not a real regression. gcc/testsuite/ChangeLog: * gcc.misc-tests/gcov-29.c: Expect 6 prime paths in test. * gcc.misc-tests/gcov-30.c: Likewise. --- diff --git a/gcc/testsuite/gcc.misc-tests/gcov-29.c b/gcc/testsuite/gcc.misc-tests/gcov-29.c index efbd305b384..5e3f0a914e5 100644 --- a/gcc/testsuite/gcc.misc-tests/gcov-29.c +++ b/gcc/testsuite/gcc.misc-tests/gcov-29.c @@ -823,7 +823,7 @@ void *gnu_getcwd() } /* BEGIN paths - summary: 0/5 */ + summary: 0/6 */ void pathcov007a (int a) /* END */ { diff --git a/gcc/testsuite/gcc.misc-tests/gcov-30.c b/gcc/testsuite/gcc.misc-tests/gcov-30.c index e7a4a2870ab..5f8c070b187 100644 --- a/gcc/testsuite/gcc.misc-tests/gcov-30.c +++ b/gcc/testsuite/gcc.misc-tests/gcov-30.c @@ -823,7 +823,7 @@ void *gnu_getcwd() } /* BEGIN paths - summary: 0/5 */ + summary: 0/6 */ void pathcov007a (int a) /* END */ {