[all-commits] [llvm/llvm-project] 9fd03c: [flang][runtime] Don't prematurely end formatted i...

Peter Klausler via All-commits all-commits at lists.llvm.org
Tue Jan 2 09:50:03 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9fd03cb6522ac1469512502713bedf8b352e2589
      https://github.com/llvm/llvm-project/commit/9fd03cb6522ac1469512502713bedf8b352e2589
  Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
  Date:   2024-01-02 (Tue, 02 Jan 2024)

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

  Log Message:
  -----------
  [flang][runtime] Don't prematurely end formatted integer input (#76643)

When an input data-list has more items than can be read by a format from
the input record (e.g., "(4I5)" reading "1 2"), don't return false from
EditIntegerInput() just because nothing was read -- that will prevent
later items from being set to zero, as they should be. Return true
unless nothing was read and there is some kind of error pending.

Fixes llvm-error-tests/Fortran/gfortran/regression/pr478478.f90.




More information about the All-commits mailing list