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

Associate not recognized #72

Closed
PaulXiCao opened this issue Jan 28, 2019 · 1 comment
Closed

Associate not recognized #72

PaulXiCao opened this issue Jan 28, 2019 · 1 comment
Labels

Comments

@PaulXiCao
Copy link
Contributor

Today I installed the current version 1.0.0 and suddenly warnings pop up around associate blocks.

Example code:

program main

  implicit none

  associate( x=>1 )
  end associate               ! this is line 6

end program main

Warning message:

Unexpected end of scope at line 6

@hansec hansec added the bug label Jan 28, 2019
@hansec hansec closed this as completed in a2df6d6 Jan 28, 2019
@hansec
Copy link
Owner

hansec commented Jan 29, 2019

Thanks for the report! This issue should be fixed in the most recent patch (1.0.1).

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