[LLVMbugs] [Bug 18696] Missing symbol at link time for constexpr class const static member if they are arrays also used in non constexpr functions.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed May 7 15:19:26 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=18696

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

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

--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> ---
This is correct: the expression s_[0] is an odr-use of s_, so you're required
to provide an out-of-class definition of it.

*** This bug has been marked as a duplicate of bug 19643 ***

-- 
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/20140507/8257ed66/attachment.html>


More information about the llvm-bugs mailing list