-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AND intrinsic [extension] with BOZ argument [additional extension] #794
Comments
|
I will check what is the expected behavior for f18 here (if we should recognize |
…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 -- flang-compiler#794 Differential Revision: https://reviews.llvm.org/D106831
We should not be allowing BOZ arguments for procedures with implicit interfaces. This problem was fixed in https://reviews.llvm.org/D106831. With that change, |
…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
…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
I can confirm #964 resolved the issue. This is now treated as semantic error. |
…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 -- flang-compiler/f18-llvm-project#794 Differential Revision: https://reviews.llvm.org/D106831
…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
…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
…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 -- flang-compiler/f18-llvm-project#794 Differential Revision: https://reviews.llvm.org/D106831
I managed to crash
bbc
by the following code:with the output
followed by huge stack dump
The text was updated successfully, but these errors were encountered: