]>
Commit | Line | Data |
---|---|---|
dc6746e7 | 1 | # SOME DESCRIPTIVE TITLE. |
8d98c44c | 2 | # Copyright (C) YEAR Free Software Foundation, Inc. |
a52453cc | 3 | # This file is distributed under the same license as the PACKAGE package. |
dc6746e7 PT |
4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
5 | # | |
6 | #, fuzzy | |
7 | msgid "" | |
8 | msgstr "" | |
9 | "Project-Id-Version: PACKAGE VERSION\n" | |
8d98c44c | 10 | "Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\n" |
d5706a1e | 11 | "POT-Creation-Date: 2004-10-05 21:45-0700\n" |
dc6746e7 PT |
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
14 | "Language-Team: LANGUAGE <LL@li.org>\n" | |
15 | "MIME-Version: 1.0\n" | |
16 | "Content-Type: text/plain; charset=CHARSET\n" | |
9e620082 | 17 | "Content-Transfer-Encoding: 8bit\n" |
dc6746e7 | 18 | |
807ab1f2 | 19 | #: attribs.c:175 |
5b7874aa | 20 | #, c-format |
a05e4fdb | 21 | msgid "%qs attribute directive ignored" |
4ba01ed2 PT |
22 | msgstr "" |
23 | ||
807ab1f2 | 24 | #: attribs.c:183 |
5b7874aa | 25 | #, c-format |
a05e4fdb | 26 | msgid "wrong number of arguments specified for %qs attribute" |
4ba01ed2 PT |
27 | msgstr "" |
28 | ||
807ab1f2 | 29 | #: attribs.c:200 |
5b7874aa | 30 | #, c-format |
a05e4fdb | 31 | msgid "%qs attribute does not apply to types" |
4ba01ed2 PT |
32 | msgstr "" |
33 | ||
807ab1f2 | 34 | #: attribs.c:246 |
5b7874aa | 35 | #, c-format |
a05e4fdb | 36 | msgid "%qs attribute only applies to function types" |
4ba01ed2 PT |
37 | msgstr "" |
38 | ||
de104104 | 39 | #: builtins.c:341 |
5b7874aa | 40 | msgid "offset outside bounds of constant string" |
4ba01ed2 PT |
41 | msgstr "" |
42 | ||
de104104 | 43 | #: builtins.c:925 |
a05e4fdb | 44 | msgid "second arg to %<__builtin_prefetch%> must be a constant" |
1737c953 JM |
45 | msgstr "" |
46 | ||
de104104 | 47 | #: builtins.c:932 |
1737c953 JM |
48 | msgid "invalid second arg to __builtin_prefetch; using zero" |
49 | msgstr "" | |
50 | ||
de104104 | 51 | #: builtins.c:939 |
a05e4fdb | 52 | msgid "third arg to %<__builtin_prefetch%> must be a constant" |
1737c953 JM |
53 | msgstr "" |
54 | ||
de104104 | 55 | #: builtins.c:946 |
1737c953 JM |
56 | msgid "invalid third arg to __builtin_prefetch; using zero" |
57 | msgstr "" | |
58 | ||
d5706a1e | 59 | #: builtins.c:3790 |
a05e4fdb | 60 | msgid "argument of %<__builtin_args_info%> must be constant" |
d51681a7 PT |
61 | msgstr "" |
62 | ||
d5706a1e | 63 | #: builtins.c:3796 |
a05e4fdb | 64 | msgid "argument of %<__builtin_args_info%> out of range" |
dc6746e7 PT |
65 | msgstr "" |
66 | ||
d5706a1e | 67 | #: builtins.c:3802 |
a05e4fdb | 68 | msgid "missing argument in %<__builtin_args_info%>" |
d51681a7 PT |
69 | msgstr "" |
70 | ||
d5706a1e | 71 | #: builtins.c:3818 builtins.c:8715 |
a05e4fdb | 72 | msgid "%<va_start%> used in function with fixed args" |
dc6746e7 PT |
73 | msgstr "" |
74 | ||
d5706a1e | 75 | #: builtins.c:3837 builtins.c:8731 |
a05e4fdb | 76 | msgid "second parameter of %<va_start%> not last named argument" |
dc6746e7 PT |
77 | msgstr "" |
78 | ||
5b7874aa ZW |
79 | #. Evidently an out of date version of <stdarg.h>; can't validate |
80 | #. va_start's second argument, but can still work as intended. | |
d5706a1e | 81 | #: builtins.c:3842 builtins.c:8737 |
a05e4fdb | 82 | msgid "%<__builtin_next_arg%> called without an argument" |
9e620082 ZW |
83 | msgstr "" |
84 | ||
d5706a1e | 85 | #: builtins.c:3927 |
a05e4fdb | 86 | msgid "too many arguments to function %<va_start%>" |
5b7874aa ZW |
87 | msgstr "" |
88 | ||
d5706a1e | 89 | #: builtins.c:4075 |
a05e4fdb | 90 | msgid "first argument to %<va_arg%> not of type %<va_list%>" |
d51681a7 PT |
91 | msgstr "" |
92 | ||
7bbf788c PT |
93 | #. Unfortunately, this is merely undefined, rather than a constraint |
94 | #. violation, so we cannot make this an error. If this call is never | |
95 | #. executed, the program is still strictly conforming. | |
d5706a1e | 96 | #: builtins.c:4089 |
a05e4fdb | 97 | msgid "%qT is promoted to %qT when passed through %<...%>" |
d51681a7 PT |
98 | msgstr "" |
99 | ||
d5706a1e | 100 | #: builtins.c:4094 |
a05e4fdb | 101 | msgid "(so you should pass %qT not %qT to %<va_arg%>)" |
d51681a7 PT |
102 | msgstr "" |
103 | ||
b1b51268 JM |
104 | #. We can, however, treat "undefined" any way we please. |
105 | #. Call abort to encourage the user to fix the program. | |
d5706a1e | 106 | #: builtins.c:4100 c-typeck.c:1956 |
b1b51268 JM |
107 | msgid "if this code is reached, the program will abort" |
108 | msgstr "" | |
109 | ||
d5706a1e | 110 | #: builtins.c:4218 |
a05e4fdb | 111 | msgid "invalid arg to %<__builtin_frame_address%>" |
d51681a7 PT |
112 | msgstr "" |
113 | ||
d5706a1e | 114 | #: builtins.c:4220 |
a05e4fdb | 115 | msgid "invalid arg to %<__builtin_return_address%>" |
dc6746e7 PT |
116 | msgstr "" |
117 | ||
d5706a1e | 118 | #: builtins.c:4234 |
a05e4fdb | 119 | msgid "unsupported arg to %<__builtin_frame_address%>" |
dc6746e7 PT |
120 | msgstr "" |
121 | ||
d5706a1e | 122 | #: builtins.c:4236 |
a05e4fdb | 123 | msgid "unsupported arg to %<__builtin_return_address%>" |
dc6746e7 PT |
124 | msgstr "" |
125 | ||
d5706a1e | 126 | #: builtins.c:4339 |
a05e4fdb | 127 | msgid "second arg to %<__builtin_expect%> must be a constant" |
d51681a7 PT |
128 | msgstr "" |
129 | ||
d5706a1e | 130 | #: builtins.c:5546 |
5b7874aa | 131 | msgid "__builtin_longjmp second argument must be 1" |
d51681a7 PT |
132 | msgstr "" |
133 | ||
d5706a1e | 134 | #: builtins.c:5891 |
807ab1f2 JM |
135 | msgid "target format does not support infinity" |
136 | msgstr "" | |
137 | ||
d5706a1e | 138 | #: builtins.c:7566 builtins.c:7662 c-typeck.c:2185 |
d51681a7 | 139 | #, c-format |
a05e4fdb | 140 | msgid "too few arguments to function %qs" |
dc6746e7 PT |
141 | msgstr "" |
142 | ||
d5706a1e | 143 | #: builtins.c:7572 builtins.c:7668 c-typeck.c:2044 |
807ab1f2 | 144 | #, c-format |
a05e4fdb | 145 | msgid "too many arguments to function %qs" |
5b7874aa ZW |
146 | msgstr "" |
147 | ||
d5706a1e | 148 | #: builtins.c:7578 builtins.c:7692 |
807ab1f2 | 149 | #, c-format |
a05e4fdb | 150 | msgid "non-floating-point argument to function %qs" |
1737c953 JM |
151 | msgstr "" |
152 | ||
807ab1f2 JM |
153 | #: c-common.c:831 |
154 | msgid "%J%qD is not defined outside of function scope" | |
b97e55da JM |
155 | msgstr "" |
156 | ||
807ab1f2 | 157 | #: c-common.c:852 |
5b7874aa ZW |
158 | #, c-format |
159 | msgid "" | |
807ab1f2 | 160 | "string length %qd is greater than the length %qd ISO C%d compilers are " |
5b7874aa | 161 | "required to support" |
dc6746e7 PT |
162 | msgstr "" |
163 | ||
de104104 | 164 | #: c-common.c:898 |
9e620082 | 165 | msgid "overflow in constant expression" |
dc6746e7 PT |
166 | msgstr "" |
167 | ||
de104104 | 168 | #: c-common.c:918 |
9e620082 | 169 | msgid "integer overflow in expression" |
4ba01ed2 PT |
170 | msgstr "" |
171 | ||
de104104 | 172 | #: c-common.c:927 |
9e620082 | 173 | msgid "floating point overflow in expression" |
4ba01ed2 PT |
174 | msgstr "" |
175 | ||
de104104 | 176 | #: c-common.c:933 |
7bbf788c PT |
177 | msgid "vector overflow in expression" |
178 | msgstr "" | |
179 | ||
9e620082 | 180 | #. This detects cases like converting -129 or 256 to unsigned char. |
de104104 | 181 | #: c-common.c:955 |
9e620082 | 182 | msgid "large integer implicitly truncated to unsigned type" |
4ba01ed2 PT |
183 | msgstr "" |
184 | ||
de104104 | 185 | #: c-common.c:957 |
9e620082 | 186 | msgid "negative integer implicitly converted to unsigned type" |
dc6746e7 PT |
187 | msgstr "" |
188 | ||
de104104 | 189 | #: c-common.c:1015 |
9e620082 | 190 | msgid "overflow in implicit constant conversion" |
dc6746e7 PT |
191 | msgstr "" |
192 | ||
de104104 | 193 | #: c-common.c:1151 |
dc6746e7 | 194 | #, c-format |
807ab1f2 | 195 | msgid "operation on %qs may be undefined" |
dc6746e7 PT |
196 | msgstr "" |
197 | ||
de104104 | 198 | #: c-common.c:1437 |
807ab1f2 | 199 | msgid "case label does not reduce to an integer constant" |
dc6746e7 PT |
200 | msgstr "" |
201 | ||
de104104 | 202 | #: c-common.c:1480 |
807ab1f2 JM |
203 | msgid "case label value is less than minimum value for type" |
204 | msgstr "" | |
205 | ||
de104104 | 206 | #: c-common.c:1488 |
807ab1f2 JM |
207 | msgid "case label value exceeds maximum value for type" |
208 | msgstr "" | |
209 | ||
de104104 | 210 | #: c-common.c:1496 |
807ab1f2 | 211 | msgid "lower value in case label range less than minimum value for type" |
dc6746e7 PT |
212 | msgstr "" |
213 | ||
de104104 | 214 | #: c-common.c:1505 |
807ab1f2 JM |
215 | msgid "upper value in case label range exceeds maximum value for type" |
216 | msgstr "" | |
217 | ||
de104104 | 218 | #: c-common.c:1821 |
9e620082 | 219 | msgid "invalid truth-value expression" |
dc6746e7 PT |
220 | msgstr "" |
221 | ||
de104104 | 222 | #: c-common.c:1872 |
dc6746e7 | 223 | #, c-format |
9e620082 | 224 | msgid "invalid operands to binary %s" |
dc6746e7 PT |
225 | msgstr "" |
226 | ||
de104104 | 227 | #: c-common.c:2115 |
9e620082 | 228 | msgid "comparison is always false due to limited range of data type" |
dc6746e7 PT |
229 | msgstr "" |
230 | ||
de104104 | 231 | #: c-common.c:2117 |
9e620082 | 232 | msgid "comparison is always true due to limited range of data type" |
dc6746e7 PT |
233 | msgstr "" |
234 | ||
de104104 | 235 | #: c-common.c:2187 |
9e620082 | 236 | msgid "comparison of unsigned expression >= 0 is always true" |
dc6746e7 PT |
237 | msgstr "" |
238 | ||
de104104 | 239 | #: c-common.c:2196 |
9e620082 | 240 | msgid "comparison of unsigned expression < 0 is always false" |
4ba01ed2 PT |
241 | msgstr "" |
242 | ||
de104104 | 243 | #: c-common.c:2238 |
807ab1f2 | 244 | msgid "pointer of type %<void *%> used in arithmetic" |
7bbf788c PT |
245 | msgstr "" |
246 | ||
de104104 | 247 | #: c-common.c:2244 |
7bbf788c PT |
248 | msgid "pointer to a function used in arithmetic" |
249 | msgstr "" | |
250 | ||
de104104 | 251 | #: c-common.c:2250 |
7bbf788c PT |
252 | msgid "pointer to member function used in arithmetic" |
253 | msgstr "" | |
254 | ||
b97e55da JM |
255 | #. Common Ada/Pascal programmer's mistake. We always warn |
256 | #. about this since it is so bad. | |
de104104 | 257 | #: c-common.c:2358 |
807ab1f2 | 258 | msgid "the address of %qD, will always evaluate as %<true%>" |
b97e55da JM |
259 | msgstr "" |
260 | ||
de104104 | 261 | #: c-common.c:2454 |
9e620082 | 262 | msgid "suggest parentheses around assignment used as truth value" |
dc6746e7 PT |
263 | msgstr "" |
264 | ||
de104104 | 265 | #: c-common.c:2503 c-common.c:2543 |
807ab1f2 | 266 | msgid "invalid use of %<restrict%>" |
5b7874aa ZW |
267 | msgstr "" |
268 | ||
de104104 | 269 | #: c-common.c:2758 |
807ab1f2 | 270 | msgid "invalid application of %<sizeof%> to a function type" |
5b7874aa ZW |
271 | msgstr "" |
272 | ||
de104104 | 273 | #: c-common.c:2768 |
1737c953 | 274 | #, c-format |
807ab1f2 | 275 | msgid "invalid application of %qs to a void type" |
1737c953 JM |
276 | msgstr "" |
277 | ||
de104104 | 278 | #: c-common.c:2774 |
807ab1f2 | 279 | msgid "invalid application of %qs to incomplete type %qT " |
dc6746e7 PT |
280 | msgstr "" |
281 | ||
de104104 | 282 | #: c-common.c:2815 |
807ab1f2 | 283 | msgid "%<__alignof%> applied to a bit-field" |
dc6746e7 PT |
284 | msgstr "" |
285 | ||
de104104 | 286 | #: c-common.c:3258 |
7bbf788c | 287 | #, c-format |
807ab1f2 | 288 | msgid "cannot disable built-in function %qs" |
7bbf788c PT |
289 | msgstr "" |
290 | ||
de104104 | 291 | #: c-common.c:3518 |
9e620082 | 292 | msgid "pointers are not permitted as case values" |
dc6746e7 PT |
293 | msgstr "" |
294 | ||
de104104 | 295 | #: c-common.c:3522 |
b97e55da | 296 | msgid "range expressions in switch statements are non-standard" |
dc6746e7 PT |
297 | msgstr "" |
298 | ||
de104104 | 299 | #: c-common.c:3547 |
9e620082 | 300 | msgid "empty range specified" |
dc6746e7 PT |
301 | msgstr "" |
302 | ||
de104104 | 303 | #: c-common.c:3606 |
9e620082 | 304 | msgid "duplicate (or overlapping) case value" |
dc6746e7 PT |
305 | msgstr "" |
306 | ||
de104104 | 307 | #: c-common.c:3607 |
b97e55da | 308 | msgid "%Jthis is the first entry overlapping that value" |
dc6746e7 PT |
309 | msgstr "" |
310 | ||
de104104 | 311 | #: c-common.c:3611 |
9e620082 | 312 | msgid "duplicate case value" |
dc6746e7 PT |
313 | msgstr "" |
314 | ||
de104104 | 315 | #: c-common.c:3612 |
b97e55da | 316 | msgid "%Jpreviously used here" |
dc6746e7 PT |
317 | msgstr "" |
318 | ||
de104104 | 319 | #: c-common.c:3616 |
9e620082 | 320 | msgid "multiple default labels in one switch" |
dc6746e7 PT |
321 | msgstr "" |
322 | ||
de104104 | 323 | #: c-common.c:3617 |
b97e55da | 324 | msgid "%Jthis is the first default label" |
dc6746e7 PT |
325 | msgstr "" |
326 | ||
de104104 | 327 | #: c-common.c:3666 |
807ab1f2 | 328 | msgid "%Jcase value %qs not in enumerated type" |
dc6746e7 PT |
329 | msgstr "" |
330 | ||
de104104 | 331 | #: c-common.c:3669 |
807ab1f2 | 332 | msgid "%Jcase value %qs not in enumerated type %qT" |
b97e55da JM |
333 | msgstr "" |
334 | ||
de104104 | 335 | #: c-common.c:3736 |
b1b51268 | 336 | msgid "%Hswitch missing default case" |
dc6746e7 PT |
337 | msgstr "" |
338 | ||
b1b51268 JM |
339 | #. Warn if there are enumerators that don't correspond to |
340 | #. case expressions. | |
de104104 | 341 | #: c-common.c:3770 |
807ab1f2 | 342 | msgid "%Henumeration value %qE not handled in switch" |
dc6746e7 PT |
343 | msgstr "" |
344 | ||
de104104 | 345 | #: c-common.c:3797 |
b1b51268 | 346 | msgid "taking the address of a label is non-standard" |
d9b2742a ZW |
347 | msgstr "" |
348 | ||
de104104 JM |
349 | #: c-common.c:3966 c-common.c:3985 c-common.c:4003 c-common.c:4030 |
350 | #: c-common.c:4049 c-common.c:4072 c-common.c:4096 c-common.c:4122 | |
351 | #: c-common.c:4156 c-common.c:4200 c-common.c:4228 c-common.c:4256 | |
352 | #: c-common.c:4275 c-common.c:4587 c-common.c:4618 c-common.c:4704 | |
353 | #: c-common.c:4771 c-common.c:4817 c-common.c:4875 c-common.c:4904 | |
354 | #: c-common.c:5183 c-common.c:5206 c-common.c:5245 tree.c:3142 | |
d9b2742a | 355 | #, c-format |
807ab1f2 JM |
356 | msgid "%qs attribute ignored" |
357 | msgstr "" | |
358 | ||
de104104 | 359 | #: c-common.c:4310 |
807ab1f2 | 360 | msgid "unknown machine mode %<%s%>" |
d9b2742a ZW |
361 | msgstr "" |
362 | ||
de104104 | 363 | #: c-common.c:4330 |
b1b51268 | 364 | msgid "specifying vector types with __attribute__ ((mode)) is deprecated" |
b97e55da JM |
365 | msgstr "" |
366 | ||
de104104 | 367 | #: c-common.c:4332 |
b1b51268 | 368 | msgid "use __attribute__ ((vector_size)) instead" |
dc6746e7 PT |
369 | msgstr "" |
370 | ||
de104104 | 371 | #: c-common.c:4341 |
807ab1f2 | 372 | msgid "unable to emulate %<%s%>" |
dc6746e7 PT |
373 | msgstr "" |
374 | ||
de104104 | 375 | #: c-common.c:4351 |
807ab1f2 JM |
376 | msgid "invalid pointer mode %<%s%>" |
377 | msgstr "" | |
378 | ||
de104104 | 379 | #: c-common.c:4366 |
807ab1f2 | 380 | msgid "no data type for mode %<%s%>" |
dc6746e7 PT |
381 | msgstr "" |
382 | ||
de104104 | 383 | #: c-common.c:4376 |
a47a6810 | 384 | #, c-format |
807ab1f2 | 385 | msgid "cannot use mode %qs for enumeral types" |
dc6746e7 PT |
386 | msgstr "" |
387 | ||
de104104 | 388 | #: c-common.c:4415 |
b97e55da | 389 | msgid "%Jsection attribute cannot be specified for local variables" |
a47a6810 JM |
390 | msgstr "" |
391 | ||
de104104 | 392 | #: c-common.c:4426 |
807ab1f2 | 393 | msgid "%Jsection of %qD conflicts with previous declaration" |
1737c953 JM |
394 | msgstr "" |
395 | ||
de104104 | 396 | #: c-common.c:4435 |
807ab1f2 | 397 | msgid "%Jsection attribute not allowed for %qD" |
dc6746e7 PT |
398 | msgstr "" |
399 | ||
de104104 | 400 | #: c-common.c:4441 |
b97e55da | 401 | msgid "%Jsection attributes are not supported for this target" |
a47a6810 JM |
402 | msgstr "" |
403 | ||
de104104 | 404 | #: c-common.c:4479 |
a47a6810 JM |
405 | msgid "requested alignment is not a constant" |
406 | msgstr "" | |
407 | ||
de104104 | 408 | #: c-common.c:4484 |
a47a6810 JM |
409 | msgid "requested alignment is not a power of 2" |
410 | msgstr "" | |
411 | ||
de104104 | 412 | #: c-common.c:4489 |
a47a6810 JM |
413 | msgid "requested alignment is too large" |
414 | msgstr "" | |
415 | ||
de104104 | 416 | #: c-common.c:4515 |
807ab1f2 | 417 | msgid "%Jalignment may not be specified for %qD" |
a47a6810 JM |
418 | msgstr "" |
419 | ||
de104104 | 420 | #: c-common.c:4553 |
807ab1f2 | 421 | msgid "%J%qD defined both normally and as an alias" |
a47a6810 JM |
422 | msgstr "" |
423 | ||
de104104 | 424 | #: c-common.c:4569 |
a47a6810 JM |
425 | msgid "alias arg not a string" |
426 | msgstr "" | |
427 | ||
de104104 | 428 | #: c-common.c:4611 |
807ab1f2 JM |
429 | #, c-format |
430 | msgid "%qs attribute ignored on non-class types" | |
431 | msgstr "" | |
432 | ||
de104104 | 433 | #: c-common.c:4624 |
a47a6810 JM |
434 | msgid "visibility arg not a string" |
435 | msgstr "" | |
436 | ||
de104104 | 437 | #: c-common.c:4645 |
a47a6810 JM |
438 | msgid "" |
439 | "visibility arg must be one of \"default\", \"hidden\", \"protected\" or " | |
440 | "\"internal\"" | |
dc6746e7 PT |
441 | msgstr "" |
442 | ||
de104104 | 443 | #: c-common.c:4714 |
a47a6810 JM |
444 | msgid "tls_model arg not a string" |
445 | msgstr "" | |
446 | ||
de104104 | 447 | #: c-common.c:4723 |
a47a6810 JM |
448 | msgid "" |
449 | "tls_model arg must be one of \"local-exec\", \"initial-exec\", \"local-" | |
450 | "dynamic\" or \"global-dynamic\"" | |
451 | msgstr "" | |
452 | ||
de104104 | 453 | #: c-common.c:4745 c-common.c:4791 |
807ab1f2 | 454 | msgid "%J%qE attribute applies only to functions" |
a47a6810 JM |
455 | msgstr "" |
456 | ||
de104104 | 457 | #: c-common.c:4750 c-common.c:4796 |
807ab1f2 | 458 | msgid "%Jcan%'t set %qE attribute after definition" |
a47a6810 JM |
459 | msgstr "" |
460 | ||
de104104 | 461 | #: c-common.c:4872 |
a47a6810 | 462 | #, c-format |
807ab1f2 | 463 | msgid "%qs attribute ignored for %qs" |
a47a6810 JM |
464 | msgstr "" |
465 | ||
de104104 | 466 | #: c-common.c:4933 |
a47a6810 | 467 | #, c-format |
807ab1f2 | 468 | msgid "invalid vector type for attribute %qs" |
a47a6810 JM |
469 | msgstr "" |
470 | ||
de104104 | 471 | #: c-common.c:4942 |
807ab1f2 | 472 | msgid "number of components of the vector not a power of two" |
a47a6810 JM |
473 | msgstr "" |
474 | ||
de104104 | 475 | #: c-common.c:4970 |
a47a6810 JM |
476 | msgid "nonnull attribute without arguments on a non-prototype" |
477 | msgstr "" | |
478 | ||
de104104 | 479 | #: c-common.c:4985 |
a47a6810 JM |
480 | #, c-format |
481 | msgid "nonnull argument has invalid operand number (arg %lu)" | |
482 | msgstr "" | |
483 | ||
de104104 | 484 | #: c-common.c:5004 |
a47a6810 JM |
485 | #, c-format |
486 | msgid "" | |
487 | "nonnull argument with out-of-range operand number (arg %lu, operand %lu)" | |
488 | msgstr "" | |
489 | ||
de104104 | 490 | #: c-common.c:5012 |
a47a6810 JM |
491 | #, c-format |
492 | msgid "nonnull argument references non-pointer operand (arg %lu, operand %lu)" | |
493 | msgstr "" | |
494 | ||
de104104 | 495 | #: c-common.c:5067 c-common.c:5104 |
807ab1f2 JM |
496 | msgid "missing sentinel in function call" |
497 | msgstr "" | |
498 | ||
de104104 | 499 | #: c-common.c:5090 |
807ab1f2 JM |
500 | msgid "not enough arguments to fit a sentinel" |
501 | msgstr "" | |
502 | ||
de104104 | 503 | #: c-common.c:5146 |
dc6746e7 | 504 | #, c-format |
a47a6810 JM |
505 | msgid "null argument where non-null required (arg %lu)" |
506 | msgstr "" | |
507 | ||
de104104 | 508 | #: c-common.c:5217 |
b97e55da | 509 | msgid "cleanup arg not an identifier" |
dc6746e7 PT |
510 | msgstr "" |
511 | ||
de104104 | 512 | #: c-common.c:5224 |
b97e55da | 513 | msgid "cleanup arg not a function" |
dc6746e7 PT |
514 | msgstr "" |
515 | ||
de104104 | 516 | #: c-common.c:5262 |
807ab1f2 JM |
517 | #, c-format |
518 | msgid "%qs attribute requires prototypes with named arguments" | |
519 | msgstr "" | |
520 | ||
de104104 | 521 | #: c-common.c:5273 |
807ab1f2 JM |
522 | #, c-format |
523 | msgid "%qs attribute only applies to variadic functions" | |
524 | msgstr "" | |
525 | ||
de104104 | 526 | #: c-common.c:5286 |
807ab1f2 JM |
527 | msgid "requested position is not an integer constant" |
528 | msgstr "" | |
529 | ||
de104104 | 530 | #: c-common.c:5293 |
807ab1f2 JM |
531 | msgid "requested position is less than zero" |
532 | msgstr "" | |
533 | ||
de104104 | 534 | #: c-common.c:5480 |
01b84e13 JM |
535 | #, c-format |
536 | msgid "%s at end of input" | |
537 | msgstr "" | |
538 | ||
de104104 | 539 | #: c-common.c:5486 |
01b84e13 JM |
540 | #, c-format |
541 | msgid "%s before %s'%c'" | |
542 | msgstr "" | |
543 | ||
de104104 | 544 | #: c-common.c:5488 |
01b84e13 JM |
545 | #, c-format |
546 | msgid "%s before %s'\\x%x'" | |
547 | msgstr "" | |
548 | ||
de104104 | 549 | #: c-common.c:5492 |
01b84e13 JM |
550 | #, c-format |
551 | msgid "%s before string constant" | |
552 | msgstr "" | |
553 | ||
de104104 | 554 | #: c-common.c:5494 |
01b84e13 JM |
555 | #, c-format |
556 | msgid "%s before numeric constant" | |
557 | msgstr "" | |
558 | ||
de104104 | 559 | #: c-common.c:5496 |
01b84e13 JM |
560 | #, c-format |
561 | msgid "%s before \"%s\"" | |
562 | msgstr "" | |
563 | ||
de104104 | 564 | #: c-common.c:5498 |
01b84e13 | 565 | #, c-format |
807ab1f2 | 566 | msgid "%s before %qs token" |
01b84e13 JM |
567 | msgstr "" |
568 | ||
569 | #. Use `%s' to print the string in case there are any escape | |
570 | #. characters in the message. | |
d5706a1e | 571 | #: c-common.c:5500 c-typeck.c:3975 c-typeck.c:3990 c-typeck.c:4005 |
de104104 JM |
572 | #: final.c:2840 final.c:2842 gcc.c:4647 rtl-error.c:113 toplev.c:599 |
573 | #: config/cris/cris.c:568 cp/parser.c:1924 cp/typeck.c:4160 java/expr.c:368 | |
d5706a1e ZW |
574 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:5022 java/verify.c:1552 |
575 | #: java/verify.c:1553 java/verify.c:1572 | |
01b84e13 JM |
576 | #, c-format |
577 | msgid "%s" | |
578 | msgstr "" | |
579 | ||
de104104 | 580 | #: c-common.c:5560 |
b1b51268 | 581 | msgid "" |
807ab1f2 | 582 | "%Hignoring return value of %qD, declared with attribute warn_unused_result" |
b1b51268 JM |
583 | msgstr "" |
584 | ||
de104104 | 585 | #: c-common.c:5564 |
b1b51268 JM |
586 | msgid "" |
587 | "%Hignoring return value of function declared with attribute " | |
588 | "warn_unused_result" | |
589 | msgstr "" | |
590 | ||
de104104 | 591 | #: c-common.c:5603 |
807ab1f2 JM |
592 | #, c-format |
593 | msgid "attempt to take address of bit-field structure member %qs" | |
594 | msgstr "" | |
595 | ||
de104104 | 596 | #: c-convert.c:83 c-typeck.c:1352 c-typeck.c:3438 cp/typeck.c:1376 |
d5706a1e | 597 | #: cp/typeck.c:5709 fortran/convert.c:89 treelang/tree-convert.c:79 |
b97e55da | 598 | msgid "void value not ignored as it ought to be" |
dc6746e7 PT |
599 | msgstr "" |
600 | ||
807ab1f2 | 601 | #: c-convert.c:121 fortran/convert.c:122 java/typeck.c:158 |
b1b51268 | 602 | #: treelang/tree-convert.c:105 |
b97e55da | 603 | msgid "conversion to non-scalar type requested" |
dc6746e7 PT |
604 | msgstr "" |
605 | ||
807ab1f2 JM |
606 | #: c-decl.c:524 |
607 | msgid "%Jarray %qD assumed to have one element" | |
dc6746e7 PT |
608 | msgstr "" |
609 | ||
807ab1f2 | 610 | #: c-decl.c:637 |
b1b51268 JM |
611 | #, c-format |
612 | msgid "GCC supports only %u nested scopes\n" | |
613 | msgstr "" | |
614 | ||
807ab1f2 JM |
615 | #: c-decl.c:721 |
616 | msgid "%Jlabel %qD used but not defined" | |
617 | msgstr "" | |
618 | ||
619 | #: c-decl.c:727 | |
620 | msgid "%Jlabel %qD defined but not used" | |
dc6746e7 PT |
621 | msgstr "" |
622 | ||
807ab1f2 JM |
623 | #: c-decl.c:729 |
624 | msgid "%Jlabel %qD declared but not defined" | |
dc6746e7 PT |
625 | msgstr "" |
626 | ||
d5706a1e | 627 | #: c-decl.c:772 cp/decl.c:574 |
807ab1f2 | 628 | msgid "%Junused variable %qD" |
5b7874aa ZW |
629 | msgstr "" |
630 | ||
d5706a1e | 631 | #: c-decl.c:776 |
807ab1f2 | 632 | msgid "%Jtype of array %qD completed incompatibly with implicit initialization" |
5b7874aa ZW |
633 | msgstr "" |
634 | ||
d5706a1e | 635 | #: c-decl.c:1008 |
01b84e13 JM |
636 | msgid "" |
637 | "a parameter list with an ellipsis can't match an empty parameter name list " | |
638 | "declaration" | |
5b7874aa ZW |
639 | msgstr "" |
640 | ||
d5706a1e | 641 | #: c-decl.c:1015 |
01b84e13 JM |
642 | msgid "" |
643 | "an argument type that has a default promotion can't match an empty parameter " | |
644 | "name list declaration" | |
5b7874aa ZW |
645 | msgstr "" |
646 | ||
d5706a1e | 647 | #: c-decl.c:1051 |
01b84e13 | 648 | msgid "" |
807ab1f2 | 649 | "%Jprototype for %qD declares more arguments than previous old-style " |
01b84e13 | 650 | "definition" |
dc6746e7 PT |
651 | msgstr "" |
652 | ||
d5706a1e | 653 | #: c-decl.c:1057 |
01b84e13 | 654 | msgid "" |
807ab1f2 | 655 | "%Jprototype for %qD declares fewer arguments than previous old-style " |
01b84e13 | 656 | "definition" |
dc6746e7 PT |
657 | msgstr "" |
658 | ||
d5706a1e | 659 | #: c-decl.c:1066 |
807ab1f2 | 660 | msgid "%Jprototype for %qD declares arg %d with incompatible type" |
dc6746e7 PT |
661 | msgstr "" |
662 | ||
01b84e13 JM |
663 | #. If we get here, no errors were found, but do issue a warning |
664 | #. for this poor-style construct. | |
d5706a1e | 665 | #: c-decl.c:1078 |
807ab1f2 | 666 | msgid "%Jprototype for %qD follows non-prototype definition" |
dc6746e7 PT |
667 | msgstr "" |
668 | ||
d5706a1e | 669 | #: c-decl.c:1093 |
807ab1f2 | 670 | msgid "%Jprevious definition of %qD was here" |
dc6746e7 PT |
671 | msgstr "" |
672 | ||
d5706a1e | 673 | #: c-decl.c:1095 |
807ab1f2 | 674 | msgid "%Jprevious implicit declaration of %qD was here" |
dc6746e7 PT |
675 | msgstr "" |
676 | ||
d5706a1e | 677 | #: c-decl.c:1097 |
807ab1f2 | 678 | msgid "%Jprevious declaration of %qD was here" |
dc6746e7 PT |
679 | msgstr "" |
680 | ||
d5706a1e | 681 | #: c-decl.c:1133 |
807ab1f2 | 682 | msgid "%J%qD redeclared as different kind of symbol" |
dc6746e7 PT |
683 | msgstr "" |
684 | ||
d5706a1e | 685 | #: c-decl.c:1138 |
807ab1f2 | 686 | msgid "%Jbuilt-in function %qD declared as non-function" |
dc6746e7 PT |
687 | msgstr "" |
688 | ||
d5706a1e | 689 | #: c-decl.c:1141 c-decl.c:1245 c-decl.c:1814 |
807ab1f2 | 690 | msgid "%Jdeclaration of %qD shadows a built-in function" |
dc6746e7 PT |
691 | msgstr "" |
692 | ||
d5706a1e | 693 | #: c-decl.c:1150 |
de104104 JM |
694 | msgid "%Jredeclaration of enumerator %qD" |
695 | msgstr "" | |
696 | ||
01b84e13 JM |
697 | #. If types don't match for a built-in, throw away the |
698 | #. built-in. No point in calling locate_old_decl here, it | |
699 | #. won't print anything. | |
d5706a1e | 700 | #: c-decl.c:1171 |
807ab1f2 | 701 | msgid "%Jconflicting types for built-in function %qD" |
a47a6810 JM |
702 | msgstr "" |
703 | ||
d5706a1e | 704 | #: c-decl.c:1195 c-decl.c:1206 |
807ab1f2 | 705 | msgid "%Jconflicting types for %qD" |
a47a6810 JM |
706 | msgstr "" |
707 | ||
d5706a1e | 708 | #: c-decl.c:1204 |
807ab1f2 | 709 | msgid "%J conflicting type qualifiers for %qD" |
dc6746e7 PT |
710 | msgstr "" |
711 | ||
807ab1f2 | 712 | #. Allow OLDDECL to continue in use. |
d5706a1e | 713 | #: c-decl.c:1221 |
807ab1f2 | 714 | msgid "%Jredefinition of typedef %qD" |
dc6746e7 PT |
715 | msgstr "" |
716 | ||
d5706a1e | 717 | #: c-decl.c:1260 c-decl.c:1338 |
807ab1f2 | 718 | msgid "%Jredefinition of %qD" |
dc6746e7 PT |
719 | msgstr "" |
720 | ||
d5706a1e | 721 | #: c-decl.c:1295 c-decl.c:1376 |
807ab1f2 | 722 | msgid "%Jstatic declaration of %qD follows non-static declaration" |
dc6746e7 PT |
723 | msgstr "" |
724 | ||
d5706a1e | 725 | #: c-decl.c:1305 c-decl.c:1312 c-decl.c:1365 c-decl.c:1373 |
807ab1f2 | 726 | msgid "%Jnon-static declaration of %qD follows static declaration" |
dc6746e7 PT |
727 | msgstr "" |
728 | ||
d5706a1e | 729 | #: c-decl.c:1325 |
807ab1f2 | 730 | msgid "%Jthread-local declaration of %qD follows non-thread-local declaration" |
dc6746e7 PT |
731 | msgstr "" |
732 | ||
d5706a1e | 733 | #: c-decl.c:1328 |
807ab1f2 | 734 | msgid "%Jnon-thread-local declaration of %qD follows thread-local declaration" |
dc6746e7 PT |
735 | msgstr "" |
736 | ||
d5706a1e | 737 | #: c-decl.c:1358 |
807ab1f2 | 738 | msgid "%Jextern declaration of %qD follows declaration with no linkage" |
dc6746e7 PT |
739 | msgstr "" |
740 | ||
d5706a1e | 741 | #: c-decl.c:1394 |
807ab1f2 | 742 | msgid "%Jdeclaration of %qD with no linkage follows extern declaration" |
dc6746e7 PT |
743 | msgstr "" |
744 | ||
d5706a1e | 745 | #: c-decl.c:1400 |
807ab1f2 | 746 | msgid "%Jredeclaration of %qD with no linkage" |
dc6746e7 PT |
747 | msgstr "" |
748 | ||
d5706a1e | 749 | #: c-decl.c:1414 |
01b84e13 | 750 | msgid "" |
807ab1f2 | 751 | "%Jredeclaration of %qD with different visibility (old visibility preserved)" |
01b84e13 JM |
752 | msgstr "" |
753 | ||
d5706a1e | 754 | #: c-decl.c:1425 |
807ab1f2 | 755 | msgid "%Jinline declaration of %qD follows declaration with attribute noinline" |
01b84e13 JM |
756 | msgstr "" |
757 | ||
d5706a1e | 758 | #: c-decl.c:1432 |
807ab1f2 JM |
759 | msgid "" |
760 | "%Jdeclaration of %qD with attribute noinline follows inline declaration " | |
dc6746e7 PT |
761 | msgstr "" |
762 | ||
d5706a1e | 763 | #: c-decl.c:1447 |
807ab1f2 | 764 | msgid "%J%qD declared inline after being called" |
dc6746e7 PT |
765 | msgstr "" |
766 | ||
d5706a1e | 767 | #: c-decl.c:1453 |
807ab1f2 | 768 | msgid "%J%qD declared inline after its definition" |
b1b51268 JM |
769 | msgstr "" |
770 | ||
d5706a1e | 771 | #: c-decl.c:1473 |
807ab1f2 | 772 | msgid "%Jredefinition of parameter %qD" |
dc6746e7 PT |
773 | msgstr "" |
774 | ||
d5706a1e | 775 | #: c-decl.c:1497 |
807ab1f2 | 776 | msgid "%Jredundant redeclaration of %qD" |
dc6746e7 PT |
777 | msgstr "" |
778 | ||
d5706a1e | 779 | #: c-decl.c:1807 |
807ab1f2 | 780 | msgid "%Jdeclaration of %qD shadows a parameter" |
dc6746e7 PT |
781 | msgstr "" |
782 | ||
d5706a1e | 783 | #: c-decl.c:1810 |
807ab1f2 | 784 | msgid "%Jdeclaration of %qD shadows a global declaration" |
dc6746e7 PT |
785 | msgstr "" |
786 | ||
d5706a1e | 787 | #: c-decl.c:1817 |
807ab1f2 | 788 | msgid "%Jdeclaration of %qD shadows a previous local" |
dc6746e7 PT |
789 | msgstr "" |
790 | ||
d5706a1e | 791 | #: c-decl.c:1822 cp/name-lookup.c:1011 cp/name-lookup.c:1042 |
807ab1f2 JM |
792 | #: cp/name-lookup.c:1050 |
793 | msgid "%Jshadowed declaration is here" | |
dc6746e7 PT |
794 | msgstr "" |
795 | ||
d5706a1e | 796 | #: c-decl.c:1976 |
807ab1f2 | 797 | msgid "nested extern declaration of %qD" |
b1b51268 JM |
798 | msgstr "" |
799 | ||
d5706a1e | 800 | #: c-decl.c:2066 |
807ab1f2 | 801 | msgid "nested static declaration of %qD" |
01b84e13 JM |
802 | msgstr "" |
803 | ||
d5706a1e | 804 | #: c-decl.c:2161 |
807ab1f2 JM |
805 | #, c-format |
806 | msgid "implicit declaration of function %qE" | |
b1b51268 JM |
807 | msgstr "" |
808 | ||
d5706a1e | 809 | #: c-decl.c:2219 |
807ab1f2 | 810 | msgid "incompatible implicit declaration of built-in function %qD" |
b1b51268 JM |
811 | msgstr "" |
812 | ||
d5706a1e | 813 | #: c-decl.c:2228 |
807ab1f2 | 814 | msgid "incompatible implicit declaration of function %qD" |
dc6746e7 PT |
815 | msgstr "" |
816 | ||
d5706a1e | 817 | #: c-decl.c:2281 |
b97e55da | 818 | #, c-format |
807ab1f2 | 819 | msgid "%qE undeclared here (not in a function)" |
dc6746e7 PT |
820 | msgstr "" |
821 | ||
d5706a1e | 822 | #: c-decl.c:2286 |
dc6746e7 | 823 | #, c-format |
807ab1f2 | 824 | msgid "%qE undeclared (first use in this function)" |
dc6746e7 PT |
825 | msgstr "" |
826 | ||
d5706a1e | 827 | #: c-decl.c:2290 |
b97e55da | 828 | msgid "(Each undeclared identifier is reported only once" |
dc6746e7 PT |
829 | msgstr "" |
830 | ||
d5706a1e | 831 | #: c-decl.c:2291 |
b97e55da | 832 | msgid "for each function it appears in.)" |
dc6746e7 PT |
833 | msgstr "" |
834 | ||
d5706a1e | 835 | #: c-decl.c:2329 |
d51681a7 | 836 | #, c-format |
807ab1f2 | 837 | msgid "label %qs referenced outside of any function" |
dc6746e7 PT |
838 | msgstr "" |
839 | ||
d5706a1e | 840 | #: c-decl.c:2372 |
d51681a7 | 841 | #, c-format |
807ab1f2 | 842 | msgid "duplicate label declaration %qs" |
7bf81eee PT |
843 | msgstr "" |
844 | ||
d5706a1e | 845 | #: c-decl.c:2407 |
807ab1f2 | 846 | msgid "%Hduplicate label %qD" |
dc6746e7 PT |
847 | msgstr "" |
848 | ||
d5706a1e | 849 | #: c-decl.c:2429 |
b97e55da | 850 | msgid "" |
807ab1f2 | 851 | "%Htraditional C lacks a separate namespace for labels, identifier %qs " |
b97e55da JM |
852 | "conflicts" |
853 | msgstr "" | |
854 | ||
d5706a1e | 855 | #: c-decl.c:2495 |
807ab1f2 | 856 | msgid "%H%qs defined as wrong kind of tag" |
dc6746e7 PT |
857 | msgstr "" |
858 | ||
d5706a1e | 859 | #: c-decl.c:2720 |
d51681a7 | 860 | msgid "unnamed struct/union that defines no instances" |
dc6746e7 PT |
861 | msgstr "" |
862 | ||
d5706a1e | 863 | #: c-decl.c:2739 c-decl.c:2746 |
807ab1f2 | 864 | msgid "useless type name in empty declaration" |
dc6746e7 PT |
865 | msgstr "" |
866 | ||
d5706a1e | 867 | #: c-decl.c:2752 |
807ab1f2 | 868 | msgid "%<inline%> in empty declaration" |
dc6746e7 PT |
869 | msgstr "" |
870 | ||
d5706a1e | 871 | #: c-decl.c:2758 |
807ab1f2 | 872 | msgid "%<auto%> in file-scope empty declaration" |
9e620082 ZW |
873 | msgstr "" |
874 | ||
d5706a1e | 875 | #: c-decl.c:2764 |
807ab1f2 | 876 | msgid "%<register%> in file-scope empty declaration" |
9e620082 ZW |
877 | msgstr "" |
878 | ||
d5706a1e | 879 | #: c-decl.c:2770 |
807ab1f2 | 880 | msgid "useless storage class specifier in empty declaration" |
9e620082 ZW |
881 | msgstr "" |
882 | ||
d5706a1e | 883 | #: c-decl.c:2776 |
807ab1f2 | 884 | msgid "useless %<__thread%> in empty declaration" |
9e620082 ZW |
885 | msgstr "" |
886 | ||
d5706a1e | 887 | #: c-decl.c:2784 |
807ab1f2 | 888 | msgid "useless type qualifier in empty declaration" |
dc6746e7 PT |
889 | msgstr "" |
890 | ||
d5706a1e ZW |
891 | #: c-decl.c:2791 c-parse.y:786 c-parse.y:788 objc/objc-parse.y:824 |
892 | #: objc/objc-parse.y:826 | |
807ab1f2 | 893 | msgid "empty declaration" |
dc6746e7 PT |
894 | msgstr "" |
895 | ||
d5706a1e | 896 | #: c-decl.c:2857 |
807ab1f2 JM |
897 | msgid "" |
898 | "ISO C90 does not support %<static%> or type qualifiers in parameter array " | |
899 | "declarators" | |
dc6746e7 PT |
900 | msgstr "" |
901 | ||
d5706a1e | 902 | #: c-decl.c:2860 |
807ab1f2 | 903 | msgid "ISO C90 does not support %<[*]%> array declarators" |
dc6746e7 PT |
904 | msgstr "" |
905 | ||
d5706a1e | 906 | #: c-decl.c:2863 |
807ab1f2 | 907 | msgid "GCC does not yet properly implement %<[*]%> array declarators" |
dc6746e7 PT |
908 | msgstr "" |
909 | ||
d5706a1e | 910 | #: c-decl.c:2882 |
807ab1f2 | 911 | msgid "static or type qualifiers in abstract declarator" |
dc6746e7 PT |
912 | msgstr "" |
913 | ||
d5706a1e | 914 | #: c-decl.c:2939 |
807ab1f2 | 915 | msgid "%J%qD is usually a function" |
5b7874aa ZW |
916 | msgstr "" |
917 | ||
d5706a1e | 918 | #: c-decl.c:2948 cp/decl.c:3693 cp/decl2.c:857 |
807ab1f2 | 919 | msgid "typedef %qD is initialized (use __typeof__ instead)" |
dc6746e7 PT |
920 | msgstr "" |
921 | ||
d5706a1e | 922 | #: c-decl.c:2953 |
807ab1f2 | 923 | msgid "function %qD is initialized like a variable" |
dc6746e7 PT |
924 | msgstr "" |
925 | ||
807ab1f2 | 926 | #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE. |
d5706a1e | 927 | #: c-decl.c:2959 |
807ab1f2 | 928 | msgid "parameter %qD is initialized" |
dc6746e7 PT |
929 | msgstr "" |
930 | ||
de104104 JM |
931 | #. Although C99 is unclear about whether incomplete arrays |
932 | #. of VLAs themselves count as VLAs, it does not make | |
933 | #. sense to permit them to be initialized given that | |
934 | #. ordinary VLAs may not be initialized. | |
d5706a1e | 935 | #: c-decl.c:2978 c-decl.c:2998 c-typeck.c:4255 |
807ab1f2 | 936 | msgid "variable-sized object may not be initialized" |
dc6746e7 PT |
937 | msgstr "" |
938 | ||
d5706a1e | 939 | #: c-decl.c:2984 |
807ab1f2 | 940 | msgid "variable %qD has initializer but incomplete type" |
dc6746e7 PT |
941 | msgstr "" |
942 | ||
d5706a1e | 943 | #: c-decl.c:2989 |
807ab1f2 | 944 | msgid "elements of array %qD have incomplete type" |
b1b51268 JM |
945 | msgstr "" |
946 | ||
d5706a1e | 947 | #: c-decl.c:3065 c-decl.c:5642 cp/decl.c:3733 cp/decl.c:9837 |
807ab1f2 | 948 | msgid "%Jinline function %qD given attribute noinline" |
9e620082 ZW |
949 | msgstr "" |
950 | ||
d5706a1e | 951 | #: c-decl.c:3133 |
807ab1f2 | 952 | msgid "%Jinitializer fails to determine size of %qD" |
dc6746e7 PT |
953 | msgstr "" |
954 | ||
d5706a1e | 955 | #: c-decl.c:3138 |
807ab1f2 | 956 | msgid "%Jarray size missing in %qD" |
01b84e13 JM |
957 | msgstr "" |
958 | ||
d5706a1e | 959 | #: c-decl.c:3154 |
807ab1f2 | 960 | msgid "%Jzero or negative size array %qD" |
01b84e13 JM |
961 | msgstr "" |
962 | ||
d5706a1e | 963 | #: c-decl.c:3180 varasm.c:1523 |
807ab1f2 | 964 | msgid "%Jstorage size of %qD isn%'t known" |
01b84e13 JM |
965 | msgstr "" |
966 | ||
d5706a1e | 967 | #: c-decl.c:3190 |
807ab1f2 | 968 | msgid "%Jstorage size of %qD isn%'t constant" |
01b84e13 JM |
969 | msgstr "" |
970 | ||
d5706a1e | 971 | #: c-decl.c:3245 |
807ab1f2 | 972 | msgid "%Jignoring asm-specifier for non-static local variable %qD" |
01b84e13 JM |
973 | msgstr "" |
974 | ||
d5706a1e | 975 | #: c-decl.c:3275 fortran/f95-lang.c:646 |
807ab1f2 | 976 | msgid "cannot put object with volatile field into register" |
01b84e13 JM |
977 | msgstr "" |
978 | ||
d5706a1e | 979 | #: c-decl.c:3409 |
807ab1f2 | 980 | msgid "ISO C forbids forward parameter declarations" |
01b84e13 JM |
981 | msgstr "" |
982 | ||
d5706a1e | 983 | #: c-decl.c:3593 |
807ab1f2 | 984 | msgid "<anonymous>" |
01b84e13 JM |
985 | msgstr "" |
986 | ||
d5706a1e | 987 | #: c-decl.c:3602 |
807ab1f2 JM |
988 | #, c-format |
989 | msgid "bit-field %qs width not an integer constant" | |
dc6746e7 PT |
990 | msgstr "" |
991 | ||
d5706a1e | 992 | #: c-decl.c:3610 |
807ab1f2 JM |
993 | #, c-format |
994 | msgid "negative width in bit-field %qs" | |
dc6746e7 PT |
995 | msgstr "" |
996 | ||
d5706a1e | 997 | #: c-decl.c:3615 |
dc6746e7 | 998 | #, c-format |
807ab1f2 | 999 | msgid "zero width for bit-field %qs" |
dc6746e7 PT |
1000 | msgstr "" |
1001 | ||
d5706a1e | 1002 | #: c-decl.c:3625 |
807ab1f2 JM |
1003 | #, c-format |
1004 | msgid "bit-field %qs has invalid type" | |
a47a6810 JM |
1005 | msgstr "" |
1006 | ||
d5706a1e | 1007 | #: c-decl.c:3634 |
807ab1f2 JM |
1008 | #, c-format |
1009 | msgid "type of bit-field %qs is a GCC extension" | |
a47a6810 JM |
1010 | msgstr "" |
1011 | ||
d5706a1e | 1012 | #: c-decl.c:3643 |
dc6746e7 | 1013 | #, c-format |
807ab1f2 | 1014 | msgid "width of %qs exceeds its type" |
dc6746e7 PT |
1015 | msgstr "" |
1016 | ||
d5706a1e | 1017 | #: c-decl.c:3656 |
dc6746e7 | 1018 | #, c-format |
807ab1f2 | 1019 | msgid "%qs is narrower than values of its type" |
dc6746e7 PT |
1020 | msgstr "" |
1021 | ||
d5706a1e | 1022 | #: c-decl.c:3781 |
807ab1f2 | 1023 | msgid "type defaults to %<int%> in declaration of %qs" |
9e620082 ZW |
1024 | msgstr "" |
1025 | ||
d5706a1e | 1026 | #: c-decl.c:3813 |
807ab1f2 | 1027 | msgid "duplicate %<const%>" |
dc6746e7 PT |
1028 | msgstr "" |
1029 | ||
d5706a1e | 1030 | #: c-decl.c:3815 |
807ab1f2 | 1031 | msgid "duplicate %<restrict%>" |
dc6746e7 PT |
1032 | msgstr "" |
1033 | ||
d5706a1e | 1034 | #: c-decl.c:3817 |
807ab1f2 | 1035 | msgid "duplicate %<volatile%>" |
dc6746e7 PT |
1036 | msgstr "" |
1037 | ||
d5706a1e | 1038 | #: c-decl.c:3836 |
807ab1f2 | 1039 | msgid "function definition declared %<auto%>" |
dc6746e7 PT |
1040 | msgstr "" |
1041 | ||
d5706a1e | 1042 | #: c-decl.c:3838 |
807ab1f2 | 1043 | msgid "function definition declared %<register%>" |
dc6746e7 PT |
1044 | msgstr "" |
1045 | ||
d5706a1e | 1046 | #: c-decl.c:3840 |
807ab1f2 | 1047 | msgid "function definition declared %<typedef%>" |
dc6746e7 PT |
1048 | msgstr "" |
1049 | ||
d5706a1e | 1050 | #: c-decl.c:3842 |
807ab1f2 | 1051 | msgid "function definition declared %<__thread%>" |
a47a6810 JM |
1052 | msgstr "" |
1053 | ||
d5706a1e | 1054 | #: c-decl.c:3858 |
d51681a7 | 1055 | #, c-format |
807ab1f2 | 1056 | msgid "storage class specified for structure field %qs" |
dc6746e7 PT |
1057 | msgstr "" |
1058 | ||
d5706a1e | 1059 | #: c-decl.c:3862 cp/decl.c:7048 |
d51681a7 | 1060 | #, c-format |
807ab1f2 | 1061 | msgid "storage class specified for parameter %qs" |
dc6746e7 PT |
1062 | msgstr "" |
1063 | ||
d5706a1e | 1064 | #: c-decl.c:3865 cp/decl.c:7050 |
d51681a7 | 1065 | msgid "storage class specified for typename" |
dc6746e7 PT |
1066 | msgstr "" |
1067 | ||
d5706a1e | 1068 | #: c-decl.c:3878 cp/decl.c:7067 |
807ab1f2 | 1069 | msgid "%qs initialized and declared %<extern%>" |
dc6746e7 PT |
1070 | msgstr "" |
1071 | ||
d5706a1e | 1072 | #: c-decl.c:3880 cp/decl.c:7070 |
807ab1f2 | 1073 | msgid "%qs has both %<extern%> and initializer" |
dc6746e7 PT |
1074 | msgstr "" |
1075 | ||
d5706a1e | 1076 | #: c-decl.c:3885 |
807ab1f2 | 1077 | msgid "file-scope declaration of %qs specifies %<auto%>" |
a47a6810 JM |
1078 | msgstr "" |
1079 | ||
d5706a1e | 1080 | #: c-decl.c:3887 |
807ab1f2 | 1081 | msgid "file-scope declaration of %qs specifies %<register%>" |
dc6746e7 PT |
1082 | msgstr "" |
1083 | ||
d5706a1e | 1084 | #: c-decl.c:3892 cp/decl.c:7074 |
807ab1f2 JM |
1085 | msgid "nested function %qs declared %<extern%>" |
1086 | msgstr "" | |
1087 | ||
d5706a1e | 1088 | #: c-decl.c:3895 cp/decl.c:7084 |
807ab1f2 | 1089 | msgid "function-scope %qs implicitly auto and declared %<__thread%>" |
7bf81eee PT |
1090 | msgstr "" |
1091 | ||
9e620082 ZW |
1092 | #. Only the innermost declarator (making a parameter be of |
1093 | #. array type which is converted to pointer type) | |
1094 | #. may have static or type qualifiers. | |
d5706a1e | 1095 | #: c-decl.c:3936 c-decl.c:4130 |
9e620082 ZW |
1096 | msgid "static or type qualifiers in non-parameter array declarator" |
1097 | msgstr "" | |
1098 | ||
d5706a1e | 1099 | #: c-decl.c:3982 |
d51681a7 | 1100 | #, c-format |
807ab1f2 | 1101 | msgid "declaration of %qs as array of voids" |
7bf81eee PT |
1102 | msgstr "" |
1103 | ||
d5706a1e | 1104 | #: c-decl.c:3988 |
d51681a7 | 1105 | #, c-format |
807ab1f2 | 1106 | msgid "declaration of %qs as array of functions" |
7bf81eee PT |
1107 | msgstr "" |
1108 | ||
d5706a1e | 1109 | #: c-decl.c:3993 |
a47a6810 JM |
1110 | msgid "invalid use of structure with flexible array member" |
1111 | msgstr "" | |
1112 | ||
d5706a1e | 1113 | #: c-decl.c:4013 |
dc6746e7 | 1114 | #, c-format |
807ab1f2 | 1115 | msgid "size of array %qs has non-integer type" |
dc6746e7 PT |
1116 | msgstr "" |
1117 | ||
d5706a1e | 1118 | #: c-decl.c:4018 |
dc6746e7 | 1119 | #, c-format |
807ab1f2 | 1120 | msgid "ISO C forbids zero-size array %qs" |
dc6746e7 PT |
1121 | msgstr "" |
1122 | ||
d5706a1e | 1123 | #: c-decl.c:4025 |
dc6746e7 | 1124 | #, c-format |
807ab1f2 | 1125 | msgid "size of array %qs is negative" |
dc6746e7 PT |
1126 | msgstr "" |
1127 | ||
d5706a1e | 1128 | #: c-decl.c:4039 |
807ab1f2 | 1129 | msgid "ISO C90 forbids array %qs whose size can%'t be evaluated" |
dc6746e7 PT |
1130 | msgstr "" |
1131 | ||
d5706a1e | 1132 | #: c-decl.c:4043 |
dc6746e7 | 1133 | #, c-format |
807ab1f2 | 1134 | msgid "ISO C90 forbids variable-size array %qs" |
dc6746e7 PT |
1135 | msgstr "" |
1136 | ||
d5706a1e | 1137 | #: c-decl.c:4076 c-decl.c:4245 cp/decl.c:7494 |
d51681a7 | 1138 | #, c-format |
807ab1f2 | 1139 | msgid "size of array %qs is too large" |
dc6746e7 PT |
1140 | msgstr "" |
1141 | ||
d5706a1e | 1142 | #: c-decl.c:4089 |
a47a6810 | 1143 | msgid "ISO C90 does not support flexible array members" |
9e620082 ZW |
1144 | msgstr "" |
1145 | ||
d5706a1e | 1146 | #: c-decl.c:4098 |
d51681a7 | 1147 | msgid "array type has incomplete element type" |
dc6746e7 PT |
1148 | msgstr "" |
1149 | ||
d5706a1e | 1150 | #: c-decl.c:4162 cp/decl.c:7183 |
d51681a7 | 1151 | #, c-format |
807ab1f2 | 1152 | msgid "%qs declared as function returning a function" |
dc6746e7 PT |
1153 | msgstr "" |
1154 | ||
d5706a1e | 1155 | #: c-decl.c:4167 cp/decl.c:7188 |
d51681a7 | 1156 | #, c-format |
807ab1f2 | 1157 | msgid "%qs declared as function returning an array" |
dc6746e7 PT |
1158 | msgstr "" |
1159 | ||
d5706a1e | 1160 | #: c-decl.c:4187 |
807ab1f2 | 1161 | msgid "function definition has qualified void return type" |
9e620082 ZW |
1162 | msgstr "" |
1163 | ||
d5706a1e | 1164 | #: c-decl.c:4189 |
9e620082 ZW |
1165 | msgid "type qualifiers ignored on function return type" |
1166 | msgstr "" | |
1167 | ||
d5706a1e | 1168 | #: c-decl.c:4218 c-decl.c:4258 c-decl.c:4352 c-decl.c:4439 |
4ba01ed2 | 1169 | msgid "ISO C forbids qualified function types" |
7bf81eee PT |
1170 | msgstr "" |
1171 | ||
d5706a1e | 1172 | #: c-decl.c:4266 |
807ab1f2 | 1173 | msgid "%Jtypedef %qD declared %<inline%>" |
dc6746e7 PT |
1174 | msgstr "" |
1175 | ||
d5706a1e | 1176 | #: c-decl.c:4296 |
b97e55da JM |
1177 | msgid "ISO C forbids const or volatile function types" |
1178 | msgstr "" | |
1179 | ||
d5706a1e | 1180 | #: c-decl.c:4316 cp/decl.c:7758 |
dc6746e7 | 1181 | #, c-format |
807ab1f2 | 1182 | msgid "variable or field %qs declared void" |
dc6746e7 PT |
1183 | msgstr "" |
1184 | ||
d5706a1e | 1185 | #: c-decl.c:4345 |
9e620082 ZW |
1186 | msgid "attributes in parameter array declarator ignored" |
1187 | msgstr "" | |
1188 | ||
d5706a1e | 1189 | #: c-decl.c:4380 |
807ab1f2 | 1190 | msgid "%Jparameter %qD declared %<inline%>" |
9e620082 ZW |
1191 | msgstr "" |
1192 | ||
d5706a1e | 1193 | #: c-decl.c:4393 |
dc6746e7 | 1194 | #, c-format |
807ab1f2 | 1195 | msgid "field %qs declared as a function" |
dc6746e7 PT |
1196 | msgstr "" |
1197 | ||
d5706a1e | 1198 | #: c-decl.c:4399 |
dc6746e7 | 1199 | #, c-format |
807ab1f2 | 1200 | msgid "field %qs has incomplete type" |
dc6746e7 PT |
1201 | msgstr "" |
1202 | ||
d5706a1e | 1203 | #: c-decl.c:4416 c-decl.c:4427 c-decl.c:4430 |
dc6746e7 | 1204 | #, c-format |
807ab1f2 | 1205 | msgid "invalid storage class for function %qs" |
dc6746e7 PT |
1206 | msgstr "" |
1207 | ||
d5706a1e | 1208 | #: c-decl.c:4445 |
807ab1f2 | 1209 | msgid "%<noreturn%> function returns non-void value" |
dc6746e7 PT |
1210 | msgstr "" |
1211 | ||
d5706a1e | 1212 | #: c-decl.c:4473 |
807ab1f2 | 1213 | msgid "cannot inline function %<main%>" |
dc6746e7 PT |
1214 | msgstr "" |
1215 | ||
d5706a1e | 1216 | #: c-decl.c:4530 |
807ab1f2 | 1217 | msgid "variable previously declared %<static%> redeclared %<extern%>" |
b97e55da JM |
1218 | msgstr "" |
1219 | ||
d5706a1e | 1220 | #: c-decl.c:4539 |
807ab1f2 | 1221 | msgid "%Jvariable %qD declared %<inline%>" |
dc6746e7 PT |
1222 | msgstr "" |
1223 | ||
a47a6810 JM |
1224 | #. A mere warning is sure to result in improper semantics |
1225 | #. at runtime. Don't bother to allow this to compile. | |
d5706a1e | 1226 | #: c-decl.c:4570 cp/decl.c:5947 |
a47a6810 JM |
1227 | msgid "thread-local storage not supported for this target" |
1228 | msgstr "" | |
1229 | ||
d5706a1e | 1230 | #: c-decl.c:4632 c-decl.c:5681 |
807ab1f2 | 1231 | msgid "function declaration isn%'t a prototype" |
dc6746e7 PT |
1232 | msgstr "" |
1233 | ||
d5706a1e | 1234 | #: c-decl.c:4640 |
d51681a7 | 1235 | msgid "parameter names (without types) in function declaration" |
dc6746e7 PT |
1236 | msgstr "" |
1237 | ||
d5706a1e | 1238 | #: c-decl.c:4669 c-decl.c:4681 |
807ab1f2 | 1239 | msgid "%Jparameter %u (%qD) has incomplete type" |
dc6746e7 PT |
1240 | msgstr "" |
1241 | ||
d5706a1e | 1242 | #: c-decl.c:4672 c-decl.c:4684 |
b1b51268 | 1243 | msgid "%Jparameter %u has incomplete type" |
dc6746e7 PT |
1244 | msgstr "" |
1245 | ||
d5706a1e | 1246 | #: c-decl.c:4741 |
807ab1f2 | 1247 | msgid "%<void%> as only parameter may not be qualified" |
dc6746e7 PT |
1248 | msgstr "" |
1249 | ||
d5706a1e | 1250 | #: c-decl.c:4745 c-decl.c:4780 |
807ab1f2 | 1251 | msgid "%<void%> must be the only parameter" |
dc6746e7 PT |
1252 | msgstr "" |
1253 | ||
d5706a1e | 1254 | #: c-decl.c:4773 |
807ab1f2 | 1255 | msgid "%Jparameter %qD has just a forward declaration" |
1737c953 JM |
1256 | msgstr "" |
1257 | ||
b1b51268 | 1258 | #. The %s will be one of 'struct', 'union', or 'enum'. |
d5706a1e | 1259 | #: c-decl.c:4819 |
807ab1f2 | 1260 | msgid "%<%s %E%> declared inside parameter list" |
1737c953 JM |
1261 | msgstr "" |
1262 | ||
b97e55da | 1263 | #. The %s will be one of 'struct', 'union', or 'enum'. |
d5706a1e | 1264 | #: c-decl.c:4823 |
d51681a7 | 1265 | #, c-format |
b97e55da | 1266 | msgid "anonymous %s declared inside parameter list" |
dc6746e7 PT |
1267 | msgstr "" |
1268 | ||
d5706a1e | 1269 | #: c-decl.c:4828 |
d51681a7 PT |
1270 | msgid "" |
1271 | "its scope is only this definition or declaration, which is probably not what " | |
1737c953 | 1272 | "you want" |
dc6746e7 PT |
1273 | msgstr "" |
1274 | ||
d5706a1e | 1275 | #: c-decl.c:4942 |
807ab1f2 | 1276 | msgid "redefinition of %<union %s%>" |
dc6746e7 PT |
1277 | msgstr "" |
1278 | ||
d5706a1e | 1279 | #: c-decl.c:4944 |
807ab1f2 | 1280 | msgid "redefinition of %<struct %s%>" |
1737c953 JM |
1281 | msgstr "" |
1282 | ||
d5706a1e | 1283 | #: c-decl.c:4949 |
de104104 JM |
1284 | msgid "nested redefinition of %<union %s%>" |
1285 | msgstr "" | |
1286 | ||
d5706a1e | 1287 | #: c-decl.c:4952 |
de104104 JM |
1288 | msgid "nested redefinition of %<struct %s%>" |
1289 | msgstr "" | |
1290 | ||
d5706a1e | 1291 | #: c-decl.c:5024 cp/decl.c:3501 |
a47a6810 | 1292 | msgid "declaration does not declare anything" |
5b7874aa ZW |
1293 | msgstr "" |
1294 | ||
d5706a1e | 1295 | #: c-decl.c:5069 c-decl.c:5085 |
807ab1f2 | 1296 | msgid "%Jduplicate member %qD" |
b97e55da JM |
1297 | msgstr "" |
1298 | ||
d5706a1e | 1299 | #: c-decl.c:5120 |
d51681a7 | 1300 | #, c-format |
b1b51268 | 1301 | msgid "%s has no %s" |
dc6746e7 PT |
1302 | msgstr "" |
1303 | ||
d5706a1e | 1304 | #: c-decl.c:5121 |
4ba01ed2 | 1305 | msgid "union" |
dc6746e7 PT |
1306 | msgstr "" |
1307 | ||
d5706a1e | 1308 | #: c-decl.c:5121 |
d51681a7 | 1309 | msgid "struct" |
dc6746e7 PT |
1310 | msgstr "" |
1311 | ||
d5706a1e | 1312 | #: c-decl.c:5122 |
d51681a7 | 1313 | msgid "named members" |
dc6746e7 PT |
1314 | msgstr "" |
1315 | ||
d5706a1e | 1316 | #: c-decl.c:5122 |
d51681a7 | 1317 | msgid "members" |
dc6746e7 PT |
1318 | msgstr "" |
1319 | ||
d5706a1e | 1320 | #: c-decl.c:5177 |
b97e55da | 1321 | msgid "%Jflexible array member in union" |
9e620082 ZW |
1322 | msgstr "" |
1323 | ||
d5706a1e | 1324 | #: c-decl.c:5182 |
b97e55da | 1325 | msgid "%Jflexible array member not at end of struct" |
9e620082 ZW |
1326 | msgstr "" |
1327 | ||
d5706a1e | 1328 | #: c-decl.c:5187 |
b97e55da | 1329 | msgid "%Jflexible array member in otherwise empty struct" |
9e620082 ZW |
1330 | msgstr "" |
1331 | ||
d5706a1e | 1332 | #: c-decl.c:5194 |
b97e55da | 1333 | msgid "%Jinvalid use of structure with flexible array member" |
dc6746e7 PT |
1334 | msgstr "" |
1335 | ||
d5706a1e | 1336 | #: c-decl.c:5299 |
d51681a7 | 1337 | msgid "union cannot be made transparent" |
dc6746e7 PT |
1338 | msgstr "" |
1339 | ||
d5706a1e | 1340 | #: c-decl.c:5364 |
de104104 JM |
1341 | msgid "nested redefinition of %<enum %s%>" |
1342 | msgstr "" | |
1343 | ||
d51681a7 | 1344 | #. This enum is a named one that has been declared already. |
d5706a1e | 1345 | #: c-decl.c:5371 |
807ab1f2 | 1346 | msgid "redeclaration of %<enum %s%>" |
dc6746e7 PT |
1347 | msgstr "" |
1348 | ||
d5706a1e | 1349 | #: c-decl.c:5434 |
d51681a7 | 1350 | msgid "enumeration values exceed range of largest integer" |
7bf81eee PT |
1351 | msgstr "" |
1352 | ||
d5706a1e | 1353 | #: c-decl.c:5451 |
807ab1f2 JM |
1354 | msgid "specified mode too small for enumeral values" |
1355 | msgstr "" | |
1356 | ||
d5706a1e | 1357 | #: c-decl.c:5550 |
d51681a7 | 1358 | #, c-format |
807ab1f2 | 1359 | msgid "enumerator value for %qE is not an integer constant" |
7bf81eee PT |
1360 | msgstr "" |
1361 | ||
d5706a1e | 1362 | #: c-decl.c:5567 |
d51681a7 | 1363 | msgid "overflow in enumeration values" |
dc6746e7 PT |
1364 | msgstr "" |
1365 | ||
d5706a1e | 1366 | #: c-decl.c:5572 |
807ab1f2 | 1367 | msgid "ISO C restricts enumerator values to range of %<int%>" |
dc6746e7 PT |
1368 | msgstr "" |
1369 | ||
d5706a1e | 1370 | #: c-decl.c:5648 |
d51681a7 | 1371 | msgid "return type is an incomplete type" |
dc6746e7 PT |
1372 | msgstr "" |
1373 | ||
d5706a1e | 1374 | #: c-decl.c:5656 |
807ab1f2 | 1375 | msgid "return type defaults to %<int%>" |
9e620082 ZW |
1376 | msgstr "" |
1377 | ||
d5706a1e | 1378 | #: c-decl.c:5687 |
807ab1f2 | 1379 | msgid "%Jno previous prototype for %qD" |
dc6746e7 PT |
1380 | msgstr "" |
1381 | ||
d5706a1e | 1382 | #: c-decl.c:5693 |
807ab1f2 | 1383 | msgid "%J%qD was used with no prototype before its definition" |
dc6746e7 PT |
1384 | msgstr "" |
1385 | ||
d5706a1e | 1386 | #: c-decl.c:5700 |
807ab1f2 | 1387 | msgid "%Jno previous declaration for %qD" |
dc6746e7 PT |
1388 | msgstr "" |
1389 | ||
d5706a1e | 1390 | #: c-decl.c:5706 |
807ab1f2 | 1391 | msgid "%J%qD was used with no declaration before its definition" |
dc6746e7 PT |
1392 | msgstr "" |
1393 | ||
d5706a1e | 1394 | #: c-decl.c:5739 c-decl.c:6227 |
807ab1f2 | 1395 | msgid "%Jreturn type of %qD is not %<int%>" |
dc6746e7 PT |
1396 | msgstr "" |
1397 | ||
d5706a1e | 1398 | #: c-decl.c:5754 |
807ab1f2 | 1399 | msgid "%Jfirst argument of %qD should be %<int%>" |
dc6746e7 PT |
1400 | msgstr "" |
1401 | ||
d5706a1e | 1402 | #: c-decl.c:5763 |
807ab1f2 | 1403 | msgid "%Jsecond argument of %qD should be %<char **%>" |
dc6746e7 PT |
1404 | msgstr "" |
1405 | ||
d5706a1e | 1406 | #: c-decl.c:5772 |
807ab1f2 | 1407 | msgid "%Jthird argument of %qD should probably be %<char **%>" |
dc6746e7 PT |
1408 | msgstr "" |
1409 | ||
d5706a1e | 1410 | #: c-decl.c:5782 |
807ab1f2 | 1411 | msgid "%J%qD takes only zero or two arguments" |
dc6746e7 PT |
1412 | msgstr "" |
1413 | ||
d5706a1e | 1414 | #: c-decl.c:5785 |
807ab1f2 | 1415 | msgid "%J%qD is normally a non-static function" |
dc6746e7 PT |
1416 | msgstr "" |
1417 | ||
d5706a1e | 1418 | #: c-decl.c:5831 |
b97e55da | 1419 | msgid "%Jold-style parameter declarations in prototyped function definition" |
dc6746e7 PT |
1420 | msgstr "" |
1421 | ||
d5706a1e | 1422 | #: c-decl.c:5844 |
b1b51268 JM |
1423 | msgid "%Jtraditional C rejects ISO C style function definitions" |
1424 | msgstr "" | |
1425 | ||
d5706a1e | 1426 | #: c-decl.c:5856 |
b97e55da | 1427 | msgid "%Jparameter name omitted" |
dc6746e7 PT |
1428 | msgstr "" |
1429 | ||
d5706a1e | 1430 | #: c-decl.c:5896 |
b1b51268 JM |
1431 | msgid "%Jold-style function definition" |
1432 | msgstr "" | |
1433 | ||
d5706a1e | 1434 | #: c-decl.c:5904 |
b97e55da | 1435 | msgid "%Jparameter name missing from parameter list" |
dc6746e7 PT |
1436 | msgstr "" |
1437 | ||
d5706a1e | 1438 | #: c-decl.c:5915 |
807ab1f2 | 1439 | msgid "%J%qD declared as a non-parameter" |
dc6746e7 PT |
1440 | msgstr "" |
1441 | ||
d5706a1e | 1442 | #: c-decl.c:5920 |
807ab1f2 | 1443 | msgid "%Jmultiple parameters named %qD" |
dc6746e7 PT |
1444 | msgstr "" |
1445 | ||
d5706a1e | 1446 | #: c-decl.c:5928 |
807ab1f2 | 1447 | msgid "%Jparameter %qD declared with void type" |
dc6746e7 PT |
1448 | msgstr "" |
1449 | ||
d5706a1e | 1450 | #: c-decl.c:5943 c-decl.c:5945 |
807ab1f2 | 1451 | msgid "%Jtype of %qD defaults to %<int%>" |
dc6746e7 PT |
1452 | msgstr "" |
1453 | ||
d5706a1e | 1454 | #: c-decl.c:5963 |
807ab1f2 | 1455 | msgid "%Jparameter %qD has incomplete type" |
dc6746e7 PT |
1456 | msgstr "" |
1457 | ||
d5706a1e | 1458 | #: c-decl.c:5969 |
807ab1f2 | 1459 | msgid "%Jdeclaration for parameter %qD but no such parameter" |
dc6746e7 PT |
1460 | msgstr "" |
1461 | ||
d5706a1e | 1462 | #: c-decl.c:6019 |
807ab1f2 | 1463 | msgid "number of arguments doesn%'t match prototype" |
dc6746e7 PT |
1464 | msgstr "" |
1465 | ||
d5706a1e | 1466 | #: c-decl.c:6020 c-decl.c:6050 c-decl.c:6057 |
b97e55da | 1467 | msgid "%Hprototype declaration" |
cabb228b ZW |
1468 | msgstr "" |
1469 | ||
d5706a1e | 1470 | #: c-decl.c:6048 |
807ab1f2 | 1471 | msgid "promoted argument %qD doesn%'t match prototype" |
dc6746e7 PT |
1472 | msgstr "" |
1473 | ||
d5706a1e | 1474 | #: c-decl.c:6056 |
807ab1f2 | 1475 | msgid "argument %qD doesn%'t match prototype" |
dc6746e7 PT |
1476 | msgstr "" |
1477 | ||
d5706a1e | 1478 | #: c-decl.c:6254 cp/decl.c:10592 |
b97e55da JM |
1479 | msgid "no return statement in function returning non-void" |
1480 | msgstr "" | |
1481 | ||
d5706a1e | 1482 | #: c-decl.c:6261 |
b97e55da | 1483 | msgid "this function may return with or without a value" |
dc6746e7 PT |
1484 | msgstr "" |
1485 | ||
9e620082 ZW |
1486 | #. If we get here, declarations have been used in a for loop without |
1487 | #. the C99 for loop scope. This doesn't make much sense, so don't | |
1488 | #. allow it. | |
d5706a1e | 1489 | #: c-decl.c:6350 |
807ab1f2 | 1490 | msgid "%<for%> loop initial declaration used outside C99 mode" |
dc6746e7 PT |
1491 | msgstr "" |
1492 | ||
d5706a1e | 1493 | #: c-decl.c:6379 |
807ab1f2 JM |
1494 | msgid "" |
1495 | "%Jdeclaration of static variable %qD in %<for%> loop initial declaration" | |
dc6746e7 PT |
1496 | msgstr "" |
1497 | ||
d5706a1e | 1498 | #: c-decl.c:6382 |
b1b51268 | 1499 | msgid "" |
807ab1f2 JM |
1500 | "%Jdeclaration of %<extern%> variable %qD in %<for%> loop initial declaration" |
1501 | msgstr "" | |
1502 | ||
d5706a1e | 1503 | #: c-decl.c:6387 |
807ab1f2 JM |
1504 | msgid "%<struct %E%> declared in %<for%> loop initial declaration" |
1505 | msgstr "" | |
1506 | ||
d5706a1e | 1507 | #: c-decl.c:6391 |
807ab1f2 JM |
1508 | msgid "%<union %E%> declared in %<for%> loop initial declaration" |
1509 | msgstr "" | |
1510 | ||
d5706a1e | 1511 | #: c-decl.c:6395 |
807ab1f2 JM |
1512 | msgid "%<enum %E%> declared in %<for%> loop initial declaration" |
1513 | msgstr "" | |
1514 | ||
d5706a1e | 1515 | #: c-decl.c:6399 |
807ab1f2 | 1516 | msgid "%Jdeclaration of non-variable %qD in %<for%> loop initial declaration" |
dc6746e7 PT |
1517 | msgstr "" |
1518 | ||
d5706a1e | 1519 | #: c-decl.c:6687 c-decl.c:6835 c-decl.c:7040 cp/decl.c:6756 |
9e620082 | 1520 | #, c-format |
807ab1f2 JM |
1521 | msgid "duplicate %qs" |
1522 | msgstr "" | |
1523 | ||
d5706a1e | 1524 | #: c-decl.c:6707 c-decl.c:6844 c-decl.c:6947 |
de104104 JM |
1525 | msgid "two or more data types in declaration specifiers" |
1526 | msgstr "" | |
1527 | ||
d5706a1e | 1528 | #: c-decl.c:6719 cp/decl.c:6732 |
807ab1f2 JM |
1529 | msgid "%<long long long%> is too long for GCC" |
1530 | msgstr "" | |
1531 | ||
d5706a1e | 1532 | #: c-decl.c:6726 c-decl.c:6918 |
de104104 JM |
1533 | msgid "both %<long long%> and %<double%> in declaration specifiers" |
1534 | msgstr "" | |
1535 | ||
d5706a1e | 1536 | #: c-decl.c:6732 |
807ab1f2 JM |
1537 | msgid "ISO C90 does not support %<long long%>" |
1538 | msgstr "" | |
1539 | ||
d5706a1e | 1540 | #: c-decl.c:6737 c-decl.c:6757 |
de104104 JM |
1541 | msgid "both %<long%> and %<short%> in declaration specifiers" |
1542 | msgstr "" | |
1543 | ||
d5706a1e | 1544 | #: c-decl.c:6740 c-decl.c:6851 |
de104104 JM |
1545 | msgid "both %<long%> and %<void%> in declaration specifiers" |
1546 | msgstr "" | |
1547 | ||
d5706a1e | 1548 | #: c-decl.c:6743 c-decl.c:6870 |
de104104 JM |
1549 | msgid "both %<long%> and %<_Bool%> in declaration specifiers" |
1550 | msgstr "" | |
1551 | ||
d5706a1e | 1552 | #: c-decl.c:6746 c-decl.c:6889 |
de104104 JM |
1553 | msgid "both %<long%> and %<char%> in declaration specifiers" |
1554 | msgstr "" | |
1555 | ||
d5706a1e | 1556 | #: c-decl.c:6749 c-decl.c:6902 |
de104104 | 1557 | msgid "both %<long%> and %<float%> in declaration specifiers" |
dc6746e7 PT |
1558 | msgstr "" |
1559 | ||
d5706a1e | 1560 | #: c-decl.c:6760 c-decl.c:6854 |
de104104 JM |
1561 | msgid "both %<short%> and %<void%> in declaration specifiers" |
1562 | msgstr "" | |
1563 | ||
d5706a1e | 1564 | #: c-decl.c:6763 c-decl.c:6873 |
de104104 JM |
1565 | msgid "both %<short%> and %<_Bool%> in declaration specifiers" |
1566 | msgstr "" | |
1567 | ||
d5706a1e | 1568 | #: c-decl.c:6766 c-decl.c:6892 |
de104104 JM |
1569 | msgid "both %<short%> and %<char%> in declaration specifiers" |
1570 | msgstr "" | |
1571 | ||
d5706a1e | 1572 | #: c-decl.c:6769 c-decl.c:6905 |
de104104 JM |
1573 | msgid "both %<short%> and %<float%> in declaration specifiers" |
1574 | msgstr "" | |
1575 | ||
d5706a1e | 1576 | #: c-decl.c:6772 c-decl.c:6921 |
de104104 JM |
1577 | msgid "both %<short%> and %<double%> in declaration specifiers" |
1578 | msgstr "" | |
1579 | ||
d5706a1e | 1580 | #: c-decl.c:6780 c-decl.c:6800 |
de104104 JM |
1581 | msgid "both %<signed%> and %<unsigned%> in declaration specifiers" |
1582 | msgstr "" | |
1583 | ||
d5706a1e | 1584 | #: c-decl.c:6783 c-decl.c:6857 |
de104104 JM |
1585 | msgid "both %<signed%> and %<void%> in declaration specifiers" |
1586 | msgstr "" | |
1587 | ||
d5706a1e | 1588 | #: c-decl.c:6786 c-decl.c:6876 |
de104104 JM |
1589 | msgid "both %<signed%> and %<_Bool%> in declaration specifiers" |
1590 | msgstr "" | |
1591 | ||
d5706a1e | 1592 | #: c-decl.c:6789 c-decl.c:6908 |
de104104 JM |
1593 | msgid "both %<signed%> and %<float%> in declaration specifiers" |
1594 | msgstr "" | |
1595 | ||
d5706a1e | 1596 | #: c-decl.c:6792 c-decl.c:6924 |
de104104 JM |
1597 | msgid "both %<signed%> and %<double%> in declaration specifiers" |
1598 | msgstr "" | |
1599 | ||
d5706a1e | 1600 | #: c-decl.c:6803 c-decl.c:6860 |
de104104 JM |
1601 | msgid "both %<unsigned%> and %<void%> in declaration specifiers" |
1602 | msgstr "" | |
1603 | ||
d5706a1e | 1604 | #: c-decl.c:6806 c-decl.c:6879 |
de104104 JM |
1605 | msgid "both %<unsigned%> and %<_Bool%> in declaration specifiers" |
1606 | msgstr "" | |
1607 | ||
d5706a1e | 1608 | #: c-decl.c:6809 c-decl.c:6911 |
de104104 JM |
1609 | msgid "both %<unsigned%> and %<float%> in declaration specifiers" |
1610 | msgstr "" | |
1611 | ||
d5706a1e | 1612 | #: c-decl.c:6812 c-decl.c:6927 |
de104104 JM |
1613 | msgid "both %<unsigned%> and %<double%> in declaration specifiers" |
1614 | msgstr "" | |
1615 | ||
d5706a1e | 1616 | #: c-decl.c:6820 |
de104104 JM |
1617 | msgid "ISO C90 does not support complex types" |
1618 | msgstr "" | |
1619 | ||
d5706a1e | 1620 | #: c-decl.c:6822 c-decl.c:6863 |
de104104 JM |
1621 | msgid "both %<complex%> and %<void%> in declaration specifiers" |
1622 | msgstr "" | |
1623 | ||
d5706a1e | 1624 | #: c-decl.c:6825 c-decl.c:6882 |
de104104 JM |
1625 | msgid "both %<complex%> and %<_Bool%> in declaration specifiers" |
1626 | msgstr "" | |
1627 | ||
d5706a1e | 1628 | #: c-decl.c:6964 |
b1b51268 | 1629 | #, c-format |
807ab1f2 | 1630 | msgid "%qs fails to be a typedef or built in type" |
dc6746e7 PT |
1631 | msgstr "" |
1632 | ||
d5706a1e | 1633 | #: c-decl.c:6990 |
b1b51268 | 1634 | #, c-format |
807ab1f2 JM |
1635 | msgid "%qs is not at beginning of declaration" |
1636 | msgstr "" | |
1637 | ||
d5706a1e | 1638 | #: c-decl.c:7005 |
807ab1f2 JM |
1639 | msgid "%<__thread%> used with %<auto%>" |
1640 | msgstr "" | |
1641 | ||
d5706a1e | 1642 | #: c-decl.c:7007 |
807ab1f2 JM |
1643 | msgid "%<__thread%> used with %<register%>" |
1644 | msgstr "" | |
1645 | ||
d5706a1e | 1646 | #: c-decl.c:7009 |
807ab1f2 JM |
1647 | msgid "%<__thread%> used with %<typedef%>" |
1648 | msgstr "" | |
1649 | ||
d5706a1e | 1650 | #: c-decl.c:7020 cp/parser.c:7187 |
807ab1f2 JM |
1651 | msgid "%<__thread%> before %<extern%>" |
1652 | msgstr "" | |
1653 | ||
d5706a1e | 1654 | #: c-decl.c:7029 cp/parser.c:7177 |
807ab1f2 JM |
1655 | msgid "%<__thread%> before %<static%>" |
1656 | msgstr "" | |
1657 | ||
d5706a1e | 1658 | #: c-decl.c:7045 |
807ab1f2 JM |
1659 | msgid "multiple storage classes in declaration specifiers" |
1660 | msgstr "" | |
1661 | ||
d5706a1e | 1662 | #: c-decl.c:7052 |
807ab1f2 | 1663 | msgid "%<__thread%> used with %qs" |
dc6746e7 PT |
1664 | msgstr "" |
1665 | ||
d5706a1e | 1666 | #: c-decl.c:7106 |
de104104 JM |
1667 | msgid "ISO C does not support plain %<complex%> meaning %<double complex%>" |
1668 | msgstr "" | |
1669 | ||
d5706a1e | 1670 | #: c-decl.c:7151 c-decl.c:7177 |
de104104 JM |
1671 | msgid "ISO C does not support complex integer types" |
1672 | msgstr "" | |
1673 | ||
d5706a1e | 1674 | #: c-decl.c:7252 toplev.c:837 |
807ab1f2 | 1675 | msgid "%J%qF used but never defined" |
01b84e13 JM |
1676 | msgstr "" |
1677 | ||
807ab1f2 | 1678 | #: c-format.c:96 c-format.c:209 |
9e620082 | 1679 | msgid "format string has invalid operand number" |
dc6746e7 PT |
1680 | msgstr "" |
1681 | ||
807ab1f2 | 1682 | #: c-format.c:113 |
5b7874aa | 1683 | msgid "function does not return string type" |
dc6746e7 PT |
1684 | msgstr "" |
1685 | ||
807ab1f2 | 1686 | #: c-format.c:142 |
b97e55da JM |
1687 | msgid "format string arg not a string type" |
1688 | msgstr "" | |
1689 | ||
1690 | #: c-format.c:190 | |
5b7874aa | 1691 | msgid "unrecognized format specifier" |
dc6746e7 PT |
1692 | msgstr "" |
1693 | ||
807ab1f2 | 1694 | #: c-format.c:202 |
5b7874aa | 1695 | #, c-format |
807ab1f2 | 1696 | msgid "%qs is an unrecognized format function type" |
dc6746e7 PT |
1697 | msgstr "" |
1698 | ||
807ab1f2 | 1699 | #: c-format.c:215 |
b97e55da JM |
1700 | msgid "'...' has invalid operand number" |
1701 | msgstr "" | |
1702 | ||
807ab1f2 | 1703 | #: c-format.c:222 |
5b7874aa | 1704 | msgid "format string arg follows the args to be formatted" |
dc6746e7 PT |
1705 | msgstr "" |
1706 | ||
807ab1f2 | 1707 | #: c-format.c:345 c-format.c:369 |
a05e4fdb | 1708 | msgid "' ' flag" |
dc6746e7 PT |
1709 | msgstr "" |
1710 | ||
807ab1f2 | 1711 | #: c-format.c:345 c-format.c:369 |
a05e4fdb | 1712 | msgid "the ' ' printf flag" |
dc6746e7 PT |
1713 | msgstr "" |
1714 | ||
807ab1f2 | 1715 | #: c-format.c:346 c-format.c:370 c-format.c:408 c-format.c:465 |
a05e4fdb | 1716 | msgid "'+' flag" |
dc6746e7 PT |
1717 | msgstr "" |
1718 | ||
807ab1f2 | 1719 | #: c-format.c:346 c-format.c:370 c-format.c:408 |
a05e4fdb | 1720 | msgid "the '+' printf flag" |
dc6746e7 PT |
1721 | msgstr "" |
1722 | ||
807ab1f2 | 1723 | #: c-format.c:347 c-format.c:371 c-format.c:409 c-format.c:441 |
a05e4fdb | 1724 | msgid "'#' flag" |
dc6746e7 PT |
1725 | msgstr "" |
1726 | ||
807ab1f2 | 1727 | #: c-format.c:347 c-format.c:371 c-format.c:409 |
a05e4fdb | 1728 | msgid "the '#' printf flag" |
dc6746e7 PT |
1729 | msgstr "" |
1730 | ||
807ab1f2 | 1731 | #: c-format.c:348 c-format.c:372 c-format.c:439 |
a05e4fdb | 1732 | msgid "'0' flag" |
dc6746e7 PT |
1733 | msgstr "" |
1734 | ||
807ab1f2 | 1735 | #: c-format.c:348 c-format.c:372 |
a05e4fdb | 1736 | msgid "the '0' printf flag" |
dc6746e7 PT |
1737 | msgstr "" |
1738 | ||
807ab1f2 | 1739 | #: c-format.c:349 c-format.c:373 c-format.c:438 c-format.c:468 |
a05e4fdb | 1740 | msgid "'-' flag" |
dc6746e7 PT |
1741 | msgstr "" |
1742 | ||
807ab1f2 | 1743 | #: c-format.c:349 c-format.c:373 |
a05e4fdb | 1744 | msgid "the '-' printf flag" |
4ba01ed2 PT |
1745 | msgstr "" |
1746 | ||
807ab1f2 | 1747 | #: c-format.c:350 c-format.c:422 |
a05e4fdb | 1748 | msgid "''' flag" |
4ba01ed2 PT |
1749 | msgstr "" |
1750 | ||
807ab1f2 | 1751 | #: c-format.c:350 |
a05e4fdb | 1752 | msgid "the ''' printf flag" |
dc6746e7 PT |
1753 | msgstr "" |
1754 | ||
807ab1f2 | 1755 | #: c-format.c:351 c-format.c:423 |
a05e4fdb | 1756 | msgid "'I' flag" |
dc6746e7 PT |
1757 | msgstr "" |
1758 | ||
807ab1f2 | 1759 | #: c-format.c:351 |
a05e4fdb | 1760 | msgid "the 'I' printf flag" |
dc6746e7 PT |
1761 | msgstr "" |
1762 | ||
807ab1f2 JM |
1763 | #: c-format.c:352 c-format.c:374 c-format.c:420 c-format.c:442 c-format.c:469 |
1764 | #: c-format.c:1531 config/sol2-c.c:46 | |
9e620082 | 1765 | msgid "field width" |
dc6746e7 PT |
1766 | msgstr "" |
1767 | ||
807ab1f2 | 1768 | #: c-format.c:352 c-format.c:374 config/sol2-c.c:46 |
9e620082 | 1769 | msgid "field width in printf format" |
dc6746e7 PT |
1770 | msgstr "" |
1771 | ||
807ab1f2 | 1772 | #: c-format.c:353 c-format.c:375 c-format.c:399 c-format.c:411 |
9e620082 | 1773 | msgid "precision" |
dc6746e7 PT |
1774 | msgstr "" |
1775 | ||
807ab1f2 | 1776 | #: c-format.c:353 c-format.c:375 c-format.c:399 c-format.c:411 |
9e620082 | 1777 | msgid "precision in printf format" |
dc6746e7 PT |
1778 | msgstr "" |
1779 | ||
807ab1f2 JM |
1780 | #: c-format.c:354 c-format.c:376 c-format.c:400 c-format.c:412 c-format.c:421 |
1781 | #: c-format.c:472 config/sol2-c.c:47 | |
9e620082 | 1782 | msgid "length modifier" |
dc6746e7 PT |
1783 | msgstr "" |
1784 | ||
807ab1f2 JM |
1785 | #: c-format.c:354 c-format.c:376 c-format.c:400 c-format.c:412 |
1786 | #: config/sol2-c.c:47 | |
9e620082 | 1787 | msgid "length modifier in printf format" |
dc6746e7 PT |
1788 | msgstr "" |
1789 | ||
807ab1f2 | 1790 | #: c-format.c:398 c-format.c:410 |
a05e4fdb | 1791 | msgid "'q' flag" |
807ab1f2 JM |
1792 | msgstr "" |
1793 | ||
1794 | #: c-format.c:398 c-format.c:410 | |
a05e4fdb | 1795 | msgid "the 'q' diagnostic flag" |
807ab1f2 JM |
1796 | msgstr "" |
1797 | ||
1798 | #: c-format.c:418 | |
9e620082 | 1799 | msgid "assignment suppression" |
dc6746e7 PT |
1800 | msgstr "" |
1801 | ||
807ab1f2 | 1802 | #: c-format.c:418 |
1737c953 JM |
1803 | msgid "the assignment suppression scanf feature" |
1804 | msgstr "" | |
1805 | ||
807ab1f2 | 1806 | #: c-format.c:419 |
a05e4fdb | 1807 | msgid "'a' flag" |
dc6746e7 PT |
1808 | msgstr "" |
1809 | ||
807ab1f2 | 1810 | #: c-format.c:419 |
a05e4fdb | 1811 | msgid "the 'a' scanf flag" |
dc6746e7 PT |
1812 | msgstr "" |
1813 | ||
807ab1f2 | 1814 | #: c-format.c:420 |
9e620082 | 1815 | msgid "field width in scanf format" |
4ba01ed2 PT |
1816 | msgstr "" |
1817 | ||
807ab1f2 | 1818 | #: c-format.c:421 |
9e620082 | 1819 | msgid "length modifier in scanf format" |
4ba01ed2 PT |
1820 | msgstr "" |
1821 | ||
807ab1f2 | 1822 | #: c-format.c:422 |
a05e4fdb | 1823 | msgid "the ''' scanf flag" |
dc6746e7 PT |
1824 | msgstr "" |
1825 | ||
807ab1f2 | 1826 | #: c-format.c:423 |
a05e4fdb | 1827 | msgid "the 'I' scanf flag" |
7bf81eee PT |
1828 | msgstr "" |
1829 | ||
807ab1f2 | 1830 | #: c-format.c:437 |
a05e4fdb | 1831 | msgid "'_' flag" |
4ba01ed2 PT |
1832 | msgstr "" |
1833 | ||
807ab1f2 | 1834 | #: c-format.c:437 |
a05e4fdb | 1835 | msgid "the '_' strftime flag" |
7bf81eee PT |
1836 | msgstr "" |
1837 | ||
807ab1f2 | 1838 | #: c-format.c:438 |
a05e4fdb | 1839 | msgid "the '-' strftime flag" |
dc6746e7 PT |
1840 | msgstr "" |
1841 | ||
807ab1f2 | 1842 | #: c-format.c:439 |
a05e4fdb | 1843 | msgid "the '0' strftime flag" |
dc6746e7 PT |
1844 | msgstr "" |
1845 | ||
807ab1f2 | 1846 | #: c-format.c:440 c-format.c:464 |
a05e4fdb | 1847 | msgid "'^' flag" |
dc6746e7 PT |
1848 | msgstr "" |
1849 | ||
807ab1f2 | 1850 | #: c-format.c:440 |
a05e4fdb | 1851 | msgid "the '^' strftime flag" |
dc6746e7 PT |
1852 | msgstr "" |
1853 | ||
807ab1f2 | 1854 | #: c-format.c:441 |
a05e4fdb | 1855 | msgid "the '#' strftime flag" |
dc6746e7 PT |
1856 | msgstr "" |
1857 | ||
807ab1f2 | 1858 | #: c-format.c:442 |
9e620082 | 1859 | msgid "field width in strftime format" |
dc6746e7 PT |
1860 | msgstr "" |
1861 | ||
807ab1f2 | 1862 | #: c-format.c:443 |
a05e4fdb | 1863 | msgid "'E' modifier" |
dc6746e7 PT |
1864 | msgstr "" |
1865 | ||
807ab1f2 | 1866 | #: c-format.c:443 |
a05e4fdb | 1867 | msgid "the 'E' strftime modifier" |
dc6746e7 PT |
1868 | msgstr "" |
1869 | ||
807ab1f2 | 1870 | #: c-format.c:444 |
a05e4fdb | 1871 | msgid "'O' modifier" |
dc6746e7 PT |
1872 | msgstr "" |
1873 | ||
807ab1f2 | 1874 | #: c-format.c:444 |
a05e4fdb | 1875 | msgid "the 'O' strftime modifier" |
dc6746e7 PT |
1876 | msgstr "" |
1877 | ||
807ab1f2 | 1878 | #: c-format.c:445 |
a05e4fdb | 1879 | msgid "the 'O' modifier" |
dc6746e7 PT |
1880 | msgstr "" |
1881 | ||
807ab1f2 | 1882 | #: c-format.c:463 |
9e620082 | 1883 | msgid "fill character" |
dc6746e7 PT |
1884 | msgstr "" |
1885 | ||
807ab1f2 | 1886 | #: c-format.c:463 |
9e620082 | 1887 | msgid "fill character in strfmon format" |
dc6746e7 PT |
1888 | msgstr "" |
1889 | ||
807ab1f2 | 1890 | #: c-format.c:464 |
a05e4fdb | 1891 | msgid "the '^' strfmon flag" |
dc6746e7 PT |
1892 | msgstr "" |
1893 | ||
807ab1f2 | 1894 | #: c-format.c:465 |
a05e4fdb | 1895 | msgid "the '+' strfmon flag" |
dc6746e7 PT |
1896 | msgstr "" |
1897 | ||
807ab1f2 | 1898 | #: c-format.c:466 |
a05e4fdb | 1899 | msgid "'(' flag" |
dc6746e7 PT |
1900 | msgstr "" |
1901 | ||
807ab1f2 | 1902 | #: c-format.c:466 |
a05e4fdb | 1903 | msgid "the '(' strfmon flag" |
dc6746e7 PT |
1904 | msgstr "" |
1905 | ||
807ab1f2 | 1906 | #: c-format.c:467 |
a05e4fdb | 1907 | msgid "'!' flag" |
dc6746e7 PT |
1908 | msgstr "" |
1909 | ||
807ab1f2 | 1910 | #: c-format.c:467 |
a05e4fdb | 1911 | msgid "the '!' strfmon flag" |
dc6746e7 PT |
1912 | msgstr "" |
1913 | ||
807ab1f2 | 1914 | #: c-format.c:468 |
a05e4fdb | 1915 | msgid "the '-' strfmon flag" |
dc6746e7 PT |
1916 | msgstr "" |
1917 | ||
807ab1f2 | 1918 | #: c-format.c:469 |
9e620082 | 1919 | msgid "field width in strfmon format" |
dc6746e7 PT |
1920 | msgstr "" |
1921 | ||
807ab1f2 | 1922 | #: c-format.c:470 |
9e620082 | 1923 | msgid "left precision" |
dc6746e7 PT |
1924 | msgstr "" |
1925 | ||
807ab1f2 | 1926 | #: c-format.c:470 |
9e620082 | 1927 | msgid "left precision in strfmon format" |
dc6746e7 PT |
1928 | msgstr "" |
1929 | ||
807ab1f2 | 1930 | #: c-format.c:471 |
9e620082 | 1931 | msgid "right precision" |
dc6746e7 PT |
1932 | msgstr "" |
1933 | ||
807ab1f2 | 1934 | #: c-format.c:471 |
9e620082 | 1935 | msgid "right precision in strfmon format" |
dc6746e7 PT |
1936 | msgstr "" |
1937 | ||
807ab1f2 | 1938 | #: c-format.c:472 |
9e620082 | 1939 | msgid "length modifier in strfmon format" |
dc6746e7 PT |
1940 | msgstr "" |
1941 | ||
807ab1f2 | 1942 | #: c-format.c:840 |
9e620082 | 1943 | #, c-format |
807ab1f2 | 1944 | msgid "function might be possible candidate for %qs format attribute" |
dc6746e7 PT |
1945 | msgstr "" |
1946 | ||
807ab1f2 | 1947 | #: c-format.c:931 c-format.c:952 c-format.c:1947 |
9e620082 | 1948 | msgid "missing $ operand number in format" |
dc6746e7 PT |
1949 | msgstr "" |
1950 | ||
807ab1f2 | 1951 | #: c-format.c:961 |
9e620082 ZW |
1952 | #, c-format |
1953 | msgid "%s does not support %%n$ operand number formats" | |
dc6746e7 PT |
1954 | msgstr "" |
1955 | ||
807ab1f2 | 1956 | #: c-format.c:968 |
9e620082 | 1957 | msgid "operand number out of range in format" |
4ba01ed2 PT |
1958 | msgstr "" |
1959 | ||
807ab1f2 | 1960 | #: c-format.c:991 |
9e620082 ZW |
1961 | #, c-format |
1962 | msgid "format argument %d used more than once in %s format" | |
dc6746e7 PT |
1963 | msgstr "" |
1964 | ||
807ab1f2 | 1965 | #: c-format.c:1023 |
b1b51268 JM |
1966 | msgid "$ operand number used after format without operand number" |
1967 | msgstr "" | |
1968 | ||
807ab1f2 | 1969 | #: c-format.c:1053 |
9e620082 ZW |
1970 | #, c-format |
1971 | msgid "format argument %d unused before used argument %d in $-style format" | |
dc6746e7 PT |
1972 | msgstr "" |
1973 | ||
807ab1f2 | 1974 | #: c-format.c:1148 |
9e620082 | 1975 | msgid "format not a string literal, format string not checked" |
dc6746e7 PT |
1976 | msgstr "" |
1977 | ||
807ab1f2 | 1978 | #: c-format.c:1162 |
9e620082 | 1979 | msgid "format not a string literal and no format arguments" |
dc6746e7 PT |
1980 | msgstr "" |
1981 | ||
807ab1f2 | 1982 | #: c-format.c:1164 |
9e620082 | 1983 | msgid "format not a string literal, argument types not checked" |
dc6746e7 PT |
1984 | msgstr "" |
1985 | ||
807ab1f2 | 1986 | #: c-format.c:1177 |
9e620082 | 1987 | msgid "too many arguments for format" |
dc6746e7 PT |
1988 | msgstr "" |
1989 | ||
807ab1f2 | 1990 | #: c-format.c:1180 |
9e620082 | 1991 | msgid "unused arguments in $-style format" |
dc6746e7 PT |
1992 | msgstr "" |
1993 | ||
807ab1f2 | 1994 | #: c-format.c:1183 |
a47a6810 JM |
1995 | #, c-format |
1996 | msgid "zero-length %s format string" | |
dc6746e7 PT |
1997 | msgstr "" |
1998 | ||
807ab1f2 | 1999 | #: c-format.c:1187 |
9e620082 | 2000 | msgid "format is a wide character string" |
dc6746e7 PT |
2001 | msgstr "" |
2002 | ||
807ab1f2 | 2003 | #: c-format.c:1190 |
9e620082 | 2004 | msgid "unterminated format string" |
dc6746e7 PT |
2005 | msgstr "" |
2006 | ||
807ab1f2 JM |
2007 | #: c-format.c:1400 |
2008 | msgid "embedded %<\\0%> in format" | |
dc6746e7 PT |
2009 | msgstr "" |
2010 | ||
807ab1f2 JM |
2011 | #: c-format.c:1415 |
2012 | msgid "spurious trailing %<%%%> in format" | |
dc6746e7 PT |
2013 | msgstr "" |
2014 | ||
807ab1f2 | 2015 | #: c-format.c:1459 c-format.c:1703 |
9e620082 ZW |
2016 | #, c-format |
2017 | msgid "repeated %s in format" | |
dc6746e7 PT |
2018 | msgstr "" |
2019 | ||
807ab1f2 | 2020 | #: c-format.c:1472 |
9e620082 | 2021 | msgid "missing fill character at end of strfmon format" |
7bf81eee PT |
2022 | msgstr "" |
2023 | ||
807ab1f2 | 2024 | #: c-format.c:1516 c-format.c:1618 c-format.c:1897 c-format.c:1959 |
9e620082 | 2025 | msgid "too few arguments for format" |
7bf81eee PT |
2026 | msgstr "" |
2027 | ||
807ab1f2 | 2028 | #: c-format.c:1557 |
9e620082 ZW |
2029 | #, c-format |
2030 | msgid "zero width in %s format" | |
dc6746e7 PT |
2031 | msgstr "" |
2032 | ||
807ab1f2 | 2033 | #: c-format.c:1575 |
9e620082 ZW |
2034 | #, c-format |
2035 | msgid "empty left precision in %s format" | |
dc6746e7 PT |
2036 | msgstr "" |
2037 | ||
807ab1f2 | 2038 | #: c-format.c:1633 |
9e620082 | 2039 | msgid "field precision" |
dc6746e7 PT |
2040 | msgstr "" |
2041 | ||
807ab1f2 | 2042 | #: c-format.c:1648 |
9e620082 ZW |
2043 | #, c-format |
2044 | msgid "empty precision in %s format" | |
dc6746e7 PT |
2045 | msgstr "" |
2046 | ||
807ab1f2 | 2047 | #: c-format.c:1687 |
9e620082 | 2048 | #, c-format |
807ab1f2 | 2049 | msgid "%s does not support the %qs %s length modifier" |
dc6746e7 PT |
2050 | msgstr "" |
2051 | ||
807ab1f2 | 2052 | #: c-format.c:1737 |
9e620082 | 2053 | msgid "conversion lacks type at end of format" |
dc6746e7 PT |
2054 | msgstr "" |
2055 | ||
807ab1f2 | 2056 | #: c-format.c:1748 |
9e620082 | 2057 | #, c-format |
807ab1f2 | 2058 | msgid "unknown conversion type character %qc in format" |
4ba01ed2 PT |
2059 | msgstr "" |
2060 | ||
807ab1f2 | 2061 | #: c-format.c:1751 |
9e620082 ZW |
2062 | #, c-format |
2063 | msgid "unknown conversion type character 0x%x in format" | |
dc6746e7 PT |
2064 | msgstr "" |
2065 | ||
807ab1f2 JM |
2066 | #: c-format.c:1758 |
2067 | msgid "%s does not support the %<%%%c%> %s format" | |
dc6746e7 PT |
2068 | msgstr "" |
2069 | ||
807ab1f2 JM |
2070 | #: c-format.c:1774 |
2071 | msgid "%s used with %<%%%c%> %s format" | |
dc6746e7 PT |
2072 | msgstr "" |
2073 | ||
807ab1f2 | 2074 | #: c-format.c:1783 |
9e620082 ZW |
2075 | #, c-format |
2076 | msgid "%s does not support %s" | |
dc6746e7 PT |
2077 | msgstr "" |
2078 | ||
807ab1f2 JM |
2079 | #: c-format.c:1792 |
2080 | msgid "%s does not support %s with the %<%%%c%> %s format" | |
dc6746e7 PT |
2081 | msgstr "" |
2082 | ||
807ab1f2 JM |
2083 | #: c-format.c:1825 |
2084 | msgid "%s ignored with %s and %<%%%c%> %s format" | |
dc6746e7 PT |
2085 | msgstr "" |
2086 | ||
807ab1f2 | 2087 | #: c-format.c:1829 |
4ba01ed2 | 2088 | #, c-format |
9e620082 | 2089 | msgid "%s ignored with %s in %s format" |
dc6746e7 PT |
2090 | msgstr "" |
2091 | ||
807ab1f2 JM |
2092 | #: c-format.c:1835 |
2093 | msgid "use of %s and %s together with %<%%%c%> %s format" | |
dc6746e7 PT |
2094 | msgstr "" |
2095 | ||
807ab1f2 | 2096 | #: c-format.c:1839 |
4ba01ed2 | 2097 | #, c-format |
9e620082 | 2098 | msgid "use of %s and %s together in %s format" |
dc6746e7 PT |
2099 | msgstr "" |
2100 | ||
807ab1f2 JM |
2101 | #: c-format.c:1858 |
2102 | msgid "%<%%%c%> yields only last 2 digits of year in some locales" | |
7bf81eee PT |
2103 | msgstr "" |
2104 | ||
807ab1f2 JM |
2105 | #: c-format.c:1861 |
2106 | msgid "%<%%%c%> yields only last 2 digits of year" | |
7bf81eee PT |
2107 | msgstr "" |
2108 | ||
9e620082 | 2109 | #. The end of the format string was reached. |
807ab1f2 JM |
2110 | #: c-format.c:1877 |
2111 | msgid "no closing %<]%> for %<%%[%> format" | |
7bf81eee PT |
2112 | msgstr "" |
2113 | ||
807ab1f2 | 2114 | #: c-format.c:1890 |
4ba01ed2 | 2115 | #, c-format |
807ab1f2 | 2116 | msgid "use of %qs length modifier with %qc type character" |
7bf81eee PT |
2117 | msgstr "" |
2118 | ||
807ab1f2 JM |
2119 | #: c-format.c:1911 |
2120 | msgid "%s does not support the %<%%%s%c%> %s format" | |
7bf81eee PT |
2121 | msgstr "" |
2122 | ||
807ab1f2 | 2123 | #: c-format.c:1928 |
9e620082 ZW |
2124 | msgid "operand number specified with suppressed assignment" |
2125 | msgstr "" | |
2126 | ||
807ab1f2 | 2127 | #: c-format.c:1930 |
9e620082 | 2128 | msgid "operand number specified for format taking no argument" |
7bf81eee PT |
2129 | msgstr "" |
2130 | ||
807ab1f2 | 2131 | #: c-format.c:2072 |
4ba01ed2 | 2132 | #, c-format |
9e620082 | 2133 | msgid "writing through null pointer (arg %d)" |
7bf81eee PT |
2134 | msgstr "" |
2135 | ||
807ab1f2 | 2136 | #: c-format.c:2080 |
9e620082 ZW |
2137 | #, c-format |
2138 | msgid "reading through null pointer (arg %d)" | |
7bf81eee PT |
2139 | msgstr "" |
2140 | ||
807ab1f2 | 2141 | #: c-format.c:2100 |
9e620082 ZW |
2142 | #, c-format |
2143 | msgid "writing into constant object (arg %d)" | |
7bf81eee PT |
2144 | msgstr "" |
2145 | ||
807ab1f2 | 2146 | #: c-format.c:2110 |
9e620082 ZW |
2147 | #, c-format |
2148 | msgid "extra type qualifiers in format argument (arg %d)" | |
7bf81eee PT |
2149 | msgstr "" |
2150 | ||
807ab1f2 JM |
2151 | #: c-format.c:2220 |
2152 | msgid "%s should have type %<%s%s%>, but argument %d has type %qT" | |
1737c953 JM |
2153 | msgstr "" |
2154 | ||
807ab1f2 JM |
2155 | #: c-format.c:2223 |
2156 | msgid "format %q.*s expects type %<%s%s%>, but argument %d has type %qT" | |
1737c953 JM |
2157 | msgstr "" |
2158 | ||
807ab1f2 JM |
2159 | #: c-format.c:2230 |
2160 | msgid "%s should have type %<%T%s%>, but argument %d has type %qT" | |
7bf81eee PT |
2161 | msgstr "" |
2162 | ||
807ab1f2 JM |
2163 | #: c-format.c:2233 |
2164 | msgid "format %q.*s expects type %<%T%s%>, but argument %d has type %qT" | |
7bf81eee PT |
2165 | msgstr "" |
2166 | ||
807ab1f2 | 2167 | #: c-format.c:2499 |
b97e55da JM |
2168 | msgid "args to be formatted is not '...'" |
2169 | msgstr "" | |
2170 | ||
807ab1f2 | 2171 | #: c-format.c:2508 |
b97e55da JM |
2172 | msgid "strftime formats cannot format arguments" |
2173 | msgstr "" | |
2174 | ||
807ab1f2 | 2175 | #: c-gimplify.c:237 |
b1b51268 JM |
2176 | msgid "statement with no effect" |
2177 | msgstr "" | |
2178 | ||
d5706a1e | 2179 | #: c-gimplify.c:315 c-typeck.c:6703 cp/parser.c:6508 |
b1b51268 JM |
2180 | msgid "break statement not within loop or switch" |
2181 | msgstr "" | |
2182 | ||
807ab1f2 | 2183 | #: c-gimplify.c:317 |
b1b51268 JM |
2184 | msgid "continue statement not within loop or switch" |
2185 | msgstr "" | |
2186 | ||
b1b51268 | 2187 | #: c-incpath.c:70 |
d9b2742a ZW |
2188 | #, c-format |
2189 | msgid "ignoring duplicate directory \"%s\"\n" | |
2190 | msgstr "" | |
2191 | ||
b1b51268 | 2192 | #: c-incpath.c:73 |
d9b2742a ZW |
2193 | msgid " as it is a non-system directory that duplicates a system directory\n" |
2194 | msgstr "" | |
2195 | ||
b1b51268 | 2196 | #: c-incpath.c:77 |
d9b2742a ZW |
2197 | #, c-format |
2198 | msgid "ignoring nonexistent directory \"%s\"\n" | |
2199 | msgstr "" | |
2200 | ||
807ab1f2 | 2201 | #: c-incpath.c:283 |
d9b2742a | 2202 | msgid "#include \"...\" search starts here:\n" |
7bf81eee PT |
2203 | msgstr "" |
2204 | ||
807ab1f2 | 2205 | #: c-incpath.c:287 |
d9b2742a ZW |
2206 | msgid "#include <...> search starts here:\n" |
2207 | msgstr "" | |
2208 | ||
807ab1f2 | 2209 | #: c-incpath.c:292 |
d9b2742a ZW |
2210 | msgid "End of search list.\n" |
2211 | msgstr "" | |
2212 | ||
de104104 | 2213 | #: c-lex.c:259 |
a47a6810 | 2214 | msgid "badly nested C headers from preprocessor" |
7bf81eee PT |
2215 | msgstr "" |
2216 | ||
de104104 | 2217 | #: c-lex.c:307 |
d51681a7 | 2218 | #, c-format |
a47a6810 | 2219 | msgid "ignoring #pragma %s %s" |
7bf81eee PT |
2220 | msgstr "" |
2221 | ||
b97e55da | 2222 | #. ... or not. |
de104104 | 2223 | #: c-lex.c:412 |
b97e55da | 2224 | msgid "%Hstray '@' in program" |
7bf81eee PT |
2225 | msgstr "" |
2226 | ||
de104104 | 2227 | #: c-lex.c:420 |
9e620082 | 2228 | #, c-format |
b97e55da | 2229 | msgid "missing terminating %c character" |
7bf81eee PT |
2230 | msgstr "" |
2231 | ||
de104104 | 2232 | #: c-lex.c:422 |
9e620082 ZW |
2233 | #, c-format |
2234 | msgid "stray '%c' in program" | |
7bf81eee PT |
2235 | msgstr "" |
2236 | ||
de104104 | 2237 | #: c-lex.c:424 |
9e620082 ZW |
2238 | #, c-format |
2239 | msgid "stray '\\%o' in program" | |
7bf81eee PT |
2240 | msgstr "" |
2241 | ||
de104104 | 2242 | #: c-lex.c:577 |
a47a6810 | 2243 | msgid "this decimal constant is unsigned only in ISO C90" |
5b7874aa ZW |
2244 | msgstr "" |
2245 | ||
de104104 | 2246 | #: c-lex.c:580 |
a47a6810 | 2247 | msgid "this decimal constant would be unsigned in ISO C90" |
5b7874aa ZW |
2248 | msgstr "" |
2249 | ||
de104104 | 2250 | #: c-lex.c:596 |
a47a6810 | 2251 | #, c-format |
807ab1f2 | 2252 | msgid "integer constant is too large for %qs type" |
5b7874aa ZW |
2253 | msgstr "" |
2254 | ||
de104104 | 2255 | #: c-lex.c:662 |
807ab1f2 | 2256 | msgid "floating constant exceeds range of %<%s%>" |
5b7874aa ZW |
2257 | msgstr "" |
2258 | ||
de104104 | 2259 | #: c-lex.c:738 |
b97e55da | 2260 | msgid "traditional C rejects string constant concatenation" |
5b7874aa ZW |
2261 | msgstr "" |
2262 | ||
b1b51268 | 2263 | #: c-objc-common.c:81 |
b97e55da | 2264 | msgid "" |
807ab1f2 | 2265 | "%Jfunction %qF can never be inlined because it is suppressed using -fno-" |
b97e55da | 2266 | "inline" |
5b7874aa ZW |
2267 | msgstr "" |
2268 | ||
b1b51268 | 2269 | #: c-objc-common.c:91 |
b97e55da | 2270 | msgid "" |
807ab1f2 | 2271 | "%Jfunction %qF can never be inlined because it might not be bound within " |
b97e55da | 2272 | "this unit of translation" |
7bf81eee PT |
2273 | msgstr "" |
2274 | ||
b1b51268 | 2275 | #: c-objc-common.c:99 |
b97e55da | 2276 | msgid "" |
807ab1f2 | 2277 | "%Jfunction %qF can never be inlined because it uses attributes conflicting " |
b97e55da | 2278 | "with inlining" |
d9b2742a ZW |
2279 | msgstr "" |
2280 | ||
b1b51268 | 2281 | #: c-objc-common.c:114 |
807ab1f2 | 2282 | msgid "%Jfunction %qF can never be inlined because it has pending sizes" |
d9b2742a ZW |
2283 | msgstr "" |
2284 | ||
b1b51268 | 2285 | #: c-objc-common.c:127 |
b97e55da | 2286 | msgid "" |
807ab1f2 | 2287 | "%Jnested function %qF can never be inlined because it has possibly saved " |
b97e55da JM |
2288 | "pending sizes" |
2289 | msgstr "" | |
2290 | ||
d5706a1e | 2291 | #: c-objc-common.c:263 |
b06c20ee JM |
2292 | msgid "used array that cannot be converted to pointer where scalar is required" |
2293 | msgstr "" | |
2294 | ||
d5706a1e | 2295 | #: c-objc-common.c:267 |
b06c20ee JM |
2296 | msgid "used struct type value where scalar is required" |
2297 | msgstr "" | |
2298 | ||
d5706a1e | 2299 | #: c-objc-common.c:271 |
b06c20ee JM |
2300 | msgid "used union type value where scalar is required" |
2301 | msgstr "" | |
2302 | ||
807ab1f2 | 2303 | #: c-opts.c:147 |
d9b2742a | 2304 | #, c-format |
807ab1f2 | 2305 | msgid "no class name specified with %qs" |
d9b2742a ZW |
2306 | msgstr "" |
2307 | ||
807ab1f2 | 2308 | #: c-opts.c:151 |
a47a6810 | 2309 | #, c-format |
807ab1f2 | 2310 | msgid "assertion missing after %qs" |
5b7874aa ZW |
2311 | msgstr "" |
2312 | ||
807ab1f2 | 2313 | #: c-opts.c:156 |
a47a6810 | 2314 | #, c-format |
807ab1f2 | 2315 | msgid "macro name missing after %qs" |
7bf81eee PT |
2316 | msgstr "" |
2317 | ||
807ab1f2 | 2318 | #: c-opts.c:165 |
a47a6810 | 2319 | #, c-format |
807ab1f2 | 2320 | msgid "missing path after %qs" |
5b7874aa ZW |
2321 | msgstr "" |
2322 | ||
807ab1f2 | 2323 | #: c-opts.c:174 |
a47a6810 | 2324 | #, c-format |
807ab1f2 | 2325 | msgid "missing filename after %qs" |
7bf81eee PT |
2326 | msgstr "" |
2327 | ||
807ab1f2 | 2328 | #: c-opts.c:179 |
b97e55da | 2329 | #, c-format |
807ab1f2 | 2330 | msgid "missing makefile target after %qs" |
d9b2742a ZW |
2331 | msgstr "" |
2332 | ||
807ab1f2 | 2333 | #: c-opts.c:305 |
b97e55da | 2334 | msgid "-I- specified twice" |
5b7874aa ZW |
2335 | msgstr "" |
2336 | ||
807ab1f2 | 2337 | #: c-opts.c:308 |
b1b51268 JM |
2338 | msgid "obsolete option -I- used, please use -iquote instead" |
2339 | msgstr "" | |
2340 | ||
807ab1f2 | 2341 | #: c-opts.c:542 |
a47a6810 | 2342 | #, c-format |
807ab1f2 | 2343 | msgid "switch %qs is no longer supported" |
5b7874aa ZW |
2344 | msgstr "" |
2345 | ||
807ab1f2 | 2346 | #: c-opts.c:657 |
a47a6810 | 2347 | msgid "" |
b97e55da | 2348 | "-fhandle-exceptions has been renamed -fexceptions (and is now on by default)" |
7bf81eee PT |
2349 | msgstr "" |
2350 | ||
807ab1f2 | 2351 | #: c-opts.c:843 |
a47a6810 | 2352 | msgid "output filename specified twice" |
7bf81eee PT |
2353 | msgstr "" |
2354 | ||
807ab1f2 | 2355 | #: c-opts.c:976 |
a47a6810 | 2356 | msgid "-Wformat-y2k ignored without -Wformat" |
7bf81eee PT |
2357 | msgstr "" |
2358 | ||
807ab1f2 | 2359 | #: c-opts.c:978 |
a47a6810 | 2360 | msgid "-Wformat-extra-args ignored without -Wformat" |
dc6746e7 PT |
2361 | msgstr "" |
2362 | ||
807ab1f2 | 2363 | #: c-opts.c:980 |
a47a6810 | 2364 | msgid "-Wformat-zero-length ignored without -Wformat" |
dc6746e7 PT |
2365 | msgstr "" |
2366 | ||
807ab1f2 | 2367 | #: c-opts.c:982 |
a47a6810 | 2368 | msgid "-Wformat-nonliteral ignored without -Wformat" |
dc6746e7 PT |
2369 | msgstr "" |
2370 | ||
807ab1f2 | 2371 | #: c-opts.c:984 |
a47a6810 | 2372 | msgid "-Wformat-security ignored without -Wformat" |
dc6746e7 PT |
2373 | msgstr "" |
2374 | ||
807ab1f2 | 2375 | #: c-opts.c:986 |
a47a6810 | 2376 | msgid "-Wmissing-format-attribute ignored without -Wformat" |
dc6746e7 PT |
2377 | msgstr "" |
2378 | ||
807ab1f2 | 2379 | #: c-opts.c:1000 |
a47a6810 | 2380 | #, c-format |
b97e55da | 2381 | msgid "opening output file %s: %m" |
5b7874aa ZW |
2382 | msgstr "" |
2383 | ||
807ab1f2 | 2384 | #: c-opts.c:1005 |
b97e55da JM |
2385 | #, c-format |
2386 | msgid "too many filenames given. Type %s --help for usage" | |
2387 | msgstr "" | |
2388 | ||
807ab1f2 JM |
2389 | #: c-opts.c:1088 |
2390 | msgid "YYDEBUG was not defined at build time, -dy ignored" | |
b1b51268 JM |
2391 | msgstr "" |
2392 | ||
807ab1f2 | 2393 | #: c-opts.c:1129 |
9e620082 | 2394 | #, c-format |
b97e55da | 2395 | msgid "opening dependency file %s: %m" |
dc6746e7 PT |
2396 | msgstr "" |
2397 | ||
807ab1f2 | 2398 | #: c-opts.c:1139 |
a47a6810 | 2399 | #, c-format |
b97e55da | 2400 | msgid "closing dependency file %s: %m" |
dc6746e7 PT |
2401 | msgstr "" |
2402 | ||
807ab1f2 | 2403 | #: c-opts.c:1142 |
a47a6810 | 2404 | #, c-format |
b97e55da | 2405 | msgid "when writing output to %s: %m" |
dc6746e7 PT |
2406 | msgstr "" |
2407 | ||
807ab1f2 | 2408 | #: c-opts.c:1221 |
a47a6810 | 2409 | msgid "to generate dependencies you must specify either -M or -MM" |
dc6746e7 PT |
2410 | msgstr "" |
2411 | ||
807ab1f2 | 2412 | #: c-opts.c:1286 |
d9b2742a ZW |
2413 | msgid "<built-in>" |
2414 | msgstr "" | |
2415 | ||
807ab1f2 | 2416 | #: c-opts.c:1301 |
d9b2742a ZW |
2417 | msgid "<command line>" |
2418 | msgstr "" | |
2419 | ||
807ab1f2 | 2420 | #: c-opts.c:1384 |
b06c20ee JM |
2421 | msgid "too late for # directive to set debug directory" |
2422 | msgstr "" | |
2423 | ||
d5706a1e ZW |
2424 | #. Depending on the version of Bison used to compile this grammar, |
2425 | #. it may issue generic diagnostics spelled "syntax error" or | |
2426 | #. "parse error". To prevent this from changing the translation | |
2427 | #. template randomly, we list all the variants of this particular | |
2428 | #. diagnostic here. Translators: there is no fine distinction | |
2429 | #. between diagnostics with "syntax error" in them, and diagnostics | |
2430 | #. with "parse error" in them. It's okay to give them both the same | |
2431 | #. translation. | |
2432 | #: c-parse.y:54 c-parse.y:2925 | |
2433 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse-scan.y:1373 | |
2434 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:16421 | |
2435 | #: objc/objc-parse.y:53 objc/objc-parse.y:3528 | |
b06c20ee JM |
2436 | msgid "syntax error" |
2437 | msgstr "" | |
2438 | ||
d5706a1e ZW |
2439 | #: /usr/share/bison/bison.simple:179 c-parse.y:2929 |
2440 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse-scan.y:1377 | |
2441 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:16425 | |
2442 | #: objc/objc-parse.y:3532 | |
b06c20ee JM |
2443 | msgid "syntax error: cannot back up" |
2444 | msgstr "" | |
2445 | ||
d5706a1e | 2446 | #: c-parse.y:344 objc/objc-parse.y:366 |
b06c20ee JM |
2447 | msgid "ISO C forbids an empty source file" |
2448 | msgstr "" | |
2449 | ||
d5706a1e | 2450 | #: c-parse.y:378 objc/objc-parse.y:401 |
b06c20ee JM |
2451 | msgid "ISO C forbids data definition with no type or storage class" |
2452 | msgstr "" | |
2453 | ||
d5706a1e | 2454 | #: c-parse.y:380 objc/objc-parse.y:403 |
b06c20ee JM |
2455 | msgid "data definition has no type or storage class" |
2456 | msgstr "" | |
2457 | ||
d5706a1e | 2458 | #: c-parse.y:393 objc/objc-parse.y:416 |
807ab1f2 | 2459 | msgid "ISO C does not allow extra %<;%> outside of a function" |
b06c20ee JM |
2460 | msgstr "" |
2461 | ||
d5706a1e | 2462 | #: c-parse.y:450 |
b06c20ee JM |
2463 | msgid "traditional C rejects the unary plus operator" |
2464 | msgstr "" | |
2465 | ||
d5706a1e | 2466 | #: c-parse.y:503 objc/objc-parse.y:526 |
807ab1f2 | 2467 | msgid "%<sizeof%> applied to a bit-field" |
b06c20ee JM |
2468 | msgstr "" |
2469 | ||
d5706a1e | 2470 | #: c-parse.y:600 objc/objc-parse.y:623 |
b06c20ee JM |
2471 | msgid "ISO C forbids omitting the middle term of a ?: expression" |
2472 | msgstr "" | |
2473 | ||
d5706a1e | 2474 | #: c-parse.y:641 objc/objc-parse.y:664 |
de104104 JM |
2475 | msgid "compound literal has variable size" |
2476 | msgstr "" | |
2477 | ||
d5706a1e | 2478 | #: c-parse.y:653 objc/objc-parse.y:676 |
b1b51268 | 2479 | msgid "ISO C90 forbids compound literals" |
b06c20ee JM |
2480 | msgstr "" |
2481 | ||
d5706a1e | 2482 | #: c-parse.y:666 objc/objc-parse.y:689 |
b06c20ee JM |
2483 | msgid "ISO C forbids braced-groups within expressions" |
2484 | msgstr "" | |
2485 | ||
d5706a1e | 2486 | #: c-parse.y:702 objc/objc-parse.y:725 |
b06c20ee JM |
2487 | msgid "first argument to __builtin_choose_expr not a constant" |
2488 | msgstr "" | |
2489 | ||
d5706a1e | 2490 | #: c-parse.y:1226 objc/objc-parse.y:1273 |
807ab1f2 | 2491 | msgid "%<typeof%> applied to a bit-field" |
b06c20ee JM |
2492 | msgstr "" |
2493 | ||
d5706a1e | 2494 | #: c-parse.y:1354 objc/objc-parse.y:1401 |
b06c20ee JM |
2495 | msgid "ISO C forbids empty initializer braces" |
2496 | msgstr "" | |
2497 | ||
d5706a1e | 2498 | #: c-parse.y:1368 objc/objc-parse.y:1415 |
b1b51268 | 2499 | msgid "ISO C90 forbids specifying subobject to initialize" |
b06c20ee JM |
2500 | msgstr "" |
2501 | ||
d5706a1e | 2502 | #: c-parse.y:1371 objc/objc-parse.y:1418 |
807ab1f2 | 2503 | msgid "obsolete use of designated initializer without %<=%>" |
b06c20ee JM |
2504 | msgstr "" |
2505 | ||
d5706a1e | 2506 | #: c-parse.y:1375 objc/objc-parse.y:1422 |
807ab1f2 | 2507 | msgid "obsolete use of designated initializer with %<:%>" |
b06c20ee JM |
2508 | msgstr "" |
2509 | ||
d5706a1e | 2510 | #: c-parse.y:1402 objc/objc-parse.y:1449 |
b06c20ee JM |
2511 | msgid "ISO C forbids specifying range of elements to initialize" |
2512 | msgstr "" | |
2513 | ||
d5706a1e | 2514 | #: c-parse.y:1410 c-parse.y:1440 objc/objc-parse.y:1457 objc/objc-parse.y:1487 |
b06c20ee JM |
2515 | msgid "ISO C forbids nested functions" |
2516 | msgstr "" | |
2517 | ||
d5706a1e | 2518 | #: c-parse.y:1607 objc/objc-parse.y:1658 |
807ab1f2 | 2519 | msgid "ISO C forbids forward references to %<enum%> types" |
b06c20ee JM |
2520 | msgstr "" |
2521 | ||
d5706a1e | 2522 | #: c-parse.y:1619 cp/parser.c:9920 objc/objc-parse.y:1670 |
b06c20ee JM |
2523 | msgid "comma at end of enumerator list" |
2524 | msgstr "" | |
2525 | ||
d5706a1e | 2526 | #: c-parse.y:1639 objc/objc-parse.y:1690 |
b06c20ee JM |
2527 | msgid "no semicolon at end of struct or union" |
2528 | msgstr "" | |
2529 | ||
d5706a1e | 2530 | #: c-parse.y:1648 objc/objc-parse.y:1699 objc/objc-parse.y:2688 |
b06c20ee JM |
2531 | msgid "extra semicolon in struct or union specified" |
2532 | msgstr "" | |
2533 | ||
d5706a1e | 2534 | #: c-parse.y:1661 objc/objc-parse.y:1715 |
b06c20ee JM |
2535 | msgid "ISO C doesn't support unnamed structs/unions" |
2536 | msgstr "" | |
2537 | ||
d5706a1e | 2538 | #: c-parse.y:1671 objc/objc-parse.y:1725 |
b06c20ee JM |
2539 | msgid "ISO C forbids member declarations with no members" |
2540 | msgstr "" | |
2541 | ||
d5706a1e | 2542 | #: c-parse.y:1837 objc/objc-parse.y:1891 |
b06c20ee JM |
2543 | msgid "label at end of compound statement" |
2544 | msgstr "" | |
2545 | ||
d5706a1e | 2546 | #: c-parse.y:1856 objc/objc-parse.y:1910 |
b06c20ee JM |
2547 | msgid "ISO C90 forbids mixed declarations and code" |
2548 | msgstr "" | |
2549 | ||
d5706a1e | 2550 | #: c-parse.y:1896 objc/objc-parse.y:1950 |
b06c20ee JM |
2551 | msgid "ISO C forbids label declarations" |
2552 | msgstr "" | |
2553 | ||
d5706a1e | 2554 | #: c-parse.y:1940 objc/objc-parse.y:1994 |
b06c20ee JM |
2555 | msgid "braced-group within expression allowed only inside a function" |
2556 | msgstr "" | |
2557 | ||
d5706a1e | 2558 | #: c-parse.y:2236 objc/objc-parse.y:2333 |
b1b51268 JM |
2559 | #, c-format |
2560 | msgid "%E qualifier ignored on asm" | |
2561 | msgstr "" | |
2562 | ||
d5706a1e | 2563 | #: c-parse.y:2330 objc/objc-parse.y:2427 |
807ab1f2 | 2564 | msgid "ISO C requires a named argument before %<...%>" |
b06c20ee JM |
2565 | msgstr "" |
2566 | ||
d5706a1e ZW |
2567 | #: /usr/share/bison/bison.simple:795 c-parse.y:2928 |
2568 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse-scan.y:1376 | |
2569 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:16424 | |
2570 | #: objc/objc-parse.y:3531 | |
2571 | msgid "parse error; also virtual memory exhausted" | |
2572 | msgstr "" | |
2573 | ||
2574 | #: /usr/share/bison/bison.simple:799 c-parse.y:2926 | |
2575 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse-scan.y:1374 | |
2576 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:16422 | |
2577 | #: objc/objc-parse.y:3529 | |
2578 | msgid "parse error" | |
b06c20ee JM |
2579 | msgstr "" |
2580 | ||
d5706a1e | 2581 | #: /usr/share/bison/bison.simple:924 |
b06c20ee JM |
2582 | msgid "parser stack overflow" |
2583 | msgstr "" | |
2584 | ||
d5706a1e | 2585 | #: c-parse.y:2846 objc/objc-parse.y:3449 |
b06c20ee | 2586 | #, c-format |
807ab1f2 | 2587 | msgid "syntax error at %qs token" |
b06c20ee JM |
2588 | msgstr "" |
2589 | ||
d5706a1e ZW |
2590 | #: c-parse.y:2927 /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse-scan.y:1375 |
2591 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:16423 | |
2592 | #: objc/objc-parse.y:3530 | |
2593 | msgid "syntax error; also virtual memory exhausted" | |
2594 | msgstr "" | |
2595 | ||
2596 | #: c-parse.y:2930 /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse-scan.y:1378 | |
2597 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:16426 | |
2598 | #: objc/objc-parse.y:3533 | |
2599 | msgid "parse error: cannot back up" | |
2600 | msgstr "" | |
2601 | ||
b1b51268 | 2602 | #: c-pch.c:130 |
dc6746e7 | 2603 | #, c-format |
01b84e13 | 2604 | msgid "can't create precompiled header %s: %m" |
1737c953 JM |
2605 | msgstr "" |
2606 | ||
807ab1f2 | 2607 | #: c-pch.c:158 |
b97e55da JM |
2608 | #, c-format |
2609 | msgid "can't write to %s: %m" | |
1737c953 JM |
2610 | msgstr "" |
2611 | ||
807ab1f2 | 2612 | #: c-pch.c:164 |
b97e55da | 2613 | #, c-format |
a05e4fdb | 2614 | msgid "%qs is not a valid output file" |
1737c953 JM |
2615 | msgstr "" |
2616 | ||
807ab1f2 | 2617 | #: c-pch.c:193 c-pch.c:208 c-pch.c:222 |
b97e55da JM |
2618 | #, c-format |
2619 | msgid "can't write %s: %m" | |
7bf81eee PT |
2620 | msgstr "" |
2621 | ||
807ab1f2 | 2622 | #: c-pch.c:198 c-pch.c:215 |
b97e55da JM |
2623 | #, c-format |
2624 | msgid "can't seek in %s: %m" | |
5b7874aa ZW |
2625 | msgstr "" |
2626 | ||
807ab1f2 | 2627 | #: c-pch.c:206 c-pch.c:248 c-pch.c:276 c-pch.c:281 c-pch.c:365 |
a47a6810 | 2628 | #, c-format |
b97e55da | 2629 | msgid "can't read %s: %m" |
1737c953 JM |
2630 | msgstr "" |
2631 | ||
807ab1f2 JM |
2632 | #: c-pch.c:483 |
2633 | msgid "malformed #pragma GCC pch_preprocess, ignored" | |
d9b2742a ZW |
2634 | msgstr "" |
2635 | ||
807ab1f2 JM |
2636 | #: c-pch.c:489 |
2637 | msgid "pch_preprocess pragma should only be used with -fpreprocessed" | |
d9b2742a ZW |
2638 | msgstr "" |
2639 | ||
807ab1f2 JM |
2640 | #: c-pch.c:490 |
2641 | msgid "use #include instead" | |
d9b2742a ZW |
2642 | msgstr "" |
2643 | ||
807ab1f2 | 2644 | #: c-pch.c:498 |
d9b2742a | 2645 | #, c-format |
807ab1f2 | 2646 | msgid "%s: couldn't open PCH file: %m\n" |
d9b2742a ZW |
2647 | msgstr "" |
2648 | ||
807ab1f2 JM |
2649 | #: c-pch.c:503 |
2650 | msgid "use -Winvalid-pch for more information" | |
d9b2742a ZW |
2651 | msgstr "" |
2652 | ||
807ab1f2 | 2653 | #: c-pch.c:504 |
d9b2742a | 2654 | #, c-format |
807ab1f2 | 2655 | msgid "%s: PCH file was invalid" |
d9b2742a ZW |
2656 | msgstr "" |
2657 | ||
807ab1f2 JM |
2658 | #: c-pragma.c:98 |
2659 | msgid "#pragma pack (pop) encountered without matching #pragma pack (push)" | |
d9b2742a ZW |
2660 | msgstr "" |
2661 | ||
807ab1f2 | 2662 | #: c-pragma.c:111 |
b1b51268 | 2663 | #, c-format |
807ab1f2 JM |
2664 | msgid "" |
2665 | "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s)" | |
b1b51268 JM |
2666 | msgstr "" |
2667 | ||
807ab1f2 JM |
2668 | #: c-pragma.c:125 |
2669 | msgid "#pragma pack(push[, id], <n>) is not supported on this target" | |
d9b2742a ZW |
2670 | msgstr "" |
2671 | ||
807ab1f2 JM |
2672 | #: c-pragma.c:127 |
2673 | msgid "#pragma pack(pop[, id], <n>) is not supported on this target" | |
d9b2742a ZW |
2674 | msgstr "" |
2675 | ||
807ab1f2 JM |
2676 | #: c-pragma.c:148 |
2677 | msgid "missing %<(%> after %<#pragma pack%> - ignored" | |
d9b2742a ZW |
2678 | msgstr "" |
2679 | ||
807ab1f2 JM |
2680 | #: c-pragma.c:161 c-pragma.c:201 |
2681 | msgid "malformed %<#pragma pack%> - ignored" | |
d9b2742a ZW |
2682 | msgstr "" |
2683 | ||
807ab1f2 JM |
2684 | #: c-pragma.c:166 |
2685 | msgid "malformed %<#pragma pack(push[, id][, <n>])%> - ignored" | |
2686 | msgstr "" | |
2687 | ||
2688 | #: c-pragma.c:168 | |
2689 | msgid "malformed %<#pragma pack(pop[, id])%> - ignored" | |
2690 | msgstr "" | |
2691 | ||
2692 | #: c-pragma.c:177 | |
2693 | msgid "unknown action %qs for %<#pragma pack%> - ignored" | |
2694 | msgstr "" | |
2695 | ||
2696 | #: c-pragma.c:204 | |
2697 | msgid "junk at end of %<#pragma pack%>" | |
2698 | msgstr "" | |
2699 | ||
2700 | #: c-pragma.c:207 | |
2701 | msgid "#pragma pack has no effect with -fpack-struct - ignored" | |
1737c953 JM |
2702 | msgstr "" |
2703 | ||
807ab1f2 | 2704 | #: c-pragma.c:227 |
1737c953 | 2705 | #, c-format |
807ab1f2 JM |
2706 | msgid "alignment must be a small power of two, not %d" |
2707 | msgstr "" | |
2708 | ||
2709 | #: c-pragma.c:260 | |
1737c953 | 2710 | msgid "" |
807ab1f2 | 2711 | "%Japplying #pragma weak %qD after first use results in unspecified behavior" |
1737c953 JM |
2712 | msgstr "" |
2713 | ||
807ab1f2 JM |
2714 | #: c-pragma.c:307 c-pragma.c:312 |
2715 | msgid "malformed #pragma weak, ignored" | |
1737c953 JM |
2716 | msgstr "" |
2717 | ||
807ab1f2 JM |
2718 | #: c-pragma.c:316 |
2719 | msgid "junk at end of #pragma weak" | |
1737c953 JM |
2720 | msgstr "" |
2721 | ||
807ab1f2 JM |
2722 | #: c-pragma.c:379 c-pragma.c:381 |
2723 | msgid "malformed #pragma redefine_extname, ignored" | |
1737c953 JM |
2724 | msgstr "" |
2725 | ||
807ab1f2 JM |
2726 | #: c-pragma.c:384 |
2727 | msgid "junk at end of #pragma redefine_extname" | |
1737c953 JM |
2728 | msgstr "" |
2729 | ||
807ab1f2 JM |
2730 | #: c-pragma.c:389 |
2731 | msgid "#pragma redefine_extname not supported on this target" | |
1737c953 JM |
2732 | msgstr "" |
2733 | ||
807ab1f2 JM |
2734 | #: c-pragma.c:406 c-pragma.c:492 |
2735 | msgid "#pragma redefine_extname ignored due to conflict with previous rename" | |
1737c953 JM |
2736 | msgstr "" |
2737 | ||
807ab1f2 JM |
2738 | #: c-pragma.c:429 |
2739 | msgid "" | |
2740 | "#pragma redefine_extname ignored due to conflict with previous #pragma " | |
2741 | "redefine_extname" | |
1737c953 JM |
2742 | msgstr "" |
2743 | ||
807ab1f2 JM |
2744 | #: c-pragma.c:448 |
2745 | msgid "malformed #pragma extern_prefix, ignored" | |
1737c953 JM |
2746 | msgstr "" |
2747 | ||
807ab1f2 JM |
2748 | #: c-pragma.c:451 |
2749 | msgid "junk at end of #pragma extern_prefix" | |
2750 | msgstr "" | |
2751 | ||
2752 | #: c-pragma.c:457 | |
2753 | msgid "#pragma extern_prefix not supported on this target" | |
2754 | msgstr "" | |
2755 | ||
2756 | #: c-pragma.c:483 | |
2757 | msgid "asm declaration ignored due to conflict with previous rename" | |
1737c953 JM |
2758 | msgstr "" |
2759 | ||
807ab1f2 | 2760 | #: c-pragma.c:514 |
a47a6810 | 2761 | msgid "" |
807ab1f2 | 2762 | "#pragma redefine_extname ignored due to conflict with __asm__ declaration" |
a47a6810 JM |
2763 | msgstr "" |
2764 | ||
807ab1f2 JM |
2765 | #: c-pragma.c:574 |
2766 | msgid "#pragma GCC visibility must be followed by push or pop" | |
1737c953 JM |
2767 | msgstr "" |
2768 | ||
807ab1f2 JM |
2769 | #: c-pragma.c:581 |
2770 | msgid "No matching push for %<#pragma GCC visibility pop%>" | |
1737c953 JM |
2771 | msgstr "" |
2772 | ||
807ab1f2 JM |
2773 | #: c-pragma.c:592 |
2774 | msgid "missing %<(%> after %<#pragma GCC visibility push%> - ignored" | |
7bbf788c PT |
2775 | msgstr "" |
2776 | ||
807ab1f2 JM |
2777 | #: c-pragma.c:596 |
2778 | msgid "malformed #pragma GCC visibility push" | |
7bbf788c PT |
2779 | msgstr "" |
2780 | ||
807ab1f2 JM |
2781 | #: c-pragma.c:600 |
2782 | msgid "No more than sixteen #pragma GCC visibility pushes allowed at once" | |
7bbf788c PT |
2783 | msgstr "" |
2784 | ||
807ab1f2 JM |
2785 | #: c-pragma.c:616 |
2786 | msgid "" | |
2787 | "#pragma GCC visibility push() must specify default, internal, hidden or " | |
2788 | "protected" | |
7bbf788c PT |
2789 | msgstr "" |
2790 | ||
807ab1f2 JM |
2791 | #: c-pragma.c:621 |
2792 | msgid "missing '(' after %<#pragma GCC visibility push%> - ignored" | |
7bbf788c PT |
2793 | msgstr "" |
2794 | ||
807ab1f2 JM |
2795 | #: c-pragma.c:625 |
2796 | msgid "junk at end of %<#pragma GCC visibility%>" | |
7bbf788c PT |
2797 | msgstr "" |
2798 | ||
de104104 | 2799 | #: c-typeck.c:140 |
1737c953 | 2800 | #, c-format |
807ab1f2 | 2801 | msgid "%qs has an incomplete type" |
1737c953 JM |
2802 | msgstr "" |
2803 | ||
de104104 | 2804 | #: c-typeck.c:162 cp/call.c:2667 |
1737c953 JM |
2805 | msgid "invalid use of void expression" |
2806 | msgstr "" | |
2807 | ||
de104104 | 2808 | #: c-typeck.c:170 |
cabb228b ZW |
2809 | msgid "invalid use of flexible array member" |
2810 | msgstr "" | |
2811 | ||
de104104 | 2812 | #: c-typeck.c:176 |
1737c953 JM |
2813 | msgid "invalid use of array with unspecified bounds" |
2814 | msgstr "" | |
2815 | ||
de104104 | 2816 | #: c-typeck.c:184 |
807ab1f2 | 2817 | msgid "invalid use of undefined type %<%s %s%>" |
1737c953 JM |
2818 | msgstr "" |
2819 | ||
2820 | #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL. | |
de104104 | 2821 | #: c-typeck.c:188 |
1737c953 | 2822 | #, c-format |
807ab1f2 | 2823 | msgid "invalid use of incomplete typedef %qs" |
1737c953 JM |
2824 | msgstr "" |
2825 | ||
de104104 | 2826 | #: c-typeck.c:375 c-typeck.c:389 |
1737c953 JM |
2827 | msgid "function types not truly compatible in ISO C" |
2828 | msgstr "" | |
2829 | ||
de104104 | 2830 | #: c-typeck.c:743 |
1737c953 JM |
2831 | msgid "types are not quite compatible" |
2832 | msgstr "" | |
2833 | ||
de104104 | 2834 | #: c-typeck.c:985 |
807ab1f2 | 2835 | msgid "function return types not compatible due to %<volatile%>" |
b97e55da JM |
2836 | msgstr "" |
2837 | ||
de104104 | 2838 | #: c-typeck.c:1126 c-typeck.c:2347 |
1737c953 JM |
2839 | msgid "arithmetic on pointer to an incomplete type" |
2840 | msgstr "" | |
2841 | ||
de104104 JM |
2842 | #: c-typeck.c:1481 |
2843 | msgid "%qT has no member named %qs" | |
d51681a7 PT |
2844 | msgstr "" |
2845 | ||
de104104 | 2846 | #: c-typeck.c:1517 |
1737c953 | 2847 | #, c-format |
807ab1f2 | 2848 | msgid "request for member %qs in something not a structure or union" |
1737c953 JM |
2849 | msgstr "" |
2850 | ||
de104104 | 2851 | #: c-typeck.c:1546 |
1737c953 JM |
2852 | msgid "dereferencing pointer to incomplete type" |
2853 | msgstr "" | |
2854 | ||
de104104 | 2855 | #: c-typeck.c:1550 |
807ab1f2 | 2856 | msgid "dereferencing %<void *%> pointer" |
1737c953 JM |
2857 | msgstr "" |
2858 | ||
de104104 | 2859 | #: c-typeck.c:1567 |
1737c953 | 2860 | #, c-format |
807ab1f2 | 2861 | msgid "invalid type argument of %qs" |
1737c953 JM |
2862 | msgstr "" |
2863 | ||
de104104 | 2864 | #: c-typeck.c:1585 cp/typeck.c:2170 |
1737c953 JM |
2865 | msgid "subscript missing in array reference" |
2866 | msgstr "" | |
2867 | ||
de104104 | 2868 | #: c-typeck.c:1605 |
807ab1f2 | 2869 | msgid "array subscript has type %<char%>" |
1737c953 JM |
2870 | msgstr "" |
2871 | ||
de104104 | 2872 | #: c-typeck.c:1613 c-typeck.c:1702 cp/typeck.c:2215 cp/typeck.c:2301 |
1737c953 JM |
2873 | msgid "array subscript is not an integer" |
2874 | msgstr "" | |
2875 | ||
de104104 | 2876 | #: c-typeck.c:1646 |
807ab1f2 | 2877 | msgid "ISO C forbids subscripting %<register%> array" |
1737c953 JM |
2878 | msgstr "" |
2879 | ||
de104104 | 2880 | #: c-typeck.c:1648 |
a47a6810 | 2881 | msgid "ISO C90 forbids subscripting non-lvalue array" |
1737c953 JM |
2882 | msgstr "" |
2883 | ||
de104104 | 2884 | #: c-typeck.c:1681 |
807ab1f2 | 2885 | msgid "subscript has type %<char%>" |
1737c953 JM |
2886 | msgstr "" |
2887 | ||
de104104 | 2888 | #: c-typeck.c:1697 cp/typeck.c:2296 |
1737c953 JM |
2889 | msgid "subscripted value is neither array nor pointer" |
2890 | msgstr "" | |
2891 | ||
de104104 | 2892 | #: c-typeck.c:1727 |
1737c953 | 2893 | #, c-format |
807ab1f2 | 2894 | msgid "local declaration of %qs hides instance variable" |
1737c953 JM |
2895 | msgstr "" |
2896 | ||
de104104 JM |
2897 | #: c-typeck.c:1920 |
2898 | #, c-format | |
2899 | msgid "called object %qE is not a function" | |
1737c953 JM |
2900 | msgstr "" |
2901 | ||
01b84e13 JM |
2902 | #. This situation leads to run-time undefined behavior. We can't, |
2903 | #. therefore, simply error unless we can prove that all possible | |
2904 | #. executions of the program must execute the code. | |
de104104 | 2905 | #: c-typeck.c:1952 |
01b84e13 JM |
2906 | msgid "function called through a non-compatible type" |
2907 | msgstr "" | |
2908 | ||
d5706a1e ZW |
2909 | #: c-typeck.c:1996 c-typeck.c:4202 c-typeck.c:4204 c-typeck.c:4212 |
2910 | #: c-typeck.c:4237 c-typeck.c:5624 | |
807ab1f2 JM |
2911 | msgid "initializer element is not constant" |
2912 | msgstr "" | |
2913 | ||
de104104 | 2914 | #: c-typeck.c:2047 cp/typeck.c:2569 |
9e620082 | 2915 | msgid "too many arguments to function" |
d51681a7 PT |
2916 | msgstr "" |
2917 | ||
de104104 | 2918 | #: c-typeck.c:2068 |
d51681a7 | 2919 | #, c-format |
9e620082 | 2920 | msgid "type of formal parameter %d is incomplete" |
d51681a7 PT |
2921 | msgstr "" |
2922 | ||
de104104 | 2923 | #: c-typeck.c:2081 |
d51681a7 | 2924 | #, c-format |
9e620082 | 2925 | msgid "%s as integer rather than floating due to prototype" |
d51681a7 PT |
2926 | msgstr "" |
2927 | ||
de104104 | 2928 | #: c-typeck.c:2084 |
9e620082 ZW |
2929 | #, c-format |
2930 | msgid "%s as integer rather than complex due to prototype" | |
d51681a7 PT |
2931 | msgstr "" |
2932 | ||
de104104 | 2933 | #: c-typeck.c:2087 |
d51681a7 | 2934 | #, c-format |
9e620082 | 2935 | msgid "%s as complex rather than floating due to prototype" |
d51681a7 PT |
2936 | msgstr "" |
2937 | ||
de104104 | 2938 | #: c-typeck.c:2090 |
d51681a7 | 2939 | #, c-format |
9e620082 | 2940 | msgid "%s as floating rather than integer due to prototype" |
d51681a7 PT |
2941 | msgstr "" |
2942 | ||
de104104 | 2943 | #: c-typeck.c:2093 |
d51681a7 | 2944 | #, c-format |
9e620082 | 2945 | msgid "%s as complex rather than integer due to prototype" |
d51681a7 PT |
2946 | msgstr "" |
2947 | ||
de104104 | 2948 | #: c-typeck.c:2096 |
d51681a7 | 2949 | #, c-format |
9e620082 | 2950 | msgid "%s as floating rather than complex due to prototype" |
d51681a7 PT |
2951 | msgstr "" |
2952 | ||
de104104 | 2953 | #: c-typeck.c:2106 |
807ab1f2 | 2954 | msgid "%s as %<float%> rather than %<double%> due to prototype" |
d51681a7 PT |
2955 | msgstr "" |
2956 | ||
de104104 | 2957 | #: c-typeck.c:2126 |
d51681a7 | 2958 | #, c-format |
9e620082 | 2959 | msgid "%s with different width due to prototype" |
d51681a7 PT |
2960 | msgstr "" |
2961 | ||
de104104 | 2962 | #: c-typeck.c:2152 |
d51681a7 | 2963 | #, c-format |
9e620082 | 2964 | msgid "%s as unsigned due to prototype" |
d51681a7 PT |
2965 | msgstr "" |
2966 | ||
de104104 | 2967 | #: c-typeck.c:2154 |
d51681a7 | 2968 | #, c-format |
9e620082 | 2969 | msgid "%s as signed due to prototype" |
d51681a7 PT |
2970 | msgstr "" |
2971 | ||
de104104 | 2972 | #: c-typeck.c:2188 cp/typeck.c:2675 |
9e620082 | 2973 | msgid "too few arguments to function" |
d51681a7 PT |
2974 | msgstr "" |
2975 | ||
de104104 | 2976 | #: c-typeck.c:2223 |
9e620082 | 2977 | msgid "suggest parentheses around + or - inside shift" |
d51681a7 PT |
2978 | msgstr "" |
2979 | ||
de104104 | 2980 | #: c-typeck.c:2230 |
9e620082 | 2981 | msgid "suggest parentheses around && within ||" |
d51681a7 PT |
2982 | msgstr "" |
2983 | ||
de104104 | 2984 | #: c-typeck.c:2239 |
9e620082 | 2985 | msgid "suggest parentheses around arithmetic in operand of |" |
d51681a7 PT |
2986 | msgstr "" |
2987 | ||
de104104 | 2988 | #: c-typeck.c:2243 |
9e620082 | 2989 | msgid "suggest parentheses around comparison in operand of |" |
d51681a7 PT |
2990 | msgstr "" |
2991 | ||
de104104 | 2992 | #: c-typeck.c:2252 |
9e620082 | 2993 | msgid "suggest parentheses around arithmetic in operand of ^" |
d51681a7 PT |
2994 | msgstr "" |
2995 | ||
de104104 | 2996 | #: c-typeck.c:2256 |
9e620082 | 2997 | msgid "suggest parentheses around comparison in operand of ^" |
4ba01ed2 PT |
2998 | msgstr "" |
2999 | ||
de104104 | 3000 | #: c-typeck.c:2263 |
9e620082 | 3001 | msgid "suggest parentheses around + or - in operand of &" |
d51681a7 PT |
3002 | msgstr "" |
3003 | ||
de104104 | 3004 | #: c-typeck.c:2267 |
9e620082 | 3005 | msgid "suggest parentheses around comparison in operand of &" |
d51681a7 PT |
3006 | msgstr "" |
3007 | ||
de104104 | 3008 | #: c-typeck.c:2273 |
9e620082 | 3009 | msgid "comparisons like X<=Y<=Z do not have their mathematical meaning" |
d51681a7 PT |
3010 | msgstr "" |
3011 | ||
de104104 | 3012 | #: c-typeck.c:2299 |
807ab1f2 | 3013 | msgid "pointer of type %<void *%> used in subtraction" |
d51681a7 PT |
3014 | msgstr "" |
3015 | ||
de104104 | 3016 | #: c-typeck.c:2301 |
9e620082 | 3017 | msgid "pointer to a function used in subtraction" |
d51681a7 PT |
3018 | msgstr "" |
3019 | ||
de104104 | 3020 | #: c-typeck.c:2390 |
9e620082 | 3021 | msgid "wrong type argument to unary plus" |
d51681a7 PT |
3022 | msgstr "" |
3023 | ||
de104104 | 3024 | #: c-typeck.c:2403 |
9e620082 | 3025 | msgid "wrong type argument to unary minus" |
d51681a7 PT |
3026 | msgstr "" |
3027 | ||
de104104 | 3028 | #: c-typeck.c:2420 |
807ab1f2 | 3029 | msgid "ISO C does not support %<~%> for complex conjugation" |
d51681a7 PT |
3030 | msgstr "" |
3031 | ||
de104104 | 3032 | #: c-typeck.c:2426 |
9e620082 | 3033 | msgid "wrong type argument to bit-complement" |
d51681a7 PT |
3034 | msgstr "" |
3035 | ||
de104104 | 3036 | #: c-typeck.c:2434 |
9e620082 | 3037 | msgid "wrong type argument to abs" |
d51681a7 PT |
3038 | msgstr "" |
3039 | ||
de104104 | 3040 | #: c-typeck.c:2446 |
9e620082 | 3041 | msgid "wrong type argument to conjugation" |
4ba01ed2 PT |
3042 | msgstr "" |
3043 | ||
de104104 | 3044 | #: c-typeck.c:2460 |
9e620082 | 3045 | msgid "wrong type argument to unary exclamation mark" |
d51681a7 PT |
3046 | msgstr "" |
3047 | ||
de104104 | 3048 | #: c-typeck.c:2497 |
807ab1f2 | 3049 | msgid "ISO C does not support %<++%> and %<--%> on complex types" |
d51681a7 PT |
3050 | msgstr "" |
3051 | ||
de104104 | 3052 | #: c-typeck.c:2513 c-typeck.c:2545 |
1737c953 | 3053 | msgid "wrong type argument to increment" |
d51681a7 PT |
3054 | msgstr "" |
3055 | ||
de104104 | 3056 | #: c-typeck.c:2515 c-typeck.c:2547 |
1737c953 JM |
3057 | msgid "wrong type argument to decrement" |
3058 | msgstr "" | |
3059 | ||
de104104 | 3060 | #: c-typeck.c:2536 |
1737c953 | 3061 | msgid "increment of pointer to unknown structure" |
d51681a7 PT |
3062 | msgstr "" |
3063 | ||
de104104 | 3064 | #: c-typeck.c:2538 |
1737c953 JM |
3065 | msgid "decrement of pointer to unknown structure" |
3066 | msgstr "" | |
3067 | ||
de104104 JM |
3068 | #: c-typeck.c:2628 |
3069 | msgid "attempt to take address of bit-field structure member %qD" | |
3070 | msgstr "" | |
3071 | ||
3072 | #: c-typeck.c:2710 | |
3073 | msgid "invalid lvalue in assignment" | |
3074 | msgstr "" | |
3075 | ||
3076 | #: c-typeck.c:2713 | |
3077 | msgid "invalid lvalue in increment" | |
3078 | msgstr "" | |
3079 | ||
3080 | #: c-typeck.c:2716 | |
3081 | msgid "invalid lvalue in decrement" | |
3082 | msgstr "" | |
3083 | ||
3084 | #: c-typeck.c:2719 | |
807ab1f2 | 3085 | msgid "invalid lvalue in unary %<&%>" |
d51681a7 PT |
3086 | msgstr "" |
3087 | ||
de104104 JM |
3088 | #: c-typeck.c:2722 |
3089 | msgid "invalid lvalue in asm statement" | |
d51681a7 PT |
3090 | msgstr "" |
3091 | ||
de104104 | 3092 | #: c-typeck.c:2750 |
9e620082 | 3093 | #, c-format |
de104104 | 3094 | msgid "assignment of read-only member %qs" |
d51681a7 PT |
3095 | msgstr "" |
3096 | ||
de104104 | 3097 | #: c-typeck.c:2751 |
9e620082 | 3098 | #, c-format |
de104104 | 3099 | msgid "increment of read-only member %qs" |
d51681a7 PT |
3100 | msgstr "" |
3101 | ||
de104104 JM |
3102 | #: c-typeck.c:2752 |
3103 | #, c-format | |
3104 | msgid "decrement of read-only member %qs" | |
3105 | msgstr "" | |
3106 | ||
3107 | #: c-typeck.c:2756 | |
d51681a7 | 3108 | #, c-format |
de104104 | 3109 | msgid "assignment of read-only variable %qs" |
d51681a7 PT |
3110 | msgstr "" |
3111 | ||
de104104 JM |
3112 | #: c-typeck.c:2757 |
3113 | #, c-format | |
3114 | msgid "increment of read-only variable %qs" | |
3115 | msgstr "" | |
3116 | ||
3117 | #: c-typeck.c:2758 | |
3118 | #, c-format | |
3119 | msgid "decrement of read-only variable %qs" | |
3120 | msgstr "" | |
3121 | ||
3122 | #: c-typeck.c:2761 | |
3123 | msgid "assignment of read-only location" | |
3124 | msgstr "" | |
3125 | ||
3126 | #: c-typeck.c:2762 | |
3127 | msgid "increment of read-only location" | |
3128 | msgstr "" | |
3129 | ||
3130 | #: c-typeck.c:2763 | |
3131 | msgid "decrement of read-only location" | |
3132 | msgstr "" | |
3133 | ||
3134 | #: c-typeck.c:2781 | |
d51681a7 | 3135 | #, c-format |
807ab1f2 | 3136 | msgid "cannot take address of bit-field %qs" |
d51681a7 PT |
3137 | msgstr "" |
3138 | ||
de104104 | 3139 | #: c-typeck.c:2809 |
d51681a7 | 3140 | #, c-format |
807ab1f2 | 3141 | msgid "global register variable %qs used in nested function" |
d51681a7 PT |
3142 | msgstr "" |
3143 | ||
de104104 | 3144 | #: c-typeck.c:2813 |
d51681a7 | 3145 | #, c-format |
807ab1f2 | 3146 | msgid "register variable %qs used in nested function" |
d51681a7 PT |
3147 | msgstr "" |
3148 | ||
de104104 | 3149 | #: c-typeck.c:2820 |
d51681a7 | 3150 | #, c-format |
807ab1f2 | 3151 | msgid "address of global register variable %qs requested" |
d51681a7 PT |
3152 | msgstr "" |
3153 | ||
de104104 | 3154 | #: c-typeck.c:2825 |
d51681a7 | 3155 | #, c-format |
807ab1f2 | 3156 | msgid "address of register variable %qs requested" |
d51681a7 PT |
3157 | msgstr "" |
3158 | ||
de104104 | 3159 | #: c-typeck.c:2873 |
01b84e13 JM |
3160 | msgid "non-lvalue array in conditional expression" |
3161 | msgstr "" | |
3162 | ||
de104104 | 3163 | #: c-typeck.c:2917 |
9e620082 | 3164 | msgid "signed and unsigned type in conditional expression" |
d51681a7 PT |
3165 | msgstr "" |
3166 | ||
de104104 | 3167 | #: c-typeck.c:2924 |
9e620082 | 3168 | msgid "ISO C forbids conditional expr with only one void side" |
d51681a7 PT |
3169 | msgstr "" |
3170 | ||
de104104 | 3171 | #: c-typeck.c:2940 c-typeck.c:2948 |
807ab1f2 | 3172 | msgid "ISO C forbids conditional expr between %<void *%> and function pointer" |
d51681a7 PT |
3173 | msgstr "" |
3174 | ||
de104104 | 3175 | #: c-typeck.c:2955 |
9e620082 | 3176 | msgid "pointer type mismatch in conditional expression" |
d51681a7 PT |
3177 | msgstr "" |
3178 | ||
de104104 | 3179 | #: c-typeck.c:2962 c-typeck.c:2972 |
9e620082 | 3180 | msgid "pointer/integer type mismatch in conditional expression" |
d51681a7 PT |
3181 | msgstr "" |
3182 | ||
de104104 | 3183 | #: c-typeck.c:2986 |
9e620082 | 3184 | msgid "type mismatch in conditional expression" |
d51681a7 PT |
3185 | msgstr "" |
3186 | ||
de104104 | 3187 | #: c-typeck.c:3029 |
9e620082 | 3188 | msgid "left-hand operand of comma expression has no effect" |
d51681a7 PT |
3189 | msgstr "" |
3190 | ||
de104104 | 3191 | #: c-typeck.c:3062 |
9e620082 | 3192 | msgid "cast specifies array type" |
d51681a7 PT |
3193 | msgstr "" |
3194 | ||
de104104 | 3195 | #: c-typeck.c:3068 |
9e620082 | 3196 | msgid "cast specifies function type" |
d51681a7 PT |
3197 | msgstr "" |
3198 | ||
de104104 | 3199 | #: c-typeck.c:3078 |
9e620082 | 3200 | msgid "ISO C forbids casting nonscalar to the same type" |
d51681a7 PT |
3201 | msgstr "" |
3202 | ||
de104104 | 3203 | #: c-typeck.c:3096 |
9e620082 | 3204 | msgid "ISO C forbids casts to union type" |
d51681a7 PT |
3205 | msgstr "" |
3206 | ||
de104104 | 3207 | #: c-typeck.c:3105 |
9e620082 | 3208 | msgid "cast to union type from type not present in union" |
d51681a7 PT |
3209 | msgstr "" |
3210 | ||
de104104 | 3211 | #: c-typeck.c:3156 |
cabb228b ZW |
3212 | msgid "cast adds new qualifiers to function type" |
3213 | msgstr "" | |
3214 | ||
9e620082 ZW |
3215 | #. There are qualifiers present in IN_OTYPE that are not |
3216 | #. present in IN_TYPE. | |
de104104 | 3217 | #: c-typeck.c:3161 |
9e620082 | 3218 | msgid "cast discards qualifiers from pointer target type" |
d51681a7 PT |
3219 | msgstr "" |
3220 | ||
de104104 | 3221 | #: c-typeck.c:3176 |
9e620082 | 3222 | msgid "cast increases required alignment of target type" |
d51681a7 PT |
3223 | msgstr "" |
3224 | ||
d5706a1e | 3225 | #: c-typeck.c:3182 cp/typeck.c:4959 |
9e620082 | 3226 | msgid "cast from pointer to integer of different size" |
d51681a7 PT |
3227 | msgstr "" |
3228 | ||
de104104 JM |
3229 | #: c-typeck.c:3187 |
3230 | msgid "cast from function call of type %qT to non-matching type %qT" | |
d51681a7 PT |
3231 | msgstr "" |
3232 | ||
d5706a1e | 3233 | #: c-typeck.c:3195 cp/typeck.c:4966 |
9e620082 | 3234 | msgid "cast to pointer from integer of different size" |
d51681a7 PT |
3235 | msgstr "" |
3236 | ||
de104104 | 3237 | #: c-typeck.c:3207 |
a47a6810 JM |
3238 | msgid "type-punning to incomplete type might break strict-aliasing rules" |
3239 | msgstr "" | |
3240 | ||
de104104 | 3241 | #: c-typeck.c:3214 |
a47a6810 JM |
3242 | msgid "dereferencing type-punned pointer will break strict-aliasing rules" |
3243 | msgstr "" | |
3244 | ||
de104104 | 3245 | #: c-typeck.c:3217 |
b1b51268 JM |
3246 | msgid "dereferencing type-punned pointer might break strict-aliasing rules" |
3247 | msgstr "" | |
3248 | ||
de104104 | 3249 | #: c-typeck.c:3229 |
01b84e13 JM |
3250 | msgid "ISO C forbids conversion of function pointer to object pointer type" |
3251 | msgstr "" | |
3252 | ||
de104104 | 3253 | #: c-typeck.c:3238 |
01b84e13 JM |
3254 | msgid "ISO C forbids conversion of object pointer to function pointer type" |
3255 | msgstr "" | |
3256 | ||
9e620082 | 3257 | #. Convert new value to destination type. |
de104104 | 3258 | #: c-typeck.c:3365 c-typeck.c:3382 |
9e620082 | 3259 | msgid "assignment" |
d51681a7 PT |
3260 | msgstr "" |
3261 | ||
de104104 | 3262 | #: c-typeck.c:3449 |
7bbf788c PT |
3263 | msgid "cannot pass rvalue to reference parameter" |
3264 | msgstr "" | |
3265 | ||
de104104 | 3266 | #: c-typeck.c:3557 c-typeck.c:3634 |
d51681a7 | 3267 | #, c-format |
9e620082 | 3268 | msgid "%s makes qualified function pointer from unqualified" |
d51681a7 PT |
3269 | msgstr "" |
3270 | ||
de104104 | 3271 | #: c-typeck.c:3561 c-typeck.c:3614 |
d51681a7 | 3272 | #, c-format |
9e620082 | 3273 | msgid "%s discards qualifiers from pointer target type" |
d51681a7 PT |
3274 | msgstr "" |
3275 | ||
de104104 | 3276 | #: c-typeck.c:3567 |
9e620082 | 3277 | msgid "ISO C prohibits argument conversion to union type" |
d51681a7 PT |
3278 | msgstr "" |
3279 | ||
de104104 | 3280 | #: c-typeck.c:3605 |
807ab1f2 | 3281 | msgid "ISO C forbids %s between function pointer and %<void *%>" |
d51681a7 PT |
3282 | msgstr "" |
3283 | ||
de104104 | 3284 | #: c-typeck.c:3623 |
d51681a7 | 3285 | #, c-format |
9e620082 | 3286 | msgid "pointer targets in %s differ in signedness" |
d51681a7 PT |
3287 | msgstr "" |
3288 | ||
de104104 | 3289 | #: c-typeck.c:3639 |
9e620082 ZW |
3290 | #, c-format |
3291 | msgid "%s from incompatible pointer type" | |
d51681a7 PT |
3292 | msgstr "" |
3293 | ||
d5706a1e | 3294 | #: c-typeck.c:3645 c-typeck.c:4162 cp/typeck.c:1402 |
b97e55da JM |
3295 | msgid "invalid use of non-lvalue array" |
3296 | msgstr "" | |
3297 | ||
de104104 | 3298 | #: c-typeck.c:3659 |
d51681a7 | 3299 | #, c-format |
9e620082 | 3300 | msgid "%s makes pointer from integer without a cast" |
d51681a7 PT |
3301 | msgstr "" |
3302 | ||
de104104 | 3303 | #: c-typeck.c:3666 |
d51681a7 | 3304 | #, c-format |
9e620082 | 3305 | msgid "%s makes integer from pointer without a cast" |
d51681a7 PT |
3306 | msgstr "" |
3307 | ||
de104104 | 3308 | #: c-typeck.c:3680 c-typeck.c:3683 |
d51681a7 | 3309 | #, c-format |
807ab1f2 | 3310 | msgid "incompatible type for argument %d of %qs" |
d51681a7 PT |
3311 | msgstr "" |
3312 | ||
de104104 | 3313 | #: c-typeck.c:3687 |
d51681a7 | 3314 | #, c-format |
9e620082 | 3315 | msgid "incompatible type for argument %d of indirect function call" |
d51681a7 PT |
3316 | msgstr "" |
3317 | ||
de104104 | 3318 | #: c-typeck.c:3691 |
d51681a7 | 3319 | #, c-format |
9e620082 | 3320 | msgid "incompatible types in %s" |
d51681a7 PT |
3321 | msgstr "" |
3322 | ||
9e620082 | 3323 | #. Function name is known; supply it. |
d5706a1e | 3324 | #: c-typeck.c:3745 |
9e620082 | 3325 | #, c-format |
807ab1f2 | 3326 | msgid "passing arg %d of '%s'" |
d51681a7 PT |
3327 | msgstr "" |
3328 | ||
9e620082 | 3329 | #. Function name unknown (call through ptr); just give arg number. |
d5706a1e | 3330 | #: c-typeck.c:3754 |
d51681a7 | 3331 | #, c-format |
9e620082 | 3332 | msgid "passing arg %d of pointer to function" |
d51681a7 PT |
3333 | msgstr "" |
3334 | ||
d5706a1e | 3335 | #: c-typeck.c:3810 |
9e620082 | 3336 | msgid "traditional C rejects automatic aggregate initialization" |
d51681a7 PT |
3337 | msgstr "" |
3338 | ||
d5706a1e | 3339 | #: c-typeck.c:3978 c-typeck.c:3993 c-typeck.c:4008 |
d51681a7 | 3340 | #, c-format |
807ab1f2 JM |
3341 | msgid "(near initialization for %qs)" |
3342 | msgstr "" | |
3343 | ||
d5706a1e | 3344 | #: c-typeck.c:4022 |
807ab1f2 | 3345 | msgid "array initialized from parenthesized string constant" |
d51681a7 PT |
3346 | msgstr "" |
3347 | ||
d5706a1e | 3348 | #: c-typeck.c:4086 cp/typeck2.c:708 |
9e620082 | 3349 | msgid "char-array initialized from wide string" |
d51681a7 PT |
3350 | msgstr "" |
3351 | ||
d5706a1e | 3352 | #: c-typeck.c:4091 |
807ab1f2 | 3353 | msgid "wchar_t-array initialized from non-wide string" |
d51681a7 PT |
3354 | msgstr "" |
3355 | ||
d5706a1e | 3356 | #: c-typeck.c:4109 cp/typeck2.c:730 |
9e620082 | 3357 | msgid "initializer-string for array of chars is too long" |
d51681a7 PT |
3358 | msgstr "" |
3359 | ||
d5706a1e | 3360 | #: c-typeck.c:4115 |
807ab1f2 | 3361 | msgid "array of inappropriate type initialized from string constant" |
d51681a7 PT |
3362 | msgstr "" |
3363 | ||
d5706a1e | 3364 | #: c-typeck.c:4185 |
807ab1f2 | 3365 | msgid "array initialized from non-constant array expression" |
d51681a7 PT |
3366 | msgstr "" |
3367 | ||
d5706a1e | 3368 | #: c-typeck.c:4229 |
9e620082 | 3369 | msgid "initialization" |
d51681a7 PT |
3370 | msgstr "" |
3371 | ||
d5706a1e | 3372 | #: c-typeck.c:4244 c-typeck.c:5628 |
9e620082 | 3373 | msgid "initializer element is not computable at load time" |
d51681a7 PT |
3374 | msgstr "" |
3375 | ||
d5706a1e | 3376 | #: c-typeck.c:4259 cp/typeck2.c:808 |
9e620082 | 3377 | msgid "invalid initializer" |
d51681a7 PT |
3378 | msgstr "" |
3379 | ||
d5706a1e | 3380 | #: c-typeck.c:4529 cp/decl.c:4512 |
d9b2742a ZW |
3381 | msgid "opaque vector types cannot be initialized" |
3382 | msgstr "" | |
3383 | ||
d5706a1e | 3384 | #: c-typeck.c:4725 |
9e620082 | 3385 | msgid "extra brace group at end of initializer" |
d51681a7 PT |
3386 | msgstr "" |
3387 | ||
d5706a1e | 3388 | #: c-typeck.c:4745 |
9e620082 | 3389 | msgid "missing braces around initializer" |
d51681a7 PT |
3390 | msgstr "" |
3391 | ||
d5706a1e | 3392 | #: c-typeck.c:4805 |
9e620082 | 3393 | msgid "braces around scalar initializer" |
d51681a7 PT |
3394 | msgstr "" |
3395 | ||
d5706a1e | 3396 | #: c-typeck.c:4862 |
9e620082 | 3397 | msgid "initialization of flexible array member in a nested context" |
d51681a7 PT |
3398 | msgstr "" |
3399 | ||
d5706a1e | 3400 | #: c-typeck.c:4864 |
9e620082 | 3401 | msgid "initialization of a flexible array member" |
d51681a7 PT |
3402 | msgstr "" |
3403 | ||
d5706a1e | 3404 | #: c-typeck.c:4891 |
9e620082 | 3405 | msgid "missing initializer" |
d51681a7 PT |
3406 | msgstr "" |
3407 | ||
d5706a1e | 3408 | #: c-typeck.c:4913 |
9e620082 | 3409 | msgid "empty scalar initializer" |
d51681a7 PT |
3410 | msgstr "" |
3411 | ||
d5706a1e | 3412 | #: c-typeck.c:4918 |
9e620082 | 3413 | msgid "extra elements in scalar initializer" |
d51681a7 PT |
3414 | msgstr "" |
3415 | ||
d5706a1e | 3416 | #: c-typeck.c:5006 |
9e620082 | 3417 | msgid "initialization designators may not nest" |
d51681a7 PT |
3418 | msgstr "" |
3419 | ||
d5706a1e | 3420 | #: c-typeck.c:5028 c-typeck.c:5103 |
9e620082 | 3421 | msgid "array index in non-array initializer" |
d51681a7 PT |
3422 | msgstr "" |
3423 | ||
d5706a1e | 3424 | #: c-typeck.c:5033 c-typeck.c:5156 |
9e620082 | 3425 | msgid "field name not in record or union initializer" |
d51681a7 PT |
3426 | msgstr "" |
3427 | ||
d5706a1e | 3428 | #: c-typeck.c:5079 |
807ab1f2 JM |
3429 | msgid "array index in initializer not of integer type" |
3430 | msgstr "" | |
3431 | ||
d5706a1e | 3432 | #: c-typeck.c:5099 c-typeck.c:5101 |
9e620082 | 3433 | msgid "nonconstant array index in initializer" |
d51681a7 PT |
3434 | msgstr "" |
3435 | ||
d5706a1e | 3436 | #: c-typeck.c:5105 c-typeck.c:5108 |
9e620082 | 3437 | msgid "array index in initializer exceeds array bounds" |
d51681a7 PT |
3438 | msgstr "" |
3439 | ||
d5706a1e | 3440 | #: c-typeck.c:5119 |
9e620082 | 3441 | msgid "empty index range in initializer" |
d51681a7 PT |
3442 | msgstr "" |
3443 | ||
d5706a1e | 3444 | #: c-typeck.c:5128 |
9e620082 | 3445 | msgid "array index range in initializer exceeds array bounds" |
d51681a7 PT |
3446 | msgstr "" |
3447 | ||
d5706a1e | 3448 | #: c-typeck.c:5168 |
9e620082 | 3449 | #, c-format |
807ab1f2 | 3450 | msgid "unknown field %qs specified in initializer" |
d51681a7 PT |
3451 | msgstr "" |
3452 | ||
d5706a1e | 3453 | #: c-typeck.c:5204 c-typeck.c:5225 c-typeck.c:5691 |
9e620082 | 3454 | msgid "initialized field with side-effects overwritten" |
d51681a7 PT |
3455 | msgstr "" |
3456 | ||
d5706a1e | 3457 | #: c-typeck.c:5900 |
9e620082 | 3458 | msgid "excess elements in char array initializer" |
d51681a7 PT |
3459 | msgstr "" |
3460 | ||
d5706a1e | 3461 | #: c-typeck.c:5907 c-typeck.c:5953 |
9e620082 | 3462 | msgid "excess elements in struct initializer" |
d51681a7 PT |
3463 | msgstr "" |
3464 | ||
d5706a1e | 3465 | #: c-typeck.c:5968 |
7bbf788c PT |
3466 | msgid "non-static initialization of a flexible array member" |
3467 | msgstr "" | |
3468 | ||
d5706a1e | 3469 | #: c-typeck.c:6036 |
9e620082 | 3470 | msgid "excess elements in union initializer" |
d51681a7 PT |
3471 | msgstr "" |
3472 | ||
d5706a1e | 3473 | #: c-typeck.c:6058 |
9e620082 | 3474 | msgid "traditional C rejects initialization of unions" |
d51681a7 PT |
3475 | msgstr "" |
3476 | ||
d5706a1e | 3477 | #: c-typeck.c:6122 |
9e620082 | 3478 | msgid "excess elements in array initializer" |
d51681a7 PT |
3479 | msgstr "" |
3480 | ||
d5706a1e | 3481 | #: c-typeck.c:6152 |
a52453cc PT |
3482 | msgid "excess elements in vector initializer" |
3483 | msgstr "" | |
3484 | ||
d5706a1e | 3485 | #: c-typeck.c:6175 |
9e620082 | 3486 | msgid "excess elements in scalar initializer" |
d51681a7 PT |
3487 | msgstr "" |
3488 | ||
d5706a1e | 3489 | #: c-typeck.c:6337 |
807ab1f2 | 3490 | msgid "ISO C forbids %<goto *expr;%>" |
d51681a7 PT |
3491 | msgstr "" |
3492 | ||
d5706a1e | 3493 | #: c-typeck.c:6351 |
807ab1f2 | 3494 | msgid "function declared %<noreturn%> has a %<return%> statement" |
d51681a7 PT |
3495 | msgstr "" |
3496 | ||
d5706a1e | 3497 | #: c-typeck.c:6358 |
807ab1f2 | 3498 | msgid "%<return%> with no value, in function returning non-void" |
d51681a7 PT |
3499 | msgstr "" |
3500 | ||
d5706a1e | 3501 | #: c-typeck.c:6365 |
807ab1f2 | 3502 | msgid "%<return%> with a value, in function returning void" |
d51681a7 PT |
3503 | msgstr "" |
3504 | ||
d5706a1e | 3505 | #: c-typeck.c:6369 |
9e620082 | 3506 | msgid "return" |
d51681a7 PT |
3507 | msgstr "" |
3508 | ||
d5706a1e | 3509 | #: c-typeck.c:6422 |
9e620082 | 3510 | msgid "function returns address of local variable" |
d51681a7 PT |
3511 | msgstr "" |
3512 | ||
d5706a1e | 3513 | #: c-typeck.c:6483 cp/semantics.c:856 |
9e620082 | 3514 | msgid "switch quantity not an integer" |
d51681a7 PT |
3515 | msgstr "" |
3516 | ||
d5706a1e | 3517 | #: c-typeck.c:6493 |
807ab1f2 | 3518 | msgid "%<long%> switch expression not converted to %<int%> in ISO C" |
d51681a7 PT |
3519 | msgstr "" |
3520 | ||
d5706a1e | 3521 | #: c-typeck.c:6530 cp/parser.c:6017 |
9e620082 | 3522 | msgid "case label not within a switch statement" |
d51681a7 PT |
3523 | msgstr "" |
3524 | ||
d5706a1e | 3525 | #: c-typeck.c:6532 |
807ab1f2 JM |
3526 | msgid "%<default%> label not within a switch statement" |
3527 | msgstr "" | |
3528 | ||
d5706a1e | 3529 | #: c-typeck.c:6596 |
807ab1f2 JM |
3530 | msgid "%Hsuggest explicit braces to avoid ambiguous %<else%>" |
3531 | msgstr "" | |
3532 | ||
d5706a1e | 3533 | #: c-typeck.c:6606 |
807ab1f2 JM |
3534 | msgid "%Hempty body in an if-statement" |
3535 | msgstr "" | |
3536 | ||
d5706a1e | 3537 | #: c-typeck.c:6614 |
807ab1f2 JM |
3538 | msgid "%Hempty body in an else-statement" |
3539 | msgstr "" | |
3540 | ||
d5706a1e | 3541 | #: c-typeck.c:6705 cp/parser.c:6519 |
807ab1f2 JM |
3542 | msgid "continue statement not within a loop" |
3543 | msgstr "" | |
3544 | ||
d5706a1e | 3545 | #: c-typeck.c:6722 |
807ab1f2 | 3546 | msgid "%Hstatement with no effect" |
d51681a7 PT |
3547 | msgstr "" |
3548 | ||
d5706a1e | 3549 | #: c-typeck.c:6751 |
807ab1f2 JM |
3550 | msgid "expression statement has incomplete type" |
3551 | msgstr "" | |
3552 | ||
d5706a1e | 3553 | #: c-typeck.c:7074 c-typeck.c:7113 |
b97e55da | 3554 | msgid "division by zero" |
d51681a7 PT |
3555 | msgstr "" |
3556 | ||
d5706a1e | 3557 | #: c-typeck.c:7158 cp/typeck.c:2965 |
b97e55da | 3558 | msgid "right shift count is negative" |
d51681a7 PT |
3559 | msgstr "" |
3560 | ||
d5706a1e | 3561 | #: c-typeck.c:7165 cp/typeck.c:2971 |
b97e55da | 3562 | msgid "right shift count >= width of type" |
d51681a7 PT |
3563 | msgstr "" |
3564 | ||
d5706a1e | 3565 | #: c-typeck.c:7186 cp/typeck.c:2990 |
b97e55da | 3566 | msgid "left shift count is negative" |
9e620082 ZW |
3567 | msgstr "" |
3568 | ||
d5706a1e | 3569 | #: c-typeck.c:7189 cp/typeck.c:2992 |
b97e55da | 3570 | msgid "left shift count >= width of type" |
a47a6810 JM |
3571 | msgstr "" |
3572 | ||
d5706a1e | 3573 | #: c-typeck.c:7210 |
b97e55da | 3574 | msgid "shift count is negative" |
a47a6810 JM |
3575 | msgstr "" |
3576 | ||
d5706a1e | 3577 | #: c-typeck.c:7212 |
b97e55da | 3578 | msgid "shift count >= width of type" |
a47a6810 JM |
3579 | msgstr "" |
3580 | ||
d5706a1e | 3581 | #: c-typeck.c:7229 cp/typeck.c:3027 |
b97e55da | 3582 | msgid "comparing floating point with == or != is unsafe" |
a47a6810 JM |
3583 | msgstr "" |
3584 | ||
d5706a1e | 3585 | #: c-typeck.c:7253 c-typeck.c:7260 |
807ab1f2 | 3586 | msgid "ISO C forbids comparison of %<void *%> with function pointer" |
a47a6810 JM |
3587 | msgstr "" |
3588 | ||
d5706a1e | 3589 | #: c-typeck.c:7264 c-typeck.c:7304 c-typeck.c:7332 |
b97e55da JM |
3590 | msgid "comparison of distinct pointer types lacks a cast" |
3591 | msgstr "" | |
3592 | ||
d5706a1e | 3593 | #: c-typeck.c:7278 c-typeck.c:7283 c-typeck.c:7352 c-typeck.c:7357 |
b97e55da JM |
3594 | msgid "comparison between pointer and integer" |
3595 | msgstr "" | |
3596 | ||
d5706a1e | 3597 | #: c-typeck.c:7299 c-typeck.c:7327 |
b97e55da JM |
3598 | msgid "ISO C forbids ordered comparisons of pointers to functions" |
3599 | msgstr "" | |
3600 | ||
d5706a1e | 3601 | #: c-typeck.c:7324 |
b97e55da JM |
3602 | msgid "comparison of complete and incomplete pointers" |
3603 | msgstr "" | |
3604 | ||
d5706a1e | 3605 | #: c-typeck.c:7340 c-typeck.c:7347 |
b97e55da JM |
3606 | msgid "ordered comparison of pointer with integer zero" |
3607 | msgstr "" | |
3608 | ||
d5706a1e | 3609 | #: c-typeck.c:7372 cp/typeck.c:3168 |
b97e55da JM |
3610 | msgid "unordered comparison on non-floating point argument" |
3611 | msgstr "" | |
3612 | ||
d5706a1e | 3613 | #: c-typeck.c:7585 |
b97e55da JM |
3614 | msgid "comparison between signed and unsigned" |
3615 | msgstr "" | |
3616 | ||
d5706a1e | 3617 | #: c-typeck.c:7631 cp/typeck.c:3432 |
b97e55da JM |
3618 | msgid "comparison of promoted ~unsigned with constant" |
3619 | msgstr "" | |
3620 | ||
d5706a1e | 3621 | #: c-typeck.c:7639 cp/typeck.c:3440 |
b97e55da JM |
3622 | msgid "comparison of promoted ~unsigned with unsigned" |
3623 | msgstr "" | |
3624 | ||
807ab1f2 | 3625 | #: calls.c:1909 |
b97e55da JM |
3626 | msgid "function call has aggregate value" |
3627 | msgstr "" | |
3628 | ||
b1b51268 | 3629 | #: cfghooks.c:90 |
a47a6810 | 3630 | #, c-format |
b97e55da | 3631 | msgid "bb %d on wrong place" |
a47a6810 JM |
3632 | msgstr "" |
3633 | ||
b1b51268 | 3634 | #: cfghooks.c:96 |
a47a6810 | 3635 | #, c-format |
b97e55da | 3636 | msgid "prev_bb of %d should be %d, not %d" |
a47a6810 JM |
3637 | msgstr "" |
3638 | ||
de104104 | 3639 | #: cfghooks.c:113 |
d9b2742a | 3640 | #, c-format |
b97e55da | 3641 | msgid "verify_flow_info: Wrong count of block %i %i" |
d9b2742a ZW |
3642 | msgstr "" |
3643 | ||
de104104 | 3644 | #: cfghooks.c:119 |
d9b2742a | 3645 | #, c-format |
b97e55da | 3646 | msgid "verify_flow_info: Wrong frequency of block %i %i" |
d9b2742a ZW |
3647 | msgstr "" |
3648 | ||
de104104 | 3649 | #: cfghooks.c:127 |
d9b2742a | 3650 | #, c-format |
b97e55da | 3651 | msgid "verify_flow_info: Duplicate edge %i->%i" |
d9b2742a ZW |
3652 | msgstr "" |
3653 | ||
de104104 | 3654 | #: cfghooks.c:133 |
d9b2742a | 3655 | #, c-format |
b97e55da | 3656 | msgid "verify_flow_info: Wrong probability of edge %i->%i %i" |
d9b2742a ZW |
3657 | msgstr "" |
3658 | ||
de104104 | 3659 | #: cfghooks.c:139 |
d9b2742a | 3660 | #, c-format |
b97e55da | 3661 | msgid "verify_flow_info: Wrong count of edge %i->%i %i" |
d9b2742a ZW |
3662 | msgstr "" |
3663 | ||
de104104 | 3664 | #: cfghooks.c:151 |
a47a6810 | 3665 | #, c-format |
b97e55da | 3666 | msgid "verify_flow_info: Basic block %d succ edge is corrupted" |
a47a6810 JM |
3667 | msgstr "" |
3668 | ||
de104104 | 3669 | #: cfghooks.c:165 cfgrtl.c:2051 |
a47a6810 | 3670 | #, c-format |
b97e55da | 3671 | msgid "Wrong amount of branch edges after unconditional jump %i" |
a47a6810 JM |
3672 | msgstr "" |
3673 | ||
de104104 | 3674 | #: cfghooks.c:173 |
d51681a7 | 3675 | #, c-format |
b97e55da | 3676 | msgid "basic block %d pred edge is corrupted" |
d51681a7 PT |
3677 | msgstr "" |
3678 | ||
de104104 | 3679 | #: cfghooks.c:200 |
5b7874aa | 3680 | #, c-format |
b97e55da JM |
3681 | msgid "basic block %i edge lists are corrupted" |
3682 | msgstr "" | |
3683 | ||
de104104 | 3684 | #: cfghooks.c:214 |
b97e55da | 3685 | msgid "verify_flow_info failed" |
9e620082 ZW |
3686 | msgstr "" |
3687 | ||
de104104 | 3688 | #: cfghooks.c:275 |
b06c20ee JM |
3689 | #, c-format |
3690 | msgid "%s does not support redirect_edge_and_branch." | |
3691 | msgstr "" | |
3692 | ||
de104104 | 3693 | #: cfghooks.c:293 |
b06c20ee JM |
3694 | #, c-format |
3695 | msgid "%s does not support redirect_edge_and_branch_force." | |
3696 | msgstr "" | |
3697 | ||
de104104 | 3698 | #: cfghooks.c:311 |
b06c20ee JM |
3699 | #, c-format |
3700 | msgid "%s does not support split_block." | |
3701 | msgstr "" | |
3702 | ||
de104104 | 3703 | #: cfghooks.c:347 |
b06c20ee JM |
3704 | #, c-format |
3705 | msgid "%s does not support move_block_after." | |
3706 | msgstr "" | |
3707 | ||
de104104 | 3708 | #: cfghooks.c:360 |
b06c20ee JM |
3709 | #, c-format |
3710 | msgid "%s does not support delete_basic_block." | |
3711 | msgstr "" | |
3712 | ||
de104104 | 3713 | #: cfghooks.c:394 |
b06c20ee JM |
3714 | #, c-format |
3715 | msgid "%s does not support split_edge." | |
3716 | msgstr "" | |
3717 | ||
de104104 | 3718 | #: cfghooks.c:448 |
b06c20ee JM |
3719 | #, c-format |
3720 | msgid "%s does not support create_basic_block." | |
3721 | msgstr "" | |
3722 | ||
de104104 | 3723 | #: cfghooks.c:476 |
b06c20ee JM |
3724 | #, c-format |
3725 | msgid "%s does not support can_merge_blocks_p." | |
3726 | msgstr "" | |
3727 | ||
de104104 | 3728 | #: cfghooks.c:487 |
b1b51268 JM |
3729 | #, c-format |
3730 | msgid "%s does not support predict_edge." | |
3731 | msgstr "" | |
3732 | ||
de104104 | 3733 | #: cfghooks.c:496 |
b1b51268 JM |
3734 | #, c-format |
3735 | msgid "%s does not support predicted_by_p." | |
3736 | msgstr "" | |
3737 | ||
de104104 | 3738 | #: cfghooks.c:510 |
b06c20ee JM |
3739 | #, c-format |
3740 | msgid "%s does not support merge_blocks." | |
3741 | msgstr "" | |
3742 | ||
de104104 | 3743 | #: cfghooks.c:556 |
b06c20ee JM |
3744 | #, c-format |
3745 | msgid "%s does not support make_forwarder_block." | |
3746 | msgstr "" | |
3747 | ||
de104104 | 3748 | #: cfghooks.c:662 |
b1b51268 JM |
3749 | #, c-format |
3750 | msgid "%s does not support can_duplicate_block_p." | |
3751 | msgstr "" | |
3752 | ||
de104104 | 3753 | #: cfghooks.c:689 |
b1b51268 JM |
3754 | #, c-format |
3755 | msgid "%s does not support duplicate_block." | |
3756 | msgstr "" | |
3757 | ||
de104104 | 3758 | #: cfghooks.c:755 |
b1b51268 JM |
3759 | #, c-format |
3760 | msgid "%s does not support block_ends_with_call_p" | |
3761 | msgstr "" | |
3762 | ||
de104104 | 3763 | #: cfghooks.c:766 |
b1b51268 JM |
3764 | #, c-format |
3765 | msgid "%s does not support block_ends_with_condjump_p" | |
3766 | msgstr "" | |
3767 | ||
de104104 | 3768 | #: cfghooks.c:784 |
b1b51268 JM |
3769 | #, c-format |
3770 | msgid "%s does not support flow_call_edges_add" | |
3771 | msgstr "" | |
3772 | ||
de104104 | 3773 | #: cfgloop.c:1302 |
d51681a7 | 3774 | #, c-format |
b97e55da | 3775 | msgid "Size of loop %d should be %d, not %d." |
d51681a7 PT |
3776 | msgstr "" |
3777 | ||
de104104 | 3778 | #: cfgloop.c:1319 |
7bbf788c | 3779 | #, c-format |
b97e55da | 3780 | msgid "Bb %d do not belong to loop %d." |
7bbf788c PT |
3781 | msgstr "" |
3782 | ||
de104104 | 3783 | #: cfgloop.c:1336 |
7bbf788c | 3784 | #, c-format |
b97e55da | 3785 | msgid "Loop %d's header does not have exactly 2 entries." |
7bbf788c PT |
3786 | msgstr "" |
3787 | ||
de104104 | 3788 | #: cfgloop.c:1343 |
7bbf788c | 3789 | #, c-format |
b97e55da | 3790 | msgid "Loop %d's latch does not have exactly 1 successor." |
7bbf788c PT |
3791 | msgstr "" |
3792 | ||
de104104 | 3793 | #: cfgloop.c:1348 |
d51681a7 | 3794 | #, c-format |
b97e55da | 3795 | msgid "Loop %d's latch does not have header as successor." |
d51681a7 PT |
3796 | msgstr "" |
3797 | ||
de104104 | 3798 | #: cfgloop.c:1353 |
7bbf788c | 3799 | #, c-format |
b97e55da | 3800 | msgid "Loop %d's latch does not belong directly to it." |
7bbf788c PT |
3801 | msgstr "" |
3802 | ||
de104104 | 3803 | #: cfgloop.c:1359 |
7bbf788c | 3804 | #, c-format |
b97e55da | 3805 | msgid "Loop %d's header does not belong directly to it." |
7bbf788c PT |
3806 | msgstr "" |
3807 | ||
de104104 | 3808 | #: cfgloop.c:1365 |
5b7874aa | 3809 | #, c-format |
b97e55da | 3810 | msgid "Loop %d's latch is marked as part of irreducible region." |
d51681a7 PT |
3811 | msgstr "" |
3812 | ||
de104104 | 3813 | #: cfgloop.c:1398 |
5b7874aa | 3814 | #, c-format |
b97e55da | 3815 | msgid "Basic block %d should be marked irreducible." |
d51681a7 PT |
3816 | msgstr "" |
3817 | ||
de104104 | 3818 | #: cfgloop.c:1404 |
b97e55da JM |
3819 | #, c-format |
3820 | msgid "Basic block %d should not be marked irreducible." | |
d51681a7 PT |
3821 | msgstr "" |
3822 | ||
de104104 | 3823 | #: cfgloop.c:1412 |
5b7874aa | 3824 | #, c-format |
b97e55da | 3825 | msgid "Edge from %d to %d should be marked irreducible." |
d51681a7 PT |
3826 | msgstr "" |
3827 | ||
de104104 | 3828 | #: cfgloop.c:1419 |
7bbf788c | 3829 | #, c-format |
b97e55da | 3830 | msgid "Edge from %d to %d should not be marked irreducible." |
7bbf788c PT |
3831 | msgstr "" |
3832 | ||
de104104 | 3833 | #: cfgloop.c:1454 |
807ab1f2 JM |
3834 | #, c-format |
3835 | msgid "Wrong single exit %d->%d recorded for loop %d." | |
3836 | msgstr "" | |
3837 | ||
de104104 | 3838 | #: cfgloop.c:1458 |
807ab1f2 JM |
3839 | #, c-format |
3840 | msgid "Right exit is %d->%d." | |
3841 | msgstr "" | |
3842 | ||
de104104 | 3843 | #: cfgloop.c:1475 |
807ab1f2 JM |
3844 | #, c-format |
3845 | msgid "Single exit not recorded for loop %d." | |
3846 | msgstr "" | |
3847 | ||
de104104 | 3848 | #: cfgloop.c:1482 |
807ab1f2 JM |
3849 | #, c-format |
3850 | msgid "Loop %d should not have single exit (%d -> %d)." | |
3851 | msgstr "" | |
3852 | ||
de104104 | 3853 | #: cfgrtl.c:1943 |
7bbf788c | 3854 | #, c-format |
b97e55da | 3855 | msgid "end insn %d for block %d not found in the insn stream" |
7bbf788c PT |
3856 | msgstr "" |
3857 | ||
de104104 | 3858 | #: cfgrtl.c:1957 |
7bbf788c | 3859 | #, c-format |
b97e55da | 3860 | msgid "insn %d is in multiple basic blocks (%d and %d)" |
7bbf788c PT |
3861 | msgstr "" |
3862 | ||
de104104 | 3863 | #: cfgrtl.c:1969 |
7bbf788c | 3864 | #, c-format |
b97e55da JM |
3865 | msgid "head insn %d for block %d not found in the insn stream" |
3866 | msgstr "" | |
3867 | ||
de104104 | 3868 | #: cfgrtl.c:1993 |
b97e55da | 3869 | msgid "verify_flow_info: REG_BR_PROB does not match cfg %wi %i" |
7bbf788c PT |
3870 | msgstr "" |
3871 | ||
de104104 | 3872 | #: cfgrtl.c:2008 |
b1b51268 JM |
3873 | #, c-format |
3874 | msgid "Fallthru edge crosses section boundary (bb %i)" | |
3875 | msgstr "" | |
3876 | ||
de104104 | 3877 | #: cfgrtl.c:2033 |
7bbf788c | 3878 | #, c-format |
b97e55da | 3879 | msgid "Missing REG_EH_REGION note in the end of bb %i" |
7bbf788c PT |
3880 | msgstr "" |
3881 | ||
de104104 | 3882 | #: cfgrtl.c:2041 |
7bbf788c | 3883 | #, c-format |
b97e55da | 3884 | msgid "Too many outgoing branch edges from bb %i" |
7bbf788c PT |
3885 | msgstr "" |
3886 | ||
de104104 | 3887 | #: cfgrtl.c:2046 |
7bbf788c | 3888 | #, c-format |
b97e55da | 3889 | msgid "Fallthru edge after unconditional jump %i" |
7bbf788c PT |
3890 | msgstr "" |
3891 | ||
de104104 | 3892 | #: cfgrtl.c:2057 |
d51681a7 | 3893 | #, c-format |
b97e55da | 3894 | msgid "Wrong amount of branch edges after conditional jump %i" |
d51681a7 PT |
3895 | msgstr "" |
3896 | ||
de104104 | 3897 | #: cfgrtl.c:2062 |
9e620082 | 3898 | #, c-format |
b97e55da JM |
3899 | msgid "Call edges for non-call insn in bb %i" |
3900 | msgstr "" | |
3901 | ||
de104104 | 3902 | #: cfgrtl.c:2071 |
b97e55da JM |
3903 | #, c-format |
3904 | msgid "Abnormal edges for no purpose in bb %i" | |
d51681a7 PT |
3905 | msgstr "" |
3906 | ||
de104104 | 3907 | #: cfgrtl.c:2081 |
9e620082 | 3908 | #, c-format |
9d967a7e | 3909 | msgid "insn %d inside basic block %d but block_for_insn is NULL" |
d51681a7 PT |
3910 | msgstr "" |
3911 | ||
de104104 | 3912 | #: cfgrtl.c:2085 |
9e620082 | 3913 | #, c-format |
9d967a7e | 3914 | msgid "insn %d inside basic block %d but block_for_insn is %i" |
d51681a7 PT |
3915 | msgstr "" |
3916 | ||
de104104 | 3917 | #: cfgrtl.c:2099 cfgrtl.c:2109 |
9e620082 | 3918 | #, c-format |
5b7874aa | 3919 | msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d" |
d51681a7 PT |
3920 | msgstr "" |
3921 | ||
de104104 | 3922 | #: cfgrtl.c:2122 |
9e620082 | 3923 | #, c-format |
9d967a7e | 3924 | msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d" |
d51681a7 PT |
3925 | msgstr "" |
3926 | ||
de104104 | 3927 | #: cfgrtl.c:2132 |
5b7874aa | 3928 | #, c-format |
1737c953 | 3929 | msgid "in basic block %d:" |
d51681a7 PT |
3930 | msgstr "" |
3931 | ||
de104104 | 3932 | #: cfgrtl.c:2133 |
1737c953 | 3933 | msgid "flow control insn inside a basic block" |
d51681a7 PT |
3934 | msgstr "" |
3935 | ||
de104104 | 3936 | #: cfgrtl.c:2181 |
5b7874aa | 3937 | #, c-format |
b97e55da JM |
3938 | msgid "missing barrier after block %i" |
3939 | msgstr "" | |
3940 | ||
de104104 | 3941 | #: cfgrtl.c:2194 |
b97e55da JM |
3942 | #, c-format |
3943 | msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i" | |
3944 | msgstr "" | |
3945 | ||
de104104 | 3946 | #: cfgrtl.c:2209 |
b97e55da JM |
3947 | #, c-format |
3948 | msgid "verify_flow_info: Incorrect fallthru %i->%i" | |
3949 | msgstr "" | |
3950 | ||
de104104 | 3951 | #: cfgrtl.c:2211 |
b97e55da | 3952 | msgid "wrong insn in the fallthru edge" |
d51681a7 PT |
3953 | msgstr "" |
3954 | ||
de104104 | 3955 | #: cfgrtl.c:2228 |
b97e55da | 3956 | msgid "basic blocks not laid down consecutively" |
d51681a7 PT |
3957 | msgstr "" |
3958 | ||
de104104 | 3959 | #: cfgrtl.c:2253 |
1737c953 | 3960 | msgid "insn outside basic block" |
d51681a7 PT |
3961 | msgstr "" |
3962 | ||
de104104 | 3963 | #: cfgrtl.c:2261 |
1737c953 | 3964 | msgid "return not followed by barrier" |
d51681a7 PT |
3965 | msgstr "" |
3966 | ||
de104104 | 3967 | #: cfgrtl.c:2268 |
9e620082 | 3968 | #, c-format |
5b7874aa | 3969 | msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)" |
d51681a7 PT |
3970 | msgstr "" |
3971 | ||
807ab1f2 | 3972 | #: cgraph.c:231 |
01b84e13 JM |
3973 | msgid "function body not available" |
3974 | msgstr "" | |
3975 | ||
de104104 | 3976 | #: cgraph.c:233 cgraphunit.c:875 |
01b84e13 JM |
3977 | msgid "redefined extern inline functions are not considered for inlining" |
3978 | msgstr "" | |
3979 | ||
de104104 | 3980 | #: cgraph.c:236 cgraphunit.c:880 |
01b84e13 JM |
3981 | msgid "function not considered for inlining" |
3982 | msgstr "" | |
3983 | ||
de104104 | 3984 | #: cgraph.c:238 cgraphunit.c:878 |
01b84e13 JM |
3985 | msgid "function not inlinable" |
3986 | msgstr "" | |
3987 | ||
807ab1f2 | 3988 | #: cgraph.c:578 |
8d98c44c JM |
3989 | msgid "%D renamed after being referenced in assembly" |
3990 | msgstr "" | |
3991 | ||
de104104 | 3992 | #: cgraphunit.c:726 |
b1b51268 JM |
3993 | msgid "Shared call_expr:" |
3994 | msgstr "" | |
3995 | ||
de104104 | 3996 | #: cgraphunit.c:732 |
b1b51268 JM |
3997 | msgid "Edge points to wrong declaration:" |
3998 | msgstr "" | |
3999 | ||
de104104 | 4000 | #: cgraphunit.c:741 |
b1b51268 JM |
4001 | msgid "Missing callgraph edge for call expr:" |
4002 | msgstr "" | |
4003 | ||
de104104 | 4004 | #: cgraphunit.c:767 |
b1b51268 JM |
4005 | #, c-format |
4006 | msgid "Aux field set for edge %s->%s" | |
4007 | msgstr "" | |
4008 | ||
de104104 | 4009 | #: cgraphunit.c:779 |
b1b51268 JM |
4010 | msgid "Inlined_to pointer is wrong" |
4011 | msgstr "" | |
4012 | ||
de104104 | 4013 | #: cgraphunit.c:784 |
b1b51268 JM |
4014 | msgid "Multiple inline callers" |
4015 | msgstr "" | |
4016 | ||
de104104 | 4017 | #: cgraphunit.c:791 |
b1b51268 JM |
4018 | msgid "Inlined_to pointer set for noninline callers" |
4019 | msgstr "" | |
4020 | ||
de104104 | 4021 | #: cgraphunit.c:797 |
b1b51268 JM |
4022 | msgid "Inlined_to pointer is set but no predecesors found" |
4023 | msgstr "" | |
4024 | ||
de104104 | 4025 | #: cgraphunit.c:802 |
b1b51268 JM |
4026 | msgid "Inlined_to pointer reffers to itself" |
4027 | msgstr "" | |
4028 | ||
de104104 | 4029 | #: cgraphunit.c:812 |
b1b51268 JM |
4030 | msgid "Node not found in DECL_ASSEMBLER_NAME hash" |
4031 | msgstr "" | |
4032 | ||
de104104 | 4033 | #: cgraphunit.c:826 |
b1b51268 JM |
4034 | #, c-format |
4035 | msgid "Edge %s->%s has no corresponding call_expr" | |
4036 | msgstr "" | |
4037 | ||
de104104 | 4038 | #: cgraphunit.c:837 |
b1b51268 JM |
4039 | msgid "verify_cgraph_node failed." |
4040 | msgstr "" | |
4041 | ||
de104104 | 4042 | #: cgraphunit.c:1021 |
807ab1f2 JM |
4043 | msgid "failed to reclaim unneeded function" |
4044 | msgstr "" | |
4045 | ||
de104104 | 4046 | #: cgraphunit.c:1551 |
01b84e13 JM |
4047 | msgid "--param large-function-growth limit reached" |
4048 | msgstr "" | |
4049 | ||
de104104 | 4050 | #: cgraphunit.c:1588 |
b1b51268 | 4051 | msgid "recursive inlining" |
01b84e13 JM |
4052 | msgstr "" |
4053 | ||
de104104 | 4054 | #: cgraphunit.c:1753 cgraphunit.c:2005 |
01b84e13 JM |
4055 | msgid "--param max-inline-insns-single limit reached" |
4056 | msgstr "" | |
4057 | ||
de104104 | 4058 | #: cgraphunit.c:1777 |
01b84e13 JM |
4059 | msgid "" |
4060 | "--param max-inline-insns-single limit reached after inlining into the callee" | |
4061 | msgstr "" | |
4062 | ||
de104104 | 4063 | #: cgraphunit.c:1827 |
01b84e13 JM |
4064 | msgid "--param inline-unit-growth limit reached" |
4065 | msgstr "" | |
4066 | ||
de104104 | 4067 | #: cgraphunit.c:2865 |
b1b51268 | 4068 | msgid "Nodes with no released memory found." |
01b84e13 JM |
4069 | msgstr "" |
4070 | ||
d5706a1e | 4071 | #: collect2.c:402 gcc.c:6742 |
807ab1f2 JM |
4072 | #, c-format |
4073 | msgid "internal gcc abort in %s, at %s:%d" | |
d51681a7 PT |
4074 | msgstr "" |
4075 | ||
d5706a1e | 4076 | #: collect2.c:895 |
5b7874aa | 4077 | msgid "no arguments" |
d51681a7 PT |
4078 | msgstr "" |
4079 | ||
d5706a1e | 4080 | #: collect2.c:1187 |
807ab1f2 JM |
4081 | #, c-format |
4082 | msgid "unknown demangling style '%s'" | |
4083 | msgstr "" | |
4084 | ||
d5706a1e | 4085 | #: collect2.c:1261 collect2.c:1409 collect2.c:1444 |
5b7874aa ZW |
4086 | #, c-format |
4087 | msgid "fopen %s" | |
d51681a7 PT |
4088 | msgstr "" |
4089 | ||
d5706a1e | 4090 | #: collect2.c:1264 collect2.c:1414 collect2.c:1447 |
5b7874aa ZW |
4091 | #, c-format |
4092 | msgid "fclose %s" | |
d51681a7 PT |
4093 | msgstr "" |
4094 | ||
d5706a1e | 4095 | #: collect2.c:1273 |
5b7874aa ZW |
4096 | #, c-format |
4097 | msgid "collect2 version %s" | |
d51681a7 PT |
4098 | msgstr "" |
4099 | ||
d5706a1e | 4100 | #: collect2.c:1363 |
5b7874aa ZW |
4101 | #, c-format |
4102 | msgid "%d constructor(s) found\n" | |
d51681a7 PT |
4103 | msgstr "" |
4104 | ||
d5706a1e | 4105 | #: collect2.c:1364 |
5b7874aa ZW |
4106 | #, c-format |
4107 | msgid "%d destructor(s) found\n" | |
d51681a7 PT |
4108 | msgstr "" |
4109 | ||
d5706a1e | 4110 | #: collect2.c:1365 |
5b7874aa ZW |
4111 | #, c-format |
4112 | msgid "%d frame table(s) found\n" | |
d51681a7 PT |
4113 | msgstr "" |
4114 | ||
d5706a1e | 4115 | #: collect2.c:1507 |
5b7874aa ZW |
4116 | #, c-format |
4117 | msgid "%s terminated with signal %d [%s]%s" | |
d51681a7 PT |
4118 | msgstr "" |
4119 | ||
d5706a1e | 4120 | #: collect2.c:1525 |
5b7874aa ZW |
4121 | #, c-format |
4122 | msgid "%s returned %d exit status" | |
d51681a7 PT |
4123 | msgstr "" |
4124 | ||
d5706a1e | 4125 | #: collect2.c:1550 |
5b7874aa ZW |
4126 | #, c-format |
4127 | msgid "[cannot find %s]" | |
d51681a7 PT |
4128 | msgstr "" |
4129 | ||
d5706a1e | 4130 | #: collect2.c:1565 |
5b7874aa ZW |
4131 | #, c-format |
4132 | msgid "cannot find `%s'" | |
d51681a7 PT |
4133 | msgstr "" |
4134 | ||
d5706a1e | 4135 | #: collect2.c:1576 collect2.c:1579 |
5b7874aa ZW |
4136 | #, c-format |
4137 | msgid "redirecting stdout: %s" | |
d51681a7 PT |
4138 | msgstr "" |
4139 | ||
d5706a1e | 4140 | #: collect2.c:1618 |
5b7874aa ZW |
4141 | #, c-format |
4142 | msgid "[Leaving %s]\n" | |
d51681a7 PT |
4143 | msgstr "" |
4144 | ||
d5706a1e | 4145 | #: collect2.c:1838 |
5b7874aa | 4146 | #, c-format |
9e620082 | 4147 | msgid "" |
5b7874aa ZW |
4148 | "\n" |
4149 | "write_c_file - output name is %s, prefix is %s\n" | |
d51681a7 PT |
4150 | msgstr "" |
4151 | ||
d5706a1e | 4152 | #: collect2.c:2042 |
5b7874aa | 4153 | msgid "cannot find `nm'" |
d51681a7 PT |
4154 | msgstr "" |
4155 | ||
d5706a1e | 4156 | #: collect2.c:2052 collect2.c:2218 |
5b7874aa | 4157 | msgid "pipe" |
d51681a7 PT |
4158 | msgstr "" |
4159 | ||
d5706a1e | 4160 | #: collect2.c:2056 collect2.c:2222 |
5b7874aa | 4161 | msgid "fdopen" |
d51681a7 PT |
4162 | msgstr "" |
4163 | ||
d5706a1e | 4164 | #: collect2.c:2082 collect2.c:2248 |
5b7874aa ZW |
4165 | #, c-format |
4166 | msgid "dup2 %d 1" | |
d51681a7 PT |
4167 | msgstr "" |
4168 | ||
d5706a1e ZW |
4169 | #: collect2.c:2085 collect2.c:2088 collect2.c:2101 collect2.c:2251 |
4170 | #: collect2.c:2254 collect2.c:2267 | |
5b7874aa ZW |
4171 | #, c-format |
4172 | msgid "close %d" | |
d51681a7 PT |
4173 | msgstr "" |
4174 | ||
d5706a1e | 4175 | #: collect2.c:2091 collect2.c:2257 |
5b7874aa | 4176 | #, c-format |
a47a6810 | 4177 | msgid "execv %s" |
d51681a7 PT |
4178 | msgstr "" |
4179 | ||
d5706a1e | 4180 | #: collect2.c:2145 |
5b7874aa ZW |
4181 | #, c-format |
4182 | msgid "init function found in object %s" | |
d51681a7 PT |
4183 | msgstr "" |
4184 | ||
d5706a1e | 4185 | #: collect2.c:2153 |
5b7874aa ZW |
4186 | #, c-format |
4187 | msgid "fini function found in object %s" | |
d51681a7 PT |
4188 | msgstr "" |
4189 | ||
d5706a1e | 4190 | #: collect2.c:2176 collect2.c:2306 |
5b7874aa | 4191 | msgid "fclose" |
d51681a7 PT |
4192 | msgstr "" |
4193 | ||
d5706a1e | 4194 | #: collect2.c:2209 |
b1b51268 | 4195 | msgid "cannot find `ldd'" |
d51681a7 PT |
4196 | msgstr "" |
4197 | ||
d5706a1e | 4198 | #: collect2.c:2270 |
b1b51268 JM |
4199 | msgid "" |
4200 | "\n" | |
4201 | "ldd output with constructors/destructors.\n" | |
d51681a7 PT |
4202 | msgstr "" |
4203 | ||
d5706a1e | 4204 | #: collect2.c:2285 |
5b7874aa ZW |
4205 | #, c-format |
4206 | msgid "dynamic dependency %s not found" | |
d51681a7 PT |
4207 | msgstr "" |
4208 | ||
d5706a1e | 4209 | #: collect2.c:2297 |
9e620082 | 4210 | #, c-format |
5b7874aa | 4211 | msgid "unable to open dynamic dependency '%s'" |
d51681a7 PT |
4212 | msgstr "" |
4213 | ||
d5706a1e | 4214 | #: collect2.c:2456 |
9e620082 | 4215 | #, c-format |
5b7874aa | 4216 | msgid "%s: not a COFF file" |
d51681a7 PT |
4217 | msgstr "" |
4218 | ||
d5706a1e | 4219 | #: collect2.c:2576 |
d51681a7 | 4220 | #, c-format |
5b7874aa | 4221 | msgid "%s: cannot open as COFF file" |
d51681a7 PT |
4222 | msgstr "" |
4223 | ||
d5706a1e | 4224 | #: collect2.c:2631 |
9e620082 | 4225 | #, c-format |
1737c953 | 4226 | msgid "library lib%s not found" |
d51681a7 PT |
4227 | msgstr "" |
4228 | ||
d5706a1e | 4229 | #: combine.c:12364 |
9e620082 | 4230 | #, c-format |
b97e55da JM |
4231 | msgid "" |
4232 | ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new " | |
4233 | "space),\n" | |
4234 | ";; %d successes.\n" | |
4235 | "\n" | |
d51681a7 PT |
4236 | msgstr "" |
4237 | ||
d5706a1e | 4238 | #: combine.c:12373 |
9e620082 | 4239 | #, c-format |
5b7874aa ZW |
4240 | msgid "" |
4241 | "\n" | |
b97e55da JM |
4242 | ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n" |
4243 | ";; %d successes.\n" | |
d51681a7 PT |
4244 | msgstr "" |
4245 | ||
807ab1f2 | 4246 | #: convert.c:69 |
b97e55da | 4247 | msgid "cannot convert to a pointer type" |
d51681a7 PT |
4248 | msgstr "" |
4249 | ||
b1b51268 | 4250 | #: convert.c:302 |
b97e55da | 4251 | msgid "pointer value used where a floating point value was expected" |
d51681a7 PT |
4252 | msgstr "" |
4253 | ||
b1b51268 | 4254 | #: convert.c:306 |
807ab1f2 | 4255 | msgid "aggregate value used where a float was expected" |
a47a6810 JM |
4256 | msgstr "" |
4257 | ||
807ab1f2 JM |
4258 | #: convert.c:331 |
4259 | msgid "conversion to incomplete type" | |
d51681a7 PT |
4260 | msgstr "" |
4261 | ||
de104104 | 4262 | #: convert.c:660 convert.c:736 |
807ab1f2 | 4263 | msgid "can't convert between vector values of different size" |
d51681a7 PT |
4264 | msgstr "" |
4265 | ||
de104104 | 4266 | #: convert.c:666 |
807ab1f2 | 4267 | msgid "aggregate value used where an integer was expected" |
d51681a7 PT |
4268 | msgstr "" |
4269 | ||
de104104 | 4270 | #: convert.c:716 |
807ab1f2 | 4271 | msgid "pointer value used where a complex was expected" |
d51681a7 PT |
4272 | msgstr "" |
4273 | ||
de104104 | 4274 | #: convert.c:720 |
807ab1f2 | 4275 | msgid "aggregate value used where a complex was expected" |
d51681a7 PT |
4276 | msgstr "" |
4277 | ||
de104104 | 4278 | #: convert.c:742 |
807ab1f2 | 4279 | msgid "can't convert value to a vector" |
d51681a7 PT |
4280 | msgstr "" |
4281 | ||
807ab1f2 JM |
4282 | #: coverage.c:168 |
4283 | #, c-format | |
a05e4fdb | 4284 | msgid "%qs is not a gcov data file" |
d51681a7 PT |
4285 | msgstr "" |
4286 | ||
807ab1f2 | 4287 | #: coverage.c:179 |
a05e4fdb | 4288 | msgid "%qs is version %q.*s, expected version %q.*s" |
d51681a7 PT |
4289 | msgstr "" |
4290 | ||
807ab1f2 JM |
4291 | #: coverage.c:259 coverage.c:267 |
4292 | #, c-format | |
4293 | msgid "coverage mismatch for function %u while reading execution counters." | |
d51681a7 PT |
4294 | msgstr "" |
4295 | ||
807ab1f2 JM |
4296 | #: coverage.c:261 coverage.c:344 |
4297 | #, c-format | |
4298 | msgid "checksum is %x instead of %x" | |
d51681a7 PT |
4299 | msgstr "" |
4300 | ||
807ab1f2 JM |
4301 | #: coverage.c:269 coverage.c:352 |
4302 | #, c-format | |
4303 | msgid "number of counters is %d instead of %d" | |
d51681a7 PT |
4304 | msgstr "" |
4305 | ||
807ab1f2 | 4306 | #: coverage.c:275 |
9e620082 | 4307 | #, c-format |
807ab1f2 | 4308 | msgid "cannot merge separate %s counters for function %u" |
d51681a7 PT |
4309 | msgstr "" |
4310 | ||
807ab1f2 | 4311 | #: coverage.c:296 |
5b7874aa | 4312 | #, c-format |
a05e4fdb | 4313 | msgid "%qs has overflowed" |
d51681a7 PT |
4314 | msgstr "" |
4315 | ||
807ab1f2 JM |
4316 | #: coverage.c:296 |
4317 | #, c-format | |
a05e4fdb | 4318 | msgid "%qs is corrupted" |
d9b2742a ZW |
4319 | msgstr "" |
4320 | ||
807ab1f2 | 4321 | #: coverage.c:333 |
d9b2742a | 4322 | #, c-format |
a05e4fdb | 4323 | msgid "no coverage for function %qs found." |
d9b2742a ZW |
4324 | msgstr "" |
4325 | ||
807ab1f2 | 4326 | #: coverage.c:341 coverage.c:349 |
d9b2742a | 4327 | #, c-format |
a05e4fdb | 4328 | msgid "coverage mismatch for function %qs while reading counter %qs." |
d9b2742a ZW |
4329 | msgstr "" |
4330 | ||
807ab1f2 | 4331 | #: coverage.c:532 |
d9b2742a | 4332 | #, c-format |
807ab1f2 | 4333 | msgid "cannot open %s" |
d9b2742a ZW |
4334 | msgstr "" |
4335 | ||
807ab1f2 JM |
4336 | #: coverage.c:567 |
4337 | #, c-format | |
a05e4fdb | 4338 | msgid "error writing %qs" |
d9b2742a ZW |
4339 | msgstr "" |
4340 | ||
b97e55da | 4341 | #: cppspec.c:106 |
5b7874aa ZW |
4342 | #, c-format |
4343 | msgid "\"%s\" is not a valid option to the preprocessor" | |
d51681a7 PT |
4344 | msgstr "" |
4345 | ||
b97e55da | 4346 | #: cppspec.c:128 |
5b7874aa | 4347 | msgid "too many input files" |
d51681a7 PT |
4348 | msgstr "" |
4349 | ||
de104104 | 4350 | #: cse.c:6735 |
5b7874aa | 4351 | #, c-format |
a47a6810 | 4352 | msgid ";; Processing block from %d to %d, %d sets.\n" |
d51681a7 PT |
4353 | msgstr "" |
4354 | ||
d5706a1e | 4355 | #: diagnostic.c:168 |
5b7874aa ZW |
4356 | #, c-format |
4357 | msgid "%s:%d: confused by earlier errors, bailing out\n" | |
d51681a7 PT |
4358 | msgstr "" |
4359 | ||
d5706a1e | 4360 | #: diagnostic.c:228 |
b1b51268 JM |
4361 | msgid "compilation terminated due to -Wfatal-errors.\n" |
4362 | msgstr "" | |
4363 | ||
d5706a1e ZW |
4364 | #: diagnostic.c:237 |
4365 | #, c-format | |
4366 | msgid "" | |
4367 | "Please submit a full bug report,\n" | |
4368 | "with preprocessed source if appropriate.\n" | |
4369 | "See %s for instructions.\n" | |
4370 | msgstr "" | |
4371 | ||
4372 | #: diagnostic.c:246 | |
b97e55da | 4373 | msgid "compilation terminated.\n" |
d51681a7 PT |
4374 | msgstr "" |
4375 | ||
d5706a1e | 4376 | #: diagnostic.c:537 |
5b7874aa | 4377 | msgid "Internal compiler error: Error reporting routines re-entered.\n" |
d51681a7 PT |
4378 | msgstr "" |
4379 | ||
d5706a1e | 4380 | #: diagnostic.c:556 |
5b7874aa | 4381 | #, c-format |
a47a6810 | 4382 | msgid "in %s, at %s:%d" |
d51681a7 PT |
4383 | msgstr "" |
4384 | ||
de104104 JM |
4385 | #: dominance.c:836 |
4386 | #, c-format | |
4387 | msgid "dominator of %d status unknown" | |
4388 | msgstr "" | |
4389 | ||
4390 | #: dominance.c:838 | |
a47a6810 JM |
4391 | #, c-format |
4392 | msgid "dominator of %d should be %d, not %d" | |
4393 | msgstr "" | |
4394 | ||
de104104 | 4395 | #: dominance.c:851 |
807ab1f2 JM |
4396 | #, c-format |
4397 | msgid "ENTRY does not dominate bb %d" | |
4398 | msgstr "" | |
4399 | ||
4400 | #: dwarf2out.c:3362 | |
d51681a7 | 4401 | #, c-format |
1737c953 | 4402 | msgid "DW_LOC_OP %s not implemented\n" |
d51681a7 PT |
4403 | msgstr "" |
4404 | ||
807ab1f2 | 4405 | #: emit-rtl.c:1178 |
01b84e13 | 4406 | msgid "can't access real part of complex value in hard register" |
9e620082 ZW |
4407 | msgstr "" |
4408 | ||
807ab1f2 | 4409 | #: emit-rtl.c:1205 |
01b84e13 | 4410 | msgid "can't access imaginary part of complex value in hard register" |
d51681a7 PT |
4411 | msgstr "" |
4412 | ||
de104104 | 4413 | #: emit-rtl.c:2285 |
01b84e13 | 4414 | msgid "Invalid rtl sharing found in the insn" |
d51681a7 PT |
4415 | msgstr "" |
4416 | ||
de104104 | 4417 | #: emit-rtl.c:2287 |
01b84e13 | 4418 | msgid "Shared rtx" |
d51681a7 PT |
4419 | msgstr "" |
4420 | ||
de104104 | 4421 | #: emit-rtl.c:2289 |
807ab1f2 JM |
4422 | msgid "Internal consistency failure" |
4423 | msgstr "" | |
4424 | ||
de104104 | 4425 | #: emit-rtl.c:3436 |
5b7874aa | 4426 | msgid "ICE: emit_insn used where emit_jump_insn needed:\n" |
d51681a7 PT |
4427 | msgstr "" |
4428 | ||
d5706a1e | 4429 | #: errors.c:133 java/jv-scan.c:294 |
5b7874aa ZW |
4430 | #, c-format |
4431 | msgid "abort in %s, at %s:%d" | |
d51681a7 PT |
4432 | msgstr "" |
4433 | ||
807ab1f2 | 4434 | #: except.c:346 |
5b7874aa | 4435 | msgid "exception handling disabled, use -fexceptions to enable" |
d51681a7 PT |
4436 | msgstr "" |
4437 | ||
de104104 | 4438 | #: except.c:2934 |
a05e4fdb | 4439 | msgid "argument of %<__builtin_eh_return_regno%> must be constant" |
d51681a7 PT |
4440 | msgstr "" |
4441 | ||
de104104 | 4442 | #: except.c:3065 |
5b7874aa | 4443 | msgid "__builtin_eh_return not supported on this target" |
d51681a7 PT |
4444 | msgstr "" |
4445 | ||
807ab1f2 | 4446 | #: explow.c:1351 |
5b7874aa | 4447 | msgid "stack limits not supported on this target" |
d51681a7 PT |
4448 | msgstr "" |
4449 | ||
de104104 | 4450 | #: final.c:1060 |
1737c953 | 4451 | msgid "negative insn length" |
d51681a7 PT |
4452 | msgstr "" |
4453 | ||
de104104 | 4454 | #: final.c:2500 |
1737c953 | 4455 | msgid "could not split insn" |
d51681a7 PT |
4456 | msgstr "" |
4457 | ||
de104104 | 4458 | #: final.c:2835 |
a52453cc | 4459 | msgid "invalid `asm': " |
d51681a7 PT |
4460 | msgstr "" |
4461 | ||
de104104 | 4462 | #: final.c:3018 |
5b7874aa | 4463 | msgid "nested assembly dialect alternatives" |
d51681a7 PT |
4464 | msgstr "" |
4465 | ||
de104104 | 4466 | #: final.c:3035 final.c:3047 |
5b7874aa | 4467 | msgid "unterminated assembly dialect alternative" |
d51681a7 PT |
4468 | msgstr "" |
4469 | ||
de104104 | 4470 | #: final.c:3094 |
9e620082 | 4471 | #, c-format |
a52453cc | 4472 | msgid "operand number missing after %%-letter" |
d51681a7 PT |
4473 | msgstr "" |
4474 | ||
de104104 | 4475 | #: final.c:3097 final.c:3138 |
5b7874aa | 4476 | msgid "operand number out of range" |
d51681a7 PT |
4477 | msgstr "" |
4478 | ||
de104104 | 4479 | #: final.c:3157 |
d51681a7 | 4480 | #, c-format |
5b7874aa | 4481 | msgid "invalid %%-code" |
d51681a7 PT |
4482 | msgstr "" |
4483 | ||
de104104 | 4484 | #: final.c:3187 |
a52453cc PT |
4485 | #, c-format |
4486 | msgid "`%%l' operand isn't a label" | |
d51681a7 PT |
4487 | msgstr "" |
4488 | ||
5b7874aa ZW |
4489 | #. We can't handle floating point constants; |
4490 | #. PRINT_OPERAND must handle them. | |
d5706a1e | 4491 | #: final.c:3289 vmsdbgout.c:487 config/i386/i386.c:5835 |
b1b51268 | 4492 | #: config/pdp11/pdp11.c:1690 |
5b7874aa | 4493 | msgid "floating constant misused" |
d51681a7 PT |
4494 | msgstr "" |
4495 | ||
d5706a1e | 4496 | #: final.c:3345 vmsdbgout.c:544 config/i386/i386.c:5913 |
b1b51268 | 4497 | #: config/pdp11/pdp11.c:1737 |
5b7874aa | 4498 | msgid "invalid expression as operand" |
d51681a7 PT |
4499 | msgstr "" |
4500 | ||
807ab1f2 JM |
4501 | #: flow.c:494 flow.c:518 flow.c:539 |
4502 | msgid "internal consistency failure" | |
4503 | msgstr "" | |
4504 | ||
de104104 | 4505 | #: flow.c:1559 |
9d967a7e ZW |
4506 | msgid "Attempt to delete prologue/epilogue insn:" |
4507 | msgstr "" | |
4508 | ||
de104104 | 4509 | #: fold-const.c:3190 fold-const.c:3201 |
d51681a7 | 4510 | #, c-format |
b0287a90 | 4511 | msgid "comparison is always %d due to width of bit-field" |
d51681a7 PT |
4512 | msgstr "" |
4513 | ||
de104104 | 4514 | #: fold-const.c:4761 fold-const.c:4776 |
5b7874aa ZW |
4515 | #, c-format |
4516 | msgid "comparison is always %d" | |
d51681a7 PT |
4517 | msgstr "" |
4518 | ||
de104104 | 4519 | #: fold-const.c:4905 |
a05e4fdb | 4520 | msgid "%<or%> of unmatched not-equal tests is always 1" |
d51681a7 PT |
4521 | msgstr "" |
4522 | ||
de104104 | 4523 | #: fold-const.c:4910 |
a05e4fdb | 4524 | msgid "%<and%> of mutually exclusive equal-tests is always 0" |
d51681a7 PT |
4525 | msgstr "" |
4526 | ||
d5706a1e | 4527 | #: fold-const.c:9031 |
b97e55da JM |
4528 | msgid "fold check: original tree changed by fold" |
4529 | msgstr "" | |
4530 | ||
a05e4fdb JM |
4531 | #: function.c:834 varasm.c:1551 |
4532 | msgid "%Jsize of variable %qD is too large" | |
7bbf788c PT |
4533 | msgstr "" |
4534 | ||
807ab1f2 | 4535 | #: function.c:1435 |
a05e4fdb | 4536 | msgid "impossible constraint in %<asm%>" |
d9b2742a ZW |
4537 | msgstr "" |
4538 | ||
807ab1f2 | 4539 | #: function.c:3457 |
a05e4fdb | 4540 | msgid "%Jvariable %qD might be clobbered by %<longjmp%> or %<vfork%>" |
d51681a7 PT |
4541 | msgstr "" |
4542 | ||
a05e4fdb JM |
4543 | #: function.c:3478 |
4544 | msgid "%Jargument %qD might be clobbered by %<longjmp%> or %<vfork%>" | |
d51681a7 PT |
4545 | msgstr "" |
4546 | ||
d5706a1e | 4547 | #: function.c:3869 |
5b7874aa | 4548 | msgid "function returns an aggregate" |
d51681a7 PT |
4549 | msgstr "" |
4550 | ||
d5706a1e | 4551 | #: function.c:4202 |
a05e4fdb | 4552 | msgid "%Junused parameter %qD" |
d51681a7 PT |
4553 | msgstr "" |
4554 | ||
a05e4fdb | 4555 | #: gcc.c:1240 |
5b7874aa | 4556 | #, c-format |
1737c953 | 4557 | msgid "ambiguous abbreviation %s" |
d51681a7 PT |
4558 | msgstr "" |
4559 | ||
a05e4fdb | 4560 | #: gcc.c:1267 |
5b7874aa | 4561 | #, c-format |
1737c953 | 4562 | msgid "incomplete `%s' option" |
d51681a7 PT |
4563 | msgstr "" |
4564 | ||
a05e4fdb | 4565 | #: gcc.c:1278 |
5b7874aa | 4566 | #, c-format |
1737c953 | 4567 | msgid "missing argument to `%s' option" |
d51681a7 PT |
4568 | msgstr "" |
4569 | ||
a05e4fdb | 4570 | #: gcc.c:1291 |
5b7874aa | 4571 | #, c-format |
1737c953 | 4572 | msgid "extraneous argument to `%s' option" |
d51681a7 PT |
4573 | msgstr "" |
4574 | ||
a05e4fdb | 4575 | #: gcc.c:1635 |
b0287a90 | 4576 | msgid "Using built-in specs.\n" |
d51681a7 PT |
4577 | msgstr "" |
4578 | ||
a05e4fdb | 4579 | #: gcc.c:1823 |
5b7874aa ZW |
4580 | #, c-format |
4581 | msgid "" | |
4582 | "Setting spec %s to '%s'\n" | |
4583 | "\n" | |
d51681a7 PT |
4584 | msgstr "" |
4585 | ||
a05e4fdb | 4586 | #: gcc.c:1932 |
5b7874aa ZW |
4587 | #, c-format |
4588 | msgid "Reading specs from %s\n" | |
d51681a7 PT |
4589 | msgstr "" |
4590 | ||
a05e4fdb | 4591 | #: gcc.c:2028 gcc.c:2047 |
5b7874aa ZW |
4592 | #, c-format |
4593 | msgid "specs %%include syntax malformed after %ld characters" | |
d51681a7 PT |
4594 | msgstr "" |
4595 | ||
a05e4fdb | 4596 | #: gcc.c:2055 |
5b7874aa | 4597 | #, c-format |
1737c953 | 4598 | msgid "could not find specs file %s\n" |
d51681a7 PT |
4599 | msgstr "" |
4600 | ||
a05e4fdb | 4601 | #: gcc.c:2072 gcc.c:2080 gcc.c:2089 gcc.c:2098 |
5b7874aa ZW |
4602 | #, c-format |
4603 | msgid "specs %%rename syntax malformed after %ld characters" | |
d51681a7 PT |
4604 | msgstr "" |
4605 | ||
a05e4fdb | 4606 | #: gcc.c:2107 |
5b7874aa ZW |
4607 | #, c-format |
4608 | msgid "specs %s spec was not found to be renamed" | |
d51681a7 PT |
4609 | msgstr "" |
4610 | ||
a05e4fdb | 4611 | #: gcc.c:2114 |
7bbf788c PT |
4612 | #, c-format |
4613 | msgid "%s: attempt to rename spec '%s' to already defined spec '%s'" | |
4614 | msgstr "" | |
4615 | ||
a05e4fdb | 4616 | #: gcc.c:2119 |
5b7874aa ZW |
4617 | #, c-format |
4618 | msgid "rename spec %s to %s\n" | |
d51681a7 PT |
4619 | msgstr "" |
4620 | ||
a05e4fdb | 4621 | #: gcc.c:2121 |
5b7874aa ZW |
4622 | #, c-format |
4623 | msgid "" | |
4624 | "spec is '%s'\n" | |
4625 | "\n" | |
d51681a7 PT |
4626 | msgstr "" |
4627 | ||
a05e4fdb | 4628 | #: gcc.c:2134 |
5b7874aa ZW |
4629 | #, c-format |
4630 | msgid "specs unknown %% command after %ld characters" | |
d51681a7 PT |
4631 | msgstr "" |
4632 | ||
a05e4fdb | 4633 | #: gcc.c:2145 gcc.c:2158 |
5b7874aa ZW |
4634 | #, c-format |
4635 | msgid "specs file malformed after %ld characters" | |
d51681a7 PT |
4636 | msgstr "" |
4637 | ||
a05e4fdb | 4638 | #: gcc.c:2211 |
5b7874aa | 4639 | msgid "spec file has no spec for linking" |
d51681a7 PT |
4640 | msgstr "" |
4641 | ||
a05e4fdb | 4642 | #: gcc.c:2633 |
807ab1f2 JM |
4643 | #, c-format |
4644 | msgid "system path `%s' is not absolute" | |
4645 | msgstr "" | |
4646 | ||
a05e4fdb | 4647 | #: gcc.c:2696 |
5b7874aa | 4648 | msgid "-pipe not supported" |
d51681a7 PT |
4649 | msgstr "" |
4650 | ||
a05e4fdb | 4651 | #: gcc.c:2758 |
5b7874aa ZW |
4652 | msgid "" |
4653 | "\n" | |
4654 | "Go ahead? (y or n) " | |
d51681a7 PT |
4655 | msgstr "" |
4656 | ||
a05e4fdb | 4657 | #: gcc.c:2883 |
5b7874aa ZW |
4658 | #, c-format |
4659 | msgid "" | |
4660 | "Internal error: %s (program %s)\n" | |
4661 | "Please submit a full bug report.\n" | |
4662 | "See %s for instructions." | |
d51681a7 PT |
4663 | msgstr "" |
4664 | ||
a05e4fdb | 4665 | #: gcc.c:2901 |
5b7874aa ZW |
4666 | #, c-format |
4667 | msgid "# %s %.2f %.2f\n" | |
d51681a7 PT |
4668 | msgstr "" |
4669 | ||
a05e4fdb | 4670 | #: gcc.c:3031 |
5b7874aa ZW |
4671 | #, c-format |
4672 | msgid "Usage: %s [options] file...\n" | |
d51681a7 PT |
4673 | msgstr "" |
4674 | ||
a05e4fdb | 4675 | #: gcc.c:3032 |
5b7874aa | 4676 | msgid "Options:\n" |
d51681a7 PT |
4677 | msgstr "" |
4678 | ||
a05e4fdb | 4679 | #: gcc.c:3034 |
5b7874aa | 4680 | msgid " -pass-exit-codes Exit with highest error code from a phase\n" |
d51681a7 PT |
4681 | msgstr "" |
4682 | ||
a05e4fdb | 4683 | #: gcc.c:3035 |
5b7874aa | 4684 | msgid " --help Display this information\n" |
d51681a7 PT |
4685 | msgstr "" |
4686 | ||
a05e4fdb | 4687 | #: gcc.c:3036 |
5b7874aa ZW |
4688 | msgid "" |
4689 | " --target-help Display target specific command line options\n" | |
4690 | msgstr "" | |
d51681a7 | 4691 | |
a05e4fdb | 4692 | #: gcc.c:3038 |
5b7874aa | 4693 | msgid " (Use '-v --help' to display command line options of sub-processes)\n" |
d51681a7 PT |
4694 | msgstr "" |
4695 | ||
a05e4fdb | 4696 | #: gcc.c:3039 |
5b7874aa | 4697 | msgid " -dumpspecs Display all of the built in spec strings\n" |
d51681a7 PT |
4698 | msgstr "" |
4699 | ||
a05e4fdb | 4700 | #: gcc.c:3040 |
5b7874aa | 4701 | msgid " -dumpversion Display the version of the compiler\n" |
d51681a7 PT |
4702 | msgstr "" |
4703 | ||
a05e4fdb | 4704 | #: gcc.c:3041 |
5b7874aa | 4705 | msgid " -dumpmachine Display the compiler's target processor\n" |
d51681a7 PT |
4706 | msgstr "" |
4707 | ||
a05e4fdb | 4708 | #: gcc.c:3042 |
5b7874aa ZW |
4709 | msgid "" |
4710 | " -print-search-dirs Display the directories in the compiler's search " | |
4711 | "path\n" | |
d51681a7 PT |
4712 | msgstr "" |
4713 | ||
a05e4fdb | 4714 | #: gcc.c:3043 |
5b7874aa ZW |
4715 | msgid "" |
4716 | " -print-libgcc-file-name Display the name of the compiler's companion " | |
4717 | "library\n" | |
d51681a7 PT |
4718 | msgstr "" |
4719 | ||
a05e4fdb | 4720 | #: gcc.c:3044 |
5b7874aa | 4721 | msgid " -print-file-name=<lib> Display the full path to library <lib>\n" |
d51681a7 PT |
4722 | msgstr "" |
4723 | ||
a05e4fdb | 4724 | #: gcc.c:3045 |
5b7874aa ZW |
4725 | msgid "" |
4726 | " -print-prog-name=<prog> Display the full path to compiler component " | |
4727 | "<prog>\n" | |
d51681a7 PT |
4728 | msgstr "" |
4729 | ||
a05e4fdb | 4730 | #: gcc.c:3046 |
5b7874aa ZW |
4731 | msgid "" |
4732 | " -print-multi-directory Display the root directory for versions of " | |
4733 | "libgcc\n" | |
d51681a7 PT |
4734 | msgstr "" |
4735 | ||
a05e4fdb | 4736 | #: gcc.c:3047 |
5b7874aa ZW |
4737 | msgid "" |
4738 | " -print-multi-lib Display the mapping between command line options " | |
4739 | "and\n" | |
4740 | " multiple library search directories\n" | |
d51681a7 PT |
4741 | msgstr "" |
4742 | ||
a05e4fdb | 4743 | #: gcc.c:3050 |
a47a6810 JM |
4744 | msgid " -print-multi-os-directory Display the relative path to OS libraries\n" |
4745 | msgstr "" | |
4746 | ||
a05e4fdb | 4747 | #: gcc.c:3051 |
5b7874aa ZW |
4748 | msgid "" |
4749 | " -Wa,<options> Pass comma-separated <options> on to the " | |
4750 | "assembler\n" | |
d51681a7 PT |
4751 | msgstr "" |
4752 | ||
a05e4fdb | 4753 | #: gcc.c:3052 |
5b7874aa ZW |
4754 | msgid "" |
4755 | " -Wp,<options> Pass comma-separated <options> on to the " | |
4756 | "preprocessor\n" | |
d51681a7 PT |
4757 | msgstr "" |
4758 | ||
a05e4fdb | 4759 | #: gcc.c:3053 |
5b7874aa ZW |
4760 | msgid "" |
4761 | " -Wl,<options> Pass comma-separated <options> on to the linker\n" | |
d51681a7 PT |
4762 | msgstr "" |
4763 | ||
a05e4fdb | 4764 | #: gcc.c:3054 |
a47a6810 JM |
4765 | msgid " -Xassembler <arg> Pass <arg> on to the assembler\n" |
4766 | msgstr "" | |
4767 | ||
a05e4fdb | 4768 | #: gcc.c:3055 |
a47a6810 JM |
4769 | msgid " -Xpreprocessor <arg> Pass <arg> on to the preprocessor\n" |
4770 | msgstr "" | |
4771 | ||
a05e4fdb | 4772 | #: gcc.c:3056 |
5b7874aa | 4773 | msgid " -Xlinker <arg> Pass <arg> on to the linker\n" |
d51681a7 PT |
4774 | msgstr "" |
4775 | ||
a05e4fdb | 4776 | #: gcc.c:3057 |
b1b51268 JM |
4777 | msgid "" |
4778 | " -combine Pass multiple source files to compiler at once\n" | |
4779 | msgstr "" | |
4780 | ||
a05e4fdb | 4781 | #: gcc.c:3058 |
5b7874aa | 4782 | msgid " -save-temps Do not delete intermediate files\n" |
d51681a7 PT |
4783 | msgstr "" |
4784 | ||
a05e4fdb | 4785 | #: gcc.c:3059 |
5b7874aa | 4786 | msgid " -pipe Use pipes rather than intermediate files\n" |
d51681a7 PT |
4787 | msgstr "" |
4788 | ||
a05e4fdb | 4789 | #: gcc.c:3060 |
5b7874aa | 4790 | msgid " -time Time the execution of each subprocess\n" |
d51681a7 PT |
4791 | msgstr "" |
4792 | ||
a05e4fdb | 4793 | #: gcc.c:3061 |
5b7874aa | 4794 | msgid "" |
b0287a90 | 4795 | " -specs=<file> Override built-in specs with the contents of " |
5b7874aa | 4796 | "<file>\n" |
d51681a7 PT |
4797 | msgstr "" |
4798 | ||
a05e4fdb | 4799 | #: gcc.c:3062 |
5b7874aa ZW |
4800 | msgid "" |
4801 | " -std=<standard> Assume that the input sources are for <standard>\n" | |
d51681a7 PT |
4802 | msgstr "" |
4803 | ||
a05e4fdb | 4804 | #: gcc.c:3063 |
5b7874aa ZW |
4805 | msgid "" |
4806 | " -B <directory> Add <directory> to the compiler's search paths\n" | |
d51681a7 PT |
4807 | msgstr "" |
4808 | ||
a05e4fdb | 4809 | #: gcc.c:3064 |
5b7874aa | 4810 | msgid " -b <machine> Run gcc for target <machine>, if installed\n" |
d51681a7 PT |
4811 | msgstr "" |
4812 | ||
a05e4fdb | 4813 | #: gcc.c:3065 |
5b7874aa ZW |
4814 | msgid "" |
4815 | " -V <version> Run gcc version number <version>, if installed\n" | |
d51681a7 PT |
4816 | msgstr "" |
4817 | ||
a05e4fdb | 4818 | #: gcc.c:3066 |
5b7874aa ZW |
4819 | msgid "" |
4820 | " -v Display the programs invoked by the compiler\n" | |
d51681a7 PT |
4821 | msgstr "" |
4822 | ||
a05e4fdb | 4823 | #: gcc.c:3067 |
1737c953 JM |
4824 | msgid "" |
4825 | " -### Like -v but options quoted and commands not " | |
4826 | "executed\n" | |
4827 | msgstr "" | |
4828 | ||
a05e4fdb | 4829 | #: gcc.c:3068 |
5b7874aa ZW |
4830 | msgid "" |
4831 | " -E Preprocess only; do not compile, assemble or " | |
4832 | "link\n" | |
d51681a7 PT |
4833 | msgstr "" |
4834 | ||
a05e4fdb | 4835 | #: gcc.c:3069 |
5b7874aa | 4836 | msgid " -S Compile only; do not assemble or link\n" |
d51681a7 PT |
4837 | msgstr "" |
4838 | ||
a05e4fdb | 4839 | #: gcc.c:3070 |
5b7874aa | 4840 | msgid " -c Compile and assemble, but do not link\n" |
d51681a7 PT |
4841 | msgstr "" |
4842 | ||
a05e4fdb | 4843 | #: gcc.c:3071 |
5b7874aa | 4844 | msgid " -o <file> Place the output into <file>\n" |
d51681a7 PT |
4845 | msgstr "" |
4846 | ||
a05e4fdb | 4847 | #: gcc.c:3072 |
5b7874aa ZW |
4848 | msgid "" |
4849 | " -x <language> Specify the language of the following input " | |
4850 | "files\n" | |
b97e55da | 4851 | " Permissible languages include: c c++ assembler " |
5b7874aa | 4852 | "none\n" |
1737c953 | 4853 | " 'none' means revert to the default behavior of\n" |
5b7874aa ZW |
4854 | " guessing the language based on the file's " |
4855 | "extension\n" | |
d51681a7 PT |
4856 | msgstr "" |
4857 | ||
a05e4fdb | 4858 | #: gcc.c:3079 |
5b7874aa ZW |
4859 | #, c-format |
4860 | msgid "" | |
4861 | "\n" | |
4862 | "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n" | |
4863 | " passed on to the various sub-processes invoked by %s. In order to pass\n" | |
4864 | " other options on to these processes the -W<letter> options must be used.\n" | |
d51681a7 PT |
4865 | msgstr "" |
4866 | ||
a05e4fdb | 4867 | #: gcc.c:3199 |
a47a6810 JM |
4868 | #, c-format |
4869 | msgid "`-%c' option must have argument" | |
4870 | msgstr "" | |
4871 | ||
a05e4fdb | 4872 | #: gcc.c:3221 |
a47a6810 JM |
4873 | #, c-format |
4874 | msgid "couldn't run `%s': %s" | |
4875 | msgstr "" | |
4876 | ||
9d967a7e | 4877 | #. translate_options () has turned --version into -fversion. |
a05e4fdb | 4878 | #: gcc.c:3406 |
9d967a7e ZW |
4879 | #, c-format |
4880 | msgid "%s (GCC) %s\n" | |
4881 | msgstr "" | |
4882 | ||
de104104 | 4883 | #: gcc.c:3408 gcov.c:412 java/gjavah.c:2326 java/jcf-dump.c:916 |
d5706a1e | 4884 | #: java/jv-scan.c:128 |
b1b51268 JM |
4885 | msgid "(C)" |
4886 | msgstr "" | |
4887 | ||
d5706a1e | 4888 | #: gcc.c:3409 java/gjavah.c:2327 java/jcf-dump.c:917 java/jv-scan.c:129 |
9d967a7e ZW |
4889 | msgid "" |
4890 | "This is free software; see the source for copying conditions. There is NO\n" | |
4891 | "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" | |
4892 | "\n" | |
4893 | msgstr "" | |
4894 | ||
a05e4fdb | 4895 | #: gcc.c:3510 |
5b7874aa | 4896 | msgid "argument to `-Xlinker' is missing" |
d51681a7 PT |
4897 | msgstr "" |
4898 | ||
a05e4fdb | 4899 | #: gcc.c:3518 |
a47a6810 | 4900 | msgid "argument to `-Xpreprocessor' is missing" |
4ba01ed2 PT |
4901 | msgstr "" |
4902 | ||
a05e4fdb | 4903 | #: gcc.c:3525 |
a47a6810 | 4904 | msgid "argument to `-Xassembler' is missing" |
d51681a7 PT |
4905 | msgstr "" |
4906 | ||
a05e4fdb | 4907 | #: gcc.c:3532 |
a47a6810 | 4908 | msgid "argument to `-l' is missing" |
d51681a7 PT |
4909 | msgstr "" |
4910 | ||
a05e4fdb | 4911 | #: gcc.c:3553 |
a47a6810 | 4912 | msgid "argument to `-specs' is missing" |
d51681a7 PT |
4913 | msgstr "" |
4914 | ||
a05e4fdb | 4915 | #: gcc.c:3567 |
a47a6810 | 4916 | msgid "argument to `-specs=' is missing" |
d51681a7 PT |
4917 | msgstr "" |
4918 | ||
a05e4fdb | 4919 | #: gcc.c:3604 |
a47a6810 JM |
4920 | #, c-format |
4921 | msgid "`-%c' must come at the start of the command line" | |
d51681a7 PT |
4922 | msgstr "" |
4923 | ||
a05e4fdb | 4924 | #: gcc.c:3613 |
a47a6810 | 4925 | msgid "argument to `-B' is missing" |
d51681a7 PT |
4926 | msgstr "" |
4927 | ||
a05e4fdb | 4928 | #: gcc.c:3786 |
1737c953 | 4929 | msgid "warning: -pipe ignored because -save-temps specified" |
d51681a7 PT |
4930 | msgstr "" |
4931 | ||
a05e4fdb | 4932 | #: gcc.c:3790 |
1737c953 | 4933 | msgid "warning: -pipe ignored because -time specified" |
d51681a7 PT |
4934 | msgstr "" |
4935 | ||
a05e4fdb | 4936 | #: gcc.c:4002 |
5b7874aa | 4937 | msgid "argument to `-x' is missing" |
d51681a7 PT |
4938 | msgstr "" |
4939 | ||
a05e4fdb | 4940 | #: gcc.c:4030 |
9e620082 | 4941 | #, c-format |
5b7874aa | 4942 | msgid "argument to `-%s' is missing" |
d51681a7 PT |
4943 | msgstr "" |
4944 | ||
a05e4fdb | 4945 | #: gcc.c:4091 |
5b7874aa | 4946 | #, c-format |
1737c953 | 4947 | msgid "warning: `-x %s' after last input file has no effect" |
d51681a7 PT |
4948 | msgstr "" |
4949 | ||
a05e4fdb | 4950 | #: gcc.c:4368 |
807ab1f2 JM |
4951 | #, c-format |
4952 | msgid "switch '%s' does not start with '-'" | |
4953 | msgstr "" | |
4954 | ||
a05e4fdb | 4955 | #: gcc.c:4595 |
807ab1f2 JM |
4956 | #, c-format |
4957 | msgid "spec '%s' invalid" | |
d51681a7 PT |
4958 | msgstr "" |
4959 | ||
a05e4fdb | 4960 | #: gcc.c:4661 |
5b7874aa ZW |
4961 | #, c-format |
4962 | msgid "%s\n" | |
d51681a7 PT |
4963 | msgstr "" |
4964 | ||
a05e4fdb | 4965 | #: gcc.c:4734 |
807ab1f2 JM |
4966 | #, c-format |
4967 | msgid "spec '%s' has invalid `%%0%c'" | |
4968 | msgstr "" | |
4969 | ||
a05e4fdb | 4970 | #: gcc.c:4931 |
807ab1f2 JM |
4971 | #, c-format |
4972 | msgid "spec `%s' has invalid `%%W%c" | |
4973 | msgstr "" | |
4974 | ||
a05e4fdb | 4975 | #: gcc.c:4962 |
807ab1f2 JM |
4976 | #, c-format |
4977 | msgid "spec `%s' has invalid `%%x%c'" | |
4978 | msgstr "" | |
4979 | ||
5b7874aa | 4980 | #. Catch the case where a spec string contains something like |
de104104 | 4981 | #. '%{foo:%*}'. i.e. there is no * in the pattern on the left |
5b7874aa | 4982 | #. hand side of the :. |
a05e4fdb | 4983 | #: gcc.c:5174 |
5b7874aa | 4984 | #, c-format |
1737c953 | 4985 | msgid "spec failure: '%%*' has not been initialized by pattern match" |
d51681a7 PT |
4986 | msgstr "" |
4987 | ||
a05e4fdb | 4988 | #: gcc.c:5183 |
5b7874aa | 4989 | #, c-format |
1737c953 | 4990 | msgid "warning: use of obsolete %%[ operator in specs" |
d51681a7 PT |
4991 | msgstr "" |
4992 | ||
a05e4fdb | 4993 | #: gcc.c:5201 |
9e620082 | 4994 | #, c-format |
5b7874aa | 4995 | msgid "Processing spec %c%s%c, which is '%s'\n" |
d51681a7 PT |
4996 | msgstr "" |
4997 | ||
a05e4fdb | 4998 | #: gcc.c:5264 |
9e620082 | 4999 | #, c-format |
1737c953 | 5000 | msgid "spec failure: unrecognized spec option '%c'" |
d51681a7 PT |
5001 | msgstr "" |
5002 | ||
a05e4fdb | 5003 | #: gcc.c:5343 |
a47a6810 JM |
5004 | #, c-format |
5005 | msgid "unknown spec function `%s'" | |
5006 | msgstr "" | |
5007 | ||
a05e4fdb | 5008 | #: gcc.c:5362 |
a47a6810 JM |
5009 | #, c-format |
5010 | msgid "error in args to spec function `%s'" | |
5011 | msgstr "" | |
5012 | ||
a05e4fdb | 5013 | #: gcc.c:5410 |
a47a6810 | 5014 | msgid "malformed spec function name" |
d51681a7 PT |
5015 | msgstr "" |
5016 | ||
a47a6810 | 5017 | #. ) |
a05e4fdb | 5018 | #: gcc.c:5413 |
a47a6810 JM |
5019 | msgid "no arguments for spec function" |
5020 | msgstr "" | |
5021 | ||
a05e4fdb | 5022 | #: gcc.c:5432 |
a47a6810 JM |
5023 | msgid "malformed spec function arguments" |
5024 | msgstr "" | |
5025 | ||
a05e4fdb | 5026 | #: gcc.c:5655 |
807ab1f2 JM |
5027 | #, c-format |
5028 | msgid "braced spec `%s' is invalid at `%c'" | |
5029 | msgstr "" | |
5030 | ||
a05e4fdb | 5031 | #: gcc.c:5743 |
807ab1f2 JM |
5032 | #, c-format |
5033 | msgid "braced spec body `%s' is invalid" | |
5034 | msgstr "" | |
5035 | ||
a05e4fdb | 5036 | #: gcc.c:6169 |
b97e55da JM |
5037 | msgid "spec failure: more than one arg to SYSROOT_SUFFIX_SPEC." |
5038 | msgstr "" | |
5039 | ||
a05e4fdb | 5040 | #: gcc.c:6179 |
b97e55da JM |
5041 | msgid "spec failure: more than one arg to SYSROOT_HEADERS_SUFFIX_SPEC." |
5042 | msgstr "" | |
5043 | ||
a05e4fdb | 5044 | #: gcc.c:6272 |
d51681a7 | 5045 | #, c-format |
5b7874aa | 5046 | msgid "unrecognized option `-%s'" |
d51681a7 PT |
5047 | msgstr "" |
5048 | ||
a05e4fdb | 5049 | #: gcc.c:6278 |
5b7874aa ZW |
5050 | #, c-format |
5051 | msgid "install: %s%s\n" | |
d51681a7 PT |
5052 | msgstr "" |
5053 | ||
a05e4fdb | 5054 | #: gcc.c:6279 |
5b7874aa ZW |
5055 | #, c-format |
5056 | msgid "programs: %s\n" | |
d51681a7 PT |
5057 | msgstr "" |
5058 | ||
a05e4fdb | 5059 | #: gcc.c:6280 |
5b7874aa ZW |
5060 | #, c-format |
5061 | msgid "libraries: %s\n" | |
d51681a7 PT |
5062 | msgstr "" |
5063 | ||
a05e4fdb | 5064 | #: gcc.c:6337 |
5b7874aa ZW |
5065 | msgid "" |
5066 | "\n" | |
5067 | "For bug reporting instructions, please see:\n" | |
d51681a7 PT |
5068 | msgstr "" |
5069 | ||
a05e4fdb | 5070 | #: gcc.c:6353 |
5b7874aa ZW |
5071 | #, c-format |
5072 | msgid "Configured with: %s\n" | |
d51681a7 PT |
5073 | msgstr "" |
5074 | ||
a05e4fdb | 5075 | #: gcc.c:6367 |
9e620082 | 5076 | #, c-format |
5b7874aa | 5077 | msgid "Thread model: %s\n" |
d51681a7 PT |
5078 | msgstr "" |
5079 | ||
a05e4fdb | 5080 | #: gcc.c:6378 |
5b7874aa ZW |
5081 | #, c-format |
5082 | msgid "gcc version %s\n" | |
d51681a7 PT |
5083 | msgstr "" |
5084 | ||
a05e4fdb | 5085 | #: gcc.c:6380 |
5b7874aa ZW |
5086 | #, c-format |
5087 | msgid "gcc driver version %s executing gcc version %s\n" | |
d51681a7 PT |
5088 | msgstr "" |
5089 | ||
a05e4fdb | 5090 | #: gcc.c:6388 |
1737c953 | 5091 | msgid "no input files" |
d51681a7 PT |
5092 | msgstr "" |
5093 | ||
a05e4fdb | 5094 | #: gcc.c:6459 gcc.c:6522 |
5b7874aa | 5095 | #, c-format |
b1b51268 | 5096 | msgid "%s: %s compiler not installed on this system" |
d51681a7 PT |
5097 | msgstr "" |
5098 | ||
a05e4fdb | 5099 | #: gcc.c:6468 |
807ab1f2 JM |
5100 | #, c-format |
5101 | msgid "spec `%s' is invalid" | |
5102 | msgstr "" | |
5103 | ||
a05e4fdb | 5104 | #: gcc.c:6605 |
5b7874aa | 5105 | #, c-format |
b1b51268 | 5106 | msgid "%s: linker input file unused because linking not done" |
d51681a7 PT |
5107 | msgstr "" |
5108 | ||
a05e4fdb | 5109 | #: gcc.c:6645 |
9e620082 | 5110 | #, c-format |
5b7874aa | 5111 | msgid "language %s not recognized" |
d51681a7 PT |
5112 | msgstr "" |
5113 | ||
a05e4fdb | 5114 | #: gcc.c:6716 |
807ab1f2 JM |
5115 | #, c-format |
5116 | msgid "%s: %s" | |
5117 | msgstr "" | |
5118 | ||
a05e4fdb | 5119 | #: gcc.c:6936 |
807ab1f2 JM |
5120 | #, c-format |
5121 | msgid "multilib spec `%s' is invalid" | |
d51681a7 PT |
5122 | msgstr "" |
5123 | ||
a05e4fdb | 5124 | #: gcc.c:7128 |
807ab1f2 JM |
5125 | #, c-format |
5126 | msgid "multilib exclusions `%s' is invalid" | |
d51681a7 PT |
5127 | msgstr "" |
5128 | ||
a05e4fdb | 5129 | #: gcc.c:7186 gcc.c:7327 |
807ab1f2 JM |
5130 | #, c-format |
5131 | msgid "multilib select `%s' is invalid" | |
5132 | msgstr "" | |
5133 | ||
a05e4fdb | 5134 | #: gcc.c:7365 |
807ab1f2 JM |
5135 | #, c-format |
5136 | msgid "multilib exclusion `%s' is invalid" | |
5137 | msgstr "" | |
5138 | ||
5139 | #: gcov.c:385 | |
1737c953 JM |
5140 | msgid "" |
5141 | "Usage: gcov [OPTION]... SOURCEFILE\n" | |
5142 | "\n" | |
5143 | msgstr "" | |
5144 | ||
807ab1f2 | 5145 | #: gcov.c:386 |
1737c953 JM |
5146 | msgid "" |
5147 | "Print code coverage information.\n" | |
5148 | "\n" | |
5149 | msgstr "" | |
5150 | ||
807ab1f2 | 5151 | #: gcov.c:387 |
1737c953 JM |
5152 | msgid " -h, --help Print this help, then exit\n" |
5153 | msgstr "" | |
5154 | ||
807ab1f2 | 5155 | #: gcov.c:388 |
1737c953 | 5156 | msgid " -v, --version Print version number, then exit\n" |
d51681a7 PT |
5157 | msgstr "" |
5158 | ||
807ab1f2 | 5159 | #: gcov.c:389 |
b97e55da JM |
5160 | msgid "" |
5161 | " -a, --all-blocks Show information for every basic block\n" | |
5162 | msgstr "" | |
5163 | ||
807ab1f2 | 5164 | #: gcov.c:390 |
1737c953 JM |
5165 | msgid "" |
5166 | " -b, --branch-probabilities Include branch probabilities in output\n" | |
5167 | msgstr "" | |
5168 | ||
807ab1f2 | 5169 | #: gcov.c:391 |
1737c953 JM |
5170 | msgid "" |
5171 | " -c, --branch-counts Given counts of branches taken\n" | |
5172 | " rather than percentages\n" | |
5173 | msgstr "" | |
5174 | ||
807ab1f2 | 5175 | #: gcov.c:393 |
1737c953 JM |
5176 | msgid " -n, --no-output Do not create an output file\n" |
5177 | msgstr "" | |
5178 | ||
807ab1f2 | 5179 | #: gcov.c:394 |
1737c953 JM |
5180 | msgid "" |
5181 | " -l, --long-file-names Use long output file names for included\n" | |
5182 | " source files\n" | |
5183 | msgstr "" | |
5184 | ||
807ab1f2 | 5185 | #: gcov.c:396 |
1737c953 JM |
5186 | msgid " -f, --function-summaries Output summaries for each function\n" |
5187 | msgstr "" | |
5188 | ||
807ab1f2 | 5189 | #: gcov.c:397 |
a47a6810 JM |
5190 | msgid "" |
5191 | " -o, --object-directory DIR|FILE Search for object files in DIR or called " | |
5192 | "FILE\n" | |
5193 | msgstr "" | |
5194 | ||
807ab1f2 | 5195 | #: gcov.c:398 |
a47a6810 | 5196 | msgid " -p, --preserve-paths Preserve all pathname components\n" |
1737c953 JM |
5197 | msgstr "" |
5198 | ||
807ab1f2 | 5199 | #: gcov.c:399 |
b97e55da JM |
5200 | msgid "" |
5201 | " -u, --unconditional-branches Show unconditional branch counts too\n" | |
5202 | msgstr "" | |
5203 | ||
807ab1f2 | 5204 | #: gcov.c:400 |
1737c953 JM |
5205 | #, c-format |
5206 | msgid "" | |
5207 | "\n" | |
5208 | "For bug reporting instructions, please see:\n" | |
5209 | "%s.\n" | |
5210 | msgstr "" | |
5211 | ||
807ab1f2 | 5212 | #: gcov.c:410 |
1737c953 | 5213 | #, c-format |
b97e55da JM |
5214 | msgid "gcov (GCC) %s\n" |
5215 | msgstr "" | |
5216 | ||
807ab1f2 | 5217 | #: gcov.c:414 |
b97e55da JM |
5218 | msgid "" |
5219 | "This is free software; see the source for copying conditions.\n" | |
5220 | "There is NO warranty; not even for MERCHANTABILITY or \n" | |
5221 | "FITNESS FOR A PARTICULAR PURPOSE.\n" | |
5222 | "\n" | |
1737c953 JM |
5223 | msgstr "" |
5224 | ||
807ab1f2 | 5225 | #: gcov.c:504 |
a47a6810 JM |
5226 | #, c-format |
5227 | msgid "%s:no functions found\n" | |
1737c953 JM |
5228 | msgstr "" |
5229 | ||
807ab1f2 | 5230 | #: gcov.c:525 gcov.c:553 |
a47a6810 | 5231 | msgid "\n" |
d51681a7 PT |
5232 | msgstr "" |
5233 | ||
807ab1f2 | 5234 | #: gcov.c:540 |
9e620082 | 5235 | #, c-format |
a47a6810 | 5236 | msgid "%s:creating `%s'\n" |
d51681a7 PT |
5237 | msgstr "" |
5238 | ||
807ab1f2 | 5239 | #: gcov.c:544 |
a47a6810 JM |
5240 | #, c-format |
5241 | msgid "%s:error writing output file `%s'\n" | |
d51681a7 PT |
5242 | msgstr "" |
5243 | ||
807ab1f2 | 5244 | #: gcov.c:549 |
5b7874aa | 5245 | #, c-format |
a47a6810 | 5246 | msgid "%s:could not open output file `%s'\n" |
d51681a7 PT |
5247 | msgstr "" |
5248 | ||
807ab1f2 | 5249 | #: gcov.c:700 |
5b7874aa | 5250 | #, c-format |
a47a6810 | 5251 | msgid "%s:cannot open graph file\n" |
d51681a7 PT |
5252 | msgstr "" |
5253 | ||
807ab1f2 | 5254 | #: gcov.c:706 |
a47a6810 JM |
5255 | #, c-format |
5256 | msgid "%s:not a gcov graph file\n" | |
d51681a7 PT |
5257 | msgstr "" |
5258 | ||
807ab1f2 | 5259 | #: gcov.c:719 |
a47a6810 JM |
5260 | #, c-format |
5261 | msgid "%s:version `%.4s', prefer `%.4s'\n" | |
d51681a7 PT |
5262 | msgstr "" |
5263 | ||
807ab1f2 | 5264 | #: gcov.c:771 |
5b7874aa | 5265 | #, c-format |
a47a6810 | 5266 | msgid "%s:already seen blocks for `%s'\n" |
d51681a7 PT |
5267 | msgstr "" |
5268 | ||
807ab1f2 | 5269 | #: gcov.c:889 gcov.c:1045 |
9e620082 | 5270 | #, c-format |
a47a6810 | 5271 | msgid "%s:corrupted\n" |
d51681a7 PT |
5272 | msgstr "" |
5273 | ||
807ab1f2 | 5274 | #: gcov.c:963 |
5b7874aa | 5275 | #, c-format |
a47a6810 | 5276 | msgid "%s:cannot open data file\n" |
d51681a7 PT |
5277 | msgstr "" |
5278 | ||
807ab1f2 | 5279 | #: gcov.c:968 |
5b7874aa | 5280 | #, c-format |
a47a6810 | 5281 | msgid "%s:not a gcov data file\n" |
d51681a7 PT |
5282 | msgstr "" |
5283 | ||
807ab1f2 | 5284 | #: gcov.c:981 |
5b7874aa | 5285 | #, c-format |
a47a6810 | 5286 | msgid "%s:version `%.4s', prefer version `%.4s'\n" |
d51681a7 PT |
5287 | msgstr "" |
5288 | ||
807ab1f2 | 5289 | #: gcov.c:987 |
b97e55da JM |
5290 | #, c-format |
5291 | msgid "%s:stamp mismatch with graph file\n" | |
5292 | msgstr "" | |
5293 | ||
807ab1f2 | 5294 | #: gcov.c:1013 |
5b7874aa | 5295 | #, c-format |
b97e55da | 5296 | msgid "%s:unknown function `%u'\n" |
d51681a7 PT |
5297 | msgstr "" |
5298 | ||
807ab1f2 | 5299 | #: gcov.c:1026 |
5b7874aa | 5300 | #, c-format |
a47a6810 | 5301 | msgid "%s:profile mismatch for `%s'\n" |
d51681a7 PT |
5302 | msgstr "" |
5303 | ||
807ab1f2 | 5304 | #: gcov.c:1045 |
b97e55da JM |
5305 | #, c-format |
5306 | msgid "%s:overflowed\n" | |
5307 | msgstr "" | |
5308 | ||
807ab1f2 | 5309 | #: gcov.c:1069 |
9e620082 | 5310 | #, c-format |
a47a6810 | 5311 | msgid "%s:`%s' lacks entry and/or exit blocks\n" |
d51681a7 PT |
5312 | msgstr "" |
5313 | ||
807ab1f2 | 5314 | #: gcov.c:1074 |
9e620082 | 5315 | #, c-format |
a47a6810 | 5316 | msgid "%s:`%s' has arcs to entry block\n" |
d51681a7 PT |
5317 | msgstr "" |
5318 | ||
807ab1f2 | 5319 | #: gcov.c:1082 |
9e620082 | 5320 | #, c-format |
a47a6810 | 5321 | msgid "%s:`%s' has arcs from exit block\n" |
d51681a7 PT |
5322 | msgstr "" |
5323 | ||
807ab1f2 | 5324 | #: gcov.c:1290 |
9e620082 | 5325 | #, c-format |
a47a6810 | 5326 | msgid "%s:graph is unsolvable for `%s'\n" |
d51681a7 PT |
5327 | msgstr "" |
5328 | ||
807ab1f2 | 5329 | #: gcov.c:1370 |
9e620082 | 5330 | #, c-format |
a47a6810 | 5331 | msgid "%s `%s'\n" |
d51681a7 PT |
5332 | msgstr "" |
5333 | ||
807ab1f2 | 5334 | #: gcov.c:1373 |
5b7874aa | 5335 | #, c-format |
a47a6810 | 5336 | msgid "Lines executed:%s of %d\n" |
d51681a7 PT |
5337 | msgstr "" |
5338 | ||
807ab1f2 JM |
5339 | #: gcov.c:1377 |
5340 | msgid "No executable lines\n" | |
d51681a7 PT |
5341 | msgstr "" |
5342 | ||
807ab1f2 | 5343 | #: gcov.c:1383 |
5b7874aa | 5344 | #, c-format |
a47a6810 | 5345 | msgid "Branches executed:%s of %d\n" |
d51681a7 PT |
5346 | msgstr "" |
5347 | ||
807ab1f2 | 5348 | #: gcov.c:1387 |
5b7874aa | 5349 | #, c-format |
a47a6810 | 5350 | msgid "Taken at least once:%s of %d\n" |
d51681a7 PT |
5351 | msgstr "" |
5352 | ||
807ab1f2 | 5353 | #: gcov.c:1393 |
a47a6810 | 5354 | msgid "No branches\n" |
d51681a7 PT |
5355 | msgstr "" |
5356 | ||
807ab1f2 | 5357 | #: gcov.c:1395 |
5b7874aa | 5358 | #, c-format |
a47a6810 | 5359 | msgid "Calls executed:%s of %d\n" |
d51681a7 PT |
5360 | msgstr "" |
5361 | ||
807ab1f2 | 5362 | #: gcov.c:1399 |
a47a6810 | 5363 | msgid "No calls\n" |
4ba01ed2 PT |
5364 | msgstr "" |
5365 | ||
807ab1f2 | 5366 | #: gcov.c:1540 |
5b7874aa | 5367 | #, c-format |
a47a6810 | 5368 | msgid "%s:no lines for `%s'\n" |
4ba01ed2 PT |
5369 | msgstr "" |
5370 | ||
807ab1f2 | 5371 | #: gcov.c:1735 |
5b7874aa | 5372 | #, c-format |
b97e55da | 5373 | msgid "call %2d returned %s\n" |
d51681a7 PT |
5374 | msgstr "" |
5375 | ||
807ab1f2 | 5376 | #: gcov.c:1740 |
5b7874aa | 5377 | #, c-format |
b97e55da | 5378 | msgid "call %2d never executed\n" |
d51681a7 PT |
5379 | msgstr "" |
5380 | ||
807ab1f2 | 5381 | #: gcov.c:1745 |
5b7874aa | 5382 | #, c-format |
b97e55da | 5383 | msgid "branch %2d taken %s%s\n" |
d51681a7 PT |
5384 | msgstr "" |
5385 | ||
807ab1f2 | 5386 | #: gcov.c:1749 |
5b7874aa | 5387 | #, c-format |
b97e55da | 5388 | msgid "branch %2d never executed\n" |
d51681a7 PT |
5389 | msgstr "" |
5390 | ||
807ab1f2 | 5391 | #: gcov.c:1754 |
5b7874aa | 5392 | #, c-format |
b97e55da | 5393 | msgid "unconditional %2d taken %s\n" |
d51681a7 PT |
5394 | msgstr "" |
5395 | ||
807ab1f2 | 5396 | #: gcov.c:1757 |
5b7874aa | 5397 | #, c-format |
b97e55da | 5398 | msgid "unconditional %2d never executed\n" |
d51681a7 PT |
5399 | msgstr "" |
5400 | ||
807ab1f2 | 5401 | #: gcov.c:1789 |
5b7874aa | 5402 | #, c-format |
b97e55da | 5403 | msgid "%s:cannot open source file\n" |
d51681a7 PT |
5404 | msgstr "" |
5405 | ||
807ab1f2 | 5406 | #: gcov.c:1799 |
5b7874aa | 5407 | #, c-format |
b97e55da JM |
5408 | msgid "%s:source file is newer than graph file `%s'\n" |
5409 | msgstr "" | |
5410 | ||
5411 | #. Return if there's nothing to do, or it is too expensive. | |
807ab1f2 | 5412 | #: gcse.c:711 |
b97e55da JM |
5413 | msgid "GCSE disabled" |
5414 | msgstr "" | |
5415 | ||
01b84e13 | 5416 | #. Return if there's nothing to do, or it is too expensive. |
de104104 | 5417 | #: gcse.c:6567 |
b97e55da | 5418 | msgid "jump bypassing disabled" |
d51681a7 PT |
5419 | msgstr "" |
5420 | ||
de104104 | 5421 | #: gcse.c:6628 |
5b7874aa | 5422 | #, c-format |
b97e55da | 5423 | msgid "%s: %d basic blocks and %d edges/basic block" |
d51681a7 PT |
5424 | msgstr "" |
5425 | ||
de104104 | 5426 | #: gcse.c:6641 |
d9b2742a | 5427 | #, c-format |
b97e55da | 5428 | msgid "%s: %d basic blocks and %d registers" |
d9b2742a ZW |
5429 | msgstr "" |
5430 | ||
807ab1f2 | 5431 | #: ggc-common.c:397 ggc-common.c:405 ggc-common.c:473 ggc-common.c:494 |
de104104 | 5432 | #: ggc-page.c:2203 ggc-page.c:2235 ggc-page.c:2242 ggc-zone.c:1582 |
807ab1f2 | 5433 | #: ggc-zone.c:1588 ggc-zone.c:1597 |
b97e55da JM |
5434 | #, c-format |
5435 | msgid "can't write PCH file: %m" | |
5436 | msgstr "" | |
5437 | ||
807ab1f2 | 5438 | #: ggc-common.c:487 |
b97e55da JM |
5439 | #, c-format |
5440 | msgid "can't get position in PCH file: %m" | |
5441 | msgstr "" | |
5442 | ||
807ab1f2 | 5443 | #: ggc-common.c:497 |
b97e55da JM |
5444 | #, c-format |
5445 | msgid "can't write padding to PCH file: %m" | |
5446 | msgstr "" | |
5447 | ||
807ab1f2 | 5448 | #: ggc-common.c:550 ggc-common.c:558 ggc-common.c:565 ggc-common.c:568 |
de104104 | 5449 | #: ggc-common.c:578 ggc-common.c:581 ggc-page.c:2329 ggc-zone.c:1607 |
b97e55da JM |
5450 | #, c-format |
5451 | msgid "can't read PCH file: %m" | |
5452 | msgstr "" | |
5453 | ||
807ab1f2 | 5454 | #: ggc-common.c:573 |
b97e55da JM |
5455 | msgid "had to relocate PCH" |
5456 | msgstr "" | |
5457 | ||
de104104 | 5458 | #: ggc-page.c:1448 |
b97e55da JM |
5459 | #, c-format |
5460 | msgid "open /dev/zero: %m" | |
5461 | msgstr "" | |
5462 | ||
de104104 | 5463 | #: ggc-page.c:2220 ggc-page.c:2226 |
b97e55da JM |
5464 | msgid "can't write PCH file" |
5465 | msgstr "" | |
5466 | ||
807ab1f2 JM |
5467 | #: gimple-low.c:203 |
5468 | msgid "unexpected node" | |
5469 | msgstr "" | |
5470 | ||
de104104 | 5471 | #: gimplify.c:3163 |
b1b51268 JM |
5472 | #, c-format |
5473 | msgid "invalid lvalue in asm output %d" | |
5474 | msgstr "" | |
5475 | ||
de104104 | 5476 | #: gimplify.c:3211 |
b1b51268 JM |
5477 | #, c-format |
5478 | msgid "memory input %d is not directly addressable" | |
5479 | msgstr "" | |
5480 | ||
de104104 | 5481 | #: gimplify.c:4066 |
807ab1f2 JM |
5482 | msgid "gimplification failed" |
5483 | msgstr "" | |
5484 | ||
5485 | #: global.c:375 global.c:388 global.c:402 | |
01b84e13 JM |
5486 | #, c-format |
5487 | msgid "%s cannot be used in asm here" | |
5488 | msgstr "" | |
5489 | ||
d5706a1e | 5490 | #: graph.c:400 passes.c:131 java/jcf-parse.c:976 java/jcf-parse.c:1116 |
de104104 | 5491 | #: java/lex.c:1841 objc/objc-act.c:550 |
01b84e13 JM |
5492 | #, c-format |
5493 | msgid "can't open %s: %m" | |
b97e55da JM |
5494 | msgstr "" |
5495 | ||
807ab1f2 | 5496 | #: haifa-sched.c:183 |
b97e55da JM |
5497 | #, c-format |
5498 | msgid "fix_sched_param: unknown param: %s" | |
5499 | msgstr "" | |
5500 | ||
807ab1f2 JM |
5501 | #. Opening quotation mark. |
5502 | #: intl.c:58 | |
5503 | msgid "`" | |
a47a6810 JM |
5504 | msgstr "" |
5505 | ||
807ab1f2 | 5506 | #. Closing quotation mark. |
d5706a1e | 5507 | #: intl.c:61 /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15438 |
807ab1f2 | 5508 | msgid "'" |
a47a6810 JM |
5509 | msgstr "" |
5510 | ||
a05e4fdb JM |
5511 | #: langhooks.c:516 |
5512 | msgid "At top level:" | |
5513 | msgstr "" | |
5514 | ||
5515 | #: langhooks.c:521 | |
5516 | #, c-format | |
5517 | msgid "In member function %qs:" | |
5518 | msgstr "" | |
5519 | ||
5520 | #: langhooks.c:525 | |
5521 | #, c-format | |
5522 | msgid "In function %qs:" | |
5523 | msgstr "" | |
5524 | ||
b97e55da | 5525 | #. What to print when a switch has no documentation. |
807ab1f2 | 5526 | #: opts.c:89 |
b97e55da JM |
5527 | msgid "This switch lacks documentation" |
5528 | msgstr "" | |
5529 | ||
5530 | #. Eventually this should become a hard error IMO. | |
807ab1f2 | 5531 | #: opts.c:259 |
a47a6810 | 5532 | #, c-format |
b97e55da | 5533 | msgid "command line option \"%s\" is valid for %s but not for %s" |
a47a6810 JM |
5534 | msgstr "" |
5535 | ||
807ab1f2 | 5536 | #: opts.c:347 |
a47a6810 | 5537 | #, c-format |
b97e55da | 5538 | msgid "missing argument to \"%s\"" |
a47a6810 JM |
5539 | msgstr "" |
5540 | ||
807ab1f2 | 5541 | #: opts.c:357 |
a47a6810 | 5542 | #, c-format |
b97e55da | 5543 | msgid "argument to \"%s\" should be a non-negative integer" |
a47a6810 JM |
5544 | msgstr "" |
5545 | ||
807ab1f2 | 5546 | #: opts.c:417 |
a47a6810 | 5547 | #, c-format |
b97e55da | 5548 | msgid "unrecognized command line option \"%s\"" |
a47a6810 JM |
5549 | msgstr "" |
5550 | ||
807ab1f2 | 5551 | #: opts.c:627 |
b97e55da JM |
5552 | msgid "-Wuninitialized is not supported without -O" |
5553 | msgstr "" | |
5554 | ||
807ab1f2 | 5555 | #: opts.c:641 |
b1b51268 JM |
5556 | msgid "-freorder-blocks-and-partition does not work with exceptions" |
5557 | msgstr "" | |
5558 | ||
807ab1f2 JM |
5559 | #: opts.c:654 |
5560 | msgid "-freorder-blocks-and-partition does not work with -g (currently)" | |
5561 | msgstr "" | |
5562 | ||
5563 | #: opts.c:815 | |
a47a6810 | 5564 | #, c-format |
807ab1f2 | 5565 | msgid "structure alignment must be a small power of two, not %d" |
a47a6810 JM |
5566 | msgstr "" |
5567 | ||
807ab1f2 | 5568 | #: opts.c:878 |
a47a6810 | 5569 | #, c-format |
807ab1f2 | 5570 | msgid "unrecognised visibility value \"%s\"" |
b97e55da JM |
5571 | msgstr "" |
5572 | ||
807ab1f2 JM |
5573 | #: opts.c:930 |
5574 | #, c-format | |
5575 | msgid "unrecognized register name \"%s\"" | |
b1b51268 JM |
5576 | msgstr "" |
5577 | ||
807ab1f2 | 5578 | #: opts.c:950 |
b1b51268 | 5579 | #, c-format |
807ab1f2 | 5580 | msgid "unknown tls-model \"%s\"" |
b1b51268 JM |
5581 | msgstr "" |
5582 | ||
807ab1f2 | 5583 | #: opts.c:1025 |
a47a6810 | 5584 | #, c-format |
b97e55da | 5585 | msgid "%s: --param arguments should be of the form NAME=VALUE" |
a47a6810 JM |
5586 | msgstr "" |
5587 | ||
807ab1f2 | 5588 | #: opts.c:1030 |
a47a6810 | 5589 | #, c-format |
b97e55da JM |
5590 | msgid "invalid --param value `%s'" |
5591 | msgstr "" | |
5592 | ||
807ab1f2 | 5593 | #: opts.c:1126 |
b97e55da | 5594 | msgid "target system does not support debug output" |
a47a6810 JM |
5595 | msgstr "" |
5596 | ||
807ab1f2 | 5597 | #: opts.c:1133 |
a47a6810 | 5598 | #, c-format |
b97e55da | 5599 | msgid "debug format \"%s\" conflicts with prior selection" |
a47a6810 JM |
5600 | msgstr "" |
5601 | ||
807ab1f2 | 5602 | #: opts.c:1149 |
a47a6810 | 5603 | #, c-format |
b97e55da | 5604 | msgid "unrecognised debug output level \"%s\"" |
a47a6810 JM |
5605 | msgstr "" |
5606 | ||
807ab1f2 | 5607 | #: opts.c:1151 |
a47a6810 | 5608 | #, c-format |
b97e55da JM |
5609 | msgid "debug output level %s is too high" |
5610 | msgstr "" | |
5611 | ||
807ab1f2 | 5612 | #: opts.c:1170 |
b97e55da JM |
5613 | msgid "The following options are language-independent:\n" |
5614 | msgstr "" | |
5615 | ||
807ab1f2 | 5616 | #: opts.c:1177 |
b97e55da JM |
5617 | #, c-format |
5618 | msgid "" | |
5619 | "The %s front end recognizes the following options:\n" | |
5620 | "\n" | |
5621 | msgstr "" | |
5622 | ||
807ab1f2 | 5623 | #: opts.c:1191 |
b97e55da JM |
5624 | msgid "The --param option recognizes the following as parameters:\n" |
5625 | msgstr "" | |
5626 | ||
5627 | #. If we didn't find this parameter, issue an error message. | |
5628 | #: params.c:76 | |
5629 | #, c-format | |
a05e4fdb | 5630 | msgid "invalid parameter %qs" |
a47a6810 JM |
5631 | msgstr "" |
5632 | ||
de104104 | 5633 | #: passes.c:1260 |
b1b51268 JM |
5634 | msgid "" |
5635 | "branch target register load optimization is not intended to be run twice" | |
5636 | msgstr "" | |
5637 | ||
de104104 | 5638 | #: profile.c:284 |
b97e55da JM |
5639 | msgid "corrupted profile info: run_max * runs < sum_max" |
5640 | msgstr "" | |
5641 | ||
de104104 | 5642 | #: profile.c:290 |
b97e55da JM |
5643 | msgid "corrupted profile info: sum_all is smaller than sum_max" |
5644 | msgstr "" | |
5645 | ||
de104104 | 5646 | #: profile.c:335 |
b97e55da JM |
5647 | #, c-format |
5648 | msgid "corrupted profile info: edge from %i to %i exceeds maximal count" | |
5649 | msgstr "" | |
5650 | ||
de104104 | 5651 | #: profile.c:503 |
b97e55da JM |
5652 | #, c-format |
5653 | msgid "" | |
5654 | "corrupted profile info: number of iterations for basic block %d thought to " | |
5655 | "be %i" | |
5656 | msgstr "" | |
5657 | ||
de104104 | 5658 | #: profile.c:524 |
b97e55da JM |
5659 | #, c-format |
5660 | msgid "" | |
5661 | "corrupted profile info: number of executions for edge %d-%d thought to be %i" | |
5662 | msgstr "" | |
5663 | ||
807ab1f2 | 5664 | #: protoize.c:582 |
a47a6810 JM |
5665 | #, c-format |
5666 | msgid "%s: error writing file `%s': %s\n" | |
5667 | msgstr "" | |
5668 | ||
807ab1f2 | 5669 | #: protoize.c:626 |
a47a6810 JM |
5670 | #, c-format |
5671 | msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n" | |
5672 | msgstr "" | |
5673 | ||
807ab1f2 | 5674 | #: protoize.c:629 |
a47a6810 JM |
5675 | #, c-format |
5676 | msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n" | |
5677 | msgstr "" | |
5678 | ||
807ab1f2 | 5679 | #: protoize.c:735 |
a47a6810 JM |
5680 | #, c-format |
5681 | msgid "%s: warning: no read access for file `%s'\n" | |
5682 | msgstr "" | |
5683 | ||
807ab1f2 | 5684 | #: protoize.c:743 |
a47a6810 JM |
5685 | #, c-format |
5686 | msgid "%s: warning: no write access for file `%s'\n" | |
5687 | msgstr "" | |
5688 | ||
807ab1f2 | 5689 | #: protoize.c:751 |
a47a6810 JM |
5690 | #, c-format |
5691 | msgid "%s: warning: no write access for dir containing `%s'\n" | |
5692 | msgstr "" | |
5693 | ||
5694 | #. Catch cases like /.. where we try to backup to a | |
5695 | #. point above the absolute root of the logical file | |
5696 | #. system. | |
807ab1f2 | 5697 | #: protoize.c:1138 |
a47a6810 JM |
5698 | #, c-format |
5699 | msgid "%s: invalid file name: %s\n" | |
5700 | msgstr "" | |
5701 | ||
807ab1f2 | 5702 | #: protoize.c:1286 |
a47a6810 JM |
5703 | #, c-format |
5704 | msgid "%s: %s: can't get status: %s\n" | |
5705 | msgstr "" | |
5706 | ||
807ab1f2 | 5707 | #: protoize.c:1307 |
a47a6810 JM |
5708 | #, c-format |
5709 | msgid "" | |
5710 | "\n" | |
5711 | "%s: fatal error: aux info file corrupted at line %d\n" | |
5712 | msgstr "" | |
5713 | ||
807ab1f2 | 5714 | #: protoize.c:1636 |
a47a6810 JM |
5715 | #, c-format |
5716 | msgid "%s:%d: declaration of function `%s' takes different forms\n" | |
5717 | msgstr "" | |
5718 | ||
807ab1f2 | 5719 | #: protoize.c:1891 |
a47a6810 JM |
5720 | #, c-format |
5721 | msgid "%s: compiling `%s'\n" | |
5722 | msgstr "" | |
5723 | ||
807ab1f2 | 5724 | #: protoize.c:1914 |
a47a6810 JM |
5725 | #, c-format |
5726 | msgid "%s: wait: %s\n" | |
5727 | msgstr "" | |
5728 | ||
807ab1f2 | 5729 | #: protoize.c:1919 |
a47a6810 JM |
5730 | #, c-format |
5731 | msgid "%s: subprocess got fatal signal %d\n" | |
5732 | msgstr "" | |
5733 | ||
807ab1f2 | 5734 | #: protoize.c:1927 |
a47a6810 JM |
5735 | #, c-format |
5736 | msgid "%s: %s exited with status %d\n" | |
5737 | msgstr "" | |
5738 | ||
807ab1f2 | 5739 | #: protoize.c:1976 |
5b7874aa ZW |
5740 | #, c-format |
5741 | msgid "%s: warning: missing SYSCALLS file `%s'\n" | |
dc6746e7 PT |
5742 | msgstr "" |
5743 | ||
807ab1f2 | 5744 | #: protoize.c:1985 protoize.c:2014 |
5b7874aa ZW |
5745 | #, c-format |
5746 | msgid "%s: can't read aux info file `%s': %s\n" | |
dc6746e7 PT |
5747 | msgstr "" |
5748 | ||
807ab1f2 | 5749 | #: protoize.c:2030 protoize.c:2058 |
9e620082 | 5750 | #, c-format |
5b7874aa | 5751 | msgid "%s: can't get status of aux info file `%s': %s\n" |
dc6746e7 PT |
5752 | msgstr "" |
5753 | ||
807ab1f2 | 5754 | #: protoize.c:2086 |
5b7874aa ZW |
5755 | #, c-format |
5756 | msgid "%s: can't open aux info file `%s' for reading: %s\n" | |
dc6746e7 PT |
5757 | msgstr "" |
5758 | ||
807ab1f2 | 5759 | #: protoize.c:2104 |
5b7874aa ZW |
5760 | #, c-format |
5761 | msgid "%s: error reading aux info file `%s': %s\n" | |
4ba01ed2 PT |
5762 | msgstr "" |
5763 | ||
807ab1f2 | 5764 | #: protoize.c:2117 |
5b7874aa ZW |
5765 | #, c-format |
5766 | msgid "%s: error closing aux info file `%s': %s\n" | |
dc6746e7 PT |
5767 | msgstr "" |
5768 | ||
807ab1f2 | 5769 | #: protoize.c:2133 |
5b7874aa ZW |
5770 | #, c-format |
5771 | msgid "%s: can't delete aux info file `%s': %s\n" | |
dc6746e7 PT |
5772 | msgstr "" |
5773 | ||
807ab1f2 | 5774 | #: protoize.c:2215 protoize.c:4185 |
5b7874aa ZW |
5775 | #, c-format |
5776 | msgid "%s: can't delete file `%s': %s\n" | |
dc6746e7 PT |
5777 | msgstr "" |
5778 | ||
807ab1f2 | 5779 | #: protoize.c:2293 |
5b7874aa ZW |
5780 | #, c-format |
5781 | msgid "%s: warning: can't rename file `%s' to `%s': %s\n" | |
dc6746e7 PT |
5782 | msgstr "" |
5783 | ||
807ab1f2 | 5784 | #: protoize.c:2415 |
5b7874aa ZW |
5785 | #, c-format |
5786 | msgid "%s: conflicting extern definitions of '%s'\n" | |
dc6746e7 PT |
5787 | msgstr "" |
5788 | ||
807ab1f2 | 5789 | #: protoize.c:2419 |
5b7874aa ZW |
5790 | #, c-format |
5791 | msgid "%s: declarations of '%s' will not be converted\n" | |
dc6746e7 PT |
5792 | msgstr "" |
5793 | ||
807ab1f2 | 5794 | #: protoize.c:2421 |
5b7874aa ZW |
5795 | #, c-format |
5796 | msgid "%s: conflict list for '%s' follows:\n" | |
dc6746e7 PT |
5797 | msgstr "" |
5798 | ||
807ab1f2 | 5799 | #: protoize.c:2454 |
5b7874aa ZW |
5800 | #, c-format |
5801 | msgid "%s: warning: using formals list from %s(%d) for function `%s'\n" | |
dc6746e7 PT |
5802 | msgstr "" |
5803 | ||
807ab1f2 | 5804 | #: protoize.c:2494 |
5b7874aa ZW |
5805 | #, c-format |
5806 | msgid "%s: %d: `%s' used but missing from SYSCALLS\n" | |
d51681a7 PT |
5807 | msgstr "" |
5808 | ||
807ab1f2 | 5809 | #: protoize.c:2500 |
5b7874aa ZW |
5810 | #, c-format |
5811 | msgid "%s: %d: warning: no extern definition for `%s'\n" | |
7bf81eee PT |
5812 | msgstr "" |
5813 | ||
807ab1f2 | 5814 | #: protoize.c:2530 |
5b7874aa ZW |
5815 | #, c-format |
5816 | msgid "%s: warning: no static definition for `%s' in file `%s'\n" | |
7bf81eee PT |
5817 | msgstr "" |
5818 | ||
807ab1f2 | 5819 | #: protoize.c:2536 |
5b7874aa ZW |
5820 | #, c-format |
5821 | msgid "%s: multiple static defs of `%s' in file `%s'\n" | |
7bf81eee PT |
5822 | msgstr "" |
5823 | ||
807ab1f2 | 5824 | #: protoize.c:2706 protoize.c:2709 |
5b7874aa ZW |
5825 | #, c-format |
5826 | msgid "%s: %d: warning: source too confusing\n" | |
7bf81eee PT |
5827 | msgstr "" |
5828 | ||
807ab1f2 | 5829 | #: protoize.c:2905 |
5b7874aa ZW |
5830 | #, c-format |
5831 | msgid "%s: %d: warning: varargs function declaration not converted\n" | |
7bf81eee PT |
5832 | msgstr "" |
5833 | ||
807ab1f2 | 5834 | #: protoize.c:2920 |
5b7874aa ZW |
5835 | #, c-format |
5836 | msgid "%s: declaration of function `%s' not converted\n" | |
7bf81eee PT |
5837 | msgstr "" |
5838 | ||
807ab1f2 | 5839 | #: protoize.c:3043 |
5b7874aa ZW |
5840 | #, c-format |
5841 | msgid "%s: warning: too many parameter lists in declaration of `%s'\n" | |
7bf81eee PT |
5842 | msgstr "" |
5843 | ||
807ab1f2 | 5844 | #: protoize.c:3064 |
5b7874aa ZW |
5845 | #, c-format |
5846 | msgid "" | |
5847 | "\n" | |
5848 | "%s: warning: too few parameter lists in declaration of `%s'\n" | |
7bf81eee PT |
5849 | msgstr "" |
5850 | ||
807ab1f2 | 5851 | #: protoize.c:3160 |
5b7874aa ZW |
5852 | #, c-format |
5853 | msgid "%s: %d: warning: found `%s' but expected `%s'\n" | |
7bf81eee PT |
5854 | msgstr "" |
5855 | ||
807ab1f2 | 5856 | #: protoize.c:3335 |
5b7874aa ZW |
5857 | #, c-format |
5858 | msgid "%s: local declaration for function `%s' not inserted\n" | |
7bf81eee PT |
5859 | msgstr "" |
5860 | ||
807ab1f2 | 5861 | #: protoize.c:3362 |
5b7874aa ZW |
5862 | #, c-format |
5863 | msgid "" | |
5864 | "\n" | |
5865 | "%s: %d: warning: can't add declaration of `%s' into macro call\n" | |
d51681a7 PT |
5866 | msgstr "" |
5867 | ||
807ab1f2 | 5868 | #: protoize.c:3434 |
5b7874aa ZW |
5869 | #, c-format |
5870 | msgid "%s: global declarations for file `%s' not inserted\n" | |
d51681a7 PT |
5871 | msgstr "" |
5872 | ||
807ab1f2 | 5873 | #: protoize.c:3523 protoize.c:3553 |
5b7874aa ZW |
5874 | #, c-format |
5875 | msgid "%s: definition of function `%s' not converted\n" | |
dc6746e7 PT |
5876 | msgstr "" |
5877 | ||
807ab1f2 | 5878 | #: protoize.c:3542 |
5b7874aa ZW |
5879 | #, c-format |
5880 | msgid "%s: %d: warning: definition of %s not converted\n" | |
dc6746e7 PT |
5881 | msgstr "" |
5882 | ||
807ab1f2 | 5883 | #: protoize.c:3868 |
5b7874aa ZW |
5884 | #, c-format |
5885 | msgid "%s: found definition of `%s' at %s(%d)\n" | |
dc6746e7 PT |
5886 | msgstr "" |
5887 | ||
5b7874aa ZW |
5888 | #. If we make it here, then we did not know about this |
5889 | #. function definition. | |
807ab1f2 | 5890 | #: protoize.c:3884 |
5b7874aa ZW |
5891 | #, c-format |
5892 | msgid "%s: %d: warning: `%s' excluded by preprocessing\n" | |
dc6746e7 PT |
5893 | msgstr "" |
5894 | ||
807ab1f2 | 5895 | #: protoize.c:3887 |
5b7874aa ZW |
5896 | #, c-format |
5897 | msgid "%s: function definition not converted\n" | |
dc6746e7 PT |
5898 | msgstr "" |
5899 | ||
807ab1f2 | 5900 | #: protoize.c:3945 |
5b7874aa ZW |
5901 | #, c-format |
5902 | msgid "%s: `%s' not converted\n" | |
dc6746e7 PT |
5903 | msgstr "" |
5904 | ||
807ab1f2 | 5905 | #: protoize.c:3953 |
5b7874aa ZW |
5906 | #, c-format |
5907 | msgid "%s: would convert file `%s'\n" | |
dc6746e7 PT |
5908 | msgstr "" |
5909 | ||
807ab1f2 | 5910 | #: protoize.c:3956 |
5b7874aa ZW |
5911 | #, c-format |
5912 | msgid "%s: converting file `%s'\n" | |
dc6746e7 PT |
5913 | msgstr "" |
5914 | ||
807ab1f2 | 5915 | #: protoize.c:3966 |
5b7874aa ZW |
5916 | #, c-format |
5917 | msgid "%s: can't get status for file `%s': %s\n" | |
dc6746e7 PT |
5918 | msgstr "" |
5919 | ||
807ab1f2 | 5920 | #: protoize.c:4008 |
5b7874aa ZW |
5921 | #, c-format |
5922 | msgid "%s: can't open file `%s' for reading: %s\n" | |
7bf81eee PT |
5923 | msgstr "" |
5924 | ||
807ab1f2 | 5925 | #: protoize.c:4023 |
5b7874aa ZW |
5926 | #, c-format |
5927 | msgid "" | |
5928 | "\n" | |
5929 | "%s: error reading input file `%s': %s\n" | |
7bf81eee PT |
5930 | msgstr "" |
5931 | ||
807ab1f2 | 5932 | #: protoize.c:4057 |
5b7874aa ZW |
5933 | #, c-format |
5934 | msgid "%s: can't create/open clean file `%s': %s\n" | |
7bf81eee PT |
5935 | msgstr "" |
5936 | ||
807ab1f2 | 5937 | #: protoize.c:4162 |
5b7874aa ZW |
5938 | #, c-format |
5939 | msgid "%s: warning: file `%s' already saved in `%s'\n" | |
7bf81eee PT |
5940 | msgstr "" |
5941 | ||
807ab1f2 | 5942 | #: protoize.c:4170 |
5b7874aa ZW |
5943 | #, c-format |
5944 | msgid "%s: can't link file `%s' to `%s': %s\n" | |
dc6746e7 PT |
5945 | msgstr "" |
5946 | ||
807ab1f2 | 5947 | #: protoize.c:4200 |
5b7874aa ZW |
5948 | #, c-format |
5949 | msgid "%s: can't create/open output file `%s': %s\n" | |
dc6746e7 PT |
5950 | msgstr "" |
5951 | ||
807ab1f2 | 5952 | #: protoize.c:4233 |
5b7874aa ZW |
5953 | #, c-format |
5954 | msgid "%s: can't change mode of file `%s': %s\n" | |
dc6746e7 PT |
5955 | msgstr "" |
5956 | ||
807ab1f2 | 5957 | #: protoize.c:4406 |
5b7874aa ZW |
5958 | #, c-format |
5959 | msgid "%s: cannot get working directory: %s\n" | |
d51681a7 PT |
5960 | msgstr "" |
5961 | ||
807ab1f2 | 5962 | #: protoize.c:4504 |
5b7874aa ZW |
5963 | #, c-format |
5964 | msgid "%s: input file names must have .c suffixes: %s\n" | |
d51681a7 PT |
5965 | msgstr "" |
5966 | ||
de104104 | 5967 | #: ra.c:774 |
a47a6810 | 5968 | msgid "Didn't find a coloring.\n" |
7bbf788c PT |
5969 | msgstr "" |
5970 | ||
de104104 | 5971 | #: reg-stack.c:673 |
7bbf788c PT |
5972 | #, c-format |
5973 | msgid "output constraint %d must specify a single register" | |
5974 | msgstr "" | |
5975 | ||
de104104 | 5976 | #: reg-stack.c:683 |
9e620082 | 5977 | #, c-format |
1737c953 | 5978 | msgid "output constraint %d cannot be specified together with \"%s\" clobber" |
d51681a7 PT |
5979 | msgstr "" |
5980 | ||
de104104 | 5981 | #: reg-stack.c:706 |
1737c953 | 5982 | msgid "output regs must be grouped at top of stack" |
d51681a7 PT |
5983 | msgstr "" |
5984 | ||
de104104 | 5985 | #: reg-stack.c:743 |
1737c953 | 5986 | msgid "implicitly popped regs must be grouped at top of stack" |
d51681a7 PT |
5987 | msgstr "" |
5988 | ||
de104104 | 5989 | #: reg-stack.c:762 |
9e620082 | 5990 | #, c-format |
1737c953 | 5991 | msgid "output operand %d must use `&' constraint" |
d51681a7 PT |
5992 | msgstr "" |
5993 | ||
de104104 | 5994 | #: regclass.c:765 |
9e620082 | 5995 | #, c-format |
5b7874aa | 5996 | msgid "can't use '%s' as a %s register" |
d51681a7 PT |
5997 | msgstr "" |
5998 | ||
de104104 | 5999 | #: regclass.c:780 config/ia64/ia64.c:4107 config/ia64/ia64.c:4114 |
807ab1f2 | 6000 | #: config/pa/pa.c:328 config/pa/pa.c:335 |
9e620082 | 6001 | #, c-format |
5b7874aa | 6002 | msgid "unknown register name: %s" |
d51681a7 PT |
6003 | msgstr "" |
6004 | ||
de104104 | 6005 | #: regclass.c:790 |
5b7874aa | 6006 | msgid "global register variable follows a function definition" |
d51681a7 PT |
6007 | msgstr "" |
6008 | ||
de104104 | 6009 | #: regclass.c:794 |
5b7874aa | 6010 | msgid "register used for two global register variables" |
d51681a7 PT |
6011 | msgstr "" |
6012 | ||
de104104 | 6013 | #: regclass.c:799 |
5b7874aa | 6014 | msgid "call-clobbered register used for global register variable" |
d51681a7 PT |
6015 | msgstr "" |
6016 | ||
de104104 | 6017 | #: regrename.c:1856 |
1737c953 JM |
6018 | #, c-format |
6019 | msgid "validate_value_data: [%u] Bad next_regno for empty chain (%u)" | |
6020 | msgstr "" | |
6021 | ||
de104104 | 6022 | #: regrename.c:1868 |
1737c953 JM |
6023 | #, c-format |
6024 | msgid "validate_value_data: Loop in regno chain (%u)" | |
6025 | msgstr "" | |
6026 | ||
de104104 | 6027 | #: regrename.c:1871 |
1737c953 JM |
6028 | #, c-format |
6029 | msgid "validate_value_data: [%u] Bad oldest_regno (%u)" | |
6030 | msgstr "" | |
6031 | ||
de104104 | 6032 | #: regrename.c:1883 |
1737c953 JM |
6033 | #, c-format |
6034 | msgid "validate_value_data: [%u] Non-empty reg in chain (%s %u %i)" | |
6035 | msgstr "" | |
6036 | ||
807ab1f2 | 6037 | #: reload.c:1257 |
a05e4fdb | 6038 | msgid "cannot reload integer constant operand in %<asm%>" |
d51681a7 PT |
6039 | msgstr "" |
6040 | ||
a05e4fdb JM |
6041 | #: reload.c:1280 |
6042 | msgid "impossible register constraint in %<asm%>" | |
d51681a7 PT |
6043 | msgstr "" |
6044 | ||
a05e4fdb JM |
6045 | #: reload.c:3518 |
6046 | msgid "%<&%> constraint used with no register class" | |
d51681a7 PT |
6047 | msgstr "" |
6048 | ||
a05e4fdb | 6049 | #: reload.c:3684 |
1737c953 | 6050 | msgid "unable to generate reloads for:" |
d51681a7 PT |
6051 | msgstr "" |
6052 | ||
a05e4fdb JM |
6053 | #: reload.c:3685 reload.c:3896 |
6054 | msgid "inconsistent operand constraints in an %<asm%>" | |
d51681a7 PT |
6055 | msgstr "" |
6056 | ||
807ab1f2 | 6057 | #: reload1.c:1221 |
5b7874aa | 6058 | msgid "frame size too large for reliable stack checking" |
d51681a7 PT |
6059 | msgstr "" |
6060 | ||
807ab1f2 | 6061 | #: reload1.c:1224 |
5b7874aa | 6062 | msgid "try reducing the number of local variables" |
d51681a7 PT |
6063 | msgstr "" |
6064 | ||
807ab1f2 | 6065 | #: reload1.c:1874 |
a05e4fdb | 6066 | msgid "can't find a register in class %qs while reloading %<asm%>" |
d51681a7 PT |
6067 | msgstr "" |
6068 | ||
a05e4fdb | 6069 | #: reload1.c:1879 |
9e620082 | 6070 | #, c-format |
a05e4fdb | 6071 | msgid "unable to find a register to spill in class %qs" |
d51681a7 PT |
6072 | msgstr "" |
6073 | ||
a05e4fdb | 6074 | #: reload1.c:1881 |
1737c953 | 6075 | msgid "this is the insn:" |
d51681a7 PT |
6076 | msgstr "" |
6077 | ||
a05e4fdb JM |
6078 | #: reload1.c:3871 |
6079 | msgid "%<asm%> operand requires impossible reload" | |
dc6746e7 PT |
6080 | msgstr "" |
6081 | ||
5b7874aa | 6082 | #. It's the compiler's fault. |
a05e4fdb | 6083 | #: reload1.c:4990 |
1737c953 | 6084 | msgid "could not find a spill register" |
dc6746e7 PT |
6085 | msgstr "" |
6086 | ||
a05e4fdb JM |
6087 | #: reload1.c:4995 |
6088 | msgid "%<asm%> operand constraint incompatible with operand size" | |
d51681a7 PT |
6089 | msgstr "" |
6090 | ||
5b7874aa | 6091 | #. It's the compiler's fault. |
a05e4fdb | 6092 | #: reload1.c:6613 |
5b7874aa | 6093 | msgid "VOIDmode on an output" |
d51681a7 PT |
6094 | msgstr "" |
6095 | ||
a05e4fdb JM |
6096 | #: reload1.c:6614 |
6097 | msgid "output operand is constant in %<asm%>" | |
dc6746e7 PT |
6098 | msgstr "" |
6099 | ||
807ab1f2 | 6100 | #: rtl-error.c:128 |
1737c953 | 6101 | msgid "unrecognizable insn:" |
5b7874aa ZW |
6102 | msgstr "" |
6103 | ||
807ab1f2 | 6104 | #: rtl-error.c:130 |
1737c953 | 6105 | msgid "insn does not satisfy its constraints:" |
9e620082 ZW |
6106 | msgstr "" |
6107 | ||
807ab1f2 | 6108 | #: rtl.c:472 |
9e620082 | 6109 | #, c-format |
5b7874aa | 6110 | msgid "RTL check: access of elt %d of `%s' with last elt %d in %s, at %s:%d" |
9e620082 ZW |
6111 | msgstr "" |
6112 | ||
807ab1f2 | 6113 | #: rtl.c:482 |
9e620082 | 6114 | #, c-format |
5b7874aa ZW |
6115 | msgid "" |
6116 | "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d" | |
9e620082 ZW |
6117 | msgstr "" |
6118 | ||
807ab1f2 | 6119 | #: rtl.c:492 |
9e620082 | 6120 | #, c-format |
5b7874aa ZW |
6121 | msgid "" |
6122 | "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %" | |
6123 | "s:%d" | |
9e620082 ZW |
6124 | msgstr "" |
6125 | ||
807ab1f2 | 6126 | #: rtl.c:501 |
9e620082 | 6127 | #, c-format |
5b7874aa | 6128 | msgid "RTL check: expected code `%s', have `%s' in %s, at %s:%d" |
9e620082 ZW |
6129 | msgstr "" |
6130 | ||
807ab1f2 | 6131 | #: rtl.c:511 |
9e620082 | 6132 | #, c-format |
5b7874aa | 6133 | msgid "RTL check: expected code `%s' or `%s', have `%s' in %s, at %s:%d" |
9e620082 ZW |
6134 | msgstr "" |
6135 | ||
807ab1f2 | 6136 | #: rtl.c:522 |
5b7874aa ZW |
6137 | #, c-format |
6138 | msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d" | |
9e620082 ZW |
6139 | msgstr "" |
6140 | ||
807ab1f2 | 6141 | #: rtl.c:533 |
a47a6810 JM |
6142 | #, c-format |
6143 | msgid "RTL flag check: %s used with unexpected rtx code `%s' in %s, at %s:%d" | |
6144 | msgstr "" | |
6145 | ||
de104104 | 6146 | #: stmt.c:316 |
a05e4fdb | 6147 | msgid "output operand constraint lacks %<=%>" |
9e620082 ZW |
6148 | msgstr "" |
6149 | ||
de104104 | 6150 | #: stmt.c:331 |
5b7874aa | 6151 | #, c-format |
a05e4fdb | 6152 | msgid "output constraint %qc for operand %d is not at the beginning" |
9e620082 ZW |
6153 | msgstr "" |
6154 | ||
de104104 | 6155 | #: stmt.c:354 |
a05e4fdb | 6156 | msgid "operand constraint contains incorrectly positioned %<+%> or %<=%>" |
9e620082 ZW |
6157 | msgstr "" |
6158 | ||
de104104 | 6159 | #: stmt.c:361 stmt.c:460 |
a05e4fdb | 6160 | msgid "%<%%%> constraint used with last operand" |
9e620082 ZW |
6161 | msgstr "" |
6162 | ||
de104104 | 6163 | #: stmt.c:380 |
5b7874aa | 6164 | msgid "matching constraint not valid in output operand" |
9e620082 ZW |
6165 | msgstr "" |
6166 | ||
de104104 | 6167 | #: stmt.c:451 |
9e620082 | 6168 | #, c-format |
a05e4fdb | 6169 | msgid "input operand constraint contains %qc" |
9e620082 ZW |
6170 | msgstr "" |
6171 | ||
de104104 | 6172 | #: stmt.c:493 |
9d967a7e | 6173 | msgid "matching constraint references invalid operand number" |
9e620082 ZW |
6174 | msgstr "" |
6175 | ||
de104104 | 6176 | #: stmt.c:531 |
9e620082 | 6177 | #, c-format |
a05e4fdb | 6178 | msgid "invalid punctuation %qc in constraint" |
9e620082 ZW |
6179 | msgstr "" |
6180 | ||
de104104 | 6181 | #: stmt.c:555 |
01b84e13 JM |
6182 | msgid "matching constraint does not allow a register" |
6183 | msgstr "" | |
6184 | ||
de104104 | 6185 | #: stmt.c:610 |
a47a6810 | 6186 | #, c-format |
a05e4fdb | 6187 | msgid "asm-specifier for variable %qs conflicts with asm clobber list" |
a47a6810 JM |
6188 | msgstr "" |
6189 | ||
de104104 | 6190 | #: stmt.c:699 |
a05e4fdb | 6191 | msgid "unknown register name %qs in %<asm%>" |
9e620082 ZW |
6192 | msgstr "" |
6193 | ||
de104104 | 6194 | #: stmt.c:707 |
a05e4fdb | 6195 | msgid "PIC register %qs clobbered in %<asm%>" |
a47a6810 JM |
6196 | msgstr "" |
6197 | ||
de104104 | 6198 | #: stmt.c:754 |
a05e4fdb | 6199 | msgid "more than %d operands in %<asm%>" |
9e620082 ZW |
6200 | msgstr "" |
6201 | ||
de104104 | 6202 | #: stmt.c:817 |
5b7874aa | 6203 | #, c-format |
9d967a7e | 6204 | msgid "output number %d not directly addressable" |
9e620082 ZW |
6205 | msgstr "" |
6206 | ||
de104104 | 6207 | #: stmt.c:896 |
a05e4fdb | 6208 | msgid "asm operand %d probably doesn%'t match constraints" |
9e620082 ZW |
6209 | msgstr "" |
6210 | ||
de104104 | 6211 | #: stmt.c:906 |
b97e55da JM |
6212 | #, c-format |
6213 | msgid "use of memory input without lvalue in asm operand %d is deprecated" | |
6214 | msgstr "" | |
6215 | ||
de104104 | 6216 | #: stmt.c:1053 |
a47a6810 JM |
6217 | msgid "asm clobber conflict with output operand" |
6218 | msgstr "" | |
6219 | ||
de104104 | 6220 | #: stmt.c:1058 |
a47a6810 JM |
6221 | msgid "asm clobber conflict with input operand" |
6222 | msgstr "" | |
6223 | ||
de104104 | 6224 | #: stmt.c:1135 |
a05e4fdb | 6225 | msgid "too many alternatives in %<asm%>" |
5b7874aa ZW |
6226 | msgstr "" |
6227 | ||
de104104 | 6228 | #: stmt.c:1147 |
a05e4fdb | 6229 | msgid "operand constraints for %<asm%> differ in number of alternatives" |
9e620082 ZW |
6230 | msgstr "" |
6231 | ||
de104104 | 6232 | #: stmt.c:1200 |
9e620082 | 6233 | #, c-format |
a05e4fdb | 6234 | msgid "duplicate asm operand name %qs" |
5b7874aa ZW |
6235 | msgstr "" |
6236 | ||
de104104 | 6237 | #: stmt.c:1298 |
5b7874aa | 6238 | msgid "missing close brace for named operand" |
9e620082 ZW |
6239 | msgstr "" |
6240 | ||
de104104 | 6241 | #: stmt.c:1326 |
9e620082 | 6242 | #, c-format |
a05e4fdb | 6243 | msgid "undefined named operand %qs" |
9e620082 ZW |
6244 | msgstr "" |
6245 | ||
a05e4fdb | 6246 | #: stmt.c:1491 |
b97e55da JM |
6247 | msgid "%Hvalue computed is not used" |
6248 | msgstr "" | |
6249 | ||
807ab1f2 | 6250 | #: stor-layout.c:152 |
a05e4fdb | 6251 | msgid "type size can%'t be explicitly evaluated" |
7bbf788c PT |
6252 | msgstr "" |
6253 | ||
807ab1f2 | 6254 | #: stor-layout.c:154 |
5b7874aa | 6255 | msgid "variable-size type declared outside of any function" |
9e620082 ZW |
6256 | msgstr "" |
6257 | ||
807ab1f2 | 6258 | #: stor-layout.c:458 |
a05e4fdb | 6259 | msgid "%Jsize of %qD is %d bytes" |
9e620082 ZW |
6260 | msgstr "" |
6261 | ||
807ab1f2 | 6262 | #: stor-layout.c:460 |
a05e4fdb | 6263 | msgid "%Jsize of %qD is larger than %d bytes" |
9e620082 ZW |
6264 | msgstr "" |
6265 | ||
de104104 | 6266 | #: stor-layout.c:844 |
a05e4fdb | 6267 | msgid "%Jpacked attribute causes inefficient alignment for %qD" |
9e620082 ZW |
6268 | msgstr "" |
6269 | ||
de104104 | 6270 | #: stor-layout.c:847 |
a05e4fdb | 6271 | msgid "%Jpacked attribute is unnecessary for %qD" |
9e620082 ZW |
6272 | msgstr "" |
6273 | ||
de104104 | 6274 | #: stor-layout.c:863 |
a05e4fdb | 6275 | msgid "%Jpadding struct to align %qD" |
9e620082 ZW |
6276 | msgstr "" |
6277 | ||
de104104 | 6278 | #: stor-layout.c:1205 |
5b7874aa | 6279 | msgid "padding struct size to alignment boundary" |
9e620082 ZW |
6280 | msgstr "" |
6281 | ||
de104104 | 6282 | #: stor-layout.c:1235 |
b97e55da | 6283 | #, c-format |
a05e4fdb | 6284 | msgid "packed attribute causes inefficient alignment for %qs" |
b97e55da JM |
6285 | msgstr "" |
6286 | ||
de104104 | 6287 | #: stor-layout.c:1238 |
b97e55da | 6288 | #, c-format |
a05e4fdb | 6289 | msgid "packed attribute is unnecessary for %qs" |
b97e55da JM |
6290 | msgstr "" |
6291 | ||
de104104 | 6292 | #: stor-layout.c:1243 |
5b7874aa | 6293 | msgid "packed attribute causes inefficient alignment" |
9e620082 ZW |
6294 | msgstr "" |
6295 | ||
de104104 | 6296 | #: stor-layout.c:1245 |
5b7874aa | 6297 | msgid "packed attribute is unnecessary" |
9e620082 ZW |
6298 | msgstr "" |
6299 | ||
807ab1f2 | 6300 | #: targhooks.c:96 |
b97e55da JM |
6301 | msgid "__builtin_saveregs not supported by this target" |
6302 | msgstr "" | |
6303 | ||
807ab1f2 | 6304 | #: timevar.c:432 |
5b7874aa ZW |
6305 | msgid "" |
6306 | "\n" | |
6307 | "Execution times (seconds)\n" | |
9e620082 ZW |
6308 | msgstr "" |
6309 | ||
5b7874aa | 6310 | #. Print total time. |
807ab1f2 | 6311 | #: timevar.c:482 |
5b7874aa | 6312 | msgid " TOTAL :" |
9e620082 ZW |
6313 | msgstr "" |
6314 | ||
807ab1f2 | 6315 | #: timevar.c:510 |
9e620082 | 6316 | #, c-format |
5b7874aa | 6317 | msgid "time in %s: %ld.%06ld (%ld%%)\n" |
9e620082 ZW |
6318 | msgstr "" |
6319 | ||
807ab1f2 | 6320 | #: tlink.c:381 |
9e620082 | 6321 | #, c-format |
5b7874aa | 6322 | msgid "collect: reading %s\n" |
9e620082 ZW |
6323 | msgstr "" |
6324 | ||
807ab1f2 JM |
6325 | #: tlink.c:475 |
6326 | #, c-format | |
6327 | msgid "repository file `%s' does not contain command-line arguments" | |
6328 | msgstr "" | |
6329 | ||
6330 | #: tlink.c:525 | |
9e620082 | 6331 | #, c-format |
5b7874aa | 6332 | msgid "collect: recompiling %s\n" |
9e620082 ZW |
6333 | msgstr "" |
6334 | ||
807ab1f2 JM |
6335 | #: tlink.c:696 |
6336 | #, c-format | |
6337 | msgid "" | |
6338 | "`%s' was assigned to `%s', but was not defined during recompilation, or vice " | |
6339 | "versa" | |
6340 | msgstr "" | |
6341 | ||
6342 | #: tlink.c:705 | |
9e620082 | 6343 | #, c-format |
5b7874aa | 6344 | msgid "collect: tweaking %s in %s\n" |
9e620082 ZW |
6345 | msgstr "" |
6346 | ||
807ab1f2 | 6347 | #: tlink.c:751 |
5b7874aa ZW |
6348 | msgid "collect: relinking\n" |
6349 | msgstr "" | |
6350 | ||
807ab1f2 | 6351 | #: tlink.c:760 |
9e620082 | 6352 | #, c-format |
5b7874aa | 6353 | msgid "ld returned %d exit status" |
9e620082 ZW |
6354 | msgstr "" |
6355 | ||
de104104 | 6356 | #: toplev.c:464 |
b97e55da JM |
6357 | #, c-format |
6358 | msgid "%s " | |
9e620082 ZW |
6359 | msgstr "" |
6360 | ||
de104104 | 6361 | #: toplev.c:466 |
b97e55da JM |
6362 | #, c-format |
6363 | msgid " %s" | |
9e620082 ZW |
6364 | msgstr "" |
6365 | ||
de104104 | 6366 | #: toplev.c:531 |
b97e55da | 6367 | #, c-format |
a05e4fdb | 6368 | msgid "invalid option argument %qs" |
9e620082 ZW |
6369 | msgstr "" |
6370 | ||
de104104 | 6371 | #: toplev.c:595 |
807ab1f2 JM |
6372 | msgid "unrecoverable error" |
6373 | msgstr "" | |
6374 | ||
de104104 | 6375 | #: toplev.c:615 |
b97e55da JM |
6376 | #, c-format |
6377 | msgid "getting core file size maximum limit: %m" | |
9e620082 ZW |
6378 | msgstr "" |
6379 | ||
de104104 | 6380 | #: toplev.c:618 |
b97e55da JM |
6381 | #, c-format |
6382 | msgid "setting core file size limit to maximum: %m" | |
9e620082 ZW |
6383 | msgstr "" |
6384 | ||
de104104 | 6385 | #: toplev.c:839 |
a05e4fdb | 6386 | msgid "%J%qF declared %<static%> but never defined" |
9e620082 ZW |
6387 | msgstr "" |
6388 | ||
de104104 | 6389 | #: toplev.c:865 |
a05e4fdb | 6390 | msgid "%J%qD defined but not used" |
9e620082 ZW |
6391 | msgstr "" |
6392 | ||
de104104 | 6393 | #: toplev.c:888 toplev.c:911 |
b97e55da | 6394 | #, c-format |
a05e4fdb | 6395 | msgid "%qs is deprecated (declared at %s:%d)" |
9e620082 ZW |
6396 | msgstr "" |
6397 | ||
de104104 | 6398 | #: toplev.c:914 |
b97e55da | 6399 | #, c-format |
807ab1f2 | 6400 | msgid "type is deprecated (declared at %s:%d)" |
9e620082 ZW |
6401 | msgstr "" |
6402 | ||
de104104 | 6403 | #: toplev.c:920 |
b97e55da | 6404 | #, c-format |
a05e4fdb | 6405 | msgid "%qs is deprecated" |
7bbf788c PT |
6406 | msgstr "" |
6407 | ||
de104104 | 6408 | #: toplev.c:922 |
b97e55da | 6409 | msgid "type is deprecated" |
9e620082 ZW |
6410 | msgstr "" |
6411 | ||
de104104 | 6412 | #: toplev.c:1064 |
b97e55da JM |
6413 | msgid "" |
6414 | "\n" | |
6415 | "Target specific options:\n" | |
9e620082 ZW |
6416 | msgstr "" |
6417 | ||
de104104 | 6418 | #: toplev.c:1078 toplev.c:1097 |
b97e55da JM |
6419 | #, c-format |
6420 | msgid " -m%-23s [undocumented]\n" | |
9e620082 ZW |
6421 | msgstr "" |
6422 | ||
de104104 | 6423 | #: toplev.c:1106 |
b97e55da JM |
6424 | msgid "" |
6425 | "\n" | |
6426 | "There are undocumented target specific options as well.\n" | |
9e620082 ZW |
6427 | msgstr "" |
6428 | ||
de104104 | 6429 | #: toplev.c:1108 |
b97e55da | 6430 | msgid " They exist, but they are not documented.\n" |
a47a6810 JM |
6431 | msgstr "" |
6432 | ||
de104104 | 6433 | #: toplev.c:1152 |
b97e55da JM |
6434 | #, c-format |
6435 | msgid "unrecognized gcc debugging option: %c" | |
d9b2742a ZW |
6436 | msgstr "" |
6437 | ||
de104104 | 6438 | #: toplev.c:1214 |
b97e55da | 6439 | #, c-format |
a05e4fdb | 6440 | msgid "invalid option %qs" |
9e620082 ZW |
6441 | msgstr "" |
6442 | ||
de104104 | 6443 | #: toplev.c:1229 |
b97e55da JM |
6444 | #, c-format |
6445 | msgid "" | |
6446 | "%s%s%s version %s (%s)\n" | |
6447 | "%s\tcompiled by GNU C version %s.\n" | |
6448 | "%s%s%s version %s (%s) compiled by CC.\n" | |
9e620082 ZW |
6449 | msgstr "" |
6450 | ||
de104104 | 6451 | #: toplev.c:1236 |
b97e55da JM |
6452 | #, c-format |
6453 | msgid "" | |
6454 | "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n" | |
9e620082 ZW |
6455 | msgstr "" |
6456 | ||
de104104 | 6457 | #: toplev.c:1288 |
b97e55da | 6458 | msgid "options passed: " |
9e620082 ZW |
6459 | msgstr "" |
6460 | ||
de104104 | 6461 | #: toplev.c:1317 |
b97e55da | 6462 | msgid "options enabled: " |
9e620082 ZW |
6463 | msgstr "" |
6464 | ||
de104104 | 6465 | #: toplev.c:1391 |
a05e4fdb | 6466 | msgid "can%'t open %s for writing: %m" |
9e620082 ZW |
6467 | msgstr "" |
6468 | ||
d5706a1e | 6469 | #: toplev.c:1474 config/sh/sh.c:7292 |
b97e55da | 6470 | msgid "created and used with different settings of -fpic" |
9e620082 ZW |
6471 | msgstr "" |
6472 | ||
d5706a1e | 6473 | #: toplev.c:1476 config/sh/sh.c:7294 |
b97e55da | 6474 | msgid "created and used with different settings of -fpie" |
d9b2742a ZW |
6475 | msgstr "" |
6476 | ||
de104104 | 6477 | #: toplev.c:1527 |
b97e55da | 6478 | #, c-format |
a05e4fdb | 6479 | msgid "created and used with differing settings of '-m%s'" |
d9b2742a ZW |
6480 | msgstr "" |
6481 | ||
d5706a1e | 6482 | #: toplev.c:1530 config/sh/sh.c:7347 |
b97e55da | 6483 | msgid "out of memory" |
1737c953 JM |
6484 | msgstr "" |
6485 | ||
de104104 | 6486 | #: toplev.c:1725 |
b97e55da | 6487 | msgid "instruction scheduling not supported on this target machine" |
9e620082 ZW |
6488 | msgstr "" |
6489 | ||
de104104 | 6490 | #: toplev.c:1729 |
b97e55da | 6491 | msgid "this target machine does not have delayed branches" |
9e620082 ZW |
6492 | msgstr "" |
6493 | ||
de104104 | 6494 | #: toplev.c:1733 |
b1b51268 JM |
6495 | msgid "value-based profiling not yet implemented in trees." |
6496 | msgstr "" | |
6497 | ||
de104104 | 6498 | #: toplev.c:1746 |
b97e55da JM |
6499 | #, c-format |
6500 | msgid "-f%sleading-underscore not supported on this target machine" | |
9e620082 ZW |
6501 | msgstr "" |
6502 | ||
de104104 | 6503 | #: toplev.c:1820 |
b97e55da JM |
6504 | #, c-format |
6505 | msgid "target system does not support the \"%s\" debug format" | |
9e620082 ZW |
6506 | msgstr "" |
6507 | ||
de104104 | 6508 | #: toplev.c:1832 |
b1b51268 JM |
6509 | msgid "variable tracking requested, but useless unless producing debug info" |
6510 | msgstr "" | |
6511 | ||
de104104 | 6512 | #: toplev.c:1835 |
b1b51268 JM |
6513 | msgid "variable tracking requested, but not supported by this debug format" |
6514 | msgstr "" | |
6515 | ||
de104104 | 6516 | #: toplev.c:1855 |
a05e4fdb JM |
6517 | msgid "can%'t open %s: %m" |
6518 | msgstr "" | |
6519 | ||
de104104 | 6520 | #: toplev.c:1862 |
b97e55da | 6521 | msgid "-ffunction-sections not supported for this target" |
9e620082 ZW |
6522 | msgstr "" |
6523 | ||
de104104 | 6524 | #: toplev.c:1867 |
b97e55da | 6525 | msgid "-fdata-sections not supported for this target" |
9e620082 ZW |
6526 | msgstr "" |
6527 | ||
de104104 | 6528 | #: toplev.c:1874 |
b97e55da | 6529 | msgid "-ffunction-sections disabled; it makes profiling impossible" |
9e620082 ZW |
6530 | msgstr "" |
6531 | ||
de104104 | 6532 | #: toplev.c:1881 |
b97e55da | 6533 | msgid "-fprefetch-loop-arrays not supported for this target" |
9e620082 ZW |
6534 | msgstr "" |
6535 | ||
de104104 | 6536 | #: toplev.c:1887 |
807ab1f2 JM |
6537 | msgid "-fspeculative-prefetching not supported for this target" |
6538 | msgstr "" | |
6539 | ||
de104104 | 6540 | #: toplev.c:1893 |
b97e55da JM |
6541 | msgid "" |
6542 | "-fprefetch-loop-arrays not supported for this target (try -march switches)" | |
9e620082 ZW |
6543 | msgstr "" |
6544 | ||
de104104 | 6545 | #: toplev.c:1899 |
807ab1f2 JM |
6546 | msgid "" |
6547 | "-fspeculative-prefetching not supported for this target (try -march switches)" | |
6548 | msgstr "" | |
6549 | ||
de104104 | 6550 | #: toplev.c:1908 |
b97e55da | 6551 | msgid "-fprefetch-loop-arrays is not supported with -Os" |
9e620082 ZW |
6552 | msgstr "" |
6553 | ||
de104104 | 6554 | #: toplev.c:1914 |
b97e55da | 6555 | msgid "-ffunction-sections may affect debugging on some targets" |
9e620082 ZW |
6556 | msgstr "" |
6557 | ||
de104104 | 6558 | #: toplev.c:2023 |
b97e55da JM |
6559 | #, c-format |
6560 | msgid "error writing to %s: %m" | |
9e620082 ZW |
6561 | msgstr "" |
6562 | ||
d5706a1e | 6563 | #: toplev.c:2025 java/jcf-parse.c:995 java/jcf-write.c:3527 |
b97e55da JM |
6564 | #, c-format |
6565 | msgid "error closing %s: %m" | |
9e620082 ZW |
6566 | msgstr "" |
6567 | ||
d5706a1e | 6568 | #: tree-cfg.c:1139 tree-cfg.c:1838 tree-cfg.c:1840 |
b1b51268 | 6569 | msgid "%Hwill never be executed" |
9e620082 ZW |
6570 | msgstr "" |
6571 | ||
d5706a1e | 6572 | #: tree-cfg.c:3094 |
b1b51268 | 6573 | msgid "SSA name in freelist but still referenced" |
9e620082 ZW |
6574 | msgstr "" |
6575 | ||
d5706a1e | 6576 | #: tree-cfg.c:3104 |
b1b51268 | 6577 | msgid "GIMPLE register modified with BIT_FIELD_REF" |
9e620082 ZW |
6578 | msgstr "" |
6579 | ||
d5706a1e | 6580 | #: tree-cfg.c:3124 |
b1b51268 | 6581 | msgid "address taken, but ADDRESSABLE bit not set" |
9e620082 ZW |
6582 | msgstr "" |
6583 | ||
d5706a1e | 6584 | #: tree-cfg.c:3133 |
b1b51268 | 6585 | msgid "non-boolean used in condition" |
9e620082 ZW |
6586 | msgstr "" |
6587 | ||
d5706a1e | 6588 | #: tree-cfg.c:3189 |
807ab1f2 | 6589 | msgid "Invalid reference prefix." |
9e620082 ZW |
6590 | msgstr "" |
6591 | ||
d5706a1e | 6592 | #: tree-cfg.c:3254 |
807ab1f2 | 6593 | msgid "Is not a valid GIMPLE statement." |
9e620082 ZW |
6594 | msgstr "" |
6595 | ||
d5706a1e | 6596 | #: tree-cfg.c:3274 |
a05e4fdb | 6597 | msgid "Statement marked for throw, but doesn%'t." |
807ab1f2 JM |
6598 | msgstr "" |
6599 | ||
d5706a1e | 6600 | #: tree-cfg.c:3279 |
807ab1f2 | 6601 | msgid "Statement marked for throw in middle of block." |
7bbf788c PT |
6602 | msgstr "" |
6603 | ||
d5706a1e | 6604 | #: tree-cfg.c:3379 |
b1b51268 | 6605 | msgid "PHI def is not a GIMPLE value" |
7bbf788c PT |
6606 | msgstr "" |
6607 | ||
d5706a1e | 6608 | #: tree-cfg.c:3395 tree-cfg.c:3411 |
b1b51268 | 6609 | msgid "Incorrect sharing of tree nodes" |
a47a6810 JM |
6610 | msgstr "" |
6611 | ||
d5706a1e | 6612 | #: tree-cfg.c:3420 |
b1b51268 | 6613 | msgid "verify_stmts failed." |
01b84e13 JM |
6614 | msgstr "" |
6615 | ||
d5706a1e | 6616 | #: tree-cfg.c:3441 |
b1b51268 | 6617 | msgid "ENTRY_BLOCK has a statement list associated with it\n" |
a47a6810 JM |
6618 | msgstr "" |
6619 | ||
d5706a1e | 6620 | #: tree-cfg.c:3447 |
b1b51268 | 6621 | msgid "EXIT_BLOCK has a statement list associated with it\n" |
9e620082 ZW |
6622 | msgstr "" |
6623 | ||
d5706a1e | 6624 | #: tree-cfg.c:3454 |
b1b51268 JM |
6625 | #, c-format |
6626 | msgid "Fallthru to exit from bb %d\n" | |
9e620082 ZW |
6627 | msgstr "" |
6628 | ||
d5706a1e | 6629 | #: tree-cfg.c:3470 |
b1b51268 JM |
6630 | #, c-format |
6631 | msgid "Label %s to block does not match in bb %d\n" | |
9e620082 ZW |
6632 | msgstr "" |
6633 | ||
d5706a1e | 6634 | #: tree-cfg.c:3479 |
b1b51268 JM |
6635 | #, c-format |
6636 | msgid "Label %s has incorrect context in bb %d\n" | |
9e620082 ZW |
6637 | msgstr "" |
6638 | ||
d5706a1e | 6639 | #: tree-cfg.c:3493 |
b97e55da | 6640 | #, c-format |
b1b51268 | 6641 | msgid "Control flow in the middle of basic block %d\n" |
9e620082 ZW |
6642 | msgstr "" |
6643 | ||
d5706a1e | 6644 | #: tree-cfg.c:3503 |
b97e55da | 6645 | #, c-format |
b1b51268 | 6646 | msgid "Label %s in the middle of basic block %d\n" |
9e620082 ZW |
6647 | msgstr "" |
6648 | ||
d5706a1e | 6649 | #: tree-cfg.c:3520 |
b97e55da | 6650 | #, c-format |
b1b51268 | 6651 | msgid "Fallthru edge after a control statement in bb %d \n" |
9e620082 ZW |
6652 | msgstr "" |
6653 | ||
d5706a1e | 6654 | #: tree-cfg.c:3535 |
b97e55da | 6655 | #, c-format |
b1b51268 | 6656 | msgid "Structured COND_EXPR at the end of bb %d\n" |
9e620082 ZW |
6657 | msgstr "" |
6658 | ||
d5706a1e | 6659 | #: tree-cfg.c:3548 tree-cfg.c:3586 tree-cfg.c:3598 tree-cfg.c:3669 |
b1b51268 JM |
6660 | #, c-format |
6661 | msgid "Wrong outgoing edge flags at end of bb %d\n" | |
9e620082 ZW |
6662 | msgstr "" |
6663 | ||
d5706a1e | 6664 | #: tree-cfg.c:3556 |
a05e4fdb | 6665 | msgid "%<then%> label does not match edge at end of bb %d\n" |
d9b2742a ZW |
6666 | msgstr "" |
6667 | ||
d5706a1e | 6668 | #: tree-cfg.c:3564 |
a05e4fdb | 6669 | msgid "%<else%> label does not match edge at end of bb %d\n" |
d9b2742a ZW |
6670 | msgstr "" |
6671 | ||
d5706a1e | 6672 | #: tree-cfg.c:3574 |
b1b51268 JM |
6673 | #, c-format |
6674 | msgid "Explicit goto at end of bb %d\n" | |
9e620082 ZW |
6675 | msgstr "" |
6676 | ||
d5706a1e | 6677 | #: tree-cfg.c:3603 |
b1b51268 JM |
6678 | #, c-format |
6679 | msgid "Return edge does not point to exit in bb %d\n" | |
9e620082 ZW |
6680 | msgstr "" |
6681 | ||
d5706a1e | 6682 | #: tree-cfg.c:3636 |
807ab1f2 JM |
6683 | msgid "Found default case not at end of case vector" |
6684 | msgstr "" | |
6685 | ||
d5706a1e | 6686 | #: tree-cfg.c:3642 |
807ab1f2 JM |
6687 | msgid "" |
6688 | "Case labels not sorted:\n" | |
6689 | " " | |
6690 | msgstr "" | |
6691 | ||
d5706a1e | 6692 | #: tree-cfg.c:3653 |
807ab1f2 JM |
6693 | msgid "No default case found at end of case vector" |
6694 | msgstr "" | |
6695 | ||
d5706a1e | 6696 | #: tree-cfg.c:3661 |
b1b51268 JM |
6697 | #, c-format |
6698 | msgid "Extra outgoing edge %d->%d\n" | |
9e620082 ZW |
6699 | msgstr "" |
6700 | ||
d5706a1e | 6701 | #: tree-cfg.c:3683 |
b1b51268 JM |
6702 | #, c-format |
6703 | msgid "Missing edge %i->%i\n" | |
9e620082 ZW |
6704 | msgstr "" |
6705 | ||
d5706a1e | 6706 | #: tree-cfg.c:5255 |
a05e4fdb | 6707 | msgid "%Jfunction might be possible candidate for attribute %<noreturn%>" |
9e620082 ZW |
6708 | msgstr "" |
6709 | ||
d5706a1e | 6710 | #: tree-cfg.c:5282 tree-cfg.c:5286 |
a05e4fdb | 6711 | msgid "%H%<noreturn%> function does return" |
9e620082 ZW |
6712 | msgstr "" |
6713 | ||
d5706a1e | 6714 | #: tree-cfg.c:5306 tree-cfg.c:5311 |
b1b51268 | 6715 | msgid "%Hcontrol reaches end of non-void function" |
9e620082 ZW |
6716 | msgstr "" |
6717 | ||
de104104 | 6718 | #: tree-dump.c:847 |
b1b51268 | 6719 | #, c-format |
a05e4fdb | 6720 | msgid "could not open dump file %qs: %s" |
b1b51268 JM |
6721 | msgstr "" |
6722 | ||
de104104 | 6723 | #: tree-dump.c:960 |
a05e4fdb | 6724 | msgid "ignoring unknown option %q.*s in %<-fdump-%s%>" |
9e620082 ZW |
6725 | msgstr "" |
6726 | ||
807ab1f2 | 6727 | #: tree-inline.c:943 |
b97e55da | 6728 | msgid "" |
b1b51268 JM |
6729 | "%Jfunction '%F' can never be inlined because it uses alloca (override using " |
6730 | "the always_inline attribute)" | |
9e620082 ZW |
6731 | msgstr "" |
6732 | ||
807ab1f2 | 6733 | #: tree-inline.c:955 |
b1b51268 | 6734 | msgid "%Jfunction '%F' can never be inlined because it uses setjmp" |
a47a6810 JM |
6735 | msgstr "" |
6736 | ||
807ab1f2 | 6737 | #: tree-inline.c:969 |
b1b51268 JM |
6738 | msgid "" |
6739 | "%Jfunction '%F' can never be inlined because it uses variable argument lists" | |
9e620082 ZW |
6740 | msgstr "" |
6741 | ||
807ab1f2 | 6742 | #: tree-inline.c:980 |
b1b51268 JM |
6743 | msgid "" |
6744 | "%Jfunction '%F' can never be inlined because it uses setjmp-longjmp " | |
6745 | "exception handling" | |
a47a6810 JM |
6746 | msgstr "" |
6747 | ||
807ab1f2 | 6748 | #: tree-inline.c:987 |
b1b51268 | 6749 | msgid "%Jfunction '%F' can never be inlined because it uses non-local goto" |
9e620082 ZW |
6750 | msgstr "" |
6751 | ||
de104104 | 6752 | #: tree-inline.c:1006 |
b97e55da | 6753 | msgid "" |
b1b51268 | 6754 | "%Jfunction '%F' can never be inlined because it contains a computed goto" |
9e620082 ZW |
6755 | msgstr "" |
6756 | ||
de104104 | 6757 | #: tree-inline.c:1020 |
b1b51268 JM |
6758 | msgid "" |
6759 | "%Jfunction '%F' can never be inlined because it receives a non-local goto" | |
9e620082 ZW |
6760 | msgstr "" |
6761 | ||
de104104 | 6762 | #: tree-inline.c:1042 |
b1b51268 JM |
6763 | msgid "" |
6764 | "%Jfunction '%F' can never be inlined because it uses variable sized variables" | |
9e620082 ZW |
6765 | msgstr "" |
6766 | ||
de104104 | 6767 | #: tree-inline.c:1463 |
b1b51268 | 6768 | msgid "originally indirect function call not considered for inlining" |
9e620082 ZW |
6769 | msgstr "" |
6770 | ||
de104104 | 6771 | #: tree-inline.c:1473 tree-inline.c:1480 |
b1b51268 | 6772 | msgid "%Jinlining failed in call to '%F': %s" |
9e620082 ZW |
6773 | msgstr "" |
6774 | ||
de104104 | 6775 | #: tree-inline.c:1474 tree-inline.c:1481 |
b1b51268 | 6776 | msgid "called from here" |
9e620082 ZW |
6777 | msgstr "" |
6778 | ||
d5706a1e | 6779 | #: tree-mudflap.c:791 |
b1b51268 | 6780 | msgid "mudflap checking not yet implemented for ARRAY_RANGE_REF" |
9e620082 ZW |
6781 | msgstr "" |
6782 | ||
d5706a1e | 6783 | #: tree-mudflap.c:1027 |
807ab1f2 JM |
6784 | msgid "mudflap ran off end of BIND_EXPR body" |
6785 | msgstr "" | |
6786 | ||
d5706a1e | 6787 | #: tree-mudflap.c:1218 |
01b84e13 | 6788 | #, c-format |
a05e4fdb | 6789 | msgid "mudflap cannot track lifetime of %qs" |
01b84e13 JM |
6790 | msgstr "" |
6791 | ||
807ab1f2 JM |
6792 | #: tree-nomudflap.c:51 |
6793 | msgid "mudflap: this language is not supported" | |
6794 | msgstr "" | |
6795 | ||
d5706a1e | 6796 | #: tree-optimize.c:679 |
807ab1f2 JM |
6797 | msgid "%Jsize of return value of '%D' is %u bytes" |
6798 | msgstr "" | |
6799 | ||
d5706a1e | 6800 | #: tree-optimize.c:682 |
807ab1f2 JM |
6801 | msgid "%Jsize of return value of '%D' is larger than %wd bytes" |
6802 | msgstr "" | |
6803 | ||
de104104 JM |
6804 | #: tree-outof-ssa.c:614 tree-outof-ssa.c:629 tree-outof-ssa.c:643 |
6805 | #: tree-outof-ssa.c:664 tree-outof-ssa.c:1037 tree-outof-ssa.c:1847 | |
6806 | #: tree-ssa-live.c:417 tree-ssa-live.c:1799 | |
807ab1f2 JM |
6807 | msgid "SSA corruption" |
6808 | msgstr "" | |
6809 | ||
6810 | #: tree-profile.c:103 tree-profile.c:119 tree-profile.c:135 tree-profile.c:152 | |
6811 | msgid "unimplemented functionality" | |
6812 | msgstr "" | |
6813 | ||
d5706a1e | 6814 | #: tree-ssa-operands.c:1201 |
807ab1f2 | 6815 | msgid "internal error" |
9e620082 ZW |
6816 | msgstr "" |
6817 | ||
807ab1f2 JM |
6818 | #: tree-ssa.c:116 |
6819 | msgid "Expected an SSA_NAME object" | |
b06c20ee JM |
6820 | msgstr "" |
6821 | ||
807ab1f2 JM |
6822 | #: tree-ssa.c:122 |
6823 | msgid "Type mismatch between an SSA_NAME and its symbol." | |
b1b51268 JM |
6824 | msgstr "" |
6825 | ||
807ab1f2 JM |
6826 | #: tree-ssa.c:128 |
6827 | msgid "Found an SSA_NAME that had been released into the free pool" | |
b1b51268 JM |
6828 | msgstr "" |
6829 | ||
807ab1f2 JM |
6830 | #: tree-ssa.c:134 |
6831 | msgid "Found a virtual definition for a GIMPLE register" | |
b1b51268 JM |
6832 | msgstr "" |
6833 | ||
807ab1f2 JM |
6834 | #: tree-ssa.c:140 |
6835 | msgid "Found a real definition for a non-register" | |
b1b51268 JM |
6836 | msgstr "" |
6837 | ||
807ab1f2 | 6838 | #: tree-ssa.c:169 |
b1b51268 JM |
6839 | #, c-format |
6840 | msgid "SSA_NAME created in two different blocks %i and %i" | |
6841 | msgstr "" | |
6842 | ||
807ab1f2 | 6843 | #: tree-ssa.c:178 |
b1b51268 JM |
6844 | msgid "SSA_NAME_DEF_STMT is wrong" |
6845 | msgstr "" | |
6846 | ||
a05e4fdb | 6847 | #: tree-ssa.c:229 |
b1b51268 JM |
6848 | msgid "Missing definition" |
6849 | msgstr "" | |
6850 | ||
a05e4fdb | 6851 | #: tree-ssa.c:235 |
b1b51268 JM |
6852 | #, c-format |
6853 | msgid "Definition in block %i does not dominate use in block %i" | |
6854 | msgstr "" | |
6855 | ||
a05e4fdb JM |
6856 | #: tree-ssa.c:243 |
6857 | #, c-format | |
6858 | msgid "Definition in block %i follows the use" | |
6859 | msgstr "" | |
6860 | ||
6861 | #: tree-ssa.c:250 | |
b1b51268 JM |
6862 | msgid "SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set" |
6863 | msgstr "" | |
6864 | ||
de104104 | 6865 | #: tree-ssa.c:301 |
b1b51268 JM |
6866 | #, c-format |
6867 | msgid "Wrong edge %d->%d for PHI argument\n" | |
6868 | msgstr "" | |
6869 | ||
de104104 | 6870 | #: tree-ssa.c:308 |
b1b51268 JM |
6871 | #, c-format |
6872 | msgid "PHI argument flowing through dead edge %d->%d\n" | |
6873 | msgstr "" | |
6874 | ||
de104104 | 6875 | #: tree-ssa.c:315 |
b1b51268 JM |
6876 | #, c-format |
6877 | msgid "PHI argument duplicated for edge %d->%d\n" | |
6878 | msgstr "" | |
6879 | ||
de104104 | 6880 | #: tree-ssa.c:334 |
b1b51268 JM |
6881 | #, c-format |
6882 | msgid "No argument flowing through edge %d->%d\n" | |
6883 | msgstr "" | |
6884 | ||
de104104 | 6885 | #: tree-ssa.c:379 |
807ab1f2 | 6886 | msgid "Non-addressable variable inside an alias set." |
b1b51268 JM |
6887 | msgstr "" |
6888 | ||
de104104 | 6889 | #: tree-ssa.c:397 |
807ab1f2 | 6890 | msgid "Addressable variable that is an alias tag but is not in any alias set." |
b1b51268 JM |
6891 | msgstr "" |
6892 | ||
de104104 | 6893 | #: tree-ssa.c:407 |
807ab1f2 JM |
6894 | msgid "verify_flow_insensitive_alias_info failed." |
6895 | msgstr "" | |
6896 | ||
de104104 | 6897 | #: tree-ssa.c:446 |
807ab1f2 JM |
6898 | msgid "Dereferenced pointers should have a name or a type tag" |
6899 | msgstr "" | |
6900 | ||
de104104 | 6901 | #: tree-ssa.c:455 |
807ab1f2 JM |
6902 | msgid "" |
6903 | "Pointers with a memory tag, should have points-to sets or point to malloc" | |
6904 | msgstr "" | |
6905 | ||
de104104 | 6906 | #: tree-ssa.c:463 |
807ab1f2 | 6907 | msgid "Pointer escapes but its name tag is not call-clobbered." |
b1b51268 JM |
6908 | msgstr "" |
6909 | ||
de104104 | 6910 | #: tree-ssa.c:487 |
807ab1f2 | 6911 | msgid "Two pointers with different name tags and identical points-to sets" |
b1b51268 JM |
6912 | msgstr "" |
6913 | ||
de104104 | 6914 | #: tree-ssa.c:499 |
807ab1f2 | 6915 | msgid "verify_flow_sensitive_alias_info failed." |
b1b51268 JM |
6916 | msgstr "" |
6917 | ||
d5706a1e ZW |
6918 | #: tree-ssa.c:554 |
6919 | msgid "PHI argument is not SSA_NAME, or invariant" | |
6920 | msgstr "" | |
6921 | ||
6922 | #: tree-ssa.c:571 | |
807ab1f2 JM |
6923 | msgid "Statement makes aliased stores, but has no V_MAY_DEFS" |
6924 | msgstr "" | |
6925 | ||
d5706a1e | 6926 | #: tree-ssa.c:605 |
807ab1f2 JM |
6927 | #, c-format |
6928 | msgid "AUX pointer initialized for edge %d->%d\n" | |
6929 | msgstr "" | |
6930 | ||
d5706a1e | 6931 | #: tree-ssa.c:684 |
b1b51268 JM |
6932 | msgid "verify_ssa failed." |
6933 | msgstr "" | |
6934 | ||
d5706a1e | 6935 | #: tree-ssa.c:1315 |
b1b51268 JM |
6936 | msgid "%H'%D' is used uninitialized in this function" |
6937 | msgstr "" | |
6938 | ||
d5706a1e | 6939 | #: tree-ssa.c:1340 |
b1b51268 JM |
6940 | msgid "%H'%D' may be used uninitialized in this function" |
6941 | msgstr "" | |
6942 | ||
de104104 | 6943 | #: tree-vectorizer.c:1213 |
807ab1f2 | 6944 | msgid "no support for reduction/induction" |
b1b51268 JM |
6945 | msgstr "" |
6946 | ||
de104104 | 6947 | #: tree-vectorizer.c:1239 |
807ab1f2 | 6948 | msgid "unsupported defining stmt" |
b1b51268 JM |
6949 | msgstr "" |
6950 | ||
de104104 | 6951 | #: tree.c:3160 |
a05e4fdb | 6952 | msgid "%Jfunction %qD definition is marked dllimport." |
b1b51268 JM |
6953 | msgstr "" |
6954 | ||
de104104 | 6955 | #: tree.c:3168 |
a05e4fdb | 6956 | msgid "%Jvariable %qD definition is marked dllimport." |
b1b51268 JM |
6957 | msgstr "" |
6958 | ||
de104104 | 6959 | #: tree.c:3188 |
a05e4fdb | 6960 | msgid "%Jexternal linkage required for symbol %qD because of %qs attribute." |
b1b51268 JM |
6961 | msgstr "" |
6962 | ||
de104104 | 6963 | #: tree.c:4328 |
807ab1f2 JM |
6964 | msgid "arrays of functions are not meaningful" |
6965 | msgstr "" | |
6966 | ||
de104104 | 6967 | #: tree.c:4377 |
807ab1f2 JM |
6968 | msgid "function return type cannot be function" |
6969 | msgstr "" | |
6970 | ||
de104104 | 6971 | #: tree.c:5259 |
807ab1f2 | 6972 | msgid "invalid initializer for bit string" |
b1b51268 JM |
6973 | msgstr "" |
6974 | ||
de104104 | 6975 | #: tree.c:5337 |
b1b51268 | 6976 | #, c-format |
807ab1f2 | 6977 | msgid "tree check: expected %s, have %s in %s, at %s:%d" |
b1b51268 JM |
6978 | msgstr "" |
6979 | ||
de104104 | 6980 | #: tree.c:5374 |
b1b51268 | 6981 | #, c-format |
807ab1f2 | 6982 | msgid "tree check: expected none of %s, have %s in %s, at %s:%d" |
b1b51268 JM |
6983 | msgstr "" |
6984 | ||
de104104 | 6985 | #: tree.c:5387 |
b1b51268 | 6986 | #, c-format |
de104104 | 6987 | msgid "tree check: expected class %qs, have %qs (%s) in %s, at %s:%d" |
b1b51268 JM |
6988 | msgstr "" |
6989 | ||
de104104 | 6990 | #: tree.c:5401 |
b1b51268 | 6991 | #, c-format |
807ab1f2 | 6992 | msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d" |
b1b51268 JM |
6993 | msgstr "" |
6994 | ||
de104104 | 6995 | #: tree.c:5413 |
b1b51268 JM |
6996 | #, c-format |
6997 | msgid "tree check: accessed elt %d of phi_node with %d elts in %s, at %s:%d" | |
6998 | msgstr "" | |
6999 | ||
de104104 | 7000 | #: tree.c:5425 |
b1b51268 JM |
7001 | #, c-format |
7002 | msgid "tree check: accessed operand %d of %s with %d operands in %s, at %s:%d" | |
7003 | msgstr "" | |
7004 | ||
a05e4fdb | 7005 | #: varasm.c:480 |
b1b51268 JM |
7006 | msgid "%J%D causes a section type conflict" |
7007 | msgstr "" | |
7008 | ||
807ab1f2 | 7009 | #: varasm.c:900 |
a05e4fdb | 7010 | msgid "%Jregister name not specified for %qD" |
b1b51268 JM |
7011 | msgstr "" |
7012 | ||
807ab1f2 | 7013 | #: varasm.c:902 |
a05e4fdb | 7014 | msgid "%Jinvalid register name for %qD" |
b1b51268 JM |
7015 | msgstr "" |
7016 | ||
a05e4fdb JM |
7017 | #: varasm.c:904 |
7018 | msgid "%Jdata type of %qD isn%'t suitable for a register" | |
b1b51268 JM |
7019 | msgstr "" |
7020 | ||
a05e4fdb JM |
7021 | #: varasm.c:907 |
7022 | msgid "%Jregister specified for %qD isn%'t suitable for data type" | |
b1b51268 JM |
7023 | msgstr "" |
7024 | ||
a05e4fdb JM |
7025 | #: varasm.c:917 |
7026 | msgid "global register variable has initial value" | |
b1b51268 JM |
7027 | msgstr "" |
7028 | ||
a05e4fdb JM |
7029 | #: varasm.c:920 |
7030 | msgid "volatile register variables don%'t work as you might wish" | |
b1b51268 JM |
7031 | msgstr "" |
7032 | ||
a05e4fdb JM |
7033 | #: varasm.c:953 |
7034 | msgid "%Jregister name given for non-register variable %qD" | |
b1b51268 JM |
7035 | msgstr "" |
7036 | ||
a05e4fdb | 7037 | #: varasm.c:1574 |
b1b51268 | 7038 | msgid "" |
a05e4fdb | 7039 | "%Jalignment of %qD is greater than maximum object file alignment. Using %d" |
b1b51268 JM |
7040 | msgstr "" |
7041 | ||
a05e4fdb | 7042 | #: varasm.c:1623 |
b1b51268 JM |
7043 | msgid "thread-local COMMON data not implemented" |
7044 | msgstr "" | |
7045 | ||
a05e4fdb | 7046 | #: varasm.c:1648 |
b1b51268 | 7047 | msgid "" |
a05e4fdb | 7048 | "%Jrequested alignment for %qD is greater than implemented alignment of %d" |
b1b51268 JM |
7049 | msgstr "" |
7050 | ||
de104104 | 7051 | #: varasm.c:3727 |
b1b51268 JM |
7052 | msgid "initializer for integer value is too complicated" |
7053 | msgstr "" | |
7054 | ||
de104104 | 7055 | #: varasm.c:3732 |
b1b51268 JM |
7056 | msgid "initializer for floating value is not a floating constant" |
7057 | msgstr "" | |
7058 | ||
de104104 | 7059 | #: varasm.c:3798 |
b1b51268 JM |
7060 | msgid "unknown set constructor type" |
7061 | msgstr "" | |
7062 | ||
de104104 | 7063 | #: varasm.c:4017 |
b1b51268 | 7064 | #, c-format |
a05e4fdb | 7065 | msgid "invalid initial value for member %qs" |
b1b51268 JM |
7066 | msgstr "" |
7067 | ||
de104104 | 7068 | #: varasm.c:4204 varasm.c:4248 |
a05e4fdb | 7069 | msgid "%Jweak declaration of %qD must precede definition" |
b1b51268 JM |
7070 | msgstr "" |
7071 | ||
de104104 | 7072 | #: varasm.c:4212 |
b1b51268 | 7073 | msgid "" |
a05e4fdb | 7074 | "%Jweak declaration of %qD after first use results in unspecified behavior" |
b1b51268 JM |
7075 | msgstr "" |
7076 | ||
de104104 | 7077 | #: varasm.c:4246 |
a05e4fdb | 7078 | msgid "%Jweak declaration of %qD must be public" |
b1b51268 JM |
7079 | msgstr "" |
7080 | ||
de104104 | 7081 | #: varasm.c:4255 |
a05e4fdb | 7082 | msgid "%Jweak declaration of %qD not supported" |
b1b51268 JM |
7083 | msgstr "" |
7084 | ||
de104104 | 7085 | #: varasm.c:4284 varasm.c:4377 |
b1b51268 JM |
7086 | msgid "only weak aliases are supported in this configuration" |
7087 | msgstr "" | |
7088 | ||
de104104 | 7089 | #: varasm.c:4380 |
b1b51268 JM |
7090 | msgid "alias definitions not supported in this configuration; ignored" |
7091 | msgstr "" | |
7092 | ||
de104104 | 7093 | #: varasm.c:4409 |
b1b51268 JM |
7094 | msgid "visibility attribute not supported in this configuration; ignored" |
7095 | msgstr "" | |
7096 | ||
807ab1f2 | 7097 | #: varray.c:204 |
b1b51268 JM |
7098 | #, c-format |
7099 | msgid "virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d" | |
7100 | msgstr "" | |
7101 | ||
807ab1f2 | 7102 | #: varray.c:214 |
b1b51268 JM |
7103 | #, c-format |
7104 | msgid "underflowed virtual array %s in %s, at %s:%d" | |
7105 | msgstr "" | |
7106 | ||
807ab1f2 JM |
7107 | #: vec.c:146 |
7108 | #, c-format | |
7109 | msgid "vector %s %s domain error, in %s at %s:%u" | |
7110 | msgstr "" | |
7111 | ||
b1b51268 JM |
7112 | #. Print an error message for unrecognized stab codes. |
7113 | #: xcoffout.c:187 | |
7114 | #, c-format | |
7115 | msgid "no sclass for %s stab (0x%x)\n" | |
7116 | msgstr "" | |
7117 | ||
7118 | #. | |
7119 | #. Local variables: | |
7120 | #. mode:c | |
7121 | #. End: | |
7122 | #. | |
7123 | #: diagnostic.def:1 | |
7124 | msgid "fatal error: " | |
7125 | msgstr "" | |
7126 | ||
7127 | #: diagnostic.def:2 | |
7128 | msgid "internal compiler error: " | |
b06c20ee JM |
7129 | msgstr "" |
7130 | ||
7131 | #: diagnostic.def:3 | |
7132 | msgid "error: " | |
7133 | msgstr "" | |
7134 | ||
7135 | #: diagnostic.def:4 | |
7136 | msgid "sorry, unimplemented: " | |
7137 | msgstr "" | |
7138 | ||
807ab1f2 JM |
7139 | #: diagnostic.def:5 |
7140 | msgid "warning: " | |
7141 | msgstr "" | |
7142 | ||
b06c20ee JM |
7143 | #: diagnostic.def:6 |
7144 | msgid "anachronism: " | |
7145 | msgstr "" | |
7146 | ||
7147 | #: diagnostic.def:7 | |
7148 | msgid "note: " | |
7149 | msgstr "" | |
7150 | ||
7151 | #: diagnostic.def:8 | |
7152 | msgid "debug: " | |
7153 | msgstr "" | |
7154 | ||
b97e55da JM |
7155 | #: params.def:53 |
7156 | msgid "" | |
7157 | "The maximum number of instructions in a single function eligible for inlining" | |
9e620082 ZW |
7158 | msgstr "" |
7159 | ||
b97e55da JM |
7160 | #: params.def:65 |
7161 | msgid "The maximum number of instructions when automatically inlining" | |
9e620082 ZW |
7162 | msgstr "" |
7163 | ||
b1b51268 JM |
7164 | #: params.def:70 |
7165 | msgid "" | |
7166 | "The maximum number of instructions inline function can grow to via recursive " | |
7167 | "inlining" | |
7168 | msgstr "" | |
7169 | ||
8d98c44c | 7170 | #: params.def:75 |
b1b51268 JM |
7171 | msgid "" |
7172 | "The maximum number of instructions non-inline function can grow to via " | |
7173 | "recursive inlining" | |
7174 | msgstr "" | |
7175 | ||
7176 | #: params.def:80 | |
7177 | msgid "The maximum depth of recursive inlining for inline functions" | |
7178 | msgstr "" | |
7179 | ||
7180 | #: params.def:85 | |
7181 | msgid "The maximum depth of recursive inlining for non-inline functions" | |
7182 | msgstr "" | |
7183 | ||
7184 | #: params.def:95 | |
b97e55da | 7185 | msgid "The maximum number of instructions for the RTL inliner" |
9e620082 ZW |
7186 | msgstr "" |
7187 | ||
b1b51268 | 7188 | #: params.def:106 |
b97e55da | 7189 | msgid "The maximum number of instructions to consider to fill a delay slot" |
9e620082 ZW |
7190 | msgstr "" |
7191 | ||
b1b51268 | 7192 | #: params.def:117 |
b97e55da JM |
7193 | msgid "" |
7194 | "The maximum number of instructions to consider to find accurate live " | |
7195 | "register information" | |
9e620082 ZW |
7196 | msgstr "" |
7197 | ||
b1b51268 | 7198 | #: params.def:127 |
b97e55da | 7199 | msgid "The maximum length of scheduling's pending operations list" |
9e620082 ZW |
7200 | msgstr "" |
7201 | ||
b1b51268 | 7202 | #: params.def:132 |
b97e55da | 7203 | msgid "The size of function body to be considered large" |
9e620082 ZW |
7204 | msgstr "" |
7205 | ||
b1b51268 | 7206 | #: params.def:136 |
b97e55da | 7207 | msgid "Maximal growth due to inlining of large function (in percent)" |
9e620082 ZW |
7208 | msgstr "" |
7209 | ||
b1b51268 | 7210 | #: params.def:140 |
b97e55da JM |
7211 | msgid "" |
7212 | "how much can given compilation unit grow because of the inlining (in percent)" | |
9e620082 ZW |
7213 | msgstr "" |
7214 | ||
b1b51268 | 7215 | #: params.def:147 |
b97e55da | 7216 | msgid "The maximum amount of memory to be allocated by GCSE" |
9e620082 ZW |
7217 | msgstr "" |
7218 | ||
b1b51268 | 7219 | #: params.def:152 |
b97e55da | 7220 | msgid "The maximum number of passes to make when doing GCSE" |
9e620082 ZW |
7221 | msgstr "" |
7222 | ||
b1b51268 JM |
7223 | #: params.def:162 |
7224 | msgid "" | |
7225 | "The threshold ratio for performing partial redundancy elimination " | |
7226 | "after reload." | |
7227 | msgstr "" | |
7228 | ||
7229 | #: params.def:170 | |
7230 | msgid "" | |
7231 | "The threshold ratio of critical edges execution count that permit " | |
7232 | "performing redundancy elimination after reload." | |
7233 | msgstr "" | |
7234 | ||
7235 | #: params.def:182 | |
b97e55da | 7236 | msgid "The maximum number of instructions to consider to unroll in a loop" |
9e620082 ZW |
7237 | msgstr "" |
7238 | ||
b1b51268 | 7239 | #: params.def:188 |
b97e55da JM |
7240 | msgid "" |
7241 | "The maximum number of instructions to consider to unroll in a loop on average" | |
9e620082 ZW |
7242 | msgstr "" |
7243 | ||
b1b51268 | 7244 | #: params.def:193 |
b97e55da | 7245 | msgid "The maximum number of unrollings of a single loop" |
7bbf788c PT |
7246 | msgstr "" |
7247 | ||
b1b51268 | 7248 | #: params.def:198 |
b97e55da | 7249 | msgid "The maximum number of insns of a peeled loop" |
9e620082 ZW |
7250 | msgstr "" |
7251 | ||
b1b51268 | 7252 | #: params.def:203 |
b97e55da | 7253 | msgid "The maximum number of peelings of a single loop" |
9e620082 ZW |
7254 | msgstr "" |
7255 | ||
b1b51268 | 7256 | #: params.def:208 |
b97e55da | 7257 | msgid "The maximum number of insns of a completely peeled loop" |
9e620082 ZW |
7258 | msgstr "" |
7259 | ||
b1b51268 | 7260 | #: params.def:213 |
b97e55da JM |
7261 | msgid "" |
7262 | "The maximum number of peelings of a single loop that is peeled completely" | |
9e620082 ZW |
7263 | msgstr "" |
7264 | ||
b1b51268 | 7265 | #: params.def:218 |
b97e55da | 7266 | msgid "The maximum number of insns of a peeled loop that rolls only once" |
9e620082 ZW |
7267 | msgstr "" |
7268 | ||
b1b51268 | 7269 | #: params.def:224 |
b97e55da | 7270 | msgid "The maximum number of insns of an unswitched loop" |
9e620082 ZW |
7271 | msgstr "" |
7272 | ||
b1b51268 | 7273 | #: params.def:229 |
b97e55da | 7274 | msgid "The maximum number of unswitchings in a single loop" |
a47a6810 JM |
7275 | msgstr "" |
7276 | ||
807ab1f2 JM |
7277 | #: params.def:236 |
7278 | msgid "" | |
7279 | "Bound on the number of iterations the brute force # of iterations \t " | |
7280 | "analysis algorithm evaluates" | |
7281 | msgstr "" | |
7282 | ||
7283 | #: params.def:242 | |
7284 | msgid "" | |
7285 | "Maximum number of loops to perform swing modulo scheduling on \t (mainly " | |
7286 | "for debugging)" | |
7287 | msgstr "" | |
7288 | ||
7289 | #: params.def:249 | |
7290 | msgid "" | |
7291 | "A factor for tuning the upper bound that swing modulo scheduler uses \t for " | |
7292 | "scheduling a loop" | |
7293 | msgstr "" | |
7294 | ||
7295 | #: params.def:254 | |
7296 | msgid "" | |
7297 | "The number of cycles the swing modulo scheduler considers when \t checking " | |
7298 | "conflicts using DFA" | |
7299 | msgstr "" | |
7300 | ||
7301 | #: params.def:259 | |
7302 | msgid "" | |
7303 | "A threshold on the average loop count considered by the swing modulo \t " | |
7304 | "scheduler" | |
7305 | msgstr "" | |
7306 | ||
7307 | #: params.def:265 | |
b97e55da JM |
7308 | msgid "" |
7309 | "Select fraction of the maximal count of repetitions of basic block in " | |
7310 | "program given basic block needs to have to be considered hot" | |
9e620082 ZW |
7311 | msgstr "" |
7312 | ||
807ab1f2 | 7313 | #: params.def:270 |
b97e55da JM |
7314 | msgid "" |
7315 | "Select fraction of the maximal frequency of executions of basic block in " | |
7316 | "function given basic block needs to have to be considered hot" | |
9e620082 ZW |
7317 | msgstr "" |
7318 | ||
807ab1f2 | 7319 | #: params.def:275 |
b97e55da JM |
7320 | msgid "" |
7321 | "The percentage of function, weighted by execution frequency, that must be " | |
7322 | "covered by trace formation. Used when profile feedback is available" | |
9e620082 ZW |
7323 | msgstr "" |
7324 | ||
807ab1f2 | 7325 | #: params.def:280 |
b97e55da JM |
7326 | msgid "" |
7327 | "The percentage of function, weighted by execution frequency, that must be " | |
7328 | "covered by trace formation. Used when profile feedback is not available" | |
9e620082 ZW |
7329 | msgstr "" |
7330 | ||
807ab1f2 | 7331 | #: params.def:285 |
b97e55da | 7332 | msgid "Maximal code growth caused by tail duplication (in percent)" |
9e620082 ZW |
7333 | msgstr "" |
7334 | ||
807ab1f2 | 7335 | #: params.def:289 |
b97e55da JM |
7336 | msgid "" |
7337 | "Stop reverse growth if the reverse probability of best edge is less than " | |
7338 | "this threshold (in percent)" | |
9e620082 ZW |
7339 | msgstr "" |
7340 | ||
807ab1f2 | 7341 | #: params.def:294 |
b97e55da JM |
7342 | msgid "" |
7343 | "Stop forward growth if the probability of best edge is less than this " | |
7344 | "threshold (in percent). Used when profile feedback is available" | |
9e620082 ZW |
7345 | msgstr "" |
7346 | ||
807ab1f2 | 7347 | #: params.def:299 |
b97e55da JM |
7348 | msgid "" |
7349 | "Stop forward growth if the probability of best edge is less than this " | |
7350 | "threshold (in percent). Used when profile feedback is not available" | |
9e620082 ZW |
7351 | msgstr "" |
7352 | ||
807ab1f2 | 7353 | #: params.def:306 |
b97e55da | 7354 | msgid "The maximum number of incoming edges to consider for crossjumping" |
9e620082 ZW |
7355 | msgstr "" |
7356 | ||
807ab1f2 JM |
7357 | #: params.def:312 |
7358 | msgid "" | |
7359 | "The minimum number of matching instructions to consider for crossjumping" | |
7360 | msgstr "" | |
7361 | ||
7362 | #: params.def:318 | |
b97e55da | 7363 | msgid "The maximum length of path considered in cse" |
9e620082 ZW |
7364 | msgstr "" |
7365 | ||
807ab1f2 JM |
7366 | #: params.def:325 |
7367 | msgid "" | |
7368 | "The minimum cost of an expensive expression in the loop invariant motion" | |
7369 | msgstr "" | |
7370 | ||
7371 | #: params.def:334 | |
7372 | msgid "" | |
7373 | "Bound on number of candidates below that all candidates are considered in iv " | |
7374 | "optimizations" | |
7375 | msgstr "" | |
7376 | ||
7377 | #: params.def:342 | |
7378 | msgid "Bound on number of iv uses in loop optimized in iv optimizations" | |
7379 | msgstr "" | |
7380 | ||
7381 | #: params.def:349 | |
b1b51268 JM |
7382 | msgid "" |
7383 | "Given N calls and V call-clobbered vars in a function. Use .GLOBAL_VAR if " | |
7384 | "NxV is larger than this limit" | |
7385 | msgstr "" | |
7386 | ||
807ab1f2 | 7387 | #: params.def:354 |
01b84e13 JM |
7388 | msgid "The maximum memory locations recorded by cselib" |
7389 | msgstr "" | |
7390 | ||
807ab1f2 | 7391 | #: params.def:367 |
b97e55da JM |
7392 | msgid "" |
7393 | "Minimum heap expansion to trigger garbage collection, as a percentage of the " | |
7394 | "total size of the heap" | |
9e620082 ZW |
7395 | msgstr "" |
7396 | ||
807ab1f2 | 7397 | #: params.def:373 |
b97e55da | 7398 | msgid "Minimum heap size before we start collecting garbage, in kilobytes" |
a47a6810 JM |
7399 | msgstr "" |
7400 | ||
807ab1f2 | 7401 | #: params.def:381 |
01b84e13 JM |
7402 | msgid "" |
7403 | "The maximum number of instructions to search backward when looking for " | |
7404 | "equivalent reload" | |
7405 | msgstr "" | |
7406 | ||
807ab1f2 | 7407 | #: params.def:386 |
b1b51268 JM |
7408 | msgid "" |
7409 | "The maximum number of virtual operands allowed to represent aliases before " | |
7410 | "triggering alias grouping." | |
7411 | msgstr "" | |
7412 | ||
807ab1f2 | 7413 | #: params.def:391 |
b1b51268 JM |
7414 | msgid "" |
7415 | "The maximum number of blocks in a region to be considered for interblock " | |
7416 | "scheduling" | |
7417 | msgstr "" | |
7418 | ||
807ab1f2 | 7419 | #: params.def:396 |
b1b51268 JM |
7420 | msgid "" |
7421 | "The maximum number of insns in a region to be considered for interblock " | |
7422 | "scheduling" | |
7423 | msgstr "" | |
7424 | ||
807ab1f2 JM |
7425 | #: params.def:404 |
7426 | msgid "The upper bound for sharing integer constants" | |
7427 | msgstr "" | |
7428 | ||
a05e4fdb | 7429 | #: config/darwin-c.c:84 |
b97e55da | 7430 | msgid "too many #pragma options align=reset" |
9e620082 ZW |
7431 | msgstr "" |
7432 | ||
a05e4fdb JM |
7433 | #: config/darwin-c.c:104 config/darwin-c.c:107 config/darwin-c.c:109 |
7434 | #: config/darwin-c.c:111 | |
b97e55da | 7435 | msgid "malformed '#pragma options', ignoring" |
9e620082 ZW |
7436 | msgstr "" |
7437 | ||
a05e4fdb | 7438 | #: config/darwin-c.c:114 |
b97e55da | 7439 | msgid "junk at end of '#pragma options'" |
9e620082 ZW |
7440 | msgstr "" |
7441 | ||
a05e4fdb | 7442 | #: config/darwin-c.c:124 |
b97e55da | 7443 | msgid "malformed '#pragma options align={mac68k|power|reset}', ignoring" |
9e620082 ZW |
7444 | msgstr "" |
7445 | ||
a05e4fdb | 7446 | #: config/darwin-c.c:136 |
b97e55da | 7447 | msgid "missing '(' after '#pragma unused', ignoring" |
9e620082 ZW |
7448 | msgstr "" |
7449 | ||
a05e4fdb | 7450 | #: config/darwin-c.c:154 |
b97e55da | 7451 | msgid "missing ')' after '#pragma unused', ignoring" |
9e620082 ZW |
7452 | msgstr "" |
7453 | ||
a05e4fdb | 7454 | #: config/darwin-c.c:157 |
b97e55da | 7455 | msgid "junk at end of '#pragma unused'" |
9e620082 ZW |
7456 | msgstr "" |
7457 | ||
a05e4fdb | 7458 | #: config/darwin-c.c:367 |
b1b51268 JM |
7459 | #, c-format |
7460 | msgid "subframework include %s conflicts with framework include" | |
7461 | msgstr "" | |
7462 | ||
a05e4fdb | 7463 | #: config/darwin.c:1328 |
8d98c44c JM |
7464 | msgid "" |
7465 | "internal and protected visibility attributes not supportedin this " | |
7466 | "configuration; ignored" | |
7467 | msgstr "" | |
7468 | ||
807ab1f2 JM |
7469 | #: config/sol2-c.c:93 config/sol2-c.c:109 |
7470 | msgid "malformed %<#pragma align%>, ignoring" | |
7471 | msgstr "" | |
7472 | ||
7473 | #: config/sol2-c.c:102 | |
7474 | msgid "invalid alignment for %<#pragma align%>, ignoring" | |
7475 | msgstr "" | |
7476 | ||
7477 | #: config/sol2-c.c:117 | |
7478 | msgid "%<#pragma align%> must appear before the declaration of %D, ignoring" | |
7479 | msgstr "" | |
7480 | ||
7481 | #: config/sol2-c.c:129 config/sol2-c.c:141 | |
7482 | msgid "malformed %<#pragma align%>" | |
7483 | msgstr "" | |
7484 | ||
7485 | #: config/sol2-c.c:136 | |
7486 | msgid "junk at end of %<#pragma align%>" | |
7487 | msgstr "" | |
7488 | ||
7489 | #: config/sol2-c.c:157 config/sol2-c.c:164 | |
7490 | msgid "malformed %<#pragma init%>, ignoring" | |
7491 | msgstr "" | |
7492 | ||
7493 | #: config/sol2-c.c:187 config/sol2-c.c:199 | |
7494 | msgid "malformed %<#pragma init%>" | |
7495 | msgstr "" | |
7496 | ||
7497 | #: config/sol2-c.c:194 | |
7498 | msgid "junk at end of %<#pragma init%>" | |
7499 | msgstr "" | |
7500 | ||
7501 | #: config/sol2-c.c:215 config/sol2-c.c:222 | |
7502 | msgid "malformed %<#pragma fini%>, ignoring" | |
7503 | msgstr "" | |
7504 | ||
7505 | #: config/sol2-c.c:245 config/sol2-c.c:257 | |
7506 | msgid "malformed %<#pragma fini%>" | |
7507 | msgstr "" | |
7508 | ||
7509 | #: config/sol2-c.c:252 | |
7510 | msgid "junk at end of %<#pragma fini%>" | |
7511 | msgstr "" | |
7512 | ||
7513 | #: config/sol2.c:53 | |
7514 | msgid "%Jignoring %<#pragma align%> for explicitly aligned %<%D%>" | |
7515 | msgstr "" | |
7516 | ||
7517 | #: config/darwin.h:152 | |
7518 | msgid "Set sizeof(bool) to 1" | |
7519 | msgstr "" | |
7520 | ||
7521 | #: config/darwin.h:154 | |
7522 | msgid "Generate code suitable for fast turn around debugging" | |
7523 | msgstr "" | |
7524 | ||
7525 | #: config/darwin.h:156 | |
7526 | msgid "Don't generate code suitable for fast turn around debugging" | |
7527 | msgstr "" | |
7528 | ||
7529 | #: config/lynx.h:137 | |
7530 | msgid "Use shared libraries" | |
7531 | msgstr "" | |
7532 | ||
7533 | #: config/lynx.h:138 | |
7534 | msgid "Support multi-threading" | |
9e620082 ZW |
7535 | msgstr "" |
7536 | ||
807ab1f2 JM |
7537 | #: config/lynx.h:139 |
7538 | msgid "Support legacy multi-threading" | |
9e620082 ZW |
7539 | msgstr "" |
7540 | ||
b97e55da JM |
7541 | #: config/windiss.h:37 |
7542 | msgid "profiler support for WindISS" | |
9e620082 ZW |
7543 | msgstr "" |
7544 | ||
807ab1f2 | 7545 | #: config/alpha/alpha.c:254 |
b97e55da JM |
7546 | #, c-format |
7547 | msgid "-f%s ignored for Unicos/Mk (not supported)" | |
9e620082 ZW |
7548 | msgstr "" |
7549 | ||
807ab1f2 | 7550 | #: config/alpha/alpha.c:278 |
b97e55da | 7551 | msgid "-mieee not supported on Unicos/Mk" |
9e620082 ZW |
7552 | msgstr "" |
7553 | ||
807ab1f2 | 7554 | #: config/alpha/alpha.c:289 |
b97e55da | 7555 | msgid "-mieee-with-inexact not supported on Unicos/Mk" |
9e620082 ZW |
7556 | msgstr "" |
7557 | ||
807ab1f2 | 7558 | #: config/alpha/alpha.c:306 |
b97e55da JM |
7559 | #, c-format |
7560 | msgid "bad value `%s' for -mtrap-precision switch" | |
9e620082 ZW |
7561 | msgstr "" |
7562 | ||
807ab1f2 | 7563 | #: config/alpha/alpha.c:320 |
b97e55da JM |
7564 | #, c-format |
7565 | msgid "bad value `%s' for -mfp-rounding-mode switch" | |
9e620082 ZW |
7566 | msgstr "" |
7567 | ||
807ab1f2 | 7568 | #: config/alpha/alpha.c:335 |
b97e55da JM |
7569 | #, c-format |
7570 | msgid "bad value `%s' for -mfp-trap-mode switch" | |
9e620082 ZW |
7571 | msgstr "" |
7572 | ||
d5706a1e | 7573 | #: config/alpha/alpha.c:347 config/rs6000/rs6000.c:1645 |
b97e55da JM |
7574 | #, c-format |
7575 | msgid "bad value `%s' for -mtls-size switch" | |
9e620082 ZW |
7576 | msgstr "" |
7577 | ||
807ab1f2 | 7578 | #: config/alpha/alpha.c:366 config/alpha/alpha.c:378 |
b97e55da JM |
7579 | #, c-format |
7580 | msgid "bad value `%s' for -mcpu switch" | |
9e620082 ZW |
7581 | msgstr "" |
7582 | ||
807ab1f2 | 7583 | #: config/alpha/alpha.c:385 |
b97e55da | 7584 | msgid "trap mode not supported on Unicos/Mk" |
9e620082 ZW |
7585 | msgstr "" |
7586 | ||
807ab1f2 | 7587 | #: config/alpha/alpha.c:392 |
b97e55da | 7588 | msgid "fp software completion requires -mtrap-precision=i" |
9e620082 ZW |
7589 | msgstr "" |
7590 | ||
807ab1f2 | 7591 | #: config/alpha/alpha.c:408 |
b97e55da | 7592 | msgid "rounding mode not supported for VAX floats" |
9e620082 ZW |
7593 | msgstr "" |
7594 | ||
807ab1f2 | 7595 | #: config/alpha/alpha.c:413 |
b97e55da | 7596 | msgid "trap mode not supported for VAX floats" |
7bbf788c PT |
7597 | msgstr "" |
7598 | ||
807ab1f2 | 7599 | #: config/alpha/alpha.c:417 |
b1b51268 JM |
7600 | msgid "128-bit long double not supported for VAX floats" |
7601 | msgstr "" | |
7602 | ||
807ab1f2 | 7603 | #: config/alpha/alpha.c:445 |
b97e55da JM |
7604 | #, c-format |
7605 | msgid "L%d cache latency unknown for %s" | |
9e620082 ZW |
7606 | msgstr "" |
7607 | ||
807ab1f2 | 7608 | #: config/alpha/alpha.c:460 |
b97e55da JM |
7609 | #, c-format |
7610 | msgid "bad value `%s' for -mmemory-latency" | |
9e620082 ZW |
7611 | msgstr "" |
7612 | ||
de104104 | 7613 | #: config/alpha/alpha.c:4547 |
b97e55da JM |
7614 | #, c-format |
7615 | msgid "invalid %%H value" | |
9e620082 ZW |
7616 | msgstr "" |
7617 | ||
de104104 | 7618 | #: config/alpha/alpha.c:4568 |
b97e55da JM |
7619 | #, c-format |
7620 | msgid "invalid %%J value" | |
9e620082 ZW |
7621 | msgstr "" |
7622 | ||
de104104 | 7623 | #: config/alpha/alpha.c:4584 config/ia64/ia64.c:3710 |
b97e55da JM |
7624 | #, c-format |
7625 | msgid "invalid %%r value" | |
7bbf788c PT |
7626 | msgstr "" |
7627 | ||
d5706a1e | 7628 | #: config/alpha/alpha.c:4594 config/rs6000/rs6000.c:10304 |
807ab1f2 | 7629 | #: config/xtensa/xtensa.c:1951 |
b97e55da JM |
7630 | #, c-format |
7631 | msgid "invalid %%R value" | |
9e620082 ZW |
7632 | msgstr "" |
7633 | ||
d5706a1e | 7634 | #: config/alpha/alpha.c:4600 config/rs6000/rs6000.c:10223 |
807ab1f2 | 7635 | #: config/xtensa/xtensa.c:1918 |
b97e55da JM |
7636 | #, c-format |
7637 | msgid "invalid %%N value" | |
9e620082 ZW |
7638 | msgstr "" |
7639 | ||
d5706a1e | 7640 | #: config/alpha/alpha.c:4608 config/rs6000/rs6000.c:10251 |
b97e55da JM |
7641 | #, c-format |
7642 | msgid "invalid %%P value" | |
9e620082 ZW |
7643 | msgstr "" |
7644 | ||
de104104 | 7645 | #: config/alpha/alpha.c:4616 |
b97e55da JM |
7646 | #, c-format |
7647 | msgid "invalid %%h value" | |
d9b2742a ZW |
7648 | msgstr "" |
7649 | ||
de104104 | 7650 | #: config/alpha/alpha.c:4624 config/xtensa/xtensa.c:1944 |
b97e55da JM |
7651 | #, c-format |
7652 | msgid "invalid %%L value" | |
9e620082 ZW |
7653 | msgstr "" |
7654 | ||
d5706a1e | 7655 | #: config/alpha/alpha.c:4663 config/rs6000/rs6000.c:10205 |
b97e55da JM |
7656 | #, c-format |
7657 | msgid "invalid %%m value" | |
9e620082 ZW |
7658 | msgstr "" |
7659 | ||
d5706a1e | 7660 | #: config/alpha/alpha.c:4671 config/rs6000/rs6000.c:10213 |
b97e55da JM |
7661 | #, c-format |
7662 | msgid "invalid %%M value" | |
9e620082 ZW |
7663 | msgstr "" |
7664 | ||
de104104 | 7665 | #: config/alpha/alpha.c:4715 |
b97e55da JM |
7666 | #, c-format |
7667 | msgid "invalid %%U value" | |
9e620082 ZW |
7668 | msgstr "" |
7669 | ||
de104104 | 7670 | #: config/alpha/alpha.c:4727 config/alpha/alpha.c:4741 |
d5706a1e | 7671 | #: config/rs6000/rs6000.c:10312 |
b97e55da JM |
7672 | #, c-format |
7673 | msgid "invalid %%s value" | |
9e620082 ZW |
7674 | msgstr "" |
7675 | ||
de104104 | 7676 | #: config/alpha/alpha.c:4764 |
b97e55da JM |
7677 | #, c-format |
7678 | msgid "invalid %%C value" | |
9e620082 ZW |
7679 | msgstr "" |
7680 | ||
d5706a1e ZW |
7681 | #: config/alpha/alpha.c:4801 config/rs6000/rs6000.c:10042 |
7682 | #: config/rs6000/rs6000.c:10062 | |
b97e55da JM |
7683 | #, c-format |
7684 | msgid "invalid %%E value" | |
9e620082 ZW |
7685 | msgstr "" |
7686 | ||
de104104 | 7687 | #: config/alpha/alpha.c:4826 config/alpha/alpha.c:4874 |
b97e55da | 7688 | msgid "unknown relocation unspec" |
9e620082 ZW |
7689 | msgstr "" |
7690 | ||
d5706a1e | 7691 | #: config/alpha/alpha.c:4835 config/rs6000/rs6000.c:10630 |
b97e55da JM |
7692 | #, c-format |
7693 | msgid "invalid %%xn code" | |
9e620082 ZW |
7694 | msgstr "" |
7695 | ||
d5706a1e ZW |
7696 | #: config/alpha/alpha.c:5795 config/alpha/alpha.c:5798 config/s390/s390.c:7703 |
7697 | #: config/s390/s390.c:7706 | |
b97e55da | 7698 | msgid "bad builtin fcode" |
9e620082 ZW |
7699 | msgstr "" |
7700 | ||
b97e55da JM |
7701 | #. Macro to define tables used to set the flags. |
7702 | #. This is a list in braces of pairs in braces, | |
7703 | #. each pair being { "NAME", VALUE } | |
7704 | #. where VALUE is the bits to set or minus the bits to clear. | |
7705 | #. An empty string NAME is used to identify the default VALUE. | |
807ab1f2 | 7706 | #: config/alpha/alpha.h:293 config/i386/i386.h:333 config/i386/i386.h:335 |
de104104 | 7707 | #: config/i386/i386.h:337 config/ns32k/ns32k.h:140 config/s390/s390.h:135 |
807ab1f2 | 7708 | #: config/sparc/sparc.h:616 config/sparc/sparc.h:621 |
b97e55da | 7709 | msgid "Use hardware fp" |
9e620082 ZW |
7710 | msgstr "" |
7711 | ||
807ab1f2 JM |
7712 | #: config/alpha/alpha.h:294 config/i386/i386.h:334 config/i386/i386.h:336 |
7713 | #: config/sparc/sparc.h:618 config/sparc/sparc.h:623 | |
b97e55da | 7714 | msgid "Do not use hardware fp" |
9e620082 ZW |
7715 | msgstr "" |
7716 | ||
b1b51268 | 7717 | #: config/alpha/alpha.h:295 |
b97e55da | 7718 | msgid "Use fp registers" |
9e620082 ZW |
7719 | msgstr "" |
7720 | ||
b1b51268 | 7721 | #: config/alpha/alpha.h:297 |
b97e55da | 7722 | msgid "Do not use fp registers" |
9e620082 ZW |
7723 | msgstr "" |
7724 | ||
b1b51268 | 7725 | #: config/alpha/alpha.h:298 |
b97e55da | 7726 | msgid "Do not assume GAS" |
9e620082 ZW |
7727 | msgstr "" |
7728 | ||
b1b51268 | 7729 | #: config/alpha/alpha.h:299 |
b97e55da | 7730 | msgid "Assume GAS" |
9e620082 ZW |
7731 | msgstr "" |
7732 | ||
b1b51268 | 7733 | #: config/alpha/alpha.h:301 |
b97e55da | 7734 | msgid "Request IEEE-conformant math library routines (OSF/1)" |
7bbf788c PT |
7735 | msgstr "" |
7736 | ||
b1b51268 | 7737 | #: config/alpha/alpha.h:303 |
b97e55da | 7738 | msgid "Emit IEEE-conformant code, without inexact exceptions" |
9e620082 ZW |
7739 | msgstr "" |
7740 | ||
b1b51268 | 7741 | #: config/alpha/alpha.h:305 |
b97e55da | 7742 | msgid "Emit IEEE-conformant code, with inexact exceptions" |
9e620082 ZW |
7743 | msgstr "" |
7744 | ||
b1b51268 | 7745 | #: config/alpha/alpha.h:307 |
b97e55da | 7746 | msgid "Do not emit complex integer constants to read-only memory" |
9e620082 ZW |
7747 | msgstr "" |
7748 | ||
b1b51268 | 7749 | #: config/alpha/alpha.h:308 |
b97e55da | 7750 | msgid "Use VAX fp" |
9e620082 ZW |
7751 | msgstr "" |
7752 | ||
b1b51268 | 7753 | #: config/alpha/alpha.h:309 |
b97e55da | 7754 | msgid "Do not use VAX fp" |
9e620082 ZW |
7755 | msgstr "" |
7756 | ||
b1b51268 | 7757 | #: config/alpha/alpha.h:310 |
b97e55da | 7758 | msgid "Emit code for the byte/word ISA extension" |
9e620082 ZW |
7759 | msgstr "" |
7760 | ||
b1b51268 | 7761 | #: config/alpha/alpha.h:313 |
b97e55da | 7762 | msgid "Emit code for the motion video ISA extension" |
9e620082 ZW |
7763 | msgstr "" |
7764 | ||
b1b51268 | 7765 | #: config/alpha/alpha.h:316 |
b97e55da | 7766 | msgid "Emit code for the fp move and sqrt ISA extension" |
9e620082 ZW |
7767 | msgstr "" |
7768 | ||
b1b51268 | 7769 | #: config/alpha/alpha.h:318 |
b97e55da | 7770 | msgid "Emit code for the counting ISA extension" |
9e620082 ZW |
7771 | msgstr "" |
7772 | ||
b1b51268 | 7773 | #: config/alpha/alpha.h:321 |
b97e55da | 7774 | msgid "Emit code using explicit relocation directives" |
7bbf788c PT |
7775 | msgstr "" |
7776 | ||
b1b51268 | 7777 | #: config/alpha/alpha.h:324 |
b97e55da | 7778 | msgid "Emit 16-bit relocations to the small data areas" |
9e620082 ZW |
7779 | msgstr "" |
7780 | ||
b1b51268 | 7781 | #: config/alpha/alpha.h:326 |
b97e55da | 7782 | msgid "Emit 32-bit relocations to the small data areas" |
7bbf788c PT |
7783 | msgstr "" |
7784 | ||
b1b51268 | 7785 | #: config/alpha/alpha.h:328 |
b97e55da | 7786 | msgid "Emit direct branches to local functions" |
9e620082 ZW |
7787 | msgstr "" |
7788 | ||
b1b51268 | 7789 | #: config/alpha/alpha.h:331 |
b97e55da | 7790 | msgid "Emit rdval instead of rduniq for thread pointer" |
9e620082 ZW |
7791 | msgstr "" |
7792 | ||
b1b51268 JM |
7793 | #: config/alpha/alpha.h:333 |
7794 | msgid "Use 128-bit long double" | |
7795 | msgstr "" | |
7796 | ||
7797 | #: config/alpha/alpha.h:335 | |
7798 | msgid "Use 64-bit long double" | |
7799 | msgstr "" | |
7800 | ||
b97e55da JM |
7801 | #. For -mcpu= |
7802 | #. For -mtune= | |
7803 | #. For -mfp-rounding-mode=[n|m|c|d] | |
7804 | #. For -mfp-trap-mode=[n|u|su|sui] | |
7805 | #. For -mtrap-precision=[p|f|i] | |
7806 | #. For -mmemory-latency= | |
7807 | #. For -mtls-size= | |
b1b51268 | 7808 | #: config/alpha/alpha.h:364 |
b97e55da | 7809 | msgid "Use features of and schedule given CPU" |
9e620082 ZW |
7810 | msgstr "" |
7811 | ||
b1b51268 | 7812 | #: config/alpha/alpha.h:366 |
b97e55da | 7813 | msgid "Schedule given CPU" |
9e620082 ZW |
7814 | msgstr "" |
7815 | ||
b1b51268 | 7816 | #: config/alpha/alpha.h:368 |
b97e55da | 7817 | msgid "Control the generated fp rounding mode" |
9e620082 ZW |
7818 | msgstr "" |
7819 | ||
b1b51268 | 7820 | #: config/alpha/alpha.h:370 |
b97e55da | 7821 | msgid "Control the IEEE trap mode" |
9e620082 ZW |
7822 | msgstr "" |
7823 | ||
b1b51268 | 7824 | #: config/alpha/alpha.h:372 |
b97e55da | 7825 | msgid "Control the precision given to fp exceptions" |
9e620082 ZW |
7826 | msgstr "" |
7827 | ||
b1b51268 | 7828 | #: config/alpha/alpha.h:374 |
b97e55da | 7829 | msgid "Tune expected memory latency" |
9e620082 ZW |
7830 | msgstr "" |
7831 | ||
807ab1f2 | 7832 | #: config/alpha/alpha.h:376 config/ia64/ia64.h:284 config/rs6000/sysv4.h:90 |
b97e55da | 7833 | msgid "Specify bit size of immediate TLS offsets" |
9d967a7e ZW |
7834 | msgstr "" |
7835 | ||
807ab1f2 | 7836 | #: config/arc/arc.c:172 |
b97e55da JM |
7837 | #, c-format |
7838 | msgid "bad value (%s) for -mcpu switch" | |
d9b2742a ZW |
7839 | msgstr "" |
7840 | ||
807ab1f2 | 7841 | #: config/arc/arc.c:394 |
b97e55da JM |
7842 | #, c-format |
7843 | msgid "argument of `%s' attribute is not a string constant" | |
9e620082 ZW |
7844 | msgstr "" |
7845 | ||
807ab1f2 | 7846 | #: config/arc/arc.c:401 |
b97e55da JM |
7847 | #, c-format |
7848 | msgid "argument of `%s' attribute is not \"ilink1\" or \"ilink2\"" | |
9e620082 ZW |
7849 | msgstr "" |
7850 | ||
807ab1f2 | 7851 | #: config/arc/arc.c:1739 config/m32r/m32r.c:2130 |
5b7874aa | 7852 | #, c-format |
b97e55da | 7853 | msgid "invalid operand to %%R code" |
9e620082 ZW |
7854 | msgstr "" |
7855 | ||
807ab1f2 | 7856 | #: config/arc/arc.c:1771 config/m32r/m32r.c:2153 |
b97e55da JM |
7857 | #, c-format |
7858 | msgid "invalid operand to %%H/%%L code" | |
d9b2742a ZW |
7859 | msgstr "" |
7860 | ||
807ab1f2 | 7861 | #: config/arc/arc.c:1794 config/m32r/m32r.c:2224 |
b97e55da JM |
7862 | #, c-format |
7863 | msgid "invalid operand to %%U code" | |
d9b2742a ZW |
7864 | msgstr "" |
7865 | ||
807ab1f2 | 7866 | #: config/arc/arc.c:1805 |
5b7874aa | 7867 | #, c-format |
b97e55da | 7868 | msgid "invalid operand to %%V code" |
9e620082 ZW |
7869 | msgstr "" |
7870 | ||
b97e55da | 7871 | #. Unknown flag. |
de104104 | 7872 | #: config/arc/arc.c:1812 config/m32r/m32r.c:2251 config/sparc/sparc.c:7298 |
b97e55da | 7873 | msgid "invalid operand output code" |
9e620082 ZW |
7874 | msgstr "" |
7875 | ||
a05e4fdb | 7876 | #: config/arm/arm.c:774 |
5b7874aa | 7877 | #, c-format |
b97e55da | 7878 | msgid "switch -mcpu=%s conflicts with -march= switch" |
9e620082 ZW |
7879 | msgstr "" |
7880 | ||
d5706a1e | 7881 | #: config/arm/arm.c:784 config/rs6000/rs6000.c:1199 config/sparc/sparc.c:621 |
5b7874aa | 7882 | #, c-format |
b97e55da | 7883 | msgid "bad value (%s) for %s switch" |
9e620082 ZW |
7884 | msgstr "" |
7885 | ||
a05e4fdb | 7886 | #: config/arm/arm.c:893 |
b97e55da | 7887 | msgid "target CPU does not support interworking" |
9e620082 ZW |
7888 | msgstr "" |
7889 | ||
a05e4fdb | 7890 | #: config/arm/arm.c:899 |
b97e55da | 7891 | msgid "target CPU does not support THUMB instructions" |
9e620082 ZW |
7892 | msgstr "" |
7893 | ||
a05e4fdb | 7894 | #: config/arm/arm.c:913 |
5b7874aa | 7895 | msgid "" |
b97e55da | 7896 | "enabling backtrace support is only meaningful when compiling for the Thumb" |
9e620082 ZW |
7897 | msgstr "" |
7898 | ||
a05e4fdb | 7899 | #: config/arm/arm.c:916 |
5b7874aa | 7900 | msgid "" |
b97e55da JM |
7901 | "enabling callee interworking support is only meaningful when compiling for " |
7902 | "the Thumb" | |
9e620082 ZW |
7903 | msgstr "" |
7904 | ||
a05e4fdb | 7905 | #: config/arm/arm.c:919 |
a47a6810 | 7906 | msgid "" |
b97e55da JM |
7907 | "enabling caller interworking support is only meaningful when compiling for " |
7908 | "the Thumb" | |
a47a6810 JM |
7909 | msgstr "" |
7910 | ||
a05e4fdb | 7911 | #: config/arm/arm.c:923 |
b97e55da | 7912 | msgid "-mapcs-stack-check incompatible with -mno-apcs-frame" |
9e620082 ZW |
7913 | msgstr "" |
7914 | ||
a05e4fdb | 7915 | #: config/arm/arm.c:931 |
b97e55da | 7916 | msgid "-fpic and -mapcs-reent are incompatible" |
9e620082 ZW |
7917 | msgstr "" |
7918 | ||
a05e4fdb | 7919 | #: config/arm/arm.c:934 |
b97e55da | 7920 | msgid "APCS reentrant code not supported. Ignored" |
9e620082 ZW |
7921 | msgstr "" |
7922 | ||
a05e4fdb | 7923 | #: config/arm/arm.c:942 |
b97e55da | 7924 | msgid "-g with -mno-apcs-frame may not give sensible debugging" |
9e620082 ZW |
7925 | msgstr "" |
7926 | ||
a05e4fdb | 7927 | #: config/arm/arm.c:950 |
b97e55da | 7928 | msgid "passing floating point arguments in fp regs not yet supported" |
9e620082 ZW |
7929 | msgstr "" |
7930 | ||
a05e4fdb | 7931 | #: config/arm/arm.c:992 |
b1b51268 JM |
7932 | #, c-format |
7933 | msgid "invalid ABI option: -mabi=%s" | |
7934 | msgstr "" | |
7935 | ||
a05e4fdb | 7936 | #: config/arm/arm.c:998 |
b1b51268 JM |
7937 | msgid "iwmmxt requires an AAPCS compatible ABI for proper operation" |
7938 | msgstr "" | |
7939 | ||
a05e4fdb | 7940 | #: config/arm/arm.c:1001 |
b1b51268 JM |
7941 | msgid "iwmmxt abi requires an iwmmxt capable cpu" |
7942 | msgstr "" | |
7943 | ||
a05e4fdb | 7944 | #: config/arm/arm.c:1011 |
b06c20ee JM |
7945 | #, c-format |
7946 | msgid "invalid floating point emulation option: -mfpe=%s" | |
7947 | msgstr "" | |
7948 | ||
a05e4fdb | 7949 | #: config/arm/arm.c:1028 |
b06c20ee JM |
7950 | #, c-format |
7951 | msgid "invalid floating point option: -mfpu=%s" | |
7952 | msgstr "" | |
7953 | ||
a05e4fdb | 7954 | #: config/arm/arm.c:1069 |
b97e55da | 7955 | #, c-format |
b06c20ee | 7956 | msgid "invalid floating point abi: -mfloat-abi=%s" |
1737c953 JM |
7957 | msgstr "" |
7958 | ||
a05e4fdb | 7959 | #: config/arm/arm.c:1082 |
807ab1f2 | 7960 | msgid "-mfloat-abi=hard and VFP" |
1737c953 JM |
7961 | msgstr "" |
7962 | ||
a05e4fdb | 7963 | #: config/arm/arm.c:1108 |
b1b51268 JM |
7964 | #, c-format |
7965 | msgid "structure size boundary can only be set to %s" | |
1737c953 JM |
7966 | msgstr "" |
7967 | ||
a05e4fdb | 7968 | #: config/arm/arm.c:1117 |
b97e55da | 7969 | msgid "-mpic-register= is useless without -fpic" |
1737c953 JM |
7970 | msgstr "" |
7971 | ||
a05e4fdb | 7972 | #: config/arm/arm.c:1124 |
b97e55da JM |
7973 | #, c-format |
7974 | msgid "unable to use '%s' for PIC register" | |
1737c953 JM |
7975 | msgstr "" |
7976 | ||
a05e4fdb | 7977 | #: config/arm/arm.c:2598 config/arm/arm.c:2616 config/avr/avr.c:4533 |
de104104 JM |
7978 | #: config/c4x/c4x.c:4500 config/h8300/h8300.c:5755 config/i386/i386.c:1685 |
7979 | #: config/i386/i386.c:1731 config/ip2k/ip2k.c:3181 | |
807ab1f2 JM |
7980 | #: config/m68hc11/m68hc11.c:1350 config/m68k/m68k.c:288 |
7981 | #: config/mcore/mcore.c:3375 config/ns32k/ns32k.c:1068 | |
d5706a1e ZW |
7982 | #: config/rs6000/rs6000.c:16366 config/sh/sh.c:7146 config/sh/sh.c:7167 |
7983 | #: config/sh/sh.c:7202 config/stormy16/stormy16.c:2413 config/v850/v850.c:2207 | |
b97e55da JM |
7984 | #, c-format |
7985 | msgid "`%s' attribute only applies to functions" | |
9e620082 ZW |
7986 | msgstr "" |
7987 | ||
a05e4fdb | 7988 | #: config/arm/arm.c:2630 config/arm/arm.c:2657 config/avr/avr.c:4514 |
de104104 | 7989 | #: config/h8300/h8300.c:5779 config/h8300/h8300.c:5802 config/i386/i386.c:1713 |
d5706a1e ZW |
7990 | #: config/i386/i386.c:14495 config/ia64/ia64.c:512 config/ip2k/ip2k.c:3163 |
7991 | #: config/m68hc11/m68hc11.c:1314 config/rs6000/rs6000.c:16331 | |
a05e4fdb JM |
7992 | #: config/sh/symbian.c:414 config/sh/symbian.c:421 |
7993 | #, c-format | |
7994 | msgid "`%s' attribute ignored" | |
7995 | msgstr "" | |
7996 | ||
7997 | #: config/arm/arm.c:11289 | |
b97e55da | 7998 | msgid "unable to compute real location of stacked parameter" |
9e620082 ZW |
7999 | msgstr "" |
8000 | ||
b97e55da | 8001 | #. @@@ better error message |
a05e4fdb | 8002 | #: config/arm/arm.c:11922 config/arm/arm.c:11959 |
b97e55da | 8003 | msgid "selector must be an immediate" |
9e620082 ZW |
8004 | msgstr "" |
8005 | ||
b97e55da | 8006 | #. @@@ better error message |
d5706a1e | 8007 | #: config/arm/arm.c:12002 config/i386/i386.c:13388 config/i386/i386.c:13422 |
b97e55da | 8008 | msgid "mask must be an immediate" |
9e620082 ZW |
8009 | msgstr "" |
8010 | ||
a05e4fdb | 8011 | #: config/arm/arm.c:12678 |
b97e55da | 8012 | msgid "no low registers available for popping high registers" |
9e620082 ZW |
8013 | msgstr "" |
8014 | ||
a05e4fdb | 8015 | #: config/arm/arm.c:12896 |
b97e55da | 8016 | msgid "interrupt Service Routines cannot be coded in Thumb mode" |
9e620082 ZW |
8017 | msgstr "" |
8018 | ||
807ab1f2 | 8019 | #: config/arm/pe.c:171 config/mcore/mcore.c:3241 |
b97e55da | 8020 | msgid "%Jinitialized variable '%D' is marked dllimport" |
9e620082 ZW |
8021 | msgstr "" |
8022 | ||
b1b51268 | 8023 | #: config/arm/pe.c:180 |
b97e55da | 8024 | msgid "%Jstatic variable '%D' is marked dllimport" |
9e620082 ZW |
8025 | msgstr "" |
8026 | ||
807ab1f2 | 8027 | #: config/arm/arm.h:318 |
b97e55da | 8028 | msgid "Generate APCS conformant stack frames" |
9e620082 ZW |
8029 | msgstr "" |
8030 | ||
807ab1f2 | 8031 | #: config/arm/arm.h:321 |
b97e55da | 8032 | msgid "Store function names in object code" |
9e620082 ZW |
8033 | msgstr "" |
8034 | ||
807ab1f2 | 8035 | #: config/arm/arm.h:327 |
b97e55da | 8036 | msgid "Pass FP arguments in FP registers" |
9e620082 ZW |
8037 | msgstr "" |
8038 | ||
807ab1f2 | 8039 | #: config/arm/arm.h:330 |
b97e55da | 8040 | msgid "Generate re-entrant, PIC code" |
9e620082 ZW |
8041 | msgstr "" |
8042 | ||
807ab1f2 | 8043 | #: config/arm/arm.h:333 |
b97e55da | 8044 | msgid "Use library calls to perform FP operations" |
9e620082 ZW |
8045 | msgstr "" |
8046 | ||
807ab1f2 | 8047 | #: config/arm/arm.h:335 |
b97e55da | 8048 | msgid "Use hardware floating point instructions" |
9e620082 ZW |
8049 | msgstr "" |
8050 | ||
807ab1f2 | 8051 | #: config/arm/arm.h:337 |
b97e55da | 8052 | msgid "Assume target CPU is configured as big endian" |
9e620082 ZW |
8053 | msgstr "" |
8054 | ||
807ab1f2 | 8055 | #: config/arm/arm.h:339 |
b97e55da | 8056 | msgid "Assume target CPU is configured as little endian" |
9e620082 ZW |
8057 | msgstr "" |
8058 | ||
807ab1f2 | 8059 | #: config/arm/arm.h:341 |
b97e55da | 8060 | msgid "Assume big endian bytes, little endian words" |
9e620082 ZW |
8061 | msgstr "" |
8062 | ||
807ab1f2 | 8063 | #: config/arm/arm.h:343 |
b97e55da | 8064 | msgid "Support calls between Thumb and ARM instruction sets" |
9e620082 ZW |
8065 | msgstr "" |
8066 | ||
807ab1f2 | 8067 | #: config/arm/arm.h:346 |
b97e55da | 8068 | msgid "Generate a call to abort if a noreturn function returns" |
9e620082 ZW |
8069 | msgstr "" |
8070 | ||
807ab1f2 | 8071 | #: config/arm/arm.h:349 |
b97e55da | 8072 | msgid "Do not move instructions into a function's prologue" |
9e620082 ZW |
8073 | msgstr "" |
8074 | ||
807ab1f2 | 8075 | #: config/arm/arm.h:352 |
b97e55da | 8076 | msgid "Do not load the PIC register in function prologues" |
9e620082 ZW |
8077 | msgstr "" |
8078 | ||
807ab1f2 | 8079 | #: config/arm/arm.h:355 |
b97e55da | 8080 | msgid "Generate call insns as indirect calls, if necessary" |
9e620082 ZW |
8081 | msgstr "" |
8082 | ||
807ab1f2 | 8083 | #: config/arm/arm.h:358 |
b97e55da | 8084 | msgid "Compile for the Thumb not the ARM" |
9e620082 ZW |
8085 | msgstr "" |
8086 | ||
807ab1f2 | 8087 | #: config/arm/arm.h:362 |
b97e55da | 8088 | msgid "Thumb: Generate (non-leaf) stack frames even if not needed" |
9e620082 ZW |
8089 | msgstr "" |
8090 | ||
807ab1f2 | 8091 | #: config/arm/arm.h:365 |
b97e55da | 8092 | msgid "Thumb: Generate (leaf) stack frames even if not needed" |
9e620082 ZW |
8093 | msgstr "" |
8094 | ||
807ab1f2 | 8095 | #: config/arm/arm.h:368 |
b97e55da | 8096 | msgid "Thumb: Assume non-static functions may be called from ARM code" |
d9b2742a ZW |
8097 | msgstr "" |
8098 | ||
807ab1f2 | 8099 | #: config/arm/arm.h:372 |
b97e55da | 8100 | msgid "Thumb: Assume function pointers may go to non-Thumb aware code" |
9e620082 ZW |
8101 | msgstr "" |
8102 | ||
807ab1f2 | 8103 | #: config/arm/arm.h:376 |
b97e55da | 8104 | msgid "Cirrus: Place NOPs to avoid invalid instruction combinations" |
9e620082 ZW |
8105 | msgstr "" |
8106 | ||
807ab1f2 | 8107 | #: config/arm/arm.h:378 |
b97e55da | 8108 | msgid "Cirrus: Do not break up invalid instruction combinations with NOPs" |
9e620082 ZW |
8109 | msgstr "" |
8110 | ||
807ab1f2 | 8111 | #: config/arm/arm.h:386 |
b97e55da | 8112 | msgid "Specify the name of the target CPU" |
9e620082 ZW |
8113 | msgstr "" |
8114 | ||
807ab1f2 | 8115 | #: config/arm/arm.h:388 |
b97e55da | 8116 | msgid "Specify the name of the target architecture" |
9e620082 ZW |
8117 | msgstr "" |
8118 | ||
807ab1f2 | 8119 | #: config/arm/arm.h:393 |
b06c20ee JM |
8120 | msgid "Specify the name of the target floating point hardware/format" |
8121 | msgstr "" | |
8122 | ||
807ab1f2 | 8123 | #: config/arm/arm.h:395 |
b06c20ee | 8124 | msgid "Specify if floating point hardware should be used" |
9e620082 ZW |
8125 | msgstr "" |
8126 | ||
807ab1f2 | 8127 | #: config/arm/arm.h:397 |
b97e55da | 8128 | msgid "Specify the minimum bit alignment of structures" |
9e620082 ZW |
8129 | msgstr "" |
8130 | ||
807ab1f2 | 8131 | #: config/arm/arm.h:399 |
b97e55da JM |
8132 | msgid "Specify the register to be used for PIC addressing" |
8133 | msgstr "" | |
8134 | ||
807ab1f2 | 8135 | #: config/arm/arm.h:400 config/mips/mips.h:774 |
b1b51268 JM |
8136 | msgid "Specify an ABI" |
8137 | msgstr "" | |
8138 | ||
807ab1f2 | 8139 | #: config/arm/pe.h:59 |
b97e55da | 8140 | msgid "Ignore dllimport attribute for functions" |
9e620082 ZW |
8141 | msgstr "" |
8142 | ||
807ab1f2 | 8143 | #: config/avr/avr.c:520 |
a47a6810 | 8144 | #, c-format |
b97e55da | 8145 | msgid "large frame pointer change (%d) with -mtiny-stack" |
9e620082 ZW |
8146 | msgstr "" |
8147 | ||
807ab1f2 | 8148 | #: config/avr/avr.c:1107 |
b97e55da | 8149 | msgid "bad address, not (reg+disp):" |
9e620082 ZW |
8150 | msgstr "" |
8151 | ||
807ab1f2 | 8152 | #: config/avr/avr.c:1115 |
b97e55da | 8153 | msgid "internal compiler error. Bad address:" |
9e620082 ZW |
8154 | msgstr "" |
8155 | ||
807ab1f2 | 8156 | #: config/avr/avr.c:1128 |
b97e55da | 8157 | msgid "internal compiler error. Unknown mode:" |
9e620082 ZW |
8158 | msgstr "" |
8159 | ||
807ab1f2 | 8160 | #: config/avr/avr.c:1750 config/avr/avr.c:2411 |
b97e55da | 8161 | msgid "invalid insn:" |
9e620082 ZW |
8162 | msgstr "" |
8163 | ||
807ab1f2 JM |
8164 | #: config/avr/avr.c:1784 config/avr/avr.c:1867 config/avr/avr.c:1916 |
8165 | #: config/avr/avr.c:1925 config/avr/avr.c:2020 config/avr/avr.c:2189 | |
8166 | #: config/avr/avr.c:2445 config/avr/avr.c:2553 | |
b97e55da | 8167 | msgid "incorrect insn:" |
9e620082 ZW |
8168 | msgstr "" |
8169 | ||
807ab1f2 JM |
8170 | #: config/avr/avr.c:1944 config/avr/avr.c:2105 config/avr/avr.c:2260 |
8171 | #: config/avr/avr.c:2597 | |
b97e55da | 8172 | msgid "unknown move insn:" |
9e620082 ZW |
8173 | msgstr "" |
8174 | ||
807ab1f2 | 8175 | #: config/avr/avr.c:2820 |
b97e55da | 8176 | msgid "bad shift insn:" |
9e620082 ZW |
8177 | msgstr "" |
8178 | ||
807ab1f2 | 8179 | #: config/avr/avr.c:2933 config/avr/avr.c:3354 config/avr/avr.c:3725 |
b97e55da | 8180 | msgid "internal compiler error. Incorrect shift:" |
9e620082 ZW |
8181 | msgstr "" |
8182 | ||
807ab1f2 | 8183 | #: config/avr/avr.c:4507 config/ip2k/ip2k.c:3156 |
b97e55da | 8184 | msgid "only initialized variables can be placed into program memory area" |
9e620082 ZW |
8185 | msgstr "" |
8186 | ||
807ab1f2 | 8187 | #: config/avr/avr.c:4601 |
b97e55da | 8188 | msgid "only uninitialized variables can be placed in the .noinit section" |
1737c953 JM |
8189 | msgstr "" |
8190 | ||
807ab1f2 | 8191 | #: config/avr/avr.c:4615 |
1737c953 | 8192 | #, c-format |
b97e55da | 8193 | msgid "MCU `%s' supported for assembler only" |
1737c953 JM |
8194 | msgstr "" |
8195 | ||
01b84e13 | 8196 | #: config/avr/avr.h:73 |
b97e55da | 8197 | msgid "Assume int to be 8 bit integer" |
9e620082 ZW |
8198 | msgstr "" |
8199 | ||
01b84e13 | 8200 | #: config/avr/avr.h:75 |
b97e55da | 8201 | msgid "Change the stack pointer without disabling interrupts" |
9e620082 ZW |
8202 | msgstr "" |
8203 | ||
01b84e13 | 8204 | #: config/avr/avr.h:77 |
b97e55da | 8205 | msgid "Use subroutines for function prologue/epilogue" |
9e620082 ZW |
8206 | msgstr "" |
8207 | ||
01b84e13 | 8208 | #: config/avr/avr.h:79 |
b97e55da | 8209 | msgid "Change only the low 8 bits of the stack pointer" |
9e620082 ZW |
8210 | msgstr "" |
8211 | ||
01b84e13 | 8212 | #: config/avr/avr.h:81 |
b97e55da | 8213 | msgid "Do not generate tablejump insns" |
9e620082 ZW |
8214 | msgstr "" |
8215 | ||
01b84e13 | 8216 | #: config/avr/avr.h:83 |
b97e55da | 8217 | msgid "Use rjmp/rcall (limited range) on >8K devices" |
a47a6810 JM |
8218 | msgstr "" |
8219 | ||
01b84e13 | 8220 | #: config/avr/avr.h:85 |
b97e55da | 8221 | msgid "Output instruction sizes to the asm file" |
9e620082 ZW |
8222 | msgstr "" |
8223 | ||
01b84e13 | 8224 | #: config/avr/avr.h:102 |
b97e55da | 8225 | msgid "Specify the initial stack address" |
9e620082 ZW |
8226 | msgstr "" |
8227 | ||
01b84e13 | 8228 | #: config/avr/avr.h:103 |
b97e55da | 8229 | msgid "Specify the MCU name" |
9e620082 ZW |
8230 | msgstr "" |
8231 | ||
807ab1f2 | 8232 | #: config/avr/avr.h:771 |
b97e55da | 8233 | msgid "trampolines not supported" |
9e620082 ZW |
8234 | msgstr "" |
8235 | ||
b97e55da | 8236 | #: config/c4x/c4x-c.c:71 |
5b7874aa | 8237 | #, c-format |
b97e55da | 8238 | msgid "missing '(' after '#pragma %s' - ignored" |
9e620082 ZW |
8239 | msgstr "" |
8240 | ||
b97e55da JM |
8241 | #: config/c4x/c4x-c.c:74 |
8242 | #, c-format | |
8243 | msgid "missing function name in '#pragma %s' - ignored" | |
9e620082 ZW |
8244 | msgstr "" |
8245 | ||
b97e55da JM |
8246 | #: config/c4x/c4x-c.c:79 |
8247 | #, c-format | |
8248 | msgid "malformed '#pragma %s' - ignored" | |
9e620082 ZW |
8249 | msgstr "" |
8250 | ||
b97e55da | 8251 | #: config/c4x/c4x-c.c:81 |
5b7874aa | 8252 | #, c-format |
b97e55da | 8253 | msgid "missing section name in '#pragma %s' - ignored" |
9e620082 ZW |
8254 | msgstr "" |
8255 | ||
b97e55da | 8256 | #: config/c4x/c4x-c.c:86 |
5b7874aa | 8257 | #, c-format |
b97e55da | 8258 | msgid "missing ')' for '#pragma %s' - ignored" |
9e620082 ZW |
8259 | msgstr "" |
8260 | ||
b97e55da JM |
8261 | #: config/c4x/c4x-c.c:89 |
8262 | #, c-format | |
8263 | msgid "junk at end of '#pragma %s'" | |
a47a6810 JM |
8264 | msgstr "" |
8265 | ||
807ab1f2 | 8266 | #: config/c4x/c4x.c:313 |
5b7874aa | 8267 | #, c-format |
b97e55da | 8268 | msgid "unknown CPU version %d, using 40.\n" |
9e620082 ZW |
8269 | msgstr "" |
8270 | ||
807ab1f2 | 8271 | #: config/c4x/c4x.c:875 |
b97e55da JM |
8272 | #, c-format |
8273 | msgid "ISR %s requires %d words of local vars, max is 32767" | |
9e620082 ZW |
8274 | msgstr "" |
8275 | ||
807ab1f2 | 8276 | #: config/c4x/c4x.c:1599 |
b97e55da | 8277 | msgid "using CONST_DOUBLE for address" |
9e620082 ZW |
8278 | msgstr "" |
8279 | ||
807ab1f2 | 8280 | #: config/c4x/c4x.c:1737 |
b97e55da | 8281 | msgid "c4x_address_cost: Invalid addressing mode" |
9e620082 ZW |
8282 | msgstr "" |
8283 | ||
807ab1f2 | 8284 | #: config/c4x/c4x.c:1872 |
5b7874aa | 8285 | #, c-format |
b97e55da | 8286 | msgid "c4x_print_operand: %%L inconsistency" |
9e620082 ZW |
8287 | msgstr "" |
8288 | ||
807ab1f2 | 8289 | #: config/c4x/c4x.c:1878 |
5b7874aa | 8290 | #, c-format |
b97e55da | 8291 | msgid "c4x_print_operand: %%N inconsistency" |
9e620082 ZW |
8292 | msgstr "" |
8293 | ||
807ab1f2 | 8294 | #: config/c4x/c4x.c:1919 |
5b7874aa | 8295 | #, c-format |
b97e55da | 8296 | msgid "c4x_print_operand: %%O inconsistency" |
a47a6810 JM |
8297 | msgstr "" |
8298 | ||
807ab1f2 | 8299 | #: config/c4x/c4x.c:2014 |
b97e55da | 8300 | msgid "c4x_print_operand: Bad operand case" |
9e620082 ZW |
8301 | msgstr "" |
8302 | ||
807ab1f2 | 8303 | #: config/c4x/c4x.c:2055 |
b97e55da | 8304 | msgid "c4x_print_operand_address: Bad post_modify" |
9e620082 ZW |
8305 | msgstr "" |
8306 | ||
807ab1f2 | 8307 | #: config/c4x/c4x.c:2077 |
b97e55da | 8308 | msgid "c4x_print_operand_address: Bad pre_modify" |
9e620082 ZW |
8309 | msgstr "" |
8310 | ||
807ab1f2 | 8311 | #: config/c4x/c4x.c:2125 config/c4x/c4x.c:2137 config/c4x/c4x.c:2152 |
b97e55da | 8312 | msgid "c4x_print_operand_address: Bad operand case" |
9e620082 ZW |
8313 | msgstr "" |
8314 | ||
807ab1f2 | 8315 | #: config/c4x/c4x.c:2403 |
b97e55da | 8316 | msgid "c4x_rptb_insert: Cannot find start label" |
7bbf788c PT |
8317 | msgstr "" |
8318 | ||
807ab1f2 | 8319 | #: config/c4x/c4x.c:3318 config/c4x/c4x.c:3336 |
b97e55da | 8320 | msgid "mode not QImode" |
9e620082 ZW |
8321 | msgstr "" |
8322 | ||
807ab1f2 | 8323 | #: config/c4x/c4x.c:3406 |
b97e55da | 8324 | msgid "invalid indirect memory address" |
9e620082 ZW |
8325 | msgstr "" |
8326 | ||
807ab1f2 | 8327 | #: config/c4x/c4x.c:3495 |
b97e55da | 8328 | msgid "invalid indirect (S) memory address" |
a47a6810 JM |
8329 | msgstr "" |
8330 | ||
807ab1f2 | 8331 | #: config/c4x/c4x.c:3830 |
b97e55da | 8332 | msgid "c4x_valid_operands: Internal error" |
d9b2742a ZW |
8333 | msgstr "" |
8334 | ||
807ab1f2 | 8335 | #: config/c4x/c4x.c:4269 |
b97e55da | 8336 | msgid "c4x_operand_subword: invalid mode" |
9d967a7e ZW |
8337 | msgstr "" |
8338 | ||
807ab1f2 | 8339 | #: config/c4x/c4x.c:4272 |
b97e55da | 8340 | msgid "c4x_operand_subword: invalid operand" |
a47a6810 JM |
8341 | msgstr "" |
8342 | ||
b97e55da JM |
8343 | #. We could handle these with some difficulty. |
8344 | #. e.g., *p-- => *(p-=2); *(p+1). | |
807ab1f2 | 8345 | #: config/c4x/c4x.c:4298 |
b97e55da | 8346 | msgid "c4x_operand_subword: invalid autoincrement" |
a47a6810 JM |
8347 | msgstr "" |
8348 | ||
807ab1f2 | 8349 | #: config/c4x/c4x.c:4304 |
b97e55da | 8350 | msgid "c4x_operand_subword: invalid address" |
a47a6810 JM |
8351 | msgstr "" |
8352 | ||
807ab1f2 | 8353 | #: config/c4x/c4x.c:4315 |
b97e55da | 8354 | msgid "c4x_operand_subword: address not offsettable" |
d9b2742a ZW |
8355 | msgstr "" |
8356 | ||
807ab1f2 | 8357 | #: config/c4x/c4x.c:4525 |
b97e55da | 8358 | msgid "c4x_rptb_rpts_p: Repeat block top label moved\n" |
9d967a7e ZW |
8359 | msgstr "" |
8360 | ||
d5706a1e ZW |
8361 | #. ??? HACK. We shouldn't have flag_inline_trees at all. |
8362 | #. Name of the c4x assembler. | |
8363 | #. Name of the c4x linker. | |
8364 | #. Define assembler options. | |
8365 | #. Define linker options. | |
8366 | #. Specify the end file to link with. | |
b97e55da JM |
8367 | #. Target compilation option flags. |
8368 | #. Small memory model. | |
8369 | #. Use 24-bit MPYI for C3x. | |
8370 | #. Fast fixing of floats. | |
8371 | #. Allow use of RPTS. | |
8372 | #. Emit C3x code. | |
8373 | #. Be compatible with TI assembler. | |
8374 | #. Be paranoid about DP reg. in ISRs. | |
8375 | #. Pass arguments on stack. | |
8376 | #. Enable features under development. | |
8377 | #. Enable repeat block. | |
8378 | #. Use BK as general register. | |
8379 | #. Use decrement and branch for C3x. | |
8380 | #. Enable debugging of GCC. | |
8381 | #. Force constants into registers. | |
8382 | #. Allow unsigned loop counters. | |
8383 | #. Force op0 and op1 to be same. | |
8384 | #. Save all 40 bits for floats. | |
8385 | #. Allow parallel insns. | |
8386 | #. Allow MPY||ADD, MPY||SUB insns. | |
8387 | #. Assume mem refs possibly aliased. | |
8388 | #. Emit C30 code. | |
8389 | #. Emit C31 code. | |
8390 | #. Emit C32 code. | |
8391 | #. Emit C33 code. | |
8392 | #. Emit C40 code. | |
8393 | #. Emit C44 code. | |
8394 | #. Run-time compilation parameters selecting different hardware subsets. | |
8395 | #. | |
8396 | #. Macro to define tables used to set the flags. | |
8397 | #. This is a list in braces of triplets in braces, | |
8398 | #. each pair being { "NAME", VALUE, "DESCRIPTION" } | |
8399 | #. where VALUE is the bits to set or minus the bits to clear. | |
8400 | #. An empty string NAME is used to identify the default VALUE. | |
8401 | #: config/c4x/c4x.h:168 | |
8402 | msgid "Small memory model" | |
9d967a7e ZW |
8403 | msgstr "" |
8404 | ||
b97e55da JM |
8405 | #: config/c4x/c4x.h:170 |
8406 | msgid "Big memory model" | |
9d967a7e ZW |
8407 | msgstr "" |
8408 | ||
b97e55da JM |
8409 | #: config/c4x/c4x.h:172 |
8410 | msgid "Use MPYI instruction for C3x" | |
9d967a7e ZW |
8411 | msgstr "" |
8412 | ||
b97e55da JM |
8413 | #: config/c4x/c4x.h:174 |
8414 | msgid "Do not use MPYI instruction for C3x" | |
9d967a7e ZW |
8415 | msgstr "" |
8416 | ||
b97e55da JM |
8417 | #: config/c4x/c4x.h:176 |
8418 | msgid "Use fast but approximate float to integer conversion" | |
7bbf788c PT |
8419 | msgstr "" |
8420 | ||
b97e55da JM |
8421 | #: config/c4x/c4x.h:178 |
8422 | msgid "Use slow but accurate float to integer conversion" | |
d9b2742a ZW |
8423 | msgstr "" |
8424 | ||
b97e55da JM |
8425 | #: config/c4x/c4x.h:180 |
8426 | msgid "Enable use of RTPS instruction" | |
d9b2742a ZW |
8427 | msgstr "" |
8428 | ||
b97e55da JM |
8429 | #: config/c4x/c4x.h:182 |
8430 | msgid "Disable use of RTPS instruction" | |
d9b2742a ZW |
8431 | msgstr "" |
8432 | ||
b97e55da JM |
8433 | #: config/c4x/c4x.h:184 |
8434 | msgid "Enable use of RTPB instruction" | |
d9b2742a ZW |
8435 | msgstr "" |
8436 | ||
b97e55da JM |
8437 | #: config/c4x/c4x.h:186 |
8438 | msgid "Disable use of RTPB instruction" | |
d9b2742a ZW |
8439 | msgstr "" |
8440 | ||
b97e55da JM |
8441 | #: config/c4x/c4x.h:188 |
8442 | msgid "Generate code for C30 CPU" | |
d9b2742a ZW |
8443 | msgstr "" |
8444 | ||
b97e55da JM |
8445 | #: config/c4x/c4x.h:190 |
8446 | msgid "Generate code for C31 CPU" | |
d9b2742a ZW |
8447 | msgstr "" |
8448 | ||
b97e55da JM |
8449 | #: config/c4x/c4x.h:192 |
8450 | msgid "Generate code for C32 CPU" | |
d9b2742a ZW |
8451 | msgstr "" |
8452 | ||
b97e55da JM |
8453 | #: config/c4x/c4x.h:194 |
8454 | msgid "Generate code for C33 CPU" | |
d9b2742a ZW |
8455 | msgstr "" |
8456 | ||
b97e55da JM |
8457 | #: config/c4x/c4x.h:196 |
8458 | msgid "Generate code for C40 CPU" | |
9e620082 ZW |
8459 | msgstr "" |
8460 | ||
b97e55da JM |
8461 | #: config/c4x/c4x.h:198 |
8462 | msgid "Generate code for C44 CPU" | |
9e620082 ZW |
8463 | msgstr "" |
8464 | ||
b97e55da JM |
8465 | #: config/c4x/c4x.h:200 |
8466 | msgid "Emit code compatible with TI tools" | |
9e620082 ZW |
8467 | msgstr "" |
8468 | ||
b97e55da JM |
8469 | #: config/c4x/c4x.h:202 |
8470 | msgid "Emit code to use GAS extensions" | |
9e620082 ZW |
8471 | msgstr "" |
8472 | ||
b97e55da JM |
8473 | #: config/c4x/c4x.h:204 config/c4x/c4x.h:208 |
8474 | msgid "Save DP across ISR in small memory model" | |
9e620082 ZW |
8475 | msgstr "" |
8476 | ||
b97e55da JM |
8477 | #: config/c4x/c4x.h:206 config/c4x/c4x.h:210 |
8478 | msgid "Don't save DP across ISR in small memory model" | |
9e620082 ZW |
8479 | msgstr "" |
8480 | ||
b97e55da JM |
8481 | #: config/c4x/c4x.h:212 |
8482 | msgid "Pass arguments on the stack" | |
9e620082 ZW |
8483 | msgstr "" |
8484 | ||
b97e55da JM |
8485 | #: config/c4x/c4x.h:214 |
8486 | msgid "Pass arguments in registers" | |
9e620082 ZW |
8487 | msgstr "" |
8488 | ||
b97e55da JM |
8489 | #: config/c4x/c4x.h:216 |
8490 | msgid "Enable new features under development" | |
d9b2742a ZW |
8491 | msgstr "" |
8492 | ||
b97e55da JM |
8493 | #: config/c4x/c4x.h:218 |
8494 | msgid "Disable new features under development" | |
9e620082 ZW |
8495 | msgstr "" |
8496 | ||
b97e55da JM |
8497 | #: config/c4x/c4x.h:220 |
8498 | msgid "Use the BK register as a general purpose register" | |
9e620082 ZW |
8499 | msgstr "" |
8500 | ||
b97e55da JM |
8501 | #: config/c4x/c4x.h:222 |
8502 | msgid "Do not allocate BK register" | |
9e620082 ZW |
8503 | msgstr "" |
8504 | ||
b97e55da JM |
8505 | #: config/c4x/c4x.h:224 |
8506 | msgid "Enable use of DB instruction" | |
9e620082 ZW |
8507 | msgstr "" |
8508 | ||
b97e55da JM |
8509 | #: config/c4x/c4x.h:226 |
8510 | msgid "Disable use of DB instruction" | |
9e620082 ZW |
8511 | msgstr "" |
8512 | ||
b97e55da JM |
8513 | #: config/c4x/c4x.h:228 |
8514 | msgid "Enable debugging" | |
9e620082 ZW |
8515 | msgstr "" |
8516 | ||
b97e55da JM |
8517 | #: config/c4x/c4x.h:230 |
8518 | msgid "Disable debugging" | |
9e620082 ZW |
8519 | msgstr "" |
8520 | ||
b97e55da JM |
8521 | #: config/c4x/c4x.h:232 |
8522 | msgid "Force constants into registers to improve hoisting" | |
9e620082 ZW |
8523 | msgstr "" |
8524 | ||
b97e55da JM |
8525 | #: config/c4x/c4x.h:234 |
8526 | msgid "Don't force constants into registers" | |
9e620082 ZW |
8527 | msgstr "" |
8528 | ||
b97e55da JM |
8529 | #: config/c4x/c4x.h:236 |
8530 | msgid "Force RTL generation to emit valid 3 operand insns" | |
9e620082 ZW |
8531 | msgstr "" |
8532 | ||
b97e55da JM |
8533 | #: config/c4x/c4x.h:238 |
8534 | msgid "Allow RTL generation to emit invalid 3 operand insns" | |
9e620082 ZW |
8535 | msgstr "" |
8536 | ||
b97e55da JM |
8537 | #: config/c4x/c4x.h:240 |
8538 | msgid "Allow unsigned iteration counts for RPTB/DB" | |
9e620082 ZW |
8539 | msgstr "" |
8540 | ||
b97e55da JM |
8541 | #: config/c4x/c4x.h:242 |
8542 | msgid "Disallow unsigned iteration counts for RPTB/DB" | |
9e620082 ZW |
8543 | msgstr "" |
8544 | ||
b97e55da JM |
8545 | #: config/c4x/c4x.h:244 |
8546 | msgid "Preserve all 40 bits of FP reg across call" | |
9e620082 ZW |
8547 | msgstr "" |
8548 | ||
b97e55da JM |
8549 | #: config/c4x/c4x.h:246 |
8550 | msgid "Only preserve 32 bits of FP reg across call" | |
9e620082 ZW |
8551 | msgstr "" |
8552 | ||
b97e55da JM |
8553 | #: config/c4x/c4x.h:248 |
8554 | msgid "Enable parallel instructions" | |
9e620082 ZW |
8555 | msgstr "" |
8556 | ||
b97e55da JM |
8557 | #: config/c4x/c4x.h:250 |
8558 | msgid "Disable parallel instructions" | |
9e620082 ZW |
8559 | msgstr "" |
8560 | ||
b97e55da JM |
8561 | #: config/c4x/c4x.h:252 |
8562 | msgid "Enable MPY||ADD and MPY||SUB instructions" | |
a47a6810 JM |
8563 | msgstr "" |
8564 | ||
b97e55da JM |
8565 | #: config/c4x/c4x.h:254 |
8566 | msgid "Disable MPY||ADD and MPY||SUB instructions" | |
9e620082 ZW |
8567 | msgstr "" |
8568 | ||
b97e55da JM |
8569 | #: config/c4x/c4x.h:256 |
8570 | msgid "Assume that pointers may be aliased" | |
9e620082 ZW |
8571 | msgstr "" |
8572 | ||
b97e55da JM |
8573 | #: config/c4x/c4x.h:258 |
8574 | msgid "Assume that pointers not aliased" | |
9e620082 ZW |
8575 | msgstr "" |
8576 | ||
b06c20ee | 8577 | #: config/c4x/c4x.h:332 |
b97e55da | 8578 | msgid "Specify maximum number of iterations for RPTS" |
9e620082 ZW |
8579 | msgstr "" |
8580 | ||
b06c20ee | 8581 | #: config/c4x/c4x.h:334 |
b97e55da | 8582 | msgid "Select CPU to generate code for" |
9e620082 ZW |
8583 | msgstr "" |
8584 | ||
807ab1f2 | 8585 | #: config/cris/cris.c:620 |
b97e55da | 8586 | msgid "unexpected index-type in cris_print_index" |
9e620082 ZW |
8587 | msgstr "" |
8588 | ||
807ab1f2 | 8589 | #: config/cris/cris.c:634 |
b97e55da | 8590 | msgid "unexpected base-type in cris_print_base" |
9e620082 ZW |
8591 | msgstr "" |
8592 | ||
807ab1f2 | 8593 | #: config/cris/cris.c:927 |
5b7874aa | 8594 | #, c-format |
b97e55da | 8595 | msgid "stackframe too big: %d bytes" |
9e620082 ZW |
8596 | msgstr "" |
8597 | ||
807ab1f2 | 8598 | #: config/cris/cris.c:1238 |
b97e55da | 8599 | msgid "allocated but unused delay list in epilogue" |
9d967a7e ZW |
8600 | msgstr "" |
8601 | ||
807ab1f2 | 8602 | #: config/cris/cris.c:1248 |
b97e55da JM |
8603 | msgid "" |
8604 | "unexpected function type needing stack adjustment for __builtin_eh_return" | |
9e620082 ZW |
8605 | msgstr "" |
8606 | ||
807ab1f2 | 8607 | #: config/cris/cris.c:1324 |
b97e55da | 8608 | msgid "invalid operand for 'b' modifier" |
9e620082 ZW |
8609 | msgstr "" |
8610 | ||
807ab1f2 | 8611 | #: config/cris/cris.c:1337 |
b97e55da | 8612 | msgid "invalid operand for 'v' modifier" |
a47a6810 JM |
8613 | msgstr "" |
8614 | ||
807ab1f2 | 8615 | #: config/cris/cris.c:1347 |
b97e55da | 8616 | msgid "invalid operand for 'P' modifier" |
a47a6810 JM |
8617 | msgstr "" |
8618 | ||
807ab1f2 | 8619 | #: config/cris/cris.c:1354 |
b97e55da | 8620 | msgid "invalid operand for 'p' modifier" |
9e620082 ZW |
8621 | msgstr "" |
8622 | ||
807ab1f2 | 8623 | #: config/cris/cris.c:1393 |
b97e55da | 8624 | msgid "invalid operand for 'z' modifier" |
a47a6810 JM |
8625 | msgstr "" |
8626 | ||
807ab1f2 | 8627 | #: config/cris/cris.c:1441 config/cris/cris.c:1471 |
b97e55da | 8628 | msgid "invalid operand for 'H' modifier" |
a47a6810 JM |
8629 | msgstr "" |
8630 | ||
807ab1f2 | 8631 | #: config/cris/cris.c:1447 |
b97e55da | 8632 | msgid "bad register" |
a47a6810 JM |
8633 | msgstr "" |
8634 | ||
807ab1f2 | 8635 | #: config/cris/cris.c:1485 |
b97e55da | 8636 | msgid "invalid operand for 'e' modifier" |
9e620082 ZW |
8637 | msgstr "" |
8638 | ||
807ab1f2 | 8639 | #: config/cris/cris.c:1502 |
b97e55da | 8640 | msgid "invalid operand for 'm' modifier" |
9e620082 ZW |
8641 | msgstr "" |
8642 | ||
807ab1f2 | 8643 | #: config/cris/cris.c:1527 |
b97e55da | 8644 | msgid "invalid operand for 'A' modifier" |
a47a6810 JM |
8645 | msgstr "" |
8646 | ||
807ab1f2 | 8647 | #: config/cris/cris.c:1535 |
b97e55da | 8648 | msgid "invalid operand for 'D' modifier" |
9e620082 ZW |
8649 | msgstr "" |
8650 | ||
807ab1f2 | 8651 | #: config/cris/cris.c:1549 |
b97e55da | 8652 | msgid "invalid operand for 'T' modifier" |
a47a6810 JM |
8653 | msgstr "" |
8654 | ||
807ab1f2 | 8655 | #: config/cris/cris.c:1558 |
b97e55da JM |
8656 | msgid "invalid operand modifier letter" |
8657 | msgstr "" | |
8658 | ||
807ab1f2 | 8659 | #: config/cris/cris.c:1566 |
5b7874aa | 8660 | #, c-format |
b97e55da | 8661 | msgid "internal error: bad register: %d" |
9e620082 ZW |
8662 | msgstr "" |
8663 | ||
807ab1f2 | 8664 | #: config/cris/cris.c:1614 |
b97e55da | 8665 | msgid "unexpected multiplicative operand" |
a47a6810 JM |
8666 | msgstr "" |
8667 | ||
807ab1f2 | 8668 | #: config/cris/cris.c:1634 |
b97e55da | 8669 | msgid "unexpected operand" |
9e620082 ZW |
8670 | msgstr "" |
8671 | ||
807ab1f2 | 8672 | #: config/cris/cris.c:1667 config/cris/cris.c:1677 |
b97e55da | 8673 | msgid "unrecognized address" |
9e620082 ZW |
8674 | msgstr "" |
8675 | ||
807ab1f2 | 8676 | #: config/cris/cris.c:2036 |
b97e55da | 8677 | msgid "internal error: sideeffect-insn affecting main effect" |
9e620082 ZW |
8678 | msgstr "" |
8679 | ||
b97e55da | 8680 | #. If we get here, the caller got its initial tests wrong. |
807ab1f2 | 8681 | #: config/cris/cris.c:2429 |
b97e55da | 8682 | msgid "internal error: cris_side_effect_mode_ok with bad operands" |
9e620082 ZW |
8683 | msgstr "" |
8684 | ||
a05e4fdb | 8685 | #: config/cris/cris.c:2506 config/cris/cris.c:2567 |
b97e55da | 8686 | msgid "unrecognized supposed constant" |
9e620082 ZW |
8687 | msgstr "" |
8688 | ||
a05e4fdb | 8689 | #: config/cris/cris.c:2611 |
b97e55da | 8690 | msgid "unrecognized supposed constant in cris_global_pic_symbol" |
9e620082 ZW |
8691 | msgstr "" |
8692 | ||
a05e4fdb | 8693 | #: config/cris/cris.c:2630 |
b97e55da JM |
8694 | #, c-format |
8695 | msgid "-max-stackframe=%d is not usable, not between 0 and %d" | |
9e620082 ZW |
8696 | msgstr "" |
8697 | ||
a05e4fdb | 8698 | #: config/cris/cris.c:2658 |
b97e55da JM |
8699 | #, c-format |
8700 | msgid "unknown CRIS version specification in -march= or -mcpu= : %s" | |
9e620082 ZW |
8701 | msgstr "" |
8702 | ||
a05e4fdb | 8703 | #: config/cris/cris.c:2694 |
b97e55da JM |
8704 | #, c-format |
8705 | msgid "unknown CRIS cpu version specification in -mtune= : %s" | |
9e620082 ZW |
8706 | msgstr "" |
8707 | ||
a05e4fdb | 8708 | #: config/cris/cris.c:2712 |
b97e55da | 8709 | msgid "-fPIC and -fpic are not supported in this configuration" |
9e620082 ZW |
8710 | msgstr "" |
8711 | ||
a05e4fdb | 8712 | #: config/cris/cris.c:2727 |
b97e55da | 8713 | msgid "that particular -g option is invalid with -maout and -melinux" |
9e620082 ZW |
8714 | msgstr "" |
8715 | ||
a05e4fdb | 8716 | #: config/cris/cris.c:2902 config/cris/cris.c:2947 |
b97e55da | 8717 | msgid "unexpected side-effects in address" |
9e620082 ZW |
8718 | msgstr "" |
8719 | ||
b97e55da | 8720 | #. Labels are never marked as global symbols. |
a05e4fdb | 8721 | #: config/cris/cris.c:3042 config/cris/cris.c:3073 |
b97e55da | 8722 | msgid "unexpected PIC symbol" |
9e620082 ZW |
8723 | msgstr "" |
8724 | ||
a05e4fdb | 8725 | #: config/cris/cris.c:3046 |
b97e55da | 8726 | msgid "PIC register isn't set up" |
9e620082 ZW |
8727 | msgstr "" |
8728 | ||
a05e4fdb | 8729 | #: config/cris/cris.c:3059 config/cris/cris.c:3142 |
b97e55da | 8730 | msgid "unexpected address expression" |
9e620082 ZW |
8731 | msgstr "" |
8732 | ||
a05e4fdb | 8733 | #: config/cris/cris.c:3077 |
b97e55da | 8734 | msgid "emitting PIC operand, but PIC register isn't set up" |
9e620082 ZW |
8735 | msgstr "" |
8736 | ||
a05e4fdb | 8737 | #: config/cris/cris.c:3086 |
b97e55da | 8738 | msgid "unexpected NOTE as addr_const:" |
9e620082 ZW |
8739 | msgstr "" |
8740 | ||
b97e55da JM |
8741 | #: config/cris/aout.h:108 |
8742 | msgid "Compile for the MMU-less Etrax 100-based elinux system" | |
9e620082 ZW |
8743 | msgstr "" |
8744 | ||
b97e55da JM |
8745 | #: config/cris/aout.h:115 |
8746 | msgid "For elinux, request a specified stack-size for this program" | |
9e620082 ZW |
8747 | msgstr "" |
8748 | ||
807ab1f2 | 8749 | #: config/cris/cris.h:362 |
b1b51268 JM |
8750 | msgid "Work around bug in multiplication instruction" |
8751 | msgstr "" | |
8752 | ||
b97e55da | 8753 | #. No "no-etrax" as it does not really imply any model. On the other hand, "etrax" implies the common (and large) subset matching all models. |
807ab1f2 | 8754 | #: config/cris/cris.h:368 |
b97e55da | 8755 | msgid "Compile for ETRAX 4 (CRIS v3)" |
a47a6810 JM |
8756 | msgstr "" |
8757 | ||
807ab1f2 | 8758 | #: config/cris/cris.h:373 |
b97e55da | 8759 | msgid "Compile for ETRAX 100 (CRIS v8)" |
a47a6810 JM |
8760 | msgstr "" |
8761 | ||
807ab1f2 | 8762 | #: config/cris/cris.h:377 |
b97e55da | 8763 | msgid "Emit verbose debug information in assembly code" |
9e620082 ZW |
8764 | msgstr "" |
8765 | ||
807ab1f2 | 8766 | #: config/cris/cris.h:380 |
b97e55da | 8767 | msgid "Do not use condition codes from normal instructions" |
9e620082 ZW |
8768 | msgstr "" |
8769 | ||
807ab1f2 | 8770 | #: config/cris/cris.h:384 |
b97e55da | 8771 | msgid "Do not emit addressing modes with side-effect assignment" |
9e620082 ZW |
8772 | msgstr "" |
8773 | ||
807ab1f2 | 8774 | #: config/cris/cris.h:387 |
b97e55da | 8775 | msgid "Do not tune stack alignment" |
9e620082 ZW |
8776 | msgstr "" |
8777 | ||
807ab1f2 | 8778 | #: config/cris/cris.h:390 |
b97e55da | 8779 | msgid "Do not tune writable data alignment" |
9e620082 ZW |
8780 | msgstr "" |
8781 | ||
807ab1f2 | 8782 | #: config/cris/cris.h:393 |
b97e55da | 8783 | msgid "Do not tune code and read-only data alignment" |
9e620082 ZW |
8784 | msgstr "" |
8785 | ||
807ab1f2 | 8786 | #: config/cris/cris.h:402 |
b97e55da | 8787 | msgid "Align code and data to 32 bits" |
a47a6810 JM |
8788 | msgstr "" |
8789 | ||
807ab1f2 | 8790 | #: config/cris/cris.h:415 |
b97e55da | 8791 | msgid "Don't align items in code or data" |
9e620082 ZW |
8792 | msgstr "" |
8793 | ||
807ab1f2 | 8794 | #: config/cris/cris.h:418 |
b97e55da | 8795 | msgid "Do not emit function prologue or epilogue" |
9e620082 ZW |
8796 | msgstr "" |
8797 | ||
b97e55da | 8798 | #. We have to handle this m-option here since we can't wash it off in both CC1_SPEC and CC1PLUS_SPEC. |
807ab1f2 | 8799 | #: config/cris/cris.h:422 |
b97e55da | 8800 | msgid "Use the most feature-enabling options allowed by other options" |
9e620082 ZW |
8801 | msgstr "" |
8802 | ||
b97e55da | 8803 | #. We must call it "override-" since calling it "no-" will cause gcc.c to forget it, if there's a "later" -mbest-lib-options. Kludgy, but needed for some multilibbed files. |
807ab1f2 | 8804 | #: config/cris/cris.h:428 |
b97e55da | 8805 | msgid "Override -mbest-lib-options" |
9e620082 ZW |
8806 | msgstr "" |
8807 | ||
807ab1f2 | 8808 | #: config/cris/cris.h:460 |
b97e55da | 8809 | msgid "Generate code for the specified chip or CPU version" |
9e620082 ZW |
8810 | msgstr "" |
8811 | ||
807ab1f2 | 8812 | #: config/cris/cris.h:462 |
b97e55da | 8813 | msgid "Tune alignment for the specified chip or CPU version" |
9e620082 ZW |
8814 | msgstr "" |
8815 | ||
807ab1f2 | 8816 | #: config/cris/cris.h:464 |
b97e55da | 8817 | msgid "Warn when a stackframe is larger than the specified size" |
9e620082 ZW |
8818 | msgstr "" |
8819 | ||
b97e55da | 8820 | #. Node: Profiling |
807ab1f2 | 8821 | #: config/cris/cris.h:1031 |
b97e55da | 8822 | msgid "no FUNCTION_PROFILER for CRIS" |
9e620082 ZW |
8823 | msgstr "" |
8824 | ||
01b84e13 | 8825 | #: config/cris/linux.h:69 |
b97e55da | 8826 | msgid "Together with -fpic and -fPIC, do not use GOTPLT references" |
9e620082 ZW |
8827 | msgstr "" |
8828 | ||
807ab1f2 | 8829 | #: config/fr30/fr30.c:463 |
b06c20ee | 8830 | msgid "fr30_print_operand_address: unhandled address" |
9e620082 ZW |
8831 | msgstr "" |
8832 | ||
807ab1f2 | 8833 | #: config/fr30/fr30.c:487 |
b06c20ee JM |
8834 | #, c-format |
8835 | msgid "fr30_print_operand: unrecognized %%p code" | |
9e620082 ZW |
8836 | msgstr "" |
8837 | ||
807ab1f2 | 8838 | #: config/fr30/fr30.c:507 |
b06c20ee JM |
8839 | #, c-format |
8840 | msgid "fr30_print_operand: unrecognized %%b code" | |
9e620082 ZW |
8841 | msgstr "" |
8842 | ||
807ab1f2 | 8843 | #: config/fr30/fr30.c:528 |
b06c20ee JM |
8844 | #, c-format |
8845 | msgid "fr30_print_operand: unrecognized %%B code" | |
9e620082 ZW |
8846 | msgstr "" |
8847 | ||
807ab1f2 | 8848 | #: config/fr30/fr30.c:536 |
b06c20ee JM |
8849 | #, c-format |
8850 | msgid "fr30_print_operand: invalid operand to %%A code" | |
9e620082 ZW |
8851 | msgstr "" |
8852 | ||
807ab1f2 | 8853 | #: config/fr30/fr30.c:553 |
b06c20ee JM |
8854 | #, c-format |
8855 | msgid "fr30_print_operand: invalid %%x code" | |
9e620082 ZW |
8856 | msgstr "" |
8857 | ||
807ab1f2 | 8858 | #: config/fr30/fr30.c:560 |
b06c20ee JM |
8859 | #, c-format |
8860 | msgid "fr30_print_operand: invalid %%F code" | |
9e620082 ZW |
8861 | msgstr "" |
8862 | ||
807ab1f2 | 8863 | #: config/fr30/fr30.c:577 |
b06c20ee | 8864 | msgid "fr30_print_operand: unknown code" |
9e620082 ZW |
8865 | msgstr "" |
8866 | ||
807ab1f2 JM |
8867 | #: config/fr30/fr30.c:606 config/fr30/fr30.c:615 config/fr30/fr30.c:626 |
8868 | #: config/fr30/fr30.c:639 | |
b06c20ee | 8869 | msgid "fr30_print_operand: unhandled MEM" |
9e620082 ZW |
8870 | msgstr "" |
8871 | ||
b06c20ee JM |
8872 | #: config/fr30/fr30.h:64 |
8873 | msgid "Assume small address space" | |
9e620082 ZW |
8874 | msgstr "" |
8875 | ||
807ab1f2 | 8876 | #: config/frv/frv.c:563 config/frv/frv.c:590 |
b06c20ee JM |
8877 | #, c-format |
8878 | msgid "Unknown cpu: -mcpu=%s" | |
9e620082 ZW |
8879 | msgstr "" |
8880 | ||
807ab1f2 | 8881 | #: config/frv/frv.c:2513 |
b06c20ee | 8882 | msgid "Bad insn to frv_print_operand_address:" |
9e620082 ZW |
8883 | msgstr "" |
8884 | ||
807ab1f2 | 8885 | #: config/frv/frv.c:2524 |
b06c20ee | 8886 | msgid "Bad register to frv_print_operand_memory_reference_reg:" |
9e620082 ZW |
8887 | msgstr "" |
8888 | ||
807ab1f2 JM |
8889 | #: config/frv/frv.c:2563 config/frv/frv.c:2573 config/frv/frv.c:2582 |
8890 | #: config/frv/frv.c:2603 config/frv/frv.c:2608 | |
b06c20ee | 8891 | msgid "Bad insn to frv_print_operand_memory_reference:" |
9e620082 ZW |
8892 | msgstr "" |
8893 | ||
807ab1f2 | 8894 | #: config/frv/frv.c:2747 |
b06c20ee | 8895 | msgid "Bad insn in frv_print_operand, bad const_double" |
d9b2742a ZW |
8896 | msgstr "" |
8897 | ||
807ab1f2 | 8898 | #: config/frv/frv.c:2792 |
b06c20ee | 8899 | msgid "Bad insn to frv_print_operand, 'C' modifier:" |
9e620082 ZW |
8900 | msgstr "" |
8901 | ||
807ab1f2 | 8902 | #: config/frv/frv.c:2815 |
b06c20ee | 8903 | msgid "Bad insn to frv_print_operand, 'c' modifier:" |
9e620082 ZW |
8904 | msgstr "" |
8905 | ||
807ab1f2 | 8906 | #: config/frv/frv.c:2840 |
b06c20ee | 8907 | msgid "Bad insn to frv_print_operand, 'e' modifier:" |
9e620082 ZW |
8908 | msgstr "" |
8909 | ||
807ab1f2 | 8910 | #: config/frv/frv.c:2848 |
b06c20ee | 8911 | msgid "Bad insn to frv_print_operand, 'F' modifier:" |
9e620082 ZW |
8912 | msgstr "" |
8913 | ||
807ab1f2 | 8914 | #: config/frv/frv.c:2864 |
b06c20ee | 8915 | msgid "Bad insn to frv_print_operand, 'f' modifier:" |
9e620082 ZW |
8916 | msgstr "" |
8917 | ||
807ab1f2 | 8918 | #: config/frv/frv.c:2878 |
b1b51268 JM |
8919 | msgid "Bad insn to frv_print_operand, 'g' modifier:" |
8920 | msgstr "" | |
8921 | ||
807ab1f2 | 8922 | #: config/frv/frv.c:2926 |
b06c20ee | 8923 | msgid "Bad insn to frv_print_operand, 'L' modifier:" |
9e620082 ZW |
8924 | msgstr "" |
8925 | ||
807ab1f2 | 8926 | #: config/frv/frv.c:2939 |
b06c20ee | 8927 | msgid "Bad insn to frv_print_operand, 'M/N' modifier:" |
9e620082 ZW |
8928 | msgstr "" |
8929 | ||
807ab1f2 | 8930 | #: config/frv/frv.c:2960 |
b06c20ee | 8931 | msgid "Bad insn to frv_print_operand, 'O' modifier:" |
9d967a7e ZW |
8932 | msgstr "" |
8933 | ||
807ab1f2 | 8934 | #: config/frv/frv.c:2978 |
b06c20ee | 8935 | msgid "Bad insn to frv_print_operand, P modifier:" |
9d967a7e ZW |
8936 | msgstr "" |
8937 | ||
807ab1f2 | 8938 | #: config/frv/frv.c:2998 |
b06c20ee | 8939 | msgid "Bad insn in frv_print_operand, z case" |
9e620082 ZW |
8940 | msgstr "" |
8941 | ||
807ab1f2 | 8942 | #: config/frv/frv.c:3029 |
b06c20ee | 8943 | msgid "Bad insn in frv_print_operand, 0 case" |
9e620082 ZW |
8944 | msgstr "" |
8945 | ||
807ab1f2 | 8946 | #: config/frv/frv.c:3034 |
b06c20ee | 8947 | msgid "frv_print_operand: unknown code" |
9e620082 ZW |
8948 | msgstr "" |
8949 | ||
d5706a1e | 8950 | #: config/frv/frv.c:5835 |
b06c20ee | 8951 | msgid "Bad output_move_single operand" |
9e620082 ZW |
8952 | msgstr "" |
8953 | ||
d5706a1e | 8954 | #: config/frv/frv.c:5962 |
b06c20ee | 8955 | msgid "Bad output_move_double operand" |
9e620082 ZW |
8956 | msgstr "" |
8957 | ||
d5706a1e | 8958 | #: config/frv/frv.c:6104 |
b06c20ee | 8959 | msgid "Bad output_condmove_single operand" |
9e620082 ZW |
8960 | msgstr "" |
8961 | ||
d5706a1e | 8962 | #: config/frv/frv.c:9599 |
b06c20ee | 8963 | msgid "accumulator is not a constant integer" |
9e620082 ZW |
8964 | msgstr "" |
8965 | ||
d5706a1e | 8966 | #: config/frv/frv.c:9604 |
b97e55da | 8967 | msgid "accumulator number is out of bounds" |
9e620082 ZW |
8968 | msgstr "" |
8969 | ||
d5706a1e | 8970 | #: config/frv/frv.c:9615 |
b97e55da JM |
8971 | #, c-format |
8972 | msgid "inappropriate accumulator for `%s'" | |
9e620082 ZW |
8973 | msgstr "" |
8974 | ||
d5706a1e | 8975 | #: config/frv/frv.c:9681 |
807ab1f2 JM |
8976 | msgid "invalid IACC argument" |
8977 | msgstr "" | |
8978 | ||
d5706a1e | 8979 | #: config/frv/frv.c:9704 |
b97e55da JM |
8980 | #, c-format |
8981 | msgid "`%s' expects a constant argument" | |
9e620082 ZW |
8982 | msgstr "" |
8983 | ||
d5706a1e | 8984 | #: config/frv/frv.c:9709 |
b97e55da JM |
8985 | #, c-format |
8986 | msgid "constant argument out of range for `%s'" | |
9e620082 ZW |
8987 | msgstr "" |
8988 | ||
d5706a1e | 8989 | #: config/frv/frv.c:10106 |
b97e55da | 8990 | msgid "media functions are not available unless -mmedia is used" |
9e620082 ZW |
8991 | msgstr "" |
8992 | ||
d5706a1e | 8993 | #: config/frv/frv.c:10118 |
b97e55da | 8994 | msgid "this media function is only available on the fr500" |
9e620082 ZW |
8995 | msgstr "" |
8996 | ||
d5706a1e | 8997 | #: config/frv/frv.c:10146 |
807ab1f2 JM |
8998 | msgid "this media function is only available on the fr400 and fr550" |
8999 | msgstr "" | |
9000 | ||
d5706a1e | 9001 | #: config/frv/frv.c:10165 |
807ab1f2 JM |
9002 | msgid "this builtin function is only available on the fr405 and fr450" |
9003 | msgstr "" | |
9004 | ||
d5706a1e | 9005 | #: config/frv/frv.c:10174 |
807ab1f2 JM |
9006 | msgid "this builtin function is only available on the fr500 and fr550" |
9007 | msgstr "" | |
9008 | ||
d5706a1e | 9009 | #: config/frv/frv.c:10186 |
807ab1f2 | 9010 | msgid "this builtin function is only available on the fr450" |
9e620082 ZW |
9011 | msgstr "" |
9012 | ||
b97e55da JM |
9013 | #. This macro is a C statement to print on `stderr' a string describing the |
9014 | #. particular machine description choice. Every machine description should | |
9015 | #. define `TARGET_VERSION'. For example: | |
9016 | #. | |
9017 | #. #ifdef MOTOROLA | |
9018 | #. #define TARGET_VERSION fprintf (stderr, " (68k, Motorola syntax)"); | |
9019 | #. #else | |
9020 | #. #define TARGET_VERSION fprintf (stderr, " (68k, MIT syntax)"); | |
9021 | #. #endif | |
807ab1f2 | 9022 | #: config/frv/frv.h:542 |
b97e55da | 9023 | msgid " (frv)" |
9e620082 ZW |
9024 | msgstr "" |
9025 | ||
807ab1f2 | 9026 | #: config/h8300/h8300.c:358 |
b97e55da | 9027 | msgid "-ms2600 is used without -ms" |
9e620082 ZW |
9028 | msgstr "" |
9029 | ||
807ab1f2 | 9030 | #: config/h8300/h8300.c:364 |
b97e55da | 9031 | msgid "-mn is used without -mh or -ms" |
9e620082 ZW |
9032 | msgstr "" |
9033 | ||
5b7874aa | 9034 | #. Macro to define tables used to set the flags. |
b97e55da JM |
9035 | #. This is a list in braces of pairs in braces, |
9036 | #. each pair being { "NAME", VALUE } | |
5b7874aa ZW |
9037 | #. where VALUE is the bits to set or minus the bits to clear. |
9038 | #. An empty string NAME is used to identify the default VALUE. | |
807ab1f2 | 9039 | #: config/h8300/h8300.h:159 |
b97e55da | 9040 | msgid "Generate H8S code" |
9e620082 ZW |
9041 | msgstr "" |
9042 | ||
807ab1f2 | 9043 | #: config/h8300/h8300.h:160 |
b97e55da | 9044 | msgid "Do not generate H8S code" |
9e620082 ZW |
9045 | msgstr "" |
9046 | ||
807ab1f2 JM |
9047 | #: config/h8300/h8300.h:161 |
9048 | msgid "Generate H8SX code" | |
9049 | msgstr "" | |
9050 | ||
9051 | #: config/h8300/h8300.h:162 | |
9052 | msgid "Do not generate H8SX code" | |
9053 | msgstr "" | |
9054 | ||
9055 | #: config/h8300/h8300.h:163 | |
b97e55da | 9056 | msgid "Generate H8S/2600 code" |
9e620082 ZW |
9057 | msgstr "" |
9058 | ||
807ab1f2 | 9059 | #: config/h8300/h8300.h:164 |
b97e55da | 9060 | msgid "Do not generate H8S/2600 code" |
9e620082 ZW |
9061 | msgstr "" |
9062 | ||
807ab1f2 | 9063 | #: config/h8300/h8300.h:165 |
b97e55da | 9064 | msgid "Make integers 32 bits wide" |
9e620082 ZW |
9065 | msgstr "" |
9066 | ||
807ab1f2 | 9067 | #: config/h8300/h8300.h:168 |
b97e55da | 9068 | msgid "Use registers for argument passing" |
9e620082 ZW |
9069 | msgstr "" |
9070 | ||
807ab1f2 | 9071 | #: config/h8300/h8300.h:170 |
b97e55da | 9072 | msgid "Do not use registers for argument passing" |
9e620082 ZW |
9073 | msgstr "" |
9074 | ||
807ab1f2 | 9075 | #: config/h8300/h8300.h:172 |
b97e55da | 9076 | msgid "Consider access to byte sized memory slow" |
9e620082 ZW |
9077 | msgstr "" |
9078 | ||
807ab1f2 | 9079 | #: config/h8300/h8300.h:173 |
b97e55da | 9080 | msgid "Enable linker relaxing" |
9e620082 ZW |
9081 | msgstr "" |
9082 | ||
807ab1f2 | 9083 | #: config/h8300/h8300.h:174 |
b97e55da | 9084 | msgid "Generate H8/300H code" |
9e620082 ZW |
9085 | msgstr "" |
9086 | ||
807ab1f2 | 9087 | #: config/h8300/h8300.h:175 |
b97e55da | 9088 | msgid "Enable the normal mode" |
9e620082 ZW |
9089 | msgstr "" |
9090 | ||
807ab1f2 | 9091 | #: config/h8300/h8300.h:176 |
b97e55da | 9092 | msgid "Do not generate H8/300H code" |
9e620082 ZW |
9093 | msgstr "" |
9094 | ||
807ab1f2 | 9095 | #: config/h8300/h8300.h:177 |
b97e55da | 9096 | msgid "Use H8/300 alignment rules" |
9e620082 ZW |
9097 | msgstr "" |
9098 | ||
de104104 | 9099 | #: config/i386/i386.c:1246 |
b97e55da JM |
9100 | #, c-format |
9101 | msgid "code model %s not supported in PIC mode" | |
9e620082 ZW |
9102 | msgstr "" |
9103 | ||
de104104 | 9104 | #: config/i386/i386.c:1256 config/sparc/sparc.c:584 |
b97e55da JM |
9105 | #, c-format |
9106 | msgid "bad value (%s) for -mcmodel= switch" | |
9e620082 ZW |
9107 | msgstr "" |
9108 | ||
de104104 | 9109 | #: config/i386/i386.c:1271 |
b97e55da JM |
9110 | #, c-format |
9111 | msgid "bad value (%s) for -masm= switch" | |
9e620082 ZW |
9112 | msgstr "" |
9113 | ||
de104104 | 9114 | #: config/i386/i386.c:1274 |
b97e55da JM |
9115 | #, c-format |
9116 | msgid "code model `%s' not supported in the %s bit mode" | |
9e620082 ZW |
9117 | msgstr "" |
9118 | ||
de104104 | 9119 | #: config/i386/i386.c:1277 |
b97e55da | 9120 | msgid "code model `large' not supported yet" |
9e620082 ZW |
9121 | msgstr "" |
9122 | ||
de104104 | 9123 | #: config/i386/i386.c:1279 |
b97e55da JM |
9124 | #, c-format |
9125 | msgid "%i-bit mode not compiled in" | |
9e620082 ZW |
9126 | msgstr "" |
9127 | ||
de104104 | 9128 | #: config/i386/i386.c:1320 config/i386/i386.c:1334 |
b97e55da | 9129 | msgid "CPU you selected does not support x86-64 instruction set" |
9e620082 ZW |
9130 | msgstr "" |
9131 | ||
de104104 | 9132 | #: config/i386/i386.c:1327 config/iq2000/iq2000.c:1671 |
b97e55da JM |
9133 | #, c-format |
9134 | msgid "bad value (%s) for -march= switch" | |
9e620082 ZW |
9135 | msgstr "" |
9136 | ||
de104104 | 9137 | #: config/i386/i386.c:1346 |
b97e55da JM |
9138 | #, c-format |
9139 | msgid "bad value (%s) for -mtune= switch" | |
9e620082 ZW |
9140 | msgstr "" |
9141 | ||
de104104 | 9142 | #: config/i386/i386.c:1363 |
b97e55da JM |
9143 | #, c-format |
9144 | msgid "-mregparm=%d is not between 0 and %d" | |
9e620082 ZW |
9145 | msgstr "" |
9146 | ||
de104104 | 9147 | #: config/i386/i386.c:1376 |
b97e55da | 9148 | msgid "-malign-loops is obsolete, use -falign-loops" |
9e620082 ZW |
9149 | msgstr "" |
9150 | ||
de104104 | 9151 | #: config/i386/i386.c:1381 config/i386/i386.c:1394 config/i386/i386.c:1407 |
b97e55da JM |
9152 | #, c-format |
9153 | msgid "-malign-loops=%d is not between 0 and %d" | |
9e620082 ZW |
9154 | msgstr "" |
9155 | ||
de104104 | 9156 | #: config/i386/i386.c:1389 |
b97e55da | 9157 | msgid "-malign-jumps is obsolete, use -falign-jumps" |
9e620082 ZW |
9158 | msgstr "" |
9159 | ||
de104104 | 9160 | #: config/i386/i386.c:1402 |
b97e55da | 9161 | msgid "-malign-functions is obsolete, use -falign-functions" |
9e620082 ZW |
9162 | msgstr "" |
9163 | ||
de104104 | 9164 | #: config/i386/i386.c:1440 |
b97e55da JM |
9165 | #, c-format |
9166 | msgid "-mpreferred-stack-boundary=%d is not between %d and 12" | |
9e620082 ZW |
9167 | msgstr "" |
9168 | ||
de104104 | 9169 | #: config/i386/i386.c:1452 |
b97e55da JM |
9170 | #, c-format |
9171 | msgid "-mbranch-cost=%d is not between 0 and 5" | |
9e620082 ZW |
9172 | msgstr "" |
9173 | ||
de104104 | 9174 | #: config/i386/i386.c:1464 |
b97e55da JM |
9175 | #, c-format |
9176 | msgid "bad value (%s) for -mtls-dialect= switch" | |
9e620082 ZW |
9177 | msgstr "" |
9178 | ||
de104104 | 9179 | #: config/i386/i386.c:1493 |
b97e55da | 9180 | msgid "-malign-double makes no sense in the 64bit mode" |
9e620082 ZW |
9181 | msgstr "" |
9182 | ||
de104104 | 9183 | #: config/i386/i386.c:1495 |
b97e55da | 9184 | msgid "-mrtd calling convention not supported in the 64bit mode" |
9e620082 ZW |
9185 | msgstr "" |
9186 | ||
de104104 | 9187 | #: config/i386/i386.c:1517 config/i386/i386.c:1528 |
b97e55da | 9188 | msgid "SSE instruction set disabled, using 387 arithmetics" |
9e620082 ZW |
9189 | msgstr "" |
9190 | ||
de104104 | 9191 | #: config/i386/i386.c:1533 |
b97e55da | 9192 | msgid "387 instruction set disabled, using SSE arithmetics" |
9e620082 ZW |
9193 | msgstr "" |
9194 | ||
de104104 | 9195 | #: config/i386/i386.c:1540 |
b97e55da JM |
9196 | #, c-format |
9197 | msgid "bad value (%s) for -mfpmath= switch" | |
9e620082 ZW |
9198 | msgstr "" |
9199 | ||
de104104 | 9200 | #: config/i386/i386.c:1695 config/i386/i386.c:1706 |
b97e55da | 9201 | msgid "fastcall and stdcall attributes are not compatible" |
9e620082 ZW |
9202 | msgstr "" |
9203 | ||
de104104 | 9204 | #: config/i386/i386.c:1699 config/i386/i386.c:1755 |
b97e55da | 9205 | msgid "fastcall and regparm attributes are not compatible" |
9e620082 ZW |
9206 | msgstr "" |
9207 | ||
de104104 | 9208 | #: config/i386/i386.c:1742 |
b97e55da JM |
9209 | #, c-format |
9210 | msgid "`%s' attribute requires an integer constant argument" | |
9e620082 ZW |
9211 | msgstr "" |
9212 | ||
de104104 | 9213 | #: config/i386/i386.c:1748 |
b97e55da JM |
9214 | #, c-format |
9215 | msgid "argument to `%s' attribute larger than %d" | |
9e620082 ZW |
9216 | msgstr "" |
9217 | ||
de104104 | 9218 | #: config/i386/i386.c:2764 |
01b84e13 JM |
9219 | msgid "SSE vector argument without SSE enabled changes the ABI" |
9220 | msgstr "" | |
9221 | ||
de104104 | 9222 | #: config/i386/i386.c:2780 |
01b84e13 JM |
9223 | msgid "MMX vector argument without MMX enabled changes the ABI" |
9224 | msgstr "" | |
9225 | ||
de104104 | 9226 | #: config/i386/i386.c:3026 |
b97e55da | 9227 | msgid "SSE vector return without SSE enabled changes the ABI" |
a52453cc PT |
9228 | msgstr "" |
9229 | ||
d5706a1e | 9230 | #: config/i386/i386.c:5907 |
b97e55da | 9231 | msgid "invalid UNSPEC as operand" |
a52453cc PT |
9232 | msgstr "" |
9233 | ||
d5706a1e | 9234 | #: config/i386/i386.c:6165 |
b97e55da | 9235 | msgid "extended registers have no high halves" |
9e620082 ZW |
9236 | msgstr "" |
9237 | ||
d5706a1e | 9238 | #: config/i386/i386.c:6180 |
b97e55da | 9239 | msgid "unsupported operand size for extended register" |
9e620082 ZW |
9240 | msgstr "" |
9241 | ||
d5706a1e | 9242 | #: config/i386/i386.c:6495 |
9e620082 | 9243 | msgid "" |
b97e55da | 9244 | "operand is neither a constant nor a condition code, invalid operand code 'c'" |
9e620082 ZW |
9245 | msgstr "" |
9246 | ||
d5706a1e | 9247 | #: config/i386/i386.c:6541 |
b97e55da JM |
9248 | #, c-format |
9249 | msgid "invalid operand code `%c'" | |
a52453cc PT |
9250 | msgstr "" |
9251 | ||
d5706a1e | 9252 | #: config/i386/i386.c:6584 |
b97e55da | 9253 | msgid "invalid constraints for operand" |
a52453cc PT |
9254 | msgstr "" |
9255 | ||
d5706a1e | 9256 | #: config/i386/i386.c:11320 |
b97e55da | 9257 | msgid "unknown insn mode" |
a52453cc PT |
9258 | msgstr "" |
9259 | ||
d5706a1e | 9260 | #: config/i386/i386.c:13190 config/i386/i386.c:13226 |
b97e55da JM |
9261 | #, c-format |
9262 | msgid "selector must be an integer constant in the range 0..%i" | |
a52453cc PT |
9263 | msgstr "" |
9264 | ||
d5706a1e | 9265 | #: config/i386/i386.c:13454 |
b97e55da | 9266 | msgid "shift must be an immediate" |
a52453cc PT |
9267 | msgstr "" |
9268 | ||
d5706a1e | 9269 | #: config/i386/i386.c:14504 |
b97e55da JM |
9270 | #, c-format |
9271 | msgid "`%s' incompatible attribute ignored" | |
a52453cc PT |
9272 | msgstr "" |
9273 | ||
807ab1f2 | 9274 | #: config/i386/winnt.c:74 |
b97e55da JM |
9275 | #, c-format |
9276 | msgid "`%s' attribute only applies to variables" | |
a52453cc PT |
9277 | msgstr "" |
9278 | ||
de104104 | 9279 | #: config/i386/winnt.c:172 |
b97e55da JM |
9280 | msgid "" |
9281 | "%Jfunction '%D' is defined after prior declaration as dllimport: attribute " | |
9282 | "ignored" | |
a52453cc PT |
9283 | msgstr "" |
9284 | ||
de104104 | 9285 | #: config/i386/winnt.c:183 |
b97e55da | 9286 | msgid "%Jinline function '%D' is declared as dllimport: attribute ignored." |
a52453cc PT |
9287 | msgstr "" |
9288 | ||
de104104 | 9289 | #: config/i386/winnt.c:195 |
b97e55da | 9290 | msgid "%Jdefinition of static data member '%D' of dllimport'd class." |
a52453cc PT |
9291 | msgstr "" |
9292 | ||
de104104 | 9293 | #: config/i386/winnt.c:255 |
b97e55da | 9294 | msgid "%Jinconsistent dll linkage for '%D', dllexport assumed." |
9e620082 ZW |
9295 | msgstr "" |
9296 | ||
de104104 | 9297 | #: config/i386/winnt.c:299 config/sh/symbian.c:279 |
b97e55da JM |
9298 | #, c-format |
9299 | msgid "`%s' declared as both exported to and imported from a DLL" | |
a52453cc PT |
9300 | msgstr "" |
9301 | ||
de104104 | 9302 | #: config/i386/winnt.c:308 |
b97e55da JM |
9303 | msgid "" |
9304 | "%Jfailure in redeclaration of '%D': dllimport'd symbol lacks external " | |
9305 | "linkage." | |
a52453cc PT |
9306 | msgstr "" |
9307 | ||
de104104 | 9308 | #: config/i386/winnt.c:447 |
b97e55da | 9309 | msgid "%J'%D' defined locally after being referenced with dllimport linkage" |
a52453cc PT |
9310 | msgstr "" |
9311 | ||
de104104 | 9312 | #: config/i386/winnt.c:450 |
b97e55da JM |
9313 | msgid "" |
9314 | "%J'%D' redeclared without dllimport attribute after being referenced with " | |
9315 | "dllimport linkage" | |
9e620082 ZW |
9316 | msgstr "" |
9317 | ||
de104104 | 9318 | #: config/i386/winnt.c:617 |
b97e55da | 9319 | msgid "%J'%D' causes a section type conflict" |
9e620082 ZW |
9320 | msgstr "" |
9321 | ||
b1b51268 | 9322 | #: config/i386/cygming.h:61 |
b97e55da | 9323 | msgid "Use the Cygwin interface" |
9e620082 ZW |
9324 | msgstr "" |
9325 | ||
b1b51268 | 9326 | #: config/i386/cygming.h:62 |
b97e55da | 9327 | msgid "Use the Mingw32 interface" |
9e620082 ZW |
9328 | msgstr "" |
9329 | ||
b1b51268 | 9330 | #: config/i386/cygming.h:63 |
b97e55da | 9331 | msgid "Create GUI application" |
9e620082 ZW |
9332 | msgstr "" |
9333 | ||
b1b51268 | 9334 | #: config/i386/cygming.h:64 |
b97e55da | 9335 | msgid "Don't set Windows defines" |
9e620082 ZW |
9336 | msgstr "" |
9337 | ||
b1b51268 | 9338 | #: config/i386/cygming.h:65 |
b97e55da | 9339 | msgid "Set Windows defines" |
9e620082 ZW |
9340 | msgstr "" |
9341 | ||
b1b51268 | 9342 | #: config/i386/cygming.h:66 |
b97e55da | 9343 | msgid "Create console application" |
9e620082 ZW |
9344 | msgstr "" |
9345 | ||
b1b51268 | 9346 | #: config/i386/cygming.h:67 |
b97e55da | 9347 | msgid "Generate code for a DLL" |
9e620082 ZW |
9348 | msgstr "" |
9349 | ||
b1b51268 | 9350 | #: config/i386/cygming.h:69 |
b97e55da | 9351 | msgid "Ignore dllimport for functions" |
9e620082 ZW |
9352 | msgstr "" |
9353 | ||
b1b51268 | 9354 | #: config/i386/cygming.h:71 |
b97e55da | 9355 | msgid "Use Mingw-specific thread support" |
a52453cc PT |
9356 | msgstr "" |
9357 | ||
807ab1f2 | 9358 | #: config/i386/cygming.h:182 |
b97e55da JM |
9359 | #, c-format |
9360 | msgid "-f%s ignored for target (all code is position independent)" | |
1737c953 JM |
9361 | msgstr "" |
9362 | ||
b97e55da JM |
9363 | #: config/i386/djgpp.h:191 |
9364 | msgid "-mbnu210 is ignored (option is obsolete)" | |
9e620082 ZW |
9365 | msgstr "" |
9366 | ||
807ab1f2 | 9367 | #: config/i386/i386-interix.h:257 |
b97e55da | 9368 | msgid "ms-bitfields not supported for objc" |
9e620082 ZW |
9369 | msgstr "" |
9370 | ||
b97e55da JM |
9371 | #. Deprecated. |
9372 | #. Deprecated. | |
9373 | #. Deprecated. | |
9374 | #. Deprecated. | |
9375 | #. Deprecated. | |
9376 | #. Deprecated. | |
807ab1f2 | 9377 | #: config/i386/i386.h:345 |
b97e55da | 9378 | msgid "Alternate calling convention" |
9e620082 ZW |
9379 | msgstr "" |
9380 | ||
807ab1f2 | 9381 | #: config/i386/i386.h:347 config/m68k/m68k.h:336 config/ns32k/ns32k.h:144 |
b97e55da | 9382 | msgid "Use normal calling convention" |
9d967a7e ZW |
9383 | msgstr "" |
9384 | ||
807ab1f2 | 9385 | #: config/i386/i386.h:349 |
b97e55da | 9386 | msgid "Align some doubles on dword boundary" |
9d967a7e ZW |
9387 | msgstr "" |
9388 | ||
807ab1f2 | 9389 | #: config/i386/i386.h:351 |
b97e55da | 9390 | msgid "Align doubles on word boundary" |
9e620082 ZW |
9391 | msgstr "" |
9392 | ||
807ab1f2 | 9393 | #: config/i386/i386.h:353 |
b97e55da | 9394 | msgid "Uninitialized locals in .bss" |
9e620082 ZW |
9395 | msgstr "" |
9396 | ||
807ab1f2 | 9397 | #: config/i386/i386.h:355 |
b97e55da | 9398 | msgid "Uninitialized locals in .data" |
9e620082 ZW |
9399 | msgstr "" |
9400 | ||
807ab1f2 | 9401 | #: config/i386/i386.h:357 config/m68k/linux.h:42 config/ns32k/ns32k.h:167 |
b97e55da | 9402 | msgid "Use IEEE math for fp comparisons" |
9e620082 ZW |
9403 | msgstr "" |
9404 | ||
807ab1f2 | 9405 | #: config/i386/i386.h:359 config/ns32k/ns32k.h:169 |
b97e55da | 9406 | msgid "Do not use IEEE math for fp comparisons" |
9e620082 ZW |
9407 | msgstr "" |
9408 | ||
807ab1f2 | 9409 | #: config/i386/i386.h:361 |
b97e55da | 9410 | msgid "Return values of functions in FPU registers" |
9e620082 ZW |
9411 | msgstr "" |
9412 | ||
807ab1f2 | 9413 | #: config/i386/i386.h:363 |
b97e55da | 9414 | msgid "Do not return values of functions in FPU registers" |
9e620082 ZW |
9415 | msgstr "" |
9416 | ||
807ab1f2 | 9417 | #: config/i386/i386.h:365 |
b97e55da | 9418 | msgid "Do not generate sin, cos, sqrt for FPU" |
9e620082 ZW |
9419 | msgstr "" |
9420 | ||
807ab1f2 | 9421 | #: config/i386/i386.h:367 |
b97e55da | 9422 | msgid "Generate sin, cos, sqrt for FPU" |
9e620082 ZW |
9423 | msgstr "" |
9424 | ||
807ab1f2 | 9425 | #: config/i386/i386.h:369 |
b97e55da | 9426 | msgid "Omit the frame pointer in leaf functions" |
9e620082 ZW |
9427 | msgstr "" |
9428 | ||
807ab1f2 | 9429 | #: config/i386/i386.h:372 |
b97e55da | 9430 | msgid "Enable stack probing" |
9e620082 ZW |
9431 | msgstr "" |
9432 | ||
b97e55da JM |
9433 | #. undocumented |
9434 | #. undocumented | |
807ab1f2 | 9435 | #: config/i386/i386.h:377 |
b97e55da | 9436 | msgid "Align destination of the string operations" |
9e620082 ZW |
9437 | msgstr "" |
9438 | ||
807ab1f2 | 9439 | #: config/i386/i386.h:379 |
b97e55da | 9440 | msgid "Do not align destination of the string operations" |
9e620082 ZW |
9441 | msgstr "" |
9442 | ||
807ab1f2 | 9443 | #: config/i386/i386.h:381 |
b97e55da | 9444 | msgid "Inline all known string operations" |
9e620082 ZW |
9445 | msgstr "" |
9446 | ||
807ab1f2 | 9447 | #: config/i386/i386.h:383 |
b97e55da | 9448 | msgid "Do not inline all known string operations" |
9e620082 ZW |
9449 | msgstr "" |
9450 | ||
807ab1f2 | 9451 | #: config/i386/i386.h:385 config/i386/i386.h:389 |
b97e55da | 9452 | msgid "Use push instructions to save outgoing arguments" |
9e620082 ZW |
9453 | msgstr "" |
9454 | ||
807ab1f2 | 9455 | #: config/i386/i386.h:387 config/i386/i386.h:391 |
b97e55da | 9456 | msgid "Do not use push instructions to save outgoing arguments" |
9e620082 ZW |
9457 | msgstr "" |
9458 | ||
807ab1f2 | 9459 | #: config/i386/i386.h:393 |
b97e55da | 9460 | msgid "Support MMX built-in functions" |
9e620082 ZW |
9461 | msgstr "" |
9462 | ||
807ab1f2 | 9463 | #: config/i386/i386.h:395 |
b97e55da | 9464 | msgid "Do not support MMX built-in functions" |
9e620082 ZW |
9465 | msgstr "" |
9466 | ||
807ab1f2 | 9467 | #: config/i386/i386.h:397 |
b97e55da | 9468 | msgid "Support 3DNow! built-in functions" |
9e620082 ZW |
9469 | msgstr "" |
9470 | ||
807ab1f2 | 9471 | #: config/i386/i386.h:399 |
b97e55da | 9472 | msgid "Do not support 3DNow! built-in functions" |
9e620082 ZW |
9473 | msgstr "" |
9474 | ||
807ab1f2 | 9475 | #: config/i386/i386.h:401 |
b97e55da | 9476 | msgid "Support MMX and SSE built-in functions and code generation" |
9e620082 ZW |
9477 | msgstr "" |
9478 | ||
807ab1f2 | 9479 | #: config/i386/i386.h:403 |
b97e55da | 9480 | msgid "Do not support MMX and SSE built-in functions and code generation" |
9e620082 ZW |
9481 | msgstr "" |
9482 | ||
807ab1f2 | 9483 | #: config/i386/i386.h:405 |
b97e55da | 9484 | msgid "Support MMX, SSE and SSE2 built-in functions and code generation" |
9e620082 ZW |
9485 | msgstr "" |
9486 | ||
807ab1f2 | 9487 | #: config/i386/i386.h:407 |
b97e55da | 9488 | msgid "Do not support MMX, SSE and SSE2 built-in functions and code generation" |
9e620082 ZW |
9489 | msgstr "" |
9490 | ||
807ab1f2 | 9491 | #: config/i386/i386.h:409 |
b1b51268 | 9492 | msgid "Support MMX, SSE, SSE2 and SSE3 built-in functions and code generation" |
9e620082 ZW |
9493 | msgstr "" |
9494 | ||
807ab1f2 | 9495 | #: config/i386/i386.h:411 |
b97e55da | 9496 | msgid "" |
b1b51268 | 9497 | "Do not support MMX, SSE, SSE2 and SSE3 built-in functions and code generation" |
9e620082 ZW |
9498 | msgstr "" |
9499 | ||
807ab1f2 | 9500 | #: config/i386/i386.h:413 |
b97e55da | 9501 | msgid "sizeof(long double) is 16" |
9e620082 ZW |
9502 | msgstr "" |
9503 | ||
807ab1f2 | 9504 | #: config/i386/i386.h:415 |
b97e55da | 9505 | msgid "sizeof(long double) is 12" |
9e620082 ZW |
9506 | msgstr "" |
9507 | ||
807ab1f2 | 9508 | #: config/i386/i386.h:417 |
b97e55da | 9509 | msgid "Generate 64bit x86-64 code" |
5b7874aa ZW |
9510 | msgstr "" |
9511 | ||
807ab1f2 | 9512 | #: config/i386/i386.h:419 |
b97e55da | 9513 | msgid "Generate 32bit i386 code" |
5b7874aa ZW |
9514 | msgstr "" |
9515 | ||
807ab1f2 | 9516 | #: config/i386/i386.h:421 |
b97e55da | 9517 | msgid "Use native (MS) bitfield layout" |
5b7874aa ZW |
9518 | msgstr "" |
9519 | ||
807ab1f2 | 9520 | #: config/i386/i386.h:423 |
b97e55da | 9521 | msgid "Use gcc default bitfield layout" |
9e620082 ZW |
9522 | msgstr "" |
9523 | ||
807ab1f2 | 9524 | #: config/i386/i386.h:425 |
b97e55da | 9525 | msgid "Use red-zone in the x86-64 code" |
9e620082 ZW |
9526 | msgstr "" |
9527 | ||
807ab1f2 | 9528 | #: config/i386/i386.h:427 |
b97e55da | 9529 | msgid "Do not use red-zone in the x86-64 code" |
9e620082 ZW |
9530 | msgstr "" |
9531 | ||
807ab1f2 | 9532 | #: config/i386/i386.h:429 |
b97e55da JM |
9533 | #, c-format |
9534 | msgid "Use direct references against %gs when accessing tls data" | |
9e620082 ZW |
9535 | msgstr "" |
9536 | ||
807ab1f2 | 9537 | #: config/i386/i386.h:431 |
b97e55da JM |
9538 | #, c-format |
9539 | msgid "Do not use direct references against %gs when accessing tls data" | |
9e620082 ZW |
9540 | msgstr "" |
9541 | ||
b97e55da JM |
9542 | #. This macro is similar to `TARGET_SWITCHES' but defines names of |
9543 | #. command options that have values. Its definition is an | |
9544 | #. initializer with a subgrouping for each command option. | |
9545 | #. | |
9546 | #. Each subgrouping contains a string constant, that defines the | |
9547 | #. fixed part of the option name, and the address of a variable. The | |
9548 | #. variable, type `char *', is set to the variable part of the given | |
9549 | #. option if the fixed part matches. The actual option name is made | |
9550 | #. by appending `-m' to the specified name. | |
807ab1f2 | 9551 | #: config/i386/i386.h:465 config/ia64/ia64.h:286 config/rs6000/rs6000.h:453 |
de104104 | 9552 | #: config/s390/s390.h:155 config/sparc/sparc.h:711 |
b97e55da | 9553 | msgid "Schedule code for given CPU" |
9e620082 ZW |
9554 | msgstr "" |
9555 | ||
807ab1f2 | 9556 | #: config/i386/i386.h:467 |
b97e55da | 9557 | msgid "Generate floating point mathematics using given instruction set" |
9e620082 ZW |
9558 | msgstr "" |
9559 | ||
de104104 | 9560 | #: config/i386/i386.h:469 config/s390/s390.h:157 |
b97e55da | 9561 | msgid "Generate code for given CPU" |
9e620082 ZW |
9562 | msgstr "" |
9563 | ||
807ab1f2 | 9564 | #: config/i386/i386.h:471 |
b97e55da | 9565 | msgid "Number of registers used to pass integer arguments" |
9e620082 ZW |
9566 | msgstr "" |
9567 | ||
807ab1f2 | 9568 | #: config/i386/i386.h:473 |
b97e55da | 9569 | msgid "Loop code aligned to this power of 2" |
9e620082 ZW |
9570 | msgstr "" |
9571 | ||
807ab1f2 | 9572 | #: config/i386/i386.h:475 |
b97e55da | 9573 | msgid "Jump targets are aligned to this power of 2" |
9e620082 ZW |
9574 | msgstr "" |
9575 | ||
807ab1f2 | 9576 | #: config/i386/i386.h:477 |
b97e55da | 9577 | msgid "Function starts are aligned to this power of 2" |
9e620082 ZW |
9578 | msgstr "" |
9579 | ||
807ab1f2 | 9580 | #: config/i386/i386.h:480 |
b97e55da | 9581 | msgid "Attempt to keep stack aligned to this power of 2" |
9e620082 ZW |
9582 | msgstr "" |
9583 | ||
807ab1f2 | 9584 | #: config/i386/i386.h:482 |
b97e55da | 9585 | msgid "Branches are this expensive (1-5, arbitrary units)" |
9e620082 ZW |
9586 | msgstr "" |
9587 | ||
807ab1f2 | 9588 | #: config/i386/i386.h:484 |
b97e55da | 9589 | msgid "Use given x86-64 code model" |
9e620082 ZW |
9590 | msgstr "" |
9591 | ||
b97e55da JM |
9592 | #. Undocumented. |
9593 | #. Undocumented. | |
807ab1f2 | 9594 | #: config/i386/i386.h:490 |
b97e55da | 9595 | msgid "Use given assembler dialect" |
9e620082 ZW |
9596 | msgstr "" |
9597 | ||
807ab1f2 | 9598 | #: config/i386/i386.h:492 |
b97e55da | 9599 | msgid "Use given thread-local storage dialect" |
9e620082 ZW |
9600 | msgstr "" |
9601 | ||
807ab1f2 | 9602 | #: config/i386/sco5.h:290 |
b97e55da | 9603 | msgid "Generate ELF output" |
9e620082 ZW |
9604 | msgstr "" |
9605 | ||
b97e55da JM |
9606 | #. If the environment variable DJDIR is not defined, then DJGPP is not installed correctly and GCC will quickly become confused with the default prefix settings. Report the problem now so the user doesn't receive deceptive "file not found" error messages later. |
9607 | #. DJDIR is automatically defined by the DJGPP environment config file pointed to by the environment variable DJGPP. Examine DJGPP to try and figure out what's wrong. | |
b1b51268 | 9608 | #: config/i386/xm-djgpp.h:62 |
b97e55da JM |
9609 | msgid "environment variable DJGPP not defined" |
9610 | msgstr "" | |
9611 | ||
b1b51268 | 9612 | #: config/i386/xm-djgpp.h:64 |
b97e55da JM |
9613 | #, c-format |
9614 | msgid "environment variable DJGPP points to missing file '%s'" | |
9615 | msgstr "" | |
9616 | ||
b1b51268 | 9617 | #: config/i386/xm-djgpp.h:67 |
b97e55da JM |
9618 | #, c-format |
9619 | msgid "environment variable DJGPP points to corrupt file '%s'" | |
9e620082 ZW |
9620 | msgstr "" |
9621 | ||
5b7874aa ZW |
9622 | #. Macro to define tables used to set the flags. |
9623 | #. This is a list in braces of pairs in braces, | |
9624 | #. each pair being { "NAME", VALUE } | |
9625 | #. where VALUE is the bits to set or minus the bits to clear. | |
9626 | #. An empty string NAME is used to identify the default VALUE. | |
b97e55da JM |
9627 | #: config/i860/i860.h:60 |
9628 | msgid "Generate code which uses the FPU" | |
9e620082 ZW |
9629 | msgstr "" |
9630 | ||
b97e55da JM |
9631 | #: config/i860/i860.h:61 config/i860/i860.h:62 |
9632 | msgid "Do not generate code which uses the FPU" | |
9e620082 ZW |
9633 | msgstr "" |
9634 | ||
b97e55da JM |
9635 | #: config/ia64/ia64-c.c:52 |
9636 | msgid "malformed #pragma builtin" | |
a47a6810 JM |
9637 | msgstr "" |
9638 | ||
807ab1f2 | 9639 | #: config/ia64/ia64.c:480 config/m32r/m32r.c:356 |
b97e55da JM |
9640 | #, c-format |
9641 | msgid "invalid argument of `%s' attribute" | |
a47a6810 JM |
9642 | msgstr "" |
9643 | ||
807ab1f2 | 9644 | #: config/ia64/ia64.c:492 |
b97e55da | 9645 | msgid "%Jan address area attribute cannot be specified for local variables" |
a47a6810 JM |
9646 | msgstr "" |
9647 | ||
807ab1f2 | 9648 | #: config/ia64/ia64.c:499 |
b97e55da | 9649 | msgid "%Jaddress area of '%s' conflicts with previous declaration" |
a47a6810 JM |
9650 | msgstr "" |
9651 | ||
807ab1f2 | 9652 | #: config/ia64/ia64.c:506 |
b97e55da | 9653 | msgid "%Jaddress area attribute cannot be specified for functions" |
a47a6810 JM |
9654 | msgstr "" |
9655 | ||
de104104 | 9656 | #: config/ia64/ia64.c:3755 |
b97e55da | 9657 | msgid "ia64_print_operand: unknown code" |
a47a6810 JM |
9658 | msgstr "" |
9659 | ||
de104104 | 9660 | #: config/ia64/ia64.c:4095 config/pa/pa.c:316 |
b97e55da | 9661 | msgid "value of -mfixed-range must have form REG1-REG2" |
a47a6810 JM |
9662 | msgstr "" |
9663 | ||
de104104 | 9664 | #: config/ia64/ia64.c:4122 config/pa/pa.c:343 |
b97e55da JM |
9665 | #, c-format |
9666 | msgid "%s-%s is an empty range" | |
a47a6810 JM |
9667 | msgstr "" |
9668 | ||
de104104 | 9669 | #: config/ia64/ia64.c:4173 |
b97e55da | 9670 | msgid "cannot optimize floating point division for both latency and throughput" |
a47a6810 JM |
9671 | msgstr "" |
9672 | ||
de104104 | 9673 | #: config/ia64/ia64.c:4190 |
b97e55da | 9674 | msgid "cannot optimize integer division for both latency and throughput" |
a47a6810 JM |
9675 | msgstr "" |
9676 | ||
de104104 | 9677 | #: config/ia64/ia64.c:4207 |
8d98c44c JM |
9678 | msgid "cannot optimize square root for both latency and throughput" |
9679 | msgstr "" | |
9680 | ||
de104104 | 9681 | #: config/ia64/ia64.c:4221 |
8d98c44c JM |
9682 | msgid "not yet implemented: latency-optimized inline square root" |
9683 | msgstr "" | |
9684 | ||
de104104 | 9685 | #: config/ia64/ia64.c:4233 |
b97e55da JM |
9686 | #, c-format |
9687 | msgid "bad value (%s) for -mtls-size= switch" | |
a47a6810 JM |
9688 | msgstr "" |
9689 | ||
de104104 | 9690 | #: config/ia64/ia64.c:4249 |
b97e55da JM |
9691 | #, c-format |
9692 | msgid "bad value (%s) for -tune= switch" | |
a47a6810 JM |
9693 | msgstr "" |
9694 | ||
b97e55da JM |
9695 | #. This macro defines names of command options to set and clear bits in |
9696 | #. `target_flags'. Its definition is an initializer with a subgrouping for | |
9697 | #. each command option. | |
807ab1f2 | 9698 | #: config/ia64/ia64.h:182 |
b97e55da | 9699 | msgid "Generate big endian code" |
a47a6810 JM |
9700 | msgstr "" |
9701 | ||
807ab1f2 | 9702 | #: config/ia64/ia64.h:184 config/mcore/mcore.h:146 |
b97e55da | 9703 | msgid "Generate little endian code" |
a47a6810 JM |
9704 | msgstr "" |
9705 | ||
807ab1f2 | 9706 | #: config/ia64/ia64.h:186 |
b97e55da | 9707 | msgid "Generate code for GNU as" |
a47a6810 JM |
9708 | msgstr "" |
9709 | ||
807ab1f2 | 9710 | #: config/ia64/ia64.h:188 |
b97e55da | 9711 | msgid "Generate code for Intel as" |
a47a6810 JM |
9712 | msgstr "" |
9713 | ||
807ab1f2 | 9714 | #: config/ia64/ia64.h:190 |
b97e55da | 9715 | msgid "Generate code for GNU ld" |
a47a6810 JM |
9716 | msgstr "" |
9717 | ||
807ab1f2 | 9718 | #: config/ia64/ia64.h:192 |
b97e55da | 9719 | msgid "Generate code for Intel ld" |
a47a6810 JM |
9720 | msgstr "" |
9721 | ||
807ab1f2 | 9722 | #: config/ia64/ia64.h:194 |
b97e55da | 9723 | msgid "Generate code without GP reg" |
a47a6810 JM |
9724 | msgstr "" |
9725 | ||
807ab1f2 | 9726 | #: config/ia64/ia64.h:196 |
b97e55da | 9727 | msgid "Emit stop bits before and after volatile extended asms" |
a47a6810 JM |
9728 | msgstr "" |
9729 | ||
807ab1f2 | 9730 | #: config/ia64/ia64.h:198 |
b97e55da | 9731 | msgid "Don't emit stop bits before and after volatile extended asms" |
a47a6810 JM |
9732 | msgstr "" |
9733 | ||
807ab1f2 | 9734 | #: config/ia64/ia64.h:200 |
b97e55da | 9735 | msgid "Emit code for Itanium (TM) processor B step" |
a47a6810 JM |
9736 | msgstr "" |
9737 | ||
807ab1f2 | 9738 | #: config/ia64/ia64.h:202 |
b97e55da | 9739 | msgid "Use in/loc/out register names" |
a47a6810 JM |
9740 | msgstr "" |
9741 | ||
807ab1f2 | 9742 | #: config/ia64/ia64.h:204 |
b97e55da | 9743 | msgid "Disable use of sdata/scommon/sbss" |
a47a6810 JM |
9744 | msgstr "" |
9745 | ||
807ab1f2 | 9746 | #: config/ia64/ia64.h:206 |
b97e55da | 9747 | msgid "Enable use of sdata/scommon/sbss" |
a47a6810 JM |
9748 | msgstr "" |
9749 | ||
807ab1f2 | 9750 | #: config/ia64/ia64.h:208 |
b97e55da | 9751 | msgid "gp is constant (but save/restore gp on indirect calls)" |
a47a6810 JM |
9752 | msgstr "" |
9753 | ||
807ab1f2 | 9754 | #: config/ia64/ia64.h:210 |
b97e55da | 9755 | msgid "Generate self-relocatable code" |
a47a6810 JM |
9756 | msgstr "" |
9757 | ||
807ab1f2 | 9758 | #: config/ia64/ia64.h:212 |
b97e55da | 9759 | msgid "Generate inline floating point division, optimize for latency" |
9e620082 ZW |
9760 | msgstr "" |
9761 | ||
807ab1f2 | 9762 | #: config/ia64/ia64.h:214 |
b97e55da | 9763 | msgid "Generate inline floating point division, optimize for throughput" |
a47a6810 JM |
9764 | msgstr "" |
9765 | ||
807ab1f2 | 9766 | #: config/ia64/ia64.h:217 |
b1b51268 JM |
9767 | msgid "Do not inline floating point division" |
9768 | msgstr "" | |
9769 | ||
807ab1f2 | 9770 | #: config/ia64/ia64.h:219 |
b97e55da | 9771 | msgid "Generate inline integer division, optimize for latency" |
9e620082 ZW |
9772 | msgstr "" |
9773 | ||
807ab1f2 | 9774 | #: config/ia64/ia64.h:221 |
b97e55da | 9775 | msgid "Generate inline integer division, optimize for throughput" |
9e620082 ZW |
9776 | msgstr "" |
9777 | ||
807ab1f2 | 9778 | #: config/ia64/ia64.h:223 |
b1b51268 JM |
9779 | msgid "Do not inline integer division" |
9780 | msgstr "" | |
9781 | ||
807ab1f2 | 9782 | #: config/ia64/ia64.h:225 |
8d98c44c JM |
9783 | msgid "Generate inline square root, optimize for latency" |
9784 | msgstr "" | |
9785 | ||
807ab1f2 | 9786 | #: config/ia64/ia64.h:227 |
8d98c44c JM |
9787 | msgid "Generate inline square root, optimize for throughput" |
9788 | msgstr "" | |
9789 | ||
807ab1f2 | 9790 | #: config/ia64/ia64.h:229 |
b1b51268 JM |
9791 | msgid "Do not inline square root" |
9792 | msgstr "" | |
9793 | ||
807ab1f2 | 9794 | #: config/ia64/ia64.h:231 |
b97e55da | 9795 | msgid "Enable Dwarf 2 line debug info via GNU as" |
9e620082 ZW |
9796 | msgstr "" |
9797 | ||
807ab1f2 | 9798 | #: config/ia64/ia64.h:233 |
b97e55da | 9799 | msgid "Disable Dwarf 2 line debug info via GNU as" |
9e620082 ZW |
9800 | msgstr "" |
9801 | ||
807ab1f2 | 9802 | #: config/ia64/ia64.h:235 |
b97e55da | 9803 | msgid "Enable earlier placing stop bits for better scheduling" |
9e620082 ZW |
9804 | msgstr "" |
9805 | ||
807ab1f2 | 9806 | #: config/ia64/ia64.h:237 |
b97e55da | 9807 | msgid "Disable earlier placing stop bits" |
9e620082 ZW |
9808 | msgstr "" |
9809 | ||
807ab1f2 | 9810 | #: config/ia64/ia64.h:282 |
b97e55da | 9811 | msgid "Specify range of registers to make fixed" |
9e620082 ZW |
9812 | msgstr "" |
9813 | ||
807ab1f2 | 9814 | #: config/ip2k/ip2k.c:1086 |
b97e55da | 9815 | msgid "bad operand" |
9e620082 ZW |
9816 | msgstr "" |
9817 | ||
807ab1f2 | 9818 | #: config/iq2000/iq2000.c:1647 |
b97e55da JM |
9819 | #, c-format |
9820 | msgid "bad value (%s) for -mcpu= switch" | |
9e620082 ZW |
9821 | msgstr "" |
9822 | ||
807ab1f2 | 9823 | #: config/iq2000/iq2000.c:1676 |
b97e55da JM |
9824 | #, c-format |
9825 | msgid "The compiler does not support -march=%s." | |
9e620082 ZW |
9826 | msgstr "" |
9827 | ||
807ab1f2 | 9828 | #: config/iq2000/iq2000.c:2063 |
b97e55da JM |
9829 | #, c-format |
9830 | msgid "gp_offset (%ld) or end_offset (%ld) is less than zero." | |
a47a6810 JM |
9831 | msgstr "" |
9832 | ||
807ab1f2 | 9833 | #: config/iq2000/iq2000.c:2845 |
b97e55da JM |
9834 | #, c-format |
9835 | msgid "argument `%d' is not a constant" | |
9e620082 ZW |
9836 | msgstr "" |
9837 | ||
807ab1f2 | 9838 | #: config/iq2000/iq2000.c:3148 config/xtensa/xtensa.c:2033 |
b97e55da | 9839 | msgid "PRINT_OPERAND_ADDRESS, null pointer" |
9e620082 ZW |
9840 | msgstr "" |
9841 | ||
807ab1f2 | 9842 | #: config/iq2000/iq2000.c:3303 |
b97e55da JM |
9843 | #, c-format |
9844 | msgid "PRINT_OPERAND: Unknown punctuation '%c'" | |
9e620082 ZW |
9845 | msgstr "" |
9846 | ||
de104104 | 9847 | #: config/iq2000/iq2000.c:3312 config/mips/mips.c:4801 |
807ab1f2 | 9848 | #: config/xtensa/xtensa.c:1887 |
b97e55da | 9849 | msgid "PRINT_OPERAND null pointer" |
9e620082 ZW |
9850 | msgstr "" |
9851 | ||
807ab1f2 | 9852 | #: config/iq2000/iq2000.c:3381 |
b97e55da JM |
9853 | #, c-format |
9854 | msgid "invalid %%P operand" | |
9e620082 ZW |
9855 | msgstr "" |
9856 | ||
d5706a1e | 9857 | #: config/iq2000/iq2000.c:3389 config/rs6000/rs6000.c:10241 |
b97e55da JM |
9858 | #, c-format |
9859 | msgid "invalid %%p value" | |
9e620082 ZW |
9860 | msgstr "" |
9861 | ||
de104104 | 9862 | #: config/iq2000/iq2000.c:3453 config/mips/mips.c:4927 |
b97e55da JM |
9863 | #, c-format |
9864 | msgid "invalid use of %%d, %%x, or %%X" | |
9e620082 ZW |
9865 | msgstr "" |
9866 | ||
01b84e13 | 9867 | #: config/iq2000/iq2000.h:72 config/mn10300/mn10300.h:74 |
b97e55da | 9868 | msgid "No default crt0.o" |
9e620082 ZW |
9869 | msgstr "" |
9870 | ||
01b84e13 | 9871 | #: config/iq2000/iq2000.h:74 |
b97e55da | 9872 | msgid "Use GP relative sdata/sbss sections" |
9e620082 ZW |
9873 | msgstr "" |
9874 | ||
01b84e13 | 9875 | #: config/iq2000/iq2000.h:76 |
b97e55da | 9876 | msgid "Don't use GP relative sdata/sbss sections" |
9e620082 ZW |
9877 | msgstr "" |
9878 | ||
807ab1f2 | 9879 | #: config/iq2000/iq2000.h:78 config/mips/mips.h:579 |
b97e55da | 9880 | msgid "Use ROM instead of RAM" |
9e620082 ZW |
9881 | msgstr "" |
9882 | ||
807ab1f2 | 9883 | #: config/iq2000/iq2000.h:80 config/mips/mips.h:581 |
b97e55da | 9884 | msgid "Don't use ROM instead of RAM" |
66866cda JM |
9885 | msgstr "" |
9886 | ||
807ab1f2 | 9887 | #: config/iq2000/iq2000.h:82 config/mips/mips.h:583 |
b97e55da | 9888 | msgid "Put uninitialized constants in ROM (needs -membedded-data)" |
9e620082 ZW |
9889 | msgstr "" |
9890 | ||
807ab1f2 | 9891 | #: config/iq2000/iq2000.h:84 config/mips/mips.h:585 |
b97e55da | 9892 | msgid "Don't put uninitialized constants in ROM" |
9e620082 ZW |
9893 | msgstr "" |
9894 | ||
807ab1f2 | 9895 | #: config/iq2000/iq2000.h:106 config/mips/mips.h:770 |
b97e55da | 9896 | msgid "Specify CPU for scheduling purposes" |
9e620082 ZW |
9897 | msgstr "" |
9898 | ||
807ab1f2 | 9899 | #: config/iq2000/iq2000.h:108 config/mips/mips.h:772 |
b97e55da | 9900 | msgid "Specify CPU for code generation purposes" |
a47a6810 JM |
9901 | msgstr "" |
9902 | ||
807ab1f2 | 9903 | #: config/m32r/m32r.c:174 |
5b7874aa | 9904 | #, c-format |
b97e55da | 9905 | msgid "bad value (%s) for -mmodel switch" |
9e620082 ZW |
9906 | msgstr "" |
9907 | ||
807ab1f2 | 9908 | #: config/m32r/m32r.c:183 |
5b7874aa | 9909 | #, c-format |
b97e55da | 9910 | msgid "bad value (%s) for -msdata switch" |
9e620082 ZW |
9911 | msgstr "" |
9912 | ||
807ab1f2 | 9913 | #: config/m32r/m32r.c:190 |
01b84e13 JM |
9914 | #, c-format |
9915 | msgid "bad value (%s) for -flush-trap=n (0=<n<=15)" | |
9916 | msgstr "" | |
9917 | ||
807ab1f2 | 9918 | #: config/m32r/m32r.c:2100 |
5b7874aa | 9919 | #, c-format |
b97e55da | 9920 | msgid "invalid operand to %%s code" |
9e620082 ZW |
9921 | msgstr "" |
9922 | ||
807ab1f2 | 9923 | #: config/m32r/m32r.c:2107 |
b97e55da JM |
9924 | #, c-format |
9925 | msgid "invalid operand to %%p code" | |
9e620082 ZW |
9926 | msgstr "" |
9927 | ||
807ab1f2 | 9928 | #: config/m32r/m32r.c:2162 |
b97e55da JM |
9929 | msgid "bad insn for 'A'" |
9930 | msgstr "" | |
9931 | ||
807ab1f2 | 9932 | #: config/m32r/m32r.c:2209 |
5b7874aa | 9933 | #, c-format |
b97e55da | 9934 | msgid "invalid operand to %%T/%%B code" |
9e620082 ZW |
9935 | msgstr "" |
9936 | ||
807ab1f2 | 9937 | #: config/m32r/m32r.c:2232 |
b97e55da JM |
9938 | #, c-format |
9939 | msgid "invalid operand to %%N code" | |
9e620082 ZW |
9940 | msgstr "" |
9941 | ||
807ab1f2 | 9942 | #: config/m32r/m32r.c:2265 |
b97e55da | 9943 | msgid "pre-increment address is not a register" |
9e620082 ZW |
9944 | msgstr "" |
9945 | ||
807ab1f2 | 9946 | #: config/m32r/m32r.c:2272 |
b97e55da | 9947 | msgid "pre-decrement address is not a register" |
9e620082 ZW |
9948 | msgstr "" |
9949 | ||
807ab1f2 | 9950 | #: config/m32r/m32r.c:2279 |
b97e55da | 9951 | msgid "post-increment address is not a register" |
9e620082 ZW |
9952 | msgstr "" |
9953 | ||
807ab1f2 | 9954 | #: config/m32r/m32r.c:2355 config/m32r/m32r.c:2371 |
d5706a1e | 9955 | #: config/rs6000/rs6000.c:16563 |
b97e55da | 9956 | msgid "bad address" |
a47a6810 JM |
9957 | msgstr "" |
9958 | ||
807ab1f2 | 9959 | #: config/m32r/m32r.c:2376 |
b97e55da | 9960 | msgid "lo_sum not of register" |
9e620082 ZW |
9961 | msgstr "" |
9962 | ||
b97e55da | 9963 | #. { "relax", TARGET_RELAX_MASK, "" }, { "no-relax", -TARGET_RELAX_MASK, "" }, |
b1b51268 | 9964 | #: config/m32r/m32r.h:283 |
b97e55da | 9965 | msgid "Display compile time statistics" |
9e620082 ZW |
9966 | msgstr "" |
9967 | ||
b1b51268 | 9968 | #: config/m32r/m32r.h:285 |
b97e55da | 9969 | msgid "Align all loops to 32 byte boundary" |
1737c953 JM |
9970 | msgstr "" |
9971 | ||
b1b51268 | 9972 | #: config/m32r/m32r.h:288 |
b97e55da | 9973 | msgid "Only issue one instruction per cycle" |
1737c953 JM |
9974 | msgstr "" |
9975 | ||
b1b51268 | 9976 | #: config/m32r/m32r.h:291 |
b97e55da | 9977 | msgid "Prefer branches over conditional execution" |
1737c953 JM |
9978 | msgstr "" |
9979 | ||
b1b51268 | 9980 | #: config/m32r/m32r.h:312 |
b97e55da | 9981 | msgid "Code size: small, medium or large" |
a47a6810 JM |
9982 | msgstr "" |
9983 | ||
b1b51268 | 9984 | #: config/m32r/m32r.h:314 |
b97e55da | 9985 | msgid "Small data area: none, sdata, use" |
a47a6810 JM |
9986 | msgstr "" |
9987 | ||
807ab1f2 | 9988 | #: config/m32r/m32r.h:316 config/mips/mips.h:778 |
01b84e13 JM |
9989 | msgid "Don't call any cache flush functions" |
9990 | msgstr "" | |
9991 | ||
807ab1f2 | 9992 | #: config/m32r/m32r.h:318 config/mips/mips.h:780 |
01b84e13 JM |
9993 | msgid "Specify cache flush function" |
9994 | msgstr "" | |
9995 | ||
b1b51268 | 9996 | #: config/m32r/m32r.h:320 |
01b84e13 JM |
9997 | msgid "Don't call any cache flush trap" |
9998 | msgstr "" | |
9999 | ||
b1b51268 | 10000 | #: config/m32r/m32r.h:322 |
01b84e13 JM |
10001 | msgid "Specify cache flush trap number" |
10002 | msgstr "" | |
10003 | ||
807ab1f2 | 10004 | #: config/m68hc11/m68hc11.c:293 |
5b7874aa | 10005 | #, c-format |
b97e55da | 10006 | msgid "-f%s ignored for 68HC11/68HC12 (not supported)" |
9e620082 ZW |
10007 | msgstr "" |
10008 | ||
807ab1f2 | 10009 | #: config/m68hc11/m68hc11.c:1435 |
b97e55da | 10010 | msgid "`trap' and `far' attributes are not compatible, ignoring `far'" |
9e620082 ZW |
10011 | msgstr "" |
10012 | ||
807ab1f2 | 10013 | #: config/m68hc11/m68hc11.c:1441 |
b97e55da | 10014 | msgid "`trap' attribute is already used" |
9e620082 ZW |
10015 | msgstr "" |
10016 | ||
b97e55da | 10017 | #. !!!! SCz wrong here. |
807ab1f2 | 10018 | #: config/m68hc11/m68hc11.c:3400 config/m68hc11/m68hc11.c:3784 |
b97e55da | 10019 | msgid "move insn not handled" |
1737c953 JM |
10020 | msgstr "" |
10021 | ||
807ab1f2 JM |
10022 | #: config/m68hc11/m68hc11.c:3632 config/m68hc11/m68hc11.c:3716 |
10023 | #: config/m68hc11/m68hc11.c:3987 | |
b97e55da | 10024 | msgid "invalid register in the move instruction" |
9e620082 ZW |
10025 | msgstr "" |
10026 | ||
807ab1f2 | 10027 | #: config/m68hc11/m68hc11.c:3666 |
b97e55da | 10028 | msgid "invalid operand in the instruction" |
9e620082 ZW |
10029 | msgstr "" |
10030 | ||
807ab1f2 | 10031 | #: config/m68hc11/m68hc11.c:3961 |
b97e55da | 10032 | msgid "invalid register in the instruction" |
a52453cc PT |
10033 | msgstr "" |
10034 | ||
807ab1f2 | 10035 | #: config/m68hc11/m68hc11.c:3994 |
b97e55da | 10036 | msgid "operand 1 must be a hard register" |
7bbf788c PT |
10037 | msgstr "" |
10038 | ||
807ab1f2 | 10039 | #: config/m68hc11/m68hc11.c:4008 |
b97e55da | 10040 | msgid "invalid rotate insn" |
9e620082 ZW |
10041 | msgstr "" |
10042 | ||
807ab1f2 | 10043 | #: config/m68hc11/m68hc11.c:4432 |
b97e55da | 10044 | msgid "registers IX, IY and Z used in the same INSN" |
9e620082 ZW |
10045 | msgstr "" |
10046 | ||
807ab1f2 | 10047 | #: config/m68hc11/m68hc11.c:4769 config/m68hc11/m68hc11.c:5069 |
b97e55da | 10048 | msgid "cannot do z-register replacement" |
9e620082 ZW |
10049 | msgstr "" |
10050 | ||
807ab1f2 | 10051 | #: config/m68hc11/m68hc11.c:5132 |
b97e55da | 10052 | msgid "invalid Z register replacement for insn" |
a47a6810 JM |
10053 | msgstr "" |
10054 | ||
b97e55da JM |
10055 | #. Macro to define tables used to set the flags. This is a list in braces of |
10056 | #. pairs in braces, each pair being { "NAME", VALUE } where VALUE is the bits | |
10057 | #. to set or minus the bits to clear. An empty string NAME is used to | |
10058 | #. identify the default VALUE. | |
807ab1f2 | 10059 | #: config/m68hc11/m68hc11.h:179 |
b97e55da | 10060 | msgid "Compile with 16-bit integer mode" |
d9b2742a ZW |
10061 | msgstr "" |
10062 | ||
807ab1f2 | 10063 | #: config/m68hc11/m68hc11.h:181 |
b97e55da | 10064 | msgid "Compile with 32-bit integer mode" |
9d967a7e ZW |
10065 | msgstr "" |
10066 | ||
807ab1f2 | 10067 | #: config/m68hc11/m68hc11.h:183 |
b97e55da | 10068 | msgid "Auto pre/post decrement increment allowed" |
9d967a7e ZW |
10069 | msgstr "" |
10070 | ||
807ab1f2 | 10071 | #: config/m68hc11/m68hc11.h:185 |
b97e55da | 10072 | msgid "Auto pre/post decrement increment not allowed" |
9d967a7e ZW |
10073 | msgstr "" |
10074 | ||
807ab1f2 | 10075 | #: config/m68hc11/m68hc11.h:187 |
b97e55da | 10076 | msgid "Min/max instructions allowed" |
9d967a7e ZW |
10077 | msgstr "" |
10078 | ||
807ab1f2 | 10079 | #: config/m68hc11/m68hc11.h:189 |
b97e55da | 10080 | msgid "Min/max instructions not allowed" |
9d967a7e ZW |
10081 | msgstr "" |
10082 | ||
807ab1f2 | 10083 | #: config/m68hc11/m68hc11.h:191 |
b97e55da | 10084 | msgid "Use call and rtc for function calls and returns" |
9d967a7e ZW |
10085 | msgstr "" |
10086 | ||
807ab1f2 | 10087 | #: config/m68hc11/m68hc11.h:193 |
b97e55da | 10088 | msgid "Use jsr and rts for function calls and returns" |
9d967a7e ZW |
10089 | msgstr "" |
10090 | ||
807ab1f2 | 10091 | #: config/m68hc11/m68hc11.h:195 |
b97e55da | 10092 | msgid "Do not use direct addressing mode for soft registers" |
9d967a7e ZW |
10093 | msgstr "" |
10094 | ||
807ab1f2 | 10095 | #: config/m68hc11/m68hc11.h:197 |
b97e55da | 10096 | msgid "Use direct addressing mode for soft registers" |
9d967a7e ZW |
10097 | msgstr "" |
10098 | ||
807ab1f2 | 10099 | #: config/m68hc11/m68hc11.h:199 config/m68hc11/m68hc11.h:205 |
b97e55da | 10100 | msgid "Compile for a 68HC11" |
9d967a7e ZW |
10101 | msgstr "" |
10102 | ||
807ab1f2 | 10103 | #: config/m68hc11/m68hc11.h:201 config/m68hc11/m68hc11.h:207 |
b97e55da | 10104 | msgid "Compile for a 68HC12" |
9d967a7e ZW |
10105 | msgstr "" |
10106 | ||
807ab1f2 | 10107 | #: config/m68hc11/m68hc11.h:203 config/m68hc11/m68hc11.h:209 |
b97e55da | 10108 | msgid "Compile for a 68HCS12" |
9d967a7e ZW |
10109 | msgstr "" |
10110 | ||
b97e55da JM |
10111 | #. This macro is similar to `TARGET_SWITCHES' but defines names of |
10112 | #. command options that have values. Its definition is an | |
10113 | #. initializer with a subgrouping for each command option. | |
10114 | #. | |
10115 | #. Each subgrouping contains a string constant, that defines the | |
10116 | #. fixed part of the option name, and the address of a variable. The | |
10117 | #. variable, type `char *', is set to the variable part of the given | |
10118 | #. option if the fixed part matches. The actual option name is made | |
10119 | #. by appending `-m' to the specified name. | |
807ab1f2 | 10120 | #: config/m68hc11/m68hc11.h:223 |
b97e55da | 10121 | msgid "Specify the register allocation order" |
9d967a7e ZW |
10122 | msgstr "" |
10123 | ||
807ab1f2 | 10124 | #: config/m68hc11/m68hc11.h:225 |
b97e55da | 10125 | msgid "Indicate the number of soft registers available" |
9e620082 ZW |
10126 | msgstr "" |
10127 | ||
807ab1f2 | 10128 | #: config/m68k/m68k.c:216 |
b97e55da | 10129 | msgid "-mshared-library-id= specified without -mid-shared-library" |
9e620082 ZW |
10130 | msgstr "" |
10131 | ||
807ab1f2 | 10132 | #: config/m68k/m68k.c:219 |
b97e55da JM |
10133 | #, c-format |
10134 | msgid "-mshared-library-id=%d is not between 0 and %d" | |
9e620082 ZW |
10135 | msgstr "" |
10136 | ||
807ab1f2 | 10137 | #: config/m68k/m68k.c:233 |
b97e55da | 10138 | msgid "cannot specify both -msep-data and -mid-shared-library" |
9e620082 ZW |
10139 | msgstr "" |
10140 | ||
807ab1f2 | 10141 | #: config/m68k/m68k.c:245 |
b97e55da | 10142 | msgid "-fPIC is not currently supported on the 68000 or 68010\n" |
9e620082 ZW |
10143 | msgstr "" |
10144 | ||
d5706a1e | 10145 | #: config/m68k/m68k.c:543 config/rs6000/rs6000.c:12732 |
b06c20ee JM |
10146 | msgid "stack limit expression is not supported" |
10147 | msgstr "" | |
10148 | ||
807ab1f2 | 10149 | #: config/m68k/m68k.h:240 config/m68k/m68k.h:242 |
b97e55da | 10150 | msgid "Generate code for a 68020" |
9e620082 ZW |
10151 | msgstr "" |
10152 | ||
807ab1f2 | 10153 | #: config/m68k/m68k.h:247 config/m68k/m68k.h:250 |
b97e55da | 10154 | msgid "Generate code for a 68000" |
9e620082 ZW |
10155 | msgstr "" |
10156 | ||
807ab1f2 | 10157 | #: config/m68k/m68k.h:252 |
b97e55da | 10158 | msgid "Use the bit-field instructions" |
9e620082 ZW |
10159 | msgstr "" |
10160 | ||
807ab1f2 | 10161 | #: config/m68k/m68k.h:254 |
b97e55da | 10162 | msgid "Do not use the bit-field instructions" |
9e620082 ZW |
10163 | msgstr "" |
10164 | ||
807ab1f2 | 10165 | #: config/m68k/m68k.h:256 |
b97e55da | 10166 | msgid "Consider type `int' to be 16 bits wide" |
9e620082 ZW |
10167 | msgstr "" |
10168 | ||
807ab1f2 | 10169 | #: config/m68k/m68k.h:258 |
b97e55da | 10170 | msgid "Consider type `int' to be 32 bits wide" |
9e620082 ZW |
10171 | msgstr "" |
10172 | ||
807ab1f2 | 10173 | #: config/m68k/m68k.h:261 |
b97e55da | 10174 | msgid "Generate code with library calls for floating point" |
9e620082 ZW |
10175 | msgstr "" |
10176 | ||
807ab1f2 | 10177 | #: config/m68k/m68k.h:263 |
b97e55da | 10178 | msgid "Generate code for a 68040, without any new instructions" |
9e620082 ZW |
10179 | msgstr "" |
10180 | ||
807ab1f2 | 10181 | #: config/m68k/m68k.h:266 |
b97e55da | 10182 | msgid "Generate code for a 68060, without any new instructions" |
9e620082 ZW |
10183 | msgstr "" |
10184 | ||
807ab1f2 | 10185 | #: config/m68k/m68k.h:270 |
b97e55da | 10186 | msgid "Generate code for a 68030" |
9e620082 ZW |
10187 | msgstr "" |
10188 | ||
807ab1f2 | 10189 | #: config/m68k/m68k.h:273 |
b97e55da | 10190 | msgid "Generate code for a 68040" |
9e620082 ZW |
10191 | msgstr "" |
10192 | ||
807ab1f2 | 10193 | #: config/m68k/m68k.h:277 |
b97e55da | 10194 | msgid "Generate code for a 68060" |
9e620082 ZW |
10195 | msgstr "" |
10196 | ||
807ab1f2 | 10197 | #: config/m68k/m68k.h:282 |
b97e55da | 10198 | msgid "Generate code for a 520X" |
9e620082 ZW |
10199 | msgstr "" |
10200 | ||
807ab1f2 | 10201 | #: config/m68k/m68k.h:286 |
b97e55da | 10202 | msgid "Generate code for a 5206e" |
9e620082 ZW |
10203 | msgstr "" |
10204 | ||
807ab1f2 | 10205 | #: config/m68k/m68k.h:290 |
b97e55da | 10206 | msgid "Generate code for a 528x" |
9e620082 ZW |
10207 | msgstr "" |
10208 | ||
807ab1f2 | 10209 | #: config/m68k/m68k.h:294 |
b97e55da | 10210 | msgid "Generate code for a 5307" |
9e620082 ZW |
10211 | msgstr "" |
10212 | ||
807ab1f2 | 10213 | #: config/m68k/m68k.h:298 |
b97e55da | 10214 | msgid "Generate code for a 5407" |
9e620082 ZW |
10215 | msgstr "" |
10216 | ||
807ab1f2 | 10217 | #: config/m68k/m68k.h:301 |
b97e55da | 10218 | msgid "Generate code for a 68851" |
9e620082 ZW |
10219 | msgstr "" |
10220 | ||
807ab1f2 | 10221 | #: config/m68k/m68k.h:303 |
b97e55da | 10222 | msgid "Do no generate code for a 68851" |
5b7874aa ZW |
10223 | msgstr "" |
10224 | ||
807ab1f2 | 10225 | #: config/m68k/m68k.h:306 |
b97e55da | 10226 | msgid "Generate code for a 68302" |
5b7874aa ZW |
10227 | msgstr "" |
10228 | ||
807ab1f2 | 10229 | #: config/m68k/m68k.h:309 |
b97e55da | 10230 | msgid "Generate code for a 68332" |
5b7874aa ZW |
10231 | msgstr "" |
10232 | ||
807ab1f2 | 10233 | #: config/m68k/m68k.h:313 |
b97e55da | 10234 | msgid "Generate code for a cpu32" |
5b7874aa ZW |
10235 | msgstr "" |
10236 | ||
807ab1f2 | 10237 | #: config/m68k/m68k.h:316 |
b97e55da | 10238 | msgid "Align variables on a 32-bit boundary" |
5b7874aa ZW |
10239 | msgstr "" |
10240 | ||
807ab1f2 | 10241 | #: config/m68k/m68k.h:318 |
b97e55da | 10242 | msgid "Align variables on a 16-bit boundary" |
5b7874aa ZW |
10243 | msgstr "" |
10244 | ||
807ab1f2 | 10245 | #: config/m68k/m68k.h:320 |
b97e55da | 10246 | msgid "Enable separate data segment" |
a47a6810 JM |
10247 | msgstr "" |
10248 | ||
807ab1f2 | 10249 | #: config/m68k/m68k.h:322 |
b97e55da | 10250 | msgid "Disable separate data segment" |
a47a6810 JM |
10251 | msgstr "" |
10252 | ||
807ab1f2 | 10253 | #: config/m68k/m68k.h:324 |
b97e55da | 10254 | msgid "Enable ID based shared library" |
5b7874aa ZW |
10255 | msgstr "" |
10256 | ||
807ab1f2 | 10257 | #: config/m68k/m68k.h:326 |
b97e55da | 10258 | msgid "Disable ID based shared library" |
9e620082 ZW |
10259 | msgstr "" |
10260 | ||
807ab1f2 | 10261 | #: config/m68k/m68k.h:328 |
b97e55da | 10262 | msgid "Generate pc-relative code" |
9e620082 ZW |
10263 | msgstr "" |
10264 | ||
807ab1f2 | 10265 | #: config/m68k/m68k.h:330 |
b97e55da | 10266 | msgid "Do not use unaligned memory references" |
1737c953 JM |
10267 | msgstr "" |
10268 | ||
807ab1f2 | 10269 | #: config/m68k/m68k.h:332 |
b97e55da | 10270 | msgid "Use unaligned memory references" |
9e620082 ZW |
10271 | msgstr "" |
10272 | ||
807ab1f2 | 10273 | #: config/m68k/m68k.h:334 |
b97e55da | 10274 | msgid "Use different calling convention using 'rtd'" |
9e620082 ZW |
10275 | msgstr "" |
10276 | ||
807ab1f2 JM |
10277 | #. TARGET_DEFAULT is defined in m68k-none.h, netbsd.h, etc. |
10278 | #: config/m68k/m68k.h:344 | |
b97e55da | 10279 | msgid "ID of shared library to build" |
9e620082 ZW |
10280 | msgstr "" |
10281 | ||
807ab1f2 | 10282 | #: config/mcore/mcore.c:2987 |
b97e55da JM |
10283 | #, c-format |
10284 | msgid "invalid option `-mstack-increment=%s'" | |
9e620082 ZW |
10285 | msgstr "" |
10286 | ||
807ab1f2 | 10287 | #: config/mcore/mcore.h:113 |
b97e55da | 10288 | msgid "Inline constants if it can be done in 2 insns or less" |
9e620082 ZW |
10289 | msgstr "" |
10290 | ||
807ab1f2 | 10291 | #: config/mcore/mcore.h:115 |
b97e55da | 10292 | msgid "Inline constants if it only takes 1 instruction" |
9e620082 ZW |
10293 | msgstr "" |
10294 | ||
807ab1f2 | 10295 | #: config/mcore/mcore.h:117 |
b97e55da | 10296 | msgid "Set maximum alignment to 4" |
9e620082 ZW |
10297 | msgstr "" |
10298 | ||
807ab1f2 | 10299 | #: config/mcore/mcore.h:119 |
b97e55da | 10300 | msgid "Set maximum alignment to 8" |
9e620082 ZW |
10301 | msgstr "" |
10302 | ||
807ab1f2 | 10303 | #: config/mcore/mcore.h:123 |
b97e55da | 10304 | msgid "Do not use the divide instruction" |
66866cda JM |
10305 | msgstr "" |
10306 | ||
807ab1f2 | 10307 | #: config/mcore/mcore.h:127 |
b97e55da | 10308 | msgid "Do not arbitrary sized immediates in bit operations" |
9e620082 ZW |
10309 | msgstr "" |
10310 | ||
807ab1f2 | 10311 | #: config/mcore/mcore.h:129 |
b97e55da | 10312 | msgid "Always treat bit-field as int-sized" |
9e620082 ZW |
10313 | msgstr "" |
10314 | ||
807ab1f2 | 10315 | #: config/mcore/mcore.h:133 |
b97e55da | 10316 | msgid "Force functions to be aligned to a 4 byte boundary" |
9e620082 ZW |
10317 | msgstr "" |
10318 | ||
807ab1f2 | 10319 | #: config/mcore/mcore.h:135 |
b97e55da | 10320 | msgid "Force functions to be aligned to a 2 byte boundary" |
9e620082 ZW |
10321 | msgstr "" |
10322 | ||
807ab1f2 | 10323 | #: config/mcore/mcore.h:137 |
b97e55da | 10324 | msgid "Emit call graph information" |
9e620082 ZW |
10325 | msgstr "" |
10326 | ||
807ab1f2 | 10327 | #: config/mcore/mcore.h:141 |
b97e55da | 10328 | msgid "Prefer word accesses over byte accesses" |
9e620082 ZW |
10329 | msgstr "" |
10330 | ||
807ab1f2 | 10331 | #: config/mcore/mcore.h:152 |
b97e55da | 10332 | msgid "Generate code for the M*Core M340" |
9e620082 ZW |
10333 | msgstr "" |
10334 | ||
807ab1f2 | 10335 | #: config/mcore/mcore.h:165 |
b97e55da | 10336 | msgid "Maximum amount for a single stack increment operation" |
9e620082 ZW |
10337 | msgstr "" |
10338 | ||
de104104 | 10339 | #: config/mips/mips.c:3998 |
b97e55da JM |
10340 | #, c-format |
10341 | msgid "bad value (%s) for -mabi= switch" | |
9e620082 ZW |
10342 | msgstr "" |
10343 | ||
de104104 | 10344 | #: config/mips/mips.c:4021 |
b97e55da JM |
10345 | #, c-format |
10346 | msgid "" | |
10347 | "-mips%s conflicts with the other architecture options, which specify a MIPS%" | |
10348 | "d processor" | |
9e620082 ZW |
10349 | msgstr "" |
10350 | ||
de104104 | 10351 | #: config/mips/mips.c:4040 |
b97e55da JM |
10352 | #, c-format |
10353 | msgid "-march=%s is not compatible with the selected ABI" | |
9e620082 ZW |
10354 | msgstr "" |
10355 | ||
de104104 | 10356 | #: config/mips/mips.c:4055 |
b97e55da | 10357 | msgid "-mgp64 used with a 32-bit processor" |
9e620082 ZW |
10358 | msgstr "" |
10359 | ||
de104104 | 10360 | #: config/mips/mips.c:4057 |
b97e55da | 10361 | msgid "-mgp32 used with a 64-bit ABI" |
9e620082 ZW |
10362 | msgstr "" |
10363 | ||
de104104 | 10364 | #: config/mips/mips.c:4059 |
b97e55da | 10365 | msgid "-mgp64 used with a 32-bit ABI" |
9e620082 ZW |
10366 | msgstr "" |
10367 | ||
de104104 JM |
10368 | #: config/mips/mips.c:4077 config/mips/mips.c:4079 config/mips/mips.c:4081 |
10369 | #: config/mips/mips.c:4161 | |
b97e55da JM |
10370 | #, c-format |
10371 | msgid "unsupported combination: %s" | |
9e620082 ZW |
10372 | msgstr "" |
10373 | ||
de104104 | 10374 | #: config/mips/mips.c:4156 |
807ab1f2 JM |
10375 | msgid "" |
10376 | "generation of Branch Likely instructions enabled, but not supported by " | |
10377 | "architecture" | |
9e620082 ZW |
10378 | msgstr "" |
10379 | ||
de104104 | 10380 | #: config/mips/mips.c:4173 |
807ab1f2 | 10381 | msgid "-G is incompatible with PIC code which is the default" |
9e620082 ZW |
10382 | msgstr "" |
10383 | ||
de104104 | 10384 | #: config/mips/mips.c:4240 |
807ab1f2 | 10385 | msgid "-mips3d requires -mpaired-single" |
9e620082 ZW |
10386 | msgstr "" |
10387 | ||
de104104 | 10388 | #: config/mips/mips.c:4249 |
807ab1f2 | 10389 | msgid "-mips3d/-mpaired-single must be used with -mfp64 -mhard-float" |
9e620082 ZW |
10390 | msgstr "" |
10391 | ||
de104104 | 10392 | #: config/mips/mips.c:4254 |
807ab1f2 | 10393 | msgid "-mips3d/-mpaired-single must be used with -mips64" |
9e620082 ZW |
10394 | msgstr "" |
10395 | ||
de104104 | 10396 | #: config/mips/mips.c:4612 |
b97e55da | 10397 | msgid "mips_debugger_offset called with non stack/frame/arg pointer" |
9e620082 ZW |
10398 | msgstr "" |
10399 | ||
de104104 | 10400 | #: config/mips/mips.c:4738 |
b97e55da JM |
10401 | #, c-format |
10402 | msgid "internal error: %%) found without a %%( in assembler pattern" | |
9e620082 ZW |
10403 | msgstr "" |
10404 | ||
de104104 | 10405 | #: config/mips/mips.c:4752 |
b97e55da JM |
10406 | #, c-format |
10407 | msgid "internal error: %%] found without a %%[ in assembler pattern" | |
a47a6810 JM |
10408 | msgstr "" |
10409 | ||
de104104 | 10410 | #: config/mips/mips.c:4765 |
b97e55da JM |
10411 | #, c-format |
10412 | msgid "internal error: %%> found without a %%< in assembler pattern" | |
9e620082 ZW |
10413 | msgstr "" |
10414 | ||
de104104 | 10415 | #: config/mips/mips.c:4778 |
b97e55da JM |
10416 | #, c-format |
10417 | msgid "internal error: %%} found without a %%{ in assembler pattern" | |
9e620082 ZW |
10418 | msgstr "" |
10419 | ||
de104104 | 10420 | #: config/mips/mips.c:4792 |
b97e55da JM |
10421 | #, c-format |
10422 | msgid "PRINT_OPERAND: unknown punctuation '%c'" | |
9e620082 ZW |
10423 | msgstr "" |
10424 | ||
de104104 | 10425 | #: config/mips/mips.c:4821 |
b97e55da JM |
10426 | #, c-format |
10427 | msgid "PRINT_OPERAND, invalid insn for %%C" | |
9e620082 ZW |
10428 | msgstr "" |
10429 | ||
de104104 | 10430 | #: config/mips/mips.c:4838 |
b97e55da JM |
10431 | #, c-format |
10432 | msgid "PRINT_OPERAND, invalid insn for %%N" | |
9e620082 ZW |
10433 | msgstr "" |
10434 | ||
de104104 | 10435 | #: config/mips/mips.c:4847 |
b97e55da JM |
10436 | #, c-format |
10437 | msgid "PRINT_OPERAND, invalid insn for %%F" | |
9e620082 ZW |
10438 | msgstr "" |
10439 | ||
de104104 | 10440 | #: config/mips/mips.c:4856 |
b97e55da JM |
10441 | #, c-format |
10442 | msgid "PRINT_OPERAND, invalid insn for %%W" | |
9e620082 ZW |
10443 | msgstr "" |
10444 | ||
de104104 | 10445 | #: config/mips/mips.c:4877 |
b97e55da | 10446 | #, c-format |
807ab1f2 | 10447 | msgid "invalid %%Y value" |
9e620082 ZW |
10448 | msgstr "" |
10449 | ||
de104104 | 10450 | #: config/mips/mips.c:4955 |
807ab1f2 | 10451 | msgid "PRINT_OPERAND, invalid operand for relocation" |
9e620082 ZW |
10452 | msgstr "" |
10453 | ||
de104104 | 10454 | #: config/mips/mips.c:7517 |
b97e55da | 10455 | #, c-format |
807ab1f2 | 10456 | msgid "cannot handle inconsistent calls to `%s'" |
9e620082 ZW |
10457 | msgstr "" |
10458 | ||
de104104 | 10459 | #: config/mips/mips.c:8907 |
807ab1f2 | 10460 | msgid "the cpu name must be lower case" |
9e620082 ZW |
10461 | msgstr "" |
10462 | ||
de104104 | 10463 | #: config/mips/mips.c:8929 |
b97e55da | 10464 | #, c-format |
807ab1f2 | 10465 | msgid "bad value (%s) for %s" |
9e620082 ZW |
10466 | msgstr "" |
10467 | ||
b97e55da JM |
10468 | #: config/mips/linux64.h:39 |
10469 | msgid "Same as -mabi=32, just trickier" | |
9e620082 ZW |
10470 | msgstr "" |
10471 | ||
b97e55da JM |
10472 | #. Target CPU builtins. |
10473 | #. We do this here because __mips is defined below and so we can't use builtin_define_std. | |
10474 | #. Treat _R3000 and _R4000 like register-size defines, which is how they've historically been used. | |
10475 | #. Macros dependent on the C dialect. | |
01b84e13 | 10476 | #. Bizarre, but needed at least for Irix. |
b97e55da JM |
10477 | #. Macro to define tables used to set the flags. |
10478 | #. This is a list in braces of pairs in braces, | |
10479 | #. each pair being { "NAME", VALUE } | |
10480 | #. where VALUE is the bits to set or minus the bits to clear. | |
10481 | #. An empty string NAME is used to identify the default VALUE. | |
807ab1f2 | 10482 | #: config/mips/mips.h:527 |
b97e55da | 10483 | msgid "Use 64-bit int type" |
9e620082 ZW |
10484 | msgstr "" |
10485 | ||
807ab1f2 | 10486 | #: config/mips/mips.h:529 |
b97e55da | 10487 | msgid "Use 64-bit long type" |
9e620082 ZW |
10488 | msgstr "" |
10489 | ||
807ab1f2 | 10490 | #: config/mips/mips.h:531 |
b97e55da | 10491 | msgid "Use 32-bit long type" |
9e620082 ZW |
10492 | msgstr "" |
10493 | ||
807ab1f2 | 10494 | #: config/mips/mips.h:533 |
b97e55da | 10495 | msgid "Optimize lui/addiu address loads" |
9e620082 ZW |
10496 | msgstr "" |
10497 | ||
807ab1f2 | 10498 | #: config/mips/mips.h:535 |
b97e55da | 10499 | msgid "Don't optimize lui/addiu address loads" |
9e620082 ZW |
10500 | msgstr "" |
10501 | ||
807ab1f2 JM |
10502 | #: config/mips/mips.h:537 |
10503 | msgid "Use GNU as (now ignored)" | |
5b7874aa ZW |
10504 | msgstr "" |
10505 | ||
807ab1f2 | 10506 | #: config/mips/mips.h:539 config/mips/mips.h:541 |
b97e55da | 10507 | msgid "Use GP relative sdata/sbss sections (now ignored)" |
9e620082 ZW |
10508 | msgstr "" |
10509 | ||
807ab1f2 | 10510 | #: config/mips/mips.h:543 config/mips/mips.h:545 |
b97e55da | 10511 | msgid "Don't use GP relative sdata/sbss sections (now ignored)" |
d9b2742a ZW |
10512 | msgstr "" |
10513 | ||
807ab1f2 | 10514 | #: config/mips/mips.h:547 |
b97e55da | 10515 | msgid "Output compiler statistics (now ignored)" |
9e620082 ZW |
10516 | msgstr "" |
10517 | ||
807ab1f2 | 10518 | #: config/mips/mips.h:549 |
b97e55da | 10519 | msgid "Don't output compiler statistics" |
9e620082 ZW |
10520 | msgstr "" |
10521 | ||
807ab1f2 | 10522 | #: config/mips/mips.h:551 |
b97e55da | 10523 | msgid "Don't optimize block moves" |
9e620082 ZW |
10524 | msgstr "" |
10525 | ||
807ab1f2 | 10526 | #: config/mips/mips.h:553 |
b97e55da | 10527 | msgid "Optimize block moves" |
9e620082 ZW |
10528 | msgstr "" |
10529 | ||
807ab1f2 | 10530 | #: config/mips/mips.h:555 |
b97e55da | 10531 | msgid "Use mips-tfile asm postpass" |
9e620082 ZW |
10532 | msgstr "" |
10533 | ||
807ab1f2 | 10534 | #: config/mips/mips.h:557 |
b97e55da | 10535 | msgid "Don't use mips-tfile asm postpass" |
9e620082 ZW |
10536 | msgstr "" |
10537 | ||
807ab1f2 | 10538 | #: config/mips/mips.h:559 config/pa/pa.h:288 |
b06c20ee JM |
10539 | msgid "Use software floating point" |
10540 | msgstr "" | |
10541 | ||
b97e55da JM |
10542 | #. Macro to define tables used to set the flags. |
10543 | #. This is a list in braces of triplets in braces, | |
10544 | #. each triplet being { "NAME", VALUE, DOC } | |
10545 | #. where VALUE is the bits to set or minus the bits to clear and DOC | |
10546 | #. is the documentation for --help (NULL if intentionally undocumented). | |
10547 | #. An empty string NAME is used to identify the default VALUE. | |
807ab1f2 | 10548 | #: config/mips/mips.h:561 config/pdp11/pdp11.h:61 config/rs6000/rs6000.h:329 |
b97e55da | 10549 | msgid "Use hardware floating point" |
9e620082 ZW |
10550 | msgstr "" |
10551 | ||
807ab1f2 | 10552 | #: config/mips/mips.h:563 |
b97e55da | 10553 | msgid "Use 64-bit FP registers" |
9e620082 ZW |
10554 | msgstr "" |
10555 | ||
807ab1f2 | 10556 | #: config/mips/mips.h:565 |
b97e55da | 10557 | msgid "Use 32-bit FP registers" |
9e620082 ZW |
10558 | msgstr "" |
10559 | ||
807ab1f2 | 10560 | #: config/mips/mips.h:567 |
b97e55da | 10561 | msgid "Use 64-bit general registers" |
9e620082 ZW |
10562 | msgstr "" |
10563 | ||
807ab1f2 | 10564 | #: config/mips/mips.h:569 |
b97e55da | 10565 | msgid "Use 32-bit general registers" |
9e620082 ZW |
10566 | msgstr "" |
10567 | ||
807ab1f2 | 10568 | #: config/mips/mips.h:571 |
b97e55da | 10569 | msgid "Use Irix PIC" |
9e620082 ZW |
10570 | msgstr "" |
10571 | ||
807ab1f2 | 10572 | #: config/mips/mips.h:573 |
b97e55da | 10573 | msgid "Don't use Irix PIC" |
9e620082 ZW |
10574 | msgstr "" |
10575 | ||
807ab1f2 | 10576 | #: config/mips/mips.h:575 |
b97e55da | 10577 | msgid "Use indirect calls" |
9e620082 ZW |
10578 | msgstr "" |
10579 | ||
807ab1f2 | 10580 | #: config/mips/mips.h:577 |
b97e55da | 10581 | msgid "Don't use indirect calls" |
9e620082 ZW |
10582 | msgstr "" |
10583 | ||
807ab1f2 | 10584 | #: config/mips/mips.h:587 |
b97e55da | 10585 | msgid "Use big-endian byte order" |
a47a6810 JM |
10586 | msgstr "" |
10587 | ||
807ab1f2 | 10588 | #: config/mips/mips.h:589 |
b97e55da | 10589 | msgid "Use little-endian byte order" |
a47a6810 JM |
10590 | msgstr "" |
10591 | ||
807ab1f2 | 10592 | #: config/mips/mips.h:591 |
b97e55da | 10593 | msgid "Use single (32-bit) FP only" |
9e620082 ZW |
10594 | msgstr "" |
10595 | ||
807ab1f2 | 10596 | #: config/mips/mips.h:593 |
b97e55da | 10597 | msgid "Don't use single (32-bit) FP only" |
9e620082 ZW |
10598 | msgstr "" |
10599 | ||
807ab1f2 JM |
10600 | #: config/mips/mips.h:595 config/mips/mips.h:597 |
10601 | msgid "Use paired-single floating point instructions" | |
10602 | msgstr "" | |
10603 | ||
10604 | #: config/mips/mips.h:599 config/mips/mips.h:601 | |
10605 | msgid "Use MIPS-3D instructions" | |
10606 | msgstr "" | |
10607 | ||
10608 | #: config/mips/mips.h:603 | |
b97e55da | 10609 | msgid "Use multiply accumulate" |
9e620082 ZW |
10610 | msgstr "" |
10611 | ||
807ab1f2 | 10612 | #: config/mips/mips.h:605 |
b97e55da | 10613 | msgid "Don't use multiply accumulate" |
d9b2742a ZW |
10614 | msgstr "" |
10615 | ||
807ab1f2 | 10616 | #: config/mips/mips.h:607 |
b97e55da | 10617 | msgid "Don't generate fused multiply/add instructions" |
a47a6810 JM |
10618 | msgstr "" |
10619 | ||
807ab1f2 | 10620 | #: config/mips/mips.h:609 config/rs6000/rs6000.h:345 |
b97e55da | 10621 | msgid "Generate fused multiply/add instructions" |
a47a6810 JM |
10622 | msgstr "" |
10623 | ||
807ab1f2 | 10624 | #: config/mips/mips.h:611 |
b1b51268 JM |
10625 | msgid "Perform VR4130-specific alignment optimizations" |
10626 | msgstr "" | |
10627 | ||
807ab1f2 | 10628 | #: config/mips/mips.h:613 |
b1b51268 JM |
10629 | msgid "Don't perform VR4130-specific alignment optimizations" |
10630 | msgstr "" | |
10631 | ||
807ab1f2 | 10632 | #: config/mips/mips.h:615 |
b97e55da | 10633 | msgid "Work around early 4300 hardware bug" |
9e620082 ZW |
10634 | msgstr "" |
10635 | ||
807ab1f2 | 10636 | #: config/mips/mips.h:617 |
b97e55da | 10637 | msgid "Don't work around early 4300 hardware bug" |
9e620082 ZW |
10638 | msgstr "" |
10639 | ||
807ab1f2 | 10640 | #: config/mips/mips.h:619 |
b97e55da | 10641 | msgid "Work around errata for early SB-1 revision 2 cores" |
9e620082 ZW |
10642 | msgstr "" |
10643 | ||
807ab1f2 | 10644 | #: config/mips/mips.h:621 |
b97e55da | 10645 | msgid "Don't work around errata for early SB-1 revision 2 cores" |
9e620082 ZW |
10646 | msgstr "" |
10647 | ||
807ab1f2 | 10648 | #: config/mips/mips.h:623 |
b1b51268 JM |
10649 | msgid "Work around R4000 errata" |
10650 | msgstr "" | |
10651 | ||
807ab1f2 | 10652 | #: config/mips/mips.h:625 |
b1b51268 JM |
10653 | msgid "Don't work around R4000 errata" |
10654 | msgstr "" | |
10655 | ||
807ab1f2 | 10656 | #: config/mips/mips.h:627 |
b1b51268 JM |
10657 | msgid "Work around R4400 errata" |
10658 | msgstr "" | |
10659 | ||
807ab1f2 | 10660 | #: config/mips/mips.h:629 |
b1b51268 JM |
10661 | msgid "Don't work around R4400 errata" |
10662 | msgstr "" | |
10663 | ||
807ab1f2 | 10664 | #: config/mips/mips.h:631 |
b1b51268 JM |
10665 | msgid "Work around certain VR4120 errata" |
10666 | msgstr "" | |
10667 | ||
807ab1f2 | 10668 | #: config/mips/mips.h:633 |
b1b51268 JM |
10669 | msgid "Don't work around certain VR4120 errata" |
10670 | msgstr "" | |
10671 | ||
807ab1f2 | 10672 | #: config/mips/mips.h:635 |
b97e55da | 10673 | msgid "Trap on integer divide by zero" |
9e620082 ZW |
10674 | msgstr "" |
10675 | ||
807ab1f2 | 10676 | #: config/mips/mips.h:637 |
b97e55da | 10677 | msgid "Don't trap on integer divide by zero" |
9e620082 ZW |
10678 | msgstr "" |
10679 | ||
807ab1f2 JM |
10680 | #: config/mips/mips.h:639 |
10681 | msgid "Use trap to check for integer divide by zero" | |
10682 | msgstr "" | |
10683 | ||
10684 | #: config/mips/mips.h:641 | |
10685 | msgid "Use break to check for integer divide by zero" | |
10686 | msgstr "" | |
10687 | ||
10688 | #: config/mips/mips.h:643 | |
b97e55da | 10689 | msgid "Use Branch Likely instructions, overriding default for arch" |
9e620082 ZW |
10690 | msgstr "" |
10691 | ||
807ab1f2 | 10692 | #: config/mips/mips.h:645 |
b97e55da | 10693 | msgid "Don't use Branch Likely instructions, overriding default for arch" |
9e620082 ZW |
10694 | msgstr "" |
10695 | ||
807ab1f2 | 10696 | #: config/mips/mips.h:647 |
b97e55da | 10697 | msgid "Use NewABI-style %reloc() assembly operators" |
9e620082 ZW |
10698 | msgstr "" |
10699 | ||
807ab1f2 | 10700 | #: config/mips/mips.h:649 |
b97e55da | 10701 | msgid "Use assembler macros instead of relocation operators" |
9e620082 ZW |
10702 | msgstr "" |
10703 | ||
807ab1f2 | 10704 | #: config/mips/mips.h:651 |
b97e55da | 10705 | msgid "Generate mips16 code" |
9e620082 ZW |
10706 | msgstr "" |
10707 | ||
807ab1f2 | 10708 | #: config/mips/mips.h:653 |
b97e55da | 10709 | msgid "Generate normal-mode code" |
9e620082 ZW |
10710 | msgstr "" |
10711 | ||
807ab1f2 | 10712 | #: config/mips/mips.h:655 |
b97e55da | 10713 | msgid "Lift restrictions on GOT size" |
9e620082 ZW |
10714 | msgstr "" |
10715 | ||
807ab1f2 | 10716 | #: config/mips/mips.h:657 |
b97e55da | 10717 | msgid "Do not lift restrictions on GOT size" |
9e620082 ZW |
10718 | msgstr "" |
10719 | ||
807ab1f2 | 10720 | #: config/mips/mips.h:659 |
b1b51268 JM |
10721 | msgid "FP exceptions are enabled" |
10722 | msgstr "" | |
10723 | ||
807ab1f2 | 10724 | #: config/mips/mips.h:661 |
b1b51268 | 10725 | msgid "FP exceptions are not enabled" |
9e620082 ZW |
10726 | msgstr "" |
10727 | ||
807ab1f2 | 10728 | #: config/mips/mips.h:776 |
b97e55da | 10729 | msgid "Specify a Standard MIPS ISA" |
9e620082 ZW |
10730 | msgstr "" |
10731 | ||
b97e55da JM |
10732 | #. Output assembler code to FILE to increment profiler label # LABELNO |
10733 | #. for profiling a function entry. | |
d5706a1e | 10734 | #: config/mips/mips.h:2331 |
b97e55da | 10735 | msgid "mips16 function profiling" |
9e620082 ZW |
10736 | msgstr "" |
10737 | ||
807ab1f2 | 10738 | #: config/mmix/mmix.c:229 |
b97e55da JM |
10739 | #, c-format |
10740 | msgid "-f%s not supported: ignored" | |
9e620082 ZW |
10741 | msgstr "" |
10742 | ||
807ab1f2 | 10743 | #: config/mmix/mmix.c:657 |
5b7874aa | 10744 | #, c-format |
b97e55da JM |
10745 | msgid "" |
10746 | "too large function value type, needs %d registers, have only %d registers " | |
10747 | "for this" | |
9e620082 ZW |
10748 | msgstr "" |
10749 | ||
807ab1f2 | 10750 | #: config/mmix/mmix.c:827 |
b97e55da | 10751 | msgid "function_profiler support for MMIX" |
d9b2742a ZW |
10752 | msgstr "" |
10753 | ||
807ab1f2 | 10754 | #: config/mmix/mmix.c:849 |
b97e55da | 10755 | msgid "MMIX Internal: Last named vararg would not fit in a register" |
d9b2742a ZW |
10756 | msgstr "" |
10757 | ||
807ab1f2 | 10758 | #: config/mmix/mmix.c:1458 config/mmix/mmix.c:1588 |
b97e55da | 10759 | msgid "MMIX Internal: Expected a CONST_INT, not this" |
9e620082 ZW |
10760 | msgstr "" |
10761 | ||
807ab1f2 | 10762 | #: config/mmix/mmix.c:1466 config/mmix/mmix.c:1490 config/mmix/mmix.c:1606 |
b97e55da JM |
10763 | #, c-format |
10764 | msgid "MMIX Internal: Bad register: %d" | |
9e620082 ZW |
10765 | msgstr "" |
10766 | ||
807ab1f2 | 10767 | #: config/mmix/mmix.c:1537 |
b97e55da | 10768 | msgid "MMIX Internal: Bad value for 'm', not a CONST_INT" |
9e620082 ZW |
10769 | msgstr "" |
10770 | ||
807ab1f2 | 10771 | #: config/mmix/mmix.c:1556 |
b97e55da | 10772 | msgid "MMIX Internal: Expected a register, not this" |
9e620082 ZW |
10773 | msgstr "" |
10774 | ||
807ab1f2 | 10775 | #: config/mmix/mmix.c:1566 |
b97e55da | 10776 | msgid "MMIX Internal: Expected a constant, not this" |
9e620082 ZW |
10777 | msgstr "" |
10778 | ||
b97e55da | 10779 | #. Presumably there's a missing case above if we get here. |
807ab1f2 | 10780 | #: config/mmix/mmix.c:1598 |
b97e55da JM |
10781 | #, c-format |
10782 | msgid "MMIX Internal: Missing `%c' case in mmix_print_operand" | |
9e620082 ZW |
10783 | msgstr "" |
10784 | ||
b97e55da | 10785 | #. We need the original here. |
807ab1f2 | 10786 | #: config/mmix/mmix.c:1650 |
b97e55da | 10787 | msgid "MMIX Internal: Cannot decode this operand" |
9e620082 ZW |
10788 | msgstr "" |
10789 | ||
807ab1f2 | 10790 | #: config/mmix/mmix.c:1707 |
b97e55da | 10791 | msgid "MMIX Internal: This is not a recognized address" |
9e620082 ZW |
10792 | msgstr "" |
10793 | ||
807ab1f2 | 10794 | #: config/mmix/mmix.c:1884 |
b97e55da JM |
10795 | #, c-format |
10796 | msgid "stack frame not a multiple of 8 bytes: %d" | |
9e620082 ZW |
10797 | msgstr "" |
10798 | ||
807ab1f2 | 10799 | #: config/mmix/mmix.c:2123 |
b97e55da JM |
10800 | #, c-format |
10801 | msgid "stack frame not a multiple of octabyte: %d" | |
9e620082 ZW |
10802 | msgstr "" |
10803 | ||
807ab1f2 | 10804 | #: config/mmix/mmix.c:2597 config/mmix/mmix.c:2661 |
b97e55da JM |
10805 | #, c-format |
10806 | msgid "MMIX Internal: %s is not a shiftable int" | |
9e620082 ZW |
10807 | msgstr "" |
10808 | ||
807ab1f2 | 10809 | #: config/mmix/mmix.c:2777 |
b97e55da | 10810 | msgid "MMIX Internal: Trying to output invalidly reversed condition:" |
9e620082 ZW |
10811 | msgstr "" |
10812 | ||
807ab1f2 | 10813 | #: config/mmix/mmix.c:2784 |
b97e55da | 10814 | msgid "MMIX Internal: What's the CC of this?" |
9e620082 ZW |
10815 | msgstr "" |
10816 | ||
807ab1f2 | 10817 | #: config/mmix/mmix.c:2788 |
b97e55da | 10818 | msgid "MMIX Internal: What is the CC of this?" |
a47a6810 JM |
10819 | msgstr "" |
10820 | ||
807ab1f2 | 10821 | #: config/mmix/mmix.c:2858 |
b97e55da | 10822 | msgid "MMIX Internal: This is not a constant:" |
a47a6810 JM |
10823 | msgstr "" |
10824 | ||
d5706a1e ZW |
10825 | #. For these target macros, there is no generic documentation here. You |
10826 | #. should read `Using and Porting GCC' for that. Only comments specific | |
10827 | #. to the MMIX target are here. | |
10828 | #. | |
10829 | #. There are however references to the specific texinfo node (comments | |
10830 | #. with "Node:"), so there should be little or nothing amiss. Probably | |
10831 | #. the opposite, since we don't have to care about old littering and | |
10832 | #. soon outdated generic comments. | |
10833 | #. Node: Driver | |
10834 | #. User symbols are in the same name-space as built-in symbols, but we | |
10835 | #. don't need the built-in symbols, so remove those and instead apply | |
10836 | #. stricter operand checking. Don't warn when expanding insns. | |
10837 | #. Pass on -mset-program-start=N and -mset-data-start=M to the linker. | |
10838 | #. Provide default program start 0x100 unless -mno-set-program-start. | |
10839 | #. Don't do this if linking relocatably, with -r. For a final link, | |
10840 | #. produce mmo, unless ELF is requested or when linking relocatably. | |
10841 | #. Put unused option values here. | |
b97e55da JM |
10842 | #: config/mmix/mmix.h:132 |
10843 | msgid "Set start-address of the program" | |
a47a6810 JM |
10844 | msgstr "" |
10845 | ||
b97e55da JM |
10846 | #: config/mmix/mmix.h:134 |
10847 | msgid "Set start-address of data" | |
a47a6810 JM |
10848 | msgstr "" |
10849 | ||
b97e55da JM |
10850 | #. FIXME: Provide a way to *load* the epsilon register. |
10851 | #: config/mmix/mmix.h:198 | |
10852 | msgid "For intrinsics library: pass all parameters in registers" | |
7bbf788c PT |
10853 | msgstr "" |
10854 | ||
b97e55da JM |
10855 | #: config/mmix/mmix.h:201 |
10856 | msgid "Use register stack for parameters and return value" | |
9e620082 ZW |
10857 | msgstr "" |
10858 | ||
b97e55da JM |
10859 | #: config/mmix/mmix.h:203 |
10860 | msgid "Use call-clobbered registers for parameters and return value" | |
9e620082 ZW |
10861 | msgstr "" |
10862 | ||
b97e55da JM |
10863 | #: config/mmix/mmix.h:205 |
10864 | msgid "Use epsilon-respecting floating point compare instructions" | |
d9b2742a ZW |
10865 | msgstr "" |
10866 | ||
b97e55da JM |
10867 | #: config/mmix/mmix.h:208 |
10868 | msgid "Use zero-extending memory loads, not sign-extending ones" | |
9e620082 ZW |
10869 | msgstr "" |
10870 | ||
b97e55da JM |
10871 | #: config/mmix/mmix.h:211 |
10872 | msgid "" | |
10873 | "Generate divide results with reminder having the same sign as the divisor " | |
10874 | "(not the dividend)" | |
9e620082 ZW |
10875 | msgstr "" |
10876 | ||
b97e55da JM |
10877 | #: config/mmix/mmix.h:215 |
10878 | msgid "Prepend global symbols with \":\" (for use with PREFIX)" | |
9e620082 ZW |
10879 | msgstr "" |
10880 | ||
b97e55da JM |
10881 | #: config/mmix/mmix.h:217 |
10882 | msgid "Do not provide a default start-address 0x100 of the program" | |
9e620082 ZW |
10883 | msgstr "" |
10884 | ||
b97e55da JM |
10885 | #: config/mmix/mmix.h:219 |
10886 | msgid "Link to emit program in ELF format (rather than mmo)" | |
9e620082 ZW |
10887 | msgstr "" |
10888 | ||
b97e55da JM |
10889 | #: config/mmix/mmix.h:221 |
10890 | msgid "Use P-mnemonics for branches statically predicted as taken" | |
a47a6810 JM |
10891 | msgstr "" |
10892 | ||
b97e55da JM |
10893 | #: config/mmix/mmix.h:223 |
10894 | msgid "Don't use P-mnemonics for branches" | |
9e620082 ZW |
10895 | msgstr "" |
10896 | ||
b97e55da JM |
10897 | #: config/mmix/mmix.h:225 |
10898 | msgid "Use addresses that allocate global registers" | |
9e620082 ZW |
10899 | msgstr "" |
10900 | ||
b97e55da JM |
10901 | #: config/mmix/mmix.h:227 |
10902 | msgid "Do not use addresses that allocate global registers" | |
9e620082 ZW |
10903 | msgstr "" |
10904 | ||
b97e55da JM |
10905 | #: config/mmix/mmix.h:229 |
10906 | msgid "Generate a single exit point for each function" | |
9e620082 ZW |
10907 | msgstr "" |
10908 | ||
b97e55da JM |
10909 | #: config/mmix/mmix.h:231 |
10910 | msgid "Do not generate a single exit point for each function" | |
9e620082 ZW |
10911 | msgstr "" |
10912 | ||
01b84e13 | 10913 | #: config/mn10300/linux.h:60 config/mn10300/mn10300.h:71 |
b97e55da | 10914 | msgid "Target the AM33 processor" |
9e620082 ZW |
10915 | msgstr "" |
10916 | ||
01b84e13 | 10917 | #: config/mn10300/linux.h:61 config/mn10300/mn10300.h:75 |
b97e55da | 10918 | msgid "Target the AM33/2.0 processor" |
9e620082 ZW |
10919 | msgstr "" |
10920 | ||
01b84e13 | 10921 | #: config/mn10300/linux.h:62 config/mn10300/mn10300.h:78 |
b97e55da | 10922 | msgid "Enable linker relaxations" |
9e620082 ZW |
10923 | msgstr "" |
10924 | ||
b97e55da JM |
10925 | #: config/mn10300/mn10300.h:69 |
10926 | msgid "Work around hardware multiply bug" | |
9e620082 ZW |
10927 | msgstr "" |
10928 | ||
b97e55da JM |
10929 | #: config/mn10300/mn10300.h:70 |
10930 | msgid "Do not work around hardware multiply bug" | |
9e620082 ZW |
10931 | msgstr "" |
10932 | ||
de104104 | 10933 | #: config/ns32k/ns32k.h:142 config/s390/s390.h:136 |
b97e55da | 10934 | msgid "Don't use hardware fp" |
9e620082 ZW |
10935 | msgstr "" |
10936 | ||
b97e55da JM |
10937 | #: config/ns32k/ns32k.h:143 |
10938 | msgid "Alternative calling convention" | |
9e620082 ZW |
10939 | msgstr "" |
10940 | ||
b97e55da JM |
10941 | #: config/ns32k/ns32k.h:145 |
10942 | msgid "Pass some arguments in registers" | |
9e620082 ZW |
10943 | msgstr "" |
10944 | ||
b97e55da JM |
10945 | #: config/ns32k/ns32k.h:146 |
10946 | msgid "Pass all arguments on stack" | |
9e620082 ZW |
10947 | msgstr "" |
10948 | ||
b97e55da JM |
10949 | #: config/ns32k/ns32k.h:147 |
10950 | msgid "Optimize for 32532 cpu" | |
9e620082 ZW |
10951 | msgstr "" |
10952 | ||
b97e55da JM |
10953 | #: config/ns32k/ns32k.h:148 |
10954 | msgid "Optimize for 32332 cpu" | |
9e620082 ZW |
10955 | msgstr "" |
10956 | ||
b97e55da JM |
10957 | #: config/ns32k/ns32k.h:150 |
10958 | msgid "Optimize for 32032" | |
9e620082 ZW |
10959 | msgstr "" |
10960 | ||
b97e55da JM |
10961 | #: config/ns32k/ns32k.h:152 |
10962 | msgid "Register sb is zero. Use for absolute addressing" | |
9e620082 ZW |
10963 | msgstr "" |
10964 | ||
b97e55da JM |
10965 | #: config/ns32k/ns32k.h:153 |
10966 | msgid "Do not use register sb" | |
9e620082 ZW |
10967 | msgstr "" |
10968 | ||
b97e55da JM |
10969 | #: config/ns32k/ns32k.h:155 |
10970 | msgid "Use bit-field instructions" | |
9e620082 ZW |
10971 | msgstr "" |
10972 | ||
b97e55da JM |
10973 | #: config/ns32k/ns32k.h:157 |
10974 | msgid "Do not use bit-field instructions" | |
9e620082 ZW |
10975 | msgstr "" |
10976 | ||
b97e55da JM |
10977 | #: config/ns32k/ns32k.h:158 |
10978 | msgid "Generate code for high memory" | |
9e620082 ZW |
10979 | msgstr "" |
10980 | ||
b97e55da JM |
10981 | #: config/ns32k/ns32k.h:159 |
10982 | msgid "Generate code for low memory" | |
9e620082 ZW |
10983 | msgstr "" |
10984 | ||
b97e55da JM |
10985 | #: config/ns32k/ns32k.h:160 |
10986 | msgid "32381 fpu" | |
9e620082 ZW |
10987 | msgstr "" |
10988 | ||
b97e55da JM |
10989 | #: config/ns32k/ns32k.h:162 |
10990 | msgid "Use multiply-accumulate fp instructions" | |
9e620082 ZW |
10991 | msgstr "" |
10992 | ||
b97e55da JM |
10993 | #: config/ns32k/ns32k.h:164 |
10994 | msgid "Do not use multiply-accumulate fp instructions" | |
9e620082 ZW |
10995 | msgstr "" |
10996 | ||
b97e55da JM |
10997 | #: config/ns32k/ns32k.h:165 |
10998 | msgid "\"Small register classes\" kludge" | |
9e620082 ZW |
10999 | msgstr "" |
11000 | ||
b97e55da JM |
11001 | #: config/ns32k/ns32k.h:166 |
11002 | msgid "No \"Small register classes\" kludge" | |
9e620082 ZW |
11003 | msgstr "" |
11004 | ||
807ab1f2 | 11005 | #: config/pa/pa.c:404 |
b97e55da JM |
11006 | #, c-format |
11007 | msgid "" | |
11008 | "unknown -mschedule= option (%s).\n" | |
11009 | "Valid options are 700, 7100, 7100LC, 7200, 7300, and 8000\n" | |
9e620082 ZW |
11010 | msgstr "" |
11011 | ||
807ab1f2 | 11012 | #: config/pa/pa.c:429 |
5b7874aa | 11013 | #, c-format |
b97e55da JM |
11014 | msgid "" |
11015 | "unknown -march= option (%s).\n" | |
11016 | "Valid options are 1.0, 1.1, and 2.0\n" | |
9e620082 ZW |
11017 | msgstr "" |
11018 | ||
807ab1f2 JM |
11019 | #: config/pa/pa.c:449 |
11020 | #, c-format | |
11021 | msgid "" | |
11022 | "unknown -munix= option (%s).\n" | |
11023 | "Valid options are 93, 95 and 98.\n" | |
11024 | msgstr "" | |
11025 | ||
11026 | #: config/pa/pa.c:454 | |
11027 | #, c-format | |
11028 | msgid "" | |
11029 | "unknown -munix= option (%s).\n" | |
11030 | "Valid options are 93 and 95.\n" | |
11031 | msgstr "" | |
11032 | ||
11033 | #: config/pa/pa.c:458 | |
11034 | #, c-format | |
11035 | msgid "" | |
11036 | "unknown -munix= option (%s).\n" | |
11037 | "Valid option is 93.\n" | |
11038 | msgstr "" | |
11039 | ||
11040 | #: config/pa/pa.c:475 | |
b97e55da | 11041 | msgid "PIC code generation is not supported in the portable runtime model\n" |
9e620082 ZW |
11042 | msgstr "" |
11043 | ||
807ab1f2 | 11044 | #: config/pa/pa.c:480 |
b97e55da | 11045 | msgid "PIC code generation is not compatible with fast indirect calls\n" |
9e620082 ZW |
11046 | msgstr "" |
11047 | ||
807ab1f2 | 11048 | #: config/pa/pa.c:485 |
b97e55da | 11049 | msgid "-g is only supported when using GAS on this processor," |
9e620082 ZW |
11050 | msgstr "" |
11051 | ||
807ab1f2 JM |
11052 | #: config/pa/pa.c:486 |
11053 | msgid "-g option disabled" | |
11054 | msgstr "" | |
11055 | ||
11056 | #: config/pa/pa-hpux.h:96 config/pa/pa64-hpux.h:25 | |
b97e55da | 11057 | msgid "Generate cpp defines for server IO" |
9e620082 ZW |
11058 | msgstr "" |
11059 | ||
807ab1f2 | 11060 | #: config/pa/pa-hpux.h:97 config/pa/pa64-hpux.h:27 |
b97e55da | 11061 | msgid "Generate cpp defines for workstation IO" |
a47a6810 JM |
11062 | msgstr "" |
11063 | ||
807ab1f2 JM |
11064 | #: config/pa/pa-hpux10.h:84 |
11065 | msgid "" | |
11066 | "Specify UNIX standard for predefines and linking.\n" | |
11067 | "Supported value is 93." | |
11068 | msgstr "" | |
11069 | ||
11070 | #: config/pa/pa-hpux1010.h:28 config/pa/pa-hpux11.h:98 | |
11071 | msgid "" | |
11072 | "Specify UNIX standard for predefines and linking.\n" | |
11073 | "Supported values are 93 and 95." | |
11074 | msgstr "" | |
11075 | ||
11076 | #: config/pa/pa-hpux11.h:81 | |
11077 | msgid "-munix=98 option required for C89 Amendment 1 features.\n" | |
11078 | msgstr "" | |
11079 | ||
11080 | #: config/pa/pa-hpux1111.h:28 | |
11081 | msgid "" | |
11082 | "Specify UNIX standard for predefines and linking.\n" | |
11083 | "Supported values are 93, 95 and 98." | |
11084 | msgstr "" | |
11085 | ||
b97e55da JM |
11086 | #. Macro to define tables used to set the flags. This is a |
11087 | #. list in braces of target switches with each switch being | |
11088 | #. { "NAME", VALUE, "HELP_STRING" }. VALUE is the bits to set, | |
11089 | #. or minus the bits to clear. An empty string NAME is used to | |
11090 | #. identify the default VALUE. Do not mark empty strings for | |
11091 | #. translation. | |
807ab1f2 | 11092 | #: config/pa/pa.h:254 config/pa/pa.h:260 |
b97e55da | 11093 | msgid "Generate PA1.1 code" |
9e620082 ZW |
11094 | msgstr "" |
11095 | ||
807ab1f2 | 11096 | #: config/pa/pa.h:256 config/pa/pa.h:258 |
b97e55da | 11097 | msgid "Generate PA1.0 code" |
9e620082 ZW |
11098 | msgstr "" |
11099 | ||
807ab1f2 | 11100 | #: config/pa/pa.h:262 |
b97e55da | 11101 | msgid "Generate PA2.0 code (requires binutils 2.10 or later)" |
9e620082 ZW |
11102 | msgstr "" |
11103 | ||
807ab1f2 | 11104 | #: config/pa/pa.h:264 |
b97e55da | 11105 | msgid "Disable FP regs" |
9e620082 ZW |
11106 | msgstr "" |
11107 | ||
807ab1f2 | 11108 | #: config/pa/pa.h:266 |
b97e55da | 11109 | msgid "Do not disable FP regs" |
9e620082 ZW |
11110 | msgstr "" |
11111 | ||
807ab1f2 | 11112 | #: config/pa/pa.h:268 |
b97e55da | 11113 | msgid "Disable space regs" |
9e620082 ZW |
11114 | msgstr "" |
11115 | ||
807ab1f2 | 11116 | #: config/pa/pa.h:270 |
b97e55da | 11117 | msgid "Do not disable space regs" |
9e620082 ZW |
11118 | msgstr "" |
11119 | ||
807ab1f2 | 11120 | #: config/pa/pa.h:272 |
b97e55da | 11121 | msgid "Put jumps in call delay slots" |
9e620082 ZW |
11122 | msgstr "" |
11123 | ||
807ab1f2 | 11124 | #: config/pa/pa.h:274 |
b97e55da | 11125 | msgid "Do not put jumps in call delay slots" |
9e620082 ZW |
11126 | msgstr "" |
11127 | ||
807ab1f2 | 11128 | #: config/pa/pa.h:276 |
b97e55da | 11129 | msgid "Disable indexed addressing" |
9e620082 ZW |
11130 | msgstr "" |
11131 | ||
807ab1f2 | 11132 | #: config/pa/pa.h:278 |
b97e55da | 11133 | msgid "Do not disable indexed addressing" |
5b7874aa ZW |
11134 | msgstr "" |
11135 | ||
807ab1f2 | 11136 | #: config/pa/pa.h:280 |
b97e55da | 11137 | msgid "Use portable calling conventions" |
9e620082 ZW |
11138 | msgstr "" |
11139 | ||
807ab1f2 | 11140 | #: config/pa/pa.h:282 |
b97e55da | 11141 | msgid "Do not use portable calling conventions" |
9e620082 ZW |
11142 | msgstr "" |
11143 | ||
807ab1f2 | 11144 | #: config/pa/pa.h:284 |
b97e55da | 11145 | msgid "Assume code will be assembled by GAS" |
9e620082 ZW |
11146 | msgstr "" |
11147 | ||
807ab1f2 | 11148 | #: config/pa/pa.h:286 |
b97e55da | 11149 | msgid "Do not assume code will be assembled by GAS" |
9e620082 ZW |
11150 | msgstr "" |
11151 | ||
807ab1f2 | 11152 | #: config/pa/pa.h:290 |
b97e55da | 11153 | msgid "Do not use software floating point" |
9e620082 ZW |
11154 | msgstr "" |
11155 | ||
807ab1f2 | 11156 | #: config/pa/pa.h:292 |
b97e55da | 11157 | msgid "Emit long load/store sequences" |
9e620082 ZW |
11158 | msgstr "" |
11159 | ||
807ab1f2 | 11160 | #: config/pa/pa.h:294 |
b97e55da | 11161 | msgid "Do not emit long load/store sequences" |
9e620082 ZW |
11162 | msgstr "" |
11163 | ||
807ab1f2 | 11164 | #: config/pa/pa.h:296 |
b97e55da | 11165 | msgid "Generate fast indirect calls" |
9e620082 ZW |
11166 | msgstr "" |
11167 | ||
807ab1f2 | 11168 | #: config/pa/pa.h:298 |
b97e55da | 11169 | msgid "Do not generate fast indirect calls" |
9e620082 ZW |
11170 | msgstr "" |
11171 | ||
807ab1f2 | 11172 | #: config/pa/pa.h:300 |
b97e55da | 11173 | msgid "Generate code for huge switch statements" |
9e620082 ZW |
11174 | msgstr "" |
11175 | ||
807ab1f2 | 11176 | #: config/pa/pa.h:302 |
b97e55da | 11177 | msgid "Do not generate code for huge switch statements" |
9e620082 ZW |
11178 | msgstr "" |
11179 | ||
807ab1f2 | 11180 | #: config/pa/pa.h:304 |
b97e55da | 11181 | msgid "Always generate long calls" |
9e620082 ZW |
11182 | msgstr "" |
11183 | ||
807ab1f2 | 11184 | #: config/pa/pa.h:306 |
b97e55da | 11185 | msgid "Generate long calls only when needed" |
9e620082 ZW |
11186 | msgstr "" |
11187 | ||
807ab1f2 | 11188 | #: config/pa/pa.h:308 |
b97e55da | 11189 | msgid "Enable linker optimizations" |
9e620082 ZW |
11190 | msgstr "" |
11191 | ||
807ab1f2 | 11192 | #: config/pa/pa.h:332 |
b97e55da | 11193 | msgid "" |
807ab1f2 JM |
11194 | "Specify PA-RISC architecture for code generation.\n" |
11195 | "Values are 1.0, 1.1 and 2.0." | |
11196 | msgstr "" | |
11197 | ||
11198 | #: config/pa/pa.h:335 | |
11199 | msgid "Specify range of registers to make fixed." | |
11200 | msgstr "" | |
11201 | ||
11202 | #: config/pa/pa.h:337 | |
11203 | msgid "Specify CPU for scheduling purposes." | |
9e620082 ZW |
11204 | msgstr "" |
11205 | ||
b97e55da JM |
11206 | #: config/pa/pa64-hpux.h:29 |
11207 | msgid "Assume code will be linked by GNU ld" | |
9e620082 ZW |
11208 | msgstr "" |
11209 | ||
b97e55da JM |
11210 | #: config/pa/pa64-hpux.h:31 |
11211 | msgid "Assume code will be linked by HP ld" | |
9e620082 ZW |
11212 | msgstr "" |
11213 | ||
807ab1f2 | 11214 | #: config/pdp11/pdp11.h:62 config/rs6000/rs6000.h:331 |
b97e55da | 11215 | msgid "Do not use hardware floating point" |
9e620082 ZW |
11216 | msgstr "" |
11217 | ||
b97e55da JM |
11218 | #. return float result in ac0 |
11219 | #: config/pdp11/pdp11.h:64 | |
11220 | msgid "Return floating point results in ac0" | |
a52453cc PT |
11221 | msgstr "" |
11222 | ||
b97e55da JM |
11223 | #: config/pdp11/pdp11.h:65 |
11224 | msgid "Return floating point results in memory" | |
9e620082 ZW |
11225 | msgstr "" |
11226 | ||
b97e55da JM |
11227 | #. is 11/40 |
11228 | #: config/pdp11/pdp11.h:67 | |
11229 | msgid "Generate code for an 11/40" | |
9e620082 ZW |
11230 | msgstr "" |
11231 | ||
b97e55da JM |
11232 | #. is 11/45 |
11233 | #: config/pdp11/pdp11.h:70 | |
11234 | msgid "Generate code for an 11/45" | |
9e620082 ZW |
11235 | msgstr "" |
11236 | ||
b97e55da JM |
11237 | #. is 11/10 |
11238 | #: config/pdp11/pdp11.h:73 | |
11239 | msgid "Generate code for an 11/10" | |
9e620082 ZW |
11240 | msgstr "" |
11241 | ||
807ab1f2 | 11242 | #. use movmemhi for bcopy |
b97e55da JM |
11243 | #. use 32 bit for int |
11244 | #: config/pdp11/pdp11.h:78 config/pdp11/pdp11.h:79 | |
11245 | msgid "Use 32 bit int" | |
9e620082 ZW |
11246 | msgstr "" |
11247 | ||
b97e55da JM |
11248 | #: config/pdp11/pdp11.h:80 config/pdp11/pdp11.h:81 |
11249 | msgid "Use 16 bit int" | |
9e620082 ZW |
11250 | msgstr "" |
11251 | ||
b97e55da JM |
11252 | #. use 32 bit for float |
11253 | #: config/pdp11/pdp11.h:83 config/pdp11/pdp11.h:84 | |
11254 | msgid "Use 32 bit float" | |
9e620082 ZW |
11255 | msgstr "" |
11256 | ||
b97e55da JM |
11257 | #: config/pdp11/pdp11.h:85 config/pdp11/pdp11.h:86 |
11258 | msgid "Use 64 bit float" | |
9e620082 ZW |
11259 | msgstr "" |
11260 | ||
b97e55da JM |
11261 | #. allow abshi pattern? - can trigger "optimizations" which make code SLOW! |
11262 | #. is branching expensive - on a PDP, it's actually really cheap | |
11263 | #. this is just to play around and check what code gcc generates | |
11264 | #. split instruction and data memory? | |
11265 | #: config/pdp11/pdp11.h:95 | |
11266 | msgid "Target has split I&D" | |
9e620082 ZW |
11267 | msgstr "" |
11268 | ||
b97e55da JM |
11269 | #: config/pdp11/pdp11.h:96 |
11270 | msgid "Target does not have split I&D" | |
9e620082 ZW |
11271 | msgstr "" |
11272 | ||
b97e55da JM |
11273 | #. UNIX assembler syntax? |
11274 | #: config/pdp11/pdp11.h:98 | |
11275 | msgid "Use UNIX assembler syntax" | |
9e620082 ZW |
11276 | msgstr "" |
11277 | ||
b97e55da JM |
11278 | #: config/pdp11/pdp11.h:99 |
11279 | msgid "Use DEC assembler syntax" | |
9e620082 ZW |
11280 | msgstr "" |
11281 | ||
b97e55da JM |
11282 | #: config/rs6000/host-darwin.c:52 |
11283 | msgid "Segmentation Fault (code)" | |
11284 | msgstr "" | |
11285 | ||
11286 | #: config/rs6000/host-darwin.c:83 | |
11287 | msgid "Out of stack space.\n" | |
9e620082 ZW |
11288 | msgstr "" |
11289 | ||
b97e55da | 11290 | #: config/rs6000/host-darwin.c:104 |
5b7874aa | 11291 | #, c-format |
b97e55da | 11292 | msgid "Try running `%s' in the shell to raise its limit.\n" |
9e620082 ZW |
11293 | msgstr "" |
11294 | ||
b97e55da JM |
11295 | #: config/rs6000/host-darwin.c:117 |
11296 | msgid "Segmentation Fault" | |
11297 | msgstr "" | |
11298 | ||
11299 | #: config/rs6000/host-darwin.c:131 | |
5b7874aa | 11300 | #, c-format |
b97e55da | 11301 | msgid "While setting up signal stack: %m" |
9e620082 ZW |
11302 | msgstr "" |
11303 | ||
b97e55da | 11304 | #: config/rs6000/host-darwin.c:137 |
5b7874aa | 11305 | #, c-format |
b97e55da | 11306 | msgid "While setting up signal handler: %m" |
9e620082 ZW |
11307 | msgstr "" |
11308 | ||
b1b51268 | 11309 | #: config/rs6000/host-darwin.c:181 |
5b7874aa | 11310 | #, c-format |
b97e55da | 11311 | msgid "couldn't unmap pch_address_space: %m\n" |
9e620082 ZW |
11312 | msgstr "" |
11313 | ||
b97e55da JM |
11314 | #. Handle the machine specific pragma longcall. Its syntax is |
11315 | #. | |
11316 | #. # pragma longcall ( TOGGLE ) | |
11317 | #. | |
11318 | #. where TOGGLE is either 0 or 1. | |
11319 | #. | |
11320 | #. rs6000_default_long_calls is set to the value of TOGGLE, changing | |
11321 | #. whether or not new function declarations receive a longcall | |
11322 | #. attribute by default. | |
11323 | #: config/rs6000/rs6000-c.c:46 | |
11324 | msgid "ignoring malformed #pragma longcall" | |
9e620082 ZW |
11325 | msgstr "" |
11326 | ||
b97e55da JM |
11327 | #: config/rs6000/rs6000-c.c:59 |
11328 | msgid "missing open paren" | |
9e620082 ZW |
11329 | msgstr "" |
11330 | ||
b97e55da JM |
11331 | #: config/rs6000/rs6000-c.c:61 |
11332 | msgid "missing number" | |
9e620082 ZW |
11333 | msgstr "" |
11334 | ||
b97e55da JM |
11335 | #: config/rs6000/rs6000-c.c:63 |
11336 | msgid "missing close paren" | |
9e620082 ZW |
11337 | msgstr "" |
11338 | ||
b97e55da JM |
11339 | #: config/rs6000/rs6000-c.c:66 |
11340 | msgid "number must be 0 or 1" | |
9e620082 ZW |
11341 | msgstr "" |
11342 | ||
b97e55da JM |
11343 | #: config/rs6000/rs6000-c.c:69 |
11344 | msgid "junk at end of #pragma longcall" | |
9e620082 ZW |
11345 | msgstr "" |
11346 | ||
d5706a1e | 11347 | #: config/rs6000/rs6000.c:1223 |
b97e55da | 11348 | msgid "-mmultiple is not supported on little endian systems" |
9e620082 ZW |
11349 | msgstr "" |
11350 | ||
d5706a1e | 11351 | #: config/rs6000/rs6000.c:1230 |
b97e55da | 11352 | msgid "-mstring is not supported on little endian systems" |
9e620082 ZW |
11353 | msgstr "" |
11354 | ||
d5706a1e | 11355 | #: config/rs6000/rs6000.c:1244 |
5b7874aa | 11356 | #, c-format |
b97e55da | 11357 | msgid "unknown -mdebug-%s switch" |
9e620082 ZW |
11358 | msgstr "" |
11359 | ||
d5706a1e | 11360 | #: config/rs6000/rs6000.c:1256 |
5b7874aa | 11361 | #, c-format |
b97e55da | 11362 | msgid "unknown -mtraceback arg `%s'; expecting `full', `partial' or `none'" |
9e620082 ZW |
11363 | msgstr "" |
11364 | ||
d5706a1e | 11365 | #: config/rs6000/rs6000.c:1267 |
5b7874aa | 11366 | #, c-format |
b97e55da | 11367 | msgid "Unknown switch -mlong-double-%s" |
9e620082 ZW |
11368 | msgstr "" |
11369 | ||
d5706a1e | 11370 | #: config/rs6000/rs6000.c:1308 |
b1b51268 JM |
11371 | msgid "AltiVec and E500 instructions cannot coexist" |
11372 | msgstr "" | |
11373 | ||
a05e4fdb | 11374 | #. Handle -mfix-and-continue. |
d5706a1e | 11375 | #: config/rs6000/rs6000.c:1354 config/rs6000/rs6000.c:1365 |
a05e4fdb JM |
11376 | #: config/rs6000/darwin.h:106 |
11377 | #, c-format | |
11378 | msgid "invalid option `%s'" | |
11379 | msgstr "" | |
11380 | ||
d5706a1e | 11381 | #: config/rs6000/rs6000.c:1586 |
b97e55da JM |
11382 | #, c-format |
11383 | msgid "unknown -m%s= option specified: '%s'" | |
a47a6810 JM |
11384 | msgstr "" |
11385 | ||
d5706a1e | 11386 | #: config/rs6000/rs6000.c:1607 |
a47a6810 | 11387 | #, c-format |
b97e55da | 11388 | msgid "not configured for ABI: '%s'" |
a47a6810 JM |
11389 | msgstr "" |
11390 | ||
d5706a1e | 11391 | #: config/rs6000/rs6000.c:1613 |
b97e55da JM |
11392 | #, c-format |
11393 | msgid "unknown ABI specified: '%s'" | |
d9b2742a ZW |
11394 | msgstr "" |
11395 | ||
d5706a1e | 11396 | #: config/rs6000/rs6000.c:1627 |
b97e55da JM |
11397 | #, c-format |
11398 | msgid "unknown -malign-XXXXX option specified: '%s'" | |
9e620082 ZW |
11399 | msgstr "" |
11400 | ||
d5706a1e | 11401 | #: config/rs6000/rs6000.c:4631 |
b1b51268 JM |
11402 | msgid "" |
11403 | "Cannot return value in vector register because altivec instructions are " | |
11404 | "disabled, use -maltivec to enable them." | |
11405 | msgstr "" | |
11406 | ||
d5706a1e | 11407 | #: config/rs6000/rs6000.c:4765 |
b1b51268 JM |
11408 | msgid "" |
11409 | "Cannot pass argument in vector register because altivec instructions are " | |
11410 | "disabled, use -maltivec to enable them." | |
11411 | msgstr "" | |
11412 | ||
d5706a1e | 11413 | #: config/rs6000/rs6000.c:6203 |
b97e55da | 11414 | msgid "argument 1 must be a 5-bit signed literal" |
9e620082 ZW |
11415 | msgstr "" |
11416 | ||
d5706a1e | 11417 | #: config/rs6000/rs6000.c:6306 config/rs6000/rs6000.c:6976 |
b97e55da | 11418 | msgid "argument 2 must be a 5-bit unsigned literal" |
9e620082 ZW |
11419 | msgstr "" |
11420 | ||
d5706a1e | 11421 | #: config/rs6000/rs6000.c:6346 |
b97e55da | 11422 | msgid "argument 1 of __builtin_altivec_predicate must be a constant" |
9e620082 ZW |
11423 | msgstr "" |
11424 | ||
d5706a1e | 11425 | #: config/rs6000/rs6000.c:6400 |
b97e55da | 11426 | msgid "argument 1 of __builtin_altivec_predicate is out of range" |
9e620082 ZW |
11427 | msgstr "" |
11428 | ||
d5706a1e | 11429 | #: config/rs6000/rs6000.c:6562 |
b97e55da | 11430 | msgid "argument 3 must be a 4-bit unsigned literal" |
9e620082 ZW |
11431 | msgstr "" |
11432 | ||
d5706a1e | 11433 | #: config/rs6000/rs6000.c:6734 |
b97e55da JM |
11434 | #, c-format |
11435 | msgid "argument to `%s' must be a 2-bit unsigned literal" | |
9e620082 ZW |
11436 | msgstr "" |
11437 | ||
d5706a1e | 11438 | #: config/rs6000/rs6000.c:6847 |
b97e55da | 11439 | msgid "argument to dss must be a 2-bit unsigned literal" |
9e620082 ZW |
11440 | msgstr "" |
11441 | ||
d5706a1e | 11442 | #: config/rs6000/rs6000.c:6862 |
b1b51268 JM |
11443 | #, c-format |
11444 | msgid "invalid parameter combination for `%s' AltiVec intrinsic" | |
11445 | msgstr "" | |
11446 | ||
d5706a1e | 11447 | #: config/rs6000/rs6000.c:7096 |
b97e55da | 11448 | msgid "argument 1 of __builtin_spe_predicate must be a constant" |
9e620082 ZW |
11449 | msgstr "" |
11450 | ||
d5706a1e | 11451 | #: config/rs6000/rs6000.c:7169 |
b97e55da | 11452 | msgid "argument 1 of __builtin_spe_predicate is out of range" |
9e620082 ZW |
11453 | msgstr "" |
11454 | ||
d5706a1e | 11455 | #: config/rs6000/rs6000.c:10071 |
b97e55da JM |
11456 | #, c-format |
11457 | msgid "invalid %%f value" | |
9e620082 ZW |
11458 | msgstr "" |
11459 | ||
d5706a1e | 11460 | #: config/rs6000/rs6000.c:10080 |
b97e55da JM |
11461 | #, c-format |
11462 | msgid "invalid %%F value" | |
9e620082 ZW |
11463 | msgstr "" |
11464 | ||
d5706a1e | 11465 | #: config/rs6000/rs6000.c:10089 |
b97e55da JM |
11466 | #, c-format |
11467 | msgid "invalid %%G value" | |
9e620082 ZW |
11468 | msgstr "" |
11469 | ||
d5706a1e | 11470 | #: config/rs6000/rs6000.c:10124 |
b97e55da JM |
11471 | #, c-format |
11472 | msgid "invalid %%j code" | |
9e620082 ZW |
11473 | msgstr "" |
11474 | ||
d5706a1e | 11475 | #: config/rs6000/rs6000.c:10134 |
b97e55da JM |
11476 | #, c-format |
11477 | msgid "invalid %%J code" | |
9e620082 ZW |
11478 | msgstr "" |
11479 | ||
d5706a1e | 11480 | #: config/rs6000/rs6000.c:10144 |
b97e55da JM |
11481 | #, c-format |
11482 | msgid "invalid %%k value" | |
9e620082 ZW |
11483 | msgstr "" |
11484 | ||
d5706a1e | 11485 | #: config/rs6000/rs6000.c:10164 config/xtensa/xtensa.c:1937 |
b97e55da JM |
11486 | #, c-format |
11487 | msgid "invalid %%K value" | |
9e620082 ZW |
11488 | msgstr "" |
11489 | ||
d5706a1e | 11490 | #: config/rs6000/rs6000.c:10231 |
b97e55da JM |
11491 | #, c-format |
11492 | msgid "invalid %%O value" | |
9e620082 ZW |
11493 | msgstr "" |
11494 | ||
d5706a1e | 11495 | #: config/rs6000/rs6000.c:10278 |
b97e55da JM |
11496 | #, c-format |
11497 | msgid "invalid %%q value" | |
9e620082 ZW |
11498 | msgstr "" |
11499 | ||
d5706a1e | 11500 | #: config/rs6000/rs6000.c:10322 |
b97e55da JM |
11501 | #, c-format |
11502 | msgid "invalid %%S value" | |
9e620082 ZW |
11503 | msgstr "" |
11504 | ||
d5706a1e | 11505 | #: config/rs6000/rs6000.c:10364 |
b97e55da JM |
11506 | #, c-format |
11507 | msgid "invalid %%T value" | |
9e620082 ZW |
11508 | msgstr "" |
11509 | ||
d5706a1e | 11510 | #: config/rs6000/rs6000.c:10374 |
b97e55da JM |
11511 | #, c-format |
11512 | msgid "invalid %%u value" | |
9e620082 ZW |
11513 | msgstr "" |
11514 | ||
d5706a1e | 11515 | #: config/rs6000/rs6000.c:10383 config/xtensa/xtensa.c:1907 |
b97e55da JM |
11516 | #, c-format |
11517 | msgid "invalid %%v value" | |
9e620082 ZW |
11518 | msgstr "" |
11519 | ||
d5706a1e | 11520 | #: config/rs6000/rs6000.c:15209 |
b97e55da | 11521 | msgid "no profiling of 64-bit code for this ABI" |
9e620082 ZW |
11522 | msgstr "" |
11523 | ||
d5706a1e | 11524 | #: config/rs6000/rs6000.c:16281 |
b1b51268 JM |
11525 | msgid "use of 'long' in AltiVec types is deprecated; use 'int'" |
11526 | msgstr "" | |
11527 | ||
807ab1f2 | 11528 | #: config/rs6000/aix.h:203 config/rs6000/beos.h:32 |
b97e55da | 11529 | msgid "Always pass floating-point arguments in memory" |
9e620082 ZW |
11530 | msgstr "" |
11531 | ||
807ab1f2 | 11532 | #: config/rs6000/aix.h:205 config/rs6000/beos.h:34 |
b97e55da | 11533 | msgid "Don't always pass floating-point arguments in memory" |
9e620082 ZW |
11534 | msgstr "" |
11535 | ||
b1b51268 | 11536 | #: config/rs6000/aix41.h:27 config/rs6000/aix43.h:32 config/rs6000/aix51.h:31 |
b97e55da JM |
11537 | #: config/rs6000/aix52.h:31 |
11538 | msgid "Support message passing with the Parallel Environment" | |
9e620082 ZW |
11539 | msgstr "" |
11540 | ||
b1b51268 | 11541 | #: config/rs6000/aix43.h:28 config/rs6000/aix51.h:27 config/rs6000/aix52.h:27 |
b97e55da | 11542 | msgid "Compile for 64-bit pointers" |
9e620082 ZW |
11543 | msgstr "" |
11544 | ||
b1b51268 | 11545 | #: config/rs6000/aix43.h:30 config/rs6000/aix51.h:29 config/rs6000/aix52.h:29 |
b97e55da | 11546 | msgid "Compile for 32-bit pointers" |
9e620082 ZW |
11547 | msgstr "" |
11548 | ||
b1b51268 | 11549 | #: config/rs6000/aix43.h:49 config/rs6000/aix51.h:48 config/rs6000/aix52.h:48 |
b97e55da | 11550 | msgid "-maix64 and POWER architecture are incompatible" |
9e620082 ZW |
11551 | msgstr "" |
11552 | ||
b1b51268 | 11553 | #: config/rs6000/aix43.h:54 config/rs6000/aix51.h:53 config/rs6000/aix52.h:53 |
b97e55da | 11554 | msgid "-maix64 requires PowerPC64 architecture remain enabled" |
9e620082 ZW |
11555 | msgstr "" |
11556 | ||
b1b51268 | 11557 | #: config/rs6000/aix43.h:58 config/rs6000/aix51.h:57 config/rs6000/aix52.h:57 |
b97e55da JM |
11558 | msgid "" |
11559 | "-maix64 required: 64-bit computation with 32-bit addressing not yet supported" | |
9e620082 ZW |
11560 | msgstr "" |
11561 | ||
807ab1f2 JM |
11562 | #: config/rs6000/darwin.h:69 config/rs6000/sysv4.h:153 |
11563 | msgid "Generate 64-bit code" | |
11564 | msgstr "" | |
11565 | ||
11566 | #: config/rs6000/darwin.h:71 config/rs6000/sysv4.h:155 | |
11567 | msgid "Generate 32-bit code" | |
11568 | msgstr "" | |
11569 | ||
11570 | #: config/rs6000/darwin.h:73 | |
b97e55da | 11571 | msgid "Generate code suitable for executables (NOT shared libs)" |
9e620082 ZW |
11572 | msgstr "" |
11573 | ||
b97e55da JM |
11574 | #. The Darwin ABI always includes AltiVec, can't be (validly) turned |
11575 | #. off. | |
807ab1f2 | 11576 | #: config/rs6000/darwin.h:89 |
b97e55da | 11577 | msgid "-mdynamic-no-pic overrides -fpic or -fPIC" |
9e620082 ZW |
11578 | msgstr "" |
11579 | ||
b97e55da | 11580 | #. Darwin doesn't support -fpic. |
807ab1f2 | 11581 | #: config/rs6000/darwin.h:95 |
b97e55da | 11582 | msgid "-fpic is not supported; -fPIC assumed" |
9e620082 ZW |
11583 | msgstr "" |
11584 | ||
807ab1f2 JM |
11585 | #: config/rs6000/darwin.h:113 |
11586 | msgid "-m64 requires PowerPC64 architecture, enabling" | |
11587 | msgstr "" | |
11588 | ||
de104104 | 11589 | #: config/rs6000/linux64.h:106 |
01b84e13 JM |
11590 | msgid "-m64 requires a PowerPC64 cpu" |
11591 | msgstr "" | |
11592 | ||
de104104 | 11593 | #: config/rs6000/linux64.h:216 |
b97e55da | 11594 | msgid "Call mcount for profiling before a function prologue" |
9e620082 ZW |
11595 | msgstr "" |
11596 | ||
de104104 | 11597 | #: config/rs6000/linux64.h:218 |
b97e55da | 11598 | msgid "Call mcount for profiling after a function prologue" |
9e620082 ZW |
11599 | msgstr "" |
11600 | ||
b97e55da JM |
11601 | #. Run-time compilation parameters selecting different hardware subsets. |
11602 | #. | |
11603 | #. Macro to define tables used to set the flags. | |
11604 | #. This is a list in braces of pairs in braces, | |
11605 | #. each pair being { "NAME", VALUE } | |
11606 | #. where VALUE is the bits to set or minus the bits to clear. | |
11607 | #. An empty string NAME is used to identify the default VALUE. | |
807ab1f2 | 11608 | #: config/rs6000/rs6000.h:277 |
b97e55da | 11609 | msgid "Use POWER instruction set" |
9e620082 ZW |
11610 | msgstr "" |
11611 | ||
807ab1f2 | 11612 | #: config/rs6000/rs6000.h:280 |
b97e55da | 11613 | msgid "Use POWER2 instruction set" |
9e620082 ZW |
11614 | msgstr "" |
11615 | ||
807ab1f2 | 11616 | #: config/rs6000/rs6000.h:282 |
b97e55da | 11617 | msgid "Do not use POWER2 instruction set" |
9e620082 ZW |
11618 | msgstr "" |
11619 | ||
807ab1f2 | 11620 | #: config/rs6000/rs6000.h:285 |
b97e55da | 11621 | msgid "Do not use POWER instruction set" |
9e620082 ZW |
11622 | msgstr "" |
11623 | ||
807ab1f2 | 11624 | #: config/rs6000/rs6000.h:287 |
b97e55da | 11625 | msgid "Use PowerPC instruction set" |
9e620082 ZW |
11626 | msgstr "" |
11627 | ||
807ab1f2 | 11628 | #: config/rs6000/rs6000.h:290 |
b97e55da | 11629 | msgid "Do not use PowerPC instruction set" |
9e620082 ZW |
11630 | msgstr "" |
11631 | ||
807ab1f2 | 11632 | #: config/rs6000/rs6000.h:292 |
b97e55da | 11633 | msgid "Use PowerPC General Purpose group optional instructions" |
9e620082 ZW |
11634 | msgstr "" |
11635 | ||
807ab1f2 | 11636 | #: config/rs6000/rs6000.h:294 |
01b84e13 | 11637 | msgid "Do not use PowerPC General Purpose group optional instructions" |
9e620082 ZW |
11638 | msgstr "" |
11639 | ||
807ab1f2 | 11640 | #: config/rs6000/rs6000.h:296 |
b97e55da | 11641 | msgid "Use PowerPC Graphics group optional instructions" |
9e620082 ZW |
11642 | msgstr "" |
11643 | ||
807ab1f2 | 11644 | #: config/rs6000/rs6000.h:298 |
01b84e13 | 11645 | msgid "Do not use PowerPC Graphics group optional instructions" |
9e620082 ZW |
11646 | msgstr "" |
11647 | ||
807ab1f2 | 11648 | #: config/rs6000/rs6000.h:300 |
b97e55da | 11649 | msgid "Use PowerPC-64 instruction set" |
a47a6810 JM |
11650 | msgstr "" |
11651 | ||
807ab1f2 | 11652 | #: config/rs6000/rs6000.h:302 |
01b84e13 | 11653 | msgid "Do not use PowerPC-64 instruction set" |
a47a6810 JM |
11654 | msgstr "" |
11655 | ||
807ab1f2 | 11656 | #: config/rs6000/rs6000.h:304 |
b97e55da | 11657 | msgid "Use AltiVec instructions" |
9e620082 ZW |
11658 | msgstr "" |
11659 | ||
807ab1f2 | 11660 | #: config/rs6000/rs6000.h:306 |
01b84e13 | 11661 | msgid "Do not use AltiVec instructions" |
9e620082 ZW |
11662 | msgstr "" |
11663 | ||
807ab1f2 | 11664 | #: config/rs6000/rs6000.h:308 |
b97e55da | 11665 | msgid "Use new mnemonics for PowerPC architecture" |
a47a6810 JM |
11666 | msgstr "" |
11667 | ||
807ab1f2 | 11668 | #: config/rs6000/rs6000.h:310 |
b97e55da | 11669 | msgid "Use old mnemonics for PowerPC architecture" |
9e620082 ZW |
11670 | msgstr "" |
11671 | ||
807ab1f2 | 11672 | #: config/rs6000/rs6000.h:313 |
b97e55da | 11673 | msgid "Put everything in the regular TOC" |
9e620082 ZW |
11674 | msgstr "" |
11675 | ||
807ab1f2 | 11676 | #: config/rs6000/rs6000.h:315 |
b97e55da | 11677 | msgid "Place floating point constants in TOC" |
9e620082 ZW |
11678 | msgstr "" |
11679 | ||
807ab1f2 | 11680 | #: config/rs6000/rs6000.h:317 |
01b84e13 | 11681 | msgid "Do not place floating point constants in TOC" |
1737c953 JM |
11682 | msgstr "" |
11683 | ||
807ab1f2 | 11684 | #: config/rs6000/rs6000.h:319 |
b97e55da | 11685 | msgid "Place symbol+offset constants in TOC" |
1737c953 JM |
11686 | msgstr "" |
11687 | ||
807ab1f2 | 11688 | #: config/rs6000/rs6000.h:321 |
01b84e13 | 11689 | msgid "Do not place symbol+offset constants in TOC" |
9e620082 ZW |
11690 | msgstr "" |
11691 | ||
807ab1f2 | 11692 | #: config/rs6000/rs6000.h:327 |
b97e55da | 11693 | msgid "Place variable addresses in the regular TOC" |
1737c953 JM |
11694 | msgstr "" |
11695 | ||
807ab1f2 | 11696 | #: config/rs6000/rs6000.h:333 |
b97e55da | 11697 | msgid "Generate load/store multiple instructions" |
1737c953 JM |
11698 | msgstr "" |
11699 | ||
807ab1f2 | 11700 | #: config/rs6000/rs6000.h:335 |
b97e55da | 11701 | msgid "Do not generate load/store multiple instructions" |
1737c953 JM |
11702 | msgstr "" |
11703 | ||
807ab1f2 | 11704 | #: config/rs6000/rs6000.h:337 |
b97e55da | 11705 | msgid "Generate string instructions for block moves" |
1737c953 JM |
11706 | msgstr "" |
11707 | ||
807ab1f2 | 11708 | #: config/rs6000/rs6000.h:339 |
b97e55da | 11709 | msgid "Do not generate string instructions for block moves" |
1737c953 JM |
11710 | msgstr "" |
11711 | ||
807ab1f2 | 11712 | #: config/rs6000/rs6000.h:341 |
b97e55da | 11713 | msgid "Generate load/store with update instructions" |
1737c953 JM |
11714 | msgstr "" |
11715 | ||
807ab1f2 | 11716 | #: config/rs6000/rs6000.h:343 |
b97e55da | 11717 | msgid "Do not generate load/store with update instructions" |
1737c953 JM |
11718 | msgstr "" |
11719 | ||
807ab1f2 | 11720 | #: config/rs6000/rs6000.h:347 |
01b84e13 JM |
11721 | msgid "Do not generate fused multiply/add instructions" |
11722 | msgstr "" | |
11723 | ||
807ab1f2 | 11724 | #: config/rs6000/rs6000.h:351 |
01b84e13 | 11725 | msgid "Do not schedule the start and end of the procedure" |
1737c953 JM |
11726 | msgstr "" |
11727 | ||
807ab1f2 | 11728 | #: config/rs6000/rs6000.h:357 |
b97e55da | 11729 | msgid "Return all structures in memory (AIX default)" |
1737c953 JM |
11730 | msgstr "" |
11731 | ||
807ab1f2 | 11732 | #: config/rs6000/rs6000.h:359 |
b97e55da | 11733 | msgid "Return small structures in registers (SVR4 default)" |
1737c953 JM |
11734 | msgstr "" |
11735 | ||
807ab1f2 | 11736 | #: config/rs6000/rs6000.h:365 |
01b84e13 JM |
11737 | msgid "Generate single field mfcr instruction" |
11738 | msgstr "" | |
11739 | ||
807ab1f2 | 11740 | #: config/rs6000/rs6000.h:367 |
01b84e13 JM |
11741 | msgid "Do not generate single field mfcr instruction" |
11742 | msgstr "" | |
11743 | ||
807ab1f2 | 11744 | #: config/rs6000/rs6000.h:451 config/sparc/sparc.h:709 |
b97e55da | 11745 | msgid "Use features of and schedule code for given CPU" |
1737c953 JM |
11746 | msgstr "" |
11747 | ||
807ab1f2 | 11748 | #: config/rs6000/rs6000.h:454 |
b97e55da | 11749 | msgid "Enable debug output" |
1737c953 JM |
11750 | msgstr "" |
11751 | ||
807ab1f2 | 11752 | #: config/rs6000/rs6000.h:456 |
b97e55da | 11753 | msgid "Select full, part, or no traceback table" |
a47a6810 JM |
11754 | msgstr "" |
11755 | ||
807ab1f2 | 11756 | #: config/rs6000/rs6000.h:457 |
b97e55da | 11757 | msgid "Specify ABI to use" |
a47a6810 JM |
11758 | msgstr "" |
11759 | ||
807ab1f2 | 11760 | #: config/rs6000/rs6000.h:459 |
b97e55da | 11761 | msgid "Specify size of long double (64 or 128 bits)" |
1737c953 JM |
11762 | msgstr "" |
11763 | ||
807ab1f2 | 11764 | #: config/rs6000/rs6000.h:461 |
b97e55da | 11765 | msgid "Specify yes/no if isel instructions should be generated" |
1737c953 JM |
11766 | msgstr "" |
11767 | ||
807ab1f2 | 11768 | #: config/rs6000/rs6000.h:463 |
b97e55da | 11769 | msgid "Specify yes/no if SPE SIMD instructions should be generated" |
1737c953 JM |
11770 | msgstr "" |
11771 | ||
807ab1f2 | 11772 | #: config/rs6000/rs6000.h:465 |
b97e55da | 11773 | msgid "Specify yes/no if using floating point in the GPRs" |
1737c953 JM |
11774 | msgstr "" |
11775 | ||
807ab1f2 | 11776 | #: config/rs6000/rs6000.h:467 |
b97e55da | 11777 | msgid "Specify yes/no if VRSAVE instructions should be generated for AltiVec" |
1737c953 JM |
11778 | msgstr "" |
11779 | ||
807ab1f2 | 11780 | #: config/rs6000/rs6000.h:469 |
b97e55da | 11781 | msgid "Avoid all range limits on call instructions" |
1737c953 JM |
11782 | msgstr "" |
11783 | ||
807ab1f2 | 11784 | #: config/rs6000/rs6000.h:472 |
b1b51268 JM |
11785 | msgid "Warn about deprecated 'vector long ...' AltiVec type usage" |
11786 | msgstr "" | |
11787 | ||
807ab1f2 | 11788 | #: config/rs6000/rs6000.h:475 |
b97e55da | 11789 | msgid "Determine which dependences between insns are considered costly" |
1737c953 JM |
11790 | msgstr "" |
11791 | ||
807ab1f2 | 11792 | #: config/rs6000/rs6000.h:477 |
b97e55da | 11793 | msgid "Specify which post scheduling nop insertion scheme to apply" |
1737c953 JM |
11794 | msgstr "" |
11795 | ||
807ab1f2 | 11796 | #: config/rs6000/rs6000.h:479 |
b97e55da | 11797 | msgid "Specify alignment of structure fields default/natural" |
1737c953 JM |
11798 | msgstr "" |
11799 | ||
807ab1f2 | 11800 | #: config/rs6000/rs6000.h:481 |
b97e55da | 11801 | msgid "Specify scheduling priority for dispatch slot restricted insns" |
1737c953 JM |
11802 | msgstr "" |
11803 | ||
b97e55da JM |
11804 | #. Definitions for __builtin_return_address and __builtin_frame_address. |
11805 | #. __builtin_return_address (0) should give link register (65), enable | |
11806 | #. this. | |
11807 | #. This should be uncommented, so that the link register is used, but | |
11808 | #. currently this would result in unmatched insns and spilling fixed | |
11809 | #. registers so we'll leave it for another day. When these problems are | |
11810 | #. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX. | |
11811 | #. (mrs) | |
11812 | #. #define RETURN_ADDR_IN_PREVIOUS_FRAME | |
11813 | #. Number of bytes into the frame return addresses can be found. See | |
11814 | #. rs6000_stack_info in rs6000.c for more information on how the different | |
11815 | #. abi's store the return address. | |
807ab1f2 | 11816 | #: config/rs6000/rs6000.h:1818 |
b97e55da | 11817 | msgid "RETURN_ADDRESS_OFFSET not supported" |
1737c953 JM |
11818 | msgstr "" |
11819 | ||
b97e55da JM |
11820 | #: config/rs6000/sysv4.h:87 |
11821 | msgid "Select ABI calling convention" | |
1737c953 JM |
11822 | msgstr "" |
11823 | ||
b97e55da JM |
11824 | #: config/rs6000/sysv4.h:88 |
11825 | msgid "Select method for sdata handling" | |
1737c953 JM |
11826 | msgstr "" |
11827 | ||
b97e55da JM |
11828 | #: config/rs6000/sysv4.h:100 |
11829 | msgid "Align to the base type of the bit-field" | |
1737c953 JM |
11830 | msgstr "" |
11831 | ||
b97e55da JM |
11832 | #: config/rs6000/sysv4.h:102 |
11833 | msgid "Don't align to the base type of the bit-field" | |
1737c953 JM |
11834 | msgstr "" |
11835 | ||
b97e55da JM |
11836 | #: config/rs6000/sysv4.h:104 |
11837 | msgid "Don't assume that unaligned accesses are handled by the system" | |
1737c953 JM |
11838 | msgstr "" |
11839 | ||
b97e55da JM |
11840 | #: config/rs6000/sysv4.h:106 |
11841 | msgid "Assume that unaligned accesses are handled by the system" | |
9d967a7e ZW |
11842 | msgstr "" |
11843 | ||
b97e55da JM |
11844 | #: config/rs6000/sysv4.h:108 config/rs6000/sysv4.h:112 |
11845 | msgid "Produce code relocatable at runtime" | |
9d967a7e ZW |
11846 | msgstr "" |
11847 | ||
b97e55da JM |
11848 | #: config/rs6000/sysv4.h:110 config/rs6000/sysv4.h:114 |
11849 | msgid "Don't produce code relocatable at runtime" | |
cabb228b ZW |
11850 | msgstr "" |
11851 | ||
b97e55da JM |
11852 | #: config/rs6000/sysv4.h:116 config/rs6000/sysv4.h:118 |
11853 | msgid "Produce little endian code" | |
cabb228b ZW |
11854 | msgstr "" |
11855 | ||
b97e55da JM |
11856 | #: config/rs6000/sysv4.h:120 config/rs6000/sysv4.h:122 |
11857 | msgid "Produce big endian code" | |
a47a6810 JM |
11858 | msgstr "" |
11859 | ||
b97e55da JM |
11860 | #: config/rs6000/sysv4.h:123 config/rs6000/sysv4.h:124 |
11861 | #: config/rs6000/sysv4.h:125 config/rs6000/sysv4.h:126 | |
11862 | #: config/rs6000/sysv4.h:127 config/rs6000/sysv4.h:128 | |
11863 | #: config/rs6000/sysv4.h:138 config/rs6000/sysv4.h:139 | |
11864 | #: config/rs6000/sysv4.h:151 config/rs6000/sysv4.h:157 | |
11865 | msgid "no description yet" | |
a47a6810 JM |
11866 | msgstr "" |
11867 | ||
b97e55da JM |
11868 | #: config/rs6000/sysv4.h:129 |
11869 | msgid "Use EABI" | |
9e620082 ZW |
11870 | msgstr "" |
11871 | ||
b97e55da JM |
11872 | #: config/rs6000/sysv4.h:130 |
11873 | msgid "Don't use EABI" | |
9e620082 ZW |
11874 | msgstr "" |
11875 | ||
b97e55da JM |
11876 | #: config/rs6000/sysv4.h:133 |
11877 | msgid "Do not allow bit-fields to cross word boundaries" | |
9e620082 ZW |
11878 | msgstr "" |
11879 | ||
b97e55da JM |
11880 | #: config/rs6000/sysv4.h:135 |
11881 | msgid "Use alternate register names" | |
9e620082 ZW |
11882 | msgstr "" |
11883 | ||
b97e55da JM |
11884 | #: config/rs6000/sysv4.h:137 |
11885 | msgid "Don't use alternate register names" | |
9e620082 ZW |
11886 | msgstr "" |
11887 | ||
b97e55da JM |
11888 | #: config/rs6000/sysv4.h:141 |
11889 | msgid "Link with libsim.a, libc.a and sim-crt0.o" | |
9e620082 ZW |
11890 | msgstr "" |
11891 | ||
b97e55da JM |
11892 | #: config/rs6000/sysv4.h:143 |
11893 | msgid "Link with libads.a, libc.a and crt0.o" | |
9e620082 ZW |
11894 | msgstr "" |
11895 | ||
b97e55da JM |
11896 | #: config/rs6000/sysv4.h:145 |
11897 | msgid "Link with libyk.a, libc.a and crt0.o" | |
9e620082 ZW |
11898 | msgstr "" |
11899 | ||
b97e55da JM |
11900 | #: config/rs6000/sysv4.h:147 |
11901 | msgid "Link with libmvme.a, libc.a and crt0.o" | |
9e620082 ZW |
11902 | msgstr "" |
11903 | ||
b97e55da JM |
11904 | #: config/rs6000/sysv4.h:149 |
11905 | msgid "Set the PPC_EMB bit in the ELF flags header" | |
9e620082 ZW |
11906 | msgstr "" |
11907 | ||
b97e55da JM |
11908 | #: config/rs6000/sysv4.h:150 |
11909 | msgid "Use the WindISS simulator" | |
9e620082 ZW |
11910 | msgstr "" |
11911 | ||
b97e55da JM |
11912 | #. Sometimes certain combinations of command options do not make sense |
11913 | #. on a particular target machine. You can define a macro | |
11914 | #. `OVERRIDE_OPTIONS' to take account of this. This macro, if | |
11915 | #. defined, is executed once just after all the command options have | |
11916 | #. been parsed. | |
11917 | #. | |
11918 | #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to | |
11919 | #. get control. | |
807ab1f2 | 11920 | #: config/rs6000/sysv4.h:219 |
b97e55da JM |
11921 | #, c-format |
11922 | msgid "bad value for -mcall-%s" | |
9e620082 ZW |
11923 | msgstr "" |
11924 | ||
807ab1f2 | 11925 | #: config/rs6000/sysv4.h:235 |
b97e55da JM |
11926 | #, c-format |
11927 | msgid "bad value for -msdata=%s" | |
9e620082 ZW |
11928 | msgstr "" |
11929 | ||
807ab1f2 | 11930 | #: config/rs6000/sysv4.h:252 |
b97e55da JM |
11931 | #, c-format |
11932 | msgid "-mrelocatable and -msdata=%s are incompatible" | |
9e620082 ZW |
11933 | msgstr "" |
11934 | ||
807ab1f2 | 11935 | #: config/rs6000/sysv4.h:261 |
b97e55da JM |
11936 | #, c-format |
11937 | msgid "-f%s and -msdata=%s are incompatible" | |
9e620082 ZW |
11938 | msgstr "" |
11939 | ||
807ab1f2 | 11940 | #: config/rs6000/sysv4.h:270 |
b97e55da JM |
11941 | #, c-format |
11942 | msgid "-msdata=%s and -mcall-%s are incompatible" | |
9e620082 ZW |
11943 | msgstr "" |
11944 | ||
807ab1f2 | 11945 | #: config/rs6000/sysv4.h:279 |
b97e55da | 11946 | msgid "-mrelocatable and -mno-minimal-toc are incompatible" |
9e620082 ZW |
11947 | msgstr "" |
11948 | ||
807ab1f2 | 11949 | #: config/rs6000/sysv4.h:285 |
b97e55da JM |
11950 | #, c-format |
11951 | msgid "-mrelocatable and -mcall-%s are incompatible" | |
9e620082 ZW |
11952 | msgstr "" |
11953 | ||
807ab1f2 | 11954 | #: config/rs6000/sysv4.h:292 |
b97e55da JM |
11955 | #, c-format |
11956 | msgid "-fPIC and -mcall-%s are incompatible" | |
9e620082 ZW |
11957 | msgstr "" |
11958 | ||
807ab1f2 | 11959 | #: config/rs6000/sysv4.h:299 |
b97e55da | 11960 | msgid "-mcall-aixdesc must be big endian" |
9e620082 ZW |
11961 | msgstr "" |
11962 | ||
807ab1f2 | 11963 | #: config/rs6000/sysv4.h:314 |
5b7874aa | 11964 | #, c-format |
b97e55da | 11965 | msgid "-m%s not supported in this configuration" |
9e620082 ZW |
11966 | msgstr "" |
11967 | ||
d5706a1e | 11968 | #: config/s390/s390.c:1238 |
5b7874aa | 11969 | #, c-format |
b97e55da | 11970 | msgid "Unknown cpu used in -march=%s." |
9e620082 ZW |
11971 | msgstr "" |
11972 | ||
d5706a1e | 11973 | #: config/s390/s390.c:1257 |
b97e55da JM |
11974 | #, c-format |
11975 | msgid "Unknown cpu used in -mtune=%s." | |
9e620082 ZW |
11976 | msgstr "" |
11977 | ||
d5706a1e | 11978 | #: config/s390/s390.c:1262 |
b97e55da JM |
11979 | #, c-format |
11980 | msgid "z/Architecture mode not supported on %s." | |
9e620082 ZW |
11981 | msgstr "" |
11982 | ||
d5706a1e | 11983 | #: config/s390/s390.c:1264 |
b97e55da | 11984 | msgid "64-bit ABI not supported in ESA/390 mode." |
9e620082 ZW |
11985 | msgstr "" |
11986 | ||
d5706a1e | 11987 | #: config/s390/s390.c:1270 |
807ab1f2 JM |
11988 | msgid "invalid value for -mwarn-framesize" |
11989 | msgstr "" | |
11990 | ||
d5706a1e | 11991 | #: config/s390/s390.c:1280 |
807ab1f2 JM |
11992 | msgid "invalid value for -mstack-size" |
11993 | msgstr "" | |
11994 | ||
d5706a1e | 11995 | #: config/s390/s390.c:1283 |
807ab1f2 JM |
11996 | msgid "stack size must be an exact power of 2" |
11997 | msgstr "" | |
11998 | ||
d5706a1e | 11999 | #: config/s390/s390.c:1289 |
807ab1f2 JM |
12000 | msgid "invalid value for -mstack-guard" |
12001 | msgstr "" | |
12002 | ||
d5706a1e | 12003 | #: config/s390/s390.c:1292 |
807ab1f2 JM |
12004 | msgid "stack size must be greater than the stack guard value" |
12005 | msgstr "" | |
12006 | ||
d5706a1e | 12007 | #: config/s390/s390.c:1295 |
807ab1f2 JM |
12008 | msgid "stack guard value must be an exact power of 2" |
12009 | msgstr "" | |
12010 | ||
d5706a1e | 12011 | #: config/s390/s390.c:1298 |
807ab1f2 JM |
12012 | msgid "-mstack-size implies use of -mstack-guard" |
12013 | msgstr "" | |
12014 | ||
d5706a1e | 12015 | #: config/s390/s390.c:1302 |
807ab1f2 JM |
12016 | msgid "-mstack-guard implies use of -mstack-size" |
12017 | msgstr "" | |
12018 | ||
d5706a1e | 12019 | #: config/s390/s390.c:3995 |
b97e55da | 12020 | msgid "Cannot decompose address." |
a47a6810 JM |
12021 | msgstr "" |
12022 | ||
d5706a1e | 12023 | #: config/s390/s390.c:4166 |
b97e55da | 12024 | msgid "UNKNOWN in print_operand !?" |
a47a6810 JM |
12025 | msgstr "" |
12026 | ||
d5706a1e | 12027 | #: config/s390/s390.c:6212 |
b97e55da | 12028 | msgid "Total size of local variables exceeds architecture limit." |
a47a6810 JM |
12029 | msgstr "" |
12030 | ||
d5706a1e | 12031 | #: config/s390/s390.c:6751 |
807ab1f2 JM |
12032 | #, c-format |
12033 | msgid "frame size of `%s' is " | |
12034 | msgstr "" | |
12035 | ||
d5706a1e | 12036 | #: config/s390/s390.c:6751 |
807ab1f2 | 12037 | msgid " bytes" |
a47a6810 JM |
12038 | msgstr "" |
12039 | ||
d5706a1e | 12040 | #: config/s390/s390.c:6755 |
807ab1f2 JM |
12041 | #, c-format |
12042 | msgid "`%s' uses dynamic stack allocation" | |
a47a6810 JM |
12043 | msgstr "" |
12044 | ||
de104104 | 12045 | #: config/s390/s390.h:137 |
b97e55da | 12046 | msgid "Use bras for executable < 64k" |
a47a6810 JM |
12047 | msgstr "" |
12048 | ||
de104104 | 12049 | #: config/s390/s390.h:138 |
b97e55da | 12050 | msgid "Don't use bras" |
a47a6810 JM |
12051 | msgstr "" |
12052 | ||
de104104 | 12053 | #: config/s390/s390.h:139 |
b97e55da | 12054 | msgid "Additional debug prints" |
a47a6810 JM |
12055 | msgstr "" |
12056 | ||
de104104 | 12057 | #: config/s390/s390.h:140 |
b97e55da | 12058 | msgid "Don't print additional debug prints" |
a47a6810 JM |
12059 | msgstr "" |
12060 | ||
de104104 | 12061 | #: config/s390/s390.h:141 |
b97e55da | 12062 | msgid "64 bit ABI" |
a47a6810 JM |
12063 | msgstr "" |
12064 | ||
de104104 | 12065 | #: config/s390/s390.h:142 |
b97e55da | 12066 | msgid "31 bit ABI" |
a47a6810 JM |
12067 | msgstr "" |
12068 | ||
de104104 | 12069 | #: config/s390/s390.h:143 |
b97e55da | 12070 | msgid "z/Architecture" |
a47a6810 JM |
12071 | msgstr "" |
12072 | ||
de104104 | 12073 | #: config/s390/s390.h:144 |
b97e55da | 12074 | msgid "ESA/390 architecture" |
a47a6810 JM |
12075 | msgstr "" |
12076 | ||
de104104 | 12077 | #: config/s390/s390.h:145 |
b97e55da | 12078 | msgid "mvcle use" |
a47a6810 JM |
12079 | msgstr "" |
12080 | ||
de104104 | 12081 | #: config/s390/s390.h:146 |
b97e55da | 12082 | msgid "mvc&ex" |
a47a6810 JM |
12083 | msgstr "" |
12084 | ||
de104104 | 12085 | #: config/s390/s390.h:147 |
807ab1f2 | 12086 | msgid "enable tpf OS tracing code" |
a47a6810 JM |
12087 | msgstr "" |
12088 | ||
de104104 | 12089 | #: config/s390/s390.h:148 |
807ab1f2 | 12090 | msgid "disable tpf OS tracing code" |
a47a6810 JM |
12091 | msgstr "" |
12092 | ||
de104104 | 12093 | #: config/s390/s390.h:149 |
b97e55da | 12094 | msgid "disable fused multiply/add instructions" |
a47a6810 JM |
12095 | msgstr "" |
12096 | ||
de104104 | 12097 | #: config/s390/s390.h:150 |
b97e55da | 12098 | msgid "enable fused multiply/add instructions" |
a47a6810 JM |
12099 | msgstr "" |
12100 | ||
de104104 | 12101 | #: config/s390/s390.h:159 |
807ab1f2 JM |
12102 | msgid "Set backchain" |
12103 | msgstr "" | |
12104 | ||
de104104 | 12105 | #: config/s390/s390.h:161 |
807ab1f2 JM |
12106 | msgid "Do not set backchain" |
12107 | msgstr "" | |
12108 | ||
de104104 | 12109 | #: config/s390/s390.h:163 |
807ab1f2 JM |
12110 | msgid "Set backchain appropriate for the linux kernel" |
12111 | msgstr "" | |
12112 | ||
de104104 | 12113 | #: config/s390/s390.h:165 |
807ab1f2 JM |
12114 | msgid "Warn if a single function's framesize exceeds the given framesize" |
12115 | msgstr "" | |
12116 | ||
de104104 | 12117 | #: config/s390/s390.h:168 |
807ab1f2 JM |
12118 | msgid "Warn if a function uses alloca or creates an array with dynamic size" |
12119 | msgstr "" | |
12120 | ||
de104104 | 12121 | #: config/s390/s390.h:171 |
807ab1f2 JM |
12122 | msgid "" |
12123 | "Emit extra code in the function prologue in order to trap if the stacksize " | |
12124 | "exceeds the given limit" | |
12125 | msgstr "" | |
12126 | ||
de104104 | 12127 | #: config/s390/s390.h:174 |
807ab1f2 JM |
12128 | msgid "" |
12129 | "Set the max. number of bytes which has to be left to stack size before a " | |
12130 | "trap instruction is triggered" | |
12131 | msgstr "" | |
12132 | ||
d5706a1e | 12133 | #: config/sh/sh.c:6183 |
b97e55da | 12134 | msgid "__builtin_saveregs not supported by this subtarget" |
a47a6810 JM |
12135 | msgstr "" |
12136 | ||
d5706a1e | 12137 | #: config/sh/sh.c:7152 |
b97e55da | 12138 | msgid "attribute interrupt_handler is not compatible with -m5-compact" |
a47a6810 JM |
12139 | msgstr "" |
12140 | ||
b97e55da | 12141 | #. The sp_switch attribute only has meaning for interrupt functions. |
d5706a1e | 12142 | #: config/sh/sh.c:7174 config/sh/sh.c:7209 |
b97e55da JM |
12143 | #, c-format |
12144 | msgid "`%s' attribute only applies to interrupt functions" | |
a47a6810 JM |
12145 | msgstr "" |
12146 | ||
807ab1f2 | 12147 | #. The argument must be a constant string. |
d5706a1e | 12148 | #: config/sh/sh.c:7181 |
807ab1f2 JM |
12149 | #, c-format |
12150 | msgid "`%s' attribute argument not a string constant" | |
12151 | msgstr "" | |
12152 | ||
12153 | #. The argument must be a constant integer. | |
d5706a1e | 12154 | #: config/sh/sh.c:7216 |
807ab1f2 JM |
12155 | #, c-format |
12156 | msgid "`%s' attribute argument not an integer constant" | |
12157 | msgstr "" | |
12158 | ||
d5706a1e | 12159 | #: config/sh/sh.c:7344 |
a05e4fdb JM |
12160 | #, c-format |
12161 | msgid "created and used with differing settings of `-m%s'" | |
12162 | msgstr "" | |
12163 | ||
807ab1f2 JM |
12164 | #: config/sh/symbian.c:147 |
12165 | msgid "" | |
12166 | "%H function '%D' is defined after prior declaration as dllimport: attribute " | |
12167 | "ignored" | |
12168 | msgstr "" | |
12169 | ||
12170 | #: config/sh/symbian.c:158 | |
12171 | msgid "%Hinline function '%D' is declared as dllimport: attribute ignored." | |
12172 | msgstr "" | |
12173 | ||
12174 | #: config/sh/symbian.c:171 | |
12175 | msgid "%Hdefinition of static data member '%D' of dllimport'd class." | |
12176 | msgstr "" | |
12177 | ||
12178 | #: config/sh/symbian.c:286 | |
12179 | msgid "" | |
12180 | "%Hfailure in redeclaration of '%D': dllimport'd symbol lacks external " | |
12181 | "linkage." | |
12182 | msgstr "" | |
12183 | ||
12184 | #: config/sh/symbian.c:332 | |
12185 | msgid "%H%s '%D' %s after being referenced with dllimport linkage." | |
12186 | msgstr "" | |
12187 | ||
12188 | #: config/sh/symbian.c:436 | |
12189 | msgid "%Hvariable `%D' definition is marked dllimport." | |
12190 | msgstr "" | |
12191 | ||
12192 | #: config/sh/symbian.c:511 | |
12193 | msgid "%Hexternal linkage required for symbol '%D' because of '%s' attribute." | |
a47a6810 JM |
12194 | msgstr "" |
12195 | ||
de104104 | 12196 | #: config/sh/symbian.c:893 cp/tree.c:2355 |
b97e55da | 12197 | #, c-format |
807ab1f2 | 12198 | msgid "lang_* check: failed in %s, at %s:%d" |
a47a6810 JM |
12199 | msgstr "" |
12200 | ||
b97e55da JM |
12201 | #. There are no delay slots on SHmedia. |
12202 | #. Relaxation isn't yet supported for SHmedia | |
12203 | #. -fprofile-arcs needs a working libgcov . In unified tree configurations with newlib, this requires to configure with --with-newlib --with-headers. But there is no way to check here we have a working libgcov, so just assume that we have. | |
807ab1f2 | 12204 | #: config/sh/sh.h:754 |
b97e55da | 12205 | msgid "Profiling is not supported on this target." |
a47a6810 JM |
12206 | msgstr "" |
12207 | ||
de104104 | 12208 | #: config/sparc/sparc.c:557 |
b97e55da JM |
12209 | #, c-format |
12210 | msgid "%s is not supported by this configuration" | |
a47a6810 JM |
12211 | msgstr "" |
12212 | ||
de104104 | 12213 | #: config/sparc/sparc.c:564 |
b97e55da | 12214 | msgid "-mlong-double-64 not allowed with -m64" |
a47a6810 JM |
12215 | msgstr "" |
12216 | ||
de104104 | 12217 | #: config/sparc/sparc.c:589 |
b97e55da | 12218 | msgid "-mcmodel= is not supported on 32 bit systems" |
a47a6810 JM |
12219 | msgstr "" |
12220 | ||
de104104 | 12221 | #: config/sparc/sparc.c:7106 config/sparc/sparc.c:7112 |
b97e55da JM |
12222 | #, c-format |
12223 | msgid "invalid %%Y operand" | |
9e620082 ZW |
12224 | msgstr "" |
12225 | ||
de104104 | 12226 | #: config/sparc/sparc.c:7182 |
b97e55da JM |
12227 | #, c-format |
12228 | msgid "invalid %%A operand" | |
9e620082 ZW |
12229 | msgstr "" |
12230 | ||
de104104 | 12231 | #: config/sparc/sparc.c:7192 |
b97e55da JM |
12232 | #, c-format |
12233 | msgid "invalid %%B operand" | |
9e620082 ZW |
12234 | msgstr "" |
12235 | ||
de104104 | 12236 | #: config/sparc/sparc.c:7231 |
b97e55da JM |
12237 | #, c-format |
12238 | msgid "invalid %%c operand" | |
9e620082 ZW |
12239 | msgstr "" |
12240 | ||
de104104 | 12241 | #: config/sparc/sparc.c:7232 |
b97e55da JM |
12242 | #, c-format |
12243 | msgid "invalid %%C operand" | |
9e620082 ZW |
12244 | msgstr "" |
12245 | ||
de104104 | 12246 | #: config/sparc/sparc.c:7253 |
b97e55da JM |
12247 | #, c-format |
12248 | msgid "invalid %%d operand" | |
9e620082 ZW |
12249 | msgstr "" |
12250 | ||
de104104 | 12251 | #: config/sparc/sparc.c:7254 |
b97e55da JM |
12252 | #, c-format |
12253 | msgid "invalid %%D operand" | |
9e620082 ZW |
12254 | msgstr "" |
12255 | ||
de104104 | 12256 | #: config/sparc/sparc.c:7270 |
b97e55da JM |
12257 | #, c-format |
12258 | msgid "invalid %%f operand" | |
9e620082 ZW |
12259 | msgstr "" |
12260 | ||
de104104 | 12261 | #: config/sparc/sparc.c:7284 |
b97e55da JM |
12262 | #, c-format |
12263 | msgid "invalid %%s operand" | |
9e620082 ZW |
12264 | msgstr "" |
12265 | ||
de104104 | 12266 | #: config/sparc/sparc.c:7338 |
b97e55da | 12267 | msgid "long long constant not a valid immediate operand" |
9e620082 ZW |
12268 | msgstr "" |
12269 | ||
de104104 | 12270 | #: config/sparc/sparc.c:7341 |
b97e55da | 12271 | msgid "floating point constant not a valid immediate operand" |
9e620082 ZW |
12272 | msgstr "" |
12273 | ||
807ab1f2 | 12274 | #: config/sparc/freebsd.h:77 config/sparc/linux.h:86 |
b1b51268 | 12275 | #: config/sparc/linux64.h:106 config/sparc/netbsd-elf.h:211 |
b06c20ee JM |
12276 | msgid "Use 64 bit long doubles" |
12277 | msgstr "" | |
12278 | ||
807ab1f2 | 12279 | #: config/sparc/freebsd.h:78 config/sparc/linux.h:87 |
b1b51268 | 12280 | #: config/sparc/linux64.h:107 config/sparc/netbsd-elf.h:212 |
b97e55da | 12281 | msgid "Use 128 bit long doubles" |
9e620082 ZW |
12282 | msgstr "" |
12283 | ||
b97e55da JM |
12284 | #: config/sparc/sp64-elf.h:90 |
12285 | msgid "Generate code for big endian" | |
9e620082 ZW |
12286 | msgstr "" |
12287 | ||
b97e55da JM |
12288 | #: config/sparc/sp64-elf.h:91 |
12289 | msgid "Generate code for little endian" | |
9e620082 ZW |
12290 | msgstr "" |
12291 | ||
01b84e13 | 12292 | #: config/sparc/sp86x-elf.h:68 |
b97e55da | 12293 | msgid "Use little-endian byte order for data" |
9e620082 ZW |
12294 | msgstr "" |
12295 | ||
807ab1f2 | 12296 | #: config/sparc/sparc.h:626 |
b97e55da | 12297 | msgid "Assume possible double misalignment" |
9e620082 ZW |
12298 | msgstr "" |
12299 | ||
807ab1f2 | 12300 | #: config/sparc/sparc.h:628 |
b97e55da | 12301 | msgid "Assume all doubles are aligned" |
9e620082 ZW |
12302 | msgstr "" |
12303 | ||
807ab1f2 | 12304 | #: config/sparc/sparc.h:630 |
b97e55da | 12305 | msgid "Pass -assert pure-text to linker" |
9e620082 ZW |
12306 | msgstr "" |
12307 | ||
807ab1f2 | 12308 | #: config/sparc/sparc.h:632 |
b97e55da | 12309 | msgid "Do not pass -assert pure-text to linker" |
9e620082 ZW |
12310 | msgstr "" |
12311 | ||
807ab1f2 | 12312 | #: config/sparc/sparc.h:634 |
b97e55da | 12313 | msgid "Use ABI reserved registers" |
d9b2742a ZW |
12314 | msgstr "" |
12315 | ||
807ab1f2 | 12316 | #: config/sparc/sparc.h:636 |
b97e55da | 12317 | msgid "Do not use ABI reserved registers" |
d9b2742a ZW |
12318 | msgstr "" |
12319 | ||
807ab1f2 | 12320 | #: config/sparc/sparc.h:638 |
b97e55da | 12321 | msgid "Use hardware quad fp instructions" |
d9b2742a ZW |
12322 | msgstr "" |
12323 | ||
807ab1f2 | 12324 | #: config/sparc/sparc.h:640 |
b97e55da | 12325 | msgid "Do not use hardware quad fp instructions" |
d9b2742a ZW |
12326 | msgstr "" |
12327 | ||
807ab1f2 | 12328 | #: config/sparc/sparc.h:642 |
b97e55da | 12329 | msgid "Compile for v8plus ABI" |
d9b2742a ZW |
12330 | msgstr "" |
12331 | ||
807ab1f2 | 12332 | #: config/sparc/sparc.h:644 |
b97e55da | 12333 | msgid "Do not compile for v8plus ABI" |
d9b2742a ZW |
12334 | msgstr "" |
12335 | ||
807ab1f2 | 12336 | #: config/sparc/sparc.h:646 |
b97e55da | 12337 | msgid "Utilize Visual Instruction Set" |
a47a6810 JM |
12338 | msgstr "" |
12339 | ||
807ab1f2 | 12340 | #: config/sparc/sparc.h:648 |
b97e55da | 12341 | msgid "Do not utilize Visual Instruction Set" |
a47a6810 JM |
12342 | msgstr "" |
12343 | ||
807ab1f2 | 12344 | #: config/sparc/sparc.h:650 |
b97e55da | 12345 | msgid "Pointers are 64-bit" |
9e620082 ZW |
12346 | msgstr "" |
12347 | ||
807ab1f2 | 12348 | #: config/sparc/sparc.h:652 |
b97e55da | 12349 | msgid "Pointers are 32-bit" |
9e620082 ZW |
12350 | msgstr "" |
12351 | ||
807ab1f2 | 12352 | #: config/sparc/sparc.h:654 |
b97e55da | 12353 | msgid "Use 32-bit ABI" |
9e620082 ZW |
12354 | msgstr "" |
12355 | ||
807ab1f2 | 12356 | #: config/sparc/sparc.h:656 |
b97e55da | 12357 | msgid "Use 64-bit ABI" |
1737c953 JM |
12358 | msgstr "" |
12359 | ||
807ab1f2 | 12360 | #: config/sparc/sparc.h:658 |
b97e55da | 12361 | msgid "Use stack bias" |
1737c953 JM |
12362 | msgstr "" |
12363 | ||
807ab1f2 | 12364 | #: config/sparc/sparc.h:660 |
b97e55da | 12365 | msgid "Do not use stack bias" |
d9b2742a ZW |
12366 | msgstr "" |
12367 | ||
807ab1f2 | 12368 | #: config/sparc/sparc.h:662 |
b97e55da | 12369 | msgid "Use structs on stronger alignment for double-word copies" |
9e620082 ZW |
12370 | msgstr "" |
12371 | ||
807ab1f2 | 12372 | #: config/sparc/sparc.h:664 |
b97e55da | 12373 | msgid "Do not use structs on stronger alignment for double-word copies" |
a47a6810 JM |
12374 | msgstr "" |
12375 | ||
807ab1f2 | 12376 | #: config/sparc/sparc.h:666 |
b97e55da | 12377 | msgid "Optimize tail call instructions in assembler and linker" |
a47a6810 JM |
12378 | msgstr "" |
12379 | ||
807ab1f2 | 12380 | #: config/sparc/sparc.h:668 |
b97e55da | 12381 | msgid "Do not optimize tail call instructions in assembler or linker" |
cabb228b ZW |
12382 | msgstr "" |
12383 | ||
807ab1f2 | 12384 | #: config/sparc/sparc.h:713 |
b97e55da | 12385 | msgid "Use given SPARC code model" |
cabb228b ZW |
12386 | msgstr "" |
12387 | ||
807ab1f2 | 12388 | #: config/stormy16/stormy16.c:528 |
b97e55da | 12389 | msgid "Constant halfword load operand out of range." |
a47a6810 JM |
12390 | msgstr "" |
12391 | ||
807ab1f2 | 12392 | #: config/stormy16/stormy16.c:538 |
b97e55da | 12393 | msgid "Constant arithmetic operand out of range." |
a47a6810 JM |
12394 | msgstr "" |
12395 | ||
807ab1f2 | 12396 | #: config/stormy16/stormy16.c:1224 |
b97e55da | 12397 | msgid "Local variable memory requirements exceed capacity." |
a47a6810 JM |
12398 | msgstr "" |
12399 | ||
807ab1f2 | 12400 | #: config/stormy16/stormy16.c:1390 |
b97e55da | 12401 | msgid "function_profiler support" |
a47a6810 JM |
12402 | msgstr "" |
12403 | ||
807ab1f2 | 12404 | #: config/stormy16/stormy16.c:1479 |
b97e55da | 12405 | msgid "cannot use va_start in interrupt function" |
9d967a7e ZW |
12406 | msgstr "" |
12407 | ||
807ab1f2 | 12408 | #: config/stormy16/stormy16.c:1921 config/stormy16/stormy16.c:1992 |
b97e55da | 12409 | msgid "`B' operand is not constant" |
9e620082 ZW |
12410 | msgstr "" |
12411 | ||
807ab1f2 | 12412 | #: config/stormy16/stormy16.c:1948 |
b97e55da | 12413 | msgid "`B' operand has multiple bits set" |
9e620082 ZW |
12414 | msgstr "" |
12415 | ||
807ab1f2 | 12416 | #: config/stormy16/stormy16.c:1974 |
b97e55da | 12417 | msgid "`o' operand is not constant" |
9e620082 ZW |
12418 | msgstr "" |
12419 | ||
807ab1f2 | 12420 | #: config/stormy16/stormy16.c:2006 |
b97e55da | 12421 | msgid "xstormy16_print_operand: unknown code" |
9e620082 ZW |
12422 | msgstr "" |
12423 | ||
807ab1f2 | 12424 | #: config/stormy16/stormy16.c:2052 |
9e620082 | 12425 | #, c-format |
b97e55da | 12426 | msgid "switch statement of size %lu entries too large" |
9e620082 ZW |
12427 | msgstr "" |
12428 | ||
807ab1f2 JM |
12429 | #: config/stormy16/stormy16.c:2434 |
12430 | msgid "`__BELOW100__' attribute only applies to variables" | |
12431 | msgstr "" | |
12432 | ||
12433 | #: config/stormy16/stormy16.c:2441 | |
12434 | msgid "__BELOW100__ attribute not allowed with auto storage class." | |
12435 | msgstr "" | |
12436 | ||
b97e55da JM |
12437 | #: config/v850/v850-c.c:67 |
12438 | msgid "#pragma GHS endXXXX found without previous startXXX" | |
9e620082 ZW |
12439 | msgstr "" |
12440 | ||
b97e55da JM |
12441 | #: config/v850/v850-c.c:69 |
12442 | msgid "#pragma GHS endXXX does not match previous startXXX" | |
9e620082 ZW |
12443 | msgstr "" |
12444 | ||
b97e55da JM |
12445 | #: config/v850/v850-c.c:94 |
12446 | msgid "cannot set interrupt attribute: no current function" | |
9e620082 ZW |
12447 | msgstr "" |
12448 | ||
b97e55da JM |
12449 | #: config/v850/v850-c.c:102 |
12450 | msgid "cannot set interrupt attribute: no such identifier" | |
12451 | msgstr "" | |
12452 | ||
12453 | #: config/v850/v850-c.c:147 | |
12454 | msgid "junk at end of #pragma ghs section" | |
9e620082 ZW |
12455 | msgstr "" |
12456 | ||
b97e55da | 12457 | #: config/v850/v850-c.c:164 |
9e620082 | 12458 | #, c-format |
b97e55da | 12459 | msgid "unrecognized section name \"%s\"" |
9e620082 ZW |
12460 | msgstr "" |
12461 | ||
b97e55da JM |
12462 | #: config/v850/v850-c.c:179 |
12463 | msgid "malformed #pragma ghs section" | |
9d967a7e ZW |
12464 | msgstr "" |
12465 | ||
b97e55da JM |
12466 | #: config/v850/v850-c.c:198 |
12467 | msgid "junk at end of #pragma ghs interrupt" | |
9d967a7e ZW |
12468 | msgstr "" |
12469 | ||
b97e55da JM |
12470 | #: config/v850/v850-c.c:209 |
12471 | msgid "junk at end of #pragma ghs starttda" | |
9d967a7e ZW |
12472 | msgstr "" |
12473 | ||
b97e55da JM |
12474 | #: config/v850/v850-c.c:220 |
12475 | msgid "junk at end of #pragma ghs startsda" | |
9d967a7e ZW |
12476 | msgstr "" |
12477 | ||
b97e55da JM |
12478 | #: config/v850/v850-c.c:231 |
12479 | msgid "junk at end of #pragma ghs startzda" | |
9d967a7e ZW |
12480 | msgstr "" |
12481 | ||
b97e55da JM |
12482 | #: config/v850/v850-c.c:242 |
12483 | msgid "junk at end of #pragma ghs endtda" | |
9d967a7e ZW |
12484 | msgstr "" |
12485 | ||
b97e55da JM |
12486 | #: config/v850/v850-c.c:253 |
12487 | msgid "junk at end of #pragma ghs endsda" | |
d9b2742a ZW |
12488 | msgstr "" |
12489 | ||
b97e55da JM |
12490 | #: config/v850/v850-c.c:264 |
12491 | msgid "junk at end of #pragma ghs endzda" | |
d9b2742a ZW |
12492 | msgstr "" |
12493 | ||
807ab1f2 | 12494 | #: config/v850/v850.c:163 |
b97e55da JM |
12495 | #, c-format |
12496 | msgid "%s=%s is not numeric" | |
d9b2742a ZW |
12497 | msgstr "" |
12498 | ||
807ab1f2 | 12499 | #: config/v850/v850.c:170 |
b97e55da JM |
12500 | #, c-format |
12501 | msgid "%s=%s is too large" | |
d9b2742a ZW |
12502 | msgstr "" |
12503 | ||
807ab1f2 | 12504 | #: config/v850/v850.c:336 |
b97e55da | 12505 | msgid "const_double_split got a bad insn:" |
d9b2742a ZW |
12506 | msgstr "" |
12507 | ||
807ab1f2 | 12508 | #: config/v850/v850.c:901 |
b97e55da | 12509 | msgid "output_move_single:" |
d9b2742a ZW |
12510 | msgstr "" |
12511 | ||
807ab1f2 | 12512 | #: config/v850/v850.c:2243 |
b97e55da | 12513 | msgid "%Jdata area attributes cannot be specified for local variables" |
d9b2742a ZW |
12514 | msgstr "" |
12515 | ||
807ab1f2 | 12516 | #: config/v850/v850.c:2254 |
b97e55da | 12517 | msgid "%Jdata area of '%D' conflicts with previous declaration" |
d9b2742a ZW |
12518 | msgstr "" |
12519 | ||
807ab1f2 | 12520 | #: config/v850/v850.c:2453 |
b97e55da JM |
12521 | #, c-format |
12522 | msgid "bogus JR construction: %d\n" | |
d9b2742a ZW |
12523 | msgstr "" |
12524 | ||
807ab1f2 | 12525 | #: config/v850/v850.c:2474 config/v850/v850.c:2677 |
b97e55da JM |
12526 | #, c-format |
12527 | msgid "bad amount of stack space removal: %d" | |
d9b2742a ZW |
12528 | msgstr "" |
12529 | ||
807ab1f2 | 12530 | #: config/v850/v850.c:2653 |
b97e55da JM |
12531 | #, c-format |
12532 | msgid "bogus JARL construction: %d\n" | |
d9b2742a ZW |
12533 | msgstr "" |
12534 | ||
807ab1f2 | 12535 | #: config/v850/v850.c:3023 |
b97e55da JM |
12536 | #, c-format |
12537 | msgid "Bogus DISPOSE construction: %d\n" | |
d9b2742a ZW |
12538 | msgstr "" |
12539 | ||
807ab1f2 | 12540 | #: config/v850/v850.c:3045 |
b97e55da JM |
12541 | #, c-format |
12542 | msgid "Too much stack space to dispose of: %d" | |
d9b2742a ZW |
12543 | msgstr "" |
12544 | ||
807ab1f2 | 12545 | #: config/v850/v850.c:3218 |
b97e55da JM |
12546 | #, c-format |
12547 | msgid "Bogus PREPEARE construction: %d\n" | |
d9b2742a ZW |
12548 | msgstr "" |
12549 | ||
807ab1f2 | 12550 | #: config/v850/v850.c:3240 |
b97e55da JM |
12551 | #, c-format |
12552 | msgid "Too much stack space to prepare: %d" | |
d9b2742a ZW |
12553 | msgstr "" |
12554 | ||
5b7874aa ZW |
12555 | #. Macro to define tables used to set the flags. |
12556 | #. This is a list in braces of pairs in braces, | |
12557 | #. each pair being { "NAME", VALUE } | |
12558 | #. where VALUE is the bits to set or minus the bits to clear. | |
12559 | #. An empty string NAME is used to identify the default VALUE. | |
b97e55da JM |
12560 | #: config/v850/v850.h:174 |
12561 | msgid "Support Green Hills ABI" | |
9e620082 ZW |
12562 | msgstr "" |
12563 | ||
b97e55da JM |
12564 | #: config/v850/v850.h:177 |
12565 | msgid "Prohibit PC relative function calls" | |
9e620082 ZW |
12566 | msgstr "" |
12567 | ||
b97e55da JM |
12568 | #: config/v850/v850.h:180 |
12569 | msgid "Reuse r30 on a per function basis" | |
9e620082 ZW |
12570 | msgstr "" |
12571 | ||
b97e55da JM |
12572 | #: config/v850/v850.h:183 |
12573 | msgid "Use stubs for function prologues" | |
9e620082 ZW |
12574 | msgstr "" |
12575 | ||
b97e55da JM |
12576 | #: config/v850/v850.h:186 |
12577 | msgid "Same as: -mep -mprolog-function" | |
9e620082 ZW |
12578 | msgstr "" |
12579 | ||
b97e55da JM |
12580 | #: config/v850/v850.h:187 |
12581 | msgid "Enable backend debugging" | |
9e620082 ZW |
12582 | msgstr "" |
12583 | ||
b97e55da JM |
12584 | #: config/v850/v850.h:189 |
12585 | msgid "Compile for the v850 processor" | |
9e620082 ZW |
12586 | msgstr "" |
12587 | ||
b97e55da JM |
12588 | #: config/v850/v850.h:191 |
12589 | msgid "Compile for v850e1 processor" | |
9e620082 ZW |
12590 | msgstr "" |
12591 | ||
b97e55da JM |
12592 | #. Make sure that the other bits are cleared. |
12593 | #: config/v850/v850.h:193 | |
12594 | msgid "Compile for v850e processor" | |
9e620082 ZW |
12595 | msgstr "" |
12596 | ||
b97e55da JM |
12597 | #. Make sure that the other bits are cleared. |
12598 | #: config/v850/v850.h:195 | |
12599 | msgid "Enable the use of the short load instructions" | |
9e620082 ZW |
12600 | msgstr "" |
12601 | ||
b97e55da JM |
12602 | #: config/v850/v850.h:198 |
12603 | msgid "Do not use the callt instruction" | |
9e620082 ZW |
12604 | msgstr "" |
12605 | ||
b97e55da JM |
12606 | #: config/v850/v850.h:205 |
12607 | msgid "Do not use registers r2 and r5" | |
5b7874aa ZW |
12608 | msgstr "" |
12609 | ||
b97e55da JM |
12610 | #: config/v850/v850.h:207 |
12611 | msgid "Enforce strict alignment" | |
1737c953 JM |
12612 | msgstr "" |
12613 | ||
b97e55da JM |
12614 | #: config/v850/v850.h:210 |
12615 | msgid "Use 4 byte entries in switch tables" | |
1737c953 JM |
12616 | msgstr "" |
12617 | ||
b97e55da JM |
12618 | #: config/v850/v850.h:236 |
12619 | msgid "Set the max size of data eligible for the TDA area" | |
5b7874aa ZW |
12620 | msgstr "" |
12621 | ||
b97e55da JM |
12622 | #: config/v850/v850.h:239 |
12623 | msgid "Set the max size of data eligible for the SDA area" | |
5b7874aa ZW |
12624 | msgstr "" |
12625 | ||
b97e55da JM |
12626 | #: config/v850/v850.h:242 |
12627 | msgid "Set the max size of data eligible for the ZDA area" | |
5b7874aa ZW |
12628 | msgstr "" |
12629 | ||
807ab1f2 JM |
12630 | #: config/xtensa/xtensa.c:1014 config/xtensa/xtensa.c:1046 |
12631 | #: config/xtensa/xtensa.c:1055 | |
12632 | msgid "bad test" | |
12633 | msgstr "" | |
12634 | ||
12635 | #: config/xtensa/xtensa.c:1774 | |
b97e55da | 12636 | msgid "boolean registers required for the floating-point option" |
5b7874aa ZW |
12637 | msgstr "" |
12638 | ||
807ab1f2 | 12639 | #: config/xtensa/xtensa.c:1820 |
b97e55da JM |
12640 | #, c-format |
12641 | msgid "-f%s is not supported with CONST16 instructions" | |
5b7874aa ZW |
12642 | msgstr "" |
12643 | ||
807ab1f2 | 12644 | #: config/xtensa/xtensa.c:1825 |
b97e55da | 12645 | msgid "PIC is required but not supported with CONST16 instructions" |
5b7874aa ZW |
12646 | msgstr "" |
12647 | ||
807ab1f2 | 12648 | #: config/xtensa/xtensa.c:1895 |
b97e55da JM |
12649 | #, c-format |
12650 | msgid "invalid %%D value" | |
5b7874aa ZW |
12651 | msgstr "" |
12652 | ||
807ab1f2 | 12653 | #: config/xtensa/xtensa.c:1932 |
b97e55da | 12654 | msgid "invalid mask" |
5b7874aa ZW |
12655 | msgstr "" |
12656 | ||
807ab1f2 | 12657 | #: config/xtensa/xtensa.c:1958 |
b97e55da JM |
12658 | #, c-format |
12659 | msgid "invalid %%x value" | |
5b7874aa ZW |
12660 | msgstr "" |
12661 | ||
807ab1f2 | 12662 | #: config/xtensa/xtensa.c:1965 |
b97e55da JM |
12663 | #, c-format |
12664 | msgid "invalid %%d value" | |
5b7874aa ZW |
12665 | msgstr "" |
12666 | ||
807ab1f2 | 12667 | #: config/xtensa/xtensa.c:1986 config/xtensa/xtensa.c:1996 |
b97e55da JM |
12668 | #, c-format |
12669 | msgid "invalid %%t/%%b value" | |
5b7874aa ZW |
12670 | msgstr "" |
12671 | ||
807ab1f2 | 12672 | #: config/xtensa/xtensa.c:2038 |
b97e55da | 12673 | msgid "invalid address" |
5b7874aa ZW |
12674 | msgstr "" |
12675 | ||
807ab1f2 | 12676 | #: config/xtensa/xtensa.c:2063 |
b97e55da | 12677 | msgid "no register in address" |
5b7874aa ZW |
12678 | msgstr "" |
12679 | ||
807ab1f2 | 12680 | #: config/xtensa/xtensa.c:2071 |
b97e55da | 12681 | msgid "address offset not a constant" |
5b7874aa ZW |
12682 | msgstr "" |
12683 | ||
807ab1f2 | 12684 | #: config/xtensa/xtensa.c:2672 |
b97e55da | 12685 | msgid "only uninitialized variables can be placed in a .bss section" |
5b7874aa ZW |
12686 | msgstr "" |
12687 | ||
b97e55da JM |
12688 | #: config/xtensa/xtensa.h:79 |
12689 | msgid "Use CONST16 instruction to load constants" | |
1737c953 JM |
12690 | msgstr "" |
12691 | ||
b97e55da JM |
12692 | #: config/xtensa/xtensa.h:81 |
12693 | msgid "Use PC-relative L32R instruction to load constants" | |
1737c953 JM |
12694 | msgstr "" |
12695 | ||
b97e55da JM |
12696 | #: config/xtensa/xtensa.h:83 |
12697 | msgid "Disable fused multiply/add and multiply/subtract FP instructions" | |
a47a6810 JM |
12698 | msgstr "" |
12699 | ||
b97e55da JM |
12700 | #: config/xtensa/xtensa.h:85 |
12701 | msgid "Enable fused multiply/add and multiply/subtract FP instructions" | |
a47a6810 JM |
12702 | msgstr "" |
12703 | ||
b97e55da JM |
12704 | #: config/xtensa/xtensa.h:87 |
12705 | msgid "Intersperse literal pools with code in the text section" | |
a47a6810 JM |
12706 | msgstr "" |
12707 | ||
b97e55da JM |
12708 | #: config/xtensa/xtensa.h:89 |
12709 | msgid "Put literal pools in a separate literal section" | |
a47a6810 JM |
12710 | msgstr "" |
12711 | ||
b97e55da JM |
12712 | #: config/xtensa/xtensa.h:91 |
12713 | msgid "Automatically align branch targets to reduce branch penalties" | |
5b7874aa ZW |
12714 | msgstr "" |
12715 | ||
b97e55da JM |
12716 | #: config/xtensa/xtensa.h:93 |
12717 | msgid "Do not automatically align branch targets" | |
5b7874aa ZW |
12718 | msgstr "" |
12719 | ||
b97e55da JM |
12720 | #: config/xtensa/xtensa.h:95 |
12721 | msgid "Use indirect CALLXn instructions for large programs" | |
1737c953 JM |
12722 | msgstr "" |
12723 | ||
b97e55da JM |
12724 | #: config/xtensa/xtensa.h:97 |
12725 | msgid "Use direct CALLn instructions for fast calls" | |
1737c953 JM |
12726 | msgstr "" |
12727 | ||
807ab1f2 | 12728 | #: ada/misc.c:258 |
b97e55da JM |
12729 | #, c-format |
12730 | msgid "missing argument to \"-%s\"" | |
5b7874aa ZW |
12731 | msgstr "" |
12732 | ||
807ab1f2 | 12733 | #: ada/misc.c:299 |
b97e55da | 12734 | msgid "`-gnat' misspelled as `-gant'" |
5b7874aa ZW |
12735 | msgstr "" |
12736 | ||
807ab1f2 | 12737 | #: cp/call.c:282 |
b97e55da | 12738 | msgid "unable to call pointer to member function here" |
5b7874aa ZW |
12739 | msgstr "" |
12740 | ||
807ab1f2 | 12741 | #: cp/call.c:2365 |
b97e55da | 12742 | msgid "%s %D(%T, %T, %T) <built-in>" |
5b7874aa ZW |
12743 | msgstr "" |
12744 | ||
807ab1f2 | 12745 | #: cp/call.c:2370 |
b97e55da | 12746 | msgid "%s %D(%T, %T) <built-in>" |
5b7874aa ZW |
12747 | msgstr "" |
12748 | ||
807ab1f2 | 12749 | #: cp/call.c:2374 |
b97e55da | 12750 | msgid "%s %D(%T) <built-in>" |
5b7874aa ZW |
12751 | msgstr "" |
12752 | ||
807ab1f2 | 12753 | #: cp/call.c:2378 |
b97e55da | 12754 | msgid "%s %T <conversion>" |
5b7874aa ZW |
12755 | msgstr "" |
12756 | ||
807ab1f2 | 12757 | #: cp/call.c:2380 |
b97e55da | 12758 | msgid "%J%s %+#D <near match>" |
5b7874aa ZW |
12759 | msgstr "" |
12760 | ||
807ab1f2 | 12761 | #: cp/call.c:2382 |
b97e55da | 12762 | msgid "%J%s %+#D" |
5b7874aa ZW |
12763 | msgstr "" |
12764 | ||
807ab1f2 | 12765 | #: cp/call.c:2417 |
b97e55da | 12766 | msgid "candidates are:" |
a47a6810 JM |
12767 | msgstr "" |
12768 | ||
807ab1f2 | 12769 | #: cp/call.c:2603 |
d5706a1e | 12770 | msgid "conversion from %qT to %qT is ambiguous" |
5b7874aa ZW |
12771 | msgstr "" |
12772 | ||
807ab1f2 | 12773 | #: cp/call.c:2757 cp/call.c:2815 |
d5706a1e | 12774 | msgid "no matching function for call to %<%D(%A)%>" |
5b7874aa ZW |
12775 | msgstr "" |
12776 | ||
807ab1f2 | 12777 | #: cp/call.c:2760 cp/call.c:2818 |
d5706a1e | 12778 | msgid "call of overloaded %<%D(%A)%> is ambiguous" |
5b7874aa ZW |
12779 | msgstr "" |
12780 | ||
b97e55da JM |
12781 | #. It's no good looking for an overloaded operator() on a |
12782 | #. pointer-to-member-function. | |
807ab1f2 | 12783 | #: cp/call.c:2886 |
5b7874aa | 12784 | #, c-format |
b97e55da JM |
12785 | msgid "" |
12786 | "pointer-to-member function %E cannot be called without an object; consider " | |
12787 | "using .* or ->*" | |
5b7874aa ZW |
12788 | msgstr "" |
12789 | ||
807ab1f2 | 12790 | #: cp/call.c:2955 |
d5706a1e | 12791 | msgid "no match for call to %<(%T) (%A)%>" |
5b7874aa ZW |
12792 | msgstr "" |
12793 | ||
807ab1f2 | 12794 | #: cp/call.c:2964 |
d5706a1e | 12795 | msgid "call of %<(%T) (%A)%> is ambiguous" |
5b7874aa ZW |
12796 | msgstr "" |
12797 | ||
807ab1f2 | 12798 | #: cp/call.c:3001 |
d5706a1e | 12799 | msgid "%s for ternary %<operator?:%> in %<%E ? %E : %E%>" |
5b7874aa ZW |
12800 | msgstr "" |
12801 | ||
807ab1f2 | 12802 | #: cp/call.c:3007 |
d5706a1e | 12803 | msgid "%s for %<operator%s%> in %<%E%s%>" |
5b7874aa ZW |
12804 | msgstr "" |
12805 | ||
807ab1f2 | 12806 | #: cp/call.c:3011 |
d5706a1e | 12807 | msgid "%s for %<operator[]%> in %<%E[%E]%>" |
5b7874aa ZW |
12808 | msgstr "" |
12809 | ||
807ab1f2 | 12810 | #: cp/call.c:3016 |
d5706a1e | 12811 | msgid "%s for %qs in %<%s %E%>" |
a47a6810 JM |
12812 | msgstr "" |
12813 | ||
807ab1f2 | 12814 | #: cp/call.c:3021 |
d5706a1e | 12815 | msgid "%s for %<operator%s%> in %<%E %s %E%>" |
a47a6810 JM |
12816 | msgstr "" |
12817 | ||
807ab1f2 | 12818 | #: cp/call.c:3024 |
d5706a1e | 12819 | msgid "%s for %<operator%s%> in %<%s%E%>" |
a47a6810 JM |
12820 | msgstr "" |
12821 | ||
807ab1f2 | 12822 | #: cp/call.c:3114 |
b97e55da | 12823 | msgid "ISO C++ forbids omitting the middle term of a ?: expression" |
5b7874aa ZW |
12824 | msgstr "" |
12825 | ||
807ab1f2 | 12826 | #: cp/call.c:3191 |
d5706a1e | 12827 | msgid "%qE has type %<void%> and is not a throw-expression" |
5b7874aa ZW |
12828 | msgstr "" |
12829 | ||
807ab1f2 | 12830 | #: cp/call.c:3230 cp/call.c:3440 |
b97e55da | 12831 | msgid "operands to ?: have different types" |
5b7874aa ZW |
12832 | msgstr "" |
12833 | ||
807ab1f2 | 12834 | #: cp/call.c:3394 |
b97e55da | 12835 | msgid "enumeral mismatch in conditional expression: `%T' vs `%T'" |
5b7874aa ZW |
12836 | msgstr "" |
12837 | ||
807ab1f2 | 12838 | #: cp/call.c:3401 |
b97e55da | 12839 | msgid "enumeral and non-enumeral type in conditional expression" |
5b7874aa ZW |
12840 | msgstr "" |
12841 | ||
de104104 | 12842 | #: cp/call.c:3696 |
d5706a1e | 12843 | msgid "no %<%D(int)%> declared for postfix %qs, trying prefix operator instead" |
5b7874aa ZW |
12844 | msgstr "" |
12845 | ||
d5706a1e ZW |
12846 | #: cp/call.c:3749 |
12847 | msgid "using synthesized %q#D for copy assignment" | |
5b7874aa ZW |
12848 | msgstr "" |
12849 | ||
d5706a1e ZW |
12850 | #: cp/call.c:3751 |
12851 | msgid " where cfront would use %q#D" | |
5b7874aa ZW |
12852 | msgstr "" |
12853 | ||
d5706a1e ZW |
12854 | #: cp/call.c:3783 |
12855 | msgid "comparison between %q#T and %q#T" | |
5b7874aa ZW |
12856 | msgstr "" |
12857 | ||
d5706a1e ZW |
12858 | #: cp/call.c:4040 |
12859 | msgid "no suitable %<operator %s> for %qT" | |
5b7874aa ZW |
12860 | msgstr "" |
12861 | ||
d5706a1e ZW |
12862 | #: cp/call.c:4057 |
12863 | msgid "%q+#D is private" | |
5b7874aa ZW |
12864 | msgstr "" |
12865 | ||
d5706a1e ZW |
12866 | #: cp/call.c:4059 |
12867 | msgid "%q+#D is protected" | |
5b7874aa ZW |
12868 | msgstr "" |
12869 | ||
d5706a1e ZW |
12870 | #: cp/call.c:4061 |
12871 | msgid "%q+#D is inaccessible" | |
a47a6810 JM |
12872 | msgstr "" |
12873 | ||
d5706a1e | 12874 | #: cp/call.c:4062 |
b97e55da | 12875 | msgid "within this context" |
a47a6810 JM |
12876 | msgstr "" |
12877 | ||
d5706a1e ZW |
12878 | #: cp/call.c:4145 |
12879 | msgid "invalid conversion from %qT to %qT" | |
5b7874aa ZW |
12880 | msgstr "" |
12881 | ||
d5706a1e ZW |
12882 | #: cp/call.c:4147 |
12883 | msgid " initializing argument %P of %qD" | |
5b7874aa ZW |
12884 | msgstr "" |
12885 | ||
d5706a1e ZW |
12886 | #: cp/call.c:4290 |
12887 | msgid "cannot bind bitfield %qE to %qT" | |
cabb228b ZW |
12888 | msgstr "" |
12889 | ||
d5706a1e ZW |
12890 | #: cp/call.c:4293 |
12891 | msgid "cannot bind packed field %qE to %qT" | |
a47a6810 JM |
12892 | msgstr "" |
12893 | ||
d5706a1e ZW |
12894 | #: cp/call.c:4296 |
12895 | msgid "cannot bind rvalue %qE to %qT" | |
5b7874aa ZW |
12896 | msgstr "" |
12897 | ||
d5706a1e | 12898 | #: cp/call.c:4381 |
b97e55da | 12899 | msgid "" |
d5706a1e | 12900 | "cannot pass objects of non-POD type %q#T through %<...%>; call will abort at " |
b97e55da | 12901 | "runtime" |
5b7874aa ZW |
12902 | msgstr "" |
12903 | ||
b97e55da | 12904 | #. Undefined behavior [expr.call] 5.2.2/7. |
d5706a1e | 12905 | #: cp/call.c:4407 |
01b84e13 | 12906 | msgid "" |
d5706a1e ZW |
12907 | "cannot receive objects of non-POD type %q#T' through %<...%>; call will " |
12908 | "abort at runtime" | |
5b7874aa ZW |
12909 | msgstr "" |
12910 | ||
de104104 | 12911 | #: cp/call.c:4450 |
d5706a1e | 12912 | msgid "the default argument for parameter %d of %qD has not yet been parsed" |
cabb228b ZW |
12913 | msgstr "" |
12914 | ||
de104104 | 12915 | #: cp/call.c:4655 |
b97e55da | 12916 | msgid "passing `%T' as `this' argument of `%#D' discards qualifiers" |
5b7874aa ZW |
12917 | msgstr "" |
12918 | ||
de104104 | 12919 | #: cp/call.c:4674 |
d5706a1e | 12920 | msgid "%qT is not an accessible base of %qT" |
5b7874aa ZW |
12921 | msgstr "" |
12922 | ||
de104104 | 12923 | #: cp/call.c:4924 |
d5706a1e | 12924 | msgid "could not find class$ field in java interface type %qT" |
5b7874aa ZW |
12925 | msgstr "" |
12926 | ||
de104104 | 12927 | #: cp/call.c:5186 |
d5706a1e | 12928 | msgid "call to non-function %qD" |
5b7874aa ZW |
12929 | msgstr "" |
12930 | ||
de104104 | 12931 | #: cp/call.c:5211 |
d5706a1e | 12932 | msgid "request for member %qD in %qE, which is of non-aggregate type %qT" |
01b84e13 JM |
12933 | msgstr "" |
12934 | ||
d5706a1e ZW |
12935 | #: cp/call.c:5290 |
12936 | msgid "no matching function for call to %<%T::%s(%A)%#V%>" | |
5b7874aa ZW |
12937 | msgstr "" |
12938 | ||
d5706a1e ZW |
12939 | #: cp/call.c:5308 |
12940 | msgid "call of overloaded %<%s(%A)%> is ambiguous" | |
5b7874aa ZW |
12941 | msgstr "" |
12942 | ||
d5706a1e ZW |
12943 | #: cp/call.c:5332 |
12944 | msgid "cannot call member function %qD without object" | |
5b7874aa ZW |
12945 | msgstr "" |
12946 | ||
d5706a1e ZW |
12947 | #: cp/call.c:5937 |
12948 | msgid "passing %qT chooses %qT over %qT" | |
5b7874aa ZW |
12949 | msgstr "" |
12950 | ||
d5706a1e ZW |
12951 | #: cp/call.c:5939 cp/name-lookup.c:4244 |
12952 | msgid " in call to %qD" | |
5b7874aa ZW |
12953 | msgstr "" |
12954 | ||
d5706a1e ZW |
12955 | #: cp/call.c:5996 |
12956 | msgid "choosing %qD over %qD" | |
5b7874aa ZW |
12957 | msgstr "" |
12958 | ||
d5706a1e ZW |
12959 | #: cp/call.c:5997 |
12960 | msgid " for conversion from %qT to %qT" | |
5b7874aa ZW |
12961 | msgstr "" |
12962 | ||
d5706a1e | 12963 | #: cp/call.c:5999 |
b97e55da | 12964 | msgid " because conversion sequence for the argument is better" |
5b7874aa ZW |
12965 | msgstr "" |
12966 | ||
d5706a1e | 12967 | #: cp/call.c:6120 |
b97e55da JM |
12968 | msgid "" |
12969 | "ISO C++ says that these are ambiguous, even though the worst conversion for " | |
12970 | "the first is better than the worst conversion for the second:" | |
5b7874aa ZW |
12971 | msgstr "" |
12972 | ||
d5706a1e | 12973 | #: cp/call.c:6124 |
b97e55da | 12974 | msgid "candidate 1:" |
9d967a7e ZW |
12975 | msgstr "" |
12976 | ||
d5706a1e | 12977 | #: cp/call.c:6125 |
b97e55da | 12978 | msgid "candidate 2:" |
9d967a7e ZW |
12979 | msgstr "" |
12980 | ||
d5706a1e ZW |
12981 | #: cp/call.c:6261 |
12982 | msgid "could not convert %qE to %qT" | |
9d967a7e ZW |
12983 | msgstr "" |
12984 | ||
d5706a1e | 12985 | #: cp/call.c:6385 |
b97e55da | 12986 | msgid "" |
d5706a1e ZW |
12987 | "invalid initialization of non-const reference of type %qT from a temporary " |
12988 | "of type %qT" | |
9d967a7e ZW |
12989 | msgstr "" |
12990 | ||
d5706a1e | 12991 | #: cp/call.c:6389 |
b97e55da | 12992 | msgid "" |
d5706a1e | 12993 | "invalid initialization of reference of type %qT from expression of type %qT" |
5b7874aa ZW |
12994 | msgstr "" |
12995 | ||
de104104 | 12996 | #: cp/class.c:276 |
d5706a1e | 12997 | msgid "cannot convert from base %qT to derived type %qT via virtual base %qT" |
5b7874aa ZW |
12998 | msgstr "" |
12999 | ||
de104104 | 13000 | #: cp/class.c:888 |
d5706a1e | 13001 | msgid "Java class %qT cannot have an implicit non-trivial destructor" |
01b84e13 JM |
13002 | msgstr "" |
13003 | ||
de104104 | 13004 | #: cp/class.c:889 |
d5706a1e | 13005 | msgid "Java class %qT cannot have a destructor" |
01b84e13 JM |
13006 | msgstr "" |
13007 | ||
de104104 | 13008 | #: cp/class.c:988 |
b97e55da | 13009 | msgid "`%#D' and `%#D' cannot be overloaded" |
5b7874aa ZW |
13010 | msgstr "" |
13011 | ||
de104104 | 13012 | #: cp/class.c:1045 |
d5706a1e | 13013 | msgid "conflicting access specifications for method %qD, ignored" |
5b7874aa ZW |
13014 | msgstr "" |
13015 | ||
d5706a1e | 13016 | #: cp/class.c:1048 |
b97e55da | 13017 | #, c-format |
d5706a1e | 13018 | msgid "conflicting access specifications for field %qE, ignored" |
5b7874aa ZW |
13019 | msgstr "" |
13020 | ||
d5706a1e ZW |
13021 | #: cp/class.c:1098 |
13022 | msgid "%qD names constructor" | |
5b7874aa ZW |
13023 | msgstr "" |
13024 | ||
d5706a1e ZW |
13025 | #: cp/class.c:1103 |
13026 | msgid "%qD invalid in %qT" | |
5b7874aa ZW |
13027 | msgstr "" |
13028 | ||
d5706a1e ZW |
13029 | #: cp/class.c:1111 |
13030 | msgid "no members matching %qD in %q#T" | |
5b7874aa ZW |
13031 | msgstr "" |
13032 | ||
d5706a1e ZW |
13033 | #: cp/class.c:1143 cp/class.c:1151 |
13034 | msgid "%qD invalid in %q#T" | |
5b7874aa ZW |
13035 | msgstr "" |
13036 | ||
d5706a1e ZW |
13037 | #: cp/class.c:1144 |
13038 | msgid " because of local method %q#D with same name" | |
5b7874aa ZW |
13039 | msgstr "" |
13040 | ||
d5706a1e ZW |
13041 | #: cp/class.c:1152 |
13042 | msgid " because of local member %q#D with same name" | |
5b7874aa ZW |
13043 | msgstr "" |
13044 | ||
d5706a1e ZW |
13045 | #: cp/class.c:1197 |
13046 | msgid "base class %q#T has a non-virtual destructor" | |
5b7874aa ZW |
13047 | msgstr "" |
13048 | ||
de104104 | 13049 | #: cp/class.c:1216 |
b97e55da | 13050 | msgid "" |
d5706a1e | 13051 | "base %qT with only non-default constructor in class without a constructor" |
5b7874aa ZW |
13052 | msgstr "" |
13053 | ||
d5706a1e ZW |
13054 | #: cp/class.c:1523 |
13055 | msgid "all member functions in class %qT are private" | |
5b7874aa ZW |
13056 | msgstr "" |
13057 | ||
d5706a1e ZW |
13058 | #: cp/class.c:1534 |
13059 | msgid "%q#T only defines a private destructor and has no friends" | |
5b7874aa ZW |
13060 | msgstr "" |
13061 | ||
d5706a1e ZW |
13062 | #: cp/class.c:1574 |
13063 | msgid "%q#T only defines private constructors and has no friends" | |
5b7874aa ZW |
13064 | msgstr "" |
13065 | ||
d5706a1e ZW |
13066 | #: cp/class.c:1955 |
13067 | msgid "no unique final overrider for %qD in %qT" | |
5b7874aa ZW |
13068 | msgstr "" |
13069 | ||
b97e55da | 13070 | #. Here we know it is a hider, and no overrider exists. |
d5706a1e ZW |
13071 | #: cp/class.c:2409 |
13072 | msgid "%qD was hidden" | |
5b7874aa ZW |
13073 | msgstr "" |
13074 | ||
d5706a1e ZW |
13075 | #: cp/class.c:2410 |
13076 | msgid " by %qD" | |
5b7874aa ZW |
13077 | msgstr "" |
13078 | ||
d5706a1e ZW |
13079 | #: cp/class.c:2451 cp/decl2.c:1143 |
13080 | msgid "%q#D invalid; an anonymous union can only have non-static data members" | |
5b7874aa ZW |
13081 | msgstr "" |
13082 | ||
d5706a1e ZW |
13083 | #: cp/class.c:2458 cp/decl2.c:1150 |
13084 | msgid "private member %q#D in anonymous union" | |
5b7874aa ZW |
13085 | msgstr "" |
13086 | ||
d5706a1e ZW |
13087 | #: cp/class.c:2461 cp/decl2.c:1152 |
13088 | msgid "protected member %q#D in anonymous union" | |
5b7874aa ZW |
13089 | msgstr "" |
13090 | ||
d5706a1e | 13091 | #: cp/class.c:2575 |
b97e55da | 13092 | msgid "" |
d5706a1e | 13093 | "vtable layout for class %qT may not be ABI-compliant and may change in a " |
b97e55da | 13094 | "future version of GCC due to implicit virtual destructor" |
5b7874aa ZW |
13095 | msgstr "" |
13096 | ||
d5706a1e ZW |
13097 | #: cp/class.c:2633 |
13098 | msgid "bit-field %q#D with non-integral type" | |
5b7874aa ZW |
13099 | msgstr "" |
13100 | ||
d5706a1e ZW |
13101 | #: cp/class.c:2653 |
13102 | msgid "bit-field %qD width not an integer constant" | |
5b7874aa ZW |
13103 | msgstr "" |
13104 | ||
d5706a1e ZW |
13105 | #: cp/class.c:2659 |
13106 | msgid "negative width in bit-field %qD" | |
d9b2742a ZW |
13107 | msgstr "" |
13108 | ||
d5706a1e ZW |
13109 | #: cp/class.c:2664 |
13110 | msgid "zero width for bit-field %qD" | |
d9b2742a ZW |
13111 | msgstr "" |
13112 | ||
d5706a1e ZW |
13113 | #: cp/class.c:2670 |
13114 | msgid "width of %qD exceeds its type" | |
d9b2742a ZW |
13115 | msgstr "" |
13116 | ||
d5706a1e ZW |
13117 | #: cp/class.c:2679 |
13118 | msgid "%qD is too small to hold all values of %q#T" | |
5b7874aa ZW |
13119 | msgstr "" |
13120 | ||
d5706a1e ZW |
13121 | #: cp/class.c:2741 |
13122 | msgid "member %q#D with constructor not allowed in union" | |
5b7874aa ZW |
13123 | msgstr "" |
13124 | ||
d5706a1e ZW |
13125 | #: cp/class.c:2744 |
13126 | msgid "member %q#D with destructor not allowed in union" | |
5b7874aa ZW |
13127 | msgstr "" |
13128 | ||
d5706a1e ZW |
13129 | #: cp/class.c:2747 |
13130 | msgid "member %q#D with copy assignment operator not allowed in union" | |
5b7874aa ZW |
13131 | msgstr "" |
13132 | ||
d5706a1e ZW |
13133 | #: cp/class.c:2774 |
13134 | msgid "multiple fields in union %qT initialized" | |
5b7874aa ZW |
13135 | msgstr "" |
13136 | ||
d5706a1e ZW |
13137 | #: cp/class.c:2840 |
13138 | msgid "ignoring packed attribute on unpacked non-POD field %q#D" | |
5b7874aa ZW |
13139 | msgstr "" |
13140 | ||
d5706a1e ZW |
13141 | #: cp/class.c:2900 |
13142 | msgid "%qD may not be static because it is a member of a union" | |
b1b51268 JM |
13143 | msgstr "" |
13144 | ||
d5706a1e ZW |
13145 | #: cp/class.c:2905 |
13146 | msgid "%qD may not have reference type `%T' because it is a member of a union" | |
b1b51268 JM |
13147 | msgstr "" |
13148 | ||
d5706a1e ZW |
13149 | #: cp/class.c:2913 |
13150 | msgid "field %qD in local class cannot be static" | |
5b7874aa ZW |
13151 | msgstr "" |
13152 | ||
d5706a1e ZW |
13153 | #: cp/class.c:2919 |
13154 | msgid "field %qD invalidly declared function type" | |
5b7874aa ZW |
13155 | msgstr "" |
13156 | ||
d5706a1e ZW |
13157 | #: cp/class.c:2925 |
13158 | msgid "field %qD invalidly declared method type" | |
5b7874aa ZW |
13159 | msgstr "" |
13160 | ||
d5706a1e ZW |
13161 | #: cp/class.c:2958 |
13162 | msgid "non-static reference %q#D in class without a constructor" | |
5b7874aa ZW |
13163 | msgstr "" |
13164 | ||
d5706a1e ZW |
13165 | #: cp/class.c:3006 |
13166 | msgid "non-static const member %q#D in class without a constructor" | |
5b7874aa ZW |
13167 | msgstr "" |
13168 | ||
d5706a1e ZW |
13169 | #: cp/class.c:3021 |
13170 | msgid "field %q#D with same name as class" | |
5b7874aa ZW |
13171 | msgstr "" |
13172 | ||
d5706a1e ZW |
13173 | #: cp/class.c:3055 |
13174 | msgid "%q#T has pointer data members" | |
5b7874aa ZW |
13175 | msgstr "" |
13176 | ||
d5706a1e ZW |
13177 | #: cp/class.c:3059 |
13178 | msgid " but does not override %<%T(const %T&)%>" | |
5b7874aa ZW |
13179 | msgstr "" |
13180 | ||
d5706a1e ZW |
13181 | #: cp/class.c:3061 |
13182 | msgid " or %<operator=(const %T&)%>" | |
5b7874aa ZW |
13183 | msgstr "" |
13184 | ||
d5706a1e ZW |
13185 | #: cp/class.c:3064 |
13186 | msgid " but does not override %<operator=(const %T&)%>" | |
5b7874aa ZW |
13187 | msgstr "" |
13188 | ||
d5706a1e | 13189 | #: cp/class.c:3497 |
b97e55da | 13190 | msgid "" |
d5706a1e | 13191 | "offset of empty base %qT may not be ABI-compliant and maychange in a future " |
b97e55da | 13192 | "version of GCC" |
5b7874aa ZW |
13193 | msgstr "" |
13194 | ||
d5706a1e ZW |
13195 | #: cp/class.c:3609 |
13196 | msgid "class %qT will be considered nearly empty in a future version of GCC" | |
5b7874aa ZW |
13197 | msgstr "" |
13198 | ||
d5706a1e ZW |
13199 | #: cp/class.c:3691 |
13200 | msgid "initializer specified for non-virtual method %qD" | |
5b7874aa ZW |
13201 | msgstr "" |
13202 | ||
d5706a1e | 13203 | #: cp/class.c:4350 |
b97e55da | 13204 | msgid "" |
d5706a1e | 13205 | "offset of virtual base %qT is not ABI-compliant and may change in a future " |
b97e55da | 13206 | "version of GCC" |
5b7874aa ZW |
13207 | msgstr "" |
13208 | ||
d5706a1e ZW |
13209 | #: cp/class.c:4445 |
13210 | msgid "direct base %qT inaccessible in %qT due to ambiguity" | |
5b7874aa ZW |
13211 | msgstr "" |
13212 | ||
d5706a1e ZW |
13213 | #: cp/class.c:4457 |
13214 | msgid "virtual base %qT inaccessible in %qT due to ambiguity" | |
5b7874aa ZW |
13215 | msgstr "" |
13216 | ||
d5706a1e | 13217 | #: cp/class.c:4628 |
b97e55da JM |
13218 | msgid "" |
13219 | "size assigned to `%T' may not be ABI-compliant and may change in a future " | |
13220 | "version of GCC" | |
5b7874aa ZW |
13221 | msgstr "" |
13222 | ||
b06c20ee JM |
13223 | #. Versions of G++ before G++ 3.4 did not reset the |
13224 | #. DECL_MODE. | |
d5706a1e | 13225 | #: cp/class.c:4667 |
b97e55da | 13226 | msgid "" |
d5706a1e | 13227 | "the offset of %qD may not be ABI-compliant and may change in a future " |
b97e55da | 13228 | "version of GCC" |
5b7874aa ZW |
13229 | msgstr "" |
13230 | ||
d5706a1e | 13231 | #: cp/class.c:4690 |
b97e55da | 13232 | msgid "" |
d5706a1e | 13233 | "offset of %qD is not ABI-compliant and may change in a future version of GCC" |
5b7874aa ZW |
13234 | msgstr "" |
13235 | ||
d5706a1e | 13236 | #: cp/class.c:4700 |
b97e55da | 13237 | msgid "" |
d5706a1e | 13238 | "%qD contains empty classes which may cause base classes to be placed at " |
b97e55da | 13239 | "different locations in a future version of GCC" |
5b7874aa ZW |
13240 | msgstr "" |
13241 | ||
d5706a1e | 13242 | #: cp/class.c:4759 |
b97e55da | 13243 | msgid "" |
d5706a1e | 13244 | "layout of classes derived from empty class %qT may change in a future " |
b97e55da | 13245 | "version of GCC" |
5b7874aa ZW |
13246 | msgstr "" |
13247 | ||
d5706a1e ZW |
13248 | #: cp/class.c:4900 |
13249 | msgid "redefinition of %q#T" | |
5b7874aa ZW |
13250 | msgstr "" |
13251 | ||
d5706a1e ZW |
13252 | #: cp/class.c:5044 |
13253 | msgid "%q#T has virtual functions but non-virtual destructor" | |
a47a6810 JM |
13254 | msgstr "" |
13255 | ||
d5706a1e | 13256 | #: cp/class.c:5139 |
b97e55da | 13257 | msgid "trying to finish struct, but kicked out due to previous parse errors" |
a47a6810 JM |
13258 | msgstr "" |
13259 | ||
d5706a1e | 13260 | #: cp/class.c:5557 |
a47a6810 | 13261 | #, c-format |
807ab1f2 | 13262 | msgid "language string `\"%E\"' not recognized" |
a47a6810 JM |
13263 | msgstr "" |
13264 | ||
d5706a1e | 13265 | #: cp/class.c:5644 |
b97e55da JM |
13266 | msgid "" |
13267 | "cannot resolve overloaded function `%D' based on conversion to type `%T'" | |
a47a6810 JM |
13268 | msgstr "" |
13269 | ||
d5706a1e ZW |
13270 | #: cp/class.c:5769 |
13271 | msgid "no matches converting function %qD to type %q#T" | |
5b7874aa ZW |
13272 | msgstr "" |
13273 | ||
d5706a1e ZW |
13274 | #: cp/class.c:5792 |
13275 | msgid "converting overloaded function %qD to type %q#T is ambiguous" | |
5b7874aa ZW |
13276 | msgstr "" |
13277 | ||
d5706a1e ZW |
13278 | #: cp/class.c:5818 |
13279 | msgid "assuming pointer to member %qD" | |
5b7874aa ZW |
13280 | msgstr "" |
13281 | ||
d5706a1e ZW |
13282 | #: cp/class.c:5821 |
13283 | msgid "(a pointer to member can only be formed with %<&%E%>)" | |
5b7874aa ZW |
13284 | msgstr "" |
13285 | ||
d5706a1e | 13286 | #: cp/class.c:5866 cp/class.c:6045 cp/class.c:6052 |
b97e55da | 13287 | msgid "not enough type information" |
5b7874aa ZW |
13288 | msgstr "" |
13289 | ||
d5706a1e ZW |
13290 | #: cp/class.c:5883 |
13291 | msgid "argument of type %qT does not match %qT" | |
5b7874aa ZW |
13292 | msgstr "" |
13293 | ||
d5706a1e | 13294 | #: cp/class.c:6029 |
b97e55da | 13295 | msgid "invalid operation on uninstantiated type" |
5b7874aa ZW |
13296 | msgstr "" |
13297 | ||
b97e55da JM |
13298 | #. [basic.scope.class] |
13299 | #. | |
13300 | #. A name N used in a class S shall refer to the same declaration | |
13301 | #. in its context and when re-evaluated in the completed scope of | |
13302 | #. S. | |
d5706a1e ZW |
13303 | #: cp/class.c:6295 cp/decl.c:1230 cp/name-lookup.c:577 cp/pt.c:2143 |
13304 | msgid "declaration of %q#D" | |
a47a6810 JM |
13305 | msgstr "" |
13306 | ||
d5706a1e ZW |
13307 | #: cp/class.c:6296 |
13308 | msgid "changes meaning of %qD from %q+#D" | |
a47a6810 JM |
13309 | msgstr "" |
13310 | ||
de104104 | 13311 | #: cp/cvt.c:90 |
b97e55da | 13312 | msgid "can't convert from incomplete type `%T' to `%T'" |
a47a6810 JM |
13313 | msgstr "" |
13314 | ||
de104104 | 13315 | #: cp/cvt.c:99 |
b97e55da | 13316 | msgid "conversion of `%E' from `%T' to `%T' is ambiguous" |
a47a6810 JM |
13317 | msgstr "" |
13318 | ||
de104104 | 13319 | #: cp/cvt.c:115 cp/cvt.c:129 |
b97e55da | 13320 | msgid "converting from `%T' to `%T'" |
5b7874aa ZW |
13321 | msgstr "" |
13322 | ||
de104104 | 13323 | #: cp/cvt.c:187 cp/cvt.c:255 cp/cvt.c:301 |
b97e55da | 13324 | msgid "cannot convert `%E' from type `%T' to type `%T'" |
5b7874aa ZW |
13325 | msgstr "" |
13326 | ||
de104104 | 13327 | #: cp/cvt.c:216 cp/cvt.c:220 |
b97e55da | 13328 | msgid "pointer to member cast from `%T' to `%T' is via virtual base" |
5b7874aa ZW |
13329 | msgstr "" |
13330 | ||
de104104 | 13331 | #: cp/cvt.c:280 |
b97e55da | 13332 | msgid "invalid conversion from '%T' to '%T'" |
5b7874aa ZW |
13333 | msgstr "" |
13334 | ||
de104104 | 13335 | #: cp/cvt.c:512 |
b97e55da | 13336 | msgid "conversion from `%T' to `%T' discards qualifiers" |
8d9d2e1d ZW |
13337 | msgstr "" |
13338 | ||
de104104 | 13339 | #: cp/cvt.c:530 |
b97e55da | 13340 | msgid "casting `%T' to `%T' does not dereference pointer" |
8d9d2e1d ZW |
13341 | msgstr "" |
13342 | ||
de104104 | 13343 | #: cp/cvt.c:557 |
b97e55da | 13344 | msgid "cannot convert type `%T' to type `%T'" |
8d9d2e1d ZW |
13345 | msgstr "" |
13346 | ||
de104104 | 13347 | #: cp/cvt.c:681 |
b97e55da | 13348 | msgid "conversion from `%#T' to `%#T'" |
8d9d2e1d ZW |
13349 | msgstr "" |
13350 | ||
de104104 | 13351 | #: cp/cvt.c:693 cp/cvt.c:713 |
b97e55da | 13352 | msgid "`%#T' used where a `%T' was expected" |
8d9d2e1d ZW |
13353 | msgstr "" |
13354 | ||
de104104 | 13355 | #: cp/cvt.c:728 |
b97e55da | 13356 | msgid "`%#T' used where a floating point value was expected" |
8d9d2e1d ZW |
13357 | msgstr "" |
13358 | ||
de104104 | 13359 | #: cp/cvt.c:775 |
b97e55da | 13360 | msgid "conversion from `%T' to non-scalar type `%T' requested" |
a47a6810 JM |
13361 | msgstr "" |
13362 | ||
de104104 | 13363 | #: cp/cvt.c:863 |
b97e55da | 13364 | msgid "object of incomplete type `%T' will not be accessed in %s" |
8d9d2e1d ZW |
13365 | msgstr "" |
13366 | ||
de104104 | 13367 | #: cp/cvt.c:866 |
b97e55da | 13368 | msgid "object of type `%T' will not be accessed in %s" |
8d9d2e1d ZW |
13369 | msgstr "" |
13370 | ||
de104104 | 13371 | #: cp/cvt.c:882 |
b97e55da | 13372 | msgid "object `%E' of incomplete type `%T' will not be accessed in %s" |
8d9d2e1d ZW |
13373 | msgstr "" |
13374 | ||
b97e55da JM |
13375 | #. [over.over] enumerates the places where we can take the address |
13376 | #. of an overloaded function, and this is not one of them. | |
de104104 | 13377 | #: cp/cvt.c:898 |
b97e55da JM |
13378 | #, c-format |
13379 | msgid "%s cannot resolve address of overloaded function" | |
dc6746e7 PT |
13380 | msgstr "" |
13381 | ||
b97e55da | 13382 | #. Only warn when there is no &. |
de104104 | 13383 | #: cp/cvt.c:904 |
b97e55da JM |
13384 | #, c-format |
13385 | msgid "%s is a reference, not call, to function `%E'" | |
dc6746e7 PT |
13386 | msgstr "" |
13387 | ||
de104104 | 13388 | #: cp/cvt.c:912 |
b97e55da JM |
13389 | #, c-format |
13390 | msgid "%s has no effect" | |
dc6746e7 PT |
13391 | msgstr "" |
13392 | ||
de104104 | 13393 | #: cp/cvt.c:1024 |
b97e55da | 13394 | msgid "converting NULL to non-pointer type" |
dc6746e7 PT |
13395 | msgstr "" |
13396 | ||
de104104 | 13397 | #: cp/cvt.c:1097 |
b97e55da | 13398 | msgid "ambiguous default type conversion from `%T'" |
7bf81eee PT |
13399 | msgstr "" |
13400 | ||
de104104 | 13401 | #: cp/cvt.c:1099 |
b97e55da | 13402 | msgid " candidate conversions include `%D' and `%D'" |
7bf81eee PT |
13403 | msgstr "" |
13404 | ||
de104104 | 13405 | #: cp/decl.c:367 |
d5706a1e | 13406 | msgid "label %qD used but not defined" |
dc6746e7 PT |
13407 | msgstr "" |
13408 | ||
de104104 | 13409 | #: cp/decl.c:378 |
d5706a1e | 13410 | msgid "label %qD defined but not used" |
807ab1f2 JM |
13411 | msgstr "" |
13412 | ||
de104104 | 13413 | #: cp/decl.c:1137 |
d5706a1e | 13414 | msgid "%qD was declared %<extern%> and later %<static%>" |
b1b51268 JM |
13415 | msgstr "" |
13416 | ||
de104104 | 13417 | #: cp/decl.c:1138 cp/decl.c:1603 |
d5706a1e | 13418 | msgid "previous declaration of %qD" |
7bf81eee PT |
13419 | msgstr "" |
13420 | ||
de104104 | 13421 | #: cp/decl.c:1186 |
d5706a1e | 13422 | msgid "%Jfunction %qD redeclared as inline" |
01b84e13 JM |
13423 | msgstr "" |
13424 | ||
de104104 | 13425 | #: cp/decl.c:1187 |
d5706a1e | 13426 | msgid "%Jprevious declaration of %qD with attribute noinline" |
7bf81eee PT |
13427 | msgstr "" |
13428 | ||
de104104 | 13429 | #: cp/decl.c:1194 |
d5706a1e | 13430 | msgid "%Jfunction %qD redeclared with attribute noinline" |
01b84e13 JM |
13431 | msgstr "" |
13432 | ||
de104104 | 13433 | #: cp/decl.c:1196 |
d5706a1e | 13434 | msgid "%Jprevious declaration of %qD was inline" |
7bf81eee PT |
13435 | msgstr "" |
13436 | ||
de104104 | 13437 | #: cp/decl.c:1217 cp/decl.c:1288 |
d5706a1e | 13438 | msgid "shadowing %s function %q#D" |
4ba01ed2 PT |
13439 | msgstr "" |
13440 | ||
de104104 | 13441 | #: cp/decl.c:1226 |
d5706a1e | 13442 | msgid "library function %q#D redeclared as non-function %q#D" |
7bf81eee PT |
13443 | msgstr "" |
13444 | ||
de104104 | 13445 | #: cp/decl.c:1231 |
d5706a1e | 13446 | msgid "conflicts with built-in declaration %q#D" |
7bf81eee PT |
13447 | msgstr "" |
13448 | ||
de104104 | 13449 | #: cp/decl.c:1283 cp/decl.c:1392 cp/decl.c:1408 |
d5706a1e | 13450 | msgid "new declaration %q#D" |
d51681a7 PT |
13451 | msgstr "" |
13452 | ||
de104104 | 13453 | #: cp/decl.c:1284 |
d5706a1e | 13454 | msgid "ambiguates built-in declaration %q#D" |
d51681a7 PT |
13455 | msgstr "" |
13456 | ||
de104104 | 13457 | #: cp/decl.c:1355 |
d5706a1e | 13458 | msgid "%q#D redeclared as different kind of symbol" |
d51681a7 PT |
13459 | msgstr "" |
13460 | ||
de104104 | 13461 | #: cp/decl.c:1358 |
d5706a1e | 13462 | msgid "previous declaration of %q#D" |
4ba01ed2 PT |
13463 | msgstr "" |
13464 | ||
de104104 | 13465 | #: cp/decl.c:1377 |
d5706a1e | 13466 | msgid "declaration of template %q#D" |
7bf81eee PT |
13467 | msgstr "" |
13468 | ||
de104104 | 13469 | #: cp/decl.c:1378 cp/name-lookup.c:578 |
d5706a1e | 13470 | msgid "conflicts with previous declaration %q#D" |
7bf81eee PT |
13471 | msgstr "" |
13472 | ||
de104104 | 13473 | #: cp/decl.c:1393 cp/decl.c:1409 |
d5706a1e | 13474 | msgid "ambiguates old declaration %q#D" |
7bf81eee PT |
13475 | msgstr "" |
13476 | ||
de104104 | 13477 | #: cp/decl.c:1401 |
d5706a1e | 13478 | msgid "declaration of C function %q#D conflicts with" |
7bf81eee PT |
13479 | msgstr "" |
13480 | ||
de104104 | 13481 | #: cp/decl.c:1403 |
d5706a1e | 13482 | msgid "previous declaration %q#D here" |
7bf81eee PT |
13483 | msgstr "" |
13484 | ||
de104104 | 13485 | #: cp/decl.c:1416 |
d5706a1e | 13486 | msgid "conflicting declaration %q#D" |
7bf81eee PT |
13487 | msgstr "" |
13488 | ||
de104104 | 13489 | #: cp/decl.c:1417 |
d5706a1e | 13490 | msgid "%qD has a previous declaration as %q#D" |
7bf81eee PT |
13491 | msgstr "" |
13492 | ||
807ab1f2 JM |
13493 | #. [namespace.alias] |
13494 | #. | |
13495 | #. A namespace-name or namespace-alias shall not be declared as | |
13496 | #. the name of any other entity in the same declarative region. | |
13497 | #. A namespace-name defined at global scope shall not be | |
13498 | #. declared as the name of any other entity in any global scope | |
13499 | #. of the program. | |
de104104 | 13500 | #: cp/decl.c:1470 |
d5706a1e | 13501 | msgid "declaration of namespace %qD conflicts with" |
807ab1f2 JM |
13502 | msgstr "" |
13503 | ||
de104104 | 13504 | #: cp/decl.c:1471 |
d5706a1e | 13505 | msgid "previous declaration of namespace %qD here" |
807ab1f2 JM |
13506 | msgstr "" |
13507 | ||
de104104 | 13508 | #: cp/decl.c:1483 |
d5706a1e | 13509 | msgid "%q#D previously defined here" |
3855d0d1 JM |
13510 | msgstr "" |
13511 | ||
de104104 | 13512 | #: cp/decl.c:1484 |
d5706a1e | 13513 | msgid "%q#D previously declared here" |
3855d0d1 JM |
13514 | msgstr "" |
13515 | ||
b97e55da | 13516 | #. Prototype decl follows defn w/o prototype. |
de104104 | 13517 | #: cp/decl.c:1493 |
d5706a1e | 13518 | msgid "prototype for %q#D" |
3855d0d1 JM |
13519 | msgstr "" |
13520 | ||
de104104 | 13521 | #: cp/decl.c:1494 |
b97e55da | 13522 | msgid "%Jfollows non-prototype definition here" |
3855d0d1 JM |
13523 | msgstr "" |
13524 | ||
de104104 | 13525 | #: cp/decl.c:1506 |
d5706a1e | 13526 | msgid "previous declaration of %q#D with %qL linkage" |
7bf81eee PT |
13527 | msgstr "" |
13528 | ||
de104104 | 13529 | #: cp/decl.c:1508 |
d5706a1e | 13530 | msgid "conflicts with new declaration with %qL linkage" |
7bf81eee PT |
13531 | msgstr "" |
13532 | ||
de104104 | 13533 | #: cp/decl.c:1531 cp/decl.c:1538 |
d5706a1e | 13534 | msgid "default argument given for parameter %d of %q#D" |
7bf81eee PT |
13535 | msgstr "" |
13536 | ||
de104104 | 13537 | #: cp/decl.c:1533 cp/decl.c:1540 |
d5706a1e | 13538 | msgid "after previous specification in %q#D" |
a47a6810 JM |
13539 | msgstr "" |
13540 | ||
de104104 | 13541 | #: cp/decl.c:1549 |
d5706a1e | 13542 | msgid "%q#D was used before it was declared inline" |
a47a6810 JM |
13543 | msgstr "" |
13544 | ||
de104104 | 13545 | #: cp/decl.c:1550 |
b97e55da | 13546 | msgid "%Jprevious non-inline declaration here" |
7bf81eee PT |
13547 | msgstr "" |
13548 | ||
de104104 | 13549 | #: cp/decl.c:1602 |
d5706a1e | 13550 | msgid "redundant redeclaration of %qD in same scope" |
a47a6810 JM |
13551 | msgstr "" |
13552 | ||
de104104 | 13553 | #: cp/decl.c:1696 |
b97e55da | 13554 | #, c-format |
d5706a1e | 13555 | msgid "declaration of %qF throws different exceptions" |
7bf81eee PT |
13556 | msgstr "" |
13557 | ||
de104104 | 13558 | #: cp/decl.c:1698 |
b97e55da | 13559 | #, c-format |
d5706a1e | 13560 | msgid "than previous declaration %qF" |
7bf81eee PT |
13561 | msgstr "" |
13562 | ||
b97e55da JM |
13563 | #. From [temp.expl.spec]: |
13564 | #. | |
13565 | #. If a template, a member template or the member of a class | |
13566 | #. template is explicitly specialized then that | |
13567 | #. specialization shall be declared before the first use of | |
13568 | #. that specialization that would cause an implicit | |
13569 | #. instantiation to take place, in every translation unit in | |
13570 | #. which such a use occurs. | |
de104104 | 13571 | #: cp/decl.c:1851 |
b97e55da | 13572 | msgid "explicit specialization of %D after first use" |
7bf81eee PT |
13573 | msgstr "" |
13574 | ||
de104104 | 13575 | #: cp/decl.c:1930 |
d5706a1e | 13576 | msgid "%J%qD: visibility attribute ignored because it" |
01b84e13 JM |
13577 | msgstr "" |
13578 | ||
de104104 | 13579 | #: cp/decl.c:1932 |
01b84e13 JM |
13580 | msgid "%Jconflicts with previous declaration here" |
13581 | msgstr "" | |
13582 | ||
de104104 | 13583 | #: cp/decl.c:2160 |
3855d0d1 | 13584 | #, c-format |
d5706a1e | 13585 | msgid "label %qE referenced outside of any function" |
7bf81eee PT |
13586 | msgstr "" |
13587 | ||
de104104 | 13588 | #: cp/decl.c:2256 cp/decl.c:2280 cp/decl.c:2368 |
d5706a1e | 13589 | msgid "jump to label %qD" |
7bf81eee PT |
13590 | msgstr "" |
13591 | ||
de104104 | 13592 | #: cp/decl.c:2258 cp/decl.c:2282 |
b97e55da | 13593 | msgid "jump to case label" |
7bf81eee PT |
13594 | msgstr "" |
13595 | ||
de104104 | 13596 | #: cp/decl.c:2261 cp/decl.c:2285 |
b97e55da | 13597 | msgid "%H from here" |
7bf81eee PT |
13598 | msgstr "" |
13599 | ||
de104104 | 13600 | #: cp/decl.c:2266 |
d5706a1e | 13601 | msgid " crosses initialization of %q#D" |
7bf81eee PT |
13602 | msgstr "" |
13603 | ||
de104104 | 13604 | #: cp/decl.c:2269 cp/decl.c:2384 |
d5706a1e | 13605 | msgid " enters scope of non-POD %q#D" |
7bf81eee PT |
13606 | msgstr "" |
13607 | ||
de104104 | 13608 | #: cp/decl.c:2289 cp/decl.c:2388 |
b97e55da | 13609 | msgid " enters try block" |
7bf81eee PT |
13610 | msgstr "" |
13611 | ||
de104104 | 13612 | #: cp/decl.c:2291 cp/decl.c:2390 |
b97e55da | 13613 | msgid " enters catch block" |
3855d0d1 JM |
13614 | msgstr "" |
13615 | ||
de104104 | 13616 | #: cp/decl.c:2369 |
b97e55da | 13617 | msgid " from here" |
3855d0d1 JM |
13618 | msgstr "" |
13619 | ||
b97e55da | 13620 | #. Can't skip init of __exception_info. |
de104104 | 13621 | #: cp/decl.c:2380 |
b97e55da | 13622 | msgid "%J enters catch block" |
3855d0d1 JM |
13623 | msgstr "" |
13624 | ||
de104104 | 13625 | #: cp/decl.c:2382 |
d5706a1e | 13626 | msgid " skips initialization of %q#D" |
3855d0d1 JM |
13627 | msgstr "" |
13628 | ||
de104104 | 13629 | #: cp/decl.c:2416 |
b97e55da | 13630 | msgid "label named wchar_t" |
3855d0d1 JM |
13631 | msgstr "" |
13632 | ||
de104104 | 13633 | #: cp/decl.c:2419 |
b97e55da | 13634 | msgid "duplicate label `%D'" |
3855d0d1 JM |
13635 | msgstr "" |
13636 | ||
d5706a1e ZW |
13637 | #: cp/decl.c:2650 cp/parser.c:3524 |
13638 | msgid "%qD used without template parameters" | |
3855d0d1 JM |
13639 | msgstr "" |
13640 | ||
d5706a1e ZW |
13641 | #: cp/decl.c:2660 cp/decl.c:2675 cp/decl.c:2762 |
13642 | msgid "no class template named %q#T in %q#T" | |
3855d0d1 JM |
13643 | msgstr "" |
13644 | ||
d5706a1e ZW |
13645 | #: cp/decl.c:2696 cp/decl.c:2706 cp/decl.c:2726 |
13646 | msgid "no type named %q#T in %q#T" | |
3855d0d1 JM |
13647 | msgstr "" |
13648 | ||
d5706a1e | 13649 | #: cp/decl.c:3432 |
b97e55da | 13650 | msgid "%Jan anonymous union cannot have function members" |
3855d0d1 JM |
13651 | msgstr "" |
13652 | ||
d5706a1e ZW |
13653 | #: cp/decl.c:3450 |
13654 | msgid "member %q#D with constructor not allowed in anonymous aggregate" | |
3855d0d1 JM |
13655 | msgstr "" |
13656 | ||
de104104 | 13657 | #: cp/decl.c:3454 |
d5706a1e | 13658 | msgid "member %q#D with destructor not allowed in anonymous aggregate" |
3855d0d1 JM |
13659 | msgstr "" |
13660 | ||
d5706a1e | 13661 | #: cp/decl.c:3458 |
b97e55da | 13662 | msgid "" |
d5706a1e | 13663 | "member %q#D with copy assignment operator not allowed in anonymous aggregate" |
3855d0d1 JM |
13664 | msgstr "" |
13665 | ||
d5706a1e | 13666 | #: cp/decl.c:3484 |
807ab1f2 | 13667 | msgid "multiple types in one declaration" |
3855d0d1 JM |
13668 | msgstr "" |
13669 | ||
d5706a1e | 13670 | #: cp/decl.c:3488 |
807ab1f2 | 13671 | msgid "redeclaration of C++ built-in type %qT" |
3855d0d1 JM |
13672 | msgstr "" |
13673 | ||
d5706a1e | 13674 | #: cp/decl.c:3524 |
b97e55da | 13675 | msgid "missing type-name in typedef-declaration" |
3855d0d1 JM |
13676 | msgstr "" |
13677 | ||
d5706a1e | 13678 | #: cp/decl.c:3532 |
b97e55da | 13679 | msgid "ISO C++ prohibits anonymous structs" |
3855d0d1 JM |
13680 | msgstr "" |
13681 | ||
d5706a1e | 13682 | #: cp/decl.c:3539 |
807ab1f2 | 13683 | #, c-format |
d5706a1e | 13684 | msgid "%qs can only be specified for functions" |
3855d0d1 JM |
13685 | msgstr "" |
13686 | ||
de104104 | 13687 | #: cp/decl.c:3545 |
d5706a1e | 13688 | msgid "%<friend%> can only be specified inside a class" |
3855d0d1 JM |
13689 | msgstr "" |
13690 | ||
de104104 | 13691 | #: cp/decl.c:3547 |
d5706a1e | 13692 | msgid "%<explicit%> can only be specified for constructors" |
a47a6810 JM |
13693 | msgstr "" |
13694 | ||
d5706a1e ZW |
13695 | #: cp/decl.c:3549 |
13696 | msgid "a storage class can only be specified for objects and functions" | |
3855d0d1 JM |
13697 | msgstr "" |
13698 | ||
d5706a1e ZW |
13699 | #: cp/decl.c:3555 |
13700 | msgid "qualifiers can only be specified for objects and functions" | |
3855d0d1 JM |
13701 | msgstr "" |
13702 | ||
d5706a1e ZW |
13703 | #: cp/decl.c:3698 |
13704 | msgid "function %q#D is initialized like a variable" | |
3855d0d1 JM |
13705 | msgstr "" |
13706 | ||
d5706a1e ZW |
13707 | #: cp/decl.c:3710 |
13708 | msgid "declaration of %q#D has %<extern%> and is initialized" | |
807ab1f2 JM |
13709 | msgstr "" |
13710 | ||
d5706a1e ZW |
13711 | #: cp/decl.c:3741 |
13712 | msgid "%q#D is not a static member of %q#T" | |
3855d0d1 JM |
13713 | msgstr "" |
13714 | ||
d5706a1e ZW |
13715 | #: cp/decl.c:3747 |
13716 | msgid "ISO C++ does not permit %<%T::%D%> to be defined as %<%T::%D%>" | |
d9b2742a ZW |
13717 | msgstr "" |
13718 | ||
d5706a1e | 13719 | #: cp/decl.c:3759 |
b97e55da | 13720 | msgid "duplicate initialization of %D" |
3855d0d1 JM |
13721 | msgstr "" |
13722 | ||
d5706a1e ZW |
13723 | #: cp/decl.c:3792 |
13724 | msgid "declaration of %q#D outside of class is not definition" | |
3855d0d1 JM |
13725 | msgstr "" |
13726 | ||
d5706a1e ZW |
13727 | #: cp/decl.c:3841 |
13728 | msgid "variable %q#D has initializer but incomplete type" | |
3855d0d1 JM |
13729 | msgstr "" |
13730 | ||
d5706a1e ZW |
13731 | #: cp/decl.c:3848 cp/decl.c:4472 |
13732 | msgid "elements of array %q#D have incomplete type" | |
3855d0d1 JM |
13733 | msgstr "" |
13734 | ||
d5706a1e ZW |
13735 | #: cp/decl.c:3864 |
13736 | msgid "aggregate %q#D has incomplete type and cannot be defined" | |
3855d0d1 JM |
13737 | msgstr "" |
13738 | ||
d5706a1e | 13739 | #: cp/decl.c:3914 |
b97e55da | 13740 | msgid "`%D' declared as reference but not initialized" |
3855d0d1 JM |
13741 | msgstr "" |
13742 | ||
d5706a1e ZW |
13743 | #: cp/decl.c:3920 |
13744 | msgid "ISO C++ forbids use of initializer list to initialize reference %qD" | |
3855d0d1 JM |
13745 | msgstr "" |
13746 | ||
d5706a1e ZW |
13747 | #: cp/decl.c:3949 |
13748 | msgid "cannot initialize %qT from %qT" | |
3855d0d1 JM |
13749 | msgstr "" |
13750 | ||
d5706a1e ZW |
13751 | #: cp/decl.c:3981 |
13752 | msgid "initializer fails to determine size of %qD" | |
3855d0d1 JM |
13753 | msgstr "" |
13754 | ||
d5706a1e | 13755 | #: cp/decl.c:3986 |
b97e55da | 13756 | msgid "array size missing in `%D'" |
3855d0d1 JM |
13757 | msgstr "" |
13758 | ||
d5706a1e ZW |
13759 | #: cp/decl.c:3998 |
13760 | msgid "zero-size array %qD" | |
3855d0d1 JM |
13761 | msgstr "" |
13762 | ||
b97e55da JM |
13763 | #. An automatic variable with an incomplete type: that is an error. |
13764 | #. Don't talk about array types here, since we took care of that | |
13765 | #. message in grokdeclarator. | |
d5706a1e ZW |
13766 | #: cp/decl.c:4035 |
13767 | msgid "storage size of %qD isn't known" | |
3855d0d1 JM |
13768 | msgstr "" |
13769 | ||
d5706a1e ZW |
13770 | #: cp/decl.c:4057 |
13771 | msgid "storage size of %qD isn't constant" | |
3855d0d1 JM |
13772 | msgstr "" |
13773 | ||
d5706a1e | 13774 | #: cp/decl.c:4112 |
b97e55da | 13775 | msgid "" |
d5706a1e | 13776 | "sorry: semantics of inline function static data %q#D are wrong (you'll wind " |
b97e55da | 13777 | "up with multiple copies)" |
3855d0d1 JM |
13778 | msgstr "" |
13779 | ||
d5706a1e | 13780 | #: cp/decl.c:4115 |
b97e55da | 13781 | msgid "%J you can work around this by removing the initializer" |
3855d0d1 JM |
13782 | msgstr "" |
13783 | ||
d5706a1e ZW |
13784 | #: cp/decl.c:4142 |
13785 | msgid "uninitialized const %qD" | |
3855d0d1 JM |
13786 | msgstr "" |
13787 | ||
d5706a1e ZW |
13788 | #: cp/decl.c:4202 |
13789 | msgid "name %qD used in a GNU-style designated initializer for an array" | |
de104104 JM |
13790 | msgstr "" |
13791 | ||
d5706a1e | 13792 | #: cp/decl.c:4212 |
de104104 | 13793 | #, c-format |
d5706a1e | 13794 | msgid "Designated initializer %qE larger than array size" |
de104104 JM |
13795 | msgstr "" |
13796 | ||
d5706a1e ZW |
13797 | #: cp/decl.c:4283 |
13798 | msgid "brace-enclosed initializer used to initialize %qT" | |
3855d0d1 JM |
13799 | msgstr "" |
13800 | ||
d5706a1e ZW |
13801 | #: cp/decl.c:4346 |
13802 | msgid "initializer for %qT must be brace-enclosed" | |
3855d0d1 JM |
13803 | msgstr "" |
13804 | ||
d5706a1e | 13805 | #: cp/decl.c:4362 |
b97e55da | 13806 | msgid "ISO C++ does not allow designated initializers" |
3855d0d1 JM |
13807 | msgstr "" |
13808 | ||
d5706a1e ZW |
13809 | #: cp/decl.c:4366 |
13810 | msgid "%qT has no non-static data member named %qD" | |
4ba01ed2 PT |
13811 | msgstr "" |
13812 | ||
d5706a1e ZW |
13813 | #: cp/decl.c:4428 |
13814 | msgid "too many initializers for %qT" | |
4ba01ed2 PT |
13815 | msgstr "" |
13816 | ||
d5706a1e ZW |
13817 | #: cp/decl.c:4466 |
13818 | msgid "variable-sized object %qD may not be initialized" | |
4ba01ed2 PT |
13819 | msgstr "" |
13820 | ||
d5706a1e ZW |
13821 | #: cp/decl.c:4477 |
13822 | msgid "%qD has incomplete type" | |
3855d0d1 JM |
13823 | msgstr "" |
13824 | ||
d5706a1e ZW |
13825 | #: cp/decl.c:4531 |
13826 | msgid "%qD must be initialized by constructor, not by %<{...}%>" | |
3855d0d1 JM |
13827 | msgstr "" |
13828 | ||
d5706a1e ZW |
13829 | #: cp/decl.c:4576 |
13830 | msgid "structure %qD with uninitialized const members" | |
3855d0d1 JM |
13831 | msgstr "" |
13832 | ||
d5706a1e ZW |
13833 | #: cp/decl.c:4578 |
13834 | msgid "structure %qD with uninitialized reference members" | |
3855d0d1 JM |
13835 | msgstr "" |
13836 | ||
d5706a1e | 13837 | #: cp/decl.c:4772 |
b97e55da | 13838 | msgid "assignment (not initialization) in declaration" |
3855d0d1 JM |
13839 | msgstr "" |
13840 | ||
d5706a1e ZW |
13841 | #: cp/decl.c:4789 |
13842 | msgid "cannot initialize %qD to namespace %qD" | |
3855d0d1 JM |
13843 | msgstr "" |
13844 | ||
d5706a1e ZW |
13845 | #: cp/decl.c:4832 |
13846 | msgid "shadowing previous type declaration of %q#D" | |
4ba01ed2 PT |
13847 | msgstr "" |
13848 | ||
d5706a1e ZW |
13849 | #: cp/decl.c:4869 |
13850 | msgid "%qD cannot be thread-local because it has non-POD type %qT" | |
3855d0d1 JM |
13851 | msgstr "" |
13852 | ||
d5706a1e ZW |
13853 | #: cp/decl.c:4884 |
13854 | msgid "%qD is thread-local and so cannot be dynamically initialized" | |
4ba01ed2 PT |
13855 | msgstr "" |
13856 | ||
d5706a1e ZW |
13857 | #: cp/decl.c:5475 |
13858 | msgid "destructor for alien class %qT cannot be a member" | |
4ba01ed2 PT |
13859 | msgstr "" |
13860 | ||
d5706a1e ZW |
13861 | #: cp/decl.c:5477 |
13862 | msgid "constructor for alien class %qT cannot be a member" | |
4ba01ed2 PT |
13863 | msgstr "" |
13864 | ||
de104104 | 13865 | #: cp/decl.c:5498 |
d5706a1e | 13866 | msgid "%qD declared as a %<virtual%> %s" |
4ba01ed2 PT |
13867 | msgstr "" |
13868 | ||
de104104 | 13869 | #: cp/decl.c:5500 |
d5706a1e ZW |
13870 | msgid "%qD declared as an %<inline%> %s" |
13871 | msgstr "" | |
13872 | ||
13873 | #: cp/decl.c:5502 | |
a47a6810 | 13874 | msgid "" |
d5706a1e ZW |
13875 | "%<const%> and %<volatile%> function specifiers on q%D invalid in %s " |
13876 | "declaration" | |
dc6746e7 PT |
13877 | msgstr "" |
13878 | ||
d5706a1e ZW |
13879 | #: cp/decl.c:5506 |
13880 | msgid "%qD declared as a friend" | |
7bf81eee PT |
13881 | msgstr "" |
13882 | ||
d5706a1e ZW |
13883 | #: cp/decl.c:5512 |
13884 | msgid "%qD declared with an exception specification" | |
7bf81eee PT |
13885 | msgstr "" |
13886 | ||
d5706a1e ZW |
13887 | #: cp/decl.c:5595 |
13888 | msgid "cannot declare %<::main%> to be a template" | |
7bf81eee PT |
13889 | msgstr "" |
13890 | ||
d5706a1e ZW |
13891 | #: cp/decl.c:5597 |
13892 | msgid "cannot declare %<::main%> to be inline" | |
7bf81eee PT |
13893 | msgstr "" |
13894 | ||
d5706a1e ZW |
13895 | #: cp/decl.c:5599 |
13896 | msgid "cannot declare %<::main%> to be static" | |
7bf81eee PT |
13897 | msgstr "" |
13898 | ||
d5706a1e ZW |
13899 | #: cp/decl.c:5603 |
13900 | msgid "%<::main%> must return %<int%>" | |
7bf81eee PT |
13901 | msgstr "" |
13902 | ||
d5706a1e ZW |
13903 | #: cp/decl.c:5633 |
13904 | msgid "non-local function %q#D uses anonymous type" | |
7bf81eee PT |
13905 | msgstr "" |
13906 | ||
d5706a1e | 13907 | #: cp/decl.c:5636 cp/decl.c:5982 |
b97e55da | 13908 | msgid "" |
d5706a1e | 13909 | "%q#D does not refer to the unqualified type, so it is not used for linkage" |
7bf81eee PT |
13910 | msgstr "" |
13911 | ||
d5706a1e ZW |
13912 | #: cp/decl.c:5642 |
13913 | msgid "non-local function %q#D uses local type %qT" | |
7bf81eee PT |
13914 | msgstr "" |
13915 | ||
d5706a1e ZW |
13916 | #: cp/decl.c:5665 |
13917 | msgid "%smember function %qD cannot have cv-qualifier" | |
7bf81eee PT |
13918 | msgstr "" |
13919 | ||
d5706a1e ZW |
13920 | #: cp/decl.c:5689 |
13921 | msgid "defining explicit specialization %qD in friend declaration" | |
7bf81eee PT |
13922 | msgstr "" |
13923 | ||
b97e55da | 13924 | #. Something like `template <class T> friend void f<T>()'. |
d5706a1e ZW |
13925 | #: cp/decl.c:5699 |
13926 | msgid "invalid use of template-id %qD in declaration of primary template" | |
7bf81eee PT |
13927 | msgstr "" |
13928 | ||
d5706a1e | 13929 | #: cp/decl.c:5727 |
b97e55da JM |
13930 | msgid "" |
13931 | "default arguments are not allowed in declaration of friend template " | |
d5706a1e | 13932 | "specialization %qD" |
7bf81eee PT |
13933 | msgstr "" |
13934 | ||
d5706a1e | 13935 | #: cp/decl.c:5735 |
b97e55da | 13936 | msgid "" |
d5706a1e ZW |
13937 | "%<inline%> is not allowed in declaration of friend template specialization %" |
13938 | "qD" | |
7bf81eee PT |
13939 | msgstr "" |
13940 | ||
d5706a1e ZW |
13941 | #: cp/decl.c:5802 |
13942 | msgid "definition of implicitly-declared %qD" | |
7bf81eee PT |
13943 | msgstr "" |
13944 | ||
d5706a1e ZW |
13945 | #: cp/decl.c:5822 cp/decl2.c:719 |
13946 | msgid "no %q#D member function declared in class %qT" | |
7bf81eee PT |
13947 | msgstr "" |
13948 | ||
de104104 | 13949 | #. It's a typedef referring to an anonymous type. |
d5706a1e ZW |
13950 | #: cp/decl.c:5979 |
13951 | msgid "non-local variable %q#D uses anonymous type" | |
b1b51268 JM |
13952 | msgstr "" |
13953 | ||
d5706a1e ZW |
13954 | #: cp/decl.c:5988 |
13955 | msgid "non-local variable %q#D uses local type %qT" | |
7bf81eee PT |
13956 | msgstr "" |
13957 | ||
d5706a1e | 13958 | #: cp/decl.c:6103 |
b97e55da | 13959 | msgid "" |
d5706a1e ZW |
13960 | "invalid in-class initialization of static data member of non-integral type %" |
13961 | "qT" | |
3855d0d1 JM |
13962 | msgstr "" |
13963 | ||
d5706a1e ZW |
13964 | #: cp/decl.c:6113 |
13965 | msgid "ISO C++ forbids in-class initialization of non-const static member %qD" | |
3855d0d1 JM |
13966 | msgstr "" |
13967 | ||
d5706a1e | 13968 | #: cp/decl.c:6117 |
b97e55da | 13969 | msgid "" |
d5706a1e ZW |
13970 | "ISO C++ forbids initialization of member constant %qD of non-integral type %" |
13971 | "qT" | |
3855d0d1 JM |
13972 | msgstr "" |
13973 | ||
d5706a1e ZW |
13974 | #: cp/decl.c:6137 |
13975 | msgid "size of array %qD has non-integral type %qT" | |
3855d0d1 JM |
13976 | msgstr "" |
13977 | ||
d5706a1e ZW |
13978 | #: cp/decl.c:6139 |
13979 | msgid "size of array has non-integral type %qT" | |
a47a6810 JM |
13980 | msgstr "" |
13981 | ||
d5706a1e ZW |
13982 | #: cp/decl.c:6175 |
13983 | msgid "size of array %qD is negative" | |
a47a6810 JM |
13984 | msgstr "" |
13985 | ||
d5706a1e | 13986 | #: cp/decl.c:6177 |
b97e55da | 13987 | msgid "size of array is negative" |
7bf81eee PT |
13988 | msgstr "" |
13989 | ||
d5706a1e ZW |
13990 | #: cp/decl.c:6185 |
13991 | msgid "ISO C++ forbids zero-size array %qD" | |
3855d0d1 JM |
13992 | msgstr "" |
13993 | ||
d5706a1e | 13994 | #: cp/decl.c:6187 |
b97e55da | 13995 | msgid "ISO C++ forbids zero-size array" |
3855d0d1 JM |
13996 | msgstr "" |
13997 | ||
d5706a1e ZW |
13998 | #: cp/decl.c:6194 |
13999 | msgid "size of array %qD is not an integral constant-expression" | |
a47a6810 JM |
14000 | msgstr "" |
14001 | ||
d5706a1e | 14002 | #: cp/decl.c:6197 |
b97e55da | 14003 | msgid "size of array is not an integral constant-expression" |
a47a6810 JM |
14004 | msgstr "" |
14005 | ||
d5706a1e ZW |
14006 | #: cp/decl.c:6202 |
14007 | msgid "ISO C++ forbids variable-size array %qD" | |
a47a6810 JM |
14008 | msgstr "" |
14009 | ||
d5706a1e | 14010 | #: cp/decl.c:6204 |
b97e55da | 14011 | msgid "ISO C++ forbids variable-size array" |
a47a6810 JM |
14012 | msgstr "" |
14013 | ||
d5706a1e | 14014 | #: cp/decl.c:6234 |
b97e55da | 14015 | msgid "overflow in array dimension" |
a47a6810 JM |
14016 | msgstr "" |
14017 | ||
d5706a1e ZW |
14018 | #: cp/decl.c:6309 |
14019 | msgid "declaration of %qD as %s" | |
3855d0d1 JM |
14020 | msgstr "" |
14021 | ||
d5706a1e | 14022 | #: cp/decl.c:6311 |
b97e55da JM |
14023 | #, c-format |
14024 | msgid "creating %s" | |
7bf81eee PT |
14025 | msgstr "" |
14026 | ||
d5706a1e | 14027 | #: cp/decl.c:6323 |
b97e55da | 14028 | msgid "" |
d5706a1e | 14029 | "declaration of %qD as multidimensional array must have bounds for all " |
b97e55da | 14030 | "dimensions except the first" |
7bf81eee PT |
14031 | msgstr "" |
14032 | ||
d5706a1e | 14033 | #: cp/decl.c:6327 |
3855d0d1 | 14034 | msgid "" |
b97e55da | 14035 | "multidimensional array must have bounds for all dimensions except the first" |
3855d0d1 JM |
14036 | msgstr "" |
14037 | ||
d5706a1e | 14038 | #: cp/decl.c:6362 |
b97e55da | 14039 | msgid "return type specification for constructor invalid" |
3855d0d1 JM |
14040 | msgstr "" |
14041 | ||
d5706a1e | 14042 | #: cp/decl.c:6372 |
b97e55da | 14043 | msgid "return type specification for destructor invalid" |
3855d0d1 JM |
14044 | msgstr "" |
14045 | ||
d5706a1e ZW |
14046 | #: cp/decl.c:6385 |
14047 | msgid "operator %qT declared to return %qT" | |
3855d0d1 JM |
14048 | msgstr "" |
14049 | ||
d5706a1e ZW |
14050 | #: cp/decl.c:6387 |
14051 | msgid "return type specified for %<operator %T%>" | |
3855d0d1 JM |
14052 | msgstr "" |
14053 | ||
d5706a1e ZW |
14054 | #: cp/decl.c:6557 |
14055 | msgid "type %qT is not derived from type %qT" | |
7bf81eee PT |
14056 | msgstr "" |
14057 | ||
d5706a1e ZW |
14058 | #: cp/decl.c:6602 |
14059 | msgid "declarator-id missing; using reserved word %qD" | |
3855d0d1 JM |
14060 | msgstr "" |
14061 | ||
d5706a1e ZW |
14062 | #: cp/decl.c:6658 |
14063 | msgid "declaration of %qD as non-function" | |
7bf81eee PT |
14064 | msgstr "" |
14065 | ||
d5706a1e | 14066 | #: cp/decl.c:6691 |
807ab1f2 | 14067 | #, c-format |
d5706a1e | 14068 | msgid "two or more data types in declaration of %qs" |
3855d0d1 JM |
14069 | msgstr "" |
14070 | ||
d5706a1e ZW |
14071 | #: cp/decl.c:6734 |
14072 | msgid "ISO C++ does not support %<long long%>" | |
3855d0d1 JM |
14073 | msgstr "" |
14074 | ||
d5706a1e | 14075 | #: cp/decl.c:6794 cp/decl.c:6796 |
807ab1f2 | 14076 | #, c-format |
d5706a1e | 14077 | msgid "ISO C++ forbids declaration of %qs with no type" |
3855d0d1 JM |
14078 | msgstr "" |
14079 | ||
d5706a1e | 14080 | #: cp/decl.c:6821 |
807ab1f2 | 14081 | #, c-format |
d5706a1e | 14082 | msgid "short, signed or unsigned invalid for %qs" |
3855d0d1 JM |
14083 | msgstr "" |
14084 | ||
d5706a1e | 14085 | #: cp/decl.c:6823 |
807ab1f2 | 14086 | #, c-format |
d5706a1e | 14087 | msgid "long, short, signed or unsigned invalid for %qs" |
3855d0d1 JM |
14088 | msgstr "" |
14089 | ||
d5706a1e | 14090 | #: cp/decl.c:6825 |
807ab1f2 | 14091 | #, c-format |
d5706a1e | 14092 | msgid "long and short specified together for %qs" |
a47a6810 JM |
14093 | msgstr "" |
14094 | ||
d5706a1e | 14095 | #: cp/decl.c:6827 |
807ab1f2 | 14096 | #, c-format |
d5706a1e | 14097 | msgid "long or short specified with char for %qs" |
3855d0d1 JM |
14098 | msgstr "" |
14099 | ||
d5706a1e | 14100 | #: cp/decl.c:6829 |
b97e55da | 14101 | #, c-format |
d5706a1e | 14102 | msgid "long or short specified with floating type for %qs" |
3855d0d1 JM |
14103 | msgstr "" |
14104 | ||
d5706a1e | 14105 | #: cp/decl.c:6831 |
b97e55da | 14106 | #, c-format |
d5706a1e | 14107 | msgid "signed and unsigned given together for %qs" |
3855d0d1 JM |
14108 | msgstr "" |
14109 | ||
d5706a1e | 14110 | #: cp/decl.c:6837 |
b97e55da | 14111 | #, c-format |
d5706a1e | 14112 | msgid "long, short, signed or unsigned used invalidly for %qs" |
3855d0d1 JM |
14113 | msgstr "" |
14114 | ||
d5706a1e | 14115 | #: cp/decl.c:6902 |
b97e55da | 14116 | #, c-format |
d5706a1e | 14117 | msgid "complex invalid for %qs" |
3855d0d1 JM |
14118 | msgstr "" |
14119 | ||
d5706a1e ZW |
14120 | #: cp/decl.c:6931 |
14121 | msgid "qualifiers are not allowed on declaration of %<operator %T%>" | |
3855d0d1 JM |
14122 | msgstr "" |
14123 | ||
d5706a1e ZW |
14124 | #: cp/decl.c:6952 |
14125 | msgid "member %qD cannot be declared both virtual and static" | |
3855d0d1 JM |
14126 | msgstr "" |
14127 | ||
d5706a1e ZW |
14128 | #: cp/decl.c:6959 |
14129 | msgid "%<%T::%D%> is not a valid declarator" | |
3855d0d1 JM |
14130 | msgstr "" |
14131 | ||
d5706a1e | 14132 | #: cp/decl.c:6967 |
807ab1f2 | 14133 | msgid "typedef declaration invalid in parameter declaration" |
3855d0d1 JM |
14134 | msgstr "" |
14135 | ||
d5706a1e | 14136 | #: cp/decl.c:6971 |
807ab1f2 | 14137 | msgid "storage class specifiers invalid in parameter declarations" |
3855d0d1 JM |
14138 | msgstr "" |
14139 | ||
d5706a1e | 14140 | #: cp/decl.c:6978 |
b97e55da | 14141 | msgid "virtual outside class declaration" |
3855d0d1 JM |
14142 | msgstr "" |
14143 | ||
d5706a1e | 14144 | #: cp/decl.c:6991 |
807ab1f2 JM |
14145 | #, c-format |
14146 | msgid "multiple storage classes in declaration of `%s'" | |
14147 | msgstr "" | |
14148 | ||
d5706a1e | 14149 | #: cp/decl.c:6998 |
807ab1f2 | 14150 | #, c-format |
d5706a1e | 14151 | msgid "multiple storage classes in declaration of %qs" |
807ab1f2 JM |
14152 | msgstr "" |
14153 | ||
d5706a1e | 14154 | #: cp/decl.c:7041 |
807ab1f2 | 14155 | #, c-format |
d5706a1e | 14156 | msgid "storage class specified for %s %qs" |
3855d0d1 JM |
14157 | msgstr "" |
14158 | ||
de104104 | 14159 | #: cp/decl.c:7078 |
d5706a1e | 14160 | msgid "top-level declaration of %qs specifies %<auto%>" |
807ab1f2 JM |
14161 | msgstr "" |
14162 | ||
d5706a1e | 14163 | #: cp/decl.c:7090 |
b97e55da | 14164 | msgid "storage class specifiers invalid in friend function declarations" |
3855d0d1 JM |
14165 | msgstr "" |
14166 | ||
d5706a1e | 14167 | #: cp/decl.c:7224 |
807ab1f2 | 14168 | msgid "destructor cannot be static member function" |
a47a6810 JM |
14169 | msgstr "" |
14170 | ||
d5706a1e | 14171 | #: cp/decl.c:7227 |
807ab1f2 | 14172 | msgid "destructors may not be cv-qualified" |
7bf81eee PT |
14173 | msgstr "" |
14174 | ||
d5706a1e | 14175 | #: cp/decl.c:7247 |
807ab1f2 JM |
14176 | msgid "constructor cannot be static member function" |
14177 | msgstr "" | |
14178 | ||
d5706a1e | 14179 | #: cp/decl.c:7250 |
807ab1f2 | 14180 | msgid "constructors cannot be declared virtual" |
7bf81eee PT |
14181 | msgstr "" |
14182 | ||
d5706a1e | 14183 | #: cp/decl.c:7255 |
807ab1f2 | 14184 | msgid "constructors may not be cv-qualified" |
7bf81eee PT |
14185 | msgstr "" |
14186 | ||
d5706a1e | 14187 | #: cp/decl.c:7275 |
b97e55da | 14188 | #, c-format |
d5706a1e | 14189 | msgid "can't initialize friend function %qs" |
3855d0d1 JM |
14190 | msgstr "" |
14191 | ||
b97e55da | 14192 | #. Cannot be both friend and virtual. |
d5706a1e | 14193 | #: cp/decl.c:7279 |
b97e55da | 14194 | msgid "virtual functions cannot be friends" |
7bf81eee PT |
14195 | msgstr "" |
14196 | ||
d5706a1e | 14197 | #: cp/decl.c:7283 |
b97e55da | 14198 | msgid "friend declaration not in class definition" |
d9b2742a ZW |
14199 | msgstr "" |
14200 | ||
d5706a1e | 14201 | #: cp/decl.c:7285 |
b97e55da | 14202 | #, c-format |
d5706a1e | 14203 | msgid "can't define friend function %qs in a local class definition" |
d9b2742a ZW |
14204 | msgstr "" |
14205 | ||
d5706a1e | 14206 | #: cp/decl.c:7298 |
b97e55da | 14207 | msgid "destructors may not have parameters" |
d9b2742a ZW |
14208 | msgstr "" |
14209 | ||
d5706a1e ZW |
14210 | #: cp/decl.c:7316 cp/decl.c:7323 |
14211 | msgid "cannot declare reference to %q#T" | |
3855d0d1 JM |
14212 | msgstr "" |
14213 | ||
d5706a1e ZW |
14214 | #: cp/decl.c:7317 |
14215 | msgid "cannot declare pointer to %q#T" | |
3855d0d1 JM |
14216 | msgstr "" |
14217 | ||
d5706a1e ZW |
14218 | #: cp/decl.c:7325 |
14219 | msgid "cannot declare pointer to %q#T member" | |
807ab1f2 JM |
14220 | msgstr "" |
14221 | ||
d5706a1e ZW |
14222 | #: cp/decl.c:7381 |
14223 | msgid "template-id %qD used as a declarator" | |
3855d0d1 JM |
14224 | msgstr "" |
14225 | ||
d5706a1e ZW |
14226 | #: cp/decl.c:7432 |
14227 | msgid "extra qualification %<%T::%> on member %qs ignored" | |
3855d0d1 JM |
14228 | msgstr "" |
14229 | ||
d5706a1e ZW |
14230 | #: cp/decl.c:7451 |
14231 | msgid "cannot declare member function %<%T::%s%> within %<%T%>" | |
3855d0d1 JM |
14232 | msgstr "" |
14233 | ||
d5706a1e ZW |
14234 | #: cp/decl.c:7466 |
14235 | msgid "cannot declare member %<%T::%s%> within %qT" | |
807ab1f2 JM |
14236 | msgstr "" |
14237 | ||
d5706a1e ZW |
14238 | #: cp/decl.c:7505 |
14239 | msgid "data member may not have variably modified type %qT" | |
3855d0d1 JM |
14240 | msgstr "" |
14241 | ||
d5706a1e ZW |
14242 | #: cp/decl.c:7507 |
14243 | msgid "parameter may not have variably modified type %qT" | |
7bf81eee PT |
14244 | msgstr "" |
14245 | ||
b97e55da JM |
14246 | #. [dcl.fct.spec] The explicit specifier shall only be used in |
14247 | #. declarations of constructors within a class definition. | |
d5706a1e ZW |
14248 | #: cp/decl.c:7515 |
14249 | msgid "only declarations of constructors can be %<explicit%>" | |
3855d0d1 JM |
14250 | msgstr "" |
14251 | ||
d5706a1e ZW |
14252 | #: cp/decl.c:7523 |
14253 | msgid "non-member %qs cannot be declared %<mutable%>" | |
7bf81eee PT |
14254 | msgstr "" |
14255 | ||
d5706a1e ZW |
14256 | #: cp/decl.c:7528 |
14257 | msgid "non-object member %qs cannot be declared %<mutable%>" | |
3855d0d1 JM |
14258 | msgstr "" |
14259 | ||
d5706a1e ZW |
14260 | #: cp/decl.c:7534 |
14261 | msgid "function %qs cannot be declared %<mutable%>" | |
7bf81eee PT |
14262 | msgstr "" |
14263 | ||
d5706a1e ZW |
14264 | #: cp/decl.c:7539 |
14265 | msgid "static %qs cannot be declared %<mutable%>" | |
3855d0d1 JM |
14266 | msgstr "" |
14267 | ||
d5706a1e ZW |
14268 | #: cp/decl.c:7544 |
14269 | msgid "const %qs cannot be declared %<mutable%>" | |
7bf81eee PT |
14270 | msgstr "" |
14271 | ||
d5706a1e ZW |
14272 | #: cp/decl.c:7562 |
14273 | msgid "ISO C++ forbids nested type %qD with same name as enclosing class" | |
7bf81eee PT |
14274 | msgstr "" |
14275 | ||
d5706a1e | 14276 | #: cp/decl.c:7571 |
b97e55da | 14277 | msgid "%Jtypedef name may not be a nested-name-specifier" |
7bf81eee PT |
14278 | msgstr "" |
14279 | ||
d5706a1e | 14280 | #: cp/decl.c:7617 |
b97e55da | 14281 | msgid "%Jinvalid type qualifier for non-member function type" |
7bf81eee PT |
14282 | msgstr "" |
14283 | ||
d5706a1e | 14284 | #: cp/decl.c:7680 |
b97e55da | 14285 | msgid "type qualifiers specified for friend class declaration" |
7bf81eee PT |
14286 | msgstr "" |
14287 | ||
d5706a1e ZW |
14288 | #: cp/decl.c:7685 |
14289 | msgid "%<inline%> specified for friend class declaration" | |
7bf81eee PT |
14290 | msgstr "" |
14291 | ||
d5706a1e | 14292 | #: cp/decl.c:7693 |
b97e55da | 14293 | msgid "template parameters cannot be friends" |
3855d0d1 JM |
14294 | msgstr "" |
14295 | ||
d5706a1e ZW |
14296 | #: cp/decl.c:7695 |
14297 | msgid "friend declaration requires class-key, i.e. %<friend class %T::%D%>" | |
3855d0d1 JM |
14298 | msgstr "" |
14299 | ||
d5706a1e ZW |
14300 | #: cp/decl.c:7699 |
14301 | msgid "friend declaration requires class-key, i.e. %<friend %#T%>" | |
3855d0d1 JM |
14302 | msgstr "" |
14303 | ||
d5706a1e ZW |
14304 | #: cp/decl.c:7712 |
14305 | msgid "trying to make class %qT a friend of global scope" | |
3855d0d1 JM |
14306 | msgstr "" |
14307 | ||
d5706a1e | 14308 | #: cp/decl.c:7723 |
b97e55da | 14309 | msgid "invalid qualifiers on non-member function type" |
3855d0d1 JM |
14310 | msgstr "" |
14311 | ||
d5706a1e ZW |
14312 | #: cp/decl.c:7742 |
14313 | msgid "abstract declarator %qT used as declaration" | |
7bf81eee PT |
14314 | msgstr "" |
14315 | ||
d5706a1e | 14316 | #: cp/decl.c:7754 |
b97e55da | 14317 | msgid "unnamed variable or field declared void" |
7bf81eee PT |
14318 | msgstr "" |
14319 | ||
d5706a1e | 14320 | #: cp/decl.c:7761 |
b97e55da | 14321 | msgid "variable or field declared void" |
3855d0d1 JM |
14322 | msgstr "" |
14323 | ||
d5706a1e ZW |
14324 | #: cp/decl.c:7771 |
14325 | msgid "cannot use %<::%> in parameter declaration" | |
7bf81eee PT |
14326 | msgstr "" |
14327 | ||
b97e55da | 14328 | #. Something like struct S { int N::j; }; |
d5706a1e ZW |
14329 | #: cp/decl.c:7816 |
14330 | msgid "invalid use of %<::%>" | |
3855d0d1 JM |
14331 | msgstr "" |
14332 | ||
d5706a1e ZW |
14333 | #: cp/decl.c:7828 |
14334 | msgid "function %qD cannot be declared friend" | |
7bf81eee PT |
14335 | msgstr "" |
14336 | ||
d5706a1e ZW |
14337 | #: cp/decl.c:7840 |
14338 | msgid "can't make %qD into a method -- not in a class" | |
3855d0d1 JM |
14339 | msgstr "" |
14340 | ||
d5706a1e ZW |
14341 | #: cp/decl.c:7849 |
14342 | msgid "function %qD declared virtual inside a union" | |
7bf81eee PT |
14343 | msgstr "" |
14344 | ||
d5706a1e ZW |
14345 | #: cp/decl.c:7858 |
14346 | msgid "%qD cannot be declared virtual, since it is always static" | |
3855d0d1 JM |
14347 | msgstr "" |
14348 | ||
d5706a1e ZW |
14349 | #: cp/decl.c:7938 |
14350 | msgid "field %qD has incomplete type" | |
3855d0d1 JM |
14351 | msgstr "" |
14352 | ||
d5706a1e ZW |
14353 | #: cp/decl.c:7940 |
14354 | msgid "name %qT has incomplete type" | |
7bf81eee PT |
14355 | msgstr "" |
14356 | ||
d5706a1e ZW |
14357 | #: cp/decl.c:7949 |
14358 | msgid " in instantiation of template %qT" | |
3855d0d1 JM |
14359 | msgstr "" |
14360 | ||
d5706a1e | 14361 | #: cp/decl.c:7959 |
3855d0d1 | 14362 | #, c-format |
d5706a1e | 14363 | msgid "%qE is neither function nor member function; cannot be declared friend" |
3855d0d1 JM |
14364 | msgstr "" |
14365 | ||
d5706a1e | 14366 | #: cp/decl.c:7970 |
b97e55da | 14367 | msgid "member functions are implicitly friends of their class" |
3855d0d1 JM |
14368 | msgstr "" |
14369 | ||
b97e55da JM |
14370 | #. An attempt is being made to initialize a non-static |
14371 | #. member. But, from [class.mem]: | |
14372 | #. | |
14373 | #. 4 A member-declarator can contain a | |
14374 | #. constant-initializer only if it declares a static | |
14375 | #. member (_class.static_) of integral or enumeration | |
14376 | #. type, see _class.static.data_. | |
14377 | #. | |
14378 | #. This used to be relatively common practice, but | |
14379 | #. the rest of the compiler does not correctly | |
14380 | #. handle the initialization unless the member is | |
14381 | #. static so we make it static below. | |
d5706a1e ZW |
14382 | #: cp/decl.c:8010 |
14383 | msgid "ISO C++ forbids initialization of member %qD" | |
3855d0d1 JM |
14384 | msgstr "" |
14385 | ||
d5706a1e ZW |
14386 | #: cp/decl.c:8012 |
14387 | msgid "making %qD static" | |
7bf81eee PT |
14388 | msgstr "" |
14389 | ||
d5706a1e ZW |
14390 | #: cp/decl.c:8070 |
14391 | msgid "storage class %<auto%> invalid for function %qs" | |
3855d0d1 JM |
14392 | msgstr "" |
14393 | ||
d5706a1e ZW |
14394 | #: cp/decl.c:8072 |
14395 | msgid "storage class %<register%> invalid for function %qs" | |
7bf81eee PT |
14396 | msgstr "" |
14397 | ||
d5706a1e ZW |
14398 | #: cp/decl.c:8074 |
14399 | msgid "storage class %<__thread%> invalid for function %qs" | |
3855d0d1 JM |
14400 | msgstr "" |
14401 | ||
d5706a1e | 14402 | #: cp/decl.c:8085 |
b97e55da | 14403 | msgid "" |
d5706a1e | 14404 | "%<static%> specified invalid for function %qs declared out of global scope" |
7bf81eee PT |
14405 | msgstr "" |
14406 | ||
d5706a1e | 14407 | #: cp/decl.c:8088 |
b97e55da | 14408 | msgid "" |
d5706a1e | 14409 | "%<inline%> specifier invalid for function %qs declared out of global scope" |
7bf81eee PT |
14410 | msgstr "" |
14411 | ||
d5706a1e | 14412 | #: cp/decl.c:8096 |
b97e55da | 14413 | #, c-format |
d5706a1e | 14414 | msgid "virtual non-class function %qs" |
7bf81eee PT |
14415 | msgstr "" |
14416 | ||
d5706a1e ZW |
14417 | #: cp/decl.c:8127 |
14418 | msgid "cannot declare member function %qD to have static linkage" | |
7bf81eee PT |
14419 | msgstr "" |
14420 | ||
b97e55da | 14421 | #. FIXME need arm citation |
d5706a1e | 14422 | #: cp/decl.c:8134 |
b97e55da | 14423 | msgid "cannot declare static function inside another function" |
7bf81eee PT |
14424 | msgstr "" |
14425 | ||
d5706a1e | 14426 | #: cp/decl.c:8163 |
b97e55da | 14427 | msgid "" |
d5706a1e | 14428 | "%<static%> may not be used when defining (as opposed to declaring) a static " |
b97e55da | 14429 | "data member" |
7bf81eee PT |
14430 | msgstr "" |
14431 | ||
d5706a1e ZW |
14432 | #: cp/decl.c:8170 |
14433 | msgid "static member %qD declared %<register%>" | |
7bf81eee PT |
14434 | msgstr "" |
14435 | ||
d5706a1e ZW |
14436 | #: cp/decl.c:8175 |
14437 | msgid "cannot explicitly declare member %q#D to have extern linkage" | |
3855d0d1 JM |
14438 | msgstr "" |
14439 | ||
d5706a1e ZW |
14440 | #: cp/decl.c:8316 |
14441 | msgid "default argument for %q#D has type %qT" | |
3855d0d1 JM |
14442 | msgstr "" |
14443 | ||
d5706a1e ZW |
14444 | #: cp/decl.c:8319 |
14445 | msgid "default argument for parameter of type %qT has type %qT" | |
3855d0d1 JM |
14446 | msgstr "" |
14447 | ||
d5706a1e ZW |
14448 | #: cp/decl.c:8336 |
14449 | msgid "default argument %qE uses local variable %qD" | |
3855d0d1 JM |
14450 | msgstr "" |
14451 | ||
d5706a1e ZW |
14452 | #: cp/decl.c:8404 |
14453 | msgid "parameter %qD invalidly declared method type" | |
3855d0d1 JM |
14454 | msgstr "" |
14455 | ||
d5706a1e ZW |
14456 | #: cp/decl.c:8428 |
14457 | msgid "parameter %qD includes %s to array of unknown bound %qT" | |
3855d0d1 JM |
14458 | msgstr "" |
14459 | ||
b97e55da JM |
14460 | #. [class.copy] |
14461 | #. | |
14462 | #. A declaration of a constructor for a class X is ill-formed if | |
14463 | #. its first parameter is of type (optionally cv-qualified) X | |
14464 | #. and either there are no other parameters or else all other | |
14465 | #. parameters have default arguments. | |
14466 | #. | |
14467 | #. We *don't* complain about member template instantiations that | |
14468 | #. have this form, though; they can occur as we try to decide | |
14469 | #. what constructor to use during overload resolution. Since | |
14470 | #. overload resolution will never prefer such a constructor to | |
14471 | #. the non-template copy constructor (which is either explicitly | |
14472 | #. or implicitly defined), there's no need to worry about their | |
14473 | #. existence. Theoretically, they should never even be | |
14474 | #. instantiated, but that's hard to forestall. | |
d5706a1e ZW |
14475 | #: cp/decl.c:8586 |
14476 | msgid "invalid constructor; you probably meant %<%T (const %T&)%>" | |
3855d0d1 JM |
14477 | msgstr "" |
14478 | ||
d5706a1e ZW |
14479 | #: cp/decl.c:8710 |
14480 | msgid "%qD may not be declared within a namespace" | |
807ab1f2 JM |
14481 | msgstr "" |
14482 | ||
d5706a1e ZW |
14483 | #: cp/decl.c:8712 |
14484 | msgid "%qD may not be declared as static" | |
807ab1f2 JM |
14485 | msgstr "" |
14486 | ||
d5706a1e ZW |
14487 | #: cp/decl.c:8732 |
14488 | msgid "%qD must be a nonstatic member function" | |
3855d0d1 JM |
14489 | msgstr "" |
14490 | ||
d5706a1e | 14491 | #: cp/decl.c:8738 |
b97e55da | 14492 | msgid "" |
d5706a1e | 14493 | "%qD must be either a non-static member function or a non-member function" |
a47a6810 JM |
14494 | msgstr "" |
14495 | ||
d5706a1e ZW |
14496 | #: cp/decl.c:8756 |
14497 | msgid "%qD must have an argument of class or enumerated type" | |
a47a6810 JM |
14498 | msgstr "" |
14499 | ||
d5706a1e | 14500 | #: cp/decl.c:8791 |
b97e55da JM |
14501 | #, c-format |
14502 | msgid "conversion to %s%s will never use a type conversion operator" | |
a47a6810 JM |
14503 | msgstr "" |
14504 | ||
b97e55da | 14505 | #. 13.4.0.3 |
d5706a1e | 14506 | #: cp/decl.c:8799 |
b97e55da | 14507 | msgid "ISO C++ prohibits overloading operator ?:" |
a47a6810 JM |
14508 | msgstr "" |
14509 | ||
d5706a1e ZW |
14510 | #: cp/decl.c:8849 |
14511 | msgid "postfix %qD must take %<int%> as its argument" | |
a47a6810 JM |
14512 | msgstr "" |
14513 | ||
d5706a1e ZW |
14514 | #: cp/decl.c:8853 |
14515 | msgid "postfix %qD must take %<int%> as its second argument" | |
3855d0d1 JM |
14516 | msgstr "" |
14517 | ||
d5706a1e ZW |
14518 | #: cp/decl.c:8860 |
14519 | msgid "%qD must take either zero or one argument" | |
7bf81eee PT |
14520 | msgstr "" |
14521 | ||
d5706a1e ZW |
14522 | #: cp/decl.c:8862 |
14523 | msgid "%qD must take either one or two arguments" | |
7bf81eee PT |
14524 | msgstr "" |
14525 | ||
d5706a1e ZW |
14526 | #: cp/decl.c:8883 |
14527 | msgid "prefix %qD should return %qT" | |
7bf81eee PT |
14528 | msgstr "" |
14529 | ||
d5706a1e ZW |
14530 | #: cp/decl.c:8889 |
14531 | msgid "postfix %qD should return %qT" | |
7bf81eee PT |
14532 | msgstr "" |
14533 | ||
d5706a1e ZW |
14534 | #: cp/decl.c:8898 |
14535 | msgid "%qD must take %<void%>" | |
3855d0d1 JM |
14536 | msgstr "" |
14537 | ||
d5706a1e ZW |
14538 | #: cp/decl.c:8900 cp/decl.c:8908 |
14539 | msgid "%qD must take exactly one argument" | |
7bf81eee PT |
14540 | msgstr "" |
14541 | ||
d5706a1e ZW |
14542 | #: cp/decl.c:8910 |
14543 | msgid "%qD must take exactly two arguments" | |
7bf81eee PT |
14544 | msgstr "" |
14545 | ||
d5706a1e ZW |
14546 | #: cp/decl.c:8918 |
14547 | msgid "user-defined %qD always evaluates both arguments" | |
7bf81eee PT |
14548 | msgstr "" |
14549 | ||
d5706a1e ZW |
14550 | #: cp/decl.c:8932 |
14551 | msgid "%qD should return by value" | |
7bf81eee PT |
14552 | msgstr "" |
14553 | ||
d5706a1e ZW |
14554 | #: cp/decl.c:8944 cp/decl.c:8947 |
14555 | msgid "%qD cannot have default arguments" | |
7bf81eee PT |
14556 | msgstr "" |
14557 | ||
d5706a1e ZW |
14558 | #: cp/decl.c:9007 |
14559 | msgid "using typedef-name %qD after %qs" | |
7bf81eee PT |
14560 | msgstr "" |
14561 | ||
d5706a1e ZW |
14562 | #: cp/decl.c:9013 |
14563 | msgid "using template type parameter %qT after %qs" | |
9e620082 ZW |
14564 | msgstr "" |
14565 | ||
d5706a1e ZW |
14566 | #: cp/decl.c:9021 |
14567 | msgid "%qT referred to as %qs" | |
7bf81eee PT |
14568 | msgstr "" |
14569 | ||
d5706a1e ZW |
14570 | #: cp/decl.c:9027 |
14571 | msgid "%qT referred to as enum" | |
7bf81eee PT |
14572 | msgstr "" |
14573 | ||
b97e55da JM |
14574 | #. If a class template appears as elaborated type specifier |
14575 | #. without a template header such as: | |
14576 | #. | |
14577 | #. template <class T> class C {}; | |
14578 | #. void f(class C); // No template header here | |
14579 | #. | |
14580 | #. then the required template argument is missing. | |
d5706a1e ZW |
14581 | #: cp/decl.c:9042 |
14582 | msgid "template argument required for %<%s %T%>" | |
7bf81eee PT |
14583 | msgstr "" |
14584 | ||
d5706a1e ZW |
14585 | #: cp/decl.c:9187 |
14586 | msgid "use of enum %q#D without previous declaration" | |
d9b2742a ZW |
14587 | msgstr "" |
14588 | ||
d5706a1e ZW |
14589 | #: cp/decl.c:9205 |
14590 | msgid "redeclaration of %qT as a non-template" | |
807ab1f2 JM |
14591 | msgstr "" |
14592 | ||
d5706a1e ZW |
14593 | #: cp/decl.c:9298 |
14594 | msgid "derived union %qT invalid" | |
7bf81eee PT |
14595 | msgstr "" |
14596 | ||
d5706a1e ZW |
14597 | #: cp/decl.c:9304 |
14598 | msgid "Java class %qT cannot have multiple bases" | |
7bf81eee PT |
14599 | msgstr "" |
14600 | ||
d5706a1e ZW |
14601 | #: cp/decl.c:9312 |
14602 | msgid "Java class %qT cannot have virtual bases" | |
7bf81eee PT |
14603 | msgstr "" |
14604 | ||
d5706a1e ZW |
14605 | #: cp/decl.c:9331 |
14606 | msgid "base type %qT fails to be a struct or class type" | |
7bf81eee PT |
14607 | msgstr "" |
14608 | ||
d5706a1e ZW |
14609 | #: cp/decl.c:9364 |
14610 | msgid "recursive type %qT undefined" | |
01b84e13 JM |
14611 | msgstr "" |
14612 | ||
d5706a1e ZW |
14613 | #: cp/decl.c:9366 |
14614 | msgid "duplicate base type %qT invalid" | |
01b84e13 JM |
14615 | msgstr "" |
14616 | ||
d5706a1e ZW |
14617 | #: cp/decl.c:9434 |
14618 | msgid "multiple definition of %q#T" | |
7bf81eee PT |
14619 | msgstr "" |
14620 | ||
d5706a1e | 14621 | #: cp/decl.c:9435 |
b97e55da | 14622 | msgid "%Jprevious definition here" |
7bf81eee PT |
14623 | msgstr "" |
14624 | ||
b06c20ee JM |
14625 | #. DR 377 |
14626 | #. | |
14627 | #. IF no integral type can represent all the enumerator values, the | |
14628 | #. enumeration is ill-formed. | |
d5706a1e ZW |
14629 | #: cp/decl.c:9560 |
14630 | msgid "no integral type can represent all of the enumerator values for %qT" | |
7bf81eee PT |
14631 | msgstr "" |
14632 | ||
d5706a1e ZW |
14633 | #: cp/decl.c:9661 |
14634 | msgid "enumerator value for %qD not integer constant" | |
7bf81eee PT |
14635 | msgstr "" |
14636 | ||
d5706a1e ZW |
14637 | #: cp/decl.c:9688 |
14638 | msgid "overflow in enumeration values at %qD" | |
7bf81eee PT |
14639 | msgstr "" |
14640 | ||
d5706a1e ZW |
14641 | #: cp/decl.c:9759 |
14642 | msgid "return type %q#T is incomplete" | |
7bf81eee PT |
14643 | msgstr "" |
14644 | ||
d5706a1e ZW |
14645 | #: cp/decl.c:9874 |
14646 | msgid "%<operator=%> should return a reference to %<*this%>" | |
7bf81eee PT |
14647 | msgstr "" |
14648 | ||
d5706a1e ZW |
14649 | #: cp/decl.c:10198 |
14650 | msgid "parameter %qD declared void" | |
7bf81eee PT |
14651 | msgstr "" |
14652 | ||
d5706a1e | 14653 | #: cp/decl.c:10680 |
b97e55da | 14654 | msgid "invalid member function declaration" |
dc6746e7 PT |
14655 | msgstr "" |
14656 | ||
d5706a1e ZW |
14657 | #: cp/decl.c:10695 |
14658 | msgid "%qD is already defined in class %qT" | |
dc6746e7 PT |
14659 | msgstr "" |
14660 | ||
d5706a1e | 14661 | #: cp/decl.c:10906 |
b97e55da | 14662 | msgid "static member function `%#D' declared with type qualifiers" |
7bf81eee PT |
14663 | msgstr "" |
14664 | ||
807ab1f2 | 14665 | #: cp/decl2.c:280 |
b97e55da | 14666 | msgid "name missing for member function" |
a47a6810 JM |
14667 | msgstr "" |
14668 | ||
807ab1f2 | 14669 | #: cp/decl2.c:373 cp/decl2.c:387 |
b97e55da | 14670 | msgid "ambiguous conversion for array subscript" |
d51681a7 PT |
14671 | msgstr "" |
14672 | ||
807ab1f2 | 14673 | #: cp/decl2.c:381 |
d5706a1e | 14674 | msgid "invalid types %<%T[%T]%> for array subscript" |
d51681a7 PT |
14675 | msgstr "" |
14676 | ||
807ab1f2 | 14677 | #: cp/decl2.c:426 |
d5706a1e | 14678 | msgid "deleting array %q#D" |
4ba01ed2 PT |
14679 | msgstr "" |
14680 | ||
807ab1f2 | 14681 | #: cp/decl2.c:432 |
d5706a1e | 14682 | msgid "type %q#T argument given to %<delete%>, expected pointer" |
d51681a7 PT |
14683 | msgstr "" |
14684 | ||
807ab1f2 | 14685 | #: cp/decl2.c:444 |
b97e55da | 14686 | msgid "" |
d5706a1e ZW |
14687 | "cannot delete a function. Only pointer-to-objects are valid arguments to %" |
14688 | "<delete%>" | |
4ba01ed2 PT |
14689 | msgstr "" |
14690 | ||
d5706a1e ZW |
14691 | #: cp/decl2.c:452 |
14692 | msgid "deleting %qT is undefined" | |
d51681a7 PT |
14693 | msgstr "" |
14694 | ||
b97e55da JM |
14695 | #. 14.5.2.2 [temp.mem] |
14696 | #. | |
14697 | #. A local class shall not have member templates. | |
d5706a1e ZW |
14698 | #: cp/decl2.c:488 |
14699 | msgid "invalid declaration of member template %q#D in local class" | |
4ba01ed2 PT |
14700 | msgstr "" |
14701 | ||
d5706a1e ZW |
14702 | #: cp/decl2.c:497 |
14703 | msgid "invalid use of %<virtual%> in template declaration of %q#D" | |
a47a6810 JM |
14704 | msgstr "" |
14705 | ||
d5706a1e ZW |
14706 | #: cp/decl2.c:507 cp/pt.c:2902 |
14707 | msgid "template declaration of %q#D" | |
a47a6810 JM |
14708 | msgstr "" |
14709 | ||
d5706a1e ZW |
14710 | #: cp/decl2.c:556 |
14711 | msgid "Java method %qD has non-Java return type %qT" | |
d51681a7 PT |
14712 | msgstr "" |
14713 | ||
d5706a1e ZW |
14714 | #: cp/decl2.c:572 |
14715 | msgid "Java method %qD has non-Java parameter type %qT" | |
d51681a7 PT |
14716 | msgstr "" |
14717 | ||
d5706a1e | 14718 | #: cp/decl2.c:681 |
b97e55da | 14719 | msgid "prototype for `%#D' does not match any in class `%T'" |
d51681a7 PT |
14720 | msgstr "" |
14721 | ||
d5706a1e ZW |
14722 | #: cp/decl2.c:782 |
14723 | msgid "local class %q#T shall not have static data member %q#D" | |
d51681a7 PT |
14724 | msgstr "" |
14725 | ||
d5706a1e | 14726 | #: cp/decl2.c:790 |
b97e55da | 14727 | msgid "initializer invalid for static member with constructor" |
d51681a7 PT |
14728 | msgstr "" |
14729 | ||
d5706a1e | 14730 | #: cp/decl2.c:793 |
b97e55da | 14731 | msgid "(an out of class initialization is required)" |
4ba01ed2 PT |
14732 | msgstr "" |
14733 | ||
d5706a1e ZW |
14734 | #: cp/decl2.c:874 |
14735 | msgid "member %qD conflicts with virtual function table field name" | |
4ba01ed2 PT |
14736 | msgstr "" |
14737 | ||
d5706a1e ZW |
14738 | #: cp/decl2.c:891 |
14739 | msgid "%qD is already defined in %qT" | |
d51681a7 PT |
14740 | msgstr "" |
14741 | ||
807ab1f2 | 14742 | #: cp/decl2.c:937 |
b97e55da | 14743 | msgid "field initializer is not constant" |
d51681a7 PT |
14744 | msgstr "" |
14745 | ||
807ab1f2 | 14746 | #: cp/decl2.c:965 |
b97e55da | 14747 | msgid "`asm' specifiers are not permitted on non-static data members" |
d51681a7 PT |
14748 | msgstr "" |
14749 | ||
807ab1f2 | 14750 | #: cp/decl2.c:1011 |
d5706a1e | 14751 | msgid "cannot declare %qD to be a bit-field type" |
d51681a7 PT |
14752 | msgstr "" |
14753 | ||
807ab1f2 | 14754 | #: cp/decl2.c:1021 |
d5706a1e | 14755 | msgid "cannot declare bit-field %qD with function type" |
d51681a7 PT |
14756 | msgstr "" |
14757 | ||
807ab1f2 | 14758 | #: cp/decl2.c:1028 |
d5706a1e | 14759 | msgid "%qD is already defined in the class %qT" |
4ba01ed2 PT |
14760 | msgstr "" |
14761 | ||
807ab1f2 | 14762 | #: cp/decl2.c:1035 |
d5706a1e | 14763 | msgid "static member %qD cannot be a bit-field" |
d51681a7 PT |
14764 | msgstr "" |
14765 | ||
807ab1f2 | 14766 | #: cp/decl2.c:1094 |
d5706a1e | 14767 | msgid "initializer specified for non-member function %qD" |
d51681a7 PT |
14768 | msgstr "" |
14769 | ||
807ab1f2 | 14770 | #: cp/decl2.c:1098 |
d5706a1e | 14771 | msgid "invalid initializer for virtual method %qD" |
4ba01ed2 PT |
14772 | msgstr "" |
14773 | ||
807ab1f2 | 14774 | #: cp/decl2.c:1130 |
b97e55da | 14775 | msgid "anonymous struct not inside named type" |
dc6746e7 PT |
14776 | msgstr "" |
14777 | ||
807ab1f2 | 14778 | #: cp/decl2.c:1201 |
b97e55da | 14779 | msgid "namespace-scope anonymous aggregates must be static" |
3855d0d1 JM |
14780 | msgstr "" |
14781 | ||
807ab1f2 | 14782 | #: cp/decl2.c:1208 |
b97e55da | 14783 | msgid "anonymous union with no members" |
3855d0d1 JM |
14784 | msgstr "" |
14785 | ||
d5706a1e ZW |
14786 | #: cp/decl2.c:1244 |
14787 | msgid "%<operator new%> must return type %qT" | |
dc6746e7 PT |
14788 | msgstr "" |
14789 | ||
d5706a1e ZW |
14790 | #: cp/decl2.c:1253 |
14791 | msgid "%<operator new%> takes type %<size_t%> (%qT) as first parameter" | |
d51681a7 PT |
14792 | msgstr "" |
14793 | ||
d5706a1e ZW |
14794 | #: cp/decl2.c:1282 |
14795 | msgid "%<operator delete%> must return type %qT" | |
d51681a7 PT |
14796 | msgstr "" |
14797 | ||
d5706a1e ZW |
14798 | #: cp/decl2.c:1291 |
14799 | msgid "%<operator delete%> takes type %qT as first parameter" | |
dc6746e7 PT |
14800 | msgstr "" |
14801 | ||
d5706a1e | 14802 | #: cp/decl2.c:3028 |
b97e55da | 14803 | msgid "inline function `%D' used but never defined" |
dc6746e7 PT |
14804 | msgstr "" |
14805 | ||
d5706a1e ZW |
14806 | #: cp/decl2.c:3178 |
14807 | msgid "default argument missing for parameter %P of %q+#D" | |
dc6746e7 PT |
14808 | msgstr "" |
14809 | ||
b97e55da | 14810 | #. damn ICE suppression |
d5706a1e | 14811 | #: cp/error.c:2373 |
b97e55da JM |
14812 | #, c-format |
14813 | msgid "unexpected letter `%c' in locate_error\n" | |
d51681a7 PT |
14814 | msgstr "" |
14815 | ||
b97e55da | 14816 | #. Can't throw a reference. |
b1b51268 | 14817 | #: cp/except.c:239 |
d5706a1e | 14818 | msgid "type %qT is disallowed in Java %<throw%> or %<catch%>" |
dc6746e7 PT |
14819 | msgstr "" |
14820 | ||
b1b51268 | 14821 | #: cp/except.c:250 |
d5706a1e | 14822 | msgid "call to Java %<catch%> or %<throw%> with %<jthrowable%> undefined" |
dc6746e7 PT |
14823 | msgstr "" |
14824 | ||
b97e55da | 14825 | #. Thrown object must be a Throwable. |
b1b51268 | 14826 | #: cp/except.c:257 |
d5706a1e | 14827 | msgid "type %qT is not derived from %<java::lang::Throwable%>" |
dc6746e7 PT |
14828 | msgstr "" |
14829 | ||
b1b51268 | 14830 | #: cp/except.c:320 |
b97e55da | 14831 | msgid "mixing C++ and Java catches in a single translation unit" |
dc6746e7 PT |
14832 | msgstr "" |
14833 | ||
807ab1f2 | 14834 | #: cp/except.c:576 |
b97e55da | 14835 | msgid "throwing NULL, which has integral, not pointer type" |
dc6746e7 PT |
14836 | msgstr "" |
14837 | ||
d5706a1e ZW |
14838 | #: cp/except.c:599 cp/init.c:1875 |
14839 | msgid "%qD should never be overloaded" | |
01b84e13 JM |
14840 | msgstr "" |
14841 | ||
807ab1f2 | 14842 | #: cp/except.c:666 |
b97e55da | 14843 | msgid " in thrown expression" |
d51681a7 PT |
14844 | msgstr "" |
14845 | ||
807ab1f2 | 14846 | #: cp/except.c:810 |
b97e55da | 14847 | msgid "" |
d5706a1e | 14848 | "expression %qE of abstract class type %qT cannot be used in throw-expression" |
d51681a7 PT |
14849 | msgstr "" |
14850 | ||
d5706a1e ZW |
14851 | #: cp/except.c:895 |
14852 | msgid "%Hexception of type %qT will be caught" | |
d51681a7 PT |
14853 | msgstr "" |
14854 | ||
d5706a1e ZW |
14855 | #: cp/except.c:897 |
14856 | msgid "%H by earlier handler for %qT" | |
dc6746e7 PT |
14857 | msgstr "" |
14858 | ||
d5706a1e ZW |
14859 | #: cp/except.c:927 |
14860 | msgid "%H%<...%> handler must be the last handler for its try block" | |
dc6746e7 PT |
14861 | msgstr "" |
14862 | ||
807ab1f2 | 14863 | #: cp/friend.c:152 |
d5706a1e | 14864 | msgid "%qD is already a friend of class %qT" |
dc6746e7 PT |
14865 | msgstr "" |
14866 | ||
807ab1f2 | 14867 | #: cp/friend.c:204 |
d5706a1e | 14868 | msgid "invalid type %qT declared %<friend%>" |
dc6746e7 PT |
14869 | msgstr "" |
14870 | ||
b97e55da JM |
14871 | #. [temp.friend] |
14872 | #. Friend declarations shall not declare partial | |
14873 | #. specializations. | |
807ab1f2 | 14874 | #: cp/friend.c:220 |
d5706a1e | 14875 | msgid "partial specialization %qT declared %<friend%>" |
d51681a7 PT |
14876 | msgstr "" |
14877 | ||
807ab1f2 | 14878 | #: cp/friend.c:230 |
d5706a1e | 14879 | msgid "class %qT is implicitly friends with itself" |
dc6746e7 | 14880 | msgstr "" |
5b7874aa | 14881 | |
b97e55da | 14882 | #. template <class T> friend typename S<T>::X; |
807ab1f2 | 14883 | #: cp/friend.c:248 |
d5706a1e | 14884 | msgid "typename type %q#T declared %<friend%>" |
dc6746e7 PT |
14885 | msgstr "" |
14886 | ||
b97e55da | 14887 | #. template <class T> friend class T; |
807ab1f2 | 14888 | #: cp/friend.c:254 |
d5706a1e | 14889 | msgid "template parameter type %qT declared %<friend%>" |
dc6746e7 PT |
14890 | msgstr "" |
14891 | ||
b97e55da | 14892 | #. template <class T> friend class A; where A is not a template |
807ab1f2 | 14893 | #: cp/friend.c:260 |
d5706a1e | 14894 | msgid "%q#T is not a template" |
dc6746e7 PT |
14895 | msgstr "" |
14896 | ||
807ab1f2 | 14897 | #: cp/friend.c:279 |
d5706a1e | 14898 | msgid "%qD is already a friend of %qT" |
dc6746e7 PT |
14899 | msgstr "" |
14900 | ||
d5706a1e ZW |
14901 | #: cp/friend.c:288 |
14902 | msgid "%qT is already a friend of %qT" | |
dc6746e7 PT |
14903 | msgstr "" |
14904 | ||
d5706a1e ZW |
14905 | #: cp/friend.c:412 |
14906 | msgid "member %qD declared as friend before type %qT defined" | |
dc6746e7 PT |
14907 | msgstr "" |
14908 | ||
d5706a1e ZW |
14909 | #: cp/friend.c:468 |
14910 | msgid "friend declaration %q#D declares a non-template function" | |
dc6746e7 PT |
14911 | msgstr "" |
14912 | ||
d5706a1e | 14913 | #: cp/friend.c:472 |
b97e55da JM |
14914 | msgid "" |
14915 | "(if this is not what you intended, make sure the function template has " | |
14916 | "already been declared and add <> after the function name here) -Wno-non-" | |
14917 | "template-friend disables this warning" | |
dc6746e7 PT |
14918 | msgstr "" |
14919 | ||
de104104 | 14920 | #: cp/g++spec.c:238 java/jvspec.c:415 |
b97e55da JM |
14921 | #, c-format |
14922 | msgid "argument to `%s' missing\n" | |
d51681a7 PT |
14923 | msgstr "" |
14924 | ||
807ab1f2 | 14925 | #: cp/init.c:318 |
de104104 | 14926 | msgid "%J%qD should be initialized in the member initialization list" |
d51681a7 PT |
14927 | msgstr "" |
14928 | ||
de104104 JM |
14929 | #: cp/init.c:365 |
14930 | msgid "%Jdefault-initialization of %q#D, which has reference type" | |
d51681a7 PT |
14931 | msgstr "" |
14932 | ||
de104104 JM |
14933 | #: cp/init.c:371 |
14934 | msgid "%Juninitialized reference member %qD" | |
d51681a7 PT |
14935 | msgstr "" |
14936 | ||
807ab1f2 | 14937 | #: cp/init.c:374 |
de104104 | 14938 | msgid "%Juninitialized member %qD with %<const%> type %qT" |
b1b51268 JM |
14939 | msgstr "" |
14940 | ||
de104104 | 14941 | #: cp/init.c:517 |
d5706a1e | 14942 | msgid "%qD will be initialized after" |
d51681a7 PT |
14943 | msgstr "" |
14944 | ||
de104104 | 14945 | #: cp/init.c:520 |
d5706a1e | 14946 | msgid "base %qT will be initialized after" |
d51681a7 PT |
14947 | msgstr "" |
14948 | ||
de104104 | 14949 | #: cp/init.c:523 |
d5706a1e | 14950 | msgid " %q#D" |
d51681a7 PT |
14951 | msgstr "" |
14952 | ||
de104104 | 14953 | #: cp/init.c:525 |
d5706a1e | 14954 | msgid " base %qT" |
3855d0d1 JM |
14955 | msgstr "" |
14956 | ||
de104104 JM |
14957 | #: cp/init.c:526 |
14958 | msgid "%J when initialized here" | |
01b84e13 JM |
14959 | msgstr "" |
14960 | ||
de104104 JM |
14961 | #: cp/init.c:542 |
14962 | msgid "%Jmultiple initializations given for %qD" | |
3855d0d1 JM |
14963 | msgstr "" |
14964 | ||
de104104 JM |
14965 | #: cp/init.c:545 |
14966 | msgid "%Jmultiple initializations given for base %qT" | |
dc6746e7 PT |
14967 | msgstr "" |
14968 | ||
de104104 JM |
14969 | #: cp/init.c:612 |
14970 | msgid "%Jinitializations for multiple members of %qT" | |
dc6746e7 PT |
14971 | msgstr "" |
14972 | ||
de104104 | 14973 | #: cp/init.c:669 |
b97e55da | 14974 | msgid "" |
d5706a1e | 14975 | "%Jbase class %q#T should be explicitly initialized in the copy constructor" |
dc6746e7 PT |
14976 | msgstr "" |
14977 | ||
de104104 | 14978 | #: cp/init.c:893 cp/init.c:912 |
d5706a1e | 14979 | msgid "class %qT does not have any field named %qD" |
dc6746e7 PT |
14980 | msgstr "" |
14981 | ||
de104104 | 14982 | #: cp/init.c:899 |
b97e55da | 14983 | msgid "" |
d5706a1e | 14984 | "%q#D is a static data member; it can only be initialized at its definition" |
dc6746e7 PT |
14985 | msgstr "" |
14986 | ||
de104104 | 14987 | #: cp/init.c:906 |
d5706a1e | 14988 | msgid "%q#D is not a non-static data member of %qT" |
dc6746e7 PT |
14989 | msgstr "" |
14990 | ||
de104104 | 14991 | #: cp/init.c:945 |
d5706a1e | 14992 | msgid "unnamed initializer for %qT, which has no base classes" |
cabb228b ZW |
14993 | msgstr "" |
14994 | ||
de104104 | 14995 | #: cp/init.c:953 |
d5706a1e | 14996 | msgid "unnamed initializer for %qT, which uses multiple inheritance" |
dc6746e7 PT |
14997 | msgstr "" |
14998 | ||
de104104 | 14999 | #: cp/init.c:999 |
d5706a1e | 15000 | msgid "%qD is both a direct base and an indirect virtual base" |
dc6746e7 PT |
15001 | msgstr "" |
15002 | ||
de104104 | 15003 | #: cp/init.c:1007 |
d5706a1e | 15004 | msgid "type %qD is not a direct or virtual base of %qT" |
dc6746e7 PT |
15005 | msgstr "" |
15006 | ||
de104104 | 15007 | #: cp/init.c:1010 |
d5706a1e | 15008 | msgid "type %qD is not a direct base of %qT" |
dc6746e7 PT |
15009 | msgstr "" |
15010 | ||
de104104 | 15011 | #: cp/init.c:1090 |
b97e55da | 15012 | msgid "bad array initializer" |
dc6746e7 PT |
15013 | msgstr "" |
15014 | ||
de104104 | 15015 | #: cp/init.c:1289 |
d5706a1e | 15016 | msgid "%qT is not an aggregate type" |
dc6746e7 PT |
15017 | msgstr "" |
15018 | ||
d5706a1e ZW |
15019 | #: cp/init.c:1381 |
15020 | msgid "qualified type %qT does not match destructor name %<~%T%>" | |
4ba01ed2 PT |
15021 | msgstr "" |
15022 | ||
de104104 | 15023 | #: cp/init.c:1389 |
d5706a1e | 15024 | msgid "incomplete type %qT does not have member %qD" |
4ba01ed2 PT |
15025 | msgstr "" |
15026 | ||
d5706a1e ZW |
15027 | #: cp/init.c:1408 |
15028 | msgid "%qD is not a member of type %qT" | |
4ba01ed2 PT |
15029 | msgstr "" |
15030 | ||
d5706a1e ZW |
15031 | #: cp/init.c:1435 |
15032 | msgid "invalid pointer to bit-field %qD" | |
4ba01ed2 PT |
15033 | msgstr "" |
15034 | ||
d5706a1e ZW |
15035 | #: cp/init.c:1537 |
15036 | msgid "invalid use of non-static member function %qD" | |
4ba01ed2 PT |
15037 | msgstr "" |
15038 | ||
d5706a1e ZW |
15039 | #: cp/init.c:1543 |
15040 | msgid "invalid use of non-static data member %qD" | |
4ba01ed2 PT |
15041 | msgstr "" |
15042 | ||
d5706a1e | 15043 | #: cp/init.c:1660 |
b97e55da | 15044 | msgid "new cannot be applied to a reference type" |
4ba01ed2 PT |
15045 | msgstr "" |
15046 | ||
d5706a1e | 15047 | #: cp/init.c:1666 |
b97e55da | 15048 | msgid "new cannot be applied to a function type" |
4ba01ed2 PT |
15049 | msgstr "" |
15050 | ||
d5706a1e ZW |
15051 | #: cp/init.c:1698 |
15052 | msgid "call to Java constructor, while %<jclass%> undefined" | |
4ba01ed2 PT |
15053 | msgstr "" |
15054 | ||
d5706a1e | 15055 | #: cp/init.c:1714 |
b97e55da | 15056 | msgid "can't find class$" |
4ba01ed2 PT |
15057 | msgstr "" |
15058 | ||
d5706a1e ZW |
15059 | #: cp/init.c:1827 |
15060 | msgid "invalid type %<void%> for new" | |
4ba01ed2 PT |
15061 | msgstr "" |
15062 | ||
d5706a1e ZW |
15063 | #: cp/init.c:1837 |
15064 | msgid "uninitialized const in %<new%> of %q#T" | |
a47a6810 JM |
15065 | msgstr "" |
15066 | ||
d5706a1e | 15067 | #: cp/init.c:1870 |
b97e55da | 15068 | #, c-format |
d5706a1e | 15069 | msgid "call to Java constructor with %qs undefined" |
d9b2742a ZW |
15070 | msgstr "" |
15071 | ||
d5706a1e ZW |
15072 | #: cp/init.c:1910 |
15073 | msgid "request for member %qD is ambiguous" | |
01b84e13 JM |
15074 | msgstr "" |
15075 | ||
d5706a1e | 15076 | #: cp/init.c:2043 |
b97e55da | 15077 | msgid "ISO C++ forbids initialization in array new" |
4ba01ed2 PT |
15078 | msgstr "" |
15079 | ||
d5706a1e | 15080 | #: cp/init.c:2513 |
b97e55da | 15081 | msgid "initializer ends prematurely" |
4ba01ed2 PT |
15082 | msgstr "" |
15083 | ||
d5706a1e | 15084 | #: cp/init.c:2566 |
b97e55da | 15085 | msgid "cannot initialize multi-dimensional array with initializer" |
4ba01ed2 PT |
15086 | msgstr "" |
15087 | ||
d5706a1e | 15088 | #: cp/init.c:2725 |
b06c20ee JM |
15089 | msgid "possible problem detected in invocation of delete operator:" |
15090 | msgstr "" | |
15091 | ||
d5706a1e | 15092 | #: cp/init.c:2728 |
b06c20ee JM |
15093 | msgid "" |
15094 | "neither the destructor nor the class-specific operator delete will be " | |
15095 | "called, even if they are declared when the class is defined." | |
15096 | msgstr "" | |
15097 | ||
d5706a1e | 15098 | #: cp/init.c:2749 |
b97e55da | 15099 | msgid "unknown array size in delete" |
4ba01ed2 PT |
15100 | msgstr "" |
15101 | ||
d5706a1e | 15102 | #: cp/init.c:3009 |
b97e55da | 15103 | msgid "type to vector delete is neither pointer or array type" |
4ba01ed2 PT |
15104 | msgstr "" |
15105 | ||
de104104 | 15106 | #: cp/lex.c:436 |
b97e55da JM |
15107 | #, c-format |
15108 | msgid "junk at end of #pragma %s" | |
4ba01ed2 PT |
15109 | msgstr "" |
15110 | ||
de104104 | 15111 | #: cp/lex.c:443 |
b97e55da JM |
15112 | #, c-format |
15113 | msgid "invalid #pragma %s" | |
4ba01ed2 PT |
15114 | msgstr "" |
15115 | ||
de104104 | 15116 | #: cp/lex.c:451 |
b97e55da | 15117 | msgid "#pragma vtable no longer supported" |
dc6746e7 PT |
15118 | msgstr "" |
15119 | ||
de104104 | 15120 | #: cp/lex.c:530 |
b97e55da | 15121 | #, c-format |
de104104 | 15122 | msgid "#pragma implementation for %qs appears after file is included" |
4ba01ed2 PT |
15123 | msgstr "" |
15124 | ||
de104104 | 15125 | #: cp/lex.c:555 |
b97e55da | 15126 | msgid "junk at end of #pragma GCC java_exceptions" |
4ba01ed2 PT |
15127 | msgstr "" |
15128 | ||
de104104 | 15129 | #: cp/lex.c:569 |
d5706a1e | 15130 | msgid "%qD not defined" |
4ba01ed2 PT |
15131 | msgstr "" |
15132 | ||
de104104 | 15133 | #: cp/lex.c:573 |
d5706a1e | 15134 | msgid "%qD was not declared in this scope" |
4ba01ed2 PT |
15135 | msgstr "" |
15136 | ||
b06c20ee JM |
15137 | #. In a template, it is invalid to write "f()" or "f(3)" if no |
15138 | #. declaration of "f" is available. Historically, G++ and most | |
15139 | #. other compilers accepted that usage since they deferred all name | |
15140 | #. lookup until instantiation time rather than doing unqualified | |
15141 | #. name lookup at template definition time; explain to the user what | |
15142 | #. is going wrong. | |
15143 | #. | |
15144 | #. Note that we have the exact wording of the following message in | |
15145 | #. the manual (trouble.texi, node "Name lookup"), so they need to | |
15146 | #. be kept in synch. | |
de104104 | 15147 | #: cp/lex.c:610 |
b97e55da | 15148 | msgid "" |
d5706a1e ZW |
15149 | "there are no arguments to %qD that depend on a template parameter, so a " |
15150 | "declaration of %qD must be available" | |
dc6746e7 PT |
15151 | msgstr "" |
15152 | ||
de104104 | 15153 | #: cp/lex.c:619 |
b97e55da JM |
15154 | msgid "" |
15155 | "(if you use `-fpermissive', G++ will accept your code, but allowing the use " | |
15156 | "of an undeclared name is deprecated)" | |
dc6746e7 PT |
15157 | msgstr "" |
15158 | ||
a05e4fdb | 15159 | #: cp/mangle.c:2114 |
b97e55da | 15160 | msgid "call_expr cannot be mangled due to a defect in the C++ ABI" |
dc6746e7 PT |
15161 | msgstr "" |
15162 | ||
a05e4fdb | 15163 | #: cp/mangle.c:2122 |
807ab1f2 JM |
15164 | msgid "zero-operand casts cannot be mangled due to a defect in the C++ ABI" |
15165 | msgstr "" | |
15166 | ||
a05e4fdb | 15167 | #: cp/mangle.c:2172 |
b97e55da | 15168 | msgid "omitted middle operand to `?:' operand cannot be mangled" |
dc6746e7 PT |
15169 | msgstr "" |
15170 | ||
a05e4fdb | 15171 | #: cp/mangle.c:2482 |
b97e55da | 15172 | msgid "the mangled name of `%D' will change in a future version of GCC" |
dc6746e7 PT |
15173 | msgstr "" |
15174 | ||
807ab1f2 | 15175 | #: cp/method.c:443 |
d5706a1e | 15176 | msgid "generic thunk code fails for method %q#D which uses %<...%>" |
dc6746e7 PT |
15177 | msgstr "" |
15178 | ||
807ab1f2 | 15179 | #: cp/method.c:652 |
d5706a1e | 15180 | msgid "non-static const member %q#D, can't use default assignment operator" |
dc6746e7 PT |
15181 | msgstr "" |
15182 | ||
d5706a1e ZW |
15183 | #: cp/method.c:658 |
15184 | msgid "non-static reference member %q#D, can't use default assignment operator" | |
dc6746e7 PT |
15185 | msgstr "" |
15186 | ||
807ab1f2 | 15187 | #: cp/name-lookup.c:762 |
d5706a1e | 15188 | msgid "redeclaration of %<wchar_t%> as %qT" |
dc6746e7 PT |
15189 | msgstr "" |
15190 | ||
b97e55da JM |
15191 | #. A redeclaration of main, but not a duplicate of the |
15192 | #. previous one. | |
15193 | #. | |
15194 | #. [basic.start.main] | |
15195 | #. | |
15196 | #. This function shall not be overloaded. | |
807ab1f2 | 15197 | #: cp/name-lookup.c:794 |
d5706a1e | 15198 | msgid "invalid redeclaration of %qD" |
dc6746e7 PT |
15199 | msgstr "" |
15200 | ||
807ab1f2 | 15201 | #: cp/name-lookup.c:795 |
d5706a1e | 15202 | msgid "as %qD" |
dc6746e7 PT |
15203 | msgstr "" |
15204 | ||
807ab1f2 | 15205 | #: cp/name-lookup.c:883 |
d5706a1e | 15206 | msgid "type mismatch with previous external decl of %q#D" |
dc6746e7 PT |
15207 | msgstr "" |
15208 | ||
807ab1f2 | 15209 | #: cp/name-lookup.c:884 |
d5706a1e | 15210 | msgid "previous external decl of %q#D" |
dc6746e7 PT |
15211 | msgstr "" |
15212 | ||
807ab1f2 | 15213 | #: cp/name-lookup.c:966 |
d5706a1e | 15214 | msgid "extern declaration of %q#D doesn't match" |
dc6746e7 PT |
15215 | msgstr "" |
15216 | ||
807ab1f2 | 15217 | #: cp/name-lookup.c:967 |
d5706a1e | 15218 | msgid "global declaration %q#D" |
dc6746e7 PT |
15219 | msgstr "" |
15220 | ||
807ab1f2 | 15221 | #: cp/name-lookup.c:1003 cp/name-lookup.c:1010 |
d5706a1e | 15222 | msgid "declaration of %q#D shadows a parameter" |
dc6746e7 PT |
15223 | msgstr "" |
15224 | ||
b1b51268 | 15225 | #. Location of previous decl is not useful in this case. |
807ab1f2 | 15226 | #: cp/name-lookup.c:1035 |
d5706a1e | 15227 | msgid "declaration of %qD shadows a member of 'this'" |
b1b51268 JM |
15228 | msgstr "" |
15229 | ||
807ab1f2 | 15230 | #: cp/name-lookup.c:1041 |
d5706a1e | 15231 | msgid "declaration of %qD shadows a previous local" |
b1b51268 JM |
15232 | msgstr "" |
15233 | ||
807ab1f2 | 15234 | #: cp/name-lookup.c:1048 |
d5706a1e | 15235 | msgid "declaration of %qD shadows a global declaration" |
dc6746e7 PT |
15236 | msgstr "" |
15237 | ||
807ab1f2 | 15238 | #: cp/name-lookup.c:1164 |
d5706a1e | 15239 | msgid "name lookup of %qD changed" |
4ba01ed2 PT |
15240 | msgstr "" |
15241 | ||
d5706a1e ZW |
15242 | #: cp/name-lookup.c:1165 |
15243 | msgid " matches this %qD under ISO standard rules" | |
a47a6810 JM |
15244 | msgstr "" |
15245 | ||
d5706a1e ZW |
15246 | #: cp/name-lookup.c:1167 |
15247 | msgid " matches this %qD under old rules" | |
4ba01ed2 PT |
15248 | msgstr "" |
15249 | ||
d5706a1e ZW |
15250 | #: cp/name-lookup.c:1185 cp/name-lookup.c:1193 |
15251 | msgid "name lookup of %qD changed for new ISO %<for%> scoping" | |
4ba01ed2 PT |
15252 | msgstr "" |
15253 | ||
d5706a1e ZW |
15254 | #: cp/name-lookup.c:1187 |
15255 | msgid " cannot use obsolete binding at %qD because it has a destructor" | |
4ba01ed2 PT |
15256 | msgstr "" |
15257 | ||
807ab1f2 | 15258 | #: cp/name-lookup.c:1195 |
d5706a1e | 15259 | msgid " using obsolete binding at %qD" |
dc6746e7 PT |
15260 | msgstr "" |
15261 | ||
807ab1f2 | 15262 | #: cp/name-lookup.c:1248 |
b97e55da JM |
15263 | #, c-format |
15264 | msgid "%s %s(%E) %p %d\n" | |
dc6746e7 PT |
15265 | msgstr "" |
15266 | ||
807ab1f2 | 15267 | #: cp/name-lookup.c:1251 |
b97e55da JM |
15268 | #, c-format |
15269 | msgid "%s %s %p %d\n" | |
dc6746e7 PT |
15270 | msgstr "" |
15271 | ||
807ab1f2 | 15272 | #: cp/name-lookup.c:1378 |
b97e55da | 15273 | msgid "XXX is_class_level != (current_scope == class_scope)\n" |
dc6746e7 PT |
15274 | msgstr "" |
15275 | ||
807ab1f2 | 15276 | #: cp/name-lookup.c:2011 |
b97e55da | 15277 | msgid "`%#D' hides constructor for `%#T'" |
dc6746e7 PT |
15278 | msgstr "" |
15279 | ||
807ab1f2 | 15280 | #: cp/name-lookup.c:2026 |
d5706a1e | 15281 | msgid "%q#D conflicts with previous using declaration %q#D" |
dc6746e7 PT |
15282 | msgstr "" |
15283 | ||
807ab1f2 | 15284 | #: cp/name-lookup.c:2038 |
d5706a1e | 15285 | msgid "previous non-function declaration %q#D" |
7bf81eee PT |
15286 | msgstr "" |
15287 | ||
807ab1f2 | 15288 | #: cp/name-lookup.c:2039 |
d5706a1e | 15289 | msgid "conflicts with function declaration %q#D" |
7bf81eee PT |
15290 | msgstr "" |
15291 | ||
807ab1f2 JM |
15292 | #. It's a nested name with template parameter dependent scope. |
15293 | #. This can only be using-declaration for class member. | |
d5706a1e ZW |
15294 | #: cp/name-lookup.c:2117 cp/name-lookup.c:2142 cp/name-lookup.c:3386 |
15295 | msgid "%qT is not a namespace" | |
807ab1f2 JM |
15296 | msgstr "" |
15297 | ||
b97e55da JM |
15298 | #. 7.3.3/5 |
15299 | #. A using-declaration shall not name a template-id. | |
807ab1f2 | 15300 | #: cp/name-lookup.c:2127 |
d5706a1e | 15301 | msgid "a using-declaration cannot specify a template-id. Try %<using %D%>" |
7bf81eee PT |
15302 | msgstr "" |
15303 | ||
d5706a1e ZW |
15304 | #: cp/name-lookup.c:2134 |
15305 | msgid "namespace %qD not allowed in using-declaration" | |
3855d0d1 JM |
15306 | msgstr "" |
15307 | ||
d5706a1e ZW |
15308 | #: cp/name-lookup.c:2170 |
15309 | msgid "%qD not declared" | |
3855d0d1 JM |
15310 | msgstr "" |
15311 | ||
b97e55da JM |
15312 | #. If the OLD_FN was really declared, the |
15313 | #. declarations don't match. | |
d5706a1e ZW |
15314 | #: cp/name-lookup.c:2182 cp/name-lookup.c:2224 cp/name-lookup.c:2261 |
15315 | msgid "%qD is already declared in this scope" | |
3855d0d1 JM |
15316 | msgstr "" |
15317 | ||
d5706a1e ZW |
15318 | #: cp/name-lookup.c:2267 |
15319 | msgid "using declaration %qD introduced ambiguous type %qT" | |
3855d0d1 JM |
15320 | msgstr "" |
15321 | ||
b97e55da | 15322 | #. Definition isn't the kind we were looking for. |
d5706a1e ZW |
15323 | #: cp/name-lookup.c:2435 cp/name-lookup.c:2454 |
15324 | msgid "%q#D redeclared as %C" | |
3855d0d1 JM |
15325 | msgstr "" |
15326 | ||
d5706a1e ZW |
15327 | #: cp/name-lookup.c:2822 |
15328 | msgid "%qD has the same name as the class in which it is declared" | |
b1b51268 JM |
15329 | msgstr "" |
15330 | ||
d5706a1e | 15331 | #: cp/name-lookup.c:2917 |
b97e55da | 15332 | msgid "using-declaration for non-member at class scope" |
3855d0d1 JM |
15333 | msgstr "" |
15334 | ||
d5706a1e | 15335 | #: cp/name-lookup.c:2924 |
b97e55da | 15336 | msgid "using-declaration cannot name destructor" |
3855d0d1 JM |
15337 | msgstr "" |
15338 | ||
d5706a1e | 15339 | #: cp/name-lookup.c:3003 |
b97e55da | 15340 | msgid "declaration of `%D' not in a namespace surrounding `%D'" |
7bf81eee PT |
15341 | msgstr "" |
15342 | ||
d5706a1e ZW |
15343 | #: cp/name-lookup.c:3043 |
15344 | msgid "%qD should have been declared inside %qD" | |
3855d0d1 JM |
15345 | msgstr "" |
15346 | ||
807ab1f2 | 15347 | #: cp/name-lookup.c:3105 |
d5706a1e | 15348 | msgid "namespace alias %qD not allowed here, assuming %qD" |
3855d0d1 JM |
15349 | msgstr "" |
15350 | ||
b97e55da | 15351 | #. The parser did not find it, so it's not there. |
807ab1f2 | 15352 | #: cp/name-lookup.c:3220 |
d5706a1e | 15353 | msgid "unknown namespace %qD" |
3855d0d1 JM |
15354 | msgstr "" |
15355 | ||
807ab1f2 | 15356 | #: cp/name-lookup.c:3380 |
d5706a1e | 15357 | msgid "namespace %qT undeclared" |
3855d0d1 JM |
15358 | msgstr "" |
15359 | ||
807ab1f2 | 15360 | #: cp/name-lookup.c:3424 |
8d98c44c JM |
15361 | msgid "strong using only meaningful at namespace scope" |
15362 | msgstr "" | |
15363 | ||
807ab1f2 | 15364 | #: cp/name-lookup.c:3431 |
d5706a1e | 15365 | msgid "%qD attribute directive ignored" |
8d98c44c JM |
15366 | msgstr "" |
15367 | ||
807ab1f2 | 15368 | #: cp/name-lookup.c:3565 |
d5706a1e | 15369 | msgid "use of %qD is ambiguous" |
3855d0d1 JM |
15370 | msgstr "" |
15371 | ||
807ab1f2 | 15372 | #: cp/name-lookup.c:3566 |
d5706a1e | 15373 | msgid " first declared as %q#D here" |
3855d0d1 JM |
15374 | msgstr "" |
15375 | ||
d5706a1e ZW |
15376 | #: cp/name-lookup.c:3568 |
15377 | msgid " also declared as %q#D here" | |
3855d0d1 JM |
15378 | msgstr "" |
15379 | ||
d5706a1e ZW |
15380 | #: cp/name-lookup.c:3583 |
15381 | msgid "%qD denotes an ambiguous type" | |
3855d0d1 JM |
15382 | msgstr "" |
15383 | ||
d5706a1e | 15384 | #: cp/name-lookup.c:3584 |
b97e55da | 15385 | msgid "%J first type here" |
3855d0d1 JM |
15386 | msgstr "" |
15387 | ||
d5706a1e | 15388 | #: cp/name-lookup.c:3585 |
b97e55da | 15389 | msgid "%J other type here" |
3855d0d1 JM |
15390 | msgstr "" |
15391 | ||
b97e55da JM |
15392 | #. This happens for A::B where B is a template, and there are no |
15393 | #. template arguments. | |
d5706a1e ZW |
15394 | #: cp/name-lookup.c:3649 |
15395 | msgid "invalid use of %qD" | |
3855d0d1 JM |
15396 | msgstr "" |
15397 | ||
d5706a1e ZW |
15398 | #: cp/name-lookup.c:3689 |
15399 | msgid "%<%D::%D%> is not a template" | |
3855d0d1 JM |
15400 | msgstr "" |
15401 | ||
d5706a1e ZW |
15402 | #: cp/name-lookup.c:3705 |
15403 | msgid "%qD undeclared in namespace %qD" | |
3855d0d1 JM |
15404 | msgstr "" |
15405 | ||
d5706a1e ZW |
15406 | #: cp/name-lookup.c:4242 |
15407 | msgid "%qD is not a function," | |
3855d0d1 JM |
15408 | msgstr "" |
15409 | ||
d5706a1e ZW |
15410 | #: cp/name-lookup.c:4243 |
15411 | msgid " conflict with %qD" | |
3855d0d1 JM |
15412 | msgstr "" |
15413 | ||
d5706a1e | 15414 | #: cp/name-lookup.c:5006 |
b97e55da | 15415 | msgid "XXX entering pop_everything ()\n" |
3855d0d1 JM |
15416 | msgstr "" |
15417 | ||
d5706a1e | 15418 | #: cp/name-lookup.c:5015 |
b97e55da | 15419 | msgid "XXX leaving pop_everything ()\n" |
3855d0d1 JM |
15420 | msgstr "" |
15421 | ||
de104104 | 15422 | #: cp/parser.c:438 |
b97e55da | 15423 | msgid "invalid token" |
3855d0d1 JM |
15424 | msgstr "" |
15425 | ||
de104104 | 15426 | #: cp/parser.c:1875 |
d5706a1e | 15427 | msgid "%<%D::%D%> has not been declared" |
01b84e13 JM |
15428 | msgstr "" |
15429 | ||
d5706a1e ZW |
15430 | #: cp/parser.c:1878 |
15431 | msgid "%<::%D%> has not been declared" | |
3855d0d1 JM |
15432 | msgstr "" |
15433 | ||
de104104 | 15434 | #: cp/parser.c:1881 |
d5706a1e | 15435 | msgid "request for member %qD in non-class type %qT" |
807ab1f2 JM |
15436 | msgstr "" |
15437 | ||
de104104 | 15438 | #: cp/parser.c:1884 |
d5706a1e | 15439 | msgid "%<%T::%D%> has not been declared" |
807ab1f2 JM |
15440 | msgstr "" |
15441 | ||
de104104 | 15442 | #: cp/parser.c:1887 |
01b84e13 JM |
15443 | msgid "`%D' has not been declared" |
15444 | msgstr "" | |
15445 | ||
de104104 | 15446 | #: cp/parser.c:1890 |
d5706a1e | 15447 | msgid "%<%D::%D%> %s" |
01b84e13 JM |
15448 | msgstr "" |
15449 | ||
de104104 | 15450 | #: cp/parser.c:1892 |
d5706a1e | 15451 | msgid "%<::%D%> %s" |
01b84e13 JM |
15452 | msgstr "" |
15453 | ||
de104104 | 15454 | #: cp/parser.c:1894 |
d5706a1e | 15455 | msgid "%qD %s" |
01b84e13 JM |
15456 | msgstr "" |
15457 | ||
de104104 | 15458 | #: cp/parser.c:1947 |
01b84e13 JM |
15459 | msgid "new types may not be defined in a return type" |
15460 | msgstr "" | |
15461 | ||
d5706a1e ZW |
15462 | #: cp/parser.c:1965 cp/pt.c:4279 |
15463 | msgid "%qT is not a template" | |
01b84e13 JM |
15464 | msgstr "" |
15465 | ||
de104104 | 15466 | #: cp/parser.c:1967 |
01b84e13 | 15467 | #, c-format |
d5706a1e | 15468 | msgid "%qE is not a template" |
01b84e13 JM |
15469 | msgstr "" |
15470 | ||
de104104 | 15471 | #: cp/parser.c:1969 |
01b84e13 JM |
15472 | msgid "invalid template-id" |
15473 | msgstr "" | |
15474 | ||
de104104 | 15475 | #: cp/parser.c:2010 |
b97e55da JM |
15476 | #, c-format |
15477 | msgid "%s cannot appear in a constant-expression" | |
15478 | msgstr "" | |
3855d0d1 | 15479 | |
de104104 | 15480 | #: cp/parser.c:2034 |
b06c20ee | 15481 | #, c-format |
d5706a1e | 15482 | msgid "invalid use of template-name %qE without an argument list" |
b06c20ee JM |
15483 | msgstr "" |
15484 | ||
b97e55da | 15485 | #. Issue an error message. |
de104104 | 15486 | #: cp/parser.c:2039 |
b06c20ee | 15487 | #, c-format |
d5706a1e | 15488 | msgid "%qE does not name a type" |
b06c20ee JM |
15489 | msgstr "" |
15490 | ||
de104104 | 15491 | #: cp/parser.c:2070 |
b06c20ee JM |
15492 | msgid "(perhaps `typename %T::%E' was intended)" |
15493 | msgstr "" | |
15494 | ||
de104104 | 15495 | #: cp/parser.c:2085 |
b97e55da | 15496 | #, c-format |
d5706a1e | 15497 | msgid "%qE in namespace %qE does not name a type" |
3855d0d1 JM |
15498 | msgstr "" |
15499 | ||
de104104 | 15500 | #: cp/parser.c:2088 |
d5706a1e | 15501 | msgid "q%E in class %qT does not name a type" |
3855d0d1 JM |
15502 | msgstr "" |
15503 | ||
d5706a1e | 15504 | #: cp/parser.c:2758 |
b97e55da | 15505 | msgid "ISO C++ forbids braced-groups within expressions" |
3855d0d1 JM |
15506 | msgstr "" |
15507 | ||
d5706a1e | 15508 | #: cp/parser.c:2767 |
b97e55da | 15509 | msgid "statement-expressions are allowed only inside functions" |
3855d0d1 JM |
15510 | msgstr "" |
15511 | ||
d5706a1e ZW |
15512 | #: cp/parser.c:2818 |
15513 | msgid "%<this%> may not be used in this context" | |
3855d0d1 JM |
15514 | msgstr "" |
15515 | ||
d5706a1e ZW |
15516 | #: cp/parser.c:2953 |
15517 | msgid "local variable %qD may not appear in this context" | |
3855d0d1 JM |
15518 | msgstr "" |
15519 | ||
d5706a1e ZW |
15520 | #: cp/parser.c:3318 |
15521 | msgid "typedef-name %qD used as destructor declarator" | |
3855d0d1 JM |
15522 | msgstr "" |
15523 | ||
d5706a1e | 15524 | #: cp/parser.c:3976 |
b97e55da | 15525 | msgid "ISO C++ forbids compound-literals" |
3855d0d1 JM |
15526 | msgstr "" |
15527 | ||
d5706a1e | 15528 | #: cp/parser.c:4861 |
b1b51268 JM |
15529 | msgid "array bound forbidden after parenthesized type-id" |
15530 | msgstr "" | |
15531 | ||
d5706a1e | 15532 | #: cp/parser.c:4862 |
b1b51268 JM |
15533 | msgid "try removing the parentheses around the type-id" |
15534 | msgstr "" | |
15535 | ||
d5706a1e | 15536 | #: cp/parser.c:4968 |
807ab1f2 JM |
15537 | msgid "size in array new must have integral type" |
15538 | msgstr "" | |
15539 | ||
d5706a1e | 15540 | #: cp/parser.c:4971 |
807ab1f2 JM |
15541 | msgid "zero size array reserves no space" |
15542 | msgstr "" | |
15543 | ||
d5706a1e | 15544 | #: cp/parser.c:5070 |
b97e55da | 15545 | msgid "expression in new-declarator must have integral or enumeration type" |
9e620082 ZW |
15546 | msgstr "" |
15547 | ||
d5706a1e | 15548 | #: cp/parser.c:5252 |
b97e55da | 15549 | msgid "use of old-style cast" |
3855d0d1 JM |
15550 | msgstr "" |
15551 | ||
d5706a1e | 15552 | #: cp/parser.c:6007 |
8d98c44c | 15553 | #, c-format |
d5706a1e | 15554 | msgid "case label %qE not within a switch statement" |
8d98c44c JM |
15555 | msgstr "" |
15556 | ||
d5706a1e | 15557 | #: cp/parser.c:6550 |
b97e55da | 15558 | msgid "ISO C++ forbids computed gotos" |
3855d0d1 JM |
15559 | msgstr "" |
15560 | ||
d5706a1e | 15561 | #: cp/parser.c:6675 |
de104104 | 15562 | msgid "extra %<;%>" |
7bf81eee PT |
15563 | msgstr "" |
15564 | ||
d5706a1e | 15565 | #: cp/parser.c:6993 |
b97e55da | 15566 | msgid "mixing declarations and function-definitions is forbidden" |
7bf81eee PT |
15567 | msgstr "" |
15568 | ||
d5706a1e ZW |
15569 | #: cp/parser.c:7125 |
15570 | msgid "duplicate %<friend%>" | |
807ab1f2 JM |
15571 | msgstr "" |
15572 | ||
d5706a1e | 15573 | #: cp/parser.c:7294 |
01b84e13 JM |
15574 | msgid "class definition may not be declared a friend" |
15575 | msgstr "" | |
15576 | ||
d5706a1e | 15577 | #: cp/parser.c:7607 |
b97e55da | 15578 | msgid "only constructors take base initializers" |
3855d0d1 JM |
15579 | msgstr "" |
15580 | ||
d5706a1e | 15581 | #: cp/parser.c:7658 |
b97e55da | 15582 | msgid "anachronistic old-style base class initializer" |
3855d0d1 JM |
15583 | msgstr "" |
15584 | ||
d5706a1e | 15585 | #: cp/parser.c:7699 |
807ab1f2 | 15586 | msgid "" |
d5706a1e | 15587 | "keyword %<typename%> not allowed in this context (a qualified member " |
807ab1f2 JM |
15588 | "initializer is implicitly a type)" |
15589 | msgstr "" | |
15590 | ||
b97e55da | 15591 | #. Warn that we do not support `export'. |
d5706a1e ZW |
15592 | #: cp/parser.c:8061 |
15593 | msgid "keyword %<export%> not implemented, and will be ignored" | |
3855d0d1 JM |
15594 | msgstr "" |
15595 | ||
b06c20ee JM |
15596 | #. Otherwise, emit an error about the invalid digraph, but continue |
15597 | #. parsing because we got our argument list. | |
d5706a1e ZW |
15598 | #: cp/parser.c:8434 |
15599 | msgid "%<<::%> cannot begin a template-argument list" | |
b06c20ee JM |
15600 | msgstr "" |
15601 | ||
d5706a1e | 15602 | #: cp/parser.c:8435 |
b06c20ee | 15603 | msgid "" |
d5706a1e ZW |
15604 | "%<<:%> is an alternate spelling for %<[%>. Insert whitespace between %<<%> " |
15605 | "and %<::%>" | |
b06c20ee JM |
15606 | msgstr "" |
15607 | ||
d5706a1e ZW |
15608 | #: cp/parser.c:8442 |
15609 | msgid "(if you use -fpermissive G++ will accept your code)" | |
b06c20ee JM |
15610 | msgstr "" |
15611 | ||
01b84e13 | 15612 | #. Explain what went wrong. |
d5706a1e ZW |
15613 | #: cp/parser.c:8617 |
15614 | msgid "non-template %qD used as template" | |
01b84e13 JM |
15615 | msgstr "" |
15616 | ||
d5706a1e ZW |
15617 | #: cp/parser.c:8618 |
15618 | msgid "use %<%T::template %D%> to indicate that it is a template" | |
8d98c44c JM |
15619 | msgstr "" |
15620 | ||
d5706a1e ZW |
15621 | #: cp/parser.c:9645 |
15622 | msgid "using %<typename%> outside of template" | |
3855d0d1 JM |
15623 | msgstr "" |
15624 | ||
d5706a1e | 15625 | #: cp/parser.c:9768 |
b97e55da | 15626 | msgid "expected type-name" |
3855d0d1 JM |
15627 | msgstr "" |
15628 | ||
d5706a1e | 15629 | #: cp/parser.c:9827 |
01b84e13 JM |
15630 | msgid "type attributes are honored only at type definition" |
15631 | msgstr "" | |
15632 | ||
b97e55da JM |
15633 | #. [namespace.udecl] |
15634 | #. | |
15635 | #. A using declaration shall not name a template-id. | |
d5706a1e | 15636 | #: cp/parser.c:10201 |
b97e55da | 15637 | msgid "a template-id may not appear in a using-declaration" |
3855d0d1 JM |
15638 | msgstr "" |
15639 | ||
d5706a1e | 15640 | #: cp/parser.c:10526 |
b97e55da | 15641 | msgid "an asm-specification is not allowed on a function-definition" |
3855d0d1 JM |
15642 | msgstr "" |
15643 | ||
d5706a1e | 15644 | #: cp/parser.c:10528 |
b97e55da | 15645 | msgid "attributes are not allowed on a function-definition" |
3855d0d1 JM |
15646 | msgstr "" |
15647 | ||
d5706a1e | 15648 | #: cp/parser.c:10659 |
b97e55da | 15649 | msgid "attributes after parenthesized initializer ignored" |
3855d0d1 JM |
15650 | msgstr "" |
15651 | ||
d5706a1e ZW |
15652 | #: cp/parser.c:11088 |
15653 | msgid "%<%T::%D%> is not a type" | |
807ab1f2 JM |
15654 | msgstr "" |
15655 | ||
d5706a1e | 15656 | #: cp/parser.c:11133 |
807ab1f2 JM |
15657 | msgid "invalid use of constructor as a template" |
15658 | msgstr "" | |
15659 | ||
d5706a1e | 15660 | #: cp/parser.c:11134 |
807ab1f2 | 15661 | msgid "" |
d5706a1e ZW |
15662 | "use %<%T::%D%> instead of %<%T::%T%> to name the constructor in a qualified " |
15663 | "name" | |
807ab1f2 JM |
15664 | msgstr "" |
15665 | ||
d5706a1e | 15666 | #: cp/parser.c:11322 |
807ab1f2 JM |
15667 | msgid "duplicate cv-qualifier" |
15668 | msgstr "" | |
15669 | ||
d5706a1e | 15670 | #: cp/parser.c:11836 |
b97e55da | 15671 | msgid "file ends in default argument" |
3855d0d1 JM |
15672 | msgstr "" |
15673 | ||
d5706a1e | 15674 | #: cp/parser.c:11896 |
b97e55da | 15675 | msgid "deprecated use of default argument for parameter of non-function" |
3855d0d1 JM |
15676 | msgstr "" |
15677 | ||
d5706a1e | 15678 | #: cp/parser.c:11899 |
b97e55da | 15679 | msgid "default arguments are only permitted for function parameters" |
3855d0d1 JM |
15680 | msgstr "" |
15681 | ||
d5706a1e ZW |
15682 | #: cp/parser.c:12641 |
15683 | msgid "declaration of %qD in %qD which does not enclose %qD" | |
8d9d2e1d ZW |
15684 | msgstr "" |
15685 | ||
d5706a1e | 15686 | #: cp/parser.c:12654 |
b97e55da | 15687 | msgid "extra qualification ignored" |
3855d0d1 JM |
15688 | msgstr "" |
15689 | ||
d5706a1e ZW |
15690 | #: cp/parser.c:12665 |
15691 | msgid "an explicit specialization must be preceded by %<template <>%>" | |
01b84e13 JM |
15692 | msgstr "" |
15693 | ||
d5706a1e | 15694 | #: cp/parser.c:12949 |
de104104 | 15695 | msgid "%Hextra %<;%>" |
3855d0d1 JM |
15696 | msgstr "" |
15697 | ||
d5706a1e | 15698 | #: cp/parser.c:12967 |
b97e55da | 15699 | msgid "a class-key must be used when declaring a friend" |
3855d0d1 JM |
15700 | msgstr "" |
15701 | ||
d5706a1e | 15702 | #: cp/parser.c:12981 |
b97e55da | 15703 | msgid "friend declaration does not name a class or function" |
3855d0d1 JM |
15704 | msgstr "" |
15705 | ||
d5706a1e | 15706 | #: cp/parser.c:13154 |
01b84e13 | 15707 | msgid "pure-specifier on function-definition" |
3855d0d1 JM |
15708 | msgstr "" |
15709 | ||
d5706a1e ZW |
15710 | #: cp/parser.c:13427 |
15711 | msgid "keyword %<typename%> not allowed outside of templates" | |
3855d0d1 JM |
15712 | msgstr "" |
15713 | ||
d5706a1e | 15714 | #: cp/parser.c:13429 |
01b84e13 | 15715 | msgid "" |
d5706a1e ZW |
15716 | "keyword %<typename%> not allowed in this context (the base class is " |
15717 | "implicitly a type)" | |
01b84e13 JM |
15718 | msgstr "" |
15719 | ||
d5706a1e | 15720 | #: cp/parser.c:13702 |
807ab1f2 JM |
15721 | msgid "invalid catch parameter" |
15722 | msgstr "" | |
15723 | ||
d5706a1e ZW |
15724 | #: cp/parser.c:14264 |
15725 | msgid "reference to %qD is ambiguous" | |
01b84e13 JM |
15726 | msgstr "" |
15727 | ||
d5706a1e | 15728 | #: cp/parser.c:14433 |
01b84e13 JM |
15729 | msgid "too few template-parameter-lists" |
15730 | msgstr "" | |
15731 | ||
15732 | #. Otherwise, there are too many template parameter lists. We have | |
15733 | #. something like: | |
15734 | #. | |
b97e55da | 15735 | #. template <class T> template <class U> void S::f(); |
d5706a1e | 15736 | #: cp/parser.c:14448 |
b97e55da | 15737 | msgid "too many template-parameter-lists" |
3855d0d1 JM |
15738 | msgstr "" |
15739 | ||
807ab1f2 | 15740 | #. Skip the entire function. |
d5706a1e | 15741 | #: cp/parser.c:14672 |
b97e55da | 15742 | msgid "invalid function declaration" |
3855d0d1 JM |
15743 | msgstr "" |
15744 | ||
b97e55da | 15745 | #. Issue an error message. |
d5706a1e | 15746 | #: cp/parser.c:14709 |
b97e55da | 15747 | msgid "named return values are no longer supported" |
3855d0d1 JM |
15748 | msgstr "" |
15749 | ||
d5706a1e | 15750 | #: cp/parser.c:15054 |
de104104 | 15751 | msgid "%H%<>>%> should be %<> >%> within a nested template argument list" |
01b84e13 JM |
15752 | msgstr "" |
15753 | ||
d5706a1e | 15754 | #: cp/parser.c:15069 |
de104104 | 15755 | msgid "spurious %<>>%>, use %<>%> to terminate a template argument list" |
3855d0d1 JM |
15756 | msgstr "" |
15757 | ||
d5706a1e | 15758 | #: cp/parser.c:15074 |
de104104 | 15759 | msgid "missing %<>%> to terminate the template argument list" |
b1b51268 JM |
15760 | msgstr "" |
15761 | ||
d5706a1e ZW |
15762 | #: cp/parser.c:15593 |
15763 | msgid "%qs tag used in naming %q#T" | |
3855d0d1 JM |
15764 | msgstr "" |
15765 | ||
d5706a1e ZW |
15766 | #: cp/parser.c:15614 |
15767 | msgid "%qD redeclared with different access" | |
3855d0d1 JM |
15768 | msgstr "" |
15769 | ||
d5706a1e ZW |
15770 | #: cp/parser.c:15631 |
15771 | msgid "%<template%> (as a disambiguator) is only allowed within templates" | |
3855d0d1 JM |
15772 | msgstr "" |
15773 | ||
d5706a1e | 15774 | #: cp/parser.c:15839 |
b1b51268 JM |
15775 | msgid "inter-module optimizations not implemented for C++" |
15776 | msgstr "" | |
15777 | ||
de104104 | 15778 | #: cp/pt.c:240 |
d5706a1e | 15779 | msgid "data member %qD cannot be a member template" |
3855d0d1 JM |
15780 | msgstr "" |
15781 | ||
de104104 | 15782 | #: cp/pt.c:252 |
d5706a1e | 15783 | msgid "invalid member template declaration %qD" |
3855d0d1 JM |
15784 | msgstr "" |
15785 | ||
de104104 | 15786 | #: cp/pt.c:635 |
d5706a1e | 15787 | msgid "explicit specialization in non-namespace scope %qD" |
3855d0d1 JM |
15788 | msgstr "" |
15789 | ||
d5706a1e | 15790 | #: cp/pt.c:646 |
b97e55da | 15791 | msgid "enclosing class templates are not explicitly specialized" |
3855d0d1 JM |
15792 | msgstr "" |
15793 | ||
d5706a1e ZW |
15794 | #: cp/pt.c:730 |
15795 | msgid "specialization of %qD in different namespace" | |
3855d0d1 JM |
15796 | msgstr "" |
15797 | ||
d5706a1e ZW |
15798 | #: cp/pt.c:731 cp/pt.c:800 |
15799 | msgid " from definition of %q#D" | |
3855d0d1 JM |
15800 | msgstr "" |
15801 | ||
d5706a1e ZW |
15802 | #: cp/pt.c:767 |
15803 | msgid "specialization of %qT after instantiation" | |
3855d0d1 JM |
15804 | msgstr "" |
15805 | ||
d5706a1e ZW |
15806 | #: cp/pt.c:799 |
15807 | msgid "specializing %q#T in different namespace" | |
807ab1f2 JM |
15808 | msgstr "" |
15809 | ||
d5706a1e ZW |
15810 | #: cp/pt.c:814 |
15811 | msgid "specialization %qT after instantiation %qT" | |
a47a6810 JM |
15812 | msgstr "" |
15813 | ||
d5706a1e ZW |
15814 | #: cp/pt.c:826 |
15815 | msgid "explicit specialization of non-template %qT" | |
a47a6810 JM |
15816 | msgstr "" |
15817 | ||
d5706a1e ZW |
15818 | #: cp/pt.c:1083 |
15819 | msgid "specialization of %qD after instantiation" | |
3855d0d1 JM |
15820 | msgstr "" |
15821 | ||
d5706a1e | 15822 | #: cp/pt.c:1212 |
b97e55da | 15823 | msgid "%s %+#D" |
3855d0d1 JM |
15824 | msgstr "" |
15825 | ||
d5706a1e ZW |
15826 | #: cp/pt.c:1268 |
15827 | msgid "%qD is not a function template" | |
3855d0d1 JM |
15828 | msgstr "" |
15829 | ||
d5706a1e ZW |
15830 | #: cp/pt.c:1453 |
15831 | msgid "template-id %qD for %q+D does not match any template declaration" | |
3855d0d1 JM |
15832 | msgstr "" |
15833 | ||
d5706a1e ZW |
15834 | #: cp/pt.c:1462 |
15835 | msgid "ambiguous template specialization %qD for %q+D" | |
3855d0d1 JM |
15836 | msgstr "" |
15837 | ||
b97e55da JM |
15838 | #. This case handles bogus declarations like template <> |
15839 | #. template <class T> void f<int>(); | |
d5706a1e ZW |
15840 | #: cp/pt.c:1685 cp/pt.c:1739 |
15841 | msgid "template-id %qD in declaration of primary template" | |
3855d0d1 JM |
15842 | msgstr "" |
15843 | ||
d5706a1e | 15844 | #: cp/pt.c:1698 |
b97e55da | 15845 | msgid "template parameter list used in explicit instantiation" |
3855d0d1 JM |
15846 | msgstr "" |
15847 | ||
d5706a1e | 15848 | #: cp/pt.c:1704 |
b97e55da | 15849 | msgid "definition provided for explicit instantiation" |
3855d0d1 JM |
15850 | msgstr "" |
15851 | ||
d5706a1e ZW |
15852 | #: cp/pt.c:1712 |
15853 | msgid "too many template parameter lists in declaration of %qD" | |
3855d0d1 JM |
15854 | msgstr "" |
15855 | ||
d5706a1e ZW |
15856 | #: cp/pt.c:1715 |
15857 | msgid "too few template parameter lists in declaration of %qD" | |
3855d0d1 JM |
15858 | msgstr "" |
15859 | ||
d5706a1e ZW |
15860 | #: cp/pt.c:1717 |
15861 | msgid "explicit specialization of %qD must be introduced by `template <>'" | |
3855d0d1 JM |
15862 | msgstr "" |
15863 | ||
d5706a1e ZW |
15864 | #: cp/pt.c:1736 |
15865 | msgid "function template partial specialization %qD is not allowed" | |
3855d0d1 JM |
15866 | msgstr "" |
15867 | ||
d5706a1e | 15868 | #: cp/pt.c:1768 |
b97e55da | 15869 | msgid "default argument specified in explicit specialization" |
3855d0d1 JM |
15870 | msgstr "" |
15871 | ||
d5706a1e | 15872 | #: cp/pt.c:1772 |
b97e55da | 15873 | msgid "template specialization with C linkage" |
a47a6810 JM |
15874 | msgstr "" |
15875 | ||
b97e55da JM |
15876 | #. From [temp.expl.spec]: |
15877 | #. | |
15878 | #. If such an explicit specialization for the member | |
15879 | #. of a class template names an implicitly-declared | |
15880 | #. special member function (clause _special_), the | |
15881 | #. program is ill-formed. | |
15882 | #. | |
15883 | #. Similar language is found in [temp.explicit]. | |
d5706a1e | 15884 | #: cp/pt.c:1856 |
b97e55da | 15885 | msgid "specialization of implicitly-declared special member function" |
3855d0d1 JM |
15886 | msgstr "" |
15887 | ||
d5706a1e ZW |
15888 | #: cp/pt.c:1900 |
15889 | msgid "no member function %qD declared in %qT" | |
3855d0d1 JM |
15890 | msgstr "" |
15891 | ||
b97e55da | 15892 | #. There are two many template parameter lists. |
d5706a1e ZW |
15893 | #: cp/pt.c:2050 |
15894 | msgid "too many template parameter lists in declaration of %qT" | |
3855d0d1 JM |
15895 | msgstr "" |
15896 | ||
d5706a1e ZW |
15897 | #: cp/pt.c:2144 |
15898 | msgid " shadows template parm %q#D" | |
3855d0d1 JM |
15899 | msgstr "" |
15900 | ||
d5706a1e | 15901 | #: cp/pt.c:2544 |
b97e55da | 15902 | msgid "template parameters not used in partial specialization:" |
3855d0d1 JM |
15903 | msgstr "" |
15904 | ||
d5706a1e ZW |
15905 | #: cp/pt.c:2548 |
15906 | msgid " %qD" | |
3855d0d1 JM |
15907 | msgstr "" |
15908 | ||
d5706a1e ZW |
15909 | #: cp/pt.c:2559 |
15910 | msgid "partial specialization %qT does not specialize any template arguments" | |
a47a6810 JM |
15911 | msgstr "" |
15912 | ||
d5706a1e | 15913 | #: cp/pt.c:2584 |
b97e55da | 15914 | #, c-format |
d5706a1e | 15915 | msgid "template argument %qE involves template parameter(s)" |
3855d0d1 JM |
15916 | msgstr "" |
15917 | ||
d5706a1e ZW |
15918 | #: cp/pt.c:2628 |
15919 | msgid "type %qT of template argument %qE depends on template parameter(s)" | |
3855d0d1 JM |
15920 | msgstr "" |
15921 | ||
d5706a1e ZW |
15922 | #: cp/pt.c:2714 |
15923 | msgid "no default argument for %qD" | |
3855d0d1 JM |
15924 | msgstr "" |
15925 | ||
d5706a1e | 15926 | #: cp/pt.c:2866 |
b97e55da | 15927 | msgid "template with C linkage" |
3855d0d1 JM |
15928 | msgstr "" |
15929 | ||
d5706a1e | 15930 | #: cp/pt.c:2869 |
b97e55da | 15931 | msgid "template class without a name" |
3855d0d1 JM |
15932 | msgstr "" |
15933 | ||
b97e55da JM |
15934 | #. [temp.mem] |
15935 | #. | |
15936 | #. A destructor shall not be a member template. | |
d5706a1e ZW |
15937 | #: cp/pt.c:2877 |
15938 | msgid "destructor %qD declared as member template" | |
3855d0d1 JM |
15939 | msgstr "" |
15940 | ||
807ab1f2 JM |
15941 | #. [basic.stc.dynamic.allocation] |
15942 | #. | |
15943 | #. An allocation function can be a function | |
15944 | #. template. ... Template allocation functions shall | |
15945 | #. have two or more parameters. | |
d5706a1e ZW |
15946 | #: cp/pt.c:2892 |
15947 | msgid "invalid template declaration of %qD" | |
807ab1f2 JM |
15948 | msgstr "" |
15949 | ||
d5706a1e ZW |
15950 | #: cp/pt.c:2972 |
15951 | msgid "%qD does not declare a template type" | |
3855d0d1 JM |
15952 | msgstr "" |
15953 | ||
d5706a1e ZW |
15954 | #: cp/pt.c:2978 |
15955 | msgid "template definition of non-template %q#D" | |
3855d0d1 JM |
15956 | msgstr "" |
15957 | ||
d5706a1e ZW |
15958 | #: cp/pt.c:3019 |
15959 | msgid "expected %d levels of template parms for %q#D, got %d" | |
a47a6810 JM |
15960 | msgstr "" |
15961 | ||
d5706a1e ZW |
15962 | #: cp/pt.c:3031 |
15963 | msgid "got %d template parameters for %q#D" | |
3855d0d1 JM |
15964 | msgstr "" |
15965 | ||
d5706a1e ZW |
15966 | #: cp/pt.c:3034 |
15967 | msgid "got %d template parameters for %q#T" | |
3855d0d1 JM |
15968 | msgstr "" |
15969 | ||
d5706a1e | 15970 | #: cp/pt.c:3036 |
3855d0d1 | 15971 | #, c-format |
b97e55da | 15972 | msgid " but %d required" |
3855d0d1 JM |
15973 | msgstr "" |
15974 | ||
d5706a1e ZW |
15975 | #: cp/pt.c:3121 |
15976 | msgid "%qT is not a template type" | |
3855d0d1 JM |
15977 | msgstr "" |
15978 | ||
d5706a1e ZW |
15979 | #: cp/pt.c:3137 |
15980 | msgid "previous declaration %qD" | |
b97e55da JM |
15981 | msgstr "" |
15982 | ||
d5706a1e | 15983 | #: cp/pt.c:3138 |
3855d0d1 | 15984 | #, c-format |
b97e55da | 15985 | msgid "used %d template parameter%s instead of %d" |
3855d0d1 JM |
15986 | msgstr "" |
15987 | ||
d5706a1e ZW |
15988 | #: cp/pt.c:3158 |
15989 | msgid "template parameter %q#D" | |
3855d0d1 JM |
15990 | msgstr "" |
15991 | ||
d5706a1e ZW |
15992 | #: cp/pt.c:3159 |
15993 | msgid "redeclared here as %q#D" | |
3855d0d1 JM |
15994 | msgstr "" |
15995 | ||
b97e55da JM |
15996 | #. We have in [temp.param]: |
15997 | #. | |
15998 | #. A template-parameter may not be given default arguments | |
15999 | #. by two different declarations in the same scope. | |
d5706a1e ZW |
16000 | #: cp/pt.c:3169 |
16001 | msgid "redefinition of default argument for %q#D" | |
3855d0d1 JM |
16002 | msgstr "" |
16003 | ||
d5706a1e | 16004 | #: cp/pt.c:3170 |
b97e55da | 16005 | msgid "%J original definition appeared here" |
3855d0d1 JM |
16006 | msgstr "" |
16007 | ||
d5706a1e | 16008 | #: cp/pt.c:3316 |
b97e55da | 16009 | #, c-format |
d5706a1e | 16010 | msgid "%qE is not a valid template argument" |
3855d0d1 JM |
16011 | msgstr "" |
16012 | ||
d5706a1e | 16013 | #: cp/pt.c:3320 |
b97e55da | 16014 | msgid "it must be the address of a function with external linkage" |
3855d0d1 JM |
16015 | msgstr "" |
16016 | ||
d5706a1e | 16017 | #: cp/pt.c:3322 |
b97e55da | 16018 | msgid "it must be the address of an object with external linkage" |
3855d0d1 JM |
16019 | msgstr "" |
16020 | ||
d5706a1e ZW |
16021 | #: cp/pt.c:3325 |
16022 | msgid "it must be a pointer-to-member of the form %<&X::Y%>" | |
3855d0d1 JM |
16023 | msgstr "" |
16024 | ||
d5706a1e | 16025 | #: cp/pt.c:3336 |
b97e55da JM |
16026 | #, c-format |
16027 | msgid "" | |
d5706a1e ZW |
16028 | "string literal %qE is not a valid template argument because it is the " |
16029 | "address of an object with static linkage" | |
3855d0d1 JM |
16030 | msgstr "" |
16031 | ||
d5706a1e | 16032 | #: cp/pt.c:3352 |
b97e55da | 16033 | #, c-format |
d5706a1e | 16034 | msgid "address of non-extern %qE cannot be used as template argument" |
3855d0d1 JM |
16035 | msgstr "" |
16036 | ||
d5706a1e | 16037 | #: cp/pt.c:3362 |
b97e55da | 16038 | #, c-format |
d5706a1e | 16039 | msgid "non-constant %qE cannot be used as template argument" |
3855d0d1 JM |
16040 | msgstr "" |
16041 | ||
d5706a1e ZW |
16042 | #: cp/pt.c:3369 |
16043 | msgid "type %qT cannot be used as a value for a non-type template-parameter" | |
3855d0d1 JM |
16044 | msgstr "" |
16045 | ||
d5706a1e ZW |
16046 | #: cp/pt.c:3372 |
16047 | msgid "invalid use of %qD as a non-type template-argument" | |
3855d0d1 JM |
16048 | msgstr "" |
16049 | ||
d5706a1e | 16050 | #: cp/pt.c:3374 |
b97e55da | 16051 | #, c-format |
d5706a1e | 16052 | msgid "invalid use of %qE as a non-type template-argument" |
3855d0d1 JM |
16053 | msgstr "" |
16054 | ||
d5706a1e ZW |
16055 | #: cp/pt.c:3752 |
16056 | msgid "to refer to a type member of a template parameter, use %<typename %E%>" | |
3855d0d1 JM |
16057 | msgstr "" |
16058 | ||
d5706a1e ZW |
16059 | #: cp/pt.c:3766 cp/pt.c:3785 cp/pt.c:3825 |
16060 | msgid "type/value mismatch at argument %d in template parameter list for %qD" | |
3855d0d1 JM |
16061 | msgstr "" |
16062 | ||
de104104 | 16063 | #: cp/pt.c:3770 |
d5706a1e | 16064 | msgid " expected a constant of type %qT, got %qT" |
3855d0d1 JM |
16065 | msgstr "" |
16066 | ||
de104104 | 16067 | #: cp/pt.c:3774 |
b97e55da | 16068 | #, c-format |
d5706a1e | 16069 | msgid " expected a class template, got %qE" |
3855d0d1 JM |
16070 | msgstr "" |
16071 | ||
de104104 | 16072 | #: cp/pt.c:3776 |
b97e55da | 16073 | #, c-format |
d5706a1e | 16074 | msgid " expected a type, got %qE" |
3855d0d1 JM |
16075 | msgstr "" |
16076 | ||
d5706a1e ZW |
16077 | #: cp/pt.c:3789 |
16078 | msgid " expected a type, got %qT" | |
3855d0d1 JM |
16079 | msgstr "" |
16080 | ||
d5706a1e ZW |
16081 | #: cp/pt.c:3791 |
16082 | msgid " expected a class template, got %qT" | |
3855d0d1 JM |
16083 | msgstr "" |
16084 | ||
d5706a1e ZW |
16085 | #: cp/pt.c:3828 |
16086 | msgid " expected a template of type %qD, got %qD" | |
a47a6810 JM |
16087 | msgstr "" |
16088 | ||
d5706a1e ZW |
16089 | #: cp/pt.c:3864 |
16090 | msgid "could not convert template argument %qE to %qT" | |
3855d0d1 JM |
16091 | msgstr "" |
16092 | ||
d5706a1e | 16093 | #: cp/pt.c:3903 |
b97e55da JM |
16094 | #, c-format |
16095 | msgid "wrong number of template arguments (%d, should be %d)" | |
3855d0d1 JM |
16096 | msgstr "" |
16097 | ||
d5706a1e ZW |
16098 | #: cp/pt.c:3907 |
16099 | msgid "provided for %qD" | |
3855d0d1 JM |
16100 | msgstr "" |
16101 | ||
d5706a1e | 16102 | #: cp/pt.c:3935 |
b97e55da JM |
16103 | #, c-format |
16104 | msgid "template argument %d is invalid" | |
3855d0d1 JM |
16105 | msgstr "" |
16106 | ||
d5706a1e | 16107 | #: cp/pt.c:4156 |
b97e55da | 16108 | msgid "non-template used as template" |
3855d0d1 JM |
16109 | msgstr "" |
16110 | ||
d5706a1e ZW |
16111 | #: cp/pt.c:4291 |
16112 | msgid "non-template type %qT used as a template" | |
3855d0d1 JM |
16113 | msgstr "" |
16114 | ||
d5706a1e ZW |
16115 | #: cp/pt.c:4293 |
16116 | msgid "for template declaration %qD" | |
3855d0d1 JM |
16117 | msgstr "" |
16118 | ||
d5706a1e | 16119 | #: cp/pt.c:4942 |
b97e55da JM |
16120 | msgid "" |
16121 | "template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN " | |
d5706a1e | 16122 | "to increase the maximum) instantiating %qD" |
3855d0d1 JM |
16123 | msgstr "" |
16124 | ||
d5706a1e ZW |
16125 | #: cp/pt.c:5381 |
16126 | msgid "ambiguous class template instantiation for %q#T" | |
3855d0d1 JM |
16127 | msgstr "" |
16128 | ||
d5706a1e | 16129 | #: cp/pt.c:5387 |
b97e55da | 16130 | msgid "%s %+#T" |
3855d0d1 JM |
16131 | msgstr "" |
16132 | ||
d5706a1e ZW |
16133 | #: cp/pt.c:6408 cp/pt.c:6528 |
16134 | msgid "instantiation of %qD as type %qT" | |
3855d0d1 JM |
16135 | msgstr "" |
16136 | ||
d5706a1e ZW |
16137 | #: cp/pt.c:6570 |
16138 | msgid "invalid parameter type %qT" | |
a47a6810 JM |
16139 | msgstr "" |
16140 | ||
d5706a1e ZW |
16141 | #: cp/pt.c:6572 |
16142 | msgid "in declaration %qD" | |
3855d0d1 JM |
16143 | msgstr "" |
16144 | ||
d5706a1e ZW |
16145 | #: cp/pt.c:6646 |
16146 | msgid "creating pointer to member function of non-class type %qT" | |
3855d0d1 JM |
16147 | msgstr "" |
16148 | ||
d5706a1e | 16149 | #: cp/pt.c:6783 |
b97e55da | 16150 | msgid "creating array with size zero" |
3855d0d1 JM |
16151 | msgstr "" |
16152 | ||
d5706a1e | 16153 | #: cp/pt.c:6797 |
b97e55da | 16154 | #, c-format |
d5706a1e | 16155 | msgid "creating array with size zero (%qE)" |
3855d0d1 JM |
16156 | msgstr "" |
16157 | ||
d5706a1e | 16158 | #: cp/pt.c:7014 |
b97e55da | 16159 | msgid "forming reference to void" |
3855d0d1 JM |
16160 | msgstr "" |
16161 | ||
d5706a1e ZW |
16162 | #: cp/pt.c:7016 |
16163 | msgid "forming %s to reference type %qT" | |
3855d0d1 JM |
16164 | msgstr "" |
16165 | ||
d5706a1e ZW |
16166 | #: cp/pt.c:7053 |
16167 | msgid "creating pointer to member of non-class type %qT" | |
3855d0d1 JM |
16168 | msgstr "" |
16169 | ||
d5706a1e ZW |
16170 | #: cp/pt.c:7059 |
16171 | msgid "creating pointer to member reference type %qT" | |
3855d0d1 JM |
16172 | msgstr "" |
16173 | ||
d5706a1e ZW |
16174 | #: cp/pt.c:7145 |
16175 | msgid "creating array of %qT" | |
3855d0d1 JM |
16176 | msgstr "" |
16177 | ||
d5706a1e ZW |
16178 | #: cp/pt.c:7151 |
16179 | msgid "creating array of %qT, which is an abstract class type" | |
01b84e13 JM |
16180 | msgstr "" |
16181 | ||
d5706a1e ZW |
16182 | #: cp/pt.c:7195 |
16183 | msgid "%qT is not a class, struct, or union type" | |
3855d0d1 JM |
16184 | msgstr "" |
16185 | ||
d5706a1e | 16186 | #: cp/pt.c:7281 |
b97e55da JM |
16187 | #, c-format |
16188 | msgid "use of `%s' in template" | |
3855d0d1 JM |
16189 | msgstr "" |
16190 | ||
d5706a1e | 16191 | #: cp/pt.c:7406 |
b06c20ee JM |
16192 | #, c-format |
16193 | msgid "" | |
d5706a1e | 16194 | "dependent-name %qE is parsed as a non-type, but instantiation yields a type" |
b06c20ee JM |
16195 | msgstr "" |
16196 | ||
d5706a1e ZW |
16197 | #: cp/pt.c:7408 |
16198 | msgid "say %<typename %E%> if a type is meant" | |
3855d0d1 JM |
16199 | msgstr "" |
16200 | ||
d5706a1e ZW |
16201 | #: cp/pt.c:8545 |
16202 | msgid "%qT is not a class or namespace" | |
807ab1f2 JM |
16203 | msgstr "" |
16204 | ||
d5706a1e ZW |
16205 | #: cp/pt.c:8548 |
16206 | msgid "%qD is not a class or namespace" | |
807ab1f2 JM |
16207 | msgstr "" |
16208 | ||
d5706a1e ZW |
16209 | #: cp/pt.c:8673 |
16210 | msgid "%qT uses anonymous type" | |
3855d0d1 JM |
16211 | msgstr "" |
16212 | ||
d5706a1e ZW |
16213 | #: cp/pt.c:8675 |
16214 | msgid "%qT uses local type %qT" | |
3855d0d1 JM |
16215 | msgstr "" |
16216 | ||
d5706a1e ZW |
16217 | #: cp/pt.c:8683 |
16218 | msgid "%qT is a variably modified type" | |
3855d0d1 JM |
16219 | msgstr "" |
16220 | ||
d5706a1e | 16221 | #: cp/pt.c:8694 |
b97e55da | 16222 | #, c-format |
d5706a1e | 16223 | msgid "integral expression %qE is not constant" |
3855d0d1 JM |
16224 | msgstr "" |
16225 | ||
d5706a1e ZW |
16226 | #: cp/pt.c:8699 |
16227 | msgid " trying to instantiate %qD" | |
3855d0d1 JM |
16228 | msgstr "" |
16229 | ||
d5706a1e | 16230 | #: cp/pt.c:9213 |
b97e55da | 16231 | msgid "incomplete type unification" |
3855d0d1 JM |
16232 | msgstr "" |
16233 | ||
d5706a1e ZW |
16234 | #: cp/pt.c:10531 cp/pt.c:10602 |
16235 | msgid "explicit instantiation of non-template %q#D" | |
3855d0d1 JM |
16236 | msgstr "" |
16237 | ||
d5706a1e ZW |
16238 | #: cp/pt.c:10547 cp/pt.c:10597 |
16239 | msgid "no matching template for %qD found" | |
3855d0d1 JM |
16240 | msgstr "" |
16241 | ||
d5706a1e ZW |
16242 | #: cp/pt.c:10553 |
16243 | msgid "explicit instantiation of %q#D" | |
3855d0d1 JM |
16244 | msgstr "" |
16245 | ||
d5706a1e ZW |
16246 | #: cp/pt.c:10589 |
16247 | msgid "duplicate explicit instantiation of %q#D" | |
3855d0d1 JM |
16248 | msgstr "" |
16249 | ||
d5706a1e ZW |
16250 | #: cp/pt.c:10611 |
16251 | msgid "ISO C++ forbids the use of %<extern%> on explicit instantiations" | |
3855d0d1 JM |
16252 | msgstr "" |
16253 | ||
d5706a1e ZW |
16254 | #: cp/pt.c:10616 cp/pt.c:10706 |
16255 | msgid "storage class %qD applied to template instantiation" | |
3855d0d1 JM |
16256 | msgstr "" |
16257 | ||
d5706a1e ZW |
16258 | #: cp/pt.c:10678 |
16259 | msgid "explicit instantiation of non-template type %qT" | |
3855d0d1 JM |
16260 | msgstr "" |
16261 | ||
d5706a1e ZW |
16262 | #: cp/pt.c:10687 |
16263 | msgid "explicit instantiation of %q#T before definition of template" | |
3855d0d1 JM |
16264 | msgstr "" |
16265 | ||
d5706a1e | 16266 | #: cp/pt.c:10695 |
3855d0d1 | 16267 | #, c-format |
807ab1f2 | 16268 | msgid "ISO C++ forbids the use of `%E' on explicit instantiations" |
3855d0d1 JM |
16269 | msgstr "" |
16270 | ||
d5706a1e ZW |
16271 | #: cp/pt.c:10740 |
16272 | msgid "duplicate explicit instantiation of %q#T" | |
3855d0d1 JM |
16273 | msgstr "" |
16274 | ||
d5706a1e ZW |
16275 | #: cp/pt.c:11103 |
16276 | msgid "explicit instantiation of %qD but no definition available" | |
3855d0d1 JM |
16277 | msgstr "" |
16278 | ||
d5706a1e | 16279 | #: cp/pt.c:11247 |
807ab1f2 JM |
16280 | msgid "" |
16281 | "template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN " | |
d5706a1e | 16282 | "to increase the maximum) instantiating %q+D, possibly from virtual table " |
807ab1f2 JM |
16283 | "generation" |
16284 | msgstr "" | |
16285 | ||
d5706a1e ZW |
16286 | #: cp/pt.c:11526 |
16287 | msgid "%q#T is not a valid type for a template constant parameter" | |
3855d0d1 JM |
16288 | msgstr "" |
16289 | ||
807ab1f2 | 16290 | #: cp/repo.c:112 |
b97e55da | 16291 | msgid "-frepo must be used with -c" |
3855d0d1 JM |
16292 | msgstr "" |
16293 | ||
807ab1f2 | 16294 | #: cp/repo.c:200 |
b97e55da JM |
16295 | #, c-format |
16296 | msgid "mysterious repository information in %s" | |
3855d0d1 JM |
16297 | msgstr "" |
16298 | ||
807ab1f2 | 16299 | #: cp/repo.c:214 |
b97e55da JM |
16300 | #, c-format |
16301 | msgid "can't create repository information file `%s'" | |
3855d0d1 JM |
16302 | msgstr "" |
16303 | ||
de104104 | 16304 | #: cp/rtti.c:243 |
b97e55da | 16305 | msgid "cannot use typeid with -fno-rtti" |
3855d0d1 JM |
16306 | msgstr "" |
16307 | ||
de104104 | 16308 | #: cp/rtti.c:249 |
b97e55da | 16309 | msgid "must #include <typeinfo> before using typeid" |
3855d0d1 JM |
16310 | msgstr "" |
16311 | ||
de104104 | 16312 | #: cp/rtti.c:321 |
b97e55da JM |
16313 | msgid "" |
16314 | "cannot create type information for type `%T' because its size is variable" | |
3855d0d1 JM |
16315 | msgstr "" |
16316 | ||
de104104 | 16317 | #: cp/rtti.c:573 cp/rtti.c:587 |
b97e55da | 16318 | msgid "dynamic_cast of `%#D' to `%#T' can never succeed" |
3855d0d1 JM |
16319 | msgstr "" |
16320 | ||
de104104 | 16321 | #: cp/rtti.c:666 |
b97e55da | 16322 | msgid "cannot dynamic_cast `%E' (of type `%#T') to type `%#T' (%s)" |
3855d0d1 JM |
16323 | msgstr "" |
16324 | ||
de104104 | 16325 | #: cp/search.c:246 |
b97e55da | 16326 | msgid "`%T' is an ambiguous base of `%T'" |
3855d0d1 JM |
16327 | msgstr "" |
16328 | ||
de104104 | 16329 | #: cp/search.c:264 |
b97e55da | 16330 | msgid "`%T' is an inaccessible base of `%T'" |
3855d0d1 JM |
16331 | msgstr "" |
16332 | ||
de104104 | 16333 | #: cp/search.c:1645 |
b97e55da | 16334 | msgid "invalid covariant return type for `%#D'" |
3855d0d1 JM |
16335 | msgstr "" |
16336 | ||
de104104 | 16337 | #: cp/search.c:1646 cp/search.c:1652 |
b97e55da | 16338 | msgid " overriding `%#D'" |
3855d0d1 JM |
16339 | msgstr "" |
16340 | ||
de104104 | 16341 | #: cp/search.c:1650 |
b97e55da | 16342 | msgid "conflicting return type specified for `%#D'" |
3855d0d1 JM |
16343 | msgstr "" |
16344 | ||
de104104 | 16345 | #: cp/search.c:1661 |
b97e55da JM |
16346 | #, c-format |
16347 | msgid "looser throw specifier for `%#F'" | |
3855d0d1 JM |
16348 | msgstr "" |
16349 | ||
de104104 | 16350 | #: cp/search.c:1662 |
b97e55da JM |
16351 | #, c-format |
16352 | msgid " overriding `%#F'" | |
3855d0d1 JM |
16353 | msgstr "" |
16354 | ||
b97e55da JM |
16355 | #. A static member function cannot match an inherited |
16356 | #. virtual member function. | |
de104104 | 16357 | #: cp/search.c:1755 |
b97e55da | 16358 | msgid "`%#D' cannot be declared" |
3855d0d1 JM |
16359 | msgstr "" |
16360 | ||
de104104 | 16361 | #: cp/search.c:1756 |
b97e55da | 16362 | msgid " since `%#D' declared in base class" |
3855d0d1 JM |
16363 | msgstr "" |
16364 | ||
807ab1f2 | 16365 | #: cp/semantics.c:1133 |
b97e55da JM |
16366 | #, c-format |
16367 | msgid "type of asm operand `%E' could not be determined" | |
d9b2742a ZW |
16368 | msgstr "" |
16369 | ||
807ab1f2 | 16370 | #: cp/semantics.c:1265 |
b97e55da | 16371 | msgid "invalid use of member `%D' in static member function" |
3855d0d1 JM |
16372 | msgstr "" |
16373 | ||
d5706a1e ZW |
16374 | #: cp/semantics.c:1268 |
16375 | msgid "invalid use of non-static data member `%D'" | |
16376 | msgstr "" | |
16377 | ||
807ab1f2 | 16378 | #: cp/semantics.c:1269 cp/semantics.c:1308 |
b97e55da | 16379 | msgid "from this location" |
3855d0d1 JM |
16380 | msgstr "" |
16381 | ||
807ab1f2 | 16382 | #: cp/semantics.c:1307 |
b97e55da | 16383 | msgid "object missing in reference to `%D'" |
3855d0d1 JM |
16384 | msgstr "" |
16385 | ||
de104104 | 16386 | #: cp/semantics.c:1786 |
b97e55da | 16387 | msgid "arguments to destructor are not allowed" |
3855d0d1 JM |
16388 | msgstr "" |
16389 | ||
de104104 | 16390 | #: cp/semantics.c:1836 |
b97e55da | 16391 | msgid "`this' is unavailable for static member functions" |
3855d0d1 JM |
16392 | msgstr "" |
16393 | ||
de104104 | 16394 | #: cp/semantics.c:1842 |
b97e55da | 16395 | msgid "invalid use of `this' in non-member function" |
3855d0d1 JM |
16396 | msgstr "" |
16397 | ||
de104104 | 16398 | #: cp/semantics.c:1844 |
b97e55da | 16399 | msgid "invalid use of `this' at top level" |
3855d0d1 JM |
16400 | msgstr "" |
16401 | ||
de104104 | 16402 | #: cp/semantics.c:1868 |
b97e55da | 16403 | msgid "invalid qualifying scope in pseudo-destructor name" |
3855d0d1 JM |
16404 | msgstr "" |
16405 | ||
de104104 | 16406 | #: cp/semantics.c:1888 |
b97e55da | 16407 | msgid "`%E' is not of type `%T'" |
d9b2742a ZW |
16408 | msgstr "" |
16409 | ||
de104104 | 16410 | #: cp/semantics.c:1982 |
b97e55da | 16411 | msgid "template type parameters must use the keyword `class' or `typename'" |
d9b2742a ZW |
16412 | msgstr "" |
16413 | ||
de104104 | 16414 | #: cp/semantics.c:2026 |
b06c20ee JM |
16415 | msgid "" |
16416 | "invalid use of type `%T' as a default value for a template template-parameter" | |
16417 | msgstr "" | |
16418 | ||
de104104 | 16419 | #: cp/semantics.c:2029 |
b06c20ee JM |
16420 | msgid "" |
16421 | "invalid use of `%D' as a default value for a template template-parameter" | |
d9b2742a ZW |
16422 | msgstr "" |
16423 | ||
de104104 | 16424 | #: cp/semantics.c:2033 |
b06c20ee JM |
16425 | msgid "invalid default argument for a template template parameter" |
16426 | msgstr "" | |
16427 | ||
de104104 | 16428 | #: cp/semantics.c:2050 |
b97e55da | 16429 | msgid "definition of `%#T' inside template parameter list" |
d9b2742a ZW |
16430 | msgstr "" |
16431 | ||
de104104 | 16432 | #: cp/semantics.c:2061 |
b97e55da | 16433 | msgid "invalid definition of qualified type `%T'" |
3855d0d1 JM |
16434 | msgstr "" |
16435 | ||
d5706a1e ZW |
16436 | #: cp/semantics.c:2075 |
16437 | msgid "redefinition of `%#T'" | |
16438 | msgstr "" | |
16439 | ||
de104104 | 16440 | #: cp/semantics.c:2076 |
b97e55da | 16441 | msgid "previous definition of `%#T'" |
3855d0d1 JM |
16442 | msgstr "" |
16443 | ||
de104104 | 16444 | #: cp/semantics.c:2252 |
b97e55da | 16445 | msgid "invalid base-class specification" |
3855d0d1 JM |
16446 | msgstr "" |
16447 | ||
de104104 | 16448 | #: cp/semantics.c:2261 |
b97e55da | 16449 | msgid "base class `%T' has cv qualifiers" |
3855d0d1 JM |
16450 | msgstr "" |
16451 | ||
de104104 | 16452 | #: cp/semantics.c:2294 |
b97e55da | 16453 | msgid "multiple declarators in template declaration" |
d9b2742a ZW |
16454 | msgstr "" |
16455 | ||
de104104 | 16456 | #: cp/semantics.c:2306 |
a47a6810 | 16457 | msgid "incomplete type `%T' used in nested name specifier" |
3855d0d1 JM |
16458 | msgstr "" |
16459 | ||
de104104 | 16460 | #: cp/semantics.c:2309 |
807ab1f2 JM |
16461 | msgid "reference to `%T::%D' is ambiguous" |
16462 | msgstr "" | |
16463 | ||
de104104 | 16464 | #: cp/semantics.c:2313 cp/typeck.c:1649 |
b97e55da JM |
16465 | msgid "`%D' is not a member of `%T'" |
16466 | msgstr "" | |
16467 | ||
de104104 | 16468 | #: cp/semantics.c:2316 |
a47a6810 | 16469 | msgid "`%D' is not a member of `%D'" |
3855d0d1 JM |
16470 | msgstr "" |
16471 | ||
d5706a1e ZW |
16472 | #: cp/semantics.c:2318 |
16473 | msgid "`::%D' has not been declared" | |
16474 | msgstr "" | |
16475 | ||
de104104 | 16476 | #: cp/semantics.c:2441 |
01b84e13 JM |
16477 | msgid "" |
16478 | "template parameter `%D' of type `%T' is not allowed in an integral constant " | |
16479 | "expression because it is not of integral or enumeration type" | |
16480 | msgstr "" | |
16481 | ||
de104104 | 16482 | #: cp/semantics.c:2585 |
b97e55da | 16483 | msgid "`%D' cannot appear in a constant-expression" |
3855d0d1 JM |
16484 | msgstr "" |
16485 | ||
de104104 | 16486 | #: cp/semantics.c:2593 |
b97e55da | 16487 | msgid "use of namespace `%D' as expression" |
3855d0d1 JM |
16488 | msgstr "" |
16489 | ||
de104104 | 16490 | #: cp/semantics.c:2598 |
b97e55da | 16491 | msgid "use of class template `%T' as expression" |
3855d0d1 JM |
16492 | msgstr "" |
16493 | ||
b06c20ee | 16494 | #. Ambiguous reference to base members. |
de104104 | 16495 | #: cp/semantics.c:2604 |
b97e55da | 16496 | msgid "request for member `%D' is ambiguous in multiple inheritance lattice" |
3855d0d1 JM |
16497 | msgstr "" |
16498 | ||
de104104 | 16499 | #: cp/semantics.c:2665 |
b97e55da JM |
16500 | #, c-format |
16501 | msgid "use of %s from containing function" | |
3855d0d1 JM |
16502 | msgstr "" |
16503 | ||
de104104 | 16504 | #: cp/semantics.c:2668 |
b97e55da | 16505 | msgid " `%#D' declared here" |
3855d0d1 JM |
16506 | msgstr "" |
16507 | ||
de104104 | 16508 | #: cp/semantics.c:2719 |
b97e55da JM |
16509 | #, c-format |
16510 | msgid "type of `%E' is unknown" | |
d9b2742a ZW |
16511 | msgstr "" |
16512 | ||
de104104 | 16513 | #: cp/tree.c:226 |
b97e55da JM |
16514 | #, c-format |
16515 | msgid "non-lvalue in %s" | |
3855d0d1 JM |
16516 | msgstr "" |
16517 | ||
de104104 | 16518 | #: cp/tree.c:539 |
b97e55da | 16519 | msgid "`%V' qualifiers cannot be applied to `%T'" |
3855d0d1 JM |
16520 | msgstr "" |
16521 | ||
de104104 | 16522 | #: cp/tree.c:1768 |
b97e55da | 16523 | #, c-format |
807ab1f2 | 16524 | msgid "`%E' attribute can only be applied to Java class definitions" |
3855d0d1 JM |
16525 | msgstr "" |
16526 | ||
de104104 | 16527 | #: cp/tree.c:1797 |
b97e55da | 16528 | #, c-format |
807ab1f2 | 16529 | msgid "`%E' attribute can only be applied to class definitions" |
d9b2742a ZW |
16530 | msgstr "" |
16531 | ||
de104104 | 16532 | #: cp/tree.c:1803 |
b97e55da | 16533 | #, c-format |
807ab1f2 | 16534 | msgid "`%E' is obsolete; g++ vtables are now COM-compatible by default" |
3855d0d1 JM |
16535 | msgstr "" |
16536 | ||
de104104 | 16537 | #: cp/tree.c:1827 |
b97e55da | 16538 | msgid "requested init_priority is not an integer constant" |
3855d0d1 JM |
16539 | msgstr "" |
16540 | ||
de104104 | 16541 | #: cp/tree.c:1848 |
b97e55da JM |
16542 | #, c-format |
16543 | msgid "" | |
807ab1f2 | 16544 | "can only use `%E' attribute on file-scope definitions of objects of class " |
b97e55da | 16545 | "type" |
3855d0d1 JM |
16546 | msgstr "" |
16547 | ||
de104104 | 16548 | #: cp/tree.c:1856 |
b97e55da | 16549 | msgid "requested init_priority is out of range" |
3855d0d1 JM |
16550 | msgstr "" |
16551 | ||
de104104 | 16552 | #: cp/tree.c:1866 |
b97e55da | 16553 | msgid "requested init_priority is reserved for internal use" |
3855d0d1 JM |
16554 | msgstr "" |
16555 | ||
de104104 | 16556 | #: cp/tree.c:1876 |
b97e55da | 16557 | #, c-format |
807ab1f2 | 16558 | msgid "`%E' attribute is not supported on this platform" |
d9b2742a ZW |
16559 | msgstr "" |
16560 | ||
807ab1f2 | 16561 | #: cp/typeck.c:434 cp/typeck.c:448 cp/typeck.c:540 |
b97e55da | 16562 | msgid "%s between distinct pointer types `%T' and `%T' lacks a cast" |
3855d0d1 JM |
16563 | msgstr "" |
16564 | ||
807ab1f2 | 16565 | #: cp/typeck.c:510 |
b97e55da JM |
16566 | #, c-format |
16567 | msgid "" | |
16568 | "ISO C++ forbids %s between pointer of type `void *' and pointer-to-function" | |
3855d0d1 JM |
16569 | msgstr "" |
16570 | ||
807ab1f2 | 16571 | #: cp/typeck.c:560 |
b97e55da | 16572 | msgid "%s between distinct pointer-to-member types `%T' and `%T' lacks a cast" |
3855d0d1 JM |
16573 | msgstr "" |
16574 | ||
807ab1f2 | 16575 | #: cp/typeck.c:1247 |
b97e55da JM |
16576 | #, c-format |
16577 | msgid "invalid application of `%s' to a member function" | |
3855d0d1 JM |
16578 | msgstr "" |
16579 | ||
807ab1f2 | 16580 | #: cp/typeck.c:1280 |
b97e55da JM |
16581 | #, c-format |
16582 | msgid "invalid application of `%s' to a bit-field" | |
3855d0d1 JM |
16583 | msgstr "" |
16584 | ||
807ab1f2 | 16585 | #: cp/typeck.c:1285 |
b97e55da JM |
16586 | #, c-format |
16587 | msgid "ISO C++ forbids applying `%s' to an expression of function type" | |
d9b2742a ZW |
16588 | msgstr "" |
16589 | ||
807ab1f2 | 16590 | #: cp/typeck.c:1321 |
b97e55da | 16591 | msgid "invalid use of non-static member function" |
3855d0d1 JM |
16592 | msgstr "" |
16593 | ||
807ab1f2 | 16594 | #: cp/typeck.c:1506 |
b97e55da | 16595 | msgid "deprecated conversion from string constant to `%T'" |
3855d0d1 JM |
16596 | msgstr "" |
16597 | ||
de104104 | 16598 | #: cp/typeck.c:1620 cp/typeck.c:1918 |
b97e55da | 16599 | msgid "request for member `%D' in `%E', which is of non-class type `%T'" |
8d9d2e1d ZW |
16600 | msgstr "" |
16601 | ||
de104104 | 16602 | #: cp/typeck.c:1647 |
b97e55da JM |
16603 | #, c-format |
16604 | msgid "invalid use of nonstatic data member '%E'" | |
3855d0d1 JM |
16605 | msgstr "" |
16606 | ||
de104104 | 16607 | #: cp/typeck.c:1699 cp/typeck.c:1726 |
b97e55da | 16608 | msgid "invalid access to non-static data member `%D' of NULL object" |
3855d0d1 JM |
16609 | msgstr "" |
16610 | ||
de104104 | 16611 | #: cp/typeck.c:1701 cp/typeck.c:1728 |
b97e55da | 16612 | msgid "(perhaps the `offsetof' macro was used incorrectly)" |
3855d0d1 JM |
16613 | msgstr "" |
16614 | ||
d5706a1e ZW |
16615 | #: cp/typeck.c:1813 |
16616 | msgid "invalid use of `%D'" | |
16617 | msgstr "" | |
16618 | ||
16619 | #: cp/typeck.c:1839 | |
16620 | msgid "qualified type `%T' does not match destructor name `~%T'" | |
16621 | msgstr "" | |
16622 | ||
de104104 | 16623 | #: cp/typeck.c:1845 |
b1b51268 | 16624 | msgid "the type being destroyed is `%T', but the destructor refers to `%T'" |
9d967a7e ZW |
16625 | msgstr "" |
16626 | ||
de104104 | 16627 | #: cp/typeck.c:1964 |
b97e55da | 16628 | msgid "`%D::%D' is not a member of `%T'" |
9d967a7e ZW |
16629 | msgstr "" |
16630 | ||
de104104 | 16631 | #: cp/typeck.c:1975 |
b97e55da | 16632 | msgid "`%T' is not a base of `%T'" |
d9b2742a ZW |
16633 | msgstr "" |
16634 | ||
de104104 | 16635 | #: cp/typeck.c:1994 |
b97e55da | 16636 | msgid "'%D' has no member named '%E'" |
3855d0d1 JM |
16637 | msgstr "" |
16638 | ||
de104104 | 16639 | #: cp/typeck.c:2009 |
b97e55da | 16640 | msgid "`%D' is not a member template function" |
3855d0d1 JM |
16641 | msgstr "" |
16642 | ||
b97e55da JM |
16643 | #. A pointer to incomplete type (other than cv void) can be |
16644 | #. dereferenced [expr.unary.op]/1 | |
de104104 | 16645 | #: cp/typeck.c:2116 |
b97e55da | 16646 | msgid "`%T' is not a pointer-to-object type" |
3855d0d1 JM |
16647 | msgstr "" |
16648 | ||
de104104 | 16649 | #: cp/typeck.c:2141 |
b97e55da JM |
16650 | #, c-format |
16651 | msgid "invalid use of `%s' on pointer to member" | |
3855d0d1 JM |
16652 | msgstr "" |
16653 | ||
de104104 | 16654 | #: cp/typeck.c:2145 |
807ab1f2 JM |
16655 | #, c-format |
16656 | msgid "invalid type argument of `%s'" | |
16657 | msgstr "" | |
16658 | ||
de104104 | 16659 | #: cp/typeck.c:2147 |
b97e55da | 16660 | msgid "invalid type argument" |
3855d0d1 JM |
16661 | msgstr "" |
16662 | ||
de104104 | 16663 | #: cp/typeck.c:2211 |
807ab1f2 JM |
16664 | msgid "array subscript has type `char'" |
16665 | msgstr "" | |
16666 | ||
de104104 | 16667 | #: cp/typeck.c:2252 |
b97e55da | 16668 | msgid "ISO C++ forbids subscripting non-lvalue array" |
3855d0d1 JM |
16669 | msgstr "" |
16670 | ||
de104104 | 16671 | #: cp/typeck.c:2263 |
b97e55da | 16672 | msgid "subscripting array declared `register'" |
3855d0d1 JM |
16673 | msgstr "" |
16674 | ||
de104104 | 16675 | #: cp/typeck.c:2346 |
b97e55da JM |
16676 | #, c-format |
16677 | msgid "object missing in use of `%E'" | |
3855d0d1 JM |
16678 | msgstr "" |
16679 | ||
de104104 | 16680 | #: cp/typeck.c:2447 |
b97e55da | 16681 | msgid "ISO C++ forbids calling `::main' from within program" |
3855d0d1 JM |
16682 | msgstr "" |
16683 | ||
de104104 | 16684 | #: cp/typeck.c:2472 |
b97e55da JM |
16685 | #, c-format |
16686 | msgid "must use .* or ->* to call pointer-to-member function in `%E (...)'" | |
d9b2742a ZW |
16687 | msgstr "" |
16688 | ||
de104104 | 16689 | #: cp/typeck.c:2485 |
b97e55da JM |
16690 | #, c-format |
16691 | msgid "`%E' cannot be used as a function" | |
3855d0d1 JM |
16692 | msgstr "" |
16693 | ||
de104104 | 16694 | #: cp/typeck.c:2564 |
b97e55da | 16695 | msgid "too many arguments to %s `%+#D'" |
3855d0d1 JM |
16696 | msgstr "" |
16697 | ||
de104104 | 16698 | #: cp/typeck.c:2566 cp/typeck.c:2672 |
b97e55da | 16699 | msgid "at this point in file" |
3855d0d1 JM |
16700 | msgstr "" |
16701 | ||
de104104 | 16702 | #: cp/typeck.c:2603 |
b97e55da | 16703 | msgid "parameter %P of `%D' has incomplete type `%T'" |
3855d0d1 JM |
16704 | msgstr "" |
16705 | ||
de104104 | 16706 | #: cp/typeck.c:2606 |
b97e55da | 16707 | msgid "parameter %P has incomplete type `%T'" |
3855d0d1 JM |
16708 | msgstr "" |
16709 | ||
de104104 | 16710 | #: cp/typeck.c:2670 |
b97e55da | 16711 | msgid "too few arguments to %s `%+#D'" |
3855d0d1 JM |
16712 | msgstr "" |
16713 | ||
de104104 | 16714 | #: cp/typeck.c:2822 cp/typeck.c:2832 |
b97e55da | 16715 | msgid "assuming cast to type `%T' from overloaded function" |
3855d0d1 JM |
16716 | msgstr "" |
16717 | ||
de104104 | 16718 | #: cp/typeck.c:2893 |
b97e55da JM |
16719 | #, c-format |
16720 | msgid "division by zero in `%E / 0'" | |
3855d0d1 JM |
16721 | msgstr "" |
16722 | ||
de104104 | 16723 | #: cp/typeck.c:2895 |
b97e55da JM |
16724 | #, c-format |
16725 | msgid "division by zero in `%E / 0.'" | |
3855d0d1 JM |
16726 | msgstr "" |
16727 | ||
de104104 | 16728 | #: cp/typeck.c:2929 |
b97e55da JM |
16729 | #, c-format |
16730 | msgid "division by zero in `%E %% 0'" | |
3855d0d1 JM |
16731 | msgstr "" |
16732 | ||
de104104 | 16733 | #: cp/typeck.c:2931 |
b97e55da JM |
16734 | #, c-format |
16735 | msgid "division by zero in `%E %% 0.'" | |
3855d0d1 JM |
16736 | msgstr "" |
16737 | ||
de104104 | 16738 | #: cp/typeck.c:3011 |
b97e55da JM |
16739 | #, c-format |
16740 | msgid "%s rotate count is negative" | |
3855d0d1 JM |
16741 | msgstr "" |
16742 | ||
de104104 | 16743 | #: cp/typeck.c:3014 |
b97e55da JM |
16744 | #, c-format |
16745 | msgid "%s rotate count >= width of type" | |
3855d0d1 JM |
16746 | msgstr "" |
16747 | ||
de104104 | 16748 | #: cp/typeck.c:3048 cp/typeck.c:3053 cp/typeck.c:3149 cp/typeck.c:3154 |
b97e55da | 16749 | msgid "ISO C++ forbids comparison between pointer and integer" |
3855d0d1 JM |
16750 | msgstr "" |
16751 | ||
de104104 JM |
16752 | #: cp/typeck.c:3190 |
16753 | msgid "invalid operands of types `%T' and `%T' to binary `%O'" | |
3855d0d1 JM |
16754 | msgstr "" |
16755 | ||
de104104 JM |
16756 | #: cp/typeck.c:3352 |
16757 | msgid "comparison between types `%#T' and `%#T'" | |
3855d0d1 JM |
16758 | msgstr "" |
16759 | ||
de104104 JM |
16760 | #: cp/typeck.c:3388 |
16761 | msgid "comparison between signed and unsigned integer expressions" | |
7bf81eee PT |
16762 | msgstr "" |
16763 | ||
b97e55da JM |
16764 | #. Some sort of arithmetic operation involving NULL was |
16765 | #. performed. Note that pointer-difference and pointer-addition | |
16766 | #. have already been handled above, and so we don't end up here in | |
16767 | #. that case. | |
de104104 | 16768 | #: cp/typeck.c:3467 |
b97e55da | 16769 | msgid "NULL used in arithmetic" |
7bf81eee PT |
16770 | msgstr "" |
16771 | ||
de104104 | 16772 | #: cp/typeck.c:3525 |
b97e55da | 16773 | msgid "ISO C++ forbids using pointer of type `void *' in subtraction" |
7bf81eee PT |
16774 | msgstr "" |
16775 | ||
de104104 | 16776 | #: cp/typeck.c:3527 |
b97e55da | 16777 | msgid "ISO C++ forbids using pointer to a function in subtraction" |
7bf81eee PT |
16778 | msgstr "" |
16779 | ||
de104104 | 16780 | #: cp/typeck.c:3529 |
b97e55da | 16781 | msgid "ISO C++ forbids using pointer to a method in subtraction" |
7bf81eee PT |
16782 | msgstr "" |
16783 | ||
de104104 | 16784 | #: cp/typeck.c:3541 |
b97e55da | 16785 | msgid "invalid use of a pointer to an incomplete type in pointer arithmetic" |
7bf81eee PT |
16786 | msgstr "" |
16787 | ||
de104104 | 16788 | #: cp/typeck.c:3617 |
3855d0d1 | 16789 | #, c-format |
b97e55da JM |
16790 | msgid "" |
16791 | "invalid use of '%E' to form a pointer-to-member-function. Use a qualified-" | |
16792 | "id." | |
7bf81eee PT |
16793 | msgstr "" |
16794 | ||
de104104 | 16795 | #: cp/typeck.c:3623 |
b97e55da JM |
16796 | #, c-format |
16797 | msgid "" | |
16798 | "parenthesis around '%E' cannot be used to form a pointer-to-member-function" | |
7bf81eee PT |
16799 | msgstr "" |
16800 | ||
de104104 | 16801 | #: cp/typeck.c:3645 |
b97e55da | 16802 | msgid "taking address of temporary" |
7bf81eee PT |
16803 | msgstr "" |
16804 | ||
de104104 | 16805 | #: cp/typeck.c:3876 |
b97e55da JM |
16806 | #, c-format |
16807 | msgid "ISO C++ forbids %sing an enum" | |
7bf81eee PT |
16808 | msgstr "" |
16809 | ||
de104104 | 16810 | #: cp/typeck.c:3887 |
b97e55da | 16811 | msgid "cannot %s a pointer to incomplete type `%T'" |
7bf81eee PT |
16812 | msgstr "" |
16813 | ||
de104104 | 16814 | #: cp/typeck.c:3893 |
b97e55da | 16815 | msgid "ISO C++ forbids %sing a pointer of type `%T'" |
1737c953 JM |
16816 | msgstr "" |
16817 | ||
de104104 | 16818 | #: cp/typeck.c:3918 |
b97e55da | 16819 | msgid "cast to non-reference type used as lvalue" |
1737c953 JM |
16820 | msgstr "" |
16821 | ||
de104104 | 16822 | #: cp/typeck.c:3953 |
b97e55da | 16823 | msgid "invalid use of `--' on bool variable `%D'" |
1737c953 JM |
16824 | msgstr "" |
16825 | ||
b97e55da | 16826 | #. ARM $3.4 |
de104104 | 16827 | #: cp/typeck.c:3982 |
b97e55da | 16828 | msgid "ISO C++ forbids taking address of function `::main'" |
1737c953 JM |
16829 | msgstr "" |
16830 | ||
b06c20ee | 16831 | #. An expression like &memfn. |
de104104 | 16832 | #: cp/typeck.c:4036 |
b97e55da JM |
16833 | msgid "" |
16834 | "ISO C++ forbids taking the address of an unqualified or parenthesized non-" | |
16835 | "static member function to form a pointer to member function. Say `&%T::%D'" | |
1737c953 JM |
16836 | msgstr "" |
16837 | ||
de104104 | 16838 | #: cp/typeck.c:4041 |
b97e55da JM |
16839 | msgid "" |
16840 | "ISO C++ forbids taking the address of a bound member function to form a " | |
16841 | "pointer to member function. Say `&%T::%D'" | |
1737c953 JM |
16842 | msgstr "" |
16843 | ||
de104104 | 16844 | #: cp/typeck.c:4069 |
b97e55da | 16845 | msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression" |
1737c953 JM |
16846 | msgstr "" |
16847 | ||
de104104 | 16848 | #: cp/typeck.c:4121 |
b97e55da | 16849 | msgid "attempt to take address of bit-field structure member `%D'" |
1737c953 JM |
16850 | msgstr "" |
16851 | ||
de104104 | 16852 | #: cp/typeck.c:4233 |
b97e55da | 16853 | msgid "taking address of destructor" |
1737c953 JM |
16854 | msgstr "" |
16855 | ||
de104104 | 16856 | #: cp/typeck.c:4246 |
b97e55da | 16857 | msgid "taking address of bound pointer-to-member expression" |
1737c953 JM |
16858 | msgstr "" |
16859 | ||
de104104 | 16860 | #: cp/typeck.c:4254 |
b97e55da | 16861 | msgid "cannot create pointer to reference member `%D'" |
1737c953 JM |
16862 | msgstr "" |
16863 | ||
de104104 | 16864 | #: cp/typeck.c:4317 |
b97e55da | 16865 | msgid "cannot take the address of `this', which is an rvalue expression" |
1737c953 JM |
16866 | msgstr "" |
16867 | ||
de104104 | 16868 | #: cp/typeck.c:4336 |
b97e55da | 16869 | msgid "address requested for `%D', which is declared `register'" |
1737c953 JM |
16870 | msgstr "" |
16871 | ||
de104104 | 16872 | #: cp/typeck.c:4402 |
b97e55da JM |
16873 | #, c-format |
16874 | msgid "%s expression list treated as compound expression" | |
1737c953 JM |
16875 | msgstr "" |
16876 | ||
de104104 | 16877 | #: cp/typeck.c:4476 |
b97e55da | 16878 | msgid "%s from type `%T' to type `%T' casts away constness" |
1737c953 JM |
16879 | msgstr "" |
16880 | ||
de104104 | 16881 | #: cp/typeck.c:4678 |
b97e55da | 16882 | msgid "invalid static_cast from type `%T' to type `%T'" |
1737c953 JM |
16883 | msgstr "" |
16884 | ||
d5706a1e | 16885 | #: cp/typeck.c:4721 |
3855d0d1 | 16886 | msgid "" |
b97e55da | 16887 | "invalid reinterpret_cast of an rvalue expression of type `%T' to type `%T'" |
1737c953 JM |
16888 | msgstr "" |
16889 | ||
d5706a1e | 16890 | #: cp/typeck.c:4741 |
b97e55da | 16891 | msgid "reinterpret_cast from `%T' to `%T' loses precision" |
1737c953 JM |
16892 | msgstr "" |
16893 | ||
d5706a1e | 16894 | #: cp/typeck.c:4760 |
b97e55da JM |
16895 | msgid "" |
16896 | "ISO C++ forbids casting between pointer-to-function and pointer-to-object" | |
1737c953 JM |
16897 | msgstr "" |
16898 | ||
d5706a1e | 16899 | #: cp/typeck.c:4766 |
b97e55da | 16900 | msgid "invalid reinterpret_cast from type `%T' to type `%T'" |
1737c953 JM |
16901 | msgstr "" |
16902 | ||
d5706a1e | 16903 | #: cp/typeck.c:4794 |
b97e55da JM |
16904 | msgid "" |
16905 | "invalid use of const_cast with type `%T', which is not a pointer, reference, " | |
16906 | "nor a pointer-to-data-member type" | |
1737c953 JM |
16907 | msgstr "" |
16908 | ||
d5706a1e | 16909 | #: cp/typeck.c:4797 |
b97e55da JM |
16910 | msgid "" |
16911 | "invalid use of const_cast with type `%T', which is a pointer or reference to " | |
16912 | "a function type" | |
1737c953 JM |
16913 | msgstr "" |
16914 | ||
d5706a1e | 16915 | #: cp/typeck.c:4820 |
b97e55da | 16916 | msgid "invalid const_cast of an rvalue of type `%T' to type `%T'" |
1737c953 JM |
16917 | msgstr "" |
16918 | ||
d5706a1e | 16919 | #: cp/typeck.c:4837 |
b97e55da | 16920 | msgid "invalid const_cast from type `%T' to type `%T'" |
1737c953 JM |
16921 | msgstr "" |
16922 | ||
d5706a1e | 16923 | #: cp/typeck.c:4884 cp/typeck.c:4889 |
b97e55da | 16924 | msgid "ISO C++ forbids casting to an array type `%T'" |
1737c953 JM |
16925 | msgstr "" |
16926 | ||
d5706a1e | 16927 | #: cp/typeck.c:4897 |
b97e55da | 16928 | msgid "invalid cast to function type `%T'" |
7bf81eee PT |
16929 | msgstr "" |
16930 | ||
d5706a1e | 16931 | #: cp/typeck.c:4953 |
b97e55da | 16932 | msgid "cast from `%T' to `%T' discards qualifiers from pointer target type" |
7bf81eee PT |
16933 | msgstr "" |
16934 | ||
d5706a1e | 16935 | #: cp/typeck.c:5001 |
b97e55da | 16936 | msgid "cast from `%T' to `%T' increases required alignment of target type" |
7bf81eee PT |
16937 | msgstr "" |
16938 | ||
d5706a1e | 16939 | #: cp/typeck.c:5186 |
b97e55da | 16940 | msgid " in evaluation of `%Q(%#T, %#T)'" |
7bf81eee PT |
16941 | msgstr "" |
16942 | ||
d5706a1e | 16943 | #: cp/typeck.c:5255 |
b97e55da | 16944 | msgid "incompatible types in assignment of `%T' to `%T'" |
7bf81eee PT |
16945 | msgstr "" |
16946 | ||
d5706a1e | 16947 | #: cp/typeck.c:5262 |
b97e55da | 16948 | msgid "ISO C++ forbids assignment of arrays" |
7bf81eee PT |
16949 | msgstr "" |
16950 | ||
d5706a1e | 16951 | #: cp/typeck.c:5369 |
b97e55da | 16952 | msgid " in pointer to member function conversion" |
7bf81eee PT |
16953 | msgstr "" |
16954 | ||
d5706a1e | 16955 | #: cp/typeck.c:5375 |
b97e55da | 16956 | msgid " in pointer to member conversion" |
7bf81eee PT |
16957 | msgstr "" |
16958 | ||
b97e55da | 16959 | #. This is a reinterpret cast, we choose to do nothing. |
d5706a1e | 16960 | #: cp/typeck.c:5385 cp/typeck.c:5401 |
b97e55da | 16961 | msgid "pointer to member cast via virtual base `%T'" |
7bf81eee PT |
16962 | msgstr "" |
16963 | ||
d5706a1e | 16964 | #: cp/typeck.c:5404 |
b97e55da | 16965 | msgid "pointer to member conversion via virtual base `%T'" |
3855d0d1 JM |
16966 | msgstr "" |
16967 | ||
d5706a1e | 16968 | #: cp/typeck.c:5477 |
b97e55da | 16969 | msgid "invalid conversion to type `%T' from type `%T'" |
7bf81eee PT |
16970 | msgstr "" |
16971 | ||
d5706a1e | 16972 | #: cp/typeck.c:5639 |
b97e55da | 16973 | msgid "passing NULL used for non-pointer %s %P of `%D'" |
7bf81eee PT |
16974 | msgstr "" |
16975 | ||
d5706a1e | 16976 | #: cp/typeck.c:5642 |
b97e55da | 16977 | msgid "%s to non-pointer type `%T' from NULL" |
3855d0d1 JM |
16978 | msgstr "" |
16979 | ||
d5706a1e | 16980 | #: cp/typeck.c:5650 |
b97e55da | 16981 | msgid "passing `%T' for %s %P of `%D'" |
3855d0d1 JM |
16982 | msgstr "" |
16983 | ||
d5706a1e | 16984 | #: cp/typeck.c:5653 |
b97e55da | 16985 | msgid "%s to `%T' from `%T'" |
7bf81eee PT |
16986 | msgstr "" |
16987 | ||
d5706a1e | 16988 | #: cp/typeck.c:5662 |
b97e55da | 16989 | msgid "passing negative value `%E' for %s %P of `%D'" |
7bf81eee PT |
16990 | msgstr "" |
16991 | ||
d5706a1e | 16992 | #: cp/typeck.c:5665 |
b97e55da | 16993 | msgid "%s of negative value `%E' to `%T'" |
3855d0d1 JM |
16994 | msgstr "" |
16995 | ||
d5706a1e | 16996 | #: cp/typeck.c:5752 |
b97e55da | 16997 | msgid "cannot convert `%T' to `%T' for argument `%P' to `%D'" |
7bf81eee PT |
16998 | msgstr "" |
16999 | ||
d5706a1e | 17000 | #: cp/typeck.c:5755 |
b97e55da | 17001 | msgid "cannot convert `%T' to `%T' in %s" |
3855d0d1 JM |
17002 | msgstr "" |
17003 | ||
d5706a1e | 17004 | #: cp/typeck.c:5832 cp/typeck.c:5834 |
b97e55da | 17005 | msgid "in passing argument %P of `%+D'" |
7bf81eee PT |
17006 | msgstr "" |
17007 | ||
d5706a1e | 17008 | #: cp/typeck.c:5884 |
b97e55da | 17009 | msgid "returning reference to temporary" |
3855d0d1 JM |
17010 | msgstr "" |
17011 | ||
d5706a1e | 17012 | #: cp/typeck.c:5891 |
b97e55da | 17013 | msgid "reference to non-lvalue returned" |
3855d0d1 JM |
17014 | msgstr "" |
17015 | ||
d5706a1e | 17016 | #: cp/typeck.c:5903 |
b97e55da | 17017 | msgid "reference to local variable `%D' returned" |
3855d0d1 JM |
17018 | msgstr "" |
17019 | ||
d5706a1e | 17020 | #: cp/typeck.c:5906 |
b97e55da | 17021 | msgid "address of local variable `%D' returned" |
3855d0d1 JM |
17022 | msgstr "" |
17023 | ||
d5706a1e | 17024 | #: cp/typeck.c:5930 |
807ab1f2 JM |
17025 | msgid "function declared `noreturn' has a `return' statement" |
17026 | msgstr "" | |
17027 | ||
d5706a1e | 17028 | #: cp/typeck.c:5936 |
b97e55da | 17029 | msgid "returning a value from a destructor" |
9d967a7e ZW |
17030 | msgstr "" |
17031 | ||
b97e55da JM |
17032 | #. If a return statement appears in a handler of the |
17033 | #. function-try-block of a constructor, the program is ill-formed. | |
d5706a1e | 17034 | #: cp/typeck.c:5944 |
b97e55da | 17035 | msgid "cannot return from a handler of a function-try-block of a constructor" |
3855d0d1 JM |
17036 | msgstr "" |
17037 | ||
b97e55da | 17038 | #. You can't return a value from a constructor. |
d5706a1e | 17039 | #: cp/typeck.c:5947 |
b97e55da | 17040 | msgid "returning a value from a constructor" |
3855d0d1 JM |
17041 | msgstr "" |
17042 | ||
d5706a1e | 17043 | #: cp/typeck.c:5970 |
b97e55da | 17044 | msgid "return-statement with no value, in function returning '%T'" |
7bf81eee PT |
17045 | msgstr "" |
17046 | ||
d5706a1e | 17047 | #: cp/typeck.c:5987 |
b97e55da | 17048 | msgid "return-statement with a value, in function returning 'void'" |
3855d0d1 JM |
17049 | msgstr "" |
17050 | ||
d5706a1e | 17051 | #: cp/typeck.c:6009 |
b97e55da JM |
17052 | msgid "" |
17053 | "`operator new' must not return NULL unless it is declared `throw()' (or -" | |
17054 | "fcheck-new is in effect)" | |
3855d0d1 JM |
17055 | msgstr "" |
17056 | ||
d5706a1e ZW |
17057 | #: cp/typeck.c:6034 |
17058 | msgid "`operator=' should return a reference to `*this'" | |
17059 | msgstr "" | |
17060 | ||
807ab1f2 | 17061 | #: cp/typeck2.c:52 |
b97e55da | 17062 | msgid "type `%T' is not a base type for type `%T'" |
7bf81eee PT |
17063 | msgstr "" |
17064 | ||
de104104 | 17065 | #: cp/typeck2.c:292 |
807ab1f2 JM |
17066 | msgid "cannot declare variable `%+D' to be of abstract type `%T'" |
17067 | msgstr "" | |
17068 | ||
de104104 | 17069 | #: cp/typeck2.c:295 |
807ab1f2 | 17070 | msgid "cannot declare parameter `%+D' to be of abstract type `%T'" |
dc6746e7 PT |
17071 | msgstr "" |
17072 | ||
de104104 | 17073 | #: cp/typeck2.c:298 |
807ab1f2 | 17074 | msgid "cannot declare field `%+D' to be of abstract type `%T'" |
3855d0d1 JM |
17075 | msgstr "" |
17076 | ||
de104104 | 17077 | #: cp/typeck2.c:302 |
807ab1f2 | 17078 | msgid "invalid abstract return type for member function `%+#D'" |
3855d0d1 JM |
17079 | msgstr "" |
17080 | ||
de104104 | 17081 | #: cp/typeck2.c:305 |
807ab1f2 | 17082 | msgid "invalid abstract return type for function `%+#D'" |
3855d0d1 JM |
17083 | msgstr "" |
17084 | ||
807ab1f2 JM |
17085 | #. Here we do not have location information, so use error instead |
17086 | #. of cp_error_at. | |
de104104 | 17087 | #: cp/typeck2.c:310 |
807ab1f2 | 17088 | msgid "invalid abstract type `%T' for `%E'" |
3855d0d1 JM |
17089 | msgstr "" |
17090 | ||
de104104 | 17091 | #: cp/typeck2.c:312 |
807ab1f2 | 17092 | msgid "invalid abstract type for `%+D'" |
3855d0d1 JM |
17093 | msgstr "" |
17094 | ||
de104104 | 17095 | #: cp/typeck2.c:315 |
807ab1f2 | 17096 | msgid "cannot allocate an object of abstract type `%T'" |
3855d0d1 JM |
17097 | msgstr "" |
17098 | ||
807ab1f2 JM |
17099 | #: cp/typeck2.c:323 |
17100 | msgid "%J because the following virtual functions are pure within `%T':" | |
3855d0d1 JM |
17101 | msgstr "" |
17102 | ||
807ab1f2 JM |
17103 | #: cp/typeck2.c:327 |
17104 | msgid "%J\t%#D" | |
3855d0d1 JM |
17105 | msgstr "" |
17106 | ||
de104104 | 17107 | #: cp/typeck2.c:334 |
807ab1f2 JM |
17108 | msgid "%J since type `%T' has pure virtual functions" |
17109 | msgstr "" | |
17110 | ||
de104104 | 17111 | #: cp/typeck2.c:580 |
b97e55da | 17112 | msgid "constructor syntax used, but no constructor declared for type `%T'" |
3855d0d1 JM |
17113 | msgstr "" |
17114 | ||
de104104 | 17115 | #: cp/typeck2.c:593 |
b97e55da | 17116 | msgid "cannot initialize arrays using this syntax" |
3855d0d1 JM |
17117 | msgstr "" |
17118 | ||
de104104 | 17119 | #: cp/typeck2.c:693 |
b97e55da | 17120 | msgid "initializing array with parameter list" |
3855d0d1 JM |
17121 | msgstr "" |
17122 | ||
de104104 | 17123 | #: cp/typeck2.c:715 |
807ab1f2 JM |
17124 | msgid "int-array initialized from non-wide string" |
17125 | msgstr "" | |
17126 | ||
de104104 | 17127 | #: cp/typeck2.c:748 |
b97e55da | 17128 | msgid "initializer for scalar variable requires one element" |
3855d0d1 JM |
17129 | msgstr "" |
17130 | ||
de104104 | 17131 | #: cp/typeck2.c:755 |
b97e55da | 17132 | msgid "braces around scalar initializer for `%T'" |
dc6746e7 PT |
17133 | msgstr "" |
17134 | ||
de104104 | 17135 | #: cp/typeck2.c:758 |
b97e55da | 17136 | msgid "ignoring extra initializers for `%T'" |
dc6746e7 PT |
17137 | msgstr "" |
17138 | ||
de104104 | 17139 | #: cp/typeck2.c:770 |
b97e55da | 17140 | msgid "variable-sized object of type `%T' may not be initialized" |
dc6746e7 PT |
17141 | msgstr "" |
17142 | ||
de104104 | 17143 | #: cp/typeck2.c:781 |
b97e55da | 17144 | msgid "subobject of type `%T' must be initialized by constructor, not by `%E'" |
dc6746e7 PT |
17145 | msgstr "" |
17146 | ||
de104104 | 17147 | #: cp/typeck2.c:846 |
b97e55da | 17148 | msgid "aggregate has a partly bracketed initializer" |
dc6746e7 PT |
17149 | msgstr "" |
17150 | ||
de104104 | 17151 | #: cp/typeck2.c:884 cp/typeck2.c:973 |
b97e55da | 17152 | msgid "non-trivial labeled initializers" |
3855d0d1 JM |
17153 | msgstr "" |
17154 | ||
de104104 | 17155 | #: cp/typeck2.c:898 |
b97e55da | 17156 | msgid "non-empty initializer for array of empty elements" |
3855d0d1 JM |
17157 | msgstr "" |
17158 | ||
de104104 | 17159 | #: cp/typeck2.c:1012 cp/typeck2.c:1028 |
b97e55da | 17160 | msgid "missing initializer for member `%D'" |
dc6746e7 PT |
17161 | msgstr "" |
17162 | ||
de104104 | 17163 | #: cp/typeck2.c:1017 |
b97e55da | 17164 | msgid "uninitialized const member `%D'" |
dc6746e7 PT |
17165 | msgstr "" |
17166 | ||
de104104 | 17167 | #: cp/typeck2.c:1019 |
b97e55da | 17168 | msgid "member `%D' with uninitialized const fields" |
dc6746e7 PT |
17169 | msgstr "" |
17170 | ||
de104104 | 17171 | #: cp/typeck2.c:1022 |
b97e55da | 17172 | msgid "member `%D' is uninitialized reference" |
4ba01ed2 PT |
17173 | msgstr "" |
17174 | ||
de104104 | 17175 | #: cp/typeck2.c:1069 |
b97e55da | 17176 | msgid "index value instead of field name in union initializer" |
dc6746e7 PT |
17177 | msgstr "" |
17178 | ||
de104104 | 17179 | #: cp/typeck2.c:1081 |
b97e55da | 17180 | msgid "no field `%D' in union being initialized" |
dc6746e7 PT |
17181 | msgstr "" |
17182 | ||
de104104 | 17183 | #: cp/typeck2.c:1089 |
b97e55da | 17184 | msgid "union `%T' with no named members cannot be initialized" |
dc6746e7 PT |
17185 | msgstr "" |
17186 | ||
de104104 | 17187 | #: cp/typeck2.c:1124 |
b97e55da | 17188 | msgid "excess elements in aggregate initializer" |
3855d0d1 JM |
17189 | msgstr "" |
17190 | ||
de104104 | 17191 | #: cp/typeck2.c:1238 |
b97e55da | 17192 | msgid "circular pointer delegation detected" |
3855d0d1 JM |
17193 | msgstr "" |
17194 | ||
de104104 | 17195 | #: cp/typeck2.c:1251 |
b97e55da | 17196 | msgid "base operand of `->' has non-pointer type `%T'" |
a47a6810 JM |
17197 | msgstr "" |
17198 | ||
de104104 | 17199 | #: cp/typeck2.c:1275 |
b97e55da | 17200 | msgid "result of `operator->()' yields non-pointer result" |
a47a6810 JM |
17201 | msgstr "" |
17202 | ||
de104104 | 17203 | #: cp/typeck2.c:1277 |
b97e55da | 17204 | msgid "base operand of `->' is not a pointer" |
3855d0d1 JM |
17205 | msgstr "" |
17206 | ||
de104104 | 17207 | #: cp/typeck2.c:1301 |
b97e55da | 17208 | msgid "`%E' cannot be used as a member pointer, since it is of type `%T'" |
dc6746e7 PT |
17209 | msgstr "" |
17210 | ||
de104104 | 17211 | #: cp/typeck2.c:1309 |
b97e55da JM |
17212 | msgid "" |
17213 | "cannot apply member pointer `%E' to `%E', which is of non-aggregate type `%T'" | |
dc6746e7 PT |
17214 | msgstr "" |
17215 | ||
de104104 | 17216 | #: cp/typeck2.c:1330 |
807ab1f2 | 17217 | msgid "pointer to member type `%T' incompatible with object type `%T'" |
dc6746e7 PT |
17218 | msgstr "" |
17219 | ||
de104104 | 17220 | #: cp/typeck2.c:1552 |
b97e55da | 17221 | msgid "call to function `%D' which throws incomplete type `%#T'" |
dc6746e7 PT |
17222 | msgstr "" |
17223 | ||
de104104 | 17224 | #: cp/typeck2.c:1555 |
b97e55da | 17225 | msgid "call to function which throws incomplete type `%#T'" |
3855d0d1 JM |
17226 | msgstr "" |
17227 | ||
b97e55da | 17228 | #. XXX Not i18n clean. |
de104104 | 17229 | #: cp/cp-tree.h:3801 |
b97e55da JM |
17230 | #, c-format |
17231 | msgid "%s is deprecated, please see the documentation for details" | |
3855d0d1 JM |
17232 | msgstr "" |
17233 | ||
807ab1f2 | 17234 | #: fortran/f95-lang.c:242 |
b4117c30 | 17235 | msgid "Unexpected type in truthvalue_conversion" |
3855d0d1 JM |
17236 | msgstr "" |
17237 | ||
807ab1f2 | 17238 | #: fortran/f95-lang.c:295 |
b4117c30 ZW |
17239 | #, c-format |
17240 | msgid "can't open input file: %s" | |
dc6746e7 PT |
17241 | msgstr "" |
17242 | ||
d5706a1e | 17243 | #: fortran/f95-lang.c:622 |
807ab1f2 JM |
17244 | #, c-format |
17245 | msgid "global register variable `%s' used in nested function" | |
17246 | msgstr "" | |
17247 | ||
d5706a1e | 17248 | #: fortran/f95-lang.c:626 |
807ab1f2 JM |
17249 | #, c-format |
17250 | msgid "register variable `%s' used in nested function" | |
17251 | msgstr "" | |
17252 | ||
d5706a1e | 17253 | #: fortran/f95-lang.c:633 |
807ab1f2 JM |
17254 | #, c-format |
17255 | msgid "address of global register variable `%s' requested" | |
17256 | msgstr "" | |
17257 | ||
d5706a1e | 17258 | #: fortran/f95-lang.c:651 |
807ab1f2 JM |
17259 | #, c-format |
17260 | msgid "address of register variable `%s' requested" | |
17261 | msgstr "" | |
17262 | ||
b4117c30 ZW |
17263 | #: fortran/gfortranspec.c:231 |
17264 | #, c-format | |
17265 | msgid "overflowed output arg list for `%s'" | |
a47a6810 JM |
17266 | msgstr "" |
17267 | ||
b4117c30 ZW |
17268 | #: fortran/gfortranspec.c:375 |
17269 | #, c-format | |
17270 | msgid "argument to `%s' missing" | |
3855d0d1 JM |
17271 | msgstr "" |
17272 | ||
b4117c30 ZW |
17273 | #: fortran/gfortranspec.c:379 |
17274 | msgid "no input files; unwilling to write output files" | |
3855d0d1 JM |
17275 | msgstr "" |
17276 | ||
807ab1f2 | 17277 | #: fortran/trans-array.c:2890 |
b4117c30 | 17278 | msgid "Possible frontend bug: array constructor not expanded" |
7bbf788c PT |
17279 | msgstr "" |
17280 | ||
d5706a1e | 17281 | #: fortran/trans-array.c:3993 |
b4117c30 ZW |
17282 | msgid "" |
17283 | "Possible frontend bug: Deferred array size without pointer or allocatable " | |
17284 | "attribute." | |
3855d0d1 JM |
17285 | msgstr "" |
17286 | ||
d5706a1e | 17287 | #: fortran/trans-array.c:4153 |
b4117c30 | 17288 | msgid "scalar vector subscript???" |
3855d0d1 JM |
17289 | msgstr "" |
17290 | ||
d5706a1e | 17291 | #: fortran/trans-array.c:4427 |
5b7874aa | 17292 | #, c-format |
b4117c30 | 17293 | msgid "bad expression type during walk (%d)" |
d51681a7 PT |
17294 | msgstr "" |
17295 | ||
d5706a1e | 17296 | #: fortran/trans-const.c:329 |
d51681a7 | 17297 | #, c-format |
b4117c30 | 17298 | msgid "gfc_conv_constant_to_tree(): invalid type: %s" |
d51681a7 PT |
17299 | msgstr "" |
17300 | ||
807ab1f2 | 17301 | #: fortran/trans-decl.c:760 |
b4117c30 | 17302 | msgid "intrinsic variable which isn't a procedure" |
3855d0d1 JM |
17303 | msgstr "" |
17304 | ||
de104104 | 17305 | #: fortran/trans-decl.c:1896 |
b4117c30 | 17306 | msgid "Function does not return a value" |
d51681a7 PT |
17307 | msgstr "" |
17308 | ||
b4117c30 | 17309 | #. I don't think this should ever happen. |
de104104 | 17310 | #: fortran/trans-decl.c:1995 |
d51681a7 | 17311 | #, c-format |
b4117c30 | 17312 | msgid "module symbol %s in wrong namespace" |
d51681a7 PT |
17313 | msgstr "" |
17314 | ||
de104104 | 17315 | #: fortran/trans-decl.c:2009 |
5b7874aa | 17316 | #, c-format |
b4117c30 | 17317 | msgid "backend decl for module variable %s already exists" |
dc6746e7 PT |
17318 | msgstr "" |
17319 | ||
de104104 | 17320 | #: fortran/trans-decl.c:2093 |
01b84e13 | 17321 | #, c-format |
b4117c30 | 17322 | msgid "unused parameter `%s'" |
dc6746e7 PT |
17323 | msgstr "" |
17324 | ||
de104104 | 17325 | #: fortran/trans-decl.c:2099 |
b4117c30 ZW |
17326 | #, c-format |
17327 | msgid "unused variable `%s'" | |
b06c20ee JM |
17328 | msgstr "" |
17329 | ||
de104104 | 17330 | #: fortran/trans-decl.c:2243 |
b4117c30 | 17331 | msgid "Function return value not set" |
b06c20ee JM |
17332 | msgstr "" |
17333 | ||
d5706a1e | 17334 | #: fortran/trans-expr.c:950 |
b4117c30 | 17335 | msgid "Unknown intrinsic op" |
b06c20ee JM |
17336 | msgstr "" |
17337 | ||
807ab1f2 | 17338 | #: fortran/trans-intrinsic.c:585 |
b4117c30 ZW |
17339 | #, c-format |
17340 | msgid "Intrinsic function %s(%d) not recognized" | |
dc6746e7 PT |
17341 | msgstr "" |
17342 | ||
807ab1f2 | 17343 | #: fortran/trans-io.c:934 |
b4117c30 ZW |
17344 | #, c-format |
17345 | msgid "Bad namelist IO basetype (%d)" | |
dc6746e7 PT |
17346 | msgstr "" |
17347 | ||
807ab1f2 JM |
17348 | #: fortran/trans-io.c:1011 |
17349 | msgid "A format cannot be specified with a namelist" | |
3855d0d1 JM |
17350 | msgstr "" |
17351 | ||
de104104 | 17352 | #: fortran/trans-io.c:1309 |
b4117c30 | 17353 | #, c-format |
807ab1f2 | 17354 | msgid "Bad IO basetype (%d)" |
3855d0d1 JM |
17355 | msgstr "" |
17356 | ||
807ab1f2 JM |
17357 | #: fortran/trans-types.c:189 |
17358 | msgid "integer kind=8 not available for -i8 option" | |
3855d0d1 JM |
17359 | msgstr "" |
17360 | ||
807ab1f2 JM |
17361 | #: fortran/trans-types.c:201 |
17362 | msgid "real kind=8 not available for -r8 option" | |
b1b51268 JM |
17363 | msgstr "" |
17364 | ||
807ab1f2 | 17365 | #: fortran/trans-types.c:904 |
b4117c30 | 17366 | msgid "Array element size too big" |
3855d0d1 JM |
17367 | msgstr "" |
17368 | ||
807ab1f2 | 17369 | #: fortran/trans.c:625 |
b4117c30 | 17370 | msgid "gfc_trans_code(): Bad statement code" |
3855d0d1 JM |
17371 | msgstr "" |
17372 | ||
b4117c30 ZW |
17373 | #. I changed this from sorry(...) because it should not return. |
17374 | #. TODO: Remove gfc_todo_error before releasing version 1.0. | |
d5706a1e | 17375 | #: fortran/trans.h:562 |
b4117c30 | 17376 | msgid "gfc_todo: Not Implemented: " |
3855d0d1 JM |
17377 | msgstr "" |
17378 | ||
d5706a1e ZW |
17379 | #: java/check-init.c:469 java/parse.h:377 |
17380 | #, c-format | |
17381 | msgid "Variable `%s' may not have been initialized" | |
17382 | msgstr "" | |
17383 | ||
17384 | #: java/check-init.c:485 | |
17385 | #, c-format | |
17386 | msgid "variable `%s' may not have been initialized" | |
17387 | msgstr "" | |
17388 | ||
de104104 | 17389 | #: java/check-init.c:896 |
b4117c30 ZW |
17390 | #, c-format |
17391 | msgid "internal error in check-init: tree code not implemented: %s" | |
3855d0d1 JM |
17392 | msgstr "" |
17393 | ||
de104104 | 17394 | #: java/check-init.c:968 |
b4117c30 | 17395 | msgid "%Jfinal field `%D' may not have been initialized" |
3855d0d1 JM |
17396 | msgstr "" |
17397 | ||
d5706a1e | 17398 | #: java/class.c:758 |
b4117c30 | 17399 | msgid "bad method signature" |
dc6746e7 PT |
17400 | msgstr "" |
17401 | ||
d5706a1e | 17402 | #: java/class.c:802 |
b4117c30 | 17403 | msgid "misplaced ConstantValue attribute (not in any field)" |
dc6746e7 PT |
17404 | msgstr "" |
17405 | ||
d5706a1e | 17406 | #: java/class.c:804 |
b4117c30 ZW |
17407 | #, c-format |
17408 | msgid "duplicate ConstantValue attribute for field '%s'" | |
dc6746e7 PT |
17409 | msgstr "" |
17410 | ||
d5706a1e | 17411 | #: java/class.c:815 |
b4117c30 ZW |
17412 | #, c-format |
17413 | msgid "ConstantValue attribute of field '%s' has wrong type" | |
1737c953 JM |
17414 | msgstr "" |
17415 | ||
d5706a1e | 17416 | #: java/class.c:1113 |
b4117c30 ZW |
17417 | #, c-format |
17418 | msgid "field '%s' not found in class" | |
dc6746e7 PT |
17419 | msgstr "" |
17420 | ||
d5706a1e | 17421 | #: java/class.c:1428 |
b4117c30 | 17422 | msgid "%Jabstract method in non-abstract class" |
3855d0d1 JM |
17423 | msgstr "" |
17424 | ||
d5706a1e | 17425 | #: java/class.c:2294 |
b4117c30 | 17426 | msgid "%Jnon-static method '%D' overrides static method" |
dc6746e7 PT |
17427 | msgstr "" |
17428 | ||
de104104 | 17429 | #: java/decl.c:1158 |
b4117c30 | 17430 | msgid "%J'%D' used prior to declaration" |
d51681a7 PT |
17431 | msgstr "" |
17432 | ||
de104104 | 17433 | #: java/decl.c:1199 |
b97e55da | 17434 | #, c-format |
b4117c30 | 17435 | msgid "declaration of `%s' shadows a parameter" |
dc6746e7 PT |
17436 | msgstr "" |
17437 | ||
de104104 | 17438 | #: java/decl.c:1202 |
b97e55da | 17439 | #, c-format |
b4117c30 | 17440 | msgid "declaration of `%s' shadows a symbol from the parameter list" |
dc6746e7 PT |
17441 | msgstr "" |
17442 | ||
de104104 | 17443 | #: java/decl.c:1530 |
b4117c30 | 17444 | msgid "%Jlabel '%D' used but not defined" |
d51681a7 PT |
17445 | msgstr "" |
17446 | ||
de104104 | 17447 | #: java/decl.c:1535 |
b4117c30 | 17448 | msgid "%Jlabel '%D' defined but not used" |
3855d0d1 JM |
17449 | msgstr "" |
17450 | ||
de104104 | 17451 | #: java/decl.c:1657 |
b4117c30 | 17452 | msgid "%JIn %D: overlapped variable and exception ranges at %d" |
b1b51268 JM |
17453 | msgstr "" |
17454 | ||
de104104 | 17455 | #: java/decl.c:1721 |
b1b51268 JM |
17456 | msgid "bad type in parameter debug info" |
17457 | msgstr "" | |
17458 | ||
de104104 | 17459 | #: java/decl.c:1730 |
b1b51268 JM |
17460 | msgid "%Jbad PC range for debug info for local '%D'" |
17461 | msgstr "" | |
17462 | ||
807ab1f2 | 17463 | #: java/expr.c:538 |
b1b51268 JM |
17464 | msgid "stack underflow - dup* operation" |
17465 | msgstr "" | |
17466 | ||
807ab1f2 | 17467 | #: java/expr.c:1489 |
b1b51268 JM |
17468 | #, c-format |
17469 | msgid "" | |
17470 | "reference `%s' is ambiguous: appears in interface `%s' and interface `%s'" | |
17471 | msgstr "" | |
17472 | ||
807ab1f2 | 17473 | #: java/expr.c:1517 |
b1b51268 JM |
17474 | #, c-format |
17475 | msgid "field `%s' not found" | |
17476 | msgstr "" | |
17477 | ||
807ab1f2 | 17478 | #: java/expr.c:1714 |
b1b51268 JM |
17479 | msgid "ret instruction not implemented" |
17480 | msgstr "" | |
17481 | ||
807ab1f2 | 17482 | #: java/expr.c:1875 |
b1b51268 JM |
17483 | #, c-format |
17484 | msgid "method '%s' not found in class" | |
17485 | msgstr "" | |
17486 | ||
807ab1f2 | 17487 | #: java/expr.c:2065 |
b1b51268 JM |
17488 | #, c-format |
17489 | msgid "failed to find class '%s'" | |
17490 | msgstr "" | |
17491 | ||
807ab1f2 | 17492 | #: java/expr.c:2075 |
b1b51268 JM |
17493 | #, c-format |
17494 | msgid "class '%s' has no method named '%s' matching signature '%s'" | |
17495 | msgstr "" | |
17496 | ||
807ab1f2 | 17497 | #: java/expr.c:2085 |
b1b51268 JM |
17498 | msgid "invokestatic on non static method" |
17499 | msgstr "" | |
17500 | ||
807ab1f2 | 17501 | #: java/expr.c:2090 |
b1b51268 JM |
17502 | msgid "invokestatic on abstract method" |
17503 | msgstr "" | |
17504 | ||
807ab1f2 | 17505 | #: java/expr.c:2098 |
b1b51268 JM |
17506 | msgid "invoke[non-static] on static method" |
17507 | msgstr "" | |
17508 | ||
807ab1f2 | 17509 | #: java/expr.c:2398 |
b1b51268 JM |
17510 | #, c-format |
17511 | msgid "missing field '%s' in '%s'" | |
17512 | msgstr "" | |
17513 | ||
807ab1f2 | 17514 | #: java/expr.c:2404 |
b1b51268 JM |
17515 | #, c-format |
17516 | msgid "mismatching signature for field '%s' in '%s'" | |
17517 | msgstr "" | |
17518 | ||
807ab1f2 | 17519 | #: java/expr.c:2426 |
b1b51268 JM |
17520 | msgid "%Jassignment to final field '%D' not in field's class" |
17521 | msgstr "" | |
17522 | ||
807ab1f2 | 17523 | #: java/expr.c:2431 |
b1b51268 JM |
17524 | msgid "%Jassignment to final static field `%D' not in class initializer" |
17525 | msgstr "" | |
17526 | ||
807ab1f2 | 17527 | #: java/expr.c:2440 |
b1b51268 JM |
17528 | msgid "%Jassignment to final field '%D' not in constructor" |
17529 | msgstr "" | |
17530 | ||
807ab1f2 | 17531 | #: java/expr.c:2630 |
b1b51268 JM |
17532 | msgid "invalid PC in line number table" |
17533 | msgstr "" | |
17534 | ||
807ab1f2 | 17535 | #: java/expr.c:2676 |
b1b51268 JM |
17536 | #, c-format |
17537 | msgid "unreachable bytecode from %d to before %d" | |
17538 | msgstr "" | |
17539 | ||
d5706a1e | 17540 | #: java/expr.c:2718 |
b1b51268 JM |
17541 | #, c-format |
17542 | msgid "unreachable bytecode from %d to the end of the method" | |
17543 | msgstr "" | |
17544 | ||
17545 | #. duplicate code from LOAD macro | |
d5706a1e | 17546 | #: java/expr.c:3012 |
b1b51268 | 17547 | msgid "unrecogized wide sub-instruction" |
dc6746e7 PT |
17548 | msgstr "" |
17549 | ||
de104104 | 17550 | #: java/gjavah.c:691 |
b1b51268 | 17551 | msgid "static field has same name as method" |
dc6746e7 PT |
17552 | msgstr "" |
17553 | ||
b1b51268 JM |
17554 | #. FIXME: i18n bug here. Order of prints should not be |
17555 | #. fixed. | |
de104104 | 17556 | #: java/gjavah.c:849 |
b1b51268 | 17557 | msgid "ignored method `" |
dc6746e7 PT |
17558 | msgstr "" |
17559 | ||
de104104 | 17560 | #: java/gjavah.c:851 |
b1b51268 | 17561 | msgid "' marked virtual\n" |
3855d0d1 JM |
17562 | msgstr "" |
17563 | ||
de104104 | 17564 | #: java/gjavah.c:1199 |
b1b51268 JM |
17565 | #, c-format |
17566 | msgid "couldn't find class %s" | |
3855d0d1 JM |
17567 | msgstr "" |
17568 | ||
de104104 | 17569 | #: java/gjavah.c:1206 |
b1b51268 JM |
17570 | #, c-format |
17571 | msgid "parse error while reading %s" | |
3855d0d1 JM |
17572 | msgstr "" |
17573 | ||
de104104 | 17574 | #: java/gjavah.c:1432 java/gjavah.c:1534 java/gjavah.c:1609 |
b1b51268 JM |
17575 | #, c-format |
17576 | msgid "unparseable signature: `%s'" | |
3855d0d1 JM |
17577 | msgstr "" |
17578 | ||
de104104 | 17579 | #: java/gjavah.c:1999 |
b1b51268 | 17580 | msgid "Not a valid Java .class file." |
dc6746e7 PT |
17581 | msgstr "" |
17582 | ||
d5706a1e | 17583 | #: java/gjavah.c:2007 java/jcf-parse.c:673 |
b1b51268 | 17584 | msgid "error while parsing constant pool" |
3855d0d1 JM |
17585 | msgstr "" |
17586 | ||
de104104 | 17587 | #: java/gjavah.c:2013 |
b1b51268 JM |
17588 | #, c-format |
17589 | msgid "error in constant pool entry #%d" | |
3855d0d1 JM |
17590 | msgstr "" |
17591 | ||
de104104 | 17592 | #: java/gjavah.c:2156 |
b1b51268 | 17593 | msgid "class is of array type\n" |
dc6746e7 PT |
17594 | msgstr "" |
17595 | ||
de104104 | 17596 | #: java/gjavah.c:2164 |
b1b51268 | 17597 | msgid "base class is of array type" |
dc6746e7 PT |
17598 | msgstr "" |
17599 | ||
de104104 | 17600 | #: java/gjavah.c:2280 |
b1b51268 | 17601 | msgid "Try `gcjh --help' for more information.\n" |
3855d0d1 JM |
17602 | msgstr "" |
17603 | ||
de104104 | 17604 | #: java/gjavah.c:2287 |
b1b51268 JM |
17605 | msgid "" |
17606 | "Usage: gcjh [OPTION]... CLASS...\n" | |
17607 | "\n" | |
dc6746e7 PT |
17608 | msgstr "" |
17609 | ||
de104104 | 17610 | #: java/gjavah.c:2288 |
b1b51268 JM |
17611 | msgid "" |
17612 | "Generate C++ header files from .class files\n" | |
17613 | "\n" | |
dc6746e7 PT |
17614 | msgstr "" |
17615 | ||
de104104 | 17616 | #: java/gjavah.c:2289 |
b1b51268 | 17617 | msgid " -stubs Generate an implementation stub file\n" |
3855d0d1 JM |
17618 | msgstr "" |
17619 | ||
de104104 | 17620 | #: java/gjavah.c:2290 |
b1b51268 | 17621 | msgid " -jni Generate a JNI header or stub\n" |
3855d0d1 JM |
17622 | msgstr "" |
17623 | ||
de104104 | 17624 | #: java/gjavah.c:2292 |
b1b51268 | 17625 | msgid " -add TEXT Insert TEXT into class body\n" |
3855d0d1 JM |
17626 | msgstr "" |
17627 | ||
de104104 | 17628 | #: java/gjavah.c:2293 |
b1b51268 | 17629 | msgid " -append TEXT Insert TEXT after class declaration\n" |
3855d0d1 JM |
17630 | msgstr "" |
17631 | ||
de104104 | 17632 | #: java/gjavah.c:2294 |
b1b51268 | 17633 | msgid " -friend TEXT Insert TEXT as `friend' declaration\n" |
a47a6810 JM |
17634 | msgstr "" |
17635 | ||
de104104 | 17636 | #: java/gjavah.c:2295 |
b1b51268 | 17637 | msgid " -prepend TEXT Insert TEXT before start of class\n" |
a47a6810 JM |
17638 | msgstr "" |
17639 | ||
de104104 | 17640 | #: java/gjavah.c:2297 java/jcf-dump.c:897 |
b1b51268 | 17641 | msgid " --classpath PATH Set path to find .class files\n" |
dc6746e7 PT |
17642 | msgstr "" |
17643 | ||
de104104 | 17644 | #: java/gjavah.c:2298 java/jcf-dump.c:898 |
b1b51268 | 17645 | msgid " -IDIR Append directory to class path\n" |
dc6746e7 PT |
17646 | msgstr "" |
17647 | ||
de104104 | 17648 | #: java/gjavah.c:2299 java/jcf-dump.c:899 |
b1b51268 | 17649 | msgid " --bootclasspath PATH Override built-in class path\n" |
dc6746e7 PT |
17650 | msgstr "" |
17651 | ||
de104104 | 17652 | #: java/gjavah.c:2300 java/jcf-dump.c:900 |
b1b51268 | 17653 | msgid " --extdirs PATH Set extensions directory path\n" |
d51681a7 PT |
17654 | msgstr "" |
17655 | ||
de104104 | 17656 | #: java/gjavah.c:2301 |
b1b51268 | 17657 | msgid " -d DIRECTORY Set output directory name\n" |
d51681a7 PT |
17658 | msgstr "" |
17659 | ||
d5706a1e | 17660 | #: java/gjavah.c:2302 java/jcf-dump.c:901 java/jv-scan.c:114 |
b1b51268 | 17661 | msgid " -o FILE Set output file name\n" |
d51681a7 PT |
17662 | msgstr "" |
17663 | ||
de104104 | 17664 | #: java/gjavah.c:2303 |
b1b51268 | 17665 | msgid " -td DIRECTORY Set temporary directory name\n" |
d51681a7 PT |
17666 | msgstr "" |
17667 | ||
d5706a1e | 17668 | #: java/gjavah.c:2305 java/jcf-dump.c:903 java/jv-scan.c:116 |
b1b51268 | 17669 | msgid " --help Print this help, then exit\n" |
d51681a7 PT |
17670 | msgstr "" |
17671 | ||
d5706a1e | 17672 | #: java/gjavah.c:2306 java/jcf-dump.c:904 java/jv-scan.c:117 |
b1b51268 | 17673 | msgid " --version Print version number, then exit\n" |
d51681a7 PT |
17674 | msgstr "" |
17675 | ||
de104104 | 17676 | #: java/gjavah.c:2307 java/jcf-dump.c:905 |
b1b51268 | 17677 | msgid " -v, --verbose Print extra information while running\n" |
d51681a7 PT |
17678 | msgstr "" |
17679 | ||
de104104 | 17680 | #: java/gjavah.c:2309 |
b1b51268 JM |
17681 | msgid "" |
17682 | " -M Print all dependencies to stdout;\n" | |
17683 | " suppress ordinary output\n" | |
d51681a7 PT |
17684 | msgstr "" |
17685 | ||
de104104 | 17686 | #: java/gjavah.c:2311 |
b1b51268 JM |
17687 | msgid "" |
17688 | " -MM Print non-system dependencies to stdout;\n" | |
17689 | " suppress ordinary output\n" | |
9d967a7e ZW |
17690 | msgstr "" |
17691 | ||
de104104 | 17692 | #: java/gjavah.c:2313 |
b1b51268 JM |
17693 | msgid " -MD Print all dependencies to stdout\n" |
17694 | msgstr "" | |
17695 | ||
de104104 | 17696 | #: java/gjavah.c:2314 |
b1b51268 | 17697 | msgid " -MMD Print non-system dependencies to stdout\n" |
9d967a7e ZW |
17698 | msgstr "" |
17699 | ||
d5706a1e | 17700 | #: java/gjavah.c:2317 java/jcf-dump.c:907 java/jv-scan.c:119 |
b97e55da JM |
17701 | #, c-format |
17702 | msgid "" | |
b1b51268 JM |
17703 | "For bug reporting instructions, please see:\n" |
17704 | "%s.\n" | |
17705 | msgstr "" | |
17706 | ||
de104104 | 17707 | #: java/gjavah.c:2345 java/gjavah.c:2459 |
b1b51268 JM |
17708 | msgid "no classes specified" |
17709 | msgstr "" | |
17710 | ||
de104104 | 17711 | #: java/gjavah.c:2438 |
b1b51268 JM |
17712 | msgid "`-MG' option is unimplemented" |
17713 | msgstr "" | |
17714 | ||
de104104 | 17715 | #: java/gjavah.c:2467 |
b1b51268 | 17716 | msgid "can't specify both -o and -MD" |
9d967a7e ZW |
17717 | msgstr "" |
17718 | ||
de104104 | 17719 | #: java/gjavah.c:2478 |
b97e55da | 17720 | #, c-format |
b1b51268 | 17721 | msgid "Processing %s\n" |
9d967a7e ZW |
17722 | msgstr "" |
17723 | ||
de104104 | 17724 | #: java/gjavah.c:2484 |
b1b51268 JM |
17725 | #, c-format |
17726 | msgid "%s: no such class" | |
9d967a7e ZW |
17727 | msgstr "" |
17728 | ||
de104104 | 17729 | #: java/gjavah.c:2488 |
b97e55da | 17730 | #, c-format |
b1b51268 | 17731 | msgid "Found in %s\n" |
9d967a7e ZW |
17732 | msgstr "" |
17733 | ||
b1b51268 | 17734 | #: java/jcf-dump.c:814 |
b1b51268 | 17735 | msgid "Not a valid Java .class file.\n" |
9d967a7e ZW |
17736 | msgstr "" |
17737 | ||
b1b51268 | 17738 | #: java/jcf-dump.c:820 |
b1b51268 | 17739 | msgid "error while parsing constant pool\n" |
9d967a7e ZW |
17740 | msgstr "" |
17741 | ||
d5706a1e | 17742 | #: java/jcf-dump.c:826 java/jcf-parse.c:676 |
b1b51268 JM |
17743 | #, c-format |
17744 | msgid "error in constant pool entry #%d\n" | |
9d967a7e ZW |
17745 | msgstr "" |
17746 | ||
b1b51268 | 17747 | #: java/jcf-dump.c:836 |
b1b51268 | 17748 | msgid "error while parsing fields\n" |
9d967a7e ZW |
17749 | msgstr "" |
17750 | ||
b1b51268 | 17751 | #: java/jcf-dump.c:842 |
b1b51268 | 17752 | msgid "error while parsing methods\n" |
9d967a7e ZW |
17753 | msgstr "" |
17754 | ||
b1b51268 | 17755 | #: java/jcf-dump.c:848 |
b1b51268 | 17756 | msgid "error while parsing final attributes\n" |
9d967a7e ZW |
17757 | msgstr "" |
17758 | ||
b1b51268 | 17759 | #: java/jcf-dump.c:885 |
b1b51268 | 17760 | msgid "Try `jcf-dump --help' for more information.\n" |
9d967a7e ZW |
17761 | msgstr "" |
17762 | ||
b1b51268 | 17763 | #: java/jcf-dump.c:892 |
b1b51268 JM |
17764 | msgid "" |
17765 | "Usage: jcf-dump [OPTION]... CLASS...\n" | |
17766 | "\n" | |
9d967a7e ZW |
17767 | msgstr "" |
17768 | ||
b1b51268 | 17769 | #: java/jcf-dump.c:893 |
b1b51268 JM |
17770 | msgid "" |
17771 | "Display contents of a class file in readable form.\n" | |
17772 | "\n" | |
9d967a7e ZW |
17773 | msgstr "" |
17774 | ||
b1b51268 | 17775 | #: java/jcf-dump.c:894 |
b1b51268 | 17776 | msgid " -c Disassemble method bodies\n" |
9d967a7e ZW |
17777 | msgstr "" |
17778 | ||
b1b51268 | 17779 | #: java/jcf-dump.c:895 |
b1b51268 | 17780 | msgid " --javap Generate output in `javap' format\n" |
9d967a7e ZW |
17781 | msgstr "" |
17782 | ||
b1b51268 | 17783 | #: java/jcf-dump.c:932 java/jcf-dump.c:1000 |
b1b51268 | 17784 | msgid "jcf-dump: no classes specified\n" |
9d967a7e ZW |
17785 | msgstr "" |
17786 | ||
b1b51268 | 17787 | #: java/jcf-dump.c:1020 |
b97e55da | 17788 | #, c-format |
b1b51268 | 17789 | msgid "Cannot open '%s' for output.\n" |
9d967a7e ZW |
17790 | msgstr "" |
17791 | ||
b1b51268 | 17792 | #: java/jcf-dump.c:1066 |
b1b51268 | 17793 | msgid "bad format of .zip/.jar archive\n" |
9d967a7e ZW |
17794 | msgstr "" |
17795 | ||
b1b51268 | 17796 | #: java/jcf-dump.c:1184 |
b1b51268 | 17797 | msgid "Bad byte codes.\n" |
9d967a7e ZW |
17798 | msgstr "" |
17799 | ||
b1b51268 | 17800 | #: java/jcf-io.c:535 |
b97e55da JM |
17801 | #, c-format |
17802 | msgid "" | |
17803 | "source file for class `%s' is newer than its matching class file. Source " | |
17804 | "file `%s' used instead" | |
9d967a7e ZW |
17805 | msgstr "" |
17806 | ||
d5706a1e | 17807 | #: java/jcf-parse.c:360 |
b97e55da | 17808 | msgid "bad string constant" |
9d967a7e ZW |
17809 | msgstr "" |
17810 | ||
d5706a1e | 17811 | #: java/jcf-parse.c:378 |
b97e55da JM |
17812 | #, c-format |
17813 | msgid "bad value constant type %d, index %d" | |
9d967a7e ZW |
17814 | msgstr "" |
17815 | ||
d5706a1e | 17816 | #: java/jcf-parse.c:557 |
b97e55da JM |
17817 | #, c-format |
17818 | msgid "can't reopen %s: %m" | |
9d967a7e ZW |
17819 | msgstr "" |
17820 | ||
d5706a1e | 17821 | #: java/jcf-parse.c:564 |
b97e55da JM |
17822 | #, c-format |
17823 | msgid "can't close %s: %m" | |
9d967a7e ZW |
17824 | msgstr "" |
17825 | ||
d5706a1e | 17826 | #: java/jcf-parse.c:659 |
b97e55da JM |
17827 | #, c-format |
17828 | msgid "cannot find file for class %s" | |
9d967a7e ZW |
17829 | msgstr "" |
17830 | ||
d5706a1e | 17831 | #: java/jcf-parse.c:670 |
b97e55da | 17832 | msgid "not a valid Java .class file" |
9d967a7e ZW |
17833 | msgstr "" |
17834 | ||
b97e55da | 17835 | #. FIXME - where was first time |
d5706a1e | 17836 | #: java/jcf-parse.c:688 |
b97e55da JM |
17837 | #, c-format |
17838 | msgid "reading class %s for the second time from %s" | |
9d967a7e ZW |
17839 | msgstr "" |
17840 | ||
d5706a1e | 17841 | #: java/jcf-parse.c:706 |
b97e55da | 17842 | msgid "error while parsing fields" |
9d967a7e ZW |
17843 | msgstr "" |
17844 | ||
d5706a1e | 17845 | #: java/jcf-parse.c:709 |
b97e55da | 17846 | msgid "error while parsing methods" |
9d967a7e ZW |
17847 | msgstr "" |
17848 | ||
d5706a1e | 17849 | #: java/jcf-parse.c:712 |
b97e55da | 17850 | msgid "error while parsing final attributes" |
9d967a7e ZW |
17851 | msgstr "" |
17852 | ||
d5706a1e | 17853 | #: java/jcf-parse.c:729 |
b97e55da JM |
17854 | #, c-format |
17855 | msgid "" | |
17856 | "the `java.lang.Object' that was found in `%s' didn't have the special zero-" | |
17857 | "length `gnu.gcj.gcj-compiled' attribute. This generally means that your " | |
17858 | "classpath is incorrectly set. Use `info gcj \"Input Options\"' to see the " | |
17859 | "info page describing how to set the classpath" | |
9d967a7e ZW |
17860 | msgstr "" |
17861 | ||
d5706a1e | 17862 | #: java/jcf-parse.c:806 |
b97e55da | 17863 | msgid "missing Code attribute" |
9d967a7e ZW |
17864 | msgstr "" |
17865 | ||
d5706a1e | 17866 | #: java/jcf-parse.c:1065 |
b97e55da | 17867 | msgid "%Hsource file seen twice on command line and will be compiled only once" |
9d967a7e ZW |
17868 | msgstr "" |
17869 | ||
d5706a1e | 17870 | #: java/jcf-parse.c:1080 |
b97e55da | 17871 | msgid "no input file specified" |
9d967a7e ZW |
17872 | msgstr "" |
17873 | ||
d5706a1e | 17874 | #: java/jcf-parse.c:1112 |
9d967a7e | 17875 | #, c-format |
b97e55da | 17876 | msgid "can't close input file %s: %m" |
9d967a7e ZW |
17877 | msgstr "" |
17878 | ||
d5706a1e | 17879 | #: java/jcf-parse.c:1153 |
9d967a7e | 17880 | #, c-format |
b97e55da | 17881 | msgid "bad zip/jar file %s" |
9d967a7e ZW |
17882 | msgstr "" |
17883 | ||
d5706a1e | 17884 | #: java/jcf-parse.c:1355 |
9d967a7e | 17885 | #, c-format |
b97e55da | 17886 | msgid "error while reading %s from zip file" |
9d967a7e ZW |
17887 | msgstr "" |
17888 | ||
de104104 | 17889 | #: java/jcf-write.c:2658 |
9d967a7e ZW |
17890 | #, c-format |
17891 | msgid "" | |
b97e55da | 17892 | "internal error in generate_bytecode_insn - tree code not implemented: %s" |
9d967a7e ZW |
17893 | msgstr "" |
17894 | ||
de104104 | 17895 | #: java/jcf-write.c:3030 |
b97e55da | 17896 | msgid "field initializer type mismatch" |
9d967a7e ZW |
17897 | msgstr "" |
17898 | ||
de104104 | 17899 | #: java/jcf-write.c:3487 |
b97e55da JM |
17900 | #, c-format |
17901 | msgid "can't create directory %s: %m" | |
9d967a7e ZW |
17902 | msgstr "" |
17903 | ||
de104104 | 17904 | #: java/jcf-write.c:3520 |
a05e4fdb JM |
17905 | #, c-format |
17906 | msgid "can't open %s for writing: %m" | |
17907 | msgstr "" | |
17908 | ||
de104104 | 17909 | #: java/jcf-write.c:3540 |
b97e55da JM |
17910 | #, c-format |
17911 | msgid "can't create %s: %m" | |
9d967a7e ZW |
17912 | msgstr "" |
17913 | ||
d5706a1e | 17914 | #: java/jv-scan.c:99 |
b1b51268 JM |
17915 | msgid "Try `jv-scan --help' for more information.\n" |
17916 | msgstr "" | |
17917 | ||
d5706a1e | 17918 | #: java/jv-scan.c:106 |
b1b51268 JM |
17919 | msgid "" |
17920 | "Usage: jv-scan [OPTION]... FILE...\n" | |
17921 | "\n" | |
17922 | msgstr "" | |
17923 | ||
d5706a1e | 17924 | #: java/jv-scan.c:107 |
b1b51268 JM |
17925 | msgid "" |
17926 | "Print useful information read from Java source files.\n" | |
17927 | "\n" | |
17928 | msgstr "" | |
17929 | ||
d5706a1e | 17930 | #: java/jv-scan.c:108 |
b1b51268 JM |
17931 | msgid " --no-assert Don't recognize the assert keyword\n" |
17932 | msgstr "" | |
17933 | ||
d5706a1e | 17934 | #: java/jv-scan.c:109 |
b1b51268 JM |
17935 | msgid " --complexity Print cyclomatic complexity of input file\n" |
17936 | msgstr "" | |
17937 | ||
d5706a1e | 17938 | #: java/jv-scan.c:110 |
b1b51268 JM |
17939 | msgid " --encoding NAME Specify encoding of input file\n" |
17940 | msgstr "" | |
17941 | ||
d5706a1e | 17942 | #: java/jv-scan.c:111 |
b1b51268 JM |
17943 | msgid " --print-main Print name of class containing `main'\n" |
17944 | msgstr "" | |
17945 | ||
d5706a1e | 17946 | #: java/jv-scan.c:112 |
b1b51268 JM |
17947 | msgid " --list-class List all classes defined in file\n" |
17948 | msgstr "" | |
17949 | ||
d5706a1e | 17950 | #: java/jv-scan.c:113 |
b1b51268 JM |
17951 | msgid "" |
17952 | " --list-filename Print input filename when listing class names\n" | |
9d967a7e ZW |
17953 | msgstr "" |
17954 | ||
d5706a1e | 17955 | #: java/jv-scan.c:213 |
b1b51268 JM |
17956 | msgid "only one of `--print-main', `--list-class', and `--complexity' allowed" |
17957 | msgstr "" | |
17958 | ||
d5706a1e | 17959 | #: java/jv-scan.c:216 |
b97e55da JM |
17960 | #, c-format |
17961 | msgid "can't open output file `%s'" | |
9d967a7e ZW |
17962 | msgstr "" |
17963 | ||
d5706a1e | 17964 | #: java/jv-scan.c:251 |
b97e55da JM |
17965 | #, c-format |
17966 | msgid "file not found `%s'" | |
9d967a7e ZW |
17967 | msgstr "" |
17968 | ||
d5706a1e | 17969 | #: java/jv-scan.c:273 |
b1b51268 JM |
17970 | #, c-format |
17971 | msgid "%s: error: " | |
17972 | msgstr "" | |
17973 | ||
d5706a1e | 17974 | #: java/jv-scan.c:285 |
b1b51268 JM |
17975 | #, c-format |
17976 | msgid "%s: warning: " | |
17977 | msgstr "" | |
17978 | ||
17979 | #: java/jvgenmain.c:48 | |
17980 | #, c-format | |
17981 | msgid "Usage: %s [OPTIONS]... CLASSNAMEmain [OUTFILE]\n" | |
17982 | msgstr "" | |
17983 | ||
17984 | #: java/jvgenmain.c:98 | |
17985 | #, c-format | |
17986 | msgid "%s: Cannot open output file: %s\n" | |
17987 | msgstr "" | |
17988 | ||
17989 | #: java/jvgenmain.c:135 | |
17990 | #, c-format | |
17991 | msgid "%s: Failed to close output file %s\n" | |
17992 | msgstr "" | |
17993 | ||
b97e55da JM |
17994 | #: java/jvspec.c:418 |
17995 | msgid "can't specify `-D' without `--main'\n" | |
9d967a7e ZW |
17996 | msgstr "" |
17997 | ||
b97e55da JM |
17998 | #: java/jvspec.c:421 |
17999 | #, c-format | |
18000 | msgid "`%s' is not a valid class name" | |
9d967a7e ZW |
18001 | msgstr "" |
18002 | ||
b97e55da JM |
18003 | #: java/jvspec.c:427 |
18004 | msgid "--resource requires -o" | |
9d967a7e ZW |
18005 | msgstr "" |
18006 | ||
b97e55da JM |
18007 | #: java/jvspec.c:434 |
18008 | msgid "warning: already-compiled .class files ignored with -C" | |
9d967a7e ZW |
18009 | msgstr "" |
18010 | ||
b97e55da JM |
18011 | #: java/jvspec.c:441 |
18012 | msgid "cannot specify both -C and -o" | |
9d967a7e ZW |
18013 | msgstr "" |
18014 | ||
b97e55da JM |
18015 | #: java/jvspec.c:453 |
18016 | msgid "cannot create temporary file" | |
9d967a7e ZW |
18017 | msgstr "" |
18018 | ||
b97e55da JM |
18019 | #: java/jvspec.c:481 |
18020 | msgid "using both @FILE with multiple files not implemented" | |
9d967a7e ZW |
18021 | msgstr "" |
18022 | ||
b97e55da JM |
18023 | #: java/jvspec.c:530 |
18024 | msgid "cannot specify `main' class when not linking" | |
9d967a7e ZW |
18025 | msgstr "" |
18026 | ||
de104104 | 18027 | #: java/lang.c:619 |
b97e55da | 18028 | msgid "can't do dependency tracking with input from stdin" |
9d967a7e ZW |
18029 | msgstr "" |
18030 | ||
de104104 | 18031 | #: java/lang.c:635 |
b97e55da | 18032 | msgid "couldn't determine target name for dependency tracking" |
9d967a7e ZW |
18033 | msgstr "" |
18034 | ||
d5706a1e | 18035 | #: java/lex.c:256 |
b97e55da JM |
18036 | #, c-format |
18037 | msgid "" | |
18038 | "unknown encoding: `%s'\n" | |
18039 | "This might mean that your locale's encoding is not supported\n" | |
18040 | "by your system's iconv(3) implementation. If you aren't trying\n" | |
18041 | "to use a particular encoding for your input file, try the\n" | |
18042 | "`--encoding=UTF-8' option" | |
9d967a7e ZW |
18043 | msgstr "" |
18044 | ||
d5706a1e ZW |
18045 | #: java/lex.c:626 |
18046 | msgid "internal error - bad unget" | |
18047 | msgstr "" | |
18048 | ||
b97e55da JM |
18049 | #: java/mangle.c:89 |
18050 | #, c-format | |
18051 | msgid "can't mangle %s" | |
9d967a7e ZW |
18052 | msgstr "" |
18053 | ||
b97e55da JM |
18054 | #: java/mangle_name.c:140 java/mangle_name.c:210 |
18055 | msgid "internal error - invalid Utf8 name" | |
9d967a7e ZW |
18056 | msgstr "" |
18057 | ||
d5706a1e ZW |
18058 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse-scan.y:881 |
18059 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:977 | |
18060 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1318 | |
18061 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1379 | |
18062 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1590 | |
18063 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1813 | |
18064 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1822 | |
18065 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1833 | |
18066 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1844 | |
18067 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1856 | |
18068 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1871 | |
18069 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1888 | |
18070 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1890 | |
18071 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1971 | |
18072 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2148 | |
18073 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2217 | |
18074 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2381 | |
18075 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2394 | |
18076 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2401 | |
18077 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2408 | |
18078 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2419 | |
18079 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2421 | |
18080 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2459 | |
18081 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2461 | |
18082 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2463 | |
18083 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2484 | |
18084 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2486 | |
18085 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2488 | |
18086 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2504 | |
18087 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2506 | |
18088 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2527 | |
18089 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2529 | |
18090 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2531 | |
18091 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2559 | |
18092 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2561 | |
18093 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2563 | |
18094 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2565 | |
18095 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2583 | |
18096 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2585 | |
18097 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2596 | |
18098 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2607 | |
18099 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2618 | |
18100 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2629 | |
18101 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2640 | |
18102 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2653 | |
18103 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2657 | |
18104 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2659 | |
18105 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2672 | |
b06c20ee JM |
18106 | msgid "Missing term" |
18107 | msgstr "" | |
18108 | ||
d5706a1e ZW |
18109 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse-scan.y:883 |
18110 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:751 | |
18111 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:789 | |
18112 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:814 | |
18113 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:998 | |
18114 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1353 | |
18115 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1566 | |
18116 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1568 | |
18117 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1798 | |
18118 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1824 | |
18119 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1835 | |
18120 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1846 | |
18121 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1858 | |
18122 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1873 | |
b06c20ee JM |
18123 | msgid "';' expected" |
18124 | msgstr "" | |
18125 | ||
d5706a1e ZW |
18126 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:749 |
18127 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:787 | |
b06c20ee JM |
18128 | msgid "Missing name" |
18129 | msgstr "" | |
18130 | ||
d5706a1e ZW |
18131 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:777 |
18132 | #, c-format | |
18133 | msgid "Ambiguous class: `%s' and `%s'" | |
18134 | msgstr "" | |
18135 | ||
18136 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:812 | |
b06c20ee JM |
18137 | msgid "'*' expected" |
18138 | msgstr "" | |
18139 | ||
d5706a1e | 18140 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:826 |
b06c20ee JM |
18141 | msgid "Class or interface declaration expected" |
18142 | msgstr "" | |
18143 | ||
d5706a1e ZW |
18144 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:843 |
18145 | #, c-format | |
18146 | msgid "Modifier `%s' declared twice" | |
18147 | msgstr "" | |
18148 | ||
18149 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:863 | |
18150 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:865 | |
b06c20ee JM |
18151 | msgid "Missing class name" |
18152 | msgstr "" | |
18153 | ||
d5706a1e ZW |
18154 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:868 |
18155 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:872 | |
18156 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:880 | |
18157 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1038 | |
18158 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1299 | |
18159 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1301 | |
18160 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1633 | |
18161 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1884 | |
18162 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1916 | |
18163 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1978 | |
b06c20ee JM |
18164 | msgid "'{' expected" |
18165 | msgstr "" | |
18166 | ||
d5706a1e | 18167 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:882 |
b06c20ee JM |
18168 | msgid "Missing super class name" |
18169 | msgstr "" | |
18170 | ||
d5706a1e ZW |
18171 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:892 |
18172 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:908 | |
b06c20ee JM |
18173 | msgid "Missing interface name" |
18174 | msgstr "" | |
18175 | ||
d5706a1e | 18176 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:992 |
b06c20ee JM |
18177 | msgid "Missing variable initializer" |
18178 | msgstr "" | |
18179 | ||
d5706a1e | 18180 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1009 |
b06c20ee JM |
18181 | msgid "Invalid declaration" |
18182 | msgstr "" | |
18183 | ||
d5706a1e ZW |
18184 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1012 |
18185 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1097 | |
18186 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2163 | |
18187 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2192 | |
18188 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2214 | |
18189 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2218 | |
18190 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2253 | |
18191 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2332 | |
18192 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2342 | |
18193 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2352 | |
b06c20ee JM |
18194 | msgid "']' expected" |
18195 | msgstr "" | |
18196 | ||
d5706a1e | 18197 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1016 |
b06c20ee JM |
18198 | msgid "Unbalanced ']'" |
18199 | msgstr "" | |
18200 | ||
d5706a1e | 18201 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1052 |
b06c20ee JM |
18202 | msgid "Invalid method declaration, method name required" |
18203 | msgstr "" | |
18204 | ||
d5706a1e ZW |
18205 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1057 |
18206 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1062 | |
18207 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1067 | |
18208 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2066 | |
b06c20ee JM |
18209 | msgid "Identifier expected" |
18210 | msgstr "" | |
18211 | ||
d5706a1e ZW |
18212 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1072 |
18213 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4743 | |
b06c20ee JM |
18214 | msgid "Invalid method declaration, return type required" |
18215 | msgstr "" | |
18216 | ||
d5706a1e ZW |
18217 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1092 |
18218 | msgid "Discouraged form of returned type specification" | |
18219 | msgstr "" | |
18220 | ||
18221 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1095 | |
18222 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1546 | |
18223 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1553 | |
18224 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1562 | |
18225 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1564 | |
18226 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1592 | |
18227 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1701 | |
18228 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2008 | |
18229 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2061 | |
b06c20ee JM |
18230 | msgid "')' expected" |
18231 | msgstr "" | |
18232 | ||
d5706a1e | 18233 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1111 |
b06c20ee JM |
18234 | msgid "Missing formal parameter term" |
18235 | msgstr "" | |
18236 | ||
d5706a1e ZW |
18237 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1126 |
18238 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1131 | |
b06c20ee JM |
18239 | msgid "Missing identifier" |
18240 | msgstr "" | |
18241 | ||
d5706a1e ZW |
18242 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1151 |
18243 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1160 | |
b06c20ee JM |
18244 | msgid "Missing class type term" |
18245 | msgstr "" | |
18246 | ||
d5706a1e ZW |
18247 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1187 |
18248 | #, c-format | |
18249 | msgid "" | |
18250 | "Can't define static initializer in class `%s'. Static initializer can only " | |
18251 | "be defined in top-level classes" | |
18252 | msgstr "" | |
18253 | ||
18254 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1316 | |
b06c20ee JM |
18255 | msgid "Invalid interface type" |
18256 | msgstr "" | |
18257 | ||
d5706a1e ZW |
18258 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1485 |
18259 | msgid "An empty declaration is a deprecated feature that should not be used" | |
18260 | msgstr "" | |
18261 | ||
18262 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1506 | |
18263 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1680 | |
18264 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1682 | |
b06c20ee JM |
18265 | msgid "':' expected" |
18266 | msgstr "" | |
18267 | ||
d5706a1e ZW |
18268 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1532 |
18269 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1537 | |
18270 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1542 | |
18271 | msgid "Invalid expression statement" | |
18272 | msgstr "" | |
18273 | ||
18274 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1560 | |
18275 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1588 | |
18276 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1629 | |
18277 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1697 | |
18278 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1765 | |
18279 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1886 | |
18280 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1964 | |
18281 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2055 | |
18282 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2057 | |
18283 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2070 | |
18284 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2313 | |
18285 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2315 | |
18286 | msgid "'(' expected" | |
18287 | msgstr "" | |
18288 | ||
18289 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1631 | |
18290 | msgid "Missing term or ')'" | |
18291 | msgstr "" | |
18292 | ||
18293 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1678 | |
18294 | msgid "Missing or invalid constant expression" | |
18295 | msgstr "" | |
18296 | ||
18297 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1699 | |
18298 | msgid "Missing term and ')' expected" | |
18299 | msgstr "" | |
18300 | ||
18301 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1738 | |
18302 | msgid "Invalid control expression" | |
18303 | msgstr "" | |
18304 | ||
18305 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1740 | |
18306 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1742 | |
18307 | msgid "Invalid update expression" | |
18308 | msgstr "" | |
18309 | ||
18310 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1767 | |
18311 | msgid "Invalid init statement" | |
18312 | msgstr "" | |
18313 | ||
18314 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1967 | |
18315 | msgid "Missing term or ')' expected" | |
18316 | msgstr "" | |
18317 | ||
18318 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2010 | |
18319 | msgid "'class' or 'this' expected" | |
18320 | msgstr "" | |
18321 | ||
18322 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2012 | |
18323 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2014 | |
18324 | msgid "'class' expected" | |
18325 | msgstr "" | |
18326 | ||
18327 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2059 | |
18328 | msgid "')' or term expected" | |
18329 | msgstr "" | |
18330 | ||
18331 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2161 | |
18332 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2190 | |
18333 | msgid "'[' expected" | |
18334 | msgstr "" | |
18335 | ||
18336 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2268 | |
18337 | msgid "Field expected" | |
18338 | msgstr "" | |
18339 | ||
18340 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2327 | |
18341 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2337 | |
18342 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2347 | |
18343 | msgid "Missing term and ']' expected" | |
18344 | msgstr "" | |
18345 | ||
18346 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2452 | |
18347 | msgid "']' expected, invalid type expression" | |
18348 | msgstr "" | |
18349 | ||
18350 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2455 | |
18351 | msgid "Invalid type expression" | |
18352 | msgstr "" | |
18353 | ||
18354 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2567 | |
18355 | msgid "Invalid reference type" | |
18356 | msgstr "" | |
18357 | ||
18358 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3034 | |
18359 | msgid "Constructor invocation must be first thing in a constructor" | |
18360 | msgstr "" | |
18361 | ||
18362 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3036 | |
18363 | msgid "Only constructors can invoke constructors" | |
18364 | msgstr "" | |
18365 | ||
18366 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3044 | |
18367 | #, c-format | |
18368 | msgid ": `%s' JDK1.1(TM) feature" | |
18369 | msgstr "" | |
18370 | ||
18371 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3124 | |
18372 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3126 | |
18373 | #, c-format | |
18374 | msgid "" | |
18375 | "%s.\n" | |
18376 | "%s" | |
18377 | msgstr "" | |
18378 | ||
18379 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3285 | |
18380 | msgid "Missing return statement" | |
18381 | msgstr "" | |
18382 | ||
18383 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3307 | |
18384 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:11931 | |
18385 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:11935 | |
18386 | msgid "Unreachable statement" | |
18387 | msgstr "" | |
18388 | ||
18389 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3317 | |
18390 | #, c-format | |
18391 | msgid "Can't access %s field `%s.%s' from `%s'" | |
18392 | msgstr "" | |
18393 | ||
18394 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3386 | |
18395 | #, c-format | |
18396 | msgid "%s `%s' already defined in %s:%d" | |
18397 | msgstr "" | |
18398 | ||
18399 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3404 | |
18400 | #, c-format | |
18401 | msgid "" | |
18402 | "Variable `%s' is already defined in this method and was declared `%s %s' at " | |
18403 | "line %d" | |
18404 | msgstr "" | |
18405 | ||
18406 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3515 | |
18407 | #, c-format | |
18408 | msgid "Interface `%s' repeated" | |
18409 | msgstr "" | |
18410 | ||
18411 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3545 | |
18412 | #, c-format | |
18413 | msgid "%s name `%s' clashes with imported type `%s'" | |
18414 | msgstr "" | |
18415 | ||
18416 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3577 | |
18417 | #, c-format | |
18418 | msgid "Public %s `%s' must be defined in a file called `%s.java'" | |
18419 | msgstr "" | |
18420 | ||
18421 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3592 | |
18422 | #, c-format | |
18423 | msgid "" | |
18424 | "Inner class `%s' can't be static. Static classes can only occur in " | |
18425 | "interfaces and top-level classes" | |
18426 | msgstr "" | |
18427 | ||
18428 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3673 | |
18429 | #, c-format | |
18430 | msgid "" | |
18431 | "The class name `%s' is already defined in this scope. An inner class may not " | |
18432 | "have the same simple name as any of its enclosing classes" | |
18433 | msgstr "" | |
18434 | ||
18435 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3715 | |
18436 | msgid "Qualifier must be a reference" | |
18437 | msgstr "" | |
18438 | ||
18439 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3736 | |
18440 | #, c-format | |
18441 | msgid "Cyclic inheritance involving %s" | |
18442 | msgstr "" | |
18443 | ||
18444 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4000 | |
18445 | #, c-format | |
18446 | msgid "" | |
18447 | "Redundant use of `abstract' modifier. Interface `%s' is implicitly abstract" | |
18448 | msgstr "" | |
18449 | ||
18450 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4155 | |
18451 | #, c-format | |
18452 | msgid "Class `%s' can't be declared both abstract and final" | |
18453 | msgstr "" | |
18454 | ||
18455 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4167 | |
18456 | msgid "`java.lang.Object' can't extend anything" | |
18457 | msgstr "" | |
18458 | ||
18459 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4409 | |
18460 | #, c-format | |
18461 | msgid "Duplicate variable declaration: `%s %s' was `%s %s' (%s:%d)" | |
18462 | msgstr "" | |
18463 | ||
18464 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4473 | |
18465 | #, c-format | |
18466 | msgid "Field `%s' can't be static in inner class `%s' unless it is final" | |
18467 | msgstr "" | |
18468 | ||
18469 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4718 | |
18470 | #, c-format | |
18471 | msgid "Class `%s' must be declared abstract to define abstract method `%s'" | |
18472 | msgstr "" | |
18473 | ||
18474 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4725 | |
18475 | #, c-format | |
18476 | msgid "native method `%s' can't be strictfp" | |
18477 | msgstr "" | |
18478 | ||
18479 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4729 | |
18480 | #, c-format | |
18481 | msgid "method `%s' can't be transient" | |
18482 | msgstr "" | |
18483 | ||
18484 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4732 | |
18485 | #, c-format | |
18486 | msgid "method `%s' can't be volatile" | |
18487 | msgstr "" | |
18488 | ||
18489 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4782 | |
18490 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6531 | |
18491 | #, c-format | |
18492 | msgid "" | |
18493 | "Method `%s' can't be static in inner class `%s'. Only members of interfaces " | |
18494 | "and top-level classes can be static" | |
18495 | msgstr "" | |
18496 | ||
18497 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4948 | |
18498 | #, c-format | |
18499 | msgid "%s method `%s' can't have a body defined" | |
18500 | msgstr "" | |
18501 | ||
18502 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4959 | |
18503 | #, c-format | |
18504 | msgid "Non native and non abstract method `%s' must have a body defined" | |
18505 | msgstr "" | |
18506 | ||
18507 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:5030 | |
18508 | #, c-format | |
18509 | msgid "%s: recursive invocation of constructor `%s'" | |
18510 | msgstr "" | |
18511 | ||
18512 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:5060 | |
18513 | msgid "" | |
18514 | "Inconsistent member declaration. At most one of `public', `private', or " | |
18515 | "`protected' may be specified" | |
18516 | msgstr "" | |
18517 | ||
18518 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:5068 | |
18519 | msgid "" | |
18520 | "Inconsistent member declaration. At most one of `final' or `volatile' may " | |
18521 | "be specified" | |
18522 | msgstr "" | |
18523 | ||
18524 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:5158 | |
18525 | #, c-format | |
18526 | msgid "" | |
18527 | "Variable `%s' is used more than once in the argument list of method `%s'" | |
18528 | msgstr "" | |
18529 | ||
18530 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:5242 | |
18531 | #, c-format | |
18532 | msgid "%s `%s' can't implement/extend %s `%s'" | |
18533 | msgstr "" | |
18534 | ||
18535 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:5276 | |
18536 | #, c-format | |
18537 | msgid "Class `%s' can't subclass %s `%s'" | |
18538 | msgstr "" | |
18539 | ||
18540 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:5285 | |
18541 | #, c-format | |
18542 | msgid "Can't subclass final classes: %s" | |
18543 | msgstr "" | |
18544 | ||
18545 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:5471 | |
18546 | #, c-format | |
18547 | msgid "Cyclic class inheritance%s" | |
18548 | msgstr "" | |
18549 | ||
18550 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6182 | |
18551 | #, c-format | |
18552 | msgid "Superclass `%s' of class `%s' not found" | |
18553 | msgstr "" | |
18554 | ||
18555 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6188 | |
18556 | #, c-format | |
18557 | msgid "Type `%s' not found in declaration of field `%s'" | |
18558 | msgstr "" | |
18559 | ||
18560 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6194 | |
18561 | #, c-format | |
18562 | msgid "" | |
18563 | "Type `%s' not found in the declaration of the argument `%s' of method `%s'" | |
18564 | msgstr "" | |
18565 | ||
18566 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6201 | |
18567 | #, c-format | |
18568 | msgid "" | |
18569 | "Type `%s' not found in the declaration of the return type of method `%s'" | |
18570 | msgstr "" | |
18571 | ||
18572 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6207 | |
18573 | #, c-format | |
18574 | msgid "Superinterface `%s' of %s `%s' not found" | |
18575 | msgstr "" | |
18576 | ||
18577 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6214 | |
18578 | #, c-format | |
18579 | msgid "Type `%s' not found in the declaration of the local variable `%s'" | |
18580 | msgstr "" | |
18581 | ||
18582 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6221 | |
18583 | #, c-format | |
18584 | msgid "Class `%s' not found in `throws'" | |
18585 | msgstr "" | |
18586 | ||
18587 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6278 | |
18588 | #, c-format | |
18589 | msgid "Duplicate %s declaration `%s'" | |
18590 | msgstr "" | |
18591 | ||
18592 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6352 | |
18593 | #, c-format | |
18594 | msgid "" | |
18595 | "Class `%s' doesn't define the abstract method `%s %s' from %s `%s'. This " | |
18596 | "method must be defined or %s `%s' must be declared abstract" | |
18597 | msgstr "" | |
18598 | ||
18599 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6508 | |
18600 | #, c-format | |
18601 | msgid "" | |
18602 | "Class `%s' in `throws' clause must be a subclass of class `java.lang." | |
18603 | "Throwable'" | |
18604 | msgstr "" | |
18605 | ||
18606 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6552 | |
18607 | #, c-format | |
18608 | msgid "" | |
18609 | "Class `%s' must override `%s' with a public method in order to implement " | |
18610 | "interface `%s'" | |
18611 | msgstr "" | |
18612 | ||
18613 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6566 | |
18614 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6793 | |
18615 | #, c-format | |
18616 | msgid "Method `%s' was defined with return type `%s' in class `%s'" | |
18617 | msgstr "" | |
18618 | ||
18619 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6583 | |
18620 | #, c-format | |
18621 | msgid "%s methods can't be overridden. Method `%s' is %s in class `%s'" | |
18622 | msgstr "" | |
18623 | ||
18624 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6597 | |
18625 | #, c-format | |
18626 | msgid "" | |
18627 | "Instance methods can't be overridden by a static method. Method `%s' is an " | |
18628 | "instance method in class `%s'" | |
18629 | msgstr "" | |
18630 | ||
18631 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6620 | |
18632 | #, c-format | |
18633 | msgid "" | |
18634 | "Methods can't be overridden to be more private. Method `%s' is not %s in " | |
18635 | "class `%s'" | |
18636 | msgstr "" | |
18637 | ||
18638 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6761 | |
18639 | #, c-format | |
18640 | msgid "" | |
18641 | "Invalid checked exception class `%s' in `throws' clause. The exception must " | |
18642 | "be a subclass of an exception thrown by `%s' from class `%s'" | |
18643 | msgstr "" | |
18644 | ||
18645 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6818 | |
18646 | #, c-format | |
18647 | msgid "" | |
18648 | "Interface `%s' inherits method `%s' from interface `%s'. This method is " | |
18649 | "redefined with a different return type in interface `%s'" | |
18650 | msgstr "" | |
18651 | ||
18652 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6993 | |
18653 | #, c-format | |
18654 | msgid "Class or interface `%s' not found in import" | |
18655 | msgstr "" | |
18656 | ||
18657 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:7078 | |
18658 | #, c-format | |
18659 | msgid "malformed .zip archive in CLASSPATH: %s" | |
18660 | msgstr "" | |
18661 | ||
18662 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:7149 | |
18663 | #, c-format | |
18664 | msgid "" | |
18665 | "Can't find default package `%s'. Check the CLASSPATH environment variable " | |
18666 | "and the access to the archives" | |
18667 | msgstr "" | |
18668 | ||
18669 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:7154 | |
18670 | #, c-format | |
18671 | msgid "Package `%s' not found in import" | |
18672 | msgstr "" | |
18673 | ||
18674 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:7251 | |
18675 | #, c-format | |
18676 | msgid "Type `%s' also potentially defined in package `%s'" | |
18677 | msgstr "" | |
18678 | ||
18679 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:7396 | |
18680 | #, c-format | |
18681 | msgid "Nested %s %s is %s; cannot be accessed from here" | |
18682 | msgstr "" | |
18683 | ||
18684 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:7434 | |
18685 | #, c-format | |
18686 | msgid "" | |
18687 | "Can't access %s `%s'. Only public classes and interfaces in other packages " | |
18688 | "can be accessed" | |
18689 | msgstr "" | |
18690 | ||
18691 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:7472 | |
18692 | msgid "Only `final' is allowed as a local variables modifier" | |
18693 | msgstr "" | |
18694 | ||
18695 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:9026 | |
18696 | #, c-format | |
18697 | msgid "No constructor matching `%s' found in class `%s'" | |
18698 | msgstr "" | |
18699 | ||
18700 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:9525 | |
18701 | #, c-format | |
18702 | msgid "Can't reference `%s' before the superclass constructor has been called" | |
18703 | msgstr "" | |
18704 | ||
18705 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:9579 | |
18706 | #, c-format | |
18707 | msgid "" | |
18708 | "Local variable `%s' can't be accessed from within the inner class `%s' " | |
18709 | "unless it is declared final" | |
18710 | msgstr "" | |
18711 | ||
18712 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:9584 | |
18713 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10047 | |
18714 | #, c-format | |
18715 | msgid "Undefined variable `%s'" | |
18716 | msgstr "" | |
18717 | ||
18718 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:9595 | |
18719 | #, c-format | |
18720 | msgid "Can't make a static reference to nonstatic variable `%s' in class `%s'" | |
18721 | msgstr "" | |
18722 | ||
18723 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:9801 | |
18724 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10656 | |
18725 | #, c-format | |
18726 | msgid "No enclosing instance for inner class `%s' is in scope%s" | |
18727 | msgstr "" | |
18728 | ||
18729 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:9920 | |
18730 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:12363 | |
18731 | msgid "Keyword `this' used outside allowed context" | |
18732 | msgstr "" | |
18733 | ||
18734 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:9926 | |
18735 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10810 | |
18736 | msgid "" | |
18737 | "Can't reference `this' before the superclass constructor has been called" | |
18738 | msgstr "" | |
18739 | ||
18740 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:9942 | |
18741 | #, c-format | |
18742 | msgid "" | |
18743 | "Can't use variable `%s.this': type `%s' isn't an outer type of type `%s'" | |
18744 | msgstr "" | |
18745 | ||
18746 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:9975 | |
18747 | msgid "Keyword `super' used outside allowed context" | |
18748 | msgstr "" | |
18749 | ||
18750 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10024 | |
18751 | #, c-format | |
18752 | msgid "No variable `%s' defined in class `%s'" | |
18753 | msgstr "" | |
18754 | ||
18755 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10029 | |
18756 | #, c-format | |
18757 | msgid "Undefined variable or class name: `%s'" | |
18758 | msgstr "" | |
18759 | ||
18760 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10100 | |
18761 | #, c-format | |
18762 | msgid "Can't use type `%s' as a qualifier" | |
18763 | msgstr "" | |
18764 | ||
18765 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10119 | |
18766 | #, c-format | |
18767 | msgid "Attempt to reference field `%s' in `%s %s'" | |
18768 | msgstr "" | |
18769 | ||
18770 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10150 | |
18771 | #, c-format | |
18772 | msgid "No variable `%s' defined in type `%s'" | |
18773 | msgstr "" | |
18774 | ||
18775 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10234 | |
18776 | #, c-format | |
18777 | msgid "Attempt to reference field `new' in a `%s'" | |
18778 | msgstr "" | |
18779 | ||
18780 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10371 | |
18781 | #, c-format | |
18782 | msgid "The class `%s' has been deprecated" | |
18783 | msgstr "" | |
18784 | ||
18785 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10381 | |
18786 | #, c-format | |
18787 | msgid "The %s `%s' in class `%s' has been deprecated" | |
18788 | msgstr "" | |
18789 | ||
18790 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10498 | |
18791 | #, c-format | |
18792 | msgid "Can't invoke a method on primitive type `%s'" | |
18793 | msgstr "" | |
18794 | ||
18795 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10513 | |
18796 | #, c-format | |
18797 | msgid "Can't make static reference to method `%s' in interface `%s'" | |
18798 | msgstr "" | |
18799 | ||
18800 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10523 | |
18801 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10857 | |
18802 | #, c-format | |
18803 | msgid "Can't make static reference to method `%s %s' in class `%s'" | |
18804 | msgstr "" | |
18805 | ||
18806 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10563 | |
18807 | msgid "Can't invoke super constructor on java.lang.Object" | |
18808 | msgstr "" | |
18809 | ||
18810 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10576 | |
18811 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14424 | |
18812 | #, c-format | |
18813 | msgid "Class `%s' not found in type declaration" | |
18814 | msgstr "" | |
18815 | ||
18816 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10588 | |
18817 | #, c-format | |
18818 | msgid "Class `%s' is an abstract class. It can't be instantiated" | |
18819 | msgstr "" | |
18820 | ||
18821 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10618 | |
18822 | #, c-format | |
18823 | msgid "No method named `%s' in scope" | |
18824 | msgstr "" | |
18825 | ||
18826 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10729 | |
18827 | #, c-format | |
18828 | msgid "Can't access %s %s `%s.%s' from `%s'" | |
18829 | msgstr "" | |
18830 | ||
18831 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:11195 | |
18832 | #, c-format | |
18833 | msgid "Can't find %s `%s(%s)' in type `%s'%s" | |
18834 | msgstr "" | |
18835 | ||
18836 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:11777 | |
18837 | msgid "Constant expression required" | |
18838 | msgstr "" | |
18839 | ||
18840 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:11790 | |
18841 | #, c-format | |
18842 | msgid "Incompatible type for case. Can't convert `%s' to `int'" | |
18843 | msgstr "" | |
18844 | ||
18845 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:11824 | |
18846 | msgid "Duplicate case label: `default'" | |
18847 | msgstr "" | |
18848 | ||
18849 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:12172 | |
18850 | #, c-format | |
18851 | msgid "Incompatible type for `+='. Can't convert `%s' to `java.lang.String'" | |
18852 | msgstr "" | |
18853 | ||
18854 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:12343 | |
18855 | #, c-format | |
18856 | msgid "missing static field `%s'" | |
18857 | msgstr "" | |
18858 | ||
18859 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:12348 | |
18860 | #, c-format | |
18861 | msgid "not a static field `%s'" | |
18862 | msgstr "" | |
18863 | ||
18864 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:12371 | |
18865 | msgid "" | |
18866 | "Can't reference `this' or `super' before the superclass constructor has been " | |
18867 | "called" | |
18868 | msgstr "" | |
18869 | ||
18870 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:12391 | |
18871 | #, c-format | |
18872 | msgid "No case for %s" | |
18873 | msgstr "" | |
18874 | ||
18875 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:12821 | |
18876 | msgid "Invalid left hand side of assignment" | |
18877 | msgstr "" | |
18878 | ||
18879 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:12872 | |
18880 | #, c-format | |
18881 | msgid "Incompatible type for %s. Can't convert `%s' to `%s'" | |
18882 | msgstr "" | |
18883 | ||
18884 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:12875 | |
18885 | #, c-format | |
18886 | msgid "Incompatible type for %s. Explicit cast needed to convert `%s' to `%s'" | |
18887 | msgstr "" | |
18888 | ||
18889 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:13047 | |
18890 | #, c-format | |
18891 | msgid "" | |
18892 | "Constant expression `%s' too wide for narrowing primitive conversion to `%s'" | |
18893 | msgstr "" | |
18894 | ||
18895 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:13338 | |
18896 | #, c-format | |
18897 | msgid "unregistered operator %s" | |
18898 | msgstr "" | |
18899 | ||
18900 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:13485 | |
18901 | msgid "" | |
18902 | "Evaluating this expression will result in an arithmetic exception being " | |
18903 | "thrown" | |
18904 | msgstr "" | |
18905 | ||
18906 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:13567 | |
18907 | #, c-format | |
18908 | msgid "" | |
18909 | "Incompatible type for `%s'. Explicit cast needed to convert shift distance " | |
18910 | "from `%s' to integral" | |
18911 | msgstr "" | |
18912 | ||
18913 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:13572 | |
18914 | #, c-format | |
18915 | msgid "" | |
18916 | "Incompatible type for `%s'. Can't convert shift distance from `%s' to " | |
18917 | "integral" | |
18918 | msgstr "" | |
18919 | ||
18920 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:13648 | |
18921 | #, c-format | |
18922 | msgid "Invalid argument `%s' for `instanceof'" | |
18923 | msgstr "" | |
18924 | ||
18925 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:13675 | |
18926 | #, c-format | |
18927 | msgid "Impossible for `%s' to be instance of `%s'" | |
18928 | msgstr "" | |
18929 | ||
18930 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:13804 | |
18931 | #, c-format | |
18932 | msgid "Incompatible type for `%s'. Can't convert `%s' to `%s'" | |
18933 | msgstr "" | |
18934 | ||
18935 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14285 | |
18936 | #, c-format | |
18937 | msgid "Invalid argument type `%s' to `%s'" | |
18938 | msgstr "" | |
18939 | ||
18940 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14515 | |
18941 | #, c-format | |
18942 | msgid "Invalid cast from `%s' to `%s'" | |
18943 | msgstr "" | |
18944 | ||
18945 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14562 | |
18946 | #, c-format | |
18947 | msgid "`[]' can only be applied to arrays. It can't be applied to `%s'" | |
18948 | msgstr "" | |
18949 | ||
18950 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14575 | |
18951 | #, c-format | |
18952 | msgid "" | |
18953 | "Incompatible type for `[]'. Explicit cast needed to convert `%s' to `int'" | |
18954 | msgstr "" | |
18955 | ||
18956 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14579 | |
18957 | #, c-format | |
18958 | msgid "Incompatible type for `[]'. Can't convert `%s' to `int'" | |
18959 | msgstr "" | |
18960 | ||
18961 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14650 | |
18962 | #, c-format | |
18963 | msgid "" | |
18964 | "Incompatible type for dimension in array creation expression. %s convert `%" | |
18965 | "s' to `int'" | |
18966 | msgstr "" | |
18967 | ||
18968 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14766 | |
18969 | #, c-format | |
18970 | msgid "Invalid array initializer for non-array type `%s'" | |
18971 | msgstr "" | |
18972 | ||
18973 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14853 | |
18974 | #, c-format | |
18975 | msgid "Incompatible type for array. %s convert `%s' to `%s'" | |
b06c20ee JM |
18976 | msgstr "" |
18977 | ||
d5706a1e ZW |
18978 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14922 |
18979 | msgid "`return' inside instance initializer" | |
b06c20ee JM |
18980 | msgstr "" |
18981 | ||
d5706a1e ZW |
18982 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14926 |
18983 | msgid "`return' inside static initializer" | |
b06c20ee JM |
18984 | msgstr "" |
18985 | ||
d5706a1e ZW |
18986 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14932 |
18987 | #, c-format | |
18988 | msgid "`return' with%s value from `%s %s'" | |
b06c20ee JM |
18989 | msgstr "" |
18990 | ||
d5706a1e ZW |
18991 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14939 |
18992 | #, c-format | |
18993 | msgid "`return' with value from constructor `%s'" | |
b06c20ee JM |
18994 | msgstr "" |
18995 | ||
d5706a1e ZW |
18996 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15004 |
18997 | #, c-format | |
18998 | msgid "Incompatible type for `if'. Can't convert `%s' to `boolean'" | |
b06c20ee JM |
18999 | msgstr "" |
19000 | ||
d5706a1e ZW |
19001 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15037 |
19002 | #, c-format | |
19003 | msgid "Declaration of `%s' shadows a previous label declaration" | |
b06c20ee JM |
19004 | msgstr "" |
19005 | ||
d5706a1e ZW |
19006 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15042 |
19007 | #, c-format | |
19008 | msgid "This is the location of the previous declaration of label `%s'" | |
b06c20ee JM |
19009 | msgstr "" |
19010 | ||
d5706a1e ZW |
19011 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15290 |
19012 | #, c-format | |
19013 | msgid "No label definition found for `%s'" | |
b06c20ee JM |
19014 | msgstr "" |
19015 | ||
d5706a1e ZW |
19016 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15303 |
19017 | msgid "`continue' must be in loop" | |
b06c20ee JM |
19018 | msgstr "" |
19019 | ||
d5706a1e ZW |
19020 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15306 |
19021 | #, c-format | |
19022 | msgid "continue label `%s' does not name a loop" | |
b06c20ee JM |
19023 | msgstr "" |
19024 | ||
d5706a1e ZW |
19025 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15327 |
19026 | msgid "`break' must be in loop or switch" | |
b06c20ee JM |
19027 | msgstr "" |
19028 | ||
d5706a1e ZW |
19029 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15368 |
19030 | #, c-format | |
19031 | msgid "Incompatible type for loop conditional. Can't convert `%s' to `boolean'" | |
b06c20ee JM |
19032 | msgstr "" |
19033 | ||
d5706a1e ZW |
19034 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15406 |
19035 | #, c-format | |
19036 | msgid "Incompatible type for `switch'. Can't convert `%s' to `int'" | |
b06c20ee JM |
19037 | msgstr "" |
19038 | ||
d5706a1e ZW |
19039 | #. The case_label_list is in reverse order, so print the |
19040 | #. outer label first. | |
19041 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15437 | |
19042 | msgid "duplicate case label: `" | |
b06c20ee JM |
19043 | msgstr "" |
19044 | ||
d5706a1e ZW |
19045 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15441 |
19046 | msgid "original label is here" | |
b06c20ee JM |
19047 | msgstr "" |
19048 | ||
d5706a1e ZW |
19049 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15658 |
19050 | #, c-format | |
19051 | msgid "" | |
19052 | "Can't catch class `%s'. Catch clause parameter type must be a subclass of " | |
19053 | "class `java.lang.Throwable'" | |
b06c20ee JM |
19054 | msgstr "" |
19055 | ||
d5706a1e ZW |
19056 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15682 |
19057 | #, c-format | |
19058 | msgid "`catch' not reached because of the catch clause at line %d" | |
b06c20ee JM |
19059 | msgstr "" |
19060 | ||
d5706a1e ZW |
19061 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15749 |
19062 | #, c-format | |
19063 | msgid "" | |
19064 | "Incompatible type for `synchronized'. Can't convert `%s' to `java.lang." | |
19065 | "Object'" | |
b06c20ee JM |
19066 | msgstr "" |
19067 | ||
d5706a1e ZW |
19068 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15808 |
19069 | #, c-format | |
19070 | msgid "Can't throw `%s'; it must be a subclass of class `java.lang.Throwable'" | |
b06c20ee JM |
19071 | msgstr "" |
19072 | ||
d5706a1e | 19073 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15837 |
b06c20ee | 19074 | #, c-format |
d5706a1e ZW |
19075 | msgid "" |
19076 | "Checked exception `%s' can't be thrown in instance initializer (not all " | |
19077 | "declared constructor are declaring it in their `throws' clause)" | |
b06c20ee JM |
19078 | msgstr "" |
19079 | ||
d5706a1e | 19080 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15858 |
b06c20ee JM |
19081 | #, c-format |
19082 | msgid "" | |
d5706a1e ZW |
19083 | "Checked exception `%s' can't be caught by any of the catch clause(s) of the " |
19084 | "surrounding `try' block" | |
b06c20ee JM |
19085 | msgstr "" |
19086 | ||
d5706a1e | 19087 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15871 |
b06c20ee | 19088 | #, c-format |
d5706a1e ZW |
19089 | msgid "Checked exception `%s' can't be thrown in initializer" |
19090 | msgstr "" | |
19091 | ||
19092 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15875 | |
19093 | #, c-format | |
19094 | msgid "Checked exception `%s' isn't thrown from a `try' block" | |
b06c20ee JM |
19095 | msgstr "" |
19096 | ||
d5706a1e | 19097 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15881 |
b06c20ee JM |
19098 | #, c-format |
19099 | msgid "" | |
d5706a1e ZW |
19100 | "Checked exception `%s' doesn't match any of current method's `throws' " |
19101 | "declaration(s)" | |
b06c20ee JM |
19102 | msgstr "" |
19103 | ||
d5706a1e | 19104 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15936 |
b06c20ee | 19105 | #, c-format |
d5706a1e | 19106 | msgid "Exception `%s' can't be thrown in initializer" |
b06c20ee JM |
19107 | msgstr "" |
19108 | ||
d5706a1e | 19109 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15941 |
b06c20ee | 19110 | #, c-format |
d5706a1e ZW |
19111 | msgid "" |
19112 | "Exception `%s' must be caught, or it must be declared in the `throws' clause " | |
19113 | "of `%s'" | |
b06c20ee JM |
19114 | msgstr "" |
19115 | ||
d5706a1e | 19116 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:16052 |
b06c20ee | 19117 | #, c-format |
d5706a1e | 19118 | msgid "Incompatible type for `?:'. Can't convert `%s' to `boolean'" |
b06c20ee JM |
19119 | msgstr "" |
19120 | ||
d5706a1e | 19121 | #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:16120 |
b06c20ee | 19122 | #, c-format |
d5706a1e | 19123 | msgid "Incompatible type for `?:'. Can't convert `%s' to `%s'" |
b06c20ee JM |
19124 | msgstr "" |
19125 | ||
807ab1f2 | 19126 | #: java/typeck.c:547 |
b97e55da | 19127 | msgid "junk at end of signature string" |
9d967a7e ZW |
19128 | msgstr "" |
19129 | ||
807ab1f2 | 19130 | #: java/verify.c:479 |
b97e55da | 19131 | msgid "bad pc in exception_table" |
9d967a7e ZW |
19132 | msgstr "" |
19133 | ||
807ab1f2 | 19134 | #: java/verify.c:1475 |
9d967a7e | 19135 | #, c-format |
b97e55da | 19136 | msgid "unknown opcode %d@pc=%d during verification" |
9d967a7e ZW |
19137 | msgstr "" |
19138 | ||
807ab1f2 | 19139 | #: java/verify.c:1550 java/verify.c:1566 java/verify.c:1571 |
9d967a7e | 19140 | #, c-format |
b97e55da | 19141 | msgid "verification error at PC=%d" |
9d967a7e ZW |
19142 | msgstr "" |
19143 | ||
d5706a1e ZW |
19144 | #: java/parse.h:125 |
19145 | #, c-format | |
19146 | msgid "%s method can't be abstract" | |
19147 | msgstr "" | |
19148 | ||
19149 | #: java/parse.h:129 | |
19150 | #, c-format | |
19151 | msgid "Constructor can't be %s" | |
19152 | msgstr "" | |
19153 | ||
19154 | #. Pedantic warning on obsolete modifiers. Note: when cl is NULL, | |
19155 | #. flags was set artificially, such as for a interface method | |
19156 | #: java/parse.h:161 | |
19157 | #, c-format | |
19158 | msgid "Discouraged redundant use of `%s' modifier in declaration of %s" | |
19159 | msgstr "" | |
19160 | ||
19161 | #: java/parse.h:168 | |
19162 | #, c-format | |
19163 | msgid "Discouraged redundant use of `%s' modifier in declaration of %s `%s'" | |
19164 | msgstr "" | |
19165 | ||
19166 | #. Standard error messages | |
19167 | #: java/parse.h:352 | |
19168 | #, c-format | |
19169 | msgid "Incompatible type for `%s'. Can't convert `%s' to boolean" | |
19170 | msgstr "" | |
19171 | ||
19172 | #: java/parse.h:357 | |
19173 | #, c-format | |
19174 | msgid "Incompatible type for `%s'. Can't convert `%s' to numeric type" | |
19175 | msgstr "" | |
19176 | ||
19177 | #: java/parse.h:365 | |
19178 | #, c-format | |
19179 | msgid "" | |
19180 | "Incompatible type for `%s'. Explicit cast needed to convert `%s' to integral" | |
19181 | msgstr "" | |
19182 | ||
19183 | #: java/parse.h:370 | |
19184 | #, c-format | |
19185 | msgid "Incompatible type for `%s'. Can't convert `%s' to integral" | |
19186 | msgstr "" | |
19187 | ||
de104104 | 19188 | #: objc/objc-act.c:753 |
807ab1f2 | 19189 | msgid "`@end' must appear in an @implementation context" |
9d967a7e ZW |
19190 | msgstr "" |
19191 | ||
de104104 | 19192 | #: objc/objc-act.c:780 |
807ab1f2 JM |
19193 | msgid "method declaration not in @interface context" |
19194 | msgstr "" | |
19195 | ||
de104104 | 19196 | #: objc/objc-act.c:791 |
807ab1f2 | 19197 | msgid "method definition not in @implementation context" |
9d967a7e ZW |
19198 | msgstr "" |
19199 | ||
de104104 | 19200 | #: objc/objc-act.c:896 |
b97e55da | 19201 | #, c-format |
807ab1f2 | 19202 | msgid "object does not conform to the `%s' protocol" |
9d967a7e ZW |
19203 | msgstr "" |
19204 | ||
de104104 | 19205 | #: objc/objc-act.c:982 objc/objc-act.c:1055 |
b97e55da | 19206 | #, c-format |
807ab1f2 | 19207 | msgid "class `%s' does not implement the `%s' protocol" |
7bbf788c PT |
19208 | msgstr "" |
19209 | ||
de104104 | 19210 | #: objc/objc-act.c:1161 |
807ab1f2 JM |
19211 | #, c-format |
19212 | msgid "statically allocated instance of Objective-C class `%s'" | |
9d967a7e ZW |
19213 | msgstr "" |
19214 | ||
de104104 | 19215 | #: objc/objc-act.c:1218 |
9d967a7e | 19216 | #, c-format |
b97e55da | 19217 | msgid "protocol `%s' has circular dependency" |
9d967a7e ZW |
19218 | msgstr "" |
19219 | ||
de104104 | 19220 | #: objc/objc-act.c:1240 objc/objc-act.c:5793 |
b97e55da JM |
19221 | #, c-format |
19222 | msgid "cannot find protocol declaration for `%s'" | |
7bbf788c PT |
19223 | msgstr "" |
19224 | ||
de104104 JM |
19225 | #: objc/objc-act.c:1636 objc/objc-act.c:2764 objc/objc-act.c:6318 |
19226 | #: objc/objc-act.c:6644 objc/objc-act.c:6697 objc/objc-act.c:6722 | |
b97e55da JM |
19227 | #, c-format |
19228 | msgid "cannot find interface declaration for `%s'" | |
7bbf788c PT |
19229 | msgstr "" |
19230 | ||
de104104 | 19231 | #: objc/objc-act.c:1640 |
b97e55da JM |
19232 | #, c-format |
19233 | msgid "interface `%s' does not have valid constant string layout" | |
7bbf788c PT |
19234 | msgstr "" |
19235 | ||
de104104 | 19236 | #: objc/objc-act.c:1645 |
b97e55da JM |
19237 | #, c-format |
19238 | msgid "cannot find reference tag for class `%s'" | |
9d967a7e ZW |
19239 | msgstr "" |
19240 | ||
de104104 JM |
19241 | #: objc/objc-act.c:2312 |
19242 | msgid "%Jcreating selector for nonexistent method %qE" | |
7bbf788c PT |
19243 | msgstr "" |
19244 | ||
de104104 | 19245 | #: objc/objc-act.c:2500 |
b97e55da JM |
19246 | #, c-format |
19247 | msgid "`%s' is not an Objective-C class name or alias" | |
9d967a7e ZW |
19248 | msgstr "" |
19249 | ||
de104104 JM |
19250 | #: objc/objc-act.c:2615 objc/objc-act.c:2633 objc/objc-act.c:6581 |
19251 | #: objc/objc-act.c:6895 objc/objc-act.c:6925 | |
b97e55da | 19252 | msgid "Objective-C declarations may only appear in global scope" |
9d967a7e ZW |
19253 | msgstr "" |
19254 | ||
de104104 | 19255 | #: objc/objc-act.c:2620 |
b97e55da JM |
19256 | #, c-format |
19257 | msgid "cannot find class `%s'" | |
9d967a7e ZW |
19258 | msgstr "" |
19259 | ||
de104104 | 19260 | #: objc/objc-act.c:2622 |
b97e55da JM |
19261 | #, c-format |
19262 | msgid "class `%s' already exists" | |
9d967a7e ZW |
19263 | msgstr "" |
19264 | ||
de104104 | 19265 | #: objc/objc-act.c:2647 objc/objc-act.c:6613 |
b97e55da JM |
19266 | #, c-format |
19267 | msgid "`%s' redeclared as different kind of symbol" | |
d9b2742a ZW |
19268 | msgstr "" |
19269 | ||
de104104 | 19270 | #: objc/objc-act.c:2649 objc/objc-act.c:6615 |
b1b51268 JM |
19271 | msgid "%Jprevious declaration of '%D'" |
19272 | msgstr "" | |
19273 | ||
de104104 | 19274 | #: objc/objc-act.c:2874 |
807ab1f2 | 19275 | msgid "use %<-fobjc-exceptions%> to enable Objective-C exception syntax" |
9d967a7e ZW |
19276 | msgstr "" |
19277 | ||
de104104 | 19278 | #: objc/objc-act.c:3203 |
807ab1f2 | 19279 | msgid "@catch parameter is not a known Objective-C class type" |
7bbf788c PT |
19280 | msgstr "" |
19281 | ||
de104104 | 19282 | #: objc/objc-act.c:3219 |
807ab1f2 | 19283 | msgid "exception of type %<%T%> will be caught" |
9d967a7e ZW |
19284 | msgstr "" |
19285 | ||
de104104 | 19286 | #: objc/objc-act.c:3221 |
807ab1f2 | 19287 | msgid "%H by earlier handler for %<%T%>" |
9d967a7e ZW |
19288 | msgstr "" |
19289 | ||
de104104 | 19290 | #: objc/objc-act.c:3274 |
807ab1f2 | 19291 | msgid "`@try' without `@catch' or `@finally'" |
9d967a7e ZW |
19292 | msgstr "" |
19293 | ||
de104104 | 19294 | #: objc/objc-act.c:3321 |
807ab1f2 | 19295 | msgid "%<@throw%> (rethrow) used outside of a @catch block" |
9d967a7e ZW |
19296 | msgstr "" |
19297 | ||
de104104 | 19298 | #: objc/objc-act.c:3697 |
b97e55da | 19299 | msgid "%Jtype '%D' does not have a known size" |
9d967a7e ZW |
19300 | msgstr "" |
19301 | ||
de104104 | 19302 | #: objc/objc-act.c:4215 |
b97e55da | 19303 | msgid "%J%s `%s'" |
9d967a7e ZW |
19304 | msgstr "" |
19305 | ||
de104104 | 19306 | #: objc/objc-act.c:4238 objc/objc-act.c:4257 |
b97e55da | 19307 | msgid "inconsistent instance variable specification" |
9d967a7e ZW |
19308 | msgstr "" |
19309 | ||
de104104 | 19310 | #: objc/objc-act.c:5121 |
807ab1f2 | 19311 | msgid "can not use an object as parameter to a method" |
9d967a7e ZW |
19312 | msgstr "" |
19313 | ||
de104104 | 19314 | #: objc/objc-act.c:5323 |
b97e55da JM |
19315 | #, c-format |
19316 | msgid "multiple %s named `%c%s' found" | |
9d967a7e ZW |
19317 | msgstr "" |
19318 | ||
de104104 | 19319 | #: objc/objc-act.c:5548 |
b97e55da JM |
19320 | #, c-format |
19321 | msgid "no super class declared in @interface for `%s'" | |
9d967a7e ZW |
19322 | msgstr "" |
19323 | ||
de104104 | 19324 | #: objc/objc-act.c:5638 |
b97e55da JM |
19325 | #, c-format |
19326 | msgid "invalid receiver type `%s'" | |
9d967a7e ZW |
19327 | msgstr "" |
19328 | ||
de104104 | 19329 | #: objc/objc-act.c:5649 |
b97e55da JM |
19330 | #, c-format |
19331 | msgid "`%s' may not respond to `%c%s'" | |
9d967a7e ZW |
19332 | msgstr "" |
19333 | ||
de104104 | 19334 | #: objc/objc-act.c:5654 |
b97e55da JM |
19335 | #, c-format |
19336 | msgid "`%c%s' not implemented by protocol(s)" | |
9d967a7e ZW |
19337 | msgstr "" |
19338 | ||
de104104 | 19339 | #: objc/objc-act.c:5659 |
b97e55da | 19340 | msgid "(Messages without a matching method signature" |
9d967a7e ZW |
19341 | msgstr "" |
19342 | ||
de104104 | 19343 | #: objc/objc-act.c:5660 |
b97e55da | 19344 | msgid "will be assumed to return `id' and accept" |
9d967a7e ZW |
19345 | msgstr "" |
19346 | ||
de104104 | 19347 | #: objc/objc-act.c:5661 |
b97e55da | 19348 | msgid "`...' as arguments.)" |
9d967a7e ZW |
19349 | msgstr "" |
19350 | ||
de104104 | 19351 | #: objc/objc-act.c:5892 |
b97e55da JM |
19352 | #, c-format |
19353 | msgid "undeclared selector `%s'" | |
9d967a7e ZW |
19354 | msgstr "" |
19355 | ||
b97e55da JM |
19356 | #. Historically, a class method that produced objects (factory |
19357 | #. method) would assign `self' to the instance that it | |
19358 | #. allocated. This would effectively turn the class method into | |
19359 | #. an instance method. Following this assignment, the instance | |
19360 | #. variables could be accessed. That practice, while safe, | |
19361 | #. violates the simple rule that a class method should not refer | |
19362 | #. to an instance variable. It's better to catch the cases | |
19363 | #. where this is done unknowingly than to support the above | |
19364 | #. paradigm. | |
de104104 | 19365 | #: objc/objc-act.c:5934 |
b97e55da JM |
19366 | #, c-format |
19367 | msgid "instance variable `%s' accessed in class method" | |
9d967a7e ZW |
19368 | msgstr "" |
19369 | ||
de104104 | 19370 | #: objc/objc-act.c:6146 |
b97e55da JM |
19371 | #, c-format |
19372 | msgid "duplicate declaration of method `%c%s'" | |
9d967a7e ZW |
19373 | msgstr "" |
19374 | ||
de104104 | 19375 | #: objc/objc-act.c:6188 |
b97e55da JM |
19376 | #, c-format |
19377 | msgid "duplicate interface declaration for category `%s(%s)'" | |
9d967a7e ZW |
19378 | msgstr "" |
19379 | ||
de104104 | 19380 | #: objc/objc-act.c:6215 |
b97e55da JM |
19381 | #, c-format |
19382 | msgid "illegal reference type specified for instance variable `%s'" | |
9d967a7e ZW |
19383 | msgstr "" |
19384 | ||
de104104 | 19385 | #: objc/objc-act.c:6226 |
b97e55da JM |
19386 | #, c-format |
19387 | msgid "instance variable `%s' has unknown size" | |
9d967a7e ZW |
19388 | msgstr "" |
19389 | ||
b97e55da | 19390 | #. vtable pointers are Real Bad(tm), since Obj-C cannot initialize them |
de104104 | 19391 | #: objc/objc-act.c:6240 |
b97e55da JM |
19392 | #, c-format |
19393 | msgid "type `%s' has virtual member functions" | |
9d967a7e ZW |
19394 | msgstr "" |
19395 | ||
de104104 | 19396 | #: objc/objc-act.c:6241 |
b97e55da JM |
19397 | #, c-format |
19398 | msgid "illegal aggregate type `%s' specified for instance variable `%s'" | |
9d967a7e ZW |
19399 | msgstr "" |
19400 | ||
de104104 | 19401 | #: objc/objc-act.c:6249 |
b97e55da JM |
19402 | #, c-format |
19403 | msgid "type `%s' has a user-defined constructor" | |
9d967a7e ZW |
19404 | msgstr "" |
19405 | ||
de104104 | 19406 | #: objc/objc-act.c:6251 |
b97e55da JM |
19407 | #, c-format |
19408 | msgid "type `%s' has a user-defined destructor" | |
9d967a7e ZW |
19409 | msgstr "" |
19410 | ||
de104104 | 19411 | #: objc/objc-act.c:6252 |
b97e55da JM |
19412 | msgid "" |
19413 | "C++ constructors and destructors will not be invoked for Objective-C fields" | |
9d967a7e ZW |
19414 | msgstr "" |
19415 | ||
de104104 | 19416 | #: objc/objc-act.c:6342 |
b97e55da JM |
19417 | #, c-format |
19418 | msgid "instance variable `%s' is declared private" | |
9d967a7e ZW |
19419 | msgstr "" |
19420 | ||
de104104 | 19421 | #: objc/objc-act.c:6351 |
b97e55da JM |
19422 | #, c-format |
19423 | msgid "instance variable `%s' is %s; this will be a hard error in the future" | |
9d967a7e ZW |
19424 | msgstr "" |
19425 | ||
de104104 | 19426 | #: objc/objc-act.c:6358 |
b97e55da JM |
19427 | #, c-format |
19428 | msgid "instance variable `%s' is declared %s" | |
9d967a7e ZW |
19429 | msgstr "" |
19430 | ||
de104104 | 19431 | #: objc/objc-act.c:6368 |
b97e55da | 19432 | msgid "static access to object of type `id'" |
9d967a7e ZW |
19433 | msgstr "" |
19434 | ||
de104104 | 19435 | #: objc/objc-act.c:6390 objc/objc-act.c:6478 |
b97e55da JM |
19436 | #, c-format |
19437 | msgid "incomplete implementation of class `%s'" | |
9d967a7e ZW |
19438 | msgstr "" |
19439 | ||
de104104 | 19440 | #: objc/objc-act.c:6394 objc/objc-act.c:6483 |
b97e55da JM |
19441 | #, c-format |
19442 | msgid "incomplete implementation of category `%s'" | |
9d967a7e ZW |
19443 | msgstr "" |
19444 | ||
de104104 | 19445 | #: objc/objc-act.c:6399 objc/objc-act.c:6488 |
b97e55da JM |
19446 | #, c-format |
19447 | msgid "method definition for `%c%s' not found" | |
9d967a7e ZW |
19448 | msgstr "" |
19449 | ||
de104104 | 19450 | #: objc/objc-act.c:6529 |
b97e55da JM |
19451 | #, c-format |
19452 | msgid "%s `%s' does not fully implement the `%s' protocol" | |
9d967a7e ZW |
19453 | msgstr "" |
19454 | ||
de104104 | 19455 | #: objc/objc-act.c:6587 objc/objc-act.c:8152 |
b97e55da | 19456 | msgid "`@end' missing in implementation context" |
9d967a7e ZW |
19457 | msgstr "" |
19458 | ||
de104104 | 19459 | #: objc/objc-act.c:6600 |
807ab1f2 JM |
19460 | #, c-format |
19461 | msgid "cannot find interface declaration for `%s', superclass of `%s'" | |
19462 | msgstr "" | |
19463 | ||
de104104 | 19464 | #: objc/objc-act.c:6627 |
b97e55da JM |
19465 | #, c-format |
19466 | msgid "reimplementation of class `%s'" | |
9d967a7e ZW |
19467 | msgstr "" |
19468 | ||
de104104 | 19469 | #: objc/objc-act.c:6658 |
b97e55da JM |
19470 | #, c-format |
19471 | msgid "conflicting super class name `%s'" | |
9d967a7e ZW |
19472 | msgstr "" |
19473 | ||
de104104 | 19474 | #: objc/objc-act.c:6660 |
b97e55da JM |
19475 | #, c-format |
19476 | msgid "previous declaration of `%s'" | |
9d967a7e ZW |
19477 | msgstr "" |
19478 | ||
de104104 | 19479 | #: objc/objc-act.c:6674 objc/objc-act.c:6676 |
b97e55da JM |
19480 | #, c-format |
19481 | msgid "duplicate interface declaration for class `%s'" | |
9d967a7e ZW |
19482 | msgstr "" |
19483 | ||
de104104 | 19484 | #: objc/objc-act.c:6953 |
b97e55da JM |
19485 | #, c-format |
19486 | msgid "duplicate declaration for protocol `%s'" | |
9d967a7e ZW |
19487 | msgstr "" |
19488 | ||
b97e55da | 19489 | #. Add a readable method name to the warning. |
de104104 | 19490 | #: objc/objc-act.c:7469 |
b97e55da | 19491 | msgid "%J%s `%c%s'" |
9d967a7e ZW |
19492 | msgstr "" |
19493 | ||
de104104 | 19494 | #: objc/objc-act.c:7759 |
b97e55da JM |
19495 | #, c-format |
19496 | msgid "no super class declared in interface for `%s'" | |
9d967a7e ZW |
19497 | msgstr "" |
19498 | ||
de104104 | 19499 | #: objc/objc-act.c:7807 |
b97e55da | 19500 | msgid "[super ...] must appear in a method context" |
9d967a7e ZW |
19501 | msgstr "" |
19502 | ||
d5706a1e | 19503 | #: objc/objc-parse.y:2709 |
807ab1f2 | 19504 | msgid "extra semicolon in method definition specified" |
b06c20ee JM |
19505 | msgstr "" |
19506 | ||
d5706a1e ZW |
19507 | #: treelang/tree1.c:278 |
19508 | msgid "%HDuplicate name %q.*s." | |
19509 | msgstr "" | |
19510 | ||
19511 | #: treelang/treetree.c:842 | |
19512 | msgid "Global register variable %qD used in nested function." | |
19513 | msgstr "" | |
19514 | ||
19515 | #: treelang/treetree.c:846 | |
19516 | msgid "Register variable %qD used in nested function." | |
19517 | msgstr "" | |
19518 | ||
19519 | #: treelang/treetree.c:852 | |
19520 | msgid "Address of global register variable %qD requested." | |
19521 | msgstr "" | |
19522 | ||
19523 | #: treelang/treetree.c:857 | |
19524 | msgid "Address of register variable %qD requested." | |
19525 | msgstr "" | |
19526 | ||
19527 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:934 | |
b97e55da | 19528 | msgid "Display this information" |
9d967a7e ZW |
19529 | msgstr "" |
19530 | ||
d5706a1e | 19531 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:940 |
b97e55da JM |
19532 | msgid "" |
19533 | "--param <param>=<value>\tSet paramter <param> to value. See below for a " | |
19534 | "complete list of parameters" | |
9d967a7e ZW |
19535 | msgstr "" |
19536 | ||
d5706a1e | 19537 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:949 |
b97e55da JM |
19538 | msgid "" |
19539 | "-A<question>=<answer>\tAssert the <answer> to <question>. Putting '-' " | |
19540 | "before <question> disables the <answer> to <question>" | |
9d967a7e ZW |
19541 | msgstr "" |
19542 | ||
d5706a1e | 19543 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:952 |
b97e55da | 19544 | msgid "Do not discard comments" |
9d967a7e ZW |
19545 | msgstr "" |
19546 | ||
d5706a1e | 19547 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:955 |
b97e55da | 19548 | msgid "Do not discard comments in macro expansions" |
9d967a7e ZW |
19549 | msgstr "" |
19550 | ||
d5706a1e | 19551 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:958 |
b97e55da JM |
19552 | msgid "" |
19553 | "-D<macro>[=<val>]\tDefine a <macro> with <val> as its value. If just " | |
19554 | "<macro> is given, <val> is taken to be 1" | |
9d967a7e ZW |
19555 | msgstr "" |
19556 | ||
d5706a1e | 19557 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:964 |
b1b51268 JM |
19558 | msgid "-F <dir>\tAdd <dir> to the end of the main framework include path " |
19559 | msgstr "" | |
19560 | ||
d5706a1e | 19561 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:967 |
b97e55da JM |
19562 | msgid "" |
19563 | "-G<number>\tPut global and static data smaller than <number> bytes into a " | |
19564 | "special section (on some targets)" | |
9d967a7e ZW |
19565 | msgstr "" |
19566 | ||
d5706a1e | 19567 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:970 |
b97e55da | 19568 | msgid "Print the name of header files as they are used" |
9d967a7e ZW |
19569 | msgstr "" |
19570 | ||
d5706a1e | 19571 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:979 |
b97e55da | 19572 | msgid "Generate make dependencies and compile" |
9d967a7e ZW |
19573 | msgstr "" |
19574 | ||
d5706a1e | 19575 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:988 |
b97e55da | 19576 | msgid "Treat missing header files as generated files" |
9d967a7e ZW |
19577 | msgstr "" |
19578 | ||
d5706a1e | 19579 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:994 |
b97e55da | 19580 | msgid "Like -MD but ignore system header files" |
9d967a7e ZW |
19581 | msgstr "" |
19582 | ||
d5706a1e | 19583 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1003 |
b97e55da | 19584 | msgid "-MQ <target>\tAdd a MAKE-quoted target" |
9d967a7e ZW |
19585 | msgstr "" |
19586 | ||
d5706a1e | 19587 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1009 |
b97e55da | 19588 | msgid "-O<number>\tSet optimization level to <number>" |
9d967a7e ZW |
19589 | msgstr "" |
19590 | ||
d5706a1e | 19591 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1012 |
b97e55da | 19592 | msgid "Optimize for space rather than speed" |
9d967a7e ZW |
19593 | msgstr "" |
19594 | ||
d5706a1e | 19595 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1015 |
b97e55da | 19596 | msgid "Do not generate #line directives" |
9d967a7e ZW |
19597 | msgstr "" |
19598 | ||
d5706a1e | 19599 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1018 |
b97e55da | 19600 | msgid "-U<macro>\tUndefine <macro>" |
9d967a7e ZW |
19601 | msgstr "" |
19602 | ||
d5706a1e | 19603 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1021 |
b97e55da | 19604 | msgid "This switch is deprecated; use -Wextra instead" |
9d967a7e ZW |
19605 | msgstr "" |
19606 | ||
d5706a1e | 19607 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1024 |
807ab1f2 JM |
19608 | msgid "" |
19609 | "Warn about things that will change when compiling with an ABI-compliant " | |
19610 | "compiler" | |
19611 | msgstr "" | |
19612 | ||
d5706a1e | 19613 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1027 |
b97e55da | 19614 | msgid "Warn about returning structures, unions or arrays" |
9d967a7e ZW |
19615 | msgstr "" |
19616 | ||
d5706a1e | 19617 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1033 |
b97e55da | 19618 | msgid "Warn about casting functions to incompatible types" |
9d967a7e ZW |
19619 | msgstr "" |
19620 | ||
d5706a1e | 19621 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1036 |
b97e55da | 19622 | msgid "Warn about pointer casts which increase alignment" |
9d967a7e ZW |
19623 | msgstr "" |
19624 | ||
d5706a1e | 19625 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1039 |
b97e55da | 19626 | msgid "Warn about casts which discard qualifiers" |
9d967a7e ZW |
19627 | msgstr "" |
19628 | ||
d5706a1e | 19629 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1042 |
b97e55da | 19630 | msgid "Warn about subscripts whose type is \"char\"" |
9d967a7e ZW |
19631 | msgstr "" |
19632 | ||
d5706a1e | 19633 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1045 |
b1b51268 JM |
19634 | msgid "" |
19635 | "Warn about possibly nested block comments, and C++ comments spanning more " | |
19636 | "than one physical line" | |
19637 | msgstr "" | |
19638 | ||
d5706a1e | 19639 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1048 |
b1b51268 | 19640 | msgid "Synonym for -Wcomment" |
9d967a7e ZW |
19641 | msgstr "" |
19642 | ||
d5706a1e ZW |
19643 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1051 |
19644 | msgid "Warn about possibly confusing type conversions" | |
b1b51268 JM |
19645 | msgstr "" |
19646 | ||
d5706a1e | 19647 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1054 |
b97e55da | 19648 | msgid "Warn when all constructors and destructors are private" |
9d967a7e ZW |
19649 | msgstr "" |
19650 | ||
d5706a1e | 19651 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1057 |
b97e55da | 19652 | msgid "Warn when a declaration is found after a statement" |
9d967a7e ZW |
19653 | msgstr "" |
19654 | ||
d5706a1e | 19655 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1060 |
807ab1f2 | 19656 | msgid "Warn if a deprecated compiler feature, class, method, or field is used" |
9d967a7e ZW |
19657 | msgstr "" |
19658 | ||
d5706a1e | 19659 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1063 |
b97e55da | 19660 | msgid "Warn about uses of __attribute__((deprecated)) declarations" |
9d967a7e ZW |
19661 | msgstr "" |
19662 | ||
d5706a1e | 19663 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1066 |
b97e55da | 19664 | msgid "Warn when an optimization pass is disabled" |
9d967a7e ZW |
19665 | msgstr "" |
19666 | ||
d5706a1e | 19667 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1069 |
b97e55da | 19668 | msgid "Warn about compile-time integer division by zero" |
9d967a7e ZW |
19669 | msgstr "" |
19670 | ||
d5706a1e | 19671 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1072 |
b97e55da | 19672 | msgid "Warn about violations of Effective C++ style rules" |
9d967a7e ZW |
19673 | msgstr "" |
19674 | ||
d5706a1e | 19675 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1075 |
b97e55da | 19676 | msgid "Warn about stray tokens after #elif and #endif" |
9d967a7e ZW |
19677 | msgstr "" |
19678 | ||
d5706a1e | 19679 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1078 |
b97e55da | 19680 | msgid "Treat all warnings as errors" |
9d967a7e ZW |
19681 | msgstr "" |
19682 | ||
d5706a1e | 19683 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1081 |
b97e55da | 19684 | msgid "Make implicit function declarations an error" |
9d967a7e ZW |
19685 | msgstr "" |
19686 | ||
d5706a1e | 19687 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1084 |
b97e55da | 19688 | msgid "Print extra (possibly unwanted) warnings" |
9d967a7e ZW |
19689 | msgstr "" |
19690 | ||
d5706a1e | 19691 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1087 |
b97e55da | 19692 | msgid "Warn if deprecated empty statements are found" |
9d967a7e ZW |
19693 | msgstr "" |
19694 | ||
d5706a1e | 19695 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1090 |
b1b51268 JM |
19696 | msgid "Exit on the first error occurred" |
19697 | msgstr "" | |
19698 | ||
d5706a1e | 19699 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1093 |
b97e55da | 19700 | msgid "Warn if testing floating point numbers for equality" |
9d967a7e ZW |
19701 | msgstr "" |
19702 | ||
d5706a1e | 19703 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1096 |
b97e55da | 19704 | msgid "Warn about printf/scanf/strftime/strfmon format string anomalies" |
9d967a7e ZW |
19705 | msgstr "" |
19706 | ||
d5706a1e | 19707 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1099 |
b97e55da | 19708 | msgid "Warn if passing too many arguments to a function for its format string" |
9d967a7e ZW |
19709 | msgstr "" |
19710 | ||
d5706a1e | 19711 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1102 |
b97e55da | 19712 | msgid "Warn about format strings that are not literals" |
9d967a7e ZW |
19713 | msgstr "" |
19714 | ||
d5706a1e | 19715 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1105 |
b97e55da | 19716 | msgid "Warn about possible security problems with format functions" |
9d967a7e ZW |
19717 | msgstr "" |
19718 | ||
d5706a1e | 19719 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1108 |
b97e55da | 19720 | msgid "Warn about strftime formats yielding 2-digit years" |
9d967a7e ZW |
19721 | msgstr "" |
19722 | ||
d5706a1e | 19723 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1111 |
807ab1f2 JM |
19724 | msgid "Warn about zero-length formats" |
19725 | msgstr "" | |
19726 | ||
d5706a1e | 19727 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1120 |
b97e55da | 19728 | msgid "Warn about implicit function declarations" |
9d967a7e ZW |
19729 | msgstr "" |
19730 | ||
d5706a1e | 19731 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1123 |
b97e55da | 19732 | msgid "Warn when a declaration does not specify a type" |
9d967a7e ZW |
19733 | msgstr "" |
19734 | ||
d5706a1e | 19735 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1126 |
b1b51268 JM |
19736 | msgid "Deprecated. This switch has no effect." |
19737 | msgstr "" | |
19738 | ||
d5706a1e | 19739 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1129 |
b97e55da | 19740 | msgid "Warn about variables which are initialized to themselves." |
9d967a7e ZW |
19741 | msgstr "" |
19742 | ||
d5706a1e | 19743 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1132 |
b97e55da | 19744 | msgid "Warn when an inlined function cannot be inlined" |
9d967a7e ZW |
19745 | msgstr "" |
19746 | ||
d5706a1e | 19747 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1135 |
b97e55da | 19748 | msgid "Warn about invalid uses of the \"offsetof\" macro" |
9d967a7e ZW |
19749 | msgstr "" |
19750 | ||
d5706a1e | 19751 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1138 |
b97e55da | 19752 | msgid "Warn about PCH files that are found but not used" |
9d967a7e ZW |
19753 | msgstr "" |
19754 | ||
d5706a1e | 19755 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1141 |
b97e55da | 19756 | msgid "-Wlarger-than-<number>\tWarn if an object is larger than <number> bytes" |
9d967a7e ZW |
19757 | msgstr "" |
19758 | ||
d5706a1e | 19759 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1144 |
b97e55da | 19760 | msgid "Do not warn about using \"long long\" when -pedantic" |
9d967a7e ZW |
19761 | msgstr "" |
19762 | ||
d5706a1e | 19763 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1147 |
b97e55da | 19764 | msgid "Warn about suspicious declarations of \"main\"" |
9d967a7e ZW |
19765 | msgstr "" |
19766 | ||
d5706a1e | 19767 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1150 |
b97e55da | 19768 | msgid "Warn about possibly missing braces around initializers" |
9d967a7e ZW |
19769 | msgstr "" |
19770 | ||
d5706a1e | 19771 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1153 |
b97e55da | 19772 | msgid "Warn about global functions without previous declarations" |
9d967a7e ZW |
19773 | msgstr "" |
19774 | ||
d5706a1e | 19775 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1156 |
807ab1f2 JM |
19776 | msgid "Warn about missing fields in struct initializers" |
19777 | msgstr "" | |
19778 | ||
d5706a1e | 19779 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1159 |
b97e55da | 19780 | msgid "Warn about functions which might be candidates for format attributes" |
9d967a7e ZW |
19781 | msgstr "" |
19782 | ||
d5706a1e | 19783 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1162 |
807ab1f2 JM |
19784 | msgid "Warn about user-specified include directories that do not exist" |
19785 | msgstr "" | |
19786 | ||
d5706a1e | 19787 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1165 |
9d967a7e | 19788 | msgid "" |
b97e55da | 19789 | "Warn about functions which might be candidates for __attribute__((noreturn))" |
9d967a7e ZW |
19790 | msgstr "" |
19791 | ||
d5706a1e | 19792 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1168 |
b97e55da | 19793 | msgid "Warn about global functions without prototypes" |
9d967a7e ZW |
19794 | msgstr "" |
19795 | ||
d5706a1e | 19796 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1171 |
b97e55da | 19797 | msgid "Warn about use of multi-character character constants" |
9d967a7e ZW |
19798 | msgstr "" |
19799 | ||
d5706a1e | 19800 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1174 |
b97e55da | 19801 | msgid "Warn about \"extern\" declarations not at file scope" |
9d967a7e ZW |
19802 | msgstr "" |
19803 | ||
d5706a1e | 19804 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1177 |
b97e55da JM |
19805 | msgid "" |
19806 | "Warn when non-templatized friend functions are declared within a template" | |
9d967a7e ZW |
19807 | msgstr "" |
19808 | ||
d5706a1e | 19809 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1180 |
b97e55da | 19810 | msgid "Warn about non-virtual destructors" |
9d967a7e ZW |
19811 | msgstr "" |
19812 | ||
d5706a1e | 19813 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1183 |
807ab1f2 JM |
19814 | msgid "" |
19815 | "Warn about NULL being passed to argument slots marked as requiring non-NULL" | |
19816 | msgstr "" | |
19817 | ||
d5706a1e | 19818 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1186 |
b97e55da | 19819 | msgid "Warn if a C-style cast is used in a program" |
9d967a7e ZW |
19820 | msgstr "" |
19821 | ||
d5706a1e | 19822 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1189 |
b97e55da | 19823 | msgid "Warn if an old-style parameter definition is used" |
9d967a7e ZW |
19824 | msgstr "" |
19825 | ||
d5706a1e | 19826 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1192 |
b97e55da | 19827 | msgid "Warn if .class files are out of date" |
9d967a7e ZW |
19828 | msgstr "" |
19829 | ||
d5706a1e | 19830 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1195 |
b97e55da | 19831 | msgid "Warn about overloaded virtual function names" |
9d967a7e ZW |
19832 | msgstr "" |
19833 | ||
d5706a1e | 19834 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1198 |
b97e55da | 19835 | msgid "Warn when the packed attribute has no effect on struct layout" |
9d967a7e ZW |
19836 | msgstr "" |
19837 | ||
d5706a1e | 19838 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1201 |
b97e55da | 19839 | msgid "Warn when padding is required to align structure members" |
9d967a7e ZW |
19840 | msgstr "" |
19841 | ||
d5706a1e | 19842 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1204 |
b97e55da | 19843 | msgid "Warn about possibly missing parentheses" |
9d967a7e ZW |
19844 | msgstr "" |
19845 | ||
d5706a1e | 19846 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1207 |
b97e55da | 19847 | msgid "Warn when converting the type of pointers to member functions" |
9d967a7e ZW |
19848 | msgstr "" |
19849 | ||
d5706a1e | 19850 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1210 |
b97e55da | 19851 | msgid "Warn about function pointer arithmetic" |
9d967a7e ZW |
19852 | msgstr "" |
19853 | ||
d5706a1e | 19854 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1213 |
b97e55da | 19855 | msgid "Warn if inherited methods are unimplemented" |
9d967a7e ZW |
19856 | msgstr "" |
19857 | ||
d5706a1e | 19858 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1216 |
b97e55da | 19859 | msgid "Warn about multiple declarations of the same object" |
9d967a7e ZW |
19860 | msgstr "" |
19861 | ||
d5706a1e | 19862 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1219 |
b97e55da | 19863 | msgid "Warn if modifiers are specified when not necessary" |
9d967a7e ZW |
19864 | msgstr "" |
19865 | ||
d5706a1e | 19866 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1222 |
b97e55da | 19867 | msgid "Warn when the compiler reorders code" |
9d967a7e ZW |
19868 | msgstr "" |
19869 | ||
d5706a1e | 19870 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1225 |
b97e55da JM |
19871 | msgid "" |
19872 | "Warn whenever a function's return type defaults to \"int\" (C), or about " | |
19873 | "inconsistent return types (C++)" | |
9d967a7e ZW |
19874 | msgstr "" |
19875 | ||
d5706a1e | 19876 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1228 |
b97e55da | 19877 | msgid "Warn if a selector has multiple methods" |
9d967a7e ZW |
19878 | msgstr "" |
19879 | ||
d5706a1e | 19880 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1231 |
b97e55da | 19881 | msgid "Warn about possible violations of sequence point rules" |
9d967a7e ZW |
19882 | msgstr "" |
19883 | ||
d5706a1e | 19884 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1234 |
b97e55da | 19885 | msgid "Warn when one local variable shadows another" |
9d967a7e ZW |
19886 | msgstr "" |
19887 | ||
d5706a1e | 19888 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1237 |
b97e55da | 19889 | msgid "Warn about signed-unsigned comparisons" |
9d967a7e ZW |
19890 | msgstr "" |
19891 | ||
d5706a1e | 19892 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1240 |
b97e55da | 19893 | msgid "Warn when overload promotes from unsigned to signed" |
9d967a7e ZW |
19894 | msgstr "" |
19895 | ||
d5706a1e ZW |
19896 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1243 |
19897 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1246 | |
b97e55da | 19898 | msgid "Warn about code which might break strict aliasing rules" |
9d967a7e ZW |
19899 | msgstr "" |
19900 | ||
d5706a1e | 19901 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1249 |
b97e55da | 19902 | msgid "Warn about unprototyped function declarations" |
9d967a7e ZW |
19903 | msgstr "" |
19904 | ||
d5706a1e | 19905 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1252 |
b97e55da | 19906 | msgid "Warn about enumerated switches, with no default, missing a case" |
9d967a7e ZW |
19907 | msgstr "" |
19908 | ||
d5706a1e | 19909 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1255 |
b97e55da | 19910 | msgid "Warn about enumerated switches missing a \"default:\" statement" |
9d967a7e ZW |
19911 | msgstr "" |
19912 | ||
d5706a1e | 19913 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1258 |
b97e55da | 19914 | msgid "Warn about all enumerated switches missing a specific case" |
9d967a7e ZW |
19915 | msgstr "" |
19916 | ||
d5706a1e | 19917 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1261 |
b97e55da | 19918 | msgid "Warn when synthesis behavior differs from Cfront" |
9d967a7e ZW |
19919 | msgstr "" |
19920 | ||
d5706a1e | 19921 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1264 |
b97e55da | 19922 | msgid "Do not suppress warnings from system headers" |
9d967a7e ZW |
19923 | msgstr "" |
19924 | ||
d5706a1e | 19925 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1267 |
b97e55da | 19926 | msgid "Warn about features not present in traditional C" |
9d967a7e ZW |
19927 | msgstr "" |
19928 | ||
d5706a1e | 19929 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1270 |
b1b51268 JM |
19930 | msgid "" |
19931 | "Warn if trigraphs are encountered that might affect the meaning of the " | |
19932 | "program" | |
19933 | msgstr "" | |
19934 | ||
d5706a1e | 19935 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1273 |
807ab1f2 JM |
19936 | msgid "Warn about @selector()s without previously declared methods" |
19937 | msgstr "" | |
19938 | ||
d5706a1e | 19939 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1276 |
b97e55da | 19940 | msgid "Warn if an undefined macro is used in an #if directive" |
9d967a7e ZW |
19941 | msgstr "" |
19942 | ||
d5706a1e | 19943 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1279 |
b97e55da | 19944 | msgid "Warn about uninitialized automatic variables" |
9d967a7e ZW |
19945 | msgstr "" |
19946 | ||
d5706a1e | 19947 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1282 |
b97e55da | 19948 | msgid "Warn about unrecognized pragmas" |
9d967a7e ZW |
19949 | msgstr "" |
19950 | ||
d5706a1e | 19951 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1285 |
b97e55da | 19952 | msgid "Warn about code that will never be executed" |
9d967a7e ZW |
19953 | msgstr "" |
19954 | ||
d5706a1e | 19955 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1288 |
b97e55da | 19956 | msgid "Enable all -Wunused- warnings" |
9d967a7e ZW |
19957 | msgstr "" |
19958 | ||
d5706a1e | 19959 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1291 |
b97e55da | 19960 | msgid "Warn when a function is unused" |
9d967a7e ZW |
19961 | msgstr "" |
19962 | ||
d5706a1e | 19963 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1294 |
b97e55da | 19964 | msgid "Warn when a label is unused" |
9d967a7e ZW |
19965 | msgstr "" |
19966 | ||
d5706a1e | 19967 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1297 |
b97e55da | 19968 | msgid "Warn about macros defined in the main file that are not used" |
9d967a7e ZW |
19969 | msgstr "" |
19970 | ||
d5706a1e | 19971 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1300 |
b97e55da | 19972 | msgid "Warn when a function parameter is unused" |
9d967a7e ZW |
19973 | msgstr "" |
19974 | ||
d5706a1e | 19975 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1303 |
b97e55da | 19976 | msgid "Warn when an expression value is unused" |
9d967a7e ZW |
19977 | msgstr "" |
19978 | ||
d5706a1e | 19979 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1306 |
b97e55da | 19980 | msgid "Warn when a variable is unused" |
9d967a7e ZW |
19981 | msgstr "" |
19982 | ||
d5706a1e | 19983 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1309 |
b1b51268 JM |
19984 | msgid "Do not warn about using variadic macros when -pedantic" |
19985 | msgstr "" | |
19986 | ||
d5706a1e | 19987 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1312 |
b97e55da | 19988 | msgid "Give strings the type \"array of char\"" |
9d967a7e ZW |
19989 | msgstr "" |
19990 | ||
d5706a1e | 19991 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1315 |
b97e55da JM |
19992 | msgid "" |
19993 | "A synonym for -std=c89. In a future version of GCC it will become " | |
19994 | "synonymous with -std=c99 instead" | |
9d967a7e ZW |
19995 | msgstr "" |
19996 | ||
d5706a1e | 19997 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1318 |
b97e55da | 19998 | msgid "-aux-info <file>\tEmit declaration information into <file>" |
9d967a7e ZW |
19999 | msgstr "" |
20000 | ||
d5706a1e | 20001 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1330 |
b97e55da | 20002 | msgid "-d<letters>\tEnable dumps from specific passes of the compiler" |
9d967a7e ZW |
20003 | msgstr "" |
20004 | ||
d5706a1e | 20005 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1333 |
b97e55da | 20006 | msgid "-dumpbase <file>\tSet the file basename to be used for dumps" |
9d967a7e ZW |
20007 | msgstr "" |
20008 | ||
d5706a1e | 20009 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1336 |
b97e55da | 20010 | msgid "--CLASSPATH\tDeprecated; use --classpath instead" |
9d967a7e ZW |
20011 | msgstr "" |
20012 | ||
d5706a1e | 20013 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1339 |
807ab1f2 JM |
20014 | msgid "Generate position-independent code if possible (large mode)" |
20015 | msgstr "" | |
20016 | ||
d5706a1e | 20017 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1342 |
807ab1f2 JM |
20018 | msgid "" |
20019 | "Generate position-independent code for executables if possible (large mode)" | |
20020 | msgstr "" | |
20021 | ||
d5706a1e | 20022 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1348 |
b97e55da | 20023 | msgid "Enforce class member access control semantics" |
9d967a7e ZW |
20024 | msgstr "" |
20025 | ||
d5706a1e | 20026 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1351 |
b97e55da | 20027 | msgid "Align the start of functions" |
9d967a7e ZW |
20028 | msgstr "" |
20029 | ||
d5706a1e | 20030 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1357 |
b97e55da | 20031 | msgid "Align labels which are only reached by jumping" |
9d967a7e ZW |
20032 | msgstr "" |
20033 | ||
d5706a1e | 20034 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1363 |
b97e55da | 20035 | msgid "Align all labels" |
9d967a7e ZW |
20036 | msgstr "" |
20037 | ||
d5706a1e | 20038 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1369 |
b97e55da | 20039 | msgid "Align the start of loops" |
9d967a7e ZW |
20040 | msgstr "" |
20041 | ||
d5706a1e | 20042 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1378 |
b97e55da | 20043 | msgid "Change when template instances are emitted" |
9d967a7e ZW |
20044 | msgstr "" |
20045 | ||
d5706a1e | 20046 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1381 |
b97e55da | 20047 | msgid "Specify that arguments may alias each other and globals" |
9d967a7e ZW |
20048 | msgstr "" |
20049 | ||
d5706a1e | 20050 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1384 |
b97e55da | 20051 | msgid "Assume arguments may alias globals but not each other" |
9d967a7e ZW |
20052 | msgstr "" |
20053 | ||
d5706a1e | 20054 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1387 |
b97e55da | 20055 | msgid "Assume arguments alias neither each other nor globals" |
9d967a7e ZW |
20056 | msgstr "" |
20057 | ||
d5706a1e | 20058 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1390 |
b97e55da | 20059 | msgid "Recognize the \"asm\" keyword" |
9d967a7e ZW |
20060 | msgstr "" |
20061 | ||
d5706a1e | 20062 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1393 |
807ab1f2 JM |
20063 | msgid "Permit the use of the assert keyword" |
20064 | msgstr "" | |
20065 | ||
d5706a1e | 20066 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1402 |
b97e55da | 20067 | msgid "Generate unwind tables that are exact at each instruction boundary" |
9d967a7e ZW |
20068 | msgstr "" |
20069 | ||
d5706a1e | 20070 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1405 |
b97e55da | 20071 | msgid "--bootclasspath=<path>\tReplace system path" |
9d967a7e ZW |
20072 | msgstr "" |
20073 | ||
d5706a1e | 20074 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1408 |
b97e55da | 20075 | msgid "Generate code to check bounds before indexing arrays" |
9d967a7e ZW |
20076 | msgstr "" |
20077 | ||
d5706a1e | 20078 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1411 |
b97e55da | 20079 | msgid "Replace add, compare, branch with branch on count register" |
9d967a7e ZW |
20080 | msgstr "" |
20081 | ||
d5706a1e | 20082 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1414 |
b97e55da | 20083 | msgid "Use profiling information for branch probabilities" |
9d967a7e ZW |
20084 | msgstr "" |
20085 | ||
d5706a1e | 20086 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1417 |
b97e55da JM |
20087 | msgid "" |
20088 | "Perform branch target load optimization before prologue / epilogue threading" | |
9d967a7e ZW |
20089 | msgstr "" |
20090 | ||
d5706a1e | 20091 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1420 |
b97e55da JM |
20092 | msgid "" |
20093 | "Perform branch target load optimization after prologue / epilogue threading" | |
9d967a7e ZW |
20094 | msgstr "" |
20095 | ||
d5706a1e | 20096 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1423 |
b06c20ee JM |
20097 | msgid "" |
20098 | "Restrict target load migration not to re-use registers in any basic block" | |
20099 | msgstr "" | |
20100 | ||
d5706a1e | 20101 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1426 |
b97e55da | 20102 | msgid "Recognize built-in functions" |
9d967a7e ZW |
20103 | msgstr "" |
20104 | ||
d5706a1e | 20105 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1432 |
b97e55da JM |
20106 | msgid "" |
20107 | "-fcall-saved-<register>\tMark <register> as being preserved across functions" | |
9d967a7e ZW |
20108 | msgstr "" |
20109 | ||
d5706a1e | 20110 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1435 |
b97e55da JM |
20111 | msgid "" |
20112 | "-fcall-used-<register>\tMark <register> as being corrupted by function calls" | |
9d967a7e ZW |
20113 | msgstr "" |
20114 | ||
d5706a1e | 20115 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1438 |
b97e55da | 20116 | msgid "Save registers around function calls" |
9d967a7e ZW |
20117 | msgstr "" |
20118 | ||
d5706a1e | 20119 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1441 |
b97e55da | 20120 | msgid "Check the return value of new" |
9d967a7e ZW |
20121 | msgstr "" |
20122 | ||
d5706a1e | 20123 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1444 |
807ab1f2 JM |
20124 | msgid "Generate checks for references to NULL" |
20125 | msgstr "" | |
20126 | ||
d5706a1e | 20127 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1447 |
b97e55da | 20128 | msgid "--classpath=<path>\tSet class path" |
9d967a7e ZW |
20129 | msgstr "" |
20130 | ||
d5706a1e | 20131 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1450 |
b97e55da | 20132 | msgid "Do not put uninitialized globals in the common section" |
9d967a7e ZW |
20133 | msgstr "" |
20134 | ||
d5706a1e | 20135 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1456 |
b97e55da | 20136 | msgid "Allow the arguments of the '?' operator to have different types" |
9d967a7e ZW |
20137 | msgstr "" |
20138 | ||
d5706a1e | 20139 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1459 |
b97e55da | 20140 | msgid "Reduce the size of object files" |
9d967a7e ZW |
20141 | msgstr "" |
20142 | ||
d5706a1e | 20143 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1462 |
b97e55da | 20144 | msgid "Make string literals \"const char[]\" not \"char[]\"" |
9d967a7e ZW |
20145 | msgstr "" |
20146 | ||
d5706a1e | 20147 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1465 |
b97e55da | 20148 | msgid "-fconst-string-class=<name>\tUse class <name> for constant strings" |
9d967a7e ZW |
20149 | msgstr "" |
20150 | ||
d5706a1e | 20151 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1468 |
b97e55da | 20152 | msgid "Perform a register copy-propagation optimization pass" |
9d967a7e ZW |
20153 | msgstr "" |
20154 | ||
d5706a1e | 20155 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1471 |
b97e55da | 20156 | msgid "Perform cross-jumping optimization" |
9d967a7e ZW |
20157 | msgstr "" |
20158 | ||
d5706a1e | 20159 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1474 |
b97e55da | 20160 | msgid "When running CSE, follow jumps to their targets" |
9d967a7e ZW |
20161 | msgstr "" |
20162 | ||
d5706a1e | 20163 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1477 |
b97e55da | 20164 | msgid "When running CSE, follow conditional jumps" |
9d967a7e ZW |
20165 | msgstr "" |
20166 | ||
d5706a1e | 20167 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1480 |
b1b51268 | 20168 | msgid "Place data items into their own section" |
9d967a7e ZW |
20169 | msgstr "" |
20170 | ||
d5706a1e | 20171 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1483 |
b97e55da | 20172 | msgid "Inline member functions by default" |
d51681a7 PT |
20173 | msgstr "" |
20174 | ||
d5706a1e | 20175 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1486 |
b97e55da | 20176 | msgid "Defer popping functions args from stack until later" |
d51681a7 PT |
20177 | msgstr "" |
20178 | ||
d5706a1e | 20179 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1489 |
b97e55da | 20180 | msgid "Attempt to fill delay slots of branch instructions" |
d51681a7 PT |
20181 | msgstr "" |
20182 | ||
d5706a1e | 20183 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1492 |
b97e55da | 20184 | msgid "Delete useless null pointer checks" |
d51681a7 PT |
20185 | msgstr "" |
20186 | ||
d5706a1e | 20187 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1495 |
9d967a7e | 20188 | msgid "" |
b97e55da JM |
20189 | "-fdiagnostics-show-location=[once|every-line]\tHow often to emit source " |
20190 | "location at the beginning of line-wrapped diagnostics" | |
d51681a7 PT |
20191 | msgstr "" |
20192 | ||
d5706a1e | 20193 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1504 |
b97e55da | 20194 | msgid "Permit '$' as an identifier character" |
9d967a7e ZW |
20195 | msgstr "" |
20196 | ||
d5706a1e | 20197 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1507 |
b1b51268 JM |
20198 | msgid "-fdump-<type>\tDump various compiler internals to a file" |
20199 | msgstr "" | |
20200 | ||
d5706a1e | 20201 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1510 |
b97e55da JM |
20202 | msgid "" |
20203 | "Suppress output of instruction numbers and line number notes in debugging " | |
20204 | "dumps" | |
d51681a7 PT |
20205 | msgstr "" |
20206 | ||
d5706a1e | 20207 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1516 |
b97e55da | 20208 | msgid "Perform DWARF2 duplicate elimination" |
d51681a7 PT |
20209 | msgstr "" |
20210 | ||
d5706a1e ZW |
20211 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1519 |
20212 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1522 | |
b97e55da | 20213 | msgid "Perform unused type elimination in debug info" |
d51681a7 PT |
20214 | msgstr "" |
20215 | ||
d5706a1e | 20216 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1525 |
807ab1f2 JM |
20217 | msgid "Output a class file" |
20218 | msgstr "" | |
20219 | ||
d5706a1e | 20220 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1528 |
807ab1f2 JM |
20221 | msgid "Alias for -femit-class-file" |
20222 | msgstr "" | |
20223 | ||
d5706a1e | 20224 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1537 |
9d967a7e | 20225 | msgid "" |
b97e55da | 20226 | "--encoding=<encoding>\tChoose input encoding (defaults from your locale)" |
d51681a7 PT |
20227 | msgstr "" |
20228 | ||
d5706a1e | 20229 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1540 |
b97e55da | 20230 | msgid "Generate code to check exception specifications" |
d51681a7 PT |
20231 | msgstr "" |
20232 | ||
d5706a1e | 20233 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1546 |
b97e55da | 20234 | msgid "Enable exception handling" |
dc6746e7 PT |
20235 | msgstr "" |
20236 | ||
d5706a1e | 20237 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1549 |
9d967a7e | 20238 | msgid "" |
b97e55da JM |
20239 | "-fexec-charset=<cset>\tConvert all strings and character constants to " |
20240 | "character set <cset>" | |
d51681a7 PT |
20241 | msgstr "" |
20242 | ||
d5706a1e | 20243 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1552 |
b97e55da | 20244 | msgid "Perform a number of minor, expensive optimizations" |
d51681a7 PT |
20245 | msgstr "" |
20246 | ||
d5706a1e | 20247 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1564 |
807ab1f2 JM |
20248 | msgid "Input file is a file with a list of filenames to compile" |
20249 | msgstr "" | |
20250 | ||
d5706a1e | 20251 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1567 |
b97e55da | 20252 | msgid "Assume no NaNs or infinities are generated" |
dc6746e7 PT |
20253 | msgstr "" |
20254 | ||
d5706a1e | 20255 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1570 |
b97e55da JM |
20256 | msgid "" |
20257 | "-ffixed-<register>\tMark <register> as being unavailable to the compiler" | |
d51681a7 PT |
20258 | msgstr "" |
20259 | ||
d5706a1e | 20260 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1579 |
807ab1f2 | 20261 | msgid "Don't allocate floats and doubles in extended-precision registers" |
dc6746e7 PT |
20262 | msgstr "" |
20263 | ||
d5706a1e | 20264 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1582 |
b97e55da | 20265 | msgid "Scope of for-init-statement variables is local to the loop" |
dc6746e7 PT |
20266 | msgstr "" |
20267 | ||
d5706a1e | 20268 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1585 |
b97e55da | 20269 | msgid "Copy memory address constants into registers before use" |
d51681a7 PT |
20270 | msgstr "" |
20271 | ||
d5706a1e | 20272 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1588 |
b97e55da | 20273 | msgid "Always check for non gcj generated classes archives" |
d51681a7 PT |
20274 | msgstr "" |
20275 | ||
d5706a1e | 20276 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1591 |
b97e55da | 20277 | msgid "Copy memory operands into registers before use" |
d51681a7 PT |
20278 | msgstr "" |
20279 | ||
d5706a1e | 20280 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1594 |
b97e55da | 20281 | msgid "Do not assume that standard C libraries and \"main\" exist" |
d51681a7 PT |
20282 | msgstr "" |
20283 | ||
d5706a1e | 20284 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1597 |
b97e55da | 20285 | msgid "Allow function addresses to be held in registers" |
4ba01ed2 PT |
20286 | msgstr "" |
20287 | ||
d5706a1e | 20288 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1600 |
b97e55da | 20289 | msgid "Place each function into its own section" |
4ba01ed2 PT |
20290 | msgstr "" |
20291 | ||
d5706a1e | 20292 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1603 |
b97e55da | 20293 | msgid "Perform global common subexpression elimination" |
4ba01ed2 PT |
20294 | msgstr "" |
20295 | ||
d5706a1e | 20296 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1606 |
b97e55da | 20297 | msgid "" |
b1b51268 | 20298 | "Perform global common subexpression elimination after register allocation" |
dc6746e7 PT |
20299 | msgstr "" |
20300 | ||
d5706a1e | 20301 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1609 |
b97e55da | 20302 | msgid "" |
b1b51268 | 20303 | "Perform redundant load after store elimination in global common subexpression" |
9e620082 ZW |
20304 | msgstr "" |
20305 | ||
d5706a1e | 20306 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1612 |
b1b51268 JM |
20307 | msgid "" |
20308 | "Perform enhanced load motion during global common subexpression elimination" | |
d51681a7 PT |
20309 | msgstr "" |
20310 | ||
d5706a1e | 20311 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1615 |
b1b51268 | 20312 | msgid "Perform store motion after global common subexpression elimination" |
d51681a7 PT |
20313 | msgstr "" |
20314 | ||
d5706a1e | 20315 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1618 |
b97e55da | 20316 | msgid "Recognize GNU-defined keywords" |
d51681a7 PT |
20317 | msgstr "" |
20318 | ||
d5706a1e | 20319 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1621 |
b97e55da | 20320 | msgid "Generate code for GNU runtime environment" |
7bf81eee PT |
20321 | msgstr "" |
20322 | ||
d5706a1e | 20323 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1624 |
b97e55da | 20324 | msgid "Enable guessing of branch probabilities" |
dc6746e7 PT |
20325 | msgstr "" |
20326 | ||
d5706a1e | 20327 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1633 |
807ab1f2 JM |
20328 | msgid "" |
20329 | "Assume the runtime uses a hash table to map an object to its synchronization " | |
20330 | "structure" | |
20331 | msgstr "" | |
20332 | ||
d5706a1e | 20333 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1639 |
b97e55da | 20334 | msgid "Assume normal C execution environment" |
4ba01ed2 PT |
20335 | msgstr "" |
20336 | ||
d5706a1e | 20337 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1642 |
b97e55da | 20338 | msgid "Enable support for huge objects" |
4ba01ed2 PT |
20339 | msgstr "" |
20340 | ||
d5706a1e | 20341 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1645 |
b97e55da | 20342 | msgid "Process #ident directives" |
4ba01ed2 PT |
20343 | msgstr "" |
20344 | ||
d5706a1e | 20345 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1648 |
b97e55da | 20346 | msgid "Perform conversion of conditional jumps to branchless equivalents" |
4ba01ed2 PT |
20347 | msgstr "" |
20348 | ||
d5706a1e | 20349 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1651 |
b97e55da | 20350 | msgid "Perform conversion of conditional jumps to conditional execution" |
4ba01ed2 PT |
20351 | msgstr "" |
20352 | ||
d5706a1e | 20353 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1654 |
b97e55da | 20354 | msgid "Export functions even if they can be inlined" |
4ba01ed2 PT |
20355 | msgstr "" |
20356 | ||
d5706a1e | 20357 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1657 |
b97e55da | 20358 | msgid "Emit implicit instantiations of inline templates" |
4ba01ed2 PT |
20359 | msgstr "" |
20360 | ||
d5706a1e | 20361 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1660 |
b97e55da | 20362 | msgid "Emit implicit instantiations of templates" |
4ba01ed2 PT |
20363 | msgstr "" |
20364 | ||
d5706a1e | 20365 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1663 |
b97e55da | 20366 | msgid "Use offset tables for virtual method calls" |
4ba01ed2 PT |
20367 | msgstr "" |
20368 | ||
d5706a1e | 20369 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1666 |
b97e55da | 20370 | msgid "Do not generate .size directives" |
9d967a7e ZW |
20371 | msgstr "" |
20372 | ||
d5706a1e | 20373 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1669 |
b97e55da | 20374 | msgid "Pay attention to the \"inline\" keyword" |
4ba01ed2 PT |
20375 | msgstr "" |
20376 | ||
d5706a1e | 20377 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1678 |
b97e55da JM |
20378 | msgid "" |
20379 | "-finline-limit=<number>\tLimit the size of inlined functions to <number>" | |
4ba01ed2 PT |
20380 | msgstr "" |
20381 | ||
d5706a1e | 20382 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1681 |
b06c20ee JM |
20383 | msgid "" |
20384 | "-finput-charset=<cset> Specify the default character set for source " | |
20385 | "files." | |
20386 | msgstr "" | |
20387 | ||
d5706a1e | 20388 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1684 |
b97e55da | 20389 | msgid "Instrument function entry and exit with profiling calls" |
1737c953 JM |
20390 | msgstr "" |
20391 | ||
d5706a1e | 20392 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1687 |
807ab1f2 JM |
20393 | msgid "Optimize induction variables on trees" |
20394 | msgstr "" | |
20395 | ||
d5706a1e | 20396 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1690 |
b97e55da | 20397 | msgid "Assume native functions are implemented using JNI" |
4ba01ed2 PT |
20398 | msgstr "" |
20399 | ||
d5706a1e | 20400 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1693 |
b97e55da | 20401 | msgid "Generate code for functions even if they are fully inlined" |
4ba01ed2 PT |
20402 | msgstr "" |
20403 | ||
d5706a1e | 20404 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1696 |
b97e55da | 20405 | msgid "Emit static const variables even if they are not used" |
4ba01ed2 PT |
20406 | msgstr "" |
20407 | ||
d5706a1e | 20408 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1702 |
b97e55da | 20409 | msgid "Give external symbols a leading underscore" |
4ba01ed2 PT |
20410 | msgstr "" |
20411 | ||
d5706a1e | 20412 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1705 |
b97e55da | 20413 | msgid "Perform loop optimizations" |
d9b2742a ZW |
20414 | msgstr "" |
20415 | ||
d5706a1e | 20416 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1708 |
807ab1f2 JM |
20417 | msgid "Perform loop optimizations using the new loop optimizer" |
20418 | msgstr "" | |
20419 | ||
d5706a1e | 20420 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1711 |
b1b51268 | 20421 | msgid "Set errno after built-in math functions" |
4ba01ed2 PT |
20422 | msgstr "" |
20423 | ||
d5706a1e | 20424 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1714 |
b97e55da | 20425 | msgid "Report on permanent memory allocation" |
4ba01ed2 PT |
20426 | msgstr "" |
20427 | ||
d5706a1e | 20428 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1717 |
b97e55da | 20429 | msgid "Attempt to merge identical constants and constant variables" |
4ba01ed2 PT |
20430 | msgstr "" |
20431 | ||
d5706a1e | 20432 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1720 |
b97e55da | 20433 | msgid "Attempt to merge identical constants across compilation units" |
4ba01ed2 PT |
20434 | msgstr "" |
20435 | ||
d5706a1e | 20436 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1723 |
b97e55da JM |
20437 | msgid "" |
20438 | "-fmessage-length=<number>\tLimit diagnostics to <number> characters per " | |
20439 | "line. 0 suppresses line-wrapping" | |
4ba01ed2 PT |
20440 | msgstr "" |
20441 | ||
d5706a1e | 20442 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1726 |
807ab1f2 | 20443 | msgid "Perform SMS based modulo scheduling before the first scheduling pass" |
4ba01ed2 PT |
20444 | msgstr "" |
20445 | ||
d5706a1e | 20446 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1729 |
807ab1f2 JM |
20447 | msgid "Move loop invariant computations out of loops" |
20448 | msgstr "" | |
20449 | ||
d5706a1e | 20450 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1732 |
b1b51268 | 20451 | msgid "Don't warn about uses of Microsoft extensions" |
4ba01ed2 PT |
20452 | msgstr "" |
20453 | ||
d5706a1e | 20454 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1735 |
b1b51268 JM |
20455 | msgid "" |
20456 | "Add mudflap bounds-checking instrumentation for single-threaded program." | |
4ba01ed2 PT |
20457 | msgstr "" |
20458 | ||
d5706a1e | 20459 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1738 |
b1b51268 | 20460 | msgid "Ignore read operations when inserting mudflap instrumentation." |
4ba01ed2 PT |
20461 | msgstr "" |
20462 | ||
d5706a1e | 20463 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1741 |
b1b51268 | 20464 | msgid "Add mudflap bounds-checking instrumentation for multi-threaded program." |
4ba01ed2 PT |
20465 | msgstr "" |
20466 | ||
d5706a1e | 20467 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1750 |
b97e55da | 20468 | msgid "Use graph-coloring register allocation" |
d51681a7 PT |
20469 | msgstr "" |
20470 | ||
d5706a1e | 20471 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1753 |
b97e55da | 20472 | msgid "Generate code for NeXT (Apple Mac OS X) runtime environment" |
dc6746e7 PT |
20473 | msgstr "" |
20474 | ||
d5706a1e | 20475 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1756 |
b97e55da | 20476 | msgid "Assume that receivers of Objective-C messages may be nil" |
7bf81eee PT |
20477 | msgstr "" |
20478 | ||
d5706a1e | 20479 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1759 |
b97e55da | 20480 | msgid "Support synchronous non-call exceptions" |
9e620082 ZW |
20481 | msgstr "" |
20482 | ||
d5706a1e | 20483 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1768 |
b97e55da | 20484 | msgid "Enable Objective-C exception and synchronization syntax" |
dc6746e7 PT |
20485 | msgstr "" |
20486 | ||
d5706a1e | 20487 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1771 |
807ab1f2 | 20488 | msgid "Enable Objective-C setjmp exception handling runtime" |
d51681a7 PT |
20489 | msgstr "" |
20490 | ||
d5706a1e | 20491 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1774 |
b97e55da | 20492 | msgid "When possible do not generate stack frames" |
5b7874aa ZW |
20493 | msgstr "" |
20494 | ||
d5706a1e | 20495 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1777 |
b97e55da | 20496 | msgid "Recognize C++ kewords like \"compl\" and \"xor\"" |
d51681a7 PT |
20497 | msgstr "" |
20498 | ||
d5706a1e | 20499 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1780 |
b97e55da | 20500 | msgid "Do the full register move optimization pass" |
9e620082 ZW |
20501 | msgstr "" |
20502 | ||
d5706a1e | 20503 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1783 |
b97e55da | 20504 | msgid "Optimize sibling and tail recursive calls" |
9e620082 ZW |
20505 | msgstr "" |
20506 | ||
d5706a1e | 20507 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1786 |
b97e55da | 20508 | msgid "Enable optimization of static class initialization code" |
7bbf788c PT |
20509 | msgstr "" |
20510 | ||
d5706a1e | 20511 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1789 |
b97e55da | 20512 | msgid "Enable optional diagnostics" |
7bbf788c PT |
20513 | msgstr "" |
20514 | ||
d5706a1e | 20515 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1795 |
b1b51268 | 20516 | msgid "Pack structure members together without holes" |
d51681a7 PT |
20517 | msgstr "" |
20518 | ||
d5706a1e | 20519 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1798 |
807ab1f2 JM |
20520 | msgid "-fpack-struct=<number>\tSet initial maximum structure member alignment" |
20521 | msgstr "" | |
20522 | ||
d5706a1e | 20523 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1801 |
b1b51268 | 20524 | msgid "Return small aggregates in memory, not registers" |
d51681a7 PT |
20525 | msgstr "" |
20526 | ||
d5706a1e | 20527 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1807 |
807ab1f2 JM |
20528 | msgid "Look for and use PCH files even when preprocessing" |
20529 | msgstr "" | |
20530 | ||
d5706a1e | 20531 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1810 |
b97e55da | 20532 | msgid "Perform loop peeling" |
d51681a7 PT |
20533 | msgstr "" |
20534 | ||
d5706a1e | 20535 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1813 |
b97e55da | 20536 | msgid "Enable machine specific peephole optimizations" |
d51681a7 PT |
20537 | msgstr "" |
20538 | ||
d5706a1e | 20539 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1816 |
b97e55da | 20540 | msgid "Enable an RTL peephole pass before sched2" |
d51681a7 PT |
20541 | msgstr "" |
20542 | ||
d5706a1e | 20543 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1819 |
b97e55da | 20544 | msgid "Downgrade conformance errors to warnings" |
d51681a7 PT |
20545 | msgstr "" |
20546 | ||
d5706a1e | 20547 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1822 |
807ab1f2 | 20548 | msgid "Generate position-independent code if possible (small mode)" |
d51681a7 PT |
20549 | msgstr "" |
20550 | ||
d5706a1e | 20551 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1825 |
807ab1f2 JM |
20552 | msgid "" |
20553 | "Generate position-independent code for executables if possible (small mode)" | |
d51681a7 PT |
20554 | msgstr "" |
20555 | ||
d5706a1e | 20556 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1828 |
b97e55da | 20557 | msgid "Generate prefetch instructions, if available, for arrays in loops" |
5b7874aa ZW |
20558 | msgstr "" |
20559 | ||
d5706a1e | 20560 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1831 |
b1b51268 JM |
20561 | msgid "Treat the input file as already preprocessed" |
20562 | msgstr "" | |
20563 | ||
d5706a1e | 20564 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1834 |
b97e55da | 20565 | msgid "Enable basic program profiling code" |
5b7874aa ZW |
20566 | msgstr "" |
20567 | ||
d5706a1e | 20568 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1837 |
b97e55da | 20569 | msgid "Insert arc-based program profiling code" |
d51681a7 PT |
20570 | msgstr "" |
20571 | ||
d5706a1e | 20572 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1840 |
01b84e13 JM |
20573 | msgid "" |
20574 | "Enable common options for generating profile info for profile feedback " | |
20575 | "directed optimizations" | |
20576 | msgstr "" | |
20577 | ||
d5706a1e | 20578 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1843 |
01b84e13 JM |
20579 | msgid "" |
20580 | "Enable common options for performing profile feedback directed optimizations" | |
20581 | msgstr "" | |
20582 | ||
d5706a1e | 20583 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1846 |
b97e55da | 20584 | msgid "Insert code to profile values of expressions" |
5b7874aa ZW |
20585 | msgstr "" |
20586 | ||
d5706a1e | 20587 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1852 |
b97e55da | 20588 | msgid "-frandom-seed=<string>\tMake compile reproducible using <string>" |
7bf81eee PT |
20589 | msgstr "" |
20590 | ||
d5706a1e | 20591 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1855 |
b97e55da | 20592 | msgid "Return small aggregates in registers" |
7bf81eee PT |
20593 | msgstr "" |
20594 | ||
d5706a1e | 20595 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1858 |
b97e55da | 20596 | msgid "Enables a register move optimization" |
dc6746e7 PT |
20597 | msgstr "" |
20598 | ||
d5706a1e | 20599 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1861 |
b97e55da | 20600 | msgid "Perform a register renaming optimization pass" |
dc6746e7 PT |
20601 | msgstr "" |
20602 | ||
d5706a1e | 20603 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1864 |
b97e55da | 20604 | msgid "Reorder basic blocks to improve code placement" |
a47a6810 JM |
20605 | msgstr "" |
20606 | ||
d5706a1e | 20607 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1867 |
b1b51268 JM |
20608 | msgid "Reorder basic blocks and partition into hot and cold sections" |
20609 | msgstr "" | |
20610 | ||
d5706a1e | 20611 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1870 |
b97e55da | 20612 | msgid "Reorder functions to improve code placement" |
5b7874aa ZW |
20613 | msgstr "" |
20614 | ||
d5706a1e | 20615 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1873 |
b97e55da JM |
20616 | msgid "" |
20617 | "Used in Fix-and-Continue mode to indicate that object files may be swapped " | |
20618 | "in at runtime" | |
9e620082 ZW |
20619 | msgstr "" |
20620 | ||
d5706a1e | 20621 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1876 |
b97e55da | 20622 | msgid "Enable automatic template instantiation" |
9e620082 ZW |
20623 | msgstr "" |
20624 | ||
d5706a1e | 20625 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1879 |
b97e55da | 20626 | msgid "Add a common subexpression elimination pass after loop optimizations" |
9e620082 ZW |
20627 | msgstr "" |
20628 | ||
d5706a1e | 20629 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1882 |
b97e55da | 20630 | msgid "Run the loop optimizer twice" |
7bbf788c PT |
20631 | msgstr "" |
20632 | ||
d5706a1e | 20633 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1885 |
807ab1f2 JM |
20634 | msgid "" |
20635 | "Enable/Disable the traditional scheduling in loops that already passed " | |
20636 | "modulo scheduling" | |
20637 | msgstr "" | |
20638 | ||
d5706a1e | 20639 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1888 |
b97e55da | 20640 | msgid "Disable optimizations that assume default FP rounding behavior" |
9e620082 ZW |
20641 | msgstr "" |
20642 | ||
d5706a1e | 20643 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1891 |
b97e55da | 20644 | msgid "Generate run time type descriptor information" |
9e620082 ZW |
20645 | msgstr "" |
20646 | ||
d5706a1e | 20647 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1894 |
b97e55da | 20648 | msgid "Enable scheduling across basic blocks" |
9e620082 ZW |
20649 | msgstr "" |
20650 | ||
d5706a1e | 20651 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1897 |
b97e55da | 20652 | msgid "Allow speculative motion of non-loads" |
9e620082 ZW |
20653 | msgstr "" |
20654 | ||
d5706a1e | 20655 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1900 |
b97e55da | 20656 | msgid "Allow speculative motion of some loads" |
9e620082 ZW |
20657 | msgstr "" |
20658 | ||
d5706a1e | 20659 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1903 |
b97e55da | 20660 | msgid "Allow speculative motion of more loads" |
9e620082 ZW |
20661 | msgstr "" |
20662 | ||
d5706a1e | 20663 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1906 |
b97e55da | 20664 | msgid "Allow premature scheduling of queued insns" |
5b7874aa ZW |
20665 | msgstr "" |
20666 | ||
d5706a1e | 20667 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1909 |
b97e55da JM |
20668 | msgid "" |
20669 | "Set dependence distance checking in premature scheduling of queued insns" | |
5b7874aa ZW |
20670 | msgstr "" |
20671 | ||
d5706a1e | 20672 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1912 |
b97e55da JM |
20673 | msgid "" |
20674 | "-fsched-stalled-insns-dep=<number> Set dependence distance checking in " | |
20675 | "premature scheduling of queued insns" | |
20676 | msgstr "" | |
20677 | ||
d5706a1e | 20678 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1915 |
5b7874aa | 20679 | msgid "" |
b97e55da JM |
20680 | "-fsched-stalled-insns=<number> Set number of queued insns that can be " |
20681 | "prematurely scheduled" | |
4ba01ed2 PT |
20682 | msgstr "" |
20683 | ||
d5706a1e | 20684 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1918 |
b97e55da | 20685 | msgid "-fsched-verbose=<number>\tSet the verbosity level of the scheduler" |
4ba01ed2 PT |
20686 | msgstr "" |
20687 | ||
d5706a1e | 20688 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1921 |
b97e55da | 20689 | msgid "If scheduling post reload, do superblock scheduling" |
4ba01ed2 PT |
20690 | msgstr "" |
20691 | ||
d5706a1e | 20692 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1924 |
b97e55da | 20693 | msgid "If scheduling post reload, do trace scheduling" |
1737c953 JM |
20694 | msgstr "" |
20695 | ||
d5706a1e | 20696 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1927 |
b97e55da JM |
20697 | msgid "Reschedule instructions before register allocation" |
20698 | msgstr "" | |
1737c953 | 20699 | |
d5706a1e | 20700 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1930 |
b97e55da | 20701 | msgid "Reschedule instructions after register allocation" |
1737c953 | 20702 | msgstr "" |
b97e55da | 20703 | |
d5706a1e | 20704 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1933 |
b97e55da | 20705 | msgid "Mark data as shared rather than private" |
1737c953 JM |
20706 | msgstr "" |
20707 | ||
d5706a1e | 20708 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1936 |
b97e55da | 20709 | msgid "Use the same size for double as for float" |
1737c953 JM |
20710 | msgstr "" |
20711 | ||
d5706a1e | 20712 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1939 |
b97e55da | 20713 | msgid "Use the narrowest integer type possible for enumeration types" |
1737c953 JM |
20714 | msgstr "" |
20715 | ||
d5706a1e | 20716 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1942 |
b97e55da | 20717 | msgid "Force the underlying type for \"wchar_t\" to be \"unsigned short\"" |
1737c953 JM |
20718 | msgstr "" |
20719 | ||
d5706a1e | 20720 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1948 |
b97e55da | 20721 | msgid "Disable optimizations observable by IEEE signaling NaNs" |
1737c953 JM |
20722 | msgstr "" |
20723 | ||
d5706a1e | 20724 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1951 |
b97e55da | 20725 | msgid "When \"signed\" or \"unsigned\" is not given make the bitfield signed" |
1737c953 JM |
20726 | msgstr "" |
20727 | ||
d5706a1e | 20728 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1954 |
b97e55da | 20729 | msgid "Make \"char\" signed by default" |
1737c953 JM |
20730 | msgstr "" |
20731 | ||
d5706a1e | 20732 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1957 |
b97e55da | 20733 | msgid "Convert floating point constants to single precision constants" |
1737c953 JM |
20734 | msgstr "" |
20735 | ||
d5706a1e | 20736 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1960 |
807ab1f2 JM |
20737 | msgid "Use value profiling for speculative prefetching" |
20738 | msgstr "" | |
20739 | ||
d5706a1e | 20740 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1963 |
807ab1f2 JM |
20741 | msgid "Split lifetimes of induction variables when loops are unrolled." |
20742 | msgstr "" | |
20743 | ||
d5706a1e | 20744 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1969 |
b97e55da | 20745 | msgid "Insert stack checking code into the program" |
1737c953 JM |
20746 | msgstr "" |
20747 | ||
d5706a1e | 20748 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1975 |
b97e55da JM |
20749 | msgid "" |
20750 | "-fstack-limit-register=<register>\tTrap if the stack goes past <register>" | |
1737c953 JM |
20751 | msgstr "" |
20752 | ||
d5706a1e | 20753 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1978 |
b97e55da | 20754 | msgid "-fstack-limit-symbol=<name>\tTrap if the stack goes past symbol <name>" |
1737c953 JM |
20755 | msgstr "" |
20756 | ||
d5706a1e | 20757 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1981 |
b97e55da | 20758 | msgid "Display statistics accumulated during compilation" |
1737c953 JM |
20759 | msgstr "" |
20760 | ||
d5706a1e | 20761 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1984 |
b97e55da | 20762 | msgid "Enable assignability checks for stores into object arrays" |
1737c953 JM |
20763 | msgstr "" |
20764 | ||
d5706a1e | 20765 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1987 |
b97e55da | 20766 | msgid "Perform strength reduction optimizations" |
1737c953 JM |
20767 | msgstr "" |
20768 | ||
d5706a1e | 20769 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1990 |
b97e55da | 20770 | msgid "Assume strict aliasing rules apply" |
1737c953 JM |
20771 | msgstr "" |
20772 | ||
d5706a1e | 20773 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1996 |
b97e55da | 20774 | msgid "Check for syntax errors, then stop" |
1737c953 JM |
20775 | msgstr "" |
20776 | ||
d5706a1e | 20777 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1999 |
b97e55da | 20778 | msgid "-ftabstop=<number>\tDistance between tab stops for column reporting" |
1737c953 JM |
20779 | msgstr "" |
20780 | ||
d5706a1e | 20781 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2002 |
b97e55da | 20782 | msgid "-ftemplate-depth-<number>\tSpecify maximum template instantiation depth" |
1737c953 JM |
20783 | msgstr "" |
20784 | ||
d5706a1e | 20785 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2005 |
b97e55da | 20786 | msgid "Create data files needed by \"gcov\"" |
1737c953 JM |
20787 | msgstr "" |
20788 | ||
d5706a1e | 20789 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2011 |
b97e55da | 20790 | msgid "Perform jump threading optimizations" |
1737c953 JM |
20791 | msgstr "" |
20792 | ||
d5706a1e | 20793 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2014 |
807ab1f2 JM |
20794 | msgid "" |
20795 | "-fno-threadsafe-statics\tDo not generate thread-safe code for initializing " | |
20796 | "local statics." | |
20797 | msgstr "" | |
20798 | ||
d5706a1e | 20799 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2017 |
b97e55da | 20800 | msgid "Report the time taken by each compiler pass" |
1737c953 JM |
20801 | msgstr "" |
20802 | ||
d5706a1e | 20803 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2020 |
b97e55da JM |
20804 | msgid "" |
20805 | "-ftls-model=[global-dynamic|local-dynamic|initial-exec|local-exec]\tSet the " | |
20806 | "default thread-local storage code generation model" | |
1737c953 JM |
20807 | msgstr "" |
20808 | ||
d5706a1e | 20809 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2023 |
b97e55da | 20810 | msgid "Perform superblock formation via tail duplication" |
1737c953 JM |
20811 | msgstr "" |
20812 | ||
d5706a1e | 20813 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2026 |
b97e55da | 20814 | msgid "Assume floating-point operations can trap" |
1737c953 JM |
20815 | msgstr "" |
20816 | ||
d5706a1e | 20817 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2029 |
b97e55da | 20818 | msgid "Trap for signed overflow in addition, subtraction and multiplication" |
1737c953 JM |
20819 | msgstr "" |
20820 | ||
d5706a1e | 20821 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2032 |
b1b51268 | 20822 | msgid "Use tree-ssa based implementation of profiling" |
1737c953 JM |
20823 | msgstr "" |
20824 | ||
d5706a1e | 20825 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2035 |
b1b51268 | 20826 | msgid "Enable SSA-CCP optimization on trees" |
1737c953 JM |
20827 | msgstr "" |
20828 | ||
d5706a1e | 20829 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2038 |
b1b51268 | 20830 | msgid "Enable loop header copying on trees" |
1737c953 JM |
20831 | msgstr "" |
20832 | ||
d5706a1e | 20833 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2041 |
b1b51268 | 20834 | msgid "Coalesce memory temporaries in the SSA->normal pass" |
1737c953 JM |
20835 | msgstr "" |
20836 | ||
d5706a1e | 20837 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2044 |
b1b51268 | 20838 | msgid "Replace SSA temporaries with better names in copies." |
1737c953 JM |
20839 | msgstr "" |
20840 | ||
d5706a1e | 20841 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2047 |
b1b51268 | 20842 | msgid "Enable SSA dead code elimination optimization on trees" |
1737c953 JM |
20843 | msgstr "" |
20844 | ||
d5706a1e | 20845 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2050 |
b1b51268 | 20846 | msgid "Enable dominator optimizations" |
4ba01ed2 PT |
20847 | msgstr "" |
20848 | ||
d5706a1e | 20849 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2053 |
b1b51268 | 20850 | msgid "Enable dead store elimination" |
4ba01ed2 PT |
20851 | msgstr "" |
20852 | ||
d5706a1e | 20853 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2056 |
807ab1f2 JM |
20854 | msgid "Enable Full Redundancy Elimination (FRE) on trees" |
20855 | msgstr "" | |
20856 | ||
d5706a1e | 20857 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2059 |
807ab1f2 JM |
20858 | msgid "Enable loop invariant motion on trees" |
20859 | msgstr "" | |
20860 | ||
d5706a1e | 20861 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2062 |
807ab1f2 JM |
20862 | msgid "Create canonical induction variables in loops" |
20863 | msgstr "" | |
20864 | ||
d5706a1e | 20865 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2065 |
807ab1f2 JM |
20866 | msgid "Enable linear loop transforms on trees" |
20867 | msgstr "" | |
20868 | ||
d5706a1e | 20869 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2068 |
807ab1f2 | 20870 | msgid "Enable loop optimizations on tree level" |
a47a6810 JM |
20871 | msgstr "" |
20872 | ||
d5706a1e | 20873 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2071 |
b1b51268 | 20874 | msgid "Perform live range splitting during the SSA->normal pass." |
4ba01ed2 PT |
20875 | msgstr "" |
20876 | ||
d5706a1e | 20877 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2074 |
b1b51268 | 20878 | msgid "Enable SSA-PRE optimization on trees" |
4ba01ed2 PT |
20879 | msgstr "" |
20880 | ||
d5706a1e | 20881 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2077 |
b1b51268 | 20882 | msgid "Perform scalar replacement of aggregates" |
4ba01ed2 PT |
20883 | msgstr "" |
20884 | ||
d5706a1e | 20885 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2080 |
b1b51268 | 20886 | msgid "Replace temporary expressions in the SSA->normal pass" |
4ba01ed2 PT |
20887 | msgstr "" |
20888 | ||
d5706a1e | 20889 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2083 |
807ab1f2 JM |
20890 | msgid "Enable loop vectorization on trees" |
20891 | msgstr "" | |
20892 | ||
d5706a1e | 20893 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2086 |
b1b51268 | 20894 | msgid "Compile whole compilation unit at a time" |
4ba01ed2 PT |
20895 | msgstr "" |
20896 | ||
d5706a1e | 20897 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2089 |
807ab1f2 JM |
20898 | msgid "Perform loop unrolling for all loops" |
20899 | msgstr "" | |
20900 | ||
d5706a1e | 20901 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2092 |
807ab1f2 JM |
20902 | msgid "Perform loop unrolling when iteration count is known" |
20903 | msgstr "" | |
20904 | ||
d5706a1e | 20905 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2095 |
b97e55da | 20906 | msgid "Allow math optimizations that may violate IEEE or ISO standards" |
4ba01ed2 PT |
20907 | msgstr "" |
20908 | ||
d5706a1e | 20909 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2098 |
b97e55da | 20910 | msgid "When \"signed\" or \"unsigned\" is not given make the bitfield unsigned" |
4ba01ed2 PT |
20911 | msgstr "" |
20912 | ||
d5706a1e | 20913 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2101 |
b97e55da | 20914 | msgid "Make \"char\" unsigned by default" |
9d967a7e ZW |
20915 | msgstr "" |
20916 | ||
d5706a1e | 20917 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2104 |
b97e55da | 20918 | msgid "Perform loop unswitching" |
9d967a7e ZW |
20919 | msgstr "" |
20920 | ||
d5706a1e | 20921 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2107 |
b97e55da | 20922 | msgid "Just generate unwind tables for exception handling" |
4ba01ed2 PT |
20923 | msgstr "" |
20924 | ||
d5706a1e | 20925 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2110 |
807ab1f2 JM |
20926 | msgid "Generate code for the Boehm GC" |
20927 | msgstr "" | |
20928 | ||
d5706a1e | 20929 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2113 |
b97e55da | 20930 | msgid "Use __cxa_atexit to register destructors" |
9d967a7e ZW |
20931 | msgstr "" |
20932 | ||
d5706a1e | 20933 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2116 |
807ab1f2 JM |
20934 | msgid "Call a library routine to do integer divisions" |
20935 | msgstr "" | |
20936 | ||
d5706a1e | 20937 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2119 |
b1b51268 | 20938 | msgid "Perform variable tracking" |
9d967a7e ZW |
20939 | msgstr "" |
20940 | ||
d5706a1e | 20941 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2122 |
b1b51268 | 20942 | msgid "Add extra commentary to assembler output" |
9d967a7e ZW |
20943 | msgstr "" |
20944 | ||
d5706a1e | 20945 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2125 |
807ab1f2 JM |
20946 | msgid "Marks all inlined methods as having hidden visibility" |
20947 | msgstr "" | |
20948 | ||
d5706a1e | 20949 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2128 |
807ab1f2 JM |
20950 | msgid "" |
20951 | "-fvisibility=[default|internal|hidden|protected]\tSet the default symbol " | |
20952 | "visibility" | |
20953 | msgstr "" | |
20954 | ||
d5706a1e | 20955 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2131 |
b97e55da | 20956 | msgid "Use expression value profiles in optimizations" |
7bbf788c PT |
20957 | msgstr "" |
20958 | ||
d5706a1e | 20959 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2134 |
b97e55da | 20960 | msgid "Discard unused virtual functions" |
d9b2742a ZW |
20961 | msgstr "" |
20962 | ||
d5706a1e | 20963 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2137 |
b97e55da | 20964 | msgid "Implement vtables using thunks" |
7bbf788c PT |
20965 | msgstr "" |
20966 | ||
d5706a1e | 20967 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2140 |
b97e55da | 20968 | msgid "Emit common-like symbols as weak symbols" |
4ba01ed2 PT |
20969 | msgstr "" |
20970 | ||
d5706a1e | 20971 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2143 |
b97e55da | 20972 | msgid "Construct webs and split unrelated uses of single variable" |
9e620082 ZW |
20973 | msgstr "" |
20974 | ||
d5706a1e | 20975 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2146 |
b97e55da JM |
20976 | msgid "" |
20977 | "-fwide-exec-charset=<cset>\tConvert all wide strings and character constants " | |
20978 | "to character set <cset>" | |
9e620082 ZW |
20979 | msgstr "" |
20980 | ||
d5706a1e | 20981 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2149 |
b97e55da | 20982 | msgid "Generate a #line directive pointing at the current working directory" |
4ba01ed2 PT |
20983 | msgstr "" |
20984 | ||
d5706a1e | 20985 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2152 |
b97e55da | 20986 | msgid "Assume signed arithmetic overflow wraps around" |
4ba01ed2 PT |
20987 | msgstr "" |
20988 | ||
d5706a1e | 20989 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2155 |
b97e55da | 20990 | msgid "Emit cross referencing information" |
a47a6810 JM |
20991 | msgstr "" |
20992 | ||
d5706a1e | 20993 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2158 |
b97e55da | 20994 | msgid "Put zero initialized data in the bss section" |
4ba01ed2 PT |
20995 | msgstr "" |
20996 | ||
d5706a1e | 20997 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2161 |
b97e55da JM |
20998 | msgid "" |
20999 | "Generate lazy class lookup (via objc_getClass()) for use in Zero-Link mode" | |
4ba01ed2 PT |
21000 | msgstr "" |
21001 | ||
d5706a1e | 21002 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2164 |
b97e55da | 21003 | msgid "Generate debug information in default format" |
4ba01ed2 PT |
21004 | msgstr "" |
21005 | ||
d5706a1e | 21006 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2167 |
b97e55da | 21007 | msgid "Generate debug information in COFF format" |
a47a6810 JM |
21008 | msgstr "" |
21009 | ||
d5706a1e | 21010 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2170 |
b97e55da | 21011 | msgid "Generate debug information in DWARF v2 format" |
4ba01ed2 PT |
21012 | msgstr "" |
21013 | ||
d5706a1e | 21014 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2173 |
b97e55da | 21015 | msgid "Dump declarations to a .decl file" |
4ba01ed2 PT |
21016 | msgstr "" |
21017 | ||
d5706a1e | 21018 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2176 |
b97e55da | 21019 | msgid "Generate debug information in default extended format" |
dc6746e7 PT |
21020 | msgstr "" |
21021 | ||
d5706a1e | 21022 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2179 |
b97e55da | 21023 | msgid "Generate debug information in STABS format" |
dc6746e7 PT |
21024 | msgstr "" |
21025 | ||
d5706a1e | 21026 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2182 |
b97e55da | 21027 | msgid "Generate debug information in extended STABS format" |
dc6746e7 PT |
21028 | msgstr "" |
21029 | ||
d5706a1e | 21030 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2185 |
b97e55da | 21031 | msgid "Generate debug information in VMS format" |
dc6746e7 PT |
21032 | msgstr "" |
21033 | ||
d5706a1e | 21034 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2188 |
b97e55da | 21035 | msgid "Generate debug information in XCOFF format" |
a47a6810 JM |
21036 | msgstr "" |
21037 | ||
d5706a1e | 21038 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2191 |
b97e55da | 21039 | msgid "Generate debug information in extended XCOFF format" |
d51681a7 PT |
21040 | msgstr "" |
21041 | ||
d5706a1e | 21042 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2194 |
b97e55da | 21043 | msgid "-idirafter <dir>\tAdd <dir> to the end of the system include path" |
d51681a7 PT |
21044 | msgstr "" |
21045 | ||
d5706a1e | 21046 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2197 |
b97e55da | 21047 | msgid "-imacros <file>\tAccept definition of macros in <file>" |
d51681a7 PT |
21048 | msgstr "" |
21049 | ||
d5706a1e | 21050 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2200 |
b97e55da | 21051 | msgid "-include <file>\tInclude the contents of <file> before other files" |
d51681a7 PT |
21052 | msgstr "" |
21053 | ||
d5706a1e | 21054 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2203 |
b97e55da | 21055 | msgid "-iprefix <path>\tSpecify <path> as a prefix for next two options" |
dc6746e7 PT |
21056 | msgstr "" |
21057 | ||
d5706a1e | 21058 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2206 |
b1b51268 JM |
21059 | msgid "-iquote <dir>\tAdd <dir> to the end of the quote include path" |
21060 | msgstr "" | |
21061 | ||
d5706a1e | 21062 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2209 |
b97e55da | 21063 | msgid "-isysroot <dir>\tSet <dir> to be the system root directory" |
d51681a7 PT |
21064 | msgstr "" |
21065 | ||
d5706a1e | 21066 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2212 |
b97e55da | 21067 | msgid "-isystem <dir>\tAdd <dir> to the start of the system include path" |
4ba01ed2 PT |
21068 | msgstr "" |
21069 | ||
d5706a1e | 21070 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2215 |
b97e55da | 21071 | msgid "-iwithprefix <dir>\tAdd <dir> to the end of the system include path" |
d51681a7 PT |
21072 | msgstr "" |
21073 | ||
d5706a1e | 21074 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2218 |
b97e55da | 21075 | msgid "-iwithprefixbefore <dir>\tAdd <dir> to the end of the main include path" |
d51681a7 PT |
21076 | msgstr "" |
21077 | ||
d5706a1e | 21078 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2230 |
b97e55da JM |
21079 | msgid "" |
21080 | "Do not search standard system include directories (those specified with -" | |
21081 | "isystem will still be used)" | |
d51681a7 PT |
21082 | msgstr "" |
21083 | ||
d5706a1e | 21084 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2233 |
b97e55da | 21085 | msgid "Do not search standard system include directories for C++" |
dc6746e7 PT |
21086 | msgstr "" |
21087 | ||
d5706a1e | 21088 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2236 |
b97e55da | 21089 | msgid "-o <file>\tPlace output into <file>" |
dc6746e7 PT |
21090 | msgstr "" |
21091 | ||
d5706a1e | 21092 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2239 |
b97e55da | 21093 | msgid "Enable function profiling" |
dc6746e7 PT |
21094 | msgstr "" |
21095 | ||
d5706a1e | 21096 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2242 |
b97e55da | 21097 | msgid "Issue warnings needed for strict compliance to the standard" |
dc6746e7 PT |
21098 | msgstr "" |
21099 | ||
d5706a1e | 21100 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2245 |
b97e55da | 21101 | msgid "Like -pedantic but issue them as errors" |
dc6746e7 PT |
21102 | msgstr "" |
21103 | ||
d5706a1e | 21104 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2248 |
b97e55da | 21105 | msgid "Generate C header of platform-specific features" |
d51681a7 PT |
21106 | msgstr "" |
21107 | ||
d5706a1e | 21108 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2251 |
b97e55da | 21109 | msgid "Do not display functions compiled or elapsed time" |
d51681a7 PT |
21110 | msgstr "" |
21111 | ||
d5706a1e | 21112 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2254 |
b97e55da | 21113 | msgid "Remap file names when including files" |
d51681a7 PT |
21114 | msgstr "" |
21115 | ||
d5706a1e | 21116 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2257 |
b97e55da | 21117 | msgid "Conform to the ISO 1998 C++ standard" |
d51681a7 PT |
21118 | msgstr "" |
21119 | ||
d5706a1e | 21120 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2260 |
b97e55da | 21121 | msgid "Conform to the ISO 1990 C standard" |
4ba01ed2 PT |
21122 | msgstr "" |
21123 | ||
d5706a1e | 21124 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2263 |
b97e55da | 21125 | msgid "Conform to the ISO 1999 C standard" |
7bf81eee PT |
21126 | msgstr "" |
21127 | ||
d5706a1e ZW |
21128 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2266 |
21129 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2287 | |
21130 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2290 | |
b97e55da | 21131 | msgid "Deprecated in favor of -std=c99" |
9e620082 ZW |
21132 | msgstr "" |
21133 | ||
d5706a1e | 21134 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2269 |
b97e55da | 21135 | msgid "Conform to the ISO 1998 C++ standard with GNU extensions" |
dc6746e7 PT |
21136 | msgstr "" |
21137 | ||
d5706a1e | 21138 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2272 |
b97e55da | 21139 | msgid "Conform to the ISO 1990 C standard with GNU extensions" |
3855d0d1 JM |
21140 | msgstr "" |
21141 | ||
d5706a1e | 21142 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2275 |
b97e55da | 21143 | msgid "Conform to the ISO 1999 C standard with GNU extensions" |
3855d0d1 JM |
21144 | msgstr "" |
21145 | ||
d5706a1e | 21146 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2278 |
b97e55da | 21147 | msgid "Deprecated in favor of -std=gnu99" |
3855d0d1 JM |
21148 | msgstr "" |
21149 | ||
d5706a1e | 21150 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2281 |
b97e55da | 21151 | msgid "Deprecated in favor of -std=c89" |
dc6746e7 PT |
21152 | msgstr "" |
21153 | ||
d5706a1e | 21154 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2284 |
b97e55da | 21155 | msgid "Conform to the ISO 1990 C standard as amended in 1994" |
dc6746e7 PT |
21156 | msgstr "" |
21157 | ||
d5706a1e | 21158 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2293 |
b97e55da | 21159 | msgid "Enable traditional preprocessing" |
dc6746e7 PT |
21160 | msgstr "" |
21161 | ||
d5706a1e | 21162 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2296 |
b97e55da | 21163 | msgid "-trigraphs\tSupport ISO C trigraphs" |
9d967a7e ZW |
21164 | msgstr "" |
21165 | ||
d5706a1e | 21166 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2299 |
b97e55da | 21167 | msgid "Do not predefine system-specific and GCC-specific macros" |
9d967a7e ZW |
21168 | msgstr "" |
21169 | ||
d5706a1e | 21170 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2302 |
b97e55da | 21171 | msgid "Enable verbose output" |
d9b2742a ZW |
21172 | msgstr "" |
21173 | ||
d5706a1e | 21174 | #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2308 |
b97e55da | 21175 | msgid "Suppress warnings" |
dc6746e7 PT |
21176 | msgstr "" |
21177 | ||
d5706a1e ZW |
21178 | #: java/jvspec.c:80 gcc.c:796 ada/lang-specs.h:34 |
21179 | msgid "-pg and -fomit-frame-pointer are incompatible" | |
cabb228b ZW |
21180 | msgstr "" |
21181 | ||
d5706a1e ZW |
21182 | #: config/i386/cygwin.h:29 |
21183 | msgid "mno-cygwin and mno-win32 are not compatible" | |
a47a6810 JM |
21184 | msgstr "" |
21185 | ||
d5706a1e ZW |
21186 | #: config/i386/cygwin.h:70 config/i386/mingw32.h:58 |
21187 | msgid "shared and mdll are not compatible" | |
a52453cc PT |
21188 | msgstr "" |
21189 | ||
807ab1f2 JM |
21190 | #: config/sh/sh.h:685 |
21191 | msgid "SH2a does not support little-endian" | |
dc6746e7 PT |
21192 | msgstr "" |
21193 | ||
d5706a1e ZW |
21194 | #: config/sparc/linux64.h:207 config/sparc/linux64.h:218 |
21195 | #: config/sparc/netbsd-elf.h:136 config/sparc/netbsd-elf.h:155 | |
21196 | #: config/sparc/sol2-bi.h:195 config/sparc/sol2-bi.h:205 | |
21197 | msgid "may not use both -m32 and -m64" | |
8d98c44c JM |
21198 | msgstr "" |
21199 | ||
d5706a1e ZW |
21200 | #: config/i386/sco5.h:189 |
21201 | msgid "-pg not supported on this platform" | |
8d98c44c JM |
21202 | msgstr "" |
21203 | ||
d5706a1e ZW |
21204 | #: config/i386/sco5.h:190 |
21205 | msgid "-p and -pp specified - pick one" | |
21206 | msgstr "" | |
21207 | ||
21208 | #: config/i386/sco5.h:264 | |
21209 | msgid "-G and -static are mutually exclusive" | |
21210 | msgstr "" | |
21211 | ||
21212 | #: config/vax/vax.h:50 config/vax/vax.h:51 | |
21213 | msgid "profiling not supported with -mg\n" | |
7bbf788c PT |
21214 | msgstr "" |
21215 | ||
a05e4fdb | 21216 | #: config/darwin.h:248 |
b1b51268 | 21217 | msgid "-current_version only allowed with -dynamiclib" |
dc6746e7 PT |
21218 | msgstr "" |
21219 | ||
a05e4fdb | 21220 | #: config/darwin.h:251 |
b1b51268 | 21221 | msgid "-install_name only allowed with -dynamiclib" |
dc6746e7 PT |
21222 | msgstr "" |
21223 | ||
a05e4fdb | 21224 | #: config/darwin.h:256 |
b1b51268 | 21225 | msgid "-bundle not allowed with -dynamiclib" |
dc6746e7 PT |
21226 | msgstr "" |
21227 | ||
a05e4fdb | 21228 | #: config/darwin.h:257 |
b1b51268 | 21229 | msgid "-bundle_loader not allowed with -dynamiclib" |
dc6746e7 PT |
21230 | msgstr "" |
21231 | ||
a05e4fdb | 21232 | #: config/darwin.h:258 |
b1b51268 | 21233 | msgid "-client_name not allowed with -dynamiclib" |
dc6746e7 PT |
21234 | msgstr "" |
21235 | ||
a05e4fdb | 21236 | #: config/darwin.h:261 |
b1b51268 | 21237 | msgid "-force_cpusubtype_ALL not allowed with -dynamiclib" |
dc6746e7 PT |
21238 | msgstr "" |
21239 | ||
a05e4fdb | 21240 | #: config/darwin.h:262 |
b1b51268 | 21241 | msgid "-force_flat_namespace not allowed with -dynamiclib" |
a47a6810 JM |
21242 | msgstr "" |
21243 | ||
a05e4fdb | 21244 | #: config/darwin.h:264 |
b1b51268 | 21245 | msgid "-keep_private_externs not allowed with -dynamiclib" |
a47a6810 JM |
21246 | msgstr "" |
21247 | ||
a05e4fdb | 21248 | #: config/darwin.h:265 |
b1b51268 | 21249 | msgid "-private_bundle not allowed with -dynamiclib" |
dc6746e7 | 21250 | msgstr "" |
7bbf788c | 21251 | |
d5706a1e ZW |
21252 | #: config/lynx.h:71 |
21253 | msgid "Cannot use mthreads and mlegacy-threads together." | |
b4117c30 ZW |
21254 | msgstr "" |
21255 | ||
d5706a1e ZW |
21256 | #: config/lynx.h:96 |
21257 | msgid "Cannot use mshared and static together." | |
b4117c30 ZW |
21258 | msgstr "" |
21259 | ||
d5706a1e ZW |
21260 | #: config/mcore/mcore.h:57 |
21261 | msgid "the m210 does not have little endian support" | |
8d98c44c JM |
21262 | msgstr "" |
21263 | ||
d5706a1e ZW |
21264 | #: config/arm/arm.h:151 |
21265 | msgid "-msoft-float and -mhard_float may not be used together" | |
01b84e13 JM |
21266 | msgstr "" |
21267 | ||
d5706a1e ZW |
21268 | #: config/arm/arm.h:153 |
21269 | msgid "-mbig-endian and -mlittle-endian may not be used together" | |
de104104 JM |
21270 | msgstr "" |
21271 | ||
d5706a1e ZW |
21272 | #: gcc.c:769 |
21273 | msgid "GCC does not support -C or -CC without -E" | |
de104104 JM |
21274 | msgstr "" |
21275 | ||
d5706a1e ZW |
21276 | #: gcc.c:963 |
21277 | msgid "-E required when input is from standard input" | |
b4117c30 ZW |
21278 | msgstr "" |
21279 | ||
807ab1f2 JM |
21280 | #: ada/lang-specs.h:35 |
21281 | msgid "-c or -S required for Ada" | |
b4117c30 ZW |
21282 | msgstr "" |
21283 | ||
d5706a1e ZW |
21284 | #: config/rs6000/darwin.h:132 |
21285 | msgid " conflicting code gen style switches are used" | |
b4117c30 ZW |
21286 | msgstr "" |
21287 | ||
d5706a1e ZW |
21288 | #: config/i386/nwld.h:34 |
21289 | msgid "Static linking is not supported.\n" | |
b4117c30 ZW |
21290 | msgstr "" |
21291 | ||
d5706a1e ZW |
21292 | #: config/sparc/sol2-bi.h:167 config/sparc/sol2-bi.h:172 |
21293 | #: config/sparc/sol2-gld-bi.h:17 config/sparc/sol2-gld-bi.h:22 | |
21294 | msgid "does not support multilib" | |
b4117c30 ZW |
21295 | msgstr "" |
21296 | ||
d5706a1e ZW |
21297 | #: config/vax/netbsd-elf.h:42 |
21298 | msgid "The -shared option is not currently supported for VAX ELF." | |
b4117c30 ZW |
21299 | msgstr "" |
21300 | ||
d5706a1e ZW |
21301 | #: java/lang-specs.h:34 |
21302 | msgid "-fjni and -femit-class-files are incompatible" | |
b4117c30 ZW |
21303 | msgstr "" |
21304 | ||
d5706a1e ZW |
21305 | #: java/lang-specs.h:35 |
21306 | msgid "-fjni and -femit-class-file are incompatible" | |
01b84e13 JM |
21307 | msgstr "" |
21308 | ||
d5706a1e ZW |
21309 | #: java/lang-specs.h:36 java/lang-specs.h:37 |
21310 | msgid "-femit-class-file should used along with -fsyntax-only" | |
7bbf788c | 21311 | msgstr "" |
807ab1f2 | 21312 | |
d5706a1e ZW |
21313 | #: config/arc/arc.h:63 config/mips/mips.h:1114 |
21314 | msgid "may not use both -EB and -EL" | |
de104104 JM |
21315 | msgstr "" |
21316 | ||
d5706a1e ZW |
21317 | #: treelang/lang-specs.h:52 |
21318 | msgid "-pg or -p and -fomit-frame-pointer are incompatible" | |
de104104 JM |
21319 | msgstr "" |
21320 | ||
d5706a1e ZW |
21321 | #: config/mips/r3900.h:35 |
21322 | msgid "-mhard-float not supported" | |
de104104 JM |
21323 | msgstr "" |
21324 | ||
d5706a1e ZW |
21325 | #: config/mips/r3900.h:37 |
21326 | msgid "-msingle-float and -msoft-float cannot both be specified" | |
807ab1f2 | 21327 | msgstr "" |