[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 07:33:14 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:
A default argument value of `nullptr` might be better than a comment.
https://github.com/llvm/llvm-project/pull/174474
More information about the flang-commits
mailing list