Advertisement
Guest User

Untitled

a guest
Aug 18th, 2015
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.74 KB | None | 0 0
  1. gcc -U_FORTIFY_SOURCE -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition -Wc++-compat -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.4.4/gcc -I../../gcc-4.4.4/gcc/. -I../../gcc-4.4.4/gcc/../include -I../../gcc-4.4.4/gcc/../libcpp/include -I/tmp/rbdev-build/build-gcc/./gmp -I/tmp/rbdev-build/gcc-4.4.4/gmp -I/tmp/rbdev-build/build-gcc/./mpfr -I/tmp/rbdev-build/gcc-4.4.4/mpfr -I../../gcc-4.4.4/gcc/../libdecnumber -I../../gcc-4.4.4/gcc/../libdecnumber/dpd -I../libdecnumber \
  2. -DTARGET_NAME=\"arm-elf-eabi\" \
  3. -c ../../gcc-4.4.4/gcc/toplev.c -o toplev.o
  4. In file included from ../../gcc-4.4.4/gcc/toplev.c:45:0:
  5. ../../gcc-4.4.4/gcc/tree.h:3039:11: warning: identifier 'thread_local' conflicts with C++ keyword [-Wc++-compat]
  6. unsigned thread_local:1;
  7. ^
  8. In file included from ../../gcc-4.4.4/gcc/toplev.c:30:0:
  9. ../../gcc-4.4.4/gcc/tree.h: In function 'function_args_iter_next':
  10. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  11. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  12. ^
  13. ../../gcc-4.4.4/gcc/tree.h:4654:3: note: in expansion of macro 'gcc_assert'
  14. gcc_assert (i->next != NULL_TREE);
  15. ^
  16. In file included from ../../gcc-4.4.4/gcc/toplev.c:57:0:
  17. ../../gcc-4.4.4/gcc/function.h: At top level:
  18. ../../gcc-4.4.4/gcc/function.h:140:34: warning: using 'call_site_record' as both a typedef and a tag is invalid in C++ [-Wc++-compat]
  19. typedef struct call_site_record *call_site_record;
  20. ^
  21. ../../gcc-4.4.4/gcc/function.h:140:16: note: originally defined here
  22. typedef struct call_site_record *call_site_record;
  23. ^
  24. ../../gcc-4.4.4/gcc/function.h:183:30: warning: using 'ipa_opt_pass' as both a typedef and a tag is invalid in C++ [-Wc++-compat]
  25. typedef struct ipa_opt_pass *ipa_opt_pass;
  26. ^
  27. ../../gcc-4.4.4/gcc/function.h:182:8: note: originally defined here
  28. struct ipa_opt_pass;
  29. ^
  30. In file included from ../../gcc-4.4.4/gcc/toplev.c:30:0:
  31. ../../gcc-4.4.4/gcc/basic-block.h: In function 'single_succ_edge':
  32. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  33. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  34. ^
  35. ../../gcc-4.4.4/gcc/basic-block.h:648:3: note: in expansion of macro 'gcc_assert'
  36. gcc_assert (single_succ_p (bb));
  37. ^
  38. ../../gcc-4.4.4/gcc/basic-block.h: In function 'single_pred_edge':
  39. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  40. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  41. ^
  42. ../../gcc-4.4.4/gcc/basic-block.h:658:3: note: in expansion of macro 'gcc_assert'
  43. gcc_assert (single_pred_p (bb));
  44. ^
  45. ../../gcc-4.4.4/gcc/basic-block.h: In function 'ei_container':
  46. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  47. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  48. ^
  49. ../../gcc-4.4.4/gcc/basic-block.h:690:3: note: in expansion of macro 'gcc_assert'
  50. gcc_assert (i.container);
  51. ^
  52. ../../gcc-4.4.4/gcc/basic-block.h: In function 'ei_next':
  53. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  54. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  55. ^
  56. ../../gcc-4.4.4/gcc/basic-block.h:741:3: note: in expansion of macro 'gcc_assert'
  57. gcc_assert (i->index < EDGE_COUNT (ei_container (*i)));
  58. ^
  59. ../../gcc-4.4.4/gcc/basic-block.h: In function 'ei_prev':
  60. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  61. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  62. ^
  63. ../../gcc-4.4.4/gcc/basic-block.h:749:3: note: in expansion of macro 'gcc_assert'
  64. gcc_assert (i->index > 0);
  65. ^
  66. ../../gcc-4.4.4/gcc/cgraph.h: In function 'varpool_first_static_initializer':
  67. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  68. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  69. ^
  70. ../../gcc-4.4.4/gcc/cgraph.h:430:7: note: in expansion of macro 'gcc_assert'
  71. gcc_assert (TREE_CODE (node->decl) == VAR_DECL);
  72. ^
  73. ../../gcc-4.4.4/gcc/cgraph.h: In function 'varpool_next_static_initializer':
  74. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  75. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  76. ^
  77. ../../gcc-4.4.4/gcc/cgraph.h:443:7: note: in expansion of macro 'gcc_assert'
  78. gcc_assert (TREE_CODE (node->decl) == VAR_DECL);
  79. ^
  80. ../../gcc-4.4.4/gcc/gcov-io.h: In function 'gcov_position':
  81. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  82. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  83. ^
  84. ../../gcc-4.4.4/gcc/gcov-io.h:586:3: note: in expansion of macro 'gcc_assert'
  85. gcc_assert (gcov_var.mode > 0);
  86. ^
  87. ../../gcc-4.4.4/gcc/gimple.h: In function 'set_bb_seq':
  88. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  89. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  90. ^
  91. ../../gcc-4.4.4/gcc/gimple.h:238:3: note: in expansion of macro 'gcc_assert'
  92. gcc_assert (!(bb->flags & BB_RTL));
  93. ^
  94. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_set_addresses_taken':
  95. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  96. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  97. ^
  98. ../../gcc-4.4.4/gcc/gimple.h:1274:3: note: in expansion of macro 'gcc_assert'
  99. gcc_assert (gimple_has_ops (g));
  100. ^
  101. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_set_def_ops':
  102. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  103. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  104. ^
  105. ../../gcc-4.4.4/gcc/gimple.h:1296:3: note: in expansion of macro 'gcc_assert'
  106. gcc_assert (gimple_has_ops (g));
  107. ^
  108. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_set_use_ops':
  109. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  110. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  111. ^
  112. ../../gcc-4.4.4/gcc/gimple.h:1317:3: note: in expansion of macro 'gcc_assert'
  113. gcc_assert (gimple_has_ops (g));
  114. ^
  115. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_set_vuse_ops':
  116. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  117. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  118. ^
  119. ../../gcc-4.4.4/gcc/gimple.h:1338:3: note: in expansion of macro 'gcc_assert'
  120. gcc_assert (gimple_has_mem_ops (g));
  121. ^
  122. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_set_vdef_ops':
  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:1359:3: note: in expansion of macro 'gcc_assert'
  127. gcc_assert (gimple_has_mem_ops (g));
  128. ^
  129. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_expr_code':
  130. ../../gcc-4.4.4/gcc/system.h:585:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  131. #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__))
  132. ^
  133. ../../gcc-4.4.4/gcc/gimple.h:1413:5: note: in expansion of macro 'gcc_unreachable'
  134. gcc_unreachable ();
  135. ^
  136. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_omp_subcode':
  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:1483:3: note: in expansion of macro 'gcc_assert'
  141. gcc_assert (gimple_code (s) >= GIMPLE_OMP_ATOMIC_LOAD
  142. ^
  143. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_omp_set_subcode':
  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:1495:3: note: in expansion of macro 'gcc_assert'
  148. gcc_assert (subcode < (1 << 16));
  149. ^
  150. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_op':
  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:1609:7: note: in expansion of macro 'gcc_assert'
  155. gcc_assert (i < gimple_num_ops (gs));
  156. ^
  157. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_op_ptr':
  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:1623:7: note: in expansion of macro 'gcc_assert'
  162. gcc_assert (i < gimple_num_ops (gs));
  163. ^
  164. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_set_op':
  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:1635:3: note: in expansion of macro 'gcc_assert'
  169. gcc_assert (gimple_has_ops (gs) && i < gimple_num_ops (gs));
  170. ^
  171. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_assign_set_lhs':
  172. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  173. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  174. ^
  175. ../../gcc-4.4.4/gcc/gimple.h:1687:3: note: in expansion of macro 'gcc_assert'
  176. gcc_assert (is_gimple_operand (lhs));
  177. ^
  178. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_assign_set_rhs1':
  179. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  180. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  181. ^
  182. ../../gcc-4.4.4/gcc/gimple.h:1725:5: note: in expansion of macro 'gcc_assert'
  183. gcc_assert (is_gimple_val (rhs));
  184. ^
  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:1727:5: note: in expansion of macro 'gcc_assert'
  189. gcc_assert (is_gimple_operand (rhs));
  190. ^
  191. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_assign_set_rhs2':
  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:1767:3: note: in expansion of macro 'gcc_assert'
  196. gcc_assert (is_gimple_val (rhs));
  197. ^
  198. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_call_set_lhs':
  199. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  200. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  201. ^
  202. ../../gcc-4.4.4/gcc/gimple.h:1882:3: note: in expansion of macro 'gcc_assert'
  203. gcc_assert (!lhs || is_gimple_operand (lhs));
  204. ^
  205. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_call_set_fn':
  206. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  207. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  208. ^
  209. ../../gcc-4.4.4/gcc/gimple.h:1917:3: note: in expansion of macro 'gcc_assert'
  210. gcc_assert (is_gimple_operand (fn));
  211. ^
  212. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_call_set_fndecl':
  213. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  214. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  215. ^
  216. ../../gcc-4.4.4/gcc/gimple.h:1928:3: note: in expansion of macro 'gcc_assert'
  217. gcc_assert (TREE_CODE (decl) == FUNCTION_DECL);
  218. ^
  219. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_call_fndecl':
  220. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  221. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  222. ^
  223. ../../gcc-4.4.4/gcc/gimple.h:1943:7: note: in expansion of macro 'gcc_assert'
  224. gcc_assert (TREE_CODE (TREE_OPERAND (addr, 0)) == FUNCTION_DECL);
  225. ^
  226. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_call_return_type':
  227. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  228. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  229. ^
  230. ../../gcc-4.4.4/gcc/gimple.h:1959:3: note: in expansion of macro 'gcc_assert'
  231. gcc_assert (POINTER_TYPE_P (type));
  232. ^
  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:1962:3: note: in expansion of macro 'gcc_assert'
  237. gcc_assert (TREE_CODE (type) == FUNCTION_TYPE
  238. ^
  239. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_call_set_chain':
  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:1996:3: note: in expansion of macro 'gcc_assert'
  244. gcc_assert (chain == NULL
  245. ^
  246. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_call_num_args':
  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:2011:3: note: in expansion of macro 'gcc_assert'
  251. gcc_assert (num_ops >= 3);
  252. ^
  253. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_call_set_arg':
  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:2043:3: note: in expansion of macro 'gcc_assert'
  258. gcc_assert (is_gimple_operand (arg));
  259. ^
  260. In file included from ../../gcc-4.4.4/gcc/toplev.c:86:0:
  261. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_cond_code':
  262. ../../gcc-4.4.4/gcc/gimple.h:2219:10: warning: enum conversion in return is invalid in C++ [-Wc++-compat]
  263. return gs->gsbase.subcode;
  264. ^
  265. In file included from ../../gcc-4.4.4/gcc/toplev.c:30:0:
  266. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_cond_set_code':
  267. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  268. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  269. ^
  270. ../../gcc-4.4.4/gcc/gimple.h:2229:3: note: in expansion of macro 'gcc_assert'
  271. gcc_assert (TREE_CODE_CLASS (code) == tcc_comparison);
  272. ^
  273. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_cond_set_lhs':
  274. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  275. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  276. ^
  277. ../../gcc-4.4.4/gcc/gimple.h:2260:3: note: in expansion of macro 'gcc_assert'
  278. gcc_assert (is_gimple_operand (lhs));
  279. ^
  280. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_cond_set_rhs':
  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:2292:3: note: in expansion of macro 'gcc_assert'
  285. gcc_assert (is_gimple_operand (rhs));
  286. ^
  287. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_cond_set_true_label':
  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:2315:3: note: in expansion of macro 'gcc_assert'
  292. gcc_assert (!label || TREE_CODE (label) == LABEL_DECL);
  293. ^
  294. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_cond_set_false_label':
  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:2327:3: note: in expansion of macro 'gcc_assert'
  299. gcc_assert (!label || TREE_CODE (label) == LABEL_DECL);
  300. ^
  301. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_label_set_label':
  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:2458:3: note: in expansion of macro 'gcc_assert'
  306. gcc_assert (TREE_CODE (label) == LABEL_DECL);
  307. ^
  308. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_goto_set_dest':
  309. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  310. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  311. ^
  312. ../../gcc-4.4.4/gcc/gimple.h:2479:3: note: in expansion of macro 'gcc_assert'
  313. gcc_assert (is_gimple_operand (dest));
  314. ^
  315. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_bind_set_block':
  316. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  317. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  318. ^
  319. ../../gcc-4.4.4/gcc/gimple.h:2575:3: note: in expansion of macro 'gcc_assert'
  320. gcc_assert (block == NULL_TREE || TREE_CODE (block) == BLOCK);
  321. ^
  322. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_asm_input_op':
  323. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  324. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  325. ^
  326. ../../gcc-4.4.4/gcc/gimple.h:2616:3: note: in expansion of macro 'gcc_assert'
  327. gcc_assert (index <= gs->gimple_asm.ni);
  328. ^
  329. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_asm_input_op_ptr':
  330. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  331. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  332. ^
  333. ../../gcc-4.4.4/gcc/gimple.h:2626:3: note: in expansion of macro 'gcc_assert'
  334. gcc_assert (index <= gs->gimple_asm.ni);
  335. ^
  336. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_asm_set_input_op':
  337. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  338. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  339. ^
  340. ../../gcc-4.4.4/gcc/gimple.h:2637:3: note: in expansion of macro 'gcc_assert'
  341. gcc_assert (index <= gs->gimple_asm.ni);
  342. ^
  343. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  344. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  345. ^
  346. ../../gcc-4.4.4/gcc/gimple.h:2638:3: note: in expansion of macro 'gcc_assert'
  347. gcc_assert (TREE_CODE (in_op) == TREE_LIST);
  348. ^
  349. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_asm_output_op':
  350. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  351. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  352. ^
  353. ../../gcc-4.4.4/gcc/gimple.h:2649:3: note: in expansion of macro 'gcc_assert'
  354. gcc_assert (index <= gs->gimple_asm.no);
  355. ^
  356. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_asm_output_op_ptr':
  357. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  358. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  359. ^
  360. ../../gcc-4.4.4/gcc/gimple.h:2659:3: note: in expansion of macro 'gcc_assert'
  361. gcc_assert (index <= gs->gimple_asm.no);
  362. ^
  363. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_asm_set_output_op':
  364. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  365. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  366. ^
  367. ../../gcc-4.4.4/gcc/gimple.h:2670:3: note: in expansion of macro 'gcc_assert'
  368. gcc_assert (index <= gs->gimple_asm.no);
  369. ^
  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:2671:3: note: in expansion of macro 'gcc_assert'
  374. gcc_assert (TREE_CODE (out_op) == TREE_LIST);
  375. ^
  376. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_asm_clobber_op':
  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:2682:3: note: in expansion of macro 'gcc_assert'
  381. gcc_assert (index <= gs->gimple_asm.nc);
  382. ^
  383. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_asm_set_clobber_op':
  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:2693:3: note: in expansion of macro 'gcc_assert'
  388. gcc_assert (index <= gs->gimple_asm.nc);
  389. ^
  390. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  391. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  392. ^
  393. ../../gcc-4.4.4/gcc/gimple.h:2694:3: note: in expansion of macro 'gcc_assert'
  394. gcc_assert (TREE_CODE (clobber_op) == TREE_LIST);
  395. ^
  396. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_try_set_kind':
  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:2909:3: note: in expansion of macro 'gcc_assert'
  401. gcc_assert (kind == GIMPLE_TRY_CATCH || kind == GIMPLE_TRY_FINALLY);
  402. ^
  403. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_try_catch_is_cleanup':
  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:2920:3: note: in expansion of macro 'gcc_assert'
  408. gcc_assert (gimple_try_kind (gs) == GIMPLE_TRY_CATCH);
  409. ^
  410. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_try_set_catch_is_cleanup':
  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:2951:3: note: in expansion of macro 'gcc_assert'
  415. gcc_assert (gimple_try_kind (g) == GIMPLE_TRY_CATCH);
  416. ^
  417. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_phi_arg':
  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:3078:3: note: in expansion of macro 'gcc_assert'
  422. gcc_assert (index <= gs->gimple_phi.capacity);
  423. ^
  424. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_phi_set_arg':
  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:3089:3: note: in expansion of macro 'gcc_assert'
  429. gcc_assert (index <= gs->gimple_phi.nargs);
  430. ^
  431. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_switch_num_labels':
  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:3120:3: note: in expansion of macro 'gcc_assert'
  436. gcc_assert (num_ops > 1);
  437. ^
  438. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_switch_set_index':
  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:3161:3: note: in expansion of macro 'gcc_assert'
  443. gcc_assert (SSA_VAR_P (index) || CONSTANT_CLASS_P (index));
  444. ^
  445. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_switch_label':
  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:3173:3: note: in expansion of macro 'gcc_assert'
  450. gcc_assert (gimple_num_ops (gs) > index + 1);
  451. ^
  452. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_switch_set_label':
  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:3183:3: note: in expansion of macro 'gcc_assert'
  457. gcc_assert (gimple_num_ops (gs) > index + 1);
  458. ^
  459. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  460. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  461. ^
  462. ../../gcc-4.4.4/gcc/gimple.h:3184:3: note: in expansion of macro 'gcc_assert'
  463. gcc_assert (label == NULL_TREE || TREE_CODE (label) == CASE_LABEL_EXPR);
  464. ^
  465. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_omp_for_index':
  466. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  467. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  468. ^
  469. ../../gcc-4.4.4/gcc/gimple.h:3298:3: note: in expansion of macro 'gcc_assert'
  470. gcc_assert (i < gs->gimple_omp_for.collapse);
  471. ^
  472. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_omp_for_index_ptr':
  473. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  474. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  475. ^
  476. ../../gcc-4.4.4/gcc/gimple.h:3309:3: note: in expansion of macro 'gcc_assert'
  477. gcc_assert (i < gs->gimple_omp_for.collapse);
  478. ^
  479. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_omp_for_set_index':
  480. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  481. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  482. ^
  483. ../../gcc-4.4.4/gcc/gimple.h:3320:3: note: in expansion of macro 'gcc_assert'
  484. gcc_assert (i < gs->gimple_omp_for.collapse);
  485. ^
  486. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_omp_for_initial':
  487. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  488. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  489. ^
  490. ../../gcc-4.4.4/gcc/gimple.h:3331:3: note: in expansion of macro 'gcc_assert'
  491. gcc_assert (i < gs->gimple_omp_for.collapse);
  492. ^
  493. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_omp_for_initial_ptr':
  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:3342: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_set_initial':
  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:3353: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_omp_for_final':
  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:3364:3: note: in expansion of macro 'gcc_assert'
  512. gcc_assert (i < gs->gimple_omp_for.collapse);
  513. ^
  514. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_omp_for_final_ptr':
  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:3375:3: note: in expansion of macro 'gcc_assert'
  519. gcc_assert (i < gs->gimple_omp_for.collapse);
  520. ^
  521. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_omp_for_set_final':
  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:3386:3: note: in expansion of macro 'gcc_assert'
  526. gcc_assert (i < gs->gimple_omp_for.collapse);
  527. ^
  528. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_omp_for_incr':
  529. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  530. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  531. ^
  532. ../../gcc-4.4.4/gcc/gimple.h:3397:3: note: in expansion of macro 'gcc_assert'
  533. gcc_assert (i < gs->gimple_omp_for.collapse);
  534. ^
  535. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_omp_for_incr_ptr':
  536. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  537. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  538. ^
  539. ../../gcc-4.4.4/gcc/gimple.h:3408:3: note: in expansion of macro 'gcc_assert'
  540. gcc_assert (i < gs->gimple_omp_for.collapse);
  541. ^
  542. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_omp_for_set_incr':
  543. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  544. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  545. ^
  546. ../../gcc-4.4.4/gcc/gimple.h:3419:3: note: in expansion of macro 'gcc_assert'
  547. gcc_assert (i < gs->gimple_omp_for.collapse);
  548. ^
  549. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_omp_for_set_cond':
  550. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  551. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  552. ^
  553. ../../gcc-4.4.4/gcc/gimple.h:3921:3: note: in expansion of macro 'gcc_assert'
  554. gcc_assert (TREE_CODE_CLASS (cond) == tcc_comparison);
  555. ^
  556. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  557. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  558. ^
  559. ../../gcc-4.4.4/gcc/gimple.h:3922:3: note: in expansion of macro 'gcc_assert'
  560. gcc_assert (i < gs->gimple_omp_for.collapse);
  561. ^
  562. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_omp_for_cond':
  563. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  564. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  565. ^
  566. ../../gcc-4.4.4/gcc/gimple.h:3933:3: note: in expansion of macro 'gcc_assert'
  567. gcc_assert (i < gs->gimple_omp_for.collapse);
  568. ^
  569. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_return_retval_ptr':
  570. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  571. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  572. ^
  573. ../../gcc-4.4.4/gcc/gimple.h:4092:3: note: in expansion of macro 'gcc_assert'
  574. gcc_assert (gimple_num_ops (gs) == 1);
  575. ^
  576. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_return_retval':
  577. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  578. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  579. ^
  580. ../../gcc-4.4.4/gcc/gimple.h:4102:3: note: in expansion of macro 'gcc_assert'
  581. gcc_assert (gimple_num_ops (gs) == 1);
  582. ^
  583. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_return_set_retval':
  584. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  585. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  586. ^
  587. ../../gcc-4.4.4/gcc/gimple.h:4113:3: note: in expansion of macro 'gcc_assert'
  588. gcc_assert (gimple_num_ops (gs) == 1);
  589. ^
  590. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  591. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  592. ^
  593. ../../gcc-4.4.4/gcc/gimple.h:4114:3: note: in expansion of macro 'gcc_assert'
  594. gcc_assert (retval == NULL_TREE
  595. ^
  596. ../../gcc-4.4.4/gcc/gimple.h: In function 'gimple_cdt_set_new_type':
  597. ../../gcc-4.4.4/gcc/system.h:577:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
  598. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  599. ^
  600. ../../gcc-4.4.4/gcc/gimple.h:4178:3: note: in expansion of macro 'gcc_assert'
  601. gcc_assert (TREE_CODE_CLASS (TREE_CODE (new_type)) == tcc_type);
  602. ^
  603. ../../gcc-4.4.4/gcc/toplev.c: At top level:
  604. ../../gcc-4.4.4/gcc/toplev.c:536:1: error: redefinition of 'floor_log2'
  605. floor_log2 (unsigned HOST_WIDE_INT x)
  606. ^
  607. In file included from ../../gcc-4.4.4/gcc/toplev.c:58:0:
  608. ../../gcc-4.4.4/gcc/toplev.h:190:1: note: previous definition of 'floor_log2' was here
  609. floor_log2 (unsigned HOST_WIDE_INT x)
  610. ^
  611. ../../gcc-4.4.4/gcc/toplev.c:571:1: error: redefinition of 'exact_log2'
  612. exact_log2 (unsigned HOST_WIDE_INT x)
  613. ^
  614. In file included from ../../gcc-4.4.4/gcc/toplev.c:58:0:
  615. ../../gcc-4.4.4/gcc/toplev.h:196:1: note: previous definition of 'exact_log2' was here
  616. exact_log2 (unsigned HOST_WIDE_INT x)
  617. ^
  618. Makefile:2470: recipe for target 'toplev.o' failed
  619. make[2]: *** [toplev.o] Error 1
  620. make[2]: Leaving directory '/tmp/rbdev-build/build-gcc/gcc'
  621. Makefile:4863: recipe for target 'all-gcc' failed
  622. make[1]: *** [all-gcc] Error 2
  623. make[1]: Leaving directory '/tmp/rbdev-build/build-gcc'
  624. Makefile:738: recipe for target 'all' failed
  625. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement