From: Tobias Burnus Date: Mon, 4 Jul 2022 19:09:25 +0000 (+0200) Subject: libgomp.fortran/target-nowait-array-section.f90: Fix typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edd96cddde899770296a6e9ffc2f19a1c447a2ea;p=thirdparty%2Fgcc.git 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 --git a/libgomp/ChangeLog.omp b/libgomp/ChangeLog.omp index 134387d47c41..43b749417c83 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 + + Backport from mainline: + 2022-05-13 Tobias Burnus + + * testsuite/libgomp.fortran/target-nowait-array-section.f90: New test. + 2022-06-20 Andrew Stubbs * 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 7560cff746ba..3613b7316769 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].