[flang-commits] [flang] [flang][docs] Update release notes for OpenMP (PR #147988)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Fri Jul 11 03:28:54 PDT 2025
https://github.com/tblah updated https://github.com/llvm/llvm-project/pull/147988
>From b377f15e83bd28a4aacffab83c226612c71a05fd Mon Sep 17 00:00:00 2001
From: Tom Eccles <tom.eccles at arm.com>
Date: Thu, 10 Jul 2025 15:33:46 +0000
Subject: [PATCH 1/3] [flang][docs] Update release notes for OpenMP
---
flang/docs/ReleaseNotes.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/flang/docs/ReleaseNotes.md b/flang/docs/ReleaseNotes.md
index b2dbbcb5630f4..cbd3f9f4a4e78 100644
--- a/flang/docs/ReleaseNotes.md
+++ b/flang/docs/ReleaseNotes.md
@@ -25,6 +25,8 @@ page](https://llvm.org/releases/).
## Major New Features
* Initial support for VOLATILE variables and procedure interface arguments has been added.
+* OpenMP support is no longer considered experimental. All of OpenMP 3 is
+ supported, along with much of OpenMP 4.0 and some parts of later standards.
## Bug Fixes
>From 01f8cc7871be266e26c6b74ef450e8e93052226f Mon Sep 17 00:00:00 2001
From: Tom Eccles <tom.eccles at arm.com>
Date: Fri, 11 Jul 2025 09:33:52 +0000
Subject: [PATCH 2/3] Fix supported standard version
---
flang/docs/ReleaseNotes.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flang/docs/ReleaseNotes.md b/flang/docs/ReleaseNotes.md
index cbd3f9f4a4e78..8e5867c89ad8f 100644
--- a/flang/docs/ReleaseNotes.md
+++ b/flang/docs/ReleaseNotes.md
@@ -25,7 +25,7 @@ page](https://llvm.org/releases/).
## Major New Features
* Initial support for VOLATILE variables and procedure interface arguments has been added.
-* OpenMP support is no longer considered experimental. All of OpenMP 3 is
+* OpenMP support is no longer considered experimental. All of OpenMP 3.1 is
supported, along with much of OpenMP 4.0 and some parts of later standards.
## Bug Fixes
>From 8fdca9b1fc4e91bb0ad2af3f2622e61ca458d5ba Mon Sep 17 00:00:00 2001
From: Tom Eccles <t at freedommail.info>
Date: Fri, 11 Jul 2025 11:28:45 +0100
Subject: [PATCH 3/3] Reword OpenMP support desciption
Co-authored-by: Kiran Chandramohan <kiranchandramohan at gmail.com>
---
flang/docs/ReleaseNotes.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flang/docs/ReleaseNotes.md b/flang/docs/ReleaseNotes.md
index 8e5867c89ad8f..dfaa2eb6e03fe 100644
--- a/flang/docs/ReleaseNotes.md
+++ b/flang/docs/ReleaseNotes.md
@@ -25,7 +25,7 @@ page](https://llvm.org/releases/).
## Major New Features
* Initial support for VOLATILE variables and procedure interface arguments has been added.
-* OpenMP support is no longer considered experimental. All of OpenMP 3.1 is
+* OpenMP support is stable and no longer considered experimental. All of OpenMP 3.1 is
supported, along with much of OpenMP 4.0 and some parts of later standards.
## Bug Fixes
More information about the flang-commits
mailing list