File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,6 @@ All features except those listed in the following table are supported.
104104| ------------------------------------------------------------| --------| ---------------------------------------------------------|
105105| Parameterized Derived Types | P | PDT with length type parameters is not supported. See [ Proposal] ( ParameterizedDerivedTypes.md ) |
106106| Assignment to allocatable | P | Assignment to whole allocatable in FORALL is not implemented |
107- | The VOLATILE attribute | P | VOLATILE in procedure interfaces is not implemented |
108107| Asynchronous input/output | P | IO will happen synchronously |
109108| MIN/MAX extensions for CHARACTER | P | Some variants are not supported |
110109
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ page](https://llvm.org/releases/).
2424
2525## Major New Features
2626
27+ * Initial support for VOLATILE has been added.
28+
2729## Bug Fixes
2830
2931## Non-comprehensive list of changes in this release
You can’t perform that action at this time.
0 commit comments