[LLVMbugs] [Bug 21875] Assertion `(Encoding == dwarf::DW_ATE_unsigned || ... ' with nullptr
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Dec 16 16:44:31 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=21875
David Blaikie <dblaikie at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from David Blaikie <dblaikie at gmail.com> ---
GCC produced a DW_TAG_template_value_parameter with const_value of data1 0.
udata 0 seems appropriate (as we do for null valued pointer typed non-type
template parameters), so I implemented that in r224399.
--
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/20141217/fafac0b7/attachment.html>
More information about the llvm-bugs
mailing list