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
When a fixed-format Fortran file uses CR-LF line endings, and a token is split across two lines by a line continuation, OFP does not rejoin the two parts of the token correctly. As a result, the parser gives a syntax error caused by seeing two tokens where one was intended.
The text was updated successfully, but these errors were encountered:
Converted from SourceForge issue 3397041, submitted by scottkwarren
When a fixed-format Fortran file uses CR-LF line endings, and a token is split across two lines by a line continuation, OFP does not rejoin the two parts of the token correctly. As a result, the parser gives a syntax error caused by seeing two tokens where one was intended.
The text was updated successfully, but these errors were encountered: