From: Tobias Burnus Date: Tue, 5 Jul 2022 08:09:23 +0000 (+0200) Subject: gfortran.dg/gomp/scope-6.f90: Add \\ to scan-tree-dump X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=635085d8ae992f51d47917351341cd9b153665e6;p=thirdparty%2Fgcc.git gfortran.dg/gomp/scope-6.f90: Add \\ to scan-tree-dump Missed git add for the hot fix before committing r13-982-gff35a75473d28205e52ecbcf9e6b5107b8b5ab90 gcc/testsuite/ * gfortran.dg/gomp/scope-6.f90: Fix dg-final scan-tree-dump. (cherry picked from commit 6a098f4e16351617ebbb9ad66fb802e8c4a57c77) --- diff --git a/gcc/testsuite/ChangeLog.omp b/gcc/testsuite/ChangeLog.omp index 7534b517e4c4..f7f200021c7e 100644 --- a/gcc/testsuite/ChangeLog.omp +++ b/gcc/testsuite/ChangeLog.omp @@ -1,3 +1,10 @@ +2022-07-05 Tobias Burnus + + Backport from mainline: + 2022-06-03 Tobias Burnus + + * gfortran.dg/gomp/scope-6.f90: Fix dg-final scan-tree-dump. + 2022-07-05 Tobias Burnus Backport from mainline: diff --git a/gcc/testsuite/gfortran.dg/gomp/scope-6.f90 b/gcc/testsuite/gfortran.dg/gomp/scope-6.f90 index 9c595b1e1173..4c4f5e034f74 100644 --- a/gcc/testsuite/gfortran.dg/gomp/scope-6.f90 +++ b/gcc/testsuite/gfortran.dg/gomp/scope-6.f90 @@ -20,4 +20,4 @@ contains end end -! { dg-final { scan-tree-dump "omp scope private\\(a\\) firstprivate\\(b\\) reduction\\(\\+:c\\) allocate\\(allocator\\(D\\.\[0-9\]+\\):a) allocate\\(allocator\\(D\\.\[0-9\]+\\):b) allocate\\(allocator\\(D\\.\[0-9\]+\\):c)" "original" } } +! { dg-final { scan-tree-dump "omp scope private\\(a\\) firstprivate\\(b\\) reduction\\(\\+:c\\) allocate\\(allocator\\(D\\.\[0-9\]+\\):a\\) allocate\\(allocator\\(D\\.\[0-9\]+\\):b\\) allocate\\(allocator\\(D\\.\[0-9\]+\\):c\\)" "original" } }