[flang-commits] [flang] [llvm] [flang] Implement 'F_C_STRING' library function (Fortran 2023) (PR #174474)

Peter Klausler via flang-commits flang-commits at lists.llvm.org
Fri Jan 30 08:32:17 PST 2026


================
@@ -93,6 +93,10 @@ void RTDECL(Repeat)(Descriptor &result, const Descriptor &string,
 void RTDECL(Trim)(Descriptor &result, const Descriptor &string,
     const char *sourceFile = nullptr, int sourceLine = 0);
 
+void RTDECL(FCString)(Descriptor &result, const Descriptor &string,
+    const Descriptor *asis /*can be null*/, const char *sourceFile = nullptr,
----------------
klausler wrote:

Ok, fine.

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


More information about the flang-commits mailing list