[llvm-bugs] [Bug 32926] clang fails to compile constexpr with -O0/-O1

via llvm-bugs llvm-bugs at lists.llvm.org
Thu May 4 11:21:34 PDT 2017


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

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

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

--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> ---
You're missing an out-of-line definition for A::debug_typeid:

constexpr uint32_t A::debug_typeid;

-- 
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/20170504/85ae5fd3/attachment.html>


More information about the llvm-bugs mailing list