On Sun, 25 Jan 2026, Jørgen Kvalsvik wrote:
> diff --git a/gcc/testsuite/g++.dg/gcov/gcov-24.C
> b/gcc/testsuite/g++.dg/gcov/gcov-24.C
> new file mode 100644
> index 00000000000..6bc82127736
> --- /dev/null
> +++ b/gcc/testsuite/g++.dg/gcov/gcov-24.C
> @@ -0,0 +1,814 @@
> +/* { dg-options "--coverage" } */
> +/* { dg-do run { target native } } */
gcov tests should no longer be restricted to { target native }, they can
run in cross-compilation environments as well now. Likewise for all such
tests in this patch.
--
Joseph S. Myers
[email protected]