From 2c1b7bfd1473ecd29dbe14784893fd53e016d11e Mon Sep 17 00:00:00 2001 From: peter klausler Date: Thu, 12 Jul 2018 15:32:31 -0700 Subject: [PATCH] [flang] Extend documentation on extensions. Original-commit: flang-compiler/f18@672e468252b221d53e5b87aad805b42820b2bfff Reviewed-on: https://github.com/flang-compiler/f18/pull/122 --- flang/documentation/extensions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flang/documentation/extensions.md b/flang/documentation/extensions.md index 62e0b08..ad4807f 100644 --- a/flang/documentation/extensions.md +++ b/flang/documentation/extensions.md @@ -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 --------------------------------------------------------- -- 2.7.4