Skip to content

Commit

Permalink
[flang] document a non-extension
Browse files Browse the repository at this point in the history
Original-commit: flang-compiler/f18@625daf5
Reviewed-on: flang-compiler/f18#590
Tree-same-pre-rewrite: false
  • Loading branch information
klausler committed Jul 18, 2019
1 parent 6da0d74 commit 834c4d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flang/documentation/Extensions.md
Expand Up @@ -135,6 +135,10 @@ Extensions and legacy features deliberately not supported
* 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).
* When the same name is brought into scope via USE association from
multiple modules, the name must refer to a generic interface; PGI
allows a name to be a procedure from one module and a generic interface
from another.

Preprocessing behavior
======================
Expand Down

0 comments on commit 834c4d6

Please sign in to comment.