diff options
author | Peter Klausler <35819229+klausler@users.noreply.github.com> | 2024-03-15 13:56:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-15 13:56:47 -0700 |
commit | 5e21fa23bb242d6e0575c1ca630e4d293413aed6 (patch) | |
tree | 05af0a6b390b81d679a2f20012c35a7a2736b85a /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | ca4c4a6758d184f209cb5d88ef42ecc011b11642 (diff) | |
download | llvm-5e21fa23bb242d6e0575c1ca630e4d293413aed6.zip llvm-5e21fa23bb242d6e0575c1ca630e4d293413aed6.tar.gz llvm-5e21fa23bb242d6e0575c1ca630e4d293413aed6.tar.bz2 |
[flang][runtime] Fix off-by-one error in EX0.0 output editing (#85428)
The maximum number of significant hexadecimal digits in EX0.0 REAL
output editing is 29, not 28. Fix by computing it at build time from the
precision of REAL(16).
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions