[flang] document non-support for PGI ALLOCATE(TYPE(t)::...)

Original-commit: flang-compiler/f18@67420da79c
Reviewed-on: https://github.com/flang-compiler/f18/pull/472
Tree-same-pre-rewrite: false
This commit is contained in:
peter klausler
2019-05-30 12:08:06 -07:00
parent d49aa3c57c
commit 616337dbf3

View File

@@ -90,3 +90,4 @@ Extensions and legacy features deliberately not supported
* `Z` prefix on unquoted hexadecimal constants (dangerous)
* `T` and `F` as abbreviations for `.TRUE.` and `.FALSE.` (dangerous)
* Use of host FORMAT labels in internal subprograms (PGI-only feature)
* ALLOCATE(TYPE(derived)::...) as variant of correct ALLOCATE(derived::...) (PGI only)