[llvm-bugs] [Bug 28390] Clang incorrectly emits definition for undefined constexpr static data member.

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Jul 1 14:27:48 PDT 2016


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

Eric Fiselier <eric at efcs.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #3 from Eric Fiselier <eric at efcs.ca> ---
Hi Hal,

I'm compiling with -std=c++1z, so that would explain it.
I assumed it was a real ODR violation since ASAN was flagging it as such, but I
would agree that they are defined identically so it should be OK.

I'm going to close this as INVALID since you pointed out this is intended
behavior. Please reopen if that is incorrect.

-- 
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/20160701/98a8c6e8/attachment.html>


More information about the llvm-bugs mailing list