diff options
| -rw-r--r-- | libcxxabi/test/catch_member_function_pointer_02.pass.cpp | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/libcxxabi/test/catch_member_function_pointer_02.pass.cpp b/libcxxabi/test/catch_member_function_pointer_02.pass.cpp index 5ce2359105f..6bd9e6fe6a1 100644 --- a/libcxxabi/test/catch_member_function_pointer_02.pass.cpp +++ b/libcxxabi/test/catch_member_function_pointer_02.pass.cpp @@ -11,6 +11,10 @@  // clause?  // UNSUPPORTED: libcxxabi-no-exceptions, libcxxabi-no-noexcept-function-type +// 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 +  #include <cassert>  struct X {  | 

