[flang-commits] [PATCH] D126279: [Fortran] Set QUIET = .TRUE. in STOP statements

Diana Picus via Phabricator via flang-commits flang-commits at lists.llvm.org
Fri May 27 02:42:51 PDT 2022


rovka added a comment.

In D126279#3537069 <https://reviews.llvm.org/D126279#3537069>, @klausler wrote:

> FCVS is very old code; it antedates the recent `STOP QUIET` feature.  We run it because Fortran is short on publicly available test suites and because we want to be able to say that we pass this old famous suite.  I agree that it would be best if FCVS's official sources could be updated, but it's basically a museum piece now.

But they can be updated (at least in our own copy which resides here). The license only requires us to include a list of modifications, which we do here <https://github.com/llvm/llvm-test-suite/blob/f3a83077a50172c1c946892ba93239cd19d777ec/Fortran/UnitTests/fcvs21_f95/README#L49> and which this patch updates :)


Repository:
  rT test-suite

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

https://reviews.llvm.org/D126279



More information about the flang-commits mailing list