Advertisement
Guest User

Untitled

a guest
Oct 29th, 2015
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.80 KB | None | 0 0
  1. ../../gcc-4.4.4/gcc/basic-block.h:749:3: note: in expansion of macro ‘gcc_assert’
  2. gcc_assert (i->index > 0);
  3. ^
  4. ../../gcc-4.4.4/gcc/cgraph.h: In function ‘varpool_first_static_initializer’:
  5. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  6. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  7. ^
  8. ../../gcc-4.4.4/gcc/cgraph.h:430:7: note: in expansion of macro ‘gcc_assert’
  9. gcc_assert (TREE_CODE (node->decl) == VAR_DECL);
  10. ^
  11. ../../gcc-4.4.4/gcc/cgraph.h: In function ‘varpool_next_static_initializer’:
  12. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  13. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  14. ^
  15. ../../gcc-4.4.4/gcc/cgraph.h:443:7: note: in expansion of macro ‘gcc_assert’
  16. gcc_assert (TREE_CODE (node->decl) == VAR_DECL);
  17. ^
  18. ../../gcc-4.4.4/gcc/gcov-io.h: In function ‘gcov_position’:
  19. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  20. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  21. ^
  22. ../../gcc-4.4.4/gcc/gcov-io.h:586:3: note: in expansion of macro ‘gcc_assert’
  23. gcc_assert (gcov_var.mode > 0);
  24. ^
  25. ../../gcc-4.4.4/gcc/gimple.h: In function ‘set_bb_seq’:
  26. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  27. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  28. ^
  29. ../../gcc-4.4.4/gcc/gimple.h:238:3: note: in expansion of macro ‘gcc_assert’
  30. gcc_assert (!(bb->flags & BB_RTL));
  31. ^
  32. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_set_addresses_taken’:
  33. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  34. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  35. ^
  36. ../../gcc-4.4.4/gcc/gimple.h:1274:3: note: in expansion of macro ‘gcc_assert’
  37. gcc_assert (gimple_has_ops (g));
  38. ^
  39. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_set_def_ops’:
  40. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  41. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  42. ^
  43. ../../gcc-4.4.4/gcc/gimple.h:1296:3: note: in expansion of macro ‘gcc_assert’
  44. gcc_assert (gimple_has_ops (g));
  45. ^
  46. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_set_use_ops’:
  47. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  48. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  49. ^
  50. ../../gcc-4.4.4/gcc/gimple.h:1317:3: note: in expansion of macro ‘gcc_assert’
  51. gcc_assert (gimple_has_ops (g));
  52. ^
  53. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_set_vuse_ops’:
  54. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  55. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  56. ^
  57. ../../gcc-4.4.4/gcc/gimple.h:1338:3: note: in expansion of macro ‘gcc_assert’
  58. gcc_assert (gimple_has_mem_ops (g));
  59. ^
  60. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_set_vdef_ops’:
  61. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  62. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  63. ^
  64. ../../gcc-4.4.4/gcc/gimple.h:1359:3: note: in expansion of macro ‘gcc_assert’
  65. gcc_assert (gimple_has_mem_ops (g));
  66. ^
  67. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_expr_code’:
  68. ../../gcc-4.4.4/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  69. #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__))
  70. ^
  71. ../../gcc-4.4.4/gcc/gimple.h:1413:5: note: in expansion of macro ‘gcc_unreachable’
  72. gcc_unreachable ();
  73. ^
  74. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_omp_subcode’:
  75. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  76. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  77. ^
  78. ../../gcc-4.4.4/gcc/gimple.h:1483:3: note: in expansion of macro ‘gcc_assert’
  79. gcc_assert (gimple_code (s) >= GIMPLE_OMP_ATOMIC_LOAD
  80. ^
  81. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_omp_set_subcode’:
  82. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  83. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  84. ^
  85. ../../gcc-4.4.4/gcc/gimple.h:1495:3: note: in expansion of macro ‘gcc_assert’
  86. gcc_assert (subcode < (1 << 16));
  87. ^
  88. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_op’:
  89. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  90. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  91. ^
  92. ../../gcc-4.4.4/gcc/gimple.h:1609:7: note: in expansion of macro ‘gcc_assert’
  93. gcc_assert (i < gimple_num_ops (gs));
  94. ^
  95. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_op_ptr’:
  96. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  97. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  98. ^
  99. ../../gcc-4.4.4/gcc/gimple.h:1623:7: note: in expansion of macro ‘gcc_assert’
  100. gcc_assert (i < gimple_num_ops (gs));
  101. ^
  102. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_set_op’:
  103. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  104. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  105. ^
  106. ../../gcc-4.4.4/gcc/gimple.h:1635:3: note: in expansion of macro ‘gcc_assert’
  107. gcc_assert (gimple_has_ops (gs) && i < gimple_num_ops (gs));
  108. ^
  109. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_assign_set_lhs’:
  110. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  111. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  112. ^
  113. ../../gcc-4.4.4/gcc/gimple.h:1687:3: note: in expansion of macro ‘gcc_assert’
  114. gcc_assert (is_gimple_operand (lhs));
  115. ^
  116. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_assign_set_rhs1’:
  117. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  118. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  119. ^
  120. ../../gcc-4.4.4/gcc/gimple.h:1725:5: note: in expansion of macro ‘gcc_assert’
  121. gcc_assert (is_gimple_val (rhs));
  122. ^
  123. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  124. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  125. ^
  126. ../../gcc-4.4.4/gcc/gimple.h:1727:5: note: in expansion of macro ‘gcc_assert’
  127. gcc_assert (is_gimple_operand (rhs));
  128. ^
  129. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_assign_set_rhs2’:
  130. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  131. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  132. ^
  133. ../../gcc-4.4.4/gcc/gimple.h:1767:3: note: in expansion of macro ‘gcc_assert’
  134. gcc_assert (is_gimple_val (rhs));
  135. ^
  136. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_call_set_lhs’:
  137. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  138. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  139. ^
  140. ../../gcc-4.4.4/gcc/gimple.h:1882:3: note: in expansion of macro ‘gcc_assert’
  141. gcc_assert (!lhs || is_gimple_operand (lhs));
  142. ^
  143. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_call_set_fn’:
  144. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  145. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  146. ^
  147. ../../gcc-4.4.4/gcc/gimple.h:1917:3: note: in expansion of macro ‘gcc_assert’
  148. gcc_assert (is_gimple_operand (fn));
  149. ^
  150. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_call_set_fndecl’:
  151. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  152. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  153. ^
  154. ../../gcc-4.4.4/gcc/gimple.h:1928:3: note: in expansion of macro ‘gcc_assert’
  155. gcc_assert (TREE_CODE (decl) == FUNCTION_DECL);
  156. ^
  157. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_call_fndecl’:
  158. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  159. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  160. ^
  161. ../../gcc-4.4.4/gcc/gimple.h:1943:7: note: in expansion of macro ‘gcc_assert’
  162. gcc_assert (TREE_CODE (TREE_OPERAND (addr, 0)) == FUNCTION_DECL);
  163. ^
  164. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_call_return_type’:
  165. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  166. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  167. ^
  168. ../../gcc-4.4.4/gcc/gimple.h:1959:3: note: in expansion of macro ‘gcc_assert’
  169. gcc_assert (POINTER_TYPE_P (type));
  170. ^
  171. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  172. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  173. ^
  174. ../../gcc-4.4.4/gcc/gimple.h:1962:3: note: in expansion of macro ‘gcc_assert’
  175. gcc_assert (TREE_CODE (type) == FUNCTION_TYPE
  176. ^
  177. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_call_set_chain’:
  178. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  179. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  180. ^
  181. ../../gcc-4.4.4/gcc/gimple.h:1996:3: note: in expansion of macro ‘gcc_assert’
  182. gcc_assert (chain == NULL
  183. ^
  184. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_call_num_args’:
  185. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  186. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  187. ^
  188. ../../gcc-4.4.4/gcc/gimple.h:2011:3: note: in expansion of macro ‘gcc_assert’
  189. gcc_assert (num_ops >= 3);
  190. ^
  191. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_call_set_arg’:
  192. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  193. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  194. ^
  195. ../../gcc-4.4.4/gcc/gimple.h:2043:3: note: in expansion of macro ‘gcc_assert’
  196. gcc_assert (is_gimple_operand (arg));
  197. ^
  198. In file included from ../../gcc-4.4.4/gcc/toplev.c:86:0:
  199. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_cond_code’:
  200. ../../gcc-4.4.4/gcc/gimple.h:2219:10: warning: enum conversion in return is invalid in C++ [-Wc++-compat]
  201. return gs->gsbase.subcode;
  202. ^
  203. In file included from ../../gcc-4.4.4/gcc/toplev.c:30:0:
  204. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_cond_set_code’:
  205. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  206. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  207. ^
  208. ../../gcc-4.4.4/gcc/gimple.h:2229:3: note: in expansion of macro ‘gcc_assert’
  209. gcc_assert (TREE_CODE_CLASS (code) == tcc_comparison);
  210. ^
  211. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_cond_set_lhs’:
  212. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  213. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  214. ^
  215. ../../gcc-4.4.4/gcc/gimple.h:2260:3: note: in expansion of macro ‘gcc_assert’
  216. gcc_assert (is_gimple_operand (lhs));
  217. ^
  218. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_cond_set_rhs’:
  219. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  220. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  221. ^
  222. ../../gcc-4.4.4/gcc/gimple.h:2292:3: note: in expansion of macro ‘gcc_assert’
  223. gcc_assert (is_gimple_operand (rhs));
  224. ^
  225. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_cond_set_true_label’:
  226. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  227. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  228. ^
  229. ../../gcc-4.4.4/gcc/gimple.h:2315:3: note: in expansion of macro ‘gcc_assert’
  230. gcc_assert (!label || TREE_CODE (label) == LABEL_DECL);
  231. ^
  232. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_cond_set_false_label’:
  233. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  234. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  235. ^
  236. ../../gcc-4.4.4/gcc/gimple.h:2327:3: note: in expansion of macro ‘gcc_assert’
  237. gcc_assert (!label || TREE_CODE (label) == LABEL_DECL);
  238. ^
  239. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_label_set_label’:
  240. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  241. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  242. ^
  243. ../../gcc-4.4.4/gcc/gimple.h:2458:3: note: in expansion of macro ‘gcc_assert’
  244. gcc_assert (TREE_CODE (label) == LABEL_DECL);
  245. ^
  246. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_goto_set_dest’:
  247. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  248. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  249. ^
  250. ../../gcc-4.4.4/gcc/gimple.h:2479:3: note: in expansion of macro ‘gcc_assert’
  251. gcc_assert (is_gimple_operand (dest));
  252. ^
  253. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_bind_set_block’:
  254. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  255. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  256. ^
  257. ../../gcc-4.4.4/gcc/gimple.h:2575:3: note: in expansion of macro ‘gcc_assert’
  258. gcc_assert (block == NULL_TREE || TREE_CODE (block) == BLOCK);
  259. ^
  260. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_asm_input_op’:
  261. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  262. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  263. ^
  264. ../../gcc-4.4.4/gcc/gimple.h:2616:3: note: in expansion of macro ‘gcc_assert’
  265. gcc_assert (index <= gs->gimple_asm.ni);
  266. ^
  267. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_asm_input_op_ptr’:
  268. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  269. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  270. ^
  271. ../../gcc-4.4.4/gcc/gimple.h:2626:3: note: in expansion of macro ‘gcc_assert’
  272. gcc_assert (index <= gs->gimple_asm.ni);
  273. ^
  274. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_asm_set_input_op’:
  275. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  276. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  277. ^
  278. ../../gcc-4.4.4/gcc/gimple.h:2637:3: note: in expansion of macro ‘gcc_assert’
  279. gcc_assert (index <= gs->gimple_asm.ni);
  280. ^
  281. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  282. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  283. ^
  284. ../../gcc-4.4.4/gcc/gimple.h:2638:3: note: in expansion of macro ‘gcc_assert’
  285. gcc_assert (TREE_CODE (in_op) == TREE_LIST);
  286. ^
  287. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_asm_output_op’:
  288. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  289. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  290. ^
  291. ../../gcc-4.4.4/gcc/gimple.h:2649:3: note: in expansion of macro ‘gcc_assert’
  292. gcc_assert (index <= gs->gimple_asm.no);
  293. ^
  294. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_asm_output_op_ptr’:
  295. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  296. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  297. ^
  298. ../../gcc-4.4.4/gcc/gimple.h:2659:3: note: in expansion of macro ‘gcc_assert’
  299. gcc_assert (index <= gs->gimple_asm.no);
  300. ^
  301. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_asm_set_output_op’:
  302. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  303. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  304. ^
  305. ../../gcc-4.4.4/gcc/gimple.h:2670:3: note: in expansion of macro ‘gcc_assert’
  306. gcc_assert (index <= gs->gimple_asm.no);
  307. ^
  308. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  309. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  310. ^
  311. ../../gcc-4.4.4/gcc/gimple.h:2671:3: note: in expansion of macro ‘gcc_assert’
  312. gcc_assert (TREE_CODE (out_op) == TREE_LIST);
  313. ^
  314. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_asm_clobber_op’:
  315. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  316. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  317. ^
  318. ../../gcc-4.4.4/gcc/gimple.h:2682:3: note: in expansion of macro ‘gcc_assert’
  319. gcc_assert (index <= gs->gimple_asm.nc);
  320. ^
  321. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_asm_set_clobber_op’:
  322. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  323. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  324. ^
  325. ../../gcc-4.4.4/gcc/gimple.h:2693:3: note: in expansion of macro ‘gcc_assert’
  326. gcc_assert (index <= gs->gimple_asm.nc);
  327. ^
  328. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  329. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  330. ^
  331. ../../gcc-4.4.4/gcc/gimple.h:2694:3: note: in expansion of macro ‘gcc_assert’
  332. gcc_assert (TREE_CODE (clobber_op) == TREE_LIST);
  333. ^
  334. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_try_set_kind’:
  335. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  336. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  337. ^
  338. ../../gcc-4.4.4/gcc/gimple.h:2909:3: note: in expansion of macro ‘gcc_assert’
  339. gcc_assert (kind == GIMPLE_TRY_CATCH || kind == GIMPLE_TRY_FINALLY);
  340. ^
  341. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_try_catch_is_cleanup’:
  342. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  343. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  344. ^
  345. ../../gcc-4.4.4/gcc/gimple.h:2920:3: note: in expansion of macro ‘gcc_assert’
  346. gcc_assert (gimple_try_kind (gs) == GIMPLE_TRY_CATCH);
  347. ^
  348. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_try_set_catch_is_cleanup’:
  349. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  350. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  351. ^
  352. ../../gcc-4.4.4/gcc/gimple.h:2951:3: note: in expansion of macro ‘gcc_assert’
  353. gcc_assert (gimple_try_kind (g) == GIMPLE_TRY_CATCH);
  354. ^
  355. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_phi_arg’:
  356. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  357. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  358. ^
  359. ../../gcc-4.4.4/gcc/gimple.h:3078:3: note: in expansion of macro ‘gcc_assert’
  360. gcc_assert (index <= gs->gimple_phi.capacity);
  361. ^
  362. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_phi_set_arg’:
  363. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  364. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  365. ^
  366. ../../gcc-4.4.4/gcc/gimple.h:3089:3: note: in expansion of macro ‘gcc_assert’
  367. gcc_assert (index <= gs->gimple_phi.nargs);
  368. ^
  369. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_switch_num_labels’:
  370. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  371. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  372. ^
  373. ../../gcc-4.4.4/gcc/gimple.h:3120:3: note: in expansion of macro ‘gcc_assert’
  374. gcc_assert (num_ops > 1);
  375. ^
  376. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_switch_set_index’:
  377. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  378. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  379. ^
  380. ../../gcc-4.4.4/gcc/gimple.h:3161:3: note: in expansion of macro ‘gcc_assert’
  381. gcc_assert (SSA_VAR_P (index) || CONSTANT_CLASS_P (index));
  382. ^
  383. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_switch_label’:
  384. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  385. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  386. ^
  387. ../../gcc-4.4.4/gcc/gimple.h:3173:3: note: in expansion of macro ‘gcc_assert’
  388. gcc_assert (gimple_num_ops (gs) > index + 1);
  389. ^
  390. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_switch_set_label’:
  391. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  392. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  393. ^
  394. ../../gcc-4.4.4/gcc/gimple.h:3183:3: note: in expansion of macro ‘gcc_assert’
  395. gcc_assert (gimple_num_ops (gs) > index + 1);
  396. ^
  397. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  398. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  399. ^
  400. ../../gcc-4.4.4/gcc/gimple.h:3184:3: note: in expansion of macro ‘gcc_assert’
  401. gcc_assert (label == NULL_TREE || TREE_CODE (label) == CASE_LABEL_EXPR);
  402. ^
  403. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_omp_for_index’:
  404. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  405. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  406. ^
  407. ../../gcc-4.4.4/gcc/gimple.h:3298:3: note: in expansion of macro ‘gcc_assert’
  408. gcc_assert (i < gs->gimple_omp_for.collapse);
  409. ^
  410. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_omp_for_index_ptr’:
  411. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  412. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  413. ^
  414. ../../gcc-4.4.4/gcc/gimple.h:3309:3: note: in expansion of macro ‘gcc_assert’
  415. gcc_assert (i < gs->gimple_omp_for.collapse);
  416. ^
  417. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_omp_for_set_index’:
  418. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  419. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  420. ^
  421. ../../gcc-4.4.4/gcc/gimple.h:3320:3: note: in expansion of macro ‘gcc_assert’
  422. gcc_assert (i < gs->gimple_omp_for.collapse);
  423. ^
  424. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_omp_for_initial’:
  425. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  426. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  427. ^
  428. ../../gcc-4.4.4/gcc/gimple.h:3331:3: note: in expansion of macro ‘gcc_assert’
  429. gcc_assert (i < gs->gimple_omp_for.collapse);
  430. ^
  431. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_omp_for_initial_ptr’:
  432. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  433. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  434. ^
  435. ../../gcc-4.4.4/gcc/gimple.h:3342:3: note: in expansion of macro ‘gcc_assert’
  436. gcc_assert (i < gs->gimple_omp_for.collapse);
  437. ^
  438. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_omp_for_set_initial’:
  439. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  440. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  441. ^
  442. ../../gcc-4.4.4/gcc/gimple.h:3353:3: note: in expansion of macro ‘gcc_assert’
  443. gcc_assert (i < gs->gimple_omp_for.collapse);
  444. ^
  445. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_omp_for_final’:
  446. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  447. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  448. ^
  449. ../../gcc-4.4.4/gcc/gimple.h:3364:3: note: in expansion of macro ‘gcc_assert’
  450. gcc_assert (i < gs->gimple_omp_for.collapse);
  451. ^
  452. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_omp_for_final_ptr’:
  453. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  454. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  455. ^
  456. ../../gcc-4.4.4/gcc/gimple.h:3375:3: note: in expansion of macro ‘gcc_assert’
  457. gcc_assert (i < gs->gimple_omp_for.collapse);
  458. ^
  459. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_omp_for_set_final’:
  460. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  461. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  462. ^
  463. ../../gcc-4.4.4/gcc/gimple.h:3386:3: note: in expansion of macro ‘gcc_assert’
  464. gcc_assert (i < gs->gimple_omp_for.collapse);
  465. ^
  466. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_omp_for_incr’:
  467. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  468. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  469. ^
  470. ../../gcc-4.4.4/gcc/gimple.h:3397:3: note: in expansion of macro ‘gcc_assert’
  471. gcc_assert (i < gs->gimple_omp_for.collapse);
  472. ^
  473. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_omp_for_incr_ptr’:
  474. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  475. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  476. ^
  477. ../../gcc-4.4.4/gcc/gimple.h:3408:3: note: in expansion of macro ‘gcc_assert’
  478. gcc_assert (i < gs->gimple_omp_for.collapse);
  479. ^
  480. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_omp_for_set_incr’:
  481. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  482. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  483. ^
  484. ../../gcc-4.4.4/gcc/gimple.h:3419:3: note: in expansion of macro ‘gcc_assert’
  485. gcc_assert (i < gs->gimple_omp_for.collapse);
  486. ^
  487. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_omp_for_set_cond’:
  488. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  489. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  490. ^
  491. ../../gcc-4.4.4/gcc/gimple.h:3921:3: note: in expansion of macro ‘gcc_assert’
  492. gcc_assert (TREE_CODE_CLASS (cond) == tcc_comparison);
  493. ^
  494. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  495. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  496. ^
  497. ../../gcc-4.4.4/gcc/gimple.h:3922:3: note: in expansion of macro ‘gcc_assert’
  498. gcc_assert (i < gs->gimple_omp_for.collapse);
  499. ^
  500. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_omp_for_cond’:
  501. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  502. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  503. ^
  504. ../../gcc-4.4.4/gcc/gimple.h:3933:3: note: in expansion of macro ‘gcc_assert’
  505. gcc_assert (i < gs->gimple_omp_for.collapse);
  506. ^
  507. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_return_retval_ptr’:
  508. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  509. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  510. ^
  511. ../../gcc-4.4.4/gcc/gimple.h:4092:3: note: in expansion of macro ‘gcc_assert’
  512. gcc_assert (gimple_num_ops (gs) == 1);
  513. ^
  514. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_return_retval’:
  515. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  516. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  517. ^
  518. ../../gcc-4.4.4/gcc/gimple.h:4102:3: note: in expansion of macro ‘gcc_assert’
  519. gcc_assert (gimple_num_ops (gs) == 1);
  520. ^
  521. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_return_set_retval’:
  522. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  523. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  524. ^
  525. ../../gcc-4.4.4/gcc/gimple.h:4113:3: note: in expansion of macro ‘gcc_assert’
  526. gcc_assert (gimple_num_ops (gs) == 1);
  527. ^
  528. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  529. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  530. ^
  531. ../../gcc-4.4.4/gcc/gimple.h:4114:3: note: in expansion of macro ‘gcc_assert’
  532. gcc_assert (retval == NULL_TREE
  533. ^
  534. ../../gcc-4.4.4/gcc/gimple.h: In function ‘gimple_cdt_set_new_type’:
  535. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  536. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  537. ^
  538. ../../gcc-4.4.4/gcc/gimple.h:4178:3: note: in expansion of macro ‘gcc_assert’
  539. gcc_assert (TREE_CODE_CLASS (TREE_CODE (new_type)) == tcc_type);
  540. ^
  541. ../../gcc-4.4.4/gcc/toplev.c: At top level:
  542. ../../gcc-4.4.4/gcc/toplev.c:536:1: error: redefinition of ‘floor_log2’
  543. floor_log2 (unsigned HOST_WIDE_INT x)
  544. ^
  545. In file included from ../../gcc-4.4.4/gcc/toplev.c:58:0:
  546. ../../gcc-4.4.4/gcc/toplev.h:190:1: note: previous definition of ‘floor_log2’ was here
  547. floor_log2 (unsigned HOST_WIDE_INT x)
  548. ^
  549. ../../gcc-4.4.4/gcc/toplev.c:571:1: error: redefinition of ‘exact_log2’
  550. exact_log2 (unsigned HOST_WIDE_INT x)
  551. ^
  552. In file included from ../../gcc-4.4.4/gcc/toplev.c:58:0:
  553. ../../gcc-4.4.4/gcc/toplev.h:196:1: note: previous definition of ‘exact_log2’ was here
  554. exact_log2 (unsigned HOST_WIDE_INT x)
  555. ^
  556. ../../gcc-4.4.4/gcc/toplev.c: In function ‘print_to_asm_out_file’:
  557. ../../gcc-4.4.4/gcc/toplev.c:1189:7: warning: format not a string literal and no format arguments [-Wformat-security]
  558. fprintf (asm_out_file, text);
  559. ^
  560. ../../gcc-4.4.4/gcc/toplev.c: In function ‘print_to_stderr’:
  561. ../../gcc-4.4.4/gcc/toplev.c:1218:7: warning: format not a string literal and no format arguments [-Wformat-security]
  562. fprintf (stderr, text);
  563. ^
  564. Makefile:2470: recipe for target 'toplev.o' failed
  565. make[2]: *** [toplev.o] Error 1
  566. make[2]: Leaving directory '/tmp/rbdev-build/build-gcc/gcc'
  567. Makefile:4863: recipe for target 'all-gcc' failed
  568. make[1]: *** [all-gcc] Error 2
  569. make[1]: Leaving directory '/tmp/rbdev-build/build-gcc'
  570. Makefile:738: recipe for target 'all' failed
  571. make: *** [all] Error 2
  572. jonathan@jonathan-Ubuntu:~/rockbox/tools$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement