From cbc12c582462c720adccef5097b3162cc77c37a2 Mon Sep 17 00:00:00 2001 From: Tobias Burnus Date: Wed, 9 Sep 2020 11:44:55 +0200 Subject: [PATCH] gfortran.dg/gomp/combined-if.f90: Update nvptx tree-dump times nvptx has additional omp simd lines with _simt_ with -O1 and higher. gcc/testsuite/ChangeLog: * gfortran.dg/gomp/combined-if.f90: Update scan-tree-dump-times for 'omp simd.*if' for nvptx even more. --- gcc/testsuite/gfortran.dg/gomp/combined-if.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gfortran.dg/gomp/combined-if.f90 b/gcc/testsuite/gfortran.dg/gomp/combined-if.f90 index d9e4a26..0038212 100644 --- a/gcc/testsuite/gfortran.dg/gomp/combined-if.f90 +++ b/gcc/testsuite/gfortran.dg/gomp/combined-if.f90 @@ -105,5 +105,5 @@ end module ! { dg-final { scan-tree-dump-times "(?n)#pragma omp target.* if\\(" 9 "omplower" } } ! { dg-final { scan-tree-dump-times "(?n)#pragma omp simd.* if\\(" 5 "omplower" { target { ! offload_nvptx } } } } -! { dg-final { scan-tree-dump-times "(?n)#pragma omp simd.* if\\(" 7 "omplower" { target { offload_nvptx } } } } +! { dg-final { scan-tree-dump-times "(?n)#pragma omp simd.* if\\(" 9 "omplower" { target { offload_nvptx } } } } ! { dg-final { scan-tree-dump-times "(?n)#pragma omp parallel.* if\\(" 6 "omplower" } } -- 2.7.4