[PATCH] D130530: [flang] Add semantics test for ERROR STOP statement

Katherine Rasmussen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 28 13:26:28 PDT 2022


ktras added a comment.

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`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130530/new/

https://reviews.llvm.org/D130530



More information about the llvm-commits mailing list