[all-commits] [llvm/llvm-project] f6e70c: [flang][runtime] Handle '; ' in fixed-width input f...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Jul 25 14:49:15 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f6e70c7d47d5a184aaf4334c63c1674c55741fc3
https://github.com/llvm/llvm-project/commit/f6e70c7d47d5a184aaf4334c63c1674c55741fc3
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2025-07-25 (Fri, 25 Jul 2025)
Changed paths:
M flang-rt/lib/runtime/edit-input.cpp
M flang-rt/unittests/Runtime/NumericalFormatTest.cpp
Log Message:
-----------
[flang][runtime] Handle ';' in fixed-width input field (#150512)
Formatted input of real values can handle a ',' field separator when one
appears in an fixed-width input field, but can't cope with a semicolon
under DECIMAL='COMMA'. Fix.
Fixes https://github.com/llvm/llvm-project/issues/150047.
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