1 | /opt/local/bin/clang++-mp-8.0 -arch x86_64 -std=gnu++98 -c -g -DIN_GCC -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I/opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc -I/opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/build -I/opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/../include -I/opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/../libcpp/include -I/opt/local/include \ |
---|
2 | -o build/gencondmd.o build/gencondmd.c |
---|
3 | clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] |
---|
4 | In file included from build/gencondmd.c:24: |
---|
5 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/coretypes.h:76:1: warning: class 'rtx_def' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] |
---|
6 | class rtx_def; |
---|
7 | ^ |
---|
8 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/coretypes.h:56:8: note: previous use is here |
---|
9 | struct rtx_def; |
---|
10 | ^ |
---|
11 | In file included from build/gencondmd.c:24: |
---|
12 | In file included from /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/coretypes.h:433: |
---|
13 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/machmode.h:320:1: warning: 'pod_mode' defined as a struct template here but previously declared as a class template; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] |
---|
14 | struct pod_mode |
---|
15 | ^ |
---|
16 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/coretypes.h:68:20: note: did you mean struct here? |
---|
17 | template<typename> class pod_mode; |
---|
18 | ^~~~~ |
---|
19 | struct |
---|
20 | In file included from build/gencondmd.c:27: |
---|
21 | In file included from /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:31: |
---|
22 | In file included from /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/hash-table.h:244: |
---|
23 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/ggc.h:272:8: warning: struct 'rtx_def' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] |
---|
24 | inline struct rtx_def * |
---|
25 | ^ |
---|
26 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/coretypes.h:76:7: note: previous use is here |
---|
27 | class rtx_def; |
---|
28 | ^ |
---|
29 | In file included from build/gencondmd.c:27: |
---|
30 | In file included from /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:31: |
---|
31 | In file included from /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/hash-table.h:244: |
---|
32 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/ggc.h:275:11: warning: struct 'rtx_def' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] |
---|
33 | return (struct rtx_def *) ggc_internal_alloc (s PASS_MEM_STAT); |
---|
34 | ^ |
---|
35 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/coretypes.h:76:7: note: previous use is here |
---|
36 | class rtx_def; |
---|
37 | ^ |
---|
38 | In file included from build/gencondmd.c:27: |
---|
39 | In file included from /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:31: |
---|
40 | In file included from /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/hash-table.h:575: |
---|
41 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/mem-stats.h:126:1: warning: 'mem_usage' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] |
---|
42 | struct mem_usage |
---|
43 | ^ |
---|
44 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/hash-table.h:350:1: note: did you mean struct here? |
---|
45 | class mem_usage; |
---|
46 | ^~~~~ |
---|
47 | struct |
---|
48 | In file included from build/gencondmd.c:27: |
---|
49 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:305:1: warning: 'rtx_def' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] |
---|
50 | struct GTY((desc("0"), tag("0"), |
---|
51 | ^ |
---|
52 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/coretypes.h:76:1: note: did you mean struct here? |
---|
53 | class rtx_def; |
---|
54 | ^~~~~ |
---|
55 | struct |
---|
56 | In file included from build/gencondmd.c:27: |
---|
57 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1384:13: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds] |
---|
58 | rtx tmp = XEXP (this, 1); |
---|
59 | ^ ~ |
---|
60 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1331:23: note: expanded from macro 'XEXP' |
---|
61 | #define XEXP(RTX, N) (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx) |
---|
62 | ^ ~ |
---|
63 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1219:38: note: expanded from macro 'RTL_CHECK2' |
---|
64 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) |
---|
65 | ^ ~ |
---|
66 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:439:5: note: array 'fld' declared here |
---|
67 | rtunion fld[1]; |
---|
68 | ^ |
---|
69 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1397:13: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds] |
---|
70 | rtx tmp = XEXP (this, 1); |
---|
71 | ^ ~ |
---|
72 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1331:23: note: expanded from macro 'XEXP' |
---|
73 | #define XEXP(RTX, N) (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx) |
---|
74 | ^ ~ |
---|
75 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1219:38: note: expanded from macro 'RTL_CHECK2' |
---|
76 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) |
---|
77 | ^ ~ |
---|
78 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:439:5: note: array 'fld' declared here |
---|
79 | rtunion fld[1]; |
---|
80 | ^ |
---|
81 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1459:14: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds] |
---|
82 | rtx next = XEXP (insn, 1); |
---|
83 | ^ ~ |
---|
84 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1331:23: note: expanded from macro 'XEXP' |
---|
85 | #define XEXP(RTX, N) (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx) |
---|
86 | ^ ~ |
---|
87 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1219:38: note: expanded from macro 'RTL_CHECK2' |
---|
88 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) |
---|
89 | ^ ~ |
---|
90 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:439:5: note: array 'fld' declared here |
---|
91 | rtunion fld[1]; |
---|
92 | ^ |
---|
93 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1465:10: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds] |
---|
94 | return XEXP (insn, 1); |
---|
95 | ^ ~ |
---|
96 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1331:23: note: expanded from macro 'XEXP' |
---|
97 | #define XEXP(RTX, N) (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx) |
---|
98 | ^ ~ |
---|
99 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1219:38: note: expanded from macro 'RTL_CHECK2' |
---|
100 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) |
---|
101 | ^ ~ |
---|
102 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:439:5: note: array 'fld' declared here |
---|
103 | rtunion fld[1]; |
---|
104 | ^ |
---|
105 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1470:10: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds] |
---|
106 | return XBBDEF (insn, 2); |
---|
107 | ^ ~ |
---|
108 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1335:25: note: expanded from macro 'XBBDEF' |
---|
109 | #define XBBDEF(RTX, N) (RTL_CHECK1 (RTX, N, 'B').rt_bb) |
---|
110 | ^ ~ |
---|
111 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1218:38: note: expanded from macro 'RTL_CHECK1' |
---|
112 | #define RTL_CHECK1(RTX, N, C1) ((RTX)->u.fld[N]) |
---|
113 | ^ ~ |
---|
114 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:439:5: note: array 'fld' declared here |
---|
115 | rtunion fld[1]; |
---|
116 | ^ |
---|
117 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1475:10: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds] |
---|
118 | return XBBDEF (insn, 2); |
---|
119 | ^ ~ |
---|
120 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1335:25: note: expanded from macro 'XBBDEF' |
---|
121 | #define XBBDEF(RTX, N) (RTL_CHECK1 (RTX, N, 'B').rt_bb) |
---|
122 | ^ ~ |
---|
123 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1218:38: note: expanded from macro 'RTL_CHECK1' |
---|
124 | #define RTL_CHECK1(RTX, N, C1) ((RTX)->u.fld[N]) |
---|
125 | ^ ~ |
---|
126 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:439:5: note: array 'fld' declared here |
---|
127 | rtunion fld[1]; |
---|
128 | ^ |
---|
129 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1486:10: warning: array index 3 is past the end of the array (which contains 1 element) [-Warray-bounds] |
---|
130 | return XEXP (insn, 3); |
---|
131 | ^ ~ |
---|
132 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1331:23: note: expanded from macro 'XEXP' |
---|
133 | #define XEXP(RTX, N) (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx) |
---|
134 | ^ ~ |
---|
135 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1219:38: note: expanded from macro 'RTL_CHECK2' |
---|
136 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) |
---|
137 | ^ ~ |
---|
138 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:439:5: note: array 'fld' declared here |
---|
139 | rtunion fld[1]; |
---|
140 | ^ |
---|
141 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1491:10: warning: array index 3 is past the end of the array (which contains 1 element) [-Warray-bounds] |
---|
142 | return XEXP (insn, 3); |
---|
143 | ^ ~ |
---|
144 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1331:23: note: expanded from macro 'XEXP' |
---|
145 | #define XEXP(RTX, N) (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx) |
---|
146 | ^ ~ |
---|
147 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1219:38: note: expanded from macro 'RTL_CHECK2' |
---|
148 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) |
---|
149 | ^ ~ |
---|
150 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:439:5: note: array 'fld' declared here |
---|
151 | rtunion fld[1]; |
---|
152 | ^ |
---|
153 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1496:10: warning: array index 4 is past the end of the array (which contains 1 element) [-Warray-bounds] |
---|
154 | return XUINT (insn, 4); |
---|
155 | ^ ~ |
---|
156 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1329:26: note: expanded from macro 'XUINT' |
---|
157 | #define XUINT(RTX, N) (RTL_CHECK2 (RTX, N, 'i', 'n').rt_uint) |
---|
158 | ^ ~ |
---|
159 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1219:38: note: expanded from macro 'RTL_CHECK2' |
---|
160 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) |
---|
161 | ^ ~ |
---|
162 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:439:5: note: array 'fld' declared here |
---|
163 | rtunion fld[1]; |
---|
164 | ^ |
---|
165 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1501:10: warning: array index 4 is past the end of the array (which contains 1 element) [-Warray-bounds] |
---|
166 | return XUINT (insn, 4); |
---|
167 | ^ ~ |
---|
168 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1329:26: note: expanded from macro 'XUINT' |
---|
169 | #define XUINT(RTX, N) (RTL_CHECK2 (RTX, N, 'i', 'n').rt_uint) |
---|
170 | ^ ~ |
---|
171 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1219:38: note: expanded from macro 'RTL_CHECK2' |
---|
172 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) |
---|
173 | ^ ~ |
---|
174 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:439:5: note: array 'fld' declared here |
---|
175 | rtunion fld[1]; |
---|
176 | ^ |
---|
177 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1524:12: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds] |
---|
178 | return XVEC (pat, 1); /* presumably an ADDR_DIFF_VEC */ |
---|
179 | ^ ~ |
---|
180 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1332:23: note: expanded from macro 'XVEC' |
---|
181 | #define XVEC(RTX, N) (RTL_CHECK2 (RTX, N, 'E', 'V').rt_rtvec) |
---|
182 | ^ ~ |
---|
183 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1219:38: note: expanded from macro 'RTL_CHECK2' |
---|
184 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) |
---|
185 | ^ ~ |
---|
186 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:439:5: note: array 'fld' declared here |
---|
187 | rtunion fld[1]; |
---|
188 | ^ |
---|
189 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1848:34: warning: array index 7 is past the end of the array (which contains 1 element) [-Warray-bounds] |
---|
190 | return safe_as_a <rtx_insn *> (JUMP_LABEL (insn)); |
---|
191 | ^~~~~~~~~~~~~~~~~ |
---|
192 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1844:28: note: expanded from macro 'JUMP_LABEL' |
---|
193 | #define JUMP_LABEL(INSN) XCEXP (INSN, 7, JUMP_INSN) |
---|
194 | ^ ~ |
---|
195 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1365:32: note: expanded from macro 'XCEXP' |
---|
196 | #define XCEXP(RTX, N, C) (RTL_CHECKC1 (RTX, N, C).rt_rtx) |
---|
197 | ^ ~ |
---|
198 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1220:37: note: expanded from macro 'RTL_CHECKC1' |
---|
199 | #define RTL_CHECKC1(RTX, N, C) ((RTX)->u.fld[N]) |
---|
200 | ^ ~ |
---|
201 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:439:5: note: array 'fld' declared here |
---|
202 | rtunion fld[1]; |
---|
203 | ^ |
---|
204 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1855:10: warning: array index 7 is past the end of the array (which contains 1 element) [-Warray-bounds] |
---|
205 | return JUMP_LABEL (this); |
---|
206 | ^~~~~~~~~~~~~~~~~ |
---|
207 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1844:28: note: expanded from macro 'JUMP_LABEL' |
---|
208 | #define JUMP_LABEL(INSN) XCEXP (INSN, 7, JUMP_INSN) |
---|
209 | ^ ~ |
---|
210 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1365:32: note: expanded from macro 'XCEXP' |
---|
211 | #define XCEXP(RTX, N, C) (RTL_CHECKC1 (RTX, N, C).rt_rtx) |
---|
212 | ^ ~ |
---|
213 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1220:37: note: expanded from macro 'RTL_CHECKC1' |
---|
214 | #define RTL_CHECKC1(RTX, N, C) ((RTX)->u.fld[N]) |
---|
215 | ^ ~ |
---|
216 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:439:5: note: array 'fld' declared here |
---|
217 | rtunion fld[1]; |
---|
218 | ^ |
---|
219 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1860:40: warning: array index 7 is past the end of the array (which contains 1 element) [-Warray-bounds] |
---|
220 | return safe_as_a <rtx_code_label *> (JUMP_LABEL (this)); |
---|
221 | ^~~~~~~~~~~~~~~~~ |
---|
222 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1844:28: note: expanded from macro 'JUMP_LABEL' |
---|
223 | #define JUMP_LABEL(INSN) XCEXP (INSN, 7, JUMP_INSN) |
---|
224 | ^ ~ |
---|
225 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1365:32: note: expanded from macro 'XCEXP' |
---|
226 | #define XCEXP(RTX, N, C) (RTL_CHECKC1 (RTX, N, C).rt_rtx) |
---|
227 | ^ ~ |
---|
228 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1220:37: note: expanded from macro 'RTL_CHECKC1' |
---|
229 | #define RTL_CHECKC1(RTX, N, C) ((RTX)->u.fld[N]) |
---|
230 | ^ ~ |
---|
231 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:439:5: note: array 'fld' declared here |
---|
232 | rtunion fld[1]; |
---|
233 | ^ |
---|
234 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1865:3: warning: array index 7 is past the end of the array (which contains 1 element) [-Warray-bounds] |
---|
235 | JUMP_LABEL (this) = target; |
---|
236 | ^~~~~~~~~~~~~~~~~ |
---|
237 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1844:28: note: expanded from macro 'JUMP_LABEL' |
---|
238 | #define JUMP_LABEL(INSN) XCEXP (INSN, 7, JUMP_INSN) |
---|
239 | ^ ~ |
---|
240 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1365:32: note: expanded from macro 'XCEXP' |
---|
241 | #define XCEXP(RTX, N, C) (RTL_CHECKC1 (RTX, N, C).rt_rtx) |
---|
242 | ^ ~ |
---|
243 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1220:37: note: expanded from macro 'RTL_CHECKC1' |
---|
244 | #define RTL_CHECKC1(RTX, N, C) ((RTX)->u.fld[N]) |
---|
245 | ^ ~ |
---|
246 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:439:5: note: array 'fld' declared here |
---|
247 | rtunion fld[1]; |
---|
248 | ^ |
---|
249 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:2150:10: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds] |
---|
250 | SUBREG_BYTE (x), GET_MODE (x)); |
---|
251 | ^~~~~~~~~~~~~~~ |
---|
252 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:2023:26: note: expanded from macro 'SUBREG_BYTE' |
---|
253 | #define SUBREG_BYTE(RTX) XCSUBREG (RTX, 1, SUBREG) |
---|
254 | ^ ~ |
---|
255 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1363:32: note: expanded from macro 'XCSUBREG' |
---|
256 | #define XCSUBREG(RTX, N, C) (RTL_CHECKC1 (RTX, N, C).rt_subreg) |
---|
257 | ^ ~ |
---|
258 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1220:37: note: expanded from macro 'RTL_CHECKC1' |
---|
259 | #define RTL_CHECKC1(RTX, N, C) ((RTX)->u.fld[N]) |
---|
260 | ^ ~ |
---|
261 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:439:5: note: array 'fld' declared here |
---|
262 | rtunion fld[1]; |
---|
263 | ^ |
---|
264 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:3040:19: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds] |
---|
265 | *step_out = XEXP (x, 1); |
---|
266 | ^ ~ |
---|
267 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1331:23: note: expanded from macro 'XEXP' |
---|
268 | #define XEXP(RTX, N) (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx) |
---|
269 | ^ ~ |
---|
270 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1219:38: note: expanded from macro 'RTL_CHECK2' |
---|
271 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) |
---|
272 | ^ ~ |
---|
273 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:439:5: note: array 'fld' declared here |
---|
274 | rtunion fld[1]; |
---|
275 | ^ |
---|
276 | In file included from build/gencondmd.c:41: |
---|
277 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/output.h:129:6: warning: '__format__' attribute argument not supported: asm_fprintf [-Wignored-attributes] |
---|
278 | ATTRIBUTE_ASM_FPRINTF(2, 3); |
---|
279 | ^ |
---|
280 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/output.h:119:53: note: expanded from macro 'ATTRIBUTE_ASM_FPRINTF' |
---|
281 | #define ATTRIBUTE_ASM_FPRINTF(m, n) __attribute__ ((__format__ (__asm_fprintf__, m, n))) ATTRIBUTE_NONNULL(m) |
---|
282 | ^ |
---|
283 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/config/i386/i386.md:12763:4: warning: array index 7 is past the end of the array (which contains 1 element) [-Warray-bounds] |
---|
284 | CALL_INSN_FUNCTION_USAGE (peep2_next_insn (2)))) && |
---|
285 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
286 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1632:40: note: expanded from macro 'CALL_INSN_FUNCTION_USAGE' |
---|
287 | #define CALL_INSN_FUNCTION_USAGE(INSN) XEXP(INSN, 7) |
---|
288 | ^ ~ |
---|
289 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1331:23: note: expanded from macro 'XEXP' |
---|
290 | #define XEXP(RTX, N) (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx) |
---|
291 | ^ ~ |
---|
292 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1219:38: note: expanded from macro 'RTL_CHECK2' |
---|
293 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) |
---|
294 | ^ ~ |
---|
295 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:439:5: note: array 'fld' declared here |
---|
296 | rtunion fld[1]; |
---|
297 | ^ |
---|
298 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/config/i386/i386.md:12763:4: warning: array index 7 is past the end of the array (which contains 1 element) [-Warray-bounds] |
---|
299 | CALL_INSN_FUNCTION_USAGE (peep2_next_insn (2)))) && |
---|
300 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
301 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1632:40: note: expanded from macro 'CALL_INSN_FUNCTION_USAGE' |
---|
302 | #define CALL_INSN_FUNCTION_USAGE(INSN) XEXP(INSN, 7) |
---|
303 | ^ ~ |
---|
304 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1331:23: note: expanded from macro 'XEXP' |
---|
305 | #define XEXP(RTX, N) (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx) |
---|
306 | ^ ~ |
---|
307 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1219:38: note: expanded from macro 'RTL_CHECK2' |
---|
308 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) |
---|
309 | ^ ~ |
---|
310 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:439:5: note: array 'fld' declared here |
---|
311 | rtunion fld[1]; |
---|
312 | ^ |
---|
313 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/config/i386/i386.md:14463:7: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds] |
---|
314 | && XINT (XEXP (operands[2], 0), 1) == UNSPEC_PLTOFF) |
---|
315 | ^ ~ |
---|
316 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1328:23: note: expanded from macro 'XINT' |
---|
317 | #define XINT(RTX, N) (RTL_CHECK2 (RTX, N, 'i', 'n').rt_int) |
---|
318 | ^ ~ |
---|
319 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1219:38: note: expanded from macro 'RTL_CHECK2' |
---|
320 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) |
---|
321 | ^ ~ |
---|
322 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:439:5: note: array 'fld' declared here |
---|
323 | rtunion fld[1]; |
---|
324 | ^ |
---|
325 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/config/i386/i386.md:14463:7: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds] |
---|
326 | && XINT (XEXP (operands[2], 0), 1) == UNSPEC_PLTOFF) |
---|
327 | ^ ~ |
---|
328 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1328:23: note: expanded from macro 'XINT' |
---|
329 | #define XINT(RTX, N) (RTL_CHECK2 (RTX, N, 'i', 'n').rt_int) |
---|
330 | ^ ~ |
---|
331 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1219:38: note: expanded from macro 'RTL_CHECK2' |
---|
332 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) |
---|
333 | ^ ~ |
---|
334 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:439:5: note: array 'fld' declared here |
---|
335 | rtunion fld[1]; |
---|
336 | ^ |
---|
337 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/config/i386/i386.md:12829:4: warning: array index 7 is past the end of the array (which contains 1 element) [-Warray-bounds] |
---|
338 | CALL_INSN_FUNCTION_USAGE (peep2_next_insn (1)))) |
---|
339 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
340 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1632:40: note: expanded from macro 'CALL_INSN_FUNCTION_USAGE' |
---|
341 | #define CALL_INSN_FUNCTION_USAGE(INSN) XEXP(INSN, 7) |
---|
342 | ^ ~ |
---|
343 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1331:23: note: expanded from macro 'XEXP' |
---|
344 | #define XEXP(RTX, N) (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx) |
---|
345 | ^ ~ |
---|
346 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1219:38: note: expanded from macro 'RTL_CHECK2' |
---|
347 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) |
---|
348 | ^ ~ |
---|
349 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:439:5: note: array 'fld' declared here |
---|
350 | rtunion fld[1]; |
---|
351 | ^ |
---|
352 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/config/i386/i386.md:12829:4: warning: array index 7 is past the end of the array (which contains 1 element) [-Warray-bounds] |
---|
353 | CALL_INSN_FUNCTION_USAGE (peep2_next_insn (1)))) |
---|
354 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
355 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1632:40: note: expanded from macro 'CALL_INSN_FUNCTION_USAGE' |
---|
356 | #define CALL_INSN_FUNCTION_USAGE(INSN) XEXP(INSN, 7) |
---|
357 | ^ ~ |
---|
358 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1331:23: note: expanded from macro 'XEXP' |
---|
359 | #define XEXP(RTX, N) (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx) |
---|
360 | ^ ~ |
---|
361 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1219:38: note: expanded from macro 'RTL_CHECK2' |
---|
362 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) |
---|
363 | ^ ~ |
---|
364 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:439:5: note: array 'fld' declared here |
---|
365 | rtunion fld[1]; |
---|
366 | ^ |
---|
367 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/config/i386/i386.md:12746:4: warning: array index 7 is past the end of the array (which contains 1 element) [-Warray-bounds] |
---|
368 | CALL_INSN_FUNCTION_USAGE (peep2_next_insn (1)))) && |
---|
369 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
370 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1632:40: note: expanded from macro 'CALL_INSN_FUNCTION_USAGE' |
---|
371 | #define CALL_INSN_FUNCTION_USAGE(INSN) XEXP(INSN, 7) |
---|
372 | ^ ~ |
---|
373 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1331:23: note: expanded from macro 'XEXP' |
---|
374 | #define XEXP(RTX, N) (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx) |
---|
375 | ^ ~ |
---|
376 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1219:38: note: expanded from macro 'RTL_CHECK2' |
---|
377 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) |
---|
378 | ^ ~ |
---|
379 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:439:5: note: array 'fld' declared here |
---|
380 | rtunion fld[1]; |
---|
381 | ^ |
---|
382 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/config/i386/i386.md:12746:4: warning: array index 7 is past the end of the array (which contains 1 element) [-Warray-bounds] |
---|
383 | CALL_INSN_FUNCTION_USAGE (peep2_next_insn (1)))) && |
---|
384 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
385 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1632:40: note: expanded from macro 'CALL_INSN_FUNCTION_USAGE' |
---|
386 | #define CALL_INSN_FUNCTION_USAGE(INSN) XEXP(INSN, 7) |
---|
387 | ^ ~ |
---|
388 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1331:23: note: expanded from macro 'XEXP' |
---|
389 | #define XEXP(RTX, N) (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx) |
---|
390 | ^ ~ |
---|
391 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1219:38: note: expanded from macro 'RTL_CHECK2' |
---|
392 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) |
---|
393 | ^ ~ |
---|
394 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:439:5: note: array 'fld' declared here |
---|
395 | rtunion fld[1]; |
---|
396 | ^ |
---|
397 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/config/i386/i386.md:12850:4: warning: array index 7 is past the end of the array (which contains 1 element) [-Warray-bounds] |
---|
398 | CALL_INSN_FUNCTION_USAGE (peep2_next_insn (2)))) |
---|
399 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
400 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1632:40: note: expanded from macro 'CALL_INSN_FUNCTION_USAGE' |
---|
401 | #define CALL_INSN_FUNCTION_USAGE(INSN) XEXP(INSN, 7) |
---|
402 | ^ ~ |
---|
403 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1331:23: note: expanded from macro 'XEXP' |
---|
404 | #define XEXP(RTX, N) (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx) |
---|
405 | ^ ~ |
---|
406 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1219:38: note: expanded from macro 'RTL_CHECK2' |
---|
407 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) |
---|
408 | ^ ~ |
---|
409 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:439:5: note: array 'fld' declared here |
---|
410 | rtunion fld[1]; |
---|
411 | ^ |
---|
412 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/config/i386/i386.md:12850:4: warning: array index 7 is past the end of the array (which contains 1 element) [-Warray-bounds] |
---|
413 | CALL_INSN_FUNCTION_USAGE (peep2_next_insn (2)))) |
---|
414 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
415 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1632:40: note: expanded from macro 'CALL_INSN_FUNCTION_USAGE' |
---|
416 | #define CALL_INSN_FUNCTION_USAGE(INSN) XEXP(INSN, 7) |
---|
417 | ^ ~ |
---|
418 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1331:23: note: expanded from macro 'XEXP' |
---|
419 | #define XEXP(RTX, N) (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx) |
---|
420 | ^ ~ |
---|
421 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1219:38: note: expanded from macro 'RTL_CHECK2' |
---|
422 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) |
---|
423 | ^ ~ |
---|
424 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:439:5: note: array 'fld' declared here |
---|
425 | rtunion fld[1]; |
---|
426 | ^ |
---|
427 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/config/i386/i386.md:12746:4: warning: array index 7 is past the end of the array (which contains 1 element) [-Warray-bounds] |
---|
428 | CALL_INSN_FUNCTION_USAGE (peep2_next_insn (1)))) && |
---|
429 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
430 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1632:40: note: expanded from macro 'CALL_INSN_FUNCTION_USAGE' |
---|
431 | #define CALL_INSN_FUNCTION_USAGE(INSN) XEXP(INSN, 7) |
---|
432 | ^ ~ |
---|
433 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1331:23: note: expanded from macro 'XEXP' |
---|
434 | #define XEXP(RTX, N) (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx) |
---|
435 | ^ ~ |
---|
436 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1219:38: note: expanded from macro 'RTL_CHECK2' |
---|
437 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) |
---|
438 | ^ ~ |
---|
439 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:439:5: note: array 'fld' declared here |
---|
440 | rtunion fld[1]; |
---|
441 | ^ |
---|
442 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/config/i386/i386.md:12746:4: warning: array index 7 is past the end of the array (which contains 1 element) [-Warray-bounds] |
---|
443 | CALL_INSN_FUNCTION_USAGE (peep2_next_insn (1)))) && |
---|
444 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
445 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1632:40: note: expanded from macro 'CALL_INSN_FUNCTION_USAGE' |
---|
446 | #define CALL_INSN_FUNCTION_USAGE(INSN) XEXP(INSN, 7) |
---|
447 | ^ ~ |
---|
448 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1331:23: note: expanded from macro 'XEXP' |
---|
449 | #define XEXP(RTX, N) (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx) |
---|
450 | ^ ~ |
---|
451 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1219:38: note: expanded from macro 'RTL_CHECK2' |
---|
452 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) |
---|
453 | ^ ~ |
---|
454 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:439:5: note: array 'fld' declared here |
---|
455 | rtunion fld[1]; |
---|
456 | ^ |
---|
457 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/config/i386/i386.md:14369:7: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds] |
---|
458 | && XINT (XEXP (operands[3], 0), 1) == UNSPEC_PLTOFF) |
---|
459 | ^ ~ |
---|
460 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1328:23: note: expanded from macro 'XINT' |
---|
461 | #define XINT(RTX, N) (RTL_CHECK2 (RTX, N, 'i', 'n').rt_int) |
---|
462 | ^ ~ |
---|
463 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1219:38: note: expanded from macro 'RTL_CHECK2' |
---|
464 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) |
---|
465 | ^ ~ |
---|
466 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:439:5: note: array 'fld' declared here |
---|
467 | rtunion fld[1]; |
---|
468 | ^ |
---|
469 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/config/i386/i386.md:14369:7: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds] |
---|
470 | && XINT (XEXP (operands[3], 0), 1) == UNSPEC_PLTOFF) |
---|
471 | ^ ~ |
---|
472 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1328:23: note: expanded from macro 'XINT' |
---|
473 | #define XINT(RTX, N) (RTL_CHECK2 (RTX, N, 'i', 'n').rt_int) |
---|
474 | ^ ~ |
---|
475 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1219:38: note: expanded from macro 'RTL_CHECK2' |
---|
476 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) |
---|
477 | ^ ~ |
---|
478 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:439:5: note: array 'fld' declared here |
---|
479 | rtunion fld[1]; |
---|
480 | ^ |
---|
481 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/config/i386/i386.md:12763:4: warning: array index 7 is past the end of the array (which contains 1 element) [-Warray-bounds] |
---|
482 | CALL_INSN_FUNCTION_USAGE (peep2_next_insn (2)))) && |
---|
483 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
484 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1632:40: note: expanded from macro 'CALL_INSN_FUNCTION_USAGE' |
---|
485 | #define CALL_INSN_FUNCTION_USAGE(INSN) XEXP(INSN, 7) |
---|
486 | ^ ~ |
---|
487 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1331:23: note: expanded from macro 'XEXP' |
---|
488 | #define XEXP(RTX, N) (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx) |
---|
489 | ^ ~ |
---|
490 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1219:38: note: expanded from macro 'RTL_CHECK2' |
---|
491 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) |
---|
492 | ^ ~ |
---|
493 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:439:5: note: array 'fld' declared here |
---|
494 | rtunion fld[1]; |
---|
495 | ^ |
---|
496 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/config/i386/i386.md:12763:4: warning: array index 7 is past the end of the array (which contains 1 element) [-Warray-bounds] |
---|
497 | CALL_INSN_FUNCTION_USAGE (peep2_next_insn (2)))) && |
---|
498 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
499 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1632:40: note: expanded from macro 'CALL_INSN_FUNCTION_USAGE' |
---|
500 | #define CALL_INSN_FUNCTION_USAGE(INSN) XEXP(INSN, 7) |
---|
501 | ^ ~ |
---|
502 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1331:23: note: expanded from macro 'XEXP' |
---|
503 | #define XEXP(RTX, N) (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx) |
---|
504 | ^ ~ |
---|
505 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:1219:38: note: expanded from macro 'RTL_CHECK2' |
---|
506 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) |
---|
507 | ^ ~ |
---|
508 | /opt/local/var/macports/build/_opt_macports-ports_lang_gcc9/gcc9/work/gcc-9.2.0/gcc/rtl.h:439:5: note: array 'fld' declared here |
---|
509 | rtunion fld[1]; |
---|
510 | ^ |
---|
511 | 40 warnings generated. |
---|
512 | /opt/local/bin/clang++-mp-8.0 -arch x86_64 -std=gnu++98 -g -DIN_GCC -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -L/opt/local/lib -Wl,-headerpad_max_install_names -no-pie -o build/gencondmd \ |
---|
513 | build/gencondmd.o ../build-x86_64-apple-darwin10/libiberty/libiberty.a |
---|
514 | clang: warning: argument unused during compilation: '-nopie' [-Wunused-command-line-argument] |
---|
515 | build/gencondmd > tmp-cond.md |
---|