The following testcases expect the -Wopenacc-parallelism warning output
but did fail as not compiled with that warning; solution: add it.
libgomp/ChangeLog:
* testsuite/libgomp.oacc-fortran/declare-allocatable-1.f90: Compile
with -Wopenacc-parallelism.
* testsuite/libgomp.oacc-fortran/declare-allocatable-3.f90: Likewise.
+2021-10-21 Tobias Burnus <tobias@codesourcery.com>
+
+ * testsuite/libgomp.oacc-fortran/declare-allocatable-1.f90: Compile
+ with -Wopenacc-parallelism.
+ * testsuite/libgomp.oacc-fortran/declare-allocatable-3.f90: Likewise.
+
2021-08-03 Andrew Stubbs <ams@codesourcery.com>
* config/gcn/bar.h (gomp_barrier_init): Limit thread count to the
! Test OpenACC 'declare create' with allocatable arrays.
! { dg-do run }
+! { dg-additional-options "-Wopenacc-parallelism" }
!TODO-OpenACC-declare-allocate
! Not currently implementing correct '-DACC_MEM_SHARED=0' behavior:
! Test declare create with allocatable arrays.
! { dg-do run }
+! { dg-additional-options "-Wopenacc-parallelism" }
module vars
implicit none