aboutsummaryrefslogtreecommitdiff
path: root/gcc/fold-const.h
diff options
context:
space:
mode:
authorJulian Brown <julian@codesourcery.com>2023-04-26 14:31:53 +0000
committerJulian Brown <julian@codesourcery.com>2023-04-28 11:33:12 +0000
commitcacf65d74463600815773255e8b82b4043432bd7 (patch)
tree1ef13704b0500f7584e44ca8d03d3ad0b25e0783 /gcc/fold-const.h
parent6e6f86f22873aab7059e083fd0c9905bd58e5efa (diff)
downloadgcc-cacf65d74463600815773255e8b82b4043432bd7.zip
gcc-cacf65d74463600815773255e8b82b4043432bd7.tar.gz
gcc-cacf65d74463600815773255e8b82b4043432bd7.tar.bz2
OpenACC: Stand-alone attach/detach clause fixes for Fortran [PR109622]
This patch fixes several cases where multiple attach or detach mapping nodes were being created for stand-alone attach or detach clauses in Fortran. After the introduction of stricter checking later during compilation, these extra nodes could cause ICEs, as seen in the PR. The patch also fixes cases that "happened to work" previously where the user attaches/detaches a pointer to array using a descriptor, and (I think!) the "_data" field has offset zero, hence the same address as the descriptor as a whole. 2023-04-27 Julian Brown <julian@codesourcery.com> PR fortran/109622 gcc/fortran/ * trans-openmp.cc (gfc_trans_omp_clauses): Attach/detach clause fixes. gcc/testsuite/ * gfortran.dg/goacc/attach-descriptor.f90: Adjust expected output. libgomp/ * testsuite/libgomp.fortran/pr109622.f90: New test. * testsuite/libgomp.fortran/pr109622-2.f90: New test. * testsuite/libgomp.fortran/pr109622-3.f90: New test.
Diffstat (limited to 'gcc/fold-const.h')
0 files changed, 0 insertions, 0 deletions