From: Peter Klausler Date: Sun, 12 Jun 2022 16:28:57 +0000 (-0700) Subject: [flang][docs] Document non-supported VMS extensions X-Git-Tag: upstream/15.0.7~4572 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cfc7675a4d0123c0878ada9743e46741160b56b5;p=platform%2Fupstream%2Fllvm.git [flang][docs] Document non-supported VMS extensions The prescanner does not support VMS Fortran listing control directives (%LIST, %NOLIST, %EJECT) or continuation lines on INCLUDE lines. Differential Revision: https://reviews.llvm.org/D127791 --- diff --git a/flang/docs/Extensions.md b/flang/docs/Extensions.md index 6becaf3c96e9..e0c0bf6bfed7 100644 --- a/flang/docs/Extensions.md +++ b/flang/docs/Extensions.md @@ -306,6 +306,8 @@ end related generics. Some accepted exceptions are listed above in the allowed extensions. PGI, Intel, and XLF support this in ways that are not numerically equivalent. PGI converts the arguments while Intel and XLF replace the specific by the related generic. +* VMS listing control directives (`%LIST`, `%NOLIST`, `%EJECT`) +* Continuation lines on `INCLUDE` lines ## Preprocessing behavior