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

Remove do loops that do not have a continue or end do #247

Open
mandli opened this issue Jul 1, 2019 · 0 comments
Open

Remove do loops that do not have a continue or end do #247

mandli opened this issue Jul 1, 2019 · 0 comments
Labels
good first issue A straight forward code change for someone just beginning to work with the code.

Comments

@mandli
Copy link
Member

mandli commented Jul 1, 2019

Fortran 2018 has removed the do loop termination without either a continue statement with a line number or an end do. We should probably remove these to add better readability anyway.

GCC (gfortran) version 9.1.0 is now emitting the following warning:

Warning: Fortran 2018 deleted feature: DO termination statement which is not END DO or CONTINUE with label
@mandli mandli added the good first issue A straight forward code change for someone just beginning to work with the code. label Jul 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue A straight forward code change for someone just beginning to work with the code.
Projects
None yet
Development

No branches or pull requests

1 participant