summaryrefslogtreecommitdiff
path: root/libcxxabi
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2021-06-15 15:07:03 -0400
committerLouis Dionne <ldionne.2@gmail.com>2021-06-15 20:54:58 -0400
commit4f194d0db78f612233234a7db659384cd62709fb (patch)
treea9a6187576caf03e47b4170b9327ddae087a6851 /libcxxabi
parent80b2da42d28466341b9512599aac354c178c39f8 (diff)
downloadllvm-4f194d0db78f612233234a7db659384cd62709fb.tar.gz
[libc++] Promote GCC 11 to mandatory CI
Also, fix the last issue that prevented GCC 11 from passing the test suite. Thanks to everyone else who fixed issues. Differential Revision: https://reviews.llvm.org/D104315
Diffstat (limited to 'libcxxabi')
-rw-r--r--libcxxabi/test/catch_member_function_pointer_02.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/test/catch_member_function_pointer_02.pass.cpp b/libcxxabi/test/catch_member_function_pointer_02.pass.cpp
index d203fe320f33..f92035b4ff8f 100644
--- a/libcxxabi/test/catch_member_function_pointer_02.pass.cpp
+++ b/libcxxabi/test/catch_member_function_pointer_02.pass.cpp
@@ -12,7 +12,7 @@
// GCC 7 and 8 support noexcept function types but this test still fails.
// This is likely a bug in their implementation. Investigation needed.
-// XFAIL: gcc-7, gcc-8, gcc-9, gcc-10
+// XFAIL: gcc-7, gcc-8, gcc-9, gcc-10, gcc-11
#include <cassert>