llvm-project/flang/unittests
Diana Picus 5112bd6b6e [flang] Fix a bug in the character runtime
The number of bytes copied in CopyAndPad should depend on the size of
the type being copied, not on its shift value (which in the case of char
is 0, leading to no bytes at all being copied).

Add unit tests for CharacterMin and CharacterMax, which exercise this
code path.

Differential Revision: https://reviews.llvm.org/D101355
2021-05-03 08:08:08 +00:00
..
Decimal [flang] Make flang build compatible with LLVM dylib 2020-10-14 14:27:25 +02:00
Evaluate [flang] Fix handling of elem_len in CFI_establish 2021-05-03 08:08:07 +00:00
Frontend [flang][driver] Add options for -fdefault* and -flarge-sizes 2021-03-04 13:29:07 +00:00
Optimizer [flang][fir] Update flang test tool support classes. 2021-02-19 16:02:39 -08:00
Runtime [flang] Add format test to GTest suite 2021-04-27 07:45:18 -07:00
RuntimeGTest [flang] Fix a bug in the character runtime 2021-05-03 08:08:08 +00:00
CMakeLists.txt [flang] update character tests to use gtest 2021-03-09 08:31:20 +00:00