diff options
author | peter klausler <pklausler@nvidia.com> | 2020-10-30 12:53:42 -0700 |
---|---|---|
committer | peter klausler <pklausler@nvidia.com> | 2020-10-30 15:47:28 -0700 |
commit | 4acd8f7f0a7ef4009fe039297335b931ab9e62d0 (patch) | |
tree | bc98ae4c31bc92f5ae993721ac38e50ecbcd8627 /llvm/lib/Transforms/Utils/InlineFunction.cpp | |
parent | 1cb0b5660777cb563637ff6bb80722f449ee97eb (diff) | |
download | llvm-4acd8f7f0a7ef4009fe039297335b931ab9e62d0.zip llvm-4acd8f7f0a7ef4009fe039297335b931ab9e62d0.tar.gz llvm-4acd8f7f0a7ef4009fe039297335b931ab9e62d0.tar.bz2 |
[flang] Detect and rewrite ambiguous READ(CVAR)[,item-list]
READ(CVAR)[,item-list] with a character variable CVAR
could be parsed as an unformatted READ from an internal
unit or as a formatted READ from the default external unit
with a needlessly parenthesized variable format. We parse
it as the former, but Fortran doesn't have unformatted
internal I/O.
Differential revision: https://reviews.llvm.org/D90493
Diffstat (limited to 'llvm/lib/Transforms/Utils/InlineFunction.cpp')
0 files changed, 0 insertions, 0 deletions