Skip to content

END variable closes scope prematurely #9

Closed
@gnikit

Description

@gnikit

Introduced via 477d095, when process_file end scope test was edited.
Now we using a variable with the name end will cause the scope to end.

MWE

program diag
    implicit none
    integer :: end
    if (.true.) then
        end = 10
    end if
end program diag

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions