summaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
authorTobias Burnus <tobias@codesourcery.com>2022-02-04 17:31:21 +0100
committerTobias Burnus <tobias@codesourcery.com>2022-02-04 17:31:21 +0100
commitf62156eab7b757d1ee03a11d5c96c72bd3de079c (patch)
tree441b673d27c4037e2d22c546d71f9a44b2517b58 /libgomp
parent696ca2f6cf47caf00ec7056547b62092bd208221 (diff)
libgomp.fortran/allocate-1.f90: Fix minor cleanup
libgomp/ChangeLog: * testsuite/libgomp.fortran/allocate-1.f90: Remove spurious STOP of previous commit.
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/testsuite/libgomp.fortran/allocate-1.f903
1 files changed, 0 insertions, 3 deletions
diff --git a/libgomp/testsuite/libgomp.fortran/allocate-1.f90 b/libgomp/testsuite/libgomp.fortran/allocate-1.f90
index 062278f9908..0a31d35d5ac 100644
--- a/libgomp/testsuite/libgomp.fortran/allocate-1.f90
+++ b/libgomp/testsuite/libgomp.fortran/allocate-1.f90
@@ -74,8 +74,6 @@ subroutine foo (x, p, q, h, fl)
if (x /= 42) then
stop 1
end if
-
- !!$omp barrier
v(1) = 7
if ( (and(fl, 2) /= 0) .and. &
((is_64bit_aligned(x) == 0) .or. &
@@ -97,7 +95,6 @@ subroutine foo (x, p, q, h, fl)
stop 4
end if
!$omp end parallel
-stop
!$omp teams
!$omp parallel private (y) firstprivate (x, w) allocate (h: x, y, w)