From: peter klausler Date: Thu, 30 May 2019 19:08:06 +0000 (-0700) Subject: [flang] document non-support for PGI ALLOCATE(TYPE(t)::...) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=616337dbf317683c493a341fe44788b648dc8c97;p=platform%2Fupstream%2Fllvm.git [flang] document non-support for PGI ALLOCATE(TYPE(t)::...) Original-commit: flang-compiler/f18@67420da79cb14cf2f3f7a5aa649b93722807bde7 Reviewed-on: https://github.com/flang-compiler/f18/pull/472 Tree-same-pre-rewrite: false --- diff --git a/flang/documentation/Extensions.md b/flang/documentation/Extensions.md index 6bb0549..f0a2e6c 100644 --- a/flang/documentation/Extensions.md +++ b/flang/documentation/Extensions.md @@ -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)