public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-1211] gfortran.dg/gomp/pr99928-5.f90: Use proper iteration var
@ 2021-06-04 11:28 Tobias Burnus
  0 siblings, 0 replies; only message in thread
From: Tobias Burnus @ 2021-06-04 11:28 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:ad3f0ad4bafe377072a53ded468fd9948e659f46

commit r12-1211-gad3f0ad4bafe377072a53ded468fd9948e659f46
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Fri Jun 4 13:26:40 2021 +0200

    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.

Diff:
---
 gcc/testsuite/gfortran.dg/gomp/pr99928-5.f90 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gfortran.dg/gomp/pr99928-5.f90 b/gcc/testsuite/gfortran.dg/gomp/pr99928-5.f90
index c612aaf9556..49cbf1e8cc2 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" } }


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-04 11:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-04 11:28 [gcc r12-1211] gfortran.dg/gomp/pr99928-5.f90: Use proper iteration var Tobias Burnus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).