Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.68 KB | None | 0 0
  1. HOSTCC -fPIC scripts/gcc-plugins/cyc_complexity_plugin.o
  2. HOSTCC -fPIC scripts/gcc-plugins/latent_entropy_plugin.o
  3. HOSTCC -fPIC scripts/gcc-plugins/sancov_plugin.o
  4. In file included from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:21:0,
  5. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/latent_entropy_plugin.c:78:
  6. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/rtl.h:2180:31: error: ‘FIRST_PSEUDO_REGISTER’ undeclared here (not in a function)
  7. rtx x_initial_regno_reg_rtx[FIRST_PSEUDO_REGISTER];
  8. ^
  9. In file included from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:21:0,
  10. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/sancov_plugin.c:22:
  11. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/rtl.h:2180:31: error: ‘FIRST_PSEUDO_REGISTER’ undeclared here (not in a function)
  12. rtx x_initial_regno_reg_rtx[FIRST_PSEUDO_REGISTER];
  13. ^
  14. In file included from /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/tm_p.h:4:0,
  15. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:22,
  16. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/latent_entropy_plugin.c:78:
  17. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/config/rs6000/rs6000-protos.h:31:35: error: unknown type name ‘CUMULATIVE_ARGS’
  18. extern void init_cumulative_args (CUMULATIVE_ARGS *, tree, rtx, int, int, int,
  19. ^
  20. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/config/rs6000/rs6000-protos.h:177:47: warning: ‘enum rs6000_builtins’ declared inside parameter list
  21. extern bool rs6000_overloaded_builtin_p (enum rs6000_builtins);
  22. ^
  23. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/config/rs6000/rs6000-protos.h:177:47: warning: its scope is only this definition or declaration, which is probably not what you want
  24. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/config/rs6000/rs6000-protos.h:201:47: error: ‘LIM_REG_CLASSES’ undeclared here (not in a function)
  25. extern unsigned char rs6000_class_max_nregs[][LIM_REG_CLASSES];
  26. ^
  27. In file included from /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/tm_p.h:4:0,
  28. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:22,
  29. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/sancov_plugin.c:22:
  30. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/config/rs6000/rs6000-protos.h:31:35: error: unknown type name ‘CUMULATIVE_ARGS’
  31. extern void init_cumulative_args (CUMULATIVE_ARGS *, tree, rtx, int, int, int,
  32. ^
  33. In file included from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:24:0,
  34. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/latent_entropy_plugin.c:78:
  35. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/hard-reg-set.h:646:37: error: ‘N_REG_CLASSES’ undeclared here (not in a function)
  36. HARD_REG_SET x_reg_class_contents[N_REG_CLASSES];
  37. ^
  38. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/config/rs6000/rs6000-protos.h:177:47: warning: ‘enum rs6000_builtins’ declared inside parameter list
  39. extern bool rs6000_overloaded_builtin_p (enum rs6000_builtins);
  40. ^
  41. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/config/rs6000/rs6000-protos.h:177:47: warning: its scope is only this definition or declaration, which is probably not what you want
  42. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/config/rs6000/rs6000-protos.h:201:47: error: ‘LIM_REG_CLASSES’ undeclared here (not in a function)
  43. extern unsigned char rs6000_class_max_nregs[][LIM_REG_CLASSES];
  44. ^
  45. In file included from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:24:0,
  46. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/sancov_plugin.c:22:
  47. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/hard-reg-set.h:646:37: error: ‘N_REG_CLASSES’ undeclared here (not in a function)
  48. HARD_REG_SET x_reg_class_contents[N_REG_CLASSES];
  49. ^
  50. In file included from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:21:0,
  51. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/cyc_complexity_plugin.c:21:
  52. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/rtl.h:2180:31: error: ‘FIRST_PSEUDO_REGISTER’ undeclared here (not in a function)
  53. rtx x_initial_regno_reg_rtx[FIRST_PSEUDO_REGISTER];
  54. ^
  55. In file included from /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/tm_p.h:4:0,
  56. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:22,
  57. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/cyc_complexity_plugin.c:21:
  58. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/config/rs6000/rs6000-protos.h:31:35: error: unknown type name ‘CUMULATIVE_ARGS’
  59. extern void init_cumulative_args (CUMULATIVE_ARGS *, tree, rtx, int, int, int,
  60. ^
  61. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/config/rs6000/rs6000-protos.h:177:47: warning: ‘enum rs6000_builtins’ declared inside parameter list
  62. extern bool rs6000_overloaded_builtin_p (enum rs6000_builtins);
  63. ^
  64. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/config/rs6000/rs6000-protos.h:177:47: warning: its scope is only this definition or declaration, which is probably not what you want
  65. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/config/rs6000/rs6000-protos.h:201:47: error: ‘LIM_REG_CLASSES’ undeclared here (not in a function)
  66. extern unsigned char rs6000_class_max_nregs[][LIM_REG_CLASSES];
  67. ^
  68. In file included from /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/tm.h:20:0,
  69. from /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/function.h:28,
  70. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:27,
  71. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/latent_entropy_plugin.c:78:
  72. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/insn-constants.h:37:0: warning: "HARD_FRAME_POINTER_REGNUM" redefined
  73. #define HARD_FRAME_POINTER_REGNUM 31
  74. ^
  75. In file included from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:21:0,
  76. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/latent_entropy_plugin.c:78:
  77. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/rtl.h:2099:0: note: this is the location of the previous definition
  78. #define HARD_FRAME_POINTER_REGNUM FRAME_POINTER_REGNUM
  79. ^
  80. In file included from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:24:0,
  81. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/cyc_complexity_plugin.c:21:
  82. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/hard-reg-set.h:646:37: error: ‘N_REG_CLASSES’ undeclared here (not in a function)
  83. HARD_REG_SET x_reg_class_contents[N_REG_CLASSES];
  84. ^
  85. In file included from /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/tm.h:22:0,
  86. from /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/function.h:28,
  87. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:27,
  88. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/latent_entropy_plugin.c:78:
  89. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/config/rs6000/rs6000.h:1701:0: warning: "HAVE_PRE_DECREMENT" redefined
  90. #define HAVE_PRE_DECREMENT 1
  91. ^
  92. In file included from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:21:0,
  93. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/latent_entropy_plugin.c:78:
  94. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/rtl.h:1569:0: note: this is the location of the previous definition
  95. #define HAVE_PRE_DECREMENT 0
  96. ^
  97. In file included from /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/tm.h:22:0,
  98. from /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/function.h:28,
  99. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:27,
  100. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/latent_entropy_plugin.c:78:
  101. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/config/rs6000/rs6000.h:1702:0: warning: "HAVE_PRE_INCREMENT" redefined
  102. #define HAVE_PRE_INCREMENT 1
  103. ^
  104. In file included from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:21:0,
  105. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/latent_entropy_plugin.c:78:
  106. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/rtl.h:1565:0: note: this is the location of the previous definition
  107. #define HAVE_PRE_INCREMENT 0
  108. ^
  109. In file included from /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/tm.h:22:0,
  110. from /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/function.h:28,
  111. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:27,
  112. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/latent_entropy_plugin.c:78:
  113. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/config/rs6000/rs6000.h:1703:0: warning: "HAVE_PRE_MODIFY_DISP" redefined
  114. #define HAVE_PRE_MODIFY_DISP 1
  115. ^
  116. In file included from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:21:0,
  117. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/latent_entropy_plugin.c:78:
  118. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/rtl.h:1589:0: note: this is the location of the previous definition
  119. #define HAVE_PRE_MODIFY_DISP 0
  120. ^
  121. In file included from /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/tm.h:22:0,
  122. from /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/function.h:28,
  123. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:27,
  124. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/latent_entropy_plugin.c:78:
  125. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/config/rs6000/rs6000.h:1704:0: warning: "HAVE_PRE_MODIFY_REG" redefined
  126. #define HAVE_PRE_MODIFY_REG 1
  127. ^
  128. In file included from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:21:0,
  129. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/latent_entropy_plugin.c:78:
  130. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/rtl.h:1593:0: note: this is the location of the previous definition
  131. #define HAVE_PRE_MODIFY_REG 0
  132. ^
  133. In file included from /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/tm.h:20:0,
  134. from /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/function.h:28,
  135. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:27,
  136. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/sancov_plugin.c:22:
  137. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/insn-constants.h:37:0: warning: "HARD_FRAME_POINTER_REGNUM" redefined
  138. #define HARD_FRAME_POINTER_REGNUM 31
  139. ^
  140. In file included from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:21:0,
  141. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/sancov_plugin.c:22:
  142. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/rtl.h:2099:0: note: this is the location of the previous definition
  143. #define HARD_FRAME_POINTER_REGNUM FRAME_POINTER_REGNUM
  144. ^
  145. In file included from /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/tm.h:22:0,
  146. from /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/function.h:28,
  147. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:27,
  148. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/sancov_plugin.c:22:
  149. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/config/rs6000/rs6000.h:1701:0: warning: "HAVE_PRE_DECREMENT" redefined
  150. #define HAVE_PRE_DECREMENT 1
  151. ^
  152. In file included from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:21:0,
  153. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/sancov_plugin.c:22:
  154. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/rtl.h:1569:0: note: this is the location of the previous definition
  155. #define HAVE_PRE_DECREMENT 0
  156. ^
  157. In file included from /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/tm.h:22:0,
  158. from /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/function.h:28,
  159. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:27,
  160. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/sancov_plugin.c:22:
  161. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/config/rs6000/rs6000.h:1702:0: warning: "HAVE_PRE_INCREMENT" redefined
  162. #define HAVE_PRE_INCREMENT 1
  163. ^
  164. In file included from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:21:0,
  165. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/sancov_plugin.c:22:
  166. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/rtl.h:1565:0: note: this is the location of the previous definition
  167. #define HAVE_PRE_INCREMENT 0
  168. ^
  169. In file included from /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/tm.h:22:0,
  170. from /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/function.h:28,
  171. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:27,
  172. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/sancov_plugin.c:22:
  173. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/config/rs6000/rs6000.h:1703:0: warning: "HAVE_PRE_MODIFY_DISP" redefined
  174. #define HAVE_PRE_MODIFY_DISP 1
  175. ^
  176. In file included from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:21:0,
  177. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/sancov_plugin.c:22:
  178. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/rtl.h:1589:0: note: this is the location of the previous definition
  179. #define HAVE_PRE_MODIFY_DISP 0
  180. ^
  181. In file included from /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/tm.h:22:0,
  182. from /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/function.h:28,
  183. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:27,
  184. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/sancov_plugin.c:22:
  185. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/config/rs6000/rs6000.h:1704:0: warning: "HAVE_PRE_MODIFY_REG" redefined
  186. #define HAVE_PRE_MODIFY_REG 1
  187. ^
  188. In file included from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:21:0,
  189. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/sancov_plugin.c:22:
  190. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/rtl.h:1593:0: note: this is the location of the previous definition
  191. #define HAVE_PRE_MODIFY_REG 0
  192. ^
  193. In file included from /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/tm.h:20:0,
  194. from /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/function.h:28,
  195. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:27,
  196. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/cyc_complexity_plugin.c:21:
  197. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/insn-constants.h:37:0: warning: "HARD_FRAME_POINTER_REGNUM" redefined
  198. #define HARD_FRAME_POINTER_REGNUM 31
  199. ^
  200. In file included from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:21:0,
  201. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/cyc_complexity_plugin.c:21:
  202. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/rtl.h:2099:0: note: this is the location of the previous definition
  203. #define HARD_FRAME_POINTER_REGNUM FRAME_POINTER_REGNUM
  204. ^
  205. In file included from /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/tm.h:22:0,
  206. from /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/function.h:28,
  207. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:27,
  208. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/cyc_complexity_plugin.c:21:
  209. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/config/rs6000/rs6000.h:1701:0: warning: "HAVE_PRE_DECREMENT" redefined
  210. #define HAVE_PRE_DECREMENT 1
  211. ^
  212. In file included from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:21:0,
  213. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/cyc_complexity_plugin.c:21:
  214. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/rtl.h:1569:0: note: this is the location of the previous definition
  215. #define HAVE_PRE_DECREMENT 0
  216. ^
  217. In file included from /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/tm.h:22:0,
  218. from /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/function.h:28,
  219. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:27,
  220. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/cyc_complexity_plugin.c:21:
  221. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/config/rs6000/rs6000.h:1702:0: warning: "HAVE_PRE_INCREMENT" redefined
  222. #define HAVE_PRE_INCREMENT 1
  223. ^
  224. In file included from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:21:0,
  225. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/cyc_complexity_plugin.c:21:
  226. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/rtl.h:1565:0: note: this is the location of the previous definition
  227. #define HAVE_PRE_INCREMENT 0
  228. ^
  229. In file included from /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/tm.h:22:0,
  230. from /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/function.h:28,
  231. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:27,
  232. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/cyc_complexity_plugin.c:21:
  233. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/config/rs6000/rs6000.h:1703:0: warning: "HAVE_PRE_MODIFY_DISP" redefined
  234. #define HAVE_PRE_MODIFY_DISP 1
  235. ^
  236. In file included from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:21:0,
  237. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/cyc_complexity_plugin.c:21:
  238. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/rtl.h:1589:0: note: this is the location of the previous definition
  239. #define HAVE_PRE_MODIFY_DISP 0
  240. ^
  241. In file included from /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/tm.h:22:0,
  242. from /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/function.h:28,
  243. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:27,
  244. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/cyc_complexity_plugin.c:21:
  245. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/config/rs6000/rs6000.h:1704:0: warning: "HAVE_PRE_MODIFY_REG" redefined
  246. #define HAVE_PRE_MODIFY_REG 1
  247. ^
  248. In file included from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-common.h:21:0,
  249. from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/cyc_complexity_plugin.c:21:
  250. /scratch/ajd/gcc-test-v2/toolchain/cross/gcc-4.7.4-nolibc/powerpc-linux/bin/../lib/gcc/powerpc-linux/4.7.4/plugin/include/rtl.h:1593:0: note: this is the location of the previous definition
  251. #define HAVE_PRE_MODIFY_REG 0
  252. ^
  253. In file included from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/sancov_plugin.c:63:0:
  254. /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-generate-gimple-pass.h:34:54: warning: no previous prototype for ‘make_sancov_pass’ [-Wmissing-prototypes]
  255. #define __MAKE_PASS_NAME_PASS(n) _GCC_PLUGIN_CONCAT3(make_, n, _pass)
  256. ^
  257. /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-generate-gimple-pass.h:24:38: note: in definition of macro ‘_GCC_PLUGIN_CONCAT3’
  258. #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z
  259. ^
  260. /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-generate-gimple-pass.h:35:31: note: in expansion of macro ‘__MAKE_PASS_NAME_PASS’
  261. #define _MAKE_PASS_NAME_PASS __MAKE_PASS_NAME_PASS(PASS_NAME)
  262. ^
  263. /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-generate-gimple-pass.h:139:18: note: in expansion of macro ‘_MAKE_PASS_NAME_PASS’
  264. struct opt_pass *_MAKE_PASS_NAME_PASS(void)
  265. ^
  266. In file included from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/latent_entropy_plugin.c:584:0:
  267. /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-generate-gimple-pass.h:34:54: warning: no previous prototype for ‘make_latent_entropy_pass’ [-Wmissing-prototypes]
  268. #define __MAKE_PASS_NAME_PASS(n) _GCC_PLUGIN_CONCAT3(make_, n, _pass)
  269. ^
  270. /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-generate-gimple-pass.h:24:38: note: in definition of macro ‘_GCC_PLUGIN_CONCAT3’
  271. #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z
  272. ^
  273. /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-generate-gimple-pass.h:35:31: note: in expansion of macro ‘__MAKE_PASS_NAME_PASS’
  274. #define _MAKE_PASS_NAME_PASS __MAKE_PASS_NAME_PASS(PASS_NAME)
  275. ^
  276. /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-generate-gimple-pass.h:139:18: note: in expansion of macro ‘_MAKE_PASS_NAME_PASS’
  277. struct opt_pass *_MAKE_PASS_NAME_PASS(void)
  278. ^
  279. scripts/Makefile.host:148: recipe for target 'scripts/gcc-plugins/sancov_plugin.o' failed
  280. make[2]: *** [scripts/gcc-plugins/sancov_plugin.o] Error 1
  281. make[2]: *** Waiting for unfinished jobs....
  282. scripts/Makefile.host:148: recipe for target 'scripts/gcc-plugins/latent_entropy_plugin.o' failed
  283. make[2]: *** [scripts/gcc-plugins/latent_entropy_plugin.o] Error 1
  284. In file included from /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/cyc_complexity_plugin.c:50:0:
  285. /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-generate-gimple-pass.h:34:54: warning: no previous prototype for ‘make_cyc_complexity_pass’ [-Wmissing-prototypes]
  286. #define __MAKE_PASS_NAME_PASS(n) _GCC_PLUGIN_CONCAT3(make_, n, _pass)
  287. ^
  288. /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-generate-gimple-pass.h:24:38: note: in definition of macro ‘_GCC_PLUGIN_CONCAT3’
  289. #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z
  290. ^
  291. /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-generate-gimple-pass.h:35:31: note: in expansion of macro ‘__MAKE_PASS_NAME_PASS’
  292. #define _MAKE_PASS_NAME_PASS __MAKE_PASS_NAME_PASS(PASS_NAME)
  293. ^
  294. /scratch/ajd/gcc-test-v2/kernel/scripts/gcc-plugins/gcc-generate-gimple-pass.h:139:18: note: in expansion of macro ‘_MAKE_PASS_NAME_PASS’
  295. struct opt_pass *_MAKE_PASS_NAME_PASS(void)
  296. ^
  297. scripts/Makefile.host:148: recipe for target 'scripts/gcc-plugins/cyc_complexity_plugin.o' failed
  298. make[2]: *** [scripts/gcc-plugins/cyc_complexity_plugin.o] Error 1
  299. scripts/Makefile.gcc-plugins:73: recipe for target 'gcc-plugins' failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement