[flang-commits] [PATCH] D154866: [llvm-test-suite][Fortran/gfortran] Categorize compile-only discrepancies in Fortran/gfortran/regression

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Mon Jul 10 11:53:53 PDT 2023


klausler added a comment.

In D154866#4486271 <https://reviews.llvm.org/D154866#4486271>, @tarunprabhu wrote:

> Thanks. This is great!
>
>   # Unsupported or incomplete extensions that gfortran supports
>
> Are any of the unsupported/incomplete extensions expected to be supported in the future? If not, could they be moved to the `UNSUPPORTED_FILES` list? That way, we will know not to work on them.

Yes, if somebody presents a code that uses one of these extensions and asks for support.  Otherwise, if there's no need to use them, then there's no need to implement them.  The bulk of them can be replaced easily in code with portable standard usage, but some (like Cray pointer edge cases) might still have users.  So I can't tell you, definitively.


Repository:
  rT test-suite

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

https://reviews.llvm.org/D154866



More information about the flang-commits mailing list