From 0ca0524142d9bece52890b80970f456a02d9065a Mon Sep 17 00:00:00 2001 From: peter klausler Date: Mon, 9 Apr 2018 15:39:39 -0700 Subject: [PATCH] [flang] Document support for CONVERT= extension. Original-commit: flang-compiler/f18@a4674f074354fbfb169d6402b0afec411c769b2a Reviewed-on: https://github.com/flang-compiler/f18/pull/48 --- flang/documentation/extensions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/flang/documentation/extensions.md b/flang/documentation/extensions.md index 7207234..e4862b6 100644 --- a/flang/documentation/extensions.md +++ b/flang/documentation/extensions.md @@ -39,6 +39,7 @@ Extensions, deletions, and legacy features supported * Data edit descriptors without width or other details * Backslash escape character sequences in quoted character literals * `D` lines in fixed form as comments or debug code +* `CONVERT=` on the OPEN statement Extensions and legacy features deliberately not supported --------------------------------------------------------- -- 2.7.4