[libcxx-commits] [PATCH] D157060: [libc++] Fix problems with GCC 13 and switch to it in the CI
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Aug 14 16:51:40 PDT 2023
philnik accepted this revision as: libc++abi.
philnik added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libcxxabi/test/catch_member_function_pointer_02.pass.cpp:18
// This is likely a bug in their implementation. Investigation needed.
-// XFAIL: gcc-11, gcc-12
+// XFAIL: gcc-11, gcc-12, gcc-13
----------------
Mordante wrote:
> After you land this can you make a follow-up draft review to remove the gcc-11 and gcc-12 XFAILS here and elsewhere.
> I think it's good to give it a CI spin and land it when the CI happy.
That was my plan.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157060/new/
https://reviews.llvm.org/D157060
More information about the libcxx-commits
mailing list