diff options
author | Peter Klausler <pklausler@nvidia.com> | 2025-05-28 13:58:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-28 13:58:22 -0700 |
commit | 4c6b60a639a674f22f5b3aeac0f05ad5aacc552a (patch) | |
tree | 2ea02ad0839711e37fc0f2b316a535c671b58906 /llvm/lib/Transforms/Utils/LoopUtils.cpp | |
parent | b574c811e83a2f638714153cb2f915c625ac945c (diff) | |
download | llvm-4c6b60a639a674f22f5b3aeac0f05ad5aacc552a.zip llvm-4c6b60a639a674f22f5b3aeac0f05ad5aacc552a.tar.gz llvm-4c6b60a639a674f22f5b3aeac0f05ad5aacc552a.tar.bz2 |
[flang] Extension: allow char string edit descriptors in input formats (#140624)
FORMAT("J=",I3) is accepted by a few other Fortran compilers as a valid
format for input as well as for output. The character string edit
descriptor "J=" is interpreted as if it had been 2X on input, causing
two characters to be skipped over. The skipped characters don't have to
match the characters in the literal string. An optional warning is
emitted under control of the -pedantic option.
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUtils.cpp')
0 files changed, 0 insertions, 0 deletions