]> gcc.gnu.org Git - gcc.git/commit
openacc: Fortran derived-type mapping fix
authorJulian Brown <julian@codesourcery.com>
Wed, 3 Jun 2020 21:25:19 +0000 (14:25 -0700)
committerJulian Brown <julian@codesourcery.com>
Thu, 9 Jul 2020 21:04:41 +0000 (14:04 -0700)
commitac8996edb14eef0a15cd0ce850fde2be5e227e69
tree7890eda2999d94797e02c0dd3d78a0185b94fc83
parentfd263be4b523ff1b7f7dda49d856cc57221e8d21
openacc: Fortran derived-type mapping fix

Fix a bug with mapping Fortran components which themselves have derived
types in the OpenACC 2.5+ manual deep-copy support.

2020-07-09  Julian Brown  <julian@codesourcery.com>

gcc/fortran/
* trans-openmp.c (gfc_trans_omp_clauses): Use 'inner' not 'decl' for
derived type members which themselves have derived types.

gcc/testsuite/
* gfortran.dg/goacc/mapping-tests-3.f90: New test.
* gfortran.dg/goacc/mapping-tests-4.f90: New test.
gcc/fortran/trans-openmp.c
gcc/testsuite/gfortran.dg/goacc/mapping-tests-3.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/goacc/mapping-tests-4.f90 [new file with mode: 0644]
This page took 0.063491 seconds and 5 git commands to generate.