From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id E0CBD39730D9; Fri, 13 May 2022 18:05:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E0CBD39730D9 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Tobias Burnus To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-448] libgomp.fortran/target-nowait-array-section.f90: Fix typo X-Act-Checkin: gcc X-Git-Author: Tobias Burnus X-Git-Refname: refs/heads/master X-Git-Oldrev: a46d6268371c446566f656858aada8775a0c988e X-Git-Newrev: 70d624ff067920d6d57ce5064ddc2a2411377488 Message-Id: <20220513180537.E0CBD39730D9@sourceware.org> Date: Fri, 13 May 2022 18:05:37 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 May 2022 18:05:38 -0000 https://gcc.gnu.org/g:70d624ff067920d6d57ce5064ddc2a2411377488 commit r13-448-g70d624ff067920d6d57ce5064ddc2a2411377488 Author: Tobias Burnus Date: Fri May 13 20:04:38 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. Diff: --- libgomp/testsuite/libgomp.fortran/target-nowait-array-section.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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].