OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / gcc / po / gcc.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\n"
11 "POT-Creation-Date: 2004-05-17 12:50-0700\n"
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"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #: attribs.c:178
20 #, c-format
21 msgid "`%s' attribute directive ignored"
22 msgstr ""
23
24 #: attribs.c:186
25 #, c-format
26 msgid "wrong number of arguments specified for `%s' attribute"
27 msgstr ""
28
29 #: attribs.c:203
30 #, c-format
31 msgid "`%s' attribute does not apply to types"
32 msgstr ""
33
34 #: attribs.c:249
35 #, c-format
36 msgid "`%s' attribute only applies to function types"
37 msgstr ""
38
39 #: attribs.c:435 c-common.c:4384 c-common.c:4403 c-common.c:4421
40 #: c-common.c:4448 c-common.c:4467 c-common.c:4490 c-common.c:4513
41 #: c-common.c:4539 c-common.c:4573 c-common.c:4617 c-common.c:4645
42 #: c-common.c:4673 c-common.c:4692 c-common.c:4968 c-common.c:4990
43 #: c-common.c:5025 c-common.c:5092 c-common.c:5138 c-common.c:5196
44 #: c-common.c:5225 c-common.c:5465 c-common.c:5488 c-common.c:5527
45 #: config/arm/arm.c:2507 config/arm/arm.c:2534 config/avr/avr.c:4547
46 #: config/h8300/h8300.c:4401 config/h8300/h8300.c:4424 config/i386/i386.c:1668
47 #: config/i386/i386.c:15251 config/i386/winnt.c:86 config/ia64/ia64.c:1081
48 #: config/ip2k/ip2k.c:3160 config/m68hc11/m68hc11.c:1289
49 #: config/rs6000/rs6000.c:15185
50 #, c-format
51 msgid "`%s' attribute ignored"
52 msgstr ""
53
54 #: builtins.c:329
55 msgid "offset outside bounds of constant string"
56 msgstr ""
57
58 #: builtins.c:915
59 msgid "second arg to `__builtin_prefetch' must be a constant"
60 msgstr ""
61
62 #: builtins.c:922
63 msgid "invalid second arg to __builtin_prefetch; using zero"
64 msgstr ""
65
66 #: builtins.c:929
67 msgid "third arg to `__builtin_prefetch' must be a constant"
68 msgstr ""
69
70 #: builtins.c:936
71 msgid "invalid third arg to __builtin_prefetch; using zero"
72 msgstr ""
73
74 #: builtins.c:4024
75 msgid "argument of `__builtin_args_info' must be constant"
76 msgstr ""
77
78 #: builtins.c:4030
79 msgid "argument of `__builtin_args_info' out of range"
80 msgstr ""
81
82 #: builtins.c:4036
83 msgid "missing argument in `__builtin_args_info'"
84 msgstr ""
85
86 #: builtins.c:4052 builtins.c:8929
87 msgid "`va_start' used in function with fixed args"
88 msgstr ""
89
90 #: builtins.c:4071 builtins.c:8945
91 msgid "second parameter of `va_start' not last named argument"
92 msgstr ""
93
94 #. Evidently an out of date version of <stdarg.h>; can't validate
95 #. va_start's second argument, but can still work as intended.
96 #: builtins.c:4076 builtins.c:8951
97 msgid "`__builtin_next_arg' called without an argument"
98 msgstr ""
99
100 #: builtins.c:4165 builtins.c:8916
101 msgid "too many arguments to function `va_start'"
102 msgstr ""
103
104 #: builtins.c:4287
105 msgid "first argument to `va_arg' not of type `va_list'"
106 msgstr ""
107
108 #. Unfortunately, this is merely undefined, rather than a constraint
109 #. violation, so we cannot make this an error.  If this call is never
110 #. executed, the program is still strictly conforming.
111 #: builtins.c:4319
112 #, c-format
113 msgid "`%s' is promoted to `%s' when passed through `...'"
114 msgstr ""
115
116 #: builtins.c:4324
117 #, c-format
118 msgid "(so you should pass `%s' not `%s' to `va_arg')"
119 msgstr ""
120
121 #. We can, however, treat "undefined" any way we please.
122 #. Call abort to encourage the user to fix the program.
123 #: builtins.c:4330 c-typeck.c:1757
124 msgid "if this code is reached, the program will abort"
125 msgstr ""
126
127 #: builtins.c:4437
128 msgid "invalid arg to `__builtin_frame_address'"
129 msgstr ""
130
131 #: builtins.c:4439
132 msgid "invalid arg to `__builtin_return_address'"
133 msgstr ""
134
135 #: builtins.c:4453
136 msgid "unsupported arg to `__builtin_frame_address'"
137 msgstr ""
138
139 #: builtins.c:4455
140 msgid "unsupported arg to `__builtin_return_address'"
141 msgstr ""
142
143 #: builtins.c:4621
144 msgid "second arg to `__builtin_expect' must be a constant"
145 msgstr ""
146
147 #: builtins.c:5880
148 msgid "__builtin_longjmp second argument must be 1"
149 msgstr ""
150
151 #: builtins.c:6025
152 #, c-format
153 msgid "built-in function `%s' not currently supported"
154 msgstr ""
155
156 #: builtins.c:6203
157 msgid "target format does not support infinity"
158 msgstr ""
159
160 #: c-common.c:931
161 msgid "%Hsuggest explicit braces to avoid ambiguous `else'"
162 msgstr ""
163
164 #: c-common.c:1155
165 msgid "%J'%D' is not defined outside of function scope"
166 msgstr ""
167
168 #: c-common.c:1175
169 #, c-format
170 msgid ""
171 "string length `%d' is greater than the length `%d' ISO C%d compilers are "
172 "required to support"
173 msgstr ""
174
175 #: c-common.c:1216
176 msgid "overflow in constant expression"
177 msgstr ""
178
179 #: c-common.c:1236
180 msgid "integer overflow in expression"
181 msgstr ""
182
183 #: c-common.c:1245
184 msgid "floating point overflow in expression"
185 msgstr ""
186
187 #: c-common.c:1251
188 msgid "vector overflow in expression"
189 msgstr ""
190
191 #. This detects cases like converting -129 or 256 to unsigned char.
192 #: c-common.c:1273
193 msgid "large integer implicitly truncated to unsigned type"
194 msgstr ""
195
196 #: c-common.c:1275
197 msgid "negative integer implicitly converted to unsigned type"
198 msgstr ""
199
200 #: c-common.c:1331
201 msgid "overflow in implicit constant conversion"
202 msgstr ""
203
204 #: c-common.c:1467
205 #, c-format
206 msgid "operation on `%s' may be undefined"
207 msgstr ""
208
209 #: c-common.c:1750
210 msgid "expression statement has incomplete type"
211 msgstr ""
212
213 #: c-common.c:1782
214 msgid "case label does not reduce to an integer constant"
215 msgstr ""
216
217 #: c-common.c:2086
218 msgid "invalid truth-value expression"
219 msgstr ""
220
221 #: c-common.c:2137
222 #, c-format
223 msgid "invalid operands to binary %s"
224 msgstr ""
225
226 #: c-common.c:2371
227 msgid "comparison is always false due to limited range of data type"
228 msgstr ""
229
230 #: c-common.c:2373
231 msgid "comparison is always true due to limited range of data type"
232 msgstr ""
233
234 #: c-common.c:2443
235 msgid "comparison of unsigned expression >= 0 is always true"
236 msgstr ""
237
238 #: c-common.c:2452
239 msgid "comparison of unsigned expression < 0 is always false"
240 msgstr ""
241
242 #: c-common.c:2494
243 msgid "pointer of type `void *' used in arithmetic"
244 msgstr ""
245
246 #: c-common.c:2500
247 msgid "pointer to a function used in arithmetic"
248 msgstr ""
249
250 #: c-common.c:2506
251 msgid "pointer to member function used in arithmetic"
252 msgstr ""
253
254 #. Common Ada/Pascal programmer's mistake.  We always warn
255 #. about this since it is so bad.
256 #: c-common.c:2612
257 msgid "the address of `%D', will always evaluate as `true'"
258 msgstr ""
259
260 #: c-common.c:2706
261 msgid "suggest parentheses around assignment used as truth value"
262 msgstr ""
263
264 #: c-common.c:2752 c-common.c:2792
265 msgid "invalid use of `restrict'"
266 msgstr ""
267
268 #: c-common.c:3004
269 msgid "invalid application of `sizeof' to a function type"
270 msgstr ""
271
272 #: c-common.c:3014
273 #, c-format
274 msgid "invalid application of `%s' to a void type"
275 msgstr ""
276
277 #: c-common.c:3020
278 #, c-format
279 msgid "invalid application of `%s' to an incomplete type"
280 msgstr ""
281
282 #: c-common.c:3060
283 msgid "`__alignof' applied to a bit-field"
284 msgstr ""
285
286 #: c-common.c:3502
287 #, c-format
288 msgid "cannot disable built-in function `%s'"
289 msgstr ""
290
291 #: c-common.c:3663 c-typeck.c:1987
292 #, c-format
293 msgid "too few arguments to function `%s'"
294 msgstr ""
295
296 #: c-common.c:3669 c-typeck.c:1848
297 #, c-format
298 msgid "too many arguments to function `%s'"
299 msgstr ""
300
301 #: c-common.c:3688
302 #, c-format
303 msgid "non-floating-point argument to function `%s'"
304 msgstr ""
305
306 #: c-common.c:3908
307 msgid "pointers are not permitted as case values"
308 msgstr ""
309
310 #: c-common.c:3912
311 msgid "range expressions in switch statements are non-standard"
312 msgstr ""
313
314 #: c-common.c:3937
315 msgid "empty range specified"
316 msgstr ""
317
318 #: c-common.c:3988
319 msgid "duplicate (or overlapping) case value"
320 msgstr ""
321
322 #: c-common.c:3989
323 msgid "%Jthis is the first entry overlapping that value"
324 msgstr ""
325
326 #: c-common.c:3993
327 msgid "duplicate case value"
328 msgstr ""
329
330 #: c-common.c:3994
331 msgid "%Jpreviously used here"
332 msgstr ""
333
334 #: c-common.c:3998
335 msgid "multiple default labels in one switch"
336 msgstr ""
337
338 #: c-common.c:3999
339 msgid "%Jthis is the first default label"
340 msgstr ""
341
342 #: c-common.c:4048
343 msgid "%Jcase value `%s' not in enumerated type"
344 msgstr ""
345
346 #: c-common.c:4051
347 msgid "%Jcase value `%s' not in enumerated type `%T'"
348 msgstr ""
349
350 #: c-common.c:4116
351 msgid "%Hswitch missing default case"
352 msgstr ""
353
354 #. Warn if there are enumerators that don't correspond to
355 #. case expressions.
356 #: c-common.c:4150
357 msgid "%Henumeration value `%E' not handled in switch"
358 msgstr ""
359
360 #: c-common.c:4177
361 msgid "taking the address of a label is non-standard"
362 msgstr ""
363
364 #: c-common.c:4727
365 #, c-format
366 msgid "unknown machine mode `%s'"
367 msgstr ""
368
369 #: c-common.c:4733
370 msgid "specifying vector types with __attribute__ ((mode)) is deprecated"
371 msgstr ""
372
373 #: c-common.c:4735
374 msgid "use __attribute__ ((vector_size)) instead"
375 msgstr ""
376
377 #: c-common.c:4740
378 #, c-format
379 msgid "no data type for mode `%s'"
380 msgstr ""
381
382 #: c-common.c:4745
383 #, c-format
384 msgid "invalid pointer mode `%s'"
385 msgstr ""
386
387 #: c-common.c:4752
388 #, c-format
389 msgid "unable to emulate '%s'"
390 msgstr ""
391
392 #: c-common.c:4796
393 msgid "%Jsection attribute cannot be specified for local variables"
394 msgstr ""
395
396 #: c-common.c:4807
397 msgid "%Jsection of '%D' conflicts with previous declaration"
398 msgstr ""
399
400 #: c-common.c:4816
401 msgid "%Jsection attribute not allowed for '%D'"
402 msgstr ""
403
404 #: c-common.c:4822
405 msgid "%Jsection attributes are not supported for this target"
406 msgstr ""
407
408 #: c-common.c:4860
409 msgid "requested alignment is not a constant"
410 msgstr ""
411
412 #: c-common.c:4865
413 msgid "requested alignment is not a power of 2"
414 msgstr ""
415
416 #: c-common.c:4870
417 msgid "requested alignment is too large"
418 msgstr ""
419
420 #: c-common.c:4896
421 msgid "%Jalignment may not be specified for '%D'"
422 msgstr ""
423
424 #: c-common.c:4934
425 msgid "%J'%D' defined both normally and as an alias"
426 msgstr ""
427
428 #: c-common.c:4950
429 msgid "alias arg not a string"
430 msgstr ""
431
432 #: c-common.c:4996
433 msgid "visibility arg not a string"
434 msgstr ""
435
436 #: c-common.c:5009
437 msgid ""
438 "visibility arg must be one of \"default\", \"hidden\", \"protected\" or "
439 "\"internal\""
440 msgstr ""
441
442 #: c-common.c:5035
443 msgid "tls_model arg not a string"
444 msgstr ""
445
446 #: c-common.c:5044
447 msgid ""
448 "tls_model arg must be one of \"local-exec\", \"initial-exec\", \"local-"
449 "dynamic\" or \"global-dynamic\""
450 msgstr ""
451
452 #: c-common.c:5066 c-common.c:5112
453 msgid "%J'%E' attribute applies only to functions"
454 msgstr ""
455
456 #: c-common.c:5071 c-common.c:5117
457 msgid "%Jcan't set '%E' attribute after definition"
458 msgstr ""
459
460 #: c-common.c:5193
461 #, c-format
462 msgid "`%s' attribute ignored for `%s'"
463 msgstr ""
464
465 #: c-common.c:5254
466 #, c-format
467 msgid "invalid vector type for attribute `%s'"
468 msgstr ""
469
470 #: c-common.c:5278
471 msgid "no vector mode with the size and type specified could be found"
472 msgstr ""
473
474 #: c-common.c:5306
475 msgid "nonnull attribute without arguments on a non-prototype"
476 msgstr ""
477
478 #: c-common.c:5321
479 #, c-format
480 msgid "nonnull argument has invalid operand number (arg %lu)"
481 msgstr ""
482
483 #: c-common.c:5340
484 #, c-format
485 msgid ""
486 "nonnull argument with out-of-range operand number (arg %lu, operand %lu)"
487 msgstr ""
488
489 #: c-common.c:5348
490 #, c-format
491 msgid "nonnull argument references non-pointer operand (arg %lu, operand %lu)"
492 msgstr ""
493
494 #: c-common.c:5428
495 #, c-format
496 msgid "null argument where non-null required (arg %lu)"
497 msgstr ""
498
499 #: c-common.c:5499
500 msgid "cleanup arg not an identifier"
501 msgstr ""
502
503 #: c-common.c:5506
504 msgid "cleanup arg not a function"
505 msgstr ""
506
507 #: c-common.c:5893
508 #, c-format
509 msgid "%s at end of input"
510 msgstr ""
511
512 #: c-common.c:5899
513 #, c-format
514 msgid "%s before %s'%c'"
515 msgstr ""
516
517 #: c-common.c:5901
518 #, c-format
519 msgid "%s before %s'\\x%x'"
520 msgstr ""
521
522 #: c-common.c:5905
523 #, c-format
524 msgid "%s before string constant"
525 msgstr ""
526
527 #: c-common.c:5907
528 #, c-format
529 msgid "%s before numeric constant"
530 msgstr ""
531
532 #: c-common.c:5909
533 #, c-format
534 msgid "%s before \"%s\""
535 msgstr ""
536
537 #: c-common.c:5911
538 #, c-format
539 msgid "%s before '%s' token"
540 msgstr ""
541
542 #. Use `%s' to print the string in case there are any escape
543 #. characters in the message.
544 #: c-common.c:5913 c-typeck.c:2546 c-typeck.c:3808 c-typeck.c:3823
545 #: c-typeck.c:3838 final.c:2855 final.c:2857 gcc.c:4651 rtl-error.c:109
546 #: toplev.c:1286 config/cris/cris.c:566 cp/parser.c:1852 cp/typeck.c:4098
547 #: java/expr.c:361 java/verify.c:1456 java/verify.c:1457 java/verify.c:1472
548 #, c-format
549 msgid "%s"
550 msgstr ""
551
552 #: c-common.c:5970
553 msgid ""
554 "%Hignoring return value of `%D', declared with attribute warn_unused_result"
555 msgstr ""
556
557 #: c-common.c:5974
558 msgid ""
559 "%Hignoring return value of function declared with attribute "
560 "warn_unused_result"
561 msgstr ""
562
563 #: c-convert.c:83 c-typeck.c:1235 c-typeck.c:3249 cp/typeck.c:1342
564 #: cp/typeck.c:5598 fortran/convert.c:89 treelang/tree-convert.c:79
565 msgid "void value not ignored as it ought to be"
566 msgstr ""
567
568 #: c-convert.c:121 fortran/convert.c:122 java/typeck.c:155
569 #: treelang/tree-convert.c:105
570 msgid "conversion to non-scalar type requested"
571 msgstr ""
572
573 #: c-decl.c:491
574 msgid "%Jarray '%D' assumed to have one element"
575 msgstr ""
576
577 #: c-decl.c:604
578 #, c-format
579 msgid "GCC supports only %u nested scopes\n"
580 msgstr ""
581
582 #: c-decl.c:678
583 msgid "%Jlabel `%D' used but not defined"
584 msgstr ""
585
586 #: c-decl.c:684
587 msgid "%Jlabel `%D' defined but not used"
588 msgstr ""
589
590 #: c-decl.c:686
591 msgid "%Jlabel `%D' declared but not defined"
592 msgstr ""
593
594 #: c-decl.c:738
595 msgid "%Junused variable `%D'"
596 msgstr ""
597
598 #: c-decl.c:955
599 msgid ""
600 "a parameter list with an ellipsis can't match an empty parameter name list "
601 "declaration"
602 msgstr ""
603
604 #: c-decl.c:962
605 msgid ""
606 "an argument type that has a default promotion can't match an empty parameter "
607 "name list declaration"
608 msgstr ""
609
610 #: c-decl.c:998
611 msgid ""
612 "%Jprototype for '%D' declares more arguments than previous old-style "
613 "definition"
614 msgstr ""
615
616 #: c-decl.c:1004
617 msgid ""
618 "%Jprototype for '%D' declares fewer arguments than previous old-style "
619 "definition"
620 msgstr ""
621
622 #: c-decl.c:1013
623 msgid "%Jprototype for '%D' declares arg %d with incompatible type"
624 msgstr ""
625
626 #. If we get here, no errors were found, but do issue a warning
627 #. for this poor-style construct.
628 #: c-decl.c:1025
629 msgid "%Jprototype for '%D' follows non-prototype definition"
630 msgstr ""
631
632 #: c-decl.c:1040
633 msgid "%Jprevious definition of '%D' was here"
634 msgstr ""
635
636 #: c-decl.c:1042
637 msgid "%Jprevious implicit declaration of '%D' was here"
638 msgstr ""
639
640 #: c-decl.c:1044
641 msgid "%Jprevious declaration of '%D' was here"
642 msgstr ""
643
644 #: c-decl.c:1080
645 msgid "%J'%D' redeclared as different kind of symbol"
646 msgstr ""
647
648 #: c-decl.c:1085
649 msgid "%Jbuilt-in function '%D' declared as non-function"
650 msgstr ""
651
652 #: c-decl.c:1088 c-decl.c:1180 c-decl.c:1715
653 msgid "%Jdeclaration of '%D' shadows a built-in function"
654 msgstr ""
655
656 #. If types don't match for a built-in, throw away the
657 #. built-in.  No point in calling locate_old_decl here, it
658 #. won't print anything.
659 #: c-decl.c:1109
660 msgid "%Jconflicting types for built-in function '%D'"
661 msgstr ""
662
663 #: c-decl.c:1133 c-decl.c:1141
664 msgid "%Jconflicting types for '%D'"
665 msgstr ""
666
667 #. Allow OLDDECL to continue in use.
668 #: c-decl.c:1156
669 msgid "%Jredefinition of typedef '%D'"
670 msgstr ""
671
672 #: c-decl.c:1194 c-decl.c:1258
673 msgid "%Jredefinition of '%D'"
674 msgstr ""
675
676 #: c-decl.c:1225 c-decl.c:1275
677 msgid "%Jstatic declaration of '%D' follows non-static declaration"
678 msgstr ""
679
680 #: c-decl.c:1233 c-decl.c:1272
681 msgid "%Jnon-static declaration of '%D' follows static declaration"
682 msgstr ""
683
684 #: c-decl.c:1245
685 msgid "%Jthread-local declaration of '%D' follows non-thread-local declaration"
686 msgstr ""
687
688 #: c-decl.c:1248
689 msgid "%Jnon-thread-local declaration of '%D' follows thread-local declaration"
690 msgstr ""
691
692 #: c-decl.c:1288
693 msgid "%Jextern declaration of '%D' follows declaration with no linkage"
694 msgstr ""
695
696 #: c-decl.c:1291
697 msgid "%Jdeclaration of '%D' with no linkage follows extern declaration"
698 msgstr ""
699
700 #: c-decl.c:1294
701 msgid "%Jredeclaration of '%D' with no linkage"
702 msgstr ""
703
704 #: c-decl.c:1308
705 msgid ""
706 "%Jredeclaration of '%D' with different visibility (old visibility preserved)"
707 msgstr ""
708
709 #: c-decl.c:1319
710 msgid ""
711 "%Jinline declaration of '%D' follows declaration with attribute noinline"
712 msgstr ""
713
714 #: c-decl.c:1326
715 msgid ""
716 "%Jdeclaration of '%D' with attribute noinline follows inline declaration "
717 msgstr ""
718
719 #: c-decl.c:1338
720 msgid "%J'%D' declared inline after being called"
721 msgstr ""
722
723 #: c-decl.c:1344
724 msgid "%J'%D' declared inline after its definition"
725 msgstr ""
726
727 #: c-decl.c:1364
728 msgid "%Jredefinition of parameter '%D'"
729 msgstr ""
730
731 #: c-decl.c:1373
732 msgid "%Jvolatile declaration of '%D' follows non-volatile declaration"
733 msgstr ""
734
735 #: c-decl.c:1376
736 msgid "%Jnon-volatile declaration of '%D' follows volatile declaration"
737 msgstr ""
738
739 #: c-decl.c:1383
740 msgid "%Jconst declaration of '%D' follows non-const declaration"
741 msgstr ""
742
743 #: c-decl.c:1386
744 msgid "%Jnon-const declaration of '%D' follows const declaration"
745 msgstr ""
746
747 #: c-decl.c:1405
748 msgid "%Jredundant redeclaration of '%D'"
749 msgstr ""
750
751 #: c-decl.c:1710
752 msgid "%Jdeclaration of '%D' shadows a parameter"
753 msgstr ""
754
755 #: c-decl.c:1712
756 msgid "%Jdeclaration of '%D' shadows a global declaration"
757 msgstr ""
758
759 #: c-decl.c:1718
760 msgid "%Jdeclaration of '%D' shadows a previous local"
761 msgstr ""
762
763 #: c-decl.c:1721 cp/name-lookup.c:940 cp/name-lookup.c:963
764 #: cp/name-lookup.c:971
765 msgid "%Jshadowed declaration is here"
766 msgstr ""
767
768 #: c-decl.c:1859
769 #, c-format
770 msgid "nested extern declaration of `%s'"
771 msgstr ""
772
773 #: c-decl.c:1963
774 #, c-format
775 msgid "implicit declaration of function '%E'"
776 msgstr ""
777
778 #: c-decl.c:2041
779 #, c-format
780 msgid "'%E' undeclared here (not in a function)"
781 msgstr ""
782
783 #: c-decl.c:2046
784 #, c-format
785 msgid "'%E' undeclared (first use in this function)"
786 msgstr ""
787
788 #: c-decl.c:2050
789 msgid "(Each undeclared identifier is reported only once"
790 msgstr ""
791
792 #: c-decl.c:2051
793 msgid "for each function it appears in.)"
794 msgstr ""
795
796 #: c-decl.c:2089
797 #, c-format
798 msgid "label %s referenced outside of any function"
799 msgstr ""
800
801 #: c-decl.c:2131
802 #, c-format
803 msgid "duplicate label declaration `%s'"
804 msgstr ""
805
806 #: c-decl.c:2165
807 msgid "%Hduplicate label `%D'"
808 msgstr ""
809
810 #: c-decl.c:2186
811 msgid ""
812 "%Htraditional C lacks a separate namespace for labels, identifier `%s' "
813 "conflicts"
814 msgstr ""
815
816 #: c-decl.c:2252
817 msgid "%H`%s' defined as wrong kind of tag"
818 msgstr ""
819
820 #: c-decl.c:2480
821 msgid "unnamed struct/union that defines no instances"
822 msgstr ""
823
824 #: c-decl.c:2499
825 msgid "useless keyword or type name in empty declaration"
826 msgstr ""
827
828 #: c-decl.c:2506
829 msgid "two types specified in one empty declaration"
830 msgstr ""
831
832 #: c-decl.c:2511 c-parse.y:702 c-parse.y:704 objc/objc-parse.y:743
833 #: objc/objc-parse.y:745 objc/objc-parse.y:3003
834 msgid "empty declaration"
835 msgstr ""
836
837 #: c-decl.c:2537
838 msgid ""
839 "ISO C90 does not support `static' or type qualifiers in parameter array "
840 "declarators"
841 msgstr ""
842
843 #: c-decl.c:2539
844 msgid "ISO C90 does not support `[*]' array declarators"
845 msgstr ""
846
847 #: c-decl.c:2542
848 msgid "GCC does not yet properly implement `[*]' array declarators"
849 msgstr ""
850
851 #: c-decl.c:2558
852 msgid "static or type qualifiers in abstract declarator"
853 msgstr ""
854
855 #: c-decl.c:2628
856 msgid "%J'%D' is usually a function"
857 msgstr ""
858
859 #: c-decl.c:2637
860 msgid "typedef '%D' is initialized (use __typeof__ instead)"
861 msgstr ""
862
863 #: c-decl.c:2642
864 msgid "function '%D' is initialized like a variable"
865 msgstr ""
866
867 #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
868 #: c-decl.c:2648
869 msgid "parameter '%D' is initialized"
870 msgstr ""
871
872 #: c-decl.c:2667 c-typeck.c:4059
873 msgid "variable-sized object may not be initialized"
874 msgstr ""
875
876 #: c-decl.c:2673
877 msgid "variable '%D' has initializer but incomplete type"
878 msgstr ""
879
880 #: c-decl.c:2678
881 msgid "elements of array '%D' have incomplete type"
882 msgstr ""
883
884 #: c-decl.c:2746 c-decl.c:5634 cp/decl.c:3673 cp/decl.c:10081
885 msgid "%Jinline function '%D' given attribute noinline"
886 msgstr ""
887
888 #: c-decl.c:2807
889 msgid "%Jinitializer fails to determine size of '%D'"
890 msgstr ""
891
892 #: c-decl.c:2812
893 msgid "%Jarray size missing in '%D'"
894 msgstr ""
895
896 #: c-decl.c:2828
897 msgid "%Jzero or negative size array '%D'"
898 msgstr ""
899
900 #: c-decl.c:2856
901 msgid "%Jstorage size of '%D' isn't known"
902 msgstr ""
903
904 #: c-decl.c:2866
905 msgid "%Jstorage size of '%D' isn't constant"
906 msgstr ""
907
908 #: c-decl.c:2945 fortran/f95-lang.c:665
909 msgid "cannot put object with volatile field into register"
910 msgstr ""
911
912 #: c-decl.c:2956
913 msgid "%Jignoring asm-specifier for non-static local variable '%D'"
914 msgstr ""
915
916 #: c-decl.c:3072
917 msgid "ISO C forbids forward parameter declarations"
918 msgstr ""
919
920 #: c-decl.c:3251
921 msgid "<anonymous>"
922 msgstr ""
923
924 #: c-decl.c:3260
925 #, c-format
926 msgid "bit-field `%s' width not an integer constant"
927 msgstr ""
928
929 #: c-decl.c:3268
930 #, c-format
931 msgid "negative width in bit-field `%s'"
932 msgstr ""
933
934 #: c-decl.c:3273
935 #, c-format
936 msgid "zero width for bit-field `%s'"
937 msgstr ""
938
939 #: c-decl.c:3283
940 #, c-format
941 msgid "bit-field `%s' has invalid type"
942 msgstr ""
943
944 #: c-decl.c:3292
945 #, c-format
946 msgid "type of bit-field `%s' is a GCC extension"
947 msgstr ""
948
949 #: c-decl.c:3301
950 #, c-format
951 msgid "width of `%s' exceeds its type"
952 msgstr ""
953
954 #: c-decl.c:3314
955 #, c-format
956 msgid "`%s' is narrower than values of its type"
957 msgstr ""
958
959 #: c-decl.c:3465 cp/decl.c:6744
960 msgid "`long long long' is too long for GCC"
961 msgstr ""
962
963 #: c-decl.c:3470
964 msgid "ISO C90 does not support `long long'"
965 msgstr ""
966
967 #: c-decl.c:3479 c-decl.c:3482 cp/decl.c:6749
968 #, c-format
969 msgid "duplicate `%s'"
970 msgstr ""
971
972 #: c-decl.c:3492 cp/decl.c:6755
973 msgid "`__thread' before `extern'"
974 msgstr ""
975
976 #: c-decl.c:3494 cp/decl.c:6757
977 msgid "`__thread' before `static'"
978 msgstr ""
979
980 #: c-decl.c:3502 cp/decl.c:6784
981 #, c-format
982 msgid "two or more data types in declaration of `%s'"
983 msgstr ""
984
985 #: c-decl.c:3520 cp/decl.c:6789
986 #, c-format
987 msgid "`%s' fails to be a typedef or built in type"
988 msgstr ""
989
990 #: c-decl.c:3561
991 #, c-format
992 msgid "type defaults to `int' in declaration of `%s'"
993 msgstr ""
994
995 #: c-decl.c:3590
996 #, c-format
997 msgid "both long and short specified for `%s'"
998 msgstr ""
999
1000 #: c-decl.c:3594 cp/decl.c:6889
1001 #, c-format
1002 msgid "long or short specified with char for `%s'"
1003 msgstr ""
1004
1005 #: c-decl.c:3601 cp/decl.c:6893
1006 #, c-format
1007 msgid "long or short specified with floating type for `%s'"
1008 msgstr ""
1009
1010 #: c-decl.c:3604
1011 msgid "the only valid combination is `long double'"
1012 msgstr ""
1013
1014 #: c-decl.c:3610
1015 #, c-format
1016 msgid "both signed and unsigned specified for `%s'"
1017 msgstr ""
1018
1019 #: c-decl.c:3612 cp/decl.c:6882
1020 #, c-format
1021 msgid "long, short, signed or unsigned invalid for `%s'"
1022 msgstr ""
1023
1024 #: c-decl.c:3618 cp/decl.c:6902
1025 #, c-format
1026 msgid "long, short, signed or unsigned used invalidly for `%s'"
1027 msgstr ""
1028
1029 #: c-decl.c:3636 cp/decl.c:6923
1030 #, c-format
1031 msgid "complex invalid for `%s'"
1032 msgstr ""
1033
1034 #: c-decl.c:3678
1035 msgid "ISO C90 does not support complex types"
1036 msgstr ""
1037
1038 #: c-decl.c:3690
1039 msgid "ISO C does not support plain `complex' meaning `double complex'"
1040 msgstr ""
1041
1042 #: c-decl.c:3696 c-decl.c:3708
1043 msgid "ISO C does not support complex integer types"
1044 msgstr ""
1045
1046 #: c-decl.c:3738 c-decl.c:4205 cp/decl.c:7522
1047 msgid "duplicate `const'"
1048 msgstr ""
1049
1050 #: c-decl.c:3740 c-decl.c:4209 cp/decl.c:7526
1051 msgid "duplicate `restrict'"
1052 msgstr ""
1053
1054 #: c-decl.c:3742 c-decl.c:4207 cp/decl.c:7524
1055 msgid "duplicate `volatile'"
1056 msgstr ""
1057
1058 #: c-decl.c:3771 cp/decl.c:7086
1059 #, c-format
1060 msgid "multiple storage classes in declaration of `%s'"
1061 msgstr ""
1062
1063 #: c-decl.c:3781
1064 msgid "function definition declared `auto'"
1065 msgstr ""
1066
1067 #: c-decl.c:3783
1068 msgid "function definition declared `register'"
1069 msgstr ""
1070
1071 #: c-decl.c:3785
1072 msgid "function definition declared `typedef'"
1073 msgstr ""
1074
1075 #: c-decl.c:3787
1076 msgid "function definition declared `__thread'"
1077 msgstr ""
1078
1079 #: c-decl.c:3800
1080 #, c-format
1081 msgid "storage class specified for structure field `%s'"
1082 msgstr ""
1083
1084 #: c-decl.c:3804 cp/decl.c:7131
1085 #, c-format
1086 msgid "storage class specified for parameter `%s'"
1087 msgstr ""
1088
1089 #: c-decl.c:3807 cp/decl.c:7133
1090 msgid "storage class specified for typename"
1091 msgstr ""
1092
1093 #: c-decl.c:3819 cp/decl.c:7148
1094 #, c-format
1095 msgid "`%s' initialized and declared `extern'"
1096 msgstr ""
1097
1098 #: c-decl.c:3821 cp/decl.c:7151
1099 #, c-format
1100 msgid "`%s' has both `extern' and initializer"
1101 msgstr ""
1102
1103 #: c-decl.c:3826
1104 #, c-format
1105 msgid "file-scope declaration of `%s' specifies `auto'"
1106 msgstr ""
1107
1108 #: c-decl.c:3831 cp/decl.c:7155
1109 #, c-format
1110 msgid "nested function `%s' declared `extern'"
1111 msgstr ""
1112
1113 #: c-decl.c:3837 cp/decl.c:7165
1114 #, c-format
1115 msgid "function-scope `%s' implicitly auto and declared `__thread'"
1116 msgstr ""
1117
1118 #. Only the innermost declarator (making a parameter be of
1119 #. array type which is converted to pointer type)
1120 #. may have static or type qualifiers.
1121 #: c-decl.c:3876 c-decl.c:4074
1122 msgid "static or type qualifiers in non-parameter array declarator"
1123 msgstr ""
1124
1125 #: c-decl.c:3920
1126 #, c-format
1127 msgid "declaration of `%s' as array of voids"
1128 msgstr ""
1129
1130 #: c-decl.c:3926
1131 #, c-format
1132 msgid "declaration of `%s' as array of functions"
1133 msgstr ""
1134
1135 #: c-decl.c:3931
1136 msgid "invalid use of structure with flexible array member"
1137 msgstr ""
1138
1139 #: c-decl.c:3950
1140 #, c-format
1141 msgid "size of array `%s' has non-integer type"
1142 msgstr ""
1143
1144 #: c-decl.c:3955
1145 #, c-format
1146 msgid "ISO C forbids zero-size array `%s'"
1147 msgstr ""
1148
1149 #: c-decl.c:3962
1150 #, c-format
1151 msgid "size of array `%s' is negative"
1152 msgstr ""
1153
1154 #: c-decl.c:3975
1155 #, c-format
1156 msgid "ISO C90 forbids array `%s' whose size can't be evaluated"
1157 msgstr ""
1158
1159 #: c-decl.c:3978
1160 #, c-format
1161 msgid "ISO C90 forbids variable-size array `%s'"
1162 msgstr ""
1163
1164 #: c-decl.c:4008 c-decl.c:4232 cp/decl.c:7700
1165 #, c-format
1166 msgid "size of array `%s' is too large"
1167 msgstr ""
1168
1169 #: c-decl.c:4034
1170 msgid "ISO C90 does not support flexible array members"
1171 msgstr ""
1172
1173 #: c-decl.c:4044
1174 msgid "array type has incomplete element type"
1175 msgstr ""
1176
1177 #: c-decl.c:4099 cp/decl.c:7293
1178 #, c-format
1179 msgid "`%s' declared as function returning a function"
1180 msgstr ""
1181
1182 #: c-decl.c:4104 cp/decl.c:7298
1183 #, c-format
1184 msgid "`%s' declared as function returning an array"
1185 msgstr ""
1186
1187 #: c-decl.c:4128
1188 msgid "ISO C forbids qualified void function return type"
1189 msgstr ""
1190
1191 #: c-decl.c:4132
1192 msgid "type qualifiers ignored on function return type"
1193 msgstr ""
1194
1195 #: c-decl.c:4161 c-decl.c:4247 c-decl.c:4371 c-decl.c:4457
1196 msgid "ISO C forbids qualified function types"
1197 msgstr ""
1198
1199 #: c-decl.c:4201 cp/decl.c:7518
1200 msgid "invalid type modifier within pointer declarator"
1201 msgstr ""
1202
1203 #: c-decl.c:4282
1204 msgid "ISO C forbids const or volatile function types"
1205 msgstr ""
1206
1207 #: c-decl.c:4302 cp/decl.c:7982
1208 #, c-format
1209 msgid "variable or field `%s' declared void"
1210 msgstr ""
1211
1212 #: c-decl.c:4335
1213 msgid "attributes in parameter array declarator ignored"
1214 msgstr ""
1215
1216 #: c-decl.c:4360
1217 msgid "invalid type modifier within array declarator"
1218 msgstr ""
1219
1220 #: c-decl.c:4405
1221 #, c-format
1222 msgid "field `%s' declared as a function"
1223 msgstr ""
1224
1225 #: c-decl.c:4411
1226 #, c-format
1227 msgid "field `%s' has incomplete type"
1228 msgstr ""
1229
1230 #: c-decl.c:4437 c-decl.c:4439 c-decl.c:4441 c-decl.c:4448
1231 #, c-format
1232 msgid "invalid storage class for function `%s'"
1233 msgstr ""
1234
1235 #: c-decl.c:4463
1236 msgid "`noreturn' function returns non-void value"
1237 msgstr ""
1238
1239 #: c-decl.c:4484
1240 msgid "cannot inline function `main'"
1241 msgstr ""
1242
1243 #: c-decl.c:4541
1244 msgid "variable previously declared 'static' redeclared 'extern'"
1245 msgstr ""
1246
1247 #: c-decl.c:4550
1248 msgid "%Jvariable '%D' declared `inline'"
1249 msgstr ""
1250
1251 #. A mere warning is sure to result in improper semantics
1252 #. at runtime.  Don't bother to allow this to compile.
1253 #: c-decl.c:4578 cp/decl.c:5830
1254 msgid "thread-local storage not supported for this target"
1255 msgstr ""
1256
1257 #: c-decl.c:4643 c-decl.c:5672
1258 msgid "function declaration isn't a prototype"
1259 msgstr ""
1260
1261 #: c-decl.c:4651
1262 msgid "parameter names (without types) in function declaration"
1263 msgstr ""
1264
1265 #: c-decl.c:4680 c-decl.c:4692
1266 msgid "%Jparameter %u ('%D') has incomplete type"
1267 msgstr ""
1268
1269 #: c-decl.c:4683 c-decl.c:4695
1270 msgid "%Jparameter %u has incomplete type"
1271 msgstr ""
1272
1273 #: c-decl.c:4756
1274 msgid "'void' as only parameter may not be qualified"
1275 msgstr ""
1276
1277 #: c-decl.c:4760 c-decl.c:4797
1278 msgid "'void' must be the only parameter"
1279 msgstr ""
1280
1281 #: c-decl.c:4790
1282 msgid "%Jparameter '%D' has just a forward declaration"
1283 msgstr ""
1284
1285 #. The %s will be one of 'struct', 'union', or 'enum'.
1286 #: c-decl.c:4838
1287 #, c-format
1288 msgid "'%s %E' declared inside parameter list"
1289 msgstr ""
1290
1291 #. The %s will be one of 'struct', 'union', or 'enum'.
1292 #: c-decl.c:4842
1293 #, c-format
1294 msgid "anonymous %s declared inside parameter list"
1295 msgstr ""
1296
1297 #: c-decl.c:4847
1298 msgid ""
1299 "its scope is only this definition or declaration, which is probably not what "
1300 "you want"
1301 msgstr ""
1302
1303 #: c-decl.c:4963
1304 #, c-format
1305 msgid "redefinition of `union %s'"
1306 msgstr ""
1307
1308 #: c-decl.c:4965
1309 #, c-format
1310 msgid "redefinition of `struct %s'"
1311 msgstr ""
1312
1313 #: c-decl.c:5033 cp/decl.c:3446
1314 msgid "declaration does not declare anything"
1315 msgstr ""
1316
1317 #: c-decl.c:5078 c-decl.c:5094
1318 msgid "%Jduplicate member '%D'"
1319 msgstr ""
1320
1321 #: c-decl.c:5129
1322 #, c-format
1323 msgid "%s has no %s"
1324 msgstr ""
1325
1326 #: c-decl.c:5130
1327 msgid "union"
1328 msgstr ""
1329
1330 #: c-decl.c:5130
1331 msgid "struct"
1332 msgstr ""
1333
1334 #: c-decl.c:5131
1335 msgid "named members"
1336 msgstr ""
1337
1338 #: c-decl.c:5131
1339 msgid "members"
1340 msgstr ""
1341
1342 #: c-decl.c:5170
1343 #, c-format
1344 msgid "nested redefinition of `%s'"
1345 msgstr ""
1346
1347 #: c-decl.c:5191
1348 msgid "%Jflexible array member in union"
1349 msgstr ""
1350
1351 #: c-decl.c:5196
1352 msgid "%Jflexible array member not at end of struct"
1353 msgstr ""
1354
1355 #: c-decl.c:5201
1356 msgid "%Jflexible array member in otherwise empty struct"
1357 msgstr ""
1358
1359 #: c-decl.c:5208
1360 msgid "%Jinvalid use of structure with flexible array member"
1361 msgstr ""
1362
1363 #: c-decl.c:5303
1364 msgid "union cannot be made transparent"
1365 msgstr ""
1366
1367 #. This enum is a named one that has been declared already.
1368 #: c-decl.c:5372
1369 #, c-format
1370 msgid "redeclaration of `enum %s'"
1371 msgstr ""
1372
1373 #: c-decl.c:5434
1374 msgid "enumeration values exceed range of largest integer"
1375 msgstr ""
1376
1377 #: c-decl.c:5540
1378 #, c-format
1379 msgid "enumerator value for '%E' is not an integer constant"
1380 msgstr ""
1381
1382 #: c-decl.c:5557
1383 msgid "overflow in enumeration values"
1384 msgstr ""
1385
1386 #: c-decl.c:5562
1387 msgid "ISO C restricts enumerator values to range of `int'"
1388 msgstr ""
1389
1390 #: c-decl.c:5640
1391 msgid "return type is an incomplete type"
1392 msgstr ""
1393
1394 #: c-decl.c:5648
1395 msgid "return type defaults to `int'"
1396 msgstr ""
1397
1398 #: c-decl.c:5678
1399 msgid "%Jno previous prototype for '%D'"
1400 msgstr ""
1401
1402 #: c-decl.c:5684
1403 msgid "%J'%D' was used with no prototype before its definition"
1404 msgstr ""
1405
1406 #: c-decl.c:5691
1407 msgid "%Jno previous declaration for '%D'"
1408 msgstr ""
1409
1410 #: c-decl.c:5697
1411 msgid "%J`%D' was used with no declaration before its definition"
1412 msgstr ""
1413
1414 #: c-decl.c:5733 c-decl.c:6281
1415 msgid "%Jreturn type of '%D' is not `int'"
1416 msgstr ""
1417
1418 #: c-decl.c:5748
1419 msgid "%Jfirst argument of '%D' should be `int'"
1420 msgstr ""
1421
1422 #: c-decl.c:5757
1423 msgid "%Jsecond argument of '%D' should be 'char **'"
1424 msgstr ""
1425
1426 #: c-decl.c:5766
1427 msgid "%Jthird argument of '%D' should probably be 'char **'"
1428 msgstr ""
1429
1430 #: c-decl.c:5776
1431 msgid "%J'%D' takes only zero or two arguments"
1432 msgstr ""
1433
1434 #: c-decl.c:5779
1435 msgid "%J'%D' is normally a non-static function"
1436 msgstr ""
1437
1438 #: c-decl.c:5834
1439 msgid "%Jold-style parameter declarations in prototyped function definition"
1440 msgstr ""
1441
1442 #: c-decl.c:5847
1443 msgid "%Jtraditional C rejects ISO C style function definitions"
1444 msgstr ""
1445
1446 #: c-decl.c:5858
1447 msgid "%Jparameter name omitted"
1448 msgstr ""
1449
1450 #: c-decl.c:5897
1451 msgid "%Jold-style function definition"
1452 msgstr ""
1453
1454 #: c-decl.c:5905
1455 msgid "%Jparameter name missing from parameter list"
1456 msgstr ""
1457
1458 #: c-decl.c:5916
1459 msgid "%J'%D' declared as a non-parameter"
1460 msgstr ""
1461
1462 #: c-decl.c:5921
1463 msgid "%Jmultiple parameters named '%D'"
1464 msgstr ""
1465
1466 #: c-decl.c:5929
1467 msgid "%Jparameter '%D' declared with void type"
1468 msgstr ""
1469
1470 #: c-decl.c:5944 c-decl.c:5946
1471 msgid "%Jtype of '%D' defaults to 'int'"
1472 msgstr ""
1473
1474 #: c-decl.c:5964
1475 msgid "%Jparameter '%D' has incomplete type"
1476 msgstr ""
1477
1478 #: c-decl.c:5970
1479 msgid "%Jdeclaration for parameter '%D' but no such parameter"
1480 msgstr ""
1481
1482 #: c-decl.c:6020
1483 msgid "number of arguments doesn't match prototype"
1484 msgstr ""
1485
1486 #: c-decl.c:6021 c-decl.c:6052 c-decl.c:6059
1487 msgid "%Hprototype declaration"
1488 msgstr ""
1489
1490 #: c-decl.c:6050
1491 msgid "promoted argument '%D' doesn't match prototype"
1492 msgstr ""
1493
1494 #: c-decl.c:6058
1495 msgid "argument '%D' doesn't match prototype"
1496 msgstr ""
1497
1498 #: c-decl.c:6313 cp/decl.c:10782
1499 msgid "no return statement in function returning non-void"
1500 msgstr ""
1501
1502 #: c-decl.c:6320
1503 msgid "this function may return with or without a value"
1504 msgstr ""
1505
1506 #. If we get here, declarations have been used in a for loop without
1507 #. the C99 for loop scope.  This doesn't make much sense, so don't
1508 #. allow it.
1509 #: c-decl.c:6418
1510 msgid "'for' loop initial declaration used outside C99 mode"
1511 msgstr ""
1512
1513 #: c-decl.c:6447
1514 msgid "%Jdeclaration of static variable '%D' in 'for' loop initial declaration"
1515 msgstr ""
1516
1517 #: c-decl.c:6450
1518 msgid ""
1519 "%Jdeclaration of 'extern' variable '%D' in 'for' loop initial declaration"
1520 msgstr ""
1521
1522 #: c-decl.c:6455
1523 #, c-format
1524 msgid "'struct %E' declared in 'for' loop initial declaration"
1525 msgstr ""
1526
1527 #: c-decl.c:6458
1528 #, c-format
1529 msgid "'union %E' declared in 'for' loop initial declaration"
1530 msgstr ""
1531
1532 #: c-decl.c:6461
1533 #, c-format
1534 msgid "'enum %E' declared in 'for' loop initial declaration"
1535 msgstr ""
1536
1537 #: c-decl.c:6464
1538 msgid "%Jdeclaration of non-variable '%D' in 'for' loop initial declaration"
1539 msgstr ""
1540
1541 #: c-format.c:94 c-format.c:210
1542 msgid "format string has invalid operand number"
1543 msgstr ""
1544
1545 #: c-format.c:111
1546 msgid "function does not return string type"
1547 msgstr ""
1548
1549 #: c-format.c:140
1550 msgid "format string arg not a string type"
1551 msgstr ""
1552
1553 #: c-format.c:190
1554 msgid "unrecognized format specifier"
1555 msgstr ""
1556
1557 #: c-format.c:203
1558 #, c-format
1559 msgid "`%s' is an unrecognized format function type"
1560 msgstr ""
1561
1562 #: c-format.c:216
1563 msgid "'...' has invalid operand number"
1564 msgstr ""
1565
1566 #: c-format.c:224
1567 msgid "format string arg follows the args to be formatted"
1568 msgstr ""
1569
1570 #: c-format.c:565 c-format.c:589
1571 msgid "` ' flag"
1572 msgstr ""
1573
1574 #: c-format.c:565 c-format.c:589
1575 msgid "the ` ' printf flag"
1576 msgstr ""
1577
1578 #: c-format.c:566 c-format.c:590 c-format.c:627 c-format.c:683
1579 msgid "`+' flag"
1580 msgstr ""
1581
1582 #: c-format.c:566 c-format.c:590 c-format.c:627
1583 msgid "the `+' printf flag"
1584 msgstr ""
1585
1586 #: c-format.c:567 c-format.c:591 c-format.c:628 c-format.c:659
1587 msgid "`#' flag"
1588 msgstr ""
1589
1590 #: c-format.c:567 c-format.c:591 c-format.c:628
1591 msgid "the `#' printf flag"
1592 msgstr ""
1593
1594 #: c-format.c:568 c-format.c:592 c-format.c:657
1595 msgid "`0' flag"
1596 msgstr ""
1597
1598 #: c-format.c:568 c-format.c:592
1599 msgid "the `0' printf flag"
1600 msgstr ""
1601
1602 #: c-format.c:569 c-format.c:593 c-format.c:656 c-format.c:686
1603 msgid "`-' flag"
1604 msgstr ""
1605
1606 #: c-format.c:569 c-format.c:593
1607 msgid "the `-' printf flag"
1608 msgstr ""
1609
1610 #: c-format.c:570 c-format.c:640
1611 msgid "`'' flag"
1612 msgstr ""
1613
1614 #: c-format.c:570
1615 msgid "the `'' printf flag"
1616 msgstr ""
1617
1618 #: c-format.c:571 c-format.c:641
1619 msgid "`I' flag"
1620 msgstr ""
1621
1622 #: c-format.c:571
1623 msgid "the `I' printf flag"
1624 msgstr ""
1625
1626 #: c-format.c:572 c-format.c:594 c-format.c:638 c-format.c:660 c-format.c:687
1627 #: c-format.c:1833
1628 msgid "field width"
1629 msgstr ""
1630
1631 #: c-format.c:572 c-format.c:594
1632 msgid "field width in printf format"
1633 msgstr ""
1634
1635 #: c-format.c:573 c-format.c:595 c-format.c:618 c-format.c:629
1636 msgid "precision"
1637 msgstr ""
1638
1639 #: c-format.c:573 c-format.c:595 c-format.c:618 c-format.c:629
1640 msgid "precision in printf format"
1641 msgstr ""
1642
1643 #: c-format.c:574 c-format.c:596 c-format.c:619 c-format.c:630 c-format.c:639
1644 #: c-format.c:690
1645 msgid "length modifier"
1646 msgstr ""
1647
1648 #: c-format.c:574 c-format.c:596 c-format.c:619 c-format.c:630
1649 msgid "length modifier in printf format"
1650 msgstr ""
1651
1652 #: c-format.c:636
1653 msgid "assignment suppression"
1654 msgstr ""
1655
1656 #: c-format.c:636
1657 msgid "the assignment suppression scanf feature"
1658 msgstr ""
1659
1660 #: c-format.c:637
1661 msgid "`a' flag"
1662 msgstr ""
1663
1664 #: c-format.c:637
1665 msgid "the `a' scanf flag"
1666 msgstr ""
1667
1668 #: c-format.c:638
1669 msgid "field width in scanf format"
1670 msgstr ""
1671
1672 #: c-format.c:639
1673 msgid "length modifier in scanf format"
1674 msgstr ""
1675
1676 #: c-format.c:640
1677 msgid "the `'' scanf flag"
1678 msgstr ""
1679
1680 #: c-format.c:641
1681 msgid "the `I' scanf flag"
1682 msgstr ""
1683
1684 #: c-format.c:655
1685 msgid "`_' flag"
1686 msgstr ""
1687
1688 #: c-format.c:655
1689 msgid "the `_' strftime flag"
1690 msgstr ""
1691
1692 #: c-format.c:656
1693 msgid "the `-' strftime flag"
1694 msgstr ""
1695
1696 #: c-format.c:657
1697 msgid "the `0' strftime flag"
1698 msgstr ""
1699
1700 #: c-format.c:658 c-format.c:682
1701 msgid "`^' flag"
1702 msgstr ""
1703
1704 #: c-format.c:658
1705 msgid "the `^' strftime flag"
1706 msgstr ""
1707
1708 #: c-format.c:659
1709 msgid "the `#' strftime flag"
1710 msgstr ""
1711
1712 #: c-format.c:660
1713 msgid "field width in strftime format"
1714 msgstr ""
1715
1716 #: c-format.c:661
1717 msgid "`E' modifier"
1718 msgstr ""
1719
1720 #: c-format.c:661
1721 msgid "the `E' strftime modifier"
1722 msgstr ""
1723
1724 #: c-format.c:662
1725 msgid "`O' modifier"
1726 msgstr ""
1727
1728 #: c-format.c:662
1729 msgid "the `O' strftime modifier"
1730 msgstr ""
1731
1732 #: c-format.c:663
1733 msgid "the `O' modifier"
1734 msgstr ""
1735
1736 #: c-format.c:681
1737 msgid "fill character"
1738 msgstr ""
1739
1740 #: c-format.c:681
1741 msgid "fill character in strfmon format"
1742 msgstr ""
1743
1744 #: c-format.c:682
1745 msgid "the `^' strfmon flag"
1746 msgstr ""
1747
1748 #: c-format.c:683
1749 msgid "the `+' strfmon flag"
1750 msgstr ""
1751
1752 #: c-format.c:684
1753 msgid "`(' flag"
1754 msgstr ""
1755
1756 #: c-format.c:684
1757 msgid "the `(' strfmon flag"
1758 msgstr ""
1759
1760 #: c-format.c:685
1761 msgid "`!' flag"
1762 msgstr ""
1763
1764 #: c-format.c:685
1765 msgid "the `!' strfmon flag"
1766 msgstr ""
1767
1768 #: c-format.c:686
1769 msgid "the `-' strfmon flag"
1770 msgstr ""
1771
1772 #: c-format.c:687
1773 msgid "field width in strfmon format"
1774 msgstr ""
1775
1776 #: c-format.c:688
1777 msgid "left precision"
1778 msgstr ""
1779
1780 #: c-format.c:688
1781 msgid "left precision in strfmon format"
1782 msgstr ""
1783
1784 #: c-format.c:689
1785 msgid "right precision"
1786 msgstr ""
1787
1788 #: c-format.c:689
1789 msgid "right precision in strfmon format"
1790 msgstr ""
1791
1792 #: c-format.c:690
1793 msgid "length modifier in strfmon format"
1794 msgstr ""
1795
1796 #: c-format.c:1108
1797 #, c-format
1798 msgid "function might be possible candidate for `%s' format attribute"
1799 msgstr ""
1800
1801 #: c-format.c:1224 c-format.c:1245 c-format.c:2248
1802 msgid "missing $ operand number in format"
1803 msgstr ""
1804
1805 #: c-format.c:1255
1806 #, c-format
1807 msgid "%s does not support %%n$ operand number formats"
1808 msgstr ""
1809
1810 #: c-format.c:1262
1811 msgid "operand number out of range in format"
1812 msgstr ""
1813
1814 #: c-format.c:1285
1815 #, c-format
1816 msgid "format argument %d used more than once in %s format"
1817 msgstr ""
1818
1819 #: c-format.c:1321
1820 msgid "$ operand number used after format without operand number"
1821 msgstr ""
1822
1823 #: c-format.c:1352
1824 #, c-format
1825 msgid "format argument %d unused before used argument %d in $-style format"
1826 msgstr ""
1827
1828 #: c-format.c:1450
1829 msgid "format not a string literal, format string not checked"
1830 msgstr ""
1831
1832 #: c-format.c:1464
1833 msgid "format not a string literal and no format arguments"
1834 msgstr ""
1835
1836 #: c-format.c:1466
1837 msgid "format not a string literal, argument types not checked"
1838 msgstr ""
1839
1840 #: c-format.c:1479
1841 msgid "too many arguments for format"
1842 msgstr ""
1843
1844 #: c-format.c:1482
1845 msgid "unused arguments in $-style format"
1846 msgstr ""
1847
1848 #: c-format.c:1485
1849 #, c-format
1850 msgid "zero-length %s format string"
1851 msgstr ""
1852
1853 #: c-format.c:1489
1854 msgid "format is a wide character string"
1855 msgstr ""
1856
1857 #: c-format.c:1492
1858 msgid "unterminated format string"
1859 msgstr ""
1860
1861 #: c-format.c:1702
1862 msgid "embedded `\\0' in format"
1863 msgstr ""
1864
1865 #: c-format.c:1717
1866 #, c-format
1867 msgid "spurious trailing `%%' in format"
1868 msgstr ""
1869
1870 #: c-format.c:1761 c-format.c:2008
1871 #, c-format
1872 msgid "repeated %s in format"
1873 msgstr ""
1874
1875 #: c-format.c:1774
1876 msgid "missing fill character at end of strfmon format"
1877 msgstr ""
1878
1879 #: c-format.c:1818 c-format.c:1922 c-format.c:2202 c-format.c:2255
1880 msgid "too few arguments for format"
1881 msgstr ""
1882
1883 #: c-format.c:1859
1884 #, c-format
1885 msgid "zero width in %s format"
1886 msgstr ""
1887
1888 #: c-format.c:1878
1889 #, c-format
1890 msgid "empty left precision in %s format"
1891 msgstr ""
1892
1893 #: c-format.c:1937
1894 msgid "field precision"
1895 msgstr ""
1896
1897 #: c-format.c:1952
1898 #, c-format
1899 msgid "empty precision in %s format"
1900 msgstr ""
1901
1902 #: c-format.c:1992
1903 #, c-format
1904 msgid "%s does not support the `%s' %s length modifier"
1905 msgstr ""
1906
1907 #: c-format.c:2042
1908 msgid "conversion lacks type at end of format"
1909 msgstr ""
1910
1911 #: c-format.c:2053
1912 #, c-format
1913 msgid "unknown conversion type character `%c' in format"
1914 msgstr ""
1915
1916 #: c-format.c:2056
1917 #, c-format
1918 msgid "unknown conversion type character 0x%x in format"
1919 msgstr ""
1920
1921 #: c-format.c:2063
1922 #, c-format
1923 msgid "%s does not support the `%%%c' %s format"
1924 msgstr ""
1925
1926 #: c-format.c:2079
1927 #, c-format
1928 msgid "%s used with `%%%c' %s format"
1929 msgstr ""
1930
1931 #: c-format.c:2088
1932 #, c-format
1933 msgid "%s does not support %s"
1934 msgstr ""
1935
1936 #: c-format.c:2097
1937 #, c-format
1938 msgid "%s does not support %s with the `%%%c' %s format"
1939 msgstr ""
1940
1941 #: c-format.c:2130
1942 #, c-format
1943 msgid "%s ignored with %s and `%%%c' %s format"
1944 msgstr ""
1945
1946 #: c-format.c:2134
1947 #, c-format
1948 msgid "%s ignored with %s in %s format"
1949 msgstr ""
1950
1951 #: c-format.c:2140
1952 #, c-format
1953 msgid "use of %s and %s together with `%%%c' %s format"
1954 msgstr ""
1955
1956 #: c-format.c:2144
1957 #, c-format
1958 msgid "use of %s and %s together in %s format"
1959 msgstr ""
1960
1961 #: c-format.c:2163
1962 #, c-format
1963 msgid "`%%%c' yields only last 2 digits of year in some locales"
1964 msgstr ""
1965
1966 #: c-format.c:2166
1967 #, c-format
1968 msgid "`%%%c' yields only last 2 digits of year"
1969 msgstr ""
1970
1971 #. The end of the format string was reached.
1972 #: c-format.c:2182
1973 #, c-format
1974 msgid "no closing `]' for `%%[' format"
1975 msgstr ""
1976
1977 #: c-format.c:2195
1978 #, c-format
1979 msgid "use of `%s' length modifier with `%c' type character"
1980 msgstr ""
1981
1982 #: c-format.c:2216
1983 #, c-format
1984 msgid "%s does not support the `%%%s%c' %s format"
1985 msgstr ""
1986
1987 #: c-format.c:2231
1988 msgid "operand number specified with suppressed assignment"
1989 msgstr ""
1990
1991 #: c-format.c:2233
1992 msgid "operand number specified for format taking no argument"
1993 msgstr ""
1994
1995 #: c-format.c:2345
1996 #, c-format
1997 msgid "writing through null pointer (arg %d)"
1998 msgstr ""
1999
2000 #: c-format.c:2354
2001 #, c-format
2002 msgid "reading through null pointer (arg %d)"
2003 msgstr ""
2004
2005 #: c-format.c:2374
2006 #, c-format
2007 msgid "writing into constant object (arg %d)"
2008 msgstr ""
2009
2010 #: c-format.c:2384
2011 #, c-format
2012 msgid "extra type qualifiers in format argument (arg %d)"
2013 msgstr ""
2014
2015 #: c-format.c:2391
2016 #, c-format
2017 msgid "format argument is not a pointer (arg %d)"
2018 msgstr ""
2019
2020 #: c-format.c:2393
2021 #, c-format
2022 msgid "format argument is not a pointer to a pointer (arg %d)"
2023 msgstr ""
2024
2025 #: c-format.c:2469
2026 msgid "pointer"
2027 msgstr ""
2028
2029 #: c-format.c:2471
2030 msgid "different type"
2031 msgstr ""
2032
2033 #: c-format.c:2492
2034 #, c-format
2035 msgid "%s is not type %s (arg %d)"
2036 msgstr ""
2037
2038 #: c-format.c:2495
2039 #, c-format
2040 msgid "%s format, %s arg (arg %d)"
2041 msgstr ""
2042
2043 #: c-format.c:2740
2044 msgid "args to be formatted is not '...'"
2045 msgstr ""
2046
2047 #: c-format.c:2749
2048 msgid "strftime formats cannot format arguments"
2049 msgstr ""
2050
2051 #: c-gimplify.c:519
2052 msgid "statement with no effect"
2053 msgstr ""
2054
2055 #: c-gimplify.c:622 c-parse.y:2224 cp/parser.c:6126 objc/objc-parse.y:2281
2056 msgid "break statement not within loop or switch"
2057 msgstr ""
2058
2059 #: c-gimplify.c:624
2060 msgid "continue statement not within loop or switch"
2061 msgstr ""
2062
2063 #: c-gimplify.c:1012
2064 msgid "%Hstatement-expressions should end with a non-void expression"
2065 msgstr ""
2066
2067 #: c-incpath.c:70
2068 #, c-format
2069 msgid "ignoring duplicate directory \"%s\"\n"
2070 msgstr ""
2071
2072 #: c-incpath.c:73
2073 #, c-format
2074 msgid "  as it is a non-system directory that duplicates a system directory\n"
2075 msgstr ""
2076
2077 #: c-incpath.c:77
2078 #, c-format
2079 msgid "ignoring nonexistent directory \"%s\"\n"
2080 msgstr ""
2081
2082 #: c-incpath.c:277
2083 #, c-format
2084 msgid "#include \"...\" search starts here:\n"
2085 msgstr ""
2086
2087 #: c-incpath.c:281
2088 #, c-format
2089 msgid "#include <...> search starts here:\n"
2090 msgstr ""
2091
2092 #: c-incpath.c:286
2093 #, c-format
2094 msgid "End of search list.\n"
2095 msgstr ""
2096
2097 #: c-lex.c:237
2098 msgid "badly nested C headers from preprocessor"
2099 msgstr ""
2100
2101 #: c-lex.c:278
2102 #, c-format
2103 msgid "ignoring #pragma %s %s"
2104 msgstr ""
2105
2106 #. ... or not.
2107 #: c-lex.c:384
2108 msgid "%Hstray '@' in program"
2109 msgstr ""
2110
2111 #: c-lex.c:392
2112 #, c-format
2113 msgid "missing terminating %c character"
2114 msgstr ""
2115
2116 #: c-lex.c:394
2117 #, c-format
2118 msgid "stray '%c' in program"
2119 msgstr ""
2120
2121 #: c-lex.c:396
2122 #, c-format
2123 msgid "stray '\\%o' in program"
2124 msgstr ""
2125
2126 #: c-lex.c:534
2127 msgid "this decimal constant is unsigned only in ISO C90"
2128 msgstr ""
2129
2130 #: c-lex.c:537
2131 msgid "this decimal constant would be unsigned in ISO C90"
2132 msgstr ""
2133
2134 #: c-lex.c:553
2135 #, c-format
2136 msgid "integer constant is too large for \"%s\" type"
2137 msgstr ""
2138
2139 #: c-lex.c:619
2140 #, c-format
2141 msgid "floating constant exceeds range of \"%s\""
2142 msgstr ""
2143
2144 #: c-lex.c:695
2145 msgid "traditional C rejects string constant concatenation"
2146 msgstr ""
2147
2148 #: c-mudflap.c:57 cp/cp-mudflap.c:52
2149 #, c-format
2150 msgid "mudflap: cannot find declaration of `%s' from mf-runtime.h"
2151 msgstr ""
2152
2153 #: c-objc-common.c:81
2154 msgid ""
2155 "%Jfunction '%F' can never be inlined because it is suppressed using -fno-"
2156 "inline"
2157 msgstr ""
2158
2159 #: c-objc-common.c:91
2160 msgid ""
2161 "%Jfunction '%F' can never be inlined because it might not be bound within "
2162 "this unit of translation"
2163 msgstr ""
2164
2165 #: c-objc-common.c:99
2166 msgid ""
2167 "%Jfunction '%F' can never be inlined because it uses attributes conflicting "
2168 "with inlining"
2169 msgstr ""
2170
2171 #: c-objc-common.c:114
2172 msgid "%Jfunction '%F' can never be inlined because it has pending sizes"
2173 msgstr ""
2174
2175 #: c-objc-common.c:127
2176 msgid ""
2177 "%Jnested function '%F' can never be inlined because it has possibly saved "
2178 "pending sizes"
2179 msgstr ""
2180
2181 #: c-objc-common.c:313
2182 msgid "used array that cannot be converted to pointer where scalar is required"
2183 msgstr ""
2184
2185 #: c-objc-common.c:317
2186 msgid "used struct type value where scalar is required"
2187 msgstr ""
2188
2189 #: c-objc-common.c:321
2190 msgid "used union type value where scalar is required"
2191 msgstr ""
2192
2193 #: c-opts.c:148
2194 #, c-format
2195 msgid "no class name specified with \"%s\""
2196 msgstr ""
2197
2198 #: c-opts.c:152
2199 #, c-format
2200 msgid "assertion missing after \"%s\""
2201 msgstr ""
2202
2203 #: c-opts.c:157
2204 #, c-format
2205 msgid "macro name missing after \"%s\""
2206 msgstr ""
2207
2208 #: c-opts.c:166
2209 #, c-format
2210 msgid "missing path after \"%s\""
2211 msgstr ""
2212
2213 #: c-opts.c:175
2214 #, c-format
2215 msgid "missing filename after \"%s\""
2216 msgstr ""
2217
2218 #: c-opts.c:180
2219 #, c-format
2220 msgid "missing makefile target after \"%s\""
2221 msgstr ""
2222
2223 #: c-opts.c:304
2224 msgid "-I- specified twice"
2225 msgstr ""
2226
2227 #: c-opts.c:307
2228 msgid "obsolete option -I- used, please use -iquote instead"
2229 msgstr ""
2230
2231 #: c-opts.c:710
2232 #, c-format
2233 msgid "switch \"%s\" is no longer supported"
2234 msgstr ""
2235
2236 #: c-opts.c:825
2237 msgid ""
2238 "-fhandle-exceptions has been renamed -fexceptions (and is now on by default)"
2239 msgstr ""
2240
2241 #: c-opts.c:995
2242 msgid "output filename specified twice"
2243 msgstr ""
2244
2245 #: c-opts.c:1115
2246 msgid "-Wformat-y2k ignored without -Wformat"
2247 msgstr ""
2248
2249 #: c-opts.c:1117
2250 msgid "-Wformat-extra-args ignored without -Wformat"
2251 msgstr ""
2252
2253 #: c-opts.c:1119
2254 msgid "-Wformat-zero-length ignored without -Wformat"
2255 msgstr ""
2256
2257 #: c-opts.c:1121
2258 msgid "-Wformat-nonliteral ignored without -Wformat"
2259 msgstr ""
2260
2261 #: c-opts.c:1123
2262 msgid "-Wformat-security ignored without -Wformat"
2263 msgstr ""
2264
2265 #: c-opts.c:1125
2266 msgid "-Wmissing-format-attribute ignored without -Wformat"
2267 msgstr ""
2268
2269 #: c-opts.c:1139
2270 #, c-format
2271 msgid "opening output file %s: %m"
2272 msgstr ""
2273
2274 #: c-opts.c:1144
2275 #, c-format
2276 msgid "too many filenames given.  Type %s --help for usage"
2277 msgstr ""
2278
2279 #: c-opts.c:1226
2280 msgid "YYDEBUG not defined"
2281 msgstr ""
2282
2283 #: c-opts.c:1230
2284 msgid "sorry, inter-module analysis temporarily out of commission"
2285 msgstr ""
2286
2287 #: c-opts.c:1256
2288 #, c-format
2289 msgid "opening dependency file %s: %m"
2290 msgstr ""
2291
2292 #: c-opts.c:1266
2293 #, c-format
2294 msgid "closing dependency file %s: %m"
2295 msgstr ""
2296
2297 #: c-opts.c:1269
2298 #, c-format
2299 msgid "when writing output to %s: %m"
2300 msgstr ""
2301
2302 #: c-opts.c:1339
2303 msgid "to generate dependencies you must specify either -M or -MM"
2304 msgstr ""
2305
2306 #: c-opts.c:1404
2307 msgid "<built-in>"
2308 msgstr ""
2309
2310 #: c-opts.c:1419
2311 msgid "<command line>"
2312 msgstr ""
2313
2314 #: c-opts.c:1502
2315 msgid "too late for # directive to set debug directory"
2316 msgstr ""
2317
2318 #. Like YYERROR but do call yyerror.
2319 #: c-parse.y:55 objc/objc-parse.y:55
2320 msgid "syntax error"
2321 msgstr ""
2322
2323 #: bison.simple:179
2324 msgid "syntax error: cannot back up"
2325 msgstr ""
2326
2327 #: c-parse.y:319 objc/objc-parse.y:343
2328 msgid "ISO C forbids an empty source file"
2329 msgstr ""
2330
2331 #: c-parse.y:344 objc/objc-parse.y:369
2332 msgid "ISO C forbids data definition with no type or storage class"
2333 msgstr ""
2334
2335 #: c-parse.y:346 objc/objc-parse.y:371
2336 msgid "data definition has no type or storage class"
2337 msgstr ""
2338
2339 #: c-parse.y:359 objc/objc-parse.y:384
2340 msgid "ISO C does not allow extra `;' outside of a function"
2341 msgstr ""
2342
2343 #: c-parse.y:416 cppexp.c:1256
2344 msgid "traditional C rejects the unary plus operator"
2345 msgstr ""
2346
2347 #: c-parse.y:463 objc/objc-parse.y:488
2348 msgid "`sizeof' applied to a bit-field"
2349 msgstr ""
2350
2351 #: c-parse.y:550 objc/objc-parse.y:575
2352 msgid "ISO C forbids omitting the middle term of a ?: expression"
2353 msgstr ""
2354
2355 #: c-parse.y:597 objc/objc-parse.y:622
2356 msgid "ISO C90 forbids compound literals"
2357 msgstr ""
2358
2359 #: c-parse.y:611 objc/objc-parse.y:636
2360 msgid "ISO C forbids braced-groups within expressions"
2361 msgstr ""
2362
2363 #: c-parse.y:640 objc/objc-parse.y:665
2364 msgid "first argument to __builtin_choose_expr not a constant"
2365 msgstr ""
2366
2367 #: c-parse.y:934 c-parse.y:940 c-parse.y:946 c-parse.y:952 c-parse.y:973
2368 #: c-parse.y:979 c-parse.y:985 c-parse.y:991 c-parse.y:1024 c-parse.y:1030
2369 #: c-parse.y:1036 c-parse.y:1042 c-parse.y:1087 c-parse.y:1093 c-parse.y:1099
2370 #: c-parse.y:1105 objc/objc-parse.y:975 objc/objc-parse.y:981
2371 #: objc/objc-parse.y:987 objc/objc-parse.y:993 objc/objc-parse.y:1014
2372 #: objc/objc-parse.y:1020 objc/objc-parse.y:1026 objc/objc-parse.y:1032
2373 #: objc/objc-parse.y:1065 objc/objc-parse.y:1071 objc/objc-parse.y:1077
2374 #: objc/objc-parse.y:1083 objc/objc-parse.y:1128 objc/objc-parse.y:1134
2375 #: objc/objc-parse.y:1140 objc/objc-parse.y:1146
2376 #, c-format
2377 msgid "`%s' is not at beginning of declaration"
2378 msgstr ""
2379
2380 #: c-parse.y:1267 objc/objc-parse.y:1317
2381 msgid "`typeof' applied to a bit-field"
2382 msgstr ""
2383
2384 #: c-parse.y:1390 objc/objc-parse.y:1440
2385 msgid "ISO C forbids empty initializer braces"
2386 msgstr ""
2387
2388 #: c-parse.y:1404 objc/objc-parse.y:1454
2389 msgid "ISO C90 forbids specifying subobject to initialize"
2390 msgstr ""
2391
2392 #: c-parse.y:1407 objc/objc-parse.y:1457
2393 msgid "obsolete use of designated initializer without `='"
2394 msgstr ""
2395
2396 #: c-parse.y:1411 objc/objc-parse.y:1461
2397 msgid "obsolete use of designated initializer with `:'"
2398 msgstr ""
2399
2400 #: c-parse.y:1438 objc/objc-parse.y:1488
2401 msgid "ISO C forbids specifying range of elements to initialize"
2402 msgstr ""
2403
2404 #: c-parse.y:1446 c-parse.y:1476 objc/objc-parse.y:1496 objc/objc-parse.y:1526
2405 msgid "ISO C forbids nested functions"
2406 msgstr ""
2407
2408 #: c-parse.y:1640 objc/objc-parse.y:1692
2409 msgid "ISO C forbids forward references to `enum' types"
2410 msgstr ""
2411
2412 #: c-parse.y:1652 cp/parser.c:9399 objc/objc-parse.y:1704
2413 msgid "comma at end of enumerator list"
2414 msgstr ""
2415
2416 #: c-parse.y:1672 objc/objc-parse.y:1724
2417 msgid "no semicolon at end of struct or union"
2418 msgstr ""
2419
2420 #: c-parse.y:1681 objc/objc-parse.y:1733 objc/objc-parse.y:2833
2421 msgid "extra semicolon in struct or union specified"
2422 msgstr ""
2423
2424 #: c-parse.y:1694 objc/objc-parse.y:1749
2425 msgid "ISO C doesn't support unnamed structs/unions"
2426 msgstr ""
2427
2428 #: c-parse.y:1703 objc/objc-parse.y:1758
2429 msgid "ISO C forbids member declarations with no members"
2430 msgstr ""
2431
2432 #: c-parse.y:1864 objc/objc-parse.y:1919
2433 msgid "label at end of compound statement"
2434 msgstr ""
2435
2436 #: c-parse.y:1883 objc/objc-parse.y:1938
2437 msgid "ISO C90 forbids mixed declarations and code"
2438 msgstr ""
2439
2440 #: c-parse.y:1961 objc/objc-parse.y:2018
2441 msgid "ISO C forbids label declarations"
2442 msgstr ""
2443
2444 #: c-parse.y:2011 objc/objc-parse.y:2068
2445 msgid "braced-group within expression allowed only inside a function"
2446 msgstr ""
2447
2448 #: c-parse.y:2130 objc/objc-parse.y:2187
2449 msgid "empty body in an else-statement"
2450 msgstr ""
2451
2452 #: c-parse.y:2138 objc/objc-parse.y:2195
2453 msgid "%Hempty body in an if-statement"
2454 msgstr ""
2455
2456 #: c-parse.y:2233 cp/parser.c:6137 objc/objc-parse.y:2290
2457 msgid "continue statement not within a loop"
2458 msgstr ""
2459
2460 #: c-parse.y:2259 objc/objc-parse.y:2316
2461 msgid "ISO C forbids `goto *expr;'"
2462 msgstr ""
2463
2464 #: c-parse.y:2350 objc/objc-parse.y:2458
2465 #, c-format
2466 msgid "%E qualifier ignored on asm"
2467 msgstr ""
2468
2469 #: c-parse.y:2432 objc/objc-parse.y:2540
2470 msgid "ISO C requires a named argument before `...'"
2471 msgstr ""
2472
2473 #: c-parse.y:2525 objc/objc-parse.y:2633
2474 msgid "`...' in old-style identifier list"
2475 msgstr ""
2476
2477 #: bison.simple:795
2478 msgid "syntax error; also virtual memory exhausted"
2479 msgstr ""
2480
2481 #: bison.simple:924
2482 msgid "parser stack overflow"
2483 msgstr ""
2484
2485 #: c-parse.y:2955 objc/objc-parse.y:3650
2486 #, c-format
2487 msgid "syntax error at '%s' token"
2488 msgstr ""
2489
2490 #: c-pch.c:130
2491 #, c-format
2492 msgid "can't create precompiled header %s: %m"
2493 msgstr ""
2494
2495 #: c-pch.c:159
2496 #, c-format
2497 msgid "can't write to %s: %m"
2498 msgstr ""
2499
2500 #: c-pch.c:165
2501 #, c-format
2502 msgid "`%s' is not a valid output file"
2503 msgstr ""
2504
2505 #: c-pch.c:194 c-pch.c:210 c-pch.c:222
2506 #, c-format
2507 msgid "can't write %s: %m"
2508 msgstr ""
2509
2510 #: c-pch.c:200
2511 #, c-format
2512 msgid "can't seek in %s: %m"
2513 msgstr ""
2514
2515 #: c-pch.c:208 c-pch.c:248 c-pch.c:276 c-pch.c:281 c-pch.c:365
2516 #, c-format
2517 msgid "can't read %s: %m"
2518 msgstr ""
2519
2520 #: c-pch.c:261
2521 #, c-format
2522 msgid "%s: not compatible with this GCC version"
2523 msgstr ""
2524
2525 #. It's a PCH for the wrong language.
2526 #: c-pch.c:264
2527 #, c-format
2528 msgid "%s: not for %s"
2529 msgstr ""
2530
2531 #. Not any kind of PCH.
2532 #: c-pch.c:268
2533 #, c-format
2534 msgid "%s: not a PCH file"
2535 msgstr ""
2536
2537 #: c-pch.c:287
2538 #, c-format
2539 msgid "%s: created on host `%.*s', but used on host `%s'"
2540 msgstr ""
2541
2542 #: c-pch.c:297
2543 #, c-format
2544 msgid "%s: created for target `%.*s', but used for target `%s'"
2545 msgstr ""
2546
2547 #: c-pch.c:310
2548 #, c-format
2549 msgid "%s: created by version `%.*s', but this is version `%s'"
2550 msgstr ""
2551
2552 #: c-pch.c:326
2553 #, c-format
2554 msgid "%s: created with -g%s, but used with -g%s"
2555 msgstr ""
2556
2557 #: c-pch.c:340
2558 #, c-format
2559 msgid "%s: settings for %s do not match"
2560 msgstr ""
2561
2562 #: c-pch.c:354
2563 #, c-format
2564 msgid "%s: had text segment at different address"
2565 msgstr ""
2566
2567 #: c-pch.c:371 cpperror.c:182 gcc.c:6706
2568 #, c-format
2569 msgid "%s: %s"
2570 msgstr ""
2571
2572 #: c-pch.c:402
2573 msgid "calling fdopen"
2574 msgstr ""
2575
2576 #: c-pch.c:410 c-pch.c:422
2577 msgid "reading"
2578 msgstr ""
2579
2580 #: c-pragma.c:106
2581 msgid ""
2582 "#pragma pack (pop) encountered without matching #pragma pack (push, <n>)"
2583 msgstr ""
2584
2585 #: c-pragma.c:124
2586 #, c-format
2587 msgid ""
2588 "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s, "
2589 "<n>)"
2590 msgstr ""
2591
2592 #: c-pragma.c:144
2593 msgid "#pragma pack(push[, id], <n>) is not supported on this target"
2594 msgstr ""
2595
2596 #: c-pragma.c:146
2597 msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
2598 msgstr ""
2599
2600 #: c-pragma.c:165
2601 msgid "missing '(' after '#pragma pack' - ignored"
2602 msgstr ""
2603
2604 #: c-pragma.c:178 c-pragma.c:228
2605 msgid "malformed '#pragma pack' - ignored"
2606 msgstr ""
2607
2608 #: c-pragma.c:183
2609 msgid "malformed '#pragma pack(push[, id], <n>)' - ignored"
2610 msgstr ""
2611
2612 #: c-pragma.c:185
2613 msgid "malformed '#pragma pack(pop[, id])' - ignored"
2614 msgstr ""
2615
2616 #: c-pragma.c:194
2617 #, c-format
2618 msgid "unknown action '%s' for '#pragma pack' - ignored"
2619 msgstr ""
2620
2621 #: c-pragma.c:231
2622 msgid "junk at end of '#pragma pack'"
2623 msgstr ""
2624
2625 #: c-pragma.c:245
2626 #, c-format
2627 msgid "alignment must be a small power of two, not %d"
2628 msgstr ""
2629
2630 #: c-pragma.c:278
2631 msgid ""
2632 "%Japplying #pragma weak '%D' after first use results in unspecified behavior"
2633 msgstr ""
2634
2635 #: c-pragma.c:325 c-pragma.c:330
2636 msgid "malformed #pragma weak, ignored"
2637 msgstr ""
2638
2639 #: c-pragma.c:334
2640 msgid "junk at end of #pragma weak"
2641 msgstr ""
2642
2643 #: c-pragma.c:366 c-pragma.c:371
2644 msgid "malformed #pragma redefine_extname, ignored"
2645 msgstr ""
2646
2647 #: c-pragma.c:376
2648 msgid "junk at end of #pragma redefine_extname"
2649 msgstr ""
2650
2651 #: c-pragma.c:384 c-pragma.c:461
2652 msgid "#pragma redefine_extname conflicts with declaration"
2653 msgstr ""
2654
2655 #: c-pragma.c:412
2656 msgid "malformed #pragma extern_prefix, ignored"
2657 msgstr ""
2658
2659 #: c-pragma.c:417
2660 msgid "junk at end of #pragma extern_prefix"
2661 msgstr ""
2662
2663 #: c-pragma.c:448
2664 msgid "asm declaration conflicts with previous rename"
2665 msgstr ""
2666
2667 #: c-typeck.c:118
2668 #, c-format
2669 msgid "`%s' has an incomplete type"
2670 msgstr ""
2671
2672 #: c-typeck.c:140 cp/call.c:2681
2673 msgid "invalid use of void expression"
2674 msgstr ""
2675
2676 #: c-typeck.c:148
2677 msgid "invalid use of flexible array member"
2678 msgstr ""
2679
2680 #: c-typeck.c:154
2681 msgid "invalid use of array with unspecified bounds"
2682 msgstr ""
2683
2684 #: c-typeck.c:162
2685 #, c-format
2686 msgid "invalid use of undefined type `%s %s'"
2687 msgstr ""
2688
2689 #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
2690 #: c-typeck.c:166
2691 #, c-format
2692 msgid "invalid use of incomplete typedef `%s'"
2693 msgstr ""
2694
2695 #: c-typeck.c:430 c-typeck.c:445
2696 msgid "function types not truly compatible in ISO C"
2697 msgstr ""
2698
2699 #: c-typeck.c:625
2700 msgid "types are not quite compatible"
2701 msgstr ""
2702
2703 #: c-typeck.c:861
2704 msgid "function return types not compatible due to `volatile'"
2705 msgstr ""
2706
2707 #: c-typeck.c:1007 c-typeck.c:2186
2708 msgid "arithmetic on pointer to an incomplete type"
2709 msgstr ""
2710
2711 #: c-typeck.c:1381
2712 #, c-format
2713 msgid "%s has no member named `%s'"
2714 msgstr ""
2715
2716 #: c-typeck.c:1417
2717 #, c-format
2718 msgid "request for member `%s' in something not a structure or union"
2719 msgstr ""
2720
2721 #: c-typeck.c:1446
2722 msgid "dereferencing pointer to incomplete type"
2723 msgstr ""
2724
2725 #: c-typeck.c:1450
2726 msgid "dereferencing `void *' pointer"
2727 msgstr ""
2728
2729 #: c-typeck.c:1467 cp/typeck.c:2108
2730 #, c-format
2731 msgid "invalid type argument of `%s'"
2732 msgstr ""
2733
2734 #: c-typeck.c:1485 cp/typeck.c:2133
2735 msgid "subscript missing in array reference"
2736 msgstr ""
2737
2738 #: c-typeck.c:1505 cp/typeck.c:2174
2739 msgid "array subscript has type `char'"
2740 msgstr ""
2741
2742 #: c-typeck.c:1513 c-typeck.c:1602 cp/typeck.c:2178 cp/typeck.c:2264
2743 msgid "array subscript is not an integer"
2744 msgstr ""
2745
2746 #: c-typeck.c:1546
2747 msgid "ISO C forbids subscripting `register' array"
2748 msgstr ""
2749
2750 #: c-typeck.c:1548
2751 msgid "ISO C90 forbids subscripting non-lvalue array"
2752 msgstr ""
2753
2754 #: c-typeck.c:1581
2755 msgid "subscript has type `char'"
2756 msgstr ""
2757
2758 #: c-typeck.c:1597 cp/typeck.c:2259
2759 msgid "subscripted value is neither array nor pointer"
2760 msgstr ""
2761
2762 #: c-typeck.c:1627
2763 #, c-format
2764 msgid "local declaration of `%s' hides instance variable"
2765 msgstr ""
2766
2767 #: c-typeck.c:1721
2768 msgid "called object is not a function"
2769 msgstr ""
2770
2771 #. This situation leads to run-time undefined behavior.  We can't,
2772 #. therefore, simply error unless we can prove that all possible
2773 #. executions of the program must execute the code.
2774 #: c-typeck.c:1753
2775 msgid "function called through a non-compatible type"
2776 msgstr ""
2777
2778 #: c-typeck.c:1851 cp/typeck.c:2547
2779 msgid "too many arguments to function"
2780 msgstr ""
2781
2782 #: c-typeck.c:1872
2783 #, c-format
2784 msgid "type of formal parameter %d is incomplete"
2785 msgstr ""
2786
2787 #: c-typeck.c:1885
2788 #, c-format
2789 msgid "%s as integer rather than floating due to prototype"
2790 msgstr ""
2791
2792 #: c-typeck.c:1888
2793 #, c-format
2794 msgid "%s as integer rather than complex due to prototype"
2795 msgstr ""
2796
2797 #: c-typeck.c:1891
2798 #, c-format
2799 msgid "%s as complex rather than floating due to prototype"
2800 msgstr ""
2801
2802 #: c-typeck.c:1894
2803 #, c-format
2804 msgid "%s as floating rather than integer due to prototype"
2805 msgstr ""
2806
2807 #: c-typeck.c:1897
2808 #, c-format
2809 msgid "%s as complex rather than integer due to prototype"
2810 msgstr ""
2811
2812 #: c-typeck.c:1900
2813 #, c-format
2814 msgid "%s as floating rather than complex due to prototype"
2815 msgstr ""
2816
2817 #: c-typeck.c:1910
2818 #, c-format
2819 msgid "%s as `float' rather than `double' due to prototype"
2820 msgstr ""
2821
2822 #: c-typeck.c:1928
2823 #, c-format
2824 msgid "%s with different width due to prototype"
2825 msgstr ""
2826
2827 #: c-typeck.c:1954
2828 #, c-format
2829 msgid "%s as unsigned due to prototype"
2830 msgstr ""
2831
2832 #: c-typeck.c:1956
2833 #, c-format
2834 msgid "%s as signed due to prototype"
2835 msgstr ""
2836
2837 #: c-typeck.c:1990 cp/typeck.c:2653
2838 msgid "too few arguments to function"
2839 msgstr ""
2840
2841 #: c-typeck.c:2030
2842 msgid "suggest parentheses around + or - inside shift"
2843 msgstr ""
2844
2845 #: c-typeck.c:2037
2846 msgid "suggest parentheses around && within ||"
2847 msgstr ""
2848
2849 #: c-typeck.c:2046
2850 msgid "suggest parentheses around arithmetic in operand of |"
2851 msgstr ""
2852
2853 #: c-typeck.c:2049
2854 msgid "suggest parentheses around comparison in operand of |"
2855 msgstr ""
2856
2857 #: c-typeck.c:2058
2858 msgid "suggest parentheses around arithmetic in operand of ^"
2859 msgstr ""
2860
2861 #: c-typeck.c:2061
2862 msgid "suggest parentheses around comparison in operand of ^"
2863 msgstr ""
2864
2865 #: c-typeck.c:2068
2866 msgid "suggest parentheses around + or - in operand of &"
2867 msgstr ""
2868
2869 #: c-typeck.c:2071
2870 msgid "suggest parentheses around comparison in operand of &"
2871 msgstr ""
2872
2873 #: c-typeck.c:2078
2874 msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
2875 msgstr ""
2876
2877 #: c-typeck.c:2138
2878 msgid "pointer of type `void *' used in subtraction"
2879 msgstr ""
2880
2881 #: c-typeck.c:2140
2882 msgid "pointer to a function used in subtraction"
2883 msgstr ""
2884
2885 #: c-typeck.c:2228
2886 msgid "wrong type argument to unary plus"
2887 msgstr ""
2888
2889 #: c-typeck.c:2241
2890 msgid "wrong type argument to unary minus"
2891 msgstr ""
2892
2893 #: c-typeck.c:2258
2894 msgid "ISO C does not support `~' for complex conjugation"
2895 msgstr ""
2896
2897 #: c-typeck.c:2264
2898 msgid "wrong type argument to bit-complement"
2899 msgstr ""
2900
2901 #: c-typeck.c:2272
2902 msgid "wrong type argument to abs"
2903 msgstr ""
2904
2905 #: c-typeck.c:2284
2906 msgid "wrong type argument to conjugation"
2907 msgstr ""
2908
2909 #: c-typeck.c:2298
2910 msgid "wrong type argument to unary exclamation mark"
2911 msgstr ""
2912
2913 #: c-typeck.c:2335
2914 msgid "ISO C does not support `++' and `--' on complex types"
2915 msgstr ""
2916
2917 #: c-typeck.c:2350 c-typeck.c:2382
2918 msgid "wrong type argument to increment"
2919 msgstr ""
2920
2921 #: c-typeck.c:2352 c-typeck.c:2384
2922 msgid "wrong type argument to decrement"
2923 msgstr ""
2924
2925 #: c-typeck.c:2373
2926 msgid "increment of pointer to unknown structure"
2927 msgstr ""
2928
2929 #: c-typeck.c:2375
2930 msgid "decrement of pointer to unknown structure"
2931 msgstr ""
2932
2933 #: c-typeck.c:2443
2934 msgid "invalid lvalue in unary `&'"
2935 msgstr ""
2936
2937 #: c-typeck.c:2475
2938 #, c-format
2939 msgid "attempt to take address of bit-field structure member `%s'"
2940 msgstr ""
2941
2942 #: c-typeck.c:2562
2943 #, c-format
2944 msgid "%s of read-only member `%s'"
2945 msgstr ""
2946
2947 #: c-typeck.c:2566
2948 #, c-format
2949 msgid "%s of read-only variable `%s'"
2950 msgstr ""
2951
2952 #: c-typeck.c:2569
2953 #, c-format
2954 msgid "%s of read-only location"
2955 msgstr ""
2956
2957 #: c-typeck.c:2587
2958 #, c-format
2959 msgid "cannot take address of bit-field `%s'"
2960 msgstr ""
2961
2962 #: c-typeck.c:2615 fortran/f95-lang.c:641 treelang/treetree.c:946
2963 #, c-format
2964 msgid "global register variable `%s' used in nested function"
2965 msgstr ""
2966
2967 #: c-typeck.c:2619 fortran/f95-lang.c:645 treelang/treetree.c:950
2968 #, c-format
2969 msgid "register variable `%s' used in nested function"
2970 msgstr ""
2971
2972 #: c-typeck.c:2626 fortran/f95-lang.c:652 treelang/treetree.c:957
2973 #, c-format
2974 msgid "address of global register variable `%s' requested"
2975 msgstr ""
2976
2977 #: c-typeck.c:2631 fortran/f95-lang.c:670 treelang/treetree.c:962
2978 #, c-format
2979 msgid "address of register variable `%s' requested"
2980 msgstr ""
2981
2982 #: c-typeck.c:2680
2983 msgid "non-lvalue array in conditional expression"
2984 msgstr ""
2985
2986 #: c-typeck.c:2724
2987 msgid "signed and unsigned type in conditional expression"
2988 msgstr ""
2989
2990 #: c-typeck.c:2731
2991 msgid "ISO C forbids conditional expr with only one void side"
2992 msgstr ""
2993
2994 #: c-typeck.c:2747 c-typeck.c:2754
2995 msgid "ISO C forbids conditional expr between `void *' and function pointer"
2996 msgstr ""
2997
2998 #: c-typeck.c:2760
2999 msgid "pointer type mismatch in conditional expression"
3000 msgstr ""
3001
3002 #: c-typeck.c:2767 c-typeck.c:2777
3003 msgid "pointer/integer type mismatch in conditional expression"
3004 msgstr ""
3005
3006 #: c-typeck.c:2791
3007 msgid "type mismatch in conditional expression"
3008 msgstr ""
3009
3010 #: c-typeck.c:2851
3011 msgid "left-hand operand of comma expression has no effect"
3012 msgstr ""
3013
3014 #: c-typeck.c:2882
3015 msgid "cast specifies array type"
3016 msgstr ""
3017
3018 #: c-typeck.c:2888
3019 msgid "cast specifies function type"
3020 msgstr ""
3021
3022 #: c-typeck.c:2898
3023 msgid "ISO C forbids casting nonscalar to the same type"
3024 msgstr ""
3025
3026 #: c-typeck.c:2916
3027 msgid "ISO C forbids casts to union type"
3028 msgstr ""
3029
3030 #: c-typeck.c:2925
3031 msgid "cast to union type from type not present in union"
3032 msgstr ""
3033
3034 #: c-typeck.c:2976
3035 msgid "cast adds new qualifiers to function type"
3036 msgstr ""
3037
3038 #. There are qualifiers present in IN_OTYPE that are not
3039 #. present in IN_TYPE.
3040 #: c-typeck.c:2981
3041 msgid "cast discards qualifiers from pointer target type"
3042 msgstr ""
3043
3044 #: c-typeck.c:2996
3045 msgid "cast increases required alignment of target type"
3046 msgstr ""
3047
3048 #: c-typeck.c:3002 cp/typeck.c:4877
3049 msgid "cast from pointer to integer of different size"
3050 msgstr ""
3051
3052 #: c-typeck.c:3007
3053 msgid "cast does not match function type"
3054 msgstr ""
3055
3056 #: c-typeck.c:3014 cp/typeck.c:4884
3057 msgid "cast to pointer from integer of different size"
3058 msgstr ""
3059
3060 #: c-typeck.c:3026
3061 msgid "type-punning to incomplete type might break strict-aliasing rules"
3062 msgstr ""
3063
3064 #: c-typeck.c:3033
3065 msgid "dereferencing type-punned pointer will break strict-aliasing rules"
3066 msgstr ""
3067
3068 #: c-typeck.c:3036
3069 msgid "dereferencing type-punned pointer might break strict-aliasing rules"
3070 msgstr ""
3071
3072 #: c-typeck.c:3048
3073 msgid "ISO C forbids conversion of function pointer to object pointer type"
3074 msgstr ""
3075
3076 #: c-typeck.c:3057
3077 msgid "ISO C forbids conversion of object pointer to function pointer type"
3078 msgstr ""
3079
3080 #: c-typeck.c:3142
3081 msgid "invalid lvalue in assignment"
3082 msgstr ""
3083
3084 #. Convert new value to destination type.
3085 #. Check this here to avoid odd errors when trying to convert
3086 #. a throw to the type of the COND_EXPR.
3087 #. The left-hand side must be an lvalue.
3088 #: c-typeck.c:3151 c-typeck.c:3176 c-typeck.c:3193 cp/typeck.c:4998
3089 #: cp/typeck.c:5100 cp/typeck.c:5115
3090 msgid "assignment"
3091 msgstr ""
3092
3093 #: c-typeck.c:3260
3094 msgid "cannot pass rvalue to reference parameter"
3095 msgstr ""
3096
3097 #: c-typeck.c:3368 c-typeck.c:3444
3098 #, c-format
3099 msgid "%s makes qualified function pointer from unqualified"
3100 msgstr ""
3101
3102 #: c-typeck.c:3372 c-typeck.c:3424
3103 #, c-format
3104 msgid "%s discards qualifiers from pointer target type"
3105 msgstr ""
3106
3107 #: c-typeck.c:3378
3108 msgid "ISO C prohibits argument conversion to union type"
3109 msgstr ""
3110
3111 #: c-typeck.c:3416
3112 #, c-format
3113 msgid "ISO C forbids %s between function pointer and `void *'"
3114 msgstr ""
3115
3116 #: c-typeck.c:3433
3117 #, c-format
3118 msgid "pointer targets in %s differ in signedness"
3119 msgstr ""
3120
3121 #: c-typeck.c:3449
3122 #, c-format
3123 msgid "%s from incompatible pointer type"
3124 msgstr ""
3125
3126 #: c-typeck.c:3455 c-typeck.c:3962 cp/typeck.c:1371
3127 msgid "invalid use of non-lvalue array"
3128 msgstr ""
3129
3130 #: c-typeck.c:3469
3131 #, c-format
3132 msgid "%s makes pointer from integer without a cast"
3133 msgstr ""
3134
3135 #: c-typeck.c:3476
3136 #, c-format
3137 msgid "%s makes integer from pointer without a cast"
3138 msgstr ""
3139
3140 #: c-typeck.c:3490 c-typeck.c:3493
3141 #, c-format
3142 msgid "incompatible type for argument %d of `%s'"
3143 msgstr ""
3144
3145 #: c-typeck.c:3497
3146 #, c-format
3147 msgid "incompatible type for argument %d of indirect function call"
3148 msgstr ""
3149
3150 #: c-typeck.c:3501
3151 #, c-format
3152 msgid "incompatible types in %s"
3153 msgstr ""
3154
3155 #. Function name is known; supply it.
3156 #: c-typeck.c:3557
3157 #, c-format
3158 msgid "passing arg of `%s'"
3159 msgstr ""
3160
3161 #. Function name unknown (call through ptr).
3162 #: c-typeck.c:3566
3163 msgid "passing arg of pointer to function"
3164 msgstr ""
3165
3166 #. Function name is known; supply it.
3167 #: c-typeck.c:3574
3168 #, c-format
3169 msgid "passing arg %d of `%s'"
3170 msgstr ""
3171
3172 #. Function name unknown (call through ptr); just give arg number.
3173 #: c-typeck.c:3583
3174 #, c-format
3175 msgid "passing arg %d of pointer to function"
3176 msgstr ""
3177
3178 #: c-typeck.c:3640
3179 msgid "traditional C rejects automatic aggregate initialization"
3180 msgstr ""
3181
3182 #: c-typeck.c:3811 c-typeck.c:3826 c-typeck.c:3841
3183 #, c-format
3184 msgid "(near initialization for `%s')"
3185 msgstr ""
3186
3187 #: c-typeck.c:3890 cp/typeck2.c:556
3188 msgid "char-array initialized from wide string"
3189 msgstr ""
3190
3191 #: c-typeck.c:3897 cp/typeck2.c:563
3192 msgid "int-array initialized from non-wide string"
3193 msgstr ""
3194
3195 #: c-typeck.c:3915 cp/typeck2.c:578
3196 msgid "initializer-string for array of chars is too long"
3197 msgstr ""
3198
3199 #: c-typeck.c:3985
3200 msgid "array initialized from non-constant array expression"
3201 msgstr ""
3202
3203 #: c-typeck.c:4002 c-typeck.c:4004 c-typeck.c:4020 c-typeck.c:4042
3204 #: c-typeck.c:5424
3205 msgid "initializer element is not constant"
3206 msgstr ""
3207
3208 #: c-typeck.c:4037
3209 msgid "initialization"
3210 msgstr ""
3211
3212 #: c-typeck.c:4048 c-typeck.c:5429
3213 msgid "initializer element is not computable at load time"
3214 msgstr ""
3215
3216 #: c-typeck.c:4063 cp/typeck2.c:656
3217 msgid "invalid initializer"
3218 msgstr ""
3219
3220 #: c-typeck.c:4348 cp/decl.c:4412
3221 msgid "opaque vector types cannot be initialized"
3222 msgstr ""
3223
3224 #: c-typeck.c:4542
3225 msgid "extra brace group at end of initializer"
3226 msgstr ""
3227
3228 #: c-typeck.c:4562
3229 msgid "missing braces around initializer"
3230 msgstr ""
3231
3232 #: c-typeck.c:4622
3233 msgid "braces around scalar initializer"
3234 msgstr ""
3235
3236 #: c-typeck.c:4673
3237 msgid "initialization of flexible array member in a nested context"
3238 msgstr ""
3239
3240 #: c-typeck.c:4675
3241 msgid "initialization of a flexible array member"
3242 msgstr ""
3243
3244 #: c-typeck.c:4706
3245 msgid "missing initializer"
3246 msgstr ""
3247
3248 #: c-typeck.c:4728
3249 msgid "empty scalar initializer"
3250 msgstr ""
3251
3252 #: c-typeck.c:4733
3253 msgid "extra elements in scalar initializer"
3254 msgstr ""
3255
3256 #: c-typeck.c:4818
3257 msgid "initialization designators may not nest"
3258 msgstr ""
3259
3260 #: c-typeck.c:4839 c-typeck.c:4907
3261 msgid "array index in non-array initializer"
3262 msgstr ""
3263
3264 #: c-typeck.c:4844 c-typeck.c:4960
3265 msgid "field name not in record or union initializer"
3266 msgstr ""
3267
3268 #: c-typeck.c:4903 c-typeck.c:4905
3269 msgid "nonconstant array index in initializer"
3270 msgstr ""
3271
3272 #: c-typeck.c:4909 c-typeck.c:4912
3273 msgid "array index in initializer exceeds array bounds"
3274 msgstr ""
3275
3276 #: c-typeck.c:4923
3277 msgid "empty index range in initializer"
3278 msgstr ""
3279
3280 #: c-typeck.c:4932
3281 msgid "array index range in initializer exceeds array bounds"
3282 msgstr ""
3283
3284 #: c-typeck.c:4972
3285 #, c-format
3286 msgid "unknown field `%s' specified in initializer"
3287 msgstr ""
3288
3289 #: c-typeck.c:5008 c-typeck.c:5029 c-typeck.c:5491
3290 msgid "initialized field with side-effects overwritten"
3291 msgstr ""
3292
3293 #: c-typeck.c:5699
3294 msgid "excess elements in char array initializer"
3295 msgstr ""
3296
3297 #: c-typeck.c:5706 c-typeck.c:5752
3298 msgid "excess elements in struct initializer"
3299 msgstr ""
3300
3301 #: c-typeck.c:5767
3302 msgid "non-static initialization of a flexible array member"
3303 msgstr ""
3304
3305 #: c-typeck.c:5834
3306 msgid "excess elements in union initializer"
3307 msgstr ""
3308
3309 #: c-typeck.c:5855
3310 msgid "traditional C rejects initialization of unions"
3311 msgstr ""
3312
3313 #: c-typeck.c:5918
3314 msgid "excess elements in array initializer"
3315 msgstr ""
3316
3317 #: c-typeck.c:5947
3318 msgid "excess elements in vector initializer"
3319 msgstr ""
3320
3321 #: c-typeck.c:5969
3322 msgid "excess elements in scalar initializer"
3323 msgstr ""
3324
3325 #: c-typeck.c:6073
3326 msgid "invalid lvalue in asm statement"
3327 msgstr ""
3328
3329 #: c-typeck.c:6164 cp/typeck.c:5792
3330 msgid "modification by `asm'"
3331 msgstr ""
3332
3333 #: c-typeck.c:6182 cp/typeck.c:5876
3334 msgid "function declared `noreturn' has a `return' statement"
3335 msgstr ""
3336
3337 #: c-typeck.c:6189
3338 msgid "`return' with no value, in function returning non-void"
3339 msgstr ""
3340
3341 #: c-typeck.c:6195
3342 msgid "`return' with a value, in function returning void"
3343 msgstr ""
3344
3345 #: c-typeck.c:6199
3346 msgid "return"
3347 msgstr ""
3348
3349 #: c-typeck.c:6251
3350 msgid "function returns address of local variable"
3351 msgstr ""
3352
3353 #: c-typeck.c:6306 cp/semantics.c:748
3354 msgid "switch quantity not an integer"
3355 msgstr ""
3356
3357 #: c-typeck.c:6316
3358 msgid "`long' switch expression not converted to `int' in ISO C"
3359 msgstr ""
3360
3361 #: c-typeck.c:6357 cp/parser.c:5636
3362 msgid "case label not within a switch statement"
3363 msgstr ""
3364
3365 #: c-typeck.c:6359
3366 msgid "`default' label not within a switch statement"
3367 msgstr ""
3368
3369 #: c-typeck.c:6514 c-typeck.c:6548
3370 msgid "division by zero"
3371 msgstr ""
3372
3373 #: c-typeck.c:6593 cp/typeck.c:2933
3374 msgid "right shift count is negative"
3375 msgstr ""
3376
3377 #: c-typeck.c:6600 cp/typeck.c:2939
3378 msgid "right shift count >= width of type"
3379 msgstr ""
3380
3381 #: c-typeck.c:6621 cp/typeck.c:2958
3382 msgid "left shift count is negative"
3383 msgstr ""
3384
3385 #: c-typeck.c:6624 cp/typeck.c:2960
3386 msgid "left shift count >= width of type"
3387 msgstr ""
3388
3389 #: c-typeck.c:6645
3390 msgid "shift count is negative"
3391 msgstr ""
3392
3393 #: c-typeck.c:6647
3394 msgid "shift count >= width of type"
3395 msgstr ""
3396
3397 #: c-typeck.c:6664 cp/typeck.c:2995
3398 msgid "comparing floating point with == or != is unsafe"
3399 msgstr ""
3400
3401 #: c-typeck.c:6688 c-typeck.c:6694
3402 msgid "ISO C forbids comparison of `void *' with function pointer"
3403 msgstr ""
3404
3405 #: c-typeck.c:6697 c-typeck.c:6737 c-typeck.c:6765
3406 msgid "comparison of distinct pointer types lacks a cast"
3407 msgstr ""
3408
3409 #: c-typeck.c:6711 c-typeck.c:6716 c-typeck.c:6785 c-typeck.c:6790
3410 msgid "comparison between pointer and integer"
3411 msgstr ""
3412
3413 #: c-typeck.c:6732 c-typeck.c:6760
3414 msgid "ISO C forbids ordered comparisons of pointers to functions"
3415 msgstr ""
3416
3417 #: c-typeck.c:6757
3418 msgid "comparison of complete and incomplete pointers"
3419 msgstr ""
3420
3421 #: c-typeck.c:6773 c-typeck.c:6780
3422 msgid "ordered comparison of pointer with integer zero"
3423 msgstr ""
3424
3425 #: c-typeck.c:6804 cp/typeck.c:3131
3426 msgid "unordered comparison on non-floating point argument"
3427 msgstr ""
3428
3429 #: c-typeck.c:7017
3430 msgid "comparison between signed and unsigned"
3431 msgstr ""
3432
3433 #: c-typeck.c:7063 cp/typeck.c:3378
3434 msgid "comparison of promoted ~unsigned with constant"
3435 msgstr ""
3436
3437 #: c-typeck.c:7071 cp/typeck.c:3386
3438 msgid "comparison of promoted ~unsigned with unsigned"
3439 msgstr ""
3440
3441 #: calls.c:2136
3442 msgid "function call has aggregate value"
3443 msgstr ""
3444
3445 #: cfghooks.c:90
3446 #, c-format
3447 msgid "bb %d on wrong place"
3448 msgstr ""
3449
3450 #: cfghooks.c:96
3451 #, c-format
3452 msgid "prev_bb of %d should be %d, not %d"
3453 msgstr ""
3454
3455 #: cfghooks.c:112
3456 #, c-format
3457 msgid "verify_flow_info: Wrong count of block %i %i"
3458 msgstr ""
3459
3460 #: cfghooks.c:118
3461 #, c-format
3462 msgid "verify_flow_info: Wrong frequency of block %i %i"
3463 msgstr ""
3464
3465 #: cfghooks.c:126
3466 #, c-format
3467 msgid "verify_flow_info: Duplicate edge %i->%i"
3468 msgstr ""
3469
3470 #: cfghooks.c:132
3471 #, c-format
3472 msgid "verify_flow_info: Wrong probability of edge %i->%i %i"
3473 msgstr ""
3474
3475 #: cfghooks.c:138
3476 #, c-format
3477 msgid "verify_flow_info: Wrong count of edge %i->%i %i"
3478 msgstr ""
3479
3480 #: cfghooks.c:150
3481 #, c-format
3482 msgid "verify_flow_info: Basic block %d succ edge is corrupted"
3483 msgstr ""
3484
3485 #: cfghooks.c:164 cfgrtl.c:2012
3486 #, c-format
3487 msgid "Wrong amount of branch edges after unconditional jump %i"
3488 msgstr ""
3489
3490 #: cfghooks.c:172
3491 #, c-format
3492 msgid "basic block %d pred edge is corrupted"
3493 msgstr ""
3494
3495 #: cfghooks.c:198
3496 #, c-format
3497 msgid "basic block %i edge lists are corrupted"
3498 msgstr ""
3499
3500 #: cfghooks.c:212
3501 msgid "verify_flow_info failed"
3502 msgstr ""
3503
3504 #: cfghooks.c:272
3505 #, c-format
3506 msgid "%s does not support redirect_edge_and_branch."
3507 msgstr ""
3508
3509 #: cfghooks.c:290
3510 #, c-format
3511 msgid "%s does not support redirect_edge_and_branch_force."
3512 msgstr ""
3513
3514 #: cfghooks.c:308
3515 #, c-format
3516 msgid "%s does not support split_block."
3517 msgstr ""
3518
3519 #: cfghooks.c:344
3520 #, c-format
3521 msgid "%s does not support move_block_after."
3522 msgstr ""
3523
3524 #: cfghooks.c:357
3525 #, c-format
3526 msgid "%s does not support delete_basic_block."
3527 msgstr ""
3528
3529 #: cfghooks.c:391
3530 #, c-format
3531 msgid "%s does not support split_edge."
3532 msgstr ""
3533
3534 #: cfghooks.c:444
3535 #, c-format
3536 msgid "%s does not support create_basic_block."
3537 msgstr ""
3538
3539 #: cfghooks.c:472
3540 #, c-format
3541 msgid "%s does not support can_merge_blocks_p."
3542 msgstr ""
3543
3544 #: cfghooks.c:483
3545 #, c-format
3546 msgid "%s does not support predict_edge."
3547 msgstr ""
3548
3549 #: cfghooks.c:492
3550 #, c-format
3551 msgid "%s does not support predicted_by_p."
3552 msgstr ""
3553
3554 #: cfghooks.c:505
3555 #, c-format
3556 msgid "%s does not support merge_blocks."
3557 msgstr ""
3558
3559 #: cfghooks.c:549
3560 #, c-format
3561 msgid "%s does not support make_forwarder_block."
3562 msgstr ""
3563
3564 #: cfghooks.c:647
3565 #, c-format
3566 msgid "%s does not support can_duplicate_block_p."
3567 msgstr ""
3568
3569 #: cfghooks.c:673
3570 #, c-format
3571 msgid "%s does not support duplicate_block."
3572 msgstr ""
3573
3574 #: cfghooks.c:741
3575 #, c-format
3576 msgid "%s does not support block_ends_with_call_p"
3577 msgstr ""
3578
3579 #: cfghooks.c:752
3580 #, c-format
3581 msgid "%s does not support block_ends_with_condjump_p"
3582 msgstr ""
3583
3584 #: cfghooks.c:770
3585 #, c-format
3586 msgid "%s does not support flow_call_edges_add"
3587 msgstr ""
3588
3589 #: cfgloop.c:1183
3590 #, c-format
3591 msgid "Size of loop %d should be %d, not %d."
3592 msgstr ""
3593
3594 #: cfgloop.c:1202
3595 #, c-format
3596 msgid "Bb %d do not belong to loop %d."
3597 msgstr ""
3598
3599 #: cfgloop.c:1220
3600 #, c-format
3601 msgid "Loop %d's header does not have exactly 2 entries."
3602 msgstr ""
3603
3604 #: cfgloop.c:1228
3605 #, c-format
3606 msgid "Loop %d's latch does not have exactly 1 successor."
3607 msgstr ""
3608
3609 #: cfgloop.c:1233
3610 #, c-format
3611 msgid "Loop %d's latch does not have header as successor."
3612 msgstr ""
3613
3614 #: cfgloop.c:1238
3615 #, c-format
3616 msgid "Loop %d's latch does not belong directly to it."
3617 msgstr ""
3618
3619 #: cfgloop.c:1244
3620 #, c-format
3621 msgid "Loop %d's header does not belong directly to it."
3622 msgstr ""
3623
3624 #: cfgloop.c:1250
3625 #, c-format
3626 msgid "Loop %d's latch is marked as part of irreducible region."
3627 msgstr ""
3628
3629 #: cfgloop.c:1280
3630 #, c-format
3631 msgid "Basic block %d should be marked irreducible."
3632 msgstr ""
3633
3634 #: cfgloop.c:1286
3635 #, c-format
3636 msgid "Basic block %d should not be marked irreducible."
3637 msgstr ""
3638
3639 #: cfgloop.c:1294
3640 #, c-format
3641 msgid "Edge from %d to %d should be marked irreducible."
3642 msgstr ""
3643
3644 #: cfgloop.c:1301
3645 #, c-format
3646 msgid "Edge from %d to %d should not be marked irreducible."
3647 msgstr ""
3648
3649 #: cfgrtl.c:1910
3650 #, c-format
3651 msgid "end insn %d for block %d not found in the insn stream"
3652 msgstr ""
3653
3654 #: cfgrtl.c:1924
3655 #, c-format
3656 msgid "insn %d is in multiple basic blocks (%d and %d)"
3657 msgstr ""
3658
3659 #: cfgrtl.c:1936
3660 #, c-format
3661 msgid "head insn %d for block %d not found in the insn stream"
3662 msgstr ""
3663
3664 #: cfgrtl.c:1958
3665 msgid "verify_flow_info: REG_BR_PROB does not match cfg %wi %i"
3666 msgstr ""
3667
3668 #: cfgrtl.c:1970
3669 #, c-format
3670 msgid "Fallthru edge crosses section boundary (bb %i)"
3671 msgstr ""
3672
3673 #: cfgrtl.c:1994
3674 #, c-format
3675 msgid "Missing REG_EH_REGION note in the end of bb %i"
3676 msgstr ""
3677
3678 #: cfgrtl.c:2002
3679 #, c-format
3680 msgid "Too many outgoing branch edges from bb %i"
3681 msgstr ""
3682
3683 #: cfgrtl.c:2007
3684 #, c-format
3685 msgid "Fallthru edge after unconditional jump %i"
3686 msgstr ""
3687
3688 #: cfgrtl.c:2018
3689 #, c-format
3690 msgid "Wrong amount of branch edges after conditional jump %i"
3691 msgstr ""
3692
3693 #: cfgrtl.c:2023
3694 #, c-format
3695 msgid "Call edges for non-call insn in bb %i"
3696 msgstr ""
3697
3698 #: cfgrtl.c:2032
3699 #, c-format
3700 msgid "Abnormal edges for no purpose in bb %i"
3701 msgstr ""
3702
3703 #: cfgrtl.c:2042
3704 #, c-format
3705 msgid "insn %d inside basic block %d but block_for_insn is NULL"
3706 msgstr ""
3707
3708 #: cfgrtl.c:2046
3709 #, c-format
3710 msgid "insn %d inside basic block %d but block_for_insn is %i"
3711 msgstr ""
3712
3713 #: cfgrtl.c:2060 cfgrtl.c:2070
3714 #, c-format
3715 msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
3716 msgstr ""
3717
3718 #: cfgrtl.c:2083
3719 #, c-format
3720 msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
3721 msgstr ""
3722
3723 #: cfgrtl.c:2093
3724 #, c-format
3725 msgid "in basic block %d:"
3726 msgstr ""
3727
3728 #: cfgrtl.c:2094
3729 msgid "flow control insn inside a basic block"
3730 msgstr ""
3731
3732 #: cfgrtl.c:2140
3733 #, c-format
3734 msgid "missing barrier after block %i"
3735 msgstr ""
3736
3737 #: cfgrtl.c:2153
3738 #, c-format
3739 msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
3740 msgstr ""
3741
3742 #: cfgrtl.c:2168
3743 #, c-format
3744 msgid "verify_flow_info: Incorrect fallthru %i->%i"
3745 msgstr ""
3746
3747 #: cfgrtl.c:2170
3748 msgid "wrong insn in the fallthru edge"
3749 msgstr ""
3750
3751 #: cfgrtl.c:2187
3752 msgid "basic blocks not laid down consecutively"
3753 msgstr ""
3754
3755 #: cfgrtl.c:2212
3756 msgid "insn outside basic block"
3757 msgstr ""
3758
3759 #: cfgrtl.c:2220
3760 msgid "return not followed by barrier"
3761 msgstr ""
3762
3763 #: cfgrtl.c:2227
3764 #, c-format
3765 msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
3766 msgstr ""
3767
3768 #: cgraph.c:260
3769 msgid "function body not available"
3770 msgstr ""
3771
3772 #: cgraph.c:262 cgraphunit.c:630
3773 msgid "redefined extern inline functions are not considered for inlining"
3774 msgstr ""
3775
3776 #: cgraph.c:265 cgraphunit.c:635
3777 msgid "function not considered for inlining"
3778 msgstr ""
3779
3780 #: cgraph.c:267 cgraphunit.c:633
3781 msgid "function not inlinable"
3782 msgstr ""
3783
3784 #: cgraph.c:614
3785 msgid "%D renamed after being referenced in assembly"
3786 msgstr ""
3787
3788 #: cgraphunit.c:484
3789 msgid "Shared call_expr:"
3790 msgstr ""
3791
3792 #: cgraphunit.c:490
3793 msgid "Edge points to wrong declaration:"
3794 msgstr ""
3795
3796 #: cgraphunit.c:499
3797 msgid "Missing callgraph edge for call expr:"
3798 msgstr ""
3799
3800 #: cgraphunit.c:525
3801 #, c-format
3802 msgid "Aux field set for edge %s->%s"
3803 msgstr ""
3804
3805 #: cgraphunit.c:537
3806 msgid "Inlined_to pointer is wrong"
3807 msgstr ""
3808
3809 #: cgraphunit.c:542
3810 msgid "Multiple inline callers"
3811 msgstr ""
3812
3813 #: cgraphunit.c:549
3814 msgid "Inlined_to pointer set for noninline callers"
3815 msgstr ""
3816
3817 #: cgraphunit.c:555
3818 msgid "Inlined_to pointer is set but no predecesors found"
3819 msgstr ""
3820
3821 #: cgraphunit.c:560
3822 msgid "Inlined_to pointer reffers to itself"
3823 msgstr ""
3824
3825 #: cgraphunit.c:570
3826 msgid "Node not found in DECL_ASSEMBLER_NAME hash"
3827 msgstr ""
3828
3829 #: cgraphunit.c:584
3830 #, c-format
3831 msgid "Edge %s->%s has no corresponding call_expr"
3832 msgstr ""
3833
3834 #: cgraphunit.c:595
3835 msgid "verify_cgraph_node failed."
3836 msgstr ""
3837
3838 #: cgraphunit.c:1169
3839 msgid "--param large-function-growth limit reached"
3840 msgstr ""
3841
3842 #: cgraphunit.c:1206
3843 msgid "recursive inlining"
3844 msgstr ""
3845
3846 #: cgraphunit.c:1371 cgraphunit.c:1623
3847 msgid "--param max-inline-insns-single limit reached"
3848 msgstr ""
3849
3850 #: cgraphunit.c:1395
3851 msgid ""
3852 "--param max-inline-insns-single limit reached after inlining into the callee"
3853 msgstr ""
3854
3855 #: cgraphunit.c:1445
3856 msgid "--param inline-unit-growth limit reached"
3857 msgstr ""
3858
3859 #: cgraphunit.c:1792
3860 msgid "Nodes with no released memory found."
3861 msgstr ""
3862
3863 #: collect2.c:405
3864 msgid "internal error"
3865 msgstr ""
3866
3867 #: collect2.c:893
3868 msgid "no arguments"
3869 msgstr ""
3870
3871 #: collect2.c:1225 collect2.c:1373 collect2.c:1408
3872 #, c-format
3873 msgid "fopen %s"
3874 msgstr ""
3875
3876 #: collect2.c:1228 collect2.c:1378 collect2.c:1411
3877 #, c-format
3878 msgid "fclose %s"
3879 msgstr ""
3880
3881 #: collect2.c:1237
3882 #, c-format
3883 msgid "collect2 version %s"
3884 msgstr ""
3885
3886 #: collect2.c:1327
3887 #, c-format
3888 msgid "%d constructor(s) found\n"
3889 msgstr ""
3890
3891 #: collect2.c:1328
3892 #, c-format
3893 msgid "%d destructor(s)  found\n"
3894 msgstr ""
3895
3896 #: collect2.c:1329
3897 #, c-format
3898 msgid "%d frame table(s) found\n"
3899 msgstr ""
3900
3901 #: collect2.c:1471
3902 #, c-format
3903 msgid "%s terminated with signal %d [%s]%s"
3904 msgstr ""
3905
3906 #: collect2.c:1489
3907 #, c-format
3908 msgid "%s returned %d exit status"
3909 msgstr ""
3910
3911 #: collect2.c:1514
3912 #, c-format
3913 msgid "[cannot find %s]"
3914 msgstr ""
3915
3916 #: collect2.c:1529
3917 #, c-format
3918 msgid "cannot find `%s'"
3919 msgstr ""
3920
3921 #: collect2.c:1540 collect2.c:1543
3922 #, c-format
3923 msgid "redirecting stdout: %s"
3924 msgstr ""
3925
3926 #: collect2.c:1582
3927 #, c-format
3928 msgid "[Leaving %s]\n"
3929 msgstr ""
3930
3931 #: collect2.c:1802
3932 #, c-format
3933 msgid ""
3934 "\n"
3935 "write_c_file - output name is %s, prefix is %s\n"
3936 msgstr ""
3937
3938 #: collect2.c:2006
3939 msgid "cannot find `nm'"
3940 msgstr ""
3941
3942 #: collect2.c:2016 collect2.c:2182
3943 msgid "pipe"
3944 msgstr ""
3945
3946 #: collect2.c:2020 collect2.c:2186
3947 msgid "fdopen"
3948 msgstr ""
3949
3950 #: collect2.c:2046 collect2.c:2212
3951 #, c-format
3952 msgid "dup2 %d 1"
3953 msgstr ""
3954
3955 #: collect2.c:2049 collect2.c:2052 collect2.c:2065 collect2.c:2215
3956 #: collect2.c:2218 collect2.c:2231
3957 #, c-format
3958 msgid "close %d"
3959 msgstr ""
3960
3961 #: collect2.c:2055 collect2.c:2221
3962 #, c-format
3963 msgid "execv %s"
3964 msgstr ""
3965
3966 #: collect2.c:2109
3967 #, c-format
3968 msgid "init function found in object %s"
3969 msgstr ""
3970
3971 #: collect2.c:2117
3972 #, c-format
3973 msgid "fini function found in object %s"
3974 msgstr ""
3975
3976 #: collect2.c:2140 collect2.c:2270
3977 msgid "fclose"
3978 msgstr ""
3979
3980 #: collect2.c:2173
3981 msgid "cannot find `ldd'"
3982 msgstr ""
3983
3984 #: collect2.c:2234
3985 msgid ""
3986 "\n"
3987 "ldd output with constructors/destructors.\n"
3988 msgstr ""
3989
3990 #: collect2.c:2249
3991 #, c-format
3992 msgid "dynamic dependency %s not found"
3993 msgstr ""
3994
3995 #: collect2.c:2261
3996 #, c-format
3997 msgid "unable to open dynamic dependency '%s'"
3998 msgstr ""
3999
4000 #: collect2.c:2420
4001 #, c-format
4002 msgid "%s: not a COFF file"
4003 msgstr ""
4004
4005 #: collect2.c:2540
4006 #, c-format
4007 msgid "%s: cannot open as COFF file"
4008 msgstr ""
4009
4010 #: collect2.c:2595
4011 #, c-format
4012 msgid "library lib%s not found"
4013 msgstr ""
4014
4015 #: combine.c:13037
4016 #, c-format
4017 msgid ""
4018 ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new "
4019 "space),\n"
4020 ";; %d successes.\n"
4021 "\n"
4022 msgstr ""
4023
4024 #: combine.c:13046
4025 #, c-format
4026 msgid ""
4027 "\n"
4028 ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
4029 ";; %d successes.\n"
4030 msgstr ""
4031
4032 #: convert.c:70
4033 msgid "cannot convert to a pointer type"
4034 msgstr ""
4035
4036 #: convert.c:302
4037 msgid "pointer value used where a floating point value was expected"
4038 msgstr ""
4039
4040 #: convert.c:306
4041 msgid "aggregate value used where a float was expected"
4042 msgstr ""
4043
4044 #: convert.c:331
4045 msgid "conversion to incomplete type"
4046 msgstr ""
4047
4048 #: convert.c:682 convert.c:760
4049 msgid "can't convert between vector values of different size"
4050 msgstr ""
4051
4052 #: convert.c:688
4053 msgid "aggregate value used where an integer was expected"
4054 msgstr ""
4055
4056 #: convert.c:739
4057 msgid "pointer value used where a complex was expected"
4058 msgstr ""
4059
4060 #: convert.c:743
4061 msgid "aggregate value used where a complex was expected"
4062 msgstr ""
4063
4064 #: convert.c:766
4065 msgid "can't convert value to a vector"
4066 msgstr ""
4067
4068 #: coverage.c:168
4069 #, c-format
4070 msgid "`%s' is not a gcov data file"
4071 msgstr ""
4072
4073 #: coverage.c:179
4074 #, c-format
4075 msgid "`%s' is version `%.*s', expected version `%.*s'"
4076 msgstr ""
4077
4078 #: coverage.c:259 coverage.c:267
4079 #, c-format
4080 msgid "coverage mismatch for function %u while reading execution counters."
4081 msgstr ""
4082
4083 #: coverage.c:261 coverage.c:346
4084 #, c-format
4085 msgid "checksum is %x instead of %x"
4086 msgstr ""
4087
4088 #: coverage.c:269 coverage.c:354
4089 #, c-format
4090 msgid "number of counters is %d instead of %d"
4091 msgstr ""
4092
4093 #: coverage.c:275
4094 #, c-format
4095 msgid "cannot merge separate %s counters for function %u"
4096 msgstr ""
4097
4098 #: coverage.c:300
4099 #, c-format
4100 msgid "`%s' has overflowed"
4101 msgstr ""
4102
4103 #: coverage.c:300
4104 #, c-format
4105 msgid "`%s' is corrupted"
4106 msgstr ""
4107
4108 #: coverage.c:335
4109 #, c-format
4110 msgid "no coverage for function '%s' found."
4111 msgstr ""
4112
4113 #: coverage.c:343 coverage.c:351
4114 #, c-format
4115 msgid "coverage mismatch for function '%s' while reading counter '%s'."
4116 msgstr ""
4117
4118 #: coverage.c:531
4119 #, c-format
4120 msgid "cannot open %s"
4121 msgstr ""
4122
4123 #: coverage.c:566
4124 #, c-format
4125 msgid "error writing `%s'"
4126 msgstr ""
4127
4128 #. FIXME should be DL_SORRY
4129 #: cppcharset.c:653
4130 #, c-format
4131 msgid "conversion from %s to %s not supported by iconv"
4132 msgstr ""
4133
4134 #: cppcharset.c:656
4135 msgid "iconv_open"
4136 msgstr ""
4137
4138 #. FIXME: should be DL_SORRY
4139 #: cppcharset.c:664
4140 #, c-format
4141 msgid "no iconv implementation, cannot convert from %s to %s"
4142 msgstr ""
4143
4144 #: cppcharset.c:808
4145 msgid "universal character names are only valid in C++ and C99"
4146 msgstr ""
4147
4148 #: cppcharset.c:811
4149 #, c-format
4150 msgid "the meaning of '\\%c' is different in traditional C"
4151 msgstr ""
4152
4153 #: cppcharset.c:837
4154 #, c-format
4155 msgid "incomplete universal character name %.*s"
4156 msgstr ""
4157
4158 #: cppcharset.c:849
4159 #, c-format
4160 msgid "%.*s is not a valid universal character"
4161 msgstr ""
4162
4163 #: cppcharset.c:859
4164 #, c-format
4165 msgid "universal character %.*s is not valid in an identifier"
4166 msgstr ""
4167
4168 #: cppcharset.c:863
4169 #, c-format
4170 msgid "universal character %.*s is not valid at the start of an identifier"
4171 msgstr ""
4172
4173 #: cppcharset.c:898
4174 msgid "converting UCN to source character set"
4175 msgstr ""
4176
4177 #: cppcharset.c:902
4178 msgid "converting UCN to execution character set"
4179 msgstr ""
4180
4181 #: cppcharset.c:967
4182 msgid "the meaning of '\\x' is different in traditional C"
4183 msgstr ""
4184
4185 #: cppcharset.c:984
4186 msgid "\\x used with no following hex digits"
4187 msgstr ""
4188
4189 #: cppcharset.c:991
4190 msgid "hex escape sequence out of range"
4191 msgstr ""
4192
4193 #: cppcharset.c:1030
4194 msgid "octal escape sequence out of range"
4195 msgstr ""
4196
4197 #: cppcharset.c:1098
4198 msgid "the meaning of '\\a' is different in traditional C"
4199 msgstr ""
4200
4201 #: cppcharset.c:1105
4202 #, c-format
4203 msgid "non-ISO-standard escape sequence, '\\%c'"
4204 msgstr ""
4205
4206 #: cppcharset.c:1113
4207 #, c-format
4208 msgid "unknown escape sequence '\\%c'"
4209 msgstr ""
4210
4211 #: cppcharset.c:1116
4212 #, c-format
4213 msgid "unknown escape sequence: '\\%03o'"
4214 msgstr ""
4215
4216 #: cppcharset.c:1122
4217 msgid "converting escape sequence to execution character set"
4218 msgstr ""
4219
4220 #: cppcharset.c:1181
4221 msgid "converting to execution character set"
4222 msgstr ""
4223
4224 #: cppcharset.c:1244 cppcharset.c:1307
4225 msgid "character constant too long for its type"
4226 msgstr ""
4227
4228 #: cppcharset.c:1247
4229 msgid "multi-character character constant"
4230 msgstr ""
4231
4232 #: cppcharset.c:1339
4233 msgid "empty character constant"
4234 msgstr ""
4235
4236 #: cppcharset.c:1378
4237 #, c-format
4238 msgid "failure to convert %s to %s"
4239 msgstr ""
4240
4241 #: cpperror.c:119 diagnostic.def:5
4242 msgid "warning: "
4243 msgstr ""
4244
4245 #: cpperror.c:121
4246 msgid "internal error: "
4247 msgstr ""
4248
4249 #: cpperror.c:180
4250 msgid "stdout"
4251 msgstr ""
4252
4253 #: cppexp.c:192
4254 msgid "too many decimal points in number"
4255 msgstr ""
4256
4257 #: cppexp.c:212
4258 #, c-format
4259 msgid "invalid digit \"%c\" in octal constant"
4260 msgstr ""
4261
4262 #: cppexp.c:218
4263 msgid "use of C99 hexadecimal floating constant"
4264 msgstr ""
4265
4266 #: cppexp.c:227
4267 msgid "exponent has no digits"
4268 msgstr ""
4269
4270 #: cppexp.c:234
4271 msgid "hexadecimal floating constants require an exponent"
4272 msgstr ""
4273
4274 #: cppexp.c:240
4275 #, c-format
4276 msgid "invalid suffix \"%.*s\" on floating constant"
4277 msgstr ""
4278
4279 #: cppexp.c:250 cppexp.c:275
4280 #, c-format
4281 msgid "traditional C rejects the \"%.*s\" suffix"
4282 msgstr ""
4283
4284 #: cppexp.c:261
4285 #, c-format
4286 msgid "invalid suffix \"%.*s\" on integer constant"
4287 msgstr ""
4288
4289 #: cppexp.c:283
4290 msgid "use of C99 long long integer constant"
4291 msgstr ""
4292
4293 #: cppexp.c:290
4294 msgid "imaginary constants are a GCC extension"
4295 msgstr ""
4296
4297 #: cppexp.c:376
4298 msgid "integer constant is too large for its type"
4299 msgstr ""
4300
4301 #: cppexp.c:388
4302 msgid "integer constant is so large that it is unsigned"
4303 msgstr ""
4304
4305 #: cppexp.c:470
4306 msgid "missing ')' after \"defined\""
4307 msgstr ""
4308
4309 #: cppexp.c:477
4310 msgid "operator \"defined\" requires an identifier"
4311 msgstr ""
4312
4313 #: cppexp.c:485
4314 #, c-format
4315 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
4316 msgstr ""
4317
4318 #: cppexp.c:495
4319 msgid "this use of \"defined\" may not be portable"
4320 msgstr ""
4321
4322 #: cppexp.c:534
4323 msgid "floating constant in preprocessor expression"
4324 msgstr ""
4325
4326 #: cppexp.c:540
4327 msgid "imaginary number in preprocessor expression"
4328 msgstr ""
4329
4330 #: cppexp.c:585
4331 #, c-format
4332 msgid "\"%s\" is not defined"
4333 msgstr ""
4334
4335 #: cppexp.c:716 cppexp.c:745
4336 #, c-format
4337 msgid "missing binary operator before token \"%s\""
4338 msgstr ""
4339
4340 #: cppexp.c:736
4341 #, c-format
4342 msgid "token \"%s\" is not valid in preprocessor expressions"
4343 msgstr ""
4344
4345 #: cppexp.c:755
4346 msgid "void expression between '(' and ')'"
4347 msgstr ""
4348
4349 #: cppexp.c:758
4350 msgid "#if with no expression"
4351 msgstr ""
4352
4353 #: cppexp.c:760
4354 #, c-format
4355 msgid "operator '%s' has no right operand"
4356 msgstr ""
4357
4358 #: cppexp.c:786
4359 msgid " ':' without preceding '?'"
4360 msgstr ""
4361
4362 #: cppexp.c:813
4363 msgid "unbalanced stack in #if"
4364 msgstr ""
4365
4366 #: cppexp.c:832
4367 #, c-format
4368 msgid "impossible operator '%u'"
4369 msgstr ""
4370
4371 #: cppexp.c:924
4372 msgid "missing ')' in expression"
4373 msgstr ""
4374
4375 #: cppexp.c:945
4376 msgid "'?' without following ':'"
4377 msgstr ""
4378
4379 #: cppexp.c:955
4380 msgid "integer overflow in preprocessor expression"
4381 msgstr ""
4382
4383 #: cppexp.c:960
4384 msgid "missing '(' in expression"
4385 msgstr ""
4386
4387 #: cppexp.c:992
4388 #, c-format
4389 msgid "the left operand of \"%s\" changes sign when promoted"
4390 msgstr ""
4391
4392 #: cppexp.c:997
4393 #, c-format
4394 msgid "the right operand of \"%s\" changes sign when promoted"
4395 msgstr ""
4396
4397 #: cppexp.c:1355
4398 msgid "comma operator in operand of #if"
4399 msgstr ""
4400
4401 #: cppexp.c:1487
4402 msgid "division by zero in #if"
4403 msgstr ""
4404
4405 #: cppfiles.c:406
4406 msgid "NULL directory in find_file"
4407 msgstr ""
4408
4409 #: cppfiles.c:436
4410 msgid "one or more PCH files were found, but they were invalid"
4411 msgstr ""
4412
4413 #: cppfiles.c:439
4414 msgid "use -Winvalid-pch for more information"
4415 msgstr ""
4416
4417 #: cppfiles.c:497
4418 #, c-format
4419 msgid "%s is a block device"
4420 msgstr ""
4421
4422 #: cppfiles.c:514
4423 #, c-format
4424 msgid "%s is too large"
4425 msgstr ""
4426
4427 #: cppfiles.c:549
4428 #, c-format
4429 msgid "%s is shorter than expected"
4430 msgstr ""
4431
4432 #: cppfiles.c:752
4433 #, c-format
4434 msgid "no include path in which to search for %s"
4435 msgstr ""
4436
4437 #: cppfiles.c:1028
4438 msgid "Multiple include guards may be useful for:\n"
4439 msgstr ""
4440
4441 #: cppinit.c:388
4442 msgid "cppchar_t must be an unsigned type"
4443 msgstr ""
4444
4445 #: cppinit.c:392
4446 #, c-format
4447 msgid ""
4448 "preprocessor arithmetic has maximum precision of %lu bits; target requires %"
4449 "lu bits"
4450 msgstr ""
4451
4452 #: cppinit.c:399
4453 msgid "CPP arithmetic must be at least as precise as a target int"
4454 msgstr ""
4455
4456 #: cppinit.c:402
4457 msgid "target char is less than 8 bits wide"
4458 msgstr ""
4459
4460 #: cppinit.c:406
4461 msgid "target wchar_t is narrower than target char"
4462 msgstr ""
4463
4464 #: cppinit.c:410
4465 msgid "target int is narrower than target char"
4466 msgstr ""
4467
4468 #: cppinit.c:415
4469 msgid "CPP half-integer narrower than CPP character"
4470 msgstr ""
4471
4472 #: cppinit.c:419
4473 #, c-format
4474 msgid ""
4475 "CPP on this host cannot handle wide character constants over %lu bits, but "
4476 "the target requires %lu bits"
4477 msgstr ""
4478
4479 #: cpplex.c:414
4480 msgid "null character(s) ignored"
4481 msgstr ""
4482
4483 #: cpplex.c:449
4484 msgid "'$' in identifier or number"
4485 msgstr ""
4486
4487 #: cpplex.c:496
4488 #, c-format
4489 msgid "attempt to use poisoned \"%s\""
4490 msgstr ""
4491
4492 #: cpplex.c:504
4493 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
4494 msgstr ""
4495
4496 #: cpplex.c:600
4497 msgid "null character(s) preserved in literal"
4498 msgstr ""
4499
4500 #: cpplex.c:925
4501 msgid "unterminated comment"
4502 msgstr ""
4503
4504 #: cpplex.c:936
4505 msgid "C++ style comments are not allowed in ISO C90"
4506 msgstr ""
4507
4508 #: cpplex.c:938
4509 msgid "(this will be reported only once per input file)"
4510 msgstr ""
4511
4512 #: cpplex.c:943
4513 msgid "multi-line comment"
4514 msgstr ""
4515
4516 #: cpplex.c:1207
4517 #, c-format
4518 msgid "unspellable token %s"
4519 msgstr ""
4520
4521 #: cpplib.c:218
4522 #, c-format
4523 msgid "extra tokens at end of #%s directive"
4524 msgstr ""
4525
4526 #: cpplib.c:304
4527 #, c-format
4528 msgid "#%s is a GCC extension"
4529 msgstr ""
4530
4531 #: cpplib.c:316
4532 msgid "suggest not using #elif in traditional C"
4533 msgstr ""
4534
4535 #: cpplib.c:319
4536 #, c-format
4537 msgid "traditional C ignores #%s with the # indented"
4538 msgstr ""
4539
4540 #: cpplib.c:323
4541 #, c-format
4542 msgid "suggest hiding #%s from traditional C with an indented #"
4543 msgstr ""
4544
4545 #: cpplib.c:345
4546 msgid "embedding a directive within macro arguments is not portable"
4547 msgstr ""
4548
4549 #: cpplib.c:365
4550 msgid "style of line directive is a GCC extension"
4551 msgstr ""
4552
4553 #: cpplib.c:415
4554 #, c-format
4555 msgid "invalid preprocessing directive #%s"
4556 msgstr ""
4557
4558 #: cpplib.c:484
4559 msgid "\"defined\" cannot be used as a macro name"
4560 msgstr ""
4561
4562 #: cpplib.c:490
4563 #, c-format
4564 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
4565 msgstr ""
4566
4567 #: cpplib.c:493
4568 #, c-format
4569 msgid "no macro name given in #%s directive"
4570 msgstr ""
4571
4572 #: cpplib.c:496
4573 msgid "macro names must be identifiers"
4574 msgstr ""
4575
4576 #: cpplib.c:537
4577 #, c-format
4578 msgid "undefining \"%s\""
4579 msgstr ""
4580
4581 #: cpplib.c:609
4582 msgid "missing terminating > character"
4583 msgstr ""
4584
4585 #: cpplib.c:662
4586 #, c-format
4587 msgid "#%s expects \"FILENAME\" or <FILENAME>"
4588 msgstr ""
4589
4590 #: cpplib.c:685
4591 msgid "#include nested too deeply"
4592 msgstr ""
4593
4594 #: cpplib.c:723
4595 msgid "#include_next in primary source file"
4596 msgstr ""
4597
4598 #: cpplib.c:749
4599 #, c-format
4600 msgid "invalid flag \"%s\" in line directive"
4601 msgstr ""
4602
4603 #: cpplib.c:796
4604 #, c-format
4605 msgid "\"%s\" after #line is not a positive integer"
4606 msgstr ""
4607
4608 #: cpplib.c:802
4609 msgid "line number out of range"
4610 msgstr ""
4611
4612 #: cpplib.c:815 cpplib.c:892
4613 #, c-format
4614 msgid "\"%s\" is not a valid filename"
4615 msgstr ""
4616
4617 #: cpplib.c:852
4618 #, c-format
4619 msgid "\"%s\" after # is not a positive integer"
4620 msgstr ""
4621
4622 #: cpplib.c:954
4623 msgid "invalid #ident directive"
4624 msgstr ""
4625
4626 #: cpplib.c:1034
4627 #, c-format
4628 msgid "registering \"%s\" as both a pragma and a pragma namespace"
4629 msgstr ""
4630
4631 #: cpplib.c:1037
4632 #, c-format
4633 msgid "#pragma %s %s is already registered"
4634 msgstr ""
4635
4636 #: cpplib.c:1040
4637 #, c-format
4638 msgid "#pragma %s is already registered"
4639 msgstr ""
4640
4641 #: cpplib.c:1182
4642 msgid "#pragma once in main file"
4643 msgstr ""
4644
4645 #: cpplib.c:1205
4646 msgid "invalid #pragma GCC poison directive"
4647 msgstr ""
4648
4649 #: cpplib.c:1214
4650 #, c-format
4651 msgid "poisoning existing macro \"%s\""
4652 msgstr ""
4653
4654 #: cpplib.c:1235
4655 msgid "#pragma system_header ignored outside include file"
4656 msgstr ""
4657
4658 #: cpplib.c:1259
4659 #, c-format
4660 msgid "cannot find source file %s"
4661 msgstr ""
4662
4663 #: cpplib.c:1263
4664 #, c-format
4665 msgid "current file is older than %s"
4666 msgstr ""
4667
4668 #: cpplib.c:1376
4669 msgid "_Pragma takes a parenthesized string literal"
4670 msgstr ""
4671
4672 #: cpplib.c:1454
4673 msgid "#else without #if"
4674 msgstr ""
4675
4676 #: cpplib.c:1459
4677 msgid "#else after #else"
4678 msgstr ""
4679
4680 #: cpplib.c:1487
4681 msgid "#elif without #if"
4682 msgstr ""
4683
4684 #: cpplib.c:1492
4685 msgid "#elif after #else"
4686 msgstr ""
4687
4688 #: cpplib.c:1522
4689 msgid "#endif without #if"
4690 msgstr ""
4691
4692 #: cpplib.c:1599
4693 msgid "missing '(' after predicate"
4694 msgstr ""
4695
4696 #: cpplib.c:1614
4697 msgid "missing ')' to complete answer"
4698 msgstr ""
4699
4700 #: cpplib.c:1634
4701 msgid "predicate's answer is empty"
4702 msgstr ""
4703
4704 #: cpplib.c:1661
4705 msgid "assertion without predicate"
4706 msgstr ""
4707
4708 #: cpplib.c:1663
4709 msgid "predicate must be an identifier"
4710 msgstr ""
4711
4712 #: cpplib.c:1747
4713 #, c-format
4714 msgid "\"%s\" re-asserted"
4715 msgstr ""
4716
4717 #: cppmacro.c:126 cppmacro.c:282
4718 #, c-format
4719 msgid "invalid built-in macro \"%s\""
4720 msgstr ""
4721
4722 #: cppmacro.c:223
4723 msgid "could not determine date and time"
4724 msgstr ""
4725
4726 #: cppmacro.c:395
4727 msgid "invalid string literal, ignoring final '\\'"
4728 msgstr ""
4729
4730 #: cppmacro.c:478
4731 #, c-format
4732 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
4733 msgstr ""
4734
4735 #: cppmacro.c:516
4736 msgid "ISO C99 requires rest arguments to be used"
4737 msgstr ""
4738
4739 #: cppmacro.c:521
4740 #, c-format
4741 msgid "macro \"%s\" requires %u arguments, but only %u given"
4742 msgstr ""
4743
4744 #: cppmacro.c:526
4745 #, c-format
4746 msgid "macro \"%s\" passed %u arguments, but takes just %u"
4747 msgstr ""
4748
4749 #: cppmacro.c:637
4750 #, c-format
4751 msgid "unterminated argument list invoking macro \"%s\""
4752 msgstr ""
4753
4754 #: cppmacro.c:740
4755 #, c-format
4756 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
4757 msgstr ""
4758
4759 #: cppmacro.c:1247
4760 #, c-format
4761 msgid "duplicate macro parameter \"%s\""
4762 msgstr ""
4763
4764 #: cppmacro.c:1292
4765 #, c-format
4766 msgid "\"%s\" may not appear in macro parameter list"
4767 msgstr ""
4768
4769 #: cppmacro.c:1300
4770 msgid "macro parameters must be comma-separated"
4771 msgstr ""
4772
4773 #: cppmacro.c:1317
4774 msgid "parameter name missing"
4775 msgstr ""
4776
4777 #: cppmacro.c:1334
4778 msgid "anonymous variadic macros were introduced in C99"
4779 msgstr ""
4780
4781 #: cppmacro.c:1339
4782 msgid "ISO C does not permit named variadic macros"
4783 msgstr ""
4784
4785 #: cppmacro.c:1348
4786 msgid "missing ')' in macro parameter list"
4787 msgstr ""
4788
4789 #: cppmacro.c:1411
4790 msgid "ISO C requires whitespace after the macro name"
4791 msgstr ""
4792
4793 #: cppmacro.c:1439
4794 msgid "'#' is not followed by a macro parameter"
4795 msgstr ""
4796
4797 #: cppmacro.c:1458
4798 msgid "'##' cannot appear at either end of a macro expansion"
4799 msgstr ""
4800
4801 #: cppmacro.c:1597
4802 #, c-format
4803 msgid "macro argument \"%s\" would be stringified in traditional C"
4804 msgstr ""
4805
4806 #: cppmacro.c:1620
4807 #, c-format
4808 msgid "invalid hash type %d in cpp_macro_definition"
4809 msgstr ""
4810
4811 #: cpppch.c:84 cpppch.c:332 cpppch.c:356 cpppch.c:365 cpppch.c:371
4812 msgid "while writing precompiled header"
4813 msgstr ""
4814
4815 #: cpppch.c:469
4816 #, c-format
4817 msgid "%s: not used because `%.*s' not defined"
4818 msgstr ""
4819
4820 #: cpppch.c:481
4821 #, c-format
4822 msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
4823 msgstr ""
4824
4825 #: cpppch.c:522
4826 #, c-format
4827 msgid "%s: not used because `%s' is defined"
4828 msgstr ""
4829
4830 #: cpppch.c:535 cpppch.c:722
4831 msgid "while reading precompiled header"
4832 msgstr ""
4833
4834 #: cppspec.c:106
4835 #, c-format
4836 msgid "\"%s\" is not a valid option to the preprocessor"
4837 msgstr ""
4838
4839 #: cppspec.c:128
4840 msgid "too many input files"
4841 msgstr ""
4842
4843 #: cpptrad.c:744
4844 #, c-format
4845 msgid "detected recursion whilst expanding macro \"%s\""
4846 msgstr ""
4847
4848 #: cpptrad.c:911
4849 msgid "syntax error in macro parameter list"
4850 msgstr ""
4851
4852 #: cse.c:6953
4853 #, c-format
4854 msgid ";; Processing block from %d to %d, %d sets.\n"
4855 msgstr ""
4856
4857 #: diagnostic.c:209
4858 #, c-format
4859 msgid "%s:%d: confused by earlier errors, bailing out\n"
4860 msgstr ""
4861
4862 #: diagnostic.c:270
4863 msgid "compilation terminated due to -Wfatal-errors.\n"
4864 msgstr ""
4865
4866 #: diagnostic.c:286
4867 msgid "compilation terminated.\n"
4868 msgstr ""
4869
4870 #: diagnostic.c:577
4871 msgid "Internal compiler error: Error reporting routines re-entered.\n"
4872 msgstr ""
4873
4874 #: diagnostic.c:589
4875 #, c-format
4876 msgid "in %s, at %s:%d"
4877 msgstr ""
4878
4879 #: dominance.c:774
4880 #, c-format
4881 msgid "dominator of %d should be %d, not %d"
4882 msgstr ""
4883
4884 #: dwarf2out.c:3264
4885 #, c-format
4886 msgid "DW_LOC_OP %s not implemented\n"
4887 msgstr ""
4888
4889 #: emit-rtl.c:1095
4890 msgid "can't access real part of complex value in hard register"
4891 msgstr ""
4892
4893 #: emit-rtl.c:1122
4894 msgid "can't access imaginary part of complex value in hard register"
4895 msgstr ""
4896
4897 #: emit-rtl.c:2245
4898 msgid "Invalid rtl sharing found in the insn"
4899 msgstr ""
4900
4901 #: emit-rtl.c:2247
4902 msgid "Shared rtx"
4903 msgstr ""
4904
4905 #: emit-rtl.c:3384
4906 msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
4907 msgstr ""
4908
4909 #: errors.c:129
4910 #, c-format
4911 msgid "abort in %s, at %s:%d"
4912 msgstr ""
4913
4914 #: except.c:351
4915 msgid "exception handling disabled, use -fexceptions to enable"
4916 msgstr ""
4917
4918 #: except.c:3299
4919 msgid "argument of `__builtin_eh_return_regno' must be constant"
4920 msgstr ""
4921
4922 #: except.c:3430
4923 msgid "__builtin_eh_return not supported on this target"
4924 msgstr ""
4925
4926 #: explow.c:1393
4927 msgid "stack limits not supported on this target"
4928 msgstr ""
4929
4930 #: expr.c:6513
4931 msgid "%Jprior parameter's size depends on '%D'"
4932 msgstr ""
4933
4934 #: expr.c:6822
4935 msgid "returned value in block_exit_expr"
4936 msgstr ""
4937
4938 #. We can't make a bitwise copy of this object, so fail.
4939 #: expr.c:9049
4940 msgid "cannot take the address of an unaligned member"
4941 msgstr ""
4942
4943 #: expr.c:9307
4944 #, c-format
4945 msgid "case label value %d is less than minimum value for type"
4946 msgstr ""
4947
4948 #: expr.c:9316
4949 #, c-format
4950 msgid "case label value %d exceeds maximum value for type"
4951 msgstr ""
4952
4953 #: expr.c:9325
4954 #, c-format
4955 msgid "lower value %d in case label range less than minimum value for type"
4956 msgstr ""
4957
4958 #: expr.c:9334
4959 #, c-format
4960 msgid "upper value %d in case label range exceeds maximum value for type"
4961 msgstr ""
4962
4963 #: final.c:1061
4964 msgid "negative insn length"
4965 msgstr ""
4966
4967 #: final.c:2508
4968 msgid "could not split insn"
4969 msgstr ""
4970
4971 #: final.c:2850
4972 msgid "invalid `asm': "
4973 msgstr ""
4974
4975 #: final.c:3033
4976 msgid "nested assembly dialect alternatives"
4977 msgstr ""
4978
4979 #: final.c:3050 final.c:3062
4980 msgid "unterminated assembly dialect alternative"
4981 msgstr ""
4982
4983 #: final.c:3106
4984 #, c-format
4985 msgid "operand number missing after %%-letter"
4986 msgstr ""
4987
4988 #: final.c:3109 final.c:3148
4989 msgid "operand number out of range"
4990 msgstr ""
4991
4992 #: final.c:3167
4993 #, c-format
4994 msgid "invalid %%-code"
4995 msgstr ""
4996
4997 #: final.c:3197
4998 #, c-format
4999 msgid "`%%l' operand isn't a label"
5000 msgstr ""
5001
5002 #. We can't handle floating point constants;
5003 #. PRINT_OPERAND must handle them.
5004 #. We can't handle floating point constants; PRINT_OPERAND must
5005 #. handle them.
5006 #. We can't handle floating point constants;
5007 #. PRINT_OPERAND must handle them.
5008 #: final.c:3299 vmsdbgout.c:486 config/i386/i386.c:6802
5009 #: config/pdp11/pdp11.c:1690
5010 msgid "floating constant misused"
5011 msgstr ""
5012
5013 #: final.c:3355 vmsdbgout.c:543 config/i386/i386.c:6880
5014 #: config/pdp11/pdp11.c:1737
5015 msgid "invalid expression as operand"
5016 msgstr ""
5017
5018 #: flow.c:1563
5019 msgid "Attempt to delete prologue/epilogue insn:"
5020 msgstr ""
5021
5022 #: fold-const.c:2955 fold-const.c:2968
5023 #, c-format
5024 msgid "comparison is always %d due to width of bit-field"
5025 msgstr ""
5026
5027 #: fold-const.c:4170 fold-const.c:4187
5028 #, c-format
5029 msgid "comparison is always %d"
5030 msgstr ""
5031
5032 #: fold-const.c:4318
5033 msgid "`or' of unmatched not-equal tests is always 1"
5034 msgstr ""
5035
5036 #: fold-const.c:4323
5037 msgid "`and' of mutually exclusive equal-tests is always 0"
5038 msgstr ""
5039
5040 #: fold-const.c:8603
5041 msgid "fold check: original tree changed by fold"
5042 msgstr ""
5043
5044 #: function.c:866 varasm.c:1426
5045 msgid "%Jsize of variable '%D' is too large"
5046 msgstr ""
5047
5048 #: function.c:3741
5049 msgid "impossible constraint in `asm'"
5050 msgstr ""
5051
5052 #: function.c:5653
5053 msgid "%Jvariable '%D' might be clobbered by `longjmp' or `vfork'"
5054 msgstr ""
5055
5056 #: function.c:5673
5057 msgid "%Jargument '%D' might be clobbered by `longjmp' or `vfork'"
5058 msgstr ""
5059
5060 #: function.c:6280
5061 msgid "function returns an aggregate"
5062 msgstr ""
5063
5064 #: function.c:6617
5065 msgid "%Junused parameter '%D'"
5066 msgstr ""
5067
5068 #: gcc.c:1234
5069 #, c-format
5070 msgid "ambiguous abbreviation %s"
5071 msgstr ""
5072
5073 #: gcc.c:1261
5074 #, c-format
5075 msgid "incomplete `%s' option"
5076 msgstr ""
5077
5078 #: gcc.c:1272
5079 #, c-format
5080 msgid "missing argument to `%s' option"
5081 msgstr ""
5082
5083 #: gcc.c:1285
5084 #, c-format
5085 msgid "extraneous argument to `%s' option"
5086 msgstr ""
5087
5088 #: gcc.c:1620
5089 msgid "Using built-in specs.\n"
5090 msgstr ""
5091
5092 #: gcc.c:1805
5093 #, c-format
5094 msgid ""
5095 "Setting spec %s to '%s'\n"
5096 "\n"
5097 msgstr ""
5098
5099 #: gcc.c:1914
5100 #, c-format
5101 msgid "Reading specs from %s\n"
5102 msgstr ""
5103
5104 #: gcc.c:2010 gcc.c:2029
5105 #, c-format
5106 msgid "specs %%include syntax malformed after %ld characters"
5107 msgstr ""
5108
5109 #: gcc.c:2037
5110 #, c-format
5111 msgid "could not find specs file %s\n"
5112 msgstr ""
5113
5114 #: gcc.c:2054 gcc.c:2062 gcc.c:2071 gcc.c:2080
5115 #, c-format
5116 msgid "specs %%rename syntax malformed after %ld characters"
5117 msgstr ""
5118
5119 #: gcc.c:2089
5120 #, c-format
5121 msgid "specs %s spec was not found to be renamed"
5122 msgstr ""
5123
5124 #: gcc.c:2096
5125 #, c-format
5126 msgid "%s: attempt to rename spec '%s' to already defined spec '%s'"
5127 msgstr ""
5128
5129 #: gcc.c:2101
5130 #, c-format
5131 msgid "rename spec %s to %s\n"
5132 msgstr ""
5133
5134 #: gcc.c:2103
5135 #, c-format
5136 msgid ""
5137 "spec is '%s'\n"
5138 "\n"
5139 msgstr ""
5140
5141 #: gcc.c:2116
5142 #, c-format
5143 msgid "specs unknown %% command after %ld characters"
5144 msgstr ""
5145
5146 #: gcc.c:2127 gcc.c:2140
5147 #, c-format
5148 msgid "specs file malformed after %ld characters"
5149 msgstr ""
5150
5151 #: gcc.c:2193
5152 msgid "spec file has no spec for linking"
5153 msgstr ""
5154
5155 #: gcc.c:2706
5156 msgid "-pipe not supported"
5157 msgstr ""
5158
5159 #: gcc.c:2768
5160 msgid ""
5161 "\n"
5162 "Go ahead? (y or n) "
5163 msgstr ""
5164
5165 #: gcc.c:2894
5166 #, c-format
5167 msgid ""
5168 "Internal error: %s (program %s)\n"
5169 "Please submit a full bug report.\n"
5170 "See %s for instructions."
5171 msgstr ""
5172
5173 #: gcc.c:2912
5174 #, c-format
5175 msgid "# %s %.2f %.2f\n"
5176 msgstr ""
5177
5178 #: gcc.c:3048
5179 #, c-format
5180 msgid "Usage: %s [options] file...\n"
5181 msgstr ""
5182
5183 #: gcc.c:3049
5184 msgid "Options:\n"
5185 msgstr ""
5186
5187 #: gcc.c:3051
5188 msgid "  -pass-exit-codes         Exit with highest error code from a phase\n"
5189 msgstr ""
5190
5191 #: gcc.c:3052
5192 msgid "  --help                   Display this information\n"
5193 msgstr ""
5194
5195 #: gcc.c:3053
5196 msgid ""
5197 "  --target-help            Display target specific command line options\n"
5198 msgstr ""
5199
5200 #: gcc.c:3055
5201 msgid "  (Use '-v --help' to display command line options of sub-processes)\n"
5202 msgstr ""
5203
5204 #: gcc.c:3056
5205 msgid "  -dumpspecs               Display all of the built in spec strings\n"
5206 msgstr ""
5207
5208 #: gcc.c:3057
5209 msgid "  -dumpversion             Display the version of the compiler\n"
5210 msgstr ""
5211
5212 #: gcc.c:3058
5213 msgid "  -dumpmachine             Display the compiler's target processor\n"
5214 msgstr ""
5215
5216 #: gcc.c:3059
5217 msgid ""
5218 "  -print-search-dirs       Display the directories in the compiler's search "
5219 "path\n"
5220 msgstr ""
5221
5222 #: gcc.c:3060
5223 msgid ""
5224 "  -print-libgcc-file-name  Display the name of the compiler's companion "
5225 "library\n"
5226 msgstr ""
5227
5228 #: gcc.c:3061
5229 msgid "  -print-file-name=<lib>   Display the full path to library <lib>\n"
5230 msgstr ""
5231
5232 #: gcc.c:3062
5233 msgid ""
5234 "  -print-prog-name=<prog>  Display the full path to compiler component "
5235 "<prog>\n"
5236 msgstr ""
5237
5238 #: gcc.c:3063
5239 msgid ""
5240 "  -print-multi-directory   Display the root directory for versions of "
5241 "libgcc\n"
5242 msgstr ""
5243
5244 #: gcc.c:3064
5245 msgid ""
5246 "  -print-multi-lib         Display the mapping between command line options "
5247 "and\n"
5248 "                           multiple library search directories\n"
5249 msgstr ""
5250
5251 #: gcc.c:3067
5252 msgid "  -print-multi-os-directory Display the relative path to OS libraries\n"
5253 msgstr ""
5254
5255 #: gcc.c:3068
5256 msgid ""
5257 "  -Wa,<options>            Pass comma-separated <options> on to the "
5258 "assembler\n"
5259 msgstr ""
5260
5261 #: gcc.c:3069
5262 msgid ""
5263 "  -Wp,<options>            Pass comma-separated <options> on to the "
5264 "preprocessor\n"
5265 msgstr ""
5266
5267 #: gcc.c:3070
5268 msgid ""
5269 "  -Wl,<options>            Pass comma-separated <options> on to the linker\n"
5270 msgstr ""
5271
5272 #: gcc.c:3071
5273 msgid "  -Xassembler <arg>        Pass <arg> on to the assembler\n"
5274 msgstr ""
5275
5276 #: gcc.c:3072
5277 msgid "  -Xpreprocessor <arg>     Pass <arg> on to the preprocessor\n"
5278 msgstr ""
5279
5280 #: gcc.c:3073
5281 msgid "  -Xlinker <arg>           Pass <arg> on to the linker\n"
5282 msgstr ""
5283
5284 #: gcc.c:3074
5285 msgid ""
5286 "  -combine                 Pass multiple source files to compiler at once\n"
5287 msgstr ""
5288
5289 #: gcc.c:3075
5290 msgid "  -save-temps              Do not delete intermediate files\n"
5291 msgstr ""
5292
5293 #: gcc.c:3076
5294 msgid "  -pipe                    Use pipes rather than intermediate files\n"
5295 msgstr ""
5296
5297 #: gcc.c:3077
5298 msgid "  -time                    Time the execution of each subprocess\n"
5299 msgstr ""
5300
5301 #: gcc.c:3078
5302 msgid ""
5303 "  -specs=<file>            Override built-in specs with the contents of "
5304 "<file>\n"
5305 msgstr ""
5306
5307 #: gcc.c:3079
5308 msgid ""
5309 "  -std=<standard>          Assume that the input sources are for <standard>\n"
5310 msgstr ""
5311
5312 #: gcc.c:3080
5313 msgid ""
5314 "  -B <directory>           Add <directory> to the compiler's search paths\n"
5315 msgstr ""
5316
5317 #: gcc.c:3081
5318 msgid "  -b <machine>             Run gcc for target <machine>, if installed\n"
5319 msgstr ""
5320
5321 #: gcc.c:3082
5322 msgid ""
5323 "  -V <version>             Run gcc version number <version>, if installed\n"
5324 msgstr ""
5325
5326 #: gcc.c:3083
5327 msgid ""
5328 "  -v                       Display the programs invoked by the compiler\n"
5329 msgstr ""
5330
5331 #: gcc.c:3084
5332 msgid ""
5333 "  -###                     Like -v but options quoted and commands not "
5334 "executed\n"
5335 msgstr ""
5336
5337 #: gcc.c:3085
5338 msgid ""
5339 "  -E                       Preprocess only; do not compile, assemble or "
5340 "link\n"
5341 msgstr ""
5342
5343 #: gcc.c:3086
5344 msgid "  -S                       Compile only; do not assemble or link\n"
5345 msgstr ""
5346
5347 #: gcc.c:3087
5348 msgid "  -c                       Compile and assemble, but do not link\n"
5349 msgstr ""
5350
5351 #: gcc.c:3088
5352 msgid "  -o <file>                Place the output into <file>\n"
5353 msgstr ""
5354
5355 #: gcc.c:3089
5356 msgid ""
5357 "  -x <language>            Specify the language of the following input "
5358 "files\n"
5359 "                           Permissible languages include: c c++ assembler "
5360 "none\n"
5361 "                           'none' means revert to the default behavior of\n"
5362 "                           guessing the language based on the file's "
5363 "extension\n"
5364 msgstr ""
5365
5366 #: gcc.c:3096
5367 #, c-format
5368 msgid ""
5369 "\n"
5370 "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
5371 " passed on to the various sub-processes invoked by %s.  In order to pass\n"
5372 " other options on to these processes the -W<letter> options must be used.\n"
5373 msgstr ""
5374
5375 #: gcc.c:3216
5376 #, c-format
5377 msgid "`-%c' option must have argument"
5378 msgstr ""
5379
5380 #: gcc.c:3238
5381 #, c-format
5382 msgid "couldn't run `%s': %s"
5383 msgstr ""
5384
5385 #. translate_options () has turned --version into -fversion.
5386 #: gcc.c:3424
5387 #, c-format
5388 msgid "%s (GCC) %s\n"
5389 msgstr ""
5390
5391 #: gcc.c:3426 gcov.c:424 java/gjavah.c:2310 java/jcf-dump.c:916
5392 #: java/jv-scan.c:126
5393 msgid "(C)"
5394 msgstr ""
5395
5396 #: gcc.c:3427 java/gjavah.c:2311 java/jcf-dump.c:917 java/jv-scan.c:127
5397 #, c-format
5398 msgid ""
5399 "This is free software; see the source for copying conditions.  There is NO\n"
5400 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
5401 "\n"
5402 msgstr ""
5403
5404 #: gcc.c:3528
5405 msgid "argument to `-Xlinker' is missing"
5406 msgstr ""
5407
5408 #: gcc.c:3536
5409 msgid "argument to `-Xpreprocessor' is missing"
5410 msgstr ""
5411
5412 #: gcc.c:3543
5413 msgid "argument to `-Xassembler' is missing"
5414 msgstr ""
5415
5416 #: gcc.c:3550
5417 msgid "argument to `-l' is missing"
5418 msgstr ""
5419
5420 #: gcc.c:3571
5421 msgid "argument to `-specs' is missing"
5422 msgstr ""
5423
5424 #: gcc.c:3585
5425 msgid "argument to `-specs=' is missing"
5426 msgstr ""
5427
5428 #: gcc.c:3622
5429 #, c-format
5430 msgid "`-%c' must come at the start of the command line"
5431 msgstr ""
5432
5433 #: gcc.c:3631
5434 msgid "argument to `-B' is missing"
5435 msgstr ""
5436
5437 #: gcc.c:3805
5438 msgid "warning: -pipe ignored because -save-temps specified"
5439 msgstr ""
5440
5441 #: gcc.c:3809
5442 msgid "warning: -pipe ignored because -time specified"
5443 msgstr ""
5444
5445 #: gcc.c:4021
5446 msgid "argument to `-x' is missing"
5447 msgstr ""
5448
5449 #: gcc.c:4049
5450 #, c-format
5451 msgid "argument to `-%s' is missing"
5452 msgstr ""
5453
5454 #: gcc.c:4110
5455 #, c-format
5456 msgid "warning: `-x %s' after last input file has no effect"
5457 msgstr ""
5458
5459 #: gcc.c:4511
5460 msgid "invalid specification!  Bug in cc"
5461 msgstr ""
5462
5463 #: gcc.c:4665
5464 #, c-format
5465 msgid "%s\n"
5466 msgstr ""
5467
5468 #. Catch the case where a spec string contains something like
5469 #. '%{foo:%*}'.  ie there is no * in the pattern on the left
5470 #. hand side of the :.
5471 #: gcc.c:5174
5472 #, c-format
5473 msgid "spec failure: '%%*' has not been initialized by pattern match"
5474 msgstr ""
5475
5476 #: gcc.c:5183
5477 #, c-format
5478 msgid "warning: use of obsolete %%[ operator in specs"
5479 msgstr ""
5480
5481 #: gcc.c:5201
5482 #, c-format
5483 msgid "Processing spec %c%s%c, which is '%s'\n"
5484 msgstr ""
5485
5486 #: gcc.c:5264
5487 #, c-format
5488 msgid "spec failure: unrecognized spec option '%c'"
5489 msgstr ""
5490
5491 #: gcc.c:5343
5492 #, c-format
5493 msgid "unknown spec function `%s'"
5494 msgstr ""
5495
5496 #: gcc.c:5362
5497 #, c-format
5498 msgid "error in args to spec function `%s'"
5499 msgstr ""
5500
5501 #: gcc.c:5410
5502 msgid "malformed spec function name"
5503 msgstr ""
5504
5505 #. )
5506 #: gcc.c:5413
5507 msgid "no arguments for spec function"
5508 msgstr ""
5509
5510 #: gcc.c:5432
5511 msgid "malformed spec function arguments"
5512 msgstr ""
5513
5514 #: gcc.c:6159
5515 msgid "spec failure: more than one arg to SYSROOT_SUFFIX_SPEC."
5516 msgstr ""
5517
5518 #: gcc.c:6169
5519 msgid "spec failure: more than one arg to SYSROOT_HEADERS_SUFFIX_SPEC."
5520 msgstr ""
5521
5522 #: gcc.c:6262
5523 #, c-format
5524 msgid "unrecognized option `-%s'"
5525 msgstr ""
5526
5527 #: gcc.c:6268
5528 #, c-format
5529 msgid "install: %s%s\n"
5530 msgstr ""
5531
5532 #: gcc.c:6269
5533 #, c-format
5534 msgid "programs: %s\n"
5535 msgstr ""
5536
5537 #: gcc.c:6270
5538 #, c-format
5539 msgid "libraries: %s\n"
5540 msgstr ""
5541
5542 #: gcc.c:6327
5543 #, c-format
5544 msgid ""
5545 "\n"
5546 "For bug reporting instructions, please see:\n"
5547 msgstr ""
5548
5549 #: gcc.c:6343
5550 #, c-format
5551 msgid "Configured with: %s\n"
5552 msgstr ""
5553
5554 #: gcc.c:6357
5555 #, c-format
5556 msgid "Thread model: %s\n"
5557 msgstr ""
5558
5559 #: gcc.c:6368
5560 #, c-format
5561 msgid "gcc version %s\n"
5562 msgstr ""
5563
5564 #: gcc.c:6370
5565 #, c-format
5566 msgid "gcc driver version %s executing gcc version %s\n"
5567 msgstr ""
5568
5569 #: gcc.c:6378
5570 msgid "no input files"
5571 msgstr ""
5572
5573 #: gcc.c:6449 gcc.c:6512
5574 #, c-format
5575 msgid "%s: %s compiler not installed on this system"
5576 msgstr ""
5577
5578 #: gcc.c:6595
5579 #, c-format
5580 msgid "%s: linker input file unused because linking not done"
5581 msgstr ""
5582
5583 #: gcc.c:6635
5584 #, c-format
5585 msgid "language %s not recognized"
5586 msgstr ""
5587
5588 #: gcc.c:6732
5589 msgid "internal gcc abort"
5590 msgstr ""
5591
5592 #: gcov.c:384
5593 msgid "Internal gcov abort.\n"
5594 msgstr ""
5595
5596 #: gcov.c:397
5597 msgid ""
5598 "Usage: gcov [OPTION]... SOURCEFILE\n"
5599 "\n"
5600 msgstr ""
5601
5602 #: gcov.c:398
5603 msgid ""
5604 "Print code coverage information.\n"
5605 "\n"
5606 msgstr ""
5607
5608 #: gcov.c:399
5609 msgid "  -h, --help                      Print this help, then exit\n"
5610 msgstr ""
5611
5612 #: gcov.c:400
5613 msgid "  -v, --version                   Print version number, then exit\n"
5614 msgstr ""
5615
5616 #: gcov.c:401
5617 msgid ""
5618 "  -a, --all-blocks                Show information for every basic block\n"
5619 msgstr ""
5620
5621 #: gcov.c:402
5622 msgid ""
5623 "  -b, --branch-probabilities      Include branch probabilities in output\n"
5624 msgstr ""
5625
5626 #: gcov.c:403
5627 msgid ""
5628 "  -c, --branch-counts             Given counts of branches taken\n"
5629 "                                    rather than percentages\n"
5630 msgstr ""
5631
5632 #: gcov.c:405
5633 msgid "  -n, --no-output                 Do not create an output file\n"
5634 msgstr ""
5635
5636 #: gcov.c:406
5637 msgid ""
5638 "  -l, --long-file-names           Use long output file names for included\n"
5639 "                                    source files\n"
5640 msgstr ""
5641
5642 #: gcov.c:408
5643 msgid "  -f, --function-summaries        Output summaries for each function\n"
5644 msgstr ""
5645
5646 #: gcov.c:409
5647 msgid ""
5648 "  -o, --object-directory DIR|FILE Search for object files in DIR or called "
5649 "FILE\n"
5650 msgstr ""
5651
5652 #: gcov.c:410
5653 msgid "  -p, --preserve-paths            Preserve all pathname components\n"
5654 msgstr ""
5655
5656 #: gcov.c:411
5657 msgid ""
5658 "  -u, --unconditional-branches    Show unconditional branch counts too\n"
5659 msgstr ""
5660
5661 #: gcov.c:412
5662 #, c-format
5663 msgid ""
5664 "\n"
5665 "For bug reporting instructions, please see:\n"
5666 "%s.\n"
5667 msgstr ""
5668
5669 #: gcov.c:422
5670 #, c-format
5671 msgid "gcov (GCC) %s\n"
5672 msgstr ""
5673
5674 #: gcov.c:426
5675 msgid ""
5676 "This is free software; see the source for copying conditions.\n"
5677 "There is NO warranty; not even for MERCHANTABILITY or \n"
5678 "FITNESS FOR A PARTICULAR PURPOSE.\n"
5679 "\n"
5680 msgstr ""
5681
5682 #: gcov.c:516
5683 #, c-format
5684 msgid "%s:no functions found\n"
5685 msgstr ""
5686
5687 #: gcov.c:537 gcov.c:565
5688 msgid "\n"
5689 msgstr ""
5690
5691 #: gcov.c:552
5692 #, c-format
5693 msgid "%s:creating `%s'\n"
5694 msgstr ""
5695
5696 #: gcov.c:556
5697 #, c-format
5698 msgid "%s:error writing output file `%s'\n"
5699 msgstr ""
5700
5701 #: gcov.c:561
5702 #, c-format
5703 msgid "%s:could not open output file `%s'\n"
5704 msgstr ""
5705
5706 #: gcov.c:712
5707 #, c-format
5708 msgid "%s:cannot open graph file\n"
5709 msgstr ""
5710
5711 #: gcov.c:718
5712 #, c-format
5713 msgid "%s:not a gcov graph file\n"
5714 msgstr ""
5715
5716 #: gcov.c:731
5717 #, c-format
5718 msgid "%s:version `%.4s', prefer `%.4s'\n"
5719 msgstr ""
5720
5721 #: gcov.c:783
5722 #, c-format
5723 msgid "%s:already seen blocks for `%s'\n"
5724 msgstr ""
5725
5726 #: gcov.c:904 gcov.c:1063
5727 #, c-format
5728 msgid "%s:corrupted\n"
5729 msgstr ""
5730
5731 #: gcov.c:977
5732 #, c-format
5733 msgid "%s:cannot open data file\n"
5734 msgstr ""
5735
5736 #: gcov.c:982
5737 #, c-format
5738 msgid "%s:not a gcov data file\n"
5739 msgstr ""
5740
5741 #: gcov.c:995
5742 #, c-format
5743 msgid "%s:version `%.4s', prefer version `%.4s'\n"
5744 msgstr ""
5745
5746 #: gcov.c:1001
5747 #, c-format
5748 msgid "%s:stamp mismatch with graph file\n"
5749 msgstr ""
5750
5751 #: gcov.c:1027
5752 #, c-format
5753 msgid "%s:unknown function `%u'\n"
5754 msgstr ""
5755
5756 #: gcov.c:1040
5757 #, c-format
5758 msgid "%s:profile mismatch for `%s'\n"
5759 msgstr ""
5760
5761 #: gcov.c:1063
5762 #, c-format
5763 msgid "%s:overflowed\n"
5764 msgstr ""
5765
5766 #: gcov.c:1086
5767 #, c-format
5768 msgid "%s:`%s' lacks entry and/or exit blocks\n"
5769 msgstr ""
5770
5771 #: gcov.c:1091
5772 #, c-format
5773 msgid "%s:`%s' has arcs to entry block\n"
5774 msgstr ""
5775
5776 #: gcov.c:1099
5777 #, c-format
5778 msgid "%s:`%s' has arcs from exit block\n"
5779 msgstr ""
5780
5781 #: gcov.c:1307
5782 #, c-format
5783 msgid "%s:graph is unsolvable for `%s'\n"
5784 msgstr ""
5785
5786 #: gcov.c:1387
5787 #, c-format
5788 msgid "%s `%s'\n"
5789 msgstr ""
5790
5791 #: gcov.c:1390
5792 #, c-format
5793 msgid "Lines executed:%s of %d\n"
5794 msgstr ""
5795
5796 #: gcov.c:1394
5797 msgid "No executable lines"
5798 msgstr ""
5799
5800 #: gcov.c:1400
5801 #, c-format
5802 msgid "Branches executed:%s of %d\n"
5803 msgstr ""
5804
5805 #: gcov.c:1404
5806 #, c-format
5807 msgid "Taken at least once:%s of %d\n"
5808 msgstr ""
5809
5810 #: gcov.c:1410
5811 msgid "No branches\n"
5812 msgstr ""
5813
5814 #: gcov.c:1412
5815 #, c-format
5816 msgid "Calls executed:%s of %d\n"
5817 msgstr ""
5818
5819 #: gcov.c:1416
5820 msgid "No calls\n"
5821 msgstr ""
5822
5823 #: gcov.c:1557
5824 #, c-format
5825 msgid "%s:no lines for `%s'\n"
5826 msgstr ""
5827
5828 #: gcov.c:1752
5829 #, c-format
5830 msgid "call   %2d returned %s\n"
5831 msgstr ""
5832
5833 #: gcov.c:1757
5834 #, c-format
5835 msgid "call   %2d never executed\n"
5836 msgstr ""
5837
5838 #: gcov.c:1762
5839 #, c-format
5840 msgid "branch %2d taken %s%s\n"
5841 msgstr ""
5842
5843 #: gcov.c:1766
5844 #, c-format
5845 msgid "branch %2d never executed\n"
5846 msgstr ""
5847
5848 #: gcov.c:1771
5849 #, c-format
5850 msgid "unconditional %2d taken %s\n"
5851 msgstr ""
5852
5853 #: gcov.c:1774
5854 #, c-format
5855 msgid "unconditional %2d never executed\n"
5856 msgstr ""
5857
5858 #: gcov.c:1806
5859 #, c-format
5860 msgid "%s:cannot open source file\n"
5861 msgstr ""
5862
5863 #: gcov.c:1816
5864 #, c-format
5865 msgid "%s:source file is newer than graph file `%s'\n"
5866 msgstr ""
5867
5868 #. Return if there's nothing to do, or it is too expensive.
5869 #: gcse.c:708
5870 msgid "GCSE disabled"
5871 msgstr ""
5872
5873 #. Return if there's nothing to do, or it is too expensive.
5874 #: gcse.c:6891
5875 msgid "jump bypassing disabled"
5876 msgstr ""
5877
5878 #: gcse.c:6952
5879 #, c-format
5880 msgid "%s: %d basic blocks and %d edges/basic block"
5881 msgstr ""
5882
5883 #: gcse.c:6965
5884 #, c-format
5885 msgid "%s: %d basic blocks and %d registers"
5886 msgstr ""
5887
5888 #: ggc-common.c:400 ggc-common.c:408 ggc-common.c:476 ggc-common.c:496
5889 #: ggc-page.c:2220 ggc-page.c:2252 ggc-page.c:2259 ggc-zone.c:1387
5890 #: ggc-zone.c:1393 ggc-zone.c:1402
5891 #, c-format
5892 msgid "can't write PCH file: %m"
5893 msgstr ""
5894
5895 #: ggc-common.c:489
5896 #, c-format
5897 msgid "can't get position in PCH file: %m"
5898 msgstr ""
5899
5900 #: ggc-common.c:499
5901 #, c-format
5902 msgid "can't write padding to PCH file: %m"
5903 msgstr ""
5904
5905 #: ggc-common.c:552 ggc-common.c:560 ggc-common.c:567 ggc-common.c:570
5906 #: ggc-common.c:580 ggc-common.c:583 ggc-page.c:2347 ggc-zone.c:1412
5907 #, c-format
5908 msgid "can't read PCH file: %m"
5909 msgstr ""
5910
5911 #: ggc-common.c:575
5912 msgid "had to relocate PCH"
5913 msgstr ""
5914
5915 #: ggc-page.c:1447
5916 #, c-format
5917 msgid "open /dev/zero: %m"
5918 msgstr ""
5919
5920 #: ggc-page.c:2237 ggc-page.c:2243
5921 msgid "can't write PCH file"
5922 msgstr ""
5923
5924 #: gimplify.c:2746
5925 #, c-format
5926 msgid "invalid lvalue in asm output %d"
5927 msgstr ""
5928
5929 #: gimplify.c:2794
5930 #, c-format
5931 msgid "memory input %d is not directly addressable"
5932 msgstr ""
5933
5934 #: global.c:356 global.c:369 global.c:383
5935 #, c-format
5936 msgid "%s cannot be used in asm here"
5937 msgstr ""
5938
5939 #: graph.c:403 passes.c:267 toplev.c:2499 java/jcf-parse.c:883
5940 #: java/jcf-parse.c:1029 java/lex.c:1828 objc/objc-act.c:501
5941 #, c-format
5942 msgid "can't open %s: %m"
5943 msgstr ""
5944
5945 #: haifa-sched.c:196
5946 #, c-format
5947 msgid "fix_sched_param: unknown param: %s"
5948 msgstr ""
5949
5950 #: line-map.c:310
5951 #, c-format
5952 msgid "In file included from %s:%u"
5953 msgstr ""
5954
5955 #. Translators note: this message is used in conjunction
5956 #. with "In file included from %s:%ld" and some other
5957 #. tricks.  We want something like this:
5958 #.
5959 #. | In file included from sys/select.h:123,
5960 #. |                  from sys/types.h:234,
5961 #. |                  from userfile.c:31:
5962 #. | bits/select.h:45: <error message here>
5963 #.
5964 #. with all the "from"s lined up.
5965 #. The trailing comma is at the beginning of this message,
5966 #. and the trailing colon is not translated.
5967 #: line-map.c:328
5968 #, c-format
5969 msgid ""
5970 ",\n"
5971 "                 from %s:%u"
5972 msgstr ""
5973
5974 #. What to print when a switch has no documentation.
5975 #: opts.c:150
5976 msgid "This switch lacks documentation"
5977 msgstr ""
5978
5979 #. Eventually this should become a hard error IMO.
5980 #: opts.c:319
5981 #, c-format
5982 msgid "command line option \"%s\" is valid for %s but not for %s"
5983 msgstr ""
5984
5985 #: opts.c:407
5986 #, c-format
5987 msgid "missing argument to \"%s\""
5988 msgstr ""
5989
5990 #: opts.c:417
5991 #, c-format
5992 msgid "argument to \"%s\" should be a non-negative integer"
5993 msgstr ""
5994
5995 #: opts.c:464
5996 #, c-format
5997 msgid "unrecognized command line option \"%s\""
5998 msgstr ""
5999
6000 #: opts.c:673
6001 msgid "-Wuninitialized is not supported without -O"
6002 msgstr ""
6003
6004 #: opts.c:687
6005 msgid "-freorder-blocks-and-partition does not work with exceptions"
6006 msgstr ""
6007
6008 #: opts.c:1429
6009 #, c-format
6010 msgid "unrecognized register name \"%s\""
6011 msgstr ""
6012
6013 #: opts.c:1473
6014 #, c-format
6015 msgid "unknown tls-model \"%s\""
6016 msgstr ""
6017
6018 #: opts.c:1538
6019 msgid "Andersen's PTA not available - libbanshee not compiled."
6020 msgstr ""
6021
6022 #: opts.c:1544
6023 #, c-format
6024 msgid "`%s`: unknown points-to analysis algorithm"
6025 msgstr ""
6026
6027 #: opts.c:1674
6028 #, c-format
6029 msgid "%s: --param arguments should be of the form NAME=VALUE"
6030 msgstr ""
6031
6032 #: opts.c:1679
6033 #, c-format
6034 msgid "invalid --param value `%s'"
6035 msgstr ""
6036
6037 #: opts.c:1775
6038 msgid "target system does not support debug output"
6039 msgstr ""
6040
6041 #: opts.c:1782
6042 #, c-format
6043 msgid "debug format \"%s\" conflicts with prior selection"
6044 msgstr ""
6045
6046 #: opts.c:1798
6047 #, c-format
6048 msgid "unrecognised debug output level \"%s\""
6049 msgstr ""
6050
6051 #: opts.c:1800
6052 #, c-format
6053 msgid "debug output level %s is too high"
6054 msgstr ""
6055
6056 #: opts.c:1819
6057 msgid "The following options are language-independent:\n"
6058 msgstr ""
6059
6060 #: opts.c:1826
6061 #, c-format
6062 msgid ""
6063 "The %s front end recognizes the following options:\n"
6064 "\n"
6065 msgstr ""
6066
6067 #: opts.c:1840
6068 msgid "The --param option recognizes the following as parameters:\n"
6069 msgstr ""
6070
6071 #. If we didn't find this parameter, issue an error message.
6072 #: params.c:76
6073 #, c-format
6074 msgid "invalid parameter `%s'"
6075 msgstr ""
6076
6077 #: passes.c:397
6078 msgid "%Hinvalid register name `%s' for register variable"
6079 msgstr ""
6080
6081 #: passes.c:1783
6082 msgid ""
6083 "branch target register load optimization is not intended to be run twice"
6084 msgstr ""
6085
6086 #: profile.c:282
6087 msgid "corrupted profile info: run_max * runs < sum_max"
6088 msgstr ""
6089
6090 #: profile.c:288
6091 msgid "corrupted profile info: sum_all is smaller than sum_max"
6092 msgstr ""
6093
6094 #: profile.c:330
6095 #, c-format
6096 msgid "corrupted profile info: edge from %i to %i exceeds maximal count"
6097 msgstr ""
6098
6099 #: profile.c:493
6100 #, c-format
6101 msgid ""
6102 "corrupted profile info: number of iterations for basic block %d thought to "
6103 "be %i"
6104 msgstr ""
6105
6106 #: profile.c:514
6107 #, c-format
6108 msgid ""
6109 "corrupted profile info: number of executions for edge %d-%d thought to be %i"
6110 msgstr ""
6111
6112 #: protoize.c:534
6113 #, c-format
6114 msgid "%s: internal abort\n"
6115 msgstr ""
6116
6117 #: protoize.c:592
6118 #, c-format
6119 msgid "%s: error writing file `%s': %s\n"
6120 msgstr ""
6121
6122 #: protoize.c:636
6123 #, c-format
6124 msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
6125 msgstr ""
6126
6127 #: protoize.c:639
6128 #, c-format
6129 msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
6130 msgstr ""
6131
6132 #: protoize.c:745
6133 #, c-format
6134 msgid "%s: warning: no read access for file `%s'\n"
6135 msgstr ""
6136
6137 #: protoize.c:753
6138 #, c-format
6139 msgid "%s: warning: no write access for file `%s'\n"
6140 msgstr ""
6141
6142 #: protoize.c:761
6143 #, c-format
6144 msgid "%s: warning: no write access for dir containing `%s'\n"
6145 msgstr ""
6146
6147 #. Catch cases like /.. where we try to backup to a
6148 #. point above the absolute root of the logical file
6149 #. system.
6150 #: protoize.c:1148
6151 #, c-format
6152 msgid "%s: invalid file name: %s\n"
6153 msgstr ""
6154
6155 #: protoize.c:1296
6156 #, c-format
6157 msgid "%s: %s: can't get status: %s\n"
6158 msgstr ""
6159
6160 #: protoize.c:1317
6161 #, c-format
6162 msgid ""
6163 "\n"
6164 "%s: fatal error: aux info file corrupted at line %d\n"
6165 msgstr ""
6166
6167 #: protoize.c:1646
6168 #, c-format
6169 msgid "%s:%d: declaration of function `%s' takes different forms\n"
6170 msgstr ""
6171
6172 #: protoize.c:1901
6173 #, c-format
6174 msgid "%s: compiling `%s'\n"
6175 msgstr ""
6176
6177 #: protoize.c:1924
6178 #, c-format
6179 msgid "%s: wait: %s\n"
6180 msgstr ""
6181
6182 #: protoize.c:1929
6183 #, c-format
6184 msgid "%s: subprocess got fatal signal %d\n"
6185 msgstr ""
6186
6187 #: protoize.c:1937
6188 #, c-format
6189 msgid "%s: %s exited with status %d\n"
6190 msgstr ""
6191
6192 #: protoize.c:1986
6193 #, c-format
6194 msgid "%s: warning: missing SYSCALLS file `%s'\n"
6195 msgstr ""
6196
6197 #: protoize.c:1995 protoize.c:2024
6198 #, c-format
6199 msgid "%s: can't read aux info file `%s': %s\n"
6200 msgstr ""
6201
6202 #: protoize.c:2040 protoize.c:2068
6203 #, c-format
6204 msgid "%s: can't get status of aux info file `%s': %s\n"
6205 msgstr ""
6206
6207 #: protoize.c:2096
6208 #, c-format
6209 msgid "%s: can't open aux info file `%s' for reading: %s\n"
6210 msgstr ""
6211
6212 #: protoize.c:2114
6213 #, c-format
6214 msgid "%s: error reading aux info file `%s': %s\n"
6215 msgstr ""
6216
6217 #: protoize.c:2127
6218 #, c-format
6219 msgid "%s: error closing aux info file `%s': %s\n"
6220 msgstr ""
6221
6222 #: protoize.c:2143
6223 #, c-format
6224 msgid "%s: can't delete aux info file `%s': %s\n"
6225 msgstr ""
6226
6227 #: protoize.c:2225 protoize.c:4195
6228 #, c-format
6229 msgid "%s: can't delete file `%s': %s\n"
6230 msgstr ""
6231
6232 #: protoize.c:2303
6233 #, c-format
6234 msgid "%s: warning: can't rename file `%s' to `%s': %s\n"
6235 msgstr ""
6236
6237 #: protoize.c:2425
6238 #, c-format
6239 msgid "%s: conflicting extern definitions of '%s'\n"
6240 msgstr ""
6241
6242 #: protoize.c:2429
6243 #, c-format
6244 msgid "%s: declarations of '%s' will not be converted\n"
6245 msgstr ""
6246
6247 #: protoize.c:2431
6248 #, c-format
6249 msgid "%s: conflict list for '%s' follows:\n"
6250 msgstr ""
6251
6252 #: protoize.c:2464
6253 #, c-format
6254 msgid "%s: warning: using formals list from %s(%d) for function `%s'\n"
6255 msgstr ""
6256
6257 #: protoize.c:2504
6258 #, c-format
6259 msgid "%s: %d: `%s' used but missing from SYSCALLS\n"
6260 msgstr ""
6261
6262 #: protoize.c:2510
6263 #, c-format
6264 msgid "%s: %d: warning: no extern definition for `%s'\n"
6265 msgstr ""
6266
6267 #: protoize.c:2540
6268 #, c-format
6269 msgid "%s: warning: no static definition for `%s' in file `%s'\n"
6270 msgstr ""
6271
6272 #: protoize.c:2546
6273 #, c-format
6274 msgid "%s: multiple static defs of `%s' in file `%s'\n"
6275 msgstr ""
6276
6277 #: protoize.c:2716 protoize.c:2719
6278 #, c-format
6279 msgid "%s: %d: warning: source too confusing\n"
6280 msgstr ""
6281
6282 #: protoize.c:2915
6283 #, c-format
6284 msgid "%s: %d: warning: varargs function declaration not converted\n"
6285 msgstr ""
6286
6287 #: protoize.c:2930
6288 #, c-format
6289 msgid "%s: declaration of function `%s' not converted\n"
6290 msgstr ""
6291
6292 #: protoize.c:3053
6293 #, c-format
6294 msgid "%s: warning: too many parameter lists in declaration of `%s'\n"
6295 msgstr ""
6296
6297 #: protoize.c:3074
6298 #, c-format
6299 msgid ""
6300 "\n"
6301 "%s: warning: too few parameter lists in declaration of `%s'\n"
6302 msgstr ""
6303
6304 #: protoize.c:3170
6305 #, c-format
6306 msgid "%s: %d: warning: found `%s' but expected `%s'\n"
6307 msgstr ""
6308
6309 #: protoize.c:3345
6310 #, c-format
6311 msgid "%s: local declaration for function `%s' not inserted\n"
6312 msgstr ""
6313
6314 #: protoize.c:3372
6315 #, c-format
6316 msgid ""
6317 "\n"
6318 "%s: %d: warning: can't add declaration of `%s' into macro call\n"
6319 msgstr ""
6320
6321 #: protoize.c:3444
6322 #, c-format
6323 msgid "%s: global declarations for file `%s' not inserted\n"
6324 msgstr ""
6325
6326 #: protoize.c:3533 protoize.c:3563
6327 #, c-format
6328 msgid "%s: definition of function `%s' not converted\n"
6329 msgstr ""
6330
6331 #: protoize.c:3552
6332 #, c-format
6333 msgid "%s: %d: warning: definition of %s not converted\n"
6334 msgstr ""
6335
6336 #: protoize.c:3878
6337 #, c-format
6338 msgid "%s: found definition of `%s' at %s(%d)\n"
6339 msgstr ""
6340
6341 #. If we make it here, then we did not know about this
6342 #. function definition.
6343 #: protoize.c:3894
6344 #, c-format
6345 msgid "%s: %d: warning: `%s' excluded by preprocessing\n"
6346 msgstr ""
6347
6348 #: protoize.c:3897
6349 #, c-format
6350 msgid "%s: function definition not converted\n"
6351 msgstr ""
6352
6353 #: protoize.c:3955
6354 #, c-format
6355 msgid "%s: `%s' not converted\n"
6356 msgstr ""
6357
6358 #: protoize.c:3963
6359 #, c-format
6360 msgid "%s: would convert file `%s'\n"
6361 msgstr ""
6362
6363 #: protoize.c:3966
6364 #, c-format
6365 msgid "%s: converting file `%s'\n"
6366 msgstr ""
6367
6368 #: protoize.c:3976
6369 #, c-format
6370 msgid "%s: can't get status for file `%s': %s\n"
6371 msgstr ""
6372
6373 #: protoize.c:4018
6374 #, c-format
6375 msgid "%s: can't open file `%s' for reading: %s\n"
6376 msgstr ""
6377
6378 #: protoize.c:4033
6379 #, c-format
6380 msgid ""
6381 "\n"
6382 "%s: error reading input file `%s': %s\n"
6383 msgstr ""
6384
6385 #: protoize.c:4067
6386 #, c-format
6387 msgid "%s: can't create/open clean file `%s': %s\n"
6388 msgstr ""
6389
6390 #: protoize.c:4172
6391 #, c-format
6392 msgid "%s: warning: file `%s' already saved in `%s'\n"
6393 msgstr ""
6394
6395 #: protoize.c:4180
6396 #, c-format
6397 msgid "%s: can't link file `%s' to `%s': %s\n"
6398 msgstr ""
6399
6400 #: protoize.c:4210
6401 #, c-format
6402 msgid "%s: can't create/open output file `%s': %s\n"
6403 msgstr ""
6404
6405 #: protoize.c:4243
6406 #, c-format
6407 msgid "%s: can't change mode of file `%s': %s\n"
6408 msgstr ""
6409
6410 #: protoize.c:4416
6411 #, c-format
6412 msgid "%s: cannot get working directory: %s\n"
6413 msgstr ""
6414
6415 #: protoize.c:4514
6416 #, c-format
6417 msgid "%s: input file names must have .c suffixes: %s\n"
6418 msgstr ""
6419
6420 #: ra.c:750
6421 msgid "Didn't find a coloring.\n"
6422 msgstr ""
6423
6424 #: reg-stack.c:672
6425 #, c-format
6426 msgid "output constraint %d must specify a single register"
6427 msgstr ""
6428
6429 #: reg-stack.c:682
6430 #, c-format
6431 msgid "output constraint %d cannot be specified together with \"%s\" clobber"
6432 msgstr ""
6433
6434 #: reg-stack.c:705
6435 msgid "output regs must be grouped at top of stack"
6436 msgstr ""
6437
6438 #: reg-stack.c:742
6439 msgid "implicitly popped regs must be grouped at top of stack"
6440 msgstr ""
6441
6442 #: reg-stack.c:761
6443 #, c-format
6444 msgid "output operand %d must use `&' constraint"
6445 msgstr ""
6446
6447 #: regclass.c:750
6448 #, c-format
6449 msgid "can't use '%s' as a %s register"
6450 msgstr ""
6451
6452 #: regclass.c:765 config/ia64/ia64.c:4686 config/ia64/ia64.c:4693
6453 #, c-format
6454 msgid "unknown register name: %s"
6455 msgstr ""
6456
6457 #: regclass.c:775
6458 msgid "global register variable follows a function definition"
6459 msgstr ""
6460
6461 #: regclass.c:779
6462 msgid "register used for two global register variables"
6463 msgstr ""
6464
6465 #: regclass.c:784
6466 msgid "call-clobbered register used for global register variable"
6467 msgstr ""
6468
6469 #: regrename.c:1847
6470 #, c-format
6471 msgid "validate_value_data: [%u] Bad next_regno for empty chain (%u)"
6472 msgstr ""
6473
6474 #: regrename.c:1859
6475 #, c-format
6476 msgid "validate_value_data: Loop in regno chain (%u)"
6477 msgstr ""
6478
6479 #: regrename.c:1862
6480 #, c-format
6481 msgid "validate_value_data: [%u] Bad oldest_regno (%u)"
6482 msgstr ""
6483
6484 #: regrename.c:1874
6485 #, c-format
6486 msgid "validate_value_data: [%u] Non-empty reg in chain (%s %u %i)"
6487 msgstr ""
6488
6489 #: reload.c:1261
6490 msgid "cannot reload integer constant operand in `asm'"
6491 msgstr ""
6492
6493 #: reload.c:1283
6494 msgid "impossible register constraint in `asm'"
6495 msgstr ""
6496
6497 #: reload.c:3508
6498 msgid "`&' constraint used with no register class"
6499 msgstr ""
6500
6501 #: reload.c:3676
6502 msgid "unable to generate reloads for:"
6503 msgstr ""
6504
6505 #: reload.c:3677 reload.c:3889
6506 msgid "inconsistent operand constraints in an `asm'"
6507 msgstr ""
6508
6509 #: reload1.c:1226
6510 msgid "frame size too large for reliable stack checking"
6511 msgstr ""
6512
6513 #: reload1.c:1229
6514 msgid "try reducing the number of local variables"
6515 msgstr ""
6516
6517 #: reload1.c:1882
6518 #, c-format
6519 msgid "can't find a register in class `%s' while reloading `asm'"
6520 msgstr ""
6521
6522 #: reload1.c:1886
6523 #, c-format
6524 msgid "unable to find a register to spill in class `%s'"
6525 msgstr ""
6526
6527 #: reload1.c:1888
6528 msgid "this is the insn:"
6529 msgstr ""
6530
6531 #: reload1.c:3908
6532 msgid "`asm' operand requires impossible reload"
6533 msgstr ""
6534
6535 #. It's the compiler's fault.
6536 #: reload1.c:5023
6537 msgid "could not find a spill register"
6538 msgstr ""
6539
6540 #: reload1.c:5028
6541 msgid "`asm' operand constraint incompatible with operand size"
6542 msgstr ""
6543
6544 #. It's the compiler's fault.
6545 #: reload1.c:6650
6546 msgid "VOIDmode on an output"
6547 msgstr ""
6548
6549 #: reload1.c:6651
6550 msgid "output operand is constant in `asm'"
6551 msgstr ""
6552
6553 #: rtl-error.c:124
6554 msgid "unrecognizable insn:"
6555 msgstr ""
6556
6557 #: rtl-error.c:126
6558 msgid "insn does not satisfy its constraints:"
6559 msgstr ""
6560
6561 #: rtl.c:484
6562 #, c-format
6563 msgid "RTL check: access of elt %d of `%s' with last elt %d in %s, at %s:%d"
6564 msgstr ""
6565
6566 #: rtl.c:494
6567 #, c-format
6568 msgid ""
6569 "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
6570 msgstr ""
6571
6572 #: rtl.c:504
6573 #, c-format
6574 msgid ""
6575 "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %"
6576 "s:%d"
6577 msgstr ""
6578
6579 #: rtl.c:513
6580 #, c-format
6581 msgid "RTL check: expected code `%s', have `%s' in %s, at %s:%d"
6582 msgstr ""
6583
6584 #: rtl.c:523
6585 #, c-format
6586 msgid "RTL check: expected code `%s' or `%s', have `%s' in %s, at %s:%d"
6587 msgstr ""
6588
6589 #: rtl.c:534
6590 #, c-format
6591 msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
6592 msgstr ""
6593
6594 #: rtl.c:545
6595 #, c-format
6596 msgid "RTL flag check: %s used with unexpected rtx code `%s' in %s, at %s:%d"
6597 msgstr ""
6598
6599 #: stmt.c:666
6600 #, c-format
6601 msgid "jump to `%s' invalidly jumps into binding contour"
6602 msgstr ""
6603
6604 #: stmt.c:893 stmt.c:3647
6605 msgid "%Jlabel '%D' used before containing binding contour"
6606 msgstr ""
6607
6608 #: stmt.c:1072
6609 msgid "output operand constraint lacks `='"
6610 msgstr ""
6611
6612 #: stmt.c:1087
6613 #, c-format
6614 msgid "output constraint `%c' for operand %d is not at the beginning"
6615 msgstr ""
6616
6617 #: stmt.c:1109
6618 msgid "operand constraint contains incorrectly positioned '+' or '='"
6619 msgstr ""
6620
6621 #: stmt.c:1115 stmt.c:1214
6622 #, c-format
6623 msgid "`%%' constraint used with last operand"
6624 msgstr ""
6625
6626 #: stmt.c:1134
6627 msgid "matching constraint not valid in output operand"
6628 msgstr ""
6629
6630 #: stmt.c:1205
6631 #, c-format
6632 msgid "input operand constraint contains `%c'"
6633 msgstr ""
6634
6635 #: stmt.c:1247
6636 msgid "matching constraint references invalid operand number"
6637 msgstr ""
6638
6639 #: stmt.c:1285
6640 #, c-format
6641 msgid "invalid punctuation `%c' in constraint"
6642 msgstr ""
6643
6644 #: stmt.c:1309
6645 msgid "matching constraint does not allow a register"
6646 msgstr ""
6647
6648 #: stmt.c:1364
6649 #, c-format
6650 msgid "asm-specifier for variable `%s' conflicts with asm clobber list"
6651 msgstr ""
6652
6653 #: stmt.c:1452
6654 #, c-format
6655 msgid "unknown register name `%s' in `asm'"
6656 msgstr ""
6657
6658 #: stmt.c:1460
6659 #, c-format
6660 msgid "PIC register `%s' clobbered in `asm'"
6661 msgstr ""
6662
6663 #: stmt.c:1509
6664 #, c-format
6665 msgid "more than %d operands in `asm'"
6666 msgstr ""
6667
6668 #: stmt.c:1571
6669 #, c-format
6670 msgid "output number %d not directly addressable"
6671 msgstr ""
6672
6673 #: stmt.c:1649
6674 #, c-format
6675 msgid "asm operand %d probably doesn't match constraints"
6676 msgstr ""
6677
6678 #: stmt.c:1659
6679 #, c-format
6680 msgid "use of memory input without lvalue in asm operand %d is deprecated"
6681 msgstr ""
6682
6683 #: stmt.c:1813
6684 msgid "asm clobber conflict with output operand"
6685 msgstr ""
6686
6687 #: stmt.c:1818
6688 msgid "asm clobber conflict with input operand"
6689 msgstr ""
6690
6691 #: stmt.c:1898
6692 msgid "too many alternatives in `asm'"
6693 msgstr ""
6694
6695 #: stmt.c:1910
6696 msgid "operand constraints for `asm' differ in number of alternatives"
6697 msgstr ""
6698
6699 #: stmt.c:1962
6700 #, c-format
6701 msgid "duplicate asm operand name '%s'"
6702 msgstr ""
6703
6704 #: stmt.c:2060
6705 msgid "missing close brace for named operand"
6706 msgstr ""
6707
6708 #: stmt.c:2088
6709 #, c-format
6710 msgid "undefined named operand '%s'"
6711 msgstr ""
6712
6713 #: stmt.c:2145
6714 msgid "%Hstatement with no effect"
6715 msgstr ""
6716
6717 #: stmt.c:2301
6718 msgid "%Hvalue computed is not used"
6719 msgstr ""
6720
6721 #: stmt.c:3599
6722 msgid "%Junused variable '%D'"
6723 msgstr ""
6724
6725 #: stmt.c:4407
6726 msgid "%Hunreachable code at beginning of %s"
6727 msgstr ""
6728
6729 #: stor-layout.c:170
6730 msgid "type size can't be explicitly evaluated"
6731 msgstr ""
6732
6733 #: stor-layout.c:172
6734 msgid "variable-size type declared outside of any function"
6735 msgstr ""
6736
6737 #: stor-layout.c:553
6738 msgid "%Jsize of '%D' is %d bytes"
6739 msgstr ""
6740
6741 #: stor-layout.c:555
6742 msgid "%Jsize of '%D' is larger than %d bytes"
6743 msgstr ""
6744
6745 #: stor-layout.c:923
6746 msgid "%Jpacked attribute causes inefficient alignment for '%D'"
6747 msgstr ""
6748
6749 #: stor-layout.c:926
6750 msgid "%Jpacked attribute is unnecessary for '%D'"
6751 msgstr ""
6752
6753 #: stor-layout.c:942
6754 msgid "%Jpadding struct to align '%D'"
6755 msgstr ""
6756
6757 #: stor-layout.c:1285
6758 msgid "padding struct size to alignment boundary"
6759 msgstr ""
6760
6761 #: stor-layout.c:1315
6762 #, c-format
6763 msgid "packed attribute causes inefficient alignment for `%s'"
6764 msgstr ""
6765
6766 #: stor-layout.c:1317
6767 #, c-format
6768 msgid "packed attribute is unnecessary for `%s'"
6769 msgstr ""
6770
6771 #: stor-layout.c:1322
6772 msgid "packed attribute causes inefficient alignment"
6773 msgstr ""
6774
6775 #: stor-layout.c:1324
6776 msgid "packed attribute is unnecessary"
6777 msgstr ""
6778
6779 #: targhooks.c:95
6780 msgid "__builtin_saveregs not supported by this target"
6781 msgstr ""
6782
6783 #: timevar.c:314
6784 #, c-format
6785 msgid "cannot timevar_pop '%s' when top of timevars stack is '%s'"
6786 msgstr ""
6787
6788 #: timevar.c:440
6789 msgid ""
6790 "\n"
6791 "Execution times (seconds)\n"
6792 msgstr ""
6793
6794 #. Print total time.
6795 #: timevar.c:490
6796 msgid " TOTAL                 :"
6797 msgstr ""
6798
6799 #: timevar.c:518
6800 #, c-format
6801 msgid "time in %s: %ld.%06ld (%ld%%)\n"
6802 msgstr ""
6803
6804 #: tlink.c:377
6805 #, c-format
6806 msgid "collect: reading %s\n"
6807 msgstr ""
6808
6809 #: tlink.c:478
6810 #, c-format
6811 msgid "collect: recompiling %s\n"
6812 msgstr ""
6813
6814 #: tlink.c:654
6815 #, c-format
6816 msgid "collect: tweaking %s in %s\n"
6817 msgstr ""
6818
6819 #: tlink.c:700
6820 #, c-format
6821 msgid "collect: relinking\n"
6822 msgstr ""
6823
6824 #: tlink.c:709
6825 #, c-format
6826 msgid "ld returned %d exit status"
6827 msgstr ""
6828
6829 #: toplev.c:1172
6830 #, c-format
6831 msgid "%s "
6832 msgstr ""
6833
6834 #: toplev.c:1174
6835 #, c-format
6836 msgid " %s"
6837 msgstr ""
6838
6839 #: toplev.c:1239
6840 #, c-format
6841 msgid "invalid option argument `%s'"
6842 msgstr ""
6843
6844 #: toplev.c:1302
6845 #, c-format
6846 msgid "getting core file size maximum limit: %m"
6847 msgstr ""
6848
6849 #: toplev.c:1305
6850 #, c-format
6851 msgid "setting core file size limit to maximum: %m"
6852 msgstr ""
6853
6854 #: toplev.c:1522
6855 msgid "%J'%F' used but never defined"
6856 msgstr ""
6857
6858 #: toplev.c:1524
6859 msgid "%J'%F' declared `static' but never defined"
6860 msgstr ""
6861
6862 #: toplev.c:1549
6863 msgid "%J'%D' defined but not used"
6864 msgstr ""
6865
6866 #: toplev.c:1570 toplev.c:1587
6867 #, c-format
6868 msgid "`%s' is deprecated (declared at %s:%d)"
6869 msgstr ""
6870
6871 #: toplev.c:1590
6872 #, c-format
6873 msgid "`%s' is deprecated"
6874 msgstr ""
6875
6876 #: toplev.c:1593
6877 #, c-format
6878 msgid "type is deprecated (declared at %s:%d)"
6879 msgstr ""
6880
6881 #: toplev.c:1596
6882 msgid "type is deprecated"
6883 msgstr ""
6884
6885 #: toplev.c:1728
6886 #, c-format
6887 msgid ""
6888 "\n"
6889 "Target specific options:\n"
6890 msgstr ""
6891
6892 #: toplev.c:1742 toplev.c:1761
6893 #, c-format
6894 msgid "  -m%-23s [undocumented]\n"
6895 msgstr ""
6896
6897 #: toplev.c:1770
6898 #, c-format
6899 msgid ""
6900 "\n"
6901 "There are undocumented target specific options as well.\n"
6902 msgstr ""
6903
6904 #: toplev.c:1772
6905 #, c-format
6906 msgid "  They exist, but they are not documented.\n"
6907 msgstr ""
6908
6909 #: toplev.c:1816
6910 #, c-format
6911 msgid "unrecognized gcc debugging option: %c"
6912 msgstr ""
6913
6914 #: toplev.c:1878 config/rs6000/rs6000.c:1002 config/rs6000/rs6000.c:1013
6915 #, c-format
6916 msgid "invalid option `%s'"
6917 msgstr ""
6918
6919 #: toplev.c:1893
6920 #, c-format
6921 msgid ""
6922 "%s%s%s version %s (%s)\n"
6923 "%s\tcompiled by GNU C version %s.\n"
6924 "%s%s%s version %s (%s) compiled by CC.\n"
6925 msgstr ""
6926
6927 #: toplev.c:1900
6928 #, c-format
6929 msgid ""
6930 "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"
6931 msgstr ""
6932
6933 #: toplev.c:1952
6934 msgid "options passed: "
6935 msgstr ""
6936
6937 #: toplev.c:1981
6938 msgid "options enabled: "
6939 msgstr ""
6940
6941 #: toplev.c:2039 java/jcf-write.c:3433
6942 #, c-format
6943 msgid "can't open %s for writing: %m"
6944 msgstr ""
6945
6946 #: toplev.c:2122 config/sh/sh.c:7039
6947 msgid "created and used with different settings of -fpic"
6948 msgstr ""
6949
6950 #: toplev.c:2124 config/sh/sh.c:7041
6951 msgid "created and used with different settings of -fpie"
6952 msgstr ""
6953
6954 #: toplev.c:2175 config/sh/sh.c:7091
6955 #, c-format
6956 msgid "created and used with differing settings of `-m%s'"
6957 msgstr ""
6958
6959 #: toplev.c:2178 config/sh/sh.c:7094
6960 msgid "out of memory"
6961 msgstr ""
6962
6963 #: toplev.c:2364
6964 msgid "instruction scheduling not supported on this target machine"
6965 msgstr ""
6966
6967 #: toplev.c:2368
6968 msgid "this target machine does not have delayed branches"
6969 msgstr ""
6970
6971 #: toplev.c:2372
6972 msgid "test-coverage not yet implemented in trees."
6973 msgstr ""
6974
6975 #: toplev.c:2374
6976 msgid "value-based profiling not yet implemented in trees."
6977 msgstr ""
6978
6979 #: toplev.c:2387
6980 #, c-format
6981 msgid "-f%sleading-underscore not supported on this target machine"
6982 msgstr ""
6983
6984 #: toplev.c:2460
6985 #, c-format
6986 msgid "target system does not support the \"%s\" debug format"
6987 msgstr ""
6988
6989 #: toplev.c:2472
6990 msgid "variable tracking requested, but useless unless producing debug info"
6991 msgstr ""
6992
6993 #: toplev.c:2475
6994 msgid "variable tracking requested, but not supported by this debug format"
6995 msgstr ""
6996
6997 #: toplev.c:2506
6998 msgid "-ffunction-sections not supported for this target"
6999 msgstr ""
7000
7001 #: toplev.c:2511
7002 msgid "-fdata-sections not supported for this target"
7003 msgstr ""
7004
7005 #: toplev.c:2518
7006 msgid "-ffunction-sections disabled; it makes profiling impossible"
7007 msgstr ""
7008
7009 #: toplev.c:2525
7010 msgid "-fprefetch-loop-arrays not supported for this target"
7011 msgstr ""
7012
7013 #: toplev.c:2531
7014 msgid ""
7015 "-fprefetch-loop-arrays not supported for this target (try -march switches)"
7016 msgstr ""
7017
7018 #: toplev.c:2540
7019 msgid "-fprefetch-loop-arrays is not supported with -Os"
7020 msgstr ""
7021
7022 #: toplev.c:2546
7023 msgid "-ffunction-sections may affect debugging on some targets"
7024 msgstr ""
7025
7026 #: toplev.c:2649
7027 #, c-format
7028 msgid "error writing to %s: %m"
7029 msgstr ""
7030
7031 #: toplev.c:2651 java/jcf-parse.c:902 java/jcf-write.c:3440
7032 #, c-format
7033 msgid "error closing %s: %m"
7034 msgstr ""
7035
7036 #: tree-cfg.c:1009 tree-cfg.c:1700
7037 msgid "%Hwill never be executed"
7038 msgstr ""
7039
7040 #: tree-cfg.c:3020
7041 msgid "SSA name in freelist but still referenced"
7042 msgstr ""
7043
7044 #: tree-cfg.c:3030
7045 msgid "GIMPLE register modified with BIT_FIELD_REF"
7046 msgstr ""
7047
7048 #: tree-cfg.c:3046
7049 msgid "address taken, but ADDRESSABLE bit not set"
7050 msgstr ""
7051
7052 #: tree-cfg.c:3055
7053 msgid "non-boolean used in condition"
7054 msgstr ""
7055
7056 #: tree-cfg.c:3078
7057 msgid "Invalid operand to unary operator"
7058 msgstr ""
7059
7060 #: tree-cfg.c:3128 tree-cfg.c:3137
7061 msgid "Invalid operand to binary operator"
7062 msgstr ""
7063
7064 #: tree-cfg.c:3159
7065 msgid "Is not a valid GIMPLE statement."
7066 msgstr ""
7067
7068 #: tree-cfg.c:3262
7069 msgid "PHI def is not a GIMPLE value"
7070 msgstr ""
7071
7072 #: tree-cfg.c:3278 tree-cfg.c:3293
7073 msgid "Incorrect sharing of tree nodes"
7074 msgstr ""
7075
7076 #: tree-cfg.c:3302
7077 msgid "verify_stmts failed."
7078 msgstr ""
7079
7080 #: tree-cfg.c:3322
7081 msgid "ENTRY_BLOCK has a statement list associated with it\n"
7082 msgstr ""
7083
7084 #: tree-cfg.c:3328
7085 msgid "EXIT_BLOCK has a statement list associated with it\n"
7086 msgstr ""
7087
7088 #: tree-cfg.c:3335
7089 #, c-format
7090 msgid "Fallthru to exit from bb %d\n"
7091 msgstr ""
7092
7093 #: tree-cfg.c:3351
7094 #, c-format
7095 msgid "Label %s to block does not match in bb %d\n"
7096 msgstr ""
7097
7098 #: tree-cfg.c:3360
7099 #, c-format
7100 msgid "Label %s has incorrect context in bb %d\n"
7101 msgstr ""
7102
7103 #: tree-cfg.c:3374
7104 #, c-format
7105 msgid "Control flow in the middle of basic block %d\n"
7106 msgstr ""
7107
7108 #: tree-cfg.c:3384
7109 #, c-format
7110 msgid "Label %s in the middle of basic block %d\n"
7111 msgstr ""
7112
7113 #: tree-cfg.c:3401
7114 #, c-format
7115 msgid "Fallthru edge after a control statement in bb %d \n"
7116 msgstr ""
7117
7118 #: tree-cfg.c:3416
7119 #, c-format
7120 msgid "Structured COND_EXPR at the end of bb %d\n"
7121 msgstr ""
7122
7123 #: tree-cfg.c:3429 tree-cfg.c:3467 tree-cfg.c:3479 tree-cfg.c:3522
7124 #, c-format
7125 msgid "Wrong outgoing edge flags at end of bb %d\n"
7126 msgstr ""
7127
7128 #: tree-cfg.c:3437
7129 #, c-format
7130 msgid "`then' label does not match edge at end of bb %d\n"
7131 msgstr ""
7132
7133 #: tree-cfg.c:3445
7134 #, c-format
7135 msgid "`else' label does not match edge at end of bb %d\n"
7136 msgstr ""
7137
7138 #: tree-cfg.c:3455
7139 #, c-format
7140 msgid "Explicit goto at end of bb %d\n"
7141 msgstr ""
7142
7143 #: tree-cfg.c:3484
7144 #, c-format
7145 msgid "Return edge does not point to exit in bb %d\n"
7146 msgstr ""
7147
7148 #: tree-cfg.c:3514
7149 #, c-format
7150 msgid "Extra outgoing edge %d->%d\n"
7151 msgstr ""
7152
7153 #: tree-cfg.c:3536
7154 #, c-format
7155 msgid "Missing edge %i->%i\n"
7156 msgstr ""
7157
7158 #: tree-cfg.c:4511
7159 msgid "%Jfunction might be possible candidate for attribute `noreturn'"
7160 msgstr ""
7161
7162 #: tree-cfg.c:4528
7163 msgid "%H`noreturn' function does return"
7164 msgstr ""
7165
7166 #: tree-cfg.c:4546
7167 msgid "%Hcontrol reaches end of non-void function"
7168 msgstr ""
7169
7170 #: tree-dump.c:752
7171 #, c-format
7172 msgid "could not open dump file `%s': %s"
7173 msgstr ""
7174
7175 #: tree-dump.c:851
7176 #, c-format
7177 msgid "ignoring unknown option `%.*s' in `-fdump-%s'"
7178 msgstr ""
7179
7180 #: tree-inline.c:960
7181 msgid ""
7182 "%Jfunction '%F' can never be inlined because it uses alloca (override using "
7183 "the always_inline attribute)"
7184 msgstr ""
7185
7186 #: tree-inline.c:973
7187 msgid "%Jfunction '%F' can never be inlined because it uses setjmp"
7188 msgstr ""
7189
7190 #: tree-inline.c:987
7191 msgid ""
7192 "%Jfunction '%F' can never be inlined because it uses variable argument lists"
7193 msgstr ""
7194
7195 #: tree-inline.c:998
7196 msgid ""
7197 "%Jfunction '%F' can never be inlined because it uses setjmp-longjmp "
7198 "exception handling"
7199 msgstr ""
7200
7201 #: tree-inline.c:1005
7202 msgid "%Jfunction '%F' can never be inlined because it uses non-local goto"
7203 msgstr ""
7204
7205 #: tree-inline.c:1021
7206 msgid ""
7207 "%Jfunction '%F' can never be inlined because it contains a nested function"
7208 msgstr ""
7209
7210 #: tree-inline.c:1038
7211 msgid ""
7212 "%Jfunction '%F' can never be inlined because it contains a computed goto"
7213 msgstr ""
7214
7215 #: tree-inline.c:1052
7216 msgid ""
7217 "%Jfunction '%F' can never be inlined because it receives a non-local goto"
7218 msgstr ""
7219
7220 #: tree-inline.c:1073
7221 msgid ""
7222 "%Jfunction '%F' can never be inlined because it uses variable sized variables"
7223 msgstr ""
7224
7225 #: tree-inline.c:1503
7226 msgid "originally indirect function call not considered for inlining"
7227 msgstr ""
7228
7229 #: tree-inline.c:1513 tree-inline.c:1520
7230 msgid "%Jinlining failed in call to '%F': %s"
7231 msgstr ""
7232
7233 #: tree-inline.c:1514 tree-inline.c:1521
7234 msgid "called from here"
7235 msgstr ""
7236
7237 #: tree-mudflap.c:613
7238 msgid "mudflap checking not yet implemented for ARRAY_RANGE_REF"
7239 msgstr ""
7240
7241 #: tree-mudflap.c:812
7242 #, c-format
7243 msgid "mudflap cannot handle variable-sized declaration `%s'"
7244 msgstr ""
7245
7246 #: tree-mudflap.c:861
7247 msgid "mudflap ran off end of BIND_EXPR body"
7248 msgstr ""
7249
7250 #: tree-mudflap.c:1025
7251 #, c-format
7252 msgid "mudflap cannot track lifetime of `%s'"
7253 msgstr ""
7254
7255 #: tree-nomudflap.c:51
7256 msgid "mudflap: this language is not supported"
7257 msgstr ""
7258
7259 #: tree-optimize.c:633
7260 msgid "%Jsize of return value of '%D' is %u bytes"
7261 msgstr ""
7262
7263 #: tree-optimize.c:636
7264 msgid "%Jsize of return value of '%D' is larger than %wd bytes"
7265 msgstr ""
7266
7267 #: tree-ssa.c:121
7268 msgid "Expected an SSA_NAME object"
7269 msgstr ""
7270
7271 #: tree-ssa.c:128
7272 #, c-format
7273 msgid "SSA_NAME created in two different blocks %i and %i"
7274 msgstr ""
7275
7276 #: tree-ssa.c:140
7277 msgid "SSA_NAME_DEF_STMT is wrong"
7278 msgstr ""
7279
7280 #: tree-ssa.c:175
7281 msgid "Missing definition"
7282 msgstr ""
7283
7284 #: tree-ssa.c:181
7285 #, c-format
7286 msgid "Definition in block %i does not dominate use in block %i"
7287 msgstr ""
7288
7289 #: tree-ssa.c:189
7290 msgid "SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set"
7291 msgstr ""
7292
7293 #: tree-ssa.c:237
7294 #, c-format
7295 msgid "Wrong edge %d->%d for PHI argument\n"
7296 msgstr ""
7297
7298 #: tree-ssa.c:244
7299 #, c-format
7300 msgid "PHI argument flowing through dead edge %d->%d\n"
7301 msgstr ""
7302
7303 #: tree-ssa.c:251
7304 #, c-format
7305 msgid "PHI argument duplicated for edge %d->%d\n"
7306 msgstr ""
7307
7308 #: tree-ssa.c:269
7309 #, c-format
7310 msgid "No argument flowing through edge %d->%d\n"
7311 msgstr ""
7312
7313 #: tree-ssa.c:330
7314 msgid "Found a virtual definition for a GIMPLE register"
7315 msgstr ""
7316
7317 #: tree-ssa.c:344
7318 msgid "Found a real definition for a non-GIMPLE register"
7319 msgstr ""
7320
7321 #: tree-ssa.c:368
7322 #, c-format
7323 msgid "AUX pointer initialized for edge %d->%d\n"
7324 msgstr ""
7325
7326 #: tree-ssa.c:397 tree-ssa.c:413
7327 msgid "Found a virtual use for a GIMPLE register"
7328 msgstr ""
7329
7330 #: tree-ssa.c:429
7331 msgid "Found a real use of a non-GIMPLE register"
7332 msgstr ""
7333
7334 #: tree-ssa.c:445
7335 msgid "verify_ssa failed."
7336 msgstr ""
7337
7338 #: tree-ssa.c:1005
7339 msgid "%H'%D' is used uninitialized in this function"
7340 msgstr ""
7341
7342 #: tree-ssa.c:1030
7343 msgid "%H'%D' may be used uninitialized in this function"
7344 msgstr ""
7345
7346 #: tree.c:4138
7347 msgid "arrays of functions are not meaningful"
7348 msgstr ""
7349
7350 #: tree.c:4187
7351 msgid "function return type cannot be function"
7352 msgstr ""
7353
7354 #: tree.c:5042
7355 msgid "invalid initializer for bit string"
7356 msgstr ""
7357
7358 #: tree.c:5095
7359 #, c-format
7360 msgid "tree check: expected %s, have %s in %s, at %s:%d"
7361 msgstr ""
7362
7363 #: tree.c:5108
7364 #, c-format
7365 msgid "tree check: expected %s or %s, have %s in %s, at %s:%d"
7366 msgstr ""
7367
7368 #: tree.c:5121
7369 #, c-format
7370 msgid "tree check: expected %s, %s or %s; have %s in %s, at %s:%d"
7371 msgstr ""
7372
7373 #: tree.c:5136
7374 #, c-format
7375 msgid "tree check: expected %s, %s, %s or %s; have %s in %s, at %s:%d"
7376 msgstr ""
7377
7378 #: tree.c:5151
7379 #, c-format
7380 msgid "tree check: expected %s, %s, %s, %s or %s; have %s in %s, at %s:%d"
7381 msgstr ""
7382
7383 #: tree.c:5165
7384 #, c-format
7385 msgid "tree check: expected class '%c', have '%c' (%s) in %s, at %s:%d"
7386 msgstr ""
7387
7388 #: tree.c:5178
7389 #, c-format
7390 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
7391 msgstr ""
7392
7393 #: tree.c:5190
7394 #, c-format
7395 msgid "tree check: accessed elt %d of ephi_node with %d elts in %s, at %s:%d"
7396 msgstr ""
7397
7398 #: tree.c:5202
7399 #, c-format
7400 msgid "tree check: accessed elt %d of phi_node with %d elts in %s, at %s:%d"
7401 msgstr ""
7402
7403 #: tree.c:5214
7404 #, c-format
7405 msgid "tree check: accessed operand %d of %s with %d operands in %s, at %s:%d"
7406 msgstr ""
7407
7408 #: varasm.c:435
7409 msgid "%J%D causes a section type conflict"
7410 msgstr ""
7411
7412 #: varasm.c:807
7413 msgid "%Jregister name not specified for '%D'"
7414 msgstr ""
7415
7416 #: varasm.c:809
7417 msgid "%Jinvalid register name for '%D'"
7418 msgstr ""
7419
7420 #: varasm.c:811
7421 msgid "%Jdata type of '%D' isn't suitable for a register"
7422 msgstr ""
7423
7424 #: varasm.c:814
7425 msgid "%Jregister specified for '%D' isn't suitable for data type"
7426 msgstr ""
7427
7428 #: varasm.c:824
7429 msgid "global register variable has initial value"
7430 msgstr ""
7431
7432 #: varasm.c:827
7433 msgid "volatile register variables don't work as you might wish"
7434 msgstr ""
7435
7436 #: varasm.c:859
7437 msgid "%Jregister name given for non-register variable '%D'"
7438 msgstr ""
7439
7440 #: varasm.c:1398
7441 msgid "%Jstorage size of `%D' isn't known"
7442 msgstr ""
7443
7444 #: varasm.c:1452
7445 msgid ""
7446 "%Jalignment of '%D' is greater than maximum object file alignment.  Using %d"
7447 msgstr ""
7448
7449 #: varasm.c:1498
7450 msgid "thread-local COMMON data not implemented"
7451 msgstr ""
7452
7453 #: varasm.c:1523
7454 msgid ""
7455 "%Jrequested alignment for '%D' is greater than implemented alignment of %d"
7456 msgstr ""
7457
7458 #: varasm.c:3584
7459 msgid "initializer for integer value is too complicated"
7460 msgstr ""
7461
7462 #: varasm.c:3589
7463 msgid "initializer for floating value is not a floating constant"
7464 msgstr ""
7465
7466 #: varasm.c:3655
7467 msgid "unknown set constructor type"
7468 msgstr ""
7469
7470 #: varasm.c:3874
7471 #, c-format
7472 msgid "invalid initial value for member `%s'"
7473 msgstr ""
7474
7475 #: varasm.c:4061 varasm.c:4105
7476 msgid "%Jweak declaration of '%D' must precede definition"
7477 msgstr ""
7478
7479 #: varasm.c:4069
7480 msgid ""
7481 "%Jweak declaration of '%D' after first use results in unspecified behavior"
7482 msgstr ""
7483
7484 #: varasm.c:4103
7485 msgid "%Jweak declaration of '%D' must be public"
7486 msgstr ""
7487
7488 #: varasm.c:4112
7489 msgid "%Jweak declaration of '%D' not supported"
7490 msgstr ""
7491
7492 #: varasm.c:4141 varasm.c:4234
7493 msgid "only weak aliases are supported in this configuration"
7494 msgstr ""
7495
7496 #: varasm.c:4237
7497 msgid "alias definitions not supported in this configuration; ignored"
7498 msgstr ""
7499
7500 #: varasm.c:4266
7501 msgid "visibility attribute not supported in this configuration; ignored"
7502 msgstr ""
7503
7504 #: varray.c:197
7505 #, c-format
7506 msgid "virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d"
7507 msgstr ""
7508
7509 #: varray.c:207
7510 #, c-format
7511 msgid "underflowed virtual array %s in %s, at %s:%d"
7512 msgstr ""
7513
7514 #. Print an error message for unrecognized stab codes.
7515 #: xcoffout.c:187
7516 #, c-format
7517 msgid "no sclass for %s stab (0x%x)\n"
7518 msgstr ""
7519
7520 #.
7521 #. Local variables:
7522 #. mode:c
7523 #. End:
7524 #.
7525 #: diagnostic.def:1
7526 msgid "fatal error: "
7527 msgstr ""
7528
7529 #: diagnostic.def:2
7530 msgid "internal compiler error: "
7531 msgstr ""
7532
7533 #: diagnostic.def:3
7534 msgid "error: "
7535 msgstr ""
7536
7537 #: diagnostic.def:4
7538 msgid "sorry, unimplemented: "
7539 msgstr ""
7540
7541 #: diagnostic.def:6
7542 msgid "anachronism: "
7543 msgstr ""
7544
7545 #: diagnostic.def:7
7546 msgid "note: "
7547 msgstr ""
7548
7549 #: diagnostic.def:8
7550 msgid "debug: "
7551 msgstr ""
7552
7553 #: params.def:53
7554 msgid ""
7555 "The maximum number of instructions in a single function eligible for inlining"
7556 msgstr ""
7557
7558 #: params.def:65
7559 msgid "The maximum number of instructions when automatically inlining"
7560 msgstr ""
7561
7562 #: params.def:70
7563 msgid ""
7564 "The maximum number of instructions inline function can grow to via recursive "
7565 "inlining"
7566 msgstr ""
7567
7568 #: params.def:75
7569 msgid ""
7570 "The maximum number of instructions non-inline function can grow to via "
7571 "recursive inlining"
7572 msgstr ""
7573
7574 #: params.def:80
7575 msgid "The maximum depth of recursive inlining for inline functions"
7576 msgstr ""
7577
7578 #: params.def:85
7579 msgid "The maximum depth of recursive inlining for non-inline functions"
7580 msgstr ""
7581
7582 #: params.def:95
7583 msgid "The maximum number of instructions for the RTL inliner"
7584 msgstr ""
7585
7586 #: params.def:106
7587 msgid "The maximum number of instructions to consider to fill a delay slot"
7588 msgstr ""
7589
7590 #: params.def:117
7591 msgid ""
7592 "The maximum number of instructions to consider to find accurate live "
7593 "register information"
7594 msgstr ""
7595
7596 #: params.def:127
7597 msgid "The maximum length of scheduling's pending operations list"
7598 msgstr ""
7599
7600 #: params.def:132
7601 msgid "The size of function body to be considered large"
7602 msgstr ""
7603
7604 #: params.def:136
7605 msgid "Maximal growth due to inlining of large function (in percent)"
7606 msgstr ""
7607
7608 #: params.def:140
7609 msgid ""
7610 "how much can given compilation unit grow because of the inlining (in percent)"
7611 msgstr ""
7612
7613 #: params.def:147
7614 msgid "The maximum amount of memory to be allocated by GCSE"
7615 msgstr ""
7616
7617 #: params.def:152
7618 msgid "The maximum number of passes to make when doing GCSE"
7619 msgstr ""
7620
7621 #: params.def:162
7622 msgid ""
7623 "The threshold ratio for performing partial redundancy elimination          "
7624 "after reload."
7625 msgstr ""
7626
7627 #: params.def:170
7628 msgid ""
7629 "The threshold ratio of critical edges execution count that permit          "
7630 "performing redundancy elimination after reload."
7631 msgstr ""
7632
7633 #: params.def:182
7634 msgid "The maximum number of instructions to consider to unroll in a loop"
7635 msgstr ""
7636
7637 #: params.def:188
7638 msgid ""
7639 "The maximum number of instructions to consider to unroll in a loop on average"
7640 msgstr ""
7641
7642 #: params.def:193
7643 msgid "The maximum number of unrollings of a single loop"
7644 msgstr ""
7645
7646 #: params.def:198
7647 msgid "The maximum number of insns of a peeled loop"
7648 msgstr ""
7649
7650 #: params.def:203
7651 msgid "The maximum number of peelings of a single loop"
7652 msgstr ""
7653
7654 #: params.def:208
7655 msgid "The maximum number of insns of a completely peeled loop"
7656 msgstr ""
7657
7658 #: params.def:213
7659 msgid ""
7660 "The maximum number of peelings of a single loop that is peeled completely"
7661 msgstr ""
7662
7663 #: params.def:218
7664 msgid "The maximum number of insns of a peeled loop that rolls only once"
7665 msgstr ""
7666
7667 #: params.def:224
7668 msgid "The maximum number of insns of an unswitched loop"
7669 msgstr ""
7670
7671 #: params.def:229
7672 msgid "The maximum number of unswitchings in a single loop"
7673 msgstr ""
7674
7675 #: params.def:234
7676 msgid ""
7677 "Select fraction of the maximal count of repetitions of basic block in "
7678 "program given basic block needs to have to be considered hot"
7679 msgstr ""
7680
7681 #: params.def:239
7682 msgid ""
7683 "Select fraction of the maximal frequency of executions of basic block in "
7684 "function given basic block needs to have to be considered hot"
7685 msgstr ""
7686
7687 #: params.def:244
7688 msgid ""
7689 "The percentage of function, weighted by execution frequency, that must be "
7690 "covered by trace formation. Used when profile feedback is available"
7691 msgstr ""
7692
7693 #: params.def:249
7694 msgid ""
7695 "The percentage of function, weighted by execution frequency, that must be "
7696 "covered by trace formation. Used when profile feedback is not available"
7697 msgstr ""
7698
7699 #: params.def:254
7700 msgid "Maximal code growth caused by tail duplication (in percent)"
7701 msgstr ""
7702
7703 #: params.def:258
7704 msgid ""
7705 "Stop reverse growth if the reverse probability of best edge is less than "
7706 "this threshold (in percent)"
7707 msgstr ""
7708
7709 #: params.def:263
7710 msgid ""
7711 "Stop forward growth if the probability of best edge is less than this "
7712 "threshold (in percent). Used when profile feedback is available"
7713 msgstr ""
7714
7715 #: params.def:268
7716 msgid ""
7717 "Stop forward growth if the probability of best edge is less than this "
7718 "threshold (in percent). Used when profile feedback is not available"
7719 msgstr ""
7720
7721 #: params.def:275
7722 msgid "The maximum number of incoming edges to consider for crossjumping"
7723 msgstr ""
7724
7725 #: params.def:281
7726 msgid "The maximum length of path considered in cse"
7727 msgstr ""
7728
7729 #: params.def:288
7730 msgid ""
7731 "Given N calls and V call-clobbered vars in a function.  Use .GLOBAL_VAR if "
7732 "NxV is larger than this limit"
7733 msgstr ""
7734
7735 #: params.def:293
7736 msgid "The maximum memory locations recorded by cselib"
7737 msgstr ""
7738
7739 #: params.def:306
7740 msgid ""
7741 "Minimum heap expansion to trigger garbage collection, as a percentage of the "
7742 "total size of the heap"
7743 msgstr ""
7744
7745 #: params.def:312
7746 msgid "Minimum heap size before we start collecting garbage, in kilobytes"
7747 msgstr ""
7748
7749 #: params.def:320
7750 msgid ""
7751 "The maximum number of instructions to search backward when looking for "
7752 "equivalent reload"
7753 msgstr ""
7754
7755 #: params.def:325
7756 msgid ""
7757 "The maximum number of virtual operands allowed to represent aliases before "
7758 "triggering alias grouping."
7759 msgstr ""
7760
7761 #: params.def:330
7762 msgid ""
7763 "The maximum number of blocks in a region to be considered for interblock "
7764 "scheduling"
7765 msgstr ""
7766
7767 #: params.def:335
7768 msgid ""
7769 "The maximum number of insns in a region to be considered for interblock "
7770 "scheduling"
7771 msgstr ""
7772
7773 #: config/darwin-c.c:82
7774 msgid "too many #pragma options align=reset"
7775 msgstr ""
7776
7777 #: config/darwin-c.c:102 config/darwin-c.c:105 config/darwin-c.c:107
7778 #: config/darwin-c.c:109
7779 msgid "malformed '#pragma options', ignoring"
7780 msgstr ""
7781
7782 #: config/darwin-c.c:112
7783 msgid "junk at end of '#pragma options'"
7784 msgstr ""
7785
7786 #: config/darwin-c.c:122
7787 msgid "malformed '#pragma options align={mac68k|power|reset}', ignoring"
7788 msgstr ""
7789
7790 #: config/darwin-c.c:134
7791 msgid "missing '(' after '#pragma unused', ignoring"
7792 msgstr ""
7793
7794 #: config/darwin-c.c:152
7795 msgid "missing ')' after '#pragma unused', ignoring"
7796 msgstr ""
7797
7798 #: config/darwin-c.c:155
7799 msgid "junk at end of '#pragma unused'"
7800 msgstr ""
7801
7802 #: config/darwin-c.c:365
7803 #, c-format
7804 msgid "subframework include %s conflicts with framework include"
7805 msgstr ""
7806
7807 #: config/darwin.c:1423
7808 msgid ""
7809 "internal and protected visibility attributes not supportedin this "
7810 "configuration; ignored"
7811 msgstr ""
7812
7813 #: config/lynx-ng.h:97 config/lynx.h:116 config/rs6000/lynx.h:73
7814 msgid "-msystem-v and -p are incompatible"
7815 msgstr ""
7816
7817 #: config/lynx-ng.h:99 config/lynx.h:118 config/rs6000/lynx.h:75
7818 msgid "-msystem-v and -mthreads are incompatible"
7819 msgstr ""
7820
7821 #: config/windiss.h:37
7822 msgid "profiler support for WindISS"
7823 msgstr ""
7824
7825 #: config/alpha/alpha.c:231
7826 #, c-format
7827 msgid "-f%s ignored for Unicos/Mk (not supported)"
7828 msgstr ""
7829
7830 #: config/alpha/alpha.c:255
7831 msgid "-mieee not supported on Unicos/Mk"
7832 msgstr ""
7833
7834 #: config/alpha/alpha.c:266
7835 msgid "-mieee-with-inexact not supported on Unicos/Mk"
7836 msgstr ""
7837
7838 #: config/alpha/alpha.c:283
7839 #, c-format
7840 msgid "bad value `%s' for -mtrap-precision switch"
7841 msgstr ""
7842
7843 #: config/alpha/alpha.c:297
7844 #, c-format
7845 msgid "bad value `%s' for -mfp-rounding-mode switch"
7846 msgstr ""
7847
7848 #: config/alpha/alpha.c:312
7849 #, c-format
7850 msgid "bad value `%s' for -mfp-trap-mode switch"
7851 msgstr ""
7852
7853 #: config/alpha/alpha.c:324 config/rs6000/rs6000.c:1179
7854 #, c-format
7855 msgid "bad value `%s' for -mtls-size switch"
7856 msgstr ""
7857
7858 #: config/alpha/alpha.c:343 config/alpha/alpha.c:355
7859 #, c-format
7860 msgid "bad value `%s' for -mcpu switch"
7861 msgstr ""
7862
7863 #: config/alpha/alpha.c:362
7864 msgid "trap mode not supported on Unicos/Mk"
7865 msgstr ""
7866
7867 #: config/alpha/alpha.c:369
7868 msgid "fp software completion requires -mtrap-precision=i"
7869 msgstr ""
7870
7871 #: config/alpha/alpha.c:385
7872 msgid "rounding mode not supported for VAX floats"
7873 msgstr ""
7874
7875 #: config/alpha/alpha.c:390
7876 msgid "trap mode not supported for VAX floats"
7877 msgstr ""
7878
7879 #: config/alpha/alpha.c:394
7880 msgid "128-bit long double not supported for VAX floats"
7881 msgstr ""
7882
7883 #: config/alpha/alpha.c:422
7884 #, c-format
7885 msgid "L%d cache latency unknown for %s"
7886 msgstr ""
7887
7888 #: config/alpha/alpha.c:437
7889 #, c-format
7890 msgid "bad value `%s' for -mmemory-latency"
7891 msgstr ""
7892
7893 #: config/alpha/alpha.c:5409
7894 #, c-format
7895 msgid "invalid %%H value"
7896 msgstr ""
7897
7898 #: config/alpha/alpha.c:5430
7899 #, c-format
7900 msgid "invalid %%J value"
7901 msgstr ""
7902
7903 #: config/alpha/alpha.c:5446 config/ia64/ia64.c:4289
7904 #, c-format
7905 msgid "invalid %%r value"
7906 msgstr ""
7907
7908 #: config/alpha/alpha.c:5456 config/rs6000/rs6000.c:9478
7909 #: config/xtensa/xtensa.c:2022
7910 #, c-format
7911 msgid "invalid %%R value"
7912 msgstr ""
7913
7914 #: config/alpha/alpha.c:5462 config/rs6000/rs6000.c:9397
7915 #: config/xtensa/xtensa.c:1989
7916 #, c-format
7917 msgid "invalid %%N value"
7918 msgstr ""
7919
7920 #: config/alpha/alpha.c:5470 config/rs6000/rs6000.c:9425
7921 #, c-format
7922 msgid "invalid %%P value"
7923 msgstr ""
7924
7925 #: config/alpha/alpha.c:5478
7926 #, c-format
7927 msgid "invalid %%h value"
7928 msgstr ""
7929
7930 #: config/alpha/alpha.c:5486 config/xtensa/xtensa.c:2015
7931 #, c-format
7932 msgid "invalid %%L value"
7933 msgstr ""
7934
7935 #: config/alpha/alpha.c:5525 config/rs6000/rs6000.c:9379
7936 #, c-format
7937 msgid "invalid %%m value"
7938 msgstr ""
7939
7940 #: config/alpha/alpha.c:5533 config/rs6000/rs6000.c:9387
7941 #, c-format
7942 msgid "invalid %%M value"
7943 msgstr ""
7944
7945 #: config/alpha/alpha.c:5577
7946 #, c-format
7947 msgid "invalid %%U value"
7948 msgstr ""
7949
7950 #: config/alpha/alpha.c:5589 config/alpha/alpha.c:5603
7951 #: config/rs6000/rs6000.c:9486
7952 #, c-format
7953 msgid "invalid %%s value"
7954 msgstr ""
7955
7956 #: config/alpha/alpha.c:5626
7957 #, c-format
7958 msgid "invalid %%C value"
7959 msgstr ""
7960
7961 #: config/alpha/alpha.c:5663 config/rs6000/rs6000.c:9216
7962 #: config/rs6000/rs6000.c:9236
7963 #, c-format
7964 msgid "invalid %%E value"
7965 msgstr ""
7966
7967 #: config/alpha/alpha.c:5688 config/alpha/alpha.c:5736
7968 msgid "unknown relocation unspec"
7969 msgstr ""
7970
7971 #: config/alpha/alpha.c:5697 config/rs6000/rs6000.c:9809
7972 #, c-format
7973 msgid "invalid %%xn code"
7974 msgstr ""
7975
7976 #: config/alpha/alpha.c:6641 config/alpha/alpha.c:6644 config/s390/s390.c:6515
7977 #: config/s390/s390.c:6518
7978 msgid "bad builtin fcode"
7979 msgstr ""
7980
7981 #. Macro to define tables used to set the flags.
7982 #. This is a list in braces of pairs in braces,
7983 #. each pair being { "NAME", VALUE }
7984 #. where VALUE is the bits to set or minus the bits to clear.
7985 #. An empty string NAME is used to identify the default VALUE.
7986 #. WARNING: Do not mark empty strings for translation, as calling
7987 #. gettext on an empty string does NOT return an empty
7988 #. string.
7989 #. Macro to define tables used to set the flags.
7990 #. This is a list in braces of pairs in braces,
7991 #. each pair being { "NAME", VALUE }
7992 #. where VALUE is the bits to set or minus the bits to clear.
7993 #. An empty string NAME is used to identify the default VALUE.
7994 #: config/alpha/alpha.h:293 config/i386/i386.h:332 config/i386/i386.h:334
7995 #: config/i386/i386.h:336 config/ns32k/ns32k.h:140 config/s390/s390.h:124
7996 #: config/sparc/sparc.h:538 config/sparc/sparc.h:543
7997 msgid "Use hardware fp"
7998 msgstr ""
7999
8000 #: config/alpha/alpha.h:294 config/i386/i386.h:333 config/i386/i386.h:335
8001 #: config/sparc/sparc.h:540 config/sparc/sparc.h:545
8002 msgid "Do not use hardware fp"
8003 msgstr ""
8004
8005 #: config/alpha/alpha.h:295
8006 msgid "Use fp registers"
8007 msgstr ""
8008
8009 #: config/alpha/alpha.h:297
8010 msgid "Do not use fp registers"
8011 msgstr ""
8012
8013 #: config/alpha/alpha.h:298
8014 msgid "Do not assume GAS"
8015 msgstr ""
8016
8017 #: config/alpha/alpha.h:299
8018 msgid "Assume GAS"
8019 msgstr ""
8020
8021 #: config/alpha/alpha.h:301
8022 msgid "Request IEEE-conformant math library routines (OSF/1)"
8023 msgstr ""
8024
8025 #: config/alpha/alpha.h:303
8026 msgid "Emit IEEE-conformant code, without inexact exceptions"
8027 msgstr ""
8028
8029 #: config/alpha/alpha.h:305
8030 msgid "Emit IEEE-conformant code, with inexact exceptions"
8031 msgstr ""
8032
8033 #: config/alpha/alpha.h:307
8034 msgid "Do not emit complex integer constants to read-only memory"
8035 msgstr ""
8036
8037 #: config/alpha/alpha.h:308
8038 msgid "Use VAX fp"
8039 msgstr ""
8040
8041 #: config/alpha/alpha.h:309
8042 msgid "Do not use VAX fp"
8043 msgstr ""
8044
8045 #: config/alpha/alpha.h:310
8046 msgid "Emit code for the byte/word ISA extension"
8047 msgstr ""
8048
8049 #: config/alpha/alpha.h:313
8050 msgid "Emit code for the motion video ISA extension"
8051 msgstr ""
8052
8053 #: config/alpha/alpha.h:316
8054 msgid "Emit code for the fp move and sqrt ISA extension"
8055 msgstr ""
8056
8057 #: config/alpha/alpha.h:318
8058 msgid "Emit code for the counting ISA extension"
8059 msgstr ""
8060
8061 #: config/alpha/alpha.h:321
8062 msgid "Emit code using explicit relocation directives"
8063 msgstr ""
8064
8065 #: config/alpha/alpha.h:324
8066 msgid "Emit 16-bit relocations to the small data areas"
8067 msgstr ""
8068
8069 #: config/alpha/alpha.h:326
8070 msgid "Emit 32-bit relocations to the small data areas"
8071 msgstr ""
8072
8073 #: config/alpha/alpha.h:328
8074 msgid "Emit direct branches to local functions"
8075 msgstr ""
8076
8077 #: config/alpha/alpha.h:331
8078 msgid "Emit rdval instead of rduniq for thread pointer"
8079 msgstr ""
8080
8081 #: config/alpha/alpha.h:333
8082 msgid "Use 128-bit long double"
8083 msgstr ""
8084
8085 #: config/alpha/alpha.h:335
8086 msgid "Use 64-bit long double"
8087 msgstr ""
8088
8089 #. For -mcpu=
8090 #. For -mtune=
8091 #. For -mfp-rounding-mode=[n|m|c|d]
8092 #. For -mfp-trap-mode=[n|u|su|sui]
8093 #. For -mtrap-precision=[p|f|i]
8094 #. For -mmemory-latency=
8095 #. For -mtls-size=
8096 #: config/alpha/alpha.h:364
8097 msgid "Use features of and schedule given CPU"
8098 msgstr ""
8099
8100 #: config/alpha/alpha.h:366
8101 msgid "Schedule given CPU"
8102 msgstr ""
8103
8104 #: config/alpha/alpha.h:368
8105 msgid "Control the generated fp rounding mode"
8106 msgstr ""
8107
8108 #: config/alpha/alpha.h:370
8109 msgid "Control the IEEE trap mode"
8110 msgstr ""
8111
8112 #: config/alpha/alpha.h:372
8113 msgid "Control the precision given to fp exceptions"
8114 msgstr ""
8115
8116 #: config/alpha/alpha.h:374
8117 msgid "Tune expected memory latency"
8118 msgstr ""
8119
8120 #: config/alpha/alpha.h:376 config/ia64/ia64.h:275 config/rs6000/sysv4.h:90
8121 msgid "Specify bit size of immediate TLS offsets"
8122 msgstr ""
8123
8124 #: config/arc/arc.c:166
8125 #, c-format
8126 msgid "bad value (%s) for -mcpu switch"
8127 msgstr ""
8128
8129 #: config/arc/arc.c:388
8130 #, c-format
8131 msgid "argument of `%s' attribute is not a string constant"
8132 msgstr ""
8133
8134 #: config/arc/arc.c:395
8135 #, c-format
8136 msgid "argument of `%s' attribute is not \"ilink1\" or \"ilink2\""
8137 msgstr ""
8138
8139 #: config/arc/arc.c:1733 config/m32r/m32r.c:2340
8140 #, c-format
8141 msgid "invalid operand to %%R code"
8142 msgstr ""
8143
8144 #: config/arc/arc.c:1765 config/m32r/m32r.c:2363
8145 #, c-format
8146 msgid "invalid operand to %%H/%%L code"
8147 msgstr ""
8148
8149 #: config/arc/arc.c:1788 config/m32r/m32r.c:2434
8150 #, c-format
8151 msgid "invalid operand to %%U code"
8152 msgstr ""
8153
8154 #: config/arc/arc.c:1799
8155 #, c-format
8156 msgid "invalid operand to %%V code"
8157 msgstr ""
8158
8159 #. Unknown flag.
8160 #. Undocumented flag.
8161 #: config/arc/arc.c:1806 config/m32r/m32r.c:2461 config/sparc/sparc.c:7159
8162 msgid "invalid operand output code"
8163 msgstr ""
8164
8165 #: config/arm/arm.c:627
8166 #, c-format
8167 msgid "switch -mcpu=%s conflicts with -march= switch"
8168 msgstr ""
8169
8170 #: config/arm/arm.c:637 config/rs6000/rs6000.c:847 config/sparc/sparc.c:436
8171 #, c-format
8172 msgid "bad value (%s) for %s switch"
8173 msgstr ""
8174
8175 #: config/arm/arm.c:743
8176 msgid "target CPU does not support interworking"
8177 msgstr ""
8178
8179 #: config/arm/arm.c:749
8180 msgid "target CPU does not support THUMB instructions"
8181 msgstr ""
8182
8183 #: config/arm/arm.c:763
8184 msgid ""
8185 "enabling backtrace support is only meaningful when compiling for the Thumb"
8186 msgstr ""
8187
8188 #: config/arm/arm.c:766
8189 msgid ""
8190 "enabling callee interworking support is only meaningful when compiling for "
8191 "the Thumb"
8192 msgstr ""
8193
8194 #: config/arm/arm.c:769
8195 msgid ""
8196 "enabling caller interworking support is only meaningful when compiling for "
8197 "the Thumb"
8198 msgstr ""
8199
8200 #: config/arm/arm.c:773
8201 msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
8202 msgstr ""
8203
8204 #: config/arm/arm.c:781
8205 msgid "-fpic and -mapcs-reent are incompatible"
8206 msgstr ""
8207
8208 #: config/arm/arm.c:784
8209 msgid "APCS reentrant code not supported.  Ignored"
8210 msgstr ""
8211
8212 #: config/arm/arm.c:792
8213 msgid "-g with -mno-apcs-frame may not give sensible debugging"
8214 msgstr ""
8215
8216 #: config/arm/arm.c:800
8217 msgid "passing floating point arguments in fp regs not yet supported"
8218 msgstr ""
8219
8220 #: config/arm/arm.c:830
8221 #, c-format
8222 msgid "invalid ABI option: -mabi=%s"
8223 msgstr ""
8224
8225 #: config/arm/arm.c:836
8226 msgid "iwmmxt requires an AAPCS compatible ABI for proper operation"
8227 msgstr ""
8228
8229 #: config/arm/arm.c:839
8230 msgid "iwmmxt abi requires an iwmmxt capable cpu"
8231 msgstr ""
8232
8233 #: config/arm/arm.c:849
8234 #, c-format
8235 msgid "invalid floating point emulation option: -mfpe=%s"
8236 msgstr ""
8237
8238 #: config/arm/arm.c:866
8239 #, c-format
8240 msgid "invalid floating point option: -mfpu=%s"
8241 msgstr ""
8242
8243 #: config/arm/arm.c:907
8244 #, c-format
8245 msgid "invalid floating point abi: -mfloat-abi=%s"
8246 msgstr ""
8247
8248 #: config/arm/arm.c:920
8249 msgid "-mfloat-abi=softfp"
8250 msgstr ""
8251
8252 #: config/arm/arm.c:945
8253 #, c-format
8254 msgid "structure size boundary can only be set to %s"
8255 msgstr ""
8256
8257 #: config/arm/arm.c:954
8258 msgid "-mpic-register= is useless without -fpic"
8259 msgstr ""
8260
8261 #: config/arm/arm.c:961
8262 #, c-format
8263 msgid "unable to use '%s' for PIC register"
8264 msgstr ""
8265
8266 #: config/arm/arm.c:2475 config/arm/arm.c:2493 config/avr/avr.c:4566
8267 #: config/c4x/c4x.c:4497 config/h8300/h8300.c:4377 config/i386/i386.c:1640
8268 #: config/i386/i386.c:1686 config/ip2k/ip2k.c:3178
8269 #: config/m68hc11/m68hc11.c:1325 config/m68k/m68k.c:341
8270 #: config/mcore/mcore.c:3394 config/ns32k/ns32k.c:1068
8271 #: config/rs6000/rs6000.c:15220 config/sh/sh.c:6893 config/sh/sh.c:6914
8272 #: config/sh/sh.c:6949 config/stormy16/stormy16.c:2048 config/v850/v850.c:2184
8273 #, c-format
8274 msgid "`%s' attribute only applies to functions"
8275 msgstr ""
8276
8277 #: config/arm/arm.c:11569
8278 msgid "unable to compute real location of stacked parameter"
8279 msgstr ""
8280
8281 #. @@@ better error message
8282 #: config/arm/arm.c:12201 config/arm/arm.c:12238
8283 msgid "selector must be an immediate"
8284 msgstr ""
8285
8286 #. @@@ better error message
8287 #: config/arm/arm.c:12281 config/i386/i386.c:14142 config/i386/i386.c:14176
8288 msgid "mask must be an immediate"
8289 msgstr ""
8290
8291 #: config/arm/arm.c:12979
8292 msgid "no low registers available for popping high registers"
8293 msgstr ""
8294
8295 #: config/arm/arm.c:13188
8296 msgid "interrupt Service Routines cannot be coded in Thumb mode"
8297 msgstr ""
8298
8299 #: config/arm/pe.c:171 config/mcore/mcore.c:3260
8300 msgid "%Jinitialized variable '%D' is marked dllimport"
8301 msgstr ""
8302
8303 #: config/arm/pe.c:180
8304 msgid "%Jstatic variable '%D' is marked dllimport"
8305 msgstr ""
8306
8307 #: config/arm/arm.h:306
8308 msgid "Generate APCS conformant stack frames"
8309 msgstr ""
8310
8311 #: config/arm/arm.h:309
8312 msgid "Store function names in object code"
8313 msgstr ""
8314
8315 #: config/arm/arm.h:315
8316 msgid "Pass FP arguments in FP registers"
8317 msgstr ""
8318
8319 #: config/arm/arm.h:318
8320 msgid "Generate re-entrant, PIC code"
8321 msgstr ""
8322
8323 #: config/arm/arm.h:321
8324 msgid "Use library calls to perform FP operations"
8325 msgstr ""
8326
8327 #: config/arm/arm.h:323
8328 msgid "Use hardware floating point instructions"
8329 msgstr ""
8330
8331 #: config/arm/arm.h:325
8332 msgid "Assume target CPU is configured as big endian"
8333 msgstr ""
8334
8335 #: config/arm/arm.h:327
8336 msgid "Assume target CPU is configured as little endian"
8337 msgstr ""
8338
8339 #: config/arm/arm.h:329
8340 msgid "Assume big endian bytes, little endian words"
8341 msgstr ""
8342
8343 #: config/arm/arm.h:331
8344 msgid "Support calls between Thumb and ARM instruction sets"
8345 msgstr ""
8346
8347 #: config/arm/arm.h:334
8348 msgid "Generate a call to abort if a noreturn function returns"
8349 msgstr ""
8350
8351 #: config/arm/arm.h:337
8352 msgid "Do not move instructions into a function's prologue"
8353 msgstr ""
8354
8355 #: config/arm/arm.h:340
8356 msgid "Do not load the PIC register in function prologues"
8357 msgstr ""
8358
8359 #: config/arm/arm.h:343
8360 msgid "Generate call insns as indirect calls, if necessary"
8361 msgstr ""
8362
8363 #: config/arm/arm.h:346
8364 msgid "Compile for the Thumb not the ARM"
8365 msgstr ""
8366
8367 #: config/arm/arm.h:350
8368 msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
8369 msgstr ""
8370
8371 #: config/arm/arm.h:353
8372 msgid "Thumb: Generate (leaf) stack frames even if not needed"
8373 msgstr ""
8374
8375 #: config/arm/arm.h:356
8376 msgid "Thumb: Assume non-static functions may be called from ARM code"
8377 msgstr ""
8378
8379 #: config/arm/arm.h:360
8380 msgid "Thumb: Assume function pointers may go to non-Thumb aware code"
8381 msgstr ""
8382
8383 #: config/arm/arm.h:364
8384 msgid "Cirrus: Place NOPs to avoid invalid instruction combinations"
8385 msgstr ""
8386
8387 #: config/arm/arm.h:366
8388 msgid "Cirrus: Do not break up invalid instruction combinations with NOPs"
8389 msgstr ""
8390
8391 #: config/arm/arm.h:374
8392 msgid "Specify the name of the target CPU"
8393 msgstr ""
8394
8395 #: config/arm/arm.h:376
8396 msgid "Specify the name of the target architecture"
8397 msgstr ""
8398
8399 #: config/arm/arm.h:381
8400 msgid "Specify the name of the target floating point hardware/format"
8401 msgstr ""
8402
8403 #: config/arm/arm.h:383
8404 msgid "Specify if floating point hardware should be used"
8405 msgstr ""
8406
8407 #: config/arm/arm.h:385
8408 msgid "Specify the minimum bit alignment of structures"
8409 msgstr ""
8410
8411 #: config/arm/arm.h:387
8412 msgid "Specify the register to be used for PIC addressing"
8413 msgstr ""
8414
8415 #: config/arm/arm.h:388 config/mips/mips.h:787
8416 msgid "Specify an ABI"
8417 msgstr ""
8418
8419 #: config/arm/pe.h:66
8420 msgid "Ignore dllimport attribute for functions"
8421 msgstr ""
8422
8423 #: config/avr/avr.c:521
8424 #, c-format
8425 msgid "large frame pointer change (%d) with -mtiny-stack"
8426 msgstr ""
8427
8428 #: config/avr/avr.c:1108
8429 msgid "bad address, not (reg+disp):"
8430 msgstr ""
8431
8432 #: config/avr/avr.c:1116
8433 msgid "internal compiler error.  Bad address:"
8434 msgstr ""
8435
8436 #: config/avr/avr.c:1129
8437 msgid "internal compiler error.  Unknown mode:"
8438 msgstr ""
8439
8440 #: config/avr/avr.c:1751 config/avr/avr.c:2412
8441 msgid "invalid insn:"
8442 msgstr ""
8443
8444 #: config/avr/avr.c:1785 config/avr/avr.c:1868 config/avr/avr.c:1917
8445 #: config/avr/avr.c:1926 config/avr/avr.c:2021 config/avr/avr.c:2190
8446 #: config/avr/avr.c:2446 config/avr/avr.c:2554
8447 msgid "incorrect insn:"
8448 msgstr ""
8449
8450 #: config/avr/avr.c:1945 config/avr/avr.c:2106 config/avr/avr.c:2261
8451 #: config/avr/avr.c:2598
8452 msgid "unknown move insn:"
8453 msgstr ""
8454
8455 #: config/avr/avr.c:2821
8456 msgid "bad shift insn:"
8457 msgstr ""
8458
8459 #: config/avr/avr.c:2934 config/avr/avr.c:3355 config/avr/avr.c:3726
8460 msgid "internal compiler error.  Incorrect shift:"
8461 msgstr ""
8462
8463 #: config/avr/avr.c:4540 config/ip2k/ip2k.c:3153
8464 msgid "only initialized variables can be placed into program memory area"
8465 msgstr ""
8466
8467 #: config/avr/avr.c:4634
8468 msgid "only uninitialized variables can be placed in the .noinit section"
8469 msgstr ""
8470
8471 #: config/avr/avr.c:4648
8472 #, c-format
8473 msgid "MCU `%s' supported for assembler only"
8474 msgstr ""
8475
8476 #: config/avr/avr.h:73
8477 msgid "Assume int to be 8 bit integer"
8478 msgstr ""
8479
8480 #: config/avr/avr.h:75
8481 msgid "Change the stack pointer without disabling interrupts"
8482 msgstr ""
8483
8484 #: config/avr/avr.h:77
8485 msgid "Use subroutines for function prologue/epilogue"
8486 msgstr ""
8487
8488 #: config/avr/avr.h:79
8489 msgid "Change only the low 8 bits of the stack pointer"
8490 msgstr ""
8491
8492 #: config/avr/avr.h:81
8493 msgid "Do not generate tablejump insns"
8494 msgstr ""
8495
8496 #: config/avr/avr.h:83
8497 msgid "Use rjmp/rcall (limited range) on >8K devices"
8498 msgstr ""
8499
8500 #: config/avr/avr.h:85
8501 msgid "Output instruction sizes to the asm file"
8502 msgstr ""
8503
8504 #: config/avr/avr.h:102
8505 msgid "Specify the initial stack address"
8506 msgstr ""
8507
8508 #: config/avr/avr.h:103
8509 msgid "Specify the MCU name"
8510 msgstr ""
8511
8512 #: config/avr/avr.h:773
8513 msgid "trampolines not supported"
8514 msgstr ""
8515
8516 #: config/c4x/c4x-c.c:71
8517 #, c-format
8518 msgid "missing '(' after '#pragma %s' - ignored"
8519 msgstr ""
8520
8521 #: config/c4x/c4x-c.c:74
8522 #, c-format
8523 msgid "missing function name in '#pragma %s' - ignored"
8524 msgstr ""
8525
8526 #: config/c4x/c4x-c.c:79
8527 #, c-format
8528 msgid "malformed '#pragma %s' - ignored"
8529 msgstr ""
8530
8531 #: config/c4x/c4x-c.c:81
8532 #, c-format
8533 msgid "missing section name in '#pragma %s' - ignored"
8534 msgstr ""
8535
8536 #: config/c4x/c4x-c.c:86
8537 #, c-format
8538 msgid "missing ')' for '#pragma %s' - ignored"
8539 msgstr ""
8540
8541 #: config/c4x/c4x-c.c:89
8542 #, c-format
8543 msgid "junk at end of '#pragma %s'"
8544 msgstr ""
8545
8546 #: config/c4x/c4x.c:308
8547 #, c-format
8548 msgid "unknown CPU version %d, using 40.\n"
8549 msgstr ""
8550
8551 #: config/c4x/c4x.c:858
8552 #, c-format
8553 msgid "ISR %s requires %d words of local vars, max is 32767"
8554 msgstr ""
8555
8556 #: config/c4x/c4x.c:1582
8557 msgid "using CONST_DOUBLE for address"
8558 msgstr ""
8559
8560 #: config/c4x/c4x.c:1720
8561 msgid "c4x_address_cost: Invalid addressing mode"
8562 msgstr ""
8563
8564 #: config/c4x/c4x.c:1855
8565 #, c-format
8566 msgid "c4x_print_operand: %%L inconsistency"
8567 msgstr ""
8568
8569 #: config/c4x/c4x.c:1861
8570 #, c-format
8571 msgid "c4x_print_operand: %%N inconsistency"
8572 msgstr ""
8573
8574 #: config/c4x/c4x.c:1902
8575 #, c-format
8576 msgid "c4x_print_operand: %%O inconsistency"
8577 msgstr ""
8578
8579 #: config/c4x/c4x.c:1997
8580 msgid "c4x_print_operand: Bad operand case"
8581 msgstr ""
8582
8583 #: config/c4x/c4x.c:2038
8584 msgid "c4x_print_operand_address: Bad post_modify"
8585 msgstr ""
8586
8587 #: config/c4x/c4x.c:2060
8588 msgid "c4x_print_operand_address: Bad pre_modify"
8589 msgstr ""
8590
8591 #: config/c4x/c4x.c:2108 config/c4x/c4x.c:2120 config/c4x/c4x.c:2135
8592 msgid "c4x_print_operand_address: Bad operand case"
8593 msgstr ""
8594
8595 #: config/c4x/c4x.c:2386
8596 msgid "c4x_rptb_insert: Cannot find start label"
8597 msgstr ""
8598
8599 #: config/c4x/c4x.c:3301 config/c4x/c4x.c:3319
8600 msgid "mode not QImode"
8601 msgstr ""
8602
8603 #: config/c4x/c4x.c:3389
8604 msgid "invalid indirect memory address"
8605 msgstr ""
8606
8607 #: config/c4x/c4x.c:3478
8608 msgid "invalid indirect (S) memory address"
8609 msgstr ""
8610
8611 #: config/c4x/c4x.c:3819
8612 msgid "c4x_valid_operands: Internal error"
8613 msgstr ""
8614
8615 #: config/c4x/c4x.c:4266
8616 msgid "c4x_operand_subword: invalid mode"
8617 msgstr ""
8618
8619 #: config/c4x/c4x.c:4269
8620 msgid "c4x_operand_subword: invalid operand"
8621 msgstr ""
8622
8623 #. We could handle these with some difficulty.
8624 #. e.g., *p-- => *(p-=2); *(p+1).
8625 #: config/c4x/c4x.c:4295
8626 msgid "c4x_operand_subword: invalid autoincrement"
8627 msgstr ""
8628
8629 #: config/c4x/c4x.c:4301
8630 msgid "c4x_operand_subword: invalid address"
8631 msgstr ""
8632
8633 #: config/c4x/c4x.c:4312
8634 msgid "c4x_operand_subword: address not offsettable"
8635 msgstr ""
8636
8637 #: config/c4x/c4x.c:4522
8638 msgid "c4x_rptb_rpts_p: Repeat block top label moved\n"
8639 msgstr ""
8640
8641 #. Target compilation option flags.
8642 #. Small memory model.
8643 #. Use 24-bit MPYI for C3x.
8644 #. Fast fixing of floats.
8645 #. Allow use of RPTS.
8646 #. Emit C3x code.
8647 #. Be compatible with TI assembler.
8648 #. Be paranoid about DP reg. in ISRs.
8649 #. Pass arguments on stack.
8650 #. Enable features under development.
8651 #. Enable repeat block.
8652 #. Use BK as general register.
8653 #. Use decrement and branch for C3x.
8654 #. Enable debugging of GCC.
8655 #. Force constants into registers.
8656 #. Allow unsigned loop counters.
8657 #. Force op0 and op1 to be same.
8658 #. Save all 40 bits for floats.
8659 #. Allow parallel insns.
8660 #. Allow MPY||ADD, MPY||SUB insns.
8661 #. Assume mem refs possibly aliased.
8662 #. Emit C30 code.
8663 #. Emit C31 code.
8664 #. Emit C32 code.
8665 #. Emit C33 code.
8666 #. Emit C40 code.
8667 #. Emit C44 code.
8668 #. Run-time compilation parameters selecting different hardware subsets.
8669 #.
8670 #. Macro to define tables used to set the flags.
8671 #. This is a list in braces of triplets in braces,
8672 #. each pair being { "NAME", VALUE, "DESCRIPTION" }
8673 #. where VALUE is the bits to set or minus the bits to clear.
8674 #. An empty string NAME is used to identify the default VALUE.
8675 #: config/c4x/c4x.h:168
8676 msgid "Small memory model"
8677 msgstr ""
8678
8679 #: config/c4x/c4x.h:170
8680 msgid "Big memory model"
8681 msgstr ""
8682
8683 #: config/c4x/c4x.h:172
8684 msgid "Use MPYI instruction for C3x"
8685 msgstr ""
8686
8687 #: config/c4x/c4x.h:174
8688 msgid "Do not use MPYI instruction for C3x"
8689 msgstr ""
8690
8691 #: config/c4x/c4x.h:176
8692 msgid "Use fast but approximate float to integer conversion"
8693 msgstr ""
8694
8695 #: config/c4x/c4x.h:178
8696 msgid "Use slow but accurate float to integer conversion"
8697 msgstr ""
8698
8699 #: config/c4x/c4x.h:180
8700 msgid "Enable use of RTPS instruction"
8701 msgstr ""
8702
8703 #: config/c4x/c4x.h:182
8704 msgid "Disable use of RTPS instruction"
8705 msgstr ""
8706
8707 #: config/c4x/c4x.h:184
8708 msgid "Enable use of RTPB instruction"
8709 msgstr ""
8710
8711 #: config/c4x/c4x.h:186
8712 msgid "Disable use of RTPB instruction"
8713 msgstr ""
8714
8715 #: config/c4x/c4x.h:188
8716 msgid "Generate code for C30 CPU"
8717 msgstr ""
8718
8719 #: config/c4x/c4x.h:190
8720 msgid "Generate code for C31 CPU"
8721 msgstr ""
8722
8723 #: config/c4x/c4x.h:192
8724 msgid "Generate code for C32 CPU"
8725 msgstr ""
8726
8727 #: config/c4x/c4x.h:194
8728 msgid "Generate code for C33 CPU"
8729 msgstr ""
8730
8731 #: config/c4x/c4x.h:196
8732 msgid "Generate code for C40 CPU"
8733 msgstr ""
8734
8735 #: config/c4x/c4x.h:198
8736 msgid "Generate code for C44 CPU"
8737 msgstr ""
8738
8739 #: config/c4x/c4x.h:200
8740 msgid "Emit code compatible with TI tools"
8741 msgstr ""
8742
8743 #: config/c4x/c4x.h:202
8744 msgid "Emit code to use GAS extensions"
8745 msgstr ""
8746
8747 #: config/c4x/c4x.h:204 config/c4x/c4x.h:208
8748 msgid "Save DP across ISR in small memory model"
8749 msgstr ""
8750
8751 #: config/c4x/c4x.h:206 config/c4x/c4x.h:210
8752 msgid "Don't save DP across ISR in small memory model"
8753 msgstr ""
8754
8755 #: config/c4x/c4x.h:212
8756 msgid "Pass arguments on the stack"
8757 msgstr ""
8758
8759 #: config/c4x/c4x.h:214
8760 msgid "Pass arguments in registers"
8761 msgstr ""
8762
8763 #: config/c4x/c4x.h:216
8764 msgid "Enable new features under development"
8765 msgstr ""
8766
8767 #: config/c4x/c4x.h:218
8768 msgid "Disable new features under development"
8769 msgstr ""
8770
8771 #: config/c4x/c4x.h:220
8772 msgid "Use the BK register as a general purpose register"
8773 msgstr ""
8774
8775 #: config/c4x/c4x.h:222
8776 msgid "Do not allocate BK register"
8777 msgstr ""
8778
8779 #: config/c4x/c4x.h:224
8780 msgid "Enable use of DB instruction"
8781 msgstr ""
8782
8783 #: config/c4x/c4x.h:226
8784 msgid "Disable use of DB instruction"
8785 msgstr ""
8786
8787 #: config/c4x/c4x.h:228
8788 msgid "Enable debugging"
8789 msgstr ""
8790
8791 #: config/c4x/c4x.h:230
8792 msgid "Disable debugging"
8793 msgstr ""
8794
8795 #: config/c4x/c4x.h:232
8796 msgid "Force constants into registers to improve hoisting"
8797 msgstr ""
8798
8799 #: config/c4x/c4x.h:234
8800 msgid "Don't force constants into registers"
8801 msgstr ""
8802
8803 #: config/c4x/c4x.h:236
8804 msgid "Force RTL generation to emit valid 3 operand insns"
8805 msgstr ""
8806
8807 #: config/c4x/c4x.h:238
8808 msgid "Allow RTL generation to emit invalid 3 operand insns"
8809 msgstr ""
8810
8811 #: config/c4x/c4x.h:240
8812 msgid "Allow unsigned iteration counts for RPTB/DB"
8813 msgstr ""
8814
8815 #: config/c4x/c4x.h:242
8816 msgid "Disallow unsigned iteration counts for RPTB/DB"
8817 msgstr ""
8818
8819 #: config/c4x/c4x.h:244
8820 msgid "Preserve all 40 bits of FP reg across call"
8821 msgstr ""
8822
8823 #: config/c4x/c4x.h:246
8824 msgid "Only preserve 32 bits of FP reg across call"
8825 msgstr ""
8826
8827 #: config/c4x/c4x.h:248
8828 msgid "Enable parallel instructions"
8829 msgstr ""
8830
8831 #: config/c4x/c4x.h:250
8832 msgid "Disable parallel instructions"
8833 msgstr ""
8834
8835 #: config/c4x/c4x.h:252
8836 msgid "Enable MPY||ADD and MPY||SUB instructions"
8837 msgstr ""
8838
8839 #: config/c4x/c4x.h:254
8840 msgid "Disable MPY||ADD and MPY||SUB instructions"
8841 msgstr ""
8842
8843 #: config/c4x/c4x.h:256
8844 msgid "Assume that pointers may be aliased"
8845 msgstr ""
8846
8847 #: config/c4x/c4x.h:258
8848 msgid "Assume that pointers not aliased"
8849 msgstr ""
8850
8851 #: config/c4x/c4x.h:332
8852 msgid "Specify maximum number of iterations for RPTS"
8853 msgstr ""
8854
8855 #: config/c4x/c4x.h:334
8856 msgid "Select CPU to generate code for"
8857 msgstr ""
8858
8859 #: config/cris/cris.c:618
8860 msgid "unexpected index-type in cris_print_index"
8861 msgstr ""
8862
8863 #: config/cris/cris.c:632
8864 msgid "unexpected base-type in cris_print_base"
8865 msgstr ""
8866
8867 #: config/cris/cris.c:925
8868 #, c-format
8869 msgid "stackframe too big: %d bytes"
8870 msgstr ""
8871
8872 #: config/cris/cris.c:1236
8873 msgid "allocated but unused delay list in epilogue"
8874 msgstr ""
8875
8876 #: config/cris/cris.c:1246
8877 msgid ""
8878 "unexpected function type needing stack adjustment for __builtin_eh_return"
8879 msgstr ""
8880
8881 #: config/cris/cris.c:1322
8882 msgid "invalid operand for 'b' modifier"
8883 msgstr ""
8884
8885 #: config/cris/cris.c:1335
8886 msgid "invalid operand for 'v' modifier"
8887 msgstr ""
8888
8889 #: config/cris/cris.c:1345
8890 msgid "invalid operand for 'P' modifier"
8891 msgstr ""
8892
8893 #: config/cris/cris.c:1352
8894 msgid "invalid operand for 'p' modifier"
8895 msgstr ""
8896
8897 #: config/cris/cris.c:1391
8898 msgid "invalid operand for 'z' modifier"
8899 msgstr ""
8900
8901 #: config/cris/cris.c:1439 config/cris/cris.c:1469
8902 msgid "invalid operand for 'H' modifier"
8903 msgstr ""
8904
8905 #: config/cris/cris.c:1445
8906 msgid "bad register"
8907 msgstr ""
8908
8909 #: config/cris/cris.c:1483
8910 msgid "invalid operand for 'e' modifier"
8911 msgstr ""
8912
8913 #: config/cris/cris.c:1500
8914 msgid "invalid operand for 'm' modifier"
8915 msgstr ""
8916
8917 #: config/cris/cris.c:1525
8918 msgid "invalid operand for 'A' modifier"
8919 msgstr ""
8920
8921 #: config/cris/cris.c:1533
8922 msgid "invalid operand for 'D' modifier"
8923 msgstr ""
8924
8925 #: config/cris/cris.c:1547
8926 msgid "invalid operand for 'T' modifier"
8927 msgstr ""
8928
8929 #: config/cris/cris.c:1556
8930 msgid "invalid operand modifier letter"
8931 msgstr ""
8932
8933 #: config/cris/cris.c:1564
8934 #, c-format
8935 msgid "internal error: bad register: %d"
8936 msgstr ""
8937
8938 #: config/cris/cris.c:1612
8939 msgid "unexpected multiplicative operand"
8940 msgstr ""
8941
8942 #: config/cris/cris.c:1632
8943 msgid "unexpected operand"
8944 msgstr ""
8945
8946 #: config/cris/cris.c:1665 config/cris/cris.c:1675
8947 msgid "unrecognized address"
8948 msgstr ""
8949
8950 #: config/cris/cris.c:2025
8951 msgid "internal error: sideeffect-insn affecting main effect"
8952 msgstr ""
8953
8954 #. If we get here, the caller got its initial tests wrong.
8955 #: config/cris/cris.c:2418
8956 msgid "internal error: cris_side_effect_mode_ok with bad operands"
8957 msgstr ""
8958
8959 #: config/cris/cris.c:2494 config/cris/cris.c:2555
8960 msgid "unrecognized supposed constant"
8961 msgstr ""
8962
8963 #: config/cris/cris.c:2599
8964 msgid "unrecognized supposed constant in cris_global_pic_symbol"
8965 msgstr ""
8966
8967 #: config/cris/cris.c:2618
8968 #, c-format
8969 msgid "-max-stackframe=%d is not usable, not between 0 and %d"
8970 msgstr ""
8971
8972 #: config/cris/cris.c:2646
8973 #, c-format
8974 msgid "unknown CRIS version specification in -march= or -mcpu= : %s"
8975 msgstr ""
8976
8977 #: config/cris/cris.c:2682
8978 #, c-format
8979 msgid "unknown CRIS cpu version specification in -mtune= : %s"
8980 msgstr ""
8981
8982 #: config/cris/cris.c:2700
8983 msgid "-fPIC and -fpic are not supported in this configuration"
8984 msgstr ""
8985
8986 #: config/cris/cris.c:2716
8987 msgid "that particular -g option is invalid with -maout and -melinux"
8988 msgstr ""
8989
8990 #: config/cris/cris.c:2971 config/cris/cris.c:3016
8991 msgid "unexpected side-effects in address"
8992 msgstr ""
8993
8994 #. Labels are never marked as global symbols.
8995 #: config/cris/cris.c:3111 config/cris/cris.c:3142
8996 msgid "unexpected PIC symbol"
8997 msgstr ""
8998
8999 #: config/cris/cris.c:3115
9000 msgid "PIC register isn't set up"
9001 msgstr ""
9002
9003 #: config/cris/cris.c:3128 config/cris/cris.c:3211
9004 msgid "unexpected address expression"
9005 msgstr ""
9006
9007 #: config/cris/cris.c:3146
9008 msgid "emitting PIC operand, but PIC register isn't set up"
9009 msgstr ""
9010
9011 #: config/cris/cris.c:3155
9012 msgid "unexpected NOTE as addr_const:"
9013 msgstr ""
9014
9015 #: config/cris/aout.h:108
9016 msgid "Compile for the MMU-less Etrax 100-based elinux system"
9017 msgstr ""
9018
9019 #: config/cris/aout.h:115
9020 msgid "For elinux, request a specified stack-size for this program"
9021 msgstr ""
9022
9023 #: config/cris/cris.h:363
9024 msgid "Work around bug in multiplication instruction"
9025 msgstr ""
9026
9027 #. 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.
9028 #: config/cris/cris.h:369
9029 msgid "Compile for ETRAX 4 (CRIS v3)"
9030 msgstr ""
9031
9032 #: config/cris/cris.h:374
9033 msgid "Compile for ETRAX 100 (CRIS v8)"
9034 msgstr ""
9035
9036 #: config/cris/cris.h:378
9037 msgid "Emit verbose debug information in assembly code"
9038 msgstr ""
9039
9040 #: config/cris/cris.h:381
9041 msgid "Do not use condition codes from normal instructions"
9042 msgstr ""
9043
9044 #: config/cris/cris.h:385
9045 msgid "Do not emit addressing modes with side-effect assignment"
9046 msgstr ""
9047
9048 #: config/cris/cris.h:388
9049 msgid "Do not tune stack alignment"
9050 msgstr ""
9051
9052 #: config/cris/cris.h:391
9053 msgid "Do not tune writable data alignment"
9054 msgstr ""
9055
9056 #: config/cris/cris.h:394
9057 msgid "Do not tune code and read-only data alignment"
9058 msgstr ""
9059
9060 #: config/cris/cris.h:403
9061 msgid "Align code and data to 32 bits"
9062 msgstr ""
9063
9064 #: config/cris/cris.h:416
9065 msgid "Don't align items in code or data"
9066 msgstr ""
9067
9068 #: config/cris/cris.h:419
9069 msgid "Do not emit function prologue or epilogue"
9070 msgstr ""
9071
9072 #. We have to handle this m-option here since we can't wash it off in      both CC1_SPEC and CC1PLUS_SPEC.
9073 #: config/cris/cris.h:423
9074 msgid "Use the most feature-enabling options allowed by other options"
9075 msgstr ""
9076
9077 #. 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.
9078 #: config/cris/cris.h:429
9079 msgid "Override -mbest-lib-options"
9080 msgstr ""
9081
9082 #: config/cris/cris.h:461
9083 msgid "Generate code for the specified chip or CPU version"
9084 msgstr ""
9085
9086 #: config/cris/cris.h:463
9087 msgid "Tune alignment for the specified chip or CPU version"
9088 msgstr ""
9089
9090 #: config/cris/cris.h:465
9091 msgid "Warn when a stackframe is larger than the specified size"
9092 msgstr ""
9093
9094 #. Node: Profiling
9095 #: config/cris/cris.h:1048
9096 msgid "no FUNCTION_PROFILER for CRIS"
9097 msgstr ""
9098
9099 #: config/cris/linux.h:69
9100 msgid "Together with -fpic and -fPIC, do not use GOTPLT references"
9101 msgstr ""
9102
9103 #: config/fr30/fr30.c:461
9104 msgid "fr30_print_operand_address: unhandled address"
9105 msgstr ""
9106
9107 #: config/fr30/fr30.c:485
9108 #, c-format
9109 msgid "fr30_print_operand: unrecognized %%p code"
9110 msgstr ""
9111
9112 #: config/fr30/fr30.c:505
9113 #, c-format
9114 msgid "fr30_print_operand: unrecognized %%b code"
9115 msgstr ""
9116
9117 #: config/fr30/fr30.c:526
9118 #, c-format
9119 msgid "fr30_print_operand: unrecognized %%B code"
9120 msgstr ""
9121
9122 #: config/fr30/fr30.c:534
9123 #, c-format
9124 msgid "fr30_print_operand: invalid operand to %%A code"
9125 msgstr ""
9126
9127 #: config/fr30/fr30.c:551
9128 #, c-format
9129 msgid "fr30_print_operand: invalid %%x code"
9130 msgstr ""
9131
9132 #: config/fr30/fr30.c:558
9133 #, c-format
9134 msgid "fr30_print_operand: invalid %%F code"
9135 msgstr ""
9136
9137 #: config/fr30/fr30.c:575
9138 msgid "fr30_print_operand: unknown code"
9139 msgstr ""
9140
9141 #: config/fr30/fr30.c:604 config/fr30/fr30.c:613 config/fr30/fr30.c:624
9142 #: config/fr30/fr30.c:637
9143 msgid "fr30_print_operand: unhandled MEM"
9144 msgstr ""
9145
9146 #: config/fr30/fr30.h:64
9147 msgid "Assume small address space"
9148 msgstr ""
9149
9150 #: config/frv/frv.c:463 config/frv/frv.c:481
9151 #, c-format
9152 msgid "Unknown cpu: -mcpu=%s"
9153 msgstr ""
9154
9155 #: config/frv/frv.c:504
9156 msgid "-fpic and -gdwarf are incompatible (-fpic and -g/-gdwarf-2 are fine)"
9157 msgstr ""
9158
9159 #: config/frv/frv.c:2463
9160 msgid "Bad insn to frv_print_operand_address:"
9161 msgstr ""
9162
9163 #: config/frv/frv.c:2474
9164 msgid "Bad register to frv_print_operand_memory_reference_reg:"
9165 msgstr ""
9166
9167 #: config/frv/frv.c:2513 config/frv/frv.c:2523 config/frv/frv.c:2532
9168 #: config/frv/frv.c:2553 config/frv/frv.c:2558
9169 msgid "Bad insn to frv_print_operand_memory_reference:"
9170 msgstr ""
9171
9172 #: config/frv/frv.c:2697
9173 msgid "Bad insn in frv_print_operand, bad const_double"
9174 msgstr ""
9175
9176 #: config/frv/frv.c:2742
9177 msgid "Bad insn to frv_print_operand, 'C' modifier:"
9178 msgstr ""
9179
9180 #: config/frv/frv.c:2765
9181 msgid "Bad insn to frv_print_operand, 'c' modifier:"
9182 msgstr ""
9183
9184 #: config/frv/frv.c:2790
9185 msgid "Bad insn to frv_print_operand, 'e' modifier:"
9186 msgstr ""
9187
9188 #: config/frv/frv.c:2798
9189 msgid "Bad insn to frv_print_operand, 'F' modifier:"
9190 msgstr ""
9191
9192 #: config/frv/frv.c:2814
9193 msgid "Bad insn to frv_print_operand, 'f' modifier:"
9194 msgstr ""
9195
9196 #: config/frv/frv.c:2828
9197 msgid "Bad insn to frv_print_operand, 'g' modifier:"
9198 msgstr ""
9199
9200 #: config/frv/frv.c:2876
9201 msgid "Bad insn to frv_print_operand, 'L' modifier:"
9202 msgstr ""
9203
9204 #: config/frv/frv.c:2889
9205 msgid "Bad insn to frv_print_operand, 'M/N' modifier:"
9206 msgstr ""
9207
9208 #: config/frv/frv.c:2910
9209 msgid "Bad insn to frv_print_operand, 'O' modifier:"
9210 msgstr ""
9211
9212 #: config/frv/frv.c:2928
9213 msgid "Bad insn to frv_print_operand, P modifier:"
9214 msgstr ""
9215
9216 #: config/frv/frv.c:2948
9217 msgid "Bad insn in frv_print_operand, z case"
9218 msgstr ""
9219
9220 #: config/frv/frv.c:2979
9221 msgid "Bad insn in frv_print_operand, 0 case"
9222 msgstr ""
9223
9224 #: config/frv/frv.c:2984
9225 msgid "frv_print_operand: unknown code"
9226 msgstr ""
9227
9228 #: config/frv/frv.c:5881
9229 msgid "Bad output_move_single operand"
9230 msgstr ""
9231
9232 #: config/frv/frv.c:6008
9233 msgid "Bad output_move_double operand"
9234 msgstr ""
9235
9236 #: config/frv/frv.c:6150
9237 msgid "Bad output_condmove_single operand"
9238 msgstr ""
9239
9240 #: config/frv/frv.c:8453
9241 msgid "frv_registers_update"
9242 msgstr ""
9243
9244 #: config/frv/frv.c:8610
9245 msgid "frv_registers_used_p"
9246 msgstr ""
9247
9248 #: config/frv/frv.c:8736
9249 msgid "frv_registers_set_p"
9250 msgstr ""
9251
9252 #: config/frv/frv.c:9332
9253 msgid "accumulator is not a constant integer"
9254 msgstr ""
9255
9256 #: config/frv/frv.c:9337
9257 msgid "accumulator number is out of bounds"
9258 msgstr ""
9259
9260 #: config/frv/frv.c:9348
9261 #, c-format
9262 msgid "inappropriate accumulator for `%s'"
9263 msgstr ""
9264
9265 #: config/frv/frv.c:9408
9266 #, c-format
9267 msgid "`%s' expects a constant argument"
9268 msgstr ""
9269
9270 #: config/frv/frv.c:9413
9271 #, c-format
9272 msgid "constant argument out of range for `%s'"
9273 msgstr ""
9274
9275 #: config/frv/frv.c:9760
9276 msgid "media functions are not available unless -mmedia is used"
9277 msgstr ""
9278
9279 #: config/frv/frv.c:9772
9280 msgid "this media function is only available on the fr500"
9281 msgstr ""
9282
9283 #: config/frv/frv.c:9800
9284 msgid "this media function is only available on the fr400"
9285 msgstr ""
9286
9287 #. This macro is a C statement to print on `stderr' a string describing the
9288 #. particular machine description choice.  Every machine description should
9289 #. define `TARGET_VERSION'.  For example:
9290 #.
9291 #. #ifdef MOTOROLA
9292 #. #define TARGET_VERSION           fprintf (stderr, " (68k, Motorola syntax)");
9293 #. #else
9294 #. #define TARGET_VERSION           fprintf (stderr, " (68k, MIT syntax)");
9295 #. #endif
9296 #: config/frv/frv.h:554
9297 #, c-format
9298 msgid " (frv)"
9299 msgstr ""
9300
9301 #: config/h8300/h8300.c:288
9302 msgid "-ms2600 is used without -ms"
9303 msgstr ""
9304
9305 #: config/h8300/h8300.c:294
9306 msgid "-mn is used without -mh or -ms"
9307 msgstr ""
9308
9309 #. Macro to define tables used to set the flags.
9310 #. This is a list in braces of pairs in braces,
9311 #. each pair being { "NAME", VALUE }
9312 #. where VALUE is the bits to set or minus the bits to clear.
9313 #. An empty string NAME is used to identify the default VALUE.
9314 #: config/h8300/h8300.h:145
9315 msgid "Generate H8S code"
9316 msgstr ""
9317
9318 #: config/h8300/h8300.h:146
9319 msgid "Do not generate H8S code"
9320 msgstr ""
9321
9322 #: config/h8300/h8300.h:147
9323 msgid "Generate H8S/2600 code"
9324 msgstr ""
9325
9326 #: config/h8300/h8300.h:148
9327 msgid "Do not generate H8S/2600 code"
9328 msgstr ""
9329
9330 #: config/h8300/h8300.h:149
9331 msgid "Make integers 32 bits wide"
9332 msgstr ""
9333
9334 #: config/h8300/h8300.h:152
9335 msgid "Use registers for argument passing"
9336 msgstr ""
9337
9338 #: config/h8300/h8300.h:154
9339 msgid "Do not use registers for argument passing"
9340 msgstr ""
9341
9342 #: config/h8300/h8300.h:156
9343 msgid "Consider access to byte sized memory slow"
9344 msgstr ""
9345
9346 #: config/h8300/h8300.h:157
9347 msgid "Enable linker relaxing"
9348 msgstr ""
9349
9350 #: config/h8300/h8300.h:158
9351 msgid "Generate H8/300H code"
9352 msgstr ""
9353
9354 #: config/h8300/h8300.h:159
9355 msgid "Enable the normal mode"
9356 msgstr ""
9357
9358 #: config/h8300/h8300.h:160
9359 msgid "Do not generate H8/300H code"
9360 msgstr ""
9361
9362 #: config/h8300/h8300.h:161
9363 msgid "Use H8/300 alignment rules"
9364 msgstr ""
9365
9366 #: config/i386/i386.c:1227
9367 #, c-format
9368 msgid "code model %s not supported in PIC mode"
9369 msgstr ""
9370
9371 #: config/i386/i386.c:1237 config/sparc/sparc.c:399
9372 #, c-format
9373 msgid "bad value (%s) for -mcmodel= switch"
9374 msgstr ""
9375
9376 #: config/i386/i386.c:1252
9377 #, c-format
9378 msgid "bad value (%s) for -masm= switch"
9379 msgstr ""
9380
9381 #: config/i386/i386.c:1255
9382 #, c-format
9383 msgid "code model `%s' not supported in the %s bit mode"
9384 msgstr ""
9385
9386 #: config/i386/i386.c:1258
9387 msgid "code model `large' not supported yet"
9388 msgstr ""
9389
9390 #: config/i386/i386.c:1260
9391 #, c-format
9392 msgid "%i-bit mode not compiled in"
9393 msgstr ""
9394
9395 #: config/i386/i386.c:1290 config/i386/i386.c:1302
9396 msgid "CPU you selected does not support x86-64 instruction set"
9397 msgstr ""
9398
9399 #: config/i386/i386.c:1295 config/iq2000/iq2000.c:1862
9400 #, c-format
9401 msgid "bad value (%s) for -march= switch"
9402 msgstr ""
9403
9404 #: config/i386/i386.c:1308
9405 #, c-format
9406 msgid "bad value (%s) for -mtune= switch"
9407 msgstr ""
9408
9409 #: config/i386/i386.c:1325
9410 #, c-format
9411 msgid "-mregparm=%d is not between 0 and %d"
9412 msgstr ""
9413
9414 #: config/i386/i386.c:1338
9415 msgid "-malign-loops is obsolete, use -falign-loops"
9416 msgstr ""
9417
9418 #: config/i386/i386.c:1343 config/i386/i386.c:1356 config/i386/i386.c:1369
9419 #, c-format
9420 msgid "-malign-loops=%d is not between 0 and %d"
9421 msgstr ""
9422
9423 #: config/i386/i386.c:1351
9424 msgid "-malign-jumps is obsolete, use -falign-jumps"
9425 msgstr ""
9426
9427 #: config/i386/i386.c:1364
9428 msgid "-malign-functions is obsolete, use -falign-functions"
9429 msgstr ""
9430
9431 #: config/i386/i386.c:1402
9432 #, c-format
9433 msgid "-mpreferred-stack-boundary=%d is not between %d and 12"
9434 msgstr ""
9435
9436 #: config/i386/i386.c:1414
9437 #, c-format
9438 msgid "-mbranch-cost=%d is not between 0 and 5"
9439 msgstr ""
9440
9441 #: config/i386/i386.c:1426
9442 #, c-format
9443 msgid "bad value (%s) for -mtls-dialect= switch"
9444 msgstr ""
9445
9446 #: config/i386/i386.c:1455
9447 msgid "-malign-double makes no sense in the 64bit mode"
9448 msgstr ""
9449
9450 #: config/i386/i386.c:1457
9451 msgid "-mrtd calling convention not supported in the 64bit mode"
9452 msgstr ""
9453
9454 #: config/i386/i386.c:1479 config/i386/i386.c:1490
9455 msgid "SSE instruction set disabled, using 387 arithmetics"
9456 msgstr ""
9457
9458 #: config/i386/i386.c:1495
9459 msgid "387 instruction set disabled, using SSE arithmetics"
9460 msgstr ""
9461
9462 #: config/i386/i386.c:1502
9463 #, c-format
9464 msgid "bad value (%s) for -mfpmath= switch"
9465 msgstr ""
9466
9467 #: config/i386/i386.c:1650 config/i386/i386.c:1661
9468 msgid "fastcall and stdcall attributes are not compatible"
9469 msgstr ""
9470
9471 #: config/i386/i386.c:1654 config/i386/i386.c:1710
9472 msgid "fastcall and regparm attributes are not compatible"
9473 msgstr ""
9474
9475 #: config/i386/i386.c:1697
9476 #, c-format
9477 msgid "`%s' attribute requires an integer constant argument"
9478 msgstr ""
9479
9480 #: config/i386/i386.c:1703
9481 #, c-format
9482 msgid "argument to `%s' attribute larger than %d"
9483 msgstr ""
9484
9485 #: config/i386/i386.c:2669
9486 msgid "SSE vector argument without SSE enabled changes the ABI"
9487 msgstr ""
9488
9489 #: config/i386/i386.c:2685
9490 msgid "MMX vector argument without MMX enabled changes the ABI"
9491 msgstr ""
9492
9493 #: config/i386/i386.c:2913
9494 msgid "SSE vector return without SSE enabled changes the ABI"
9495 msgstr ""
9496
9497 #: config/i386/i386.c:6874
9498 msgid "invalid UNSPEC as operand"
9499 msgstr ""
9500
9501 #: config/i386/i386.c:7132
9502 msgid "extended registers have no high halves"
9503 msgstr ""
9504
9505 #: config/i386/i386.c:7147
9506 msgid "unsupported operand size for extended register"
9507 msgstr ""
9508
9509 #: config/i386/i386.c:7462
9510 msgid ""
9511 "operand is neither a constant nor a condition code, invalid operand code 'c'"
9512 msgstr ""
9513
9514 #: config/i386/i386.c:7508
9515 #, c-format
9516 msgid "invalid operand code `%c'"
9517 msgstr ""
9518
9519 #: config/i386/i386.c:7551
9520 msgid "invalid constraints for operand"
9521 msgstr ""
9522
9523 #: config/i386/i386.c:12072
9524 msgid "unknown insn mode"
9525 msgstr ""
9526
9527 #: config/i386/i386.c:13944 config/i386/i386.c:13980
9528 #, c-format
9529 msgid "selector must be an integer constant in the range 0..%i"
9530 msgstr ""
9531
9532 #: config/i386/i386.c:14208
9533 msgid "shift must be an immediate"
9534 msgstr ""
9535
9536 #: config/i386/i386.c:15260
9537 #, c-format
9538 msgid "`%s' incompatible attribute ignored"
9539 msgstr ""
9540
9541 #: config/i386/winnt.c:104
9542 msgid "%Jfunction `%D' definition is marked dllimport."
9543 msgstr ""
9544
9545 #: config/i386/winnt.c:112
9546 msgid "%Jvariable `%D' definition is marked dllimport."
9547 msgstr ""
9548
9549 #: config/i386/winnt.c:132
9550 msgid "%Jexternal linkage required for symbol '%D' because of '%s' attribute."
9551 msgstr ""
9552
9553 #: config/i386/winnt.c:149
9554 #, c-format
9555 msgid "`%s' attribute only applies to variables"
9556 msgstr ""
9557
9558 #: config/i386/winnt.c:248
9559 msgid ""
9560 "%Jfunction '%D' is defined after prior declaration as dllimport: attribute "
9561 "ignored"
9562 msgstr ""
9563
9564 #: config/i386/winnt.c:259
9565 msgid "%Jinline function '%D' is declared as dllimport: attribute ignored."
9566 msgstr ""
9567
9568 #: config/i386/winnt.c:271
9569 msgid "%Jdefinition of static data member '%D' of dllimport'd class."
9570 msgstr ""
9571
9572 #: config/i386/winnt.c:330
9573 msgid "%Jinconsistent dll linkage for '%D', dllexport assumed."
9574 msgstr ""
9575
9576 #: config/i386/winnt.c:372
9577 #, c-format
9578 msgid "`%s' declared as both exported to and imported from a DLL"
9579 msgstr ""
9580
9581 #: config/i386/winnt.c:381
9582 msgid ""
9583 "%Jfailure in redeclaration of '%D': dllimport'd symbol lacks external "
9584 "linkage."
9585 msgstr ""
9586
9587 #: config/i386/winnt.c:530
9588 msgid "%J'%D' defined locally after being referenced with dllimport linkage"
9589 msgstr ""
9590
9591 #: config/i386/winnt.c:533
9592 msgid ""
9593 "%J'%D' redeclared without dllimport attribute after being referenced with "
9594 "dllimport linkage"
9595 msgstr ""
9596
9597 #: config/i386/winnt.c:707
9598 msgid "%J'%D' causes a section type conflict"
9599 msgstr ""
9600
9601 #: config/i386/cygming.h:61
9602 msgid "Use the Cygwin interface"
9603 msgstr ""
9604
9605 #: config/i386/cygming.h:62
9606 msgid "Use the Mingw32 interface"
9607 msgstr ""
9608
9609 #: config/i386/cygming.h:63
9610 msgid "Create GUI application"
9611 msgstr ""
9612
9613 #: config/i386/cygming.h:64
9614 msgid "Don't set Windows defines"
9615 msgstr ""
9616
9617 #: config/i386/cygming.h:65
9618 msgid "Set Windows defines"
9619 msgstr ""
9620
9621 #: config/i386/cygming.h:66
9622 msgid "Create console application"
9623 msgstr ""
9624
9625 #: config/i386/cygming.h:67
9626 msgid "Generate code for a DLL"
9627 msgstr ""
9628
9629 #: config/i386/cygming.h:69
9630 msgid "Ignore dllimport for functions"
9631 msgstr ""
9632
9633 #: config/i386/cygming.h:71
9634 msgid "Use Mingw-specific thread support"
9635 msgstr ""
9636
9637 #: config/i386/cygming.h:190
9638 #, c-format
9639 msgid "-f%s ignored for target (all code is position independent)"
9640 msgstr ""
9641
9642 #: config/i386/djgpp.h:191
9643 msgid "-mbnu210 is ignored (option is obsolete)"
9644 msgstr ""
9645
9646 #: config/i386/i386-interix.h:256
9647 msgid "ms-bitfields not supported for objc"
9648 msgstr ""
9649
9650 #. Deprecated.
9651 #. Deprecated.
9652 #. Deprecated.
9653 #. Deprecated.
9654 #. Deprecated.
9655 #. Deprecated.
9656 #: config/i386/i386.h:344
9657 msgid "Alternate calling convention"
9658 msgstr ""
9659
9660 #: config/i386/i386.h:346 config/m68k/m68k.h:343 config/ns32k/ns32k.h:144
9661 msgid "Use normal calling convention"
9662 msgstr ""
9663
9664 #: config/i386/i386.h:348
9665 msgid "Align some doubles on dword boundary"
9666 msgstr ""
9667
9668 #: config/i386/i386.h:350
9669 msgid "Align doubles on word boundary"
9670 msgstr ""
9671
9672 #: config/i386/i386.h:352
9673 msgid "Uninitialized locals in .bss"
9674 msgstr ""
9675
9676 #: config/i386/i386.h:354
9677 msgid "Uninitialized locals in .data"
9678 msgstr ""
9679
9680 #: config/i386/i386.h:356 config/m68k/linux.h:42 config/ns32k/ns32k.h:167
9681 msgid "Use IEEE math for fp comparisons"
9682 msgstr ""
9683
9684 #: config/i386/i386.h:358 config/ns32k/ns32k.h:169
9685 msgid "Do not use IEEE math for fp comparisons"
9686 msgstr ""
9687
9688 #: config/i386/i386.h:360
9689 msgid "Return values of functions in FPU registers"
9690 msgstr ""
9691
9692 #: config/i386/i386.h:362
9693 msgid "Do not return values of functions in FPU registers"
9694 msgstr ""
9695
9696 #: config/i386/i386.h:364
9697 msgid "Do not generate sin, cos, sqrt for FPU"
9698 msgstr ""
9699
9700 #: config/i386/i386.h:366
9701 msgid "Generate sin, cos, sqrt for FPU"
9702 msgstr ""
9703
9704 #: config/i386/i386.h:368
9705 msgid "Omit the frame pointer in leaf functions"
9706 msgstr ""
9707
9708 #: config/i386/i386.h:371
9709 msgid "Enable stack probing"
9710 msgstr ""
9711
9712 #. undocumented
9713 #. undocumented
9714 #: config/i386/i386.h:376
9715 msgid "Align destination of the string operations"
9716 msgstr ""
9717
9718 #: config/i386/i386.h:378
9719 msgid "Do not align destination of the string operations"
9720 msgstr ""
9721
9722 #: config/i386/i386.h:380
9723 msgid "Inline all known string operations"
9724 msgstr ""
9725
9726 #: config/i386/i386.h:382
9727 msgid "Do not inline all known string operations"
9728 msgstr ""
9729
9730 #: config/i386/i386.h:384 config/i386/i386.h:388
9731 msgid "Use push instructions to save outgoing arguments"
9732 msgstr ""
9733
9734 #: config/i386/i386.h:386 config/i386/i386.h:390
9735 msgid "Do not use push instructions to save outgoing arguments"
9736 msgstr ""
9737
9738 #: config/i386/i386.h:392
9739 msgid "Support MMX built-in functions"
9740 msgstr ""
9741
9742 #: config/i386/i386.h:394
9743 msgid "Do not support MMX built-in functions"
9744 msgstr ""
9745
9746 #: config/i386/i386.h:396
9747 msgid "Support 3DNow! built-in functions"
9748 msgstr ""
9749
9750 #: config/i386/i386.h:398
9751 msgid "Do not support 3DNow! built-in functions"
9752 msgstr ""
9753
9754 #: config/i386/i386.h:400
9755 msgid "Support MMX and SSE built-in functions and code generation"
9756 msgstr ""
9757
9758 #: config/i386/i386.h:402
9759 msgid "Do not support MMX and SSE built-in functions and code generation"
9760 msgstr ""
9761
9762 #: config/i386/i386.h:404
9763 msgid "Support MMX, SSE and SSE2 built-in functions and code generation"
9764 msgstr ""
9765
9766 #: config/i386/i386.h:406
9767 msgid "Do not support MMX, SSE and SSE2 built-in functions and code generation"
9768 msgstr ""
9769
9770 #: config/i386/i386.h:408
9771 msgid "Support MMX, SSE, SSE2 and SSE3 built-in functions and code generation"
9772 msgstr ""
9773
9774 #: config/i386/i386.h:410
9775 msgid ""
9776 "Do not support MMX, SSE, SSE2 and SSE3 built-in functions and code generation"
9777 msgstr ""
9778
9779 #: config/i386/i386.h:412
9780 msgid "sizeof(long double) is 16"
9781 msgstr ""
9782
9783 #: config/i386/i386.h:414
9784 msgid "sizeof(long double) is 12"
9785 msgstr ""
9786
9787 #: config/i386/i386.h:416
9788 msgid "Generate 64bit x86-64 code"
9789 msgstr ""
9790
9791 #: config/i386/i386.h:418
9792 msgid "Generate 32bit i386 code"
9793 msgstr ""
9794
9795 #: config/i386/i386.h:420
9796 msgid "Use native (MS) bitfield layout"
9797 msgstr ""
9798
9799 #: config/i386/i386.h:422
9800 msgid "Use gcc default bitfield layout"
9801 msgstr ""
9802
9803 #: config/i386/i386.h:424
9804 msgid "Use red-zone in the x86-64 code"
9805 msgstr ""
9806
9807 #: config/i386/i386.h:426
9808 msgid "Do not use red-zone in the x86-64 code"
9809 msgstr ""
9810
9811 #: config/i386/i386.h:428
9812 #, c-format
9813 msgid "Use direct references against %gs when accessing tls data"
9814 msgstr ""
9815
9816 #: config/i386/i386.h:430
9817 #, c-format
9818 msgid "Do not use direct references against %gs when accessing tls data"
9819 msgstr ""
9820
9821 #. This macro is similar to `TARGET_SWITCHES' but defines names of
9822 #. command options that have values.  Its definition is an
9823 #. initializer with a subgrouping for each command option.
9824 #.
9825 #. Each subgrouping contains a string constant, that defines the
9826 #. fixed part of the option name, and the address of a variable.  The
9827 #. variable, type `char *', is set to the variable part of the given
9828 #. option if the fixed part matches.  The actual option name is made
9829 #. by appending `-m' to the specified name.
9830 #: config/i386/i386.h:464 config/ia64/ia64.h:277 config/rs6000/rs6000.h:445
9831 #: config/s390/s390.h:146 config/sparc/sparc.h:633
9832 msgid "Schedule code for given CPU"
9833 msgstr ""
9834
9835 #: config/i386/i386.h:466
9836 msgid "Generate floating point mathematics using given instruction set"
9837 msgstr ""
9838
9839 #: config/i386/i386.h:468 config/s390/s390.h:148
9840 msgid "Generate code for given CPU"
9841 msgstr ""
9842
9843 #: config/i386/i386.h:470
9844 msgid "Number of registers used to pass integer arguments"
9845 msgstr ""
9846
9847 #. TARGET_DEFAULT is defined in m68k-none.h, netbsd.h, etc.
9848 #. This macro is similar to `TARGET_SWITCHES' but defines names of
9849 #. command options that have values.  Its definition is an
9850 #. initializer with a subgrouping for each command option.
9851 #.
9852 #. Each subgrouping contains a string constant, that defines the
9853 #. fixed part of the option name, and the address of a variable.  The
9854 #. variable, type `char *', is set to the variable part of the given
9855 #. option if the fixed part matches.  The actual option name is made
9856 #. by appending `-m' to the specified name.
9857 #: config/i386/i386.h:472 config/m68k/m68k.h:359
9858 msgid "Loop code aligned to this power of 2"
9859 msgstr ""
9860
9861 #: config/i386/i386.h:474 config/m68k/m68k.h:361
9862 msgid "Jump targets are aligned to this power of 2"
9863 msgstr ""
9864
9865 #: config/i386/i386.h:476 config/m68k/m68k.h:363
9866 msgid "Function starts are aligned to this power of 2"
9867 msgstr ""
9868
9869 #: config/i386/i386.h:479
9870 msgid "Attempt to keep stack aligned to this power of 2"
9871 msgstr ""
9872
9873 #: config/i386/i386.h:481
9874 msgid "Branches are this expensive (1-5, arbitrary units)"
9875 msgstr ""
9876
9877 #: config/i386/i386.h:483
9878 msgid "Use given x86-64 code model"
9879 msgstr ""
9880
9881 #. Undocumented.
9882 #. Undocumented.
9883 #: config/i386/i386.h:489
9884 msgid "Use given assembler dialect"
9885 msgstr ""
9886
9887 #: config/i386/i386.h:491
9888 msgid "Use given thread-local storage dialect"
9889 msgstr ""
9890
9891 #: config/i386/sco5.h:292
9892 msgid "Generate ELF output"
9893 msgstr ""
9894
9895 #. 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.
9896 #. 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.
9897 #: config/i386/xm-djgpp.h:62
9898 msgid "environment variable DJGPP not defined"
9899 msgstr ""
9900
9901 #: config/i386/xm-djgpp.h:64
9902 #, c-format
9903 msgid "environment variable DJGPP points to missing file '%s'"
9904 msgstr ""
9905
9906 #: config/i386/xm-djgpp.h:67
9907 #, c-format
9908 msgid "environment variable DJGPP points to corrupt file '%s'"
9909 msgstr ""
9910
9911 #. Macro to define tables used to set the flags.
9912 #. This is a list in braces of pairs in braces,
9913 #. each pair being { "NAME", VALUE }
9914 #. where VALUE is the bits to set or minus the bits to clear.
9915 #. An empty string NAME is used to identify the default VALUE.
9916 #: config/i860/i860.h:60
9917 msgid "Generate code which uses the FPU"
9918 msgstr ""
9919
9920 #: config/i860/i860.h:61 config/i860/i860.h:62
9921 msgid "Do not generate code which uses the FPU"
9922 msgstr ""
9923
9924 #: config/ia64/ia64-c.c:52
9925 msgid "malformed #pragma builtin"
9926 msgstr ""
9927
9928 #: config/ia64/ia64.c:1049 config/m32r/m32r.c:366
9929 #, c-format
9930 msgid "invalid argument of `%s' attribute"
9931 msgstr ""
9932
9933 #: config/ia64/ia64.c:1061
9934 msgid "%Jan address area attribute cannot be specified for local variables"
9935 msgstr ""
9936
9937 #: config/ia64/ia64.c:1068
9938 msgid "%Jaddress area of '%s' conflicts with previous declaration"
9939 msgstr ""
9940
9941 #: config/ia64/ia64.c:1075
9942 msgid "%Jaddress area attribute cannot be specified for functions"
9943 msgstr ""
9944
9945 #: config/ia64/ia64.c:4334
9946 msgid "ia64_print_operand: unknown code"
9947 msgstr ""
9948
9949 #: config/ia64/ia64.c:4674
9950 msgid "value of -mfixed-range must have form REG1-REG2"
9951 msgstr ""
9952
9953 #: config/ia64/ia64.c:4701
9954 #, c-format
9955 msgid "%s-%s is an empty range"
9956 msgstr ""
9957
9958 #: config/ia64/ia64.c:4752
9959 msgid "cannot optimize floating point division for both latency and throughput"
9960 msgstr ""
9961
9962 #: config/ia64/ia64.c:4769
9963 msgid "cannot optimize integer division for both latency and throughput"
9964 msgstr ""
9965
9966 #: config/ia64/ia64.c:4786
9967 msgid "cannot optimize square root for both latency and throughput"
9968 msgstr ""
9969
9970 #: config/ia64/ia64.c:4800
9971 msgid "not yet implemented: latency-optimized inline square root"
9972 msgstr ""
9973
9974 #: config/ia64/ia64.c:4812
9975 #, c-format
9976 msgid "bad value (%s) for -mtls-size= switch"
9977 msgstr ""
9978
9979 #: config/ia64/ia64.c:4828
9980 #, c-format
9981 msgid "bad value (%s) for -tune= switch"
9982 msgstr ""
9983
9984 #. This macro defines names of command options to set and clear bits in
9985 #. `target_flags'.  Its definition is an initializer with a subgrouping for
9986 #. each command option.
9987 #: config/ia64/ia64.h:173
9988 msgid "Generate big endian code"
9989 msgstr ""
9990
9991 #: config/ia64/ia64.h:175 config/mcore/mcore.h:154
9992 msgid "Generate little endian code"
9993 msgstr ""
9994
9995 #: config/ia64/ia64.h:177
9996 msgid "Generate code for GNU as"
9997 msgstr ""
9998
9999 #: config/ia64/ia64.h:179
10000 msgid "Generate code for Intel as"
10001 msgstr ""
10002
10003 #: config/ia64/ia64.h:181
10004 msgid "Generate code for GNU ld"
10005 msgstr ""
10006
10007 #: config/ia64/ia64.h:183
10008 msgid "Generate code for Intel ld"
10009 msgstr ""
10010
10011 #: config/ia64/ia64.h:185
10012 msgid "Generate code without GP reg"
10013 msgstr ""
10014
10015 #: config/ia64/ia64.h:187
10016 msgid "Emit stop bits before and after volatile extended asms"
10017 msgstr ""
10018
10019 #: config/ia64/ia64.h:189
10020 msgid "Don't emit stop bits before and after volatile extended asms"
10021 msgstr ""
10022
10023 #: config/ia64/ia64.h:191
10024 msgid "Emit code for Itanium (TM) processor B step"
10025 msgstr ""
10026
10027 #: config/ia64/ia64.h:193
10028 msgid "Use in/loc/out register names"
10029 msgstr ""
10030
10031 #: config/ia64/ia64.h:195
10032 msgid "Disable use of sdata/scommon/sbss"
10033 msgstr ""
10034
10035 #: config/ia64/ia64.h:197
10036 msgid "Enable use of sdata/scommon/sbss"
10037 msgstr ""
10038
10039 #: config/ia64/ia64.h:199
10040 msgid "gp is constant (but save/restore gp on indirect calls)"
10041 msgstr ""
10042
10043 #: config/ia64/ia64.h:201
10044 msgid "Generate self-relocatable code"
10045 msgstr ""
10046
10047 #: config/ia64/ia64.h:203
10048 msgid "Generate inline floating point division, optimize for latency"
10049 msgstr ""
10050
10051 #: config/ia64/ia64.h:205
10052 msgid "Generate inline floating point division, optimize for throughput"
10053 msgstr ""
10054
10055 #: config/ia64/ia64.h:208
10056 msgid "Do not inline floating point division"
10057 msgstr ""
10058
10059 #: config/ia64/ia64.h:210
10060 msgid "Generate inline integer division, optimize for latency"
10061 msgstr ""
10062
10063 #: config/ia64/ia64.h:212
10064 msgid "Generate inline integer division, optimize for throughput"
10065 msgstr ""
10066
10067 #: config/ia64/ia64.h:214
10068 msgid "Do not inline integer division"
10069 msgstr ""
10070
10071 #: config/ia64/ia64.h:216
10072 msgid "Generate inline square root, optimize for latency"
10073 msgstr ""
10074
10075 #: config/ia64/ia64.h:218
10076 msgid "Generate inline square root, optimize for throughput"
10077 msgstr ""
10078
10079 #: config/ia64/ia64.h:220
10080 msgid "Do not inline square root"
10081 msgstr ""
10082
10083 #: config/ia64/ia64.h:222
10084 msgid "Enable Dwarf 2 line debug info via GNU as"
10085 msgstr ""
10086
10087 #: config/ia64/ia64.h:224
10088 msgid "Disable Dwarf 2 line debug info via GNU as"
10089 msgstr ""
10090
10091 #: config/ia64/ia64.h:226
10092 msgid "Enable earlier placing stop bits for better scheduling"
10093 msgstr ""
10094
10095 #: config/ia64/ia64.h:228
10096 msgid "Disable earlier placing stop bits"
10097 msgstr ""
10098
10099 #: config/ia64/ia64.h:273
10100 msgid "Specify range of registers to make fixed"
10101 msgstr ""
10102
10103 #: config/ip2k/ip2k.c:1083
10104 msgid "bad operand"
10105 msgstr ""
10106
10107 #: config/iq2000/iq2000.c:1838
10108 #, c-format
10109 msgid "bad value (%s) for -mcpu= switch"
10110 msgstr ""
10111
10112 #: config/iq2000/iq2000.c:1867
10113 #, c-format
10114 msgid "The compiler does not support -march=%s."
10115 msgstr ""
10116
10117 #: config/iq2000/iq2000.c:2254
10118 #, c-format
10119 msgid "gp_offset (%ld) or end_offset (%ld) is less than zero."
10120 msgstr ""
10121
10122 #: config/iq2000/iq2000.c:3040
10123 #, c-format
10124 msgid "argument `%d' is not a constant"
10125 msgstr ""
10126
10127 #: config/iq2000/iq2000.c:3343 config/xtensa/xtensa.c:2104
10128 msgid "PRINT_OPERAND_ADDRESS, null pointer"
10129 msgstr ""
10130
10131 #: config/iq2000/iq2000.c:3498
10132 #, c-format
10133 msgid "PRINT_OPERAND: Unknown punctuation '%c'"
10134 msgstr ""
10135
10136 #: config/iq2000/iq2000.c:3507 config/mips/mips.c:5426
10137 #: config/xtensa/xtensa.c:1958
10138 msgid "PRINT_OPERAND null pointer"
10139 msgstr ""
10140
10141 #: config/iq2000/iq2000.c:3576
10142 #, c-format
10143 msgid "invalid %%P operand"
10144 msgstr ""
10145
10146 #: config/iq2000/iq2000.c:3584 config/rs6000/rs6000.c:9415
10147 #, c-format
10148 msgid "invalid %%p value"
10149 msgstr ""
10150
10151 #: config/iq2000/iq2000.c:3648 config/mips/mips.c:5548
10152 #, c-format
10153 msgid "invalid use of %%d, %%x, or %%X"
10154 msgstr ""
10155
10156 #: config/iq2000/iq2000.h:72 config/mn10300/mn10300.h:74
10157 msgid "No default crt0.o"
10158 msgstr ""
10159
10160 #: config/iq2000/iq2000.h:74
10161 msgid "Use GP relative sdata/sbss sections"
10162 msgstr ""
10163
10164 #: config/iq2000/iq2000.h:76
10165 msgid "Don't use GP relative sdata/sbss sections"
10166 msgstr ""
10167
10168 #: config/iq2000/iq2000.h:78 config/mips/mips.h:602
10169 msgid "Use ROM instead of RAM"
10170 msgstr ""
10171
10172 #: config/iq2000/iq2000.h:80 config/mips/mips.h:604
10173 msgid "Don't use ROM instead of RAM"
10174 msgstr ""
10175
10176 #: config/iq2000/iq2000.h:82 config/mips/mips.h:606
10177 msgid "Put uninitialized constants in ROM (needs -membedded-data)"
10178 msgstr ""
10179
10180 #: config/iq2000/iq2000.h:84 config/mips/mips.h:608
10181 msgid "Don't put uninitialized constants in ROM"
10182 msgstr ""
10183
10184 #: config/iq2000/iq2000.h:106 config/mips/mips.h:783 config/pa/pa.h:310
10185 msgid "Specify CPU for scheduling purposes"
10186 msgstr ""
10187
10188 #: config/iq2000/iq2000.h:108 config/mips/mips.h:785
10189 msgid "Specify CPU for code generation purposes"
10190 msgstr ""
10191
10192 #: config/m32r/m32r.c:184
10193 #, c-format
10194 msgid "bad value (%s) for -mmodel switch"
10195 msgstr ""
10196
10197 #: config/m32r/m32r.c:193
10198 #, c-format
10199 msgid "bad value (%s) for -msdata switch"
10200 msgstr ""
10201
10202 #: config/m32r/m32r.c:200
10203 #, c-format
10204 msgid "bad value (%s) for -flush-trap=n (0=<n<=15)"
10205 msgstr ""
10206
10207 #: config/m32r/m32r.c:2310
10208 #, c-format
10209 msgid "invalid operand to %%s code"
10210 msgstr ""
10211
10212 #: config/m32r/m32r.c:2317
10213 #, c-format
10214 msgid "invalid operand to %%p code"
10215 msgstr ""
10216
10217 #: config/m32r/m32r.c:2372
10218 msgid "bad insn for 'A'"
10219 msgstr ""
10220
10221 #: config/m32r/m32r.c:2419
10222 #, c-format
10223 msgid "invalid operand to %%T/%%B code"
10224 msgstr ""
10225
10226 #: config/m32r/m32r.c:2442
10227 #, c-format
10228 msgid "invalid operand to %%N code"
10229 msgstr ""
10230
10231 #: config/m32r/m32r.c:2475
10232 msgid "pre-increment address is not a register"
10233 msgstr ""
10234
10235 #: config/m32r/m32r.c:2482
10236 msgid "pre-decrement address is not a register"
10237 msgstr ""
10238
10239 #: config/m32r/m32r.c:2489
10240 msgid "post-increment address is not a register"
10241 msgstr ""
10242
10243 #: config/m32r/m32r.c:2565 config/m32r/m32r.c:2581
10244 #: config/rs6000/rs6000.c:15417
10245 msgid "bad address"
10246 msgstr ""
10247
10248 #: config/m32r/m32r.c:2586
10249 msgid "lo_sum not of register"
10250 msgstr ""
10251
10252 #. { "relax",                   TARGET_RELAX_MASK, "" },                    { "no-relax",               -TARGET_RELAX_MASK, "" },
10253 #: config/m32r/m32r.h:283
10254 msgid "Display compile time statistics"
10255 msgstr ""
10256
10257 #: config/m32r/m32r.h:285
10258 msgid "Align all loops to 32 byte boundary"
10259 msgstr ""
10260
10261 #: config/m32r/m32r.h:288
10262 msgid "Only issue one instruction per cycle"
10263 msgstr ""
10264
10265 #: config/m32r/m32r.h:291
10266 msgid "Prefer branches over conditional execution"
10267 msgstr ""
10268
10269 #: config/m32r/m32r.h:312
10270 msgid "Code size: small, medium or large"
10271 msgstr ""
10272
10273 #: config/m32r/m32r.h:314
10274 msgid "Small data area: none, sdata, use"
10275 msgstr ""
10276
10277 #: config/m32r/m32r.h:316 config/mips/mips.h:791
10278 msgid "Don't call any cache flush functions"
10279 msgstr ""
10280
10281 #: config/m32r/m32r.h:318 config/mips/mips.h:793
10282 msgid "Specify cache flush function"
10283 msgstr ""
10284
10285 #: config/m32r/m32r.h:320
10286 msgid "Don't call any cache flush trap"
10287 msgstr ""
10288
10289 #: config/m32r/m32r.h:322
10290 msgid "Specify cache flush trap number"
10291 msgstr ""
10292
10293 #: config/m68hc11/m68hc11.c:291
10294 #, c-format
10295 msgid "-f%s ignored for 68HC11/68HC12 (not supported)"
10296 msgstr ""
10297
10298 #: config/m68hc11/m68hc11.c:1410
10299 msgid "`trap' and `far' attributes are not compatible, ignoring `far'"
10300 msgstr ""
10301
10302 #: config/m68hc11/m68hc11.c:1416
10303 msgid "`trap' attribute is already used"
10304 msgstr ""
10305
10306 #. !!!! SCz wrong here.
10307 #: config/m68hc11/m68hc11.c:3393 config/m68hc11/m68hc11.c:3777
10308 msgid "move insn not handled"
10309 msgstr ""
10310
10311 #: config/m68hc11/m68hc11.c:3625 config/m68hc11/m68hc11.c:3709
10312 #: config/m68hc11/m68hc11.c:3980
10313 msgid "invalid register in the move instruction"
10314 msgstr ""
10315
10316 #: config/m68hc11/m68hc11.c:3659
10317 msgid "invalid operand in the instruction"
10318 msgstr ""
10319
10320 #: config/m68hc11/m68hc11.c:3954
10321 msgid "invalid register in the instruction"
10322 msgstr ""
10323
10324 #: config/m68hc11/m68hc11.c:3987
10325 msgid "operand 1 must be a hard register"
10326 msgstr ""
10327
10328 #: config/m68hc11/m68hc11.c:4001
10329 msgid "invalid rotate insn"
10330 msgstr ""
10331
10332 #: config/m68hc11/m68hc11.c:4425
10333 msgid "registers IX, IY and Z used in the same INSN"
10334 msgstr ""
10335
10336 #: config/m68hc11/m68hc11.c:4762 config/m68hc11/m68hc11.c:5062
10337 msgid "cannot do z-register replacement"
10338 msgstr ""
10339
10340 #: config/m68hc11/m68hc11.c:5125
10341 msgid "invalid Z register replacement for insn"
10342 msgstr ""
10343
10344 #. Macro to define tables used to set the flags. This is a list in braces of
10345 #. pairs in braces, each pair being { "NAME", VALUE } where VALUE is the bits
10346 #. to set or minus the bits to clear. An empty string NAME is used to
10347 #. identify the default VALUE.
10348 #: config/m68hc11/m68hc11.h:177
10349 msgid "Compile with 16-bit integer mode"
10350 msgstr ""
10351
10352 #: config/m68hc11/m68hc11.h:179
10353 msgid "Compile with 32-bit integer mode"
10354 msgstr ""
10355
10356 #: config/m68hc11/m68hc11.h:181
10357 msgid "Auto pre/post decrement increment allowed"
10358 msgstr ""
10359
10360 #: config/m68hc11/m68hc11.h:183
10361 msgid "Auto pre/post decrement increment not allowed"
10362 msgstr ""
10363
10364 #: config/m68hc11/m68hc11.h:185
10365 msgid "Min/max instructions allowed"
10366 msgstr ""
10367
10368 #: config/m68hc11/m68hc11.h:187
10369 msgid "Min/max instructions not allowed"
10370 msgstr ""
10371
10372 #: config/m68hc11/m68hc11.h:189
10373 msgid "Use call and rtc for function calls and returns"
10374 msgstr ""
10375
10376 #: config/m68hc11/m68hc11.h:191
10377 msgid "Use jsr and rts for function calls and returns"
10378 msgstr ""
10379
10380 #: config/m68hc11/m68hc11.h:193
10381 msgid "Do not use direct addressing mode for soft registers"
10382 msgstr ""
10383
10384 #: config/m68hc11/m68hc11.h:195
10385 msgid "Use direct addressing mode for soft registers"
10386 msgstr ""
10387
10388 #: config/m68hc11/m68hc11.h:197 config/m68hc11/m68hc11.h:203
10389 msgid "Compile for a 68HC11"
10390 msgstr ""
10391
10392 #: config/m68hc11/m68hc11.h:199 config/m68hc11/m68hc11.h:205
10393 msgid "Compile for a 68HC12"
10394 msgstr ""
10395
10396 #: config/m68hc11/m68hc11.h:201 config/m68hc11/m68hc11.h:207
10397 msgid "Compile for a 68HCS12"
10398 msgstr ""
10399
10400 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10401 #. command options that have values.  Its definition is an
10402 #. initializer with a subgrouping for each command option.
10403 #.
10404 #. Each subgrouping contains a string constant, that defines the
10405 #. fixed part of the option name, and the address of a variable.  The
10406 #. variable, type `char *', is set to the variable part of the given
10407 #. option if the fixed part matches.  The actual option name is made
10408 #. by appending `-m' to the specified name.
10409 #: config/m68hc11/m68hc11.h:221
10410 msgid "Specify the register allocation order"
10411 msgstr ""
10412
10413 #: config/m68hc11/m68hc11.h:223
10414 msgid "Indicate the number of soft registers available"
10415 msgstr ""
10416
10417 #: config/m68k/m68k.c:235
10418 #, c-format
10419 msgid "-malign-loops=%d is not between 1 and %d"
10420 msgstr ""
10421
10422 #: config/m68k/m68k.c:246
10423 msgid "-mshared-library-id= specified without -mid-shared-library"
10424 msgstr ""
10425
10426 #: config/m68k/m68k.c:249
10427 #, c-format
10428 msgid "-mshared-library-id=%d is not between 0 and %d"
10429 msgstr ""
10430
10431 #: config/m68k/m68k.c:263
10432 msgid "cannot specify both -msep-data and -mid-shared-library"
10433 msgstr ""
10434
10435 #: config/m68k/m68k.c:278
10436 #, c-format
10437 msgid "-malign-jumps=%d is not between 1 and %d"
10438 msgstr ""
10439
10440 #: config/m68k/m68k.c:289
10441 #, c-format
10442 msgid "-malign-functions=%d is not between 1 and %d"
10443 msgstr ""
10444
10445 #: config/m68k/m68k.c:298
10446 msgid "-fPIC is not currently supported on the 68000 or 68010\n"
10447 msgstr ""
10448
10449 #: config/m68k/m68k.c:596 config/rs6000/rs6000.c:11845
10450 msgid "stack limit expression is not supported"
10451 msgstr ""
10452
10453 #. Macro to define tables used to set the flags.
10454 #. This is a list in braces of pairs in braces,
10455 #. each pair being { "NAME", VALUE }
10456 #. where VALUE is the bits to set or minus the bits to clear.
10457 #. An empty string NAME is used to identify the default VALUE.
10458 #: config/m68k/m68k.h:247 config/m68k/m68k.h:249
10459 msgid "Generate code for a 68020"
10460 msgstr ""
10461
10462 #: config/m68k/m68k.h:254 config/m68k/m68k.h:257
10463 msgid "Generate code for a 68000"
10464 msgstr ""
10465
10466 #: config/m68k/m68k.h:259
10467 msgid "Use the bit-field instructions"
10468 msgstr ""
10469
10470 #: config/m68k/m68k.h:261
10471 msgid "Do not use the bit-field instructions"
10472 msgstr ""
10473
10474 #: config/m68k/m68k.h:263
10475 msgid "Consider type `int' to be 16 bits wide"
10476 msgstr ""
10477
10478 #: config/m68k/m68k.h:265
10479 msgid "Consider type `int' to be 32 bits wide"
10480 msgstr ""
10481
10482 #: config/m68k/m68k.h:268
10483 msgid "Generate code with library calls for floating point"
10484 msgstr ""
10485
10486 #: config/m68k/m68k.h:270
10487 msgid "Generate code for a 68040, without any new instructions"
10488 msgstr ""
10489
10490 #: config/m68k/m68k.h:273
10491 msgid "Generate code for a 68060, without any new instructions"
10492 msgstr ""
10493
10494 #: config/m68k/m68k.h:277
10495 msgid "Generate code for a 68030"
10496 msgstr ""
10497
10498 #: config/m68k/m68k.h:280
10499 msgid "Generate code for a 68040"
10500 msgstr ""
10501
10502 #: config/m68k/m68k.h:284
10503 msgid "Generate code for a 68060"
10504 msgstr ""
10505
10506 #: config/m68k/m68k.h:289
10507 msgid "Generate code for a 520X"
10508 msgstr ""
10509
10510 #: config/m68k/m68k.h:293
10511 msgid "Generate code for a 5206e"
10512 msgstr ""
10513
10514 #: config/m68k/m68k.h:297
10515 msgid "Generate code for a 528x"
10516 msgstr ""
10517
10518 #: config/m68k/m68k.h:301
10519 msgid "Generate code for a 5307"
10520 msgstr ""
10521
10522 #: config/m68k/m68k.h:305
10523 msgid "Generate code for a 5407"
10524 msgstr ""
10525
10526 #: config/m68k/m68k.h:308
10527 msgid "Generate code for a 68851"
10528 msgstr ""
10529
10530 #: config/m68k/m68k.h:310
10531 msgid "Do no generate code for a 68851"
10532 msgstr ""
10533
10534 #: config/m68k/m68k.h:313
10535 msgid "Generate code for a 68302"
10536 msgstr ""
10537
10538 #: config/m68k/m68k.h:316
10539 msgid "Generate code for a 68332"
10540 msgstr ""
10541
10542 #: config/m68k/m68k.h:320
10543 msgid "Generate code for a cpu32"
10544 msgstr ""
10545
10546 #: config/m68k/m68k.h:323
10547 msgid "Align variables on a 32-bit boundary"
10548 msgstr ""
10549
10550 #: config/m68k/m68k.h:325
10551 msgid "Align variables on a 16-bit boundary"
10552 msgstr ""
10553
10554 #: config/m68k/m68k.h:327
10555 msgid "Enable separate data segment"
10556 msgstr ""
10557
10558 #: config/m68k/m68k.h:329
10559 msgid "Disable separate data segment"
10560 msgstr ""
10561
10562 #: config/m68k/m68k.h:331
10563 msgid "Enable ID based shared library"
10564 msgstr ""
10565
10566 #: config/m68k/m68k.h:333
10567 msgid "Disable ID based shared library"
10568 msgstr ""
10569
10570 #: config/m68k/m68k.h:335
10571 msgid "Generate pc-relative code"
10572 msgstr ""
10573
10574 #: config/m68k/m68k.h:337
10575 msgid "Do not use unaligned memory references"
10576 msgstr ""
10577
10578 #: config/m68k/m68k.h:339
10579 msgid "Use unaligned memory references"
10580 msgstr ""
10581
10582 #: config/m68k/m68k.h:341
10583 msgid "Use different calling convention using 'rtd'"
10584 msgstr ""
10585
10586 #: config/m68k/m68k.h:365
10587 msgid "ID of shared library to build"
10588 msgstr ""
10589
10590 #: config/mcore/mcore.c:2992
10591 #, c-format
10592 msgid "invalid option `-mstack-increment=%s'"
10593 msgstr ""
10594
10595 #: config/mcore/mcore.h:121
10596 msgid "Inline constants if it can be done in 2 insns or less"
10597 msgstr ""
10598
10599 #: config/mcore/mcore.h:123
10600 msgid "Inline constants if it only takes 1 instruction"
10601 msgstr ""
10602
10603 #: config/mcore/mcore.h:125
10604 msgid "Set maximum alignment to 4"
10605 msgstr ""
10606
10607 #: config/mcore/mcore.h:127
10608 msgid "Set maximum alignment to 8"
10609 msgstr ""
10610
10611 #: config/mcore/mcore.h:131
10612 msgid "Do not use the divide instruction"
10613 msgstr ""
10614
10615 #: config/mcore/mcore.h:135
10616 msgid "Do not arbitrary sized immediates in bit operations"
10617 msgstr ""
10618
10619 #: config/mcore/mcore.h:137
10620 msgid "Always treat bit-field as int-sized"
10621 msgstr ""
10622
10623 #: config/mcore/mcore.h:141
10624 msgid "Force functions to be aligned to a 4 byte boundary"
10625 msgstr ""
10626
10627 #: config/mcore/mcore.h:143
10628 msgid "Force functions to be aligned to a 2 byte boundary"
10629 msgstr ""
10630
10631 #: config/mcore/mcore.h:145
10632 msgid "Emit call graph information"
10633 msgstr ""
10634
10635 #: config/mcore/mcore.h:149
10636 msgid "Prefer word accesses over byte accesses"
10637 msgstr ""
10638
10639 #: config/mcore/mcore.h:160
10640 msgid "Generate code for the M*Core M340"
10641 msgstr ""
10642
10643 #: config/mcore/mcore.h:173
10644 msgid "Maximum amount for a single stack increment operation"
10645 msgstr ""
10646
10647 #: config/mips/mips.c:3073 config/xtensa/xtensa.c:1010
10648 #: config/xtensa/xtensa.c:1042 config/xtensa/xtensa.c:1051
10649 msgid "bad test"
10650 msgstr ""
10651
10652 #: config/mips/mips.c:4555
10653 #, c-format
10654 msgid "bad value (%s) for -mabi= switch"
10655 msgstr ""
10656
10657 #: config/mips/mips.c:4578
10658 #, c-format
10659 msgid ""
10660 "-mips%s conflicts with the other architecture options, which specify a MIPS%"
10661 "d processor"
10662 msgstr ""
10663
10664 #: config/mips/mips.c:4597
10665 #, c-format
10666 msgid "-march=%s is not compatible with the selected ABI"
10667 msgstr ""
10668
10669 #: config/mips/mips.c:4612
10670 msgid "-mgp64 used with a 32-bit processor"
10671 msgstr ""
10672
10673 #: config/mips/mips.c:4614
10674 msgid "-mgp32 used with a 64-bit ABI"
10675 msgstr ""
10676
10677 #: config/mips/mips.c:4616
10678 msgid "-mgp64 used with a 32-bit ABI"
10679 msgstr ""
10680
10681 #: config/mips/mips.c:4634 config/mips/mips.c:4636 config/mips/mips.c:4638
10682 #: config/mips/mips.c:4770
10683 #, c-format
10684 msgid "unsupported combination: %s"
10685 msgstr ""
10686
10687 #: config/mips/mips.c:4731
10688 msgid "-g is only supported using GNU as,"
10689 msgstr ""
10690
10691 #: config/mips/mips.c:4733
10692 msgid "-g is only supported using GNU as with -mabi=32,"
10693 msgstr ""
10694
10695 #: config/mips/mips.c:4734 config/pa/pa.c:368
10696 msgid "-g option disabled"
10697 msgstr ""
10698
10699 #: config/mips/mips.c:4765
10700 msgid ""
10701 "generation of Branch Likely instructions enabled, but not supported by "
10702 "architecture"
10703 msgstr ""
10704
10705 #: config/mips/mips.c:4782
10706 msgid "-G is incompatible with PIC code which is the default"
10707 msgstr ""
10708
10709 #: config/mips/mips.c:5237
10710 msgid "mips_debugger_offset called with non stack/frame/arg pointer"
10711 msgstr ""
10712
10713 #: config/mips/mips.c:5363
10714 #, c-format
10715 msgid "internal error: %%) found without a %%( in assembler pattern"
10716 msgstr ""
10717
10718 #: config/mips/mips.c:5377
10719 #, c-format
10720 msgid "internal error: %%] found without a %%[ in assembler pattern"
10721 msgstr ""
10722
10723 #: config/mips/mips.c:5390
10724 #, c-format
10725 msgid "internal error: %%> found without a %%< in assembler pattern"
10726 msgstr ""
10727
10728 #: config/mips/mips.c:5403
10729 #, c-format
10730 msgid "internal error: %%} found without a %%{ in assembler pattern"
10731 msgstr ""
10732
10733 #: config/mips/mips.c:5417
10734 #, c-format
10735 msgid "PRINT_OPERAND: unknown punctuation '%c'"
10736 msgstr ""
10737
10738 #: config/mips/mips.c:5446
10739 #, c-format
10740 msgid "PRINT_OPERAND, invalid insn for %%C"
10741 msgstr ""
10742
10743 #: config/mips/mips.c:5463
10744 #, c-format
10745 msgid "PRINT_OPERAND, invalid insn for %%N"
10746 msgstr ""
10747
10748 #: config/mips/mips.c:5472
10749 #, c-format
10750 msgid "PRINT_OPERAND, invalid insn for %%F"
10751 msgstr ""
10752
10753 #: config/mips/mips.c:5481
10754 #, c-format
10755 msgid "PRINT_OPERAND, invalid insn for %%W"
10756 msgstr ""
10757
10758 #: config/mips/mips.c:5579
10759 msgid "PRINT_OPERAND, invalid operand for relocation"
10760 msgstr ""
10761
10762 #: config/mips/mips.c:8172
10763 #, c-format
10764 msgid "can not handle inconsistent calls to `%s'"
10765 msgstr ""
10766
10767 #: config/mips/mips.c:9560
10768 msgid "the cpu name must be lower case"
10769 msgstr ""
10770
10771 #: config/mips/mips.c:9582
10772 #, c-format
10773 msgid "bad value (%s) for %s"
10774 msgstr ""
10775
10776 #: config/mips/mips.c:10108
10777 #, c-format
10778 msgid "can't rewind temp file: %m"
10779 msgstr ""
10780
10781 #: config/mips/mips.c:10112
10782 #, c-format
10783 msgid "can't write to output file: %m"
10784 msgstr ""
10785
10786 #: config/mips/mips.c:10115
10787 #, c-format
10788 msgid "can't read from temp file: %m"
10789 msgstr ""
10790
10791 #: config/mips/mips.c:10118
10792 #, c-format
10793 msgid "can't close temp file: %m"
10794 msgstr ""
10795
10796 #: config/mips/linux64.h:39
10797 msgid "Same as -mabi=32, just trickier"
10798 msgstr ""
10799
10800 #. Target CPU builtins.
10801 #. We do this here because __mips is defined below               and so we can't use builtin_define_std.
10802 #. Treat _R3000 and _R4000 like register-size defines,           which is how they've historically been used.
10803 #. Macros dependent on the C dialect.
10804 #. Bizarre, but needed at least for Irix.
10805 #. Macro to define tables used to set the flags.
10806 #. This is a list in braces of pairs in braces,
10807 #. each pair being { "NAME", VALUE }
10808 #. where VALUE is the bits to set or minus the bits to clear.
10809 #. An empty string NAME is used to identify the default VALUE.
10810 #: config/mips/mips.h:544
10811 msgid "Use 64-bit int type"
10812 msgstr ""
10813
10814 #: config/mips/mips.h:546
10815 msgid "Use 64-bit long type"
10816 msgstr ""
10817
10818 #: config/mips/mips.h:548
10819 msgid "Use 32-bit long type"
10820 msgstr ""
10821
10822 #: config/mips/mips.h:550
10823 msgid "Optimize lui/addiu address loads"
10824 msgstr ""
10825
10826 #: config/mips/mips.h:552
10827 msgid "Don't optimize lui/addiu address loads"
10828 msgstr ""
10829
10830 #: config/mips/mips.h:554
10831 msgid "Use MIPS as"
10832 msgstr ""
10833
10834 #: config/mips/mips.h:556
10835 msgid "Use GNU as"
10836 msgstr ""
10837
10838 #: config/mips/mips.h:558
10839 msgid "Use symbolic register names"
10840 msgstr ""
10841
10842 #: config/mips/mips.h:560
10843 msgid "Don't use symbolic register names"
10844 msgstr ""
10845
10846 #: config/mips/mips.h:562 config/mips/mips.h:564
10847 msgid "Use GP relative sdata/sbss sections (now ignored)"
10848 msgstr ""
10849
10850 #: config/mips/mips.h:566 config/mips/mips.h:568
10851 msgid "Don't use GP relative sdata/sbss sections (now ignored)"
10852 msgstr ""
10853
10854 #: config/mips/mips.h:570
10855 msgid "Output compiler statistics (now ignored)"
10856 msgstr ""
10857
10858 #: config/mips/mips.h:572
10859 msgid "Don't output compiler statistics"
10860 msgstr ""
10861
10862 #: config/mips/mips.h:574
10863 msgid "Don't optimize block moves"
10864 msgstr ""
10865
10866 #: config/mips/mips.h:576
10867 msgid "Optimize block moves"
10868 msgstr ""
10869
10870 #: config/mips/mips.h:578
10871 msgid "Use mips-tfile asm postpass"
10872 msgstr ""
10873
10874 #: config/mips/mips.h:580
10875 msgid "Don't use mips-tfile asm postpass"
10876 msgstr ""
10877
10878 #: config/mips/mips.h:582 config/pa/pa.h:266
10879 msgid "Use software floating point"
10880 msgstr ""
10881
10882 #. Macro to define tables used to set the flags.
10883 #. This is a list in braces of triplets in braces,
10884 #. each triplet being { "NAME", VALUE, DOC }
10885 #. where VALUE is the bits to set or minus the bits to clear and DOC
10886 #. is the documentation for --help (NULL if intentionally undocumented).
10887 #. An empty string NAME is used to identify the default VALUE.
10888 #: config/mips/mips.h:584 config/pdp11/pdp11.h:61 config/rs6000/rs6000.h:321
10889 msgid "Use hardware floating point"
10890 msgstr ""
10891
10892 #: config/mips/mips.h:586
10893 msgid "Use 64-bit FP registers"
10894 msgstr ""
10895
10896 #: config/mips/mips.h:588
10897 msgid "Use 32-bit FP registers"
10898 msgstr ""
10899
10900 #: config/mips/mips.h:590
10901 msgid "Use 64-bit general registers"
10902 msgstr ""
10903
10904 #: config/mips/mips.h:592
10905 msgid "Use 32-bit general registers"
10906 msgstr ""
10907
10908 #: config/mips/mips.h:594
10909 msgid "Use Irix PIC"
10910 msgstr ""
10911
10912 #: config/mips/mips.h:596
10913 msgid "Don't use Irix PIC"
10914 msgstr ""
10915
10916 #: config/mips/mips.h:598
10917 msgid "Use indirect calls"
10918 msgstr ""
10919
10920 #: config/mips/mips.h:600
10921 msgid "Don't use indirect calls"
10922 msgstr ""
10923
10924 #: config/mips/mips.h:610
10925 msgid "Use big-endian byte order"
10926 msgstr ""
10927
10928 #: config/mips/mips.h:612
10929 msgid "Use little-endian byte order"
10930 msgstr ""
10931
10932 #: config/mips/mips.h:614
10933 msgid "Use single (32-bit) FP only"
10934 msgstr ""
10935
10936 #: config/mips/mips.h:616
10937 msgid "Don't use single (32-bit) FP only"
10938 msgstr ""
10939
10940 #: config/mips/mips.h:618
10941 msgid "Use multiply accumulate"
10942 msgstr ""
10943
10944 #: config/mips/mips.h:620
10945 msgid "Don't use multiply accumulate"
10946 msgstr ""
10947
10948 #: config/mips/mips.h:622
10949 msgid "Don't generate fused multiply/add instructions"
10950 msgstr ""
10951
10952 #: config/mips/mips.h:624 config/rs6000/rs6000.h:337
10953 msgid "Generate fused multiply/add instructions"
10954 msgstr ""
10955
10956 #: config/mips/mips.h:626
10957 msgid "Perform VR4130-specific alignment optimizations"
10958 msgstr ""
10959
10960 #: config/mips/mips.h:628
10961 msgid "Don't perform VR4130-specific alignment optimizations"
10962 msgstr ""
10963
10964 #: config/mips/mips.h:630
10965 msgid "Work around early 4300 hardware bug"
10966 msgstr ""
10967
10968 #: config/mips/mips.h:632
10969 msgid "Don't work around early 4300 hardware bug"
10970 msgstr ""
10971
10972 #: config/mips/mips.h:634
10973 msgid "Work around errata for early SB-1 revision 2 cores"
10974 msgstr ""
10975
10976 #: config/mips/mips.h:636
10977 msgid "Don't work around errata for early SB-1 revision 2 cores"
10978 msgstr ""
10979
10980 #: config/mips/mips.h:638
10981 msgid "Work around R4000 errata"
10982 msgstr ""
10983
10984 #: config/mips/mips.h:640
10985 msgid "Don't work around R4000 errata"
10986 msgstr ""
10987
10988 #: config/mips/mips.h:642
10989 msgid "Work around R4400 errata"
10990 msgstr ""
10991
10992 #: config/mips/mips.h:644
10993 msgid "Don't work around R4400 errata"
10994 msgstr ""
10995
10996 #: config/mips/mips.h:646
10997 msgid "Work around certain VR4120 errata"
10998 msgstr ""
10999
11000 #: config/mips/mips.h:648
11001 msgid "Don't work around certain VR4120 errata"
11002 msgstr ""
11003
11004 #: config/mips/mips.h:650
11005 msgid "Trap on integer divide by zero"
11006 msgstr ""
11007
11008 #: config/mips/mips.h:652
11009 msgid "Don't trap on integer divide by zero"
11010 msgstr ""
11011
11012 #: config/mips/mips.h:654
11013 msgid "Use Branch Likely instructions, overriding default for arch"
11014 msgstr ""
11015
11016 #: config/mips/mips.h:656
11017 msgid "Don't use Branch Likely instructions, overriding default for arch"
11018 msgstr ""
11019
11020 #: config/mips/mips.h:658
11021 msgid "Use NewABI-style %reloc() assembly operators"
11022 msgstr ""
11023
11024 #: config/mips/mips.h:660
11025 msgid "Use assembler macros instead of relocation operators"
11026 msgstr ""
11027
11028 #: config/mips/mips.h:662
11029 msgid "Generate mips16 code"
11030 msgstr ""
11031
11032 #: config/mips/mips.h:664
11033 msgid "Generate normal-mode code"
11034 msgstr ""
11035
11036 #: config/mips/mips.h:666
11037 msgid "Lift restrictions on GOT size"
11038 msgstr ""
11039
11040 #: config/mips/mips.h:668
11041 msgid "Do not lift restrictions on GOT size"
11042 msgstr ""
11043
11044 #: config/mips/mips.h:670
11045 msgid "FP exceptions are enabled"
11046 msgstr ""
11047
11048 #: config/mips/mips.h:672
11049 msgid "FP exceptions are not enabled"
11050 msgstr ""
11051
11052 #: config/mips/mips.h:789
11053 msgid "Specify a Standard MIPS ISA"
11054 msgstr ""
11055
11056 #. Output assembler code to FILE to increment profiler label # LABELNO
11057 #. for profiling a function entry.
11058 #: config/mips/mips.h:2426
11059 msgid "mips16 function profiling"
11060 msgstr ""
11061
11062 #: config/mmix/mmix.c:225
11063 #, c-format
11064 msgid "-f%s not supported: ignored"
11065 msgstr ""
11066
11067 #: config/mmix/mmix.c:651
11068 #, c-format
11069 msgid ""
11070 "too large function value type, needs %d registers, have only %d registers "
11071 "for this"
11072 msgstr ""
11073
11074 #: config/mmix/mmix.c:821
11075 msgid "function_profiler support for MMIX"
11076 msgstr ""
11077
11078 #: config/mmix/mmix.c:843
11079 msgid "MMIX Internal: Last named vararg would not fit in a register"
11080 msgstr ""
11081
11082 #: config/mmix/mmix.c:1557 config/mmix/mmix.c:1687
11083 msgid "MMIX Internal: Expected a CONST_INT, not this"
11084 msgstr ""
11085
11086 #: config/mmix/mmix.c:1565 config/mmix/mmix.c:1589 config/mmix/mmix.c:1705
11087 #, c-format
11088 msgid "MMIX Internal: Bad register: %d"
11089 msgstr ""
11090
11091 #: config/mmix/mmix.c:1636
11092 msgid "MMIX Internal: Bad value for 'm', not a CONST_INT"
11093 msgstr ""
11094
11095 #: config/mmix/mmix.c:1655
11096 msgid "MMIX Internal: Expected a register, not this"
11097 msgstr ""
11098
11099 #: config/mmix/mmix.c:1665
11100 msgid "MMIX Internal: Expected a constant, not this"
11101 msgstr ""
11102
11103 #. Presumably there's a missing case above if we get here.
11104 #: config/mmix/mmix.c:1697
11105 #, c-format
11106 msgid "MMIX Internal: Missing `%c' case in mmix_print_operand"
11107 msgstr ""
11108
11109 #. We need the original here.
11110 #: config/mmix/mmix.c:1749
11111 msgid "MMIX Internal: Cannot decode this operand"
11112 msgstr ""
11113
11114 #: config/mmix/mmix.c:1806
11115 msgid "MMIX Internal: This is not a recognized address"
11116 msgstr ""
11117
11118 #: config/mmix/mmix.c:1983
11119 #, c-format
11120 msgid "stack frame not a multiple of 8 bytes: %d"
11121 msgstr ""
11122
11123 #: config/mmix/mmix.c:2222
11124 #, c-format
11125 msgid "stack frame not a multiple of octabyte: %d"
11126 msgstr ""
11127
11128 #: config/mmix/mmix.c:2696 config/mmix/mmix.c:2760
11129 #, c-format
11130 msgid "MMIX Internal: %s is not a shiftable int"
11131 msgstr ""
11132
11133 #: config/mmix/mmix.c:2876
11134 msgid "MMIX Internal: Trying to output invalidly reversed condition:"
11135 msgstr ""
11136
11137 #: config/mmix/mmix.c:2883
11138 msgid "MMIX Internal: What's the CC of this?"
11139 msgstr ""
11140
11141 #: config/mmix/mmix.c:2887
11142 msgid "MMIX Internal: What is the CC of this?"
11143 msgstr ""
11144
11145 #: config/mmix/mmix.c:2957
11146 msgid "MMIX Internal: This is not a constant:"
11147 msgstr ""
11148
11149 #: config/mmix/mmix.h:132
11150 msgid "Set start-address of the program"
11151 msgstr ""
11152
11153 #: config/mmix/mmix.h:134
11154 msgid "Set start-address of data"
11155 msgstr ""
11156
11157 #. FIXME: Provide a way to *load* the epsilon register.
11158 #: config/mmix/mmix.h:198
11159 msgid "For intrinsics library: pass all parameters in registers"
11160 msgstr ""
11161
11162 #: config/mmix/mmix.h:201
11163 msgid "Use register stack for parameters and return value"
11164 msgstr ""
11165
11166 #: config/mmix/mmix.h:203
11167 msgid "Use call-clobbered registers for parameters and return value"
11168 msgstr ""
11169
11170 #: config/mmix/mmix.h:205
11171 msgid "Use epsilon-respecting floating point compare instructions"
11172 msgstr ""
11173
11174 #: config/mmix/mmix.h:208
11175 msgid "Use zero-extending memory loads, not sign-extending ones"
11176 msgstr ""
11177
11178 #: config/mmix/mmix.h:211
11179 msgid ""
11180 "Generate divide results with reminder having the same sign as the divisor "
11181 "(not the dividend)"
11182 msgstr ""
11183
11184 #: config/mmix/mmix.h:215
11185 msgid "Prepend global symbols with \":\" (for use with PREFIX)"
11186 msgstr ""
11187
11188 #: config/mmix/mmix.h:217
11189 msgid "Do not provide a default start-address 0x100 of the program"
11190 msgstr ""
11191
11192 #: config/mmix/mmix.h:219
11193 msgid "Link to emit program in ELF format (rather than mmo)"
11194 msgstr ""
11195
11196 #: config/mmix/mmix.h:221
11197 msgid "Use P-mnemonics for branches statically predicted as taken"
11198 msgstr ""
11199
11200 #: config/mmix/mmix.h:223
11201 msgid "Don't use P-mnemonics for branches"
11202 msgstr ""
11203
11204 #: config/mmix/mmix.h:225
11205 msgid "Use addresses that allocate global registers"
11206 msgstr ""
11207
11208 #: config/mmix/mmix.h:227
11209 msgid "Do not use addresses that allocate global registers"
11210 msgstr ""
11211
11212 #: config/mmix/mmix.h:229
11213 msgid "Generate a single exit point for each function"
11214 msgstr ""
11215
11216 #: config/mmix/mmix.h:231
11217 msgid "Do not generate a single exit point for each function"
11218 msgstr ""
11219
11220 #: config/mn10300/linux.h:60 config/mn10300/mn10300.h:71
11221 msgid "Target the AM33 processor"
11222 msgstr ""
11223
11224 #: config/mn10300/linux.h:61 config/mn10300/mn10300.h:75
11225 msgid "Target the AM33/2.0 processor"
11226 msgstr ""
11227
11228 #: config/mn10300/linux.h:62 config/mn10300/mn10300.h:78
11229 msgid "Enable linker relaxations"
11230 msgstr ""
11231
11232 #: config/mn10300/mn10300.h:69
11233 msgid "Work around hardware multiply bug"
11234 msgstr ""
11235
11236 #: config/mn10300/mn10300.h:70
11237 msgid "Do not work around hardware multiply bug"
11238 msgstr ""
11239
11240 #: config/ns32k/ns32k.h:142 config/s390/s390.h:125
11241 msgid "Don't use hardware fp"
11242 msgstr ""
11243
11244 #: config/ns32k/ns32k.h:143
11245 msgid "Alternative calling convention"
11246 msgstr ""
11247
11248 #: config/ns32k/ns32k.h:145
11249 msgid "Pass some arguments in registers"
11250 msgstr ""
11251
11252 #: config/ns32k/ns32k.h:146
11253 msgid "Pass all arguments on stack"
11254 msgstr ""
11255
11256 #: config/ns32k/ns32k.h:147
11257 msgid "Optimize for 32532 cpu"
11258 msgstr ""
11259
11260 #: config/ns32k/ns32k.h:148
11261 msgid "Optimize for 32332 cpu"
11262 msgstr ""
11263
11264 #: config/ns32k/ns32k.h:150
11265 msgid "Optimize for 32032"
11266 msgstr ""
11267
11268 #: config/ns32k/ns32k.h:152
11269 msgid "Register sb is zero. Use for absolute addressing"
11270 msgstr ""
11271
11272 #: config/ns32k/ns32k.h:153
11273 msgid "Do not use register sb"
11274 msgstr ""
11275
11276 #: config/ns32k/ns32k.h:155
11277 msgid "Use bit-field instructions"
11278 msgstr ""
11279
11280 #: config/ns32k/ns32k.h:157
11281 msgid "Do not use bit-field instructions"
11282 msgstr ""
11283
11284 #: config/ns32k/ns32k.h:158
11285 msgid "Generate code for high memory"
11286 msgstr ""
11287
11288 #: config/ns32k/ns32k.h:159
11289 msgid "Generate code for low memory"
11290 msgstr ""
11291
11292 #: config/ns32k/ns32k.h:160
11293 msgid "32381 fpu"
11294 msgstr ""
11295
11296 #: config/ns32k/ns32k.h:162
11297 msgid "Use multiply-accumulate fp instructions"
11298 msgstr ""
11299
11300 #: config/ns32k/ns32k.h:164
11301 msgid "Do not use multiply-accumulate fp instructions"
11302 msgstr ""
11303
11304 #: config/ns32k/ns32k.h:165
11305 msgid "\"Small register classes\" kludge"
11306 msgstr ""
11307
11308 #: config/ns32k/ns32k.h:166
11309 msgid "No \"Small register classes\" kludge"
11310 msgstr ""
11311
11312 #: config/pa/pa.c:319
11313 #, c-format
11314 msgid ""
11315 "unknown -mschedule= option (%s).\n"
11316 "Valid options are 700, 7100, 7100LC, 7200, 7300, and 8000\n"
11317 msgstr ""
11318
11319 #: config/pa/pa.c:344
11320 #, c-format
11321 msgid ""
11322 "unknown -march= option (%s).\n"
11323 "Valid options are 1.0, 1.1, and 2.0\n"
11324 msgstr ""
11325
11326 #: config/pa/pa.c:357
11327 msgid "PIC code generation is not supported in the portable runtime model\n"
11328 msgstr ""
11329
11330 #: config/pa/pa.c:362
11331 msgid "PIC code generation is not compatible with fast indirect calls\n"
11332 msgstr ""
11333
11334 #: config/pa/pa.c:367
11335 msgid "-g is only supported when using GAS on this processor,"
11336 msgstr ""
11337
11338 #: config/pa/pa-hpux.h:92 config/pa/pa64-hpux.h:25
11339 msgid "Generate cpp defines for server IO"
11340 msgstr ""
11341
11342 #: config/pa/pa-hpux.h:93 config/pa/pa64-hpux.h:27
11343 msgid "Generate cpp defines for workstation IO"
11344 msgstr ""
11345
11346 #. Macro to define tables used to set the flags.  This is a
11347 #. list in braces of target switches with each switch being
11348 #. { "NAME", VALUE, "HELP_STRING" }.  VALUE is the bits to set,
11349 #. or minus the bits to clear.  An empty string NAME is used to
11350 #. identify the default VALUE.  Do not mark empty strings for
11351 #. translation.
11352 #: config/pa/pa.h:232 config/pa/pa.h:238
11353 msgid "Generate PA1.1 code"
11354 msgstr ""
11355
11356 #: config/pa/pa.h:234 config/pa/pa.h:236
11357 msgid "Generate PA1.0 code"
11358 msgstr ""
11359
11360 #: config/pa/pa.h:240
11361 msgid "Generate PA2.0 code (requires binutils 2.10 or later)"
11362 msgstr ""
11363
11364 #: config/pa/pa.h:242
11365 msgid "Disable FP regs"
11366 msgstr ""
11367
11368 #: config/pa/pa.h:244
11369 msgid "Do not disable FP regs"
11370 msgstr ""
11371
11372 #: config/pa/pa.h:246
11373 msgid "Disable space regs"
11374 msgstr ""
11375
11376 #: config/pa/pa.h:248
11377 msgid "Do not disable space regs"
11378 msgstr ""
11379
11380 #: config/pa/pa.h:250
11381 msgid "Put jumps in call delay slots"
11382 msgstr ""
11383
11384 #: config/pa/pa.h:252
11385 msgid "Do not put jumps in call delay slots"
11386 msgstr ""
11387
11388 #: config/pa/pa.h:254
11389 msgid "Disable indexed addressing"
11390 msgstr ""
11391
11392 #: config/pa/pa.h:256
11393 msgid "Do not disable indexed addressing"
11394 msgstr ""
11395
11396 #: config/pa/pa.h:258
11397 msgid "Use portable calling conventions"
11398 msgstr ""
11399
11400 #: config/pa/pa.h:260
11401 msgid "Do not use portable calling conventions"
11402 msgstr ""
11403
11404 #: config/pa/pa.h:262
11405 msgid "Assume code will be assembled by GAS"
11406 msgstr ""
11407
11408 #: config/pa/pa.h:264
11409 msgid "Do not assume code will be assembled by GAS"
11410 msgstr ""
11411
11412 #: config/pa/pa.h:268
11413 msgid "Do not use software floating point"
11414 msgstr ""
11415
11416 #: config/pa/pa.h:270
11417 msgid "Emit long load/store sequences"
11418 msgstr ""
11419
11420 #: config/pa/pa.h:272
11421 msgid "Do not emit long load/store sequences"
11422 msgstr ""
11423
11424 #: config/pa/pa.h:274
11425 msgid "Generate fast indirect calls"
11426 msgstr ""
11427
11428 #: config/pa/pa.h:276
11429 msgid "Do not generate fast indirect calls"
11430 msgstr ""
11431
11432 #: config/pa/pa.h:278
11433 msgid "Generate code for huge switch statements"
11434 msgstr ""
11435
11436 #: config/pa/pa.h:280
11437 msgid "Do not generate code for huge switch statements"
11438 msgstr ""
11439
11440 #: config/pa/pa.h:282
11441 msgid "Always generate long calls"
11442 msgstr ""
11443
11444 #: config/pa/pa.h:284
11445 msgid "Generate long calls only when needed"
11446 msgstr ""
11447
11448 #: config/pa/pa.h:286
11449 msgid "Enable linker optimizations"
11450 msgstr ""
11451
11452 #: config/pa/pa.h:312
11453 msgid ""
11454 "Specify architecture for code generation.  Values are 1.0, 1.1, and 2.0.  "
11455 "2.0 requires gas snapshot 19990413 or later."
11456 msgstr ""
11457
11458 #: config/pa/pa64-hpux.h:29
11459 msgid "Assume code will be linked by GNU ld"
11460 msgstr ""
11461
11462 #: config/pa/pa64-hpux.h:31
11463 msgid "Assume code will be linked by HP ld"
11464 msgstr ""
11465
11466 #: config/pdp11/pdp11.h:62 config/rs6000/rs6000.h:323
11467 msgid "Do not use hardware floating point"
11468 msgstr ""
11469
11470 #. return float result in ac0
11471 #: config/pdp11/pdp11.h:64
11472 msgid "Return floating point results in ac0"
11473 msgstr ""
11474
11475 #: config/pdp11/pdp11.h:65
11476 msgid "Return floating point results in memory"
11477 msgstr ""
11478
11479 #. is 11/40
11480 #: config/pdp11/pdp11.h:67
11481 msgid "Generate code for an 11/40"
11482 msgstr ""
11483
11484 #. is 11/45
11485 #: config/pdp11/pdp11.h:70
11486 msgid "Generate code for an 11/45"
11487 msgstr ""
11488
11489 #. is 11/10
11490 #: config/pdp11/pdp11.h:73
11491 msgid "Generate code for an 11/10"
11492 msgstr ""
11493
11494 #. use movstrhi for bcopy
11495 #. use 32 bit for int
11496 #: config/pdp11/pdp11.h:78 config/pdp11/pdp11.h:79
11497 msgid "Use 32 bit int"
11498 msgstr ""
11499
11500 #: config/pdp11/pdp11.h:80 config/pdp11/pdp11.h:81
11501 msgid "Use 16 bit int"
11502 msgstr ""
11503
11504 #. use 32 bit for float
11505 #: config/pdp11/pdp11.h:83 config/pdp11/pdp11.h:84
11506 msgid "Use 32 bit float"
11507 msgstr ""
11508
11509 #: config/pdp11/pdp11.h:85 config/pdp11/pdp11.h:86
11510 msgid "Use 64 bit float"
11511 msgstr ""
11512
11513 #. allow abshi pattern? - can trigger "optimizations" which make code SLOW!
11514 #. is branching expensive - on a PDP, it's actually really cheap
11515 #. this is just to play around and check what code gcc generates
11516 #. split instruction and data memory?
11517 #: config/pdp11/pdp11.h:95
11518 msgid "Target has split I&D"
11519 msgstr ""
11520
11521 #: config/pdp11/pdp11.h:96
11522 msgid "Target does not have split I&D"
11523 msgstr ""
11524
11525 #. UNIX assembler syntax?
11526 #: config/pdp11/pdp11.h:98
11527 msgid "Use UNIX assembler syntax"
11528 msgstr ""
11529
11530 #: config/pdp11/pdp11.h:99
11531 msgid "Use DEC assembler syntax"
11532 msgstr ""
11533
11534 #: config/rs6000/host-darwin.c:52
11535 msgid "Segmentation Fault (code)"
11536 msgstr ""
11537
11538 #: config/rs6000/host-darwin.c:83
11539 msgid "Out of stack space.\n"
11540 msgstr ""
11541
11542 #: config/rs6000/host-darwin.c:104
11543 #, c-format
11544 msgid "Try running `%s' in the shell to raise its limit.\n"
11545 msgstr ""
11546
11547 #: config/rs6000/host-darwin.c:117
11548 msgid "Segmentation Fault"
11549 msgstr ""
11550
11551 #: config/rs6000/host-darwin.c:131
11552 #, c-format
11553 msgid "While setting up signal stack: %m"
11554 msgstr ""
11555
11556 #: config/rs6000/host-darwin.c:137
11557 #, c-format
11558 msgid "While setting up signal handler: %m"
11559 msgstr ""
11560
11561 #: config/rs6000/host-darwin.c:181
11562 #, c-format
11563 msgid "couldn't unmap pch_address_space: %m\n"
11564 msgstr ""
11565
11566 #. Handle the machine specific pragma longcall.  Its syntax is
11567 #.
11568 #. # pragma longcall ( TOGGLE )
11569 #.
11570 #. where TOGGLE is either 0 or 1.
11571 #.
11572 #. rs6000_default_long_calls is set to the value of TOGGLE, changing
11573 #. whether or not new function declarations receive a longcall
11574 #. attribute by default.
11575 #: config/rs6000/rs6000-c.c:46
11576 msgid "ignoring malformed #pragma longcall"
11577 msgstr ""
11578
11579 #: config/rs6000/rs6000-c.c:59
11580 msgid "missing open paren"
11581 msgstr ""
11582
11583 #: config/rs6000/rs6000-c.c:61
11584 msgid "missing number"
11585 msgstr ""
11586
11587 #: config/rs6000/rs6000-c.c:63
11588 msgid "missing close paren"
11589 msgstr ""
11590
11591 #: config/rs6000/rs6000-c.c:66
11592 msgid "number must be 0 or 1"
11593 msgstr ""
11594
11595 #: config/rs6000/rs6000-c.c:69
11596 msgid "junk at end of #pragma longcall"
11597 msgstr ""
11598
11599 #: config/rs6000/rs6000.c:871
11600 msgid "-mmultiple is not supported on little endian systems"
11601 msgstr ""
11602
11603 #: config/rs6000/rs6000.c:878
11604 msgid "-mstring is not supported on little endian systems"
11605 msgstr ""
11606
11607 #: config/rs6000/rs6000.c:892
11608 #, c-format
11609 msgid "unknown -mdebug-%s switch"
11610 msgstr ""
11611
11612 #: config/rs6000/rs6000.c:904
11613 #, c-format
11614 msgid "unknown -mtraceback arg `%s'; expecting `full', `partial' or `none'"
11615 msgstr ""
11616
11617 #: config/rs6000/rs6000.c:915
11618 #, c-format
11619 msgid "Unknown switch -mlong-double-%s"
11620 msgstr ""
11621
11622 #: config/rs6000/rs6000.c:956
11623 msgid "AltiVec and E500 instructions cannot coexist"
11624 msgstr ""
11625
11626 #: config/rs6000/rs6000.c:1120
11627 #, c-format
11628 msgid "unknown -m%s= option specified: '%s'"
11629 msgstr ""
11630
11631 #: config/rs6000/rs6000.c:1141
11632 #, c-format
11633 msgid "not configured for ABI: '%s'"
11634 msgstr ""
11635
11636 #: config/rs6000/rs6000.c:1147
11637 #, c-format
11638 msgid "unknown ABI specified: '%s'"
11639 msgstr ""
11640
11641 #: config/rs6000/rs6000.c:1161
11642 #, c-format
11643 msgid "unknown -malign-XXXXX option specified: '%s'"
11644 msgstr ""
11645
11646 #: config/rs6000/rs6000.c:4110
11647 msgid ""
11648 "Cannot return value in vector register because altivec instructions are "
11649 "disabled, use -maltivec to enable them."
11650 msgstr ""
11651
11652 #: config/rs6000/rs6000.c:4233
11653 msgid ""
11654 "Cannot pass argument in vector register because altivec instructions are "
11655 "disabled, use -maltivec to enable them."
11656 msgstr ""
11657
11658 #: config/rs6000/rs6000.c:5760
11659 msgid "argument 1 must be a 5-bit signed literal"
11660 msgstr ""
11661
11662 #: config/rs6000/rs6000.c:5863 config/rs6000/rs6000.c:6498
11663 msgid "argument 2 must be a 5-bit unsigned literal"
11664 msgstr ""
11665
11666 #: config/rs6000/rs6000.c:5903
11667 msgid "argument 1 of __builtin_altivec_predicate must be a constant"
11668 msgstr ""
11669
11670 #: config/rs6000/rs6000.c:5957
11671 msgid "argument 1 of __builtin_altivec_predicate is out of range"
11672 msgstr ""
11673
11674 #: config/rs6000/rs6000.c:6086
11675 msgid "argument 3 must be a 4-bit unsigned literal"
11676 msgstr ""
11677
11678 #: config/rs6000/rs6000.c:6258
11679 #, c-format
11680 msgid "argument to `%s' must be a 2-bit unsigned literal"
11681 msgstr ""
11682
11683 #: config/rs6000/rs6000.c:6371
11684 msgid "argument to dss must be a 2-bit unsigned literal"
11685 msgstr ""
11686
11687 #: config/rs6000/rs6000.c:6385
11688 #, c-format
11689 msgid "invalid parameter combination for `%s' AltiVec intrinsic"
11690 msgstr ""
11691
11692 #: config/rs6000/rs6000.c:6618
11693 msgid "argument 1 of __builtin_spe_predicate must be a constant"
11694 msgstr ""
11695
11696 #: config/rs6000/rs6000.c:6691
11697 msgid "argument 1 of __builtin_spe_predicate is out of range"
11698 msgstr ""
11699
11700 #: config/rs6000/rs6000.c:9245
11701 #, c-format
11702 msgid "invalid %%f value"
11703 msgstr ""
11704
11705 #: config/rs6000/rs6000.c:9254
11706 #, c-format
11707 msgid "invalid %%F value"
11708 msgstr ""
11709
11710 #: config/rs6000/rs6000.c:9263
11711 #, c-format
11712 msgid "invalid %%G value"
11713 msgstr ""
11714
11715 #: config/rs6000/rs6000.c:9298
11716 #, c-format
11717 msgid "invalid %%j code"
11718 msgstr ""
11719
11720 #: config/rs6000/rs6000.c:9308
11721 #, c-format
11722 msgid "invalid %%J code"
11723 msgstr ""
11724
11725 #: config/rs6000/rs6000.c:9318
11726 #, c-format
11727 msgid "invalid %%k value"
11728 msgstr ""
11729
11730 #: config/rs6000/rs6000.c:9338 config/xtensa/xtensa.c:2008
11731 #, c-format
11732 msgid "invalid %%K value"
11733 msgstr ""
11734
11735 #: config/rs6000/rs6000.c:9405
11736 #, c-format
11737 msgid "invalid %%O value"
11738 msgstr ""
11739
11740 #: config/rs6000/rs6000.c:9452
11741 #, c-format
11742 msgid "invalid %%q value"
11743 msgstr ""
11744
11745 #: config/rs6000/rs6000.c:9496
11746 #, c-format
11747 msgid "invalid %%S value"
11748 msgstr ""
11749
11750 #: config/rs6000/rs6000.c:9538
11751 #, c-format
11752 msgid "invalid %%T value"
11753 msgstr ""
11754
11755 #: config/rs6000/rs6000.c:9548
11756 #, c-format
11757 msgid "invalid %%u value"
11758 msgstr ""
11759
11760 #: config/rs6000/rs6000.c:9557 config/xtensa/xtensa.c:1978
11761 #, c-format
11762 msgid "invalid %%v value"
11763 msgstr ""
11764
11765 #: config/rs6000/rs6000.c:14064
11766 msgid "no profiling of 64-bit code for this ABI"
11767 msgstr ""
11768
11769 #: config/rs6000/rs6000.c:15136
11770 msgid "use of 'long' in AltiVec types is deprecated; use 'int'"
11771 msgstr ""
11772
11773 #: config/rs6000/aix.h:210 config/rs6000/beos.h:32
11774 msgid "Always pass floating-point arguments in memory"
11775 msgstr ""
11776
11777 #: config/rs6000/aix.h:212 config/rs6000/beos.h:34
11778 msgid "Don't always pass floating-point arguments in memory"
11779 msgstr ""
11780
11781 #: config/rs6000/aix41.h:27 config/rs6000/aix43.h:32 config/rs6000/aix51.h:31
11782 #: config/rs6000/aix52.h:31
11783 msgid "Support message passing with the Parallel Environment"
11784 msgstr ""
11785
11786 #: config/rs6000/aix43.h:28 config/rs6000/aix51.h:27 config/rs6000/aix52.h:27
11787 msgid "Compile for 64-bit pointers"
11788 msgstr ""
11789
11790 #: config/rs6000/aix43.h:30 config/rs6000/aix51.h:29 config/rs6000/aix52.h:29
11791 msgid "Compile for 32-bit pointers"
11792 msgstr ""
11793
11794 #: config/rs6000/aix43.h:49 config/rs6000/aix51.h:48 config/rs6000/aix52.h:48
11795 msgid "-maix64 and POWER architecture are incompatible"
11796 msgstr ""
11797
11798 #: config/rs6000/aix43.h:54 config/rs6000/aix51.h:53 config/rs6000/aix52.h:53
11799 msgid "-maix64 requires PowerPC64 architecture remain enabled"
11800 msgstr ""
11801
11802 #: config/rs6000/aix43.h:58 config/rs6000/aix51.h:57 config/rs6000/aix52.h:57
11803 msgid ""
11804 "-maix64 required: 64-bit computation with 32-bit addressing not yet supported"
11805 msgstr ""
11806
11807 #: config/rs6000/darwin.h:64
11808 msgid "Generate code suitable for executables (NOT shared libs)"
11809 msgstr ""
11810
11811 #. The Darwin ABI always includes AltiVec, can't be (validly) turned
11812 #. off.
11813 #: config/rs6000/darwin.h:80
11814 msgid "-mdynamic-no-pic overrides -fpic or -fPIC"
11815 msgstr ""
11816
11817 #. Darwin doesn't support -fpic.
11818 #: config/rs6000/darwin.h:86
11819 msgid "-fpic is not supported; -fPIC assumed"
11820 msgstr ""
11821
11822 #: config/rs6000/linux64.h:96
11823 msgid "-m64 requires a PowerPC64 cpu"
11824 msgstr ""
11825
11826 #: config/rs6000/linux64.h:206
11827 msgid "Call mcount for profiling before a function prologue"
11828 msgstr ""
11829
11830 #: config/rs6000/linux64.h:208
11831 msgid "Call mcount for profiling after a function prologue"
11832 msgstr ""
11833
11834 #. Run-time compilation parameters selecting different hardware subsets.
11835 #.
11836 #. Macro to define tables used to set the flags.
11837 #. This is a list in braces of pairs in braces,
11838 #. each pair being { "NAME", VALUE }
11839 #. where VALUE is the bits to set or minus the bits to clear.
11840 #. An empty string NAME is used to identify the default VALUE.
11841 #: config/rs6000/rs6000.h:269
11842 msgid "Use POWER instruction set"
11843 msgstr ""
11844
11845 #: config/rs6000/rs6000.h:272
11846 msgid "Use POWER2 instruction set"
11847 msgstr ""
11848
11849 #: config/rs6000/rs6000.h:274
11850 msgid "Do not use POWER2 instruction set"
11851 msgstr ""
11852
11853 #: config/rs6000/rs6000.h:277
11854 msgid "Do not use POWER instruction set"
11855 msgstr ""
11856
11857 #: config/rs6000/rs6000.h:279
11858 msgid "Use PowerPC instruction set"
11859 msgstr ""
11860
11861 #: config/rs6000/rs6000.h:282
11862 msgid "Do not use PowerPC instruction set"
11863 msgstr ""
11864
11865 #: config/rs6000/rs6000.h:284
11866 msgid "Use PowerPC General Purpose group optional instructions"
11867 msgstr ""
11868
11869 #: config/rs6000/rs6000.h:286
11870 msgid "Do not use PowerPC General Purpose group optional instructions"
11871 msgstr ""
11872
11873 #: config/rs6000/rs6000.h:288
11874 msgid "Use PowerPC Graphics group optional instructions"
11875 msgstr ""
11876
11877 #: config/rs6000/rs6000.h:290
11878 msgid "Do not use PowerPC Graphics group optional instructions"
11879 msgstr ""
11880
11881 #: config/rs6000/rs6000.h:292
11882 msgid "Use PowerPC-64 instruction set"
11883 msgstr ""
11884
11885 #: config/rs6000/rs6000.h:294
11886 msgid "Do not use PowerPC-64 instruction set"
11887 msgstr ""
11888
11889 #: config/rs6000/rs6000.h:296
11890 msgid "Use AltiVec instructions"
11891 msgstr ""
11892
11893 #: config/rs6000/rs6000.h:298
11894 msgid "Do not use AltiVec instructions"
11895 msgstr ""
11896
11897 #: config/rs6000/rs6000.h:300
11898 msgid "Use new mnemonics for PowerPC architecture"
11899 msgstr ""
11900
11901 #: config/rs6000/rs6000.h:302
11902 msgid "Use old mnemonics for PowerPC architecture"
11903 msgstr ""
11904
11905 #: config/rs6000/rs6000.h:305
11906 msgid "Put everything in the regular TOC"
11907 msgstr ""
11908
11909 #: config/rs6000/rs6000.h:307
11910 msgid "Place floating point constants in TOC"
11911 msgstr ""
11912
11913 #: config/rs6000/rs6000.h:309
11914 msgid "Do not place floating point constants in TOC"
11915 msgstr ""
11916
11917 #: config/rs6000/rs6000.h:311
11918 msgid "Place symbol+offset constants in TOC"
11919 msgstr ""
11920
11921 #: config/rs6000/rs6000.h:313
11922 msgid "Do not place symbol+offset constants in TOC"
11923 msgstr ""
11924
11925 #: config/rs6000/rs6000.h:319
11926 msgid "Place variable addresses in the regular TOC"
11927 msgstr ""
11928
11929 #: config/rs6000/rs6000.h:325
11930 msgid "Generate load/store multiple instructions"
11931 msgstr ""
11932
11933 #: config/rs6000/rs6000.h:327
11934 msgid "Do not generate load/store multiple instructions"
11935 msgstr ""
11936
11937 #: config/rs6000/rs6000.h:329
11938 msgid "Generate string instructions for block moves"
11939 msgstr ""
11940
11941 #: config/rs6000/rs6000.h:331
11942 msgid "Do not generate string instructions for block moves"
11943 msgstr ""
11944
11945 #: config/rs6000/rs6000.h:333
11946 msgid "Generate load/store with update instructions"
11947 msgstr ""
11948
11949 #: config/rs6000/rs6000.h:335
11950 msgid "Do not generate load/store with update instructions"
11951 msgstr ""
11952
11953 #: config/rs6000/rs6000.h:339
11954 msgid "Do not generate fused multiply/add instructions"
11955 msgstr ""
11956
11957 #: config/rs6000/rs6000.h:343
11958 msgid "Do not schedule the start and end of the procedure"
11959 msgstr ""
11960
11961 #: config/rs6000/rs6000.h:349
11962 msgid "Return all structures in memory (AIX default)"
11963 msgstr ""
11964
11965 #: config/rs6000/rs6000.h:351
11966 msgid "Return small structures in registers (SVR4 default)"
11967 msgstr ""
11968
11969 #: config/rs6000/rs6000.h:357
11970 msgid "Generate single field mfcr instruction"
11971 msgstr ""
11972
11973 #: config/rs6000/rs6000.h:359
11974 msgid "Do not generate single field mfcr instruction"
11975 msgstr ""
11976
11977 #: config/rs6000/rs6000.h:443 config/sparc/sparc.h:631
11978 msgid "Use features of and schedule code for given CPU"
11979 msgstr ""
11980
11981 #: config/rs6000/rs6000.h:446
11982 msgid "Enable debug output"
11983 msgstr ""
11984
11985 #: config/rs6000/rs6000.h:448
11986 msgid "Select full, part, or no traceback table"
11987 msgstr ""
11988
11989 #: config/rs6000/rs6000.h:449
11990 msgid "Specify ABI to use"
11991 msgstr ""
11992
11993 #: config/rs6000/rs6000.h:451
11994 msgid "Specify size of long double (64 or 128 bits)"
11995 msgstr ""
11996
11997 #: config/rs6000/rs6000.h:453
11998 msgid "Specify yes/no if isel instructions should be generated"
11999 msgstr ""
12000
12001 #: config/rs6000/rs6000.h:455
12002 msgid "Specify yes/no if SPE SIMD instructions should be generated"
12003 msgstr ""
12004
12005 #: config/rs6000/rs6000.h:457
12006 msgid "Specify yes/no if using floating point in the GPRs"
12007 msgstr ""
12008
12009 #: config/rs6000/rs6000.h:459
12010 msgid "Specify yes/no if VRSAVE instructions should be generated for AltiVec"
12011 msgstr ""
12012
12013 #: config/rs6000/rs6000.h:461
12014 msgid "Avoid all range limits on call instructions"
12015 msgstr ""
12016
12017 #: config/rs6000/rs6000.h:464
12018 msgid "Warn about deprecated 'vector long ...' AltiVec type usage"
12019 msgstr ""
12020
12021 #: config/rs6000/rs6000.h:467
12022 msgid "Determine which dependences between insns are considered costly"
12023 msgstr ""
12024
12025 #: config/rs6000/rs6000.h:469
12026 msgid "Specify which post scheduling nop insertion scheme to apply"
12027 msgstr ""
12028
12029 #: config/rs6000/rs6000.h:471
12030 msgid "Specify alignment of structure fields default/natural"
12031 msgstr ""
12032
12033 #: config/rs6000/rs6000.h:473
12034 msgid "Specify scheduling priority for dispatch slot restricted insns"
12035 msgstr ""
12036
12037 #. Definitions for __builtin_return_address and __builtin_frame_address.
12038 #. __builtin_return_address (0) should give link register (65), enable
12039 #. this.
12040 #. This should be uncommented, so that the link register is used, but
12041 #. currently this would result in unmatched insns and spilling fixed
12042 #. registers so we'll leave it for another day.  When these problems are
12043 #. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX.
12044 #. (mrs)
12045 #. #define RETURN_ADDR_IN_PREVIOUS_FRAME
12046 #. Number of bytes into the frame return addresses can be found.  See
12047 #. rs6000_stack_info in rs6000.c for more information on how the different
12048 #. abi's store the return address.
12049 #: config/rs6000/rs6000.h:1826
12050 msgid "RETURN_ADDRESS_OFFSET not supported"
12051 msgstr ""
12052
12053 #: config/rs6000/sysv4.h:87
12054 msgid "Select ABI calling convention"
12055 msgstr ""
12056
12057 #: config/rs6000/sysv4.h:88
12058 msgid "Select method for sdata handling"
12059 msgstr ""
12060
12061 #: config/rs6000/sysv4.h:100
12062 msgid "Align to the base type of the bit-field"
12063 msgstr ""
12064
12065 #: config/rs6000/sysv4.h:102
12066 msgid "Don't align to the base type of the bit-field"
12067 msgstr ""
12068
12069 #: config/rs6000/sysv4.h:104
12070 msgid "Don't assume that unaligned accesses are handled by the system"
12071 msgstr ""
12072
12073 #: config/rs6000/sysv4.h:106
12074 msgid "Assume that unaligned accesses are handled by the system"
12075 msgstr ""
12076
12077 #: config/rs6000/sysv4.h:108 config/rs6000/sysv4.h:112
12078 msgid "Produce code relocatable at runtime"
12079 msgstr ""
12080
12081 #: config/rs6000/sysv4.h:110 config/rs6000/sysv4.h:114
12082 msgid "Don't produce code relocatable at runtime"
12083 msgstr ""
12084
12085 #: config/rs6000/sysv4.h:116 config/rs6000/sysv4.h:118
12086 msgid "Produce little endian code"
12087 msgstr ""
12088
12089 #: config/rs6000/sysv4.h:120 config/rs6000/sysv4.h:122
12090 msgid "Produce big endian code"
12091 msgstr ""
12092
12093 #: config/rs6000/sysv4.h:123 config/rs6000/sysv4.h:124
12094 #: config/rs6000/sysv4.h:125 config/rs6000/sysv4.h:126
12095 #: config/rs6000/sysv4.h:127 config/rs6000/sysv4.h:128
12096 #: config/rs6000/sysv4.h:138 config/rs6000/sysv4.h:139
12097 #: config/rs6000/sysv4.h:151 config/rs6000/sysv4.h:157
12098 msgid "no description yet"
12099 msgstr ""
12100
12101 #: config/rs6000/sysv4.h:129
12102 msgid "Use EABI"
12103 msgstr ""
12104
12105 #: config/rs6000/sysv4.h:130
12106 msgid "Don't use EABI"
12107 msgstr ""
12108
12109 #: config/rs6000/sysv4.h:133
12110 msgid "Do not allow bit-fields to cross word boundaries"
12111 msgstr ""
12112
12113 #: config/rs6000/sysv4.h:135
12114 msgid "Use alternate register names"
12115 msgstr ""
12116
12117 #: config/rs6000/sysv4.h:137
12118 msgid "Don't use alternate register names"
12119 msgstr ""
12120
12121 #: config/rs6000/sysv4.h:141
12122 msgid "Link with libsim.a, libc.a and sim-crt0.o"
12123 msgstr ""
12124
12125 #: config/rs6000/sysv4.h:143
12126 msgid "Link with libads.a, libc.a and crt0.o"
12127 msgstr ""
12128
12129 #: config/rs6000/sysv4.h:145
12130 msgid "Link with libyk.a, libc.a and crt0.o"
12131 msgstr ""
12132
12133 #: config/rs6000/sysv4.h:147
12134 msgid "Link with libmvme.a, libc.a and crt0.o"
12135 msgstr ""
12136
12137 #: config/rs6000/sysv4.h:149
12138 msgid "Set the PPC_EMB bit in the ELF flags header"
12139 msgstr ""
12140
12141 #: config/rs6000/sysv4.h:150
12142 msgid "Use the WindISS simulator"
12143 msgstr ""
12144
12145 #: config/rs6000/sysv4.h:153
12146 msgid "Generate 64-bit code"
12147 msgstr ""
12148
12149 #: config/rs6000/sysv4.h:155
12150 msgid "Generate 32-bit code"
12151 msgstr ""
12152
12153 #. Sometimes certain combinations of command options do not make sense
12154 #. on a particular target machine.  You can define a macro
12155 #. `OVERRIDE_OPTIONS' to take account of this.  This macro, if
12156 #. defined, is executed once just after all the command options have
12157 #. been parsed.
12158 #.
12159 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
12160 #. get control.
12161 #: config/rs6000/sysv4.h:214
12162 #, c-format
12163 msgid "bad value for -mcall-%s"
12164 msgstr ""
12165
12166 #: config/rs6000/sysv4.h:230
12167 #, c-format
12168 msgid "bad value for -msdata=%s"
12169 msgstr ""
12170
12171 #: config/rs6000/sysv4.h:247
12172 #, c-format
12173 msgid "-mrelocatable and -msdata=%s are incompatible"
12174 msgstr ""
12175
12176 #: config/rs6000/sysv4.h:256
12177 #, c-format
12178 msgid "-f%s and -msdata=%s are incompatible"
12179 msgstr ""
12180
12181 #: config/rs6000/sysv4.h:265
12182 #, c-format
12183 msgid "-msdata=%s and -mcall-%s are incompatible"
12184 msgstr ""
12185
12186 #: config/rs6000/sysv4.h:274
12187 msgid "-mrelocatable and -mno-minimal-toc are incompatible"
12188 msgstr ""
12189
12190 #: config/rs6000/sysv4.h:280
12191 #, c-format
12192 msgid "-mrelocatable and -mcall-%s are incompatible"
12193 msgstr ""
12194
12195 #: config/rs6000/sysv4.h:287
12196 #, c-format
12197 msgid "-fPIC and -mcall-%s are incompatible"
12198 msgstr ""
12199
12200 #: config/rs6000/sysv4.h:294
12201 msgid "-mcall-aixdesc must be big endian"
12202 msgstr ""
12203
12204 #: config/rs6000/sysv4.h:309
12205 #, c-format
12206 msgid "-m%s not supported in this configuration"
12207 msgstr ""
12208
12209 #: config/s390/s390.c:933
12210 #, c-format
12211 msgid "Unknown cpu used in -march=%s."
12212 msgstr ""
12213
12214 #: config/s390/s390.c:952
12215 #, c-format
12216 msgid "Unknown cpu used in -mtune=%s."
12217 msgstr ""
12218
12219 #: config/s390/s390.c:957
12220 #, c-format
12221 msgid "z/Architecture mode not supported on %s."
12222 msgstr ""
12223
12224 #: config/s390/s390.c:959
12225 msgid "64-bit ABI not supported in ESA/390 mode."
12226 msgstr ""
12227
12228 #: config/s390/s390.c:3385
12229 msgid "Cannot decompose address."
12230 msgstr ""
12231
12232 #: config/s390/s390.c:3556
12233 msgid "UNKNOWN in print_operand !?"
12234 msgstr ""
12235
12236 #: config/s390/s390.c:5257
12237 msgid "Total size of local variables exceeds architecture limit."
12238 msgstr ""
12239
12240 #: config/s390/s390.h:126
12241 msgid "Set backchain"
12242 msgstr ""
12243
12244 #: config/s390/s390.h:127
12245 msgid "Don't set backchain (faster, but debug harder"
12246 msgstr ""
12247
12248 #: config/s390/s390.h:128
12249 msgid "Use bras for executable < 64k"
12250 msgstr ""
12251
12252 #: config/s390/s390.h:129
12253 msgid "Don't use bras"
12254 msgstr ""
12255
12256 #: config/s390/s390.h:130
12257 msgid "Additional debug prints"
12258 msgstr ""
12259
12260 #: config/s390/s390.h:131
12261 msgid "Don't print additional debug prints"
12262 msgstr ""
12263
12264 #: config/s390/s390.h:132
12265 msgid "64 bit ABI"
12266 msgstr ""
12267
12268 #: config/s390/s390.h:133
12269 msgid "31 bit ABI"
12270 msgstr ""
12271
12272 #: config/s390/s390.h:134
12273 msgid "z/Architecture"
12274 msgstr ""
12275
12276 #: config/s390/s390.h:135
12277 msgid "ESA/390 architecture"
12278 msgstr ""
12279
12280 #: config/s390/s390.h:136
12281 msgid "mvcle use"
12282 msgstr ""
12283
12284 #: config/s390/s390.h:137
12285 msgid "mvc&ex"
12286 msgstr ""
12287
12288 #: config/s390/s390.h:138
12289 msgid "enable tpf OS code"
12290 msgstr ""
12291
12292 #: config/s390/s390.h:139
12293 msgid "disable tpf OS code"
12294 msgstr ""
12295
12296 #: config/s390/s390.h:140
12297 msgid "disable fused multiply/add instructions"
12298 msgstr ""
12299
12300 #: config/s390/s390.h:141
12301 msgid "enable fused multiply/add instructions"
12302 msgstr ""
12303
12304 #: config/sh/sh.c:5999
12305 msgid "__builtin_saveregs not supported by this subtarget"
12306 msgstr ""
12307
12308 #: config/sh/sh.c:6899
12309 msgid "attribute interrupt_handler is not compatible with -m5-compact"
12310 msgstr ""
12311
12312 #. The sp_switch attribute only has meaning for interrupt functions.
12313 #. The trap_exit attribute only has meaning for interrupt functions.
12314 #: config/sh/sh.c:6921 config/sh/sh.c:6956
12315 #, c-format
12316 msgid "`%s' attribute only applies to interrupt functions"
12317 msgstr ""
12318
12319 #. The argument must be a constant string.
12320 #: config/sh/sh.c:6928
12321 #, c-format
12322 msgid "`%s' attribute argument not a string constant"
12323 msgstr ""
12324
12325 #. The argument must be a constant integer.
12326 #: config/sh/sh.c:6963
12327 #, c-format
12328 msgid "`%s' attribute argument not an integer constant"
12329 msgstr ""
12330
12331 #. There are no delay slots on SHmedia.
12332 #. Relaxation isn't yet supported for SHmedia
12333 #. -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.
12334 #: config/sh/sh.h:478
12335 msgid "Profiling is not supported on this target."
12336 msgstr ""
12337
12338 #: config/sparc/sparc.c:372
12339 #, c-format
12340 msgid "%s is not supported by this configuration"
12341 msgstr ""
12342
12343 #: config/sparc/sparc.c:379
12344 msgid "-mlong-double-64 not allowed with -m64"
12345 msgstr ""
12346
12347 #: config/sparc/sparc.c:404
12348 msgid "-mcmodel= is not supported on 32 bit systems"
12349 msgstr ""
12350
12351 #: config/sparc/sparc.c:6967 config/sparc/sparc.c:6973
12352 #, c-format
12353 msgid "invalid %%Y operand"
12354 msgstr ""
12355
12356 #: config/sparc/sparc.c:7043
12357 #, c-format
12358 msgid "invalid %%A operand"
12359 msgstr ""
12360
12361 #: config/sparc/sparc.c:7053
12362 #, c-format
12363 msgid "invalid %%B operand"
12364 msgstr ""
12365
12366 #: config/sparc/sparc.c:7092
12367 #, c-format
12368 msgid "invalid %%c operand"
12369 msgstr ""
12370
12371 #: config/sparc/sparc.c:7093
12372 #, c-format
12373 msgid "invalid %%C operand"
12374 msgstr ""
12375
12376 #: config/sparc/sparc.c:7114
12377 #, c-format
12378 msgid "invalid %%d operand"
12379 msgstr ""
12380
12381 #: config/sparc/sparc.c:7115
12382 #, c-format
12383 msgid "invalid %%D operand"
12384 msgstr ""
12385
12386 #: config/sparc/sparc.c:7131
12387 #, c-format
12388 msgid "invalid %%f operand"
12389 msgstr ""
12390
12391 #: config/sparc/sparc.c:7145
12392 #, c-format
12393 msgid "invalid %%s operand"
12394 msgstr ""
12395
12396 #: config/sparc/sparc.c:7199
12397 msgid "long long constant not a valid immediate operand"
12398 msgstr ""
12399
12400 #: config/sparc/sparc.c:7202
12401 msgid "floating point constant not a valid immediate operand"
12402 msgstr ""
12403
12404 #: config/sparc/freebsd.h:77 config/sparc/linux.h:91
12405 #: config/sparc/linux64.h:106 config/sparc/netbsd-elf.h:211
12406 msgid "Use 64 bit long doubles"
12407 msgstr ""
12408
12409 #: config/sparc/freebsd.h:78 config/sparc/linux.h:92
12410 #: config/sparc/linux64.h:107 config/sparc/netbsd-elf.h:212
12411 msgid "Use 128 bit long doubles"
12412 msgstr ""
12413
12414 #: config/sparc/sp64-elf.h:90
12415 msgid "Generate code for big endian"
12416 msgstr ""
12417
12418 #: config/sparc/sp64-elf.h:91
12419 msgid "Generate code for little endian"
12420 msgstr ""
12421
12422 #: config/sparc/sp86x-elf.h:68
12423 msgid "Use little-endian byte order for data"
12424 msgstr ""
12425
12426 #: config/sparc/sparc.h:548
12427 msgid "Assume possible double misalignment"
12428 msgstr ""
12429
12430 #: config/sparc/sparc.h:550
12431 msgid "Assume all doubles are aligned"
12432 msgstr ""
12433
12434 #: config/sparc/sparc.h:552
12435 msgid "Pass -assert pure-text to linker"
12436 msgstr ""
12437
12438 #: config/sparc/sparc.h:554
12439 msgid "Do not pass -assert pure-text to linker"
12440 msgstr ""
12441
12442 #: config/sparc/sparc.h:556
12443 msgid "Use ABI reserved registers"
12444 msgstr ""
12445
12446 #: config/sparc/sparc.h:558
12447 msgid "Do not use ABI reserved registers"
12448 msgstr ""
12449
12450 #: config/sparc/sparc.h:560
12451 msgid "Use hardware quad fp instructions"
12452 msgstr ""
12453
12454 #: config/sparc/sparc.h:562
12455 msgid "Do not use hardware quad fp instructions"
12456 msgstr ""
12457
12458 #: config/sparc/sparc.h:564
12459 msgid "Compile for v8plus ABI"
12460 msgstr ""
12461
12462 #: config/sparc/sparc.h:566
12463 msgid "Do not compile for v8plus ABI"
12464 msgstr ""
12465
12466 #: config/sparc/sparc.h:568
12467 msgid "Utilize Visual Instruction Set"
12468 msgstr ""
12469
12470 #: config/sparc/sparc.h:570
12471 msgid "Do not utilize Visual Instruction Set"
12472 msgstr ""
12473
12474 #: config/sparc/sparc.h:572
12475 msgid "Pointers are 64-bit"
12476 msgstr ""
12477
12478 #: config/sparc/sparc.h:574
12479 msgid "Pointers are 32-bit"
12480 msgstr ""
12481
12482 #: config/sparc/sparc.h:576
12483 msgid "Use 32-bit ABI"
12484 msgstr ""
12485
12486 #: config/sparc/sparc.h:578
12487 msgid "Use 64-bit ABI"
12488 msgstr ""
12489
12490 #: config/sparc/sparc.h:580
12491 msgid "Use stack bias"
12492 msgstr ""
12493
12494 #: config/sparc/sparc.h:582
12495 msgid "Do not use stack bias"
12496 msgstr ""
12497
12498 #: config/sparc/sparc.h:584
12499 msgid "Use structs on stronger alignment for double-word copies"
12500 msgstr ""
12501
12502 #: config/sparc/sparc.h:586
12503 msgid "Do not use structs on stronger alignment for double-word copies"
12504 msgstr ""
12505
12506 #: config/sparc/sparc.h:588
12507 msgid "Optimize tail call instructions in assembler and linker"
12508 msgstr ""
12509
12510 #: config/sparc/sparc.h:590
12511 msgid "Do not optimize tail call instructions in assembler or linker"
12512 msgstr ""
12513
12514 #: config/sparc/sparc.h:635
12515 msgid "Use given SPARC code model"
12516 msgstr ""
12517
12518 #: config/stormy16/stormy16.c:527
12519 msgid "Constant halfword load operand out of range."
12520 msgstr ""
12521
12522 #: config/stormy16/stormy16.c:537
12523 msgid "Constant arithmetic operand out of range."
12524 msgstr ""
12525
12526 #: config/stormy16/stormy16.c:1028
12527 msgid "Local variable memory requirements exceed capacity."
12528 msgstr ""
12529
12530 #: config/stormy16/stormy16.c:1194
12531 msgid "function_profiler support"
12532 msgstr ""
12533
12534 #: config/stormy16/stormy16.c:1283
12535 msgid "cannot use va_start in interrupt function"
12536 msgstr ""
12537
12538 #: config/stormy16/stormy16.c:1599
12539 msgid "`B' operand is not constant"
12540 msgstr ""
12541
12542 #: config/stormy16/stormy16.c:1605
12543 msgid "`B' operand has multiple bits set"
12544 msgstr ""
12545
12546 #: config/stormy16/stormy16.c:1631
12547 msgid "`o' operand is not constant"
12548 msgstr ""
12549
12550 #: config/stormy16/stormy16.c:1645
12551 msgid "xstormy16_print_operand: unknown code"
12552 msgstr ""
12553
12554 #: config/stormy16/stormy16.c:1691
12555 #, c-format
12556 msgid "switch statement of size %lu entries too large"
12557 msgstr ""
12558
12559 #: config/v850/v850-c.c:67
12560 msgid "#pragma GHS endXXXX found without previous startXXX"
12561 msgstr ""
12562
12563 #: config/v850/v850-c.c:69
12564 msgid "#pragma GHS endXXX does not match previous startXXX"
12565 msgstr ""
12566
12567 #: config/v850/v850-c.c:94
12568 msgid "cannot set interrupt attribute: no current function"
12569 msgstr ""
12570
12571 #: config/v850/v850-c.c:102
12572 msgid "cannot set interrupt attribute: no such identifier"
12573 msgstr ""
12574
12575 #: config/v850/v850-c.c:147
12576 msgid "junk at end of #pragma ghs section"
12577 msgstr ""
12578
12579 #: config/v850/v850-c.c:164
12580 #, c-format
12581 msgid "unrecognized section name \"%s\""
12582 msgstr ""
12583
12584 #: config/v850/v850-c.c:179
12585 msgid "malformed #pragma ghs section"
12586 msgstr ""
12587
12588 #: config/v850/v850-c.c:198
12589 msgid "junk at end of #pragma ghs interrupt"
12590 msgstr ""
12591
12592 #: config/v850/v850-c.c:209
12593 msgid "junk at end of #pragma ghs starttda"
12594 msgstr ""
12595
12596 #: config/v850/v850-c.c:220
12597 msgid "junk at end of #pragma ghs startsda"
12598 msgstr ""
12599
12600 #: config/v850/v850-c.c:231
12601 msgid "junk at end of #pragma ghs startzda"
12602 msgstr ""
12603
12604 #: config/v850/v850-c.c:242
12605 msgid "junk at end of #pragma ghs endtda"
12606 msgstr ""
12607
12608 #: config/v850/v850-c.c:253
12609 msgid "junk at end of #pragma ghs endsda"
12610 msgstr ""
12611
12612 #: config/v850/v850-c.c:264
12613 msgid "junk at end of #pragma ghs endzda"
12614 msgstr ""
12615
12616 #: config/v850/v850.c:154
12617 #, c-format
12618 msgid "%s=%s is not numeric"
12619 msgstr ""
12620
12621 #: config/v850/v850.c:161
12622 #, c-format
12623 msgid "%s=%s is too large"
12624 msgstr ""
12625
12626 #: config/v850/v850.c:313
12627 msgid "const_double_split got a bad insn:"
12628 msgstr ""
12629
12630 #: config/v850/v850.c:878
12631 msgid "output_move_single:"
12632 msgstr ""
12633
12634 #: config/v850/v850.c:2220
12635 msgid "%Jdata area attributes cannot be specified for local variables"
12636 msgstr ""
12637
12638 #: config/v850/v850.c:2231
12639 msgid "%Jdata area of '%D' conflicts with previous declaration"
12640 msgstr ""
12641
12642 #: config/v850/v850.c:2430
12643 #, c-format
12644 msgid "bogus JR construction: %d\n"
12645 msgstr ""
12646
12647 #: config/v850/v850.c:2451 config/v850/v850.c:2654
12648 #, c-format
12649 msgid "bad amount of stack space removal: %d"
12650 msgstr ""
12651
12652 #: config/v850/v850.c:2630
12653 #, c-format
12654 msgid "bogus JARL construction: %d\n"
12655 msgstr ""
12656
12657 #: config/v850/v850.c:3000
12658 #, c-format
12659 msgid "Bogus DISPOSE construction: %d\n"
12660 msgstr ""
12661
12662 #: config/v850/v850.c:3022
12663 #, c-format
12664 msgid "Too much stack space to dispose of: %d"
12665 msgstr ""
12666
12667 #: config/v850/v850.c:3195
12668 #, c-format
12669 msgid "Bogus PREPEARE construction: %d\n"
12670 msgstr ""
12671
12672 #: config/v850/v850.c:3217
12673 #, c-format
12674 msgid "Too much stack space to prepare: %d"
12675 msgstr ""
12676
12677 #. Macro to define tables used to set the flags.
12678 #. This is a list in braces of pairs in braces,
12679 #. each pair being { "NAME", VALUE }
12680 #. where VALUE is the bits to set or minus the bits to clear.
12681 #. An empty string NAME is used to identify the default VALUE.
12682 #: config/v850/v850.h:174
12683 msgid "Support Green Hills ABI"
12684 msgstr ""
12685
12686 #: config/v850/v850.h:177
12687 msgid "Prohibit PC relative function calls"
12688 msgstr ""
12689
12690 #: config/v850/v850.h:180
12691 msgid "Reuse r30 on a per function basis"
12692 msgstr ""
12693
12694 #: config/v850/v850.h:183
12695 msgid "Use stubs for function prologues"
12696 msgstr ""
12697
12698 #: config/v850/v850.h:186
12699 msgid "Same as: -mep -mprolog-function"
12700 msgstr ""
12701
12702 #: config/v850/v850.h:187
12703 msgid "Enable backend debugging"
12704 msgstr ""
12705
12706 #: config/v850/v850.h:189
12707 msgid "Compile for the v850 processor"
12708 msgstr ""
12709
12710 #: config/v850/v850.h:191
12711 msgid "Compile for v850e1 processor"
12712 msgstr ""
12713
12714 #. Make sure that the other bits are cleared.
12715 #: config/v850/v850.h:193
12716 msgid "Compile for v850e processor"
12717 msgstr ""
12718
12719 #. Make sure that the other bits are cleared.
12720 #: config/v850/v850.h:195
12721 msgid "Enable the use of the short load instructions"
12722 msgstr ""
12723
12724 #: config/v850/v850.h:198
12725 msgid "Do not use the callt instruction"
12726 msgstr ""
12727
12728 #: config/v850/v850.h:205
12729 msgid "Do not use registers r2 and r5"
12730 msgstr ""
12731
12732 #: config/v850/v850.h:207
12733 msgid "Enforce strict alignment"
12734 msgstr ""
12735
12736 #: config/v850/v850.h:210
12737 msgid "Use 4 byte entries in switch tables"
12738 msgstr ""
12739
12740 #: config/v850/v850.h:236
12741 msgid "Set the max size of data eligible for the TDA area"
12742 msgstr ""
12743
12744 #: config/v850/v850.h:239
12745 msgid "Set the max size of data eligible for the SDA area"
12746 msgstr ""
12747
12748 #: config/v850/v850.h:242
12749 msgid "Set the max size of data eligible for the ZDA area"
12750 msgstr ""
12751
12752 #: config/xtensa/xtensa.c:1837
12753 msgid "boolean registers required for the floating-point option"
12754 msgstr ""
12755
12756 #: config/xtensa/xtensa.c:1891
12757 #, c-format
12758 msgid "-f%s is not supported with CONST16 instructions"
12759 msgstr ""
12760
12761 #: config/xtensa/xtensa.c:1896
12762 msgid "PIC is required but not supported with CONST16 instructions"
12763 msgstr ""
12764
12765 #: config/xtensa/xtensa.c:1966
12766 #, c-format
12767 msgid "invalid %%D value"
12768 msgstr ""
12769
12770 #: config/xtensa/xtensa.c:2003
12771 msgid "invalid mask"
12772 msgstr ""
12773
12774 #: config/xtensa/xtensa.c:2029
12775 #, c-format
12776 msgid "invalid %%x value"
12777 msgstr ""
12778
12779 #: config/xtensa/xtensa.c:2036
12780 #, c-format
12781 msgid "invalid %%d value"
12782 msgstr ""
12783
12784 #: config/xtensa/xtensa.c:2057 config/xtensa/xtensa.c:2067
12785 #, c-format
12786 msgid "invalid %%t/%%b value"
12787 msgstr ""
12788
12789 #: config/xtensa/xtensa.c:2109
12790 msgid "invalid address"
12791 msgstr ""
12792
12793 #: config/xtensa/xtensa.c:2134
12794 msgid "no register in address"
12795 msgstr ""
12796
12797 #: config/xtensa/xtensa.c:2142
12798 msgid "address offset not a constant"
12799 msgstr ""
12800
12801 #: config/xtensa/xtensa.c:2752
12802 msgid "only uninitialized variables can be placed in a .bss section"
12803 msgstr ""
12804
12805 #: config/xtensa/xtensa.h:79
12806 msgid "Use CONST16 instruction to load constants"
12807 msgstr ""
12808
12809 #: config/xtensa/xtensa.h:81
12810 msgid "Use PC-relative L32R instruction to load constants"
12811 msgstr ""
12812
12813 #: config/xtensa/xtensa.h:83
12814 msgid "Disable fused multiply/add and multiply/subtract FP instructions"
12815 msgstr ""
12816
12817 #: config/xtensa/xtensa.h:85
12818 msgid "Enable fused multiply/add and multiply/subtract FP instructions"
12819 msgstr ""
12820
12821 #: config/xtensa/xtensa.h:87
12822 msgid "Intersperse literal pools with code in the text section"
12823 msgstr ""
12824
12825 #: config/xtensa/xtensa.h:89
12826 msgid "Put literal pools in a separate literal section"
12827 msgstr ""
12828
12829 #: config/xtensa/xtensa.h:91
12830 msgid "Automatically align branch targets to reduce branch penalties"
12831 msgstr ""
12832
12833 #: config/xtensa/xtensa.h:93
12834 msgid "Do not automatically align branch targets"
12835 msgstr ""
12836
12837 #: config/xtensa/xtensa.h:95
12838 msgid "Use indirect CALLXn instructions for large programs"
12839 msgstr ""
12840
12841 #: config/xtensa/xtensa.h:97
12842 msgid "Use direct CALLn instructions for fast calls"
12843 msgstr ""
12844
12845 #: ada/misc.c:248
12846 #, c-format
12847 msgid "missing argument to \"-%s\""
12848 msgstr ""
12849
12850 #: ada/misc.c:289
12851 msgid "`-gnat' misspelled as `-gant'"
12852 msgstr ""
12853
12854 #: cp/call.c:296
12855 msgid "unable to call pointer to member function here"
12856 msgstr ""
12857
12858 #: cp/call.c:2375
12859 msgid "%s %D(%T, %T, %T) <built-in>"
12860 msgstr ""
12861
12862 #: cp/call.c:2380
12863 msgid "%s %D(%T, %T) <built-in>"
12864 msgstr ""
12865
12866 #: cp/call.c:2384
12867 msgid "%s %D(%T) <built-in>"
12868 msgstr ""
12869
12870 #: cp/call.c:2388
12871 msgid "%s %T <conversion>"
12872 msgstr ""
12873
12874 #: cp/call.c:2390
12875 msgid "%J%s %+#D <near match>"
12876 msgstr ""
12877
12878 #: cp/call.c:2392
12879 msgid "%J%s %+#D"
12880 msgstr ""
12881
12882 #: cp/call.c:2427
12883 msgid "candidates are:"
12884 msgstr ""
12885
12886 #: cp/call.c:2617
12887 msgid "conversion from `%T' to `%T' is ambiguous"
12888 msgstr ""
12889
12890 #: cp/call.c:2773 cp/call.c:2822
12891 msgid "no matching function for call to `%D(%A)'"
12892 msgstr ""
12893
12894 #: cp/call.c:2776 cp/call.c:2825
12895 msgid "call of overloaded `%D(%A)' is ambiguous"
12896 msgstr ""
12897
12898 #. It's no good looking for an overloaded operator() on a
12899 #. pointer-to-member-function.
12900 #: cp/call.c:2893
12901 #, c-format
12902 msgid ""
12903 "pointer-to-member function %E cannot be called without an object; consider "
12904 "using .* or ->*"
12905 msgstr ""
12906
12907 #: cp/call.c:2962
12908 msgid "no match for call to `(%T) (%A)'"
12909 msgstr ""
12910
12911 #: cp/call.c:2971
12912 msgid "call of `(%T) (%A)' is ambiguous"
12913 msgstr ""
12914
12915 #: cp/call.c:3008
12916 #, c-format
12917 msgid "%s for ternary 'operator?:' in '%E ? %E : %E'"
12918 msgstr ""
12919
12920 #: cp/call.c:3014
12921 #, c-format
12922 msgid "%s for 'operator%s' in '%E%s'"
12923 msgstr ""
12924
12925 #: cp/call.c:3018
12926 #, c-format
12927 msgid "%s for 'operator[]' in '%E[%E]'"
12928 msgstr ""
12929
12930 #: cp/call.c:3023
12931 #, c-format
12932 msgid "%s for '%s' in '%s %E'"
12933 msgstr ""
12934
12935 #: cp/call.c:3028
12936 #, c-format
12937 msgid "%s for 'operator%s' in '%E %s %E'"
12938 msgstr ""
12939
12940 #: cp/call.c:3031
12941 #, c-format
12942 msgid "%s for 'operator%s' in '%s%E'"
12943 msgstr ""
12944
12945 #: cp/call.c:3121
12946 msgid "ISO C++ forbids omitting the middle term of a ?: expression"
12947 msgstr ""
12948
12949 #: cp/call.c:3198
12950 #, c-format
12951 msgid "`%E' has type `void' and is not a throw-expression"
12952 msgstr ""
12953
12954 #: cp/call.c:3237 cp/call.c:3447
12955 msgid "operands to ?: have different types"
12956 msgstr ""
12957
12958 #: cp/call.c:3401
12959 msgid "enumeral mismatch in conditional expression: `%T' vs `%T'"
12960 msgstr ""
12961
12962 #: cp/call.c:3408
12963 msgid "enumeral and non-enumeral type in conditional expression"
12964 msgstr ""
12965
12966 #: cp/call.c:3702
12967 msgid "no `%D(int)' declared for postfix `%s', trying prefix operator instead"
12968 msgstr ""
12969
12970 #: cp/call.c:3754
12971 msgid "using synthesized `%#D' for copy assignment"
12972 msgstr ""
12973
12974 #: cp/call.c:3756
12975 msgid "  where cfront would use `%#D'"
12976 msgstr ""
12977
12978 #: cp/call.c:3780
12979 msgid "comparison between `%#T' and `%#T'"
12980 msgstr ""
12981
12982 #: cp/call.c:4038
12983 msgid "no suitable `operator %s' for `%T'"
12984 msgstr ""
12985
12986 #: cp/call.c:4055
12987 msgid "`%+#D' is private"
12988 msgstr ""
12989
12990 #: cp/call.c:4057
12991 msgid "`%+#D' is protected"
12992 msgstr ""
12993
12994 #: cp/call.c:4059
12995 msgid "`%+#D' is inaccessible"
12996 msgstr ""
12997
12998 #: cp/call.c:4060
12999 msgid "within this context"
13000 msgstr ""
13001
13002 #: cp/call.c:4130
13003 msgid "invalid conversion from `%T' to `%T'"
13004 msgstr ""
13005
13006 #: cp/call.c:4132
13007 msgid "  initializing argument %P of `%D'"
13008 msgstr ""
13009
13010 #: cp/call.c:4286
13011 msgid "cannot bind bitfield `%E' to `%T'"
13012 msgstr ""
13013
13014 #: cp/call.c:4289
13015 msgid "cannot bind packed field `%E' to `%T'"
13016 msgstr ""
13017
13018 #: cp/call.c:4292
13019 msgid "cannot bind rvalue `%E' to `%T'"
13020 msgstr ""
13021
13022 #: cp/call.c:4380
13023 msgid ""
13024 "cannot pass objects of non-POD type `%#T' through `...'; call will abort at "
13025 "runtime"
13026 msgstr ""
13027
13028 #. Undefined behavior [expr.call] 5.2.2/7.
13029 #: cp/call.c:4404
13030 msgid ""
13031 "cannot receive objects of non-POD type `%#T' through `...'; call will abort "
13032 "at runtime"
13033 msgstr ""
13034
13035 #: cp/call.c:4444
13036 msgid "the default argument for parameter %d of `%D' has not yet been parsed"
13037 msgstr ""
13038
13039 #: cp/call.c:4643
13040 msgid "passing `%T' as `this' argument of `%#D' discards qualifiers"
13041 msgstr ""
13042
13043 #: cp/call.c:4662
13044 msgid "`%T' is not an accessible base of `%T'"
13045 msgstr ""
13046
13047 #: cp/call.c:4930
13048 msgid "could not find class$ field in java interface type `%T'"
13049 msgstr ""
13050
13051 #: cp/call.c:5187
13052 msgid "call to non-function `%D'"
13053 msgstr ""
13054
13055 #: cp/call.c:5213
13056 msgid "request for member `%D' in `%E', which is of non-aggregate type `%T'"
13057 msgstr ""
13058
13059 #: cp/call.c:5291
13060 msgid "no matching function for call to `%T::%s(%A)%#V'"
13061 msgstr ""
13062
13063 #: cp/call.c:5309
13064 #, c-format
13065 msgid "call of overloaded `%s(%A)' is ambiguous"
13066 msgstr ""
13067
13068 #: cp/call.c:5331
13069 msgid "cannot call member function `%D' without object"
13070 msgstr ""
13071
13072 #: cp/call.c:5935
13073 msgid "passing `%T' chooses `%T' over `%T'"
13074 msgstr ""
13075
13076 #: cp/call.c:5937 cp/name-lookup.c:4156
13077 msgid "  in call to `%D'"
13078 msgstr ""
13079
13080 #: cp/call.c:5994
13081 msgid "choosing `%D' over `%D'"
13082 msgstr ""
13083
13084 #: cp/call.c:5995
13085 msgid "  for conversion from `%T' to `%T'"
13086 msgstr ""
13087
13088 #: cp/call.c:5997
13089 msgid "  because conversion sequence for the argument is better"
13090 msgstr ""
13091
13092 #: cp/call.c:6117
13093 msgid ""
13094 "ISO C++ says that these are ambiguous, even though the worst conversion for "
13095 "the first is better than the worst conversion for the second:"
13096 msgstr ""
13097
13098 #: cp/call.c:6121
13099 msgid "candidate 1:"
13100 msgstr ""
13101
13102 #: cp/call.c:6122
13103 msgid "candidate 2:"
13104 msgstr ""
13105
13106 #: cp/call.c:6258
13107 msgid "could not convert `%E' to `%T'"
13108 msgstr ""
13109
13110 #: cp/call.c:6383
13111 msgid ""
13112 "invalid initialization of non-const reference of type '%T' from a temporary "
13113 "of type '%T'"
13114 msgstr ""
13115
13116 #: cp/call.c:6387
13117 msgid ""
13118 "invalid initialization of reference of type '%T' from expression of type '%T'"
13119 msgstr ""
13120
13121 #: cp/class.c:287
13122 msgid ""
13123 "cannot convert from base `%T' to derived type `%T' via virtual base `%T'"
13124 msgstr ""
13125
13126 #: cp/class.c:837
13127 msgid "Java class '%T' cannot have an implicit non-trivial destructor"
13128 msgstr ""
13129
13130 #: cp/class.c:838
13131 msgid "Java class '%T' cannot have a destructor"
13132 msgstr ""
13133
13134 #: cp/class.c:1006
13135 msgid "`%#D' and `%#D' cannot be overloaded"
13136 msgstr ""
13137
13138 #: cp/class.c:1052
13139 msgid "conflicting access specifications for method `%D', ignored"
13140 msgstr ""
13141
13142 #: cp/class.c:1054
13143 #, c-format
13144 msgid "conflicting access specifications for field `%s', ignored"
13145 msgstr ""
13146
13147 #: cp/class.c:1104
13148 msgid "`%D' names constructor"
13149 msgstr ""
13150
13151 #: cp/class.c:1109
13152 msgid "`%D' invalid in `%T'"
13153 msgstr ""
13154
13155 #: cp/class.c:1117
13156 msgid "no members matching `%D' in `%#T'"
13157 msgstr ""
13158
13159 #: cp/class.c:1149 cp/class.c:1157
13160 msgid "`%D' invalid in `%#T'"
13161 msgstr ""
13162
13163 #: cp/class.c:1150
13164 msgid "  because of local method `%#D' with same name"
13165 msgstr ""
13166
13167 #: cp/class.c:1158
13168 msgid "  because of local member `%#D' with same name"
13169 msgstr ""
13170
13171 #: cp/class.c:1228
13172 msgid "base class `%#T' has a non-virtual destructor"
13173 msgstr ""
13174
13175 #: cp/class.c:1248
13176 msgid ""
13177 "base `%T' with only non-default constructor in class without a constructor"
13178 msgstr ""
13179
13180 #: cp/class.c:1632
13181 msgid "all member functions in class `%T' are private"
13182 msgstr ""
13183
13184 #: cp/class.c:1643
13185 msgid "`%#T' only defines a private destructor and has no friends"
13186 msgstr ""
13187
13188 #: cp/class.c:1685
13189 msgid "`%#T' only defines private constructors and has no friends"
13190 msgstr ""
13191
13192 #: cp/class.c:2070
13193 msgid "no unique final overrider for `%D' in `%T'"
13194 msgstr ""
13195
13196 #. Here we know it is a hider, and no overrider exists.
13197 #: cp/class.c:2516
13198 msgid "`%D' was hidden"
13199 msgstr ""
13200
13201 #: cp/class.c:2517
13202 msgid "  by `%D'"
13203 msgstr ""
13204
13205 #: cp/class.c:2559 cp/decl2.c:1180
13206 msgid "`%#D' invalid; an anonymous union can only have non-static data members"
13207 msgstr ""
13208
13209 #: cp/class.c:2565 cp/decl2.c:1187
13210 msgid "private member `%#D' in anonymous union"
13211 msgstr ""
13212
13213 #: cp/class.c:2568 cp/decl2.c:1189
13214 msgid "protected member `%#D' in anonymous union"
13215 msgstr ""
13216
13217 #: cp/class.c:2687
13218 msgid ""
13219 "vtable layout for class `%T' may not be ABI-compliant and may change in a "
13220 "future version of GCC due to implicit virtual destructor"
13221 msgstr ""
13222
13223 #: cp/class.c:2747
13224 msgid "bit-field `%#D' with non-integral type"
13225 msgstr ""
13226
13227 #: cp/class.c:2767
13228 msgid "bit-field `%D' width not an integer constant"
13229 msgstr ""
13230
13231 #: cp/class.c:2773
13232 msgid "negative width in bit-field `%D'"
13233 msgstr ""
13234
13235 #: cp/class.c:2778
13236 msgid "zero width for bit-field `%D'"
13237 msgstr ""
13238
13239 #: cp/class.c:2784
13240 msgid "width of `%D' exceeds its type"
13241 msgstr ""
13242
13243 #: cp/class.c:2793
13244 msgid "`%D' is too small to hold all values of `%#T'"
13245 msgstr ""
13246
13247 #: cp/class.c:2855
13248 msgid "member `%#D' with constructor not allowed in union"
13249 msgstr ""
13250
13251 #: cp/class.c:2858
13252 msgid "member `%#D' with destructor not allowed in union"
13253 msgstr ""
13254
13255 #: cp/class.c:2861
13256 msgid "member `%#D' with copy assignment operator not allowed in union"
13257 msgstr ""
13258
13259 #: cp/class.c:2888
13260 msgid "multiple fields in union `%T' initialized"
13261 msgstr ""
13262
13263 #: cp/class.c:2954
13264 msgid "ignoring packed attribute on unpacked non-POD field `%#D'"
13265 msgstr ""
13266
13267 #: cp/class.c:3014
13268 msgid "`%D' may not be static because it is a member of a union"
13269 msgstr ""
13270
13271 #: cp/class.c:3019
13272 msgid "`%D' may not have reference type `%T' because it is a member of a union"
13273 msgstr ""
13274
13275 #: cp/class.c:3027
13276 msgid "field `%D' in local class cannot be static"
13277 msgstr ""
13278
13279 #: cp/class.c:3033
13280 msgid "field `%D' invalidly declared function type"
13281 msgstr ""
13282
13283 #: cp/class.c:3040
13284 msgid "field `%D' invalidly declared method type"
13285 msgstr ""
13286
13287 #: cp/class.c:3073
13288 msgid "non-static reference `%#D' in class without a constructor"
13289 msgstr ""
13290
13291 #: cp/class.c:3116
13292 msgid "non-static const member `%#D' in class without a constructor"
13293 msgstr ""
13294
13295 #: cp/class.c:3131
13296 msgid "field `%#D' with same name as class"
13297 msgstr ""
13298
13299 #: cp/class.c:3149
13300 msgid "`%#T' has pointer data members"
13301 msgstr ""
13302
13303 #: cp/class.c:3153
13304 msgid "  but does not override `%T(const %T&)'"
13305 msgstr ""
13306
13307 #: cp/class.c:3155
13308 msgid "  or `operator=(const %T&)'"
13309 msgstr ""
13310
13311 #: cp/class.c:3158
13312 msgid "  but does not override `operator=(const %T&)'"
13313 msgstr ""
13314
13315 #: cp/class.c:3588
13316 msgid ""
13317 "offset of empty base `%T' may not be ABI-compliant and maychange in a future "
13318 "version of GCC"
13319 msgstr ""
13320
13321 #: cp/class.c:3698
13322 msgid "class `%T' will be considered nearly empty in a future version of GCC"
13323 msgstr ""
13324
13325 #: cp/class.c:3780
13326 msgid "initializer specified for non-virtual method `%D'"
13327 msgstr ""
13328
13329 #: cp/class.c:4468
13330 msgid ""
13331 "offset of virtual base `%T' is not ABI-compliant and may change in a future "
13332 "version of GCC"
13333 msgstr ""
13334
13335 #: cp/class.c:4558
13336 msgid "direct base `%T' inaccessible in `%T' due to ambiguity"
13337 msgstr ""
13338
13339 #: cp/class.c:4571
13340 msgid "virtual base `%T' inaccessible in `%T' due to ambiguity"
13341 msgstr ""
13342
13343 #: cp/class.c:4745
13344 msgid ""
13345 "size assigned to `%T' may not be ABI-compliant and may change in a future "
13346 "version of GCC"
13347 msgstr ""
13348
13349 #. Versions of G++ before G++ 3.4 did not reset the
13350 #. DECL_MODE.
13351 #: cp/class.c:4784
13352 msgid ""
13353 "the offset of `%D' may not be ABI-compliant and may change in a future "
13354 "version of GCC"
13355 msgstr ""
13356
13357 #: cp/class.c:4807
13358 msgid ""
13359 "offset of `%D' is not ABI-compliant and may change in a future version of GCC"
13360 msgstr ""
13361
13362 #: cp/class.c:4816
13363 msgid ""
13364 "`%D' contains empty classes which may cause base classes to be placed at "
13365 "different locations in a future version of GCC"
13366 msgstr ""
13367
13368 #: cp/class.c:4875
13369 msgid ""
13370 "layout of classes derived from empty class `%T' may change in a future "
13371 "version of GCC"
13372 msgstr ""
13373
13374 #: cp/class.c:5010 cp/semantics.c:1971
13375 msgid "redefinition of `%#T'"
13376 msgstr ""
13377
13378 #: cp/class.c:5180
13379 msgid "`%#T' has virtual functions but non-virtual destructor"
13380 msgstr ""
13381
13382 #: cp/class.c:5259
13383 msgid "trying to finish struct, but kicked out due to previous parse errors"
13384 msgstr ""
13385
13386 #: cp/class.c:5701
13387 #, c-format
13388 msgid "language string `\"%s\"' not recognized"
13389 msgstr ""
13390
13391 #: cp/class.c:5789
13392 msgid ""
13393 "cannot resolve overloaded function `%D' based on conversion to type `%T'"
13394 msgstr ""
13395
13396 #: cp/class.c:5914
13397 msgid "no matches converting function `%D' to type `%#T'"
13398 msgstr ""
13399
13400 #: cp/class.c:5937
13401 msgid "converting overloaded function `%D' to type `%#T' is ambiguous"
13402 msgstr ""
13403
13404 #: cp/class.c:5963
13405 msgid "assuming pointer to member `%D'"
13406 msgstr ""
13407
13408 #: cp/class.c:5966
13409 #, c-format
13410 msgid "(a pointer to member can only be formed with `&%E')"
13411 msgstr ""
13412
13413 #: cp/class.c:6011 cp/class.c:6193 cp/class.c:6200
13414 msgid "not enough type information"
13415 msgstr ""
13416
13417 #: cp/class.c:6028
13418 msgid "argument of type `%T' does not match `%T'"
13419 msgstr ""
13420
13421 #: cp/class.c:6177
13422 msgid "invalid operation on uninstantiated type"
13423 msgstr ""
13424
13425 #. [basic.scope.class]
13426 #.
13427 #. A name N used in a class S shall refer to the same declaration
13428 #. in its context and when re-evaluated in the completed scope of
13429 #. S.
13430 #: cp/class.c:6435 cp/decl.c:1193 cp/name-lookup.c:508 cp/pt.c:2099
13431 msgid "declaration of `%#D'"
13432 msgstr ""
13433
13434 #: cp/class.c:6436
13435 msgid "changes meaning of `%D' from `%+#D'"
13436 msgstr ""
13437
13438 #: cp/cvt.c:88
13439 msgid "can't convert from incomplete type `%T' to `%T'"
13440 msgstr ""
13441
13442 #: cp/cvt.c:97
13443 msgid "conversion of `%E' from `%T' to `%T' is ambiguous"
13444 msgstr ""
13445
13446 #: cp/cvt.c:113 cp/cvt.c:127
13447 msgid "converting from `%T' to `%T'"
13448 msgstr ""
13449
13450 #: cp/cvt.c:185 cp/cvt.c:253 cp/cvt.c:297
13451 msgid "cannot convert `%E' from type `%T' to type `%T'"
13452 msgstr ""
13453
13454 #: cp/cvt.c:214 cp/cvt.c:218
13455 msgid "pointer to member cast from `%T' to `%T' is via virtual base"
13456 msgstr ""
13457
13458 #: cp/cvt.c:276
13459 msgid "invalid conversion from '%T' to '%T'"
13460 msgstr ""
13461
13462 #: cp/cvt.c:508
13463 msgid "conversion from `%T' to `%T' discards qualifiers"
13464 msgstr ""
13465
13466 #: cp/cvt.c:526
13467 msgid "casting `%T' to `%T' does not dereference pointer"
13468 msgstr ""
13469
13470 #: cp/cvt.c:553
13471 msgid "cannot convert type `%T' to type `%T'"
13472 msgstr ""
13473
13474 #: cp/cvt.c:676
13475 msgid "conversion from `%#T' to `%#T'"
13476 msgstr ""
13477
13478 #: cp/cvt.c:688
13479 msgid "`%#T' used where a `%T' was expected"
13480 msgstr ""
13481
13482 #: cp/cvt.c:710
13483 msgid "`%#T' used where a floating point value was expected"
13484 msgstr ""
13485
13486 #: cp/cvt.c:757
13487 msgid "conversion from `%T' to non-scalar type `%T' requested"
13488 msgstr ""
13489
13490 #: cp/cvt.c:843
13491 msgid "object of incomplete type `%T' will not be accessed in %s"
13492 msgstr ""
13493
13494 #: cp/cvt.c:846
13495 msgid "object of type `%T' will not be accessed in %s"
13496 msgstr ""
13497
13498 #: cp/cvt.c:862
13499 msgid "object `%E' of incomplete type `%T' will not be accessed in %s"
13500 msgstr ""
13501
13502 #. [over.over] enumerates the places where we can take the address
13503 #. of an overloaded function, and this is not one of them.
13504 #: cp/cvt.c:878
13505 #, c-format
13506 msgid "%s cannot resolve address of overloaded function"
13507 msgstr ""
13508
13509 #. Only warn when there is no &.
13510 #: cp/cvt.c:884
13511 #, c-format
13512 msgid "%s is a reference, not call, to function `%E'"
13513 msgstr ""
13514
13515 #: cp/cvt.c:892
13516 #, c-format
13517 msgid "%s has no effect"
13518 msgstr ""
13519
13520 #: cp/cvt.c:1003
13521 msgid "converting NULL to non-pointer type"
13522 msgstr ""
13523
13524 #: cp/cvt.c:1076
13525 msgid "ambiguous default type conversion from `%T'"
13526 msgstr ""
13527
13528 #: cp/cvt.c:1078
13529 msgid "  candidate conversions include `%D' and `%D'"
13530 msgstr ""
13531
13532 #: cp/decl.c:371
13533 msgid "label `%D' used but not defined"
13534 msgstr ""
13535
13536 #: cp/decl.c:378
13537 msgid "label `%D' defined but not used"
13538 msgstr ""
13539
13540 #: cp/decl.c:1100
13541 msgid "`%D' was declared `extern' and later `static'"
13542 msgstr ""
13543
13544 #: cp/decl.c:1101 cp/decl.c:1521
13545 msgid "previous declaration of `%D'"
13546 msgstr ""
13547
13548 #: cp/decl.c:1149
13549 msgid "%Jfunction '%D' redeclared as inline"
13550 msgstr ""
13551
13552 #: cp/decl.c:1150
13553 msgid "%Jprevious declaration of '%D' with attribute noinline"
13554 msgstr ""
13555
13556 #: cp/decl.c:1157
13557 msgid "%Jfunction '%D' redeclared with attribute noinline"
13558 msgstr ""
13559
13560 #: cp/decl.c:1159
13561 msgid "%Jprevious declaration of '%D' was inline"
13562 msgstr ""
13563
13564 #: cp/decl.c:1180 cp/decl.c:1218
13565 msgid "shadowing %s function `%#D'"
13566 msgstr ""
13567
13568 #: cp/decl.c:1189
13569 msgid "library function `%#D' redeclared as non-function `%#D'"
13570 msgstr ""
13571
13572 #: cp/decl.c:1194
13573 msgid "conflicts with built-in declaration `%#D'"
13574 msgstr ""
13575
13576 #: cp/decl.c:1213 cp/decl.c:1322 cp/decl.c:1338
13577 msgid "new declaration `%#D'"
13578 msgstr ""
13579
13580 #: cp/decl.c:1214
13581 msgid "ambiguates built-in declaration `%#D'"
13582 msgstr ""
13583
13584 #: cp/decl.c:1285
13585 msgid "`%#D' redeclared as different kind of symbol"
13586 msgstr ""
13587
13588 #: cp/decl.c:1288
13589 msgid "previous declaration of `%#D'"
13590 msgstr ""
13591
13592 #: cp/decl.c:1307
13593 msgid "declaration of template `%#D'"
13594 msgstr ""
13595
13596 #: cp/decl.c:1308 cp/name-lookup.c:509
13597 msgid "conflicts with previous declaration `%#D'"
13598 msgstr ""
13599
13600 #: cp/decl.c:1323 cp/decl.c:1339
13601 msgid "ambiguates old declaration `%#D'"
13602 msgstr ""
13603
13604 #: cp/decl.c:1331
13605 msgid "declaration of C function `%#D' conflicts with"
13606 msgstr ""
13607
13608 #: cp/decl.c:1333
13609 msgid "previous declaration `%#D' here"
13610 msgstr ""
13611
13612 #: cp/decl.c:1346
13613 msgid "conflicting declaration '%#D'"
13614 msgstr ""
13615
13616 #: cp/decl.c:1347
13617 msgid "'%D' has a previous declaration as `%#D'"
13618 msgstr ""
13619
13620 #: cp/decl.c:1400
13621 msgid "`%#D' previously defined here"
13622 msgstr ""
13623
13624 #: cp/decl.c:1401
13625 msgid "`%#D' previously declared here"
13626 msgstr ""
13627
13628 #. Prototype decl follows defn w/o prototype.
13629 #: cp/decl.c:1410
13630 msgid "prototype for `%#D'"
13631 msgstr ""
13632
13633 #: cp/decl.c:1411
13634 msgid "%Jfollows non-prototype definition here"
13635 msgstr ""
13636
13637 #: cp/decl.c:1423
13638 msgid "previous declaration of `%#D' with %L linkage"
13639 msgstr ""
13640
13641 #: cp/decl.c:1425
13642 msgid "conflicts with new declaration with %L linkage"
13643 msgstr ""
13644
13645 #: cp/decl.c:1448 cp/decl.c:1455
13646 msgid "default argument given for parameter %d of `%#D'"
13647 msgstr ""
13648
13649 #: cp/decl.c:1450 cp/decl.c:1457
13650 msgid "after previous specification in `%#D'"
13651 msgstr ""
13652
13653 #: cp/decl.c:1466
13654 msgid "`%#D' was used before it was declared inline"
13655 msgstr ""
13656
13657 #: cp/decl.c:1467
13658 msgid "%Jprevious non-inline declaration here"
13659 msgstr ""
13660
13661 #: cp/decl.c:1520
13662 msgid "redundant redeclaration of `%D' in same scope"
13663 msgstr ""
13664
13665 #: cp/decl.c:1614
13666 #, c-format
13667 msgid "declaration of `%F' throws different exceptions"
13668 msgstr ""
13669
13670 #: cp/decl.c:1616
13671 #, c-format
13672 msgid "than previous declaration `%F'"
13673 msgstr ""
13674
13675 #. From [temp.expl.spec]:
13676 #.
13677 #. If a template, a member template or the member of a class
13678 #. template is explicitly specialized then that
13679 #. specialization shall be declared before the first use of
13680 #. that specialization that would cause an implicit
13681 #. instantiation to take place, in every translation unit in
13682 #. which such a use occurs.
13683 #: cp/decl.c:1763
13684 msgid "explicit specialization of %D after first use"
13685 msgstr ""
13686
13687 #: cp/decl.c:1843
13688 msgid "%J'%D': visibility attribute ignored because it"
13689 msgstr ""
13690
13691 #: cp/decl.c:1845
13692 msgid "%Jconflicts with previous declaration here"
13693 msgstr ""
13694
13695 #: cp/decl.c:2069
13696 #, c-format
13697 msgid "label `%s' referenced outside of any function"
13698 msgstr ""
13699
13700 #: cp/decl.c:2166 cp/decl.c:2190 cp/decl.c:2278
13701 msgid "jump to label `%D'"
13702 msgstr ""
13703
13704 #: cp/decl.c:2168 cp/decl.c:2192
13705 msgid "jump to case label"
13706 msgstr ""
13707
13708 #: cp/decl.c:2171 cp/decl.c:2195
13709 msgid "%H  from here"
13710 msgstr ""
13711
13712 #: cp/decl.c:2176
13713 msgid "  crosses initialization of `%#D'"
13714 msgstr ""
13715
13716 #: cp/decl.c:2179 cp/decl.c:2294
13717 msgid "  enters scope of non-POD `%#D'"
13718 msgstr ""
13719
13720 #: cp/decl.c:2199 cp/decl.c:2298
13721 msgid "  enters try block"
13722 msgstr ""
13723
13724 #: cp/decl.c:2201 cp/decl.c:2300
13725 msgid "  enters catch block"
13726 msgstr ""
13727
13728 #: cp/decl.c:2279
13729 msgid "  from here"
13730 msgstr ""
13731
13732 #. Can't skip init of __exception_info.
13733 #: cp/decl.c:2290
13734 msgid "%J  enters catch block"
13735 msgstr ""
13736
13737 #: cp/decl.c:2292
13738 msgid "  skips initialization of `%#D'"
13739 msgstr ""
13740
13741 #: cp/decl.c:2326
13742 msgid "label named wchar_t"
13743 msgstr ""
13744
13745 #: cp/decl.c:2329
13746 msgid "duplicate label `%D'"
13747 msgstr ""
13748
13749 #: cp/decl.c:2559 cp/parser.c:3256
13750 msgid "`%D' used without template parameters"
13751 msgstr ""
13752
13753 #: cp/decl.c:2569 cp/decl.c:2585 cp/decl.c:2673
13754 msgid "no class template named `%#T' in `%#T'"
13755 msgstr ""
13756
13757 #: cp/decl.c:2606 cp/decl.c:2616 cp/decl.c:2636
13758 msgid "no type named `%#T' in `%#T'"
13759 msgstr ""
13760
13761 #: cp/decl.c:3341
13762 msgid "%Jan anonymous union cannot have function members"
13763 msgstr ""
13764
13765 #: cp/decl.c:3359
13766 msgid "member %#D' with constructor not allowed in anonymous aggregate"
13767 msgstr ""
13768
13769 #: cp/decl.c:3362
13770 msgid "member %#D' with destructor not allowed in anonymous aggregate"
13771 msgstr ""
13772
13773 #: cp/decl.c:3365
13774 msgid ""
13775 "member %#D' with copy assignment operator not allowed in anonymous aggregate"
13776 msgstr ""
13777
13778 #: cp/decl.c:3405
13779 msgid "redeclaration of C++ built-in type `%T'"
13780 msgstr ""
13781
13782 #: cp/decl.c:3443
13783 msgid "multiple types in one declaration"
13784 msgstr ""
13785
13786 #: cp/decl.c:3469
13787 msgid "missing type-name in typedef-declaration"
13788 msgstr ""
13789
13790 #: cp/decl.c:3477
13791 msgid "ISO C++ prohibits anonymous structs"
13792 msgstr ""
13793
13794 #: cp/decl.c:3484
13795 msgid "`%D' can only be specified for functions"
13796 msgstr ""
13797
13798 #: cp/decl.c:3486
13799 msgid "`%D' can only be specified inside a class"
13800 msgstr ""
13801
13802 #: cp/decl.c:3488
13803 msgid "`%D' can only be specified for constructors"
13804 msgstr ""
13805
13806 #: cp/decl.c:3491
13807 msgid "`%D' can only be specified for objects and functions"
13808 msgstr ""
13809
13810 #: cp/decl.c:3633 cp/decl2.c:874
13811 msgid "typedef `%D' is initialized (use __typeof__ instead)"
13812 msgstr ""
13813
13814 #: cp/decl.c:3638
13815 msgid "function `%#D' is initialized like a variable"
13816 msgstr ""
13817
13818 #: cp/decl.c:3650
13819 msgid "declaration of `%#D' has `extern' and is initialized"
13820 msgstr ""
13821
13822 #: cp/decl.c:3683
13823 msgid "`%#D' is not a static member of `%#T'"
13824 msgstr ""
13825
13826 #: cp/decl.c:3689
13827 msgid "ISO C++ does not permit `%T::%D' to be defined as `%T::%D'"
13828 msgstr ""
13829
13830 #: cp/decl.c:3700
13831 msgid "duplicate initialization of %D"
13832 msgstr ""
13833
13834 #: cp/decl.c:3733
13835 msgid "declaration of `%#D' outside of class is not definition"
13836 msgstr ""
13837
13838 #: cp/decl.c:3782
13839 msgid "variable `%#D' has initializer but incomplete type"
13840 msgstr ""
13841
13842 #: cp/decl.c:3790 cp/decl.c:4372
13843 msgid "elements of array `%#D' have incomplete type"
13844 msgstr ""
13845
13846 #: cp/decl.c:3806
13847 msgid "aggregate `%#D' has incomplete type and cannot be defined"
13848 msgstr ""
13849
13850 #: cp/decl.c:3856
13851 msgid "`%D' declared as reference but not initialized"
13852 msgstr ""
13853
13854 #: cp/decl.c:3862
13855 msgid "ISO C++ forbids use of initializer list to initialize reference `%D'"
13856 msgstr ""
13857
13858 #: cp/decl.c:3890
13859 msgid "cannot initialize `%T' from `%T'"
13860 msgstr ""
13861
13862 #: cp/decl.c:3922
13863 msgid "initializer fails to determine size of `%D'"
13864 msgstr ""
13865
13866 #: cp/decl.c:3927
13867 msgid "array size missing in `%D'"
13868 msgstr ""
13869
13870 #: cp/decl.c:3939
13871 msgid "zero-size array `%D'"
13872 msgstr ""
13873
13874 #. An automatic variable with an incomplete type: that is an error.
13875 #. Don't talk about array types here, since we took care of that
13876 #. message in grokdeclarator.
13877 #: cp/decl.c:3976
13878 msgid "storage size of `%D' isn't known"
13879 msgstr ""
13880
13881 #: cp/decl.c:3998
13882 msgid "storage size of `%D' isn't constant"
13883 msgstr ""
13884
13885 #: cp/decl.c:4053
13886 msgid ""
13887 "sorry: semantics of inline function static data `%#D' are wrong (you'll wind "
13888 "up with multiple copies)"
13889 msgstr ""
13890
13891 #: cp/decl.c:4054
13892 msgid "%J  you can work around this by removing the initializer"
13893 msgstr ""
13894
13895 #: cp/decl.c:4080
13896 msgid "uninitialized const `%D'"
13897 msgstr ""
13898
13899 #: cp/decl.c:4158
13900 msgid "brace-enclosed initializer used to initialize `%T'"
13901 msgstr ""
13902
13903 #: cp/decl.c:4221
13904 msgid "initializer for `%T' must be brace-enclosed"
13905 msgstr ""
13906
13907 #: cp/decl.c:4238
13908 msgid "ISO C++ does not allow designated initializers"
13909 msgstr ""
13910
13911 #: cp/decl.c:4242
13912 msgid "`%T' has no non-static data member named `%D'"
13913 msgstr ""
13914
13915 #: cp/decl.c:4305
13916 msgid "name `%D' used in a GNU-style designated initializer for an array"
13917 msgstr ""
13918
13919 #: cp/decl.c:4328
13920 msgid "too many initializers for `%T'"
13921 msgstr ""
13922
13923 #: cp/decl.c:4366
13924 msgid "variable-sized object `%D' may not be initialized"
13925 msgstr ""
13926
13927 #: cp/decl.c:4377
13928 msgid "`%D' has incomplete type"
13929 msgstr ""
13930
13931 #: cp/decl.c:4431
13932 msgid "`%D' must be initialized by constructor, not by `{...}'"
13933 msgstr ""
13934
13935 #: cp/decl.c:4475
13936 msgid "structure `%D' with uninitialized const members"
13937 msgstr ""
13938
13939 #: cp/decl.c:4477
13940 msgid "structure `%D' with uninitialized reference members"
13941 msgstr ""
13942
13943 #: cp/decl.c:4658
13944 msgid "assignment (not initialization) in declaration"
13945 msgstr ""
13946
13947 #: cp/decl.c:4675
13948 msgid "cannot initialize `%D' to namespace `%D'"
13949 msgstr ""
13950
13951 #: cp/decl.c:4729
13952 msgid "shadowing previous type declaration of `%#D'"
13953 msgstr ""
13954
13955 #: cp/decl.c:4766
13956 msgid "`%D' cannot be thread-local because it has non-POD type `%T'"
13957 msgstr ""
13958
13959 #: cp/decl.c:4781
13960 msgid "`%D' is thread-local and so cannot be dynamically initialized"
13961 msgstr ""
13962
13963 #: cp/decl.c:5263
13964 msgid "invalid catch parameter"
13965 msgstr ""
13966
13967 #: cp/decl.c:5377
13968 msgid "destructor for alien class `%T' cannot be a member"
13969 msgstr ""
13970
13971 #: cp/decl.c:5380
13972 msgid "constructor for alien class `%T' cannot be a member"
13973 msgstr ""
13974
13975 #: cp/decl.c:5402
13976 msgid "`%D' declared as a `virtual' %s"
13977 msgstr ""
13978
13979 #: cp/decl.c:5404
13980 msgid "`%D' declared as an `inline' %s"
13981 msgstr ""
13982
13983 #: cp/decl.c:5406
13984 msgid ""
13985 "`const' and `volatile' function specifiers on `%D' invalid in %s declaration"
13986 msgstr ""
13987
13988 #: cp/decl.c:5409
13989 msgid "`%D' declared as a friend"
13990 msgstr ""
13991
13992 #: cp/decl.c:5415
13993 msgid "`%D' declared with an exception specification"
13994 msgstr ""
13995
13996 #: cp/decl.c:5497
13997 msgid "cannot declare `::main' to be a template"
13998 msgstr ""
13999
14000 #: cp/decl.c:5499
14001 msgid "cannot declare `::main' to be inline"
14002 msgstr ""
14003
14004 #: cp/decl.c:5501
14005 msgid "cannot declare `::main' to be static"
14006 msgstr ""
14007
14008 #: cp/decl.c:5504
14009 msgid "`main' must return `int'"
14010 msgstr ""
14011
14012 #: cp/decl.c:5531
14013 msgid "non-local function `%#D' uses anonymous type"
14014 msgstr ""
14015
14016 #: cp/decl.c:5534 cp/decl.c:5852
14017 msgid ""
14018 "`%#D' does not refer to the unqualified type, so it is not used for linkage"
14019 msgstr ""
14020
14021 #: cp/decl.c:5540
14022 msgid "non-local function `%#D' uses local type `%T'"
14023 msgstr ""
14024
14025 #: cp/decl.c:5564
14026 msgid "%smember function `%D' cannot have `%T' method qualifier"
14027 msgstr ""
14028
14029 #: cp/decl.c:5588
14030 msgid "defining explicit specialization `%D' in friend declaration"
14031 msgstr ""
14032
14033 #. Something like `template <class T> friend void f<T>()'.
14034 #: cp/decl.c:5598
14035 msgid "invalid use of template-id `%D' in declaration of primary template"
14036 msgstr ""
14037
14038 #: cp/decl.c:5625
14039 msgid ""
14040 "default arguments are not allowed in declaration of friend template "
14041 "specialization `%D'"
14042 msgstr ""
14043
14044 #: cp/decl.c:5632
14045 msgid ""
14046 "`inline' is not allowed in declaration of friend template specialization `%D'"
14047 msgstr ""
14048
14049 #: cp/decl.c:5692
14050 msgid "definition of implicitly-declared `%D'"
14051 msgstr ""
14052
14053 #: cp/decl.c:5712 cp/decl2.c:757
14054 msgid "no `%#D' member function declared in class `%T'"
14055 msgstr ""
14056
14057 #: cp/decl.c:5849
14058 msgid "non-local variable `%#D' uses anonymous type"
14059 msgstr ""
14060
14061 #: cp/decl.c:5858
14062 msgid "non-local variable `%#D' uses local type `%T'"
14063 msgstr ""
14064
14065 #: cp/decl.c:5973
14066 msgid ""
14067 "invalid in-class initialization of static data member of non-integral type `%"
14068 "T'"
14069 msgstr ""
14070
14071 #: cp/decl.c:5982
14072 msgid "ISO C++ forbids in-class initialization of non-const static member `%D'"
14073 msgstr ""
14074
14075 #: cp/decl.c:5985
14076 msgid ""
14077 "ISO C++ forbids initialization of member constant `%D' of non-integral type `"
14078 "%T'"
14079 msgstr ""
14080
14081 #: cp/decl.c:6004
14082 msgid "size of array `%D' has non-integral type `%T'"
14083 msgstr ""
14084
14085 #: cp/decl.c:6006
14086 msgid "size of array has non-integral type `%T'"
14087 msgstr ""
14088
14089 #: cp/decl.c:6042
14090 msgid "size of array `%D' is negative"
14091 msgstr ""
14092
14093 #: cp/decl.c:6044
14094 msgid "size of array is negative"
14095 msgstr ""
14096
14097 #: cp/decl.c:6052
14098 msgid "ISO C++ forbids zero-size array `%D'"
14099 msgstr ""
14100
14101 #: cp/decl.c:6054
14102 msgid "ISO C++ forbids zero-size array"
14103 msgstr ""
14104
14105 #: cp/decl.c:6061
14106 msgid "size of array `%D' is not an integral constant-expression"
14107 msgstr ""
14108
14109 #: cp/decl.c:6064
14110 msgid "size of array is not an integral constant-expression"
14111 msgstr ""
14112
14113 #: cp/decl.c:6069
14114 msgid "ISO C++ forbids variable-size array `%D'"
14115 msgstr ""
14116
14117 #: cp/decl.c:6071
14118 msgid "ISO C++ forbids variable-size array"
14119 msgstr ""
14120
14121 #: cp/decl.c:6093
14122 msgid "overflow in array dimension"
14123 msgstr ""
14124
14125 #: cp/decl.c:6187
14126 msgid "declaration of `%D' as %s"
14127 msgstr ""
14128
14129 #: cp/decl.c:6189
14130 #, c-format
14131 msgid "creating %s"
14132 msgstr ""
14133
14134 #: cp/decl.c:6201
14135 msgid ""
14136 "declaration of `%D' as multidimensional array must have bounds for all "
14137 "dimensions except the first"
14138 msgstr ""
14139
14140 #: cp/decl.c:6204
14141 msgid ""
14142 "multidimensional array must have bounds for all dimensions except the first"
14143 msgstr ""
14144
14145 #: cp/decl.c:6232
14146 msgid "return type specification for constructor invalid"
14147 msgstr ""
14148
14149 #: cp/decl.c:6239
14150 msgid "return type specification for destructor invalid"
14151 msgstr ""
14152
14153 #: cp/decl.c:6245
14154 msgid "operator `%T' declared to return `%T'"
14155 msgstr ""
14156
14157 #: cp/decl.c:6247
14158 msgid "return type specified for `operator %T'"
14159 msgstr ""
14160
14161 #: cp/decl.c:6391
14162 msgid "destructors must be member functions"
14163 msgstr ""
14164
14165 #: cp/decl.c:6410
14166 msgid "destructor `%T' must match class name `%T'"
14167 msgstr ""
14168
14169 #: cp/decl.c:6473
14170 msgid "declarator-id missing; using reserved word `%D'"
14171 msgstr ""
14172
14173 #: cp/decl.c:6527
14174 msgid "type `%T' is not derived from type `%T'"
14175 msgstr ""
14176
14177 #. Parse error puts this typespec where
14178 #. a declarator should go.
14179 #: cp/decl.c:6590
14180 msgid "`%T' specified as declarator-id"
14181 msgstr ""
14182
14183 #: cp/decl.c:6592
14184 msgid "  perhaps you want `%T' for a constructor"
14185 msgstr ""
14186
14187 #. Sometimes, we see a template-name used as part of a
14188 #. decl-specifier like in
14189 #. std::allocator alloc;
14190 #. Handle that gracefully.
14191 #: cp/decl.c:6614
14192 #, c-format
14193 msgid "invalid use of template-name '%E' in a declarator"
14194 msgstr ""
14195
14196 #: cp/decl.c:6634
14197 msgid "declaration of `%D' as non-function"
14198 msgstr ""
14199
14200 #: cp/decl.c:6711
14201 msgid "`bool' is now a keyword"
14202 msgstr ""
14203
14204 #: cp/decl.c:6713
14205 msgid "extraneous `%T' ignored"
14206 msgstr ""
14207
14208 #: cp/decl.c:6729 cp/decl.c:6773
14209 msgid "multiple declarations `%T' and `%T'"
14210 msgstr ""
14211
14212 #: cp/decl.c:6742
14213 msgid "ISO C++ does not support `long long'"
14214 msgstr ""
14215
14216 #: cp/decl.c:6846 cp/decl.c:6849
14217 #, c-format
14218 msgid "ISO C++ forbids declaration of `%s' with no type"
14219 msgstr ""
14220
14221 #: cp/decl.c:6880
14222 #, c-format
14223 msgid "short, signed or unsigned invalid for `%s'"
14224 msgstr ""
14225
14226 #: cp/decl.c:6885
14227 #, c-format
14228 msgid "long and short specified together for `%s'"
14229 msgstr ""
14230
14231 #: cp/decl.c:6896
14232 #, c-format
14233 msgid "signed and unsigned given together for `%s'"
14234 msgstr ""
14235
14236 #: cp/decl.c:7005
14237 msgid "qualifiers are not allowed on declaration of `operator %T'"
14238 msgstr ""
14239
14240 #: cp/decl.c:7027
14241 msgid "member `%D' cannot be declared both virtual and static"
14242 msgstr ""
14243
14244 #: cp/decl.c:7036
14245 msgid "`%T::%D' is not a valid declarator"
14246 msgstr ""
14247
14248 #: cp/decl.c:7048
14249 msgid "storage class specifiers invalid in parameter declarations"
14250 msgstr ""
14251
14252 #: cp/decl.c:7052
14253 msgid "typedef declaration invalid in parameter declaration"
14254 msgstr ""
14255
14256 #: cp/decl.c:7065
14257 msgid "virtual outside class declaration"
14258 msgstr ""
14259
14260 #: cp/decl.c:7124
14261 #, c-format
14262 msgid "storage class specified for %s `%s'"
14263 msgstr ""
14264
14265 #: cp/decl.c:7159
14266 #, c-format
14267 msgid "top-level declaration of `%s' specifies `auto'"
14268 msgstr ""
14269
14270 #: cp/decl.c:7171
14271 msgid "storage class specifiers invalid in friend function declarations"
14272 msgstr ""
14273
14274 #: cp/decl.c:7343
14275 msgid "destructor cannot be static member function"
14276 msgstr ""
14277
14278 #: cp/decl.c:7346
14279 #, c-format
14280 msgid "destructors may not be `%s'"
14281 msgstr ""
14282
14283 #: cp/decl.c:7367
14284 msgid "constructor cannot be static member function"
14285 msgstr ""
14286
14287 #: cp/decl.c:7370
14288 msgid "constructors cannot be declared virtual"
14289 msgstr ""
14290
14291 #: cp/decl.c:7375
14292 #, c-format
14293 msgid "constructors may not be `%s'"
14294 msgstr ""
14295
14296 #: cp/decl.c:7385
14297 msgid "return value type specifier for constructor ignored"
14298 msgstr ""
14299
14300 #: cp/decl.c:7404
14301 #, c-format
14302 msgid "can't initialize friend function `%s'"
14303 msgstr ""
14304
14305 #. Cannot be both friend and virtual.
14306 #: cp/decl.c:7408
14307 msgid "virtual functions cannot be friends"
14308 msgstr ""
14309
14310 #: cp/decl.c:7413
14311 msgid "friend declaration not in class definition"
14312 msgstr ""
14313
14314 #: cp/decl.c:7415
14315 #, c-format
14316 msgid "can't define friend function `%s' in a local class definition"
14317 msgstr ""
14318
14319 #: cp/decl.c:7436
14320 msgid "destructors may not have parameters"
14321 msgstr ""
14322
14323 #: cp/decl.c:7456 cp/decl.c:7463
14324 msgid "cannot declare reference to `%#T'"
14325 msgstr ""
14326
14327 #: cp/decl.c:7457
14328 msgid "cannot declare pointer to `%#T'"
14329 msgstr ""
14330
14331 #: cp/decl.c:7462
14332 msgid "cannot declare pointer to `%#T' member"
14333 msgstr ""
14334
14335 #: cp/decl.c:7600
14336 msgid "extra qualification `%T::' on member `%s' ignored"
14337 msgstr ""
14338
14339 #: cp/decl.c:7616
14340 msgid "cannot declare member function `%T::%s' within `%T'"
14341 msgstr ""
14342
14343 #: cp/decl.c:7631
14344 msgid "cannot declare member `%T::%s' within `%T'"
14345 msgstr ""
14346
14347 #: cp/decl.c:7711
14348 msgid "data member may not have variably modified type `%T'"
14349 msgstr ""
14350
14351 #: cp/decl.c:7713
14352 msgid "parameter may not have variably modified type `%T'"
14353 msgstr ""
14354
14355 #. [dcl.fct.spec] The explicit specifier shall only be used in
14356 #. declarations of constructors within a class definition.
14357 #: cp/decl.c:7721
14358 msgid "only declarations of constructors can be `explicit'"
14359 msgstr ""
14360
14361 #: cp/decl.c:7729
14362 #, c-format
14363 msgid "non-member `%s' cannot be declared `mutable'"
14364 msgstr ""
14365
14366 #: cp/decl.c:7734
14367 #, c-format
14368 msgid "non-object member `%s' cannot be declared `mutable'"
14369 msgstr ""
14370
14371 #: cp/decl.c:7740
14372 #, c-format
14373 msgid "function `%s' cannot be declared `mutable'"
14374 msgstr ""
14375
14376 #: cp/decl.c:7745
14377 #, c-format
14378 msgid "static `%s' cannot be declared `mutable'"
14379 msgstr ""
14380
14381 #: cp/decl.c:7750
14382 #, c-format
14383 msgid "const `%s' cannot be declared `mutable'"
14384 msgstr ""
14385
14386 #: cp/decl.c:7764
14387 msgid "template-id `%D' used as a declarator"
14388 msgstr ""
14389
14390 #: cp/decl.c:7785
14391 msgid "ISO C++ forbids nested type `%D' with same name as enclosing class"
14392 msgstr ""
14393
14394 #: cp/decl.c:7793
14395 msgid "%Jtypedef name may not be a nested-name-specifier"
14396 msgstr ""
14397
14398 #: cp/decl.c:7839
14399 msgid "%Jinvalid type qualifier for non-member function type"
14400 msgstr ""
14401
14402 #: cp/decl.c:7902
14403 msgid "type qualifiers specified for friend class declaration"
14404 msgstr ""
14405
14406 #: cp/decl.c:7907
14407 msgid "`inline' specified for friend class declaration"
14408 msgstr ""
14409
14410 #: cp/decl.c:7915
14411 msgid "template parameters cannot be friends"
14412 msgstr ""
14413
14414 #: cp/decl.c:7917
14415 msgid "friend declaration requires class-key, i.e. `friend class %T::%D'"
14416 msgstr ""
14417
14418 #: cp/decl.c:7921
14419 msgid "friend declaration requires class-key, i.e. `friend %#T'"
14420 msgstr ""
14421
14422 #: cp/decl.c:7934
14423 msgid "trying to make class `%T' a friend of global scope"
14424 msgstr ""
14425
14426 #: cp/decl.c:7945
14427 msgid "invalid qualifiers on non-member function type"
14428 msgstr ""
14429
14430 #: cp/decl.c:7964
14431 msgid "abstract declarator `%T' used as declaration"
14432 msgstr ""
14433
14434 #: cp/decl.c:7976
14435 msgid "unnamed variable or field declared void"
14436 msgstr ""
14437
14438 #: cp/decl.c:7985
14439 msgid "variable or field declared void"
14440 msgstr ""
14441
14442 #: cp/decl.c:7995
14443 msgid "cannot use `::' in parameter declaration"
14444 msgstr ""
14445
14446 #. Something like struct S { int N::j; };
14447 #: cp/decl.c:8040
14448 msgid "invalid use of `::'"
14449 msgstr ""
14450
14451 #: cp/decl.c:8052
14452 msgid "function `%D' cannot be declared friend"
14453 msgstr ""
14454
14455 #: cp/decl.c:8064
14456 msgid "can't make `%D' into a method -- not in a class"
14457 msgstr ""
14458
14459 #: cp/decl.c:8073
14460 msgid "function `%D' declared virtual inside a union"
14461 msgstr ""
14462
14463 #: cp/decl.c:8082
14464 msgid "`%D' cannot be declared virtual, since it is always static"
14465 msgstr ""
14466
14467 #: cp/decl.c:8161
14468 msgid "field `%D' has incomplete type"
14469 msgstr ""
14470
14471 #: cp/decl.c:8163
14472 msgid "name `%T' has incomplete type"
14473 msgstr ""
14474
14475 #: cp/decl.c:8172
14476 msgid "  in instantiation of template `%T'"
14477 msgstr ""
14478
14479 #: cp/decl.c:8182
14480 #, c-format
14481 msgid "`%s' is neither function nor member function; cannot be declared friend"
14482 msgstr ""
14483
14484 #: cp/decl.c:8193
14485 msgid "member functions are implicitly friends of their class"
14486 msgstr ""
14487
14488 #. An attempt is being made to initialize a non-static
14489 #. member.  But, from [class.mem]:
14490 #.
14491 #. 4 A member-declarator can contain a
14492 #. constant-initializer only if it declares a static
14493 #. member (_class.static_) of integral or enumeration
14494 #. type, see _class.static.data_.
14495 #.
14496 #. This used to be relatively common practice, but
14497 #. the rest of the compiler does not correctly
14498 #. handle the initialization unless the member is
14499 #. static so we make it static below.
14500 #: cp/decl.c:8233
14501 msgid "ISO C++ forbids initialization of member `%D'"
14502 msgstr ""
14503
14504 #: cp/decl.c:8235
14505 msgid "making `%D' static"
14506 msgstr ""
14507
14508 #: cp/decl.c:8291
14509 #, c-format
14510 msgid "storage class `auto' invalid for function `%s'"
14511 msgstr ""
14512
14513 #: cp/decl.c:8293
14514 #, c-format
14515 msgid "storage class `register' invalid for function `%s'"
14516 msgstr ""
14517
14518 #: cp/decl.c:8295
14519 #, c-format
14520 msgid "storage class `__thread' invalid for function `%s'"
14521 msgstr ""
14522
14523 #: cp/decl.c:8306
14524 #, c-format
14525 msgid ""
14526 "storage class `static' invalid for function `%s' declared out of global scope"
14527 msgstr ""
14528
14529 #: cp/decl.c:8308
14530 #, c-format
14531 msgid ""
14532 "storage class `inline' invalid for function `%s' declared out of global scope"
14533 msgstr ""
14534
14535 #: cp/decl.c:8315
14536 #, c-format
14537 msgid "virtual non-class function `%s'"
14538 msgstr ""
14539
14540 #: cp/decl.c:8346
14541 msgid "cannot declare member function `%D' to have static linkage"
14542 msgstr ""
14543
14544 #. FIXME need arm citation
14545 #: cp/decl.c:8352
14546 msgid "cannot declare static function inside another function"
14547 msgstr ""
14548
14549 #: cp/decl.c:8380
14550 msgid ""
14551 "`static' may not be used when defining (as opposed to declaring) a static "
14552 "data member"
14553 msgstr ""
14554
14555 #: cp/decl.c:8386
14556 msgid "static member `%D' declared `register'"
14557 msgstr ""
14558
14559 #: cp/decl.c:8391
14560 msgid "cannot explicitly declare member `%#D' to have extern linkage"
14561 msgstr ""
14562
14563 #: cp/decl.c:8531
14564 msgid "default argument for `%#D' has type `%T'"
14565 msgstr ""
14566
14567 #: cp/decl.c:8534
14568 msgid "default argument for parameter of type `%T' has type `%T'"
14569 msgstr ""
14570
14571 #: cp/decl.c:8551
14572 msgid "default argument `%E' uses local variable `%D'"
14573 msgstr ""
14574
14575 #: cp/decl.c:8595
14576 #, c-format
14577 msgid "invalid string constant `%E'"
14578 msgstr ""
14579
14580 #: cp/decl.c:8597
14581 msgid ""
14582 "invalid integer constant in parameter list, did you forget to give parameter "
14583 "name?"
14584 msgstr ""
14585
14586 #: cp/decl.c:8635
14587 msgid "parameter `%D' invalidly declared method type"
14588 msgstr ""
14589
14590 #: cp/decl.c:8659
14591 msgid "parameter `%D' includes %s to array of unknown bound `%T'"
14592 msgstr ""
14593
14594 #. [class.copy]
14595 #.
14596 #. A declaration of a constructor for a class X is ill-formed if
14597 #. its first parameter is of type (optionally cv-qualified) X
14598 #. and either there are no other parameters or else all other
14599 #. parameters have default arguments.
14600 #.
14601 #. We *don't* complain about member template instantiations that
14602 #. have this form, though; they can occur as we try to decide
14603 #. what constructor to use during overload resolution.  Since
14604 #. overload resolution will never prefer such a constructor to
14605 #. the non-template copy constructor (which is either explicitly
14606 #. or implicitly defined), there's no need to worry about their
14607 #. existence.  Theoretically, they should never even be
14608 #. instantiated, but that's hard to forestall.
14609 #: cp/decl.c:8818
14610 msgid "invalid constructor; you probably meant `%T (const %T&)'"
14611 msgstr ""
14612
14613 #: cp/decl.c:8945
14614 msgid "`%D' must be a nonstatic member function"
14615 msgstr ""
14616
14617 #: cp/decl.c:8951
14618 msgid ""
14619 "`%D' must be either a non-static member function or a non-member function"
14620 msgstr ""
14621
14622 #: cp/decl.c:8968
14623 msgid "`%D' must have an argument of class or enumerated type"
14624 msgstr ""
14625
14626 #: cp/decl.c:9003
14627 #, c-format
14628 msgid "conversion to %s%s will never use a type conversion operator"
14629 msgstr ""
14630
14631 #. 13.4.0.3
14632 #: cp/decl.c:9010
14633 msgid "ISO C++ prohibits overloading operator ?:"
14634 msgstr ""
14635
14636 #: cp/decl.c:9060
14637 msgid "postfix `%D' must take `int' as its argument"
14638 msgstr ""
14639
14640 #: cp/decl.c:9064
14641 msgid "postfix `%D' must take `int' as its second argument"
14642 msgstr ""
14643
14644 #: cp/decl.c:9071
14645 msgid "`%D' must take either zero or one argument"
14646 msgstr ""
14647
14648 #: cp/decl.c:9073
14649 msgid "`%D' must take either one or two arguments"
14650 msgstr ""
14651
14652 #: cp/decl.c:9094
14653 msgid "prefix `%D' should return `%T'"
14654 msgstr ""
14655
14656 #: cp/decl.c:9100
14657 msgid "postfix `%D' should return `%T'"
14658 msgstr ""
14659
14660 #: cp/decl.c:9109
14661 msgid "`%D' must take `void'"
14662 msgstr ""
14663
14664 #: cp/decl.c:9111 cp/decl.c:9119
14665 msgid "`%D' must take exactly one argument"
14666 msgstr ""
14667
14668 #: cp/decl.c:9121
14669 msgid "`%D' must take exactly two arguments"
14670 msgstr ""
14671
14672 #: cp/decl.c:9129
14673 msgid "user-defined `%D' always evaluates both arguments"
14674 msgstr ""
14675
14676 #: cp/decl.c:9143
14677 msgid "`%D' should return by value"
14678 msgstr ""
14679
14680 #: cp/decl.c:9155 cp/decl.c:9158
14681 msgid "`%D' cannot have default arguments"
14682 msgstr ""
14683
14684 #: cp/decl.c:9218
14685 msgid "using typedef-name `%D' after `%s'"
14686 msgstr ""
14687
14688 #: cp/decl.c:9224
14689 msgid "using template type parameter `%T' after `%s'"
14690 msgstr ""
14691
14692 #: cp/decl.c:9232
14693 msgid "`%T' referred to as `%s'"
14694 msgstr ""
14695
14696 #: cp/decl.c:9238
14697 msgid "`%T' referred to as enum"
14698 msgstr ""
14699
14700 #. If a class template appears as elaborated type specifier
14701 #. without a template header such as:
14702 #.
14703 #. template <class T> class C {};
14704 #. void f(class C);             // No template header here
14705 #.
14706 #. then the required template argument is missing.
14707 #: cp/decl.c:9253
14708 msgid "template argument required for `%s %T'"
14709 msgstr ""
14710
14711 #: cp/decl.c:9398
14712 msgid "use of enum `%#D' without previous declaration"
14713 msgstr ""
14714
14715 #: cp/decl.c:9455
14716 msgid "derived union `%T' invalid"
14717 msgstr ""
14718
14719 #: cp/decl.c:9508
14720 msgid "base type `%T' fails to be a struct or class type"
14721 msgstr ""
14722
14723 #: cp/decl.c:9516
14724 msgid "recursive type `%T' undefined"
14725 msgstr ""
14726
14727 #: cp/decl.c:9518
14728 msgid "duplicate base type `%T' invalid"
14729 msgstr ""
14730
14731 #: cp/decl.c:9596
14732 msgid "Java class '%T' cannot have multiple bases"
14733 msgstr ""
14734
14735 #: cp/decl.c:9598
14736 msgid "Java class '%T' cannot have virtual bases"
14737 msgstr ""
14738
14739 #: cp/decl.c:9638
14740 msgid "multiple definition of `%#T'"
14741 msgstr ""
14742
14743 #: cp/decl.c:9639
14744 msgid "%Jprevious definition here"
14745 msgstr ""
14746
14747 #. DR 377
14748 #.
14749 #. IF no integral type can represent all the enumerator values, the
14750 #. enumeration is ill-formed.
14751 #: cp/decl.c:9774
14752 msgid "no integral type can represent all of the enumerator values for `%T'"
14753 msgstr ""
14754
14755 #: cp/decl.c:9864
14756 msgid "enumerator value for `%D' not integer constant"
14757 msgstr ""
14758
14759 #: cp/decl.c:9884
14760 msgid "overflow in enumeration values at `%D'"
14761 msgstr ""
14762
14763 #: cp/decl.c:9955
14764 msgid "return type `%#T' is incomplete"
14765 msgstr ""
14766
14767 #: cp/decl.c:10073
14768 msgid "return type for `main' changed to `int'"
14769 msgstr ""
14770
14771 #: cp/decl.c:10118 cp/typeck.c:5961
14772 msgid "`operator=' should return a reference to `*this'"
14773 msgstr ""
14774
14775 #: cp/decl.c:10387
14776 msgid "parameter `%D' declared void"
14777 msgstr ""
14778
14779 #: cp/decl.c:10857
14780 msgid "invalid member function declaration"
14781 msgstr ""
14782
14783 #: cp/decl.c:10872
14784 msgid "`%D' is already defined in class `%T'"
14785 msgstr ""
14786
14787 #: cp/decl.c:11084
14788 msgid "static member function `%#D' declared with type qualifiers"
14789 msgstr ""
14790
14791 #: cp/decl2.c:145
14792 #, c-format
14793 msgid "duplicate type qualifiers in %s declaration"
14794 msgstr ""
14795
14796 #: cp/decl2.c:318
14797 msgid "name missing for member function"
14798 msgstr ""
14799
14800 #: cp/decl2.c:410 cp/decl2.c:424
14801 msgid "ambiguous conversion for array subscript"
14802 msgstr ""
14803
14804 #: cp/decl2.c:418
14805 msgid "invalid types `%T[%T]' for array subscript"
14806 msgstr ""
14807
14808 #: cp/decl2.c:462
14809 msgid "deleting array `%#D'"
14810 msgstr ""
14811
14812 #: cp/decl2.c:468
14813 msgid "type `%#T' argument given to `delete', expected pointer"
14814 msgstr ""
14815
14816 #: cp/decl2.c:480
14817 msgid ""
14818 "cannot delete a function.  Only pointer-to-objects are valid arguments to "
14819 "`delete'"
14820 msgstr ""
14821
14822 #: cp/decl2.c:487
14823 msgid "deleting `%T' is undefined"
14824 msgstr ""
14825
14826 #. 14.5.2.2 [temp.mem]
14827 #.
14828 #. A local class shall not have member templates.
14829 #: cp/decl2.c:523
14830 msgid "invalid declaration of member template `%#D' in local class"
14831 msgstr ""
14832
14833 #: cp/decl2.c:532
14834 msgid "invalid use of `virtual' in template declaration of `%#D'"
14835 msgstr ""
14836
14837 #: cp/decl2.c:542 cp/pt.c:2845
14838 msgid "template declaration of `%#D'"
14839 msgstr ""
14840
14841 #: cp/decl2.c:591
14842 msgid "Java method '%D' has non-Java return type `%T'"
14843 msgstr ""
14844
14845 #: cp/decl2.c:607
14846 msgid "Java method '%D' has non-Java parameter type `%T'"
14847 msgstr ""
14848
14849 #: cp/decl2.c:718
14850 msgid "prototype for `%#D' does not match any in class `%T'"
14851 msgstr ""
14852
14853 #: cp/decl2.c:797
14854 msgid "local class `%#T' shall not have static data member `%#D'"
14855 msgstr ""
14856
14857 #: cp/decl2.c:805
14858 msgid "initializer invalid for static member with constructor"
14859 msgstr ""
14860
14861 #: cp/decl2.c:808
14862 msgid "(an out of class initialization is required)"
14863 msgstr ""
14864
14865 #: cp/decl2.c:891
14866 msgid "member `%D' conflicts with virtual function table field name"
14867 msgstr ""
14868
14869 #: cp/decl2.c:908
14870 msgid "`%D' is already defined in `%T'"
14871 msgstr ""
14872
14873 #: cp/decl2.c:955
14874 msgid "field initializer is not constant"
14875 msgstr ""
14876
14877 #: cp/decl2.c:983
14878 msgid "`asm' specifiers are not permitted on non-static data members"
14879 msgstr ""
14880
14881 #: cp/decl2.c:1033
14882 msgid "cannot declare `%D' to be a bit-field type"
14883 msgstr ""
14884
14885 #: cp/decl2.c:1043
14886 msgid "cannot declare bit-field `%D' with function type"
14887 msgstr ""
14888
14889 #: cp/decl2.c:1050
14890 msgid "`%D' is already defined in the class %T"
14891 msgstr ""
14892
14893 #: cp/decl2.c:1057
14894 msgid "static member `%D' cannot be a bit-field"
14895 msgstr ""
14896
14897 #: cp/decl2.c:1116
14898 msgid "initializer specified for non-member function `%D'"
14899 msgstr ""
14900
14901 #: cp/decl2.c:1120
14902 msgid "invalid initializer for virtual method `%D'"
14903 msgstr ""
14904
14905 #: cp/decl2.c:1167
14906 msgid "anonymous struct not inside named type"
14907 msgstr ""
14908
14909 #: cp/decl2.c:1237
14910 msgid "namespace-scope anonymous aggregates must be static"
14911 msgstr ""
14912
14913 #: cp/decl2.c:1244
14914 msgid "anonymous union with no members"
14915 msgstr ""
14916
14917 #: cp/decl2.c:1278
14918 msgid "`operator new' must return type `%T'"
14919 msgstr ""
14920
14921 #: cp/decl2.c:1286
14922 msgid "`operator new' takes type `size_t' (`%T') as first parameter"
14923 msgstr ""
14924
14925 #: cp/decl2.c:1312
14926 msgid "`operator delete' must return type `%T'"
14927 msgstr ""
14928
14929 #: cp/decl2.c:1320
14930 msgid "`operator delete' takes type `%T' as first parameter"
14931 msgstr ""
14932
14933 #: cp/decl2.c:2834
14934 msgid "inline function `%D' used but never defined"
14935 msgstr ""
14936
14937 #: cp/decl2.c:2989
14938 msgid "default argument missing for parameter %P of `%+#D'"
14939 msgstr ""
14940
14941 #. damn ICE suppression
14942 #: cp/error.c:2350
14943 #, c-format
14944 msgid "unexpected letter `%c' in locate_error\n"
14945 msgstr ""
14946
14947 #. Can't throw a reference.
14948 #: cp/except.c:239
14949 msgid "type `%T' is disallowed in Java `throw' or `catch'"
14950 msgstr ""
14951
14952 #: cp/except.c:250
14953 msgid "call to Java `catch' or `throw' with `jthrowable' undefined"
14954 msgstr ""
14955
14956 #. Thrown object must be a Throwable.
14957 #: cp/except.c:257
14958 msgid "type `%T' is not derived from `java::lang::Throwable'"
14959 msgstr ""
14960
14961 #: cp/except.c:320
14962 msgid "mixing C++ and Java catches in a single translation unit"
14963 msgstr ""
14964
14965 #: cp/except.c:575
14966 msgid "throwing NULL, which has integral, not pointer type"
14967 msgstr ""
14968
14969 #: cp/except.c:598 cp/init.c:2029
14970 msgid "`%D' should never be overloaded"
14971 msgstr ""
14972
14973 #: cp/except.c:665
14974 msgid "  in thrown expression"
14975 msgstr ""
14976
14977 #: cp/except.c:811
14978 msgid ""
14979 "expression '%E' of abstract class type '%T' cannot be used in throw-"
14980 "expression"
14981 msgstr ""
14982
14983 #: cp/except.c:892
14984 msgid "%Hexception of type `%T' will be caught"
14985 msgstr ""
14986
14987 #: cp/except.c:894
14988 msgid "%H   by earlier handler for `%T'"
14989 msgstr ""
14990
14991 #: cp/except.c:913
14992 msgid "%H`...' handler must be the last handler for its try block"
14993 msgstr ""
14994
14995 #: cp/friend.c:151
14996 msgid "`%D' is already a friend of class `%T'"
14997 msgstr ""
14998
14999 #: cp/friend.c:202
15000 msgid "invalid type `%T' declared `friend'"
15001 msgstr ""
15002
15003 #. [temp.friend]
15004 #. Friend declarations shall not declare partial
15005 #. specializations.
15006 #: cp/friend.c:218
15007 msgid "partial specialization `%T' declared `friend'"
15008 msgstr ""
15009
15010 #: cp/friend.c:228
15011 msgid "class `%T' is implicitly friends with itself"
15012 msgstr ""
15013
15014 #. template <class T> friend typename S<T>::X;
15015 #: cp/friend.c:246
15016 msgid "typename type `%#T' declared `friend'"
15017 msgstr ""
15018
15019 #. template <class T> friend class T;
15020 #: cp/friend.c:252
15021 msgid "template parameter type `%T' declared `friend'"
15022 msgstr ""
15023
15024 #. template <class T> friend class A; where A is not a template
15025 #: cp/friend.c:258
15026 msgid "`%#T' is not a template"
15027 msgstr ""
15028
15029 #: cp/friend.c:277
15030 msgid "`%D' is already a friend of `%T'"
15031 msgstr ""
15032
15033 #: cp/friend.c:287
15034 msgid "`%T' is already a friend of `%T'"
15035 msgstr ""
15036
15037 #: cp/friend.c:412
15038 msgid "member `%D' declared as friend before type `%T' defined"
15039 msgstr ""
15040
15041 #: cp/friend.c:468
15042 msgid "friend declaration `%#D' declares a non-template function"
15043 msgstr ""
15044
15045 #: cp/friend.c:471
15046 msgid ""
15047 "(if this is not what you intended, make sure the function template has "
15048 "already been declared and add <> after the function name here) -Wno-non-"
15049 "template-friend disables this warning"
15050 msgstr ""
15051
15052 #: cp/g++spec.c:229 java/jvspec.c:415
15053 #, c-format
15054 msgid "argument to `%s' missing\n"
15055 msgstr ""
15056
15057 #: cp/init.c:321
15058 msgid "`%D' should be initialized in the member initialization list"
15059 msgstr ""
15060
15061 #: cp/init.c:370
15062 msgid "default-initialization of `%#D', which has reference type"
15063 msgstr ""
15064
15065 #: cp/init.c:375
15066 msgid "uninitialized reference member `%D'"
15067 msgstr ""
15068
15069 #: cp/init.c:377
15070 msgid "uninitialized member `%D' with `const' type `%T'"
15071 msgstr ""
15072
15073 #: cp/init.c:516
15074 msgid "`%D' will be initialized after"
15075 msgstr ""
15076
15077 #: cp/init.c:519
15078 msgid "base `%T' will be initialized after"
15079 msgstr ""
15080
15081 #: cp/init.c:522
15082 msgid "  `%#D'"
15083 msgstr ""
15084
15085 #: cp/init.c:524
15086 msgid "  base `%T'"
15087 msgstr ""
15088
15089 #: cp/init.c:525
15090 msgid "  when initialized here"
15091 msgstr ""
15092
15093 #: cp/init.c:541
15094 msgid "multiple initializations given for `%D'"
15095 msgstr ""
15096
15097 #: cp/init.c:543
15098 msgid "multiple initializations given for base `%T'"
15099 msgstr ""
15100
15101 #: cp/init.c:610
15102 msgid "initializations for multiple members of `%T'"
15103 msgstr ""
15104
15105 #: cp/init.c:667
15106 msgid ""
15107 "base class `%#T' should be explicitly initialized in the copy constructor"
15108 msgstr ""
15109
15110 #: cp/init.c:895 cp/init.c:914
15111 msgid "class `%T' does not have any field named `%D'"
15112 msgstr ""
15113
15114 #: cp/init.c:901
15115 msgid ""
15116 "`%#D' is a static data member; it can only be initialized at its definition"
15117 msgstr ""
15118
15119 #: cp/init.c:908
15120 msgid "`%#D' is not a non-static data member of `%T'"
15121 msgstr ""
15122
15123 #: cp/init.c:947
15124 msgid "unnamed initializer for `%T', which has no base classes"
15125 msgstr ""
15126
15127 #: cp/init.c:954
15128 msgid "unnamed initializer for `%T', which uses multiple inheritance"
15129 msgstr ""
15130
15131 #: cp/init.c:1009
15132 msgid "'%D' is both a direct base and an indirect virtual base"
15133 msgstr ""
15134
15135 #: cp/init.c:1017
15136 msgid "type `%D' is not a direct or virtual base of `%T'"
15137 msgstr ""
15138
15139 #: cp/init.c:1020
15140 msgid "type `%D' is not a direct base of `%T'"
15141 msgstr ""
15142
15143 #: cp/init.c:1100
15144 msgid "bad array initializer"
15145 msgstr ""
15146
15147 #: cp/init.c:1300
15148 msgid "`%T' is not an aggregate type"
15149 msgstr ""
15150
15151 #: cp/init.c:1321
15152 msgid "`%T' fails to be an aggregate typedef"
15153 msgstr ""
15154
15155 #: cp/init.c:1330
15156 msgid "type `%T' is of non-aggregate type"
15157 msgstr ""
15158
15159 #: cp/init.c:1422 cp/typeck.c:1799
15160 msgid "qualified type `%T' does not match destructor name `~%T'"
15161 msgstr ""
15162
15163 #: cp/init.c:1430
15164 msgid "incomplete type `%T' does not have member `%D'"
15165 msgstr ""
15166
15167 #: cp/init.c:1449
15168 msgid "`%D' is not a member of type `%T'"
15169 msgstr ""
15170
15171 #: cp/init.c:1468
15172 msgid "invalid pointer to bit-field `%D'"
15173 msgstr ""
15174
15175 #: cp/init.c:1570
15176 msgid "invalid use of non-static member function `%D'"
15177 msgstr ""
15178
15179 #: cp/init.c:1576 cp/semantics.c:1162
15180 msgid "invalid use of non-static data member `%D'"
15181 msgstr ""
15182
15183 #: cp/init.c:1716
15184 msgid "new of array type fails to specify size"
15185 msgstr ""
15186
15187 #: cp/init.c:1727
15188 msgid "size in array new must have integral type"
15189 msgstr ""
15190
15191 #: cp/init.c:1733
15192 msgid "zero size array reserves no space"
15193 msgstr ""
15194
15195 #: cp/init.c:1799
15196 msgid "new cannot be applied to a reference type"
15197 msgstr ""
15198
15199 #: cp/init.c:1805
15200 msgid "new cannot be applied to a function type"
15201 msgstr ""
15202
15203 #: cp/init.c:1851
15204 msgid "call to Java constructor, while `jclass' undefined"
15205 msgstr ""
15206
15207 #: cp/init.c:1867
15208 msgid "can't find class$"
15209 msgstr ""
15210
15211 #: cp/init.c:1994
15212 msgid "invalid type `void' for new"
15213 msgstr ""
15214
15215 #: cp/init.c:2004
15216 msgid "uninitialized const in `new' of `%#T'"
15217 msgstr ""
15218
15219 #: cp/init.c:2024
15220 #, c-format
15221 msgid "call to Java constructor with `%s' undefined"
15222 msgstr ""
15223
15224 #: cp/init.c:2064
15225 msgid "request for member `%D' is ambiguous"
15226 msgstr ""
15227
15228 #: cp/init.c:2184
15229 msgid "ISO C++ forbids initialization in array new"
15230 msgstr ""
15231
15232 #: cp/init.c:2656
15233 msgid "initializer ends prematurely"
15234 msgstr ""
15235
15236 #: cp/init.c:2713
15237 msgid "cannot initialize multi-dimensional array with initializer"
15238 msgstr ""
15239
15240 #: cp/init.c:2874
15241 msgid "possible problem detected in invocation of delete operator:"
15242 msgstr ""
15243
15244 #: cp/init.c:2877
15245 msgid ""
15246 "neither the destructor nor the class-specific operator delete will be "
15247 "called, even if they are declared when the class is defined."
15248 msgstr ""
15249
15250 #: cp/init.c:2898
15251 msgid "unknown array size in delete"
15252 msgstr ""
15253
15254 #: cp/init.c:3162
15255 msgid "type to vector delete is neither pointer or array type"
15256 msgstr ""
15257
15258 #: cp/lex.c:99
15259 msgid "type name expected before `*'"
15260 msgstr ""
15261
15262 #: cp/lex.c:501
15263 #, c-format
15264 msgid "junk at end of #pragma %s"
15265 msgstr ""
15266
15267 #: cp/lex.c:508
15268 #, c-format
15269 msgid "invalid #pragma %s"
15270 msgstr ""
15271
15272 #: cp/lex.c:516
15273 msgid "#pragma vtable no longer supported"
15274 msgstr ""
15275
15276 #: cp/lex.c:590
15277 #, c-format
15278 msgid "#pragma implementation for %s appears after file is included"
15279 msgstr ""
15280
15281 #: cp/lex.c:614
15282 msgid "junk at end of #pragma GCC java_exceptions"
15283 msgstr ""
15284
15285 #: cp/lex.c:628
15286 msgid "`%D' not defined"
15287 msgstr ""
15288
15289 #: cp/lex.c:632
15290 msgid "`%D' was not declared in this scope"
15291 msgstr ""
15292
15293 #. In a template, it is invalid to write "f()" or "f(3)" if no
15294 #. declaration of "f" is available.  Historically, G++ and most
15295 #. other compilers accepted that usage since they deferred all name
15296 #. lookup until instantiation time rather than doing unqualified
15297 #. name lookup at template definition time; explain to the user what
15298 #. is going wrong.
15299 #.
15300 #. Note that we have the exact wording of the following message in
15301 #. the manual (trouble.texi, node "Name lookup"), so they need to
15302 #. be kept in synch.
15303 #: cp/lex.c:666
15304 msgid ""
15305 "there are no arguments to `%D' that depend on a template parameter, so a "
15306 "declaration of `%D' must be available"
15307 msgstr ""
15308
15309 #: cp/lex.c:675
15310 msgid ""
15311 "(if you use `-fpermissive', G++ will accept your code, but allowing the use "
15312 "of an undeclared name is deprecated)"
15313 msgstr ""
15314
15315 #: cp/mangle.c:2054
15316 msgid "call_expr cannot be mangled due to a defect in the C++ ABI"
15317 msgstr ""
15318
15319 #: cp/mangle.c:2107
15320 msgid "omitted middle operand to `?:' operand cannot be mangled"
15321 msgstr ""
15322
15323 #: cp/mangle.c:2406
15324 msgid "the mangled name of `%D' will change in a future version of GCC"
15325 msgstr ""
15326
15327 #: cp/method.c:461
15328 msgid "generic thunk code fails for method `%#D' which uses `...'"
15329 msgstr ""
15330
15331 #: cp/method.c:676
15332 msgid "non-static const member `%#D', can't use default assignment operator"
15333 msgstr ""
15334
15335 #: cp/method.c:681
15336 msgid ""
15337 "non-static reference member `%#D', can't use default assignment operator"
15338 msgstr ""
15339
15340 #: cp/name-lookup.c:691
15341 msgid "redeclaration of `wchar_t' as `%T'"
15342 msgstr ""
15343
15344 #. A redeclaration of main, but not a duplicate of the
15345 #. previous one.
15346 #.
15347 #. [basic.start.main]
15348 #.
15349 #. This function shall not be overloaded.
15350 #: cp/name-lookup.c:723
15351 msgid "invalid redeclaration of `%D'"
15352 msgstr ""
15353
15354 #: cp/name-lookup.c:724
15355 msgid "as `%D'"
15356 msgstr ""
15357
15358 #: cp/name-lookup.c:812
15359 msgid "type mismatch with previous external decl of `%#D'"
15360 msgstr ""
15361
15362 #: cp/name-lookup.c:813
15363 msgid "previous external decl of `%#D'"
15364 msgstr ""
15365
15366 #: cp/name-lookup.c:895
15367 msgid "extern declaration of `%#D' doesn't match"
15368 msgstr ""
15369
15370 #: cp/name-lookup.c:896
15371 msgid "global declaration `%#D'"
15372 msgstr ""
15373
15374 #: cp/name-lookup.c:932 cp/name-lookup.c:939
15375 msgid "declaration of '%#D' shadows a parameter"
15376 msgstr ""
15377
15378 #. Location of previous decl is not useful in this case.
15379 #: cp/name-lookup.c:956
15380 msgid "declaration of '%D' shadows a member of 'this'"
15381 msgstr ""
15382
15383 #: cp/name-lookup.c:962
15384 msgid "declaration of '%D' shadows a previous local"
15385 msgstr ""
15386
15387 #: cp/name-lookup.c:969
15388 msgid "declaration of '%D' shadows a global declaration"
15389 msgstr ""
15390
15391 #: cp/name-lookup.c:1138
15392 msgid "name lookup of `%D' changed"
15393 msgstr ""
15394
15395 #: cp/name-lookup.c:1140
15396 msgid "  matches this `%D' under ISO standard rules"
15397 msgstr ""
15398
15399 #: cp/name-lookup.c:1142
15400 msgid "  matches this `%D' under old rules"
15401 msgstr ""
15402
15403 #: cp/name-lookup.c:1156 cp/name-lookup.c:1163
15404 msgid "name lookup of `%D' changed for new ISO `for' scoping"
15405 msgstr ""
15406
15407 #: cp/name-lookup.c:1158
15408 msgid "  cannot use obsolete binding at `%D' because it has a destructor"
15409 msgstr ""
15410
15411 #: cp/name-lookup.c:1165
15412 msgid "  using obsolete binding at `%D'"
15413 msgstr ""
15414
15415 #: cp/name-lookup.c:1218
15416 #, c-format
15417 msgid "%s %s(%E) %p %d\n"
15418 msgstr ""
15419
15420 #: cp/name-lookup.c:1221
15421 #, c-format
15422 msgid "%s %s %p %d\n"
15423 msgstr ""
15424
15425 #: cp/name-lookup.c:1340
15426 msgid "XXX is_class_level != (current_scope == class_scope)\n"
15427 msgstr ""
15428
15429 #: cp/name-lookup.c:1978
15430 msgid "`%#D' hides constructor for `%#T'"
15431 msgstr ""
15432
15433 #: cp/name-lookup.c:1993
15434 msgid "`%#D' conflicts with previous using declaration `%#D'"
15435 msgstr ""
15436
15437 #: cp/name-lookup.c:2005
15438 msgid "previous non-function declaration `%#D'"
15439 msgstr ""
15440
15441 #: cp/name-lookup.c:2006
15442 msgid "conflicts with function declaration `%#D'"
15443 msgstr ""
15444
15445 #. 7.3.3/5
15446 #. A using-declaration shall not name a template-id.
15447 #: cp/name-lookup.c:2083
15448 msgid "a using-declaration cannot specify a template-id.  Try `using %D'"
15449 msgstr ""
15450
15451 #: cp/name-lookup.c:2089
15452 msgid "namespace `%D' not allowed in using-declaration"
15453 msgstr ""
15454
15455 #. It's a nested name with template parameter dependent scope.
15456 #. This can only be using-declaration for class member.
15457 #: cp/name-lookup.c:2097 cp/name-lookup.c:2111 cp/name-lookup.c:3375
15458 msgid "`%T' is not a namespace"
15459 msgstr ""
15460
15461 #: cp/name-lookup.c:2134
15462 msgid "`%D' not declared"
15463 msgstr ""
15464
15465 #. If the OLD_FN was really declared, the
15466 #. declarations don't match.
15467 #: cp/name-lookup.c:2146 cp/name-lookup.c:2188 cp/name-lookup.c:2225
15468 msgid "`%D' is already declared in this scope"
15469 msgstr ""
15470
15471 #: cp/name-lookup.c:2231
15472 msgid "using declaration `%D' introduced ambiguous type `%T'"
15473 msgstr ""
15474
15475 #. Definition isn't the kind we were looking for.
15476 #: cp/name-lookup.c:2399 cp/name-lookup.c:2418
15477 msgid "`%#D' redeclared as %C"
15478 msgstr ""
15479
15480 #: cp/name-lookup.c:2791
15481 msgid "`%D' has the same name as the class in which it is declared"
15482 msgstr ""
15483
15484 #: cp/name-lookup.c:2878
15485 msgid "using-declaration for non-member at class scope"
15486 msgstr ""
15487
15488 #: cp/name-lookup.c:2885
15489 msgid "using-declaration cannot name destructor"
15490 msgstr ""
15491
15492 #: cp/name-lookup.c:2990
15493 msgid "declaration of `%D' not in a namespace surrounding `%D'"
15494 msgstr ""
15495
15496 #: cp/name-lookup.c:3030
15497 msgid "`%D' should have been declared inside `%D'"
15498 msgstr ""
15499
15500 #: cp/name-lookup.c:3094
15501 msgid "namespace alias `%D' not allowed here, assuming `%D'"
15502 msgstr ""
15503
15504 #. The parser did not find it, so it's not there.
15505 #: cp/name-lookup.c:3209
15506 msgid "unknown namespace `%D'"
15507 msgstr ""
15508
15509 #: cp/name-lookup.c:3369
15510 msgid "namespace `%T' undeclared"
15511 msgstr ""
15512
15513 #: cp/name-lookup.c:3413
15514 msgid "strong using only meaningful at namespace scope"
15515 msgstr ""
15516
15517 #: cp/name-lookup.c:3420
15518 msgid "`%D' attribute directive ignored"
15519 msgstr ""
15520
15521 #: cp/name-lookup.c:3554
15522 msgid "use of `%D' is ambiguous"
15523 msgstr ""
15524
15525 #: cp/name-lookup.c:3555
15526 msgid "  first declared as `%#D' here"
15527 msgstr ""
15528
15529 #: cp/name-lookup.c:3558
15530 msgid "  also declared as `%#D' here"
15531 msgstr ""
15532
15533 #: cp/name-lookup.c:3573
15534 msgid "`%D' denotes an ambiguous type"
15535 msgstr ""
15536
15537 #: cp/name-lookup.c:3574
15538 msgid "%J  first type here"
15539 msgstr ""
15540
15541 #: cp/name-lookup.c:3575
15542 msgid "%J  other type here"
15543 msgstr ""
15544
15545 #. This happens for A::B where B is a template, and there are no
15546 #. template arguments.
15547 #: cp/name-lookup.c:3639 cp/typeck.c:1773
15548 msgid "invalid use of `%D'"
15549 msgstr ""
15550
15551 #: cp/name-lookup.c:3679
15552 msgid "`%D::%D' is not a template"
15553 msgstr ""
15554
15555 #: cp/name-lookup.c:3696
15556 msgid "`%D' undeclared in namespace `%D'"
15557 msgstr ""
15558
15559 #: cp/name-lookup.c:4154
15560 msgid "`%D' is not a function,"
15561 msgstr ""
15562
15563 #: cp/name-lookup.c:4155
15564 msgid "  conflict with `%D'"
15565 msgstr ""
15566
15567 #: cp/name-lookup.c:4896
15568 msgid "XXX entering pop_everything ()\n"
15569 msgstr ""
15570
15571 #: cp/name-lookup.c:4905
15572 msgid "XXX leaving pop_everything ()\n"
15573 msgstr ""
15574
15575 #: cp/parser.c:609
15576 msgid "invalid token"
15577 msgstr ""
15578
15579 #: cp/parser.c:1810
15580 msgid "`%D::%D' has not been declared"
15581 msgstr ""
15582
15583 #: cp/parser.c:1813 cp/semantics.c:2235
15584 msgid "`::%D' has not been declared"
15585 msgstr ""
15586
15587 #: cp/parser.c:1815
15588 msgid "`%D' has not been declared"
15589 msgstr ""
15590
15591 #: cp/parser.c:1818
15592 msgid "`%D::%D' %s"
15593 msgstr ""
15594
15595 #: cp/parser.c:1820
15596 msgid "`::%D' %s"
15597 msgstr ""
15598
15599 #: cp/parser.c:1822
15600 msgid "`%D' %s"
15601 msgstr ""
15602
15603 #: cp/parser.c:1874
15604 msgid "new types may not be defined in a return type"
15605 msgstr ""
15606
15607 #: cp/parser.c:1892 cp/pt.c:4207
15608 msgid "`%T' is not a template"
15609 msgstr ""
15610
15611 #: cp/parser.c:1894
15612 #, c-format
15613 msgid "`%s' is not a template"
15614 msgstr ""
15615
15616 #: cp/parser.c:1896
15617 msgid "invalid template-id"
15618 msgstr ""
15619
15620 #: cp/parser.c:1937
15621 #, c-format
15622 msgid "%s cannot appear in a constant-expression"
15623 msgstr ""
15624
15625 #: cp/parser.c:1961
15626 #, c-format
15627 msgid "invalid use of template-name `%E' without an argument list"
15628 msgstr ""
15629
15630 #. Issue an error message.
15631 #: cp/parser.c:1966
15632 #, c-format
15633 msgid "`%E' does not name a type"
15634 msgstr ""
15635
15636 #: cp/parser.c:1997
15637 msgid "(perhaps `typename %T::%E' was intended)"
15638 msgstr ""
15639
15640 #: cp/parser.c:2012
15641 #, c-format
15642 msgid "`%E' in namespace `%E' does not name a type"
15643 msgstr ""
15644
15645 #: cp/parser.c:2015
15646 msgid "`%E' in class `%T' does not name a type"
15647 msgstr ""
15648
15649 #: cp/parser.c:2491
15650 msgid "ISO C++ forbids braced-groups within expressions"
15651 msgstr ""
15652
15653 #: cp/parser.c:2500
15654 msgid "statement-expressions are allowed only inside functions"
15655 msgstr ""
15656
15657 #: cp/parser.c:2551
15658 msgid "`this' may not be used in this context"
15659 msgstr ""
15660
15661 #: cp/parser.c:2695
15662 msgid "local variable `%D' may not appear in this context"
15663 msgstr ""
15664
15665 #: cp/parser.c:3060
15666 msgid "typedef-name `%D' used as destructor declarator"
15667 msgstr ""
15668
15669 #: cp/parser.c:3712
15670 msgid "ISO C++ forbids compound-literals"
15671 msgstr ""
15672
15673 #: cp/parser.c:4534
15674 msgid "array bound forbidden after parenthesized type-id"
15675 msgstr ""
15676
15677 #: cp/parser.c:4535
15678 msgid "try removing the parentheses around the type-id"
15679 msgstr ""
15680
15681 #: cp/parser.c:4697
15682 msgid "expression in new-declarator must have integral or enumeration type"
15683 msgstr ""
15684
15685 #: cp/parser.c:4878
15686 msgid "use of old-style cast"
15687 msgstr ""
15688
15689 #: cp/parser.c:5626
15690 #, c-format
15691 msgid "case label `%E' not within a switch statement"
15692 msgstr ""
15693
15694 #: cp/parser.c:6168
15695 msgid "ISO C++ forbids computed gotos"
15696 msgstr ""
15697
15698 #: cp/parser.c:6288
15699 msgid "extra `;'"
15700 msgstr ""
15701
15702 #: cp/parser.c:6594
15703 msgid "mixing declarations and function-definitions is forbidden"
15704 msgstr ""
15705
15706 #: cp/parser.c:6732
15707 msgid "duplicate `friend'"
15708 msgstr ""
15709
15710 #: cp/parser.c:6881
15711 msgid "class definition may not be declared a friend"
15712 msgstr ""
15713
15714 #: cp/parser.c:7196
15715 msgid "only constructors take base initializers"
15716 msgstr ""
15717
15718 #: cp/parser.c:7247
15719 msgid "anachronistic old-style base class initializer"
15720 msgstr ""
15721
15722 #. Warn that we do not support `export'.
15723 #: cp/parser.c:7640
15724 msgid "keyword `export' not implemented, and will be ignored"
15725 msgstr ""
15726
15727 #. Otherwise, emit an error about the invalid digraph, but continue
15728 #. parsing because we got our argument list.
15729 #: cp/parser.c:8000
15730 msgid "`<::' cannot begin a template-argument list"
15731 msgstr ""
15732
15733 #: cp/parser.c:8001
15734 msgid ""
15735 "`<:' is an alternate spelling for `['. Insert whitespace between `<' and `::'"
15736 msgstr ""
15737
15738 #: cp/parser.c:8008
15739 msgid "(if you use `-fpermissive' G++ will accept your code)"
15740 msgstr ""
15741
15742 #. Explain what went wrong.
15743 #: cp/parser.c:8180
15744 msgid "non-template `%D' used as template"
15745 msgstr ""
15746
15747 #: cp/parser.c:8181
15748 msgid "(use `%T::template %D' to indicate that it is a template)"
15749 msgstr ""
15750
15751 #: cp/parser.c:9118
15752 msgid "using `typename' outside of template"
15753 msgstr ""
15754
15755 #: cp/parser.c:9240
15756 msgid "expected type-name"
15757 msgstr ""
15758
15759 #: cp/parser.c:9299
15760 msgid "type attributes are honored only at type definition"
15761 msgstr ""
15762
15763 #. [namespace.udecl]
15764 #.
15765 #. A using declaration shall not name a template-id.
15766 #: cp/parser.c:9682
15767 msgid "a template-id may not appear in a using-declaration"
15768 msgstr ""
15769
15770 #: cp/parser.c:10011
15771 msgid "an asm-specification is not allowed on a function-definition"
15772 msgstr ""
15773
15774 #: cp/parser.c:10013
15775 msgid "attributes are not allowed on a function-definition"
15776 msgstr ""
15777
15778 #: cp/parser.c:10146
15779 msgid "attributes after parenthesized initializer ignored"
15780 msgstr ""
15781
15782 #: cp/parser.c:11348
15783 msgid "file ends in default argument"
15784 msgstr ""
15785
15786 #: cp/parser.c:11404
15787 msgid "deprecated use of default argument for parameter of non-function"
15788 msgstr ""
15789
15790 #: cp/parser.c:11407
15791 msgid "default arguments are only permitted for function parameters"
15792 msgstr ""
15793
15794 #: cp/parser.c:12133
15795 msgid "declaration of `%D' in `%D' which does not enclose `%D'"
15796 msgstr ""
15797
15798 #: cp/parser.c:12146
15799 msgid "extra qualification ignored"
15800 msgstr ""
15801
15802 #: cp/parser.c:12157
15803 msgid "an explicit specialization must be preceded by 'template <>'"
15804 msgstr ""
15805
15806 #: cp/parser.c:12440
15807 msgid "extra semicolon"
15808 msgstr ""
15809
15810 #: cp/parser.c:12458
15811 msgid "a class-key must be used when declaring a friend"
15812 msgstr ""
15813
15814 #: cp/parser.c:12489
15815 msgid "friend declaration does not name a class or function"
15816 msgstr ""
15817
15818 #: cp/parser.c:12660
15819 msgid "pure-specifier on function-definition"
15820 msgstr ""
15821
15822 #: cp/parser.c:12933
15823 msgid "keyword `typename' not allowed outside of templates"
15824 msgstr ""
15825
15826 #: cp/parser.c:12935
15827 msgid ""
15828 "keyword `typename' not allowed in this context (the base class is implicitly "
15829 "a type)"
15830 msgstr ""
15831
15832 #: cp/parser.c:13761
15833 msgid "reference to `%D' is ambiguous"
15834 msgstr ""
15835
15836 #: cp/parser.c:13935
15837 msgid "too few template-parameter-lists"
15838 msgstr ""
15839
15840 #. Otherwise, there are too many template parameter lists.  We have
15841 #. something like:
15842 #.
15843 #. template <class T> template <class U> void S::f();
15844 #: cp/parser.c:13950
15845 msgid "too many template-parameter-lists"
15846 msgstr ""
15847
15848 #. If begin_function_definition didn't like the definition, skip
15849 #. the entire function.
15850 #: cp/parser.c:14242
15851 msgid "invalid function declaration"
15852 msgstr ""
15853
15854 #. Issue an error message.
15855 #: cp/parser.c:14279
15856 msgid "named return values are no longer supported"
15857 msgstr ""
15858
15859 #: cp/parser.c:14618
15860 msgid "`>>' should be `> >' within a nested template argument list"
15861 msgstr ""
15862
15863 #. If this is not a nested template argument list, the '>>' is
15864 #. a typo for '>'. Emit an error message and continue.
15865 #: cp/parser.c:14626
15866 msgid "spurious `>>', use `>' to terminate a template argument list"
15867 msgstr ""
15868
15869 #: cp/parser.c:14631
15870 msgid "missing `>' to terminate the template argument list"
15871 msgstr ""
15872
15873 #: cp/parser.c:15119
15874 msgid "`%s' tag used in naming `%#T'"
15875 msgstr ""
15876
15877 #: cp/parser.c:15139
15878 msgid "%D redeclared with different access"
15879 msgstr ""
15880
15881 #: cp/parser.c:15156
15882 msgid "`template' (as a disambiguator) is only allowed within templates"
15883 msgstr ""
15884
15885 #: cp/parser.c:15367
15886 msgid "inter-module optimizations not implemented for C++"
15887 msgstr ""
15888
15889 #: cp/pt.c:243
15890 msgid "data member `%D' cannot be a member template"
15891 msgstr ""
15892
15893 #: cp/pt.c:255
15894 msgid "invalid member template declaration `%D'"
15895 msgstr ""
15896
15897 #: cp/pt.c:639
15898 msgid "explicit specialization in non-namespace scope `%D'"
15899 msgstr ""
15900
15901 #: cp/pt.c:651
15902 msgid "enclosing class templates are not explicitly specialized"
15903 msgstr ""
15904
15905 #: cp/pt.c:741 cp/pt.c:782
15906 msgid "specializing `%#T' in different namespace"
15907 msgstr ""
15908
15909 #: cp/pt.c:742 cp/pt.c:783
15910 msgid "  from definition of `%#D'"
15911 msgstr ""
15912
15913 #: cp/pt.c:750
15914 msgid "specialization of `%T' after instantiation"
15915 msgstr ""
15916
15917 #: cp/pt.c:797
15918 msgid "specialization `%T' after instantiation `%T'"
15919 msgstr ""
15920
15921 #: cp/pt.c:809
15922 msgid "explicit specialization of non-template `%T'"
15923 msgstr ""
15924
15925 #: cp/pt.c:1069
15926 msgid "specialization of %D after instantiation"
15927 msgstr ""
15928
15929 #: cp/pt.c:1194
15930 msgid "%s %+#D"
15931 msgstr ""
15932
15933 #: cp/pt.c:1243
15934 msgid "`%D' is not a function template"
15935 msgstr ""
15936
15937 #: cp/pt.c:1391
15938 msgid "template-id `%D' for `%+D' does not match any template declaration"
15939 msgstr ""
15940
15941 #: cp/pt.c:1399
15942 msgid "ambiguous template specialization `%D' for `%+D'"
15943 msgstr ""
15944
15945 #. This case handles bogus declarations like template <>
15946 #. template <class T> void f<int>();
15947 #: cp/pt.c:1622 cp/pt.c:1696
15948 msgid "template-id `%D' in declaration of primary template"
15949 msgstr ""
15950
15951 #: cp/pt.c:1635
15952 msgid "template parameter list used in explicit instantiation"
15953 msgstr ""
15954
15955 #: cp/pt.c:1641
15956 msgid "definition provided for explicit instantiation"
15957 msgstr ""
15958
15959 #: cp/pt.c:1647
15960 msgid "too many template parameter lists in declaration of `%D'"
15961 msgstr ""
15962
15963 #: cp/pt.c:1663
15964 msgid "too few template parameter lists in declaration of `%D'"
15965 msgstr ""
15966
15967 #: cp/pt.c:1680
15968 msgid "explicit specialization not preceded by `template <>'"
15969 msgstr ""
15970
15971 #: cp/pt.c:1693
15972 msgid "partial specialization `%D' of function template"
15973 msgstr ""
15974
15975 #: cp/pt.c:1725
15976 msgid "default argument specified in explicit specialization"
15977 msgstr ""
15978
15979 #: cp/pt.c:1729
15980 msgid "template specialization with C linkage"
15981 msgstr ""
15982
15983 #. From [temp.expl.spec]:
15984 #.
15985 #. If such an explicit specialization for the member
15986 #. of a class template names an implicitly-declared
15987 #. special member function (clause _special_), the
15988 #. program is ill-formed.
15989 #.
15990 #. Similar language is found in [temp.explicit].
15991 #: cp/pt.c:1813
15992 msgid "specialization of implicitly-declared special member function"
15993 msgstr ""
15994
15995 #: cp/pt.c:1857
15996 msgid "no member function `%D' declared in `%T'"
15997 msgstr ""
15998
15999 #. There are two many template parameter lists.
16000 #: cp/pt.c:2007
16001 msgid "too many template parameter lists in declaration of `%T'"
16002 msgstr ""
16003
16004 #: cp/pt.c:2100
16005 msgid " shadows template parm `%#D'"
16006 msgstr ""
16007
16008 #: cp/pt.c:2503
16009 msgid "template parameters not used in partial specialization:"
16010 msgstr ""
16011
16012 #: cp/pt.c:2507
16013 msgid "        `%D'"
16014 msgstr ""
16015
16016 #: cp/pt.c:2519
16017 msgid "partial specialization `%T' does not specialize any template arguments"
16018 msgstr ""
16019
16020 #: cp/pt.c:2544
16021 #, c-format
16022 msgid "template argument `%E' involves template parameter(s)"
16023 msgstr ""
16024
16025 #: cp/pt.c:2588
16026 msgid "type `%T' of template argument `%E' depends on template parameter(s)"
16027 msgstr ""
16028
16029 #: cp/pt.c:2673
16030 msgid "no default argument for `%D'"
16031 msgstr ""
16032
16033 #: cp/pt.c:2825
16034 msgid "template with C linkage"
16035 msgstr ""
16036
16037 #: cp/pt.c:2828
16038 msgid "template class without a name"
16039 msgstr ""
16040
16041 #. [temp.mem]
16042 #.
16043 #. A destructor shall not be a member template.
16044 #: cp/pt.c:2835
16045 msgid "destructor `%D' declared as member template"
16046 msgstr ""
16047
16048 #: cp/pt.c:2915
16049 msgid "`%D' does not declare a template type"
16050 msgstr ""
16051
16052 #: cp/pt.c:2921
16053 msgid "template definition of non-template `%#D'"
16054 msgstr ""
16055
16056 #: cp/pt.c:2962
16057 msgid "expected %d levels of template parms for `%#D', got %d"
16058 msgstr ""
16059
16060 #: cp/pt.c:2974
16061 msgid "got %d template parameters for `%#D'"
16062 msgstr ""
16063
16064 #: cp/pt.c:2977
16065 msgid "got %d template parameters for `%#T'"
16066 msgstr ""
16067
16068 #: cp/pt.c:2979
16069 #, c-format
16070 msgid "  but %d required"
16071 msgstr ""
16072
16073 #: cp/pt.c:3064
16074 msgid "`%T' is not a template type"
16075 msgstr ""
16076
16077 #: cp/pt.c:3080
16078 msgid "previous declaration `%D'"
16079 msgstr ""
16080
16081 #: cp/pt.c:3081
16082 #, c-format
16083 msgid "used %d template parameter%s instead of %d"
16084 msgstr ""
16085
16086 #: cp/pt.c:3097
16087 msgid "template parameter `%#D'"
16088 msgstr ""
16089
16090 #: cp/pt.c:3098
16091 msgid "redeclared here as `%#D'"
16092 msgstr ""
16093
16094 #. We have in [temp.param]:
16095 #.
16096 #. A template-parameter may not be given default arguments
16097 #. by two different declarations in the same scope.
16098 #: cp/pt.c:3108
16099 msgid "redefinition of default argument for `%#D'"
16100 msgstr ""
16101
16102 #: cp/pt.c:3109
16103 msgid "%J  original definition appeared here"
16104 msgstr ""
16105
16106 #: cp/pt.c:3257
16107 #, c-format
16108 msgid "`%E' is not a valid template argument"
16109 msgstr ""
16110
16111 #: cp/pt.c:3261
16112 msgid "it must be the address of a function with external linkage"
16113 msgstr ""
16114
16115 #: cp/pt.c:3263
16116 msgid "it must be the address of an object with external linkage"
16117 msgstr ""
16118
16119 #: cp/pt.c:3266
16120 msgid "it must be a pointer-to-member of the form `&X::Y'"
16121 msgstr ""
16122
16123 #: cp/pt.c:3277
16124 #, c-format
16125 msgid ""
16126 "string literal %E is not a valid template argument because it is the address "
16127 "of an object with static linkage"
16128 msgstr ""
16129
16130 #: cp/pt.c:3292
16131 #, c-format
16132 msgid "address of non-extern `%E' cannot be used as template argument"
16133 msgstr ""
16134
16135 #: cp/pt.c:3301
16136 #, c-format
16137 msgid "non-constant `%E' cannot be used as template argument"
16138 msgstr ""
16139
16140 #: cp/pt.c:3309
16141 msgid "type '%T' cannot be used as a value for a non-type template-parameter"
16142 msgstr ""
16143
16144 #: cp/pt.c:3312
16145 msgid "invalid use of '%D' as a non-type template-argument"
16146 msgstr ""
16147
16148 #: cp/pt.c:3314
16149 #, c-format
16150 msgid "invalid use of '%E' as a non-type template-argument"
16151 msgstr ""
16152
16153 #: cp/pt.c:3679
16154 #, c-format
16155 msgid "to refer to a type member of a template parameter, use `typename %E'"
16156 msgstr ""
16157
16158 #: cp/pt.c:3692 cp/pt.c:3710 cp/pt.c:3749
16159 msgid "type/value mismatch at argument %d in template parameter list for `%D'"
16160 msgstr ""
16161
16162 #: cp/pt.c:3695
16163 msgid "  expected a constant of type `%T', got `%T'"
16164 msgstr ""
16165
16166 #: cp/pt.c:3699
16167 #, c-format
16168 msgid "  expected a class template, got `%E'"
16169 msgstr ""
16170
16171 #: cp/pt.c:3701
16172 #, c-format
16173 msgid "  expected a type, got `%E'"
16174 msgstr ""
16175
16176 #: cp/pt.c:3713
16177 msgid "  expected a type, got `%T'"
16178 msgstr ""
16179
16180 #: cp/pt.c:3715
16181 msgid "  expected a class template, got `%T'"
16182 msgstr ""
16183
16184 #: cp/pt.c:3751
16185 msgid "  expected a template of type `%D', got `%D'"
16186 msgstr ""
16187
16188 #: cp/pt.c:3786
16189 msgid "could not convert template argument `%E' to `%T'"
16190 msgstr ""
16191
16192 #: cp/pt.c:3826
16193 #, c-format
16194 msgid "wrong number of template arguments (%d, should be %d)"
16195 msgstr ""
16196
16197 #: cp/pt.c:3830
16198 msgid "provided for `%D'"
16199 msgstr ""
16200
16201 #: cp/pt.c:3858
16202 #, c-format
16203 msgid "template argument %d is invalid"
16204 msgstr ""
16205
16206 #: cp/pt.c:4079
16207 msgid "non-template used as template"
16208 msgstr ""
16209
16210 #: cp/pt.c:4219
16211 msgid "non-template type `%T' used as a template"
16212 msgstr ""
16213
16214 #: cp/pt.c:4221
16215 msgid "for template declaration `%D'"
16216 msgstr ""
16217
16218 #: cp/pt.c:4868
16219 msgid ""
16220 "template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN "
16221 "to increase the maximum) instantiating `%D'"
16222 msgstr ""
16223
16224 #: cp/pt.c:5308
16225 msgid "ambiguous class template instantiation for `%#T'"
16226 msgstr ""
16227
16228 #: cp/pt.c:5314
16229 msgid "%s %+#T"
16230 msgstr ""
16231
16232 #: cp/pt.c:6319 cp/pt.c:6439
16233 msgid "instantiation of `%D' as type `%T'"
16234 msgstr ""
16235
16236 #: cp/pt.c:6481
16237 msgid "invalid parameter type `%T'"
16238 msgstr ""
16239
16240 #: cp/pt.c:6483
16241 msgid "in declaration `%D'"
16242 msgstr ""
16243
16244 #: cp/pt.c:6557
16245 msgid "creating pointer to member function of non-class type `%T'"
16246 msgstr ""
16247
16248 #: cp/pt.c:6696
16249 msgid "creating array with size zero"
16250 msgstr ""
16251
16252 #: cp/pt.c:6710
16253 #, c-format
16254 msgid "creating array with size zero (`%E')"
16255 msgstr ""
16256
16257 #: cp/pt.c:6949
16258 msgid "forming reference to void"
16259 msgstr ""
16260
16261 #: cp/pt.c:6951
16262 msgid "forming %s to reference type `%T'"
16263 msgstr ""
16264
16265 #: cp/pt.c:6988
16266 msgid "creating pointer to member of non-class type `%T'"
16267 msgstr ""
16268
16269 #: cp/pt.c:6994
16270 msgid "creating pointer to member reference type `%T'"
16271 msgstr ""
16272
16273 #: cp/pt.c:7080
16274 msgid "creating array of `%T'"
16275 msgstr ""
16276
16277 #: cp/pt.c:7086
16278 msgid "creating array of `%T', which is an abstract class type"
16279 msgstr ""
16280
16281 #: cp/pt.c:7130
16282 msgid "`%T' is not a class, struct, or union type"
16283 msgstr ""
16284
16285 #: cp/pt.c:7243
16286 #, c-format
16287 msgid "use of `%s' in template"
16288 msgstr ""
16289
16290 #: cp/pt.c:7356
16291 #, c-format
16292 msgid ""
16293 "dependent-name `%E' is parsed as a non-type, but instantiation yields a type"
16294 msgstr ""
16295
16296 #: cp/pt.c:7358
16297 #, c-format
16298 msgid "say `typename %E' if a type is meant"
16299 msgstr ""
16300
16301 #: cp/pt.c:8616
16302 msgid "`%T' uses anonymous type"
16303 msgstr ""
16304
16305 #: cp/pt.c:8618
16306 msgid "`%T' uses local type `%T'"
16307 msgstr ""
16308
16309 #: cp/pt.c:8626
16310 msgid "`%T' is a variably modified type"
16311 msgstr ""
16312
16313 #: cp/pt.c:8637
16314 #, c-format
16315 msgid "integral expression `%E' is not constant"
16316 msgstr ""
16317
16318 #: cp/pt.c:8642
16319 msgid "  trying to instantiate `%D'"
16320 msgstr ""
16321
16322 #: cp/pt.c:9155
16323 msgid "incomplete type unification"
16324 msgstr ""
16325
16326 #: cp/pt.c:10111
16327 #, c-format
16328 msgid "use of `%s' in template type unification"
16329 msgstr ""
16330
16331 #: cp/pt.c:10545 cp/pt.c:10617
16332 msgid "explicit instantiation of non-template `%#D'"
16333 msgstr ""
16334
16335 #: cp/pt.c:10561 cp/pt.c:10612
16336 msgid "no matching template for `%D' found"
16337 msgstr ""
16338
16339 #: cp/pt.c:10567
16340 msgid "explicit instantiation of `%#D'"
16341 msgstr ""
16342
16343 #: cp/pt.c:10604
16344 msgid "duplicate explicit instantiation of `%#D'"
16345 msgstr ""
16346
16347 #: cp/pt.c:10626
16348 msgid "ISO C++ forbids the use of `extern' on explicit instantiations"
16349 msgstr ""
16350
16351 #: cp/pt.c:10630 cp/pt.c:10712
16352 msgid "storage class `%D' applied to template instantiation"
16353 msgstr ""
16354
16355 #: cp/pt.c:10684
16356 msgid "explicit instantiation of non-template type `%T'"
16357 msgstr ""
16358
16359 #: cp/pt.c:10693
16360 msgid "explicit instantiation of `%#T' before definition of template"
16361 msgstr ""
16362
16363 #: cp/pt.c:10701
16364 #, c-format
16365 msgid "ISO C++ forbids the use of `%s' on explicit instantiations"
16366 msgstr ""
16367
16368 #: cp/pt.c:10750
16369 msgid "duplicate explicit instantiation of `%#T'"
16370 msgstr ""
16371
16372 #: cp/pt.c:11152
16373 msgid "explicit instantiation of `%D' but no definition available"
16374 msgstr ""
16375
16376 #: cp/pt.c:11585
16377 msgid "`%#T' is not a valid type for a template constant parameter"
16378 msgstr ""
16379
16380 #: cp/repo.c:259
16381 msgid "-frepo must be used with -c"
16382 msgstr ""
16383
16384 #: cp/repo.c:346
16385 #, c-format
16386 msgid "mysterious repository information in %s"
16387 msgstr ""
16388
16389 #: cp/repo.c:361
16390 #, c-format
16391 msgid "can't create repository information file `%s'"
16392 msgstr ""
16393
16394 #: cp/rtti.c:248
16395 msgid "cannot use typeid with -fno-rtti"
16396 msgstr ""
16397
16398 #: cp/rtti.c:254
16399 msgid "must #include <typeinfo> before using typeid"
16400 msgstr ""
16401
16402 #: cp/rtti.c:326
16403 msgid ""
16404 "cannot create type information for type `%T' because its size is variable"
16405 msgstr ""
16406
16407 #: cp/rtti.c:580 cp/rtti.c:594
16408 msgid "dynamic_cast of `%#D' to `%#T' can never succeed"
16409 msgstr ""
16410
16411 #: cp/rtti.c:674
16412 msgid "cannot dynamic_cast `%E' (of type `%#T') to type `%#T' (%s)"
16413 msgstr ""
16414
16415 #: cp/search.c:311
16416 msgid "`%T' is an ambiguous base of `%T'"
16417 msgstr ""
16418
16419 #: cp/search.c:329
16420 msgid "`%T' is an inaccessible base of `%T'"
16421 msgstr ""
16422
16423 #: cp/search.c:1768
16424 msgid "invalid covariant return type for `%#D'"
16425 msgstr ""
16426
16427 #: cp/search.c:1769 cp/search.c:1775
16428 msgid "  overriding `%#D'"
16429 msgstr ""
16430
16431 #: cp/search.c:1773
16432 msgid "conflicting return type specified for `%#D'"
16433 msgstr ""
16434
16435 #: cp/search.c:1784
16436 #, c-format
16437 msgid "looser throw specifier for `%#F'"
16438 msgstr ""
16439
16440 #: cp/search.c:1785
16441 #, c-format
16442 msgid "  overriding `%#F'"
16443 msgstr ""
16444
16445 #. A static member function cannot match an inherited
16446 #. virtual member function.
16447 #: cp/search.c:1873
16448 msgid "`%#D' cannot be declared"
16449 msgstr ""
16450
16451 #: cp/search.c:1874
16452 msgid "  since `%#D' declared in base class"
16453 msgstr ""
16454
16455 #: cp/search.c:1951
16456 msgid "`%#D' needs a final overrider"
16457 msgstr ""
16458
16459 #: cp/semantics.c:1017
16460 #, c-format
16461 msgid "type of asm operand `%E' could not be determined"
16462 msgstr ""
16463
16464 #: cp/semantics.c:1159
16465 msgid "invalid use of member `%D' in static member function"
16466 msgstr ""
16467
16468 #: cp/semantics.c:1163 cp/semantics.c:1202
16469 msgid "from this location"
16470 msgstr ""
16471
16472 #: cp/semantics.c:1201
16473 msgid "object missing in reference to `%D'"
16474 msgstr ""
16475
16476 #: cp/semantics.c:1647
16477 msgid "arguments to destructor are not allowed"
16478 msgstr ""
16479
16480 #: cp/semantics.c:1697
16481 msgid "`this' is unavailable for static member functions"
16482 msgstr ""
16483
16484 #: cp/semantics.c:1703
16485 msgid "invalid use of `this' in non-member function"
16486 msgstr ""
16487
16488 #: cp/semantics.c:1705
16489 msgid "invalid use of `this' at top level"
16490 msgstr ""
16491
16492 #: cp/semantics.c:1729
16493 msgid "invalid qualifying scope in pseudo-destructor name"
16494 msgstr ""
16495
16496 #: cp/semantics.c:1749
16497 msgid "`%E' is not of type `%T'"
16498 msgstr ""
16499
16500 #: cp/semantics.c:1860
16501 msgid "template type parameters must use the keyword `class' or `typename'"
16502 msgstr ""
16503
16504 #: cp/semantics.c:1904
16505 msgid ""
16506 "invalid use of type `%T' as a default value for a template template-parameter"
16507 msgstr ""
16508
16509 #: cp/semantics.c:1907
16510 msgid ""
16511 "invalid use of `%D' as a default value for a template template-parameter"
16512 msgstr ""
16513
16514 #: cp/semantics.c:1911
16515 msgid "invalid default argument for a template template parameter"
16516 msgstr ""
16517
16518 #: cp/semantics.c:1946
16519 msgid "definition of `%#T' inside template parameter list"
16520 msgstr ""
16521
16522 #: cp/semantics.c:1957
16523 msgid "invalid definition of qualified type `%T'"
16524 msgstr ""
16525
16526 #: cp/semantics.c:1972
16527 msgid "previous definition of `%#T'"
16528 msgstr ""
16529
16530 #: cp/semantics.c:2176
16531 msgid "invalid base-class specification"
16532 msgstr ""
16533
16534 #: cp/semantics.c:2185
16535 msgid "base class `%T' has cv qualifiers"
16536 msgstr ""
16537
16538 #: cp/semantics.c:2217
16539 msgid "multiple declarators in template declaration"
16540 msgstr ""
16541
16542 #: cp/semantics.c:2228
16543 msgid "incomplete type `%T' used in nested name specifier"
16544 msgstr ""
16545
16546 #: cp/semantics.c:2230 cp/typeck.c:1616
16547 msgid "`%D' is not a member of `%T'"
16548 msgstr ""
16549
16550 #: cp/semantics.c:2233
16551 msgid "`%D' is not a member of `%D'"
16552 msgstr ""
16553
16554 #: cp/semantics.c:2358
16555 msgid ""
16556 "template parameter `%D' of type `%T' is not allowed in an integral constant "
16557 "expression because it is not of integral or enumeration type"
16558 msgstr ""
16559
16560 #: cp/semantics.c:2511
16561 msgid "`%D' cannot appear in a constant-expression"
16562 msgstr ""
16563
16564 #: cp/semantics.c:2520
16565 msgid "use of namespace `%D' as expression"
16566 msgstr ""
16567
16568 #: cp/semantics.c:2525
16569 msgid "use of class template `%T' as expression"
16570 msgstr ""
16571
16572 #. Ambiguous reference to base members.
16573 #: cp/semantics.c:2531
16574 msgid "request for member `%D' is ambiguous in multiple inheritance lattice"
16575 msgstr ""
16576
16577 #: cp/semantics.c:2591
16578 #, c-format
16579 msgid "use of %s from containing function"
16580 msgstr ""
16581
16582 #: cp/semantics.c:2594
16583 msgid "  `%#D' declared here"
16584 msgstr ""
16585
16586 #: cp/semantics.c:2645
16587 #, c-format
16588 msgid "type of `%E' is unknown"
16589 msgstr ""
16590
16591 #: cp/tree.c:222
16592 #, c-format
16593 msgid "non-lvalue in %s"
16594 msgstr ""
16595
16596 #: cp/tree.c:534
16597 msgid "`%V' qualifiers cannot be applied to `%T'"
16598 msgstr ""
16599
16600 #: cp/tree.c:1814
16601 #, c-format
16602 msgid "`%s' attribute can only be applied to Java class definitions"
16603 msgstr ""
16604
16605 #: cp/tree.c:1843
16606 #, c-format
16607 msgid "`%s' attribute can only be applied to class definitions"
16608 msgstr ""
16609
16610 #: cp/tree.c:1849
16611 #, c-format
16612 msgid "`%s' is obsolete; g++ vtables are now COM-compatible by default"
16613 msgstr ""
16614
16615 #: cp/tree.c:1873
16616 msgid "requested init_priority is not an integer constant"
16617 msgstr ""
16618
16619 #: cp/tree.c:1894
16620 #, c-format
16621 msgid ""
16622 "can only use `%s' attribute on file-scope definitions of objects of class "
16623 "type"
16624 msgstr ""
16625
16626 #: cp/tree.c:1902
16627 msgid "requested init_priority is out of range"
16628 msgstr ""
16629
16630 #: cp/tree.c:1912
16631 msgid "requested init_priority is reserved for internal use"
16632 msgstr ""
16633
16634 #: cp/tree.c:1922
16635 #, c-format
16636 msgid "`%s' attribute is not supported on this platform"
16637 msgstr ""
16638
16639 #: cp/tree.c:2514
16640 #, c-format
16641 msgid "lang_* check: failed in %s, at %s:%d"
16642 msgstr ""
16643
16644 #: cp/typeck.c:437 cp/typeck.c:451 cp/typeck.c:543
16645 msgid "%s between distinct pointer types `%T' and `%T' lacks a cast"
16646 msgstr ""
16647
16648 #: cp/typeck.c:513
16649 #, c-format
16650 msgid ""
16651 "ISO C++ forbids %s between pointer of type `void *' and pointer-to-function"
16652 msgstr ""
16653
16654 #: cp/typeck.c:563
16655 msgid "%s between distinct pointer-to-member types `%T' and `%T' lacks a cast"
16656 msgstr ""
16657
16658 #: cp/typeck.c:1240
16659 #, c-format
16660 msgid "invalid application of `%s' to a member function"
16661 msgstr ""
16662
16663 #: cp/typeck.c:1273
16664 #, c-format
16665 msgid "invalid application of `%s' to a bit-field"
16666 msgstr ""
16667
16668 #: cp/typeck.c:1278
16669 #, c-format
16670 msgid "ISO C++ forbids applying `%s' to an expression of function type"
16671 msgstr ""
16672
16673 #: cp/typeck.c:1347
16674 msgid "invalid use of non-static member function"
16675 msgstr ""
16676
16677 #: cp/typeck.c:1475
16678 msgid "deprecated conversion from string constant to `%T'"
16679 msgstr ""
16680
16681 #: cp/typeck.c:1587 cp/typeck.c:1878
16682 msgid "request for member `%D' in `%E', which is of non-class type `%T'"
16683 msgstr ""
16684
16685 #: cp/typeck.c:1614
16686 #, c-format
16687 msgid "invalid use of nonstatic data member '%E'"
16688 msgstr ""
16689
16690 #: cp/typeck.c:1666 cp/typeck.c:1688
16691 msgid "invalid access to non-static data member `%D' of NULL object"
16692 msgstr ""
16693
16694 #: cp/typeck.c:1668 cp/typeck.c:1690
16695 msgid "(perhaps the `offsetof' macro was used incorrectly)"
16696 msgstr ""
16697
16698 #: cp/typeck.c:1805
16699 msgid "the type being destroyed is `%T', but the destructor refers to `%T'"
16700 msgstr ""
16701
16702 #: cp/typeck.c:1928
16703 msgid "`%D::%D' is not a member of `%T'"
16704 msgstr ""
16705
16706 #: cp/typeck.c:1939
16707 msgid "`%T' is not a base of `%T'"
16708 msgstr ""
16709
16710 #: cp/typeck.c:1958
16711 msgid "'%D' has no member named '%E'"
16712 msgstr ""
16713
16714 #: cp/typeck.c:1973
16715 msgid "`%D' is not a member template function"
16716 msgstr ""
16717
16718 #. A pointer to incomplete type (other than cv void) can be
16719 #. dereferenced [expr.unary.op]/1
16720 #: cp/typeck.c:2079
16721 msgid "`%T' is not a pointer-to-object type"
16722 msgstr ""
16723
16724 #: cp/typeck.c:2104
16725 #, c-format
16726 msgid "invalid use of `%s' on pointer to member"
16727 msgstr ""
16728
16729 #: cp/typeck.c:2110
16730 msgid "invalid type argument"
16731 msgstr ""
16732
16733 #: cp/typeck.c:2215
16734 msgid "ISO C++ forbids subscripting non-lvalue array"
16735 msgstr ""
16736
16737 #: cp/typeck.c:2226
16738 msgid "subscripting array declared `register'"
16739 msgstr ""
16740
16741 #: cp/typeck.c:2309
16742 #, c-format
16743 msgid "object missing in use of `%E'"
16744 msgstr ""
16745
16746 #: cp/typeck.c:2411
16747 msgid "ISO C++ forbids calling `::main' from within program"
16748 msgstr ""
16749
16750 #: cp/typeck.c:2436
16751 #, c-format
16752 msgid "must use .* or ->* to call pointer-to-member function in `%E (...)'"
16753 msgstr ""
16754
16755 #: cp/typeck.c:2449
16756 #, c-format
16757 msgid "`%E' cannot be used as a function"
16758 msgstr ""
16759
16760 #: cp/typeck.c:2542
16761 msgid "too many arguments to %s `%+#D'"
16762 msgstr ""
16763
16764 #: cp/typeck.c:2544 cp/typeck.c:2650
16765 msgid "at this point in file"
16766 msgstr ""
16767
16768 #: cp/typeck.c:2581
16769 msgid "parameter %P of `%D' has incomplete type `%T'"
16770 msgstr ""
16771
16772 #: cp/typeck.c:2584
16773 msgid "parameter %P has incomplete type `%T'"
16774 msgstr ""
16775
16776 #: cp/typeck.c:2648
16777 msgid "too few arguments to %s `%+#D'"
16778 msgstr ""
16779
16780 #: cp/typeck.c:2795 cp/typeck.c:2805
16781 msgid "assuming cast to type `%T' from overloaded function"
16782 msgstr ""
16783
16784 #: cp/typeck.c:2866
16785 #, c-format
16786 msgid "division by zero in `%E / 0'"
16787 msgstr ""
16788
16789 #: cp/typeck.c:2868
16790 #, c-format
16791 msgid "division by zero in `%E / 0.'"
16792 msgstr ""
16793
16794 #: cp/typeck.c:2897
16795 #, c-format
16796 msgid "division by zero in `%E %% 0'"
16797 msgstr ""
16798
16799 #: cp/typeck.c:2899
16800 #, c-format
16801 msgid "division by zero in `%E %% 0.'"
16802 msgstr ""
16803
16804 #: cp/typeck.c:2979
16805 #, c-format
16806 msgid "%s rotate count is negative"
16807 msgstr ""
16808
16809 #: cp/typeck.c:2982
16810 #, c-format
16811 msgid "%s rotate count >= width of type"
16812 msgstr ""
16813
16814 #: cp/typeck.c:3016 cp/typeck.c:3021 cp/typeck.c:3112 cp/typeck.c:3117
16815 msgid "ISO C++ forbids comparison between pointer and integer"
16816 msgstr ""
16817
16818 #: cp/typeck.c:3298
16819 msgid "comparison between types `%#T' and `%#T'"
16820 msgstr ""
16821
16822 #: cp/typeck.c:3334
16823 msgid "comparison between signed and unsigned integer expressions"
16824 msgstr ""
16825
16826 #: cp/typeck.c:3399
16827 msgid "invalid operands of types `%T' and `%T' to binary `%O'"
16828 msgstr ""
16829
16830 #. Some sort of arithmetic operation involving NULL was
16831 #. performed.  Note that pointer-difference and pointer-addition
16832 #. have already been handled above, and so we don't end up here in
16833 #. that case.
16834 #: cp/typeck.c:3421
16835 msgid "NULL used in arithmetic"
16836 msgstr ""
16837
16838 #: cp/typeck.c:3479
16839 msgid "ISO C++ forbids using pointer of type `void *' in subtraction"
16840 msgstr ""
16841
16842 #: cp/typeck.c:3481
16843 msgid "ISO C++ forbids using pointer to a function in subtraction"
16844 msgstr ""
16845
16846 #: cp/typeck.c:3483
16847 msgid "ISO C++ forbids using pointer to a method in subtraction"
16848 msgstr ""
16849
16850 #: cp/typeck.c:3495
16851 msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
16852 msgstr ""
16853
16854 #: cp/typeck.c:3547
16855 #, c-format
16856 msgid ""
16857 "invalid use of '%E' to form a pointer-to-member-function.  Use a qualified-"
16858 "id."
16859 msgstr ""
16860
16861 #: cp/typeck.c:3553
16862 #, c-format
16863 msgid ""
16864 "parenthesis around '%E' cannot be used to form a pointer-to-member-function"
16865 msgstr ""
16866
16867 #: cp/typeck.c:3575
16868 msgid "taking address of temporary"
16869 msgstr ""
16870
16871 #: cp/typeck.c:3800
16872 #, c-format
16873 msgid "ISO C++ forbids %sing an enum"
16874 msgstr ""
16875
16876 #: cp/typeck.c:3811
16877 msgid "cannot %s a pointer to incomplete type `%T'"
16878 msgstr ""
16879
16880 #: cp/typeck.c:3817
16881 msgid "ISO C++ forbids %sing a pointer of type `%T'"
16882 msgstr ""
16883
16884 #: cp/typeck.c:3842
16885 msgid "cast to non-reference type used as lvalue"
16886 msgstr ""
16887
16888 #: cp/typeck.c:3876
16889 msgid "invalid use of `--' on bool variable `%D'"
16890 msgstr ""
16891
16892 #. ARM $3.4
16893 #: cp/typeck.c:3905
16894 msgid "ISO C++ forbids taking address of function `::main'"
16895 msgstr ""
16896
16897 #. An expression like &memfn.
16898 #: cp/typeck.c:3974
16899 msgid ""
16900 "ISO C++ forbids taking the address of an unqualified or parenthesized non-"
16901 "static member function to form a pointer to member function.  Say `&%T::%D'"
16902 msgstr ""
16903
16904 #: cp/typeck.c:3979
16905 msgid ""
16906 "ISO C++ forbids taking the address of a bound member function to form a "
16907 "pointer to member function.  Say `&%T::%D'"
16908 msgstr ""
16909
16910 #: cp/typeck.c:4007
16911 msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
16912 msgstr ""
16913
16914 #: cp/typeck.c:4027
16915 msgid "unary `&'"
16916 msgstr ""
16917
16918 #: cp/typeck.c:4056
16919 msgid "attempt to take address of bit-field structure member `%D'"
16920 msgstr ""
16921
16922 #: cp/typeck.c:4170
16923 msgid "taking address of destructor"
16924 msgstr ""
16925
16926 #: cp/typeck.c:4183
16927 msgid "taking address of bound pointer-to-member expression"
16928 msgstr ""
16929
16930 #: cp/typeck.c:4191
16931 msgid "cannot create pointer to reference member `%D'"
16932 msgstr ""
16933
16934 #: cp/typeck.c:4253
16935 msgid "cannot take the address of `this', which is an rvalue expression"
16936 msgstr ""
16937
16938 #: cp/typeck.c:4272
16939 msgid "address requested for `%D', which is declared `register'"
16940 msgstr ""
16941
16942 #: cp/typeck.c:4340
16943 #, c-format
16944 msgid "%s expression list treated as compound expression"
16945 msgstr ""
16946
16947 #: cp/typeck.c:4414
16948 msgid "%s from type `%T' to type `%T' casts away constness"
16949 msgstr ""
16950
16951 #: cp/typeck.c:4606
16952 msgid "invalid static_cast from type `%T' to type `%T'"
16953 msgstr ""
16954
16955 #: cp/typeck.c:4646
16956 msgid ""
16957 "invalid reinterpret_cast of an rvalue expression of type `%T' to type `%T'"
16958 msgstr ""
16959
16960 #: cp/typeck.c:4666
16961 msgid "reinterpret_cast from `%T' to `%T' loses precision"
16962 msgstr ""
16963
16964 #: cp/typeck.c:4685
16965 msgid ""
16966 "ISO C++ forbids casting between pointer-to-function and pointer-to-object"
16967 msgstr ""
16968
16969 #: cp/typeck.c:4691
16970 msgid "invalid reinterpret_cast from type `%T' to type `%T'"
16971 msgstr ""
16972
16973 #: cp/typeck.c:4719
16974 msgid ""
16975 "invalid use of const_cast with type `%T', which is not a pointer, reference, "
16976 "nor a pointer-to-data-member type"
16977 msgstr ""
16978
16979 #: cp/typeck.c:4722
16980 msgid ""
16981 "invalid use of const_cast with type `%T', which is a pointer or reference to "
16982 "a function type"
16983 msgstr ""
16984
16985 #: cp/typeck.c:4745
16986 msgid "invalid const_cast of an rvalue of type `%T' to type `%T'"
16987 msgstr ""
16988
16989 #: cp/typeck.c:4762
16990 msgid "invalid const_cast from type `%T' to type `%T'"
16991 msgstr ""
16992
16993 #: cp/typeck.c:4802 cp/typeck.c:4807
16994 msgid "ISO C++ forbids casting to an array type `%T'"
16995 msgstr ""
16996
16997 #: cp/typeck.c:4815
16998 msgid "invalid cast to function type `%T'"
16999 msgstr ""
17000
17001 #: cp/typeck.c:4871
17002 msgid "cast from `%T' to `%T' discards qualifiers from pointer target type"
17003 msgstr ""
17004
17005 #: cp/typeck.c:4919
17006 msgid "cast from `%T' to `%T' increases required alignment of target type"
17007 msgstr ""
17008
17009 #: cp/typeck.c:5086
17010 msgid "  in evaluation of `%Q(%#T, %#T)'"
17011 msgstr ""
17012
17013 #: cp/typeck.c:5156
17014 msgid "incompatible types in assignment of `%T' to `%T'"
17015 msgstr ""
17016
17017 #: cp/typeck.c:5163
17018 msgid "ISO C++ forbids assignment of arrays"
17019 msgstr ""
17020
17021 #: cp/typeck.c:5265
17022 msgid "   in pointer to member function conversion"
17023 msgstr ""
17024
17025 #: cp/typeck.c:5271
17026 msgid "   in pointer to member conversion"
17027 msgstr ""
17028
17029 #. This is a reinterpret cast, we choose to do nothing.
17030 #: cp/typeck.c:5281 cp/typeck.c:5297
17031 msgid "pointer to member cast via virtual base `%T'"
17032 msgstr ""
17033
17034 #: cp/typeck.c:5300
17035 msgid "pointer to member conversion via virtual base `%T'"
17036 msgstr ""
17037
17038 #: cp/typeck.c:5372
17039 msgid "invalid conversion to type `%T' from type `%T'"
17040 msgstr ""
17041
17042 #: cp/typeck.c:5528
17043 msgid "passing NULL used for non-pointer %s %P of `%D'"
17044 msgstr ""
17045
17046 #: cp/typeck.c:5531
17047 msgid "%s to non-pointer type `%T' from NULL"
17048 msgstr ""
17049
17050 #: cp/typeck.c:5539
17051 msgid "passing `%T' for %s %P of `%D'"
17052 msgstr ""
17053
17054 #: cp/typeck.c:5542
17055 msgid "%s to `%T' from `%T'"
17056 msgstr ""
17057
17058 #: cp/typeck.c:5551
17059 msgid "passing negative value `%E' for %s %P of `%D'"
17060 msgstr ""
17061
17062 #: cp/typeck.c:5554
17063 msgid "%s of negative value `%E' to `%T'"
17064 msgstr ""
17065
17066 #: cp/typeck.c:5641
17067 msgid "cannot convert `%T' to `%T' for argument `%P' to `%D'"
17068 msgstr ""
17069
17070 #: cp/typeck.c:5644
17071 msgid "cannot convert `%T' to `%T' in %s"
17072 msgstr ""
17073
17074 #: cp/typeck.c:5721 cp/typeck.c:5723
17075 msgid "in passing argument %P of `%+D'"
17076 msgstr ""
17077
17078 #: cp/typeck.c:5830
17079 msgid "returning reference to temporary"
17080 msgstr ""
17081
17082 #: cp/typeck.c:5837
17083 msgid "reference to non-lvalue returned"
17084 msgstr ""
17085
17086 #: cp/typeck.c:5849
17087 msgid "reference to local variable `%D' returned"
17088 msgstr ""
17089
17090 #: cp/typeck.c:5852
17091 msgid "address of local variable `%D' returned"
17092 msgstr ""
17093
17094 #: cp/typeck.c:5882
17095 msgid "returning a value from a destructor"
17096 msgstr ""
17097
17098 #. If a return statement appears in a handler of the
17099 #. function-try-block of a constructor, the program is ill-formed.
17100 #: cp/typeck.c:5890
17101 msgid "cannot return from a handler of a function-try-block of a constructor"
17102 msgstr ""
17103
17104 #. You can't return a value from a constructor.
17105 #: cp/typeck.c:5893
17106 msgid "returning a value from a constructor"
17107 msgstr ""
17108
17109 #: cp/typeck.c:5916
17110 msgid "return-statement with no value, in function returning '%T'"
17111 msgstr ""
17112
17113 #: cp/typeck.c:5933
17114 msgid "return-statement with a value, in function returning 'void'"
17115 msgstr ""
17116
17117 #: cp/typeck.c:5955
17118 msgid ""
17119 "`operator new' must not return NULL unless it is declared `throw()' (or -"
17120 "fcheck-new is in effect)"
17121 msgstr ""
17122
17123 #: cp/typeck2.c:56
17124 msgid "type `%T' is not a base type for type `%T'"
17125 msgstr ""
17126
17127 #: cp/typeck2.c:152
17128 msgid "cannot declare variable `%D' to be of type `%T'"
17129 msgstr ""
17130
17131 #: cp/typeck2.c:155
17132 msgid "cannot declare parameter `%D' to be of type `%T'"
17133 msgstr ""
17134
17135 #: cp/typeck2.c:158
17136 msgid "cannot declare field `%D' to be of type `%T'"
17137 msgstr ""
17138
17139 #: cp/typeck2.c:162
17140 msgid "invalid return type for member function `%#D'"
17141 msgstr ""
17142
17143 #: cp/typeck2.c:164
17144 msgid "invalid return type for function `%#D'"
17145 msgstr ""
17146
17147 #: cp/typeck2.c:167
17148 msgid "cannot allocate an object of type `%T'"
17149 msgstr ""
17150
17151 #: cp/typeck2.c:174
17152 msgid "  because the following virtual functions are abstract:"
17153 msgstr ""
17154
17155 #: cp/typeck2.c:176
17156 msgid "\t%#D"
17157 msgstr ""
17158
17159 #: cp/typeck2.c:179
17160 msgid "  since type `%T' has abstract virtual functions"
17161 msgstr ""
17162
17163 #: cp/typeck2.c:428
17164 msgid "constructor syntax used, but no constructor declared for type `%T'"
17165 msgstr ""
17166
17167 #: cp/typeck2.c:441
17168 msgid "cannot initialize arrays using this syntax"
17169 msgstr ""
17170
17171 #: cp/typeck2.c:541
17172 msgid "initializing array with parameter list"
17173 msgstr ""
17174
17175 #: cp/typeck2.c:596
17176 msgid "initializer for scalar variable requires one element"
17177 msgstr ""
17178
17179 #: cp/typeck2.c:603
17180 msgid "braces around scalar initializer for `%T'"
17181 msgstr ""
17182
17183 #: cp/typeck2.c:606
17184 msgid "ignoring extra initializers for `%T'"
17185 msgstr ""
17186
17187 #: cp/typeck2.c:618
17188 msgid "variable-sized object of type `%T' may not be initialized"
17189 msgstr ""
17190
17191 #: cp/typeck2.c:629
17192 msgid "subobject of type `%T' must be initialized by constructor, not by `%E'"
17193 msgstr ""
17194
17195 #: cp/typeck2.c:694
17196 msgid "aggregate has a partly bracketed initializer"
17197 msgstr ""
17198
17199 #: cp/typeck2.c:732 cp/typeck2.c:837
17200 msgid "non-trivial labeled initializers"
17201 msgstr ""
17202
17203 #: cp/typeck2.c:749
17204 msgid "non-empty initializer for array of empty elements"
17205 msgstr ""
17206
17207 #: cp/typeck2.c:803
17208 msgid "initializer list for object of class with virtual base classes"
17209 msgstr ""
17210
17211 #: cp/typeck2.c:809
17212 msgid "initializer list for object of class with base classes"
17213 msgstr ""
17214
17215 #: cp/typeck2.c:815
17216 msgid "initializer list for object using virtual functions"
17217 msgstr ""
17218
17219 #: cp/typeck2.c:877 cp/typeck2.c:893
17220 msgid "missing initializer for member `%D'"
17221 msgstr ""
17222
17223 #: cp/typeck2.c:882
17224 msgid "uninitialized const member `%D'"
17225 msgstr ""
17226
17227 #: cp/typeck2.c:884
17228 msgid "member `%D' with uninitialized const fields"
17229 msgstr ""
17230
17231 #: cp/typeck2.c:887
17232 msgid "member `%D' is uninitialized reference"
17233 msgstr ""
17234
17235 #: cp/typeck2.c:934
17236 msgid "index value instead of field name in union initializer"
17237 msgstr ""
17238
17239 #: cp/typeck2.c:946
17240 msgid "no field `%D' in union being initialized"
17241 msgstr ""
17242
17243 #: cp/typeck2.c:954
17244 msgid "union `%T' with no named members cannot be initialized"
17245 msgstr ""
17246
17247 #: cp/typeck2.c:990
17248 msgid "excess elements in aggregate initializer"
17249 msgstr ""
17250
17251 #: cp/typeck2.c:1104
17252 msgid "circular pointer delegation detected"
17253 msgstr ""
17254
17255 #: cp/typeck2.c:1117
17256 msgid "base operand of `->' has non-pointer type `%T'"
17257 msgstr ""
17258
17259 #: cp/typeck2.c:1141
17260 msgid "result of `operator->()' yields non-pointer result"
17261 msgstr ""
17262
17263 #: cp/typeck2.c:1143
17264 msgid "base operand of `->' is not a pointer"
17265 msgstr ""
17266
17267 #: cp/typeck2.c:1166
17268 msgid "`%E' cannot be used as a member pointer, since it is of type `%T'"
17269 msgstr ""
17270
17271 #: cp/typeck2.c:1174
17272 msgid ""
17273 "cannot apply member pointer `%E' to `%E', which is of non-aggregate type `%T'"
17274 msgstr ""
17275
17276 #: cp/typeck2.c:1184
17277 msgid "member type `%T::' incompatible with object type `%T'"
17278 msgstr ""
17279
17280 #: cp/typeck2.c:1400
17281 msgid "call to function `%D' which throws incomplete type `%#T'"
17282 msgstr ""
17283
17284 #: cp/typeck2.c:1403
17285 msgid "call to function which throws incomplete type `%#T'"
17286 msgstr ""
17287
17288 #. XXX Not i18n clean.
17289 #: cp/cp-tree.h:3753
17290 #, c-format
17291 msgid "%s is deprecated, please see the documentation for details"
17292 msgstr ""
17293
17294 #: fortran/f95-lang.c:243
17295 msgid "Unexpected type in truthvalue_conversion"
17296 msgstr ""
17297
17298 #: fortran/f95-lang.c:291
17299 #, c-format
17300 msgid "can't open input file: %s"
17301 msgstr ""
17302
17303 #: fortran/gfortranspec.c:231
17304 #, c-format
17305 msgid "overflowed output arg list for `%s'"
17306 msgstr ""
17307
17308 #: fortran/gfortranspec.c:375
17309 #, c-format
17310 msgid "argument to `%s' missing"
17311 msgstr ""
17312
17313 #: fortran/gfortranspec.c:379
17314 msgid "no input files; unwilling to write output files"
17315 msgstr ""
17316
17317 #: fortran/trans-array.c:2668
17318 msgid "Possible frontend bug: array constructor not expanded"
17319 msgstr ""
17320
17321 #: fortran/trans-array.c:3706
17322 msgid ""
17323 "Possible frontend bug: Deferred array size without pointer or allocatable "
17324 "attribute."
17325 msgstr ""
17326
17327 #: fortran/trans-array.c:3865
17328 msgid "scalar vector subscript???"
17329 msgstr ""
17330
17331 #: fortran/trans-array.c:4138
17332 #, c-format
17333 msgid "bad expression type during walk (%d)"
17334 msgstr ""
17335
17336 #: fortran/trans-const.c:342
17337 #, c-format
17338 msgid "gfc_conv_constant_to_tree(): invalid type: %s"
17339 msgstr ""
17340
17341 #: fortran/trans-decl.c:759
17342 msgid "intrinsic variable which isn't a procedure"
17343 msgstr ""
17344
17345 #: fortran/trans-decl.c:1619
17346 msgid "Function does not return a value"
17347 msgstr ""
17348
17349 #. I don't think this should ever happen.
17350 #: fortran/trans-decl.c:1720
17351 #, c-format
17352 msgid "module symbol %s in wrong namespace"
17353 msgstr ""
17354
17355 #: fortran/trans-decl.c:1737
17356 #, c-format
17357 msgid "backend decl for module variable %s already exists"
17358 msgstr ""
17359
17360 #: fortran/trans-decl.c:1856
17361 #, c-format
17362 msgid "unused parameter `%s'"
17363 msgstr ""
17364
17365 #: fortran/trans-decl.c:1861
17366 #, c-format
17367 msgid "unused variable `%s'"
17368 msgstr ""
17369
17370 #: fortran/trans-decl.c:2007
17371 msgid "Function return value not set"
17372 msgstr ""
17373
17374 #: fortran/trans-expr.c:845
17375 msgid "Unknown intrinsic op"
17376 msgstr ""
17377
17378 #: fortran/trans-intrinsic.c:576
17379 #, c-format
17380 msgid "Intrinsic function %s(%d) not recognized"
17381 msgstr ""
17382
17383 #: fortran/trans-io.c:910
17384 msgid "A format cannot be specified with a namelist"
17385 msgstr ""
17386
17387 #: fortran/trans-io.c:958
17388 #, c-format
17389 msgid "Bad namelist IO basetype (%d)"
17390 msgstr ""
17391
17392 #: fortran/trans-io.c:1081
17393 #, c-format
17394 msgid "Bad IO basetype (%d)"
17395 msgstr ""
17396
17397 #: fortran/trans-types.c:201
17398 #, c-format
17399 msgid "integer kind=%d not available"
17400 msgstr ""
17401
17402 #: fortran/trans-types.c:220
17403 #, c-format
17404 msgid "real kind=%d not available"
17405 msgstr ""
17406
17407 #: fortran/trans-types.c:239
17408 #, c-format
17409 msgid "complex kind=%d not available"
17410 msgstr ""
17411
17412 #: fortran/trans-types.c:262
17413 #, c-format
17414 msgid "logical kind=%d not available"
17415 msgstr ""
17416
17417 #: fortran/trans-types.c:282
17418 #, c-format
17419 msgid "character kind=%d not available"
17420 msgstr ""
17421
17422 #: fortran/trans-types.c:590
17423 msgid "Array element size too big"
17424 msgstr ""
17425
17426 #: fortran/trans.c:590
17427 msgid "gfc_trans_code(): Bad statement code"
17428 msgstr ""
17429
17430 #. I changed this from sorry(...) because it should not return.
17431 #. TODO: Remove gfc_todo_error before releasing version 1.0.
17432 #: fortran/trans.h:526
17433 msgid "gfc_todo: Not Implemented: "
17434 msgstr ""
17435
17436 #: java/check-init.c:905
17437 #, c-format
17438 msgid "internal error in check-init: tree code not implemented: %s"
17439 msgstr ""
17440
17441 #: java/check-init.c:977
17442 msgid "%Jfinal field `%D' may not have been initialized"
17443 msgstr ""
17444
17445 #: java/class.c:636 java/class.c:660
17446 msgid "internal error - too many interface type"
17447 msgstr ""
17448
17449 #: java/class.c:759
17450 msgid "bad method signature"
17451 msgstr ""
17452
17453 #: java/class.c:803
17454 msgid "misplaced ConstantValue attribute (not in any field)"
17455 msgstr ""
17456
17457 #: java/class.c:805
17458 #, c-format
17459 msgid "duplicate ConstantValue attribute for field '%s'"
17460 msgstr ""
17461
17462 #: java/class.c:816
17463 #, c-format
17464 msgid "ConstantValue attribute of field '%s' has wrong type"
17465 msgstr ""
17466
17467 #: java/class.c:1111
17468 #, c-format
17469 msgid "field '%s' not found in class"
17470 msgstr ""
17471
17472 #: java/class.c:1375
17473 msgid "%Jabstract method in non-abstract class"
17474 msgstr ""
17475
17476 #: java/class.c:2219
17477 msgid "%Jnon-static method '%D' overrides static method"
17478 msgstr ""
17479
17480 #: java/decl.c:1065
17481 msgid "%J'%D' used prior to declaration"
17482 msgstr ""
17483
17484 #: java/decl.c:1106
17485 #, c-format
17486 msgid "declaration of `%s' shadows a parameter"
17487 msgstr ""
17488
17489 #: java/decl.c:1109
17490 #, c-format
17491 msgid "declaration of `%s' shadows a symbol from the parameter list"
17492 msgstr ""
17493
17494 #: java/decl.c:1425
17495 msgid "%Jlabel '%D' used but not defined"
17496 msgstr ""
17497
17498 #: java/decl.c:1430
17499 msgid "%Jlabel '%D' defined but not used"
17500 msgstr ""
17501
17502 #: java/decl.c:1548
17503 msgid "%JIn %D: overlapped variable and exception ranges at %d"
17504 msgstr ""
17505
17506 #: java/decl.c:1626
17507 msgid "bad type in parameter debug info"
17508 msgstr ""
17509
17510 #: java/decl.c:1635
17511 msgid "%Jbad PC range for debug info for local '%D'"
17512 msgstr ""
17513
17514 #: java/expr.c:529
17515 msgid "stack underflow - dup* operation"
17516 msgstr ""
17517
17518 #: java/expr.c:1479
17519 #, c-format
17520 msgid ""
17521 "reference `%s' is ambiguous: appears in interface `%s' and interface `%s'"
17522 msgstr ""
17523
17524 #: java/expr.c:1507
17525 #, c-format
17526 msgid "field `%s' not found"
17527 msgstr ""
17528
17529 #: java/expr.c:1704
17530 msgid "ret instruction not implemented"
17531 msgstr ""
17532
17533 #: java/expr.c:1864
17534 #, c-format
17535 msgid "method '%s' not found in class"
17536 msgstr ""
17537
17538 #: java/expr.c:2052
17539 #, c-format
17540 msgid "failed to find class '%s'"
17541 msgstr ""
17542
17543 #: java/expr.c:2062
17544 #, c-format
17545 msgid "class '%s' has no method named '%s' matching signature '%s'"
17546 msgstr ""
17547
17548 #: java/expr.c:2072
17549 msgid "invokestatic on non static method"
17550 msgstr ""
17551
17552 #: java/expr.c:2077
17553 msgid "invokestatic on abstract method"
17554 msgstr ""
17555
17556 #: java/expr.c:2085
17557 msgid "invoke[non-static] on static method"
17558 msgstr ""
17559
17560 #: java/expr.c:2379
17561 #, c-format
17562 msgid "missing field '%s' in '%s'"
17563 msgstr ""
17564
17565 #: java/expr.c:2385
17566 #, c-format
17567 msgid "mismatching signature for field '%s' in '%s'"
17568 msgstr ""
17569
17570 #: java/expr.c:2407
17571 msgid "%Jassignment to final field '%D' not in field's class"
17572 msgstr ""
17573
17574 #: java/expr.c:2412
17575 msgid "%Jassignment to final static field `%D' not in class initializer"
17576 msgstr ""
17577
17578 #: java/expr.c:2421
17579 msgid "%Jassignment to final field '%D' not in constructor"
17580 msgstr ""
17581
17582 #: java/expr.c:2673
17583 #, c-format
17584 msgid "can't expand %s"
17585 msgstr ""
17586
17587 #: java/expr.c:2845
17588 msgid "invalid PC in line number table"
17589 msgstr ""
17590
17591 #: java/expr.c:2891
17592 #, c-format
17593 msgid "unreachable bytecode from %d to before %d"
17594 msgstr ""
17595
17596 #: java/expr.c:2928
17597 #, c-format
17598 msgid "unreachable bytecode from %d to the end of the method"
17599 msgstr ""
17600
17601 #. duplicate code from LOAD macro
17602 #: java/expr.c:3221
17603 msgid "unrecogized wide sub-instruction"
17604 msgstr ""
17605
17606 #: java/gjavah.c:674
17607 msgid "static field has same name as method"
17608 msgstr ""
17609
17610 #. FIXME: i18n bug here.  Order of prints should not be
17611 #. fixed.
17612 #: java/gjavah.c:833
17613 #, c-format
17614 msgid "ignored method `"
17615 msgstr ""
17616
17617 #: java/gjavah.c:835
17618 #, c-format
17619 msgid "' marked virtual\n"
17620 msgstr ""
17621
17622 #: java/gjavah.c:1183
17623 #, c-format
17624 msgid "couldn't find class %s"
17625 msgstr ""
17626
17627 #: java/gjavah.c:1190
17628 #, c-format
17629 msgid "parse error while reading %s"
17630 msgstr ""
17631
17632 #: java/gjavah.c:1416 java/gjavah.c:1518 java/gjavah.c:1593
17633 #, c-format
17634 msgid "unparseable signature: `%s'"
17635 msgstr ""
17636
17637 #: java/gjavah.c:1983
17638 msgid "Not a valid Java .class file."
17639 msgstr ""
17640
17641 #: java/gjavah.c:1991 java/jcf-parse.c:618
17642 msgid "error while parsing constant pool"
17643 msgstr ""
17644
17645 #: java/gjavah.c:1997
17646 #, c-format
17647 msgid "error in constant pool entry #%d"
17648 msgstr ""
17649
17650 #: java/gjavah.c:2140
17651 msgid "class is of array type\n"
17652 msgstr ""
17653
17654 #: java/gjavah.c:2148
17655 msgid "base class is of array type"
17656 msgstr ""
17657
17658 #: java/gjavah.c:2264
17659 #, c-format
17660 msgid "Try `gcjh --help' for more information.\n"
17661 msgstr ""
17662
17663 #: java/gjavah.c:2271
17664 #, c-format
17665 msgid ""
17666 "Usage: gcjh [OPTION]... CLASS...\n"
17667 "\n"
17668 msgstr ""
17669
17670 #: java/gjavah.c:2272
17671 #, c-format
17672 msgid ""
17673 "Generate C++ header files from .class files\n"
17674 "\n"
17675 msgstr ""
17676
17677 #: java/gjavah.c:2273
17678 #, c-format
17679 msgid "  -stubs                  Generate an implementation stub file\n"
17680 msgstr ""
17681
17682 #: java/gjavah.c:2274
17683 #, c-format
17684 msgid "  -jni                    Generate a JNI header or stub\n"
17685 msgstr ""
17686
17687 #: java/gjavah.c:2276
17688 #, c-format
17689 msgid "  -add TEXT               Insert TEXT into class body\n"
17690 msgstr ""
17691
17692 #: java/gjavah.c:2277
17693 #, c-format
17694 msgid "  -append TEXT            Insert TEXT after class declaration\n"
17695 msgstr ""
17696
17697 #: java/gjavah.c:2278
17698 #, c-format
17699 msgid "  -friend TEXT            Insert TEXT as `friend' declaration\n"
17700 msgstr ""
17701
17702 #: java/gjavah.c:2279
17703 #, c-format
17704 msgid "  -prepend TEXT           Insert TEXT before start of class\n"
17705 msgstr ""
17706
17707 #: java/gjavah.c:2281 java/jcf-dump.c:897
17708 #, c-format
17709 msgid "  --classpath PATH        Set path to find .class files\n"
17710 msgstr ""
17711
17712 #: java/gjavah.c:2282 java/jcf-dump.c:898
17713 #, c-format
17714 msgid "  -IDIR                   Append directory to class path\n"
17715 msgstr ""
17716
17717 #: java/gjavah.c:2283 java/jcf-dump.c:899
17718 #, c-format
17719 msgid "  --bootclasspath PATH    Override built-in class path\n"
17720 msgstr ""
17721
17722 #: java/gjavah.c:2284 java/jcf-dump.c:900
17723 #, c-format
17724 msgid "  --extdirs PATH          Set extensions directory path\n"
17725 msgstr ""
17726
17727 #: java/gjavah.c:2285
17728 #, c-format
17729 msgid "  -d DIRECTORY            Set output directory name\n"
17730 msgstr ""
17731
17732 #: java/gjavah.c:2286 java/jcf-dump.c:901 java/jv-scan.c:112
17733 #, c-format
17734 msgid "  -o FILE                 Set output file name\n"
17735 msgstr ""
17736
17737 #: java/gjavah.c:2287
17738 #, c-format
17739 msgid "  -td DIRECTORY           Set temporary directory name\n"
17740 msgstr ""
17741
17742 #: java/gjavah.c:2289 java/jcf-dump.c:903 java/jv-scan.c:114
17743 #, c-format
17744 msgid "  --help                  Print this help, then exit\n"
17745 msgstr ""
17746
17747 #: java/gjavah.c:2290 java/jcf-dump.c:904 java/jv-scan.c:115
17748 #, c-format
17749 msgid "  --version               Print version number, then exit\n"
17750 msgstr ""
17751
17752 #: java/gjavah.c:2291 java/jcf-dump.c:905
17753 #, c-format
17754 msgid "  -v, --verbose           Print extra information while running\n"
17755 msgstr ""
17756
17757 #: java/gjavah.c:2293
17758 #, c-format
17759 msgid ""
17760 "  -M                      Print all dependencies to stdout;\n"
17761 "                             suppress ordinary output\n"
17762 msgstr ""
17763
17764 #: java/gjavah.c:2295
17765 #, c-format
17766 msgid ""
17767 "  -MM                     Print non-system dependencies to stdout;\n"
17768 "                             suppress ordinary output\n"
17769 msgstr ""
17770
17771 #: java/gjavah.c:2297
17772 #, c-format
17773 msgid "  -MD                     Print all dependencies to stdout\n"
17774 msgstr ""
17775
17776 #: java/gjavah.c:2298
17777 #, c-format
17778 msgid "  -MMD                    Print non-system dependencies to stdout\n"
17779 msgstr ""
17780
17781 #: java/gjavah.c:2301 java/jcf-dump.c:907 java/jv-scan.c:117
17782 #, c-format
17783 msgid ""
17784 "For bug reporting instructions, please see:\n"
17785 "%s.\n"
17786 msgstr ""
17787
17788 #: java/gjavah.c:2329 java/gjavah.c:2443
17789 msgid "no classes specified"
17790 msgstr ""
17791
17792 #: java/gjavah.c:2422
17793 msgid "`-MG' option is unimplemented"
17794 msgstr ""
17795
17796 #: java/gjavah.c:2451
17797 msgid "can't specify both -o and -MD"
17798 msgstr ""
17799
17800 #: java/gjavah.c:2462
17801 #, c-format
17802 msgid "Processing %s\n"
17803 msgstr ""
17804
17805 #: java/gjavah.c:2468
17806 #, c-format
17807 msgid "%s: no such class"
17808 msgstr ""
17809
17810 #: java/gjavah.c:2472
17811 #, c-format
17812 msgid "Found in %s\n"
17813 msgstr ""
17814
17815 #: java/jcf-dump.c:814
17816 #, c-format
17817 msgid "Not a valid Java .class file.\n"
17818 msgstr ""
17819
17820 #: java/jcf-dump.c:820
17821 #, c-format
17822 msgid "error while parsing constant pool\n"
17823 msgstr ""
17824
17825 #: java/jcf-dump.c:826 java/jcf-parse.c:621
17826 #, c-format
17827 msgid "error in constant pool entry #%d\n"
17828 msgstr ""
17829
17830 #: java/jcf-dump.c:836
17831 #, c-format
17832 msgid "error while parsing fields\n"
17833 msgstr ""
17834
17835 #: java/jcf-dump.c:842
17836 #, c-format
17837 msgid "error while parsing methods\n"
17838 msgstr ""
17839
17840 #: java/jcf-dump.c:848
17841 #, c-format
17842 msgid "error while parsing final attributes\n"
17843 msgstr ""
17844
17845 #: java/jcf-dump.c:885
17846 #, c-format
17847 msgid "Try `jcf-dump --help' for more information.\n"
17848 msgstr ""
17849
17850 #: java/jcf-dump.c:892
17851 #, c-format
17852 msgid ""
17853 "Usage: jcf-dump [OPTION]... CLASS...\n"
17854 "\n"
17855 msgstr ""
17856
17857 #: java/jcf-dump.c:893
17858 #, c-format
17859 msgid ""
17860 "Display contents of a class file in readable form.\n"
17861 "\n"
17862 msgstr ""
17863
17864 #: java/jcf-dump.c:894
17865 #, c-format
17866 msgid "  -c                      Disassemble method bodies\n"
17867 msgstr ""
17868
17869 #: java/jcf-dump.c:895
17870 #, c-format
17871 msgid "  --javap                 Generate output in `javap' format\n"
17872 msgstr ""
17873
17874 #: java/jcf-dump.c:932 java/jcf-dump.c:1000
17875 #, c-format
17876 msgid "jcf-dump: no classes specified\n"
17877 msgstr ""
17878
17879 #: java/jcf-dump.c:1020
17880 #, c-format
17881 msgid "Cannot open '%s' for output.\n"
17882 msgstr ""
17883
17884 #: java/jcf-dump.c:1066
17885 #, c-format
17886 msgid "bad format of .zip/.jar archive\n"
17887 msgstr ""
17888
17889 #: java/jcf-dump.c:1184
17890 #, c-format
17891 msgid "Bad byte codes.\n"
17892 msgstr ""
17893
17894 #: java/jcf-io.c:535
17895 #, c-format
17896 msgid ""
17897 "source file for class `%s' is newer than its matching class file.  Source "
17898 "file `%s' used instead"
17899 msgstr ""
17900
17901 #: java/jcf-parse.c:330
17902 msgid "bad string constant"
17903 msgstr ""
17904
17905 #: java/jcf-parse.c:348
17906 #, c-format
17907 msgid "bad value constant type %d, index %d"
17908 msgstr ""
17909
17910 #: java/jcf-parse.c:514
17911 #, c-format
17912 msgid "can't reopen %s: %m"
17913 msgstr ""
17914
17915 #: java/jcf-parse.c:519
17916 #, c-format
17917 msgid "can't close %s: %m"
17918 msgstr ""
17919
17920 #: java/jcf-parse.c:604
17921 #, c-format
17922 msgid "cannot find file for class %s"
17923 msgstr ""
17924
17925 #: java/jcf-parse.c:615
17926 msgid "not a valid Java .class file"
17927 msgstr ""
17928
17929 #. FIXME - where was first time
17930 #: java/jcf-parse.c:633
17931 #, c-format
17932 msgid "reading class %s for the second time from %s"
17933 msgstr ""
17934
17935 #: java/jcf-parse.c:651
17936 msgid "error while parsing fields"
17937 msgstr ""
17938
17939 #: java/jcf-parse.c:654
17940 msgid "error while parsing methods"
17941 msgstr ""
17942
17943 #: java/jcf-parse.c:657
17944 msgid "error while parsing final attributes"
17945 msgstr ""
17946
17947 #: java/jcf-parse.c:671
17948 #, c-format
17949 msgid ""
17950 "the `java.lang.Object' that was found in `%s' didn't have the special zero-"
17951 "length `gnu.gcj.gcj-compiled' attribute.  This generally means that your "
17952 "classpath is incorrectly set.  Use `info gcj \"Input Options\"' to see the "
17953 "info page describing how to set the classpath"
17954 msgstr ""
17955
17956 #: java/jcf-parse.c:749
17957 msgid "missing Code attribute"
17958 msgstr ""
17959
17960 #: java/jcf-parse.c:981
17961 msgid "%Hsource file seen twice on command line and will be compiled only once"
17962 msgstr ""
17963
17964 #: java/jcf-parse.c:996
17965 msgid "no input file specified"
17966 msgstr ""
17967
17968 #: java/jcf-parse.c:1025
17969 #, c-format
17970 msgid "can't close input file %s: %m"
17971 msgstr ""
17972
17973 #: java/jcf-parse.c:1063
17974 #, c-format
17975 msgid "bad zip/jar file %s"
17976 msgstr ""
17977
17978 #: java/jcf-parse.c:1238
17979 #, c-format
17980 msgid "error while reading %s from zip file"
17981 msgstr ""
17982
17983 #: java/jcf-write.c:2611
17984 #, c-format
17985 msgid ""
17986 "internal error in generate_bytecode_insn - tree code not implemented: %s"
17987 msgstr ""
17988
17989 #: java/jcf-write.c:2943
17990 msgid "field initializer type mismatch"
17991 msgstr ""
17992
17993 #: java/jcf-write.c:3400
17994 #, c-format
17995 msgid "can't create directory %s: %m"
17996 msgstr ""
17997
17998 #: java/jcf-write.c:3453
17999 #, c-format
18000 msgid "can't create %s: %m"
18001 msgstr ""
18002
18003 #: java/jv-scan.c:97
18004 #, c-format
18005 msgid "Try `jv-scan --help' for more information.\n"
18006 msgstr ""
18007
18008 #: java/jv-scan.c:104
18009 #, c-format
18010 msgid ""
18011 "Usage: jv-scan [OPTION]... FILE...\n"
18012 "\n"
18013 msgstr ""
18014
18015 #: java/jv-scan.c:105
18016 #, c-format
18017 msgid ""
18018 "Print useful information read from Java source files.\n"
18019 "\n"
18020 msgstr ""
18021
18022 #: java/jv-scan.c:106
18023 #, c-format
18024 msgid "  --no-assert             Don't recognize the assert keyword\n"
18025 msgstr ""
18026
18027 #: java/jv-scan.c:107
18028 #, c-format
18029 msgid "  --complexity            Print cyclomatic complexity of input file\n"
18030 msgstr ""
18031
18032 #: java/jv-scan.c:108
18033 #, c-format
18034 msgid "  --encoding NAME         Specify encoding of input file\n"
18035 msgstr ""
18036
18037 #: java/jv-scan.c:109
18038 #, c-format
18039 msgid "  --print-main            Print name of class containing `main'\n"
18040 msgstr ""
18041
18042 #: java/jv-scan.c:110
18043 #, c-format
18044 msgid "  --list-class            List all classes defined in file\n"
18045 msgstr ""
18046
18047 #: java/jv-scan.c:111
18048 #, c-format
18049 msgid ""
18050 "  --list-filename         Print input filename when listing class names\n"
18051 msgstr ""
18052
18053 #: java/jv-scan.c:188
18054 msgid "only one of `--print-main', `--list-class', and `--complexity' allowed"
18055 msgstr ""
18056
18057 #: java/jv-scan.c:191
18058 #, c-format
18059 msgid "can't open output file `%s'"
18060 msgstr ""
18061
18062 #: java/jv-scan.c:225
18063 #, c-format
18064 msgid "file not found `%s'"
18065 msgstr ""
18066
18067 #: java/jv-scan.c:247
18068 #, c-format
18069 msgid "%s: error: "
18070 msgstr ""
18071
18072 #: java/jv-scan.c:259
18073 #, c-format
18074 msgid "%s: warning: "
18075 msgstr ""
18076
18077 #: java/jvgenmain.c:48
18078 #, c-format
18079 msgid "Usage: %s [OPTIONS]... CLASSNAMEmain [OUTFILE]\n"
18080 msgstr ""
18081
18082 #: java/jvgenmain.c:98
18083 #, c-format
18084 msgid "%s: Cannot open output file: %s\n"
18085 msgstr ""
18086
18087 #: java/jvgenmain.c:135
18088 #, c-format
18089 msgid "%s: Failed to close output file %s\n"
18090 msgstr ""
18091
18092 #: java/jvspec.c:418
18093 msgid "can't specify `-D' without `--main'\n"
18094 msgstr ""
18095
18096 #: java/jvspec.c:421
18097 #, c-format
18098 msgid "`%s' is not a valid class name"
18099 msgstr ""
18100
18101 #: java/jvspec.c:427
18102 msgid "--resource requires -o"
18103 msgstr ""
18104
18105 #: java/jvspec.c:434
18106 msgid "warning: already-compiled .class files ignored with -C"
18107 msgstr ""
18108
18109 #: java/jvspec.c:441
18110 msgid "cannot specify both -C and -o"
18111 msgstr ""
18112
18113 #: java/jvspec.c:453
18114 msgid "cannot create temporary file"
18115 msgstr ""
18116
18117 #: java/jvspec.c:481
18118 msgid "using both @FILE with multiple files not implemented"
18119 msgstr ""
18120
18121 #: java/jvspec.c:530
18122 msgid "cannot specify `main' class when not linking"
18123 msgstr ""
18124
18125 #: java/lang.c:748
18126 msgid "can't do dependency tracking with input from stdin"
18127 msgstr ""
18128
18129 #: java/lang.c:764
18130 msgid "couldn't determine target name for dependency tracking"
18131 msgstr ""
18132
18133 #: java/lex.c:303
18134 #, c-format
18135 msgid ""
18136 "unknown encoding: `%s'\n"
18137 "This might mean that your locale's encoding is not supported\n"
18138 "by your system's iconv(3) implementation.  If you aren't trying\n"
18139 "to use a particular encoding for your input file, try the\n"
18140 "`--encoding=UTF-8' option"
18141 msgstr ""
18142
18143 #: java/mangle.c:89
18144 #, c-format
18145 msgid "can't mangle %s"
18146 msgstr ""
18147
18148 #: java/mangle_name.c:140 java/mangle_name.c:210
18149 msgid "internal error - invalid Utf8 name"
18150 msgstr ""
18151
18152 #: ../../gcc/java/parse-scan.y:880 ../../gcc/java/parse.y:951
18153 #: ../../gcc/java/parse.y:1292 ../../gcc/java/parse.y:1353
18154 #: ../../gcc/java/parse.y:1557 ../../gcc/java/parse.y:1779
18155 #: ../../gcc/java/parse.y:1788 ../../gcc/java/parse.y:1799
18156 #: ../../gcc/java/parse.y:1810 ../../gcc/java/parse.y:1822
18157 #: ../../gcc/java/parse.y:1837 ../../gcc/java/parse.y:1854
18158 #: ../../gcc/java/parse.y:1856 ../../gcc/java/parse.y:1937
18159 #: ../../gcc/java/parse.y:2108 ../../gcc/java/parse.y:2170
18160 #: ../../gcc/java/parse.y:2322 ../../gcc/java/parse.y:2334
18161 #: ../../gcc/java/parse.y:2341 ../../gcc/java/parse.y:2348
18162 #: ../../gcc/java/parse.y:2359 ../../gcc/java/parse.y:2361
18163 #: ../../gcc/java/parse.y:2399 ../../gcc/java/parse.y:2401
18164 #: ../../gcc/java/parse.y:2403 ../../gcc/java/parse.y:2424
18165 #: ../../gcc/java/parse.y:2426 ../../gcc/java/parse.y:2428
18166 #: ../../gcc/java/parse.y:2444 ../../gcc/java/parse.y:2446
18167 #: ../../gcc/java/parse.y:2467 ../../gcc/java/parse.y:2469
18168 #: ../../gcc/java/parse.y:2471 ../../gcc/java/parse.y:2499
18169 #: ../../gcc/java/parse.y:2501 ../../gcc/java/parse.y:2503
18170 #: ../../gcc/java/parse.y:2505 ../../gcc/java/parse.y:2523
18171 #: ../../gcc/java/parse.y:2525 ../../gcc/java/parse.y:2536
18172 #: ../../gcc/java/parse.y:2547 ../../gcc/java/parse.y:2558
18173 #: ../../gcc/java/parse.y:2569 ../../gcc/java/parse.y:2580
18174 #: ../../gcc/java/parse.y:2593 ../../gcc/java/parse.y:2597
18175 #: ../../gcc/java/parse.y:2599 ../../gcc/java/parse.y:2612
18176 msgid "Missing term"
18177 msgstr ""
18178
18179 #: ../../gcc/java/parse-scan.y:882 ../../gcc/java/parse.y:723
18180 #: ../../gcc/java/parse.y:761 ../../gcc/java/parse.y:786
18181 #: ../../gcc/java/parse.y:972 ../../gcc/java/parse.y:1327
18182 #: ../../gcc/java/parse.y:1533 ../../gcc/java/parse.y:1535
18183 #: ../../gcc/java/parse.y:1764 ../../gcc/java/parse.y:1790
18184 #: ../../gcc/java/parse.y:1801 ../../gcc/java/parse.y:1812
18185 #: ../../gcc/java/parse.y:1824 ../../gcc/java/parse.y:1839
18186 msgid "';' expected"
18187 msgstr ""
18188
18189 #: ../../gcc/java/parse.y:721 ../../gcc/java/parse.y:759
18190 msgid "Missing name"
18191 msgstr ""
18192
18193 #: ../../gcc/java/parse.y:784
18194 msgid "'*' expected"
18195 msgstr ""
18196
18197 #: ../../gcc/java/parse.y:798
18198 msgid "Class or interface declaration expected"
18199 msgstr ""
18200
18201 #: ../../gcc/java/parse.y:835 ../../gcc/java/parse.y:837
18202 msgid "Missing class name"
18203 msgstr ""
18204
18205 #: ../../gcc/java/parse.y:840 ../../gcc/java/parse.y:844
18206 #: ../../gcc/java/parse.y:852 ../../gcc/java/parse.y:1012
18207 #: ../../gcc/java/parse.y:1273 ../../gcc/java/parse.y:1275
18208 #: ../../gcc/java/parse.y:1599 ../../gcc/java/parse.y:1850
18209 #: ../../gcc/java/parse.y:1882 ../../gcc/java/parse.y:1944
18210 msgid "'{' expected"
18211 msgstr ""
18212
18213 #: ../../gcc/java/parse.y:854
18214 msgid "Missing super class name"
18215 msgstr ""
18216
18217 #: ../../gcc/java/parse.y:864 ../../gcc/java/parse.y:880
18218 msgid "Missing interface name"
18219 msgstr ""
18220
18221 #: ../../gcc/java/parse.y:966
18222 msgid "Missing variable initializer"
18223 msgstr ""
18224
18225 #: ../../gcc/java/parse.y:983
18226 msgid "Invalid declaration"
18227 msgstr ""
18228
18229 #: ../../gcc/java/parse.y:986 ../../gcc/java/parse.y:1071
18230 #: ../../gcc/java/parse.y:2145 ../../gcc/java/parse.y:2167
18231 #: ../../gcc/java/parse.y:2171 ../../gcc/java/parse.y:2206
18232 #: ../../gcc/java/parse.y:2283 ../../gcc/java/parse.y:2293
18233 msgid "']' expected"
18234 msgstr ""
18235
18236 #: ../../gcc/java/parse.y:990
18237 msgid "Unbalanced ']'"
18238 msgstr ""
18239
18240 #: ../../gcc/java/parse.y:1026
18241 msgid "Invalid method declaration, method name required"
18242 msgstr ""
18243
18244 #: ../../gcc/java/parse.y:1031 ../../gcc/java/parse.y:1036
18245 #: ../../gcc/java/parse.y:1041 ../../gcc/java/parse.y:2028
18246 msgid "Identifier expected"
18247 msgstr ""
18248
18249 #: ../../gcc/java/parse.y:1046
18250 msgid "Invalid method declaration, return type required"
18251 msgstr ""
18252
18253 #: ../../gcc/java/parse.y:1069 ../../gcc/java/parse.y:1513
18254 #: ../../gcc/java/parse.y:1520 ../../gcc/java/parse.y:1529
18255 #: ../../gcc/java/parse.y:1531 ../../gcc/java/parse.y:1559
18256 #: ../../gcc/java/parse.y:1667 ../../gcc/java/parse.y:1973
18257 #: ../../gcc/java/parse.y:2026
18258 msgid "')' expected"
18259 msgstr ""
18260
18261 #: ../../gcc/java/parse.y:1085
18262 msgid "Missing formal parameter term"
18263 msgstr ""
18264
18265 #: ../../gcc/java/parse.y:1100 ../../gcc/java/parse.y:1105
18266 msgid "Missing identifier"
18267 msgstr ""
18268
18269 #: ../../gcc/java/parse.y:1125 ../../gcc/java/parse.y:1134
18270 msgid "Missing class type term"
18271 msgstr ""
18272
18273 #: ../../gcc/java/parse.y:1290
18274 msgid "Invalid interface type"
18275 msgstr ""
18276
18277 #: ../../gcc/java/parse.y:1477 ../../gcc/java/parse.y:1646
18278 #: ../../gcc/java/parse.y:1648
18279 msgid "':' expected"
18280 msgstr ""
18281
18282 #: ../../gcc/java/parse.y:1499 ../../gcc/java/parse.y:1504
18283 #: ../../gcc/java/parse.y:1509
18284 msgid "Invalid expression statement"
18285 msgstr ""
18286
18287 #: ../../gcc/java/parse.y:1527 ../../gcc/java/parse.y:1555
18288 #: ../../gcc/java/parse.y:1595 ../../gcc/java/parse.y:1663
18289 #: ../../gcc/java/parse.y:1731 ../../gcc/java/parse.y:1852
18290 #: ../../gcc/java/parse.y:1930 ../../gcc/java/parse.y:2020
18291 #: ../../gcc/java/parse.y:2022 ../../gcc/java/parse.y:2030
18292 #: ../../gcc/java/parse.y:2266 ../../gcc/java/parse.y:2268
18293 msgid "'(' expected"
18294 msgstr ""
18295
18296 #: ../../gcc/java/parse.y:1597
18297 msgid "Missing term or ')'"
18298 msgstr ""
18299
18300 #: ../../gcc/java/parse.y:1644
18301 msgid "Missing or invalid constant expression"
18302 msgstr ""
18303
18304 #: ../../gcc/java/parse.y:1665
18305 msgid "Missing term and ')' expected"
18306 msgstr ""
18307
18308 #: ../../gcc/java/parse.y:1704
18309 msgid "Invalid control expression"
18310 msgstr ""
18311
18312 #: ../../gcc/java/parse.y:1706 ../../gcc/java/parse.y:1708
18313 msgid "Invalid update expression"
18314 msgstr ""
18315
18316 #: ../../gcc/java/parse.y:1733
18317 msgid "Invalid init statement"
18318 msgstr ""
18319
18320 #: ../../gcc/java/parse.y:1933
18321 msgid "Missing term or ')' expected"
18322 msgstr ""
18323
18324 #: ../../gcc/java/parse.y:1975
18325 msgid "'class' or 'this' expected"
18326 msgstr ""
18327
18328 #: ../../gcc/java/parse.y:1977 ../../gcc/java/parse.y:1979
18329 msgid "'class' expected"
18330 msgstr ""
18331
18332 #: ../../gcc/java/parse.y:2024
18333 msgid "')' or term expected"
18334 msgstr ""
18335
18336 #: ../../gcc/java/parse.y:2143
18337 msgid "'[' expected"
18338 msgstr ""
18339
18340 #: ../../gcc/java/parse.y:2221
18341 msgid "Field expected"
18342 msgstr ""
18343
18344 #: ../../gcc/java/parse.y:2278 ../../gcc/java/parse.y:2288
18345 msgid "Missing term and ']' expected"
18346 msgstr ""
18347
18348 #: ../../gcc/java/parse.y:2392
18349 msgid "']' expected, invalid type expression"
18350 msgstr ""
18351
18352 #: ../../gcc/java/parse.y:2395
18353 msgid "Invalid type expression"
18354 msgstr ""
18355
18356 #: ../../gcc/java/parse.y:2507
18357 msgid "Invalid reference type"
18358 msgstr ""
18359
18360 #: ../../gcc/java/parse.y:2979
18361 msgid "Constructor invocation must be first thing in a constructor"
18362 msgstr ""
18363
18364 #: ../../gcc/java/parse.y:2981
18365 msgid "Only constructors can invoke constructors"
18366 msgstr ""
18367
18368 #: ../../gcc/java/parse.y:2989
18369 #, c-format
18370 msgid ": `%s' JDK1.1(TM) feature"
18371 msgstr ""
18372
18373 #: ../../gcc/java/parse.y:3048 ../../gcc/java/parse.y:3050
18374 #, c-format
18375 msgid ""
18376 "%s.\n"
18377 "%s"
18378 msgstr ""
18379
18380 #: ../../gcc/java/parse.y:6932
18381 #, c-format
18382 msgid "malformed .zip archive in CLASSPATH: %s"
18383 msgstr ""
18384
18385 #: ../../gcc/java/parse.y:7003
18386 #, c-format
18387 msgid ""
18388 "Can't find default package `%s'. Check the CLASSPATH environment variable "
18389 "and the access to the archives"
18390 msgstr ""
18391
18392 #: ../../gcc/java/parse.y:12155
18393 #, c-format
18394 msgid "missing static field `%s'"
18395 msgstr ""
18396
18397 #: ../../gcc/java/parse.y:12160
18398 #, c-format
18399 msgid "not a static field `%s'"
18400 msgstr ""
18401
18402 #: ../../gcc/java/parse.y:12203
18403 #, c-format
18404 msgid "No case for %s"
18405 msgstr ""
18406
18407 #: ../../gcc/java/parse.y:13135
18408 #, c-format
18409 msgid "unregistered operator %s"
18410 msgstr ""
18411
18412 #: java/typeck.c:537
18413 msgid "junk at end of signature string"
18414 msgstr ""
18415
18416 #: java/verify.c:471
18417 msgid "bad pc in exception_table"
18418 msgstr ""
18419
18420 #: java/verify.c:1384
18421 #, c-format
18422 msgid "unknown opcode %d@pc=%d during verification"
18423 msgstr ""
18424
18425 #: java/verify.c:1454 java/verify.c:1467 java/verify.c:1471
18426 #, c-format
18427 msgid "verification error at PC=%d"
18428 msgstr ""
18429
18430 #: objc/objc-act.c:687
18431 #, c-format
18432 msgid "object does not conform to the `%s' protocol"
18433 msgstr ""
18434
18435 #: objc/objc-act.c:773 objc/objc-act.c:846
18436 #, c-format
18437 msgid "class `%s' does not implement the `%s' protocol"
18438 msgstr ""
18439
18440 #: objc/objc-act.c:954
18441 #, c-format
18442 msgid "statically allocated instance of Objective-C class `%s'"
18443 msgstr ""
18444
18445 #: objc/objc-act.c:1001
18446 #, c-format
18447 msgid "unexpected type for `id' (%s)"
18448 msgstr ""
18449
18450 #: objc/objc-act.c:1006
18451 msgid "undefined type `id', please import <objc/objc.h>"
18452 msgstr ""
18453
18454 #: objc/objc-act.c:1055
18455 #, c-format
18456 msgid "protocol `%s' has circular dependency"
18457 msgstr ""
18458
18459 #: objc/objc-act.c:1077 objc/objc-act.c:5963
18460 #, c-format
18461 msgid "cannot find protocol declaration for `%s'"
18462 msgstr ""
18463
18464 #: objc/objc-act.c:1393 objc/objc-act.c:2620 objc/objc-act.c:6496
18465 #: objc/objc-act.c:6805 objc/objc-act.c:6858 objc/objc-act.c:6883
18466 #, c-format
18467 msgid "cannot find interface declaration for `%s'"
18468 msgstr ""
18469
18470 #: objc/objc-act.c:1408
18471 #, c-format
18472 msgid "interface `%s' does not have valid constant string layout"
18473 msgstr ""
18474
18475 #: objc/objc-act.c:1425
18476 #, c-format
18477 msgid "cannot find reference tag for class `%s'"
18478 msgstr ""
18479
18480 #: objc/objc-act.c:2154
18481 #, c-format
18482 msgid "creating selector for non existant method %s"
18483 msgstr ""
18484
18485 #: objc/objc-act.c:2364
18486 #, c-format
18487 msgid "`%s' is not an Objective-C class name or alias"
18488 msgstr ""
18489
18490 #: objc/objc-act.c:2475 objc/objc-act.c:2493 objc/objc-act.c:6752
18491 #: objc/objc-act.c:7042 objc/objc-act.c:7071
18492 msgid "Objective-C declarations may only appear in global scope"
18493 msgstr ""
18494
18495 #: objc/objc-act.c:2480
18496 #, c-format
18497 msgid "cannot find class `%s'"
18498 msgstr ""
18499
18500 #: objc/objc-act.c:2482
18501 #, c-format
18502 msgid "class `%s' already exists"
18503 msgstr ""
18504
18505 #: objc/objc-act.c:2507 objc/objc-act.c:6774
18506 #, c-format
18507 msgid "`%s' redeclared as different kind of symbol"
18508 msgstr ""
18509
18510 #: objc/objc-act.c:2509 objc/objc-act.c:6776
18511 msgid "%Jprevious declaration of '%D'"
18512 msgstr ""
18513
18514 #. fatal did not work with 2 args...should fix
18515 #: objc/objc-act.c:2655
18516 #, c-format
18517 msgid "cannot find interface declaration for `%s', superclass of `%s'"
18518 msgstr ""
18519
18520 #: objc/objc-act.c:2662
18521 #, c-format
18522 msgid "circular inheritance in interface declaration for `%s'"
18523 msgstr ""
18524
18525 #: objc/objc-act.c:2755 objc/objc-act.c:2898 objc/objc-act.c:2998
18526 #: objc/objc-act.c:3173 objc/objc-act.c:3213
18527 msgid "Use `-fobjc-exceptions' to enable Objective-C exception syntax"
18528 msgstr ""
18529
18530 #: objc/objc-act.c:2762
18531 msgid "`@throw;' (rethrow) used outside of a `@catch' block"
18532 msgstr ""
18533
18534 #: objc/objc-act.c:3001
18535 msgid "`@catch' parameter is not a known Objective-C class type"
18536 msgstr ""
18537
18538 #: objc/objc-act.c:3010
18539 msgid "Exception already handled by preceding `@catch(id)'"
18540 msgstr ""
18541
18542 #: objc/objc-act.c:3015
18543 #, c-format
18544 msgid "Exception of type `%s *' already handled by `@catch (%s *)'"
18545 msgstr ""
18546
18547 #: objc/objc-act.c:3179
18548 msgid "`@try' without `@catch' or `@finally'"
18549 msgstr ""
18550
18551 #: objc/objc-act.c:3620
18552 msgid "%Jtype '%D' does not have a known size"
18553 msgstr ""
18554
18555 #: objc/objc-act.c:4229
18556 msgid "%J%s `%s'"
18557 msgstr ""
18558
18559 #: objc/objc-act.c:4254 objc/objc-act.c:4273
18560 msgid "inconsistent instance variable specification"
18561 msgstr ""
18562
18563 #: objc/objc-act.c:5284
18564 msgid "can not use an object as parameter to a method\n"
18565 msgstr ""
18566
18567 #: objc/objc-act.c:5485
18568 #, c-format
18569 msgid "multiple %s named `%c%s' found"
18570 msgstr ""
18571
18572 #: objc/objc-act.c:5702
18573 #, c-format
18574 msgid "no super class declared in @interface for `%s'"
18575 msgstr ""
18576
18577 #: objc/objc-act.c:5790
18578 #, c-format
18579 msgid "invalid receiver type `%s'"
18580 msgstr ""
18581
18582 #: objc/objc-act.c:5801
18583 #, c-format
18584 msgid "`%s' may not respond to `%c%s'"
18585 msgstr ""
18586
18587 #: objc/objc-act.c:5806
18588 #, c-format
18589 msgid "`%c%s' not implemented by protocol(s)"
18590 msgstr ""
18591
18592 #: objc/objc-act.c:5811
18593 msgid "(Messages without a matching method signature"
18594 msgstr ""
18595
18596 #: objc/objc-act.c:5812
18597 msgid "will be assumed to return `id' and accept"
18598 msgstr ""
18599
18600 #: objc/objc-act.c:5813
18601 msgid "`...' as arguments.)"
18602 msgstr ""
18603
18604 #: objc/objc-act.c:6062
18605 #, c-format
18606 msgid "undeclared selector `%s'"
18607 msgstr ""
18608
18609 #. Historically, a class method that produced objects (factory
18610 #. method) would assign `self' to the instance that it
18611 #. allocated.  This would effectively turn the class method into
18612 #. an instance method.  Following this assignment, the instance
18613 #. variables could be accessed.  That practice, while safe,
18614 #. violates the simple rule that a class method should not refer
18615 #. to an instance variable.  It's better to catch the cases
18616 #. where this is done unknowingly than to support the above
18617 #. paradigm.
18618 #: objc/objc-act.c:6104
18619 #, c-format
18620 msgid "instance variable `%s' accessed in class method"
18621 msgstr ""
18622
18623 #: objc/objc-act.c:6310
18624 #, c-format
18625 msgid "duplicate declaration of method `%c%s'"
18626 msgstr ""
18627
18628 #: objc/objc-act.c:6351
18629 #, c-format
18630 msgid "duplicate interface declaration for category `%s(%s)'"
18631 msgstr ""
18632
18633 #: objc/objc-act.c:6381
18634 #, c-format
18635 msgid "illegal reference type specified for instance variable `%s'"
18636 msgstr ""
18637
18638 #: objc/objc-act.c:6397
18639 #, c-format
18640 msgid "instance variable `%s' has unknown size"
18641 msgstr ""
18642
18643 #. vtable pointers are Real Bad(tm), since Obj-C cannot initialize them
18644 #: objc/objc-act.c:6411
18645 #, c-format
18646 msgid "type `%s' has virtual member functions"
18647 msgstr ""
18648
18649 #: objc/objc-act.c:6412
18650 #, c-format
18651 msgid "illegal aggregate type `%s' specified for instance variable `%s'"
18652 msgstr ""
18653
18654 #: objc/objc-act.c:6420
18655 #, c-format
18656 msgid "type `%s' has a user-defined constructor"
18657 msgstr ""
18658
18659 #: objc/objc-act.c:6422
18660 #, c-format
18661 msgid "type `%s' has a user-defined destructor"
18662 msgstr ""
18663
18664 #: objc/objc-act.c:6423
18665 msgid ""
18666 "C++ constructors and destructors will not be invoked for Objective-C fields"
18667 msgstr ""
18668
18669 #: objc/objc-act.c:6473
18670 #, c-format
18671 msgid "instance variable `%s' is declared private"
18672 msgstr ""
18673
18674 #: objc/objc-act.c:6522
18675 #, c-format
18676 msgid "instance variable `%s' is %s; this will be a hard error in the future"
18677 msgstr ""
18678
18679 #: objc/objc-act.c:6529
18680 #, c-format
18681 msgid "instance variable `%s' is declared %s"
18682 msgstr ""
18683
18684 #: objc/objc-act.c:6539
18685 msgid "static access to object of type `id'"
18686 msgstr ""
18687
18688 #: objc/objc-act.c:6561 objc/objc-act.c:6649
18689 #, c-format
18690 msgid "incomplete implementation of class `%s'"
18691 msgstr ""
18692
18693 #: objc/objc-act.c:6565 objc/objc-act.c:6654
18694 #, c-format
18695 msgid "incomplete implementation of category `%s'"
18696 msgstr ""
18697
18698 #: objc/objc-act.c:6570 objc/objc-act.c:6659
18699 #, c-format
18700 msgid "method definition for `%c%s' not found"
18701 msgstr ""
18702
18703 #: objc/objc-act.c:6700
18704 #, c-format
18705 msgid "%s `%s' does not fully implement the `%s' protocol"
18706 msgstr ""
18707
18708 #: objc/objc-act.c:6758 objc/objc-act.c:8790
18709 msgid "`@end' missing in implementation context"
18710 msgstr ""
18711
18712 #: objc/objc-act.c:6788
18713 #, c-format
18714 msgid "reimplementation of class `%s'"
18715 msgstr ""
18716
18717 #: objc/objc-act.c:6819
18718 #, c-format
18719 msgid "conflicting super class name `%s'"
18720 msgstr ""
18721
18722 #: objc/objc-act.c:6821
18723 #, c-format
18724 msgid "previous declaration of `%s'"
18725 msgstr ""
18726
18727 #: objc/objc-act.c:6835 objc/objc-act.c:6837
18728 #, c-format
18729 msgid "duplicate interface declaration for class `%s'"
18730 msgstr ""
18731
18732 #: objc/objc-act.c:7104
18733 #, c-format
18734 msgid "duplicate declaration for protocol `%s'"
18735 msgstr ""
18736
18737 #. Add a readable method name to the warning.
18738 #: objc/objc-act.c:7595
18739 msgid "%J%s `%c%s'"
18740 msgstr ""
18741
18742 #: objc/objc-act.c:7895
18743 #, c-format
18744 msgid "no super class declared in interface for `%s'"
18745 msgstr ""
18746
18747 #: objc/objc-act.c:7943
18748 msgid "[super ...] must appear in a method context"
18749 msgstr ""
18750
18751 #: objc/objc-parse.y:2687
18752 msgid "`@end' must appear in an implementation context"
18753 msgstr ""
18754
18755 #: objc/objc-parse.y:2900
18756 msgid "method definition not in class context"
18757 msgstr ""
18758
18759 #: options.c:23
18760 msgid "Display this information"
18761 msgstr ""
18762
18763 #: options.c:29
18764 msgid ""
18765 "--param <param>=<value>\tSet paramter <param> to value.  See below for a "
18766 "complete list of parameters"
18767 msgstr ""
18768
18769 #: options.c:38
18770 msgid ""
18771 "-A<question>=<answer>\tAssert the <answer> to <question>.  Putting '-' "
18772 "before <question> disables the <answer> to <question>"
18773 msgstr ""
18774
18775 #: options.c:41
18776 msgid "Do not discard comments"
18777 msgstr ""
18778
18779 #: options.c:44
18780 msgid "Do not discard comments in macro expansions"
18781 msgstr ""
18782
18783 #: options.c:47
18784 msgid ""
18785 "-D<macro>[=<val>]\tDefine a <macro> with <val> as its value.  If just "
18786 "<macro> is given, <val> is taken to be 1"
18787 msgstr ""
18788
18789 #: options.c:53
18790 msgid "-F <dir>\tAdd <dir> to the end of the main framework include path  "
18791 msgstr ""
18792
18793 #: options.c:56
18794 msgid ""
18795 "-G<number>\tPut global and static data smaller than <number> bytes into a "
18796 "special section (on some targets)"
18797 msgstr ""
18798
18799 #: options.c:59
18800 msgid "Print the name of header files as they are used"
18801 msgstr ""
18802
18803 #: options.c:65
18804 msgid "-J<directory>\tPut MODULE files in 'directory'"
18805 msgstr ""
18806
18807 #: options.c:71
18808 msgid "Generate make dependencies and compile"
18809 msgstr ""
18810
18811 #: options.c:80
18812 msgid "Treat missing header files as generated files"
18813 msgstr ""
18814
18815 #: options.c:86
18816 msgid "Like -MD but ignore system header files"
18817 msgstr ""
18818
18819 #: options.c:95
18820 msgid "-MQ <target>\tAdd a MAKE-quoted target"
18821 msgstr ""
18822
18823 #: options.c:101
18824 msgid "-O<number>\tSet optimization level to <number>"
18825 msgstr ""
18826
18827 #: options.c:104
18828 msgid "Optimize for space rather than speed"
18829 msgstr ""
18830
18831 #: options.c:107
18832 msgid "Do not generate #line directives"
18833 msgstr ""
18834
18835 #: options.c:110
18836 msgid "-U<macro>\tUndefine <macro>"
18837 msgstr ""
18838
18839 #: options.c:113
18840 msgid "This switch is deprecated; use -Wextra instead"
18841 msgstr ""
18842
18843 #: options.c:119
18844 msgid "Warn about returning structures, unions or arrays"
18845 msgstr ""
18846
18847 #: options.c:122
18848 msgid "Warn about possible aliasing of dummy arguments"
18849 msgstr ""
18850
18851 #: options.c:128
18852 msgid "Warn about casting functions to incompatible types"
18853 msgstr ""
18854
18855 #: options.c:131
18856 msgid "Warn about pointer casts which increase alignment"
18857 msgstr ""
18858
18859 #: options.c:134
18860 msgid "Warn about casts which discard qualifiers"
18861 msgstr ""
18862
18863 #: options.c:137
18864 msgid "Warn about subscripts whose type is \"char\""
18865 msgstr ""
18866
18867 #: options.c:140
18868 msgid ""
18869 "Warn about possibly nested block comments, and C++ comments spanning more "
18870 "than one physical line"
18871 msgstr ""
18872
18873 #: options.c:143
18874 msgid "Synonym for -Wcomment"
18875 msgstr ""
18876
18877 #: options.c:146
18878 msgid "Warn about implicit conversion"
18879 msgstr ""
18880
18881 #: options.c:149
18882 msgid "Warn when all constructors and destructors are private"
18883 msgstr ""
18884
18885 #: options.c:152
18886 msgid "Warn when a declaration is found after a statement"
18887 msgstr ""
18888
18889 #: options.c:155
18890 msgid "Warn if deprecated class, method, or field is used"
18891 msgstr ""
18892
18893 #: options.c:158
18894 msgid "Warn about uses of __attribute__((deprecated)) declarations"
18895 msgstr ""
18896
18897 #: options.c:161
18898 msgid "Warn when an optimization pass is disabled"
18899 msgstr ""
18900
18901 #: options.c:164
18902 msgid "Warn about compile-time integer division by zero"
18903 msgstr ""
18904
18905 #: options.c:167
18906 msgid "Warn about violations of Effective C++ style rules"
18907 msgstr ""
18908
18909 #: options.c:170
18910 msgid "Warn about stray tokens after #elif and #endif"
18911 msgstr ""
18912
18913 #: options.c:173
18914 msgid "Treat all warnings as errors"
18915 msgstr ""
18916
18917 #: options.c:176
18918 msgid "Make implicit function declarations an error"
18919 msgstr ""
18920
18921 #: options.c:179
18922 msgid "Print extra (possibly unwanted) warnings"
18923 msgstr ""
18924
18925 #: options.c:182
18926 msgid "Warn if deprecated empty statements are found"
18927 msgstr ""
18928
18929 #: options.c:185
18930 msgid "Exit on the first error occurred"
18931 msgstr ""
18932
18933 #: options.c:188
18934 msgid "Warn if testing floating point numbers for equality"
18935 msgstr ""
18936
18937 #: options.c:191
18938 msgid "Warn about printf/scanf/strftime/strfmon format string anomalies"
18939 msgstr ""
18940
18941 #: options.c:194
18942 msgid "Warn if passing too many arguments to a function for its format string"
18943 msgstr ""
18944
18945 #: options.c:197
18946 msgid "Warn about format strings that are not literals"
18947 msgstr ""
18948
18949 #: options.c:200
18950 msgid "Warn about possible security problems with format functions"
18951 msgstr ""
18952
18953 #: options.c:203
18954 msgid "Warn about strftime formats yielding 2-digit years"
18955 msgstr ""
18956
18957 #: options.c:215
18958 msgid "Warn about implicit function declarations"
18959 msgstr ""
18960
18961 #: options.c:218
18962 msgid "Warn when a declaration does not specify a type"
18963 msgstr ""
18964
18965 #: options.c:221
18966 msgid "Warn about calls with implicit interface"
18967 msgstr ""
18968
18969 #: options.c:224
18970 msgid "Deprecated.  This switch has no effect."
18971 msgstr ""
18972
18973 #: options.c:227
18974 msgid "Warn about variables which are initialized to themselves."
18975 msgstr ""
18976
18977 #: options.c:230
18978 msgid "Warn when an inlined function cannot be inlined"
18979 msgstr ""
18980
18981 #: options.c:233
18982 msgid "Warn about invalid uses of the \"offsetof\" macro"
18983 msgstr ""
18984
18985 #: options.c:236
18986 msgid "Warn about PCH files that are found but not used"
18987 msgstr ""
18988
18989 #: options.c:239
18990 msgid "-Wlarger-than-<number>\tWarn if an object is larger than <number> bytes"
18991 msgstr ""
18992
18993 #: options.c:242
18994 msgid "Warn about truncated source lines"
18995 msgstr ""
18996
18997 #: options.c:245
18998 msgid "Do not warn about using \"long long\" when -pedantic"
18999 msgstr ""
19000
19001 #: options.c:248
19002 msgid "Warn about suspicious declarations of \"main\""
19003 msgstr ""
19004
19005 #: options.c:251
19006 msgid "Warn about possibly missing braces around initializers"
19007 msgstr ""
19008
19009 #: options.c:254
19010 msgid "Warn about global functions without previous declarations"
19011 msgstr ""
19012
19013 #: options.c:257
19014 msgid "Warn about functions which might be candidates for format attributes"
19015 msgstr ""
19016
19017 #: options.c:260
19018 msgid ""
19019 "Warn about functions which might be candidates for __attribute__((noreturn))"
19020 msgstr ""
19021
19022 #: options.c:263
19023 msgid "Warn about global functions without prototypes"
19024 msgstr ""
19025
19026 #: options.c:266
19027 msgid "Warn about use of multi-character character constants"
19028 msgstr ""
19029
19030 #: options.c:269
19031 msgid "Warn about \"extern\" declarations not at file scope"
19032 msgstr ""
19033
19034 #: options.c:272
19035 msgid ""
19036 "Warn when non-templatized friend functions are declared within a template"
19037 msgstr ""
19038
19039 #: options.c:275
19040 msgid "Warn about non-virtual destructors"
19041 msgstr ""
19042
19043 #: options.c:281
19044 msgid "Warn if a C-style cast is used in a program"
19045 msgstr ""
19046
19047 #: options.c:284
19048 msgid "Warn if an old-style parameter definition is used"
19049 msgstr ""
19050
19051 #: options.c:287
19052 msgid "Warn if .class files are out of date"
19053 msgstr ""
19054
19055 #: options.c:290
19056 msgid "Warn about overloaded virtual function names"
19057 msgstr ""
19058
19059 #: options.c:293
19060 msgid "Warn when the packed attribute has no effect on struct layout"
19061 msgstr ""
19062
19063 #: options.c:296
19064 msgid "Warn when padding is required to align structure members"
19065 msgstr ""
19066
19067 #: options.c:299
19068 msgid "Warn about possibly missing parentheses"
19069 msgstr ""
19070
19071 #: options.c:302
19072 msgid "Warn when converting the type of pointers to member functions"
19073 msgstr ""
19074
19075 #: options.c:305
19076 msgid "Warn about function pointer arithmetic"
19077 msgstr ""
19078
19079 #: options.c:308
19080 msgid "Warn if inherited methods are unimplemented"
19081 msgstr ""
19082
19083 #: options.c:311
19084 msgid "Warn about multiple declarations of the same object"
19085 msgstr ""
19086
19087 #: options.c:314
19088 msgid "Warn if modifiers are specified when not necessary"
19089 msgstr ""
19090
19091 #: options.c:317
19092 msgid "Warn when the compiler reorders code"
19093 msgstr ""
19094
19095 #: options.c:320
19096 msgid ""
19097 "Warn whenever a function's return type defaults to \"int\" (C), or about "
19098 "inconsistent return types (C++)"
19099 msgstr ""
19100
19101 #: options.c:323
19102 msgid "Warn if a selector has multiple methods"
19103 msgstr ""
19104
19105 #: options.c:326
19106 msgid "Warn about possible violations of sequence point rules"
19107 msgstr ""
19108
19109 #: options.c:329
19110 msgid "Warn when one local variable shadows another"
19111 msgstr ""
19112
19113 #: options.c:332
19114 msgid "Warn about signed-unsigned comparisons"
19115 msgstr ""
19116
19117 #: options.c:335
19118 msgid "Warn when overload promotes from unsigned to signed"
19119 msgstr ""
19120
19121 #: options.c:338
19122 #: options.c:341
19123 msgid "Warn about code which might break strict aliasing rules"
19124 msgstr ""
19125
19126 #: options.c:344
19127 msgid "Warn about unprototyped function declarations"
19128 msgstr ""
19129
19130 #: options.c:347
19131 msgid "Warn about \"suspicious\" constructs"
19132 msgstr ""
19133
19134 #: options.c:350
19135 msgid "Warn about enumerated switches, with no default, missing a case"
19136 msgstr ""
19137
19138 #: options.c:353
19139 msgid "Warn about enumerated switches missing a \"default:\" statement"
19140 msgstr ""
19141
19142 #: options.c:356
19143 msgid "Warn about all enumerated switches missing a specific case"
19144 msgstr ""
19145
19146 #: options.c:359
19147 msgid "Warn when synthesis behavior differs from Cfront"
19148 msgstr ""
19149
19150 #: options.c:362
19151 msgid "Do not suppress warnings from system headers"
19152 msgstr ""
19153
19154 #: options.c:365
19155 msgid "Warn about features not present in traditional C"
19156 msgstr ""
19157
19158 #: options.c:368
19159 msgid ""
19160 "Warn if trigraphs are encountered that might affect the meaning of the "
19161 "program"
19162 msgstr ""
19163
19164 #: options.c:374
19165 msgid "Warn if an undefined macro is used in an #if directive"
19166 msgstr ""
19167
19168 #: options.c:377
19169 msgid "Warn about uninitialized automatic variables"
19170 msgstr ""
19171
19172 #: options.c:380
19173 msgid "Warn about unrecognized pragmas"
19174 msgstr ""
19175
19176 #: options.c:383
19177 msgid "Warn about code that will never be executed"
19178 msgstr ""
19179
19180 #: options.c:386
19181 msgid "Enable all -Wunused- warnings"
19182 msgstr ""
19183
19184 #: options.c:389
19185 msgid "Warn when a function is unused"
19186 msgstr ""
19187
19188 #: options.c:392
19189 #: options.c:395
19190 msgid "Warn when a label is unused"
19191 msgstr ""
19192
19193 #: options.c:398
19194 msgid "Warn about macros defined in the main file that are not used"
19195 msgstr ""
19196
19197 #: options.c:401
19198 msgid "Warn when a function parameter is unused"
19199 msgstr ""
19200
19201 #: options.c:404
19202 msgid "Warn when an expression value is unused"
19203 msgstr ""
19204
19205 #: options.c:407
19206 msgid "Warn when a variable is unused"
19207 msgstr ""
19208
19209 #: options.c:410
19210 msgid "Do not warn about using variadic macros when -pedantic"
19211 msgstr ""
19212
19213 #: options.c:413
19214 msgid "Give strings the type \"array of char\""
19215 msgstr ""
19216
19217 #: options.c:416
19218 msgid ""
19219 "A synonym for -std=c89.  In a future version of GCC it will become "
19220 "synonymous with -std=c99 instead"
19221 msgstr ""
19222
19223 #: options.c:419
19224 msgid "-aux-info <file>\tEmit declaration information into <file>"
19225 msgstr ""
19226
19227 #: options.c:431
19228 msgid "-d<letters>\tEnable dumps from specific passes of the compiler"
19229 msgstr ""
19230
19231 #: options.c:434
19232 msgid "Set the default real and integer kinds to double precision"
19233 msgstr ""
19234
19235 #: options.c:437
19236 msgid "-dumpbase <file>\tSet the file basename to be used for dumps"
19237 msgstr ""
19238
19239 #: options.c:440
19240 msgid "--CLASSPATH\tDeprecated; use --classpath instead"
19241 msgstr ""
19242
19243 #: options.c:452
19244 msgid "Enforce class member access control semantics"
19245 msgstr ""
19246
19247 #: options.c:455
19248 msgid "Align the start of functions"
19249 msgstr ""
19250
19251 #: options.c:461
19252 msgid "Align labels which are only reached by jumping"
19253 msgstr ""
19254
19255 #: options.c:467
19256 msgid "Align all labels"
19257 msgstr ""
19258
19259 #: options.c:473
19260 msgid "Align the start of loops"
19261 msgstr ""
19262
19263 #: options.c:482
19264 msgid "Change when template instances are emitted"
19265 msgstr ""
19266
19267 #: options.c:485
19268 msgid "Specify that arguments may alias each other and globals"
19269 msgstr ""
19270
19271 #: options.c:488
19272 msgid "Assume arguments may alias globals but not each other"
19273 msgstr ""
19274
19275 #: options.c:491
19276 msgid "Assume arguments alias neither each other nor globals"
19277 msgstr ""
19278
19279 #: options.c:494
19280 msgid "Recognize the \"asm\" keyword"
19281 msgstr ""
19282
19283 #: options.c:506
19284 msgid "Generate unwind tables that are exact at each instruction boundary"
19285 msgstr ""
19286
19287 #: options.c:509
19288 msgid "--bootclasspath=<path>\tReplace system path"
19289 msgstr ""
19290
19291 #: options.c:512
19292 msgid "Generate code to check bounds before indexing arrays"
19293 msgstr ""
19294
19295 #: options.c:515
19296 msgid "Replace add, compare, branch with branch on count register"
19297 msgstr ""
19298
19299 #: options.c:518
19300 msgid "Use profiling information for branch probabilities"
19301 msgstr ""
19302
19303 #: options.c:521
19304 msgid ""
19305 "Perform branch target load optimization before prologue / epilogue threading"
19306 msgstr ""
19307
19308 #: options.c:524
19309 msgid ""
19310 "Perform branch target load optimization after prologue / epilogue threading"
19311 msgstr ""
19312
19313 #: options.c:527
19314 msgid ""
19315 "Restrict target load migration not to re-use registers in any basic block"
19316 msgstr ""
19317
19318 #: options.c:530
19319 msgid "Recognize built-in functions"
19320 msgstr ""
19321
19322 #: options.c:536
19323 msgid ""
19324 "-fcall-saved-<register>\tMark <register> as being preserved across functions"
19325 msgstr ""
19326
19327 #: options.c:539
19328 msgid ""
19329 "-fcall-used-<register>\tMark <register> as being corrupted by function calls"
19330 msgstr ""
19331
19332 #: options.c:542
19333 msgid "Save registers around function calls"
19334 msgstr ""
19335
19336 #: options.c:545
19337 msgid "Check the return value of new"
19338 msgstr ""
19339
19340 #: options.c:551
19341 msgid "--classpath=<path>\tSet class path"
19342 msgstr ""
19343
19344 #: options.c:554
19345 msgid "Do not put uninitialized globals in the common section"
19346 msgstr ""
19347
19348 #: options.c:560
19349 msgid "Allow the arguments of the '?' operator to have different types"
19350 msgstr ""
19351
19352 #: options.c:563
19353 msgid "Reduce the size of object files"
19354 msgstr ""
19355
19356 #: options.c:566
19357 msgid "Make string literals \"const char[]\" not \"char[]\""
19358 msgstr ""
19359
19360 #: options.c:569
19361 msgid "-fconst-string-class=<name>\tUse class <name> for constant strings"
19362 msgstr ""
19363
19364 #: options.c:572
19365 msgid "Perform a register copy-propagation optimization pass"
19366 msgstr ""
19367
19368 #: options.c:575
19369 msgid "Perform cross-jumping optimization"
19370 msgstr ""
19371
19372 #: options.c:578
19373 msgid "When running CSE, follow jumps to their targets"
19374 msgstr ""
19375
19376 #: options.c:581
19377 msgid "When running CSE, follow conditional jumps"
19378 msgstr ""
19379
19380 #: options.c:584
19381 msgid "Place data items into their own section"
19382 msgstr ""
19383
19384 #: options.c:587
19385 msgid "Inline member functions by default"
19386 msgstr ""
19387
19388 #: options.c:590
19389 msgid "Defer popping functions args from stack until later"
19390 msgstr ""
19391
19392 #: options.c:593
19393 msgid "Attempt to fill delay slots of branch instructions"
19394 msgstr ""
19395
19396 #: options.c:596
19397 msgid "Delete useless null pointer checks"
19398 msgstr ""
19399
19400 #: options.c:599
19401 msgid ""
19402 "-fdiagnostics-show-location=[once|every-line]\tHow often to emit source "
19403 "location at the beginning of line-wrapped diagnostics"
19404 msgstr ""
19405
19406 #: options.c:608
19407 msgid "Allow dollar signs in entity names"
19408 msgstr ""
19409
19410 #: options.c:611
19411 msgid "Permit '$' as an identifier character"
19412 msgstr ""
19413
19414 #: options.c:614
19415 msgid "-fdump-<type>\tDump various compiler internals to a file"
19416 msgstr ""
19417
19418 #: options.c:617
19419 msgid "Display the code tree after parsing."
19420 msgstr ""
19421
19422 #: options.c:620
19423 msgid ""
19424 "Suppress output of instruction numbers and line number notes in debugging "
19425 "dumps"
19426 msgstr ""
19427
19428 #: options.c:626
19429 msgid "Perform DWARF2 duplicate elimination"
19430 msgstr ""
19431
19432 #: options.c:629
19433 #: options.c:632
19434 msgid "Perform unused type elimination in debug info"
19435 msgstr ""
19436
19437 #: options.c:647
19438 msgid ""
19439 "--encoding=<encoding>\tChoose input encoding (defaults from your locale)"
19440 msgstr ""
19441
19442 #: options.c:650
19443 msgid "Generate code to check exception specifications"
19444 msgstr ""
19445
19446 #: options.c:656
19447 msgid "Enable exception handling"
19448 msgstr ""
19449
19450 #: options.c:659
19451 msgid ""
19452 "-fexec-charset=<cset>\tConvert all strings and character constants to "
19453 "character set <cset>"
19454 msgstr ""
19455
19456 #: options.c:662
19457 msgid "Perform a number of minor, expensive optimizations"
19458 msgstr ""
19459
19460 #: options.c:677
19461 msgid "Assume no NaNs or infinities are generated"
19462 msgstr ""
19463
19464 #: options.c:680
19465 msgid ""
19466 "-ffixed-<register>\tMark <register> as being unavailable to the compiler"
19467 msgstr ""
19468
19469 #: options.c:683
19470 msgid "Assume that the source file is fixed form"
19471 msgstr ""
19472
19473 #: options.c:689
19474 msgid "Use 132 character line width in fixed mode"
19475 msgstr ""
19476
19477 #: options.c:692
19478 msgid "Use 80 character line width in fixed mode"
19479 msgstr ""
19480
19481 #: options.c:695
19482 msgid "Do not store floats in registers"
19483 msgstr ""
19484
19485 #: options.c:698
19486 msgid "Scope of for-init-statement variables is local to the loop"
19487 msgstr ""
19488
19489 #: options.c:701
19490 msgid "Copy memory address constants into registers before use"
19491 msgstr ""
19492
19493 #: options.c:704
19494 msgid "Always check for non gcj generated classes archives"
19495 msgstr ""
19496
19497 #: options.c:707
19498 msgid "Copy memory operands into registers before use"
19499 msgstr ""
19500
19501 #: options.c:710
19502 msgid "Assume that the source file is free form"
19503 msgstr ""
19504
19505 #: options.c:713
19506 msgid "Do not assume that standard C libraries and \"main\" exist"
19507 msgstr ""
19508
19509 #: options.c:716
19510 msgid "Allow function addresses to be held in registers"
19511 msgstr ""
19512
19513 #: options.c:719
19514 msgid "Place each function into its own section"
19515 msgstr ""
19516
19517 #: options.c:722
19518 msgid "Perform global common subexpression elimination"
19519 msgstr ""
19520
19521 #: options.c:725
19522 msgid ""
19523 "Perform global common subexpression elimination after register allocation"
19524 msgstr ""
19525
19526 #: options.c:728
19527 msgid ""
19528 "Perform redundant load after store elimination in global common subexpression"
19529 msgstr ""
19530
19531 #: options.c:731
19532 msgid ""
19533 "Perform enhanced load motion during global common subexpression elimination"
19534 msgstr ""
19535
19536 #: options.c:734
19537 msgid "Perform store motion after global common subexpression elimination"
19538 msgstr ""
19539
19540 #: options.c:737
19541 msgid "Recognize GNU-defined keywords"
19542 msgstr ""
19543
19544 #: options.c:740
19545 msgid "Generate code for GNU runtime environment"
19546 msgstr ""
19547
19548 #: options.c:743
19549 msgid "Enable guessing of branch probabilities"
19550 msgstr ""
19551
19552 #: options.c:758
19553 msgid "Assume normal C execution environment"
19554 msgstr ""
19555
19556 #: options.c:761
19557 msgid "Enable support for huge objects"
19558 msgstr ""
19559
19560 #: options.c:764
19561 msgid "Process #ident directives"
19562 msgstr ""
19563
19564 #: options.c:767
19565 msgid "Perform conversion of conditional jumps to branchless equivalents"
19566 msgstr ""
19567
19568 #: options.c:770
19569 msgid "Perform conversion of conditional jumps to conditional execution"
19570 msgstr ""
19571
19572 #: options.c:773
19573 msgid "Export functions even if they can be inlined"
19574 msgstr ""
19575
19576 #: options.c:776
19577 msgid "Emit implicit instantiations of inline templates"
19578 msgstr ""
19579
19580 #: options.c:779
19581 msgid ""
19582 "Specify that no implicit typing is allowed, unless overridden by explicit "
19583 "IMPLICIT statements"
19584 msgstr ""
19585
19586 #: options.c:782
19587 msgid "Emit implicit instantiations of templates"
19588 msgstr ""
19589
19590 #: options.c:785
19591 msgid "Use offset tables for virtual method calls"
19592 msgstr ""
19593
19594 #: options.c:788
19595 msgid "Do not generate .size directives"
19596 msgstr ""
19597
19598 #: options.c:791
19599 msgid "Pay attention to the \"inline\" keyword"
19600 msgstr ""
19601
19602 #: options.c:800
19603 msgid ""
19604 "-finline-limit=<number>\tLimit the size of inlined functions to <number>"
19605 msgstr ""
19606
19607 #: options.c:803
19608 msgid ""
19609 "-finput-charset=<cset>      Specify the default character set for source "
19610 "files."
19611 msgstr ""
19612
19613 #: options.c:806
19614 msgid "Instrument function entry and exit with profiling calls"
19615 msgstr ""
19616
19617 #: options.c:809
19618 msgid "Assume native functions are implemented using JNI"
19619 msgstr ""
19620
19621 #: options.c:812
19622 msgid "Generate code for functions even if they are fully inlined"
19623 msgstr ""
19624
19625 #: options.c:815
19626 msgid "Emit static const variables even if they are not used"
19627 msgstr ""
19628
19629 #: options.c:821
19630 msgid "Give external symbols a leading underscore"
19631 msgstr ""
19632
19633 #: options.c:824
19634 msgid "Perform loop optimizations"
19635 msgstr ""
19636
19637 #: options.c:827
19638 msgid "Set errno after built-in math functions"
19639 msgstr ""
19640
19641 #: options.c:830
19642 msgid "-fmax-identifier-length=<n>\tMaximum identifier length."
19643 msgstr ""
19644
19645 #: options.c:833
19646 msgid ""
19647 "-fmax-stack-var-size=<n>\tSize in bytes of the largest array that will be "
19648 "put on the stack"
19649 msgstr ""
19650
19651 #: options.c:836
19652 msgid "Report on permanent memory allocation"
19653 msgstr ""
19654
19655 #: options.c:839
19656 msgid "Attempt to merge identical constants and constant variables"
19657 msgstr ""
19658
19659 #: options.c:842
19660 msgid "Attempt to merge identical constants across compilation units"
19661 msgstr ""
19662
19663 #: options.c:845
19664 msgid ""
19665 "-fmessage-length=<number>\tLimit diagnostics to <number> characters per "
19666 "line.  0 suppresses line-wrapping"
19667 msgstr ""
19668
19669 #: options.c:848
19670 msgid "Set default accessibility of module entities to PRIVATE"
19671 msgstr ""
19672
19673 #: options.c:851
19674 msgid "Force all loop invariant computations out of loops"
19675 msgstr ""
19676
19677 #: options.c:854
19678 msgid "Don't warn about uses of Microsoft extensions"
19679 msgstr ""
19680
19681 #: options.c:857
19682 msgid ""
19683 "Add mudflap bounds-checking instrumentation for single-threaded program."
19684 msgstr ""
19685
19686 #: options.c:860
19687 msgid "Ignore read operations when inserting mudflap instrumentation."
19688 msgstr ""
19689
19690 #: options.c:863
19691 msgid "Add mudflap bounds-checking instrumentation for multi-threaded program."
19692 msgstr ""
19693
19694 #: options.c:872
19695 msgid "Use graph-coloring register allocation"
19696 msgstr ""
19697
19698 #: options.c:875
19699 msgid "Generate code for NeXT (Apple Mac OS X) runtime environment"
19700 msgstr ""
19701
19702 #: options.c:878
19703 msgid "Assume that receivers of Objective-C messages may be nil"
19704 msgstr ""
19705
19706 #: options.c:881
19707 msgid "Don't generate code, just do syntax and semantics checking"
19708 msgstr ""
19709
19710 #: options.c:884
19711 msgid "Support synchronous non-call exceptions"
19712 msgstr ""
19713
19714 #: options.c:893
19715 msgid "Enable Objective-C exception and synchronization syntax"
19716 msgstr ""
19717
19718 #: options.c:896
19719 #: options.c:1202
19720 msgid "Perform loop unrolling for all loops"
19721 msgstr ""
19722
19723 #: options.c:899
19724 #: options.c:1205
19725 msgid "Perform loop unrolling when iteration count is known"
19726 msgstr ""
19727
19728 #: options.c:902
19729 msgid "When possible do not generate stack frames"
19730 msgstr ""
19731
19732 #: options.c:905
19733 msgid "Recognize C++ kewords like \"compl\" and \"xor\""
19734 msgstr ""
19735
19736 #: options.c:908
19737 msgid "Do the full register move optimization pass"
19738 msgstr ""
19739
19740 #: options.c:911
19741 msgid "Optimize sibling and tail recursive calls"
19742 msgstr ""
19743
19744 #: options.c:914
19745 msgid "Enable optimization of static class initialization code"
19746 msgstr ""
19747
19748 #: options.c:917
19749 msgid "Enable optional diagnostics"
19750 msgstr ""
19751
19752 #: options.c:923
19753 msgid "Try to layout derived types as compact as possible"
19754 msgstr ""
19755
19756 #: options.c:926
19757 msgid "Pack structure members together without holes"
19758 msgstr ""
19759
19760 #: options.c:929
19761 msgid "Return small aggregates in memory, not registers"
19762 msgstr ""
19763
19764 #: options.c:935
19765 msgid "Perform loop peeling"
19766 msgstr ""
19767
19768 #: options.c:938
19769 msgid "Enable machine specific peephole optimizations"
19770 msgstr ""
19771
19772 #: options.c:941
19773 msgid "Enable an RTL peephole pass before sched2"
19774 msgstr ""
19775
19776 #: options.c:944
19777 msgid "Downgrade conformance errors to warnings"
19778 msgstr ""
19779
19780 #: options.c:947
19781 msgid "Generate position-independent code if possible"
19782 msgstr ""
19783
19784 #: options.c:950
19785 msgid "Generate position-independent code for executables if possible"
19786 msgstr ""
19787
19788 #: options.c:953
19789 msgid "Generate prefetch instructions, if available, for arrays in loops"
19790 msgstr ""
19791
19792 #: options.c:956
19793 msgid "Treat the input file as already preprocessed"
19794 msgstr ""
19795
19796 #: options.c:959
19797 msgid "Enable basic program profiling code"
19798 msgstr ""
19799
19800 #: options.c:962
19801 msgid "Insert arc-based program profiling code"
19802 msgstr ""
19803
19804 #: options.c:965
19805 msgid ""
19806 "Enable common options for generating profile info for profile feedback "
19807 "directed optimizations"
19808 msgstr ""
19809
19810 #: options.c:968
19811 msgid ""
19812 "Enable common options for performing profile feedback directed optimizations"
19813 msgstr ""
19814
19815 #: options.c:971
19816 msgid "Insert code to profile values of expressions"
19817 msgstr ""
19818
19819 #: options.c:977
19820 msgid "-frandom-seed=<string>\tMake compile reproducible using <string>"
19821 msgstr ""
19822
19823 #: options.c:980
19824 msgid "Strength reduce all loop general induction variables"
19825 msgstr ""
19826
19827 #: options.c:983
19828 msgid "Return small aggregates in registers"
19829 msgstr ""
19830
19831 #: options.c:986
19832 msgid "Enables a register move optimization"
19833 msgstr ""
19834
19835 #: options.c:989
19836 msgid "Perform a register renaming optimization pass"
19837 msgstr ""
19838
19839 #: options.c:992
19840 msgid "Reorder basic blocks to improve code placement"
19841 msgstr ""
19842
19843 #: options.c:995
19844 msgid "Reorder basic blocks and partition into hot and cold sections"
19845 msgstr ""
19846
19847 #: options.c:998
19848 msgid "Reorder functions to improve code placement"
19849 msgstr ""
19850
19851 #: options.c:1001
19852 msgid "Copy array sections into a contiguous block on procedure entry"
19853 msgstr ""
19854
19855 #: options.c:1004
19856 msgid ""
19857 "Used in Fix-and-Continue mode to indicate that object files may be swapped "
19858 "in at runtime"
19859 msgstr ""
19860
19861 #: options.c:1007
19862 msgid "Enable automatic template instantiation"
19863 msgstr ""
19864
19865 #: options.c:1010
19866 msgid "Add a common subexpression elimination pass after loop optimizations"
19867 msgstr ""
19868
19869 #: options.c:1013
19870 msgid "Run the loop optimizer twice"
19871 msgstr ""
19872
19873 #: options.c:1016
19874 msgid "Disable optimizations that assume default FP rounding behavior"
19875 msgstr ""
19876
19877 #: options.c:1019
19878 msgid "Generate run time type descriptor information"
19879 msgstr ""
19880
19881 #: options.c:1022
19882 msgid "Enable scheduling across basic blocks"
19883 msgstr ""
19884
19885 #: options.c:1025
19886 msgid "Allow speculative motion of non-loads"
19887 msgstr ""
19888
19889 #: options.c:1028
19890 msgid "Allow speculative motion of some loads"
19891 msgstr ""
19892
19893 #: options.c:1031
19894 msgid "Allow speculative motion of more loads"
19895 msgstr ""
19896
19897 #: options.c:1034
19898 msgid "Allow premature scheduling of queued insns"
19899 msgstr ""
19900
19901 #: options.c:1037
19902 msgid ""
19903 "Set dependence distance checking in premature scheduling of queued insns"
19904 msgstr ""
19905
19906 #: options.c:1040
19907 msgid ""
19908 "-fsched-stalled-insns-dep=<number>   Set dependence distance checking in "
19909 "premature scheduling of queued insns"
19910 msgstr ""
19911
19912 #: options.c:1043
19913 msgid ""
19914 "-fsched-stalled-insns=<number>       Set number of queued insns that can be "
19915 "prematurely scheduled"
19916 msgstr ""
19917
19918 #: options.c:1046
19919 msgid "-fsched-verbose=<number>\tSet the verbosity level of the scheduler"
19920 msgstr ""
19921
19922 #: options.c:1049
19923 msgid "If scheduling post reload, do superblock scheduling"
19924 msgstr ""
19925
19926 #: options.c:1052
19927 msgid "If scheduling post reload, do trace scheduling"
19928 msgstr ""
19929
19930 #: options.c:1055
19931 msgid "Reschedule instructions before register allocation"
19932 msgstr ""
19933
19934 #: options.c:1058
19935 msgid "Reschedule instructions after register allocation"
19936 msgstr ""
19937
19938 #: options.c:1061
19939 msgid "Append a second underscore if the name already contains an underscore"
19940 msgstr ""
19941
19942 #: options.c:1064
19943 msgid "Mark data as shared rather than private"
19944 msgstr ""
19945
19946 #: options.c:1067
19947 msgid "Use the same size for double as for float"
19948 msgstr ""
19949
19950 #: options.c:1070
19951 msgid "Use the narrowest integer type possible for enumeration types"
19952 msgstr ""
19953
19954 #: options.c:1073
19955 msgid "Force the underlying type for \"wchar_t\" to be \"unsigned short\""
19956 msgstr ""
19957
19958 #: options.c:1079
19959 msgid "Disable optimizations observable by IEEE signaling NaNs"
19960 msgstr ""
19961
19962 #: options.c:1082
19963 msgid "When \"signed\" or \"unsigned\" is not given make the bitfield signed"
19964 msgstr ""
19965
19966 #: options.c:1085
19967 msgid "Make \"char\" signed by default"
19968 msgstr ""
19969
19970 #: options.c:1088
19971 msgid "Convert floating point constants to single precision constants"
19972 msgstr ""
19973
19974 #: options.c:1094
19975 msgid "Insert stack checking code into the program"
19976 msgstr ""
19977
19978 #: options.c:1100
19979 msgid ""
19980 "-fstack-limit-register=<register>\tTrap if the stack goes past <register>"
19981 msgstr ""
19982
19983 #: options.c:1103
19984 msgid "-fstack-limit-symbol=<name>\tTrap if the stack goes past symbol <name>"
19985 msgstr ""
19986
19987 #: options.c:1106
19988 msgid "Display statistics accumulated during compilation"
19989 msgstr ""
19990
19991 #: options.c:1109
19992 msgid "Enable assignability checks for stores into object arrays"
19993 msgstr ""
19994
19995 #: options.c:1112
19996 msgid "Perform strength reduction optimizations"
19997 msgstr ""
19998
19999 #: options.c:1115
20000 msgid "Assume strict aliasing rules apply"
20001 msgstr ""
20002
20003 #: options.c:1121
20004 msgid "Check for syntax errors, then stop"
20005 msgstr ""
20006
20007 #: options.c:1124
20008 msgid "-ftabstop=<number>\tDistance between tab stops for column reporting"
20009 msgstr ""
20010
20011 #: options.c:1127
20012 msgid "-ftemplate-depth-<number>\tSpecify maximum template instantiation depth"
20013 msgstr ""
20014
20015 #: options.c:1130
20016 msgid "Create data files needed by \"gcov\""
20017 msgstr ""
20018
20019 #: options.c:1136
20020 msgid "Perform jump threading optimizations"
20021 msgstr ""
20022
20023 #: options.c:1139
20024 msgid "Report the time taken by each compiler pass"
20025 msgstr ""
20026
20027 #: options.c:1142
20028 msgid ""
20029 "-ftls-model=[global-dynamic|local-dynamic|initial-exec|local-exec]\tSet the "
20030 "default thread-local storage code generation model"
20031 msgstr ""
20032
20033 #: options.c:1145
20034 msgid "Perform superblock formation via tail duplication"
20035 msgstr ""
20036
20037 #: options.c:1148
20038 msgid "Assume floating-point operations can trap"
20039 msgstr ""
20040
20041 #: options.c:1151
20042 msgid "Trap for signed overflow in addition, subtraction and multiplication"
20043 msgstr ""
20044
20045 #: options.c:1154
20046 msgid "Use tree-ssa based implementation of profiling"
20047 msgstr ""
20048
20049 #: options.c:1157
20050 msgid "Enable SSA-CCP optimization on trees"
20051 msgstr ""
20052
20053 #: options.c:1160
20054 msgid "Enable loop header copying on trees"
20055 msgstr ""
20056
20057 #: options.c:1163
20058 msgid "Coalesce memory temporaries in the SSA->normal pass"
20059 msgstr ""
20060
20061 #: options.c:1166
20062 msgid "Replace SSA temporaries with better names in copies."
20063 msgstr ""
20064
20065 #: options.c:1169
20066 msgid "Enable SSA dead code elimination optimization on trees"
20067 msgstr ""
20068
20069 #: options.c:1172
20070 msgid "Enable dominator optimizations"
20071 msgstr ""
20072
20073 #: options.c:1175
20074 msgid "Enable dead store elimination"
20075 msgstr ""
20076
20077 #: options.c:1178
20078 msgid "Enable loop optimizations on trees"
20079 msgstr ""
20080
20081 #: options.c:1181
20082 msgid "Perform live range splitting during the SSA->normal pass."
20083 msgstr ""
20084
20085 #: options.c:1187
20086 msgid "Enable SSA-PRE optimization on trees"
20087 msgstr ""
20088
20089 #: options.c:1190
20090 msgid "Perform scalar replacement of aggregates"
20091 msgstr ""
20092
20093 #: options.c:1193
20094 msgid "Replace temporary expressions in the SSA->normal pass"
20095 msgstr ""
20096
20097 #: options.c:1196
20098 msgid "Append underscores to externally visible names"
20099 msgstr ""
20100
20101 #: options.c:1199
20102 msgid "Compile whole compilation unit at a time"
20103 msgstr ""
20104
20105 #: options.c:1208
20106 msgid "Allow math optimizations that may violate IEEE or ISO standards"
20107 msgstr ""
20108
20109 #: options.c:1211
20110 msgid "When \"signed\" or \"unsigned\" is not given make the bitfield unsigned"
20111 msgstr ""
20112
20113 #: options.c:1214
20114 msgid "Make \"char\" unsigned by default"
20115 msgstr ""
20116
20117 #: options.c:1217
20118 msgid "Perform loop unswitching"
20119 msgstr ""
20120
20121 #: options.c:1220
20122 msgid "Just generate unwind tables for exception handling"
20123 msgstr ""
20124
20125 #: options.c:1226
20126 msgid "Use __cxa_atexit to register destructors"
20127 msgstr ""
20128
20129 #: options.c:1232
20130 msgid "Perform variable tracking"
20131 msgstr ""
20132
20133 #: options.c:1235
20134 msgid "Add extra commentary to assembler output"
20135 msgstr ""
20136
20137 #: options.c:1238
20138 msgid "Use expression value profiles in optimizations"
20139 msgstr ""
20140
20141 #: options.c:1241
20142 msgid "Discard unused virtual functions"
20143 msgstr ""
20144
20145 #: options.c:1244
20146 msgid "Implement vtables using thunks"
20147 msgstr ""
20148
20149 #: options.c:1247
20150 msgid "Emit common-like symbols as weak symbols"
20151 msgstr ""
20152
20153 #: options.c:1250
20154 msgid "Construct webs and split unrelated uses of single variable"
20155 msgstr ""
20156
20157 #: options.c:1253
20158 msgid ""
20159 "-fwide-exec-charset=<cset>\tConvert all wide strings and character constants "
20160 "to character set <cset>"
20161 msgstr ""
20162
20163 #: options.c:1256
20164 msgid "Generate a #line directive pointing at the current working directory"
20165 msgstr ""
20166
20167 #: options.c:1259
20168 msgid "Assume signed arithmetic overflow wraps around"
20169 msgstr ""
20170
20171 #: options.c:1262
20172 msgid "Emit cross referencing information"
20173 msgstr ""
20174
20175 #: options.c:1265
20176 msgid "Put zero initialized data in the bss section"
20177 msgstr ""
20178
20179 #: options.c:1268
20180 msgid ""
20181 "Generate lazy class lookup (via objc_getClass()) for use in Zero-Link mode"
20182 msgstr ""
20183
20184 #: options.c:1271
20185 msgid "Generate debug information in default format"
20186 msgstr ""
20187
20188 #: options.c:1274
20189 msgid "Generate debug information in COFF format"
20190 msgstr ""
20191
20192 #: options.c:1277
20193 msgid "Generate debug information in DWARF v2 format"
20194 msgstr ""
20195
20196 #: options.c:1280
20197 msgid "Dump declarations to a .decl file"
20198 msgstr ""
20199
20200 #: options.c:1283
20201 msgid "Generate debug information in default extended format"
20202 msgstr ""
20203
20204 #: options.c:1286
20205 msgid "Generate debug information in STABS format"
20206 msgstr ""
20207
20208 #: options.c:1289
20209 msgid "Generate debug information in extended STABS format"
20210 msgstr ""
20211
20212 #: options.c:1292
20213 msgid "Generate debug information in VMS format"
20214 msgstr ""
20215
20216 #: options.c:1295
20217 msgid "Generate debug information in XCOFF format"
20218 msgstr ""
20219
20220 #: options.c:1298
20221 msgid "Generate debug information in extended XCOFF format"
20222 msgstr ""
20223
20224 #: options.c:1301
20225 msgid "Set the default integer kind to double precision"
20226 msgstr ""
20227
20228 #: options.c:1304
20229 msgid "-idirafter <dir>\tAdd <dir> to the end of the system include path"
20230 msgstr ""
20231
20232 #: options.c:1307
20233 msgid "-imacros <file>\tAccept definition of macros in <file>"
20234 msgstr ""
20235
20236 #: options.c:1310
20237 msgid "-include <file>\tInclude the contents of <file> before other files"
20238 msgstr ""
20239
20240 #: options.c:1313
20241 msgid "-iprefix <path>\tSpecify <path> as a prefix for next two options"
20242 msgstr ""
20243
20244 #: options.c:1316
20245 msgid "-iquote <dir>\tAdd <dir> to the end of the quote include path"
20246 msgstr ""
20247
20248 #: options.c:1319
20249 msgid "-isysroot <dir>\tSet <dir> to be the system root directory"
20250 msgstr ""
20251
20252 #: options.c:1322
20253 msgid "-isystem <dir>\tAdd <dir> to the start of the system include path"
20254 msgstr ""
20255
20256 #: options.c:1325
20257 msgid "-iwithprefix <dir>\tAdd <dir> to the end of the system include path"
20258 msgstr ""
20259
20260 #: options.c:1328
20261 msgid "-iwithprefixbefore <dir>\tAdd <dir> to the end of the main include path"
20262 msgstr ""
20263
20264 #: options.c:1340
20265 msgid ""
20266 "Do not search standard system include directories (those specified with -"
20267 "isystem will still be used)"
20268 msgstr ""
20269
20270 #: options.c:1343
20271 msgid "Do not search standard system include directories for C++"
20272 msgstr ""
20273
20274 #: options.c:1346
20275 msgid "-o <file>\tPlace output into <file>"
20276 msgstr ""
20277
20278 #: options.c:1349
20279 msgid "Enable function profiling"
20280 msgstr ""
20281
20282 #: options.c:1352
20283 msgid "Issue warnings needed for strict compliance to the standard"
20284 msgstr ""
20285
20286 #: options.c:1355
20287 msgid "Like -pedantic but issue them as errors"
20288 msgstr ""
20289
20290 #: options.c:1358
20291 msgid "Generate C header of platform-specific features"
20292 msgstr ""
20293
20294 #: options.c:1361
20295 msgid "-qkind=<n>\tSet the kind for a real with the 'q' exponent to 'n'"
20296 msgstr ""
20297
20298 #: options.c:1364
20299 msgid "Do not display functions compiled or elapsed time"
20300 msgstr ""
20301
20302 #: options.c:1367
20303 msgid "Set the default real kind to double precision"
20304 msgstr ""
20305
20306 #: options.c:1370
20307 msgid "Remap file names when including files"
20308 msgstr ""
20309
20310 #: options.c:1373
20311 msgid "Conform to the ISO 1998 C++ standard"
20312 msgstr ""
20313
20314 #: options.c:1376
20315 msgid "Conform to the ISO 1990 C standard"
20316 msgstr ""
20317
20318 #: options.c:1379
20319 msgid "Conform to the ISO 1999 C standard"
20320 msgstr ""
20321
20322 #: options.c:1382
20323 #: options.c:1412
20324 #: options.c:1415
20325 msgid "Deprecated in favor of -std=c99"
20326 msgstr ""
20327
20328 #: options.c:1385
20329 msgid "Conform to the ISO Fortran 2003 standard."
20330 msgstr ""
20331
20332 #: options.c:1388
20333 msgid "Conform to the ISO Fortran 95 standard."
20334 msgstr ""
20335
20336 #: options.c:1391
20337 msgid "Conform nothing in particular."
20338 msgstr ""
20339
20340 #: options.c:1394
20341 msgid "Conform to the ISO 1998 C++ standard with GNU extensions"
20342 msgstr ""
20343
20344 #: options.c:1397
20345 msgid "Conform to the ISO 1990 C standard with GNU extensions"
20346 msgstr ""
20347
20348 #: options.c:1400
20349 msgid "Conform to the ISO 1999 C standard with GNU extensions"
20350 msgstr ""
20351
20352 #: options.c:1403
20353 msgid "Deprecated in favor of -std=gnu99"
20354 msgstr ""
20355
20356 #: options.c:1406
20357 msgid "Deprecated in favor of -std=c89"
20358 msgstr ""
20359
20360 #: options.c:1409
20361 msgid "Conform to the ISO 1990 C standard as amended in 1994"
20362 msgstr ""
20363
20364 #: options.c:1418
20365 msgid "Enable traditional preprocessing"
20366 msgstr ""
20367
20368 #: options.c:1421
20369 msgid "-trigraphs\tSupport ISO C trigraphs"
20370 msgstr ""
20371
20372 #: options.c:1424
20373 msgid "Do not predefine system-specific and GCC-specific macros"
20374 msgstr ""
20375
20376 #: options.c:1427
20377 msgid "Enable verbose output"
20378 msgstr ""
20379
20380 #: options.c:1433
20381 msgid "Suppress warnings"
20382 msgstr ""
20383
20384 #: treelang/lang-specs.h:52
20385 msgid "-pg or -p and -fomit-frame-pointer are incompatible"
20386 msgstr ""
20387
20388 #: config/rs6000/darwin.h:98
20389 msgid " conflicting code gen style switches are used"
20390 msgstr ""
20391
20392 #: config/rs6000/sysv4.h:1089
20393 msgid "`-p' not supported; use `-pg' and gprof(1)"
20394 msgstr ""
20395
20396 #: config/i386/sco5.h:191
20397 msgid "-pg not supported on this platform"
20398 msgstr ""
20399
20400 #: config/i386/sco5.h:192
20401 msgid "-p and -pp specified - pick one"
20402 msgstr ""
20403
20404 #: config/i386/sco5.h:266
20405 msgid "-G and -static are mutually exclusive"
20406 msgstr ""
20407
20408 #: config/i386/cygwin.h:29
20409 msgid "mno-cygwin and mno-win32 are not compatible"
20410 msgstr ""
20411
20412 #: config/i386/cygwin.h:70 config/i386/mingw32.h:58
20413 msgid "shared and mdll are not compatible"
20414 msgstr ""
20415
20416 #: config/sparc/sol2-gld-bi.h:17 config/sparc/sol2-gld-bi.h:22
20417 #: config/sparc/sol2-bi.h:167 config/sparc/sol2-bi.h:172
20418 msgid "does not support multilib"
20419 msgstr ""
20420
20421 #: config/sparc/linux64.h:207 config/sparc/linux64.h:218
20422 #: config/sparc/netbsd-elf.h:136 config/sparc/netbsd-elf.h:155
20423 #: config/sparc/sol2-bi.h:195 config/sparc/sol2-bi.h:205
20424 msgid "may not use both -m32 and -m64"
20425 msgstr ""
20426
20427 #: config/vax/netbsd-elf.h:42
20428 msgid "The -shared option is not currently supported for VAX ELF."
20429 msgstr ""
20430
20431 #: config/darwin.h:226
20432 msgid "-current_version only allowed with -dynamiclib"
20433 msgstr ""
20434
20435 #: config/darwin.h:229
20436 msgid "-install_name only allowed with -dynamiclib"
20437 msgstr ""
20438
20439 #: config/darwin.h:234
20440 msgid "-bundle not allowed with -dynamiclib"
20441 msgstr ""
20442
20443 #: config/darwin.h:235
20444 msgid "-bundle_loader not allowed with -dynamiclib"
20445 msgstr ""
20446
20447 #: config/darwin.h:236
20448 msgid "-client_name not allowed with -dynamiclib"
20449 msgstr ""
20450
20451 #: config/darwin.h:239
20452 msgid "-force_cpusubtype_ALL not allowed with -dynamiclib"
20453 msgstr ""
20454
20455 #: config/darwin.h:240
20456 msgid "-force_flat_namespace not allowed with -dynamiclib"
20457 msgstr ""
20458
20459 #: config/darwin.h:242
20460 msgid "-keep_private_externs not allowed with -dynamiclib"
20461 msgstr ""
20462
20463 #: config/darwin.h:243
20464 msgid "-private_bundle not allowed with -dynamiclib"
20465 msgstr ""
20466
20467 #: config/vax/vax.h:50 config/vax/vax.h:51
20468 msgid "profiling not supported with -mg\n"
20469 msgstr ""
20470
20471 #: java/jvspec.c:80 ada/lang-specs.h:34 gcc.c:792
20472 msgid "-pg and -fomit-frame-pointer are incompatible"
20473 msgstr ""
20474
20475 #: config/arc/arc.h:63 config/mips/mips.h:1192
20476 msgid "may not use both -EB and -EL"
20477 msgstr ""
20478
20479 #: java/lang-specs.h:34
20480 msgid "-fjni and -femit-class-files are incompatible"
20481 msgstr ""
20482
20483 #: java/lang-specs.h:35
20484 msgid "-fjni and -femit-class-file are incompatible"
20485 msgstr ""
20486
20487 #: java/lang-specs.h:36 java/lang-specs.h:37
20488 msgid "-femit-class-file should used along with -fsyntax-only"
20489 msgstr ""
20490
20491 #: ada/lang-specs.h:36
20492 msgid "one of -c, -S, -gnatc or -gnats is required for Ada"
20493 msgstr ""
20494
20495 #: config/mips/mips.h:1037
20496 msgid "-pipe is not supported"
20497 msgstr ""
20498
20499 #: config/mips/r3900.h:35
20500 msgid "-mhard-float not supported"
20501 msgstr ""
20502
20503 #: config/mips/r3900.h:37
20504 msgid "-msingle-float and -msoft-float can not both be specified"
20505 msgstr ""
20506
20507 #: config/mcore/mcore.h:65
20508 msgid "the m210 does not have little endian support"
20509 msgstr ""
20510
20511 #: config/arm/arm.h:149
20512 msgid "-msoft-float and -mhard_float may not be used together"
20513 msgstr ""
20514
20515 #: config/arm/arm.h:151
20516 msgid "-mbig-endian and -mlittle-endian may not be used together"
20517 msgstr ""
20518
20519 #: gcc.c:766
20520 msgid "GCC does not support -C or -CC without -E"
20521 msgstr ""
20522
20523 #: gcc.c:957
20524 msgid "-E required when input is from standard input"
20525 msgstr ""