[libcxx-commits] [libcxx] [libcxxabi] [libc++] Fix failures with GCC 14 (PR #92663)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 20 09:06:12 PDT 2024


================
@@ -10,7 +10,7 @@
 // UNSUPPORTED: no-filesystem, no-localization, no-tzdb
 
 // TODO TZDB test whether this can be enabled with gcc 14.
-// UNSUPPORTED: gcc-13
+// UNSUPPORTED: gcc-13, gcc-14
----------------
philnik777 wrote:

I tested it insofar that the test is still failing. I haven't looked closely at why. If you want to I can give you the output to check that it fails as expwcted.

https://github.com/llvm/llvm-project/pull/92663


More information about the libcxx-commits mailing list