Advertisement
Guest User

build error

a guest
Jan 28th, 2022
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 26.07 KB | None | 0 0
  1. In file included from /Volumes/Haiku/buildtools/gcc/gcc/loop-unroll.c:25:
  2. In file included from /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:3941:
  3. ./genrtl.h:1135:3: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
  4.   XINT (rt, 1) = arg1;
  5.   ^         ~
  6. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1338:23: note: expanded from macro 'XINT'
  7. #define XINT(RTX, N)    (RTL_CHECK2 (RTX, N, 'i', 'n').rt_int)
  8.                          ^                ~
  9. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1229:38: note: expanded from macro 'RTL_CHECK2'
  10. #define RTL_CHECK2(RTX, N, C1, C2)  ((RTX)->u.fld[N])
  11.                                      ^            ~
  12. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:444:5: note: array 'fld' declared here
  13.     rtunion fld[1];
  14.     ^
  15. In file included from /Volumes/Haiku/buildtools/gcc/gcc/loop-unroll.c:25:
  16. In file included from /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:3941:
  17. ./genrtl.h:1136:3: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds]
  18.   XEXP (rt, 2) = arg2;
  19.   ^         ~
  20. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1341:23: note: expanded from macro 'XEXP'
  21. #define XEXP(RTX, N)    (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx)
  22.                          ^                ~
  23. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1229:38: note: expanded from macro 'RTL_CHECK2'
  24. #define RTL_CHECK2(RTX, N, C1, C2)  ((RTX)->u.fld[N])
  25.                                      ^            ~
  26. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:444:5: note: array 'fld' declared here
  27.     rtunion fld[1];
  28.     ^
  29. In file included from /Volumes/Haiku/buildtools/gcc/gcc/loop-unroll.c:25:
  30. In file included from /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:3941:
  31. ./genrtl.h:1137:3: warning: array index 3 is past the end of the array (which contains 1 element) [-Warray-bounds]
  32.   XSTR (rt, 3) = arg3;
  33.   ^         ~
  34. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1340:23: note: expanded from macro 'XSTR'
  35. #define XSTR(RTX, N)    (RTL_CHECK2 (RTX, N, 's', 'S').rt_str)
  36.                          ^                ~
  37. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1229:38: note: expanded from macro 'RTL_CHECK2'
  38. #define RTL_CHECK2(RTX, N, C1, C2)  ((RTX)->u.fld[N])
  39.                                      ^            ~
  40. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:444:5: note: array 'fld' declared here
  41.     rtunion fld[1];
  42.     ^
  43. In file included from /Volumes/Haiku/buildtools/gcc/gcc/loop-unroll.c:25:
  44. In file included from /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:3941:
  45. ./genrtl.h:1167:3: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
  46.   XVEC (rt, 1) = arg1;
  47.   ^         ~
  48. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1342:23: note: expanded from macro 'XVEC'
  49. #define XVEC(RTX, N)    (RTL_CHECK2 (RTX, N, 'E', 'V').rt_rtvec)
  50.                          ^                ~
  51. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1229:38: note: expanded from macro 'RTL_CHECK2'
  52. #define RTL_CHECK2(RTX, N, C1, C2)  ((RTX)->u.fld[N])
  53.                                      ^            ~
  54. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:444:5: note: array 'fld' declared here
  55.     rtunion fld[1];
  56.     ^
  57. In file included from /Volumes/Haiku/buildtools/gcc/gcc/loop-unroll.c:25:
  58. In file included from /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:3941:
  59. ./genrtl.h:1195:3: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
  60.   XWINT (rt, 1) = arg1;
  61.   ^          ~
  62. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1234:29: note: expanded from macro 'XWINT'
  63. #define XWINT(RTX, N)               ((RTX)->u.hwint[N])
  64.                                      ^              ~
  65. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:445:5: note: array 'hwint' declared here
  66.     HOST_WIDE_INT hwint[1];
  67.     ^
  68. /Volumes/Haiku/buildtools/gcc/gcc/hwint.h:59:26: note: expanded from macro 'HOST_WIDE_INT'
  69. #   define HOST_WIDE_INT long long
  70.                          ^
  71. In file included from /Volumes/Haiku/buildtools/gcc/gcc/loop-unroll.c:25:
  72. In file included from /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:3941:
  73. ./genrtl.h:1223:3: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
  74.   XEXP (rt, 1) = arg1;
  75.   ^         ~
  76. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1341:23: note: expanded from macro 'XEXP'
  77. #define XEXP(RTX, N)    (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx)
  78.                          ^                ~
  79. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1229:38: note: expanded from macro 'RTL_CHECK2'
  80. #define RTL_CHECK2(RTX, N, C1, C2)  ((RTX)->u.fld[N])
  81.                                      ^            ~
  82. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:444:5: note: array 'fld' declared here
  83.     rtunion fld[1];
  84.     ^
  85. In file included from /Volumes/Haiku/buildtools/gcc/gcc/loop-unroll.c:25:
  86. In file included from /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:3941:
  87. ./genrtl.h:1253:3: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
  88.   XVEC (rt, 1) = arg1;
  89.   ^         ~
  90. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1342:23: note: expanded from macro 'XVEC'
  91. #define XVEC(RTX, N)    (RTL_CHECK2 (RTX, N, 'E', 'V').rt_rtvec)
  92.                          ^                ~
  93. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1229:38: note: expanded from macro 'RTL_CHECK2'
  94. #define RTL_CHECK2(RTX, N, C1, C2)  ((RTX)->u.fld[N])
  95.                                      ^            ~
  96. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:444:5: note: array 'fld' declared here
  97.     rtunion fld[1];
  98.     ^
  99. In file included from /Volumes/Haiku/buildtools/gcc/gcc/loop-unroll.c:25:
  100. In file included from /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:3941:
  101. ./genrtl.h:1254:3: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds]
  102.   XSTR (rt, 2) = arg2;
  103.   ^         ~
  104. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1340:23: note: expanded from macro 'XSTR'
  105. #define XSTR(RTX, N)    (RTL_CHECK2 (RTX, N, 's', 'S').rt_str)
  106.                          ^                ~
  107. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1229:38: note: expanded from macro 'RTL_CHECK2'
  108. #define RTL_CHECK2(RTX, N, C1, C2)  ((RTX)->u.fld[N])
  109.                                      ^            ~
  110. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:444:5: note: array 'fld' declared here
  111.     rtunion fld[1];
  112.     ^
  113. In file included from /Volumes/Haiku/buildtools/gcc/gcc/loop-unroll.c:25:
  114. In file included from /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:3941:
  115. ./genrtl.h:1255:3: warning: array index 3 is past the end of the array (which contains 1 element) [-Warray-bounds]
  116.   XVEC (rt, 3) = arg3;
  117.   ^         ~
  118. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1342:23: note: expanded from macro 'XVEC'
  119. #define XVEC(RTX, N)    (RTL_CHECK2 (RTX, N, 'E', 'V').rt_rtvec)
  120.                          ^                ~
  121. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1229:38: note: expanded from macro 'RTL_CHECK2'
  122. #define RTL_CHECK2(RTX, N, C1, C2)  ((RTX)->u.fld[N])
  123.                                      ^            ~
  124. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:444:5: note: array 'fld' declared here
  125.     rtunion fld[1];
  126.     ^
  127. In file included from /Volumes/Haiku/buildtools/gcc/gcc/loop-unroll.c:25:
  128. In file included from /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:3941:
  129. ./genrtl.h:1287:3: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
  130.   XSTR (rt, 1) = arg1;
  131.   ^         ~
  132. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1340:23: note: expanded from macro 'XSTR'
  133. #define XSTR(RTX, N)    (RTL_CHECK2 (RTX, N, 's', 'S').rt_str)
  134.                          ^                ~
  135. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1229:38: note: expanded from macro 'RTL_CHECK2'
  136. #define RTL_CHECK2(RTX, N, C1, C2)  ((RTX)->u.fld[N])
  137.                                      ^            ~
  138. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:444:5: note: array 'fld' declared here
  139.     rtunion fld[1];
  140.     ^
  141. In file included from /Volumes/Haiku/buildtools/gcc/gcc/loop-unroll.c:25:
  142. In file included from /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:3941:
  143. ./genrtl.h:1288:3: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds]
  144.   XSTR (rt, 2) = arg2;
  145.   ^         ~
  146. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1340:23: note: expanded from macro 'XSTR'
  147. #define XSTR(RTX, N)    (RTL_CHECK2 (RTX, N, 's', 'S').rt_str)
  148.                          ^                ~
  149. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1229:38: note: expanded from macro 'RTL_CHECK2'
  150. #define RTL_CHECK2(RTX, N, C1, C2)  ((RTX)->u.fld[N])
  151.                                      ^            ~
  152. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:444:5: note: array 'fld' declared here
  153.     rtunion fld[1];
  154.     ^
  155. In file included from /Volumes/Haiku/buildtools/gcc/gcc/loop-unroll.c:25:
  156. In file included from /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:3941:
  157. ./genrtl.h:1289:3: warning: array index 3 is past the end of the array (which contains 1 element) [-Warray-bounds]
  158.   XSTR (rt, 3) = arg3;
  159.   ^         ~
  160. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1340:23: note: expanded from macro 'XSTR'
  161. #define XSTR(RTX, N)    (RTL_CHECK2 (RTX, N, 's', 'S').rt_str)
  162.                          ^                ~
  163. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1229:38: note: expanded from macro 'RTL_CHECK2'
  164. #define RTL_CHECK2(RTX, N, C1, C2)  ((RTX)->u.fld[N])
  165.                                      ^            ~
  166. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:444:5: note: array 'fld' declared here
  167.     rtunion fld[1];
  168.     ^
  169. In file included from /Volumes/Haiku/buildtools/gcc/gcc/loop-unroll.c:31:
  170. /Volumes/Haiku/buildtools/gcc/gcc/recog.h:272:7: warning: array index 5 is past the end of the array (which contains 1 element) [-Warray-bounds]
  171.   if (INSN_CODE (insn) < 0)
  172.       ^~~~~~~~~~~~~~~~
  173. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1526:25: note: expanded from macro 'INSN_CODE'
  174. #define INSN_CODE(INSN) XINT (INSN, 5)
  175.                         ^           ~
  176. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1338:23: note: expanded from macro 'XINT'
  177. #define XINT(RTX, N)    (RTL_CHECK2 (RTX, N, 'i', 'n').rt_int)
  178.                          ^                ~
  179. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1229:38: note: expanded from macro 'RTL_CHECK2'
  180. #define RTL_CHECK2(RTX, N, C1, C2)  ((RTX)->u.fld[N])
  181.                                      ^            ~
  182. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:444:5: note: array 'fld' declared here
  183.     rtunion fld[1];
  184.     ^
  185. In file included from /Volumes/Haiku/buildtools/gcc/gcc/loop-unroll.c:31:
  186. /Volumes/Haiku/buildtools/gcc/gcc/recog.h:273:5: warning: array index 5 is past the end of the array (which contains 1 element) [-Warray-bounds]
  187.     INSN_CODE (insn) = recog (PATTERN (insn), insn, 0);
  188.     ^~~~~~~~~~~~~~~~
  189. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1526:25: note: expanded from macro 'INSN_CODE'
  190. #define INSN_CODE(INSN) XINT (INSN, 5)
  191.                         ^           ~
  192. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1338:23: note: expanded from macro 'XINT'
  193. #define XINT(RTX, N)    (RTL_CHECK2 (RTX, N, 'i', 'n').rt_int)
  194.                          ^                ~
  195. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1229:38: note: expanded from macro 'RTL_CHECK2'
  196. #define RTL_CHECK2(RTX, N, C1, C2)  ((RTX)->u.fld[N])
  197.                                      ^            ~
  198. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:444:5: note: array 'fld' declared here
  199.     rtunion fld[1];
  200.     ^
  201. In file included from /Volumes/Haiku/buildtools/gcc/gcc/loop-unroll.c:31:
  202. /Volumes/Haiku/buildtools/gcc/gcc/recog.h:274:10: warning: array index 5 is past the end of the array (which contains 1 element) [-Warray-bounds]
  203.   return INSN_CODE (insn);
  204.          ^~~~~~~~~~~~~~~~
  205. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1526:25: note: expanded from macro 'INSN_CODE'
  206. #define INSN_CODE(INSN) XINT (INSN, 5)
  207.                         ^           ~
  208. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1338:23: note: expanded from macro 'XINT'
  209. #define XINT(RTX, N)    (RTL_CHECK2 (RTX, N, 'i', 'n').rt_int)
  210.                          ^                ~
  211. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1229:38: note: expanded from macro 'RTL_CHECK2'
  212. #define RTL_CHECK2(RTX, N, C1, C2)  ((RTX)->u.fld[N])
  213.                                      ^            ~
  214. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:444:5: note: array 'fld' declared here
  215.     rtunion fld[1];
  216.     ^
  217. /Volumes/Haiku/buildtools/gcc/gcc/loop-unroll.c:818:20: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
  218.       cond = XEXP (SET_SRC (pc_set (cinsn)), 0);
  219.                    ^~~~~~~~~~~~~~~~~~~~~~~~
  220. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:2684:22: note: expanded from macro 'SET_SRC'
  221. #define SET_SRC(RTX) XCEXP (RTX, 1, SET)
  222.                      ^           ~
  223. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1375:32: note: expanded from macro 'XCEXP'
  224. #define XCEXP(RTX, N, C)      (RTL_CHECKC1 (RTX, N, C).rt_rtx)
  225.                                ^                 ~
  226. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1230:37: note: expanded from macro 'RTL_CHECKC1'
  227. #define RTL_CHECKC1(RTX, N, C)      ((RTX)->u.fld[N])
  228.                                      ^            ~
  229. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1341:35: note: expanded from macro 'XEXP'
  230. #define XEXP(RTX, N)    (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx)
  231.                                      ^~~
  232. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1229:39: note: expanded from macro 'RTL_CHECK2'
  233. #define RTL_CHECK2(RTX, N, C1, C2)  ((RTX)->u.fld[N])
  234.                                       ^~~
  235. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:444:5: note: array 'fld' declared here
  236.     rtunion fld[1];
  237.     ^
  238. /Volumes/Haiku/buildtools/gcc/gcc/loop-unroll.c:821:37: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
  239.       gcc_assert (rtx_equal_p (op1, XEXP (cond, 1)));
  240.                                     ^           ~
  241. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1341:23: note: expanded from macro 'XEXP'
  242. #define XEXP(RTX, N)    (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx)
  243.                          ^                ~
  244. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1229:38: note: expanded from macro 'RTL_CHECK2'
  245. #define RTL_CHECK2(RTX, N, C1, C2)  ((RTX)->u.fld[N])
  246.                                      ^            ~
  247. /Volumes/Haiku/buildtools/gcc/gcc/system.h:780:14: note: expanded from macro 'gcc_assert'
  248.    ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  249.              ^~~~
  250. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:444:5: note: array 'fld' declared here
  251.     rtunion fld[1];
  252.     ^
  253. /Volumes/Haiku/buildtools/gcc/gcc/loop-unroll.c:824:7: warning: array index 7 is past the end of the array (which contains 1 element) [-Warray-bounds]
  254.       JUMP_LABEL (jump) = JUMP_LABEL (cinsn);
  255.       ^~~~~~~~~~~~~~~~~
  256. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1860:28: note: expanded from macro 'JUMP_LABEL'
  257. #define JUMP_LABEL(INSN)   XCEXP (INSN, 7, JUMP_INSN)
  258.                            ^            ~
  259. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1375:32: note: expanded from macro 'XCEXP'
  260. #define XCEXP(RTX, N, C)      (RTL_CHECKC1 (RTX, N, C).rt_rtx)
  261.                                ^                 ~
  262. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1230:37: note: expanded from macro 'RTL_CHECKC1'
  263. #define RTL_CHECKC1(RTX, N, C)      ((RTX)->u.fld[N])
  264.                                      ^            ~
  265. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:444:5: note: array 'fld' declared here
  266.     rtunion fld[1];
  267.     ^
  268. /Volumes/Haiku/buildtools/gcc/gcc/loop-unroll.c:824:27: warning: array index 7 is past the end of the array (which contains 1 element) [-Warray-bounds]
  269.       JUMP_LABEL (jump) = JUMP_LABEL (cinsn);
  270.                           ^~~~~~~~~~~~~~~~~~
  271. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1860:28: note: expanded from macro 'JUMP_LABEL'
  272. #define JUMP_LABEL(INSN)   XCEXP (INSN, 7, JUMP_INSN)
  273.                            ^            ~
  274. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1375:32: note: expanded from macro 'XCEXP'
  275. #define XCEXP(RTX, N, C)      (RTL_CHECKC1 (RTX, N, C).rt_rtx)
  276.                                ^                 ~
  277. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1230:37: note: expanded from macro 'RTL_CHECKC1'
  278. #define RTL_CHECKC1(RTX, N, C)      ((RTX)->u.fld[N])
  279.                                      ^            ~
  280. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:444:5: note: array 'fld' declared here
  281.     rtunion fld[1];
  282.     ^
  283. /Volumes/Haiku/buildtools/gcc/gcc/loop-unroll.c:825:7: warning: array index 4 is past the end of the array (which contains 1 element) [-Warray-bounds]
  284.       LABEL_NUSES (JUMP_LABEL (jump))++;
  285.       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  286. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1805:26: note: expanded from macro 'LABEL_NUSES'
  287. #define LABEL_NUSES(RTX) XCINT (RTX, 4, CODE_LABEL)
  288.                          ^           ~
  289. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1371:32: note: expanded from macro 'XCINT'
  290. #define XCINT(RTX, N, C)      (RTL_CHECKC1 (RTX, N, C).rt_int)
  291.                                ^                 ~
  292. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1230:37: note: expanded from macro 'RTL_CHECKC1'
  293. #define RTL_CHECKC1(RTX, N, C)      ((RTX)->u.fld[N])
  294.                                      ^            ~
  295. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:444:5: note: array 'fld' declared here
  296.     rtunion fld[1];
  297.     ^
  298. /Volumes/Haiku/buildtools/gcc/gcc/loop-unroll.c:825:20: warning: array index 7 is past the end of the array (which contains 1 element) [-Warray-bounds]
  299.       LABEL_NUSES (JUMP_LABEL (jump))++;
  300.                    ^~~~~~~~~~~~~~~~~
  301. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1860:28: note: expanded from macro 'JUMP_LABEL'
  302. #define JUMP_LABEL(INSN)   XCEXP (INSN, 7, JUMP_INSN)
  303.                            ^            ~
  304. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1375:32: note: expanded from macro 'XCEXP'
  305. #define XCEXP(RTX, N, C)      (RTL_CHECKC1 (RTX, N, C).rt_rtx)
  306.                                ^                 ~
  307. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1230:37: note: expanded from macro 'RTL_CHECKC1'
  308. #define RTL_CHECKC1(RTX, N, C)      ((RTX)->u.fld[N])
  309.                                      ^            ~
  310. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1805:33: note: expanded from macro 'LABEL_NUSES'
  311. #define LABEL_NUSES(RTX) XCINT (RTX, 4, CODE_LABEL)
  312.                                 ^~~
  313. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1371:45: note: expanded from macro 'XCINT'
  314. #define XCINT(RTX, N, C)      (RTL_CHECKC1 (RTX, N, C).rt_int)
  315.                                             ^~~
  316. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1230:38: note: expanded from macro 'RTL_CHECKC1'
  317. #define RTL_CHECKC1(RTX, N, C)      ((RTX)->u.fld[N])
  318.                                       ^~~
  319. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:444:5: note: array 'fld' declared here
  320.     rtunion fld[1];
  321.     ^
  322. /Volumes/Haiku/buildtools/gcc/gcc/loop-unroll.c:839:7: warning: array index 4 is past the end of the array (which contains 1 element) [-Warray-bounds]
  323.       LABEL_NUSES (label)++;
  324.       ^~~~~~~~~~~~~~~~~~~
  325. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1805:26: note: expanded from macro 'LABEL_NUSES'
  326. #define LABEL_NUSES(RTX) XCINT (RTX, 4, CODE_LABEL)
  327.                          ^           ~
  328. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1371:32: note: expanded from macro 'XCINT'
  329. #define XCINT(RTX, N, C)      (RTL_CHECKC1 (RTX, N, C).rt_int)
  330.                                ^                 ~
  331. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1230:37: note: expanded from macro 'RTL_CHECKC1'
  332. #define RTL_CHECKC1(RTX, N, C)      ((RTX)->u.fld[N])
  333.                                      ^            ~
  334. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:444:5: note: array 'fld' declared here
  335.     rtunion fld[1];
  336.     ^
  337. /Volumes/Haiku/buildtools/gcc/gcc/loop-unroll.c:1393:9: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
  338.   src = SET_SRC (set);
  339.         ^~~~~~~~~~~~~
  340. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:2684:22: note: expanded from macro 'SET_SRC'
  341. #define SET_SRC(RTX) XCEXP (RTX, 1, SET)
  342.                      ^           ~
  343. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1375:32: note: expanded from macro 'XCEXP'
  344. #define XCEXP(RTX, N, C)      (RTL_CHECKC1 (RTX, N, C).rt_rtx)
  345.                                ^                 ~
  346. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1230:37: note: expanded from macro 'RTL_CHECKC1'
  347. #define RTL_CHECKC1(RTX, N, C)      ((RTX)->u.fld[N])
  348.                                      ^            ~
  349. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:444:5: note: array 'fld' declared here
  350.     rtunion fld[1];
  351.     ^
  352. /Volumes/Haiku/buildtools/gcc/gcc/loop-unroll.c:1429:32: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds]
  353.       if (!rtx_equal_p  (dest, XEXP (src, 2)))
  354.                                ^          ~
  355. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1341:23: note: expanded from macro 'XEXP'
  356. #define XEXP(RTX, N)    (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx)
  357.                          ^                ~
  358. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1229:38: note: expanded from macro 'RTL_CHECK2'
  359. #define RTL_CHECK2(RTX, N, C1, C2)  ((RTX)->u.fld[N])
  360.                                      ^            ~
  361. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:444:5: note: array 'fld' declared here
  362.     rtunion fld[1];
  363.     ^
  364. /Volumes/Haiku/buildtools/gcc/gcc/loop-unroll.c:1435:31: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
  365.   else if (rtx_equal_p (dest, XEXP (src, 1)))
  366.                               ^          ~
  367. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1341:23: note: expanded from macro 'XEXP'
  368. #define XEXP(RTX, N)    (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx)
  369.                          ^                ~
  370. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1229:38: note: expanded from macro 'RTL_CHECK2'
  371. #define RTL_CHECK2(RTX, N, C1, C2)  ((RTX)->u.fld[N])
  372.                                      ^            ~
  373. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:444:5: note: array 'fld' declared here
  374.     rtunion fld[1];
  375.     ^
  376. /Volumes/Haiku/buildtools/gcc/gcc/loop-unroll.c:1452:31: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
  377.           || rtx_referenced_p (dest, XEXP (src, 1)))
  378.                                      ^          ~
  379. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1341:23: note: expanded from macro 'XEXP'
  380. #define XEXP(RTX, N)    (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx)
  381.                          ^                ~
  382. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1229:38: note: expanded from macro 'RTL_CHECK2'
  383. #define RTL_CHECK2(RTX, N, C1, C2)  ((RTX)->u.fld[N])
  384.                                      ^            ~
  385. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:444:5: note: array 'fld' declared here
  386.     rtunion fld[1];
  387.     ^
  388. /Volumes/Haiku/buildtools/gcc/gcc/loop-unroll.c:1703:14: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
  389.   rtx expr = SET_SRC (single_set (ivts->insn));
  390.              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:2684:22: note: expanded from macro 'SET_SRC'
  392. #define SET_SRC(RTX) XCEXP (RTX, 1, SET)
  393.                      ^           ~
  394. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1375:32: note: expanded from macro 'XCEXP'
  395. #define XCEXP(RTX, N, C)      (RTL_CHECKC1 (RTX, N, C).rt_rtx)
  396.                                ^                 ~
  397. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1230:37: note: expanded from macro 'RTL_CHECKC1'
  398. #define RTL_CHECKC1(RTX, N, C)      ((RTX)->u.fld[N])
  399.                                      ^            ~
  400. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:444:5: note: array 'fld' declared here
  401.     rtunion fld[1];
  402.     ^
  403. /Volumes/Haiku/buildtools/gcc/gcc/loop-unroll.c:1714:24: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
  404.   rtx expr = copy_rtx (SET_SRC (single_set (insn)));
  405.                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  406. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:2684:22: note: expanded from macro 'SET_SRC'
  407. #define SET_SRC(RTX) XCEXP (RTX, 1, SET)
  408.                      ^           ~
  409. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1375:32: note: expanded from macro 'XCEXP'
  410. #define XCEXP(RTX, N, C)      (RTL_CHECKC1 (RTX, N, C).rt_rtx)
  411.                                ^                 ~
  412. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1230:37: note: expanded from macro 'RTL_CHECKC1'
  413. #define RTL_CHECKC1(RTX, N, C)      ((RTX)->u.fld[N])
  414.                                      ^            ~
  415. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:444:5: note: array 'fld' declared here
  416.     rtunion fld[1];
  417.     ^
  418. /Volumes/Haiku/buildtools/gcc/gcc/loop-unroll.c:1777:19: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
  419.   src = copy_rtx (SET_SRC (set));
  420.                   ^~~~~~~~~~~~~
  421. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:2684:22: note: expanded from macro 'SET_SRC'
  422. #define SET_SRC(RTX) XCEXP (RTX, 1, SET)
  423.                      ^           ~
  424. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1375:32: note: expanded from macro 'XCEXP'
  425. #define XCEXP(RTX, N, C)      (RTL_CHECKC1 (RTX, N, C).rt_rtx)
  426.                                ^                 ~
  427. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1230:37: note: expanded from macro 'RTL_CHECKC1'
  428. #define RTL_CHECKC1(RTX, N, C)      ((RTX)->u.fld[N])
  429.                                      ^            ~
  430. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:444:5: note: array 'fld' declared here
  431.     rtunion fld[1];
  432.     ^
  433. /Volumes/Haiku/buildtools/gcc/gcc/loop-unroll.c:1962:11: warning: array index 4 is past the end of the array (which contains 1 element) [-Warray-bounds]
  434.   while (!NOTE_INSN_BASIC_BLOCK_P (insn))
  435.           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1679:21: note: expanded from macro 'NOTE_INSN_BASIC_BLOCK_P'
  437.   (NOTE_P (INSN) && NOTE_KIND (INSN) == NOTE_INSN_BASIC_BLOCK)
  438.                     ^~~~~~~~~~~~~~~~
  439. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1675:25: note: expanded from macro 'NOTE_KIND'
  440. #define NOTE_KIND(INSN) XCINT (INSN, 4, NOTE)
  441.                         ^            ~
  442. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1371:32: note: expanded from macro 'XCINT'
  443. #define XCINT(RTX, N, C)      (RTL_CHECKC1 (RTX, N, C).rt_int)
  444.                                ^                 ~
  445. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:1230:37: note: expanded from macro 'RTL_CHECKC1'
  446. #define RTL_CHECKC1(RTX, N, C)      ((RTX)->u.fld[N])
  447.                                      ^            ~
  448. /Volumes/Haiku/buildtools/gcc/gcc/rtl.h:444
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement