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

via flang-commits flang-commits at lists.llvm.org
Thu Aug 13 18:00:06 PDT 2026


================
@@ -43,6 +43,13 @@ class LangOptionsBase {
     FPM_Fast,
   };
 
+  enum FortranStandardTy {
+    FortranUnspecified, // default
+    Fortran2018,
+    Fortran2023,
+    Fortran202Y,
----------------
mleair wrote:

f202Y is not a standard name. Please remove this. 

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


More information about the flang-commits mailing list