From 6fb9b4c97690c5750e49c32fa2a373a7c66c5d46 Mon Sep 17 00:00:00 2001 From: Tobias Burnus Date: Fri, 27 Nov 2020 11:45:14 +0100 Subject: [PATCH] gfortran.dg/gomp/requires-4.f90: Fix !$omp clause gcc/testsuite/ * gfortran.dg/gomp/requires-4.f90: Fix typo in '!$omp' clause. --- gcc/testsuite/gfortran.dg/gomp/requires-4.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gfortran.dg/gomp/requires-4.f90 b/gcc/testsuite/gfortran.dg/gomp/requires-4.f90 index 0dc5e69da04..b17aceb898b 100644 --- a/gcc/testsuite/gfortran.dg/gomp/requires-4.f90 +++ b/gcc/testsuite/gfortran.dg/gomp/requires-4.f90 @@ -30,7 +30,7 @@ contains !$omp end target end subroutine subroutine bar - !$omp requires unified_addres ! { dg-error "must appear in the specification part of a program unit" } + !$omp requires unified_address ! { dg-error "must appear in the specification part of a program unit" } end subroutine bar end ! { dg-prune-output "not yet supported" } -- 2.30.2