[llvm] [flang][runtime] tweak advancing for child list directed io (PR #156753)
Peter Klausler via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 3 13:56:26 PDT 2025
================
@@ -1109,7 +1109,7 @@ template <Direction DIR>
bool ChildListIoStatementState<DIR>::AdvanceRecord(int n) {
#if !defined(RT_DEVICE_AVOID_RECURSION)
// Allow child NAMELIST input to advance
----------------
klausler wrote:
The comment needs to be updated.
https://github.com/llvm/llvm-project/pull/156753
More information about the llvm-commits
mailing list