From: Tobias Burnus Date: Fri, 27 Nov 2020 10:40:11 +0000 (+0100) Subject: gfortran.dg/gomp/requires-4.f90: Fix !$omp syntax X-Git-Tag: upstream/12.2.0~11462 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d78e106e95191f44274c8c9ba196abd6fd5ed558;p=platform%2Fupstream%2Fgcc.git gfortran.dg/gomp/requires-4.f90: Fix !$omp syntax gcc/testsuite/ * gfortran.dg/gomp/requires-4.f90: Fix '!$omp' syntax. --- diff --git a/gcc/testsuite/gfortran.dg/gomp/requires-4.f90 b/gcc/testsuite/gfortran.dg/gomp/requires-4.f90 index e0eb4db..0dc5e69 100644 --- a/gcc/testsuite/gfortran.dg/gomp/requires-4.f90 +++ b/gcc/testsuite/gfortran.dg/gomp/requires-4.f90 @@ -26,8 +26,8 @@ program main !$omp requires reverse_offload contains subroutine foo - !$target - !$end target + !$omp target + !$omp end target end subroutine subroutine bar !$omp requires unified_addres ! { dg-error "must appear in the specification part of a program unit" }