[flang-commits] [flang] [Flang] Add a Fortran Standards Support doc (PR #132195)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Sun Apr 20 09:46:21 PDT 2025


kiranchandramohan wrote:

Thanks Steve for the review.

> For the missing 2018 features, in the comment column, it would help to add "coarrays" or similar to highlight that the major missing feature is coarrays and a lot of gaps.

Added "Multi-image/Coarray feature" in the comment column.

> It might be nice to call out at the top of the doc that the major missing features are coarrays and PDT with length type parameters. If you agree these are the only major missing features.

Added a Note in the first section.
```
Note: The two major missing features in Flang at present are coarrays and parameterized derived types (PDTs) with length type parameters.
```

Changes are in https://github.com/llvm/llvm-project/pull/132195/commits/04fb498eaca2ff00688906ae5264d81704fe84f9

https://github.com/llvm/llvm-project/pull/132195


More information about the flang-commits mailing list