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

F_Front: Missing support for ieee_arithmetic #148

Open
haraldkl opened this issue Apr 12, 2019 · 2 comments
Open

F_Front: Missing support for ieee_arithmetic #148

haraldkl opened this issue Apr 12, 2019 · 2 comments
Labels

Comments

@haraldkl
Copy link

The intrinsic module ieee_arithmetic is not supported.
Compiling this module:

module tem_isNaN_module
  use, intrinsic :: ieee_arithmetic, only: ieee_is_nan
end module tem_isNaN_module

results in the following message:
"mwe.f90:tem_isnan_module", line 2: failed to import module 'ieee_arithmetic'

@clementval
Copy link
Collaborator

@haraldkl The IEEE intrinsic modules are defined in this PR #11. You can merge it in your current master to have them.

@haraldkl
Copy link
Author

Thanks! I'll give it a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants