search for: _iiter

Displaying 8 results from an estimated 8 matches for "_iiter".

Did you mean: _iter
2008 Oct 14
3
[LLVMdev] MINGW Compiler error.
...e/c++/bits/ boost_concept_check.h:62: instantiated from 'void __gnu_cxx::__function_requires() [with _Concept = __g nu_cxx::_EqualOpConcept<llvm::BasicBlock, llvm::BasicBlock*>]' c:\mingw\bin\../lib/gcc/mingw32/4.3.0/include/c++/bits/stl_algo.h: 3810: instan tiated from '_IIter std::find(_IIter, _IIter, const _Tp&) [with _IIter = llvm::P redIterator<llvm::BasicBlock, llvm::value_use_iterator<llvm::User> >, _Tp = llvm ::BasicBlock*]' BasicBlock.cpp:180: instantiated from here c:\mingw\bin\../lib/gcc/mingw32/4.3.0/include/c++/bits/ boost_concept_c...
2010 Aug 12
0
[LLVMdev] llvm build error with gcc-4.3.2 on OpenSolaris
...++/4.3.2/bits/boost_concept_check.h:62: instantiated from ‘void __gnu_cxx::__function_requires() [with _Concept = __gnu_cxx::_EqualOpConcept<llvm::BasicBlock, llvm::BasicBlock*>]’ /usr/lib/gcc/i386-pc-solaris2.11/4.3.2/../../../../include/c++/4.3.2/bits/stl_algo.h:3810: instantiated from ‘_IIter std::find(_IIter, _IIter, const _Tp&) [with _IIter = llvm::PredIterator<llvm::BasicBlock, llvm::value_use_iterator<llvm::User> >, _Tp = llvm::BasicBlock*]’ BasicBlock.cpp:181: instantiated from here /usr/lib/gcc/i386-pc-solaris2.11/4.3.2/../../../../include/c++/4.3.2/bits/boost_co...
2008 Oct 14
0
[LLVMdev] MINGW Compiler error.
...heck.h:62: > instantiated from 'void __gnu_cxx::__function_requires() [with > _Concept = __g > nu_cxx::_EqualOpConcept<llvm::BasicBlock, llvm::BasicBlock*>]' > c:\mingw\bin\../lib/gcc/mingw32/4.3.0/include/c++/bits/stl_algo.h: > 3810: instan > tiated from '_IIter std::find(_IIter, _IIter, const _Tp&) [with > _IIter = llvm::P > redIterator<llvm::BasicBlock, llvm::value_use_iterator<llvm::User> > >, _Tp = llvm > ::BasicBlock*]' > BasicBlock.cpp:180: instantiated from here > c:\mingw\bin\../lib/gcc/mingw32/4.3.0/incl...
2008 Oct 15
1
[LLVMdev] MINGW Compiler error.
...instantiated from 'void __gnu_cxx::__function_requires() [with >> _Concept = __g >> nu_cxx::_EqualOpConcept<llvm::BasicBlock, llvm::BasicBlock*>]' >> c:\mingw\bin\../lib/gcc/mingw32/4.3.0/include/c++/bits/stl_algo.h: >> 3810: instan >> tiated from '_IIter std::find(_IIter, _IIter, const _Tp&) [with >> _IIter = llvm::P >> redIterator<llvm::BasicBlock, llvm::value_use_iterator<llvm::User> >>> , _Tp = llvm >> ::BasicBlock*]' >> BasicBlock.cpp:180: instantiated from here >> c:\mingw\bin\../lib/gc...
2008 Oct 15
2
[LLVMdev] MINGW Compiler error.
...stantiated from 'void __gnu_cxx::__function_requires() [with >> _Concept = __g >> nu_cxx::_EqualOpConcept<llvm::BasicBlock, llvm::BasicBlock*>]' >> c:\mingw\bin\../lib/gcc/mingw32/4.3.0/include/c++/bits/stl_algo.h: >> 3810: instan >> tiated from '_IIter std::find(_IIter, _IIter, const _Tp&) [with >> _IIter = llvm::P >> redIterator<llvm::BasicBlock, llvm::value_use_iterator<llvm::User> >> >>> , _Tp = llvm >>> >> ::BasicBlock*]' >> BasicBlock.cpp:180: instantiated fro...
2008 May 11
1
[LLVMdev] building llvm on Windows
...clude/c++/bits/boost_concept_check.h:62: instantiated from 'void __gnu_cxx::__function_requires() [with _Concept = __gnu_cxx::_EqualOpConcept<llvm::BasicBlock, llvm::BasicBlock*>]' d:\msys\bin\../lib/gcc/i386-pc-mingw32/4.3.0/include/c++/bits/stl_algo.h:3810: instantiated from '_IIter std::find(_IIter, _IIter, const _Tp&) [with _IIter = llvm::PredIterator<llvm::BasicBlock, llvm::value_use_iterator<llvm::User> >, _Tp = llvm::BasicBlock*]' BasicBlock.cpp:180: instantiated from here d:\msys\bin\../lib/gcc/i386-pc-mingw32/4.3.0/include/c++/bits/boost_concept...
2008 Oct 15
0
[LLVMdev] MINGW Compiler error.
...#39;void __gnu_cxx::__function_requires() [with >>> _Concept = __g >>> nu_cxx::_EqualOpConcept<llvm::BasicBlock, llvm::BasicBlock*>]' >>> c:\mingw\bin\../lib/gcc/mingw32/4.3.0/include/c++/bits/stl_algo.h: >>> 3810: instan >>> tiated from '_IIter std::find(_IIter, _IIter, const _Tp&) [with >>> _IIter = llvm::P >>> redIterator<llvm::BasicBlock, llvm::value_use_iterator<llvm::User> >>> >>>> , _Tp = llvm >>>> >>> ::BasicBlock*]' >>> BasicBlock.cpp:180: inst...
2008 May 11
9
[LLVMdev] Preferring to use GCC instead of LLVM
Not that I sympathize with the OP's manners but... Bill Wendling <isanbard at gmail.com> writes: > On May 10, 2008, at 7:55 PM, kr512 wrote: > >> See how gcc is invoked to generate the final executable >> file. This means LLVM is an incomplete backend, >> unfortunately. >> > That's only a convenience. GCC generates assembly code too and calls