[libcxx-commits] [libcxx] [libcxxabi] [libc++] Fix failures with GCC 14 (PR #92663)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Mon May 20 06:33:42 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
----------------
mordante wrote:
Did you test this with GCC 14? If yes please update the comment.
https://github.com/llvm/llvm-project/pull/92663
More information about the libcxx-commits
mailing list