llvm-project/flang/unittests
peter klausler 567462b48e [flang] Correct kP scaling on F output
The sign of the scaling factor was misinterpreted for output
as meaning what it does for input.  To be correct, they
should cancel each other out.

print '(1P,F4.3)', 1. ! printed 0.1 but should print 10.0

Differential revision: https://reviews.llvm.org/D88610
2020-10-05 13:58:42 -07:00
..
Decimal [flang] Run non-gtest unit tests with lit. 2020-07-24 14:49:39 +01:00
Evaluate [flang] More clean-up of CookedSource API 2020-09-14 14:51:55 -07:00
Frontend [flang] Introduce DiagnosticConsumer classes in libflangFrontend 2020-10-05 17:46:44 +01:00
Optimizer [flang] Fix fallout from varous changes to the cmake files. 2020-06-17 14:40:05 -07:00
Runtime [flang] Correct kP scaling on F output 2020-10-05 13:58:42 -07:00
CMakeLists.txt [flang] Removed OpenMP lowering unittests 2020-09-23 18:15:34 +05:30