public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-7057] libgomp.fortran/allocate-1.f90: Fix minor cleanup
@ 2022-02-04 16:32 Tobias Burnus
  0 siblings, 0 replies; only message in thread
From: Tobias Burnus @ 2022-02-04 16:32 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:f62156eab7b757d1ee03a11d5c96c72bd3de079c

commit r12-7057-gf62156eab7b757d1ee03a11d5c96c72bd3de079c
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Fri Feb 4 17:31:21 2022 +0100

    libgomp.fortran/allocate-1.f90: Fix minor cleanup
    
    libgomp/ChangeLog:
            * testsuite/libgomp.fortran/allocate-1.f90: Remove spurious
            STOP of previous commit.

Diff:
---
 libgomp/testsuite/libgomp.fortran/allocate-1.f90 | 3 ---
 1 file changed, 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)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-02-04 16:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-04 16:32 [gcc r12-7057] libgomp.fortran/allocate-1.f90: Fix minor cleanup Tobias Burnus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).