[flang-commits] [flang] [Flang] Add a Fortran Standards Support doc (PR #132195)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Fri Mar 21 05:52:01 PDT 2025
================
@@ -0,0 +1,63 @@
+<!--===- docs/FortranStandardsSupport.md
+
+ Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+ See https://llvm.org/LICENSE.txt for license information.
+ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+
+-->
+
+# Flang's Fortran standards support
+
+```{contents}
+---
+local:
+---
+```
+
+This document summarizes Flang's Fortran standards support. The information is only provided as a guideline. The compiler emits
+TODOs/Not Yet Implemented messages for unimplemented features and that should be treated as the authoratative information.
+Standards support is provided upto Fortran 2008 for now. It will be later extended for Fortran 2018 and Fortran 2023.
+
+The standards support information is provided as a table with three columns that are self explanatory. The Status column uses
+the letters **P**, **Y**, **N** for the various implementation status.
----------------
kiranchandramohan wrote:
Done
https://github.com/llvm/llvm-project/pull/132195
More information about the flang-commits
mailing list