Skip to content
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

Compilation error in stdlib_io.f90 #890

Open
MilanSkocic opened this issue Nov 16, 2024 · 0 comments
Open

Compilation error in stdlib_io.f90 #890

MilanSkocic opened this issue Nov 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@MilanSkocic
Copy link
Contributor

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:

  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.

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

@MilanSkocic MilanSkocic added the bug Something isn't working label Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant