[llvm-bugs] [Bug 50937] New: type traits fails with __int128

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jun 29 17:05:27 PDT 2021


https://bugs.llvm.org/show_bug.cgi?id=50937

            Bug ID: 50937
           Summary: type traits fails with __int128
           Product: libc++
           Version: 12.0
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: v at nametag.social
                CC: llvm-bugs at lists.llvm.org, mclow.lists at gmail.com

std::is_same_v and std::is_integral_v both fail to recognize unsigned __int128
and any typedef made against it.

reproducer program in compiler explorer below:
https://gcc.godbolt.org/z/T8nP84qqM

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210630/9bd34c1d/attachment.html>


More information about the llvm-bugs mailing list