diff options
Diffstat (limited to 'flang/docs/Extensions.md')
| -rw-r--r-- | flang/docs/Extensions.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/flang/docs/Extensions.md b/flang/docs/Extensions.md index b20503e542fb..cf528b8231d5 100644 --- a/flang/docs/Extensions.md +++ b/flang/docs/Extensions.md @@ -910,6 +910,13 @@ print *, [(j,j=1,10)] `ALLOCATE` and `DEALLOCATE` statements with error recovery for multiple variables. +* When a "null" value is encountered in list-directed input, the + corresponding effective item in the data list is left unchanged, + even when it has a derived type with a defined `READ(FORMATTED)` + subroutine. This is the most literal reading of F'2023 13.10.3.2p2 + and the portable interpretation across the most common Fortran + compilers. + ## De Facto Standard Features * `EXTENDS_TYPE_OF()` returns `.TRUE.` if both of its arguments have the |
