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 <hubicka@ucw.cz>
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.
}
/* BEGIN paths
- summary: 0/5 */
+ summary: 0/6 */
void pathcov007a (int a)
/* END */
{
}
/* BEGIN paths
- summary: 0/5 */
+ summary: 0/6 */
void pathcov007a (int a)
/* END */
{