[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:
peter klausler 2019-07-18 13:57:21 -07:00
parent 85db492ea0
commit 14f693fb94
1 changed files with 1 additions and 0 deletions

View File

@ -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
======================