Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[flang] Disallow BOZ literal constants as arguments of implicit inter…
…faces Since BOZ literal arguments are typeless, we cannot know how to pass them as actual arguments to procedures with implicit interfaces. This change avoids the problem by emitting an error message in such situations. This change stemmed from the following issue -- #794 Differential Revision: https://reviews.llvm.org/D106831
- Loading branch information