]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libgomp.fortran/target-nowait-array-section.f90: Fix typo
authorTobias Burnus <tobias@codesourcery.com>
Mon, 4 Jul 2022 19:09:25 +0000 (21:09 +0200)
committerTobias Burnus <tobias@codesourcery.com>
Mon, 4 Jul 2022 19:09:25 +0000 (21:09 +0200)
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)

libgomp/ChangeLog.omp
libgomp/testsuite/libgomp.fortran/target-nowait-array-section.f90

index 134387d47c41bdd49d03466475f5d17622a7cd7c..43b749417c83a3f3fc8686267cf1e4456a92f65a 100644 (file)
@@ -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.
index 7560cff746ba5e2ad6a91f73ebfe6a3897c74742..3613b73167693113dd029dd341d9ad3e02dfd5e0 100644 (file)
@@ -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].