-
Notifications
You must be signed in to change notification settings - Fork 188
Build errors with flang #990
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
Comments
The flang version is the following
|
Similar issue found here #978 |
Flang might be right?
class(state_type) means that it can accept a type that extends from state_type? |
No, this part of the standard doesn't apply here, as ierr_out is intent(inout). |
PR in llvm: llvm/llvm-project#139186 |
I will close this one as it occurs to me that |
Description
When building with a recent version of flang (installed using brew), I get the following error:
Expected Behaviour
Build should succeed.
Version of stdlib
c14d599
Platform and Architecture
MacOS (Aarch64)
Additional Information
No response
The text was updated successfully, but these errors were encountered: