[clang] [flang] [flang] Add checks for Fortran 2023 system clock and add f2023/f202Y to valid arguments of -std= (PR #205938)

via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 10 12:03:29 PDT 2026


================
@@ -0,0 +1,123 @@
+! RUN: %flang %s 2>&1 | FileCheck --check-prefix=STRICT %s
+! RUN: %flang -fno-system-clock-strict %s 2>&1 | FileCheck --allow-empty --implicit-check-not="SYSTEM_CLOCK" %s
----------------
chris-earl wrote:

Done.

https://github.com/llvm/llvm-project/pull/205938


More information about the cfe-commits mailing list