[flang] Extend documentation on extensions.
authorpeter klausler <pklausler@nvidia.com>
Thu, 12 Jul 2018 22:32:31 +0000 (15:32 -0700)
committerpeter klausler <pklausler@nvidia.com>
Thu, 12 Jul 2018 22:32:31 +0000 (15:32 -0700)
Original-commit: flang-compiler/f18@672e468252b221d53e5b87aad805b42820b2bfff
Reviewed-on: https://github.com/flang-compiler/f18/pull/122

flang/documentation/extensions.md

index 62e0b08..ad4807f 100644 (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
 ---------------------------------------------------------