libgomp.fortran/defaultmap-8.f90: Fix non-shared memory handling
authorTobias Burnus <tobias@codesourcery.com>
Tue, 29 Jun 2021 13:50:23 +0000 (15:50 +0200)
committerTobias Burnus <tobias@codesourcery.com>
Tue, 29 Jun 2021 13:50:23 +0000 (15:50 +0200)
commit489c5dcf7b063000a5e223535eb425cf9748720a
tree6f85f77f2d99708262722615ca5a87c63d6c3228
parentd479ddc0d9854905d03a3290b203a5dcb8db07eb
libgomp.fortran/defaultmap-8.f90: Fix non-shared memory handling

Disable some more parts of the test as firstprivate does not work yet
due to PR fortran/90742.

libgomp/
* testsuite/libgomp.fortran/defaultmap-8.f90 (bar): Determine whether
target has shared memory and disable some scalar pointer/allocatable
checks if not as firstprivate does not work.
libgomp/testsuite/libgomp.fortran/defaultmap-8.f90