]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libgomp: Fix comment typo
authorJakub Jelinek <jakub@redhat.com>
Thu, 16 Feb 2023 11:32:00 +0000 (12:32 +0100)
committerTobias Burnus <tobias@codesourcery.com>
Thu, 16 Feb 2023 11:32:00 +0000 (12:32 +0100)
I saw
FAIL: libgomp.fortran/target-nowait-array-section.f90   -O  execution test
in my last x86_64-linux bootstrap.  From quick skimming, it might be just
unreliable test, which assumes that asynchronous execution wouldn't produce
ordered sequence, but can't it happen even with asynchronous execution?

That said, while skimming the test, I've noticed a comment typo and
this patch fixes that up.

2023-02-16  Jakub Jelinek  <jakub@redhat.com>

* testsuite/libgomp.fortran/target-nowait-array-section.f90: Fix
comment typo and improve its wording.

(cherry picked from commit 9d71955f383058f17362c1960bdf8ba2b8c74857)

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

index 5257ee00e0ce89fab19beef566a7f65b7db1d58e..5be77242a417fe745cecbaea9f2a3978db6f0fc0 100644 (file)
@@ -1,3 +1,11 @@
+2023-02-16  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backported from master:
+       2023-02-16  Jakub Jelinek  <jakub@redhat.com>
+
+       * testsuite/libgomp.fortran/target-nowait-array-section.f90: Fix
+       comment typo and improve its wording.
+
 2023-02-15  Thomas Schwinge  <thomas@codesourcery.com>
 
        * testsuite/libgomp.c-c++-common/target-present-1.c: Fix.
index 3613b73167693113dd029dd341d9ad3e02dfd5e0..783ad4f6ac1cf49dd13be006a07899e04630a8a0 100644 (file)
@@ -1,4 +1,4 @@
-! Runs the the target region asynchrolously and checks for it
+! Run the target region asynchronously and check it
 !
 ! Note that  map(alloc: work(:, i)) + nowait  should be safe
 ! given that a nondescriptor array is used. However, it still