diff options
| author | Nikolas Klauser <nikolasklauser@berlin.de> | 2025-06-11 20:19:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-11 20:19:26 +0200 |
| commit | 42c82fcc29c1c8e19b2265495a5d8f59fb5ea764 (patch) | |
| tree | 14ead4be975710e76c51203138b1ad8cb38f8484 /libcxxabi | |
| parent | fad1972d74aead159a5e91b068cbf736e83836b5 (diff) | |
[libc++] Upgrade to GCC 15 (#138293)
Diffstat (limited to 'libcxxabi')
| -rw-r--r-- | libcxxabi/test/catch_member_function_pointer_02.pass.cpp | 2 |
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 5d702031ce35..ec400713620c 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 supports noexcept function types but this test still fails. // This is likely a bug in their implementation. Investigation needed. -// XFAIL: gcc-14 +// XFAIL: gcc-14, gcc-15 #include <cassert> |
