You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can reproduce parsing error but diagnosis seems wrong as:
program test1
! logical, parameter :: dosfcflx = .true. ! not working
! logical :: dosfcflx = .true. ! not working
logical,parameter :: dosfcflx ! works!
end program test1
In general, it seems that = and => cause the observed issues.
Confirmed that your code update fixes the bug. Your changes for #32 and #33 have reduced the number of files that do not parse properly from 45 to 40. Thanks
The develop-acc branch version of gpufort fails to parse the following file:
program test1 logical, parameter :: dosfcflx = .true. end program test1
The text was updated successfully, but these errors were encountered: