From: Tobias Burnus Date: Wed, 9 Sep 2020 09:44:55 +0000 (+0200) Subject: gfortran.dg/gomp/combined-if.f90: Update nvptx tree-dump times X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cbc12c582462c720adccef5097b3162cc77c37a2;p=gcc.git 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. --- diff --git a/gcc/testsuite/gfortran.dg/gomp/combined-if.f90 b/gcc/testsuite/gfortran.dg/gomp/combined-if.f90 index d9e4a26ca0c..003821289a6 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" } }