Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Add standard conforming statements that use parentheses around the stop-code.
Add standard non-conforming statements that use parentheses around all arguments.
Add standards-conforming statements for integer expressions
and character phrases. Add standards non-conforming statement
for using quiet= without stop-code. Change language of
comments to properly reflect the language of the standards.
Test looks great, but I would suggest adding non-conforming statements where the stop-code is not of the default integer kind, thus testing C1171 from the Fortran 2018 Standard, and adding a stop-code where it is not of the default char kind, thus testing the definition of one of the options for a stop code, which is scalar-default-char-expr.
Add standard-non-conforming statements for stop-code integer not being
of default kind and stop-code character not being of default kind.