OSDN Git Service

baa68f8b0e7b7646f05279a48320dacf135659cd
[pf3gnuchains/gcc-fork.git] / gcc / po / gcc.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
5 #, fuzzy
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: PACKAGE VERSION\n"
9 "POT-Creation-Date: 2000-09-12 04:07+0200\n"
10 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: LANGUAGE <LL@li.org>\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=CHARSET\n"
15 "Content-Transfer-Encoding: ENCODING\n"
16
17 #: builtins.c:239
18 msgid "offset outside bounds of constant string"
19 msgstr ""
20
21 #. ??? We used to try and build up a call to the out of line function,
22 #. guessing about what registers needed saving etc.  This became much
23 #. harder with __builtin_va_start, since we don't have a tree for a
24 #. call to __builtin_saveregs to fall back on.  There was exactly one
25 #. port (i860) that used this code, and I'm unconvinced it could actually
26 #. handle the general case.  So we no longer try to handle anything
27 #. weird and make the backend absorb the evil.
28 #: builtins.c:1803
29 msgid "__builtin_saveregs not supported by this target"
30 msgstr ""
31
32 #: builtins.c:1846
33 msgid "argument of `__builtin_args_info' must be constant"
34 msgstr ""
35
36 #: builtins.c:1852
37 msgid "argument of `__builtin_args_info' out of range"
38 msgstr ""
39
40 #: builtins.c:1858
41 msgid "missing argument in `__builtin_args_info'"
42 msgstr ""
43
44 #: builtins.c:1889
45 msgid "`va_start' used in function with fixed args"
46 msgstr ""
47
48 #: builtins.c:1908
49 msgid "second parameter of `va_start' not last named argument"
50 msgstr ""
51
52 #. Evidently an out of date version of <stdarg.h>; can't validate
53 #. va_start's second argument, but can still work as intended.
54 #: builtins.c:1913
55 msgid "`__builtin_next_arg' called without an argument"
56 msgstr ""
57
58 #: builtins.c:2006
59 msgid "too many arguments to function `va_start'"
60 msgstr ""
61
62 #: builtins.c:2092
63 msgid "first argument to `va_arg' not of type `va_list'"
64 msgstr ""
65
66 #: builtins.c:2120
67 #, c-format
68 msgid "`%s' is promoted to `%s' when passed through `...'"
69 msgstr ""
70
71 #: builtins.c:2124
72 #, c-format
73 msgid "(so you should pass `%s' not `%s' to `va_arg')"
74 msgstr ""
75
76 #: builtins.c:2233
77 msgid "invalid arg to `__builtin_frame_address'"
78 msgstr ""
79
80 #: builtins.c:2235
81 msgid "invalid arg to `__builtin_return_address'"
82 msgstr ""
83
84 #: builtins.c:2248
85 msgid "unsupported arg to `__builtin_frame_address'"
86 msgstr ""
87
88 #: builtins.c:2250
89 msgid "unsupported arg to `__builtin_return_address'"
90 msgstr ""
91
92 #: builtins.c:2332
93 msgid "second arg to `__builtin_expect' must be a constant"
94 msgstr ""
95
96 #: builtins.c:2581
97 msgid "__builtin_longjmp second argument must be 1"
98 msgstr ""
99
100 #: builtins.c:2595
101 msgid "__builtin_trap not supported by this target"
102 msgstr ""
103
104 #. just do library call, if unknown builtin
105 #: builtins.c:2633
106 #, c-format
107 msgid "built-in function `%s' not currently supported"
108 msgstr ""
109
110 #: c-common.c:387
111 #, c-format
112 msgid ""
113 "string length `%d' is greater than the minimum length `%d' ISO C%d is "
114 "required to support"
115 msgstr ""
116
117 #: c-common.c:552
118 #, c-format
119 msgid "`%s' attribute directive ignored"
120 msgstr ""
121
122 #: c-common.c:560
123 #, c-format
124 msgid "`%s' attribute does not apply to types"
125 msgstr ""
126
127 #: c-common.c:567
128 #, c-format
129 msgid "wrong number of arguments specified for `%s' attribute"
130 msgstr ""
131
132 #: c-common.c:583 c-common.c:590 c-common.c:597 c-common.c:610 c-common.c:618
133 #: c-common.c:633 c-common.c:646 c-common.c:654 c-common.c:670 c-common.c:682
134 #: c-common.c:694 c-common.c:699 c-common.c:1033 c-common.c:1185
135 #, c-format
136 msgid "`%s' attribute ignored"
137 msgstr ""
138
139 #: c-common.c:732
140 #, c-format
141 msgid "unknown machine mode `%s'"
142 msgstr ""
143
144 #: c-common.c:735
145 #, c-format
146 msgid "no data type for mode `%s'"
147 msgstr ""
148
149 #: c-common.c:755
150 msgid "section attribute cannot be specified for local variables"
151 msgstr ""
152
153 #: c-common.c:762
154 #, c-format
155 msgid "section of `%s' conflicts with previous declaration"
156 msgstr ""
157
158 #: c-common.c:768
159 #, c-format
160 msgid "section attribute not allowed for `%s'"
161 msgstr ""
162
163 #: c-common.c:771
164 msgid "section attributes are not supported for this target"
165 msgstr ""
166
167 #: c-common.c:790
168 msgid "requested alignment is not a constant"
169 msgstr ""
170
171 #: c-common.c:795
172 msgid "requested alignment is not a power of 2"
173 msgstr ""
174
175 #: c-common.c:797
176 msgid "requested alignment is too large"
177 msgstr ""
178
179 #: c-common.c:820
180 #, c-format
181 msgid "alignment may not be specified for `%s'"
182 msgstr ""
183
184 #: c-common.c:843 c-common.c:949
185 #, c-format
186 msgid "argument format specified for non-function `%s'"
187 msgstr ""
188
189 #: c-common.c:849
190 msgid "unrecognized format specifier"
191 msgstr ""
192
193 #: c-common.c:865
194 #, c-format
195 msgid "`%s' is an unrecognized format function type"
196 msgstr ""
197
198 #: c-common.c:887 c-common.c:963
199 msgid "format string has invalid operand number"
200 msgstr ""
201
202 #: c-common.c:895
203 msgid "format string arg follows the args to be formatted"
204 msgstr ""
205
206 #: c-common.c:914 c-common.c:984
207 msgid "format string arg not a string type"
208 msgstr ""
209
210 #: c-common.c:927
211 msgid "args to be formatted is not '...'"
212 msgstr ""
213
214 #: c-common.c:993
215 msgid "function does not return string type"
216 msgstr ""
217
218 #: c-common.c:1011
219 #, c-format
220 msgid "`%s' defined both normally and as an alias"
221 msgstr ""
222
223 #: c-common.c:1019
224 msgid "alias arg not a string"
225 msgstr ""
226
227 #: c-common.c:1040 c-common.c:1057 c-common.c:1074
228 #, c-format
229 msgid "`%s' attribute applies only to functions"
230 msgstr ""
231
232 #: c-common.c:1046 c-common.c:1063 c-common.c:1080
233 #, c-format
234 msgid "can't set `%s' attribute after definition"
235 msgstr ""
236
237 #: c-common.c:1632
238 msgid "too few arguments for format"
239 msgstr ""
240
241 #: c-common.c:1730 c-common.c:1751
242 msgid "missing $ operand number in format"
243 msgstr ""
244
245 #: c-common.c:1760
246 #, ycp-format
247 msgid "ISO C does not support %%n$ operand number formats"
248 msgstr ""
249
250 #: c-common.c:1766
251 msgid "operand number out of range in format"
252 msgstr ""
253
254 #: c-common.c:1818
255 #, c-format
256 msgid "format argument %d unused before used argument %d in $-style format"
257 msgstr ""
258
259 #: c-common.c:1822
260 msgid "unused arguments in $-style format"
261 msgstr ""
262
263 #: c-common.c:1912
264 msgid "null format string"
265 msgstr ""
266
267 #: c-common.c:1923 c-common.c:1935
268 msgid "format not a string literal, argument types not checked"
269 msgstr ""
270
271 #: c-common.c:1941
272 msgid "zero-length format string"
273 msgstr ""
274
275 #: c-common.c:1944
276 msgid "unterminated format string"
277 msgstr ""
278
279 #: c-common.c:1967
280 msgid "embedded `\\0' in format"
281 msgstr ""
282
283 #: c-common.c:1970
284 msgid "too many arguments for format"
285 msgstr ""
286
287 #: c-common.c:1979
288 #, ycp-format
289 msgid "spurious trailing `%%' in format"
290 msgstr ""
291
292 #: c-common.c:2019
293 msgid "zero width in scanf format"
294 msgstr ""
295
296 #: c-common.c:2026
297 #, c-format
298 msgid "ISO C does not support the strftime `%c' flag"
299 msgstr ""
300
301 #: c-common.c:2030 c-common.c:2083
302 #, c-format
303 msgid "repeated `%c' flag in format"
304 msgstr ""
305
306 #: c-common.c:2047
307 msgid "ISO C does not support strftime format width"
308 msgstr ""
309
310 #: c-common.c:2055
311 msgid "multiple E/O modifiers in format"
312 msgstr ""
313
314 #: c-common.c:2095
315 msgid "use of both ` ' and `+' flags in format"
316 msgstr ""
317
318 #: c-common.c:2100
319 msgid "use of both `0' and `-' flags in format"
320 msgstr ""
321
322 #: c-common.c:2102
323 msgid "ISO C does not support the `'' format flag"
324 msgstr ""
325
326 #: c-common.c:2104
327 msgid "ISO C does not support the `I' format flag"
328 msgstr ""
329
330 #: c-common.c:2144
331 #, c-format
332 msgid "field width is not type int (arg %d)"
333 msgstr ""
334
335 #: c-common.c:2193
336 #, c-format
337 msgid "field precision is not type int (arg %d)"
338 msgstr ""
339
340 #: c-common.c:2239
341 #, c-format
342 msgid "ISO C does not support the `%s' %s length modifier"
343 msgstr ""
344
345 #: c-common.c:2243
346 #, c-format
347 msgid "ISO C89 does not support the `%s' %s length modifier"
348 msgstr ""
349
350 #: c-common.c:2258
351 #, c-format
352 msgid "use of `*' and `%s' together in format"
353 msgstr ""
354
355 #: c-common.c:2264
356 msgid "conversion lacks type at end of format"
357 msgstr ""
358
359 #: c-common.c:2275
360 #, c-format
361 msgid "unknown conversion type character `%c' in format"
362 msgstr ""
363
364 #: c-common.c:2278
365 #, c-format
366 msgid "unknown conversion type character 0x%x in format"
367 msgstr ""
368
369 #: c-common.c:2285
370 msgid "ISO C does not support the `%%%c' %s format"
371 msgstr ""
372
373 #: c-common.c:2289
374 msgid "ISO C89 does not support the `%%%c' %s format"
375 msgstr ""
376
377 #: c-common.c:2294
378 msgid "ISO C does not support `%%O%c'"
379 msgstr ""
380
381 #: c-common.c:2296
382 msgid "ISO C89 does not support `%%O%c'"
383 msgstr ""
384
385 #: c-common.c:2299
386 msgid "ISO C89 does not support `%%E%c'"
387 msgstr ""
388
389 #: c-common.c:2302
390 #, c-format
391 msgid "width used with `%c' format"
392 msgstr ""
393
394 #: c-common.c:2305
395 msgid "`%%%c' yields only last 2 digits of year in some locales"
396 msgstr ""
397
398 #: c-common.c:2308
399 msgid "`%%%c' yields only last 2 digits of year"
400 msgstr ""
401
402 #: c-common.c:2310
403 #, c-format
404 msgid "precision used with `%c' format"
405 msgstr ""
406
407 #: c-common.c:2313
408 #, c-format
409 msgid "`a' flag used with `%c' format"
410 msgstr ""
411
412 #: c-common.c:2319
413 msgid "ISO C does not support the `a' flag"
414 msgstr ""
415
416 #. The end of the format string was reached.
417 #: c-common.c:2333
418 #, ycp-format
419 msgid "no closing `]' for `%%[' format"
420 msgstr ""
421
422 #: c-common.c:2338
423 #, c-format
424 msgid "suppression of `%c' conversion in format"
425 msgstr ""
426
427 #: c-common.c:2344
428 #, c-format
429 msgid "flag `%c' used with type `%c'"
430 msgstr ""
431
432 #: c-common.c:2353
433 #, c-format
434 msgid "`0' flag ignored with precision specifier and `%c' format"
435 msgstr ""
436
437 #: c-common.c:2360
438 #, c-format
439 msgid "use of `%s' length modifier with `%c' type character"
440 msgstr ""
441
442 #: c-common.c:2370
443 msgid "ISO C does not support the `%%%s%c' %s format"
444 msgstr ""
445
446 #: c-common.c:2374
447 msgid "ISO C89 does not support the `%%%s%c' %s format"
448 msgstr ""
449
450 #: c-common.c:2428
451 #, c-format
452 msgid "writing into constant object (arg %d)"
453 msgstr ""
454
455 #: c-common.c:2439
456 #, c-format
457 msgid "extra type qualifiers in format argument (arg %d)"
458 msgstr ""
459
460 #: c-common.c:2447
461 #, c-format
462 msgid "format argument is not a pointer (arg %d)"
463 msgstr ""
464
465 #: c-common.c:2449
466 #, c-format
467 msgid "format argument is not a pointer to a pointer (arg %d)"
468 msgstr ""
469
470 #: c-common.c:2539
471 #, c-format
472 msgid "%s format, %s arg (arg %d)"
473 msgstr ""
474
475 #: c-common.c:2558
476 msgid "overflow in constant expression"
477 msgstr ""
478
479 #: c-common.c:2579
480 msgid "integer overflow in expression"
481 msgstr ""
482
483 #: c-common.c:2588
484 msgid "floating point overflow in expression"
485 msgstr ""
486
487 #. This detects cases like converting -129 or 256 to unsigned char.
488 #: c-common.c:2609
489 msgid "large integer implicitly truncated to unsigned type"
490 msgstr ""
491
492 #: c-common.c:2611
493 msgid "negative integer implicitly converted to unsigned type"
494 msgstr ""
495
496 #: c-common.c:2644
497 msgid "overflow in implicit constant conversion"
498 msgstr ""
499
500 #: c-common.c:2665
501 msgid "expression statement has incomplete type"
502 msgstr ""
503
504 #: c-common.c:2697
505 msgid "case label does not reduce to an integer constant"
506 msgstr ""
507
508 #: c-common.c:2967
509 msgid "invalid truth-value expression"
510 msgstr ""
511
512 #: c-common.c:3018
513 #, c-format
514 msgid "invalid operands to binary %s"
515 msgstr ""
516
517 #: c-common.c:3253 c-common.c:3262
518 msgid "comparison is always false due to limited range of data type"
519 msgstr ""
520
521 #: c-common.c:3255 c-common.c:3264
522 msgid "comparison is always true due to limited range of data type"
523 msgstr ""
524
525 #: c-common.c:3330
526 msgid "comparison of unsigned expression >= 0 is always true"
527 msgstr ""
528
529 #: c-common.c:3339
530 msgid "comparison of unsigned expression < 0 is always false"
531 msgstr ""
532
533 #: c-common.c:3390
534 msgid "struct type value used where scalar is required"
535 msgstr ""
536
537 #: c-common.c:3394
538 msgid "union type value used where scalar is required"
539 msgstr ""
540
541 #: c-common.c:3398
542 msgid "array type value used where scalar is required"
543 msgstr ""
544
545 #: c-common.c:3513
546 msgid "suggest parentheses around assignment used as truth value"
547 msgstr ""
548
549 #: c-common.c:3638 c-common.c:3670
550 msgid "invalid use of `restrict'"
551 msgstr ""
552
553 #: c-common.c:4372 c-typeck.c:1741
554 #, c-format
555 msgid "too few arguments to function `%s'"
556 msgstr ""
557
558 #: c-common.c:4378 c-typeck.c:1600
559 #, c-format
560 msgid "too many arguments to function `%s'"
561 msgstr ""
562
563 #: c-convert.c:78 c-typeck.c:940 c-typeck.c:4037 cp/typeck.c:1729
564 #: cp/typeck.c:6431
565 msgid "void value not ignored as it ought to be"
566 msgstr ""
567
568 #: c-convert.c:100
569 msgid "conversion to non-scalar type requested"
570 msgstr ""
571
572 #: c-decl.c:606
573 #, c-format
574 msgid "unknown C standard `%s'"
575 msgstr ""
576
577 #: c-decl.c:875
578 #, c-format
579 msgid "array `%s' assumed to have one element"
580 msgstr ""
581
582 #: c-decl.c:1051
583 #, c-format
584 msgid "`struct %s' incomplete in scope ending here"
585 msgstr ""
586
587 #: c-decl.c:1054
588 #, c-format
589 msgid "`union %s' incomplete in scope ending here"
590 msgstr ""
591
592 #: c-decl.c:1057
593 #, c-format
594 msgid "`enum %s' incomplete in scope ending here"
595 msgstr ""
596
597 #: c-decl.c:1171 c-decl.c:1331
598 #, c-format
599 msgid "label `%s' used but not defined"
600 msgstr ""
601
602 #: c-decl.c:1177 c-decl.c:1338
603 #, c-format
604 msgid "label `%s' defined but not used"
605 msgstr ""
606
607 #: c-decl.c:1460 c-decl.c:1513
608 #, c-format
609 msgid "shadowing built-in function `%s'"
610 msgstr ""
611
612 #: c-decl.c:1462
613 #, c-format
614 msgid "shadowing library function `%s'"
615 msgstr ""
616
617 #: c-decl.c:1468
618 #, c-format
619 msgid "library function `%s' declared as non-function"
620 msgstr ""
621
622 #: c-decl.c:1472 c-decl.c:1475
623 #, c-format
624 msgid "built-in function `%s' declared as non-function"
625 msgstr ""
626
627 #: c-decl.c:1479 objc/objc-act.c:2490 objc/objc-act.c:6161
628 #, c-format
629 msgid "`%s' redeclared as different kind of symbol"
630 msgstr ""
631
632 #: c-decl.c:1480 c-decl.c:1658 c-decl.c:1805 objc/objc-act.c:2492
633 #: objc/objc-act.c:6163 objc/objc-act.c:6218
634 #, c-format
635 msgid "previous declaration of `%s'"
636 msgstr ""
637
638 #. If types don't match for a built-in, throw away the built-in.
639 #: c-decl.c:1562
640 #, c-format
641 msgid "conflicting types for built-in function `%s'"
642 msgstr ""
643
644 #: c-decl.c:1605 c-decl.c:1624
645 #, c-format
646 msgid "conflicting types for `%s'"
647 msgstr ""
648
649 #: c-decl.c:1647
650 msgid ""
651 "A parameter list with an ellipsis can't match an empty parameter name list "
652 "declaration."
653 msgstr ""
654
655 #: c-decl.c:1653
656 msgid ""
657 "An argument type that has a default promotion can't match an empty parameter "
658 "name list declaration."
659 msgstr ""
660
661 #: c-decl.c:1668 c-decl.c:1690
662 #, c-format
663 msgid "redefinition of `%s'"
664 msgstr ""
665
666 #: c-decl.c:1671
667 #, c-format
668 msgid "redeclaration of `%s'"
669 msgstr ""
670
671 #: c-decl.c:1674
672 #, c-format
673 msgid "conflicting declarations of `%s'"
674 msgstr ""
675
676 #: c-decl.c:1683 c-decl.c:1695
677 #, c-format
678 msgid "`%s' previously defined here"
679 msgstr ""
680
681 #: c-decl.c:1684 c-decl.c:1696
682 #, c-format
683 msgid "`%s' previously declared here"
684 msgstr ""
685
686 #: c-decl.c:1717
687 #, c-format
688 msgid "prototype for `%s' follows"
689 msgstr ""
690
691 #: c-decl.c:1718 c-decl.c:1726 c-decl.c:1742
692 msgid "non-prototype definition here"
693 msgstr ""
694
695 #: c-decl.c:1725
696 #, c-format
697 msgid "prototype for `%s' follows and number of arguments doesn't match"
698 msgstr ""
699
700 #: c-decl.c:1740
701 #, c-format
702 msgid "prototype for `%s' follows and argument %d doesn't match"
703 msgstr ""
704
705 #: c-decl.c:1757
706 #, c-format
707 msgid "`%s' declared inline after being called"
708 msgstr ""
709
710 #: c-decl.c:1762
711 #, c-format
712 msgid "`%s' declared inline after its definition"
713 msgstr ""
714
715 #: c-decl.c:1769
716 #, c-format
717 msgid "static declaration for `%s' follows non-static"
718 msgstr ""
719
720 #: c-decl.c:1777
721 #, c-format
722 msgid "non-static declaration for `%s' follows static"
723 msgstr ""
724
725 #: c-decl.c:1784
726 #, c-format
727 msgid "const declaration for `%s' follows non-const"
728 msgstr ""
729
730 #: c-decl.c:1791
731 #, c-format
732 msgid "type qualifiers for `%s' conflict with previous decl"
733 msgstr ""
734
735 #: c-decl.c:1804
736 #, c-format
737 msgid "redundant redeclaration of `%s' in same scope"
738 msgstr ""
739
740 #: c-decl.c:2074
741 #, c-format
742 msgid "nested extern declaration of `%s'"
743 msgstr ""
744
745 #: c-decl.c:2099
746 #, c-format
747 msgid "`%s' used prior to declaration"
748 msgstr ""
749
750 #: c-decl.c:2120 c-decl.c:2335
751 #, c-format
752 msgid "`%s' was declared implicitly `extern' and later `static'"
753 msgstr ""
754
755 #: c-decl.c:2230
756 msgid "type mismatch with previous external decl"
757 msgstr ""
758
759 #: c-decl.c:2231
760 #, c-format
761 msgid "previous external decl of `%s'"
762 msgstr ""
763
764 #: c-decl.c:2244
765 msgid "type mismatch with previous implicit declaration"
766 msgstr ""
767
768 #: c-decl.c:2246
769 #, c-format
770 msgid "previous implicit declaration of `%s'"
771 msgstr ""
772
773 #: c-decl.c:2263
774 #, c-format
775 msgid "type of external `%s' is not global"
776 msgstr ""
777
778 #: c-decl.c:2314
779 #, c-format
780 msgid "`%s' was previously implicitly declared to return `int'"
781 msgstr ""
782
783 #: c-decl.c:2339
784 #, c-format
785 msgid "`%s' was declared `extern' and later `static'"
786 msgstr ""
787
788 #: c-decl.c:2362
789 #, c-format
790 msgid "extern declaration of `%s' doesn't match global one"
791 msgstr ""
792
793 #: c-decl.c:2402
794 #, c-format
795 msgid "`%s' locally external but globally static"
796 msgstr ""
797
798 #: c-decl.c:2438 c-decl.c:2463 cp/decl.c:4231
799 #, c-format
800 msgid "declaration of `%s' shadows a parameter"
801 msgstr ""
802
803 #: c-decl.c:2441
804 #, c-format
805 msgid "declaration of `%s' shadows a symbol from the parameter list"
806 msgstr ""
807
808 #: c-decl.c:2465 cp/decl.c:4239
809 #, c-format
810 msgid "declaration of `%s' shadows previous local"
811 msgstr ""
812
813 #. XXX shadow warnings in outer-more namespaces
814 #: c-decl.c:2468 cp/decl.c:4243
815 #, c-format
816 msgid "declaration of `%s' shadows global declaration"
817 msgstr ""
818
819 #: c-decl.c:2558
820 #, c-format
821 msgid "function `%s' was previously declared within a block"
822 msgstr ""
823
824 #: c-decl.c:2575 c-decl.c:2577
825 #, c-format
826 msgid "implicit declaration of function `%s'"
827 msgstr ""
828
829 #: c-decl.c:2664
830 #, c-format
831 msgid "label %s referenced outside of any function"
832 msgstr ""
833
834 #: c-decl.c:2724
835 #, c-format
836 msgid "duplicate label declaration `%s'"
837 msgstr ""
838
839 #: c-decl.c:2727
840 msgid "this is a previous declaration"
841 msgstr ""
842
843 #: c-decl.c:3357
844 msgid "unnamed struct/union that defines no instances"
845 msgstr ""
846
847 #: c-decl.c:3376
848 msgid "useless keyword or type name in empty declaration"
849 msgstr ""
850
851 #: c-decl.c:3383
852 msgid "two types specified in one empty declaration"
853 msgstr ""
854
855 #: c-decl.c:3388 c-parse.y:300 c-parse.y:720 c-parse.y:722 c-parse.y:779
856 #: objc-parse.y:329 objc-parse.y:772 objc-parse.y:774 objc-parse.y:831
857 #: objc-parse.y:2510 parse.y:701 parse.y:1760
858 msgid "empty declaration"
859 msgstr ""
860
861 #: c-decl.c:3445
862 #, c-format
863 msgid "`%s' is usually a function"
864 msgstr ""
865
866 #: c-decl.c:3459
867 #, c-format
868 msgid "typedef `%s' is initialized"
869 msgstr ""
870
871 #: c-decl.c:3466
872 #, c-format
873 msgid "function `%s' is initialized like a variable"
874 msgstr ""
875
876 #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
877 #: c-decl.c:3473
878 #, c-format
879 msgid "parameter `%s' is initialized"
880 msgstr ""
881
882 #: c-decl.c:3488 c-typeck.c:4758
883 msgid "variable-sized object may not be initialized"
884 msgstr ""
885
886 #: c-decl.c:3494
887 #, c-format
888 msgid "variable `%s' has initializer but incomplete type"
889 msgstr ""
890
891 #: c-decl.c:3500
892 #, c-format
893 msgid "elements of array `%s' have incomplete type"
894 msgstr ""
895
896 #: c-decl.c:3513
897 #, c-format
898 msgid "declaration of `%s' has `extern' and is initialized"
899 msgstr ""
900
901 #: c-decl.c:3625
902 #, c-format
903 msgid "initializer fails to determine size of `%s'"
904 msgstr ""
905
906 #: c-decl.c:3630
907 #, c-format
908 msgid "array size missing in `%s'"
909 msgstr ""
910
911 #: c-decl.c:3646
912 #, c-format
913 msgid "zero or negative size array `%s'"
914 msgstr ""
915
916 #: c-decl.c:3671
917 #, c-format
918 msgid "storage size of `%s' isn't known"
919 msgstr ""
920
921 #: c-decl.c:3681
922 #, c-format
923 msgid "storage size of `%s' isn't constant"
924 msgstr ""
925
926 #: c-decl.c:3781
927 #, c-format
928 msgid "ANSI C forbids parameter `%s' shadowing typedef"
929 msgstr ""
930
931 #: c-decl.c:4015 cp/decl.c:10230
932 msgid "`long long long' is too long for GCC"
933 msgstr ""
934
935 #: c-decl.c:4020
936 msgid "ISO C89 does not support `long long'"
937 msgstr ""
938
939 #: c-decl.c:4025 cp/decl.c:10235
940 #, c-format
941 msgid "duplicate `%s'"
942 msgstr ""
943
944 #: c-decl.c:4031 cp/decl.c:10255
945 #, c-format
946 msgid "two or more data types in declaration of `%s'"
947 msgstr ""
948
949 #: c-decl.c:4046 cp/decl.c:10260
950 #, c-format
951 msgid "`%s' fails to be a typedef or built in type"
952 msgstr ""
953
954 #: c-decl.c:4112
955 #, c-format
956 msgid "both long and short specified for `%s'"
957 msgstr ""
958
959 #: c-decl.c:4116 cp/decl.c:10360
960 #, c-format
961 msgid "long or short specified with char for `%s'"
962 msgstr ""
963
964 #: c-decl.c:4123 cp/decl.c:10364
965 #, c-format
966 msgid "long or short specified with floating type for `%s'"
967 msgstr ""
968
969 #: c-decl.c:4126
970 msgid "the only valid combination is `long double'"
971 msgstr ""
972
973 #: c-decl.c:4132
974 #, c-format
975 msgid "both signed and unsigned specified for `%s'"
976 msgstr ""
977
978 #: c-decl.c:4134 cp/decl.c:10353
979 #, c-format
980 msgid "long, short, signed or unsigned invalid for `%s'"
981 msgstr ""
982
983 #: c-decl.c:4140 cp/decl.c:10373
984 #, c-format
985 msgid "long, short, signed or unsigned used invalidly for `%s'"
986 msgstr ""
987
988 #: c-decl.c:4159 cp/decl.c:10394
989 #, c-format
990 msgid "complex invalid for `%s'"
991 msgstr ""
992
993 #: c-decl.c:4235 c-decl.c:4591 cp/decl.c:10993
994 msgid "duplicate `const'"
995 msgstr ""
996
997 #: c-decl.c:4237 c-decl.c:4595 cp/decl.c:10997
998 msgid "duplicate `restrict'"
999 msgstr ""
1000
1001 #: c-decl.c:4239 c-decl.c:4593 cp/decl.c:10995
1002 msgid "duplicate `volatile'"
1003 msgstr ""
1004
1005 #: c-decl.c:4261 cp/decl.c:10543
1006 #, c-format
1007 msgid "multiple storage classes in declaration of `%s'"
1008 msgstr ""
1009
1010 #: c-decl.c:4270
1011 msgid "function definition declared `auto'"
1012 msgstr ""
1013
1014 #: c-decl.c:4272
1015 msgid "function definition declared `register'"
1016 msgstr ""
1017
1018 #: c-decl.c:4274
1019 msgid "function definition declared `typedef'"
1020 msgstr ""
1021
1022 #: c-decl.c:4287
1023 #, c-format
1024 msgid "storage class specified for structure field `%s'"
1025 msgstr ""
1026
1027 #: c-decl.c:4291 cp/decl.c:10590
1028 #, c-format
1029 msgid "storage class specified for parameter `%s'"
1030 msgstr ""
1031
1032 #: c-decl.c:4294 cp/decl.c:10592
1033 msgid "storage class specified for typename"
1034 msgstr ""
1035
1036 #: c-decl.c:4306 cp/decl.c:10606
1037 #, c-format
1038 msgid "`%s' initialized and declared `extern'"
1039 msgstr ""
1040
1041 #: c-decl.c:4308 cp/decl.c:10609
1042 #, c-format
1043 msgid "`%s' has both `extern' and initializer"
1044 msgstr ""
1045
1046 #: c-decl.c:4312 cp/decl.c:10613
1047 #, c-format
1048 msgid "nested function `%s' declared `extern'"
1049 msgstr ""
1050
1051 #: c-decl.c:4315 cp/decl.c:10617
1052 #, c-format
1053 msgid "top-level declaration of `%s' specifies `auto'"
1054 msgstr ""
1055
1056 #: c-decl.c:4357
1057 #, c-format
1058 msgid "declaration of `%s' as array of voids"
1059 msgstr ""
1060
1061 #: c-decl.c:4363
1062 #, c-format
1063 msgid "declaration of `%s' as array of functions"
1064 msgstr ""
1065
1066 #: c-decl.c:4385
1067 #, c-format
1068 msgid "size of array `%s' has non-integer type"
1069 msgstr ""
1070
1071 #: c-decl.c:4390
1072 #, c-format
1073 msgid "ISO C forbids zero-size array `%s'"
1074 msgstr ""
1075
1076 #: c-decl.c:4397
1077 #, c-format
1078 msgid "size of array `%s' is negative"
1079 msgstr ""
1080
1081 #: c-decl.c:4410
1082 #, c-format
1083 msgid "ISO C89 forbids array `%s' whose size can't be evaluated"
1084 msgstr ""
1085
1086 #: c-decl.c:4413
1087 #, c-format
1088 msgid "ISO C89 forbids variable-size array `%s'"
1089 msgstr ""
1090
1091 #: c-decl.c:4431 c-decl.c:4616
1092 #, c-format
1093 msgid "size of array `%s' is too large"
1094 msgstr ""
1095
1096 #: c-decl.c:4451
1097 msgid "array type has incomplete element type"
1098 msgstr ""
1099
1100 #: c-decl.c:4459
1101 msgid "ANSI C forbids const or volatile function types"
1102 msgstr ""
1103
1104 #: c-decl.c:4495 cp/decl.c:10753
1105 #, c-format
1106 msgid "`%s' declared as function returning a function"
1107 msgstr ""
1108
1109 #: c-decl.c:4500 cp/decl.c:10758
1110 #, c-format
1111 msgid "`%s' declared as function returning an array"
1112 msgstr ""
1113
1114 #: c-decl.c:4549 c-decl.c:4627 c-decl.c:4711 c-decl.c:4798
1115 msgid "ISO C forbids qualified function types"
1116 msgstr ""
1117
1118 #: c-decl.c:4589 cp/decl.c:10989
1119 msgid "invalid type modifier within pointer declarator"
1120 msgstr ""
1121
1122 #: c-decl.c:4661
1123 msgid "ISO C forbids const or volatile function types"
1124 msgstr ""
1125
1126 #: c-decl.c:4680 cp/decl.c:11476
1127 #, c-format
1128 msgid "variable or field `%s' declared void"
1129 msgstr ""
1130
1131 #: c-decl.c:4745
1132 #, c-format
1133 msgid "field `%s' declared as a function"
1134 msgstr ""
1135
1136 #: c-decl.c:4751
1137 #, c-format
1138 msgid "field `%s' has incomplete type"
1139 msgstr ""
1140
1141 #: c-decl.c:4783 c-decl.c:4785 c-decl.c:4792
1142 #, c-format
1143 msgid "invalid storage class for function `%s'"
1144 msgstr ""
1145
1146 #: c-decl.c:4804
1147 msgid "ISO C forbids qualified void function return type"
1148 msgstr ""
1149
1150 #: c-decl.c:4810
1151 msgid "`noreturn' function returns non-void value"
1152 msgstr ""
1153
1154 #: c-decl.c:4822
1155 msgid "cannot inline function `main'"
1156 msgstr ""
1157
1158 #: c-decl.c:4853
1159 #, c-format
1160 msgid "variable `%s' declared `inline'"
1161 msgstr ""
1162
1163 #: c-decl.c:4924 c-decl.c:5878
1164 msgid "function declaration isn't a prototype"
1165 msgstr ""
1166
1167 #: c-decl.c:4930 cp/decl.c:12167
1168 msgid "parameter names (without types) in function declaration"
1169 msgstr ""
1170
1171 #: c-decl.c:4960 c-decl.c:6263 c-decl.c:6552 cp/decl.c:11986
1172 #, c-format
1173 msgid "parameter `%s' has incomplete type"
1174 msgstr ""
1175
1176 #: c-decl.c:4963 cp/decl.c:11989
1177 msgid "parameter has incomplete type"
1178 msgstr ""
1179
1180 #: c-decl.c:4984
1181 #, c-format
1182 msgid "parameter `%s' points to incomplete type"
1183 msgstr ""
1184
1185 #: c-decl.c:4987
1186 msgid "parameter points to incomplete type"
1187 msgstr ""
1188
1189 #: c-decl.c:5052
1190 #, c-format
1191 msgid "parameter `%s' has just a forward declaration"
1192 msgstr ""
1193
1194 #: c-decl.c:5094
1195 msgid "`void' in parameter list must be the entire list"
1196 msgstr ""
1197
1198 #: c-decl.c:5123
1199 #, c-format
1200 msgid "`%s %s' declared inside parameter list"
1201 msgstr ""
1202
1203 #: c-decl.c:5132
1204 msgid "anonymous struct declared inside parameter list"
1205 msgstr ""
1206
1207 #: c-decl.c:5134
1208 msgid "anonymous union declared inside parameter list"
1209 msgstr ""
1210
1211 #: c-decl.c:5136
1212 msgid "anonymous enum declared inside parameter list"
1213 msgstr ""
1214
1215 #: c-decl.c:5140
1216 msgid ""
1217 "its scope is only this definition or declaration, which is probably not what "
1218 "you want."
1219 msgstr ""
1220
1221 #: c-decl.c:5175
1222 msgid "ISO C forbids forward references to `enum' types"
1223 msgstr ""
1224
1225 #: c-decl.c:5213
1226 #, c-format
1227 msgid "redefinition of `%s %s'"
1228 msgstr ""
1229
1230 #: c-decl.c:5280 c-decl.c:5283
1231 #, c-format
1232 msgid "%s defined inside parms"
1233 msgstr ""
1234
1235 #: c-decl.c:5281 c-decl.c:5284 c-decl.c:5295
1236 msgid "union"
1237 msgstr ""
1238
1239 #: c-decl.c:5281 c-decl.c:5284
1240 msgid "structure"
1241 msgstr ""
1242
1243 #: c-decl.c:5294
1244 #, c-format
1245 msgid "%s has no %s"
1246 msgstr ""
1247
1248 #: c-decl.c:5295
1249 msgid "struct"
1250 msgstr ""
1251
1252 #: c-decl.c:5296
1253 msgid "named members"
1254 msgstr ""
1255
1256 #: c-decl.c:5296
1257 msgid "members"
1258 msgstr ""
1259
1260 #: c-decl.c:5334
1261 #, c-format
1262 msgid "nested redefinition of `%s'"
1263 msgstr ""
1264
1265 #: c-decl.c:5347
1266 #, c-format
1267 msgid "bit-field `%s' width not an integer constant"
1268 msgstr ""
1269
1270 #: c-decl.c:5357
1271 #, c-format
1272 msgid "bit-field `%s' has invalid type"
1273 msgstr ""
1274
1275 #: c-decl.c:5368
1276 #, c-format
1277 msgid "bit-field `%s' type invalid in ISO C"
1278 msgstr ""
1279
1280 #: c-decl.c:5375
1281 #, c-format
1282 msgid "negative width in bit-field `%s'"
1283 msgstr ""
1284
1285 #: c-decl.c:5378
1286 #, c-format
1287 msgid "width of `%s' exceeds its type"
1288 msgstr ""
1289
1290 #: c-decl.c:5380
1291 #, c-format
1292 msgid "zero width for bit-field `%s'"
1293 msgstr ""
1294
1295 #: c-decl.c:5394
1296 #, c-format
1297 msgid "`%s' is narrower than values of its type"
1298 msgstr ""
1299
1300 #: c-decl.c:5451
1301 #, c-format
1302 msgid "duplicate member `%s'"
1303 msgstr ""
1304
1305 #: c-decl.c:5495
1306 msgid "union cannot be made transparent"
1307 msgstr ""
1308
1309 #. This enum is a named one that has been declared already.
1310 #: c-decl.c:5576
1311 #, c-format
1312 msgid "redeclaration of `enum %s'"
1313 msgstr ""
1314
1315 #: c-decl.c:5610
1316 msgid "enum defined inside parms"
1317 msgstr ""
1318
1319 #: c-decl.c:5642
1320 msgid "enumeration values exceed range of largest integer"
1321 msgstr ""
1322
1323 #: c-decl.c:5746
1324 #, c-format
1325 msgid "enumerator value for `%s' not integer constant"
1326 msgstr ""
1327
1328 #: c-decl.c:5759
1329 msgid "overflow in enumeration values"
1330 msgstr ""
1331
1332 #: c-decl.c:5764
1333 msgid "ISO C restricts enumerator values to range of `int'"
1334 msgstr ""
1335
1336 #: c-decl.c:5835
1337 msgid "return type is an incomplete type"
1338 msgstr ""
1339
1340 #: c-decl.c:5884
1341 #, c-format
1342 msgid "no previous prototype for `%s'"
1343 msgstr ""
1344
1345 #: c-decl.c:5891
1346 #, c-format
1347 msgid "`%s' was used with no prototype before its definition"
1348 msgstr ""
1349
1350 #: c-decl.c:5897
1351 #, c-format
1352 msgid "no previous declaration for `%s'"
1353 msgstr ""
1354
1355 #: c-decl.c:5904
1356 #, c-format
1357 msgid "`%s' was used with no declaration before its definition"
1358 msgstr ""
1359
1360 #: c-decl.c:5932 c-decl.c:6639
1361 #, c-format
1362 msgid "return type of `%s' is not `int'"
1363 msgstr ""
1364
1365 #: c-decl.c:5948
1366 #, c-format
1367 msgid "first argument of `%s' should be `int'"
1368 msgstr ""
1369
1370 #: c-decl.c:5957
1371 #, c-format
1372 msgid "second argument of `%s' should be `char **'"
1373 msgstr ""
1374
1375 #: c-decl.c:5966
1376 #, c-format
1377 msgid "third argument of `%s' should probably be `char **'"
1378 msgstr ""
1379
1380 #: c-decl.c:5975
1381 #, c-format
1382 msgid "`%s' takes only zero or two arguments"
1383 msgstr ""
1384
1385 #: c-decl.c:5978
1386 #, c-format
1387 msgid "third argument of `%s' is deprecated"
1388 msgstr ""
1389
1390 #: c-decl.c:5981
1391 #, c-format
1392 msgid "`%s' is normally a non-static function"
1393 msgstr ""
1394
1395 #: c-decl.c:6081
1396 msgid "parm types given both in parmlist and separately"
1397 msgstr ""
1398
1399 #: c-decl.c:6102
1400 msgid "parameter name omitted"
1401 msgstr ""
1402
1403 #: c-decl.c:6106 c-decl.c:6208 c-decl.c:6509
1404 #, c-format
1405 msgid "parameter `%s' declared void"
1406 msgstr ""
1407
1408 #: c-decl.c:6182
1409 msgid "parameter name missing from parameter list"
1410 msgstr ""
1411
1412 #: c-decl.c:6201 c-decl.c:6502
1413 #, c-format
1414 msgid "multiple parameters named `%s'"
1415 msgstr ""
1416
1417 #: c-decl.c:6232 c-decl.c:6234
1418 #, c-format
1419 msgid "type of `%s' defaults to `int'"
1420 msgstr ""
1421
1422 #: c-decl.c:6270 c-decl.c:6559
1423 #, c-format
1424 msgid "declaration for parameter `%s' but no such parameter"
1425 msgstr ""
1426
1427 #: c-decl.c:6318
1428 msgid "number of arguments doesn't match prototype"
1429 msgstr ""
1430
1431 #: c-decl.c:6347
1432 #, c-format
1433 msgid "promoted argument `%s' doesn't match prototype"
1434 msgstr ""
1435
1436 #: c-decl.c:6361
1437 #, c-format
1438 msgid "argument `%s' doesn't match prototype"
1439 msgstr ""
1440
1441 #: c-decl.c:6532
1442 #, c-format
1443 msgid "type of parameter `%s' is not declared"
1444 msgstr ""
1445
1446 #: c-decl.c:6677
1447 msgid "function might be possible candidate for attribute `noreturn'"
1448 msgstr ""
1449
1450 #: c-decl.c:6680 cp/decl.c:14665
1451 msgid "`noreturn' function does return"
1452 msgstr ""
1453
1454 #. If this function returns non-void and control can drop through,
1455 #. complain.
1456 #: c-decl.c:6685 cp/decl.c:14675
1457 msgid "control reaches end of non-void function"
1458 msgstr ""
1459
1460 #: c-decl.c:6690
1461 msgid "this function may return with or without a value"
1462 msgstr ""
1463
1464 #: c-decl.c:6709
1465 #, c-format
1466 msgid "size of return value of `%s' is %u bytes"
1467 msgstr ""
1468
1469 #: c-decl.c:6713
1470 #, c-format
1471 msgid "size of return value of `%s' is larger than %d bytes"
1472 msgstr ""
1473
1474 #: c-decl.c:6954
1475 msgid "ISO C forbids case ranges"
1476 msgstr ""
1477
1478 #: c-decl.c:6963
1479 msgid "label must have integral type in ISO C"
1480 msgstr ""
1481
1482 #: c-decl.c:6976
1483 msgid "default label not within a switch statement"
1484 msgstr ""
1485
1486 #: c-decl.c:6978 cp/decl.c:5249
1487 msgid "case label not within a switch statement"
1488 msgstr ""
1489
1490 #: c-decl.c:6984 cp/decl.c:5372
1491 msgid "multiple default labels in one switch"
1492 msgstr ""
1493
1494 #: c-decl.c:6985
1495 msgid "this is the first default label"
1496 msgstr ""
1497
1498 #: c-decl.c:6988
1499 msgid "duplicate case value"
1500 msgstr ""
1501
1502 #: c-decl.c:6991
1503 msgid "this is the first entry for that value"
1504 msgstr ""
1505
1506 #: c-decl.c:6996
1507 msgid "case value out of range"
1508 msgstr ""
1509
1510 #: c-decl.c:6998
1511 msgid "case label within scope of cleanup or variable array"
1512 msgstr ""
1513
1514 #: c-lex.c:333
1515 msgid "stray '\\' in program"
1516 msgstr ""
1517
1518 #: c-lex.c:395 c-lex.c:514
1519 msgid "invalid #-line"
1520 msgstr ""
1521
1522 #: c-lex.c:499
1523 #, c-format
1524 msgid "undefined or invalid # directive `%s'"
1525 msgstr ""
1526
1527 #: c-lex.c:550
1528 msgid "invalid #line"
1529 msgstr ""
1530
1531 #: c-lex.c:627 c-lex.c:743
1532 msgid "badly nested C headers from preprocessor"
1533 msgstr ""
1534
1535 #: c-lex.c:645
1536 msgid "#-lines for entering and leaving files don't match"
1537 msgstr ""
1538
1539 #: c-lex.c:786 c-pragma.c:425
1540 #, c-format
1541 msgid "ignoring #pragma %s %s"
1542 msgstr ""
1543
1544 #: c-lex.c:788 c-pragma.c:427
1545 #, c-format
1546 msgid "ignoring #pragma %s"
1547 msgstr ""
1548
1549 #: c-lex.c:821
1550 msgid "incomplete universal-character-name"
1551 msgstr ""
1552
1553 #: c-lex.c:828
1554 #, c-format
1555 msgid "non hex digit '%c' in universal-character-name"
1556 msgstr ""
1557
1558 #: c-lex.c:843
1559 msgid "universal-character-name on EBCDIC target"
1560 msgstr ""
1561
1562 #: c-lex.c:856
1563 #, c-format
1564 msgid "universal-character-name used for '%c'"
1565 msgstr ""
1566
1567 #: c-lex.c:859
1568 msgid "invalid universal-character-name"
1569 msgstr ""
1570
1571 #: c-lex.c:893
1572 msgid "the meaning of `\\x' varies with -traditional"
1573 msgstr ""
1574
1575 #: c-lex.c:929 cppexp.c:522
1576 msgid "\\x used with no following hex digits"
1577 msgstr ""
1578
1579 #: c-lex.c:942
1580 msgid "hex escape out of range"
1581 msgstr ""
1582
1583 #: c-lex.c:980
1584 msgid "the meaning of '\\a' varies with -traditional"
1585 msgstr ""
1586
1587 #: c-lex.c:990
1588 #, c-format
1589 msgid "the meaning of '\\%c' varies with -traditional"
1590 msgstr ""
1591
1592 #: c-lex.c:996 cppexp.c:470
1593 #, c-format
1594 msgid "non-ISO-standard escape sequence, '\\%c'"
1595 msgstr ""
1596
1597 #: c-lex.c:1003 c-lex.c:1009
1598 #, c-format
1599 msgid "unknown escape sequence '\\%c'"
1600 msgstr ""
1601
1602 #: c-lex.c:1011
1603 #, c-format
1604 msgid "unknown escape sequence: '\\' followed by char 0x%.2x"
1605 msgstr ""
1606
1607 #: c-lex.c:1041
1608 #, c-format
1609 msgid "universal-character-name '\\U%08x' not valid in identifier"
1610 msgstr ""
1611
1612 #: c-lex.c:1287
1613 #, c-format
1614 msgid "universal-character-name '\\u%04x' not valid in identifier"
1615 msgstr ""
1616
1617 #: c-lex.c:1377
1618 msgid "both 'f' and 'l' suffixes on floating constant"
1619 msgstr ""
1620
1621 #: c-lex.c:1404
1622 #, c-format
1623 msgid "floating point number exceeds range of '%s'"
1624 msgstr ""
1625
1626 #: c-lex.c:1442 c-lex.c:1853
1627 #, c-format
1628 msgid "stray '%c' in program"
1629 msgstr ""
1630
1631 #: c-lex.c:1444 c-lex.c:1855
1632 #, c-format
1633 msgid "stray '\\%#o' in program"
1634 msgstr ""
1635
1636 #: c-lex.c:1578 c-lex.c:1580
1637 msgid "'$' in identifier"
1638 msgstr ""
1639
1640 #: c-lex.c:1612
1641 msgid "parse error at '..'"
1642 msgstr ""
1643
1644 #: c-lex.c:1927
1645 msgid "floating constant may not be in radix 16"
1646 msgstr ""
1647
1648 #: c-lex.c:2059
1649 msgid "traditional C rejects the 'f' suffix"
1650 msgstr ""
1651
1652 #: c-lex.c:2068
1653 msgid "traditional C rejects the 'l' suffix"
1654 msgstr ""
1655
1656 #: c-lex.c:2078 c-lex.c:2171
1657 msgid "ISO C forbids imaginary numeric constants"
1658 msgstr ""
1659
1660 #: c-lex.c:2112
1661 msgid "floating point number exceeds range of 'double'"
1662 msgstr ""
1663
1664 #: c-lex.c:2141
1665 msgid "two 'u' suffixes on integer constant"
1666 msgstr ""
1667
1668 #: c-lex.c:2143
1669 msgid "traditional C rejects the 'u' suffix"
1670 msgstr ""
1671
1672 #: c-lex.c:2154
1673 msgid "three 'l' suffixes on integer constant"
1674 msgstr ""
1675
1676 #: c-lex.c:2156
1677 msgid "'lul' is not a valid integer suffix"
1678 msgstr ""
1679
1680 #: c-lex.c:2158
1681 msgid "'Ll' and 'lL' are not valid integer suffixes"
1682 msgstr ""
1683
1684 #: c-lex.c:2161
1685 msgid "ISO C89 forbids long long integer constants"
1686 msgstr ""
1687
1688 #: c-lex.c:2169
1689 msgid "more than one 'i' or 'j' suffix on integer constant"
1690 msgstr ""
1691
1692 #: c-lex.c:2184
1693 #, c-format
1694 msgid ""
1695 "integer constant is too large for this configuration of the compiler - "
1696 "truncated to %d bits"
1697 msgstr ""
1698
1699 #: c-lex.c:2274
1700 msgid "width of integer constant changes with -traditional"
1701 msgstr ""
1702
1703 #: c-lex.c:2276
1704 msgid "integer constant is unsigned in ISO C, signed with -traditional"
1705 msgstr ""
1706
1707 #: c-lex.c:2278
1708 msgid "width of integer constant may change on other systems with -traditional"
1709 msgstr ""
1710
1711 #: c-lex.c:2285
1712 msgid "integer constant larger than the maximum value of an unsigned long int"
1713 msgstr ""
1714
1715 #: c-lex.c:2289
1716 msgid "decimal constant is so large that it is unsigned"
1717 msgstr ""
1718
1719 #: c-lex.c:2318
1720 msgid "integer constant is larger than the maximum value for its type"
1721 msgstr ""
1722
1723 #: c-lex.c:2322
1724 #, c-format
1725 msgid "missing white space after number '%.*s'"
1726 msgstr ""
1727
1728 #: c-lex.c:2358 c-lex.c:2462
1729 msgid "Ignoring invalid multibyte character"
1730 msgstr ""
1731
1732 #: c-lex.c:2376 c-lex.c:2481 cppexp.c:271
1733 msgid "escape sequence out of range for character"
1734 msgstr ""
1735
1736 #: c-lex.c:2500
1737 msgid "empty character constant"
1738 msgstr ""
1739
1740 #: c-lex.c:2504
1741 msgid "character constant too long"
1742 msgstr ""
1743
1744 #: c-lex.c:2507 cppexp.c:289
1745 msgid "multi-character character constant"
1746 msgstr ""
1747
1748 #. Like YYERROR but do call yyerror.
1749 #: c-parse.y:64 objc-parse.y:65 parse.y:55
1750 msgid "syntax error"
1751 msgstr ""
1752
1753 #: /usr/share/bison.simple:107
1754 msgid "syntax error: cannot back up"
1755 msgstr ""
1756
1757 #: /usr/share/bison.simple:362
1758 msgid "parser stack overflow"
1759 msgstr ""
1760
1761 #: c-parse.y:244 objc-parse.y:272
1762 msgid "ISO C forbids an empty source file"
1763 msgstr ""
1764
1765 #: c-parse.y:276 c-parse.y:1758 objc-parse.y:305 objc-parse.y:1822
1766 msgid "argument of `asm' is not a constant string"
1767 msgstr ""
1768
1769 #: c-parse.y:284 objc-parse.y:313
1770 msgid "ISO C forbids data definition with no type or storage class"
1771 msgstr ""
1772
1773 #: c-parse.y:286 objc-parse.y:315
1774 msgid "data definition has no type or storage class"
1775 msgstr ""
1776
1777 #: c-parse.y:307 objc-parse.y:336
1778 msgid "ISO C does not allow extra `;' outside of a function"
1779 msgstr ""
1780
1781 #: c-parse.y:373 cppexp.c:842
1782 msgid "traditional C rejects the unary plus operator"
1783 msgstr ""
1784
1785 #: c-parse.y:417 objc-parse.y:446
1786 msgid "ISO C forbids `&&'"
1787 msgstr ""
1788
1789 #: c-parse.y:446 objc-parse.y:475
1790 msgid "`sizeof' applied to a bit-field"
1791 msgstr ""
1792
1793 #: c-parse.y:496 objc-parse.y:525
1794 msgid "ISO C89 forbids constructor expressions"
1795 msgstr ""
1796
1797 #: c-parse.y:565 objc-parse.y:594
1798 msgid "ISO C forbids omitting the middle term of a ?: expression"
1799 msgstr ""
1800
1801 #: c-parse.y:613 objc-parse.y:642
1802 msgid "ISO C forbids braced-groups within expressions"
1803 msgstr ""
1804
1805 #: c-parse.y:672
1806 msgid "traditional C rejects string concatenation"
1807 msgstr ""
1808
1809 #: c-parse.y:687 objc-parse.y:739
1810 msgid "ISO C does not permit use of `varargs.h'"
1811 msgstr ""
1812
1813 #: c-parse.y:802 c-parse.y:823 c-parse.y:855 objc-parse.y:854 objc-parse.y:875
1814 #: objc-parse.y:907 parse.y:1840 parse.y:1847 parse.y:1886
1815 #, c-format
1816 msgid "`%s' is not at beginning of declaration"
1817 msgstr ""
1818
1819 #: c-parse.y:1019 objc-parse.y:1080
1820 msgid "ISO C forbids empty initializer braces"
1821 msgstr ""
1822
1823 #: c-parse.y:1069 c-parse.y:1095 objc-parse.y:1126 objc-parse.y:1152
1824 msgid "ISO C forbids nested functions"
1825 msgstr ""
1826
1827 #: c-parse.y:1166 c-parse.y:1200
1828 msgid "`[*]' in parameter declaration only allowed in ISO C 99"
1829 msgstr ""
1830
1831 #: c-parse.y:1283 objc-parse.y:1331 parse.y:2300
1832 msgid "comma at end of enumerator list"
1833 msgstr ""
1834
1835 #: c-parse.y:1291 objc-parse.y:1339
1836 msgid "no semicolon at end of struct or union"
1837 msgstr ""
1838
1839 #: c-parse.y:1300 objc-parse.y:1348 objc-parse.y:2295
1840 msgid "extra semicolon in struct or union specified"
1841 msgstr ""
1842
1843 #: c-parse.y:1324 objc-parse.y:1386
1844 msgid "ISO C doesn't support unnamed structs/unions"
1845 msgstr ""
1846
1847 #: c-parse.y:1338 objc-parse.y:1400
1848 msgid "ISO C forbids member declarations with no members"
1849 msgstr ""
1850
1851 #: c-parse.y:1452 objc-parse.y:1514
1852 msgid "ISO C forbids label at end of compound statement"
1853 msgstr ""
1854
1855 #: c-parse.y:1486 objc-parse.y:1550
1856 msgid "ISO C forbids label declarations"
1857 msgstr ""
1858
1859 #: c-parse.y:1536 objc-parse.y:1600 parse.y:1542
1860 msgid "braced-group within expression allowed only inside a function"
1861 msgstr ""
1862
1863 #: c-parse.y:1650 objc-parse.y:1714
1864 msgid "empty body in an else-statement"
1865 msgstr ""
1866
1867 #: c-parse.y:1794 objc-parse.y:1858
1868 msgid "ISO C forbids `goto *expr;'"
1869 msgstr ""
1870
1871 #: c-parse.y:1884 objc-parse.y:1948
1872 msgid "ISO C forbids forward parameter declarations"
1873 msgstr ""
1874
1875 #. Gcc used to allow this as an extension.  However, it does
1876 #. not work for all targets, and thus has been disabled.
1877 #. Also, since func (...) and func () are indistinguishable,
1878 #. it caused problems with the code in expand_builtin which
1879 #. tries to verify that BUILT_IN_NEXT_ARG is being used
1880 #. correctly.
1881 #: c-parse.y:1907 objc-parse.y:1971
1882 msgid "ISO C requires a named argument before `...'"
1883 msgstr ""
1884
1885 #: c-parse.y:1987 objc-parse.y:2051
1886 msgid "`...' in old-style identifier list"
1887 msgstr ""
1888
1889 #: /usr/share/bison.simple:639
1890 msgid "parse error; also virtual memory exceeded"
1891 msgstr ""
1892
1893 #: /usr/share/bison.simple:643
1894 msgid "parse error"
1895 msgstr ""
1896
1897 #: c-parse.y:2331 cp/spew.c:1423 objc-parse.y:3051
1898 #, c-format
1899 msgid "%s at end of input"
1900 msgstr ""
1901
1902 #: c-parse.y:2337 cp/spew.c:1429 objc-parse.y:3057
1903 #, c-format
1904 msgid "%s before %s'%c'"
1905 msgstr ""
1906
1907 #: c-parse.y:2339 cp/spew.c:1431 objc-parse.y:3059
1908 #, c-format
1909 msgid "%s before %s'\\x%x'"
1910 msgstr ""
1911
1912 #: c-parse.y:2344 cp/spew.c:1436 objc-parse.y:3064
1913 #, c-format
1914 msgid "%s before string constant"
1915 msgstr ""
1916
1917 #: c-parse.y:2348 cp/spew.c:1440 objc-parse.y:3068
1918 #, c-format
1919 msgid "%s before numeric constant"
1920 msgstr ""
1921
1922 #: c-parse.y:2350 cp/spew.c:1443 objc-parse.y:3070
1923 #, c-format
1924 msgid "%s before \"%s\""
1925 msgstr ""
1926
1927 #: c-parse.y:2352 cp/spew.c:1445 objc-parse.y:3072
1928 #, c-format
1929 msgid "%s before '%s' token"
1930 msgstr ""
1931
1932 #: c-parse.y:2433 objc-parse.y:3153
1933 #, c-format
1934 msgid "invalid identifier `%s'"
1935 msgstr ""
1936
1937 #: c-parse.y:2505 objc-parse.y:3225
1938 #, c-format
1939 msgid "syntax error before '%s' token"
1940 msgstr ""
1941
1942 #: c-parse.y:2536 cp/lex.c:951 objc-parse.y:3256
1943 msgid "YYDEBUG not defined."
1944 msgstr ""
1945
1946 #: c-pragma.c:119
1947 msgid ""
1948 "#pragma pack (pop) encountered without matching #pragma pack (push, <n>)"
1949 msgstr ""
1950
1951 #: c-pragma.c:137
1952 #, c-format
1953 msgid ""
1954 "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s, "
1955 "<n>)"
1956 msgstr ""
1957
1958 #: c-pragma.c:243
1959 msgid "junk at end of '#pragma pack'"
1960 msgstr ""
1961
1962 #: c-pragma.c:291
1963 msgid "junk at end of #pragma weak"
1964 msgstr ""
1965
1966 #: c-pragma.c:394 cpplib.c:753
1967 msgid "malformed #pragma directive"
1968 msgstr ""
1969
1970 #: c-semantics.c:505
1971 msgid "break statement not within loop or switch"
1972 msgstr ""
1973
1974 #: c-semantics.c:523
1975 msgid "continue statement not within a loop"
1976 msgstr ""
1977
1978 #: c-semantics.c:630
1979 #, c-format
1980 msgid "%s qualifier ignored on asm"
1981 msgstr ""
1982
1983 #: c-typeck.c:119
1984 #, c-format
1985 msgid "`%s' has an incomplete type"
1986 msgstr ""
1987
1988 #: c-typeck.c:141 cp/call.c:2525
1989 msgid "invalid use of void expression"
1990 msgstr ""
1991
1992 #: c-typeck.c:150
1993 msgid "invalid use of array with unspecified bounds"
1994 msgstr ""
1995
1996 #: c-typeck.c:158
1997 #, c-format
1998 msgid "invalid use of undefined type `%s %s'"
1999 msgstr ""
2000
2001 #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
2002 #: c-typeck.c:162
2003 #, c-format
2004 msgid "invalid use of incomplete typedef `%s'"
2005 msgstr ""
2006
2007 #: c-typeck.c:390 c-typeck.c:404
2008 msgid "function types not truly compatible in ISO C"
2009 msgstr ""
2010
2011 #: c-typeck.c:553
2012 msgid "types are not quite compatible"
2013 msgstr ""
2014
2015 #: c-typeck.c:704
2016 msgid "sizeof applied to a function type"
2017 msgstr ""
2018
2019 #: c-typeck.c:710
2020 msgid "sizeof applied to a void type"
2021 msgstr ""
2022
2023 #: c-typeck.c:719
2024 msgid "sizeof applied to an incomplete type"
2025 msgstr ""
2026
2027 #: c-typeck.c:760 c-typeck.c:2742
2028 msgid "arithmetic on pointer to an incomplete type"
2029 msgstr ""
2030
2031 #: c-typeck.c:787
2032 msgid "__alignof__ applied to an incomplete type"
2033 msgstr ""
2034
2035 #: c-typeck.c:809
2036 msgid "`__alignof' applied to a bit-field"
2037 msgstr ""
2038
2039 #: c-typeck.c:982 cp/typeck.c:1767
2040 msgid "invalid use of non-lvalue array"
2041 msgstr ""
2042
2043 #: c-typeck.c:1157
2044 #, c-format
2045 msgid "%s has no member named `%s'"
2046 msgstr ""
2047
2048 #: c-typeck.c:1188
2049 #, c-format
2050 msgid "request for member `%s' in something not a structure or union"
2051 msgstr ""
2052
2053 #: c-typeck.c:1221
2054 msgid "dereferencing pointer to incomplete type"
2055 msgstr ""
2056
2057 #: c-typeck.c:1225
2058 msgid "dereferencing `void *' pointer"
2059 msgstr ""
2060
2061 #: c-typeck.c:1242 cp/typeck.c:2373
2062 #, c-format
2063 msgid "invalid type argument of `%s'"
2064 msgstr ""
2065
2066 #: c-typeck.c:1261 cp/typeck.c:2399
2067 msgid "subscript missing in array reference"
2068 msgstr ""
2069
2070 #: c-typeck.c:1282 cp/typeck.c:2420
2071 msgid "array subscript has type `char'"
2072 msgstr ""
2073
2074 #: c-typeck.c:1290 c-typeck.c:1379 cp/typeck.c:2427 cp/typeck.c:2505
2075 msgid "array subscript is not an integer"
2076 msgstr ""
2077
2078 #: c-typeck.c:1323
2079 msgid "ISO C forbids subscripting `register' array"
2080 msgstr ""
2081
2082 #: c-typeck.c:1325
2083 msgid "ISO C89 forbids subscripting non-lvalue array"
2084 msgstr ""
2085
2086 #: c-typeck.c:1358
2087 msgid "subscript has type `char'"
2088 msgstr ""
2089
2090 #: c-typeck.c:1374 cp/typeck.c:2500
2091 msgid "subscripted value is neither array nor pointer"
2092 msgstr ""
2093
2094 #: c-typeck.c:1425
2095 #, c-format
2096 msgid "`%s' undeclared here (not in a function)"
2097 msgstr ""
2098
2099 #: c-typeck.c:1432
2100 #, c-format
2101 msgid "`%s' undeclared (first use in this function)"
2102 msgstr ""
2103
2104 #: c-typeck.c:1437
2105 msgid "(Each undeclared identifier is reported only once"
2106 msgstr ""
2107
2108 #: c-typeck.c:1438
2109 msgid "for each function it appears in.)"
2110 msgstr ""
2111
2112 #: c-typeck.c:1455
2113 #, c-format
2114 msgid "local declaration of `%s' hides instance variable"
2115 msgstr ""
2116
2117 #: c-typeck.c:1520
2118 msgid "called object is not a function"
2119 msgstr ""
2120
2121 #: c-typeck.c:1603 cp/typeck.c:3133
2122 msgid "too many arguments to function"
2123 msgstr ""
2124
2125 #: c-typeck.c:1626
2126 #, c-format
2127 msgid "type of formal parameter %d is incomplete"
2128 msgstr ""
2129
2130 #: c-typeck.c:1639
2131 #, c-format
2132 msgid "%s as integer rather than floating due to prototype"
2133 msgstr ""
2134
2135 #: c-typeck.c:1642
2136 #, c-format
2137 msgid "%s as complex rather than floating due to prototype"
2138 msgstr ""
2139
2140 #: c-typeck.c:1645
2141 #, c-format
2142 msgid "%s as floating rather than integer due to prototype"
2143 msgstr ""
2144
2145 #: c-typeck.c:1648
2146 #, c-format
2147 msgid "%s as floating rather than complex due to prototype"
2148 msgstr ""
2149
2150 #: c-typeck.c:1658
2151 #, c-format
2152 msgid "%s as `float' rather than `double' due to prototype"
2153 msgstr ""
2154
2155 #: c-typeck.c:1673
2156 #, c-format
2157 msgid "%s with different width due to prototype"
2158 msgstr ""
2159
2160 #: c-typeck.c:1707
2161 #, c-format
2162 msgid "%s as unsigned due to prototype"
2163 msgstr ""
2164
2165 #: c-typeck.c:1709
2166 #, c-format
2167 msgid "%s as signed due to prototype"
2168 msgstr ""
2169
2170 #: c-typeck.c:1744 cp/typeck.c:3235
2171 msgid "too few arguments to function"
2172 msgstr ""
2173
2174 #: c-typeck.c:1785
2175 msgid "suggest parentheses around + or - inside shift"
2176 msgstr ""
2177
2178 #: c-typeck.c:1792
2179 msgid "suggest parentheses around && within ||"
2180 msgstr ""
2181
2182 #: c-typeck.c:1801
2183 msgid "suggest parentheses around arithmetic in operand of |"
2184 msgstr ""
2185
2186 #: c-typeck.c:1804
2187 msgid "suggest parentheses around comparison in operand of |"
2188 msgstr ""
2189
2190 #: c-typeck.c:1813
2191 msgid "suggest parentheses around arithmetic in operand of ^"
2192 msgstr ""
2193
2194 #: c-typeck.c:1816
2195 msgid "suggest parentheses around comparison in operand of ^"
2196 msgstr ""
2197
2198 #: c-typeck.c:1823
2199 msgid "suggest parentheses around + or - in operand of &"
2200 msgstr ""
2201
2202 #: c-typeck.c:1826
2203 msgid "suggest parentheses around comparison in operand of &"
2204 msgstr ""
2205
2206 #: c-typeck.c:1833
2207 msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
2208 msgstr ""
2209
2210 #: c-typeck.c:2087 cp/typeck.c:3514
2211 msgid "right shift count is negative"
2212 msgstr ""
2213
2214 #: c-typeck.c:2094 cp/typeck.c:3520
2215 msgid "right shift count >= width of type"
2216 msgstr ""
2217
2218 #: c-typeck.c:2119 cp/typeck.c:3539
2219 msgid "left shift count is negative"
2220 msgstr ""
2221
2222 #: c-typeck.c:2122 cp/typeck.c:3541
2223 msgid "left shift count >= width of type"
2224 msgstr ""
2225
2226 #: c-typeck.c:2147
2227 msgid "shift count is negative"
2228 msgstr ""
2229
2230 #: c-typeck.c:2149
2231 msgid "shift count >= width of type"
2232 msgstr ""
2233
2234 #: c-typeck.c:2170 cp/typeck.c:3576
2235 msgid "comparing floating point with == or != is unsafe"
2236 msgstr ""
2237
2238 #: c-typeck.c:2194 c-typeck.c:2200
2239 msgid "ISO C forbids comparison of `void *' with function pointer"
2240 msgstr ""
2241
2242 #: c-typeck.c:2203 c-typeck.c:2245 c-typeck.c:2273
2243 msgid "comparison of distinct pointer types lacks a cast"
2244 msgstr ""
2245
2246 #: c-typeck.c:2218 c-typeck.c:2224 c-typeck.c:2294 c-typeck.c:2300
2247 msgid "comparison between pointer and integer"
2248 msgstr ""
2249
2250 #: c-typeck.c:2240 c-typeck.c:2268
2251 msgid "ISO C forbids ordered comparisons of pointers to functions"
2252 msgstr ""
2253
2254 #: c-typeck.c:2265
2255 msgid "comparison of complete and incomplete pointers"
2256 msgstr ""
2257
2258 #: c-typeck.c:2281 c-typeck.c:2288
2259 msgid "ordered comparison of pointer with integer zero"
2260 msgstr ""
2261
2262 #: c-typeck.c:2314 cp/typeck.c:3748
2263 msgid "unordered comparison on non-floating point argument"
2264 msgstr ""
2265
2266 #: c-typeck.c:2528
2267 msgid "comparison between signed and unsigned"
2268 msgstr ""
2269
2270 #: c-typeck.c:2574 cp/typeck.c:3993
2271 msgid "comparison of promoted ~unsigned with constant"
2272 msgstr ""
2273
2274 #: c-typeck.c:2582 cp/typeck.c:4001
2275 msgid "comparison of promoted ~unsigned with unsigned"
2276 msgstr ""
2277
2278 #: c-typeck.c:2644
2279 msgid "pointer of type `void *' used in arithmetic"
2280 msgstr ""
2281
2282 #: c-typeck.c:2650
2283 msgid "pointer to a function used in arithmetic"
2284 msgstr ""
2285
2286 #: c-typeck.c:2728
2287 msgid "pointer of type `void *' used in subtraction"
2288 msgstr ""
2289
2290 #: c-typeck.c:2730
2291 msgid "pointer to a function used in subtraction"
2292 msgstr ""
2293
2294 #: c-typeck.c:2788
2295 msgid "wrong type argument to unary plus"
2296 msgstr ""
2297
2298 #: c-typeck.c:2799
2299 msgid "wrong type argument to unary minus"
2300 msgstr ""
2301
2302 #: c-typeck.c:2815
2303 msgid "wrong type argument to bit-complement"
2304 msgstr ""
2305
2306 #: c-typeck.c:2826
2307 msgid "wrong type argument to abs"
2308 msgstr ""
2309
2310 #: c-typeck.c:2838
2311 msgid "wrong type argument to conjugation"
2312 msgstr ""
2313
2314 #: c-typeck.c:2852
2315 msgid "wrong type argument to unary exclamation mark"
2316 msgstr ""
2317
2318 #: c-typeck.c:2906 c-typeck.c:2932
2319 #, c-format
2320 msgid "wrong type argument to %s"
2321 msgstr ""
2322
2323 #: c-typeck.c:2926
2324 #, c-format
2325 msgid "%s of pointer to unknown structure"
2326 msgstr ""
2327
2328 #: c-typeck.c:2991
2329 msgid "invalid lvalue in increment"
2330 msgstr ""
2331
2332 #: c-typeck.c:2992
2333 msgid "invalid lvalue in decrement"
2334 msgstr ""
2335
2336 #: c-typeck.c:3000 cp/typeck.c:4556
2337 msgid "increment"
2338 msgstr ""
2339
2340 #: c-typeck.c:3000 cp/typeck.c:4556
2341 msgid "decrement"
2342 msgstr ""
2343
2344 #: c-typeck.c:3053
2345 msgid "ISO C forbids the address of a cast expression"
2346 msgstr ""
2347
2348 #: c-typeck.c:3067
2349 msgid "invalid lvalue in unary `&'"
2350 msgstr ""
2351
2352 #: c-typeck.c:3099
2353 #, c-format
2354 msgid "attempt to take address of bit-field structure member `%s'"
2355 msgstr ""
2356
2357 #: c-typeck.c:3207 c-typeck.c:4553 c-typeck.c:4569 c-typeck.c:4585
2358 #: cp/typeck.c:4744 diagnostic.c:1408 gcc.c:3934
2359 #, c-format
2360 msgid "%s"
2361 msgstr ""
2362
2363 #: c-typeck.c:3264
2364 msgid "ISO C forbids use of conditional expressions as lvalues"
2365 msgstr ""
2366
2367 #: c-typeck.c:3267
2368 msgid "ISO C forbids use of compound expressions as lvalues"
2369 msgstr ""
2370
2371 #: c-typeck.c:3270
2372 msgid "ISO C forbids use of cast expressions as lvalues"
2373 msgstr ""
2374
2375 #: c-typeck.c:3287
2376 #, c-format
2377 msgid "%s of read-only member `%s'"
2378 msgstr ""
2379
2380 #: c-typeck.c:3291
2381 #, c-format
2382 msgid "%s of read-only variable `%s'"
2383 msgstr ""
2384
2385 #: c-typeck.c:3294
2386 #, c-format
2387 msgid "%s of read-only location"
2388 msgstr ""
2389
2390 #: c-typeck.c:3312
2391 #, c-format
2392 msgid "cannot take address of bitfield `%s'"
2393 msgstr ""
2394
2395 #: c-typeck.c:3339
2396 #, c-format
2397 msgid "global register variable `%s' used in nested function"
2398 msgstr ""
2399
2400 #: c-typeck.c:3343
2401 #, c-format
2402 msgid "register variable `%s' used in nested function"
2403 msgstr ""
2404
2405 #: c-typeck.c:3350
2406 #, c-format
2407 msgid "address of global register variable `%s' requested"
2408 msgstr ""
2409
2410 #: c-typeck.c:3362
2411 msgid "cannot put object with volatile field into register"
2412 msgstr ""
2413
2414 #: c-typeck.c:3366
2415 #, c-format
2416 msgid "address of register variable `%s' requested"
2417 msgstr ""
2418
2419 #: c-typeck.c:3474
2420 msgid "signed and unsigned type in conditional expression"
2421 msgstr ""
2422
2423 #: c-typeck.c:3481
2424 msgid "ISO C forbids conditional expr with only one void side"
2425 msgstr ""
2426
2427 #: c-typeck.c:3497 c-typeck.c:3503
2428 msgid "ISO C forbids conditional expr between `void *' and function pointer"
2429 msgstr ""
2430
2431 #: c-typeck.c:3508
2432 msgid "pointer type mismatch in conditional expression"
2433 msgstr ""
2434
2435 #: c-typeck.c:3515 c-typeck.c:3529
2436 msgid "pointer/integer type mismatch in conditional expression"
2437 msgstr ""
2438
2439 #: c-typeck.c:3521 c-typeck.c:3535
2440 msgid "ANSI C forbids conditional expr between 0 and function pointer"
2441 msgstr ""
2442
2443 #: c-typeck.c:3547
2444 msgid "type mismatch in conditional expression"
2445 msgstr ""
2446
2447 #: c-typeck.c:3620 cp/typeck.c:5007
2448 msgid "left-hand operand of comma expression has no effect"
2449 msgstr ""
2450
2451 #: c-typeck.c:3659
2452 msgid "cast specifies array type"
2453 msgstr ""
2454
2455 #: c-typeck.c:3665
2456 msgid "cast specifies function type"
2457 msgstr ""
2458
2459 #: c-typeck.c:3675
2460 msgid "ISO C forbids casting nonscalar to the same type"
2461 msgstr ""
2462
2463 #: c-typeck.c:3696
2464 msgid "ISO C forbids casts to union type"
2465 msgstr ""
2466
2467 #: c-typeck.c:3712
2468 msgid "cast to union type from type not present in union"
2469 msgstr ""
2470
2471 #. There are qualifiers present in IN_OTYPE that are not
2472 #. present in IN_TYPE.
2473 #: c-typeck.c:3757
2474 msgid "cast discards qualifiers from pointer target type"
2475 msgstr ""
2476
2477 #: c-typeck.c:3772
2478 msgid "cast increases required alignment of target type"
2479 msgstr ""
2480
2481 #: c-typeck.c:3778 cp/typeck.c:5422
2482 msgid "cast from pointer to integer of different size"
2483 msgstr ""
2484
2485 #: c-typeck.c:3783
2486 msgid "cast does not match function type"
2487 msgstr ""
2488
2489 #: c-typeck.c:3790 cp/typeck.c:5429
2490 msgid "cast to pointer from integer of different size"
2491 msgstr ""
2492
2493 #. Now we have handled acceptable kinds of LHS that are not truly lvalues.
2494 #. Reject anything strange now.
2495 #: c-typeck.c:3932
2496 msgid "invalid lvalue in assignment"
2497 msgstr ""
2498
2499 #. Convert new value to destination type.
2500 #: c-typeck.c:3941 c-typeck.c:3965 c-typeck.c:3980 cp/typeck.c:5544
2501 #: cp/typeck.c:5693
2502 msgid "assignment"
2503 msgstr ""
2504
2505 #: c-typeck.c:4145 c-typeck.c:4212
2506 #, c-format
2507 msgid "%s makes qualified function pointer from unqualified"
2508 msgstr ""
2509
2510 #: c-typeck.c:4149 c-typeck.c:4192
2511 #, c-format
2512 msgid "%s discards qualifiers from pointer target type"
2513 msgstr ""
2514
2515 #: c-typeck.c:4155
2516 msgid "ISO C prohibits argument conversion to union type"
2517 msgstr ""
2518
2519 #: c-typeck.c:4184
2520 #, c-format
2521 msgid "ISO C forbids %s between function pointer and `void *'"
2522 msgstr ""
2523
2524 #: c-typeck.c:4201
2525 #, c-format
2526 msgid "pointer targets in %s differ in signedness"
2527 msgstr ""
2528
2529 #: c-typeck.c:4217
2530 #, c-format
2531 msgid "%s from incompatible pointer type"
2532 msgstr ""
2533
2534 #: c-typeck.c:4233
2535 #, c-format
2536 msgid "%s makes pointer from integer without a cast"
2537 msgstr ""
2538
2539 #: c-typeck.c:4241
2540 #, c-format
2541 msgid "%s makes integer from pointer without a cast"
2542 msgstr ""
2543
2544 #: c-typeck.c:4253 c-typeck.c:4256
2545 #, c-format
2546 msgid "incompatible type for argument %d of `%s'"
2547 msgstr ""
2548
2549 #: c-typeck.c:4260
2550 #, c-format
2551 msgid "incompatible type for argument %d of indirect function call"
2552 msgstr ""
2553
2554 #: c-typeck.c:4264
2555 #, c-format
2556 msgid "incompatible types in %s"
2557 msgstr ""
2558
2559 #. Function name is known; supply it.
2560 #: c-typeck.c:4295
2561 #, c-format
2562 msgid "passing arg %d of `%s'"
2563 msgstr ""
2564
2565 #. Function name unknown (call through ptr); just give arg number.
2566 #: c-typeck.c:4305
2567 #, c-format
2568 msgid "passing arg %d of pointer to function"
2569 msgstr ""
2570
2571 #: c-typeck.c:4372
2572 msgid "initializer for static variable is not constant"
2573 msgstr ""
2574
2575 #: c-typeck.c:4378
2576 msgid "initializer for static variable uses complicated arithmetic"
2577 msgstr ""
2578
2579 #: c-typeck.c:4386
2580 msgid "aggregate initializer is not constant"
2581 msgstr ""
2582
2583 #: c-typeck.c:4388
2584 msgid "aggregate initializer uses complicated arithmetic"
2585 msgstr ""
2586
2587 #: c-typeck.c:4395
2588 msgid "traditional C rejects automatic aggregate initialization"
2589 msgstr ""
2590
2591 #: c-typeck.c:4556 c-typeck.c:4572 c-typeck.c:4588
2592 #, c-format
2593 msgid "(near initialization for `%s')"
2594 msgstr ""
2595
2596 #: c-typeck.c:4638 cp/typeck2.c:506
2597 msgid "char-array initialized from wide string"
2598 msgstr ""
2599
2600 #: c-typeck.c:4645 cp/typeck2.c:513
2601 msgid "int-array initialized from non-wide string"
2602 msgstr ""
2603
2604 #: c-typeck.c:4662 cp/typeck2.c:529
2605 msgid "initializer-string for array of chars is too long"
2606 msgstr ""
2607
2608 #: c-typeck.c:4689
2609 msgid "array initialized from non-constant array expression"
2610 msgstr ""
2611
2612 #: c-typeck.c:4706 c-typeck.c:4708 c-typeck.c:4714 c-typeck.c:4741
2613 #: c-typeck.c:5927
2614 msgid "initializer element is not constant"
2615 msgstr ""
2616
2617 #: c-typeck.c:4720 c-typeck.c:4747 c-typeck.c:5933
2618 msgid "initializer element is not computable at load time"
2619 msgstr ""
2620
2621 #: c-typeck.c:4736
2622 msgid "initialization"
2623 msgstr ""
2624
2625 #: c-typeck.c:4784 c-typeck.c:4800 cp/typeck2.c:605
2626 msgid "invalid initializer"
2627 msgstr ""
2628
2629 #: c-typeck.c:5264
2630 msgid "extra brace group at end of initializer"
2631 msgstr ""
2632
2633 #: c-typeck.c:5276
2634 msgid "missing braces around initializer"
2635 msgstr ""
2636
2637 #: c-typeck.c:5310
2638 msgid "braces around scalar initializer"
2639 msgstr ""
2640
2641 #: c-typeck.c:5391
2642 msgid "missing initializer"
2643 msgstr ""
2644
2645 #: c-typeck.c:5404
2646 msgid "empty braces in initializer"
2647 msgstr ""
2648
2649 #: c-typeck.c:5454
2650 msgid "empty scalar initializer"
2651 msgstr ""
2652
2653 #: c-typeck.c:5459
2654 msgid "extra elements in scalar initializer"
2655 msgstr ""
2656
2657 #: c-typeck.c:5511
2658 #, c-format
2659 msgid "zero or negative array size `%s'"
2660 msgstr ""
2661
2662 #: c-typeck.c:5584 c-typeck.c:5586
2663 msgid "nonconstant array index in initializer"
2664 msgstr ""
2665
2666 #: c-typeck.c:5588
2667 msgid "array index in non-array initializer"
2668 msgstr ""
2669
2670 #: c-typeck.c:5590
2671 msgid "duplicate array index in initializer"
2672 msgstr ""
2673
2674 #: c-typeck.c:5596
2675 msgid "empty index range in initializer"
2676 msgstr ""
2677
2678 #: c-typeck.c:5600
2679 msgid "ISO C89 forbids specifying element to initialize"
2680 msgstr ""
2681
2682 #: c-typeck.c:5631
2683 #, c-format
2684 msgid "unknown field `%s' specified in initializer"
2685 msgstr ""
2686
2687 #: c-typeck.c:5634
2688 #, c-format
2689 msgid "field `%s' already initialized"
2690 msgstr ""
2691
2692 #: c-typeck.c:5640
2693 msgid "ISO C89 forbids specifying structure member to initialize"
2694 msgstr ""
2695
2696 #: c-typeck.c:5949
2697 msgid "duplicate initializer"
2698 msgstr ""
2699
2700 #: c-typeck.c:6273
2701 msgid "excess elements in char array initializer"
2702 msgstr ""
2703
2704 #: c-typeck.c:6280 c-typeck.c:6315
2705 msgid "excess elements in struct initializer"
2706 msgstr ""
2707
2708 #: c-typeck.c:6382
2709 msgid "excess elements in union initializer"
2710 msgstr ""
2711
2712 #: c-typeck.c:6398
2713 msgid "traditional C rejects initialization of unions"
2714 msgstr ""
2715
2716 #: c-typeck.c:6461 c-typeck.c:6472
2717 msgid "excess elements in array initializer"
2718 msgstr ""
2719
2720 #: c-typeck.c:6511
2721 msgid "excess elements in scalar initializer"
2722 msgstr ""
2723
2724 #: c-typeck.c:6545
2725 msgid "asm template is not a string constant"
2726 msgstr ""
2727
2728 #: c-typeck.c:6569
2729 msgid "invalid lvalue in asm statement"
2730 msgstr ""
2731
2732 #: c-typeck.c:6604
2733 msgid "modification by `asm'"
2734 msgstr ""
2735
2736 #: c-typeck.c:6623 cp/typeck.c:6716
2737 msgid "function declared `noreturn' has a `return' statement"
2738 msgstr ""
2739
2740 #: c-typeck.c:6636
2741 msgid "`return' with a value, in function returning void"
2742 msgstr ""
2743
2744 #: c-typeck.c:6640
2745 msgid "return"
2746 msgstr ""
2747
2748 #: c-typeck.c:6691
2749 msgid "function returns address of local variable"
2750 msgstr ""
2751
2752 #: c-typeck.c:6726
2753 msgid "switch quantity not an integer"
2754 msgstr ""
2755
2756 #: c-typeck.c:6737
2757 msgid "`long' switch expression not converted to `int' in ISO C"
2758 msgstr ""
2759
2760 #: calls.c:1882
2761 #, c-format
2762 msgid "inlining failed in call to `%s'"
2763 msgstr ""
2764
2765 #: calls.c:1883 calls.c:2196
2766 msgid "called from here"
2767 msgstr ""
2768
2769 #: calls.c:2195
2770 #, c-format
2771 msgid "can't inline call to `%s'"
2772 msgstr ""
2773
2774 #: calls.c:2233
2775 msgid "function call has aggregate value"
2776 msgstr ""
2777
2778 #: collect2.c:448
2779 msgid "internal error"
2780 msgstr ""
2781
2782 #: collect2.c:929
2783 msgid "no arguments"
2784 msgstr ""
2785
2786 #: collect2.c:1267 collect2.c:1415 collect2.c:1459
2787 #, c-format
2788 msgid "fopen %s"
2789 msgstr ""
2790
2791 #: collect2.c:1270 collect2.c:1420 collect2.c:1462
2792 #, c-format
2793 msgid "fclose %s"
2794 msgstr ""
2795
2796 #: collect2.c:1279
2797 #, c-format
2798 msgid "collect2 version %s"
2799 msgstr ""
2800
2801 #: collect2.c:1369
2802 #, c-format
2803 msgid "%d constructor(s) found\n"
2804 msgstr ""
2805
2806 #: collect2.c:1370
2807 #, c-format
2808 msgid "%d destructor(s)  found\n"
2809 msgstr ""
2810
2811 #: collect2.c:1371
2812 #, c-format
2813 msgid "%d frame table(s) found\n"
2814 msgstr ""
2815
2816 #: collect2.c:1523
2817 #, c-format
2818 msgid "%s terminated with signal %d [%s]%s"
2819 msgstr ""
2820
2821 #: collect2.c:1542
2822 #, c-format
2823 msgid "%s returned %d exit status"
2824 msgstr ""
2825
2826 #: collect2.c:1570
2827 #, c-format
2828 msgid "[cannot find %s]"
2829 msgstr ""
2830
2831 #: collect2.c:1585
2832 #, c-format
2833 msgid "cannot find `%s'"
2834 msgstr ""
2835
2836 #: collect2.c:1596 collect2.c:1599
2837 #, c-format
2838 msgid "redirecting stdout: %s"
2839 msgstr ""
2840
2841 #: collect2.c:1642
2842 #, c-format
2843 msgid "[Leaving %s]\n"
2844 msgstr ""
2845
2846 #: collect2.c:1865
2847 #, c-format
2848 msgid ""
2849 "\n"
2850 "write_c_file - output name is %s, prefix is %s\n"
2851 msgstr ""
2852
2853 #: collect2.c:2083
2854 msgid "cannot find `nm'"
2855 msgstr ""
2856
2857 #: collect2.c:2093 collect2.c:2535
2858 msgid "pipe"
2859 msgstr ""
2860
2861 #: collect2.c:2097 collect2.c:2539
2862 msgid "fdopen"
2863 msgstr ""
2864
2865 #: collect2.c:2123 collect2.c:2565
2866 #, c-format
2867 msgid "dup2 %d 1"
2868 msgstr ""
2869
2870 #: collect2.c:2126 collect2.c:2129 collect2.c:2142 collect2.c:2568
2871 #: collect2.c:2571 collect2.c:2584
2872 #, c-format
2873 msgid "close %d"
2874 msgstr ""
2875
2876 #: collect2.c:2132
2877 #, c-format
2878 msgid "execvp %s"
2879 msgstr ""
2880
2881 #: collect2.c:2186
2882 #, c-format
2883 msgid "init function found in object %s"
2884 msgstr ""
2885
2886 #: collect2.c:2194
2887 #, c-format
2888 msgid "fini function found in object %s"
2889 msgstr ""
2890
2891 #: collect2.c:2217 collect2.c:2623
2892 msgid "fclose"
2893 msgstr ""
2894
2895 #: collect2.c:2262
2896 #, c-format
2897 msgid "unable to open file '%s'"
2898 msgstr ""
2899
2900 #: collect2.c:2264
2901 #, c-format
2902 msgid "unable to stat file '%s'"
2903 msgstr ""
2904
2905 #: collect2.c:2270
2906 #, c-format
2907 msgid "unable to mmap file '%s'"
2908 msgstr ""
2909
2910 #: collect2.c:2423
2911 msgid "not found\n"
2912 msgstr ""
2913
2914 #: collect2.c:2425 collect2.c:2602
2915 #, c-format
2916 msgid "dynamic dependency %s not found"
2917 msgstr ""
2918
2919 #: collect2.c:2445
2920 #, c-format
2921 msgid "bad magic number in file '%s'"
2922 msgstr ""
2923
2924 #: collect2.c:2467
2925 msgid "dynamic dependencies.\n"
2926 msgstr ""
2927
2928 #: collect2.c:2526
2929 msgid "cannot find `ldd'"
2930 msgstr ""
2931
2932 #: collect2.c:2574
2933 #, c-format
2934 msgid "execv %s"
2935 msgstr ""
2936
2937 #: collect2.c:2587
2938 msgid ""
2939 "\n"
2940 "ldd output with constructors/destructors.\n"
2941 msgstr ""
2942
2943 #: collect2.c:2614
2944 #, c-format
2945 msgid "unable to open dynamic dependency '%s'"
2946 msgstr ""
2947
2948 #: collect2.c:2716
2949 #, c-format
2950 msgid "%s: not a COFF file"
2951 msgstr ""
2952
2953 #: collect2.c:2835
2954 #, c-format
2955 msgid "%s: cannot open as COFF file"
2956 msgstr ""
2957
2958 #: collect2.c:2891
2959 #, c-format
2960 msgid "Library lib%s not found"
2961 msgstr ""
2962
2963 #: collect2.c:3014
2964 #, c-format
2965 msgid "open %s"
2966 msgstr ""
2967
2968 #: collect2.c:3037
2969 msgid "incompatibilities between object file & expected values"
2970 msgstr ""
2971
2972 #: collect2.c:3110
2973 #, c-format
2974 msgid ""
2975 "\n"
2976 "Processing symbol table #%d, offset = 0x%.8lx, kind = %s\n"
2977 msgstr ""
2978
2979 #: collect2.c:3119
2980 msgid "string section missing"
2981 msgstr ""
2982
2983 #: collect2.c:3122
2984 msgid "section pointer missing"
2985 msgstr ""
2986
2987 #: collect2.c:3170
2988 msgid "no symbol table found"
2989 msgstr ""
2990
2991 #: collect2.c:3183
2992 msgid "no cmd_strings found"
2993 msgstr ""
2994
2995 #: collect2.c:3195
2996 msgid ""
2997 "\n"
2998 "Updating header and load commands.\n"
2999 "\n"
3000 msgstr ""
3001
3002 #: collect2.c:3202
3003 #, c-format
3004 msgid "load command map, %d cmds, new size %ld.\n"
3005 msgstr ""
3006
3007 #: collect2.c:3233
3008 msgid ""
3009 "writing load commands.\n"
3010 "\n"
3011 msgstr ""
3012
3013 #: collect2.c:3253
3014 #, c-format
3015 msgid "close %s"
3016 msgstr ""
3017
3018 #: collect2.c:3327
3019 msgid "could not convert 0x%l.8x into a region"
3020 msgstr ""
3021
3022 #: collect2.c:3331
3023 #, c-format
3024 msgid "%s function, region %d, offset = %ld (0x%.8lx)\n"
3025 msgstr ""
3026
3027 #: collect2.c:3458
3028 msgid "bad magic number"
3029 msgstr ""
3030
3031 #: collect2.c:3459
3032 msgid "bad header version"
3033 msgstr ""
3034
3035 #: collect2.c:3460
3036 msgid "bad raw header version"
3037 msgstr ""
3038
3039 #: collect2.c:3461
3040 msgid "raw header buffer too small"
3041 msgstr ""
3042
3043 #: collect2.c:3462
3044 msgid "old raw header file"
3045 msgstr ""
3046
3047 #: collect2.c:3463
3048 msgid "unsupported version"
3049 msgstr ""
3050
3051 #: collect2.c:3465
3052 #, c-format
3053 msgid "unknown {de,en}code_mach_o_hdr return value %d"
3054 msgstr ""
3055
3056 #: collect2.c:3485
3057 #, c-format
3058 msgid "fstat %s"
3059 msgstr ""
3060
3061 #: collect2.c:3522 collect2.c:3570
3062 #, c-format
3063 msgid "lseek %s 0"
3064 msgstr ""
3065
3066 #: collect2.c:3526
3067 #, c-format
3068 msgid "read %s"
3069 msgstr ""
3070
3071 #: collect2.c:3529
3072 #, c-format
3073 msgid "read %ld bytes, expected %ld, from %s"
3074 msgstr ""
3075
3076 #: collect2.c:3550
3077 #, c-format
3078 msgid "msync %s"
3079 msgstr ""
3080
3081 #: collect2.c:3557
3082 #, c-format
3083 msgid "munmap %s"
3084 msgstr ""
3085
3086 #: collect2.c:3574
3087 #, c-format
3088 msgid "write %s"
3089 msgstr ""
3090
3091 #: collect2.c:3577
3092 #, c-format
3093 msgid "wrote %ld bytes, expected %ld, to %s"
3094 msgstr ""
3095
3096 #: combine.c:12664
3097 #, c-format
3098 msgid ""
3099 ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new "
3100 "space),\n"
3101 ";; %d successes.\n"
3102 "\n"
3103 msgstr ""
3104
3105 #: combine.c:12674
3106 #, c-format
3107 msgid ""
3108 "\n"
3109 ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
3110 ";; %d successes.\n"
3111 msgstr ""
3112
3113 #: config/a29k/a29k.c:1007
3114 #, ycp-format
3115 msgid "invalid %%Q value"
3116 msgstr ""
3117
3118 #: config/a29k/a29k.c:1013 config/alpha/alpha.c:3646
3119 #, ycp-format
3120 msgid "invalid %%C value"
3121 msgstr ""
3122
3123 #: config/a29k/a29k.c:1019 config/alpha/alpha.c:3510
3124 #: config/rs6000/rs6000.c:3986
3125 #, ycp-format
3126 msgid "invalid %%N value"
3127 msgstr ""
3128
3129 #: config/a29k/a29k.c:1025 config/alpha/alpha.c:3581
3130 #: config/rs6000/rs6000.c:3948
3131 #, ycp-format
3132 msgid "invalid %%M value"
3133 msgstr ""
3134
3135 #: config/a29k/a29k.c:1031 config/alpha/alpha.c:3573
3136 #: config/rs6000/rs6000.c:3913
3137 #, ycp-format
3138 msgid "invalid %%m value"
3139 msgstr ""
3140
3141 #: config/a29k/a29k.c:1131 config/alpha/alpha.c:3534 config/romp/romp.c:683
3142 #, ycp-format
3143 msgid "invalid %%L value"
3144 msgstr ""
3145
3146 #: config/a29k/a29k.c:1136 config/rs6000/rs6000.c:3994
3147 #, ycp-format
3148 msgid "invalid %%O value"
3149 msgstr ""
3150
3151 #: config/a29k/a29k.c:1142 config/alpha/alpha.c:3518
3152 #: config/rs6000/rs6000.c:4013
3153 #, ycp-format
3154 msgid "invalid %%P value"
3155 msgstr ""
3156
3157 #: config/a29k/a29k.c:1152
3158 #, ycp-format
3159 msgid "invalid %%V value"
3160 msgstr ""
3161
3162 #: config/a29k/a29k.h:101
3163 msgid "Generate code assuming DW bit is set"
3164 msgstr ""
3165
3166 #: config/a29k/a29k.h:102
3167 msgid "Generate code assuming DW bit is not set"
3168 msgstr ""
3169
3170 #: config/a29k/a29k.h:103
3171 msgid "Generate code using byte writes"
3172 msgstr ""
3173
3174 #: config/a29k/a29k.h:104
3175 msgid "Do not generate byte writes"
3176 msgstr ""
3177
3178 #: config/a29k/a29k.h:105
3179 msgid "Use small memory model"
3180 msgstr ""
3181
3182 #: config/a29k/a29k.h:106
3183 msgid "Use normal memory model"
3184 msgstr ""
3185
3186 #: config/a29k/a29k.h:107
3187 msgid "Use large memory model"
3188 msgstr ""
3189
3190 #: config/a29k/a29k.h:108
3191 msgid "Generate 29050 code"
3192 msgstr ""
3193
3194 #: config/a29k/a29k.h:109
3195 msgid "Generate 29000 code"
3196 msgstr ""
3197
3198 #: config/a29k/a29k.h:110
3199 msgid "Use kernel global registers"
3200 msgstr ""
3201
3202 #: config/a29k/a29k.h:111
3203 msgid "Use user global registers"
3204 msgstr ""
3205
3206 #: config/a29k/a29k.h:112
3207 msgid "Emit stack checking code"
3208 msgstr ""
3209
3210 #: config/a29k/a29k.h:113
3211 msgid "Do not emit stack checking code"
3212 msgstr ""
3213
3214 #: config/a29k/a29k.h:114
3215 msgid "Work around storem hardware bug"
3216 msgstr ""
3217
3218 #: config/a29k/a29k.h:115
3219 msgid "Do not work around storem hardware bug"
3220 msgstr ""
3221
3222 #: config/a29k/a29k.h:116
3223 msgid "Store locals in argument registers"
3224 msgstr ""
3225
3226 #: config/a29k/a29k.h:117
3227 msgid "Do not store locals in arg registers"
3228 msgstr ""
3229
3230 #: config/a29k/a29k.h:118 config/i960/i960.h:284 config/mips/mips.h:375
3231 msgid "Use software floating point"
3232 msgstr ""
3233
3234 #: config/a29k/a29k.h:119
3235 msgid "Do not generate multm instructions"
3236 msgstr ""
3237
3238 #: config/alpha/alpha.c:174
3239 #, c-format
3240 msgid "bad value `%s' for -mtrap-precision switch"
3241 msgstr ""
3242
3243 #: config/alpha/alpha.c:188
3244 #, c-format
3245 msgid "bad value `%s' for -mfp-rounding-mode switch"
3246 msgstr ""
3247
3248 #: config/alpha/alpha.c:203
3249 #, c-format
3250 msgid "bad value `%s' for -mfp-trap-mode switch"
3251 msgstr ""
3252
3253 #: config/alpha/alpha.c:254
3254 #, c-format
3255 msgid "bad value `%s' for -mcpu switch"
3256 msgstr ""
3257
3258 #: config/alpha/alpha.c:262
3259 msgid "fp software completion requires -mtrap-precision=i"
3260 msgstr ""
3261
3262 #: config/alpha/alpha.c:278
3263 msgid "rounding mode not supported for VAX floats"
3264 msgstr ""
3265
3266 #: config/alpha/alpha.c:283
3267 msgid "trap mode not supported for VAX floats"
3268 msgstr ""
3269
3270 #: config/alpha/alpha.c:312
3271 #, c-format
3272 msgid "L%d cache latency unknown for %s"
3273 msgstr ""
3274
3275 #: config/alpha/alpha.c:327
3276 #, c-format
3277 msgid "bad value `%s' for -mmemory-latency"
3278 msgstr ""
3279
3280 #: config/alpha/alpha.c:3492
3281 #, ycp-format
3282 msgid "invalid %%r value"
3283 msgstr ""
3284
3285 #: config/alpha/alpha.c:3503 config/rs6000/rs6000.c:4059
3286 #, ycp-format
3287 msgid "invalid %%R value"
3288 msgstr ""
3289
3290 #: config/alpha/alpha.c:3526 config/romp/romp.c:725 config/romp/romp.c:732
3291 #, ycp-format
3292 msgid "invalid %%h value"
3293 msgstr ""
3294
3295 #: config/alpha/alpha.c:3616
3296 #, ycp-format
3297 msgid "invalid %%U value"
3298 msgstr ""
3299
3300 #: config/alpha/alpha.c:3624 config/alpha/alpha.c:3635 config/romp/romp.c:691
3301 #: config/rs6000/rs6000.c:4067
3302 #, ycp-format
3303 msgid "invalid %%s value"
3304 msgstr ""
3305
3306 #: config/alpha/alpha.c:3683 config/rs6000/rs6000.c:3777
3307 #, ycp-format
3308 msgid "invalid %%E value"
3309 msgstr ""
3310
3311 #: config/alpha/alpha.c:3704 config/romp/romp.c:966
3312 #: config/rs6000/rs6000.c:4359
3313 #, ycp-format
3314 msgid "invalid %%xn code"
3315 msgstr ""
3316
3317 #. Macro to define tables used to set the flags.
3318 #. This is a list in braces of pairs in braces,
3319 #. each pair being { "NAME", VALUE }
3320 #. where VALUE is the bits to set or minus the bits to clear.
3321 #. An empty string NAME is used to identify the default VALUE.
3322 #: config/alpha/alpha.h:199 config/i386/i386.h:227 config/i386/i386.h:229
3323 #: config/i386/i386.h:231 config/ns32k/ns32k.h:103 config/rs6000/rs6000.h:304
3324 #: config/sparc/sparc.h:578 config/sparc/sparc.h:583
3325 msgid "Use hardware fp"
3326 msgstr ""
3327
3328 #: config/alpha/alpha.h:200 config/i386/i386.h:228 config/i386/i386.h:230
3329 #: config/rs6000/rs6000.h:306 config/sparc/sparc.h:580
3330 #: config/sparc/sparc.h:585
3331 msgid "Do not use hardware fp"
3332 msgstr ""
3333
3334 #: config/alpha/alpha.h:201
3335 msgid "Use fp registers"
3336 msgstr ""
3337
3338 #: config/alpha/alpha.h:203
3339 msgid "Do not use fp registers"
3340 msgstr ""
3341
3342 #: config/alpha/alpha.h:204
3343 msgid "Do not assume GAS"
3344 msgstr ""
3345
3346 #: config/alpha/alpha.h:205
3347 msgid "Assume GAS"
3348 msgstr ""
3349
3350 #: config/alpha/alpha.h:207
3351 msgid "Request IEEE-conformant math library routines (OSF/1)"
3352 msgstr ""
3353
3354 #: config/alpha/alpha.h:209
3355 msgid "Emit IEEE-conformant code, without inexact exceptions"
3356 msgstr ""
3357
3358 #: config/alpha/alpha.h:211
3359 msgid "Emit IEEE-conformant code, with inexact exceptions"
3360 msgstr ""
3361
3362 #: config/alpha/alpha.h:213
3363 msgid "Do not emit complex integer constants to read-only memory"
3364 msgstr ""
3365
3366 #: config/alpha/alpha.h:214
3367 msgid "Use VAX fp"
3368 msgstr ""
3369
3370 #: config/alpha/alpha.h:215
3371 msgid "Do not use VAX fp"
3372 msgstr ""
3373
3374 #: config/alpha/alpha.h:216
3375 msgid "Emit code for the byte/word ISA extension"
3376 msgstr ""
3377
3378 #: config/alpha/alpha.h:219
3379 msgid "Emit code for the motion video ISA extension"
3380 msgstr ""
3381
3382 #: config/alpha/alpha.h:222
3383 msgid "Emit code for the fp move and sqrt ISA extension"
3384 msgstr ""
3385
3386 #: config/alpha/alpha.h:224
3387 msgid "Emit code for the counting ISA extension"
3388 msgstr ""
3389
3390 #. This macro is similar to `TARGET_SWITCHES' but defines names of
3391 #. command options that have values.  Its definition is an initializer
3392 #. with a subgrouping for each command option.
3393 #.
3394 #. Each subgrouping contains a string constant, that defines the fixed
3395 #. part of the option name, and the address of a variable.  The
3396 #. variable, type `char *', is set to the variable part of the given
3397 #. option if the fixed part matches.  The actual option name is made
3398 #. by appending `-m' to the specified name.
3399 #.
3400 #. Here is an example which defines `-mshort-data-NUMBER'.  If the
3401 #. given option is `-mshort-data-512', the variable `m88k_short_data'
3402 #. will be set to the string `"512"'.
3403 #.
3404 #. extern char *m88k_short_data;
3405 #. #define TARGET_OPTIONS { { "short-data-", &m88k_short_data } }
3406 #. For -mcpu=
3407 #. For -mfp-rounding-mode=[n|m|c|d]
3408 #. For -mfp-trap-mode=[n|u|su|sui]
3409 #. For -mtrap-precision=[p|f|i]
3410 #. For -mmemory-latency=
3411 #: config/alpha/alpha.h:260
3412 msgid "Generate code for a given CPU"
3413 msgstr ""
3414
3415 #: config/alpha/alpha.h:262
3416 msgid "Control the generated fp rounding mode"
3417 msgstr ""
3418
3419 #: config/alpha/alpha.h:264
3420 msgid "Control the IEEE trap mode"
3421 msgstr ""
3422
3423 #: config/alpha/alpha.h:266
3424 msgid "Control the precision given to fp exceptions"
3425 msgstr ""
3426
3427 #: config/alpha/alpha.h:268
3428 msgid "Tune expected memory latency"
3429 msgstr ""
3430
3431 #: config/arc/arc.c:109
3432 #, c-format
3433 msgid "bad value (%s) for -mcpu switch"
3434 msgstr ""
3435
3436 #: config/arc/arc.c:1667 config/m32r/m32r.c:2218
3437 msgid "invalid operand to %R code"
3438 msgstr ""
3439
3440 #: config/arc/arc.c:1699 config/m32r/m32r.c:2241
3441 msgid "invalid operand to %H/%L code"
3442 msgstr ""
3443
3444 #: config/arc/arc.c:1723 config/m32r/m32r.c:2318
3445 msgid "invalid operand to %U code"
3446 msgstr ""
3447
3448 #: config/arc/arc.c:1734
3449 msgid "invalid operand to %V code"
3450 msgstr ""
3451
3452 #. Unknown flag.
3453 #: config/arc/arc.c:1741 config/m32r/m32r.c:2357 config/sparc/sparc.c:5859
3454 msgid "invalid operand output code"
3455 msgstr ""
3456
3457 #: config/arm/arm.c:340
3458 #, c-format
3459 msgid "switch -mcpu=%s conflicts with -march= switch"
3460 msgstr ""
3461
3462 #: config/arm/arm.c:350 config/rs6000/rs6000.c:310 config/sparc/sparc.c:332
3463 #, c-format
3464 msgid "bad value (%s) for %s switch"
3465 msgstr ""
3466
3467 #: config/arm/arm.c:485
3468 msgid "target CPU does not support APCS-32"
3469 msgstr ""
3470
3471 #: config/arm/arm.c:490
3472 msgid "target CPU does not support APCS-26"
3473 msgstr ""
3474
3475 #: config/arm/arm.c:496
3476 msgid "target CPU does not support interworking"
3477 msgstr ""
3478
3479 #: config/arm/arm.c:502
3480 msgid "target CPU does not supoport THUMB instructions."
3481 msgstr ""
3482
3483 #: config/arm/arm.c:516
3484 msgid ""
3485 "enabling backtrace support is only meaningful when compiling for the Thumb."
3486 msgstr ""
3487
3488 #: config/arm/arm.c:519
3489 msgid ""
3490 "enabling callee interworking support is only meaningful when compiling for "
3491 "the Thumb."
3492 msgstr ""
3493
3494 #: config/arm/arm.c:522
3495 msgid ""
3496 "enabling caller interworking support is only meaningful when compiling for "
3497 "the Thumb."
3498 msgstr ""
3499
3500 #: config/arm/arm.c:528
3501 msgid "interworking forces APCS-32 to be used"
3502 msgstr ""
3503
3504 #: config/arm/arm.c:534
3505 msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
3506 msgstr ""
3507
3508 #: config/arm/arm.c:542
3509 msgid "-fpic and -mapcs-reent are incompatible"
3510 msgstr ""
3511
3512 #: config/arm/arm.c:545
3513 msgid "APCS reentrant code not supported.  Ignored"
3514 msgstr ""
3515
3516 #: config/arm/arm.c:553
3517 msgid "-g with -mno-apcs-frame may not give sensible debugging"
3518 msgstr ""
3519
3520 #: config/arm/arm.c:561
3521 msgid "Passing floating point arguments in fp regs not yet supported"
3522 msgstr ""
3523
3524 #: config/arm/arm.c:588
3525 #, c-format
3526 msgid "Invalid floating point emulation option: -mfpe-%s"
3527 msgstr ""
3528
3529 #: config/arm/arm.c:612
3530 msgid "Structure size boundary can only be set to 8 or 32"
3531 msgstr ""
3532
3533 #: config/arm/arm.c:620
3534 msgid "-mpic-register= is useless without -fpic"
3535 msgstr ""
3536
3537 #: config/arm/arm.c:629
3538 #, c-format
3539 msgid "Unable to use '%s' for PIC register"
3540 msgstr ""
3541
3542 #: config/arm/arm.c:8246
3543 msgid "Unable to compute real location of stacked parameter"
3544 msgstr ""
3545
3546 #. Oh dear!  We have no low registers into which we can pop
3547 #. high registers!
3548 #: config/arm/arm.c:8844
3549 msgid "No low registers available for popping high registers"
3550 msgstr ""
3551
3552 #: config/arm/arm.c:9406
3553 msgid "thumb_load_double_from_address: destination is not a register"
3554 msgstr ""
3555
3556 #: config/arm/arm.c:9411
3557 msgid "thumb_load_double_from_address: source is not a computed memory address"
3558 msgstr ""
3559
3560 #: config/arm/arm.c:9455
3561 msgid "thumb_load_double_from_address: base is not a register"
3562 msgstr ""
3563
3564 #: config/arm/arm.c:9513
3565 msgid "thumb_load_double_from_address: Unhandled address calculation"
3566 msgstr ""
3567
3568 #: config/arm/arm.h:410
3569 msgid "Generate APCS conformant stack frames"
3570 msgstr ""
3571
3572 #: config/arm/arm.h:413
3573 msgid "Store function names in object code"
3574 msgstr ""
3575
3576 #: config/arm/arm.h:417
3577 msgid "Use the 32bit version of the APCS"
3578 msgstr ""
3579
3580 #: config/arm/arm.h:419
3581 msgid "Use the 26bit version of the APCS"
3582 msgstr ""
3583
3584 #: config/arm/arm.h:423
3585 msgid "Pass FP arguments in FP registers"
3586 msgstr ""
3587
3588 #: config/arm/arm.h:426
3589 msgid "Generate re-entrant, PIC code"
3590 msgstr ""
3591
3592 #: config/arm/arm.h:429
3593 msgid "The MMU will trap on unaligned accesses"
3594 msgstr ""
3595
3596 #: config/arm/arm.h:436
3597 msgid "Use library calls to perform FP operations"
3598 msgstr ""
3599
3600 #: config/arm/arm.h:438 config/i960/i960.h:282
3601 msgid "Use hardware floating point instructions"
3602 msgstr ""
3603
3604 #: config/arm/arm.h:440
3605 msgid "Assume target CPU is configured as big endian"
3606 msgstr ""
3607
3608 #: config/arm/arm.h:442
3609 msgid "Assume target CPU is configured as little endian"
3610 msgstr ""
3611
3612 #: config/arm/arm.h:444
3613 msgid "Assume big endian bytes, little endian words"
3614 msgstr ""
3615
3616 #: config/arm/arm.h:446
3617 msgid "Support calls between THUMB and ARM instructions sets"
3618 msgstr ""
3619
3620 #: config/arm/arm.h:449
3621 msgid "Generate a call to abort if a noreturn function returns"
3622 msgstr ""
3623
3624 #: config/arm/arm.h:452
3625 msgid "Do not move instructions into a function's prologue"
3626 msgstr ""
3627
3628 #: config/arm/arm.h:455
3629 msgid "Do not load the PIC register in function prologues"
3630 msgstr ""
3631
3632 #: config/arm/arm.h:458
3633 msgid "Generate call insns as indirect calls, if necessary"
3634 msgstr ""
3635
3636 #: config/arm/arm.h:461
3637 msgid "Compile for the Thumb not the ARM"
3638 msgstr ""
3639
3640 #: config/arm/arm.h:465
3641 msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
3642 msgstr ""
3643
3644 #: config/arm/arm.h:468
3645 msgid "Thumb: Generate (leaf) stack frames even if not needed"
3646 msgstr ""
3647
3648 #: config/arm/arm.h:471
3649 msgid "Thumb: Assume non-static functions may be called from ARM code"
3650 msgstr ""
3651
3652 #: config/arm/arm.h:475
3653 msgid "Thumb: Assume function pointers may go to non-Thumb aware code"
3654 msgstr ""
3655
3656 #: config/arm/arm.h:485
3657 msgid "Specify the name of the target CPU"
3658 msgstr ""
3659
3660 #: config/arm/arm.h:487
3661 msgid "Specify the name of the target architecture"
3662 msgstr ""
3663
3664 #: config/arm/arm.h:491
3665 msgid "Specify the version of the floating point emulator"
3666 msgstr ""
3667
3668 #: config/arm/arm.h:493
3669 msgid "Specify the minimum bit alignment of structures"
3670 msgstr ""
3671
3672 #: config/arm/arm.h:495
3673 msgid "Specify the register to be used for PIC addressing"
3674 msgstr ""
3675
3676 #. None of these is actually used in cc1.  If we don't define them in target
3677 #. switches cc1 complains about them.  For the sake of argument lets allocate
3678 #. bit 31 of target flags for such options.
3679 #: config/arm/riscix.h:84
3680 msgid "Do symbol renaming for BSD"
3681 msgstr ""
3682
3683 #: config/arm/riscix.h:85
3684 msgid "Do symbol renaming for X/OPEN"
3685 msgstr ""
3686
3687 #: config/arm/riscix.h:86
3688 msgid "Don't do symbol renaming"
3689 msgstr ""
3690
3691 #. Macros used in the machine description to test the flags.
3692 #. Macro to define tables used to set the flags.
3693 #. This is a list in braces of pairs in braces,
3694 #. each pair being { "NAME", VALUE }
3695 #. where VALUE is the bits to set or minus the bits to clear.
3696 #. An empty string NAME is used to identify the default VALUE.
3697 #: config/clipper/clipper.h:40
3698 msgid "Generate code for the C400"
3699 msgstr ""
3700
3701 #: config/clipper/clipper.h:41
3702 msgid "Generate code for the C300"
3703 msgstr ""
3704
3705 #: config/convex/convex.h:52
3706 msgid "Generate code for c1"
3707 msgstr ""
3708
3709 #: config/convex/convex.h:53
3710 msgid "Generate code for c2"
3711 msgstr ""
3712
3713 #: config/convex/convex.h:54
3714 msgid "Generate code for c32"
3715 msgstr ""
3716
3717 #: config/convex/convex.h:55 config/convex/convex.h:56
3718 msgid "Generate code for c34"
3719 msgstr ""
3720
3721 #: config/convex/convex.h:58
3722 msgid "Use standard calling sequence, with arg count word"
3723 msgstr ""
3724
3725 #: config/convex/convex.h:60
3726 msgid "Place arg count in a nop instruction (faster than push)"
3727 msgstr ""
3728
3729 #: config/convex/convex.h:62
3730 msgid "Don't push arg count, depend on symbol table"
3731 msgstr ""
3732
3733 #: config/convex/convex.h:64
3734 msgid "Use data cache for volatile mem refs (default)"
3735 msgstr ""
3736
3737 #: config/convex/convex.h:66
3738 msgid "Don't use data cache for volatile mem refs"
3739 msgstr ""
3740
3741 #: config/convex/convex.h:68
3742 msgid "Bypass data cache for volatile mem refs"
3743 msgstr ""
3744
3745 #: config/convex/convex.h:69
3746 msgid "Use 64-bit longs"
3747 msgstr ""
3748
3749 #: config/convex/convex.h:70
3750 msgid "Use cc- and libc-compatible 32-bit longs"
3751 msgstr ""
3752
3753 #: config/dsp16xx/dsp16xx.c:271
3754 #, c-format
3755 msgid "Invalid register class letter %c"
3756 msgstr ""
3757
3758 #: config/dsp16xx/dsp16xx.c:374
3759 msgid "ACCUM_HIGH_REGS class in limit_reload_class"
3760 msgstr ""
3761
3762 #: config/dsp16xx/dsp16xx.c:401
3763 msgid "YH_OR_ACCUM_HIGH_REGS found in limit_reload_class"
3764 msgstr ""
3765
3766 #. Register 'yl' is invalid for QImode, so we should never
3767 #. see it.
3768 #: config/dsp16xx/dsp16xx.c:410
3769 msgid "YL found in limit_reload_class"
3770 msgstr ""
3771
3772 #: config/dsp16xx/dsp16xx.c:1228 config/dsp16xx/dsp16xx.c:1255
3773 msgid "Stack size > 32k"
3774 msgstr ""
3775
3776 #: config/dsp16xx/dsp16xx.c:1485
3777 msgid "Invalid addressing mode"
3778 msgstr ""
3779
3780 #: config/dsp16xx/dsp16xx.c:1671
3781 msgid "Bad register extension code"
3782 msgstr ""
3783
3784 #: config/dsp16xx/dsp16xx.c:1729
3785 msgid "Invalid offset in ybase addressing"
3786 msgstr ""
3787
3788 #: config/dsp16xx/dsp16xx.c:1732
3789 msgid "Invalid register in ybase addressing"
3790 msgstr ""
3791
3792 #: config/dsp16xx/dsp16xx.c:1761 config/dsp16xx/dsp16xx.c:1999
3793 msgid "inline float constants not supported on this host"
3794 msgstr ""
3795
3796 #: config/dsp16xx/dsp16xx.c:1905
3797 msgid "Invalid shift operator in emit_1600_core_shift"
3798 msgstr ""
3799
3800 #: config/dsp16xx/dsp16xx.c:2184
3801 msgid "Invalid mode for gen_tst_reg"
3802 msgstr ""
3803
3804 #: config/dsp16xx/dsp16xx.c:2265
3805 msgid "Invalid mode for integer comparison in gen_compare_reg"
3806 msgstr ""
3807
3808 #: config/dsp16xx/dsp16xx.c:2293
3809 msgid "Invalid register for compare"
3810 msgstr ""
3811
3812 #. Output assembler code to FILE to increment profiler label # LABELNO
3813 #. for profiling a function entry.
3814 #: config/dsp16xx/dsp16xx.h:1187 config/dsp16xx/dsp16xx.h:1191
3815 #: config/dsp16xx/dsp16xx.h:1195 config/dsp16xx/dsp16xx.h:1838
3816 #: config/dsp16xx/dsp16xx.h:1842
3817 msgid "Profiling not implemented yet."
3818 msgstr ""
3819
3820 #. Emit RTL insns to initialize the variable parts of a trampoline.
3821 #. FNADDR is an RTX for the address of the function's pure code.
3822 #. CXT is an RTX for the static chain value for the function.
3823 #: config/dsp16xx/dsp16xx.h:1205 config/dsp16xx/dsp16xx.h:1217
3824 msgid "Trampolines not yet implemented"
3825 msgstr ""
3826
3827 #. Macro to define tables used to set the flags.
3828 #. This is a list in braces of pairs in braces,
3829 #. each pair being { "NAME", VALUE }
3830 #. where VALUE is the bits to set or minus the bits to clear.
3831 #. An empty string NAME is used to identify the default VALUE.
3832 #: config/elxsi/elxsi.h:50
3833 msgid "Generate code the unix assembler can handle"
3834 msgstr ""
3835
3836 #: config/elxsi/elxsi.h:51
3837 msgid "Generate code an embedded assembler can handle"
3838 msgstr ""
3839
3840 #. Macro to define tables used to set the flags.
3841 #. This is a list in braces of pairs in braces,
3842 #. each pair being { "NAME", VALUE }
3843 #. where VALUE is the bits to set or minus the bits to clear.
3844 #. An empty string NAME is used to identify the default VALUE.
3845 #: config/fx80/fx80.h:113 config/fx80/fx80.h:114
3846 msgid "Generate code for a mc68020"
3847 msgstr ""
3848
3849 #. Since we don't define PCC_BITFIELD_TYPE_MATTERS or use a large
3850 #. STRUCTURE_SIZE_BOUNDARY, we must have bitfield instructions.
3851 #: config/fx80/fx80.h:115 config/gmicro/gmicro.h:101 config/ns32k/ns32k.h:117
3852 msgid "Use bitfield instructions"
3853 msgstr ""
3854
3855 #: config/fx80/fx80.h:116 config/fx80/fx80.h:117
3856 msgid "Generate code for a mc68000"
3857 msgstr ""
3858
3859 #: config/fx80/fx80.h:118
3860 msgid "Generate software FP code"
3861 msgstr ""
3862
3863 #: config/fx80/fx80.h:119
3864 msgid "Do not generate bitfield insns"
3865 msgstr ""
3866
3867 #: config/fx80/fx80.h:120
3868 msgid "Use 16bit integers"
3869 msgstr ""
3870
3871 #: config/fx80/fx80.h:121
3872 msgid "Use 32bit integers"
3873 msgstr ""
3874
3875 #. Macro to define tables used to set the flags.
3876 #. This is a list in braces of pairs in braces,
3877 #. each pair being { "NAME", VALUE }
3878 #. where VALUE is the bits to set or minus the bits to clear.
3879 #. An empty string NAME is used to identify the default VALUE.
3880 #: config/gmicro/gmicro.h:89
3881 msgid "Compile for Gmicro/300"
3882 msgstr ""
3883
3884 #: config/gmicro/gmicro.h:90
3885 msgid "Compile for Gmicro/200"
3886 msgstr ""
3887
3888 #: config/gmicro/gmicro.h:91
3889 msgid "Compile for Gmicro/100"
3890 msgstr ""
3891
3892 #: config/gmicro/gmicro.h:92
3893 msgid "Use floating point co-processor"
3894 msgstr ""
3895
3896 #: config/gmicro/gmicro.h:94
3897 msgid "Do not use floating point co-processor"
3898 msgstr ""
3899
3900 #: config/gmicro/gmicro.h:95 config/i386/i386.h:237
3901 msgid "Alternate calling convention"
3902 msgstr ""
3903
3904 #: config/gmicro/gmicro.h:96 config/i386/i386.h:239 config/ns32k/ns32k.h:106
3905 msgid "Use normal calling convention"
3906 msgstr ""
3907
3908 #: config/gmicro/gmicro.h:103 config/ns32k/ns32k.h:116
3909 msgid "Do not use bitfield instructions"
3910 msgstr ""
3911
3912 #: config/gmicro/gmicro.h:105
3913 msgid "Use alternative return sequence"
3914 msgstr ""
3915
3916 #: config/gmicro/gmicro.h:106
3917 msgid "Use normal return sequence"
3918 msgstr ""
3919
3920 #: config/gmicro/gmicro.h:107
3921 msgid "Always use string instruction"
3922 msgstr ""
3923
3924 #: config/gmicro/gmicro.h:109
3925 msgid "Use string instruction when appropriate"
3926 msgstr ""
3927
3928 #: config/h8300/h8300.c:3023 config/h8300/h8300.c:3035
3929 msgid "Only initialized variables can be placed into the 8-bit area."
3930 msgstr ""
3931
3932 #. Macro to define tables used to set the flags.
3933 #. This is a list in braces of pairs in braces,
3934 #. each pair being { "NAME", VALUE }
3935 #. where VALUE is the bits to set or minus the bits to clear.
3936 #. An empty string NAME is used to identify the default VALUE.
3937 #: config/h8300/h8300.h:105
3938 msgid "Generate H8/S code"
3939 msgstr ""
3940
3941 #: config/h8300/h8300.h:106
3942 msgid "Do not generate H8/S code"
3943 msgstr ""
3944
3945 #: config/h8300/h8300.h:107
3946 msgid "Make integers 32 bits wide"
3947 msgstr ""
3948
3949 #: config/h8300/h8300.h:110
3950 msgid "Use registers for argument passing"
3951 msgstr ""
3952
3953 #: config/h8300/h8300.h:112
3954 msgid "Do not use registers for argument passing"
3955 msgstr ""
3956
3957 #: config/h8300/h8300.h:114
3958 msgid "Consider access to byte sized memory slow"
3959 msgstr ""
3960
3961 #: config/h8300/h8300.h:115
3962 msgid "Enable linker relaxing"
3963 msgstr ""
3964
3965 #: config/h8300/h8300.h:117
3966 msgid "Generate H8/300H code"
3967 msgstr ""
3968
3969 #: config/h8300/h8300.h:118
3970 msgid "Do not generate H8/300H code"
3971 msgstr ""
3972
3973 #: config/h8300/h8300.h:119
3974 msgid "Use H8/300 alignment rules"
3975 msgstr ""
3976
3977 #: config/i370/i370.c:870
3978 msgid "real name is too long - alias ignored"
3979 msgstr ""
3980
3981 #: config/i370/i370.c:875
3982 msgid "alias name is too long - alias ignored"
3983 msgstr ""
3984
3985 #: config/i370/i370.c:1040
3986 msgid "junk at end of #pragma map"
3987 msgstr ""
3988
3989 #: config/i370/i370.c:1046
3990 msgid "malformed #pragma map, ignored"
3991 msgstr ""
3992
3993 #. Macro to define tables used to set the flags.  This is a list in braces
3994 #. of pairs in braces, each pair being { "NAME", VALUE }
3995 #. where VALUE is the bits to set or minus the bits to clear.
3996 #. An empty string NAME is used to identify the default VALUE.
3997 #: config/i370/i370.h:63
3998 msgid "Generate char instructions"
3999 msgstr ""
4000
4001 #: config/i370/i370.h:64
4002 msgid "Do not generate char instructions"
4003 msgstr ""
4004
4005 #: config/i386/cygwin.h:50
4006 msgid "Use the Cygwin interface"
4007 msgstr ""
4008
4009 #: config/i386/cygwin.h:52
4010 msgid "Use the Mingw32 interface"
4011 msgstr ""
4012
4013 #: config/i386/cygwin.h:53
4014 msgid "Create GUI application"
4015 msgstr ""
4016
4017 #: config/i386/cygwin.h:55
4018 msgid "Create console application"
4019 msgstr ""
4020
4021 #: config/i386/cygwin.h:56
4022 msgid "Generate code for a DLL"
4023 msgstr ""
4024
4025 #: config/i386/cygwin.h:58
4026 msgid "Ignore dllimport for functions"
4027 msgstr ""
4028
4029 #: config/i386/cygwin.h:60
4030 msgid "Use Mingw-specific thread support"
4031 msgstr ""
4032
4033 #: config/i386/cygwin.h:265
4034 #, c-format
4035 msgid "-f%s ignored for target (all code is position independent)"
4036 msgstr ""
4037
4038 #: config/i386/dgux.c:185
4039 #, c-format
4040 msgid "Internal gcc abort from %s:%d"
4041 msgstr ""
4042
4043 #: config/i386/dgux.c:189
4044 msgid "The local variable `insn' has the value:"
4045 msgstr ""
4046
4047 #: config/i386/dgux.h:62
4048 msgid "Retain standard MXDB information"
4049 msgstr ""
4050
4051 #: config/i386/dgux.h:64
4052 msgid "Retain legend information"
4053 msgstr ""
4054
4055 #: config/i386/dgux.h:67
4056 msgid "Generate external legend information"
4057 msgstr ""
4058
4059 #: config/i386/dgux.h:69
4060 msgid "Emit identifying info in .s file"
4061 msgstr ""
4062
4063 #: config/i386/dgux.h:71
4064 msgid "Warn when a function arg is a structure"
4065 msgstr ""
4066
4067 #: config/i386/dgux.h:249
4068 msgid "argument is a structure"
4069 msgstr ""
4070
4071 #: config/i386/i386.c:503
4072 #, c-format
4073 msgid "bad value (%s) for -march= switch"
4074 msgstr ""
4075
4076 #: config/i386/i386.c:516 config/mips/mips.c:4865
4077 #, c-format
4078 msgid "bad value (%s) for -mcpu= switch"
4079 msgstr ""
4080
4081 #: config/i386/i386.c:545
4082 #, c-format
4083 msgid "Register '%c' is unknown"
4084 msgstr ""
4085
4086 #: config/i386/i386.c:549
4087 #, c-format
4088 msgid "Register '%c' already specified in allocation order"
4089 msgstr ""
4090
4091 #: config/i386/i386.c:560
4092 #, c-format
4093 msgid "-mregparm=%d is not between 0 and %d"
4094 msgstr ""
4095
4096 #: config/i386/i386.c:570
4097 #, c-format
4098 msgid "-malign-loops=%d is not between 0 and %d"
4099 msgstr ""
4100
4101 #: config/i386/i386.c:580
4102 #, c-format
4103 msgid "-malign-jumps=%d is not between 0 and %d"
4104 msgstr ""
4105
4106 #: config/i386/i386.c:590
4107 #, c-format
4108 msgid "-malign-functions=%d is not between 0 and %d"
4109 msgstr ""
4110
4111 #: config/i386/i386.c:601
4112 #, c-format
4113 msgid "-mpreferred-stack-boundary=%d is not between 2 and 31"
4114 msgstr ""
4115
4116 #: config/i386/i386.c:611
4117 #, c-format
4118 msgid "-mbranch-cost=%d is not between 0 and 5"
4119 msgstr ""
4120
4121 #. We can't handle floating point constants;
4122 #. PRINT_OPERAND must handle them.
4123 #: config/i386/i386.c:2973 config/pdp11/pdp11.c:1477 config/sh/sh.c:5397
4124 #: final.c:3731
4125 msgid "floating constant misused"
4126 msgstr ""
4127
4128 #: config/i386/i386.c:3018 config/sh/sh.c:5451
4129 msgid "invalid UNSPEC as operand"
4130 msgstr ""
4131
4132 #: config/i386/i386.c:3024 config/pdp11/pdp11.c:1524 config/sh/sh.c:5457
4133 #: final.c:3778
4134 msgid "invalid expression as operand"
4135 msgstr ""
4136
4137 #: config/i386/i386.h:45 config/mips/mips.h:176
4138 msgid "half-pic init called on systems that don't support it."
4139 msgstr ""
4140
4141 #: config/i386/i386.h:232
4142 msgid "Same as -mcpu=i386"
4143 msgstr ""
4144
4145 #: config/i386/i386.h:233
4146 msgid "Same as -mcpu=i486"
4147 msgstr ""
4148
4149 #: config/i386/i386.h:234
4150 msgid "Same as -mcpu=pentium"
4151 msgstr ""
4152
4153 #: config/i386/i386.h:235
4154 msgid "Same as -mcpu=pentiumpro"
4155 msgstr ""
4156
4157 #: config/i386/i386.h:241
4158 msgid "Align some doubles on dword boundary"
4159 msgstr ""
4160
4161 #: config/i386/i386.h:243
4162 msgid "Align doubles on word boundary"
4163 msgstr ""
4164
4165 #: config/i386/i386.h:245
4166 msgid "Uninitialized locals in .bss"
4167 msgstr ""
4168
4169 #: config/i386/i386.h:247
4170 msgid "Uninitialized locals in .data"
4171 msgstr ""
4172
4173 #: config/i386/i386.h:249
4174 msgid "Use IEEE math for fp comparisons"
4175 msgstr ""
4176
4177 #: config/i386/i386.h:251
4178 msgid "Do not use IEEE math for fp comparisons"
4179 msgstr ""
4180
4181 #: config/i386/i386.h:253
4182 msgid "Return values of functions in FPU registers"
4183 msgstr ""
4184
4185 #: config/i386/i386.h:255
4186 msgid "Do not return values of functions in FPU registers"
4187 msgstr ""
4188
4189 #: config/i386/i386.h:257
4190 msgid "Do not generate sin, cos, sqrt for FPU"
4191 msgstr ""
4192
4193 #: config/i386/i386.h:259
4194 msgid "Generate sin, cos, sqrt for FPU"
4195 msgstr ""
4196
4197 #: config/i386/i386.h:261
4198 msgid "Omit the frame pointer in leaf functions"
4199 msgstr ""
4200
4201 #. undocumented
4202 #. undocumented
4203 #. undocumented
4204 #. undocumented
4205 #: config/i386/i386.h:268
4206 msgid "Enable stack probing"
4207 msgstr ""
4208
4209 #. undocumented
4210 #. undocumented
4211 #: config/i386/i386.h:273
4212 msgid "Emit Intel syntax assembler opcodes"
4213 msgstr ""
4214
4215 #: config/i386/i386.h:276
4216 msgid "Align destination of the string operations"
4217 msgstr ""
4218
4219 #: config/i386/i386.h:278
4220 msgid "Do not align destination of the string operations"
4221 msgstr ""
4222
4223 #: config/i386/i386.h:280
4224 msgid "Inline all known string operations"
4225 msgstr ""
4226
4227 #: config/i386/i386.h:282
4228 msgid "Do not inline all known string operations"
4229 msgstr ""
4230
4231 #: config/i386/i386.h:284 config/i386/i386.h:288
4232 msgid "Use push instructions to save outgoing arguments"
4233 msgstr ""
4234
4235 #: config/i386/i386.h:286 config/i386/i386.h:290
4236 msgid "Do not use push instructions to save outgoing arguments"
4237 msgstr ""
4238
4239 #: config/i386/i386.h:291
4240 msgid "Support MMX builtins"
4241 msgstr ""
4242
4243 #: config/i386/i386.h:293
4244 msgid "Do not support MMX builtins"
4245 msgstr ""
4246
4247 #: config/i386/i386.h:295
4248 msgid "Support MMX and SSE builtins"
4249 msgstr ""
4250
4251 #: config/i386/i386.h:297
4252 msgid "Do not support MMX and SSE builtins"
4253 msgstr ""
4254
4255 #. This macro is similar to `TARGET_SWITCHES' but defines names of
4256 #. command options that have values.  Its definition is an
4257 #. initializer with a subgrouping for each command option.
4258 #.
4259 #. Each subgrouping contains a string constant, that defines the
4260 #. fixed part of the option name, and the address of a variable.  The
4261 #. variable, type `char *', is set to the variable part of the given
4262 #. option if the fixed part matches.  The actual option name is made
4263 #. by appending `-m' to the specified name.
4264 #: config/i386/i386.h:330 config/rs6000/rs6000.h:405 config/sparc/sparc.h:711
4265 msgid "Schedule code for given CPU"
4266 msgstr ""
4267
4268 #: config/i386/i386.h:332
4269 msgid "Generate code for given CPU"
4270 msgstr ""
4271
4272 #: config/i386/i386.h:334
4273 msgid "Control allocation order of integer registers"
4274 msgstr ""
4275
4276 #: config/i386/i386.h:336
4277 msgid "Number of registers used to pass integer arguments"
4278 msgstr ""
4279
4280 #: config/i386/i386.h:338
4281 msgid "Loop code aligned to this power of 2"
4282 msgstr ""
4283
4284 #: config/i386/i386.h:340
4285 msgid "Jump targets are aligned to this power of 2"
4286 msgstr ""
4287
4288 #: config/i386/i386.h:342
4289 msgid "Function starts are aligned to this power of 2"
4290 msgstr ""
4291
4292 #: config/i386/i386.h:345
4293 msgid "Attempt to keep stack aligned to this power of 2"
4294 msgstr ""
4295
4296 #: config/i386/i386.h:347
4297 msgid "Branches are this expensive (1-5, arbitrary units)"
4298 msgstr ""
4299
4300 #: config/i386/osf1elf.h:126
4301 msgid "Profiling uses mcount"
4302 msgstr ""
4303
4304 #: config/i386/osfrose.h:63
4305 msgid "Emit half-PIC code"
4306 msgstr ""
4307
4308 #. intentionally undoc
4309 #. intentionally undoc
4310 #: config/i386/osfrose.h:70
4311 msgid "Emit ELF object code"
4312 msgstr ""
4313
4314 #: config/i386/osfrose.h:72
4315 msgid "Emit ROSE object code"
4316 msgstr ""
4317
4318 #: config/i386/osfrose.h:74
4319 msgid "Symbols have a leading underscore"
4320 msgstr ""
4321
4322 #: config/i386/osfrose.h:77
4323 msgid "Align to >word boundaries"
4324 msgstr ""
4325
4326 #: config/i386/osfrose.h:80
4327 msgid "Use mcount for profiling"
4328 msgstr ""
4329
4330 #: config/i386/osfrose.h:82
4331 msgid "Use mcount_ptr for profiling"
4332 msgstr ""
4333
4334 #: config/i386/sco5.h:503 config/rs6000/sysv4.h:997
4335 #, c-format
4336 msgid "%s causes a section type conflict"
4337 msgstr ""
4338
4339 #: config/i386/sco5.h:898
4340 msgid "Generate COFF output"
4341 msgstr ""
4342
4343 #: config/i386/sco5.h:899
4344 msgid "Generate ELF output"
4345 msgstr ""
4346
4347 #: config/i386/winnt.c:300
4348 #, c-format
4349 msgid "`%s' declared as both exported to and imported from a DLL."
4350 msgstr ""
4351
4352 #: config/i386/winnt.c:328
4353 #, c-format
4354 msgid "initialized variable `%s' is marked dllimport"
4355 msgstr ""
4356
4357 #: config/i386/winnt.c:337
4358 #, c-format
4359 msgid "static variable `%s' is marked dllimport"
4360 msgstr ""
4361
4362 #. 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.
4363 #. 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.
4364 #: config/i386/xm-djgpp.h:75
4365 msgid "Environment variable DJGPP not defined."
4366 msgstr ""
4367
4368 #: config/i386/xm-djgpp.h:77
4369 #, c-format
4370 msgid "Environment variable DJGPP points to missing file '%s'."
4371 msgstr ""
4372
4373 #: config/i386/xm-djgpp.h:80
4374 #, c-format
4375 msgid "Environment variable DJGPP points to corrupt file '%s'."
4376 msgstr ""
4377
4378 #. Macro to define tables used to set the flags.
4379 #. This is a list in braces of pairs in braces,
4380 #. each pair being { "NAME", VALUE }
4381 #. where VALUE is the bits to set or minus the bits to clear.
4382 #. An empty string NAME is used to identify the default VALUE.
4383 #: config/i860/i860.h:56 config/i860/paragon.h:28
4384 msgid "Generate code which uses the FPU"
4385 msgstr ""
4386
4387 #: config/i860/i860.h:57 config/i860/i860.h:58 config/i860/paragon.h:29
4388 #: config/i860/paragon.h:30 config/i860/paragon.h:31
4389 msgid "Do not generate code which uses the FPU"
4390 msgstr ""
4391
4392 #: config/i960/i960.c:124
4393 msgid "sorry, not implemented: #pragma align NAME=SIZE"
4394 msgstr ""
4395
4396 #: config/i960/i960.c:129
4397 msgid "malformed #pragma align - ignored"
4398 msgstr ""
4399
4400 #: config/i960/i960.c:167
4401 msgid "sorry, not implemented: #pragma noalign NAME"
4402 msgstr ""
4403
4404 #: config/i960/i960.c:1515 config/m68k/m68k.c:406 config/rs6000/rs6000.c:5410
4405 msgid "stack limit expression is not supported"
4406 msgstr ""
4407
4408 #. Macro to define tables used to set the flags.
4409 #. This is a list in braces of pairs in braces,
4410 #. each pair being { "NAME", VALUE }
4411 #. where VALUE is the bits to set or minus the bits to clear.
4412 #. An empty string NAME is used to identify the default VALUE.
4413 #. ??? Not all ten of these architecture variations actually exist, but I
4414 #. am not sure which are real and which aren't.
4415 #: config/i960/i960.h:241
4416 msgid "Generate SA code"
4417 msgstr ""
4418
4419 #: config/i960/i960.h:244
4420 msgid "Generate SB code"
4421 msgstr ""
4422
4423 #. {"sc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED|                                          TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR),              N_("Generate SC code")},
4424 #: config/i960/i960.h:249
4425 msgid "Generate KA code"
4426 msgstr ""
4427
4428 #: config/i960/i960.h:252
4429 msgid "Generate KB code"
4430 msgstr ""
4431
4432 #. {"kc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED|                                          TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR),              N_("Generate KC code")},
4433 #: config/i960/i960.h:257
4434 msgid "Generate JA code"
4435 msgstr ""
4436
4437 #: config/i960/i960.h:259
4438 msgid "Generate JD code"
4439 msgstr ""
4440
4441 #: config/i960/i960.h:262
4442 msgid "Generate JF code"
4443 msgstr ""
4444
4445 #: config/i960/i960.h:264
4446 msgid "generate RP code"
4447 msgstr ""
4448
4449 #: config/i960/i960.h:267
4450 msgid "Generate MC code"
4451 msgstr ""
4452
4453 #: config/i960/i960.h:270
4454 msgid "Generate CA code"
4455 msgstr ""
4456
4457 #. {"cb", (TARGET_FLAG_NUMERICS|TARGET_FLAG_C_SERIES|                                           TARGET_FLAG_BRANCH_PREDICT|TARGET_FLAG_CODE_ALIGN),       N_("Generate CB code")},                                                  {"cc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED|                                         TARGET_FLAG_C_SERIES|TARGET_FLAG_BRANCH_PREDICT|                        TARGET_FLAG_CODE_ALIGN),                               N_("Generate CC code")},
4458 #: config/i960/i960.h:280
4459 msgid "Generate CF code"
4460 msgstr ""
4461
4462 #: config/i960/i960.h:286
4463 msgid "Use alternate leaf function entries"
4464 msgstr ""
4465
4466 #: config/i960/i960.h:288
4467 msgid "Do not use alternate leaf function entries"
4468 msgstr ""
4469
4470 #: config/i960/i960.h:290
4471 msgid "Perform tail call optimization"
4472 msgstr ""
4473
4474 #: config/i960/i960.h:292
4475 msgid "Do not perform tail call optimization"
4476 msgstr ""
4477
4478 #: config/i960/i960.h:294
4479 msgid "Use complex addressing modes"
4480 msgstr ""
4481
4482 #: config/i960/i960.h:296
4483 msgid "Do not use complex addressing modes"
4484 msgstr ""
4485
4486 #: config/i960/i960.h:298
4487 msgid "Align code to 8 byte boundary"
4488 msgstr ""
4489
4490 #: config/i960/i960.h:300
4491 msgid "Do not align code to 8 byte boundary"
4492 msgstr ""
4493
4494 #. {"clean-linkage", (TARGET_FLAG_CLEAN_LINKAGE),                              N_("Force use of prototypes")},                                      {"no-clean-linkage", -(TARGET_FLAG_CLEAN_LINKAGE),                         N_("Do not force use of prototypes")},
4495 #: config/i960/i960.h:306 config/i960/i960.h:308
4496 msgid "Enable compatibility with iC960 v2.0"
4497 msgstr ""
4498
4499 #: config/i960/i960.h:310
4500 msgid "Enable compatibility with iC960 v3.0"
4501 msgstr ""
4502
4503 #: config/i960/i960.h:312 config/i960/i960.h:314
4504 msgid "Enable compatibility with ic960 assembler"
4505 msgstr ""
4506
4507 #: config/i960/i960.h:316
4508 msgid "Do not permit unaligned accesses"
4509 msgstr ""
4510
4511 #: config/i960/i960.h:318
4512 msgid "Permit unaligned accesses"
4513 msgstr ""
4514
4515 #: config/i960/i960.h:320
4516 msgid "Layout types like Intel's v1.3 gcc"
4517 msgstr ""
4518
4519 #: config/i960/i960.h:322
4520 msgid "Do not layout types like Intel's v1.3 gcc"
4521 msgstr ""
4522
4523 #: config/i960/i960.h:324 config/rs6000/sysv4.h:132 config/sparc/linux.h:92
4524 #: config/sparc/linux64.h:148
4525 msgid "Use 64 bit long doubles"
4526 msgstr ""
4527
4528 #: config/i960/i960.h:326
4529 msgid "Enable linker relaxation"
4530 msgstr ""
4531
4532 #: config/i960/i960.h:328
4533 msgid "Do not enable linker relaxation"
4534 msgstr ""
4535
4536 #. Override conflicting target switch options.
4537 #. Doesn't actually detect if more than one -mARCH option is given, but
4538 #. does handle the case of two blatantly conflicting -mARCH options.
4539 #: config/i960/i960.h:343 config/i960/i960.h:353
4540 msgid "conflicting architectures defined - using C series"
4541 msgstr ""
4542
4543 #: config/i960/i960.h:348
4544 msgid "conflicting architectures defined - using K series"
4545 msgstr ""
4546
4547 #: config/i960/i960.h:363
4548 msgid "iC2.0 and iC3.0 are incompatible - using iC3.0"
4549 msgstr ""
4550
4551 #. ??? See the LONG_DOUBLE_TYPE_SIZE definition below.
4552 #: config/i960/i960.h:374
4553 msgid "The -mlong-double-64 option does not work yet."
4554 msgstr ""
4555
4556 #: config/lynx-ng.h:97 config/lynx.h:120 config/rs6000/lynx.h:88
4557 msgid "-msystem-v and -p are incompatible"
4558 msgstr ""
4559
4560 #: config/lynx-ng.h:99 config/lynx.h:122 config/rs6000/lynx.h:90
4561 msgid "-msystem-v and -mthreads are incompatible"
4562 msgstr ""
4563
4564 #: config/m32r/m32r.c:84
4565 #, c-format
4566 msgid "bad value (%s) for -mmodel switch"
4567 msgstr ""
4568
4569 #: config/m32r/m32r.c:93
4570 #, c-format
4571 msgid "bad value (%s) for -msdata switch"
4572 msgstr ""
4573
4574 #: config/m32r/m32r.c:381
4575 msgid "const objects cannot go in .sdata/.sbss"
4576 msgstr ""
4577
4578 #: config/m32r/m32r.c:2188
4579 #, c-format
4580 msgid "invalid operand to %s code"
4581 msgstr ""
4582
4583 #: config/m32r/m32r.c:2195
4584 #, c-format
4585 msgid "invalid operand to %p code"
4586 msgstr ""
4587
4588 #: config/m32r/m32r.c:2303
4589 msgid "invalid operand to %T/%B code"
4590 msgstr ""
4591
4592 #: config/m32r/m32r.c:2326
4593 msgid "invalid operand to %N code"
4594 msgstr ""
4595
4596 #. { "relax",                   TARGET_RELAX_MASK, "" },                    { "no-relax",               -TARGET_RELAX_MASK, "" },
4597 #: config/m32r/m32r.h:185
4598 msgid "Display compile time statistics"
4599 msgstr ""
4600
4601 #: config/m32r/m32r.h:187
4602 msgid "Align all loops to 32 byte boundary"
4603 msgstr ""
4604
4605 #: config/m32r/m32r.h:190
4606 msgid "Only issue one instruction per cycle"
4607 msgstr ""
4608
4609 #: config/m32r/m32r.h:193
4610 msgid "Prefer branches over conditional execution"
4611 msgstr ""
4612
4613 #: config/m32r/m32r.h:209
4614 msgid "Code size: small, medium or large"
4615 msgstr ""
4616
4617 #: config/m32r/m32r.h:211
4618 msgid "Small data area: none, sdata, use"
4619 msgstr ""
4620
4621 #: config/m68k/m68k.c:101
4622 #, c-format
4623 msgid "-malign-loops=%d is not between 1 and %d"
4624 msgstr ""
4625
4626 #: config/m68k/m68k.c:112
4627 #, c-format
4628 msgid "-malign-jumps=%d is not between 1 and %d"
4629 msgstr ""
4630
4631 #: config/m68k/m68k.c:123
4632 #, c-format
4633 msgid "-malign-functions=%d is not between 1 and %d"
4634 msgstr ""
4635
4636 #. Sometimes certain combinations of command options do not make
4637 #. sense on a particular target machine.  You can define a macro
4638 #. `OVERRIDE_OPTIONS' to take account of this.  This macro, if
4639 #. defined, is executed once just after all the command options have
4640 #. been parsed.
4641 #.
4642 #. Don't use this macro to turn on various extra optimizations for
4643 #. `-O'.  That is what `OPTIMIZATION_OPTIONS' is for.
4644 #: config/m68k/m68k.h:237 config/m68k/m68kv4.h:312
4645 msgid "-fPIC is not currently supported on the 68000 or 68010\n"
4646 msgstr ""
4647
4648 #: config/m88k/m88k.c:861
4649 #, c-format
4650 msgid "Internal gcc monitor: short-branch(%x)"
4651 msgstr ""
4652
4653 #: config/m88k/m88k.c:2268
4654 msgid "Internal gcc error: Can't express symbolic location"
4655 msgstr ""
4656
4657 #: config/m88k/m88k.c:2549
4658 #, c-format
4659 msgid "argument #%d is a structure"
4660 msgstr ""
4661
4662 #: config/m88k/m88k.c:2864
4663 msgid "%R not followed by %B/C/D/E"
4664 msgstr ""
4665
4666 #: config/m88k/m88k.c:2932
4667 #, c-format
4668 msgid "invalid %x/X value"
4669 msgstr ""
4670
4671 #: config/m88k/m88k.c:2937
4672 msgid "invalid %H value"
4673 msgstr ""
4674
4675 #: config/m88k/m88k.c:2943
4676 msgid "invalid %h value"
4677 msgstr ""
4678
4679 #: config/m88k/m88k.c:2949
4680 msgid "invalid %Q value"
4681 msgstr ""
4682
4683 #: config/m88k/m88k.c:2955
4684 msgid "invalid %q value"
4685 msgstr ""
4686
4687 #: config/m88k/m88k.c:2961
4688 #, c-format
4689 msgid "invalid %o value"
4690 msgstr ""
4691
4692 #: config/m88k/m88k.c:2968
4693 #, c-format
4694 msgid "invalid %p value"
4695 msgstr ""
4696
4697 #: config/m88k/m88k.c:2981 config/m88k/m88k.c:2986
4698 #, c-format
4699 msgid "invalid %s/S value"
4700 msgstr ""
4701
4702 #: config/m88k/m88k.c:2997
4703 msgid "invalid %P operand"
4704 msgstr ""
4705
4706 #: config/m88k/m88k.c:3028
4707 msgid "invalid %B value"
4708 msgstr ""
4709
4710 #: config/m88k/m88k.c:3045
4711 msgid "invalid %C value"
4712 msgstr ""
4713
4714 #: config/m88k/m88k.c:3058
4715 msgid "invalid %D value"
4716 msgstr ""
4717
4718 #: config/m88k/m88k.c:3066
4719 #, c-format
4720 msgid "invalid %E value"
4721 msgstr ""
4722
4723 #: config/m88k/m88k.c:3071
4724 #, c-format
4725 msgid "`%d' operand isn't a register"
4726 msgstr ""
4727
4728 #: config/m88k/m88k.c:3082
4729 msgid "invalid %r value"
4730 msgstr ""
4731
4732 #: config/m88k/m88k.c:3089
4733 msgid "operand is r0"
4734 msgstr ""
4735
4736 #: config/m88k/m88k.c:3103
4737 msgid "operand is const_double"
4738 msgstr ""
4739
4740 #: config/m88k/m88k.c:3122
4741 msgid "invalid code"
4742 msgstr ""
4743
4744 #. Do any checking or such that is needed after processing the -m switches.
4745 #: config/m88k/m88k.h:277
4746 msgid "-mtrap-large-shift and -mhandle-large-shift are incompatible"
4747 msgstr ""
4748
4749 #: config/m88k/m88k.h:299
4750 #, c-format
4751 msgid "Invalid option `-mshort-data-%s'"
4752 msgstr ""
4753
4754 #: config/m88k/m88k.h:304
4755 #, c-format
4756 msgid "-mshort-data-%s is too large "
4757 msgstr ""
4758
4759 #: config/m88k/m88k.h:306
4760 #, c-format
4761 msgid "-mshort-data-%s and PIC are incompatible"
4762 msgstr ""
4763
4764 #: config/mips/mips.c:4667
4765 #, c-format
4766 msgid "-mips%d not supported"
4767 msgstr ""
4768
4769 #: config/mips/mips.c:4674
4770 #, c-format
4771 msgid "bad value (%s) for -mips switch"
4772 msgstr ""
4773
4774 #: config/mips/mips.c:4693
4775 #, c-format
4776 msgid "bad value (%s) for -mabi= switch"
4777 msgstr ""
4778
4779 #: config/mips/mips.c:4723
4780 #, c-format
4781 msgid "-mabi=%s does not support -mips%d"
4782 msgstr ""
4783
4784 #: config/mips/mips.c:4740
4785 msgid "The -mabi=32 support does not work yet."
4786 msgstr ""
4787
4788 #: config/mips/mips.c:4744
4789 msgid "This target does not support the -mabi switch."
4790 msgstr ""
4791
4792 #: config/mips/mips.c:4878
4793 #, c-format
4794 msgid "-mcpu=%s does not support -mips%d"
4795 msgstr ""
4796
4797 #: config/mips/mips.c:4884
4798 #, c-format
4799 msgid "-mips%d does not support 64 bit fp registers"
4800 msgstr ""
4801
4802 #: config/mips/mips.c:4887
4803 #, c-format
4804 msgid "-mips%d does not support 64 bit gp registers"
4805 msgstr ""
4806
4807 #: config/mips/mips.c:4906
4808 msgid "-G is incompatible with PIC code which is the default"
4809 msgstr ""
4810
4811 #: config/mips/mips.c:4922
4812 msgid "-membedded-pic and -mabicalls are incompatible"
4813 msgstr ""
4814
4815 #: config/mips/mips.c:4925
4816 msgid "-G and -membedded-pic are incompatible"
4817 msgstr ""
4818
4819 #: config/mips/mips.c:4977
4820 #, c-format
4821 msgid "Invalid option `entry%s'"
4822 msgstr ""
4823
4824 #: config/mips/mips.c:4980
4825 msgid "-mentry is only meaningful with -mips-16"
4826 msgstr ""
4827
4828 #: config/mips/mips.c:5313
4829 #, ycp-format
4830 msgid "internal error: %%) found without a %%( in assembler pattern"
4831 msgstr ""
4832
4833 #: config/mips/mips.c:5327
4834 #, ycp-format
4835 msgid "internal error: %%] found without a %%[ in assembler pattern"
4836 msgstr ""
4837
4838 #: config/mips/mips.c:5340
4839 #, ycp-format
4840 msgid "internal error: %%> found without a %%< in assembler pattern"
4841 msgstr ""
4842
4843 #: config/mips/mips.c:5353
4844 #, ycp-format
4845 msgid "internal error: %%} found without a %%{ in assembler pattern"
4846 msgstr ""
4847
4848 #: config/mips/mips.c:5367
4849 #, c-format
4850 msgid "PRINT_OPERAND: Unknown punctuation '%c'"
4851 msgstr ""
4852
4853 #: config/mips/mips.c:5376
4854 msgid "PRINT_OPERAND null pointer"
4855 msgstr ""
4856
4857 #: config/mips/mips.c:5504
4858 #, c-format
4859 msgid "PRINT_OPERAND: letter %c was found & insn was not CONST_INT"
4860 msgstr ""
4861
4862 #: config/mips/mips.c:5548
4863 msgid "PRINT_OPERAND_ADDRESS, null pointer"
4864 msgstr ""
4865
4866 #: config/mips/mips.c:5803
4867 msgid ""
4868 "MIPS ECOFF format does not allow changing filenames within functions with "
4869 "#line"
4870 msgstr ""
4871
4872 #: config/mips/mips.c:6366
4873 #, c-format
4874 msgid "gp_offset (%ld) or end_offset (%ld) is less than zero."
4875 msgstr ""
4876
4877 #: config/mips/mips.c:6583
4878 #, c-format
4879 msgid "fp_offset (%ld) or end_offset (%ld) is less than zero."
4880 msgstr ""
4881
4882 #: config/mips/mips.c:8631
4883 #, c-format
4884 msgid "can not handle inconsistent calls to `%s'"
4885 msgstr ""
4886
4887 #. Macro to define tables used to set the flags.
4888 #. This is a list in braces of pairs in braces,
4889 #. each pair being { "NAME", VALUE }
4890 #. where VALUE is the bits to set or minus the bits to clear.
4891 #. An empty string NAME is used to identify the default VALUE.
4892 #: config/mips/mips.h:335 config/mn10300/mn10300.h:62
4893 msgid "No default crt0.o"
4894 msgstr ""
4895
4896 #: config/mips/mips.h:337
4897 msgid "Use 64-bit int type"
4898 msgstr ""
4899
4900 #: config/mips/mips.h:339
4901 msgid "Use 64-bit long type"
4902 msgstr ""
4903
4904 #: config/mips/mips.h:341
4905 msgid "Use 32-bit long type"
4906 msgstr ""
4907
4908 #: config/mips/mips.h:343
4909 msgid "Optimize lui/addiu address loads"
4910 msgstr ""
4911
4912 #: config/mips/mips.h:345
4913 msgid "Don't optimize lui/addiu address loads"
4914 msgstr ""
4915
4916 #: config/mips/mips.h:347
4917 msgid "Use MIPS as"
4918 msgstr ""
4919
4920 #: config/mips/mips.h:349
4921 msgid "Use GNU as"
4922 msgstr ""
4923
4924 #: config/mips/mips.h:351
4925 msgid "Use symbolic register names"
4926 msgstr ""
4927
4928 #: config/mips/mips.h:353
4929 msgid "Don't use symbolic register names"
4930 msgstr ""
4931
4932 #: config/mips/mips.h:355 config/mips/mips.h:357
4933 msgid "Use GP relative sdata/sbss sections"
4934 msgstr ""
4935
4936 #: config/mips/mips.h:359 config/mips/mips.h:361
4937 msgid "Don't use GP relative sdata/sbss sections"
4938 msgstr ""
4939
4940 #: config/mips/mips.h:363
4941 msgid "Output compiler statistics"
4942 msgstr ""
4943
4944 #: config/mips/mips.h:365
4945 msgid "Don't output compiler statistics"
4946 msgstr ""
4947
4948 #: config/mips/mips.h:367
4949 msgid "Don't optimize block moves"
4950 msgstr ""
4951
4952 #: config/mips/mips.h:369
4953 msgid "Optimize block moves"
4954 msgstr ""
4955
4956 #: config/mips/mips.h:371
4957 msgid "Use mips-tfile asm postpass"
4958 msgstr ""
4959
4960 #: config/mips/mips.h:373
4961 msgid "Don't use mips-tfile asm postpass"
4962 msgstr ""
4963
4964 #. Macro to define tables used to set the flags.
4965 #. This is a list in braces of triplets in braces,
4966 #. each triplet being { "NAME", VALUE, DOC }
4967 #. where VALUE is the bits to set or minus the bits to clear and DOC
4968 #. is the documentation for --help (NULL if intentionally undocumented).
4969 #. An empty string NAME is used to identify the default VALUE.
4970 #: config/mips/mips.h:377 config/pdp11/pdp11.h:54
4971 msgid "Use hardware floating point"
4972 msgstr ""
4973
4974 #: config/mips/mips.h:379
4975 msgid "Use 64-bit FP registers"
4976 msgstr ""
4977
4978 #: config/mips/mips.h:381
4979 msgid "Use 32-bit FP registers"
4980 msgstr ""
4981
4982 #: config/mips/mips.h:383
4983 msgid "Use 64-bit general registers"
4984 msgstr ""
4985
4986 #: config/mips/mips.h:385
4987 msgid "Use 32-bit general registers"
4988 msgstr ""
4989
4990 #: config/mips/mips.h:387
4991 msgid "Use Irix PIC"
4992 msgstr ""
4993
4994 #: config/mips/mips.h:389
4995 msgid "Don't use Irix PIC"
4996 msgstr ""
4997
4998 #: config/mips/mips.h:391
4999 msgid "Use OSF PIC"
5000 msgstr ""
5001
5002 #: config/mips/mips.h:393
5003 msgid "Don't use OSF PIC"
5004 msgstr ""
5005
5006 #: config/mips/mips.h:395
5007 msgid "Use indirect calls"
5008 msgstr ""
5009
5010 #: config/mips/mips.h:397
5011 msgid "Don't use indirect calls"
5012 msgstr ""
5013
5014 #: config/mips/mips.h:399
5015 msgid "Use embedded PIC"
5016 msgstr ""
5017
5018 #: config/mips/mips.h:401
5019 msgid "Don't use embedded PIC"
5020 msgstr ""
5021
5022 #: config/mips/mips.h:403
5023 msgid "Use ROM instead of RAM"
5024 msgstr ""
5025
5026 #: config/mips/mips.h:405
5027 msgid "Don't use ROM instead of RAM"
5028 msgstr ""
5029
5030 #: config/mips/mips.h:407
5031 msgid "Put uninitialized constants in ROM (needs -membedded-data)"
5032 msgstr ""
5033
5034 #: config/mips/mips.h:409
5035 msgid "Don't put uninitialized constants in ROM"
5036 msgstr ""
5037
5038 #: config/mips/mips.h:411
5039 msgid "Use big-endian byte order"
5040 msgstr ""
5041
5042 #: config/mips/mips.h:413
5043 msgid "Use little-endian byte order"
5044 msgstr ""
5045
5046 #: config/mips/mips.h:415
5047 msgid "Use single (32-bit) FP only"
5048 msgstr ""
5049
5050 #: config/mips/mips.h:417
5051 msgid "Don't use single (32-bit) FP only"
5052 msgstr ""
5053
5054 #: config/mips/mips.h:419
5055 msgid "Use multiply accumulate"
5056 msgstr ""
5057
5058 #: config/mips/mips.h:421
5059 msgid "Don't use multiply accumulate"
5060 msgstr ""
5061
5062 #: config/mips/mips.h:423
5063 msgid "Work around early 4300 hardware bug"
5064 msgstr ""
5065
5066 #: config/mips/mips.h:425
5067 msgid "Don't work around early 4300 hardware bug"
5068 msgstr ""
5069
5070 #: config/mips/mips.h:427
5071 msgid "Optimize for 4650"
5072 msgstr ""
5073
5074 #: config/mips/mips.h:429
5075 msgid "Optimize for 3900"
5076 msgstr ""
5077
5078 #: config/mips/mips.h:431
5079 msgid "Trap on integer divide by zero"
5080 msgstr ""
5081
5082 #: config/mips/mips.h:433
5083 msgid "Don't trap on integer divide by zero"
5084 msgstr ""
5085
5086 #: config/mips/mips.h:435
5087 msgid "Trap on integer divide overflow"
5088 msgstr ""
5089
5090 #: config/mips/mips.h:437
5091 msgid "Don't trap on integer divide overflow"
5092 msgstr ""
5093
5094 #. This macro is similar to `TARGET_SWITCHES' but defines names of
5095 #. command options that have values.  Its definition is an
5096 #. initializer with a subgrouping for each command option.
5097 #.
5098 #. Each subgrouping contains a string constant, that defines the
5099 #. fixed part of the option name, and the address of a variable.
5100 #. The variable, type `char *', is set to the variable part of the
5101 #. given option if the fixed part matches.  The actual option name
5102 #. is made by appending `-m' to the specified name.
5103 #.
5104 #. Here is an example which defines `-mshort-data-NUMBER'.  If the
5105 #. given option is `-mshort-data-512', the variable `m88k_short_data'
5106 #. will be set to the string `"512"'.
5107 #.
5108 #. extern char *m88k_short_data;
5109 #. #define TARGET_OPTIONS { { "short-data-", &m88k_short_data } }
5110 #: config/mips/mips.h:556
5111 msgid "Specify CPU for scheduling purposes"
5112 msgstr ""
5113
5114 #: config/mips/mips.h:558
5115 msgid "Specify MIPS ISA"
5116 msgstr ""
5117
5118 #: config/mips/mips.h:560
5119 msgid "Use mips16 entry/exit psuedo ops"
5120 msgstr ""
5121
5122 #: config/mips/mips.h:562
5123 msgid "Don't use MIPS16 instructions"
5124 msgstr ""
5125
5126 #. Output assembler code to FILE to increment profiler label # LABELNO
5127 #. for profiling a function entry.
5128 #: config/mips/mips.h:2579
5129 msgid "mips16 function profiling"
5130 msgstr ""
5131
5132 #: config/mn10300/mn10300.h:57
5133 msgid "Work around hardware multiply bug"
5134 msgstr ""
5135
5136 #: config/mn10300/mn10300.h:58
5137 msgid "Do not work around hardware multiply bug"
5138 msgstr ""
5139
5140 #: config/mn10300/mn10300.h:59
5141 msgid "Target the AM33 processor"
5142 msgstr ""
5143
5144 #: config/nextstep.c:65
5145 msgid "optimization turned on"
5146 msgstr ""
5147
5148 #: config/nextstep.c:71
5149 msgid "optimization turned off"
5150 msgstr ""
5151
5152 #: config/nextstep.c:80
5153 msgid "optimization level restored"
5154 msgstr ""
5155
5156 #: config/ns32k/ns32k.h:104
5157 msgid "Don't use hardware fp"
5158 msgstr ""
5159
5160 #: config/ns32k/ns32k.h:105
5161 msgid "Alternative calling convention"
5162 msgstr ""
5163
5164 #: config/ns32k/ns32k.h:107
5165 msgid "Pass some arguments in registers"
5166 msgstr ""
5167
5168 #: config/ns32k/ns32k.h:108
5169 msgid "Pass all arguments on stack"
5170 msgstr ""
5171
5172 #: config/ns32k/ns32k.h:109
5173 msgid "Optimize for 32532 cpu"
5174 msgstr ""
5175
5176 #: config/ns32k/ns32k.h:110
5177 msgid "Optimize for 32332 cpu"
5178 msgstr ""
5179
5180 #: config/ns32k/ns32k.h:112
5181 msgid "Optimize for 32032"
5182 msgstr ""
5183
5184 #: config/ns32k/ns32k.h:114
5185 msgid "Register sb is zero. Use for absolute addressing"
5186 msgstr ""
5187
5188 #: config/ns32k/ns32k.h:115
5189 msgid "Do not use register sb"
5190 msgstr ""
5191
5192 #: config/ns32k/ns32k.h:118
5193 msgid "Generate code for high memory"
5194 msgstr ""
5195
5196 #: config/ns32k/ns32k.h:119
5197 msgid "Generate code for low memory"
5198 msgstr ""
5199
5200 #: config/ns32k/ns32k.h:120
5201 msgid "32381 fpu"
5202 msgstr ""
5203
5204 #: config/ns32k/ns32k.h:121
5205 msgid "Use multiply-accumulate fp instructions"
5206 msgstr ""
5207
5208 #: config/ns32k/ns32k.h:123
5209 msgid "Do not use multiply-accumulate fp instructions"
5210 msgstr ""
5211
5212 #: config/ns32k/ns32k.h:124
5213 msgid "\"Small register classes\" kludge"
5214 msgstr ""
5215
5216 #: config/ns32k/ns32k.h:125
5217 msgid "No \"Small register classes\" kludge"
5218 msgstr ""
5219
5220 #: config/pa/pa.c:142
5221 #, c-format
5222 msgid ""
5223 "Unknown -mschedule= option (%s).\n"
5224 "Valid options are 700, 7100, 7100LC, 7200, and 8000\n"
5225 msgstr ""
5226
5227 #: config/pa/pa.c:167
5228 #, c-format
5229 msgid ""
5230 "Unknown -march= option (%s).\n"
5231 "Valid options are 1.0, 1.1, and 2.0\n"
5232 msgstr ""
5233
5234 #: config/pa/pa.c:172
5235 msgid "PIC code generation is not supported in the portable runtime model\n"
5236 msgstr ""
5237
5238 #: config/pa/pa.c:177
5239 msgid "PIC code generation is not compatible with fast indirect calls\n"
5240 msgstr ""
5241
5242 #: config/pa/pa.c:182
5243 msgid "PIC code generation is not compatible with profiling\n"
5244 msgstr ""
5245
5246 #: config/pa/pa.c:187
5247 msgid "-g is only supported when using GAS on this processor,"
5248 msgstr ""
5249
5250 #: config/pa/pa.c:188
5251 msgid "-g option disabled."
5252 msgstr ""
5253
5254 #: config/pdp11/pdp11.h:55
5255 msgid "Do not use hardware floating point"
5256 msgstr ""
5257
5258 #. return float result in ac0
5259 #: config/pdp11/pdp11.h:57
5260 msgid "Return floating point results in ac0"
5261 msgstr ""
5262
5263 #: config/pdp11/pdp11.h:58
5264 msgid "Return floating point results in memory"
5265 msgstr ""
5266
5267 #. is 11/40
5268 #: config/pdp11/pdp11.h:60
5269 msgid "Generate code for an 11/40"
5270 msgstr ""
5271
5272 #. is 11/45
5273 #: config/pdp11/pdp11.h:63
5274 msgid "Generate code for an 11/45"
5275 msgstr ""
5276
5277 #. is 11/10
5278 #: config/pdp11/pdp11.h:66
5279 msgid "Generate code for an 11/10"
5280 msgstr ""
5281
5282 #. use movstrhi for bcopy
5283 #. use 32 bit for int
5284 #: config/pdp11/pdp11.h:71 config/pdp11/pdp11.h:72
5285 msgid "Use 32 bit int"
5286 msgstr ""
5287
5288 #: config/pdp11/pdp11.h:73 config/pdp11/pdp11.h:74
5289 msgid "Use 16 bit int"
5290 msgstr ""
5291
5292 #. use 32 bit for float
5293 #: config/pdp11/pdp11.h:76 config/pdp11/pdp11.h:77
5294 msgid "Use 32 bit float"
5295 msgstr ""
5296
5297 #: config/pdp11/pdp11.h:78 config/pdp11/pdp11.h:79
5298 msgid "Use 64 bit float"
5299 msgstr ""
5300
5301 #. allow abshi pattern? - can trigger "optimizations" which make code SLOW!
5302 #. is branching expensive - on a PDP, it's actually really cheap
5303 #. this is just to play around and check what code gcc generates
5304 #. split instruction and data memory?
5305 #: config/pdp11/pdp11.h:88
5306 msgid "Target has split I&D"
5307 msgstr ""
5308
5309 #: config/pdp11/pdp11.h:89
5310 msgid "Target does not have split I&D"
5311 msgstr ""
5312
5313 #. UNIX assembler syntax?
5314 #: config/pdp11/pdp11.h:91
5315 msgid "Use UNIX assembler syntax"
5316 msgstr ""
5317
5318 #: config/pdp11/pdp11.h:92
5319 msgid "Use DEC assembler syntax"
5320 msgstr ""
5321
5322 #: config/romp/romp.c:675
5323 #, ycp-format
5324 msgid "invalid %%B value"
5325 msgstr ""
5326
5327 #: config/romp/romp.c:702 config/rs6000/rs6000.c:4077
5328 #, ycp-format
5329 msgid "invalid %%S value"
5330 msgstr ""
5331
5332 #: config/romp/romp.c:711 config/romp/romp.c:718
5333 #, ycp-format
5334 msgid "invalid %%b value"
5335 msgstr ""
5336
5337 #: config/romp/romp.c:739 config/romp/romp.c:746
5338 #, ycp-format
5339 msgid "invalid %%H value"
5340 msgstr ""
5341
5342 #: config/romp/romp.c:758 config/romp/romp.c:769
5343 #, ycp-format
5344 msgid "invalid %%z value"
5345 msgstr ""
5346
5347 #: config/romp/romp.c:777 config/romp/romp.c:785
5348 #, ycp-format
5349 msgid "invalid %%Z value"
5350 msgstr ""
5351
5352 #: config/romp/romp.c:792 config/romp/romp.c:801 config/romp/romp.c:808
5353 #: config/rs6000/rs6000.c:3859
5354 #, ycp-format
5355 msgid "invalid %%k value"
5356 msgstr ""
5357
5358 #: config/romp/romp.c:893 config/romp/romp.c:936
5359 #, ycp-format
5360 msgid "invalid %%j value"
5361 msgstr ""
5362
5363 #. Perform any needed actions needed for a function that is receiving a
5364 #. variable number of arguments.
5365 #.
5366 #. CUM is as above.
5367 #.
5368 #. MODE and TYPE are the mode and type of the current parameter.
5369 #.
5370 #. PRETEND_SIZE is a variable that should be set to the amount of stack
5371 #. that must be pushed by the prolog to pretend that our caller pushed
5372 #. it.
5373 #.
5374 #. Normally, this macro will push all remaining incoming registers on the
5375 #. stack and set PRETEND_SIZE to the length of the registers pushed.
5376 #: config/romp/romp.h:660
5377 msgid "can't have varargs with -mfp-arg-in-fp-regs"
5378 msgstr ""
5379
5380 #: config/rs6000/aix.h:254 config/rs6000/beos.h:33
5381 msgid "Always pass floating-point arguments in memory"
5382 msgstr ""
5383
5384 #: config/rs6000/aix.h:256 config/rs6000/beos.h:35
5385 msgid "Don't always pass floating-point arguments in memory"
5386 msgstr ""
5387
5388 #: config/rs6000/aix41.h:31 config/rs6000/aix43.h:35
5389 msgid "Support message passing with the Parallel Environment"
5390 msgstr ""
5391
5392 #: config/rs6000/aix43.h:31
5393 msgid "Compile for 64-bit pointers"
5394 msgstr ""
5395
5396 #: config/rs6000/aix43.h:33
5397 msgid "Compile for 32-bit pointers"
5398 msgstr ""
5399
5400 #: config/rs6000/aix43.h:52
5401 msgid "-maix64 and POWER architecture are incompatible."
5402 msgstr ""
5403
5404 #: config/rs6000/aix43.h:57
5405 msgid "-maix64 requires PowerPC64 architecture remain enabled."
5406 msgstr ""
5407
5408 #: config/rs6000/aix43.h:61
5409 msgid ""
5410 "-maix64 required: 64-bit computation with 32-bit addressing not yet "
5411 "supported."
5412 msgstr ""
5413
5414 #: config/rs6000/rs6000.c:340
5415 msgid "-mmultiple is not supported on little endian systems"
5416 msgstr ""
5417
5418 #: config/rs6000/rs6000.c:347
5419 msgid "-mstring is not supported on little endian systems"
5420 msgstr ""
5421
5422 #: config/rs6000/rs6000.c:353
5423 #, c-format
5424 msgid "-f%s ignored for AIX (all code is position independent)"
5425 msgstr ""
5426
5427 #: config/rs6000/rs6000.c:361
5428 msgid "-ffunction-sections disabled on AIX when debugging"
5429 msgstr ""
5430
5431 #: config/rs6000/rs6000.c:367
5432 msgid "-fdata-sections not supported on AIX"
5433 msgstr ""
5434
5435 #: config/rs6000/rs6000.c:381
5436 #, c-format
5437 msgid "Unknown -mdebug-%s switch"
5438 msgstr ""
5439
5440 #: config/rs6000/rs6000.c:3786
5441 #, ycp-format
5442 msgid "invalid %%f value"
5443 msgstr ""
5444
5445 #: config/rs6000/rs6000.c:3795
5446 #, ycp-format
5447 msgid "invalid %%F value"
5448 msgstr ""
5449
5450 #: config/rs6000/rs6000.c:3804
5451 #, ycp-format
5452 msgid "invalid %%G value"
5453 msgstr ""
5454
5455 #: config/rs6000/rs6000.c:3839
5456 #, ycp-format
5457 msgid "invalid %%j code"
5458 msgstr ""
5459
5460 #: config/rs6000/rs6000.c:3849
5461 #, ycp-format
5462 msgid "invalid %%J code"
5463 msgstr ""
5464
5465 #: config/rs6000/rs6000.c:3879
5466 #, ycp-format
5467 msgid "invalid %%K value"
5468 msgstr ""
5469
5470 #: config/rs6000/rs6000.c:4003
5471 #, ycp-format
5472 msgid "invalid %%p value"
5473 msgstr ""
5474
5475 #: config/rs6000/rs6000.c:4040
5476 #, ycp-format
5477 msgid "invalid %%q value"
5478 msgstr ""
5479
5480 #: config/rs6000/rs6000.c:4103
5481 #, ycp-format
5482 msgid "%%S computed all 1's mask"
5483 msgstr ""
5484
5485 #: config/rs6000/rs6000.c:4130
5486 #, ycp-format
5487 msgid "%%S computed all 0's mask"
5488 msgstr ""
5489
5490 #: config/rs6000/rs6000.c:4140
5491 #, ycp-format
5492 msgid "invalid %%T value"
5493 msgstr ""
5494
5495 #: config/rs6000/rs6000.c:4150
5496 #, ycp-format
5497 msgid "invalid %%u value"
5498 msgstr ""
5499
5500 #: config/rs6000/rs6000.c:4159
5501 #, ycp-format
5502 msgid "invalid %%v value"
5503 msgstr ""
5504
5505 #: config/rs6000/rs6000.c:4232
5506 #, ycp-format
5507 msgid "invalid %%W value"
5508 msgstr ""
5509
5510 #. Run-time compilation parameters selecting different hardware subsets.
5511 #.
5512 #. Macro to define tables used to set the flags.
5513 #. This is a list in braces of pairs in braces,
5514 #. each pair being { "NAME", VALUE }
5515 #. where VALUE is the bits to set or minus the bits to clear.
5516 #. An empty string NAME is used to identify the default VALUE.
5517 #: config/rs6000/rs6000.h:256
5518 msgid "Use POWER instruction set"
5519 msgstr ""
5520
5521 #: config/rs6000/rs6000.h:259
5522 msgid "Use POWER2 instruction set"
5523 msgstr ""
5524
5525 #: config/rs6000/rs6000.h:261
5526 msgid "Do not use POWER2 instruction set"
5527 msgstr ""
5528
5529 #: config/rs6000/rs6000.h:264
5530 msgid "Do not use POWER instruction set"
5531 msgstr ""
5532
5533 #: config/rs6000/rs6000.h:266
5534 msgid "Use PowerPC instruction set"
5535 msgstr ""
5536
5537 #: config/rs6000/rs6000.h:269
5538 msgid "Do not use PowerPC instruction set"
5539 msgstr ""
5540
5541 #: config/rs6000/rs6000.h:271
5542 msgid "Use PowerPC General Purpose group optional instructions"
5543 msgstr ""
5544
5545 #: config/rs6000/rs6000.h:273
5546 msgid "Don't use PowerPC General Purpose group optional instructions"
5547 msgstr ""
5548
5549 #: config/rs6000/rs6000.h:275
5550 msgid "Use PowerPC Graphics group optional instructions"
5551 msgstr ""
5552
5553 #: config/rs6000/rs6000.h:277
5554 msgid "Don't use PowerPC Graphics group optional instructions"
5555 msgstr ""
5556
5557 #: config/rs6000/rs6000.h:279
5558 msgid "Use PowerPC-64 instruction set"
5559 msgstr ""
5560
5561 #: config/rs6000/rs6000.h:281
5562 msgid "Don't use PowerPC-64 instruction set"
5563 msgstr ""
5564
5565 #: config/rs6000/rs6000.h:283
5566 msgid "Use new mnemonics for PowerPC architecture"
5567 msgstr ""
5568
5569 #: config/rs6000/rs6000.h:285
5570 msgid "Use old mnemonics for PowerPC architecture"
5571 msgstr ""
5572
5573 #: config/rs6000/rs6000.h:288
5574 msgid "Put everything in the regular TOC"
5575 msgstr ""
5576
5577 #: config/rs6000/rs6000.h:290
5578 msgid "Place floating point constants in TOC"
5579 msgstr ""
5580
5581 #: config/rs6000/rs6000.h:292
5582 msgid "Don't place floating point constants in TOC"
5583 msgstr ""
5584
5585 #: config/rs6000/rs6000.h:294
5586 msgid "Place symbol+offset constants in TOC"
5587 msgstr ""
5588
5589 #: config/rs6000/rs6000.h:296
5590 msgid "Don't place symbol+offset constants in TOC"
5591 msgstr ""
5592
5593 #: config/rs6000/rs6000.h:302
5594 msgid "Place variable addresses in the regular TOC"
5595 msgstr ""
5596
5597 #: config/rs6000/rs6000.h:308
5598 msgid "Generate load/store multiple instructions"
5599 msgstr ""
5600
5601 #: config/rs6000/rs6000.h:310
5602 msgid "Do not generate load/store multiple instructions"
5603 msgstr ""
5604
5605 #: config/rs6000/rs6000.h:314
5606 msgid "Generate string instructions for block moves"
5607 msgstr ""
5608
5609 #: config/rs6000/rs6000.h:316
5610 msgid "Do not generate string instructions for block moves"
5611 msgstr ""
5612
5613 #: config/rs6000/rs6000.h:320
5614 msgid "Generate load/store with update instructions"
5615 msgstr ""
5616
5617 #: config/rs6000/rs6000.h:322
5618 msgid "Do not generate load/store with update instructions"
5619 msgstr ""
5620
5621 #: config/rs6000/rs6000.h:324
5622 msgid "Generate fused multiply/add instructions"
5623 msgstr ""
5624
5625 #: config/rs6000/rs6000.h:326
5626 msgid "Don't generate fused multiply/add instructions"
5627 msgstr ""
5628
5629 #: config/rs6000/rs6000.h:330
5630 msgid "Don't schedule the start and end of the procedure"
5631 msgstr ""
5632
5633 #. This macro is similar to `TARGET_SWITCHES' but defines names of
5634 #. command options that have values.  Its definition is an
5635 #. initializer with a subgrouping for each command option.
5636 #.
5637 #. Each subgrouping contains a string constant, that defines the
5638 #. fixed part of the option name, and the address of a variable.
5639 #. The variable, type `char *', is set to the variable part of the
5640 #. given option if the fixed part matches.  The actual option name
5641 #. is made by appending `-m' to the specified name.
5642 #.
5643 #. Here is an example which defines `-mshort-data-NUMBER'.  If the
5644 #. given option is `-mshort-data-512', the variable `m88k_short_data'
5645 #. will be set to the string `"512"'.
5646 #.
5647 #. extern char *m88k_short_data;
5648 #. #define TARGET_OPTIONS { { "short-data-", &m88k_short_data } }
5649 #: config/rs6000/rs6000.h:403 config/sparc/sparc.h:709
5650 msgid "Use features of and schedule code for given CPU"
5651 msgstr ""
5652
5653 #: config/rs6000/rs6000.h:406
5654 msgid "Enable debug output"
5655 msgstr ""
5656
5657 #. Definitions for __builtin_return_address and __builtin_frame_address.
5658 #. __builtin_return_address (0) should give link register (65), enable
5659 #. this.
5660 #. This should be uncommented, so that the link register is used, but
5661 #. currently this would result in unmatched insns and spilling fixed
5662 #. registers so we'll leave it for another day.  When these problems are
5663 #. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX.
5664 #. (mrs)
5665 #. #define RETURN_ADDR_IN_PREVIOUS_FRAME
5666 #. Number of bytes into the frame return addresses can be found.  See
5667 #. rs6000_stack_info in rs6000.c for more information on how the different
5668 #. abi's store the return address.
5669 #: config/rs6000/rs6000.h:1637
5670 msgid "RETURN_ADDRESS_OFFSET not supported"
5671 msgstr ""
5672
5673 #: config/rs6000/sysv4.h:92
5674 msgid "Select ABI calling convention."
5675 msgstr ""
5676
5677 #: config/rs6000/sysv4.h:93
5678 msgid "Select method for sdata handling."
5679 msgstr ""
5680
5681 #: config/rs6000/sysv4.h:108
5682 msgid "Align to the base type of the bitfield."
5683 msgstr ""
5684
5685 #: config/rs6000/sysv4.h:110
5686 msgid "Don't align to the base type of the bitfield."
5687 msgstr ""
5688
5689 #: config/rs6000/sysv4.h:112
5690 msgid "Don't assume that unaligned accesses are handled by the system"
5691 msgstr ""
5692
5693 #: config/rs6000/sysv4.h:114
5694 msgid "Assume that unaligned accesses are handled by the system"
5695 msgstr ""
5696
5697 #: config/rs6000/sysv4.h:116 config/rs6000/sysv4.h:120
5698 msgid "Produce code relocatable at runtime."
5699 msgstr ""
5700
5701 #: config/rs6000/sysv4.h:118 config/rs6000/sysv4.h:122
5702 msgid "Don't produce code relocatable at runtime."
5703 msgstr ""
5704
5705 #: config/rs6000/sysv4.h:124 config/rs6000/sysv4.h:126
5706 msgid "Produce little endian code."
5707 msgstr ""
5708
5709 #: config/rs6000/sysv4.h:128 config/rs6000/sysv4.h:130
5710 msgid "Produce big endian code."
5711 msgstr ""
5712
5713 #: config/rs6000/sysv4.h:134 config/sparc/linux.h:93
5714 #: config/sparc/linux64.h:149
5715 msgid "Use 128 bit long doubles"
5716 msgstr ""
5717
5718 #: config/rs6000/sysv4.h:135 config/rs6000/sysv4.h:136
5719 #: config/rs6000/sysv4.h:137 config/rs6000/sysv4.h:138
5720 #: config/rs6000/sysv4.h:139 config/rs6000/sysv4.h:140
5721 #: config/rs6000/sysv4.h:147 config/rs6000/sysv4.h:148
5722 #: config/rs6000/sysv4.h:159 config/rs6000/sysv4.h:160
5723 #: config/rs6000/sysv4.h:161 config/rs6000/sysv4.h:163
5724 msgid "no description yet"
5725 msgstr ""
5726
5727 #: config/rs6000/sysv4.h:141
5728 msgid "Use EABI."
5729 msgstr ""
5730
5731 #: config/rs6000/sysv4.h:142
5732 msgid "Don't use EABI."
5733 msgstr ""
5734
5735 #: config/rs6000/sysv4.h:144
5736 msgid "Use alternate register names."
5737 msgstr ""
5738
5739 #: config/rs6000/sysv4.h:146
5740 msgid "Don't use alternate register names."
5741 msgstr ""
5742
5743 #: config/rs6000/sysv4.h:150
5744 msgid "Link with libsim.a, libc.a and sim-crt0.o."
5745 msgstr ""
5746
5747 #: config/rs6000/sysv4.h:152
5748 msgid "Link with libads.a, libc.a and crt0.o."
5749 msgstr ""
5750
5751 #: config/rs6000/sysv4.h:154
5752 msgid "Link with libyk.a, libc.a and crt0.o."
5753 msgstr ""
5754
5755 #: config/rs6000/sysv4.h:156
5756 msgid "Link with libmvme.a, libc.a and crt0.o."
5757 msgstr ""
5758
5759 #: config/rs6000/sysv4.h:158
5760 msgid "Set the PPC_EMB bit in the ELF flags header"
5761 msgstr ""
5762
5763 #. Sometimes certain combinations of command options do not make sense
5764 #. on a particular target machine.  You can define a macro
5765 #. `OVERRIDE_OPTIONS' to take account of this.  This macro, if
5766 #. defined, is executed once just after all the command options have
5767 #. been parsed.
5768 #.
5769 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
5770 #. get control.
5771 #: config/rs6000/sysv4.h:209
5772 #, c-format
5773 msgid "Bad value for -mcall-%s"
5774 msgstr ""
5775
5776 #: config/rs6000/sysv4.h:225
5777 #, c-format
5778 msgid "Bad value for -msdata=%s"
5779 msgstr ""
5780
5781 #: config/rs6000/sysv4.h:242
5782 #, c-format
5783 msgid "-mrelocatable and -msdata=%s are incompatible."
5784 msgstr ""
5785
5786 #: config/rs6000/sysv4.h:250
5787 #, c-format
5788 msgid "-f%s and -msdata=%s are incompatible."
5789 msgstr ""
5790
5791 #: config/rs6000/sysv4.h:259
5792 #, c-format
5793 msgid "-msdata=%s and -mcall-%s are incompatible."
5794 msgstr ""
5795
5796 #: config/rs6000/sysv4.h:266
5797 msgid "-mrelocatable and -mno-minimal-toc are incompatible."
5798 msgstr ""
5799
5800 #: config/rs6000/sysv4.h:272
5801 #, c-format
5802 msgid "-mrelocatable and -mcall-%s are incompatible."
5803 msgstr ""
5804
5805 #: config/rs6000/sysv4.h:279
5806 #, c-format
5807 msgid "-fPIC and -mcall-%s are incompatible."
5808 msgstr ""
5809
5810 #: config/rs6000/sysv4.h:286
5811 msgid "-mcall-aixdesc must be big endian"
5812 msgstr ""
5813
5814 #: config/sparc/sp64-elf.h:84 config/sparc/splet.h:29
5815 msgid "Generate code for big endian"
5816 msgstr ""
5817
5818 #: config/sparc/sp64-elf.h:85 config/sparc/splet.h:30
5819 msgid "Generate code for little endian"
5820 msgstr ""
5821
5822 #: config/sparc/sparc.c:256
5823 #, c-format
5824 msgid "%s is not supported by this configuration"
5825 msgstr ""
5826
5827 #: config/sparc/sparc.c:264
5828 #, c-format
5829 msgid "-mptr%d not allowed on -m%d"
5830 msgstr ""
5831
5832 #: config/sparc/sparc.c:275
5833 msgid "-mlong-double-64 not allowed with -m64"
5834 msgstr ""
5835
5836 #: config/sparc/sparc.c:295
5837 #, c-format
5838 msgid "bad value (%s) for -mcmodel= switch"
5839 msgstr ""
5840
5841 #: config/sparc/sparc.c:300
5842 msgid "-mcmodel= is not supported on 32 bit systems"
5843 msgstr ""
5844
5845 #: config/sparc/sparc.c:381
5846 msgid "profiling does not support code models other than medlow"
5847 msgstr ""
5848
5849 #: config/sparc/sparc.c:5683 config/sparc/sparc.c:5689
5850 #, ycp-format
5851 msgid "Invalid %%Y operand"
5852 msgstr ""
5853
5854 #: config/sparc/sparc.c:5759
5855 #, ycp-format
5856 msgid "Invalid %%A operand"
5857 msgstr ""
5858
5859 #: config/sparc/sparc.c:5769
5860 #, ycp-format
5861 msgid "Invalid %%B operand"
5862 msgstr ""
5863
5864 #: config/sparc/sparc.c:5808
5865 #, ycp-format
5866 msgid "Invalid %%c operand"
5867 msgstr ""
5868
5869 #: config/sparc/sparc.c:5809
5870 #, ycp-format
5871 msgid "Invalid %%C operand"
5872 msgstr ""
5873
5874 #: config/sparc/sparc.c:5830
5875 #, ycp-format
5876 msgid "Invalid %%d operand"
5877 msgstr ""
5878
5879 #: config/sparc/sparc.c:5831
5880 #, ycp-format
5881 msgid "Invalid %%D operand"
5882 msgstr ""
5883
5884 #: config/sparc/sparc.c:5849
5885 #, ycp-format
5886 msgid "Invalid %%f operand"
5887 msgstr ""
5888
5889 #: config/sparc/sparc.c:5899
5890 msgid "long long constant not a valid immediate operand"
5891 msgstr ""
5892
5893 #: config/sparc/sparc.c:5902
5894 msgid "floating point constant not a valid immediate operand"
5895 msgstr ""
5896
5897 #. To make profiling work with -f{pic,PIC}, we need to emit the profiling
5898 #. code into the rtl.  Also, if we are profiling, we cannot eliminate
5899 #. the frame pointer (because the return address will get smashed).
5900 #: config/sparc/sparc.h:403
5901 #, c-format
5902 msgid "%s and profiling conflict: disabling %s"
5903 msgstr ""
5904
5905 #: config/sparc/sparc.h:588
5906 msgid "Use FUNCTION_EPILOGUE"
5907 msgstr ""
5908
5909 #: config/sparc/sparc.h:590
5910 msgid "Do not use FUNCTION_EPILOGUE"
5911 msgstr ""
5912
5913 #: config/sparc/sparc.h:592
5914 msgid "Assume possible double misalignment"
5915 msgstr ""
5916
5917 #: config/sparc/sparc.h:594
5918 msgid "Assume all doubles are aligned"
5919 msgstr ""
5920
5921 #: config/sparc/sparc.h:596
5922 msgid "Pass -assert pure-text to linker"
5923 msgstr ""
5924
5925 #: config/sparc/sparc.h:598
5926 msgid "Do not pass -assert pure-text to linker"
5927 msgstr ""
5928
5929 #: config/sparc/sparc.h:600
5930 msgid "Use flat register window model"
5931 msgstr ""
5932
5933 #: config/sparc/sparc.h:602
5934 msgid "Do not use flat register window model"
5935 msgstr ""
5936
5937 #: config/sparc/sparc.h:604
5938 msgid "Use ABI reserved registers"
5939 msgstr ""
5940
5941 #: config/sparc/sparc.h:606
5942 msgid "Do not use ABI reserved registers"
5943 msgstr ""
5944
5945 #: config/sparc/sparc.h:608
5946 msgid "Use hardware quad fp instructions"
5947 msgstr ""
5948
5949 #: config/sparc/sparc.h:610
5950 msgid "Do not use hardware quad fp instructions"
5951 msgstr ""
5952
5953 #: config/sparc/sparc.h:612
5954 msgid "Compile for v8plus ABI"
5955 msgstr ""
5956
5957 #: config/sparc/sparc.h:614
5958 msgid "Do not compile for v8plus ABI"
5959 msgstr ""
5960
5961 #: config/sparc/sparc.h:616
5962 msgid "Utilize Visual Instruction Set"
5963 msgstr ""
5964
5965 #: config/sparc/sparc.h:618
5966 msgid "Do not utilize Visual Instruction Set"
5967 msgstr ""
5968
5969 #. ??? These are deprecated, coerced to -mcpu=.  Delete in 2.9.
5970 #: config/sparc/sparc.h:621
5971 msgid "Optimize for Cypress processors"
5972 msgstr ""
5973
5974 #: config/sparc/sparc.h:623
5975 msgid "Optimize for SparcLite processors"
5976 msgstr ""
5977
5978 #: config/sparc/sparc.h:625
5979 msgid "Optimize for F930 processors"
5980 msgstr ""
5981
5982 #: config/sparc/sparc.h:627
5983 msgid "Optimize for F934 processors"
5984 msgstr ""
5985
5986 #: config/sparc/sparc.h:629
5987 msgid "Use V8 Sparc ISA"
5988 msgstr ""
5989
5990 #: config/sparc/sparc.h:631
5991 msgid "Optimize for SuperSparc processors"
5992 msgstr ""
5993
5994 #. End of deprecated options.
5995 #: config/sparc/sparc.h:634
5996 msgid "Pointers are 64-bit"
5997 msgstr ""
5998
5999 #: config/sparc/sparc.h:636
6000 msgid "Pointers are 32-bit"
6001 msgstr ""
6002
6003 #: config/sparc/sparc.h:638
6004 msgid "Use 32-bit ABI"
6005 msgstr ""
6006
6007 #: config/sparc/sparc.h:640
6008 msgid "Use 64-bit ABI"
6009 msgstr ""
6010
6011 #: config/sparc/sparc.h:642
6012 msgid "Use stack bias"
6013 msgstr ""
6014
6015 #: config/sparc/sparc.h:644
6016 msgid "Do not use stack bias"
6017 msgstr ""
6018
6019 #: config/sparc/sparc.h:646
6020 msgid "Use structs on stronger alignment for double-word copies"
6021 msgstr ""
6022
6023 #: config/sparc/sparc.h:648
6024 msgid "Do not use structs on stronger alignment for double-word copies"
6025 msgstr ""
6026
6027 #: config/sparc/sparc.h:650
6028 msgid "Optimize tail call instructions in assembler and linker"
6029 msgstr ""
6030
6031 #: config/sparc/sparc.h:652
6032 msgid "Do not optimize tail call instructions in assembler or linker"
6033 msgstr ""
6034
6035 #: config/sparc/sparc.h:713
6036 msgid "Use given Sparc code model"
6037 msgstr ""
6038
6039 #: config/v850/v850.c:101
6040 #, c-format
6041 msgid "%s=%s is not numeric."
6042 msgstr ""
6043
6044 #: config/v850/v850.c:108
6045 #, c-format
6046 msgid "%s=%s is too large."
6047 msgstr ""
6048
6049 #: config/v850/v850.c:2033
6050 msgid "a data area attribute cannot be specified for local variables"
6051 msgstr ""
6052
6053 #: config/v850/v850.c:2041
6054 #, c-format
6055 msgid "data area of '%s' conflicts with previous declaration"
6056 msgstr ""
6057
6058 #: config/v850/v850.c:2245
6059 #, c-format
6060 msgid "Bogus JR construction: %d\n"
6061 msgstr ""
6062
6063 #: config/v850/v850.c:2266 config/v850/v850.c:2468
6064 #, c-format
6065 msgid "Bad amount of stack space removal: %d"
6066 msgstr ""
6067
6068 #: config/v850/v850.c:2444
6069 #, c-format
6070 msgid "Bogus JARL construction: %d\n"
6071 msgstr ""
6072
6073 #: config/v850/v850.c:2689
6074 msgid "#pragma GHS endXXXX found without previous startXXX"
6075 msgstr ""
6076
6077 #: config/v850/v850.c:2691
6078 msgid "#pragma GHS endXXX does not match previous startXXX"
6079 msgstr ""
6080
6081 #: config/v850/v850.c:2715
6082 msgid "Cannot set interrupt attribute: no current function"
6083 msgstr ""
6084
6085 #: config/v850/v850.c:2723
6086 msgid "Cannot set interrupt attribute: no such identifier"
6087 msgstr ""
6088
6089 #: config/v850/v850.c:2765
6090 msgid "junk at end of #pragma ghs section"
6091 msgstr ""
6092
6093 #: config/v850/v850.c:2782
6094 #, c-format
6095 msgid "unrecognised section name \"%s\""
6096 msgstr ""
6097
6098 #: config/v850/v850.c:2796
6099 msgid "malformed #pragma ghs section"
6100 msgstr ""
6101
6102 #: config/v850/v850.c:2814
6103 msgid "junk at end of #pragma ghs interrupt"
6104 msgstr ""
6105
6106 #: config/v850/v850.c:2824
6107 msgid "junk at end of #pragma ghs starttda"
6108 msgstr ""
6109
6110 #: config/v850/v850.c:2834
6111 msgid "junk at end of #pragma ghs startsda"
6112 msgstr ""
6113
6114 #: config/v850/v850.c:2844
6115 msgid "junk at end of #pragma ghs startzda"
6116 msgstr ""
6117
6118 #: config/v850/v850.c:2854
6119 msgid "junk at end of #pragma ghs endtda"
6120 msgstr ""
6121
6122 #: config/v850/v850.c:2864
6123 msgid "junk at end of #pragma ghs endsda"
6124 msgstr ""
6125
6126 #: config/v850/v850.c:2874
6127 msgid "junk at end of #pragma ghs endzda"
6128 msgstr ""
6129
6130 #. Macro to define tables used to set the flags.
6131 #. This is a list in braces of pairs in braces,
6132 #. each pair being { "NAME", VALUE }
6133 #. where VALUE is the bits to set or minus the bits to clear.
6134 #. An empty string NAME is used to identify the default VALUE.
6135 #: config/v850/v850.h:121
6136 msgid "Support Green Hills ABI"
6137 msgstr ""
6138
6139 #: config/v850/v850.h:124
6140 msgid "Prohibit PC relative function calls"
6141 msgstr ""
6142
6143 #: config/v850/v850.h:127
6144 msgid "Reuse r30 on a per function basis"
6145 msgstr ""
6146
6147 #: config/v850/v850.h:130
6148 msgid "Use stubs for function prologues"
6149 msgstr ""
6150
6151 #: config/v850/v850.h:133
6152 msgid "Same as: -mep -mprolog-function"
6153 msgstr ""
6154
6155 #: config/v850/v850.h:134
6156 msgid "Enable backend debugging"
6157 msgstr ""
6158
6159 #: config/v850/v850.h:136
6160 msgid "Compile for the v850 processor"
6161 msgstr ""
6162
6163 #: config/v850/v850.h:139
6164 msgid "Use 4 byte entries in switch tables"
6165 msgstr ""
6166
6167 #. This macro is similar to `TARGET_SWITCHES' but defines names of
6168 #. command options that have values.  Its definition is an
6169 #. initializer with a subgrouping for each command option.
6170 #.
6171 #. Each subgrouping contains a string constant, that defines the
6172 #. fixed part of the option name, and the address of a variable.  The
6173 #. variable, type `char *', is set to the variable part of the given
6174 #. option if the fixed part matches.  The actual option name is made
6175 #. by appending `-m' to the specified name.
6176 #.
6177 #. Here is an example which defines `-mshort-data-NUMBER'.  If the
6178 #. given option is `-mshort-data-512', the variable `m88k_short_data'
6179 #. will be set to the string `"512"'.
6180 #.
6181 #. extern char *m88k_short_data;
6182 #. #define TARGET_OPTIONS            { { "short-data-", &m88k_short_data } }
6183 #: config/v850/v850.h:183
6184 msgid "Set the max size of data eligible for the TDA area"
6185 msgstr ""
6186
6187 #: config/v850/v850.h:186
6188 msgid "Set the max size of data eligible for the SDA area"
6189 msgstr ""
6190
6191 #: config/v850/v850.h:189
6192 msgid "Set the max size of data eligible for the ZDA area"
6193 msgstr ""
6194
6195 #: convert.c:67
6196 msgid "cannot convert to a pointer type"
6197 msgstr ""
6198
6199 #: convert.c:100
6200 msgid "pointer value used where a floating point value was expected"
6201 msgstr ""
6202
6203 #: convert.c:104
6204 msgid "aggregate value used where a float was expected"
6205 msgstr ""
6206
6207 #: convert.c:130
6208 msgid "conversion to incomplete type"
6209 msgstr ""
6210
6211 #: convert.c:390 convert.c:470
6212 msgid "can't convert between vector values of different size"
6213 msgstr ""
6214
6215 #: convert.c:396
6216 msgid "aggregate value used where an integer was expected"
6217 msgstr ""
6218
6219 #: convert.c:448
6220 msgid "pointer value used where a complex was expected"
6221 msgstr ""
6222
6223 #: convert.c:452
6224 msgid "aggregate value used where a complex was expected"
6225 msgstr ""
6226
6227 #: convert.c:476
6228 msgid "can't convert value to a vector"
6229 msgstr ""
6230
6231 #: cp/call.c:383
6232 msgid "unable to call pointer to member function here"
6233 msgstr ""
6234
6235 #: cp/call.c:513
6236 msgid "destructors take no parameters"
6237 msgstr ""
6238
6239 #: cp/call.c:2835
6240 msgid "ISO C++ forbids omitting the middle term of a ?: expression"
6241 msgstr ""
6242
6243 #: cp/class.c:892
6244 msgid "internal inconsistency: binfo offset error for rtti"
6245 msgstr ""
6246
6247 #: cp/class.c:1481
6248 #, c-format
6249 msgid "conflicting access specifications for field `%s', ignored"
6250 msgstr ""
6251
6252 #: cp/class.c:5262
6253 msgid "trying to finish struct, but kicked out due to previous parse errors."
6254 msgstr ""
6255
6256 #: cp/class.c:5712
6257 #, c-format
6258 msgid "language string `\"%s\"' not recognized"
6259 msgstr ""
6260
6261 #: cp/class.c:6024 cp/class.c:6192 cp/class.c:6199
6262 msgid "not enough type information"
6263 msgstr ""
6264
6265 #: cp/class.c:6176
6266 msgid "invalid operation on uninstantiated type"
6267 msgstr ""
6268
6269 #: cp/class.c:7633
6270 msgid ""
6271 "object size exceeds built-in limit for virtual function table implementation"
6272 msgstr ""
6273
6274 #: cp/class.c:7635
6275 msgid ""
6276 "object size exceeds normal limit for virtual function table implementation, "
6277 "recompile all source and use -fhuge-objects"
6278 msgstr ""
6279
6280 #: cp/decl.c:1411
6281 msgid "internal compiler error: debugging info corrupted"
6282 msgstr ""
6283
6284 #: cp/decl.c:3938
6285 msgid "parse errors have confused me too much"
6286 msgstr ""
6287
6288 #: cp/decl.c:4236
6289 #, c-format
6290 msgid "declaration of `%s' shadows a member of `this'"
6291 msgstr ""
6292
6293 #: cp/decl.c:4878
6294 #, c-format
6295 msgid "label `%s' referenced outside of any function"
6296 msgstr ""
6297
6298 #: cp/decl.c:4983 cp/decl.c:5010
6299 msgid "jump to case label"
6300 msgstr ""
6301
6302 #: cp/decl.c:5016 cp/decl.c:5117
6303 msgid "  enters try block"
6304 msgstr ""
6305
6306 #: cp/decl.c:5098
6307 msgid "  from here"
6308 msgstr ""
6309
6310 #: cp/decl.c:5254
6311 msgid "`default' label not within a switch statement"
6312 msgstr ""
6313
6314 #: cp/decl.c:5282
6315 msgid "pointers are not permitted as case values"
6316 msgstr ""
6317
6318 #: cp/decl.c:5286
6319 msgid "ISO C++ forbids range expressions in switch statement"
6320 msgstr ""
6321
6322 #: cp/decl.c:5310
6323 msgid "empty range specified"
6324 msgstr ""
6325
6326 #: cp/decl.c:5361
6327 msgid "duplicate (or overlapping) case value"
6328 msgstr ""
6329
6330 #: cp/decl.c:5383
6331 msgid "where case label appears here"
6332 msgstr ""
6333
6334 #: cp/decl.c:5386
6335 msgid ""
6336 "(enclose actions of previous case statements requiring destructors in their "
6337 "own scope.)"
6338 msgstr ""
6339
6340 #: ../libiberty/cplus-dem.c:5007 ../libiberty/cplus-dem.c:5018 cp/decl.c:5738
6341 msgid "virtual memory exhausted"
6342 msgstr ""
6343
6344 #: cp/decl.c:6489
6345 msgid "the new ABI requires vtable thunks"
6346 msgstr ""
6347
6348 #: cp/decl.c:7139
6349 msgid "an anonymous union cannot have function members"
6350 msgstr ""
6351
6352 #: cp/decl.c:7196
6353 msgid "multiple types in one declaration"
6354 msgstr ""
6355
6356 #: cp/decl.c:7199
6357 msgid "declaration does not declare anything"
6358 msgstr ""
6359
6360 #: cp/decl.c:7212
6361 msgid "ISO C++ prohibits anonymous structs"
6362 msgstr ""
6363
6364 #: cp/decl.c:8216
6365 msgid "assignment (not initialization) in declaration"
6366 msgstr ""
6367
6368 #: cp/decl.c:8778
6369 msgid "invalid catch parameter"
6370 msgstr ""
6371
6372 #: cp/decl.c:9010
6373 msgid "cannot declare `::main' to be a template"
6374 msgstr ""
6375
6376 #: cp/decl.c:9012
6377 msgid "cannot declare `::main' to be inline"
6378 msgstr ""
6379
6380 #: cp/decl.c:9014
6381 msgid "cannot declare `::main' to be static"
6382 msgstr ""
6383
6384 #: cp/decl.c:9017
6385 msgid "`main' must return `int'"
6386 msgstr ""
6387
6388 #: cp/decl.c:9579
6389 msgid "overflow in array dimension"
6390 msgstr ""
6391
6392 #: cp/decl.c:9868
6393 msgid "destructors must be member functions"
6394 msgstr ""
6395
6396 #: cp/decl.c:10197
6397 msgid "`bool' is now a keyword"
6398 msgstr ""
6399
6400 #: cp/decl.c:10228
6401 msgid "ISO C++ does not support `long long'"
6402 msgstr ""
6403
6404 #: cp/decl.c:10351
6405 #, c-format
6406 msgid "short, signed or unsigned invalid for `%s'"
6407 msgstr ""
6408
6409 #: cp/decl.c:10356
6410 #, c-format
6411 msgid "long and short specified together for `%s'"
6412 msgstr ""
6413
6414 #: cp/decl.c:10367
6415 #, c-format
6416 msgid "signed and unsigned given together for `%s'"
6417 msgstr ""
6418
6419 #: cp/decl.c:10514
6420 msgid "storage class specifiers invalid in parameter declarations"
6421 msgstr ""
6422
6423 #: cp/decl.c:10518
6424 msgid "typedef declaration invalid in parameter declaration"
6425 msgstr ""
6426
6427 #: cp/decl.c:10529
6428 msgid "virtual outside class declaration"
6429 msgstr ""
6430
6431 #: cp/decl.c:10583
6432 #, c-format
6433 msgid "storage class specified for %s `%s'"
6434 msgstr ""
6435
6436 #: cp/decl.c:10621
6437 msgid "storage class specifiers invalid in friend function declarations"
6438 msgstr ""
6439
6440 #: cp/decl.c:10803
6441 msgid "destructor cannot be static member function"
6442 msgstr ""
6443
6444 #: cp/decl.c:10827
6445 msgid "constructor cannot be static member function"
6446 msgstr ""
6447
6448 #: cp/decl.c:10830
6449 msgid "constructors cannot be declared virtual"
6450 msgstr ""
6451
6452 #: cp/decl.c:10845
6453 msgid "return value type specifier for constructor ignored"
6454 msgstr ""
6455
6456 #: cp/decl.c:10864
6457 #, c-format
6458 msgid "can't initialize friend function `%s'"
6459 msgstr ""
6460
6461 #. Cannot be both friend and virtual.
6462 #: cp/decl.c:10868
6463 msgid "virtual functions cannot be friends"
6464 msgstr ""
6465
6466 #: cp/decl.c:10873
6467 msgid "friend declaration not in class definition"
6468 msgstr ""
6469
6470 #: cp/decl.c:10929
6471 #, c-format
6472 msgid "cannot declare %s to references"
6473 msgstr ""
6474
6475 #: cp/decl.c:10955
6476 msgid "invalid type: `void &'"
6477 msgstr ""
6478
6479 #: cp/decl.c:11006
6480 msgid "discarding `const' applied to a reference"
6481 msgstr ""
6482
6483 #: cp/decl.c:11008
6484 msgid "discarding `volatile' applied to a reference"
6485 msgstr ""
6486
6487 #. [dcl.fct.spec] The explicit specifier shall only be used in
6488 #. declarations of constructors within a class definition.
6489 #: cp/decl.c:11225
6490 msgid "only declarations of constructors can be `explicit'"
6491 msgstr ""
6492
6493 #: cp/decl.c:11233
6494 #, c-format
6495 msgid "non-member `%s' cannot be declared `mutable'"
6496 msgstr ""
6497
6498 #: cp/decl.c:11238
6499 #, c-format
6500 msgid "non-object member `%s' cannot be declared `mutable'"
6501 msgstr ""
6502
6503 #: cp/decl.c:11244
6504 #, c-format
6505 msgid "function `%s' cannot be declared `mutable'"
6506 msgstr ""
6507
6508 #: cp/decl.c:11249
6509 #, c-format
6510 msgid "static `%s' cannot be declared `mutable'"
6511 msgstr ""
6512
6513 #: cp/decl.c:11254
6514 #, c-format
6515 msgid "const `%s' cannot be declared `mutable'"
6516 msgstr ""
6517
6518 #: cp/decl.c:11374
6519 msgid "typedef declaration includes an initializer"
6520 msgstr ""
6521
6522 #: cp/decl.c:11470
6523 msgid "unnamed variable or field declared void"
6524 msgstr ""
6525
6526 #: cp/decl.c:11479
6527 msgid "variable or field declared void"
6528 msgstr ""
6529
6530 #: cp/decl.c:11489
6531 msgid "cannot use `::' in parameter declaration"
6532 msgstr ""
6533
6534 #: cp/decl.c:11507
6535 #, c-format
6536 msgid "declaration of `%s' as void"
6537 msgstr ""
6538
6539 #: cp/decl.c:11686
6540 #, c-format
6541 msgid "`%s' is neither function nor member function; cannot be declared friend"
6542 msgstr ""
6543
6544 #: cp/decl.c:11697
6545 msgid "member functions are implicitly friends of their class"
6546 msgstr ""
6547
6548 #: cp/decl.c:11811
6549 #, c-format
6550 msgid "storage class `auto' invalid for function `%s'"
6551 msgstr ""
6552
6553 #: cp/decl.c:11813
6554 #, c-format
6555 msgid "storage class `register' invalid for function `%s'"
6556 msgstr ""
6557
6558 #: cp/decl.c:11824
6559 #, c-format
6560 msgid ""
6561 "storage class `static' invalid for function `%s' declared out of global scope"
6562 msgstr ""
6563
6564 #: cp/decl.c:11826
6565 #, c-format
6566 msgid ""
6567 "storage class `inline' invalid for function `%s' declared out of global scope"
6568 msgstr ""
6569
6570 #: cp/decl.c:11833
6571 #, c-format
6572 msgid "virtual non-class function `%s'"
6573 msgstr ""
6574
6575 #. FIXME need arm citation
6576 #: cp/decl.c:11868
6577 msgid "cannot declare static function inside another function"
6578 msgstr ""
6579
6580 #: cp/decl.c:12202
6581 msgid ""
6582 "invalid integer constant in parameter list, did you forget to give parameter "
6583 "name?"
6584 msgstr ""
6585
6586 #: cp/decl.c:12229
6587 msgid "parameter invalidly declared method type"
6588 msgstr ""
6589
6590 #: cp/decl.c:12239
6591 msgid "parameter invalidly declared offset type"
6592 msgstr ""
6593
6594 #: cp/decl.c:12273
6595 msgid "`void' in parameter list must be entire list"
6596 msgstr ""
6597
6598 #: cp/decl.c:12659
6599 #, c-format
6600 msgid "conversion to %s%s will never use a type conversion operator"
6601 msgstr ""
6602
6603 #: cp/decl.c:13739
6604 msgid "return type for `main' changed to `int'"
6605 msgstr ""
6606
6607 #: cp/decl.c:14671
6608 msgid "no return statement in function returning non-void"
6609 msgstr ""
6610
6611 #: cp/decl2.c:631
6612 #, c-format
6613 msgid "-f%s is no longer supported"
6614 msgstr ""
6615
6616 #: cp/decl2.c:637
6617 msgid ""
6618 "-fhandle-exceptions has been renamed to -fexceptions (and is now on by "
6619 "default)"
6620 msgstr ""
6621
6622 #: cp/decl2.c:679
6623 msgid "no file specified with -fdump-translation-unit"
6624 msgstr ""
6625
6626 #: cp/decl2.c:741
6627 msgid "-Wno-strict-prototypes is not supported in C++"
6628 msgstr ""
6629
6630 #: cp/decl2.c:1055
6631 msgid "name missing for member function"
6632 msgstr ""
6633
6634 #: cp/decl2.c:1121
6635 msgid "`__alignof__' applied to a bit-field"
6636 msgstr ""
6637
6638 #. Something has gone very wrong.  Assume we are mistakenly reducing
6639 #. an expression instead of a declaration.
6640 #: cp/decl2.c:1163
6641 msgid "parser may be lost: is there a '{' missing somewhere?"
6642 msgstr ""
6643
6644 #: cp/decl2.c:1194 cp/decl2.c:1208
6645 msgid "ambiguous conversion for array subscript"
6646 msgstr ""
6647
6648 #: cp/decl2.c:1258
6649 msgid "anachronistic use of array size in vector delete"
6650 msgstr ""
6651
6652 #: cp/decl2.c:1268
6653 msgid ""
6654 "cannot delete a function.  Only pointer-to-objects are valid arguments to "
6655 "`delete'"
6656 msgstr ""
6657
6658 #: cp/decl2.c:1592
6659 msgid "initializer invalid for static member with constructor"
6660 msgstr ""
6661
6662 #: cp/decl2.c:1595
6663 msgid "(an out of class initialization is required)"
6664 msgstr ""
6665
6666 #: cp/decl2.c:1780
6667 msgid "field initializer is not constant"
6668 msgstr ""
6669
6670 #: cp/decl2.c:2144
6671 msgid "anonymous struct not inside named type"
6672 msgstr ""
6673
6674 #: cp/decl2.c:2240
6675 msgid "namespace-scope anonymous aggregates must be static"
6676 msgstr ""
6677
6678 #: cp/decl2.c:2250
6679 msgid "anonymous aggregate with no members"
6680 msgstr ""
6681
6682 #: cp/decl2.c:2316
6683 msgid "`operator new' must return type `void *'"
6684 msgstr ""
6685
6686 #: cp/decl2.c:2321
6687 msgid "`operator new' takes type `size_t' parameter"
6688 msgstr ""
6689
6690 #: cp/decl2.c:2323
6691 msgid "`operator new' takes type `size_t' as first parameter"
6692 msgstr ""
6693
6694 #: cp/decl2.c:2348
6695 msgid "`operator delete' must return type `void'"
6696 msgstr ""
6697
6698 #: cp/decl2.c:2352
6699 msgid "`operator delete' takes type `void *' as first parameter"
6700 msgstr ""
6701
6702 #: cp/decl2.c:2363
6703 msgid "second argument to `operator delete' must be of type `size_t'"
6704 msgstr ""
6705
6706 #: cp/decl2.c:2368
6707 msgid "too many arguments in declaration of `operator delete'"
6708 msgstr ""
6709
6710 #: cp/decl2.c:2370
6711 msgid "`...' invalid in specification of `operator delete'"
6712 msgstr ""
6713
6714 #. Overflow occurred.  That means there are at least 4 billion
6715 #. initialization functions.
6716 #: cp/decl2.c:3135
6717 msgid "too many initialization functions required"
6718 msgstr ""
6719
6720 #: cp/decl2.c:3947
6721 msgid "use of old-style cast"
6722 msgstr ""
6723
6724 #: cp/error.c:517
6725 #, c-format
6726 msgid "`%s' not supported by dump_type"
6727 msgstr ""
6728
6729 #: cp/error.c:737
6730 #, c-format
6731 msgid "`%s' not supported by dump_type_prefix"
6732 msgstr ""
6733
6734 #: cp/error.c:829
6735 #, c-format
6736 msgid "`%s' not supported by dump_type_suffix"
6737 msgstr ""
6738
6739 #: cp/error.c:1095
6740 #, c-format
6741 msgid "`%s' not supported by dump_decl"
6742 msgstr ""
6743
6744 #: cp/error.c:2122
6745 #, c-format
6746 msgid "`%s' not supported by dump_expr"
6747 msgstr ""
6748
6749 #: cp/error.c:2538
6750 #, c-format
6751 msgid "In %s `%s':"
6752 msgstr ""
6753
6754 #: cp/except.c:503
6755 msgid "call to Java `catch' or `throw', while `jthrowable' undefined"
6756 msgstr ""
6757
6758 #: cp/except.c:568
6759 msgid "mixing C++ and Java `catch'es in single translation unit"
6760 msgstr ""
6761
6762 #: cp/except.c:949
6763 msgid "  in thrown expression"
6764 msgstr ""
6765
6766 #: cp/friend.c:405
6767 msgid ""
6768 "(if this is not what you intended, make sure the function template has "
6769 "already been declared and add <> after the function name here) "
6770 "-Wno-non-template-friend disables this warning."
6771 msgstr ""
6772
6773 #: cp/g++spec.c:194
6774 #, c-format
6775 msgid "argument to `%s' missing\n"
6776 msgstr ""
6777
6778 #: cp/init.c:278
6779 msgid "initializer list treated as compound expression"
6780 msgstr ""
6781
6782 #: cp/init.c:393
6783 msgid "  will be re-ordered to match declaration order"
6784 msgstr ""
6785
6786 #: cp/init.c:627
6787 msgid "  will be re-ordered to match inheritance order"
6788 msgstr ""
6789
6790 #: cp/init.c:1061
6791 msgid "base class initializer specified, but no base class to initialize"
6792 msgstr ""
6793
6794 #: cp/init.c:1067
6795 msgid "initializer for unnamed base class ambiguous"
6796 msgstr ""
6797
6798 #: cp/init.c:1092
6799 msgid "no base class to initialize"
6800 msgstr ""
6801
6802 #: cp/init.c:1816
6803 msgid "object missing in use of pointer-to-member construct"
6804 msgstr ""
6805
6806 #: cp/init.c:1858 cp/typeck.c:3130 cp/typeck.c:3232
6807 msgid "at this point in file"
6808 msgstr ""
6809
6810 #: cp/init.c:2040
6811 msgid "new of array type fails to specify size"
6812 msgstr ""
6813
6814 #: cp/init.c:2051
6815 msgid "size in array new must have integral type"
6816 msgstr ""
6817
6818 #: cp/init.c:2057
6819 msgid "zero size array reserves no space"
6820 msgstr ""
6821
6822 #: cp/init.c:2122
6823 msgid "new cannot be applied to a reference type"
6824 msgstr ""
6825
6826 #: cp/init.c:2128
6827 msgid "new cannot be applied to a function type"
6828 msgstr ""
6829
6830 #: cp/init.c:2175
6831 msgid "call to Java constructor, while `jclass' undefined"
6832 msgstr ""
6833
6834 #: cp/init.c:2292
6835 msgid "invalid type `void' for new"
6836 msgstr ""
6837
6838 #: cp/init.c:2348
6839 #, c-format
6840 msgid "call to Java constructor, while `%s' undefined"
6841 msgstr ""
6842
6843 #: cp/init.c:2484 cp/typeck2.c:369 cp/typeck2.c:1172
6844 msgid "initializer list being treated as compound expression"
6845 msgstr ""
6846
6847 #: cp/init.c:2487
6848 msgid "initializer list appears where operand should be used"
6849 msgstr ""
6850
6851 #: cp/init.c:2934
6852 msgid "initialization of array from dissimilar array type"
6853 msgstr ""
6854
6855 #: cp/init.c:2948
6856 msgid "initializer ends prematurely"
6857 msgstr ""
6858
6859 #: cp/init.c:3017
6860 msgid "cannot initialize multi-dimensional array with initializer"
6861 msgstr ""
6862
6863 #: cp/init.c:3211
6864 msgid "unknown array size in delete"
6865 msgstr ""
6866
6867 #: cp/init.c:3430
6868 msgid "type to vector delete is neither pointer or array type"
6869 msgstr ""
6870
6871 #: cp/lex.c:160
6872 msgid "type name expected before `*'"
6873 msgstr ""
6874
6875 #: cp/lex.c:182
6876 msgid "cannot declare references to references"
6877 msgstr ""
6878
6879 #: cp/lex.c:187
6880 msgid "cannot declare pointers to references"
6881 msgstr ""
6882
6883 #: cp/lex.c:191
6884 msgid "type name expected before `&'"
6885 msgstr ""
6886
6887 #: cp/lex.c:1058
6888 #, c-format
6889 msgid "semicolon missing after %s declaration"
6890 msgstr ""
6891
6892 #: cp/lex.c:1109
6893 #, c-format
6894 msgid "junk at end of #pragma %s"
6895 msgstr ""
6896
6897 #: cp/lex.c:1116
6898 #, c-format
6899 msgid "invalid #pragma %s"
6900 msgstr ""
6901
6902 #: cp/lex.c:1208 cppmain.c:269
6903 #, c-format
6904 msgid "#pragma implementation for %s appears after file is included"
6905 msgstr ""
6906
6907 #: cp/lex.c:1323
6908 msgid ""
6909 "(Each undeclared identifier is reported only once for each function it "
6910 "appears in.)"
6911 msgstr ""
6912
6913 #: cp/lex.c:1346
6914 #, c-format
6915 msgid "name lookup of `%s' changed"
6916 msgstr ""
6917
6918 #: cp/lex.c:1360 cp/lex.c:1367
6919 #, c-format
6920 msgid "name lookup of `%s' changed for new ISO `for' scoping"
6921 msgstr ""
6922
6923 #: cp/method.c:907
6924 #, c-format
6925 msgid "conversion of %s as template parameter"
6926 msgstr ""
6927
6928 #: cp/method.c:1933
6929 msgid "methods cannot be converted to function pointers"
6930 msgstr ""
6931
6932 #: cp/method.c:1938
6933 #, c-format
6934 msgid "ambiguous request for method pointer `%s'"
6935 msgstr ""
6936
6937 #: cp/method.c:2046
6938 #, c-format
6939 msgid "request for member `%s' is ambiguous in multiple inheritance lattice"
6940 msgstr ""
6941
6942 #: parse.y:652
6943 msgid "invalid default template argument"
6944 msgstr ""
6945
6946 #: parse.y:857
6947 msgid "no base or member initializers given following ':'"
6948 msgstr ""
6949
6950 #: parse.y:873
6951 msgid "base initializers not allowed for non-member functions"
6952 msgstr ""
6953
6954 #: parse.y:875
6955 msgid "only constructors take base initializers"
6956 msgstr ""
6957
6958 #: parse.y:908 parse.y:914
6959 msgid "anachronistic old style base class initializer"
6960 msgstr ""
6961
6962 #. Handle `Class<Class<Type>>' without space in the `>>'
6963 #: parse.y:1036
6964 msgid "`>>' should be `> >' in template class name"
6965 msgstr ""
6966
6967 #: parse.y:1093 parse.y:1102
6968 #, c-format
6969 msgid "ISO C++ forbids an empty condition for `%s'"
6970 msgstr ""
6971
6972 #: parse.y:1196
6973 msgid "ISO C++ forbids `&&'"
6974 msgstr ""
6975
6976 #: parse.y:1281
6977 msgid "ISO C++ forbids initialization of new expression with `='"
6978 msgstr ""
6979
6980 #: parse.y:1311
6981 msgid "ISO C++ forbids constructor-expressions"
6982 msgstr ""
6983
6984 #: parse.y:1546
6985 msgid "ISO C++ forbids braced-groups within expressions"
6986 msgstr ""
6987
6988 #: parse.y:1951 parse.y:1966
6989 msgid "sigof type specifier"
6990 msgstr ""
6991
6992 #: parse.y:1956
6993 msgid "`sigof' applied to non-aggregate expression"
6994 msgstr ""
6995
6996 #: parse.y:1971
6997 msgid "`sigof' applied to non-aggregate type"
6998 msgstr ""
6999
7000 #: parse.y:2306
7001 #, c-format
7002 msgid "storage class specifier `%s' not allowed after struct or class"
7003 msgstr ""
7004
7005 #: parse.y:2308
7006 #, c-format
7007 msgid "type specifier `%s' not allowed after struct or class"
7008 msgstr ""
7009
7010 #: parse.y:2310
7011 #, c-format
7012 msgid "type qualifier `%s' not allowed after struct or class"
7013 msgstr ""
7014
7015 #: parse.y:2312
7016 msgid "no body nor ';' separates two class, struct or union declarations"
7017 msgstr ""
7018
7019 #: parse.y:2480
7020 msgid "multiple access specifiers"
7021 msgstr ""
7022
7023 #: parse.y:2498
7024 msgid "multiple `virtual' specifiers"
7025 msgstr ""
7026
7027 #: parse.y:2533
7028 msgid "missing ';' before right brace"
7029 msgstr ""
7030
7031 #: parse.y:2754
7032 msgid "ISO C++ forbids array dimensions with parenthesized type in new"
7033 msgstr ""
7034
7035 #: parse.y:3259
7036 msgid "ISO C++ forbids label declarations"
7037 msgstr ""
7038
7039 #: parse.y:3412
7040 msgid "ISO C++ forbids computed gotos"
7041 msgstr ""
7042
7043 #: parse.y:3419
7044 msgid "label must be followed by statement"
7045 msgstr ""
7046
7047 #: parse.y:3512
7048 msgid "ISO C++ forbids compound statements inside for initializations"
7049 msgstr ""
7050
7051 #. This helps us recover from really nasty
7052 #. parse errors, for example, a missing right
7053 #. parenthesis.
7054 #: parse.y:3595 parse.y:3605
7055 msgid "possibly missing ')'"
7056 msgstr ""
7057
7058 #: parse.y:3702 parse.y:3707
7059 msgid "type specifier omitted for parameter"
7060 msgstr ""
7061
7062 #: cp/pt.c:1829
7063 msgid "  a template type parameter must begin with `class' or `typename'"
7064 msgstr ""
7065
7066 #: cp/pt.c:6202
7067 msgid "creating array with size zero"
7068 msgstr ""
7069
7070 #: cp/pt.c:6710
7071 #, c-format
7072 msgid "use of `%s' in template"
7073 msgstr ""
7074
7075 #: cp/pt.c:7851
7076 msgid "incomplete type unification"
7077 msgstr ""
7078
7079 #: cp/pt.c:8702
7080 #, c-format
7081 msgid "use of `%s' in template type unification"
7082 msgstr ""
7083
7084 #: cp/repo.c:285
7085 msgid "-frepo must be used with -c"
7086 msgstr ""
7087
7088 #: cp/repo.c:378
7089 #, c-format
7090 msgid "mysterious repository information in %s"
7091 msgstr ""
7092
7093 #: cp/repo.c:393
7094 #, c-format
7095 msgid "can't create repository information file `%s'"
7096 msgstr ""
7097
7098 #: cp/rtti.c:247
7099 msgid "taking dynamic typeid of object with -fno-rtti"
7100 msgstr ""
7101
7102 #: cp/rtti.c:289
7103 msgid "cannot use typeid with -fno-rtti"
7104 msgstr ""
7105
7106 #: cp/rtti.c:295 cp/rtti.c:496
7107 msgid "must #include <typeinfo> before using typeid"
7108 msgstr ""
7109
7110 #: cp/search.c:2027
7111 msgid "adjusting pointers for covariant returns"
7112 msgstr ""
7113
7114 #. This shouldn't happen, I don't want errors!
7115 #: cp/search.c:2545
7116 msgid "recoverable compiler error, fixups for virtual function"
7117 msgstr ""
7118
7119 #: cp/spew.c:245
7120 #, c-format
7121 msgid "identifier name `%s' conflicts with GNU C++ internal naming strategy"
7122 msgstr ""
7123
7124 #: cp/spew.c:360
7125 msgid "syntax error before '#' token"
7126 msgstr ""
7127
7128 #: cp/spew.c:364
7129 msgid "syntax error before '\\' token"
7130 msgstr ""
7131
7132 #: cp/spew.c:847
7133 msgid "keyword 'export' not implemented and will be ignored"
7134 msgstr ""
7135
7136 #: cp/spew.c:1055 cp/spew.c:1324
7137 msgid "parse error at end of saved function text"
7138 msgstr ""
7139
7140 #: cp/spew.c:1097
7141 msgid "parse error in method specification"
7142 msgstr ""
7143
7144 #: cp/spew.c:1139
7145 msgid "function body for constructor missing"
7146 msgstr ""
7147
7148 #: cp/tree.c:217
7149 #, c-format
7150 msgid "non-lvalue in %s"
7151 msgstr ""
7152
7153 #: cp/tree.c:2290
7154 msgid "`com_interface' only supported with -fvtable-thunks"
7155 msgstr ""
7156
7157 #: cp/tree.c:2299
7158 msgid "`com_interface' attribute can only be applied to class definitions"
7159 msgstr ""
7160
7161 #: cp/tree.c:2316
7162 msgid "requested init_priority is not an integer constant"
7163 msgstr ""
7164
7165 #: cp/tree.c:2337
7166 msgid ""
7167 "can only use init_priority attribute on file-scope definitions of objects of "
7168 "class type"
7169 msgstr ""
7170
7171 #: cp/tree.c:2343
7172 msgid "requested init_priority is out of range"
7173 msgstr ""
7174
7175 #: cp/tree.c:2352
7176 msgid "requested init_priority is reserved for internal use"
7177 msgstr ""
7178
7179 #: cp/typeck.c:482 cp/typeck.c:488
7180 #, c-format
7181 msgid ""
7182 "ISO C++ forbids %s between pointer of type `void *' and pointer-to-function"
7183 msgstr ""
7184
7185 #: cp/typeck.c:1557
7186 msgid "ISO C++ forbids applying `sizeof' to a function type"
7187 msgstr ""
7188
7189 #: cp/typeck.c:1563
7190 msgid "ISO C++ forbids applying `sizeof' to a member function"
7191 msgstr ""
7192
7193 #: cp/typeck.c:1569
7194 msgid ""
7195 "ISO C++ forbids applying `sizeof' to type `void' which is an incomplete type"
7196 msgstr ""
7197
7198 #: cp/typeck.c:1607
7199 msgid "sizeof applied to a bit-field"
7200 msgstr ""
7201
7202 #: cp/typeck.c:1610
7203 msgid "ISO C++ forbids applying `sizeof' to an expression of function type"
7204 msgstr ""
7205
7206 #: cp/typeck.c:2205
7207 msgid "invalid reference to NULL ptr, use ptr-to-member instead"
7208 msgstr ""
7209
7210 #: cp/typeck.c:2369
7211 #, c-format
7212 msgid "invalid use of `%s' on pointer to member"
7213 msgstr ""
7214
7215 #: cp/typeck.c:2375
7216 msgid "invalid type argument"
7217 msgstr ""
7218
7219 #: cp/typeck.c:2456
7220 msgid "ISO C++ forbids subscripting non-lvalue array"
7221 msgstr ""
7222
7223 #: cp/typeck.c:2467
7224 msgid "subscripting array declared `register'"
7225 msgstr ""
7226
7227 #: cp/typeck.c:2642 cp/typeck.c:2782
7228 msgid "pointer to member function called, but not in class scope"
7229 msgstr ""
7230
7231 #: cp/typeck.c:2780
7232 msgid ""
7233 "invalid call to member function needing `this' in static member function "
7234 "scope"
7235 msgstr ""
7236
7237 #: cp/typeck.c:2966
7238 msgid "ISO C++ forbids calling `::main' from within program"
7239 msgstr ""
7240
7241 #: cp/typeck.c:3169
7242 msgid "parameter type of called function is incomplete"
7243 msgstr ""
7244
7245 #: cp/typeck.c:3560
7246 #, c-format
7247 msgid "%s rotate count is negative"
7248 msgstr ""
7249
7250 #: cp/typeck.c:3563
7251 #, c-format
7252 msgid "%s rotate count >= width of type"
7253 msgstr ""
7254
7255 #: cp/typeck.c:3594 cp/typeck.c:3599 cp/typeck.c:3729 cp/typeck.c:3734
7256 msgid "ISO C++ forbids comparison between pointer and integer"
7257 msgstr ""
7258
7259 #: cp/typeck.c:3949
7260 msgid "comparison between signed and unsigned integer expressions"
7261 msgstr ""
7262
7263 #: cp/typeck.c:4088
7264 msgid "ISO C++ forbids using pointer of type `void *' in pointer arithmetic"
7265 msgstr ""
7266
7267 #: cp/typeck.c:4094
7268 msgid "ISO C++ forbids using a pointer-to-function in pointer arithmetic"
7269 msgstr ""
7270
7271 #: cp/typeck.c:4100
7272 msgid ""
7273 "ISO C++ forbids using a pointer to member function in pointer arithmetic"
7274 msgstr ""
7275
7276 #: cp/typeck.c:4106
7277 msgid "ISO C++ forbids using pointer to a member in pointer arithmetic"
7278 msgstr ""
7279
7280 #: cp/typeck.c:4177
7281 msgid "ISO C++ forbids using pointer of type `void *' in subtraction"
7282 msgstr ""
7283
7284 #: cp/typeck.c:4179
7285 msgid "ISO C++ forbids using pointer to a function in subtraction"
7286 msgstr ""
7287
7288 #: cp/typeck.c:4181
7289 msgid "ISO C++ forbids using pointer to a method in subtraction"
7290 msgstr ""
7291
7292 #: cp/typeck.c:4183
7293 msgid "ISO C++ forbids using pointer to a member in subtraction"
7294 msgstr ""
7295
7296 #: cp/typeck.c:4195
7297 msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
7298 msgstr ""
7299
7300 #: cp/typeck.c:4300
7301 msgid "taking address of temporary"
7302 msgstr ""
7303
7304 #: cp/typeck.c:4486
7305 #, c-format
7306 msgid "ISO C++ forbids %sing an enum"
7307 msgstr ""
7308
7309 #: cp/typeck.c:4530
7310 msgid "cast to non-reference type used as lvalue"
7311 msgstr ""
7312
7313 #. ARM $3.4
7314 #: cp/typeck.c:4608
7315 msgid "ISO C++ forbids taking address of function `::main'"
7316 msgstr ""
7317
7318 #: cp/typeck.c:4685
7319 msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
7320 msgstr ""
7321
7322 #: cp/typeck.c:4701
7323 msgid "unary `&'"
7324 msgstr ""
7325
7326 #: cp/typeck.c:4923
7327 msgid "cannot take the address of `this', which is an ravlue expression"
7328 msgstr ""
7329
7330 #: cp/typeck.c:5233
7331 msgid ""
7332 "ISO C++ forbids casting between pointer-to-function and pointer-to-object"
7333 msgstr ""
7334
7335 #: cp/typeck.c:5344 cp/typeck.c:5349
7336 msgid "ISO C++ forbids casting to an array type"
7337 msgstr ""
7338
7339 #: cp/typeck.c:5676
7340 msgid "ISO C++ forbids cast to non-reference type used as lvalue"
7341 msgstr ""
7342
7343 #: cp/typeck.c:5782
7344 msgid "ISO C++ forbids assignment of arrays"
7345 msgstr ""
7346
7347 #: cp/typeck.c:5799
7348 msgid "return value from function receives multiple initializations"
7349 msgstr ""
7350
7351 #: cp/typeck.c:5941
7352 msgid "   in pointer to member function conversion"
7353 msgstr ""
7354
7355 #: cp/typeck.c:5949
7356 msgid "   in pointer to member conversion"
7357 msgstr ""
7358
7359 #: cp/typeck.c:6669
7360 msgid "returning reference to temporary"
7361 msgstr ""
7362
7363 #: cp/typeck.c:6676
7364 msgid "reference to non-lvalue returned"
7365 msgstr ""
7366
7367 #: cp/typeck.c:6722
7368 msgid "returning a value from a destructor"
7369 msgstr ""
7370
7371 #. If a return statement appears in a handler of the
7372 #. function-try-block of a constructor, the program is ill-formed.
7373 #: cp/typeck.c:6730
7374 msgid "cannot return from a handler of a function-try-block of a constructor"
7375 msgstr ""
7376
7377 #. You can't return a value from a constructor.
7378 #: cp/typeck.c:6733
7379 msgid "returning a value from a constructor"
7380 msgstr ""
7381
7382 #: cp/typeck.c:6755
7383 msgid ""
7384 "return-statement with no value, in function declared with a non-void return "
7385 "type"
7386 msgstr ""
7387
7388 #: cp/typeck.c:6771
7389 msgid ""
7390 "return-statement with a value, in function declared with a void return type"
7391 msgstr ""
7392
7393 #: cp/typeck2.c:171
7394 msgid "  since the following virtual functions are abstract:"
7395 msgstr ""
7396
7397 #: cp/typeck2.c:260
7398 #, c-format
7399 msgid "Internal error #%d."
7400 msgstr ""
7401
7402 #: cp/typeck2.c:327
7403 msgid "due to the presence of a constructor"
7404 msgstr ""
7405
7406 #: cp/typeck2.c:351
7407 msgid "comma expression used to initialize return value"
7408 msgstr ""
7409
7410 #: cp/typeck2.c:360
7411 msgid "cannot initialize arrays using this syntax"
7412 msgstr ""
7413
7414 #: cp/typeck2.c:416
7415 msgid "ANSI C++ forbids non-constant aggregate initializer expressions"
7416 msgstr ""
7417
7418 #: cp/typeck2.c:491
7419 msgid "initializing array with parameter list"
7420 msgstr ""
7421
7422 #: cp/typeck2.c:547
7423 msgid "initializer for scalar variable requires one element"
7424 msgstr ""
7425
7426 #: cp/typeck2.c:644
7427 msgid "aggregate has a partly bracketed initializer"
7428 msgstr ""
7429
7430 #: cp/typeck2.c:674 cp/typeck2.c:775
7431 msgid "non-trivial labeled initializers"
7432 msgstr ""
7433
7434 #: cp/typeck2.c:691
7435 msgid "non-empty initializer for array of empty elements"
7436 msgstr ""
7437
7438 #: cp/typeck2.c:741
7439 msgid "initializer list for object of class with virtual base classes"
7440 msgstr ""
7441
7442 #: cp/typeck2.c:747
7443 msgid "initializer list for object of class with base classes"
7444 msgstr ""
7445
7446 #: cp/typeck2.c:753
7447 msgid "initializer list for object using virtual functions"
7448 msgstr ""
7449
7450 #: cp/typeck2.c:863
7451 msgid "index value instead of field name in union initializer"
7452 msgstr ""
7453
7454 #: cp/typeck2.c:919
7455 msgid "excess elements in aggregate initializer"
7456 msgstr ""
7457
7458 #: cp/typeck2.c:1022
7459 msgid "circular pointer delegation detected"
7460 msgstr ""
7461
7462 #: cp/typeck2.c:1049
7463 msgid "result of `operator->()' yields non-pointer result"
7464 msgstr ""
7465
7466 #: cp/typeck2.c:1051
7467 msgid "base operand of `->' is not a pointer"
7468 msgstr ""
7469
7470 #: cp/typeck2.c:1223
7471 #, c-format
7472 msgid "ISO C++ forbids defining types within %s"
7473 msgstr ""
7474
7475 #: cp/xref.c:833
7476 #, c-format
7477 msgid "Can't create cross-reference file `%s'"
7478 msgstr ""
7479
7480 #: ../libiberty/cplus-dem.c:4788 gcc.c:5681
7481 msgid "Internal gcc abort."
7482 msgstr ""
7483
7484 #. N.B. The current line in each outer source file is one
7485 #. greater than the line of the #include, so we must
7486 #. subtract one to correct for that.
7487 #: cpperror.c:63
7488 #, c-format
7489 msgid "In file included from %s:%u"
7490 msgstr ""
7491
7492 #. Translators note: this message is used in conjunction
7493 #. with "In file included from %s:%ld" and some other
7494 #. tricks.  We want something like this:
7495 #.
7496 #. | In file included from sys/select.h:123,
7497 #. |                  from sys/types.h:234,
7498 #. |                  from userfile.c:31:
7499 #. | bits/select.h:45: <error message here>
7500 #.
7501 #. with all the "from"s lined up.
7502 #. The trailing comma is at the beginning of this message,
7503 #. and the trailing colon is not translated.
7504 #: cpperror.c:79
7505 #, c-format
7506 msgid ""
7507 ",\n"
7508 "                 from %s:%u"
7509 msgstr ""
7510
7511 #: cpperror.c:165
7512 msgid "internal error: "
7513 msgstr ""
7514
7515 #: cpperror.c:184
7516 msgid "warning: "
7517 msgstr ""
7518
7519 #: cpperror.c:295 cpperror.c:457 gcc.c:5653 tradcpp.c:4206
7520 #, c-format
7521 msgid "%s: %s"
7522 msgstr ""
7523
7524 #: cppexp.c:207
7525 msgid "traditional C rejects the `U' suffix"
7526 msgstr ""
7527
7528 #: cppexp.c:213
7529 msgid "integer constant contains digits beyond the radix"
7530 msgstr ""
7531
7532 #: cppexp.c:216
7533 msgid "integer constant out of range"
7534 msgstr ""
7535
7536 #: cppexp.c:222
7537 msgid "integer constant is so large that it is unsigned"
7538 msgstr ""
7539
7540 #: cppexp.c:231
7541 #, c-format
7542 msgid "invalid suffix '%.*s' on integer constant"
7543 msgstr ""
7544
7545 #: cppexp.c:418
7546 #, c-format
7547 msgid "\"%s\" is not defined"
7548 msgstr ""
7549
7550 #: cppexp.c:493
7551 msgid "octal escape sequence out of range"
7552 msgstr ""
7553
7554 #: cppexp.c:526
7555 msgid "hex escape sequence out of range"
7556 msgstr ""
7557
7558 #: cppexp.c:541
7559 msgid "integer overflow in preprocessor expression"
7560 msgstr ""
7561
7562 #: cppexp.c:811
7563 #, c-format
7564 msgid "impossible operator type %s"
7565 msgstr ""
7566
7567 #: cppexp.c:920
7568 msgid "comma operator in operand of #if"
7569 msgstr ""
7570
7571 #: cppfiles.c:195
7572 #, c-format
7573 msgid "included file \"%s\" exists but is not readable"
7574 msgstr ""
7575
7576 #: cppfiles.c:218
7577 #, c-format
7578 msgid "node for '%s' exists, open failed, error '%s', value %lx\n"
7579 msgstr ""
7580
7581 #: cppfiles.c:366
7582 #, c-format
7583 msgid "cpp_make_system_header: bad flag %d\n"
7584 msgstr ""
7585
7586 #: cppfiles.c:368
7587 msgid "cpp_make_system_header called on non-file buffer"
7588 msgstr ""
7589
7590 #: cppfiles.c:410
7591 msgid "Multiple include guards may be useful for:\n"
7592 msgstr ""
7593
7594 #: cppfiles.c:444 cppfiles.c:521
7595 #, c-format
7596 msgid "No include path in which to find %s"
7597 msgstr ""
7598
7599 #: cppfiles.c:649
7600 #, c-format
7601 msgid "%s is too large"
7602 msgstr ""
7603
7604 #: cppfiles.c:657
7605 #, c-format
7606 msgid "%s is shorter than expected\n"
7607 msgstr ""
7608
7609 #: cppfiles.c:661
7610 #, c-format
7611 msgid "%s is a block device"
7612 msgstr ""
7613
7614 #: cppfiles.c:666
7615 #, c-format
7616 msgid "%s is a directory"
7617 msgstr ""
7618
7619 #: cppinit.c:258
7620 #, c-format
7621 msgid "ignoring nonexistent directory \"%s\"\n"
7622 msgstr ""
7623
7624 #: cppinit.c:264
7625 #, c-format
7626 msgid "%s: Not a directory"
7627 msgstr ""
7628
7629 #: cppinit.c:305
7630 #, c-format
7631 msgid "ignoring duplicate directory \"%s\"\n"
7632 msgstr ""
7633
7634 #: cppinit.c:816
7635 msgid "-MG must be specified with one of -M or -MM"
7636 msgstr ""
7637
7638 #: cppinit.c:855
7639 msgid "#include \"...\" search starts here:\n"
7640 msgstr ""
7641
7642 #: cppinit.c:859
7643 msgid "#include <...> search starts here:\n"
7644 msgstr ""
7645
7646 #: cppinit.c:862
7647 msgid "End of search list.\n"
7648 msgstr ""
7649
7650 #: cppinit.c:943
7651 msgid "buffers still stacked in cpp_finish"
7652 msgstr ""
7653
7654 #: cppinit.c:969 tradcpp.c:945 tradcpp.c:954 tradcpp.c:959
7655 msgid "I/O error on output"
7656 msgstr ""
7657
7658 #. Irix6 "cc -n32" and OSF4 cc have problems with char foo[] = ("string");
7659 #. I.e. a const string initializer with parens around it.  That is
7660 #. what N_("string") resolves to, so we make no_* be macros instead.
7661 #: cppinit.c:1006
7662 #, c-format
7663 msgid "Argument missing after %s"
7664 msgstr ""
7665
7666 #: cppinit.c:1007
7667 #, c-format
7668 msgid "Assertion missing after %s"
7669 msgstr ""
7670
7671 #: cppinit.c:1008
7672 #, c-format
7673 msgid "Directory name missing after %s"
7674 msgstr ""
7675
7676 #: cppinit.c:1009
7677 #, c-format
7678 msgid "File name missing after %s"
7679 msgstr ""
7680
7681 #: cppinit.c:1010
7682 #, c-format
7683 msgid "Macro name missing after %s"
7684 msgstr ""
7685
7686 #: cppinit.c:1011
7687 #, c-format
7688 msgid "Path name missing after %s"
7689 msgstr ""
7690
7691 #: cppinit.c:1012
7692 #, c-format
7693 msgid "Number missing after %s"
7694 msgstr ""
7695
7696 #: cppinit.c:1186
7697 #, c-format
7698 msgid "Too many arguments. Type %s --help for usage info"
7699 msgstr ""
7700
7701 #: cppinit.c:1268 cppinit.c:1406
7702 #, c-format
7703 msgid "GNU CPP version %s (cpplib)\n"
7704 msgstr ""
7705
7706 #: cppinit.c:1398 tradcpp.c:565
7707 msgid "Output filename specified twice"
7708 msgstr ""
7709
7710 #: cppinit.c:1531
7711 msgid "-I- specified twice"
7712 msgstr ""
7713
7714 #: cppinit.c:1682
7715 #, c-format
7716 msgid "Usage: %s [switches] input output\n"
7717 msgstr ""
7718
7719 #. To keep the lines from getting too long for some compilers, limit
7720 #. to about 500 characters (6 lines) per chunk.
7721 #: cppinit.c:1685
7722 msgid ""
7723 "Switches:\n"
7724 "  -include <file>           Include the contents of <file> before other "
7725 "files\n"
7726 "  -imacros <file>           Accept definition of macros in <file>\n"
7727 "  -iprefix <path>           Specify <path> as a prefix for next two options\n"
7728 "  -iwithprefix <dir>        Add <dir> to the end of the system include path\n"
7729 "  -iwithprefixbefore <dir>  Add <dir> to the end of the main include path\n"
7730 "  -isystem <dir>            Add <dir> to the start of the system include "
7731 "path\n"
7732 msgstr ""
7733
7734 #: cppinit.c:1694
7735 msgid ""
7736 "  -idirafter <dir>          Add <dir> to the end of the system include path\n"
7737 "  -I <dir>                  Add <dir> to the end of the main include path\n"
7738 "  -I-                       Fine-grained include path control; see info "
7739 "docs\n"
7740 "  -nostdinc                 Do not search system include directories\n"
7741 "                             (dirs specified with -isystem will still be "
7742 "used)\n"
7743 "  -nostdinc++               Do not search system include directories for "
7744 "C++\n"
7745 "  -o <file>                 Put output into <file>\n"
7746 msgstr ""
7747
7748 #: cppinit.c:1703
7749 msgid ""
7750 "  -pedantic                 Issue all warnings demanded by strict ISO C\n"
7751 "  -pedantic-errors          Issue -pedantic warnings as errors instead\n"
7752 "  -trigraphs                Support ISO C trigraphs\n"
7753 "  -lang-c                   Assume that the input sources are in C\n"
7754 "  -lang-c89                 Assume that the input sources are in C89\n"
7755 msgstr ""
7756
7757 #: cppinit.c:1710
7758 msgid ""
7759 "  -lang-c++                 Assume that the input sources are in C++\n"
7760 "  -lang-objc                Assume that the input sources are in ObjectiveC\n"
7761 "  -lang-objc++              Assume that the input sources are in "
7762 "ObjectiveC++\n"
7763 "  -lang-asm                 Assume that the input sources are in assembler\n"
7764 msgstr ""
7765
7766 #: cppinit.c:1716
7767 msgid ""
7768 "  -std=<std name>           Specify the conformance standard; one of:\n"
7769 "                            gnu89, gnu99, c89, c99, iso9899:1990,\n"
7770 "                            iso9899:199409, iso9899:1999\n"
7771 "  -+                        Allow parsing of C++ style features\n"
7772 "  -w                        Inhibit warning messages\n"
7773 "  -Wtrigraphs               Warn if trigraphs are encountered\n"
7774 "  -Wno-trigraphs            Do not warn about trigraphs\n"
7775 "  -Wcomment{s}              Warn if one comment starts inside another\n"
7776 msgstr ""
7777
7778 #: cppinit.c:1726
7779 msgid ""
7780 "  -Wno-comment{s}           Do not warn about comments\n"
7781 "  -Wtraditional             Warn about features not present in traditional "
7782 "C\n"
7783 "  -Wno-traditional          Do not warn about traditional C\n"
7784 "  -Wundef                   Warn if an undefined macro is used by #if\n"
7785 "  -Wno-undef                Do not warn about testing undefined macros\n"
7786 "  -Wimport                  Warn about the use of the #import directive\n"
7787 msgstr ""
7788
7789 #: cppinit.c:1734
7790 msgid ""
7791 "  -Wno-import               Do not warn about the use of #import\n"
7792 "  -Werror                   Treat all warnings as errors\n"
7793 "  -Wno-error                Do not treat warnings as errors\n"
7794 "  -Wall                     Enable all preprocessor warnings\n"
7795 "  -M                        Generate make dependencies\n"
7796 "  -MM                       As -M, but ignore system header files\n"
7797 msgstr ""
7798
7799 #: cppinit.c:1742
7800 msgid ""
7801 "  -MD                       As -M, but put output in a .d file\n"
7802 "  -MMD                      As -MD, but ignore system header files\n"
7803 "  -MG                       Treat missing header file as generated files\n"
7804 "  -g3                       Include #define and #undef directives in the "
7805 "output\n"
7806 "  -D<macro>                 Define a <macro> with string '1' as its value\n"
7807 "  -D<macro>=<val>           Define a <macro> with <val> as its value\n"
7808 msgstr ""
7809
7810 #: cppinit.c:1750
7811 msgid ""
7812 "  -A<question> (<answer>)   Assert the <answer> to <question>\n"
7813 "  -A-<question> (<answer>)  Disable the <answer> to <question>\n"
7814 "  -U<macro>                 Undefine <macro> \n"
7815 "  -v                        Display the version number\n"
7816 "  -H                        Print the name of header files as they are used\n"
7817 "  -C                        Do not discard comments\n"
7818 msgstr ""
7819
7820 #: cppinit.c:1758
7821 msgid ""
7822 "  -dM                       Display a list of macro definitions active at "
7823 "end\n"
7824 "  -dD                       Preserve macro definitions in output\n"
7825 "  -dN                       As -dD except that only the names are preserved\n"
7826 "  -dI                       Include #include directives in the output\n"
7827 "  -ftabstop=<number>        Distance between tab stops for column reporting\n"
7828 "  -P                        Do not generate #line directives\n"
7829 "  -$                        Do not allow '$' in identifiers\n"
7830 msgstr ""
7831
7832 #: cppinit.c:1767
7833 msgid ""
7834 "  -remap                    Remap file names when including files.\n"
7835 "  --version                 Display version information\n"
7836 "  -h or --help              Display this information\n"
7837 msgstr ""
7838
7839 #: cpplex.c:425
7840 msgid "missing terminating > character"
7841 msgstr ""
7842
7843 #: cpplex.c:724
7844 #, c-format
7845 msgid "trigraph ??%c converted to %c"
7846 msgstr ""
7847
7848 #: cpplex.c:728
7849 #, c-format
7850 msgid "trigraph ??%c ignored"
7851 msgstr ""
7852
7853 #: cpplex.c:841
7854 msgid "'/*' within comment"
7855 msgstr ""
7856
7857 #: cpplex.c:941
7858 msgid "embedded null character ignored"
7859 msgstr ""
7860
7861 #: cpplex.c:947
7862 #, c-format
7863 msgid "%s in preprocessing directive"
7864 msgstr ""
7865
7866 #: cpplex.c:977
7867 msgid "'$' character in identifier"
7868 msgstr ""
7869
7870 #: cpplex.c:1139
7871 msgid "multi-line string constant"
7872 msgstr ""
7873
7874 #: cpplex.c:1177
7875 #, c-format
7876 msgid "missing terminating %c character"
7877 msgstr ""
7878
7879 #: cpplex.c:1184
7880 msgid "possible start of unterminated string literal"
7881 msgstr ""
7882
7883 #: cpplex.c:1194
7884 msgid "null characters preserved"
7885 msgstr ""
7886
7887 #: cpplex.c:1195
7888 msgid "null character preserved"
7889 msgstr ""
7890
7891 #: cpplex.c:1436
7892 msgid "C++ style comments are not allowed in ISO C89"
7893 msgstr ""
7894
7895 #: cpplex.c:1438
7896 msgid "(this will be reported only once per input file)"
7897 msgstr ""
7898
7899 #: cpplex.c:1446
7900 msgid "comment start split across lines"
7901 msgstr ""
7902
7903 #: cpplex.c:1449
7904 msgid "multi-line comment"
7905 msgstr ""
7906
7907 #: cpplex.c:1479
7908 msgid "comment start '/*' split across lines"
7909 msgstr ""
7910
7911 #: cpplex.c:1483 tradcpp.c:1348
7912 msgid "unterminated comment"
7913 msgstr ""
7914
7915 #: cpplex.c:1487
7916 msgid "comment end '*/' split across lines"
7917 msgstr ""
7918
7919 #: cpplex.c:1528
7920 msgid "backslash-newline at end of file"
7921 msgstr ""
7922
7923 #: cpplex.c:1548
7924 msgid "backslash and newline separated by space"
7925 msgstr ""
7926
7927 #: cpplex.c:1561
7928 msgid "K+R C ignores #\\n with the # indented"
7929 msgstr ""
7930
7931 #: cpplex.c:1781
7932 msgid "no newline at end of file"
7933 msgstr ""
7934
7935 #: cpplex.c:1797
7936 #, c-format
7937 msgid "invalid preprocessing directive #%s"
7938 msgstr ""
7939
7940 #: cpplex.c:1800
7941 msgid "invalid preprocessing directive"
7942 msgstr ""
7943
7944 #: cpplex.c:2035
7945 #, c-format
7946 msgid "Unspellable token %s"
7947 msgstr ""
7948
7949 #: cpplex.c:2284
7950 #, c-format
7951 msgid "function macro %s must be used with arguments in traditional C"
7952 msgstr ""
7953
7954 #: cpplex.c:2418
7955 #, c-format
7956 msgid "unterminated argument list for macro \"%s\""
7957 msgstr ""
7958
7959 #: cpplex.c:2439
7960 msgid "ISO C99 requires rest arguments to be used"
7961 msgstr ""
7962
7963 #: cpplex.c:2445
7964 #, c-format
7965 msgid "not enough arguments for macro \"%s\""
7966 msgstr ""
7967
7968 #: cpplex.c:2453
7969 #, c-format
7970 msgid "too many arguments for macro \"%s\""
7971 msgstr ""
7972
7973 #: cpplex.c:2780
7974 msgid "pasting would not give a valid preprocessing token"
7975 msgstr ""
7976
7977 #: cpplex.c:2910
7978 msgid "invalid string literal, ignoring final '\\'"
7979 msgstr ""
7980
7981 #: cpplex.c:3060
7982 msgid "two tokens pushed in a row"
7983 msgstr ""
7984
7985 #: cpplex.c:3082
7986 #, c-format
7987 msgid "directive begins with %s?!"
7988 msgstr ""
7989
7990 #: cpplex.c:3192
7991 #, c-format
7992 msgid "macros nested too deep invoking '%s'"
7993 msgstr ""
7994
7995 #: cpplex.c:3314
7996 #, c-format
7997 msgid "#%s may not be used inside a macro argument"
7998 msgstr ""
7999
8000 #: cpplex.c:3501 cpplib.c:260 cpplib.c:1466
8001 #, c-format
8002 msgid "attempt to use poisoned \"%s\""
8003 msgstr ""
8004
8005 #: cpplex.c:3505
8006 msgid "invalid special hash type"
8007 msgstr ""
8008
8009 #: cpplex.c:3582
8010 msgid "<command line>"
8011 msgstr ""
8012
8013 #: cpplib.c:165 cpplib.c:210
8014 #, c-format
8015 msgid "traditional C ignores #%s with the # indented"
8016 msgstr ""
8017
8018 #: cpplib.c:170
8019 #, c-format
8020 msgid "suggest hiding #%s from traditional C with an indented #"
8021 msgstr ""
8022
8023 #: cpplib.c:181
8024 #, c-format
8025 msgid "ISO C does not allow #%s"
8026 msgstr ""
8027
8028 #: cpplib.c:205
8029 msgid "# followed by integer"
8030 msgstr ""
8031
8032 #: cpplib.c:235
8033 msgid "\"defined\" cannot be used as a macro name"
8034 msgstr ""
8035
8036 #: cpplib.c:238
8037 #, c-format
8038 msgid "\"%s\" cannot be used as a macro name in C++"
8039 msgstr ""
8040
8041 #: cpplib.c:242
8042 msgid "macro names must be identifiers"
8043 msgstr ""
8044
8045 #: cpplib.c:251
8046 #, c-format
8047 msgid "\"%s\" cannot be used as a macro name"
8048 msgstr ""
8049
8050 #: cpplib.c:289
8051 msgid "junk on line after #undef"
8052 msgstr ""
8053
8054 #: cpplib.c:299
8055 #, c-format
8056 msgid "undefining \"%s\""
8057 msgstr ""
8058
8059 #: cpplib.c:325
8060 #, c-format
8061 msgid "#%s expects \"FILENAME\" or <FILENAME>"
8062 msgstr ""
8063
8064 #: cpplib.c:331
8065 #, c-format
8066 msgid "empty file name in #%s"
8067 msgstr ""
8068
8069 #: cpplib.c:336
8070 #, c-format
8071 msgid "junk at end of #%s"
8072 msgstr ""
8073
8074 #: cpplib.c:374
8075 msgid "#import is obsolete, use an #ifndef wrapper in the header file"
8076 msgstr ""
8077
8078 #: cpplib.c:411
8079 msgid "#include_next in primary source file"
8080 msgstr ""
8081
8082 #: cpplib.c:439
8083 msgid "invalid format #line"
8084 msgstr ""
8085
8086 #: cpplib.c:494
8087 msgid "token after #line is not a positive integer"
8088 msgstr ""
8089
8090 #: cpplib.c:499
8091 msgid "line number out of range"
8092 msgstr ""
8093
8094 #: cpplib.c:512
8095 msgid "second token after #line is not a string"
8096 msgstr ""
8097
8098 #: cpplib.c:534
8099 msgid "garbage at end of #line"
8100 msgstr ""
8101
8102 #: cpplib.c:618
8103 msgid "invalid #ident"
8104 msgstr ""
8105
8106 #: cpplib.c:670
8107 #, c-format
8108 msgid "unknown #pragma namespace %s"
8109 msgstr ""
8110
8111 #: cpplib.c:791
8112 msgid "#pragma once is obsolete"
8113 msgstr ""
8114
8115 #: cpplib.c:794
8116 msgid "#pragma once outside include file"
8117 msgstr ""
8118
8119 #: cpplib.c:815
8120 msgid "invalid #pragma poison directive"
8121 msgstr ""
8122
8123 #: cpplib.c:825
8124 #, c-format
8125 msgid "poisoning existing macro \"%s\""
8126 msgstr ""
8127
8128 #: cpplib.c:847
8129 msgid "#pragma system_header outside include file"
8130 msgstr ""
8131
8132 #: cpplib.c:872
8133 #, c-format
8134 msgid "cannot find source %c%s%c"
8135 msgstr ""
8136
8137 #: cpplib.c:877
8138 #, c-format
8139 msgid "current file is older than %c%.*s%c"
8140 msgstr ""
8141
8142 #: cpplib.c:959
8143 #, c-format
8144 msgid "#%s with no argument"
8145 msgstr ""
8146
8147 #: cpplib.c:961
8148 #, c-format
8149 msgid "#%s with invalid argument"
8150 msgstr ""
8151
8152 #: cpplib.c:963
8153 #, c-format
8154 msgid "garbage at end of #%s"
8155 msgstr ""
8156
8157 #: cpplib.c:969
8158 #, c-format
8159 msgid "attempt to use poisoned identifier \"%s\""
8160 msgstr ""
8161
8162 #: cpplib.c:1043
8163 msgid "#else without #if"
8164 msgstr ""
8165
8166 #: cpplib.c:1048 tradcpp.c:3335
8167 msgid "#else after #else"
8168 msgstr ""
8169
8170 #: cpplib.c:1050 cpplib.c:1086
8171 msgid "the conditional began here"
8172 msgstr ""
8173
8174 #: cpplib.c:1079
8175 msgid "#elif without #if"
8176 msgstr ""
8177
8178 #: cpplib.c:1084 tradcpp.c:3043
8179 msgid "#elif after #else"
8180 msgstr ""
8181
8182 #: cpplib.c:1113
8183 msgid "#endif without #if"
8184 msgstr ""
8185
8186 #: cpplib.c:1159
8187 #, c-format
8188 msgid "ISO C forbids text after #%s"
8189 msgstr ""
8190
8191 #: cpplib.c:1174
8192 #, c-format
8193 msgid "unterminated #%s"
8194 msgstr ""
8195
8196 #: cpplib.c:1203
8197 msgid "assertion without predicate"
8198 msgstr ""
8199
8200 #: cpplib.c:1208
8201 msgid "predicate must be an identifier"
8202 msgstr ""
8203
8204 #: cpplib.c:1226
8205 msgid "missing '(' after predicate"
8206 msgstr ""
8207
8208 #: cpplib.c:1243
8209 msgid "missing ')' to complete answer"
8210 msgstr ""
8211
8212 #: cpplib.c:1266
8213 msgid "predicate's answer is empty"
8214 msgstr ""
8215
8216 #: cpplib.c:1276
8217 msgid "junk at end of assertion"
8218 msgstr ""
8219
8220 #: cpplib.c:1337
8221 #, c-format
8222 msgid "\"%s\" re-asserted"
8223 msgstr ""
8224
8225 #: cpplib.c:1426
8226 msgid "<builtin>"
8227 msgstr ""
8228
8229 #: cpplib.c:1487
8230 msgid "#include nested too deep"
8231 msgstr ""
8232
8233 #: cpplib.c:1492
8234 msgid "buffer pushed with contexts stacked"
8235 msgstr ""
8236
8237 #: cppmain.c:79
8238 #, c-format
8239 msgid "Invalid option %s"
8240 msgstr ""
8241
8242 #: cppmain.c:258
8243 msgid "malformed #pragma implementation"
8244 msgstr ""
8245
8246 #: cppspec.c:127
8247 #, c-format
8248 msgid "\"%s\" is not a valid option to the preprocessor"
8249 msgstr ""
8250
8251 #: cppspec.c:151
8252 msgid "too many input files"
8253 msgstr ""
8254
8255 #: cse.c:7039
8256 #, c-format
8257 msgid ";; Processing block from %d to %d, %d sets.\n"
8258 msgstr ""
8259
8260 #: diagnostic.c:820
8261 #, c-format
8262 msgid "%s:%d: warning: "
8263 msgstr ""
8264
8265 #: diagnostic.c:822
8266 #, c-format
8267 msgid "%s:%d: "
8268 msgstr ""
8269
8270 #: diagnostic.c:827
8271 #, c-format
8272 msgid "%s: warning: "
8273 msgstr ""
8274
8275 #: diagnostic.c:829 diagnostic.c:838 diagnostic.c:1235
8276 #, c-format
8277 msgid "%s: "
8278 msgstr ""
8279
8280 #: diagnostic.c:923
8281 msgid "((anonymous))"
8282 msgstr ""
8283
8284 #: diagnostic.c:1198
8285 msgid "sorry, not implemented: "
8286 msgstr ""
8287
8288 #: diagnostic.c:1247
8289 #, c-format
8290 msgid "In method `%s':"
8291 msgstr ""
8292
8293 #: diagnostic.c:1251
8294 #, c-format
8295 msgid "In function `%s':"
8296 msgstr ""
8297
8298 #: diagnostic.c:1421
8299 msgid "Unrecognizable insn:"
8300 msgstr ""
8301
8302 #: diagnostic.c:1423
8303 msgid "Insn does not satisfy its constraints:"
8304 msgstr ""
8305
8306 #: diagnostic.c:1658
8307 #, c-format
8308 msgid ""
8309 "Internal compiler error in %s, at %s:%d\n"
8310 "Please submit a full bug report.\n"
8311 "See %s for instructions."
8312 msgstr ""
8313
8314 #: dwarf2out.c:2946
8315 #, c-format
8316 msgid "DW_LOC_OP %s not implememnted yet.\n"
8317 msgstr ""
8318
8319 #: dwarf2out.c:7115 dwarfout.c:1590
8320 #, c-format
8321 msgid "internal regno botch: regno = %d\n"
8322 msgstr ""
8323
8324 #: dwarfout.c:5743
8325 msgid "getpwd"
8326 msgstr ""
8327
8328 #: emit-rtl.c:1001
8329 msgid ""
8330 "Unable to access real part of complex value in a hard register on this target"
8331 msgstr ""
8332
8333 #: emit-rtl.c:1024
8334 msgid ""
8335 "Unable to access imaginary part of complex value in a hard register on this "
8336 "target"
8337 msgstr ""
8338
8339 #: emit-rtl.c:2512
8340 msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
8341 msgstr ""
8342
8343 #: except.c:776
8344 msgid "additional handler after ..."
8345 msgstr ""
8346
8347 #: except.c:954
8348 msgid "Cannot duplicate non-existant exception region."
8349 msgstr ""
8350
8351 #: except.c:1068
8352 msgid "exception handling disabled, use -fexceptions to enable"
8353 msgstr ""
8354
8355 #: except.c:1751
8356 msgid "Never issued previous false_label"
8357 msgstr ""
8358
8359 #: except.c:2532
8360 #, c-format
8361 msgid "Counted %d copies of EH region %d in list.\n"
8362 msgstr ""
8363
8364 #: except.c:3074
8365 msgid "Duplicate call to __builtin_eh_return"
8366 msgstr ""
8367
8368 #: except.c:3094
8369 msgid "function uses __builtin_eh_return"
8370 msgstr ""
8371
8372 #: explow.c:1461
8373 msgid "stack limits not supported on this target"
8374 msgstr ""
8375
8376 #: expr.c:2696
8377 msgid "function using short complex types cannot be inline"
8378 msgstr ""
8379
8380 #: expr.c:5684 expr.c:5693 expr.c:5702 expr.c:5707 expr.c:5885 expr.c:5900
8381 msgid "unsupported wide integer operation"
8382 msgstr ""
8383
8384 #: expr.c:5953
8385 #, c-format
8386 msgid "prior parameter's size depends on `%s'"
8387 msgstr ""
8388
8389 #: expr.c:6351
8390 msgid "returned value in block_exit_expr"
8391 msgstr ""
8392
8393 #: final.c:3406
8394 #, c-format
8395 msgid "invalid `asm': %s"
8396 msgstr ""
8397
8398 #: final.c:3409
8399 #, c-format
8400 msgid "output_operand: %s"
8401 msgstr ""
8402
8403 #: final.c:3549
8404 #, c-format
8405 msgid "operand number missing after %-letter"
8406 msgstr ""
8407
8408 #: final.c:3551 final.c:3586
8409 msgid "operand number out of range"
8410 msgstr ""
8411
8412 #: final.c:3600
8413 #, ycp-format
8414 msgid "invalid %%-code"
8415 msgstr ""
8416
8417 #: final.c:3627
8418 msgid "`%l' operand isn't a label"
8419 msgstr ""
8420
8421 #: flow.c:3575
8422 msgid "ICE: would have deleted prologue/epilogue insn"
8423 msgstr ""
8424
8425 #: flow.c:6620
8426 #, c-format
8427 msgid "End insn %d for block %d not found in the insn stream."
8428 msgstr ""
8429
8430 #: flow.c:6634
8431 #, c-format
8432 msgid "Insn %d is in multiple basic blocks (%d and %d)"
8433 msgstr ""
8434
8435 #: flow.c:6645
8436 #, c-format
8437 msgid "Head insn %d for block %d not found in the insn stream."
8438 msgstr ""
8439
8440 #: flow.c:6682 flow.c:6709
8441 #, c-format
8442 msgid "Basic block %i edge lists are corrupted"
8443 msgstr ""
8444
8445 #: flow.c:6694
8446 #, c-format
8447 msgid "Basic block %d pred edge is corrupted"
8448 msgstr ""
8449
8450 #: flow.c:6724
8451 #, c-format
8452 msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
8453 msgstr ""
8454
8455 #: flow.c:6732
8456 #, c-format
8457 msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d\n"
8458 msgstr ""
8459
8460 #: flow.c:6748
8461 #, c-format
8462 msgid "NOTE_INSN_BASIC_BLOCK %d in the middle of basic block %d"
8463 msgstr ""
8464
8465 #: flow.c:6760
8466 #, c-format
8467 msgid "In basic block %d:"
8468 msgstr ""
8469
8470 #: flow.c:6779
8471 msgid "Basic blocks not numbered consecutively"
8472 msgstr ""
8473
8474 #: flow.c:6819
8475 #, c-format
8476 msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
8477 msgstr ""
8478
8479 #: fold-const.c:3016 fold-const.c:3029
8480 #, c-format
8481 msgid "comparison is always %d due to width of bitfield"
8482 msgstr ""
8483
8484 #: fold-const.c:4071 fold-const.c:4088
8485 #, c-format
8486 msgid "comparison is always %d"
8487 msgstr ""
8488
8489 #: fold-const.c:4219
8490 msgid "`or' of unmatched not-equal tests is always 1"
8491 msgstr ""
8492
8493 #: fold-const.c:4224
8494 msgid "`and' of mutually exclusive equal-tests is always 0"
8495 msgstr ""
8496
8497 #: function.c:5223
8498 #, c-format
8499 msgid "`%s' might be used uninitialized in this function"
8500 msgstr ""
8501
8502 #: function.c:5230
8503 #, c-format
8504 msgid "variable `%s' might be clobbered by `longjmp' or `vfork'"
8505 msgstr ""
8506
8507 #: function.c:5249
8508 #, c-format
8509 msgid "argument `%s' might be clobbered by `longjmp' or `vfork'"
8510 msgstr ""
8511
8512 #: function.c:6009
8513 msgid "function returns an aggregate"
8514 msgstr ""
8515
8516 #: function.c:6518
8517 #, c-format
8518 msgid "unused parameter `%s'"
8519 msgstr ""
8520
8521 #: gcc.c:901
8522 #, c-format
8523 msgid "Ambiguous abbreviation %s"
8524 msgstr ""
8525
8526 #: gcc.c:928
8527 #, c-format
8528 msgid "Incomplete `%s' option"
8529 msgstr ""
8530
8531 #: gcc.c:939
8532 #, c-format
8533 msgid "Missing argument to `%s' option"
8534 msgstr ""
8535
8536 #: gcc.c:952
8537 #, c-format
8538 msgid "Extraneous argument to `%s' option"
8539 msgstr ""
8540
8541 #: gcc.c:1123
8542 msgid "Using builtin specs.\n"
8543 msgstr ""
8544
8545 #: gcc.c:1203
8546 #, c-format
8547 msgid ""
8548 "Setting spec %s to '%s'\n"
8549 "\n"
8550 msgstr ""
8551
8552 #: gcc.c:1394
8553 #, c-format
8554 msgid "Reading specs from %s\n"
8555 msgstr ""
8556
8557 #: gcc.c:1491 gcc.c:1509
8558 msgid "specs %%include syntax malformed after %ld characters"
8559 msgstr ""
8560
8561 #: gcc.c:1517
8562 #, c-format
8563 msgid "Could not find specs file %s\n"
8564 msgstr ""
8565
8566 #: gcc.c:1533 gcc.c:1541 gcc.c:1550 gcc.c:1559
8567 msgid "specs %%rename syntax malformed after %ld characters"
8568 msgstr ""
8569
8570 #: gcc.c:1568
8571 #, c-format
8572 msgid "specs %s spec was not found to be renamed"
8573 msgstr ""
8574
8575 #: gcc.c:1575
8576 #, c-format
8577 msgid "rename spec %s to %s\n"
8578 msgstr ""
8579
8580 #: gcc.c:1577
8581 #, c-format
8582 msgid ""
8583 "spec is '%s'\n"
8584 "\n"
8585 msgstr ""
8586
8587 #: gcc.c:1590
8588 msgid "specs unknown %% command after %ld characters"
8589 msgstr ""
8590
8591 #: gcc.c:1601 gcc.c:1614
8592 #, c-format
8593 msgid "specs file malformed after %ld characters"
8594 msgstr ""
8595
8596 #: gcc.c:1668
8597 msgid "spec file has no spec for linking"
8598 msgstr ""
8599
8600 #: gcc.c:2436
8601 msgid "-pipe not supported"
8602 msgstr ""
8603
8604 #: gcc.c:2472
8605 msgid ""
8606 "\n"
8607 "Go ahead? (y or n) "
8608 msgstr ""
8609
8610 #: gcc.c:2571
8611 #, c-format
8612 msgid ""
8613 "Internal error: %s (program %s)\n"
8614 "Please submit a full bug report.\n"
8615 "See %s for instructions."
8616 msgstr ""
8617
8618 #: gcc.c:2589
8619 #, c-format
8620 msgid "# %s %.2f %.2f\n"
8621 msgstr ""
8622
8623 #: gcc.c:2716
8624 #, c-format
8625 msgid "Usage: %s [options] file...\n"
8626 msgstr ""
8627
8628 #: gcc.c:2717
8629 msgid "Options:\n"
8630 msgstr ""
8631
8632 #: gcc.c:2719
8633 msgid "  -pass-exit-codes         Exit with highest error code from a phase\n"
8634 msgstr ""
8635
8636 #: gcc.c:2720
8637 msgid "  --help                   Display this information\n"
8638 msgstr ""
8639
8640 #: gcc.c:2722
8641 msgid "  (Use '-v --help' to display command line options of sub-processes)\n"
8642 msgstr ""
8643
8644 #: gcc.c:2723
8645 msgid "  -dumpspecs               Display all of the built in spec strings\n"
8646 msgstr ""
8647
8648 #: gcc.c:2724
8649 msgid "  -dumpversion             Display the version of the compiler\n"
8650 msgstr ""
8651
8652 #: gcc.c:2725
8653 msgid "  -dumpmachine             Display the compiler's target processor\n"
8654 msgstr ""
8655
8656 #: gcc.c:2726
8657 msgid ""
8658 "  -print-search-dirs       Display the directories in the compiler's search "
8659 "path\n"
8660 msgstr ""
8661
8662 #: gcc.c:2727
8663 msgid ""
8664 "  -print-libgcc-file-name  Display the name of the compiler's companion "
8665 "library\n"
8666 msgstr ""
8667
8668 #: gcc.c:2728
8669 msgid "  -print-file-name=<lib>   Display the full path to library <lib>\n"
8670 msgstr ""
8671
8672 #: gcc.c:2729
8673 msgid ""
8674 "  -print-prog-name=<prog>  Display the full path to compiler component "
8675 "<prog>\n"
8676 msgstr ""
8677
8678 #: gcc.c:2730
8679 msgid ""
8680 "  -print-multi-directory   Display the root directory for versions of "
8681 "libgcc\n"
8682 msgstr ""
8683
8684 #: gcc.c:2731
8685 msgid ""
8686 "  -print-multi-lib         Display the mapping between command line options "
8687 "and\n"
8688 "                           multiple library search directories\n"
8689 msgstr ""
8690
8691 #: gcc.c:2734
8692 msgid ""
8693 "  -Wa,<options>            Pass comma-separated <options> on to the "
8694 "assembler\n"
8695 msgstr ""
8696
8697 #: gcc.c:2735
8698 msgid ""
8699 "  -Wp,<options>            Pass comma-separated <options> on to the "
8700 "preprocessor\n"
8701 msgstr ""
8702
8703 #: gcc.c:2736
8704 msgid ""
8705 "  -Wl,<options>            Pass comma-separated <options> on to the linker\n"
8706 msgstr ""
8707
8708 #: gcc.c:2737
8709 msgid "  -Xlinker <arg>           Pass <arg> on to the linker\n"
8710 msgstr ""
8711
8712 #: gcc.c:2738
8713 msgid "  -save-temps              Do not delete intermediate files\n"
8714 msgstr ""
8715
8716 #: gcc.c:2739
8717 msgid "  -pipe                    Use pipes rather than intermediate files\n"
8718 msgstr ""
8719
8720 #: gcc.c:2740
8721 msgid "  -time                    Time the execution of each subprocess\n"
8722 msgstr ""
8723
8724 #: gcc.c:2741
8725 msgid ""
8726 "  -specs=<file>            Override builtin specs with the contents of "
8727 "<file>\n"
8728 msgstr ""
8729
8730 #: gcc.c:2742
8731 msgid ""
8732 "  -std=<standard>          Assume that the input sources are for <standard>\n"
8733 msgstr ""
8734
8735 #: gcc.c:2743
8736 msgid ""
8737 "  -B <directory>           Add <directory> to the compiler's search paths\n"
8738 msgstr ""
8739
8740 #: gcc.c:2744
8741 msgid "  -b <machine>             Run gcc for target <machine>, if installed\n"
8742 msgstr ""
8743
8744 #: gcc.c:2745
8745 msgid ""
8746 "  -V <version>             Run gcc version number <version>, if installed\n"
8747 msgstr ""
8748
8749 #: gcc.c:2746
8750 msgid ""
8751 "  -v                       Display the programs invoked by the compiler\n"
8752 msgstr ""
8753
8754 #: gcc.c:2747
8755 msgid ""
8756 "  -E                       Preprocess only; do not compile, assemble or "
8757 "link\n"
8758 msgstr ""
8759
8760 #: gcc.c:2748
8761 msgid "  -S                       Compile only; do not assemble or link\n"
8762 msgstr ""
8763
8764 #: gcc.c:2749
8765 msgid "  -c                       Compile and assemble, but do not link\n"
8766 msgstr ""
8767
8768 #: gcc.c:2750
8769 msgid "  -o <file>                Place the output into <file>\n"
8770 msgstr ""
8771
8772 #: gcc.c:2751
8773 msgid ""
8774 "  -x <language>            Specify the language of the following input "
8775 "files\n"
8776 "                           Permissable languages include: c c++ assembler "
8777 "none\n"
8778 "                           'none' means revert to the default behaviour of\n"
8779 "                           guessing the language based on the file's "
8780 "extension\n"
8781 msgstr ""
8782
8783 #: gcc.c:2758
8784 #, c-format
8785 msgid ""
8786 "\n"
8787 "Options starting with -g, -f, -m, -O or -W are automatically passed on to\n"
8788 "the various sub-processes invoked by %s.  In order to pass other options\n"
8789 "on to these processes the -W<letter> options must be used.\n"
8790 msgstr ""
8791
8792 #: gcc.c:3106
8793 msgid "argument to `-Xlinker' is missing"
8794 msgstr ""
8795
8796 #: gcc.c:3123
8797 msgid "argument to `-specs' is missing"
8798 msgstr ""
8799
8800 #: gcc.c:3138
8801 msgid "argument to `-specs=' is missing"
8802 msgstr ""
8803
8804 #: gcc.c:3160
8805 msgid "argument to `-b' is missing"
8806 msgstr ""
8807
8808 #: gcc.c:3173
8809 msgid "argument to `-B' is missing"
8810 msgstr ""
8811
8812 #: gcc.c:3226
8813 msgid "argument to `-V' is missing"
8814 msgstr ""
8815
8816 #: gcc.c:3247 gcc.c:3254 gcc.c:3261
8817 msgid "invalid version number format"
8818 msgstr ""
8819
8820 #: gcc.c:3332
8821 msgid "cannot specify -o with -c or -S and multiple compilations"
8822 msgstr ""
8823
8824 #: gcc.c:3501
8825 msgid "Warning: -pipe ignored since -save-temps specified"
8826 msgstr ""
8827
8828 #: gcc.c:3505
8829 msgid "Warning: -pipe ignored since -time specified"
8830 msgstr ""
8831
8832 #: gcc.c:3515
8833 msgid "argument to `-x' is missing"
8834 msgstr ""
8835
8836 #: gcc.c:3543
8837 #, c-format
8838 msgid "argument to `-%s' is missing"
8839 msgstr ""
8840
8841 #: gcc.c:3603
8842 #, c-format
8843 msgid "Warning: `-x %s' after last input file has no effect"
8844 msgstr ""
8845
8846 #: gcc.c:3800
8847 msgid "Invalid specification!  Bug in cc."
8848 msgstr ""
8849
8850 #. Catch the case where a spec string contains something like
8851 #. '%{foo:%*}'.  ie there is no * in the pattern on the left
8852 #. hand side of the :.
8853 #: gcc.c:4409
8854 #, ycp-format
8855 msgid "Spec failure: '%%*' has not been initialised by pattern match"
8856 msgstr ""
8857
8858 #: gcc.c:4418
8859 #, ycp-format
8860 msgid "Warning: use of obsolete %%[ operator in specs"
8861 msgstr ""
8862
8863 #: gcc.c:4436
8864 #, c-format
8865 msgid "Processing spec %c%s%c, which is '%s'\n"
8866 msgstr ""
8867
8868 #: gcc.c:4560
8869 #, c-format
8870 msgid "Spec failure: Unrecognised spec option '%c'"
8871 msgstr ""
8872
8873 #: gcc.c:5348
8874 #, c-format
8875 msgid "unrecognized option `-%s'"
8876 msgstr ""
8877
8878 #: gcc.c:5354
8879 #, c-format
8880 msgid "install: %s%s\n"
8881 msgstr ""
8882
8883 #: gcc.c:5355
8884 #, c-format
8885 msgid "programs: %s\n"
8886 msgstr ""
8887
8888 #: gcc.c:5356
8889 #, c-format
8890 msgid "libraries: %s\n"
8891 msgstr ""
8892
8893 #: gcc.c:5394
8894 msgid ""
8895 "\n"
8896 "For bug reporting instructions, please see:\n"
8897 msgstr ""
8898
8899 #: gcc.c:5418
8900 #, c-format
8901 msgid "gcc version %s\n"
8902 msgstr ""
8903
8904 #: gcc.c:5420
8905 #, c-format
8906 msgid "gcc driver version %s executing gcc version %s\n"
8907 msgstr ""
8908
8909 #: gcc.c:5428
8910 msgid "No input files"
8911 msgstr ""
8912
8913 #: gcc.c:5465
8914 #, c-format
8915 msgid "%s: %s compiler not installed on this system"
8916 msgstr ""
8917
8918 #: gcc.c:5535
8919 #, c-format
8920 msgid "%s: linker input file unused since linking not done"
8921 msgstr ""
8922
8923 #: gcc.c:5578
8924 #, c-format
8925 msgid "language %s not recognized"
8926 msgstr ""
8927
8928 #: gcov.c:292
8929 msgid "Internal gcov abort.\n"
8930 msgstr ""
8931
8932 #: gcov.c:301
8933 msgid "gcov [-b] [-v] [-n] [-l] [-f] [-o OBJDIR] file\n"
8934 msgstr ""
8935
8936 #: gcov.c:421
8937 #, c-format
8938 msgid "Could not open basic block file %s.\n"
8939 msgstr ""
8940
8941 #: gcov.c:430
8942 #, c-format
8943 msgid "Could not open data file %s.\n"
8944 msgstr ""
8945
8946 #: gcov.c:431
8947 msgid "Assuming that all execution counts are zero.\n"
8948 msgstr ""
8949
8950 #: gcov.c:437
8951 #, c-format
8952 msgid "Could not open program flow graph file %s.\n"
8953 msgstr ""
8954
8955 #: gcov.c:448
8956 #, c-format
8957 msgid "No executable code associated with file %s.\n"
8958 msgstr ""
8959
8960 #: gcov.c:747 profile.c:978
8961 msgid ".da file contents exhausted too early\n"
8962 msgstr ""
8963
8964 #: gcov.c:750 profile.c:981
8965 msgid ".da file contents not exhausted\n"
8966 msgstr ""
8967
8968 #: gcov.c:931
8969 msgid "%6.2f%% of %d source lines executed in function %s\n"
8970 msgstr ""
8971
8972 #: gcov.c:935
8973 #, c-format
8974 msgid "No executable source lines in function %s\n"
8975 msgstr ""
8976
8977 #: gcov.c:942
8978 msgid "%6.2f%% of %d branches executed in function %s\n"
8979 msgstr ""
8980
8981 #: gcov.c:946
8982 msgid "%6.2f%% of %d branches taken at least once in function %s\n"
8983 msgstr ""
8984
8985 #: gcov.c:951
8986 #, c-format
8987 msgid "No branches in function %s\n"
8988 msgstr ""
8989
8990 #: gcov.c:953
8991 msgid "%6.2f%% of %d calls executed in function %s\n"
8992 msgstr ""
8993
8994 #: gcov.c:957
8995 #, c-format
8996 msgid "No calls in function %s\n"
8997 msgstr ""
8998
8999 #: gcov.c:1089
9000 #, c-format
9001 msgid "didn't use all bb entries of graph, function %s\n"
9002 msgstr ""
9003
9004 #: gcov.c:1091
9005 #, c-format
9006 msgid "block_num = %ld, num_blocks = %d\n"
9007 msgstr ""
9008
9009 #: gcov.c:1129
9010 #, c-format
9011 msgid "ERROR: too many basic blocks in .bb file %s\n"
9012 msgstr ""
9013
9014 #: gcov.c:1206
9015 msgid "%6.2f%% of %d source lines executed in file %s\n"
9016 msgstr ""
9017
9018 #: gcov.c:1210
9019 #, c-format
9020 msgid "No executable source lines in file %s\n"
9021 msgstr ""
9022
9023 #: gcov.c:1217
9024 msgid "%6.2f%% of %d branches executed in file %s\n"
9025 msgstr ""
9026
9027 #: gcov.c:1221
9028 msgid "%6.2f%% of %d branches taken at least once in file %s\n"
9029 msgstr ""
9030
9031 #: gcov.c:1226
9032 #, c-format
9033 msgid "No branches in file %s\n"
9034 msgstr ""
9035
9036 #: gcov.c:1228
9037 msgid "%6.2f%% of %d calls executed in file %s\n"
9038 msgstr ""
9039
9040 #: gcov.c:1232
9041 #, c-format
9042 msgid "No calls in file %s\n"
9043 msgstr ""
9044
9045 #: gcov.c:1244
9046 #, c-format
9047 msgid "Could not open source file %s.\n"
9048 msgstr ""
9049
9050 #: gcov.c:1294
9051 #, c-format
9052 msgid "Could not open output file %s.\n"
9053 msgstr ""
9054
9055 #: gcov.c:1302
9056 #, c-format
9057 msgid "Creating %s.\n"
9058 msgstr ""
9059
9060 #: gcov.c:1346
9061 #, c-format
9062 msgid "call %d never executed\n"
9063 msgstr ""
9064
9065 #: gcov.c:1351
9066 #, c-format
9067 msgid "call %d returns = %d\n"
9068 msgstr ""
9069
9070 #: gcov.c:1355
9071 msgid "call %d returns = %d%%\n"
9072 msgstr ""
9073
9074 #: gcov.c:1363
9075 #, c-format
9076 msgid "branch %d never executed\n"
9077 msgstr ""
9078
9079 #: gcov.c:1369
9080 #, c-format
9081 msgid "branch %d taken = %d\n"
9082 msgstr ""
9083
9084 #: gcov.c:1373
9085 msgid "branch %d taken = %d%%\n"
9086 msgstr ""
9087
9088 #: gcov.c:1387
9089 #, c-format
9090 msgid "Unexpected EOF while reading source file %s.\n"
9091 msgstr ""
9092
9093 #: ../libiberty/getopt.c:682
9094 #, c-format
9095 msgid "%s: option `%s' is ambiguous\n"
9096 msgstr ""
9097
9098 #: ../libiberty/getopt.c:707
9099 #, c-format
9100 msgid "%s: option `--%s' doesn't allow an argument\n"
9101 msgstr ""
9102
9103 #: ../libiberty/getopt.c:712
9104 #, c-format
9105 msgid "%s: option `%c%s' doesn't allow an argument\n"
9106 msgstr ""
9107
9108 #: ../libiberty/getopt.c:730 ../libiberty/getopt.c:903
9109 #, c-format
9110 msgid "%s: option `%s' requires an argument\n"
9111 msgstr ""
9112
9113 #. --option
9114 #: ../libiberty/getopt.c:759
9115 #, c-format
9116 msgid "%s: unrecognized option `--%s'\n"
9117 msgstr ""
9118
9119 #. +option or -option
9120 #: ../libiberty/getopt.c:763
9121 #, c-format
9122 msgid "%s: unrecognized option `%c%s'\n"
9123 msgstr ""
9124
9125 #. 1003.2 specifies the format of this message.
9126 #: ../libiberty/getopt.c:789
9127 #, c-format
9128 msgid "%s: illegal option -- %c\n"
9129 msgstr ""
9130
9131 #: ../libiberty/getopt.c:792
9132 #, c-format
9133 msgid "%s: invalid option -- %c\n"
9134 msgstr ""
9135
9136 #. 1003.2 specifies the format of this message.
9137 #: ../libiberty/getopt.c:822 ../libiberty/getopt.c:952
9138 #, c-format
9139 msgid "%s: option requires an argument -- %c\n"
9140 msgstr ""
9141
9142 #: ../libiberty/getopt.c:869
9143 #, c-format
9144 msgid "%s: option `-W %s' is ambiguous\n"
9145 msgstr ""
9146
9147 #: ../libiberty/getopt.c:887
9148 #, c-format
9149 msgid "%s: option `-W %s' doesn't allow an argument\n"
9150 msgstr ""
9151
9152 #: haifa-sched.c:232
9153 #, c-format
9154 msgid "fix_sched_param: unknown param: %s"
9155 msgstr ""
9156
9157 #: hash.c:52 hash.c:59 hash.c:162 hash.c:239
9158 msgid "no memory"
9159 msgstr ""
9160
9161 #: integrate.c:153
9162 msgid "varargs function cannot be inline"
9163 msgstr ""
9164
9165 #: integrate.c:156
9166 msgid "function using alloca cannot be inline"
9167 msgstr ""
9168
9169 #: integrate.c:159
9170 msgid "function using setjmp cannot be inline"
9171 msgstr ""
9172
9173 #: integrate.c:162
9174 msgid "function with nested functions cannot be inline"
9175 msgstr ""
9176
9177 #: integrate.c:166
9178 msgid "function with label addresses used in initializers cannot inline"
9179 msgstr ""
9180
9181 #: integrate.c:173 integrate.c:217
9182 msgid "function too large to be inline"
9183 msgstr ""
9184
9185 #: integrate.c:183
9186 msgid "no prototype, and parameter address used; cannot be inline"
9187 msgstr ""
9188
9189 #: integrate.c:190 integrate.c:246
9190 msgid "inline functions not supported for this return value type"
9191 msgstr ""
9192
9193 #: integrate.c:195
9194 msgid "function with varying-size return value cannot be inline"
9195 msgstr ""
9196
9197 #: integrate.c:202
9198 msgid "function with varying-size parameter cannot be inline"
9199 msgstr ""
9200
9201 #: integrate.c:205
9202 msgid "function with transparent unit parameter cannot be inline"
9203 msgstr ""
9204
9205 #: integrate.c:224
9206 msgid "function with computed jump cannot inline"
9207 msgstr ""
9208
9209 #: integrate.c:228
9210 msgid "function with nonlocal goto cannot be inline"
9211 msgstr ""
9212
9213 #: integrate.c:240
9214 msgid "function with complex parameters cannot be inline"
9215 msgstr ""
9216
9217 #: integrate.c:253
9218 msgid "function with target specific attribute(s) cannot be inlined"
9219 msgstr ""
9220
9221 #: objc/objc-act.c:760
9222 msgid "Objective-C text in C source file"
9223 msgstr ""
9224
9225 #: objc/objc-act.c:814
9226 msgid "no class name specified as argument to -fconstant-string-class"
9227 msgstr ""
9228
9229 #: objc/objc-act.c:977
9230 #, c-format
9231 msgid "object does not conform to the `%s' protocol"
9232 msgstr ""
9233
9234 #: objc/objc-act.c:1015
9235 #, c-format
9236 msgid "class `%s' does not implement the `%s' protocol"
9237 msgstr ""
9238
9239 #: objc/objc-act.c:1097
9240 #, c-format
9241 msgid "`%s' cannot be statically allocated"
9242 msgstr ""
9243
9244 #: objc/objc-act.c:1098
9245 msgid "statically allocated objects not supported"
9246 msgstr ""
9247
9248 #: objc/objc-act.c:1156
9249 #, c-format
9250 msgid "Unexpected type for `id' (%s)"
9251 msgstr ""
9252
9253 #: objc/objc-act.c:1160
9254 msgid "Undefined type `id', please import <objc/objc.h>"
9255 msgstr ""
9256
9257 #: objc/objc-act.c:1206 objc/objc-act.c:5375
9258 #, c-format
9259 msgid "Cannot find protocol declaration for `%s'"
9260 msgstr ""
9261
9262 #: objc-parse.y:1358 objc/objc-act.c:1431 objc/objc-act.c:5901
9263 #: objc/objc-act.c:6202 objc/objc-act.c:6251 objc/objc-act.c:6287
9264 #, c-format
9265 msgid "Cannot find interface declaration for `%s'"
9266 msgstr ""
9267
9268 #: objc/objc-act.c:2467
9269 #, c-format
9270 msgid "Cannot find class `%s'"
9271 msgstr ""
9272
9273 #: objc/objc-act.c:2469
9274 #, c-format
9275 msgid "Class `%s' already exists"
9276 msgstr ""
9277
9278 #. fatal did not work with 2 args...should fix
9279 #: objc/objc-act.c:2596
9280 #, c-format
9281 msgid "Cannot find interface declaration for `%s', superclass of `%s'"
9282 msgstr ""
9283
9284 #: objc/objc-act.c:2604
9285 #, c-format
9286 msgid "Circular inheritance in interface declaration for `%s'"
9287 msgstr ""
9288
9289 #: objc/objc-act.c:3652 objc/objc-act.c:3669
9290 msgid "inconsistent instance variable specification"
9291 msgstr ""
9292
9293 #: objc/objc-act.c:4862
9294 #, c-format
9295 msgid "multiple declarations for method `%s'"
9296 msgstr ""
9297
9298 #: objc/objc-act.c:4979
9299 #, c-format
9300 msgid "invalid receiver type `%s'"
9301 msgstr ""
9302
9303 #: objc/objc-act.c:5047 objc/objc-act.c:5073 objc/objc-act.c:5121
9304 #, c-format
9305 msgid "`%s' does not respond to `%s'"
9306 msgstr ""
9307
9308 #: objc/objc-act.c:5053 objc/objc-act.c:7311
9309 #, c-format
9310 msgid "no super class declared in interface for `%s'"
9311 msgstr ""
9312
9313 #: objc/objc-act.c:5151
9314 msgid "cannot find class (factory) method."
9315 msgstr ""
9316
9317 #: objc/objc-act.c:5152 objc/objc-act.c:5196
9318 #, c-format
9319 msgid "return type for `%s' defaults to id"
9320 msgstr ""
9321
9322 #: objc/objc-act.c:5169
9323 #, c-format
9324 msgid "method `%s' not implemented by protocol."
9325 msgstr ""
9326
9327 #: objc/objc-act.c:5178
9328 msgid "return type defaults to id"
9329 msgstr ""
9330
9331 #: objc/objc-act.c:5195
9332 msgid "cannot find method."
9333 msgstr ""
9334
9335 #. Historically, a class method that produced objects (factory
9336 #. method) would assign `self' to the instance that it
9337 #. allocated.  This would effectively turn the class method into
9338 #. an instance method.  Following this assignment, the instance
9339 #. variables could be accessed.  That practice, while safe,
9340 #. violates the simple rule that a class method should not refer
9341 #. to an instance variable.  It's better to catch the cases
9342 #. where this is done unknowingly than to support the above
9343 #. paradigm.
9344 #: objc/objc-act.c:5450
9345 #, c-format
9346 msgid "instance variable `%s' accessed in class method"
9347 msgstr ""
9348
9349 #: objc/objc-act.c:5702
9350 #, c-format
9351 msgid "duplicate definition of class method `%s'."
9352 msgstr ""
9353
9354 #: objc/objc-act.c:5708
9355 #, c-format
9356 msgid "duplicate declaration of class method `%s'."
9357 msgstr ""
9358
9359 #: objc/objc-act.c:5744
9360 #, c-format
9361 msgid "duplicate definition of instance method `%s'."
9362 msgstr ""
9363
9364 #: objc/objc-act.c:5750
9365 #, c-format
9366 msgid "duplicate declaration of instance method `%s'."
9367 msgstr ""
9368
9369 #: objc/objc-act.c:5790
9370 #, c-format
9371 msgid "duplicate interface declaration for category `%s(%s)'"
9372 msgstr ""
9373
9374 #: objc/objc-act.c:5876
9375 #, c-format
9376 msgid "instance variable `%s' is declared private"
9377 msgstr ""
9378
9379 #: objc/objc-act.c:5923
9380 #, c-format
9381 msgid "instance variable `%s' is declared %s"
9382 msgstr ""
9383
9384 #: objc/objc-act.c:5933
9385 msgid "static access to object of type `id'"
9386 msgstr ""
9387
9388 #: objc/objc-act.c:5970 objc/objc-act.c:6064
9389 #, c-format
9390 msgid "incomplete implementation of class `%s'"
9391 msgstr ""
9392
9393 #: objc/objc-act.c:5974 objc/objc-act.c:6069
9394 #, c-format
9395 msgid "incomplete implementation of category `%s'"
9396 msgstr ""
9397
9398 #: objc/objc-act.c:5979 objc/objc-act.c:6074
9399 #, c-format
9400 msgid "method definition for `%c%s' not found"
9401 msgstr ""
9402
9403 #: objc/objc-act.c:6115
9404 #, c-format
9405 msgid "%s `%s' does not fully implement the `%s' protocol"
9406 msgstr ""
9407
9408 #: objc/objc-act.c:6174
9409 #, c-format
9410 msgid "reimplementation of class `%s'"
9411 msgstr ""
9412
9413 #: objc/objc-act.c:6216
9414 #, c-format
9415 msgid "conflicting super class name `%s'"
9416 msgstr ""
9417
9418 #: objc/objc-act.c:6231
9419 #, c-format
9420 msgid "duplicate interface declaration for class `%s'"
9421 msgstr ""
9422
9423 #: objc/objc-act.c:6477
9424 #, c-format
9425 msgid "duplicate declaration for protocol `%s'"
9426 msgstr ""
9427
9428 #: objc/objc-act.c:7352
9429 msgid "[super ...] must appear in a method context"
9430 msgstr ""
9431
9432 #: objc/objc-act.c:8304 objc/objc-act.c:8320
9433 #, c-format
9434 msgid "potential selector conflict for method `%s'"
9435 msgstr ""
9436
9437 #: objc-parse.y:2095
9438 msgid "`@end' must appear in an implementation context"
9439 msgstr ""
9440
9441 #: objc-parse.y:2361 objc-parse.y:2386
9442 msgid "method definition not in class context"
9443 msgstr ""
9444
9445 #: profile.c:491
9446 msgid "Arc profiling: some edge counts were bad."
9447 msgstr ""
9448
9449 #: profile.c:932
9450 #, c-format
9451 msgid "file %s not found, execution counts assumed to be zero."
9452 msgstr ""
9453
9454 #: protoize.c:598
9455 #, c-format
9456 msgid "%s: internal abort\n"
9457 msgstr ""
9458
9459 #: protoize.c:689
9460 #, c-format
9461 msgid "%s: error writing file `%s': %s\n"
9462 msgstr ""
9463
9464 #: protoize.c:734
9465 #, c-format
9466 msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
9467 msgstr ""
9468
9469 #: protoize.c:737
9470 #, c-format
9471 msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
9472 msgstr ""
9473
9474 #: protoize.c:844
9475 #, c-format
9476 msgid "%s: warning: no read access for file `%s'\n"
9477 msgstr ""
9478
9479 #: protoize.c:852
9480 #, c-format
9481 msgid "%s: warning: no write access for file `%s'\n"
9482 msgstr ""
9483
9484 #: protoize.c:860
9485 #, c-format
9486 msgid "%s: warning: no write access for dir containing `%s'\n"
9487 msgstr ""
9488
9489 #. Catch cases like /.. where we try to backup to a
9490 #. point above the absolute root of the logical file
9491 #. system.
9492 #: protoize.c:1278
9493 #, c-format
9494 msgid "%s: invalid file name: %s\n"
9495 msgstr ""
9496
9497 #: protoize.c:1430
9498 #, c-format
9499 msgid "%s: %s: can't get status: %s\n"
9500 msgstr ""
9501
9502 #: protoize.c:1451
9503 #, c-format
9504 msgid ""
9505 "\n"
9506 "%s: fatal error: aux info file corrupted at line %d\n"
9507 msgstr ""
9508
9509 #: protoize.c:1787
9510 #, c-format
9511 msgid "%s:%d: declaration of function `%s' takes different forms\n"
9512 msgstr ""
9513
9514 #: protoize.c:2045
9515 #, c-format
9516 msgid "%s: compiling `%s'\n"
9517 msgstr ""
9518
9519 #: protoize.c:2068
9520 #, c-format
9521 msgid "%s: wait: %s\n"
9522 msgstr ""
9523
9524 #: protoize.c:2073
9525 #, c-format
9526 msgid "%s: subprocess got fatal signal %d\n"
9527 msgstr ""
9528
9529 #: protoize.c:2081
9530 #, c-format
9531 msgid "%s: %s exited with status %d\n"
9532 msgstr ""
9533
9534 #: protoize.c:2133
9535 #, c-format
9536 msgid "%s: warning: missing SYSCALLS file `%s'\n"
9537 msgstr ""
9538
9539 #: protoize.c:2142 protoize.c:2171
9540 #, c-format
9541 msgid "%s: can't read aux info file `%s': %s\n"
9542 msgstr ""
9543
9544 #: protoize.c:2187 protoize.c:2215
9545 #, c-format
9546 msgid "%s: can't get status of aux info file `%s': %s\n"
9547 msgstr ""
9548
9549 #: protoize.c:2243
9550 #, c-format
9551 msgid "%s: can't open aux info file `%s' for reading: %s\n"
9552 msgstr ""
9553
9554 #: protoize.c:2261
9555 #, c-format
9556 msgid "%s: error reading aux info file `%s': %s\n"
9557 msgstr ""
9558
9559 #: protoize.c:2274
9560 #, c-format
9561 msgid "%s: error closing aux info file `%s': %s\n"
9562 msgstr ""
9563
9564 #: protoize.c:2290
9565 #, c-format
9566 msgid "%s: can't delete aux info file `%s': %s\n"
9567 msgstr ""
9568
9569 #: protoize.c:2372 protoize.c:4374
9570 #, c-format
9571 msgid "%s: can't delete file `%s': %s\n"
9572 msgstr ""
9573
9574 #: protoize.c:2451
9575 #, c-format
9576 msgid "%s: warning: can't rename file `%s' to `%s': %s\n"
9577 msgstr ""
9578
9579 #: protoize.c:2576
9580 #, c-format
9581 msgid "%s: conflicting extern definitions of '%s'\n"
9582 msgstr ""
9583
9584 #: protoize.c:2580
9585 #, c-format
9586 msgid "%s: declarations of '%s' will not be converted\n"
9587 msgstr ""
9588
9589 #: protoize.c:2582
9590 #, c-format
9591 msgid "%s: conflict list for '%s' follows:\n"
9592 msgstr ""
9593
9594 #: protoize.c:2615
9595 #, c-format
9596 msgid "%s: warning: using formals list from %s(%d) for function `%s'\n"
9597 msgstr ""
9598
9599 #: protoize.c:2655
9600 #, c-format
9601 msgid "%s: %d: `%s' used but missing from SYSCALLS\n"
9602 msgstr ""
9603
9604 #: protoize.c:2661
9605 #, c-format
9606 msgid "%s: %d: warning: no extern definition for `%s'\n"
9607 msgstr ""
9608
9609 #: protoize.c:2692
9610 #, c-format
9611 msgid "%s: warning: no static definition for `%s' in file `%s'\n"
9612 msgstr ""
9613
9614 #: protoize.c:2698
9615 #, c-format
9616 msgid "%s: multiple static defs of `%s' in file `%s'\n"
9617 msgstr ""
9618
9619 #: protoize.c:2871 protoize.c:2874
9620 #, c-format
9621 msgid "%s: %d: warning: source too confusing\n"
9622 msgstr ""
9623
9624 #: protoize.c:3080
9625 #, c-format
9626 msgid "%s: %d: warning: varargs function declaration not converted\n"
9627 msgstr ""
9628
9629 #: protoize.c:3095
9630 #, c-format
9631 msgid "%s: declaration of function `%s' not converted\n"
9632 msgstr ""
9633
9634 #: protoize.c:3218
9635 #, c-format
9636 msgid "%s: warning: too many parameter lists in declaration of `%s'\n"
9637 msgstr ""
9638
9639 #: protoize.c:3239
9640 #, c-format
9641 msgid ""
9642 "\n"
9643 "%s: warning: too few parameter lists in declaration of `%s'\n"
9644 msgstr ""
9645
9646 #: protoize.c:3337
9647 #, c-format
9648 msgid "%s: %d: warning: found `%s' but expected `%s'\n"
9649 msgstr ""
9650
9651 #: protoize.c:3515
9652 #, c-format
9653 msgid "%s: local declaration for function `%s' not inserted\n"
9654 msgstr ""
9655
9656 #: protoize.c:3542
9657 #, c-format
9658 msgid ""
9659 "\n"
9660 "%s: %d: warning: can't add declaration of `%s' into macro call\n"
9661 msgstr ""
9662
9663 #: protoize.c:3616
9664 #, c-format
9665 msgid "%s: global declarations for file `%s' not inserted\n"
9666 msgstr ""
9667
9668 #: protoize.c:3707 protoize.c:3737
9669 #, c-format
9670 msgid "%s: definition of function `%s' not converted\n"
9671 msgstr ""
9672
9673 #: protoize.c:3726
9674 #, c-format
9675 msgid "%s: %d: warning: definition of %s not converted\n"
9676 msgstr ""
9677
9678 #: protoize.c:4056
9679 #, c-format
9680 msgid "%s: found definition of `%s' at %s(%d)\n"
9681 msgstr ""
9682
9683 #. If we make it here, then we did not know about this
9684 #. function definition.
9685 #: protoize.c:4072
9686 #, c-format
9687 msgid "%s: %d: warning: `%s' excluded by preprocessing\n"
9688 msgstr ""
9689
9690 #: protoize.c:4075
9691 #, c-format
9692 msgid "%s: function definition not converted\n"
9693 msgstr ""
9694
9695 #: protoize.c:4134
9696 #, c-format
9697 msgid "%s: `%s' not converted\n"
9698 msgstr ""
9699
9700 #: protoize.c:4142
9701 #, c-format
9702 msgid "%s: would convert file `%s'\n"
9703 msgstr ""
9704
9705 #: protoize.c:4145
9706 #, c-format
9707 msgid "%s: converting file `%s'\n"
9708 msgstr ""
9709
9710 #: protoize.c:4155
9711 #, c-format
9712 msgid "%s: can't get status for file `%s': %s\n"
9713 msgstr ""
9714
9715 #: protoize.c:4197
9716 #, c-format
9717 msgid "%s: can't open file `%s' for reading: %s\n"
9718 msgstr ""
9719
9720 #: protoize.c:4212
9721 #, c-format
9722 msgid ""
9723 "\n"
9724 "%s: error reading input file `%s': %s\n"
9725 msgstr ""
9726
9727 #: protoize.c:4246
9728 #, c-format
9729 msgid "%s: can't create/open clean file `%s': %s\n"
9730 msgstr ""
9731
9732 #: protoize.c:4351
9733 #, c-format
9734 msgid "%s: warning: file `%s' already saved in `%s'\n"
9735 msgstr ""
9736
9737 #: protoize.c:4359
9738 #, c-format
9739 msgid "%s: can't link file `%s' to `%s': %s\n"
9740 msgstr ""
9741
9742 #: protoize.c:4389
9743 #, c-format
9744 msgid "%s: can't create/open output file `%s': %s\n"
9745 msgstr ""
9746
9747 #: protoize.c:4422
9748 #, c-format
9749 msgid "%s: can't change mode of file `%s': %s\n"
9750 msgstr ""
9751
9752 #: protoize.c:4595
9753 #, c-format
9754 msgid "%s: cannot get working directory: %s\n"
9755 msgstr ""
9756
9757 #: protoize.c:4693
9758 #, c-format
9759 msgid "%s: input file names must have .c suffixes: %s\n"
9760 msgstr ""
9761
9762 #: real.c:798 real.c:975
9763 msgid "conversion from NaN to int"
9764 msgstr ""
9765
9766 #: real.c:821
9767 msgid "conversion from NaN to unsigned int"
9768 msgstr ""
9769
9770 #: real.c:2696
9771 msgid "floating point overflow"
9772 msgstr ""
9773
9774 #: real.c:4334 real.c:6611 real.c:6692
9775 msgid "overflow on truncation to integer"
9776 msgstr ""
9777
9778 #: real.c:4406
9779 msgid "overflow on truncation to unsigned integer"
9780 msgstr ""
9781
9782 #: real.c:5752
9783 #, c-format
9784 msgid "%s: argument domain error"
9785 msgstr ""
9786
9787 #: real.c:5753
9788 #, c-format
9789 msgid "%s: function singularity"
9790 msgstr ""
9791
9792 #: real.c:5754
9793 #, c-format
9794 msgid "%s: overflow range error"
9795 msgstr ""
9796
9797 #: real.c:5755
9798 #, c-format
9799 msgid "%s: underflow range error"
9800 msgstr ""
9801
9802 #: real.c:5756
9803 #, c-format
9804 msgid "%s: total loss of precision"
9805 msgstr ""
9806
9807 #: real.c:5757
9808 #, c-format
9809 msgid "%s: partial loss of precision"
9810 msgstr ""
9811
9812 #: real.c:5758
9813 #, c-format
9814 msgid "%s: NaN - producing operation"
9815 msgstr ""
9816
9817 #: reg-stack.c:660
9818 #, c-format
9819 msgid "Output constraint %d must specify a single register"
9820 msgstr ""
9821
9822 #: reg-stack.c:680
9823 msgid "Output regs must be grouped at top of stack"
9824 msgstr ""
9825
9826 #: reg-stack.c:717
9827 msgid "Implicitly popped regs must be grouped at top of stack"
9828 msgstr ""
9829
9830 #: reg-stack.c:736
9831 #, c-format
9832 msgid "Output operand %d must use `&' constraint"
9833 msgstr ""
9834
9835 #: regclass.c:660
9836 #, c-format
9837 msgid "can't use '%s' as a %s register"
9838 msgstr ""
9839
9840 #: regclass.c:671
9841 #, c-format
9842 msgid "unknown register name: %s"
9843 msgstr ""
9844
9845 #: regclass.c:682
9846 msgid "global register variable follows a function definition"
9847 msgstr ""
9848
9849 #: regclass.c:686
9850 msgid "register used for two global register variables"
9851 msgstr ""
9852
9853 #: regclass.c:691
9854 msgid "call-clobbered register used for global register variable"
9855 msgstr ""
9856
9857 #: reload.c:1198
9858 msgid "cannot reload integer constant operand in `asm'"
9859 msgstr ""
9860
9861 #: reload.c:1220
9862 msgid "impossible register constraint in `asm'"
9863 msgstr ""
9864
9865 #: reload.c:3319
9866 msgid "`&' constraint used with no register class"
9867 msgstr ""
9868
9869 #: reload.c:3471 reload.c:3682
9870 msgid "inconsistent operand constraints in an `asm'"
9871 msgstr ""
9872
9873 #: reload1.c:1159
9874 msgid "frame size too large for reliable stack checking"
9875 msgstr ""
9876
9877 #: reload1.c:1162
9878 msgid "try reducing the number of local variables"
9879 msgstr ""
9880
9881 #: reload1.c:1806
9882 #, c-format
9883 msgid "Can't find a register in class `%s' while reloading `asm'."
9884 msgstr ""
9885
9886 #: reload1.c:1810
9887 #, c-format
9888 msgid "Unable to find a register to spill in class `%s'."
9889 msgstr ""
9890
9891 #: reload1.c:3825
9892 msgid "`asm' operand requires impossible reload"
9893 msgstr ""
9894
9895 #: reload1.c:4877
9896 msgid "`asm' operand constraint incompatible with operand size"
9897 msgstr ""
9898
9899 #: reload1.c:6443
9900 msgid "output operand is constant in `asm'"
9901 msgstr ""
9902
9903 #: rtl.c:1147
9904 #, c-format
9905 msgid "RTL check: access of elt %d of `%s' with last elt %d"
9906 msgstr ""
9907
9908 #: rtl.c:1161
9909 #, c-format
9910 msgid "RTL check: expected elt %d type '%c', have '%c' (rtx %s)"
9911 msgstr ""
9912
9913 #: rtl.c:1176
9914 #, c-format
9915 msgid "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s)"
9916 msgstr ""
9917
9918 #: rtl.c:1190
9919 #, c-format
9920 msgid "RTL check: expected code `%s', have `%s'"
9921 msgstr ""
9922
9923 #: rtl.c:1203
9924 #, c-format
9925 msgid "RTL check: expected code `%s' or `%s', have `%s'"
9926 msgstr ""
9927
9928 #: rtl.c:1218
9929 #, c-format
9930 msgid "RTL check: access of elt %d of vector with last elt %d"
9931 msgstr ""
9932
9933 #: stmt.c:914
9934 #, c-format
9935 msgid "jump to `%s' invalidly jumps into binding contour"
9936 msgstr ""
9937
9938 #: stmt.c:1150 stmt.c:3649
9939 #, c-format
9940 msgid "label `%s' used before containing binding contour"
9941 msgstr ""
9942
9943 #: stmt.c:1280 stmt.c:1352
9944 msgid "`asm' cannot be used in function where memory usage is checked"
9945 msgstr ""
9946
9947 #: stmt.c:1338
9948 msgid "`asm' cannot be used with `-fcheck-memory-usage'"
9949 msgstr ""
9950
9951 #: stmt.c:1367
9952 #, c-format
9953 msgid "unknown register name `%s' in `asm'"
9954 msgstr ""
9955
9956 #: stmt.c:1382
9957 msgid "too many alternatives in `asm'"
9958 msgstr ""
9959
9960 #: stmt.c:1393
9961 msgid "operand constraints for `asm' differ in number of alternatives"
9962 msgstr ""
9963
9964 #: stmt.c:1440
9965 msgid "output operand constraint lacks `='"
9966 msgstr ""
9967
9968 #: stmt.c:1450
9969 #, c-format
9970 msgid "output constraint `%c' for operand %d is not at the beginning"
9971 msgstr ""
9972
9973 #: stmt.c:1459
9974 #, c-format
9975 msgid "output operand constraint %d contains `+'"
9976 msgstr ""
9977
9978 #: stmt.c:1468
9979 msgid "operand constraint contains '+' or '=' at illegal position."
9980 msgstr ""
9981
9982 #: stmt.c:1474 stmt.c:1651
9983 #, ycp-format
9984 msgid "`%%' constraint used with last operand"
9985 msgstr ""
9986
9987 #: stmt.c:1488
9988 msgid "matching constraint not valid in output operand"
9989 msgstr ""
9990
9991 #: stmt.c:1514 stmt.c:1711
9992 #, c-format
9993 msgid "invalid punctuation `%c' in constraint"
9994 msgstr ""
9995
9996 #: stmt.c:1558
9997 #, c-format
9998 msgid "output number %d not directly addressable"
9999 msgstr ""
10000
10001 #: stmt.c:1586
10002 #, c-format
10003 msgid "more than %d operands in `asm'"
10004 msgstr ""
10005
10006 #: stmt.c:1624
10007 #, c-format
10008 msgid "hard register `%s' listed as input operand to `asm'"
10009 msgstr ""
10010
10011 #: stmt.c:1641
10012 #, c-format
10013 msgid "input operand constraint contains `%c'"
10014 msgstr ""
10015
10016 #: stmt.c:1678
10017 msgid "matching constraint references invalid operand number"
10018 msgstr ""
10019
10020 #. ??? Leave this only until we have experience with what
10021 #. happens in combine and elsewhere when constraints are
10022 #. not satisfied.
10023 #: stmt.c:1745 stmt.c:1770
10024 #, c-format
10025 msgid "asm operand %d probably doesn't match constraints"
10026 msgstr ""
10027
10028 #: stmt.c:3567
10029 #, c-format
10030 msgid "unused variable `%s'"
10031 msgstr ""
10032
10033 #: stmt.c:5160
10034 #, c-format
10035 msgid "enumeration value `%s' not handled in switch"
10036 msgstr ""
10037
10038 #: stmt.c:5186 stmt.c:5206
10039 #, c-format
10040 msgid "case value `%ld' not in enumerated type"
10041 msgstr ""
10042
10043 #: stmt.c:5189 stmt.c:5209
10044 #, c-format
10045 msgid "case value `%ld' not in enumerated type `%s'"
10046 msgstr ""
10047
10048 #: stor-layout.c:126
10049 msgid "type size can't be explicitly evaluated"
10050 msgstr ""
10051
10052 #: stor-layout.c:128
10053 msgid "variable-size type declared outside of any function"
10054 msgstr ""
10055
10056 #: stor-layout.c:399
10057 #, c-format
10058 msgid "size of `%s' is %d bytes"
10059 msgstr ""
10060
10061 #: stor-layout.c:401
10062 #, c-format
10063 msgid "size of `%s' is larger than %d bytes"
10064 msgstr ""
10065
10066 #: stor-layout.c:751 stor-layout.c:1002
10067 #, c-format
10068 msgid "packed attribute causes inefficient alignment for `%s'"
10069 msgstr ""
10070
10071 #: stor-layout.c:753 stor-layout.c:1004
10072 #, c-format
10073 msgid "packed attribute is unnecessary for `%s'"
10074 msgstr ""
10075
10076 #: stor-layout.c:768
10077 #, c-format
10078 msgid "padding struct to align `%s'"
10079 msgstr ""
10080
10081 #: stor-layout.c:966
10082 msgid "padding struct size to alignment boundary"
10083 msgstr ""
10084
10085 #: stor-layout.c:1009
10086 msgid "packed attribute causes inefficient alignment"
10087 msgstr ""
10088
10089 #: stor-layout.c:1011
10090 msgid "packed attribute is unnecessary"
10091 msgstr ""
10092
10093 #: timevar.c:428
10094 msgid ""
10095 "\n"
10096 "Execution times (seconds)\n"
10097 msgstr ""
10098
10099 #. Print total time.
10100 #: timevar.c:476
10101 msgid " TOTAL                 :"
10102 msgstr ""
10103
10104 #: timevar.c:515
10105 msgid "time in %s: %ld.%06ld (%ld%%)\n"
10106 msgstr ""
10107
10108 #: tlink.c:428
10109 #, c-format
10110 msgid "collect: reading %s\n"
10111 msgstr ""
10112
10113 #: tlink.c:529
10114 #, c-format
10115 msgid "collect: recompiling %s\n"
10116 msgstr ""
10117
10118 #: tlink.c:694
10119 #, c-format
10120 msgid "collect: tweaking %s in %s\n"
10121 msgstr ""
10122
10123 #: tlink.c:741
10124 msgid "collect: relinking\n"
10125 msgstr ""
10126
10127 #: tlink.c:750
10128 #, c-format
10129 msgid "ld returned %d exit status"
10130 msgstr ""
10131
10132 #: toplev.c:1456 toplev.c:4878 tradcpp.c:699
10133 #, c-format
10134 msgid "Invalid option `%s'"
10135 msgstr ""
10136
10137 #: toplev.c:1656
10138 #, c-format
10139 msgid ""
10140 "Internal error: %s.\n"
10141 "Please submit a full bug report.\n"
10142 "See %s for instructions."
10143 msgstr ""
10144
10145 #: toplev.c:1988
10146 #, c-format
10147 msgid "`%s' used but never defined"
10148 msgstr ""
10149
10150 #: toplev.c:1991
10151 #, c-format
10152 msgid "`%s' declared `static' but never defined"
10153 msgstr ""
10154
10155 #: toplev.c:2013
10156 #, c-format
10157 msgid "`%s' defined but not used"
10158 msgstr ""
10159
10160 #: toplev.c:2255
10161 msgid "-ffunction-sections not supported for this target."
10162 msgstr ""
10163
10164 #: toplev.c:2260
10165 msgid "-fdata-sections not supported for this target."
10166 msgstr ""
10167
10168 #: toplev.c:2268
10169 msgid "-ffunction-sections disabled; it makes profiling impossible."
10170 msgstr ""
10171
10172 #: toplev.c:2274
10173 msgid "-ffunction-sections may affect debugging on some targets."
10174 msgstr ""
10175
10176 #: toplev.c:2334
10177 msgid "Errors detected in input file (your bison.simple is out of date)\n"
10178 msgstr ""
10179
10180 #: toplev.c:2565
10181 #, c-format
10182 msgid "invalid register name `%s' for register variable"
10183 msgstr ""
10184
10185 #: toplev.c:3773
10186 #, c-format
10187 msgid "Usage: %s input [switches]\n"
10188 msgstr ""
10189
10190 #: toplev.c:3774
10191 msgid "Switches:\n"
10192 msgstr ""
10193
10194 #: toplev.c:3776
10195 msgid ""
10196 "  -ffixed-<register>      Mark <register> as being unavailable to the "
10197 "compiler\n"
10198 msgstr ""
10199
10200 #: toplev.c:3777
10201 msgid ""
10202 "  -fcall-used-<register>  Mark <register> as being corrupted by function "
10203 "calls\n"
10204 msgstr ""
10205
10206 #: toplev.c:3778
10207 msgid ""
10208 "  -fcall-saved-<register> Mark <register> as being preserved across "
10209 "functions\n"
10210 msgstr ""
10211
10212 #: toplev.c:3779
10213 msgid ""
10214 "  -finline-limit=<number> Limits the size of inlined functions to <number>\n"
10215 msgstr ""
10216
10217 #: toplev.c:3780
10218 msgid ""
10219 "  -fmessage-length=<number> Limits diagnostics messages lengths to <number> "
10220 "characters per line.  0 suppresses line-wrapping\n"
10221 msgstr ""
10222
10223 #: toplev.c:3781
10224 msgid ""
10225 "  -fdiagnostics-show-location=[once | every-line] Indicates how often source "
10226 "location information should be emitted, as prefix, at the beginning of "
10227 "diagnostics when line-wrapping\n"
10228 msgstr ""
10229
10230 #: toplev.c:3792
10231 msgid "  -O[number]              Set optimisation level to [number]\n"
10232 msgstr ""
10233
10234 #: toplev.c:3793
10235 msgid "  -Os                     Optimise for space rather than speed\n"
10236 msgstr ""
10237
10238 #: toplev.c:3794
10239 msgid ""
10240 "  -pedantic               Issue warnings needed by strict compliance to ISO "
10241 "C\n"
10242 msgstr ""
10243
10244 #: toplev.c:3795
10245 msgid ""
10246 "  -pedantic-errors        Like -pedantic except that errors are produced\n"
10247 msgstr ""
10248
10249 #: toplev.c:3796
10250 msgid "  -w                      Suppress warnings\n"
10251 msgstr ""
10252
10253 #: toplev.c:3797
10254 msgid "  -W                      Enable extra warnings\n"
10255 msgstr ""
10256
10257 #: toplev.c:3808
10258 msgid "  -Wunused                Enable unused warnings\n"
10259 msgstr ""
10260
10261 #: toplev.c:3809
10262 msgid ""
10263 "  -Wid-clash-<num>        Warn if 2 identifiers have the same first <num> "
10264 "chars\n"
10265 msgstr ""
10266
10267 #: toplev.c:3810
10268 msgid ""
10269 "  -Wlarger-than-<number>  Warn if an object is larger than <number> bytes\n"
10270 msgstr ""
10271
10272 #: toplev.c:3811
10273 msgid "  -p                      Enable function profiling\n"
10274 msgstr ""
10275
10276 #: toplev.c:3813
10277 msgid "  -a                      Enable block profiling \n"
10278 msgstr ""
10279
10280 #: toplev.c:3816
10281 msgid "  -ax                     Enable jump profiling \n"
10282 msgstr ""
10283
10284 #: toplev.c:3818
10285 msgid "  -o <file>               Place output into <file> \n"
10286 msgstr ""
10287
10288 #: toplev.c:3819
10289 msgid ""
10290 "  -G <number>             Put global and static data smaller than <number>\n"
10291 "                          bytes into a special section (on some targets)\n"
10292 msgstr ""
10293
10294 #: toplev.c:3830
10295 msgid "  -aux-info <file>        Emit declaration info into <file>.X\n"
10296 msgstr ""
10297
10298 #: toplev.c:3831
10299 msgid ""
10300 "  -quiet                  Do not display functions compiled or elapsed time\n"
10301 msgstr ""
10302
10303 #: toplev.c:3832
10304 msgid "  -version                Display the compiler's version\n"
10305 msgstr ""
10306
10307 #: toplev.c:3833
10308 msgid ""
10309 "  -d[letters]             Enable dumps from specific passes of the compiler\n"
10310 msgstr ""
10311
10312 #: toplev.c:3834
10313 msgid ""
10314 "  -dumpbase <file>        Base name to be used for dumps from specific "
10315 "passes\n"
10316 msgstr ""
10317
10318 #: toplev.c:3836
10319 msgid "  -fsched-verbose=<number> Set the verbosity level of the scheduler\n"
10320 msgstr ""
10321
10322 #: toplev.c:3838
10323 msgid "  --help                  Display this information\n"
10324 msgstr ""
10325
10326 #: toplev.c:3853
10327 msgid ""
10328 "\n"
10329 "Language specific options:\n"
10330 msgstr ""
10331
10332 #: toplev.c:3865
10333 #, c-format
10334 msgid "  %-23.23s [undocumented]\n"
10335 msgstr ""
10336
10337 #: toplev.c:3873 toplev.c:3887
10338 #, c-format
10339 msgid ""
10340 "\n"
10341 "There are undocumented %s specific options as well.\n"
10342 msgstr ""
10343
10344 #: toplev.c:3877
10345 #, c-format
10346 msgid ""
10347 "\n"
10348 " Options for %s:\n"
10349 msgstr ""
10350
10351 #: toplev.c:3900
10352 msgid ""
10353 "\n"
10354 "Target specific options:\n"
10355 msgstr ""
10356
10357 #: toplev.c:3914 toplev.c:3933
10358 #, c-format
10359 msgid "  -m%-21.21s [undocumented]\n"
10360 msgstr ""
10361
10362 #: toplev.c:3942
10363 msgid ""
10364 "\n"
10365 "There are undocumented target specific options as well.\n"
10366 msgstr ""
10367
10368 #: toplev.c:3944
10369 msgid "  They exist, but they are not documented.\n"
10370 msgstr ""
10371
10372 #: toplev.c:3996
10373 #, c-format
10374 msgid "unrecognized gcc debugging option: %c"
10375 msgstr ""
10376
10377 #: toplev.c:4058
10378 #, c-format
10379 msgid "unrecognized register name `%s'"
10380 msgstr ""
10381
10382 #: toplev.c:4085 toplev.c:4699
10383 #, c-format
10384 msgid "Unrecognized option `%s'"
10385 msgstr ""
10386
10387 #: toplev.c:4212
10388 #, c-format
10389 msgid "use -gdwarf -g%d for DWARF v1, level %d"
10390 msgstr ""
10391
10392 #: toplev.c:4215
10393 msgid "use -gdwarf-2   for DWARF v2"
10394 msgstr ""
10395
10396 #: toplev.c:4220
10397 #, c-format
10398 msgid "ignoring option `%s' due to invalid debug level specification"
10399 msgstr ""
10400
10401 #: toplev.c:4243 toplev.c:4697
10402 #, c-format
10403 msgid "`%s': unknown or unsupported -g option"
10404 msgstr ""
10405
10406 #: toplev.c:4250
10407 #, c-format
10408 msgid "`%s' ignored, conflicts with `-g%s'"
10409 msgstr ""
10410
10411 #: toplev.c:4395
10412 msgid "`-a' option (basic block profile) not supported"
10413 msgstr ""
10414
10415 #: toplev.c:4403
10416 msgid "`-ax' option (jump profiling) not supported"
10417 msgstr ""
10418
10419 #: toplev.c:4689
10420 #, c-format
10421 msgid "Ignoring command line option '%s'"
10422 msgstr ""
10423
10424 #: toplev.c:4692
10425 #, c-format
10426 msgid "(It is valid for %s but not the selected language)"
10427 msgstr ""
10428
10429 #: toplev.c:4723
10430 msgid "-Wuninitialized is not supported without -O"
10431 msgstr ""
10432
10433 #: toplev.c:4765
10434 msgid "`-ax' and `-a' are conflicting options. `-a' ignored."
10435 msgstr ""
10436
10437 #: toplev.c:4786
10438 msgid "instruction scheduling not supported on this target machine"
10439 msgstr ""
10440
10441 #: toplev.c:4790
10442 msgid "this target machine does not have delayed branches"
10443 msgstr ""
10444
10445 #: toplev.c:4804
10446 #, c-format
10447 msgid "-f%sleading-underscore not supported on this target machine"
10448 msgstr ""
10449
10450 #: toplev.c:4824
10451 #, c-format
10452 msgid "Data size %ld.\n"
10453 msgstr ""
10454
10455 #: toplev.c:4895
10456 #, c-format
10457 msgid ""
10458 "%s%s%s version %s (%s) compiled by GNU C version %s.\n"
10459 "%s%s%s version %s (%s) compiled by CC.\n"
10460 msgstr ""
10461
10462 #: toplev.c:4950
10463 msgid "options passed: "
10464 msgstr ""
10465
10466 #: toplev.c:4979
10467 msgid "options enabled: "
10468 msgstr ""
10469
10470 #: tradcpp.c:112
10471 msgid "macro or #include recursion too deep"
10472 msgstr ""
10473
10474 #: tradcpp.c:517
10475 #, c-format
10476 msgid "Usage: %s [switches] input output"
10477 msgstr ""
10478
10479 #: tradcpp.c:533
10480 msgid "-traditional is not supported in C++"
10481 msgstr ""
10482
10483 #: tradcpp.c:535
10484 msgid "-traditional and -ansi are mutually exclusive"
10485 msgstr ""
10486
10487 #: tradcpp.c:549
10488 msgid "Filename missing after -i option"
10489 msgstr ""
10490
10491 #: tradcpp.c:567
10492 msgid "Filename missing after -o option"
10493 msgstr ""
10494
10495 #: tradcpp.c:618
10496 msgid "Macro name missing after -D option"
10497 msgstr ""
10498
10499 #: tradcpp.c:630
10500 msgid "Macro name missing after -U option"
10501 msgstr ""
10502
10503 #: tradcpp.c:641
10504 msgid "-pedantic and -traditional are mutually exclusive"
10505 msgstr ""
10506
10507 #: tradcpp.c:646
10508 msgid "-trigraphs and -traditional are mutually exclusive"
10509 msgstr ""
10510
10511 #: tradcpp.c:672
10512 msgid "Directory name missing after -I option"
10513 msgstr ""
10514
10515 #: tradcpp.c:1326 tradcpp.c:3402
10516 msgid "`/*' within comment"
10517 msgstr ""
10518
10519 #: tradcpp.c:1701
10520 #, c-format
10521 msgid "unterminated #%s conditional"
10522 msgstr ""
10523
10524 #: tradcpp.c:2060
10525 msgid "not in any file?!"
10526 msgstr ""
10527
10528 #: tradcpp.c:2148
10529 msgid "`defined' must be followed by ident or (ident)"
10530 msgstr ""
10531
10532 #: tradcpp.c:2152
10533 msgid "cccp error: invalid special hash type"
10534 msgstr ""
10535
10536 #: tradcpp.c:2256
10537 msgid "#include expects \"fname\" or <fname>"
10538 msgstr ""
10539
10540 #: tradcpp.c:2305
10541 #, c-format
10542 msgid "nonexistent file <%.*s> omitted from dependency output"
10543 msgstr ""
10544
10545 #: tradcpp.c:2485
10546 msgid "invalid macro name"
10547 msgstr ""
10548
10549 #: tradcpp.c:2491
10550 #, c-format
10551 msgid "invalid macro name `%s'"
10552 msgstr ""
10553
10554 #: tradcpp.c:2494
10555 msgid "defining `defined' as a macro"
10556 msgstr ""
10557
10558 #: tradcpp.c:2519
10559 msgid "parameter name starts with a digit in #define"
10560 msgstr ""
10561
10562 #: tradcpp.c:2529
10563 msgid "badly punctuated parameter list in #define"
10564 msgstr ""
10565
10566 #: tradcpp.c:2537
10567 msgid "unterminated parameter list in #define"
10568 msgstr ""
10569
10570 #: tradcpp.c:2582
10571 #, c-format
10572 msgid "\"%.*s\" redefined"
10573 msgstr ""
10574
10575 #: tradcpp.c:2838
10576 msgid "# operator should be followed by a macro argument name"
10577 msgstr ""
10578
10579 #: tradcpp.c:2886 tradcpp.c:2901 tradcpp.c:2919 tradcpp.c:2933 tradcpp.c:2940
10580 #: tradcpp.c:2965
10581 msgid "invalid format #line command"
10582 msgstr ""
10583
10584 #: tradcpp.c:2991
10585 msgid "undefining `defined'"
10586 msgstr ""
10587
10588 #: tradcpp.c:2995
10589 #, c-format
10590 msgid "undefining `%s'"
10591 msgstr ""
10592
10593 #: tradcpp.c:3039
10594 msgid "#elif not within a conditional"
10595 msgstr ""
10596
10597 #: tradcpp.c:3282
10598 #, c-format
10599 msgid "#%s not within a conditional"
10600 msgstr ""
10601
10602 #: tradcpp.c:3290
10603 msgid "#else or #elif after #else"
10604 msgstr ""
10605
10606 #: tradcpp.c:3331
10607 msgid "#else not within a conditional"
10608 msgstr ""
10609
10610 #: tradcpp.c:3363
10611 msgid "unbalanced #endif"
10612 msgstr ""
10613
10614 #: tradcpp.c:3457
10615 msgid "unterminated string or character constant"
10616 msgstr ""
10617
10618 #: tradcpp.c:3613
10619 #, c-format
10620 msgid "arguments given to macro `%s'"
10621 msgstr ""
10622
10623 #: tradcpp.c:3619
10624 #, c-format
10625 msgid "no args to macro `%s'"
10626 msgstr ""
10627
10628 #: tradcpp.c:3621
10629 #, c-format
10630 msgid "only 1 arg to macro `%s'"
10631 msgstr ""
10632
10633 #: tradcpp.c:3623
10634 #, c-format
10635 msgid "only %d args to macro `%s'"
10636 msgstr ""
10637
10638 #: tradcpp.c:3625
10639 #, c-format
10640 msgid "too many (%d) args to macro `%s'"
10641 msgstr ""
10642
10643 #: tradcpp.c:4251
10644 #, c-format
10645 msgid ""
10646 "Internal error in %s, at tradcpp.c:%d\n"
10647 "Please submit a full bug report.\n"
10648 "See %s for instructions."
10649 msgstr ""
10650
10651 #: tree.c:1295
10652 #, c-format
10653 msgid "`%s' and `%s' identical in first %d characters"
10654 msgstr ""
10655
10656 #: tree.c:4749
10657 msgid "arrays of functions are not meaningful"
10658 msgstr ""
10659
10660 #: tree.c:4806
10661 msgid "function return type cannot be function"
10662 msgstr ""
10663
10664 #: tree.c:5541
10665 msgid "invalid initializer for bit string"
10666 msgstr ""
10667
10668 #: tree.c:5600
10669 #, c-format
10670 msgid "Tree check: expected %s, have %s"
10671 msgstr ""
10672
10673 #: tree.c:5616
10674 #, c-format
10675 msgid "Tree check: expected class '%c', have '%c' (%s)"
10676 msgstr ""
10677
10678 #: varasm.c:726
10679 #, c-format
10680 msgid "register name not specified for `%s'"
10681 msgstr ""
10682
10683 #: varasm.c:728
10684 #, c-format
10685 msgid "invalid register name for `%s'"
10686 msgstr ""
10687
10688 #: varasm.c:731
10689 #, c-format
10690 msgid "data type of `%s' isn't suitable for a register"
10691 msgstr ""
10692
10693 #: varasm.c:734
10694 #, c-format
10695 msgid "register specified for `%s' isn't suitable for data type"
10696 msgstr ""
10697
10698 #: varasm.c:743
10699 msgid "global register variable has initial value"
10700 msgstr ""
10701
10702 #: varasm.c:746
10703 msgid "volatile register variables don't work as you might wish"
10704 msgstr ""
10705
10706 #: varasm.c:781
10707 #, c-format
10708 msgid "register name given for non-register variable `%s'"
10709 msgstr ""
10710
10711 #: varasm.c:1417
10712 #, c-format
10713 msgid "size of variable `%s' is too large"
10714 msgstr ""
10715
10716 #: varasm.c:1457
10717 #, c-format
10718 msgid ""
10719 "alignment of `%s' is greater than maximum object file alignment. Using %d."
10720 msgstr ""
10721
10722 #: varasm.c:1504
10723 #, c-format
10724 msgid "requested alignment for %s is greater than implemented alignment of %d."
10725 msgstr ""
10726
10727 #: varasm.c:1976
10728 msgid "floating point trap outputting a constant"
10729 msgstr ""
10730
10731 #: varasm.c:4286
10732 msgid "initializer for integer value is too complicated"
10733 msgstr ""
10734
10735 #: varasm.c:4292
10736 msgid "initializer for floating value is not a floating constant"
10737 msgstr ""
10738
10739 #: varasm.c:4349
10740 msgid "unknown set constructor type"
10741 msgstr ""
10742
10743 #: varasm.c:4494
10744 #, c-format
10745 msgid "invalid initial value for member `%s'"
10746 msgstr ""
10747
10748 #: varasm.c:4676
10749 #, c-format
10750 msgid "weak declaration of `%s' must be public"
10751 msgstr ""
10752
10753 #: varasm.c:4678
10754 #, c-format
10755 msgid "weak declaration of `%s' must precede definition"
10756 msgstr ""
10757
10758 #: varasm.c:4771
10759 msgid "only weak aliases are supported in this configuration"
10760 msgstr ""
10761
10762 #: varasm.c:4776
10763 msgid "alias definitions not supported in this configuration; ignored"
10764 msgstr ""
10765
10766 #: varray.c:87
10767 #, c-format
10768 msgid "Virtual array %s[%lu]: element %lu out of bounds"
10769 msgstr ""
10770
10771 #. Print an error message for unrecognized stab codes.
10772 #: xcoffout.c:182
10773 #, c-format
10774 msgid "Unknown stab %s: : 0x%x\n"
10775 msgstr ""
10776
10777 #: config/arc/arc.h:60 config/mips/mips.h:910
10778 msgid "may not use both -EB and -EL"
10779 msgstr ""
10780
10781 #: config/arm/arm.h:205
10782 msgid "-mapcs-26 and -mapcs-32 may not be used together"
10783 msgstr ""
10784
10785 #: config/arm/arm.h:217
10786 msgid "-msoft-float and -mhard_float may not be used together"
10787 msgstr ""
10788
10789 #: config/arm/arm.h:228
10790 msgid "-mbig-endian and -mlittle-endian may not be used together"
10791 msgstr ""
10792
10793 #: config/arm/arm.h:246
10794 msgid "Incompatible interworking options"
10795 msgstr ""
10796
10797 #: config/arm/riscix.h:73 config/arm/riscix.h:135
10798 msgid "-mbsd and -pedantic incompatible"
10799 msgstr ""
10800
10801 #: config/arm/riscix.h:74 config/arm/riscix.h:136
10802 msgid "-mbsd and -mxopen incompatible"
10803 msgstr ""
10804
10805 #: config/arm/riscix.h:75 config/arm/riscix.h:137
10806 msgid "-mxopen and -pedantic incompatible"
10807 msgstr ""
10808
10809 #: config/dsp16xx/dsp16xx.h:101 config/dsp16xx/dsp16xx.h:110
10810 msgid "A -ifile option requires a -map option"
10811 msgstr ""
10812
10813 #: config/i386/freebsd.h:236
10814 msgid "`-p' not supported; use `-pg' and gprof(1)"
10815 msgstr ""
10816
10817 #: config/i386/sco5.h:788 config/i386/sco5.h:863
10818 msgid "-static not valid with -mcoff"
10819 msgstr ""
10820
10821 #: config/i386/sco5.h:789 config/i386/sco5.h:864
10822 msgid "-shared not valid with -mcoff"
10823 msgstr ""
10824
10825 #: config/i386/sco5.h:790 config/i386/sco5.h:865
10826 msgid "-symbolic not valid with -mcoff"
10827 msgstr ""
10828
10829 #: config/i386/sco5.h:828
10830 msgid "-fpic is not valid with -mcoff"
10831 msgstr ""
10832
10833 #: config/i386/sco5.h:829
10834 msgid "-fPIC is not valid with -mcoff"
10835 msgstr ""
10836
10837 #: config/i386/sco5.h:866
10838 msgid "-fpic not valid with -mcoff"
10839 msgstr ""
10840
10841 #: config/i386/sco5.h:867
10842 msgid "-fPIC not valid with -mcoff"
10843 msgstr ""
10844
10845 #: config/i860/fx2800.h:305
10846 msgid "-p option not supported: use -pg instead"
10847 msgstr ""
10848
10849 #: config/mips/mips.h:766
10850 msgid "-pipe is not supported."
10851 msgstr ""
10852
10853 #: config/mips/mips.h:905
10854 msgid "may not use both -mfp64 and -msingle-float"
10855 msgstr ""
10856
10857 #: config/mips/mips.h:906
10858 msgid "may not use both -mfp64 and -m4650"
10859 msgstr ""
10860
10861 #: config/mips/r3900.h:28 config/mips/r3900.h:42
10862 msgid "-mhard-float not supported."
10863 msgstr ""
10864
10865 #: config/mips/r3900.h:30 config/mips/r3900.h:44
10866 msgid "-msingle-float and -msoft-float can not both be specified."
10867 msgstr ""
10868
10869 #: config/nextstep.h:163 config/nextstep.h:166
10870 msgid "-p profiling is no longer supported.  Use -pg instead."
10871 msgstr ""
10872
10873 #: config/vax/vax.h:41 config/vax/vax.h:42
10874 msgid "profiling not supported with -mg\n"
10875 msgstr ""
10876
10877 #: gcc.c:558
10878 msgid "GNU C does not support -C without using -E"
10879 msgstr ""
10880
10881 #: gcc.c:573
10882 msgid "-pg and -fomit-frame-pointer are incompatible"
10883 msgstr ""
10884
10885 #: gcc.c:707
10886 msgid "-E required when input is from standard input"
10887 msgstr ""
10888
10889 #: gcc.c:711
10890 msgid "Compilation of header file requested"
10891 msgstr ""