forked from OSchip/llvm-project
[flang] Document intent to not support modules & programs whose names conflict with contents
Original-commit: flang-compiler/f18@e23c481911 Reviewed-on: https://github.com/flang-compiler/f18/pull/590 Tree-same-pre-rewrite: false
This commit is contained in:
parent
85db492ea0
commit
14f693fb94
|
@ -134,6 +134,7 @@ Extensions and legacy features deliberately not supported
|
|||
* Using non-integer expressions for array bounds (e.g., REAL A(3.14159)) (PGI/Intel)
|
||||
* Mixing INTEGER types as operands to bit intrinsics (e.g., IAND); only two
|
||||
compilers support it, and they disagree on sign extension.
|
||||
* Module & program names that conflict with an object inside the unit (PGI only).
|
||||
|
||||
Preprocessing behavior
|
||||
======================
|
||||
|
|
Loading…
Reference in New Issue