Missed one in last change.
[official-gcc.git] / gcc / po / gcc.pot
blobb14c3b09ba8636c3a28cb4d0d90f535c378cb6ef
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "POT-Creation-Date: 2003-03-21 16:03-0800\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=CHARSET\n"
16 "Content-Transfer-Encoding: 8bit\n"
18 #: attribs.c:187
19 #, c-format
20 msgid "`%s' attribute directive ignored"
21 msgstr ""
23 #: attribs.c:195
24 #, c-format
25 msgid "wrong number of arguments specified for `%s' attribute"
26 msgstr ""
28 #: attribs.c:212
29 #, c-format
30 msgid "`%s' attribute does not apply to types"
31 msgstr ""
33 #: attribs.c:249
34 #, c-format
35 msgid "`%s' attribute only applies to function types"
36 msgstr ""
38 #: attribs.c:406 c-common.c:4867 c-common.c:4889 c-common.c:4911
39 #: c-common.c:4942 c-common.c:4964 c-common.c:4989 c-common.c:5015
40 #: c-common.c:5045 c-common.c:5083 c-common.c:5130 c-common.c:5160
41 #: c-common.c:5190 c-common.c:5213 c-common.c:5488 c-common.c:5510
42 #: c-common.c:5553 c-common.c:5630 c-common.c:5686 c-common.c:5747
43 #: c-common.c:5781 c-common.c:6135 config/arm/arm.c:2151 config/arm/arm.c:2178
44 #: config/avr/avr.c:4783 config/h8300/h8300.c:4016 config/h8300/h8300.c:4041
45 #: config/i386/i386.c:1594 config/i386/i386.c:15318 config/i386/winnt.c:88
46 #: config/ip2k/ip2k.c:3214
47 #, c-format
48 msgid "`%s' attribute ignored"
49 msgstr ""
51 #: builtins.c:294
52 msgid "offset outside bounds of constant string"
53 msgstr ""
55 #: builtins.c:774
56 msgid "second arg to `__builtin_prefetch' must be a constant"
57 msgstr ""
59 #: builtins.c:781
60 msgid "invalid second arg to __builtin_prefetch; using zero"
61 msgstr ""
63 #: builtins.c:788
64 msgid "third arg to `__builtin_prefetch' must be a constant"
65 msgstr ""
67 #: builtins.c:795
68 msgid "invalid third arg to __builtin_prefetch; using zero"
69 msgstr ""
71 #. ??? We used to try and build up a call to the out of line function,
72 #. guessing about what registers needed saving etc.  This became much
73 #. harder with __builtin_va_start, since we don't have a tree for a
74 #. call to __builtin_saveregs to fall back on.  There was exactly one
75 #. port (i860) that used this code, and I'm unconvinced it could actually
76 #. handle the general case.  So we no longer try to handle anything
77 #. weird and make the backend absorb the evil.
78 #: builtins.c:3185
79 msgid "__builtin_saveregs not supported by this target"
80 msgstr ""
82 #: builtins.c:3227
83 msgid "argument of `__builtin_args_info' must be constant"
84 msgstr ""
86 #: builtins.c:3233
87 msgid "argument of `__builtin_args_info' out of range"
88 msgstr ""
90 #: builtins.c:3239
91 msgid "missing argument in `__builtin_args_info'"
92 msgstr ""
94 #: builtins.c:3270
95 msgid "`va_start' used in function with fixed args"
96 msgstr ""
98 #: builtins.c:3289
99 msgid "second parameter of `va_start' not last named argument"
100 msgstr ""
102 #. Evidently an out of date version of <stdarg.h>; can't validate
103 #. va_start's second argument, but can still work as intended.
104 #: builtins.c:3294
105 msgid "`__builtin_next_arg' called without an argument"
106 msgstr ""
108 #: builtins.c:3380
109 msgid "too many arguments to function `va_start'"
110 msgstr ""
112 #: builtins.c:3482
113 msgid "first argument to `va_arg' not of type `va_list'"
114 msgstr ""
116 #. Unfortunately, this is merely undefined, rather than a constraint
117 #. violation, so we cannot make this an error.  If this call is never
118 #. executed, the program is still strictly conforming.
119 #: builtins.c:3514
120 #, c-format
121 msgid "`%s' is promoted to `%s' when passed through `...'"
122 msgstr ""
124 #: builtins.c:3519
125 #, c-format
126 msgid "(so you should pass `%s' not `%s' to `va_arg')"
127 msgstr ""
129 #: builtins.c:3650
130 msgid "invalid arg to `__builtin_frame_address'"
131 msgstr ""
133 #: builtins.c:3652
134 msgid "invalid arg to `__builtin_return_address'"
135 msgstr ""
137 #: builtins.c:3666
138 msgid "unsupported arg to `__builtin_frame_address'"
139 msgstr ""
141 #: builtins.c:3668
142 msgid "unsupported arg to `__builtin_return_address'"
143 msgstr ""
145 #: builtins.c:3839
146 msgid "second arg to `__builtin_expect' must be a constant"
147 msgstr ""
149 #: builtins.c:4429
150 msgid "__builtin_longjmp second argument must be 1"
151 msgstr ""
153 #. just do library call, if unknown builtin
154 #: builtins.c:4493 c-common.c:4476
155 #, c-format
156 msgid "built-in function `%s' not currently supported"
157 msgstr ""
159 #: builtins.c:4617
160 msgid "target format does not support infinity"
161 msgstr ""
163 #: c-common.c:1182
164 #, c-format
165 msgid "`%s' is not defined outside of function scope"
166 msgstr ""
168 #: c-common.c:1203
169 #, c-format
170 msgid ""
171 "string length `%d' is greater than the length `%d' ISO C%d compilers are "
172 "required to support"
173 msgstr ""
175 #: c-common.c:1261
176 msgid "concatenation of string literals with __FUNCTION__ is deprecated"
177 msgstr ""
179 #: c-common.c:1357
180 msgid "overflow in constant expression"
181 msgstr ""
183 #: c-common.c:1378
184 msgid "integer overflow in expression"
185 msgstr ""
187 #: c-common.c:1387
188 msgid "floating point overflow in expression"
189 msgstr ""
191 #: c-common.c:1393
192 msgid "vector overflow in expression"
193 msgstr ""
195 #. This detects cases like converting -129 or 256 to unsigned char.
196 #: c-common.c:1416
197 msgid "large integer implicitly truncated to unsigned type"
198 msgstr ""
200 #: c-common.c:1418
201 msgid "negative integer implicitly converted to unsigned type"
202 msgstr ""
204 #: c-common.c:1466
205 msgid "overflow in implicit constant conversion"
206 msgstr ""
208 #: c-common.c:1614
209 #, c-format
210 msgid "operation on `%s' may be undefined"
211 msgstr ""
213 #: c-common.c:1905
214 msgid "expression statement has incomplete type"
215 msgstr ""
217 #: c-common.c:1938
218 msgid "case label does not reduce to an integer constant"
219 msgstr ""
221 #: c-common.c:2242
222 msgid "invalid truth-value expression"
223 msgstr ""
225 #: c-common.c:2293
226 #, c-format
227 msgid "invalid operands to binary %s"
228 msgstr ""
230 #: c-common.c:2527
231 msgid "comparison is always false due to limited range of data type"
232 msgstr ""
234 #: c-common.c:2529
235 msgid "comparison is always true due to limited range of data type"
236 msgstr ""
238 #: c-common.c:2599
239 msgid "comparison of unsigned expression >= 0 is always true"
240 msgstr ""
242 #: c-common.c:2608
243 msgid "comparison of unsigned expression < 0 is always false"
244 msgstr ""
246 #: c-common.c:2655
247 msgid "pointer of type `void *' used in arithmetic"
248 msgstr ""
250 #: c-common.c:2661
251 msgid "pointer to a function used in arithmetic"
252 msgstr ""
254 #: c-common.c:2667
255 msgid "pointer to member function used in arithmetic"
256 msgstr ""
258 #: c-common.c:2673
259 msgid "pointer to a member used in arithmetic"
260 msgstr ""
262 #: c-common.c:2760 f/com.c:14676
263 msgid "struct type value used where scalar is required"
264 msgstr ""
266 #: c-common.c:2764 f/com.c:14680
267 msgid "union type value used where scalar is required"
268 msgstr ""
270 #: c-common.c:2768 f/com.c:14684
271 msgid "array type value used where scalar is required"
272 msgstr ""
274 #: c-common.c:2889 f/com.c:14817
275 msgid "suggest parentheses around assignment used as truth value"
276 msgstr ""
278 #: c-common.c:2933 c-common.c:2965
279 msgid "invalid use of `restrict'"
280 msgstr ""
282 #: c-common.c:3079
283 msgid "invalid application of `sizeof' to a function type"
284 msgstr ""
286 #: c-common.c:3089
287 #, c-format
288 msgid "invalid application of `%s' to a void type"
289 msgstr ""
291 #: c-common.c:3095
292 #, c-format
293 msgid "invalid application of `%s' to an incomplete type"
294 msgstr ""
296 #: c-common.c:3136
297 msgid "`__alignof' applied to a bit-field"
298 msgstr ""
300 #: c-common.c:3635
301 #, c-format
302 msgid "cannot disable built-in function `%s'"
303 msgstr ""
305 #: c-common.c:3804 c-typeck.c:1749
306 #, c-format
307 msgid "too few arguments to function `%s'"
308 msgstr ""
310 #: c-common.c:3810 c-typeck.c:1602
311 #, c-format
312 msgid "too many arguments to function `%s'"
313 msgstr ""
315 #: c-common.c:3829
316 #, c-format
317 msgid "non-floating-point argument to function `%s'"
318 msgstr ""
320 #: c-common.c:4098
321 msgid "pointers are not permitted as case values"
322 msgstr ""
324 #: c-common.c:4104
325 msgid "ISO C++ forbids range expressions in switch statements"
326 msgstr ""
328 #: c-common.c:4106
329 msgid "ISO C forbids range expressions in switch statements"
330 msgstr ""
332 #: c-common.c:4136
333 msgid "empty range specified"
334 msgstr ""
336 #: c-common.c:4187
337 msgid "duplicate (or overlapping) case value"
338 msgstr ""
340 #: c-common.c:4189
341 msgid "this is the first entry overlapping that value"
342 msgstr ""
344 #: c-common.c:4193
345 msgid "duplicate case value"
346 msgstr ""
348 #: c-common.c:4194
349 msgid "previously used here"
350 msgstr ""
352 #: c-common.c:4198
353 msgid "multiple default labels in one switch"
354 msgstr ""
356 #: c-common.c:4199
357 msgid "this is the first default label"
358 msgstr ""
360 #: c-common.c:4227
361 msgid "ISO C++ forbids taking the address of a label"
362 msgstr ""
364 #: c-common.c:4229
365 msgid "ISO C forbids taking the address of a label"
366 msgstr ""
368 #. SW_PARAM
369 #: c-common.c:4822
370 #, c-format
371 msgid "declaration of \"%s\" shadows a parameter"
372 msgstr ""
374 #. SW_LOCAL
375 #: c-common.c:4823
376 #, c-format
377 msgid "declaration of \"%s\" shadows a previous local"
378 msgstr ""
380 #. SW_GLOBAL
381 #: c-common.c:4824
382 #, c-format
383 msgid "declaration of \"%s\" shadows a global declaration"
384 msgstr ""
386 #: c-common.c:5247
387 #, c-format
388 msgid "unknown machine mode `%s'"
389 msgstr ""
391 #: c-common.c:5250
392 #, c-format
393 msgid "no data type for mode `%s'"
394 msgstr ""
396 #: c-common.c:5254
397 #, c-format
398 msgid "invalid pointer mode `%s'"
399 msgstr ""
401 #: c-common.c:5263 c-common.c:5877
402 #, c-format
403 msgid "unable to emulate '%s'"
404 msgstr ""
406 #: c-common.c:5312
407 msgid "section attribute cannot be specified for local variables"
408 msgstr ""
410 #: c-common.c:5323
411 #, c-format
412 msgid "section of `%s' conflicts with previous declaration"
413 msgstr ""
415 #: c-common.c:5332
416 #, c-format
417 msgid "section attribute not allowed for `%s'"
418 msgstr ""
420 #: c-common.c:5339
421 msgid "section attributes are not supported for this target"
422 msgstr ""
424 #: c-common.c:5381
425 msgid "requested alignment is not a constant"
426 msgstr ""
428 #: c-common.c:5386
429 msgid "requested alignment is not a power of 2"
430 msgstr ""
432 #: c-common.c:5391
433 msgid "requested alignment is too large"
434 msgstr ""
436 #: c-common.c:5418
437 #, c-format
438 msgid "alignment may not be specified for `%s'"
439 msgstr ""
441 #: c-common.c:5463
442 #, c-format
443 msgid "`%s' defined both normally and as an alias"
444 msgstr ""
446 #: c-common.c:5473
447 msgid "alias arg not a string"
448 msgstr ""
450 #: c-common.c:5520
451 msgid "visibility arg not a string"
452 msgstr ""
454 #: c-common.c:5529
455 msgid ""
456 "visibility arg must be one of \"default\", \"hidden\", \"protected\" or "
457 "\"internal\""
458 msgstr ""
460 #: c-common.c:5563
461 msgid "tls_model arg not a string"
462 msgstr ""
464 #: c-common.c:5572
465 msgid ""
466 "tls_model arg must be one of \"local-exec\", \"initial-exec\", \"local-"
467 "dynamic\" or \"global-dynamic\""
468 msgstr ""
470 #: c-common.c:5597 c-common.c:5653
471 #, c-format
472 msgid "`%s' attribute applies only to functions"
473 msgstr ""
475 #: c-common.c:5604 c-common.c:5660
476 #, c-format
477 msgid "can't set `%s' attribute after definition"
478 msgstr ""
480 #: c-common.c:5744
481 #, c-format
482 msgid "`%s' attribute ignored for `%s'"
483 msgstr ""
485 #: c-common.c:5809
486 #, c-format
487 msgid "invalid vector type for attribute `%s'"
488 msgstr ""
490 #: c-common.c:5833 c-common.c:5865
491 msgid "no vector mode with the size and type specified could be found"
492 msgstr ""
494 #: c-common.c:5964
495 msgid "nonnull attribute without arguments on a non-prototype"
496 msgstr ""
498 #: c-common.c:5979
499 #, c-format
500 msgid "nonnull argument has invalid operand number (arg %lu)"
501 msgstr ""
503 #: c-common.c:5998
504 #, c-format
505 msgid ""
506 "nonnull argument with out-of-range operand number (arg %lu, operand %lu)"
507 msgstr ""
509 #: c-common.c:6006
510 #, c-format
511 msgid "nonnull argument references non-pointer operand (arg %lu, operand %lu)"
512 msgstr ""
514 #: c-common.c:6092
515 #, c-format
516 msgid "null argument where non-null required (arg %lu)"
517 msgstr ""
519 #: c-convert.c:82 c-typeck.c:996 c-typeck.c:4053 cp/typeck.c:1627
520 #: cp/typeck.c:6073
521 msgid "void value not ignored as it ought to be"
522 msgstr ""
524 #: c-convert.c:114 java/typeck.c:148
525 msgid "conversion to non-scalar type requested"
526 msgstr ""
528 #: c-decl.c:339
529 #, c-format
530 msgid "array `%s' assumed to have one element"
531 msgstr ""
533 #: c-decl.c:536
534 #, c-format
535 msgid "`struct %s' incomplete in scope ending here"
536 msgstr ""
538 #: c-decl.c:539
539 #, c-format
540 msgid "`union %s' incomplete in scope ending here"
541 msgstr ""
543 #: c-decl.c:542
544 #, c-format
545 msgid "`enum %s' incomplete in scope ending here"
546 msgstr ""
548 #: c-decl.c:656 c-decl.c:781 java/decl.c:1367
549 #, c-format
550 msgid "label `%s' used but not defined"
551 msgstr ""
553 #: c-decl.c:662 c-decl.c:788 java/decl.c:1373
554 #, c-format
555 msgid "label `%s' defined but not used"
556 msgstr ""
558 #: c-decl.c:903
559 #, c-format
560 msgid "function `%s' redeclared as inline"
561 msgstr ""
563 #: c-decl.c:905
564 #, c-format
565 msgid "previous declaration of function `%s' with attribute noinline"
566 msgstr ""
568 #: c-decl.c:912
569 #, c-format
570 msgid "function `%s' redeclared with attribute noinline"
571 msgstr ""
573 #: c-decl.c:914
574 #, c-format
575 msgid "previous declaration of function `%s' was inline"
576 msgstr ""
578 #: c-decl.c:943 c-decl.c:989
579 #, c-format
580 msgid "shadowing built-in function `%s'"
581 msgstr ""
583 #: c-decl.c:945
584 #, c-format
585 msgid "shadowing library function `%s'"
586 msgstr ""
588 #: c-decl.c:951
589 #, c-format
590 msgid "library function `%s' declared as non-function"
591 msgstr ""
593 #: c-decl.c:955 c-decl.c:958
594 #, c-format
595 msgid "built-in function `%s' declared as non-function"
596 msgstr ""
598 #: c-decl.c:962 objc/objc-act.c:2389 objc/objc-act.c:6182
599 #, c-format
600 msgid "`%s' redeclared as different kind of symbol"
601 msgstr ""
603 #: c-decl.c:963 c-decl.c:1154 c-decl.c:1168 c-decl.c:1175 c-decl.c:1320
604 #: objc/objc-act.c:2391 objc/objc-act.c:6184 objc/objc-act.c:6239
605 #, c-format
606 msgid "previous declaration of `%s'"
607 msgstr ""
609 #. If types don't match for a built-in, throw away the built-in.
610 #: c-decl.c:1058
611 #, c-format
612 msgid "conflicting types for built-in function `%s'"
613 msgstr ""
615 #: c-decl.c:1101 c-decl.c:1120
616 #, c-format
617 msgid "conflicting types for `%s'"
618 msgstr ""
620 #: c-decl.c:1143
621 msgid ""
622 "a parameter list with an ellipsis can't match an empty parameter name list "
623 "declaration"
624 msgstr ""
626 #: c-decl.c:1149
627 msgid ""
628 "an argument type that has a default promotion can't match an empty parameter "
629 "name list declaration"
630 msgstr ""
632 #: c-decl.c:1167
633 #, c-format
634 msgid "thread-local declaration of `%s' follows non thread-local declaration"
635 msgstr ""
637 #: c-decl.c:1174
638 #, c-format
639 msgid "non thread-local declaration of `%s' follows thread-local declaration"
640 msgstr ""
642 #: c-decl.c:1185 c-decl.c:1208
643 #, c-format
644 msgid "redefinition of `%s'"
645 msgstr ""
647 #: c-decl.c:1188
648 #, c-format
649 msgid "redeclaration of `%s'"
650 msgstr ""
652 #: c-decl.c:1191
653 #, c-format
654 msgid "conflicting declarations of `%s'"
655 msgstr ""
657 #: c-decl.c:1235
658 #, c-format
659 msgid "prototype for `%s' follows"
660 msgstr ""
662 #: c-decl.c:1236 c-decl.c:1244 c-decl.c:1255
663 msgid "non-prototype definition here"
664 msgstr ""
666 #: c-decl.c:1243
667 #, c-format
668 msgid "prototype for `%s' follows and number of arguments doesn't match"
669 msgstr ""
671 #: c-decl.c:1253
672 #, c-format
673 msgid "prototype for `%s' follows and argument %d doesn't match"
674 msgstr ""
676 #: c-decl.c:1271
677 #, c-format
678 msgid "`%s' declared inline after being called"
679 msgstr ""
681 #: c-decl.c:1277
682 #, c-format
683 msgid "`%s' declared inline after its definition"
684 msgstr ""
686 #: c-decl.c:1284
687 #, c-format
688 msgid "static declaration for `%s' follows non-static"
689 msgstr ""
691 #: c-decl.c:1292
692 #, c-format
693 msgid "non-static declaration for `%s' follows static"
694 msgstr ""
696 #: c-decl.c:1299
697 #, c-format
698 msgid "const declaration for `%s' follows non-const"
699 msgstr ""
701 #: c-decl.c:1306
702 #, c-format
703 msgid "type qualifiers for `%s' conflict with previous decl"
704 msgstr ""
706 #: c-decl.c:1319
707 #, c-format
708 msgid "redundant redeclaration of `%s' in same scope"
709 msgstr ""
711 #: c-decl.c:1689
712 #, c-format
713 msgid "nested extern declaration of `%s'"
714 msgstr ""
716 #: c-decl.c:1708 java/decl.c:1025
717 #, c-format
718 msgid "`%s' used prior to declaration"
719 msgstr ""
721 #: c-decl.c:1722 c-decl.c:1897
722 #, c-format
723 msgid "`%s' was declared implicitly `extern' and later `static'"
724 msgstr ""
726 #: c-decl.c:1825 cp/decl.c:3979
727 msgid "type mismatch with previous external decl"
728 msgstr ""
730 #: c-decl.c:1826
731 #, c-format
732 msgid "previous external decl of `%s'"
733 msgstr ""
735 #: c-decl.c:1839
736 msgid "type mismatch with previous implicit declaration"
737 msgstr ""
739 #: c-decl.c:1841
740 #, c-format
741 msgid "previous implicit declaration of `%s'"
742 msgstr ""
744 #: c-decl.c:1876
745 #, c-format
746 msgid "`%s' was previously implicitly declared to return `int'"
747 msgstr ""
749 #: c-decl.c:1901
750 #, c-format
751 msgid "`%s' was declared `extern' and later `static'"
752 msgstr ""
754 #: c-decl.c:1925
755 #, c-format
756 msgid "extern declaration of `%s' doesn't match global one"
757 msgstr ""
759 #: c-decl.c:1967
760 #, c-format
761 msgid "`%s' locally external but globally static"
762 msgstr ""
764 #: c-decl.c:2100
765 #, c-format
766 msgid "function `%s' was previously declared within a block"
767 msgstr ""
769 #: c-decl.c:2120 c-decl.c:2122
770 #, c-format
771 msgid "implicit declaration of function `%s'"
772 msgstr ""
774 #: c-decl.c:2201
775 #, c-format
776 msgid "label %s referenced outside of any function"
777 msgstr ""
779 #: c-decl.c:2258
780 #, c-format
781 msgid "duplicate label declaration `%s'"
782 msgstr ""
784 #: c-decl.c:2261
785 msgid "this is a previous declaration"
786 msgstr ""
788 #: c-decl.c:2693
789 msgid "unnamed struct/union that defines no instances"
790 msgstr ""
792 #: c-decl.c:2712
793 msgid "useless keyword or type name in empty declaration"
794 msgstr ""
796 #: c-decl.c:2719
797 msgid "two types specified in one empty declaration"
798 msgstr ""
800 #: c-decl.c:2724 c-parse.y:756 c-parse.y:758 objc-parse.y:802 objc-parse.y:804
801 #: objc-parse.y:3045
802 msgid "empty declaration"
803 msgstr ""
805 #: c-decl.c:2754
806 msgid ""
807 "ISO C90 does not support `static' or type qualifiers in parameter array "
808 "declarators"
809 msgstr ""
811 #: c-decl.c:2756
812 msgid "ISO C90 does not support `[*]' array declarators"
813 msgstr ""
815 #: c-decl.c:2759
816 msgid "GCC does not yet properly implement `[*]' array declarators"
817 msgstr ""
819 #: c-decl.c:2778
820 msgid "static or type qualifiers in abstract declarator"
821 msgstr ""
823 #: c-decl.c:2852
824 #, c-format
825 msgid "`%s' is usually a function"
826 msgstr ""
828 #: c-decl.c:2861
829 #, c-format
830 msgid "typedef `%s' is initialized (use __typeof__ instead)"
831 msgstr ""
833 #: c-decl.c:2867
834 #, c-format
835 msgid "function `%s' is initialized like a variable"
836 msgstr ""
838 #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
839 #: c-decl.c:2874
840 #, c-format
841 msgid "parameter `%s' is initialized"
842 msgstr ""
844 #: c-decl.c:2894 c-typeck.c:4867
845 msgid "variable-sized object may not be initialized"
846 msgstr ""
848 #: c-decl.c:2900
849 #, c-format
850 msgid "variable `%s' has initializer but incomplete type"
851 msgstr ""
853 #: c-decl.c:2906
854 #, c-format
855 msgid "elements of array `%s' have incomplete type"
856 msgstr ""
858 #: c-decl.c:2919
859 #, c-format
860 msgid "declaration of `%s' has `extern' and is initialized"
861 msgstr ""
863 #: c-decl.c:2968 c-decl.c:5734
864 #, c-format
865 msgid "inline function `%s' given attribute noinline"
866 msgstr ""
868 #: c-decl.c:3042
869 #, c-format
870 msgid "initializer fails to determine size of `%s'"
871 msgstr ""
873 #: c-decl.c:3047
874 #, c-format
875 msgid "array size missing in `%s'"
876 msgstr ""
878 #: c-decl.c:3063
879 #, c-format
880 msgid "zero or negative size array `%s'"
881 msgstr ""
883 #: c-decl.c:3091
884 #, c-format
885 msgid "storage size of `%s' isn't known"
886 msgstr ""
888 #: c-decl.c:3101
889 #, c-format
890 msgid "storage size of `%s' isn't constant"
891 msgstr ""
893 #: c-decl.c:3161
894 #, c-format
895 msgid "ignoring asm-specifier for non-static local variable `%s'"
896 msgstr ""
898 #: c-decl.c:3226
899 #, c-format
900 msgid "ISO C forbids parameter `%s' shadowing typedef"
901 msgstr ""
903 #: c-decl.c:3573 cp/decl.c:10168
904 msgid "`long long long' is too long for GCC"
905 msgstr ""
907 #: c-decl.c:3578
908 msgid "ISO C90 does not support `long long'"
909 msgstr ""
911 #: c-decl.c:3587 c-decl.c:3590 cp/decl.c:10173
912 #, c-format
913 msgid "duplicate `%s'"
914 msgstr ""
916 #: c-decl.c:3600 cp/decl.c:10179
917 msgid "`__thread' before `extern'"
918 msgstr ""
920 #: c-decl.c:3602 cp/decl.c:10181
921 msgid "`__thread' before `static'"
922 msgstr ""
924 #: c-decl.c:3610 cp/decl.c:10208
925 #, c-format
926 msgid "two or more data types in declaration of `%s'"
927 msgstr ""
929 #: c-decl.c:3630 cp/decl.c:10213
930 #, c-format
931 msgid "`%s' fails to be a typedef or built in type"
932 msgstr ""
934 #: c-decl.c:3669
935 #, c-format
936 msgid "type defaults to `int' in declaration of `%s'"
937 msgstr ""
939 #: c-decl.c:3698
940 #, c-format
941 msgid "both long and short specified for `%s'"
942 msgstr ""
944 #: c-decl.c:3702 cp/decl.c:10313
945 #, c-format
946 msgid "long or short specified with char for `%s'"
947 msgstr ""
949 #: c-decl.c:3709 cp/decl.c:10317
950 #, c-format
951 msgid "long or short specified with floating type for `%s'"
952 msgstr ""
954 #: c-decl.c:3712
955 msgid "the only valid combination is `long double'"
956 msgstr ""
958 #: c-decl.c:3718
959 #, c-format
960 msgid "both signed and unsigned specified for `%s'"
961 msgstr ""
963 #: c-decl.c:3720 cp/decl.c:10306
964 #, c-format
965 msgid "long, short, signed or unsigned invalid for `%s'"
966 msgstr ""
968 #: c-decl.c:3726 cp/decl.c:10326
969 #, c-format
970 msgid "long, short, signed or unsigned used invalidly for `%s'"
971 msgstr ""
973 #: c-decl.c:3744 cp/decl.c:10347
974 #, c-format
975 msgid "complex invalid for `%s'"
976 msgstr ""
978 #: c-decl.c:3786
979 msgid "ISO C90 does not support complex types"
980 msgstr ""
982 #: c-decl.c:3798
983 msgid "ISO C does not support plain `complex' meaning `double complex'"
984 msgstr ""
986 #: c-decl.c:3804 c-decl.c:3816
987 msgid "ISO C does not support complex integer types"
988 msgstr ""
990 #: c-decl.c:3831 c-decl.c:4284 cp/decl.c:10950
991 msgid "duplicate `const'"
992 msgstr ""
994 #: c-decl.c:3833 c-decl.c:4288 cp/decl.c:10954
995 msgid "duplicate `restrict'"
996 msgstr ""
998 #: c-decl.c:3835 c-decl.c:4286 cp/decl.c:10952
999 msgid "duplicate `volatile'"
1000 msgstr ""
1002 #: c-decl.c:3863 cp/decl.c:10510
1003 #, c-format
1004 msgid "multiple storage classes in declaration of `%s'"
1005 msgstr ""
1007 #: c-decl.c:3873
1008 msgid "function definition declared `auto'"
1009 msgstr ""
1011 #: c-decl.c:3875
1012 msgid "function definition declared `register'"
1013 msgstr ""
1015 #: c-decl.c:3877
1016 msgid "function definition declared `typedef'"
1017 msgstr ""
1019 #: c-decl.c:3879
1020 msgid "function definition declared `__thread'"
1021 msgstr ""
1023 #: c-decl.c:3892
1024 #, c-format
1025 msgid "storage class specified for structure field `%s'"
1026 msgstr ""
1028 #: c-decl.c:3896 cp/decl.c:10557
1029 #, c-format
1030 msgid "storage class specified for parameter `%s'"
1031 msgstr ""
1033 #: c-decl.c:3899 cp/decl.c:10559
1034 msgid "storage class specified for typename"
1035 msgstr ""
1037 #: c-decl.c:3911 cp/decl.c:10574
1038 #, c-format
1039 msgid "`%s' initialized and declared `extern'"
1040 msgstr ""
1042 #: c-decl.c:3913 cp/decl.c:10577
1043 #, c-format
1044 msgid "`%s' has both `extern' and initializer"
1045 msgstr ""
1047 #: c-decl.c:3918 cp/decl.c:10585
1048 #, c-format
1049 msgid "top-level declaration of `%s' specifies `auto'"
1050 msgstr ""
1052 #: c-decl.c:3923 cp/decl.c:10581
1053 #, c-format
1054 msgid "nested function `%s' declared `extern'"
1055 msgstr ""
1057 #: c-decl.c:3929 cp/decl.c:10591
1058 #, c-format
1059 msgid "function-scope `%s' implicitly auto and declared `__thread'"
1060 msgstr ""
1062 #. Only the innermost declarator (making a parameter be of
1063 #. array type which is converted to pointer type)
1064 #. may have static or type qualifiers.
1065 #: c-decl.c:3968 c-decl.c:4156
1066 msgid "static or type qualifiers in non-parameter array declarator"
1067 msgstr ""
1069 #: c-decl.c:4012
1070 #, c-format
1071 msgid "declaration of `%s' as array of voids"
1072 msgstr ""
1074 #: c-decl.c:4018
1075 #, c-format
1076 msgid "declaration of `%s' as array of functions"
1077 msgstr ""
1079 #: c-decl.c:4023 c-decl.c:5290
1080 msgid "invalid use of structure with flexible array member"
1081 msgstr ""
1083 #: c-decl.c:4042
1084 #, c-format
1085 msgid "size of array `%s' has non-integer type"
1086 msgstr ""
1088 #: c-decl.c:4047
1089 #, c-format
1090 msgid "ISO C forbids zero-size array `%s'"
1091 msgstr ""
1093 #: c-decl.c:4054
1094 #, c-format
1095 msgid "size of array `%s' is negative"
1096 msgstr ""
1098 #: c-decl.c:4067
1099 #, c-format
1100 msgid "ISO C90 forbids array `%s' whose size can't be evaluated"
1101 msgstr ""
1103 #: c-decl.c:4070
1104 #, c-format
1105 msgid "ISO C90 forbids variable-size array `%s'"
1106 msgstr ""
1108 #: c-decl.c:4100 c-decl.c:4310 cp/decl.c:11121
1109 #, c-format
1110 msgid "size of array `%s' is too large"
1111 msgstr ""
1113 #: c-decl.c:4113
1114 msgid "ISO C90 does not support flexible array members"
1115 msgstr ""
1117 #: c-decl.c:4123
1118 msgid "array type has incomplete element type"
1119 msgstr ""
1121 #: c-decl.c:4130 c-decl.c:4360
1122 msgid "ISO C forbids const or volatile function types"
1123 msgstr ""
1125 #: c-decl.c:4176 cp/decl.c:10718
1126 #, c-format
1127 msgid "`%s' declared as function returning a function"
1128 msgstr ""
1130 #: c-decl.c:4181 cp/decl.c:10723
1131 #, c-format
1132 msgid "`%s' declared as function returning an array"
1133 msgstr ""
1135 #: c-decl.c:4209
1136 msgid "ISO C forbids qualified void function return type"
1137 msgstr ""
1139 #: c-decl.c:4213
1140 msgid "type qualifiers ignored on function return type"
1141 msgstr ""
1143 #: c-decl.c:4242 c-decl.c:4325 c-decl.c:4449 c-decl.c:4541
1144 msgid "ISO C forbids qualified function types"
1145 msgstr ""
1147 #: c-decl.c:4282 cp/decl.c:10946
1148 msgid "invalid type modifier within pointer declarator"
1149 msgstr ""
1151 #: c-decl.c:4380 cp/decl.c:11402
1152 #, c-format
1153 msgid "variable or field `%s' declared void"
1154 msgstr ""
1156 #: c-decl.c:4413
1157 msgid "attributes in parameter array declarator ignored"
1158 msgstr ""
1160 #: c-decl.c:4438
1161 msgid "invalid type modifier within array declarator"
1162 msgstr ""
1164 #: c-decl.c:4483
1165 #, c-format
1166 msgid "field `%s' declared as a function"
1167 msgstr ""
1169 #: c-decl.c:4489
1170 #, c-format
1171 msgid "field `%s' has incomplete type"
1172 msgstr ""
1174 #: c-decl.c:4521 c-decl.c:4523 c-decl.c:4525 c-decl.c:4532
1175 #, c-format
1176 msgid "invalid storage class for function `%s'"
1177 msgstr ""
1179 #: c-decl.c:4547
1180 msgid "`noreturn' function returns non-void value"
1181 msgstr ""
1183 #: c-decl.c:4562
1184 msgid "cannot inline function `main'"
1185 msgstr ""
1187 #: c-decl.c:4617
1188 #, c-format
1189 msgid "variable `%s' declared `inline'"
1190 msgstr ""
1192 #. A mere warning is sure to result in improper semantics
1193 #. at runtime.  Don't bother to allow this to compile.
1194 #: c-decl.c:4645 cp/decl.c:9261
1195 msgid "thread-local storage not supported for this target"
1196 msgstr ""
1198 #: c-decl.c:4700 c-decl.c:5786
1199 msgid "function declaration isn't a prototype"
1200 msgstr ""
1202 #: c-decl.c:4706
1203 msgid "parameter names (without types) in function declaration"
1204 msgstr ""
1206 #: c-decl.c:4738 c-decl.c:6156
1207 #, c-format
1208 msgid "parameter `%s' has incomplete type"
1209 msgstr ""
1211 #: c-decl.c:4741
1212 msgid "parameter has incomplete type"
1213 msgstr ""
1215 #: c-decl.c:4762
1216 #, c-format
1217 msgid "parameter `%s' points to incomplete type"
1218 msgstr ""
1220 #: c-decl.c:4765
1221 msgid "parameter points to incomplete type"
1222 msgstr ""
1224 #: c-decl.c:4830
1225 #, c-format
1226 msgid "parameter `%s' has just a forward declaration"
1227 msgstr ""
1229 #: c-decl.c:4871
1230 msgid "`void' in parameter list must be the entire list"
1231 msgstr ""
1233 #: c-decl.c:4902
1234 #, c-format
1235 msgid "`struct %s' declared inside parameter list"
1236 msgstr ""
1238 #: c-decl.c:4905
1239 #, c-format
1240 msgid "`union %s' declared inside parameter list"
1241 msgstr ""
1243 #: c-decl.c:4908
1244 #, c-format
1245 msgid "`enum %s' declared inside parameter list"
1246 msgstr ""
1248 #: c-decl.c:4915
1249 msgid "anonymous struct declared inside parameter list"
1250 msgstr ""
1252 #: c-decl.c:4917
1253 msgid "anonymous union declared inside parameter list"
1254 msgstr ""
1256 #: c-decl.c:4919
1257 msgid "anonymous enum declared inside parameter list"
1258 msgstr ""
1260 #: c-decl.c:4923
1261 msgid ""
1262 "its scope is only this definition or declaration, which is probably not what "
1263 "you want"
1264 msgstr ""
1266 #: c-decl.c:5000
1267 #, c-format
1268 msgid "redefinition of `union %s'"
1269 msgstr ""
1271 #: c-decl.c:5002
1272 #, c-format
1273 msgid "redefinition of `struct %s'"
1274 msgstr ""
1276 #: c-decl.c:5073 cp/decl.c:6892
1277 msgid "declaration does not declare anything"
1278 msgstr ""
1280 #: c-decl.c:5115 c-decl.c:5118
1281 #, c-format
1282 msgid "%s defined inside parms"
1283 msgstr ""
1285 #: c-decl.c:5116 c-decl.c:5119 c-decl.c:5130
1286 msgid "union"
1287 msgstr ""
1289 #: c-decl.c:5116 c-decl.c:5119
1290 msgid "structure"
1291 msgstr ""
1293 #: c-decl.c:5129
1294 #, c-format
1295 msgid "%s has no %s"
1296 msgstr ""
1298 #: c-decl.c:5130
1299 msgid "struct"
1300 msgstr ""
1302 #: c-decl.c:5131
1303 msgid "named members"
1304 msgstr ""
1306 #: c-decl.c:5131
1307 msgid "members"
1308 msgstr ""
1310 #: c-decl.c:5170
1311 #, c-format
1312 msgid "nested redefinition of `%s'"
1313 msgstr ""
1315 #: c-decl.c:5183
1316 #, c-format
1317 msgid "bit-field `%s' width not an integer constant"
1318 msgstr ""
1320 #: c-decl.c:5194
1321 #, c-format
1322 msgid "bit-field `%s' has invalid type"
1323 msgstr ""
1325 #: c-decl.c:5206
1326 #, c-format
1327 msgid "bit-field `%s' type invalid in ISO C"
1328 msgstr ""
1330 #: c-decl.c:5217
1331 #, c-format
1332 msgid "negative width in bit-field `%s'"
1333 msgstr ""
1335 #: c-decl.c:5219
1336 #, c-format
1337 msgid "width of `%s' exceeds its type"
1338 msgstr ""
1340 #: c-decl.c:5221
1341 #, c-format
1342 msgid "zero width for bit-field `%s'"
1343 msgstr ""
1345 #: c-decl.c:5235
1346 #, c-format
1347 msgid "`%s' is narrower than values of its type"
1348 msgstr ""
1350 #: c-decl.c:5281
1351 msgid "flexible array member in union"
1352 msgstr ""
1354 #: c-decl.c:5283
1355 msgid "flexible array member not at end of struct"
1356 msgstr ""
1358 #: c-decl.c:5285
1359 msgid "flexible array member in otherwise empty struct"
1360 msgstr ""
1362 #: c-decl.c:5315
1363 #, c-format
1364 msgid "duplicate member `%s'"
1365 msgstr ""
1367 #: c-decl.c:5359
1368 msgid "union cannot be made transparent"
1369 msgstr ""
1371 #. This enum is a named one that has been declared already.
1372 #: c-decl.c:5464
1373 #, c-format
1374 msgid "redeclaration of `enum %s'"
1375 msgstr ""
1377 #: c-decl.c:5498
1378 msgid "enum defined inside parms"
1379 msgstr ""
1381 #: c-decl.c:5531
1382 msgid "enumeration values exceed range of largest integer"
1383 msgstr ""
1385 #: c-decl.c:5640
1386 #, c-format
1387 msgid "enumerator value for `%s' not integer constant"
1388 msgstr ""
1390 #: c-decl.c:5653
1391 msgid "overflow in enumeration values"
1392 msgstr ""
1394 #: c-decl.c:5658
1395 msgid "ISO C restricts enumerator values to range of `int'"
1396 msgstr ""
1398 #: c-decl.c:5740
1399 msgid "return type is an incomplete type"
1400 msgstr ""
1402 #: c-decl.c:5748
1403 msgid "return type defaults to `int'"
1404 msgstr ""
1406 #: c-decl.c:5795
1407 #, c-format
1408 msgid "no previous prototype for `%s'"
1409 msgstr ""
1411 #: c-decl.c:5802
1412 #, c-format
1413 msgid "`%s' was used with no prototype before its definition"
1414 msgstr ""
1416 #: c-decl.c:5808
1417 #, c-format
1418 msgid "no previous declaration for `%s'"
1419 msgstr ""
1421 #: c-decl.c:5815
1422 #, c-format
1423 msgid "`%s' was used with no declaration before its definition"
1424 msgstr ""
1426 #: c-decl.c:5839 c-decl.c:6392
1427 #, c-format
1428 msgid "return type of `%s' is not `int'"
1429 msgstr ""
1431 #: c-decl.c:5855
1432 #, c-format
1433 msgid "first argument of `%s' should be `int'"
1434 msgstr ""
1436 #: c-decl.c:5864
1437 #, c-format
1438 msgid "second argument of `%s' should be `char **'"
1439 msgstr ""
1441 #: c-decl.c:5873
1442 #, c-format
1443 msgid "third argument of `%s' should probably be `char **'"
1444 msgstr ""
1446 #: c-decl.c:5882
1447 #, c-format
1448 msgid "`%s' takes only zero or two arguments"
1449 msgstr ""
1451 #: c-decl.c:5885
1452 #, c-format
1453 msgid "`%s' is normally a non-static function"
1454 msgstr ""
1456 #: c-decl.c:5983
1457 msgid "parm types given both in parmlist and separately"
1458 msgstr ""
1460 #: c-decl.c:6004
1461 msgid "parameter name omitted"
1462 msgstr ""
1464 #: c-decl.c:6008 c-decl.c:6110
1465 #, c-format
1466 msgid "parameter `%s' declared void"
1467 msgstr ""
1469 #: c-decl.c:6084
1470 msgid "parameter name missing from parameter list"
1471 msgstr ""
1473 #: c-decl.c:6103
1474 #, c-format
1475 msgid "multiple parameters named `%s'"
1476 msgstr ""
1478 #: c-decl.c:6125 c-decl.c:6127
1479 #, c-format
1480 msgid "type of `%s' defaults to `int'"
1481 msgstr ""
1483 #: c-decl.c:6163
1484 #, c-format
1485 msgid "declaration for parameter `%s' but no such parameter"
1486 msgstr ""
1488 #: c-decl.c:6211
1489 msgid "number of arguments doesn't match prototype"
1490 msgstr ""
1492 #: c-decl.c:6241
1493 #, c-format
1494 msgid "promoted argument `%s' doesn't match prototype"
1495 msgstr ""
1497 #: c-decl.c:6251
1498 #, c-format
1499 msgid "argument `%s' doesn't match prototype"
1500 msgstr ""
1502 #: c-decl.c:6424 cp/decl.c:14164
1503 msgid "no return statement in function returning non-void"
1504 msgstr ""
1506 #: c-decl.c:6598
1507 msgid "this function may return with or without a value"
1508 msgstr ""
1510 #: c-decl.c:6618
1511 #, c-format
1512 msgid "size of return value of `%s' is %u bytes"
1513 msgstr ""
1515 #: c-decl.c:6622
1516 #, c-format
1517 msgid "size of return value of `%s' is larger than %d bytes"
1518 msgstr ""
1520 #. If we get here, declarations have been used in a for loop without
1521 #. the C99 for loop scope.  This doesn't make much sense, so don't
1522 #. allow it.
1523 #: c-decl.c:6686
1524 msgid "`for' loop initial declaration used outside C99 mode"
1525 msgstr ""
1527 #: c-decl.c:6710
1528 #, c-format
1529 msgid "`struct %s' declared in `for' loop initial declaration"
1530 msgstr ""
1532 #: c-decl.c:6713
1533 #, c-format
1534 msgid "`union %s' declared in `for' loop initial declaration"
1535 msgstr ""
1537 #: c-decl.c:6716
1538 #, c-format
1539 msgid "`enum %s' declared in `for' loop initial declaration"
1540 msgstr ""
1542 #: c-decl.c:6724
1543 #, c-format
1544 msgid "declaration of non-variable `%s' in `for' loop initial declaration"
1545 msgstr ""
1547 #: c-decl.c:6726
1548 #, c-format
1549 msgid "declaration of static variable `%s' in `for' loop initial declaration"
1550 msgstr ""
1552 #: c-decl.c:6728
1553 #, c-format
1554 msgid "declaration of `extern' variable `%s' in `for' loop initial declaration"
1555 msgstr ""
1557 #: c-format.c:111 c-format.c:193
1558 msgid "format string arg not a string type"
1559 msgstr ""
1561 #: c-format.c:126
1562 msgid "args to be formatted is not '...'"
1563 msgstr ""
1565 #: c-format.c:135
1566 msgid "strftime formats cannot format arguments"
1567 msgstr ""
1569 #: c-format.c:170 c-format.c:272
1570 msgid "format string has invalid operand number"
1571 msgstr ""
1573 #: c-format.c:204
1574 msgid "function does not return string type"
1575 msgstr ""
1577 #: c-format.c:235
1578 msgid "unrecognized format specifier"
1579 msgstr ""
1581 #: c-format.c:248
1582 #, c-format
1583 msgid "`%s' is an unrecognized format function type"
1584 msgstr ""
1586 #: c-format.c:282
1587 msgid "format string arg follows the args to be formatted"
1588 msgstr ""
1590 #: c-format.c:603
1591 msgid "` ' flag"
1592 msgstr ""
1594 #: c-format.c:603
1595 msgid "the ` ' printf flag"
1596 msgstr ""
1598 #: c-format.c:604 c-format.c:675
1599 msgid "`+' flag"
1600 msgstr ""
1602 #: c-format.c:604
1603 msgid "the `+' printf flag"
1604 msgstr ""
1606 #: c-format.c:605 c-format.c:651
1607 msgid "`#' flag"
1608 msgstr ""
1610 #: c-format.c:605
1611 msgid "the `#' printf flag"
1612 msgstr ""
1614 #: c-format.c:606 c-format.c:649
1615 msgid "`0' flag"
1616 msgstr ""
1618 #: c-format.c:606
1619 msgid "the `0' printf flag"
1620 msgstr ""
1622 #: c-format.c:607 c-format.c:648 c-format.c:678
1623 msgid "`-' flag"
1624 msgstr ""
1626 #: c-format.c:607
1627 msgid "the `-' printf flag"
1628 msgstr ""
1630 #: c-format.c:608 c-format.c:632
1631 msgid "`'' flag"
1632 msgstr ""
1634 #: c-format.c:608
1635 msgid "the `'' printf flag"
1636 msgstr ""
1638 #: c-format.c:609 c-format.c:633
1639 msgid "`I' flag"
1640 msgstr ""
1642 #: c-format.c:609
1643 msgid "the `I' printf flag"
1644 msgstr ""
1646 #: c-format.c:610 c-format.c:630 c-format.c:652 c-format.c:679 c-format.c:1704
1647 msgid "field width"
1648 msgstr ""
1650 #: c-format.c:610
1651 msgid "field width in printf format"
1652 msgstr ""
1654 #: c-format.c:611
1655 msgid "precision"
1656 msgstr ""
1658 #: c-format.c:611
1659 msgid "precision in printf format"
1660 msgstr ""
1662 #: c-format.c:612 c-format.c:631 c-format.c:682
1663 msgid "length modifier"
1664 msgstr ""
1666 #: c-format.c:612
1667 msgid "length modifier in printf format"
1668 msgstr ""
1670 #: c-format.c:628
1671 msgid "assignment suppression"
1672 msgstr ""
1674 #: c-format.c:628
1675 msgid "the assignment suppression scanf feature"
1676 msgstr ""
1678 #: c-format.c:629
1679 msgid "`a' flag"
1680 msgstr ""
1682 #: c-format.c:629
1683 msgid "the `a' scanf flag"
1684 msgstr ""
1686 #: c-format.c:630
1687 msgid "field width in scanf format"
1688 msgstr ""
1690 #: c-format.c:631
1691 msgid "length modifier in scanf format"
1692 msgstr ""
1694 #: c-format.c:632
1695 msgid "the `'' scanf flag"
1696 msgstr ""
1698 #: c-format.c:633
1699 msgid "the `I' scanf flag"
1700 msgstr ""
1702 #: c-format.c:647
1703 msgid "`_' flag"
1704 msgstr ""
1706 #: c-format.c:647
1707 msgid "the `_' strftime flag"
1708 msgstr ""
1710 #: c-format.c:648
1711 msgid "the `-' strftime flag"
1712 msgstr ""
1714 #: c-format.c:649
1715 msgid "the `0' strftime flag"
1716 msgstr ""
1718 #: c-format.c:650 c-format.c:674
1719 msgid "`^' flag"
1720 msgstr ""
1722 #: c-format.c:650
1723 msgid "the `^' strftime flag"
1724 msgstr ""
1726 #: c-format.c:651
1727 msgid "the `#' strftime flag"
1728 msgstr ""
1730 #: c-format.c:652
1731 msgid "field width in strftime format"
1732 msgstr ""
1734 #: c-format.c:653
1735 msgid "`E' modifier"
1736 msgstr ""
1738 #: c-format.c:653
1739 msgid "the `E' strftime modifier"
1740 msgstr ""
1742 #: c-format.c:654
1743 msgid "`O' modifier"
1744 msgstr ""
1746 #: c-format.c:654
1747 msgid "the `O' strftime modifier"
1748 msgstr ""
1750 #: c-format.c:655
1751 msgid "the `O' modifier"
1752 msgstr ""
1754 #: c-format.c:673
1755 msgid "fill character"
1756 msgstr ""
1758 #: c-format.c:673
1759 msgid "fill character in strfmon format"
1760 msgstr ""
1762 #: c-format.c:674
1763 msgid "the `^' strfmon flag"
1764 msgstr ""
1766 #: c-format.c:675
1767 msgid "the `+' strfmon flag"
1768 msgstr ""
1770 #: c-format.c:676
1771 msgid "`(' flag"
1772 msgstr ""
1774 #: c-format.c:676
1775 msgid "the `(' strfmon flag"
1776 msgstr ""
1778 #: c-format.c:677
1779 msgid "`!' flag"
1780 msgstr ""
1782 #: c-format.c:677
1783 msgid "the `!' strfmon flag"
1784 msgstr ""
1786 #: c-format.c:678
1787 msgid "the `-' strfmon flag"
1788 msgstr ""
1790 #: c-format.c:679
1791 msgid "field width in strfmon format"
1792 msgstr ""
1794 #: c-format.c:680
1795 msgid "left precision"
1796 msgstr ""
1798 #: c-format.c:680
1799 msgid "left precision in strfmon format"
1800 msgstr ""
1802 #: c-format.c:681
1803 msgid "right precision"
1804 msgstr ""
1806 #: c-format.c:681
1807 msgid "right precision in strfmon format"
1808 msgstr ""
1810 #: c-format.c:682
1811 msgid "length modifier in strfmon format"
1812 msgstr ""
1814 #: c-format.c:985
1815 #, c-format
1816 msgid "function might be possible candidate for `%s' format attribute"
1817 msgstr ""
1819 #: c-format.c:1109 c-format.c:1130 c-format.c:2114
1820 msgid "missing $ operand number in format"
1821 msgstr ""
1823 #: c-format.c:1140
1824 #, c-format
1825 msgid "%s does not support %%n$ operand number formats"
1826 msgstr ""
1828 #: c-format.c:1147
1829 msgid "operand number out of range in format"
1830 msgstr ""
1832 #: c-format.c:1170
1833 #, c-format
1834 msgid "format argument %d used more than once in %s format"
1835 msgstr ""
1837 #: c-format.c:1220
1838 #, c-format
1839 msgid "format argument %d unused before used argument %d in $-style format"
1840 msgstr ""
1842 #: c-format.c:1324
1843 msgid "format not a string literal, format string not checked"
1844 msgstr ""
1846 #: c-format.c:1338
1847 msgid "format not a string literal and no format arguments"
1848 msgstr ""
1850 #: c-format.c:1340
1851 msgid "format not a string literal, argument types not checked"
1852 msgstr ""
1854 #: c-format.c:1353
1855 msgid "too many arguments for format"
1856 msgstr ""
1858 #: c-format.c:1356
1859 msgid "unused arguments in $-style format"
1860 msgstr ""
1862 #: c-format.c:1359
1863 #, c-format
1864 msgid "zero-length %s format string"
1865 msgstr ""
1867 #: c-format.c:1363
1868 msgid "format is a wide character string"
1869 msgstr ""
1871 #: c-format.c:1366
1872 msgid "unterminated format string"
1873 msgstr ""
1875 #: c-format.c:1583
1876 msgid "embedded `\\0' in format"
1877 msgstr ""
1879 #: c-format.c:1598
1880 #, c-format
1881 msgid "spurious trailing `%%' in format"
1882 msgstr ""
1884 #: c-format.c:1637 c-format.c:1874
1885 #, c-format
1886 msgid "repeated %s in format"
1887 msgstr ""
1889 #: c-format.c:1650
1890 msgid "missing fill character at end of strfmon format"
1891 msgstr ""
1893 #: c-format.c:1689 c-format.c:1788 c-format.c:2068 c-format.c:2121
1894 msgid "too few arguments for format"
1895 msgstr ""
1897 #: c-format.c:1730
1898 #, c-format
1899 msgid "zero width in %s format"
1900 msgstr ""
1902 #: c-format.c:1749
1903 #, c-format
1904 msgid "empty left precision in %s format"
1905 msgstr ""
1907 #: c-format.c:1803
1908 msgid "field precision"
1909 msgstr ""
1911 #: c-format.c:1818
1912 #, c-format
1913 msgid "empty precision in %s format"
1914 msgstr ""
1916 #: c-format.c:1858
1917 #, c-format
1918 msgid "%s does not support the `%s' %s length modifier"
1919 msgstr ""
1921 #: c-format.c:1908
1922 msgid "conversion lacks type at end of format"
1923 msgstr ""
1925 #: c-format.c:1919
1926 #, c-format
1927 msgid "unknown conversion type character `%c' in format"
1928 msgstr ""
1930 #: c-format.c:1922
1931 #, c-format
1932 msgid "unknown conversion type character 0x%x in format"
1933 msgstr ""
1935 #: c-format.c:1929
1936 #, c-format
1937 msgid "%s does not support the `%%%c' %s format"
1938 msgstr ""
1940 #: c-format.c:1945
1941 #, c-format
1942 msgid "%s used with `%%%c' %s format"
1943 msgstr ""
1945 #: c-format.c:1954
1946 #, c-format
1947 msgid "%s does not support %s"
1948 msgstr ""
1950 #: c-format.c:1963
1951 #, c-format
1952 msgid "%s does not support %s with the `%%%c' %s format"
1953 msgstr ""
1955 #: c-format.c:1996
1956 #, c-format
1957 msgid "%s ignored with %s and `%%%c' %s format"
1958 msgstr ""
1960 #: c-format.c:2000
1961 #, c-format
1962 msgid "%s ignored with %s in %s format"
1963 msgstr ""
1965 #: c-format.c:2006
1966 #, c-format
1967 msgid "use of %s and %s together with `%%%c' %s format"
1968 msgstr ""
1970 #: c-format.c:2010
1971 #, c-format
1972 msgid "use of %s and %s together in %s format"
1973 msgstr ""
1975 #: c-format.c:2029
1976 #, c-format
1977 msgid "`%%%c' yields only last 2 digits of year in some locales"
1978 msgstr ""
1980 #: c-format.c:2032
1981 #, c-format
1982 msgid "`%%%c' yields only last 2 digits of year"
1983 msgstr ""
1985 #. The end of the format string was reached.
1986 #: c-format.c:2048
1987 #, c-format
1988 msgid "no closing `]' for `%%[' format"
1989 msgstr ""
1991 #: c-format.c:2061
1992 #, c-format
1993 msgid "use of `%s' length modifier with `%c' type character"
1994 msgstr ""
1996 #: c-format.c:2082
1997 #, c-format
1998 msgid "%s does not support the `%%%s%c' %s format"
1999 msgstr ""
2001 #: c-format.c:2097
2002 msgid "operand number specified with suppressed assignment"
2003 msgstr ""
2005 #: c-format.c:2099
2006 msgid "operand number specified for format taking no argument"
2007 msgstr ""
2009 #: c-format.c:2213
2010 #, c-format
2011 msgid "writing through null pointer (arg %d)"
2012 msgstr ""
2014 #: c-format.c:2222
2015 #, c-format
2016 msgid "reading through null pointer (arg %d)"
2017 msgstr ""
2019 #: c-format.c:2242
2020 #, c-format
2021 msgid "writing into constant object (arg %d)"
2022 msgstr ""
2024 #: c-format.c:2252
2025 #, c-format
2026 msgid "extra type qualifiers in format argument (arg %d)"
2027 msgstr ""
2029 #: c-format.c:2259
2030 #, c-format
2031 msgid "format argument is not a pointer (arg %d)"
2032 msgstr ""
2034 #: c-format.c:2261
2035 #, c-format
2036 msgid "format argument is not a pointer to a pointer (arg %d)"
2037 msgstr ""
2039 #: c-format.c:2332
2040 msgid "pointer"
2041 msgstr ""
2043 #: c-format.c:2334
2044 msgid "different type"
2045 msgstr ""
2047 #: c-format.c:2355
2048 #, c-format
2049 msgid "%s is not type %s (arg %d)"
2050 msgstr ""
2052 #: c-format.c:2358
2053 #, c-format
2054 msgid "%s format, %s arg (arg %d)"
2055 msgstr ""
2057 #: c-incpath.c:70
2058 #, c-format
2059 msgid "ignoring duplicate directory \"%s\"\n"
2060 msgstr ""
2062 #: c-incpath.c:73
2063 msgid "  as it is a non-system directory that duplicates a system directory\n"
2064 msgstr ""
2066 #: c-incpath.c:77
2067 #, c-format
2068 msgid "ignoring nonexistent directory \"%s\"\n"
2069 msgstr ""
2071 #: c-incpath.c:191
2072 #, c-format
2073 msgid "%s: not a directory"
2074 msgstr ""
2076 #: c-incpath.c:270
2077 msgid "#include \"...\" search starts here:\n"
2078 msgstr ""
2080 #: c-incpath.c:274
2081 msgid "#include <...> search starts here:\n"
2082 msgstr ""
2084 #: c-incpath.c:279
2085 msgid "End of search list.\n"
2086 msgstr ""
2088 #: c-lex.c:257
2089 msgid "badly nested C headers from preprocessor"
2090 msgstr ""
2092 #: c-lex.c:300
2093 #, c-format
2094 msgid "ignoring #pragma %s %s"
2095 msgstr ""
2097 #: c-lex.c:350
2098 #, c-format
2099 msgid "universal-character-name '\\U%08x' not valid in identifier"
2100 msgstr ""
2102 #: c-lex.c:596
2103 #, c-format
2104 msgid "universal-character-name '\\u%04x' not valid in identifier"
2105 msgstr ""
2107 #: c-lex.c:659
2108 #, c-format
2109 msgid "stray '%c' in program"
2110 msgstr ""
2112 #: c-lex.c:661
2113 #, c-format
2114 msgid "stray '\\%o' in program"
2115 msgstr ""
2117 #: c-lex.c:818
2118 msgid "this decimal constant is unsigned only in ISO C90"
2119 msgstr ""
2121 #: c-lex.c:821
2122 msgid "this decimal constant would be unsigned in ISO C90"
2123 msgstr ""
2125 #: c-lex.c:837
2126 #, c-format
2127 msgid "integer constant is too large for \"%s\" type"
2128 msgstr ""
2130 #: c-lex.c:905
2131 #, c-format
2132 msgid "floating constant exceeds range of \"%s\""
2133 msgstr ""
2135 #: c-lex.c:941 cpplex.c:342 cpplex.c:680 cpplex.c:1963
2136 msgid "ignoring invalid multibyte character"
2137 msgstr ""
2139 #: c-opts.c:416
2140 #, c-format
2141 msgid "missing argument to \"-%s\""
2142 msgstr ""
2144 #: c-opts.c:420
2145 #, c-format
2146 msgid "no class name specified with \"-%s\""
2147 msgstr ""
2149 #: c-opts.c:424
2150 #, c-format
2151 msgid "assertion missing after \"-%s\""
2152 msgstr ""
2154 #: c-opts.c:429
2155 #, c-format
2156 msgid "macro name missing after \"-%s\""
2157 msgstr ""
2159 #: c-opts.c:436
2160 #, c-format
2161 msgid "missing path after \"-%s\""
2162 msgstr ""
2164 #: c-opts.c:445
2165 #, c-format
2166 msgid "missing filename after \"-%s\""
2167 msgstr ""
2169 #: c-opts.c:450
2170 #, c-format
2171 msgid "missing target after \"-%s\""
2172 msgstr ""
2174 #: c-opts.c:584
2175 #, c-format
2176 msgid "options array incorrectly sorted: %s is before %s"
2177 msgstr ""
2179 #: c-opts.c:630
2180 #, c-format
2181 msgid "too many filenames given.  Type %s --help for usage"
2182 msgstr ""
2184 #: c-opts.c:743
2185 msgid "-I- specified twice"
2186 msgstr ""
2188 #: c-opts.c:1047
2189 msgid "-Wno-strict-prototypes is not supported in C++"
2190 msgstr ""
2192 #: c-opts.c:1127
2193 #, c-format
2194 msgid "switch \"%s\" is no longer supported"
2195 msgstr ""
2197 #: c-opts.c:1143
2198 #, c-format
2199 msgid "switch \"%s\" is deprecated, please see documentation for details"
2200 msgstr ""
2202 #: c-opts.c:1263
2203 msgid ""
2204 "-fhandle-exceptions has been renamed to -fexceptions (and is now on by "
2205 "default)"
2206 msgstr ""
2208 #: c-opts.c:1413
2209 msgid "output filename specified twice"
2210 msgstr ""
2212 #: c-opts.c:1532
2213 msgid "-Wformat-y2k ignored without -Wformat"
2214 msgstr ""
2216 #: c-opts.c:1534
2217 msgid "-Wformat-extra-args ignored without -Wformat"
2218 msgstr ""
2220 #: c-opts.c:1536
2221 msgid "-Wformat-zero-length ignored without -Wformat"
2222 msgstr ""
2224 #: c-opts.c:1538
2225 msgid "-Wformat-nonliteral ignored without -Wformat"
2226 msgstr ""
2228 #: c-opts.c:1540
2229 msgid "-Wformat-security ignored without -Wformat"
2230 msgstr ""
2232 #: c-opts.c:1542
2233 msgid "-Wmissing-format-attribute ignored without -Wformat"
2234 msgstr ""
2236 #: c-opts.c:1556
2237 #, c-format
2238 msgid "opening output file %s"
2239 msgstr ""
2241 #: c-opts.c:1624
2242 msgid "YYDEBUG not defined"
2243 msgstr ""
2245 #: c-opts.c:1650
2246 #, c-format
2247 msgid "opening dependency file %s"
2248 msgstr ""
2250 #: c-opts.c:1660
2251 #, c-format
2252 msgid "closing dependency file %s"
2253 msgstr ""
2255 #: c-opts.c:1663
2256 #, c-format
2257 msgid "when writing output to %s"
2258 msgstr ""
2260 #: c-opts.c:1733
2261 msgid "to generate dependencies you must specify either -M or -MM"
2262 msgstr ""
2264 #: c-opts.c:1788
2265 msgid "<built-in>"
2266 msgstr ""
2268 #: c-opts.c:1791
2269 msgid "<command line>"
2270 msgstr ""
2272 #: c-opts.c:1979
2273 #, c-format
2274 msgid "\"-%s\" is valid for %s but not for %s"
2275 msgstr ""
2277 #. To keep the lines from getting too long for some compilers, limit
2278 #. to about 500 characters (6 lines) per chunk.
2279 #: c-opts.c:1989
2280 msgid ""
2281 "Switches:\n"
2282 "  -include <file>           Include the contents of <file> before other "
2283 "files\n"
2284 "  -imacros <file>           Accept definition of macros in <file>\n"
2285 "  -iprefix <path>           Specify <path> as a prefix for next two options\n"
2286 "  -iwithprefix <dir>        Add <dir> to the end of the system include path\n"
2287 "  -iwithprefixbefore <dir>  Add <dir> to the end of the main include path\n"
2288 "  -isystem <dir>            Add <dir> to the start of the system include "
2289 "path\n"
2290 msgstr ""
2292 #: c-opts.c:1998
2293 msgid ""
2294 "  -idirafter <dir>          Add <dir> to the end of the system include path\n"
2295 "  -I <dir>                  Add <dir> to the end of the main include path\n"
2296 "  -I-                       Fine-grained include path control; see info "
2297 "docs\n"
2298 "  -nostdinc                 Do not search system include directories\n"
2299 "                             (dirs specified with -isystem will still be "
2300 "used)\n"
2301 "  -nostdinc++               Do not search system include directories for C+"
2302 "+\n"
2303 "  -o <file>                 Put output into <file>\n"
2304 msgstr ""
2306 #: c-opts.c:2007
2307 msgid ""
2308 "  -trigraphs                Support ISO C trigraphs\n"
2309 "  -std=<std name>           Specify the conformance standard; one of:\n"
2310 "                            gnu89, gnu99, c89, c99, iso9899:1990,\n"
2311 "                            iso9899:199409, iso9899:1999, c++98\n"
2312 "  -w                        Inhibit warning messages\n"
2313 "  -W[no-]trigraphs          Warn if trigraphs are encountered\n"
2314 "  -W[no-]comment{s}         Warn if one comment starts inside another\n"
2315 msgstr ""
2317 #: c-opts.c:2016
2318 msgid ""
2319 "  -W[no-]traditional        Warn about features not present in traditional "
2320 "C\n"
2321 "  -W[no-]undef              Warn if an undefined macro is used by #if\n"
2322 "  -W[no-]import             Warn about the use of the #import directive\n"
2323 msgstr ""
2325 #: c-opts.c:2021
2326 msgid ""
2327 "  -W[no-]error              Treat all warnings as errors\n"
2328 "  -W[no-]system-headers     Do not suppress warnings from system headers\n"
2329 "  -W[no-]all                Enable most preprocessor warnings\n"
2330 msgstr ""
2332 #: c-opts.c:2026
2333 msgid ""
2334 "  -M                        Generate make dependencies\n"
2335 "  -MM                       As -M, but ignore system header files\n"
2336 "  -MD                       Generate make dependencies and compile\n"
2337 "  -MMD                      As -MD, but ignore system header files\n"
2338 "  -MF <file>                Write dependency output to the given file\n"
2339 "  -MG                       Treat missing header file as generated files\n"
2340 msgstr ""
2342 #: c-opts.c:2034
2343 msgid ""
2344 "  -MP\t\t\t    Generate phony targets for all headers\n"
2345 "  -MQ <target>              Add a MAKE-quoted target\n"
2346 "  -MT <target>              Add an unquoted target\n"
2347 msgstr ""
2349 #: c-opts.c:2039
2350 msgid ""
2351 "  -D<macro>                 Define a <macro> with string '1' as its value\n"
2352 "  -D<macro>=<val>           Define a <macro> with <val> as its value\n"
2353 "  -A<question>=<answer>     Assert the <answer> to <question>\n"
2354 "  -A-<question>=<answer>    Disable the <answer> to <question>\n"
2355 "  -U<macro>                 Undefine <macro> \n"
2356 "  -v                        Display the version number\n"
2357 msgstr ""
2359 #: c-opts.c:2047
2360 msgid ""
2361 "  -H                        Print the name of header files as they are used\n"
2362 "  -C                        Do not discard comments\n"
2363 "  -dM                       Display a list of macro definitions active at "
2364 "end\n"
2365 "  -dD                       Preserve macro definitions in output\n"
2366 "  -dN                       As -dD except that only the names are preserved\n"
2367 "  -dI                       Include #include directives in the output\n"
2368 msgstr ""
2370 #: c-opts.c:2055
2371 msgid ""
2372 "  -f[no-]preprocessed       Treat the input file as already preprocessed\n"
2373 "  -ftabstop=<number>        Distance between tab stops for column reporting\n"
2374 "  -isysroot <dir>           Set <dir> to be the system root directory\n"
2375 "  -P                        Do not generate #line directives\n"
2376 "  -remap                    Remap file names when including files\n"
2377 "  --help                    Display this information\n"
2378 msgstr ""
2380 #. Like YYERROR but do call yyerror.
2381 #: c-parse.y:58 c-p21614.c:5337 ps27181.c:3065 p25538.c:6094 objc-parse.y:58
2382 #: op13529.c:6665 /home/zack/src/gcc/vanilla/gcc/treelang/parse.c:2118
2383 msgid "syntax error"
2384 msgstr ""
2386 #: c-p21614.c:2078 gengtype-yacc.c:551 ps27181.c:1934 p25538.c:2905
2387 #: op13529.c:2708 /home/zack/src/gcc/vanilla/gcc/treelang/parse.c:661
2388 msgid "syntax error: cannot back up"
2389 msgstr ""
2391 #: c-parse.y:328 objc-parse.y:349
2392 msgid "ISO C forbids an empty source file"
2393 msgstr ""
2395 #: c-parse.y:369 c-typeck.c:6889 objc-parse.y:391
2396 msgid "argument of `asm' is not a constant string"
2397 msgstr ""
2399 #: c-parse.y:377 objc-parse.y:399
2400 msgid "ISO C forbids data definition with no type or storage class"
2401 msgstr ""
2403 #: c-parse.y:379 objc-parse.y:401
2404 msgid "data definition has no type or storage class"
2405 msgstr ""
2407 #: c-parse.y:392 objc-parse.y:414
2408 msgid "ISO C does not allow extra `;' outside of a function"
2409 msgstr ""
2411 #: c-parse.y:452 cppexp.c:1314
2412 msgid "traditional C rejects the unary plus operator"
2413 msgstr ""
2415 #: c-parse.y:499 objc-parse.y:521
2416 msgid "`sizeof' applied to a bit-field"
2417 msgstr ""
2419 #: c-parse.y:586 objc-parse.y:608
2420 msgid "ISO C forbids omitting the middle term of a ?: expression"
2421 msgstr ""
2423 #: c-parse.y:635 objc-parse.y:657
2424 msgid "ISO C89 forbids compound literals"
2425 msgstr ""
2427 #: c-parse.y:649 objc-parse.y:671
2428 msgid "ISO C forbids braced-groups within expressions"
2429 msgstr ""
2431 #: c-parse.y:680 objc-parse.y:702
2432 msgid "first argument to __builtin_choose_expr not a constant"
2433 msgstr ""
2435 #: c-parse.y:724 objc-parse.y:770
2436 msgid "traditional C rejects ISO C style function definitions"
2437 msgstr ""
2439 #: c-parse.y:988 c-parse.y:994 c-parse.y:1000 c-parse.y:1006 c-parse.y:1027
2440 #: c-parse.y:1033 c-parse.y:1039 c-parse.y:1045 c-parse.y:1078 c-parse.y:1084
2441 #: c-parse.y:1090 c-parse.y:1096 c-parse.y:1141 c-parse.y:1147 c-parse.y:1153
2442 #: c-parse.y:1159 objc-parse.y:1034 objc-parse.y:1040 objc-parse.y:1046
2443 #: objc-parse.y:1052 objc-parse.y:1073 objc-parse.y:1079 objc-parse.y:1085
2444 #: objc-parse.y:1091 objc-parse.y:1124 objc-parse.y:1130 objc-parse.y:1136
2445 #: objc-parse.y:1142 objc-parse.y:1187 objc-parse.y:1193 objc-parse.y:1199
2446 #: objc-parse.y:1205
2447 #, c-format
2448 msgid "`%s' is not at beginning of declaration"
2449 msgstr ""
2451 #: c-parse.y:1444 objc-parse.y:1499
2452 msgid "ISO C forbids empty initializer braces"
2453 msgstr ""
2455 #: c-parse.y:1458 objc-parse.y:1513
2456 msgid "ISO C89 forbids specifying subobject to initialize"
2457 msgstr ""
2459 #: c-parse.y:1461 objc-parse.y:1516
2460 msgid "obsolete use of designated initializer without `='"
2461 msgstr ""
2463 #: c-parse.y:1465 objc-parse.y:1520
2464 msgid "obsolete use of designated initializer with `:'"
2465 msgstr ""
2467 #: c-parse.y:1492 objc-parse.y:1547
2468 msgid "ISO C forbids specifying range of elements to initialize"
2469 msgstr ""
2471 #: c-parse.y:1500 c-parse.y:1531 objc-parse.y:1555 objc-parse.y:1586
2472 msgid "ISO C forbids nested functions"
2473 msgstr ""
2475 #: c-parse.y:1706 objc-parse.y:1763
2476 msgid "ISO C forbids forward references to `enum' types"
2477 msgstr ""
2479 #: c-parse.y:1718 cp/parser.c:9033 objc-parse.y:1775
2480 msgid "comma at end of enumerator list"
2481 msgstr ""
2483 #: c-parse.y:1726 objc-parse.y:1783
2484 msgid "no semicolon at end of struct or union"
2485 msgstr ""
2487 #: c-parse.y:1735 objc-parse.y:1792 objc-parse.y:2867
2488 msgid "extra semicolon in struct or union specified"
2489 msgstr ""
2491 #: c-parse.y:1748 objc-parse.y:1819
2492 msgid "ISO C doesn't support unnamed structs/unions"
2493 msgstr ""
2495 #: c-parse.y:1757 objc-parse.y:1828
2496 msgid "ISO C forbids member declarations with no members"
2497 msgstr ""
2499 #: c-parse.y:1916 objc-parse.y:1987
2500 msgid "deprecated use of label at end of compound statement"
2501 msgstr ""
2503 #: c-parse.y:1933 objc-parse.y:2004
2504 msgid "ISO C89 forbids mixed declarations and code"
2505 msgstr ""
2507 #: c-parse.y:2008 objc-parse.y:2083
2508 msgid "ISO C forbids label declarations"
2509 msgstr ""
2511 #: c-parse.y:2058 objc-parse.y:2133
2512 msgid "braced-group within expression allowed only inside a function"
2513 msgstr ""
2515 #: c-parse.y:2185 objc-parse.y:2260
2516 msgid "empty body in an else-statement"
2517 msgstr ""
2519 #: c-parse.y:2306 objc-parse.y:2381
2520 msgid "ISO C forbids `goto *expr;'"
2521 msgstr ""
2523 #: c-parse.y:2406 objc-parse.y:2481
2524 msgid "ISO C forbids forward parameter declarations"
2525 msgstr ""
2527 #. Gcc used to allow this as an extension.  However, it does
2528 #. not work for all targets, and thus has been disabled.
2529 #. Also, since func (...) and func () are indistinguishable,
2530 #. it caused problems with the code in expand_builtin which
2531 #. tries to verify that BUILT_IN_NEXT_ARG is being used
2532 #. correctly.
2533 #: c-parse.y:2432 objc-parse.y:2507
2534 msgid "ISO C requires a named argument before `...'"
2535 msgstr ""
2537 #: c-parse.y:2529 objc-parse.y:2604
2538 msgid "`...' in old-style identifier list"
2539 msgstr ""
2541 #: c-p21614.c:5333 ps27181.c:3061 p25538.c:6090 op13529.c:6661
2542 #: /home/zack/src/gcc/vanilla/gcc/treelang/parse.c:2114
2543 msgid "syntax error; also virtual memory exhausted"
2544 msgstr ""
2546 #: c-p21614.c:5451 gengtype-yacc.c:1585 ps27181.c:3179 p25538.c:6193
2547 #: op13529.c:6779 /home/zack/src/gcc/vanilla/gcc/treelang/parse.c:2217
2548 msgid "parser stack overflow"
2549 msgstr ""
2551 #: c-parse.y:2838 objc-parse.y:3537
2552 #, c-format
2553 msgid "%s at end of input"
2554 msgstr ""
2556 #: c-parse.y:2844 objc-parse.y:3543
2557 #, c-format
2558 msgid "%s before %s'%c'"
2559 msgstr ""
2561 #: c-parse.y:2846 objc-parse.y:3545
2562 #, c-format
2563 msgid "%s before %s'\\x%x'"
2564 msgstr ""
2566 #: c-parse.y:2850 objc-parse.y:3549
2567 #, c-format
2568 msgid "%s before string constant"
2569 msgstr ""
2571 #: c-parse.y:2852 objc-parse.y:3551
2572 #, c-format
2573 msgid "%s before numeric constant"
2574 msgstr ""
2576 #: c-parse.y:2854 objc-parse.y:3553
2577 #, c-format
2578 msgid "%s before \"%s\""
2579 msgstr ""
2581 #: c-parse.y:2856 objc-parse.y:3555
2582 #, c-format
2583 msgid "%s before '%s' token"
2584 msgstr ""
2586 #: c-parse.y:2921
2587 msgid "traditional C rejects string concatenation"
2588 msgstr ""
2590 #: c-parse.y:3047 objc-parse.y:3779
2591 #, c-format
2592 msgid "syntax error at '%s' token"
2593 msgstr ""
2595 #: c-pch.c:77 graph.c:422 toplev.c:1901 toplev.c:5341 f/com.c:14134
2596 #: java/jcf-parse.c:894 java/jcf-parse.c:1040 java/lex.c:1828
2597 #: objc/objc-act.c:452
2598 #, c-format
2599 msgid "can't open %s"
2600 msgstr ""
2602 #: c-pch.c:81
2603 #, c-format
2604 msgid "can't write to %s"
2605 msgstr ""
2607 #: c-pch.c:87
2608 #, c-format
2609 msgid "`%s' is not a valid output file"
2610 msgstr ""
2612 #: c-pch.c:109 c-pch.c:125
2613 #, c-format
2614 msgid "can't write %s"
2615 msgstr ""
2617 #: c-pch.c:115
2618 #, c-format
2619 msgid "can't seek in %s"
2620 msgstr ""
2622 #: c-pch.c:123 c-pch.c:156
2623 #, c-format
2624 msgid "can't read %s"
2625 msgstr ""
2627 #: c-pch.c:171
2628 #, c-format
2629 msgid "%s: not compatible with this GCC version"
2630 msgstr ""
2632 #. It's a PCH for the wrong language.
2633 #: c-pch.c:174
2634 #, c-format
2635 msgid "%s: not for %s"
2636 msgstr ""
2638 #. Not any kind of PCH.
2639 #: c-pch.c:178
2640 #, c-format
2641 msgid "%s: not a PCH file"
2642 msgstr ""
2644 #: c-pch.c:213
2645 msgid "calling fdopen"
2646 msgstr ""
2648 #: c-pch.c:221 c-pch.c:233
2649 msgid "reading"
2650 msgstr ""
2652 #: c-pragma.c:109
2653 msgid ""
2654 "#pragma pack (pop) encountered without matching #pragma pack (push, <n>)"
2655 msgstr ""
2657 #: c-pragma.c:127
2658 #, c-format
2659 msgid ""
2660 "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s, "
2661 "<n>)"
2662 msgstr ""
2664 #: c-pragma.c:147
2665 msgid "#pragma pack(push[, id], <n>) is not supported on this target"
2666 msgstr ""
2668 #: c-pragma.c:149
2669 msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
2670 msgstr ""
2672 #: c-pragma.c:169
2673 msgid "missing '(' after '#pragma pack' - ignored"
2674 msgstr ""
2676 #: c-pragma.c:182 c-pragma.c:232
2677 msgid "malformed '#pragma pack' - ignored"
2678 msgstr ""
2680 #: c-pragma.c:187
2681 msgid "malformed '#pragma pack(push[, id], <n>)' - ignored"
2682 msgstr ""
2684 #: c-pragma.c:189
2685 msgid "malformed '#pragma pack(pop[, id])' - ignored"
2686 msgstr ""
2688 #: c-pragma.c:198
2689 #, c-format
2690 msgid "unknown action '%s' for '#pragma pack' - ignored"
2691 msgstr ""
2693 #: c-pragma.c:235
2694 msgid "junk at end of '#pragma pack'"
2695 msgstr ""
2697 #: c-pragma.c:249
2698 #, c-format
2699 msgid "alignment must be a small power of two, not %d"
2700 msgstr ""
2702 #: c-pragma.c:282
2703 #, c-format
2704 msgid ""
2705 "applying #pragma weak `%s' after first use results in unspecified behavior"
2706 msgstr ""
2708 #: c-pragma.c:323 c-pragma.c:328
2709 msgid "malformed #pragma weak, ignored"
2710 msgstr ""
2712 #: c-pragma.c:332
2713 msgid "junk at end of #pragma weak"
2714 msgstr ""
2716 #: c-pragma.c:367 c-pragma.c:372
2717 msgid "malformed #pragma redefine_extname, ignored"
2718 msgstr ""
2720 #: c-pragma.c:377
2721 msgid "junk at end of #pragma redefine_extname"
2722 msgstr ""
2724 #: c-pragma.c:384 c-pragma.c:465
2725 msgid "#pragma redefine_extname conflicts with declaration"
2726 msgstr ""
2728 #: c-pragma.c:415
2729 msgid "malformed #pragma extern_prefix, ignored"
2730 msgstr ""
2732 #: c-pragma.c:420
2733 msgid "junk at end of #pragma extern_prefix"
2734 msgstr ""
2736 #: c-pragma.c:452
2737 msgid "asm declaration conficts with previous rename"
2738 msgstr ""
2740 #: c-semantics.c:591
2741 msgid "break statement not within loop or switch"
2742 msgstr ""
2744 #: c-semantics.c:609
2745 msgid "continue statement not within a loop"
2746 msgstr ""
2748 #: c-semantics.c:704
2749 msgid "destructor needed for `%#D'"
2750 msgstr ""
2752 #: c-semantics.c:705
2753 msgid "where case label appears here"
2754 msgstr ""
2756 #: c-semantics.c:708
2757 msgid ""
2758 "(enclose actions of previous case statements requiring destructors in their "
2759 "own scope.)"
2760 msgstr ""
2762 #: c-semantics.c:751 c-typeck.c:6915 cp/semantics.c:1030
2763 #, c-format
2764 msgid "%s qualifier ignored on asm"
2765 msgstr ""
2767 #: c-typeck.c:125
2768 #, c-format
2769 msgid "`%s' has an incomplete type"
2770 msgstr ""
2772 #: c-typeck.c:147 cp/call.c:2803
2773 msgid "invalid use of void expression"
2774 msgstr ""
2776 #: c-typeck.c:155
2777 msgid "invalid use of flexible array member"
2778 msgstr ""
2780 #: c-typeck.c:161
2781 msgid "invalid use of array with unspecified bounds"
2782 msgstr ""
2784 #: c-typeck.c:169
2785 #, c-format
2786 msgid "invalid use of undefined type `%s %s'"
2787 msgstr ""
2789 #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
2790 #: c-typeck.c:173
2791 #, c-format
2792 msgid "invalid use of incomplete typedef `%s'"
2793 msgstr ""
2795 #: c-typeck.c:426 c-typeck.c:440
2796 msgid "function types not truly compatible in ISO C"
2797 msgstr ""
2799 #: c-typeck.c:611
2800 msgid "types are not quite compatible"
2801 msgstr ""
2803 #: c-typeck.c:765 c-typeck.c:2688
2804 msgid "arithmetic on pointer to an incomplete type"
2805 msgstr ""
2807 #: c-typeck.c:1144
2808 #, c-format
2809 msgid "%s has no member named `%s'"
2810 msgstr ""
2812 #: c-typeck.c:1180
2813 #, c-format
2814 msgid "request for member `%s' in something not a structure or union"
2815 msgstr ""
2817 #: c-typeck.c:1211
2818 msgid "dereferencing pointer to incomplete type"
2819 msgstr ""
2821 #: c-typeck.c:1215
2822 msgid "dereferencing `void *' pointer"
2823 msgstr ""
2825 #: c-typeck.c:1232 cp/typeck.c:2381
2826 #, c-format
2827 msgid "invalid type argument of `%s'"
2828 msgstr ""
2830 #: c-typeck.c:1251 cp/typeck.c:2407
2831 msgid "subscript missing in array reference"
2832 msgstr ""
2834 #: c-typeck.c:1272 cp/typeck.c:2449
2835 msgid "array subscript has type `char'"
2836 msgstr ""
2838 #: c-typeck.c:1280 c-typeck.c:1369 cp/typeck.c:2456 cp/typeck.c:2535
2839 msgid "array subscript is not an integer"
2840 msgstr ""
2842 #: c-typeck.c:1313
2843 msgid "ISO C forbids subscripting `register' array"
2844 msgstr ""
2846 #: c-typeck.c:1315
2847 msgid "ISO C90 forbids subscripting non-lvalue array"
2848 msgstr ""
2850 #: c-typeck.c:1348
2851 msgid "subscript has type `char'"
2852 msgstr ""
2854 #: c-typeck.c:1364 cp/typeck.c:2530
2855 msgid "subscripted value is neither array nor pointer"
2856 msgstr ""
2858 #: c-typeck.c:1423
2859 #, c-format
2860 msgid "`%s' undeclared here (not in a function)"
2861 msgstr ""
2863 #: c-typeck.c:1427
2864 #, c-format
2865 msgid "`%s' undeclared (first use in this function)"
2866 msgstr ""
2868 #: c-typeck.c:1432
2869 msgid "(Each undeclared identifier is reported only once"
2870 msgstr ""
2872 #: c-typeck.c:1433
2873 msgid "for each function it appears in.)"
2874 msgstr ""
2876 #: c-typeck.c:1454
2877 #, c-format
2878 msgid "local declaration of `%s' hides instance variable"
2879 msgstr ""
2881 #: c-typeck.c:1519
2882 msgid "called object is not a function"
2883 msgstr ""
2885 #: c-typeck.c:1605 cp/typeck.c:2834
2886 msgid "too many arguments to function"
2887 msgstr ""
2889 #: c-typeck.c:1626
2890 #, c-format
2891 msgid "type of formal parameter %d is incomplete"
2892 msgstr ""
2894 #: c-typeck.c:1639
2895 #, c-format
2896 msgid "%s as integer rather than floating due to prototype"
2897 msgstr ""
2899 #: c-typeck.c:1642
2900 #, c-format
2901 msgid "%s as integer rather than complex due to prototype"
2902 msgstr ""
2904 #: c-typeck.c:1645
2905 #, c-format
2906 msgid "%s as complex rather than floating due to prototype"
2907 msgstr ""
2909 #: c-typeck.c:1648
2910 #, c-format
2911 msgid "%s as floating rather than integer due to prototype"
2912 msgstr ""
2914 #: c-typeck.c:1651
2915 #, c-format
2916 msgid "%s as complex rather than integer due to prototype"
2917 msgstr ""
2919 #: c-typeck.c:1654
2920 #, c-format
2921 msgid "%s as floating rather than complex due to prototype"
2922 msgstr ""
2924 #: c-typeck.c:1664
2925 #, c-format
2926 msgid "%s as `float' rather than `double' due to prototype"
2927 msgstr ""
2929 #: c-typeck.c:1682
2930 #, c-format
2931 msgid "%s with different width due to prototype"
2932 msgstr ""
2934 #: c-typeck.c:1716
2935 #, c-format
2936 msgid "%s as unsigned due to prototype"
2937 msgstr ""
2939 #: c-typeck.c:1718
2940 #, c-format
2941 msgid "%s as signed due to prototype"
2942 msgstr ""
2944 #: c-typeck.c:1752 cp/typeck.c:2939
2945 msgid "too few arguments to function"
2946 msgstr ""
2948 #: c-typeck.c:1794
2949 msgid "suggest parentheses around + or - inside shift"
2950 msgstr ""
2952 #: c-typeck.c:1801
2953 msgid "suggest parentheses around && within ||"
2954 msgstr ""
2956 #: c-typeck.c:1810
2957 msgid "suggest parentheses around arithmetic in operand of |"
2958 msgstr ""
2960 #: c-typeck.c:1813
2961 msgid "suggest parentheses around comparison in operand of |"
2962 msgstr ""
2964 #: c-typeck.c:1822
2965 msgid "suggest parentheses around arithmetic in operand of ^"
2966 msgstr ""
2968 #: c-typeck.c:1825
2969 msgid "suggest parentheses around comparison in operand of ^"
2970 msgstr ""
2972 #: c-typeck.c:1832
2973 msgid "suggest parentheses around + or - in operand of &"
2974 msgstr ""
2976 #: c-typeck.c:1835
2977 msgid "suggest parentheses around comparison in operand of &"
2978 msgstr ""
2980 #: c-typeck.c:1842
2981 msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
2982 msgstr ""
2984 #: c-typeck.c:2002 c-typeck.c:2037
2985 msgid "division by zero"
2986 msgstr ""
2988 #: c-typeck.c:2082 cp/typeck.c:3377
2989 msgid "right shift count is negative"
2990 msgstr ""
2992 #: c-typeck.c:2089 cp/typeck.c:3383
2993 msgid "right shift count >= width of type"
2994 msgstr ""
2996 #: c-typeck.c:2110 cp/typeck.c:3402
2997 msgid "left shift count is negative"
2998 msgstr ""
3000 #: c-typeck.c:2113 cp/typeck.c:3404
3001 msgid "left shift count >= width of type"
3002 msgstr ""
3004 #: c-typeck.c:2134
3005 msgid "shift count is negative"
3006 msgstr ""
3008 #: c-typeck.c:2136
3009 msgid "shift count >= width of type"
3010 msgstr ""
3012 #: c-typeck.c:2153 cp/typeck.c:3439
3013 msgid "comparing floating point with == or != is unsafe"
3014 msgstr ""
3016 #: c-typeck.c:2179 c-typeck.c:2185
3017 msgid "ISO C forbids comparison of `void *' with function pointer"
3018 msgstr ""
3020 #: c-typeck.c:2188 c-typeck.c:2228 c-typeck.c:2256
3021 msgid "comparison of distinct pointer types lacks a cast"
3022 msgstr ""
3024 #: c-typeck.c:2202 c-typeck.c:2207 c-typeck.c:2276 c-typeck.c:2281
3025 msgid "comparison between pointer and integer"
3026 msgstr ""
3028 #: c-typeck.c:2223 c-typeck.c:2251
3029 msgid "ISO C forbids ordered comparisons of pointers to functions"
3030 msgstr ""
3032 #: c-typeck.c:2248
3033 msgid "comparison of complete and incomplete pointers"
3034 msgstr ""
3036 #: c-typeck.c:2264 c-typeck.c:2271
3037 msgid "ordered comparison of pointer with integer zero"
3038 msgstr ""
3040 #: c-typeck.c:2295 cp/typeck.c:3572
3041 msgid "unordered comparison on non-floating point argument"
3042 msgstr ""
3044 #: c-typeck.c:2506
3045 msgid "comparison between signed and unsigned"
3046 msgstr ""
3048 #: c-typeck.c:2552 cp/typeck.c:3816
3049 msgid "comparison of promoted ~unsigned with constant"
3050 msgstr ""
3052 #: c-typeck.c:2560 cp/typeck.c:3824
3053 msgid "comparison of promoted ~unsigned with unsigned"
3054 msgstr ""
3056 #: c-typeck.c:2640
3057 msgid "pointer of type `void *' used in subtraction"
3058 msgstr ""
3060 #: c-typeck.c:2642
3061 msgid "pointer to a function used in subtraction"
3062 msgstr ""
3064 #: c-typeck.c:2739
3065 msgid "wrong type argument to unary plus"
3066 msgstr ""
3068 #: c-typeck.c:2752
3069 msgid "wrong type argument to unary minus"
3070 msgstr ""
3072 #: c-typeck.c:2769
3073 msgid "ISO C does not support `~' for complex conjugation"
3074 msgstr ""
3076 #: c-typeck.c:2775
3077 msgid "wrong type argument to bit-complement"
3078 msgstr ""
3080 #: c-typeck.c:2784
3081 msgid "wrong type argument to abs"
3082 msgstr ""
3084 #: c-typeck.c:2796
3085 msgid "wrong type argument to conjugation"
3086 msgstr ""
3088 #: c-typeck.c:2810
3089 msgid "wrong type argument to unary exclamation mark"
3090 msgstr ""
3092 #: c-typeck.c:2853
3093 msgid "ISO C does not support `++' and `--' on complex types"
3094 msgstr ""
3096 #: c-typeck.c:2868 c-typeck.c:2900
3097 msgid "wrong type argument to increment"
3098 msgstr ""
3100 #: c-typeck.c:2870 c-typeck.c:2902
3101 msgid "wrong type argument to decrement"
3102 msgstr ""
3104 #: c-typeck.c:2891
3105 msgid "increment of pointer to unknown structure"
3106 msgstr ""
3108 #: c-typeck.c:2893
3109 msgid "decrement of pointer to unknown structure"
3110 msgstr ""
3112 #: c-typeck.c:3030
3113 msgid "ISO C forbids the address of a cast expression"
3114 msgstr ""
3116 #: c-typeck.c:3040
3117 msgid "invalid lvalue in unary `&'"
3118 msgstr ""
3120 #: c-typeck.c:3072
3121 #, c-format
3122 msgid "attempt to take address of bit-field structure member `%s'"
3123 msgstr ""
3125 #. Use `%s' to print the string in case there are any escape
3126 #. characters in the message.
3127 #: c-typeck.c:3181 c-typeck.c:4645 c-typeck.c:4661 c-typeck.c:4677
3128 #: final.c:2842 final.c:2844 gcc.c:4548 rtl-error.c:124 toplev.c:1736
3129 #: config/cris/cris.c:554 cp/parser.c:1886 cp/typeck.c:4556 java/expr.c:358
3130 #: java/verify.c:1459 java/verify.c:1460 java/verify.c:1475
3131 #, c-format
3132 msgid "%s"
3133 msgstr ""
3135 #: c-typeck.c:3242
3136 msgid "ISO C forbids use of conditional expressions as lvalues"
3137 msgstr ""
3139 #: c-typeck.c:3245
3140 msgid "ISO C forbids use of compound expressions as lvalues"
3141 msgstr ""
3143 #: c-typeck.c:3248
3144 msgid "ISO C forbids use of cast expressions as lvalues"
3145 msgstr ""
3147 #: c-typeck.c:3265
3148 #, c-format
3149 msgid "%s of read-only member `%s'"
3150 msgstr ""
3152 #: c-typeck.c:3269
3153 #, c-format
3154 msgid "%s of read-only variable `%s'"
3155 msgstr ""
3157 #: c-typeck.c:3272
3158 #, c-format
3159 msgid "%s of read-only location"
3160 msgstr ""
3162 #: c-typeck.c:3291
3163 #, c-format
3164 msgid "cannot take address of bit-field `%s'"
3165 msgstr ""
3167 #: c-typeck.c:3319
3168 #, c-format
3169 msgid "global register variable `%s' used in nested function"
3170 msgstr ""
3172 #: c-typeck.c:3323
3173 #, c-format
3174 msgid "register variable `%s' used in nested function"
3175 msgstr ""
3177 #: c-typeck.c:3330
3178 #, c-format
3179 msgid "address of global register variable `%s' requested"
3180 msgstr ""
3182 #: c-typeck.c:3342
3183 msgid "cannot put object with volatile field into register"
3184 msgstr ""
3186 #: c-typeck.c:3346
3187 #, c-format
3188 msgid "address of register variable `%s' requested"
3189 msgstr ""
3191 #: c-typeck.c:3454
3192 msgid "signed and unsigned type in conditional expression"
3193 msgstr ""
3195 #: c-typeck.c:3461
3196 msgid "ISO C forbids conditional expr with only one void side"
3197 msgstr ""
3199 #: c-typeck.c:3477 c-typeck.c:3484
3200 msgid "ISO C forbids conditional expr between `void *' and function pointer"
3201 msgstr ""
3203 #: c-typeck.c:3490
3204 msgid "pointer type mismatch in conditional expression"
3205 msgstr ""
3207 #: c-typeck.c:3497 c-typeck.c:3507
3208 msgid "pointer/integer type mismatch in conditional expression"
3209 msgstr ""
3211 #: c-typeck.c:3521
3212 msgid "type mismatch in conditional expression"
3213 msgstr ""
3215 #: c-typeck.c:3592 cp/typeck.c:4812
3216 msgid "left-hand operand of comma expression has no effect"
3217 msgstr ""
3219 #: c-typeck.c:3636
3220 msgid "cast specifies array type"
3221 msgstr ""
3223 #: c-typeck.c:3642
3224 msgid "cast specifies function type"
3225 msgstr ""
3227 #: c-typeck.c:3652
3228 msgid "ISO C forbids casting nonscalar to the same type"
3229 msgstr ""
3231 #: c-typeck.c:3670
3232 msgid "ISO C forbids casts to union type"
3233 msgstr ""
3235 #: c-typeck.c:3676
3236 msgid "cast to union type from type not present in union"
3237 msgstr ""
3239 #: c-typeck.c:3727
3240 msgid "cast adds new qualifiers to function type"
3241 msgstr ""
3243 #. There are qualifiers present in IN_OTYPE that are not
3244 #. present in IN_TYPE.
3245 #: c-typeck.c:3732
3246 msgid "cast discards qualifiers from pointer target type"
3247 msgstr ""
3249 #: c-typeck.c:3747
3250 msgid "cast increases required alignment of target type"
3251 msgstr ""
3253 #: c-typeck.c:3753 cp/typeck.c:5242
3254 msgid "cast from pointer to integer of different size"
3255 msgstr ""
3257 #: c-typeck.c:3758
3258 msgid "cast does not match function type"
3259 msgstr ""
3261 #: c-typeck.c:3765 cp/typeck.c:5249
3262 msgid "cast to pointer from integer of different size"
3263 msgstr ""
3265 #: c-typeck.c:3777
3266 msgid "type-punning to incomplete type might break strict-aliasing rules"
3267 msgstr ""
3269 #: c-typeck.c:3781
3270 msgid "dereferencing type-punned pointer will break strict-aliasing rules"
3271 msgstr ""
3273 #. Now we have handled acceptable kinds of LHS that are not truly lvalues.
3274 #. Reject anything strange now.
3275 #: c-typeck.c:3943
3276 msgid "invalid lvalue in assignment"
3277 msgstr ""
3279 #. Convert new value to destination type.
3280 #: c-typeck.c:3952 c-typeck.c:3977 c-typeck.c:3994 cp/typeck.c:5360
3281 #: cp/typeck.c:5509
3282 msgid "assignment"
3283 msgstr ""
3285 #: c-typeck.c:4064
3286 msgid "cannot pass rvalue to reference parameter"
3287 msgstr ""
3289 #: c-typeck.c:4173 c-typeck.c:4240
3290 #, c-format
3291 msgid "%s makes qualified function pointer from unqualified"
3292 msgstr ""
3294 #: c-typeck.c:4177 c-typeck.c:4220
3295 #, c-format
3296 msgid "%s discards qualifiers from pointer target type"
3297 msgstr ""
3299 #: c-typeck.c:4183
3300 msgid "ISO C prohibits argument conversion to union type"
3301 msgstr ""
3303 #: c-typeck.c:4212
3304 #, c-format
3305 msgid "ISO C forbids %s between function pointer and `void *'"
3306 msgstr ""
3308 #: c-typeck.c:4229
3309 #, c-format
3310 msgid "pointer targets in %s differ in signedness"
3311 msgstr ""
3313 #: c-typeck.c:4245
3314 #, c-format
3315 msgid "%s from incompatible pointer type"
3316 msgstr ""
3318 #: c-typeck.c:4261
3319 #, c-format
3320 msgid "%s makes pointer from integer without a cast"
3321 msgstr ""
3323 #: c-typeck.c:4269
3324 #, c-format
3325 msgid "%s makes integer from pointer without a cast"
3326 msgstr ""
3328 #: c-typeck.c:4283 c-typeck.c:4286
3329 #, c-format
3330 msgid "incompatible type for argument %d of `%s'"
3331 msgstr ""
3333 #: c-typeck.c:4290
3334 #, c-format
3335 msgid "incompatible type for argument %d of indirect function call"
3336 msgstr ""
3338 #: c-typeck.c:4294
3339 #, c-format
3340 msgid "incompatible types in %s"
3341 msgstr ""
3343 #. Function name is known; supply it.
3344 #: c-typeck.c:4352
3345 #, c-format
3346 msgid "passing arg of `%s'"
3347 msgstr ""
3349 #. Function name unknown (call through ptr).
3350 #: c-typeck.c:4362
3351 msgid "passing arg of pointer to function"
3352 msgstr ""
3354 #. Function name is known; supply it.
3355 #: c-typeck.c:4370
3356 #, c-format
3357 msgid "passing arg %d of `%s'"
3358 msgstr ""
3360 #. Function name unknown (call through ptr); just give arg number.
3361 #: c-typeck.c:4380
3362 #, c-format
3363 msgid "passing arg %d of pointer to function"
3364 msgstr ""
3366 #: c-typeck.c:4446
3367 msgid "initializer for static variable is not constant"
3368 msgstr ""
3370 #: c-typeck.c:4452
3371 msgid "initializer for static variable uses complicated arithmetic"
3372 msgstr ""
3374 #: c-typeck.c:4460
3375 msgid "aggregate initializer is not constant"
3376 msgstr ""
3378 #: c-typeck.c:4462
3379 msgid "aggregate initializer uses complicated arithmetic"
3380 msgstr ""
3382 #: c-typeck.c:4469
3383 msgid "traditional C rejects automatic aggregate initialization"
3384 msgstr ""
3386 #: c-typeck.c:4648 c-typeck.c:4664 c-typeck.c:4680
3387 #, c-format
3388 msgid "(near initialization for `%s')"
3389 msgstr ""
3391 #: c-typeck.c:4731 cp/typeck2.c:488
3392 msgid "char-array initialized from wide string"
3393 msgstr ""
3395 #: c-typeck.c:4738 cp/typeck2.c:495
3396 msgid "int-array initialized from non-wide string"
3397 msgstr ""
3399 #: c-typeck.c:4756 cp/typeck2.c:511
3400 msgid "initializer-string for array of chars is too long"
3401 msgstr ""
3403 #: c-typeck.c:4794
3404 msgid "array initialized from non-constant array expression"
3405 msgstr ""
3407 #: c-typeck.c:4811 c-typeck.c:4813 c-typeck.c:4829 c-typeck.c:4850
3408 #: c-typeck.c:6254
3409 msgid "initializer element is not constant"
3410 msgstr ""
3412 #: c-typeck.c:4845
3413 msgid "initialization"
3414 msgstr ""
3416 #: c-typeck.c:4856 c-typeck.c:6259
3417 msgid "initializer element is not computable at load time"
3418 msgstr ""
3420 #: c-typeck.c:4871 cp/typeck2.c:588
3421 msgid "invalid initializer"
3422 msgstr ""
3424 #: c-typeck.c:5173 cp/decl.c:7801
3425 msgid "opaque vector types cannot be initialized"
3426 msgstr ""
3428 #: c-typeck.c:5368
3429 msgid "extra brace group at end of initializer"
3430 msgstr ""
3432 #: c-typeck.c:5388
3433 msgid "missing braces around initializer"
3434 msgstr ""
3436 #: c-typeck.c:5448
3437 msgid "braces around scalar initializer"
3438 msgstr ""
3440 #: c-typeck.c:5496
3441 msgid "initialization of flexible array member in a nested context"
3442 msgstr ""
3444 #: c-typeck.c:5498
3445 msgid "initialization of a flexible array member"
3446 msgstr ""
3448 #: c-typeck.c:5529
3449 msgid "missing initializer"
3450 msgstr ""
3452 #: c-typeck.c:5555
3453 msgid "empty scalar initializer"
3454 msgstr ""
3456 #: c-typeck.c:5560
3457 msgid "extra elements in scalar initializer"
3458 msgstr ""
3460 #: c-typeck.c:5646
3461 msgid "initialization designators may not nest"
3462 msgstr ""
3464 #: c-typeck.c:5667 c-typeck.c:5738
3465 msgid "array index in non-array initializer"
3466 msgstr ""
3468 #: c-typeck.c:5672 c-typeck.c:5790
3469 msgid "field name not in record or union initializer"
3470 msgstr ""
3472 #: c-typeck.c:5734 c-typeck.c:5736
3473 msgid "nonconstant array index in initializer"
3474 msgstr ""
3476 #: c-typeck.c:5741
3477 msgid "array index in initializer exceeds array bounds"
3478 msgstr ""
3480 #: c-typeck.c:5752
3481 msgid "empty index range in initializer"
3482 msgstr ""
3484 #: c-typeck.c:5761
3485 msgid "array index range in initializer exceeds array bounds"
3486 msgstr ""
3488 #: c-typeck.c:5802
3489 #, c-format
3490 msgid "unknown field `%s' specified in initializer"
3491 msgstr ""
3493 #: c-typeck.c:5839 c-typeck.c:5860 c-typeck.c:6321
3494 msgid "initialized field with side-effects overwritten"
3495 msgstr ""
3497 #: c-typeck.c:6531
3498 msgid "excess elements in char array initializer"
3499 msgstr ""
3501 #: c-typeck.c:6538 c-typeck.c:6584
3502 msgid "excess elements in struct initializer"
3503 msgstr ""
3505 #: c-typeck.c:6599
3506 msgid "non-static initialization of a flexible array member"
3507 msgstr ""
3509 #: c-typeck.c:6666
3510 msgid "excess elements in union initializer"
3511 msgstr ""
3513 #: c-typeck.c:6687
3514 msgid "traditional C rejects initialization of unions"
3515 msgstr ""
3517 #: c-typeck.c:6750
3518 msgid "excess elements in array initializer"
3519 msgstr ""
3521 #: c-typeck.c:6779
3522 msgid "excess elements in vector initializer"
3523 msgstr ""
3525 #: c-typeck.c:6801
3526 msgid "excess elements in scalar initializer"
3527 msgstr ""
3529 #: c-typeck.c:6908
3530 msgid "asm template is not a string constant"
3531 msgstr ""
3533 #: c-typeck.c:6940
3534 msgid "invalid lvalue in asm statement"
3535 msgstr ""
3537 #: c-typeck.c:7015
3538 msgid "modification by `asm'"
3539 msgstr ""
3541 #: c-typeck.c:7034 cp/typeck.c:6369
3542 msgid "function declared `noreturn' has a `return' statement"
3543 msgstr ""
3545 #: c-typeck.c:7041
3546 msgid "`return' with no value, in function returning non-void"
3547 msgstr ""
3549 #: c-typeck.c:7047
3550 msgid "`return' with a value, in function returning void"
3551 msgstr ""
3553 #: c-typeck.c:7051
3554 msgid "return"
3555 msgstr ""
3557 #: c-typeck.c:7103
3558 msgid "function returns address of local variable"
3559 msgstr ""
3561 #: c-typeck.c:7159 cp/semantics.c:693
3562 msgid "switch quantity not an integer"
3563 msgstr ""
3565 #: c-typeck.c:7169
3566 msgid "`long' switch expression not converted to `int' in ISO C"
3567 msgstr ""
3569 #: c-typeck.c:7212 cp/decl.c:5109
3570 msgid "case label not within a switch statement"
3571 msgstr ""
3573 #: c-typeck.c:7214 cp/decl.c:5114
3574 msgid "`default' label not within a switch statement"
3575 msgstr ""
3577 #: calls.c:1919
3578 #, c-format
3579 msgid "inlining failed in call to `%s'"
3580 msgstr ""
3582 #: calls.c:1920 calls.c:2261
3583 msgid "called from here"
3584 msgstr ""
3586 #: calls.c:2260
3587 #, c-format
3588 msgid "can't inline call to `%s'"
3589 msgstr ""
3591 #: calls.c:2290
3592 msgid "function call has aggregate value"
3593 msgstr ""
3595 #: cfgloop.c:1201
3596 #, c-format
3597 msgid "Size of loop %d should be %d, not %d."
3598 msgstr ""
3600 #: cfgloop.c:1220
3601 #, c-format
3602 msgid "Bb %d do not belong to loop %d."
3603 msgstr ""
3605 #: cfgloop.c:1238
3606 #, c-format
3607 msgid "Loop %d's header does not have exactly 2 entries."
3608 msgstr ""
3610 #: cfgloop.c:1246
3611 #, c-format
3612 msgid "Loop %d's latch does not have exactly 1 successor."
3613 msgstr ""
3615 #: cfgloop.c:1251
3616 #, c-format
3617 msgid "Loop %d's latch does not have header as successor."
3618 msgstr ""
3620 #: cfgloop.c:1256
3621 #, c-format
3622 msgid "Loop %d's latch does not belong directly to it."
3623 msgstr ""
3625 #: cfgloop.c:1262
3626 #, c-format
3627 msgid "Loop %d's header does not belong directly to it."
3628 msgstr ""
3630 #: cfgloop.c:1268
3631 #, c-format
3632 msgid "Loop %d's latch is marked as part of irreducible region."
3633 msgstr ""
3635 #: cfgloop.c:1298
3636 #, c-format
3637 msgid "Basic block %d should be marked irreducible."
3638 msgstr ""
3640 #: cfgloop.c:1304
3641 #, c-format
3642 msgid "Basic block %d should not be marked irreducible."
3643 msgstr ""
3645 #: cfgloop.c:1312
3646 #, c-format
3647 msgid "Edge from %d to %d should be marked irreducible."
3648 msgstr ""
3650 #: cfgloop.c:1319
3651 #, c-format
3652 msgid "Edge from %d to %d should not be marked irreducible."
3653 msgstr ""
3655 #: cfgrtl.c:1754
3656 #, c-format
3657 msgid "bb %d on wrong place"
3658 msgstr ""
3660 #: cfgrtl.c:1760
3661 #, c-format
3662 msgid "prev_bb of %d should be %d, not %d"
3663 msgstr ""
3665 #: cfgrtl.c:1780
3666 #, c-format
3667 msgid "end insn %d for block %d not found in the insn stream"
3668 msgstr ""
3670 #: cfgrtl.c:1794
3671 #, c-format
3672 msgid "insn %d is in multiple basic blocks (%d and %d)"
3673 msgstr ""
3675 #: cfgrtl.c:1806
3676 #, c-format
3677 msgid "head insn %d for block %d not found in the insn stream"
3678 msgstr ""
3680 #: cfgrtl.c:1828
3681 #, c-format
3682 msgid "verify_flow_info: REG_BR_PROB does not match cfg %i %i"
3683 msgstr ""
3685 #: cfgrtl.c:1835
3686 #, c-format
3687 msgid "verify_flow_info: Wrong count of block %i %i"
3688 msgstr ""
3690 #: cfgrtl.c:1841
3691 #, c-format
3692 msgid "verify_flow_info: Wrong frequency of block %i %i"
3693 msgstr ""
3695 #: cfgrtl.c:1849
3696 #, c-format
3697 msgid "verify_flow_info: Duplicate edge %i->%i"
3698 msgstr ""
3700 #: cfgrtl.c:1855
3701 #, c-format
3702 msgid "verify_flow_info: Wrong probability of edge %i->%i %i"
3703 msgstr ""
3705 #: cfgrtl.c:1861
3706 #, c-format
3707 msgid "verify_flow_info: Wrong count of edge %i->%i %i"
3708 msgstr ""
3710 #: cfgrtl.c:1891
3711 #, c-format
3712 msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
3713 msgstr ""
3715 #: cfgrtl.c:1906
3716 #, c-format
3717 msgid "verify_flow_info: Incorrect fallthru %i->%i"
3718 msgstr ""
3720 #: cfgrtl.c:1908
3721 msgid "wrong insn in the fallthru edge"
3722 msgstr ""
3724 #: cfgrtl.c:1915
3725 #, c-format
3726 msgid "verify_flow_info: Basic block %d succ edge is corrupted"
3727 msgstr ""
3729 #: cfgrtl.c:1931
3730 #, c-format
3731 msgid "Missing REG_EH_REGION note in the end of bb %i"
3732 msgstr ""
3734 #: cfgrtl.c:1939
3735 #, c-format
3736 msgid "Too many outgoing branch edges from bb %i"
3737 msgstr ""
3739 #: cfgrtl.c:1944
3740 #, c-format
3741 msgid "Fallthru edge after unconditional jump %i"
3742 msgstr ""
3744 #: cfgrtl.c:1949
3745 #, c-format
3746 msgid "Wrong amount of branch edges after unconditional jump %i"
3747 msgstr ""
3749 #: cfgrtl.c:1955
3750 #, c-format
3751 msgid "Wrong amount of branch edges after conditional jump %i"
3752 msgstr ""
3754 #: cfgrtl.c:1960
3755 #, c-format
3756 msgid "Call edges for non-call insn in bb %i"
3757 msgstr ""
3759 #: cfgrtl.c:1969
3760 #, c-format
3761 msgid "Abnormal edges for no purpose in bb %i"
3762 msgstr ""
3764 #: cfgrtl.c:1984
3765 #, c-format
3766 msgid "missing barrier after block %i"
3767 msgstr ""
3769 #: cfgrtl.c:1994
3770 #, c-format
3771 msgid "basic block %d pred edge is corrupted"
3772 msgstr ""
3774 #: cfgrtl.c:2011
3775 #, c-format
3776 msgid "insn %d inside basic block %d but block_for_insn is NULL"
3777 msgstr ""
3779 #: cfgrtl.c:2015
3780 #, c-format
3781 msgid "insn %d inside basic block %d but block_for_insn is %i"
3782 msgstr ""
3784 #: cfgrtl.c:2029 cfgrtl.c:2039
3785 #, c-format
3786 msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
3787 msgstr ""
3789 #: cfgrtl.c:2052
3790 #, c-format
3791 msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
3792 msgstr ""
3794 #: cfgrtl.c:2062
3795 #, c-format
3796 msgid "in basic block %d:"
3797 msgstr ""
3799 #: cfgrtl.c:2063
3800 msgid "flow control insn inside a basic block"
3801 msgstr ""
3803 #: cfgrtl.c:2082
3804 #, c-format
3805 msgid "basic block %i edge lists are corrupted"
3806 msgstr ""
3808 #: cfgrtl.c:2097
3809 msgid "basic blocks not numbered consecutively"
3810 msgstr ""
3812 #: cfgrtl.c:2122
3813 msgid "insn outside basic block"
3814 msgstr ""
3816 #: cfgrtl.c:2130
3817 msgid "return not followed by barrier"
3818 msgstr ""
3820 #: cfgrtl.c:2135
3821 #, c-format
3822 msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
3823 msgstr ""
3825 #: cfgrtl.c:2139
3826 msgid "verify_flow_info failed"
3827 msgstr ""
3829 #: collect2.c:426
3830 msgid "internal error"
3831 msgstr ""
3833 #: collect2.c:935
3834 msgid "no arguments"
3835 msgstr ""
3837 #: collect2.c:1264 collect2.c:1412 collect2.c:1445
3838 #, c-format
3839 msgid "fopen %s"
3840 msgstr ""
3842 #: collect2.c:1267 collect2.c:1417 collect2.c:1448
3843 #, c-format
3844 msgid "fclose %s"
3845 msgstr ""
3847 #: collect2.c:1276
3848 #, c-format
3849 msgid "collect2 version %s"
3850 msgstr ""
3852 #: collect2.c:1366
3853 #, c-format
3854 msgid "%d constructor(s) found\n"
3855 msgstr ""
3857 #: collect2.c:1367
3858 #, c-format
3859 msgid "%d destructor(s)  found\n"
3860 msgstr ""
3862 #: collect2.c:1368
3863 #, c-format
3864 msgid "%d frame table(s) found\n"
3865 msgstr ""
3867 #: collect2.c:1509
3868 #, c-format
3869 msgid "%s terminated with signal %d [%s]%s"
3870 msgstr ""
3872 #: collect2.c:1528
3873 #, c-format
3874 msgid "%s returned %d exit status"
3875 msgstr ""
3877 #: collect2.c:1556
3878 #, c-format
3879 msgid "[cannot find %s]"
3880 msgstr ""
3882 #: collect2.c:1571
3883 #, c-format
3884 msgid "cannot find `%s'"
3885 msgstr ""
3887 #: collect2.c:1582 collect2.c:1585
3888 #, c-format
3889 msgid "redirecting stdout: %s"
3890 msgstr ""
3892 #: collect2.c:1627
3893 #, c-format
3894 msgid "[Leaving %s]\n"
3895 msgstr ""
3897 #: collect2.c:1870
3898 #, c-format
3899 msgid ""
3900 "\n"
3901 "write_c_file - output name is %s, prefix is %s\n"
3902 msgstr ""
3904 #: collect2.c:2082
3905 msgid "cannot find `nm'"
3906 msgstr ""
3908 #: collect2.c:2092 collect2.c:2533
3909 msgid "pipe"
3910 msgstr ""
3912 #: collect2.c:2096 collect2.c:2537
3913 msgid "fdopen"
3914 msgstr ""
3916 #: collect2.c:2122 collect2.c:2563
3917 #, c-format
3918 msgid "dup2 %d 1"
3919 msgstr ""
3921 #: collect2.c:2125 collect2.c:2128 collect2.c:2141 collect2.c:2566
3922 #: collect2.c:2569 collect2.c:2582
3923 #, c-format
3924 msgid "close %d"
3925 msgstr ""
3927 #: collect2.c:2131 collect2.c:2572
3928 #, c-format
3929 msgid "execv %s"
3930 msgstr ""
3932 #: collect2.c:2185
3933 #, c-format
3934 msgid "init function found in object %s"
3935 msgstr ""
3937 #: collect2.c:2193
3938 #, c-format
3939 msgid "fini function found in object %s"
3940 msgstr ""
3942 #: collect2.c:2216 collect2.c:2621
3943 msgid "fclose"
3944 msgstr ""
3946 #: collect2.c:2261
3947 #, c-format
3948 msgid "unable to open file '%s'"
3949 msgstr ""
3951 #: collect2.c:2263
3952 #, c-format
3953 msgid "unable to stat file '%s'"
3954 msgstr ""
3956 #: collect2.c:2269
3957 #, c-format
3958 msgid "unable to mmap file '%s'"
3959 msgstr ""
3961 #: collect2.c:2422
3962 msgid "not found\n"
3963 msgstr ""
3965 #: collect2.c:2424 collect2.c:2600
3966 #, c-format
3967 msgid "dynamic dependency %s not found"
3968 msgstr ""
3970 #: collect2.c:2444
3971 #, c-format
3972 msgid "bad magic number in file '%s'"
3973 msgstr ""
3975 #: collect2.c:2466
3976 msgid "dynamic dependencies.\n"
3977 msgstr ""
3979 #: collect2.c:2524
3980 msgid "cannot find `ldd'"
3981 msgstr ""
3983 #: collect2.c:2585
3984 msgid ""
3985 "\n"
3986 "ldd output with constructors/destructors.\n"
3987 msgstr ""
3989 #: collect2.c:2612
3990 #, c-format
3991 msgid "unable to open dynamic dependency '%s'"
3992 msgstr ""
3994 #: collect2.c:2763
3995 #, c-format
3996 msgid "%s: not a COFF file"
3997 msgstr ""
3999 #: collect2.c:2882
4000 #, c-format
4001 msgid "%s: cannot open as COFF file"
4002 msgstr ""
4004 #: collect2.c:2938
4005 #, c-format
4006 msgid "library lib%s not found"
4007 msgstr ""
4009 #: collect2.c:3033
4010 #, c-format
4011 msgid "open %s"
4012 msgstr ""
4014 #: collect2.c:3056
4015 msgid "incompatibilities between object file & expected values"
4016 msgstr ""
4018 #: collect2.c:3129
4019 #, c-format
4020 msgid ""
4021 "\n"
4022 "Processing symbol table #%d, offset = 0x%.8lx, kind = %s\n"
4023 msgstr ""
4025 #: collect2.c:3138
4026 msgid "string section missing"
4027 msgstr ""
4029 #: collect2.c:3141
4030 msgid "section pointer missing"
4031 msgstr ""
4033 #: collect2.c:3189
4034 msgid "no symbol table found"
4035 msgstr ""
4037 #: collect2.c:3202
4038 msgid "no cmd_strings found"
4039 msgstr ""
4041 #: collect2.c:3214
4042 msgid ""
4043 "\n"
4044 "Updating header and load commands.\n"
4045 "\n"
4046 msgstr ""
4048 #: collect2.c:3221
4049 #, c-format
4050 msgid "load command map, %d cmds, new size %ld.\n"
4051 msgstr ""
4053 #: collect2.c:3252
4054 msgid ""
4055 "writing load commands.\n"
4056 "\n"
4057 msgstr ""
4059 #: collect2.c:3272
4060 #, c-format
4061 msgid "close %s"
4062 msgstr ""
4064 #: collect2.c:3346
4065 msgid "could not convert 0x%l.8x into a region"
4066 msgstr ""
4068 #: collect2.c:3350
4069 #, c-format
4070 msgid "%s function, region %d, offset = %ld (0x%.8lx)\n"
4071 msgstr ""
4073 #: collect2.c:3477
4074 msgid "bad magic number"
4075 msgstr ""
4077 #: collect2.c:3478
4078 msgid "bad header version"
4079 msgstr ""
4081 #: collect2.c:3479
4082 msgid "bad raw header version"
4083 msgstr ""
4085 #: collect2.c:3480
4086 msgid "raw header buffer too small"
4087 msgstr ""
4089 #: collect2.c:3481
4090 msgid "old raw header file"
4091 msgstr ""
4093 #: collect2.c:3482
4094 msgid "unsupported version"
4095 msgstr ""
4097 #: collect2.c:3484
4098 #, c-format
4099 msgid "unknown {de,en}code_mach_o_hdr return value %d"
4100 msgstr ""
4102 #: collect2.c:3504
4103 #, c-format
4104 msgid "fstat %s"
4105 msgstr ""
4107 #: collect2.c:3541 collect2.c:3589
4108 #, c-format
4109 msgid "lseek %s 0"
4110 msgstr ""
4112 #: collect2.c:3545
4113 #, c-format
4114 msgid "read %s"
4115 msgstr ""
4117 #: collect2.c:3548
4118 #, c-format
4119 msgid "read %ld bytes, expected %ld, from %s"
4120 msgstr ""
4122 #: collect2.c:3569
4123 #, c-format
4124 msgid "msync %s"
4125 msgstr ""
4127 #: collect2.c:3576
4128 #, c-format
4129 msgid "munmap %s"
4130 msgstr ""
4132 #: collect2.c:3593
4133 #, c-format
4134 msgid "write %s"
4135 msgstr ""
4137 #: collect2.c:3596
4138 #, c-format
4139 msgid "wrote %ld bytes, expected %ld, to %s"
4140 msgstr ""
4142 #: combine.c:13254
4143 #, c-format
4144 msgid ""
4145 ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new "
4146 "space),\n"
4147 ";; %d successes.\n"
4148 "\n"
4149 msgstr ""
4151 #: combine.c:13264
4152 #, c-format
4153 msgid ""
4154 "\n"
4155 ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
4156 ";; %d successes.\n"
4157 msgstr ""
4159 #: convert.c:71
4160 msgid "cannot convert to a pointer type"
4161 msgstr ""
4163 #: convert.c:270
4164 msgid "pointer value used where a floating point value was expected"
4165 msgstr ""
4167 #: convert.c:274
4168 msgid "aggregate value used where a float was expected"
4169 msgstr ""
4171 #: convert.c:300
4172 msgid "conversion to incomplete type"
4173 msgstr ""
4175 #: convert.c:582 convert.c:662
4176 msgid "can't convert between vector values of different size"
4177 msgstr ""
4179 #: convert.c:588
4180 msgid "aggregate value used where an integer was expected"
4181 msgstr ""
4183 #: convert.c:640 f/com.c:1100
4184 msgid "pointer value used where a complex was expected"
4185 msgstr ""
4187 #: convert.c:644 f/com.c:1102
4188 msgid "aggregate value used where a complex was expected"
4189 msgstr ""
4191 #: convert.c:668
4192 msgid "can't convert value to a vector"
4193 msgstr ""
4195 #: cpperror.c:115
4196 msgid "warning: "
4197 msgstr ""
4199 #: cpperror.c:117
4200 msgid "internal error: "
4201 msgstr ""
4203 #: cpperror.c:191
4204 msgid "stdout"
4205 msgstr ""
4207 #: cpperror.c:193 gcc.c:6652
4208 #, c-format
4209 msgid "%s: %s"
4210 msgstr ""
4212 #: cppexp.c:201
4213 msgid "too many decimal points in number"
4214 msgstr ""
4216 #: cppexp.c:221
4217 #, c-format
4218 msgid "invalid digit \"%c\" in octal constant"
4219 msgstr ""
4221 #: cppexp.c:227
4222 msgid "use of C99 hexadecimal floating constant"
4223 msgstr ""
4225 #: cppexp.c:236
4226 msgid "exponent has no digits"
4227 msgstr ""
4229 #: cppexp.c:243
4230 msgid "hexadecimal floating constants require an exponent"
4231 msgstr ""
4233 #: cppexp.c:249
4234 #, c-format
4235 msgid "invalid suffix \"%.*s\" on floating constant"
4236 msgstr ""
4238 #: cppexp.c:259 cppexp.c:284
4239 #, c-format
4240 msgid "traditional C rejects the \"%.*s\" suffix"
4241 msgstr ""
4243 #: cppexp.c:270
4244 #, c-format
4245 msgid "invalid suffix \"%.*s\" on integer constant"
4246 msgstr ""
4248 #: cppexp.c:291
4249 msgid "use of C99 long long integer constant"
4250 msgstr ""
4252 #: cppexp.c:297
4253 msgid "imaginary constants are a GCC extension"
4254 msgstr ""
4256 #: cppexp.c:385
4257 msgid "integer constant is too large for its type"
4258 msgstr ""
4260 #: cppexp.c:397
4261 msgid "integer constant is so large that it is unsigned"
4262 msgstr ""
4264 #: cppexp.c:484
4265 msgid "missing ')' after \"defined\""
4266 msgstr ""
4268 #: cppexp.c:491
4269 msgid "operator \"defined\" requires an identifier"
4270 msgstr ""
4272 #: cppexp.c:499
4273 #, c-format
4274 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
4275 msgstr ""
4277 #: cppexp.c:509
4278 msgid "this use of \"defined\" may not be portable"
4279 msgstr ""
4281 #: cppexp.c:547
4282 msgid "floating constant in preprocessor expression"
4283 msgstr ""
4285 #: cppexp.c:553
4286 msgid "imaginary number in preprocessor expression"
4287 msgstr ""
4289 #: cppexp.c:598
4290 #, c-format
4291 msgid "ISO C++ does not permit \"%s\" in #if"
4292 msgstr ""
4294 #: cppexp.c:606
4295 #, c-format
4296 msgid "\"%s\" is not defined"
4297 msgstr ""
4299 #: cppexp.c:739 cppexp.c:774
4300 #, c-format
4301 msgid "missing binary operator before token \"%s\""
4302 msgstr ""
4304 #: cppexp.c:758
4305 #, c-format
4306 msgid "invalid character '%c' in #if"
4307 msgstr ""
4309 #: cppexp.c:760
4310 #, c-format
4311 msgid "invalid character '\\%03o' in #if"
4312 msgstr ""
4314 #: cppexp.c:765
4315 #, c-format
4316 msgid "token \"%s\" is not valid in preprocessor expressions"
4317 msgstr ""
4319 #: cppexp.c:784
4320 msgid "void expression between '(' and ')'"
4321 msgstr ""
4323 #: cppexp.c:787
4324 msgid "#if with no expression"
4325 msgstr ""
4327 #: cppexp.c:789
4328 #, c-format
4329 msgid "operator '%s' has no right operand"
4330 msgstr ""
4332 #: cppexp.c:815
4333 msgid " ':' without preceding '?'"
4334 msgstr ""
4336 #: cppexp.c:842
4337 msgid "unbalanced stack in #if"
4338 msgstr ""
4340 #: cppexp.c:864
4341 #, c-format
4342 msgid "impossible operator '%u'"
4343 msgstr ""
4345 #: cppexp.c:956
4346 msgid "missing ')' in expression"
4347 msgstr ""
4349 #: cppexp.c:977
4350 msgid "'?' without following ':'"
4351 msgstr ""
4353 #: cppexp.c:987
4354 msgid "integer overflow in preprocessor expression"
4355 msgstr ""
4357 #: cppexp.c:992
4358 msgid "missing '(' in expression"
4359 msgstr ""
4361 #: cppexp.c:1028
4362 #, c-format
4363 msgid "the left operand of \"%s\" changes sign when promoted"
4364 msgstr ""
4366 #: cppexp.c:1033
4367 #, c-format
4368 msgid "the right operand of \"%s\" changes sign when promoted"
4369 msgstr ""
4371 #: cppexp.c:1416
4372 msgid "comma operator in operand of #if"
4373 msgstr ""
4375 #: cppexp.c:1553
4376 msgid "division by zero in #if"
4377 msgstr ""
4379 #: cppfiles.c:526
4380 #, c-format
4381 msgid "%s is too large"
4382 msgstr ""
4384 #: cppfiles.c:562
4385 #, c-format
4386 msgid "%s is shorter than expected"
4387 msgstr ""
4389 #: cppfiles.c:576
4390 #, c-format
4391 msgid "%s is a block device"
4392 msgstr ""
4394 #: cppfiles.c:709
4395 #, c-format
4396 msgid "no include path in which to find %s"
4397 msgstr ""
4399 #: cppfiles.c:795
4400 msgid "Multiple include guards may be useful for:\n"
4401 msgstr ""
4403 #: cppfiles.c:1162
4404 msgid "absolute file name in remap_filename"
4405 msgstr ""
4407 #: cppinit.c:378
4408 msgid "cppchar_t must be an unsigned type"
4409 msgstr ""
4411 #: cppinit.c:382
4412 #, c-format
4413 msgid ""
4414 "preprocessor arithmetic has maximum precision of %lu bits; target requires %"
4415 "lu bits"
4416 msgstr ""
4418 #: cppinit.c:388
4419 msgid "CPP arithmetic must be at least as precise as a target int"
4420 msgstr ""
4422 #: cppinit.c:391
4423 msgid "target char is less than 8 bits wide"
4424 msgstr ""
4426 #: cppinit.c:395
4427 msgid "target wchar_t is narrower than target char"
4428 msgstr ""
4430 #: cppinit.c:399
4431 msgid "target int is narrower than target char"
4432 msgstr ""
4434 #: cppinit.c:403
4435 msgid "CPP half-integer narrower than CPP character"
4436 msgstr ""
4438 #: cppinit.c:407
4439 #, c-format
4440 msgid ""
4441 "CPP on this host cannot handle wide character constants over %lu bits, but "
4442 "the target requires %lu bits"
4443 msgstr ""
4445 #: cpplex.c:161
4446 #, c-format
4447 msgid "trigraph ??%c converted to %c"
4448 msgstr ""
4450 #: cpplex.c:169
4451 #, c-format
4452 msgid "trigraph ??%c ignored"
4453 msgstr ""
4455 #: cpplex.c:226
4456 msgid "backslash and newline separated by space"
4457 msgstr ""
4459 #: cpplex.c:233 cpptrad.c:160
4460 msgid "backslash-newline at end of file"
4461 msgstr ""
4463 #: cpplex.c:299 cpptrad.c:201
4464 msgid "\"/*\" within comment"
4465 msgstr ""
4467 #: cpplex.c:407
4468 msgid "null character(s) ignored"
4469 msgstr ""
4471 #: cpplex.c:414
4472 #, c-format
4473 msgid "%s in preprocessing directive"
4474 msgstr ""
4476 #: cpplex.c:487
4477 #, c-format
4478 msgid "attempt to use poisoned \"%s\""
4479 msgstr ""
4481 #: cpplex.c:495
4482 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
4483 msgstr ""
4485 #: cpplex.c:567
4486 msgid "'$' character(s) in identifier or number"
4487 msgstr ""
4489 #: cpplex.c:710
4490 #, c-format
4491 msgid "missing terminating %c character"
4492 msgstr ""
4494 #: cpplex.c:723
4495 msgid "null character(s) preserved in literal"
4496 msgstr ""
4498 #: cpplex.c:927 cpptrad.c:489
4499 msgid "no newline at end of file"
4500 msgstr ""
4502 #: cpplex.c:1104 cpptrad.c:215
4503 msgid "unterminated comment"
4504 msgstr ""
4506 #: cpplex.c:1115
4507 msgid "C++ style comments are not allowed in ISO C90"
4508 msgstr ""
4510 #: cpplex.c:1117
4511 msgid "(this will be reported only once per input file)"
4512 msgstr ""
4514 #: cpplex.c:1122
4515 msgid "multi-line comment"
4516 msgstr ""
4518 #: cpplex.c:1437
4519 #, c-format
4520 msgid "unknown string token %s\n"
4521 msgstr ""
4523 #: cpplex.c:1450
4524 #, c-format
4525 msgid "unspellable token %s"
4526 msgstr ""
4528 #: cpplex.c:1707
4529 #, c-format
4530 msgid "the meaning of '\\%c' is different in traditional C"
4531 msgstr ""
4533 #: cpplex.c:1713
4534 msgid "incomplete universal-character-name"
4535 msgstr ""
4537 #: cpplex.c:1727
4538 #, c-format
4539 msgid "non-hex digit '%c' in universal-character-name"
4540 msgstr ""
4542 #: cpplex.c:1736
4543 msgid "universal-character-name on EBCDIC target"
4544 msgstr ""
4546 #: cpplex.c:1750
4547 msgid "universal-character-name out of range"
4548 msgstr ""
4550 #: cpplex.c:1812
4551 msgid "the meaning of '\\a' is different in traditional C"
4552 msgstr ""
4554 #: cpplex.c:1819
4555 #, c-format
4556 msgid "non-ISO-standard escape sequence, '\\%c'"
4557 msgstr ""
4559 #: cpplex.c:1830
4560 msgid "the meaning of '\\x' is different in traditional C"
4561 msgstr ""
4563 #: cpplex.c:1849 f/lex.c:585
4564 msgid "\\x used with no following hex digits"
4565 msgstr ""
4567 #: cpplex.c:1854
4568 msgid "hex escape sequence out of range"
4569 msgstr ""
4571 #: cpplex.c:1879
4572 msgid "octal escape sequence out of range"
4573 msgstr ""
4575 #: cpplex.c:1895
4576 #, c-format
4577 msgid "unknown escape sequence '\\%c'"
4578 msgstr ""
4580 #: cpplex.c:1898
4581 #, c-format
4582 msgid "unknown escape sequence: '\\%03o'"
4583 msgstr ""
4585 #: cpplex.c:1903
4586 msgid "escape sequence out of range for its type"
4587 msgstr ""
4589 #: cpplex.c:1994
4590 msgid "empty character constant"
4591 msgstr ""
4593 #: cpplex.c:2004
4594 msgid "character constant too long for its type"
4595 msgstr ""
4597 #: cpplex.c:2007
4598 msgid "multi-character character constant"
4599 msgstr ""
4601 #: cpplib.c:232
4602 #, c-format
4603 msgid "extra tokens at end of #%s directive"
4604 msgstr ""
4606 #: cpplib.c:322
4607 #, c-format
4608 msgid "#%s is a GCC extension"
4609 msgstr ""
4611 #: cpplib.c:334
4612 msgid "suggest not using #elif in traditional C"
4613 msgstr ""
4615 #: cpplib.c:337
4616 #, c-format
4617 msgid "traditional C ignores #%s with the # indented"
4618 msgstr ""
4620 #: cpplib.c:341
4621 #, c-format
4622 msgid "suggest hiding #%s from traditional C with an indented #"
4623 msgstr ""
4625 #: cpplib.c:365
4626 msgid "embedding a directive within macro arguments is not portable"
4627 msgstr ""
4629 #: cpplib.c:385
4630 msgid "style of line directive is a GCC extension"
4631 msgstr ""
4633 #: cpplib.c:435
4634 #, c-format
4635 msgid "invalid preprocessing directive #%s"
4636 msgstr ""
4638 #: cpplib.c:507
4639 msgid "\"defined\" cannot be used as a macro name"
4640 msgstr ""
4642 #: cpplib.c:513
4643 #, c-format
4644 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
4645 msgstr ""
4647 #: cpplib.c:516
4648 #, c-format
4649 msgid "no macro name given in #%s directive"
4650 msgstr ""
4652 #: cpplib.c:519
4653 msgid "macro names must be identifiers"
4654 msgstr ""
4656 #: cpplib.c:559
4657 #, c-format
4658 msgid "undefining \"%s\""
4659 msgstr ""
4661 #: cpplib.c:605
4662 msgid "missing terminating > character"
4663 msgstr ""
4665 #: cpplib.c:644
4666 #, c-format
4667 msgid "#%s expects \"FILENAME\" or <FILENAME>"
4668 msgstr ""
4670 #: cpplib.c:655
4671 #, c-format
4672 msgid "empty file name in #%s"
4673 msgstr ""
4675 #: cpplib.c:676
4676 msgid "#include nested too deeply"
4677 msgstr ""
4679 #: cpplib.c:705
4680 msgid "#import is obsolete, use an #ifndef wrapper in the header file"
4681 msgstr ""
4683 #: cpplib.c:722
4684 msgid "#include_next in primary source file"
4685 msgstr ""
4687 #: cpplib.c:750
4688 #, c-format
4689 msgid "invalid flag \"%s\" in line directive"
4690 msgstr ""
4692 #: cpplib.c:825
4693 #, c-format
4694 msgid "\"%s\" after #line is not a positive integer"
4695 msgstr ""
4697 #: cpplib.c:831
4698 msgid "line number out of range"
4699 msgstr ""
4701 #: cpplib.c:842 cpplib.c:913
4702 #, c-format
4703 msgid "\"%s\" is not a valid filename"
4704 msgstr ""
4706 #: cpplib.c:877
4707 #, c-format
4708 msgid "\"%s\" after # is not a positive integer"
4709 msgstr ""
4711 #: cpplib.c:984
4712 msgid "invalid #ident directive"
4713 msgstr ""
4715 #: cpplib.c:1072
4716 #, c-format
4717 msgid "registering \"%s\" as both a pragma and a pragma namespace"
4718 msgstr ""
4720 #: cpplib.c:1075
4721 #, c-format
4722 msgid "#pragma %s %s is already registered"
4723 msgstr ""
4725 #: cpplib.c:1078
4726 #, c-format
4727 msgid "#pragma %s is already registered"
4728 msgstr ""
4730 #: cpplib.c:1232
4731 msgid "#pragma once is obsolete"
4732 msgstr ""
4734 #: cpplib.c:1235
4735 msgid "#pragma once in main file"
4736 msgstr ""
4738 #: cpplib.c:1259
4739 msgid "invalid #pragma GCC poison directive"
4740 msgstr ""
4742 #: cpplib.c:1268
4743 #, c-format
4744 msgid "poisoning existing macro \"%s\""
4745 msgstr ""
4747 #: cpplib.c:1290
4748 msgid "#pragma system_header ignored outside include file"
4749 msgstr ""
4751 #: cpplib.c:1315
4752 #, c-format
4753 msgid "cannot find source %s"
4754 msgstr ""
4756 #: cpplib.c:1319
4757 #, c-format
4758 msgid "current file is older than %s"
4759 msgstr ""
4761 #: cpplib.c:1435
4762 msgid "_Pragma takes a parenthesized string literal"
4763 msgstr ""
4765 #: cpplib.c:1518
4766 msgid "#else without #if"
4767 msgstr ""
4769 #: cpplib.c:1523
4770 msgid "#else after #else"
4771 msgstr ""
4773 #: cpplib.c:1525 cpplib.c:1559
4774 msgid "the conditional began here"
4775 msgstr ""
4777 #: cpplib.c:1552
4778 msgid "#elif without #if"
4779 msgstr ""
4781 #: cpplib.c:1557
4782 msgid "#elif after #else"
4783 msgstr ""
4785 #: cpplib.c:1588
4786 msgid "#endif without #if"
4787 msgstr ""
4789 #: cpplib.c:1671
4790 msgid "missing '(' after predicate"
4791 msgstr ""
4793 #: cpplib.c:1686
4794 msgid "missing ')' to complete answer"
4795 msgstr ""
4797 #: cpplib.c:1706
4798 msgid "predicate's answer is empty"
4799 msgstr ""
4801 #: cpplib.c:1736
4802 msgid "assertion without predicate"
4803 msgstr ""
4805 #: cpplib.c:1738
4806 msgid "predicate must be an identifier"
4807 msgstr ""
4809 #: cpplib.c:1827
4810 #, c-format
4811 msgid "\"%s\" re-asserted"
4812 msgstr ""
4814 #: cpplib.c:2057
4815 #, c-format
4816 msgid "unterminated #%s"
4817 msgstr ""
4819 #: cppmacro.c:94
4820 #, c-format
4821 msgid "macro \"%s\" is not used"
4822 msgstr ""
4824 #: cppmacro.c:139 cppmacro.c:294
4825 #, c-format
4826 msgid "invalid built-in macro \"%s\""
4827 msgstr ""
4829 #: cppmacro.c:234
4830 msgid "could not determine date and time"
4831 msgstr ""
4833 #: cppmacro.c:407
4834 msgid "invalid string literal, ignoring final '\\'"
4835 msgstr ""
4837 #: cppmacro.c:504
4838 #, c-format
4839 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
4840 msgstr ""
4842 #: cppmacro.c:546
4843 msgid "ISO C99 requires rest arguments to be used"
4844 msgstr ""
4846 #: cppmacro.c:551
4847 #, c-format
4848 msgid "macro \"%s\" requires %u arguments, but only %u given"
4849 msgstr ""
4851 #: cppmacro.c:556
4852 #, c-format
4853 msgid "macro \"%s\" passed %u arguments, but takes just %u"
4854 msgstr ""
4856 #: cppmacro.c:669 cpptrad.c:776
4857 #, c-format
4858 msgid "unterminated argument list invoking macro \"%s\""
4859 msgstr ""
4861 #: cppmacro.c:776
4862 #, c-format
4863 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
4864 msgstr ""
4866 #: cppmacro.c:1313
4867 #, c-format
4868 msgid "duplicate macro parameter \"%s\""
4869 msgstr ""
4871 #: cppmacro.c:1360
4872 #, c-format
4873 msgid "\"%s\" may not appear in macro parameter list"
4874 msgstr ""
4876 #: cppmacro.c:1368
4877 msgid "macro parameters must be comma-separated"
4878 msgstr ""
4880 #: cppmacro.c:1385
4881 msgid "parameter name missing"
4882 msgstr ""
4884 #: cppmacro.c:1400
4885 msgid "anonymous variadic macros were introduced in C99"
4886 msgstr ""
4888 #: cppmacro.c:1404
4889 msgid "ISO C does not permit named variadic macros"
4890 msgstr ""
4892 #: cppmacro.c:1413
4893 msgid "missing ')' in macro parameter list"
4894 msgstr ""
4896 #: cppmacro.c:1482
4897 msgid "ISO C requires whitespace after the macro name"
4898 msgstr ""
4900 #: cppmacro.c:1510
4901 msgid "'#' is not followed by a macro parameter"
4902 msgstr ""
4904 #: cppmacro.c:1529
4905 msgid "'##' cannot appear at either end of a macro expansion"
4906 msgstr ""
4908 #: cppmacro.c:1615
4909 #, c-format
4910 msgid "\"%s\" redefined"
4911 msgstr ""
4913 #: cppmacro.c:1620
4914 msgid "this is the location of the previous definition"
4915 msgstr ""
4917 #: cppmacro.c:1671
4918 #, c-format
4919 msgid "macro argument \"%s\" would be stringified in traditional C"
4920 msgstr ""
4922 #: cppmacro.c:1696
4923 #, c-format
4924 msgid "invalid hash type %d in cpp_macro_definition"
4925 msgstr ""
4927 #: cpppch.c:86 cpppch.c:323 cpppch.c:349 cpppch.c:358
4928 msgid "while writing precompiled header"
4929 msgstr ""
4931 #: cpppch.c:421
4932 #, c-format
4933 msgid "%s: not used because `%.*s' not defined"
4934 msgstr ""
4936 #: cpppch.c:433
4937 #, c-format
4938 msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
4939 msgstr ""
4941 #: cpppch.c:458
4942 #, c-format
4943 msgid "%s: not used because `%s' is defined"
4944 msgstr ""
4946 #: cpppch.c:470 cpppch.c:683
4947 msgid "while reading precompiled header"
4948 msgstr ""
4950 #: cppspec.c:108
4951 #, c-format
4952 msgid "\"%s\" is not a valid option to the preprocessor"
4953 msgstr ""
4955 #: cppspec.c:130
4956 msgid "too many input files"
4957 msgstr ""
4959 #: cpptrad.c:843
4960 #, c-format
4961 msgid "detected recursion whilst expanding macro \"%s\""
4962 msgstr ""
4964 #: cse.c:7153
4965 #, c-format
4966 msgid ";; Processing block from %d to %d, %d sets.\n"
4967 msgstr ""
4969 #: diagnostic.c:703
4970 msgid "((anonymous))"
4971 msgstr ""
4973 #: diagnostic.c:917
4974 #, c-format
4975 msgid "%s: warnings being treated as errors\n"
4976 msgstr ""
4978 #: diagnostic.c:952
4979 #, c-format
4980 msgid "%s: %s: "
4981 msgstr ""
4983 #: diagnostic.c:1043
4984 #, c-format
4985 msgid "%s "
4986 msgstr ""
4988 #: diagnostic.c:1045
4989 #, c-format
4990 msgid " %s"
4991 msgstr ""
4993 #: diagnostic.c:1067
4994 msgid "At top level:"
4995 msgstr ""
4997 #: diagnostic.c:1072
4998 #, c-format
4999 msgid "In member function `%s':"
5000 msgstr ""
5002 #: diagnostic.c:1076
5003 #, c-format
5004 msgid "In function `%s':"
5005 msgstr ""
5007 #: diagnostic.c:1164
5008 msgid "compilation terminated.\n"
5009 msgstr ""
5011 #: diagnostic.c:1182
5012 #, c-format
5013 msgid "%s:%d: confused by earlier errors, bailing out\n"
5014 msgstr ""
5016 #: diagnostic.c:1197 diagnostic.c:1307
5017 #, c-format
5018 msgid ""
5019 "Please submit a full bug report,\n"
5020 "with preprocessed source if appropriate.\n"
5021 "See %s for instructions.\n"
5022 msgstr ""
5024 #: diagnostic.c:1305
5025 msgid "Internal compiler error: Error reporting routines re-entered.\n"
5026 msgstr ""
5028 #: diagnostic.c:1367
5029 #, c-format
5030 msgid "in %s, at %s:%d"
5031 msgstr ""
5033 #: diagnostic.c:1388
5034 #, c-format
5035 msgid "In file included from %s:%d"
5036 msgstr ""
5038 #: diagnostic.c:1391
5039 #, c-format
5040 msgid ""
5041 ",\n"
5042 "                 from %s:%d"
5043 msgstr ""
5045 #: diagnostic.c:1392
5046 msgid ":\n"
5047 msgstr ""
5049 #: diagnostic.c:1436 diagnostic.c:1453
5050 #, c-format
5051 msgid "`%s' is deprecated (declared at %s:%d)"
5052 msgstr ""
5054 #: diagnostic.c:1456
5055 #, c-format
5056 msgid "`%s' is deprecated"
5057 msgstr ""
5059 #: diagnostic.c:1459
5060 #, c-format
5061 msgid "type is deprecated (declared at %s:%d)"
5062 msgstr ""
5064 #: diagnostic.c:1462
5065 msgid "type is deprecated"
5066 msgstr ""
5068 #: dominance.c:730
5069 #, c-format
5070 msgid "dominator of %d should be %d, not %d"
5071 msgstr ""
5073 #: dwarf2out.c:3232
5074 #, c-format
5075 msgid "DW_LOC_OP %s not implemented\n"
5076 msgstr ""
5078 #: dwarfout.c:2069
5079 #, c-format
5080 msgid "internal regno botch: `%s' has regno = %d\n"
5081 msgstr ""
5083 #: dwarfout.c:6190
5084 msgid "support for the DWARF1 debugging format is deprecated"
5085 msgstr ""
5087 #: dwarfout.c:6287
5088 msgid "can't get current directory"
5089 msgstr ""
5091 #: emit-rtl.c:1303
5092 msgid "can't access real part of complex value in hard register"
5093 msgstr ""
5095 #: emit-rtl.c:1325
5096 msgid "can't access imaginary part of complex value in hard register"
5097 msgstr ""
5099 #: emit-rtl.c:3567
5100 msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
5101 msgstr ""
5103 #: errors.c:138
5104 #, c-format
5105 msgid "abort in %s, at %s:%d"
5106 msgstr ""
5108 #: except.c:374
5109 msgid "exception handling disabled, use -fexceptions to enable"
5110 msgstr ""
5112 #: except.c:2983
5113 msgid "argument of `__builtin_eh_return_regno' must be constant"
5114 msgstr ""
5116 #: except.c:3104 except.c:3126
5117 msgid "__builtin_eh_return not supported on this target"
5118 msgstr ""
5120 #: explow.c:1400
5121 msgid "stack limits not supported on this target"
5122 msgstr ""
5124 #: expr.c:3339
5125 msgid "function using short complex types cannot be inline"
5126 msgstr ""
5128 #: expr.c:6296 expr.c:6305 expr.c:6314 expr.c:6319 expr.c:6628 expr.c:6644
5129 msgid "unsupported wide integer operation"
5130 msgstr ""
5132 #: expr.c:6695
5133 #, c-format
5134 msgid "prior parameter's size depends on `%s'"
5135 msgstr ""
5137 #: expr.c:7041
5138 msgid "returned value in block_exit_expr"
5139 msgstr ""
5141 #. We can't make a bitwise copy of this object, so fail.
5142 #: expr.c:9254
5143 msgid "cannot take the address of an unaligned member"
5144 msgstr ""
5146 #: final.c:1064
5147 msgid "negative insn length"
5148 msgstr ""
5150 #: final.c:2495
5151 msgid "could not split insn"
5152 msgstr ""
5154 #: final.c:2837
5155 msgid "invalid `asm': "
5156 msgstr ""
5158 #: final.c:3027
5159 msgid "nested assembly dialect alternatives"
5160 msgstr ""
5162 #: final.c:3044 final.c:3056
5163 msgid "unterminated assembly dialect alternative"
5164 msgstr ""
5166 #: final.c:3100
5167 #, c-format
5168 msgid "operand number missing after %%-letter"
5169 msgstr ""
5171 #: final.c:3103 final.c:3142
5172 msgid "operand number out of range"
5173 msgstr ""
5175 #: final.c:3161
5176 #, c-format
5177 msgid "invalid %%-code"
5178 msgstr ""
5180 #: final.c:3192
5181 #, c-format
5182 msgid "`%%l' operand isn't a label"
5183 msgstr ""
5185 #. We can't handle floating point constants;
5186 #. PRINT_OPERAND must handle them.
5187 #: final.c:3299 vmsdbgout.c:469 config/i386/i386.c:6738
5188 #: config/pdp11/pdp11.c:1689
5189 msgid "floating constant misused"
5190 msgstr ""
5192 #: final.c:3355 vmsdbgout.c:526 config/i386/i386.c:6816
5193 #: config/pdp11/pdp11.c:1736
5194 msgid "invalid expression as operand"
5195 msgstr ""
5197 #: flow.c:354
5198 msgid "function might be possible candidate for attribute `noreturn'"
5199 msgstr ""
5201 #: flow.c:359
5202 msgid "`noreturn' function does return"
5203 msgstr ""
5205 #: flow.c:380
5206 msgid "control reaches end of non-void function"
5207 msgstr ""
5209 #: flow.c:1653
5210 msgid "Attempt to delete prologue/epilogue insn:"
5211 msgstr ""
5213 #: fold-const.c:2599 fold-const.c:2612
5214 #, c-format
5215 msgid "comparison is always %d due to width of bit-field"
5216 msgstr ""
5218 #: fold-const.c:3806 fold-const.c:3823
5219 #, c-format
5220 msgid "comparison is always %d"
5221 msgstr ""
5223 #: fold-const.c:3954
5224 msgid "`or' of unmatched not-equal tests is always 1"
5225 msgstr ""
5227 #: fold-const.c:3959
5228 msgid "`and' of mutually exclusive equal-tests is always 0"
5229 msgstr ""
5231 #: function.c:904 varasm.c:1468
5232 #, c-format
5233 msgid "size of variable `%s' is too large"
5234 msgstr ""
5236 #: function.c:3728
5237 msgid "impossible constraint in `asm'"
5238 msgstr ""
5240 #: function.c:5458
5241 #, c-format
5242 msgid "`%s' might be used uninitialized in this function"
5243 msgstr ""
5245 #: function.c:5465
5246 #, c-format
5247 msgid "variable `%s' might be clobbered by `longjmp' or `vfork'"
5248 msgstr ""
5250 #: function.c:5484
5251 #, c-format
5252 msgid "argument `%s' might be clobbered by `longjmp' or `vfork'"
5253 msgstr ""
5255 #: function.c:6351
5256 msgid "function returns an aggregate"
5257 msgstr ""
5259 #: function.c:6857
5260 #, c-format
5261 msgid "unused parameter `%s'"
5262 msgstr ""
5264 #: gcc.c:1176
5265 #, c-format
5266 msgid "ambiguous abbreviation %s"
5267 msgstr ""
5269 #: gcc.c:1203
5270 #, c-format
5271 msgid "incomplete `%s' option"
5272 msgstr ""
5274 #: gcc.c:1214
5275 #, c-format
5276 msgid "missing argument to `%s' option"
5277 msgstr ""
5279 #: gcc.c:1227
5280 #, c-format
5281 msgid "extraneous argument to `%s' option"
5282 msgstr ""
5284 #: gcc.c:1559
5285 msgid "Using built-in specs.\n"
5286 msgstr ""
5288 #: gcc.c:1740
5289 #, c-format
5290 msgid ""
5291 "Setting spec %s to '%s'\n"
5292 "\n"
5293 msgstr ""
5295 #: gcc.c:1847
5296 #, c-format
5297 msgid "Reading specs from %s\n"
5298 msgstr ""
5300 #: gcc.c:1945 gcc.c:1964
5301 #, c-format
5302 msgid "specs %%include syntax malformed after %ld characters"
5303 msgstr ""
5305 #: gcc.c:1972
5306 #, c-format
5307 msgid "could not find specs file %s\n"
5308 msgstr ""
5310 #: gcc.c:1989 gcc.c:1997 gcc.c:2006 gcc.c:2015
5311 #, c-format
5312 msgid "specs %%rename syntax malformed after %ld characters"
5313 msgstr ""
5315 #: gcc.c:2024
5316 #, c-format
5317 msgid "specs %s spec was not found to be renamed"
5318 msgstr ""
5320 #: gcc.c:2031
5321 #, c-format
5322 msgid "%s: attempt to rename spec '%s' to already defined spec '%s'"
5323 msgstr ""
5325 #: gcc.c:2036
5326 #, c-format
5327 msgid "rename spec %s to %s\n"
5328 msgstr ""
5330 #: gcc.c:2038
5331 #, c-format
5332 msgid ""
5333 "spec is '%s'\n"
5334 "\n"
5335 msgstr ""
5337 #: gcc.c:2051
5338 #, c-format
5339 msgid "specs unknown %% command after %ld characters"
5340 msgstr ""
5342 #: gcc.c:2062 gcc.c:2075
5343 #, c-format
5344 msgid "specs file malformed after %ld characters"
5345 msgstr ""
5347 #: gcc.c:2129
5348 msgid "spec file has no spec for linking"
5349 msgstr ""
5351 #: gcc.c:2654
5352 msgid "-pipe not supported"
5353 msgstr ""
5355 #: gcc.c:2709
5356 msgid ""
5357 "\n"
5358 "Go ahead? (y or n) "
5359 msgstr ""
5361 #: gcc.c:2835
5362 #, c-format
5363 msgid ""
5364 "Internal error: %s (program %s)\n"
5365 "Please submit a full bug report.\n"
5366 "See %s for instructions."
5367 msgstr ""
5369 #: gcc.c:2853
5370 #, c-format
5371 msgid "# %s %.2f %.2f\n"
5372 msgstr ""
5374 #: gcc.c:2983
5375 #, c-format
5376 msgid "Usage: %s [options] file...\n"
5377 msgstr ""
5379 #: gcc.c:2984
5380 msgid "Options:\n"
5381 msgstr ""
5383 #: gcc.c:2986
5384 msgid "  -pass-exit-codes         Exit with highest error code from a phase\n"
5385 msgstr ""
5387 #: gcc.c:2987
5388 msgid "  --help                   Display this information\n"
5389 msgstr ""
5391 #: gcc.c:2988
5392 msgid ""
5393 "  --target-help            Display target specific command line options\n"
5394 msgstr ""
5396 #: gcc.c:2990
5397 msgid "  (Use '-v --help' to display command line options of sub-processes)\n"
5398 msgstr ""
5400 #: gcc.c:2991
5401 msgid "  -dumpspecs               Display all of the built in spec strings\n"
5402 msgstr ""
5404 #: gcc.c:2992
5405 msgid "  -dumpversion             Display the version of the compiler\n"
5406 msgstr ""
5408 #: gcc.c:2993
5409 msgid "  -dumpmachine             Display the compiler's target processor\n"
5410 msgstr ""
5412 #: gcc.c:2994
5413 msgid ""
5414 "  -print-search-dirs       Display the directories in the compiler's search "
5415 "path\n"
5416 msgstr ""
5418 #: gcc.c:2995
5419 msgid ""
5420 "  -print-libgcc-file-name  Display the name of the compiler's companion "
5421 "library\n"
5422 msgstr ""
5424 #: gcc.c:2996
5425 msgid "  -print-file-name=<lib>   Display the full path to library <lib>\n"
5426 msgstr ""
5428 #: gcc.c:2997
5429 msgid ""
5430 "  -print-prog-name=<prog>  Display the full path to compiler component "
5431 "<prog>\n"
5432 msgstr ""
5434 #: gcc.c:2998
5435 msgid ""
5436 "  -print-multi-directory   Display the root directory for versions of "
5437 "libgcc\n"
5438 msgstr ""
5440 #: gcc.c:2999
5441 msgid ""
5442 "  -print-multi-lib         Display the mapping between command line options "
5443 "and\n"
5444 "                           multiple library search directories\n"
5445 msgstr ""
5447 #: gcc.c:3002
5448 msgid "  -print-multi-os-directory Display the relative path to OS libraries\n"
5449 msgstr ""
5451 #: gcc.c:3003
5452 msgid ""
5453 "  -Wa,<options>            Pass comma-separated <options> on to the "
5454 "assembler\n"
5455 msgstr ""
5457 #: gcc.c:3004
5458 msgid ""
5459 "  -Wp,<options>            Pass comma-separated <options> on to the "
5460 "preprocessor\n"
5461 msgstr ""
5463 #: gcc.c:3005
5464 msgid ""
5465 "  -Wl,<options>            Pass comma-separated <options> on to the linker\n"
5466 msgstr ""
5468 #: gcc.c:3006
5469 msgid "  -Xassembler <arg>        Pass <arg> on to the assembler\n"
5470 msgstr ""
5472 #: gcc.c:3007
5473 msgid "  -Xpreprocessor <arg>     Pass <arg> on to the preprocessor\n"
5474 msgstr ""
5476 #: gcc.c:3008
5477 msgid "  -Xlinker <arg>           Pass <arg> on to the linker\n"
5478 msgstr ""
5480 #: gcc.c:3009
5481 msgid "  -save-temps              Do not delete intermediate files\n"
5482 msgstr ""
5484 #: gcc.c:3010
5485 msgid "  -pipe                    Use pipes rather than intermediate files\n"
5486 msgstr ""
5488 #: gcc.c:3011
5489 msgid "  -time                    Time the execution of each subprocess\n"
5490 msgstr ""
5492 #: gcc.c:3012
5493 msgid ""
5494 "  -specs=<file>            Override built-in specs with the contents of "
5495 "<file>\n"
5496 msgstr ""
5498 #: gcc.c:3013
5499 msgid ""
5500 "  -std=<standard>          Assume that the input sources are for <standard>\n"
5501 msgstr ""
5503 #: gcc.c:3014
5504 msgid ""
5505 "  -B <directory>           Add <directory> to the compiler's search paths\n"
5506 msgstr ""
5508 #: gcc.c:3015
5509 msgid "  -b <machine>             Run gcc for target <machine>, if installed\n"
5510 msgstr ""
5512 #: gcc.c:3016
5513 msgid ""
5514 "  -V <version>             Run gcc version number <version>, if installed\n"
5515 msgstr ""
5517 #: gcc.c:3017
5518 msgid ""
5519 "  -v                       Display the programs invoked by the compiler\n"
5520 msgstr ""
5522 #: gcc.c:3018
5523 msgid ""
5524 "  -###                     Like -v but options quoted and commands not "
5525 "executed\n"
5526 msgstr ""
5528 #: gcc.c:3019
5529 msgid ""
5530 "  -E                       Preprocess only; do not compile, assemble or "
5531 "link\n"
5532 msgstr ""
5534 #: gcc.c:3020
5535 msgid "  -S                       Compile only; do not assemble or link\n"
5536 msgstr ""
5538 #: gcc.c:3021
5539 msgid "  -c                       Compile and assemble, but do not link\n"
5540 msgstr ""
5542 #: gcc.c:3022
5543 msgid "  -o <file>                Place the output into <file>\n"
5544 msgstr ""
5546 #: gcc.c:3023
5547 msgid ""
5548 "  -x <language>            Specify the language of the following input "
5549 "files\n"
5550 "                           Permissable languages include: c c++ assembler "
5551 "none\n"
5552 "                           'none' means revert to the default behavior of\n"
5553 "                           guessing the language based on the file's "
5554 "extension\n"
5555 msgstr ""
5557 #: gcc.c:3030
5558 #, c-format
5559 msgid ""
5560 "\n"
5561 "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
5562 " passed on to the various sub-processes invoked by %s.  In order to pass\n"
5563 " other options on to these processes the -W<letter> options must be used.\n"
5564 msgstr ""
5566 #: gcc.c:3165
5567 #, c-format
5568 msgid "`-%c' option must have argument"
5569 msgstr ""
5571 #: gcc.c:3187
5572 #, c-format
5573 msgid "couldn't run `%s': %s"
5574 msgstr ""
5576 #. translate_options () has turned --version into -fversion.
5577 #: gcc.c:3364
5578 #, c-format
5579 msgid "%s (GCC) %s\n"
5580 msgstr ""
5582 #: gcc.c:3365 gcov.c:357
5583 msgid "Copyright (C) 2002 Free Software Foundation, Inc.\n"
5584 msgstr ""
5586 #: gcc.c:3367 gcov.c:359
5587 msgid ""
5588 "This is free software; see the source for copying conditions.  There is NO\n"
5589 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
5590 "\n"
5591 msgstr ""
5593 #: gcc.c:3468
5594 msgid "argument to `-Xlinker' is missing"
5595 msgstr ""
5597 #: gcc.c:3476
5598 msgid "argument to `-Xpreprocessor' is missing"
5599 msgstr ""
5601 #: gcc.c:3483
5602 msgid "argument to `-Xassembler' is missing"
5603 msgstr ""
5605 #: gcc.c:3490
5606 msgid "argument to `-l' is missing"
5607 msgstr ""
5609 #: gcc.c:3507
5610 msgid "argument to `-specs' is missing"
5611 msgstr ""
5613 #: gcc.c:3522
5614 msgid "argument to `-specs=' is missing"
5615 msgstr ""
5617 #: gcc.c:3559
5618 #, c-format
5619 msgid "`-%c' must come at the start of the command line"
5620 msgstr ""
5622 #: gcc.c:3568
5623 msgid "argument to `-B' is missing"
5624 msgstr ""
5626 #: gcc.c:3741
5627 msgid "cannot specify -o with -c or -S and multiple compilations"
5628 msgstr ""
5630 #: gcc.c:3747
5631 msgid "warning: -pipe ignored because -save-temps specified"
5632 msgstr ""
5634 #: gcc.c:3751
5635 msgid "warning: -pipe ignored because -time specified"
5636 msgstr ""
5638 #: gcc.c:3960
5639 msgid "argument to `-x' is missing"
5640 msgstr ""
5642 #: gcc.c:3988
5643 #, c-format
5644 msgid "argument to `-%s' is missing"
5645 msgstr ""
5647 #: gcc.c:4050
5648 #, c-format
5649 msgid "warning: `-x %s' after last input file has no effect"
5650 msgstr ""
5652 #: gcc.c:4408
5653 msgid "invalid specification!  Bug in cc"
5654 msgstr ""
5656 #: gcc.c:4562
5657 #, c-format
5658 msgid "%s\n"
5659 msgstr ""
5661 #. Catch the case where a spec string contains something like
5662 #. '%{foo:%*}'.  ie there is no * in the pattern on the left
5663 #. hand side of the :.
5664 #: gcc.c:5211
5665 #, c-format
5666 msgid "spec failure: '%%*' has not been initialized by pattern match"
5667 msgstr ""
5669 #: gcc.c:5220
5670 #, c-format
5671 msgid "warning: use of obsolete %%[ operator in specs"
5672 msgstr ""
5674 #: gcc.c:5238
5675 #, c-format
5676 msgid "Processing spec %c%s%c, which is '%s'\n"
5677 msgstr ""
5679 #: gcc.c:5301
5680 #, c-format
5681 msgid "spec failure: unrecognized spec option '%c'"
5682 msgstr ""
5684 #: gcc.c:5382
5685 #, c-format
5686 msgid "unknown spec function `%s'"
5687 msgstr ""
5689 #: gcc.c:5401
5690 #, c-format
5691 msgid "error in args to spec function `%s'"
5692 msgstr ""
5694 #: gcc.c:5450
5695 msgid "malformed spec function name"
5696 msgstr ""
5698 #. )
5699 #: gcc.c:5453
5700 msgid "no arguments for spec function"
5701 msgstr ""
5703 #: gcc.c:5472
5704 msgid "malformed spec function arguments"
5705 msgstr ""
5707 #: gcc.c:6299
5708 #, c-format
5709 msgid "unrecognized option `-%s'"
5710 msgstr ""
5712 #: gcc.c:6305
5713 #, c-format
5714 msgid "install: %s%s\n"
5715 msgstr ""
5717 #: gcc.c:6306
5718 #, c-format
5719 msgid "programs: %s\n"
5720 msgstr ""
5722 #: gcc.c:6307
5723 #, c-format
5724 msgid "libraries: %s\n"
5725 msgstr ""
5727 #: gcc.c:6364
5728 msgid ""
5729 "\n"
5730 "For bug reporting instructions, please see:\n"
5731 msgstr ""
5733 #: gcc.c:6380
5734 #, c-format
5735 msgid "Configured with: %s\n"
5736 msgstr ""
5738 #: gcc.c:6394
5739 #, c-format
5740 msgid "Thread model: %s\n"
5741 msgstr ""
5743 #: gcc.c:6405
5744 #, c-format
5745 msgid "gcc version %s\n"
5746 msgstr ""
5748 #: gcc.c:6407
5749 #, c-format
5750 msgid "gcc driver version %s executing gcc version %s\n"
5751 msgstr ""
5753 #: gcc.c:6415
5754 msgid "no input files"
5755 msgstr ""
5757 #: gcc.c:6453
5758 #, c-format
5759 msgid "%s: %s compiler not installed on this system"
5760 msgstr ""
5762 #: gcc.c:6534
5763 #, c-format
5764 msgid "%s: linker input file unused because linking not done"
5765 msgstr ""
5767 #: gcc.c:6577
5768 #, c-format
5769 msgid "language %s not recognized"
5770 msgstr ""
5772 #: gcc.c:6680
5773 msgid "internal gcc abort"
5774 msgstr ""
5776 #: gcov.c:313
5777 msgid "Internal gcov abort.\n"
5778 msgstr ""
5780 #: gcov.c:327
5781 msgid ""
5782 "Usage: gcov [OPTION]... SOURCEFILE\n"
5783 "\n"
5784 msgstr ""
5786 #: gcov.c:328
5787 msgid ""
5788 "Print code coverage information.\n"
5789 "\n"
5790 msgstr ""
5792 #: gcov.c:329
5793 msgid "  -h, --help                      Print this help, then exit\n"
5794 msgstr ""
5796 #: gcov.c:330
5797 msgid "  -v, --version                   Print version number, then exit\n"
5798 msgstr ""
5800 #: gcov.c:331
5801 msgid ""
5802 "  -b, --branch-probabilities      Include branch probabilities in output\n"
5803 msgstr ""
5805 #: gcov.c:332
5806 msgid ""
5807 "  -c, --branch-counts             Given counts of branches taken\n"
5808 "                                    rather than percentages\n"
5809 msgstr ""
5811 #: gcov.c:334
5812 msgid "  -n, --no-output                 Do not create an output file\n"
5813 msgstr ""
5815 #: gcov.c:335
5816 msgid ""
5817 "  -l, --long-file-names           Use long output file names for included\n"
5818 "                                    source files\n"
5819 msgstr ""
5821 #: gcov.c:337
5822 msgid "  -f, --function-summaries        Output summaries for each function\n"
5823 msgstr ""
5825 #: gcov.c:338
5826 msgid ""
5827 "  -o, --object-directory DIR|FILE Search for object files in DIR or called "
5828 "FILE\n"
5829 msgstr ""
5831 #: gcov.c:339
5832 msgid "  -p, --preserve-paths            Preserve all pathname components\n"
5833 msgstr ""
5835 #: gcov.c:340
5836 #, c-format
5837 msgid ""
5838 "\n"
5839 "For bug reporting instructions, please see:\n"
5840 "%s.\n"
5841 msgstr ""
5843 #: gcov.c:356
5844 #, c-format
5845 msgid "gcov %.4s (GCC %s)\n"
5846 msgstr ""
5848 #: gcov.c:442
5849 #, c-format
5850 msgid "%s:no functions found\n"
5851 msgstr ""
5853 #: gcov.c:463 gcov.c:491
5854 msgid "\n"
5855 msgstr ""
5857 #: gcov.c:478
5858 #, c-format
5859 msgid "%s:creating `%s'\n"
5860 msgstr ""
5862 #: gcov.c:482
5863 #, c-format
5864 msgid "%s:error writing output file `%s'\n"
5865 msgstr ""
5867 #: gcov.c:487
5868 #, c-format
5869 msgid "%s:could not open output file `%s'\n"
5870 msgstr ""
5872 #: gcov.c:617
5873 #, c-format
5874 msgid "%s:cannot open graph file\n"
5875 msgstr ""
5877 #: gcov.c:624
5878 #, c-format
5879 msgid "%s:not a gcov graph file\n"
5880 msgstr ""
5882 #: gcov.c:640
5883 #, c-format
5884 msgid "%s:version `%.4s', prefer `%.4s'\n"
5885 msgstr ""
5887 #: gcov.c:673
5888 #, c-format
5889 msgid "%s:already seen blocks for `%s'\n"
5890 msgstr ""
5892 #: gcov.c:793 gcov.c:905
5893 #, c-format
5894 msgid "%s:corrupted\n"
5895 msgstr ""
5897 #: gcov.c:868
5898 #, c-format
5899 msgid "%s:cannot open data file\n"
5900 msgstr ""
5902 #: gcov.c:873
5903 #, c-format
5904 msgid "%s:not a gcov data file\n"
5905 msgstr ""
5907 #: gcov.c:889
5908 #, c-format
5909 msgid "%s:version `%.4s', prefer version `%.4s'\n"
5910 msgstr ""
5912 #: gcov.c:926
5913 #, c-format
5914 msgid "%s:unknown function `%s'\n"
5915 msgstr ""
5917 #: gcov.c:939
5918 #, c-format
5919 msgid "%s:profile mismatch for `%s'\n"
5920 msgstr ""
5922 #: gcov.c:984
5923 #, c-format
5924 msgid "%s:`%s' lacks entry and/or exit blocks\n"
5925 msgstr ""
5927 #: gcov.c:989
5928 #, c-format
5929 msgid "%s:`%s' has arcs to entry block\n"
5930 msgstr ""
5932 #: gcov.c:997
5933 #, c-format
5934 msgid "%s:`%s' has arcs from exit block\n"
5935 msgstr ""
5937 #: gcov.c:1184
5938 #, c-format
5939 msgid "%s:graph is unsolvable for `%s'\n"
5940 msgstr ""
5942 #: gcov.c:1270
5943 #, c-format
5944 msgid "%s `%s'\n"
5945 msgstr ""
5947 #: gcov.c:1273
5948 #, c-format
5949 msgid "Lines executed:%s of %d\n"
5950 msgstr ""
5952 #: gcov.c:1277
5953 msgid "No executable lines"
5954 msgstr ""
5956 #: gcov.c:1283
5957 #, c-format
5958 msgid "Branches executed:%s of %d\n"
5959 msgstr ""
5961 #: gcov.c:1287
5962 #, c-format
5963 msgid "Taken at least once:%s of %d\n"
5964 msgstr ""
5966 #: gcov.c:1293
5967 msgid "No branches\n"
5968 msgstr ""
5970 #: gcov.c:1295
5971 #, c-format
5972 msgid "Calls executed:%s of %d\n"
5973 msgstr ""
5975 #: gcov.c:1299
5976 msgid "No calls\n"
5977 msgstr ""
5979 #: gcov.c:1434
5980 #, c-format
5981 msgid "%s:no lines for `%s'\n"
5982 msgstr ""
5984 #: gcov.c:1491
5985 #, c-format
5986 msgid "%s:cannot open source file\n"
5987 msgstr ""
5989 #: gcov.c:1501
5990 #, c-format
5991 msgid "%s:source file is newer than graph file `%s'\n"
5992 msgstr ""
5994 #: gcov.c:1529
5995 #, c-format
5996 msgid "%s:unexpected EOF\n"
5997 msgstr ""
5999 #: gcov.c:1550
6000 #, c-format
6001 msgid "call   %2d returns %s\n"
6002 msgstr ""
6004 #: gcov.c:1555
6005 #, c-format
6006 msgid "call   %2d never executed\n"
6007 msgstr ""
6009 #: gcov.c:1561
6010 #, c-format
6011 msgid "branch %2d taken %s\n"
6012 msgstr ""
6014 #: gcov.c:1565
6015 #, c-format
6016 msgid "branch %2d never executed\n"
6017 msgstr ""
6019 #: gcse.c:764
6020 #, c-format
6021 msgid "GCSE disabled: %d > 1000 basic blocks and %d >= 20 edges/basic block"
6022 msgstr ""
6024 #: gcse.c:776 gcse.c:7629
6025 #, c-format
6026 msgid "GCSE disabled: %d basic blocks and %d registers"
6027 msgstr ""
6029 #: gcse.c:7617
6030 #, c-format
6031 msgid "BYPASS disabled: %d > 1000 basic blocks and %d >= 20 edges/basic block"
6032 msgstr ""
6034 #: genautomata.c:1548
6035 #, c-format
6036 msgid "Name `%s' contains quotes"
6037 msgstr ""
6039 #: genautomata.c:1682
6040 #, c-format
6041 msgid "invalid string `%s' in define_cpu_unit"
6042 msgstr ""
6044 #: genautomata.c:1714
6045 #, c-format
6046 msgid "invalid string `%s' in define_query_cpu_unit"
6047 msgstr ""
6049 #: genautomata.c:1746 genautomata.c:1749
6050 #, c-format
6051 msgid "invalid string `%s' in define_bypass"
6052 msgstr ""
6054 #: genautomata.c:1784
6055 #, c-format
6056 msgid "invalid first string `%s' in exclusion_set"
6057 msgstr ""
6059 #: genautomata.c:1788
6060 #, c-format
6061 msgid "invalid second string `%s' in exclusion_set"
6062 msgstr ""
6064 #: genautomata.c:1942
6065 #, c-format
6066 msgid "invalid string `%s' in define_automaton"
6067 msgstr ""
6069 #: genautomata.c:1973
6070 #, c-format
6071 msgid "invalid option `%s' in automata_option"
6072 msgstr ""
6074 #: genautomata.c:1995
6075 #, c-format
6076 msgid "garbage after ) in reservation `%s'"
6077 msgstr ""
6079 #: genautomata.c:2026 genautomata.c:2059 genautomata.c:2086
6080 #, c-format
6081 msgid "invalid `%s' in reservation `%s'"
6082 msgstr ""
6084 #: genautomata.c:2037
6085 #, c-format
6086 msgid "repetition `%s' <= 1 in reservation `%s'"
6087 msgstr ""
6089 #: genautomata.c:2530
6090 #, c-format
6091 msgid "unit `%s' in exclusion is not declared"
6092 msgstr ""
6094 #: genautomata.c:2532
6095 #, c-format
6096 msgid "`%s' in exclusion is not unit"
6097 msgstr ""
6099 #: genautomata.c:2570
6100 #, c-format
6101 msgid "unit `%s' excludes itself"
6102 msgstr ""
6104 #: genautomata.c:2578
6105 #, c-format
6106 msgid "units `%s' and `%s' in exclusion set belong to different automata"
6107 msgstr ""
6109 #: genautomata.c:2758
6110 #, c-format
6111 msgid "unit `%s' requires own absence"
6112 msgstr ""
6114 #: genautomata.c:2786 genautomata.c:2792
6115 #, c-format
6116 msgid "unit `%s' excludes and requires presence of `%s'"
6117 msgstr ""
6119 #: genautomata.c:2806 genautomata.c:2812
6120 #, c-format
6121 msgid "unit `%s' requires absence and presence of `%s'"
6122 msgstr ""
6124 #: genautomata.c:2892 genautomata.c:2895
6125 #, c-format
6126 msgid "repeated declaration of automaton `%s'"
6127 msgstr ""
6129 #: genautomata.c:2911
6130 #, c-format
6131 msgid "define_insn_reservation `%s' has negative latency time"
6132 msgstr ""
6134 #: genautomata.c:2917
6135 #, c-format
6136 msgid "`%s' is already used as insn reservation name"
6137 msgstr ""
6139 #: genautomata.c:2923
6140 #, c-format
6141 msgid "define_bypass `%s - %s' has negative latency time"
6142 msgstr ""
6144 #: genautomata.c:2937
6145 #, c-format
6146 msgid "automaton `%s' is not declared"
6147 msgstr ""
6149 #: genautomata.c:2947
6150 #, c-format
6151 msgid "define_unit `%s' without automaton when one defined"
6152 msgstr ""
6154 #: genautomata.c:2953
6155 #, c-format
6156 msgid "`%s' is declared as cpu unit"
6157 msgstr ""
6159 #: genautomata.c:2962
6160 #, c-format
6161 msgid "`%s' is declared as cpu reservation"
6162 msgstr ""
6164 #: genautomata.c:2972
6165 #, c-format
6166 msgid "repeated declaration of unit `%s'"
6167 msgstr ""
6169 #: genautomata.c:2975
6170 #, c-format
6171 msgid "repeated declaration of reservation `%s'"
6172 msgstr ""
6174 #: genautomata.c:2990 genautomata.c:2993
6175 #, c-format
6176 msgid "there is no insn reservation `%s'"
6177 msgstr ""
6179 #: genautomata.c:3010 genautomata.c:3015
6180 #, c-format
6181 msgid "the same bypass `%s - %s' is already defined"
6182 msgstr ""
6184 #: genautomata.c:3020
6185 #, c-format
6186 msgid "bypass `%s - %s' is already defined"
6187 msgstr ""
6189 #: genautomata.c:3123 genautomata.c:3125
6190 #, c-format
6191 msgid "automaton `%s' is not used"
6192 msgstr ""
6194 #: genautomata.c:3148
6195 #, c-format
6196 msgid "undeclared unit or reservation `%s'"
6197 msgstr ""
6199 #: genautomata.c:3226 genautomata.c:3228
6200 #, c-format
6201 msgid "unit `%s' is not used"
6202 msgstr ""
6204 #: genautomata.c:3233 genautomata.c:3235
6205 #, c-format
6206 msgid "reservation `%s' is not used"
6207 msgstr ""
6209 #: genautomata.c:3332
6210 #, c-format
6211 msgid "cycle in definition of reservation `%s'"
6212 msgstr ""
6214 #: genautomata.c:5586
6215 msgid "The following units do not satisfy units-automata distribution rule"
6216 msgstr ""
6218 #: genautomata.c:5587
6219 msgid " (A unit of given unit automaton should be on each reserv. altern.)"
6220 msgstr ""
6222 #: genautomata.c:5590
6223 #, c-format
6224 msgid "Unit %s, reserv. %s, cycle %d"
6225 msgstr ""
6227 #: genautomata.c:9960
6228 msgid "-split has no argument."
6229 msgstr ""
6231 #: genautomata.c:9961
6232 msgid "option `-split' has not been implemented yet\n"
6233 msgstr ""
6235 #: genautomata.c:10005 genautomata.c:10010
6236 #, c-format
6237 msgid "Automaton `%s': Insn `%s' will never be issued"
6238 msgstr ""
6240 #: genautomata.c:10017 genautomata.c:10020
6241 #, c-format
6242 msgid "Insn `%s' will never be issued"
6243 msgstr ""
6245 #: genautomata.c:10168
6246 msgid "Errors in DFA description"
6247 msgstr ""
6249 #: genautomata.c:10250
6250 #, c-format
6251 msgid "Error in writing DFA description file %s"
6252 msgstr ""
6254 #: genconditions.c:200
6255 msgid "No input file name."
6256 msgstr ""
6258 #: gengtype-yacc.c:1466
6259 msgid "parse error; also virtual memory exhausted"
6260 msgstr ""
6262 #: gengtype-yacc.c:1470
6263 msgid "parse error"
6264 msgstr ""
6266 #: ggc-common.c:414 ggc-common.c:422 ggc-common.c:499 ggc-common.c:519
6267 #: ggc-page.c:1953 ggc-page.c:1959 ggc-page.c:1966 ggc-page.c:1975
6268 msgid "can't write PCH file"
6269 msgstr ""
6271 #: ggc-common.c:512
6272 msgid "can't get position in PCH file"
6273 msgstr ""
6275 #: ggc-common.c:522
6276 msgid "can't write padding to PCH file"
6277 msgstr ""
6279 #: ggc-common.c:574 ggc-common.c:582 ggc-common.c:589 ggc-common.c:592
6280 #: ggc-common.c:606 ggc-common.c:609 ggc-page.c:2067
6281 msgid "can't read PCH file"
6282 msgstr ""
6284 #: ggc-common.c:633
6285 msgid "had to relocate PCH"
6286 msgstr ""
6288 #: ggc-simple.c:511
6289 msgid "Generating PCH files is not supported when using ggc-simple.c"
6290 msgstr ""
6292 #: haifa-sched.c:198
6293 #, c-format
6294 msgid "fix_sched_param: unknown param: %s"
6295 msgstr ""
6297 #: integrate.c:176
6298 msgid "function cannot be inline"
6299 msgstr ""
6301 #: integrate.c:180
6302 msgid "varargs function cannot be inline"
6303 msgstr ""
6305 #: integrate.c:183
6306 msgid "function using alloca cannot be inline"
6307 msgstr ""
6309 #: integrate.c:186
6310 msgid "function using setjmp cannot be inline"
6311 msgstr ""
6313 #: integrate.c:189
6314 msgid "function uses __builtin_eh_return"
6315 msgstr ""
6317 #: integrate.c:192
6318 msgid "function with nested functions cannot be inline"
6319 msgstr ""
6321 #: integrate.c:196
6322 msgid "function with label addresses used in initializers cannot inline"
6323 msgstr ""
6325 #: integrate.c:203 integrate.c:247
6326 msgid "function too large to be inline"
6327 msgstr ""
6329 #: integrate.c:213
6330 msgid "no prototype, and parameter address used; cannot be inline"
6331 msgstr ""
6333 #: integrate.c:220 integrate.c:265
6334 msgid "inline functions not supported for this return value type"
6335 msgstr ""
6337 #: integrate.c:225
6338 msgid "function with varying-size return value cannot be inline"
6339 msgstr ""
6341 #: integrate.c:232
6342 msgid "function with varying-size parameter cannot be inline"
6343 msgstr ""
6345 #: integrate.c:235
6346 msgid "function with transparent unit parameter cannot be inline"
6347 msgstr ""
6349 #: integrate.c:254
6350 msgid "function with computed jump cannot inline"
6351 msgstr ""
6353 #: integrate.c:258
6354 msgid "function with nonlocal goto cannot be inline"
6355 msgstr ""
6357 #: integrate.c:272
6358 msgid "function with target specific attribute(s) cannot be inlined"
6359 msgstr ""
6361 #: line-map.c:200
6362 #, c-format
6363 msgid "In file included from %s:%u"
6364 msgstr ""
6366 #. Translators note: this message is used in conjunction
6367 #. with "In file included from %s:%ld" and some other
6368 #. tricks.  We want something like this:
6370 #. | In file included from sys/select.h:123,
6371 #. |                  from sys/types.h:234,
6372 #. |                  from userfile.c:31:
6373 #. | bits/select.h:45: <error message here>
6375 #. with all the "from"s lined up.
6376 #. The trailing comma is at the beginning of this message,
6377 #. and the trailing colon is not translated.
6378 #: line-map.c:218
6379 #, c-format
6380 msgid ""
6381 ",\n"
6382 "                 from %s:%u"
6383 msgstr ""
6385 #. If we didn't find this parameter, issue an error message.
6386 #: params.c:82
6387 #, c-format
6388 msgid "invalid parameter `%s'"
6389 msgstr ""
6391 #: profile.c:316
6392 #, c-format
6393 msgid "`%s' is not a gcov data file"
6394 msgstr ""
6396 #: profile.c:329
6397 #, c-format
6398 msgid "`%s' is version `%.4s', expected version `%.4s'"
6399 msgstr ""
6401 #: profile.c:346
6402 #, c-format
6403 msgid "`%s' is corrupted"
6404 msgstr ""
6406 #: profile.c:379 profile.c:476 profile.c:500
6407 #, c-format
6408 msgid "profile mismatch for `%s'"
6409 msgstr ""
6411 #: profile.c:470
6412 #, c-format
6413 msgid "No profile for function '%s' found."
6414 msgstr ""
6416 #: profile.c:769
6417 #, c-format
6418 msgid "corrupted profile info: prob for %d-%d thought to be %d"
6419 msgstr ""
6421 #: profile.c:1214
6422 #, c-format
6423 msgid "error writing `%s'"
6424 msgstr ""
6426 #: profile.c:1401
6427 #, c-format
6428 msgid "cannot open %s"
6429 msgstr ""
6431 #: profile.c:1407
6432 #, c-format
6433 msgid "cannot write `%s'"
6434 msgstr ""
6436 #: profile.c:1419
6437 #, c-format
6438 msgid "file %s not found, execution counts assumed to be zero"
6439 msgstr ""
6441 #: protoize.c:544
6442 #, c-format
6443 msgid "%s: internal abort\n"
6444 msgstr ""
6446 #: protoize.c:635
6447 #, c-format
6448 msgid "%s: error writing file `%s': %s\n"
6449 msgstr ""
6451 #: protoize.c:680
6452 #, c-format
6453 msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
6454 msgstr ""
6456 #: protoize.c:683
6457 #, c-format
6458 msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
6459 msgstr ""
6461 #: protoize.c:790
6462 #, c-format
6463 msgid "%s: warning: no read access for file `%s'\n"
6464 msgstr ""
6466 #: protoize.c:798
6467 #, c-format
6468 msgid "%s: warning: no write access for file `%s'\n"
6469 msgstr ""
6471 #: protoize.c:806
6472 #, c-format
6473 msgid "%s: warning: no write access for dir containing `%s'\n"
6474 msgstr ""
6476 #. Catch cases like /.. where we try to backup to a
6477 #. point above the absolute root of the logical file
6478 #. system.
6479 #: protoize.c:1224
6480 #, c-format
6481 msgid "%s: invalid file name: %s\n"
6482 msgstr ""
6484 #: protoize.c:1376
6485 #, c-format
6486 msgid "%s: %s: can't get status: %s\n"
6487 msgstr ""
6489 #: protoize.c:1397
6490 #, c-format
6491 msgid ""
6492 "\n"
6493 "%s: fatal error: aux info file corrupted at line %d\n"
6494 msgstr ""
6496 #: protoize.c:1733
6497 #, c-format
6498 msgid "%s:%d: declaration of function `%s' takes different forms\n"
6499 msgstr ""
6501 #: protoize.c:1991
6502 #, c-format
6503 msgid "%s: compiling `%s'\n"
6504 msgstr ""
6506 #: protoize.c:2014
6507 #, c-format
6508 msgid "%s: wait: %s\n"
6509 msgstr ""
6511 #: protoize.c:2019
6512 #, c-format
6513 msgid "%s: subprocess got fatal signal %d\n"
6514 msgstr ""
6516 #: protoize.c:2027
6517 #, c-format
6518 msgid "%s: %s exited with status %d\n"
6519 msgstr ""
6521 #: protoize.c:2079
6522 #, c-format
6523 msgid "%s: warning: missing SYSCALLS file `%s'\n"
6524 msgstr ""
6526 #: protoize.c:2088 protoize.c:2117
6527 #, c-format
6528 msgid "%s: can't read aux info file `%s': %s\n"
6529 msgstr ""
6531 #: protoize.c:2133 protoize.c:2161
6532 #, c-format
6533 msgid "%s: can't get status of aux info file `%s': %s\n"
6534 msgstr ""
6536 #: protoize.c:2189
6537 #, c-format
6538 msgid "%s: can't open aux info file `%s' for reading: %s\n"
6539 msgstr ""
6541 #: protoize.c:2207
6542 #, c-format
6543 msgid "%s: error reading aux info file `%s': %s\n"
6544 msgstr ""
6546 #: protoize.c:2220
6547 #, c-format
6548 msgid "%s: error closing aux info file `%s': %s\n"
6549 msgstr ""
6551 #: protoize.c:2236
6552 #, c-format
6553 msgid "%s: can't delete aux info file `%s': %s\n"
6554 msgstr ""
6556 #: protoize.c:2318 protoize.c:4320
6557 #, c-format
6558 msgid "%s: can't delete file `%s': %s\n"
6559 msgstr ""
6561 #: protoize.c:2397
6562 #, c-format
6563 msgid "%s: warning: can't rename file `%s' to `%s': %s\n"
6564 msgstr ""
6566 #: protoize.c:2522
6567 #, c-format
6568 msgid "%s: conflicting extern definitions of '%s'\n"
6569 msgstr ""
6571 #: protoize.c:2526
6572 #, c-format
6573 msgid "%s: declarations of '%s' will not be converted\n"
6574 msgstr ""
6576 #: protoize.c:2528
6577 #, c-format
6578 msgid "%s: conflict list for '%s' follows:\n"
6579 msgstr ""
6581 #: protoize.c:2561
6582 #, c-format
6583 msgid "%s: warning: using formals list from %s(%d) for function `%s'\n"
6584 msgstr ""
6586 #: protoize.c:2601
6587 #, c-format
6588 msgid "%s: %d: `%s' used but missing from SYSCALLS\n"
6589 msgstr ""
6591 #: protoize.c:2607
6592 #, c-format
6593 msgid "%s: %d: warning: no extern definition for `%s'\n"
6594 msgstr ""
6596 #: protoize.c:2638
6597 #, c-format
6598 msgid "%s: warning: no static definition for `%s' in file `%s'\n"
6599 msgstr ""
6601 #: protoize.c:2644
6602 #, c-format
6603 msgid "%s: multiple static defs of `%s' in file `%s'\n"
6604 msgstr ""
6606 #: protoize.c:2817 protoize.c:2820
6607 #, c-format
6608 msgid "%s: %d: warning: source too confusing\n"
6609 msgstr ""
6611 #: protoize.c:3026
6612 #, c-format
6613 msgid "%s: %d: warning: varargs function declaration not converted\n"
6614 msgstr ""
6616 #: protoize.c:3041
6617 #, c-format
6618 msgid "%s: declaration of function `%s' not converted\n"
6619 msgstr ""
6621 #: protoize.c:3164
6622 #, c-format
6623 msgid "%s: warning: too many parameter lists in declaration of `%s'\n"
6624 msgstr ""
6626 #: protoize.c:3185
6627 #, c-format
6628 msgid ""
6629 "\n"
6630 "%s: warning: too few parameter lists in declaration of `%s'\n"
6631 msgstr ""
6633 #: protoize.c:3283
6634 #, c-format
6635 msgid "%s: %d: warning: found `%s' but expected `%s'\n"
6636 msgstr ""
6638 #: protoize.c:3461
6639 #, c-format
6640 msgid "%s: local declaration for function `%s' not inserted\n"
6641 msgstr ""
6643 #: protoize.c:3488
6644 #, c-format
6645 msgid ""
6646 "\n"
6647 "%s: %d: warning: can't add declaration of `%s' into macro call\n"
6648 msgstr ""
6650 #: protoize.c:3562
6651 #, c-format
6652 msgid "%s: global declarations for file `%s' not inserted\n"
6653 msgstr ""
6655 #: protoize.c:3653 protoize.c:3683
6656 #, c-format
6657 msgid "%s: definition of function `%s' not converted\n"
6658 msgstr ""
6660 #: protoize.c:3672
6661 #, c-format
6662 msgid "%s: %d: warning: definition of %s not converted\n"
6663 msgstr ""
6665 #: protoize.c:4002
6666 #, c-format
6667 msgid "%s: found definition of `%s' at %s(%d)\n"
6668 msgstr ""
6670 #. If we make it here, then we did not know about this
6671 #. function definition.
6672 #: protoize.c:4018
6673 #, c-format
6674 msgid "%s: %d: warning: `%s' excluded by preprocessing\n"
6675 msgstr ""
6677 #: protoize.c:4021
6678 #, c-format
6679 msgid "%s: function definition not converted\n"
6680 msgstr ""
6682 #: protoize.c:4080
6683 #, c-format
6684 msgid "%s: `%s' not converted\n"
6685 msgstr ""
6687 #: protoize.c:4088
6688 #, c-format
6689 msgid "%s: would convert file `%s'\n"
6690 msgstr ""
6692 #: protoize.c:4091
6693 #, c-format
6694 msgid "%s: converting file `%s'\n"
6695 msgstr ""
6697 #: protoize.c:4101
6698 #, c-format
6699 msgid "%s: can't get status for file `%s': %s\n"
6700 msgstr ""
6702 #: protoize.c:4143
6703 #, c-format
6704 msgid "%s: can't open file `%s' for reading: %s\n"
6705 msgstr ""
6707 #: protoize.c:4158
6708 #, c-format
6709 msgid ""
6710 "\n"
6711 "%s: error reading input file `%s': %s\n"
6712 msgstr ""
6714 #: protoize.c:4192
6715 #, c-format
6716 msgid "%s: can't create/open clean file `%s': %s\n"
6717 msgstr ""
6719 #: protoize.c:4297
6720 #, c-format
6721 msgid "%s: warning: file `%s' already saved in `%s'\n"
6722 msgstr ""
6724 #: protoize.c:4305
6725 #, c-format
6726 msgid "%s: can't link file `%s' to `%s': %s\n"
6727 msgstr ""
6729 #: protoize.c:4335
6730 #, c-format
6731 msgid "%s: can't create/open output file `%s': %s\n"
6732 msgstr ""
6734 #: protoize.c:4368
6735 #, c-format
6736 msgid "%s: can't change mode of file `%s': %s\n"
6737 msgstr ""
6739 #: protoize.c:4543
6740 #, c-format
6741 msgid "%s: cannot get working directory: %s\n"
6742 msgstr ""
6744 #: protoize.c:4641
6745 #, c-format
6746 msgid "%s: input file names must have .c suffixes: %s\n"
6747 msgstr ""
6749 #: ra.c:770
6750 msgid "Didn't find a coloring.\n"
6751 msgstr ""
6753 #: reg-stack.c:677
6754 #, c-format
6755 msgid "output constraint %d must specify a single register"
6756 msgstr ""
6758 #: reg-stack.c:687
6759 #, c-format
6760 msgid "output constraint %d cannot be specified together with \"%s\" clobber"
6761 msgstr ""
6763 #: reg-stack.c:710
6764 msgid "output regs must be grouped at top of stack"
6765 msgstr ""
6767 #: reg-stack.c:747
6768 msgid "implicitly popped regs must be grouped at top of stack"
6769 msgstr ""
6771 #: reg-stack.c:766
6772 #, c-format
6773 msgid "output operand %d must use `&' constraint"
6774 msgstr ""
6776 #: regclass.c:759
6777 #, c-format
6778 msgid "can't use '%s' as a %s register"
6779 msgstr ""
6781 #: regclass.c:774 config/ia64/ia64.c:4421 config/ia64/ia64.c:4428
6782 #, c-format
6783 msgid "unknown register name: %s"
6784 msgstr ""
6786 #: regclass.c:785
6787 msgid "global register variable follows a function definition"
6788 msgstr ""
6790 #: regclass.c:789
6791 msgid "register used for two global register variables"
6792 msgstr ""
6794 #: regclass.c:794
6795 msgid "call-clobbered register used for global register variable"
6796 msgstr ""
6798 #: regrename.c:1906
6799 #, c-format
6800 msgid "validate_value_data: [%u] Bad next_regno for empty chain (%u)"
6801 msgstr ""
6803 #: regrename.c:1918
6804 #, c-format
6805 msgid "validate_value_data: Loop in regno chain (%u)"
6806 msgstr ""
6808 #: regrename.c:1921
6809 #, c-format
6810 msgid "validate_value_data: [%u] Bad oldest_regno (%u)"
6811 msgstr ""
6813 #: regrename.c:1933
6814 #, c-format
6815 msgid "validate_value_data: [%u] Non-empty reg in chain (%s %u %i)"
6816 msgstr ""
6818 #: reload.c:1229
6819 msgid "cannot reload integer constant operand in `asm'"
6820 msgstr ""
6822 #: reload.c:1251
6823 msgid "impossible register constraint in `asm'"
6824 msgstr ""
6826 #: reload.c:3493
6827 msgid "`&' constraint used with no register class"
6828 msgstr ""
6830 #: reload.c:3661
6831 msgid "unable to generate reloads for:"
6832 msgstr ""
6834 #: reload.c:3662 reload.c:3876
6835 msgid "inconsistent operand constraints in an `asm'"
6836 msgstr ""
6838 #: reload1.c:1250
6839 msgid "frame size too large for reliable stack checking"
6840 msgstr ""
6842 #: reload1.c:1253
6843 msgid "try reducing the number of local variables"
6844 msgstr ""
6846 #: reload1.c:1911
6847 #, c-format
6848 msgid "can't find a register in class `%s' while reloading `asm'"
6849 msgstr ""
6851 #: reload1.c:1915
6852 #, c-format
6853 msgid "unable to find a register to spill in class `%s'"
6854 msgstr ""
6856 #: reload1.c:1917
6857 msgid "this is the insn:"
6858 msgstr ""
6860 #: reload1.c:3947
6861 msgid "`asm' operand requires impossible reload"
6862 msgstr ""
6864 #. It's the compiler's fault.
6865 #: reload1.c:5061
6866 msgid "could not find a spill register"
6867 msgstr ""
6869 #: reload1.c:5066
6870 msgid "`asm' operand constraint incompatible with operand size"
6871 msgstr ""
6873 #. It's the compiler's fault.
6874 #: reload1.c:6686
6875 msgid "VOIDmode on an output"
6876 msgstr ""
6878 #: reload1.c:6687
6879 msgid "output operand is constant in `asm'"
6880 msgstr ""
6882 #: rtl-error.c:142
6883 msgid "unrecognizable insn:"
6884 msgstr ""
6886 #: rtl-error.c:144
6887 msgid "insn does not satisfy its constraints:"
6888 msgstr ""
6890 #: rtl.c:537
6891 #, c-format
6892 msgid "RTL check: access of elt %d of `%s' with last elt %d in %s, at %s:%d"
6893 msgstr ""
6895 #: rtl.c:552
6896 #, c-format
6897 msgid ""
6898 "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
6899 msgstr ""
6901 #: rtl.c:568
6902 #, c-format
6903 msgid ""
6904 "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %"
6905 "s:%d"
6906 msgstr ""
6908 #: rtl.c:581
6909 #, c-format
6910 msgid "RTL check: expected code `%s', have `%s' in %s, at %s:%d"
6911 msgstr ""
6913 #: rtl.c:595
6914 #, c-format
6915 msgid "RTL check: expected code `%s' or `%s', have `%s' in %s, at %s:%d"
6916 msgstr ""
6918 #: rtl.c:610
6919 #, c-format
6920 msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
6921 msgstr ""
6923 #: rtl.c:625
6924 #, c-format
6925 msgid "RTL flag check: %s used with unexpected rtx code `%s' in %s, at %s:%d"
6926 msgstr ""
6928 #: stmt.c:764
6929 #, c-format
6930 msgid "jump to `%s' invalidly jumps into binding contour"
6931 msgstr ""
6933 #: stmt.c:1001 stmt.c:3771
6934 #, c-format
6935 msgid "label `%s' used before containing binding contour"
6936 msgstr ""
6938 #: stmt.c:1189
6939 msgid "output operand constraint lacks `='"
6940 msgstr ""
6942 #: stmt.c:1204
6943 #, c-format
6944 msgid "output constraint `%c' for operand %d is not at the beginning"
6945 msgstr ""
6947 #: stmt.c:1226
6948 msgid "operand constraint contains incorrectly positioned '+' or '='"
6949 msgstr ""
6951 #: stmt.c:1232 stmt.c:1336
6952 #, c-format
6953 msgid "`%%' constraint used with last operand"
6954 msgstr ""
6956 #: stmt.c:1251
6957 msgid "matching constraint not valid in output operand"
6958 msgstr ""
6960 #: stmt.c:1327
6961 #, c-format
6962 msgid "input operand constraint contains `%c'"
6963 msgstr ""
6965 #: stmt.c:1367
6966 msgid "matching constraint references invalid operand number"
6967 msgstr ""
6969 #: stmt.c:1405
6970 #, c-format
6971 msgid "invalid punctuation `%c' in constraint"
6972 msgstr ""
6974 #: stmt.c:1456
6975 #, c-format
6976 msgid "asm-specifier for variable `%s' conflicts with asm clobber list"
6977 msgstr ""
6979 #: stmt.c:1544
6980 #, c-format
6981 msgid "unknown register name `%s' in `asm'"
6982 msgstr ""
6984 #: stmt.c:1552
6985 #, c-format
6986 msgid "PIC register `%s' clobbered in `asm'"
6987 msgstr ""
6989 #: stmt.c:1601
6990 #, c-format
6991 msgid "more than %d operands in `asm'"
6992 msgstr ""
6994 #: stmt.c:1663
6995 #, c-format
6996 msgid "output number %d not directly addressable"
6997 msgstr ""
6999 #. ??? Leave this only until we have experience with what
7000 #. happens in combine and elsewhere when constraints are
7001 #. not satisfied.
7002 #: stmt.c:1739 stmt.c:1771
7003 #, c-format
7004 msgid "asm operand %d probably doesn't match constraints"
7005 msgstr ""
7007 #: stmt.c:1902
7008 msgid "asm clobber conflict with output operand"
7009 msgstr ""
7011 #: stmt.c:1907
7012 msgid "asm clobber conflict with input operand"
7013 msgstr ""
7015 #: stmt.c:1942
7016 msgid "too many alternatives in `asm'"
7017 msgstr ""
7019 #: stmt.c:1954
7020 msgid "operand constraints for `asm' differ in number of alternatives"
7021 msgstr ""
7023 #: stmt.c:2007
7024 #, c-format
7025 msgid "duplicate asm operand name '%s'"
7026 msgstr ""
7028 #: stmt.c:2094
7029 msgid "missing close brace for named operand"
7030 msgstr ""
7032 #: stmt.c:2122
7033 #, c-format
7034 msgid "undefined named operand '%s'"
7035 msgstr ""
7037 #: stmt.c:3706
7038 #, c-format
7039 msgid "unused variable `%s'"
7040 msgstr ""
7042 #: stmt.c:5144
7043 #, c-format
7044 msgid "enumeration value `%s' not handled in switch"
7045 msgstr ""
7047 #: stmt.c:5169 stmt.c:5189
7048 #, c-format
7049 msgid "case value `%ld' not in enumerated type"
7050 msgstr ""
7052 #: stmt.c:5172 stmt.c:5192
7053 #, c-format
7054 msgid "case value `%ld' not in enumerated type `%s'"
7055 msgstr ""
7057 #: stmt.c:5413
7058 msgid "switch missing default case"
7059 msgstr ""
7061 #: stor-layout.c:192
7062 msgid "type size can't be explicitly evaluated"
7063 msgstr ""
7065 #: stor-layout.c:194
7066 msgid "variable-size type declared outside of any function"
7067 msgstr ""
7069 #: stor-layout.c:495
7070 #, c-format
7071 msgid "size of `%s' is %d bytes"
7072 msgstr ""
7074 #: stor-layout.c:497
7075 #, c-format
7076 msgid "size of `%s' is larger than %d bytes"
7077 msgstr ""
7079 #: stor-layout.c:912 stor-layout.c:1312
7080 #, c-format
7081 msgid "packed attribute causes inefficient alignment for `%s'"
7082 msgstr ""
7084 #: stor-layout.c:914 stor-layout.c:1314
7085 #, c-format
7086 msgid "packed attribute is unnecessary for `%s'"
7087 msgstr ""
7089 #: stor-layout.c:929
7090 #, c-format
7091 msgid "padding struct to align `%s'"
7092 msgstr ""
7094 #: stor-layout.c:1276
7095 msgid "padding struct size to alignment boundary"
7096 msgstr ""
7098 #: stor-layout.c:1319
7099 msgid "packed attribute causes inefficient alignment"
7100 msgstr ""
7102 #: stor-layout.c:1321
7103 msgid "packed attribute is unnecessary"
7104 msgstr ""
7106 #: timevar.c:322
7107 #, c-format
7108 msgid "cannot timevar_pop '%s' when top of timevars stack is '%s'"
7109 msgstr ""
7111 #: timevar.c:453
7112 msgid ""
7113 "\n"
7114 "Execution times (seconds)\n"
7115 msgstr ""
7117 #. Print total time.
7118 #: timevar.c:503
7119 msgid " TOTAL                 :"
7120 msgstr ""
7122 #: timevar.c:539
7123 #, c-format
7124 msgid "time in %s: %ld.%06ld (%ld%%)\n"
7125 msgstr ""
7127 #: tlink.c:401
7128 #, c-format
7129 msgid "collect: reading %s\n"
7130 msgstr ""
7132 #: tlink.c:504
7133 #, c-format
7134 msgid "collect: recompiling %s\n"
7135 msgstr ""
7137 #: tlink.c:676
7138 #, c-format
7139 msgid "collect: tweaking %s in %s\n"
7140 msgstr ""
7142 #: tlink.c:723
7143 msgid "collect: relinking\n"
7144 msgstr ""
7146 #: tlink.c:732
7147 #, c-format
7148 msgid "ld returned %d exit status"
7149 msgstr ""
7151 #: toplev.c:948
7152 msgid "Generate debugging info in default format"
7153 msgstr ""
7155 #: toplev.c:949
7156 msgid "Generate debugging info in default extended format"
7157 msgstr ""
7159 #: toplev.c:951
7160 msgid "Generate STABS format debug info"
7161 msgstr ""
7163 #: toplev.c:952
7164 msgid "Generate extended STABS format debug info"
7165 msgstr ""
7167 #: toplev.c:955
7168 msgid "Generate DWARF-1 format debug info"
7169 msgstr ""
7171 #: toplev.c:957
7172 msgid "Generate extended DWARF-1 format debug info"
7173 msgstr ""
7175 #: toplev.c:960
7176 msgid "Generate DWARF-2 debug info"
7177 msgstr ""
7179 #: toplev.c:963
7180 msgid "Generate XCOFF format debug info"
7181 msgstr ""
7183 #: toplev.c:964
7184 msgid "Generate extended XCOFF format debug info"
7185 msgstr ""
7187 #: toplev.c:967
7188 msgid "Generate COFF format debug info"
7189 msgstr ""
7191 #: toplev.c:970
7192 msgid "Generate VMS format debug info"
7193 msgstr ""
7195 #: toplev.c:1009
7196 msgid "Perform DWARF2 duplicate elimination"
7197 msgstr ""
7199 #: toplev.c:1011
7200 msgid "Perform unused type elimination in debug info"
7201 msgstr ""
7203 #: toplev.c:1013
7204 msgid "Do not store floats in registers"
7205 msgstr ""
7207 #: toplev.c:1015
7208 msgid "Defer popping functions args from stack until later"
7209 msgstr ""
7211 #: toplev.c:1017
7212 msgid "When possible do not generate stack frames"
7213 msgstr ""
7215 #: toplev.c:1019
7216 msgid "Optimize sibling and tail recursive calls"
7217 msgstr ""
7219 #: toplev.c:1021
7220 msgid "Perform superblock formation via tail duplication"
7221 msgstr ""
7223 #: toplev.c:1023
7224 msgid "Compile whole compilation unit at a time"
7225 msgstr ""
7227 #: toplev.c:1025
7228 msgid "When running CSE, follow jumps to their targets"
7229 msgstr ""
7231 #: toplev.c:1027
7232 msgid "When running CSE, follow conditional jumps"
7233 msgstr ""
7235 #: toplev.c:1029
7236 msgid "Perform a number of minor, expensive optimizations"
7237 msgstr ""
7239 #: toplev.c:1031
7240 msgid "Perform jump threading optimizations"
7241 msgstr ""
7243 #: toplev.c:1033
7244 msgid "Perform strength reduction optimizations"
7245 msgstr ""
7247 #: toplev.c:1035 toplev.c:1039
7248 msgid "Perform loop unrolling when iteration count is known"
7249 msgstr ""
7251 #: toplev.c:1037 toplev.c:1041
7252 msgid "Perform loop unrolling for all loops"
7253 msgstr ""
7255 #: toplev.c:1043
7256 msgid "Perform loop peeling"
7257 msgstr ""
7259 #: toplev.c:1045
7260 msgid "Perform loop unswitching"
7261 msgstr ""
7263 #: toplev.c:1047
7264 msgid "Generate prefetch instructions, if available, for arrays in loops"
7265 msgstr ""
7267 #: toplev.c:1049
7268 msgid "Force all loop invariant computations out of loops"
7269 msgstr ""
7271 #: toplev.c:1051
7272 msgid "Strength reduce all loop general induction variables"
7273 msgstr ""
7275 #: toplev.c:1053
7276 msgid "Store strings in writable data section"
7277 msgstr ""
7279 #: toplev.c:1055
7280 msgid "Enable machine specific peephole optimizations"
7281 msgstr ""
7283 #: toplev.c:1057
7284 msgid "Copy memory operands into registers before using"
7285 msgstr ""
7287 #: toplev.c:1059
7288 msgid "Copy memory address constants into regs before using"
7289 msgstr ""
7291 #: toplev.c:1061
7292 msgid "Allow function addresses to be held in registers"
7293 msgstr ""
7295 #: toplev.c:1063
7296 msgid "Integrate simple functions into their callers"
7297 msgstr ""
7299 #: toplev.c:1065
7300 msgid "Generate code for funcs even if they are fully inlined"
7301 msgstr ""
7303 #: toplev.c:1067
7304 msgid "Pay attention to the 'inline' keyword"
7305 msgstr ""
7307 #: toplev.c:1069
7308 msgid "Emit static const variables even if they are not used"
7309 msgstr ""
7311 #: toplev.c:1071
7312 msgid "Check for syntax errors, then stop"
7313 msgstr ""
7315 #: toplev.c:1073
7316 msgid "Mark data as shared rather than private"
7317 msgstr ""
7319 #: toplev.c:1075
7320 msgid "Enable saving registers around function calls"
7321 msgstr ""
7323 #: toplev.c:1077
7324 msgid "Return 'short' aggregates in memory, not registers"
7325 msgstr ""
7327 #: toplev.c:1079
7328 msgid "Return 'short' aggregates in registers"
7329 msgstr ""
7331 #: toplev.c:1081
7332 msgid "Attempt to fill delay slots of branch instructions"
7333 msgstr ""
7335 #: toplev.c:1083
7336 msgid "Perform the global common subexpression elimination"
7337 msgstr ""
7339 #: toplev.c:1085
7340 msgid "Perform enhanced load motion during global subexpression elimination"
7341 msgstr ""
7343 #: toplev.c:1087
7344 msgid "Perform store motion after global subexpression elimination"
7345 msgstr ""
7347 #: toplev.c:1089
7348 msgid "Perform the loop optimizations"
7349 msgstr ""
7351 #: toplev.c:1091
7352 msgid "Perform cross-jumping optimization"
7353 msgstr ""
7355 #: toplev.c:1093
7356 msgid "Perform conversion of conditional jumps to branchless equivalents"
7357 msgstr ""
7359 #: toplev.c:1095
7360 msgid "Perform conversion of conditional jumps to conditional execution"
7361 msgstr ""
7363 #: toplev.c:1097
7364 msgid "Run CSE pass after loop optimizations"
7365 msgstr ""
7367 #: toplev.c:1099
7368 msgid "Run the loop optimizer twice"
7369 msgstr ""
7371 #: toplev.c:1101
7372 msgid "Delete useless null pointer checks"
7373 msgstr ""
7375 #: toplev.c:1103
7376 msgid "Reschedule instructions before register allocation"
7377 msgstr ""
7379 #: toplev.c:1105
7380 msgid "Reschedule instructions after register allocation"
7381 msgstr ""
7383 #: toplev.c:1107
7384 msgid "Enable scheduling across basic blocks"
7385 msgstr ""
7387 #: toplev.c:1109
7388 msgid "Allow speculative motion of non-loads"
7389 msgstr ""
7391 #: toplev.c:1111
7392 msgid "Allow speculative motion of some loads"
7393 msgstr ""
7395 #: toplev.c:1113
7396 msgid "Allow speculative motion of more loads"
7397 msgstr ""
7399 #: toplev.c:1115
7400 msgid "If scheduling post reload, do superblock sheduling"
7401 msgstr ""
7403 #: toplev.c:1117
7404 msgid "If scheduling post reload, do trace sheduling"
7405 msgstr ""
7407 #: toplev.c:1119
7408 msgid "Replace add,compare,branch with branch on count reg"
7409 msgstr ""
7411 #: toplev.c:1121
7412 msgid "Generate position independent code, if possible"
7413 msgstr ""
7415 #: toplev.c:1124
7416 msgid "Enable exception handling"
7417 msgstr ""
7419 #: toplev.c:1126
7420 msgid "Just generate unwind tables for exception handling"
7421 msgstr ""
7423 #: toplev.c:1128
7424 msgid "Generate unwind tables exact at each instruction boundary"
7425 msgstr ""
7427 #: toplev.c:1130
7428 msgid "Support synchronous non-call exceptions"
7429 msgstr ""
7431 #: toplev.c:1132
7432 msgid "Insert arc based program profiling code"
7433 msgstr ""
7435 #: toplev.c:1134
7436 msgid "Create data files needed by gcov"
7437 msgstr ""
7439 #: toplev.c:1136
7440 msgid "Use profiling information for branch probabilities"
7441 msgstr ""
7443 #: toplev.c:1138
7444 msgid "Enable basic program profiling code"
7445 msgstr ""
7447 #: toplev.c:1140
7448 msgid "Reorder basic blocks to improve code placement"
7449 msgstr ""
7451 #: toplev.c:1142
7452 msgid "Reorder functions to improve code placement"
7453 msgstr ""
7455 #: toplev.c:1144
7456 msgid "Do the register renaming optimization pass"
7457 msgstr ""
7459 #: toplev.c:1146
7460 msgid "Do the register copy-propagation optimization pass"
7461 msgstr ""
7463 #: toplev.c:1148
7464 msgid "Do not put uninitialized globals in the common section"
7465 msgstr ""
7467 #: toplev.c:1150
7468 msgid "Do not generate .size directives"
7469 msgstr ""
7471 #: toplev.c:1152
7472 msgid "place each function into its own section"
7473 msgstr ""
7475 #: toplev.c:1154
7476 msgid "place data items into their own section"
7477 msgstr ""
7479 #: toplev.c:1156
7480 msgid "Add extra commentry to assembler output"
7481 msgstr ""
7483 #: toplev.c:1158
7484 msgid "Output GNU ld formatted global initializers"
7485 msgstr ""
7487 #: toplev.c:1160
7488 msgid "Enables a register move optimization"
7489 msgstr ""
7491 #: toplev.c:1162
7492 msgid "Do the full regmove optimization pass"
7493 msgstr ""
7495 #: toplev.c:1164
7496 msgid "Pack structure members together without holes"
7497 msgstr ""
7499 #: toplev.c:1166
7500 msgid "Insert stack checking code into the program"
7501 msgstr ""
7503 #: toplev.c:1168
7504 msgid "Specify that arguments may alias each other & globals"
7505 msgstr ""
7507 #: toplev.c:1170
7508 msgid "Assume arguments may alias globals but not each other"
7509 msgstr ""
7511 #: toplev.c:1172
7512 msgid "Assume arguments do not alias each other or globals"
7513 msgstr ""
7515 #: toplev.c:1174
7516 msgid "Assume strict aliasing rules apply"
7517 msgstr ""
7519 #: toplev.c:1176
7520 msgid "Align the start of loops"
7521 msgstr ""
7523 #: toplev.c:1178
7524 msgid "Align labels which are only reached by jumping"
7525 msgstr ""
7527 #: toplev.c:1180
7528 msgid "Align all labels"
7529 msgstr ""
7531 #: toplev.c:1182
7532 msgid "Align the start of functions"
7533 msgstr ""
7535 #: toplev.c:1184
7536 msgid "Attempt to merge identical constants accross compilation units"
7537 msgstr ""
7539 #: toplev.c:1186
7540 msgid "Attempt to merge identical constants and constant variables"
7541 msgstr ""
7543 #: toplev.c:1188
7544 msgid ""
7545 "Suppress output of instruction numbers and line number notes in debugging "
7546 "dumps"
7547 msgstr ""
7549 #: toplev.c:1190
7550 msgid "Instrument function entry/exit with profiling calls"
7551 msgstr ""
7553 #: toplev.c:1192
7554 msgid "Put zero initialized data in the bss section"
7555 msgstr ""
7557 #: toplev.c:1194
7558 msgid "Enable SSA optimizations"
7559 msgstr ""
7561 #: toplev.c:1196
7562 msgid "Enable SSA conditional constant propagation"
7563 msgstr ""
7565 #: toplev.c:1198
7566 msgid "Enable aggressive SSA dead code elimination"
7567 msgstr ""
7569 #: toplev.c:1200
7570 msgid "External symbols have a leading underscore"
7571 msgstr ""
7573 #: toplev.c:1202
7574 msgid "Process #ident directives"
7575 msgstr ""
7577 #: toplev.c:1204
7578 msgid "Enables an rtl peephole pass run before sched2"
7579 msgstr ""
7581 #: toplev.c:1206
7582 msgid "Assume no NaNs or +-Infs are generated"
7583 msgstr ""
7585 #: toplev.c:1208
7586 msgid "Enables guessing of branch probabilities"
7587 msgstr ""
7589 #: toplev.c:1210
7590 msgid "Set errno after built-in math functions"
7591 msgstr ""
7593 #: toplev.c:1212
7594 msgid "Floating-point operations can trap"
7595 msgstr ""
7597 #: toplev.c:1214
7598 msgid "Allow math optimizations that may violate IEEE or ANSI standards"
7599 msgstr ""
7601 #: toplev.c:1216
7602 msgid "Disable optimizations observable by IEEE signaling NaNs"
7603 msgstr ""
7605 #: toplev.c:1218
7606 msgid "Generate code to check bounds before indexing arrays"
7607 msgstr ""
7609 #: toplev.c:1220
7610 msgid "Convert floating point constant to single precision constant"
7611 msgstr ""
7613 #: toplev.c:1222
7614 msgid "Report time taken by each compiler pass at end of run"
7615 msgstr ""
7617 #: toplev.c:1224
7618 msgid "Report on permanent memory allocation at end of run"
7619 msgstr ""
7621 #: toplev.c:1226
7622 msgid "Trap for signed overflow in addition / subtraction / multiplication"
7623 msgstr ""
7625 #: toplev.c:1228
7626 msgid "Use graph coloring register allocation."
7627 msgstr ""
7629 #: toplev.c:1245
7630 msgid "Compile just for ISO C90"
7631 msgstr ""
7633 #: toplev.c:1247
7634 msgid "Determine language standard"
7635 msgstr ""
7637 #: toplev.c:1251
7638 msgid "Make bit-fields by unsigned by default"
7639 msgstr ""
7641 #: toplev.c:1255
7642 msgid "Make 'char' be signed by default"
7643 msgstr ""
7645 #: toplev.c:1257
7646 msgid "Make 'char' be unsigned by default"
7647 msgstr ""
7649 #: toplev.c:1263
7650 msgid "Do not recognize the 'asm' keyword"
7651 msgstr ""
7653 #: toplev.c:1266
7654 msgid "Do not recognize any built in functions"
7655 msgstr ""
7657 #: toplev.c:1268
7658 msgid "Assume normal C execution environment"
7659 msgstr ""
7661 #: toplev.c:1271
7662 msgid "Assume that standard libraries & main might not exist"
7663 msgstr ""
7665 #: toplev.c:1274
7666 msgid "Allow different types as args of ? operator"
7667 msgstr ""
7669 #: toplev.c:1277
7670 msgid "Allow the use of $ inside identifiers"
7671 msgstr ""
7673 #: toplev.c:1282
7674 msgid "Use the same size for double as for float"
7675 msgstr ""
7677 #: toplev.c:1285
7678 msgid "Use the smallest fitting integer to hold enums"
7679 msgstr ""
7681 #: toplev.c:1288
7682 msgid "Override the underlying type for wchar_t to `unsigned short'"
7683 msgstr ""
7685 #: toplev.c:1292
7686 msgid "Enable most warning messages"
7687 msgstr ""
7689 #: toplev.c:1294
7690 msgid "Warn about casting functions to incompatible types"
7691 msgstr ""
7693 #: toplev.c:1297
7694 msgid "Warn about functions which might be candidates for format attributes"
7695 msgstr ""
7697 #: toplev.c:1300
7698 msgid "Warn about casts which discard qualifiers"
7699 msgstr ""
7701 #: toplev.c:1303
7702 msgid "Warn about subscripts whose type is 'char'"
7703 msgstr ""
7705 #: toplev.c:1306 toplev.c:1309
7706 msgid "Warn if nested comments are detected"
7707 msgstr ""
7709 #: toplev.c:1312
7710 msgid "Warn about possibly confusing type conversions"
7711 msgstr ""
7713 #: toplev.c:1316
7714 msgid "Do not warn about compile-time integer division by zero"
7715 msgstr ""
7717 #: toplev.c:1318
7718 msgid "Warn about testing equality of floating point numbers"
7719 msgstr ""
7721 #: toplev.c:1321
7722 msgid "Warn about printf/scanf/strftime/strfmon format anomalies"
7723 msgstr ""
7725 #: toplev.c:1325
7726 msgid "Don't warn about too many arguments to format functions"
7727 msgstr ""
7729 #: toplev.c:1327
7730 msgid "Warn about non-string-literal format strings"
7731 msgstr ""
7733 #: toplev.c:1330
7734 msgid "Warn about possible security problems with format functions"
7735 msgstr ""
7737 #: toplev.c:1334
7738 msgid "Don't warn about strftime formats yielding 2 digit years"
7739 msgstr ""
7741 #: toplev.c:1336
7742 msgid "Warn about implicit function declarations"
7743 msgstr ""
7745 #: toplev.c:1340
7746 msgid "Warn when a declaration does not specify a type"
7747 msgstr ""
7749 #: toplev.c:1345
7750 msgid "Warn about the use of the #import directive"
7751 msgstr ""
7753 #: toplev.c:1348
7754 msgid "Warn about PCH files that are found but not used"
7755 msgstr ""
7757 #: toplev.c:1351
7758 msgid "Do not warn about using 'long long' when -pedantic"
7759 msgstr ""
7761 #: toplev.c:1353
7762 msgid "Warn about suspicious declarations of main"
7763 msgstr ""
7765 #: toplev.c:1356
7766 msgid "Warn about possibly missing braces around initializers"
7767 msgstr ""
7769 #: toplev.c:1359
7770 msgid "Warn about global funcs without previous declarations"
7771 msgstr ""
7773 #: toplev.c:1362
7774 msgid "Warn about global funcs without prototypes"
7775 msgstr ""
7777 #: toplev.c:1365
7778 msgid "Warn about use of multicharacter literals"
7779 msgstr ""
7781 #: toplev.c:1368
7782 msgid "Warn about externs not at file scope level"
7783 msgstr ""
7785 #: toplev.c:1371
7786 msgid "Warn about possible missing parentheses"
7787 msgstr ""
7789 #: toplev.c:1374
7790 msgid "Warn about function pointer arithmetic"
7791 msgstr ""
7793 #: toplev.c:1377
7794 msgid "Warn about multiple declarations of the same object"
7795 msgstr ""
7797 #: toplev.c:1380
7798 msgid "Warn whenever a function's return-type defaults to int"
7799 msgstr ""
7801 #: toplev.c:1383
7802 msgid "Warn about possible violations of sequence point rules"
7803 msgstr ""
7805 #: toplev.c:1386
7806 msgid "Warn about signed/unsigned comparisons"
7807 msgstr ""
7809 #: toplev.c:1389
7810 msgid "Warn about non-prototyped function decls"
7811 msgstr ""
7813 #: toplev.c:1392
7814 msgid "Warn about constructs whose meanings change in ISO C"
7815 msgstr ""
7817 #: toplev.c:1395
7818 msgid "Warn when trigraphs are encountered"
7819 msgstr ""
7821 #: toplev.c:1400
7822 msgid "Warn about unrecognized pragmas"
7823 msgstr ""
7825 #: toplev.c:1403
7826 msgid "Mark strings as 'const char *'"
7827 msgstr ""
7829 #: toplev.c:1548
7830 msgid "Warn when a function is unused"
7831 msgstr ""
7833 #: toplev.c:1550
7834 msgid "Warn when a label is unused"
7835 msgstr ""
7837 #: toplev.c:1552
7838 msgid "Warn when a function parameter is unused"
7839 msgstr ""
7841 #: toplev.c:1554
7842 msgid "Warn when a variable is unused"
7843 msgstr ""
7845 #: toplev.c:1556
7846 msgid "Warn when an expression value is unused"
7847 msgstr ""
7849 #: toplev.c:1558
7850 msgid "Do not suppress warnings from system headers"
7851 msgstr ""
7853 #: toplev.c:1560
7854 msgid "Treat all warnings as errors"
7855 msgstr ""
7857 #: toplev.c:1562
7858 msgid "Warn when one local variable shadows another"
7859 msgstr ""
7861 #: toplev.c:1564
7862 msgid "Warn about enumerated switches, with no default, missing a case"
7863 msgstr ""
7865 #: toplev.c:1566
7866 msgid "Warn about enumerated switches missing a default case"
7867 msgstr ""
7869 #: toplev.c:1568
7870 msgid "Warn about all enumerated switches missing a specific case"
7871 msgstr ""
7873 #: toplev.c:1570
7874 msgid "Warn about returning structures, unions or arrays"
7875 msgstr ""
7877 #: toplev.c:1572
7878 msgid "Warn about pointer casts which increase alignment"
7879 msgstr ""
7881 #: toplev.c:1574
7882 msgid "Warn about code that will never be executed"
7883 msgstr ""
7885 #: toplev.c:1576
7886 msgid "Warn about uninitialized automatic variables"
7887 msgstr ""
7889 #: toplev.c:1578
7890 msgid "Warn when an inlined function cannot be inlined"
7891 msgstr ""
7893 #: toplev.c:1580
7894 msgid "Warn when the packed attribute has no effect on struct layout"
7895 msgstr ""
7897 #: toplev.c:1582
7898 msgid "Warn when padding is required to align struct members"
7899 msgstr ""
7901 #: toplev.c:1584
7902 msgid "Warn when an optimization pass is disabled"
7903 msgstr ""
7905 #: toplev.c:1586
7906 msgid "Warn about uses of __attribute__((deprecated)) declarations"
7907 msgstr ""
7909 #: toplev.c:1588
7910 msgid "Print extra (possibly unwanted) warnings"
7911 msgstr ""
7913 #: toplev.c:1590
7914 msgid "Warn about functions which might be candidates for attribute noreturn"
7915 msgstr ""
7917 #: toplev.c:1592
7918 msgid "Warn about code which might break the strict aliasing rules"
7919 msgstr ""
7921 #: toplev.c:1669 toplev.c:4685 config/rs6000/rs6000.c:716
7922 #, c-format
7923 msgid "invalid option `%s'"
7924 msgstr ""
7926 #: toplev.c:1752
7927 msgid "getting core file size maximum limit"
7928 msgstr ""
7930 #: toplev.c:1755
7931 msgid "setting core file size limit to maximum"
7932 msgstr ""
7934 #: toplev.c:2096
7935 #, c-format
7936 msgid "`%s' used but never defined"
7937 msgstr ""
7939 #: toplev.c:2099
7940 #, c-format
7941 msgid "`%s' declared `static' but never defined"
7942 msgstr ""
7944 #: toplev.c:2118
7945 #, c-format
7946 msgid "`%s' defined but not used"
7947 msgstr ""
7949 #: toplev.c:2337
7950 #, c-format
7951 msgid "invalid register name `%s' for register variable"
7952 msgstr ""
7954 #: toplev.c:3832
7955 msgid ""
7956 "  -ffixed-<register>      Mark <register> as being unavailable to the "
7957 "compiler\n"
7958 msgstr ""
7960 #: toplev.c:3833
7961 msgid ""
7962 "  -fcall-used-<register>  Mark <register> as being corrupted by function "
7963 "calls\n"
7964 msgstr ""
7966 #: toplev.c:3834
7967 msgid ""
7968 "  -fcall-saved-<register> Mark <register> as being preserved across "
7969 "functions\n"
7970 msgstr ""
7972 #: toplev.c:3835
7973 msgid ""
7974 "  -finline-limit=<number> Limits the size of inlined functions to <number>\n"
7975 msgstr ""
7977 #: toplev.c:3836
7978 msgid ""
7979 "  -fmessage-length=<number> Limits diagnostics messages lengths to <number> "
7980 "characters per line.  0 suppresses line-wrapping\n"
7981 msgstr ""
7983 #: toplev.c:3837
7984 msgid ""
7985 "  -fdiagnostics-show-location=[once | every-line] Indicates how often source "
7986 "location information should be emitted, as prefix, at the beginning of "
7987 "diagnostics when line-wrapping\n"
7988 msgstr ""
7990 #: toplev.c:3838
7991 msgid ""
7992 "  -ftls-model=[global-dynamic | local-dynamic | initial-exec | local-exec] "
7993 "Indicates the default thread-local storage code generation model\n"
7994 msgstr ""
7996 #: toplev.c:3849
7997 msgid "  -O[number]              Set optimization level to [number]\n"
7998 msgstr ""
8000 #: toplev.c:3850
8001 msgid "  -Os                     Optimize for space rather than speed\n"
8002 msgstr ""
8004 #: toplev.c:3862
8005 msgid ""
8006 "  -pedantic               Issue warnings needed by strict compliance to ISO "
8007 "C\n"
8008 msgstr ""
8010 #: toplev.c:3863
8011 msgid ""
8012 "  -pedantic-errors        Like -pedantic except that errors are produced\n"
8013 msgstr ""
8015 #: toplev.c:3864
8016 msgid "  -w                      Suppress warnings\n"
8017 msgstr ""
8019 #: toplev.c:3875
8020 msgid "  -Wunused                Enable unused warnings\n"
8021 msgstr ""
8023 #: toplev.c:3876
8024 msgid ""
8025 "  -Wlarger-than-<number>  Warn if an object is larger than <number> bytes\n"
8026 msgstr ""
8028 #: toplev.c:3877
8029 msgid "  -p                      Enable function profiling\n"
8030 msgstr ""
8032 #: toplev.c:3878
8033 msgid "  -o <file>               Place output into <file> \n"
8034 msgstr ""
8036 #: toplev.c:3879
8037 msgid ""
8038 "  -G <number>             Put global and static data smaller than <number>\n"
8039 "                          bytes into a special section (on some targets)\n"
8040 msgstr ""
8042 #: toplev.c:3890
8043 msgid "  -aux-info <file>        Emit declaration info into <file>\n"
8044 msgstr ""
8046 #: toplev.c:3891
8047 msgid ""
8048 "  -quiet                  Do not display functions compiled or elapsed time\n"
8049 msgstr ""
8051 #: toplev.c:3892
8052 msgid "  -version                Display the compiler's version\n"
8053 msgstr ""
8055 #: toplev.c:3893
8056 msgid ""
8057 "  -d[letters]             Enable dumps from specific passes of the compiler\n"
8058 msgstr ""
8060 #: toplev.c:3894
8061 msgid ""
8062 "  -dumpbase <file>        Base name to be used for dumps from specific "
8063 "passes\n"
8064 msgstr ""
8066 #: toplev.c:3896
8067 msgid "  -fsched-verbose=<number> Set the verbosity level of the scheduler\n"
8068 msgstr ""
8070 #: toplev.c:3898
8071 msgid "  --help                  Display this information\n"
8072 msgstr ""
8074 #: toplev.c:3913
8075 msgid ""
8076 "\n"
8077 "Language specific options:\n"
8078 msgstr ""
8080 #: toplev.c:3925
8081 #, c-format
8082 msgid "  %-23.23s [undocumented]\n"
8083 msgstr ""
8085 #: toplev.c:3933 toplev.c:3947
8086 #, c-format
8087 msgid ""
8088 "\n"
8089 "There are undocumented %s specific options as well.\n"
8090 msgstr ""
8092 #: toplev.c:3937
8093 #, c-format
8094 msgid ""
8095 "\n"
8096 " Options for %s:\n"
8097 msgstr ""
8099 #: toplev.c:3974
8100 msgid ""
8101 "\n"
8102 "Target specific options:\n"
8103 msgstr ""
8105 #: toplev.c:3988 toplev.c:4007
8106 #, c-format
8107 msgid "  -m%-23.23s [undocumented]\n"
8108 msgstr ""
8110 #: toplev.c:4016
8111 msgid ""
8112 "\n"
8113 "There are undocumented target specific options as well.\n"
8114 msgstr ""
8116 #: toplev.c:4018
8117 msgid "  They exist, but they are not documented.\n"
8118 msgstr ""
8120 #: toplev.c:4074
8121 #, c-format
8122 msgid "unrecognized gcc debugging option: %c"
8123 msgstr ""
8125 #: toplev.c:4140
8126 #, c-format
8127 msgid "`%s': unknown tls-model option"
8128 msgstr ""
8130 #: toplev.c:4167
8131 #, c-format
8132 msgid "unrecognized register name `%s'"
8133 msgstr ""
8135 #: toplev.c:4192 toplev.c:5148
8136 #, c-format
8137 msgid "unrecognized option `%s'"
8138 msgstr ""
8140 #: toplev.c:4236
8141 msgid "-Wid-clash-LEN is no longer supported"
8142 msgstr ""
8144 #: toplev.c:4321
8145 #, c-format
8146 msgid "use -gdwarf -g%d for DWARF v1, level %d"
8147 msgstr ""
8149 #: toplev.c:4324
8150 msgid "use -gdwarf-2   for DWARF v2"
8151 msgstr ""
8153 #: toplev.c:4329
8154 #, c-format
8155 msgid "ignoring option `%s' due to invalid debug level specification"
8156 msgstr ""
8158 #: toplev.c:4352 toplev.c:5146
8159 #, c-format
8160 msgid "`%s': unknown or unsupported -g option"
8161 msgstr ""
8163 #: toplev.c:4359
8164 #, c-format
8165 msgid "`%s' ignored, conflicts with `-g%s'"
8166 msgstr ""
8168 #: toplev.c:4441
8169 msgid "-param option missing argument"
8170 msgstr ""
8172 #: toplev.c:4450
8173 #, c-format
8174 msgid "invalid --param option: %s"
8175 msgstr ""
8177 #: toplev.c:4462
8178 #, c-format
8179 msgid "invalid parameter value `%s'"
8180 msgstr ""
8182 #: toplev.c:4702
8183 #, c-format
8184 msgid ""
8185 "%s%s%s version %s (%s)\n"
8186 "%s\tcompiled by GNU C version %s.\n"
8187 "%s%s%s version %s (%s) compiled by CC.\n"
8188 msgstr ""
8190 #: toplev.c:4709
8191 #, c-format
8192 msgid ""
8193 "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"
8194 msgstr ""
8196 #: toplev.c:4761
8197 msgid "options passed: "
8198 msgstr ""
8200 #: toplev.c:4790
8201 msgid "options enabled: "
8202 msgstr ""
8204 #: toplev.c:4849 java/jcf-write.c:3368
8205 #, c-format
8206 msgid "can't open %s for writing"
8207 msgstr ""
8209 #: toplev.c:5138
8210 #, c-format
8211 msgid "ignoring command line option '%s'"
8212 msgstr ""
8214 #: toplev.c:5141
8215 #, c-format
8216 msgid "(it is valid for %s but not the selected language)"
8217 msgstr ""
8219 #: toplev.c:5175
8220 msgid "-Wuninitialized is not supported without -O"
8221 msgstr ""
8223 #: toplev.c:5267
8224 msgid "instruction scheduling not supported on this target machine"
8225 msgstr ""
8227 #: toplev.c:5271
8228 msgid "this target machine does not have delayed branches"
8229 msgstr ""
8231 #: toplev.c:5285
8232 #, c-format
8233 msgid "-f%sleading-underscore not supported on this target machine"
8234 msgstr ""
8236 #: toplev.c:5348
8237 msgid "-ffunction-sections not supported for this target"
8238 msgstr ""
8240 #: toplev.c:5353
8241 msgid "-fdata-sections not supported for this target"
8242 msgstr ""
8244 #: toplev.c:5360
8245 msgid "-ffunction-sections disabled; it makes profiling impossible"
8246 msgstr ""
8248 #: toplev.c:5367
8249 msgid "-fprefetch-loop-arrays not supported for this target"
8250 msgstr ""
8252 #: toplev.c:5373
8253 msgid ""
8254 "-fprefetch-loop-arrays not supported for this target (try -march switches)"
8255 msgstr ""
8257 #: toplev.c:5382
8258 msgid "-fprefetch-loop-arrays is not supported with -Os"
8259 msgstr ""
8261 #: toplev.c:5388
8262 msgid "-ffunction-sections may affect debugging on some targets"
8263 msgstr ""
8265 #: toplev.c:5493
8266 #, c-format
8267 msgid "error writing to %s"
8268 msgstr ""
8270 #: toplev.c:5495 java/jcf-parse.c:913 java/jcf-write.c:3375
8271 #, c-format
8272 msgid "error closing %s"
8273 msgstr ""
8275 #: tree-dump.c:723
8276 #, c-format
8277 msgid "could not open dump file `%s'"
8278 msgstr ""
8280 #: tree-dump.c:799
8281 #, c-format
8282 msgid "ignoring unknown option `%.*s' in `-f%s'"
8283 msgstr ""
8285 #: tree.c:3612
8286 msgid "arrays of functions are not meaningful"
8287 msgstr ""
8289 #: tree.c:3669
8290 msgid "function return type cannot be function"
8291 msgstr ""
8293 #: tree.c:4512
8294 msgid "invalid initializer for bit string"
8295 msgstr ""
8297 #: tree.c:4571
8298 #, c-format
8299 msgid "tree check: expected %s, have %s in %s, at %s:%d"
8300 msgstr ""
8302 #: tree.c:4588
8303 #, c-format
8304 msgid "tree check: expected class '%c', have '%c' (%s) in %s, at %s:%d"
8305 msgstr ""
8307 #: tree.c:4605
8308 #, c-format
8309 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
8310 msgstr ""
8312 #: varasm.c:448 config/i386/winnt.c:652
8313 #, c-format
8314 msgid "%s causes a section type conflict"
8315 msgstr ""
8317 #: varasm.c:834
8318 #, c-format
8319 msgid "register name not specified for `%s'"
8320 msgstr ""
8322 #: varasm.c:836
8323 #, c-format
8324 msgid "invalid register name for `%s'"
8325 msgstr ""
8327 #: varasm.c:839
8328 #, c-format
8329 msgid "data type of `%s' isn't suitable for a register"
8330 msgstr ""
8332 #: varasm.c:842
8333 #, c-format
8334 msgid "register specified for `%s' isn't suitable for data type"
8335 msgstr ""
8337 #: varasm.c:851
8338 msgid "global register variable has initial value"
8339 msgstr ""
8341 #: varasm.c:854
8342 msgid "volatile register variables don't work as you might wish"
8343 msgstr ""
8345 #: varasm.c:887
8346 #, c-format
8347 msgid "register name given for non-register variable `%s'"
8348 msgstr ""
8350 #: varasm.c:1507
8351 #, c-format
8352 msgid ""
8353 "alignment of `%s' is greater than maximum object file alignment. Using %d"
8354 msgstr ""
8356 #: varasm.c:1549
8357 msgid "thread-local COMMON data not implemented"
8358 msgstr ""
8360 #: varasm.c:1575
8361 #, c-format
8362 msgid "requested alignment for %s is greater than implemented alignment of %d"
8363 msgstr ""
8365 #: varasm.c:3988
8366 msgid "initializer for integer value is too complicated"
8367 msgstr ""
8369 #: varasm.c:3993
8370 msgid "initializer for floating value is not a floating constant"
8371 msgstr ""
8373 #: varasm.c:4043
8374 msgid "unknown set constructor type"
8375 msgstr ""
8377 #: varasm.c:4257
8378 #, c-format
8379 msgid "invalid initial value for member `%s'"
8380 msgstr ""
8382 #: varasm.c:4448 varasm.c:4491
8383 #, c-format
8384 msgid "weak declaration of `%s' must precede definition"
8385 msgstr ""
8387 #: varasm.c:4455
8388 #, c-format
8389 msgid ""
8390 "weak declaration of `%s' after first use results in unspecified behavior"
8391 msgstr ""
8393 #: varasm.c:4489
8394 #, c-format
8395 msgid "weak declaration of `%s' must be public"
8396 msgstr ""
8398 #: varasm.c:4498
8399 #, c-format
8400 msgid "weak declaration of `%s' not supported"
8401 msgstr ""
8403 #: varasm.c:4527 varasm.c:4602
8404 msgid "only weak aliases are supported in this configuration"
8405 msgstr ""
8407 #: varasm.c:4610
8408 msgid "alias definitions not supported in this configuration; ignored"
8409 msgstr ""
8411 #: varasm.c:4640
8412 msgid "visibility attribute not supported in this configuration; ignored"
8413 msgstr ""
8415 #: varray.c:135
8416 #, c-format
8417 msgid "virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d"
8418 msgstr ""
8420 #. Print an error message for unrecognized stab codes.
8421 #: xcoffout.c:177
8422 #, c-format
8423 msgid "no sclass for %s stab (0x%x)\n"
8424 msgstr ""
8426 #: pretty-print.h:97
8427 #, c-format
8428 msgid "#`%s' not supported by %s#"
8429 msgstr ""
8431 #: params.def:53
8432 msgid ""
8433 "The maximum number of instructions in a single function eligible for inlining"
8434 msgstr ""
8436 #: params.def:65
8437 msgid "The maximum number of instructions when automatically inlining"
8438 msgstr ""
8440 #: params.def:84
8441 msgid ""
8442 "The maximum number of instructions by repeated inlining before gcc starts to "
8443 "throttle inlining"
8444 msgstr ""
8446 #: params.def:97
8447 msgid ""
8448 "The slope of the linear funtion throttling inlining after the recursive "
8449 "inlining limit has been reached is given by the negative reciprocal value of "
8450 "this parameter"
8451 msgstr ""
8453 #: params.def:110
8454 msgid ""
8455 "The number of instructions in a single functions still eligible to inlining "
8456 "after a lot recursive inlining"
8457 msgstr ""
8459 #: params.def:120
8460 msgid "The maximum number of instructions for the RTL inliner"
8461 msgstr ""
8463 #: params.def:131
8464 msgid "The maximum number of instructions to consider to fill a delay slot"
8465 msgstr ""
8467 #: params.def:142
8468 msgid ""
8469 "The maximum number of instructions to consider to find accurate live "
8470 "register information"
8471 msgstr ""
8473 #: params.def:152
8474 msgid "The maximum length of scheduling's pending operations list"
8475 msgstr ""
8477 #: params.def:159
8478 msgid "The maximum amount of memory to be allocated by GCSE"
8479 msgstr ""
8481 #: params.def:164
8482 msgid "The maximum number of passes to make when doing GCSE"
8483 msgstr ""
8485 #: params.def:171
8486 msgid "The maximum number of instructions to consider to unroll in a loop"
8487 msgstr ""
8489 #: params.def:177
8490 msgid ""
8491 "The maximum number of instructions to consider to unroll in a loop on average"
8492 msgstr ""
8494 #: params.def:182
8495 msgid "The maximum number of unrollings of a single loop"
8496 msgstr ""
8498 #: params.def:187
8499 msgid "The maximum number of insns of a peeled loop"
8500 msgstr ""
8502 #: params.def:192
8503 msgid "The maximum number of peelings of a single loop"
8504 msgstr ""
8506 #: params.def:197
8507 msgid "The maximum number of insns of a completely peeled loop"
8508 msgstr ""
8510 #: params.def:202
8511 msgid ""
8512 "The maximum number of peelings of a single loop that is peeled completely"
8513 msgstr ""
8515 #: params.def:207
8516 msgid "The maximum number of insns of a peeled loop that rolls only once"
8517 msgstr ""
8519 #: params.def:213
8520 msgid "The maximum number of insns of an unswitched loop"
8521 msgstr ""
8523 #: params.def:218
8524 msgid "The maximum number of unswitchings in a single loop"
8525 msgstr ""
8527 #: params.def:223
8528 msgid ""
8529 "Select fraction of the maximal count of repetitions of basic block in "
8530 "program given basic block needs to have to be considered hot"
8531 msgstr ""
8533 #: params.def:228
8534 msgid ""
8535 "Select fraction of the maximal frequency of executions of basic block in "
8536 "function given basic block needs to have to be considered hot"
8537 msgstr ""
8539 #: params.def:233
8540 msgid ""
8541 "The percentage of function, weighted by execution frequency, that must be "
8542 "covered by trace formation. Used when profile feedback is available"
8543 msgstr ""
8545 #: params.def:238
8546 msgid ""
8547 "The percentage of function, weighted by execution frequency, that must be "
8548 "covered by trace formation. Used when profile feedback is not available"
8549 msgstr ""
8551 #: params.def:243
8552 msgid "Maximal code growth caused by tail duplication (in percents)"
8553 msgstr ""
8555 #: params.def:247
8556 msgid ""
8557 "Stop reverse growth if the reverse probability of best edge is less than "
8558 "this threshold (in percents)"
8559 msgstr ""
8561 #: params.def:252
8562 msgid ""
8563 "Stop forward growth if the probability of best edge is less than this "
8564 "threshold (in percents). Used when profile feedback is available"
8565 msgstr ""
8567 #: params.def:257
8568 msgid ""
8569 "Stop forward growth if the probability of best edge is less than this "
8570 "threshold (in percents). Used when profile feedback is not available"
8571 msgstr ""
8573 #: params.def:264
8574 msgid "The maximum number of incoming edges to consider for crossjumping"
8575 msgstr ""
8577 #: params.def:277
8578 msgid ""
8579 "Minimum heap expansion to trigger garbage collection, as a percentage of the "
8580 "total size of the heap."
8581 msgstr ""
8583 #: params.def:283
8584 msgid "Minimum heap size before we start collecting garbage, in kilobytes."
8585 msgstr ""
8587 #: config/darwin-c.c:77
8588 msgid "too many #pragma options align=reset"
8589 msgstr ""
8591 #: config/darwin-c.c:99 config/darwin-c.c:102 config/darwin-c.c:104
8592 #: config/darwin-c.c:106
8593 msgid "malformed '#pragma options', ignoring"
8594 msgstr ""
8596 #: config/darwin-c.c:109
8597 msgid "junk at end of '#pragma options'"
8598 msgstr ""
8600 #: config/darwin-c.c:119
8601 msgid "malformed '#pragma options align={mac68k|power|reset}', ignoring"
8602 msgstr ""
8604 #: config/darwin-c.c:132
8605 msgid "missing '(' after '#pragma unused', ignoring"
8606 msgstr ""
8608 #: config/darwin-c.c:150
8609 msgid "missing ')' after '#pragma unused', ignoring"
8610 msgstr ""
8612 #: config/darwin-c.c:153
8613 msgid "junk at end of '#pragma unused'"
8614 msgstr ""
8616 #: config/lynx-ng.h:97 config/lynx.h:121 config/rs6000/lynx.h:99
8617 msgid "-msystem-v and -p are incompatible"
8618 msgstr ""
8620 #: config/lynx-ng.h:99 config/lynx.h:123 config/rs6000/lynx.h:101
8621 msgid "-msystem-v and -mthreads are incompatible"
8622 msgstr ""
8624 #: config/alpha/alpha.c:416
8625 #, c-format
8626 msgid "-f%s ignored for Unicos/Mk (not supported)"
8627 msgstr ""
8629 #: config/alpha/alpha.c:440
8630 msgid "-mieee not supported on Unicos/Mk"
8631 msgstr ""
8633 #: config/alpha/alpha.c:451
8634 msgid "-mieee-with-inexact not supported on Unicos/Mk"
8635 msgstr ""
8637 #: config/alpha/alpha.c:468
8638 #, c-format
8639 msgid "bad value `%s' for -mtrap-precision switch"
8640 msgstr ""
8642 #: config/alpha/alpha.c:482
8643 #, c-format
8644 msgid "bad value `%s' for -mfp-rounding-mode switch"
8645 msgstr ""
8647 #: config/alpha/alpha.c:497
8648 #, c-format
8649 msgid "bad value `%s' for -mfp-trap-mode switch"
8650 msgstr ""
8652 #: config/alpha/alpha.c:509
8653 #, c-format
8654 msgid "bad value `%s' for -mtls-size switch"
8655 msgstr ""
8657 #: config/alpha/alpha.c:528 config/alpha/alpha.c:540
8658 #, c-format
8659 msgid "bad value `%s' for -mcpu switch"
8660 msgstr ""
8662 #: config/alpha/alpha.c:547
8663 msgid "trap mode not supported on Unicos/Mk"
8664 msgstr ""
8666 #: config/alpha/alpha.c:554
8667 msgid "fp software completion requires -mtrap-precision=i"
8668 msgstr ""
8670 #: config/alpha/alpha.c:570
8671 msgid "rounding mode not supported for VAX floats"
8672 msgstr ""
8674 #: config/alpha/alpha.c:575
8675 msgid "trap mode not supported for VAX floats"
8676 msgstr ""
8678 #: config/alpha/alpha.c:604
8679 #, c-format
8680 msgid "L%d cache latency unknown for %s"
8681 msgstr ""
8683 #: config/alpha/alpha.c:619
8684 #, c-format
8685 msgid "bad value `%s' for -mmemory-latency"
8686 msgstr ""
8688 #: config/alpha/alpha.c:5942 config/m88k/m88k.c:2907 config/romp/romp.c:762
8689 #: config/romp/romp.c:769
8690 #, c-format
8691 msgid "invalid %%H value"
8692 msgstr ""
8694 #: config/alpha/alpha.c:5963
8695 #, c-format
8696 msgid "invalid %%J value"
8697 msgstr ""
8699 #: config/alpha/alpha.c:5979 config/ia64/ia64.c:4007 config/m88k/m88k.c:3052
8700 #, c-format
8701 msgid "invalid %%r value"
8702 msgstr ""
8704 #: config/alpha/alpha.c:5989 config/rs6000/rs6000.c:7815
8705 #, c-format
8706 msgid "invalid %%R value"
8707 msgstr ""
8709 #: config/alpha/alpha.c:5995 config/rs6000/rs6000.c:7741
8710 #, c-format
8711 msgid "invalid %%N value"
8712 msgstr ""
8714 #: config/alpha/alpha.c:6003 config/rs6000/rs6000.c:7769
8715 #, c-format
8716 msgid "invalid %%P value"
8717 msgstr ""
8719 #: config/alpha/alpha.c:6011 config/m88k/m88k.c:2913 config/romp/romp.c:748
8720 #: config/romp/romp.c:755
8721 #, c-format
8722 msgid "invalid %%h value"
8723 msgstr ""
8725 #: config/alpha/alpha.c:6019 config/romp/romp.c:706
8726 #, c-format
8727 msgid "invalid %%L value"
8728 msgstr ""
8730 #: config/alpha/alpha.c:6058 config/rs6000/rs6000.c:7723
8731 #, c-format
8732 msgid "invalid %%m value"
8733 msgstr ""
8735 #: config/alpha/alpha.c:6066 config/rs6000/rs6000.c:7731
8736 #, c-format
8737 msgid "invalid %%M value"
8738 msgstr ""
8740 #: config/alpha/alpha.c:6110
8741 #, c-format
8742 msgid "invalid %%U value"
8743 msgstr ""
8745 #: config/alpha/alpha.c:6122 config/alpha/alpha.c:6136 config/romp/romp.c:714
8746 #: config/rs6000/rs6000.c:7823
8747 #, c-format
8748 msgid "invalid %%s value"
8749 msgstr ""
8751 #: config/alpha/alpha.c:6159 config/m88k/m88k.c:3015
8752 #, c-format
8753 msgid "invalid %%C value"
8754 msgstr ""
8756 #: config/alpha/alpha.c:6196 config/m88k/m88k.c:3036
8757 #: config/rs6000/rs6000.c:7580
8758 #, c-format
8759 msgid "invalid %%E value"
8760 msgstr ""
8762 #: config/alpha/alpha.c:6221 config/alpha/alpha.c:6271
8763 msgid "unknown relocation unspec"
8764 msgstr ""
8766 #: config/alpha/alpha.c:6230 config/romp/romp.c:989
8767 #: config/rs6000/rs6000.c:8134
8768 #, c-format
8769 msgid "invalid %%xn code"
8770 msgstr ""
8772 #: config/alpha/alpha.c:7003 config/alpha/alpha.c:7006 config/s390/s390.c:6167
8773 #: config/s390/s390.c:6170
8774 msgid "bad builtin fcode"
8775 msgstr ""
8777 #. Macro to define tables used to set the flags.
8778 #. This is a list in braces of pairs in braces,
8779 #. each pair being { "NAME", VALUE }
8780 #. where VALUE is the bits to set or minus the bits to clear.
8781 #. An empty string NAME is used to identify the default VALUE.
8782 #: config/alpha/alpha.h:286 config/i386/i386.h:317 config/i386/i386.h:319
8783 #: config/i386/i386.h:321 config/ns32k/ns32k.h:140 config/rs6000/rs6000.h:288
8784 #: config/s390/s390.h:99 config/sparc/sparc.h:524 config/sparc/sparc.h:529
8785 msgid "Use hardware fp"
8786 msgstr ""
8788 #: config/alpha/alpha.h:287 config/i386/i386.h:318 config/i386/i386.h:320
8789 #: config/rs6000/rs6000.h:290 config/sparc/sparc.h:526
8790 #: config/sparc/sparc.h:531
8791 msgid "Do not use hardware fp"
8792 msgstr ""
8794 #: config/alpha/alpha.h:288
8795 msgid "Use fp registers"
8796 msgstr ""
8798 #: config/alpha/alpha.h:290
8799 msgid "Do not use fp registers"
8800 msgstr ""
8802 #: config/alpha/alpha.h:291
8803 msgid "Do not assume GAS"
8804 msgstr ""
8806 #: config/alpha/alpha.h:292
8807 msgid "Assume GAS"
8808 msgstr ""
8810 #: config/alpha/alpha.h:294
8811 msgid "Request IEEE-conformant math library routines (OSF/1)"
8812 msgstr ""
8814 #: config/alpha/alpha.h:296
8815 msgid "Emit IEEE-conformant code, without inexact exceptions"
8816 msgstr ""
8818 #: config/alpha/alpha.h:298
8819 msgid "Emit IEEE-conformant code, with inexact exceptions"
8820 msgstr ""
8822 #: config/alpha/alpha.h:300
8823 msgid "Do not emit complex integer constants to read-only memory"
8824 msgstr ""
8826 #: config/alpha/alpha.h:301
8827 msgid "Use VAX fp"
8828 msgstr ""
8830 #: config/alpha/alpha.h:302
8831 msgid "Do not use VAX fp"
8832 msgstr ""
8834 #: config/alpha/alpha.h:303
8835 msgid "Emit code for the byte/word ISA extension"
8836 msgstr ""
8838 #: config/alpha/alpha.h:306
8839 msgid "Emit code for the motion video ISA extension"
8840 msgstr ""
8842 #: config/alpha/alpha.h:309
8843 msgid "Emit code for the fp move and sqrt ISA extension"
8844 msgstr ""
8846 #: config/alpha/alpha.h:311
8847 msgid "Emit code for the counting ISA extension"
8848 msgstr ""
8850 #: config/alpha/alpha.h:314
8851 msgid "Emit code using explicit relocation directives"
8852 msgstr ""
8854 #: config/alpha/alpha.h:317
8855 msgid "Emit 16-bit relocations to the small data areas"
8856 msgstr ""
8858 #: config/alpha/alpha.h:319
8859 msgid "Emit 32-bit relocations to the small data areas"
8860 msgstr ""
8862 #: config/alpha/alpha.h:321
8863 msgid "Emit direct branches to local functions"
8864 msgstr ""
8866 #: config/alpha/alpha.h:324
8867 msgid "Emit rdval instead of rduniq for thread pointer"
8868 msgstr ""
8870 #. For -mcpu=
8871 #. For -mtune=
8872 #. For -mfp-rounding-mode=[n|m|c|d]
8873 #. For -mfp-trap-mode=[n|u|su|sui]
8874 #. For -mtrap-precision=[p|f|i]
8875 #. For -mmemory-latency=
8876 #. For -mtls-size=
8877 #: config/alpha/alpha.h:353
8878 msgid "Use features of and schedule given CPU"
8879 msgstr ""
8881 #: config/alpha/alpha.h:355
8882 msgid "Schedule given CPU"
8883 msgstr ""
8885 #: config/alpha/alpha.h:357
8886 msgid "Control the generated fp rounding mode"
8887 msgstr ""
8889 #: config/alpha/alpha.h:359
8890 msgid "Control the IEEE trap mode"
8891 msgstr ""
8893 #: config/alpha/alpha.h:361
8894 msgid "Control the precision given to fp exceptions"
8895 msgstr ""
8897 #: config/alpha/alpha.h:363
8898 msgid "Tune expected memory latency"
8899 msgstr ""
8901 #: config/alpha/alpha.h:365 config/ia64/ia64.h:243
8902 msgid "Specify bit size of immediate TLS offsets"
8903 msgstr ""
8905 #: config/arc/arc.c:147
8906 #, c-format
8907 msgid "bad value (%s) for -mcpu switch"
8908 msgstr ""
8910 #: config/arc/arc.c:374
8911 #, c-format
8912 msgid "argument of `%s' attribute is not a string constant"
8913 msgstr ""
8915 #: config/arc/arc.c:381
8916 #, c-format
8917 msgid "argument of `%s' attribute is not \"ilink1\" or \"ilink2\""
8918 msgstr ""
8920 #: config/arc/arc.c:1777 config/m32r/m32r.c:2331
8921 #, c-format
8922 msgid "invalid operand to %%R code"
8923 msgstr ""
8925 #: config/arc/arc.c:1809 config/m32r/m32r.c:2354
8926 #, c-format
8927 msgid "invalid operand to %%H/%%L code"
8928 msgstr ""
8930 #: config/arc/arc.c:1832 config/m32r/m32r.c:2430
8931 #, c-format
8932 msgid "invalid operand to %%U code"
8933 msgstr ""
8935 #: config/arc/arc.c:1843
8936 #, c-format
8937 msgid "invalid operand to %%V code"
8938 msgstr ""
8940 #. Unknown flag.
8941 #: config/arc/arc.c:1850 config/m32r/m32r.c:2469 config/sparc/sparc.c:6485
8942 msgid "invalid operand output code"
8943 msgstr ""
8945 #: config/arm/arm.c:488
8946 #, c-format
8947 msgid "switch -mcpu=%s conflicts with -march= switch"
8948 msgstr ""
8950 #: config/arm/arm.c:498 config/rs6000/rs6000.c:599 config/sparc/sparc.c:405
8951 #, c-format
8952 msgid "bad value (%s) for %s switch"
8953 msgstr ""
8955 #: config/arm/arm.c:635
8956 msgid "target CPU does not support APCS-32"
8957 msgstr ""
8959 #: config/arm/arm.c:640
8960 msgid "target CPU does not support APCS-26"
8961 msgstr ""
8963 #: config/arm/arm.c:646
8964 msgid "target CPU does not support interworking"
8965 msgstr ""
8967 #: config/arm/arm.c:652
8968 msgid "target CPU does not support THUMB instructions"
8969 msgstr ""
8971 #: config/arm/arm.c:666
8972 msgid ""
8973 "enabling backtrace support is only meaningful when compiling for the Thumb"
8974 msgstr ""
8976 #: config/arm/arm.c:669
8977 msgid ""
8978 "enabling callee interworking support is only meaningful when compiling for "
8979 "the Thumb"
8980 msgstr ""
8982 #: config/arm/arm.c:672
8983 msgid ""
8984 "enabling caller interworking support is only meaningful when compiling for "
8985 "the Thumb"
8986 msgstr ""
8988 #: config/arm/arm.c:678
8989 msgid "interworking forces APCS-32 to be used"
8990 msgstr ""
8992 #: config/arm/arm.c:684
8993 msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
8994 msgstr ""
8996 #: config/arm/arm.c:692
8997 msgid "-fpic and -mapcs-reent are incompatible"
8998 msgstr ""
9000 #: config/arm/arm.c:695
9001 msgid "APCS reentrant code not supported.  Ignored"
9002 msgstr ""
9004 #: config/arm/arm.c:703
9005 msgid "-g with -mno-apcs-frame may not give sensible debugging"
9006 msgstr ""
9008 #: config/arm/arm.c:711
9009 msgid "passing floating point arguments in fp regs not yet supported"
9010 msgstr ""
9012 #: config/arm/arm.c:750
9013 #, c-format
9014 msgid "invalid floating point emulation option: -mfpe-%s"
9015 msgstr ""
9017 #: config/arm/arm.c:761
9018 msgid "-mfpe switch not supported by ep9312 target cpu - ignored."
9019 msgstr ""
9021 #: config/arm/arm.c:781
9022 msgid "structure size boundary can only be set to 8 or 32"
9023 msgstr ""
9025 #: config/arm/arm.c:789
9026 msgid "-mpic-register= is useless without -fpic"
9027 msgstr ""
9029 #: config/arm/arm.c:796
9030 #, c-format
9031 msgid "unable to use '%s' for PIC register"
9032 msgstr ""
9034 #: config/arm/arm.c:2114 config/arm/arm.c:2137 config/avr/avr.c:4803
9035 #: config/c4x/c4x.c:4652 config/h8300/h8300.c:3990 config/i386/i386.c:1566
9036 #: config/i386/i386.c:1616 config/ip2k/ip2k.c:3234
9037 #: config/m68hc11/m68hc11.c:1261 config/mcore/mcore.c:3563
9038 #: config/ns32k/ns32k.c:1091 config/rs6000/rs6000.c:12677 config/sh/sh.c:6090
9039 #: config/sh/sh.c:6115 config/sh/sh.c:6154 config/stormy16/stormy16.c:2155
9040 #: config/v850/v850.c:2238
9041 #, c-format
9042 msgid "`%s' attribute only applies to functions"
9043 msgstr ""
9045 #: config/arm/arm.c:10378
9046 msgid "unable to compute real location of stacked parameter"
9047 msgstr ""
9049 #: config/arm/arm.c:10981
9050 msgid "no low registers available for popping high registers"
9051 msgstr ""
9053 #: config/arm/arm.c:11232
9054 msgid "interrupt Service Routines cannot be coded in Thumb mode"
9055 msgstr ""
9057 #: config/arm/pe.c:170 config/i386/winnt.c:316 config/mcore/mcore.c:3411
9058 #, c-format
9059 msgid "initialized variable `%s' is marked dllimport"
9060 msgstr ""
9062 #: config/arm/pe.c:179 config/i386/winnt.c:325
9063 #, c-format
9064 msgid "static variable `%s' is marked dllimport"
9065 msgstr ""
9067 #: config/arm/arm.h:436
9068 msgid "Generate APCS conformant stack frames"
9069 msgstr ""
9071 #: config/arm/arm.h:439
9072 msgid "Store function names in object code"
9073 msgstr ""
9075 #: config/arm/arm.h:443
9076 msgid "Use the 32-bit version of the APCS"
9077 msgstr ""
9079 #: config/arm/arm.h:445
9080 msgid "Use the 26-bit version of the APCS"
9081 msgstr ""
9083 #: config/arm/arm.h:449
9084 msgid "Pass FP arguments in FP registers"
9085 msgstr ""
9087 #: config/arm/arm.h:452
9088 msgid "Generate re-entrant, PIC code"
9089 msgstr ""
9091 #: config/arm/arm.h:455
9092 msgid "The MMU will trap on unaligned accesses"
9093 msgstr ""
9095 #: config/arm/arm.h:462
9096 msgid "Use library calls to perform FP operations"
9097 msgstr ""
9099 #: config/arm/arm.h:464 config/i960/i960.h:281
9100 msgid "Use hardware floating point instructions"
9101 msgstr ""
9103 #: config/arm/arm.h:466
9104 msgid "Assume target CPU is configured as big endian"
9105 msgstr ""
9107 #: config/arm/arm.h:468
9108 msgid "Assume target CPU is configured as little endian"
9109 msgstr ""
9111 #: config/arm/arm.h:470
9112 msgid "Assume big endian bytes, little endian words"
9113 msgstr ""
9115 #: config/arm/arm.h:472
9116 msgid "Support calls between Thumb and ARM instruction sets"
9117 msgstr ""
9119 #: config/arm/arm.h:475
9120 msgid "Generate a call to abort if a noreturn function returns"
9121 msgstr ""
9123 #: config/arm/arm.h:478
9124 msgid "Do not move instructions into a function's prologue"
9125 msgstr ""
9127 #: config/arm/arm.h:481
9128 msgid "Do not load the PIC register in function prologues"
9129 msgstr ""
9131 #: config/arm/arm.h:484
9132 msgid "Generate call insns as indirect calls, if necessary"
9133 msgstr ""
9135 #: config/arm/arm.h:487
9136 msgid "Compile for the Thumb not the ARM"
9137 msgstr ""
9139 #: config/arm/arm.h:491
9140 msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
9141 msgstr ""
9143 #: config/arm/arm.h:494
9144 msgid "Thumb: Generate (leaf) stack frames even if not needed"
9145 msgstr ""
9147 #: config/arm/arm.h:497
9148 msgid "Thumb: Assume non-static functions may be called from ARM code"
9149 msgstr ""
9151 #: config/arm/arm.h:501
9152 msgid "Thumb: Assume function pointers may go to non-Thumb aware code"
9153 msgstr ""
9155 #: config/arm/arm.h:505
9156 msgid "Cirrus: Place NOPs to avoid invalid instruction combinations"
9157 msgstr ""
9159 #: config/arm/arm.h:507
9160 msgid "Cirrus: Do not break up invalid instruction combinations with NOPs"
9161 msgstr ""
9163 #: config/arm/arm.h:515
9164 msgid "Specify the name of the target CPU"
9165 msgstr ""
9167 #: config/arm/arm.h:517
9168 msgid "Specify the name of the target architecture"
9169 msgstr ""
9171 #: config/arm/arm.h:521
9172 msgid "Specify the version of the floating point emulator"
9173 msgstr ""
9175 #: config/arm/arm.h:523
9176 msgid "Specify the minimum bit alignment of structures"
9177 msgstr ""
9179 #: config/arm/arm.h:525
9180 msgid "Specify the register to be used for PIC addressing"
9181 msgstr ""
9183 #: config/arm/pe.h:65
9184 msgid "Ignore dllimport attribute for functions"
9185 msgstr ""
9187 #: config/avr/avr.c:537
9188 #, c-format
9189 msgid "large frame pointer change (%d) with -mtiny-stack"
9190 msgstr ""
9192 #: config/avr/avr.c:1144
9193 msgid "bad address, not (reg+disp):"
9194 msgstr ""
9196 #: config/avr/avr.c:1152
9197 msgid "internal compiler error.  Bad address:"
9198 msgstr ""
9200 #: config/avr/avr.c:1165
9201 msgid "internal compiler error.  Unknown mode:"
9202 msgstr ""
9204 #: config/avr/avr.c:1873 config/avr/avr.c:2585
9205 msgid "invalid insn:"
9206 msgstr ""
9208 #: config/avr/avr.c:1910 config/avr/avr.c:1996 config/avr/avr.c:2045
9209 #: config/avr/avr.c:2054 config/avr/avr.c:2152 config/avr/avr.c:2324
9210 #: config/avr/avr.c:2622 config/avr/avr.c:2733
9211 msgid "incorrect insn:"
9212 msgstr ""
9214 #: config/avr/avr.c:2073 config/avr/avr.c:2237 config/avr/avr.c:2395
9215 #: config/avr/avr.c:2777
9216 msgid "unknown move insn:"
9217 msgstr ""
9219 #: config/avr/avr.c:3012
9220 msgid "bad shift insn:"
9221 msgstr ""
9223 #: config/avr/avr.c:3128 config/avr/avr.c:3558 config/avr/avr.c:3938
9224 msgid "internal compiler error.  Incorrect shift:"
9225 msgstr ""
9227 #: config/avr/avr.c:4776 config/ip2k/ip2k.c:3207
9228 msgid "only initialized variables can be placed into program memory area"
9229 msgstr ""
9231 #: config/avr/avr.c:4875
9232 msgid "only uninitialized variables can be placed in the .noinit section"
9233 msgstr ""
9235 #: config/avr/avr.c:4890
9236 #, c-format
9237 msgid "MCU `%s' supported for assembler only"
9238 msgstr ""
9240 #: config/avr/avr.h:78
9241 msgid "Assume int to be 8 bit integer"
9242 msgstr ""
9244 #: config/avr/avr.h:80
9245 msgid "Change the stack pointer without disabling interrupts"
9246 msgstr ""
9248 #: config/avr/avr.h:82
9249 msgid "Use subroutines for function prologue/epilogue"
9250 msgstr ""
9252 #: config/avr/avr.h:84
9253 msgid "Change only the low 8 bits of the stack pointer"
9254 msgstr ""
9256 #: config/avr/avr.h:86
9257 msgid "Do not generate tablejump insns"
9258 msgstr ""
9260 #: config/avr/avr.h:88
9261 msgid "Use rjmp/rcall (limited range) on >8K devices"
9262 msgstr ""
9264 #: config/avr/avr.h:91
9265 msgid "Output instruction sizes to the asm file"
9266 msgstr ""
9268 #: config/avr/avr.h:108
9269 msgid "Specify the initial stack address"
9270 msgstr ""
9272 #: config/avr/avr.h:109
9273 msgid "Specify the MCU name"
9274 msgstr ""
9276 #. `GIV_SORT_CRITERION(GIV1, GIV2)'
9277 #. In some cases, the strength reduction optimization pass can
9278 #. produce better code if this is defined.  This macro controls the
9279 #. order that induction variables are combined.  This macro is
9280 #. particularly useful if the target has limited addressing modes.
9281 #. For instance, the SH target has only positive offsets in
9282 #. addresses.  Thus sorting to put the smallest address first allows
9283 #. the most combinations to be found.
9284 #: config/avr/avr.h:2313
9285 msgid "trampolines not supported"
9286 msgstr ""
9288 #: config/c4x/c4x-c.c:71
9289 #, c-format
9290 msgid "missing '(' after '#pragma %s' - ignored"
9291 msgstr ""
9293 #: config/c4x/c4x-c.c:74
9294 #, c-format
9295 msgid "missing function name in '#pragma %s' - ignored"
9296 msgstr ""
9298 #: config/c4x/c4x-c.c:79
9299 #, c-format
9300 msgid "malformed '#pragma %s' - ignored"
9301 msgstr ""
9303 #: config/c4x/c4x-c.c:81
9304 #, c-format
9305 msgid "missing section name in '#pragma %s' - ignored"
9306 msgstr ""
9308 #: config/c4x/c4x-c.c:86
9309 #, c-format
9310 msgid "missing ')' for '#pragma %s' - ignored"
9311 msgstr ""
9313 #: config/c4x/c4x-c.c:89
9314 #, c-format
9315 msgid "junk at end of '#pragma %s'"
9316 msgstr ""
9318 #: config/c4x/c4x.c:290
9319 #, c-format
9320 msgid "unknown CPU version %d, using 40.\n"
9321 msgstr ""
9323 #: config/c4x/c4x.c:862
9324 #, c-format
9325 msgid "ISR %s requires %d words of local vars, max is 32767"
9326 msgstr ""
9328 #: config/c4x/c4x.c:1611
9329 msgid "using CONST_DOUBLE for address"
9330 msgstr ""
9332 #: config/c4x/c4x.c:1751
9333 msgid "c4x_address_cost: Invalid addressing mode"
9334 msgstr ""
9336 #: config/c4x/c4x.c:1893
9337 #, c-format
9338 msgid "c4x_print_operand: %%L inconsistency"
9339 msgstr ""
9341 #: config/c4x/c4x.c:1899
9342 #, c-format
9343 msgid "c4x_print_operand: %%N inconsistency"
9344 msgstr ""
9346 #: config/c4x/c4x.c:1940
9347 #, c-format
9348 msgid "c4x_print_operand: %%O inconsistency"
9349 msgstr ""
9351 #: config/c4x/c4x.c:2035
9352 msgid "c4x_print_operand: Bad operand case"
9353 msgstr ""
9355 #: config/c4x/c4x.c:2078
9356 msgid "c4x_print_operand_address: Bad post_modify"
9357 msgstr ""
9359 #: config/c4x/c4x.c:2100
9360 msgid "c4x_print_operand_address: Bad pre_modify"
9361 msgstr ""
9363 #: config/c4x/c4x.c:2148 config/c4x/c4x.c:2160 config/c4x/c4x.c:2175
9364 msgid "c4x_print_operand_address: Bad operand case"
9365 msgstr ""
9367 #: config/c4x/c4x.c:2431
9368 msgid "c4x_rptb_insert: Cannot find start label"
9369 msgstr ""
9371 #: config/c4x/c4x.c:3418 config/c4x/c4x.c:3438
9372 msgid "mode not QImode"
9373 msgstr ""
9375 #: config/c4x/c4x.c:3523
9376 msgid "invalid indirect memory address"
9377 msgstr ""
9379 #: config/c4x/c4x.c:3612
9380 msgid "invalid indirect (S) memory address"
9381 msgstr ""
9383 #: config/c4x/c4x.c:3953
9384 msgid "c4x_valid_operands: Internal error"
9385 msgstr ""
9387 #: config/c4x/c4x.c:4433
9388 msgid "c4x_operand_subword: invalid mode"
9389 msgstr ""
9391 #: config/c4x/c4x.c:4436
9392 msgid "c4x_operand_subword: invalid operand"
9393 msgstr ""
9395 #. We could handle these with some difficulty.
9396 #. e.g., *p-- => *(p-=2); *(p+1).
9397 #: config/c4x/c4x.c:4462
9398 msgid "c4x_operand_subword: invalid autoincrement"
9399 msgstr ""
9401 #: config/c4x/c4x.c:4468
9402 msgid "c4x_operand_subword: invalid address"
9403 msgstr ""
9405 #: config/c4x/c4x.c:4479
9406 msgid "c4x_operand_subword: address not offsettable"
9407 msgstr ""
9409 #: config/c4x/c4x.c:4678
9410 msgid "c4x_rptb_rpts_p: Repeat block top label moved\n"
9411 msgstr ""
9413 #. Name of the c4x assembler.
9414 #. Name of the c4x linker.
9415 #. Define assembler options.
9416 #. Define linker options.
9417 #. Specify the end file to link with.
9418 #. Target compilation option flags.
9419 #. Small memory model.
9420 #. Use 24-bit MPYI for C3x.
9421 #. Fast fixing of floats.
9422 #. Allow use of RPTS.
9423 #. Emit C3x code.
9424 #. Be compatible with TI assembler.
9425 #. Be paranoid about DP reg. in ISRs.
9426 #. Pass arguments on stack.
9427 #. Enable features under development.
9428 #. Enable repeat block.
9429 #. Use BK as general register.
9430 #. Use decrement and branch for C3x.
9431 #. Enable debugging of GCC.
9432 #. Force constants into registers.
9433 #. Allow unsigned loop counters.
9434 #. Force op0 and op1 to be same.
9435 #. Save all 40 bits for floats.
9436 #. Allow parallel insns.
9437 #. Allow MPY||ADD, MPY||SUB insns.
9438 #. Assume mem refs possibly aliased.
9439 #. Emit C30 code.
9440 #. Emit C31 code.
9441 #. Emit C32 code.
9442 #. Emit C33 code.
9443 #. Emit C40 code.
9444 #. Emit C44 code.
9445 #. Run-time compilation parameters selecting different hardware subsets.
9447 #. Macro to define tables used to set the flags.
9448 #. This is a list in braces of triplets in braces,
9449 #. each pair being { "NAME", VALUE, "DESCRIPTION" }
9450 #. where VALUE is the bits to set or minus the bits to clear.
9451 #. An empty string NAME is used to identify the default VALUE.
9452 #: config/c4x/c4x.h:166
9453 msgid "Small memory model"
9454 msgstr ""
9456 #: config/c4x/c4x.h:168
9457 msgid "Big memory model"
9458 msgstr ""
9460 #: config/c4x/c4x.h:170
9461 msgid "Use MPYI instruction for C3x"
9462 msgstr ""
9464 #: config/c4x/c4x.h:172
9465 msgid "Do not use MPYI instruction for C3x"
9466 msgstr ""
9468 #: config/c4x/c4x.h:174
9469 msgid "Use fast but approximate float to integer conversion"
9470 msgstr ""
9472 #: config/c4x/c4x.h:176
9473 msgid "Use slow but accurate float to integer conversion"
9474 msgstr ""
9476 #: config/c4x/c4x.h:178
9477 msgid "Enable use of RTPS instruction"
9478 msgstr ""
9480 #: config/c4x/c4x.h:180
9481 msgid "Disable use of RTPS instruction"
9482 msgstr ""
9484 #: config/c4x/c4x.h:182
9485 msgid "Enable use of RTPB instruction"
9486 msgstr ""
9488 #: config/c4x/c4x.h:184
9489 msgid "Disable use of RTPB instruction"
9490 msgstr ""
9492 #: config/c4x/c4x.h:186
9493 msgid "Generate code for C30 CPU"
9494 msgstr ""
9496 #: config/c4x/c4x.h:188
9497 msgid "Generate code for C31 CPU"
9498 msgstr ""
9500 #: config/c4x/c4x.h:190
9501 msgid "Generate code for C32 CPU"
9502 msgstr ""
9504 #: config/c4x/c4x.h:192
9505 msgid "Generate code for C33 CPU"
9506 msgstr ""
9508 #: config/c4x/c4x.h:194
9509 msgid "Generate code for C40 CPU"
9510 msgstr ""
9512 #: config/c4x/c4x.h:196
9513 msgid "Generate code for C44 CPU"
9514 msgstr ""
9516 #: config/c4x/c4x.h:198
9517 msgid "Emit code compatible with TI tools"
9518 msgstr ""
9520 #: config/c4x/c4x.h:200
9521 msgid "Emit code to use GAS extensions"
9522 msgstr ""
9524 #: config/c4x/c4x.h:202 config/c4x/c4x.h:206
9525 msgid "Save DP across ISR in small memory model"
9526 msgstr ""
9528 #: config/c4x/c4x.h:204 config/c4x/c4x.h:208
9529 msgid "Don't save DP across ISR in small memory model"
9530 msgstr ""
9532 #: config/c4x/c4x.h:210
9533 msgid "Pass arguments on the stack"
9534 msgstr ""
9536 #: config/c4x/c4x.h:212
9537 msgid "Pass arguments in registers"
9538 msgstr ""
9540 #: config/c4x/c4x.h:214
9541 msgid "Enable new features under development"
9542 msgstr ""
9544 #: config/c4x/c4x.h:216
9545 msgid "Disable new features under development"
9546 msgstr ""
9548 #: config/c4x/c4x.h:218
9549 msgid "Use the BK register as a general purpose register"
9550 msgstr ""
9552 #: config/c4x/c4x.h:220
9553 msgid "Do not allocate BK register"
9554 msgstr ""
9556 #: config/c4x/c4x.h:222
9557 msgid "Enable use of DB instruction"
9558 msgstr ""
9560 #: config/c4x/c4x.h:224
9561 msgid "Disable use of DB instruction"
9562 msgstr ""
9564 #: config/c4x/c4x.h:226
9565 msgid "Enable debugging"
9566 msgstr ""
9568 #: config/c4x/c4x.h:228
9569 msgid "Disable debugging"
9570 msgstr ""
9572 #: config/c4x/c4x.h:230
9573 msgid "Force constants into registers to improve hoisting"
9574 msgstr ""
9576 #: config/c4x/c4x.h:232
9577 msgid "Don't force constants into registers"
9578 msgstr ""
9580 #: config/c4x/c4x.h:234
9581 msgid "Force RTL generation to emit valid 3 operand insns"
9582 msgstr ""
9584 #: config/c4x/c4x.h:236
9585 msgid "Allow RTL generation to emit invalid 3 operand insns"
9586 msgstr ""
9588 #: config/c4x/c4x.h:238
9589 msgid "Allow unsigned interation counts for RPTB/DB"
9590 msgstr ""
9592 #: config/c4x/c4x.h:240
9593 msgid "Disallow unsigned iteration counts for RPTB/DB"
9594 msgstr ""
9596 #: config/c4x/c4x.h:242
9597 msgid "Preserve all 40 bits of FP reg across call"
9598 msgstr ""
9600 #: config/c4x/c4x.h:244
9601 msgid "Only preserve 32 bits of FP reg across call"
9602 msgstr ""
9604 #: config/c4x/c4x.h:246
9605 msgid "Enable parallel instructions"
9606 msgstr ""
9608 #: config/c4x/c4x.h:248
9609 msgid "Disable parallel instructions"
9610 msgstr ""
9612 #: config/c4x/c4x.h:250
9613 msgid "Enable MPY||ADD and MPY||SUB instructions"
9614 msgstr ""
9616 #: config/c4x/c4x.h:252
9617 msgid "Disable MPY||ADD and MPY||SUB instructions"
9618 msgstr ""
9620 #: config/c4x/c4x.h:254
9621 msgid "Assume that pointers may be aliased"
9622 msgstr ""
9624 #: config/c4x/c4x.h:256
9625 msgid "Assume that pointers not aliased"
9626 msgstr ""
9628 #: config/c4x/c4x.h:329
9629 msgid "Specify maximum number of iterations for RPTS"
9630 msgstr ""
9632 #: config/c4x/c4x.h:331
9633 msgid "Select CPU to generate code for"
9634 msgstr ""
9636 #: config/cris/cris.c:608
9637 msgid "unexpected index-type in cris_print_index"
9638 msgstr ""
9640 #: config/cris/cris.c:624
9641 msgid "unexpected base-type in cris_print_base"
9642 msgstr ""
9644 #: config/cris/cris.c:917
9645 #, c-format
9646 msgid "stackframe too big: %d bytes"
9647 msgstr ""
9649 #: config/cris/cris.c:1232
9650 msgid "allocated but unused delay list in epilogue"
9651 msgstr ""
9653 #: config/cris/cris.c:1242
9654 msgid ""
9655 "unexpected function type needing stack adjustment for __builtin_eh_return"
9656 msgstr ""
9658 #: config/cris/cris.c:1321
9659 msgid "invalid operand for 'b' modifier"
9660 msgstr ""
9662 #: config/cris/cris.c:1333
9663 msgid "invalid operand for 'v' modifier"
9664 msgstr ""
9666 #: config/cris/cris.c:1343
9667 msgid "invalid operand for 'P' modifier"
9668 msgstr ""
9670 #: config/cris/cris.c:1350
9671 msgid "invalid operand for 'p' modifier"
9672 msgstr ""
9674 #: config/cris/cris.c:1389
9675 msgid "invalid operand for 'z' modifier"
9676 msgstr ""
9678 #: config/cris/cris.c:1420 config/cris/cris.c:1450
9679 msgid "invalid operand for 'H' modifier"
9680 msgstr ""
9682 #: config/cris/cris.c:1426
9683 msgid "bad register"
9684 msgstr ""
9686 #: config/cris/cris.c:1464
9687 msgid "invalid operand for 'e' modifier"
9688 msgstr ""
9690 #: config/cris/cris.c:1481
9691 msgid "invalid operand for 'm' modifier"
9692 msgstr ""
9694 #: config/cris/cris.c:1506
9695 msgid "invalid operand for 'A' modifier"
9696 msgstr ""
9698 #: config/cris/cris.c:1514
9699 msgid "invalid operand for 'D' modifier"
9700 msgstr ""
9702 #: config/cris/cris.c:1528
9703 msgid "invalid operand for 'T' modifier"
9704 msgstr ""
9706 #: config/cris/cris.c:1537
9707 msgid "invalid operand modifier letter"
9708 msgstr ""
9710 #: config/cris/cris.c:1545
9711 #, c-format
9712 msgid "internal error: bad register: %d"
9713 msgstr ""
9715 #: config/cris/cris.c:1593
9716 msgid "unexpected multiplicative operand"
9717 msgstr ""
9719 #: config/cris/cris.c:1613
9720 msgid "unexpected operand"
9721 msgstr ""
9723 #: config/cris/cris.c:1648 config/cris/cris.c:1658
9724 msgid "unrecognized address"
9725 msgstr ""
9727 #: config/cris/cris.c:2014
9728 msgid "internal error: sideeffect-insn affecting main effect"
9729 msgstr ""
9731 #. If we get here, the caller got its initial tests wrong.
9732 #: config/cris/cris.c:2412
9733 msgid "internal error: cris_side_effect_mode_ok with bad operands"
9734 msgstr ""
9736 #: config/cris/cris.c:2494 config/cris/cris.c:2552
9737 msgid "unrecognized supposed constant"
9738 msgstr ""
9740 #: config/cris/cris.c:2593
9741 msgid "unrecognized supposed constant in cris_global_pic_symbol"
9742 msgstr ""
9744 #: config/cris/cris.c:2612
9745 #, c-format
9746 msgid "-max-stackframe=%d is not usable, not between 0 and %d"
9747 msgstr ""
9749 #: config/cris/cris.c:2640
9750 #, c-format
9751 msgid "unknown CRIS version specification in -march= or -mcpu= : %s"
9752 msgstr ""
9754 #: config/cris/cris.c:2676
9755 #, c-format
9756 msgid "unknown CRIS cpu version specification in -mtune= : %s"
9757 msgstr ""
9759 #: config/cris/cris.c:2694
9760 msgid "-fPIC and -fpic are not supported in this configuration"
9761 msgstr ""
9763 #: config/cris/cris.c:2710
9764 msgid "that particular -g option is invalid with -maout and -melinux"
9765 msgstr ""
9767 #: config/cris/cris.c:2944 config/cris/cris.c:2989
9768 msgid "unexpected side-effects in address"
9769 msgstr ""
9771 #. Labels are never marked as global symbols.
9772 #: config/cris/cris.c:3086 config/cris/cris.c:3117
9773 msgid "unexpected PIC symbol"
9774 msgstr ""
9776 #: config/cris/cris.c:3090
9777 msgid "PIC register isn't set up"
9778 msgstr ""
9780 #: config/cris/cris.c:3103 config/cris/cris.c:3186
9781 msgid "unexpected address expression"
9782 msgstr ""
9784 #: config/cris/cris.c:3121
9785 msgid "emitting PIC operand, but PIC register isn't set up"
9786 msgstr ""
9788 #: config/cris/cris.c:3130
9789 msgid "unexpected NOTE as addr_const:"
9790 msgstr ""
9792 #: config/cris/aout.h:108
9793 msgid "Compile for the MMU-less Etrax 100-based elinux system"
9794 msgstr ""
9796 #: config/cris/aout.h:115
9797 msgid "For elinux, request a specified stack-size for this program"
9798 msgstr ""
9800 #. No "no-etrax" as it does not really imply any model.              On the other hand, "etrax" implies the common (and large)               subset matching all models.
9801 #: config/cris/cris.h:340
9802 msgid "Compile for ETRAX 4 (CRIS v3)"
9803 msgstr ""
9805 #: config/cris/cris.h:345
9806 msgid "Compile for ETRAX 100 (CRIS v8)"
9807 msgstr ""
9809 #: config/cris/cris.h:349
9810 msgid "Emit verbose debug information in assembly code"
9811 msgstr ""
9813 #: config/cris/cris.h:352
9814 msgid "Do not use condition codes from normal instructions"
9815 msgstr ""
9817 #: config/cris/cris.h:356
9818 msgid "Do not emit addressing modes with side-effect assignment"
9819 msgstr ""
9821 #: config/cris/cris.h:359
9822 msgid "Do not tune stack alignment"
9823 msgstr ""
9825 #: config/cris/cris.h:362
9826 msgid "Do not tune writable data alignment"
9827 msgstr ""
9829 #: config/cris/cris.h:365
9830 msgid "Do not tune code and read-only data alignment"
9831 msgstr ""
9833 #: config/cris/cris.h:374
9834 msgid "Align code and data to 32 bits"
9835 msgstr ""
9837 #: config/cris/cris.h:387
9838 msgid "Don't align items in code or data"
9839 msgstr ""
9841 #: config/cris/cris.h:390
9842 msgid "Do not emit function prologue or epilogue"
9843 msgstr ""
9845 #. We have to handle this m-option here since we can't wash it off in      both CC1_SPEC and CC1PLUS_SPEC.
9846 #: config/cris/cris.h:394
9847 msgid "Use the most feature-enabling options allowed by other options"
9848 msgstr ""
9850 #. We must call it "override-" since calling it "no-" will cause             gcc.c to forget it, if there's a "later" -mbest-lib-options.            Kludgy, but needed for some multilibbed files.
9851 #: config/cris/cris.h:400
9852 msgid "Override -mbest-lib-options"
9853 msgstr ""
9855 #: config/cris/cris.h:432
9856 msgid "Generate code for the specified chip or CPU version"
9857 msgstr ""
9859 #: config/cris/cris.h:434
9860 msgid "Tune alignment for the specified chip or CPU version"
9861 msgstr ""
9863 #: config/cris/cris.h:436
9864 msgid "Warn when a stackframe is larger than the specified size"
9865 msgstr ""
9867 #. Node: Profiling
9868 #: config/cris/cris.h:1022
9869 msgid "no FUNCTION_PROFILER for CRIS"
9870 msgstr ""
9872 #: config/cris/linux.h:71
9873 msgid "Together with -fpic and -fPIC, do not use GOTPLT references"
9874 msgstr ""
9876 #: config/d30v/d30v.c:215
9877 #, c-format
9878 msgid "bad modes_tieable_p for register %s, mode1 %s, mode2 %s"
9879 msgstr ""
9881 #: config/d30v/d30v.c:2675
9882 msgid "bad insn to d30v_print_operand_address:"
9883 msgstr ""
9885 #: config/d30v/d30v.c:2692 config/d30v/d30v.c:2753 config/d30v/d30v.c:2774
9886 #: config/d30v/d30v.c:2792
9887 msgid "bad insn to d30v_print_operand_memory_reference:"
9888 msgstr ""
9890 #: config/d30v/d30v.c:2860
9891 msgid "bad insn to d30v_print_operand, 'f' modifier:"
9892 msgstr ""
9894 #: config/d30v/d30v.c:2869
9895 msgid "bad insn to d30v_print_operand, 'A' modifier:"
9896 msgstr ""
9898 #: config/d30v/d30v.c:2876
9899 msgid "bad insn to d30v_print_operand, 'M' modifier:"
9900 msgstr ""
9902 #: config/d30v/d30v.c:2930
9903 msgid "bad insn to print_operand, 'F' or 'T' modifier:"
9904 msgstr ""
9906 #: config/d30v/d30v.c:2941
9907 msgid "bad insn to print_operand, 'B' modifier:"
9908 msgstr ""
9910 #: config/d30v/d30v.c:2948
9911 msgid "bad insn to print_operand, 'E' modifier:"
9912 msgstr ""
9914 #: config/d30v/d30v.c:2966
9915 msgid "bad insn to print_operand, 'R' modifier:"
9916 msgstr ""
9918 #: config/d30v/d30v.c:2975 config/d30v/d30v.c:2983
9919 msgid "bad insn to print_operand, 's' modifier:"
9920 msgstr ""
9922 #: config/d30v/d30v.c:3012
9923 msgid "bad insn in d30v_print_operand, 0 case"
9924 msgstr ""
9926 #: config/d30v/d30v.c:3310
9927 msgid "d30v_emit_comparison"
9928 msgstr ""
9930 #: config/d30v/d30v.c:3354
9931 msgid "bad call to d30v_move_2words"
9932 msgstr ""
9934 #: config/d30v/d30v.h:114
9935 msgid "Enable use of conditional move instructions"
9936 msgstr ""
9938 #: config/d30v/d30v.h:117
9939 msgid "Disable use of conditional move instructions"
9940 msgstr ""
9942 #: config/d30v/d30v.h:120
9943 msgid "Debug argument support in compiler"
9944 msgstr ""
9946 #: config/d30v/d30v.h:123
9947 msgid "Debug stack support in compiler"
9948 msgstr ""
9950 #: config/d30v/d30v.h:126
9951 msgid "Debug memory address support in compiler"
9952 msgstr ""
9954 #: config/d30v/d30v.h:129
9955 msgid "Make adjacent short instructions parallel if possible"
9956 msgstr ""
9958 #: config/d30v/d30v.h:132
9959 msgid "Do not make adjacent short instructions parallel"
9960 msgstr ""
9962 #: config/d30v/d30v.h:135 config/d30v/d30v.h:138
9963 msgid "Link programs/data to be in external memory by default"
9964 msgstr ""
9966 #: config/d30v/d30v.h:141
9967 msgid "Link programs/data to be in onchip memory by default"
9968 msgstr ""
9970 #: config/d30v/d30v.h:149
9971 msgid "Change the branch costs within the compiler"
9972 msgstr ""
9974 #: config/d30v/d30v.h:152
9975 msgid "Change the threshold for conversion to conditional execution"
9976 msgstr ""
9978 #: config/dsp16xx/dsp16xx.c:1456 config/dsp16xx/dsp16xx.c:1479
9979 msgid "stack size > 32k"
9980 msgstr ""
9982 #: config/dsp16xx/dsp16xx.c:1688
9983 msgid "invalid addressing mode"
9984 msgstr ""
9986 #: config/dsp16xx/dsp16xx.c:1831
9987 msgid "bad register extension code"
9988 msgstr ""
9990 #: config/dsp16xx/dsp16xx.c:1931
9991 msgid "invalid offset in ybase addressing"
9992 msgstr ""
9994 #: config/dsp16xx/dsp16xx.c:1934
9995 msgid "invalid register in ybase addressing"
9996 msgstr ""
9998 #: config/dsp16xx/dsp16xx.c:2109
9999 msgid "invalid shift operator in emit_1600_core_shift"
10000 msgstr ""
10002 #: config/dsp16xx/dsp16xx.c:2438
10003 msgid "invalid mode for gen_tst_reg"
10004 msgstr ""
10006 #: config/dsp16xx/dsp16xx.c:2510
10007 msgid "invalid mode for integer comparison in gen_compare_reg"
10008 msgstr ""
10010 #. Macro to define tables used to set the flags.
10011 #. This is a list in braces of pairs in braces,
10012 #. each pair being { "NAME", VALUE }
10013 #. where VALUE is the bits to set or minus the bits to clear.
10014 #. An empty string NAME is used to identify the default VALUE.
10015 #: config/dsp16xx/dsp16xx.h:230
10016 msgid "Pass parameters in registers (default)"
10017 msgstr ""
10019 #: config/dsp16xx/dsp16xx.h:232
10020 msgid "Don't pass parameters in registers"
10021 msgstr ""
10023 #: config/dsp16xx/dsp16xx.h:234
10024 msgid "Generate code for near calls"
10025 msgstr ""
10027 #: config/dsp16xx/dsp16xx.h:236
10028 msgid "Don't generate code for near calls"
10029 msgstr ""
10031 #: config/dsp16xx/dsp16xx.h:238
10032 msgid "Generate code for near jumps"
10033 msgstr ""
10035 #: config/dsp16xx/dsp16xx.h:240
10036 msgid "Don't generate code for near jumps"
10037 msgstr ""
10039 #: config/dsp16xx/dsp16xx.h:242
10040 msgid "Generate code for a bit-manipulation unit"
10041 msgstr ""
10043 #: config/dsp16xx/dsp16xx.h:244
10044 msgid "Don't generate code for a bit-manipulation unit"
10045 msgstr ""
10047 #: config/dsp16xx/dsp16xx.h:246
10048 msgid "Generate code for memory map1"
10049 msgstr ""
10051 #: config/dsp16xx/dsp16xx.h:248
10052 msgid "Generate code for memory map2"
10053 msgstr ""
10055 #: config/dsp16xx/dsp16xx.h:250
10056 msgid "Generate code for memory map3"
10057 msgstr ""
10059 #: config/dsp16xx/dsp16xx.h:252
10060 msgid "Generate code for memory map4"
10061 msgstr ""
10063 #: config/dsp16xx/dsp16xx.h:254
10064 msgid "Ouput extra code for initialized data"
10065 msgstr ""
10067 #: config/dsp16xx/dsp16xx.h:256
10068 msgid "Don't let reg. allocator use ybase registers"
10069 msgstr ""
10071 #: config/dsp16xx/dsp16xx.h:258
10072 msgid "Output extra debug info in Luxworks environment"
10073 msgstr ""
10075 #: config/dsp16xx/dsp16xx.h:260
10076 msgid "Save temp. files in Luxworks environment"
10077 msgstr ""
10079 #: config/dsp16xx/dsp16xx.h:272
10080 msgid "Specify alternate name for text section"
10081 msgstr ""
10083 #: config/dsp16xx/dsp16xx.h:274
10084 msgid "Specify alternate name for data section"
10085 msgstr ""
10087 #: config/dsp16xx/dsp16xx.h:276
10088 msgid "Specify alternate name for bss section"
10089 msgstr ""
10091 #: config/dsp16xx/dsp16xx.h:278
10092 msgid "Specify alternate name for constant section"
10093 msgstr ""
10095 #: config/dsp16xx/dsp16xx.h:280
10096 msgid "Specify alternate name for dsp16xx chip"
10097 msgstr ""
10099 #. Output assembler code to FILE to increment profiler label # LABELNO
10100 #. for profiling a function entry.
10101 #: config/dsp16xx/dsp16xx.h:1218 config/dsp16xx/dsp16xx.h:1675
10102 #: config/dsp16xx/dsp16xx.h:1680
10103 msgid "profiling not implemented yet"
10104 msgstr ""
10106 #. Emit RTL insns to initialize the variable parts of a trampoline.
10107 #. FNADDR is an RTX for the address of the function's pure code.
10108 #. CXT is an RTX for the static chain value for the function.
10109 #: config/dsp16xx/dsp16xx.h:1228 config/dsp16xx/dsp16xx.h:1240
10110 msgid "trampolines not yet implemented"
10111 msgstr ""
10113 #: config/fr30/fr30.c:455
10114 msgid "fr30_print_operand_address: unhandled address"
10115 msgstr ""
10117 #: config/fr30/fr30.c:482
10118 #, c-format
10119 msgid "fr30_print_operand: unrecognized %%p code"
10120 msgstr ""
10122 #: config/fr30/fr30.c:502
10123 #, c-format
10124 msgid "fr30_print_operand: unrecognized %%b code"
10125 msgstr ""
10127 #: config/fr30/fr30.c:523
10128 #, c-format
10129 msgid "fr30_print_operand: unrecognized %%B code"
10130 msgstr ""
10132 #: config/fr30/fr30.c:531
10133 #, c-format
10134 msgid "fr30_print_operand: invalid operand to %%A code"
10135 msgstr ""
10137 #: config/fr30/fr30.c:548
10138 #, c-format
10139 msgid "fr30_print_operand: invalid %%x code"
10140 msgstr ""
10142 #: config/fr30/fr30.c:555
10143 #, c-format
10144 msgid "fr30_print_operand: invalid %%F code"
10145 msgstr ""
10147 #: config/fr30/fr30.c:572
10148 msgid "fr30_print_operand: unknown code"
10149 msgstr ""
10151 #: config/fr30/fr30.c:601 config/fr30/fr30.c:610 config/fr30/fr30.c:621
10152 #: config/fr30/fr30.c:634
10153 msgid "fr30_print_operand: unhandled MEM"
10154 msgstr ""
10156 #: config/fr30/fr30.h:63
10157 msgid "Assume small address space"
10158 msgstr ""
10160 #: config/frv/frv.c:415 config/frv/frv.c:433
10161 #, c-format
10162 msgid "Unknown cpu: -mcpu=%s"
10163 msgstr ""
10165 #: config/frv/frv.c:456
10166 msgid "-fpic and -gdwarf are incompatible (-fpic and -g/-gdwarf-2 are fine)"
10167 msgstr ""
10169 #: config/frv/frv.c:2525
10170 msgid "Bad insn to frv_print_operand_address:"
10171 msgstr ""
10173 #: config/frv/frv.c:2538
10174 msgid "Bad register to frv_print_operand_memory_reference_reg:"
10175 msgstr ""
10177 #: config/frv/frv.c:2579 config/frv/frv.c:2589 config/frv/frv.c:2598
10178 #: config/frv/frv.c:2626 config/frv/frv.c:2638 config/frv/frv.c:2642
10179 msgid "Bad insn to frv_print_operand_memory_reference:"
10180 msgstr ""
10182 #: config/frv/frv.c:2784
10183 msgid "Bad insn in frv_print_operand, bad const_double"
10184 msgstr ""
10186 #: config/frv/frv.c:2829
10187 msgid "Bad insn to frv_print_operand, 'C' modifier:"
10188 msgstr ""
10190 #: config/frv/frv.c:2852
10191 msgid "Bad insn to frv_print_operand, 'c' modifier:"
10192 msgstr ""
10194 #: config/frv/frv.c:2877
10195 msgid "Bad insn to frv_print_operand, 'e' modifier:"
10196 msgstr ""
10198 #: config/frv/frv.c:2885
10199 msgid "Bad insn to frv_print_operand, 'F' modifier:"
10200 msgstr ""
10202 #: config/frv/frv.c:2901
10203 msgid "Bad insn to frv_print_operand, 'f' modifier:"
10204 msgstr ""
10206 #: config/frv/frv.c:2954
10207 msgid "Bad insn to frv_print_operand, 'L' modifier:"
10208 msgstr ""
10210 #: config/frv/frv.c:2967
10211 msgid "Bad insn to frv_print_operand, 'M/N' modifier:"
10212 msgstr ""
10214 #: config/frv/frv.c:2988
10215 msgid "Bad insn to frv_print_operand, 'O' modifier:"
10216 msgstr ""
10218 #: config/frv/frv.c:3006
10219 msgid "Bad insn to frv_print_operand, P modifier:"
10220 msgstr ""
10222 #: config/frv/frv.c:3026
10223 msgid "Bad insn in frv_print_operand, z case"
10224 msgstr ""
10226 #: config/frv/frv.c:3054
10227 msgid "Bad insn in frv_print_operand, 0 case"
10228 msgstr ""
10230 #: config/frv/frv.c:3059
10231 msgid "frv_print_operand: unknown code"
10232 msgstr ""
10234 #: config/frv/frv.c:5742
10235 msgid "Bad output_move_single operand"
10236 msgstr ""
10238 #: config/frv/frv.c:5871
10239 msgid "Bad output_move_double operand"
10240 msgstr ""
10242 #: config/frv/frv.c:6015
10243 msgid "Bad output_condmove_single operand"
10244 msgstr ""
10246 #: config/frv/frv.c:8320
10247 msgid "frv_registers_update"
10248 msgstr ""
10250 #: config/frv/frv.c:8480
10251 msgid "frv_registers_used_p"
10252 msgstr ""
10254 #: config/frv/frv.c:8609
10255 msgid "frv_registers_set_p"
10256 msgstr ""
10258 #: config/frv/frv.c:9176
10259 msgid "accumulator is not a constant integer"
10260 msgstr ""
10262 #: config/frv/frv.c:9181
10263 msgid "accumulator number is out of bounds"
10264 msgstr ""
10266 #: config/frv/frv.c:9192
10267 #, c-format
10268 msgid "inappropriate accumulator for `%s'"
10269 msgstr ""
10271 #: config/frv/frv.c:9258
10272 #, c-format
10273 msgid "`%s' expects a constant argument"
10274 msgstr ""
10276 #: config/frv/frv.c:9263
10277 #, c-format
10278 msgid "constant argument out of range for `%s'"
10279 msgstr ""
10281 #: config/frv/frv.c:9643
10282 msgid "media functions are not available unless -mmedia is used"
10283 msgstr ""
10285 #: config/frv/frv.c:9655
10286 msgid "this media function is only available on the fr500"
10287 msgstr ""
10289 #: config/frv/frv.c:9683
10290 msgid "this media function is only available on the fr400"
10291 msgstr ""
10293 #. This macro is a C statement to print on `stderr' a string describing the
10294 #. particular machine description choice.  Every machine description should
10295 #. define `TARGET_VERSION'.  For example:
10297 #. #ifdef MOTOROLA
10298 #. #define TARGET_VERSION           fprintf (stderr, " (68k, Motorola syntax)");
10299 #. #else
10300 #. #define TARGET_VERSION           fprintf (stderr, " (68k, MIT syntax)");
10301 #. #endif
10302 #: config/frv/frv.h:509
10303 msgid " (frv)"
10304 msgstr ""
10306 #: config/h8300/h8300.c:311
10307 msgid "-ms2600 is used without -ms"
10308 msgstr ""
10310 #: config/h8300/h8300.c:317
10311 msgid "-mn is used without -mh or -ms"
10312 msgstr ""
10314 #. Macro to define tables used to set the flags.
10315 #. This is a list in braces of pairs in braces,
10316 #. each pair being { "NAME", VALUE }
10317 #. where VALUE is the bits to set or minus the bits to clear.
10318 #. An empty string NAME is used to identify the default VALUE.
10319 #: config/h8300/h8300.h:150
10320 msgid "Generate H8S code"
10321 msgstr ""
10323 #: config/h8300/h8300.h:151
10324 msgid "Do not generate H8S code"
10325 msgstr ""
10327 #: config/h8300/h8300.h:152
10328 msgid "Generate H8S/2600 code"
10329 msgstr ""
10331 #: config/h8300/h8300.h:153
10332 msgid "Do not generate H8S/2600 code"
10333 msgstr ""
10335 #: config/h8300/h8300.h:154
10336 msgid "Make integers 32 bits wide"
10337 msgstr ""
10339 #: config/h8300/h8300.h:157
10340 msgid "Use registers for argument passing"
10341 msgstr ""
10343 #: config/h8300/h8300.h:159
10344 msgid "Do not use registers for argument passing"
10345 msgstr ""
10347 #: config/h8300/h8300.h:161
10348 msgid "Consider access to byte sized memory slow"
10349 msgstr ""
10351 #: config/h8300/h8300.h:162
10352 msgid "Enable linker relaxing"
10353 msgstr ""
10355 #: config/h8300/h8300.h:164
10356 msgid "Generate H8/300H code"
10357 msgstr ""
10359 #: config/h8300/h8300.h:165
10360 msgid "Enable the normal mode"
10361 msgstr ""
10363 #: config/h8300/h8300.h:166
10364 msgid "Do not generate H8/300H code"
10365 msgstr ""
10367 #: config/h8300/h8300.h:167
10368 msgid "Use H8/300 alignment rules"
10369 msgstr ""
10371 #: config/i370/i370-c.c:55
10372 msgid "junk at end of #pragma map"
10373 msgstr ""
10375 #: config/i370/i370-c.c:61
10376 msgid "malformed #pragma map, ignored"
10377 msgstr ""
10379 #: config/i370/i370.c:923
10380 msgid "real name is too long - alias ignored"
10381 msgstr ""
10383 #: config/i370/i370.c:928
10384 msgid "alias name is too long - alias ignored"
10385 msgstr ""
10387 #: config/i370/i370.c:1199
10388 msgid "internal error--no jump follows compare:"
10389 msgstr ""
10391 #. Macro to define tables used to set the flags.  This is a list in braces
10392 #. of pairs in braces, each pair being { "NAME", VALUE }
10393 #. where VALUE is the bits to set or minus the bits to clear.
10394 #. An empty string NAME is used to identify the default VALUE.
10395 #: config/i370/i370.h:75
10396 msgid "Generate char instructions"
10397 msgstr ""
10399 #: config/i370/i370.h:76
10400 msgid "Do not generate char instructions"
10401 msgstr ""
10403 #: config/i386/i386.c:1158
10404 #, c-format
10405 msgid "code model %s not supported in PIC mode"
10406 msgstr ""
10408 #: config/i386/i386.c:1168 config/sparc/sparc.c:368
10409 #, c-format
10410 msgid "bad value (%s) for -mcmodel= switch"
10411 msgstr ""
10413 #: config/i386/i386.c:1183
10414 #, c-format
10415 msgid "bad value (%s) for -masm= switch"
10416 msgstr ""
10418 #: config/i386/i386.c:1186
10419 #, c-format
10420 msgid "code model `%s' not supported in the %s bit mode"
10421 msgstr ""
10423 #: config/i386/i386.c:1189
10424 msgid "code model `large' not supported yet"
10425 msgstr ""
10427 #: config/i386/i386.c:1191
10428 #, c-format
10429 msgid "%i-bit mode not compiled in"
10430 msgstr ""
10432 #: config/i386/i386.c:1218 config/i386/i386.c:1230
10433 msgid "CPU you selected does not support x86-64 instruction set"
10434 msgstr ""
10436 #: config/i386/i386.c:1223 config/s390/s390.c:948
10437 #, c-format
10438 msgid "bad value (%s) for -march= switch"
10439 msgstr ""
10441 #: config/i386/i386.c:1236 config/s390/s390.c:967
10442 #, c-format
10443 msgid "bad value (%s) for -mtune= switch"
10444 msgstr ""
10446 #: config/i386/i386.c:1253
10447 #, c-format
10448 msgid "-mregparm=%d is not between 0 and %d"
10449 msgstr ""
10451 #: config/i386/i386.c:1266
10452 msgid "-malign-loops is obsolete, use -falign-loops"
10453 msgstr ""
10455 #: config/i386/i386.c:1271 config/i386/i386.c:1284 config/i386/i386.c:1297
10456 #, c-format
10457 msgid "-malign-loops=%d is not between 0 and %d"
10458 msgstr ""
10460 #: config/i386/i386.c:1279
10461 msgid "-malign-jumps is obsolete, use -falign-jumps"
10462 msgstr ""
10464 #: config/i386/i386.c:1292
10465 msgid "-malign-functions is obsolete, use -falign-functions"
10466 msgstr ""
10468 #: config/i386/i386.c:1330
10469 #, c-format
10470 msgid "-mpreferred-stack-boundary=%d is not between %d and 12"
10471 msgstr ""
10473 #: config/i386/i386.c:1342
10474 #, c-format
10475 msgid "-mbranch-cost=%d is not between 0 and 5"
10476 msgstr ""
10478 #: config/i386/i386.c:1354
10479 #, c-format
10480 msgid "bad value (%s) for -mtls-dialect= switch"
10481 msgstr ""
10483 #: config/i386/i386.c:1375
10484 msgid "-malign-double makes no sense in the 64bit mode"
10485 msgstr ""
10487 #: config/i386/i386.c:1377
10488 msgid "-mrtd calling convention not supported in the 64bit mode"
10489 msgstr ""
10491 #: config/i386/i386.c:1393 config/i386/i386.c:1404
10492 msgid "SSE instruction set disabled, using 387 arithmetics"
10493 msgstr ""
10495 #: config/i386/i386.c:1409
10496 msgid "387 instruction set disabled, using SSE arithmetics"
10497 msgstr ""
10499 #: config/i386/i386.c:1416
10500 #, c-format
10501 msgid "bad value (%s) for -mfpmath= switch"
10502 msgstr ""
10504 #: config/i386/i386.c:1576 config/i386/i386.c:1587
10505 msgid "fastcall and stdcall attributes are not compatible"
10506 msgstr ""
10508 #: config/i386/i386.c:1580 config/i386/i386.c:1640
10509 msgid "fastcall and regparm attributes are not compatible"
10510 msgstr ""
10512 #: config/i386/i386.c:1627
10513 #, c-format
10514 msgid "`%s' attribute requires an integer constant argument"
10515 msgstr ""
10517 #: config/i386/i386.c:1633
10518 #, c-format
10519 msgid "argument to `%s' attribute larger than %d"
10520 msgstr ""
10522 #: config/i386/i386.c:6810
10523 msgid "invalid UNSPEC as operand"
10524 msgstr ""
10526 #: config/i386/i386.c:7072
10527 msgid "extended registers have no high halves"
10528 msgstr ""
10530 #: config/i386/i386.c:7087
10531 msgid "unsupported operand size for extended register"
10532 msgstr ""
10534 #: config/i386/i386.c:7402
10535 msgid ""
10536 "operand is neither a constant nor a condition code, invalid operand code 'c'"
10537 msgstr ""
10539 #: config/i386/i386.c:7448
10540 #, c-format
10541 msgid "invalid operand code `%c'"
10542 msgstr ""
10544 #: config/i386/i386.c:7495
10545 msgid "invalid constraints for operand"
10546 msgstr ""
10548 #: config/i386/i386.c:11946
10549 msgid "unknown insn mode"
10550 msgstr ""
10552 #. @@@ better error message
10553 #: config/i386/i386.c:14062 config/i386/i386.c:14098
10554 msgid "selector must be an immediate"
10555 msgstr ""
10557 #. @@@ better error message
10558 #: config/i386/i386.c:14259 config/i386/i386.c:14293
10559 msgid "mask must be an immediate"
10560 msgstr ""
10562 #: config/i386/i386.c:14325
10563 msgid "shift must be an immediate"
10564 msgstr ""
10566 #: config/i386/i386.c:15327
10567 #, c-format
10568 msgid "`%s' incompatible attribute ignored"
10569 msgstr ""
10571 #: config/i386/winnt.c:117
10572 #, c-format
10573 msgid "`%s' attribute only applies to variables"
10574 msgstr ""
10576 #: config/i386/winnt.c:288
10577 #, c-format
10578 msgid "`%s' declared as both exported to and imported from a DLL"
10579 msgstr ""
10581 #: config/i386/cygming.h:40
10582 msgid "Use the Cygwin interface"
10583 msgstr ""
10585 #: config/i386/cygming.h:41
10586 msgid "Use the Mingw32 interface"
10587 msgstr ""
10589 #: config/i386/cygming.h:42
10590 msgid "Create GUI application"
10591 msgstr ""
10593 #: config/i386/cygming.h:43
10594 msgid "Don't set Windows defines"
10595 msgstr ""
10597 #: config/i386/cygming.h:44
10598 msgid "Set Windows defines"
10599 msgstr ""
10601 #: config/i386/cygming.h:45
10602 msgid "Create console application"
10603 msgstr ""
10605 #: config/i386/cygming.h:46 config/i386/win32.h:59
10606 msgid "Generate code for a DLL"
10607 msgstr ""
10609 #: config/i386/cygming.h:48 config/i386/win32.h:61
10610 msgid "Ignore dllimport for functions"
10611 msgstr ""
10613 #: config/i386/cygming.h:50
10614 msgid "Use Mingw-specific thread support"
10615 msgstr ""
10617 #: config/i386/cygming.h:166
10618 #, c-format
10619 msgid "-f%s ignored for target (all code is position independent)"
10620 msgstr ""
10622 #: config/i386/djgpp.h:204
10623 msgid "-mbnu210 is ignored (option is obsolete)"
10624 msgstr ""
10626 #: config/i386/i386-interix.h:263
10627 msgid "ms-bitfields not supported for objc"
10628 msgstr ""
10630 #. Deprecated.
10631 #. Deprecated.
10632 #. Deprecated.
10633 #. Deprecated.
10634 #. Deprecated.
10635 #. Deprecated.
10636 #: config/i386/i386.h:329
10637 msgid "Alternate calling convention"
10638 msgstr ""
10640 #: config/i386/i386.h:331 config/m68k/m68k.h:180 config/ns32k/ns32k.h:144
10641 msgid "Use normal calling convention"
10642 msgstr ""
10644 #: config/i386/i386.h:333
10645 msgid "Align some doubles on dword boundary"
10646 msgstr ""
10648 #: config/i386/i386.h:335
10649 msgid "Align doubles on word boundary"
10650 msgstr ""
10652 #: config/i386/i386.h:337
10653 msgid "Uninitialized locals in .bss"
10654 msgstr ""
10656 #: config/i386/i386.h:339
10657 msgid "Uninitialized locals in .data"
10658 msgstr ""
10660 #: config/i386/i386.h:341 config/m68k/linux-aout.h:45 config/m68k/linux.h:50
10661 #: config/ns32k/ns32k.h:167
10662 msgid "Use IEEE math for fp comparisons"
10663 msgstr ""
10665 #: config/i386/i386.h:343 config/ns32k/ns32k.h:169
10666 msgid "Do not use IEEE math for fp comparisons"
10667 msgstr ""
10669 #: config/i386/i386.h:345
10670 msgid "Return values of functions in FPU registers"
10671 msgstr ""
10673 #: config/i386/i386.h:347
10674 msgid "Do not return values of functions in FPU registers"
10675 msgstr ""
10677 #: config/i386/i386.h:349
10678 msgid "Do not generate sin, cos, sqrt for FPU"
10679 msgstr ""
10681 #: config/i386/i386.h:351
10682 msgid "Generate sin, cos, sqrt for FPU"
10683 msgstr ""
10685 #: config/i386/i386.h:353
10686 msgid "Omit the frame pointer in leaf functions"
10687 msgstr ""
10689 #: config/i386/i386.h:356
10690 msgid "Enable stack probing"
10691 msgstr ""
10693 #. undocumented
10694 #. undocumented
10695 #: config/i386/i386.h:361
10696 msgid "Align destination of the string operations"
10697 msgstr ""
10699 #: config/i386/i386.h:363
10700 msgid "Do not align destination of the string operations"
10701 msgstr ""
10703 #: config/i386/i386.h:365
10704 msgid "Inline all known string operations"
10705 msgstr ""
10707 #: config/i386/i386.h:367
10708 msgid "Do not inline all known string operations"
10709 msgstr ""
10711 #: config/i386/i386.h:369 config/i386/i386.h:373
10712 msgid "Use push instructions to save outgoing arguments"
10713 msgstr ""
10715 #: config/i386/i386.h:371 config/i386/i386.h:375
10716 msgid "Do not use push instructions to save outgoing arguments"
10717 msgstr ""
10719 #: config/i386/i386.h:377
10720 msgid "Support MMX built-in functions"
10721 msgstr ""
10723 #: config/i386/i386.h:379
10724 msgid "Do not support MMX built-in functions"
10725 msgstr ""
10727 #: config/i386/i386.h:381
10728 msgid "Support 3DNow! built-in functions"
10729 msgstr ""
10731 #: config/i386/i386.h:383
10732 msgid "Do not support 3DNow! built-in functions"
10733 msgstr ""
10735 #: config/i386/i386.h:385
10736 msgid "Support MMX and SSE built-in functions and code generation"
10737 msgstr ""
10739 #: config/i386/i386.h:387
10740 msgid "Do not support MMX and SSE built-in functions and code generation"
10741 msgstr ""
10743 #: config/i386/i386.h:389
10744 msgid "Support MMX, SSE and SSE2 built-in functions and code generation"
10745 msgstr ""
10747 #: config/i386/i386.h:391
10748 msgid "Do not support MMX, SSE and SSE2 built-in functions and code generation"
10749 msgstr ""
10751 #: config/i386/i386.h:393
10752 msgid "sizeof(long double) is 16"
10753 msgstr ""
10755 #: config/i386/i386.h:395
10756 msgid "sizeof(long double) is 12"
10757 msgstr ""
10759 #: config/i386/i386.h:397
10760 msgid "Generate 64bit x86-64 code"
10761 msgstr ""
10763 #: config/i386/i386.h:399
10764 msgid "Generate 32bit i386 code"
10765 msgstr ""
10767 #: config/i386/i386.h:401
10768 msgid "Use native (MS) bitfield layout"
10769 msgstr ""
10771 #: config/i386/i386.h:403
10772 msgid "Use gcc default bitfield layout"
10773 msgstr ""
10775 #: config/i386/i386.h:405
10776 msgid "Use red-zone in the x86-64 code"
10777 msgstr ""
10779 #: config/i386/i386.h:407
10780 msgid "Do not use red-zone in the x86-64 code"
10781 msgstr ""
10783 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10784 #. command options that have values.  Its definition is an
10785 #. initializer with a subgrouping for each command option.
10787 #. Each subgrouping contains a string constant, that defines the
10788 #. fixed part of the option name, and the address of a variable.  The
10789 #. variable, type `char *', is set to the variable part of the given
10790 #. option if the fixed part matches.  The actual option name is made
10791 #. by appending `-m' to the specified name.
10792 #: config/i386/i386.h:436 config/ia64/ia64.h:245 config/rs6000/rs6000.h:382
10793 #: config/s390/s390.h:117 config/sparc/sparc.h:637
10794 msgid "Schedule code for given CPU"
10795 msgstr ""
10797 #: config/i386/i386.h:438
10798 msgid "Generate floating point mathematics using given instruction set"
10799 msgstr ""
10801 #: config/i386/i386.h:440 config/s390/s390.h:119
10802 msgid "Generate code for given CPU"
10803 msgstr ""
10805 #: config/i386/i386.h:442
10806 msgid "Number of registers used to pass integer arguments"
10807 msgstr ""
10809 #. TARGET_DEFAULT is defined in sun*.h and isi.h, etc.
10810 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10811 #. command options that have values.  Its definition is an
10812 #. initializer with a subgrouping for each command option.
10814 #. Each subgrouping contains a string constant, that defines the
10815 #. fixed part of the option name, and the address of a variable.  The
10816 #. variable, type `char *', is set to the variable part of the given
10817 #. option if the fixed part matches.  The actual option name is made
10818 #. by appending `-m' to the specified name.
10819 #: config/i386/i386.h:444 config/m68k/m68k.h:263
10820 msgid "Loop code aligned to this power of 2"
10821 msgstr ""
10823 #: config/i386/i386.h:446 config/m68k/m68k.h:265
10824 msgid "Jump targets are aligned to this power of 2"
10825 msgstr ""
10827 #: config/i386/i386.h:448 config/m68k/m68k.h:267
10828 msgid "Function starts are aligned to this power of 2"
10829 msgstr ""
10831 #: config/i386/i386.h:451
10832 msgid "Attempt to keep stack aligned to this power of 2"
10833 msgstr ""
10835 #: config/i386/i386.h:453
10836 msgid "Branches are this expensive (1-5, arbitrary units)"
10837 msgstr ""
10839 #: config/i386/i386.h:455
10840 msgid "Use given x86-64 code model"
10841 msgstr ""
10843 #. Undocumented.
10844 #. Undocumented.
10845 #: config/i386/i386.h:461
10846 msgid "Use given assembler dialect"
10847 msgstr ""
10849 #: config/i386/i386.h:463
10850 msgid "Use given thread-local storage dialect"
10851 msgstr ""
10853 #: config/i386/sco5.h:696
10854 msgid "Generate ELF output"
10855 msgstr ""
10857 #: config/i386/win32.h:53
10858 msgid "Use Mingw32 interface"
10859 msgstr ""
10861 #: config/i386/win32.h:55
10862 msgid "Use Cygwin interface"
10863 msgstr ""
10865 #: config/i386/win32.h:57
10866 msgid "Use bare Windows interface"
10867 msgstr ""
10869 #. 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.
10870 #. 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.
10871 #: config/i386/xm-djgpp.h:71
10872 msgid "environment variable DJGPP not defined"
10873 msgstr ""
10875 #: config/i386/xm-djgpp.h:73
10876 #, c-format
10877 msgid "environment variable DJGPP points to missing file '%s'"
10878 msgstr ""
10880 #: config/i386/xm-djgpp.h:76
10881 #, c-format
10882 msgid "environment variable DJGPP points to corrupt file '%s'"
10883 msgstr ""
10885 #: config/i960/i960-c.c:68
10886 msgid "sorry, not implemented: #pragma align NAME=SIZE"
10887 msgstr ""
10889 #: config/i960/i960-c.c:73
10890 msgid "malformed #pragma align - ignored"
10891 msgstr ""
10893 #: config/i960/i960-c.c:111
10894 msgid "sorry, not implemented: #pragma noalign NAME"
10895 msgstr ""
10897 #: config/i960/i960.c:130 config/i960/i960.c:140
10898 msgid "conflicting architectures defined - using C series"
10899 msgstr ""
10901 #: config/i960/i960.c:135
10902 msgid "conflicting architectures defined - using K series"
10903 msgstr ""
10905 #: config/i960/i960.c:150
10906 msgid "iC2.0 and iC3.0 are incompatible - using iC3.0"
10907 msgstr ""
10909 #: config/i960/i960.c:1455 config/m68k/m68k.c:573 config/rs6000/rs6000.c:10113
10910 msgid "stack limit expression is not supported"
10911 msgstr ""
10913 #. Macro to define tables used to set the flags.
10914 #. This is a list in braces of pairs in braces,
10915 #. each pair being { "NAME", VALUE }
10916 #. where VALUE is the bits to set or minus the bits to clear.
10917 #. An empty string NAME is used to identify the default VALUE.
10918 #. ??? Not all ten of these architecture variations actually exist, but I
10919 #. am not sure which are real and which aren't.
10920 #: config/i960/i960.h:240
10921 msgid "Generate SA code"
10922 msgstr ""
10924 #: config/i960/i960.h:243
10925 msgid "Generate SB code"
10926 msgstr ""
10928 #. {"sc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED|                                          TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR),              N_("Generate SC code")},
10929 #: config/i960/i960.h:248
10930 msgid "Generate KA code"
10931 msgstr ""
10933 #: config/i960/i960.h:251
10934 msgid "Generate KB code"
10935 msgstr ""
10937 #. {"kc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED|                                          TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR),              N_("Generate KC code")},
10938 #: config/i960/i960.h:256
10939 msgid "Generate JA code"
10940 msgstr ""
10942 #: config/i960/i960.h:258
10943 msgid "Generate JD code"
10944 msgstr ""
10946 #: config/i960/i960.h:261
10947 msgid "Generate JF code"
10948 msgstr ""
10950 #: config/i960/i960.h:263
10951 msgid "generate RP code"
10952 msgstr ""
10954 #: config/i960/i960.h:266
10955 msgid "Generate MC code"
10956 msgstr ""
10958 #: config/i960/i960.h:269
10959 msgid "Generate CA code"
10960 msgstr ""
10962 #. {"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")},
10963 #: config/i960/i960.h:279
10964 msgid "Generate CF code"
10965 msgstr ""
10967 #: config/i960/i960.h:283 config/mips/mips.h:579 config/pa/pa.h:266
10968 msgid "Use software floating point"
10969 msgstr ""
10971 #: config/i960/i960.h:285
10972 msgid "Use alternate leaf function entries"
10973 msgstr ""
10975 #: config/i960/i960.h:287
10976 msgid "Do not use alternate leaf function entries"
10977 msgstr ""
10979 #: config/i960/i960.h:289
10980 msgid "Perform tail call optimization"
10981 msgstr ""
10983 #: config/i960/i960.h:291
10984 msgid "Do not perform tail call optimization"
10985 msgstr ""
10987 #: config/i960/i960.h:293
10988 msgid "Use complex addressing modes"
10989 msgstr ""
10991 #: config/i960/i960.h:295
10992 msgid "Do not use complex addressing modes"
10993 msgstr ""
10995 #: config/i960/i960.h:297
10996 msgid "Align code to 8 byte boundary"
10997 msgstr ""
10999 #: config/i960/i960.h:299
11000 msgid "Do not align code to 8 byte boundary"
11001 msgstr ""
11003 #. {"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")},
11004 #: config/i960/i960.h:305 config/i960/i960.h:307
11005 msgid "Enable compatibility with iC960 v2.0"
11006 msgstr ""
11008 #: config/i960/i960.h:309
11009 msgid "Enable compatibility with iC960 v3.0"
11010 msgstr ""
11012 #: config/i960/i960.h:311 config/i960/i960.h:313
11013 msgid "Enable compatibility with ic960 assembler"
11014 msgstr ""
11016 #: config/i960/i960.h:315
11017 msgid "Do not permit unaligned accesses"
11018 msgstr ""
11020 #: config/i960/i960.h:317
11021 msgid "Permit unaligned accesses"
11022 msgstr ""
11024 #: config/i960/i960.h:319
11025 msgid "Layout types like Intel's v1.3 gcc"
11026 msgstr ""
11028 #: config/i960/i960.h:321
11029 msgid "Do not layout types like Intel's v1.3 gcc"
11030 msgstr ""
11032 #: config/i960/i960.h:323 config/sparc/freebsd.h:79 config/sparc/linux.h:86
11033 #: config/sparc/linux64.h:88 config/sparc/netbsd-elf.h:230
11034 msgid "Use 64 bit long doubles"
11035 msgstr ""
11037 #: config/i960/i960.h:325
11038 msgid "Enable linker relaxation"
11039 msgstr ""
11041 #: config/i960/i960.h:327
11042 msgid "Do not enable linker relaxation"
11043 msgstr ""
11045 #: config/ia64/ia64-c.c:53
11046 msgid "malformed #pragma builtin"
11047 msgstr ""
11049 #: config/ia64/ia64.c:4052
11050 msgid "ia64_print_operand: unknown code"
11051 msgstr ""
11053 #: config/ia64/ia64.c:4409
11054 msgid "value of -mfixed-range must have form REG1-REG2"
11055 msgstr ""
11057 #: config/ia64/ia64.c:4436
11058 #, c-format
11059 msgid "%s-%s is an empty range"
11060 msgstr ""
11062 #: config/ia64/ia64.c:4484
11063 msgid "cannot optimize floating point division for both latency and throughput"
11064 msgstr ""
11066 #: config/ia64/ia64.c:4490
11067 msgid "cannot optimize integer division for both latency and throughput"
11068 msgstr ""
11070 #: config/ia64/ia64.c:4502
11071 #, c-format
11072 msgid "bad value (%s) for -mtls-size= switch"
11073 msgstr ""
11075 #: config/ia64/ia64.c:4518
11076 #, c-format
11077 msgid "bad value (%s) for -tune= switch"
11078 msgstr ""
11080 #. This macro defines names of command options to set and clear bits in
11081 #. `target_flags'.  Its definition is an initializer with a subgrouping for
11082 #. each command option.
11083 #: config/ia64/ia64.h:152
11084 msgid "Generate big endian code"
11085 msgstr ""
11087 #: config/ia64/ia64.h:154 config/mcore/mcore.h:160
11088 msgid "Generate little endian code"
11089 msgstr ""
11091 #: config/ia64/ia64.h:156
11092 msgid "Generate code for GNU as"
11093 msgstr ""
11095 #: config/ia64/ia64.h:158
11096 msgid "Generate code for Intel as"
11097 msgstr ""
11099 #: config/ia64/ia64.h:160
11100 msgid "Generate code for GNU ld"
11101 msgstr ""
11103 #: config/ia64/ia64.h:162
11104 msgid "Generate code for Intel ld"
11105 msgstr ""
11107 #: config/ia64/ia64.h:164
11108 msgid "Generate code without GP reg"
11109 msgstr ""
11111 #: config/ia64/ia64.h:166
11112 msgid "Emit stop bits before and after volatile extended asms"
11113 msgstr ""
11115 #: config/ia64/ia64.h:168
11116 msgid "Don't emit stop bits before and after volatile extended asms"
11117 msgstr ""
11119 #: config/ia64/ia64.h:170
11120 msgid "Emit code for Itanium (TM) processor B step"
11121 msgstr ""
11123 #: config/ia64/ia64.h:172
11124 msgid "Use in/loc/out register names"
11125 msgstr ""
11127 #: config/ia64/ia64.h:174
11128 msgid "Disable use of sdata/scommon/sbss"
11129 msgstr ""
11131 #: config/ia64/ia64.h:176
11132 msgid "Enable use of sdata/scommon/sbss"
11133 msgstr ""
11135 #: config/ia64/ia64.h:178
11136 msgid "gp is constant (but save/restore gp on indirect calls)"
11137 msgstr ""
11139 #: config/ia64/ia64.h:180
11140 msgid "Generate self-relocatable code"
11141 msgstr ""
11143 #: config/ia64/ia64.h:182
11144 msgid "Generate inline floating point division, optimize for latency"
11145 msgstr ""
11147 #: config/ia64/ia64.h:184
11148 msgid "Generate inline floating point division, optimize for throughput"
11149 msgstr ""
11151 #: config/ia64/ia64.h:186
11152 msgid "Generate inline integer division, optimize for latency"
11153 msgstr ""
11155 #: config/ia64/ia64.h:188
11156 msgid "Generate inline integer division, optimize for throughput"
11157 msgstr ""
11159 #: config/ia64/ia64.h:190
11160 msgid "Enable Dwarf 2 line debug info via GNU as"
11161 msgstr ""
11163 #: config/ia64/ia64.h:192
11164 msgid "Disable Dwarf 2 line debug info via GNU as"
11165 msgstr ""
11167 #: config/ia64/ia64.h:194
11168 msgid "Enable earlier placing stop bits for better scheduling"
11169 msgstr ""
11171 #: config/ia64/ia64.h:196
11172 msgid "Disable earlier placing stop bits"
11173 msgstr ""
11175 #: config/ia64/ia64.h:241
11176 msgid "Specify range of registers to make fixed"
11177 msgstr ""
11179 #: config/ip2k/ip2k.c:1100
11180 msgid "bad operand"
11181 msgstr ""
11183 #: config/m32r/m32r.c:147
11184 #, c-format
11185 msgid "bad value (%s) for -mmodel switch"
11186 msgstr ""
11188 #: config/m32r/m32r.c:156
11189 #, c-format
11190 msgid "bad value (%s) for -msdata switch"
11191 msgstr ""
11193 #: config/m32r/m32r.c:327
11194 #, c-format
11195 msgid "invalid argument of `%s' attribute"
11196 msgstr ""
11198 #: config/m32r/m32r.c:430
11199 msgid "const objects cannot go in .sdata/.sbss"
11200 msgstr ""
11202 #: config/m32r/m32r.c:2301
11203 #, c-format
11204 msgid "invalid operand to %%s code"
11205 msgstr ""
11207 #: config/m32r/m32r.c:2308
11208 #, c-format
11209 msgid "invalid operand to %%p code"
11210 msgstr ""
11212 #: config/m32r/m32r.c:2363
11213 msgid "bad insn for 'A'"
11214 msgstr ""
11216 #: config/m32r/m32r.c:2415
11217 #, c-format
11218 msgid "invalid operand to %%T/%%B code"
11219 msgstr ""
11221 #: config/m32r/m32r.c:2438
11222 #, c-format
11223 msgid "invalid operand to %%N code"
11224 msgstr ""
11226 #: config/m32r/m32r.c:2483
11227 msgid "pre-increment address is not a register"
11228 msgstr ""
11230 #: config/m32r/m32r.c:2490
11231 msgid "pre-decrement address is not a register"
11232 msgstr ""
11234 #: config/m32r/m32r.c:2497
11235 msgid "post-increment address is not a register"
11236 msgstr ""
11238 #: config/m32r/m32r.c:2575 config/m32r/m32r.c:2591
11239 #: config/rs6000/rs6000.c:12946
11240 msgid "bad address"
11241 msgstr ""
11243 #: config/m32r/m32r.c:2596
11244 msgid "lo_sum not of register"
11245 msgstr ""
11247 #. { "relax",                   TARGET_RELAX_MASK, "" },                    { "no-relax",               -TARGET_RELAX_MASK, "" },
11248 #: config/m32r/m32r.h:248
11249 msgid "Display compile time statistics"
11250 msgstr ""
11252 #: config/m32r/m32r.h:250
11253 msgid "Align all loops to 32 byte boundary"
11254 msgstr ""
11256 #: config/m32r/m32r.h:253
11257 msgid "Only issue one instruction per cycle"
11258 msgstr ""
11260 #: config/m32r/m32r.h:256
11261 msgid "Prefer branches over conditional execution"
11262 msgstr ""
11264 #: config/m32r/m32r.h:272
11265 msgid "Code size: small, medium or large"
11266 msgstr ""
11268 #: config/m32r/m32r.h:274
11269 msgid "Small data area: none, sdata, use"
11270 msgstr ""
11272 #: config/m68hc11/m68hc11.c:252
11273 #, c-format
11274 msgid "-f%s ignored for 68HC11/68HC12 (not supported)"
11275 msgstr ""
11277 #: config/m68hc11/m68hc11.c:1299
11278 msgid "`trap' and `far' attributes are not compatible, ignoring `far'"
11279 msgstr ""
11281 #: config/m68hc11/m68hc11.c:1305
11282 msgid "`trap' attribute is already used"
11283 msgstr ""
11285 #. !!!! SCz wrong here.
11286 #: config/m68hc11/m68hc11.c:3320 config/m68hc11/m68hc11.c:3724
11287 msgid "move insn not handled"
11288 msgstr ""
11290 #: config/m68hc11/m68hc11.c:3570 config/m68hc11/m68hc11.c:3654
11291 #: config/m68hc11/m68hc11.c:3936
11292 msgid "invalid register in the move instruction"
11293 msgstr ""
11295 #: config/m68hc11/m68hc11.c:3604
11296 msgid "invalid operand in the instruction"
11297 msgstr ""
11299 #: config/m68hc11/m68hc11.c:3910
11300 msgid "invalid register in the instruction"
11301 msgstr ""
11303 #: config/m68hc11/m68hc11.c:3943
11304 msgid "operand 1 must be a hard register"
11305 msgstr ""
11307 #: config/m68hc11/m68hc11.c:3960
11308 msgid "invalid rotate insn"
11309 msgstr ""
11311 #: config/m68hc11/m68hc11.c:4381
11312 msgid "registers IX, IY and Z used in the same INSN"
11313 msgstr ""
11315 #: config/m68hc11/m68hc11.c:4718 config/m68hc11/m68hc11.c:5021
11316 msgid "cannot do z-register replacement"
11317 msgstr ""
11319 #: config/m68hc11/m68hc11.c:5084
11320 msgid "invalid Z register replacement for insn"
11321 msgstr ""
11323 #. Macro to define tables used to set the flags. This is a list in braces of
11324 #. pairs in braces, each pair being { "NAME", VALUE } where VALUE is the bits
11325 #. to set or minus the bits to clear. An empty string NAME is used to
11326 #. identify the default VALUE.
11327 #: config/m68hc11/m68hc11.h:177
11328 msgid "Compile with 16-bit integer mode"
11329 msgstr ""
11331 #: config/m68hc11/m68hc11.h:179
11332 msgid "Compile with 32-bit integer mode"
11333 msgstr ""
11335 #: config/m68hc11/m68hc11.h:181
11336 msgid "Auto pre/post decrement increment allowed"
11337 msgstr ""
11339 #: config/m68hc11/m68hc11.h:183
11340 msgid "Auto pre/post decrement increment not allowed"
11341 msgstr ""
11343 #: config/m68hc11/m68hc11.h:185
11344 msgid "Min/max instructions allowed"
11345 msgstr ""
11347 #: config/m68hc11/m68hc11.h:187
11348 msgid "Min/max instructions not allowed"
11349 msgstr ""
11351 #: config/m68hc11/m68hc11.h:189
11352 msgid "Use call and rtc for function calls and returns"
11353 msgstr ""
11355 #: config/m68hc11/m68hc11.h:191
11356 msgid "Use jsr and rts for function calls and returns"
11357 msgstr ""
11359 #: config/m68hc11/m68hc11.h:193
11360 msgid "Do not use direct addressing mode for soft registers"
11361 msgstr ""
11363 #: config/m68hc11/m68hc11.h:195 config/m68hc11/m68hc11.h:201
11364 msgid "Compile for a 68HC11"
11365 msgstr ""
11367 #: config/m68hc11/m68hc11.h:197 config/m68hc11/m68hc11.h:203
11368 msgid "Compile for a 68HC12"
11369 msgstr ""
11371 #: config/m68hc11/m68hc11.h:199 config/m68hc11/m68hc11.h:205
11372 msgid "Compile for a 68HCS12"
11373 msgstr ""
11375 #. This macro is similar to `TARGET_SWITCHES' but defines names of
11376 #. command options that have values.  Its definition is an
11377 #. initializer with a subgrouping for each command option.
11379 #. Each subgrouping contains a string constant, that defines the
11380 #. fixed part of the option name, and the address of a variable.  The
11381 #. variable, type `char *', is set to the variable part of the given
11382 #. option if the fixed part matches.  The actual option name is made
11383 #. by appending `-m' to the specified name.
11384 #: config/m68hc11/m68hc11.h:219
11385 msgid "Specify the register allocation order"
11386 msgstr ""
11388 #: config/m68hc11/m68hc11.h:221
11389 msgid "Indicate the number of soft registers available"
11390 msgstr ""
11392 #: config/m68k/m68k.c:172
11393 #, c-format
11394 msgid "-malign-loops=%d is not between 1 and %d"
11395 msgstr ""
11397 #: config/m68k/m68k.c:183
11398 #, c-format
11399 msgid "-malign-jumps=%d is not between 1 and %d"
11400 msgstr ""
11402 #: config/m68k/m68k.c:194
11403 #, c-format
11404 msgid "-malign-functions=%d is not between 1 and %d"
11405 msgstr ""
11407 #: config/m68k/m68k.c:203
11408 msgid "-fPIC is not currently supported on the 68000 or 68010\n"
11409 msgstr ""
11411 #. Macro to define tables used to set the flags.
11412 #. This is a list in braces of pairs in braces,
11413 #. each pair being { "NAME", VALUE }
11414 #. where VALUE is the bits to set or minus the bits to clear.
11415 #. An empty string NAME is used to identify the default VALUE.
11416 #: config/m68k/m68k.h:162 config/m68k/m68k.h:164
11417 msgid "Generate code for a 68020"
11418 msgstr ""
11420 #: config/m68k/m68k.h:169 config/m68k/m68k.h:172
11421 msgid "Generate code for a 68000"
11422 msgstr ""
11424 #: config/m68k/m68k.h:174
11425 msgid "Use the bit-field instructions"
11426 msgstr ""
11428 #: config/m68k/m68k.h:176
11429 msgid "Do not use the bit-field instructions"
11430 msgstr ""
11432 #: config/m68k/m68k.h:178
11433 msgid "Use different calling convention using 'rtd'"
11434 msgstr ""
11436 #: config/m68k/m68k.h:182
11437 msgid "Consider type `int' to be 16 bits wide"
11438 msgstr ""
11440 #: config/m68k/m68k.h:184
11441 msgid "Consider type `int' to be 32 bits wide"
11442 msgstr ""
11444 #: config/m68k/m68k.h:186
11445 msgid "Generate code for a Sun FPA"
11446 msgstr ""
11448 #: config/m68k/m68k.h:189
11449 msgid "Do not generate code for a Sun FPA"
11450 msgstr ""
11452 #: config/m68k/m68k.h:191 config/m68k/m68k.h:193
11453 msgid "Generate code for a Sun Sky board"
11454 msgstr ""
11456 #: config/m68k/m68k.h:195
11457 msgid "Do not use Sky linkage convention"
11458 msgstr ""
11460 #: config/m68k/m68k.h:197
11461 msgid "Generate code for a 68881"
11462 msgstr ""
11464 #: config/m68k/m68k.h:200
11465 msgid "Generate code with library calls for floating point"
11466 msgstr ""
11468 #: config/m68k/m68k.h:202
11469 msgid "Generate code for a 68040, without any new instructions"
11470 msgstr ""
11472 #: config/m68k/m68k.h:205
11473 msgid "Generate code for a 68060, without any new instructions"
11474 msgstr ""
11476 #: config/m68k/m68k.h:209
11477 msgid "Generate code for a 68030"
11478 msgstr ""
11480 #: config/m68k/m68k.h:212
11481 msgid "Generate code for a 68040"
11482 msgstr ""
11484 #: config/m68k/m68k.h:216
11485 msgid "Generate code for a 68060"
11486 msgstr ""
11488 #: config/m68k/m68k.h:221
11489 msgid "Generate code for a 520X"
11490 msgstr ""
11492 #: config/m68k/m68k.h:224
11493 msgid "Generate code for a 68851"
11494 msgstr ""
11496 #: config/m68k/m68k.h:226
11497 msgid "Do no generate code for a 68851"
11498 msgstr ""
11500 #: config/m68k/m68k.h:229
11501 msgid "Generate code for a 68302"
11502 msgstr ""
11504 #: config/m68k/m68k.h:232
11505 msgid "Generate code for a 68332"
11506 msgstr ""
11508 #: config/m68k/m68k.h:236
11509 msgid "Generate code for a cpu32"
11510 msgstr ""
11512 #: config/m68k/m68k.h:239
11513 msgid "Align variables on a 32-bit boundary"
11514 msgstr ""
11516 #: config/m68k/m68k.h:241
11517 msgid "Align variables on a 16-bit boundary"
11518 msgstr ""
11520 #: config/m68k/m68k.h:243
11521 msgid "Generate pc-relative code"
11522 msgstr ""
11524 #: config/m68k/m68k.h:245
11525 msgid "Do not use unaligned memory references"
11526 msgstr ""
11528 #: config/m68k/m68k.h:247
11529 msgid "Use unaligned memory references"
11530 msgstr ""
11532 #: config/m88k/m88k.c:921
11533 #, c-format
11534 msgid "internal gcc monitor: short-branch(%x)"
11535 msgstr ""
11537 #: config/m88k/m88k.c:2320
11538 msgid "internal gcc error: Can't express symbolic location"
11539 msgstr ""
11541 #: config/m88k/m88k.c:2535
11542 #, c-format
11543 msgid "argument #%d is a structure"
11544 msgstr ""
11546 #: config/m88k/m88k.c:2834
11547 #, c-format
11548 msgid "%%R not followed by %%B/C/D/E"
11549 msgstr ""
11551 #: config/m88k/m88k.c:2902
11552 #, c-format
11553 msgid "invalid %%x/X value"
11554 msgstr ""
11556 #: config/m88k/m88k.c:2919
11557 #, c-format
11558 msgid "invalid %%Q value"
11559 msgstr ""
11561 #: config/m88k/m88k.c:2925 config/rs6000/rs6000.c:7796
11562 #, c-format
11563 msgid "invalid %%q value"
11564 msgstr ""
11566 #: config/m88k/m88k.c:2931
11567 #, c-format
11568 msgid "invalid %%o value"
11569 msgstr ""
11571 #: config/m88k/m88k.c:2938 config/rs6000/rs6000.c:7759
11572 #, c-format
11573 msgid "invalid %%p value"
11574 msgstr ""
11576 #: config/m88k/m88k.c:2951 config/m88k/m88k.c:2956
11577 #, c-format
11578 msgid "invalid %%s/S value"
11579 msgstr ""
11581 #: config/m88k/m88k.c:2967
11582 #, c-format
11583 msgid "invalid %%P operand"
11584 msgstr ""
11586 #: config/m88k/m88k.c:2998 config/romp/romp.c:698
11587 #, c-format
11588 msgid "invalid %%B value"
11589 msgstr ""
11591 #: config/m88k/m88k.c:3028
11592 #, c-format
11593 msgid "invalid %%D value"
11594 msgstr ""
11596 #: config/m88k/m88k.c:3041
11597 #, c-format
11598 msgid "`%%d' operand isn't a register"
11599 msgstr ""
11601 #: config/m88k/m88k.c:3059
11602 msgid "operand is r0"
11603 msgstr ""
11605 #: config/m88k/m88k.c:3073
11606 msgid "operand is const_double"
11607 msgstr ""
11609 #: config/m88k/m88k.c:3092
11610 msgid "invalid code"
11611 msgstr ""
11613 #. Do any checking or such that is needed after processing the -m switches.
11614 #: config/m88k/m88k.h:277
11615 msgid "-mtrap-large-shift and -mhandle-large-shift are incompatible"
11616 msgstr ""
11618 #: config/m88k/m88k.h:299
11619 #, c-format
11620 msgid "invalid option `-mshort-data-%s'"
11621 msgstr ""
11623 #: config/m88k/m88k.h:304
11624 #, c-format
11625 msgid "-mshort-data-%s is too large "
11626 msgstr ""
11628 #: config/m88k/m88k.h:306
11629 #, c-format
11630 msgid "-mshort-data-%s and PIC are incompatible"
11631 msgstr ""
11633 #: config/mcore/mcore.c:3131
11634 #, c-format
11635 msgid "invalid option `-mstack-increment=%s'"
11636 msgstr ""
11638 #: config/mcore/mcore.h:127
11639 msgid "Inline constants if it can be done in 2 insns or less"
11640 msgstr ""
11642 #: config/mcore/mcore.h:129
11643 msgid "Inline constants if it only takes 1 instruction"
11644 msgstr ""
11646 #: config/mcore/mcore.h:131
11647 msgid "Set maximum alignment to 4"
11648 msgstr ""
11650 #: config/mcore/mcore.h:133
11651 msgid "Set maximum alignment to 8"
11652 msgstr ""
11654 #: config/mcore/mcore.h:137
11655 msgid "Do not use the divide instruction"
11656 msgstr ""
11658 #: config/mcore/mcore.h:141
11659 msgid "Do not arbitary sized immediates in bit operations"
11660 msgstr ""
11662 #: config/mcore/mcore.h:143
11663 msgid "Always treat bit-field as int-sized"
11664 msgstr ""
11666 #: config/mcore/mcore.h:147
11667 msgid "Force functions to be aligned to a 4 byte boundary"
11668 msgstr ""
11670 #: config/mcore/mcore.h:149
11671 msgid "Force functions to be aligned to a 2 byte boundary"
11672 msgstr ""
11674 #: config/mcore/mcore.h:151
11675 msgid "Emit call graph information"
11676 msgstr ""
11678 #: config/mcore/mcore.h:155
11679 msgid "Prefer word accesses over byte accesses"
11680 msgstr ""
11682 #: config/mcore/mcore.h:166
11683 msgid "Generate code for the M*Core M340"
11684 msgstr ""
11686 #: config/mcore/mcore.h:179
11687 msgid "Maximum amount for a single stack increment operation"
11688 msgstr ""
11690 #: config/mips/mips.c:5458
11691 #, c-format
11692 msgid "bad value (%s) for -mabi= switch"
11693 msgstr ""
11695 #: config/mips/mips.c:5494
11696 #, c-format
11697 msgid ""
11698 "-mips%s conflicts with the other architecture options, which specify a MIPS%"
11699 "d processor"
11700 msgstr ""
11702 #: config/mips/mips.c:5513
11703 #, c-format
11704 msgid "-march=%s is not compatible with the selected ABI"
11705 msgstr ""
11707 #: config/mips/mips.c:5525
11708 msgid "-mgp64 used with a 32-bit processor"
11709 msgstr ""
11711 #: config/mips/mips.c:5527
11712 msgid "-mgp32 used with a 64-bit ABI"
11713 msgstr ""
11715 #: config/mips/mips.c:5529
11716 msgid "-mgp64 used with a 32-bit ABI"
11717 msgstr ""
11719 #: config/mips/mips.c:5547 config/mips/mips.c:5549 config/mips/mips.c:5551
11720 #, c-format
11721 msgid "unsupported combination: %s"
11722 msgstr ""
11724 #: config/mips/mips.c:5621
11725 msgid ""
11726 "generation of Branch Likely instructions enabled, but not supported by "
11727 "architecture"
11728 msgstr ""
11730 #: config/mips/mips.c:5632
11731 msgid "-G is incompatible with PIC code which is the default"
11732 msgstr ""
11734 #: config/mips/mips.c:5648
11735 msgid "-membedded-pic and -mabicalls are incompatible"
11736 msgstr ""
11738 #: config/mips/mips.c:5651
11739 msgid "-G and -membedded-pic are incompatible"
11740 msgstr ""
11742 #: config/mips/mips.c:5702
11743 #, c-format
11744 msgid "invalid option `entry%s'"
11745 msgstr ""
11747 #: config/mips/mips.c:5705
11748 msgid "-mentry is only meaningful with -mips-16"
11749 msgstr ""
11751 #: config/mips/mips.c:6114
11752 #, c-format
11753 msgid "internal error: %%) found without a %%( in assembler pattern"
11754 msgstr ""
11756 #: config/mips/mips.c:6128
11757 #, c-format
11758 msgid "internal error: %%] found without a %%[ in assembler pattern"
11759 msgstr ""
11761 #: config/mips/mips.c:6141
11762 #, c-format
11763 msgid "internal error: %%> found without a %%< in assembler pattern"
11764 msgstr ""
11766 #: config/mips/mips.c:6154
11767 #, c-format
11768 msgid "internal error: %%} found without a %%{ in assembler pattern"
11769 msgstr ""
11771 #: config/mips/mips.c:6168
11772 #, c-format
11773 msgid "PRINT_OPERAND: unknown punctuation '%c'"
11774 msgstr ""
11776 #: config/mips/mips.c:6177 config/xtensa/xtensa.c:1946
11777 msgid "PRINT_OPERAND null pointer"
11778 msgstr ""
11780 #: config/mips/mips.c:6308
11781 #, c-format
11782 msgid "invalid use of %%d, %%x, or %%X"
11783 msgstr ""
11785 #: config/mips/mips.c:6346 config/xtensa/xtensa.c:2040
11786 msgid "PRINT_OPERAND_ADDRESS, null pointer"
11787 msgstr ""
11789 #: config/mips/mips.c:6575
11790 msgid ""
11791 "MIPS ECOFF format does not allow changing filenames within functions with "
11792 "#line"
11793 msgstr ""
11795 #: config/mips/mips.c:6885
11796 msgid "can't rewind temp file"
11797 msgstr ""
11799 #: config/mips/mips.c:6889
11800 msgid "can't write to output file"
11801 msgstr ""
11803 #: config/mips/mips.c:6892
11804 msgid "can't read from temp file"
11805 msgstr ""
11807 #: config/mips/mips.c:6895
11808 msgid "can't close temp file"
11809 msgstr ""
11811 #: config/mips/mips.c:7335
11812 #, c-format
11813 msgid "gp_offset (%ld) or end_offset (%ld) is less than zero"
11814 msgstr ""
11816 #: config/mips/mips.c:7442
11817 #, c-format
11818 msgid "fp_offset (%ld) or end_offset (%ld) is less than zero"
11819 msgstr ""
11821 #: config/mips/mips.c:9684
11822 #, c-format
11823 msgid "can not handle inconsistent calls to `%s'"
11824 msgstr ""
11826 #: config/mips/mips.c:10816
11827 msgid "the cpu name must be lower case"
11828 msgstr ""
11830 #: config/mips/mips.c:10838
11831 #, c-format
11832 msgid "bad value (%s) for %s"
11833 msgstr ""
11835 #: config/mips/linux64.h:39
11836 msgid "Same as -mabi=32, just trickier"
11837 msgstr ""
11839 #. Target CPU builtins.
11840 #. We do this here because __mips is defined below               and so we can't use builtin_define_std.
11841 #. Treat _R3000 and _R4000 like register-size defines,           which is how they've historically been used.
11842 #. Macros dependent on the C dialect.
11843 #. Bizzare, but needed at least for Irix.
11844 #. Macro to define tables used to set the flags.
11845 #. This is a list in braces of pairs in braces,
11846 #. each pair being { "NAME", VALUE }
11847 #. where VALUE is the bits to set or minus the bits to clear.
11848 #. An empty string NAME is used to identify the default VALUE.
11849 #: config/mips/mips.h:539 config/mn10300/mn10300.h:70
11850 msgid "No default crt0.o"
11851 msgstr ""
11853 #: config/mips/mips.h:541
11854 msgid "Use 64-bit int type"
11855 msgstr ""
11857 #: config/mips/mips.h:543
11858 msgid "Use 64-bit long type"
11859 msgstr ""
11861 #: config/mips/mips.h:545
11862 msgid "Use 32-bit long type"
11863 msgstr ""
11865 #: config/mips/mips.h:547
11866 msgid "Optimize lui/addiu address loads"
11867 msgstr ""
11869 #: config/mips/mips.h:549
11870 msgid "Don't optimize lui/addiu address loads"
11871 msgstr ""
11873 #: config/mips/mips.h:551
11874 msgid "Use MIPS as"
11875 msgstr ""
11877 #: config/mips/mips.h:553
11878 msgid "Use GNU as"
11879 msgstr ""
11881 #: config/mips/mips.h:555
11882 msgid "Use symbolic register names"
11883 msgstr ""
11885 #: config/mips/mips.h:557
11886 msgid "Don't use symbolic register names"
11887 msgstr ""
11889 #: config/mips/mips.h:559 config/mips/mips.h:561
11890 msgid "Use GP relative sdata/sbss sections"
11891 msgstr ""
11893 #: config/mips/mips.h:563 config/mips/mips.h:565
11894 msgid "Don't use GP relative sdata/sbss sections"
11895 msgstr ""
11897 #: config/mips/mips.h:567
11898 msgid "Output compiler statistics"
11899 msgstr ""
11901 #: config/mips/mips.h:569
11902 msgid "Don't output compiler statistics"
11903 msgstr ""
11905 #: config/mips/mips.h:571
11906 msgid "Don't optimize block moves"
11907 msgstr ""
11909 #: config/mips/mips.h:573
11910 msgid "Optimize block moves"
11911 msgstr ""
11913 #: config/mips/mips.h:575
11914 msgid "Use mips-tfile asm postpass"
11915 msgstr ""
11917 #: config/mips/mips.h:577
11918 msgid "Don't use mips-tfile asm postpass"
11919 msgstr ""
11921 #. Macro to define tables used to set the flags.
11922 #. This is a list in braces of triplets in braces,
11923 #. each triplet being { "NAME", VALUE, DOC }
11924 #. where VALUE is the bits to set or minus the bits to clear and DOC
11925 #. is the documentation for --help (NULL if intentionally undocumented).
11926 #. An empty string NAME is used to identify the default VALUE.
11927 #: config/mips/mips.h:581 config/pdp11/pdp11.h:61
11928 msgid "Use hardware floating point"
11929 msgstr ""
11931 #: config/mips/mips.h:583
11932 msgid "Use 64-bit FP registers"
11933 msgstr ""
11935 #: config/mips/mips.h:585
11936 msgid "Use 32-bit FP registers"
11937 msgstr ""
11939 #: config/mips/mips.h:587
11940 msgid "Use 64-bit general registers"
11941 msgstr ""
11943 #: config/mips/mips.h:589
11944 msgid "Use 32-bit general registers"
11945 msgstr ""
11947 #: config/mips/mips.h:591
11948 msgid "Use Irix PIC"
11949 msgstr ""
11951 #: config/mips/mips.h:593
11952 msgid "Don't use Irix PIC"
11953 msgstr ""
11955 #: config/mips/mips.h:595
11956 msgid "Use indirect calls"
11957 msgstr ""
11959 #: config/mips/mips.h:597
11960 msgid "Don't use indirect calls"
11961 msgstr ""
11963 #: config/mips/mips.h:599
11964 msgid "Use embedded PIC"
11965 msgstr ""
11967 #: config/mips/mips.h:601
11968 msgid "Don't use embedded PIC"
11969 msgstr ""
11971 #: config/mips/mips.h:603
11972 msgid "Use ROM instead of RAM"
11973 msgstr ""
11975 #: config/mips/mips.h:605
11976 msgid "Don't use ROM instead of RAM"
11977 msgstr ""
11979 #: config/mips/mips.h:607
11980 msgid "Put uninitialized constants in ROM (needs -membedded-data)"
11981 msgstr ""
11983 #: config/mips/mips.h:609
11984 msgid "Don't put uninitialized constants in ROM"
11985 msgstr ""
11987 #. Macro to define tables used to set the flags.
11988 #: config/mips/mips.h:611 config/xtensa/xtensa.h:110
11989 msgid "Use big-endian byte order"
11990 msgstr ""
11992 #: config/mips/mips.h:613 config/xtensa/xtensa.h:112
11993 msgid "Use little-endian byte order"
11994 msgstr ""
11996 #: config/mips/mips.h:615
11997 msgid "Use single (32-bit) FP only"
11998 msgstr ""
12000 #: config/mips/mips.h:617
12001 msgid "Don't use single (32-bit) FP only"
12002 msgstr ""
12004 #: config/mips/mips.h:619
12005 msgid "Use multiply accumulate"
12006 msgstr ""
12008 #: config/mips/mips.h:621
12009 msgid "Don't use multiply accumulate"
12010 msgstr ""
12012 #: config/mips/mips.h:623 config/rs6000/rs6000.h:306
12013 msgid "Don't generate fused multiply/add instructions"
12014 msgstr ""
12016 #: config/mips/mips.h:625 config/rs6000/rs6000.h:304
12017 msgid "Generate fused multiply/add instructions"
12018 msgstr ""
12020 #: config/mips/mips.h:627
12021 msgid "Work around early 4300 hardware bug"
12022 msgstr ""
12024 #: config/mips/mips.h:629
12025 msgid "Don't work around early 4300 hardware bug"
12026 msgstr ""
12028 #: config/mips/mips.h:631
12029 msgid "Trap on integer divide by zero"
12030 msgstr ""
12032 #: config/mips/mips.h:633
12033 msgid "Don't trap on integer divide by zero"
12034 msgstr ""
12036 #: config/mips/mips.h:635
12037 msgid "Trap on integer divide overflow"
12038 msgstr ""
12040 #: config/mips/mips.h:637
12041 msgid "Don't trap on integer divide overflow"
12042 msgstr ""
12044 #: config/mips/mips.h:639
12045 msgid "Use Branch Likely instructions, overriding default for arch"
12046 msgstr ""
12048 #: config/mips/mips.h:641
12049 msgid "Don't use Branch Likely instructions, overriding default for arch"
12050 msgstr ""
12052 #: config/mips/mips.h:759 config/pa/pa.h:310
12053 msgid "Specify CPU for scheduling purposes"
12054 msgstr ""
12056 #: config/mips/mips.h:761
12057 msgid "Specify CPU for code generation purposes"
12058 msgstr ""
12060 #: config/mips/mips.h:763
12061 msgid "Specify an ABI"
12062 msgstr ""
12064 #: config/mips/mips.h:765
12065 msgid "Specify a Standard MIPS ISA"
12066 msgstr ""
12068 #: config/mips/mips.h:767
12069 msgid "Use mips16 entry/exit psuedo ops"
12070 msgstr ""
12072 #: config/mips/mips.h:769
12073 msgid "Don't use MIPS16 instructions"
12074 msgstr ""
12076 #: config/mips/mips.h:771
12077 msgid "Don't call any cache flush functions"
12078 msgstr ""
12080 #: config/mips/mips.h:773
12081 msgid "Specify cache flush function"
12082 msgstr ""
12084 #. Output assembler code to FILE to increment profiler label # LABELNO
12085 #. for profiling a function entry.
12086 #: config/mips/mips.h:2920
12087 msgid "mips16 function profiling"
12088 msgstr ""
12090 #: config/mmix/mmix.c:198
12091 #, c-format
12092 msgid "-f%s not supported: ignored"
12093 msgstr ""
12095 #: config/mmix/mmix.c:653
12096 #, c-format
12097 msgid ""
12098 "too large function value type, needs %d registers, have only %d registers "
12099 "for this"
12100 msgstr ""
12102 #: config/mmix/mmix.c:835
12103 msgid "function_profiler support for MMIX"
12104 msgstr ""
12106 #: config/mmix/mmix.c:857
12107 msgid "MMIX Internal: Last named vararg would not fit in a register"
12108 msgstr ""
12110 #: config/mmix/mmix.c:1625 config/mmix/mmix.c:1755
12111 msgid "MMIX Internal: Expected a CONST_INT, not this"
12112 msgstr ""
12114 #: config/mmix/mmix.c:1633 config/mmix/mmix.c:1657 config/mmix/mmix.c:1773
12115 #, c-format
12116 msgid "MMIX Internal: Bad register: %d"
12117 msgstr ""
12119 #: config/mmix/mmix.c:1704
12120 msgid "MMIX Internal: Bad value for 'm', not a CONST_INT"
12121 msgstr ""
12123 #: config/mmix/mmix.c:1723
12124 msgid "MMIX Internal: Expected a register, not this"
12125 msgstr ""
12127 #: config/mmix/mmix.c:1733
12128 msgid "MMIX Internal: Expected a constant, not this"
12129 msgstr ""
12131 #. Presumably there's a missing case above if we get here.
12132 #: config/mmix/mmix.c:1765
12133 #, c-format
12134 msgid "MMIX Internal: Missing `%c' case in mmix_print_operand"
12135 msgstr ""
12137 #. We need the original here.
12138 #: config/mmix/mmix.c:1817
12139 msgid "MMIX Internal: Cannot decode this operand"
12140 msgstr ""
12142 #: config/mmix/mmix.c:1877
12143 msgid "MMIX Internal: This is not a recognized address"
12144 msgstr ""
12146 #: config/mmix/mmix.c:2068
12147 #, c-format
12148 msgid "stack frame not a multiple of 8 bytes: %d"
12149 msgstr ""
12151 #: config/mmix/mmix.c:2307
12152 #, c-format
12153 msgid "stack frame not a multiple of octabyte: %d"
12154 msgstr ""
12156 #: config/mmix/mmix.c:2804 config/mmix/mmix.c:2873
12157 #, c-format
12158 msgid "MMIX Internal: %s is not a shiftable int"
12159 msgstr ""
12161 #: config/mmix/mmix.c:2992
12162 msgid "MMIX Internal: Trying to output invalidly reversed condition:"
12163 msgstr ""
12165 #: config/mmix/mmix.c:2999
12166 msgid "MMIX Internal: What's the CC of this?"
12167 msgstr ""
12169 #: config/mmix/mmix.c:3003
12170 msgid "MMIX Internal: What is the CC of this?"
12171 msgstr ""
12173 #: config/mmix/mmix.c:3074
12174 msgid "MMIX Internal: This is not a constant:"
12175 msgstr ""
12177 #. For these target macros, there is no generic documentation here.  You
12178 #. should read `Using and Porting GCC' for that.  Only comments specific
12179 #. to the MMIX target are here.
12181 #. There are however references to the specific texinfo node (comments
12182 #. with "Node:"), so there should be little or nothing amiss.  Probably
12183 #. the opposite, since we don't have to care about old littering and
12184 #. soon outdated generic comments.
12185 #. Node: Driver
12186 #. User symbols are in the same name-space as built-in symbols, but we
12187 #. don't need the built-in symbols, so remove those and instead apply
12188 #. stricter operand checking.  Don't warn when expanding insns.
12189 #. Pass on -mset-program-start=N and -mset-data-start=M to the linker.
12190 #. Provide default program start 0x100 unless -mno-set-program-start.
12191 #. Don't do this if linking relocatably, with -r.  For a final link,
12192 #. produce mmo, unless ELF is requested or when linking relocatably.
12193 #. Put unused option values here.
12194 #: config/mmix/mmix.h:132
12195 msgid "Set start-address of the program"
12196 msgstr ""
12198 #: config/mmix/mmix.h:134
12199 msgid "Set start-address of data"
12200 msgstr ""
12202 #. FIXME: Provide a way to *load* the epsilon register.
12203 #: config/mmix/mmix.h:198
12204 msgid "For intrinsics library: pass all parameters in registers"
12205 msgstr ""
12207 #: config/mmix/mmix.h:201
12208 msgid "Use register stack for parameters and return value"
12209 msgstr ""
12211 #: config/mmix/mmix.h:203
12212 msgid "Use call-clobbered registers for parameters and return value"
12213 msgstr ""
12215 #: config/mmix/mmix.h:205
12216 msgid "Use epsilon-respecting floating point compare instructions"
12217 msgstr ""
12219 #: config/mmix/mmix.h:208
12220 msgid "Use zero-extending memory loads, not sign-extending ones"
12221 msgstr ""
12223 #: config/mmix/mmix.h:211
12224 msgid ""
12225 "Generate divide results with reminder having the same sign as the divisor "
12226 "(not the dividend)"
12227 msgstr ""
12229 #: config/mmix/mmix.h:215
12230 msgid "Prepend global symbols with \":\" (for use with PREFIX)"
12231 msgstr ""
12233 #: config/mmix/mmix.h:217
12234 msgid "Do not provide a default start-address 0x100 of the program"
12235 msgstr ""
12237 #: config/mmix/mmix.h:219
12238 msgid "Link to emit program in ELF format (rather than mmo)"
12239 msgstr ""
12241 #: config/mmix/mmix.h:221
12242 msgid "Use P-mnemonics for branches statically predicted as taken"
12243 msgstr ""
12245 #: config/mmix/mmix.h:223
12246 msgid "Don't use P-mnemonics for branches"
12247 msgstr ""
12249 #: config/mmix/mmix.h:225
12250 msgid "Use addresses that allocate global registers"
12251 msgstr ""
12253 #: config/mmix/mmix.h:227
12254 msgid "Do not use addresses that allocate global registers"
12255 msgstr ""
12257 #: config/mmix/mmix.h:229
12258 msgid "Generate a single exit point for each function"
12259 msgstr ""
12261 #: config/mmix/mmix.h:231
12262 msgid "Do not generate a single exit point for each function"
12263 msgstr ""
12265 #: config/mn10300/mn10300.h:65
12266 msgid "Work around hardware multiply bug"
12267 msgstr ""
12269 #: config/mn10300/mn10300.h:66
12270 msgid "Do not work around hardware multiply bug"
12271 msgstr ""
12273 #: config/mn10300/mn10300.h:67
12274 msgid "Target the AM33 processor"
12275 msgstr ""
12277 #: config/mn10300/mn10300.h:71
12278 msgid "Enable linker relaxations"
12279 msgstr ""
12281 #: config/ns32k/ns32k.h:142 config/s390/s390.h:100
12282 msgid "Don't use hardware fp"
12283 msgstr ""
12285 #: config/ns32k/ns32k.h:143
12286 msgid "Alternative calling convention"
12287 msgstr ""
12289 #: config/ns32k/ns32k.h:145
12290 msgid "Pass some arguments in registers"
12291 msgstr ""
12293 #: config/ns32k/ns32k.h:146
12294 msgid "Pass all arguments on stack"
12295 msgstr ""
12297 #: config/ns32k/ns32k.h:147
12298 msgid "Optimize for 32532 cpu"
12299 msgstr ""
12301 #: config/ns32k/ns32k.h:148
12302 msgid "Optimize for 32332 cpu"
12303 msgstr ""
12305 #: config/ns32k/ns32k.h:150
12306 msgid "Optimize for 32032"
12307 msgstr ""
12309 #: config/ns32k/ns32k.h:152
12310 msgid "Register sb is zero. Use for absolute addressing"
12311 msgstr ""
12313 #: config/ns32k/ns32k.h:153
12314 msgid "Do not use register sb"
12315 msgstr ""
12317 #: config/ns32k/ns32k.h:155
12318 msgid "Use bit-field instructions"
12319 msgstr ""
12321 #: config/ns32k/ns32k.h:157
12322 msgid "Do not use bit-field instructions"
12323 msgstr ""
12325 #: config/ns32k/ns32k.h:158
12326 msgid "Generate code for high memory"
12327 msgstr ""
12329 #: config/ns32k/ns32k.h:159
12330 msgid "Generate code for low memory"
12331 msgstr ""
12333 #: config/ns32k/ns32k.h:160
12334 msgid "32381 fpu"
12335 msgstr ""
12337 #: config/ns32k/ns32k.h:162
12338 msgid "Use multiply-accumulate fp instructions"
12339 msgstr ""
12341 #: config/ns32k/ns32k.h:164
12342 msgid "Do not use multiply-accumulate fp instructions"
12343 msgstr ""
12345 #: config/ns32k/ns32k.h:165
12346 msgid "\"Small register classes\" kludge"
12347 msgstr ""
12349 #: config/ns32k/ns32k.h:166
12350 msgid "No \"Small register classes\" kludge"
12351 msgstr ""
12353 #: config/pa/pa.c:274
12354 #, c-format
12355 msgid ""
12356 "unknown -mschedule= option (%s).\n"
12357 "Valid options are 700, 7100, 7100LC, 7200, 7300, and 8000\n"
12358 msgstr ""
12360 #: config/pa/pa.c:299
12361 #, c-format
12362 msgid ""
12363 "unknown -march= option (%s).\n"
12364 "Valid options are 1.0, 1.1, and 2.0\n"
12365 msgstr ""
12367 #: config/pa/pa.c:312
12368 msgid "PIC code generation is not supported in the portable runtime model\n"
12369 msgstr ""
12371 #: config/pa/pa.c:317
12372 msgid "PIC code generation is not compatible with fast indirect calls\n"
12373 msgstr ""
12375 #: config/pa/pa.c:322
12376 msgid "-g is only supported when using GAS on this processor,"
12377 msgstr ""
12379 #: config/pa/pa.c:323
12380 msgid "-g option disabled"
12381 msgstr ""
12383 #: config/pa/pa-hiux.h:75 config/pa/pa-hpux.h:80 config/pa/pa-hpux7.h:81
12384 #: config/pa/pa64-hpux.h:25
12385 msgid "Generate cpp defines for server IO"
12386 msgstr ""
12388 #: config/pa/pa-hiux.h:76 config/pa/pa-hpux.h:81 config/pa/pa-hpux7.h:82
12389 #: config/pa/pa64-hpux.h:27
12390 msgid "Generate cpp defines for workstation IO"
12391 msgstr ""
12393 #. Macro to define tables used to set the flags.  This is a
12394 #. list in braces of target switches with each switch being
12395 #. { "NAME", VALUE, "HELP_STRING" }.  VALUE is the bits to set,
12396 #. or minus the bits to clear.  An empty string NAME is used to
12397 #. identify the default VALUE.  Do not mark empty strings for
12398 #. translation.
12399 #: config/pa/pa.h:232 config/pa/pa.h:238
12400 msgid "Generate PA1.1 code"
12401 msgstr ""
12403 #: config/pa/pa.h:234 config/pa/pa.h:236
12404 msgid "Generate PA1.0 code"
12405 msgstr ""
12407 #: config/pa/pa.h:240
12408 msgid "Generate PA2.0 code (requires binutils 2.10 or later)"
12409 msgstr ""
12411 #: config/pa/pa.h:242
12412 msgid "Disable FP regs"
12413 msgstr ""
12415 #: config/pa/pa.h:244
12416 msgid "Do not disable FP regs"
12417 msgstr ""
12419 #: config/pa/pa.h:246
12420 msgid "Disable space regs"
12421 msgstr ""
12423 #: config/pa/pa.h:248
12424 msgid "Do not disable space regs"
12425 msgstr ""
12427 #: config/pa/pa.h:250
12428 msgid "Put jumps in call delay slots"
12429 msgstr ""
12431 #: config/pa/pa.h:252
12432 msgid "Do not put jumps in call delay slots"
12433 msgstr ""
12435 #: config/pa/pa.h:254
12436 msgid "Disable indexed addressing"
12437 msgstr ""
12439 #: config/pa/pa.h:256
12440 msgid "Do not disable indexed addressing"
12441 msgstr ""
12443 #: config/pa/pa.h:258
12444 msgid "Use portable calling conventions"
12445 msgstr ""
12447 #: config/pa/pa.h:260
12448 msgid "Do not use portable calling conventions"
12449 msgstr ""
12451 #: config/pa/pa.h:262
12452 msgid "Assume code will be assembled by GAS"
12453 msgstr ""
12455 #: config/pa/pa.h:264
12456 msgid "Do not assume code will be assembled by GAS"
12457 msgstr ""
12459 #: config/pa/pa.h:268
12460 msgid "Do not use software floating point"
12461 msgstr ""
12463 #: config/pa/pa.h:270
12464 msgid "Emit long load/store sequences"
12465 msgstr ""
12467 #: config/pa/pa.h:272
12468 msgid "Do not emit long load/store sequences"
12469 msgstr ""
12471 #: config/pa/pa.h:274
12472 msgid "Generate fast indirect calls"
12473 msgstr ""
12475 #: config/pa/pa.h:276
12476 msgid "Do not generate fast indirect calls"
12477 msgstr ""
12479 #: config/pa/pa.h:278
12480 msgid "Generate code for huge switch statements"
12481 msgstr ""
12483 #: config/pa/pa.h:280
12484 msgid "Do not generate code for huge switch statements"
12485 msgstr ""
12487 #: config/pa/pa.h:282
12488 msgid "Always generate long calls"
12489 msgstr ""
12491 #: config/pa/pa.h:284
12492 msgid "Generate long calls only when needed"
12493 msgstr ""
12495 #: config/pa/pa.h:286
12496 msgid "Enable linker optimizations"
12497 msgstr ""
12499 #: config/pa/pa.h:312
12500 msgid ""
12501 "Specify architecture for code generation.  Values are 1.0, 1.1, and 2.0.  "
12502 "2.0 requires gas snapshot 19990413 or later."
12503 msgstr ""
12505 #: config/pa/pa64-hpux.h:29
12506 msgid "Assume code will be linked by GNU ld"
12507 msgstr ""
12509 #: config/pa/pa64-hpux.h:31
12510 msgid "Assume code will be linked by HP ld"
12511 msgstr ""
12513 #: config/pdp11/pdp11.h:62
12514 msgid "Do not use hardware floating point"
12515 msgstr ""
12517 #. return float result in ac0
12518 #: config/pdp11/pdp11.h:64
12519 msgid "Return floating point results in ac0"
12520 msgstr ""
12522 #: config/pdp11/pdp11.h:65
12523 msgid "Return floating point results in memory"
12524 msgstr ""
12526 #. is 11/40
12527 #: config/pdp11/pdp11.h:67
12528 msgid "Generate code for an 11/40"
12529 msgstr ""
12531 #. is 11/45
12532 #: config/pdp11/pdp11.h:70
12533 msgid "Generate code for an 11/45"
12534 msgstr ""
12536 #. is 11/10
12537 #: config/pdp11/pdp11.h:73
12538 msgid "Generate code for an 11/10"
12539 msgstr ""
12541 #. use movstrhi for bcopy
12542 #. use 32 bit for int
12543 #: config/pdp11/pdp11.h:78 config/pdp11/pdp11.h:79
12544 msgid "Use 32 bit int"
12545 msgstr ""
12547 #: config/pdp11/pdp11.h:80 config/pdp11/pdp11.h:81
12548 msgid "Use 16 bit int"
12549 msgstr ""
12551 #. use 32 bit for float
12552 #: config/pdp11/pdp11.h:83 config/pdp11/pdp11.h:84
12553 msgid "Use 32 bit float"
12554 msgstr ""
12556 #: config/pdp11/pdp11.h:85 config/pdp11/pdp11.h:86
12557 msgid "Use 64 bit float"
12558 msgstr ""
12560 #. allow abshi pattern? - can trigger "optimizations" which make code SLOW!
12561 #. is branching expensive - on a PDP, it's actually really cheap
12562 #. this is just to play around and check what code gcc generates
12563 #. split instruction and data memory?
12564 #: config/pdp11/pdp11.h:95
12565 msgid "Target has split I&D"
12566 msgstr ""
12568 #: config/pdp11/pdp11.h:96
12569 msgid "Target does not have split I&D"
12570 msgstr ""
12572 #. UNIX assembler syntax?
12573 #: config/pdp11/pdp11.h:98
12574 msgid "Use UNIX assembler syntax"
12575 msgstr ""
12577 #: config/pdp11/pdp11.h:99
12578 msgid "Use DEC assembler syntax"
12579 msgstr ""
12581 #: config/romp/romp.c:725 config/rs6000/rs6000.c:7833
12582 #, c-format
12583 msgid "invalid %%S value"
12584 msgstr ""
12586 #: config/romp/romp.c:734 config/romp/romp.c:741
12587 #, c-format
12588 msgid "invalid %%b value"
12589 msgstr ""
12591 #: config/romp/romp.c:781 config/romp/romp.c:792
12592 #, c-format
12593 msgid "invalid %%z value"
12594 msgstr ""
12596 #: config/romp/romp.c:800 config/romp/romp.c:808
12597 #, c-format
12598 msgid "invalid %%Z value"
12599 msgstr ""
12601 #: config/romp/romp.c:815 config/romp/romp.c:824 config/romp/romp.c:831
12602 #: config/rs6000/rs6000.c:7662
12603 #, c-format
12604 msgid "invalid %%k value"
12605 msgstr ""
12607 #: config/romp/romp.c:916 config/romp/romp.c:959
12608 #, c-format
12609 msgid "invalid %%j value"
12610 msgstr ""
12612 #. Perform any needed actions needed for a function that is receiving a
12613 #. variable number of arguments.
12615 #. CUM is as above.
12617 #. MODE and TYPE are the mode and type of the current parameter.
12619 #. PRETEND_SIZE is a variable that should be set to the amount of stack
12620 #. that must be pushed by the prolog to pretend that our caller pushed
12621 #. it.
12623 #. Normally, this macro will push all remaining incoming registers on the
12624 #. stack and set PRETEND_SIZE to the length of the registers pushed.
12625 #: config/romp/romp.h:648
12626 msgid "can't have varargs with -mfp-arg-in-fp-regs"
12627 msgstr ""
12629 #: config/rs6000/host-darwin.c:51
12630 msgid "Segmentation Fault (code)"
12631 msgstr ""
12633 #: config/rs6000/host-darwin.c:83
12634 msgid "Out of stack space.\n"
12635 msgstr ""
12637 #: config/rs6000/host-darwin.c:104
12638 #, c-format
12639 msgid "Try running `%s' in the shell to raise its limit.\n"
12640 msgstr ""
12642 #: config/rs6000/host-darwin.c:114
12643 msgid "Segmentation Fault"
12644 msgstr ""
12646 #: config/rs6000/host-darwin.c:128
12647 msgid "While setting up signal stack"
12648 msgstr ""
12650 #: config/rs6000/host-darwin.c:134
12651 msgid "While setting up signal handler"
12652 msgstr ""
12654 #. Handle the machine specific pragma longcall.  Its syntax is
12656 #. # pragma longcall ( TOGGLE )
12658 #. where TOGGLE is either 0 or 1.
12660 #. rs6000_default_long_calls is set to the value of TOGGLE, changing
12661 #. whether or not new function declarations receive a longcall
12662 #. attribute by default.
12663 #: config/rs6000/rs6000-c.c:46
12664 msgid "ignoring malformed #pragma longcall"
12665 msgstr ""
12667 #: config/rs6000/rs6000-c.c:60
12668 msgid "missing open paren"
12669 msgstr ""
12671 #: config/rs6000/rs6000-c.c:62
12672 msgid "missing number"
12673 msgstr ""
12675 #: config/rs6000/rs6000-c.c:64
12676 msgid "missing close paren"
12677 msgstr ""
12679 #: config/rs6000/rs6000-c.c:67
12680 msgid "number must be 0 or 1"
12681 msgstr ""
12683 #: config/rs6000/rs6000-c.c:70
12684 msgid "junk at end of #pragma longcall"
12685 msgstr ""
12687 #: config/rs6000/rs6000.c:633
12688 msgid "-mmultiple is not supported on little endian systems"
12689 msgstr ""
12691 #: config/rs6000/rs6000.c:640
12692 msgid "-mstring is not supported on little endian systems"
12693 msgstr ""
12695 #: config/rs6000/rs6000.c:654
12696 #, c-format
12697 msgid "unknown -mdebug-%s switch"
12698 msgstr ""
12700 #: config/rs6000/rs6000.c:666
12701 #, c-format
12702 msgid "unknown -mtraceback arg `%s'; expecting `full', `partial' or `none'"
12703 msgstr ""
12705 #: config/rs6000/rs6000.c:677
12706 #, c-format
12707 msgid "Unknown switch -mlong-double-%s"
12708 msgstr ""
12710 #: config/rs6000/rs6000.c:775
12711 #, c-format
12712 msgid "unknown -misel= option specified: '%s'"
12713 msgstr ""
12715 #: config/rs6000/rs6000.c:790
12716 #, c-format
12717 msgid "unknown -mvrsave= option specified: '%s'"
12718 msgstr ""
12720 #: config/rs6000/rs6000.c:808
12721 #, c-format
12722 msgid "not configured for ABI: '%s'"
12723 msgstr ""
12725 #: config/rs6000/rs6000.c:814
12726 #, c-format
12727 msgid "unknown ABI specified: '%s'"
12728 msgstr ""
12730 #: config/rs6000/rs6000.c:4280
12731 msgid "argument 1 must be a 5-bit signed literal"
12732 msgstr ""
12734 #: config/rs6000/rs6000.c:4387 config/rs6000/rs6000.c:4977
12735 msgid "argument 2 must be a 5-bit unsigned literal"
12736 msgstr ""
12738 #: config/rs6000/rs6000.c:4430
12739 msgid "argument 1 of __builtin_altivec_predicate must be a constant"
12740 msgstr ""
12742 #: config/rs6000/rs6000.c:4484
12743 msgid "argument 1 of __builtin_altivec_predicate is out of range"
12744 msgstr ""
12746 #: config/rs6000/rs6000.c:4563
12747 msgid "argument 3 must be a 4-bit unsigned literal"
12748 msgstr ""
12750 #: config/rs6000/rs6000.c:4740
12751 #, c-format
12752 msgid "argument to `%s' must be a 2-bit unsigned literal"
12753 msgstr ""
12755 #: config/rs6000/rs6000.c:4856
12756 msgid "argument to dss must be a 2-bit unsigned literal"
12757 msgstr ""
12759 #: config/rs6000/rs6000.c:5087
12760 msgid "argument 1 of __builtin_spe_predicate must be a constant"
12761 msgstr ""
12763 #: config/rs6000/rs6000.c:5160
12764 msgid "argument 1 of __builtin_spe_predicate is out of range"
12765 msgstr ""
12767 #: config/rs6000/rs6000.c:7589
12768 #, c-format
12769 msgid "invalid %%f value"
12770 msgstr ""
12772 #: config/rs6000/rs6000.c:7598
12773 #, c-format
12774 msgid "invalid %%F value"
12775 msgstr ""
12777 #: config/rs6000/rs6000.c:7607
12778 #, c-format
12779 msgid "invalid %%G value"
12780 msgstr ""
12782 #: config/rs6000/rs6000.c:7642
12783 #, c-format
12784 msgid "invalid %%j code"
12785 msgstr ""
12787 #: config/rs6000/rs6000.c:7652
12788 #, c-format
12789 msgid "invalid %%J code"
12790 msgstr ""
12792 #: config/rs6000/rs6000.c:7682
12793 #, c-format
12794 msgid "invalid %%K value"
12795 msgstr ""
12797 #: config/rs6000/rs6000.c:7749
12798 #, c-format
12799 msgid "invalid %%O value"
12800 msgstr ""
12802 #: config/rs6000/rs6000.c:7875
12803 #, c-format
12804 msgid "invalid %%T value"
12805 msgstr ""
12807 #: config/rs6000/rs6000.c:7885
12808 #, c-format
12809 msgid "invalid %%u value"
12810 msgstr ""
12812 #: config/rs6000/rs6000.c:7894
12813 #, c-format
12814 msgid "invalid %%v value"
12815 msgstr ""
12817 #: config/rs6000/rs6000.c:12311
12818 msgid "no profiling of 64-bit code for this ABI"
12819 msgstr ""
12821 #: config/rs6000/aix.h:160 config/rs6000/beos.h:32
12822 msgid "Always pass floating-point arguments in memory"
12823 msgstr ""
12825 #: config/rs6000/aix.h:162 config/rs6000/beos.h:34
12826 msgid "Don't always pass floating-point arguments in memory"
12827 msgstr ""
12829 #: config/rs6000/aix41.h:28 config/rs6000/aix43.h:32 config/rs6000/aix51.h:32
12830 #: config/rs6000/aix52.h:32
12831 msgid "Support message passing with the Parallel Environment"
12832 msgstr ""
12834 #: config/rs6000/aix43.h:28 config/rs6000/aix51.h:28 config/rs6000/aix52.h:28
12835 msgid "Compile for 64-bit pointers"
12836 msgstr ""
12838 #: config/rs6000/aix43.h:30 config/rs6000/aix51.h:30 config/rs6000/aix52.h:30
12839 msgid "Compile for 32-bit pointers"
12840 msgstr ""
12842 #: config/rs6000/aix43.h:49 config/rs6000/aix51.h:49 config/rs6000/aix52.h:49
12843 msgid "-maix64 and POWER architecture are incompatible"
12844 msgstr ""
12846 #: config/rs6000/aix43.h:54 config/rs6000/aix51.h:54 config/rs6000/aix52.h:54
12847 msgid "-maix64 requires PowerPC64 architecture remain enabled"
12848 msgstr ""
12850 #: config/rs6000/aix43.h:58 config/rs6000/aix51.h:58 config/rs6000/aix52.h:58
12851 msgid ""
12852 "-maix64 required: 64-bit computation with 32-bit addressing not yet supported"
12853 msgstr ""
12855 #: config/rs6000/darwin.h:64
12856 msgid "Generate code suitable for executables (NOT shared libs)"
12857 msgstr ""
12859 #. The Darwin ABI always includes AltiVec, can't be (validly) turned
12860 #. off.
12861 #: config/rs6000/darwin.h:79
12862 msgid "-mdynamic-no-pic overrides -fpic or -fPIC"
12863 msgstr ""
12865 #. Darwin doesn't support -fpic.
12866 #: config/rs6000/darwin.h:85
12867 msgid "-fpic is not supported; -fPIC assumed"
12868 msgstr ""
12870 #: config/rs6000/linux64.h:79 config/rs6000/sysv4.h:103
12871 msgid "Align to the base type of the bit-field"
12872 msgstr ""
12874 #: config/rs6000/linux64.h:81 config/rs6000/sysv4.h:105
12875 msgid "Don't align to the base type of the bit-field"
12876 msgstr ""
12878 #: config/rs6000/linux64.h:83 config/rs6000/sysv4.h:107
12879 msgid "Don't assume that unaligned accesses are handled by the system"
12880 msgstr ""
12882 #: config/rs6000/linux64.h:85 config/rs6000/sysv4.h:109
12883 msgid "Assume that unaligned accesses are handled by the system"
12884 msgstr ""
12886 #: config/rs6000/linux64.h:87 config/rs6000/linux64.h:89
12887 #: config/rs6000/sysv4.h:119 config/rs6000/sysv4.h:121
12888 msgid "Produce little endian code"
12889 msgstr ""
12891 #: config/rs6000/linux64.h:91 config/rs6000/linux64.h:93
12892 #: config/rs6000/sysv4.h:123 config/rs6000/sysv4.h:125
12893 msgid "Produce big endian code"
12894 msgstr ""
12896 #: config/rs6000/linux64.h:95
12897 msgid "Allow bit-fields to cross word boundaries"
12898 msgstr ""
12900 #: config/rs6000/linux64.h:97 config/rs6000/sysv4.h:136
12901 msgid "Do not allow bit-fields to cross word boundaries"
12902 msgstr ""
12904 #: config/rs6000/linux64.h:99 config/rs6000/sysv4.h:138
12905 msgid "Use alternate register names"
12906 msgstr ""
12908 #: config/rs6000/linux64.h:101 config/rs6000/sysv4.h:140
12909 msgid "Don't use alternate register names"
12910 msgstr ""
12912 #: config/rs6000/linux64.h:103
12913 msgid "Call mcount for profiling before a function prologue"
12914 msgstr ""
12916 #: config/rs6000/linux64.h:105
12917 msgid "Call mcount for profiling after a function prologue"
12918 msgstr ""
12920 #. Run-time compilation parameters selecting different hardware subsets.
12922 #. Macro to define tables used to set the flags.
12923 #. This is a list in braces of pairs in braces,
12924 #. each pair being { "NAME", VALUE }
12925 #. where VALUE is the bits to set or minus the bits to clear.
12926 #. An empty string NAME is used to identify the default VALUE.
12927 #: config/rs6000/rs6000.h:236
12928 msgid "Use POWER instruction set"
12929 msgstr ""
12931 #: config/rs6000/rs6000.h:239
12932 msgid "Use POWER2 instruction set"
12933 msgstr ""
12935 #: config/rs6000/rs6000.h:241
12936 msgid "Do not use POWER2 instruction set"
12937 msgstr ""
12939 #: config/rs6000/rs6000.h:244
12940 msgid "Do not use POWER instruction set"
12941 msgstr ""
12943 #: config/rs6000/rs6000.h:246
12944 msgid "Use PowerPC instruction set"
12945 msgstr ""
12947 #: config/rs6000/rs6000.h:249
12948 msgid "Do not use PowerPC instruction set"
12949 msgstr ""
12951 #: config/rs6000/rs6000.h:251
12952 msgid "Use PowerPC General Purpose group optional instructions"
12953 msgstr ""
12955 #: config/rs6000/rs6000.h:253
12956 msgid "Don't use PowerPC General Purpose group optional instructions"
12957 msgstr ""
12959 #: config/rs6000/rs6000.h:255
12960 msgid "Use PowerPC Graphics group optional instructions"
12961 msgstr ""
12963 #: config/rs6000/rs6000.h:257
12964 msgid "Don't use PowerPC Graphics group optional instructions"
12965 msgstr ""
12967 #: config/rs6000/rs6000.h:259
12968 msgid "Use PowerPC-64 instruction set"
12969 msgstr ""
12971 #: config/rs6000/rs6000.h:261
12972 msgid "Don't use PowerPC-64 instruction set"
12973 msgstr ""
12975 #: config/rs6000/rs6000.h:263
12976 msgid "Use AltiVec instructions"
12977 msgstr ""
12979 #: config/rs6000/rs6000.h:265
12980 msgid "Don't use AltiVec instructions"
12981 msgstr ""
12983 #: config/rs6000/rs6000.h:267
12984 msgid "Use new mnemonics for PowerPC architecture"
12985 msgstr ""
12987 #: config/rs6000/rs6000.h:269
12988 msgid "Use old mnemonics for PowerPC architecture"
12989 msgstr ""
12991 #: config/rs6000/rs6000.h:272
12992 msgid "Put everything in the regular TOC"
12993 msgstr ""
12995 #: config/rs6000/rs6000.h:274
12996 msgid "Place floating point constants in TOC"
12997 msgstr ""
12999 #: config/rs6000/rs6000.h:276
13000 msgid "Don't place floating point constants in TOC"
13001 msgstr ""
13003 #: config/rs6000/rs6000.h:278
13004 msgid "Place symbol+offset constants in TOC"
13005 msgstr ""
13007 #: config/rs6000/rs6000.h:280
13008 msgid "Don't place symbol+offset constants in TOC"
13009 msgstr ""
13011 #: config/rs6000/rs6000.h:286
13012 msgid "Place variable addresses in the regular TOC"
13013 msgstr ""
13015 #: config/rs6000/rs6000.h:292
13016 msgid "Generate load/store multiple instructions"
13017 msgstr ""
13019 #: config/rs6000/rs6000.h:294
13020 msgid "Do not generate load/store multiple instructions"
13021 msgstr ""
13023 #: config/rs6000/rs6000.h:296
13024 msgid "Generate string instructions for block moves"
13025 msgstr ""
13027 #: config/rs6000/rs6000.h:298
13028 msgid "Do not generate string instructions for block moves"
13029 msgstr ""
13031 #: config/rs6000/rs6000.h:300
13032 msgid "Generate load/store with update instructions"
13033 msgstr ""
13035 #: config/rs6000/rs6000.h:302
13036 msgid "Do not generate load/store with update instructions"
13037 msgstr ""
13039 #: config/rs6000/rs6000.h:310
13040 msgid "Don't schedule the start and end of the procedure"
13041 msgstr ""
13043 #: config/rs6000/rs6000.h:316
13044 msgid "Return all structures in memory (AIX default)"
13045 msgstr ""
13047 #: config/rs6000/rs6000.h:318
13048 msgid "Return small structures in registers (SVR4 default)"
13049 msgstr ""
13051 #: config/rs6000/rs6000.h:380 config/sparc/sparc.h:635
13052 msgid "Use features of and schedule code for given CPU"
13053 msgstr ""
13055 #: config/rs6000/rs6000.h:383
13056 msgid "Enable debug output"
13057 msgstr ""
13059 #: config/rs6000/rs6000.h:385
13060 msgid "Select full, part, or no traceback table"
13061 msgstr ""
13063 #: config/rs6000/rs6000.h:386
13064 msgid "Specify ABI to use"
13065 msgstr ""
13067 #: config/rs6000/rs6000.h:388
13068 msgid "Specify size of long double (64 or 128 bits)"
13069 msgstr ""
13071 #: config/rs6000/rs6000.h:390
13072 msgid "Specify yes/no if isel instructions should be generated"
13073 msgstr ""
13075 #: config/rs6000/rs6000.h:392
13076 msgid "Specify yes/no if VRSAVE instructions should be generated for AltiVec"
13077 msgstr ""
13079 #: config/rs6000/rs6000.h:394
13080 msgid "Avoid all range limits on call instructions"
13081 msgstr ""
13083 #. Definitions for __builtin_return_address and __builtin_frame_address.
13084 #. __builtin_return_address (0) should give link register (65), enable
13085 #. this.
13086 #. This should be uncommented, so that the link register is used, but
13087 #. currently this would result in unmatched insns and spilling fixed
13088 #. registers so we'll leave it for another day.  When these problems are
13089 #. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX.
13090 #. (mrs)
13091 #. #define RETURN_ADDR_IN_PREVIOUS_FRAME
13092 #. Number of bytes into the frame return addresses can be found.  See
13093 #. rs6000_stack_info in rs6000.c for more information on how the different
13094 #. abi's store the return address.
13095 #: config/rs6000/rs6000.h:1890
13096 msgid "RETURN_ADDRESS_OFFSET not supported"
13097 msgstr ""
13099 #: config/rs6000/sysv4.h:87
13100 msgid "Select ABI calling convention"
13101 msgstr ""
13103 #: config/rs6000/sysv4.h:88
13104 msgid "Select method for sdata handling"
13105 msgstr ""
13107 #: config/rs6000/sysv4.h:111 config/rs6000/sysv4.h:115
13108 msgid "Produce code relocatable at runtime"
13109 msgstr ""
13111 #: config/rs6000/sysv4.h:113 config/rs6000/sysv4.h:117
13112 msgid "Don't produce code relocatable at runtime"
13113 msgstr ""
13115 #: config/rs6000/sysv4.h:126 config/rs6000/sysv4.h:127
13116 #: config/rs6000/sysv4.h:128 config/rs6000/sysv4.h:129
13117 #: config/rs6000/sysv4.h:130 config/rs6000/sysv4.h:131
13118 #: config/rs6000/sysv4.h:141 config/rs6000/sysv4.h:142
13119 #: config/rs6000/sysv4.h:154 config/rs6000/sysv4.h:156
13120 msgid "no description yet"
13121 msgstr ""
13123 #: config/rs6000/sysv4.h:132
13124 msgid "Use EABI"
13125 msgstr ""
13127 #: config/rs6000/sysv4.h:133
13128 msgid "Don't use EABI"
13129 msgstr ""
13131 #: config/rs6000/sysv4.h:144
13132 msgid "Link with libsim.a, libc.a and sim-crt0.o"
13133 msgstr ""
13135 #: config/rs6000/sysv4.h:146
13136 msgid "Link with libads.a, libc.a and crt0.o"
13137 msgstr ""
13139 #: config/rs6000/sysv4.h:148
13140 msgid "Link with libyk.a, libc.a and crt0.o"
13141 msgstr ""
13143 #: config/rs6000/sysv4.h:150
13144 msgid "Link with libmvme.a, libc.a and crt0.o"
13145 msgstr ""
13147 #: config/rs6000/sysv4.h:152
13148 msgid "Set the PPC_EMB bit in the ELF flags header"
13149 msgstr ""
13151 #: config/rs6000/sysv4.h:153
13152 msgid "Use the WindISS simulator"
13153 msgstr ""
13155 #. Sometimes certain combinations of command options do not make sense
13156 #. on a particular target machine.  You can define a macro
13157 #. `OVERRIDE_OPTIONS' to take account of this.  This macro, if
13158 #. defined, is executed once just after all the command options have
13159 #. been parsed.
13161 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
13162 #. get control.
13163 #: config/rs6000/sysv4.h:213
13164 #, c-format
13165 msgid "bad value for -mcall-%s"
13166 msgstr ""
13168 #: config/rs6000/sysv4.h:229
13169 #, c-format
13170 msgid "bad value for -msdata=%s"
13171 msgstr ""
13173 #: config/rs6000/sysv4.h:246
13174 #, c-format
13175 msgid "-mrelocatable and -msdata=%s are incompatible"
13176 msgstr ""
13178 #: config/rs6000/sysv4.h:255
13179 #, c-format
13180 msgid "-f%s and -msdata=%s are incompatible"
13181 msgstr ""
13183 #: config/rs6000/sysv4.h:263
13184 #, c-format
13185 msgid "-msdata=%s and -mcall-%s are incompatible"
13186 msgstr ""
13188 #: config/rs6000/sysv4.h:272
13189 msgid "-mrelocatable and -mno-minimal-toc are incompatible"
13190 msgstr ""
13192 #: config/rs6000/sysv4.h:278
13193 #, c-format
13194 msgid "-mrelocatable and -mcall-%s are incompatible"
13195 msgstr ""
13197 #: config/rs6000/sysv4.h:285
13198 #, c-format
13199 msgid "-fPIC and -mcall-%s are incompatible"
13200 msgstr ""
13202 #: config/rs6000/sysv4.h:292
13203 msgid "-mcall-aixdesc must be big endian"
13204 msgstr ""
13206 #: config/s390/s390.c:938
13207 #, c-format
13208 msgid "64-bit ABI not supported on %s"
13209 msgstr ""
13211 #: config/s390/s390.c:942
13212 #, c-format
13213 msgid "z/Architecture not supported on %s"
13214 msgstr ""
13216 #: config/s390/s390.c:954
13217 msgid "64-bit ABI not possible in ESA/390 mode"
13218 msgstr ""
13220 #: config/s390/s390.c:3207
13221 msgid "invalid UNSPEC as operand (1)"
13222 msgstr ""
13224 #: config/s390/s390.c:3267
13225 msgid "invalid UNSPEC as operand (2)"
13226 msgstr ""
13228 #: config/s390/s390.c:3273
13229 msgid "UNKNOWN in s390_output_symbolic_const !?"
13230 msgstr ""
13232 #: config/s390/s390.c:3291
13233 msgid "Cannot decompose address."
13234 msgstr ""
13236 #: config/s390/s390.c:3452
13237 msgid "UNKNOWN in print_operand !?"
13238 msgstr ""
13240 #: config/s390/s390.c:5074
13241 msgid "Total size of local variables exceeds architecture limit."
13242 msgstr ""
13244 #: config/s390/s390.h:101
13245 msgid "Set backchain"
13246 msgstr ""
13248 #: config/s390/s390.h:102
13249 msgid "Don't set backchain (faster, but debug harder"
13250 msgstr ""
13252 #: config/s390/s390.h:103
13253 msgid "Use bras for execucable < 64k"
13254 msgstr ""
13256 #: config/s390/s390.h:104
13257 msgid "Don't use bras"
13258 msgstr ""
13260 #: config/s390/s390.h:105
13261 msgid "Additional debug prints"
13262 msgstr ""
13264 #: config/s390/s390.h:106
13265 msgid "Don't print additional debug prints"
13266 msgstr ""
13268 #: config/s390/s390.h:107
13269 msgid "64 bit ABI"
13270 msgstr ""
13272 #: config/s390/s390.h:108
13273 msgid "31 bit ABI"
13274 msgstr ""
13276 #: config/s390/s390.h:109
13277 msgid "z/Architecture"
13278 msgstr ""
13280 #: config/s390/s390.h:110
13281 msgid "ESA/390 architecture"
13282 msgstr ""
13284 #: config/s390/s390.h:111
13285 msgid "mvcle use"
13286 msgstr ""
13288 #: config/s390/s390.h:112
13289 msgid "mvc&ex"
13290 msgstr ""
13292 #: config/sh/sh.c:5546
13293 msgid "__builtin_saveregs not supported by this subtarget"
13294 msgstr ""
13296 #: config/sh/sh.c:6096
13297 msgid "attribute interrupt_handler is not compatible with -m5-compact"
13298 msgstr ""
13300 #. The sp_switch attribute only has meaning for interrupt functions.
13301 #: config/sh/sh.c:6122 config/sh/sh.c:6161
13302 #, c-format
13303 msgid "`%s' attribute only applies to interrupt functions"
13304 msgstr ""
13306 #. The argument must be a constant string.
13307 #: config/sh/sh.c:6129
13308 #, c-format
13309 msgid "`%s' attribute argument not a string constant"
13310 msgstr ""
13312 #. The argument must be a constant integer.
13313 #: config/sh/sh.c:6168
13314 #, c-format
13315 msgid "`%s' attribute argument not an integer constant"
13316 msgstr ""
13318 #. There are no delay slots on SHmedia.
13319 #. Relaxation isn't yet supported for SHmedia
13320 #: config/sh/sh.h:462
13321 msgid "Profiling is not supported on this target."
13322 msgstr ""
13324 #: config/sparc/sparc.c:341
13325 #, c-format
13326 msgid "%s is not supported by this configuration"
13327 msgstr ""
13329 #: config/sparc/sparc.c:348
13330 msgid "-mlong-double-64 not allowed with -m64"
13331 msgstr ""
13333 #: config/sparc/sparc.c:373
13334 msgid "-mcmodel= is not supported on 32 bit systems"
13335 msgstr ""
13337 #: config/sparc/sparc.c:6311 config/sparc/sparc.c:6317
13338 #, c-format
13339 msgid "invalid %%Y operand"
13340 msgstr ""
13342 #: config/sparc/sparc.c:6387
13343 #, c-format
13344 msgid "invalid %%A operand"
13345 msgstr ""
13347 #: config/sparc/sparc.c:6397
13348 #, c-format
13349 msgid "invalid %%B operand"
13350 msgstr ""
13352 #: config/sparc/sparc.c:6436
13353 #, c-format
13354 msgid "invalid %%c operand"
13355 msgstr ""
13357 #: config/sparc/sparc.c:6437
13358 #, c-format
13359 msgid "invalid %%C operand"
13360 msgstr ""
13362 #: config/sparc/sparc.c:6458
13363 #, c-format
13364 msgid "invalid %%d operand"
13365 msgstr ""
13367 #: config/sparc/sparc.c:6459
13368 #, c-format
13369 msgid "invalid %%D operand"
13370 msgstr ""
13372 #: config/sparc/sparc.c:6475
13373 #, c-format
13374 msgid "invalid %%f operand"
13375 msgstr ""
13377 #: config/sparc/sparc.c:6525
13378 msgid "long long constant not a valid immediate operand"
13379 msgstr ""
13381 #: config/sparc/sparc.c:6528
13382 msgid "floating point constant not a valid immediate operand"
13383 msgstr ""
13385 #: config/sparc/freebsd.h:80 config/sparc/linux.h:87 config/sparc/linux64.h:89
13386 #: config/sparc/netbsd-elf.h:231
13387 msgid "Use 128 bit long doubles"
13388 msgstr ""
13390 #: config/sparc/sp64-elf.h:84 config/sparc/splet.h:29
13391 msgid "Generate code for big endian"
13392 msgstr ""
13394 #: config/sparc/sp64-elf.h:85 config/sparc/splet.h:30
13395 msgid "Generate code for little endian"
13396 msgstr ""
13398 #: config/sparc/sp86x-aout.h:51 config/sparc/sp86x-elf.h:65
13399 msgid "Use little-endian byte order for data"
13400 msgstr ""
13402 #: config/sparc/sparc.h:534
13403 msgid "Assume possible double misalignment"
13404 msgstr ""
13406 #: config/sparc/sparc.h:536
13407 msgid "Assume all doubles are aligned"
13408 msgstr ""
13410 #: config/sparc/sparc.h:538
13411 msgid "Pass -assert pure-text to linker"
13412 msgstr ""
13414 #: config/sparc/sparc.h:540
13415 msgid "Do not pass -assert pure-text to linker"
13416 msgstr ""
13418 #: config/sparc/sparc.h:542
13419 msgid "Use flat register window model"
13420 msgstr ""
13422 #: config/sparc/sparc.h:544
13423 msgid "Do not use flat register window model"
13424 msgstr ""
13426 #: config/sparc/sparc.h:546
13427 msgid "Use ABI reserved registers"
13428 msgstr ""
13430 #: config/sparc/sparc.h:548
13431 msgid "Do not use ABI reserved registers"
13432 msgstr ""
13434 #: config/sparc/sparc.h:550
13435 msgid "Use hardware quad fp instructions"
13436 msgstr ""
13438 #: config/sparc/sparc.h:552
13439 msgid "Do not use hardware quad fp instructions"
13440 msgstr ""
13442 #: config/sparc/sparc.h:554
13443 msgid "Compile for v8plus ABI"
13444 msgstr ""
13446 #: config/sparc/sparc.h:556
13447 msgid "Do not compile for v8plus ABI"
13448 msgstr ""
13450 #: config/sparc/sparc.h:558
13451 msgid "Utilize Visual Instruction Set"
13452 msgstr ""
13454 #: config/sparc/sparc.h:560
13455 msgid "Do not utilize Visual Instruction Set"
13456 msgstr ""
13458 #. ??? These are deprecated, coerced to -mcpu=.  Delete in 2.9.
13459 #: config/sparc/sparc.h:563
13460 msgid "Optimize for Cypress processors"
13461 msgstr ""
13463 #: config/sparc/sparc.h:565
13464 msgid "Optimize for SPARCLite processors"
13465 msgstr ""
13467 #: config/sparc/sparc.h:567
13468 msgid "Optimize for F930 processors"
13469 msgstr ""
13471 #: config/sparc/sparc.h:569
13472 msgid "Optimize for F934 processors"
13473 msgstr ""
13475 #: config/sparc/sparc.h:571
13476 msgid "Use V8 SPARC ISA"
13477 msgstr ""
13479 #: config/sparc/sparc.h:573
13480 msgid "Optimize for SuperSPARC processors"
13481 msgstr ""
13483 #. End of deprecated options.
13484 #: config/sparc/sparc.h:576
13485 msgid "Pointers are 64-bit"
13486 msgstr ""
13488 #: config/sparc/sparc.h:578
13489 msgid "Pointers are 32-bit"
13490 msgstr ""
13492 #: config/sparc/sparc.h:580
13493 msgid "Use 32-bit ABI"
13494 msgstr ""
13496 #: config/sparc/sparc.h:582
13497 msgid "Use 64-bit ABI"
13498 msgstr ""
13500 #: config/sparc/sparc.h:584
13501 msgid "Use stack bias"
13502 msgstr ""
13504 #: config/sparc/sparc.h:586
13505 msgid "Do not use stack bias"
13506 msgstr ""
13508 #: config/sparc/sparc.h:588
13509 msgid "Use structs on stronger alignment for double-word copies"
13510 msgstr ""
13512 #: config/sparc/sparc.h:590
13513 msgid "Do not use structs on stronger alignment for double-word copies"
13514 msgstr ""
13516 #: config/sparc/sparc.h:592
13517 msgid "Optimize tail call instructions in assembler and linker"
13518 msgstr ""
13520 #: config/sparc/sparc.h:594
13521 msgid "Do not optimize tail call instructions in assembler or linker"
13522 msgstr ""
13524 #: config/sparc/sparc.h:639
13525 msgid "Use given SPARC code model"
13526 msgstr ""
13528 #: config/stormy16/stormy16.c:556
13529 msgid "Constant halfword load operand out of range."
13530 msgstr ""
13532 #: config/stormy16/stormy16.c:568
13533 msgid "Constant arithmetic operand out of range."
13534 msgstr ""
13536 #: config/stormy16/stormy16.c:1074
13537 msgid "Local variable memory requirements exceed capacity."
13538 msgstr ""
13540 #: config/stormy16/stormy16.c:1316
13541 msgid "cannot use va_start in interrupt function"
13542 msgstr ""
13544 #: config/stormy16/stormy16.c:1676
13545 msgid "`B' operand is not constant"
13546 msgstr ""
13548 #: config/stormy16/stormy16.c:1682
13549 msgid "`B' operand has multiple bits set"
13550 msgstr ""
13552 #: config/stormy16/stormy16.c:1709
13553 msgid "`o' operand is not constant"
13554 msgstr ""
13556 #: config/stormy16/stormy16.c:1724
13557 msgid "xstormy16_print_operand: unknown code"
13558 msgstr ""
13560 #: config/stormy16/stormy16.c:1774
13561 #, c-format
13562 msgid "switch statement of size %lu entries too large"
13563 msgstr ""
13565 #: config/v850/v850-c.c:69
13566 msgid "#pragma GHS endXXXX found without previous startXXX"
13567 msgstr ""
13569 #: config/v850/v850-c.c:71
13570 msgid "#pragma GHS endXXX does not match previous startXXX"
13571 msgstr ""
13573 #: config/v850/v850-c.c:96
13574 msgid "cannot set interrupt attribute: no current function"
13575 msgstr ""
13577 #: config/v850/v850-c.c:104
13578 msgid "cannot set interrupt attribute: no such identifier"
13579 msgstr ""
13581 #: config/v850/v850-c.c:150
13582 msgid "junk at end of #pragma ghs section"
13583 msgstr ""
13585 #: config/v850/v850-c.c:167
13586 #, c-format
13587 msgid "unrecognized section name \"%s\""
13588 msgstr ""
13590 #: config/v850/v850-c.c:182
13591 msgid "malformed #pragma ghs section"
13592 msgstr ""
13594 #: config/v850/v850-c.c:202
13595 msgid "junk at end of #pragma ghs interrupt"
13596 msgstr ""
13598 #: config/v850/v850-c.c:214
13599 msgid "junk at end of #pragma ghs starttda"
13600 msgstr ""
13602 #: config/v850/v850-c.c:226
13603 msgid "junk at end of #pragma ghs startsda"
13604 msgstr ""
13606 #: config/v850/v850-c.c:238
13607 msgid "junk at end of #pragma ghs startzda"
13608 msgstr ""
13610 #: config/v850/v850-c.c:250
13611 msgid "junk at end of #pragma ghs endtda"
13612 msgstr ""
13614 #: config/v850/v850-c.c:262
13615 msgid "junk at end of #pragma ghs endsda"
13616 msgstr ""
13618 #: config/v850/v850-c.c:274
13619 msgid "junk at end of #pragma ghs endzda"
13620 msgstr ""
13622 #: config/v850/v850.c:138
13623 #, c-format
13624 msgid "%s=%s is not numeric"
13625 msgstr ""
13627 #: config/v850/v850.c:145
13628 #, c-format
13629 msgid "%s=%s is too large"
13630 msgstr ""
13632 #: config/v850/v850.c:311
13633 msgid "const_double_split got a bad insn:"
13634 msgstr ""
13636 #: config/v850/v850.c:895
13637 msgid "output_move_single:"
13638 msgstr ""
13640 #: config/v850/v850.c:2275
13641 msgid "a data area attribute cannot be specified for local variables"
13642 msgstr ""
13644 #: config/v850/v850.c:2286
13645 #, c-format
13646 msgid "data area of '%s' conflicts with previous declaration"
13647 msgstr ""
13649 #: config/v850/v850.c:2505
13650 #, c-format
13651 msgid "bogus JR construction: %d\n"
13652 msgstr ""
13654 #: config/v850/v850.c:2526 config/v850/v850.c:2728
13655 #, c-format
13656 msgid "bad amount of stack space removal: %d"
13657 msgstr ""
13659 #: config/v850/v850.c:2704
13660 #, c-format
13661 msgid "bogus JARL construction: %d\n"
13662 msgstr ""
13664 #: config/v850/v850.c:3084
13665 #, c-format
13666 msgid "Bogus DISPOSE construction: %d\n"
13667 msgstr ""
13669 #: config/v850/v850.c:3106
13670 #, c-format
13671 msgid "Too much stack space to dispose of: %d"
13672 msgstr ""
13674 #: config/v850/v850.c:3282
13675 #, c-format
13676 msgid "Bogus PREPEARE construction: %d\n"
13677 msgstr ""
13679 #: config/v850/v850.c:3304
13680 #, c-format
13681 msgid "Too much stack space to prepare: %d"
13682 msgstr ""
13684 #. Macro to define tables used to set the flags.
13685 #. This is a list in braces of pairs in braces,
13686 #. each pair being { "NAME", VALUE }
13687 #. where VALUE is the bits to set or minus the bits to clear.
13688 #. An empty string NAME is used to identify the default VALUE.
13689 #: config/v850/v850.h:163
13690 msgid "Support Green Hills ABI"
13691 msgstr ""
13693 #: config/v850/v850.h:166
13694 msgid "Prohibit PC relative function calls"
13695 msgstr ""
13697 #: config/v850/v850.h:169
13698 msgid "Reuse r30 on a per function basis"
13699 msgstr ""
13701 #: config/v850/v850.h:172
13702 msgid "Use stubs for function prologues"
13703 msgstr ""
13705 #: config/v850/v850.h:175
13706 msgid "Same as: -mep -mprolog-function"
13707 msgstr ""
13709 #: config/v850/v850.h:176
13710 msgid "Enable backend debugging"
13711 msgstr ""
13713 #: config/v850/v850.h:178
13714 msgid "Compile for the v850 processor"
13715 msgstr ""
13717 #: config/v850/v850.h:180
13718 msgid "Compile for v850e processor"
13719 msgstr ""
13721 #. Make sure that the other bits are cleared.
13722 #: config/v850/v850.h:182
13723 msgid "Enable the use of the short load instructions"
13724 msgstr ""
13726 #: config/v850/v850.h:185
13727 msgid "Do not use the callt instruction"
13728 msgstr ""
13730 #: config/v850/v850.h:192
13731 msgid "Do not use registers r2 and r5"
13732 msgstr ""
13734 #: config/v850/v850.h:194
13735 msgid "Enfore strict alignment"
13736 msgstr ""
13738 #: config/v850/v850.h:197
13739 msgid "Use 4 byte entries in switch tables"
13740 msgstr ""
13742 #: config/v850/v850.h:223
13743 msgid "Set the max size of data eligible for the TDA area"
13744 msgstr ""
13746 #: config/v850/v850.h:226
13747 msgid "Set the max size of data eligible for the SDA area"
13748 msgstr ""
13750 #: config/v850/v850.h:229
13751 msgid "Set the max size of data eligible for the ZDA area"
13752 msgstr ""
13754 #: config/xtensa/xtensa.c:1069 config/xtensa/xtensa.c:1103
13755 #: config/xtensa/xtensa.c:1112
13756 msgid "bad test"
13757 msgstr ""
13759 #: config/xtensa/xtensa.c:1831
13760 msgid "boolean registers required for the floating-point option"
13761 msgstr ""
13763 #: config/xtensa/xtensa.c:1998
13764 msgid "invalid mask"
13765 msgstr ""
13767 #: config/xtensa/xtensa.c:2045
13768 msgid "invalid address"
13769 msgstr ""
13771 #: config/xtensa/xtensa.c:2070
13772 msgid "no register in address"
13773 msgstr ""
13775 #: config/xtensa/xtensa.c:2078
13776 msgid "address offset not a constant"
13777 msgstr ""
13779 #: config/xtensa/xtensa.c:2817
13780 msgid "only uninitialized variables can be placed in a .bss section"
13781 msgstr ""
13783 #: config/xtensa/xtensa.h:114
13784 msgid "Use the Xtensa code density option"
13785 msgstr ""
13787 #: config/xtensa/xtensa.h:116
13788 msgid "Do not use the Xtensa code density option"
13789 msgstr ""
13791 #: config/xtensa/xtensa.h:118
13792 msgid "Use the Xtensa MAC16 option"
13793 msgstr ""
13795 #: config/xtensa/xtensa.h:120
13796 msgid "Do not use the Xtensa MAC16 option"
13797 msgstr ""
13799 #: config/xtensa/xtensa.h:122
13800 msgid "Use the Xtensa MUL16 option"
13801 msgstr ""
13803 #: config/xtensa/xtensa.h:124
13804 msgid "Do not use the Xtensa MUL16 option"
13805 msgstr ""
13807 #: config/xtensa/xtensa.h:126
13808 msgid "Use the Xtensa MUL32 option"
13809 msgstr ""
13811 #: config/xtensa/xtensa.h:128
13812 msgid "Do not use the Xtensa MUL32 option"
13813 msgstr ""
13815 #. undocumented
13816 #. undocumented
13817 #: config/xtensa/xtensa.h:134
13818 msgid "Use the Xtensa NSA option"
13819 msgstr ""
13821 #: config/xtensa/xtensa.h:136
13822 msgid "Do not use the Xtensa NSA option"
13823 msgstr ""
13825 #: config/xtensa/xtensa.h:138
13826 msgid "Use the Xtensa MIN/MAX option"
13827 msgstr ""
13829 #: config/xtensa/xtensa.h:140
13830 msgid "Do not use the Xtensa MIN/MAX option"
13831 msgstr ""
13833 #: config/xtensa/xtensa.h:142
13834 msgid "Use the Xtensa SEXT option"
13835 msgstr ""
13837 #: config/xtensa/xtensa.h:144
13838 msgid "Do not use the Xtensa SEXT option"
13839 msgstr ""
13841 #: config/xtensa/xtensa.h:146
13842 msgid "Use the Xtensa boolean register option"
13843 msgstr ""
13845 #: config/xtensa/xtensa.h:148
13846 msgid "Do not use the Xtensa boolean register option"
13847 msgstr ""
13849 #: config/xtensa/xtensa.h:150
13850 msgid "Use the Xtensa floating-point unit"
13851 msgstr ""
13853 #: config/xtensa/xtensa.h:152
13854 msgid "Do not use the Xtensa floating-point unit"
13855 msgstr ""
13857 #. undocumented
13858 #. undocumented
13859 #. undocumented
13860 #. undocumented
13861 #. undocumented
13862 #. undocumented
13863 #. undocumented
13864 #. undocumented
13865 #: config/xtensa/xtensa.h:170
13866 msgid "Disable fused multiply/add and multiply/subtract FP instructions"
13867 msgstr ""
13869 #: config/xtensa/xtensa.h:172
13870 msgid "Enable fused multiply/add and multiply/subtract FP instructions"
13871 msgstr ""
13873 #: config/xtensa/xtensa.h:174
13874 msgid "Serialize volatile memory references with MEMW instructions"
13875 msgstr ""
13877 #: config/xtensa/xtensa.h:176
13878 msgid "Do not serialize volatile memory references with MEMW instructions"
13879 msgstr ""
13881 #: config/xtensa/xtensa.h:178
13882 msgid "Intersperse literal pools with code in the text section"
13883 msgstr ""
13885 #: config/xtensa/xtensa.h:180
13886 msgid "Put literal pools in a separate literal section"
13887 msgstr ""
13889 #: config/xtensa/xtensa.h:182
13890 msgid "Automatically align branch targets to reduce branch penalties"
13891 msgstr ""
13893 #: config/xtensa/xtensa.h:184
13894 msgid "Do not automatically align branch targets"
13895 msgstr ""
13897 #: config/xtensa/xtensa.h:186
13898 msgid "Use indirect CALLXn instructions for large programs"
13899 msgstr ""
13901 #: config/xtensa/xtensa.h:188
13902 msgid "Use direct CALLn instructions for fast calls"
13903 msgstr ""
13905 #: ada/misc.c:253
13906 msgid "`-gnat' misspelled as `-gant'"
13907 msgstr ""
13909 #: cp/call.c:252 cp/init.c:1604 cp/typeck.c:2091
13910 msgid "qualified type `%T' does not match destructor name `~%T'"
13911 msgstr ""
13913 #: cp/call.c:261
13914 msgid "type of `%E' does not match destructor type `%T' (type was `%T')"
13915 msgstr ""
13917 #: cp/call.c:270
13918 msgid "`%D' is a namespace"
13919 msgstr ""
13921 #: cp/call.c:278
13922 msgid "base object `%E' of scoped method call is of non-aggregate type `%T'"
13923 msgstr ""
13925 #: cp/call.c:358
13926 msgid "unable to call pointer to member function here"
13927 msgstr ""
13929 #: cp/call.c:489
13930 msgid "destructors take no parameters"
13931 msgstr ""
13933 #: cp/call.c:493
13934 msgid "destructor name `~%T' does not match type `%T' of expression"
13935 msgstr ""
13937 #: cp/call.c:509 cp/call.c:4996
13938 msgid "request for member `%D' in `%E', which is of non-aggregate type `%T'"
13939 msgstr ""
13941 #: cp/call.c:531
13942 msgid "request for member `%D' is ambiguous"
13943 msgstr ""
13945 #: cp/call.c:2672
13946 msgid "conversion from `%T' to `%T' is ambiguous"
13947 msgstr ""
13949 #: cp/call.c:2750
13950 msgid "incomplete type '%T' cannot be used to name a scope"
13951 msgstr ""
13953 #: cp/call.c:2770 cp/typeck.c:2212 cp/typeck.c:2228
13954 msgid "'%D' has no member named '%E'"
13955 msgstr ""
13957 #: cp/call.c:2892 cp/call.c:2936
13958 msgid "no matching function for call to `%D(%A)'"
13959 msgstr ""
13961 #: cp/call.c:2895
13962 msgid "call of overloaded `%D(%A)' is ambiguous"
13963 msgstr ""
13965 #: cp/call.c:2939
13966 msgid "call of overlopaded `%D(%A)' is ambiguous"
13967 msgstr ""
13969 #. It's no good looking for an overloaded operator() on a
13970 #. pointer-to-member-function.
13971 #: cp/call.c:3005
13972 #, c-format
13973 msgid ""
13974 "pointer-to-member function %E cannot be called without an object; consider "
13975 "using .* or ->*"
13976 msgstr ""
13978 #: cp/call.c:3071
13979 msgid "no match for call to `(%T) (%A)'"
13980 msgstr ""
13982 #: cp/call.c:3079
13983 msgid "call of `(%T) (%A)' is ambiguous"
13984 msgstr ""
13986 #: cp/call.c:3112
13987 msgid "%s for `%T ? %T : %T' operator"
13988 msgstr ""
13990 #: cp/call.c:3117
13991 msgid "%s for `%T %s' operator"
13992 msgstr ""
13994 #: cp/call.c:3120
13995 msgid "%s for `%T [%T]' operator"
13996 msgstr ""
13998 #: cp/call.c:3125
13999 msgid "%s for `%T %s %T' operator"
14000 msgstr ""
14002 #: cp/call.c:3128
14003 msgid "%s for `%s %T' operator"
14004 msgstr ""
14006 #: cp/call.c:3213
14007 msgid "ISO C++ forbids omitting the middle term of a ?: expression"
14008 msgstr ""
14010 #: cp/call.c:3277
14011 #, c-format
14012 msgid "`%E' has type `void' and is not a throw-expression"
14013 msgstr ""
14015 #: cp/call.c:3310 cp/call.c:3507
14016 msgid "operands to ?: have different types"
14017 msgstr ""
14019 #: cp/call.c:3460
14020 msgid "enumeral mismatch in conditional expression: `%T' vs `%T'"
14021 msgstr ""
14023 #: cp/call.c:3467
14024 msgid "enumeral and non-enumeral type in conditional expression"
14025 msgstr ""
14027 #: cp/call.c:3751
14028 msgid "no `%D(int)' declared for postfix `%s', trying prefix operator instead"
14029 msgstr ""
14031 #: cp/call.c:3796
14032 msgid "using synthesized `%#D' for copy assignment"
14033 msgstr ""
14035 #: cp/call.c:3798
14036 msgid "  where cfront would use `%#D'"
14037 msgstr ""
14039 #: cp/call.c:3821
14040 msgid "comparison between `%#T' and `%#T'"
14041 msgstr ""
14043 #: cp/call.c:4058
14044 msgid "no suitable `operator delete' for `%T'"
14045 msgstr ""
14047 #: cp/call.c:4072
14048 msgid "`%+#D' is private"
14049 msgstr ""
14051 #: cp/call.c:4074
14052 msgid "`%+#D' is protected"
14053 msgstr ""
14055 #: cp/call.c:4076
14056 msgid "`%+#D' is inaccessible"
14057 msgstr ""
14059 #: cp/call.c:4077
14060 msgid "within this context"
14061 msgstr ""
14063 #: cp/call.c:4115
14064 msgid "invalid conversion from `%T' to `%T'"
14065 msgstr ""
14067 #: cp/call.c:4117 cp/call.c:4254 cp/call.c:4256
14068 msgid "  initializing argument %P of `%D'"
14069 msgstr ""
14071 #: cp/call.c:4179 cp/call.c:4183
14072 msgid "  initializing argument %P of `%D' from result of `%D'"
14073 msgstr ""
14075 #: cp/call.c:4189 cp/call.c:4192
14076 msgid "  initializing temporary from result of `%D'"
14077 msgstr ""
14079 #. Undefined behavior [expr.call] 5.2.2/7.  We used to just warn
14080 #. here and do a bitwise copy, but now cp_expr_size will abort if we
14081 #. try to do that.
14082 #: cp/call.c:4340
14083 msgid ""
14084 "cannot pass objects of non-POD type `%#T' through `...'; call will abort at "
14085 "runtime"
14086 msgstr ""
14088 #. Undefined behavior [expr.call] 5.2.2/7.
14089 #: cp/call.c:4365
14090 msgid "cannot receive objects of non-POD type `%#T' through `...'"
14091 msgstr ""
14093 #: cp/call.c:4405
14094 msgid "the default argument for parameter %d of `%D' has not yet been parsed"
14095 msgstr ""
14097 #: cp/call.c:4526
14098 msgid "passing `%T' as `this' argument of `%#D' discards qualifiers"
14099 msgstr ""
14101 #: cp/call.c:4759
14102 msgid "could not find class$ field in java interface type `%T'"
14103 msgstr ""
14105 #: cp/call.c:4970
14106 msgid "call to non-function `%D'"
14107 msgstr ""
14109 #: cp/call.c:5074
14110 msgid "no matching function for call to `%T::%s(%A)%#V'"
14111 msgstr ""
14113 #: cp/call.c:5091
14114 #, c-format
14115 msgid "call of overloaded `%s(%A)' is ambiguous"
14116 msgstr ""
14118 #: cp/call.c:5112
14119 msgid "cannot call member function `%D' without object"
14120 msgstr ""
14122 #: cp/call.c:5700
14123 msgid "passing `%T' chooses `%T' over `%T'"
14124 msgstr ""
14126 #: cp/call.c:5702 cp/decl2.c:3860
14127 msgid "  in call to `%D'"
14128 msgstr ""
14130 #: cp/call.c:5751
14131 msgid "choosing `%D' over `%D'"
14132 msgstr ""
14134 #: cp/call.c:5752
14135 msgid "  for conversion from `%T' to `%T'"
14136 msgstr ""
14138 #: cp/call.c:5754
14139 msgid "  because conversion sequence for the argument is better"
14140 msgstr ""
14142 #: cp/call.c:5877
14143 msgid ""
14144 "are ambiguous even though the worst conversion for the former is better than "
14145 "the worst conversion for the latter"
14146 msgstr ""
14148 #: cp/call.c:5987 cp/call.c:6050
14149 msgid "could not convert `%E' to `%T'"
14150 msgstr ""
14152 #: cp/class.c:282
14153 msgid ""
14154 "cannot convert from base `%T' to derived type `%T' via virtual base `%T'"
14155 msgstr ""
14157 #: cp/class.c:928
14158 msgid "`%#D' and `%#D' cannot be overloaded"
14159 msgstr ""
14161 #: cp/class.c:1011
14162 msgid "duplicate enum value `%D'"
14163 msgstr ""
14165 #: cp/class.c:1014
14166 msgid "duplicate field `%D' (as enum and non-enum)"
14167 msgstr ""
14169 #: cp/class.c:1021
14170 msgid "duplicate nested type `%D'"
14171 msgstr ""
14173 #: cp/class.c:1032
14174 msgid "duplicate field `%D' (as type and non-type)"
14175 msgstr ""
14177 #: cp/class.c:1036
14178 msgid "duplicate member `%D'"
14179 msgstr ""
14181 #: cp/class.c:1075
14182 msgid "conflicting access specifications for method `%D', ignored"
14183 msgstr ""
14185 #: cp/class.c:1077
14186 #, c-format
14187 msgid "conflicting access specifications for field `%s', ignored"
14188 msgstr ""
14190 #: cp/class.c:1120
14191 msgid "`%D' names constructor"
14192 msgstr ""
14194 #: cp/class.c:1125
14195 msgid "`%D' invalid in `%T'"
14196 msgstr ""
14198 #: cp/class.c:1133
14199 msgid "no members matching `%D' in `%#T'"
14200 msgstr ""
14202 #: cp/class.c:1165 cp/class.c:1173
14203 msgid "`%D' invalid in `%#T'"
14204 msgstr ""
14206 #: cp/class.c:1166
14207 msgid "  because of local method `%#D' with same name"
14208 msgstr ""
14210 #: cp/class.c:1174
14211 msgid "  because of local member `%#D' with same name"
14212 msgstr ""
14214 #: cp/class.c:1244
14215 msgid "base class `%#T' has a non-virtual destructor"
14216 msgstr ""
14218 #: cp/class.c:1264
14219 msgid ""
14220 "base `%T' with only non-default constructor in class without a constructor"
14221 msgstr ""
14223 #: cp/class.c:1651
14224 msgid "all member functions in class `%T' are private"
14225 msgstr ""
14227 #: cp/class.c:1665
14228 msgid "`%#T' only defines a private destructor and has no friends"
14229 msgstr ""
14231 #: cp/class.c:1708
14232 msgid "`%#T' only defines private constructors and has no friends"
14233 msgstr ""
14235 #: cp/class.c:1932 cp/class.c:5133
14236 msgid "redefinition of `%#T'"
14237 msgstr ""
14239 #: cp/class.c:1933
14240 msgid "previous definition of `%#T'"
14241 msgstr ""
14243 #: cp/class.c:2227
14244 msgid "no unique final overrider for `%D' in `%T'"
14245 msgstr ""
14247 #. Here we know it is a hider, and no overrider exists.
14248 #: cp/class.c:2662
14249 msgid "`%D' was hidden"
14250 msgstr ""
14252 #: cp/class.c:2663
14253 msgid "  by `%D'"
14254 msgstr ""
14256 #: cp/class.c:2704
14257 msgid "ISO C++ forbids member `%D' with same name as enclosing class"
14258 msgstr ""
14260 #: cp/class.c:2709 cp/decl2.c:1232
14261 msgid "`%#D' invalid; an anonymous union can only have non-static data members"
14262 msgstr ""
14264 #: cp/class.c:2715 cp/decl2.c:1239
14265 msgid "private member `%#D' in anonymous union"
14266 msgstr ""
14268 #: cp/class.c:2718 cp/decl2.c:1241
14269 msgid "protected member `%#D' in anonymous union"
14270 msgstr ""
14272 #: cp/class.c:2837
14273 msgid ""
14274 "vtable layout for class `%T' may not be ABI-compliant and may change in a "
14275 "future version of GCC due to implicit virtual destructor"
14276 msgstr ""
14278 #: cp/class.c:2897
14279 msgid "bit-field `%#D' with non-integral type"
14280 msgstr ""
14282 #: cp/class.c:2917
14283 msgid "bit-field `%D' width not an integer constant"
14284 msgstr ""
14286 #: cp/class.c:2923
14287 msgid "negative width in bit-field `%D'"
14288 msgstr ""
14290 #: cp/class.c:2928
14291 msgid "zero width for bit-field `%D'"
14292 msgstr ""
14294 #: cp/class.c:2934
14295 msgid "width of `%D' exceeds its type"
14296 msgstr ""
14298 #: cp/class.c:2943
14299 msgid "`%D' is too small to hold all values of `%#T'"
14300 msgstr ""
14302 #: cp/class.c:3024
14303 msgid "member `%#D' with constructor not allowed in union"
14304 msgstr ""
14306 #: cp/class.c:3027
14307 msgid "member `%#D' with destructor not allowed in union"
14308 msgstr ""
14310 #: cp/class.c:3030
14311 msgid "member `%#D' with copy assignment operator not allowed in union"
14312 msgstr ""
14314 #: cp/class.c:3057
14315 msgid "multiple fields in union `%T' initialized"
14316 msgstr ""
14318 #: cp/class.c:3179
14319 msgid "field `%D' in local class cannot be static"
14320 msgstr ""
14322 #: cp/class.c:3185
14323 msgid "field `%D' invalidly declared function type"
14324 msgstr ""
14326 #: cp/class.c:3192
14327 msgid "field `%D' invalidly declared method type"
14328 msgstr ""
14330 #: cp/class.c:3198
14331 msgid "field `%D' invalidly declared offset type"
14332 msgstr ""
14334 #. Unions cannot have static members.
14335 #: cp/class.c:3216
14336 msgid "field `%D' declared static in union"
14337 msgstr ""
14339 #: cp/class.c:3243
14340 msgid "non-static reference `%#D' in class without a constructor"
14341 msgstr ""
14343 #: cp/class.c:3278
14344 msgid "non-static const member `%#D' in class without a constructor"
14345 msgstr ""
14347 #: cp/class.c:3293
14348 msgid "field `%#D' with same name as class"
14349 msgstr ""
14351 #: cp/class.c:3311
14352 msgid "`%#T' has pointer data members"
14353 msgstr ""
14355 #: cp/class.c:3315
14356 msgid "  but does not override `%T(const %T&)'"
14357 msgstr ""
14359 #: cp/class.c:3317
14360 msgid "  or `operator=(const %T&)'"
14361 msgstr ""
14363 #: cp/class.c:3320
14364 msgid "  but does not override `operator=(const %T&)'"
14365 msgstr ""
14367 #: cp/class.c:3747
14368 msgid ""
14369 "offset of empty base `%T' may not be ABI-compliant and maychange in a future "
14370 "version of GCC"
14371 msgstr ""
14373 #: cp/class.c:3856
14374 msgid "class `%T' will be considered nearly empty in a future version of GCC"
14375 msgstr ""
14377 #: cp/class.c:3943
14378 msgid "initializer specified for non-virtual method `%D'"
14379 msgstr ""
14381 #: cp/class.c:4630
14382 msgid ""
14383 "offset of virtual base `%T' is not ABI-compliant and may change in a future "
14384 "version of GCC"
14385 msgstr ""
14387 #: cp/class.c:4720
14388 msgid "direct base `%T' inaccessible in `%T' due to ambiguity"
14389 msgstr ""
14391 #: cp/class.c:4733
14392 msgid "virtual base `%T' inaccessible in `%T' due to ambiguity"
14393 msgstr ""
14395 #: cp/class.c:4887
14396 msgid ""
14397 "size assigned to `%T' may not be ABI-compliant and may change in a future "
14398 "version of GCC"
14399 msgstr ""
14401 #: cp/class.c:4937
14402 msgid ""
14403 "offset of `%D' is not ABI-compliant and may change in a future version of GCC"
14404 msgstr ""
14406 #: cp/class.c:4946
14407 msgid ""
14408 "`%D' contains empty classes which may cause base classes to be placed at "
14409 "different locations in a future version of GCC"
14410 msgstr ""
14412 #: cp/class.c:5005
14413 msgid ""
14414 "layout of classes derived from empty class `%T' may change in a future "
14415 "version of GCC"
14416 msgstr ""
14418 #: cp/class.c:5298
14419 msgid "`%#T' has virtual functions but non-virtual destructor"
14420 msgstr ""
14422 #: cp/class.c:5381
14423 msgid "trying to finish struct, but kicked out due to previous parse errors"
14424 msgstr ""
14426 #: cp/class.c:5813
14427 #, c-format
14428 msgid "language string `\"%s\"' not recognized"
14429 msgstr ""
14431 #: cp/class.c:5903
14432 msgid ""
14433 "cannot resolve overloaded function `%D' based on conversion to type `%T'"
14434 msgstr ""
14436 #: cp/class.c:6024
14437 msgid "no matches converting function `%D' to type `%#T'"
14438 msgstr ""
14440 #: cp/class.c:6047
14441 msgid "converting overloaded function `%D' to type `%#T' is ambiguous"
14442 msgstr ""
14444 #: cp/class.c:6073
14445 msgid "assuming pointer to member `%D'"
14446 msgstr ""
14448 #: cp/class.c:6076
14449 #, c-format
14450 msgid "(a pointer to member can only be formed with `&%E')"
14451 msgstr ""
14453 #: cp/class.c:6118 cp/class.c:6299 cp/class.c:6306
14454 msgid "not enough type information"
14455 msgstr ""
14457 #: cp/class.c:6135
14458 msgid "argument of type `%T' does not match `%T'"
14459 msgstr ""
14461 #: cp/class.c:6283
14462 msgid "invalid operation on uninstantiated type"
14463 msgstr ""
14465 #. [basic.scope.class]
14467 #. A name N used in a class S shall refer to the same declaration
14468 #. in its context and when re-evaluated in the completed scope of
14469 #. S.
14470 #: cp/class.c:6558 cp/decl.c:989 cp/decl.c:3039 cp/pt.c:2032
14471 msgid "declaration of `%#D'"
14472 msgstr ""
14474 #: cp/class.c:6559
14475 msgid "changes meaning of `%D' from `%+#D'"
14476 msgstr ""
14478 #: cp/cvt.c:88
14479 msgid "can't convert from incomplete type `%T' to `%T'"
14480 msgstr ""
14482 #: cp/cvt.c:97
14483 msgid "conversion of `%E' from `%T' to `%T' is ambiguous"
14484 msgstr ""
14486 #: cp/cvt.c:126
14487 msgid "converting from `%T' to `%T'"
14488 msgstr ""
14490 #: cp/cvt.c:203 cp/cvt.c:207
14491 msgid "pointer to member cast from `%T' to `%T' is via virtual base"
14492 msgstr ""
14494 #: cp/cvt.c:225 cp/cvt.c:236 cp/cvt.c:283
14495 msgid "cannot convert `%E' from type `%T' to type `%T'"
14496 msgstr ""
14498 #: cp/cvt.c:262
14499 msgid "invalid conversion from '%T' to '%T'"
14500 msgstr ""
14502 #: cp/cvt.c:494
14503 msgid "conversion from `%T' to `%T' discards qualifiers"
14504 msgstr ""
14506 #: cp/cvt.c:512
14507 msgid "casting `%T' to `%T' does not dereference pointer"
14508 msgstr ""
14510 #: cp/cvt.c:541
14511 msgid "cannot convert type `%T' to type `%T'"
14512 msgstr ""
14514 #: cp/cvt.c:666
14515 msgid "conversion from `%#T' to `%#T'"
14516 msgstr ""
14518 #: cp/cvt.c:678
14519 msgid "`%#T' used where a `%T' was expected"
14520 msgstr ""
14522 #: cp/cvt.c:695
14523 msgid "the address of `%D', will always be `true'"
14524 msgstr ""
14526 #: cp/cvt.c:715
14527 msgid "`%#T' used where a floating point value was expected"
14528 msgstr ""
14530 #: cp/cvt.c:762
14531 msgid "conversion from `%T' to non-scalar type `%T' requested"
14532 msgstr ""
14534 #: cp/cvt.c:846
14535 msgid "object of incomplete type `%T' will not be accessed in %s"
14536 msgstr ""
14538 #: cp/cvt.c:849
14539 msgid "object of type `%T' will not be accessed in %s"
14540 msgstr ""
14542 #: cp/cvt.c:865
14543 msgid "object `%E' of incomplete type `%T' will not be accessed in %s"
14544 msgstr ""
14546 #. [over.over] enumerates the places where we can take the address
14547 #. of an overloaded function, and this is not one of them.
14548 #: cp/cvt.c:885
14549 #, c-format
14550 msgid "%s cannot resolve address of overloaded function"
14551 msgstr ""
14553 #. Only warn when there is no &.
14554 #: cp/cvt.c:890
14555 #, c-format
14556 msgid "%s is a reference, not call, to function `%E'"
14557 msgstr ""
14559 #: cp/cvt.c:1012
14560 msgid "converting NULL to non-pointer type"
14561 msgstr ""
14563 #: cp/cvt.c:1088
14564 msgid "ambiguous default type conversion from `%T'"
14565 msgstr ""
14567 #: cp/cvt.c:1090
14568 msgid "  candidate conversions include `%D' and `%D'"
14569 msgstr ""
14571 #. Folks should explicitly indicate the appropriate alphabet for
14572 #. each demangling.  Providing a default would allow the
14573 #. question to go unconsidered.
14574 #: cp/cxxfilt.c:238
14575 msgid "Internal error: no symbol alphabet for current style"
14576 msgstr ""
14578 #: cp/decl.c:990 cp/decl.c:3146
14579 msgid "conflicts with previous declaration `%#D'"
14580 msgstr ""
14582 #: cp/decl.c:1183
14583 msgid "label `%D' used but not defined"
14584 msgstr ""
14586 #: cp/decl.c:1188
14587 msgid "label `%D' defined but not used"
14588 msgstr ""
14590 #: cp/decl.c:2167
14591 msgid "namespace alias `%D' not allowed here, assuming `%D'"
14592 msgstr ""
14594 #: cp/decl.c:2946 cp/decl.c:3354
14595 msgid "previous declaration of `%D'"
14596 msgstr ""
14598 #: cp/decl.c:2994
14599 msgid "%Hfunction '%D' redeclared as inline"
14600 msgstr ""
14602 #: cp/decl.c:2996
14603 msgid "%Hprevious declaration of '%D' with attribute noinline"
14604 msgstr ""
14606 #: cp/decl.c:3003
14607 msgid "%Hfunction '%D' redeclared with attribute noinline"
14608 msgstr ""
14610 #: cp/decl.c:3005
14611 msgid "%Hprevious declaration of '%D' was inline"
14612 msgstr ""
14614 #: cp/decl.c:3026 cp/decl.c:3064
14615 msgid "shadowing %s function `%#D'"
14616 msgstr ""
14618 #: cp/decl.c:3035
14619 msgid "library function `%#D' redeclared as non-function `%#D'"
14620 msgstr ""
14622 #: cp/decl.c:3040
14623 msgid "conflicts with built-in declaration `%#D'"
14624 msgstr ""
14626 #: cp/decl.c:3059 cp/decl.c:3160 cp/decl.c:3176
14627 msgid "new declaration `%#D'"
14628 msgstr ""
14630 #: cp/decl.c:3060
14631 msgid "ambiguates built-in declaration `%#D'"
14632 msgstr ""
14634 #: cp/decl.c:3120
14635 msgid "`%#D' redeclared as different kind of symbol"
14636 msgstr ""
14638 #: cp/decl.c:3123
14639 msgid "previous declaration of `%#D'"
14640 msgstr ""
14642 #: cp/decl.c:3145
14643 msgid "declaration of template `%#D'"
14644 msgstr ""
14646 #: cp/decl.c:3161 cp/decl.c:3177
14647 msgid "ambiguates old declaration `%#D'"
14648 msgstr ""
14650 #: cp/decl.c:3169
14651 msgid "declaration of C function `%#D' conflicts with"
14652 msgstr ""
14654 #: cp/decl.c:3171
14655 msgid "previous declaration `%#D' here"
14656 msgstr ""
14658 #: cp/decl.c:3187
14659 msgid "conflicting types for `%#D'"
14660 msgstr ""
14662 #: cp/decl.c:3188
14663 msgid "previous declaration as `%#D'"
14664 msgstr ""
14666 #: cp/decl.c:3231
14667 msgid "`%#D' previously defined here"
14668 msgstr ""
14670 #: cp/decl.c:3232
14671 msgid "`%#D' previously declared here"
14672 msgstr ""
14674 #. Prototype decl follows defn w/o prototype.
14675 #: cp/decl.c:3241
14676 msgid "prototype for `%#D'"
14677 msgstr ""
14679 #: cp/decl.c:3242
14680 msgid "follows non-prototype definition here"
14681 msgstr ""
14683 #: cp/decl.c:3254
14684 msgid "previous declaration of `%#D' with %L linkage"
14685 msgstr ""
14687 #: cp/decl.c:3256
14688 msgid "conflicts with new declaration with %L linkage"
14689 msgstr ""
14691 #: cp/decl.c:3279 cp/decl.c:3286
14692 msgid "default argument given for parameter %d of `%#D'"
14693 msgstr ""
14695 #: cp/decl.c:3281 cp/decl.c:3288
14696 msgid "after previous specification in `%#D'"
14697 msgstr ""
14699 #: cp/decl.c:3297
14700 msgid "`%#D' was used before it was declared inline"
14701 msgstr ""
14703 #: cp/decl.c:3299
14704 msgid "previous non-inline declaration here"
14705 msgstr ""
14707 #: cp/decl.c:3353
14708 msgid "redundant redeclaration of `%D' in same scope"
14709 msgstr ""
14711 #: cp/decl.c:3434
14712 #, c-format
14713 msgid "declaration of `%F' throws different exceptions"
14714 msgstr ""
14716 #: cp/decl.c:3436
14717 #, c-format
14718 msgid "than previous declaration `%F'"
14719 msgstr ""
14721 #. From [temp.expl.spec]:
14723 #. If a template, a member template or the member of a class
14724 #. template is explicitly specialized then that
14725 #. specialization shall be declared before the first use of
14726 #. that specialization that would cause an implicit
14727 #. instantiation to take place, in every translation unit in
14728 #. which such a use occurs.
14729 #: cp/decl.c:3576
14730 msgid "explicit specialization of %D after first use"
14731 msgstr ""
14733 #: cp/decl.c:3830
14734 msgid "`%#D' used prior to declaration"
14735 msgstr ""
14737 #: cp/decl.c:3861
14738 msgid "redeclaration of `wchar_t' as `%T'"
14739 msgstr ""
14741 #. A redeclaration of main, but not a duplicate of the
14742 #. previous one.
14744 #. [basic.start.main]
14746 #. This function shall not be overloaded.
14747 #: cp/decl.c:3889
14748 msgid "invalid redeclaration of `%D'"
14749 msgstr ""
14751 #: cp/decl.c:3890
14752 msgid "as `%D'"
14753 msgstr ""
14755 #: cp/decl.c:3980
14756 msgid "previous external decl of `%#D'"
14757 msgstr ""
14759 #: cp/decl.c:4022
14760 msgid "`%D' was previously implicitly declared to return `int'"
14761 msgstr ""
14763 #: cp/decl.c:4082
14764 msgid "extern declaration of `%#D' doesn't match"
14765 msgstr ""
14767 #: cp/decl.c:4083
14768 msgid "global declaration `%#D'"
14769 msgstr ""
14771 #: cp/decl.c:4119
14772 msgid "declaration of `%#D' shadows a parameter"
14773 msgstr ""
14775 #: cp/decl.c:4140
14776 #, c-format
14777 msgid "declaration of `%s' shadows a member of `this'"
14778 msgstr ""
14780 #: cp/decl.c:4493
14781 msgid "`%#D' hides constructor for `%#T'"
14782 msgstr ""
14784 #: cp/decl.c:4508
14785 msgid "`%#D' conflicts with previous using declaration `%#D'"
14786 msgstr ""
14788 #: cp/decl.c:4520
14789 msgid "previous non-function declaration `%#D'"
14790 msgstr ""
14792 #: cp/decl.c:4521
14793 msgid "conflicts with function declaration `%#D'"
14794 msgstr ""
14796 #: cp/decl.c:4610
14797 msgid "implicit declaration of function `%#D'"
14798 msgstr ""
14800 #: cp/decl.c:4764
14801 #, c-format
14802 msgid "label `%s' referenced outside of any function"
14803 msgstr ""
14805 #: cp/decl.c:4864 cp/decl.c:4888 cp/decl.c:4977
14806 msgid "jump to label `%D'"
14807 msgstr ""
14809 #: cp/decl.c:4866 cp/decl.c:4890
14810 msgid "jump to case label"
14811 msgstr ""
14813 #: cp/decl.c:4874
14814 msgid "  crosses initialization of `%#D'"
14815 msgstr ""
14817 #: cp/decl.c:4877 cp/decl.c:4993
14818 msgid "  enters scope of non-POD `%#D'"
14819 msgstr ""
14821 #: cp/decl.c:4897 cp/decl.c:4997
14822 msgid "  enters try block"
14823 msgstr ""
14825 #. Can't skip init of __exception_info.
14826 #: cp/decl.c:4899 cp/decl.c:4989 cp/decl.c:4999
14827 msgid "  enters catch block"
14828 msgstr ""
14830 #: cp/decl.c:4978
14831 msgid "  from here"
14832 msgstr ""
14834 #: cp/decl.c:4991
14835 msgid "  skips initialization of `%#D'"
14836 msgstr ""
14838 #: cp/decl.c:5024
14839 msgid "label named wchar_t"
14840 msgstr ""
14842 #: cp/decl.c:5028
14843 msgid "duplicate label `%D'"
14844 msgstr ""
14846 #: cp/decl.c:5111
14847 #, c-format
14848 msgid "case label `%E' not within a switch statement"
14849 msgstr ""
14851 #. Definition isn't the kind we were looking for.
14852 #: cp/decl.c:5287 cp/decl.c:5306
14853 msgid "`%#D' redeclared as %C"
14854 msgstr ""
14856 #. This happens for A::B where B is a template, and there are no
14857 #. template arguments.
14858 #: cp/decl.c:5385 cp/typeck.c:2066 cp/typeck.c:2240
14859 msgid "invalid use of `%D'"
14860 msgstr ""
14862 #: cp/decl.c:5426
14863 msgid "`%D::%D' is not a template"
14864 msgstr ""
14866 #: cp/decl.c:5443
14867 msgid "`%D' undeclared in namespace `%D'"
14868 msgstr ""
14870 #: cp/decl.c:5566 cp/parser.c:3333
14871 msgid "`%D' used without template parameters"
14872 msgstr ""
14874 #: cp/decl.c:5577 cp/decl.c:5593 cp/decl.c:5691
14875 msgid "no class template named `%#T' in `%#T'"
14876 msgstr ""
14878 #: cp/decl.c:5619 cp/decl.c:5629 cp/decl.c:5654
14879 msgid "no type named `%#T' in `%#T'"
14880 msgstr ""
14882 #: cp/decl.c:5904
14883 msgid "name lookup of `%D' changed"
14884 msgstr ""
14886 #: cp/decl.c:5906
14887 msgid "  matches this `%D' under ISO standard rules"
14888 msgstr ""
14890 #: cp/decl.c:5908
14891 msgid "  matches this `%D' under old rules"
14892 msgstr ""
14894 #: cp/decl.c:5922 cp/decl.c:5929
14895 msgid "name lookup of `%D' changed for new ISO `for' scoping"
14896 msgstr ""
14898 #: cp/decl.c:5924
14899 msgid "  cannot use obsolete binding at `%D' because it has a destructor"
14900 msgstr ""
14902 #: cp/decl.c:5931
14903 msgid "  using obsolete binding at `%D'"
14904 msgstr ""
14906 #: cp/decl.c:6786
14907 msgid "an anonymous union cannot have function members"
14908 msgstr ""
14910 #: cp/decl.c:6803
14911 msgid "member %#D' with constructor not allowed in anonymous aggregate"
14912 msgstr ""
14914 #: cp/decl.c:6806
14915 msgid "member %#D' with destructor not allowed in anonymous aggregate"
14916 msgstr ""
14918 #: cp/decl.c:6809
14919 msgid ""
14920 "member %#D' with copy assignment operator not allowed in anonymous aggregate"
14921 msgstr ""
14923 #: cp/decl.c:6851
14924 msgid "redeclaration of C++ built-in type `%T'"
14925 msgstr ""
14927 #: cp/decl.c:6889
14928 msgid "multiple types in one declaration"
14929 msgstr ""
14931 #: cp/decl.c:6915
14932 msgid "missing type-name in typedef-declaration"
14933 msgstr ""
14935 #: cp/decl.c:6923
14936 msgid "ISO C++ prohibits anonymous structs"
14937 msgstr ""
14939 #: cp/decl.c:6930
14940 msgid "`%D' can only be specified for functions"
14941 msgstr ""
14943 #: cp/decl.c:6932
14944 msgid "`%D' can only be specified inside a class"
14945 msgstr ""
14947 #: cp/decl.c:6934
14948 msgid "`%D' can only be specified for constructors"
14949 msgstr ""
14951 #: cp/decl.c:6937
14952 msgid "`%D' can only be specified for objects and functions"
14953 msgstr ""
14955 #: cp/decl.c:7079 cp/decl2.c:889
14956 msgid "typedef `%D' is initialized (use __typeof__ instead)"
14957 msgstr ""
14959 #: cp/decl.c:7084
14960 msgid "function `%#D' is initialized like a variable"
14961 msgstr ""
14963 #: cp/decl.c:7096
14964 msgid "declaration of `%#D' has `extern' and is initialized"
14965 msgstr ""
14967 #: cp/decl.c:7119 cp/decl.c:13459
14968 msgid "%Hinline function '%D' given attribute noinline"
14969 msgstr ""
14971 #: cp/decl.c:7130
14972 msgid "`%#D' is not a static member of `%#T'"
14973 msgstr ""
14975 #: cp/decl.c:7136
14976 msgid "ISO C++ does not permit `%T::%D' to be defined as `%T::%D'"
14977 msgstr ""
14979 #: cp/decl.c:7147
14980 msgid "duplicate initialization of %D"
14981 msgstr ""
14983 #: cp/decl.c:7176
14984 msgid "declaration of `%#D' outside of class is not definition"
14985 msgstr ""
14987 #: cp/decl.c:7225
14988 msgid "variable `%#D' has initializer but incomplete type"
14989 msgstr ""
14991 #: cp/decl.c:7233 cp/decl.c:7762
14992 msgid "elements of array `%#D' have incomplete type"
14993 msgstr ""
14995 #: cp/decl.c:7249
14996 msgid "aggregate `%#D' has incomplete type and cannot be defined"
14997 msgstr ""
14999 #: cp/decl.c:7287
15000 msgid "`%D' declared as reference but not initialized"
15001 msgstr ""
15003 #: cp/decl.c:7293
15004 msgid "ISO C++ forbids use of initializer list to initialize reference `%D'"
15005 msgstr ""
15007 #: cp/decl.c:7323
15008 msgid "cannot initialize `%T' from `%T'"
15009 msgstr ""
15011 #: cp/decl.c:7355
15012 msgid "initializer fails to determine size of `%D'"
15013 msgstr ""
15015 #: cp/decl.c:7360
15016 msgid "array size missing in `%D'"
15017 msgstr ""
15019 #: cp/decl.c:7372
15020 msgid "zero-size array `%D'"
15021 msgstr ""
15023 #. An automatic variable with an incomplete type: that is an error.
15024 #. Don't talk about array types here, since we took care of that
15025 #. message in grokdeclarator.
15026 #: cp/decl.c:7409
15027 msgid "storage size of `%D' isn't known"
15028 msgstr ""
15030 #: cp/decl.c:7431
15031 msgid "storage size of `%D' isn't constant"
15032 msgstr ""
15034 #: cp/decl.c:7481
15035 msgid ""
15036 "sorry: semantics of inline function static data `%#D' are wrong (you'll wind "
15037 "up with multiple copies)"
15038 msgstr ""
15040 #: cp/decl.c:7482
15041 msgid "  you can work around this by removing the initializer"
15042 msgstr ""
15044 #: cp/decl.c:7509
15045 msgid "uninitialized const `%D'"
15046 msgstr ""
15048 #: cp/decl.c:7593
15049 msgid "brace-enclosed initializer used to initialize `%T'"
15050 msgstr ""
15052 #: cp/decl.c:7657
15053 msgid "initializer for `%T' must be brace-enclosed"
15054 msgstr ""
15056 #: cp/decl.c:7720
15057 msgid "too many initializers for `%T'"
15058 msgstr ""
15060 #: cp/decl.c:7756
15061 msgid "variable-sized object `%D' may not be initialized"
15062 msgstr ""
15064 #: cp/decl.c:7767
15065 msgid "`%D' has incomplete type"
15066 msgstr ""
15068 #: cp/decl.c:7822
15069 msgid "`%D' must be initialized by constructor, not by `{...}'"
15070 msgstr ""
15072 #: cp/decl.c:7863
15073 msgid "structure `%D' with uninitialized const members"
15074 msgstr ""
15076 #: cp/decl.c:7865
15077 msgid "structure `%D' with uninitialized reference members"
15078 msgstr ""
15080 #: cp/decl.c:8098
15081 msgid "assignment (not initialization) in declaration"
15082 msgstr ""
15084 #: cp/decl.c:8110
15085 msgid "cannot initialize `%D' to namespace `%D'"
15086 msgstr ""
15088 #: cp/decl.c:8161
15089 msgid "shadowing previous type declaration of `%#D'"
15090 msgstr ""
15092 #: cp/decl.c:8207
15093 msgid "`%D' cannot be thread-local because it has non-POD type `%T'"
15094 msgstr ""
15096 #: cp/decl.c:8222
15097 msgid "`%D' is thread-local and so cannot be dynamically initialized"
15098 msgstr ""
15100 #: cp/decl.c:8609 cp/init.c:556
15101 msgid "multiple initializations given for `%D'"
15102 msgstr ""
15104 #: cp/decl.c:8699
15105 msgid "invalid catch parameter"
15106 msgstr ""
15108 #: cp/decl.c:8813
15109 msgid "destructor for alien class `%T' cannot be a member"
15110 msgstr ""
15112 #: cp/decl.c:8816
15113 msgid "constructor for alien class `%T' cannot be a member"
15114 msgstr ""
15116 #: cp/decl.c:8838
15117 msgid "`%D' declared as a `virtual' %s"
15118 msgstr ""
15120 #: cp/decl.c:8840
15121 msgid "`%D' declared as an `inline' %s"
15122 msgstr ""
15124 #: cp/decl.c:8842
15125 msgid ""
15126 "`const' and `volatile' function specifiers on `%D' invalid in %s declaration"
15127 msgstr ""
15129 #: cp/decl.c:8845
15130 msgid "`%D' declared as a friend"
15131 msgstr ""
15133 #: cp/decl.c:8851
15134 msgid "`%D' declared with an exception specification"
15135 msgstr ""
15137 #: cp/decl.c:8930
15138 msgid "cannot declare `::main' to be a template"
15139 msgstr ""
15141 #: cp/decl.c:8932
15142 msgid "cannot declare `::main' to be inline"
15143 msgstr ""
15145 #: cp/decl.c:8934
15146 msgid "cannot declare `::main' to be static"
15147 msgstr ""
15149 #: cp/decl.c:8937
15150 msgid "`main' must return `int'"
15151 msgstr ""
15153 #: cp/decl.c:8965
15154 msgid "non-local function `%#D' uses anonymous type"
15155 msgstr ""
15157 #: cp/decl.c:8968
15158 msgid ""
15159 "`%#D' does not refer to the unqualified type, so it is not used for linkage"
15160 msgstr ""
15162 #: cp/decl.c:8974
15163 msgid "non-local function `%#D' uses local type `%T'"
15164 msgstr ""
15166 #: cp/decl.c:9003
15167 msgid "%smember function `%D' cannot have `%T' method qualifier"
15168 msgstr ""
15170 #: cp/decl.c:9027
15171 msgid "defining explicit specialization `%D' in friend declaration"
15172 msgstr ""
15174 #. Something like `template <class T> friend void f<T>()'.
15175 #: cp/decl.c:9037
15176 msgid "invalid use of template-id `%D' in declaration of primary template"
15177 msgstr ""
15179 #: cp/decl.c:9065
15180 msgid ""
15181 "default arguments are not allowed in declaration of friend template "
15182 "specialization `%D'"
15183 msgstr ""
15185 #: cp/decl.c:9072
15186 msgid ""
15187 "`inline' is not allowed in declaration of friend template specialization `%D'"
15188 msgstr ""
15190 #: cp/decl.c:9131
15191 msgid "definition of implicitly-declared `%D'"
15192 msgstr ""
15194 #: cp/decl.c:9144 cp/decl2.c:770
15195 msgid "no `%#D' member function declared in class `%T'"
15196 msgstr ""
15198 #: cp/decl.c:9277
15199 msgid "non-local variable `%#D' uses local type `%T'"
15200 msgstr ""
15202 #: cp/decl.c:9376
15203 msgid ""
15204 "invalid in-class initialization of static data member of non-integral type `%"
15205 "T'"
15206 msgstr ""
15208 #: cp/decl.c:9385
15209 msgid "ISO C++ forbids in-class initialization of non-const static member `%D'"
15210 msgstr ""
15212 #: cp/decl.c:9388
15213 msgid ""
15214 "ISO C++ forbids initialization of member constant `%D' of non-integral type `"
15215 "%T'"
15216 msgstr ""
15218 #: cp/decl.c:9436
15219 msgid "size of array `%D' has non-integer type"
15220 msgstr ""
15222 #: cp/decl.c:9438
15223 msgid "size of array has non-integer type"
15224 msgstr ""
15226 #: cp/decl.c:9458
15227 msgid "size of array `%D' is negative"
15228 msgstr ""
15230 #: cp/decl.c:9460
15231 msgid "size of array is negative"
15232 msgstr ""
15234 #: cp/decl.c:9469
15235 msgid "ISO C++ forbids zero-size array `%D'"
15236 msgstr ""
15238 #: cp/decl.c:9471
15239 msgid "ISO C++ forbids zero-size array"
15240 msgstr ""
15242 #: cp/decl.c:9478
15243 msgid "size of array `%D' is not an integral constant-expression"
15244 msgstr ""
15246 #: cp/decl.c:9481
15247 msgid "size of array is not an integral constant-expression"
15248 msgstr ""
15250 #: cp/decl.c:9499
15251 msgid "ISO C++ forbids variable-size array `%D'"
15252 msgstr ""
15254 #: cp/decl.c:9502
15255 msgid "ISO C++ forbids variable-size array"
15256 msgstr ""
15258 #: cp/decl.c:9513
15259 msgid "overflow in array dimension"
15260 msgstr ""
15262 #: cp/decl.c:9610
15263 msgid "declaration of `%D' as %s"
15264 msgstr ""
15266 #: cp/decl.c:9612
15267 #, c-format
15268 msgid "creating %s"
15269 msgstr ""
15271 #: cp/decl.c:9624
15272 msgid ""
15273 "declaration of `%D' as multidimensional array must have bounds for all "
15274 "dimensions except the first"
15275 msgstr ""
15277 #: cp/decl.c:9627
15278 msgid ""
15279 "multidimensional array must have bounds for all dimensions except the first"
15280 msgstr ""
15282 #: cp/decl.c:9655
15283 msgid "return type specification for constructor invalid"
15284 msgstr ""
15286 #: cp/decl.c:9662
15287 msgid "return type specification for destructor invalid"
15288 msgstr ""
15290 #: cp/decl.c:9668
15291 msgid "operator `%T' declared to return `%T'"
15292 msgstr ""
15294 #: cp/decl.c:9670
15295 msgid "return type specified for `operator %T'"
15296 msgstr ""
15298 #: cp/decl.c:9813
15299 msgid "destructors must be member functions"
15300 msgstr ""
15302 #: cp/decl.c:9832
15303 msgid "destructor `%T' must match class name `%T'"
15304 msgstr ""
15306 #: cp/decl.c:9898
15307 msgid "declarator-id missing; using reserved word `%D'"
15308 msgstr ""
15310 #: cp/decl.c:9954
15311 msgid "type `%T' is not derived from type `%T'"
15312 msgstr ""
15314 #. Parse error puts this typespec where
15315 #. a declarator should go.
15316 #: cp/decl.c:10014
15317 msgid "`%T' specified as declarator-id"
15318 msgstr ""
15320 #: cp/decl.c:10016
15321 msgid "  perhaps you want `%T' for a constructor"
15322 msgstr ""
15324 #. Sometimes, we see a template-name used as part of a
15325 #. decl-specifier like in
15326 #. std::allocator alloc;
15327 #. Handle that gracefully.
15328 #: cp/decl.c:10038
15329 #, c-format
15330 msgid "invalid use of template-name '%E' in a declarator"
15331 msgstr ""
15333 #: cp/decl.c:10058
15334 msgid "declaration of `%D' as non-function"
15335 msgstr ""
15337 #: cp/decl.c:10135
15338 msgid "`bool' is now a keyword"
15339 msgstr ""
15341 #: cp/decl.c:10137
15342 msgid "extraneous `%T' ignored"
15343 msgstr ""
15345 #: cp/decl.c:10153 cp/decl.c:10197
15346 msgid "multiple declarations `%T' and `%T'"
15347 msgstr ""
15349 #: cp/decl.c:10166
15350 msgid "ISO C++ does not support `long long'"
15351 msgstr ""
15353 #: cp/decl.c:10270 cp/decl.c:10273
15354 #, c-format
15355 msgid "ISO C++ forbids declaration of `%s' with no type"
15356 msgstr ""
15358 #: cp/decl.c:10304
15359 #, c-format
15360 msgid "short, signed or unsigned invalid for `%s'"
15361 msgstr ""
15363 #: cp/decl.c:10309
15364 #, c-format
15365 msgid "long and short specified together for `%s'"
15366 msgstr ""
15368 #: cp/decl.c:10320
15369 #, c-format
15370 msgid "signed and unsigned given together for `%s'"
15371 msgstr ""
15373 #: cp/decl.c:10429
15374 msgid "qualifiers are not allowed on declaration of `operator %T'"
15375 msgstr ""
15377 #: cp/decl.c:10451
15378 msgid "member `%D' cannot be declared both virtual and static"
15379 msgstr ""
15381 #: cp/decl.c:10460
15382 msgid "`%T::%D' is not a valid declarator"
15383 msgstr ""
15385 #: cp/decl.c:10472
15386 msgid "storage class specifiers invalid in parameter declarations"
15387 msgstr ""
15389 #: cp/decl.c:10476
15390 msgid "typedef declaration invalid in parameter declaration"
15391 msgstr ""
15393 #: cp/decl.c:10489
15394 msgid "virtual outside class declaration"
15395 msgstr ""
15397 #: cp/decl.c:10550
15398 #, c-format
15399 msgid "storage class specified for %s `%s'"
15400 msgstr ""
15402 #: cp/decl.c:10597
15403 msgid "storage class specifiers invalid in friend function declarations"
15404 msgstr ""
15406 #: cp/decl.c:10768
15407 msgid "destructor cannot be static member function"
15408 msgstr ""
15410 #: cp/decl.c:10771
15411 #, c-format
15412 msgid "destructors may not be `%s'"
15413 msgstr ""
15415 #: cp/decl.c:10792
15416 msgid "constructor cannot be static member function"
15417 msgstr ""
15419 #: cp/decl.c:10795
15420 msgid "constructors cannot be declared virtual"
15421 msgstr ""
15423 #: cp/decl.c:10800
15424 #, c-format
15425 msgid "constructors may not be `%s'"
15426 msgstr ""
15428 #: cp/decl.c:10810
15429 msgid "return value type specifier for constructor ignored"
15430 msgstr ""
15432 #: cp/decl.c:10829
15433 #, c-format
15434 msgid "can't initialize friend function `%s'"
15435 msgstr ""
15437 #. Cannot be both friend and virtual.
15438 #: cp/decl.c:10833
15439 msgid "virtual functions cannot be friends"
15440 msgstr ""
15442 #: cp/decl.c:10838
15443 msgid "friend declaration not in class definition"
15444 msgstr ""
15446 #: cp/decl.c:10840
15447 #, c-format
15448 msgid "can't define friend function `%s' in a local class definition"
15449 msgstr ""
15451 #: cp/decl.c:10864
15452 msgid "destructors may not have parameters"
15453 msgstr ""
15455 #: cp/decl.c:10884 cp/decl.c:10891
15456 msgid "cannot declare reference to `%#T'"
15457 msgstr ""
15459 #: cp/decl.c:10885
15460 msgid "cannot declare pointer to `%#T'"
15461 msgstr ""
15463 #: cp/decl.c:10890
15464 msgid "cannot declare pointer to `%#T' member"
15465 msgstr ""
15467 #: cp/decl.c:11028
15468 msgid "extra qualification `%T::' on member `%s' ignored"
15469 msgstr ""
15471 #: cp/decl.c:11038
15472 msgid "cannot declare member function `%T::%s' within `%T'"
15473 msgstr ""
15475 #: cp/decl.c:11053
15476 msgid "cannot declare member `%T::%s' within `%T'"
15477 msgstr ""
15479 #: cp/decl.c:11132
15480 msgid "data member may not have variably modified type `%T'"
15481 msgstr ""
15483 #: cp/decl.c:11134
15484 msgid "parameter may not have variably modified type `%T'"
15485 msgstr ""
15487 #. [dcl.fct.spec] The explicit specifier shall only be used in
15488 #. declarations of constructors within a class definition.
15489 #: cp/decl.c:11142
15490 msgid "only declarations of constructors can be `explicit'"
15491 msgstr ""
15493 #: cp/decl.c:11150
15494 #, c-format
15495 msgid "non-member `%s' cannot be declared `mutable'"
15496 msgstr ""
15498 #: cp/decl.c:11155
15499 #, c-format
15500 msgid "non-object member `%s' cannot be declared `mutable'"
15501 msgstr ""
15503 #: cp/decl.c:11161
15504 #, c-format
15505 msgid "function `%s' cannot be declared `mutable'"
15506 msgstr ""
15508 #: cp/decl.c:11166
15509 #, c-format
15510 msgid "static `%s' cannot be declared `mutable'"
15511 msgstr ""
15513 #: cp/decl.c:11171
15514 #, c-format
15515 msgid "const `%s' cannot be declared `mutable'"
15516 msgstr ""
15518 #: cp/decl.c:11184
15519 msgid "template-id `%D' used as a declarator"
15520 msgstr ""
15522 #: cp/decl.c:11205
15523 msgid "ISO C++ forbids nested type `%D' with same name as enclosing class"
15524 msgstr ""
15526 #: cp/decl.c:11213
15527 msgid "typedef name may not be a nested-name-specifier"
15528 msgstr ""
15530 #: cp/decl.c:11260
15531 msgid "invalid type qualifier for non-member function type"
15532 msgstr ""
15534 #: cp/decl.c:11323
15535 msgid "type qualifiers specified for friend class declaration"
15536 msgstr ""
15538 #: cp/decl.c:11328
15539 msgid "`inline' specified for friend class declaration"
15540 msgstr ""
15542 #: cp/decl.c:11336
15543 msgid "template parameters cannot be friends"
15544 msgstr ""
15546 #: cp/decl.c:11338
15547 msgid "friend declaration requires class-key, i.e. `friend class %T::%D'"
15548 msgstr ""
15550 #: cp/decl.c:11342
15551 msgid "friend declaration requires class-key, i.e. `friend %#T'"
15552 msgstr ""
15554 #: cp/decl.c:11354
15555 msgid "trying to make class `%T' a friend of global scope"
15556 msgstr ""
15558 #: cp/decl.c:11365
15559 msgid "invalid qualifiers on non-member function type"
15560 msgstr ""
15562 #: cp/decl.c:11384
15563 msgid "abstract declarator `%T' used as declaration"
15564 msgstr ""
15566 #: cp/decl.c:11396
15567 msgid "unnamed variable or field declared void"
15568 msgstr ""
15570 #: cp/decl.c:11405
15571 msgid "variable or field declared void"
15572 msgstr ""
15574 #: cp/decl.c:11415
15575 msgid "cannot use `::' in parameter declaration"
15576 msgstr ""
15578 #. Something like struct S { int N::j; };
15579 #: cp/decl.c:11454
15580 msgid "invalid use of `::'"
15581 msgstr ""
15583 #: cp/decl.c:11466
15584 msgid "function `%D' cannot be declared friend"
15585 msgstr ""
15587 #: cp/decl.c:11478
15588 msgid "can't make `%D' into a method -- not in a class"
15589 msgstr ""
15591 #: cp/decl.c:11487
15592 msgid "function `%D' declared virtual inside a union"
15593 msgstr ""
15595 #: cp/decl.c:11499
15596 msgid "`%D' cannot be declared virtual, since it is always static"
15597 msgstr ""
15599 #: cp/decl.c:11572
15600 msgid "field `%D' has incomplete type"
15601 msgstr ""
15603 #: cp/decl.c:11574
15604 msgid "name `%T' has incomplete type"
15605 msgstr ""
15607 #: cp/decl.c:11583
15608 msgid "  in instantiation of template `%T'"
15609 msgstr ""
15611 #: cp/decl.c:11593
15612 #, c-format
15613 msgid "`%s' is neither function nor member function; cannot be declared friend"
15614 msgstr ""
15616 #: cp/decl.c:11604
15617 msgid "member functions are implicitly friends of their class"
15618 msgstr ""
15620 #. An attempt is being made to initialize a non-static
15621 #. member.  But, from [class.mem]:
15623 #. 4 A member-declarator can contain a
15624 #. constant-initializer only if it declares a static
15625 #. member (_class.static_) of integral or enumeration
15626 #. type, see _class.static.data_.
15628 #. This used to be relatively common practice, but
15629 #. the rest of the compiler does not correctly
15630 #. handle the initialization unless the member is
15631 #. static so we make it static below.
15632 #: cp/decl.c:11651
15633 msgid "ISO C++ forbids initialization of member `%D'"
15634 msgstr ""
15636 #: cp/decl.c:11653
15637 msgid "making `%D' static"
15638 msgstr ""
15640 #: cp/decl.c:11677
15641 msgid ""
15642 "ISO C++ forbids static data member `%D' with same name as enclosing class"
15643 msgstr ""
15645 #: cp/decl.c:11718
15646 #, c-format
15647 msgid "storage class `auto' invalid for function `%s'"
15648 msgstr ""
15650 #: cp/decl.c:11720
15651 #, c-format
15652 msgid "storage class `register' invalid for function `%s'"
15653 msgstr ""
15655 #: cp/decl.c:11722
15656 #, c-format
15657 msgid "storage class `__thread' invalid for function `%s'"
15658 msgstr ""
15660 #: cp/decl.c:11733
15661 #, c-format
15662 msgid ""
15663 "storage class `static' invalid for function `%s' declared out of global scope"
15664 msgstr ""
15666 #: cp/decl.c:11735
15667 #, c-format
15668 msgid ""
15669 "storage class `inline' invalid for function `%s' declared out of global scope"
15670 msgstr ""
15672 #: cp/decl.c:11742
15673 #, c-format
15674 msgid "virtual non-class function `%s'"
15675 msgstr ""
15677 #: cp/decl.c:11771
15678 msgid "cannot declare member function `%D' to have static linkage"
15679 msgstr ""
15681 #. FIXME need arm citation
15682 #: cp/decl.c:11777
15683 msgid "cannot declare static function inside another function"
15684 msgstr ""
15686 #: cp/decl.c:11805
15687 msgid ""
15688 "`static' may not be used when defining (as opposed to declaring) a static "
15689 "data member"
15690 msgstr ""
15692 #: cp/decl.c:11811
15693 msgid "static member `%D' declared `register'"
15694 msgstr ""
15696 #: cp/decl.c:11816
15697 msgid "cannot explicitly declare member `%#D' to have extern linkage"
15698 msgstr ""
15700 #: cp/decl.c:11958
15701 msgid "default argument for `%#D' has type `%T'"
15702 msgstr ""
15704 #: cp/decl.c:11961
15705 msgid "default argument for parameter of type `%T' has type `%T'"
15706 msgstr ""
15708 #: cp/decl.c:11978
15709 msgid "default argument `%E' uses local variable `%D'"
15710 msgstr ""
15712 #: cp/decl.c:12022
15713 #, c-format
15714 msgid "invalid string constant `%E'"
15715 msgstr ""
15717 #: cp/decl.c:12024
15718 msgid ""
15719 "invalid integer constant in parameter list, did you forget to give parameter "
15720 "name?"
15721 msgstr ""
15723 #: cp/decl.c:12062
15724 msgid "parameter `%D' invalidly declared method type"
15725 msgstr ""
15727 #: cp/decl.c:12068
15728 msgid "parameter `%D' invalidly declared offset type"
15729 msgstr ""
15731 #: cp/decl.c:12092
15732 msgid "parameter `%D' includes %s to array of unknown bound `%T'"
15733 msgstr ""
15735 #. [class.copy]
15737 #. A declaration of a constructor for a class X is ill-formed if
15738 #. its first parameter is of type (optionally cv-qualified) X
15739 #. and either there are no other parameters or else all other
15740 #. parameters have default arguments.
15742 #. We *don't* complain about member template instantiations that
15743 #. have this form, though; they can occur as we try to decide
15744 #. what constructor to use during overload resolution.  Since
15745 #. overload resolution will never prefer such a constructor to
15746 #. the non-template copy constructor (which is either explicitly
15747 #. or implicitly defined), there's no need to worry about their
15748 #. existence.  Theoretically, they should never even be
15749 #. instantiated, but that's hard to forestall.
15750 #: cp/decl.c:12251
15751 msgid "invalid constructor; you probably meant `%T (const %T&)'"
15752 msgstr ""
15754 #: cp/decl.c:12398
15755 msgid "`%D' must be a nonstatic member function"
15756 msgstr ""
15758 #: cp/decl.c:12404
15759 msgid ""
15760 "`%D' must be either a non-static member function or a non-member function"
15761 msgstr ""
15763 #: cp/decl.c:12421
15764 msgid "`%D' must have an argument of class or enumerated type"
15765 msgstr ""
15767 #: cp/decl.c:12453
15768 #, c-format
15769 msgid "conversion to %s%s will never use a type conversion operator"
15770 msgstr ""
15772 #. 13.4.0.3
15773 #: cp/decl.c:12460
15774 msgid "ISO C++ prohibits overloading operator ?:"
15775 msgstr ""
15777 #: cp/decl.c:12510
15778 msgid "postfix `%D' must take `int' as its argument"
15779 msgstr ""
15781 #: cp/decl.c:12514
15782 msgid "postfix `%D' must take `int' as its second argument"
15783 msgstr ""
15785 #: cp/decl.c:12521
15786 msgid "`%D' must take either zero or one argument"
15787 msgstr ""
15789 #: cp/decl.c:12523
15790 msgid "`%D' must take either one or two arguments"
15791 msgstr ""
15793 #: cp/decl.c:12544
15794 msgid "prefix `%D' should return `%T'"
15795 msgstr ""
15797 #: cp/decl.c:12550
15798 msgid "postfix `%D' should return `%T'"
15799 msgstr ""
15801 #: cp/decl.c:12559
15802 msgid "`%D' must take `void'"
15803 msgstr ""
15805 #: cp/decl.c:12561 cp/decl.c:12569
15806 msgid "`%D' must take exactly one argument"
15807 msgstr ""
15809 #: cp/decl.c:12571
15810 msgid "`%D' must take exactly two arguments"
15811 msgstr ""
15813 #: cp/decl.c:12579
15814 msgid "user-defined `%D' always evaluates both arguments"
15815 msgstr ""
15817 #: cp/decl.c:12593
15818 msgid "`%D' should return by value"
15819 msgstr ""
15821 #: cp/decl.c:12605 cp/decl.c:12608
15822 msgid "`%D' cannot have default arguments"
15823 msgstr ""
15825 #: cp/decl.c:12684
15826 msgid "`%s %T' declares a new type at namespace scope"
15827 msgstr ""
15829 #: cp/decl.c:12687
15830 msgid ""
15831 "  names from dependent base classes are not visible to unqualified name "
15832 "lookup - to refer to the inherited type, say `%s %T::%T'"
15833 msgstr ""
15835 #: cp/decl.c:12725
15836 msgid "using typedef-name `%D' after `%s'"
15837 msgstr ""
15839 #: cp/decl.c:12730
15840 msgid "using template type parameter `%T' after `%s'"
15841 msgstr ""
15843 #: cp/decl.c:12810
15844 msgid "use of enum `%#D' without previous declaration"
15845 msgstr ""
15847 #: cp/decl.c:12892
15848 msgid "derived union `%T' invalid"
15849 msgstr ""
15851 #: cp/decl.c:12945
15852 msgid "base type `%T' fails to be a struct or class type"
15853 msgstr ""
15855 #: cp/decl.c:12953
15856 msgid "recursive type `%T' undefined"
15857 msgstr ""
15859 #: cp/decl.c:12955
15860 msgid "duplicate base type `%T' invalid"
15861 msgstr ""
15863 #: cp/decl.c:13067
15864 msgid "multiple definition of `%#T'"
15865 msgstr ""
15867 #: cp/decl.c:13068
15868 msgid "previous definition here"
15869 msgstr ""
15871 #: cp/decl.c:13231
15872 msgid "enumerator value for `%D' not integer constant"
15873 msgstr ""
15875 #: cp/decl.c:13251
15876 msgid "overflow in enumeration values at `%D'"
15877 msgstr ""
15879 #: cp/decl.c:13318
15880 msgid "return type `%#T' is incomplete"
15881 msgstr ""
15883 #: cp/decl.c:13430
15884 msgid "semicolon missing after declaration of `%#T'"
15885 msgstr ""
15887 #: cp/decl.c:13451
15888 msgid "return type for `main' changed to `int'"
15889 msgstr ""
15891 #: cp/decl.c:13482
15892 msgid "`%D' implicitly declared before its definition"
15893 msgstr ""
15895 #: cp/decl.c:13504 cp/typeck.c:6452
15896 msgid "`operator=' should return a reference to `*this'"
15897 msgstr ""
15899 #: cp/decl.c:13766
15900 msgid "parameter `%D' declared void"
15901 msgstr ""
15903 #: cp/decl.c:14228
15904 msgid "invalid member function declaration"
15905 msgstr ""
15907 #: cp/decl.c:14245
15908 msgid "`%D' is already defined in class `%T'"
15909 msgstr ""
15911 #: cp/decl.c:14458
15912 msgid "static member function `%#D' declared with type qualifiers"
15913 msgstr ""
15915 #: cp/decl2.c:151
15916 #, c-format
15917 msgid "duplicate type qualifiers in %s declaration"
15918 msgstr ""
15920 #: cp/decl2.c:189
15921 msgid "template `%#D' instantiated in file without #pragma interface"
15922 msgstr ""
15924 #: cp/decl2.c:195
15925 msgid "template `%#D' defined in file without #pragma interface"
15926 msgstr ""
15928 #: cp/decl2.c:353
15929 msgid "name missing for member function"
15930 msgstr ""
15932 #. Something has gone very wrong.  Assume we are mistakenly reducing
15933 #. an expression instead of a declaration.
15934 #: cp/decl2.c:415
15935 msgid "parser may be lost: is there a '{' missing somewhere?"
15936 msgstr ""
15938 #: cp/decl2.c:446 cp/decl2.c:460
15939 msgid "ambiguous conversion for array subscript"
15940 msgstr ""
15942 #: cp/decl2.c:454
15943 msgid "invalid types `%T[%T]' for array subscript"
15944 msgstr ""
15946 #: cp/decl2.c:500
15947 msgid "type `%#T' argument given to `delete', expected pointer"
15948 msgstr ""
15950 #: cp/decl2.c:508
15951 msgid "anachronistic use of array size in vector delete"
15952 msgstr ""
15954 #: cp/decl2.c:518
15955 msgid ""
15956 "cannot delete a function.  Only pointer-to-objects are valid arguments to "
15957 "`delete'"
15958 msgstr ""
15960 #: cp/decl2.c:525
15961 msgid "deleting `%T' is undefined"
15962 msgstr ""
15964 #: cp/decl2.c:533
15965 msgid "deleting array `%#D'"
15966 msgstr ""
15968 #. 14.5.2.2 [temp.mem]
15970 #. A local class shall not have member templates.
15971 #: cp/decl2.c:566
15972 msgid "invalid declaration of member template `%#D' in local class"
15973 msgstr ""
15975 #: cp/decl2.c:575
15976 msgid "invalid use of `virtual' in template declaration of `%#D'"
15977 msgstr ""
15979 #: cp/decl2.c:585 cp/pt.c:2773
15980 msgid "template declaration of `%#D'"
15981 msgstr ""
15983 #: cp/decl2.c:633
15984 msgid "Java method '%D' has non-Java return type `%T'"
15985 msgstr ""
15987 #: cp/decl2.c:642
15988 msgid "Java method '%D' has non-Java parameter type `%T'"
15989 msgstr ""
15991 #: cp/decl2.c:731
15992 msgid "prototype for `%#D' does not match any in class `%T'"
15993 msgstr ""
15995 #: cp/decl2.c:810
15996 msgid "local class `%#T' shall not have static data member `%#D'"
15997 msgstr ""
15999 #: cp/decl2.c:818
16000 msgid "initializer invalid for static member with constructor"
16001 msgstr ""
16003 #: cp/decl2.c:821
16004 msgid "(an out of class initialization is required)"
16005 msgstr ""
16007 #: cp/decl2.c:900
16008 msgid "member `%D' conflicts with virtual function table field name"
16009 msgstr ""
16011 #: cp/decl2.c:920
16012 msgid "`%D' is already defined in `%T'"
16013 msgstr ""
16015 #: cp/decl2.c:972
16016 msgid "field initializer is not constant"
16017 msgstr ""
16019 #: cp/decl2.c:996
16020 msgid "`asm' specifiers are not permitted on non-static data members"
16021 msgstr ""
16023 #: cp/decl2.c:1047
16024 msgid "cannot declare `%D' to be a bit-field type"
16025 msgstr ""
16027 #: cp/decl2.c:1057
16028 msgid "cannot declare bit-field `%D' with function type"
16029 msgstr ""
16031 #: cp/decl2.c:1064
16032 msgid "`%D' is already defined in the class %T"
16033 msgstr ""
16035 #: cp/decl2.c:1071
16036 msgid "static member `%D' cannot be a bit-field"
16037 msgstr ""
16039 #: cp/decl2.c:1130
16040 msgid "initializer specified for non-member function `%D'"
16041 msgstr ""
16043 #: cp/decl2.c:1134
16044 msgid "invalid initializer for virtual method `%D'"
16045 msgstr ""
16047 #: cp/decl2.c:1219
16048 msgid "anonymous struct not inside named type"
16049 msgstr ""
16051 #: cp/decl2.c:1289
16052 msgid "namespace-scope anonymous aggregates must be static"
16053 msgstr ""
16055 #: cp/decl2.c:1296
16056 msgid "anonymous union with no members"
16057 msgstr ""
16059 #: cp/decl2.c:1330
16060 msgid "`operator new' must return type `%T'"
16061 msgstr ""
16063 #: cp/decl2.c:1338
16064 msgid "`operator new' takes type `size_t' (`%T') as first parameter"
16065 msgstr ""
16067 #: cp/decl2.c:1364
16068 msgid "`operator delete' must return type `%T'"
16069 msgstr ""
16071 #: cp/decl2.c:1372
16072 msgid "`operator delete' takes type `%T' as first parameter"
16073 msgstr ""
16075 #. Overflow occurred.  That means there are at least 4 billion
16076 #. initialization functions.
16077 #: cp/decl2.c:2095
16078 msgid "too many initialization functions required"
16079 msgstr ""
16081 #: cp/decl2.c:2819
16082 msgid "inline function `%D' used but never defined"
16083 msgstr ""
16085 #: cp/decl2.c:3221 cp/pt.c:8318 cp/typeck.c:1910
16086 msgid "`%D' is not a member of `%T'"
16087 msgstr ""
16089 #: cp/decl2.c:3576
16090 msgid "use of `%D' is ambiguous"
16091 msgstr ""
16093 #: cp/decl2.c:3577
16094 msgid "  first declared as `%#D' here"
16095 msgstr ""
16097 #: cp/decl2.c:3580
16098 msgid "  also declared as `%#D' here"
16099 msgstr ""
16101 #: cp/decl2.c:3595
16102 msgid "`%D' denotes an ambiguous type"
16103 msgstr ""
16105 #: cp/decl2.c:3596
16106 msgid "  first type here"
16107 msgstr ""
16109 #: cp/decl2.c:3597
16110 msgid "  other type here"
16111 msgstr ""
16113 #: cp/decl2.c:3690
16114 msgid "declaration of `%D' not in a namespace surrounding `%D'"
16115 msgstr ""
16117 #: cp/decl2.c:3730
16118 msgid "`%D' should have been declared inside `%D'"
16119 msgstr ""
16121 #: cp/decl2.c:3858
16122 msgid "`%D' is not a function,"
16123 msgstr ""
16125 #: cp/decl2.c:3859
16126 msgid "  conflict with `%D'"
16127 msgstr ""
16129 #. The parser did not find it, so it's not there.
16130 #: cp/decl2.c:4159
16131 msgid "unknown namespace `%D'"
16132 msgstr ""
16134 #. 7.3.3/5
16135 #. A using-declaration shall not name a template-id.
16136 #: cp/decl2.c:4186
16137 msgid "a using-declaration cannot specify a template-id.  Try `using %D'"
16138 msgstr ""
16140 #: cp/decl2.c:4192
16141 msgid "namespace `%D' not allowed in using-declaration"
16142 msgstr ""
16144 #: cp/decl2.c:4214 cp/decl2.c:4483
16145 msgid "`%T' is not a namespace"
16146 msgstr ""
16148 #: cp/decl2.c:4238
16149 msgid "`%D' not declared"
16150 msgstr ""
16152 #. If the OLD_FN was really declared, the
16153 #. declarations don't match.
16154 #: cp/decl2.c:4250 cp/decl2.c:4292 cp/decl2.c:4317
16155 msgid "`%D' is already declared in this scope"
16156 msgstr ""
16158 #: cp/decl2.c:4323
16159 msgid "using declaration `%D' introduced ambiguous type `%T'"
16160 msgstr ""
16162 #: cp/decl2.c:4412
16163 msgid "using-declaration for non-member at class scope"
16164 msgstr ""
16166 #: cp/decl2.c:4418
16167 msgid "using-declaration for destructor"
16168 msgstr ""
16170 #: cp/decl2.c:4424 cp/decl2.c:4448
16171 msgid "a using-declaration cannot specify a template-id.  Try  `using %T::%D'"
16172 msgstr ""
16174 #: cp/decl2.c:4433
16175 msgid "a using-declaration cannot specify a template-id."
16176 msgstr ""
16178 #: cp/decl2.c:4477
16179 msgid "namespace `%T' undeclared"
16180 msgstr ""
16182 #: cp/decl2.c:4506
16183 msgid "default argument missing for parameter %P of `%+#D'"
16184 msgstr ""
16186 #: cp/decl2.c:4601
16187 msgid "extra qualification `%T::' on member `%D' ignored"
16188 msgstr ""
16190 #: cp/decl2.c:4605
16191 msgid "`%T' does not have a class or union named `%D'"
16192 msgstr ""
16194 #: cp/decl2.c:4618
16195 msgid "`%T' is not a class or union type"
16196 msgstr ""
16198 #: cp/error.c:37
16199 #, c-format
16200 msgid "`%s' not supported by %s"
16201 msgstr ""
16203 #: cp/error.c:551
16204 #, c-format
16205 msgid "<anonymous %s>"
16206 msgstr ""
16208 #: cp/error.c:785
16209 #, c-format
16210 msgid "(static %s for %s)"
16211 msgstr ""
16213 #: cp/error.c:1456
16214 #, c-format
16215 msgid "\\x%x"
16216 msgstr ""
16218 #: cp/error.c:2363
16219 #, c-format
16220 msgid "In %s `%s':"
16221 msgstr ""
16223 #: cp/error.c:2418
16224 #, c-format
16225 msgid "%s: In instantiation of `%s':\n"
16226 msgstr ""
16228 #: cp/error.c:2439
16229 #, c-format
16230 msgid "%s:%d:   instantiated from `%s'\n"
16231 msgstr ""
16233 #: cp/error.c:2444
16234 #, c-format
16235 msgid "%s:%d:   instantiated from here\n"
16236 msgstr ""
16238 #. damn ICE suppression
16239 #: cp/error.c:2589
16240 #, c-format
16241 msgid "unexpected letter `%c' in locate_error\n"
16242 msgstr ""
16244 #. Can't throw a reference.
16245 #: cp/except.c:235
16246 msgid "type `%T' is disallowed in Java `throw' or `catch'"
16247 msgstr ""
16249 #: cp/except.c:246
16250 msgid "call to Java `catch' or `throw' with `jthrowable' undefined"
16251 msgstr ""
16253 #. Thrown object must be a Throwable.
16254 #: cp/except.c:253
16255 msgid "type `%T' is not derived from `java::lang::Throwable'"
16256 msgstr ""
16258 #: cp/except.c:316
16259 msgid "mixing C++ and Java catches in a single translation unit"
16260 msgstr ""
16262 #: cp/except.c:621
16263 msgid "throwing NULL, which has integral, not pointer type"
16264 msgstr ""
16266 #: cp/except.c:712
16267 msgid "  in thrown expression"
16268 msgstr ""
16270 #: cp/except.c:835
16271 msgid ""
16272 "expression '%E' of abstract class type '%T' cannot be used in throw-"
16273 "expression"
16274 msgstr ""
16276 #: cp/except.c:919
16277 msgid "exception of type `%T' will be caught"
16278 msgstr ""
16280 #: cp/except.c:922
16281 msgid "   by earlier handler for `%T'"
16282 msgstr ""
16284 #: cp/except.c:942
16285 msgid "`...' handler must be the last handler for its try block"
16286 msgstr ""
16288 #: cp/friend.c:158
16289 msgid "`%D' is already a friend of class `%T'"
16290 msgstr ""
16292 #: cp/friend.c:160
16293 msgid "previous friend declaration of `%D'"
16294 msgstr ""
16296 #: cp/friend.c:205
16297 msgid "invalid type `%T' declared `friend'"
16298 msgstr ""
16300 #. [temp.friend]
16301 #. Friend declarations shall not declare partial
16302 #. specializations.
16303 #: cp/friend.c:221
16304 msgid "partial specialization `%T' declared `friend'"
16305 msgstr ""
16307 #: cp/friend.c:230
16308 msgid "class `%T' is implicitly friends with itself"
16309 msgstr ""
16311 #. template <class T> friend typename S<T>::X;
16312 #: cp/friend.c:248
16313 msgid "typename type `%#T' declared `friend'"
16314 msgstr ""
16316 #. template <class T> friend class T;
16317 #: cp/friend.c:254
16318 msgid "template parameter type `%T' declared `friend'"
16319 msgstr ""
16321 #. template <class T> friend class A; where A is not a template
16322 #: cp/friend.c:260
16323 msgid "`%#T' is not a template"
16324 msgstr ""
16326 #: cp/friend.c:275
16327 msgid "`%T' is already a friend of `%T'"
16328 msgstr ""
16330 #: cp/friend.c:373
16331 msgid "member `%D' declared as friend before type `%T' defined"
16332 msgstr ""
16334 #: cp/friend.c:428
16335 msgid "friend declaration `%#D' declares a non-template function"
16336 msgstr ""
16338 #: cp/friend.c:431
16339 msgid ""
16340 "(if this is not what you intended, make sure the function template has "
16341 "already been declared and add <> after the function name here) -Wno-non-"
16342 "template-friend disables this warning"
16343 msgstr ""
16345 #: cp/g++spec.c:234 java/jvspec.c:419
16346 #, c-format
16347 msgid "argument to `%s' missing\n"
16348 msgstr ""
16350 #: cp/init.c:328
16351 msgid "`%D' should be initialized in the member initialization list"
16352 msgstr ""
16354 #: cp/init.c:378
16355 msgid "default-initialization of `%#D', which has reference type"
16356 msgstr ""
16358 #: cp/init.c:383
16359 msgid "uninitialized reference member `%D'"
16360 msgstr ""
16362 #: cp/init.c:391
16363 msgid "initializer list treated as compound expression"
16364 msgstr ""
16366 #: cp/init.c:532
16367 msgid "`%D' will be initialized after"
16368 msgstr ""
16370 #: cp/init.c:535
16371 msgid "base `%T' will be initialized after"
16372 msgstr ""
16374 #: cp/init.c:538
16375 msgid "  `%#D'"
16376 msgstr ""
16378 #: cp/init.c:540
16379 msgid "  base `%T'"
16380 msgstr ""
16382 #: cp/init.c:558
16383 msgid "multiple initializations given for base `%T'"
16384 msgstr ""
16386 #: cp/init.c:625
16387 msgid "initializations for multiple members of `%T'"
16388 msgstr ""
16390 #: cp/init.c:682
16391 msgid ""
16392 "base class `%#T' should be explicitly initialized in the copy constructor"
16393 msgstr ""
16395 #: cp/init.c:928 cp/init.c:947
16396 msgid "class `%T' does not have any field named `%D'"
16397 msgstr ""
16399 #: cp/init.c:934
16400 msgid ""
16401 "`%#D' is a static data member; it can only be initialized at its definition"
16402 msgstr ""
16404 #: cp/init.c:941
16405 msgid "`%#D' is not a non-static data member of `%T'"
16406 msgstr ""
16408 #: cp/init.c:980
16409 msgid "unnamed initializer for `%T', which has no base classes"
16410 msgstr ""
16412 #: cp/init.c:987
16413 msgid "unnamed initializer for `%T', which uses multiple inheritance"
16414 msgstr ""
16416 #: cp/init.c:1016
16417 msgid "type `%D' is not a direct or virtual base of `%T'"
16418 msgstr ""
16420 #: cp/init.c:1019
16421 msgid "type `%D' is not a direct base of `%T'"
16422 msgstr ""
16424 #. Handle bad initializers like:
16425 #. class COMPLEX {
16426 #. public:
16427 #. double re, im;
16428 #. COMPLEX(double r = 0.0, double i = 0.0) {re = r; im = i;};
16429 #. ~COMPLEX() {};
16430 #. };
16432 #. int main(int argc, char **argv) {
16433 #. COMPLEX zees(1.0, 0.0)[10];
16434 #. }
16436 #: cp/init.c:1111
16437 msgid "bad array initializer"
16438 msgstr ""
16440 #: cp/init.c:1321
16441 msgid "`%T' is not an aggregate type"
16442 msgstr ""
16444 #: cp/init.c:1344
16445 msgid "`%T' fails to be an aggregate typedef"
16446 msgstr ""
16448 #: cp/init.c:1353
16449 msgid "type `%T' is of non-aggregate type"
16450 msgstr ""
16452 #: cp/init.c:1456
16453 msgid "cannot call destructor `%T::~%T' without object"
16454 msgstr ""
16456 #: cp/init.c:1500
16457 msgid "invalid use of non-static field `%D'"
16458 msgstr ""
16460 #: cp/init.c:1509
16461 msgid "invalid use of member `%D'"
16462 msgstr ""
16464 #: cp/init.c:1519
16465 msgid "no method `%T::%D'"
16466 msgstr ""
16468 #: cp/init.c:1612
16469 msgid "incomplete type `%T' does not have member `%D'"
16470 msgstr ""
16472 #: cp/init.c:1686
16473 msgid "`%D' is not a member of type `%T'"
16474 msgstr ""
16476 #: cp/init.c:1705
16477 msgid "invalid pointer to bit-field `%D'"
16478 msgstr ""
16480 #: cp/init.c:1744
16481 msgid "object missing in use of pointer-to-member construct"
16482 msgstr ""
16484 #: cp/init.c:1784
16485 msgid "member `%D' is non-static but referenced as a static member"
16486 msgstr ""
16488 #: cp/init.c:1786 cp/typeck.c:2831 cp/typeck.c:2936
16489 msgid "at this point in file"
16490 msgstr ""
16492 #: cp/init.c:1823
16493 #, c-format
16494 msgid "object missing in `%E'"
16495 msgstr ""
16497 #: cp/init.c:1954
16498 msgid "new of array type fails to specify size"
16499 msgstr ""
16501 #: cp/init.c:1965
16502 msgid "size in array new must have integral type"
16503 msgstr ""
16505 #: cp/init.c:1971
16506 msgid "zero size array reserves no space"
16507 msgstr ""
16509 #: cp/init.c:2037
16510 msgid "new cannot be applied to a reference type"
16511 msgstr ""
16513 #: cp/init.c:2043
16514 msgid "new cannot be applied to a function type"
16515 msgstr ""
16517 #: cp/init.c:2090
16518 msgid "call to Java constructor, while `jclass' undefined"
16519 msgstr ""
16521 #: cp/init.c:2106
16522 msgid "can't find class$"
16523 msgstr ""
16525 #: cp/init.c:2214
16526 msgid "invalid type `void' for new"
16527 msgstr ""
16529 #: cp/init.c:2235
16530 #, c-format
16531 msgid "call to Java constructor with `%s' undefined"
16532 msgstr ""
16534 #: cp/init.c:2366
16535 msgid "ISO C++ forbids initialization in array new"
16536 msgstr ""
16538 #: cp/init.c:2388 cp/typeck2.c:367 cp/typeck2.c:1208
16539 msgid "initializer list being treated as compound expression"
16540 msgstr ""
16542 #: cp/init.c:2394
16543 msgid "ISO C++ forbids aggregate initializer to new"
16544 msgstr ""
16546 #: cp/init.c:2485
16547 msgid "uninitialized const in `new' of `%#T'"
16548 msgstr ""
16550 #: cp/init.c:2860
16551 msgid "initializer ends prematurely"
16552 msgstr ""
16554 #: cp/init.c:2931
16555 msgid "cannot initialize multi-dimensional array with initializer"
16556 msgstr ""
16558 #: cp/init.c:3114
16559 msgid "unknown array size in delete"
16560 msgstr ""
16562 #: cp/init.c:3379
16563 msgid "type to vector delete is neither pointer or array type"
16564 msgstr ""
16566 #: cp/lex.c:107
16567 msgid "type name expected before `*'"
16568 msgstr ""
16570 #: cp/lex.c:562
16571 #, c-format
16572 msgid "junk at end of #pragma %s"
16573 msgstr ""
16575 #: cp/lex.c:569
16576 #, c-format
16577 msgid "invalid #pragma %s"
16578 msgstr ""
16580 #: cp/lex.c:578
16581 msgid "#pragma vtable no longer supported"
16582 msgstr ""
16584 #: cp/lex.c:655
16585 #, c-format
16586 msgid "#pragma implementation for %s appears after file is included"
16587 msgstr ""
16589 #: cp/lex.c:680
16590 msgid "junk at end of #pragma GCC java_exceptions"
16591 msgstr ""
16593 #: cp/lex.c:715
16594 msgid "`%D' not defined"
16595 msgstr ""
16597 #: cp/lex.c:718
16598 msgid "`%D' was not declared in this scope"
16599 msgstr ""
16601 #: cp/lex.c:726
16602 msgid "`%D' undeclared (first use this function)"
16603 msgstr ""
16605 #: cp/lex.c:730
16606 msgid ""
16607 "(Each undeclared identifier is reported only once for each function it "
16608 "appears in.)"
16609 msgstr ""
16611 #: cp/lex.c:837
16612 msgid "`::%D' undeclared (first use here)"
16613 msgstr ""
16615 #: cp/mangle.c:2064
16616 msgid "real-valued template parameters when cross-compiling"
16617 msgstr ""
16619 #: cp/mangle.c:2328
16620 msgid "the mangled name of `%D' will change in a future version of GCC"
16621 msgstr ""
16623 #: cp/mangle.c:2654
16624 msgid ""
16625 "due to a defect in the G++ 3.2 ABI, G++ has assigned the same mangled name "
16626 "to two different types"
16627 msgstr ""
16629 #: cp/method.c:149
16630 msgid "use of namespace `%D' as expression"
16631 msgstr ""
16633 #: cp/method.c:154
16634 msgid "use of class template `%T' as expression"
16635 msgstr ""
16637 #: cp/method.c:167
16638 #, c-format
16639 msgid "use of %s from containing function"
16640 msgstr ""
16642 #: cp/method.c:170
16643 msgid "  `%#D' declared here"
16644 msgstr ""
16646 #: cp/method.c:188
16647 msgid "request for member `%D' is ambiguous in multiple inheritance lattice"
16648 msgstr ""
16650 #: cp/method.c:455
16651 msgid "generic thunk code fails for method `%#D' which uses `...'"
16652 msgstr ""
16654 #: cp/method.c:678
16655 msgid "non-static const member `%#D', can't use default assignment operator"
16656 msgstr ""
16658 #: cp/method.c:683
16659 msgid ""
16660 "non-static reference member `%#D', can't use default assignment operator"
16661 msgstr ""
16663 #: cp/parser.c:644
16664 msgid "invalid token"
16665 msgstr ""
16667 #: cp/parser.c:1895
16668 #, c-format
16669 msgid "%s cannot appear in a constant-expression"
16670 msgstr ""
16672 #: cp/parser.c:1905
16673 msgid "`%D' cannot appear in a constant-expression"
16674 msgstr ""
16676 #. Issue an error message.
16677 #: cp/parser.c:1932
16678 #, c-format
16679 msgid "`%s' does not name a type"
16680 msgstr ""
16682 #: cp/parser.c:1963
16683 msgid "(perhaps `typename %T::%s' was intended)"
16684 msgstr ""
16686 #: cp/parser.c:2364
16687 msgid "ISO C++ forbids braced-groups within expressions"
16688 msgstr ""
16690 #: cp/parser.c:2373
16691 msgid "statement-expressions are allowed only inside functions"
16692 msgstr ""
16694 #: cp/parser.c:2424
16695 msgid "`this' may not be used in this context"
16696 msgstr ""
16698 #: cp/parser.c:2555
16699 msgid "local variable `%D' may not appear in this context"
16700 msgstr ""
16702 #. If we're not doing Koenig lookup, issue an error.
16703 #: cp/parser.c:2574
16704 msgid "`%D' has not been declared"
16705 msgstr ""
16707 #: cp/parser.c:2589
16708 msgid "incomplete type `%T' used in nested name specifier"
16709 msgstr ""
16711 #: cp/parser.c:2592
16712 msgid "`%D' is not a member of `%D'"
16713 msgstr ""
16715 #: cp/parser.c:2595 cp/parser.c:9321
16716 msgid "`::%D' has not been declared"
16717 msgstr ""
16719 #: cp/parser.c:3338
16720 msgid "`%T::%D' is not a class-name or namespace-name"
16721 msgstr ""
16723 #: cp/parser.c:3342
16724 msgid "`%D::%D' is not a class-name or namespace-name"
16725 msgstr ""
16727 #: cp/parser.c:3347
16728 msgid "`%D' is not a class-name or namespace-name"
16729 msgstr ""
16731 #: cp/parser.c:3774
16732 msgid "ISO C++ forbids compound-literals"
16733 msgstr ""
16735 #: cp/parser.c:4724
16736 msgid "expression in new-declarator must have integral or enumeration type"
16737 msgstr ""
16739 #: cp/parser.c:4902
16740 msgid "use of old-style cast"
16741 msgstr ""
16743 #: cp/parser.c:6202
16744 msgid "ISO C++ forbids computed gotos"
16745 msgstr ""
16747 #: cp/parser.c:6322
16748 msgid "extra `;'"
16749 msgstr ""
16751 #: cp/parser.c:6609
16752 msgid "mixing declarations and function-definitions is forbidden"
16753 msgstr ""
16755 #: cp/parser.c:7193
16756 msgid "only constructors take base initializers"
16757 msgstr ""
16759 #: cp/parser.c:7244
16760 msgid "anachronistic old-style base class initializer"
16761 msgstr ""
16763 #. Warn that we do not support `export'.
16764 #: cp/parser.c:7641
16765 msgid "keyword `export' not implemented, and will be ignored"
16766 msgstr ""
16768 #: cp/parser.c:8768
16769 msgid "using `typename' outside of template"
16770 msgstr ""
16772 #: cp/parser.c:8882
16773 msgid "expected type-name"
16774 msgstr ""
16776 #: cp/parser.c:8887
16777 msgid "`%T' referred to as `%s'"
16778 msgstr ""
16780 #: cp/parser.c:8891
16781 msgid "`%T' referred to as enum"
16782 msgstr ""
16784 #: cp/parser.c:9318
16785 msgid "`%D::%D' has not been declared"
16786 msgstr ""
16788 #: cp/parser.c:9609
16789 msgid "an asm-specification is not allowed on a function-definition"
16790 msgstr ""
16792 #: cp/parser.c:9611
16793 msgid "attributes are not allowed on a function-definition"
16794 msgstr ""
16796 #: cp/parser.c:9727
16797 msgid "attributes after parenthesized initializer ignored"
16798 msgstr ""
16800 #: cp/parser.c:10835
16801 msgid "file ends in default argument"
16802 msgstr ""
16804 #: cp/parser.c:10890
16805 msgid "default arguments are only permitted on functions"
16806 msgstr ""
16808 #: cp/parser.c:11803
16809 msgid "declaration of `%D' in `%D' which does not enclose `%D'"
16810 msgstr ""
16812 #: cp/parser.c:12025
16813 msgid "extra semicolon"
16814 msgstr ""
16816 #: cp/parser.c:12043
16817 msgid "a class-key must be used when declaring a friend"
16818 msgstr ""
16820 #: cp/parser.c:12075
16821 msgid "friend declaration does not name a class or function"
16822 msgstr ""
16824 #: cp/parser.c:13335
16825 msgid "reference to `%D' is ambiguous"
16826 msgstr ""
16828 #: cp/parser.c:13519
16829 msgid "too few template-parameter-lists"
16830 msgstr ""
16832 #. Otherwise, there are too many template parameter lists.  We have
16833 #. something like:
16835 #. template <class T> template <class U> void S::f();
16836 #: cp/parser.c:13534
16837 msgid "too many template-parameter-lists"
16838 msgstr ""
16840 #. If begin_function_definition didn't like the definition, skip
16841 #. the entire function.
16842 #: cp/parser.c:13796
16843 msgid "invalid function declaration"
16844 msgstr ""
16846 #. Issue an error message.
16847 #: cp/parser.c:13833
16848 msgid "named return values are no longer supported"
16849 msgstr ""
16851 #: cp/parser.c:14314
16852 #, c-format
16853 msgid "expected %s"
16854 msgstr ""
16856 #: cp/parser.c:14448
16857 msgid "`%s' tag used in naming `%#T'"
16858 msgstr ""
16860 #: cp/parser.c:14468
16861 msgid "`template' (as a disambiguator) is only allowed within templates"
16862 msgstr ""
16864 #: cp/pt.c:292
16865 msgid "data member `%D' cannot be a member template"
16866 msgstr ""
16868 #: cp/pt.c:304
16869 msgid "invalid member template declaration `%D'"
16870 msgstr ""
16872 #: cp/pt.c:699
16873 msgid "explicit specialization in non-namespace scope `%D'"
16874 msgstr ""
16876 #: cp/pt.c:711
16877 msgid "enclosing class templates are not explicitly specialized"
16878 msgstr ""
16880 #: cp/pt.c:801 cp/pt.c:842
16881 msgid "specializing `%#T' in different namespace"
16882 msgstr ""
16884 #: cp/pt.c:802 cp/pt.c:843
16885 msgid "  from definition of `%#D'"
16886 msgstr ""
16888 #: cp/pt.c:810
16889 msgid "specialization of `%T' after instantiation"
16890 msgstr ""
16892 #: cp/pt.c:857
16893 msgid "specialization `%T' after instantiation `%T'"
16894 msgstr ""
16896 #: cp/pt.c:869
16897 msgid "explicit specialization of non-template `%T'"
16898 msgstr ""
16900 #: cp/pt.c:1004
16901 msgid "specialization of %D after instantiation"
16902 msgstr ""
16904 #: cp/pt.c:1126
16905 msgid "%s %+#D"
16906 msgstr ""
16908 #: cp/pt.c:1177
16909 msgid "`%D' is not a function template"
16910 msgstr ""
16912 #: cp/pt.c:1316
16913 msgid "template-id `%D' for `%+D' does not match any template declaration"
16914 msgstr ""
16916 #: cp/pt.c:1324
16917 msgid "ambiguous template specialization `%D' for `%+D'"
16918 msgstr ""
16920 #. This case handles bogus declarations like template <>
16921 #. template <class T> void f<int>();
16922 #: cp/pt.c:1551 cp/pt.c:1625
16923 msgid "template-id `%D' in declaration of primary template"
16924 msgstr ""
16926 #: cp/pt.c:1564
16927 msgid "template parameter list used in explicit instantiation"
16928 msgstr ""
16930 #: cp/pt.c:1570
16931 msgid "definition provided for explicit instantiation"
16932 msgstr ""
16934 #: cp/pt.c:1576
16935 msgid "too many template parameter lists in declaration of `%D'"
16936 msgstr ""
16938 #: cp/pt.c:1592
16939 msgid "too few template parameter lists in declaration of `%D'"
16940 msgstr ""
16942 #: cp/pt.c:1609
16943 msgid "explicit specialization not preceded by `template <>'"
16944 msgstr ""
16946 #: cp/pt.c:1622
16947 msgid "partial specialization `%D' of function template"
16948 msgstr ""
16950 #: cp/pt.c:1654
16951 msgid "default argument specified in explicit specialization"
16952 msgstr ""
16954 #: cp/pt.c:1658
16955 msgid "template specialization with C linkage"
16956 msgstr ""
16958 #. From [temp.expl.spec]:
16960 #. If such an explicit specialization for the member
16961 #. of a class template names an implicitly-declared
16962 #. special member function (clause _special_), the
16963 #. program is ill-formed.
16965 #. Similar language is found in [temp.explicit].
16966 #: cp/pt.c:1745
16967 msgid "specialization of implicitly-declared special member function"
16968 msgstr ""
16970 #: cp/pt.c:1789
16971 msgid "no member function `%D' declared in `%T'"
16972 msgstr ""
16974 #. There are two many template parameter lists.
16975 #: cp/pt.c:1937
16976 msgid "too many template parameter lists in declaration of `%T'"
16977 msgstr ""
16979 #: cp/pt.c:2033
16980 msgid " shadows template parm `%#D'"
16981 msgstr ""
16983 #: cp/pt.c:2437
16984 msgid "template parameters not used in partial specialization:"
16985 msgstr ""
16987 #: cp/pt.c:2441
16988 msgid "        `%D'"
16989 msgstr ""
16991 #: cp/pt.c:2453
16992 msgid "partial specialization `%T' does not specialize any template arguments"
16993 msgstr ""
16995 #: cp/pt.c:2478
16996 #, c-format
16997 msgid "template argument `%E' involves template parameter(s)"
16998 msgstr ""
17000 #: cp/pt.c:2522
17001 msgid "type `%T' of template argument `%E' depends on template parameter(s)"
17002 msgstr ""
17004 #: cp/pt.c:2610
17005 msgid "no default argument for `%D'"
17006 msgstr ""
17008 #: cp/pt.c:2763
17009 msgid "template with C linkage"
17010 msgstr ""
17012 #: cp/pt.c:2766
17013 msgid "template class without a name"
17014 msgstr ""
17016 #: cp/pt.c:2841
17017 msgid "`%D' does not declare a template type"
17018 msgstr ""
17020 #: cp/pt.c:2847
17021 msgid "template definition of non-template `%#D'"
17022 msgstr ""
17024 #: cp/pt.c:2888
17025 msgid "expected %d levels of template parms for `%#D', got %d"
17026 msgstr ""
17028 #: cp/pt.c:2900
17029 msgid "got %d template parameters for `%#D'"
17030 msgstr ""
17032 #: cp/pt.c:2903
17033 msgid "got %d template parameters for `%#T'"
17034 msgstr ""
17036 #: cp/pt.c:2905
17037 #, c-format
17038 msgid "  but %d required"
17039 msgstr ""
17041 #: cp/pt.c:2988
17042 msgid "`%T' is not a template type"
17043 msgstr ""
17045 #: cp/pt.c:3004
17046 msgid "previous declaration `%D'"
17047 msgstr ""
17049 #: cp/pt.c:3005
17050 #, c-format
17051 msgid "used %d template parameter%s instead of %d"
17052 msgstr ""
17054 #: cp/pt.c:3021
17055 msgid "template parameter `%#D'"
17056 msgstr ""
17058 #: cp/pt.c:3022
17059 msgid "redeclared here as `%#D'"
17060 msgstr ""
17062 #. We have in [temp.param]:
17064 #. A template-parameter may not be given default arguments
17065 #. by two different declarations in the same scope.
17066 #: cp/pt.c:3032
17067 msgid "redefinition of default argument for `%#D'"
17068 msgstr ""
17070 #: cp/pt.c:3033
17071 msgid "  original definition appeared here"
17072 msgstr ""
17074 #: cp/pt.c:3126
17075 #, c-format
17076 msgid "`%E' is not a valid template argument"
17077 msgstr ""
17079 #: cp/pt.c:3130
17080 msgid "it must be the address of a function with external linkage"
17081 msgstr ""
17083 #: cp/pt.c:3132
17084 msgid "it must be the address of an object with external linkage"
17085 msgstr ""
17087 #: cp/pt.c:3136
17088 msgid "it must be a pointer-to-member of the form `&X::Y'"
17089 msgstr ""
17091 #: cp/pt.c:3147
17092 #, c-format
17093 msgid ""
17094 "string literal %E is not a valid template argument because it is the address "
17095 "of an object with static linkage"
17096 msgstr ""
17098 #: cp/pt.c:3159
17099 #, c-format
17100 msgid "address of non-extern `%E' cannot be used as template argument"
17101 msgstr ""
17103 #: cp/pt.c:3170
17104 #, c-format
17105 msgid "non-constant `%E' cannot be used as template argument"
17106 msgstr ""
17108 #: cp/pt.c:3177
17109 #, c-format
17110 msgid "object `%E' cannot be used as template argument"
17111 msgstr ""
17113 #: cp/pt.c:3557
17114 #, c-format
17115 msgid "to refer to a type member of a template parameter, use `typename %E'"
17116 msgstr ""
17118 #: cp/pt.c:3570 cp/pt.c:3586 cp/pt.c:3625
17119 msgid "type/value mismatch at argument %d in template parameter list for `%D'"
17120 msgstr ""
17122 #: cp/pt.c:3573
17123 msgid "  expected a constant of type `%T', got `%T'"
17124 msgstr ""
17126 #: cp/pt.c:3577
17127 #, c-format
17128 msgid "  expected a type, got `%E'"
17129 msgstr ""
17131 #: cp/pt.c:3589
17132 msgid "  expected a type, got `%T'"
17133 msgstr ""
17135 #: cp/pt.c:3591
17136 msgid "  expected a class template, got `%T'"
17137 msgstr ""
17139 #: cp/pt.c:3627
17140 msgid "  expected a template of type `%D', got `%D'"
17141 msgstr ""
17143 #: cp/pt.c:3649
17144 msgid "template-argument `%T' uses anonymous type"
17145 msgstr ""
17147 #: cp/pt.c:3652
17148 msgid "template-argument `%T' uses local type `%T'"
17149 msgstr ""
17151 #: cp/pt.c:3662
17152 msgid "template-argument `%T' is a variably modified type"
17153 msgstr ""
17155 #: cp/pt.c:3697
17156 msgid "could not convert template argument `%E' to `%T'"
17157 msgstr ""
17159 #: cp/pt.c:3741
17160 #, c-format
17161 msgid "wrong number of template arguments (%d, should be %d)"
17162 msgstr ""
17164 #: cp/pt.c:3745
17165 msgid "provided for `%D'"
17166 msgstr ""
17168 #: cp/pt.c:3792
17169 #, c-format
17170 msgid "template argument %d is invalid"
17171 msgstr ""
17173 #: cp/pt.c:4027
17174 msgid "non-template used as template"
17175 msgstr ""
17177 #: cp/pt.c:4159
17178 msgid "`%T' is not a template"
17179 msgstr ""
17181 #: cp/pt.c:4172
17182 msgid "non-template type `%T' used as a template"
17183 msgstr ""
17185 #: cp/pt.c:4174
17186 msgid "for template declaration `%D'"
17187 msgstr ""
17189 #: cp/pt.c:4800
17190 msgid ""
17191 "template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN "
17192 "to increase the maximum) instantiating `%D'"
17193 msgstr ""
17195 #: cp/pt.c:5243
17196 msgid "ambiguous class template instantiation for `%#T'"
17197 msgstr ""
17199 #: cp/pt.c:5250
17200 msgid "%s %+#T"
17201 msgstr ""
17203 #: cp/pt.c:6232 cp/pt.c:6342
17204 msgid "instantiation of `%D' as type `%T'"
17205 msgstr ""
17207 #: cp/pt.c:6386
17208 msgid "invalid parameter type `%T'"
17209 msgstr ""
17211 #: cp/pt.c:6388
17212 msgid "in declaration `%D'"
17213 msgstr ""
17215 #: cp/pt.c:6463
17216 msgid "creating pointer to member function of non-class type `%T'"
17217 msgstr ""
17219 #: cp/pt.c:6626
17220 msgid "creating array with size zero"
17221 msgstr ""
17223 #: cp/pt.c:6640
17224 #, c-format
17225 msgid "creating array with size zero (`%E')"
17226 msgstr ""
17228 #: cp/pt.c:6879
17229 msgid "forming reference to void"
17230 msgstr ""
17232 #: cp/pt.c:6881
17233 msgid "forming %s to reference type `%T'"
17234 msgstr ""
17236 #: cp/pt.c:6919
17237 msgid "creating pointer to member of non-class type `%T'"
17238 msgstr ""
17240 #: cp/pt.c:6925
17241 msgid "creating pointer to member reference type `%T'"
17242 msgstr ""
17244 #: cp/pt.c:7003
17245 msgid "creating array of `%T'"
17246 msgstr ""
17248 #: cp/pt.c:7046
17249 msgid "`%T' is not a class, struct, or union type"
17250 msgstr ""
17252 #: cp/pt.c:7156
17253 #, c-format
17254 msgid "use of `%s' in template"
17255 msgstr ""
17257 #: cp/pt.c:8463
17258 msgid "type `%T' composed from a local class is not a valid template-argument"
17259 msgstr ""
17261 #: cp/pt.c:8464
17262 msgid "  trying to instantiate `%D'"
17263 msgstr ""
17265 #: cp/pt.c:8903
17266 msgid "incomplete type unification"
17267 msgstr ""
17269 #: cp/pt.c:9860
17270 #, c-format
17271 msgid "use of `%s' in template type unification"
17272 msgstr ""
17274 #: cp/pt.c:10282 cp/pt.c:10354
17275 msgid "explicit instantiation of non-template `%#D'"
17276 msgstr ""
17278 #: cp/pt.c:10298 cp/pt.c:10349
17279 msgid "no matching template for `%D' found"
17280 msgstr ""
17282 #: cp/pt.c:10304
17283 msgid "explicit instantiation of `%#D'"
17284 msgstr ""
17286 #: cp/pt.c:10341
17287 msgid "duplicate explicit instantiation of `%#D'"
17288 msgstr ""
17290 #: cp/pt.c:10366
17291 msgid "ISO C++ forbids the use of `extern' on explicit instantiations"
17292 msgstr ""
17294 #: cp/pt.c:10370 cp/pt.c:10448
17295 msgid "storage class `%D' applied to template instantiation"
17296 msgstr ""
17298 #: cp/pt.c:10415
17299 msgid "explicit instantiation of non-template type `%T'"
17300 msgstr ""
17302 #: cp/pt.c:10429
17303 msgid "explicit instantiation of `%#T' before definition of template"
17304 msgstr ""
17306 #: cp/pt.c:10437
17307 #, c-format
17308 msgid "ISO C++ forbids the use of `%s' on explicit instantiations"
17309 msgstr ""
17311 #: cp/pt.c:10481
17312 msgid "duplicate explicit instantiation of `%#T'"
17313 msgstr ""
17315 #: cp/pt.c:10876
17316 msgid "explicit instantiation of `%D' but no definition available"
17317 msgstr ""
17319 #: cp/pt.c:11278
17320 msgid "`%#T' is not a valid type for a template constant parameter"
17321 msgstr ""
17323 #: cp/repo.c:259
17324 msgid "-frepo must be used with -c"
17325 msgstr ""
17327 #: cp/repo.c:346
17328 #, c-format
17329 msgid "mysterious repository information in %s"
17330 msgstr ""
17332 #: cp/repo.c:361
17333 #, c-format
17334 msgid "can't create repository information file `%s'"
17335 msgstr ""
17337 #: cp/rtti.c:254
17338 msgid "cannot use typeid with -fno-rtti"
17339 msgstr ""
17341 #: cp/rtti.c:260
17342 msgid "must #include <typeinfo> before using typeid"
17343 msgstr ""
17345 #: cp/rtti.c:332
17346 msgid ""
17347 "cannot create type information for type `%T' because its size is variable"
17348 msgstr ""
17350 #: cp/rtti.c:592 cp/rtti.c:606
17351 msgid "dynamic_cast of `%#D' to `%#T' can never succeed"
17352 msgstr ""
17354 #: cp/rtti.c:682
17355 msgid "cannot dynamic_cast `%E' (of type `%#T') to type `%#T' (%s)"
17356 msgstr ""
17358 #: cp/search.c:327
17359 msgid "`%T' is an inaccessible base of `%T'"
17360 msgstr ""
17362 #: cp/search.c:337
17363 msgid "`%T' is an ambiguous base of `%T'"
17364 msgstr ""
17366 #: cp/search.c:1689
17367 msgid "invalid covariant return type for `%#D'"
17368 msgstr ""
17370 #: cp/search.c:1690 cp/search.c:1696
17371 msgid "  overriding `%#D'"
17372 msgstr ""
17374 #: cp/search.c:1694
17375 msgid "conflicting return type specified for `%#D'"
17376 msgstr ""
17378 #: cp/search.c:1708
17379 #, c-format
17380 msgid "looser throw specifier for `%#F'"
17381 msgstr ""
17383 #: cp/search.c:1709
17384 #, c-format
17385 msgid "  overriding `%#F'"
17386 msgstr ""
17388 #. A static member function cannot match an inherited
17389 #. virtual member function.
17390 #: cp/search.c:1799
17391 msgid "`%#D' cannot be declared"
17392 msgstr ""
17394 #: cp/search.c:1800
17395 msgid "  since `%#D' declared in base class"
17396 msgstr ""
17398 #: cp/search.c:1877
17399 msgid "`%#D' needs a final overrider"
17400 msgstr ""
17402 #: cp/semantics.c:1052
17403 #, c-format
17404 msgid "type of asm operand `%E' could not be determined"
17405 msgstr ""
17407 #: cp/semantics.c:1199
17408 msgid "invalid use of member `%D' in static member function"
17409 msgstr ""
17411 #: cp/semantics.c:1202
17412 msgid "invalid use of non-static data member `%D'"
17413 msgstr ""
17415 #: cp/semantics.c:1203
17416 msgid "from this location"
17417 msgstr ""
17419 #: cp/semantics.c:1415
17420 msgid "arguments to destructor are not allowed"
17421 msgstr ""
17423 #: cp/semantics.c:1471
17424 msgid "`this' is unavailable for static member functions"
17425 msgstr ""
17427 #: cp/semantics.c:1477
17428 msgid "invalid use of `this' in non-member function"
17429 msgstr ""
17431 #: cp/semantics.c:1479
17432 msgid "invalid use of `this' at top level"
17433 msgstr ""
17435 #: cp/semantics.c:1509
17436 msgid "calling type `%T' like a method"
17437 msgstr ""
17439 #: cp/semantics.c:1558
17440 msgid "invalid qualifying scope in pseudo-destructor name"
17441 msgstr ""
17443 #: cp/semantics.c:1564
17444 msgid "`%E' is not of type `%T'"
17445 msgstr ""
17447 #: cp/semantics.c:1700
17448 msgid "template type parameters must use the keyword `class' or `typename'"
17449 msgstr ""
17451 #: cp/semantics.c:1739
17452 msgid "invalid default template argument"
17453 msgstr ""
17455 #: cp/semantics.c:1777
17456 msgid "definition of `%#T' inside template parameter list"
17457 msgstr ""
17459 #: cp/semantics.c:1788
17460 msgid "invalid definition of qualified type `%T'"
17461 msgstr ""
17463 #: cp/semantics.c:2039
17464 msgid "invalid base-class specification"
17465 msgstr ""
17467 #: cp/semantics.c:2048
17468 msgid "base class `%T' has cv qualifiers"
17469 msgstr ""
17471 #: cp/semantics.c:2080
17472 msgid "multiple declarators in template declaration"
17473 msgstr ""
17475 #: cp/semantics.c:2107
17476 #, c-format
17477 msgid "type of `%E' is unknown"
17478 msgstr ""
17480 #: cp/tree.c:257 cp/tree.c:269
17481 #, c-format
17482 msgid "non-lvalue in %s"
17483 msgstr ""
17485 #: cp/tree.c:643
17486 msgid "`%V' qualifiers cannot be applied to `%T'"
17487 msgstr ""
17489 #: cp/tree.c:2038
17490 #, c-format
17491 msgid "`%s' attribute can only be applied to Java class definitions"
17492 msgstr ""
17494 #: cp/tree.c:2068
17495 #, c-format
17496 msgid "`%s' attribute can only be applied to class definitions"
17497 msgstr ""
17499 #: cp/tree.c:2074
17500 #, c-format
17501 msgid "`%s' is obsolete; g++ vtables are now COM-compatible by default"
17502 msgstr ""
17504 #: cp/tree.c:2099
17505 msgid "requested init_priority is not an integer constant"
17506 msgstr ""
17508 #: cp/tree.c:2120
17509 #, c-format
17510 msgid ""
17511 "can only use `%s' attribute on file-scope definitions of objects of class "
17512 "type"
17513 msgstr ""
17515 #: cp/tree.c:2128
17516 msgid "requested init_priority is out of range"
17517 msgstr ""
17519 #: cp/tree.c:2138
17520 msgid "requested init_priority is reserved for internal use"
17521 msgstr ""
17523 #: cp/tree.c:2148
17524 #, c-format
17525 msgid "`%s' attribute is not supported on this platform"
17526 msgstr ""
17528 #: cp/tree.c:2686
17529 #, c-format
17530 msgid "lang_* check: failed in %s, at %s:%d"
17531 msgstr ""
17533 #: cp/typeck.c:527
17534 #, c-format
17535 msgid ""
17536 "ISO C++ forbids %s between pointer of type `void *' and pointer-to-function"
17537 msgstr ""
17539 #: cp/typeck.c:548
17540 msgid "%s between distinct pointer types `%T' and `%T' lacks a cast"
17541 msgstr ""
17543 #: cp/typeck.c:1448
17544 msgid "ISO C++ prohibits conversion from `%#T' to `(...)'"
17545 msgstr ""
17547 #: cp/typeck.c:1526
17548 #, c-format
17549 msgid "invalid application of `%s' to a member function"
17550 msgstr ""
17552 #: cp/typeck.c:1532
17553 #, c-format
17554 msgid "invalid application of `%s' to non-static member"
17555 msgstr ""
17557 #: cp/typeck.c:1550
17558 msgid "sizeof applied to a bit-field"
17559 msgstr ""
17561 #: cp/typeck.c:1553
17562 msgid "ISO C++ forbids applying `sizeof' to an expression of function type"
17563 msgstr ""
17565 #: cp/typeck.c:1665
17566 msgid "invalid use of non-lvalue array"
17567 msgstr ""
17569 #: cp/typeck.c:1771
17570 msgid "deprecated conversion from string constant to `%T'"
17571 msgstr ""
17573 #: cp/typeck.c:1884 cp/typeck.c:2147
17574 msgid "request for member `%D' in `%E', which is of non-class type `%T'"
17575 msgstr ""
17577 #: cp/typeck.c:1960 cp/typeck.c:1981
17578 msgid "invalid access to non-static data member `%D' of NULL object"
17579 msgstr ""
17581 #: cp/typeck.c:1962 cp/typeck.c:1983
17582 msgid "(perhaps the `offsetof' macro was used incorrectly)"
17583 msgstr ""
17585 #: cp/typeck.c:2097
17586 msgid "destructor name `%T' does not match type `%T' of expression"
17587 msgstr ""
17589 #: cp/typeck.c:2193
17590 msgid "`%D::%D' is not a member of `%T'"
17591 msgstr ""
17593 #: cp/typeck.c:2255
17594 msgid "`%D' is not a member template function"
17595 msgstr ""
17597 #. A pointer to incomplete type (other than cv void) can be
17598 #. dereferenced [expr.unary.op]/1
17599 #: cp/typeck.c:2352
17600 msgid "`%T' is not a pointer-to-object type"
17601 msgstr ""
17603 #: cp/typeck.c:2377
17604 #, c-format
17605 msgid "invalid use of `%s' on pointer to member"
17606 msgstr ""
17608 #: cp/typeck.c:2383
17609 msgid "invalid type argument"
17610 msgstr ""
17612 #: cp/typeck.c:2486
17613 msgid "ISO C++ forbids subscripting non-lvalue array"
17614 msgstr ""
17616 #: cp/typeck.c:2497
17617 msgid "subscripting array declared `register'"
17618 msgstr ""
17620 #: cp/typeck.c:2582
17621 #, c-format
17622 msgid "object missing in use of `%E'"
17623 msgstr ""
17625 #: cp/typeck.c:2686
17626 msgid "ISO C++ forbids calling `::main' from within program"
17627 msgstr ""
17629 #: cp/typeck.c:2711
17630 #, c-format
17631 msgid "must use .* or ->* to call pointer-to-member function in `%E (...)'"
17632 msgstr ""
17634 #: cp/typeck.c:2724
17635 #, c-format
17636 msgid "`%E' cannot be used as a function"
17637 msgstr ""
17639 #: cp/typeck.c:2829
17640 msgid "too many arguments to %s `%+#D'"
17641 msgstr ""
17643 #: cp/typeck.c:2870
17644 msgid "parameter type of called function is incomplete"
17645 msgstr ""
17647 #: cp/typeck.c:2934
17648 msgid "too few arguments to %s `%+#D'"
17649 msgstr ""
17651 #: cp/typeck.c:3239 cp/typeck.c:3249
17652 msgid "assuming cast to type `%T' from overloaded function"
17653 msgstr ""
17655 #: cp/typeck.c:3309
17656 #, c-format
17657 msgid "division by zero in `%E / 0'"
17658 msgstr ""
17660 #: cp/typeck.c:3311
17661 #, c-format
17662 msgid "division by zero in `%E / 0.'"
17663 msgstr ""
17665 #: cp/typeck.c:3341
17666 #, c-format
17667 msgid "division by zero in `%E %% 0'"
17668 msgstr ""
17670 #: cp/typeck.c:3343
17671 #, c-format
17672 msgid "division by zero in `%E %% 0.'"
17673 msgstr ""
17675 #: cp/typeck.c:3423
17676 #, c-format
17677 msgid "%s rotate count is negative"
17678 msgstr ""
17680 #: cp/typeck.c:3426
17681 #, c-format
17682 msgid "%s rotate count >= width of type"
17683 msgstr ""
17685 #: cp/typeck.c:3457 cp/typeck.c:3462 cp/typeck.c:3553 cp/typeck.c:3558
17686 msgid "ISO C++ forbids comparison between pointer and integer"
17687 msgstr ""
17689 #: cp/typeck.c:3736
17690 msgid "comparison between types `%#T' and `%#T'"
17691 msgstr ""
17693 #: cp/typeck.c:3772
17694 msgid "comparison between signed and unsigned integer expressions"
17695 msgstr ""
17697 #: cp/typeck.c:3837
17698 msgid "invalid operands of types `%T' and `%T' to binary `%O'"
17699 msgstr ""
17701 #. Some sort of arithmetic operation involving NULL was
17702 #. performed.  Note that pointer-difference and pointer-addition
17703 #. have already been handled above, and so we don't end up here in
17704 #. that case.
17705 #: cp/typeck.c:3859
17706 msgid "NULL used in arithmetic"
17707 msgstr ""
17709 #: cp/typeck.c:3926
17710 msgid "ISO C++ forbids using pointer of type `void *' in subtraction"
17711 msgstr ""
17713 #: cp/typeck.c:3928
17714 msgid "ISO C++ forbids using pointer to a function in subtraction"
17715 msgstr ""
17717 #: cp/typeck.c:3930
17718 msgid "ISO C++ forbids using pointer to a method in subtraction"
17719 msgstr ""
17721 #: cp/typeck.c:3932
17722 msgid "ISO C++ forbids using pointer to a member in subtraction"
17723 msgstr ""
17725 #: cp/typeck.c:3944
17726 msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
17727 msgstr ""
17729 #: cp/typeck.c:4004
17730 #, c-format
17731 msgid ""
17732 "invalid use of '%E' to form a pointer-to-member-function.  Use a qualified-"
17733 "id."
17734 msgstr ""
17736 #: cp/typeck.c:4010
17737 #, c-format
17738 msgid ""
17739 "parenthesis around '%E' cannot be used to form a pointer-to-member-function"
17740 msgstr ""
17742 #: cp/typeck.c:4033
17743 msgid "taking address of temporary"
17744 msgstr ""
17746 #: cp/typeck.c:4274
17747 #, c-format
17748 msgid "ISO C++ forbids %sing an enum"
17749 msgstr ""
17751 #: cp/typeck.c:4286
17752 msgid "cannot %s a pointer to incomplete type `%T'"
17753 msgstr ""
17755 #: cp/typeck.c:4293
17756 msgid "ISO C++ forbids %sing a pointer of type `%T'"
17757 msgstr ""
17759 #: cp/typeck.c:4318
17760 msgid "cast to non-reference type used as lvalue"
17761 msgstr ""
17763 #: cp/typeck.c:4352
17764 msgid "invalid use of `--' on bool variable `%D'"
17765 msgstr ""
17767 #. ARM $3.4
17768 #: cp/typeck.c:4385
17769 msgid "ISO C++ forbids taking address of function `::main'"
17770 msgstr ""
17772 #. An expression like &memfn.
17773 #: cp/typeck.c:4452
17774 msgid ""
17775 "ISO C++ forbids taking the address of an unqualified or parenthesized non-"
17776 "static member function to form a pointer to member function.  Say `&%T::%D'"
17777 msgstr ""
17779 #: cp/typeck.c:4454
17780 msgid ""
17781 "ISO C++ forbids taking the address of a bound member function to form a "
17782 "pointer to member function.  Say `&%T::%D'"
17783 msgstr ""
17785 #: cp/typeck.c:4478
17786 msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
17787 msgstr ""
17789 #: cp/typeck.c:4510
17790 msgid "attempt to take address of bit-field structure member `%D'"
17791 msgstr ""
17793 #: cp/typeck.c:4633
17794 msgid "taking address of destructor"
17795 msgstr ""
17797 #: cp/typeck.c:4646
17798 msgid "taking address of bound pointer-to-member expression"
17799 msgstr ""
17801 #: cp/typeck.c:4662
17802 msgid "cannot create pointer to reference member `%D'"
17803 msgstr ""
17805 #: cp/typeck.c:4725
17806 msgid "cannot take the address of `this', which is an rvalue expression"
17807 msgstr ""
17809 #: cp/typeck.c:4744
17810 msgid "address requested for `%D', which is declared `register'"
17811 msgstr ""
17813 #: cp/typeck.c:4965
17814 msgid "static_cast from type `%T' to type `%T' casts away constness"
17815 msgstr ""
17817 #: cp/typeck.c:4973
17818 msgid "invalid static_cast from type `%T' to type `%T'"
17819 msgstr ""
17821 #: cp/typeck.c:5012
17822 msgid ""
17823 "invalid reinterpret_cast of an rvalue expression of type `%T' to type `%T'"
17824 msgstr ""
17826 #: cp/typeck.c:5032
17827 msgid "reinterpret_cast from `%T' to `%T' loses precision"
17828 msgstr ""
17830 #: cp/typeck.c:5045
17831 msgid "reinterpret_cast from `%T' to `%T' casts away const (or volatile)"
17832 msgstr ""
17834 #: cp/typeck.c:5054
17835 msgid ""
17836 "ISO C++ forbids casting between pointer-to-function and pointer-to-object"
17837 msgstr ""
17839 #: cp/typeck.c:5060
17840 msgid "invalid reinterpret_cast from type `%T' to type `%T'"
17841 msgstr ""
17843 #: cp/typeck.c:5087
17844 msgid ""
17845 "invalid use of const_cast with type `%T', which is not a pointer, reference, "
17846 "nor a pointer-to-data-member type"
17847 msgstr ""
17849 #: cp/typeck.c:5090
17850 msgid ""
17851 "invalid use of const_cast with type `%T', which is a pointer or reference to "
17852 "a function type"
17853 msgstr ""
17855 #: cp/typeck.c:5113
17856 msgid "invalid const_cast of an rvalue of type `%T' to type `%T'"
17857 msgstr ""
17859 #: cp/typeck.c:5129
17860 msgid "invalid const_cast from type `%T' to type `%T'"
17861 msgstr ""
17863 #: cp/typeck.c:5171 cp/typeck.c:5176
17864 msgid "ISO C++ forbids casting to an array type `%T'"
17865 msgstr ""
17867 #: cp/typeck.c:5184
17868 msgid "invalid cast to function type `%T'"
17869 msgstr ""
17871 #: cp/typeck.c:5236
17872 msgid "cast from `%T' to `%T' discards qualifiers from pointer target type"
17873 msgstr ""
17875 #: cp/typeck.c:5282
17876 msgid "cast from `%T' to `%T' increases required alignment of target type"
17877 msgstr ""
17879 #: cp/typeck.c:5450
17880 msgid "  in evaluation of `%Q(%#T, %#T)'"
17881 msgstr ""
17883 #: cp/typeck.c:5492
17884 msgid "ISO C++ forbids cast to non-reference type used as lvalue"
17885 msgstr ""
17887 #: cp/typeck.c:5564
17888 msgid "incompatible types in assignment of `%T' to `%T'"
17889 msgstr ""
17891 #: cp/typeck.c:5571
17892 msgid "ISO C++ forbids assignment of arrays"
17893 msgstr ""
17895 #: cp/typeck.c:5714
17896 msgid "   in pointer to member function conversion"
17897 msgstr ""
17899 #: cp/typeck.c:5722
17900 msgid "   in pointer to member conversion"
17901 msgstr ""
17903 #. This is a reinterpret cast, we choose to do nothing.
17904 #: cp/typeck.c:5733 cp/typeck.c:5751
17905 msgid "pointer to member cast via virtual base `%T'"
17906 msgstr ""
17908 #: cp/typeck.c:5754
17909 msgid "pointer to member conversion via virtual base `%T'"
17910 msgstr ""
17912 #: cp/typeck.c:5829
17913 msgid "invalid conversion to type `%T' from type `%T'"
17914 msgstr ""
17916 #: cp/typeck.c:5994
17917 msgid "passing NULL used for non-pointer %s %P of `%D'"
17918 msgstr ""
17920 #: cp/typeck.c:5997
17921 msgid "%s to non-pointer type `%T' from NULL"
17922 msgstr ""
17924 #: cp/typeck.c:6005
17925 msgid "passing `%T' for %s %P of `%D'"
17926 msgstr ""
17928 #: cp/typeck.c:6008
17929 msgid "%s to `%T' from `%T'"
17930 msgstr ""
17932 #: cp/typeck.c:6018
17933 msgid "passing negative value `%E' for %s %P of `%D'"
17934 msgstr ""
17936 #: cp/typeck.c:6021
17937 msgid "%s of negative value `%E' to `%T'"
17938 msgstr ""
17940 #: cp/typeck.c:6116
17941 msgid "cannot convert `%T' to `%T' for argument `%P' to `%D'"
17942 msgstr ""
17944 #: cp/typeck.c:6119
17945 msgid "cannot convert `%T' to `%T' in %s"
17946 msgstr ""
17948 #: cp/typeck.c:6206 cp/typeck.c:6208
17949 msgid "in passing argument %P of `%+D'"
17950 msgstr ""
17952 #: cp/typeck.c:6322
17953 msgid "returning reference to temporary"
17954 msgstr ""
17956 #: cp/typeck.c:6329
17957 msgid "reference to non-lvalue returned"
17958 msgstr ""
17960 #: cp/typeck.c:6341
17961 msgid "reference to local variable `%D' returned"
17962 msgstr ""
17964 #: cp/typeck.c:6344
17965 msgid "address of local variable `%D' returned"
17966 msgstr ""
17968 #: cp/typeck.c:6375
17969 msgid "returning a value from a destructor"
17970 msgstr ""
17972 #. If a return statement appears in a handler of the
17973 #. function-try-block of a constructor, the program is ill-formed.
17974 #: cp/typeck.c:6383
17975 msgid "cannot return from a handler of a function-try-block of a constructor"
17976 msgstr ""
17978 #. You can't return a value from a constructor.
17979 #: cp/typeck.c:6386
17980 msgid "returning a value from a constructor"
17981 msgstr ""
17983 #: cp/typeck.c:6409
17984 msgid ""
17985 "return-statement with no value, in function declared with a non-void return "
17986 "type"
17987 msgstr ""
17989 #: cp/typeck.c:6425
17990 msgid ""
17991 "return-statement with a value, in function declared with a void return type"
17992 msgstr ""
17994 #: cp/typeck.c:6446
17995 msgid ""
17996 "`operator new' must not return NULL unless it is declared `throw()' (or -"
17997 "fcheck-new is in effect)"
17998 msgstr ""
18000 #: cp/typeck2.c:56
18001 msgid "type `%T' is not a base type for type `%T'"
18002 msgstr ""
18004 #: cp/typeck2.c:158
18005 msgid "cannot declare variable `%D' to be of type `%T'"
18006 msgstr ""
18008 #: cp/typeck2.c:161
18009 msgid "cannot declare parameter `%D' to be of type `%T'"
18010 msgstr ""
18012 #: cp/typeck2.c:164
18013 msgid "cannot declare field `%D' to be of type `%T'"
18014 msgstr ""
18016 #: cp/typeck2.c:168
18017 msgid "invalid return type for member function `%#D'"
18018 msgstr ""
18020 #: cp/typeck2.c:170
18021 msgid "invalid return type for function `%#D'"
18022 msgstr ""
18024 #: cp/typeck2.c:173
18025 msgid "cannot allocate an object of type `%T'"
18026 msgstr ""
18028 #: cp/typeck2.c:180
18029 msgid "  because the following virtual functions are abstract:"
18030 msgstr ""
18032 #: cp/typeck2.c:182
18033 msgid "\t%#D"
18034 msgstr ""
18036 #: cp/typeck2.c:185
18037 msgid "  since type `%T' has abstract virtual functions"
18038 msgstr ""
18040 #: cp/typeck2.c:338
18041 msgid "constructor syntax used, but no constructor declared for type `%T'"
18042 msgstr ""
18044 #: cp/typeck2.c:349
18045 msgid "comma expression used to initialize return value"
18046 msgstr ""
18048 #: cp/typeck2.c:358
18049 msgid "cannot initialize arrays using this syntax"
18050 msgstr ""
18052 #: cp/typeck2.c:473
18053 msgid "initializing array with parameter list"
18054 msgstr ""
18056 #: cp/typeck2.c:529
18057 msgid "initializer for scalar variable requires one element"
18058 msgstr ""
18060 #: cp/typeck2.c:536
18061 msgid "braces around scalar initializer for `%T'"
18062 msgstr ""
18064 #: cp/typeck2.c:539
18065 msgid "ignoring extra initializers for `%T'"
18066 msgstr ""
18068 #: cp/typeck2.c:551
18069 msgid "variable-sized object of type `%T' may not be initialized"
18070 msgstr ""
18072 #: cp/typeck2.c:561
18073 msgid "subobject of type `%T' must be initialized by constructor, not by `%E'"
18074 msgstr ""
18076 #: cp/typeck2.c:627
18077 msgid "aggregate has a partly bracketed initializer"
18078 msgstr ""
18080 #: cp/typeck2.c:665 cp/typeck2.c:770
18081 msgid "non-trivial labeled initializers"
18082 msgstr ""
18084 #: cp/typeck2.c:682
18085 msgid "non-empty initializer for array of empty elements"
18086 msgstr ""
18088 #: cp/typeck2.c:736
18089 msgid "initializer list for object of class with virtual base classes"
18090 msgstr ""
18092 #: cp/typeck2.c:742
18093 msgid "initializer list for object of class with base classes"
18094 msgstr ""
18096 #: cp/typeck2.c:748
18097 msgid "initializer list for object using virtual functions"
18098 msgstr ""
18100 #: cp/typeck2.c:811 cp/typeck2.c:827
18101 msgid "missing initializer for member `%D'"
18102 msgstr ""
18104 #: cp/typeck2.c:816
18105 msgid "uninitialized const member `%D'"
18106 msgstr ""
18108 #: cp/typeck2.c:818
18109 msgid "member `%D' with uninitialized const fields"
18110 msgstr ""
18112 #: cp/typeck2.c:821
18113 msgid "member `%D' is uninitialized reference"
18114 msgstr ""
18116 #: cp/typeck2.c:868
18117 msgid "index value instead of field name in union initializer"
18118 msgstr ""
18120 #: cp/typeck2.c:880
18121 msgid "no field `%D' in union being initialized"
18122 msgstr ""
18124 #: cp/typeck2.c:888
18125 msgid "union `%T' with no named members cannot be initialized"
18126 msgstr ""
18128 #: cp/typeck2.c:924
18129 msgid "excess elements in aggregate initializer"
18130 msgstr ""
18132 #: cp/typeck2.c:1038
18133 msgid "circular pointer delegation detected"
18134 msgstr ""
18136 #: cp/typeck2.c:1051
18137 msgid "base operand of `->' has non-pointer type `%T'"
18138 msgstr ""
18140 #: cp/typeck2.c:1065
18141 msgid "result of `operator->()' yields non-pointer result"
18142 msgstr ""
18144 #: cp/typeck2.c:1067
18145 msgid "base operand of `->' is not a pointer"
18146 msgstr ""
18148 #: cp/typeck2.c:1133
18149 msgid "`%E' cannot be used as a member pointer, since it is of type `%T'"
18150 msgstr ""
18152 #: cp/typeck2.c:1140
18153 msgid ""
18154 "cannot apply member pointer `%E' to `%E', which is of non-aggregate type `%T'"
18155 msgstr ""
18157 #: cp/typeck2.c:1149
18158 msgid "member type `%T::' incompatible with object type `%T'"
18159 msgstr ""
18161 #: cp/typeck2.c:1186
18162 msgid "`%T' fails to be a typedef or built-in type"
18163 msgstr ""
18165 #: cp/typeck2.c:1371
18166 msgid "call to function `%D' which throws incomplete type `%#T'"
18167 msgstr ""
18169 #: cp/typeck2.c:1374
18170 msgid "call to function which throws incomplete type `%#T'"
18171 msgstr ""
18173 #. XXX Not i18n clean.
18174 #: cp/cp-tree.h:3879
18175 #, c-format
18176 msgid "%s is deprecated, please see the documentation for details"
18177 msgstr ""
18179 #: cp/lang-options.h:29
18180 msgid "Do not obey access control semantics"
18181 msgstr ""
18183 #: cp/lang-options.h:31
18184 msgid "Change when template instances are emitted"
18185 msgstr ""
18187 #: cp/lang-options.h:36
18188 msgid "Check the return value of new"
18189 msgstr ""
18191 #: cp/lang-options.h:39
18192 msgid "Reduce size of object files"
18193 msgstr ""
18195 #: cp/lang-options.h:43
18196 msgid "Make string literals `char[]' instead of `const char[]'"
18197 msgstr ""
18199 #: cp/lang-options.h:46
18200 msgid "Dump the entire translation unit to a file"
18201 msgstr ""
18203 #: cp/lang-options.h:48
18204 msgid "Do not inline member functions by default"
18205 msgstr ""
18207 #: cp/lang-options.h:51
18208 msgid "Do not generate run time type descriptor information"
18209 msgstr ""
18211 #: cp/lang-options.h:56
18212 msgid "Do not generate code to check exception specifications"
18213 msgstr ""
18215 #: cp/lang-options.h:61
18216 msgid "Scope of for-init-statement vars extends outside"
18217 msgstr ""
18219 #: cp/lang-options.h:64
18220 msgid "Do not recognize GNU defined keywords"
18221 msgstr ""
18223 #: cp/lang-options.h:68
18224 msgid "Enable support for huge objects"
18225 msgstr ""
18227 #: cp/lang-options.h:72
18228 msgid "Export functions even if they can be inlined"
18229 msgstr ""
18231 #: cp/lang-options.h:75
18232 msgid "Only emit explicit template instatiations"
18233 msgstr ""
18235 #: cp/lang-options.h:78
18236 msgid "Only emit explicit instatiations of inline templates"
18237 msgstr ""
18239 #: cp/lang-options.h:84
18240 msgid "Don't pedwarn about uses of Microsoft extensions"
18241 msgstr ""
18243 #: cp/lang-options.h:87
18244 msgid "Recognize and/bitand/bitor/compl/not/or/xor"
18245 msgstr ""
18247 #: cp/lang-options.h:91
18248 msgid "Disable optional diagnostics"
18249 msgstr ""
18251 #: cp/lang-options.h:93
18252 msgid "Downgrade conformance errors to warnings"
18253 msgstr ""
18255 #: cp/lang-options.h:96
18256 msgid "Enable automatic template instantiation"
18257 msgstr ""
18259 #: cp/lang-options.h:101
18260 msgid "Display statistics accumulated during compilation"
18261 msgstr ""
18263 #: cp/lang-options.h:104
18264 msgid "Specify maximum template instantiation depth"
18265 msgstr ""
18267 #: cp/lang-options.h:106
18268 msgid "Use __cxa_atexit to register destructors"
18269 msgstr ""
18271 #: cp/lang-options.h:109
18272 msgid "Discard unused virtual functions"
18273 msgstr ""
18275 #: cp/lang-options.h:112
18276 msgid "Implement vtables using thunks"
18277 msgstr ""
18279 #: cp/lang-options.h:115
18280 msgid "Emit common-like symbols as weak symbols"
18281 msgstr ""
18283 #: cp/lang-options.h:118
18284 msgid "Emit cross referencing information"
18285 msgstr ""
18287 #: cp/lang-options.h:122
18288 msgid "Warn about inconsistent return types"
18289 msgstr ""
18291 #: cp/lang-options.h:125
18292 msgid "Warn about overloaded virtual function names"
18293 msgstr ""
18295 #: cp/lang-options.h:129
18296 msgid "Don't warn when all ctors/dtors are private"
18297 msgstr ""
18299 #: cp/lang-options.h:131
18300 msgid "Warn about non virtual destructors"
18301 msgstr ""
18303 #: cp/lang-options.h:134
18304 msgid "Warn when a function is declared extern, then inline"
18305 msgstr ""
18307 #: cp/lang-options.h:137
18308 msgid "Warn when the compiler reorders code"
18309 msgstr ""
18311 #: cp/lang-options.h:140
18312 msgid "Warn when synthesis behavior differs from Cfront"
18313 msgstr ""
18315 #: cp/lang-options.h:144
18316 msgid "Don't warn when type converting pointers to member functions"
18317 msgstr ""
18319 #: cp/lang-options.h:146
18320 msgid "Warn about violations of Effective C++ style rules"
18321 msgstr ""
18323 #: cp/lang-options.h:149
18324 msgid "Warn when overload promotes from unsigned to signed"
18325 msgstr ""
18327 #: cp/lang-options.h:152
18328 msgid "Warn if a C style cast is used in a program"
18329 msgstr ""
18331 #: cp/lang-options.h:156
18332 msgid ""
18333 "Don't warn when non-templatized friend functions are declared within a "
18334 "template"
18335 msgstr ""
18337 #: cp/lang-options.h:159
18338 msgid "Don't announce deprecation of compiler features"
18339 msgstr ""
18341 #: f/bad.c:387
18342 msgid "note:"
18343 msgstr ""
18345 #: f/bad.c:391
18346 msgid "warning:"
18347 msgstr ""
18349 #: f/bad.c:395
18350 msgid "fatal:"
18351 msgstr ""
18353 #: f/bad.c:437
18354 msgid "(continued):"
18355 msgstr ""
18357 #: f/bad.c:487 f/bad.c:505
18358 msgid "[REPORT BUG!!] %"
18359 msgstr ""
18361 #: f/bad.c:494 f/bad.c:526
18362 msgid "[REPORT BUG!!]"
18363 msgstr ""
18365 #: f/com.c:3130
18366 #, no-c-format
18367 msgid "ASSIGN'ed label cannot fit into `%A' at %0 -- using wider sibling"
18368 msgstr ""
18370 #: f/com.c:11549
18371 msgid "no INTEGER type can hold a pointer on this configuration"
18372 msgstr ""
18374 #: f/com.c:11770
18375 #, c-format
18376 msgid "configuration: REAL, INTEGER, and LOGICAL are %d bits wide,"
18377 msgstr ""
18379 #: f/com.c:11772
18380 #, c-format
18381 msgid "and pointers are %d bits wide, but g77 doesn't yet work"
18382 msgstr ""
18384 #: f/com.c:11774
18385 msgid "properly unless they all are 32 bits wide"
18386 msgstr ""
18388 #: f/com.c:11775
18389 msgid "Please keep this in mind before you report bugs."
18390 msgstr ""
18392 #. I/O will probably crash.
18393 #: f/com.c:11783
18394 #, c-format
18395 msgid "configuration: char * holds %d bits, but ftnlen only %d"
18396 msgstr ""
18398 #. ASSIGN 10 TO I will crash.
18399 #: f/com.c:11792
18400 #, c-format
18401 msgid ""
18402 "configuration: char * holds %d bits, but INTEGER only %d --\n"
18403 " ASSIGN statement might fail"
18404 msgstr ""
18406 #: f/com.c:13604
18407 msgid "In statement function"
18408 msgstr ""
18410 #: f/com.c:13614
18411 msgid "Outside of any program unit:\n"
18412 msgstr ""
18414 #: f/com.c:15226
18415 #, no-c-format
18416 msgid "%A from %B at %0%C"
18417 msgstr ""
18419 #: f/com.c:15400
18420 msgid "directory name must immediately follow -I"
18421 msgstr ""
18423 #: f/com.c:15543
18424 #, no-c-format
18425 msgid "At %0, INCLUDE file %A exists, but is not readable"
18426 msgstr ""
18428 #: f/com.c:15578
18429 #, no-c-format
18430 msgid "At %0, INCLUDE nesting too deep"
18431 msgstr ""
18433 #: f/expr.c:9614
18434 #, no-c-format
18435 msgid "Two arithmetic operators in a row at %0 and %1 -- use parentheses"
18436 msgstr ""
18438 #: f/expr.c:9664
18439 #, no-c-format
18440 msgid "Operator at %0 has lower precedence than that at %1 -- use parentheses"
18441 msgstr ""
18443 #: f/expr.c:10525
18444 #, no-c-format
18445 msgid ""
18446 "Use .EQV./.NEQV. instead of .EQ./.NE. at %0 for LOGICAL operands at %1 and %2"
18447 msgstr ""
18449 #: f/expr.c:10896
18450 #, no-c-format
18451 msgid "Unsupported operand for ** at %1 -- converting to default INTEGER"
18452 msgstr ""
18454 #: f/g77spec.c:236
18455 #, c-format
18456 msgid "overflowed output arg list for `%s'"
18457 msgstr ""
18459 #: f/g77spec.c:375
18460 msgid "--driver no longer supported"
18461 msgstr ""
18463 #: f/g77spec.c:388
18464 #, c-format
18465 msgid "argument to `%s' missing"
18466 msgstr ""
18468 #: f/g77spec.c:392
18469 msgid "no input files; unwilling to write output files"
18470 msgstr ""
18472 #: f/implic.c:203
18473 #, no-c-format
18474 msgid "Implicit declaration of `%A' at %0"
18475 msgstr ""
18477 #: f/lex.c:326
18478 #, no-c-format
18479 msgid "Non-ISO-C-standard escape sequence `\\%A' at %0"
18480 msgstr ""
18482 #: f/lex.c:345
18483 #, no-c-format
18484 msgid "Unknown escape sequence `\\%A' at %0"
18485 msgstr ""
18487 #: f/lex.c:354
18488 #, no-c-format
18489 msgid "Unterminated escape sequence `\\' at %0"
18490 msgstr ""
18492 #: f/lex.c:365
18493 #, no-c-format
18494 msgid "Unknown escape sequence `\\' followed by char code 0x%A at %0"
18495 msgstr ""
18497 #: f/lex.c:393
18498 #, no-c-format
18499 msgid "\\x used at %0 with no following hex digits"
18500 msgstr ""
18502 #: f/lex.c:407
18503 #, no-c-format
18504 msgid "Hex escape at %0 out of range"
18505 msgstr ""
18507 #: f/lex.c:441
18508 #, no-c-format
18509 msgid "Escape sequence at %0 out of range for character"
18510 msgstr ""
18512 #: f/lex.c:595
18513 msgid "hex escape out of range"
18514 msgstr ""
18516 #: f/lex.c:648
18517 #, c-format
18518 msgid "non-ANSI-standard escape sequence, `\\%c'"
18519 msgstr ""
18521 #: f/lex.c:661
18522 #, c-format
18523 msgid "non-ISO escape sequence `\\%c'"
18524 msgstr ""
18526 #: f/lex.c:665
18527 #, c-format
18528 msgid "unknown escape sequence `\\%c'"
18529 msgstr ""
18531 #: f/lex.c:667
18532 #, c-format
18533 msgid "unknown escape sequence: `\\' followed by char code 0x%x"
18534 msgstr ""
18536 #: f/lex.c:744
18537 msgid "badly formed directive -- no closing quote"
18538 msgstr ""
18540 #: f/lex.c:802
18541 msgid "#-lines for entering and leaving files don't match"
18542 msgstr ""
18544 #: f/lex.c:964
18545 msgid "bad directive -- missing close-quote"
18546 msgstr ""
18548 #: f/lex.c:1078
18549 #, c-format
18550 msgid "ignoring pragma: %s"
18551 msgstr ""
18553 #: f/lex.c:1156
18554 msgid "invalid #ident"
18555 msgstr ""
18557 #: f/lex.c:1173
18558 msgid "undefined or invalid # directive"
18559 msgstr ""
18561 #: f/lex.c:1229
18562 msgid "invalid #line"
18563 msgstr ""
18565 #: f/lex.c:1285 f/lex.c:1329
18566 msgid "use `#line ...' instead of `# ...' in first line"
18567 msgstr ""
18569 #: f/lex.c:1339
18570 msgid "invalid #-line"
18571 msgstr ""
18573 #: f/lex.c:1432
18574 #, no-c-format
18575 msgid "Null character at %0 -- line ignored"
18576 msgstr ""
18578 #: f/stb.c:12078
18579 #, no-c-format
18580 msgid "INCLUDE at %0 not the only statement on the source line"
18581 msgstr ""
18583 #: f/ste.c:1400 f/ste.c:1747
18584 msgid "ASSIGNed FORMAT specifier is too small"
18585 msgstr ""
18587 #. ~~~Someday handle CHARACTER*1, CHARACTER*N
18588 #: f/ste.c:2624
18589 #, no-c-format
18590 msgid "SELECT CASE on CHARACTER type (at %0) not supported -- sorry"
18591 msgstr ""
18593 #: f/ste.c:2731
18594 msgid "SELECT (at %0) has duplicate cases -- check integer overflow of CASE(s)"
18595 msgstr ""
18597 #: f/ste.c:2961
18598 msgid "ASSIGN to variable that is too small"
18599 msgstr ""
18601 #: f/ste.c:2989
18602 msgid "ASSIGNed GOTO target variable is too small"
18603 msgstr ""
18605 #: f/stu.c:305
18606 #, no-c-format
18607 msgid "Local adjustable symbol `%A' at %0"
18608 msgstr ""
18610 #: f/target.c:2551
18611 msgid "data initializer on host with different endianness"
18612 msgstr ""
18614 #: f/top.c:235
18615 #, c-format
18616 msgid "%s no longer supported -- try -fvxt"
18617 msgstr ""
18619 #: f/top.c:237
18620 #, c-format
18621 msgid "%s no longer supported -- try -fno-vxt -ff90"
18622 msgstr ""
18624 #: f/top.c:305 f/top.c:307
18625 #, c-format
18626 msgid "%s disabled, use normal debugging flags"
18627 msgstr ""
18629 #: f/lang-options.h:33
18630 msgid "Print g77-specific compiler version info, run internal tests"
18631 msgstr ""
18633 #: f/lang-options.h:37
18634 msgid "Program is written in typical FORTRAN 66 dialect"
18635 msgstr ""
18637 #: f/lang-options.h:40
18638 msgid "Program is written in typical Unix f77 dialect"
18639 msgstr ""
18641 #: f/lang-options.h:42
18642 msgid "Program does not use Unix-f77 dialectal features"
18643 msgstr ""
18645 #: f/lang-options.h:44
18646 msgid "Program is written in Fortran-90-ish dialect"
18647 msgstr ""
18649 #: f/lang-options.h:48
18650 msgid ""
18651 "Treat local vars and COMMON blocks as if they were named in SAVE statements"
18652 msgstr ""
18654 #: f/lang-options.h:50
18655 msgid "Allow $ in symbol names"
18656 msgstr ""
18658 #: f/lang-options.h:54
18659 msgid "f2c-compatible code need not be generated"
18660 msgstr ""
18662 #: f/lang-options.h:57
18663 msgid "Unsupported; do not generate libf2c-calling code"
18664 msgstr ""
18666 #: f/lang-options.h:59
18667 msgid "Unsupported; affects code-generation of arrays"
18668 msgstr ""
18670 #: f/lang-options.h:62
18671 msgid "Program is written in Fortran-90-ish free form"
18672 msgstr ""
18674 #: f/lang-options.h:67
18675 msgid "Warn about use of (only a few for now) Fortran extensions"
18676 msgstr ""
18678 #: f/lang-options.h:70
18679 msgid "Program is written in VXT (Digital-like) FORTRAN"
18680 msgstr ""
18682 #: f/lang-options.h:73
18683 msgid "Disallow all ugly features"
18684 msgstr ""
18686 #: f/lang-options.h:76
18687 msgid "Hollerith and typeless constants not passed as arguments"
18688 msgstr ""
18690 #: f/lang-options.h:78
18691 msgid "Allow ordinary copying of ASSIGN'ed vars"
18692 msgstr ""
18694 #: f/lang-options.h:81
18695 msgid "Dummy array dimensioned to (1) is assumed-size"
18696 msgstr ""
18698 #: f/lang-options.h:84
18699 msgid "Trailing comma in procedure call denotes null argument"
18700 msgstr ""
18702 #: f/lang-options.h:87
18703 msgid "Allow REAL(Z) and AIMAG(Z) given DOUBLE COMPLEX Z"
18704 msgstr ""
18706 #: f/lang-options.h:91
18707 msgid "Initialization via DATA and PARAMETER is type-compatible"
18708 msgstr ""
18710 #: f/lang-options.h:93
18711 msgid "Allow INTEGER and LOGICAL interchangeability"
18712 msgstr ""
18714 #: f/lang-options.h:96
18715 msgid "Print internal debugging-related info"
18716 msgstr ""
18718 #: f/lang-options.h:99
18719 msgid "Initialize local vars and arrays to zero"
18720 msgstr ""
18722 #: f/lang-options.h:103
18723 msgid "Backslashes in character/hollerith constants not special (C-style)"
18724 msgstr ""
18726 #: f/lang-options.h:105
18727 msgid "Have front end emulate COMPLEX arithmetic to avoid bugs"
18728 msgstr ""
18730 #: f/lang-options.h:109
18731 msgid "Disable the appending of underscores to externals"
18732 msgstr ""
18734 #: f/lang-options.h:112
18735 msgid "Never append a second underscore to externals"
18736 msgstr ""
18738 #: f/lang-options.h:114
18739 msgid "Intrinsics spelled as e.g. SqRt"
18740 msgstr ""
18742 #: f/lang-options.h:116
18743 msgid "Intrinsics in uppercase"
18744 msgstr ""
18746 #: f/lang-options.h:119
18747 msgid "Intrinsics letters in arbitrary cases"
18748 msgstr ""
18750 #: f/lang-options.h:121
18751 msgid "Language keywords spelled as e.g. IOStat"
18752 msgstr ""
18754 #: f/lang-options.h:123
18755 msgid "Language keywords in uppercase"
18756 msgstr ""
18758 #: f/lang-options.h:126
18759 msgid "Language keyword letters in arbitrary cases"
18760 msgstr ""
18762 #: f/lang-options.h:128
18763 msgid "Internally convert most source to uppercase"
18764 msgstr ""
18766 #: f/lang-options.h:131
18767 msgid "Internally preserve source case"
18768 msgstr ""
18770 #: f/lang-options.h:133
18771 msgid "Symbol names spelled in mixed case"
18772 msgstr ""
18774 #: f/lang-options.h:135
18775 msgid "Symbol names in uppercase"
18776 msgstr ""
18778 #: f/lang-options.h:137
18779 msgid "Symbol names in lowercase"
18780 msgstr ""
18782 #: f/lang-options.h:140
18783 msgid "Program written in uppercase"
18784 msgstr ""
18786 #: f/lang-options.h:142
18787 msgid "Program written in lowercase"
18788 msgstr ""
18790 #: f/lang-options.h:144
18791 msgid "Program written in strict mixed-case"
18792 msgstr ""
18794 #: f/lang-options.h:146
18795 msgid "Compile as if program written in uppercase"
18796 msgstr ""
18798 #: f/lang-options.h:148
18799 msgid "Compile as if program written in lowercase"
18800 msgstr ""
18802 #: f/lang-options.h:150
18803 msgid "Preserve all spelling (case) used in program"
18804 msgstr ""
18806 #: f/lang-options.h:152
18807 msgid "Delete libU77 intrinsics with bad interfaces"
18808 msgstr ""
18810 #: f/lang-options.h:154
18811 msgid "Disable libU77 intrinsics with bad interfaces"
18812 msgstr ""
18814 #: f/lang-options.h:157
18815 msgid "Hide libU77 intrinsics with bad interfaces"
18816 msgstr ""
18818 #: f/lang-options.h:159
18819 msgid "Delete non-FORTRAN-77 intrinsics f2c supports"
18820 msgstr ""
18822 #: f/lang-options.h:161
18823 msgid "Disable non-FORTRAN-77 intrinsics f2c supports"
18824 msgstr ""
18826 #: f/lang-options.h:164
18827 msgid "Hide non-FORTRAN-77 intrinsics f2c supports"
18828 msgstr ""
18830 #: f/lang-options.h:166
18831 msgid "Delete non-FORTRAN-77 intrinsics F90 supports"
18832 msgstr ""
18834 #: f/lang-options.h:168
18835 msgid "Disable non-FORTRAN-77 intrinsics F90 supports"
18836 msgstr ""
18838 #: f/lang-options.h:171
18839 msgid "Hide non-FORTRAN-77 intrinsics F90 supports"
18840 msgstr ""
18842 #: f/lang-options.h:173
18843 msgid "Delete non-FORTRAN-77 intrinsics g77 supports"
18844 msgstr ""
18846 #: f/lang-options.h:175
18847 msgid "Disable non-FORTRAN 77 intrinsics F90 supports"
18848 msgstr ""
18850 #: f/lang-options.h:178
18851 msgid "Hide non-FORTRAN 77 intrinsics F90 supports"
18852 msgstr ""
18854 #: f/lang-options.h:180
18855 msgid "Delete MIL-STD 1753 intrinsics"
18856 msgstr ""
18858 #: f/lang-options.h:182
18859 msgid "Disable MIL-STD 1753 intrinsics"
18860 msgstr ""
18862 #: f/lang-options.h:185
18863 msgid "Hide MIL-STD 1753 intrinsics"
18864 msgstr ""
18866 #: f/lang-options.h:187
18867 msgid "Delete libU77 intrinsics"
18868 msgstr ""
18870 #: f/lang-options.h:189
18871 msgid "Disable libU77 intrinsics"
18872 msgstr ""
18874 #: f/lang-options.h:192
18875 msgid "Hide libU77 intrinsics"
18876 msgstr ""
18878 #: f/lang-options.h:194
18879 msgid "Delete non-FORTRAN-77 intrinsics VXT FORTRAN supports"
18880 msgstr ""
18882 #: f/lang-options.h:196
18883 msgid "Disable non-FORTRAN-77 intrinsics VXT FORTRAN supports"
18884 msgstr ""
18886 #: f/lang-options.h:199
18887 msgid "Hide non-FORTRAN-77 intrinsics VXT FORTRAN supports"
18888 msgstr ""
18890 #: f/lang-options.h:201
18891 msgid "Treat initial values of 0 like non-zero values"
18892 msgstr ""
18894 #: f/lang-options.h:204
18895 msgid ""
18896 "Emit special debugging information for COMMON and EQUIVALENCE (disabled)"
18897 msgstr ""
18899 #: f/lang-options.h:207
18900 msgid "Take at least one trip through each iterative DO loop"
18901 msgstr ""
18903 #: f/lang-options.h:211
18904 msgid "Print names of program units as they are compiled"
18905 msgstr ""
18907 #: f/lang-options.h:214
18908 msgid "Disable fatal diagnostics about inter-procedural problems"
18909 msgstr ""
18911 #: f/lang-options.h:216
18912 msgid "Make prefix-radix non-decimal constants be typeless"
18913 msgstr ""
18915 #: f/lang-options.h:219
18916 msgid "Generate code to check subscript and substring bounds"
18917 msgstr ""
18919 #: f/lang-options.h:222
18920 msgid "Fortran-specific form of -fbounds-check"
18921 msgstr ""
18923 #: f/lang-options.h:226
18924 msgid "Disable warnings about inter-procedural problems"
18925 msgstr ""
18927 #: f/lang-options.h:230
18928 msgid "Warn about constructs with surprising meanings"
18929 msgstr ""
18931 #: f/lang-options.h:235
18932 msgid "Add a directory for INCLUDE searching"
18933 msgstr ""
18935 #: f/lang-options.h:237
18936 msgid "Set the maximum line length"
18937 msgstr ""
18939 #: f/bad.def:39
18940 #, no-c-format
18941 msgid "Missing first operand for binary operator at %0"
18942 msgstr ""
18944 #: f/bad.def:42
18945 #, no-c-format
18946 msgid "Zero-length character constant at %0"
18947 msgstr ""
18949 #: f/bad.def:45
18950 #, no-c-format
18951 msgid "Invalid token at %0 in expression or subexpression at %1"
18952 msgstr ""
18954 #: f/bad.def:48
18955 #, no-c-format
18956 msgid "Missing operand for operator at %1 at end of expression at %0"
18957 msgstr ""
18959 #: f/bad.def:51
18960 #, no-c-format
18961 msgid "Label %A already defined at %1 when redefined at %0"
18962 msgstr ""
18964 #: f/bad.def:54
18965 #, no-c-format
18966 msgid "Unrecognized character at %0 [info -f g77 M LEX]"
18967 msgstr ""
18969 #: f/bad.def:57
18970 #, no-c-format
18971 msgid "Label definition %A at %0 on empty statement (as of %1)"
18972 msgstr ""
18974 #: f/bad.def:65
18975 #, no-c-format
18976 msgid "Invalid first character at %0 [info -f g77 M LEX]"
18977 msgstr ""
18979 #: f/bad.def:68
18980 #, no-c-format
18981 msgid "Line too long as of %0 [info -f g77 M LEX]"
18982 msgstr ""
18984 #: f/bad.def:71
18985 #, no-c-format
18986 msgid "Non-numeric character at %0 in label field [info -f g77 M LEX]"
18987 msgstr ""
18989 #: f/bad.def:74
18990 #, no-c-format
18991 msgid "Label number at %0 not in range 1-99999"
18992 msgstr ""
18994 #: f/bad.def:77
18995 #, no-c-format
18996 msgid "At %0, '!' and '/*' are not valid comment delimiters"
18997 msgstr ""
18999 #: f/bad.def:80
19000 #, no-c-format
19001 msgid ""
19002 "Continuation indicator at %0 must appear in column 6 [info -f g77 M LEX]"
19003 msgstr ""
19005 #: f/bad.def:83
19006 #, no-c-format
19007 msgid ""
19008 "Label at %0 invalid with continuation line indicator at %1 [info -f g77 M "
19009 "LEX]"
19010 msgstr ""
19012 #: f/bad.def:91
19013 #, no-c-format
19014 msgid "Character constant at %0 has no closing apostrophe at %1"
19015 msgstr ""
19017 #: f/bad.def:94
19018 #, no-c-format
19019 msgid ""
19020 "Hollerith constant at %0 specified %A more characters than are present as of "
19021 "%1"
19022 msgstr ""
19024 #: f/bad.def:97
19025 #, no-c-format
19026 msgid "Missing close parenthese at %0 needed to match open parenthese at %1"
19027 msgstr ""
19029 #: f/bad.def:100
19030 #, no-c-format
19031 msgid "Integer at %0 too large"
19032 msgstr ""
19034 #: f/bad.def:123
19035 #, no-c-format
19036 msgid ""
19037 "Period at %0 not followed by digits for floating-point number or by `NOT.', "
19038 "`TRUE.', or `FALSE.'"
19039 msgstr ""
19041 #: f/bad.def:126
19042 #, no-c-format
19043 msgid "Missing close-period between `.%A' at %0 and %1"
19044 msgstr ""
19046 #: f/bad.def:129
19047 #, no-c-format
19048 msgid ""
19049 "Invalid exponent at %0 for real constant at %1; nondigit `%A' in exponent "
19050 "field"
19051 msgstr ""
19053 #: f/bad.def:132
19054 #, no-c-format
19055 msgid "Missing value at %1 for real-number exponent at %0"
19056 msgstr ""
19058 #: f/bad.def:135
19059 #, no-c-format
19060 msgid "Expected binary operator between expressions at %0 and at %1"
19061 msgstr ""
19063 #: f/bad.def:253
19064 #, no-c-format
19065 msgid "Semicolon at %0 is an invalid token"
19066 msgstr ""
19068 #: f/bad.def:271
19069 #, no-c-format
19070 msgid "Extraneous comma in FORMAT statement at %0"
19071 msgstr ""
19073 #: f/bad.def:274
19074 #, no-c-format
19075 msgid "Missing comma in FORMAT statement at %0"
19076 msgstr ""
19078 #: f/bad.def:277
19079 #, no-c-format
19080 msgid "Spurious sign in FORMAT statement at %0"
19081 msgstr ""
19083 #: f/bad.def:280
19084 #, no-c-format
19085 msgid "Spurious number in FORMAT statement at %0"
19086 msgstr ""
19088 #: f/bad.def:283
19089 #, no-c-format
19090 msgid "Spurious text trailing number in FORMAT statement at %0"
19091 msgstr ""
19093 #: f/bad.def:291
19094 #, no-c-format
19095 msgid "Unrecognized FORMAT specifier at %0"
19096 msgstr ""
19098 #: f/bad.def:419
19099 #, no-c-format
19100 msgid "Missing close-parenthese(s) in FORMAT statement at %0"
19101 msgstr ""
19103 #: f/bad.def:422
19104 #, no-c-format
19105 msgid "Missing number following period in FORMAT statement at %0"
19106 msgstr ""
19108 #: f/bad.def:425
19109 #, no-c-format
19110 msgid "Missing number following `E' in FORMAT statement at %0"
19111 msgstr ""
19113 #: f/bad.def:433
19114 #, no-c-format
19115 msgid "Spurious trailing comma preceding terminator at %0"
19116 msgstr ""
19118 #: f/bad.def:436
19119 #, no-c-format
19120 msgid ""
19121 "At %0, specify OPERATOR instead of ASSIGNMENT for INTERFACE statement not "
19122 "specifying the assignment operator (=)"
19123 msgstr ""
19125 #: f/bad.def:439
19126 #, no-c-format
19127 msgid ""
19128 "At %0, specify ASSIGNMENT instead of OPERATOR for INTERFACE statement "
19129 "specifying the assignment operator (=)"
19130 msgstr ""
19132 #: f/bad.def:452
19133 #, no-c-format
19134 msgid ""
19135 "Cannot specify =initialization-expr at %0 unless `::' appears before list of "
19136 "objects"
19137 msgstr ""
19139 #: f/bad.def:455
19140 #, no-c-format
19141 msgid "Reference to label at %1 inconsistent with its definition at %0"
19142 msgstr ""
19144 #: f/bad.def:458
19145 #, no-c-format
19146 msgid "Reference to label at %1 inconsistent with earlier reference at %0"
19147 msgstr ""
19149 #: f/bad.def:461
19150 #, no-c-format
19151 msgid "DO-statement reference to label at %1 follows its definition at %0"
19152 msgstr ""
19154 #: f/bad.def:464
19155 #, no-c-format
19156 msgid "Reference to label at %1 is outside block containing definition at %0"
19157 msgstr ""
19159 #: f/bad.def:467
19160 #, no-c-format
19161 msgid ""
19162 "DO-statement references to label at %0 and %2 separated by unterminated "
19163 "block starting at %1"
19164 msgstr ""
19166 #: f/bad.def:470
19167 #, no-c-format
19168 msgid ""
19169 "DO-statement reference to label at %0 and label definition at %2 separated "
19170 "by unterminated block starting at %1"
19171 msgstr ""
19173 #: f/bad.def:473
19174 #, no-c-format
19175 msgid "Label definition at %0 invalid on this kind of statement"
19176 msgstr ""
19178 #: f/bad.def:476
19179 #, no-c-format
19180 msgid "Statement at %0 invalid in this context"
19181 msgstr ""
19183 #: f/bad.def:479
19184 #, no-c-format
19185 msgid "Statement at %0 invalid in context established by statement at %1"
19186 msgstr ""
19188 #: f/bad.def:482
19189 #, no-c-format
19190 msgid "Statement at %0 must specify construct name specified at %1"
19191 msgstr ""
19193 #: f/bad.def:485
19194 #, no-c-format
19195 msgid "Construct name at %0 superfluous, no construct name specified at %1"
19196 msgstr ""
19198 #: f/bad.def:488
19199 #, no-c-format
19200 msgid "Construct name at %0 not the same as construct name at %1"
19201 msgstr ""
19203 #: f/bad.def:491
19204 #, no-c-format
19205 msgid ""
19206 "Construct name at %0 does not match construct name for any containing DO "
19207 "constructs"
19208 msgstr ""
19210 #: f/bad.def:494
19211 #, no-c-format
19212 msgid "Label definition missing at %0 for DO construct specifying label at %1"
19213 msgstr ""
19215 #: f/bad.def:497
19216 #, no-c-format
19217 msgid "Statement at %0 follows ELSE block for IF construct at %1"
19218 msgstr ""
19220 #: f/bad.def:500
19221 #, no-c-format
19222 msgid "No label definition for FORMAT statement at %0"
19223 msgstr ""
19225 #: f/bad.def:503
19226 #, no-c-format
19227 msgid "Second occurrence of ELSE WHERE at %0 within WHERE at %1"
19228 msgstr ""
19230 #: f/bad.def:506
19231 #, no-c-format
19232 msgid ""
19233 "END statement at %0 missing `%A' keyword required for internal or module "
19234 "procedure(s) bounded by %1"
19235 msgstr ""
19237 #: f/bad.def:509
19238 #, no-c-format
19239 msgid ""
19240 "MODULE PROCEDURE statement at %0 disallowed because INTERFACE at %1 "
19241 "specifies no generic name, operator, or assignment"
19242 msgstr ""
19244 #: f/bad.def:512
19245 #, no-c-format
19246 msgid "BLOCK DATA name at %0 superfluous, no name specified at %1"
19247 msgstr ""
19249 #: f/bad.def:515
19250 #, no-c-format
19251 msgid "Program name at %0 superfluous, no PROGRAM statement specified at %1"
19252 msgstr ""
19254 #: f/bad.def:518
19255 #, no-c-format
19256 msgid "Program unit name at %0 not the same as name at %1"
19257 msgstr ""
19259 #: f/bad.def:521
19260 #, no-c-format
19261 msgid "Type name at %0 not the same as name at %1"
19262 msgstr ""
19264 #: f/bad.def:524
19265 #, no-c-format
19266 msgid "End of source file before end of block started at %0"
19267 msgstr ""
19269 #: f/bad.def:527
19270 #, no-c-format
19271 msgid "Undefined label, first referenced at %0"
19272 msgstr ""
19274 #: f/bad.def:530
19275 #, no-c-format
19276 msgid ""
19277 "SAVE statement or attribute at %1 cannot be specified along with SAVE "
19278 "statement or attribute at %0"
19279 msgstr ""
19281 #: f/bad.def:533
19282 #, no-c-format
19283 msgid ""
19284 "PUBLIC or PRIVATE statement at %1 cannot be specified along with PUBLIC or "
19285 "PRIVATE statement at %0"
19286 msgstr ""
19288 #: f/bad.def:536
19289 #, no-c-format
19290 msgid "RETURN statement at %0 invalid within a main program unit"
19291 msgstr ""
19293 #: f/bad.def:539
19294 #, no-c-format
19295 msgid "Alternate return specifier at %0 invalid within a main program unit"
19296 msgstr ""
19298 #: f/bad.def:542
19299 #, no-c-format
19300 msgid "Alternate return specifier at %0 invalid within a function"
19301 msgstr ""
19303 #: f/bad.def:545
19304 #, no-c-format
19305 msgid ""
19306 "Access specifier or PRIVATE statement at %0 invalid for derived-type "
19307 "definition within other than the specification part of a module"
19308 msgstr ""
19310 #: f/bad.def:548
19311 #, no-c-format
19312 msgid ""
19313 "Access specifier at %0 must immediately follow derived-type statement at %1 "
19314 "with no intervening statements"
19315 msgstr ""
19317 #: f/bad.def:551
19318 #, no-c-format
19319 msgid ""
19320 "No components specified as of %0 for derived-type definition beginning at %1"
19321 msgstr ""
19323 #: f/bad.def:554
19324 #, no-c-format
19325 msgid ""
19326 "No components specified as of %0 for structure definition beginning at %1"
19327 msgstr ""
19329 #: f/bad.def:557
19330 #, no-c-format
19331 msgid "Missing structure name for outer structure definition at %0"
19332 msgstr ""
19334 #: f/bad.def:560
19335 #, no-c-format
19336 msgid ""
19337 "Field names at %0 for outer structure definition -- specify them in a "
19338 "subsequent RECORD statement instead"
19339 msgstr ""
19341 #: f/bad.def:563
19342 #, no-c-format
19343 msgid ""
19344 "Missing field name(s) for structure definition at %0 within structure "
19345 "definition at %1"
19346 msgstr ""
19348 #: f/bad.def:566
19349 #, no-c-format
19350 msgid "No components specified as of %0 for map beginning at %1"
19351 msgstr ""
19353 #: f/bad.def:569
19354 #, no-c-format
19355 msgid ""
19356 "Zero or one maps specified as of %0 for union beginning at %1 -- at least "
19357 "two are required"
19358 msgstr ""
19360 #: f/bad.def:572
19361 #, no-c-format
19362 msgid "Missing %A specifier in statement at %0"
19363 msgstr ""
19365 #: f/bad.def:575
19366 #, no-c-format
19367 msgid "Items in I/O list starting at %0 invalid for namelist-directed I/O"
19368 msgstr ""
19370 #: f/bad.def:578
19371 #, no-c-format
19372 msgid "Conflicting I/O control specifications at %0 and %1"
19373 msgstr ""
19375 #: f/bad.def:581
19376 #, no-c-format
19377 msgid "No UNIT= specifier in I/O control list at %0"
19378 msgstr ""
19380 #: f/bad.def:584
19381 #, no-c-format
19382 msgid ""
19383 "Specification at %0 requires ADVANCE=`NO' specification in same I/O control "
19384 "list"
19385 msgstr ""
19387 #: f/bad.def:587
19388 #, no-c-format
19389 msgid ""
19390 "Specification at %0 requires explicit FMT= specification in same I/O control "
19391 "list"
19392 msgstr ""
19394 #: f/bad.def:595
19395 #, no-c-format
19396 msgid "Second occurrence of CASE DEFAULT at %0 within SELECT CASE at %1"
19397 msgstr ""
19399 #: f/bad.def:598
19400 #, no-c-format
19401 msgid "Duplicate or overlapping case values/ranges at %0 and %1"
19402 msgstr ""
19404 #: f/bad.def:601
19405 #, no-c-format
19406 msgid ""
19407 "Type and/or kind-type parameter disagreement between CASE value or value "
19408 "within range at %0 and SELECT CASE at %1"
19409 msgstr ""
19411 #: f/bad.def:604
19412 #, no-c-format
19413 msgid ""
19414 "Range specification at %0 invalid for CASE statement within logical-type "
19415 "SELECT CASE statement"
19416 msgstr ""
19418 #: f/bad.def:617
19419 #, no-c-format
19420 msgid "Fortran 90 feature at %0 unsupported"
19421 msgstr ""
19423 #: f/bad.def:630
19424 #, no-c-format
19425 msgid ""
19426 "Invalid declaration of or reference to symbol `%A' at %0 [initially seen at %"
19427 "1]"
19428 msgstr ""
19430 #: f/bad.def:638
19431 #, no-c-format
19432 msgid "Null element at %0 for array reference at %1"
19433 msgstr ""
19435 #: f/bad.def:641
19436 #, no-c-format
19437 msgid "Too few elements (%A missing) as of %0 for array reference at %1"
19438 msgstr ""
19440 #: f/bad.def:644
19441 #, no-c-format
19442 msgid "Too many elements as of %0 for array reference at %1"
19443 msgstr ""
19445 #: f/bad.def:647
19446 #, no-c-format
19447 msgid "Missing colon as of %0 in substring reference for %1"
19448 msgstr ""
19450 #: f/bad.def:650
19451 #, no-c-format
19452 msgid "Invalid use at %0 of substring operator on %1"
19453 msgstr ""
19455 #: f/bad.def:653
19456 #, no-c-format
19457 msgid "Substring begin/end point at %0 out of defined range"
19458 msgstr ""
19460 #: f/bad.def:656
19461 #, no-c-format
19462 msgid "Array element value at %0 out of defined range"
19463 msgstr ""
19465 #: f/bad.def:659
19466 #, no-c-format
19467 msgid "Expression at %0 has incorrect data type or rank for its context"
19468 msgstr ""
19470 #: f/bad.def:662
19471 #, no-c-format
19472 msgid "Division by 0 (zero) at %0 (IEEE not yet supported)"
19473 msgstr ""
19475 #: f/bad.def:665
19476 #, no-c-format
19477 msgid "%A step count known to be 0 (zero) at %0"
19478 msgstr ""
19480 #: f/bad.def:668
19481 #, no-c-format
19482 msgid "%A end value plus step count known to overflow at %0"
19483 msgstr ""
19485 #: f/bad.def:671
19486 #, no-c-format
19487 msgid ""
19488 "%A begin, end, and step-count values known to result in implementation-"
19489 "dependent behavior due to overflow(s) in intermediate calculations at %0"
19490 msgstr ""
19492 #: f/bad.def:674
19493 #, no-c-format
19494 msgid ""
19495 "%A begin, end, and step-count values known to result in no iterations at %0"
19496 msgstr ""
19498 #: f/bad.def:677
19499 #, no-c-format
19500 msgid "Type disagreement between expressions at %0 and %1"
19501 msgstr ""
19503 #: f/bad.def:690
19504 #, no-c-format
19505 msgid "No specification for implied-DO iterator `%A' at %0"
19506 msgstr ""
19508 #: f/bad.def:693
19509 #, no-c-format
19510 msgid "Gratuitous parentheses surround implied-DO construct at %0"
19511 msgstr ""
19513 #: f/bad.def:696
19514 #, no-c-format
19515 msgid "Zero-size specification invalid at %0"
19516 msgstr ""
19518 #: f/bad.def:699
19519 #, no-c-format
19520 msgid "Zero-size array at %0"
19521 msgstr ""
19523 #: f/bad.def:702
19524 #, no-c-format
19525 msgid "Target machine does not support complex entity of kind specified at %0"
19526 msgstr ""
19528 #: f/bad.def:705
19529 #, no-c-format
19530 msgid "Target machine does not support DOUBLE COMPLEX, specified at %0"
19531 msgstr ""
19533 #: f/bad.def:708
19534 #, no-c-format
19535 msgid "Attempt to raise constant zero to a power at %0"
19536 msgstr ""
19538 #: f/bad.def:806
19539 #, no-c-format
19540 msgid "Reference to generic intrinsic `%A' at %0 could be to form %B or %C"
19541 msgstr ""
19543 #: f/bad.def:809
19544 #, no-c-format
19545 msgid "Ambiguous use of intrinsic `%A' at %0 [info -f g77 M CMPAMBIG]"
19546 msgstr ""
19548 #: f/bad.def:812
19549 #, no-c-format
19550 msgid "Intrinsic `%A' referenced %Bly at %0, %Cly at %1 [info -f g77 M EXPIMP]"
19551 msgstr ""
19553 #: f/bad.def:815
19554 #, no-c-format
19555 msgid "Same name `%A' used for %B at %0 and %C at %1 [info -f g77 M INTGLOB]"
19556 msgstr ""
19558 #: f/bad.def:818
19559 #, no-c-format
19560 msgid ""
19561 "Explicit type declaration for intrinsic `%A' disagrees with invocation at %0"
19562 msgstr ""
19564 #: f/bad.def:821
19565 #, no-c-format
19566 msgid "Unable to open INCLUDE file `%A' at %0"
19567 msgstr ""
19569 #: f/bad.def:839
19570 #, no-c-format
19571 msgid "Null argument at %0 for statement function reference at %1"
19572 msgstr ""
19574 #: f/bad.def:842
19575 #, no-c-format
19576 msgid "Null argument at %0 for procedure invocation at %1"
19577 msgstr ""
19579 #: f/bad.def:845
19580 #, no-c-format
19581 msgid ""
19582 "%A too few arguments (starting with dummy argument `%B') as of %0 for "
19583 "statement function reference at %1"
19584 msgstr ""
19586 #: f/bad.def:848
19587 #, no-c-format
19588 msgid "%A too many arguments as of %0 for statement function reference at %1"
19589 msgstr ""
19591 #: f/bad.def:851
19592 #, no-c-format
19593 msgid ""
19594 "Array supplied at %1 for dummy argument `%A' in statement function reference "
19595 "at %0"
19596 msgstr ""
19598 #: f/bad.def:854
19599 #, no-c-format
19600 msgid "Unsupported FORMAT specifier at %0"
19601 msgstr ""
19603 #: f/bad.def:857
19604 #, no-c-format
19605 msgid "Variable-expression FORMAT specifier at %0 -- unsupported"
19606 msgstr ""
19608 #: f/bad.def:880
19609 #, no-c-format
19610 msgid "Unsupported VXT statement at %0"
19611 msgstr ""
19613 #: f/bad.def:883
19614 #, no-c-format
19615 msgid "Attempt to specify second initial value for `%A' at %0"
19616 msgstr ""
19618 #: f/bad.def:886
19619 #, no-c-format
19620 msgid "Too few initial values in list of initializers for `%A' at %0"
19621 msgstr ""
19623 #: f/bad.def:889
19624 #, no-c-format
19625 msgid "Too many initial values in list of initializers starting at %0"
19626 msgstr ""
19628 #: f/bad.def:892
19629 #, no-c-format
19630 msgid ""
19631 "Array or substring specification for `%A' out of range in statement at %0"
19632 msgstr ""
19634 #: f/bad.def:895
19635 #, no-c-format
19636 msgid ""
19637 "Array subscript #%B out of range for initialization of `%A' in statement at %"
19639 msgstr ""
19641 #: f/bad.def:898
19642 #, no-c-format
19643 msgid ""
19644 "Implied do-loop step count of 0 (zero) for iteration variable `%A' in "
19645 "statement at %0"
19646 msgstr ""
19648 #: f/bad.def:901
19649 #, no-c-format
19650 msgid ""
19651 "Implied do-loop iteration count of 0 (zero) for iteration variable `%A' in "
19652 "statement at %0"
19653 msgstr ""
19655 #: f/bad.def:904
19656 #, no-c-format
19657 msgid ""
19658 "Not an integer constant expression in implied do-loop in statement at %0"
19659 msgstr ""
19661 #: f/bad.def:907
19662 #, no-c-format
19663 msgid "Attempt to specify second initial value for element of `%A' at %0"
19664 msgstr ""
19666 #: f/bad.def:910
19667 #, no-c-format
19668 msgid "Attempt to EQUIVALENCE common areas `%A' and `%B' at %0"
19669 msgstr ""
19671 #: f/bad.def:913
19672 #, no-c-format
19673 msgid ""
19674 "Can't place `%A' as directed by EQUIVALENCE due to alignment restrictions"
19675 msgstr ""
19677 #: f/bad.def:916
19678 #, no-c-format
19679 msgid ""
19680 "Mismatched EQUIVALENCE requirements for placement of `%A' at both %C and %D "
19681 "bytes offset from `%B'"
19682 msgstr ""
19684 #: f/bad.def:919
19685 #, no-c-format
19686 msgid ""
19687 "Array or substring specification for `%A' out of range in EQUIVALENCE "
19688 "statement"
19689 msgstr ""
19691 #: f/bad.def:922
19692 #, no-c-format
19693 msgid "Substring of non-CHARACTER entity `%A' in EQUIVALENCE statement"
19694 msgstr ""
19696 #: f/bad.def:925
19697 #, no-c-format
19698 msgid "Array reference to scalar variable `%A' in EQUIVALENCE statement"
19699 msgstr ""
19701 #: f/bad.def:928
19702 #, no-c-format
19703 msgid "Array subscript #%B out of range for EQUIVALENCE of `%A'"
19704 msgstr ""
19706 #: f/bad.def:936
19707 #, no-c-format
19708 msgid ""
19709 "Attempt to extend COMMON area beyond its starting point via EQUIVALENCE of `%"
19710 "A'"
19711 msgstr ""
19713 #: f/bad.def:939
19714 #, no-c-format
19715 msgid "Too few elements in reference to array `%A' in EQUIVALENCE statement"
19716 msgstr ""
19718 #: f/bad.def:942
19719 #, no-c-format
19720 msgid "Too many elements in reference to array `%A' in EQUIVALENCE statement"
19721 msgstr ""
19723 #: f/bad.def:945
19724 #, no-c-format
19725 msgid ""
19726 "Mixed CHARACTER and non-CHARACTER types via COMMON/EQUIVALENCE -- for "
19727 "example, `%A' and `%B'"
19728 msgstr ""
19730 #: f/bad.def:958
19731 #, no-c-format
19732 msgid "Return value `%A' for FUNCTION at %0 not referenced in subprogram"
19733 msgstr ""
19735 #: f/bad.def:976
19736 #, no-c-format
19737 msgid ""
19738 "Common block `%A' is SAVEd, explicitly or implicitly, at %0 but not SAVEd at "
19739 "%1"
19740 msgstr ""
19742 #: f/bad.def:979
19743 #, no-c-format
19744 msgid "Common block `%A' is %B %D in length at %0 but %C %E at %1"
19745 msgstr ""
19747 #: f/bad.def:987
19748 #, no-c-format
19749 msgid "Blank common initialized at %0"
19750 msgstr ""
19752 #: f/bad.def:990
19753 #, no-c-format
19754 msgid ""
19755 "Intrinsic `%A' is passed as actual argument at %0 but not explicitly "
19756 "declared INTRINSIC"
19757 msgstr ""
19759 #: f/bad.def:993
19760 #, no-c-format
19761 msgid ""
19762 "External procedure `%A' is passed as actual argument at %0 but not "
19763 "explicitly declared EXTERNAL"
19764 msgstr ""
19766 #: f/bad.def:996
19767 #, no-c-format
19768 msgid "Character `%A' (for example) is upper-case in symbol name at %0"
19769 msgstr ""
19771 #: f/bad.def:999
19772 #, no-c-format
19773 msgid "Character `%A' (for example) is lower-case in symbol name at %0"
19774 msgstr ""
19776 #: f/bad.def:1002
19777 #, no-c-format
19778 msgid ""
19779 "Character `%A' not followed at some point by lower-case character in symbol "
19780 "name at %0"
19781 msgstr ""
19783 #: f/bad.def:1005
19784 #, no-c-format
19785 msgid "Initial character `%A' is lower-case in symbol name at %0"
19786 msgstr ""
19788 #: f/bad.def:1013
19789 #, no-c-format
19790 msgid ""
19791 "NAMELIST not adequately supported by run-time library for source files with "
19792 "case preserved"
19793 msgstr ""
19795 #: f/bad.def:1016
19796 #, no-c-format
19797 msgid "Nested %% construct (%%VAL, %%REF, or %%DESCR) at %0"
19798 msgstr ""
19800 #: f/bad.def:1034
19801 #, no-c-format
19802 msgid "Statement at %0 invalid in BLOCK DATA program unit at %1"
19803 msgstr ""
19805 #: f/bad.def:1037
19806 #, no-c-format
19807 msgid "Truncating characters on right side of character constant at %0"
19808 msgstr ""
19810 #: f/bad.def:1040
19811 #, no-c-format
19812 msgid "Truncating characters on right side of hollerith constant at %0"
19813 msgstr ""
19815 #: f/bad.def:1043
19816 #, no-c-format
19817 msgid "Truncating non-zero data on left side of numeric constant at %0"
19818 msgstr ""
19820 #: f/bad.def:1046
19821 #, no-c-format
19822 msgid "Truncating non-zero data on left side of typeless constant at %0"
19823 msgstr ""
19825 #: f/bad.def:1049
19826 #, no-c-format
19827 msgid "Typeless constant at %0 too large"
19828 msgstr ""
19830 #: f/bad.def:1052
19831 #, no-c-format
19832 msgid "First-column ampersand continuation at %0"
19833 msgstr ""
19835 #: f/bad.def:1055 f/bad.def:1058
19836 #, no-c-format
19837 msgid ""
19838 "Global name `%A' defined at %0 already defined at %1 [info -f g77 M GLOBALS]"
19839 msgstr ""
19841 #: f/bad.def:1061 f/bad.def:1064
19842 #, no-c-format
19843 msgid "Global name `%A' is %B at %0 but is %C at %1 [info -f g77 M GLOBALS]"
19844 msgstr ""
19846 #: f/bad.def:1067 f/bad.def:1070
19847 #, no-c-format
19848 msgid "Global name `%A' at %0 has different type at %1 [info -f g77 M GLOBALS]"
19849 msgstr ""
19851 #: f/bad.def:1073
19852 #, no-c-format
19853 msgid ""
19854 "Too %B arguments passed to `%A' at %0 versus definition at %1 [info -f g77 M "
19855 "GLOBALS]"
19856 msgstr ""
19858 #: f/bad.def:1076
19859 #, no-c-format
19860 msgid ""
19861 "Too %B arguments for `%A' at %0 versus invocation at %1 [info -f g77 M "
19862 "GLOBALS]"
19863 msgstr ""
19865 #: f/bad.def:1079 f/bad.def:1082
19866 #, no-c-format
19867 msgid ""
19868 "Argument #%B of `%A' is %C at %0 but is %D at %1 [info -f g77 M GLOBALS]"
19869 msgstr ""
19871 #: f/bad.def:1085
19872 #, no-c-format
19873 msgid "Array `%A' at %0 is too large to handle"
19874 msgstr ""
19876 #: f/bad.def:1088
19877 #, no-c-format
19878 msgid "Statement function `%A' defined at %0 is not used"
19879 msgstr ""
19881 #: f/bad.def:1091
19882 #, no-c-format
19883 msgid ""
19884 "Intrinsic `%A', invoked at %0, known to be non-Y2K-compliant [info -f g77 M "
19885 "Y2KBAD]"
19886 msgstr ""
19888 #: f/bad.def:1094
19889 #, no-c-format
19890 msgid "Internal compiler error -- cannot perform operation"
19891 msgstr ""
19893 #. Kind messages are used in diagnostic location reports of the
19894 #. form "<file>: In function `foo': <error message>".
19895 #: f/info-k.def:32
19896 msgid "In unknown kind"
19897 msgstr ""
19899 #: f/info-k.def:33
19900 msgid "In entity"
19901 msgstr ""
19903 #: f/info-k.def:34
19904 msgid "In function"
19905 msgstr ""
19907 #: f/info-k.def:35
19908 msgid "In subroutine"
19909 msgstr ""
19911 #: f/info-k.def:36
19912 msgid "In program"
19913 msgstr ""
19915 #: f/info-k.def:37
19916 msgid "In block-data unit"
19917 msgstr ""
19919 #: f/info-k.def:38
19920 msgid "In common block"
19921 msgstr ""
19923 #: f/info-k.def:39
19924 msgid "In construct"
19925 msgstr ""
19927 #: f/info-k.def:40
19928 msgid "In namelist"
19929 msgstr ""
19931 #: f/info-k.def:41
19932 msgid "In anything"
19933 msgstr ""
19935 #: java/check-init.c:908
19936 #, c-format
19937 msgid "internal error in check-init: tree code not implemented: %s"
19938 msgstr ""
19940 #: java/check-init.c:980
19941 #, c-format
19942 msgid "final field '%s' may not have been initialized"
19943 msgstr ""
19945 #: java/class.c:516 java/class.c:540
19946 msgid "internal error - too many interface type"
19947 msgstr ""
19949 #: java/class.c:640
19950 msgid "bad method signature"
19951 msgstr ""
19953 #: java/class.c:684
19954 msgid "misplaced ConstantValue attribute (not in any field)"
19955 msgstr ""
19957 #: java/class.c:686
19958 #, c-format
19959 msgid "duplicate ConstantValue attribute for field '%s'"
19960 msgstr ""
19962 #: java/class.c:697
19963 #, c-format
19964 msgid "ConstantValue attribute of field '%s' has wrong type"
19965 msgstr ""
19967 #: java/class.c:960
19968 #, c-format
19969 msgid "field '%s' not found in class"
19970 msgstr ""
19972 #: java/class.c:1218
19973 msgid "abstract method in non-abstract class"
19974 msgstr ""
19976 #: java/class.c:1933
19977 #, c-format
19978 msgid "non-static method '%s' overrides static method"
19979 msgstr ""
19981 #: java/decl.c:1072
19982 #, c-format
19983 msgid "declaration of `%s' shadows a parameter"
19984 msgstr ""
19986 #: java/decl.c:1075
19987 #, c-format
19988 msgid "declaration of `%s' shadows a symbol from the parameter list"
19989 msgstr ""
19991 #: java/decl.c:1502
19992 #, c-format
19993 msgid "In %s: overlapped variable and exception ranges at %d"
19994 msgstr ""
19996 #: java/decl.c:1579
19997 msgid "bad type in parameter debug info"
19998 msgstr ""
20000 #: java/decl.c:1589
20001 #, c-format
20002 msgid "bad PC range for debug info for local `%s'"
20003 msgstr ""
20005 #: java/expr.c:520
20006 msgid "stack underflow - dup* operation"
20007 msgstr ""
20009 #: java/expr.c:1472
20010 #, c-format
20011 msgid ""
20012 "reference `%s' is ambiguous: appears in interface `%s' and interface `%s'"
20013 msgstr ""
20015 #: java/expr.c:1500
20016 #, c-format
20017 msgid "field `%s' not found"
20018 msgstr ""
20020 #: java/expr.c:1639
20021 msgid "ret instruction not implemented"
20022 msgstr ""
20024 #: java/expr.c:1781
20025 #, c-format
20026 msgid "method '%s' not found in class"
20027 msgstr ""
20029 #: java/expr.c:1977
20030 #, c-format
20031 msgid "failed to find class '%s'"
20032 msgstr ""
20034 #: java/expr.c:1987
20035 #, c-format
20036 msgid "class '%s' has no method named '%s' matching signature '%s'"
20037 msgstr ""
20039 #: java/expr.c:1997
20040 msgid "invokestatic on non static method"
20041 msgstr ""
20043 #: java/expr.c:2002
20044 msgid "invokestatic on abstract method"
20045 msgstr ""
20047 #: java/expr.c:2010
20048 msgid "invoke[non-static] on static method"
20049 msgstr ""
20051 #: java/expr.c:2309
20052 #, c-format
20053 msgid "missing field '%s' in '%s'"
20054 msgstr ""
20056 #: java/expr.c:2315
20057 #, c-format
20058 msgid "mismatching signature for field '%s' in '%s'"
20059 msgstr ""
20061 #: java/expr.c:2338
20062 #, c-format
20063 msgid "assignment to final field `%s' not in field's class"
20064 msgstr ""
20066 #: java/expr.c:2343
20067 #, c-format
20068 msgid "assignment to final static field `%s' not in class initializer"
20069 msgstr ""
20071 #: java/expr.c:2350
20072 #, c-format
20073 msgid "assignment to final field `%s' not in constructor"
20074 msgstr ""
20076 #: java/expr.c:2591
20077 #, c-format
20078 msgid "can't expand %s"
20079 msgstr ""
20081 #: java/expr.c:2763
20082 msgid "invalid PC in line number table"
20083 msgstr ""
20085 #. We've just reached the end of a region of dead code.
20086 #: java/expr.c:2808
20087 #, c-format
20088 msgid "unreachable bytecode from %d to before %d"
20089 msgstr ""
20091 #. We've just reached the end of a region of dead code.
20092 #: java/expr.c:2845
20093 #, c-format
20094 msgid "unreachable bytecode from %d to the end of the method"
20095 msgstr ""
20097 #. duplicate code from LOAD macro
20098 #: java/expr.c:3159
20099 msgid "unrecogized wide sub-instruction"
20100 msgstr ""
20102 #: java/jcf-io.c:533
20103 #, c-format
20104 msgid ""
20105 "source file for class `%s' is newer than its matching class file.  Source "
20106 "file `%s' used instead"
20107 msgstr ""
20109 #: java/jcf-parse.c:333
20110 msgid "bad string constant"
20111 msgstr ""
20113 #: java/jcf-parse.c:351
20114 #, c-format
20115 msgid "bad value constant type %d, index %d"
20116 msgstr ""
20118 #: java/jcf-parse.c:516
20119 #, c-format
20120 msgid "can't reopen %s"
20121 msgstr ""
20123 #: java/jcf-parse.c:521
20124 #, c-format
20125 msgid "can't close %s"
20126 msgstr ""
20128 #: java/jcf-parse.c:605
20129 #, c-format
20130 msgid "cannot find file for class %s"
20131 msgstr ""
20133 #: java/jcf-parse.c:616
20134 msgid "not a valid Java .class file"
20135 msgstr ""
20137 #: java/jcf-parse.c:619
20138 msgid "error while parsing constant pool"
20139 msgstr ""
20141 #: java/jcf-parse.c:622
20142 #, c-format
20143 msgid "error in constant pool entry #%d\n"
20144 msgstr ""
20146 #. FIXME - where was first time
20147 #: java/jcf-parse.c:634
20148 #, c-format
20149 msgid "reading class %s for the second time from %s"
20150 msgstr ""
20152 #: java/jcf-parse.c:652
20153 msgid "error while parsing fields"
20154 msgstr ""
20156 #: java/jcf-parse.c:655
20157 msgid "error while parsing methods"
20158 msgstr ""
20160 #: java/jcf-parse.c:658
20161 msgid "error while parsing final attributes"
20162 msgstr ""
20164 #: java/jcf-parse.c:672
20165 #, c-format
20166 msgid ""
20167 "the `java.lang.Object' that was found in `%s' didn't have the special zero-"
20168 "length `gnu.gcj.gcj-compiled' attribute.  This generally means that your "
20169 "classpath is incorrectly set.  Use `info gcj \"Input Options\"' to see the "
20170 "info page describing how to set the classpath"
20171 msgstr ""
20173 #: java/jcf-parse.c:759
20174 msgid "missing Code attribute"
20175 msgstr ""
20177 #: java/jcf-parse.c:991
20178 msgid "source file seen twice on command line and will be compiled only once"
20179 msgstr ""
20181 #: java/jcf-parse.c:1007
20182 msgid "no input file specified"
20183 msgstr ""
20185 #: java/jcf-parse.c:1036
20186 #, c-format
20187 msgid "can't close input file %s"
20188 msgstr ""
20190 #: java/jcf-parse.c:1074
20191 #, c-format
20192 msgid "bad zip/jar file %s"
20193 msgstr ""
20195 #: java/jcf-parse.c:1243
20196 #, c-format
20197 msgid "error while reading %s from zip file"
20198 msgstr ""
20200 #: java/jcf-write.c:2554
20201 #, c-format
20202 msgid ""
20203 "internal error in generate_bytecode_insn - tree code not implemented: %s"
20204 msgstr ""
20206 #: java/jcf-write.c:2887
20207 msgid "field initializer type mismatch"
20208 msgstr ""
20210 #: java/jcf-write.c:3335
20211 #, c-format
20212 msgid "can't create directory %s"
20213 msgstr ""
20215 #: java/jcf-write.c:3388
20216 #, c-format
20217 msgid "can't create %s"
20218 msgstr ""
20220 #: java/jv-scan.c:189
20221 msgid "only one of `--print-main', `--list-class', and `--complexity' allowed"
20222 msgstr ""
20224 #: java/jv-scan.c:192
20225 #, c-format
20226 msgid "can't open output file `%s'"
20227 msgstr ""
20229 #: java/jv-scan.c:226
20230 #, c-format
20231 msgid "file not found `%s'"
20232 msgstr ""
20234 #: java/jvspec.c:422
20235 msgid "can't specify `-D' without `--main'\n"
20236 msgstr ""
20238 #: java/jvspec.c:425
20239 #, c-format
20240 msgid "`%s' is not a valid class name"
20241 msgstr ""
20243 #: java/jvspec.c:431
20244 msgid "--resource requires -o"
20245 msgstr ""
20247 #: java/jvspec.c:438
20248 msgid "warning: already-compiled .class files ignored with -C"
20249 msgstr ""
20251 #: java/jvspec.c:445
20252 msgid "cannot specify both -C and -o"
20253 msgstr ""
20255 #: java/jvspec.c:457
20256 msgid "cannot create temporary file"
20257 msgstr ""
20259 #: java/jvspec.c:485
20260 msgid "using both @FILE with multiple files not implemented"
20261 msgstr ""
20263 #: java/jvspec.c:534
20264 msgid "cannot specify `main' class when not linking"
20265 msgstr ""
20267 #: java/lang.c:780
20268 msgid "can't do dependency tracking with input from stdin"
20269 msgstr ""
20271 #: java/lang.c:796
20272 msgid "couldn't determine target name for dependency tracking"
20273 msgstr ""
20275 #: java/lex.c:303
20276 #, c-format
20277 msgid ""
20278 "unknown encoding: `%s'\n"
20279 "This might mean that your locale's encoding is not supported\n"
20280 "by your system's iconv(3) implementation.  If you aren't trying\n"
20281 "to use a particular encoding for your input file, try the\n"
20282 "`--encoding=UTF-8' option"
20283 msgstr ""
20285 #: java/mangle.c:86
20286 #, c-format
20287 msgid "can't mangle %s"
20288 msgstr ""
20290 #: java/mangle_name.c:140 java/mangle_name.c:210
20291 msgid "internal error - invalid Utf8 name"
20292 msgstr ""
20294 #: /home/zack/src/gcc/vanilla/gcc/java/parse-scan.y:882
20295 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:945
20296 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1286
20297 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1347
20298 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1557
20299 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1779
20300 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1788
20301 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1799
20302 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1810
20303 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1822
20304 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1837
20305 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1854
20306 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1856
20307 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1928
20308 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2099
20309 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2161
20310 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2313
20311 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2325
20312 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2332
20313 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2339
20314 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2350
20315 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2352
20316 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2390
20317 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2392
20318 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2394
20319 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2415
20320 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2417
20321 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2419
20322 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2435
20323 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2437
20324 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2458
20325 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2460
20326 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2462
20327 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2490
20328 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2492
20329 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2494
20330 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2496
20331 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2514
20332 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2516
20333 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2527
20334 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2538
20335 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2549
20336 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2560
20337 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2571
20338 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2584
20339 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2588
20340 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2590
20341 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2603
20342 msgid "Missing term"
20343 msgstr ""
20345 #: /home/zack/src/gcc/vanilla/gcc/java/parse-scan.y:884
20346 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:717
20347 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:755
20348 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:780
20349 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:966
20350 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1321
20351 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1533
20352 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1535
20353 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1764
20354 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1790
20355 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1801
20356 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1812
20357 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1824
20358 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1839
20359 msgid "';' expected"
20360 msgstr ""
20362 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:715
20363 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:753
20364 msgid "Missing name"
20365 msgstr ""
20367 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:778
20368 msgid "'*' expected"
20369 msgstr ""
20371 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:792
20372 msgid "Class or interface declaration expected"
20373 msgstr ""
20375 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:829
20376 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:831
20377 msgid "Missing class name"
20378 msgstr ""
20380 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:834
20381 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:838
20382 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:846
20383 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1006
20384 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1267
20385 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1269
20386 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1599
20387 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1850
20388 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1882
20389 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1935
20390 msgid "'{' expected"
20391 msgstr ""
20393 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:848
20394 msgid "Missing super class name"
20395 msgstr ""
20397 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:858
20398 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:874
20399 msgid "Missing interface name"
20400 msgstr ""
20402 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:960
20403 msgid "Missing variable initializer"
20404 msgstr ""
20406 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:977
20407 msgid "Invalid declaration"
20408 msgstr ""
20410 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:980
20411 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1065
20412 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2136
20413 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2158
20414 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2162
20415 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2197
20416 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2274
20417 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2284
20418 msgid "']' expected"
20419 msgstr ""
20421 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:984
20422 msgid "Unbalanced ']'"
20423 msgstr ""
20425 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1020
20426 msgid "Invalid method declaration, method name required"
20427 msgstr ""
20429 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1025
20430 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1030
20431 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1035
20432 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2019
20433 msgid "Identifier expected"
20434 msgstr ""
20436 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1040
20437 msgid "Invalid method declaration, return type required"
20438 msgstr ""
20440 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1063
20441 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1513
20442 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1520
20443 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1529
20444 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1531
20445 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1559
20446 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1667
20447 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1964
20448 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2017
20449 msgid "')' expected"
20450 msgstr ""
20452 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1079
20453 msgid "Missing formal parameter term"
20454 msgstr ""
20456 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1094
20457 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1099
20458 msgid "Missing identifier"
20459 msgstr ""
20461 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1119
20462 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1128
20463 msgid "Missing class type term"
20464 msgstr ""
20466 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1284
20467 msgid "Invalid interface type"
20468 msgstr ""
20470 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1477
20471 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1646
20472 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1648
20473 msgid "':' expected"
20474 msgstr ""
20476 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1499
20477 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1504
20478 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1509
20479 msgid "Invalid expression statement"
20480 msgstr ""
20482 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1527
20483 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1555
20484 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1595
20485 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1663
20486 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1731
20487 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1852
20488 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1921
20489 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2011
20490 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2013
20491 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2021
20492 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2257
20493 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2259
20494 msgid "'(' expected"
20495 msgstr ""
20497 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1597
20498 msgid "Missing term or ')'"
20499 msgstr ""
20501 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1644
20502 msgid "Missing or invalid constant expression"
20503 msgstr ""
20505 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1665
20506 msgid "Missing term and ')' expected"
20507 msgstr ""
20509 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1704
20510 msgid "Invalid control expression"
20511 msgstr ""
20513 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1706
20514 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1708
20515 msgid "Invalid update expression"
20516 msgstr ""
20518 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1733
20519 msgid "Invalid init statement"
20520 msgstr ""
20522 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1924
20523 msgid "Missing term or ')' expected"
20524 msgstr ""
20526 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1966
20527 msgid "'class' or 'this' expected"
20528 msgstr ""
20530 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1968
20531 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:1970
20532 msgid "'class' expected"
20533 msgstr ""
20535 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2015
20536 msgid "')' or term expected"
20537 msgstr ""
20539 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2134
20540 msgid "'[' expected"
20541 msgstr ""
20543 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2212
20544 msgid "Field expected"
20545 msgstr ""
20547 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2269
20548 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2279
20549 msgid "Missing term and ']' expected"
20550 msgstr ""
20552 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2383
20553 msgid "']' expected, invalid type expression"
20554 msgstr ""
20556 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2386
20557 msgid "Invalid type expression"
20558 msgstr ""
20560 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2498
20561 msgid "Invalid reference type"
20562 msgstr ""
20564 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2965
20565 msgid "Constructor invocation must be first thing in a constructor"
20566 msgstr ""
20568 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2967
20569 msgid "Only constructors can invoke constructors"
20570 msgstr ""
20572 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:2975
20573 #, c-format
20574 msgid ": `%s' JDK1.1(TM) feature"
20575 msgstr ""
20577 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:3034
20578 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:3036
20579 #, c-format
20580 msgid ""
20581 "%s.\n"
20582 "%s"
20583 msgstr ""
20585 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:6766
20586 #, c-format
20587 msgid "malformed .zip archive in CLASSPATH: %s"
20588 msgstr ""
20590 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:6837
20591 #, c-format
20592 msgid ""
20593 "Can't find default package `%s'. Check the CLASSPATH environment variable "
20594 "and the access to the archives"
20595 msgstr ""
20597 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:12171
20598 #, c-format
20599 msgid "missing static field `%s'"
20600 msgstr ""
20602 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:12176
20603 #, c-format
20604 msgid "not a static field `%s'"
20605 msgstr ""
20607 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:12219
20608 #, c-format
20609 msgid "No case for %s"
20610 msgstr ""
20612 #: /home/zack/src/gcc/vanilla/gcc/java/parse.y:13150
20613 #, c-format
20614 msgid "unregistered operator %s"
20615 msgstr ""
20617 #: java/typeck.c:530
20618 msgid "junk at end of signature string"
20619 msgstr ""
20621 #: java/verify.c:471
20622 msgid "bad pc in exception_table"
20623 msgstr ""
20625 #: java/verify.c:477
20626 msgid "exception handler inside code that is being protected"
20627 msgstr ""
20629 #: java/verify.c:1387
20630 #, c-format
20631 msgid "unknown opcode %d@pc=%d during verification"
20632 msgstr ""
20634 #: java/verify.c:1457 java/verify.c:1470 java/verify.c:1474
20635 #, c-format
20636 msgid "verification error at PC=%d"
20637 msgstr ""
20639 #: java/lang-options.h:33
20640 msgid "Disable automatic array bounds checking"
20641 msgstr ""
20643 #: java/lang-options.h:35
20644 msgid "Disable assignability checks for stores into object arrays"
20645 msgstr ""
20647 #: java/lang-options.h:37
20648 msgid "Assume native functions are implemented using JNI"
20649 msgstr ""
20651 #: java/lang-options.h:39
20652 msgid "Replace system path"
20653 msgstr ""
20655 #: java/lang-options.h:41
20656 msgid "Set class path"
20657 msgstr ""
20659 #: java/lang-options.h:43
20660 msgid "Set class path (deprecated: use --classpath instead)"
20661 msgstr ""
20663 #: java/lang-options.h:45
20664 msgid "Choose class whose main method should be used"
20665 msgstr ""
20667 #: java/lang-options.h:47
20668 msgid "Choose input encoding (default comes from locale)"
20669 msgstr ""
20671 #: java/lang-options.h:49
20672 msgid "Add directory to class path"
20673 msgstr ""
20675 #: java/lang-options.h:51
20676 msgid "Directory where class files should be written"
20677 msgstr ""
20679 #: java/lang-options.h:53
20680 msgid "Warn if modifiers are specified when not necessary"
20681 msgstr ""
20683 #: java/lang-options.h:55
20684 msgid "Warn if deprecated empty statements are found"
20685 msgstr ""
20687 #: java/lang-options.h:57
20688 msgid "Warn if .class files are out of date"
20689 msgstr ""
20691 #: java/lang-options.h:59
20692 msgid "Warn if deprecated class, method, or field is used"
20693 msgstr ""
20695 #: java/lang-options.h:61
20696 msgid "Always check for non gcj generated classes archives"
20697 msgstr ""
20699 #: java/lang-options.h:63
20700 msgid "Never optimize static class initialization code"
20701 msgstr ""
20703 #: java/lang-options.h:65
20704 msgid "Use offset tables for virtual method calls"
20705 msgstr ""
20707 #: objc/objc-act.c:655
20708 #, c-format
20709 msgid "object does not conform to the `%s' protocol"
20710 msgstr ""
20712 #: objc/objc-act.c:741 objc/objc-act.c:814
20713 #, c-format
20714 msgid "class `%s' does not implement the `%s' protocol"
20715 msgstr ""
20717 #: objc/objc-act.c:918
20718 #, c-format
20719 msgid "`%s' cannot be statically allocated"
20720 msgstr ""
20722 #: objc/objc-act.c:967
20723 #, c-format
20724 msgid "unexpected type for `id' (%s)"
20725 msgstr ""
20727 #: objc/objc-act.c:972
20728 msgid "undefined type `id', please import <objc/objc.h>"
20729 msgstr ""
20731 #: objc/objc-act.c:1023
20732 #, c-format
20733 msgid "protocol `%s' has circular dependency"
20734 msgstr ""
20736 #: objc/objc-act.c:1045 objc/objc-act.c:5329
20737 #, c-format
20738 msgid "cannot find protocol declaration for `%s'"
20739 msgstr ""
20741 #: objc/objc-act.c:1293 objc/objc-act.c:5905 objc/objc-act.c:6223
20742 #: objc/objc-act.c:6272 objc/objc-act.c:6308 objc-parse.y:1802
20743 #, c-format
20744 msgid "cannot find interface declaration for `%s'"
20745 msgstr ""
20747 #: objc/objc-act.c:1332
20748 #, c-format
20749 msgid "cannot find reference tag for class `%s'"
20750 msgstr ""
20752 #: objc/objc-act.c:2054
20753 #, c-format
20754 msgid "creating selector for non existant method %s"
20755 msgstr ""
20757 #: objc/objc-act.c:2369
20758 #, c-format
20759 msgid "cannot find class `%s'"
20760 msgstr ""
20762 #: objc/objc-act.c:2371
20763 #, c-format
20764 msgid "class `%s' already exists"
20765 msgstr ""
20767 #. fatal did not work with 2 args...should fix
20768 #: objc/objc-act.c:2478
20769 #, c-format
20770 msgid "cannot find interface declaration for `%s', superclass of `%s'"
20771 msgstr ""
20773 #: objc/objc-act.c:2485
20774 #, c-format
20775 msgid "circular inheritance in interface declaration for `%s'"
20776 msgstr ""
20778 #: objc/objc-act.c:3571 objc/objc-act.c:3588
20779 msgid "inconsistent instance variable specification"
20780 msgstr ""
20782 #: objc/objc-act.c:4608
20783 msgid "can not use an object as parameter to a method\n"
20784 msgstr ""
20786 #: objc/objc-act.c:4808
20787 #, c-format
20788 msgid "multiple declarations for method `%s'"
20789 msgstr ""
20791 #: objc/objc-act.c:4974
20792 #, c-format
20793 msgid "invalid receiver type `%s'"
20794 msgstr ""
20796 #: objc/objc-act.c:5005 objc/objc-act.c:5031 objc/objc-act.c:5079
20797 #, c-format
20798 msgid "`%s' does not respond to `%s'"
20799 msgstr ""
20801 #: objc/objc-act.c:5011 objc/objc-act.c:7346
20802 #, c-format
20803 msgid "no super class declared in interface for `%s'"
20804 msgstr ""
20806 #: objc/objc-act.c:5109
20807 msgid "cannot find class (factory) method"
20808 msgstr ""
20810 #: objc/objc-act.c:5110 objc/objc-act.c:5154
20811 #, c-format
20812 msgid "return type for `%s' defaults to id"
20813 msgstr ""
20815 #: objc/objc-act.c:5127
20816 #, c-format
20817 msgid "method `%s' not implemented by protocol"
20818 msgstr ""
20820 #: objc/objc-act.c:5136
20821 msgid "return type defaults to id"
20822 msgstr ""
20824 #: objc/objc-act.c:5153
20825 msgid "cannot find method"
20826 msgstr ""
20828 #: objc/objc-act.c:5427
20829 #, c-format
20830 msgid "undeclared selector `%s'"
20831 msgstr ""
20833 #. Historically, a class method that produced objects (factory
20834 #. method) would assign `self' to the instance that it
20835 #. allocated.  This would effectively turn the class method into
20836 #. an instance method.  Following this assignment, the instance
20837 #. variables could be accessed.  That practice, while safe,
20838 #. violates the simple rule that a class method should not refer
20839 #. to an instance variable.  It's better to catch the cases
20840 #. where this is done unknowingly than to support the above
20841 #. paradigm.
20842 #: objc/objc-act.c:5471
20843 #, c-format
20844 msgid "instance variable `%s' accessed in class method"
20845 msgstr ""
20847 #: objc/objc-act.c:5706
20848 #, c-format
20849 msgid "duplicate definition of class method `%s'"
20850 msgstr ""
20852 #: objc/objc-act.c:5712
20853 #, c-format
20854 msgid "duplicate declaration of class method `%s'"
20855 msgstr ""
20857 #: objc/objc-act.c:5748
20858 #, c-format
20859 msgid "duplicate definition of instance method `%s'"
20860 msgstr ""
20862 #: objc/objc-act.c:5754
20863 #, c-format
20864 msgid "duplicate declaration of instance method `%s'"
20865 msgstr ""
20867 #: objc/objc-act.c:5794
20868 #, c-format
20869 msgid "duplicate interface declaration for category `%s(%s)'"
20870 msgstr ""
20872 #: objc/objc-act.c:5880
20873 #, c-format
20874 msgid "instance variable `%s' is declared private"
20875 msgstr ""
20877 #: objc/objc-act.c:5927
20878 #, c-format
20879 msgid "instance variable `%s' is declared %s"
20880 msgstr ""
20882 #: objc/objc-act.c:5937
20883 msgid "static access to object of type `id'"
20884 msgstr ""
20886 #: objc/objc-act.c:5962 objc/objc-act.c:6055
20887 #, c-format
20888 msgid "incomplete implementation of class `%s'"
20889 msgstr ""
20891 #: objc/objc-act.c:5966 objc/objc-act.c:6060
20892 #, c-format
20893 msgid "incomplete implementation of category `%s'"
20894 msgstr ""
20896 #: objc/objc-act.c:5971 objc/objc-act.c:6065
20897 #, c-format
20898 msgid "method definition for `%c%s' not found"
20899 msgstr ""
20901 #: objc/objc-act.c:6109
20902 #, c-format
20903 msgid "%s `%s' does not fully implement the `%s' protocol"
20904 msgstr ""
20906 #: objc/objc-act.c:6167 objc/objc-act.c:8277
20907 msgid "`@end' missing in implementation context"
20908 msgstr ""
20910 #: objc/objc-act.c:6195
20911 #, c-format
20912 msgid "reimplementation of class `%s'"
20913 msgstr ""
20915 #: objc/objc-act.c:6237
20916 #, c-format
20917 msgid "conflicting super class name `%s'"
20918 msgstr ""
20920 #: objc/objc-act.c:6252
20921 #, c-format
20922 msgid "duplicate interface declaration for class `%s'"
20923 msgstr ""
20925 #: objc/objc-act.c:6534
20926 #, c-format
20927 msgid "duplicate declaration for protocol `%s'"
20928 msgstr ""
20930 #: objc/objc-act.c:7391
20931 msgid "[super ...] must appear in a method context"
20932 msgstr ""
20934 #: objc/objc-act.c:8382 objc/objc-act.c:8398
20935 #, c-format
20936 msgid "potential selector conflict for method `%s'"
20937 msgstr ""
20939 #: objc-parse.y:2658
20940 msgid "`@end' must appear in an implementation context"
20941 msgstr ""
20943 #: objc-parse.y:2934
20944 msgid "method definition not in class context"
20945 msgstr ""
20947 #: objc/lang-options.h:27
20948 msgid "Dump decls to a .decl file"
20949 msgstr ""
20951 #: objc/lang-options.h:29
20952 msgid "Generate code for GNU runtime environment"
20953 msgstr ""
20955 #: objc/lang-options.h:32
20956 msgid "Generate code for NeXT runtime environment"
20957 msgstr ""
20959 #: objc/lang-options.h:35
20960 msgid "Warn if a selector has multiple methods"
20961 msgstr ""
20963 #: objc/lang-options.h:39
20964 msgid "Do not warn if inherited methods are unimplemented"
20965 msgstr ""
20967 #: objc/lang-options.h:41
20968 msgid "Generate C header of platform specific features"
20969 msgstr ""
20971 #: objc/lang-options.h:43
20972 msgid "Specify the name of the class for constant strings"
20973 msgstr ""
20975 #. This is the contribution to the `lang_options' array in gcc.c for
20976 #. treelang.
20977 #: treelang/lang-options.h:26
20978 msgid "(debug) trace parsing process"
20979 msgstr ""
20981 #: treelang/lang-options.h:27
20982 msgid "(debug) trace lexical analysis"
20983 msgstr ""
20985 #: java/jvspec.c:80 gcc.c:762 ada/lang-specs.h:35
20986 msgid "-pg and -fomit-frame-pointer are incompatible"
20987 msgstr ""
20989 #: config/rs6000/darwin.h:96
20990 msgid " conflicting code gen style switches are used"
20991 msgstr ""
20993 #: config/sparc/sol2-bi.h:168 config/sparc/sol2-bi.h:178
20994 #: config/sparc/netbsd-elf.h:155 config/sparc/netbsd-elf.h:174
20995 #: config/sparc/linux64.h:197 config/sparc/linux64.h:208
20996 msgid "may not use both -m32 and -m64"
20997 msgstr ""
20999 #: config/mips/r3900.h:35
21000 msgid "-mhard-float not supported"
21001 msgstr ""
21003 #: config/mips/r3900.h:37
21004 msgid "-msingle-float and -msoft-float can not both be specified"
21005 msgstr ""
21007 #: java/lang-specs.h:34
21008 msgid "-fjni and -femit-class-files are incompatible"
21009 msgstr ""
21011 #: java/lang-specs.h:35
21012 msgid "-fjni and -femit-class-file are incompatible"
21013 msgstr ""
21015 #: java/lang-specs.h:36 java/lang-specs.h:37
21016 msgid "-femit-class-file should used along with -fsyntax-only"
21017 msgstr ""
21019 #: config/vax/vax.h:50 config/vax/vax.h:51
21020 msgid "profiling not supported with -mg\n"
21021 msgstr ""
21023 #: config/vax/netbsd-elf.h:42
21024 msgid "The -shared option is not currently supported for VAX ELF."
21025 msgstr ""
21027 #: objc/lang-specs.h:31 objc/lang-specs.h:46
21028 msgid "GNU Objective C no longer supports traditional compilation"
21029 msgstr ""
21031 #: config/darwin.h:213
21032 msgid "-current_version only allowed with -dynamiclib"
21033 msgstr ""
21035 #: config/darwin.h:216
21036 msgid "-install_name only allowed with -dynamiclib"
21037 msgstr ""
21039 #: config/darwin.h:221
21040 msgid "-bundle not allowed with -dynamiclib"
21041 msgstr ""
21043 #: config/darwin.h:222
21044 msgid "-bundle_loader not allowed with -dynamiclib"
21045 msgstr ""
21047 #: config/darwin.h:223
21048 msgid "-client_name not allowed with -dynamiclib"
21049 msgstr ""
21051 #: config/darwin.h:226
21052 msgid "-force_cpusubtype_ALL not allowed with -dynamiclib"
21053 msgstr ""
21055 #: config/darwin.h:227
21056 msgid "-force_flat_namespace not allowed with -dynamiclib"
21057 msgstr ""
21059 #: config/darwin.h:229
21060 msgid "-keep_private_externs not allowed with -dynamiclib"
21061 msgstr ""
21063 #: config/darwin.h:230
21064 msgid "-private_bundle not allowed with -dynamiclib"
21065 msgstr ""
21067 #: config/arm/arm.h:188
21068 msgid "-mapcs-26 and -mapcs-32 may not be used together"
21069 msgstr ""
21071 #: config/arm/arm.h:190
21072 msgid "-msoft-float and -mhard_float may not be used together"
21073 msgstr ""
21075 #: config/arm/arm.h:192
21076 msgid "-mbig-endian and -mlittle-endian may not be used together"
21077 msgstr ""
21079 #: config/arc/arc.h:63 config/mips/mips.h:1177
21080 msgid "may not use both -EB and -EL"
21081 msgstr ""
21083 #: config/i386/cygwin.h:29
21084 msgid "mno-cygwin and mno-win32 are not compatible"
21085 msgstr ""
21087 #: config/i386/cygwin.h:70 config/i386/mingw32.h:57
21088 msgid "shared and mdll are not compatible"
21089 msgstr ""
21091 #: config/i386/freebsd-aout.h:205
21092 msgid "`-p' not supported; use `-pg' and gprof(1)"
21093 msgstr ""
21095 #: gcc.c:737
21096 msgid "GCC does not support -C or -CC without -E"
21097 msgstr ""
21099 #: gcc.c:889
21100 msgid "GNU C no longer supports -traditional without -E"
21101 msgstr ""
21103 #: gcc.c:897
21104 msgid "-E required when input is from standard input"
21105 msgstr ""
21107 #: f/lang-specs.h:38
21108 msgid "GCC does not support -C without using -E"
21109 msgstr ""
21111 #: f/lang-specs.h:39
21112 msgid "GCC does not support -CC without using -E"
21113 msgstr ""
21115 #: config/i386/sco5.h:581 config/i386/sco5.h:662
21116 msgid "-static not valid with -mcoff"
21117 msgstr ""
21119 #: config/i386/sco5.h:582 config/i386/sco5.h:663
21120 msgid "-shared not valid with -mcoff"
21121 msgstr ""
21123 #: config/i386/sco5.h:583 config/i386/sco5.h:664
21124 msgid "-symbolic not valid with -mcoff"
21125 msgstr ""
21127 #: config/i386/sco5.h:632
21128 msgid "-fpic is not valid with -mcoff"
21129 msgstr ""
21131 #: config/i386/sco5.h:633
21132 msgid "-fPIC is not valid with -mcoff"
21133 msgstr ""
21135 #: config/i386/sco5.h:665
21136 msgid "-fpic not valid with -mcoff"
21137 msgstr ""
21139 #: config/i386/sco5.h:666
21140 msgid "-fPIC not valid with -mcoff"
21141 msgstr ""
21143 #: config/dsp16xx/dsp16xx.h:99 config/dsp16xx/dsp16xx.h:108
21144 msgid "a -ifile option requires a -map option"
21145 msgstr ""
21147 #: treelang/lang-specs.h:52
21148 msgid "-pg or -p and -fomit-frame-pointer are incompatible"
21149 msgstr ""
21151 #: config/mcore/mcore.h:71
21152 msgid "the m210 does not have little endian support"
21153 msgstr ""
21155 #: config/mips/mips.h:982
21156 msgid "-pipe is not supported"
21157 msgstr ""
21159 #: ada/lang-specs.h:37
21160 msgid "one of -c, -S, -gnatc, -gnatz, or -gnats is required for Ada"
21161 msgstr ""