diff options
author | Peter Klausler <pklausler@nvidia.com> | 2024-09-30 12:38:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-30 12:38:24 -0700 |
commit | 9b3818ecae5a5c47eb6a8dd44cf7e1c3666a0f02 (patch) | |
tree | 61ea2f152ee9ad13cfadd8af6dabbbdf31cd2969 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 1759f3b404a5bd73c6412b8a110f850ff1c43c24 (diff) | |
download | llvm-9b3818ecae5a5c47eb6a8dd44cf7e1c3666a0f02.zip llvm-9b3818ecae5a5c47eb6a8dd44cf7e1c3666a0f02.tar.gz llvm-9b3818ecae5a5c47eb6a8dd44cf7e1c3666a0f02.tar.bz2 |
[flang] Downgrade specific format error to warning (#110314)
When a format is missing a comma between two edit descriptors, the
previous token was an integer, and the following item is a repeatable
edit descriptor or a parenthesized group, we emit an error, since it
can't be known where the digits of the integer should be split. But in
the case of a single digit, the situation is not ambiguous, and the
message should be a warning.
Fixes https://github.com/llvm/llvm-project/issues/110261.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions