[flang-commits] [flang] [llvm] [flang] Implement 'F_C_STRING' library function (Fortran 2023) (PR #174474)
Caroline Newcombe via flang-commits
flang-commits at lists.llvm.org
Wed Jan 7 12:32:12 PST 2026
cenewcombe wrote:
> Btw, it is also possible to implement this as two functions under a generic interface (https://fortran-lang.discourse.group/t/f-c-string-function/780?u=ivanpribec). I don't know if this has any advantage.
@ivan-pi thanks for including this information! I opted to keep a single function and fix the non-conformance by using a local variable to handle the non-conformance.
https://github.com/llvm/llvm-project/pull/174474
More information about the flang-commits
mailing list