https://gcc.gnu.org/g:c490d4b66a3cf56ec27c1b2383a5d5958d26cc21
commit c490d4b66a3cf56ec27c1b2383a5d5958d26cc21 Author: Mikael Morin <mik...@gcc.gnu.org> Date: Tue Feb 11 18:44:26 2025 +0100 Correction dump coarray_allocate_7.f08 Diff: --- gcc/testsuite/gfortran.dg/coarray_allocate_7.f08 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gfortran.dg/coarray_allocate_7.f08 b/gcc/testsuite/gfortran.dg/coarray_allocate_7.f08 index 56160e29d9f4..ab363588b7bc 100644 --- a/gcc/testsuite/gfortran.dg/coarray_allocate_7.f08 +++ b/gcc/testsuite/gfortran.dg/coarray_allocate_7.f08 @@ -23,5 +23,5 @@ program main if ( object%indices(1) /= 1 ) STOP 2 end program -! { dg-final { scan-tree-dump-times "_gfortran_caf_register \\(0, 7, \\(void \\*\\) &mytype\\.\[0-9\]+\\.indices\\.token, &mytype\\.\[0-9\]+\\.indices, 0B, 0B, 0\\);" 1 "original" } } +! { dg-final { scan-tree-dump-times {_gfortran_caf_register \(0, 7, \(void \*\) &(?:NON_LVALUE_EXPR <)?mytype\.[0-9]+\.indices\.token>?, &mytype\.[0-9]+\.indices, 0B, 0B, 0\);} 1 "original" } }