https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120505
--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Paul-Antoine Arras <[email protected]>: https://gcc.gnu.org/g:7cbdc80a4afc8a34326c0fdd7742c92388d2e87d commit r16-7652-g7cbdc80a4afc8a34326c0fdd7742c92388d2e87d Author: Paul-Antoine Arras <[email protected]> Date: Mon Feb 23 18:55:16 2026 +0100 OpenMP/Fortran: Fix map-subarray testcases [PR120505] The fix for PR120505 introduced two test failures on some configurations. This patch update the scan dump pattern in map-subarray-4.f90 to allow for differing pointer sizes, and disable map-subarray-16.f90 when no offload device is available. PR fortran/120505 libgomp/ChangeLog: * testsuite/libgomp.fortran/map-subarray-16.f90: Enable test only for offload device. gcc/testsuite/ChangeLog: * gfortran.dg/gomp/map-subarray-4.f90: Update scan dumps for -m32.
