[libcxx-commits] [PATCH] D127678: [libc++] Implement P1413R3 (Deprecate std::aligned_storage and std::aligned_union)

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jan 19 09:12:24 PST 2023


ldionne added a comment.

I think the CI issue on GCC is likely to yield interesting findings. I somewhat suspect that `non-lockfree-atomics` is subtly broken, or that the atomic tests that fail should not have been marked as XFAIL, or a combination of both. Please investigate using the Docker image, I think you'll find something interesting.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127678



More information about the libcxx-commits mailing list