[gcc r16-5913] gomp/dyn_groupprivate-1.f90: Fix scan-tree-dump-times regex
Tobias Burnus
burnus@gcc.gnu.org
Fri Dec 5 13:57:36 GMT 2025
https://gcc.gnu.org/g:1c78abfd19fe5de4ea68653e047029e1ea54c8aa
commit r16-5913-g1c78abfd19fe5de4ea68653e047029e1ea54c8aa
Author: Tobias Burnus <tburnus@baylibre.com>
Date: Fri Dec 5 14:55:27 2025 +0100
gomp/dyn_groupprivate-1.f90: Fix scan-tree-dump-times regex
gcc/testsuite/ChangeLog:
* gfortran.dg/gomp/dyn_groupprivate-1.f90: Fix
scan-tree-dump-times regexp to avoid hard-coded 'D.4680'.
Diff:
---
gcc/testsuite/gfortran.dg/gomp/dyn_groupprivate-1.f90 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/testsuite/gfortran.dg/gomp/dyn_groupprivate-1.f90 b/gcc/testsuite/gfortran.dg/gomp/dyn_groupprivate-1.f90
index 3661f142ca50..a3f86150d5e4 100644
--- a/gcc/testsuite/gfortran.dg/gomp/dyn_groupprivate-1.f90
+++ b/gcc/testsuite/gfortran.dg/gomp/dyn_groupprivate-1.f90
@@ -23,7 +23,7 @@ N = 1024
end
! { dg-final { scan-tree-dump-times "#pragma omp target dyn_groupprivate\\(1024\\)" 1 "original" } }
-! { dg-final { scan-tree-dump-times "#pragma omp target dyn_groupprivate\\(D.4680\\)" 1 "original" } }
+! { dg-final { scan-tree-dump-times "#pragma omp target dyn_groupprivate\\(D\\.\[0-9\]+\\)" 1 "original" } }
! { dg-final { scan-tree-dump-times "#pragma omp target dyn_groupprivate\\(fallback\\(abort\\):n\\)" 1 "original" } }
! { dg-final { scan-tree-dump-times "#pragma omp target dyn_groupprivate\\(fallback\\(null\\):n\\)" 1 "original" } }
! { dg-final { scan-tree-dump-times "#pragma omp target dyn_groupprivate\\(fallback\\(default_mem\\):n\\)" 1 "original" } }
More information about the Gcc-cvs
mailing list