[flang-commits] [PATCH] D122038: [flang] Initial UTF-8 support in runtime I/O
Jean Perier via Phabricator via flang-commits
flang-commits at lists.llvm.org
Mon Mar 21 06:58:26 PDT 2022
jeanPerier added a comment.
The code looks good to me, but something might be wrong since the added test is failing.
================
Comment at: flang/unittests/Runtime/ExternalIOTest.cpp:844
+ sizeof wbuffer),
+ 0);
+ // CLOSE(UNIT=unit,STATUS='KEEP')
----------------
This test is failing with the built bots.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122038/new/
https://reviews.llvm.org/D122038
More information about the flang-commits
mailing list