Skip to content

Commit c36aebc

Browse files
Address comment from h.vetinari
1 parent 27260b6 commit c36aebc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

flang/docs/FortranStandardsSupport.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ This document summarizes Fortran standards support in Flang. The information is
1818
TODOs/Not Yet Implemented messages emitted by the compiler for unimplemented features should be treated as authoritative.
1919

2020
The standards support information is provided as a table with three columns that are self explanatory.
21-
The Status column uses the letters **P**, **Y**, **N** for the implementation status:
22-
- **P** : When the implementation is incomplete for a few cases
23-
- **Y** : When the implementation is complete
24-
- **N** : When the implementation is absent
21+
The Status column uses the letters **Y**, **P**, **N** for the implementation status:
22+
- **Y** : Yes. When the implementation is complete
23+
- **P** : Partial. When the implementation is incomplete for a few cases
24+
- **N** : No. When the implementation is absent
2525

2626
There is no distinction made between support in the Parser/Semantics and the MLIR or Lowering stages.
2727

0 commit comments

Comments
 (0)