[libcxx-commits] [PATCH] D128084: [libc++] Add CI job testing on FreeBSD

Ed Maste via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 2 06:02:42 PST 2023


emaste added a comment.

It's currently failing in c++2b before getting to my job:

  /home/libcxx-builder/.buildkite-agent/builds/0306c2d9b628-1/llvm-project/libcxx-ci/build/generic-cxx2b/include/c++/v1/bitset:396:63: error: shift count >= width of type [-Werror,-Wshift-count-overflow]
          __r |= static_cast<unsigned long long>(__first_[__i]) << (sizeof(__storage_type) * CHAR_BIT);
                                                                ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

I have one new XFAIL to add, in D145120 <https://reviews.llvm.org/D145120>, and one XFAIL to be removed from //libcxx/test/libcxx/modules_include.sh.cpp//.


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

https://reviews.llvm.org/D128084



More information about the libcxx-commits mailing list