[LLVMbugs] [Bug 23050] error: cannot compile this weird std::initializer_list yet on variadic initialization

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Mar 27 17:38:45 PDT 2015


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

Richard Smith <richard-llvm at metafoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |richard-llvm at metafoo.co.uk
         Resolution|---                         |INVALID

--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> ---
(In reply to comment #0)
>       typedef unsigned long size_t;

This is the problem. size_t is unsigned int, not unsigned long, on this target.

-- 
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/20150328/0a6695da/attachment.html>


More information about the llvm-bugs mailing list