[libcxx-commits] [libcxx] [libc++] std::abs support for _BitInt(N) and __int128 (PR #196532)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 16 07:03:59 PDT 2026
================
@@ -68,5 +129,41 @@ int main(int, char**) {
test_big();
+#if TEST_STD_VER >= 17
+# ifdef __BITINT_MAXWIDTH__
+ // MSan does not track _BitInt padding bits; non-byte-aligned widths trigger
+ // false-positive use-of-uninitialized-value reports through numeric_limits.
----------------
philnik777 wrote:
Do you have a bug-report? If no, please create one and add a link here.
https://github.com/llvm/llvm-project/pull/196532
More information about the libcxx-commits
mailing list