We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've got an error when compiling the stdlib in the io module either with gfortran 10 or gfortran 14 (std=f2008).
The error says:
153 | error stop trim(msgout) | 1 Error: STOP code at (1) must be a scalar default CHARACTER or INTEGER constant expression
I think that the compilation error might be related to the change in the commit 6439a2c when call error_strop was replaced with error stop.
call error_strop
error stop
Does anyone have an idea how fix it?
No error.
stdlib=* (in fpm.toml)
Windows, Linux
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
I've got an error when compiling the stdlib in the io module either with gfortran 10 or gfortran 14 (std=f2008).
The error says:
I think that the compilation error might be related to the change in the commit 6439a2c when
call error_strop
was replaced witherror stop
.Does anyone have an idea how fix it?
Expected Behaviour
No error.
Version of stdlib
stdlib=* (in fpm.toml)
Platform and Architecture
Windows, Linux
Additional Information
No response
The text was updated successfully, but these errors were encountered: