[Bug fortran/120505] [OpenMP] Fortran deep mapping of alloc comp + component mapping like 'map(var%arr(1)%alloc)' in target (enter/exit) data
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Feb 23 18:05:03 GMT 2026
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 <parras@gcc.gnu.org>:
https://gcc.gnu.org/g:7cbdc80a4afc8a34326c0fdd7742c92388d2e87d
commit r16-7652-g7cbdc80a4afc8a34326c0fdd7742c92388d2e87d
Author: Paul-Antoine Arras <parras@baylibre.com>
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.
More information about the Gcc-bugs
mailing list