From d78e106e95191f44274c8c9ba196abd6fd5ed558 Mon Sep 17 00:00:00 2001 From: Tobias Burnus Date: Fri, 27 Nov 2020 11:40:11 +0100 Subject: [PATCH] gfortran.dg/gomp/requires-4.f90: Fix !$omp syntax gcc/testsuite/ * gfortran.dg/gomp/requires-4.f90: Fix '!$omp' syntax. --- gcc/testsuite/gfortran.dg/gomp/requires-4.f90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/testsuite/gfortran.dg/gomp/requires-4.f90 b/gcc/testsuite/gfortran.dg/gomp/requires-4.f90 index e0eb4dbc603..0dc5e69da04 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" } -- 2.30.2