Enhance further testcases to verify handling of OpenACC privatization level [PR90115]
authorThomas Schwinge <thomas@codesourcery.com>
Tue, 8 Mar 2022 10:51:55 +0000 (11:51 +0100)
committerThomas Schwinge <thomas@codesourcery.com>
Thu, 10 Mar 2022 10:24:07 +0000 (11:24 +0100)
commit1d9dc3dd74eddd192bec1ac6f4d6548a81deb9a5
tree10e1e7bfb85a44b2c73e129ac4ff1b962895a883
parent6f8abf2b9ff4f165a61295cdb3525ce1da2a77c6
Enhance further testcases to verify handling of OpenACC privatization level [PR90115]

As originally introduced in commit 11b8286a83289f5b54e813f14ff56d730c3f3185
"[OpenACC privatization] Largely extend diagnostics and corresponding testsuite
coverage [PR90115]".

PR middle-end/90115
gcc/testsuite/
* c-c++-common/goacc/nesting-1.c: Enhance.
* gcc.dg/goacc/nested-function-1.c: Likewise.
* gcc.dg/goacc/nested-function-2.c: Likewise.
* gfortran.dg/goacc/nested-function-1.f90: Likewise.
libgomp/
* testsuite/libgomp.oacc-fortran/routine-1.f90: Enhance.
* testsuite/libgomp.oacc-fortran/routine-2.f90: Likewise.
* testsuite/libgomp.oacc-fortran/routine-3.f90: Likewise.
* testsuite/libgomp.oacc-fortran/routine-9.f90: Likewise.
gcc/testsuite/c-c++-common/goacc/nesting-1.c
gcc/testsuite/gcc.dg/goacc/nested-function-1.c
gcc/testsuite/gcc.dg/goacc/nested-function-2.c
gcc/testsuite/gfortran.dg/goacc/nested-function-1.f90
libgomp/testsuite/libgomp.oacc-fortran/routine-1.f90
libgomp/testsuite/libgomp.oacc-fortran/routine-2.f90
libgomp/testsuite/libgomp.oacc-fortran/routine-3.f90
libgomp/testsuite/libgomp.oacc-fortran/routine-9.f90