[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 09:17:26 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:

I've no issue to keep this disabled for now. Only the comment contains `test whether this can be enabled with gcc 14.` It would be better to change this to `investigate why this fails.`

This was added shortly before the 14 release and I didn't want to look at GCC 13. Once GCC 14 is available on Ubuntu I can have a look.

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


More information about the libcxx-commits mailing list