https://gcc.gnu.org/g:e316a82383e3280dcc0cf25107866de84cd0eb38

commit e316a82383e3280dcc0cf25107866de84cd0eb38
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Thu Jun 6 08:30:42 2024 +0200

    libgomp: Mark Loop transformation constructs as implemented in the 
implementation status
    
    The implementation has been committed in r15-1037.
    
    2024-06-06  Jakub Jelinek  <ja...@redhat.com>
    
            * libgomp.texi (OpenMP 5.1 status): Mark Loop transformation 
constructs
            as implemented.
    
    (cherry picked from commit 6a6bab4ba36c5d190b3151055e683e7067be92c1)

Diff:
---
 libgomp/ChangeLog.omp | 5 +++++
 libgomp/libgomp.texi  | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/libgomp/ChangeLog.omp b/libgomp/ChangeLog.omp
index 11579d68f4d..1b8f3dbaaf2 100644
--- a/libgomp/ChangeLog.omp
+++ b/libgomp/ChangeLog.omp
@@ -1,3 +1,8 @@
+2024-06-06  Jakub Jelinek  <ja...@redhat.com>
+
+       * libgomp.texi (OpenMP 5.1 status): Mark Loop transformation constructs
+       as implemented.
+
 2024-06-05  Jakub Jelinek  <ja...@redhat.com>
            Frederik Harwath  <frede...@codesourcery.com>
            Sandra Loosemore  <san...@codesourcery.com>
diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi
index 34e61a34a58..526e936ef52 100644
--- a/libgomp/libgomp.texi
+++ b/libgomp/libgomp.texi
@@ -302,7 +302,7 @@ The OpenMP 4.5 specification is fully supported.
 @item @code{error} directive @tab Y @tab
 @item @code{masked} construct @tab Y @tab
 @item @code{scope} directive @tab Y @tab
-@item Loop transformation constructs @tab N @tab
+@item Loop transformation constructs @tab Y @tab
 @item @code{strict} modifier in the @code{grainsize} and @code{num_tasks}
       clauses of the @code{taskloop} construct @tab Y @tab
 @item @code{align} clause in @code{allocate} directive @tab P

Reply via email to