[libcxx-commits] [PATCH] D124555: [libcxx] basic_ios<wchar_t> cannot store fill character WCHAR_MAX

Chris Bowler via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 15 11:06:26 PDT 2022


cebowleratibm updated this revision to Diff 445066.
cebowleratibm added a comment.

- Only add fill set as needed for _LIBCPP_ABI > 1 for all targets
- zOS 64-bit always needs fill set for compatibility
- tweaked the test to use the char value for eof as it exposes the problem for both signed and unsigned char types


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124555/new/

https://reviews.llvm.org/D124555

Files:
  libcxx/include/__config
  libcxx/include/ios
  libcxx/test/std/input.output/iostream.format/std.manip/setfill_eof.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124555.445066.patch
Type: text/x-patch
Size: 4655 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220715/b582b72d/attachment.bin>


More information about the libcxx-commits mailing list