[libcxx-commits] [PATCH] D126667: [libc++][CI] Updates GCC to version 12.
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jun 17 12:09:45 PDT 2022
philnik accepted this revision as: philnik.
philnik added a comment.
LGTM.
================
Comment at: libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/formatter.char_array.pass.cpp:10
// UNSUPPORTED: libcpp-has-no-incomplete-format
-// TODO FMT Evaluate gcc-11 status
-// UNSUPPORTED: gcc-11
+// TODO FMT __builtin_memcpy isn't constexpr in GCC
+// UNSUPPORTED: gcc-12
----------------
Couldn't you just use `std::copy_n` for this?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126667/new/
https://reviews.llvm.org/D126667
More information about the libcxx-commits
mailing list