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: basepoints/gcc-12~2765 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d78e106e95191f44274c8c9ba196abd6fd5ed558;p=thirdparty%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 e0eb4dbc603d..0dc5e69da042 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" }