[llvm-bugs] [Bug 47719] New: ulittle64_t doesn't support initialization through operator=

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Oct 3 14:34:37 PDT 2020


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

            Bug ID: 47719
           Summary: ulittle64_t doesn't support initialization through
                    operator=
           Product: libraries
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Support Libraries
          Assignee: unassignedbugs at nondot.org
          Reporter: dweber at gmail.com
                CC: llvm-bugs at lists.llvm.org

See the patch here:
https://reviews.llvm.org/D88773#inline-824326

I'm having to call operator= explicitly to get the right endian behavior.  This
could be because operator= doesn't return ulittle64_t &.

-- 
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/20201003/e28ff015/attachment.html>


More information about the llvm-bugs mailing list