[PATCH] D125788: [flang][driver] Rename `flang-new` as `flang`

Steve Scalpone via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 24 13:04:08 PDT 2022


sscalpone added a comment.

My proposal is:

If the compiler compiles it, it ought to run.
If the compiler can't compile it, it ought to clearly say why.

1. All tests of legal Fortran that compile & link must also execute correctly (which excludes tests that expect to catch a problem at runtime)
2. For all tests with unsupported features, the compiler must issues an error message and the message references the source-location of the unsupported feature

My preference is to use the NAG test suite.   It is not freely available.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125788



More information about the cfe-commits mailing list