diff options
author | Tobias Burnus <tobias@codesourcery.com> | 2020-09-09 11:44:55 +0200 |
---|---|---|
committer | Tobias Burnus <tobias@codesourcery.com> | 2020-09-09 11:49:08 +0200 |
commit | cbc12c582462c720adccef5097b3162cc77c37a2 (patch) | |
tree | c0583a9955d95c83d713ac79db6a520f46d41af5 /gcc/testsuite/gfortran.dg | |
parent | 783dc66f9ccb0019c3dad2701bb9110286758d70 (diff) | |
download | gcc-cbc12c582462c720adccef5097b3162cc77c37a2.zip gcc-cbc12c582462c720adccef5097b3162cc77c37a2.tar.gz gcc-cbc12c582462c720adccef5097b3162cc77c37a2.tar.bz2 |
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.
Diffstat (limited to 'gcc/testsuite/gfortran.dg')
-rw-r--r-- | gcc/testsuite/gfortran.dg/gomp/combined-if.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
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" } } |