Commit 211c667f by Tobias Burnus

Fix testsuite-fallout of OpenACC deep-copy patch

        gcc/testsuite/
        * gfortran.dg/goacc/data-clauses.f95: Remove now
        obsolete dg-error.

From-SVN: r279634
parent 3439487f
2019-12-20 Tobias Burnus <tobias@codesourcery.com>
* gfortran.dg/goacc/data-clauses.f95: Remove now
obsolete dg-error.
2019-12-20 Jakub Jelinek <jakub@redhat.com>
PR target/92841
......
......@@ -111,9 +111,9 @@ contains
!$acc end data
!$acc parallel no_create (tip) ! { dg-error "POINTER" }
!$acc parallel no_create (tip)
!$acc end parallel
!$acc parallel no_create (tia) ! { dg-error "ALLOCATABLE" }
!$acc parallel no_create (tia)
!$acc end parallel
!$acc parallel deviceptr (i) no_create (i) ! { dg-error "multiple clauses" }
!$acc end parallel
......@@ -132,7 +132,7 @@ contains
!$acc end data
!$acc parallel present (tip) ! { dg-error "POINTER" }
!$acc parallel present (tip)
!$acc end parallel
!$acc parallel present (tia)
!$acc end parallel
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment