[flang-commits] [flang] [flang] Implemented the RANK clause of an attr-spec, per the Fortran 2023 Standard (PR #176979)
Eugene Epshteyn via flang-commits
flang-commits at lists.llvm.org
Tue Jan 20 10:07:37 PST 2026
================
@@ -0,0 +1,64 @@
+! Test the new RANK clause. This uses the examples from the F2023 Standard and
+! related explanation documents.
+!
+! RUN: %flang %s -o %t
+! RUN: env LD_LIBRARY_PATH="$LD_LIBRARY_PATH:%libdir" %t | FileCheck %s
----------------
eugeneepshteyn wrote:
The executable tests are not added to LIT tests. Such tests usually go to llvm-test-suite.
https://github.com/llvm/llvm-project/pull/176979
More information about the flang-commits
mailing list