[flang-commits] [flang] cfc7675 - [flang][docs] Document non-supported VMS extensions
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Wed Jun 15 14:55:57 PDT 2022
Author: Peter Klausler
Date: 2022-06-15T14:55:47-07:00
New Revision: cfc7675a4d0123c0878ada9743e46741160b56b5
URL: https://github.com/llvm/llvm-project/commit/cfc7675a4d0123c0878ada9743e46741160b56b5
DIFF: https://github.com/llvm/llvm-project/commit/cfc7675a4d0123c0878ada9743e46741160b56b5.diff
LOG: [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
Added:
Modified:
flang/docs/Extensions.md
Removed:
################################################################################
diff --git a/flang/docs/Extensions.md b/flang/docs/Extensions.md
index 6becaf3c96e94..e0c0bf6bfed79 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
More information about the flang-commits
mailing list