[LLVMbugs] [Bug 23513] New: msvc14 Compilation failed
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed May 13 03:39:50 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=23513
Bug ID: 23513
Summary: msvc14 Compilation failed
Product: clang
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: C++14
Assignee: unassignedclangbugs at nondot.org
Reporter: wmamrak at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Using Visual Studio Community 2015 (msvc14), there are multiple following
errors during llvm/clang compilation:
Error C2956 sized deallocation function 'operator delete(void*, size_t)'
would be chosen as placement deallocation function. (compiling source file
llvm_clang\lib\AsmParser\LLParser.cpp) LLVMAsmParser
llvm_clang\include\llvm\IR\Function.h 125
and
Error C2664 'void
llvm::BitstreamWriter::EmitRecordWithBlob<uint64_t>(unsigned
int,llvm::SmallVectorImpl<uint64_t> &,llvm::StringRef)': cannot convert
argument 3 from 'unsigned __int64 *' to 'llvm::StringRef' clangSerialization
llvm_clang\tools\clang\lib\Serialization\ASTWriter.cpp 1533
When I install previous msvc version I will post here the results.
--
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/20150513/5b8b7a85/attachment.html>
More information about the llvm-bugs
mailing list