[libcxx-commits] [PATCH] D122598: [libcxx] avoid using anonymous struct with base classes (fixes gcc-12)

Azat Khuzhin via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Apr 7 07:37:05 PDT 2022


azat added a comment.

ldionne should I resubmit the patch to run CI against https://reviews.llvm.org/D123081?

As for failures, they looks unrelated?

- MacOS arm64 <https://buildkite.com/llvm-project/libcxx-ci/builds/10016#13c2c7d2-45bf-4678-88b7-b422cbc218d3> - `Assertion failed: (seq++ == n_), function ~OrderChecker, file thread_local_destruction_order.pass.cpp, line 24.`
- Apple back-deployment macosx11.0 arm64 <https://reviews.llvm.org/harbormaster/unit/view/3056946/> - `Assertion failed: (globalMemCounter.checkOutstandingNewEq(1)), function main, file move.pass.cpp, line 33.`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122598



More information about the libcxx-commits mailing list