File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ This document summarizes Fortran standards support in Flang. The information is
1818TODOs/Not Yet Implemented messages emitted by the compiler for unimplemented features should be treated as authoritative.
1919
2020The 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
2626There is no distinction made between support in the Parser/Semantics and the MLIR or Lowering stages.
2727
You can’t perform that action at this time.
0 commit comments