Guest User

Untitled

a guest
Feb 24th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 22.53 KB | None | 0 0
  1.  CC src/codegen.dbg.obj
  2. In file included from /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/JITSymbol.h:17:0,
  3.                  from /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h:17,
  4.                  from /home/sanjay/Software/polly_julia/julia/src/jitlayers.h:14,
  5.                  from /home/sanjay/Software/polly_julia/julia/src/codegen.cpp:117:
  6. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:23:29: error: ‘llvm::JITSymbolFlags’ referred to as enum
  7.  enum class JITSymbolFlags : char {
  8.                              ^
  9. In file included from /home/sanjay/Software/polly_julia/llvm/include/llvm/ExecutionEngine/RTDyldMemoryManager.h:17:0,
  10.                  from /home/sanjay/Software/polly_julia/llvm/include/llvm/ExecutionEngine/SectionMemoryManager.h:20,
  11.                  from /home/sanjay/Software/polly_julia/julia/src/jitlayers.h:8,
  12.                  from /home/sanjay/Software/polly_julia/julia/src/codegen.cpp:117:
  13. /home/sanjay/Software/polly_julia/llvm/include/llvm/ExecutionEngine/JITSymbol.h:36:7: error: ‘llvm::JITSymbolFlags’ has a previous declaration here
  14.  class JITSymbolFlags {
  15.        ^
  16. In file included from /usr/include/c++/4.8/bits/move.h:57:0,
  17.                  from /usr/include/c++/4.8/bits/stl_pair.h:59,
  18.                  from /usr/include/c++/4.8/bits/stl_algobase.h:64,
  19.                  from /usr/include/c++/4.8/bits/char_traits.h:39,
  20.                  from /usr/include/c++/4.8/string:40,
  21.                  from /home/sanjay/Software/polly_julia/julia/src/codegen.cpp:26:
  22. /usr/include/c++/4.8/type_traits: In instantiation of ‘struct std::underlying_type<llvm::JITSymbolFlags>’:
  23. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:30:47:   required from here
  24. /usr/include/c++/4.8/type_traits:1857:38: error: ‘llvm::JITSymbolFlags’ is not an enumeration type
  25.        typedef __underlying_type(_Tp) type;
  26.                                       ^
  27. In file included from /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/JITSymbol.h:17:0,
  28.                  from /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h:17,
  29.                  from /home/sanjay/Software/polly_julia/julia/src/jitlayers.h:14,
  30.                  from /home/sanjay/Software/polly_julia/julia/src/codegen.cpp:117:
  31. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h: In function ‘llvm::JITSymbolFlags llvm::operator|(llvm::JITSymbolFlags, llvm::JITSymbolFlags)’:
  32. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:32:24: error: expected type-specifier before ‘UT’
  33.             static_cast<UT>(LHS) | static_cast<UT>(RHS));
  34.                         ^
  35. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:32:24: error: expected ‘>’ before ‘UT’
  36. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:32:24: error: expected ‘(’ before ‘UT’
  37. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:32:24: error: ‘UT’ was not declared in this scope
  38. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:32:47: error: expected type-specifier before ‘UT’
  39.             static_cast<UT>(LHS) | static_cast<UT>(RHS));
  40.                                                ^
  41. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:32:47: error: expected ‘>’ before ‘UT’
  42. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:32:47: error: expected ‘(’ before ‘UT’
  43. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:32:56: error: expected ‘)’ before ‘;’ token
  44.             static_cast<UT>(LHS) | static_cast<UT>(RHS));
  45.                                                         ^
  46. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:32:56: error: expected ‘)’ before ‘;’ token
  47. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h: In function ‘llvm::JITSymbolFlags llvm::operator&(llvm::JITSymbolFlags, llvm::JITSymbolFlags)’:
  48. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:43:24: error: expected type-specifier before ‘UT’
  49.             static_cast<UT>(LHS) & static_cast<UT>(RHS));
  50.                         ^
  51. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:43:24: error: expected ‘>’ before ‘UT’
  52. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:43:24: error: expected ‘(’ before ‘UT’
  53. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:43:24: error: ‘UT’ was not declared in this scope
  54. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:43:47: error: expected type-specifier before ‘UT’
  55.             static_cast<UT>(LHS) & static_cast<UT>(RHS));
  56.                                                ^
  57. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:43:47: error: expected ‘>’ before ‘UT’
  58. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:43:47: error: expected ‘(’ before ‘UT’
  59. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:43:56: error: expected ‘)’ before ‘;’ token
  60.             static_cast<UT>(LHS) & static_cast<UT>(RHS));
  61.                                                         ^
  62. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:43:56: error: expected ‘)’ before ‘;’ token
  63. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h: In static member function ‘static llvm::JITSymbolFlags llvm::JITSymbolBase::flagsFromGlobalValue(const llvm::GlobalValue&)’:
  64. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:69:13: error: ambiguous overload for ‘operator|=’ (operand types are ‘llvm::JITSymbolFlags’ and ‘llvm::JITSymbolFlags::FlagNames’)
  65.        Flags |= JITSymbolFlags::Weak;
  66.              ^
  67. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:69:13: note: candidates are:
  68. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:69:13: note: operator|=(llvm::JITSymbolFlags::UnderlyingType& {aka unsigned char&}, int) <built-in>
  69. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:35:24: note: llvm::JITSymbolFlags& llvm::operator|=(llvm::JITSymbolFlags&, llvm::JITSymbolFlags)
  70.  inline JITSymbolFlags& operator |=(JITSymbolFlags &LHS, JITSymbolFlags RHS) {
  71.                         ^
  72. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:71:13: error: ambiguous overload for ‘operator|=’ (operand types are ‘llvm::JITSymbolFlags’ and ‘llvm::JITSymbolFlags::FlagNames’)
  73.        Flags |= JITSymbolFlags::Exported;
  74.              ^
  75. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:71:13: note: candidates are:
  76. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:71:13: note: operator|=(llvm::JITSymbolFlags::UnderlyingType& {aka unsigned char&}, int) <built-in>
  77. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:35:24: note: llvm::JITSymbolFlags& llvm::operator|=(llvm::JITSymbolFlags&, llvm::JITSymbolFlags)
  78.  inline JITSymbolFlags& operator |=(JITSymbolFlags &LHS, JITSymbolFlags RHS) {
  79.                         ^
  80. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h: In static member function ‘static llvm::JITSymbolFlags llvm::JITSymbolBase::flagsFromObjectSymbol(const llvm::object::BasicSymbolRef&)’:
  81. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:79:13: error: ambiguous overload for ‘operator|=’ (operand types are ‘llvm::JITSymbolFlags’ and ‘llvm::JITSymbolFlags::FlagNames’)
  82.        Flags |= JITSymbolFlags::Weak;
  83.              ^
  84. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:79:13: note: candidates are:
  85. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:79:13: note: operator|=(llvm::JITSymbolFlags::UnderlyingType& {aka unsigned char&}, int) <built-in>
  86. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:35:24: note: llvm::JITSymbolFlags& llvm::operator|=(llvm::JITSymbolFlags&, llvm::JITSymbolFlags)
  87.  inline JITSymbolFlags& operator |=(JITSymbolFlags &LHS, JITSymbolFlags RHS) {
  88.                         ^
  89. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:81:13: error: ambiguous overload for ‘operator|=’ (operand types are ‘llvm::JITSymbolFlags’ and ‘llvm::JITSymbolFlags::FlagNames’)
  90.        Flags |= JITSymbolFlags::Exported;
  91.              ^
  92. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:81:13: note: candidates are:
  93. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:81:13: note: operator|=(llvm::JITSymbolFlags::UnderlyingType& {aka unsigned char&}, int) <built-in>
  94. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:35:24: note: llvm::JITSymbolFlags& llvm::operator|=(llvm::JITSymbolFlags&, llvm::JITSymbolFlags)
  95.  inline JITSymbolFlags& operator |=(JITSymbolFlags &LHS, JITSymbolFlags RHS) {
  96.                         ^
  97. In file included from /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h:17:0,
  98.                  from /home/sanjay/Software/polly_julia/julia/src/jitlayers.h:14,
  99.                  from /home/sanjay/Software/polly_julia/julia/src/codegen.cpp:117:
  100. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/JITSymbol.h: At global scope:
  101. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/JITSymbol.h:57:19: error: ‘SymbolInfo’ in ‘class llvm::RuntimeDyld’ does not name a type
  102.    JITSymbol(const RuntimeDyld::SymbolInfo &Sym)
  103.                    ^
  104. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/JITSymbol.h:57:44: error: ISO C++ forbids declaration of ‘Sym’ with no type [-fpermissive]
  105.    JITSymbol(const RuntimeDyld::SymbolInfo &Sym)
  106.                                             ^
  107. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/JITSymbol.h:75:3: error: ‘SymbolInfo’ in ‘class llvm::RuntimeDyld’ does not name a type
  108.    RuntimeDyld::SymbolInfo toRuntimeDyldSymbol() {
  109.    ^
  110. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/JITSymbol.h: In constructor ‘llvm::orc::JITSymbol::JITSymbol(const int&)’:
  111. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/JITSymbol.h:58:25: error: request for member ‘getFlags’ in ‘Sym’, which is of non-class type ‘const int’
  112.      : JITSymbolBase(Sym.getFlags()), CachedAddr(Sym.getAddress()) {}
  113.                          ^
  114. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/JITSymbol.h:58:53: error: request for member ‘getAddress’ in ‘Sym’, which is of non-class type ‘const int’
  115.      : JITSymbolBase(Sym.getFlags()), CachedAddr(Sym.getAddress()) {}
  116.                                                      ^
  117. In file included from /home/sanjay/Software/polly_julia/julia/src/jitlayers.h:14:0,
  118.                  from /home/sanjay/Software/polly_julia/julia/src/codegen.cpp:117:
  119. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h: At global scope:
  120. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h:63:15: error: ‘SymbolInfo’ is not a member of ‘llvm::RuntimeDyld’
  121.      StringMap<RuntimeDyld::SymbolInfo> SymbolTable;
  122.                ^
  123. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h:63:15: error: ‘SymbolInfo’ is not a member of ‘llvm::RuntimeDyld’
  124. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h:63:38: error: template argument 1 is invalid
  125.      StringMap<RuntimeDyld::SymbolInfo> SymbolTable;
  126.                                       ^
  127. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h: In member function ‘llvm::orc::JITSymbol llvm::orc::ObjectLinkingLayerBase::LinkedObjectSet::getSymbol(llvm::StringRef, bool)’:
  128. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h:52:35: error: request for member ‘findin((llvm::orc::ObjectLinkingLayerBase::LinkedObjectSet*)this)->llvm::orc::ObjectLinkingLayerBase::LinkedObjectSet::SymbolTable’, which is of non-class type ‘int’
  129.        auto SymEntry = SymbolTable.find(Name);
  130.                                    ^
  131. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h:53:35: error: request for member ‘end’ in((llvm::orc::ObjectLinkingLayerBase::LinkedObjectSet*)this)->llvm::orc::ObjectLinkingLayerBase::LinkedObjectSet::SymbolTable’, which is of non-class type ‘int’
  132.        if (SymEntry == SymbolTable.end())
  133.                                    ^
  134. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h: In member function ‘void llvm::orc::ObjectLinkingLayer<NotifyLoadedFtor>::ConcreteLinkedObjectSet<ObjSetT, MemoryManagerPtrT, SymbolResolverPtrT, FinalizerFtor>::buildInitialSymbolTable(const ObjSetT&)’:
  135. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h:167:23: error: request for member ‘insert’ in((llvm::orc::ObjectLinkingLayer<NotifyLoadedFtor>::ConcreteLinkedObjectSet<ObjSetT, MemoryManagerPtrT, SymbolResolverPtrT, FinalizerFtor>*)this)->llvm::orc::ObjectLinkingLayerBase::LinkedObjectSet::SymbolTable’, which is of non-class type ‘int’
  136.            SymbolTable.insert(
  137.                        ^
  138. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h:168:41: error: ‘SymbolInfo’ is not a member of ‘llvm::RuntimeDyld’
  139.              std::make_pair(*SymbolName, RuntimeDyld::SymbolInfo(0, Flags)));
  140.                                          ^
  141. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h: In member function ‘void llvm::orc::ObjectLinkingLayer<NotifyLoadedFtor>::ConcreteLinkedObjectSet<ObjSetT, MemoryManagerPtrT, SymbolResolverPtrT, FinalizerFtor>::updateSymbolTable(const llvm::RuntimeDyld&)’:
  142. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h:173:29: error: no matching function for call to ‘begin(int&)
  143.        for (auto &SymEntry : SymbolTable)
  144.                              ^
  145. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h:173:29: note: candidates are:
  146. In file included from /usr/include/c++/4.8/bits/basic_string.h:42:0,
  147.                  from /usr/include/c++/4.8/string:52,
  148.                  from /home/sanjay/Software/polly_julia/julia/src/codegen.cpp:26:
  149. /usr/include/c++/4.8/initializer_list:89:5: note: template<class _Tp> constexpr const _Tp* std::begin(std::initializer_list<_Tp>)
  150.      begin(initializer_list<_Tp> __ils) noexcept
  151.      ^
  152. /usr/include/c++/4.8/initializer_list:89:5: note:   template argument deduction/substitution failed:
  153. In file included from /home/sanjay/Software/polly_julia/julia/src/jitlayers.h:14:0,
  154.                  from /home/sanjay/Software/polly_julia/julia/src/codegen.cpp:117:
  155. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h:173:29: note:   mismatched types ‘std::initializer_list<_Tp>’ and ‘int’
  156.        for (auto &SymEntry : SymbolTable)
  157.                              ^
  158. In file included from /usr/include/c++/4.8/string:51:0,
  159.                  from /home/sanjay/Software/polly_julia/julia/src/codegen.cpp:26:
  160. /usr/include/c++/4.8/bits/range_access.h:87:5: note: template<class _Tp, long unsigned int _Nm> _Tp* std::begin(_Tp (&)[_Nm])
  161.      begin(_Tp (&__arr)[_Nm])
  162.      ^
  163. /usr/include/c++/4.8/bits/range_access.h:87:5: note:   template argument deduction/substitution failed:
  164. In file included from /home/sanjay/Software/polly_julia/julia/src/jitlayers.h:14:0,
  165.                  from /home/sanjay/Software/polly_julia/julia/src/codegen.cpp:117:
  166. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h:173:29: note:   mismatched types ‘_Tp [_Nm]’ and ‘int’
  167.        for (auto &SymEntry : SymbolTable)
  168.                              ^
  169. In file included from /usr/include/c++/4.8/string:51:0,
  170.                  from /home/sanjay/Software/polly_julia/julia/src/codegen.cpp:26:
  171. /usr/include/c++/4.8/bits/range_access.h:58:5: note: template<class _Container> decltype (__cont.begin()) std::begin(const _Container&)
  172.      begin(const _Container& __cont) -> decltype(__cont.begin())
  173.      ^
  174. /usr/include/c++/4.8/bits/range_access.h:58:5: note:   template argument deduction/substitution failed:
  175. /usr/include/c++/4.8/bits/range_access.h: In substitution of ‘template<class _Container> decltype (__cont.begin()) std::begin(const _Container&) [with _Container = int]’:
  176. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h:173:29:   required from here
  177. /usr/include/c++/4.8/bits/range_access.h:58:5: error: request for member ‘begin’ in ‘__cont’, which is of non-class type ‘const int’
  178. /usr/include/c++/4.8/bits/range_access.h:48:5: note: template<class _Container> decltype (__cont.begin()) std::begin(_Container&)
  179.      begin(_Container& __cont) -> decltype(__cont.begin())
  180.      ^
  181. /usr/include/c++/4.8/bits/range_access.h:48:5: note:   template argument deduction/substitution failed:
  182. /usr/include/c++/4.8/bits/range_access.h: In substitution of ‘template<class _Container> decltype (__cont.begin()) std::begin(_Container&) [with _Container = int]’:
  183. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h:173:29:   required from here
  184. /usr/include/c++/4.8/bits/range_access.h:48:5: error: request for member ‘begin’ in ‘__cont’, which is of non-class type ‘int’
  185. In file included from /home/sanjay/Software/polly_julia/julia/src/jitlayers.h:14:0,
  186.                  from /home/sanjay/Software/polly_julia/julia/src/codegen.cpp:117:
  187. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h:173:29: error: no matching function for call to ‘end(int&)
  188.        for (auto &SymEntry : SymbolTable)
  189.                              ^
  190. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h:173:29: note: candidates are:
  191. In file included from /usr/include/c++/4.8/bits/basic_string.h:42:0,
  192.                  from /usr/include/c++/4.8/string:52,
  193.                  from /home/sanjay/Software/polly_julia/julia/src/codegen.cpp:26:
  194. /usr/include/c++/4.8/initializer_list:99:5: note: template<class _Tp> constexpr const _Tp* std::end(std::initializer_list<_Tp>)
  195.      end(initializer_list<_Tp> __ils) noexcept
  196.      ^
  197. /usr/include/c++/4.8/initializer_list:99:5: note:   template argument deduction/substitution failed:
  198. In file included from /home/sanjay/Software/polly_julia/julia/src/jitlayers.h:14:0,
  199.                  from /home/sanjay/Software/polly_julia/julia/src/codegen.cpp:117:
  200. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h:173:29: note:   mismatched types ‘std::initializer_list<_Tp>’ and ‘int’
  201.        for (auto &SymEntry : SymbolTable)
  202.                              ^
  203. In file included from /usr/include/c++/4.8/string:51:0,
  204.                  from /home/sanjay/Software/polly_julia/julia/src/codegen.cpp:26:
  205. /usr/include/c++/4.8/bits/range_access.h:97:5: note: template<class _Tp, long unsigned int _Nm> _Tp* std::end(_Tp (&)[_Nm])
  206.      end(_Tp (&__arr)[_Nm])
  207.      ^
  208. /usr/include/c++/4.8/bits/range_access.h:97:5: note:   template argument deduction/substitution failed:
  209. In file included from /home/sanjay/Software/polly_julia/julia/src/jitlayers.h:14:0,
  210.                  from /home/sanjay/Software/polly_julia/julia/src/codegen.cpp:117:
  211. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h:173:29: note:   mismatched types ‘_Tp [_Nm]’ and ‘int’
  212.        for (auto &SymEntry : SymbolTable)
  213.                              ^
  214. In file included from /usr/include/c++/4.8/string:51:0,
  215.                  from /home/sanjay/Software/polly_julia/julia/src/codegen.cpp:26:
  216. /usr/include/c++/4.8/bits/range_access.h:78:5: note: template<class _Container> decltype (__cont.end()) std::end(const _Container&)
  217.      end(const _Container& __cont) -> decltype(__cont.end())
  218.      ^
  219. /usr/include/c++/4.8/bits/range_access.h:78:5: note:   template argument deduction/substitution failed:
  220. /usr/include/c++/4.8/bits/range_access.h: In substitution of ‘template<class _Container> decltype (__cont.end()) std::end(const _Container&) [with _Container = int]’:
  221. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h:173:29:   required from here
  222. /usr/include/c++/4.8/bits/range_access.h:78:5: error: request for member ‘end’ in ‘__cont’, which is of non-class type ‘const int’
  223. /usr/include/c++/4.8/bits/range_access.h:68:5: note: template<class _Container> decltype (__cont.end()) std::end(_Container&)
  224.      end(_Container& __cont) -> decltype(__cont.end())
  225.      ^
  226. /usr/include/c++/4.8/bits/range_access.h:68:5: note:   template argument deduction/substitution failed:
  227. /usr/include/c++/4.8/bits/range_access.h: In substitution of ‘template<class _Container> decltype (__cont.end()) std::end(_Container&) [with _Container = int]’:
  228. /home/sanjay/Software/polly_julia/julia/usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h:173:29:   required from here
  229. /usr/include/c++/4.8/bits/range_access.h:68:5: error: request for member ‘end’ in ‘__cont’, which is of non-class type ‘int’
  230. make[1]: *** [codegen.dbg.obj] Error 1
  231. make: *** [julia-src-debug] Error 2
Add Comment
Please, Sign In to add comment