[all-commits] [llvm/llvm-project] 22bf23: [flang-rt] Handle NAMELIST logical comments withou...

John Otken via All-commits all-commits at lists.llvm.org
Wed Mar 4 21:44:54 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 22bf237e74b70bf418af0db6df8514f907db36a9
      https://github.com/llvm/llvm-project/commit/22bf237e74b70bf418af0db6df8514f907db36a9
  Author: John Otken <john at otken.com>
  Date:   2026-03-05 (Thu, 05 Mar 2026)

  Changed paths:
    M flang-rt/lib/runtime/edit-input.cpp

  Log Message:
  -----------
  [flang-rt] Handle NAMELIST logical comments without preceding space (#183202)

If a comment appears immediately after a logical value in a NAMELIST
file, the flang runtime returns IostatGenericError. No error occurs when
a space preceeds the exclamation point. Add code to handle a comment
while parsing logical values.

Co-authored-by: John Otken john.otken at hpe.com



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