Advertisement
Guest User

Untitled

a guest
Dec 19th, 2013
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. host C++: tblgen <= external/llvm/utils/TableGen/AsmWriterEmitter.cpp
  2. host C++: tblgen <= external/llvm/utils/TableGen/AsmWriterInst.cpp
  3. host C++: tblgen <= external/llvm/utils/TableGen/CallingConvEmitter.cpp
  4. host C++: tblgen <= external/llvm/utils/TableGen/CodeEmitterGen.cpp
  5. host C++: tblgen <= external/llvm/utils/TableGen/CodeGenDAGPatterns.cpp
  6. host C++: tblgen <= external/llvm/utils/TableGen/CodeGenInstruction.cpp
  7. host C++: tblgen <= external/llvm/utils/TableGen/CodeGenMapTable.cpp
  8. host C++: tblgen <= external/llvm/utils/TableGen/CodeGenRegisters.cpp
  9. host C++: tblgen <= external/llvm/utils/TableGen/CodeGenSchedule.cpp
  10. In file included from external/llvm/utils/TableGen/CodeGenRegisters.h:25:0,
  11. from external/llvm/utils/TableGen/CodeGenRegisters.cpp:17:
  12. external/llvm/include/llvm/TableGen/Record.h: In member function 'bool llvm::LessRecordRegister::operator()(const llvm::Record*, const llvm::Record*) const':
  13. external/llvm/include/llvm/TableGen/Record.h:1807:7: warning: 'RHSVal' may be used uninitialized in this function [-Wmaybe-uninitialized]
  14. external/llvm/include/llvm/TableGen/Record.h:1807:7: warning: 'LHSVal' may be used uninitialized in this function [-Wmaybe-uninitialized]
  15. In file included from /home/quechon/cm/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/../lib/gcc/i686-linux/4.6.x-google/../../../../i686-linux/include/c++/4.6.x-google/set:60:0,
  16. from external/llvm/include/llvm/ADT/SmallSet.h:19,
  17. from external/llvm/include/llvm/ADT/SetVector.h:23,
  18. from external/llvm/utils/TableGen/SetTheory.h:50,
  19. from external/llvm/utils/TableGen/CodeGenRegisters.h:18,
  20. from external/llvm/utils/TableGen/CodeGenRegisters.cpp:17:
  21. /home/quechon/cm/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/../lib/gcc/i686-linux/4.6.x-google/../../../../i686-linux/include/c++/4.6.x-google/bits/stl_tree.h: In member function 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_insert_unique_(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::const_iterator, const _Val&) [with _Key = llvm::CodeGenSubRegIndex*, _Val = std::pair<llvm::CodeGenSubRegIndex* const, llvm::CodeGenRegister*>, _KeyOfValue = std::_Select1st<std::pair<llvm::CodeGenSubRegIndex* const, llvm::CodeGenRegister*> >, _Compare = llvm::CodeGenSubRegIndex::Less, _Alloc = std::allocator<std::pair<llvm::CodeGenSubRegIndex* const, llvm::CodeGenRegister*> >, std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator = std::_Rb_tree_iterator<std::pair<llvm::CodeGenSubRegIndex* const, llvm::CodeGenRegister*> >, std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::const_iterator = std::_Rb_tree_const_iterator<std::pair<llvm::CodeGenSubRegIndex* const, llvm::CodeGenRegister*> >]':
  22. /home/quechon/cm/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/../lib/gcc/i686-linux/4.6.x-google/../../../../i686-linux/include/c++/4.6.x-google/bits/stl_tree.h:1428:5: internal compiler error: Segmentation fault
  23. Please submit a full bug report,
  24. with preprocessed source if appropriate.
  25. See <http://gcc.gnu.org/bugs.html> for instructions.
  26. make: *** [/home/quechon/cm/out/host/linux-x86/obj/EXECUTABLES/tblgen_intermediates/CodeGenRegisters.o] Error 1
  27. make: *** Waiting for unfinished jobs....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement