[flang] document non-support for PGI ALLOCATE(TYPE(t)::...)
authorpeter klausler <pklausler@nvidia.com>
Thu, 30 May 2019 19:08:06 +0000 (12:08 -0700)
committerpeter klausler <pklausler@nvidia.com>
Thu, 30 May 2019 19:08:06 +0000 (12:08 -0700)
Original-commit: flang-compiler/f18@67420da79cb14cf2f3f7a5aa649b93722807bde7
Reviewed-on: https://github.com/flang-compiler/f18/pull/472
Tree-same-pre-rewrite: false

flang/documentation/Extensions.md

index 6bb0549..f0a2e6c 100644 (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)