Advertisement
Guest User

Untitled

a guest
Jan 14th, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.52 KB | None | 0 0
  1. In file included from ../../gcc/gcc/ggc-common.c:33:0:
  2. ../../gcc/gcc/plugin.h: In function \u2018int invoke_plugin_callbacks(int, void*)\u2019:
  3. ../../gcc/gcc/plugin.h:62:10: error: \u2018PLUGEVT_NO_CALLBACK\u2019 was not declared in this scope
  4. ../../gcc/gcc/ggc-common.c: In function \u2018void ggc_mark_roots()\u2019:
  5. ../../gcc/gcc/ggc-common.c:112:28: error: \u2018PLUGIN_GGC_MARKING\u2019 was not declared in this scope
  6. make[3]: *** [ggc-common.o] Error 1
  7. make[3]: *** Waiting for unfinished jobs....
  8. In file included from ../../gcc/gcc/ggc-page.c:55:0:
  9. ../../gcc/gcc/plugin.h: In function \u2018int invoke_plugin_callbacks(int, void*)\u2019:
  10. ../../gcc/gcc/plugin.h:62:10: error: \u2018PLUGEVT_NO_CALLBACK\u2019 was not declared in this scope
  11. In file included from ../../gcc/gcc/basic-block.h:522:0,
  12. from ../../gcc/gcc/ggc-page.c:56:
  13. ../../gcc/gcc/cfghooks.h: At global scope:
  14. ../../gcc/gcc/cfghooks.h:105:38: error: use of enum \u2018br_predictor\u2019 without previous declaration
  15. ../../gcc/gcc/cfghooks.h:109:54: error: use of enum \u2018br_predictor\u2019 without previous declaration
  16. ../../gcc/gcc/cfghooks.h:213:40: error: use of enum \u2018br_predictor\u2019 without previous declaration
  17. ../../gcc/gcc/cfghooks.h:214:56: error: use of enum \u2018br_predictor\u2019 without previous declaration
  18. ../../gcc/gcc/ggc-page.c: In function \u2018void ggc_collect()\u2019:
  19. ../../gcc/gcc/ggc-page.c:2195:28: error: \u2018PLUGIN_GGC_START\u2019 was not declared in this scope
  20. ../../gcc/gcc/ggc-page.c:2212:28: error: \u2018PLUGIN_GGC_END\u2019 was not declared in this scope
  21. make[3]: *** [ggc-page.o] Error 1
  22. In file included from ../../gcc/gcc/opts-global.c:59:0:
  23. ../../gcc/gcc/plugin.h: In function \u2018int invoke_plugin_callbacks(int, void*)\u2019:
  24. ../../gcc/gcc/plugin.h:62:10: error: \u2018PLUGEVT_NO_CALLBACK\u2019 was not declared in this scope
  25. make[3]: *** [opts-global.o] Error 1
  26. In file included from ../../gcc/gcc/cgraphunit.c:220:0:
  27. ../../gcc/gcc/plugin.h: In function \u2018int invoke_plugin_callbacks(int, void*)\u2019:
  28. ../../gcc/gcc/plugin.h:62:10: error: \u2018PLUGEVT_NO_CALLBACK\u2019 was not declared in this scope
  29. ../../gcc/gcc/cgraphunit.c: In member function \u2018void symbol_table::process_new_functions()\u2019:
  30. ../../gcc/gcc/cgraphunit.c:352:25: error: \u2018CDI_POST_DOMINATORS\u2019 was not declared in this scope
  31. ../../gcc/gcc/cgraphunit.c:352:44: error: \u2018free_dominance_info\u2019 was not declared in this scope
  32. ../../gcc/gcc/cgraphunit.c:353:25: error: \u2018CDI_DOMINATORS\u2019 was not declared in this scope
  33. ../../gcc/gcc/cgraphunit.c: In member function \u2018void cgraph_node::analyze()\u2019:
  34. ../../gcc/gcc/cgraphunit.c:633:25: error: \u2018CDI_POST_DOMINATORS\u2019 was not declared in this scope
  35. ../../gcc/gcc/cgraphunit.c:633:44: error: \u2018free_dominance_info\u2019 was not declared in this scope
  36. ../../gcc/gcc/cgraphunit.c:634:25: error: \u2018CDI_DOMINATORS\u2019 was not declared in this scope
  37. ../../gcc/gcc/cgraphunit.c:635:20: error: \u2018compact_blocks\u2019 was not declared in this scope
  38. ../../gcc/gcc/cgraphunit.c: In function \u2018basic_block_def* init_lowered_empty_function(tree, bool)\u2019:
  39. ../../gcc/gcc/cgraphunit.c:1356:46: error: invalid use of incomplete type \u2018struct control_flow_graph\u2019
  40. ../../gcc/gcc/function.h:518:10: error: forward declaration of \u2018struct control_flow_graph\u2019
  41. ../../gcc/gcc/cgraphunit.c:1357:14: error: invalid use of incomplete type \u2018struct control_flow_graph\u2019
  42. ../../gcc/gcc/function.h:518:10: error: forward declaration of \u2018struct control_flow_graph\u2019
  43. ../../gcc/gcc/cgraphunit.c:1357:62: error: \u2018make_edge\u2019 was not declared in this scope
  44. ../../gcc/gcc/cgraphunit.c:1358:18: error: invalid use of incomplete type \u2018struct control_flow_graph\u2019
  45. ../../gcc/gcc/function.h:518:10: error: forward declaration of \u2018struct control_flow_graph\u2019
  46. ../../gcc/gcc/cgraphunit.c:1359:23: error: invalid use of incomplete type \u2018struct control_flow_graph\u2019
  47. ../../gcc/gcc/function.h:518:10: error: forward declaration of \u2018struct control_flow_graph\u2019
  48. ../../gcc/gcc/cgraphunit.c: In member function \u2018bool cgraph_node::expand_thunk(bool, bool)\u2019:
  49. ../../gcc/gcc/cgraphunit.c:1669:44: error: \u2018make_edge\u2019 was not declared in this scope
  50. ../../gcc/gcc/cgraphunit.c:1671:27: error: invalid use of incomplete type \u2018struct control_flow_graph\u2019
  51. ../../gcc/gcc/function.h:518:10: error: forward declaration of \u2018struct control_flow_graph\u2019
  52. ../../gcc/gcc/cgraphunit.c:1709:34: error: \u2018delete_unreachable_blocks\u2019 was not declared in this scope
  53. ../../gcc/gcc/cgraphunit.c:1714:28: error: \u2018CDI_DOMINATORS\u2019 was not declared in this scope
  54. ../../gcc/gcc/cgraphunit.c:1714:42: error: \u2018free_dominance_info\u2019 was not declared in this scope
  55. ../../gcc/gcc/cgraphunit.c: In member function \u2018void cgraph_node::expand()\u2019:
  56. ../../gcc/gcc/cgraphunit.c:1802:28: error: \u2018PLUGIN_ALL_PASSES_START\u2019 was not declared in this scope
  57. ../../gcc/gcc/cgraphunit.c:1807:28: error: \u2018PLUGIN_ALL_PASSES_END\u2019 was not declared in this scope
  58. ../../gcc/gcc/cgraphunit.c: In function \u2018void ipa_passes()\u2019:
  59. ../../gcc/gcc/cgraphunit.c:2076:28: error: \u2018PLUGIN_ALL_IPA_PASSES_START\u2019 was not declared in this scope
  60. ../../gcc/gcc/cgraphunit.c:2134:28: error: \u2018PLUGIN_ALL_IPA_PASSES_END\u2019 was not declared in this scope
  61. make[3]: *** [cgraphunit.o] Error 1
  62. make[2]: *** [all-stage1-gcc] Error 2
  63. make[1]: *** [stage1-bubble] Error 2
  64. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement