[flang][runtime] Extension: allow a comma to terminate a fixed input … (#76768)
commit2e08e821b7ea5bf7c0fe0775feb94a7fdb5204c7
authorPeter Klausler <35819229+klausler@users.noreply.github.com>
Mon, 15 Jan 2024 17:47:52 +0000 (15 09:47 -0800)
committerGitHub <noreply@github.com>
Mon, 15 Jan 2024 17:47:52 +0000 (15 09:47 -0800)
tree1da2ddc3605836749d480b7409e9f360fcfe4a25
parent304119860ac0ded0a126ab1c8cc30367e29ebd01
[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.
flang/docs/Extensions.md
flang/runtime/edit-input.cpp