[flang] Document extension

Original-commit: flang-compiler/f18@ca2a7dc5a8
Reviewed-on: https://github.com/flang-compiler/f18/pull/335
This commit is contained in:
peter klausler 2019-03-15 15:19:27 -07:00
parent 713cd91a34
commit a4d44a8528
1 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,8 @@ Extensions, deletions, and legacy features supported by default
the length parameter of the implicit type, not the first. the length parameter of the implicit type, not the first.
* Outside a character literal, a comment after a continuation marker (&) * Outside a character literal, a comment after a continuation marker (&)
need not begin with a comment marker (!). need not begin with a comment marker (!).
* Classic C-style /*comments*/ are skipped, so multi-language header
files are easier to write and use.
Extensions supported when enabled by options Extensions supported when enabled by options
-------------------------------------------- --------------------------------------------