public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/omp/gcc-12] libgomp.fortran/target-nowait-array-section.f90: Fix typo
@ 2022-07-04 20:11 Tobias Burnus
  0 siblings, 0 replies; only message in thread
From: Tobias Burnus @ 2022-07-04 20:11 UTC (permalink / raw)
  To: gcc-cvs

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

commit edd96cddde899770296a6e9ffc2f19a1c447a2ea
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Mon Jul 4 21:09:25 2022 +0200

    libgomp.fortran/target-nowait-array-section.f90: Fix typo
    
    Fix typo as requested in the review approval.
    
    libgomp/ChangeLog:
    
            * testsuite/libgomp.fortran/target-nowait-array-section.f90: New test.
    
    (cherry picked from commit 70d624ff067920d6d57ce5064ddc2a2411377488)

Diff:
---
 libgomp/ChangeLog.omp                                             | 7 +++++++
 libgomp/testsuite/libgomp.fortran/target-nowait-array-section.f90 | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/libgomp/ChangeLog.omp b/libgomp/ChangeLog.omp
index 134387d47c4..43b749417c8 100644
--- a/libgomp/ChangeLog.omp
+++ b/libgomp/ChangeLog.omp
@@ -5,6 +5,13 @@
 
 	* testsuite/libgomp.fortran/target-nowait-array-section.f90: New test.
 
+2022-07-04  Tobias Burnus  <tobias@codesourcery.com>
+
+	Backport from mainline:
+	2022-05-13  Tobias Burnus  <tobias@codesourcery.com>
+
+	* testsuite/libgomp.fortran/target-nowait-array-section.f90: New test.
+
 2022-06-20  Andrew Stubbs  <ams@codesourcery.com>
 
 	* plugin/plugin-gcn.c (struct usm_splay_tree_key_s): New.
diff --git a/libgomp/testsuite/libgomp.fortran/target-nowait-array-section.f90 b/libgomp/testsuite/libgomp.fortran/target-nowait-array-section.f90
index 7560cff746b..3613b731676 100644
--- a/libgomp/testsuite/libgomp.fortran/target-nowait-array-section.f90
+++ b/libgomp/testsuite/libgomp.fortran/target-nowait-array-section.f90
@@ -1,6 +1,6 @@
 ! Runs the the target region asynchrolously and checks for it
 !
-! Note that  map(alloc: work(:, i)) + nowait  should be save
+! Note that  map(alloc: work(:, i)) + nowait  should be safe
 ! given that a nondescriptor array is used. However, it still
 ! violates a map clause restriction, added in OpenMP 5.1 [354:10-13].


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

only message in thread, other threads:[~2022-07-04 20:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-04 20:11 [gcc/devel/omp/gcc-12] libgomp.fortran/target-nowait-array-section.f90: Fix typo 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).