[flang] Extend documentation on extensions.

Original-commit: flang-compiler/f18@672e468252
Reviewed-on: https://github.com/flang-compiler/f18/pull/122
This commit is contained in:
peter klausler 2018-07-12 15:32:31 -07:00
parent 18d58f9fb3
commit 2c1b7bfd14
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@ Extensions, deletions, and legacy features supported
* Backslash escape character sequences in quoted character literals
* `D` lines in fixed form as comments or debug code
* `CONVERT=` on the OPEN statement
* Leading semicolons are ignored before any statement that
could have a label
Extensions and legacy features deliberately not supported
---------------------------------------------------------