[all-commits] [llvm/llvm-project] 2e08e8: [flang][runtime] Extension: allow a comma to termi...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Jan 15 09:48:03 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2e08e821b7ea5bf7c0fe0775feb94a7fdb5204c7
https://github.com/llvm/llvm-project/commit/2e08e821b7ea5bf7c0fe0775feb94a7fdb5204c7
Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
Date: 2024-01-15 (Mon, 15 Jan 2024)
Changed paths:
M flang/docs/Extensions.md
M flang/runtime/edit-input.cpp
Log Message:
-----------
[flang][runtime] Extension: allow a comma to terminate a fixed input … (#76768)
…field
When a comma appears in a fixed-width input field for integer editing,
many compilers accept it without error and interpret the comma as
terminating the field early.
More information about the All-commits
mailing list