llvm-project/flang/unittests/Runtime
peter klausler b2cf572b56 [flang] Respect BZ mode in exponent parts, too
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
2020-09-14 17:03:21 -07:00
..
CMakeLists.txt [flang] Run non-gtest unit tests with lit. 2020-07-24 14:49:39 +01:00
character.cpp [flang] More CHARACTER runtime support + unit test 2020-04-24 14:34:51 -07:00
external-hello.cpp [flang] Basic tests of external I/O runtime (part 9/9) 2020-07-06 10:37:13 -07:00
external-io.cpp [flang][NFC] Reformat files with current clang-format 2020-08-07 12:10:26 -07:00
format.cpp [flang] More CHARACTER runtime support + unit test 2020-04-24 14:34:51 -07:00
hello.cpp [flang] Respect BZ mode in exponent parts, too 2020-09-14 17:03:21 -07:00
list-input.cpp [flang] Fix list-directed input (repeated nulls and LOGICAL) 2020-07-14 16:59:50 -07:00
testing.cpp [flang] Basic tests of external I/O runtime (part 9/9) 2020-07-06 10:37:13 -07:00
testing.h [flang] Basic tests of external I/O runtime (part 9/9) 2020-07-06 10:37:13 -07:00