Update XFAIL list for new GCC versions

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@371881 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/catch_member_function_pointer_02.pass.cpp b/test/catch_member_function_pointer_02.pass.cpp
index 09770cb..41356e5 100644
--- a/test/catch_member_function_pointer_02.pass.cpp
+++ b/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
+// XFAIL: gcc-7, gcc-8, gcc-9, gcc-10
 
 #include <cassert>