CharacterExtremumAccumulator::GetResult() needs to use byte counts, not wide
character counts, when calling memcpy() & memset().
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D132156
[flang][runtime] Fix return value for MINVAL/MAXVAL for CHARACTER(kind > 1) klausler on Aug 18 2022, 11:18 AM. Authored by
Details CharacterExtremumAccumulator::GetResult() needs to use byte counts, not wide
Diff Detail
|