Skip to content

Commit b11dbda

Browse files
Update documentation
1 parent 3af3481 commit b11dbda

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

flang/docs/FortranStandardsSupport.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

flang/docs/ReleaseNotes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)