From: Tobias Burnus Date: Fri, 13 May 2022 18:04:38 +0000 (+0200) Subject: libgomp.fortran/target-nowait-array-section.f90: Fix typo X-Git-Tag: Thesis~5943 X-Git-Url: https://gcc.gnu.org/git/?a=commitdiff_plain;h=70d624ff067920d6d57ce5064ddc2a2411377488;p=gcc.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. --- 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].