Advertisement
alexanius

lxx error for gen_random2

Jul 10th, 2017
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.44 KB | None | 0 0
  1. lcc: "/home/cf/ecomp.rel-i-1/e2k_home/1.A.XX/e2k-generic-linux.cross/include/c++/g++-v3/type_traits", line 741: error:
  2. excessive recursion at instantiation of class
  3. "std::__and_<std::is_array<generator<31UL, 32UL>>,
  4. std::__not_<std::extent<generator<31UL, 32UL>, 0U>>>"
  5. : public __and_<is_array<_Tp>, __not_<extent<_Tp>>>::type
  6. ^
  7. detected during:
  8. instantiation of class "std::__is_array_unknown_bounds<_Tp> [with
  9. _Tp=generator<31UL, 32UL>]" at line 115
  10. instantiation of class "std::__or_<_B1, _B2> [with
  11. _B1=std::__is_array_unknown_bounds<generator<31UL,
  12. 32UL>>, _B2=std::is_function<generator<31UL, 32UL>>]" at
  13. line 120
  14. instantiation of class "std::__or_<_B1, _B2, _B3, _Bn...> [with
  15. _B1=std::is_void<generator<31UL, 32UL>>,
  16. _B2=std::__is_array_unknown_bounds<generator<31UL,
  17. 32UL>>, _B3=std::is_function<generator<31UL, 32UL>>,
  18. _Bn=<>]" at line 768
  19. processing of template argument list for
  20. "std::__is_destructible_safe" based on template argument
  21. <generator<31UL, 32UL>> at line 789
  22. instantiation of class "std::is_destructible<_Tp> [with
  23. _Tp=generator<31UL, 32UL>]" at line 138
  24. [ 259 instantiation contexts not shown ]
  25. instantiation of class "std::tuple<_Elements...> [with
  26. _Elements=<generator<0UL, 32UL>, generator<1UL, 32UL>,
  27. generator<2UL, 32UL>, generator<3UL, 32UL>,
  28. generator<4UL, 32UL>, generator<5UL, 32UL>,
  29. generator<6UL, 32UL>, generator<7UL, 32UL>,
  30. generator<8UL, 32UL>, generator<9UL, 32UL>,
  31. generator<10UL, 32UL>, generator<11UL, 32UL>,
  32. generator<12UL, 32UL>, generator<13UL, 32UL>,
  33. generator<14UL, 32UL>, generator<15UL, 32UL>,
  34. generator<16UL, 32UL>, generator<17UL, 32UL>,
  35. generator<18UL, 32UL>, generator<19UL, 32UL>,
  36. generator<20UL, 32UL>, generator<21UL, 32UL>,
  37. generator<22UL, 32UL>, generator<23UL, 32UL>,
  38. generator<24UL, 32UL>, generator<25UL, 32UL>,
  39. generator<26UL, 32UL>, generator<27UL, 32UL>,
  40. generator<28UL, 32UL>, generator<29UL, 32UL>,
  41. generator<30UL, 32UL>, generator<31UL, 32UL>>]" at line
  42. 970 of
  43. "/home/cf/ecomp.rel-i-1/e2k_home/1.A.XX/e2k-generic-linux.cross/include/c++/g++-v3/tuple"
  44. instantiation of
  45. "std::tuple<std::__decay_and_strip<_Elements>::__type...>
  46. std::make_tuple(_Elements &&...) [with
  47. _Elements=<generator<0UL, 32UL>, generator<1UL, 32UL>,
  48. generator<2UL, 32UL>, generator<3UL, 32UL>,
  49. generator<4UL, 32UL>, generator<5UL, 32UL>,
  50. generator<6UL, 32UL>, generator<7UL, 32UL>,
  51. generator<8UL, 32UL>, generator<9UL, 32UL>,
  52. generator<10UL, 32UL>, generator<11UL, 32UL>,
  53. generator<12UL, 32UL>, generator<13UL, 32UL>,
  54. generator<14UL, 32UL>, generator<15UL, 32UL>,
  55. generator<16UL, 32UL>, generator<17UL, 32UL>,
  56. generator<18UL, 32UL>, generator<19UL, 32UL>,
  57. generator<20UL, 32UL>, generator<21UL, 32UL>,
  58. generator<22UL, 32UL>, generator<23UL, 32UL>,
  59. generator<24UL, 32UL>, generator<25UL, 32UL>,
  60. generator<26UL, 32UL>, generator<27UL, 32UL>,
  61. generator<28UL, 32UL>, generator<29UL, 32UL>,
  62. generator<30UL, 32UL>, generator<31UL, 32UL>>]" at line
  63. 116 of "t.cpp"
  64. instantiation of "auto
  65. detail::make_generators_helper(std::index_sequence<ids...
  66. >) [with ids=<0UL, 1UL, 2UL, 3UL, 4UL, 5UL, 6UL, 7UL,
  67. 8UL, 9UL, 10UL, 11UL, 12UL, 13UL, 14UL, 15UL, 16UL, 17UL,
  68. 18UL, 19UL, 20UL, 21UL, 22UL, 23UL, 24UL, 25UL, 26UL,
  69. 27UL, 28UL, 29UL, 30UL, 31UL>]" at line 126 of "t.cpp"
  70. instantiation of "auto make_generators<n>() [with n=32UL]" at line
  71. 150 of "t.cpp"
  72. instantiation of class "nway_generator<n> [with n=32UL]" at line
  73. 159 of "t.cpp"
  74.  
  75. lcc: "/home/cf/ecomp.rel-i-1/e2k_home/1.A.XX/e2k-generic-linux.cross/include/c++/g++-v3/type_traits", line 741: error:
  76. incomplete type is not allowed
  77. : public __and_<is_array<_Tp>, __not_<extent<_Tp>>>::type
  78. ^
  79. detected during:
  80. instantiation of class "std::__is_array_unknown_bounds<_Tp> [with
  81. _Tp=generator<31UL, 32UL>]" at line 115
  82. instantiation of class "std::__or_<_B1, _B2> [with
  83. _B1=std::__is_array_unknown_bounds<generator<31UL,
  84. 32UL>>, _B2=std::is_function<generator<31UL, 32UL>>]" at
  85. line 120
  86. instantiation of class "std::__or_<_B1, _B2, _B3, _Bn...> [with
  87. _B1=std::is_void<generator<31UL, 32UL>>,
  88. _B2=std::__is_array_unknown_bounds<generator<31UL,
  89. 32UL>>, _B3=std::is_function<generator<31UL, 32UL>>,
  90. _Bn=<>]" at line 768
  91. processing of template argument list for
  92. "std::__is_destructible_safe" based on template argument
  93. <generator<31UL, 32UL>> at line 789
  94. instantiation of class "std::is_destructible<_Tp> [with
  95. _Tp=generator<31UL, 32UL>]" at line 138
  96. [ 259 instantiation contexts not shown ]
  97. instantiation of class "std::tuple<_Elements...> [with
  98. _Elements=<generator<0UL, 32UL>, generator<1UL, 32UL>,
  99. generator<2UL, 32UL>, generator<3UL, 32UL>,
  100. generator<4UL, 32UL>, generator<5UL, 32UL>,
  101. generator<6UL, 32UL>, generator<7UL, 32UL>,
  102. generator<8UL, 32UL>, generator<9UL, 32UL>,
  103. generator<10UL, 32UL>, generator<11UL, 32UL>,
  104. generator<12UL, 32UL>, generator<13UL, 32UL>,
  105. generator<14UL, 32UL>, generator<15UL, 32UL>,
  106. generator<16UL, 32UL>, generator<17UL, 32UL>,
  107. generator<18UL, 32UL>, generator<19UL, 32UL>,
  108. generator<20UL, 32UL>, generator<21UL, 32UL>,
  109. generator<22UL, 32UL>, generator<23UL, 32UL>,
  110. generator<24UL, 32UL>, generator<25UL, 32UL>,
  111. generator<26UL, 32UL>, generator<27UL, 32UL>,
  112. generator<28UL, 32UL>, generator<29UL, 32UL>,
  113. generator<30UL, 32UL>, generator<31UL, 32UL>>]" at line
  114. 970 of
  115. "/home/cf/ecomp.rel-i-1/e2k_home/1.A.XX/e2k-generic-linux.cross/include/c++/g++-v3/tuple"
  116. instantiation of
  117. "std::tuple<std::__decay_and_strip<_Elements>::__type...>
  118. std::make_tuple(_Elements &&...) [with
  119. _Elements=<generator<0UL, 32UL>, generator<1UL, 32UL>,
  120. generator<2UL, 32UL>, generator<3UL, 32UL>,
  121. generator<4UL, 32UL>, generator<5UL, 32UL>,
  122. generator<6UL, 32UL>, generator<7UL, 32UL>,
  123. generator<8UL, 32UL>, generator<9UL, 32UL>,
  124. generator<10UL, 32UL>, generator<11UL, 32UL>,
  125. generator<12UL, 32UL>, generator<13UL, 32UL>,
  126. generator<14UL, 32UL>, generator<15UL, 32UL>,
  127. generator<16UL, 32UL>, generator<17UL, 32UL>,
  128. generator<18UL, 32UL>, generator<19UL, 32UL>,
  129. generator<20UL, 32UL>, generator<21UL, 32UL>,
  130. generator<22UL, 32UL>, generator<23UL, 32UL>,
  131. generator<24UL, 32UL>, generator<25UL, 32UL>,
  132. generator<26UL, 32UL>, generator<27UL, 32UL>,
  133. generator<28UL, 32UL>, generator<29UL, 32UL>,
  134. generator<30UL, 32UL>, generator<31UL, 32UL>>]" at line
  135. 116 of "t.cpp"
  136. instantiation of "auto
  137. detail::make_generators_helper(std::index_sequence<ids...
  138. >) [with ids=<0UL, 1UL, 2UL, 3UL, 4UL, 5UL, 6UL, 7UL,
  139. 8UL, 9UL, 10UL, 11UL, 12UL, 13UL, 14UL, 15UL, 16UL, 17UL,
  140. 18UL, 19UL, 20UL, 21UL, 22UL, 23UL, 24UL, 25UL, 26UL,
  141. 27UL, 28UL, 29UL, 30UL, 31UL>]" at line 126 of "t.cpp"
  142. instantiation of "auto make_generators<n>() [with n=32UL]" at line
  143. 150 of "t.cpp"
  144. instantiation of class "nway_generator<n> [with n=32UL]" at line
  145. 159 of "t.cpp"
  146.  
  147. lcc: "/home/cf/ecomp.rel-i-1/e2k_home/1.A.XX/e2k-generic-linux.cross/include/c++/g++-v3/type_traits", line 741: error:
  148. not a class or struct name
  149. : public __and_<is_array<_Tp>, __not_<extent<_Tp>>>::type
  150. ^
  151. detected during:
  152. instantiation of class "std::__is_array_unknown_bounds<_Tp> [with
  153. _Tp=generator<31UL, 32UL>]" at line 115
  154. instantiation of class "std::__or_<_B1, _B2> [with
  155. _B1=std::__is_array_unknown_bounds<generator<31UL,
  156. 32UL>>, _B2=std::is_function<generator<31UL, 32UL>>]" at
  157. line 120
  158. instantiation of class "std::__or_<_B1, _B2, _B3, _Bn...> [with
  159. _B1=std::is_void<generator<31UL, 32UL>>,
  160. _B2=std::__is_array_unknown_bounds<generator<31UL,
  161. 32UL>>, _B3=std::is_function<generator<31UL, 32UL>>,
  162. _Bn=<>]" at line 768
  163. processing of template argument list for
  164. "std::__is_destructible_safe" based on template argument
  165. <generator<31UL, 32UL>> at line 789
  166. instantiation of class "std::is_destructible<_Tp> [with
  167. _Tp=generator<31UL, 32UL>]" at line 138
  168. [ 259 instantiation contexts not shown ]
  169. instantiation of class "std::tuple<_Elements...> [with
  170. _Elements=<generator<0UL, 32UL>, generator<1UL, 32UL>,
  171. generator<2UL, 32UL>, generator<3UL, 32UL>,
  172. generator<4UL, 32UL>, generator<5UL, 32UL>,
  173. generator<6UL, 32UL>, generator<7UL, 32UL>,
  174. generator<8UL, 32UL>, generator<9UL, 32UL>,
  175. generator<10UL, 32UL>, generator<11UL, 32UL>,
  176. generator<12UL, 32UL>, generator<13UL, 32UL>,
  177. generator<14UL, 32UL>, generator<15UL, 32UL>,
  178. generator<16UL, 32UL>, generator<17UL, 32UL>,
  179. generator<18UL, 32UL>, generator<19UL, 32UL>,
  180. generator<20UL, 32UL>, generator<21UL, 32UL>,
  181. generator<22UL, 32UL>, generator<23UL, 32UL>,
  182. generator<24UL, 32UL>, generator<25UL, 32UL>,
  183. generator<26UL, 32UL>, generator<27UL, 32UL>,
  184. generator<28UL, 32UL>, generator<29UL, 32UL>,
  185. generator<30UL, 32UL>, generator<31UL, 32UL>>]" at line
  186. 970 of
  187. "/home/cf/ecomp.rel-i-1/e2k_home/1.A.XX/e2k-generic-linux.cross/include/c++/g++-v3/tuple"
  188. instantiation of
  189. "std::tuple<std::__decay_and_strip<_Elements>::__type...>
  190. std::make_tuple(_Elements &&...) [with
  191. _Elements=<generator<0UL, 32UL>, generator<1UL, 32UL>,
  192. generator<2UL, 32UL>, generator<3UL, 32UL>,
  193. generator<4UL, 32UL>, generator<5UL, 32UL>,
  194. generator<6UL, 32UL>, generator<7UL, 32UL>,
  195. generator<8UL, 32UL>, generator<9UL, 32UL>,
  196. generator<10UL, 32UL>, generator<11UL, 32UL>,
  197. generator<12UL, 32UL>, generator<13UL, 32UL>,
  198. generator<14UL, 32UL>, generator<15UL, 32UL>,
  199. generator<16UL, 32UL>, generator<17UL, 32UL>,
  200. generator<18UL, 32UL>, generator<19UL, 32UL>,
  201. generator<20UL, 32UL>, generator<21UL, 32UL>,
  202. generator<22UL, 32UL>, generator<23UL, 32UL>,
  203. generator<24UL, 32UL>, generator<25UL, 32UL>,
  204. generator<26UL, 32UL>, generator<27UL, 32UL>,
  205. generator<28UL, 32UL>, generator<29UL, 32UL>,
  206. generator<30UL, 32UL>, generator<31UL, 32UL>>]" at line
  207. 116 of "t.cpp"
  208. instantiation of "auto
  209. detail::make_generators_helper(std::index_sequence<ids...
  210. >) [with ids=<0UL, 1UL, 2UL, 3UL, 4UL, 5UL, 6UL, 7UL,
  211. 8UL, 9UL, 10UL, 11UL, 12UL, 13UL, 14UL, 15UL, 16UL, 17UL,
  212. 18UL, 19UL, 20UL, 21UL, 22UL, 23UL, 24UL, 25UL, 26UL,
  213. 27UL, 28UL, 29UL, 30UL, 31UL>]" at line 126 of "t.cpp"
  214. instantiation of "auto make_generators<n>() [with n=32UL]" at line
  215. 150 of "t.cpp"
  216. instantiation of class "nway_generator<n> [with n=32UL]" at line
  217. 159 of "t.cpp"
  218.  
  219. lcc: "/home/cf/ecomp.rel-i-1/e2k_home/1.A.XX/e2k-generic-linux.cross/include/c++/g++-v3/type_traits", line 115: error:
  220. class "std::__is_array_unknown_bounds<generator<31UL, 32UL>>" has no
  221. member "value"
  222. : public conditional<_B1::value, _B1, _B2>::type
  223. ^
  224. detected during:
  225. instantiation of class "std::__or_<_B1, _B2> [with
  226. _B1=std::__is_array_unknown_bounds<generator<31UL,
  227. 32UL>>, _B2=std::is_function<generator<31UL, 32UL>>]" at
  228. line 120
  229. instantiation of class "std::__or_<_B1, _B2, _B3, _Bn...> [with
  230. _B1=std::is_void<generator<31UL, 32UL>>,
  231. _B2=std::__is_array_unknown_bounds<generator<31UL,
  232. 32UL>>, _B3=std::is_function<generator<31UL, 32UL>>,
  233. _Bn=<>]" at line 768
  234. processing of template argument list for
  235. "std::__is_destructible_safe" based on template argument
  236. <generator<31UL, 32UL>> at line 789
  237. instantiation of class "std::is_destructible<_Tp> [with
  238. _Tp=generator<31UL, 32UL>]" at line 138
  239. instantiation of class "std::__and_<_B1, _B2> [with
  240. _B1=std::is_destructible<generator<31UL, 32UL>>,
  241. _B2=std::__is_direct_constructible_impl<generator<31UL,
  242. 32UL>, generator<31UL, 32UL> &&>]" at line 954
  243. [ 258 instantiation contexts not shown ]
  244. instantiation of class "std::tuple<_Elements...> [with
  245. _Elements=<generator<0UL, 32UL>, generator<1UL, 32UL>,
  246. generator<2UL, 32UL>, generator<3UL, 32UL>,
  247. generator<4UL, 32UL>, generator<5UL, 32UL>,
  248. generator<6UL, 32UL>, generator<7UL, 32UL>,
  249. generator<8UL, 32UL>, generator<9UL, 32UL>,
  250. generator<10UL, 32UL>, generator<11UL, 32UL>,
  251. generator<12UL, 32UL>, generator<13UL, 32UL>,
  252. generator<14UL, 32UL>, generator<15UL, 32UL>,
  253. generator<16UL, 32UL>, generator<17UL, 32UL>,
  254. generator<18UL, 32UL>, generator<19UL, 32UL>,
  255. generator<20UL, 32UL>, generator<21UL, 32UL>,
  256. generator<22UL, 32UL>, generator<23UL, 32UL>,
  257. generator<24UL, 32UL>, generator<25UL, 32UL>,
  258. generator<26UL, 32UL>, generator<27UL, 32UL>,
  259. generator<28UL, 32UL>, generator<29UL, 32UL>,
  260. generator<30UL, 32UL>, generator<31UL, 32UL>>]" at line
  261. 970 of
  262. "/home/cf/ecomp.rel-i-1/e2k_home/1.A.XX/e2k-generic-linux.cross/include/c++/g++-v3/tuple"
  263. instantiation of
  264. "std::tuple<std::__decay_and_strip<_Elements>::__type...>
  265. std::make_tuple(_Elements &&...) [with
  266. _Elements=<generator<0UL, 32UL>, generator<1UL, 32UL>,
  267. generator<2UL, 32UL>, generator<3UL, 32UL>,
  268. generator<4UL, 32UL>, generator<5UL, 32UL>,
  269. generator<6UL, 32UL>, generator<7UL, 32UL>,
  270. generator<8UL, 32UL>, generator<9UL, 32UL>,
  271. generator<10UL, 32UL>, generator<11UL, 32UL>,
  272. generator<12UL, 32UL>, generator<13UL, 32UL>,
  273. generator<14UL, 32UL>, generator<15UL, 32UL>,
  274. generator<16UL, 32UL>, generator<17UL, 32UL>,
  275. generator<18UL, 32UL>, generator<19UL, 32UL>,
  276. generator<20UL, 32UL>, generator<21UL, 32UL>,
  277. generator<22UL, 32UL>, generator<23UL, 32UL>,
  278. generator<24UL, 32UL>, generator<25UL, 32UL>,
  279. generator<26UL, 32UL>, generator<27UL, 32UL>,
  280. generator<28UL, 32UL>, generator<29UL, 32UL>,
  281. generator<30UL, 32UL>, generator<31UL, 32UL>>]" at line
  282. 116 of "t.cpp"
  283. instantiation of "auto
  284. detail::make_generators_helper(std::index_sequence<ids...
  285. >) [with ids=<0UL, 1UL, 2UL, 3UL, 4UL, 5UL, 6UL, 7UL,
  286. 8UL, 9UL, 10UL, 11UL, 12UL, 13UL, 14UL, 15UL, 16UL, 17UL,
  287. 18UL, 19UL, 20UL, 21UL, 22UL, 23UL, 24UL, 25UL, 26UL,
  288. 27UL, 28UL, 29UL, 30UL, 31UL>]" at line 126 of "t.cpp"
  289. instantiation of "auto make_generators<n>() [with n=32UL]" at line
  290. 150 of "t.cpp"
  291. instantiation of class "nway_generator<n> [with n=32UL]" at line
  292. 159 of "t.cpp"
  293.  
  294. lcc: "/home/cf/ecomp.rel-i-1/e2k_home/1.A.XX/e2k-generic-linux.cross/include/c++/g++-v3/type_traits", line 768: error:
  295. class "std::__or_<std::is_void<generator<31UL, 32UL>>,
  296. std::__is_array_unknown_bounds<generator<31UL, 32UL>>,
  297. std::is_function<generator<31UL, 32UL>>>" has no member "value"
  298. is_function<_Tp>>::value,
  299. ^
  300. detected during:
  301. processing of template argument list for
  302. "std::__is_destructible_safe" based on template argument
  303. <generator<31UL, 32UL>> at line 789
  304. instantiation of class "std::is_destructible<_Tp> [with
  305. _Tp=generator<31UL, 32UL>]" at line 138
  306. instantiation of class "std::__and_<_B1, _B2> [with
  307. _B1=std::is_destructible<generator<31UL, 32UL>>,
  308. _B2=std::__is_direct_constructible_impl<generator<31UL,
  309. 32UL>, generator<31UL, 32UL> &&>]" at line 954
  310. instantiation of class
  311. "std::__is_direct_constructible_new_safe<_Tp, _Arg> [with
  312. _Tp=generator<31UL, 32UL>, _Arg=generator<31UL, 32UL>
  313. &&]" at line 1031
  314. instantiation of class "std::__is_direct_constructible_new<_Tp,
  315. _Arg> [with _Tp=generator<31UL, 32UL>,
  316. _Arg=generator<31UL, 32UL> &&]" at line 1039
  317. [ 256 instantiation contexts not shown ]
  318. instantiation of class "std::tuple<_Elements...> [with
  319. _Elements=<generator<0UL, 32UL>, generator<1UL, 32UL>,
  320. generator<2UL, 32UL>, generator<3UL, 32UL>,
  321. generator<4UL, 32UL>, generator<5UL, 32UL>,
  322. generator<6UL, 32UL>, generator<7UL, 32UL>,
  323. generator<8UL, 32UL>, generator<9UL, 32UL>,
  324. generator<10UL, 32UL>, generator<11UL, 32UL>,
  325. generator<12UL, 32UL>, generator<13UL, 32UL>,
  326. generator<14UL, 32UL>, generator<15UL, 32UL>,
  327. generator<16UL, 32UL>, generator<17UL, 32UL>,
  328. generator<18UL, 32UL>, generator<19UL, 32UL>,
  329. generator<20UL, 32UL>, generator<21UL, 32UL>,
  330. generator<22UL, 32UL>, generator<23UL, 32UL>,
  331. generator<24UL, 32UL>, generator<25UL, 32UL>,
  332. generator<26UL, 32UL>, generator<27UL, 32UL>,
  333. generator<28UL, 32UL>, generator<29UL, 32UL>,
  334. generator<30UL, 32UL>, generator<31UL, 32UL>>]" at line
  335. 970 of
  336. "/home/cf/ecomp.rel-i-1/e2k_home/1.A.XX/e2k-generic-linux.cross/include/c++/g++-v3/tuple"
  337. instantiation of
  338. "std::tuple<std::__decay_and_strip<_Elements>::__type...>
  339. std::make_tuple(_Elements &&...) [with
  340. _Elements=<generator<0UL, 32UL>, generator<1UL, 32UL>,
  341. generator<2UL, 32UL>, generator<3UL, 32UL>,
  342. generator<4UL, 32UL>, generator<5UL, 32UL>,
  343. generator<6UL, 32UL>, generator<7UL, 32UL>,
  344. generator<8UL, 32UL>, generator<9UL, 32UL>,
  345. generator<10UL, 32UL>, generator<11UL, 32UL>,
  346. generator<12UL, 32UL>, generator<13UL, 32UL>,
  347. generator<14UL, 32UL>, generator<15UL, 32UL>,
  348. generator<16UL, 32UL>, generator<17UL, 32UL>,
  349. generator<18UL, 32UL>, generator<19UL, 32UL>,
  350. generator<20UL, 32UL>, generator<21UL, 32UL>,
  351. generator<22UL, 32UL>, generator<23UL, 32UL>,
  352. generator<24UL, 32UL>, generator<25UL, 32UL>,
  353. generator<26UL, 32UL>, generator<27UL, 32UL>,
  354. generator<28UL, 32UL>, generator<29UL, 32UL>,
  355. generator<30UL, 32UL>, generator<31UL, 32UL>>]" at line
  356. 116 of "t.cpp"
  357. instantiation of "auto
  358. detail::make_generators_helper(std::index_sequence<ids...
  359. >) [with ids=<0UL, 1UL, 2UL, 3UL, 4UL, 5UL, 6UL, 7UL,
  360. 8UL, 9UL, 10UL, 11UL, 12UL, 13UL, 14UL, 15UL, 16UL, 17UL,
  361. 18UL, 19UL, 20UL, 21UL, 22UL, 23UL, 24UL, 25UL, 26UL,
  362. 27UL, 28UL, 29UL, 30UL, 31UL>]" at line 126 of "t.cpp"
  363. instantiation of "auto make_generators<n>() [with n=32UL]" at line
  364. 150 of "t.cpp"
  365. instantiation of class "nway_generator<n> [with n=32UL]" at line
  366. 159 of "t.cpp"
  367.  
  368. lcc: "/home/cf/ecomp.rel-i-1/e2k_home/1.A.XX/e2k-generic-linux.cross/include/c++/g++-v3/type_traits", line 789: error:
  369. incomplete type is not allowed
  370. : public __is_destructible_safe<_Tp>::type
  371. ^
  372. detected during:
  373. instantiation of class "std::is_destructible<_Tp> [with
  374. _Tp=generator<31UL, 32UL>]" at line 138
  375. instantiation of class "std::__and_<_B1, _B2> [with
  376. _B1=std::is_destructible<generator<31UL, 32UL>>,
  377. _B2=std::__is_direct_constructible_impl<generator<31UL,
  378. 32UL>, generator<31UL, 32UL> &&>]" at line 954
  379. instantiation of class
  380. "std::__is_direct_constructible_new_safe<_Tp, _Arg> [with
  381. _Tp=generator<31UL, 32UL>, _Arg=generator<31UL, 32UL>
  382. &&]" at line 1031
  383. instantiation of class "std::__is_direct_constructible_new<_Tp,
  384. _Arg> [with _Tp=generator<31UL, 32UL>,
  385. _Arg=generator<31UL, 32UL> &&]" at line 1039
  386. instantiation of class "std::__is_direct_constructible<_Tp, _Arg>
  387. [with _Tp=generator<31UL, 32UL>, _Arg=generator<31UL,
  388. 32UL> &&]" at line 1079
  389. [ 255 instantiation contexts not shown ]
  390. instantiation of class "std::tuple<_Elements...> [with
  391. _Elements=<generator<0UL, 32UL>, generator<1UL, 32UL>,
  392. generator<2UL, 32UL>, generator<3UL, 32UL>,
  393. generator<4UL, 32UL>, generator<5UL, 32UL>,
  394. generator<6UL, 32UL>, generator<7UL, 32UL>,
  395. generator<8UL, 32UL>, generator<9UL, 32UL>,
  396. generator<10UL, 32UL>, generator<11UL, 32UL>,
  397. generator<12UL, 32UL>, generator<13UL, 32UL>,
  398. generator<14UL, 32UL>, generator<15UL, 32UL>,
  399. generator<16UL, 32UL>, generator<17UL, 32UL>,
  400. generator<18UL, 32UL>, generator<19UL, 32UL>,
  401. generator<20UL, 32UL>, generator<21UL, 32UL>,
  402. generator<22UL, 32UL>, generator<23UL, 32UL>,
  403. generator<24UL, 32UL>, generator<25UL, 32UL>,
  404. generator<26UL, 32UL>, generator<27UL, 32UL>,
  405. generator<28UL, 32UL>, generator<29UL, 32UL>,
  406. generator<30UL, 32UL>, generator<31UL, 32UL>>]" at line
  407. 970 of
  408. "/home/cf/ecomp.rel-i-1/e2k_home/1.A.XX/e2k-generic-linux.cross/include/c++/g++-v3/tuple"
  409. instantiation of
  410. "std::tuple<std::__decay_and_strip<_Elements>::__type...>
  411. std::make_tuple(_Elements &&...) [with
  412. _Elements=<generator<0UL, 32UL>, generator<1UL, 32UL>,
  413. generator<2UL, 32UL>, generator<3UL, 32UL>,
  414. generator<4UL, 32UL>, generator<5UL, 32UL>,
  415. generator<6UL, 32UL>, generator<7UL, 32UL>,
  416. generator<8UL, 32UL>, generator<9UL, 32UL>,
  417. generator<10UL, 32UL>, generator<11UL, 32UL>,
  418. generator<12UL, 32UL>, generator<13UL, 32UL>,
  419. generator<14UL, 32UL>, generator<15UL, 32UL>,
  420. generator<16UL, 32UL>, generator<17UL, 32UL>,
  421. generator<18UL, 32UL>, generator<19UL, 32UL>,
  422. generator<20UL, 32UL>, generator<21UL, 32UL>,
  423. generator<22UL, 32UL>, generator<23UL, 32UL>,
  424. generator<24UL, 32UL>, generator<25UL, 32UL>,
  425. generator<26UL, 32UL>, generator<27UL, 32UL>,
  426. generator<28UL, 32UL>, generator<29UL, 32UL>,
  427. generator<30UL, 32UL>, generator<31UL, 32UL>>]" at line
  428. 116 of "t.cpp"
  429. instantiation of "auto
  430. detail::make_generators_helper(std::index_sequence<ids...
  431. >) [with ids=<0UL, 1UL, 2UL, 3UL, 4UL, 5UL, 6UL, 7UL,
  432. 8UL, 9UL, 10UL, 11UL, 12UL, 13UL, 14UL, 15UL, 16UL, 17UL,
  433. 18UL, 19UL, 20UL, 21UL, 22UL, 23UL, 24UL, 25UL, 26UL,
  434. 27UL, 28UL, 29UL, 30UL, 31UL>]" at line 126 of "t.cpp"
  435. instantiation of "auto make_generators<n>() [with n=32UL]" at line
  436. 150 of "t.cpp"
  437. instantiation of class "nway_generator<n> [with n=32UL]" at line
  438. 159 of "t.cpp"
  439.  
  440. lcc: "/home/cf/ecomp.rel-i-1/e2k_home/1.A.XX/e2k-generic-linux.cross/include/c++/g++-v3/type_traits", line 789: error:
  441. not a class or struct name
  442. : public __is_destructible_safe<_Tp>::type
  443. ^
  444. detected during:
  445. instantiation of class "std::is_destructible<_Tp> [with
  446. _Tp=generator<31UL, 32UL>]" at line 138
  447. instantiation of class "std::__and_<_B1, _B2> [with
  448. _B1=std::is_destructible<generator<31UL, 32UL>>,
  449. _B2=std::__is_direct_constructible_impl<generator<31UL,
  450. 32UL>, generator<31UL, 32UL> &&>]" at line 954
  451. instantiation of class
  452. "std::__is_direct_constructible_new_safe<_Tp, _Arg> [with
  453. _Tp=generator<31UL, 32UL>, _Arg=generator<31UL, 32UL>
  454. &&]" at line 1031
  455. instantiation of class "std::__is_direct_constructible_new<_Tp,
  456. _Arg> [with _Tp=generator<31UL, 32UL>,
  457. _Arg=generator<31UL, 32UL> &&]" at line 1039
  458. instantiation of class "std::__is_direct_constructible<_Tp, _Arg>
  459. [with _Tp=generator<31UL, 32UL>, _Arg=generator<31UL,
  460. 32UL> &&]" at line 1079
  461. [ 255 instantiation contexts not shown ]
  462. instantiation of class "std::tuple<_Elements...> [with
  463. _Elements=<generator<0UL, 32UL>, generator<1UL, 32UL>,
  464. generator<2UL, 32UL>, generator<3UL, 32UL>,
  465. generator<4UL, 32UL>, generator<5UL, 32UL>,
  466. generator<6UL, 32UL>, generator<7UL, 32UL>,
  467. generator<8UL, 32UL>, generator<9UL, 32UL>,
  468. generator<10UL, 32UL>, generator<11UL, 32UL>,
  469. generator<12UL, 32UL>, generator<13UL, 32UL>,
  470. generator<14UL, 32UL>, generator<15UL, 32UL>,
  471. generator<16UL, 32UL>, generator<17UL, 32UL>,
  472. generator<18UL, 32UL>, generator<19UL, 32UL>,
  473. generator<20UL, 32UL>, generator<21UL, 32UL>,
  474. generator<22UL, 32UL>, generator<23UL, 32UL>,
  475. generator<24UL, 32UL>, generator<25UL, 32UL>,
  476. generator<26UL, 32UL>, generator<27UL, 32UL>,
  477. generator<28UL, 32UL>, generator<29UL, 32UL>,
  478. generator<30UL, 32UL>, generator<31UL, 32UL>>]" at line
  479. 970 of
  480. "/home/cf/ecomp.rel-i-1/e2k_home/1.A.XX/e2k-generic-linux.cross/include/c++/g++-v3/tuple"
  481. instantiation of
  482. "std::tuple<std::__decay_and_strip<_Elements>::__type...>
  483. std::make_tuple(_Elements &&...) [with
  484. _Elements=<generator<0UL, 32UL>, generator<1UL, 32UL>,
  485. generator<2UL, 32UL>, generator<3UL, 32UL>,
  486. generator<4UL, 32UL>, generator<5UL, 32UL>,
  487. generator<6UL, 32UL>, generator<7UL, 32UL>,
  488. generator<8UL, 32UL>, generator<9UL, 32UL>,
  489. generator<10UL, 32UL>, generator<11UL, 32UL>,
  490. generator<12UL, 32UL>, generator<13UL, 32UL>,
  491. generator<14UL, 32UL>, generator<15UL, 32UL>,
  492. generator<16UL, 32UL>, generator<17UL, 32UL>,
  493. generator<18UL, 32UL>, generator<19UL, 32UL>,
  494. generator<20UL, 32UL>, generator<21UL, 32UL>,
  495. generator<22UL, 32UL>, generator<23UL, 32UL>,
  496. generator<24UL, 32UL>, generator<25UL, 32UL>,
  497. generator<26UL, 32UL>, generator<27UL, 32UL>,
  498. generator<28UL, 32UL>, generator<29UL, 32UL>,
  499. generator<30UL, 32UL>, generator<31UL, 32UL>>]" at line
  500. 116 of "t.cpp"
  501. instantiation of "auto
  502. detail::make_generators_helper(std::index_sequence<ids...
  503. >) [with ids=<0UL, 1UL, 2UL, 3UL, 4UL, 5UL, 6UL, 7UL,
  504. 8UL, 9UL, 10UL, 11UL, 12UL, 13UL, 14UL, 15UL, 16UL, 17UL,
  505. 18UL, 19UL, 20UL, 21UL, 22UL, 23UL, 24UL, 25UL, 26UL,
  506. 27UL, 28UL, 29UL, 30UL, 31UL>]" at line 126 of "t.cpp"
  507. instantiation of "auto make_generators<n>() [with n=32UL]" at line
  508. 150 of "t.cpp"
  509. instantiation of class "nway_generator<n> [with n=32UL]" at line
  510. 159 of "t.cpp"
  511.  
  512. lcc: "/home/cf/ecomp.rel-i-1/e2k_home/1.A.XX/e2k-generic-linux.cross/include/c++/g++-v3/type_traits", line 138: error:
  513. class "std::is_destructible<generator<31UL, 32UL>>" has no member
  514. "value"
  515. : public conditional<_B1::value, _B2, _B1>::type
  516. ^
  517. detected during:
  518. instantiation of class "std::__and_<_B1, _B2> [with
  519. _B1=std::is_destructible<generator<31UL, 32UL>>,
  520. _B2=std::__is_direct_constructible_impl<generator<31UL,
  521. 32UL>, generator<31UL, 32UL> &&>]" at line 954
  522. instantiation of class
  523. "std::__is_direct_constructible_new_safe<_Tp, _Arg> [with
  524. _Tp=generator<31UL, 32UL>, _Arg=generator<31UL, 32UL>
  525. &&]" at line 1031
  526. instantiation of class "std::__is_direct_constructible_new<_Tp,
  527. _Arg> [with _Tp=generator<31UL, 32UL>,
  528. _Arg=generator<31UL, 32UL> &&]" at line 1039
  529. instantiation of class "std::__is_direct_constructible<_Tp, _Arg>
  530. [with _Tp=generator<31UL, 32UL>, _Arg=generator<31UL,
  531. 32UL> &&]" at line 1079
  532. instantiation of class "std::__is_constructible_impl<_Tp, _Arg>
  533. [with _Tp=generator<31UL, 32UL>, _Arg=generator<31UL,
  534. 32UL> &&]" at line 1090
  535. [ 254 instantiation contexts not shown ]
  536. instantiation of class "std::tuple<_Elements...> [with
  537. _Elements=<generator<0UL, 32UL>, generator<1UL, 32UL>,
  538. generator<2UL, 32UL>, generator<3UL, 32UL>,
  539. generator<4UL, 32UL>, generator<5UL, 32UL>,
  540. generator<6UL, 32UL>, generator<7UL, 32UL>,
  541. generator<8UL, 32UL>, generator<9UL, 32UL>,
  542. generator<10UL, 32UL>, generator<11UL, 32UL>,
  543. generator<12UL, 32UL>, generator<13UL, 32UL>,
  544. generator<14UL, 32UL>, generator<15UL, 32UL>,
  545. generator<16UL, 32UL>, generator<17UL, 32UL>,
  546. generator<18UL, 32UL>, generator<19UL, 32UL>,
  547. generator<20UL, 32UL>, generator<21UL, 32UL>,
  548. generator<22UL, 32UL>, generator<23UL, 32UL>,
  549. generator<24UL, 32UL>, generator<25UL, 32UL>,
  550. generator<26UL, 32UL>, generator<27UL, 32UL>,
  551. generator<28UL, 32UL>, generator<29UL, 32UL>,
  552. generator<30UL, 32UL>, generator<31UL, 32UL>>]" at line
  553. 970 of
  554. "/home/cf/ecomp.rel-i-1/e2k_home/1.A.XX/e2k-generic-linux.cross/include/c++/g++-v3/tuple"
  555. instantiation of
  556. "std::tuple<std::__decay_and_strip<_Elements>::__type...>
  557. std::make_tuple(_Elements &&...) [with
  558. _Elements=<generator<0UL, 32UL>, generator<1UL, 32UL>,
  559. generator<2UL, 32UL>, generator<3UL, 32UL>,
  560. generator<4UL, 32UL>, generator<5UL, 32UL>,
  561. generator<6UL, 32UL>, generator<7UL, 32UL>,
  562. generator<8UL, 32UL>, generator<9UL, 32UL>,
  563. generator<10UL, 32UL>, generator<11UL, 32UL>,
  564. generator<12UL, 32UL>, generator<13UL, 32UL>,
  565. generator<14UL, 32UL>, generator<15UL, 32UL>,
  566. generator<16UL, 32UL>, generator<17UL, 32UL>,
  567. generator<18UL, 32UL>, generator<19UL, 32UL>,
  568. generator<20UL, 32UL>, generator<21UL, 32UL>,
  569. generator<22UL, 32UL>, generator<23UL, 32UL>,
  570. generator<24UL, 32UL>, generator<25UL, 32UL>,
  571. generator<26UL, 32UL>, generator<27UL, 32UL>,
  572. generator<28UL, 32UL>, generator<29UL, 32UL>,
  573. generator<30UL, 32UL>, generator<31UL, 32UL>>]" at line
  574. 116 of "t.cpp"
  575. instantiation of "auto
  576. detail::make_generators_helper(std::index_sequence<ids...
  577. >) [with ids=<0UL, 1UL, 2UL, 3UL, 4UL, 5UL, 6UL, 7UL,
  578. 8UL, 9UL, 10UL, 11UL, 12UL, 13UL, 14UL, 15UL, 16UL, 17UL,
  579. 18UL, 19UL, 20UL, 21UL, 22UL, 23UL, 24UL, 25UL, 26UL,
  580. 27UL, 28UL, 29UL, 30UL, 31UL>]" at line 126 of "t.cpp"
  581. instantiation of "auto make_generators<n>() [with n=32UL]" at line
  582. 150 of "t.cpp"
  583. instantiation of class "nway_generator<n> [with n=32UL]" at line
  584. 159 of "t.cpp"
  585.  
  586. 8 errors detected in the compilation of "t.cpp".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement