When a READ statement reads into a CHARACTER(2 or 4) variable from a
unit whose encoding is not UTF-8, don't copy bytes directly; they must
each be zero-extended.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D128390
[flang][runtime] Handle READ of non-UTF-8 data into multi-byte CHARACTER klausler on Jun 22 2022, 3:37 PM. Authored by
Details When a READ statement reads into a CHARACTER(2 or 4) variable from a
Diff Detail
|