-
-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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 workingSomething isn't working