> 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 <[email protected]>
> 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.
OK, thanks for that. I was meaning to verify if the new result is good,
so I am happy to have confirmation.
Honza
> ---
>  gcc/testsuite/gcc.misc-tests/gcov-29.c | 2 +-
>  gcc/testsuite/gcc.misc-tests/gcov-30.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> 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 */
>  {
> -- 
> 2.47.3
> 

Reply via email to