forked from OSchip/llvm-project
b2cf572b56
The Fortran standard discusses BZ mode (treat blanks as zero digits) explicitly in its effect on the editing of the digits prior to the exponent part, but doesn't mention it in description of the exponent part. Other compilers honor BZ mode in the exponent, so we should do so too. So "1 e 1 " is 1.E11 in BZ mode. Differential Revision: https://reviews.llvm.org/D87653 |
||
---|---|---|
.. | ||
Decimal | ||
Evaluate | ||
Frontend | ||
Lower | ||
Optimizer | ||
Runtime | ||
CMakeLists.txt |