openacc: Add XFAILs [PR98979]
authorJulian Brown <julian@codesourcery.com>
Tue, 9 Feb 2021 20:00:14 +0000 (12:00 -0800)
committerJulian Brown <julian@codesourcery.com>
Wed, 10 Feb 2021 03:16:28 +0000 (19:16 -0800)
commitf7fb2f662fe12f327ece8b034ab76b36fdca4696
treed8e4dc3de583af8ccaba0431d265ccebf60cd74d
parentb0fb2720d88d680af18981a2097397196b505a1f
openacc: Add XFAILs [PR98979]

This patch adds some XFAILs for PR98979 until the patch to fix them has
been approved. See:

  https://gcc.gnu.org/pipermail/gcc-patches/2021-February/564711.html

gcc/testsuite/
PR fortran/98979
* gfortran.dg/goacc/array-with-dt-2.f90: Add expected errors.
* gfortran.dg/goacc/derived-chartypes-1.f90: Skip ICEing test.
* gfortran.dg/goacc/derived-chartypes-2.f90: Likewise.

libgomp/
PR fortran/98979
* testsuite/libgomp.oacc-fortran/array-stride-dt-1.f90: Add expected
errors.
gcc/testsuite/gfortran.dg/goacc/array-with-dt-2.f90
gcc/testsuite/gfortran.dg/goacc/derived-chartypes-1.f90
gcc/testsuite/gfortran.dg/goacc/derived-chartypes-2.f90
libgomp/testsuite/libgomp.oacc-fortran/array-stride-dt-1.f90