[all-commits] [llvm/llvm-project] d3a70f: [flang] Implement 'F_C_STRING' library function (F...
Caroline Newcombe via All-commits
all-commits at lists.llvm.org
Tue Feb 10 10:30:53 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d3a70f3b2c7174d8fdea94e966b5bbc5ba7466ec
https://github.com/llvm/llvm-project/commit/d3a70f3b2c7174d8fdea94e966b5bbc5ba7466ec
Author: Caroline Newcombe <caroline.newcombe at hpe.com>
Date: 2026-02-10 (Tue, 10 Feb 2026)
Changed paths:
M flang-rt/lib/runtime/character.cpp
M flang-rt/unittests/Runtime/CharacterTest.cpp
M flang/include/flang/Optimizer/Builder/IntrinsicCall.h
M flang/include/flang/Optimizer/Builder/Runtime/Character.h
M flang/include/flang/Runtime/character.h
M flang/lib/Evaluate/intrinsics.cpp
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
M flang/lib/Optimizer/Builder/Runtime/Character.cpp
M flang/module/__fortran_builtins.f90
M flang/module/iso_c_binding.f90
A flang/test/Lower/Intrinsics/f_c_string.f90
A flang/test/Semantics/f_c_string.f90
Log Message:
-----------
[flang] Implement 'F_C_STRING' library function (Fortran 2023) (#174474)
Implement `F_C_STRING` to convert a Fortran string to a C
null-terminated string. Documented in F2023 Standard: 18.2.3.9
`F_C_STRING (STRING [, ASIS])`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list