https://gcc.gnu.org/g:0fc70a165c5bd2cc42534095d91af81d10c54097
commit 0fc70a165c5bd2cc42534095d91af81d10c54097 Author: Mikael Morin <mik...@gcc.gnu.org> Date: Thu May 22 11:52:57 2025 +0200 Mise à jour motif dump coarray_lib_token_4 Diff: --- gcc/testsuite/gfortran.dg/coarray_lib_token_4.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gfortran.dg/coarray_lib_token_4.f90 b/gcc/testsuite/gfortran.dg/coarray_lib_token_4.f90 index fe500684fb5d..21039e7e38ad 100644 --- a/gcc/testsuite/gfortran.dg/coarray_lib_token_4.f90 +++ b/gcc/testsuite/gfortran.dg/coarray_lib_token_4.f90 @@ -33,7 +33,7 @@ contains end subroutine expl end program test_caf -! { dg-final { scan-tree-dump-times "expl \\(integer\\(kind=4\\).0:. . restrict z, void . restrict caf_token.\[0-9\]+, integer\\(kind=.\\) caf_offset.\[0-9\]+\\)" 1 "original" } } +! { dg-final { scan-tree-dump-times {expl \(integer\(kind=4\).[01]:. . restrict z, void . restrict caf_token.[0-9]+, integer\(kind=.\) caf_offset.[0-9]+\)} 1 "original" } } ! ! { dg-final { scan-tree-dump-times "bar \\(struct array02_integer\\(kind=4\\) & restrict y, void . restrict caf_token.\[0-9\]+, integer\\(kind=.\\) caf_offset.\[0-9\]+\\)" 1 "original" } } !