public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-5492] gfortran.dg/gomp/requires-4.f90: Fix !$omp syntax
@ 2020-11-27 10:43 Tobias Burnus
  0 siblings, 0 replies; only message in thread
From: Tobias Burnus @ 2020-11-27 10:43 UTC (permalink / raw)
  To: gcc-cvs

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

commit r11-5492-gd78e106e95191f44274c8c9ba196abd6fd5ed558
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Fri Nov 27 11:40:11 2020 +0100

    gfortran.dg/gomp/requires-4.f90: Fix !$omp syntax
    
    gcc/testsuite/
            * gfortran.dg/gomp/requires-4.f90: Fix '!$omp' syntax.

Diff:
---
 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" }


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

only message in thread, other threads:[~2020-11-27 10:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-27 10:43 [gcc r11-5492] gfortran.dg/gomp/requires-4.f90: Fix !$omp syntax 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).