https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90742
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Tobias Burnus <bur...@gcc.gnu.org>: https://gcc.gnu.org/g:489c5dcf7b063000a5e223535eb425cf9748720a commit r12-1870-g489c5dcf7b063000a5e223535eb425cf9748720a Author: Tobias Burnus <tob...@codesourcery.com> Date: Tue Jun 29 15:50:23 2021 +0200 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.