[flang-commits] [flang] [flang] Register and lower SECNDS (stubbed implementation) (PR #151878)

Šárka Holendová via flang-commits flang-commits at lists.llvm.org
Sun Aug 10 08:00:39 PDT 2025


================
@@ -576,5 +576,8 @@ void RTNAME(Etime)(const Descriptor *values, const Descriptor *time,
   }
 }
 
+// Stub for SECNDS intrinsic; not yet implemented
+float RTNAME(Secnds)(float refTime) { TODO("not yet implemented: SECNDS"); }
----------------
mlir-maiden wrote:

Roger that, thank you

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


More information about the flang-commits mailing list