[flang-commits] [flang] [flang][doc] Update some F2023 status. (PR #151165)

Connector Switch via flang-commits flang-commits at lists.llvm.org
Tue Jul 29 07:52:02 PDT 2025


https://github.com/c8ef created https://github.com/llvm/llvm-project/pull/151165

- Trig functions: done with various earlier commits like #149343.
- c_f_pointer: #149870.

>From cf0a98bd6cb26e800a2a4358536978690067b596 Mon Sep 17 00:00:00 2001
From: Connector Switch <c8ef at outlook.com>
Date: Tue, 29 Jul 2025 22:49:02 +0800
Subject: [PATCH] Update FortranStandardsSupport.md

---
 flang/docs/FortranStandardsSupport.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/flang/docs/FortranStandardsSupport.md b/flang/docs/FortranStandardsSupport.md
index f54c65b59f23b..dc273fb920e04 100644
--- a/flang/docs/FortranStandardsSupport.md
+++ b/flang/docs/FortranStandardsSupport.md
@@ -40,12 +40,12 @@ status of all important Fortran 2023 features. The table entries are based on th
 | Conditional expressions and arguments                      | N      | |
 | More use of boz constants                                  | P      | All usages other than enum are supported |
 | Intrinsics for extracting tokens from a string             | N      | |
-| Intrinsics for Trig functions that work in degrees         | N      | |
-| Intrinsics for Trig functions that work in half revolutions| N      | |
+| Intrinsics for Trig functions that work in degrees         | Y      | |
+| Intrinsics for Trig functions that work in half revolutions| Y      | |
 | Changes to system_clock                                    | N      | |
 | Changes for conformance with the new IEEE standard         | Y      | |
 | Additional named constants to specify kinds                | Y      | |
-| Extensions for c_f_pointer intrinsic                       | N      | |
+| Extensions for c_f_pointer intrinsic                       | Y      | |
 | Procedures for converting between fortran and c strings    | N      | |
 | The at edit descriptor                                     | N      | |
 | Control over leading zeros in output of real values        | N      | |



More information about the flang-commits mailing list