We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
format
Need to recognize slashes in format code. Example:
write(*,1) 1 format(' Double newline'// $ ' Followed by single newline'/ $ ' Followed by another one'/ $ ' A double again'// $ ' The end'/) stop end
Currently fort produces the following:
fort
$ fort -fsyntax-only slash.f ../test/Sema/slash.f:3:31: error: expected ')' 1 format(' Double newline'// ^ ../test/Sema/slash.f:2:15: error: use of undeclared statement label '1' write(*,1) ^
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Need to recognize slashes in
format
code. Example:Currently
fort
produces the following:The text was updated successfully, but these errors were encountered: