On 1/26/26 22:34, Joseph Myers wrote:
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.
Ah, excellent. I've addressed this. Thanks, Jørgen
