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

Separating statements with ';' seems incomplete (e.g. call statements) (Fortran 90) #15

Closed
dorchard opened this issue May 30, 2016 · 0 comments
Assignees

Comments

@dorchard
Copy link
Member

program simple
  implicit none
  call foo(1); call bar(1)
end program simple

I believe this should be allowed as call is a statement, and all statements can be delimited by semicolon or newline according to section 1.5.3 of the spec (ftp://ftp.nag.co.uk/sc22wg5/N001-N1100/N692.pdf).
I have noticed this problem also with allocate.

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

No branches or pull requests

2 participants