[LLVMbugs] [Bug 18198] New: Clang-3.4 r196771 breaks the build
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Dec 10 01:10:48 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=18198
Bug ID: 18198
Summary: Clang-3.4 r196771 breaks the build
Product: clang
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: octoploid at yandex.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
markus at x4 llvm_build % ninja
[203/572] Building CXX object
tools/clang/lib/AST/CMakeFiles/clangAST.dir/MicrosoftMangle.cpp.o
FAILED: /usr/bin/g++ -DCLANG_ENABLE_ARCMT -DCLANG_ENABLE_REWRITER
-DCLANG_ENABLE_STATIC_ANALYZER -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS
-D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DclangAST_EXPORTS -fPIC
-fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings
-Wno-missing-field-initializers -pedantic -Wno-long-long
-Wno-maybe-uninitialized -Wnon-virtual-dtor -fno-common -Woverloaded-virtual
-Wcast-qual -fno-strict-aliasing -fno-rtti -O3 -DNDEBUG -pipe -fPIC
-Itools/clang/lib/AST -I/home/markus/llvm/tools/clang/lib/AST
-I/home/markus/llvm/tools/clang/include -Itools/clang/include -Iinclude
-I/home/markus/llvm/include -fno-exceptions -MMD -MT
tools/clang/lib/AST/CMakeFiles/clangAST.dir/MicrosoftMangle.cpp.o -MF
"tools/clang/lib/AST/CMakeFiles/clangAST.dir/MicrosoftMangle.cpp.o.d" -o
tools/clang/lib/AST/CMakeFiles/clangAST.dir/MicrosoftMangle.cpp.o -c
/home/markus/llvm/tools/clang/lib/AST/MicrosoftMangle.cpp
/home/markus/llvm/tools/clang/lib/AST/MicrosoftMangle.cpp: In member function
‘void {anonymous}::MicrosoftCXXNameMangler::mangleNumber(int64_t)’:
/home/markus/llvm/tools/clang/lib/AST/MicrosoftMangle.cpp:418:12: error:
assignment of read-only location
‘std::reverse_iterator<_Iterator>::operator++(int) [with _Iterator = const
char*](0).std::reverse_iterator<_Iterator>::operator*<const char*>()’
*I++ = 'A' + (Value & 0xf);
^
[203/572] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Function.cpp.o
ninja: build stopped: subcommand failed.
--
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/20131210/9b2379d9/attachment.html>
More information about the llvm-bugs
mailing list