From c425e66b27eb0aa79f1100a6da87f65731ecd8b5 Mon Sep 17 00:00:00 2001 From: Tobias Burnus Date: Wed, 30 Oct 2019 11:44:54 +0000 Subject: =?UTF-8?q?libgomp/testsuite=20=E2=80=93=20use=20'stop'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit libgomp/ * testsuite/libgomp.fortran/: Replace 'STOP' by 'stop'. From-SVN: r277609 --- libgomp/testsuite/libgomp.fortran/vla1.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgomp/testsuite/libgomp.fortran/vla1.f90') diff --git a/libgomp/testsuite/libgomp.fortran/vla1.f90 b/libgomp/testsuite/libgomp.fortran/vla1.f90 index bf25e89..63d17e7 100644 --- a/libgomp/testsuite/libgomp.fortran/vla1.f90 +++ b/libgomp/testsuite/libgomp.fortran/vla1.f90 @@ -156,7 +156,7 @@ contains call check (size (k, 3), 3, l) call check (size (k), 15, l) !$omp end parallel - if (l) STOP 1 + if (l) stop 1 end subroutine foo subroutine test -- cgit v1.1