mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 04:14:03 +08:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user