aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorTobias Burnus <tobias@codesourcery.com>2021-06-04 13:26:40 +0200
committerTobias Burnus <tobias@codesourcery.com>2021-06-04 13:26:40 +0200
commitad3f0ad4bafe377072a53ded468fd9948e659f46 (patch)
treeaba1433e1ba5198ba4010d04f2c6d5264fd8cc42 /gcc
parent78b622e37381e1c0e9992f6634972dfbe0338d0b (diff)
downloadgcc-ad3f0ad4bafe377072a53ded468fd9948e659f46.zip
gcc-ad3f0ad4bafe377072a53ded468fd9948e659f46.tar.gz
gcc-ad3f0ad4bafe377072a53ded468fd9948e659f46.tar.bz2
gfortran.dg/gomp/pr99928-5.f90: Use proper iteration var
gcc/testsuite/ChangeLog: * gfortran.dg/gomp/pr99928-5.f90: Really use the proper iteration variable.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/gfortran.dg/gomp/pr99928-5.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/gomp/pr99928-5.f90 b/gcc/testsuite/gfortran.dg/gomp/pr99928-5.f90
index c612aaf..49cbf1e 100644
--- a/gcc/testsuite/gfortran.dg/gomp/pr99928-5.f90
+++ b/gcc/testsuite/gfortran.dg/gomp/pr99928-5.f90
@@ -88,7 +88,7 @@ subroutine bar ()
! { dg-final { scan-tree-dump "omp taskloop\[^\n\r]*lastprivate\\(j10\\)" "gimple" } }
! { dg-final { scan-tree-dump "omp simd\[^\n\r]*linear\\(j10:1\\)" "gimple" } }
!$omp taskloop simd linear (j10) default(none)
- do j01 = 1, 64
+ do j10 = 1, 64
end do
! { dg-final { scan-tree-dump "omp teams\[^\n\r]*shared\\(j11\\)" "gimple" } }
! { dg-final { scan-tree-dump "omp distribute\[^\n\r]*lastprivate\\(j11\\)" "gimple" } }