Missed one in last change.
[official-gcc.git] / gcc / po / de.po
blob4bd8a8d848519524b4e9dd644b42cc0ab4807cdf
1 # German translation of gcc messages.
2 # Copyright © 2002, 2003 Free Software Foundation, Inc.
3 # Karl Eichwalder <ke@suse.de>, 2002, 2003.
4 # This file is distributed under the same license as the gcc package.
6 # Wer möchte an dieser Übersetzung arbeiten?  Bitte bei de@li.org melden!
8 msgid ""
9 msgstr ""
10 "Project-Id-Version: gcc 3.3-b20021230\n"
11 "POT-Creation-Date: 2002-12-30 18:56+0000\n"
12 "PO-Revision-Date: 2003-01-06 20:10+0100\n"
13 "Last-Translator: Karl Eichwalder <ke@suse.de>\n"
14 "Language-Team: German <de@li.org>\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
19 #: attribs.c:185
20 #, c-format
21 msgid "`%s' attribute directive ignored"
22 msgstr "Attribut-Anweisung »%s« wird ignoriert"
24 #: attribs.c:193
25 #, c-format
26 msgid "wrong number of arguments specified for `%s' attribute"
27 msgstr "falsche Anzahl an Argumenten für das Attribut »%s« angegeben"
29 #: attribs.c:210
30 #, c-format
31 msgid "`%s' attribute does not apply to types"
32 msgstr ""
34 #: attribs.c:247
35 #, c-format
36 msgid "`%s' attribute only applies to function types"
37 msgstr ""
39 #: attribs.c:404 c-common.c:5253 c-common.c:5275 c-common.c:5297
40 #: c-common.c:5328 c-common.c:5350 c-common.c:5375 c-common.c:5398
41 #: c-common.c:5428 c-common.c:5466 c-common.c:5513 c-common.c:5543
42 #: c-common.c:5573 c-common.c:5596 c-common.c:5853 c-common.c:5875
43 #: c-common.c:5918 c-common.c:5995 c-common.c:6051 c-common.c:6112
44 #: c-common.c:6146 c-common.c:6500 config/arm/arm.c:2098 config/arm/arm.c:2125
45 #: config/avr/avr.c:4774 config/h8300/h8300.c:3649 config/h8300/h8300.c:3674
46 #: config/i386/i386.c:1396 config/i386/winnt.c:76
47 #, c-format
48 msgid "`%s' attribute ignored"
49 msgstr "Attribut »%s« wird ignoriert"
51 #: builtins.c:285
52 msgid "offset outside bounds of constant string"
53 msgstr ""
55 #: builtins.c:765
56 msgid "second arg to `__builtin_prefetch' must be a constant"
57 msgstr ""
59 #: builtins.c:772
60 msgid "invalid second arg to __builtin_prefetch; using zero"
61 msgstr ""
63 #: builtins.c:779
64 msgid "third arg to `__builtin_prefetch' must be a constant"
65 msgstr ""
67 #: builtins.c:786
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:2864
79 msgid "__builtin_saveregs not supported by this target"
80 msgstr ""
82 #: builtins.c:2906
83 msgid "argument of `__builtin_args_info' must be constant"
84 msgstr ""
86 #: builtins.c:2912
87 msgid "argument of `__builtin_args_info' out of range"
88 msgstr ""
90 #: builtins.c:2918
91 msgid "missing argument in `__builtin_args_info'"
92 msgstr ""
94 #: builtins.c:2949
95 msgid "`va_start' used in function with fixed args"
96 msgstr ""
98 #: builtins.c:2968
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:2973
105 msgid "`__builtin_next_arg' called without an argument"
106 msgstr ""
108 #: builtins.c:3059
109 msgid "too many arguments to function `va_start'"
110 msgstr ""
112 #: builtins.c:3161
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:3193
120 #, c-format
121 msgid "`%s' is promoted to `%s' when passed through `...'"
122 msgstr ""
124 #: builtins.c:3198
125 #, c-format
126 msgid "(so you should pass `%s' not `%s' to `va_arg')"
127 msgstr ""
129 #: builtins.c:3329
130 msgid "invalid arg to `__builtin_frame_address'"
131 msgstr ""
133 #: builtins.c:3331
134 msgid "invalid arg to `__builtin_return_address'"
135 msgstr ""
137 #: builtins.c:3345
138 msgid "unsupported arg to `__builtin_frame_address'"
139 msgstr ""
141 #: builtins.c:3347
142 msgid "unsupported arg to `__builtin_return_address'"
143 msgstr ""
145 #: builtins.c:3515
146 msgid "second arg to `__builtin_expect' must be a constant"
147 msgstr ""
149 #: builtins.c:4010
150 msgid "__builtin_longjmp second argument must be 1"
151 msgstr ""
153 #. just do library call, if unknown builtin
154 #: builtins.c:4074 c-common.c:4437
155 #, c-format
156 msgid "built-in function `%s' not currently supported"
157 msgstr ""
159 #: builtins.c:4147
160 msgid "target format does not support infinity"
161 msgstr ""
163 #: c-common.c:1163
164 #, c-format
165 msgid "`%s' is not defined outside of function scope"
166 msgstr ""
168 #: c-common.c:1184
169 #, c-format
170 msgid "string length `%d' is greater than the length `%d' ISO C%d compilers are required to support"
171 msgstr ""
173 #: c-common.c:1242
174 msgid "concatenation of string literals with __FUNCTION__ is deprecated"
175 msgstr ""
177 #: c-common.c:1338
178 msgid "overflow in constant expression"
179 msgstr ""
181 #: c-common.c:1359
182 msgid "integer overflow in expression"
183 msgstr ""
185 #: c-common.c:1368
186 msgid "floating point overflow in expression"
187 msgstr ""
189 #: c-common.c:1374
190 msgid "vector overflow in expression"
191 msgstr ""
193 #. This detects cases like converting -129 or 256 to unsigned char.
194 #: c-common.c:1397
195 msgid "large integer implicitly truncated to unsigned type"
196 msgstr ""
198 #: c-common.c:1399
199 msgid "negative integer implicitly converted to unsigned type"
200 msgstr ""
202 #: c-common.c:1447
203 msgid "overflow in implicit constant conversion"
204 msgstr ""
206 #: c-common.c:1595
207 #, c-format
208 msgid "operation on `%s' may be undefined"
209 msgstr ""
211 #: c-common.c:1886
212 msgid "expression statement has incomplete type"
213 msgstr ""
215 #: c-common.c:1919
216 msgid "case label does not reduce to an integer constant"
217 msgstr ""
219 #: c-common.c:2223
220 msgid "invalid truth-value expression"
221 msgstr ""
223 #: c-common.c:2274
224 #, c-format
225 msgid "invalid operands to binary %s"
226 msgstr ""
228 #: c-common.c:2508
229 msgid "comparison is always false due to limited range of data type"
230 msgstr ""
232 #: c-common.c:2510
233 msgid "comparison is always true due to limited range of data type"
234 msgstr ""
236 #: c-common.c:2580
237 msgid "comparison of unsigned expression >= 0 is always true"
238 msgstr ""
240 #: c-common.c:2589
241 msgid "comparison of unsigned expression < 0 is always false"
242 msgstr ""
244 #: c-common.c:2636
245 msgid "pointer of type `void *' used in arithmetic"
246 msgstr ""
248 #: c-common.c:2642
249 msgid "pointer to a function used in arithmetic"
250 msgstr ""
252 #: c-common.c:2648
253 msgid "pointer to member function used in arithmetic"
254 msgstr ""
256 #: c-common.c:2654
257 msgid "pointer to a member used in arithmetic"
258 msgstr ""
260 #: c-common.c:2741 f/com.c:14690
261 msgid "struct type value used where scalar is required"
262 msgstr ""
264 #: c-common.c:2745 f/com.c:14694
265 msgid "union type value used where scalar is required"
266 msgstr ""
268 #: c-common.c:2749 f/com.c:14698
269 msgid "array type value used where scalar is required"
270 msgstr ""
272 #: c-common.c:2869 f/com.c:14831
273 msgid "suggest parentheses around assignment used as truth value"
274 msgstr ""
276 #: c-common.c:2913 c-common.c:2945
277 msgid "invalid use of `restrict'"
278 msgstr ""
280 #: c-common.c:3059
281 msgid "invalid application of `sizeof' to a function type"
282 msgstr ""
284 #: c-common.c:3069
285 #, c-format
286 msgid "invalid application of `%s' to a void type"
287 msgstr ""
289 #: c-common.c:3075
290 #, c-format
291 msgid "invalid application of `%s' to an incomplete type"
292 msgstr ""
294 #: c-common.c:3116
295 msgid "`__alignof' applied to a bit-field"
296 msgstr ""
298 #: c-common.c:3596
299 #, c-format
300 msgid "cannot disable built-in function `%s'"
301 msgstr ""
303 #: c-common.c:3765 c-typeck.c:1734
304 #, c-format
305 msgid "too few arguments to function `%s'"
306 msgstr ""
308 #: c-common.c:3771 c-typeck.c:1587
309 #, c-format
310 msgid "too many arguments to function `%s'"
311 msgstr ""
313 #: c-common.c:3790
314 #, c-format
315 msgid "non-floating-point argument to function `%s'"
316 msgstr ""
318 #: c-common.c:4059
319 msgid "pointers are not permitted as case values"
320 msgstr ""
322 #: c-common.c:4065
323 msgid "ISO C++ forbids range expressions in switch statements"
324 msgstr ""
326 #: c-common.c:4067
327 msgid "ISO C forbids range expressions in switch statements"
328 msgstr ""
330 #: c-common.c:4097
331 msgid "empty range specified"
332 msgstr ""
334 #: c-common.c:4148
335 msgid "duplicate (or overlapping) case value"
336 msgstr ""
338 #: c-common.c:4150
339 msgid "this is the first entry overlapping that value"
340 msgstr ""
342 #: c-common.c:4154
343 msgid "duplicate case value"
344 msgstr ""
346 #: c-common.c:4155
347 msgid "previously used here"
348 msgstr ""
350 #: c-common.c:4159
351 msgid "multiple default labels in one switch"
352 msgstr ""
354 #: c-common.c:4160
355 msgid "this is the first default label"
356 msgstr ""
358 #: c-common.c:4188
359 msgid "ISO C++ forbids taking the address of a label"
360 msgstr ""
362 #: c-common.c:4190
363 msgid "ISO C forbids taking the address of a label"
364 msgstr ""
366 #: c-common.c:5213
367 #, c-format
368 msgid "declaration of `%s' shadows %s"
369 msgstr ""
371 #: c-common.c:5629
372 #, c-format
373 msgid "unknown machine mode `%s'"
374 msgstr ""
376 #: c-common.c:5632
377 #, c-format
378 msgid "no data type for mode `%s'"
379 msgstr ""
381 #: c-common.c:5641 c-common.c:6242
382 #, c-format
383 msgid "unable to emulate '%s'"
384 msgstr ""
386 #: c-common.c:5677
387 msgid "section attribute cannot be specified for local variables"
388 msgstr ""
390 #: c-common.c:5688
391 #, c-format
392 msgid "section of `%s' conflicts with previous declaration"
393 msgstr ""
395 #: c-common.c:5697
396 #, c-format
397 msgid "section attribute not allowed for `%s'"
398 msgstr ""
400 #: c-common.c:5704
401 msgid "section attributes are not supported for this target"
402 msgstr ""
404 #: c-common.c:5746
405 msgid "requested alignment is not a constant"
406 msgstr ""
408 #: c-common.c:5751
409 msgid "requested alignment is not a power of 2"
410 msgstr ""
412 #: c-common.c:5756
413 msgid "requested alignment is too large"
414 msgstr ""
416 #: c-common.c:5783
417 #, c-format
418 msgid "alignment may not be specified for `%s'"
419 msgstr ""
421 #: c-common.c:5828
422 #, c-format
423 msgid "`%s' defined both normally and as an alias"
424 msgstr ""
426 #: c-common.c:5838
427 msgid "alias arg not a string"
428 msgstr ""
430 #: c-common.c:5885
431 msgid "visibility arg not a string"
432 msgstr ""
434 #: c-common.c:5894
435 msgid "visibility arg must be one of \"default\", \"hidden\", \"protected\" or \"internal\""
436 msgstr ""
438 #: c-common.c:5928
439 msgid "tls_model arg not a string"
440 msgstr ""
442 #: c-common.c:5937
443 msgid "tls_model arg must be one of \"local-exec\", \"initial-exec\", \"local-dynamic\" or \"global-dynamic\""
444 msgstr ""
446 #: c-common.c:5962 c-common.c:6018
447 #, c-format
448 msgid "`%s' attribute applies only to functions"
449 msgstr ""
451 #: c-common.c:5969 c-common.c:6025
452 #, c-format
453 msgid "can't set `%s' attribute after definition"
454 msgstr ""
456 #: c-common.c:6109
457 #, c-format
458 msgid "`%s' attribute ignored for `%s'"
459 msgstr ""
461 #: c-common.c:6174
462 #, c-format
463 msgid "invalid vector type for attribute `%s'"
464 msgstr ""
466 #: c-common.c:6198 c-common.c:6230
467 msgid "no vector mode with the size and type specified could be found"
468 msgstr ""
470 #: c-common.c:6329
471 msgid "nonnull attribute without arguments on a non-prototype"
472 msgstr ""
474 #: c-common.c:6344
475 #, c-format
476 msgid "nonnull argument has invalid operand number (arg %lu)"
477 msgstr ""
479 #: c-common.c:6363
480 #, c-format
481 msgid "nonnull argument with out-of-range operand number (arg %lu, operand %lu)"
482 msgstr ""
484 #: c-common.c:6371
485 #, c-format
486 msgid "nonnull argument references non-pointer operand (arg %lu, operand %lu)"
487 msgstr ""
489 #: c-common.c:6457
490 #, c-format
491 msgid "null argument where non-null required (arg %lu)"
492 msgstr ""
494 #: c-convert.c:80 c-typeck.c:988 c-typeck.c:4045 cp/typeck.c:1617
495 #: cp/typeck.c:5855
496 msgid "void value not ignored as it ought to be"
497 msgstr ""
499 #: c-convert.c:112 java/typeck.c:150
500 msgid "conversion to non-scalar type requested"
501 msgstr ""
503 #: c-decl.c:336
504 #, c-format
505 msgid "array `%s' assumed to have one element"
506 msgstr ""
508 #: c-decl.c:522
509 #, c-format
510 msgid "`struct %s' incomplete in scope ending here"
511 msgstr ""
513 #: c-decl.c:525
514 #, c-format
515 msgid "`union %s' incomplete in scope ending here"
516 msgstr ""
518 #: c-decl.c:528
519 #, c-format
520 msgid "`enum %s' incomplete in scope ending here"
521 msgstr ""
523 #: c-decl.c:642 c-decl.c:767 java/decl.c:1399
524 #, c-format
525 msgid "label `%s' used but not defined"
526 msgstr ""
528 #: c-decl.c:648 c-decl.c:774 java/decl.c:1405
529 #, c-format
530 msgid "label `%s' defined but not used"
531 msgstr ""
533 #: c-decl.c:889 cp/decl.c:3058
534 #, c-format
535 msgid "function `%s' redeclared as inline"
536 msgstr ""
538 #: c-decl.c:891 cp/decl.c:3060
539 #, c-format
540 msgid "previous declaration of function `%s' with attribute noinline"
541 msgstr ""
543 #: c-decl.c:898 cp/decl.c:3067
544 #, c-format
545 msgid "function `%s' redeclared with attribute noinline"
546 msgstr ""
548 #: c-decl.c:900 cp/decl.c:3069
549 #, c-format
550 msgid "previous declaration of function `%s' was inline"
551 msgstr ""
553 #: c-decl.c:929 c-decl.c:975
554 #, c-format
555 msgid "shadowing built-in function `%s'"
556 msgstr ""
558 #: c-decl.c:931
559 #, c-format
560 msgid "shadowing library function `%s'"
561 msgstr ""
563 #: c-decl.c:937
564 #, c-format
565 msgid "library function `%s' declared as non-function"
566 msgstr ""
568 #: c-decl.c:941 c-decl.c:944
569 #, c-format
570 msgid "built-in function `%s' declared as non-function"
571 msgstr ""
573 #: c-decl.c:948 objc/objc-act.c:2384 objc/objc-act.c:6154
574 #, c-format
575 msgid "`%s' redeclared as different kind of symbol"
576 msgstr ""
578 #: c-decl.c:949 c-decl.c:1140 c-decl.c:1147 c-decl.c:1154 c-decl.c:1299
579 #: objc/objc-act.c:2386 objc/objc-act.c:6156 objc/objc-act.c:6211
580 #, c-format
581 msgid "previous declaration of `%s'"
582 msgstr ""
584 #. If types don't match for a built-in, throw away the built-in.
585 #: c-decl.c:1044
586 #, c-format
587 msgid "conflicting types for built-in function `%s'"
588 msgstr ""
590 #: c-decl.c:1087 c-decl.c:1106
591 #, c-format
592 msgid "conflicting types for `%s'"
593 msgstr ""
595 #: c-decl.c:1129
596 msgid "a parameter list with an ellipsis can't match an empty parameter name list declaration"
597 msgstr ""
599 #: c-decl.c:1135
600 msgid "an argument type that has a default promotion can't match an empty parameter name list declaration"
601 msgstr ""
603 #: c-decl.c:1146
604 #, c-format
605 msgid "thread-local declaration of `%s' follows non thread-local declaration"
606 msgstr ""
608 #: c-decl.c:1153
609 #, c-format
610 msgid "non thread-local declaration of `%s' follows thread-local declaration"
611 msgstr ""
613 #: c-decl.c:1164 c-decl.c:1187
614 #, c-format
615 msgid "redefinition of `%s'"
616 msgstr ""
618 #: c-decl.c:1167
619 #, c-format
620 msgid "redeclaration of `%s'"
621 msgstr ""
623 #: c-decl.c:1170
624 #, c-format
625 msgid "conflicting declarations of `%s'"
626 msgstr ""
628 #: c-decl.c:1214
629 #, c-format
630 msgid "prototype for `%s' follows"
631 msgstr ""
633 #: c-decl.c:1215 c-decl.c:1223 c-decl.c:1234
634 msgid "non-prototype definition here"
635 msgstr ""
637 #: c-decl.c:1222
638 #, c-format
639 msgid "prototype for `%s' follows and number of arguments doesn't match"
640 msgstr ""
642 #: c-decl.c:1232
643 #, c-format
644 msgid "prototype for `%s' follows and argument %d doesn't match"
645 msgstr ""
647 #: c-decl.c:1250
648 #, c-format
649 msgid "`%s' declared inline after being called"
650 msgstr ""
652 #: c-decl.c:1256
653 #, c-format
654 msgid "`%s' declared inline after its definition"
655 msgstr ""
657 #: c-decl.c:1263
658 #, c-format
659 msgid "static declaration for `%s' follows non-static"
660 msgstr ""
662 #: c-decl.c:1271
663 #, c-format
664 msgid "non-static declaration for `%s' follows static"
665 msgstr ""
667 #: c-decl.c:1278
668 #, c-format
669 msgid "const declaration for `%s' follows non-const"
670 msgstr ""
672 #: c-decl.c:1285
673 #, c-format
674 msgid "type qualifiers for `%s' conflict with previous decl"
675 msgstr ""
677 #: c-decl.c:1298
678 #, c-format
679 msgid "redundant redeclaration of `%s' in same scope"
680 msgstr ""
682 #: c-decl.c:1599 java/decl.c:1098
683 #, c-format
684 msgid "declaration of `%s' shadows a parameter"
685 msgstr ""
687 #: c-decl.c:1602 java/decl.c:1101
688 #, c-format
689 msgid "declaration of `%s' shadows a symbol from the parameter list"
690 msgstr ""
692 #: c-decl.c:1623 cp/decl.c:4176
693 msgid "a parameter"
694 msgstr ""
696 #: c-decl.c:1625 cp/decl.c:4193
697 msgid "a previous local"
698 msgstr ""
700 #. XXX shadow warnings in outer-more namespaces
701 #: c-decl.c:1629 cp/decl.c:4197
702 msgid "a global declaration"
703 msgstr ""
705 #: c-decl.c:1673
706 #, c-format
707 msgid "nested extern declaration of `%s'"
708 msgstr ""
710 #: c-decl.c:1692 java/decl.c:1051
711 #, c-format
712 msgid "`%s' used prior to declaration"
713 msgstr ""
715 #: c-decl.c:1706 c-decl.c:1881
716 #, c-format
717 msgid "`%s' was declared implicitly `extern' and later `static'"
718 msgstr ""
720 #: c-decl.c:1809 cp/decl.c:4035
721 msgid "type mismatch with previous external decl"
722 msgstr ""
724 #: c-decl.c:1810
725 #, c-format
726 msgid "previous external decl of `%s'"
727 msgstr ""
729 #: c-decl.c:1823
730 msgid "type mismatch with previous implicit declaration"
731 msgstr ""
733 #: c-decl.c:1825
734 #, c-format
735 msgid "previous implicit declaration of `%s'"
736 msgstr ""
738 #: c-decl.c:1860
739 #, c-format
740 msgid "`%s' was previously implicitly declared to return `int'"
741 msgstr ""
743 #: c-decl.c:1885
744 #, c-format
745 msgid "`%s' was declared `extern' and later `static'"
746 msgstr ""
748 #: c-decl.c:1909
749 #, c-format
750 msgid "extern declaration of `%s' doesn't match global one"
751 msgstr ""
753 #: c-decl.c:1951
754 #, c-format
755 msgid "`%s' locally external but globally static"
756 msgstr ""
758 #: c-decl.c:2073
759 #, c-format
760 msgid "function `%s' was previously declared within a block"
761 msgstr ""
763 #: c-decl.c:2093 c-decl.c:2095
764 #, c-format
765 msgid "implicit declaration of function `%s'"
766 msgstr ""
768 #: c-decl.c:2174
769 #, c-format
770 msgid "label %s referenced outside of any function"
771 msgstr ""
773 #: c-decl.c:2231
774 #, c-format
775 msgid "duplicate label declaration `%s'"
776 msgstr ""
778 #: c-decl.c:2234
779 msgid "this is a previous declaration"
780 msgstr ""
782 #: c-decl.c:2657
783 msgid "unnamed struct/union that defines no instances"
784 msgstr ""
786 #: c-decl.c:2676
787 msgid "useless keyword or type name in empty declaration"
788 msgstr ""
790 #: c-decl.c:2683
791 msgid "two types specified in one empty declaration"
792 msgstr ""
794 #: c-decl.c:2688 c-parse.y:753 c-parse.y:755 parse.y:765 parse.y:1835
795 #: objc-parse.y:800 objc-parse.y:802 objc-parse.y:3043
796 msgid "empty declaration"
797 msgstr "leere Deklaration"
799 #: c-decl.c:2718
800 msgid "ISO C90 does not support `static' or type qualifiers in parameter array declarators"
801 msgstr ""
803 #: c-decl.c:2720
804 #, fuzzy
805 msgid "ISO C90 does not support `[*]' array declarators"
806 msgstr "ISO C89 unterstützt nicht »long long«"
808 #: c-decl.c:2723
809 msgid "GCC does not yet properly implement `[*]' array declarators"
810 msgstr ""
812 #: c-decl.c:2742
813 msgid "static or type qualifiers in abstract declarator"
814 msgstr ""
816 #: c-decl.c:2816
817 #, c-format
818 msgid "`%s' is usually a function"
819 msgstr ""
821 #: c-decl.c:2825
822 #, c-format
823 msgid "typedef `%s' is initialized (use __typeof__ instead)"
824 msgstr ""
826 #: c-decl.c:2831
827 #, c-format
828 msgid "function `%s' is initialized like a variable"
829 msgstr ""
831 #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
832 #: c-decl.c:2838
833 #, c-format
834 msgid "parameter `%s' is initialized"
835 msgstr ""
837 #: c-decl.c:2858 c-typeck.c:4854
838 msgid "variable-sized object may not be initialized"
839 msgstr ""
841 #: c-decl.c:2864
842 #, c-format
843 msgid "variable `%s' has initializer but incomplete type"
844 msgstr ""
846 #: c-decl.c:2870
847 #, c-format
848 msgid "elements of array `%s' have incomplete type"
849 msgstr ""
851 #: c-decl.c:2883
852 #, c-format
853 msgid "declaration of `%s' has `extern' and is initialized"
854 msgstr ""
856 #: c-decl.c:2932 c-decl.c:5694 cp/decl.c:7353 cp/decl.c:13860
857 #, c-format
858 msgid "inline function `%s' given attribute noinline"
859 msgstr ""
861 #: c-decl.c:3006
862 #, c-format
863 msgid "initializer fails to determine size of `%s'"
864 msgstr ""
866 #: c-decl.c:3011
867 #, c-format
868 msgid "array size missing in `%s'"
869 msgstr ""
871 #: c-decl.c:3027
872 #, c-format
873 msgid "zero or negative size array `%s'"
874 msgstr ""
876 #: c-decl.c:3055
877 #, c-format
878 msgid "storage size of `%s' isn't known"
879 msgstr ""
881 #: c-decl.c:3065
882 #, c-format
883 msgid "storage size of `%s' isn't constant"
884 msgstr ""
886 #: c-decl.c:3125
887 #, c-format
888 msgid "ignoring asm-specifier for non-static local variable `%s'"
889 msgstr ""
891 #: c-decl.c:3190
892 #, c-format
893 msgid "ISO C forbids parameter `%s' shadowing typedef"
894 msgstr ""
896 #: c-decl.c:3535 cp/decl.c:10433
897 msgid "`long long long' is too long for GCC"
898 msgstr "»long long long« ist für GCC zu lang"
900 #: c-decl.c:3540
901 msgid "ISO C90 does not support `long long'"
902 msgstr "ISO C90 unterstützt nicht »long long«"
904 #: c-decl.c:3549 c-decl.c:3552 cp/decl.c:10438
905 #, c-format
906 msgid "duplicate `%s'"
907 msgstr ""
909 #: c-decl.c:3562 cp/decl.c:10445
910 msgid "`__thread' before `extern'"
911 msgstr ""
913 #: c-decl.c:3564 cp/decl.c:10447
914 msgid "`__thread' before `static'"
915 msgstr ""
917 #: c-decl.c:3572 cp/decl.c:10474
918 #, c-format
919 msgid "two or more data types in declaration of `%s'"
920 msgstr ""
922 #: c-decl.c:3592 cp/decl.c:10479
923 #, c-format
924 msgid "`%s' fails to be a typedef or built in type"
925 msgstr ""
927 #: c-decl.c:3631
928 #, c-format
929 msgid "type defaults to `int' in declaration of `%s'"
930 msgstr ""
932 #: c-decl.c:3660
933 #, c-format
934 msgid "both long and short specified for `%s'"
935 msgstr ""
937 #: c-decl.c:3664 cp/decl.c:10594
938 #, c-format
939 msgid "long or short specified with char for `%s'"
940 msgstr ""
942 #: c-decl.c:3671 cp/decl.c:10598
943 #, c-format
944 msgid "long or short specified with floating type for `%s'"
945 msgstr ""
947 #: c-decl.c:3674
948 msgid "the only valid combination is `long double'"
949 msgstr ""
951 #: c-decl.c:3680
952 #, c-format
953 msgid "both signed and unsigned specified for `%s'"
954 msgstr ""
956 #: c-decl.c:3682 cp/decl.c:10587
957 #, c-format
958 msgid "long, short, signed or unsigned invalid for `%s'"
959 msgstr ""
961 #: c-decl.c:3688 cp/decl.c:10607
962 #, c-format
963 msgid "long, short, signed or unsigned used invalidly for `%s'"
964 msgstr ""
966 #: c-decl.c:3706 cp/decl.c:10628
967 #, c-format
968 msgid "complex invalid for `%s'"
969 msgstr ""
971 #: c-decl.c:3748
972 msgid "ISO C90 does not support complex types"
973 msgstr "ISO C90 unterstützt nicht komplexe Typen"
975 #: c-decl.c:3760
976 msgid "ISO C does not support plain `complex' meaning `double complex'"
977 msgstr ""
979 #: c-decl.c:3766 c-decl.c:3778
980 msgid "ISO C does not support complex integer types"
981 msgstr ""
983 #: c-decl.c:3793 c-decl.c:4246 cp/decl.c:11241
984 msgid "duplicate `const'"
985 msgstr ""
987 #: c-decl.c:3795 c-decl.c:4250 cp/decl.c:11245
988 msgid "duplicate `restrict'"
989 msgstr ""
991 #: c-decl.c:3797 c-decl.c:4248 cp/decl.c:11243
992 msgid "duplicate `volatile'"
993 msgstr ""
995 #: c-decl.c:3825 cp/decl.c:10791
996 #, c-format
997 msgid "multiple storage classes in declaration of `%s'"
998 msgstr ""
1000 #: c-decl.c:3835
1001 msgid "function definition declared `auto'"
1002 msgstr ""
1004 #: c-decl.c:3837
1005 msgid "function definition declared `register'"
1006 msgstr ""
1008 #: c-decl.c:3839
1009 msgid "function definition declared `typedef'"
1010 msgstr ""
1012 #: c-decl.c:3841
1013 msgid "function definition declared `__thread'"
1014 msgstr ""
1016 #: c-decl.c:3854
1017 #, c-format
1018 msgid "storage class specified for structure field `%s'"
1019 msgstr ""
1021 #: c-decl.c:3858 cp/decl.c:10838
1022 #, c-format
1023 msgid "storage class specified for parameter `%s'"
1024 msgstr ""
1026 #: c-decl.c:3861 cp/decl.c:10840
1027 msgid "storage class specified for typename"
1028 msgstr ""
1030 #: c-decl.c:3873 cp/decl.c:10855
1031 #, c-format
1032 msgid "`%s' initialized and declared `extern'"
1033 msgstr ""
1035 #: c-decl.c:3875 cp/decl.c:10858
1036 #, c-format
1037 msgid "`%s' has both `extern' and initializer"
1038 msgstr ""
1040 #: c-decl.c:3880 cp/decl.c:10866
1041 #, c-format
1042 msgid "top-level declaration of `%s' specifies `auto'"
1043 msgstr ""
1045 #: c-decl.c:3885 cp/decl.c:10862
1046 #, c-format
1047 msgid "nested function `%s' declared `extern'"
1048 msgstr ""
1050 #: c-decl.c:3891 cp/decl.c:10872
1051 #, c-format
1052 msgid "function-scope `%s' implicitly auto and declared `__thread'"
1053 msgstr ""
1055 #. Only the innermost declarator (making a parameter be of
1056 #. array type which is converted to pointer type)
1057 #. may have static or type qualifiers.
1058 #: c-decl.c:3930 c-decl.c:4118
1059 msgid "static or type qualifiers in non-parameter array declarator"
1060 msgstr ""
1062 #: c-decl.c:3974
1063 #, c-format
1064 msgid "declaration of `%s' as array of voids"
1065 msgstr ""
1067 #: c-decl.c:3980
1068 #, c-format
1069 msgid "declaration of `%s' as array of functions"
1070 msgstr ""
1072 #: c-decl.c:3985 c-decl.c:5250
1073 msgid "invalid use of structure with flexible array member"
1074 msgstr ""
1076 #: c-decl.c:4004
1077 #, c-format
1078 msgid "size of array `%s' has non-integer type"
1079 msgstr ""
1081 #: c-decl.c:4009
1082 #, c-format
1083 msgid "ISO C forbids zero-size array `%s'"
1084 msgstr ""
1086 #: c-decl.c:4016
1087 #, c-format
1088 msgid "size of array `%s' is negative"
1089 msgstr ""
1091 #: c-decl.c:4029
1092 #, c-format
1093 msgid "ISO C90 forbids array `%s' whose size can't be evaluated"
1094 msgstr ""
1096 #: c-decl.c:4032
1097 #, c-format
1098 msgid "ISO C90 forbids variable-size array `%s'"
1099 msgstr ""
1101 #: c-decl.c:4062 c-decl.c:4272 cp/decl.c:11450
1102 #, c-format
1103 msgid "size of array `%s' is too large"
1104 msgstr ""
1106 #: c-decl.c:4075
1107 #, fuzzy
1108 msgid "ISO C90 does not support flexible array members"
1109 msgstr "ISO C90 unterstützt nicht komplexe Typen"
1111 #: c-decl.c:4085
1112 msgid "array type has incomplete element type"
1113 msgstr ""
1115 #: c-decl.c:4092 c-decl.c:4322
1116 msgid "ISO C forbids const or volatile function types"
1117 msgstr ""
1119 #: c-decl.c:4138 cp/decl.c:10998
1120 #, c-format
1121 msgid "`%s' declared as function returning a function"
1122 msgstr ""
1124 #: c-decl.c:4143 cp/decl.c:11003
1125 #, c-format
1126 msgid "`%s' declared as function returning an array"
1127 msgstr ""
1129 #: c-decl.c:4171
1130 msgid "ISO C forbids qualified void function return type"
1131 msgstr ""
1133 #: c-decl.c:4175
1134 msgid "type qualifiers ignored on function return type"
1135 msgstr ""
1137 #: c-decl.c:4204 c-decl.c:4287 c-decl.c:4411 c-decl.c:4503
1138 msgid "ISO C forbids qualified function types"
1139 msgstr ""
1141 #: c-decl.c:4244 cp/decl.c:11237
1142 msgid "invalid type modifier within pointer declarator"
1143 msgstr ""
1145 #: c-decl.c:4342 cp/decl.c:11732
1146 #, c-format
1147 msgid "variable or field `%s' declared void"
1148 msgstr ""
1150 #: c-decl.c:4375
1151 msgid "attributes in parameter array declarator ignored"
1152 msgstr ""
1154 #: c-decl.c:4400
1155 msgid "invalid type modifier within array declarator"
1156 msgstr ""
1158 #: c-decl.c:4445
1159 #, c-format
1160 msgid "field `%s' declared as a function"
1161 msgstr ""
1163 #: c-decl.c:4451
1164 #, c-format
1165 msgid "field `%s' has incomplete type"
1166 msgstr ""
1168 #: c-decl.c:4483 c-decl.c:4485 c-decl.c:4487 c-decl.c:4494
1169 #, c-format
1170 msgid "invalid storage class for function `%s'"
1171 msgstr ""
1173 #: c-decl.c:4509
1174 msgid "`noreturn' function returns non-void value"
1175 msgstr ""
1177 #: c-decl.c:4524
1178 msgid "cannot inline function `main'"
1179 msgstr ""
1181 #: c-decl.c:4577
1182 #, c-format
1183 msgid "variable `%s' declared `inline'"
1184 msgstr ""
1186 #. A mere warning is sure to result in improper semantics
1187 #. at runtime.  Don't bother to allow this to compile.
1188 #: c-decl.c:4605 cp/decl.c:9511
1189 msgid "thread-local storage not supported for this target"
1190 msgstr ""
1192 #: c-decl.c:4660 c-decl.c:5746
1193 msgid "function declaration isn't a prototype"
1194 msgstr ""
1196 #: c-decl.c:4666
1197 msgid "parameter names (without types) in function declaration"
1198 msgstr ""
1200 #: c-decl.c:4698 c-decl.c:6116
1201 #, c-format
1202 msgid "parameter `%s' has incomplete type"
1203 msgstr ""
1205 #: c-decl.c:4701
1206 msgid "parameter has incomplete type"
1207 msgstr ""
1209 #: c-decl.c:4722
1210 #, c-format
1211 msgid "parameter `%s' points to incomplete type"
1212 msgstr ""
1214 #: c-decl.c:4725
1215 msgid "parameter points to incomplete type"
1216 msgstr ""
1218 #: c-decl.c:4790
1219 #, c-format
1220 msgid "parameter `%s' has just a forward declaration"
1221 msgstr ""
1223 #: c-decl.c:4831
1224 msgid "`void' in parameter list must be the entire list"
1225 msgstr ""
1227 #: c-decl.c:4862
1228 #, c-format
1229 msgid "`struct %s' declared inside parameter list"
1230 msgstr ""
1232 #: c-decl.c:4865
1233 #, c-format
1234 msgid "`union %s' declared inside parameter list"
1235 msgstr ""
1237 #: c-decl.c:4868
1238 #, c-format
1239 msgid "`enum %s' declared inside parameter list"
1240 msgstr ""
1242 #: c-decl.c:4875
1243 msgid "anonymous struct declared inside parameter list"
1244 msgstr ""
1246 #: c-decl.c:4877
1247 msgid "anonymous union declared inside parameter list"
1248 msgstr ""
1250 #: c-decl.c:4879
1251 msgid "anonymous enum declared inside parameter list"
1252 msgstr ""
1254 #: c-decl.c:4883
1255 msgid "its scope is only this definition or declaration, which is probably not what you want"
1256 msgstr ""
1258 #: c-decl.c:4960
1259 #, c-format
1260 msgid "redefinition of `union %s'"
1261 msgstr ""
1263 #: c-decl.c:4962
1264 #, c-format
1265 msgid "redefinition of `struct %s'"
1266 msgstr ""
1268 #: c-decl.c:5033 cp/decl.c:7125
1269 msgid "declaration does not declare anything"
1270 msgstr ""
1272 #: c-decl.c:5075 c-decl.c:5078
1273 #, c-format
1274 msgid "%s defined inside parms"
1275 msgstr ""
1277 #: c-decl.c:5076 c-decl.c:5079 c-decl.c:5090
1278 msgid "union"
1279 msgstr ""
1281 #: c-decl.c:5076 c-decl.c:5079
1282 msgid "structure"
1283 msgstr ""
1285 #: c-decl.c:5089
1286 #, c-format
1287 msgid "%s has no %s"
1288 msgstr ""
1290 #: c-decl.c:5090
1291 msgid "struct"
1292 msgstr ""
1294 #: c-decl.c:5091
1295 msgid "named members"
1296 msgstr ""
1298 #: c-decl.c:5091
1299 msgid "members"
1300 msgstr ""
1302 #: c-decl.c:5130
1303 #, c-format
1304 msgid "nested redefinition of `%s'"
1305 msgstr ""
1307 #: c-decl.c:5143
1308 #, c-format
1309 msgid "bit-field `%s' width not an integer constant"
1310 msgstr ""
1312 #: c-decl.c:5154
1313 #, c-format
1314 msgid "bit-field `%s' has invalid type"
1315 msgstr ""
1317 #: c-decl.c:5166
1318 #, c-format
1319 msgid "bit-field `%s' type invalid in ISO C"
1320 msgstr ""
1322 #: c-decl.c:5177
1323 #, c-format
1324 msgid "negative width in bit-field `%s'"
1325 msgstr ""
1327 #: c-decl.c:5179
1328 #, c-format
1329 msgid "width of `%s' exceeds its type"
1330 msgstr ""
1332 #: c-decl.c:5181
1333 #, c-format
1334 msgid "zero width for bit-field `%s'"
1335 msgstr ""
1337 #: c-decl.c:5195
1338 #, c-format
1339 msgid "`%s' is narrower than values of its type"
1340 msgstr ""
1342 #: c-decl.c:5241
1343 msgid "flexible array member in union"
1344 msgstr ""
1346 #: c-decl.c:5243
1347 msgid "flexible array member not at end of struct"
1348 msgstr ""
1350 #: c-decl.c:5245
1351 msgid "flexible array member in otherwise empty struct"
1352 msgstr ""
1354 #: c-decl.c:5275
1355 #, c-format
1356 msgid "duplicate member `%s'"
1357 msgstr ""
1359 #: c-decl.c:5319
1360 msgid "union cannot be made transparent"
1361 msgstr ""
1363 #. This enum is a named one that has been declared already.
1364 #: c-decl.c:5424
1365 #, c-format
1366 msgid "redeclaration of `enum %s'"
1367 msgstr ""
1369 #: c-decl.c:5458
1370 msgid "enum defined inside parms"
1371 msgstr ""
1373 #: c-decl.c:5491
1374 msgid "enumeration values exceed range of largest integer"
1375 msgstr ""
1377 #: c-decl.c:5600
1378 #, c-format
1379 msgid "enumerator value for `%s' not integer constant"
1380 msgstr ""
1382 #: c-decl.c:5613
1383 msgid "overflow in enumeration values"
1384 msgstr ""
1386 #: c-decl.c:5618
1387 msgid "ISO C restricts enumerator values to range of `int'"
1388 msgstr ""
1390 #: c-decl.c:5700
1391 msgid "return type is an incomplete type"
1392 msgstr ""
1394 #: c-decl.c:5708
1395 msgid "return type defaults to `int'"
1396 msgstr ""
1398 #: c-decl.c:5755
1399 #, c-format
1400 msgid "no previous prototype for `%s'"
1401 msgstr ""
1403 #: c-decl.c:5762
1404 #, c-format
1405 msgid "`%s' was used with no prototype before its definition"
1406 msgstr ""
1408 #: c-decl.c:5768
1409 #, c-format
1410 msgid "no previous declaration for `%s'"
1411 msgstr ""
1413 #: c-decl.c:5775
1414 #, c-format
1415 msgid "`%s' was used with no declaration before its definition"
1416 msgstr ""
1418 #: c-decl.c:5799 c-decl.c:6352
1419 #, c-format
1420 msgid "return type of `%s' is not `int'"
1421 msgstr ""
1423 #: c-decl.c:5815
1424 #, c-format
1425 msgid "first argument of `%s' should be `int'"
1426 msgstr ""
1428 #: c-decl.c:5824
1429 #, c-format
1430 msgid "second argument of `%s' should be `char **'"
1431 msgstr ""
1433 #: c-decl.c:5833
1434 #, c-format
1435 msgid "third argument of `%s' should probably be `char **'"
1436 msgstr ""
1438 #: c-decl.c:5842
1439 #, c-format
1440 msgid "`%s' takes only zero or two arguments"
1441 msgstr ""
1443 #: c-decl.c:5845
1444 #, c-format
1445 msgid "`%s' is normally a non-static function"
1446 msgstr ""
1448 #: c-decl.c:5943
1449 msgid "parm types given both in parmlist and separately"
1450 msgstr ""
1452 #: c-decl.c:5964
1453 msgid "parameter name omitted"
1454 msgstr ""
1456 #: c-decl.c:5968 c-decl.c:6070
1457 #, c-format
1458 msgid "parameter `%s' declared void"
1459 msgstr ""
1461 #: c-decl.c:6044
1462 msgid "parameter name missing from parameter list"
1463 msgstr ""
1465 #: c-decl.c:6063
1466 #, c-format
1467 msgid "multiple parameters named `%s'"
1468 msgstr ""
1470 #: c-decl.c:6085 c-decl.c:6087
1471 #, c-format
1472 msgid "type of `%s' defaults to `int'"
1473 msgstr ""
1475 #: c-decl.c:6123
1476 #, c-format
1477 msgid "declaration for parameter `%s' but no such parameter"
1478 msgstr ""
1480 #: c-decl.c:6171
1481 msgid "number of arguments doesn't match prototype"
1482 msgstr ""
1484 #: c-decl.c:6201
1485 #, c-format
1486 msgid "promoted argument `%s' doesn't match prototype"
1487 msgstr ""
1489 #: c-decl.c:6211
1490 #, c-format
1491 msgid "argument `%s' doesn't match prototype"
1492 msgstr ""
1494 #: c-decl.c:6384 cp/decl.c:14547
1495 msgid "no return statement in function returning non-void"
1496 msgstr ""
1498 #: c-decl.c:6536
1499 msgid "this function may return with or without a value"
1500 msgstr ""
1502 #: c-decl.c:6556
1503 #, c-format
1504 msgid "size of return value of `%s' is %u bytes"
1505 msgstr ""
1507 #: c-decl.c:6560
1508 #, c-format
1509 msgid "size of return value of `%s' is larger than %d bytes"
1510 msgstr ""
1512 #. If we get here, declarations have been used in a for loop without
1513 #. the C99 for loop scope.  This doesn't make much sense, so don't
1514 #. allow it.
1515 #: c-decl.c:6615
1516 msgid "`for' loop initial declaration used outside C99 mode"
1517 msgstr ""
1519 #: c-decl.c:6639
1520 #, c-format
1521 msgid "`struct %s' declared in `for' loop initial declaration"
1522 msgstr ""
1524 #: c-decl.c:6642
1525 #, c-format
1526 msgid "`union %s' declared in `for' loop initial declaration"
1527 msgstr ""
1529 #: c-decl.c:6645
1530 #, c-format
1531 msgid "`enum %s' declared in `for' loop initial declaration"
1532 msgstr ""
1534 #: c-decl.c:6653
1535 #, c-format
1536 msgid "declaration of non-variable `%s' in `for' loop initial declaration"
1537 msgstr ""
1539 #: c-decl.c:6655
1540 #, c-format
1541 msgid "declaration of static variable `%s' in `for' loop initial declaration"
1542 msgstr ""
1544 #: c-decl.c:6657
1545 #, c-format
1546 msgid "declaration of `extern' variable `%s' in `for' loop initial declaration"
1547 msgstr ""
1549 #: c-format.c:109 c-format.c:191
1550 msgid "format string arg not a string type"
1551 msgstr ""
1553 #: c-format.c:124
1554 msgid "args to be formatted is not '...'"
1555 msgstr ""
1557 #: c-format.c:133
1558 msgid "strftime formats cannot format arguments"
1559 msgstr ""
1561 #: c-format.c:168 c-format.c:270
1562 msgid "format string has invalid operand number"
1563 msgstr ""
1565 #: c-format.c:202
1566 msgid "function does not return string type"
1567 msgstr ""
1569 #: c-format.c:233
1570 msgid "unrecognized format specifier"
1571 msgstr ""
1573 #: c-format.c:246
1574 #, c-format
1575 msgid "`%s' is an unrecognized format function type"
1576 msgstr ""
1578 #: c-format.c:280
1579 msgid "format string arg follows the args to be formatted"
1580 msgstr ""
1582 #: c-format.c:601
1583 msgid "` ' flag"
1584 msgstr ""
1586 #: c-format.c:601
1587 msgid "the ` ' printf flag"
1588 msgstr ""
1590 #: c-format.c:602 c-format.c:673
1591 msgid "`+' flag"
1592 msgstr ""
1594 #: c-format.c:602
1595 msgid "the `+' printf flag"
1596 msgstr ""
1598 #: c-format.c:603 c-format.c:649
1599 msgid "`#' flag"
1600 msgstr ""
1602 #: c-format.c:603
1603 msgid "the `#' printf flag"
1604 msgstr ""
1606 #: c-format.c:604 c-format.c:647
1607 msgid "`0' flag"
1608 msgstr ""
1610 #: c-format.c:604
1611 msgid "the `0' printf flag"
1612 msgstr ""
1614 #: c-format.c:605 c-format.c:646 c-format.c:676
1615 msgid "`-' flag"
1616 msgstr ""
1618 #: c-format.c:605
1619 msgid "the `-' printf flag"
1620 msgstr ""
1622 #: c-format.c:606 c-format.c:630
1623 msgid "`'' flag"
1624 msgstr ""
1626 #: c-format.c:606
1627 msgid "the `'' printf flag"
1628 msgstr ""
1630 #: c-format.c:607 c-format.c:631
1631 msgid "`I' flag"
1632 msgstr ""
1634 #: c-format.c:607
1635 msgid "the `I' printf flag"
1636 msgstr ""
1638 #: c-format.c:608 c-format.c:628 c-format.c:650 c-format.c:677 c-format.c:1702
1639 msgid "field width"
1640 msgstr ""
1642 #: c-format.c:608
1643 msgid "field width in printf format"
1644 msgstr ""
1646 #: c-format.c:609
1647 msgid "precision"
1648 msgstr ""
1650 #: c-format.c:609
1651 msgid "precision in printf format"
1652 msgstr ""
1654 #: c-format.c:610 c-format.c:629 c-format.c:680
1655 msgid "length modifier"
1656 msgstr ""
1658 #: c-format.c:610
1659 msgid "length modifier in printf format"
1660 msgstr ""
1662 #: c-format.c:626
1663 msgid "assignment suppression"
1664 msgstr ""
1666 #: c-format.c:626
1667 msgid "the assignment suppression scanf feature"
1668 msgstr ""
1670 #: c-format.c:627
1671 msgid "`a' flag"
1672 msgstr ""
1674 #: c-format.c:627
1675 msgid "the `a' scanf flag"
1676 msgstr ""
1678 #: c-format.c:628
1679 msgid "field width in scanf format"
1680 msgstr ""
1682 #: c-format.c:629
1683 msgid "length modifier in scanf format"
1684 msgstr ""
1686 #: c-format.c:630
1687 msgid "the `'' scanf flag"
1688 msgstr ""
1690 #: c-format.c:631
1691 msgid "the `I' scanf flag"
1692 msgstr ""
1694 #: c-format.c:645
1695 msgid "`_' flag"
1696 msgstr ""
1698 #: c-format.c:645
1699 msgid "the `_' strftime flag"
1700 msgstr ""
1702 #: c-format.c:646
1703 msgid "the `-' strftime flag"
1704 msgstr ""
1706 #: c-format.c:647
1707 msgid "the `0' strftime flag"
1708 msgstr ""
1710 #: c-format.c:648 c-format.c:672
1711 msgid "`^' flag"
1712 msgstr ""
1714 #: c-format.c:648
1715 msgid "the `^' strftime flag"
1716 msgstr ""
1718 #: c-format.c:649
1719 msgid "the `#' strftime flag"
1720 msgstr ""
1722 #: c-format.c:650
1723 msgid "field width in strftime format"
1724 msgstr ""
1726 #: c-format.c:651
1727 msgid "`E' modifier"
1728 msgstr ""
1730 #: c-format.c:651
1731 msgid "the `E' strftime modifier"
1732 msgstr ""
1734 #: c-format.c:652
1735 msgid "`O' modifier"
1736 msgstr ""
1738 #: c-format.c:652
1739 msgid "the `O' strftime modifier"
1740 msgstr ""
1742 #: c-format.c:653
1743 msgid "the `O' modifier"
1744 msgstr ""
1746 #: c-format.c:671
1747 msgid "fill character"
1748 msgstr ""
1750 #: c-format.c:671
1751 msgid "fill character in strfmon format"
1752 msgstr ""
1754 #: c-format.c:672
1755 msgid "the `^' strfmon flag"
1756 msgstr ""
1758 #: c-format.c:673
1759 msgid "the `+' strfmon flag"
1760 msgstr ""
1762 #: c-format.c:674
1763 msgid "`(' flag"
1764 msgstr ""
1766 #: c-format.c:674
1767 msgid "the `(' strfmon flag"
1768 msgstr ""
1770 #: c-format.c:675
1771 msgid "`!' flag"
1772 msgstr ""
1774 #: c-format.c:675
1775 msgid "the `!' strfmon flag"
1776 msgstr ""
1778 #: c-format.c:676
1779 msgid "the `-' strfmon flag"
1780 msgstr ""
1782 #: c-format.c:677
1783 msgid "field width in strfmon format"
1784 msgstr ""
1786 #: c-format.c:678
1787 msgid "left precision"
1788 msgstr ""
1790 #: c-format.c:678
1791 msgid "left precision in strfmon format"
1792 msgstr ""
1794 #: c-format.c:679
1795 msgid "right precision"
1796 msgstr ""
1798 #: c-format.c:679
1799 msgid "right precision in strfmon format"
1800 msgstr ""
1802 #: c-format.c:680
1803 msgid "length modifier in strfmon format"
1804 msgstr ""
1806 #: c-format.c:983
1807 #, c-format
1808 msgid "function might be possible candidate for `%s' format attribute"
1809 msgstr ""
1811 #: c-format.c:1107 c-format.c:1128 c-format.c:2112
1812 msgid "missing $ operand number in format"
1813 msgstr ""
1815 #: c-format.c:1138
1816 #, c-format
1817 msgid "%s does not support %%n$ operand number formats"
1818 msgstr ""
1820 #: c-format.c:1145
1821 msgid "operand number out of range in format"
1822 msgstr ""
1824 #: c-format.c:1168
1825 #, c-format
1826 msgid "format argument %d used more than once in %s format"
1827 msgstr ""
1829 #: c-format.c:1218
1830 #, c-format
1831 msgid "format argument %d unused before used argument %d in $-style format"
1832 msgstr ""
1834 #: c-format.c:1322
1835 msgid "format not a string literal, format string not checked"
1836 msgstr ""
1838 #: c-format.c:1336
1839 msgid "format not a string literal and no format arguments"
1840 msgstr ""
1842 #: c-format.c:1338
1843 msgid "format not a string literal, argument types not checked"
1844 msgstr ""
1846 #: c-format.c:1351
1847 msgid "too many arguments for format"
1848 msgstr ""
1850 #: c-format.c:1354
1851 msgid "unused arguments in $-style format"
1852 msgstr ""
1854 #: c-format.c:1357
1855 #, c-format
1856 msgid "zero-length %s format string"
1857 msgstr ""
1859 #: c-format.c:1361
1860 msgid "format is a wide character string"
1861 msgstr ""
1863 #: c-format.c:1364
1864 msgid "unterminated format string"
1865 msgstr ""
1867 #: c-format.c:1581
1868 msgid "embedded `\\0' in format"
1869 msgstr ""
1871 #: c-format.c:1596
1872 #, c-format
1873 msgid "spurious trailing `%%' in format"
1874 msgstr ""
1876 #: c-format.c:1635 c-format.c:1872
1877 #, c-format
1878 msgid "repeated %s in format"
1879 msgstr ""
1881 #: c-format.c:1648
1882 msgid "missing fill character at end of strfmon format"
1883 msgstr ""
1885 #: c-format.c:1687 c-format.c:1786 c-format.c:2066 c-format.c:2119
1886 msgid "too few arguments for format"
1887 msgstr ""
1889 #: c-format.c:1728
1890 #, c-format
1891 msgid "zero width in %s format"
1892 msgstr ""
1894 #: c-format.c:1747
1895 #, c-format
1896 msgid "empty left precision in %s format"
1897 msgstr ""
1899 #: c-format.c:1801
1900 msgid "field precision"
1901 msgstr ""
1903 #: c-format.c:1816
1904 #, c-format
1905 msgid "empty precision in %s format"
1906 msgstr ""
1908 #: c-format.c:1856
1909 #, c-format
1910 msgid "%s does not support the `%s' %s length modifier"
1911 msgstr ""
1913 #: c-format.c:1906
1914 msgid "conversion lacks type at end of format"
1915 msgstr ""
1917 #: c-format.c:1917
1918 #, c-format
1919 msgid "unknown conversion type character `%c' in format"
1920 msgstr ""
1922 #: c-format.c:1920
1923 #, c-format
1924 msgid "unknown conversion type character 0x%x in format"
1925 msgstr ""
1927 #: c-format.c:1927
1928 #, c-format
1929 msgid "%s does not support the `%%%c' %s format"
1930 msgstr ""
1932 #: c-format.c:1943
1933 #, c-format
1934 msgid "%s used with `%%%c' %s format"
1935 msgstr ""
1937 #: c-format.c:1952
1938 #, c-format
1939 msgid "%s does not support %s"
1940 msgstr ""
1942 #: c-format.c:1961
1943 #, c-format
1944 msgid "%s does not support %s with the `%%%c' %s format"
1945 msgstr ""
1947 #: c-format.c:1994
1948 #, c-format
1949 msgid "%s ignored with %s and `%%%c' %s format"
1950 msgstr ""
1952 #: c-format.c:1998
1953 #, c-format
1954 msgid "%s ignored with %s in %s format"
1955 msgstr ""
1957 #: c-format.c:2004
1958 #, c-format
1959 msgid "use of %s and %s together with `%%%c' %s format"
1960 msgstr ""
1962 #: c-format.c:2008
1963 #, c-format
1964 msgid "use of %s and %s together in %s format"
1965 msgstr ""
1967 #: c-format.c:2027
1968 #, c-format
1969 msgid "`%%%c' yields only last 2 digits of year in some locales"
1970 msgstr ""
1972 #: c-format.c:2030
1973 #, c-format
1974 msgid "`%%%c' yields only last 2 digits of year"
1975 msgstr ""
1977 #. The end of the format string was reached.
1978 #: c-format.c:2046
1979 #, c-format
1980 msgid "no closing `]' for `%%[' format"
1981 msgstr ""
1983 #: c-format.c:2059
1984 #, c-format
1985 msgid "use of `%s' length modifier with `%c' type character"
1986 msgstr ""
1988 #: c-format.c:2080
1989 #, c-format
1990 msgid "%s does not support the `%%%s%c' %s format"
1991 msgstr ""
1993 #: c-format.c:2095
1994 msgid "operand number specified with suppressed assignment"
1995 msgstr ""
1997 #: c-format.c:2097
1998 msgid "operand number specified for format taking no argument"
1999 msgstr ""
2001 #: c-format.c:2211
2002 #, c-format
2003 msgid "writing through null pointer (arg %d)"
2004 msgstr ""
2006 #: c-format.c:2220
2007 #, c-format
2008 msgid "reading through null pointer (arg %d)"
2009 msgstr ""
2011 #: c-format.c:2240
2012 #, c-format
2013 msgid "writing into constant object (arg %d)"
2014 msgstr ""
2016 #: c-format.c:2250
2017 #, c-format
2018 msgid "extra type qualifiers in format argument (arg %d)"
2019 msgstr ""
2021 #: c-format.c:2257
2022 #, c-format
2023 msgid "format argument is not a pointer (arg %d)"
2024 msgstr ""
2026 #: c-format.c:2259
2027 #, c-format
2028 msgid "format argument is not a pointer to a pointer (arg %d)"
2029 msgstr ""
2031 #: c-format.c:2330
2032 msgid "pointer"
2033 msgstr ""
2035 #: c-format.c:2332
2036 msgid "different type"
2037 msgstr ""
2039 #: c-format.c:2353
2040 #, c-format
2041 msgid "%s is not type %s (arg %d)"
2042 msgstr ""
2044 #: c-format.c:2356
2045 #, c-format
2046 msgid "%s format, %s arg (arg %d)"
2047 msgstr ""
2049 #: c-lex.c:153
2050 msgid "YYDEBUG not defined"
2051 msgstr "YYDEBUG ist nicht definiert"
2053 #: c-lex.c:290
2054 msgid "badly nested C headers from preprocessor"
2055 msgstr ""
2057 #: c-lex.c:333
2058 #, c-format
2059 msgid "ignoring #pragma %s %s"
2060 msgstr ""
2062 #: c-lex.c:383
2063 #, c-format
2064 msgid "universal-character-name '\\U%08x' not valid in identifier"
2065 msgstr ""
2067 #: c-lex.c:629
2068 #, c-format
2069 msgid "universal-character-name '\\u%04x' not valid in identifier"
2070 msgstr ""
2072 #: c-lex.c:692
2073 #, c-format
2074 msgid "stray '%c' in program"
2075 msgstr ""
2077 #: c-lex.c:694
2078 #, c-format
2079 msgid "stray '\\%o' in program"
2080 msgstr ""
2082 #: c-lex.c:850
2083 msgid "this decimal constant is unsigned only in ISO C90"
2084 msgstr ""
2086 #: c-lex.c:853
2087 msgid "this decimal constant would be unsigned in ISO C90"
2088 msgstr ""
2090 #: c-lex.c:869
2091 #, c-format
2092 msgid "integer constant is too large for \"%s\" type"
2093 msgstr ""
2095 #: c-lex.c:937
2096 #, c-format
2097 msgid "floating constant exceeds range of \"%s\""
2098 msgstr ""
2100 #: c-lex.c:973 cpplex.c:330 cpplex.c:668 cpplex.c:1942
2101 msgid "ignoring invalid multibyte character"
2102 msgstr "ungültiges Multibyte-Zeichen wird ignoriert"
2104 #: c-opts.c:353
2105 #, c-format
2106 msgid "missing argument to \"-%s\""
2107 msgstr ""
2109 #: c-opts.c:357
2110 #, c-format
2111 msgid "no class name specified with \"-%s\""
2112 msgstr ""
2114 #: c-opts.c:364
2115 #, c-format
2116 msgid "missing filename after \"-%s\""
2117 msgstr ""
2119 #: c-opts.c:369
2120 #, c-format
2121 msgid "missing target after \"-%s\""
2122 msgstr ""
2124 #: c-opts.c:503
2125 #, c-format
2126 msgid "options array incorrectly sorted: %s is before %s"
2127 msgstr ""
2129 #: c-opts.c:548
2130 #, c-format
2131 msgid "too many filenames given.  Type %s --help for usage"
2132 msgstr ""
2134 #: c-opts.c:934
2135 msgid "-Wno-strict-prototypes is not supported in C++"
2136 msgstr ""
2138 #: c-opts.c:1014
2139 #, c-format
2140 msgid "switch \"%s\" is no longer supported"
2141 msgstr ""
2143 #: c-opts.c:1030
2144 #, c-format
2145 msgid "switch \"%s\" is deprecated, please see documentation for details"
2146 msgstr ""
2148 #: c-opts.c:1143
2149 msgid "-fhandle-exceptions has been renamed to -fexceptions (and is now on by default)"
2150 msgstr ""
2152 #: c-opts.c:1263
2153 msgid "output filename specified twice"
2154 msgstr ""
2156 #: c-opts.c:1377
2157 msgid "-Wformat-y2k ignored without -Wformat"
2158 msgstr ""
2160 #: c-opts.c:1379
2161 msgid "-Wformat-extra-args ignored without -Wformat"
2162 msgstr ""
2164 #: c-opts.c:1381
2165 msgid "-Wformat-zero-length ignored without -Wformat"
2166 msgstr ""
2168 #: c-opts.c:1383
2169 msgid "-Wformat-nonliteral ignored without -Wformat"
2170 msgstr ""
2172 #: c-opts.c:1385
2173 msgid "-Wformat-security ignored without -Wformat"
2174 msgstr ""
2176 #: c-opts.c:1387
2177 msgid "-Wmissing-format-attribute ignored without -Wformat"
2178 msgstr ""
2180 #: c-opts.c:1409
2181 #, c-format
2182 msgid "opening output file %s"
2183 msgstr "Ausgabedatei »%s« wird geöffnet"
2185 #: c-opts.c:1464
2186 #, c-format
2187 msgid "opening dependency file %s"
2188 msgstr ""
2190 #: c-opts.c:1474
2191 #, c-format
2192 msgid "closing dependency file %s"
2193 msgstr ""
2195 #: c-opts.c:1477
2196 #, c-format
2197 msgid "when writing output to %s"
2198 msgstr ""
2200 #: c-opts.c:1557
2201 msgid "to generate dependencies you must specify either -M or -MM"
2202 msgstr "Um Abhängigkeiten zu erzeugen müssen Sie entweder -M oder -MM angeben"
2204 #: c-opts.c:1704
2205 #, c-format
2206 msgid "\"-%s\" is valid for %s but not for %s"
2207 msgstr ""
2209 #. To keep the lines from getting too long for some compilers, limit
2210 #. to about 500 characters (6 lines) per chunk.
2211 #: c-opts.c:1714
2212 msgid ""
2213 "Switches:\n"
2214 "  -include <file>           Include the contents of <file> before other files\n"
2215 "  -imacros <file>           Accept definition of macros in <file>\n"
2216 "  -iprefix <path>           Specify <path> as a prefix for next two options\n"
2217 "  -iwithprefix <dir>        Add <dir> to the end of the system include path\n"
2218 "  -iwithprefixbefore <dir>  Add <dir> to the end of the main include path\n"
2219 "  -isystem <dir>            Add <dir> to the start of the system include path\n"
2220 msgstr ""
2222 #: c-opts.c:1723
2223 msgid ""
2224 "  -idirafter <dir>          Add <dir> to the end of the system include path\n"
2225 "  -I <dir>                  Add <dir> to the end of the main include path\n"
2226 "  -I-                       Fine-grained include path control; see info docs\n"
2227 "  -nostdinc                 Do not search system include directories\n"
2228 "                             (dirs specified with -isystem will still be used)\n"
2229 "  -nostdinc++               Do not search system include directories for C++\n"
2230 "  -o <file>                 Put output into <file>\n"
2231 msgstr ""
2233 #: c-opts.c:1732
2234 msgid ""
2235 "  -trigraphs                Support ISO C trigraphs\n"
2236 "  -std=<std name>           Specify the conformance standard; one of:\n"
2237 "                            gnu89, gnu99, c89, c99, iso9899:1990,\n"
2238 "                            iso9899:199409, iso9899:1999, c++98\n"
2239 "  -w                        Inhibit warning messages\n"
2240 "  -W[no-]trigraphs          Warn if trigraphs are encountered\n"
2241 "  -W[no-]comment{s}         Warn if one comment starts inside another\n"
2242 msgstr ""
2244 #: c-opts.c:1741
2245 msgid ""
2246 "  -W[no-]traditional        Warn about features not present in traditional C\n"
2247 "  -W[no-]undef              Warn if an undefined macro is used by #if\n"
2248 "  -W[no-]import             Warn about the use of the #import directive\n"
2249 msgstr ""
2251 #: c-opts.c:1746
2252 msgid ""
2253 "  -W[no-]error              Treat all warnings as errors\n"
2254 "  -W[no-]system-headers     Do not suppress warnings from system headers\n"
2255 "  -W[no-]all                Enable most preprocessor warnings\n"
2256 msgstr ""
2258 #: c-opts.c:1751
2259 msgid ""
2260 "  -M                        Generate make dependencies\n"
2261 "  -MM                       As -M, but ignore system header files\n"
2262 "  -MD                       Generate make dependencies and compile\n"
2263 "  -MMD                      As -MD, but ignore system header files\n"
2264 "  -MF <file>                Write dependency output to the given file\n"
2265 "  -MG                       Treat missing header file as generated files\n"
2266 msgstr ""
2268 #: c-opts.c:1759
2269 msgid ""
2270 "  -MP\t\t\t    Generate phony targets for all headers\n"
2271 "  -MQ <target>              Add a MAKE-quoted target\n"
2272 "  -MT <target>              Add an unquoted target\n"
2273 msgstr ""
2275 #: c-opts.c:1764
2276 msgid ""
2277 "  -D<macro>                 Define a <macro> with string '1' as its value\n"
2278 "  -D<macro>=<val>           Define a <macro> with <val> as its value\n"
2279 "  -A<question>=<answer>     Assert the <answer> to <question>\n"
2280 "  -A-<question>=<answer>    Disable the <answer> to <question>\n"
2281 "  -U<macro>                 Undefine <macro> \n"
2282 "  -v                        Display the version number\n"
2283 msgstr ""
2285 #: c-opts.c:1772
2286 msgid ""
2287 "  -H                        Print the name of header files as they are used\n"
2288 "  -C                        Do not discard comments\n"
2289 "  -dM                       Display a list of macro definitions active at end\n"
2290 "  -dD                       Preserve macro definitions in output\n"
2291 "  -dN                       As -dD except that only the names are preserved\n"
2292 "  -dI                       Include #include directives in the output\n"
2293 msgstr ""
2295 #: c-opts.c:1780
2296 msgid ""
2297 "  -f[no-]preprocessed       Treat the input file as already preprocessed\n"
2298 "  -ftabstop=<number>        Distance between tab stops for column reporting\n"
2299 "  -P                        Do not generate #line directives\n"
2300 "  -remap                    Remap file names when including files\n"
2301 "  --help                    Display this information\n"
2302 msgstr ""
2304 #. Like YYERROR but do call yyerror.
2305 #: c-parse.y:55 parse.y:48 objc-parse.y:56
2306 msgid "syntax error"
2307 msgstr "Syntaxfehler"
2309 #: /usr/share/bison/bison.simple:179
2310 msgid "syntax error: cannot back up"
2311 msgstr ""
2313 #: c-parse.y:325 objc-parse.y:347
2314 msgid "ISO C forbids an empty source file"
2315 msgstr "ISO C erlaubt keine leeren Quelldateien"
2317 #: c-parse.y:366 c-typeck.c:6867 objc-parse.y:389
2318 msgid "argument of `asm' is not a constant string"
2319 msgstr ""
2321 #: c-parse.y:374 objc-parse.y:397
2322 msgid "ISO C forbids data definition with no type or storage class"
2323 msgstr ""
2325 #: c-parse.y:376 objc-parse.y:399
2326 msgid "data definition has no type or storage class"
2327 msgstr ""
2329 #: c-parse.y:389 objc-parse.y:412
2330 msgid "ISO C does not allow extra `;' outside of a function"
2331 msgstr ""
2333 #: c-parse.y:449 cppexp.c:1312
2334 msgid "traditional C rejects the unary plus operator"
2335 msgstr ""
2337 #: c-parse.y:496 objc-parse.y:519
2338 msgid "`sizeof' applied to a bit-field"
2339 msgstr ""
2341 #: c-parse.y:583 objc-parse.y:606
2342 msgid "ISO C forbids omitting the middle term of a ?: expression"
2343 msgstr ""
2345 #: c-parse.y:632 objc-parse.y:655
2346 msgid "ISO C89 forbids compound literals"
2347 msgstr ""
2349 #: c-parse.y:646 objc-parse.y:669
2350 msgid "ISO C forbids braced-groups within expressions"
2351 msgstr ""
2353 #: c-parse.y:677 objc-parse.y:700
2354 msgid "first argument to __builtin_choose_expr not a constant"
2355 msgstr ""
2357 #: c-parse.y:721 objc-parse.y:768
2358 msgid "traditional C rejects ISO C style function definitions"
2359 msgstr ""
2361 #: c-parse.y:985 c-parse.y:991 c-parse.y:997 c-parse.y:1003 c-parse.y:1024
2362 #: c-parse.y:1030 c-parse.y:1036 c-parse.y:1042 c-parse.y:1075 c-parse.y:1081
2363 #: c-parse.y:1087 c-parse.y:1093 c-parse.y:1138 c-parse.y:1144 c-parse.y:1150
2364 #: c-parse.y:1156 parse.y:1915 parse.y:1922 parse.y:1957 objc-parse.y:1032
2365 #: objc-parse.y:1038 objc-parse.y:1044 objc-parse.y:1050 objc-parse.y:1071
2366 #: objc-parse.y:1077 objc-parse.y:1083 objc-parse.y:1089 objc-parse.y:1122
2367 #: objc-parse.y:1128 objc-parse.y:1134 objc-parse.y:1140 objc-parse.y:1185
2368 #: objc-parse.y:1191 objc-parse.y:1197 objc-parse.y:1203
2369 #, c-format
2370 msgid "`%s' is not at beginning of declaration"
2371 msgstr "»%s« ist nicht am Beginn einer Deklaration"
2373 #: c-parse.y:1441 objc-parse.y:1497
2374 msgid "ISO C forbids empty initializer braces"
2375 msgstr ""
2377 #: c-parse.y:1455 objc-parse.y:1511
2378 msgid "ISO C89 forbids specifying subobject to initialize"
2379 msgstr ""
2381 #: c-parse.y:1458 objc-parse.y:1514
2382 msgid "obsolete use of designated initializer without `='"
2383 msgstr ""
2385 #: c-parse.y:1462 objc-parse.y:1518
2386 msgid "obsolete use of designated initializer with `:'"
2387 msgstr ""
2389 #: c-parse.y:1489 objc-parse.y:1545
2390 msgid "ISO C forbids specifying range of elements to initialize"
2391 msgstr ""
2393 #: c-parse.y:1497 c-parse.y:1528 objc-parse.y:1553 objc-parse.y:1584
2394 msgid "ISO C forbids nested functions"
2395 msgstr "ISO C verbietet verschachtelte Funktionen"
2397 #: c-parse.y:1703 objc-parse.y:1761
2398 msgid "ISO C forbids forward references to `enum' types"
2399 msgstr ""
2401 #: c-parse.y:1715 parse.y:2385 objc-parse.y:1773
2402 msgid "comma at end of enumerator list"
2403 msgstr ""
2405 #: c-parse.y:1723 objc-parse.y:1781
2406 msgid "no semicolon at end of struct or union"
2407 msgstr ""
2409 #: c-parse.y:1732 objc-parse.y:1790 objc-parse.y:2865
2410 msgid "extra semicolon in struct or union specified"
2411 msgstr ""
2413 #: c-parse.y:1745 objc-parse.y:1817
2414 msgid "ISO C doesn't support unnamed structs/unions"
2415 msgstr ""
2417 #: c-parse.y:1754 objc-parse.y:1826
2418 msgid "ISO C forbids member declarations with no members"
2419 msgstr ""
2421 #: c-parse.y:1913 objc-parse.y:1985
2422 msgid "deprecated use of label at end of compound statement"
2423 msgstr ""
2425 #: c-parse.y:1930 objc-parse.y:2002
2426 msgid "ISO C89 forbids mixed declarations and code"
2427 msgstr ""
2429 #: c-parse.y:2005 objc-parse.y:2081
2430 msgid "ISO C forbids label declarations"
2431 msgstr ""
2433 #: c-parse.y:2055 parse.y:1627 objc-parse.y:2131
2434 msgid "braced-group within expression allowed only inside a function"
2435 msgstr ""
2437 #: c-parse.y:2182 objc-parse.y:2258
2438 msgid "empty body in an else-statement"
2439 msgstr ""
2441 #: c-parse.y:2303 objc-parse.y:2379
2442 msgid "ISO C forbids `goto *expr;'"
2443 msgstr "ISO C verbietet »goto *expr;«"
2445 #: c-parse.y:2403 objc-parse.y:2479
2446 msgid "ISO C forbids forward parameter declarations"
2447 msgstr ""
2449 #. Gcc used to allow this as an extension.  However, it does
2450 #. not work for all targets, and thus has been disabled.
2451 #. Also, since func (...) and func () are indistinguishable,
2452 #. it caused problems with the code in expand_builtin which
2453 #. tries to verify that BUILT_IN_NEXT_ARG is being used
2454 #. correctly.
2455 #: c-parse.y:2429 objc-parse.y:2505
2456 msgid "ISO C requires a named argument before `...'"
2457 msgstr ""
2459 #: c-parse.y:2526 objc-parse.y:2602
2460 msgid "`...' in old-style identifier list"
2461 msgstr ""
2463 #: /usr/share/bison/bison.simple:795
2464 msgid "parse error; also virtual memory exhausted"
2465 msgstr ""
2467 #: /usr/share/bison/bison.simple:799 cp/spew.c:364
2468 msgid "parse error"
2469 msgstr ""
2471 #: /usr/share/bison/bison.simple:924
2472 msgid "parser stack overflow"
2473 msgstr ""
2475 #: c-parse.y:2838 cp/spew.c:1521 objc-parse.y:3538
2476 #, c-format
2477 msgid "%s at end of input"
2478 msgstr "%s am Ende der Eingabe"
2480 #: c-parse.y:2844 cp/spew.c:1527 objc-parse.y:3544
2481 #, c-format
2482 msgid "%s before %s'%c'"
2483 msgstr "%s vor %s'%c'"
2485 #: c-parse.y:2846 cp/spew.c:1529 objc-parse.y:3546
2486 #, c-format
2487 msgid "%s before %s'\\x%x'"
2488 msgstr "%s vor %s'\\x%x'"
2490 #: c-parse.y:2850 cp/spew.c:1533 objc-parse.y:3550
2491 #, c-format
2492 msgid "%s before string constant"
2493 msgstr ""
2495 #: c-parse.y:2852 cp/spew.c:1535 objc-parse.y:3552
2496 #, c-format
2497 msgid "%s before numeric constant"
2498 msgstr ""
2500 #: c-parse.y:2854 objc-parse.y:3554
2501 #, c-format
2502 msgid "%s before \"%s\""
2503 msgstr "%s vor \"%s\""
2505 #: c-parse.y:2856 objc-parse.y:3556
2506 #, c-format
2507 msgid "%s before '%s' token"
2508 msgstr ""
2510 #: c-parse.y:2921
2511 msgid "traditional C rejects string concatenation"
2512 msgstr ""
2514 #: c-parse.y:3047 objc-parse.y:3780
2515 #, c-format
2516 msgid "syntax error at '%s' token"
2517 msgstr ""
2519 #: c-pragma.c:107
2520 msgid "#pragma pack (pop) encountered without matching #pragma pack (push, <n>)"
2521 msgstr ""
2523 #: c-pragma.c:125
2524 #, c-format
2525 msgid "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s, <n>)"
2526 msgstr ""
2528 #: c-pragma.c:145
2529 msgid "#pragma pack(push[, id], <n>) is not supported on this target"
2530 msgstr ""
2532 #: c-pragma.c:147
2533 msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
2534 msgstr ""
2536 #: c-pragma.c:167
2537 msgid "missing '(' after '#pragma pack' - ignored"
2538 msgstr ""
2540 #: c-pragma.c:180 c-pragma.c:230
2541 msgid "malformed '#pragma pack' - ignored"
2542 msgstr ""
2544 #: c-pragma.c:185
2545 msgid "malformed '#pragma pack(push[, id], <n>)' - ignored"
2546 msgstr ""
2548 #: c-pragma.c:187
2549 msgid "malformed '#pragma pack(pop[, id])' - ignored"
2550 msgstr ""
2552 #: c-pragma.c:196
2553 #, c-format
2554 msgid "unknown action '%s' for '#pragma pack' - ignored"
2555 msgstr ""
2557 #: c-pragma.c:233
2558 msgid "junk at end of '#pragma pack'"
2559 msgstr ""
2561 #: c-pragma.c:247
2562 #, c-format
2563 msgid "alignment must be a small power of two, not %d"
2564 msgstr ""
2566 #: c-pragma.c:280
2567 #, c-format
2568 msgid "applying #pragma weak `%s' after first use results in unspecified behavior"
2569 msgstr ""
2571 #: c-pragma.c:321 c-pragma.c:326
2572 msgid "malformed #pragma weak, ignored"
2573 msgstr ""
2575 #: c-pragma.c:330
2576 msgid "junk at end of #pragma weak"
2577 msgstr ""
2579 #: c-pragma.c:365 c-pragma.c:370
2580 msgid "malformed #pragma redefine_extname, ignored"
2581 msgstr ""
2583 #: c-pragma.c:375
2584 msgid "junk at end of #pragma redefine_extname"
2585 msgstr ""
2587 #: c-pragma.c:382 c-pragma.c:463
2588 msgid "#pragma redefine_extname conflicts with declaration"
2589 msgstr ""
2591 #: c-pragma.c:413
2592 msgid "malformed #pragma extern_prefix, ignored"
2593 msgstr ""
2595 #: c-pragma.c:418
2596 msgid "junk at end of #pragma extern_prefix"
2597 msgstr ""
2599 #: c-pragma.c:450
2600 msgid "asm declaration conficts with previous rename"
2601 msgstr ""
2603 #: c-semantics.c:565
2604 msgid "break statement not within loop or switch"
2605 msgstr ""
2607 #: c-semantics.c:583
2608 msgid "continue statement not within a loop"
2609 msgstr ""
2611 #: c-semantics.c:678
2612 msgid "destructor needed for `%#D'"
2613 msgstr ""
2615 #: c-semantics.c:679
2616 msgid "where case label appears here"
2617 msgstr ""
2619 #: c-semantics.c:682
2620 msgid "(enclose actions of previous case statements requiring destructors in their own scope.)"
2621 msgstr ""
2623 #: c-semantics.c:725 c-typeck.c:6893 cp/semantics.c:897
2624 #, c-format
2625 msgid "%s qualifier ignored on asm"
2626 msgstr ""
2628 #: c-typeck.c:123
2629 #, c-format
2630 msgid "`%s' has an incomplete type"
2631 msgstr ""
2633 #: c-typeck.c:145 cp/call.c:2740
2634 msgid "invalid use of void expression"
2635 msgstr ""
2637 #: c-typeck.c:153
2638 msgid "invalid use of flexible array member"
2639 msgstr ""
2641 #: c-typeck.c:159
2642 msgid "invalid use of array with unspecified bounds"
2643 msgstr ""
2645 #: c-typeck.c:167
2646 #, c-format
2647 msgid "invalid use of undefined type `%s %s'"
2648 msgstr ""
2650 #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
2651 #: c-typeck.c:171
2652 #, c-format
2653 msgid "invalid use of incomplete typedef `%s'"
2654 msgstr ""
2656 #: c-typeck.c:424 c-typeck.c:438
2657 msgid "function types not truly compatible in ISO C"
2658 msgstr ""
2660 #: c-typeck.c:603
2661 msgid "types are not quite compatible"
2662 msgstr ""
2664 #: c-typeck.c:757 c-typeck.c:2673
2665 msgid "arithmetic on pointer to an incomplete type"
2666 msgstr ""
2668 #: c-typeck.c:1136
2669 #, c-format
2670 msgid "%s has no member named `%s'"
2671 msgstr ""
2673 #: c-typeck.c:1169
2674 #, c-format
2675 msgid "request for member `%s' in something not a structure or union"
2676 msgstr ""
2678 #: c-typeck.c:1201
2679 msgid "dereferencing pointer to incomplete type"
2680 msgstr ""
2682 #: c-typeck.c:1205
2683 msgid "dereferencing `void *' pointer"
2684 msgstr ""
2686 #: c-typeck.c:1222 cp/typeck.c:2357
2687 #, c-format
2688 msgid "invalid type argument of `%s'"
2689 msgstr ""
2691 #: c-typeck.c:1241 cp/typeck.c:2383
2692 msgid "subscript missing in array reference"
2693 msgstr ""
2695 #: c-typeck.c:1262 cp/typeck.c:2425
2696 msgid "array subscript has type `char'"
2697 msgstr ""
2699 #: c-typeck.c:1270 c-typeck.c:1359 cp/typeck.c:2432 cp/typeck.c:2511
2700 msgid "array subscript is not an integer"
2701 msgstr ""
2703 #: c-typeck.c:1303
2704 msgid "ISO C forbids subscripting `register' array"
2705 msgstr ""
2707 #: c-typeck.c:1305
2708 msgid "ISO C90 forbids subscripting non-lvalue array"
2709 msgstr ""
2711 #: c-typeck.c:1338
2712 msgid "subscript has type `char'"
2713 msgstr ""
2715 #: c-typeck.c:1354 cp/typeck.c:2506
2716 msgid "subscripted value is neither array nor pointer"
2717 msgstr ""
2719 #: c-typeck.c:1408
2720 #, c-format
2721 msgid "`%s' undeclared here (not in a function)"
2722 msgstr ""
2724 #: c-typeck.c:1415
2725 #, c-format
2726 msgid "`%s' undeclared (first use in this function)"
2727 msgstr ""
2729 #: c-typeck.c:1420
2730 msgid "(Each undeclared identifier is reported only once"
2731 msgstr ""
2733 #: c-typeck.c:1421
2734 msgid "for each function it appears in.)"
2735 msgstr ""
2737 #: c-typeck.c:1438
2738 #, c-format
2739 msgid "local declaration of `%s' hides instance variable"
2740 msgstr ""
2742 #: c-typeck.c:1504
2743 msgid "called object is not a function"
2744 msgstr ""
2746 #: c-typeck.c:1590 cp/typeck.c:2831
2747 msgid "too many arguments to function"
2748 msgstr ""
2750 #: c-typeck.c:1611
2751 #, c-format
2752 msgid "type of formal parameter %d is incomplete"
2753 msgstr ""
2755 #: c-typeck.c:1624
2756 #, c-format
2757 msgid "%s as integer rather than floating due to prototype"
2758 msgstr ""
2760 #: c-typeck.c:1627
2761 #, c-format
2762 msgid "%s as integer rather than complex due to prototype"
2763 msgstr ""
2765 #: c-typeck.c:1630
2766 #, c-format
2767 msgid "%s as complex rather than floating due to prototype"
2768 msgstr ""
2770 #: c-typeck.c:1633
2771 #, c-format
2772 msgid "%s as floating rather than integer due to prototype"
2773 msgstr ""
2775 #: c-typeck.c:1636
2776 #, c-format
2777 msgid "%s as complex rather than integer due to prototype"
2778 msgstr ""
2780 #: c-typeck.c:1639
2781 #, c-format
2782 msgid "%s as floating rather than complex due to prototype"
2783 msgstr ""
2785 #: c-typeck.c:1649
2786 #, c-format
2787 msgid "%s as `float' rather than `double' due to prototype"
2788 msgstr ""
2790 #: c-typeck.c:1667
2791 #, c-format
2792 msgid "%s with different width due to prototype"
2793 msgstr ""
2795 #: c-typeck.c:1701
2796 #, c-format
2797 msgid "%s as unsigned due to prototype"
2798 msgstr ""
2800 #: c-typeck.c:1703
2801 #, c-format
2802 msgid "%s as signed due to prototype"
2803 msgstr ""
2805 #: c-typeck.c:1737 cp/typeck.c:2935
2806 msgid "too few arguments to function"
2807 msgstr ""
2809 #: c-typeck.c:1779
2810 msgid "suggest parentheses around + or - inside shift"
2811 msgstr ""
2813 #: c-typeck.c:1786
2814 msgid "suggest parentheses around && within ||"
2815 msgstr ""
2817 #: c-typeck.c:1795
2818 msgid "suggest parentheses around arithmetic in operand of |"
2819 msgstr ""
2821 #: c-typeck.c:1798
2822 msgid "suggest parentheses around comparison in operand of |"
2823 msgstr ""
2825 #: c-typeck.c:1807
2826 msgid "suggest parentheses around arithmetic in operand of ^"
2827 msgstr ""
2829 #: c-typeck.c:1810
2830 msgid "suggest parentheses around comparison in operand of ^"
2831 msgstr ""
2833 #: c-typeck.c:1817
2834 msgid "suggest parentheses around + or - in operand of &"
2835 msgstr ""
2837 #: c-typeck.c:1820
2838 msgid "suggest parentheses around comparison in operand of &"
2839 msgstr ""
2841 #: c-typeck.c:1827
2842 msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
2843 msgstr ""
2845 #: c-typeck.c:1987 c-typeck.c:2022
2846 msgid "division by zero"
2847 msgstr "Teilung durch Null"
2849 #: c-typeck.c:2067 cp/typeck.c:3196
2850 msgid "right shift count is negative"
2851 msgstr ""
2853 #: c-typeck.c:2074 cp/typeck.c:3202
2854 msgid "right shift count >= width of type"
2855 msgstr ""
2857 #: c-typeck.c:2095 cp/typeck.c:3221
2858 msgid "left shift count is negative"
2859 msgstr ""
2861 #: c-typeck.c:2098 cp/typeck.c:3223
2862 msgid "left shift count >= width of type"
2863 msgstr ""
2865 #: c-typeck.c:2119
2866 msgid "shift count is negative"
2867 msgstr ""
2869 #: c-typeck.c:2121
2870 msgid "shift count >= width of type"
2871 msgstr ""
2873 #: c-typeck.c:2138 cp/typeck.c:3258
2874 msgid "comparing floating point with == or != is unsafe"
2875 msgstr ""
2877 #: c-typeck.c:2164 c-typeck.c:2170
2878 msgid "ISO C forbids comparison of `void *' with function pointer"
2879 msgstr ""
2881 #: c-typeck.c:2173 c-typeck.c:2213 c-typeck.c:2241
2882 msgid "comparison of distinct pointer types lacks a cast"
2883 msgstr ""
2885 #: c-typeck.c:2187 c-typeck.c:2192 c-typeck.c:2261 c-typeck.c:2266
2886 msgid "comparison between pointer and integer"
2887 msgstr ""
2889 #: c-typeck.c:2208 c-typeck.c:2236
2890 msgid "ISO C forbids ordered comparisons of pointers to functions"
2891 msgstr ""
2893 #: c-typeck.c:2233
2894 msgid "comparison of complete and incomplete pointers"
2895 msgstr ""
2897 #: c-typeck.c:2249 c-typeck.c:2256
2898 msgid "ordered comparison of pointer with integer zero"
2899 msgstr ""
2901 #: c-typeck.c:2280 cp/typeck.c:3391
2902 msgid "unordered comparison on non-floating point argument"
2903 msgstr ""
2905 #: c-typeck.c:2491
2906 msgid "comparison between signed and unsigned"
2907 msgstr ""
2909 #: c-typeck.c:2537 cp/typeck.c:3635
2910 msgid "comparison of promoted ~unsigned with constant"
2911 msgstr ""
2913 #: c-typeck.c:2545 cp/typeck.c:3643
2914 msgid "comparison of promoted ~unsigned with unsigned"
2915 msgstr ""
2917 #: c-typeck.c:2625
2918 msgid "pointer of type `void *' used in subtraction"
2919 msgstr ""
2921 #: c-typeck.c:2627
2922 msgid "pointer to a function used in subtraction"
2923 msgstr ""
2925 #: c-typeck.c:2724
2926 msgid "wrong type argument to unary plus"
2927 msgstr ""
2929 #: c-typeck.c:2737
2930 msgid "wrong type argument to unary minus"
2931 msgstr ""
2933 #: c-typeck.c:2754
2934 msgid "ISO C does not support `~' for complex conjugation"
2935 msgstr ""
2937 #: c-typeck.c:2760
2938 msgid "wrong type argument to bit-complement"
2939 msgstr ""
2941 #: c-typeck.c:2769
2942 msgid "wrong type argument to abs"
2943 msgstr ""
2945 #: c-typeck.c:2781
2946 msgid "wrong type argument to conjugation"
2947 msgstr ""
2949 #: c-typeck.c:2795
2950 msgid "wrong type argument to unary exclamation mark"
2951 msgstr ""
2953 #: c-typeck.c:2838
2954 msgid "ISO C does not support `++' and `--' on complex types"
2955 msgstr ""
2957 #: c-typeck.c:2853 c-typeck.c:2885
2958 msgid "wrong type argument to increment"
2959 msgstr ""
2961 #: c-typeck.c:2855 c-typeck.c:2887
2962 msgid "wrong type argument to decrement"
2963 msgstr ""
2965 #: c-typeck.c:2876
2966 msgid "increment of pointer to unknown structure"
2967 msgstr ""
2969 #: c-typeck.c:2878
2970 msgid "decrement of pointer to unknown structure"
2971 msgstr ""
2973 #: c-typeck.c:3015
2974 msgid "ISO C forbids the address of a cast expression"
2975 msgstr ""
2977 #: c-typeck.c:3025
2978 msgid "invalid lvalue in unary `&'"
2979 msgstr ""
2981 #: c-typeck.c:3057
2982 #, c-format
2983 msgid "attempt to take address of bit-field structure member `%s'"
2984 msgstr ""
2986 #: c-typeck.c:3166 c-typeck.c:4632 c-typeck.c:4648 c-typeck.c:4664
2987 #: final.c:3146 final.c:3148 gcc.c:4397 rtl-error.c:122 toplev.c:1694
2988 #: config/cris/cris.c:529 cp/typeck.c:4341 java/expr.c:364 java/verify.c:1467
2989 #: java/verify.c:1468 java/verify.c:1483
2990 #, c-format
2991 msgid "%s"
2992 msgstr ""
2994 #: c-typeck.c:3227
2995 msgid "ISO C forbids use of conditional expressions as lvalues"
2996 msgstr ""
2998 #: c-typeck.c:3230
2999 msgid "ISO C forbids use of compound expressions as lvalues"
3000 msgstr ""
3002 #: c-typeck.c:3233
3003 msgid "ISO C forbids use of cast expressions as lvalues"
3004 msgstr ""
3006 #: c-typeck.c:3250
3007 #, c-format
3008 msgid "%s of read-only member `%s'"
3009 msgstr ""
3011 #: c-typeck.c:3254
3012 #, c-format
3013 msgid "%s of read-only variable `%s'"
3014 msgstr ""
3016 #: c-typeck.c:3257
3017 #, c-format
3018 msgid "%s of read-only location"
3019 msgstr ""
3021 #: c-typeck.c:3276
3022 #, c-format
3023 msgid "cannot take address of bit-field `%s'"
3024 msgstr ""
3026 #: c-typeck.c:3304
3027 #, c-format
3028 msgid "global register variable `%s' used in nested function"
3029 msgstr ""
3031 #: c-typeck.c:3308
3032 #, c-format
3033 msgid "register variable `%s' used in nested function"
3034 msgstr ""
3036 #: c-typeck.c:3315
3037 #, c-format
3038 msgid "address of global register variable `%s' requested"
3039 msgstr ""
3041 #: c-typeck.c:3327
3042 msgid "cannot put object with volatile field into register"
3043 msgstr ""
3045 #: c-typeck.c:3331
3046 #, c-format
3047 msgid "address of register variable `%s' requested"
3048 msgstr ""
3050 #: c-typeck.c:3439
3051 msgid "signed and unsigned type in conditional expression"
3052 msgstr ""
3054 #: c-typeck.c:3446
3055 msgid "ISO C forbids conditional expr with only one void side"
3056 msgstr ""
3058 #: c-typeck.c:3462 c-typeck.c:3469
3059 msgid "ISO C forbids conditional expr between `void *' and function pointer"
3060 msgstr ""
3062 #: c-typeck.c:3475
3063 msgid "pointer type mismatch in conditional expression"
3064 msgstr ""
3066 #: c-typeck.c:3482 c-typeck.c:3492
3067 msgid "pointer/integer type mismatch in conditional expression"
3068 msgstr ""
3070 #: c-typeck.c:3506
3071 msgid "type mismatch in conditional expression"
3072 msgstr ""
3074 #: c-typeck.c:3577 cp/typeck.c:4597
3075 msgid "left-hand operand of comma expression has no effect"
3076 msgstr ""
3078 #: c-typeck.c:3621
3079 msgid "cast specifies array type"
3080 msgstr ""
3082 #: c-typeck.c:3627
3083 msgid "cast specifies function type"
3084 msgstr ""
3086 #: c-typeck.c:3637
3087 msgid "ISO C forbids casting nonscalar to the same type"
3088 msgstr ""
3090 #: c-typeck.c:3656
3091 msgid "ISO C forbids casts to union type"
3092 msgstr ""
3094 #: c-typeck.c:3671
3095 msgid "cast to union type from type not present in union"
3096 msgstr ""
3098 #: c-typeck.c:3722
3099 msgid "cast adds new qualifiers to function type"
3100 msgstr ""
3102 #. There are qualifiers present in IN_OTYPE that are not
3103 #. present in IN_TYPE.
3104 #: c-typeck.c:3727
3105 msgid "cast discards qualifiers from pointer target type"
3106 msgstr ""
3108 #: c-typeck.c:3742
3109 msgid "cast increases required alignment of target type"
3110 msgstr ""
3112 #: c-typeck.c:3748 cp/typeck.c:5027
3113 msgid "cast from pointer to integer of different size"
3114 msgstr ""
3116 #: c-typeck.c:3753
3117 msgid "cast does not match function type"
3118 msgstr ""
3120 #: c-typeck.c:3760 cp/typeck.c:5034
3121 msgid "cast to pointer from integer of different size"
3122 msgstr ""
3124 #: c-typeck.c:3772
3125 msgid "type-punning to incomplete type might break strict-aliasing rules"
3126 msgstr ""
3128 #: c-typeck.c:3776
3129 msgid "dereferencing type-punned pointer will break strict-aliasing rules"
3130 msgstr ""
3132 #. Now we have handled acceptable kinds of LHS that are not truly lvalues.
3133 #. Reject anything strange now.
3134 #: c-typeck.c:3935
3135 msgid "invalid lvalue in assignment"
3136 msgstr ""
3138 #. Convert new value to destination type.
3139 #: c-typeck.c:3944 c-typeck.c:3969 c-typeck.c:3986 cp/typeck.c:5145
3140 #: cp/typeck.c:5294
3141 msgid "assignment"
3142 msgstr ""
3144 #: c-typeck.c:4056
3145 msgid "cannot pass rvalue to reference parameter"
3146 msgstr ""
3148 #: c-typeck.c:4160 c-typeck.c:4227
3149 #, c-format
3150 msgid "%s makes qualified function pointer from unqualified"
3151 msgstr ""
3153 #: c-typeck.c:4164 c-typeck.c:4207
3154 #, c-format
3155 msgid "%s discards qualifiers from pointer target type"
3156 msgstr ""
3158 #: c-typeck.c:4170
3159 msgid "ISO C prohibits argument conversion to union type"
3160 msgstr ""
3162 #: c-typeck.c:4199
3163 #, c-format
3164 msgid "ISO C forbids %s between function pointer and `void *'"
3165 msgstr ""
3167 #: c-typeck.c:4216
3168 #, c-format
3169 msgid "pointer targets in %s differ in signedness"
3170 msgstr ""
3172 #: c-typeck.c:4232
3173 #, c-format
3174 msgid "%s from incompatible pointer type"
3175 msgstr ""
3177 #: c-typeck.c:4248
3178 #, c-format
3179 msgid "%s makes pointer from integer without a cast"
3180 msgstr ""
3182 #: c-typeck.c:4256
3183 #, c-format
3184 msgid "%s makes integer from pointer without a cast"
3185 msgstr ""
3187 #: c-typeck.c:4270 c-typeck.c:4273
3188 #, c-format
3189 msgid "incompatible type for argument %d of `%s'"
3190 msgstr ""
3192 #: c-typeck.c:4277
3193 #, c-format
3194 msgid "incompatible type for argument %d of indirect function call"
3195 msgstr ""
3197 #: c-typeck.c:4281
3198 #, c-format
3199 msgid "incompatible types in %s"
3200 msgstr ""
3202 #. Function name is known; supply it.
3203 #: c-typeck.c:4339
3204 #, c-format
3205 msgid "passing arg of `%s'"
3206 msgstr ""
3208 #. Function name unknown (call through ptr).
3209 #: c-typeck.c:4349
3210 msgid "passing arg of pointer to function"
3211 msgstr ""
3213 #. Function name is known; supply it.
3214 #: c-typeck.c:4357
3215 #, c-format
3216 msgid "passing arg %d of `%s'"
3217 msgstr ""
3219 #. Function name unknown (call through ptr); just give arg number.
3220 #: c-typeck.c:4367
3221 #, c-format
3222 msgid "passing arg %d of pointer to function"
3223 msgstr ""
3225 #: c-typeck.c:4433
3226 msgid "initializer for static variable is not constant"
3227 msgstr ""
3229 #: c-typeck.c:4439
3230 msgid "initializer for static variable uses complicated arithmetic"
3231 msgstr ""
3233 #: c-typeck.c:4447
3234 msgid "aggregate initializer is not constant"
3235 msgstr ""
3237 #: c-typeck.c:4449
3238 msgid "aggregate initializer uses complicated arithmetic"
3239 msgstr ""
3241 #: c-typeck.c:4456
3242 msgid "traditional C rejects automatic aggregate initialization"
3243 msgstr ""
3245 #: c-typeck.c:4635 c-typeck.c:4651 c-typeck.c:4667
3246 #, c-format
3247 msgid "(near initialization for `%s')"
3248 msgstr ""
3250 #: c-typeck.c:4718 cp/typeck2.c:505
3251 msgid "char-array initialized from wide string"
3252 msgstr ""
3254 #: c-typeck.c:4725 cp/typeck2.c:512
3255 msgid "int-array initialized from non-wide string"
3256 msgstr ""
3258 #: c-typeck.c:4743 cp/typeck2.c:528
3259 msgid "initializer-string for array of chars is too long"
3260 msgstr ""
3262 #: c-typeck.c:4781
3263 msgid "array initialized from non-constant array expression"
3264 msgstr ""
3266 #: c-typeck.c:4798 c-typeck.c:4800 c-typeck.c:4816 c-typeck.c:4837
3267 #: c-typeck.c:6237
3268 msgid "initializer element is not constant"
3269 msgstr ""
3271 #: c-typeck.c:4832
3272 msgid "initialization"
3273 msgstr ""
3275 #: c-typeck.c:4843 c-typeck.c:6242
3276 msgid "initializer element is not computable at load time"
3277 msgstr ""
3279 #: c-typeck.c:4858 cp/typeck2.c:605
3280 msgid "invalid initializer"
3281 msgstr ""
3283 #: c-typeck.c:5351
3284 msgid "extra brace group at end of initializer"
3285 msgstr ""
3287 #: c-typeck.c:5371
3288 msgid "missing braces around initializer"
3289 msgstr ""
3291 #: c-typeck.c:5431
3292 msgid "braces around scalar initializer"
3293 msgstr ""
3295 #: c-typeck.c:5479
3296 msgid "initialization of flexible array member in a nested context"
3297 msgstr ""
3299 #: c-typeck.c:5481
3300 msgid "initialization of a flexible array member"
3301 msgstr ""
3303 #: c-typeck.c:5512
3304 msgid "missing initializer"
3305 msgstr ""
3307 #: c-typeck.c:5538
3308 msgid "empty scalar initializer"
3309 msgstr ""
3311 #: c-typeck.c:5543
3312 msgid "extra elements in scalar initializer"
3313 msgstr ""
3315 #: c-typeck.c:5629
3316 msgid "initialization designators may not nest"
3317 msgstr ""
3319 #: c-typeck.c:5650 c-typeck.c:5721
3320 msgid "array index in non-array initializer"
3321 msgstr ""
3323 #: c-typeck.c:5655 c-typeck.c:5773
3324 msgid "field name not in record or union initializer"
3325 msgstr ""
3327 #: c-typeck.c:5717 c-typeck.c:5719
3328 msgid "nonconstant array index in initializer"
3329 msgstr ""
3331 #: c-typeck.c:5724
3332 msgid "array index in initializer exceeds array bounds"
3333 msgstr ""
3335 #: c-typeck.c:5735
3336 msgid "empty index range in initializer"
3337 msgstr ""
3339 #: c-typeck.c:5744
3340 msgid "array index range in initializer exceeds array bounds"
3341 msgstr ""
3343 #: c-typeck.c:5785
3344 #, c-format
3345 msgid "unknown field `%s' specified in initializer"
3346 msgstr ""
3348 #: c-typeck.c:5822 c-typeck.c:5843 c-typeck.c:6304
3349 msgid "initialized field with side-effects overwritten"
3350 msgstr ""
3352 #: c-typeck.c:6514
3353 msgid "excess elements in char array initializer"
3354 msgstr ""
3356 #: c-typeck.c:6521 c-typeck.c:6567
3357 msgid "excess elements in struct initializer"
3358 msgstr ""
3360 #: c-typeck.c:6582
3361 msgid "non-static initialization of a flexible array member"
3362 msgstr ""
3364 #: c-typeck.c:6644
3365 msgid "excess elements in union initializer"
3366 msgstr ""
3368 #: c-typeck.c:6665
3369 msgid "traditional C rejects initialization of unions"
3370 msgstr ""
3372 #: c-typeck.c:6728
3373 msgid "excess elements in array initializer"
3374 msgstr ""
3376 #: c-typeck.c:6757
3377 msgid "excess elements in vector initializer"
3378 msgstr ""
3380 #: c-typeck.c:6779
3381 msgid "excess elements in scalar initializer"
3382 msgstr ""
3384 #: c-typeck.c:6886
3385 msgid "asm template is not a string constant"
3386 msgstr ""
3388 #: c-typeck.c:6918
3389 msgid "invalid lvalue in asm statement"
3390 msgstr ""
3392 #: c-typeck.c:6993
3393 msgid "modification by `asm'"
3394 msgstr ""
3396 #: c-typeck.c:7012 cp/typeck.c:6152
3397 msgid "function declared `noreturn' has a `return' statement"
3398 msgstr ""
3400 #: c-typeck.c:7019
3401 msgid "`return' with no value, in function returning non-void"
3402 msgstr ""
3404 #: c-typeck.c:7025
3405 msgid "`return' with a value, in function returning void"
3406 msgstr ""
3408 #: c-typeck.c:7029
3409 msgid "return"
3410 msgstr ""
3412 #: c-typeck.c:7081
3413 msgid "function returns address of local variable"
3414 msgstr ""
3416 #: c-typeck.c:7137 cp/semantics.c:555
3417 msgid "switch quantity not an integer"
3418 msgstr ""
3420 #: c-typeck.c:7147
3421 msgid "`long' switch expression not converted to `int' in ISO C"
3422 msgstr ""
3424 #: c-typeck.c:7182 cp/decl.c:5173
3425 msgid "case label not within a switch statement"
3426 msgstr ""
3428 #: c-typeck.c:7184 cp/decl.c:5178
3429 msgid "`default' label not within a switch statement"
3430 msgstr ""
3432 #: calls.c:1921
3433 #, c-format
3434 msgid "inlining failed in call to `%s'"
3435 msgstr ""
3437 #: calls.c:1922 calls.c:2228
3438 msgid "called from here"
3439 msgstr ""
3441 #: calls.c:2227
3442 #, c-format
3443 msgid "can't inline call to `%s'"
3444 msgstr ""
3446 #: calls.c:2257
3447 msgid "function call has aggregate value"
3448 msgstr ""
3450 #: calls.c:4614
3451 msgid "variable offset is passed partially in stack and in reg"
3452 msgstr ""
3454 #: calls.c:4616
3455 msgid "variable size is passed partially in stack and in reg"
3456 msgstr ""
3458 #: cfgloop.c:1106
3459 #, c-format
3460 msgid "Size of loop %d should be %d, not %d."
3461 msgstr ""
3463 #: cfgloop.c:1125
3464 #, c-format
3465 msgid "Bb %d do not belong to loop %d."
3466 msgstr ""
3468 #: cfgloop.c:1143
3469 #, c-format
3470 msgid "Loop %d's header does not have exactly 2 entries."
3471 msgstr ""
3473 #: cfgloop.c:1151
3474 #, c-format
3475 msgid "Loop %d's latch does not have exactly 1 successor."
3476 msgstr ""
3478 #: cfgloop.c:1156
3479 #, c-format
3480 msgid "Loop %d's latch does not have header as successor."
3481 msgstr ""
3483 #: cfgloop.c:1161
3484 #, c-format
3485 msgid "Loop %d's latch does not belong directly to it."
3486 msgstr ""
3488 #: cfgloop.c:1167
3489 #, c-format
3490 msgid "Loop %d's header does not belong directly to it."
3491 msgstr ""
3493 #: cfgrtl.c:1704
3494 #, c-format
3495 msgid "bb %d on wrong place"
3496 msgstr ""
3498 #: cfgrtl.c:1710
3499 #, c-format
3500 msgid "prev_bb of %d should be %d, not %d"
3501 msgstr ""
3503 #: cfgrtl.c:1730
3504 #, c-format
3505 msgid "end insn %d for block %d not found in the insn stream"
3506 msgstr ""
3508 #: cfgrtl.c:1744
3509 #, c-format
3510 msgid "insn %d is in multiple basic blocks (%d and %d)"
3511 msgstr ""
3513 #: cfgrtl.c:1756
3514 #, c-format
3515 msgid "head insn %d for block %d not found in the insn stream"
3516 msgstr ""
3518 #: cfgrtl.c:1778
3519 #, c-format
3520 msgid "verify_flow_info: REG_BR_PROB does not match cfg %i %i"
3521 msgstr ""
3523 #: cfgrtl.c:1785
3524 #, c-format
3525 msgid "verify_flow_info: Wrong count of block %i %i"
3526 msgstr ""
3528 #: cfgrtl.c:1791
3529 #, c-format
3530 msgid "verify_flow_info: Wrong frequency of block %i %i"
3531 msgstr ""
3533 #: cfgrtl.c:1799
3534 #, c-format
3535 msgid "verify_flow_info: Duplicate edge %i->%i"
3536 msgstr ""
3538 #: cfgrtl.c:1805
3539 #, c-format
3540 msgid "verify_flow_info: Wrong probability of edge %i->%i %i"
3541 msgstr ""
3543 #: cfgrtl.c:1811
3544 #, c-format
3545 msgid "verify_flow_info: Wrong count of edge %i->%i %i"
3546 msgstr ""
3548 #: cfgrtl.c:1841
3549 #, c-format
3550 msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
3551 msgstr ""
3553 #: cfgrtl.c:1856
3554 #, c-format
3555 msgid "verify_flow_info: Incorrect fallthru %i->%i"
3556 msgstr ""
3558 #: cfgrtl.c:1858
3559 msgid "wrong insn in the fallthru edge"
3560 msgstr ""
3562 #: cfgrtl.c:1865
3563 #, c-format
3564 msgid "verify_flow_info: Basic block %d succ edge is corrupted"
3565 msgstr ""
3567 #: cfgrtl.c:1881
3568 #, c-format
3569 msgid "Missing REG_EH_REGION note in the end of bb %i"
3570 msgstr ""
3572 #: cfgrtl.c:1889
3573 #, c-format
3574 msgid "Too many outgoing branch edges from bb %i"
3575 msgstr ""
3577 #: cfgrtl.c:1894
3578 #, c-format
3579 msgid "Fallthru edge after unconditional jump %i"
3580 msgstr ""
3582 #: cfgrtl.c:1899
3583 #, c-format
3584 msgid "Wrong amount of branch edges after unconditional jump %i"
3585 msgstr ""
3587 #: cfgrtl.c:1905
3588 #, c-format
3589 msgid "Wrong amount of branch edges after conditional jump %i"
3590 msgstr ""
3592 #: cfgrtl.c:1910
3593 #, c-format
3594 msgid "Call edges for non-call insn in bb %i"
3595 msgstr ""
3597 #: cfgrtl.c:1919
3598 #, c-format
3599 msgid "Abnormal edges for no purpose in bb %i"
3600 msgstr ""
3602 #: cfgrtl.c:1934
3603 #, c-format
3604 msgid "missing barrier after block %i"
3605 msgstr ""
3607 #: cfgrtl.c:1944
3608 #, c-format
3609 msgid "basic block %d pred edge is corrupted"
3610 msgstr ""
3612 #: cfgrtl.c:1961
3613 #, c-format
3614 msgid "insn %d inside basic block %d but block_for_insn is NULL"
3615 msgstr ""
3617 #: cfgrtl.c:1965
3618 #, c-format
3619 msgid "insn %d inside basic block %d but block_for_insn is %i"
3620 msgstr ""
3622 #: cfgrtl.c:1979 cfgrtl.c:1989
3623 #, c-format
3624 msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
3625 msgstr ""
3627 #: cfgrtl.c:2002
3628 #, c-format
3629 msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
3630 msgstr ""
3632 #: cfgrtl.c:2014
3633 #, c-format
3634 msgid "in basic block %d:"
3635 msgstr ""
3637 #: cfgrtl.c:2015
3638 msgid "flow control insn inside a basic block"
3639 msgstr ""
3641 #: cfgrtl.c:2034
3642 #, c-format
3643 msgid "basic block %i edge lists are corrupted"
3644 msgstr ""
3646 #: cfgrtl.c:2049
3647 msgid "basic blocks not numbered consecutively"
3648 msgstr ""
3650 #: cfgrtl.c:2074
3651 msgid "insn outside basic block"
3652 msgstr ""
3654 #: cfgrtl.c:2082
3655 msgid "return not followed by barrier"
3656 msgstr ""
3658 #: cfgrtl.c:2087
3659 #, c-format
3660 msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
3661 msgstr ""
3663 #: cfgrtl.c:2091
3664 msgid "verify_flow_info failed"
3665 msgstr ""
3667 #: collect2.c:425
3668 msgid "internal error"
3669 msgstr ""
3671 #: collect2.c:934
3672 msgid "no arguments"
3673 msgstr ""
3675 #: collect2.c:1263 collect2.c:1411 collect2.c:1444
3676 #, c-format
3677 msgid "fopen %s"
3678 msgstr ""
3680 #: collect2.c:1266 collect2.c:1416 collect2.c:1447
3681 #, c-format
3682 msgid "fclose %s"
3683 msgstr ""
3685 #: collect2.c:1275
3686 #, c-format
3687 msgid "collect2 version %s"
3688 msgstr ""
3690 #: collect2.c:1365
3691 #, c-format
3692 msgid "%d constructor(s) found\n"
3693 msgstr ""
3695 #: collect2.c:1366
3696 #, c-format
3697 msgid "%d destructor(s)  found\n"
3698 msgstr ""
3700 #: collect2.c:1367
3701 #, c-format
3702 msgid "%d frame table(s) found\n"
3703 msgstr ""
3705 #: collect2.c:1508
3706 #, c-format
3707 msgid "%s terminated with signal %d [%s]%s"
3708 msgstr ""
3710 #: collect2.c:1527
3711 #, c-format
3712 msgid "%s returned %d exit status"
3713 msgstr ""
3715 #: collect2.c:1555
3716 #, c-format
3717 msgid "[cannot find %s]"
3718 msgstr ""
3720 #: collect2.c:1570
3721 #, c-format
3722 msgid "cannot find `%s'"
3723 msgstr ""
3725 #: collect2.c:1581 collect2.c:1584
3726 #, c-format
3727 msgid "redirecting stdout: %s"
3728 msgstr ""
3730 #: collect2.c:1627
3731 #, c-format
3732 msgid "[Leaving %s]\n"
3733 msgstr ""
3735 #: collect2.c:1870
3736 #, c-format
3737 msgid ""
3738 "\n"
3739 "write_c_file - output name is %s, prefix is %s\n"
3740 msgstr ""
3742 #: collect2.c:2083
3743 msgid "cannot find `nm'"
3744 msgstr ""
3746 #: collect2.c:2093 collect2.c:2535
3747 msgid "pipe"
3748 msgstr ""
3750 #: collect2.c:2097 collect2.c:2539
3751 msgid "fdopen"
3752 msgstr ""
3754 #: collect2.c:2123 collect2.c:2565
3755 #, c-format
3756 msgid "dup2 %d 1"
3757 msgstr ""
3759 #: collect2.c:2126 collect2.c:2129 collect2.c:2142 collect2.c:2568
3760 #: collect2.c:2571 collect2.c:2584
3761 #, c-format
3762 msgid "close %d"
3763 msgstr ""
3765 #: collect2.c:2132 collect2.c:2574
3766 #, c-format
3767 msgid "execv %s"
3768 msgstr ""
3770 #: collect2.c:2186
3771 #, c-format
3772 msgid "init function found in object %s"
3773 msgstr ""
3775 #: collect2.c:2194
3776 #, c-format
3777 msgid "fini function found in object %s"
3778 msgstr ""
3780 #: collect2.c:2217 collect2.c:2623
3781 msgid "fclose"
3782 msgstr ""
3784 #: collect2.c:2262
3785 #, c-format
3786 msgid "unable to open file '%s'"
3787 msgstr ""
3789 #: collect2.c:2264
3790 #, c-format
3791 msgid "unable to stat file '%s'"
3792 msgstr ""
3794 #: collect2.c:2270
3795 #, c-format
3796 msgid "unable to mmap file '%s'"
3797 msgstr ""
3799 #: collect2.c:2423
3800 msgid "not found\n"
3801 msgstr ""
3803 #: collect2.c:2425 collect2.c:2602
3804 #, c-format
3805 msgid "dynamic dependency %s not found"
3806 msgstr ""
3808 #: collect2.c:2445
3809 #, c-format
3810 msgid "bad magic number in file '%s'"
3811 msgstr ""
3813 #: collect2.c:2467
3814 msgid "dynamic dependencies.\n"
3815 msgstr ""
3817 #: collect2.c:2526
3818 msgid "cannot find `ldd'"
3819 msgstr ""
3821 #: collect2.c:2587
3822 msgid ""
3823 "\n"
3824 "ldd output with constructors/destructors.\n"
3825 msgstr ""
3827 #: collect2.c:2614
3828 #, c-format
3829 msgid "unable to open dynamic dependency '%s'"
3830 msgstr ""
3832 #: collect2.c:2728
3833 #, c-format
3834 msgid "%s: not a COFF file"
3835 msgstr ""
3837 #: collect2.c:2847
3838 #, c-format
3839 msgid "%s: cannot open as COFF file"
3840 msgstr ""
3842 #: collect2.c:2903
3843 #, c-format
3844 msgid "library lib%s not found"
3845 msgstr ""
3847 #: collect2.c:3030
3848 #, c-format
3849 msgid "open %s"
3850 msgstr ""
3852 #: collect2.c:3053
3853 msgid "incompatibilities between object file & expected values"
3854 msgstr ""
3856 #: collect2.c:3126
3857 #, c-format
3858 msgid ""
3859 "\n"
3860 "Processing symbol table #%d, offset = 0x%.8lx, kind = %s\n"
3861 msgstr ""
3863 #: collect2.c:3135
3864 msgid "string section missing"
3865 msgstr ""
3867 #: collect2.c:3138
3868 msgid "section pointer missing"
3869 msgstr ""
3871 #: collect2.c:3186
3872 msgid "no symbol table found"
3873 msgstr ""
3875 #: collect2.c:3199
3876 msgid "no cmd_strings found"
3877 msgstr ""
3879 #: collect2.c:3211
3880 msgid ""
3881 "\n"
3882 "Updating header and load commands.\n"
3883 "\n"
3884 msgstr ""
3886 #: collect2.c:3218
3887 #, c-format
3888 msgid "load command map, %d cmds, new size %ld.\n"
3889 msgstr ""
3891 #: collect2.c:3249
3892 msgid ""
3893 "writing load commands.\n"
3894 "\n"
3895 msgstr ""
3897 #: collect2.c:3269
3898 #, c-format
3899 msgid "close %s"
3900 msgstr ""
3902 #: collect2.c:3343
3903 msgid "could not convert 0x%l.8x into a region"
3904 msgstr ""
3906 #: collect2.c:3347
3907 #, c-format
3908 msgid "%s function, region %d, offset = %ld (0x%.8lx)\n"
3909 msgstr ""
3911 #: collect2.c:3474
3912 msgid "bad magic number"
3913 msgstr ""
3915 #: collect2.c:3475
3916 msgid "bad header version"
3917 msgstr ""
3919 #: collect2.c:3476
3920 msgid "bad raw header version"
3921 msgstr ""
3923 #: collect2.c:3477
3924 msgid "raw header buffer too small"
3925 msgstr ""
3927 #: collect2.c:3478
3928 msgid "old raw header file"
3929 msgstr ""
3931 #: collect2.c:3479
3932 msgid "unsupported version"
3933 msgstr ""
3935 #: collect2.c:3481
3936 #, c-format
3937 msgid "unknown {de,en}code_mach_o_hdr return value %d"
3938 msgstr ""
3940 #: collect2.c:3501
3941 #, c-format
3942 msgid "fstat %s"
3943 msgstr ""
3945 #: collect2.c:3538 collect2.c:3586
3946 #, c-format
3947 msgid "lseek %s 0"
3948 msgstr ""
3950 #: collect2.c:3542
3951 #, c-format
3952 msgid "read %s"
3953 msgstr ""
3955 #: collect2.c:3545
3956 #, c-format
3957 msgid "read %ld bytes, expected %ld, from %s"
3958 msgstr ""
3960 #: collect2.c:3566
3961 #, c-format
3962 msgid "msync %s"
3963 msgstr ""
3965 #: collect2.c:3573
3966 #, c-format
3967 msgid "munmap %s"
3968 msgstr ""
3970 #: collect2.c:3590
3971 #, c-format
3972 msgid "write %s"
3973 msgstr ""
3975 #: collect2.c:3593
3976 #, c-format
3977 msgid "wrote %ld bytes, expected %ld, to %s"
3978 msgstr ""
3980 #: combine.c:12966
3981 #, c-format
3982 msgid ""
3983 ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new space),\n"
3984 ";; %d successes.\n"
3985 "\n"
3986 msgstr ""
3988 #: combine.c:12976
3989 #, c-format
3990 msgid ""
3991 "\n"
3992 ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
3993 ";; %d successes.\n"
3994 msgstr ""
3996 #: convert.c:69
3997 msgid "cannot convert to a pointer type"
3998 msgstr ""
4000 #: convert.c:102
4001 msgid "pointer value used where a floating point value was expected"
4002 msgstr ""
4004 #: convert.c:106
4005 msgid "aggregate value used where a float was expected"
4006 msgstr ""
4008 #: convert.c:132
4009 msgid "conversion to incomplete type"
4010 msgstr ""
4012 #: convert.c:414 convert.c:494
4013 msgid "can't convert between vector values of different size"
4014 msgstr ""
4016 #: convert.c:420
4017 msgid "aggregate value used where an integer was expected"
4018 msgstr ""
4020 #: convert.c:472 f/com.c:1100
4021 msgid "pointer value used where a complex was expected"
4022 msgstr ""
4024 #: convert.c:476 f/com.c:1102
4025 msgid "aggregate value used where a complex was expected"
4026 msgstr ""
4028 #: convert.c:500
4029 msgid "can't convert value to a vector"
4030 msgstr ""
4032 #: cpperror.c:113
4033 msgid "warning: "
4034 msgstr "Warnung: "
4036 #: cpperror.c:115
4037 msgid "internal error: "
4038 msgstr "interner Fehler: "
4040 #: cpperror.c:189
4041 msgid "stdout"
4042 msgstr ""
4044 #: cpperror.c:191 gcc.c:6444
4045 #, c-format
4046 msgid "%s: %s"
4047 msgstr ""
4049 #: cppexp.c:199
4050 msgid "too many decimal points in number"
4051 msgstr ""
4053 #: cppexp.c:219
4054 #, c-format
4055 msgid "invalid digit \"%c\" in octal constant"
4056 msgstr ""
4058 #: cppexp.c:225
4059 msgid "use of C99 hexadecimal floating constant"
4060 msgstr ""
4062 #: cppexp.c:234
4063 msgid "exponent has no digits"
4064 msgstr ""
4066 #: cppexp.c:241
4067 msgid "hexadecimal floating constants require an exponent"
4068 msgstr ""
4070 #: cppexp.c:247
4071 #, c-format
4072 msgid "invalid suffix \"%.*s\" on floating constant"
4073 msgstr ""
4075 #: cppexp.c:257 cppexp.c:282
4076 #, c-format
4077 msgid "traditional C rejects the \"%.*s\" suffix"
4078 msgstr ""
4080 #: cppexp.c:268
4081 #, c-format
4082 msgid "invalid suffix \"%.*s\" on integer constant"
4083 msgstr ""
4085 #: cppexp.c:289
4086 msgid "use of C99 long long integer constant"
4087 msgstr ""
4089 #: cppexp.c:295
4090 msgid "imaginary constants are a GCC extension"
4091 msgstr ""
4093 #: cppexp.c:383
4094 msgid "integer constant is too large for its type"
4095 msgstr ""
4097 #: cppexp.c:395
4098 msgid "integer constant is so large that it is unsigned"
4099 msgstr ""
4101 #: cppexp.c:482
4102 msgid "missing ')' after \"defined\""
4103 msgstr ""
4105 #: cppexp.c:489
4106 msgid "operator \"defined\" requires an identifier"
4107 msgstr ""
4109 #: cppexp.c:497
4110 #, c-format
4111 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
4112 msgstr ""
4114 #: cppexp.c:507
4115 msgid "this use of \"defined\" may not be portable"
4116 msgstr ""
4118 #: cppexp.c:545
4119 msgid "floating constant in preprocessor expression"
4120 msgstr ""
4122 #: cppexp.c:551
4123 msgid "imaginary number in preprocessor expression"
4124 msgstr ""
4126 #: cppexp.c:596
4127 #, c-format
4128 msgid "ISO C++ does not permit \"%s\" in #if"
4129 msgstr ""
4131 #: cppexp.c:604
4132 #, c-format
4133 msgid "\"%s\" is not defined"
4134 msgstr ""
4136 #: cppexp.c:737 cppexp.c:772
4137 #, c-format
4138 msgid "missing binary operator before token \"%s\""
4139 msgstr ""
4141 #: cppexp.c:756
4142 #, c-format
4143 msgid "invalid character '%c' in #if"
4144 msgstr ""
4146 #: cppexp.c:758
4147 #, c-format
4148 msgid "invalid character '\\%03o' in #if"
4149 msgstr ""
4151 #: cppexp.c:763
4152 #, c-format
4153 msgid "token \"%s\" is not valid in preprocessor expressions"
4154 msgstr ""
4156 #: cppexp.c:782
4157 msgid "void expression between '(' and ')'"
4158 msgstr ""
4160 #: cppexp.c:785
4161 msgid "#if with no expression"
4162 msgstr ""
4164 #: cppexp.c:787
4165 #, c-format
4166 msgid "operator '%s' has no right operand"
4167 msgstr ""
4169 #: cppexp.c:813
4170 msgid " ':' without preceding '?'"
4171 msgstr ""
4173 #: cppexp.c:840
4174 msgid "unbalanced stack in #if"
4175 msgstr ""
4177 #: cppexp.c:862
4178 #, c-format
4179 msgid "impossible operator '%u'"
4180 msgstr ""
4182 #: cppexp.c:954
4183 msgid "missing ')' in expression"
4184 msgstr ""
4186 #: cppexp.c:975
4187 msgid "'?' without following ':'"
4188 msgstr ""
4190 #: cppexp.c:985
4191 msgid "integer overflow in preprocessor expression"
4192 msgstr ""
4194 #: cppexp.c:990
4195 msgid "missing '(' in expression"
4196 msgstr ""
4198 #: cppexp.c:1026
4199 #, c-format
4200 msgid "the left operand of \"%s\" changes sign when promoted"
4201 msgstr ""
4203 #: cppexp.c:1031
4204 #, c-format
4205 msgid "the right operand of \"%s\" changes sign when promoted"
4206 msgstr ""
4208 #: cppexp.c:1414
4209 msgid "comma operator in operand of #if"
4210 msgstr ""
4212 #: cppexp.c:1551
4213 msgid "division by zero in #if"
4214 msgstr ""
4216 #: cppfiles.c:411
4217 #, c-format
4218 msgid "%s is too large"
4219 msgstr "%s ist zu groß"
4221 #: cppfiles.c:447
4222 #, c-format
4223 msgid "%s is shorter than expected"
4224 msgstr ""
4226 #: cppfiles.c:461
4227 #, c-format
4228 msgid "%s is a block device"
4229 msgstr ""
4231 #: cppfiles.c:594
4232 #, c-format
4233 msgid "no include path in which to find %s"
4234 msgstr ""
4236 #: cppfiles.c:668
4237 msgid "Multiple include guards may be useful for:\n"
4238 msgstr ""
4240 #: cppfiles.c:1014
4241 msgid "absolute file name in remap_filename"
4242 msgstr ""
4244 #: cppinit.c:224
4245 #, c-format
4246 msgid "ignoring nonexistent directory \"%s\"\n"
4247 msgstr "nicht vorhandenes Verzeichnis »%s« wird ignoriert\n"
4249 #: cppinit.c:231
4250 #, c-format
4251 msgid "%s: Not a directory"
4252 msgstr "%s: Kein Verzeichnis"
4254 #: cppinit.c:287
4255 #, c-format
4256 msgid "ignoring duplicate directory \"%s\"\n"
4257 msgstr "doppeltes Verzeichnis »%s« wird ignoriert\n"
4259 #: cppinit.c:325
4260 msgid "  as it is a non-system directory that duplicates a system directory\n"
4261 msgstr ""
4263 #: cppinit.c:891
4264 msgid "cppchar_t must be an unsigned type"
4265 msgstr ""
4267 #: cppinit.c:895
4268 #, c-format
4269 msgid "preprocessor arithmetic has maximum precision of %lu bits; target requires %lu bits"
4270 msgstr ""
4272 #: cppinit.c:901
4273 msgid "CPP arithmetic must be at least as precise as a target int"
4274 msgstr ""
4276 #: cppinit.c:904
4277 msgid "target char is less than 8 bits wide"
4278 msgstr ""
4280 #: cppinit.c:908
4281 msgid "target wchar_t is narrower than target char"
4282 msgstr ""
4284 #: cppinit.c:912
4285 msgid "target int is narrower than target char"
4286 msgstr ""
4288 #: cppinit.c:916
4289 msgid "CPP half-integer narrower than CPP character"
4290 msgstr ""
4292 #: cppinit.c:920
4293 #, c-format
4294 msgid "CPP on this host cannot handle wide character constants over %lu bits, but the target requires %lu bits"
4295 msgstr ""
4297 #: cppinit.c:972
4298 msgid "#include \"...\" search starts here:\n"
4299 msgstr ""
4301 #: cppinit.c:976
4302 msgid "#include <...> search starts here:\n"
4303 msgstr ""
4305 #: cppinit.c:979
4306 msgid "End of search list.\n"
4307 msgstr ""
4309 #: cppinit.c:1055
4310 msgid "<built-in>"
4311 msgstr ""
4313 #: cppinit.c:1057
4314 msgid "<command line>"
4315 msgstr ""
4317 #. Irix6 "cc -n32" and OSF4 cc have problems with char foo[] = ("string");
4318 #. I.e. a const string initializer with parens around it.  That is
4319 #. what N_("string") resolves to, so we make no_* be macros instead.
4320 #: cppinit.c:1162
4321 #, c-format
4322 msgid "assertion missing after %s"
4323 msgstr ""
4325 #: cppinit.c:1163
4326 #, c-format
4327 msgid "directory name missing after %s"
4328 msgstr ""
4330 #: cppinit.c:1164
4331 #, c-format
4332 msgid "file name missing after %s"
4333 msgstr ""
4335 #: cppinit.c:1165
4336 #, c-format
4337 msgid "macro name missing after %s"
4338 msgstr ""
4340 #: cppinit.c:1166
4341 #, c-format
4342 msgid "path name missing after %s"
4343 msgstr ""
4345 #: cppinit.c:1368
4346 msgid "-I- specified twice"
4347 msgstr ""
4349 #: cpplex.c:149
4350 #, c-format
4351 msgid "trigraph ??%c converted to %c"
4352 msgstr ""
4354 #: cpplex.c:157
4355 #, c-format
4356 msgid "trigraph ??%c ignored"
4357 msgstr ""
4359 #: cpplex.c:214
4360 msgid "backslash and newline separated by space"
4361 msgstr ""
4363 #: cpplex.c:221 cpptrad.c:158
4364 msgid "backslash-newline at end of file"
4365 msgstr ""
4367 #: cpplex.c:287 cpptrad.c:199
4368 msgid "\"/*\" within comment"
4369 msgstr ""
4371 #: cpplex.c:395
4372 msgid "null character(s) ignored"
4373 msgstr ""
4375 #: cpplex.c:402
4376 #, c-format
4377 msgid "%s in preprocessing directive"
4378 msgstr ""
4380 #: cpplex.c:475
4381 #, c-format
4382 msgid "attempt to use poisoned \"%s\""
4383 msgstr ""
4385 #: cpplex.c:483
4386 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
4387 msgstr ""
4389 #: cpplex.c:555
4390 msgid "'$' character(s) in identifier or number"
4391 msgstr ""
4393 #: cpplex.c:698
4394 #, c-format
4395 msgid "missing terminating %c character"
4396 msgstr ""
4398 #: cpplex.c:711
4399 msgid "null character(s) preserved in literal"
4400 msgstr ""
4402 #: cpplex.c:915 cpptrad.c:487
4403 msgid "no newline at end of file"
4404 msgstr ""
4406 #: cpplex.c:1092 cpptrad.c:213
4407 msgid "unterminated comment"
4408 msgstr "nicht beendeter Kommentar"
4410 #: cpplex.c:1103
4411 msgid "C++ style comments are not allowed in ISO C90"
4412 msgstr ""
4414 #: cpplex.c:1105
4415 msgid "(this will be reported only once per input file)"
4416 msgstr ""
4418 #: cpplex.c:1110
4419 msgid "multi-line comment"
4420 msgstr "mehrzeiliger Kommentar"
4422 #: cpplex.c:1425
4423 #, c-format
4424 msgid "unknown string token %s\n"
4425 msgstr ""
4427 #: cpplex.c:1438
4428 #, c-format
4429 msgid "unspellable token %s"
4430 msgstr ""
4432 #: cpplex.c:1695
4433 #, c-format
4434 msgid "the meaning of '\\%c' is different in traditional C"
4435 msgstr ""
4437 #: cpplex.c:1701
4438 msgid "incomplete universal-character-name"
4439 msgstr ""
4441 #: cpplex.c:1715
4442 #, c-format
4443 msgid "non-hex digit '%c' in universal-character-name"
4444 msgstr ""
4446 #: cpplex.c:1723
4447 msgid "universal-character-name on EBCDIC target"
4448 msgstr ""
4450 #: cpplex.c:1737
4451 msgid "universal-character-name out of range"
4452 msgstr ""
4454 #: cpplex.c:1791
4455 msgid "the meaning of '\\a' is different in traditional C"
4456 msgstr ""
4458 #: cpplex.c:1798
4459 #, c-format
4460 msgid "non-ISO-standard escape sequence, '\\%c'"
4461 msgstr ""
4463 #: cpplex.c:1809
4464 msgid "the meaning of '\\x' is different in traditional C"
4465 msgstr ""
4467 #: cpplex.c:1828 f/lex.c:585
4468 msgid "\\x used with no following hex digits"
4469 msgstr ""
4471 #: cpplex.c:1833
4472 msgid "hex escape sequence out of range"
4473 msgstr ""
4475 #: cpplex.c:1858
4476 msgid "octal escape sequence out of range"
4477 msgstr ""
4479 #: cpplex.c:1874
4480 #, c-format
4481 msgid "unknown escape sequence '\\%c'"
4482 msgstr ""
4484 #: cpplex.c:1877
4485 #, c-format
4486 msgid "unknown escape sequence: '\\%03o'"
4487 msgstr ""
4489 #: cpplex.c:1882
4490 msgid "escape sequence out of range for its type"
4491 msgstr ""
4493 #: cpplex.c:1973
4494 msgid "empty character constant"
4495 msgstr ""
4497 #: cpplex.c:1983
4498 msgid "character constant too long for its type"
4499 msgstr ""
4501 #: cpplex.c:1986
4502 msgid "multi-character character constant"
4503 msgstr ""
4505 #: cpplib.c:225
4506 #, c-format
4507 msgid "extra tokens at end of #%s directive"
4508 msgstr ""
4510 #: cpplib.c:315
4511 #, c-format
4512 msgid "#%s is a GCC extension"
4513 msgstr "#%s ist eine Erweiterung des GCC"
4515 #: cpplib.c:327
4516 msgid "suggest not using #elif in traditional C"
4517 msgstr ""
4519 #: cpplib.c:330
4520 #, c-format
4521 msgid "traditional C ignores #%s with the # indented"
4522 msgstr ""
4524 #: cpplib.c:334
4525 #, c-format
4526 msgid "suggest hiding #%s from traditional C with an indented #"
4527 msgstr ""
4529 #: cpplib.c:358
4530 msgid "embedding a directive within macro arguments is not portable"
4531 msgstr ""
4533 #: cpplib.c:378
4534 msgid "style of line directive is a GCC extension"
4535 msgstr ""
4537 #: cpplib.c:427
4538 #, c-format
4539 msgid "invalid preprocessing directive #%s"
4540 msgstr ""
4542 #: cpplib.c:499
4543 msgid "\"defined\" cannot be used as a macro name"
4544 msgstr ""
4546 #: cpplib.c:505
4547 #, c-format
4548 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
4549 msgstr ""
4551 #: cpplib.c:508
4552 #, c-format
4553 msgid "no macro name given in #%s directive"
4554 msgstr ""
4556 #: cpplib.c:511
4557 msgid "macro names must be identifiers"
4558 msgstr ""
4560 #: cpplib.c:551
4561 #, c-format
4562 msgid "undefining \"%s\""
4563 msgstr ""
4565 #: cpplib.c:597
4566 msgid "missing terminating > character"
4567 msgstr ""
4569 #: cpplib.c:636
4570 #, c-format
4571 msgid "#%s expects \"FILENAME\" or <FILENAME>"
4572 msgstr ""
4574 #: cpplib.c:647
4575 #, c-format
4576 msgid "empty file name in #%s"
4577 msgstr ""
4579 #: cpplib.c:666
4580 msgid "#include_next in primary source file"
4581 msgstr ""
4583 #: cpplib.c:673
4584 msgid "#import is obsolete, use an #ifndef wrapper in the header file"
4585 msgstr ""
4587 #: cpplib.c:681
4588 msgid "#include nested too deeply"
4589 msgstr ""
4591 #: cpplib.c:738
4592 #, c-format
4593 msgid "invalid flag \"%s\" in line directive"
4594 msgstr ""
4596 #: cpplib.c:813
4597 #, c-format
4598 msgid "\"%s\" after #line is not a positive integer"
4599 msgstr ""
4601 #: cpplib.c:819
4602 msgid "line number out of range"
4603 msgstr ""
4605 #: cpplib.c:830 cpplib.c:901
4606 #, c-format
4607 msgid "\"%s\" is not a valid filename"
4608 msgstr ""
4610 #: cpplib.c:865
4611 #, c-format
4612 msgid "\"%s\" after # is not a positive integer"
4613 msgstr ""
4615 #: cpplib.c:972
4616 msgid "invalid #ident directive"
4617 msgstr ""
4619 #: cpplib.c:1060
4620 #, c-format
4621 msgid "registering \"%s\" as both a pragma and a pragma namespace"
4622 msgstr ""
4624 #: cpplib.c:1063
4625 #, c-format
4626 msgid "#pragma %s %s is already registered"
4627 msgstr ""
4629 #: cpplib.c:1066
4630 #, c-format
4631 msgid "#pragma %s is already registered"
4632 msgstr ""
4634 #: cpplib.c:1140
4635 msgid "#pragma once is obsolete"
4636 msgstr ""
4638 #: cpplib.c:1143
4639 msgid "#pragma once in main file"
4640 msgstr ""
4642 #: cpplib.c:1167
4643 msgid "invalid #pragma GCC poison directive"
4644 msgstr ""
4646 #: cpplib.c:1176
4647 #, c-format
4648 msgid "poisoning existing macro \"%s\""
4649 msgstr ""
4651 #: cpplib.c:1198
4652 msgid "#pragma system_header ignored outside include file"
4653 msgstr ""
4655 #: cpplib.c:1223
4656 #, c-format
4657 msgid "cannot find source %s"
4658 msgstr ""
4660 #: cpplib.c:1227
4661 #, c-format
4662 msgid "current file is older than %s"
4663 msgstr ""
4665 #: cpplib.c:1343
4666 msgid "_Pragma takes a parenthesized string literal"
4667 msgstr ""
4669 #: cpplib.c:1426
4670 msgid "#else without #if"
4671 msgstr ""
4673 #: cpplib.c:1431
4674 msgid "#else after #else"
4675 msgstr ""
4677 #: cpplib.c:1433 cpplib.c:1467
4678 msgid "the conditional began here"
4679 msgstr ""
4681 #: cpplib.c:1460
4682 msgid "#elif without #if"
4683 msgstr ""
4685 #: cpplib.c:1465
4686 msgid "#elif after #else"
4687 msgstr ""
4689 #: cpplib.c:1496
4690 msgid "#endif without #if"
4691 msgstr ""
4693 #: cpplib.c:1579
4694 msgid "missing '(' after predicate"
4695 msgstr ""
4697 #: cpplib.c:1594
4698 msgid "missing ')' to complete answer"
4699 msgstr ""
4701 #: cpplib.c:1614
4702 msgid "predicate's answer is empty"
4703 msgstr ""
4705 #: cpplib.c:1644
4706 msgid "assertion without predicate"
4707 msgstr ""
4709 #: cpplib.c:1646
4710 msgid "predicate must be an identifier"
4711 msgstr ""
4713 #: cpplib.c:1735
4714 #, c-format
4715 msgid "\"%s\" re-asserted"
4716 msgstr ""
4718 #: cpplib.c:1965
4719 #, c-format
4720 msgid "unterminated #%s"
4721 msgstr ""
4723 #: cppmacro.c:94
4724 #, c-format
4725 msgid "macro \"%s\" is not used"
4726 msgstr ""
4728 #: cppmacro.c:139 cppmacro.c:294
4729 #, c-format
4730 msgid "invalid built-in macro \"%s\""
4731 msgstr ""
4733 #: cppmacro.c:234
4734 msgid "could not determine date and time"
4735 msgstr ""
4737 #: cppmacro.c:407
4738 msgid "invalid string literal, ignoring final '\\'"
4739 msgstr ""
4741 #: cppmacro.c:504
4742 #, c-format
4743 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
4744 msgstr ""
4746 #: cppmacro.c:546
4747 msgid "ISO C99 requires rest arguments to be used"
4748 msgstr ""
4750 #: cppmacro.c:551
4751 #, c-format
4752 msgid "macro \"%s\" requires %u arguments, but only %u given"
4753 msgstr ""
4755 #: cppmacro.c:556
4756 #, c-format
4757 msgid "macro \"%s\" passed %u arguments, but takes just %u"
4758 msgstr ""
4760 #: cppmacro.c:669 cpptrad.c:774
4761 #, c-format
4762 msgid "unterminated argument list invoking macro \"%s\""
4763 msgstr ""
4765 #: cppmacro.c:776
4766 #, c-format
4767 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
4768 msgstr ""
4770 #: cppmacro.c:1312
4771 #, c-format
4772 msgid "duplicate macro parameter \"%s\""
4773 msgstr ""
4775 #: cppmacro.c:1349
4776 #, c-format
4777 msgid "\"%s\" may not appear in macro parameter list"
4778 msgstr ""
4780 #: cppmacro.c:1357
4781 msgid "macro parameters must be comma-separated"
4782 msgstr ""
4784 #: cppmacro.c:1374
4785 msgid "parameter name missing"
4786 msgstr ""
4788 #: cppmacro.c:1389
4789 msgid "anonymous variadic macros were introduced in C99"
4790 msgstr ""
4792 #: cppmacro.c:1393
4793 msgid "ISO C does not permit named variadic macros"
4794 msgstr ""
4796 #: cppmacro.c:1402
4797 msgid "missing ')' in macro parameter list"
4798 msgstr ""
4800 #: cppmacro.c:1470
4801 msgid "ISO C requires whitespace after the macro name"
4802 msgstr ""
4804 #: cppmacro.c:1498
4805 msgid "'#' is not followed by a macro parameter"
4806 msgstr ""
4808 #: cppmacro.c:1517
4809 msgid "'##' cannot appear at either end of a macro expansion"
4810 msgstr ""
4812 #: cppmacro.c:1599
4813 #, c-format
4814 msgid "\"%s\" redefined"
4815 msgstr ""
4817 #: cppmacro.c:1604
4818 msgid "this is the location of the previous definition"
4819 msgstr ""
4821 #: cppmacro.c:1655
4822 #, c-format
4823 msgid "macro argument \"%s\" would be stringified in traditional C"
4824 msgstr ""
4826 #: cppmacro.c:1680
4827 #, c-format
4828 msgid "invalid hash type %d in cpp_macro_definition"
4829 msgstr ""
4831 #: cppspec.c:131
4832 #, c-format
4833 msgid "\"%s\" is not a valid option to the preprocessor"
4834 msgstr ""
4836 #: cppspec.c:155
4837 msgid "too many input files"
4838 msgstr "zu viele Eingabedateien"
4840 #: cpptrad.c:841
4841 #, c-format
4842 msgid "detected recursion whilst expanding macro \"%s\""
4843 msgstr ""
4845 #: cse.c:7187
4846 #, c-format
4847 msgid ";; Processing block from %d to %d, %d sets.\n"
4848 msgstr ""
4850 #: diagnostic.c:700
4851 msgid "((anonymous))"
4852 msgstr ""
4854 #: diagnostic.c:914
4855 #, c-format
4856 msgid "%s: warnings being treated as errors\n"
4857 msgstr ""
4859 #: diagnostic.c:949
4860 #, c-format
4861 msgid "%s: %s: "
4862 msgstr ""
4864 #: diagnostic.c:1040
4865 #, c-format
4866 msgid "%s "
4867 msgstr ""
4869 #: diagnostic.c:1042
4870 #, c-format
4871 msgid " %s"
4872 msgstr ""
4874 #: diagnostic.c:1064
4875 msgid "At top level:"
4876 msgstr ""
4878 #: diagnostic.c:1069
4879 #, c-format
4880 msgid "In member function `%s':"
4881 msgstr ""
4883 #: diagnostic.c:1073
4884 #, c-format
4885 msgid "In function `%s':"
4886 msgstr ""
4888 #: diagnostic.c:1161
4889 msgid "compilation terminated.\n"
4890 msgstr ""
4892 #: diagnostic.c:1179
4893 #, c-format
4894 msgid "%s:%d: confused by earlier errors, bailing out\n"
4895 msgstr ""
4897 #: diagnostic.c:1194 diagnostic.c:1302
4898 #, c-format
4899 msgid ""
4900 "Please submit a full bug report,\n"
4901 "with preprocessed source if appropriate.\n"
4902 "See %s for instructions.\n"
4903 msgstr ""
4904 "Bitte senden Sie einen vollständigen Fehlerbericht auf Englisch ein;\n"
4905 "bearbeiten Sie die Quellen zunächst mit eine Präprozessor, wenn es\n"
4906 "dienlich ist.\n"
4907 "Fehler in der deutschen Übersetzung sind an de@li.org zu melden.\n"
4908 "\n"
4909 "Gehen Sie gemäß den Hinweisen in %s vor.\n"
4911 #: diagnostic.c:1300
4912 msgid "Internal compiler error: Error reporting routines re-entered.\n"
4913 msgstr ""
4915 #: diagnostic.c:1362
4916 #, c-format
4917 msgid "in %s, at %s:%d"
4918 msgstr ""
4920 #: diagnostic.c:1383
4921 #, c-format
4922 msgid "In file included from %s:%d"
4923 msgstr ""
4925 #: diagnostic.c:1386
4926 #, c-format
4927 msgid ""
4928 ",\n"
4929 "                 from %s:%d"
4930 msgstr ""
4932 #: diagnostic.c:1387
4933 msgid ":\n"
4934 msgstr ""
4936 #: diagnostic.c:1431 diagnostic.c:1448
4937 #, c-format
4938 msgid "`%s' is deprecated (declared at %s:%d)"
4939 msgstr ""
4941 #: diagnostic.c:1451
4942 #, c-format
4943 msgid "`%s' is deprecated"
4944 msgstr ""
4946 #: diagnostic.c:1454
4947 #, c-format
4948 msgid "type is deprecated (declared at %s:%d)"
4949 msgstr ""
4951 #: diagnostic.c:1457
4952 msgid "type is deprecated"
4953 msgstr ""
4955 #: dominance.c:728
4956 #, c-format
4957 msgid "dominator of %d should be %d, not %d"
4958 msgstr ""
4960 #: dwarf2out.c:3124
4961 #, c-format
4962 msgid "DW_LOC_OP %s not implemented\n"
4963 msgstr ""
4965 #: dwarfout.c:2066
4966 #, c-format
4967 msgid "internal regno botch: `%s' has regno = %d\n"
4968 msgstr ""
4970 #: dwarfout.c:6181
4971 msgid "support for the DWARF1 debugging format is deprecated"
4972 msgstr ""
4974 #: dwarfout.c:6278
4975 msgid "can't get current directory"
4976 msgstr ""
4978 #: emit-rtl.c:1151
4979 msgid "can't access real part of complex value in hard register"
4980 msgstr ""
4982 #: emit-rtl.c:1173
4983 msgid "can't access imaginary part of complex value in hard register"
4984 msgstr ""
4986 #: emit-rtl.c:3418
4987 msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
4988 msgstr ""
4990 #: errors.c:136
4991 #, c-format
4992 msgid "abort in %s, at %s:%d"
4993 msgstr ""
4995 #: except.c:371
4996 msgid "exception handling disabled, use -fexceptions to enable"
4997 msgstr ""
4999 #: except.c:2969
5000 msgid "argument of `__builtin_eh_return_regno' must be constant"
5001 msgstr ""
5003 #: except.c:3090 except.c:3112
5004 msgid "__builtin_eh_return not supported on this target"
5005 msgstr ""
5007 #: explow.c:1398
5008 msgid "stack limits not supported on this target"
5009 msgstr ""
5011 #: expr.c:3323
5012 msgid "function using short complex types cannot be inline"
5013 msgstr ""
5015 #: expr.c:6197 expr.c:6206 expr.c:6215 expr.c:6220 expr.c:6522 expr.c:6538
5016 msgid "unsupported wide integer operation"
5017 msgstr ""
5019 #: expr.c:6587
5020 #, c-format
5021 msgid "prior parameter's size depends on `%s'"
5022 msgstr ""
5024 #: expr.c:6932
5025 msgid "returned value in block_exit_expr"
5026 msgstr ""
5028 #: final.c:1342
5029 msgid "negative insn length"
5030 msgstr ""
5032 #: final.c:2793
5033 msgid "could not split insn"
5034 msgstr ""
5036 #: final.c:3141
5037 msgid "invalid `asm': "
5038 msgstr ""
5040 #: final.c:3328
5041 msgid "nested assembly dialect alternatives"
5042 msgstr ""
5044 #: final.c:3345 final.c:3357
5045 msgid "unterminated assembly dialect alternative"
5046 msgstr ""
5048 #: final.c:3401
5049 #, c-format
5050 msgid "operand number missing after %%-letter"
5051 msgstr ""
5053 #: final.c:3404 final.c:3443
5054 msgid "operand number out of range"
5055 msgstr ""
5057 #: final.c:3462
5058 #, c-format
5059 msgid "invalid %%-code"
5060 msgstr ""
5062 #: final.c:3493
5063 #, c-format
5064 msgid "`%%l' operand isn't a label"
5065 msgstr ""
5067 #. We can't handle floating point constants;
5068 #. PRINT_OPERAND must handle them.
5069 #: final.c:3600 vmsdbgout.c:466 config/i386/i386.c:6104
5070 #: config/pdp11/pdp11.c:1573
5071 msgid "floating constant misused"
5072 msgstr ""
5074 #: final.c:3656 vmsdbgout.c:523 config/i386/i386.c:6182
5075 #: config/pdp11/pdp11.c:1620
5076 msgid "invalid expression as operand"
5077 msgstr ""
5079 #: flow.c:352
5080 msgid "function might be possible candidate for attribute `noreturn'"
5081 msgstr ""
5083 #: flow.c:357
5084 msgid "`noreturn' function does return"
5085 msgstr ""
5087 #: flow.c:378
5088 msgid "control reaches end of non-void function"
5089 msgstr ""
5091 #: flow.c:1641
5092 msgid "Attempt to delete prologue/epilogue insn:"
5093 msgstr ""
5095 #: fold-const.c:2545 fold-const.c:2558
5096 #, c-format
5097 msgid "comparison is always %d due to width of bit-field"
5098 msgstr ""
5100 #: fold-const.c:3752 fold-const.c:3769
5101 #, c-format
5102 msgid "comparison is always %d"
5103 msgstr ""
5105 #: fold-const.c:3900
5106 msgid "`or' of unmatched not-equal tests is always 1"
5107 msgstr ""
5109 #: fold-const.c:3905
5110 msgid "`and' of mutually exclusive equal-tests is always 0"
5111 msgstr ""
5113 #: function.c:881 varasm.c:1503
5114 #, c-format
5115 msgid "size of variable `%s' is too large"
5116 msgstr ""
5118 #: function.c:5470
5119 #, c-format
5120 msgid "`%s' might be used uninitialized in this function"
5121 msgstr ""
5123 #: function.c:5477
5124 #, c-format
5125 msgid "variable `%s' might be clobbered by `longjmp' or `vfork'"
5126 msgstr ""
5128 #: function.c:5496
5129 #, c-format
5130 msgid "argument `%s' might be clobbered by `longjmp' or `vfork'"
5131 msgstr ""
5133 #: function.c:6363
5134 msgid "function returns an aggregate"
5135 msgstr ""
5137 #: function.c:6868
5138 #, c-format
5139 msgid "unused parameter `%s'"
5140 msgstr ""
5142 #: gcc.c:1126
5143 #, c-format
5144 msgid "ambiguous abbreviation %s"
5145 msgstr ""
5147 #: gcc.c:1153
5148 #, c-format
5149 msgid "incomplete `%s' option"
5150 msgstr ""
5152 #: gcc.c:1164
5153 #, c-format
5154 msgid "missing argument to `%s' option"
5155 msgstr ""
5157 #: gcc.c:1177
5158 #, c-format
5159 msgid "extraneous argument to `%s' option"
5160 msgstr ""
5162 #: gcc.c:1505
5163 msgid "Using built-in specs.\n"
5164 msgstr ""
5166 #: gcc.c:1683
5167 #, c-format
5168 msgid ""
5169 "Setting spec %s to '%s'\n"
5170 "\n"
5171 msgstr ""
5173 #: gcc.c:1790
5174 #, c-format
5175 msgid "Reading specs from %s\n"
5176 msgstr ""
5178 #: gcc.c:1888 gcc.c:1907
5179 #, c-format
5180 msgid "specs %%include syntax malformed after %ld characters"
5181 msgstr ""
5183 #: gcc.c:1915
5184 #, c-format
5185 msgid "could not find specs file %s\n"
5186 msgstr ""
5188 #: gcc.c:1932 gcc.c:1940 gcc.c:1949 gcc.c:1958
5189 #, c-format
5190 msgid "specs %%rename syntax malformed after %ld characters"
5191 msgstr ""
5193 #: gcc.c:1967
5194 #, c-format
5195 msgid "specs %s spec was not found to be renamed"
5196 msgstr ""
5198 #: gcc.c:1974
5199 #, c-format
5200 msgid "%s: attempt to rename spec '%s' to already defined spec '%s'"
5201 msgstr ""
5203 #: gcc.c:1979
5204 #, c-format
5205 msgid "rename spec %s to %s\n"
5206 msgstr ""
5208 #: gcc.c:1981
5209 #, c-format
5210 msgid ""
5211 "spec is '%s'\n"
5212 "\n"
5213 msgstr ""
5215 #: gcc.c:1994
5216 #, c-format
5217 msgid "specs unknown %% command after %ld characters"
5218 msgstr ""
5220 #: gcc.c:2005 gcc.c:2018
5221 #, c-format
5222 msgid "specs file malformed after %ld characters"
5223 msgstr ""
5225 #: gcc.c:2072
5226 msgid "spec file has no spec for linking"
5227 msgstr ""
5229 #: gcc.c:2570
5230 msgid "-pipe not supported"
5231 msgstr "-pipe wird nicht unterstützt"
5233 # can we use j/n here, too?
5234 # 2002-04-23 18:57:43 CEST -ke-
5235 #: gcc.c:2625
5236 msgid ""
5237 "\n"
5238 "Go ahead? (y or n) "
5239 msgstr ""
5240 "\n"
5241 "Fortfahren? (y oder n) "
5243 #: gcc.c:2751
5244 #, c-format
5245 msgid ""
5246 "Internal error: %s (program %s)\n"
5247 "Please submit a full bug report.\n"
5248 "See %s for instructions."
5249 msgstr ""
5250 "Interner Fehler: %s (Programm %s)\n"
5251 "Bitte senden Sie einen vollständigen Fehlerbericht\n"
5252 "auf Englisch ein; Fehler in der deutschen Übersetzung\n"
5253 "sind an de@li.org zu melden.\n"
5254 "Gehen Sie gemäß den Hinweisen in %s vor."
5256 #: gcc.c:2769
5257 #, c-format
5258 msgid "# %s %.2f %.2f\n"
5259 msgstr ""
5261 #: gcc.c:2899
5262 #, c-format
5263 msgid "Usage: %s [options] file...\n"
5264 msgstr "Aufruf: %s [Optionen] Datei...\n"
5266 #: gcc.c:2900
5267 msgid "Options:\n"
5268 msgstr "Optionen:\n"
5270 #: gcc.c:2902
5271 msgid "  -pass-exit-codes         Exit with highest error code from a phase\n"
5272 msgstr ""
5274 #: gcc.c:2903
5275 msgid "  --help                   Display this information\n"
5276 msgstr "  --help                   Diese Informationen anzeigen\n"
5278 #: gcc.c:2904
5279 msgid "  --target-help            Display target specific command line options\n"
5280 msgstr ""
5282 #: gcc.c:2906
5283 msgid "  (Use '-v --help' to display command line options of sub-processes)\n"
5284 msgstr ""
5286 #: gcc.c:2907
5287 msgid "  -dumpspecs               Display all of the built in spec strings\n"
5288 msgstr ""
5290 #: gcc.c:2908
5291 msgid "  -dumpversion             Display the version of the compiler\n"
5292 msgstr ""
5294 #: gcc.c:2909
5295 msgid "  -dumpmachine             Display the compiler's target processor\n"
5296 msgstr ""
5298 #: gcc.c:2910
5299 msgid "  -print-search-dirs       Display the directories in the compiler's search path\n"
5300 msgstr ""
5302 #: gcc.c:2911
5303 msgid "  -print-libgcc-file-name  Display the name of the compiler's companion library\n"
5304 msgstr ""
5306 #: gcc.c:2912
5307 msgid "  -print-file-name=<lib>   Display the full path to library <lib>\n"
5308 msgstr ""
5310 #: gcc.c:2913
5311 msgid "  -print-prog-name=<prog>  Display the full path to compiler component <prog>\n"
5312 msgstr ""
5314 #: gcc.c:2914
5315 msgid "  -print-multi-directory   Display the root directory for versions of libgcc\n"
5316 msgstr ""
5318 #: gcc.c:2915
5319 msgid ""
5320 "  -print-multi-lib         Display the mapping between command line options and\n"
5321 "                           multiple library search directories\n"
5322 msgstr ""
5324 #: gcc.c:2918
5325 msgid "  -print-multi-os-directory Display the relative path to OS libraries\n"
5326 msgstr ""
5328 #: gcc.c:2919
5329 msgid "  -Wa,<options>            Pass comma-separated <options> on to the assembler\n"
5330 msgstr ""
5332 #: gcc.c:2920
5333 msgid "  -Wp,<options>            Pass comma-separated <options> on to the preprocessor\n"
5334 msgstr ""
5336 #: gcc.c:2921
5337 msgid "  -Wl,<options>            Pass comma-separated <options> on to the linker\n"
5338 msgstr ""
5340 #: gcc.c:2922
5341 msgid "  -Xlinker <arg>           Pass <arg> on to the linker\n"
5342 msgstr ""
5344 #: gcc.c:2923
5345 msgid "  -save-temps              Do not delete intermediate files\n"
5346 msgstr ""
5348 #: gcc.c:2924
5349 msgid "  -pipe                    Use pipes rather than intermediate files\n"
5350 msgstr ""
5352 #: gcc.c:2925
5353 msgid "  -time                    Time the execution of each subprocess\n"
5354 msgstr ""
5356 #: gcc.c:2926
5357 msgid "  -specs=<file>            Override built-in specs with the contents of <file>\n"
5358 msgstr ""
5360 #: gcc.c:2927
5361 msgid "  -std=<standard>          Assume that the input sources are for <standard>\n"
5362 msgstr ""
5364 #: gcc.c:2928
5365 msgid "  -B <directory>           Add <directory> to the compiler's search paths\n"
5366 msgstr ""
5368 #: gcc.c:2929
5369 msgid "  -b <machine>             Run gcc for target <machine>, if installed\n"
5370 msgstr ""
5372 #: gcc.c:2930
5373 msgid "  -V <version>             Run gcc version number <version>, if installed\n"
5374 msgstr ""
5376 #: gcc.c:2931
5377 msgid "  -v                       Display the programs invoked by the compiler\n"
5378 msgstr ""
5380 #: gcc.c:2932
5381 msgid "  -###                     Like -v but options quoted and commands not executed\n"
5382 msgstr ""
5384 #: gcc.c:2933
5385 msgid "  -E                       Preprocess only; do not compile, assemble or link\n"
5386 msgstr ""
5388 #: gcc.c:2934
5389 msgid "  -S                       Compile only; do not assemble or link\n"
5390 msgstr ""
5392 #: gcc.c:2935
5393 msgid "  -c                       Compile and assemble, but do not link\n"
5394 msgstr ""
5396 #: gcc.c:2936
5397 msgid "  -o <file>                Place the output into <file>\n"
5398 msgstr "  -o <Datei>               Ausgabe in <Datei> schreiben\n"
5400 #: gcc.c:2937
5401 msgid ""
5402 "  -x <language>            Specify the language of the following input files\n"
5403 "                           Permissable languages include: c c++ assembler none\n"
5404 "                           'none' means revert to the default behavior of\n"
5405 "                           guessing the language based on the file's extension\n"
5406 msgstr ""
5408 #: gcc.c:2944
5409 #, c-format
5410 msgid ""
5411 "\n"
5412 "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
5413 " passed on to the various sub-processes invoked by %s.  In order to pass\n"
5414 " other options on to these processes the -W<letter> options must be used.\n"
5415 msgstr ""
5417 #: gcc.c:3079
5418 #, c-format
5419 msgid "`-%c' option must have argument"
5420 msgstr ""
5422 #: gcc.c:3101
5423 #, c-format
5424 msgid "couldn't run `%s': %s"
5425 msgstr ""
5427 #. translate_options () has turned --version into -fversion.
5428 #: gcc.c:3278
5429 #, c-format
5430 msgid "%s (GCC) %s\n"
5431 msgstr "%s (GCC) %s\n"
5433 #: gcc.c:3279
5434 msgid "Copyright (C) 2002 Free Software Foundation, Inc.\n"
5435 msgstr "Copyright © 2002 Free Software Foundation, Inc.\n"
5437 #: gcc.c:3281 gcov.c:364
5438 msgid ""
5439 "This is free software; see the source for copying conditions.  There is NO\n"
5440 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
5441 "\n"
5442 msgstr ""
5443 "Dies ist freie Software; die Kopierbedingungen stehen in den Quellen. Es\n"
5444 "gibt KEINE Garantie; auch nicht für VERKAUFBARKEIT oder FÜR SPEZIELLE ZWECKE.\n"
5445 "\n"
5447 #: gcc.c:3382
5448 msgid "argument to `-Xlinker' is missing"
5449 msgstr ""
5451 #: gcc.c:3390
5452 msgid "argument to `-l' is missing"
5453 msgstr ""
5455 #: gcc.c:3407
5456 msgid "argument to `-specs' is missing"
5457 msgstr ""
5459 #: gcc.c:3422
5460 msgid "argument to `-specs=' is missing"
5461 msgstr ""
5463 #: gcc.c:3452
5464 #, c-format
5465 msgid "`-%c' must come at the start of the command line"
5466 msgstr ""
5468 #: gcc.c:3461
5469 msgid "argument to `-B' is missing"
5470 msgstr ""
5472 #: gcc.c:3634
5473 msgid "cannot specify -o with -c or -S and multiple compilations"
5474 msgstr ""
5476 #: gcc.c:3807
5477 msgid "warning: -pipe ignored because -save-temps specified"
5478 msgstr ""
5480 #: gcc.c:3811
5481 msgid "warning: -pipe ignored because -time specified"
5482 msgstr ""
5484 #: gcc.c:3823
5485 msgid "argument to `-x' is missing"
5486 msgstr ""
5488 #: gcc.c:3851
5489 #, c-format
5490 msgid "argument to `-%s' is missing"
5491 msgstr ""
5493 #: gcc.c:3912
5494 #, c-format
5495 msgid "warning: `-x %s' after last input file has no effect"
5496 msgstr ""
5498 #: gcc.c:4257
5499 msgid "invalid specification!  Bug in cc"
5500 msgstr ""
5502 #: gcc.c:4411
5503 #, c-format
5504 msgid "%s\n"
5505 msgstr ""
5507 #. Catch the case where a spec string contains something like
5508 #. '%{foo:%*}'.  ie there is no * in the pattern on the left
5509 #. hand side of the :.
5510 #: gcc.c:4971
5511 #, c-format
5512 msgid "spec failure: '%%*' has not been initialized by pattern match"
5513 msgstr ""
5515 #: gcc.c:4980
5516 #, c-format
5517 msgid "warning: use of obsolete %%[ operator in specs"
5518 msgstr ""
5520 #: gcc.c:4998
5521 #, c-format
5522 msgid "Processing spec %c%s%c, which is '%s'\n"
5523 msgstr ""
5525 #: gcc.c:5123
5526 #, c-format
5527 msgid "spec failure: unrecognized spec option '%c'"
5528 msgstr ""
5530 #: gcc.c:5204
5531 #, c-format
5532 msgid "unknown spec function `%s'"
5533 msgstr ""
5535 #: gcc.c:5223
5536 #, c-format
5537 msgid "error in args to spec function `%s'"
5538 msgstr ""
5540 #: gcc.c:5272
5541 msgid "malformed spec function name"
5542 msgstr ""
5544 #. )
5545 #: gcc.c:5275
5546 msgid "no arguments for spec function"
5547 msgstr ""
5549 #: gcc.c:5294
5550 msgid "malformed spec function arguments"
5551 msgstr ""
5553 #: gcc.c:5402
5554 msgid "mismatched braces in specs"
5555 msgstr ""
5557 #: gcc.c:6097
5558 #, c-format
5559 msgid "unrecognized option `-%s'"
5560 msgstr ""
5562 #: gcc.c:6103
5563 #, c-format
5564 msgid "install: %s%s\n"
5565 msgstr ""
5567 #: gcc.c:6104
5568 #, c-format
5569 msgid "programs: %s\n"
5570 msgstr ""
5572 #: gcc.c:6105
5573 #, c-format
5574 msgid "libraries: %s\n"
5575 msgstr ""
5577 #: gcc.c:6162
5578 msgid ""
5579 "\n"
5580 "For bug reporting instructions, please see:\n"
5581 msgstr ""
5582 "\n"
5583 "Zum Einsenden von Fehlerberichten (auf Englisch) lesen Sie bitte die\n"
5584 "folgenden Hinweise; Fehler in der deutschen Übersetzung sind an de@li.org\n"
5585 "zu melden:\n"
5587 #: gcc.c:6178
5588 #, c-format
5589 msgid "Configured with: %s\n"
5590 msgstr "Konfiguriert mit: %s\n"
5592 #: gcc.c:6192
5593 #, c-format
5594 msgid "Thread model: %s\n"
5595 msgstr ""
5597 #: gcc.c:6203
5598 #, c-format
5599 msgid "gcc version %s\n"
5600 msgstr "gcc-Version %s\n"
5602 #: gcc.c:6205
5603 #, c-format
5604 msgid "gcc driver version %s executing gcc version %s\n"
5605 msgstr ""
5607 #: gcc.c:6213
5608 msgid "no input files"
5609 msgstr "keine Eingabedateien"
5611 #: gcc.c:6251
5612 #, c-format
5613 msgid "%s: %s compiler not installed on this system"
5614 msgstr "%s: %s-Compiler ist auf diesem System nicht installiert"
5616 #: gcc.c:6326
5617 #, c-format
5618 msgid "%s: linker input file unused because linking not done"
5619 msgstr ""
5621 #: gcc.c:6369
5622 #, c-format
5623 msgid "language %s not recognized"
5624 msgstr "Sprache %s nicht erkannt"
5626 #: gcc.c:6472
5627 msgid "internal gcc abort"
5628 msgstr ""
5630 #: gcov.c:325
5631 msgid "Internal gcov abort.\n"
5632 msgstr ""
5634 #: gcov.c:338
5635 msgid ""
5636 "Usage: gcov [OPTION]... SOURCEFILE\n"
5637 "\n"
5638 msgstr ""
5639 "Aufruf: gcov [OPTION]... QUELLDATEI\n"
5640 "\n"
5642 #: gcov.c:339
5643 msgid ""
5644 "Print code coverage information.\n"
5645 "\n"
5646 msgstr ""
5648 #: gcov.c:340
5649 msgid "  -h, --help                      Print this help, then exit\n"
5650 msgstr "  -h, --help                      Diese Hilfe anzeigen\n"
5652 #: gcov.c:341
5653 msgid "  -v, --version                   Print version number, then exit\n"
5654 msgstr "  -v, --version                   Versionsnummer anzeigen\n"
5656 #: gcov.c:342
5657 msgid "  -b, --branch-probabilities      Include branch probabilities in output\n"
5658 msgstr ""
5660 #: gcov.c:343
5661 msgid ""
5662 "  -c, --branch-counts             Given counts of branches taken\n"
5663 "                                    rather than percentages\n"
5664 msgstr ""
5666 #: gcov.c:345
5667 msgid "  -n, --no-output                 Do not create an output file\n"
5668 msgstr "  -n, --no-output                 Keine Ausgabedatei erzeugen\n"
5670 #: gcov.c:346
5671 msgid ""
5672 "  -l, --long-file-names           Use long output file names for included\n"
5673 "                                    source files\n"
5674 msgstr ""
5676 #: gcov.c:348
5677 msgid "  -f, --function-summaries        Output summaries for each function\n"
5678 msgstr ""
5680 #: gcov.c:349
5681 msgid "  -o, --object-directory DIR|FILE Search for object files in DIR or called FILE\n"
5682 msgstr ""
5684 #: gcov.c:350
5685 msgid "  -p, --preserve-paths            Preserve all pathname components\n"
5686 msgstr ""
5688 #: gcov.c:351
5689 #, c-format
5690 msgid ""
5691 "\n"
5692 "For bug reporting instructions, please see:\n"
5693 "%s.\n"
5694 msgstr ""
5695 "\n"
5696 "Zum Einsenden von Fehlerberichten (auf Englisch) lesen Sie bitte die Hinweise in:\n"
5697 "%s.\n"
5698 "Fehler in der deutschen Übersetzung sind an de@li.org zu melden.\n"
5700 #: gcov.c:361
5701 #, c-format
5702 msgid "gcov (GCC) %s\n"
5703 msgstr "gcov (GCC) %s\n"
5705 #: gcov.c:362
5706 msgid "Copyright (C) 2001 Free Software Foundation, Inc.\n"
5707 msgstr "Copyright © 2001 Free Software Foundation, Inc.\n"
5709 #: gcov.c:500
5710 #, c-format
5711 msgid "Could not open basic block file %s.\n"
5712 msgstr ""
5714 #: gcov.c:507
5715 #, c-format
5716 msgid "Could not open program flow graph file %s.\n"
5717 msgstr ""
5719 #: gcov.c:524
5720 #, c-format
5721 msgid "Could not open data file %s.\n"
5722 msgstr ""
5724 #: gcov.c:525
5725 msgid "Assuming that all execution counts are zero.\n"
5726 msgstr ""
5728 #: gcov.c:534
5729 #, c-format
5730 msgid "No executable code associated with file %s.\n"
5731 msgstr ""
5733 #: gcov.c:1186
5734 #, c-format
5735 msgid "%s of %d lines executed in %s %s\n"
5736 msgstr ""
5738 #: gcov.c:1191
5739 #, c-format
5740 msgid "No executable lines in %s %s\n"
5741 msgstr ""
5743 #: gcov.c:1198
5744 #, c-format
5745 msgid "%s of %d branches executed in %s %s\n"
5746 msgstr ""
5748 #: gcov.c:1203
5749 #, c-format
5750 msgid "%s of %d branches taken at least once in %s %s\n"
5751 msgstr ""
5753 #: gcov.c:1209
5754 #, c-format
5755 msgid "No branches in %s %s\n"
5756 msgstr ""
5758 #: gcov.c:1211
5759 #, c-format
5760 msgid "%s of %d calls executed in %s %s\n"
5761 msgstr ""
5763 #: gcov.c:1216
5764 #, c-format
5765 msgid "No calls in %s %s\n"
5766 msgstr ""
5768 #: gcov.c:1351
5769 #, c-format
5770 msgid "didn't use all bb entries of graph, function %s\n"
5771 msgstr ""
5773 #: gcov.c:1353
5774 #, c-format
5775 msgid "block_num = %ld, num_blocks = %d\n"
5776 msgstr ""
5778 #: gcov.c:1367
5779 #, c-format
5780 msgid "ERROR: unexpected line number %ld\n"
5781 msgstr ""
5783 #: gcov.c:1383
5784 #, c-format
5785 msgid "ERROR: too many basic blocks in function %s\n"
5786 msgstr ""
5788 #: gcov.c:1398
5789 #, c-format
5790 msgid "ERROR: out of range line number in function %s\n"
5791 msgstr ""
5793 #: gcov.c:1470
5794 #, c-format
5795 msgid "Could not open source file %s.\n"
5796 msgstr ""
5798 #: gcov.c:1480
5799 #, c-format
5800 msgid "Warning: source file %s is newer than %s\n"
5801 msgstr ""
5803 #: gcov.c:1510
5804 #, c-format
5805 msgid "Unexpected EOF while reading source file %s.\n"
5806 msgstr ""
5808 #: gcov.c:1532
5809 #, c-format
5810 msgid "call   %2d never executed\n"
5811 msgstr ""
5813 #: gcov.c:1535
5814 #, c-format
5815 msgid "call   %2d returns %s\n"
5816 msgstr ""
5818 #: gcov.c:1543
5819 #, c-format
5820 msgid "branch %2d never executed\n"
5821 msgstr ""
5823 #: gcov.c:1546
5824 #, c-format
5825 msgid "branch %2d taken %s\n"
5826 msgstr ""
5828 #: gcov.c:1610
5829 #, c-format
5830 msgid "Creating %s.\n"
5831 msgstr ""
5833 #: gcov.c:1613
5834 #, c-format
5835 msgid "Error writing output file %s.\n"
5836 msgstr ""
5838 #: gcov.c:1618
5839 #, c-format
5840 msgid "Could not open output file %s.\n"
5841 msgstr ""
5843 #: gcse.c:761
5844 #, c-format
5845 msgid "GCSE disabled: %d > 1000 basic blocks and %d >= 20 edges/basic block"
5846 msgstr ""
5848 #: gcse.c:773
5849 #, c-format
5850 msgid "GCSE disabled: %d basic blocks and %d registers"
5851 msgstr ""
5853 #: genautomata.c:1490
5854 #, c-format
5855 msgid "Name `%s' contains quotes"
5856 msgstr ""
5858 #: genautomata.c:1621
5859 #, c-format
5860 msgid "invalid string `%s' in define_cpu_unit"
5861 msgstr ""
5863 #: genautomata.c:1650
5864 #, c-format
5865 msgid "invalid string `%s' in define_query_cpu_unit"
5866 msgstr ""
5868 #: genautomata.c:1682 genautomata.c:1685
5869 #, c-format
5870 msgid "invalid string `%s' in define_bypass"
5871 msgstr ""
5873 #: genautomata.c:1720
5874 #, c-format
5875 msgid "invalid first string `%s' in exclusion_set"
5876 msgstr ""
5878 #: genautomata.c:1724
5879 #, c-format
5880 msgid "invalid second string `%s' in exclusion_set"
5881 msgstr ""
5883 #: genautomata.c:1760
5884 #, c-format
5885 msgid "invalid first string `%s' in presence_set"
5886 msgstr ""
5888 #: genautomata.c:1764
5889 #, c-format
5890 msgid "invalid second string `%s' in presence_set"
5891 msgstr ""
5893 #: genautomata.c:1800
5894 #, c-format
5895 msgid "invalid first string `%s' in absence_set"
5896 msgstr ""
5898 #: genautomata.c:1804
5899 #, c-format
5900 msgid "invalid second string `%s' in absence_set"
5901 msgstr ""
5903 #: genautomata.c:1837
5904 #, c-format
5905 msgid "invalid string `%s' in define_automaton"
5906 msgstr ""
5908 #: genautomata.c:1868
5909 #, c-format
5910 msgid "invalid option `%s' in automata_option"
5911 msgstr "ungültige Option »%s« in automata_option"
5913 #: genautomata.c:1890
5914 #, c-format
5915 msgid "garbage after ) in reservation `%s'"
5916 msgstr ""
5918 #: genautomata.c:1921 genautomata.c:1954 genautomata.c:1981
5919 #, fuzzy, c-format
5920 msgid "invalid `%s' in reservation `%s'"
5921 msgstr "ungültige Option »%s«"
5923 #: genautomata.c:1932
5924 #, c-format
5925 msgid "repetition `%s' <= 1 in reservation `%s'"
5926 msgstr ""
5928 #: genautomata.c:2425
5929 #, c-format
5930 msgid "unit `%s' in exclusion is not declared"
5931 msgstr ""
5933 #: genautomata.c:2427
5934 #, c-format
5935 msgid "`%s' in exclusion is not unit"
5936 msgstr ""
5938 #: genautomata.c:2465
5939 #, c-format
5940 msgid "unit `%s' excludes itself"
5941 msgstr ""
5943 #: genautomata.c:2473
5944 #, c-format
5945 msgid "units `%s' and `%s' in exclusion set belong to different automata"
5946 msgstr ""
5948 #: genautomata.c:2603 genautomata.c:2609
5949 #, c-format
5950 msgid "unit `%s' excludes and requires presence of `%s'"
5951 msgstr ""
5953 #: genautomata.c:2623 genautomata.c:2629
5954 #, c-format
5955 msgid "unit `%s' requires absence and presence of `%s'"
5956 msgstr ""
5958 #: genautomata.c:2692 genautomata.c:2695
5959 #, fuzzy, c-format
5960 msgid "repeated declaration of automaton `%s'"
5961 msgstr "Deklaration von »%D« als %s"
5963 #: genautomata.c:2711
5964 #, c-format
5965 msgid "define_insn_reservation `%s' has negative latency time"
5966 msgstr ""
5968 #: genautomata.c:2717
5969 #, c-format
5970 msgid "`%s' is already used as insn reservation name"
5971 msgstr ""
5973 #: genautomata.c:2723
5974 #, c-format
5975 msgid "define_bypass `%s - %s' has negative latency time"
5976 msgstr ""
5978 #: genautomata.c:2737
5979 #, c-format
5980 msgid "automaton `%s' is not declared"
5981 msgstr ""
5983 #: genautomata.c:2747
5984 #, c-format
5985 msgid "define_unit `%s' without automaton when one defined"
5986 msgstr ""
5988 #: genautomata.c:2753
5989 #, c-format
5990 msgid "`%s' is declared as cpu unit"
5991 msgstr ""
5993 #: genautomata.c:2762
5994 #, fuzzy, c-format
5995 msgid "`%s' is declared as cpu reservation"
5996 msgstr "»%s« als »static« deklariert, aber nirgendwo definiert"
5998 #: genautomata.c:2772
5999 #, c-format
6000 msgid "repeated declaration of unit `%s'"
6001 msgstr "wiederholte Deklaration von Unit »%s«"
6003 #: genautomata.c:2775
6004 #, c-format
6005 msgid "repeated declaration of reservation `%s'"
6006 msgstr ""
6008 #: genautomata.c:2790 genautomata.c:2793
6009 #, c-format
6010 msgid "there is no insn reservation `%s'"
6011 msgstr ""
6013 #: genautomata.c:2810 genautomata.c:2815
6014 #, c-format
6015 msgid "the same bypass `%s - %s' is already defined"
6016 msgstr ""
6018 #: genautomata.c:2820
6019 #, c-format
6020 msgid "bypass `%s - %s' is already defined"
6021 msgstr ""
6023 #: genautomata.c:2925 genautomata.c:2927
6024 #, c-format
6025 msgid "automaton `%s' is not used"
6026 msgstr ""
6028 #: genautomata.c:2950
6029 #, c-format
6030 msgid "undeclared unit or reservation `%s'"
6031 msgstr ""
6033 #: genautomata.c:3028 genautomata.c:3030
6034 #, c-format
6035 msgid "unit `%s' is not used"
6036 msgstr "Unit »%s« wird nicht verwendet"
6038 #: genautomata.c:3035 genautomata.c:3037
6039 #, c-format
6040 msgid "reservation `%s' is not used"
6041 msgstr ""
6043 #: genautomata.c:3134
6044 #, c-format
6045 msgid "cycle in definition of reservation `%s'"
6046 msgstr ""
6048 #: genautomata.c:5333
6049 #, c-format
6050 msgid "Units `%s' and `%s' should be in the same automaton"
6051 msgstr ""
6053 #: genautomata.c:9441
6054 msgid "-split has no argument."
6055 msgstr ""
6057 #: genautomata.c:9442
6058 msgid "option `-split' has not been implemented yet\n"
6059 msgstr ""
6061 #: genautomata.c:9486 genautomata.c:9491
6062 #, c-format
6063 msgid "Automaton `%s': Insn `%s' will never be issued"
6064 msgstr ""
6066 #: genautomata.c:9498 genautomata.c:9501
6067 #, c-format
6068 msgid "Insn `%s' will never be issued"
6069 msgstr ""
6071 #: genautomata.c:9649
6072 msgid "Errors in DFA description"
6073 msgstr ""
6075 #: genautomata.c:9732
6076 #, c-format
6077 msgid "Error in writing DFA description file %s"
6078 msgstr ""
6080 #: genconditions.c:196
6081 msgid "No input file name."
6082 msgstr "Kein Eingabedateiname,"
6084 #: graph.c:420 profile.c:1204 profile.c:1211 toplev.c:1836 toplev.c:5121
6085 #: f/com.c:14138 java/jcf-parse.c:913 java/jcf-parse.c:1059 java/lex.c:1767
6086 #: objc/objc-act.c:449
6087 #, c-format
6088 msgid "can't open %s"
6089 msgstr "Es ist nicht möglich »%s« zu öffnen"
6091 #: haifa-sched.c:196
6092 #, c-format
6093 msgid "fix_sched_param: unknown param: %s"
6094 msgstr ""
6096 #: integrate.c:172
6097 msgid "function cannot be inline"
6098 msgstr ""
6100 #: integrate.c:176
6101 msgid "varargs function cannot be inline"
6102 msgstr ""
6104 #: integrate.c:179
6105 msgid "function using alloca cannot be inline"
6106 msgstr ""
6108 #: integrate.c:182
6109 msgid "function using setjmp cannot be inline"
6110 msgstr ""
6112 #: integrate.c:185
6113 msgid "function uses __builtin_eh_return"
6114 msgstr ""
6116 #: integrate.c:188
6117 msgid "function with nested functions cannot be inline"
6118 msgstr ""
6120 #: integrate.c:192
6121 msgid "function with label addresses used in initializers cannot inline"
6122 msgstr ""
6124 #: integrate.c:199 integrate.c:243
6125 msgid "function too large to be inline"
6126 msgstr ""
6128 #: integrate.c:209
6129 msgid "no prototype, and parameter address used; cannot be inline"
6130 msgstr ""
6132 #: integrate.c:216 integrate.c:261
6133 msgid "inline functions not supported for this return value type"
6134 msgstr ""
6136 #: integrate.c:221
6137 msgid "function with varying-size return value cannot be inline"
6138 msgstr ""
6140 #: integrate.c:228
6141 msgid "function with varying-size parameter cannot be inline"
6142 msgstr ""
6144 #: integrate.c:231
6145 msgid "function with transparent unit parameter cannot be inline"
6146 msgstr ""
6148 #: integrate.c:250
6149 msgid "function with computed jump cannot inline"
6150 msgstr ""
6152 #: integrate.c:254
6153 msgid "function with nonlocal goto cannot be inline"
6154 msgstr ""
6156 #: integrate.c:268
6157 msgid "function with target specific attribute(s) cannot be inlined"
6158 msgstr ""
6160 #: line-map.c:198
6161 #, c-format
6162 msgid "In file included from %s:%u"
6163 msgstr ""
6165 #. Translators note: this message is used in conjunction
6166 #. with "In file included from %s:%ld" and some other
6167 #. tricks.  We want something like this:
6169 #. | In file included from sys/select.h:123,
6170 #. |                  from sys/types.h:234,
6171 #. |                  from userfile.c:31:
6172 #. | bits/select.h:45: <error message here>
6174 #. with all the "from"s lined up.
6175 #. The trailing comma is at the beginning of this message,
6176 #. and the trailing colon is not translated.
6177 #: line-map.c:216
6178 #, c-format
6179 msgid ""
6180 ",\n"
6181 "                 from %s:%u"
6182 msgstr ""
6184 #. If we didn't find this parameter, issue an error message.
6185 #: params.c:80
6186 #, c-format
6187 msgid "invalid parameter `%s'"
6188 msgstr ""
6190 #: profile.c:397
6191 #, c-format
6192 msgid "Profile does not match flowgraph of function %s (out of date?)"
6193 msgstr ""
6195 #: profile.c:400
6196 msgid ".da file corrupted"
6197 msgstr ""
6199 #: profile.c:634
6200 #, c-format
6201 msgid "corrupted profile info: prob for %d-%d thought to be %d"
6202 msgstr ""
6204 #: profile.c:1226
6205 #, c-format
6206 msgid "file %s not found, execution counts assumed to be zero"
6207 msgstr ""
6209 #: protoize.c:542
6210 #, c-format
6211 msgid "%s: internal abort\n"
6212 msgstr ""
6214 #: protoize.c:633
6215 #, c-format
6216 msgid "%s: error writing file `%s': %s\n"
6217 msgstr ""
6219 #: protoize.c:678
6220 #, c-format
6221 msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
6222 msgstr ""
6224 #: protoize.c:681
6225 #, c-format
6226 msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
6227 msgstr ""
6229 #: protoize.c:788
6230 #, c-format
6231 msgid "%s: warning: no read access for file `%s'\n"
6232 msgstr ""
6234 #: protoize.c:796
6235 #, c-format
6236 msgid "%s: warning: no write access for file `%s'\n"
6237 msgstr ""
6239 #: protoize.c:804
6240 #, c-format
6241 msgid "%s: warning: no write access for dir containing `%s'\n"
6242 msgstr ""
6244 #. Catch cases like /.. where we try to backup to a
6245 #. point above the absolute root of the logical file
6246 #. system.
6247 #: protoize.c:1222
6248 #, c-format
6249 msgid "%s: invalid file name: %s\n"
6250 msgstr ""
6252 #: protoize.c:1374
6253 #, c-format
6254 msgid "%s: %s: can't get status: %s\n"
6255 msgstr ""
6257 #: protoize.c:1395
6258 #, c-format
6259 msgid ""
6260 "\n"
6261 "%s: fatal error: aux info file corrupted at line %d\n"
6262 msgstr ""
6264 #: protoize.c:1731
6265 #, c-format
6266 msgid "%s:%d: declaration of function `%s' takes different forms\n"
6267 msgstr ""
6269 #: protoize.c:1989
6270 #, c-format
6271 msgid "%s: compiling `%s'\n"
6272 msgstr ""
6274 #: protoize.c:2012
6275 #, c-format
6276 msgid "%s: wait: %s\n"
6277 msgstr ""
6279 #: protoize.c:2017
6280 #, c-format
6281 msgid "%s: subprocess got fatal signal %d\n"
6282 msgstr ""
6284 #: protoize.c:2025
6285 #, c-format
6286 msgid "%s: %s exited with status %d\n"
6287 msgstr ""
6289 #: protoize.c:2077
6290 #, c-format
6291 msgid "%s: warning: missing SYSCALLS file `%s'\n"
6292 msgstr ""
6294 #: protoize.c:2086 protoize.c:2115
6295 #, c-format
6296 msgid "%s: can't read aux info file `%s': %s\n"
6297 msgstr ""
6299 #: protoize.c:2131 protoize.c:2159
6300 #, c-format
6301 msgid "%s: can't get status of aux info file `%s': %s\n"
6302 msgstr ""
6304 #: protoize.c:2187
6305 #, c-format
6306 msgid "%s: can't open aux info file `%s' for reading: %s\n"
6307 msgstr ""
6309 #: protoize.c:2205
6310 #, c-format
6311 msgid "%s: error reading aux info file `%s': %s\n"
6312 msgstr ""
6314 #: protoize.c:2218
6315 #, c-format
6316 msgid "%s: error closing aux info file `%s': %s\n"
6317 msgstr ""
6319 #: protoize.c:2234
6320 #, c-format
6321 msgid "%s: can't delete aux info file `%s': %s\n"
6322 msgstr ""
6324 #: protoize.c:2316 protoize.c:4318
6325 #, c-format
6326 msgid "%s: can't delete file `%s': %s\n"
6327 msgstr ""
6329 #: protoize.c:2395
6330 #, c-format
6331 msgid "%s: warning: can't rename file `%s' to `%s': %s\n"
6332 msgstr ""
6334 #: protoize.c:2520
6335 #, c-format
6336 msgid "%s: conflicting extern definitions of '%s'\n"
6337 msgstr ""
6339 #: protoize.c:2524
6340 #, c-format
6341 msgid "%s: declarations of '%s' will not be converted\n"
6342 msgstr ""
6344 #: protoize.c:2526
6345 #, c-format
6346 msgid "%s: conflict list for '%s' follows:\n"
6347 msgstr ""
6349 #: protoize.c:2559
6350 #, c-format
6351 msgid "%s: warning: using formals list from %s(%d) for function `%s'\n"
6352 msgstr ""
6354 #: protoize.c:2599
6355 #, c-format
6356 msgid "%s: %d: `%s' used but missing from SYSCALLS\n"
6357 msgstr ""
6359 #: protoize.c:2605
6360 #, c-format
6361 msgid "%s: %d: warning: no extern definition for `%s'\n"
6362 msgstr ""
6364 #: protoize.c:2636
6365 #, c-format
6366 msgid "%s: warning: no static definition for `%s' in file `%s'\n"
6367 msgstr ""
6369 #: protoize.c:2642
6370 #, c-format
6371 msgid "%s: multiple static defs of `%s' in file `%s'\n"
6372 msgstr ""
6374 #: protoize.c:2815 protoize.c:2818
6375 #, c-format
6376 msgid "%s: %d: warning: source too confusing\n"
6377 msgstr ""
6379 #: protoize.c:3024
6380 #, c-format
6381 msgid "%s: %d: warning: varargs function declaration not converted\n"
6382 msgstr ""
6384 #: protoize.c:3039
6385 #, c-format
6386 msgid "%s: declaration of function `%s' not converted\n"
6387 msgstr ""
6389 #: protoize.c:3162
6390 #, c-format
6391 msgid "%s: warning: too many parameter lists in declaration of `%s'\n"
6392 msgstr ""
6394 #: protoize.c:3183
6395 #, c-format
6396 msgid ""
6397 "\n"
6398 "%s: warning: too few parameter lists in declaration of `%s'\n"
6399 msgstr ""
6401 #: protoize.c:3281
6402 #, c-format
6403 msgid "%s: %d: warning: found `%s' but expected `%s'\n"
6404 msgstr ""
6406 #: protoize.c:3459
6407 #, c-format
6408 msgid "%s: local declaration for function `%s' not inserted\n"
6409 msgstr ""
6411 #: protoize.c:3486
6412 #, c-format
6413 msgid ""
6414 "\n"
6415 "%s: %d: warning: can't add declaration of `%s' into macro call\n"
6416 msgstr ""
6418 #: protoize.c:3560
6419 #, c-format
6420 msgid "%s: global declarations for file `%s' not inserted\n"
6421 msgstr ""
6423 #: protoize.c:3651 protoize.c:3681
6424 #, c-format
6425 msgid "%s: definition of function `%s' not converted\n"
6426 msgstr ""
6428 #: protoize.c:3670
6429 #, c-format
6430 msgid "%s: %d: warning: definition of %s not converted\n"
6431 msgstr ""
6433 #: protoize.c:4000
6434 #, c-format
6435 msgid "%s: found definition of `%s' at %s(%d)\n"
6436 msgstr ""
6438 #. If we make it here, then we did not know about this
6439 #. function definition.
6440 #: protoize.c:4016
6441 #, c-format
6442 msgid "%s: %d: warning: `%s' excluded by preprocessing\n"
6443 msgstr ""
6445 #: protoize.c:4019
6446 #, c-format
6447 msgid "%s: function definition not converted\n"
6448 msgstr ""
6450 #: protoize.c:4078
6451 #, c-format
6452 msgid "%s: `%s' not converted\n"
6453 msgstr ""
6455 #: protoize.c:4086
6456 #, c-format
6457 msgid "%s: would convert file `%s'\n"
6458 msgstr ""
6460 #: protoize.c:4089
6461 #, c-format
6462 msgid "%s: converting file `%s'\n"
6463 msgstr ""
6465 #: protoize.c:4099
6466 #, c-format
6467 msgid "%s: can't get status for file `%s': %s\n"
6468 msgstr ""
6470 #: protoize.c:4141
6471 #, c-format
6472 msgid "%s: can't open file `%s' for reading: %s\n"
6473 msgstr ""
6475 #: protoize.c:4156
6476 #, c-format
6477 msgid ""
6478 "\n"
6479 "%s: error reading input file `%s': %s\n"
6480 msgstr ""
6482 #: protoize.c:4190
6483 #, c-format
6484 msgid "%s: can't create/open clean file `%s': %s\n"
6485 msgstr ""
6487 #: protoize.c:4295
6488 #, c-format
6489 msgid "%s: warning: file `%s' already saved in `%s'\n"
6490 msgstr ""
6492 #: protoize.c:4303
6493 #, c-format
6494 msgid "%s: can't link file `%s' to `%s': %s\n"
6495 msgstr ""
6497 #: protoize.c:4333
6498 #, c-format
6499 msgid "%s: can't create/open output file `%s': %s\n"
6500 msgstr ""
6502 #: protoize.c:4366
6503 #, c-format
6504 msgid "%s: can't change mode of file `%s': %s\n"
6505 msgstr ""
6507 #: protoize.c:4541
6508 #, c-format
6509 msgid "%s: cannot get working directory: %s\n"
6510 msgstr ""
6512 #: protoize.c:4639
6513 #, c-format
6514 msgid "%s: input file names must have .c suffixes: %s\n"
6515 msgstr ""
6517 #: ra.c:750
6518 msgid "Didn't find a coloring.\n"
6519 msgstr ""
6521 #: reg-stack.c:673
6522 #, c-format
6523 msgid "output constraint %d must specify a single register"
6524 msgstr ""
6526 #: reg-stack.c:683
6527 #, c-format
6528 msgid "output constraint %d cannot be specified together with \"%s\" clobber"
6529 msgstr ""
6531 #: reg-stack.c:706
6532 msgid "output regs must be grouped at top of stack"
6533 msgstr ""
6535 #: reg-stack.c:743
6536 msgid "implicitly popped regs must be grouped at top of stack"
6537 msgstr ""
6539 #: reg-stack.c:762
6540 #, c-format
6541 msgid "output operand %d must use `&' constraint"
6542 msgstr ""
6544 #: regclass.c:753
6545 #, c-format
6546 msgid "can't use '%s' as a %s register"
6547 msgstr ""
6549 #: regclass.c:768 config/ia64/ia64.c:4169 config/ia64/ia64.c:4176
6550 #, c-format
6551 msgid "unknown register name: %s"
6552 msgstr ""
6554 #: regclass.c:779
6555 msgid "global register variable follows a function definition"
6556 msgstr ""
6558 #: regclass.c:783
6559 msgid "register used for two global register variables"
6560 msgstr ""
6562 #: regclass.c:788
6563 msgid "call-clobbered register used for global register variable"
6564 msgstr ""
6566 #: regrename.c:1899
6567 #, c-format
6568 msgid "validate_value_data: [%u] Bad next_regno for empty chain (%u)"
6569 msgstr ""
6571 #: regrename.c:1911
6572 #, c-format
6573 msgid "validate_value_data: Loop in regno chain (%u)"
6574 msgstr ""
6576 #: regrename.c:1914
6577 #, c-format
6578 msgid "validate_value_data: [%u] Bad oldest_regno (%u)"
6579 msgstr ""
6581 #: regrename.c:1926
6582 #, c-format
6583 msgid "validate_value_data: [%u] Non-empty reg in chain (%s %u %i)"
6584 msgstr ""
6586 #: reload.c:1225
6587 msgid "cannot reload integer constant operand in `asm'"
6588 msgstr ""
6590 #: reload.c:1247
6591 msgid "impossible register constraint in `asm'"
6592 msgstr ""
6594 #: reload.c:3467
6595 msgid "`&' constraint used with no register class"
6596 msgstr ""
6598 #: reload.c:3635
6599 msgid "unable to generate reloads for:"
6600 msgstr ""
6602 #: reload.c:3636 reload.c:3850
6603 msgid "inconsistent operand constraints in an `asm'"
6604 msgstr ""
6606 #: reload1.c:1255
6607 msgid "frame size too large for reliable stack checking"
6608 msgstr ""
6610 #: reload1.c:1258
6611 msgid "try reducing the number of local variables"
6612 msgstr ""
6614 #: reload1.c:1914
6615 #, c-format
6616 msgid "can't find a register in class `%s' while reloading `asm'"
6617 msgstr ""
6619 #: reload1.c:1918
6620 #, c-format
6621 msgid "unable to find a register to spill in class `%s'"
6622 msgstr ""
6624 #: reload1.c:1920
6625 msgid "this is the insn:"
6626 msgstr ""
6628 #: reload1.c:3941
6629 msgid "`asm' operand requires impossible reload"
6630 msgstr ""
6632 #. It's the compiler's fault.
6633 #: reload1.c:5055
6634 msgid "could not find a spill register"
6635 msgstr ""
6637 #: reload1.c:5060
6638 msgid "`asm' operand constraint incompatible with operand size"
6639 msgstr ""
6641 #. It's the compiler's fault.
6642 #: reload1.c:6680
6643 msgid "VOIDmode on an output"
6644 msgstr ""
6646 #: reload1.c:6681
6647 msgid "output operand is constant in `asm'"
6648 msgstr ""
6650 #: rtl-error.c:140
6651 msgid "unrecognizable insn:"
6652 msgstr ""
6654 #: rtl-error.c:142
6655 msgid "insn does not satisfy its constraints:"
6656 msgstr ""
6658 #: rtl.c:558
6659 #, c-format
6660 msgid "RTL check: access of elt %d of `%s' with last elt %d in %s, at %s:%d"
6661 msgstr ""
6663 #: rtl.c:573
6664 #, c-format
6665 msgid "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
6666 msgstr ""
6668 #: rtl.c:589
6669 #, c-format
6670 msgid "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %s:%d"
6671 msgstr ""
6673 #: rtl.c:602
6674 #, c-format
6675 msgid "RTL check: expected code `%s', have `%s' in %s, at %s:%d"
6676 msgstr ""
6678 #: rtl.c:616
6679 #, c-format
6680 msgid "RTL check: expected code `%s' or `%s', have `%s' in %s, at %s:%d"
6681 msgstr ""
6683 #: rtl.c:631
6684 #, c-format
6685 msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
6686 msgstr ""
6688 #: rtl.c:646
6689 #, c-format
6690 msgid "RTL flag check: %s used with unexpected rtx code `%s' in %s, at %s:%d"
6691 msgstr ""
6693 #: stmt.c:753
6694 #, c-format
6695 msgid "jump to `%s' invalidly jumps into binding contour"
6696 msgstr ""
6698 #: stmt.c:989 stmt.c:3731
6699 #, c-format
6700 msgid "label `%s' used before containing binding contour"
6701 msgstr ""
6703 #: stmt.c:1169
6704 msgid "output operand constraint lacks `='"
6705 msgstr ""
6707 #: stmt.c:1184
6708 #, c-format
6709 msgid "output constraint `%c' for operand %d is not at the beginning"
6710 msgstr ""
6712 #: stmt.c:1206
6713 msgid "operand constraint contains incorrectly positioned '+' or '='"
6714 msgstr ""
6716 #: stmt.c:1212 stmt.c:1316
6717 #, c-format
6718 msgid "`%%' constraint used with last operand"
6719 msgstr ""
6721 #: stmt.c:1231
6722 msgid "matching constraint not valid in output operand"
6723 msgstr ""
6725 #: stmt.c:1307
6726 #, c-format
6727 msgid "input operand constraint contains `%c'"
6728 msgstr ""
6730 #: stmt.c:1347
6731 msgid "matching constraint references invalid operand number"
6732 msgstr ""
6734 #: stmt.c:1379
6735 #, c-format
6736 msgid "invalid punctuation `%c' in constraint"
6737 msgstr ""
6739 #: stmt.c:1429
6740 #, c-format
6741 msgid "asm-specifier for variable `%s' conflicts with asm clobber list"
6742 msgstr ""
6744 #: stmt.c:1519
6745 #, c-format
6746 msgid "unknown register name `%s' in `asm'"
6747 msgstr ""
6749 #: stmt.c:1567
6750 #, c-format
6751 msgid "more than %d operands in `asm'"
6752 msgstr ""
6754 #: stmt.c:1626
6755 #, c-format
6756 msgid "output number %d not directly addressable"
6757 msgstr ""
6759 #. ??? Leave this only until we have experience with what
6760 #. happens in combine and elsewhere when constraints are
6761 #. not satisfied.
6762 #: stmt.c:1698 stmt.c:1727
6763 #, c-format
6764 msgid "asm operand %d probably doesn't match constraints"
6765 msgstr ""
6767 #: stmt.c:1858
6768 msgid "asm clobber conflict with output operand"
6769 msgstr ""
6771 #: stmt.c:1863
6772 msgid "asm clobber conflict with input operand"
6773 msgstr ""
6775 #: stmt.c:1898
6776 msgid "too many alternatives in `asm'"
6777 msgstr ""
6779 #: stmt.c:1910
6780 msgid "operand constraints for `asm' differ in number of alternatives"
6781 msgstr ""
6783 #: stmt.c:1963
6784 #, c-format
6785 msgid "duplicate asm operand name '%s'"
6786 msgstr ""
6788 #: stmt.c:2050
6789 msgid "missing close brace for named operand"
6790 msgstr ""
6792 #: stmt.c:2078
6793 #, c-format
6794 msgid "undefined named operand '%s'"
6795 msgstr ""
6797 #: stmt.c:3668
6798 #, c-format
6799 msgid "unused variable `%s'"
6800 msgstr ""
6802 #: stmt.c:5149
6803 #, c-format
6804 msgid "enumeration value `%s' not handled in switch"
6805 msgstr ""
6807 #: stmt.c:5174 stmt.c:5194
6808 #, c-format
6809 msgid "case value `%ld' not in enumerated type"
6810 msgstr ""
6812 #: stmt.c:5177 stmt.c:5197
6813 #, c-format
6814 msgid "case value `%ld' not in enumerated type `%s'"
6815 msgstr ""
6817 #: stmt.c:5270
6818 msgid "switch missing default case"
6819 msgstr ""
6821 #: stor-layout.c:178
6822 msgid "type size can't be explicitly evaluated"
6823 msgstr ""
6825 #: stor-layout.c:180
6826 msgid "variable-size type declared outside of any function"
6827 msgstr ""
6829 #: stor-layout.c:461
6830 #, c-format
6831 msgid "size of `%s' is %d bytes"
6832 msgstr ""
6834 #: stor-layout.c:463
6835 #, c-format
6836 msgid "size of `%s' is larger than %d bytes"
6837 msgstr ""
6839 #: stor-layout.c:869 stor-layout.c:1285
6840 #, c-format
6841 msgid "packed attribute causes inefficient alignment for `%s'"
6842 msgstr ""
6844 #: stor-layout.c:871 stor-layout.c:1287
6845 #, c-format
6846 msgid "packed attribute is unnecessary for `%s'"
6847 msgstr ""
6849 #: stor-layout.c:886
6850 #, c-format
6851 msgid "padding struct to align `%s'"
6852 msgstr ""
6854 #: stor-layout.c:1249
6855 msgid "padding struct size to alignment boundary"
6856 msgstr ""
6858 #: stor-layout.c:1292
6859 msgid "packed attribute causes inefficient alignment"
6860 msgstr ""
6862 #: stor-layout.c:1294
6863 msgid "packed attribute is unnecessary"
6864 msgstr ""
6866 #: timevar.c:448
6867 msgid ""
6868 "\n"
6869 "Execution times (seconds)\n"
6870 msgstr ""
6872 #. Print total time.
6873 #: timevar.c:498
6874 msgid " TOTAL                 :"
6875 msgstr ""
6877 #: timevar.c:534
6878 #, c-format
6879 msgid "time in %s: %ld.%06ld (%ld%%)\n"
6880 msgstr ""
6882 #: tlink.c:399
6883 #, c-format
6884 msgid "collect: reading %s\n"
6885 msgstr ""
6887 #: tlink.c:502
6888 #, c-format
6889 msgid "collect: recompiling %s\n"
6890 msgstr ""
6892 #: tlink.c:668
6893 #, c-format
6894 msgid "collect: tweaking %s in %s\n"
6895 msgstr ""
6897 #: tlink.c:715
6898 msgid "collect: relinking\n"
6899 msgstr ""
6901 #: tlink.c:724
6902 #, c-format
6903 msgid "ld returned %d exit status"
6904 msgstr ""
6906 #: toplev.c:920
6907 msgid "Generate debugging info in default format"
6908 msgstr ""
6910 #: toplev.c:921
6911 msgid "Generate debugging info in default extended format"
6912 msgstr ""
6914 #: toplev.c:923
6915 msgid "Generate STABS format debug info"
6916 msgstr ""
6918 #: toplev.c:924
6919 msgid "Generate extended STABS format debug info"
6920 msgstr ""
6922 #: toplev.c:927
6923 msgid "Generate DWARF-1 format debug info"
6924 msgstr ""
6926 #: toplev.c:929
6927 msgid "Generate extended DWARF-1 format debug info"
6928 msgstr ""
6930 #: toplev.c:932
6931 msgid "Generate DWARF-2 debug info"
6932 msgstr ""
6934 #: toplev.c:935
6935 msgid "Generate XCOFF format debug info"
6936 msgstr ""
6938 #: toplev.c:936
6939 msgid "Generate extended XCOFF format debug info"
6940 msgstr ""
6942 #: toplev.c:939
6943 msgid "Generate COFF format debug info"
6944 msgstr ""
6946 #: toplev.c:942
6947 msgid "Generate VMS format debug info"
6948 msgstr ""
6950 #: toplev.c:981
6951 msgid "Perform DWARF2 duplicate elimination"
6952 msgstr ""
6954 #: toplev.c:983
6955 msgid "Do not store floats in registers"
6956 msgstr ""
6958 #: toplev.c:985
6959 msgid "Consider all mem refs through pointers as volatile"
6960 msgstr ""
6962 #: toplev.c:987
6963 msgid "Consider all mem refs to global data to be volatile"
6964 msgstr ""
6966 #: toplev.c:989
6967 msgid "Consider all mem refs to static data to be volatile"
6968 msgstr ""
6970 #: toplev.c:991
6971 msgid "Defer popping functions args from stack until later"
6972 msgstr ""
6974 #: toplev.c:993
6975 msgid "When possible do not generate stack frames"
6976 msgstr ""
6978 #: toplev.c:995
6979 msgid "Optimize sibling and tail recursive calls"
6980 msgstr ""
6982 #: toplev.c:997
6983 msgid "Perform superblock formation via tail duplication"
6984 msgstr ""
6986 #: toplev.c:999
6987 msgid "When running CSE, follow jumps to their targets"
6988 msgstr ""
6990 #: toplev.c:1001
6991 msgid "When running CSE, follow conditional jumps"
6992 msgstr ""
6994 #: toplev.c:1003
6995 msgid "Perform a number of minor, expensive optimizations"
6996 msgstr ""
6998 #: toplev.c:1005
6999 msgid "Perform jump threading optimizations"
7000 msgstr ""
7002 #: toplev.c:1007
7003 msgid "Perform strength reduction optimizations"
7004 msgstr ""
7006 #: toplev.c:1009
7007 msgid "Perform loop unrolling when iteration count is known"
7008 msgstr ""
7010 #: toplev.c:1011
7011 msgid "Perform loop unrolling for all loops"
7012 msgstr ""
7014 #: toplev.c:1013
7015 msgid "Generate prefetch instructions, if available, for arrays in loops"
7016 msgstr ""
7018 #: toplev.c:1015
7019 msgid "Force all loop invariant computations out of loops"
7020 msgstr ""
7022 #: toplev.c:1017
7023 msgid "Strength reduce all loop general induction variables"
7024 msgstr ""
7026 #: toplev.c:1019
7027 msgid "Store strings in writable data section"
7028 msgstr ""
7030 #: toplev.c:1021
7031 msgid "Enable machine specific peephole optimizations"
7032 msgstr ""
7034 #: toplev.c:1023
7035 msgid "Copy memory operands into registers before using"
7036 msgstr ""
7038 #: toplev.c:1025
7039 msgid "Copy memory address constants into regs before using"
7040 msgstr ""
7042 #: toplev.c:1027
7043 msgid "Allow function addresses to be held in registers"
7044 msgstr ""
7046 #: toplev.c:1029
7047 msgid "Integrate simple functions into their callers"
7048 msgstr ""
7050 #: toplev.c:1031
7051 msgid "Generate code for funcs even if they are fully inlined"
7052 msgstr ""
7054 #: toplev.c:1033
7055 msgid "Pay attention to the 'inline' keyword"
7056 msgstr ""
7058 #: toplev.c:1035
7059 msgid "Emit static const variables even if they are not used"
7060 msgstr ""
7062 #: toplev.c:1037
7063 msgid "Check for syntax errors, then stop"
7064 msgstr ""
7066 #: toplev.c:1039
7067 msgid "Mark data as shared rather than private"
7068 msgstr ""
7070 #: toplev.c:1041
7071 msgid "Enable saving registers around function calls"
7072 msgstr ""
7074 #: toplev.c:1043
7075 msgid "Return 'short' aggregates in memory, not registers"
7076 msgstr ""
7078 #: toplev.c:1045
7079 msgid "Return 'short' aggregates in registers"
7080 msgstr ""
7082 #: toplev.c:1047
7083 msgid "Attempt to fill delay slots of branch instructions"
7084 msgstr ""
7086 #: toplev.c:1049
7087 msgid "Perform the global common subexpression elimination"
7088 msgstr ""
7090 #: toplev.c:1051
7091 msgid "Perform enhanced load motion during global subexpression elimination"
7092 msgstr ""
7094 #: toplev.c:1053
7095 msgid "Perform store motion after global subexpression elimination"
7096 msgstr ""
7098 #: toplev.c:1055
7099 msgid "Perform the loop optimizations"
7100 msgstr ""
7102 #: toplev.c:1057
7103 msgid "Perform cross-jumping optimization"
7104 msgstr ""
7106 #: toplev.c:1059
7107 msgid "Perform conversion of conditional jumps to branchless equivalents"
7108 msgstr ""
7110 #: toplev.c:1061
7111 msgid "Perform conversion of conditional jumps to conditional execution"
7112 msgstr ""
7114 #: toplev.c:1063
7115 msgid "Run CSE pass after loop optimizations"
7116 msgstr ""
7118 #: toplev.c:1065
7119 msgid "Run the loop optimizer twice"
7120 msgstr ""
7122 #: toplev.c:1067
7123 msgid "Delete useless null pointer checks"
7124 msgstr ""
7126 #: toplev.c:1069
7127 msgid "Reschedule instructions before register allocation"
7128 msgstr ""
7130 #: toplev.c:1071
7131 msgid "Reschedule instructions after register allocation"
7132 msgstr ""
7134 #: toplev.c:1073
7135 msgid "Enable scheduling across basic blocks"
7136 msgstr ""
7138 #: toplev.c:1075
7139 msgid "Allow speculative motion of non-loads"
7140 msgstr ""
7142 #: toplev.c:1077
7143 msgid "Allow speculative motion of some loads"
7144 msgstr ""
7146 #: toplev.c:1079
7147 msgid "Allow speculative motion of more loads"
7148 msgstr ""
7150 #: toplev.c:1081
7151 msgid "Replace add,compare,branch with branch on count reg"
7152 msgstr ""
7154 #: toplev.c:1083
7155 msgid "Generate position independent code, if possible"
7156 msgstr ""
7158 #: toplev.c:1086
7159 msgid "Enable exception handling"
7160 msgstr ""
7162 #: toplev.c:1088
7163 msgid "Just generate unwind tables for exception handling"
7164 msgstr ""
7166 #: toplev.c:1090
7167 msgid "Generate unwind tables exact at each instruction boundary"
7168 msgstr ""
7170 #: toplev.c:1092
7171 msgid "Support synchronous non-call exceptions"
7172 msgstr ""
7174 #: toplev.c:1094
7175 msgid "Insert arc based program profiling code"
7176 msgstr ""
7178 #: toplev.c:1096
7179 msgid "Create data files needed by gcov"
7180 msgstr ""
7182 #: toplev.c:1098
7183 msgid "Use profiling information for branch probabilities"
7184 msgstr ""
7186 #: toplev.c:1100
7187 msgid "Enable basic program profiling code"
7188 msgstr ""
7190 #: toplev.c:1102
7191 msgid "Reorder basic blocks to improve code placement"
7192 msgstr ""
7194 #: toplev.c:1104
7195 msgid "Reorder functions to improve code placement"
7196 msgstr ""
7198 #: toplev.c:1106
7199 msgid "Do the register renaming optimization pass"
7200 msgstr ""
7202 #: toplev.c:1108
7203 msgid "Do the register copy-propagation optimization pass"
7204 msgstr ""
7206 #: toplev.c:1110
7207 msgid "Do not put uninitialized globals in the common section"
7208 msgstr ""
7210 #: toplev.c:1112
7211 msgid "Do not generate .size directives"
7212 msgstr ""
7214 #: toplev.c:1114
7215 msgid "place each function into its own section"
7216 msgstr ""
7218 #: toplev.c:1116
7219 msgid "place data items into their own section"
7220 msgstr ""
7222 #: toplev.c:1118
7223 msgid "Add extra commentry to assembler output"
7224 msgstr ""
7226 #: toplev.c:1120
7227 msgid "Output GNU ld formatted global initializers"
7228 msgstr ""
7230 #: toplev.c:1122
7231 msgid "Enables a register move optimization"
7232 msgstr ""
7234 #: toplev.c:1124
7235 msgid "Do the full regmove optimization pass"
7236 msgstr ""
7238 #: toplev.c:1126
7239 msgid "Pack structure members together without holes"
7240 msgstr ""
7242 #: toplev.c:1128
7243 msgid "Insert stack checking code into the program"
7244 msgstr ""
7246 #: toplev.c:1130
7247 msgid "Specify that arguments may alias each other & globals"
7248 msgstr ""
7250 #: toplev.c:1132
7251 msgid "Assume arguments may alias globals but not each other"
7252 msgstr ""
7254 #: toplev.c:1134
7255 msgid "Assume arguments do not alias each other or globals"
7256 msgstr ""
7258 #: toplev.c:1136
7259 msgid "Assume strict aliasing rules apply"
7260 msgstr ""
7262 #: toplev.c:1138
7263 msgid "Align the start of loops"
7264 msgstr ""
7266 #: toplev.c:1140
7267 msgid "Align labels which are only reached by jumping"
7268 msgstr ""
7270 #: toplev.c:1142
7271 msgid "Align all labels"
7272 msgstr ""
7274 #: toplev.c:1144
7275 msgid "Align the start of functions"
7276 msgstr ""
7278 #: toplev.c:1146
7279 msgid "Attempt to merge identical constants accross compilation units"
7280 msgstr ""
7282 #: toplev.c:1148
7283 msgid "Attempt to merge identical constants and constant variables"
7284 msgstr ""
7286 #: toplev.c:1150
7287 msgid "Suppress output of instruction numbers and line number notes in debugging dumps"
7288 msgstr ""
7290 #: toplev.c:1152
7291 msgid "Instrument function entry/exit with profiling calls"
7292 msgstr ""
7294 #: toplev.c:1154
7295 msgid "Put zero initialized data in the bss section"
7296 msgstr ""
7298 #: toplev.c:1156
7299 msgid "Enable SSA optimizations"
7300 msgstr ""
7302 #: toplev.c:1158
7303 msgid "Enable SSA conditional constant propagation"
7304 msgstr ""
7306 #: toplev.c:1160
7307 msgid "Enable aggressive SSA dead code elimination"
7308 msgstr ""
7310 #: toplev.c:1162
7311 msgid "External symbols have a leading underscore"
7312 msgstr ""
7314 #: toplev.c:1164
7315 msgid "Process #ident directives"
7316 msgstr ""
7318 #: toplev.c:1166
7319 msgid "Enables an rtl peephole pass run before sched2"
7320 msgstr ""
7322 #: toplev.c:1168
7323 msgid "Assume no NaNs or +-Infs are generated"
7324 msgstr ""
7326 #: toplev.c:1170
7327 msgid "Enables guessing of branch probabilities"
7328 msgstr ""
7330 #: toplev.c:1172
7331 msgid "Set errno after built-in math functions"
7332 msgstr ""
7334 #: toplev.c:1174
7335 msgid "Floating-point operations can trap"
7336 msgstr ""
7338 #: toplev.c:1176
7339 msgid "Allow math optimizations that may violate IEEE or ANSI standards"
7340 msgstr ""
7342 #: toplev.c:1178
7343 msgid "Disable optimizations observable by IEEE signaling NaNs"
7344 msgstr ""
7346 #: toplev.c:1180
7347 msgid "Generate code to check bounds before indexing arrays"
7348 msgstr ""
7350 #: toplev.c:1182
7351 msgid "Convert floating point constant to single precision constant"
7352 msgstr ""
7354 #: toplev.c:1184
7355 msgid "Report time taken by each compiler pass at end of run"
7356 msgstr ""
7358 #: toplev.c:1186
7359 msgid "Report on permanent memory allocation at end of run"
7360 msgstr ""
7362 #: toplev.c:1188
7363 msgid "Trap for signed overflow in addition / subtraction / multiplication"
7364 msgstr ""
7366 #: toplev.c:1190
7367 msgid "Use graph coloring register allocation."
7368 msgstr ""
7370 #: toplev.c:1207
7371 msgid "Compile just for ISO C90"
7372 msgstr ""
7374 #: toplev.c:1209
7375 msgid "Determine language standard"
7376 msgstr ""
7378 #: toplev.c:1213
7379 msgid "Make bit-fields by unsigned by default"
7380 msgstr ""
7382 #: toplev.c:1217
7383 msgid "Make 'char' be signed by default"
7384 msgstr ""
7386 #: toplev.c:1219
7387 msgid "Make 'char' be unsigned by default"
7388 msgstr ""
7390 #: toplev.c:1225
7391 msgid "Do not recognize the 'asm' keyword"
7392 msgstr ""
7394 #: toplev.c:1228
7395 msgid "Do not recognize any built in functions"
7396 msgstr ""
7398 #: toplev.c:1230
7399 msgid "Assume normal C execution environment"
7400 msgstr ""
7402 #: toplev.c:1233
7403 msgid "Assume that standard libraries & main might not exist"
7404 msgstr ""
7406 #: toplev.c:1236
7407 msgid "Allow different types as args of ? operator"
7408 msgstr ""
7410 #: toplev.c:1239
7411 msgid "Allow the use of $ inside identifiers"
7412 msgstr ""
7414 #: toplev.c:1244
7415 msgid "Use the same size for double as for float"
7416 msgstr ""
7418 #: toplev.c:1247
7419 msgid "Use the smallest fitting integer to hold enums"
7420 msgstr ""
7422 #: toplev.c:1250
7423 msgid "Override the underlying type for wchar_t to `unsigned short'"
7424 msgstr ""
7426 #: toplev.c:1254
7427 msgid "Enable most warning messages"
7428 msgstr ""
7430 #: toplev.c:1256
7431 msgid "Warn about casting functions to incompatible types"
7432 msgstr ""
7434 #: toplev.c:1259
7435 msgid "Warn about functions which might be candidates for format attributes"
7436 msgstr ""
7438 #: toplev.c:1262
7439 msgid "Warn about casts which discard qualifiers"
7440 msgstr ""
7442 #: toplev.c:1265
7443 msgid "Warn about subscripts whose type is 'char'"
7444 msgstr ""
7446 #: toplev.c:1268 toplev.c:1271
7447 msgid "Warn if nested comments are detected"
7448 msgstr ""
7450 #: toplev.c:1274
7451 msgid "Warn about possibly confusing type conversions"
7452 msgstr ""
7454 #: toplev.c:1278
7455 msgid "Do not warn about compile-time integer division by zero"
7456 msgstr ""
7458 #: toplev.c:1280
7459 msgid "Warn about testing equality of floating point numbers"
7460 msgstr ""
7462 #: toplev.c:1283
7463 msgid "Warn about printf/scanf/strftime/strfmon format anomalies"
7464 msgstr ""
7466 #: toplev.c:1287
7467 msgid "Don't warn about too many arguments to format functions"
7468 msgstr ""
7470 #: toplev.c:1289
7471 msgid "Warn about non-string-literal format strings"
7472 msgstr ""
7474 #: toplev.c:1292
7475 msgid "Warn about possible security problems with format functions"
7476 msgstr ""
7478 #: toplev.c:1296
7479 msgid "Don't warn about strftime formats yielding 2 digit years"
7480 msgstr ""
7482 #: toplev.c:1298
7483 msgid "Warn about implicit function declarations"
7484 msgstr ""
7486 #: toplev.c:1302
7487 msgid "Warn when a declaration does not specify a type"
7488 msgstr ""
7490 #: toplev.c:1307
7491 msgid "Warn about the use of the #import directive"
7492 msgstr ""
7494 #: toplev.c:1311
7495 msgid "Do not warn about using 'long long' when -pedantic"
7496 msgstr ""
7498 #: toplev.c:1313
7499 msgid "Warn about suspicious declarations of main"
7500 msgstr ""
7502 #: toplev.c:1316
7503 msgid "Warn about possibly missing braces around initializers"
7504 msgstr ""
7506 #: toplev.c:1319
7507 msgid "Warn about global funcs without previous declarations"
7508 msgstr ""
7510 #: toplev.c:1322
7511 msgid "Warn about global funcs without prototypes"
7512 msgstr ""
7514 #: toplev.c:1325
7515 msgid "Warn about use of multicharacter literals"
7516 msgstr ""
7518 #: toplev.c:1328
7519 msgid "Warn about externs not at file scope level"
7520 msgstr ""
7522 #: toplev.c:1331
7523 msgid "Warn about possible missing parentheses"
7524 msgstr ""
7526 #: toplev.c:1334
7527 msgid "Warn about function pointer arithmetic"
7528 msgstr ""
7530 #: toplev.c:1337
7531 msgid "Warn about multiple declarations of the same object"
7532 msgstr ""
7534 #: toplev.c:1340
7535 msgid "Warn whenever a function's return-type defaults to int"
7536 msgstr ""
7538 #: toplev.c:1343
7539 msgid "Warn about possible violations of sequence point rules"
7540 msgstr ""
7542 #: toplev.c:1346
7543 msgid "Warn about signed/unsigned comparisons"
7544 msgstr ""
7546 #: toplev.c:1349
7547 msgid "Warn about non-prototyped function decls"
7548 msgstr ""
7550 #: toplev.c:1352
7551 msgid "Warn about constructs whose meanings change in ISO C"
7552 msgstr ""
7554 #: toplev.c:1355
7555 msgid "Warn when trigraphs are encountered"
7556 msgstr ""
7558 #: toplev.c:1360
7559 msgid "Warn about unrecognized pragmas"
7560 msgstr ""
7562 #: toplev.c:1363
7563 msgid "Mark strings as 'const char *'"
7564 msgstr ""
7566 #: toplev.c:1508
7567 msgid "Warn when a function is unused"
7568 msgstr ""
7570 #: toplev.c:1510
7571 msgid "Warn when a label is unused"
7572 msgstr ""
7574 #: toplev.c:1512
7575 msgid "Warn when a function parameter is unused"
7576 msgstr ""
7578 #: toplev.c:1514
7579 msgid "Warn when a variable is unused"
7580 msgstr ""
7582 #: toplev.c:1516
7583 msgid "Warn when an expression value is unused"
7584 msgstr ""
7586 #: toplev.c:1518
7587 msgid "Do not suppress warnings from system headers"
7588 msgstr ""
7590 #: toplev.c:1520
7591 msgid "Treat all warnings as errors"
7592 msgstr ""
7594 #: toplev.c:1522
7595 msgid "Warn when one local variable shadows another"
7596 msgstr ""
7598 #: toplev.c:1524
7599 msgid "Warn about enumerated switches, with no default, missing a case"
7600 msgstr ""
7602 #: toplev.c:1526
7603 msgid "Warn about enumerated switches missing a default case"
7604 msgstr ""
7606 #: toplev.c:1528
7607 msgid "Warn about all enumerated switches missing a specific case"
7608 msgstr ""
7610 #: toplev.c:1530
7611 msgid "Warn about returning structures, unions or arrays"
7612 msgstr ""
7614 #: toplev.c:1532
7615 msgid "Warn about pointer casts which increase alignment"
7616 msgstr ""
7618 #: toplev.c:1534
7619 msgid "Warn about code that will never be executed"
7620 msgstr ""
7622 #: toplev.c:1536
7623 msgid "Warn about uninitialized automatic variables"
7624 msgstr ""
7626 #: toplev.c:1538
7627 msgid "Warn when an inlined function cannot be inlined"
7628 msgstr ""
7630 #: toplev.c:1540
7631 msgid "Warn when the packed attribute has no effect on struct layout"
7632 msgstr ""
7634 #: toplev.c:1542
7635 msgid "Warn when padding is required to align struct members"
7636 msgstr ""
7638 #: toplev.c:1544
7639 msgid "Warn when an optimization pass is disabled"
7640 msgstr ""
7642 #: toplev.c:1546
7643 msgid "Warn about uses of __attribute__((deprecated)) declarations"
7644 msgstr ""
7646 #: toplev.c:1548
7647 msgid "Warn about functions which might be candidates for attribute noreturn"
7648 msgstr ""
7650 #: toplev.c:1550
7651 msgid "Warn about code which might break the strict aliasing rules"
7652 msgstr ""
7654 #: toplev.c:1627 toplev.c:4513 config/rs6000/rs6000.c:676
7655 #, c-format
7656 msgid "invalid option `%s'"
7657 msgstr "ungültige Option »%s«"
7659 #: toplev.c:2029
7660 #, c-format
7661 msgid "`%s' used but never defined"
7662 msgstr "»%s« verwendet, aber nirgendwo definiert"
7664 #: toplev.c:2032
7665 #, c-format
7666 msgid "`%s' declared `static' but never defined"
7667 msgstr "»%s« als »static« deklariert, aber nirgendwo definiert"
7669 #: toplev.c:2051
7670 #, c-format
7671 msgid "`%s' defined but not used"
7672 msgstr "»%s« definiert, aber nicht verwendet"
7674 #: toplev.c:2300
7675 #, c-format
7676 msgid "invalid register name `%s' for register variable"
7677 msgstr ""
7679 #: toplev.c:3683
7680 msgid "  -ffixed-<register>      Mark <register> as being unavailable to the compiler\n"
7681 msgstr ""
7683 #: toplev.c:3684
7684 msgid "  -fcall-used-<register>  Mark <register> as being corrupted by function calls\n"
7685 msgstr ""
7687 #: toplev.c:3685
7688 msgid "  -fcall-saved-<register> Mark <register> as being preserved across functions\n"
7689 msgstr ""
7691 #: toplev.c:3686
7692 msgid "  -finline-limit=<number> Limits the size of inlined functions to <number>\n"
7693 msgstr ""
7695 #: toplev.c:3687
7696 msgid "  -fmessage-length=<number> Limits diagnostics messages lengths to <number> characters per line.  0 suppresses line-wrapping\n"
7697 msgstr ""
7699 #: toplev.c:3688
7700 msgid "  -fdiagnostics-show-location=[once | every-line] Indicates how often source location information should be emitted, as prefix, at the beginning of diagnostics when line-wrapping\n"
7701 msgstr ""
7703 #: toplev.c:3689
7704 msgid "  -ftls-model=[global-dynamic | local-dynamic | initial-exec | local-exec] Indicates the default thread-local storage code generation model\n"
7705 msgstr ""
7707 #: toplev.c:3700
7708 msgid "  -O[number]              Set optimization level to [number]\n"
7709 msgstr ""
7711 #: toplev.c:3701
7712 msgid "  -Os                     Optimize for space rather than speed\n"
7713 msgstr ""
7715 #: toplev.c:3713
7716 msgid "  -pedantic               Issue warnings needed by strict compliance to ISO C\n"
7717 msgstr ""
7719 #: toplev.c:3714
7720 msgid "  -pedantic-errors        Like -pedantic except that errors are produced\n"
7721 msgstr ""
7723 #: toplev.c:3715
7724 msgid "  -w                      Suppress warnings\n"
7725 msgstr ""
7727 #: toplev.c:3716
7728 msgid "  -W                      Enable extra warnings\n"
7729 msgstr ""
7731 #: toplev.c:3727
7732 msgid "  -Wunused                Enable unused warnings\n"
7733 msgstr ""
7735 #: toplev.c:3728
7736 msgid "  -Wlarger-than-<number>  Warn if an object is larger than <number> bytes\n"
7737 msgstr ""
7739 #: toplev.c:3729
7740 msgid "  -p                      Enable function profiling\n"
7741 msgstr ""
7743 #: toplev.c:3730
7744 msgid "  -o <file>               Place output into <file> \n"
7745 msgstr ""
7747 #: toplev.c:3731
7748 msgid ""
7749 "  -G <number>             Put global and static data smaller than <number>\n"
7750 "                          bytes into a special section (on some targets)\n"
7751 msgstr ""
7753 #: toplev.c:3742
7754 msgid "  -aux-info <file>        Emit declaration info into <file>\n"
7755 msgstr ""
7757 #: toplev.c:3743
7758 msgid "  -quiet                  Do not display functions compiled or elapsed time\n"
7759 msgstr ""
7761 #: toplev.c:3744
7762 msgid "  -version                Display the compiler's version\n"
7763 msgstr ""
7765 #: toplev.c:3745
7766 msgid "  -d[letters]             Enable dumps from specific passes of the compiler\n"
7767 msgstr ""
7769 #: toplev.c:3746
7770 msgid "  -dumpbase <file>        Base name to be used for dumps from specific passes\n"
7771 msgstr ""
7773 #: toplev.c:3748
7774 msgid "  -fsched-verbose=<number> Set the verbosity level of the scheduler\n"
7775 msgstr ""
7777 #: toplev.c:3750
7778 msgid "  --help                  Display this information\n"
7779 msgstr ""
7781 #: toplev.c:3765
7782 msgid ""
7783 "\n"
7784 "Language specific options:\n"
7785 msgstr ""
7787 #: toplev.c:3777
7788 #, c-format
7789 msgid "  %-23.23s [undocumented]\n"
7790 msgstr ""
7792 #: toplev.c:3785 toplev.c:3799
7793 #, c-format
7794 msgid ""
7795 "\n"
7796 "There are undocumented %s specific options as well.\n"
7797 msgstr ""
7799 #: toplev.c:3789
7800 #, c-format
7801 msgid ""
7802 "\n"
7803 " Options for %s:\n"
7804 msgstr ""
7806 #: toplev.c:3826
7807 msgid ""
7808 "\n"
7809 "Target specific options:\n"
7810 msgstr ""
7812 #: toplev.c:3840 toplev.c:3859
7813 #, c-format
7814 msgid "  -m%-23.23s [undocumented]\n"
7815 msgstr ""
7817 #: toplev.c:3868
7818 msgid ""
7819 "\n"
7820 "There are undocumented target specific options as well.\n"
7821 msgstr ""
7823 #: toplev.c:3870
7824 msgid "  They exist, but they are not documented.\n"
7825 msgstr ""
7827 #: toplev.c:3923
7828 #, c-format
7829 msgid "unrecognized gcc debugging option: %c"
7830 msgstr ""
7832 #: toplev.c:3979
7833 #, c-format
7834 msgid "`%s': unknown tls-model option"
7835 msgstr ""
7837 #: toplev.c:4006
7838 #, c-format
7839 msgid "unrecognized register name `%s'"
7840 msgstr ""
7842 #: toplev.c:4031 toplev.c:4965
7843 #, c-format
7844 msgid "unrecognized option `%s'"
7845 msgstr ""
7847 #: toplev.c:4075
7848 msgid "-Wid-clash-LEN is no longer supported"
7849 msgstr ""
7851 #: toplev.c:4152
7852 #, c-format
7853 msgid "use -gdwarf -g%d for DWARF v1, level %d"
7854 msgstr ""
7856 #: toplev.c:4155
7857 msgid "use -gdwarf-2   for DWARF v2"
7858 msgstr ""
7860 #: toplev.c:4160
7861 #, c-format
7862 msgid "ignoring option `%s' due to invalid debug level specification"
7863 msgstr ""
7865 #: toplev.c:4183 toplev.c:4963
7866 #, c-format
7867 msgid "`%s': unknown or unsupported -g option"
7868 msgstr ""
7870 #: toplev.c:4190
7871 #, c-format
7872 msgid "`%s' ignored, conflicts with `-g%s'"
7873 msgstr ""
7875 #: toplev.c:4269
7876 msgid "-param option missing argument"
7877 msgstr ""
7879 #: toplev.c:4278
7880 #, c-format
7881 msgid "invalid --param option: %s"
7882 msgstr ""
7884 #: toplev.c:4290
7885 #, c-format
7886 msgid "invalid parameter value `%s'"
7887 msgstr ""
7889 #: toplev.c:4530
7890 #, c-format
7891 msgid ""
7892 "%s%s%s version %s (%s)\n"
7893 "%s\tcompiled by GNU C version %s.\n"
7894 "%s%s%s version %s (%s) compiled by CC.\n"
7895 msgstr ""
7897 #: toplev.c:4586
7898 msgid "options passed: "
7899 msgstr ""
7901 #: toplev.c:4615
7902 msgid "options enabled: "
7903 msgstr ""
7905 #: toplev.c:4674 java/jcf-write.c:3421
7906 #, c-format
7907 msgid "can't open %s for writing"
7908 msgstr ""
7910 #: toplev.c:4955
7911 #, c-format
7912 msgid "ignoring command line option '%s'"
7913 msgstr ""
7915 #: toplev.c:4958
7916 #, c-format
7917 msgid "(it is valid for %s but not the selected language)"
7918 msgstr ""
7920 #: toplev.c:4992
7921 msgid "-Wuninitialized is not supported without -O"
7922 msgstr ""
7924 #: toplev.c:5047
7925 msgid "instruction scheduling not supported on this target machine"
7926 msgstr ""
7928 #: toplev.c:5051
7929 msgid "this target machine does not have delayed branches"
7930 msgstr ""
7932 #: toplev.c:5065
7933 #, c-format
7934 msgid "-f%sleading-underscore not supported on this target machine"
7935 msgstr ""
7937 #: toplev.c:5128
7938 msgid "-ffunction-sections not supported for this target"
7939 msgstr ""
7941 #: toplev.c:5133
7942 msgid "-fdata-sections not supported for this target"
7943 msgstr ""
7945 #: toplev.c:5140
7946 msgid "-ffunction-sections disabled; it makes profiling impossible"
7947 msgstr ""
7949 #: toplev.c:5147
7950 msgid "-fprefetch-loop-arrays not supported for this target"
7951 msgstr ""
7953 #: toplev.c:5153
7954 msgid "-fprefetch-loop-arrays not supported for this target (try -march switches)"
7955 msgstr ""
7957 #: toplev.c:5162
7958 msgid "-fprefetch-loop-arrays is not supported with -Os"
7959 msgstr ""
7961 #: toplev.c:5168
7962 msgid "-ffunction-sections may affect debugging on some targets"
7963 msgstr ""
7965 #: toplev.c:5280
7966 #, c-format
7967 msgid "error writing to %s"
7968 msgstr ""
7970 #: toplev.c:5282 java/jcf-parse.c:932 java/jcf-write.c:3428
7971 #, c-format
7972 msgid "error closing %s"
7973 msgstr ""
7975 #: tree-dump.c:702
7976 #, c-format
7977 msgid "could not open dump file `%s'"
7978 msgstr ""
7980 #: tree-dump.c:778
7981 #, c-format
7982 msgid "ignoring unknown option `%.*s' in `-f%s'"
7983 msgstr ""
7985 #: tree.c:3645
7986 msgid "arrays of functions are not meaningful"
7987 msgstr ""
7989 #: tree.c:3702
7990 msgid "function return type cannot be function"
7991 msgstr ""
7993 #: tree.c:4544
7994 msgid "invalid initializer for bit string"
7995 msgstr ""
7997 #: tree.c:4603
7998 #, c-format
7999 msgid "tree check: expected %s, have %s in %s, at %s:%d"
8000 msgstr ""
8002 #: tree.c:4620
8003 #, c-format
8004 msgid "tree check: expected class '%c', have '%c' (%s) in %s, at %s:%d"
8005 msgstr ""
8007 #: tree.c:4637
8008 #, c-format
8009 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
8010 msgstr ""
8012 #: varasm.c:455 config/i386/winnt.c:546
8013 #, c-format
8014 msgid "%s causes a section type conflict"
8015 msgstr ""
8017 #: varasm.c:841
8018 #, c-format
8019 msgid "register name not specified for `%s'"
8020 msgstr ""
8022 #: varasm.c:843
8023 #, c-format
8024 msgid "invalid register name for `%s'"
8025 msgstr ""
8027 #: varasm.c:846
8028 #, c-format
8029 msgid "data type of `%s' isn't suitable for a register"
8030 msgstr ""
8032 #: varasm.c:849
8033 #, c-format
8034 msgid "register specified for `%s' isn't suitable for data type"
8035 msgstr ""
8037 #: varasm.c:858
8038 msgid "global register variable has initial value"
8039 msgstr ""
8041 #: varasm.c:861
8042 msgid "volatile register variables don't work as you might wish"
8043 msgstr ""
8045 #: varasm.c:894
8046 #, c-format
8047 msgid "register name given for non-register variable `%s'"
8048 msgstr ""
8050 #: varasm.c:1542
8051 #, c-format
8052 msgid "alignment of `%s' is greater than maximum object file alignment. Using %d"
8053 msgstr ""
8055 #: varasm.c:1584
8056 msgid "thread-local COMMON data not implemented"
8057 msgstr ""
8059 #: varasm.c:1608
8060 #, c-format
8061 msgid "requested alignment for %s is greater than implemented alignment of %d"
8062 msgstr ""
8064 #: varasm.c:4020
8065 msgid "initializer for integer value is too complicated"
8066 msgstr ""
8068 #: varasm.c:4025
8069 msgid "initializer for floating value is not a floating constant"
8070 msgstr ""
8072 #: varasm.c:4075
8073 msgid "unknown set constructor type"
8074 msgstr ""
8076 #: varasm.c:4289
8077 #, c-format
8078 msgid "invalid initial value for member `%s'"
8079 msgstr ""
8081 #: varasm.c:4480 varasm.c:4523
8082 #, c-format
8083 msgid "weak declaration of `%s' must precede definition"
8084 msgstr ""
8086 #: varasm.c:4487
8087 #, c-format
8088 msgid "weak declaration of `%s' after first use results in unspecified behavior"
8089 msgstr ""
8091 #: varasm.c:4521
8092 #, c-format
8093 msgid "weak declaration of `%s' must be public"
8094 msgstr ""
8096 #: varasm.c:4530
8097 #, c-format
8098 msgid "weak declaration of `%s' not supported"
8099 msgstr ""
8101 #: varasm.c:4557 varasm.c:4632
8102 msgid "only weak aliases are supported in this configuration"
8103 msgstr ""
8105 #: varasm.c:4640
8106 msgid "alias definitions not supported in this configuration; ignored"
8107 msgstr ""
8109 #: varasm.c:4670
8110 msgid "visibility attribute not supported in this configuration; ignored"
8111 msgstr ""
8113 #: varray.c:134
8114 #, c-format
8115 msgid "virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d"
8116 msgstr ""
8118 #. Print an error message for unrecognized stab codes.
8119 #: xcoffout.c:175
8120 #, c-format
8121 msgid "no sclass for %s stab (0x%x)\n"
8122 msgstr ""
8124 #: pretty-print.h:97
8125 #, c-format
8126 msgid "#`%s' not supported by %s#"
8127 msgstr "#»%s« wird von %s# nicht unterstützt"
8129 #: params.def:53
8130 msgid "The maximum number of instructions in a single function eliglible for inlining"
8131 msgstr ""
8133 #: params.def:74
8134 msgid "The maximuem number of instructions by repeated inlining before gcc starts to throttle inlining"
8135 msgstr ""
8137 #: params.def:87
8138 msgid "The slope of the linear funtion throttling inlining after the recursive inlining limit has been reached is given by the negative reciprocal value of this parameter"
8139 msgstr ""
8141 #: params.def:100
8142 msgid "The number of instructions in a single functions still eligible to inlining after a lot recursive inlining"
8143 msgstr ""
8145 #: params.def:111
8146 msgid "The maximum number of instructions to consider to fill a delay slot"
8147 msgstr ""
8149 #: params.def:122
8150 msgid "The maximum number of instructions to consider to find accurate live register information"
8151 msgstr ""
8153 #: params.def:132
8154 msgid "The maximum length of scheduling's pending operations list"
8155 msgstr ""
8157 #: params.def:139
8158 msgid "The maximum amount of memory to be allocated by GCSE"
8159 msgstr ""
8161 #: params.def:144
8162 msgid "The maximum number of passes to make when doing GCSE"
8163 msgstr ""
8165 #: params.def:151
8166 msgid "The maximum number of instructions to consider to unroll in a loop"
8167 msgstr ""
8169 #: params.def:156
8170 msgid "Select fraction of the maximal count of repetitions of basic block in program given basic block needs to have to be considered hot"
8171 msgstr ""
8173 #: params.def:161
8174 msgid "Select fraction of the maximal frequency of executions of basic block in function given basic block needs to have to be considered hot"
8175 msgstr ""
8177 #: params.def:166
8178 msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is available"
8179 msgstr ""
8181 #: params.def:171
8182 msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is not available"
8183 msgstr ""
8185 #: params.def:176
8186 msgid "Maximal code growth caused by tail duplication (in percents)"
8187 msgstr ""
8189 #: params.def:180
8190 msgid "Stop reverse growth if the reverse probability of best edge is less than this threshold (in percents)"
8191 msgstr ""
8193 #: params.def:185
8194 msgid "Stop forward growth if the probability of best edge is less than this threshold (in percents). Used when profile feedback is available"
8195 msgstr ""
8197 #: params.def:190
8198 msgid "Stop forward growth if the probability of best edge is less than this threshold (in percents). Used when profile feedback is not available"
8199 msgstr ""
8201 #: params.def:204
8202 msgid "Minimum heap expansion to trigger garbage collection, as a percentage of the total size of the heap."
8203 msgstr ""
8205 #: params.def:210
8206 msgid "Minimum heap size before we start collecting garbage, in kilobytes."
8207 msgstr ""
8209 #: config/darwin-c.c:75
8210 msgid "too many #pragma options align=reset"
8211 msgstr ""
8213 #: config/darwin-c.c:97 config/darwin-c.c:100 config/darwin-c.c:102
8214 #: config/darwin-c.c:104
8215 msgid "malformed '#pragma options', ignoring"
8216 msgstr ""
8218 #: config/darwin-c.c:107
8219 msgid "junk at end of '#pragma options'"
8220 msgstr ""
8222 #: config/darwin-c.c:117
8223 msgid "malformed '#pragma options align={mac68k|power|reset}', ignoring"
8224 msgstr ""
8226 #: config/darwin-c.c:130
8227 msgid "missing '(' after '#pragma unused', ignoring"
8228 msgstr ""
8230 #: config/darwin-c.c:148
8231 msgid "missing ')' after '#pragma unused', ignoring"
8232 msgstr ""
8234 #: config/darwin-c.c:151
8235 msgid "junk at end of '#pragma unused'"
8236 msgstr ""
8238 #: config/lynx-ng.h:97 config/lynx.h:121 config/rs6000/lynx.h:100
8239 msgid "-msystem-v and -p are incompatible"
8240 msgstr ""
8242 #: config/lynx-ng.h:99 config/lynx.h:123 config/rs6000/lynx.h:102
8243 msgid "-msystem-v and -mthreads are incompatible"
8244 msgstr ""
8246 #: config/alpha/alpha.c:342
8247 #, c-format
8248 msgid "-f%s ignored for Unicos/Mk (not supported)"
8249 msgstr ""
8251 #: config/alpha/alpha.c:366
8252 msgid "-mieee not supported on Unicos/Mk"
8253 msgstr ""
8255 #: config/alpha/alpha.c:377
8256 msgid "-mieee-with-inexact not supported on Unicos/Mk"
8257 msgstr ""
8259 #: config/alpha/alpha.c:394
8260 #, c-format
8261 msgid "bad value `%s' for -mtrap-precision switch"
8262 msgstr ""
8264 #: config/alpha/alpha.c:408
8265 #, c-format
8266 msgid "bad value `%s' for -mfp-rounding-mode switch"
8267 msgstr ""
8269 #: config/alpha/alpha.c:423
8270 #, c-format
8271 msgid "bad value `%s' for -mfp-trap-mode switch"
8272 msgstr ""
8274 #: config/alpha/alpha.c:435
8275 #, c-format
8276 msgid "bad value `%s' for -mtls-size switch"
8277 msgstr ""
8279 #: config/alpha/alpha.c:454 config/alpha/alpha.c:466
8280 #, c-format
8281 msgid "bad value `%s' for -mcpu switch"
8282 msgstr ""
8284 #: config/alpha/alpha.c:473
8285 msgid "trap mode not supported on Unicos/Mk"
8286 msgstr ""
8288 #: config/alpha/alpha.c:480
8289 msgid "fp software completion requires -mtrap-precision=i"
8290 msgstr ""
8292 #: config/alpha/alpha.c:496
8293 msgid "rounding mode not supported for VAX floats"
8294 msgstr ""
8296 #: config/alpha/alpha.c:501
8297 msgid "trap mode not supported for VAX floats"
8298 msgstr ""
8300 #: config/alpha/alpha.c:530
8301 #, c-format
8302 msgid "L%d cache latency unknown for %s"
8303 msgstr ""
8305 #: config/alpha/alpha.c:545
8306 #, c-format
8307 msgid "bad value `%s' for -mmemory-latency"
8308 msgstr ""
8310 #: config/alpha/alpha.c:5604 config/m88k/m88k.c:2889 config/romp/romp.c:754
8311 #: config/romp/romp.c:761
8312 #, c-format
8313 msgid "invalid %%H value"
8314 msgstr ""
8316 #: config/alpha/alpha.c:5625
8317 #, c-format
8318 msgid "invalid %%J value"
8319 msgstr ""
8321 #: config/alpha/alpha.c:5641 config/ia64/ia64.c:3834 config/m88k/m88k.c:3034
8322 #, c-format
8323 msgid "invalid %%r value"
8324 msgstr ""
8326 #: config/alpha/alpha.c:5651 config/rs6000/rs6000.c:7700
8327 #, c-format
8328 msgid "invalid %%R value"
8329 msgstr ""
8331 #: config/alpha/alpha.c:5657 config/rs6000/rs6000.c:7626
8332 #, c-format
8333 msgid "invalid %%N value"
8334 msgstr ""
8336 #: config/alpha/alpha.c:5665 config/rs6000/rs6000.c:7654
8337 #, c-format
8338 msgid "invalid %%P value"
8339 msgstr ""
8341 #: config/alpha/alpha.c:5673 config/m88k/m88k.c:2895 config/romp/romp.c:740
8342 #: config/romp/romp.c:747
8343 #, c-format
8344 msgid "invalid %%h value"
8345 msgstr ""
8347 #: config/alpha/alpha.c:5681 config/romp/romp.c:698
8348 #, c-format
8349 msgid "invalid %%L value"
8350 msgstr ""
8352 #: config/alpha/alpha.c:5720 config/rs6000/rs6000.c:7608
8353 #, c-format
8354 msgid "invalid %%m value"
8355 msgstr ""
8357 #: config/alpha/alpha.c:5728 config/rs6000/rs6000.c:7616
8358 #, c-format
8359 msgid "invalid %%M value"
8360 msgstr ""
8362 #: config/alpha/alpha.c:5772
8363 #, c-format
8364 msgid "invalid %%U value"
8365 msgstr ""
8367 #: config/alpha/alpha.c:5784 config/alpha/alpha.c:5798 config/romp/romp.c:706
8368 #: config/rs6000/rs6000.c:7708
8369 #, c-format
8370 msgid "invalid %%s value"
8371 msgstr ""
8373 #: config/alpha/alpha.c:5821 config/m88k/m88k.c:2997
8374 #, c-format
8375 msgid "invalid %%C value"
8376 msgstr ""
8378 #: config/alpha/alpha.c:5858 config/m88k/m88k.c:3018
8379 #: config/rs6000/rs6000.c:7465
8380 #, c-format
8381 msgid "invalid %%E value"
8382 msgstr ""
8384 #: config/alpha/alpha.c:5883 config/alpha/alpha.c:5933
8385 msgid "unknown relocation unspec"
8386 msgstr ""
8388 #: config/alpha/alpha.c:5892 config/romp/romp.c:981
8389 #: config/rs6000/rs6000.c:8015
8390 #, c-format
8391 msgid "invalid %%xn code"
8392 msgstr ""
8394 #: config/alpha/alpha.c:6615 config/alpha/alpha.c:6618
8395 msgid "bad builtin fcode"
8396 msgstr ""
8398 #. Macro to define tables used to set the flags.
8399 #. This is a list in braces of pairs in braces,
8400 #. each pair being { "NAME", VALUE }
8401 #. where VALUE is the bits to set or minus the bits to clear.
8402 #. An empty string NAME is used to identify the default VALUE.
8403 #: config/alpha/alpha.h:279 config/i386/i386.h:294 config/i386/i386.h:296
8404 #: config/i386/i386.h:298 config/ns32k/ns32k.h:140 config/rs6000/rs6000.h:292
8405 #: config/s390/s390.h:68 config/sparc/sparc.h:522 config/sparc/sparc.h:527
8406 msgid "Use hardware fp"
8407 msgstr ""
8409 #: config/alpha/alpha.h:280 config/i386/i386.h:295 config/i386/i386.h:297
8410 #: config/rs6000/rs6000.h:294 config/sparc/sparc.h:524
8411 #: config/sparc/sparc.h:529
8412 msgid "Do not use hardware fp"
8413 msgstr ""
8415 #: config/alpha/alpha.h:281
8416 msgid "Use fp registers"
8417 msgstr ""
8419 #: config/alpha/alpha.h:283
8420 msgid "Do not use fp registers"
8421 msgstr ""
8423 #: config/alpha/alpha.h:284
8424 msgid "Do not assume GAS"
8425 msgstr ""
8427 #: config/alpha/alpha.h:285
8428 msgid "Assume GAS"
8429 msgstr ""
8431 #: config/alpha/alpha.h:287
8432 msgid "Request IEEE-conformant math library routines (OSF/1)"
8433 msgstr ""
8435 #: config/alpha/alpha.h:289
8436 msgid "Emit IEEE-conformant code, without inexact exceptions"
8437 msgstr ""
8439 #: config/alpha/alpha.h:291
8440 msgid "Emit IEEE-conformant code, with inexact exceptions"
8441 msgstr ""
8443 #: config/alpha/alpha.h:293
8444 msgid "Do not emit complex integer constants to read-only memory"
8445 msgstr ""
8447 #: config/alpha/alpha.h:294
8448 msgid "Use VAX fp"
8449 msgstr ""
8451 #: config/alpha/alpha.h:295
8452 msgid "Do not use VAX fp"
8453 msgstr ""
8455 #: config/alpha/alpha.h:296
8456 msgid "Emit code for the byte/word ISA extension"
8457 msgstr ""
8459 #: config/alpha/alpha.h:299
8460 msgid "Emit code for the motion video ISA extension"
8461 msgstr ""
8463 #: config/alpha/alpha.h:302
8464 msgid "Emit code for the fp move and sqrt ISA extension"
8465 msgstr ""
8467 #: config/alpha/alpha.h:304
8468 msgid "Emit code for the counting ISA extension"
8469 msgstr ""
8471 #: config/alpha/alpha.h:307
8472 msgid "Emit code using explicit relocation directives"
8473 msgstr ""
8475 #: config/alpha/alpha.h:310
8476 msgid "Emit 16-bit relocations to the small data areas"
8477 msgstr ""
8479 #: config/alpha/alpha.h:312
8480 msgid "Emit 32-bit relocations to the small data areas"
8481 msgstr ""
8483 #: config/alpha/alpha.h:314
8484 msgid "Emit rdval instead of rduniq for thread pointer"
8485 msgstr ""
8487 #. For -mcpu=
8488 #. For -mtune=
8489 #. For -mfp-rounding-mode=[n|m|c|d]
8490 #. For -mfp-trap-mode=[n|u|su|sui]
8491 #. For -mtrap-precision=[p|f|i]
8492 #. For -mmemory-latency=
8493 #. For -mtls-size=
8494 #: config/alpha/alpha.h:343
8495 msgid "Use features of and schedule given CPU"
8496 msgstr ""
8498 #: config/alpha/alpha.h:345
8499 msgid "Schedule given CPU"
8500 msgstr ""
8502 #: config/alpha/alpha.h:347
8503 msgid "Control the generated fp rounding mode"
8504 msgstr ""
8506 #: config/alpha/alpha.h:349
8507 msgid "Control the IEEE trap mode"
8508 msgstr ""
8510 #: config/alpha/alpha.h:351
8511 msgid "Control the precision given to fp exceptions"
8512 msgstr ""
8514 #: config/alpha/alpha.h:353
8515 msgid "Tune expected memory latency"
8516 msgstr ""
8518 #: config/alpha/alpha.h:355 config/ia64/ia64.h:221
8519 msgid "Specify bit size of immediate TLS offsets"
8520 msgstr ""
8522 #: config/arc/arc.c:135
8523 #, c-format
8524 msgid "bad value (%s) for -mcpu switch"
8525 msgstr ""
8527 #: config/arc/arc.c:362
8528 #, c-format
8529 msgid "argument of `%s' attribute is not a string constant"
8530 msgstr ""
8532 #: config/arc/arc.c:369
8533 #, c-format
8534 msgid "argument of `%s' attribute is not \"ilink1\" or \"ilink2\""
8535 msgstr ""
8537 #: config/arc/arc.c:1708 config/m32r/m32r.c:2286
8538 #, c-format
8539 msgid "invalid operand to %%R code"
8540 msgstr ""
8542 #: config/arc/arc.c:1740 config/m32r/m32r.c:2309
8543 #, c-format
8544 msgid "invalid operand to %%H/%%L code"
8545 msgstr ""
8547 #: config/arc/arc.c:1763 config/m32r/m32r.c:2385
8548 #, c-format
8549 msgid "invalid operand to %%U code"
8550 msgstr ""
8552 #: config/arc/arc.c:1774
8553 #, c-format
8554 msgid "invalid operand to %%V code"
8555 msgstr ""
8557 #. Unknown flag.
8558 #: config/arc/arc.c:1781 config/m32r/m32r.c:2424 config/sparc/sparc.c:6473
8559 msgid "invalid operand output code"
8560 msgstr ""
8562 #: config/arm/arm.c:459
8563 #, c-format
8564 msgid "switch -mcpu=%s conflicts with -march= switch"
8565 msgstr ""
8567 #: config/arm/arm.c:469 config/rs6000/rs6000.c:554 config/sparc/sparc.c:393
8568 #, c-format
8569 msgid "bad value (%s) for %s switch"
8570 msgstr ""
8572 #: config/arm/arm.c:605
8573 msgid "target CPU does not support APCS-32"
8574 msgstr ""
8576 #: config/arm/arm.c:610
8577 msgid "target CPU does not support APCS-26"
8578 msgstr ""
8580 #: config/arm/arm.c:616
8581 msgid "target CPU does not support interworking"
8582 msgstr ""
8584 #: config/arm/arm.c:622
8585 msgid "target CPU does not support THUMB instructions"
8586 msgstr ""
8588 #: config/arm/arm.c:636
8589 msgid "enabling backtrace support is only meaningful when compiling for the Thumb"
8590 msgstr ""
8592 #: config/arm/arm.c:639
8593 msgid "enabling callee interworking support is only meaningful when compiling for the Thumb"
8594 msgstr ""
8596 #: config/arm/arm.c:642
8597 msgid "enabling caller interworking support is only meaningful when compiling for the Thumb"
8598 msgstr ""
8600 #: config/arm/arm.c:648
8601 msgid "interworking forces APCS-32 to be used"
8602 msgstr ""
8604 #: config/arm/arm.c:654
8605 msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
8606 msgstr ""
8608 #: config/arm/arm.c:662
8609 msgid "-fpic and -mapcs-reent are incompatible"
8610 msgstr ""
8612 #: config/arm/arm.c:665
8613 msgid "APCS reentrant code not supported.  Ignored"
8614 msgstr ""
8616 #: config/arm/arm.c:673
8617 msgid "-g with -mno-apcs-frame may not give sensible debugging"
8618 msgstr ""
8620 #: config/arm/arm.c:681
8621 msgid "passing floating point arguments in fp regs not yet supported"
8622 msgstr ""
8624 #: config/arm/arm.c:710
8625 #, c-format
8626 msgid "invalid floating point emulation option: -mfpe-%s"
8627 msgstr ""
8629 #: config/arm/arm.c:734
8630 msgid "structure size boundary can only be set to 8 or 32"
8631 msgstr ""
8633 #: config/arm/arm.c:742
8634 msgid "-mpic-register= is useless without -fpic"
8635 msgstr ""
8637 #: config/arm/arm.c:749
8638 #, c-format
8639 msgid "unable to use '%s' for PIC register"
8640 msgstr ""
8642 #: config/arm/arm.c:2061 config/arm/arm.c:2084 config/avr/avr.c:4794
8643 #: config/c4x/c4x.c:4644 config/h8300/h8300.c:3623 config/i386/i386.c:1389
8644 #: config/i386/i386.c:1418 config/m68hc11/m68hc11.c:1216
8645 #: config/mcore/mcore.c:3510 config/ns32k/ns32k.c:1047
8646 #: config/rs6000/rs6000.c:12476 config/sh/sh.c:5678 config/sh/sh.c:5703
8647 #: config/sh/sh.c:5742 config/stormy16/stormy16.c:2026 config/v850/v850.c:2180
8648 #, c-format
8649 msgid "`%s' attribute only applies to functions"
8650 msgstr ""
8652 #: config/arm/arm.c:9474
8653 msgid "unable to compute real location of stacked parameter"
8654 msgstr ""
8656 #: config/arm/arm.c:10153
8657 msgid "no low registers available for popping high registers"
8658 msgstr ""
8660 #: config/arm/arm.c:10404
8661 msgid "interrupt Service Routines cannot be coded in Thumb mode"
8662 msgstr ""
8664 #: config/arm/pe.c:168 config/i386/winnt.c:303 config/mcore/mcore.c:3358
8665 #, c-format
8666 msgid "initialized variable `%s' is marked dllimport"
8667 msgstr ""
8669 #: config/arm/pe.c:177 config/i386/winnt.c:312
8670 #, c-format
8671 msgid "static variable `%s' is marked dllimport"
8672 msgstr ""
8674 #: config/arm/arm.h:416
8675 msgid "Generate APCS conformant stack frames"
8676 msgstr ""
8678 #: config/arm/arm.h:419
8679 msgid "Store function names in object code"
8680 msgstr ""
8682 #: config/arm/arm.h:423
8683 msgid "Use the 32-bit version of the APCS"
8684 msgstr ""
8686 #: config/arm/arm.h:425
8687 msgid "Use the 26-bit version of the APCS"
8688 msgstr ""
8690 #: config/arm/arm.h:429
8691 msgid "Pass FP arguments in FP registers"
8692 msgstr ""
8694 #: config/arm/arm.h:432
8695 msgid "Generate re-entrant, PIC code"
8696 msgstr ""
8698 #: config/arm/arm.h:435
8699 msgid "The MMU will trap on unaligned accesses"
8700 msgstr ""
8702 #: config/arm/arm.h:442
8703 msgid "Use library calls to perform FP operations"
8704 msgstr ""
8706 #: config/arm/arm.h:444 config/i960/i960.h:281
8707 msgid "Use hardware floating point instructions"
8708 msgstr ""
8710 #: config/arm/arm.h:446
8711 msgid "Assume target CPU is configured as big endian"
8712 msgstr ""
8714 #: config/arm/arm.h:448
8715 msgid "Assume target CPU is configured as little endian"
8716 msgstr ""
8718 #: config/arm/arm.h:450
8719 msgid "Assume big endian bytes, little endian words"
8720 msgstr ""
8722 #: config/arm/arm.h:452
8723 msgid "Support calls between Thumb and ARM instruction sets"
8724 msgstr ""
8726 #: config/arm/arm.h:455
8727 msgid "Generate a call to abort if a noreturn function returns"
8728 msgstr ""
8730 #: config/arm/arm.h:458
8731 msgid "Do not move instructions into a function's prologue"
8732 msgstr ""
8734 #: config/arm/arm.h:461
8735 msgid "Do not load the PIC register in function prologues"
8736 msgstr ""
8738 #: config/arm/arm.h:464
8739 msgid "Generate call insns as indirect calls, if necessary"
8740 msgstr ""
8742 #: config/arm/arm.h:467
8743 msgid "Compile for the Thumb not the ARM"
8744 msgstr ""
8746 #: config/arm/arm.h:471
8747 msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
8748 msgstr ""
8750 #: config/arm/arm.h:474
8751 msgid "Thumb: Generate (leaf) stack frames even if not needed"
8752 msgstr ""
8754 #: config/arm/arm.h:477
8755 msgid "Thumb: Assume non-static functions may be called from ARM code"
8756 msgstr ""
8758 #: config/arm/arm.h:481
8759 msgid "Thumb: Assume function pointers may go to non-Thumb aware code"
8760 msgstr ""
8762 #: config/arm/arm.h:491
8763 msgid "Specify the name of the target CPU"
8764 msgstr ""
8766 #: config/arm/arm.h:493
8767 msgid "Specify the name of the target architecture"
8768 msgstr ""
8770 #: config/arm/arm.h:497
8771 msgid "Specify the version of the floating point emulator"
8772 msgstr ""
8774 #: config/arm/arm.h:499
8775 msgid "Specify the minimum bit alignment of structures"
8776 msgstr ""
8778 #: config/arm/arm.h:501
8779 msgid "Specify the register to be used for PIC addressing"
8780 msgstr ""
8782 #: config/arm/pe.h:65
8783 msgid "Ignore dllimport attribute for functions"
8784 msgstr ""
8786 #: config/avr/avr.c:528
8787 #, c-format
8788 msgid "large frame pointer change (%d) with -mtiny-stack"
8789 msgstr ""
8791 #: config/avr/avr.c:1135
8792 msgid "bad address, not (reg+disp):"
8793 msgstr ""
8795 #: config/avr/avr.c:1143
8796 msgid "internal compiler error.  Bad address:"
8797 msgstr ""
8799 #: config/avr/avr.c:1156
8800 msgid "internal compiler error.  Unknown mode:"
8801 msgstr ""
8803 #: config/avr/avr.c:1864 config/avr/avr.c:2576
8804 msgid "invalid insn:"
8805 msgstr ""
8807 #: config/avr/avr.c:1901 config/avr/avr.c:1987 config/avr/avr.c:2036
8808 #: config/avr/avr.c:2045 config/avr/avr.c:2143 config/avr/avr.c:2315
8809 #: config/avr/avr.c:2613 config/avr/avr.c:2724
8810 msgid "incorrect insn:"
8811 msgstr ""
8813 #: config/avr/avr.c:2064 config/avr/avr.c:2228 config/avr/avr.c:2386
8814 #: config/avr/avr.c:2768
8815 msgid "unknown move insn:"
8816 msgstr ""
8818 #: config/avr/avr.c:3003
8819 msgid "bad shift insn:"
8820 msgstr ""
8822 #: config/avr/avr.c:3119 config/avr/avr.c:3549 config/avr/avr.c:3929
8823 msgid "internal compiler error.  Incorrect shift:"
8824 msgstr ""
8826 #: config/avr/avr.c:4767
8827 msgid "only initialized variables can be placed into program memory area"
8828 msgstr ""
8830 #: config/avr/avr.c:4866
8831 msgid "only uninitialized variables can be placed in the .noinit section"
8832 msgstr ""
8834 #: config/avr/avr.c:4881
8835 #, c-format
8836 msgid "MCU `%s' supported for assembler only"
8837 msgstr ""
8839 #: config/avr/avr.h:78
8840 msgid "Assume int to be 8 bit integer"
8841 msgstr ""
8843 #: config/avr/avr.h:80
8844 msgid "Change the stack pointer without disabling interrupts"
8845 msgstr ""
8847 #: config/avr/avr.h:82
8848 msgid "Use subroutines for function prologue/epilogue"
8849 msgstr ""
8851 #: config/avr/avr.h:84
8852 msgid "Change only the low 8 bits of the stack pointer"
8853 msgstr ""
8855 #: config/avr/avr.h:86
8856 msgid "Do not generate tablejump insns"
8857 msgstr ""
8859 #: config/avr/avr.h:88
8860 msgid "Use rjmp/rcall (limited range) on >8K devices"
8861 msgstr ""
8863 #: config/avr/avr.h:91
8864 msgid "Output instruction sizes to the asm file"
8865 msgstr ""
8867 #: config/avr/avr.h:108
8868 msgid "Specify the initial stack address"
8869 msgstr ""
8871 #: config/avr/avr.h:109
8872 msgid "Specify the MCU name"
8873 msgstr ""
8875 #. `GIV_SORT_CRITERION(GIV1, GIV2)'
8876 #. In some cases, the strength reduction optimization pass can
8877 #. produce better code if this is defined.  This macro controls the
8878 #. order that induction variables are combined.  This macro is
8879 #. particularly useful if the target has limited addressing modes.
8880 #. For instance, the SH target has only positive offsets in
8881 #. addresses.  Thus sorting to put the smallest address first allows
8882 #. the most combinations to be found.
8883 #: config/avr/avr.h:2450
8884 msgid "trampolines not supported"
8885 msgstr ""
8887 #: config/c4x/c4x-c.c:69
8888 #, c-format
8889 msgid "missing '(' after '#pragma %s' - ignored"
8890 msgstr ""
8892 #: config/c4x/c4x-c.c:72
8893 #, c-format
8894 msgid "missing function name in '#pragma %s' - ignored"
8895 msgstr ""
8897 #: config/c4x/c4x-c.c:77
8898 #, c-format
8899 msgid "malformed '#pragma %s' - ignored"
8900 msgstr ""
8902 #: config/c4x/c4x-c.c:79
8903 #, c-format
8904 msgid "missing section name in '#pragma %s' - ignored"
8905 msgstr ""
8907 #: config/c4x/c4x-c.c:84
8908 #, c-format
8909 msgid "missing ')' for '#pragma %s' - ignored"
8910 msgstr ""
8912 #: config/c4x/c4x-c.c:87
8913 #, c-format
8914 msgid "junk at end of '#pragma %s'"
8915 msgstr ""
8917 #: config/c4x/c4x.c:280
8918 #, c-format
8919 msgid "unknown CPU version %d, using 40.\n"
8920 msgstr ""
8922 #: config/c4x/c4x.c:853
8923 #, c-format
8924 msgid "ISR %s requires %d words of local vars, max is 32767"
8925 msgstr ""
8927 #: config/c4x/c4x.c:1602
8928 msgid "using CONST_DOUBLE for address"
8929 msgstr ""
8931 #: config/c4x/c4x.c:1742
8932 msgid "c4x_address_cost: Invalid addressing mode"
8933 msgstr ""
8935 #: config/c4x/c4x.c:1884
8936 #, c-format
8937 msgid "c4x_print_operand: %%L inconsistency"
8938 msgstr ""
8940 #: config/c4x/c4x.c:1890
8941 #, c-format
8942 msgid "c4x_print_operand: %%N inconsistency"
8943 msgstr ""
8945 #: config/c4x/c4x.c:1931
8946 #, c-format
8947 msgid "c4x_print_operand: %%O inconsistency"
8948 msgstr ""
8950 #: config/c4x/c4x.c:2026
8951 msgid "c4x_print_operand: Bad operand case"
8952 msgstr ""
8954 #: config/c4x/c4x.c:2069
8955 msgid "c4x_print_operand_address: Bad post_modify"
8956 msgstr ""
8958 #: config/c4x/c4x.c:2091
8959 msgid "c4x_print_operand_address: Bad pre_modify"
8960 msgstr ""
8962 #: config/c4x/c4x.c:2139 config/c4x/c4x.c:2151 config/c4x/c4x.c:2166
8963 msgid "c4x_print_operand_address: Bad operand case"
8964 msgstr ""
8966 #: config/c4x/c4x.c:2422
8967 msgid "c4x_rptb_insert: Cannot find start label"
8968 msgstr ""
8970 #: config/c4x/c4x.c:3409 config/c4x/c4x.c:3429
8971 msgid "mode not QImode"
8972 msgstr ""
8974 #: config/c4x/c4x.c:3514
8975 msgid "invalid indirect memory address"
8976 msgstr ""
8978 #: config/c4x/c4x.c:3603
8979 msgid "invalid indirect (S) memory address"
8980 msgstr ""
8982 #: config/c4x/c4x.c:3944
8983 msgid "c4x_valid_operands: Internal error"
8984 msgstr ""
8986 #: config/c4x/c4x.c:4424
8987 msgid "c4x_operand_subword: invalid mode"
8988 msgstr ""
8990 #: config/c4x/c4x.c:4427
8991 msgid "c4x_operand_subword: invalid operand"
8992 msgstr ""
8994 #. We could handle these with some difficulty.
8995 #. e.g., *p-- => *(p-=2); *(p+1).
8996 #: config/c4x/c4x.c:4453
8997 msgid "c4x_operand_subword: invalid autoincrement"
8998 msgstr ""
9000 #: config/c4x/c4x.c:4459
9001 msgid "c4x_operand_subword: invalid address"
9002 msgstr ""
9004 #: config/c4x/c4x.c:4470
9005 msgid "c4x_operand_subword: address not offsettable"
9006 msgstr ""
9008 #: config/c4x/c4x.c:4670
9009 msgid "c4x_rptb_rpts_p: Repeat block top label moved\n"
9010 msgstr ""
9012 #. Name of the c4x assembler.
9013 #. Name of the c4x linker.
9014 #. Define assembler options.
9015 #. Define linker options.
9016 #. Specify the end file to link with.
9017 #. Target compilation option flags.
9018 #. Small memory model.
9019 #. Use 24-bit MPYI for C3x.
9020 #. Fast fixing of floats.
9021 #. Allow use of RPTS.
9022 #. Emit C3x code.
9023 #. Be compatible with TI assembler.
9024 #. Be paranoid about DP reg. in ISRs.
9025 #. Pass arguments on stack.
9026 #. Enable features under development.
9027 #. Enable repeat block.
9028 #. Use BK as general register.
9029 #. Use decrement and branch for C3x.
9030 #. Enable debugging of GCC.
9031 #. Force constants into registers.
9032 #. Allow unsigned loop counters.
9033 #. Force op0 and op1 to be same.
9034 #. Save all 40 bits for floats.
9035 #. Allow parallel insns.
9036 #. Allow MPY||ADD, MPY||SUB insns.
9037 #. Assume mem refs possibly aliased.
9038 #. Emit C30 code.
9039 #. Emit C31 code.
9040 #. Emit C32 code.
9041 #. Emit C33 code.
9042 #. Emit C40 code.
9043 #. Emit C44 code.
9044 #. Run-time compilation parameters selecting different hardware subsets.
9046 #. Macro to define tables used to set the flags.
9047 #. This is a list in braces of triplets in braces,
9048 #. each pair being { "NAME", VALUE, "DESCRIPTION" }
9049 #. where VALUE is the bits to set or minus the bits to clear.
9050 #. An empty string NAME is used to identify the default VALUE.
9051 #: config/c4x/c4x.h:170
9052 msgid "Small memory model"
9053 msgstr ""
9055 #: config/c4x/c4x.h:172
9056 msgid "Big memory model"
9057 msgstr ""
9059 #: config/c4x/c4x.h:174
9060 msgid "Use MPYI instruction for C3x"
9061 msgstr ""
9063 #: config/c4x/c4x.h:176
9064 msgid "Do not use MPYI instruction for C3x"
9065 msgstr ""
9067 #: config/c4x/c4x.h:178
9068 msgid "Use fast but approximate float to integer conversion"
9069 msgstr ""
9071 #: config/c4x/c4x.h:180
9072 msgid "Use slow but accurate float to integer conversion"
9073 msgstr ""
9075 #: config/c4x/c4x.h:182
9076 msgid "Enable use of RTPS instruction"
9077 msgstr ""
9079 #: config/c4x/c4x.h:184
9080 msgid "Disable use of RTPS instruction"
9081 msgstr ""
9083 #: config/c4x/c4x.h:186
9084 msgid "Enable use of RTPB instruction"
9085 msgstr ""
9087 #: config/c4x/c4x.h:188
9088 msgid "Disable use of RTPB instruction"
9089 msgstr ""
9091 #: config/c4x/c4x.h:190
9092 msgid "Generate code for C30 CPU"
9093 msgstr ""
9095 #: config/c4x/c4x.h:192
9096 msgid "Generate code for C31 CPU"
9097 msgstr ""
9099 #: config/c4x/c4x.h:194
9100 msgid "Generate code for C32 CPU"
9101 msgstr ""
9103 #: config/c4x/c4x.h:196
9104 msgid "Generate code for C33 CPU"
9105 msgstr ""
9107 #: config/c4x/c4x.h:198
9108 msgid "Generate code for C40 CPU"
9109 msgstr ""
9111 #: config/c4x/c4x.h:200
9112 msgid "Generate code for C44 CPU"
9113 msgstr ""
9115 #: config/c4x/c4x.h:202
9116 msgid "Emit code compatible with TI tools"
9117 msgstr ""
9119 #: config/c4x/c4x.h:204
9120 msgid "Emit code to use GAS extensions"
9121 msgstr ""
9123 #: config/c4x/c4x.h:206 config/c4x/c4x.h:210
9124 msgid "Save DP across ISR in small memory model"
9125 msgstr ""
9127 #: config/c4x/c4x.h:208 config/c4x/c4x.h:212
9128 msgid "Don't save DP across ISR in small memory model"
9129 msgstr ""
9131 #: config/c4x/c4x.h:214
9132 msgid "Pass arguments on the stack"
9133 msgstr ""
9135 #: config/c4x/c4x.h:216
9136 msgid "Pass arguments in registers"
9137 msgstr ""
9139 #: config/c4x/c4x.h:218
9140 msgid "Enable new features under development"
9141 msgstr ""
9143 #: config/c4x/c4x.h:220
9144 msgid "Disable new features under development"
9145 msgstr ""
9147 #: config/c4x/c4x.h:222
9148 msgid "Use the BK register as a general purpose register"
9149 msgstr ""
9151 #: config/c4x/c4x.h:224
9152 msgid "Do not allocate BK register"
9153 msgstr ""
9155 #: config/c4x/c4x.h:226
9156 msgid "Enable use of DB instruction"
9157 msgstr ""
9159 #: config/c4x/c4x.h:228
9160 msgid "Disable use of DB instruction"
9161 msgstr ""
9163 #: config/c4x/c4x.h:230
9164 msgid "Enable debugging"
9165 msgstr ""
9167 #: config/c4x/c4x.h:232
9168 msgid "Disable debugging"
9169 msgstr ""
9171 #: config/c4x/c4x.h:234
9172 msgid "Force constants into registers to improve hoisting"
9173 msgstr ""
9175 #: config/c4x/c4x.h:236
9176 msgid "Don't force constants into registers"
9177 msgstr ""
9179 #: config/c4x/c4x.h:238
9180 msgid "Force RTL generation to emit valid 3 operand insns"
9181 msgstr ""
9183 #: config/c4x/c4x.h:240
9184 msgid "Allow RTL generation to emit invalid 3 operand insns"
9185 msgstr ""
9187 #: config/c4x/c4x.h:242
9188 msgid "Allow unsigned interation counts for RPTB/DB"
9189 msgstr ""
9191 #: config/c4x/c4x.h:244
9192 msgid "Disallow unsigned iteration counts for RPTB/DB"
9193 msgstr ""
9195 #: config/c4x/c4x.h:246
9196 msgid "Preserve all 40 bits of FP reg across call"
9197 msgstr ""
9199 #: config/c4x/c4x.h:248
9200 msgid "Only preserve 32 bits of FP reg across call"
9201 msgstr ""
9203 #: config/c4x/c4x.h:250
9204 msgid "Enable parallel instructions"
9205 msgstr ""
9207 #: config/c4x/c4x.h:252
9208 msgid "Disable parallel instructions"
9209 msgstr ""
9211 #: config/c4x/c4x.h:254
9212 msgid "Enable MPY||ADD and MPY||SUB instructions"
9213 msgstr ""
9215 #: config/c4x/c4x.h:256
9216 msgid "Disable MPY||ADD and MPY||SUB instructions"
9217 msgstr ""
9219 #: config/c4x/c4x.h:258
9220 msgid "Assume that pointers may be aliased"
9221 msgstr ""
9223 #: config/c4x/c4x.h:260
9224 msgid "Assume that pointers not aliased"
9225 msgstr ""
9227 #: config/c4x/c4x.h:333
9228 msgid "Specify maximum number of iterations for RPTS"
9229 msgstr ""
9231 #: config/c4x/c4x.h:335
9232 msgid "Select CPU to generate code for"
9233 msgstr ""
9235 #: config/cris/cris.c:583
9236 msgid "unexpected index-type in cris_print_index"
9237 msgstr ""
9239 #: config/cris/cris.c:599
9240 msgid "unexpected base-type in cris_print_base"
9241 msgstr ""
9243 #: config/cris/cris.c:892
9244 #, c-format
9245 msgid "stackframe too big: %d bytes"
9246 msgstr ""
9248 #: config/cris/cris.c:1207
9249 msgid "allocated but unused delay list in epilogue"
9250 msgstr ""
9252 #: config/cris/cris.c:1217
9253 msgid "unexpected function type needing stack adjustment for __builtin_eh_return"
9254 msgstr ""
9256 #: config/cris/cris.c:1296
9257 msgid "invalid operand for 'b' modifier"
9258 msgstr ""
9260 #: config/cris/cris.c:1308
9261 msgid "invalid operand for 'v' modifier"
9262 msgstr ""
9264 #: config/cris/cris.c:1318
9265 msgid "invalid operand for 'P' modifier"
9266 msgstr ""
9268 #: config/cris/cris.c:1325
9269 msgid "invalid operand for 'p' modifier"
9270 msgstr ""
9272 #: config/cris/cris.c:1364
9273 msgid "invalid operand for 'z' modifier"
9274 msgstr ""
9276 #: config/cris/cris.c:1395 config/cris/cris.c:1425
9277 msgid "invalid operand for 'H' modifier"
9278 msgstr ""
9280 #: config/cris/cris.c:1401
9281 msgid "bad register"
9282 msgstr ""
9284 #: config/cris/cris.c:1439
9285 msgid "invalid operand for 'e' modifier"
9286 msgstr ""
9288 #: config/cris/cris.c:1456
9289 msgid "invalid operand for 'm' modifier"
9290 msgstr ""
9292 #: config/cris/cris.c:1481
9293 msgid "invalid operand for 'A' modifier"
9294 msgstr ""
9296 #: config/cris/cris.c:1489
9297 msgid "invalid operand for 'D' modifier"
9298 msgstr ""
9300 #: config/cris/cris.c:1503
9301 msgid "invalid operand for 'T' modifier"
9302 msgstr ""
9304 #: config/cris/cris.c:1512
9305 msgid "invalid operand modifier letter"
9306 msgstr ""
9308 #: config/cris/cris.c:1520
9309 #, c-format
9310 msgid "internal error: bad register: %d"
9311 msgstr ""
9313 #: config/cris/cris.c:1568
9314 msgid "unexpected multiplicative operand"
9315 msgstr ""
9317 #: config/cris/cris.c:1588
9318 msgid "unexpected operand"
9319 msgstr ""
9321 #: config/cris/cris.c:1623 config/cris/cris.c:1633
9322 msgid "unrecognized address"
9323 msgstr ""
9325 #: config/cris/cris.c:1989
9326 msgid "internal error: sideeffect-insn affecting main effect"
9327 msgstr ""
9329 #. If we get here, the caller got its initial tests wrong.
9330 #: config/cris/cris.c:2276
9331 msgid "internal error: cris_side_effect_mode_ok with bad operands"
9332 msgstr ""
9334 #: config/cris/cris.c:2358 config/cris/cris.c:2416
9335 msgid "unrecognized supposed constant"
9336 msgstr ""
9338 #: config/cris/cris.c:2457
9339 msgid "unrecognized supposed constant in cris_global_pic_symbol"
9340 msgstr ""
9342 #: config/cris/cris.c:2476
9343 #, c-format
9344 msgid "-max-stackframe=%d is not usable, not between 0 and %d"
9345 msgstr ""
9347 #: config/cris/cris.c:2504
9348 #, c-format
9349 msgid "unknown CRIS version specification in -march= or -mcpu= : %s"
9350 msgstr ""
9352 #: config/cris/cris.c:2540
9353 #, c-format
9354 msgid "unknown CRIS cpu version specification in -mtune= : %s"
9355 msgstr ""
9357 #: config/cris/cris.c:2558
9358 msgid "-fPIC and -fpic are not supported in this configuration"
9359 msgstr ""
9361 #: config/cris/cris.c:2574
9362 msgid "that particular -g option is invalid with -maout and -melinux"
9363 msgstr ""
9365 #: config/cris/cris.c:2808 config/cris/cris.c:2853
9366 msgid "unexpected side-effects in address"
9367 msgstr ""
9369 #. Labels are never marked as global symbols.
9370 #: config/cris/cris.c:2950 config/cris/cris.c:2981
9371 msgid "unexpected PIC symbol"
9372 msgstr ""
9374 #: config/cris/cris.c:2954
9375 msgid "PIC register isn't set up"
9376 msgstr ""
9378 #: config/cris/cris.c:2967 config/cris/cris.c:3050
9379 msgid "unexpected address expression"
9380 msgstr ""
9382 #: config/cris/cris.c:2985
9383 msgid "emitting PIC operand, but PIC register isn't set up"
9384 msgstr ""
9386 #: config/cris/cris.c:2994
9387 msgid "unexpected NOTE as addr_const:"
9388 msgstr ""
9390 #: config/cris/aout.h:106
9391 msgid "Compile for the MMU-less Etrax 100-based elinux system"
9392 msgstr ""
9394 #: config/cris/aout.h:113
9395 msgid "For elinux, request a specified stack-size for this program"
9396 msgstr ""
9398 #. 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.
9399 #: config/cris/cris.h:336
9400 msgid "Compile for ETRAX 4 (CRIS v3)"
9401 msgstr ""
9403 #: config/cris/cris.h:341
9404 msgid "Compile for ETRAX 100 (CRIS v8)"
9405 msgstr ""
9407 #: config/cris/cris.h:345
9408 msgid "Emit verbose debug information in assembly code"
9409 msgstr ""
9411 #: config/cris/cris.h:348
9412 msgid "Do not use condition codes from normal instructions"
9413 msgstr ""
9415 #: config/cris/cris.h:352
9416 msgid "Do not emit addressing modes with side-effect assignment"
9417 msgstr ""
9419 #: config/cris/cris.h:355
9420 msgid "Do not tune stack alignment"
9421 msgstr ""
9423 #: config/cris/cris.h:358
9424 msgid "Do not tune writable data alignment"
9425 msgstr ""
9427 #: config/cris/cris.h:361
9428 msgid "Do not tune code and read-only data alignment"
9429 msgstr ""
9431 #: config/cris/cris.h:370
9432 msgid "Align code and data to 32 bits"
9433 msgstr ""
9435 #: config/cris/cris.h:383
9436 msgid "Don't align items in code or data"
9437 msgstr ""
9439 #: config/cris/cris.h:386
9440 msgid "Do not emit function prologue or epilogue"
9441 msgstr ""
9443 #. We have to handle this m-option here since we can't wash it off in      both CC1_SPEC and CC1PLUS_SPEC.
9444 #: config/cris/cris.h:390
9445 msgid "Use the most feature-enabling options allowed by other options"
9446 msgstr ""
9448 #. 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.
9449 #: config/cris/cris.h:396
9450 msgid "Override -mbest-lib-options"
9451 msgstr ""
9453 #: config/cris/cris.h:428
9454 msgid "Generate code for the specified chip or CPU version"
9455 msgstr ""
9457 #: config/cris/cris.h:430
9458 msgid "Tune alignment for the specified chip or CPU version"
9459 msgstr ""
9461 #: config/cris/cris.h:432
9462 msgid "Warn when a stackframe is larger than the specified size"
9463 msgstr ""
9465 #. Node: Profiling
9466 #: config/cris/cris.h:1019
9467 msgid "no FUNCTION_PROFILER for CRIS"
9468 msgstr ""
9470 #: config/cris/linux.h:74
9471 msgid "Together with -fpic and -fPIC, do not use GOTPLT references"
9472 msgstr ""
9474 #: config/d30v/d30v.c:207
9475 #, c-format
9476 msgid "bad modes_tieable_p for register %s, mode1 %s, mode2 %s"
9477 msgstr ""
9479 #: config/d30v/d30v.c:2666
9480 msgid "bad insn to d30v_print_operand_address:"
9481 msgstr ""
9483 #: config/d30v/d30v.c:2683 config/d30v/d30v.c:2744 config/d30v/d30v.c:2765
9484 #: config/d30v/d30v.c:2783
9485 msgid "bad insn to d30v_print_operand_memory_reference:"
9486 msgstr ""
9488 #: config/d30v/d30v.c:2851
9489 msgid "bad insn to d30v_print_operand, 'f' modifier:"
9490 msgstr ""
9492 #: config/d30v/d30v.c:2860
9493 msgid "bad insn to d30v_print_operand, 'A' modifier:"
9494 msgstr ""
9496 #: config/d30v/d30v.c:2867
9497 msgid "bad insn to d30v_print_operand, 'M' modifier:"
9498 msgstr ""
9500 #: config/d30v/d30v.c:2921
9501 msgid "bad insn to print_operand, 'F' or 'T' modifier:"
9502 msgstr ""
9504 #: config/d30v/d30v.c:2932
9505 msgid "bad insn to print_operand, 'B' modifier:"
9506 msgstr ""
9508 #: config/d30v/d30v.c:2939
9509 msgid "bad insn to print_operand, 'E' modifier:"
9510 msgstr ""
9512 #: config/d30v/d30v.c:2957
9513 msgid "bad insn to print_operand, 'R' modifier:"
9514 msgstr ""
9516 #: config/d30v/d30v.c:2966 config/d30v/d30v.c:2974
9517 msgid "bad insn to print_operand, 's' modifier:"
9518 msgstr ""
9520 #: config/d30v/d30v.c:3003
9521 msgid "bad insn in d30v_print_operand, 0 case"
9522 msgstr ""
9524 #: config/d30v/d30v.c:3301
9525 msgid "d30v_emit_comparison"
9526 msgstr ""
9528 #: config/d30v/d30v.c:3345
9529 msgid "bad call to d30v_move_2words"
9530 msgstr ""
9532 #: config/d30v/d30v.h:114
9533 msgid "Enable use of conditional move instructions"
9534 msgstr ""
9536 #: config/d30v/d30v.h:117
9537 msgid "Disable use of conditional move instructions"
9538 msgstr ""
9540 #: config/d30v/d30v.h:120
9541 msgid "Debug argument support in compiler"
9542 msgstr ""
9544 #: config/d30v/d30v.h:123
9545 msgid "Debug stack support in compiler"
9546 msgstr ""
9548 #: config/d30v/d30v.h:126
9549 msgid "Debug memory address support in compiler"
9550 msgstr ""
9552 #: config/d30v/d30v.h:129
9553 msgid "Make adjacent short instructions parallel if possible"
9554 msgstr ""
9556 #: config/d30v/d30v.h:132
9557 msgid "Do not make adjacent short instructions parallel"
9558 msgstr ""
9560 #: config/d30v/d30v.h:135 config/d30v/d30v.h:138
9561 msgid "Link programs/data to be in external memory by default"
9562 msgstr ""
9564 #: config/d30v/d30v.h:141
9565 msgid "Link programs/data to be in onchip memory by default"
9566 msgstr ""
9568 #: config/d30v/d30v.h:149
9569 msgid "Change the branch costs within the compiler"
9570 msgstr ""
9572 #: config/d30v/d30v.h:152
9573 msgid "Change the threshold for conversion to conditional execution"
9574 msgstr ""
9576 #: config/dsp16xx/dsp16xx.c:1446 config/dsp16xx/dsp16xx.c:1469
9577 msgid "stack size > 32k"
9578 msgstr ""
9580 #: config/dsp16xx/dsp16xx.c:1678
9581 msgid "invalid addressing mode"
9582 msgstr ""
9584 #: config/dsp16xx/dsp16xx.c:1821
9585 msgid "bad register extension code"
9586 msgstr ""
9588 #: config/dsp16xx/dsp16xx.c:1921
9589 msgid "invalid offset in ybase addressing"
9590 msgstr ""
9592 #: config/dsp16xx/dsp16xx.c:1924
9593 msgid "invalid register in ybase addressing"
9594 msgstr ""
9596 #: config/dsp16xx/dsp16xx.c:2099
9597 msgid "invalid shift operator in emit_1600_core_shift"
9598 msgstr ""
9600 #: config/dsp16xx/dsp16xx.c:2428
9601 msgid "invalid mode for gen_tst_reg"
9602 msgstr ""
9604 #: config/dsp16xx/dsp16xx.c:2500
9605 msgid "invalid mode for integer comparison in gen_compare_reg"
9606 msgstr ""
9608 #. Macro to define tables used to set the flags.
9609 #. This is a list in braces of pairs in braces,
9610 #. each pair being { "NAME", VALUE }
9611 #. where VALUE is the bits to set or minus the bits to clear.
9612 #. An empty string NAME is used to identify the default VALUE.
9613 #: config/dsp16xx/dsp16xx.h:230
9614 msgid "Pass parameters in registers (default)"
9615 msgstr ""
9617 #: config/dsp16xx/dsp16xx.h:232
9618 msgid "Don't pass parameters in registers"
9619 msgstr ""
9621 #: config/dsp16xx/dsp16xx.h:234
9622 msgid "Generate code for near calls"
9623 msgstr ""
9625 #: config/dsp16xx/dsp16xx.h:236
9626 msgid "Don't generate code for near calls"
9627 msgstr ""
9629 #: config/dsp16xx/dsp16xx.h:238
9630 msgid "Generate code for near jumps"
9631 msgstr ""
9633 #: config/dsp16xx/dsp16xx.h:240
9634 msgid "Don't generate code for near jumps"
9635 msgstr ""
9637 #: config/dsp16xx/dsp16xx.h:242
9638 msgid "Generate code for a bit-manipulation unit"
9639 msgstr ""
9641 #: config/dsp16xx/dsp16xx.h:244
9642 msgid "Don't generate code for a bit-manipulation unit"
9643 msgstr ""
9645 #: config/dsp16xx/dsp16xx.h:246
9646 msgid "Generate code for memory map1"
9647 msgstr ""
9649 #: config/dsp16xx/dsp16xx.h:248
9650 msgid "Generate code for memory map2"
9651 msgstr ""
9653 #: config/dsp16xx/dsp16xx.h:250
9654 msgid "Generate code for memory map3"
9655 msgstr ""
9657 #: config/dsp16xx/dsp16xx.h:252
9658 msgid "Generate code for memory map4"
9659 msgstr ""
9661 #: config/dsp16xx/dsp16xx.h:254
9662 msgid "Ouput extra code for initialized data"
9663 msgstr ""
9665 #: config/dsp16xx/dsp16xx.h:256
9666 msgid "Don't let reg. allocator use ybase registers"
9667 msgstr ""
9669 #: config/dsp16xx/dsp16xx.h:258
9670 msgid "Output extra debug info in Luxworks environment"
9671 msgstr ""
9673 #: config/dsp16xx/dsp16xx.h:260
9674 msgid "Save temp. files in Luxworks environment"
9675 msgstr ""
9677 #: config/dsp16xx/dsp16xx.h:272
9678 msgid "Specify alternate name for text section"
9679 msgstr ""
9681 #: config/dsp16xx/dsp16xx.h:274
9682 msgid "Specify alternate name for data section"
9683 msgstr ""
9685 #: config/dsp16xx/dsp16xx.h:276
9686 msgid "Specify alternate name for bss section"
9687 msgstr ""
9689 #: config/dsp16xx/dsp16xx.h:278
9690 msgid "Specify alternate name for constant section"
9691 msgstr ""
9693 #: config/dsp16xx/dsp16xx.h:280
9694 msgid "Specify alternate name for dsp16xx chip"
9695 msgstr ""
9697 #. Output assembler code to FILE to increment profiler label # LABELNO
9698 #. for profiling a function entry.
9699 #: config/dsp16xx/dsp16xx.h:1218 config/dsp16xx/dsp16xx.h:1772
9700 #: config/dsp16xx/dsp16xx.h:1777
9701 msgid "profiling not implemented yet"
9702 msgstr ""
9704 #. Emit RTL insns to initialize the variable parts of a trampoline.
9705 #. FNADDR is an RTX for the address of the function's pure code.
9706 #. CXT is an RTX for the static chain value for the function.
9707 #: config/dsp16xx/dsp16xx.h:1228 config/dsp16xx/dsp16xx.h:1240
9708 msgid "trampolines not yet implemented"
9709 msgstr ""
9711 #: config/fr30/fr30.c:453
9712 msgid "fr30_print_operand_address: unhandled address"
9713 msgstr ""
9715 #: config/fr30/fr30.c:480
9716 #, c-format
9717 msgid "fr30_print_operand: unrecognized %%p code"
9718 msgstr ""
9720 #: config/fr30/fr30.c:500
9721 #, c-format
9722 msgid "fr30_print_operand: unrecognized %%b code"
9723 msgstr ""
9725 #: config/fr30/fr30.c:521
9726 #, c-format
9727 msgid "fr30_print_operand: unrecognized %%B code"
9728 msgstr ""
9730 #: config/fr30/fr30.c:529
9731 #, c-format
9732 msgid "fr30_print_operand: invalid operand to %%A code"
9733 msgstr ""
9735 #: config/fr30/fr30.c:546
9736 #, c-format
9737 msgid "fr30_print_operand: invalid %%x code"
9738 msgstr ""
9740 #: config/fr30/fr30.c:553
9741 #, c-format
9742 msgid "fr30_print_operand: invalid %%F code"
9743 msgstr ""
9745 #: config/fr30/fr30.c:570
9746 msgid "fr30_print_operand: unknown code"
9747 msgstr ""
9749 #: config/fr30/fr30.c:599 config/fr30/fr30.c:608 config/fr30/fr30.c:619
9750 #: config/fr30/fr30.c:632
9751 msgid "fr30_print_operand: unhandled MEM"
9752 msgstr ""
9754 #: config/fr30/fr30.h:63
9755 msgid "Assume small address space"
9756 msgstr ""
9758 #: config/frv/frv.c:410 config/frv/frv.c:428
9759 #, c-format
9760 msgid "Unknown cpu: -mcpu=%s"
9761 msgstr ""
9763 #: config/frv/frv.c:451
9764 msgid "-fpic and -gdwarf are incompatible (-fpic and -g/-gdwarf-2 are fine)"
9765 msgstr ""
9767 #: config/frv/frv.c:2520
9768 msgid "Bad insn to frv_print_operand_address:"
9769 msgstr ""
9771 #: config/frv/frv.c:2533
9772 msgid "Bad register to frv_print_operand_memory_reference_reg:"
9773 msgstr ""
9775 #: config/frv/frv.c:2574 config/frv/frv.c:2584 config/frv/frv.c:2593
9776 #: config/frv/frv.c:2621 config/frv/frv.c:2633 config/frv/frv.c:2637
9777 msgid "Bad insn to frv_print_operand_memory_reference:"
9778 msgstr ""
9780 #: config/frv/frv.c:2779
9781 msgid "Bad insn in frv_print_operand, bad const_double"
9782 msgstr ""
9784 #: config/frv/frv.c:2824
9785 msgid "Bad insn to frv_print_operand, 'C' modifier:"
9786 msgstr ""
9788 #: config/frv/frv.c:2847
9789 msgid "Bad insn to frv_print_operand, 'c' modifier:"
9790 msgstr ""
9792 #: config/frv/frv.c:2872
9793 msgid "Bad insn to frv_print_operand, 'e' modifier:"
9794 msgstr ""
9796 #: config/frv/frv.c:2880
9797 msgid "Bad insn to frv_print_operand, 'F' modifier:"
9798 msgstr ""
9800 #: config/frv/frv.c:2896
9801 msgid "Bad insn to frv_print_operand, 'f' modifier:"
9802 msgstr ""
9804 #: config/frv/frv.c:2949
9805 msgid "Bad insn to frv_print_operand, 'L' modifier:"
9806 msgstr ""
9808 #: config/frv/frv.c:2962
9809 msgid "Bad insn to frv_print_operand, 'M/N' modifier:"
9810 msgstr ""
9812 #: config/frv/frv.c:2983
9813 msgid "Bad insn to frv_print_operand, 'O' modifier:"
9814 msgstr ""
9816 #: config/frv/frv.c:3001
9817 msgid "Bad insn to frv_print_operand, P modifier:"
9818 msgstr ""
9820 #: config/frv/frv.c:3021
9821 msgid "Bad insn in frv_print_operand, z case"
9822 msgstr ""
9824 #: config/frv/frv.c:3049
9825 msgid "Bad insn in frv_print_operand, 0 case"
9826 msgstr ""
9828 #: config/frv/frv.c:3054
9829 msgid "frv_print_operand: unknown code"
9830 msgstr ""
9832 #: config/frv/frv.c:5737
9833 msgid "Bad output_move_single operand"
9834 msgstr ""
9836 #: config/frv/frv.c:5866
9837 msgid "Bad output_move_double operand"
9838 msgstr ""
9840 #: config/frv/frv.c:6010
9841 msgid "Bad output_condmove_single operand"
9842 msgstr ""
9844 #: config/frv/frv.c:8315
9845 msgid "frv_registers_update"
9846 msgstr ""
9848 #: config/frv/frv.c:8475
9849 msgid "frv_registers_used_p"
9850 msgstr ""
9852 #: config/frv/frv.c:8604
9853 msgid "frv_registers_set_p"
9854 msgstr ""
9856 #: config/frv/frv.c:9171
9857 msgid "accumulator is not a constant integer"
9858 msgstr ""
9860 #: config/frv/frv.c:9176
9861 msgid "accumulator number is out of bounds"
9862 msgstr ""
9864 #: config/frv/frv.c:9187
9865 #, c-format
9866 msgid "inappropriate accumulator for `%s'"
9867 msgstr ""
9869 #: config/frv/frv.c:9253
9870 #, c-format
9871 msgid "`%s' expects a constant argument"
9872 msgstr ""
9874 #: config/frv/frv.c:9258
9875 #, c-format
9876 msgid "constant argument out of range for `%s'"
9877 msgstr ""
9879 #: config/frv/frv.c:9638
9880 msgid "media functions are not available unless -mmedia is used"
9881 msgstr ""
9883 #: config/frv/frv.c:9650
9884 msgid "this media function is only available on the fr500"
9885 msgstr ""
9887 #: config/frv/frv.c:9678
9888 msgid "this media function is only available on the fr400"
9889 msgstr ""
9891 #. This macro is a C statement to print on `stderr' a string describing the
9892 #. particular machine description choice.  Every machine description should
9893 #. define `TARGET_VERSION'.  For example:
9895 #. #ifdef MOTOROLA
9896 #. #define TARGET_VERSION           fprintf (stderr, " (68k, Motorola syntax)");
9897 #. #else
9898 #. #define TARGET_VERSION           fprintf (stderr, " (68k, MIT syntax)");
9899 #. #endif
9900 #: config/frv/frv.h:512
9901 msgid " (frv)"
9902 msgstr ""
9904 #: config/h8300/h8300.c:314
9905 msgid "-ms2600 is used without -ms"
9906 msgstr ""
9908 #: config/h8300/h8300.c:320
9909 msgid "-mn is used without -mh or -ms"
9910 msgstr ""
9912 #. Macro to define tables used to set the flags.
9913 #. This is a list in braces of pairs in braces,
9914 #. each pair being { "NAME", VALUE }
9915 #. where VALUE is the bits to set or minus the bits to clear.
9916 #. An empty string NAME is used to identify the default VALUE.
9917 #: config/h8300/h8300.h:150
9918 msgid "Generate H8S code"
9919 msgstr ""
9921 #: config/h8300/h8300.h:151
9922 msgid "Do not generate H8S code"
9923 msgstr ""
9925 #: config/h8300/h8300.h:152
9926 msgid "Generate H8S/2600 code"
9927 msgstr ""
9929 #: config/h8300/h8300.h:153
9930 msgid "Do not generate H8S/2600 code"
9931 msgstr ""
9933 #: config/h8300/h8300.h:154
9934 msgid "Make integers 32 bits wide"
9935 msgstr ""
9937 #: config/h8300/h8300.h:157
9938 msgid "Use registers for argument passing"
9939 msgstr ""
9941 #: config/h8300/h8300.h:159
9942 msgid "Do not use registers for argument passing"
9943 msgstr ""
9945 #: config/h8300/h8300.h:161
9946 msgid "Consider access to byte sized memory slow"
9947 msgstr ""
9949 #: config/h8300/h8300.h:162
9950 msgid "Enable linker relaxing"
9951 msgstr ""
9953 #: config/h8300/h8300.h:164
9954 msgid "Generate H8/300H code"
9955 msgstr ""
9957 #: config/h8300/h8300.h:165
9958 msgid "Enable the normal mode"
9959 msgstr ""
9961 #: config/h8300/h8300.h:166
9962 msgid "Do not generate H8/300H code"
9963 msgstr ""
9965 #: config/h8300/h8300.h:167
9966 msgid "Use H8/300 alignment rules"
9967 msgstr ""
9969 #: config/i370/i370-c.c:53
9970 msgid "junk at end of #pragma map"
9971 msgstr ""
9973 #: config/i370/i370-c.c:59
9974 msgid "malformed #pragma map, ignored"
9975 msgstr ""
9977 #: config/i370/i370.c:915
9978 msgid "real name is too long - alias ignored"
9979 msgstr ""
9981 #: config/i370/i370.c:920
9982 msgid "alias name is too long - alias ignored"
9983 msgstr ""
9985 #: config/i370/i370.c:1191
9986 msgid "internal error--no jump follows compare:"
9987 msgstr ""
9989 #. Macro to define tables used to set the flags.  This is a list in braces
9990 #. of pairs in braces, each pair being { "NAME", VALUE }
9991 #. where VALUE is the bits to set or minus the bits to clear.
9992 #. An empty string NAME is used to identify the default VALUE.
9993 #: config/i370/i370.h:75
9994 msgid "Generate char instructions"
9995 msgstr ""
9997 #: config/i370/i370.h:76
9998 msgid "Do not generate char instructions"
9999 msgstr ""
10001 #: config/i386/i386.c:1043
10002 #, c-format
10003 msgid "code model %s not supported in PIC mode"
10004 msgstr ""
10006 #: config/i386/i386.c:1053 config/sparc/sparc.c:356
10007 #, c-format
10008 msgid "bad value (%s) for -mcmodel= switch"
10009 msgstr ""
10011 #: config/i386/i386.c:1068
10012 #, c-format
10013 msgid "bad value (%s) for -masm= switch"
10014 msgstr ""
10016 #: config/i386/i386.c:1071
10017 #, c-format
10018 msgid "code model `%s' not supported in the %s bit mode"
10019 msgstr ""
10021 #: config/i386/i386.c:1074
10022 msgid "code model `large' not supported yet"
10023 msgstr ""
10025 #: config/i386/i386.c:1076
10026 #, c-format
10027 msgid "%i-bit mode not compiled in"
10028 msgstr ""
10030 #: config/i386/i386.c:1106
10031 #, c-format
10032 msgid "bad value (%s) for -march= switch"
10033 msgstr ""
10035 #: config/i386/i386.c:1117
10036 #, c-format
10037 msgid "bad value (%s) for -mcpu= switch"
10038 msgstr ""
10040 #: config/i386/i386.c:1134
10041 #, c-format
10042 msgid "-mregparm=%d is not between 0 and %d"
10043 msgstr ""
10045 #: config/i386/i386.c:1147
10046 msgid "-malign-loops is obsolete, use -falign-loops"
10047 msgstr ""
10049 #: config/i386/i386.c:1152 config/i386/i386.c:1165 config/i386/i386.c:1178
10050 #, c-format
10051 msgid "-malign-loops=%d is not between 0 and %d"
10052 msgstr ""
10054 #: config/i386/i386.c:1160
10055 msgid "-malign-jumps is obsolete, use -falign-jumps"
10056 msgstr ""
10058 #: config/i386/i386.c:1173
10059 msgid "-malign-functions is obsolete, use -falign-functions"
10060 msgstr ""
10062 #: config/i386/i386.c:1211
10063 #, c-format
10064 msgid "-mpreferred-stack-boundary=%d is not between %d and 12"
10065 msgstr ""
10067 #: config/i386/i386.c:1223
10068 #, c-format
10069 msgid "-mbranch-cost=%d is not between 0 and 5"
10070 msgstr ""
10072 #: config/i386/i386.c:1235
10073 #, c-format
10074 msgid "bad value (%s) for -mtls-dialect= switch"
10075 msgstr ""
10077 #: config/i386/i386.c:1256
10078 msgid "-malign-double makes no sense in the 64bit mode"
10079 msgstr ""
10081 #: config/i386/i386.c:1258
10082 msgid "-mrtd calling convention not supported in the 64bit mode"
10083 msgstr ""
10085 #: config/i386/i386.c:1274 config/i386/i386.c:1285
10086 msgid "SSE instruction set disabled, using 387 arithmetics"
10087 msgstr ""
10089 #: config/i386/i386.c:1290
10090 msgid "387 instruction set disabled, using SSE arithmetics"
10091 msgstr ""
10093 #: config/i386/i386.c:1297
10094 #, c-format
10095 msgid "bad value (%s) for -mfpmath= switch"
10096 msgstr ""
10098 #: config/i386/i386.c:1429
10099 #, c-format
10100 msgid "`%s' attribute requires an integer constant argument"
10101 msgstr ""
10103 #: config/i386/i386.c:1435
10104 #, c-format
10105 msgid "argument to `%s' attribute larger than %d"
10106 msgstr ""
10108 #: config/i386/i386.c:6176
10109 msgid "invalid UNSPEC as operand"
10110 msgstr ""
10112 #: config/i386/i386.c:6438
10113 msgid "extended registers have no high halves"
10114 msgstr ""
10116 #: config/i386/i386.c:6453
10117 msgid "unsupported operand size for extended register"
10118 msgstr ""
10120 #: config/i386/i386.c:6768
10121 msgid "operand is neither a constant nor a condition code, invalid operand code 'c'"
10122 msgstr ""
10124 #: config/i386/i386.c:6814
10125 #, c-format
10126 msgid "invalid operand code `%c'"
10127 msgstr ""
10129 #: config/i386/i386.c:6861
10130 msgid "invalid constraints for operand"
10131 msgstr ""
10133 #: config/i386/i386.c:11027
10134 msgid "unknown insn mode"
10135 msgstr ""
10137 #. @@@ better error message
10138 #: config/i386/i386.c:13083 config/i386/i386.c:13119
10139 msgid "selector must be an immediate"
10140 msgstr ""
10142 #. @@@ better error message
10143 #: config/i386/i386.c:13280 config/i386/i386.c:13314
10144 msgid "mask must be an immediate"
10145 msgstr ""
10147 #: config/i386/i386.c:13346
10148 msgid "shift must be an immediate"
10149 msgstr ""
10151 #: config/i386/winnt.c:105
10152 #, c-format
10153 msgid "`%s' attribute only applies to variables"
10154 msgstr ""
10156 #: config/i386/winnt.c:275
10157 #, c-format
10158 msgid "`%s' declared as both exported to and imported from a DLL"
10159 msgstr ""
10161 #: config/i386/cygwin.h:45
10162 msgid "Use the Cygwin interface"
10163 msgstr ""
10165 #: config/i386/cygwin.h:46
10166 msgid "Use the Mingw32 interface"
10167 msgstr ""
10169 #: config/i386/cygwin.h:47
10170 msgid "Create GUI application"
10171 msgstr ""
10173 #: config/i386/cygwin.h:48
10174 msgid "Don't set Windows defines"
10175 msgstr ""
10177 #: config/i386/cygwin.h:49
10178 msgid "Set Windows defines"
10179 msgstr ""
10181 #: config/i386/cygwin.h:50
10182 msgid "Create console application"
10183 msgstr ""
10185 #: config/i386/cygwin.h:51 config/i386/win32.h:59
10186 msgid "Generate code for a DLL"
10187 msgstr ""
10189 #: config/i386/cygwin.h:53 config/i386/win32.h:61
10190 msgid "Ignore dllimport for functions"
10191 msgstr ""
10193 #: config/i386/cygwin.h:55
10194 msgid "Use Mingw-specific thread support"
10195 msgstr ""
10197 #: config/i386/cygwin.h:244
10198 #, c-format
10199 msgid "-f%s ignored for target (all code is position independent)"
10200 msgstr ""
10202 #: config/i386/djgpp.h:204
10203 msgid "-mbnu210 is ignored (option is obsolete)"
10204 msgstr ""
10206 #. Deprecated.
10207 #. Deprecated.
10208 #. Deprecated.
10209 #. Deprecated.
10210 #. Deprecated.
10211 #. Deprecated.
10212 #: config/i386/i386.h:306
10213 msgid "Alternate calling convention"
10214 msgstr ""
10216 #: config/i386/i386.h:308 config/m68k/m68k.h:180 config/ns32k/ns32k.h:144
10217 msgid "Use normal calling convention"
10218 msgstr ""
10220 #: config/i386/i386.h:310
10221 msgid "Align some doubles on dword boundary"
10222 msgstr ""
10224 #: config/i386/i386.h:312
10225 msgid "Align doubles on word boundary"
10226 msgstr ""
10228 #: config/i386/i386.h:314
10229 msgid "Uninitialized locals in .bss"
10230 msgstr ""
10232 #: config/i386/i386.h:316
10233 msgid "Uninitialized locals in .data"
10234 msgstr ""
10236 #: config/i386/i386.h:318 config/m68k/linux-aout.h:45 config/m68k/linux.h:50
10237 #: config/ns32k/ns32k.h:167
10238 msgid "Use IEEE math for fp comparisons"
10239 msgstr ""
10241 #: config/i386/i386.h:320 config/ns32k/ns32k.h:169
10242 msgid "Do not use IEEE math for fp comparisons"
10243 msgstr ""
10245 #: config/i386/i386.h:322
10246 msgid "Return values of functions in FPU registers"
10247 msgstr ""
10249 #: config/i386/i386.h:324
10250 msgid "Do not return values of functions in FPU registers"
10251 msgstr ""
10253 #: config/i386/i386.h:326
10254 msgid "Do not generate sin, cos, sqrt for FPU"
10255 msgstr ""
10257 #: config/i386/i386.h:328
10258 msgid "Generate sin, cos, sqrt for FPU"
10259 msgstr ""
10261 #: config/i386/i386.h:330
10262 msgid "Omit the frame pointer in leaf functions"
10263 msgstr ""
10265 #: config/i386/i386.h:333
10266 msgid "Enable stack probing"
10267 msgstr ""
10269 #. undocumented
10270 #. undocumented
10271 #: config/i386/i386.h:338
10272 msgid "Align destination of the string operations"
10273 msgstr ""
10275 #: config/i386/i386.h:340
10276 msgid "Do not align destination of the string operations"
10277 msgstr ""
10279 #: config/i386/i386.h:342
10280 msgid "Inline all known string operations"
10281 msgstr ""
10283 #: config/i386/i386.h:344
10284 msgid "Do not inline all known string operations"
10285 msgstr ""
10287 #: config/i386/i386.h:346 config/i386/i386.h:350
10288 msgid "Use push instructions to save outgoing arguments"
10289 msgstr ""
10291 #: config/i386/i386.h:348 config/i386/i386.h:352
10292 msgid "Do not use push instructions to save outgoing arguments"
10293 msgstr ""
10295 #: config/i386/i386.h:354
10296 msgid "Support MMX built-in functions"
10297 msgstr ""
10299 #: config/i386/i386.h:356
10300 msgid "Do not support MMX built-in functions"
10301 msgstr ""
10303 #: config/i386/i386.h:358
10304 msgid "Support 3DNow! built-in functions"
10305 msgstr ""
10307 #: config/i386/i386.h:360
10308 msgid "Do not support 3DNow! built-in functions"
10309 msgstr ""
10311 #: config/i386/i386.h:362
10312 msgid "Support MMX and SSE built-in functions and code generation"
10313 msgstr ""
10315 #: config/i386/i386.h:364
10316 msgid "Do not support MMX and SSE built-in functions and code generation"
10317 msgstr ""
10319 #: config/i386/i386.h:366
10320 msgid "Support MMX, SSE and SSE2 built-in functions and code generation"
10321 msgstr ""
10323 #: config/i386/i386.h:368
10324 msgid "Do not support MMX, SSE and SSE2 built-in functions and code generation"
10325 msgstr ""
10327 #: config/i386/i386.h:370
10328 msgid "sizeof(long double) is 16"
10329 msgstr ""
10331 #: config/i386/i386.h:372
10332 msgid "sizeof(long double) is 12"
10333 msgstr ""
10335 #: config/i386/i386.h:374
10336 msgid "Generate 64bit x86-64 code"
10337 msgstr ""
10339 #: config/i386/i386.h:376
10340 msgid "Generate 32bit i386 code"
10341 msgstr ""
10343 #: config/i386/i386.h:378
10344 msgid "Use red-zone in the x86-64 code"
10345 msgstr ""
10347 #: config/i386/i386.h:380
10348 msgid "Do not use red-zone in the x86-64 code"
10349 msgstr ""
10351 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10352 #. command options that have values.  Its definition is an
10353 #. initializer with a subgrouping for each command option.
10355 #. Each subgrouping contains a string constant, that defines the
10356 #. fixed part of the option name, and the address of a variable.  The
10357 #. variable, type `char *', is set to the variable part of the given
10358 #. option if the fixed part matches.  The actual option name is made
10359 #. by appending `-m' to the specified name.
10360 #: config/i386/i386.h:409 config/rs6000/rs6000.h:393 config/sparc/sparc.h:635
10361 msgid "Schedule code for given CPU"
10362 msgstr ""
10364 #: config/i386/i386.h:411
10365 msgid "Generate floating point mathematics using given instruction set"
10366 msgstr ""
10368 #: config/i386/i386.h:413
10369 msgid "Generate code for given CPU"
10370 msgstr ""
10372 #: config/i386/i386.h:415
10373 msgid "Number of registers used to pass integer arguments"
10374 msgstr ""
10376 #. TARGET_DEFAULT is defined in sun*.h and isi.h, etc.
10377 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10378 #. command options that have values.  Its definition is an
10379 #. initializer with a subgrouping for each command option.
10381 #. Each subgrouping contains a string constant, that defines the
10382 #. fixed part of the option name, and the address of a variable.  The
10383 #. variable, type `char *', is set to the variable part of the given
10384 #. option if the fixed part matches.  The actual option name is made
10385 #. by appending `-m' to the specified name.
10386 #: config/i386/i386.h:417 config/m68k/m68k.h:263
10387 msgid "Loop code aligned to this power of 2"
10388 msgstr ""
10390 #: config/i386/i386.h:419 config/m68k/m68k.h:265
10391 msgid "Jump targets are aligned to this power of 2"
10392 msgstr ""
10394 #: config/i386/i386.h:421 config/m68k/m68k.h:267
10395 msgid "Function starts are aligned to this power of 2"
10396 msgstr ""
10398 #: config/i386/i386.h:424
10399 msgid "Attempt to keep stack aligned to this power of 2"
10400 msgstr ""
10402 #: config/i386/i386.h:426
10403 msgid "Branches are this expensive (1-5, arbitrary units)"
10404 msgstr ""
10406 #: config/i386/i386.h:428
10407 msgid "Use given x86-64 code model"
10408 msgstr ""
10410 #. Undocumented.
10411 #. Undocumented.
10412 #: config/i386/i386.h:434
10413 msgid "Use given assembler dialect"
10414 msgstr ""
10416 #: config/i386/i386.h:436
10417 msgid "Use given thread-local storage dialect"
10418 msgstr ""
10420 #: config/i386/sco5.h:700
10421 msgid "Generate ELF output"
10422 msgstr ""
10424 #: config/i386/win32.h:53
10425 msgid "Use Mingw32 interface"
10426 msgstr ""
10428 #: config/i386/win32.h:55
10429 msgid "Use Cygwin interface"
10430 msgstr ""
10432 #: config/i386/win32.h:57
10433 msgid "Use bare Windows interface"
10434 msgstr ""
10436 #. 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.
10437 #. 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.
10438 #: config/i386/xm-djgpp.h:71
10439 msgid "environment variable DJGPP not defined"
10440 msgstr ""
10442 #: config/i386/xm-djgpp.h:73
10443 #, c-format
10444 msgid "environment variable DJGPP points to missing file '%s'"
10445 msgstr ""
10447 #: config/i386/xm-djgpp.h:76
10448 #, c-format
10449 msgid "environment variable DJGPP points to corrupt file '%s'"
10450 msgstr ""
10452 #: config/i960/i960-c.c:66
10453 msgid "sorry, not implemented: #pragma align NAME=SIZE"
10454 msgstr ""
10456 #: config/i960/i960-c.c:71
10457 msgid "malformed #pragma align - ignored"
10458 msgstr ""
10460 #: config/i960/i960-c.c:109
10461 msgid "sorry, not implemented: #pragma noalign NAME"
10462 msgstr ""
10464 #: config/i960/i960.c:121 config/i960/i960.c:131
10465 msgid "conflicting architectures defined - using C series"
10466 msgstr ""
10468 #: config/i960/i960.c:126
10469 msgid "conflicting architectures defined - using K series"
10470 msgstr ""
10472 #: config/i960/i960.c:141
10473 msgid "iC2.0 and iC3.0 are incompatible - using iC3.0"
10474 msgstr ""
10476 #: config/i960/i960.c:1448 config/m68k/m68k.c:559 config/rs6000/rs6000.c:9931
10477 msgid "stack limit expression is not supported"
10478 msgstr ""
10480 #. Macro to define tables used to set the flags.
10481 #. This is a list in braces of pairs in braces,
10482 #. each pair being { "NAME", VALUE }
10483 #. where VALUE is the bits to set or minus the bits to clear.
10484 #. An empty string NAME is used to identify the default VALUE.
10485 #. ??? Not all ten of these architecture variations actually exist, but I
10486 #. am not sure which are real and which aren't.
10487 #: config/i960/i960.h:240
10488 msgid "Generate SA code"
10489 msgstr ""
10491 #: config/i960/i960.h:243
10492 msgid "Generate SB code"
10493 msgstr ""
10495 #. {"sc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED|                                          TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR),              N_("Generate SC code")},
10496 #: config/i960/i960.h:248
10497 msgid "Generate KA code"
10498 msgstr ""
10500 #: config/i960/i960.h:251
10501 msgid "Generate KB code"
10502 msgstr ""
10504 #. {"kc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED|                                          TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR),              N_("Generate KC code")},
10505 #: config/i960/i960.h:256
10506 msgid "Generate JA code"
10507 msgstr ""
10509 #: config/i960/i960.h:258
10510 msgid "Generate JD code"
10511 msgstr ""
10513 #: config/i960/i960.h:261
10514 msgid "Generate JF code"
10515 msgstr ""
10517 #: config/i960/i960.h:263
10518 msgid "generate RP code"
10519 msgstr ""
10521 #: config/i960/i960.h:266
10522 msgid "Generate MC code"
10523 msgstr ""
10525 #: config/i960/i960.h:269
10526 msgid "Generate CA code"
10527 msgstr ""
10529 #. {"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")},
10530 #: config/i960/i960.h:279
10531 msgid "Generate CF code"
10532 msgstr ""
10534 #: config/i960/i960.h:283 config/mips/mips.h:568 config/pa/pa.h:252
10535 msgid "Use software floating point"
10536 msgstr ""
10538 #: config/i960/i960.h:285
10539 msgid "Use alternate leaf function entries"
10540 msgstr ""
10542 #: config/i960/i960.h:287
10543 msgid "Do not use alternate leaf function entries"
10544 msgstr ""
10546 #: config/i960/i960.h:289
10547 msgid "Perform tail call optimization"
10548 msgstr ""
10550 #: config/i960/i960.h:291
10551 msgid "Do not perform tail call optimization"
10552 msgstr ""
10554 #: config/i960/i960.h:293
10555 msgid "Use complex addressing modes"
10556 msgstr ""
10558 #: config/i960/i960.h:295
10559 msgid "Do not use complex addressing modes"
10560 msgstr ""
10562 #: config/i960/i960.h:297
10563 msgid "Align code to 8 byte boundary"
10564 msgstr ""
10566 #: config/i960/i960.h:299
10567 msgid "Do not align code to 8 byte boundary"
10568 msgstr ""
10570 #. {"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")},
10571 #: config/i960/i960.h:305 config/i960/i960.h:307
10572 msgid "Enable compatibility with iC960 v2.0"
10573 msgstr ""
10575 #: config/i960/i960.h:309
10576 msgid "Enable compatibility with iC960 v3.0"
10577 msgstr ""
10579 #: config/i960/i960.h:311 config/i960/i960.h:313
10580 msgid "Enable compatibility with ic960 assembler"
10581 msgstr ""
10583 #: config/i960/i960.h:315
10584 msgid "Do not permit unaligned accesses"
10585 msgstr ""
10587 #: config/i960/i960.h:317
10588 msgid "Permit unaligned accesses"
10589 msgstr ""
10591 #: config/i960/i960.h:319
10592 msgid "Layout types like Intel's v1.3 gcc"
10593 msgstr ""
10595 #: config/i960/i960.h:321
10596 msgid "Do not layout types like Intel's v1.3 gcc"
10597 msgstr ""
10599 #: config/i960/i960.h:323 config/sparc/freebsd.h:79 config/sparc/linux.h:86
10600 #: config/sparc/linux64.h:88 config/sparc/netbsd-elf.h:238
10601 msgid "Use 64 bit long doubles"
10602 msgstr ""
10604 #: config/i960/i960.h:325
10605 msgid "Enable linker relaxation"
10606 msgstr ""
10608 #: config/i960/i960.h:327
10609 msgid "Do not enable linker relaxation"
10610 msgstr ""
10612 #: config/ia64/ia64-c.c:50
10613 msgid "malformed #pragma builtin"
10614 msgstr ""
10616 #: config/ia64/ia64.c:3879
10617 msgid "ia64_print_operand: unknown code"
10618 msgstr ""
10620 #: config/ia64/ia64.c:4157
10621 msgid "value of -mfixed-range must have form REG1-REG2"
10622 msgstr ""
10624 #: config/ia64/ia64.c:4184
10625 #, c-format
10626 msgid "%s-%s is an empty range"
10627 msgstr ""
10629 #: config/ia64/ia64.c:4215
10630 msgid "cannot optimize floating point division for both latency and throughput"
10631 msgstr ""
10633 #: config/ia64/ia64.c:4221
10634 msgid "cannot optimize integer division for both latency and throughput"
10635 msgstr ""
10637 #: config/ia64/ia64.c:4233
10638 #, c-format
10639 msgid "bad value (%s) for -mtls-size= switch"
10640 msgstr ""
10642 #. This macro defines names of command options to set and clear bits in
10643 #. `target_flags'.  Its definition is an initializer with a subgrouping for
10644 #. each command option.
10645 #: config/ia64/ia64.h:150
10646 msgid "Generate big endian code"
10647 msgstr ""
10649 #: config/ia64/ia64.h:152 config/mcore/mcore.h:159
10650 msgid "Generate little endian code"
10651 msgstr ""
10653 #: config/ia64/ia64.h:154
10654 msgid "Generate code for GNU as"
10655 msgstr ""
10657 #: config/ia64/ia64.h:156
10658 msgid "Generate code for Intel as"
10659 msgstr ""
10661 #: config/ia64/ia64.h:158
10662 msgid "Generate code for GNU ld"
10663 msgstr ""
10665 #: config/ia64/ia64.h:160
10666 msgid "Generate code for Intel ld"
10667 msgstr ""
10669 #: config/ia64/ia64.h:162
10670 msgid "Generate code without GP reg"
10671 msgstr ""
10673 #: config/ia64/ia64.h:164
10674 msgid "Emit stop bits before and after volatile extended asms"
10675 msgstr ""
10677 #: config/ia64/ia64.h:166
10678 msgid "Don't emit stop bits before and after volatile extended asms"
10679 msgstr ""
10681 #: config/ia64/ia64.h:168
10682 msgid "Emit code for Itanium (TM) processor B step"
10683 msgstr ""
10685 #: config/ia64/ia64.h:170
10686 msgid "Use in/loc/out register names"
10687 msgstr ""
10689 #: config/ia64/ia64.h:172
10690 msgid "Disable use of sdata/scommon/sbss"
10691 msgstr ""
10693 #: config/ia64/ia64.h:174
10694 msgid "Enable use of sdata/scommon/sbss"
10695 msgstr ""
10697 #: config/ia64/ia64.h:176
10698 msgid "gp is constant (but save/restore gp on indirect calls)"
10699 msgstr ""
10701 #: config/ia64/ia64.h:178
10702 msgid "Generate self-relocatable code"
10703 msgstr ""
10705 #: config/ia64/ia64.h:180
10706 msgid "Generate inline floating point division, optimize for latency"
10707 msgstr ""
10709 #: config/ia64/ia64.h:182
10710 msgid "Generate inline floating point division, optimize for throughput"
10711 msgstr ""
10713 #: config/ia64/ia64.h:184
10714 msgid "Generate inline integer division, optimize for latency"
10715 msgstr ""
10717 #: config/ia64/ia64.h:186
10718 msgid "Generate inline integer division, optimize for throughput"
10719 msgstr ""
10721 #: config/ia64/ia64.h:188
10722 msgid "Enable Dwarf 2 line debug info via GNU as"
10723 msgstr ""
10725 #: config/ia64/ia64.h:190
10726 msgid "Disable Dwarf 2 line debug info via GNU as"
10727 msgstr ""
10729 #: config/ia64/ia64.h:219
10730 msgid "Specify range of registers to make fixed"
10731 msgstr ""
10733 #: config/ip2k/ip2k.c:1082
10734 msgid "bad operand"
10735 msgstr ""
10737 #: config/ip2k/ip2k.c:3184
10738 msgid "Only initialized variables can be placed into program memory area."
10739 msgstr ""
10741 #: config/m32r/m32r.c:139
10742 #, c-format
10743 msgid "bad value (%s) for -mmodel switch"
10744 msgstr ""
10746 #: config/m32r/m32r.c:148
10747 #, c-format
10748 msgid "bad value (%s) for -msdata switch"
10749 msgstr ""
10751 #: config/m32r/m32r.c:319
10752 #, c-format
10753 msgid "invalid argument of `%s' attribute"
10754 msgstr ""
10756 #: config/m32r/m32r.c:422
10757 msgid "const objects cannot go in .sdata/.sbss"
10758 msgstr ""
10760 #: config/m32r/m32r.c:2256
10761 #, c-format
10762 msgid "invalid operand to %%s code"
10763 msgstr ""
10765 #: config/m32r/m32r.c:2263
10766 #, c-format
10767 msgid "invalid operand to %%p code"
10768 msgstr ""
10770 #: config/m32r/m32r.c:2318
10771 msgid "bad insn for 'A'"
10772 msgstr ""
10774 #: config/m32r/m32r.c:2370
10775 #, c-format
10776 msgid "invalid operand to %%T/%%B code"
10777 msgstr ""
10779 #: config/m32r/m32r.c:2393
10780 #, c-format
10781 msgid "invalid operand to %%N code"
10782 msgstr ""
10784 #: config/m32r/m32r.c:2438
10785 msgid "pre-increment address is not a register"
10786 msgstr ""
10788 #: config/m32r/m32r.c:2445
10789 msgid "pre-decrement address is not a register"
10790 msgstr ""
10792 #: config/m32r/m32r.c:2452
10793 msgid "post-increment address is not a register"
10794 msgstr ""
10796 #: config/m32r/m32r.c:2530 config/m32r/m32r.c:2546
10797 #: config/rs6000/rs6000.c:12737
10798 msgid "bad address"
10799 msgstr ""
10801 #: config/m32r/m32r.c:2551
10802 msgid "lo_sum not of register"
10803 msgstr ""
10805 #. { "relax",                   TARGET_RELAX_MASK, "" },                    { "no-relax",               -TARGET_RELAX_MASK, "" },
10806 #: config/m32r/m32r.h:241
10807 msgid "Display compile time statistics"
10808 msgstr ""
10810 #: config/m32r/m32r.h:243
10811 msgid "Align all loops to 32 byte boundary"
10812 msgstr ""
10814 #: config/m32r/m32r.h:246
10815 msgid "Only issue one instruction per cycle"
10816 msgstr ""
10818 #: config/m32r/m32r.h:249
10819 msgid "Prefer branches over conditional execution"
10820 msgstr ""
10822 #: config/m32r/m32r.h:265
10823 msgid "Code size: small, medium or large"
10824 msgstr ""
10826 #: config/m32r/m32r.h:267
10827 msgid "Small data area: none, sdata, use"
10828 msgstr ""
10830 #: config/m68hc11/m68hc11.c:242
10831 #, c-format
10832 msgid "-f%s ignored for 68HC11/68HC12 (not supported)"
10833 msgstr ""
10835 #. !!!! SCz wrong here.
10836 #: config/m68hc11/m68hc11.c:3252 config/m68hc11/m68hc11.c:3626
10837 msgid "move insn not handled"
10838 msgstr ""
10840 #: config/m68hc11/m68hc11.c:3472 config/m68hc11/m68hc11.c:3556
10841 #: config/m68hc11/m68hc11.c:3829
10842 msgid "invalid register in the move instruction"
10843 msgstr ""
10845 #: config/m68hc11/m68hc11.c:3506
10846 msgid "invalid operand in the instruction"
10847 msgstr ""
10849 #: config/m68hc11/m68hc11.c:3803
10850 msgid "invalid register in the instruction"
10851 msgstr ""
10853 #: config/m68hc11/m68hc11.c:3836
10854 msgid "operand 1 must be a hard register"
10855 msgstr ""
10857 #: config/m68hc11/m68hc11.c:3853
10858 msgid "invalid rotate insn"
10859 msgstr ""
10861 #: config/m68hc11/m68hc11.c:4278
10862 msgid "registers IX, IY and Z used in the same INSN"
10863 msgstr ""
10865 #: config/m68hc11/m68hc11.c:4603 config/m68hc11/m68hc11.c:4906
10866 msgid "cannot do z-register replacement"
10867 msgstr ""
10869 #: config/m68hc11/m68hc11.c:4969
10870 msgid "invalid Z register replacement for insn"
10871 msgstr ""
10873 #. Macro to define tables used to set the flags. This is a list in braces of
10874 #. pairs in braces, each pair being { "NAME", VALUE } where VALUE is the bits
10875 #. to set or minus the bits to clear. An empty string NAME is used to
10876 #. identify the default VALUE.
10877 #: config/m68hc11/m68hc11.h:160
10878 msgid "Compile with 16-bit integer mode"
10879 msgstr ""
10881 #: config/m68hc11/m68hc11.h:162
10882 msgid "Compile with 32-bit integer mode"
10883 msgstr ""
10885 #: config/m68hc11/m68hc11.h:164
10886 msgid "Auto pre/post decrement increment allowed"
10887 msgstr ""
10889 #: config/m68hc11/m68hc11.h:166
10890 msgid "Auto pre/post decrement increment not allowed"
10891 msgstr ""
10893 #: config/m68hc11/m68hc11.h:168
10894 msgid "Min/max instructions allowed"
10895 msgstr ""
10897 #: config/m68hc11/m68hc11.h:170
10898 msgid "Min/max instructions not allowed"
10899 msgstr ""
10901 #: config/m68hc11/m68hc11.h:172
10902 msgid "Use call and rtc for function calls and returns"
10903 msgstr ""
10905 #: config/m68hc11/m68hc11.h:174
10906 msgid "Use jsr and rts for function calls and returns"
10907 msgstr ""
10909 #: config/m68hc11/m68hc11.h:176
10910 msgid "Do not use direct addressing mode for soft registers"
10911 msgstr ""
10913 #: config/m68hc11/m68hc11.h:178 config/m68hc11/m68hc11.h:182
10914 msgid "Compile for a 68HC11"
10915 msgstr ""
10917 #: config/m68hc11/m68hc11.h:180 config/m68hc11/m68hc11.h:184
10918 msgid "Compile for a 68HC12"
10919 msgstr ""
10921 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10922 #. command options that have values.  Its definition is an
10923 #. initializer with a subgrouping for each command option.
10925 #. Each subgrouping contains a string constant, that defines the
10926 #. fixed part of the option name, and the address of a variable.  The
10927 #. variable, type `char *', is set to the variable part of the given
10928 #. option if the fixed part matches.  The actual option name is made
10929 #. by appending `-m' to the specified name.
10930 #: config/m68hc11/m68hc11.h:198
10931 msgid "Specify the register allocation order"
10932 msgstr ""
10934 #: config/m68hc11/m68hc11.h:200
10935 msgid "Indicate the number of soft registers available"
10936 msgstr ""
10938 #: config/m68k/m68k.c:158
10939 #, c-format
10940 msgid "-malign-loops=%d is not between 1 and %d"
10941 msgstr ""
10943 #: config/m68k/m68k.c:169
10944 #, c-format
10945 msgid "-malign-jumps=%d is not between 1 and %d"
10946 msgstr ""
10948 #: config/m68k/m68k.c:180
10949 #, c-format
10950 msgid "-malign-functions=%d is not between 1 and %d"
10951 msgstr ""
10953 #: config/m68k/m68k.c:189
10954 msgid "-fPIC is not currently supported on the 68000 or 68010\n"
10955 msgstr ""
10957 #. Macro to define tables used to set the flags.
10958 #. This is a list in braces of pairs in braces,
10959 #. each pair being { "NAME", VALUE }
10960 #. where VALUE is the bits to set or minus the bits to clear.
10961 #. An empty string NAME is used to identify the default VALUE.
10962 #: config/m68k/m68k.h:162 config/m68k/m68k.h:164
10963 msgid "Generate code for a 68020"
10964 msgstr ""
10966 #: config/m68k/m68k.h:169 config/m68k/m68k.h:172
10967 msgid "Generate code for a 68000"
10968 msgstr ""
10970 #: config/m68k/m68k.h:174
10971 msgid "Use the bit-field instructions"
10972 msgstr ""
10974 #: config/m68k/m68k.h:176
10975 msgid "Do not use the bit-field instructions"
10976 msgstr ""
10978 #: config/m68k/m68k.h:178
10979 msgid "Use different calling convention using 'rtd'"
10980 msgstr ""
10982 #: config/m68k/m68k.h:182
10983 msgid "Consider type `int' to be 16 bits wide"
10984 msgstr ""
10986 #: config/m68k/m68k.h:184
10987 msgid "Consider type `int' to be 32 bits wide"
10988 msgstr ""
10990 #: config/m68k/m68k.h:186
10991 msgid "Generate code for a Sun FPA"
10992 msgstr ""
10994 #: config/m68k/m68k.h:189
10995 msgid "Do not generate code for a Sun FPA"
10996 msgstr ""
10998 #: config/m68k/m68k.h:191 config/m68k/m68k.h:193
10999 msgid "Generate code for a Sun Sky board"
11000 msgstr ""
11002 #: config/m68k/m68k.h:195
11003 msgid "Do not use Sky linkage convention"
11004 msgstr ""
11006 #: config/m68k/m68k.h:197
11007 msgid "Generate code for a 68881"
11008 msgstr ""
11010 #: config/m68k/m68k.h:200
11011 msgid "Generate code with library calls for floating point"
11012 msgstr ""
11014 #: config/m68k/m68k.h:202
11015 msgid "Generate code for a 68040, without any new instructions"
11016 msgstr ""
11018 #: config/m68k/m68k.h:205
11019 msgid "Generate code for a 68060, without any new instructions"
11020 msgstr ""
11022 #: config/m68k/m68k.h:209
11023 msgid "Generate code for a 68030"
11024 msgstr ""
11026 #: config/m68k/m68k.h:212
11027 msgid "Generate code for a 68040"
11028 msgstr ""
11030 #: config/m68k/m68k.h:216
11031 msgid "Generate code for a 68060"
11032 msgstr ""
11034 #: config/m68k/m68k.h:221
11035 msgid "Generate code for a 520X"
11036 msgstr ""
11038 #: config/m68k/m68k.h:224
11039 msgid "Generate code for a 68851"
11040 msgstr ""
11042 #: config/m68k/m68k.h:226
11043 msgid "Do no generate code for a 68851"
11044 msgstr ""
11046 #: config/m68k/m68k.h:229
11047 msgid "Generate code for a 68302"
11048 msgstr ""
11050 #: config/m68k/m68k.h:232
11051 msgid "Generate code for a 68332"
11052 msgstr ""
11054 #: config/m68k/m68k.h:236
11055 msgid "Generate code for a cpu32"
11056 msgstr ""
11058 #: config/m68k/m68k.h:239
11059 msgid "Align variables on a 32-bit boundary"
11060 msgstr ""
11062 #: config/m68k/m68k.h:241
11063 msgid "Align variables on a 16-bit boundary"
11064 msgstr ""
11066 #: config/m68k/m68k.h:243
11067 msgid "Generate pc-relative code"
11068 msgstr ""
11070 #: config/m68k/m68k.h:245
11071 msgid "Do not use unaligned memory references"
11072 msgstr ""
11074 #: config/m68k/m68k.h:247
11075 msgid "Use unaligned memory references"
11076 msgstr ""
11078 #: config/m88k/m88k.c:903
11079 #, c-format
11080 msgid "internal gcc monitor: short-branch(%x)"
11081 msgstr ""
11083 #: config/m88k/m88k.c:2302
11084 msgid "internal gcc error: Can't express symbolic location"
11085 msgstr ""
11087 #: config/m88k/m88k.c:2517
11088 #, c-format
11089 msgid "argument #%d is a structure"
11090 msgstr ""
11092 #: config/m88k/m88k.c:2816
11093 #, c-format
11094 msgid "%%R not followed by %%B/C/D/E"
11095 msgstr ""
11097 #: config/m88k/m88k.c:2884
11098 #, c-format
11099 msgid "invalid %%x/X value"
11100 msgstr ""
11102 #: config/m88k/m88k.c:2901
11103 #, c-format
11104 msgid "invalid %%Q value"
11105 msgstr ""
11107 #: config/m88k/m88k.c:2907 config/rs6000/rs6000.c:7681
11108 #, c-format
11109 msgid "invalid %%q value"
11110 msgstr ""
11112 #: config/m88k/m88k.c:2913
11113 #, c-format
11114 msgid "invalid %%o value"
11115 msgstr ""
11117 #: config/m88k/m88k.c:2920 config/rs6000/rs6000.c:7644
11118 #, c-format
11119 msgid "invalid %%p value"
11120 msgstr ""
11122 #: config/m88k/m88k.c:2933 config/m88k/m88k.c:2938
11123 #, c-format
11124 msgid "invalid %%s/S value"
11125 msgstr ""
11127 #: config/m88k/m88k.c:2949
11128 #, c-format
11129 msgid "invalid %%P operand"
11130 msgstr ""
11132 #: config/m88k/m88k.c:2980 config/romp/romp.c:690
11133 #, c-format
11134 msgid "invalid %%B value"
11135 msgstr ""
11137 #: config/m88k/m88k.c:3010
11138 #, c-format
11139 msgid "invalid %%D value"
11140 msgstr ""
11142 #: config/m88k/m88k.c:3023
11143 #, c-format
11144 msgid "`%%d' operand isn't a register"
11145 msgstr ""
11147 #: config/m88k/m88k.c:3041
11148 msgid "operand is r0"
11149 msgstr ""
11151 #: config/m88k/m88k.c:3055
11152 msgid "operand is const_double"
11153 msgstr ""
11155 #: config/m88k/m88k.c:3074
11156 msgid "invalid code"
11157 msgstr ""
11159 #. Do any checking or such that is needed after processing the -m switches.
11160 #: config/m88k/m88k.h:277
11161 msgid "-mtrap-large-shift and -mhandle-large-shift are incompatible"
11162 msgstr ""
11164 #: config/m88k/m88k.h:299
11165 #, c-format
11166 msgid "invalid option `-mshort-data-%s'"
11167 msgstr ""
11169 #: config/m88k/m88k.h:304
11170 #, c-format
11171 msgid "-mshort-data-%s is too large "
11172 msgstr ""
11174 #: config/m88k/m88k.h:306
11175 #, c-format
11176 msgid "-mshort-data-%s and PIC are incompatible"
11177 msgstr ""
11179 #: config/mcore/mcore.c:3078
11180 #, c-format
11181 msgid "invalid option `-mstack-increment=%s'"
11182 msgstr ""
11184 #: config/mcore/mcore.h:126
11185 msgid "Inline constants if it can be done in 2 insns or less"
11186 msgstr ""
11188 #: config/mcore/mcore.h:128
11189 msgid "Inline constants if it only takes 1 instruction"
11190 msgstr ""
11192 #: config/mcore/mcore.h:130
11193 msgid "Set maximum alignment to 4"
11194 msgstr ""
11196 #: config/mcore/mcore.h:132
11197 msgid "Set maximum alignment to 8"
11198 msgstr ""
11200 #: config/mcore/mcore.h:136
11201 msgid "Do not use the divide instruction"
11202 msgstr ""
11204 #: config/mcore/mcore.h:140
11205 msgid "Do not arbitary sized immediates in bit operations"
11206 msgstr ""
11208 #: config/mcore/mcore.h:142
11209 msgid "Always treat bit-field as int-sized"
11210 msgstr ""
11212 #: config/mcore/mcore.h:146
11213 msgid "Force functions to be aligned to a 4 byte boundary"
11214 msgstr ""
11216 #: config/mcore/mcore.h:148
11217 msgid "Force functions to be aligned to a 2 byte boundary"
11218 msgstr ""
11220 #: config/mcore/mcore.h:150
11221 msgid "Emit call graph information"
11222 msgstr ""
11224 #: config/mcore/mcore.h:154
11225 msgid "Prefer word accesses over byte accesses"
11226 msgstr ""
11228 #: config/mcore/mcore.h:165
11229 msgid "Generate code for the M*Core M340"
11230 msgstr ""
11232 #: config/mcore/mcore.h:178
11233 msgid "Maximum amount for a single stack increment operation"
11234 msgstr ""
11236 #: config/mips/mips.c:5112
11237 #, c-format
11238 msgid "bad value (%s) for -mabi= switch"
11239 msgstr ""
11241 #: config/mips/mips.c:5142
11242 #, c-format
11243 msgid "-mips%d conflicts with the other architecture options, which specify a MIPS%d processor"
11244 msgstr ""
11246 #: config/mips/mips.c:5149
11247 #, c-format
11248 msgid "bad value (%s) for -mips switch"
11249 msgstr ""
11251 #: config/mips/mips.c:5164
11252 #, c-format
11253 msgid "-march=%s is not compatible with the selected ABI"
11254 msgstr ""
11256 #: config/mips/mips.c:5176
11257 msgid "-mgp64 used with a 32-bit processor"
11258 msgstr ""
11260 #: config/mips/mips.c:5178
11261 msgid "-mgp32 used with a 64-bit ABI"
11262 msgstr ""
11264 #: config/mips/mips.c:5180
11265 msgid "-mgp64 used with a 32-bit ABI"
11266 msgstr ""
11268 #: config/mips/mips.c:5198 config/mips/mips.c:5200 config/mips/mips.c:5202
11269 #, c-format
11270 msgid "unsupported combination: %s"
11271 msgstr ""
11273 #: config/mips/mips.c:5272
11274 msgid "generation of Branch Likely instructions enabled, but not supported by architecture"
11275 msgstr ""
11277 #: config/mips/mips.c:5283
11278 msgid "-G is incompatible with PIC code which is the default"
11279 msgstr ""
11281 #: config/mips/mips.c:5299
11282 msgid "-membedded-pic and -mabicalls are incompatible"
11283 msgstr ""
11285 #: config/mips/mips.c:5302
11286 msgid "-G and -membedded-pic are incompatible"
11287 msgstr ""
11289 #: config/mips/mips.c:5353
11290 #, c-format
11291 msgid "invalid option `entry%s'"
11292 msgstr ""
11294 #: config/mips/mips.c:5356
11295 msgid "-mentry is only meaningful with -mips-16"
11296 msgstr ""
11298 #: config/mips/mips.c:5761
11299 #, c-format
11300 msgid "internal error: %%) found without a %%( in assembler pattern"
11301 msgstr ""
11303 #: config/mips/mips.c:5775
11304 #, c-format
11305 msgid "internal error: %%] found without a %%[ in assembler pattern"
11306 msgstr ""
11308 #: config/mips/mips.c:5788
11309 #, c-format
11310 msgid "internal error: %%> found without a %%< in assembler pattern"
11311 msgstr ""
11313 #: config/mips/mips.c:5801
11314 #, c-format
11315 msgid "internal error: %%} found without a %%{ in assembler pattern"
11316 msgstr ""
11318 #: config/mips/mips.c:5815
11319 #, c-format
11320 msgid "PRINT_OPERAND: unknown punctuation '%c'"
11321 msgstr ""
11323 #: config/mips/mips.c:5824 config/xtensa/xtensa.c:1939
11324 msgid "PRINT_OPERAND null pointer"
11325 msgstr ""
11327 #: config/mips/mips.c:5955
11328 #, c-format
11329 msgid "invalid use of %%d, %%x, or %%X"
11330 msgstr ""
11332 #: config/mips/mips.c:5993 config/xtensa/xtensa.c:2033
11333 msgid "PRINT_OPERAND_ADDRESS, null pointer"
11334 msgstr ""
11336 #: config/mips/mips.c:6222
11337 msgid "MIPS ECOFF format does not allow changing filenames within functions with #line"
11338 msgstr ""
11340 #: config/mips/mips.c:6532
11341 msgid "can't rewind temp file"
11342 msgstr ""
11344 #: config/mips/mips.c:6536
11345 msgid "can't write to output file"
11346 msgstr ""
11348 #: config/mips/mips.c:6539
11349 msgid "can't read from temp file"
11350 msgstr ""
11352 #: config/mips/mips.c:6542
11353 msgid "can't close temp file"
11354 msgstr ""
11356 #: config/mips/mips.c:6983
11357 #, c-format
11358 msgid "gp_offset (%ld) or end_offset (%ld) is less than zero"
11359 msgstr ""
11361 #: config/mips/mips.c:7092
11362 #, c-format
11363 msgid "fp_offset (%ld) or end_offset (%ld) is less than zero"
11364 msgstr ""
11366 #: config/mips/mips.c:9312
11367 #, c-format
11368 msgid "can not handle inconsistent calls to `%s'"
11369 msgstr ""
11371 #: config/mips/mips.c:10444
11372 msgid "the cpu name must be lower case"
11373 msgstr ""
11375 #: config/mips/mips.c:10466
11376 #, c-format
11377 msgid "bad value (%s) for %s"
11378 msgstr ""
11380 #. Target CPU builtins.
11381 #. We do this here because __mips is defined below               and so we can't use builtin_define_std.
11382 #. Treat _R3000 and _R4000 like register-size defines,           which is how they've historically been used.
11383 #. Macros dependent on the C dialect.
11384 #. Bizzare, but needed at least for Irix.
11385 #. Macro to define tables used to set the flags.
11386 #. This is a list in braces of pairs in braces,
11387 #. each pair being { "NAME", VALUE }
11388 #. where VALUE is the bits to set or minus the bits to clear.
11389 #. An empty string NAME is used to identify the default VALUE.
11390 #: config/mips/mips.h:528 config/mn10300/mn10300.h:64
11391 msgid "No default crt0.o"
11392 msgstr ""
11394 #: config/mips/mips.h:530
11395 msgid "Use 64-bit int type"
11396 msgstr ""
11398 #: config/mips/mips.h:532
11399 msgid "Use 64-bit long type"
11400 msgstr ""
11402 #: config/mips/mips.h:534
11403 msgid "Use 32-bit long type"
11404 msgstr ""
11406 #: config/mips/mips.h:536
11407 msgid "Optimize lui/addiu address loads"
11408 msgstr ""
11410 #: config/mips/mips.h:538
11411 msgid "Don't optimize lui/addiu address loads"
11412 msgstr ""
11414 #: config/mips/mips.h:540
11415 msgid "Use MIPS as"
11416 msgstr ""
11418 #: config/mips/mips.h:542
11419 msgid "Use GNU as"
11420 msgstr ""
11422 #: config/mips/mips.h:544
11423 msgid "Use symbolic register names"
11424 msgstr ""
11426 #: config/mips/mips.h:546
11427 msgid "Don't use symbolic register names"
11428 msgstr ""
11430 #: config/mips/mips.h:548 config/mips/mips.h:550
11431 msgid "Use GP relative sdata/sbss sections"
11432 msgstr ""
11434 #: config/mips/mips.h:552 config/mips/mips.h:554
11435 msgid "Don't use GP relative sdata/sbss sections"
11436 msgstr ""
11438 #: config/mips/mips.h:556
11439 msgid "Output compiler statistics"
11440 msgstr ""
11442 #: config/mips/mips.h:558
11443 msgid "Don't output compiler statistics"
11444 msgstr ""
11446 #: config/mips/mips.h:560
11447 msgid "Don't optimize block moves"
11448 msgstr ""
11450 #: config/mips/mips.h:562
11451 msgid "Optimize block moves"
11452 msgstr ""
11454 #: config/mips/mips.h:564
11455 msgid "Use mips-tfile asm postpass"
11456 msgstr ""
11458 #: config/mips/mips.h:566
11459 msgid "Don't use mips-tfile asm postpass"
11460 msgstr ""
11462 #. Macro to define tables used to set the flags.
11463 #. This is a list in braces of triplets in braces,
11464 #. each triplet being { "NAME", VALUE, DOC }
11465 #. where VALUE is the bits to set or minus the bits to clear and DOC
11466 #. is the documentation for --help (NULL if intentionally undocumented).
11467 #. An empty string NAME is used to identify the default VALUE.
11468 #: config/mips/mips.h:570 config/pdp11/pdp11.h:56
11469 msgid "Use hardware floating point"
11470 msgstr ""
11472 #: config/mips/mips.h:572
11473 msgid "Use 64-bit FP registers"
11474 msgstr ""
11476 #: config/mips/mips.h:574
11477 msgid "Use 32-bit FP registers"
11478 msgstr ""
11480 #: config/mips/mips.h:576
11481 msgid "Use 64-bit general registers"
11482 msgstr ""
11484 #: config/mips/mips.h:578
11485 msgid "Use 32-bit general registers"
11486 msgstr ""
11488 #: config/mips/mips.h:580
11489 msgid "Use Irix PIC"
11490 msgstr ""
11492 #: config/mips/mips.h:582
11493 msgid "Don't use Irix PIC"
11494 msgstr ""
11496 #: config/mips/mips.h:584
11497 msgid "Use indirect calls"
11498 msgstr ""
11500 #: config/mips/mips.h:586
11501 msgid "Don't use indirect calls"
11502 msgstr ""
11504 #: config/mips/mips.h:588
11505 msgid "Use embedded PIC"
11506 msgstr ""
11508 #: config/mips/mips.h:590
11509 msgid "Don't use embedded PIC"
11510 msgstr ""
11512 #: config/mips/mips.h:592
11513 msgid "Use ROM instead of RAM"
11514 msgstr ""
11516 #: config/mips/mips.h:594
11517 msgid "Don't use ROM instead of RAM"
11518 msgstr ""
11520 #: config/mips/mips.h:596
11521 msgid "Put uninitialized constants in ROM (needs -membedded-data)"
11522 msgstr ""
11524 #: config/mips/mips.h:598
11525 msgid "Don't put uninitialized constants in ROM"
11526 msgstr ""
11528 #. Macro to define tables used to set the flags.
11529 #: config/mips/mips.h:600 config/xtensa/xtensa.h:110
11530 msgid "Use big-endian byte order"
11531 msgstr ""
11533 #: config/mips/mips.h:602 config/xtensa/xtensa.h:112
11534 msgid "Use little-endian byte order"
11535 msgstr ""
11537 #: config/mips/mips.h:604
11538 msgid "Use single (32-bit) FP only"
11539 msgstr ""
11541 #: config/mips/mips.h:606
11542 msgid "Don't use single (32-bit) FP only"
11543 msgstr ""
11545 #: config/mips/mips.h:608
11546 msgid "Use multiply accumulate"
11547 msgstr ""
11549 #: config/mips/mips.h:610
11550 msgid "Don't use multiply accumulate"
11551 msgstr ""
11553 #: config/mips/mips.h:612 config/rs6000/rs6000.h:314
11554 msgid "Don't generate fused multiply/add instructions"
11555 msgstr ""
11557 #: config/mips/mips.h:614 config/rs6000/rs6000.h:312
11558 msgid "Generate fused multiply/add instructions"
11559 msgstr ""
11561 #: config/mips/mips.h:616
11562 msgid "Work around early 4300 hardware bug"
11563 msgstr ""
11565 #: config/mips/mips.h:618
11566 msgid "Don't work around early 4300 hardware bug"
11567 msgstr ""
11569 #: config/mips/mips.h:620
11570 msgid "Trap on integer divide by zero"
11571 msgstr ""
11573 #: config/mips/mips.h:622
11574 msgid "Don't trap on integer divide by zero"
11575 msgstr ""
11577 #: config/mips/mips.h:624
11578 msgid "Trap on integer divide overflow"
11579 msgstr ""
11581 #: config/mips/mips.h:626
11582 msgid "Don't trap on integer divide overflow"
11583 msgstr ""
11585 #: config/mips/mips.h:628
11586 msgid "Use Branch Likely instructions, overriding default for arch"
11587 msgstr ""
11589 #: config/mips/mips.h:630
11590 msgid "Don't use Branch Likely instructions, overriding default for arch"
11591 msgstr ""
11593 #: config/mips/mips.h:744 config/pa/pa.h:296
11594 msgid "Specify CPU for scheduling purposes"
11595 msgstr ""
11597 #: config/mips/mips.h:746
11598 msgid "Specify CPU for code generation purposes"
11599 msgstr ""
11601 #: config/mips/mips.h:748
11602 msgid "Specify an ABI"
11603 msgstr ""
11605 #: config/mips/mips.h:750
11606 msgid "Specify a Standard MIPS ISA"
11607 msgstr ""
11609 #: config/mips/mips.h:752
11610 msgid "Use mips16 entry/exit psuedo ops"
11611 msgstr ""
11613 #: config/mips/mips.h:754
11614 msgid "Don't use MIPS16 instructions"
11615 msgstr ""
11617 #: config/mips/mips.h:756
11618 msgid "Don't call any cache flush functions"
11619 msgstr ""
11621 #: config/mips/mips.h:758
11622 msgid "Specify cache flush function"
11623 msgstr ""
11625 #. Output assembler code to FILE to increment profiler label # LABELNO
11626 #. for profiling a function entry.
11627 #: config/mips/mips.h:2868
11628 msgid "mips16 function profiling"
11629 msgstr ""
11631 #: config/mmix/mmix.c:189
11632 #, c-format
11633 msgid "-f%s not supported: ignored"
11634 msgstr ""
11636 #: config/mmix/mmix.c:644
11637 #, c-format
11638 msgid "too large function value type, needs %d registers, have only %d registers for this"
11639 msgstr ""
11641 #: config/mmix/mmix.c:826
11642 msgid "function_profiler support for MMIX"
11643 msgstr ""
11645 #: config/mmix/mmix.c:848
11646 msgid "MMIX Internal: Last named vararg would not fit in a register"
11647 msgstr ""
11649 #: config/mmix/mmix.c:1639 config/mmix/mmix.c:1769
11650 msgid "MMIX Internal: Expected a CONST_INT, not this"
11651 msgstr ""
11653 #: config/mmix/mmix.c:1647 config/mmix/mmix.c:1671 config/mmix/mmix.c:1787
11654 #, c-format
11655 msgid "MMIX Internal: Bad register: %d"
11656 msgstr ""
11658 #: config/mmix/mmix.c:1718
11659 msgid "MMIX Internal: Bad value for 'm', not a CONST_INT"
11660 msgstr ""
11662 #: config/mmix/mmix.c:1737
11663 msgid "MMIX Internal: Expected a register, not this"
11664 msgstr ""
11666 #: config/mmix/mmix.c:1747
11667 msgid "MMIX Internal: Expected a constant, not this"
11668 msgstr ""
11670 #. Presumably there's a missing case above if we get here.
11671 #: config/mmix/mmix.c:1779
11672 #, c-format
11673 msgid "MMIX Internal: Missing `%c' case in mmix_print_operand"
11674 msgstr ""
11676 #. We need the original here.
11677 #: config/mmix/mmix.c:1831
11678 msgid "MMIX Internal: Cannot decode this operand"
11679 msgstr ""
11681 #: config/mmix/mmix.c:1891
11682 msgid "MMIX Internal: This is not a recognized address"
11683 msgstr ""
11685 #: config/mmix/mmix.c:2082
11686 #, c-format
11687 msgid "stack frame not a multiple of 8 bytes: %d"
11688 msgstr ""
11690 #: config/mmix/mmix.c:2321
11691 #, c-format
11692 msgid "stack frame not a multiple of octabyte: %d"
11693 msgstr ""
11695 #: config/mmix/mmix.c:2818 config/mmix/mmix.c:2887
11696 #, c-format
11697 msgid "MMIX Internal: %s is not a shiftable int"
11698 msgstr ""
11700 #: config/mmix/mmix.c:3006
11701 msgid "MMIX Internal: Trying to output invalidly reversed condition:"
11702 msgstr ""
11704 #: config/mmix/mmix.c:3013
11705 msgid "MMIX Internal: What's the CC of this?"
11706 msgstr ""
11708 #: config/mmix/mmix.c:3017
11709 msgid "MMIX Internal: What is the CC of this?"
11710 msgstr ""
11712 #: config/mmix/mmix.c:3088
11713 msgid "MMIX Internal: This is not a constant:"
11714 msgstr ""
11716 #. For these target macros, there is no generic documentation here.  You
11717 #. should read `Using and Porting GCC' for that.  Only comments specific
11718 #. to the MMIX target are here.
11720 #. There are however references to the specific texinfo node (comments
11721 #. with "Node:"), so there should be little or nothing amiss.  Probably
11722 #. the opposite, since we don't have to care about old littering and
11723 #. soon outdated generic comments.
11724 #. Node: Driver
11725 #. User symbols are in the same name-space as built-in symbols, but we
11726 #. don't need the built-in symbols, so remove those and instead apply
11727 #. stricter operand checking.  Don't warn when expanding insns.
11728 #. Pass on -mset-program-start=N and -mset-data-start=M to the linker.
11729 #. Provide default program start 0x100 unless -mno-set-program-start.
11730 #. Don't do this if linking relocatably, with -r.  For a final link,
11731 #. produce mmo, unless ELF is requested or when linking relocatably.
11732 #. Put unused option values here.
11733 #: config/mmix/mmix.h:132
11734 msgid "Set start-address of the program"
11735 msgstr ""
11737 #: config/mmix/mmix.h:134
11738 msgid "Set start-address of data"
11739 msgstr ""
11741 #. FIXME: Provide a way to *load* the epsilon register.
11742 #: config/mmix/mmix.h:198
11743 msgid "For intrinsics library: pass all parameters in registers"
11744 msgstr ""
11746 #: config/mmix/mmix.h:201
11747 msgid "Use register stack for parameters and return value"
11748 msgstr ""
11750 #: config/mmix/mmix.h:203
11751 msgid "Use call-clobbered registers for parameters and return value"
11752 msgstr ""
11754 #: config/mmix/mmix.h:205
11755 msgid "Use epsilon-respecting floating point compare instructions"
11756 msgstr ""
11758 #: config/mmix/mmix.h:208
11759 msgid "Use zero-extending memory loads, not sign-extending ones"
11760 msgstr ""
11762 #: config/mmix/mmix.h:211
11763 msgid "Generate divide results with reminder having the same sign as the divisor (not the dividend)"
11764 msgstr ""
11766 #: config/mmix/mmix.h:215
11767 msgid "Prepend global symbols with \":\" (for use with PREFIX)"
11768 msgstr ""
11770 #: config/mmix/mmix.h:217
11771 msgid "Do not provide a default start-address 0x100 of the program"
11772 msgstr ""
11774 #: config/mmix/mmix.h:219
11775 msgid "Link to emit program in ELF format (rather than mmo)"
11776 msgstr ""
11778 #: config/mmix/mmix.h:221
11779 msgid "Use P-mnemonics for branches statically predicted as taken"
11780 msgstr ""
11782 #: config/mmix/mmix.h:223
11783 msgid "Don't use P-mnemonics for branches"
11784 msgstr ""
11786 #: config/mmix/mmix.h:225
11787 msgid "Use addresses that allocate global registers"
11788 msgstr ""
11790 #: config/mmix/mmix.h:227
11791 msgid "Do not use addresses that allocate global registers"
11792 msgstr ""
11794 #: config/mmix/mmix.h:229
11795 msgid "Generate a single exit point for each function"
11796 msgstr ""
11798 #: config/mmix/mmix.h:231
11799 msgid "Do not generate a single exit point for each function"
11800 msgstr ""
11802 #: config/mn10300/mn10300.h:59
11803 msgid "Work around hardware multiply bug"
11804 msgstr ""
11806 #: config/mn10300/mn10300.h:60
11807 msgid "Do not work around hardware multiply bug"
11808 msgstr ""
11810 #: config/mn10300/mn10300.h:61
11811 msgid "Target the AM33 processor"
11812 msgstr ""
11814 #: config/mn10300/mn10300.h:65
11815 msgid "Enable linker relaxations"
11816 msgstr ""
11818 #: config/ns32k/ns32k.h:142 config/s390/s390.h:69
11819 msgid "Don't use hardware fp"
11820 msgstr ""
11822 #: config/ns32k/ns32k.h:143
11823 msgid "Alternative calling convention"
11824 msgstr ""
11826 #: config/ns32k/ns32k.h:145
11827 msgid "Pass some arguments in registers"
11828 msgstr ""
11830 #: config/ns32k/ns32k.h:146
11831 msgid "Pass all arguments on stack"
11832 msgstr ""
11834 #: config/ns32k/ns32k.h:147
11835 msgid "Optimize for 32532 cpu"
11836 msgstr ""
11838 #: config/ns32k/ns32k.h:148
11839 msgid "Optimize for 32332 cpu"
11840 msgstr ""
11842 #: config/ns32k/ns32k.h:150
11843 msgid "Optimize for 32032"
11844 msgstr ""
11846 #: config/ns32k/ns32k.h:152
11847 msgid "Register sb is zero. Use for absolute addressing"
11848 msgstr ""
11850 #: config/ns32k/ns32k.h:153
11851 msgid "Do not use register sb"
11852 msgstr ""
11854 #: config/ns32k/ns32k.h:155
11855 msgid "Use bit-field instructions"
11856 msgstr ""
11858 #: config/ns32k/ns32k.h:157
11859 msgid "Do not use bit-field instructions"
11860 msgstr ""
11862 #: config/ns32k/ns32k.h:158
11863 msgid "Generate code for high memory"
11864 msgstr ""
11866 #: config/ns32k/ns32k.h:159
11867 msgid "Generate code for low memory"
11868 msgstr ""
11870 #: config/ns32k/ns32k.h:160
11871 msgid "32381 fpu"
11872 msgstr ""
11874 #: config/ns32k/ns32k.h:162
11875 msgid "Use multiply-accumulate fp instructions"
11876 msgstr ""
11878 #: config/ns32k/ns32k.h:164
11879 msgid "Do not use multiply-accumulate fp instructions"
11880 msgstr ""
11882 #: config/ns32k/ns32k.h:165
11883 msgid "\"Small register classes\" kludge"
11884 msgstr ""
11886 #: config/ns32k/ns32k.h:166
11887 msgid "No \"Small register classes\" kludge"
11888 msgstr ""
11890 #: config/pa/pa.c:246
11891 #, c-format
11892 msgid ""
11893 "unknown -mschedule= option (%s).\n"
11894 "Valid options are 700, 7100, 7100LC, 7200, 7300, and 8000\n"
11895 msgstr ""
11897 #: config/pa/pa.c:271
11898 #, c-format
11899 msgid ""
11900 "unknown -march= option (%s).\n"
11901 "Valid options are 1.0, 1.1, and 2.0\n"
11902 msgstr ""
11904 #: config/pa/pa.c:284
11905 msgid "PIC code generation is not supported in the portable runtime model\n"
11906 msgstr ""
11908 #: config/pa/pa.c:289
11909 msgid "PIC code generation is not compatible with fast indirect calls\n"
11910 msgstr ""
11912 #: config/pa/pa.c:294
11913 msgid "-g is only supported when using GAS on this processor,"
11914 msgstr ""
11916 #: config/pa/pa.c:295
11917 msgid "-g option disabled"
11918 msgstr ""
11920 #: config/pa/pa-hiux.h:75 config/pa/pa-hpux.h:80 config/pa/pa-hpux7.h:81
11921 #: config/pa/pa64-hpux.h:25
11922 msgid "Generate cpp defines for server IO"
11923 msgstr ""
11925 #: config/pa/pa-hiux.h:76 config/pa/pa-hpux.h:81 config/pa/pa-hpux7.h:82
11926 #: config/pa/pa64-hpux.h:27
11927 msgid "Generate cpp defines for workstation IO"
11928 msgstr ""
11930 #. Macro to define tables used to set the flags.  This is a
11931 #. list in braces of target switches with each switch being
11932 #. { "NAME", VALUE, "HELP_STRING" }.  VALUE is the bits to set,
11933 #. or minus the bits to clear.  An empty string NAME is used to
11934 #. identify the default VALUE.  Do not mark empty strings for
11935 #. translation.
11936 #: config/pa/pa.h:218 config/pa/pa.h:224
11937 msgid "Generate PA1.1 code"
11938 msgstr ""
11940 #: config/pa/pa.h:220 config/pa/pa.h:222
11941 msgid "Generate PA1.0 code"
11942 msgstr ""
11944 #: config/pa/pa.h:226
11945 msgid "Generate PA2.0 code (requires binutils 2.10 or later)"
11946 msgstr ""
11948 #: config/pa/pa.h:228
11949 msgid "Disable FP regs"
11950 msgstr ""
11952 #: config/pa/pa.h:230
11953 msgid "Do not disable FP regs"
11954 msgstr ""
11956 #: config/pa/pa.h:232
11957 msgid "Disable space regs"
11958 msgstr ""
11960 #: config/pa/pa.h:234
11961 msgid "Do not disable space regs"
11962 msgstr ""
11964 #: config/pa/pa.h:236
11965 msgid "Put jumps in call delay slots"
11966 msgstr ""
11968 #: config/pa/pa.h:238
11969 msgid "Do not put jumps in call delay slots"
11970 msgstr ""
11972 #: config/pa/pa.h:240
11973 msgid "Disable indexed addressing"
11974 msgstr ""
11976 #: config/pa/pa.h:242
11977 msgid "Do not disable indexed addressing"
11978 msgstr ""
11980 #: config/pa/pa.h:244
11981 msgid "Use portable calling conventions"
11982 msgstr ""
11984 #: config/pa/pa.h:246
11985 msgid "Do not use portable calling conventions"
11986 msgstr ""
11988 #: config/pa/pa.h:248
11989 msgid "Assume code will be assembled by GAS"
11990 msgstr ""
11992 #: config/pa/pa.h:250
11993 msgid "Do not assume code will be assembled by GAS"
11994 msgstr ""
11996 #: config/pa/pa.h:254
11997 msgid "Do not use software floating point"
11998 msgstr ""
12000 #: config/pa/pa.h:256
12001 msgid "Emit long load/store sequences"
12002 msgstr ""
12004 #: config/pa/pa.h:258
12005 msgid "Do not emit long load/store sequences"
12006 msgstr ""
12008 #: config/pa/pa.h:260
12009 msgid "Generate fast indirect calls"
12010 msgstr ""
12012 #: config/pa/pa.h:262
12013 msgid "Do not generate fast indirect calls"
12014 msgstr ""
12016 #: config/pa/pa.h:264
12017 msgid "Generate code for huge switch statements"
12018 msgstr ""
12020 #: config/pa/pa.h:266
12021 msgid "Do not generate code for huge switch statements"
12022 msgstr ""
12024 #: config/pa/pa.h:268
12025 msgid "Always generate long calls"
12026 msgstr ""
12028 #: config/pa/pa.h:270
12029 msgid "Generate long calls only when needed"
12030 msgstr ""
12032 #: config/pa/pa.h:272
12033 msgid "Enable linker optimizations"
12034 msgstr ""
12036 #: config/pa/pa.h:298
12037 msgid "Specify architecture for code generation.  Values are 1.0, 1.1, and 2.0.  2.0 requires gas snapshot 19990413 or later."
12038 msgstr ""
12040 #: config/pa/pa64-hpux.h:29
12041 msgid "Assume code will be linked by GNU ld"
12042 msgstr ""
12044 #: config/pa/pa64-hpux.h:31
12045 msgid "Assume code will be linked by HP ld"
12046 msgstr ""
12048 #: config/pdp11/pdp11.h:57
12049 msgid "Do not use hardware floating point"
12050 msgstr ""
12052 #. return float result in ac0
12053 #: config/pdp11/pdp11.h:59
12054 msgid "Return floating point results in ac0"
12055 msgstr ""
12057 #: config/pdp11/pdp11.h:60
12058 msgid "Return floating point results in memory"
12059 msgstr ""
12061 #. is 11/40
12062 #: config/pdp11/pdp11.h:62
12063 msgid "Generate code for an 11/40"
12064 msgstr ""
12066 #. is 11/45
12067 #: config/pdp11/pdp11.h:65
12068 msgid "Generate code for an 11/45"
12069 msgstr ""
12071 #. is 11/10
12072 #: config/pdp11/pdp11.h:68
12073 msgid "Generate code for an 11/10"
12074 msgstr ""
12076 #. use movstrhi for bcopy
12077 #. use 32 bit for int
12078 #: config/pdp11/pdp11.h:73 config/pdp11/pdp11.h:74
12079 msgid "Use 32 bit int"
12080 msgstr ""
12082 #: config/pdp11/pdp11.h:75 config/pdp11/pdp11.h:76
12083 msgid "Use 16 bit int"
12084 msgstr ""
12086 #. use 32 bit for float
12087 #: config/pdp11/pdp11.h:78 config/pdp11/pdp11.h:79
12088 msgid "Use 32 bit float"
12089 msgstr ""
12091 #: config/pdp11/pdp11.h:80 config/pdp11/pdp11.h:81
12092 msgid "Use 64 bit float"
12093 msgstr ""
12095 #. allow abshi pattern? - can trigger "optimizations" which make code SLOW!
12096 #. is branching expensive - on a PDP, it's actually really cheap
12097 #. this is just to play around and check what code gcc generates
12098 #. split instruction and data memory?
12099 #: config/pdp11/pdp11.h:90
12100 msgid "Target has split I&D"
12101 msgstr ""
12103 #: config/pdp11/pdp11.h:91
12104 msgid "Target does not have split I&D"
12105 msgstr ""
12107 #. UNIX assembler syntax?
12108 #: config/pdp11/pdp11.h:93
12109 msgid "Use UNIX assembler syntax"
12110 msgstr ""
12112 #: config/pdp11/pdp11.h:94
12113 msgid "Use DEC assembler syntax"
12114 msgstr ""
12116 #: config/romp/romp.c:717 config/rs6000/rs6000.c:7718
12117 #, c-format
12118 msgid "invalid %%S value"
12119 msgstr ""
12121 #: config/romp/romp.c:726 config/romp/romp.c:733
12122 #, c-format
12123 msgid "invalid %%b value"
12124 msgstr ""
12126 #: config/romp/romp.c:773 config/romp/romp.c:784
12127 #, c-format
12128 msgid "invalid %%z value"
12129 msgstr ""
12131 #: config/romp/romp.c:792 config/romp/romp.c:800
12132 #, c-format
12133 msgid "invalid %%Z value"
12134 msgstr ""
12136 #: config/romp/romp.c:807 config/romp/romp.c:816 config/romp/romp.c:823
12137 #: config/rs6000/rs6000.c:7547
12138 #, c-format
12139 msgid "invalid %%k value"
12140 msgstr ""
12142 #: config/romp/romp.c:908 config/romp/romp.c:951
12143 #, c-format
12144 msgid "invalid %%j value"
12145 msgstr ""
12147 #. Perform any needed actions needed for a function that is receiving a
12148 #. variable number of arguments.
12150 #. CUM is as above.
12152 #. MODE and TYPE are the mode and type of the current parameter.
12154 #. PRETEND_SIZE is a variable that should be set to the amount of stack
12155 #. that must be pushed by the prolog to pretend that our caller pushed
12156 #. it.
12158 #. Normally, this macro will push all remaining incoming registers on the
12159 #. stack and set PRETEND_SIZE to the length of the registers pushed.
12160 #: config/romp/romp.h:648
12161 msgid "can't have varargs with -mfp-arg-in-fp-regs"
12162 msgstr ""
12164 #. Handle the machine specific pragma longcall.  Its syntax is
12166 #. # pragma longcall ( TOGGLE )
12168 #. where TOGGLE is either 0 or 1.
12170 #. rs6000_default_long_calls is set to the value of TOGGLE, changing
12171 #. whether or not new function declarations receive a longcall
12172 #. attribute by default.
12173 #: config/rs6000/rs6000-c.c:44
12174 msgid "ignoring malformed #pragma longcall"
12175 msgstr ""
12177 #: config/rs6000/rs6000-c.c:58
12178 msgid "missing open paren"
12179 msgstr ""
12181 #: config/rs6000/rs6000-c.c:60
12182 msgid "missing number"
12183 msgstr ""
12185 #: config/rs6000/rs6000-c.c:62
12186 msgid "missing close paren"
12187 msgstr ""
12189 #: config/rs6000/rs6000-c.c:65
12190 msgid "number must be 0 or 1"
12191 msgstr ""
12193 #: config/rs6000/rs6000-c.c:68
12194 msgid "junk at end of #pragma longcall"
12195 msgstr ""
12197 #: config/rs6000/rs6000.c:588
12198 msgid "-mmultiple is not supported on little endian systems"
12199 msgstr ""
12201 #: config/rs6000/rs6000.c:595
12202 msgid "-mstring is not supported on little endian systems"
12203 msgstr ""
12205 #: config/rs6000/rs6000.c:619
12206 #, c-format
12207 msgid "unknown -mdebug-%s switch"
12208 msgstr ""
12210 #: config/rs6000/rs6000.c:631
12211 #, c-format
12212 msgid "unknown -mtraceback arg `%s'; expecting `full', `partial' or `none'"
12213 msgstr ""
12215 #: config/rs6000/rs6000.c:642
12216 #, c-format
12217 msgid "Unknown switch -mlong-double-%s"
12218 msgstr ""
12220 #: config/rs6000/rs6000.c:734
12221 #, c-format
12222 msgid "unknown -misel= option specified: '%s'"
12223 msgstr ""
12225 #: config/rs6000/rs6000.c:749
12226 #, c-format
12227 msgid "unknown -mvrsave= option specified: '%s'"
12228 msgstr ""
12230 #: config/rs6000/rs6000.c:768
12231 #, c-format
12232 msgid "unknown ABI specified: '%s'"
12233 msgstr ""
12235 #: config/rs6000/rs6000.c:4169
12236 msgid "argument 1 must be a 5-bit signed literal"
12237 msgstr ""
12239 #: config/rs6000/rs6000.c:4276 config/rs6000/rs6000.c:4866
12240 msgid "argument 2 must be a 5-bit unsigned literal"
12241 msgstr ""
12243 #: config/rs6000/rs6000.c:4319
12244 msgid "argument 1 of __builtin_altivec_predicate must be a constant"
12245 msgstr ""
12247 #: config/rs6000/rs6000.c:4373
12248 msgid "argument 1 of __builtin_altivec_predicate is out of range"
12249 msgstr ""
12251 #: config/rs6000/rs6000.c:4452
12252 msgid "argument 3 must be a 4-bit unsigned literal"
12253 msgstr ""
12255 #: config/rs6000/rs6000.c:4629
12256 #, c-format
12257 msgid "argument to `%s' must be a 2-bit unsigned literal"
12258 msgstr ""
12260 #: config/rs6000/rs6000.c:4745
12261 msgid "argument to dss must be a 2-bit unsigned literal"
12262 msgstr ""
12264 #: config/rs6000/rs6000.c:4976
12265 msgid "argument 1 of __builtin_spe_predicate must be a constant"
12266 msgstr ""
12268 #: config/rs6000/rs6000.c:5049
12269 msgid "argument 1 of __builtin_spe_predicate is out of range"
12270 msgstr ""
12272 #: config/rs6000/rs6000.c:7474
12273 #, c-format
12274 msgid "invalid %%f value"
12275 msgstr ""
12277 #: config/rs6000/rs6000.c:7483
12278 #, c-format
12279 msgid "invalid %%F value"
12280 msgstr ""
12282 #: config/rs6000/rs6000.c:7492
12283 #, c-format
12284 msgid "invalid %%G value"
12285 msgstr ""
12287 #: config/rs6000/rs6000.c:7527
12288 #, c-format
12289 msgid "invalid %%j code"
12290 msgstr ""
12292 #: config/rs6000/rs6000.c:7537
12293 #, c-format
12294 msgid "invalid %%J code"
12295 msgstr ""
12297 #: config/rs6000/rs6000.c:7567
12298 #, c-format
12299 msgid "invalid %%K value"
12300 msgstr ""
12302 #: config/rs6000/rs6000.c:7634
12303 #, c-format
12304 msgid "invalid %%O value"
12305 msgstr ""
12307 #: config/rs6000/rs6000.c:7756
12308 #, c-format
12309 msgid "invalid %%T value"
12310 msgstr ""
12312 #: config/rs6000/rs6000.c:7766
12313 #, c-format
12314 msgid "invalid %%u value"
12315 msgstr ""
12317 #: config/rs6000/rs6000.c:7775
12318 #, c-format
12319 msgid "invalid %%v value"
12320 msgstr ""
12322 #: config/rs6000/rs6000.c:12180
12323 msgid "no profiling of 64-bit code for this ABI"
12324 msgstr ""
12326 #: config/rs6000/aix.h:160 config/rs6000/beos.h:32
12327 msgid "Always pass floating-point arguments in memory"
12328 msgstr ""
12330 #: config/rs6000/aix.h:162 config/rs6000/beos.h:34
12331 msgid "Don't always pass floating-point arguments in memory"
12332 msgstr ""
12334 #: config/rs6000/aix41.h:28 config/rs6000/aix43.h:32 config/rs6000/aix51.h:32
12335 #: config/rs6000/aix52.h:32
12336 msgid "Support message passing with the Parallel Environment"
12337 msgstr ""
12339 #: config/rs6000/aix43.h:28 config/rs6000/aix51.h:28 config/rs6000/aix52.h:28
12340 msgid "Compile for 64-bit pointers"
12341 msgstr ""
12343 #: config/rs6000/aix43.h:30 config/rs6000/aix51.h:30 config/rs6000/aix52.h:30
12344 msgid "Compile for 32-bit pointers"
12345 msgstr ""
12347 #: config/rs6000/aix43.h:49 config/rs6000/aix51.h:49 config/rs6000/aix52.h:49
12348 msgid "-maix64 and POWER architecture are incompatible"
12349 msgstr ""
12351 #: config/rs6000/aix43.h:54 config/rs6000/aix51.h:54 config/rs6000/aix52.h:54
12352 msgid "-maix64 requires PowerPC64 architecture remain enabled"
12353 msgstr ""
12355 #: config/rs6000/aix43.h:58 config/rs6000/aix51.h:58 config/rs6000/aix52.h:58
12356 msgid "-maix64 required: 64-bit computation with 32-bit addressing not yet supported"
12357 msgstr ""
12359 #. Run-time compilation parameters selecting different hardware subsets.
12361 #. Macro to define tables used to set the flags.
12362 #. This is a list in braces of pairs in braces,
12363 #. each pair being { "NAME", VALUE }
12364 #. where VALUE is the bits to set or minus the bits to clear.
12365 #. An empty string NAME is used to identify the default VALUE.
12366 #: config/rs6000/rs6000.h:240
12367 msgid "Use POWER instruction set"
12368 msgstr ""
12370 #: config/rs6000/rs6000.h:243
12371 msgid "Use POWER2 instruction set"
12372 msgstr ""
12374 #: config/rs6000/rs6000.h:245
12375 msgid "Do not use POWER2 instruction set"
12376 msgstr ""
12378 #: config/rs6000/rs6000.h:248
12379 msgid "Do not use POWER instruction set"
12380 msgstr ""
12382 #: config/rs6000/rs6000.h:250
12383 msgid "Use PowerPC instruction set"
12384 msgstr ""
12386 #: config/rs6000/rs6000.h:253
12387 msgid "Do not use PowerPC instruction set"
12388 msgstr ""
12390 #: config/rs6000/rs6000.h:255
12391 msgid "Use PowerPC General Purpose group optional instructions"
12392 msgstr ""
12394 #: config/rs6000/rs6000.h:257
12395 msgid "Don't use PowerPC General Purpose group optional instructions"
12396 msgstr ""
12398 #: config/rs6000/rs6000.h:259
12399 msgid "Use PowerPC Graphics group optional instructions"
12400 msgstr ""
12402 #: config/rs6000/rs6000.h:261
12403 msgid "Don't use PowerPC Graphics group optional instructions"
12404 msgstr ""
12406 #: config/rs6000/rs6000.h:263
12407 msgid "Use PowerPC-64 instruction set"
12408 msgstr ""
12410 #: config/rs6000/rs6000.h:265
12411 msgid "Don't use PowerPC-64 instruction set"
12412 msgstr ""
12414 #: config/rs6000/rs6000.h:267
12415 msgid "Use AltiVec instructions"
12416 msgstr ""
12418 #: config/rs6000/rs6000.h:269
12419 msgid "Don't use AltiVec instructions"
12420 msgstr ""
12422 #: config/rs6000/rs6000.h:271
12423 msgid "Use new mnemonics for PowerPC architecture"
12424 msgstr ""
12426 #: config/rs6000/rs6000.h:273
12427 msgid "Use old mnemonics for PowerPC architecture"
12428 msgstr ""
12430 #: config/rs6000/rs6000.h:276
12431 msgid "Put everything in the regular TOC"
12432 msgstr ""
12434 #: config/rs6000/rs6000.h:278
12435 msgid "Place floating point constants in TOC"
12436 msgstr ""
12438 #: config/rs6000/rs6000.h:280
12439 msgid "Don't place floating point constants in TOC"
12440 msgstr ""
12442 #: config/rs6000/rs6000.h:282
12443 msgid "Place symbol+offset constants in TOC"
12444 msgstr ""
12446 #: config/rs6000/rs6000.h:284
12447 msgid "Don't place symbol+offset constants in TOC"
12448 msgstr ""
12450 #: config/rs6000/rs6000.h:290
12451 msgid "Place variable addresses in the regular TOC"
12452 msgstr ""
12454 #: config/rs6000/rs6000.h:296
12455 msgid "Generate load/store multiple instructions"
12456 msgstr ""
12458 #: config/rs6000/rs6000.h:298
12459 msgid "Do not generate load/store multiple instructions"
12460 msgstr ""
12462 #: config/rs6000/rs6000.h:302
12463 msgid "Generate string instructions for block moves"
12464 msgstr ""
12466 #: config/rs6000/rs6000.h:304
12467 msgid "Do not generate string instructions for block moves"
12468 msgstr ""
12470 #: config/rs6000/rs6000.h:308
12471 msgid "Generate load/store with update instructions"
12472 msgstr ""
12474 #: config/rs6000/rs6000.h:310
12475 msgid "Do not generate load/store with update instructions"
12476 msgstr ""
12478 #: config/rs6000/rs6000.h:318
12479 msgid "Don't schedule the start and end of the procedure"
12480 msgstr ""
12482 #: config/rs6000/rs6000.h:324
12483 msgid "Return all structures in memory (AIX default)"
12484 msgstr ""
12486 #: config/rs6000/rs6000.h:326
12487 msgid "Return small structures in registers (SVR4 default)"
12488 msgstr ""
12490 #: config/rs6000/rs6000.h:391 config/sparc/sparc.h:633
12491 msgid "Use features of and schedule code for given CPU"
12492 msgstr ""
12494 #: config/rs6000/rs6000.h:394
12495 msgid "Enable debug output"
12496 msgstr ""
12498 #: config/rs6000/rs6000.h:396
12499 msgid "Select full, part, or no traceback table"
12500 msgstr ""
12502 #: config/rs6000/rs6000.h:397
12503 msgid "Specify ABI to use"
12504 msgstr ""
12506 #: config/rs6000/rs6000.h:399
12507 msgid "Specify size of long double (64 or 128 bits)"
12508 msgstr ""
12510 #: config/rs6000/rs6000.h:401
12511 msgid "Specify yes/no if isel instructions should be generated"
12512 msgstr ""
12514 #: config/rs6000/rs6000.h:403
12515 msgid "Specify yes/no if VRSAVE instructions should be generated for AltiVec"
12516 msgstr ""
12518 #: config/rs6000/rs6000.h:405
12519 msgid "Avoid all range limits on call instructions"
12520 msgstr ""
12522 #. Definitions for __builtin_return_address and __builtin_frame_address.
12523 #. __builtin_return_address (0) should give link register (65), enable
12524 #. this.
12525 #. This should be uncommented, so that the link register is used, but
12526 #. currently this would result in unmatched insns and spilling fixed
12527 #. registers so we'll leave it for another day.  When these problems are
12528 #. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX.
12529 #. (mrs)
12530 #. #define RETURN_ADDR_IN_PREVIOUS_FRAME
12531 #. Number of bytes into the frame return addresses can be found.  See
12532 #. rs6000_stack_info in rs6000.c for more information on how the different
12533 #. abi's store the return address.
12534 #: config/rs6000/rs6000.h:1869
12535 msgid "RETURN_ADDRESS_OFFSET not supported"
12536 msgstr ""
12538 #: config/rs6000/sysv4.h:87
12539 msgid "Select ABI calling convention"
12540 msgstr ""
12542 #: config/rs6000/sysv4.h:88
12543 msgid "Select method for sdata handling"
12544 msgstr ""
12546 #: config/rs6000/sysv4.h:103
12547 msgid "Align to the base type of the bit-field"
12548 msgstr ""
12550 #: config/rs6000/sysv4.h:105
12551 msgid "Don't align to the base type of the bit-field"
12552 msgstr ""
12554 #: config/rs6000/sysv4.h:107
12555 msgid "Don't assume that unaligned accesses are handled by the system"
12556 msgstr ""
12558 #: config/rs6000/sysv4.h:109
12559 msgid "Assume that unaligned accesses are handled by the system"
12560 msgstr ""
12562 #: config/rs6000/sysv4.h:111 config/rs6000/sysv4.h:115
12563 msgid "Produce code relocatable at runtime"
12564 msgstr ""
12566 #: config/rs6000/sysv4.h:113 config/rs6000/sysv4.h:117
12567 msgid "Don't produce code relocatable at runtime"
12568 msgstr ""
12570 #: config/rs6000/sysv4.h:119 config/rs6000/sysv4.h:121
12571 msgid "Produce little endian code"
12572 msgstr ""
12574 #: config/rs6000/sysv4.h:123 config/rs6000/sysv4.h:125
12575 msgid "Produce big endian code"
12576 msgstr ""
12578 #: config/rs6000/sysv4.h:126 config/rs6000/sysv4.h:127
12579 #: config/rs6000/sysv4.h:128 config/rs6000/sysv4.h:129
12580 #: config/rs6000/sysv4.h:130 config/rs6000/sysv4.h:131
12581 #: config/rs6000/sysv4.h:141 config/rs6000/sysv4.h:142
12582 #: config/rs6000/sysv4.h:153 config/rs6000/sysv4.h:155
12583 #: config/rs6000/sysv4.h:157
12584 msgid "no description yet"
12585 msgstr ""
12587 #: config/rs6000/sysv4.h:132
12588 msgid "Use EABI"
12589 msgstr ""
12591 #: config/rs6000/sysv4.h:133
12592 msgid "Don't use EABI"
12593 msgstr ""
12595 #: config/rs6000/sysv4.h:136
12596 msgid "Do not allow bit-fields to cross word boundaries"
12597 msgstr ""
12599 #: config/rs6000/sysv4.h:138
12600 msgid "Use alternate register names"
12601 msgstr ""
12603 #: config/rs6000/sysv4.h:140
12604 msgid "Don't use alternate register names"
12605 msgstr ""
12607 #: config/rs6000/sysv4.h:144
12608 msgid "Link with libsim.a, libc.a and sim-crt0.o"
12609 msgstr ""
12611 #: config/rs6000/sysv4.h:146
12612 msgid "Link with libads.a, libc.a and crt0.o"
12613 msgstr ""
12615 #: config/rs6000/sysv4.h:148
12616 msgid "Link with libyk.a, libc.a and crt0.o"
12617 msgstr ""
12619 #: config/rs6000/sysv4.h:150
12620 msgid "Link with libmvme.a, libc.a and crt0.o"
12621 msgstr ""
12623 #: config/rs6000/sysv4.h:152
12624 msgid "Set the PPC_EMB bit in the ELF flags header"
12625 msgstr ""
12627 #: config/rs6000/sysv4.h:154
12628 msgid "Use the WindISS simulator"
12629 msgstr ""
12631 #. Sometimes certain combinations of command options do not make sense
12632 #. on a particular target machine.  You can define a macro
12633 #. `OVERRIDE_OPTIONS' to take account of this.  This macro, if
12634 #. defined, is executed once just after all the command options have
12635 #. been parsed.
12637 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
12638 #. get control.
12639 #: config/rs6000/sysv4.h:214
12640 #, c-format
12641 msgid "bad value for -mcall-%s"
12642 msgstr ""
12644 #: config/rs6000/sysv4.h:230
12645 #, c-format
12646 msgid "bad value for -msdata=%s"
12647 msgstr ""
12649 #: config/rs6000/sysv4.h:247
12650 #, c-format
12651 msgid "-mrelocatable and -msdata=%s are incompatible"
12652 msgstr ""
12654 #: config/rs6000/sysv4.h:255
12655 #, c-format
12656 msgid "-f%s and -msdata=%s are incompatible"
12657 msgstr ""
12659 #: config/rs6000/sysv4.h:263
12660 #, c-format
12661 msgid "-msdata=%s and -mcall-%s are incompatible"
12662 msgstr ""
12664 #: config/rs6000/sysv4.h:272
12665 msgid "-mrelocatable and -mno-minimal-toc are incompatible"
12666 msgstr ""
12668 #: config/rs6000/sysv4.h:278
12669 #, c-format
12670 msgid "-mrelocatable and -mcall-%s are incompatible"
12671 msgstr ""
12673 #: config/rs6000/sysv4.h:285
12674 #, c-format
12675 msgid "-fPIC and -mcall-%s are incompatible"
12676 msgstr ""
12678 #: config/rs6000/sysv4.h:292
12679 msgid "-mcall-aixdesc must be big endian"
12680 msgstr ""
12682 #: config/s390/s390.c:2584
12683 msgid "invalid UNSPEC as operand (1)"
12684 msgstr ""
12686 #: config/s390/s390.c:2620
12687 msgid "invalid UNSPEC as operand (2)"
12688 msgstr ""
12690 #: config/s390/s390.c:2626
12691 msgid "UNKNOWN in s390_output_symbolic_const !?"
12692 msgstr ""
12694 #: config/s390/s390.c:2644
12695 msgid "Cannot decompose address."
12696 msgstr ""
12698 #: config/s390/s390.c:2784
12699 msgid "UNKNOWN in print_operand !?"
12700 msgstr ""
12702 #: config/s390/s390.c:4421
12703 msgid "Total size of local variables exceeds architecture limit."
12704 msgstr ""
12706 #: config/s390/s390.h:70
12707 msgid "Set backchain"
12708 msgstr ""
12710 #: config/s390/s390.h:71
12711 msgid "Don't set backchain (faster, but debug harder"
12712 msgstr ""
12714 #: config/s390/s390.h:72
12715 msgid "Use bras for execucable < 64k"
12716 msgstr ""
12718 #: config/s390/s390.h:73
12719 msgid "Don't use bras"
12720 msgstr ""
12722 #: config/s390/s390.h:74
12723 msgid "Additional debug prints"
12724 msgstr ""
12726 #: config/s390/s390.h:75
12727 msgid "Don't print additional debug prints"
12728 msgstr ""
12730 #: config/s390/s390.h:76
12731 msgid "64 bit mode"
12732 msgstr ""
12734 #: config/s390/s390.h:77
12735 msgid "31 bit mode"
12736 msgstr ""
12738 #: config/s390/s390.h:78
12739 msgid "mvcle use"
12740 msgstr ""
12742 #: config/s390/s390.h:79
12743 msgid "mvc&ex"
12744 msgstr ""
12746 #: config/sh/sh.c:5134
12747 msgid "__builtin_saveregs not supported by this subtarget"
12748 msgstr ""
12750 #: config/sh/sh.c:5684
12751 msgid "attribute interrupt_handler is not compatible with -m5-compact"
12752 msgstr ""
12754 #. The sp_switch attribute only has meaning for interrupt functions.
12755 #: config/sh/sh.c:5710 config/sh/sh.c:5749
12756 #, c-format
12757 msgid "`%s' attribute only applies to interrupt functions"
12758 msgstr ""
12760 #. The argument must be a constant string.
12761 #: config/sh/sh.c:5717
12762 #, c-format
12763 msgid "`%s' attribute argument not a string constant"
12764 msgstr ""
12766 #. The argument must be a constant integer.
12767 #: config/sh/sh.c:5756
12768 #, c-format
12769 msgid "`%s' attribute argument not an integer constant"
12770 msgstr ""
12772 #. There are no delay slots on SHmedia.
12773 #. Relaxation isn't yet supported for SHmedia
12774 #: config/sh/sh.h:437
12775 msgid "Profiling is not supported on this target."
12776 msgstr ""
12778 #: config/sparc/sparc.c:329
12779 #, c-format
12780 msgid "%s is not supported by this configuration"
12781 msgstr ""
12783 #: config/sparc/sparc.c:336
12784 msgid "-mlong-double-64 not allowed with -m64"
12785 msgstr ""
12787 #: config/sparc/sparc.c:361
12788 msgid "-mcmodel= is not supported on 32 bit systems"
12789 msgstr ""
12791 #: config/sparc/sparc.c:6299 config/sparc/sparc.c:6305
12792 #, c-format
12793 msgid "invalid %%Y operand"
12794 msgstr ""
12796 #: config/sparc/sparc.c:6375
12797 #, c-format
12798 msgid "invalid %%A operand"
12799 msgstr ""
12801 #: config/sparc/sparc.c:6385
12802 #, c-format
12803 msgid "invalid %%B operand"
12804 msgstr ""
12806 #: config/sparc/sparc.c:6424
12807 #, c-format
12808 msgid "invalid %%c operand"
12809 msgstr ""
12811 #: config/sparc/sparc.c:6425
12812 #, c-format
12813 msgid "invalid %%C operand"
12814 msgstr ""
12816 #: config/sparc/sparc.c:6446
12817 #, c-format
12818 msgid "invalid %%d operand"
12819 msgstr ""
12821 #: config/sparc/sparc.c:6447
12822 #, c-format
12823 msgid "invalid %%D operand"
12824 msgstr ""
12826 #: config/sparc/sparc.c:6463
12827 #, c-format
12828 msgid "invalid %%f operand"
12829 msgstr ""
12831 #: config/sparc/sparc.c:6513
12832 msgid "long long constant not a valid immediate operand"
12833 msgstr ""
12835 #: config/sparc/sparc.c:6516
12836 msgid "floating point constant not a valid immediate operand"
12837 msgstr ""
12839 #: config/sparc/freebsd.h:80 config/sparc/linux.h:87 config/sparc/linux64.h:89
12840 #: config/sparc/netbsd-elf.h:239
12841 msgid "Use 128 bit long doubles"
12842 msgstr ""
12844 #: config/sparc/sp64-elf.h:84 config/sparc/splet.h:29
12845 msgid "Generate code for big endian"
12846 msgstr ""
12848 #: config/sparc/sp64-elf.h:85 config/sparc/splet.h:30
12849 msgid "Generate code for little endian"
12850 msgstr ""
12852 #: config/sparc/sp86x-aout.h:51 config/sparc/sp86x-elf.h:65
12853 msgid "Use little-endian byte order for data"
12854 msgstr ""
12856 #: config/sparc/sparc.h:532
12857 msgid "Assume possible double misalignment"
12858 msgstr ""
12860 #: config/sparc/sparc.h:534
12861 msgid "Assume all doubles are aligned"
12862 msgstr ""
12864 #: config/sparc/sparc.h:536
12865 msgid "Pass -assert pure-text to linker"
12866 msgstr ""
12868 #: config/sparc/sparc.h:538
12869 msgid "Do not pass -assert pure-text to linker"
12870 msgstr ""
12872 #: config/sparc/sparc.h:540
12873 msgid "Use flat register window model"
12874 msgstr ""
12876 #: config/sparc/sparc.h:542
12877 msgid "Do not use flat register window model"
12878 msgstr ""
12880 #: config/sparc/sparc.h:544
12881 msgid "Use ABI reserved registers"
12882 msgstr ""
12884 #: config/sparc/sparc.h:546
12885 msgid "Do not use ABI reserved registers"
12886 msgstr ""
12888 #: config/sparc/sparc.h:548
12889 msgid "Use hardware quad fp instructions"
12890 msgstr ""
12892 #: config/sparc/sparc.h:550
12893 msgid "Do not use hardware quad fp instructions"
12894 msgstr ""
12896 #: config/sparc/sparc.h:552
12897 msgid "Compile for v8plus ABI"
12898 msgstr ""
12900 #: config/sparc/sparc.h:554
12901 msgid "Do not compile for v8plus ABI"
12902 msgstr ""
12904 #: config/sparc/sparc.h:556
12905 msgid "Utilize Visual Instruction Set"
12906 msgstr ""
12908 #: config/sparc/sparc.h:558
12909 msgid "Do not utilize Visual Instruction Set"
12910 msgstr ""
12912 #. ??? These are deprecated, coerced to -mcpu=.  Delete in 2.9.
12913 #: config/sparc/sparc.h:561
12914 msgid "Optimize for Cypress processors"
12915 msgstr ""
12917 #: config/sparc/sparc.h:563
12918 msgid "Optimize for SPARCLite processors"
12919 msgstr ""
12921 #: config/sparc/sparc.h:565
12922 msgid "Optimize for F930 processors"
12923 msgstr ""
12925 #: config/sparc/sparc.h:567
12926 msgid "Optimize for F934 processors"
12927 msgstr ""
12929 #: config/sparc/sparc.h:569
12930 msgid "Use V8 SPARC ISA"
12931 msgstr ""
12933 #: config/sparc/sparc.h:571
12934 msgid "Optimize for SuperSPARC processors"
12935 msgstr ""
12937 #. End of deprecated options.
12938 #: config/sparc/sparc.h:574
12939 msgid "Pointers are 64-bit"
12940 msgstr ""
12942 #: config/sparc/sparc.h:576
12943 msgid "Pointers are 32-bit"
12944 msgstr ""
12946 #: config/sparc/sparc.h:578
12947 msgid "Use 32-bit ABI"
12948 msgstr ""
12950 #: config/sparc/sparc.h:580
12951 msgid "Use 64-bit ABI"
12952 msgstr ""
12954 #: config/sparc/sparc.h:582
12955 msgid "Use stack bias"
12956 msgstr ""
12958 #: config/sparc/sparc.h:584
12959 msgid "Do not use stack bias"
12960 msgstr ""
12962 #: config/sparc/sparc.h:586
12963 msgid "Use structs on stronger alignment for double-word copies"
12964 msgstr ""
12966 #: config/sparc/sparc.h:588
12967 msgid "Do not use structs on stronger alignment for double-word copies"
12968 msgstr ""
12970 #: config/sparc/sparc.h:590
12971 msgid "Optimize tail call instructions in assembler and linker"
12972 msgstr ""
12974 #: config/sparc/sparc.h:592
12975 msgid "Do not optimize tail call instructions in assembler or linker"
12976 msgstr ""
12978 #: config/sparc/sparc.h:637
12979 msgid "Use given SPARC code model"
12980 msgstr ""
12982 #: config/stormy16/stormy16.c:1192
12983 msgid "cannot use va_start in interrupt function"
12984 msgstr ""
12986 #: config/stormy16/stormy16.c:1552
12987 msgid "`B' operand is not constant"
12988 msgstr ""
12990 #: config/stormy16/stormy16.c:1558
12991 msgid "`B' operand has multiple bits set"
12992 msgstr ""
12994 #: config/stormy16/stormy16.c:1585
12995 msgid "`o' operand is not constant"
12996 msgstr ""
12998 #: config/stormy16/stormy16.c:1600
12999 msgid "xstormy16_print_operand: unknown code"
13000 msgstr ""
13002 #: config/stormy16/stormy16.c:1650
13003 #, c-format
13004 msgid "switch statement of size %lu entries too large"
13005 msgstr ""
13007 #: config/v850/v850-c.c:67
13008 msgid "#pragma GHS endXXXX found without previous startXXX"
13009 msgstr ""
13011 #: config/v850/v850-c.c:69
13012 msgid "#pragma GHS endXXX does not match previous startXXX"
13013 msgstr ""
13015 #: config/v850/v850-c.c:94
13016 msgid "cannot set interrupt attribute: no current function"
13017 msgstr ""
13019 #: config/v850/v850-c.c:102
13020 msgid "cannot set interrupt attribute: no such identifier"
13021 msgstr ""
13023 #: config/v850/v850-c.c:148
13024 msgid "junk at end of #pragma ghs section"
13025 msgstr ""
13027 #: config/v850/v850-c.c:165
13028 #, c-format
13029 msgid "unrecognized section name \"%s\""
13030 msgstr ""
13032 #: config/v850/v850-c.c:180
13033 msgid "malformed #pragma ghs section"
13034 msgstr ""
13036 #: config/v850/v850-c.c:200
13037 msgid "junk at end of #pragma ghs interrupt"
13038 msgstr ""
13040 #: config/v850/v850-c.c:212
13041 msgid "junk at end of #pragma ghs starttda"
13042 msgstr ""
13044 #: config/v850/v850-c.c:224
13045 msgid "junk at end of #pragma ghs startsda"
13046 msgstr ""
13048 #: config/v850/v850-c.c:236
13049 msgid "junk at end of #pragma ghs startzda"
13050 msgstr ""
13052 #: config/v850/v850-c.c:248
13053 msgid "junk at end of #pragma ghs endtda"
13054 msgstr ""
13056 #: config/v850/v850-c.c:260
13057 msgid "junk at end of #pragma ghs endsda"
13058 msgstr ""
13060 #: config/v850/v850-c.c:272
13061 msgid "junk at end of #pragma ghs endzda"
13062 msgstr ""
13064 #: config/v850/v850.c:129
13065 #, c-format
13066 msgid "%s=%s is not numeric"
13067 msgstr ""
13069 #: config/v850/v850.c:136
13070 #, c-format
13071 msgid "%s=%s is too large"
13072 msgstr ""
13074 #: config/v850/v850.c:302
13075 msgid "const_double_split got a bad insn:"
13076 msgstr ""
13078 #: config/v850/v850.c:837
13079 msgid "output_move_single:"
13080 msgstr ""
13082 #: config/v850/v850.c:2217
13083 msgid "a data area attribute cannot be specified for local variables"
13084 msgstr ""
13086 #: config/v850/v850.c:2228
13087 #, c-format
13088 msgid "data area of '%s' conflicts with previous declaration"
13089 msgstr ""
13091 #: config/v850/v850.c:2447
13092 #, c-format
13093 msgid "bogus JR construction: %d\n"
13094 msgstr ""
13096 #: config/v850/v850.c:2468 config/v850/v850.c:2670
13097 #, c-format
13098 msgid "bad amount of stack space removal: %d"
13099 msgstr ""
13101 #: config/v850/v850.c:2646
13102 #, c-format
13103 msgid "bogus JARL construction: %d\n"
13104 msgstr ""
13106 #: config/v850/v850.c:3026
13107 #, c-format
13108 msgid "Bogus DISPOSE construction: %d\n"
13109 msgstr ""
13111 #: config/v850/v850.c:3048
13112 #, c-format
13113 msgid "Too much stack space to dispose of: %d"
13114 msgstr ""
13116 #: config/v850/v850.c:3224
13117 #, c-format
13118 msgid "Bogus PREPEARE construction: %d\n"
13119 msgstr ""
13121 #: config/v850/v850.c:3246
13122 #, c-format
13123 msgid "Too much stack space to prepare: %d"
13124 msgstr ""
13126 #. Macro to define tables used to set the flags.
13127 #. This is a list in braces of pairs in braces,
13128 #. each pair being { "NAME", VALUE }
13129 #. where VALUE is the bits to set or minus the bits to clear.
13130 #. An empty string NAME is used to identify the default VALUE.
13131 #: config/v850/v850.h:158
13132 msgid "Support Green Hills ABI"
13133 msgstr ""
13135 #: config/v850/v850.h:161
13136 msgid "Prohibit PC relative function calls"
13137 msgstr ""
13139 #: config/v850/v850.h:164
13140 msgid "Reuse r30 on a per function basis"
13141 msgstr ""
13143 #: config/v850/v850.h:167
13144 msgid "Use stubs for function prologues"
13145 msgstr ""
13147 #: config/v850/v850.h:170
13148 msgid "Same as: -mep -mprolog-function"
13149 msgstr ""
13151 #: config/v850/v850.h:171
13152 msgid "Enable backend debugging"
13153 msgstr ""
13155 #: config/v850/v850.h:173
13156 msgid "Compile for the v850 processor"
13157 msgstr ""
13159 #: config/v850/v850.h:175
13160 msgid "Compile for v850e processor"
13161 msgstr ""
13163 #. Make sure that the other bits are cleared.
13164 #: config/v850/v850.h:177
13165 msgid "Enable the use of the short load instructions"
13166 msgstr ""
13168 #: config/v850/v850.h:180
13169 msgid "Do not use the callt instruction"
13170 msgstr ""
13172 #: config/v850/v850.h:187
13173 msgid "Do not use registers r2 and r5"
13174 msgstr ""
13176 #: config/v850/v850.h:189
13177 msgid "Enfore strict alignment"
13178 msgstr ""
13180 #: config/v850/v850.h:192
13181 msgid "Use 4 byte entries in switch tables"
13182 msgstr ""
13184 #: config/v850/v850.h:218
13185 msgid "Set the max size of data eligible for the TDA area"
13186 msgstr ""
13188 #: config/v850/v850.h:221
13189 msgid "Set the max size of data eligible for the SDA area"
13190 msgstr ""
13192 #: config/v850/v850.h:224
13193 msgid "Set the max size of data eligible for the ZDA area"
13194 msgstr ""
13196 #: config/xtensa/xtensa.c:1062 config/xtensa/xtensa.c:1096
13197 #: config/xtensa/xtensa.c:1105
13198 msgid "bad test"
13199 msgstr ""
13201 #: config/xtensa/xtensa.c:1824
13202 msgid "boolean registers required for the floating-point option"
13203 msgstr ""
13205 #: config/xtensa/xtensa.c:1991
13206 msgid "invalid mask"
13207 msgstr ""
13209 #: config/xtensa/xtensa.c:2038
13210 msgid "invalid address"
13211 msgstr ""
13213 #: config/xtensa/xtensa.c:2063
13214 msgid "no register in address"
13215 msgstr ""
13217 #: config/xtensa/xtensa.c:2071
13218 msgid "address offset not a constant"
13219 msgstr ""
13221 #: config/xtensa/xtensa.c:2809
13222 msgid "only uninitialized variables can be placed in a .bss section"
13223 msgstr ""
13225 #: config/xtensa/xtensa.h:114
13226 msgid "Use the Xtensa code density option"
13227 msgstr ""
13229 #: config/xtensa/xtensa.h:116
13230 msgid "Do not use the Xtensa code density option"
13231 msgstr ""
13233 #: config/xtensa/xtensa.h:118
13234 msgid "Use the Xtensa MAC16 option"
13235 msgstr ""
13237 #: config/xtensa/xtensa.h:120
13238 msgid "Do not use the Xtensa MAC16 option"
13239 msgstr ""
13241 #: config/xtensa/xtensa.h:122
13242 msgid "Use the Xtensa MUL16 option"
13243 msgstr ""
13245 #: config/xtensa/xtensa.h:124
13246 msgid "Do not use the Xtensa MUL16 option"
13247 msgstr ""
13249 #: config/xtensa/xtensa.h:126
13250 msgid "Use the Xtensa MUL32 option"
13251 msgstr ""
13253 #: config/xtensa/xtensa.h:128
13254 msgid "Do not use the Xtensa MUL32 option"
13255 msgstr ""
13257 #. undocumented
13258 #. undocumented
13259 #: config/xtensa/xtensa.h:134
13260 msgid "Use the Xtensa NSA option"
13261 msgstr ""
13263 #: config/xtensa/xtensa.h:136
13264 msgid "Do not use the Xtensa NSA option"
13265 msgstr ""
13267 #: config/xtensa/xtensa.h:138
13268 msgid "Use the Xtensa MIN/MAX option"
13269 msgstr ""
13271 #: config/xtensa/xtensa.h:140
13272 msgid "Do not use the Xtensa MIN/MAX option"
13273 msgstr ""
13275 #: config/xtensa/xtensa.h:142
13276 msgid "Use the Xtensa SEXT option"
13277 msgstr ""
13279 #: config/xtensa/xtensa.h:144
13280 msgid "Do not use the Xtensa SEXT option"
13281 msgstr ""
13283 #: config/xtensa/xtensa.h:146
13284 msgid "Use the Xtensa boolean register option"
13285 msgstr ""
13287 #: config/xtensa/xtensa.h:148
13288 msgid "Do not use the Xtensa boolean register option"
13289 msgstr ""
13291 #: config/xtensa/xtensa.h:150
13292 msgid "Use the Xtensa floating-point unit"
13293 msgstr ""
13295 #: config/xtensa/xtensa.h:152
13296 msgid "Do not use the Xtensa floating-point unit"
13297 msgstr ""
13299 #. undocumented
13300 #. undocumented
13301 #. undocumented
13302 #. undocumented
13303 #. undocumented
13304 #. undocumented
13305 #. undocumented
13306 #. undocumented
13307 #: config/xtensa/xtensa.h:170
13308 msgid "Disable fused multiply/add and multiply/subtract FP instructions"
13309 msgstr ""
13311 #: config/xtensa/xtensa.h:172
13312 msgid "Enable fused multiply/add and multiply/subtract FP instructions"
13313 msgstr ""
13315 #: config/xtensa/xtensa.h:174
13316 msgid "Serialize volatile memory references with MEMW instructions"
13317 msgstr ""
13319 #: config/xtensa/xtensa.h:176
13320 msgid "Do not serialize volatile memory references with MEMW instructions"
13321 msgstr ""
13323 #: config/xtensa/xtensa.h:178
13324 msgid "Intersperse literal pools with code in the text section"
13325 msgstr ""
13327 #: config/xtensa/xtensa.h:180
13328 msgid "Put literal pools in a separate literal section"
13329 msgstr ""
13331 #: config/xtensa/xtensa.h:182
13332 msgid "Automatically align branch targets to reduce branch penalties"
13333 msgstr ""
13335 #: config/xtensa/xtensa.h:184
13336 msgid "Do not automatically align branch targets"
13337 msgstr ""
13339 #: config/xtensa/xtensa.h:186
13340 msgid "Use indirect CALLXn instructions for large programs"
13341 msgstr ""
13343 #: config/xtensa/xtensa.h:188
13344 msgid "Use direct CALLn instructions for fast calls"
13345 msgstr ""
13347 #: ada/misc.c:233
13348 msgid "`-gnat' misspelled as `-gant'"
13349 msgstr ""
13351 #: cp/call.c:258 cp/init.c:1587
13352 msgid "qualified type `%T' does not match destructor name `~%T'"
13353 msgstr ""
13355 #: cp/call.c:267
13356 msgid "type of `%E' does not match destructor type `%T' (type was `%T')"
13357 msgstr ""
13359 #: cp/call.c:276
13360 msgid "`%D' is a namespace"
13361 msgstr ""
13363 #: cp/call.c:284
13364 msgid "base object `%E' of scoped method call is of non-aggregate type `%T'"
13365 msgstr ""
13367 #: cp/call.c:366
13368 msgid "unable to call pointer to member function here"
13369 msgstr ""
13371 #: cp/call.c:515
13372 msgid "destructors take no parameters"
13373 msgstr ""
13375 #: cp/call.c:519
13376 msgid "destructor name `~%T' does not match type `%T' of expression"
13377 msgstr ""
13379 #: cp/call.c:535 cp/call.c:4857
13380 msgid "request for member `%D' in `%E', which is of non-aggregate type `%T'"
13381 msgstr ""
13383 #: cp/call.c:557
13384 msgid "request for member `%D' is ambiguous"
13385 msgstr ""
13387 #: cp/call.c:2446
13388 msgid "%s %D(%T, %T, %T) <built-in>"
13389 msgstr ""
13391 #: cp/call.c:2451
13392 msgid "%s %D(%T, %T) <built-in>"
13393 msgstr ""
13395 #: cp/call.c:2455
13396 msgid "%s %D(%T) <built-in>"
13397 msgstr ""
13399 #: cp/call.c:2459
13400 msgid "%s %T <conversion>"
13401 msgstr ""
13403 #: cp/call.c:2461
13404 msgid "%s %+#D%s"
13405 msgstr ""
13407 #: cp/call.c:2615
13408 msgid "conversion from `%T' to `%T' is ambiguous"
13409 msgstr ""
13411 #: cp/call.c:2690
13412 msgid "incomplete type '%T' cannot be used to name a scope"
13413 msgstr ""
13415 #: cp/call.c:2706 cp/typeck.c:2176 cp/typeck.c:2205
13416 msgid "'%D' has no member named '%E'"
13417 msgstr ""
13419 #: cp/call.c:2812
13420 msgid "no matching function for call to `%D(%A)'"
13421 msgstr ""
13423 #: cp/call.c:2823 cp/call.c:4948
13424 msgid "call of overloaded `%D(%A)' is ambiguous"
13425 msgstr ""
13427 #. It's no good looking for an overloaded operator() on a
13428 #. pointer-to-member-function.
13429 #: cp/call.c:2850
13430 #, c-format
13431 msgid "pointer-to-member function %E cannot be called without an object; consider using .* or ->*"
13432 msgstr ""
13434 #: cp/call.c:2920
13435 msgid "no match for call to `(%T) (%A)'"
13436 msgstr ""
13438 #: cp/call.c:2930
13439 msgid "call of `(%T) (%A)' is ambiguous"
13440 msgstr ""
13442 #: cp/call.c:2965
13443 msgid "%s for `%T ? %T : %T' operator"
13444 msgstr ""
13446 #: cp/call.c:2970
13447 msgid "%s for `%T %s' operator"
13448 msgstr ""
13450 #: cp/call.c:2973
13451 msgid "%s for `%T [%T]' operator"
13452 msgstr ""
13454 #: cp/call.c:2978
13455 msgid "%s for `%T %s %T' operator"
13456 msgstr ""
13458 #: cp/call.c:2981
13459 msgid "%s for `%s %T' operator"
13460 msgstr ""
13462 #: cp/call.c:3071
13463 msgid "ISO C++ forbids omitting the middle term of a ?: expression"
13464 msgstr ""
13466 #: cp/call.c:3130
13467 #, c-format
13468 msgid "`%E' has type `void' and is not a throw-expression"
13469 msgstr ""
13471 #: cp/call.c:3163 cp/call.c:3363
13472 msgid "operands to ?: have different types"
13473 msgstr ""
13475 #: cp/call.c:3316
13476 msgid "enumeral mismatch in conditional expression: `%T' vs `%T'"
13477 msgstr ""
13479 #: cp/call.c:3323
13480 msgid "enumeral and non-enumeral type in conditional expression"
13481 msgstr ""
13483 #: cp/call.c:3405
13484 msgid "`%D' must be declared before use"
13485 msgstr ""
13487 #: cp/call.c:3604
13488 msgid "no `%D(int)' declared for postfix `%s', trying prefix operator instead"
13489 msgstr ""
13491 #: cp/call.c:3651
13492 msgid "using synthesized `%#D' for copy assignment"
13493 msgstr ""
13495 #: cp/call.c:3653
13496 msgid "  where cfront would use `%#D'"
13497 msgstr ""
13499 #: cp/call.c:3680
13500 msgid "comparison between `%#T' and `%#T'"
13501 msgstr ""
13503 #: cp/call.c:3919
13504 msgid "no suitable `operator delete' for `%T'"
13505 msgstr ""
13507 #: cp/call.c:3938
13508 msgid "`%+#D' is private"
13509 msgstr ""
13511 #: cp/call.c:3940
13512 msgid "`%+#D' is protected"
13513 msgstr ""
13515 #: cp/call.c:3942
13516 msgid "`%+#D' is inaccessible"
13517 msgstr ""
13519 #: cp/call.c:3943
13520 msgid "within this context"
13521 msgstr ""
13523 #: cp/call.c:3985
13524 msgid "invalid conversion from `%T' to `%T'"
13525 msgstr ""
13527 #: cp/call.c:3987 cp/call.c:4126 cp/call.c:4128
13528 msgid "  initializing argument %P of `%D'"
13529 msgstr ""
13531 #: cp/call.c:4050 cp/call.c:4054
13532 msgid "  initializing argument %P of `%D' from result of `%D'"
13533 msgstr ""
13535 #: cp/call.c:4060 cp/call.c:4063
13536 msgid "  initializing temporary from result of `%D'"
13537 msgstr ""
13539 #. Undefined behavior [expr.call] 5.2.2/7.  We used to just warn
13540 #. here and do a bitwise copy, but now cp_expr_size will abort if we
13541 #. try to do that.
13542 #: cp/call.c:4215
13543 msgid "cannot pass objects of non-POD type `%#T' through `...'; call will abort at runtime"
13544 msgstr ""
13546 #. Undefined behavior [expr.call] 5.2.2/7.
13547 #: cp/call.c:4242
13548 msgid "cannot receive objects of non-POD type `%#T' through `...'"
13549 msgstr ""
13551 #: cp/call.c:4422
13552 msgid "passing `%T' as `this' argument of `%#D' discards qualifiers"
13553 msgstr ""
13555 #: cp/call.c:4656
13556 msgid "could not find class$ field in java interface type `%T'"
13557 msgstr ""
13559 #: cp/call.c:4831
13560 msgid "call to non-function `%D'"
13561 msgstr ""
13563 #: cp/call.c:4937
13564 msgid "no matching function for call to `%T::%D(%A)%#V'"
13565 msgstr ""
13567 #: cp/call.c:4967
13568 msgid "cannot call member function `%D' without object"
13569 msgstr ""
13571 #: cp/call.c:5580
13572 msgid "passing `%T' chooses `%T' over `%T'"
13573 msgstr ""
13575 #: cp/call.c:5582 cp/decl2.c:4081
13576 msgid "  in call to `%D'"
13577 msgstr ""
13579 #: cp/call.c:5631 cp/call.c:5756
13580 msgid "choosing `%D' over `%D'"
13581 msgstr ""
13583 #: cp/call.c:5632
13584 msgid "  for conversion from `%T' to `%T'"
13585 msgstr ""
13587 #: cp/call.c:5634
13588 msgid "  because conversion sequence for the argument is better"
13589 msgstr ""
13591 #: cp/call.c:5758
13592 msgid "  because worst conversion for the former is better than worst conversion for the latter"
13593 msgstr ""
13595 #: cp/call.c:5874 cp/call.c:5895
13596 msgid "could not convert `%E' to `%T'"
13597 msgstr ""
13599 #: cp/class.c:286
13600 msgid "cannot convert from base `%T' to derived type `%T' via virtual base `%T'"
13601 msgstr ""
13603 #: cp/class.c:943
13604 msgid "`%#D' and `%#D' cannot be overloaded"
13605 msgstr ""
13607 #: cp/class.c:1027
13608 msgid "duplicate enum value `%D'"
13609 msgstr ""
13611 #: cp/class.c:1030
13612 msgid "duplicate field `%D' (as enum and non-enum)"
13613 msgstr ""
13615 #: cp/class.c:1037
13616 msgid "duplicate nested type `%D'"
13617 msgstr ""
13619 #: cp/class.c:1048
13620 msgid "duplicate field `%D' (as type and non-type)"
13621 msgstr ""
13623 #: cp/class.c:1052
13624 msgid "duplicate member `%D'"
13625 msgstr ""
13627 #: cp/class.c:1095
13628 msgid "conflicting access specifications for method `%D', ignored"
13629 msgstr ""
13631 #: cp/class.c:1097
13632 #, c-format
13633 msgid "conflicting access specifications for field `%s', ignored"
13634 msgstr ""
13636 #: cp/class.c:1142
13637 msgid "`%D' names constructor"
13638 msgstr ""
13640 #: cp/class.c:1147
13641 msgid "`%D' invalid in `%T'"
13642 msgstr ""
13644 #: cp/class.c:1155
13645 msgid "no members matching `%D' in `%#T'"
13646 msgstr ""
13648 #: cp/class.c:1187 cp/class.c:1195
13649 msgid "`%D' invalid in `%#T'"
13650 msgstr ""
13652 #: cp/class.c:1188
13653 msgid "  because of local method `%#D' with same name"
13654 msgstr ""
13656 #: cp/class.c:1196
13657 msgid "  because of local member `%#D' with same name"
13658 msgstr ""
13660 #: cp/class.c:1268
13661 msgid "base class `%#T' has a non-virtual destructor"
13662 msgstr ""
13664 #: cp/class.c:1288
13665 msgid "base `%T' with only non-default constructor in class without a constructor"
13666 msgstr ""
13668 #: cp/class.c:1860
13669 msgid "all member functions in class `%T' are private"
13670 msgstr ""
13672 #: cp/class.c:1874
13673 msgid "`%#T' only defines a private destructor and has no friends"
13674 msgstr ""
13676 #: cp/class.c:1917
13677 msgid "`%#T' only defines private constructors and has no friends"
13678 msgstr ""
13680 #: cp/class.c:2038 cp/class.c:5172
13681 msgid "redefinition of `%#T'"
13682 msgstr ""
13684 #: cp/class.c:2039
13685 msgid "previous definition of `%#T'"
13686 msgstr ""
13688 #: cp/class.c:2313
13689 msgid "no unique final overrider for `%D' in `%T'"
13690 msgstr ""
13692 #. Here we know it is a hider, and no overrider exists.
13693 #: cp/class.c:2652
13694 msgid "`%D' was hidden"
13695 msgstr ""
13697 #: cp/class.c:2653
13698 msgid "  by `%D'"
13699 msgstr ""
13701 #: cp/class.c:2695
13702 msgid "ISO C++ forbids member `%D' with same name as enclosing class"
13703 msgstr ""
13705 #: cp/class.c:2700 cp/decl2.c:1327
13706 msgid "`%#D' invalid; an anonymous union can only have non-static data members"
13707 msgstr ""
13709 #: cp/class.c:2706 cp/decl2.c:1333
13710 msgid "private member `%#D' in anonymous union"
13711 msgstr ""
13713 #: cp/class.c:2709 cp/decl2.c:1335
13714 msgid "protected member `%#D' in anonymous union"
13715 msgstr ""
13717 #: cp/class.c:2834
13718 msgid "vtable layout for class `%T' may not be ABI-compliant and may change in a future version of GCC due to implicit virtual destructor"
13719 msgstr ""
13721 #: cp/class.c:2898
13722 msgid "bit-field `%#D' with non-integral type"
13723 msgstr ""
13725 #: cp/class.c:2918
13726 msgid "bit-field `%D' width not an integer constant"
13727 msgstr ""
13729 #: cp/class.c:2924
13730 msgid "negative width in bit-field `%D'"
13731 msgstr ""
13733 #: cp/class.c:2929
13734 msgid "zero width for bit-field `%D'"
13735 msgstr ""
13737 #: cp/class.c:2935
13738 msgid "width of `%D' exceeds its type"
13739 msgstr ""
13741 #: cp/class.c:2944
13742 msgid "`%D' is too small to hold all values of `%#T'"
13743 msgstr ""
13745 #: cp/class.c:3028
13746 msgid "member `%#D' with constructor not allowed in union"
13747 msgstr ""
13749 #: cp/class.c:3031
13750 msgid "member `%#D' with destructor not allowed in union"
13751 msgstr ""
13753 #: cp/class.c:3034
13754 msgid "member `%#D' with copy assignment operator not allowed in union"
13755 msgstr ""
13757 #: cp/class.c:3061
13758 msgid "multiple fields in union `%T' initialized"
13759 msgstr ""
13761 #: cp/class.c:3183
13762 msgid "field `%D' in local class cannot be static"
13763 msgstr ""
13765 #: cp/class.c:3189
13766 msgid "field `%D' invalidly declared function type"
13767 msgstr ""
13769 #: cp/class.c:3196
13770 msgid "field `%D' invalidly declared method type"
13771 msgstr ""
13773 #: cp/class.c:3202
13774 msgid "field `%D' invalidly declared offset type"
13775 msgstr ""
13777 #. Unions cannot have static members.
13778 #: cp/class.c:3220
13779 msgid "field `%D' declared static in union"
13780 msgstr ""
13782 #: cp/class.c:3247
13783 msgid "non-static reference `%#D' in class without a constructor"
13784 msgstr ""
13786 #: cp/class.c:3282
13787 msgid "non-static const member `%#D' in class without a constructor"
13788 msgstr ""
13790 #: cp/class.c:3298
13791 msgid "field `%#D' with same name as class"
13792 msgstr ""
13794 #: cp/class.c:3316
13795 msgid "`%#T' has pointer data members"
13796 msgstr ""
13798 #: cp/class.c:3320
13799 msgid "  but does not override `%T(const %T&)'"
13800 msgstr ""
13802 #: cp/class.c:3322
13803 msgid "  or `operator=(const %T&)'"
13804 msgstr ""
13806 #: cp/class.c:3325
13807 msgid "  but does not override `operator=(const %T&)'"
13808 msgstr ""
13810 #: cp/class.c:3775
13811 msgid "offset of empty base `%T' may not be ABI-compliant and maychange in a future version of GCC"
13812 msgstr ""
13814 #: cp/class.c:3883
13815 msgid "class `%T' will be considered nearly empty in a future version of GCC"
13816 msgstr ""
13818 #: cp/class.c:3973
13819 msgid "initializer specified for non-virtual method `%D'"
13820 msgstr ""
13822 #: cp/class.c:4709
13823 msgid "offset of virtual base `%T' is not ABI-compliant and may change in a future version of GCC"
13824 msgstr ""
13826 #: cp/class.c:4809
13827 msgid "direct base `%T' inaccessible in `%T' due to ambiguity"
13828 msgstr ""
13830 #: cp/class.c:4822
13831 msgid "virtual base `%T' inaccessible in `%T' due to ambiguity"
13832 msgstr ""
13834 #: cp/class.c:4978
13835 msgid "size assigned to `%T' may not be ABI-compliant and may change in a future version of GCC"
13836 msgstr ""
13838 #: cp/class.c:5011
13839 msgid "offset of `%D' is not ABI-compliant and may change in a future version of GCC"
13840 msgstr ""
13842 #: cp/class.c:5020
13843 msgid "`%D' contains empty classes which may cause base classes to be placed at different locations in a future version of GCC"
13844 msgstr ""
13846 #: cp/class.c:5079
13847 msgid "layout of classes derived from empty class `%T' may change in a future version of GCC"
13848 msgstr ""
13850 #: cp/class.c:5320
13851 msgid "`%#T' has virtual functions but non-virtual destructor"
13852 msgstr ""
13854 #: cp/class.c:5405
13855 msgid "trying to finish struct, but kicked out due to previous parse errors"
13856 msgstr ""
13858 #: cp/class.c:5861
13859 #, c-format
13860 msgid "language string `\"%s\"' not recognized"
13861 msgstr ""
13863 #: cp/class.c:5957
13864 msgid "cannot resolve overloaded function `%D' based on conversion to type `%T'"
13865 msgstr ""
13867 #: cp/class.c:6078
13868 msgid "no matches converting function `%D' to type `%#T'"
13869 msgstr ""
13871 #: cp/class.c:6101
13872 msgid "converting overloaded function `%D' to type `%#T' is ambiguous"
13873 msgstr ""
13875 #: cp/class.c:6127
13876 msgid "assuming pointer to member `%D'"
13877 msgstr ""
13879 #: cp/class.c:6130
13880 #, c-format
13881 msgid "(a pointer to member can only be formed with `&%E')"
13882 msgstr ""
13884 #: cp/class.c:6174 cp/class.c:6345 cp/class.c:6352
13885 msgid "not enough type information"
13886 msgstr ""
13888 #: cp/class.c:6183
13889 msgid "argument of type `%T' does not match `%T'"
13890 msgstr ""
13892 #: cp/class.c:6329
13893 msgid "invalid operation on uninstantiated type"
13894 msgstr ""
13896 #. [basic.scope.class]
13898 #. A name N used in a class S shall refer to the same declaration
13899 #. in its context and when re-evaluated in the completed scope of
13900 #. S.
13901 #: cp/class.c:6612 cp/decl.c:1006 cp/decl.c:3102 cp/pt.c:1845
13902 msgid "declaration of `%#D'"
13903 msgstr ""
13905 #: cp/class.c:6613
13906 msgid "changes meaning of `%D' from `%+#D'"
13907 msgstr ""
13909 #: cp/cvt.c:88
13910 msgid "can't convert from incomplete type `%T' to `%T'"
13911 msgstr ""
13913 #: cp/cvt.c:97
13914 msgid "conversion of `%E' from `%T' to `%T' is ambiguous"
13915 msgstr ""
13917 #: cp/cvt.c:126
13918 msgid "converting from `%T' to `%T'"
13919 msgstr ""
13921 #: cp/cvt.c:201 cp/cvt.c:205
13922 msgid "pointer to member cast from `%T' to `%T' is via virtual base"
13923 msgstr ""
13925 #: cp/cvt.c:223 cp/cvt.c:236 cp/cvt.c:283
13926 msgid "cannot convert `%E' from type `%T' to type `%T'"
13927 msgstr ""
13929 #: cp/cvt.c:262
13930 msgid "invalid conversion from '%T' to '%T'"
13931 msgstr ""
13933 #: cp/cvt.c:537
13934 msgid "conversion from `%T' to `%T' discards qualifiers"
13935 msgstr ""
13937 #: cp/cvt.c:555
13938 msgid "casting `%T' to `%T' does not dereference pointer"
13939 msgstr ""
13941 #: cp/cvt.c:584
13942 msgid "cannot convert type `%T' to type `%T'"
13943 msgstr ""
13945 #: cp/cvt.c:701
13946 msgid "conversion from `%#T' to `%#T'"
13947 msgstr ""
13949 #: cp/cvt.c:713
13950 msgid "`%#T' used where a `%T' was expected"
13951 msgstr ""
13953 #: cp/cvt.c:730
13954 msgid "the address of `%D', will always be `true'"
13955 msgstr ""
13957 #: cp/cvt.c:750
13958 msgid "`%#T' used where a floating point value was expected"
13959 msgstr ""
13961 #: cp/cvt.c:797
13962 msgid "conversion from `%T' to non-scalar type `%T' requested"
13963 msgstr ""
13965 #: cp/cvt.c:883
13966 msgid "object of incomplete type `%T' will not be accessed in %s"
13967 msgstr ""
13969 #: cp/cvt.c:886
13970 msgid "object of type `%T' will not be accessed in %s"
13971 msgstr ""
13973 #: cp/cvt.c:902
13974 msgid "object `%E' of incomplete type `%T' will not be accessed in %s"
13975 msgstr ""
13977 #. [over.over] enumerates the places where we can take the address
13978 #. of an overloaded function, and this is not one of them.
13979 #: cp/cvt.c:922
13980 #, c-format
13981 msgid "%s cannot resolve address of overloaded function"
13982 msgstr ""
13984 #. Only warn when there is no &.
13985 #: cp/cvt.c:927
13986 #, c-format
13987 msgid "%s is a reference, not call, to function `%E'"
13988 msgstr ""
13990 #: cp/cvt.c:1065
13991 msgid "converting NULL to non-pointer type"
13992 msgstr ""
13994 #: cp/cvt.c:1141
13995 msgid "ambiguous default type conversion from `%T'"
13996 msgstr ""
13998 #: cp/cvt.c:1143
13999 msgid "  candidate conversions include `%D' and `%D'"
14000 msgstr ""
14002 #: cp/decl.c:1007 cp/decl.c:3205
14003 msgid "conflicts with previous declaration `%#D'"
14004 msgstr ""
14006 #: cp/decl.c:1211
14007 msgid "label `%D' used but not defined"
14008 msgstr ""
14010 #: cp/decl.c:1216
14011 msgid "label `%D' defined but not used"
14012 msgstr ""
14014 #: cp/decl.c:2249
14015 msgid "namespace alias `%D' not allowed here, assuming `%D'"
14016 msgstr ""
14018 #: cp/decl.c:3008 cp/decl.c:3413
14019 msgid "previous declaration of `%D'"
14020 msgstr ""
14022 #: cp/decl.c:3089 cp/decl.c:3127
14023 msgid "shadowing %s function `%#D'"
14024 msgstr ""
14026 #: cp/decl.c:3098
14027 msgid "library function `%#D' redeclared as non-function `%#D'"
14028 msgstr ""
14030 #: cp/decl.c:3103
14031 msgid "conflicts with built-in declaration `%#D'"
14032 msgstr ""
14034 #: cp/decl.c:3122 cp/decl.c:3219 cp/decl.c:3235
14035 msgid "new declaration `%#D'"
14036 msgstr ""
14038 #: cp/decl.c:3123
14039 msgid "ambiguates built-in declaration `%#D'"
14040 msgstr ""
14042 #: cp/decl.c:3179
14043 msgid "`%#D' redeclared as different kind of symbol"
14044 msgstr ""
14046 #: cp/decl.c:3182
14047 msgid "previous declaration of `%#D'"
14048 msgstr ""
14050 #: cp/decl.c:3204
14051 msgid "declaration of template `%#D'"
14052 msgstr ""
14054 #: cp/decl.c:3220 cp/decl.c:3236
14055 msgid "ambiguates old declaration `%#D'"
14056 msgstr ""
14058 #: cp/decl.c:3228
14059 msgid "declaration of C function `%#D' conflicts with"
14060 msgstr ""
14062 #: cp/decl.c:3230
14063 msgid "previous declaration `%#D' here"
14064 msgstr ""
14066 #: cp/decl.c:3246
14067 msgid "conflicting types for `%#D'"
14068 msgstr ""
14070 #: cp/decl.c:3247
14071 msgid "previous declaration as `%#D'"
14072 msgstr ""
14074 #: cp/decl.c:3290
14075 msgid "`%#D' previously defined here"
14076 msgstr ""
14078 #: cp/decl.c:3291
14079 msgid "`%#D' previously declared here"
14080 msgstr ""
14082 #. Prototype decl follows defn w/o prototype.
14083 #: cp/decl.c:3300
14084 msgid "prototype for `%#D'"
14085 msgstr ""
14087 #: cp/decl.c:3301
14088 msgid "follows non-prototype definition here"
14089 msgstr ""
14091 #: cp/decl.c:3313
14092 msgid "previous declaration of `%#D' with %L linkage"
14093 msgstr ""
14095 #: cp/decl.c:3315
14096 msgid "conflicts with new declaration with %L linkage"
14097 msgstr ""
14099 #: cp/decl.c:3338 cp/decl.c:3345
14100 msgid "default argument given for parameter %d of `%#D'"
14101 msgstr ""
14103 #: cp/decl.c:3340 cp/decl.c:3347
14104 msgid "after previous specification in `%#D'"
14105 msgstr ""
14107 #: cp/decl.c:3356
14108 msgid "`%#D' was used before it was declared inline"
14109 msgstr ""
14111 #: cp/decl.c:3358
14112 msgid "previous non-inline declaration here"
14113 msgstr ""
14115 #: cp/decl.c:3412
14116 msgid "redundant redeclaration of `%D' in same scope"
14117 msgstr ""
14119 #: cp/decl.c:3493
14120 #, c-format
14121 msgid "declaration of `%F' throws different exceptions"
14122 msgstr ""
14124 #: cp/decl.c:3495
14125 #, c-format
14126 msgid "than previous declaration `%F'"
14127 msgstr ""
14129 #. From [temp.expl.spec]:
14131 #. If a template, a member template or the member of a class
14132 #. template is explicitly specialized then that
14133 #. specialization shall be declared before the first use of
14134 #. that specialization that would cause an implicit
14135 #. instantiation to take place, in every translation unit in
14136 #. which such a use occurs.
14137 #: cp/decl.c:3632
14138 msgid "explicit specialization of %D after first use"
14139 msgstr ""
14141 #: cp/decl.c:3886
14142 msgid "`%#D' used prior to declaration"
14143 msgstr ""
14145 #: cp/decl.c:3917
14146 msgid "redeclaration of `wchar_t' as `%T'"
14147 msgstr ""
14149 #. A redeclaration of main, but not a duplicate of the
14150 #. previous one.
14152 #. [basic.start.main]
14154 #. This function shall not be overloaded.
14155 #: cp/decl.c:3945
14156 msgid "invalid redeclaration of `%D'"
14157 msgstr ""
14159 #: cp/decl.c:3946
14160 msgid "as `%D'"
14161 msgstr ""
14163 #: cp/decl.c:4036
14164 msgid "previous external decl of `%#D'"
14165 msgstr ""
14167 #: cp/decl.c:4077
14168 msgid "`%D' was previously implicitly declared to return `int'"
14169 msgstr ""
14171 #: cp/decl.c:4137
14172 msgid "extern declaration of `%#D' doesn't match"
14173 msgstr ""
14175 #: cp/decl.c:4138
14176 msgid "global declaration `%#D'"
14177 msgstr ""
14179 #: cp/decl.c:4169
14180 msgid "declaration of `%#D' shadows a parameter"
14181 msgstr ""
14183 #: cp/decl.c:4189
14184 #, c-format
14185 msgid "declaration of `%s' shadows a member of `this'"
14186 msgstr ""
14188 #: cp/decl.c:4541
14189 msgid "`%#D' hides constructor for `%#T'"
14190 msgstr ""
14192 #: cp/decl.c:4556
14193 msgid "`%#D' conflicts with previous using declaration `%#D'"
14194 msgstr ""
14196 #: cp/decl.c:4568
14197 msgid "previous non-function declaration `%#D'"
14198 msgstr ""
14200 #: cp/decl.c:4569
14201 msgid "conflicts with function declaration `%#D'"
14202 msgstr ""
14204 #: cp/decl.c:4659
14205 msgid "implicit declaration of function `%#D'"
14206 msgstr ""
14208 #: cp/decl.c:4817
14209 #, c-format
14210 msgid "label `%s' referenced outside of any function"
14211 msgstr ""
14213 #: cp/decl.c:4920 cp/decl.c:4944 cp/decl.c:5037
14214 msgid "jump to label `%D'"
14215 msgstr ""
14217 #: cp/decl.c:4922 cp/decl.c:4946
14218 msgid "jump to case label"
14219 msgstr ""
14221 #: cp/decl.c:4930
14222 msgid "  crosses initialization of `%#D'"
14223 msgstr ""
14225 #: cp/decl.c:4933 cp/decl.c:5053
14226 msgid "  enters scope of non-POD `%#D'"
14227 msgstr ""
14229 #: cp/decl.c:4953 cp/decl.c:5057
14230 msgid "  enters try block"
14231 msgstr ""
14233 #. Can't skip init of __exception_info.
14234 #: cp/decl.c:4955 cp/decl.c:5049 cp/decl.c:5059
14235 msgid "  enters catch block"
14236 msgstr ""
14238 #: cp/decl.c:5038
14239 msgid "  from here"
14240 msgstr ""
14242 #: cp/decl.c:5051
14243 msgid "  skips initialization of `%#D'"
14244 msgstr ""
14246 #: cp/decl.c:5086
14247 msgid "label named wchar_t"
14248 msgstr ""
14250 #: cp/decl.c:5090
14251 msgid "duplicate label `%D'"
14252 msgstr ""
14254 #: cp/decl.c:5175
14255 #, c-format
14256 msgid "case label `%E' not within a switch statement"
14257 msgstr ""
14259 #. Definition isn't the kind we were looking for.
14260 #: cp/decl.c:5354 cp/decl.c:5373
14261 msgid "`%#D' redeclared as %C"
14262 msgstr ""
14264 #. This happens for A::B where B is a template, and there are no
14265 #. template arguments.
14266 #: cp/decl.c:5461 cp/typeck.c:2062 cp/typeck.c:2217
14267 msgid "invalid use of `%D'"
14268 msgstr ""
14270 #: cp/decl.c:5502
14271 msgid "`%D::%D' is not a template"
14272 msgstr ""
14274 #: cp/decl.c:5519
14275 msgid "`%D' undeclared in namespace `%D'"
14276 msgstr ""
14278 #: cp/decl.c:5652
14279 msgid "`%D' used without template parameters"
14280 msgstr ""
14282 #: cp/decl.c:5663 cp/decl.c:5679 cp/decl.c:5783
14283 msgid "no class template named `%#T' in `%#T'"
14284 msgstr ""
14286 #: cp/decl.c:5702 cp/decl.c:5712 cp/decl.c:5744
14287 msgid "no type named `%#T' in `%#T'"
14288 msgstr ""
14290 #: cp/decl.c:5968
14291 msgid "lookup of `%D' finds `%#D'"
14292 msgstr ""
14294 #: cp/decl.c:5970
14295 msgid "  instead of `%D' from dependent base class"
14296 msgstr ""
14298 #: cp/decl.c:5972
14299 msgid "  (use `typename %T::%D' if that's what you meant)"
14300 msgstr ""
14302 #: cp/decl.c:6003
14303 msgid "name lookup of `%D' changed"
14304 msgstr ""
14306 #: cp/decl.c:6005
14307 msgid "  matches this `%D' under ISO standard rules"
14308 msgstr ""
14310 #: cp/decl.c:6007
14311 msgid "  matches this `%D' under old rules"
14312 msgstr ""
14314 #: cp/decl.c:6021 cp/decl.c:6028
14315 msgid "name lookup of `%D' changed for new ISO `for' scoping"
14316 msgstr ""
14318 #: cp/decl.c:6023
14319 msgid "  cannot use obsolete binding at `%D' because it has a destructor"
14320 msgstr ""
14322 #: cp/decl.c:6030
14323 msgid "  using obsolete binding at `%D'"
14324 msgstr ""
14326 #: cp/decl.c:6211
14327 msgid "lookup of `%D' in the scope of `%#T' (`%#D') does not match lookup in the current scope (`%#D')"
14328 msgstr ""
14330 #: cp/decl.c:7025
14331 msgid "an anonymous union cannot have function members"
14332 msgstr ""
14334 #: cp/decl.c:7042
14335 msgid "member %#D' with constructor not allowed in anonymous aggregate"
14336 msgstr ""
14338 #: cp/decl.c:7045
14339 msgid "member %#D' with destructor not allowed in anonymous aggregate"
14340 msgstr ""
14342 #: cp/decl.c:7048
14343 msgid "member %#D' with copy assignment operator not allowed in anonymous aggregate"
14344 msgstr ""
14346 #: cp/decl.c:7086
14347 msgid "redeclaration of C++ built-in type `%T'"
14348 msgstr ""
14350 #: cp/decl.c:7122
14351 msgid "multiple types in one declaration"
14352 msgstr ""
14354 #: cp/decl.c:7149
14355 msgid "missing type-name in typedef-declaration"
14356 msgstr ""
14358 #: cp/decl.c:7156
14359 msgid "ISO C++ prohibits anonymous structs"
14360 msgstr ""
14362 #: cp/decl.c:7163
14363 msgid "`%D' can only be specified for functions"
14364 msgstr ""
14366 #: cp/decl.c:7165
14367 msgid "`%D' can only be specified inside a class"
14368 msgstr ""
14370 #: cp/decl.c:7167
14371 msgid "`%D' can only be specified for constructors"
14372 msgstr ""
14374 #: cp/decl.c:7170
14375 msgid "`%D' can only be specified for objects and functions"
14376 msgstr ""
14378 #: cp/decl.c:7312 cp/decl2.c:927
14379 msgid "typedef `%D' is initialized (use __typeof__ instead)"
14380 msgstr ""
14382 #: cp/decl.c:7317
14383 msgid "function `%#D' is initialized like a variable"
14384 msgstr ""
14386 #: cp/decl.c:7329
14387 msgid "declaration of `%#D' has `extern' and is initialized"
14388 msgstr ""
14390 #: cp/decl.c:7363
14391 msgid "`%#D' is not a static member of `%#T'"
14392 msgstr ""
14394 #: cp/decl.c:7368
14395 msgid "ISO C++ does not permit `%T::%D' to be defined as `%T::%D'"
14396 msgstr ""
14398 #: cp/decl.c:7379
14399 msgid "duplicate initialization of %D"
14400 msgstr ""
14402 #: cp/decl.c:7408
14403 msgid "declaration of `%#D' outside of class is not definition"
14404 msgstr ""
14406 #: cp/decl.c:7456
14407 msgid "variable `%#D' has initializer but incomplete type"
14408 msgstr ""
14410 #: cp/decl.c:7464 cp/decl.c:8006
14411 msgid "elements of array `%#D' have incomplete type"
14412 msgstr ""
14414 #: cp/decl.c:7480
14415 msgid "aggregate `%#D' has incomplete type and cannot be defined"
14416 msgstr ""
14418 #: cp/decl.c:7519
14419 msgid "`%D' declared as reference but not initialized"
14420 msgstr ""
14422 #: cp/decl.c:7528
14423 msgid "ISO C++ forbids use of initializer list to initialize reference `%D'"
14424 msgstr ""
14426 #: cp/decl.c:7561
14427 msgid "cannot initialize `%T' from `%T'"
14428 msgstr ""
14430 #: cp/decl.c:7595
14431 msgid "initializer fails to determine size of `%D'"
14432 msgstr ""
14434 #: cp/decl.c:7600
14435 msgid "array size missing in `%D'"
14436 msgstr ""
14438 #: cp/decl.c:7612
14439 msgid "zero-size array `%D'"
14440 msgstr ""
14442 #. An automatic variable with an incomplete type: that is an error.
14443 #. Don't talk about array types here, since we took care of that
14444 #. message in grokdeclarator.
14445 #: cp/decl.c:7650
14446 msgid "storage size of `%D' isn't known"
14447 msgstr ""
14449 #: cp/decl.c:7672
14450 msgid "storage size of `%D' isn't constant"
14451 msgstr ""
14453 #: cp/decl.c:7723
14454 msgid "sorry: semantics of inline function static data `%#D' are wrong (you'll wind up with multiple copies)"
14455 msgstr ""
14457 #: cp/decl.c:7724
14458 msgid "  you can work around this by removing the initializer"
14459 msgstr ""
14461 #: cp/decl.c:7752
14462 msgid "uninitialized const `%D'"
14463 msgstr ""
14465 #: cp/decl.c:7836
14466 msgid "brace-enclosed initializer used to initialize `%T'"
14467 msgstr ""
14469 #: cp/decl.c:7900
14470 msgid "initializer for `%T' must be brace-enclosed"
14471 msgstr ""
14473 #: cp/decl.c:7964
14474 #, fuzzy
14475 msgid "too many initializers for `%T'"
14476 msgstr "zu viele Eingabedateien"
14478 #: cp/decl.c:8000
14479 msgid "variable-sized object `%D' may not be initialized"
14480 msgstr ""
14482 #: cp/decl.c:8011
14483 msgid "`%D' has incomplete type"
14484 msgstr ""
14486 #: cp/decl.c:8060
14487 msgid "`%D' must be initialized by constructor, not by `{...}'"
14488 msgstr ""
14490 #: cp/decl.c:8101
14491 msgid "structure `%D' with uninitialized const members"
14492 msgstr ""
14494 #: cp/decl.c:8103
14495 msgid "structure `%D' with uninitialized reference members"
14496 msgstr ""
14498 #: cp/decl.c:8346
14499 msgid "assignment (not initialization) in declaration"
14500 msgstr ""
14502 #: cp/decl.c:8358
14503 msgid "cannot initialize `%D' to namespace `%D'"
14504 msgstr ""
14506 #: cp/decl.c:8409
14507 msgid "shadowing previous type declaration of `%#D'"
14508 msgstr ""
14510 #: cp/decl.c:8455
14511 msgid "`%D' cannot be thread-local because it has non-POD type `%T'"
14512 msgstr ""
14514 #: cp/decl.c:8470
14515 msgid "`%D' is thread-local and so cannot be dynamically initialized"
14516 msgstr ""
14518 #: cp/decl.c:8864 cp/init.c:547
14519 msgid "multiple initializations given for `%D'"
14520 msgstr ""
14522 #: cp/decl.c:8956
14523 msgid "invalid catch parameter"
14524 msgstr ""
14526 #: cp/decl.c:9074
14527 msgid "destructor for alien class `%T' cannot be a member"
14528 msgstr ""
14530 #: cp/decl.c:9077
14531 msgid "constructor for alien class `%T' cannot be a member"
14532 msgstr ""
14534 #: cp/decl.c:9096
14535 msgid "`%D' declared as a `virtual' %s"
14536 msgstr ""
14538 #: cp/decl.c:9098
14539 msgid "`%D' declared as an `inline' %s"
14540 msgstr ""
14542 #: cp/decl.c:9100
14543 msgid "`const' and `volatile' function specifiers on `%D' invalid in %s declaration"
14544 msgstr ""
14546 #: cp/decl.c:9103
14547 msgid "`%D' declared as a friend"
14548 msgstr ""
14550 #: cp/decl.c:9109
14551 msgid "`%D' declared with an exception specification"
14552 msgstr ""
14554 #: cp/decl.c:9184
14555 msgid "cannot declare `::main' to be a template"
14556 msgstr ""
14558 #: cp/decl.c:9186
14559 msgid "cannot declare `::main' to be inline"
14560 msgstr ""
14562 #: cp/decl.c:9188
14563 msgid "cannot declare `::main' to be static"
14564 msgstr ""
14566 #: cp/decl.c:9191
14567 msgid "`main' must return `int'"
14568 msgstr ""
14570 #: cp/decl.c:9219
14571 msgid "non-local function `%#D' uses anonymous type"
14572 msgstr ""
14574 #: cp/decl.c:9222
14575 msgid "`%#D' does not refer to the unqualified type, so it is not used for linkage"
14576 msgstr ""
14578 #: cp/decl.c:9228
14579 msgid "non-local function `%#D' uses local type `%T'"
14580 msgstr ""
14582 #: cp/decl.c:9251
14583 msgid "%smember function `%D' cannot have `%T' method qualifier"
14584 msgstr ""
14586 #: cp/decl.c:9275
14587 msgid "defining explicit specialization `%D' in friend declaration"
14588 msgstr ""
14590 #. Something like `template <class T> friend void f<T>()'.
14591 #: cp/decl.c:9285
14592 msgid "invalid use of template-id `%D' in declaration of primary template"
14593 msgstr ""
14595 #: cp/decl.c:9313
14596 msgid "default arguments are not allowed in declaration of friend template specialization `%D'"
14597 msgstr ""
14599 #: cp/decl.c:9320
14600 msgid "`inline' is not allowed in declaration of friend template specialization `%D'"
14601 msgstr ""
14603 #: cp/decl.c:9382
14604 msgid "definition of implicitly-declared `%D'"
14605 msgstr ""
14607 #: cp/decl.c:9394 cp/decl2.c:776
14608 msgid "no `%#D' member function declared in class `%T'"
14609 msgstr ""
14611 #: cp/decl.c:9527
14612 msgid "non-local variable `%#D' uses local type `%T'"
14613 msgstr ""
14615 #: cp/decl.c:9625
14616 msgid "invalid in-class initialization of static data member of non-integral type `%T'"
14617 msgstr ""
14619 #: cp/decl.c:9634
14620 msgid "ISO C++ forbids in-class initialization of non-const static member `%D'"
14621 msgstr ""
14623 #: cp/decl.c:9637
14624 msgid "ISO C++ forbids initialization of member constant `%D' of non-integral type `%T'"
14625 msgstr ""
14627 #: cp/decl.c:9687
14628 msgid "size of array `%D' has non-integer type"
14629 msgstr ""
14631 #: cp/decl.c:9689
14632 msgid "size of array has non-integer type"
14633 msgstr ""
14635 #: cp/decl.c:9709
14636 msgid "size of array `%D' is negative"
14637 msgstr ""
14639 #: cp/decl.c:9711
14640 msgid "size of array is negative"
14641 msgstr ""
14643 #: cp/decl.c:9720
14644 msgid "ISO C++ forbids zero-size array `%D'"
14645 msgstr ""
14647 #: cp/decl.c:9722
14648 msgid "ISO C++ forbids zero-size array"
14649 msgstr ""
14651 #: cp/decl.c:9729
14652 msgid "size of array `%D' is not an integral constant-expression"
14653 msgstr ""
14655 #: cp/decl.c:9732
14656 msgid "size of array is not an integral constant-expression"
14657 msgstr ""
14659 #: cp/decl.c:9750
14660 msgid "ISO C++ forbids variable-size array `%D'"
14661 msgstr ""
14663 #: cp/decl.c:9753
14664 msgid "ISO C++ forbids variable-size array"
14665 msgstr ""
14667 #: cp/decl.c:9764
14668 msgid "overflow in array dimension"
14669 msgstr ""
14671 #: cp/decl.c:9823
14672 msgid "declaration of `%D' as %s"
14673 msgstr "Deklaration von »%D« als %s"
14675 #: cp/decl.c:9825
14676 #, c-format
14677 msgid "creating %s"
14678 msgstr "Erzeugen von %s"
14680 #: cp/decl.c:9837
14681 msgid "declaration of `%D' as multidimensional array must have bounds for all dimensions except the first"
14682 msgstr ""
14684 #: cp/decl.c:9840
14685 msgid "multidimensional array must have bounds for all dimensions except the first"
14686 msgstr ""
14688 #: cp/decl.c:9869
14689 msgid "return type specification for constructor invalid"
14690 msgstr ""
14692 #: cp/decl.c:9876
14693 msgid "return type specification for destructor invalid"
14694 msgstr ""
14696 #: cp/decl.c:9882
14697 msgid "operator `%T' declared to return `%T'"
14698 msgstr ""
14700 #: cp/decl.c:9884
14701 msgid "return type specified for `operator %T'"
14702 msgstr ""
14704 #: cp/decl.c:10052
14705 msgid "destructors must be member functions"
14706 msgstr ""
14708 #: cp/decl.c:10071
14709 msgid "destructor `%T' must match class name `%T'"
14710 msgstr ""
14712 #: cp/decl.c:10100
14713 msgid "variable declaration is not allowed here"
14714 msgstr ""
14716 #: cp/decl.c:10127
14717 msgid "invalid declarator"
14718 msgstr ""
14720 #: cp/decl.c:10178
14721 msgid "declarator-id missing; using reserved word `%D'"
14722 msgstr ""
14724 #: cp/decl.c:10235
14725 msgid "type `%T' is not derived from type `%T'"
14726 msgstr ""
14728 #. Parse error puts this typespec where
14729 #. a declarator should go.
14730 #: cp/decl.c:10279
14731 msgid "`%T' specified as declarator-id"
14732 msgstr ""
14734 #: cp/decl.c:10281
14735 msgid "  perhaps you want `%T' for a constructor"
14736 msgstr ""
14738 #. Sometimes, we see a template-name used as part of a
14739 #. decl-specifier like in
14740 #. std::allocator alloc;
14741 #. Handle that gracefully.
14742 #: cp/decl.c:10303
14743 #, c-format
14744 msgid "invalid use of template-name '%E' in a declarator"
14745 msgstr ""
14747 #: cp/decl.c:10323
14748 msgid "declaration of `%D' as non-function"
14749 msgstr ""
14751 #: cp/decl.c:10400
14752 msgid "`bool' is now a keyword"
14753 msgstr ""
14755 #: cp/decl.c:10402
14756 msgid "extraneous `%T' ignored"
14757 msgstr ""
14759 #: cp/decl.c:10418 cp/decl.c:10463
14760 msgid "multiple declarations `%T' and `%T'"
14761 msgstr ""
14763 #: cp/decl.c:10431
14764 msgid "ISO C++ does not support `long long'"
14765 msgstr ""
14767 #: cp/decl.c:10536 cp/decl.c:10539
14768 #, c-format
14769 msgid "ISO C++ forbids declaration of `%s' with no type"
14770 msgstr ""
14772 #. The implicit typename extension is deprecated and will be
14773 #. removed.  Warn about its use now.
14774 #: cp/decl.c:10549
14775 msgid "`%T' is implicitly a typename"
14776 msgstr ""
14778 #: cp/decl.c:10585
14779 #, c-format
14780 msgid "short, signed or unsigned invalid for `%s'"
14781 msgstr ""
14783 #: cp/decl.c:10590
14784 #, c-format
14785 msgid "long and short specified together for `%s'"
14786 msgstr ""
14788 #: cp/decl.c:10601
14789 #, c-format
14790 msgid "signed and unsigned given together for `%s'"
14791 msgstr ""
14793 #: cp/decl.c:10710
14794 msgid "qualifiers are not allowed on declaration of `operator %T'"
14795 msgstr ""
14797 #: cp/decl.c:10732
14798 msgid "member `%D' cannot be declared both virtual and static"
14799 msgstr ""
14801 #: cp/decl.c:10741
14802 msgid "`%T::%D' is not a valid declarator"
14803 msgstr ""
14805 #: cp/decl.c:10753
14806 msgid "storage class specifiers invalid in parameter declarations"
14807 msgstr ""
14809 #: cp/decl.c:10757
14810 msgid "typedef declaration invalid in parameter declaration"
14811 msgstr ""
14813 #: cp/decl.c:10770
14814 msgid "virtual outside class declaration"
14815 msgstr ""
14817 #: cp/decl.c:10831
14818 #, c-format
14819 msgid "storage class specified for %s `%s'"
14820 msgstr ""
14822 #: cp/decl.c:10878
14823 msgid "storage class specifiers invalid in friend function declarations"
14824 msgstr ""
14826 #: cp/decl.c:11048
14827 msgid "destructor cannot be static member function"
14828 msgstr ""
14830 #: cp/decl.c:11051
14831 #, c-format
14832 msgid "destructors may not be `%s'"
14833 msgstr ""
14835 #: cp/decl.c:11072
14836 msgid "constructor cannot be static member function"
14837 msgstr ""
14839 #: cp/decl.c:11075
14840 msgid "constructors cannot be declared virtual"
14841 msgstr ""
14843 #: cp/decl.c:11080
14844 #, c-format
14845 msgid "constructors may not be `%s'"
14846 msgstr ""
14848 #: cp/decl.c:11090
14849 msgid "return value type specifier for constructor ignored"
14850 msgstr ""
14852 #: cp/decl.c:11109
14853 #, c-format
14854 msgid "can't initialize friend function `%s'"
14855 msgstr ""
14857 #. Cannot be both friend and virtual.
14858 #: cp/decl.c:11113
14859 msgid "virtual functions cannot be friends"
14860 msgstr ""
14862 #: cp/decl.c:11118
14863 msgid "friend declaration not in class definition"
14864 msgstr ""
14866 #: cp/decl.c:11120
14867 #, c-format
14868 msgid "can't define friend function `%s' in a local class definition"
14869 msgstr ""
14871 #: cp/decl.c:11144
14872 msgid "destructors may not have parameters"
14873 msgstr ""
14875 #: cp/decl.c:11175 cp/decl.c:11182
14876 msgid "cannot declare reference to `%#T'"
14877 msgstr ""
14879 #: cp/decl.c:11176
14880 msgid "cannot declare pointer to `%#T'"
14881 msgstr ""
14883 #: cp/decl.c:11181
14884 msgid "cannot declare pointer to `%#T' member"
14885 msgstr ""
14887 #: cp/decl.c:11357
14888 msgid "extra qualification `%T::' on member `%s' ignored"
14889 msgstr ""
14891 #: cp/decl.c:11367
14892 msgid "cannot declare member function `%T::%s' within `%T'"
14893 msgstr ""
14895 #: cp/decl.c:11382
14896 msgid "cannot declare member `%T::%s' within `%T'"
14897 msgstr ""
14899 #: cp/decl.c:11460
14900 msgid "data member may not have variably modified type `%T'"
14901 msgstr ""
14903 #. [dcl.fct.spec] The explicit specifier shall only be used in
14904 #. declarations of constructors within a class definition.
14905 #: cp/decl.c:11468
14906 msgid "only declarations of constructors can be `explicit'"
14907 msgstr ""
14909 #: cp/decl.c:11476
14910 #, c-format
14911 msgid "non-member `%s' cannot be declared `mutable'"
14912 msgstr ""
14914 #: cp/decl.c:11481
14915 #, c-format
14916 msgid "non-object member `%s' cannot be declared `mutable'"
14917 msgstr ""
14919 #: cp/decl.c:11487
14920 #, c-format
14921 msgid "function `%s' cannot be declared `mutable'"
14922 msgstr ""
14924 #: cp/decl.c:11492
14925 #, c-format
14926 msgid "static `%s' cannot be declared `mutable'"
14927 msgstr ""
14929 #: cp/decl.c:11497
14930 #, c-format
14931 msgid "const `%s' cannot be declared `mutable'"
14932 msgstr ""
14934 #: cp/decl.c:11510
14935 msgid "template-id `%D' used as a declarator"
14936 msgstr ""
14938 #: cp/decl.c:11531
14939 msgid "ISO C++ forbids nested type `%D' with same name as enclosing class"
14940 msgstr ""
14942 #: cp/decl.c:11580
14943 msgid "typedef name may not be class-qualified"
14944 msgstr ""
14946 #: cp/decl.c:11588
14947 msgid "invalid type qualifier for non-member function type"
14948 msgstr ""
14950 #: cp/decl.c:11651
14951 msgid "type qualifiers specified for friend class declaration"
14952 msgstr ""
14954 #: cp/decl.c:11656
14955 msgid "`inline' specified for friend class declaration"
14956 msgstr ""
14958 #: cp/decl.c:11664
14959 msgid "template parameters cannot be friends"
14960 msgstr ""
14962 #: cp/decl.c:11666
14963 msgid "friend declaration requires class-key, i.e. `friend class %T::%D'"
14964 msgstr ""
14966 #: cp/decl.c:11670
14967 msgid "friend declaration requires class-key, i.e. `friend %#T'"
14968 msgstr ""
14970 #: cp/decl.c:11684
14971 msgid "trying to make class `%T' a friend of global scope"
14972 msgstr ""
14974 #: cp/decl.c:11695
14975 msgid "invalid qualifiers on non-member function type"
14976 msgstr ""
14978 #: cp/decl.c:11714
14979 msgid "abstract declarator `%T' used as declaration"
14980 msgstr ""
14982 #: cp/decl.c:11726
14983 msgid "unnamed variable or field declared void"
14984 msgstr ""
14986 #: cp/decl.c:11735
14987 msgid "variable or field declared void"
14988 msgstr ""
14990 #: cp/decl.c:11745
14991 msgid "cannot use `::' in parameter declaration"
14992 msgstr ""
14994 #. Something like struct S { int N::j; };
14995 #: cp/decl.c:11784
14996 msgid "invalid use of `::'"
14997 msgstr ""
14999 #: cp/decl.c:11796
15000 msgid "function `%D' cannot be declared friend"
15001 msgstr ""
15003 #: cp/decl.c:11808
15004 msgid "can't make `%D' into a method -- not in a class"
15005 msgstr ""
15007 #: cp/decl.c:11817
15008 msgid "function `%D' declared virtual inside a union"
15009 msgstr ""
15011 #: cp/decl.c:11829
15012 msgid "`%D' cannot be declared virtual, since it is always static"
15013 msgstr ""
15015 #: cp/decl.c:11902
15016 msgid "field `%D' has incomplete type"
15017 msgstr ""
15019 #: cp/decl.c:11904
15020 msgid "name `%T' has incomplete type"
15021 msgstr ""
15023 #: cp/decl.c:11913
15024 msgid "  in instantiation of template `%T'"
15025 msgstr ""
15027 #: cp/decl.c:11923
15028 #, c-format
15029 msgid "`%s' is neither function nor member function; cannot be declared friend"
15030 msgstr ""
15032 #: cp/decl.c:11934
15033 msgid "member functions are implicitly friends of their class"
15034 msgstr ""
15036 #. An attempt is being made to initialize a non-static
15037 #. member.  But, from [class.mem]:
15039 #. 4 A member-declarator can contain a
15040 #. constant-initializer only if it declares a static
15041 #. member (_class.static_) of integral or enumeration
15042 #. type, see _class.static.data_.
15044 #. This used to be relatively common practice, but
15045 #. the rest of the compiler does not correctly
15046 #. handle the initialization unless the member is
15047 #. static so we make it static below.
15048 #: cp/decl.c:11981
15049 msgid "ISO C++ forbids initialization of member `%D'"
15050 msgstr ""
15052 #: cp/decl.c:11983
15053 msgid "making `%D' static"
15054 msgstr ""
15056 #: cp/decl.c:12007
15057 msgid "ISO C++ forbids static data member `%D' with same name as enclosing class"
15058 msgstr ""
15060 #: cp/decl.c:12048
15061 #, c-format
15062 msgid "storage class `auto' invalid for function `%s'"
15063 msgstr ""
15065 #: cp/decl.c:12050
15066 #, c-format
15067 msgid "storage class `register' invalid for function `%s'"
15068 msgstr ""
15070 #: cp/decl.c:12052
15071 #, c-format
15072 msgid "storage class `__thread' invalid for function `%s'"
15073 msgstr ""
15075 #: cp/decl.c:12063
15076 #, c-format
15077 msgid "storage class `static' invalid for function `%s' declared out of global scope"
15078 msgstr ""
15080 #: cp/decl.c:12065
15081 #, c-format
15082 msgid "storage class `inline' invalid for function `%s' declared out of global scope"
15083 msgstr ""
15085 #: cp/decl.c:12072
15086 #, c-format
15087 msgid "virtual non-class function `%s'"
15088 msgstr ""
15090 #: cp/decl.c:12101
15091 msgid "cannot declare member function `%D' to have static linkage"
15092 msgstr ""
15094 #. FIXME need arm citation
15095 #: cp/decl.c:12107
15096 msgid "cannot declare static function inside another function"
15097 msgstr ""
15099 #: cp/decl.c:12135
15100 msgid "`static' may not be used when defining (as opposed to declaring) a static data member"
15101 msgstr ""
15103 #: cp/decl.c:12141
15104 msgid "static member `%D' declared `register'"
15105 msgstr ""
15107 #: cp/decl.c:12146
15108 msgid "cannot explicitly declare member `%#D' to have extern linkage"
15109 msgstr ""
15111 #: cp/decl.c:12318
15112 msgid "default argument for `%#D' has type `%T'"
15113 msgstr ""
15115 #: cp/decl.c:12321
15116 msgid "default argument for parameter of type `%T' has type `%T'"
15117 msgstr ""
15119 #: cp/decl.c:12338
15120 msgid "default argument `%E' uses local variable `%D'"
15121 msgstr ""
15123 #: cp/decl.c:12383
15124 #, c-format
15125 msgid "invalid string constant `%E'"
15126 msgstr ""
15128 #: cp/decl.c:12385
15129 msgid "invalid integer constant in parameter list, did you forget to give parameter name?"
15130 msgstr ""
15132 #: cp/decl.c:12423
15133 msgid "parameter `%D' invalidly declared method type"
15134 msgstr ""
15136 #: cp/decl.c:12429
15137 msgid "parameter `%D' invalidly declared offset type"
15138 msgstr ""
15140 #: cp/decl.c:12453
15141 msgid "parameter `%D' includes %s to array of unknown bound `%T'"
15142 msgstr ""
15144 #. [class.copy]
15146 #. A declaration of a constructor for a class X is ill-formed if
15147 #. its first parameter is of type (optionally cv-qualified) X
15148 #. and either there are no other parameters or else all other
15149 #. parameters have default arguments.
15151 #. We *don't* complain about member template instantiations that
15152 #. have this form, though; they can occur as we try to decide
15153 #. what constructor to use during overload resolution.  Since
15154 #. overload resolution will never prefer such a constructor to
15155 #. the non-template copy constructor (which is either explicitly
15156 #. or implicitly defined), there's no need to worry about their
15157 #. existence.  Theoretically, they should never even be
15158 #. instantiated, but that's hard to forestall.
15159 #: cp/decl.c:12615
15160 msgid "invalid constructor; you probably meant `%T (const %T&)'"
15161 msgstr ""
15163 #: cp/decl.c:12766
15164 msgid "`%D' must be a nonstatic member function"
15165 msgstr ""
15167 #: cp/decl.c:12772
15168 msgid "`%D' must be either a non-static member function or a non-member function"
15169 msgstr ""
15171 #: cp/decl.c:12789
15172 msgid "`%D' must have an argument of class or enumerated type"
15173 msgstr ""
15175 #: cp/decl.c:12821
15176 #, c-format
15177 msgid "conversion to %s%s will never use a type conversion operator"
15178 msgstr ""
15180 #. 13.4.0.3
15181 #: cp/decl.c:12828
15182 msgid "ISO C++ prohibits overloading operator ?:"
15183 msgstr ""
15185 #: cp/decl.c:12878
15186 msgid "postfix `%D' must take `int' as its argument"
15187 msgstr ""
15189 #: cp/decl.c:12882
15190 msgid "postfix `%D' must take `int' as its second argument"
15191 msgstr ""
15193 #: cp/decl.c:12889
15194 msgid "`%D' must take either zero or one argument"
15195 msgstr ""
15197 #: cp/decl.c:12891
15198 msgid "`%D' must take either one or two arguments"
15199 msgstr ""
15201 #: cp/decl.c:12912
15202 msgid "prefix `%D' should return `%T'"
15203 msgstr ""
15205 #: cp/decl.c:12918
15206 msgid "postfix `%D' should return `%T'"
15207 msgstr ""
15209 #: cp/decl.c:12927
15210 msgid "`%D' must take `void'"
15211 msgstr ""
15213 #: cp/decl.c:12929 cp/decl.c:12937
15214 msgid "`%D' must take exactly one argument"
15215 msgstr ""
15217 #: cp/decl.c:12939
15218 msgid "`%D' must take exactly two arguments"
15219 msgstr ""
15221 #: cp/decl.c:12947
15222 msgid "user-defined `%D' always evaluates both arguments"
15223 msgstr ""
15225 #: cp/decl.c:12961
15226 msgid "`%D' should return by value"
15227 msgstr ""
15229 #: cp/decl.c:12973 cp/decl.c:12976
15230 msgid "`%D' cannot have default arguments"
15231 msgstr ""
15233 #: cp/decl.c:13052
15234 msgid "`%s %T' declares a new type at namespace scope"
15235 msgstr ""
15237 #: cp/decl.c:13055
15238 msgid "  names from dependent base classes are not visible to unqualified name lookup - to refer to the inherited type, say `%s %T::%T'"
15239 msgstr ""
15241 #: cp/decl.c:13093
15242 msgid "using typedef-name `%D' after `%s'"
15243 msgstr ""
15245 #: cp/decl.c:13098
15246 msgid "using template type parameter `%T' after `%s'"
15247 msgstr ""
15249 #: cp/decl.c:13178
15250 msgid "use of enum `%#D' without previous declaration"
15251 msgstr ""
15253 #: cp/decl.c:13264
15254 msgid "derived union `%T' invalid"
15255 msgstr ""
15257 #: cp/decl.c:13310
15258 msgid "base type `%T' fails to be a struct or class type"
15259 msgstr ""
15261 #: cp/decl.c:13320
15262 msgid "base class `%T' has incomplete type"
15263 msgstr ""
15265 #: cp/decl.c:13328
15266 msgid "recursive type `%T' undefined"
15267 msgstr ""
15269 #: cp/decl.c:13330
15270 msgid "duplicate base type `%T' invalid"
15271 msgstr ""
15273 #: cp/decl.c:13441
15274 msgid "multiple definition of `%#T'"
15275 msgstr ""
15277 #: cp/decl.c:13442
15278 msgid "previous definition here"
15279 msgstr ""
15281 #: cp/decl.c:13610
15282 msgid "enumerator value for `%D' not integer constant"
15283 msgstr ""
15285 #: cp/decl.c:13630
15286 msgid "overflow in enumeration values at `%D'"
15287 msgstr ""
15289 #: cp/decl.c:13716
15290 msgid "return type `%#T' is incomplete"
15291 msgstr ""
15293 #: cp/decl.c:13830
15294 msgid "semicolon missing after declaration of `%#T'"
15295 msgstr ""
15297 #: cp/decl.c:13851
15298 msgid "return type for `main' changed to `int'"
15299 msgstr ""
15301 #: cp/decl.c:13882
15302 msgid "`%D' implicitly declared before its definition"
15303 msgstr ""
15305 #: cp/decl.c:13904 cp/typeck.c:6229
15306 msgid "`operator=' should return a reference to `*this'"
15307 msgstr ""
15309 #: cp/decl.c:14164
15310 msgid "parameter `%D' declared void"
15311 msgstr ""
15313 #: cp/decl.c:14628
15314 msgid "`%D' is already defined in class `%T'"
15315 msgstr ""
15317 #: cp/decl.c:14845
15318 msgid "static member function `%#D' declared with type qualifiers"
15319 msgstr ""
15321 #: cp/decl2.c:154
15322 #, c-format
15323 msgid "duplicate type qualifiers in %s declaration"
15324 msgstr ""
15326 #: cp/decl2.c:193
15327 msgid "template `%#D' instantiated in file without #pragma interface"
15328 msgstr ""
15330 #: cp/decl2.c:199
15331 msgid "template `%#D' defined in file without #pragma interface"
15332 msgstr ""
15334 #: cp/decl2.c:366
15335 msgid "name missing for member function"
15336 msgstr ""
15338 #. Something has gone very wrong.  Assume we are mistakenly reducing
15339 #. an expression instead of a declaration.
15340 #: cp/decl2.c:429
15341 msgid "parser may be lost: is there a '{' missing somewhere?"
15342 msgstr ""
15344 #: cp/decl2.c:460 cp/decl2.c:474
15345 msgid "ambiguous conversion for array subscript"
15346 msgstr ""
15348 #: cp/decl2.c:468
15349 msgid "invalid types `%T[%T]' for array subscript"
15350 msgstr ""
15352 #: cp/decl2.c:516
15353 msgid "type `%#T' argument given to `delete', expected pointer"
15354 msgstr ""
15356 #: cp/decl2.c:524
15357 msgid "anachronistic use of array size in vector delete"
15358 msgstr ""
15360 #: cp/decl2.c:534
15361 msgid "cannot delete a function.  Only pointer-to-objects are valid arguments to `delete'"
15362 msgstr ""
15364 #: cp/decl2.c:541
15365 msgid "deleting `%T' is undefined"
15366 msgstr ""
15368 #: cp/decl2.c:549
15369 msgid "deleting array `%#D'"
15370 msgstr ""
15372 #. 14.5.2.2 [temp.mem]
15374 #. A local class shall not have member templates.
15375 #: cp/decl2.c:583
15376 msgid "invalid declaration of member template `%#D' in local class"
15377 msgstr ""
15379 #: cp/decl2.c:592
15380 msgid "invalid use of `virtual' in template declaration of `%#D'"
15381 msgstr ""
15383 #: cp/decl2.c:602 cp/pt.c:2586
15384 msgid "template declaration of `%#D'"
15385 msgstr ""
15387 #: cp/decl2.c:652
15388 msgid "Java method '%D' has non-Java return type `%T'"
15389 msgstr ""
15391 #: cp/decl2.c:661
15392 msgid "Java method '%D' has non-Java parameter type `%T'"
15393 msgstr ""
15395 #: cp/decl2.c:737
15396 msgid "prototype for `%#D' does not match any in class `%T'"
15397 msgstr ""
15399 #: cp/decl2.c:819
15400 msgid "local class `%#T' shall not have static data member `%#D'"
15401 msgstr ""
15403 #: cp/decl2.c:827
15404 msgid "initializer invalid for static member with constructor"
15405 msgstr ""
15407 #: cp/decl2.c:830
15408 msgid "(an out of class initialization is required)"
15409 msgstr ""
15411 #: cp/decl2.c:889
15412 msgid "invalid data member initialization"
15413 msgstr ""
15415 #: cp/decl2.c:892
15416 msgid "(use `=' to initialize static data members)"
15417 msgstr ""
15419 #: cp/decl2.c:938
15420 msgid "member `%D' conflicts with virtual function table field name"
15421 msgstr ""
15423 #: cp/decl2.c:958
15424 msgid "`%D' is already defined in `%T'"
15425 msgstr ""
15427 #: cp/decl2.c:1010
15428 msgid "field initializer is not constant"
15429 msgstr ""
15431 #: cp/decl2.c:1034
15432 msgid "`asm' specifiers are not permitted on non-static data members"
15433 msgstr ""
15435 #: cp/decl2.c:1086
15436 msgid "cannot declare `%D' to be a bit-field type"
15437 msgstr ""
15439 #: cp/decl2.c:1096
15440 msgid "cannot declare bit-field `%D' with function type"
15441 msgstr ""
15443 #: cp/decl2.c:1103
15444 msgid "`%D' is already defined in the class %T"
15445 msgstr ""
15447 #: cp/decl2.c:1110
15448 msgid "static member `%D' cannot be a bit-field"
15449 msgstr ""
15451 #: cp/decl2.c:1197
15452 msgid "initializer specified for non-member function `%D'"
15453 msgstr ""
15455 #: cp/decl2.c:1201
15456 msgid "invalid initializer for virtual method `%D'"
15457 msgstr ""
15459 #: cp/decl2.c:1315
15460 msgid "anonymous struct not inside named type"
15461 msgstr ""
15463 #: cp/decl2.c:1411
15464 msgid "namespace-scope anonymous aggregates must be static"
15465 msgstr ""
15467 #: cp/decl2.c:1424
15468 msgid "anonymous aggregate with no members"
15469 msgstr ""
15471 #: cp/decl2.c:1493
15472 msgid "`operator new' must return type `%T'"
15473 msgstr ""
15475 #: cp/decl2.c:1501
15476 msgid "`operator new' takes type `size_t' (`%T') as first parameter"
15477 msgstr ""
15479 #: cp/decl2.c:1528
15480 msgid "`operator delete' must return type `%T'"
15481 msgstr ""
15483 #: cp/decl2.c:1536
15484 msgid "`operator delete' takes type `%T' as first parameter"
15485 msgstr ""
15487 #. Overflow occurred.  That means there are at least 4 billion
15488 #. initialization functions.
15489 #: cp/decl2.c:2290
15490 msgid "too many initialization functions required"
15491 msgstr ""
15493 #: cp/decl2.c:2966
15494 #, fuzzy
15495 msgid "inline function `%D' used but never defined"
15496 msgstr "»%s« verwendet, aber nirgendwo definiert"
15498 #: cp/decl2.c:3086
15499 msgid "use of old-style cast"
15500 msgstr ""
15502 #: cp/decl2.c:3794
15503 msgid "use of `%D' is ambiguous"
15504 msgstr ""
15506 #: cp/decl2.c:3795
15507 msgid "  first declared as `%#D' here"
15508 msgstr ""
15510 #: cp/decl2.c:3798
15511 msgid "  also declared as `%#D' here"
15512 msgstr ""
15514 #: cp/decl2.c:3813
15515 msgid "`%D' denotes an ambiguous type"
15516 msgstr ""
15518 #: cp/decl2.c:3814
15519 msgid "  first type here"
15520 msgstr ""
15522 #: cp/decl2.c:3815
15523 msgid "  other type here"
15524 msgstr ""
15526 #: cp/decl2.c:3912
15527 msgid "declaration of `%D' not in a namespace surrounding `%D'"
15528 msgstr ""
15530 #: cp/decl2.c:3946
15531 msgid "`%D' should have been declared inside `%D'"
15532 msgstr ""
15534 #: cp/decl2.c:4079
15535 msgid "`%D' is not a function,"
15536 msgstr ""
15538 #: cp/decl2.c:4080
15539 msgid "  conflict with `%D'"
15540 msgstr ""
15542 #. The parser did not find it, so it's not there.
15543 #: cp/decl2.c:4396
15544 msgid "unknown namespace `%D'"
15545 msgstr ""
15547 #: cp/decl2.c:4430 cp/decl2.c:4707
15548 msgid "`%T' is not a namespace"
15549 msgstr ""
15551 #: cp/decl2.c:4432
15552 msgid "`%D' is not a namespace"
15553 msgstr ""
15555 #: cp/decl2.c:4441
15556 msgid "a using-declaration cannot specify a template-id.  Try `using %D'"
15557 msgstr ""
15559 #: cp/decl2.c:4455
15560 msgid "namespace `%D' not allowed in using-declaration"
15561 msgstr ""
15563 #: cp/decl2.c:4484
15564 msgid "`%D' not declared"
15565 msgstr ""
15567 #: cp/decl2.c:4535
15568 msgid "`%D' is already declared in this scope"
15569 msgstr ""
15571 #: cp/decl2.c:4562
15572 msgid "using declaration `%D' introduced ambiguous type `%T'"
15573 msgstr ""
15575 #: cp/decl2.c:4653
15576 msgid "using-declaration for non-member at class scope"
15577 msgstr ""
15579 #: cp/decl2.c:4659
15580 msgid "using-declaration for destructor"
15581 msgstr ""
15583 #: cp/decl2.c:4665
15584 msgid "a using-declaration cannot specify a template-id.  Try  `using %T::%D'"
15585 msgstr ""
15587 #: cp/decl2.c:4701
15588 msgid "namespace `%T' undeclared"
15589 msgstr ""
15591 #: cp/decl2.c:4730
15592 msgid "default argument missing for parameter %P of `%+#D'"
15593 msgstr ""
15595 #: cp/decl2.c:4829
15596 msgid "extra qualification `%T::' on member `%D' ignored"
15597 msgstr ""
15599 #: cp/decl2.c:4833
15600 msgid "`%T' does not have a class or union named `%D'"
15601 msgstr ""
15603 #: cp/decl2.c:4848
15604 msgid "`%T' is not a class or union type"
15605 msgstr ""
15607 #: cp/decl2.c:4862
15608 msgid "template argument is required for `%T'"
15609 msgstr ""
15611 #: cp/error.c:35
15612 #, c-format
15613 msgid "`%s' not supported by %s"
15614 msgstr ""
15616 #: cp/error.c:571
15617 #, c-format
15618 msgid "<anonymous %s>"
15619 msgstr ""
15621 #: cp/error.c:808
15622 #, c-format
15623 msgid "(static %s for %s)"
15624 msgstr ""
15626 #: cp/error.c:1482
15627 #, c-format
15628 msgid "\\x%x"
15629 msgstr ""
15631 #: cp/error.c:2430
15632 #, c-format
15633 msgid "In %s `%s':"
15634 msgstr ""
15636 #: cp/error.c:2487
15637 #, c-format
15638 msgid "%s: In instantiation of `%s':\n"
15639 msgstr ""
15641 #: cp/error.c:2511
15642 #, c-format
15643 msgid "%s:%d:   instantiated from `%s'\n"
15644 msgstr ""
15646 #: cp/error.c:2516
15647 #, c-format
15648 msgid "%s:%d:   instantiated from here\n"
15649 msgstr ""
15651 #. damn ICE suppression
15652 #: cp/error.c:2670
15653 #, c-format
15654 msgid "unexpected letter `%c' in locate_error\n"
15655 msgstr ""
15657 #. Can't throw a reference.
15658 #: cp/except.c:240
15659 msgid "type `%T' is disallowed in Java `throw' or `catch'"
15660 msgstr ""
15662 #: cp/except.c:251
15663 msgid "call to Java `catch' or `throw' with `jthrowable' undefined"
15664 msgstr ""
15666 #. Thrown object must be a Throwable.
15667 #: cp/except.c:258
15668 msgid "type `%T' is not derived from `java::lang::Throwable'"
15669 msgstr ""
15671 #: cp/except.c:322
15672 msgid "mixing C++ and Java catches in a single translation unit"
15673 msgstr ""
15675 #: cp/except.c:639
15676 msgid "throwing NULL, which has integral, not pointer type"
15677 msgstr ""
15679 #: cp/except.c:730
15680 msgid "  in thrown expression"
15681 msgstr ""
15683 #: cp/except.c:856
15684 msgid "expression '%E' of abstract class type '%T' cannot be used in throw-expression"
15685 msgstr ""
15687 #: cp/except.c:944
15688 msgid "exception of type `%T' will be caught"
15689 msgstr ""
15691 #: cp/except.c:947
15692 msgid "   by earlier handler for `%T'"
15693 msgstr ""
15695 #: cp/except.c:968
15696 msgid "`...' handler must be the last handler for its try block"
15697 msgstr ""
15699 #: cp/friend.c:155
15700 msgid "`%D' is already a friend of class `%T'"
15701 msgstr ""
15703 #: cp/friend.c:157
15704 msgid "previous friend declaration of `%D'"
15705 msgstr ""
15707 #: cp/friend.c:202
15708 msgid "invalid type `%T' declared `friend'"
15709 msgstr ""
15711 #. [temp.friend]
15712 #. Friend declarations shall not declare partial
15713 #. specializations.
15714 #: cp/friend.c:218
15715 msgid "partial specialization `%T' declared `friend'"
15716 msgstr ""
15718 #: cp/friend.c:227
15719 msgid "class `%T' is implicitly friends with itself"
15720 msgstr ""
15722 #. template <class T> friend typename S<T>::X;
15723 #: cp/friend.c:245
15724 msgid "typename type `%#T' declared `friend'"
15725 msgstr ""
15727 #. template <class T> friend class T;
15728 #: cp/friend.c:251
15729 msgid "template parameter type `%T' declared `friend'"
15730 msgstr ""
15732 #. template <class T> friend class A; where A is not a template
15733 #: cp/friend.c:257
15734 msgid "`%#T' is not a template"
15735 msgstr ""
15737 #: cp/friend.c:272
15738 msgid "`%T' is already a friend of `%T'"
15739 msgstr ""
15741 #: cp/friend.c:370
15742 msgid "member `%D' declared as friend before type `%T' defined"
15743 msgstr ""
15745 #: cp/friend.c:425
15746 msgid "friend declaration `%#D' declares a non-template function"
15747 msgstr ""
15749 #: cp/friend.c:428
15750 msgid "(if this is not what you intended, make sure the function template has already been declared and add <> after the function name here) -Wno-non-template-friend disables this warning"
15751 msgstr ""
15753 #: cp/g++spec.c:209 java/jvspec.c:423
15754 #, c-format
15755 msgid "argument to `%s' missing\n"
15756 msgstr ""
15758 #: cp/init.c:320
15759 msgid "`%D' should be initialized in the member initialization list"
15760 msgstr ""
15762 #: cp/init.c:369
15763 msgid "default-initialization of `%#D', which has reference type"
15764 msgstr ""
15766 #: cp/init.c:374
15767 msgid "uninitialized reference member `%D'"
15768 msgstr ""
15770 #: cp/init.c:382
15771 msgid "initializer list treated as compound expression"
15772 msgstr ""
15774 #: cp/init.c:523
15775 msgid "`%D' will be initialized after"
15776 msgstr ""
15778 #: cp/init.c:526
15779 msgid "base `%T' will be initialized after"
15780 msgstr ""
15782 #: cp/init.c:529
15783 msgid "  `%#D'"
15784 msgstr ""
15786 #: cp/init.c:531
15787 msgid "  base `%T'"
15788 msgstr ""
15790 #: cp/init.c:549
15791 msgid "multiple initializations given for base `%T'"
15792 msgstr ""
15794 #: cp/init.c:616
15795 msgid "initializations for multiple members of `%T'"
15796 msgstr ""
15798 #: cp/init.c:671
15799 msgid "base class `%#T' should be explicitly initialized in the copy constructor"
15800 msgstr ""
15802 #: cp/init.c:916
15803 msgid "class `%T' does not have any field named `%D'"
15804 msgstr ""
15806 #: cp/init.c:922
15807 msgid "field `%#D' is static; the only point of initialization is its definition"
15808 msgstr ""
15810 #: cp/init.c:956
15811 msgid "unnamed initializer for `%T', which has no base classes"
15812 msgstr ""
15814 #: cp/init.c:963
15815 msgid "unnamed initializer for `%T', which uses multiple inheritance"
15816 msgstr ""
15818 #: cp/init.c:1000
15819 msgid "type `%D' is not a direct or virtual base of `%T'"
15820 msgstr ""
15822 #: cp/init.c:1003
15823 msgid "type `%D' is not a direct base of `%T'"
15824 msgstr ""
15826 #. Handle bad initializers like:
15827 #. class COMPLEX {
15828 #. public:
15829 #. double re, im;
15830 #. COMPLEX(double r = 0.0, double i = 0.0) {re = r; im = i;};
15831 #. ~COMPLEX() {};
15832 #. };
15834 #. int main(int argc, char **argv) {
15835 #. COMPLEX zees(1.0, 0.0)[10];
15836 #. }
15838 #: cp/init.c:1097
15839 msgid "bad array initializer"
15840 msgstr ""
15842 #: cp/init.c:1304
15843 msgid "`%T' is not an aggregate type"
15844 msgstr ""
15846 #: cp/init.c:1327
15847 msgid "`%T' fails to be an aggregate typedef"
15848 msgstr ""
15850 #: cp/init.c:1336
15851 msgid "type `%T' is of non-aggregate type"
15852 msgstr ""
15854 #: cp/init.c:1439
15855 msgid "cannot call destructor `%T::~%T' without object"
15856 msgstr ""
15858 #: cp/init.c:1483
15859 msgid "invalid use of non-static field `%D'"
15860 msgstr ""
15862 #. We can get here when processing a bad default
15863 #. argument, like:
15864 #. struct S { int a; void f(int i = a); }
15865 #: cp/init.c:1492 cp/method.c:160
15866 msgid "invalid use of member `%D'"
15867 msgstr ""
15869 #: cp/init.c:1502
15870 msgid "no method `%T::%D'"
15871 msgstr ""
15873 #: cp/init.c:1595
15874 msgid "incomplete type `%T' does not have member `%D'"
15875 msgstr ""
15877 #: cp/init.c:1669
15878 msgid "`%D' is not a member of type `%T'"
15879 msgstr ""
15881 #: cp/init.c:1688
15882 msgid "invalid pointer to bit-field `%D'"
15883 msgstr ""
15885 #: cp/init.c:1727
15886 msgid "object missing in use of pointer-to-member construct"
15887 msgstr ""
15889 #: cp/init.c:1767
15890 msgid "member `%D' is non-static but referenced as a static member"
15891 msgstr ""
15893 #: cp/init.c:1769 cp/typeck.c:2828 cp/typeck.c:2932
15894 msgid "at this point in file"
15895 msgstr ""
15897 #: cp/init.c:1806
15898 #, c-format
15899 msgid "object missing in `%E'"
15900 msgstr ""
15902 #: cp/init.c:1937
15903 msgid "new of array type fails to specify size"
15904 msgstr ""
15906 #: cp/init.c:1948
15907 msgid "size in array new must have integral type"
15908 msgstr ""
15910 #: cp/init.c:1954
15911 msgid "zero size array reserves no space"
15912 msgstr ""
15914 #: cp/init.c:2019
15915 msgid "new cannot be applied to a reference type"
15916 msgstr ""
15918 #: cp/init.c:2025
15919 msgid "new cannot be applied to a function type"
15920 msgstr ""
15922 #: cp/init.c:2072
15923 msgid "call to Java constructor, while `jclass' undefined"
15924 msgstr ""
15926 #: cp/init.c:2088
15927 msgid "can't find class$"
15928 msgstr ""
15930 #: cp/init.c:2202
15931 msgid "invalid type `void' for new"
15932 msgstr ""
15934 #: cp/init.c:2254
15935 #, c-format
15936 msgid "call to Java constructor with `%s' undefined"
15937 msgstr ""
15939 #: cp/init.c:2362
15940 msgid "ISO C++ forbids initialization in array new"
15941 msgstr ""
15943 #: cp/init.c:2380 cp/typeck2.c:360 cp/typeck2.c:1223
15944 msgid "initializer list being treated as compound expression"
15945 msgstr ""
15947 #: cp/init.c:2386
15948 msgid "ISO C++ forbids aggregate initializer to new"
15949 msgstr ""
15951 #: cp/init.c:2474
15952 msgid "uninitialized const in `new' of `%#T'"
15953 msgstr ""
15955 #: cp/init.c:2840
15956 msgid "initializer ends prematurely"
15957 msgstr ""
15959 #: cp/init.c:2910
15960 msgid "cannot initialize multi-dimensional array with initializer"
15961 msgstr ""
15963 #: cp/init.c:3100
15964 msgid "unknown array size in delete"
15965 msgstr ""
15967 #: cp/init.c:3365
15968 msgid "type to vector delete is neither pointer or array type"
15969 msgstr ""
15971 #: cp/lex.c:136
15972 msgid "type name expected before `*'"
15973 msgstr ""
15975 #: cp/lex.c:158
15976 msgid "cannot declare references to references"
15977 msgstr ""
15979 #: cp/lex.c:163
15980 msgid "cannot declare pointers to references"
15981 msgstr ""
15983 #: cp/lex.c:167
15984 msgid "type name expected before `&'"
15985 msgstr ""
15987 #: cp/lex.c:894
15988 #, c-format
15989 msgid "semicolon missing after %s declaration"
15990 msgstr ""
15992 #: cp/lex.c:897
15993 msgid "semicolon missing after declaration of `%T'"
15994 msgstr ""
15996 #: cp/lex.c:945
15997 #, c-format
15998 msgid "junk at end of #pragma %s"
15999 msgstr ""
16001 #: cp/lex.c:952
16002 #, c-format
16003 msgid "invalid #pragma %s"
16004 msgstr ""
16006 #: cp/lex.c:961
16007 msgid "#pragma vtable no longer supported"
16008 msgstr ""
16010 #: cp/lex.c:1038
16011 #, c-format
16012 msgid "#pragma implementation for %s appears after file is included"
16013 msgstr ""
16015 #: cp/lex.c:1063
16016 msgid "junk at end of #pragma GCC java_exceptions"
16017 msgstr ""
16019 #: cp/lex.c:1107
16020 msgid "`%D' not defined"
16021 msgstr ""
16023 #: cp/lex.c:1110
16024 msgid "`%D' was not declared in this scope"
16025 msgstr ""
16027 #: cp/lex.c:1118
16028 msgid "`%D' undeclared (first use this function)"
16029 msgstr ""
16031 #: cp/lex.c:1122
16032 msgid "(Each undeclared identifier is reported only once for each function it appears in.)"
16033 msgstr ""
16035 #: cp/lex.c:1239
16036 msgid "`::%D' undeclared (first use here)"
16037 msgstr ""
16039 #: cp/mangle.c:2061
16040 msgid "real-valued template parameters when cross-compiling"
16041 msgstr ""
16043 #: cp/mangle.c:2325
16044 msgid "the mangled name of `%D' will change in a future version of GCC"
16045 msgstr ""
16047 #: cp/method.c:154
16048 msgid "invalid use of member `%D' in static member function"
16049 msgstr ""
16051 #: cp/method.c:216
16052 msgid "use of namespace `%D' as expression"
16053 msgstr ""
16055 #: cp/method.c:221
16056 msgid "use of class template `%T' as expression"
16057 msgstr ""
16059 #: cp/method.c:234
16060 #, c-format
16061 msgid "use of %s from containing function"
16062 msgstr ""
16064 #: cp/method.c:237
16065 msgid "  `%#D' declared here"
16066 msgstr ""
16068 #: cp/method.c:255
16069 msgid "request for member `%D' is ambiguous in multiple inheritance lattice"
16070 msgstr ""
16072 #: cp/method.c:455
16073 msgid "generic thunk code fails for method `%#D' which uses `...'"
16074 msgstr ""
16076 #: cp/method.c:694
16077 msgid "non-static const member `%#D', can't use default assignment operator"
16078 msgstr ""
16080 #: cp/method.c:699
16081 msgid "non-static reference member `%#D', can't use default assignment operator"
16082 msgstr ""
16084 #: parse.y:261
16085 msgid "`%s' tag used in naming `%#T'"
16086 msgstr ""
16088 #: parse.y:541
16089 msgid "keyword `export' not implemented, and will be ignored"
16090 msgstr ""
16092 #: parse.y:645
16093 msgid "use of linkage spec `%D' is different from previous spec `%D'"
16094 msgstr ""
16096 #: parse.y:942
16097 msgid "no base or member initializers given following ':'"
16098 msgstr ""
16100 #: parse.y:983 parse.y:989
16101 msgid "anachronistic old style base class initializer"
16102 msgstr ""
16104 #. Handle `Class<Class<Type>>' without space in the `>>'
16105 #: parse.y:1115
16106 msgid "`>>' should be `> >' in template class name"
16107 msgstr ""
16109 #: parse.y:1153
16110 msgid "use of template qualifier outside template"
16111 msgstr ""
16113 #: parse.y:1182 parse.y:1191
16114 #, c-format
16115 msgid "ISO C++ forbids an empty condition for `%s'"
16116 msgstr ""
16118 #: parse.y:1214
16119 msgid "definition of class `%T' in condition"
16120 msgstr ""
16122 #: parse.y:1216
16123 msgid "definition of enum `%T' in condition"
16124 msgstr ""
16126 #: parse.y:1227
16127 msgid "definition of array `%#D' in condition"
16128 msgstr ""
16130 #: parse.y:1340
16131 msgid "old style placement syntax, use () instead"
16132 msgstr ""
16134 #: parse.y:1351
16135 msgid "`%T' is not a valid expression"
16136 msgstr ""
16138 #. This was previously allowed as an extension, but
16139 #. was removed in G++ 3.3.
16140 #: parse.y:1358
16141 msgid "initialization of new expression with `='"
16142 msgstr ""
16144 #: parse.y:1384
16145 msgid "ISO C++ forbids compound literals"
16146 msgstr ""
16148 #: parse.y:1631
16149 msgid "ISO C++ forbids braced-groups within expressions"
16150 msgstr ""
16152 #: parse.y:2035 parse.y:2050
16153 msgid "sigof type specifier"
16154 msgstr ""
16156 #: parse.y:2040
16157 msgid "`sigof' applied to non-aggregate expression"
16158 msgstr ""
16160 #: parse.y:2055
16161 msgid "`sigof' applied to non-aggregate type"
16162 msgstr ""
16164 #: parse.y:2321
16165 msgid "using `typename' outside of template"
16166 msgstr ""
16168 #: parse.y:2391
16169 #, c-format
16170 msgid "storage class specifier `%s' not allowed after struct or class"
16171 msgstr ""
16173 #: parse.y:2393
16174 #, c-format
16175 msgid "type specifier `%s' not allowed after struct or class"
16176 msgstr ""
16178 #: parse.y:2395
16179 #, c-format
16180 msgid "type qualifier `%s' not allowed after struct or class"
16181 msgstr ""
16183 #: parse.y:2397
16184 msgid "no body nor ';' separates two class, struct or union declarations"
16185 msgstr ""
16187 #: parse.y:2537
16188 msgid "no bases given following `:'"
16189 msgstr ""
16191 #: parse.y:2568 parse.y:2583
16192 msgid "`%D' access"
16193 msgstr ""
16195 #: parse.y:2573
16196 msgid "multiple access specifiers"
16197 msgstr ""
16199 #: parse.y:2591
16200 msgid "multiple `virtual' specifiers"
16201 msgstr ""
16203 #: parse.y:2628
16204 msgid "missing ';' before right brace"
16205 msgstr ""
16207 #: parse.y:2849
16208 msgid "ISO C++ forbids array dimensions with parenthesized type in new"
16209 msgstr ""
16211 #: parse.y:3136 parse.y:3156 parse.y:3165 parse.y:3194
16212 msgid "`%T' is not a class or namespace"
16213 msgstr ""
16215 #: parse.y:3361
16216 msgid "ISO C++ forbids label declarations"
16217 msgstr ""
16219 #: parse.y:3521
16220 msgid "ISO C++ forbids computed gotos"
16221 msgstr ""
16223 #: parse.y:3529
16224 msgid "label must be followed by statement"
16225 msgstr ""
16227 #: parse.y:3574
16228 msgid "must have at least one catch per try block"
16229 msgstr ""
16231 #: parse.y:3634
16232 msgid "ISO C++ forbids compound statements inside for initializations"
16233 msgstr ""
16235 #. This helps us recover from really nasty
16236 #. parse errors, for example, a missing right
16237 #. parenthesis.
16238 #: parse.y:3721 parse.y:3731
16239 msgid "possibly missing ')'"
16240 msgstr ""
16242 #: parse.y:3824
16243 msgid "type specifier omitted for parameter"
16244 msgstr ""
16246 #: parse.y:3833
16247 #, c-format
16248 msgid "`%E' is not a type, use `typename %E' to make it one"
16249 msgstr ""
16251 #: parse.y:3835
16252 msgid "no type `%D' in `%T'"
16253 msgstr ""
16255 #: parse.y:3838
16256 #, c-format
16257 msgid "type specifier omitted for parameter `%E'"
16258 msgstr ""
16260 #: parse.y:3846
16261 msgid "'%D' is used as a type, but is not defined as a type."
16262 msgstr ""
16264 #: cp/pt.c:198
16265 msgid "data member `%D' cannot be a member template"
16266 msgstr ""
16268 #: cp/pt.c:210
16269 msgid "invalid member template declaration `%D'"
16270 msgstr ""
16272 #: cp/pt.c:605
16273 msgid "explicit specialization in non-namespace scope `%D'"
16274 msgstr ""
16276 #: cp/pt.c:617
16277 msgid "enclosing class templates are not explicitly specialized"
16278 msgstr ""
16280 #: cp/pt.c:692
16281 msgid "specializing `%#T' in different namespace"
16282 msgstr ""
16284 #: cp/pt.c:693
16285 msgid "  from definition of `%#D'"
16286 msgstr ""
16288 #: cp/pt.c:701
16289 msgid "specialization of `%T' after instantiation"
16290 msgstr ""
16292 #: cp/pt.c:704
16293 msgid "explicit specialization of non-template `%T'"
16294 msgstr ""
16296 #: cp/pt.c:836
16297 msgid "specialization of %D after instantiation"
16298 msgstr ""
16300 #: cp/pt.c:939
16301 msgid "%s %+#D"
16302 msgstr ""
16304 #: cp/pt.c:990
16305 msgid "`%D' is not a function template"
16306 msgstr ""
16308 #: cp/pt.c:1129
16309 msgid "template-id `%D' for `%+D' does not match any template declaration"
16310 msgstr ""
16312 #: cp/pt.c:1137
16313 msgid "ambiguous template specialization `%D' for `%+D'"
16314 msgstr ""
16316 #. This case handles bogus declarations like template <>
16317 #. template <class T> void f<int>();
16318 #: cp/pt.c:1364 cp/pt.c:1438
16319 msgid "template-id `%D' in declaration of primary template"
16320 msgstr ""
16322 #: cp/pt.c:1377
16323 msgid "template parameter list used in explicit instantiation"
16324 msgstr ""
16326 #: cp/pt.c:1383
16327 msgid "definition provided for explicit instantiation"
16328 msgstr ""
16330 #: cp/pt.c:1389
16331 msgid "too many template parameter lists in declaration of `%D'"
16332 msgstr ""
16334 #: cp/pt.c:1405
16335 msgid "too few template parameter lists in declaration of `%D'"
16336 msgstr ""
16338 #: cp/pt.c:1422
16339 msgid "explicit specialization not preceded by `template <>'"
16340 msgstr ""
16342 #: cp/pt.c:1435
16343 msgid "partial specialization `%D' of function template"
16344 msgstr ""
16346 #: cp/pt.c:1467
16347 msgid "default argument specified in explicit specialization"
16348 msgstr ""
16350 #: cp/pt.c:1471
16351 msgid "template specialization with C linkage"
16352 msgstr ""
16354 #. From [temp.expl.spec]:
16356 #. If such an explicit specialization for the member
16357 #. of a class template names an implicitly-declared
16358 #. special member function (clause _special_), the
16359 #. program is ill-formed.
16361 #. Similar language is found in [temp.explicit].
16362 #: cp/pt.c:1558
16363 msgid "specialization of implicitly-declared special member function"
16364 msgstr ""
16366 #: cp/pt.c:1602
16367 msgid "no member function `%D' declared in `%T'"
16368 msgstr ""
16370 #. There are two many template parameter lists.
16371 #: cp/pt.c:1750
16372 msgid "too many template parameter lists in declaration of `%T'"
16373 msgstr ""
16375 #: cp/pt.c:1846
16376 msgid " shadows template parm `%#D'"
16377 msgstr ""
16379 #: cp/pt.c:2250
16380 msgid "template parameters not used in partial specialization:"
16381 msgstr ""
16383 #: cp/pt.c:2254
16384 msgid "        `%D'"
16385 msgstr ""
16387 #: cp/pt.c:2266
16388 msgid "partial specialization `%T' does not specialize any template arguments"
16389 msgstr ""
16391 #: cp/pt.c:2291
16392 #, c-format
16393 msgid "template argument `%E' involves template parameter(s)"
16394 msgstr ""
16396 #: cp/pt.c:2335
16397 msgid "type `%T' of template argument `%E' depends on template parameter(s)"
16398 msgstr ""
16400 #: cp/pt.c:2423
16401 msgid "no default argument for `%D'"
16402 msgstr ""
16404 #: cp/pt.c:2576
16405 msgid "template with C linkage"
16406 msgstr ""
16408 #: cp/pt.c:2579
16409 msgid "template class without a name"
16410 msgstr ""
16412 #: cp/pt.c:2656
16413 msgid "`%D' does not declare a template type"
16414 msgstr ""
16416 #: cp/pt.c:2662
16417 msgid "template definition of non-template `%#D'"
16418 msgstr ""
16420 #: cp/pt.c:2703
16421 msgid "expected %d levels of template parms for `%#D', got %d"
16422 msgstr ""
16424 #: cp/pt.c:2715
16425 msgid "got %d template parameters for `%#D'"
16426 msgstr ""
16428 #: cp/pt.c:2718
16429 msgid "got %d template parameters for `%#T'"
16430 msgstr ""
16432 #: cp/pt.c:2720
16433 #, c-format
16434 msgid "  but %d required"
16435 msgstr ""
16437 #: cp/pt.c:2803
16438 msgid "`%T' is not a template type"
16439 msgstr ""
16441 #: cp/pt.c:2819
16442 msgid "previous declaration `%D'"
16443 msgstr ""
16445 #: cp/pt.c:2820
16446 #, c-format
16447 msgid "used %d template parameter%s instead of %d"
16448 msgstr ""
16450 #: cp/pt.c:2836
16451 msgid "template parameter `%#D'"
16452 msgstr ""
16454 #: cp/pt.c:2837
16455 msgid "redeclared here as `%#D'"
16456 msgstr ""
16458 #. We have in [temp.param]:
16460 #. A template-parameter may not be given default arguments
16461 #. by two different declarations in the same scope.
16462 #: cp/pt.c:2847
16463 msgid "redefinition of default argument for `%#D'"
16464 msgstr ""
16466 #: cp/pt.c:2848
16467 msgid "  original definition appeared here"
16468 msgstr ""
16470 #: cp/pt.c:2941
16471 #, c-format
16472 msgid "`%E' is not a valid template argument"
16473 msgstr ""
16475 #: cp/pt.c:2945
16476 msgid "it must be the address of a function with external linkage"
16477 msgstr ""
16479 #: cp/pt.c:2947
16480 msgid "it must be the address of an object with external linkage"
16481 msgstr ""
16483 #: cp/pt.c:2951
16484 msgid "it must be a pointer-to-member of the form `&X::Y'"
16485 msgstr ""
16487 #: cp/pt.c:2962
16488 #, c-format
16489 msgid "string literal %E is not a valid template argument because it is the address of an object with static linkage"
16490 msgstr ""
16492 #: cp/pt.c:2974
16493 #, c-format
16494 msgid "address of non-extern `%E' cannot be used as template argument"
16495 msgstr ""
16497 #: cp/pt.c:2985
16498 #, c-format
16499 msgid "non-constant `%E' cannot be used as template argument"
16500 msgstr ""
16502 #: cp/pt.c:2992
16503 #, c-format
16504 msgid "object `%E' cannot be used as template argument"
16505 msgstr ""
16507 #: cp/pt.c:3367
16508 #, c-format
16509 msgid "to refer to a type member of a template parameter, use `typename %E'"
16510 msgstr ""
16512 #: cp/pt.c:3380 cp/pt.c:3396 cp/pt.c:3435
16513 msgid "type/value mismatch at argument %d in template parameter list for `%D'"
16514 msgstr ""
16516 #: cp/pt.c:3383
16517 msgid "  expected a constant of type `%T', got `%T'"
16518 msgstr ""
16520 #: cp/pt.c:3387
16521 #, c-format
16522 msgid "  expected a type, got `%E'"
16523 msgstr ""
16525 #: cp/pt.c:3399
16526 msgid "  expected a type, got `%T'"
16527 msgstr ""
16529 #: cp/pt.c:3401
16530 msgid "  expected a class template, got `%T'"
16531 msgstr ""
16533 #: cp/pt.c:3437
16534 msgid "  expected a template of type `%D', got `%D'"
16535 msgstr ""
16537 #: cp/pt.c:3459
16538 msgid "template-argument `%T' uses anonymous type"
16539 msgstr ""
16541 #: cp/pt.c:3462
16542 msgid "template-argument `%T' uses local type `%T'"
16543 msgstr ""
16545 #: cp/pt.c:3472
16546 msgid "template-argument `%T' is a variably modified type"
16547 msgstr ""
16549 #: cp/pt.c:3507
16550 msgid "could not convert template argument `%E' to `%T'"
16551 msgstr ""
16553 #: cp/pt.c:3551
16554 #, c-format
16555 msgid "wrong number of template arguments (%d, should be %d)"
16556 msgstr ""
16558 #: cp/pt.c:3555
16559 msgid "provided for `%D'"
16560 msgstr ""
16562 #: cp/pt.c:3602
16563 #, c-format
16564 msgid "template argument %d is invalid"
16565 msgstr ""
16567 #: cp/pt.c:3837
16568 msgid "non-template used as template"
16569 msgstr ""
16571 #: cp/pt.c:3968
16572 msgid "`%T' is not a template"
16573 msgstr ""
16575 #: cp/pt.c:3981
16576 msgid "non-template type `%T' used as a template"
16577 msgstr ""
16579 #: cp/pt.c:3983
16580 msgid "for template declaration `%D'"
16581 msgstr ""
16583 #: cp/pt.c:4598
16584 msgid "template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN to increase the maximum) instantiating `%D'"
16585 msgstr ""
16587 #: cp/pt.c:5074
16588 msgid "ambiguous class template instantiation for `%#T'"
16589 msgstr ""
16591 #: cp/pt.c:5081
16592 msgid "%s %+#T"
16593 msgstr ""
16595 #: cp/pt.c:6104 cp/pt.c:6214
16596 msgid "instantiation of `%D' as type `%T'"
16597 msgstr ""
16599 #: cp/pt.c:6258
16600 msgid "invalid parameter type `%T'"
16601 msgstr ""
16603 #: cp/pt.c:6260
16604 msgid "in declaration `%D'"
16605 msgstr ""
16607 #: cp/pt.c:6335
16608 msgid "creating pointer to member function of non-class type `%T'"
16609 msgstr ""
16611 #: cp/pt.c:6498
16612 msgid "creating array with size zero"
16613 msgstr ""
16615 #: cp/pt.c:6512
16616 #, c-format
16617 msgid "creating array with size zero (`%E')"
16618 msgstr ""
16620 #: cp/pt.c:6751
16621 msgid "forming reference to void"
16622 msgstr ""
16624 #: cp/pt.c:6753
16625 msgid "forming %s to reference type `%T'"
16626 msgstr ""
16628 #: cp/pt.c:6791
16629 msgid "creating pointer to member of non-class type `%T'"
16630 msgstr ""
16632 #: cp/pt.c:6797
16633 msgid "creating pointer to member reference type `%T'"
16634 msgstr ""
16636 #: cp/pt.c:6875
16637 msgid "creating array of `%T'"
16638 msgstr ""
16640 #: cp/pt.c:6918
16641 msgid "`%T' is not a class, struct, or union type"
16642 msgstr ""
16644 #: cp/pt.c:7028
16645 #, c-format
16646 msgid "use of `%s' in template"
16647 msgstr ""
16649 #: cp/pt.c:7790
16650 msgid "type `%T' composed from a local class is not a valid template-argument"
16651 msgstr ""
16653 #: cp/pt.c:7791
16654 msgid "  trying to instantiate `%D'"
16655 msgstr ""
16657 #: cp/pt.c:8230
16658 msgid "incomplete type unification"
16659 msgstr ""
16661 #: cp/pt.c:9178
16662 #, c-format
16663 msgid "use of `%s' in template type unification"
16664 msgstr ""
16666 #: cp/pt.c:9596 cp/pt.c:9668
16667 msgid "explicit instantiation of non-template `%#D'"
16668 msgstr ""
16670 #: cp/pt.c:9612 cp/pt.c:9663
16671 msgid "no matching template for `%D' found"
16672 msgstr ""
16674 #: cp/pt.c:9618
16675 msgid "explicit instantiation of `%#D'"
16676 msgstr ""
16678 #: cp/pt.c:9655
16679 msgid "duplicate explicit instantiation of `%#D'"
16680 msgstr ""
16682 #: cp/pt.c:9680
16683 msgid "ISO C++ forbids the use of `extern' on explicit instantiations"
16684 msgstr ""
16686 #: cp/pt.c:9684 cp/pt.c:9762
16687 msgid "storage class `%D' applied to template instantiation"
16688 msgstr ""
16690 #: cp/pt.c:9729
16691 msgid "explicit instantiation of non-template type `%T'"
16692 msgstr ""
16694 #: cp/pt.c:9743
16695 msgid "explicit instantiation of `%#T' before definition of template"
16696 msgstr ""
16698 #: cp/pt.c:9751
16699 #, c-format
16700 msgid "ISO C++ forbids the use of `%s' on explicit instantiations"
16701 msgstr ""
16703 #: cp/pt.c:9795
16704 msgid "duplicate explicit instantiation of `%#T'"
16705 msgstr ""
16707 #: cp/pt.c:10177
16708 msgid "explicit instantiation of `%D' but no definition available"
16709 msgstr ""
16711 #: cp/pt.c:10551
16712 msgid "`%#T' is not a valid type for a template constant parameter"
16713 msgstr ""
16715 #: cp/repo.c:271
16716 msgid "-frepo must be used with -c"
16717 msgstr ""
16719 #: cp/repo.c:361
16720 #, c-format
16721 msgid "mysterious repository information in %s"
16722 msgstr ""
16724 #: cp/repo.c:376
16725 #, c-format
16726 msgid "can't create repository information file `%s'"
16727 msgstr ""
16729 #: cp/rtti.c:240
16730 msgid "cannot use typeid with -fno-rtti"
16731 msgstr ""
16733 #: cp/rtti.c:246
16734 msgid "must #include <typeinfo> before using typeid"
16735 msgstr ""
16737 #: cp/rtti.c:320
16738 msgid "cannot create type information for type `%T' because its size is variable"
16739 msgstr ""
16741 #: cp/rtti.c:585 cp/rtti.c:599
16742 msgid "dynamic_cast of `%#D' to `%#T' can never succeed"
16743 msgstr ""
16745 #: cp/rtti.c:675
16746 msgid "cannot dynamic_cast `%E' (of type `%#T') to type `%#T' (%s)"
16747 msgstr ""
16749 #: cp/search.c:348
16750 msgid "`%T' is an inaccessible base of `%T'"
16751 msgstr ""
16753 #: cp/search.c:358
16754 msgid "`%T' is an ambiguous base of `%T'"
16755 msgstr ""
16757 #: cp/search.c:1925
16758 msgid "adjusting pointers for covariant returns"
16759 msgstr ""
16761 #: cp/search.c:1929 cp/search.c:1936
16762 msgid "invalid covariant return type for `%#D'"
16763 msgstr ""
16765 #: cp/search.c:1930
16766 msgid "  overriding `%#D' (must be pointer or reference to class)"
16767 msgstr ""
16769 #: cp/search.c:1937
16770 msgid "  overriding `%#D' (must use pointer or reference)"
16771 msgstr ""
16773 #: cp/search.c:1942
16774 msgid "conflicting return type specified for `%#D'"
16775 msgstr ""
16777 #: cp/search.c:1943
16778 msgid "  overriding `%#D'"
16779 msgstr ""
16781 #: cp/search.c:1952
16782 #, c-format
16783 msgid "looser throw specifier for `%#F'"
16784 msgstr ""
16786 #: cp/search.c:1953
16787 #, c-format
16788 msgid "  overriding `%#F'"
16789 msgstr ""
16791 #. A static member function cannot match an inherited
16792 #. virtual member function.
16793 #: cp/search.c:2042
16794 msgid "`%#D' cannot be declared"
16795 msgstr ""
16797 #: cp/search.c:2043
16798 msgid "  since `%#D' declared in base class"
16799 msgstr ""
16801 #: cp/search.c:2184
16802 msgid "`%#D' needs a final overrider"
16803 msgstr ""
16805 #: cp/semantics.c:919
16806 #, c-format
16807 msgid "type of asm operand `%E' could not be determined"
16808 msgstr ""
16810 #: cp/semantics.c:1051
16811 msgid "ISO C++ does not permit named return values"
16812 msgstr ""
16814 #: cp/semantics.c:1060
16815 msgid "return identifier `%D' already in place"
16816 msgstr ""
16818 #: cp/semantics.c:1068
16819 msgid "can't redefine default return value for constructors"
16820 msgstr ""
16822 #: cp/semantics.c:1100
16823 msgid "only constructors take base initializers"
16824 msgstr ""
16826 #: cp/semantics.c:1342
16827 msgid "`this' is unavailable for static member functions"
16828 msgstr ""
16830 #: cp/semantics.c:1348
16831 msgid "invalid use of `this' in non-member function"
16832 msgstr ""
16834 #: cp/semantics.c:1350
16835 msgid "invalid use of `this' at top level"
16836 msgstr ""
16838 #: cp/semantics.c:1380
16839 msgid "calling type `%T' like a method"
16840 msgstr ""
16842 #: cp/semantics.c:1418
16843 msgid "destructor specifier `%T::~%T()' must have matching names"
16844 msgstr ""
16846 #: cp/semantics.c:1424
16847 msgid "`%E' is not of type `%T'"
16848 msgstr ""
16850 #: cp/semantics.c:1612
16851 msgid "template type parameters must use the keyword `class' or `typename'"
16852 msgstr ""
16854 #: cp/semantics.c:1651
16855 msgid "invalid default template argument"
16856 msgstr ""
16858 #: cp/semantics.c:1693
16859 msgid "definition of `%#T' inside template parameter list"
16860 msgstr ""
16862 #: cp/semantics.c:1709
16863 msgid "invalid definition of qualified type `%T'"
16864 msgstr ""
16866 #: cp/semantics.c:2051
16867 msgid "invalid base-class specification"
16868 msgstr ""
16870 #: cp/semantics.c:2060
16871 msgid "base class `%T' has cv qualifiers"
16872 msgstr ""
16874 #: cp/semantics.c:2091
16875 msgid "multiple declarators in template declaration"
16876 msgstr ""
16878 #: cp/spew.c:225
16879 #, c-format
16880 msgid "identifier name `%s' conflicts with GNU C++ internal naming strategy"
16881 msgstr ""
16883 #: cp/spew.c:1002 cp/spew.c:1336
16884 msgid "parse error at end of saved function text"
16885 msgstr ""
16887 #: cp/spew.c:1090 cp/spew.c:1178
16888 msgid "%Hend of file read inside definition"
16889 msgstr ""
16891 #: cp/spew.c:1121
16892 msgid "parse error in method specification"
16893 msgstr ""
16895 #: cp/spew.c:1161
16896 msgid "function body for constructor missing"
16897 msgstr ""
16899 #: cp/spew.c:1258
16900 msgid "%Hend of file read inside default argument"
16901 msgstr ""
16903 #: cp/spew.c:1415
16904 msgid "circular dependency in default args of `%#D'"
16905 msgstr ""
16907 #: cp/spew.c:1479
16908 msgid "invalid type `%T' for default argument to `%T'"
16909 msgstr ""
16911 #: cp/spew.c:1539
16912 #, c-format
16913 msgid "%s before `%s'"
16914 msgstr ""
16916 #: cp/spew.c:1541
16917 #, c-format
16918 msgid "%s before `%c'"
16919 msgstr ""
16921 #: cp/spew.c:1543
16922 #, c-format
16923 msgid "%s before `\\%o'"
16924 msgstr ""
16926 #: cp/spew.c:1546
16927 #, c-format
16928 msgid "%s before `%s' token"
16929 msgstr ""
16931 #: cp/tree.c:251 cp/tree.c:263
16932 #, c-format
16933 msgid "non-lvalue in %s"
16934 msgstr ""
16936 #: cp/tree.c:635
16937 msgid "`%V' qualifiers cannot be applied to `%T'"
16938 msgstr ""
16940 #: cp/tree.c:2012
16941 #, c-format
16942 msgid "`%s' attribute can only be applied to Java class definitions"
16943 msgstr ""
16945 #: cp/tree.c:2042
16946 #, c-format
16947 msgid "`%s' attribute can only be applied to class definitions"
16948 msgstr ""
16950 #: cp/tree.c:2048
16951 #, c-format
16952 msgid "`%s' is obsolete; g++ vtables are now COM-compatible by default"
16953 msgstr ""
16955 #: cp/tree.c:2073
16956 msgid "requested init_priority is not an integer constant"
16957 msgstr ""
16959 #: cp/tree.c:2094
16960 #, c-format
16961 msgid "can only use `%s' attribute on file-scope definitions of objects of class type"
16962 msgstr ""
16964 #: cp/tree.c:2102
16965 msgid "requested init_priority is out of range"
16966 msgstr ""
16968 #: cp/tree.c:2112
16969 msgid "requested init_priority is reserved for internal use"
16970 msgstr ""
16972 #: cp/tree.c:2122
16973 #, c-format
16974 msgid "`%s' attribute is not supported on this platform"
16975 msgstr ""
16977 #: cp/tree.c:2659
16978 #, c-format
16979 msgid "lang_* check: failed in %s, at %s:%d"
16980 msgstr ""
16982 #: cp/typeck.c:524
16983 #, c-format
16984 msgid "ISO C++ forbids %s between pointer of type `void *' and pointer-to-function"
16985 msgstr ""
16987 #: cp/typeck.c:545
16988 msgid "%s between distinct pointer types `%T' and `%T' lacks a cast"
16989 msgstr ""
16991 #: cp/typeck.c:1438
16992 msgid "ISO C++ prohibits conversion from `%#T' to `(...)'"
16993 msgstr ""
16995 #: cp/typeck.c:1516
16996 #, c-format
16997 msgid "invalid application of `%s' to a member function"
16998 msgstr ""
17000 #: cp/typeck.c:1522
17001 #, c-format
17002 msgid "invalid application of `%s' to non-static member"
17003 msgstr ""
17005 #: cp/typeck.c:1540
17006 msgid "sizeof applied to a bit-field"
17007 msgstr ""
17009 #: cp/typeck.c:1543
17010 msgid "ISO C++ forbids applying `sizeof' to an expression of function type"
17011 msgstr ""
17013 #: cp/typeck.c:1655
17014 msgid "invalid use of non-lvalue array"
17015 msgstr ""
17017 #: cp/typeck.c:1761
17018 msgid "deprecated conversion from string constant to `%T'"
17019 msgstr ""
17021 #: cp/typeck.c:1892 cp/typeck.c:2115
17022 msgid "request for member `%D' in `%E', which is of non-class type `%T'"
17023 msgstr ""
17025 #: cp/typeck.c:1918
17026 msgid "`%D' is not a member of `%T'"
17027 msgstr ""
17029 #: cp/typeck.c:1958 cp/typeck.c:1979
17030 msgid "invalid access to non-static data member `%D' of NULL object"
17031 msgstr ""
17033 #: cp/typeck.c:1960 cp/typeck.c:1981
17034 msgid "(perhaps the `offsetof' macro was used incorrectly)"
17035 msgstr ""
17037 #: cp/typeck.c:2161
17038 msgid "`%D::%D' is not a member of `%T'"
17039 msgstr ""
17041 #: cp/typeck.c:2187
17042 msgid "destructor specifier `%T::~%T' must have matching names"
17043 msgstr ""
17045 #: cp/typeck.c:2193
17046 msgid "type `%T' has no destructor"
17047 msgstr ""
17049 #: cp/typeck.c:2232
17050 msgid "`%D' is not a member template function"
17051 msgstr ""
17053 #. A pointer to incomplete type (other than cv void) can be
17054 #. dereferenced [expr.unary.op]/1
17055 #: cp/typeck.c:2326
17056 msgid "`%T' is not a pointer-to-object type"
17057 msgstr ""
17059 #: cp/typeck.c:2353
17060 #, c-format
17061 msgid "invalid use of `%s' on pointer to member"
17062 msgstr ""
17064 #: cp/typeck.c:2359
17065 msgid "invalid type argument"
17066 msgstr ""
17068 #: cp/typeck.c:2462
17069 msgid "ISO C++ forbids subscripting non-lvalue array"
17070 msgstr ""
17072 #: cp/typeck.c:2473
17073 msgid "subscripting array declared `register'"
17074 msgstr ""
17076 #: cp/typeck.c:2558
17077 #, c-format
17078 msgid "object missing in use of `%E'"
17079 msgstr ""
17081 #: cp/typeck.c:2663
17082 msgid "ISO C++ forbids calling `::main' from within program"
17083 msgstr ""
17085 #: cp/typeck.c:2688
17086 #, c-format
17087 msgid "must use .* or ->* to call pointer-to-member function in `%E (...)'"
17088 msgstr ""
17090 #: cp/typeck.c:2701
17091 #, c-format
17092 msgid "`%E' cannot be used as a function"
17093 msgstr ""
17095 #: cp/typeck.c:2826
17096 msgid "too many arguments to %s `%+#D'"
17097 msgstr ""
17099 #: cp/typeck.c:2867
17100 msgid "parameter type of called function is incomplete"
17101 msgstr ""
17103 #: cp/typeck.c:2930
17104 msgid "too few arguments to %s `%+#D'"
17105 msgstr ""
17107 #: cp/typeck.c:3058 cp/typeck.c:3068
17108 msgid "assuming cast to type `%T' from overloaded function"
17109 msgstr ""
17111 #: cp/typeck.c:3128
17112 #, c-format
17113 msgid "division by zero in `%E / 0'"
17114 msgstr ""
17116 #: cp/typeck.c:3130
17117 #, c-format
17118 msgid "division by zero in `%E / 0.'"
17119 msgstr ""
17121 #: cp/typeck.c:3160
17122 #, c-format
17123 msgid "division by zero in `%E %% 0'"
17124 msgstr ""
17126 #: cp/typeck.c:3162
17127 #, c-format
17128 msgid "division by zero in `%E %% 0.'"
17129 msgstr ""
17131 #: cp/typeck.c:3242
17132 #, c-format
17133 msgid "%s rotate count is negative"
17134 msgstr ""
17136 #: cp/typeck.c:3245
17137 #, c-format
17138 msgid "%s rotate count >= width of type"
17139 msgstr ""
17141 #: cp/typeck.c:3276 cp/typeck.c:3281 cp/typeck.c:3372 cp/typeck.c:3377
17142 msgid "ISO C++ forbids comparison between pointer and integer"
17143 msgstr ""
17145 #: cp/typeck.c:3555
17146 msgid "comparison between types `%#T' and `%#T'"
17147 msgstr ""
17149 #: cp/typeck.c:3591
17150 msgid "comparison between signed and unsigned integer expressions"
17151 msgstr ""
17153 #: cp/typeck.c:3656
17154 msgid "invalid operands of types `%T' and `%T' to binary `%O'"
17155 msgstr ""
17157 #. Some sort of arithmetic operation involving NULL was
17158 #. performed.  Note that pointer-difference and pointer-addition
17159 #. have already been handled above, and so we don't end up here in
17160 #. that case.
17161 #: cp/typeck.c:3678
17162 msgid "NULL used in arithmetic"
17163 msgstr ""
17165 #: cp/typeck.c:3745
17166 msgid "ISO C++ forbids using pointer of type `void *' in subtraction"
17167 msgstr ""
17169 #: cp/typeck.c:3747
17170 msgid "ISO C++ forbids using pointer to a function in subtraction"
17171 msgstr ""
17173 #: cp/typeck.c:3749
17174 msgid "ISO C++ forbids using pointer to a method in subtraction"
17175 msgstr ""
17177 #: cp/typeck.c:3751
17178 msgid "ISO C++ forbids using pointer to a member in subtraction"
17179 msgstr ""
17181 #: cp/typeck.c:3763
17182 msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
17183 msgstr ""
17185 #: cp/typeck.c:3823
17186 #, c-format
17187 msgid "invalid use of '%E' to form a pointer-to-member-function.  Use a qualified-id."
17188 msgstr ""
17190 #: cp/typeck.c:3829
17191 #, c-format
17192 msgid "parenthesis around '%E' cannot be used to form a pointer-to-member-function"
17193 msgstr ""
17195 #: cp/typeck.c:3852
17196 msgid "taking address of temporary"
17197 msgstr ""
17199 #: cp/typeck.c:4055
17200 #, c-format
17201 msgid "ISO C++ forbids %sing an enum"
17202 msgstr ""
17204 #: cp/typeck.c:4067
17205 msgid "cannot %s a pointer to incomplete type `%T'"
17206 msgstr ""
17208 #: cp/typeck.c:4074
17209 msgid "ISO C++ forbids %sing a pointer of type `%T'"
17210 msgstr ""
17212 #: cp/typeck.c:4099
17213 msgid "cast to non-reference type used as lvalue"
17214 msgstr ""
17216 #: cp/typeck.c:4133
17217 msgid "invalid use of `--' on bool variable `%D'"
17218 msgstr ""
17220 #. ARM $3.4
17221 #: cp/typeck.c:4166
17222 msgid "ISO C++ forbids taking address of function `::main'"
17223 msgstr ""
17225 #. An expression like &memfn.
17226 #: cp/typeck.c:4233
17227 msgid "ISO C++ forbids taking the address of an unqualified non-static member function to form a pointer to member function.  Say `&%T::%D'"
17228 msgstr ""
17230 #: cp/typeck.c:4235
17231 msgid "ISO C++ forbids taking the address of a bound member function to form a pointer to member function.  Say `&%T::%D'"
17232 msgstr ""
17234 #: cp/typeck.c:4259
17235 msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
17236 msgstr ""
17238 #: cp/typeck.c:4290
17239 msgid "attempt to take address of bit-field structure member `%D'"
17240 msgstr ""
17242 #: cp/typeck.c:4418
17243 msgid "taking address of destructor"
17244 msgstr ""
17246 #: cp/typeck.c:4431
17247 msgid "taking address of bound pointer-to-member expression"
17248 msgstr ""
17250 #: cp/typeck.c:4447
17251 msgid "cannot create pointer to reference member `%D'"
17252 msgstr ""
17254 #: cp/typeck.c:4510
17255 msgid "cannot take the address of `this', which is an rvalue expression"
17256 msgstr ""
17258 #: cp/typeck.c:4529
17259 msgid "address requested for `%D', which is declared `register'"
17260 msgstr ""
17262 #: cp/typeck.c:4750
17263 msgid "static_cast from type `%T' to type `%T' casts away constness"
17264 msgstr ""
17266 #: cp/typeck.c:4758
17267 msgid "invalid static_cast from type `%T' to type `%T'"
17268 msgstr ""
17270 #: cp/typeck.c:4797
17271 msgid "invalid reinterpret_cast of an rvalue expression of type `%T' to type `%T'"
17272 msgstr ""
17274 #: cp/typeck.c:4817
17275 msgid "reinterpret_cast from `%T' to `%T' loses precision"
17276 msgstr ""
17278 #: cp/typeck.c:4830
17279 msgid "reinterpret_cast from `%T' to `%T' casts away const (or volatile)"
17280 msgstr ""
17282 #: cp/typeck.c:4839
17283 msgid "ISO C++ forbids casting between pointer-to-function and pointer-to-object"
17284 msgstr ""
17286 #: cp/typeck.c:4845
17287 msgid "invalid reinterpret_cast from type `%T' to type `%T'"
17288 msgstr ""
17290 #: cp/typeck.c:4872
17291 msgid "invalid use of const_cast with type `%T', which is not a pointer, reference, nor a pointer-to-data-member type"
17292 msgstr ""
17294 #: cp/typeck.c:4875
17295 msgid "invalid use of const_cast with type `%T', which is a pointer or reference to a function type"
17296 msgstr ""
17298 #: cp/typeck.c:4898
17299 msgid "invalid const_cast of an rvalue of type `%T' to type `%T'"
17300 msgstr ""
17302 #: cp/typeck.c:4914
17303 msgid "invalid const_cast from type `%T' to type `%T'"
17304 msgstr ""
17306 #: cp/typeck.c:4956 cp/typeck.c:4961
17307 msgid "ISO C++ forbids casting to an array type `%T'"
17308 msgstr ""
17310 #: cp/typeck.c:4969
17311 msgid "invalid cast to function type `%T'"
17312 msgstr ""
17314 #: cp/typeck.c:5021
17315 msgid "cast from `%T' to `%T' discards qualifiers from pointer target type"
17316 msgstr ""
17318 #: cp/typeck.c:5067
17319 msgid "cast from `%T' to `%T' increases required alignment of target type"
17320 msgstr ""
17322 #: cp/typeck.c:5235
17323 msgid "  in evaluation of `%Q(%#T, %#T)'"
17324 msgstr ""
17326 #: cp/typeck.c:5277
17327 msgid "ISO C++ forbids cast to non-reference type used as lvalue"
17328 msgstr ""
17330 #: cp/typeck.c:5349
17331 msgid "incompatible types in assignment of `%T' to `%T'"
17332 msgstr ""
17334 #: cp/typeck.c:5356
17335 msgid "ISO C++ forbids assignment of arrays"
17336 msgstr ""
17338 #: cp/typeck.c:5499
17339 msgid "   in pointer to member function conversion"
17340 msgstr ""
17342 #: cp/typeck.c:5507
17343 msgid "   in pointer to member conversion"
17344 msgstr ""
17346 #. This is a reinterpret cast, we choose to do nothing.
17347 #: cp/typeck.c:5518 cp/typeck.c:5537
17348 msgid "pointer to member cast via virtual base `%T' of `%T'"
17349 msgstr ""
17351 #: cp/typeck.c:5541
17352 msgid "pointer to member conversion via virtual base `%T' of `%T'"
17353 msgstr ""
17355 #: cp/typeck.c:5611
17356 msgid "invalid conversion to type `%T' from type `%T'"
17357 msgstr ""
17359 #: cp/typeck.c:5776
17360 msgid "passing NULL used for non-pointer %s %P of `%D'"
17361 msgstr ""
17363 #: cp/typeck.c:5779
17364 msgid "%s to non-pointer type `%T' from NULL"
17365 msgstr ""
17367 #: cp/typeck.c:5787
17368 msgid "passing `%T' for %s %P of `%D'"
17369 msgstr ""
17371 #: cp/typeck.c:5790
17372 msgid "%s to `%T' from `%T'"
17373 msgstr ""
17375 #: cp/typeck.c:5800
17376 msgid "passing negative value `%E' for %s %P of `%D'"
17377 msgstr ""
17379 #: cp/typeck.c:5803
17380 msgid "%s of negative value `%E' to `%T'"
17381 msgstr ""
17383 #: cp/typeck.c:5898
17384 msgid "cannot convert `%T' to `%T' for argument `%P' to `%D'"
17385 msgstr ""
17387 #: cp/typeck.c:5901
17388 msgid "cannot convert `%T' to `%T' in %s"
17389 msgstr ""
17391 #: cp/typeck.c:5988 cp/typeck.c:5990
17392 msgid "in passing argument %P of `%+D'"
17393 msgstr ""
17395 #: cp/typeck.c:6105
17396 msgid "returning reference to temporary"
17397 msgstr ""
17399 #: cp/typeck.c:6112
17400 msgid "reference to non-lvalue returned"
17401 msgstr ""
17403 #: cp/typeck.c:6124
17404 msgid "reference to local variable `%D' returned"
17405 msgstr ""
17407 #: cp/typeck.c:6127
17408 msgid "address of local variable `%D' returned"
17409 msgstr ""
17411 #: cp/typeck.c:6158
17412 msgid "returning a value from a destructor"
17413 msgstr ""
17415 #. If a return statement appears in a handler of the
17416 #. function-try-block of a constructor, the program is ill-formed.
17417 #: cp/typeck.c:6166
17418 msgid "cannot return from a handler of a function-try-block of a constructor"
17419 msgstr ""
17421 #. You can't return a value from a constructor.
17422 #: cp/typeck.c:6169
17423 msgid "returning a value from a constructor"
17424 msgstr ""
17426 #: cp/typeck.c:6186
17427 msgid "return-statement with no value, in function declared with a non-void return type"
17428 msgstr ""
17430 #: cp/typeck.c:6202
17431 msgid "return-statement with a value, in function declared with a void return type"
17432 msgstr ""
17434 #: cp/typeck.c:6223
17435 msgid "`operator new' must not return NULL unless it is declared `throw()' (or -fcheck-new is in effect)"
17436 msgstr ""
17438 #: cp/typeck2.c:54
17439 msgid "type `%T' is not a base type for type `%T'"
17440 msgstr ""
17442 #: cp/typeck2.c:151
17443 msgid "cannot declare variable `%D' to be of type `%T'"
17444 msgstr ""
17446 #: cp/typeck2.c:154
17447 msgid "cannot declare parameter `%D' to be of type `%T'"
17448 msgstr ""
17450 #: cp/typeck2.c:157
17451 msgid "cannot declare field `%D' to be of type `%T'"
17452 msgstr ""
17454 #: cp/typeck2.c:161
17455 msgid "invalid return type for member function `%#D'"
17456 msgstr ""
17458 #: cp/typeck2.c:163
17459 msgid "invalid return type for function `%#D'"
17460 msgstr ""
17462 #: cp/typeck2.c:166
17463 msgid "cannot allocate an object of type `%T'"
17464 msgstr ""
17466 #: cp/typeck2.c:173
17467 msgid "  because the following virtual functions are abstract:"
17468 msgstr ""
17470 #: cp/typeck2.c:175
17471 msgid "\t%#D"
17472 msgstr ""
17474 #: cp/typeck2.c:178
17475 msgid "  since type `%T' has abstract virtual functions"
17476 msgstr ""
17478 #: cp/typeck2.c:331
17479 msgid "constructor syntax used, but no constructor declared for type `%T'"
17480 msgstr ""
17482 #: cp/typeck2.c:342
17483 msgid "comma expression used to initialize return value"
17484 msgstr ""
17486 #: cp/typeck2.c:351
17487 msgid "cannot initialize arrays using this syntax"
17488 msgstr ""
17490 #: cp/typeck2.c:406
17491 msgid "ISO C++ forbids non-constant aggregate initializer expressions"
17492 msgstr ""
17494 #: cp/typeck2.c:490
17495 msgid "initializing array with parameter list"
17496 msgstr ""
17498 #: cp/typeck2.c:546
17499 msgid "initializer for scalar variable requires one element"
17500 msgstr ""
17502 #: cp/typeck2.c:553
17503 msgid "braces around scalar initializer for `%T'"
17504 msgstr ""
17506 #: cp/typeck2.c:556
17507 msgid "ignoring extra initializers for `%T'"
17508 msgstr ""
17510 #: cp/typeck2.c:568
17511 msgid "variable-sized object of type `%T' may not be initialized"
17512 msgstr ""
17514 #: cp/typeck2.c:578
17515 msgid "subobject of type `%T' must be initialized by constructor, not by `%E'"
17516 msgstr ""
17518 #: cp/typeck2.c:644
17519 msgid "aggregate has a partly bracketed initializer"
17520 msgstr ""
17522 #: cp/typeck2.c:682 cp/typeck2.c:786
17523 msgid "non-trivial labeled initializers"
17524 msgstr ""
17526 #: cp/typeck2.c:699
17527 msgid "non-empty initializer for array of empty elements"
17528 msgstr ""
17530 #: cp/typeck2.c:752
17531 msgid "initializer list for object of class with virtual base classes"
17532 msgstr ""
17534 #: cp/typeck2.c:758
17535 msgid "initializer list for object of class with base classes"
17536 msgstr ""
17538 #: cp/typeck2.c:764
17539 msgid "initializer list for object using virtual functions"
17540 msgstr ""
17542 #: cp/typeck2.c:827 cp/typeck2.c:843
17543 msgid "missing initializer for member `%D'"
17544 msgstr ""
17546 #: cp/typeck2.c:832
17547 msgid "uninitialized const member `%D'"
17548 msgstr ""
17550 #: cp/typeck2.c:834
17551 msgid "member `%D' with uninitialized const fields"
17552 msgstr ""
17554 #: cp/typeck2.c:837
17555 msgid "member `%D' is uninitialized reference"
17556 msgstr ""
17558 #: cp/typeck2.c:883
17559 msgid "index value instead of field name in union initializer"
17560 msgstr ""
17562 #: cp/typeck2.c:895
17563 msgid "no field `%D' in union being initialized"
17564 msgstr ""
17566 #: cp/typeck2.c:903
17567 msgid "union `%T' with no named members cannot be initialized"
17568 msgstr ""
17570 #: cp/typeck2.c:939
17571 msgid "excess elements in aggregate initializer"
17572 msgstr ""
17574 #: cp/typeck2.c:1053
17575 msgid "circular pointer delegation detected"
17576 msgstr ""
17578 #: cp/typeck2.c:1066
17579 msgid "base operand of `->' has non-pointer type `%T'"
17580 msgstr ""
17582 #: cp/typeck2.c:1080
17583 msgid "result of `operator->()' yields non-pointer result"
17584 msgstr ""
17586 #: cp/typeck2.c:1082
17587 msgid "base operand of `->' is not a pointer"
17588 msgstr ""
17590 #: cp/typeck2.c:1148
17591 msgid "`%E' cannot be used as a member pointer, since it is of type `%T'"
17592 msgstr ""
17594 #: cp/typeck2.c:1155
17595 msgid "cannot apply member pointer `%E' to `%E', which is of non-aggregate type `%T'"
17596 msgstr ""
17598 #: cp/typeck2.c:1164
17599 msgid "member type `%T::' incompatible with object type `%T'"
17600 msgstr ""
17602 #: cp/typeck2.c:1201
17603 msgid "`%T' fails to be a typedef or built-in type"
17604 msgstr ""
17606 #: cp/typeck2.c:1274
17607 #, c-format
17608 msgid "ISO C++ forbids defining types within %s"
17609 msgstr ""
17611 #: cp/typeck2.c:1399
17612 msgid "call to function `%D' which throws incomplete type `%#T'"
17613 msgstr ""
17615 #: cp/typeck2.c:1402
17616 msgid "call to function which throws incomplete type `%#T'"
17617 msgstr ""
17619 #. XXX Not i18n clean.
17620 #: cp/cp-tree.h:3846
17621 #, c-format
17622 msgid "%s is deprecated, please see the documentation for details"
17623 msgstr ""
17625 #: cp/lang-options.h:29
17626 msgid "Do not obey access control semantics"
17627 msgstr ""
17629 #: cp/lang-options.h:31
17630 msgid "Change when template instances are emitted"
17631 msgstr ""
17633 #: cp/lang-options.h:36
17634 msgid "Check the return value of new"
17635 msgstr ""
17637 #: cp/lang-options.h:39
17638 msgid "Reduce size of object files"
17639 msgstr ""
17641 #: cp/lang-options.h:43
17642 msgid "Make string literals `char[]' instead of `const char[]'"
17643 msgstr ""
17645 #: cp/lang-options.h:46
17646 msgid "Dump the entire translation unit to a file"
17647 msgstr ""
17649 #: cp/lang-options.h:48
17650 msgid "Do not inline member functions by default"
17651 msgstr ""
17653 #: cp/lang-options.h:51
17654 msgid "Do not generate run time type descriptor information"
17655 msgstr ""
17657 #: cp/lang-options.h:56
17658 msgid "Do not generate code to check exception specifications"
17659 msgstr ""
17661 #: cp/lang-options.h:61
17662 msgid "Scope of for-init-statement vars extends outside"
17663 msgstr ""
17665 #: cp/lang-options.h:64
17666 msgid "Do not recognize GNU defined keywords"
17667 msgstr ""
17669 #: cp/lang-options.h:68
17670 msgid "Enable support for huge objects"
17671 msgstr ""
17673 #: cp/lang-options.h:72
17674 msgid "Export functions even if they can be inlined"
17675 msgstr ""
17677 #: cp/lang-options.h:75
17678 msgid "Only emit explicit template instatiations"
17679 msgstr ""
17681 #: cp/lang-options.h:78
17682 msgid "Only emit explicit instatiations of inline templates"
17683 msgstr ""
17685 #: cp/lang-options.h:84
17686 msgid "Don't pedwarn about uses of Microsoft extensions"
17687 msgstr ""
17689 #: cp/lang-options.h:87
17690 msgid "Recognize and/bitand/bitor/compl/not/or/xor"
17691 msgstr ""
17693 #: cp/lang-options.h:91
17694 msgid "Disable optional diagnostics"
17695 msgstr ""
17697 #: cp/lang-options.h:93
17698 msgid "Downgrade conformance errors to warnings"
17699 msgstr ""
17701 #: cp/lang-options.h:96
17702 msgid "Enable automatic template instantiation"
17703 msgstr ""
17705 #: cp/lang-options.h:101
17706 msgid "Display statistics accumulated during compilation"
17707 msgstr ""
17709 #: cp/lang-options.h:104
17710 msgid "Specify maximum template instantiation depth"
17711 msgstr ""
17713 #: cp/lang-options.h:106
17714 msgid "Use __cxa_atexit to register destructors"
17715 msgstr ""
17717 #: cp/lang-options.h:109
17718 msgid "Discard unused virtual functions"
17719 msgstr ""
17721 #: cp/lang-options.h:112
17722 msgid "Implement vtables using thunks"
17723 msgstr ""
17725 #: cp/lang-options.h:115
17726 msgid "Emit common-like symbols as weak symbols"
17727 msgstr ""
17729 #: cp/lang-options.h:118
17730 msgid "Emit cross referencing information"
17731 msgstr ""
17733 #: cp/lang-options.h:122
17734 msgid "Warn about inconsistent return types"
17735 msgstr ""
17737 #: cp/lang-options.h:125
17738 msgid "Warn about overloaded virtual function names"
17739 msgstr ""
17741 #: cp/lang-options.h:129
17742 msgid "Don't warn when all ctors/dtors are private"
17743 msgstr ""
17745 #: cp/lang-options.h:131
17746 msgid "Warn about non virtual destructors"
17747 msgstr ""
17749 #: cp/lang-options.h:134
17750 msgid "Warn when a function is declared extern, then inline"
17751 msgstr ""
17753 #: cp/lang-options.h:137
17754 msgid "Warn when the compiler reorders code"
17755 msgstr ""
17757 #: cp/lang-options.h:140
17758 msgid "Warn when synthesis behavior differs from Cfront"
17759 msgstr ""
17761 #: cp/lang-options.h:144
17762 msgid "Don't warn when type converting pointers to member functions"
17763 msgstr ""
17765 #: cp/lang-options.h:146
17766 msgid "Warn about violations of Effective C++ style rules"
17767 msgstr ""
17769 #: cp/lang-options.h:149
17770 msgid "Warn when overload promotes from unsigned to signed"
17771 msgstr ""
17773 #: cp/lang-options.h:152
17774 msgid "Warn if a C style cast is used in a program"
17775 msgstr ""
17777 #: cp/lang-options.h:156
17778 msgid "Don't warn when non-templatized friend functions are declared within a template"
17779 msgstr ""
17781 #: cp/lang-options.h:159
17782 msgid "Don't announce deprecation of compiler features"
17783 msgstr ""
17785 #: f/bad.c:387
17786 msgid "note:"
17787 msgstr ""
17789 #: f/bad.c:391
17790 msgid "warning:"
17791 msgstr ""
17793 #: f/bad.c:395
17794 msgid "fatal:"
17795 msgstr ""
17797 #: f/bad.c:437
17798 msgid "(continued):"
17799 msgstr ""
17801 #: f/bad.c:487 f/bad.c:505
17802 msgid "[REPORT BUG!!] %"
17803 msgstr ""
17805 #: f/bad.c:494 f/bad.c:526
17806 msgid "[REPORT BUG!!]"
17807 msgstr ""
17809 #: f/com.c:3132
17810 #, no-c-format
17811 msgid "ASSIGN'ed label cannot fit into `%A' at %0 -- using wider sibling"
17812 msgstr ""
17814 #: f/com.c:11551
17815 msgid "no INTEGER type can hold a pointer on this configuration"
17816 msgstr ""
17818 #: f/com.c:11772
17819 #, c-format
17820 msgid "configuration: REAL, INTEGER, and LOGICAL are %d bits wide,"
17821 msgstr ""
17823 #: f/com.c:11774
17824 #, c-format
17825 msgid "and pointers are %d bits wide, but g77 doesn't yet work"
17826 msgstr ""
17828 #: f/com.c:11776
17829 msgid "properly unless they all are 32 bits wide"
17830 msgstr ""
17832 #: f/com.c:11777
17833 msgid "Please keep this in mind before you report bugs."
17834 msgstr "Bitte bedenken Sie dies, wenn Sie einen Fehlerbericht einsenden."
17836 #. I/O will probably crash.
17837 #: f/com.c:11785
17838 #, c-format
17839 msgid "configuration: char * holds %d bits, but ftnlen only %d"
17840 msgstr ""
17842 #. ASSIGN 10 TO I will crash.
17843 #: f/com.c:11794
17844 #, c-format
17845 msgid ""
17846 "configuration: char * holds %d bits, but INTEGER only %d --\n"
17847 " ASSIGN statement might fail"
17848 msgstr ""
17850 #: f/com.c:13609
17851 msgid "In statement function"
17852 msgstr ""
17854 #: f/com.c:13619
17855 msgid "Outside of any program unit:\n"
17856 msgstr ""
17858 #: f/com.c:15248
17859 #, no-c-format
17860 msgid "%A from %B at %0%C"
17861 msgstr ""
17863 #: f/com.c:15425
17864 msgid "directory name must immediately follow -I"
17865 msgstr ""
17867 #: f/com.c:15568
17868 #, no-c-format
17869 msgid "At %0, INCLUDE file %A exists, but is not readable"
17870 msgstr ""
17872 #: f/com.c:15603
17873 #, no-c-format
17874 msgid "At %0, INCLUDE nesting too deep"
17875 msgstr ""
17877 #: f/expr.c:9614
17878 #, no-c-format
17879 msgid "Two arithmetic operators in a row at %0 and %1 -- use parentheses"
17880 msgstr ""
17882 #: f/expr.c:9664
17883 #, no-c-format
17884 msgid "Operator at %0 has lower precedence than that at %1 -- use parentheses"
17885 msgstr ""
17887 #: f/expr.c:10525
17888 #, no-c-format
17889 msgid "Use .EQV./.NEQV. instead of .EQ./.NE. at %0 for LOGICAL operands at %1 and %2"
17890 msgstr ""
17892 #: f/expr.c:10896
17893 #, no-c-format
17894 msgid "Unsupported operand for ** at %1 -- converting to default INTEGER"
17895 msgstr ""
17897 #: f/g77spec.c:255
17898 #, c-format
17899 msgid "overflowed output arg list for `%s'"
17900 msgstr ""
17902 #: f/g77spec.c:394
17903 msgid "--driver no longer supported"
17904 msgstr ""
17906 #: f/g77spec.c:407
17907 #, c-format
17908 msgid "argument to `%s' missing"
17909 msgstr ""
17911 #: f/g77spec.c:411
17912 msgid "no input files; unwilling to write output files"
17913 msgstr ""
17915 #: f/implic.c:203
17916 #, no-c-format
17917 msgid "Implicit declaration of `%A' at %0"
17918 msgstr ""
17920 #: f/lex.c:326
17921 #, no-c-format
17922 msgid "Non-ISO-C-standard escape sequence `\\%A' at %0"
17923 msgstr ""
17925 #: f/lex.c:345
17926 #, no-c-format
17927 msgid "Unknown escape sequence `\\%A' at %0"
17928 msgstr ""
17930 #: f/lex.c:354
17931 #, no-c-format
17932 msgid "Unterminated escape sequence `\\' at %0"
17933 msgstr ""
17935 #: f/lex.c:365
17936 #, no-c-format
17937 msgid "Unknown escape sequence `\\' followed by char code 0x%A at %0"
17938 msgstr ""
17940 #: f/lex.c:393
17941 #, no-c-format
17942 msgid "\\x used at %0 with no following hex digits"
17943 msgstr ""
17945 #: f/lex.c:407
17946 #, no-c-format
17947 msgid "Hex escape at %0 out of range"
17948 msgstr ""
17950 #: f/lex.c:441
17951 #, no-c-format
17952 msgid "Escape sequence at %0 out of range for character"
17953 msgstr ""
17955 #: f/lex.c:595
17956 msgid "hex escape out of range"
17957 msgstr ""
17959 #: f/lex.c:648
17960 #, c-format
17961 msgid "non-ANSI-standard escape sequence, `\\%c'"
17962 msgstr ""
17964 #: f/lex.c:661
17965 #, c-format
17966 msgid "non-ISO escape sequence `\\%c'"
17967 msgstr ""
17969 #: f/lex.c:665
17970 #, c-format
17971 msgid "unknown escape sequence `\\%c'"
17972 msgstr ""
17974 #: f/lex.c:667
17975 #, c-format
17976 msgid "unknown escape sequence: `\\' followed by char code 0x%x"
17977 msgstr ""
17979 #: f/lex.c:744
17980 msgid "badly formed directive -- no closing quote"
17981 msgstr ""
17983 #: f/lex.c:802
17984 msgid "#-lines for entering and leaving files don't match"
17985 msgstr ""
17987 #: f/lex.c:964
17988 msgid "bad directive -- missing close-quote"
17989 msgstr ""
17991 #: f/lex.c:1078
17992 #, c-format
17993 msgid "ignoring pragma: %s"
17994 msgstr ""
17996 #: f/lex.c:1156
17997 msgid "invalid #ident"
17998 msgstr ""
18000 #: f/lex.c:1173
18001 msgid "undefined or invalid # directive"
18002 msgstr ""
18004 #: f/lex.c:1229
18005 msgid "invalid #line"
18006 msgstr ""
18008 #: f/lex.c:1285 f/lex.c:1329
18009 msgid "use `#line ...' instead of `# ...' in first line"
18010 msgstr ""
18012 #: f/lex.c:1339
18013 msgid "invalid #-line"
18014 msgstr ""
18016 #: f/lex.c:1432
18017 #, no-c-format
18018 msgid "Null character at %0 -- line ignored"
18019 msgstr ""
18021 #: f/stb.c:12078
18022 #, no-c-format
18023 msgid "INCLUDE at %0 not the only statement on the source line"
18024 msgstr ""
18026 #: f/ste.c:1400 f/ste.c:1747
18027 msgid "ASSIGNed FORMAT specifier is too small"
18028 msgstr ""
18030 #. ~~~Someday handle CHARACTER*1, CHARACTER*N
18031 #: f/ste.c:2624
18032 #, no-c-format
18033 msgid "SELECT CASE on CHARACTER type (at %0) not supported -- sorry"
18034 msgstr ""
18036 #: f/ste.c:2953
18037 msgid "ASSIGN to variable that is too small"
18038 msgstr ""
18040 #: f/ste.c:2981
18041 msgid "ASSIGNed GOTO target variable is too small"
18042 msgstr ""
18044 #: f/stu.c:305
18045 #, no-c-format
18046 msgid "Local adjustable symbol `%A' at %0"
18047 msgstr ""
18049 #: f/target.c:2550
18050 msgid "data initializer on host with different endianness"
18051 msgstr ""
18053 #: f/top.c:237
18054 #, c-format
18055 msgid "%s no longer supported -- try -fvxt"
18056 msgstr ""
18058 #: f/top.c:239
18059 #, c-format
18060 msgid "%s no longer supported -- try -fno-vxt -ff90"
18061 msgstr ""
18063 #: f/top.c:307 f/top.c:309
18064 #, c-format
18065 msgid "%s disabled, use normal debugging flags"
18066 msgstr ""
18068 #: f/lang-options.h:33
18069 msgid "Print g77-specific compiler version info, run internal tests"
18070 msgstr ""
18072 #: f/lang-options.h:37
18073 msgid "Program is written in typical FORTRAN 66 dialect"
18074 msgstr ""
18076 #: f/lang-options.h:40
18077 msgid "Program is written in typical Unix f77 dialect"
18078 msgstr ""
18080 #: f/lang-options.h:42
18081 msgid "Program does not use Unix-f77 dialectal features"
18082 msgstr ""
18084 #: f/lang-options.h:44
18085 msgid "Program is written in Fortran-90-ish dialect"
18086 msgstr ""
18088 #: f/lang-options.h:48
18089 msgid "Treat local vars and COMMON blocks as if they were named in SAVE statements"
18090 msgstr ""
18092 #: f/lang-options.h:50
18093 msgid "Allow $ in symbol names"
18094 msgstr ""
18096 #: f/lang-options.h:54
18097 msgid "f2c-compatible code need not be generated"
18098 msgstr ""
18100 #: f/lang-options.h:57
18101 msgid "Unsupported; do not generate libf2c-calling code"
18102 msgstr ""
18104 #: f/lang-options.h:59
18105 msgid "Unsupported; affects code-generation of arrays"
18106 msgstr ""
18108 #: f/lang-options.h:62
18109 msgid "Program is written in Fortran-90-ish free form"
18110 msgstr ""
18112 #: f/lang-options.h:67
18113 msgid "Warn about use of (only a few for now) Fortran extensions"
18114 msgstr ""
18116 #: f/lang-options.h:70
18117 msgid "Program is written in VXT (Digital-like) FORTRAN"
18118 msgstr ""
18120 #: f/lang-options.h:73
18121 msgid "Disallow all ugly features"
18122 msgstr ""
18124 #: f/lang-options.h:76
18125 msgid "Hollerith and typeless constants not passed as arguments"
18126 msgstr ""
18128 #: f/lang-options.h:78
18129 msgid "Allow ordinary copying of ASSIGN'ed vars"
18130 msgstr ""
18132 #: f/lang-options.h:81
18133 msgid "Dummy array dimensioned to (1) is assumed-size"
18134 msgstr ""
18136 #: f/lang-options.h:84
18137 msgid "Trailing comma in procedure call denotes null argument"
18138 msgstr ""
18140 #: f/lang-options.h:87
18141 msgid "Allow REAL(Z) and AIMAG(Z) given DOUBLE COMPLEX Z"
18142 msgstr ""
18144 #: f/lang-options.h:91
18145 msgid "Initialization via DATA and PARAMETER is type-compatible"
18146 msgstr ""
18148 #: f/lang-options.h:93
18149 msgid "Allow INTEGER and LOGICAL interchangeability"
18150 msgstr ""
18152 #: f/lang-options.h:96
18153 msgid "Print internal debugging-related info"
18154 msgstr ""
18156 #: f/lang-options.h:99
18157 msgid "Initialize local vars and arrays to zero"
18158 msgstr ""
18160 #: f/lang-options.h:103
18161 msgid "Backslashes in character/hollerith constants not special (C-style)"
18162 msgstr ""
18164 #: f/lang-options.h:105
18165 msgid "Have front end emulate COMPLEX arithmetic to avoid bugs"
18166 msgstr ""
18168 #: f/lang-options.h:109
18169 msgid "Disable the appending of underscores to externals"
18170 msgstr ""
18172 #: f/lang-options.h:112
18173 msgid "Never append a second underscore to externals"
18174 msgstr ""
18176 #: f/lang-options.h:114
18177 msgid "Intrinsics spelled as e.g. SqRt"
18178 msgstr ""
18180 #: f/lang-options.h:116
18181 msgid "Intrinsics in uppercase"
18182 msgstr ""
18184 #: f/lang-options.h:119
18185 msgid "Intrinsics letters in arbitrary cases"
18186 msgstr ""
18188 #: f/lang-options.h:121
18189 msgid "Language keywords spelled as e.g. IOStat"
18190 msgstr ""
18192 #: f/lang-options.h:123
18193 msgid "Language keywords in uppercase"
18194 msgstr ""
18196 #: f/lang-options.h:126
18197 msgid "Language keyword letters in arbitrary cases"
18198 msgstr ""
18200 #: f/lang-options.h:128
18201 msgid "Internally convert most source to uppercase"
18202 msgstr ""
18204 #: f/lang-options.h:131
18205 msgid "Internally preserve source case"
18206 msgstr ""
18208 #: f/lang-options.h:133
18209 msgid "Symbol names spelled in mixed case"
18210 msgstr ""
18212 #: f/lang-options.h:135
18213 msgid "Symbol names in uppercase"
18214 msgstr ""
18216 #: f/lang-options.h:137
18217 msgid "Symbol names in lowercase"
18218 msgstr ""
18220 #: f/lang-options.h:140
18221 msgid "Program written in uppercase"
18222 msgstr ""
18224 #: f/lang-options.h:142
18225 msgid "Program written in lowercase"
18226 msgstr ""
18228 #: f/lang-options.h:144
18229 msgid "Program written in strict mixed-case"
18230 msgstr ""
18232 #: f/lang-options.h:146
18233 msgid "Compile as if program written in uppercase"
18234 msgstr ""
18236 #: f/lang-options.h:148
18237 msgid "Compile as if program written in lowercase"
18238 msgstr ""
18240 #: f/lang-options.h:150
18241 msgid "Preserve all spelling (case) used in program"
18242 msgstr ""
18244 #: f/lang-options.h:152
18245 msgid "Delete libU77 intrinsics with bad interfaces"
18246 msgstr ""
18248 #: f/lang-options.h:154
18249 msgid "Disable libU77 intrinsics with bad interfaces"
18250 msgstr ""
18252 #: f/lang-options.h:157
18253 msgid "Hide libU77 intrinsics with bad interfaces"
18254 msgstr ""
18256 #: f/lang-options.h:159
18257 msgid "Delete non-FORTRAN-77 intrinsics f2c supports"
18258 msgstr ""
18260 #: f/lang-options.h:161
18261 msgid "Disable non-FORTRAN-77 intrinsics f2c supports"
18262 msgstr ""
18264 #: f/lang-options.h:164
18265 msgid "Hide non-FORTRAN-77 intrinsics f2c supports"
18266 msgstr ""
18268 #: f/lang-options.h:166
18269 msgid "Delete non-FORTRAN-77 intrinsics F90 supports"
18270 msgstr ""
18272 #: f/lang-options.h:168
18273 msgid "Disable non-FORTRAN-77 intrinsics F90 supports"
18274 msgstr ""
18276 #: f/lang-options.h:171
18277 msgid "Hide non-FORTRAN-77 intrinsics F90 supports"
18278 msgstr ""
18280 #: f/lang-options.h:173
18281 msgid "Delete non-FORTRAN-77 intrinsics g77 supports"
18282 msgstr ""
18284 #: f/lang-options.h:175
18285 msgid "Disable non-FORTRAN 77 intrinsics F90 supports"
18286 msgstr ""
18288 #: f/lang-options.h:178
18289 msgid "Hide non-FORTRAN 77 intrinsics F90 supports"
18290 msgstr ""
18292 #: f/lang-options.h:180
18293 msgid "Delete MIL-STD 1753 intrinsics"
18294 msgstr ""
18296 #: f/lang-options.h:182
18297 msgid "Disable MIL-STD 1753 intrinsics"
18298 msgstr ""
18300 #: f/lang-options.h:185
18301 msgid "Hide MIL-STD 1753 intrinsics"
18302 msgstr ""
18304 #: f/lang-options.h:187
18305 msgid "Delete libU77 intrinsics"
18306 msgstr ""
18308 #: f/lang-options.h:189
18309 msgid "Disable libU77 intrinsics"
18310 msgstr ""
18312 #: f/lang-options.h:192
18313 msgid "Hide libU77 intrinsics"
18314 msgstr ""
18316 #: f/lang-options.h:194
18317 msgid "Delete non-FORTRAN-77 intrinsics VXT FORTRAN supports"
18318 msgstr ""
18320 #: f/lang-options.h:196
18321 msgid "Disable non-FORTRAN-77 intrinsics VXT FORTRAN supports"
18322 msgstr ""
18324 #: f/lang-options.h:199
18325 msgid "Hide non-FORTRAN-77 intrinsics VXT FORTRAN supports"
18326 msgstr ""
18328 #: f/lang-options.h:201
18329 msgid "Treat initial values of 0 like non-zero values"
18330 msgstr ""
18332 #: f/lang-options.h:204
18333 msgid "Emit special debugging information for COMMON and EQUIVALENCE (disabled)"
18334 msgstr ""
18336 #: f/lang-options.h:207
18337 msgid "Take at least one trip through each iterative DO loop"
18338 msgstr ""
18340 #: f/lang-options.h:211
18341 msgid "Print names of program units as they are compiled"
18342 msgstr ""
18344 #: f/lang-options.h:214
18345 msgid "Disable fatal diagnostics about inter-procedural problems"
18346 msgstr ""
18348 #: f/lang-options.h:216
18349 msgid "Make prefix-radix non-decimal constants be typeless"
18350 msgstr ""
18352 #: f/lang-options.h:219
18353 msgid "Generate code to check subscript and substring bounds"
18354 msgstr ""
18356 #: f/lang-options.h:222
18357 msgid "Fortran-specific form of -fbounds-check"
18358 msgstr ""
18360 #: f/lang-options.h:226
18361 msgid "Disable warnings about inter-procedural problems"
18362 msgstr ""
18364 #: f/lang-options.h:230
18365 msgid "Warn about constructs with surprising meanings"
18366 msgstr ""
18368 #: f/lang-options.h:235
18369 msgid "Add a directory for INCLUDE searching"
18370 msgstr ""
18372 #: f/lang-options.h:237
18373 msgid "Set the maximum line length"
18374 msgstr ""
18376 #: f/bad.def:39
18377 #, no-c-format
18378 msgid "Missing first operand for binary operator at %0"
18379 msgstr ""
18381 #: f/bad.def:42
18382 #, no-c-format
18383 msgid "Zero-length character constant at %0"
18384 msgstr ""
18386 #: f/bad.def:45
18387 #, no-c-format
18388 msgid "Invalid token at %0 in expression or subexpression at %1"
18389 msgstr ""
18391 #: f/bad.def:48
18392 #, no-c-format
18393 msgid "Missing operand for operator at %1 at end of expression at %0"
18394 msgstr ""
18396 #: f/bad.def:51
18397 #, no-c-format
18398 msgid "Label %A already defined at %1 when redefined at %0"
18399 msgstr ""
18401 #: f/bad.def:54
18402 #, no-c-format
18403 msgid "Unrecognized character at %0 [info -f g77 M LEX]"
18404 msgstr ""
18406 #: f/bad.def:57
18407 #, no-c-format
18408 msgid "Label definition %A at %0 on empty statement (as of %1)"
18409 msgstr ""
18411 #: f/bad.def:65
18412 #, no-c-format
18413 msgid "Invalid first character at %0 [info -f g77 M LEX]"
18414 msgstr ""
18416 #: f/bad.def:68
18417 #, no-c-format
18418 msgid "Line too long as of %0 [info -f g77 M LEX]"
18419 msgstr ""
18421 #: f/bad.def:71
18422 #, no-c-format
18423 msgid "Non-numeric character at %0 in label field [info -f g77 M LEX]"
18424 msgstr ""
18426 #: f/bad.def:74
18427 #, no-c-format
18428 msgid "Label number at %0 not in range 1-99999"
18429 msgstr ""
18431 #: f/bad.def:77
18432 #, no-c-format
18433 msgid "At %0, '!' and '/*' are not valid comment delimiters"
18434 msgstr ""
18436 #: f/bad.def:80
18437 #, no-c-format
18438 msgid "Continuation indicator at %0 must appear in column 6 [info -f g77 M LEX]"
18439 msgstr ""
18441 #: f/bad.def:83
18442 #, no-c-format
18443 msgid "Label at %0 invalid with continuation line indicator at %1 [info -f g77 M LEX]"
18444 msgstr ""
18446 #: f/bad.def:91
18447 #, no-c-format
18448 msgid "Character constant at %0 has no closing apostrophe at %1"
18449 msgstr ""
18451 #: f/bad.def:94
18452 #, no-c-format
18453 msgid "Hollerith constant at %0 specified %A more characters than are present as of %1"
18454 msgstr ""
18456 #: f/bad.def:97
18457 #, no-c-format
18458 msgid "Missing close parenthese at %0 needed to match open parenthese at %1"
18459 msgstr ""
18461 #: f/bad.def:100
18462 #, no-c-format
18463 msgid "Integer at %0 too large"
18464 msgstr ""
18466 #: f/bad.def:123
18467 #, no-c-format
18468 msgid "Period at %0 not followed by digits for floating-point number or by `NOT.', `TRUE.', or `FALSE.'"
18469 msgstr ""
18471 #: f/bad.def:126
18472 #, no-c-format
18473 msgid "Missing close-period between `.%A' at %0 and %1"
18474 msgstr ""
18476 #: f/bad.def:129
18477 #, no-c-format
18478 msgid "Invalid exponent at %0 for real constant at %1; nondigit `%A' in exponent field"
18479 msgstr ""
18481 #: f/bad.def:132
18482 #, no-c-format
18483 msgid "Missing value at %1 for real-number exponent at %0"
18484 msgstr ""
18486 #: f/bad.def:135
18487 #, no-c-format
18488 msgid "Expected binary operator between expressions at %0 and at %1"
18489 msgstr ""
18491 #: f/bad.def:253
18492 #, no-c-format
18493 msgid "Semicolon at %0 is an invalid token"
18494 msgstr ""
18496 #: f/bad.def:271
18497 #, no-c-format
18498 msgid "Extraneous comma in FORMAT statement at %0"
18499 msgstr ""
18501 #: f/bad.def:274
18502 #, no-c-format
18503 msgid "Missing comma in FORMAT statement at %0"
18504 msgstr ""
18506 #: f/bad.def:277
18507 #, no-c-format
18508 msgid "Spurious sign in FORMAT statement at %0"
18509 msgstr ""
18511 #: f/bad.def:280
18512 #, no-c-format
18513 msgid "Spurious number in FORMAT statement at %0"
18514 msgstr ""
18516 #: f/bad.def:283
18517 #, no-c-format
18518 msgid "Spurious text trailing number in FORMAT statement at %0"
18519 msgstr ""
18521 #: f/bad.def:291
18522 #, no-c-format
18523 msgid "Unrecognized FORMAT specifier at %0"
18524 msgstr ""
18526 #: f/bad.def:419
18527 #, no-c-format
18528 msgid "Missing close-parenthese(s) in FORMAT statement at %0"
18529 msgstr ""
18531 #: f/bad.def:422
18532 #, no-c-format
18533 msgid "Missing number following period in FORMAT statement at %0"
18534 msgstr ""
18536 #: f/bad.def:425
18537 #, no-c-format
18538 msgid "Missing number following `E' in FORMAT statement at %0"
18539 msgstr ""
18541 #: f/bad.def:433
18542 #, no-c-format
18543 msgid "Spurious trailing comma preceding terminator at %0"
18544 msgstr ""
18546 #: f/bad.def:436
18547 #, no-c-format
18548 msgid "At %0, specify OPERATOR instead of ASSIGNMENT for INTERFACE statement not specifying the assignment operator (=)"
18549 msgstr ""
18551 #: f/bad.def:439
18552 #, no-c-format
18553 msgid "At %0, specify ASSIGNMENT instead of OPERATOR for INTERFACE statement specifying the assignment operator (=)"
18554 msgstr ""
18556 #: f/bad.def:452
18557 #, no-c-format
18558 msgid "Cannot specify =initialization-expr at %0 unless `::' appears before list of objects"
18559 msgstr ""
18561 #: f/bad.def:455
18562 #, no-c-format
18563 msgid "Reference to label at %1 inconsistent with its definition at %0"
18564 msgstr ""
18566 #: f/bad.def:458
18567 #, no-c-format
18568 msgid "Reference to label at %1 inconsistent with earlier reference at %0"
18569 msgstr ""
18571 #: f/bad.def:461
18572 #, no-c-format
18573 msgid "DO-statement reference to label at %1 follows its definition at %0"
18574 msgstr ""
18576 #: f/bad.def:464
18577 #, no-c-format
18578 msgid "Reference to label at %1 is outside block containing definition at %0"
18579 msgstr ""
18581 #: f/bad.def:467
18582 #, no-c-format
18583 msgid "DO-statement references to label at %0 and %2 separated by unterminated block starting at %1"
18584 msgstr ""
18586 #: f/bad.def:470
18587 #, no-c-format
18588 msgid "DO-statement reference to label at %0 and label definition at %2 separated by unterminated block starting at %1"
18589 msgstr ""
18591 #: f/bad.def:473
18592 #, no-c-format
18593 msgid "Label definition at %0 invalid on this kind of statement"
18594 msgstr ""
18596 #: f/bad.def:476
18597 #, no-c-format
18598 msgid "Statement at %0 invalid in this context"
18599 msgstr ""
18601 #: f/bad.def:479
18602 #, no-c-format
18603 msgid "Statement at %0 invalid in context established by statement at %1"
18604 msgstr ""
18606 #: f/bad.def:482
18607 #, no-c-format
18608 msgid "Statement at %0 must specify construct name specified at %1"
18609 msgstr ""
18611 #: f/bad.def:485
18612 #, no-c-format
18613 msgid "Construct name at %0 superfluous, no construct name specified at %1"
18614 msgstr ""
18616 #: f/bad.def:488
18617 #, no-c-format
18618 msgid "Construct name at %0 not the same as construct name at %1"
18619 msgstr ""
18621 #: f/bad.def:491
18622 #, no-c-format
18623 msgid "Construct name at %0 does not match construct name for any containing DO constructs"
18624 msgstr ""
18626 #: f/bad.def:494
18627 #, no-c-format
18628 msgid "Label definition missing at %0 for DO construct specifying label at %1"
18629 msgstr ""
18631 #: f/bad.def:497
18632 #, no-c-format
18633 msgid "Statement at %0 follows ELSE block for IF construct at %1"
18634 msgstr ""
18636 #: f/bad.def:500
18637 #, no-c-format
18638 msgid "No label definition for FORMAT statement at %0"
18639 msgstr ""
18641 #: f/bad.def:503
18642 #, no-c-format
18643 msgid "Second occurrence of ELSE WHERE at %0 within WHERE at %1"
18644 msgstr ""
18646 #: f/bad.def:506
18647 #, no-c-format
18648 msgid "END statement at %0 missing `%A' keyword required for internal or module procedure(s) bounded by %1"
18649 msgstr ""
18651 #: f/bad.def:509
18652 #, no-c-format
18653 msgid "MODULE PROCEDURE statement at %0 disallowed because INTERFACE at %1 specifies no generic name, operator, or assignment"
18654 msgstr ""
18656 #: f/bad.def:512
18657 #, no-c-format
18658 msgid "BLOCK DATA name at %0 superfluous, no name specified at %1"
18659 msgstr ""
18661 #: f/bad.def:515
18662 #, no-c-format
18663 msgid "Program name at %0 superfluous, no PROGRAM statement specified at %1"
18664 msgstr ""
18666 #: f/bad.def:518
18667 #, no-c-format
18668 msgid "Program unit name at %0 not the same as name at %1"
18669 msgstr ""
18671 #: f/bad.def:521
18672 #, no-c-format
18673 msgid "Type name at %0 not the same as name at %1"
18674 msgstr ""
18676 #: f/bad.def:524
18677 #, no-c-format
18678 msgid "End of source file before end of block started at %0"
18679 msgstr ""
18681 #: f/bad.def:527
18682 #, no-c-format
18683 msgid "Undefined label, first referenced at %0"
18684 msgstr ""
18686 #: f/bad.def:530
18687 #, no-c-format
18688 msgid "SAVE statement or attribute at %1 cannot be specified along with SAVE statement or attribute at %0"
18689 msgstr ""
18691 #: f/bad.def:533
18692 #, no-c-format
18693 msgid "PUBLIC or PRIVATE statement at %1 cannot be specified along with PUBLIC or PRIVATE statement at %0"
18694 msgstr ""
18696 #: f/bad.def:536
18697 #, no-c-format
18698 msgid "RETURN statement at %0 invalid within a main program unit"
18699 msgstr ""
18701 #: f/bad.def:539
18702 #, no-c-format
18703 msgid "Alternate return specifier at %0 invalid within a main program unit"
18704 msgstr ""
18706 #: f/bad.def:542
18707 #, no-c-format
18708 msgid "Alternate return specifier at %0 invalid within a function"
18709 msgstr ""
18711 #: f/bad.def:545
18712 #, no-c-format
18713 msgid "Access specifier or PRIVATE statement at %0 invalid for derived-type definition within other than the specification part of a module"
18714 msgstr ""
18716 #: f/bad.def:548
18717 #, no-c-format
18718 msgid "Access specifier at %0 must immediately follow derived-type statement at %1 with no intervening statements"
18719 msgstr ""
18721 #: f/bad.def:551
18722 #, no-c-format
18723 msgid "No components specified as of %0 for derived-type definition beginning at %1"
18724 msgstr ""
18726 #: f/bad.def:554
18727 #, no-c-format
18728 msgid "No components specified as of %0 for structure definition beginning at %1"
18729 msgstr ""
18731 #: f/bad.def:557
18732 #, no-c-format
18733 msgid "Missing structure name for outer structure definition at %0"
18734 msgstr ""
18736 #: f/bad.def:560
18737 #, no-c-format
18738 msgid "Field names at %0 for outer structure definition -- specify them in a subsequent RECORD statement instead"
18739 msgstr ""
18741 #: f/bad.def:563
18742 #, no-c-format
18743 msgid "Missing field name(s) for structure definition at %0 within structure definition at %1"
18744 msgstr ""
18746 #: f/bad.def:566
18747 #, no-c-format
18748 msgid "No components specified as of %0 for map beginning at %1"
18749 msgstr ""
18751 #: f/bad.def:569
18752 #, no-c-format
18753 msgid "Zero or one maps specified as of %0 for union beginning at %1 -- at least two are required"
18754 msgstr ""
18756 #: f/bad.def:572
18757 #, no-c-format
18758 msgid "Missing %A specifier in statement at %0"
18759 msgstr ""
18761 #: f/bad.def:575
18762 #, no-c-format
18763 msgid "Items in I/O list starting at %0 invalid for namelist-directed I/O"
18764 msgstr ""
18766 #: f/bad.def:578
18767 #, no-c-format
18768 msgid "Conflicting I/O control specifications at %0 and %1"
18769 msgstr ""
18771 #: f/bad.def:581
18772 #, no-c-format
18773 msgid "No UNIT= specifier in I/O control list at %0"
18774 msgstr ""
18776 #: f/bad.def:584
18777 #, no-c-format
18778 msgid "Specification at %0 requires ADVANCE=`NO' specification in same I/O control list"
18779 msgstr ""
18781 #: f/bad.def:587
18782 #, no-c-format
18783 msgid "Specification at %0 requires explicit FMT= specification in same I/O control list"
18784 msgstr ""
18786 #: f/bad.def:595
18787 #, no-c-format
18788 msgid "Second occurrence of CASE DEFAULT at %0 within SELECT CASE at %1"
18789 msgstr ""
18791 #: f/bad.def:598
18792 #, no-c-format
18793 msgid "Duplicate or overlapping case values/ranges at %0 and %1"
18794 msgstr ""
18796 #: f/bad.def:601
18797 #, no-c-format
18798 msgid "Type and/or kind-type parameter disagreement between CASE value or value within range at %0 and SELECT CASE at %1"
18799 msgstr ""
18801 #: f/bad.def:604
18802 #, no-c-format
18803 msgid "Range specification at %0 invalid for CASE statement within logical-type SELECT CASE statement"
18804 msgstr ""
18806 #: f/bad.def:617
18807 #, no-c-format
18808 msgid "Fortran 90 feature at %0 unsupported"
18809 msgstr ""
18811 #: f/bad.def:630
18812 #, no-c-format
18813 msgid "Invalid declaration of or reference to symbol `%A' at %0 [initially seen at %1]"
18814 msgstr ""
18816 #: f/bad.def:638
18817 #, no-c-format
18818 msgid "Null element at %0 for array reference at %1"
18819 msgstr ""
18821 #: f/bad.def:641
18822 #, no-c-format
18823 msgid "Too few elements (%A missing) as of %0 for array reference at %1"
18824 msgstr ""
18826 #: f/bad.def:644
18827 #, no-c-format
18828 msgid "Too many elements as of %0 for array reference at %1"
18829 msgstr ""
18831 #: f/bad.def:647
18832 #, no-c-format
18833 msgid "Missing colon as of %0 in substring reference for %1"
18834 msgstr ""
18836 #: f/bad.def:650
18837 #, no-c-format
18838 msgid "Invalid use at %0 of substring operator on %1"
18839 msgstr ""
18841 #: f/bad.def:653
18842 #, no-c-format
18843 msgid "Substring begin/end point at %0 out of defined range"
18844 msgstr ""
18846 #: f/bad.def:656
18847 #, no-c-format
18848 msgid "Array element value at %0 out of defined range"
18849 msgstr ""
18851 #: f/bad.def:659
18852 #, no-c-format
18853 msgid "Expression at %0 has incorrect data type or rank for its context"
18854 msgstr ""
18856 #: f/bad.def:662
18857 #, no-c-format
18858 msgid "Division by 0 (zero) at %0 (IEEE not yet supported)"
18859 msgstr ""
18861 #: f/bad.def:665
18862 #, no-c-format
18863 msgid "%A step count known to be 0 (zero) at %0"
18864 msgstr ""
18866 #: f/bad.def:668
18867 #, no-c-format
18868 msgid "%A end value plus step count known to overflow at %0"
18869 msgstr ""
18871 #: f/bad.def:671
18872 #, no-c-format
18873 msgid "%A begin, end, and step-count values known to result in implementation-dependent behavior due to overflow(s) in intermediate calculations at %0"
18874 msgstr ""
18876 #: f/bad.def:674
18877 #, no-c-format
18878 msgid "%A begin, end, and step-count values known to result in no iterations at %0"
18879 msgstr ""
18881 #: f/bad.def:677
18882 #, no-c-format
18883 msgid "Type disagreement between expressions at %0 and %1"
18884 msgstr ""
18886 #: f/bad.def:690
18887 #, no-c-format
18888 msgid "No specification for implied-DO iterator `%A' at %0"
18889 msgstr ""
18891 #: f/bad.def:693
18892 #, no-c-format
18893 msgid "Gratuitous parentheses surround implied-DO construct at %0"
18894 msgstr ""
18896 #: f/bad.def:696
18897 #, no-c-format
18898 msgid "Zero-size specification invalid at %0"
18899 msgstr ""
18901 #: f/bad.def:699
18902 #, no-c-format
18903 msgid "Zero-size array at %0"
18904 msgstr ""
18906 #: f/bad.def:702
18907 #, no-c-format
18908 msgid "Target machine does not support complex entity of kind specified at %0"
18909 msgstr ""
18911 #: f/bad.def:705
18912 #, no-c-format
18913 msgid "Target machine does not support DOUBLE COMPLEX, specified at %0"
18914 msgstr ""
18916 #: f/bad.def:708
18917 #, no-c-format
18918 msgid "Attempt to raise constant zero to a power at %0"
18919 msgstr ""
18921 #: f/bad.def:806
18922 #, no-c-format
18923 msgid "Reference to generic intrinsic `%A' at %0 could be to form %B or %C"
18924 msgstr ""
18926 #: f/bad.def:809
18927 #, no-c-format
18928 msgid "Ambiguous use of intrinsic `%A' at %0 [info -f g77 M CMPAMBIG]"
18929 msgstr ""
18931 #: f/bad.def:812
18932 #, no-c-format
18933 msgid "Intrinsic `%A' referenced %Bly at %0, %Cly at %1 [info -f g77 M EXPIMP]"
18934 msgstr ""
18936 #: f/bad.def:815
18937 #, no-c-format
18938 msgid "Same name `%A' used for %B at %0 and %C at %1 [info -f g77 M INTGLOB]"
18939 msgstr ""
18941 #: f/bad.def:818
18942 #, no-c-format
18943 msgid "Explicit type declaration for intrinsic `%A' disagrees with invocation at %0"
18944 msgstr ""
18946 #: f/bad.def:821
18947 #, no-c-format
18948 msgid "Unable to open INCLUDE file `%A' at %0"
18949 msgstr ""
18951 #: f/bad.def:839
18952 #, no-c-format
18953 msgid "Null argument at %0 for statement function reference at %1"
18954 msgstr ""
18956 #: f/bad.def:842
18957 #, no-c-format
18958 msgid "Null argument at %0 for procedure invocation at %1"
18959 msgstr ""
18961 #: f/bad.def:845
18962 #, no-c-format
18963 msgid "%A too few arguments (starting with dummy argument `%B') as of %0 for statement function reference at %1"
18964 msgstr ""
18966 #: f/bad.def:848
18967 #, no-c-format
18968 msgid "%A too many arguments as of %0 for statement function reference at %1"
18969 msgstr ""
18971 #: f/bad.def:851
18972 #, no-c-format
18973 msgid "Array supplied at %1 for dummy argument `%A' in statement function reference at %0"
18974 msgstr ""
18976 #: f/bad.def:854
18977 #, no-c-format
18978 msgid "Unsupported FORMAT specifier at %0"
18979 msgstr ""
18981 #: f/bad.def:857
18982 #, no-c-format
18983 msgid "Variable-expression FORMAT specifier at %0 -- unsupported"
18984 msgstr ""
18986 #: f/bad.def:880
18987 #, no-c-format
18988 msgid "Unsupported VXT statement at %0"
18989 msgstr ""
18991 #: f/bad.def:883
18992 #, no-c-format
18993 msgid "Attempt to specify second initial value for `%A' at %0"
18994 msgstr ""
18996 #: f/bad.def:886
18997 #, no-c-format
18998 msgid "Too few initial values in list of initializers for `%A' at %0"
18999 msgstr ""
19001 #: f/bad.def:889
19002 #, no-c-format
19003 msgid "Too many initial values in list of initializers starting at %0"
19004 msgstr ""
19006 #: f/bad.def:892
19007 #, no-c-format
19008 msgid "Array or substring specification for `%A' out of range in statement at %0"
19009 msgstr ""
19011 #: f/bad.def:895
19012 #, no-c-format
19013 msgid "Array subscript #%B out of range for initialization of `%A' in statement at %0"
19014 msgstr ""
19016 #: f/bad.def:898
19017 #, no-c-format
19018 msgid "Implied do-loop step count of 0 (zero) for iteration variable `%A' in statement at %0"
19019 msgstr ""
19021 #: f/bad.def:901
19022 #, no-c-format
19023 msgid "Implied do-loop iteration count of 0 (zero) for iteration variable `%A' in statement at %0"
19024 msgstr ""
19026 #: f/bad.def:904
19027 #, no-c-format
19028 msgid "Not an integer constant expression in implied do-loop in statement at %0"
19029 msgstr ""
19031 #: f/bad.def:907
19032 #, no-c-format
19033 msgid "Attempt to specify second initial value for element of `%A' at %0"
19034 msgstr ""
19036 #: f/bad.def:910
19037 #, no-c-format
19038 msgid "Attempt to EQUIVALENCE common areas `%A' and `%B' at %0"
19039 msgstr ""
19041 #: f/bad.def:913
19042 #, no-c-format
19043 msgid "Can't place `%A' as directed by EQUIVALENCE due to alignment restrictions"
19044 msgstr ""
19046 #: f/bad.def:916
19047 #, no-c-format
19048 msgid "Mismatched EQUIVALENCE requirements for placement of `%A' at both %C and %D bytes offset from `%B'"
19049 msgstr ""
19051 #: f/bad.def:919
19052 #, no-c-format
19053 msgid "Array or substring specification for `%A' out of range in EQUIVALENCE statement"
19054 msgstr ""
19056 #: f/bad.def:922
19057 #, no-c-format
19058 msgid "Substring of non-CHARACTER entity `%A' in EQUIVALENCE statement"
19059 msgstr ""
19061 #: f/bad.def:925
19062 #, no-c-format
19063 msgid "Array reference to scalar variable `%A' in EQUIVALENCE statement"
19064 msgstr ""
19066 #: f/bad.def:928
19067 #, no-c-format
19068 msgid "Array subscript #%B out of range for EQUIVALENCE of `%A'"
19069 msgstr ""
19071 #: f/bad.def:936
19072 #, no-c-format
19073 msgid "Attempt to extend COMMON area beyond its starting point via EQUIVALENCE of `%A'"
19074 msgstr ""
19076 #: f/bad.def:939
19077 #, no-c-format
19078 msgid "Too few elements in reference to array `%A' in EQUIVALENCE statement"
19079 msgstr ""
19081 #: f/bad.def:942
19082 #, no-c-format
19083 msgid "Too many elements in reference to array `%A' in EQUIVALENCE statement"
19084 msgstr ""
19086 #: f/bad.def:945
19087 #, no-c-format
19088 msgid "Mixed CHARACTER and non-CHARACTER types via COMMON/EQUIVALENCE -- for example, `%A' and `%B'"
19089 msgstr ""
19091 #: f/bad.def:958
19092 #, no-c-format
19093 msgid "Return value `%A' for FUNCTION at %0 not referenced in subprogram"
19094 msgstr ""
19096 #: f/bad.def:976
19097 #, no-c-format
19098 msgid "Common block `%A' is SAVEd, explicitly or implicitly, at %0 but not SAVEd at %1"
19099 msgstr ""
19101 #: f/bad.def:979
19102 #, no-c-format
19103 msgid "Common block `%A' is %B %D in length at %0 but %C %E at %1"
19104 msgstr ""
19106 #: f/bad.def:987
19107 #, no-c-format
19108 msgid "Blank common initialized at %0"
19109 msgstr ""
19111 #: f/bad.def:990
19112 #, no-c-format
19113 msgid "Intrinsic `%A' is passed as actual argument at %0 but not explicitly declared INTRINSIC"
19114 msgstr ""
19116 #: f/bad.def:993
19117 #, no-c-format
19118 msgid "External procedure `%A' is passed as actual argument at %0 but not explicitly declared EXTERNAL"
19119 msgstr ""
19121 #: f/bad.def:996
19122 #, no-c-format
19123 msgid "Character `%A' (for example) is upper-case in symbol name at %0"
19124 msgstr ""
19126 #: f/bad.def:999
19127 #, no-c-format
19128 msgid "Character `%A' (for example) is lower-case in symbol name at %0"
19129 msgstr ""
19131 #: f/bad.def:1002
19132 #, no-c-format
19133 msgid "Character `%A' not followed at some point by lower-case character in symbol name at %0"
19134 msgstr ""
19136 #: f/bad.def:1005
19137 #, no-c-format
19138 msgid "Initial character `%A' is lower-case in symbol name at %0"
19139 msgstr ""
19141 #: f/bad.def:1013
19142 #, no-c-format
19143 msgid "NAMELIST not adequately supported by run-time library for source files with case preserved"
19144 msgstr ""
19146 #: f/bad.def:1016
19147 #, no-c-format
19148 msgid "Nested %% construct (%%VAL, %%REF, or %%DESCR) at %0"
19149 msgstr ""
19151 #: f/bad.def:1034
19152 #, no-c-format
19153 msgid "Statement at %0 invalid in BLOCK DATA program unit at %1"
19154 msgstr ""
19156 #: f/bad.def:1037
19157 #, no-c-format
19158 msgid "Truncating characters on right side of character constant at %0"
19159 msgstr ""
19161 #: f/bad.def:1040
19162 #, no-c-format
19163 msgid "Truncating characters on right side of hollerith constant at %0"
19164 msgstr ""
19166 #: f/bad.def:1043
19167 #, no-c-format
19168 msgid "Truncating non-zero data on left side of numeric constant at %0"
19169 msgstr ""
19171 #: f/bad.def:1046
19172 #, no-c-format
19173 msgid "Truncating non-zero data on left side of typeless constant at %0"
19174 msgstr ""
19176 #: f/bad.def:1049
19177 #, no-c-format
19178 msgid "Typeless constant at %0 too large"
19179 msgstr ""
19181 #: f/bad.def:1052
19182 #, no-c-format
19183 msgid "First-column ampersand continuation at %0"
19184 msgstr ""
19186 #: f/bad.def:1055 f/bad.def:1058
19187 #, no-c-format
19188 msgid "Global name `%A' defined at %0 already defined at %1 [info -f g77 M GLOBALS]"
19189 msgstr ""
19191 #: f/bad.def:1061 f/bad.def:1064
19192 #, no-c-format
19193 msgid "Global name `%A' is %B at %0 but is %C at %1 [info -f g77 M GLOBALS]"
19194 msgstr ""
19196 #: f/bad.def:1067 f/bad.def:1070
19197 #, no-c-format
19198 msgid "Global name `%A' at %0 has different type at %1 [info -f g77 M GLOBALS]"
19199 msgstr ""
19201 #: f/bad.def:1073
19202 #, no-c-format
19203 msgid "Too %B arguments passed to `%A' at %0 versus definition at %1 [info -f g77 M GLOBALS]"
19204 msgstr ""
19206 #: f/bad.def:1076
19207 #, no-c-format
19208 msgid "Too %B arguments for `%A' at %0 versus invocation at %1 [info -f g77 M GLOBALS]"
19209 msgstr ""
19211 #: f/bad.def:1079 f/bad.def:1082
19212 #, no-c-format
19213 msgid "Argument #%B of `%A' is %C at %0 but is %D at %1 [info -f g77 M GLOBALS]"
19214 msgstr ""
19216 #: f/bad.def:1085
19217 #, no-c-format
19218 msgid "Array `%A' at %0 is too large to handle"
19219 msgstr ""
19221 #: f/bad.def:1088
19222 #, no-c-format
19223 msgid "Statement function `%A' defined at %0 is not used"
19224 msgstr ""
19226 #: f/bad.def:1091
19227 #, no-c-format
19228 msgid "Intrinsic `%A', invoked at %0, known to be non-Y2K-compliant [info -f g77 M Y2KBAD]"
19229 msgstr ""
19231 #: f/bad.def:1094
19232 #, no-c-format
19233 msgid "Internal compiler error -- cannot perform operation"
19234 msgstr ""
19236 #. Kind messages are used in diagnostic location reports of the
19237 #. form "<file>: In function `foo': <error message>".
19238 #: f/info-k.def:32
19239 msgid "In unknown kind"
19240 msgstr ""
19242 #: f/info-k.def:33
19243 msgid "In entity"
19244 msgstr ""
19246 #: f/info-k.def:34
19247 msgid "In function"
19248 msgstr ""
19250 #: f/info-k.def:35
19251 msgid "In subroutine"
19252 msgstr ""
19254 #: f/info-k.def:36
19255 msgid "In program"
19256 msgstr ""
19258 #: f/info-k.def:37
19259 msgid "In block-data unit"
19260 msgstr ""
19262 #: f/info-k.def:38
19263 msgid "In common block"
19264 msgstr ""
19266 #: f/info-k.def:39
19267 msgid "In construct"
19268 msgstr ""
19270 #: f/info-k.def:40
19271 msgid "In namelist"
19272 msgstr ""
19274 #: f/info-k.def:41
19275 msgid "In anything"
19276 msgstr ""
19278 #: java/check-init.c:917
19279 #, c-format
19280 msgid "internal error in check-init: tree code not implemented: %s"
19281 msgstr ""
19283 #: java/check-init.c:990
19284 #, c-format
19285 msgid "final field '%s' may not have been initialized"
19286 msgstr ""
19288 #: java/class.c:539 java/class.c:564
19289 msgid "internal error - too many interface type"
19290 msgstr ""
19292 #: java/class.c:677
19293 msgid "bad method signature"
19294 msgstr ""
19296 #: java/class.c:726
19297 msgid "misplaced ConstantValue attribute (not in any field)"
19298 msgstr ""
19300 #: java/class.c:728
19301 #, c-format
19302 msgid "duplicate ConstantValue attribute for field '%s'"
19303 msgstr ""
19305 #: java/class.c:739
19306 #, c-format
19307 msgid "ConstantValue attribute of field '%s' has wrong type"
19308 msgstr ""
19310 #: java/class.c:1103
19311 #, c-format
19312 msgid "field '%s' not found in class"
19313 msgstr ""
19315 #: java/class.c:1365
19316 msgid "abstract method in non-abstract class"
19317 msgstr ""
19319 #: java/class.c:2067
19320 #, c-format
19321 msgid "non-static method '%s' overrides static method"
19322 msgstr ""
19324 #: java/decl.c:1537
19325 #, c-format
19326 msgid "In %s: overlapped variable and exception ranges at %d"
19327 msgstr ""
19329 #: java/decl.c:1618
19330 msgid "bad type in parameter debug info"
19331 msgstr ""
19333 #: java/decl.c:1628
19334 #, c-format
19335 msgid "bad PC range for debug info for local `%s'"
19336 msgstr ""
19338 #: java/expr.c:530
19339 msgid "stack underflow - dup* operation"
19340 msgstr ""
19342 #: java/expr.c:1536
19343 #, c-format
19344 msgid "reference `%s' is ambiguous: appears in interface `%s' and interface `%s'"
19345 msgstr ""
19347 #: java/expr.c:1565
19348 #, c-format
19349 msgid "field `%s' not found"
19350 msgstr ""
19352 #: java/expr.c:1717
19353 msgid "ret instruction not implemented"
19354 msgstr ""
19356 #: java/expr.c:1852
19357 #, c-format
19358 msgid "method '%s' not found in class"
19359 msgstr ""
19361 #: java/expr.c:2055
19362 #, c-format
19363 msgid "failed to find class '%s'"
19364 msgstr ""
19366 #: java/expr.c:2065
19367 #, c-format
19368 msgid "class '%s' has no method named '%s' matching signature '%s'"
19369 msgstr ""
19371 #: java/expr.c:2075
19372 msgid "invokestatic on non static method"
19373 msgstr ""
19375 #: java/expr.c:2080
19376 msgid "invokestatic on abstract method"
19377 msgstr ""
19379 #: java/expr.c:2088
19380 msgid "invoke[non-static] on static method"
19381 msgstr ""
19383 #: java/expr.c:2373
19384 #, c-format
19385 msgid "missing field '%s' in '%s'"
19386 msgstr ""
19388 #: java/expr.c:2379
19389 #, c-format
19390 msgid "mismatching signature for field '%s' in '%s'"
19391 msgstr ""
19393 #: java/expr.c:2402
19394 #, c-format
19395 msgid "assignment to final field `%s' not in field's class"
19396 msgstr ""
19398 #: java/expr.c:2407
19399 #, c-format
19400 msgid "assignment to final static field `%s' not in class initializer"
19401 msgstr ""
19403 #: java/expr.c:2414
19404 #, c-format
19405 msgid "assignment to final field `%s' not in constructor"
19406 msgstr ""
19408 #: java/expr.c:2661
19409 #, c-format
19410 msgid "can't expand %s"
19411 msgstr ""
19413 #: java/expr.c:2838
19414 msgid "invalid PC in line number table"
19415 msgstr ""
19417 #. We've just reached the end of a region of dead code.
19418 #: java/expr.c:2883
19419 #, c-format
19420 msgid "unreachable bytecode from %d to before %d"
19421 msgstr ""
19423 #. We've just reached the end of a region of dead code.
19424 #: java/expr.c:2920
19425 #, c-format
19426 msgid "unreachable bytecode from %d to the end of the method"
19427 msgstr ""
19429 #. duplicate code from LOAD macro
19430 #: java/expr.c:3238
19431 msgid "unrecogized wide sub-instruction"
19432 msgstr ""
19434 #: java/jcf-io.c:537
19435 #, c-format
19436 msgid "source file for class `%s' is newer than its matching class file.  Source file `%s' used instead"
19437 msgstr ""
19439 #: java/jcf-parse.c:338
19440 msgid "bad string constant"
19441 msgstr ""
19443 #: java/jcf-parse.c:356
19444 #, c-format
19445 msgid "bad value constant type %d, index %d"
19446 msgstr ""
19448 #: java/jcf-parse.c:528
19449 #, c-format
19450 msgid "can't reopen %s"
19451 msgstr ""
19453 #: java/jcf-parse.c:533
19454 #, c-format
19455 msgid "can't close %s"
19456 msgstr ""
19458 #: java/jcf-parse.c:615
19459 #, c-format
19460 msgid "cannot find file for class %s"
19461 msgstr ""
19463 #: java/jcf-parse.c:627
19464 msgid "not a valid Java .class file"
19465 msgstr ""
19467 #: java/jcf-parse.c:630
19468 msgid "error while parsing constant pool"
19469 msgstr ""
19471 #: java/jcf-parse.c:633
19472 #, c-format
19473 msgid "error in constant pool entry #%d\n"
19474 msgstr ""
19476 #. FIXME - where was first time
19477 #: java/jcf-parse.c:645
19478 #, c-format
19479 msgid "reading class %s for the second time from %s"
19480 msgstr ""
19482 #: java/jcf-parse.c:663
19483 msgid "error while parsing fields"
19484 msgstr ""
19486 #: java/jcf-parse.c:666
19487 msgid "error while parsing methods"
19488 msgstr ""
19490 #: java/jcf-parse.c:669
19491 msgid "error while parsing final attributes"
19492 msgstr ""
19494 #: java/jcf-parse.c:683
19495 #, c-format
19496 msgid "the `java.lang.Object' that was found in `%s' didn't have the special zero-length `gnu.gcj.gcj-compiled' attribute.  This generally means that your classpath is incorrectly set.  Use `info gcj \"Input Options\"' to see the info page describing how to set the classpath"
19497 msgstr ""
19499 #: java/jcf-parse.c:773
19500 msgid "missing Code attribute"
19501 msgstr ""
19503 #: java/jcf-parse.c:1010
19504 msgid "source file seen twice on command line and will be compiled only once"
19505 msgstr ""
19507 #: java/jcf-parse.c:1026
19508 msgid "no input file specified"
19509 msgstr ""
19511 #: java/jcf-parse.c:1055
19512 #, c-format
19513 msgid "can't close input file %s"
19514 msgstr ""
19516 #: java/jcf-parse.c:1092
19517 #, c-format
19518 msgid "bad zip/jar file %s"
19519 msgstr ""
19521 #: java/jcf-write.c:2641
19522 #, c-format
19523 msgid "internal error in generate_bytecode_insn - tree code not implemented: %s"
19524 msgstr ""
19526 #: java/jcf-write.c:2979
19527 msgid "field initializer type mismatch"
19528 msgstr ""
19530 #: java/jcf-write.c:3387
19531 #, c-format
19532 msgid "can't create directory %s"
19533 msgstr ""
19535 #: java/jcf-write.c:3441
19536 #, c-format
19537 msgid "can't create %s"
19538 msgstr "Es ist nicht möglich %s zu erzeugen"
19540 #: java/jv-scan.c:187
19541 msgid "only one of `--print-main', `--list-class', and `--complexity' allowed"
19542 msgstr ""
19544 #: java/jv-scan.c:190
19545 #, c-format
19546 msgid "can't open output file `%s'"
19547 msgstr ""
19549 #: java/jv-scan.c:224
19550 #, c-format
19551 msgid "file not found `%s'"
19552 msgstr ""
19554 #: java/jvspec.c:426
19555 msgid "can't specify `-D' without `--main'\n"
19556 msgstr ""
19558 #: java/jvspec.c:429
19559 #, c-format
19560 msgid "`%s' is not a valid class name"
19561 msgstr "»%s« ist kein gültiger Klassenname"
19563 #: java/jvspec.c:435
19564 msgid "--resource requires -o"
19565 msgstr "--resource erfordert -o"
19567 #: java/jvspec.c:442
19568 msgid "warning: already-compiled .class files ignored with -C"
19569 msgstr ""
19571 #: java/jvspec.c:449
19572 msgid "cannot specify both -C and -o"
19573 msgstr "-C und -o können nicht zusammen angegeben werden"
19575 #: java/jvspec.c:461
19576 msgid "cannot create temporary file"
19577 msgstr "temporäre Datei konnte nicht angelegt werden"
19579 #: java/jvspec.c:489
19580 msgid "using both @FILE with multiple files not implemented"
19581 msgstr ""
19583 #: java/jvspec.c:538
19584 msgid "cannot specify `main' class when not linking"
19585 msgstr ""
19587 #: java/lang.c:543
19588 msgid "can't do dependency tracking with input from stdin"
19589 msgstr ""
19591 #: java/lang.c:559
19592 msgid "couldn't determine target name for dependency tracking"
19593 msgstr ""
19595 #: java/lex.c:303
19596 #, c-format
19597 msgid ""
19598 "unknown encoding: `%s'\n"
19599 "This might mean that your locale's encoding is not supported\n"
19600 "by your system's iconv(3) implementation.  If you aren't trying\n"
19601 "to use a particular encoding for your input file, try the\n"
19602 "`--encoding=UTF-8' option"
19603 msgstr ""
19605 #: java/mangle.c:85
19606 #, c-format
19607 msgid "can't mangle %s"
19608 msgstr ""
19610 #: java/mangle_name.c:144 java/mangle_name.c:216
19611 msgid "internal error - invalid Utf8 name"
19612 msgstr ""
19614 #: ../../gcc-cvs/gcc/java/parse-scan.y:881 ../../gcc-3cvs/gcc/java/parse.y:962
19615 #: ../../gcc-3cvs/gcc/java/parse.y:1303 ../../gcc-3cvs/gcc/java/parse.y:1364
19616 #: ../../gcc-3cvs/gcc/java/parse.y:1574 ../../gcc-3cvs/gcc/java/parse.y:1796
19617 #: ../../gcc-3cvs/gcc/java/parse.y:1805 ../../gcc-3cvs/gcc/java/parse.y:1816
19618 #: ../../gcc-3cvs/gcc/java/parse.y:1827 ../../gcc-3cvs/gcc/java/parse.y:1839
19619 #: ../../gcc-3cvs/gcc/java/parse.y:1854 ../../gcc-3cvs/gcc/java/parse.y:1871
19620 #: ../../gcc-3cvs/gcc/java/parse.y:1873 ../../gcc-3cvs/gcc/java/parse.y:1945
19621 #: ../../gcc-3cvs/gcc/java/parse.y:2116 ../../gcc-3cvs/gcc/java/parse.y:2178
19622 #: ../../gcc-3cvs/gcc/java/parse.y:2330 ../../gcc-3cvs/gcc/java/parse.y:2342
19623 #: ../../gcc-3cvs/gcc/java/parse.y:2349 ../../gcc-3cvs/gcc/java/parse.y:2356
19624 #: ../../gcc-3cvs/gcc/java/parse.y:2367 ../../gcc-3cvs/gcc/java/parse.y:2369
19625 #: ../../gcc-3cvs/gcc/java/parse.y:2407 ../../gcc-3cvs/gcc/java/parse.y:2409
19626 #: ../../gcc-3cvs/gcc/java/parse.y:2411 ../../gcc-3cvs/gcc/java/parse.y:2432
19627 #: ../../gcc-3cvs/gcc/java/parse.y:2434 ../../gcc-3cvs/gcc/java/parse.y:2436
19628 #: ../../gcc-3cvs/gcc/java/parse.y:2452 ../../gcc-3cvs/gcc/java/parse.y:2454
19629 #: ../../gcc-3cvs/gcc/java/parse.y:2475 ../../gcc-3cvs/gcc/java/parse.y:2477
19630 #: ../../gcc-3cvs/gcc/java/parse.y:2479 ../../gcc-3cvs/gcc/java/parse.y:2507
19631 #: ../../gcc-3cvs/gcc/java/parse.y:2509 ../../gcc-3cvs/gcc/java/parse.y:2511
19632 #: ../../gcc-3cvs/gcc/java/parse.y:2513 ../../gcc-3cvs/gcc/java/parse.y:2531
19633 #: ../../gcc-3cvs/gcc/java/parse.y:2533 ../../gcc-3cvs/gcc/java/parse.y:2544
19634 #: ../../gcc-3cvs/gcc/java/parse.y:2555 ../../gcc-3cvs/gcc/java/parse.y:2566
19635 #: ../../gcc-3cvs/gcc/java/parse.y:2577 ../../gcc-3cvs/gcc/java/parse.y:2588
19636 #: ../../gcc-3cvs/gcc/java/parse.y:2601 ../../gcc-3cvs/gcc/java/parse.y:2605
19637 #: ../../gcc-3cvs/gcc/java/parse.y:2607 ../../gcc-3cvs/gcc/java/parse.y:2620
19638 msgid "Missing term"
19639 msgstr ""
19641 #: ../../gcc-cvs/gcc/java/parse-scan.y:883 ../../gcc-3cvs/gcc/java/parse.y:734
19642 #: ../../gcc-3cvs/gcc/java/parse.y:772 ../../gcc-3cvs/gcc/java/parse.y:797
19643 #: ../../gcc-3cvs/gcc/java/parse.y:983 ../../gcc-3cvs/gcc/java/parse.y:1338
19644 #: ../../gcc-3cvs/gcc/java/parse.y:1550 ../../gcc-3cvs/gcc/java/parse.y:1552
19645 #: ../../gcc-3cvs/gcc/java/parse.y:1781 ../../gcc-3cvs/gcc/java/parse.y:1807
19646 #: ../../gcc-3cvs/gcc/java/parse.y:1818 ../../gcc-3cvs/gcc/java/parse.y:1829
19647 #: ../../gcc-3cvs/gcc/java/parse.y:1841 ../../gcc-3cvs/gcc/java/parse.y:1856
19648 msgid "';' expected"
19649 msgstr ""
19651 #: ../../gcc-3cvs/gcc/java/parse.y:732 ../../gcc-3cvs/gcc/java/parse.y:770
19652 msgid "Missing name"
19653 msgstr ""
19655 #: ../../gcc-3cvs/gcc/java/parse.y:795
19656 msgid "'*' expected"
19657 msgstr ""
19659 #: ../../gcc-3cvs/gcc/java/parse.y:809
19660 msgid "Class or interface declaration expected"
19661 msgstr ""
19663 #: ../../gcc-3cvs/gcc/java/parse.y:846 ../../gcc-3cvs/gcc/java/parse.y:848
19664 msgid "Missing class name"
19665 msgstr ""
19667 #: ../../gcc-3cvs/gcc/java/parse.y:851 ../../gcc-3cvs/gcc/java/parse.y:855
19668 #: ../../gcc-3cvs/gcc/java/parse.y:863 ../../gcc-3cvs/gcc/java/parse.y:1023
19669 #: ../../gcc-3cvs/gcc/java/parse.y:1284 ../../gcc-3cvs/gcc/java/parse.y:1286
19670 #: ../../gcc-3cvs/gcc/java/parse.y:1616 ../../gcc-3cvs/gcc/java/parse.y:1867
19671 #: ../../gcc-3cvs/gcc/java/parse.y:1899 ../../gcc-3cvs/gcc/java/parse.y:1952
19672 msgid "'{' expected"
19673 msgstr ""
19675 #: ../../gcc-3cvs/gcc/java/parse.y:865
19676 msgid "Missing super class name"
19677 msgstr ""
19679 #: ../../gcc-3cvs/gcc/java/parse.y:875 ../../gcc-3cvs/gcc/java/parse.y:891
19680 msgid "Missing interface name"
19681 msgstr ""
19683 #: ../../gcc-3cvs/gcc/java/parse.y:977
19684 msgid "Missing variable initializer"
19685 msgstr ""
19687 #: ../../gcc-3cvs/gcc/java/parse.y:994
19688 msgid "Invalid declaration"
19689 msgstr ""
19691 #: ../../gcc-3cvs/gcc/java/parse.y:997 ../../gcc-3cvs/gcc/java/parse.y:1082
19692 #: ../../gcc-3cvs/gcc/java/parse.y:2153 ../../gcc-3cvs/gcc/java/parse.y:2175
19693 #: ../../gcc-3cvs/gcc/java/parse.y:2179 ../../gcc-3cvs/gcc/java/parse.y:2214
19694 #: ../../gcc-3cvs/gcc/java/parse.y:2291 ../../gcc-3cvs/gcc/java/parse.y:2301
19695 msgid "']' expected"
19696 msgstr ""
19698 #: ../../gcc-3cvs/gcc/java/parse.y:1001
19699 msgid "Unbalanced ']'"
19700 msgstr ""
19702 #: ../../gcc-3cvs/gcc/java/parse.y:1037
19703 msgid "Invalid method declaration, method name required"
19704 msgstr ""
19706 #: ../../gcc-3cvs/gcc/java/parse.y:1042 ../../gcc-3cvs/gcc/java/parse.y:1047
19707 #: ../../gcc-3cvs/gcc/java/parse.y:1052 ../../gcc-3cvs/gcc/java/parse.y:2036
19708 msgid "Identifier expected"
19709 msgstr ""
19711 #: ../../gcc-3cvs/gcc/java/parse.y:1057
19712 msgid "Invalid method declaration, return type required"
19713 msgstr ""
19715 #: ../../gcc-3cvs/gcc/java/parse.y:1080 ../../gcc-3cvs/gcc/java/parse.y:1530
19716 #: ../../gcc-3cvs/gcc/java/parse.y:1537 ../../gcc-3cvs/gcc/java/parse.y:1546
19717 #: ../../gcc-3cvs/gcc/java/parse.y:1548 ../../gcc-3cvs/gcc/java/parse.y:1576
19718 #: ../../gcc-3cvs/gcc/java/parse.y:1684 ../../gcc-3cvs/gcc/java/parse.y:1981
19719 #: ../../gcc-3cvs/gcc/java/parse.y:2034
19720 msgid "')' expected"
19721 msgstr ""
19723 #: ../../gcc-3cvs/gcc/java/parse.y:1096
19724 msgid "Missing formal parameter term"
19725 msgstr ""
19727 #: ../../gcc-3cvs/gcc/java/parse.y:1111 ../../gcc-3cvs/gcc/java/parse.y:1116
19728 msgid "Missing identifier"
19729 msgstr ""
19731 #: ../../gcc-3cvs/gcc/java/parse.y:1136 ../../gcc-3cvs/gcc/java/parse.y:1145
19732 msgid "Missing class type term"
19733 msgstr ""
19735 #: ../../gcc-3cvs/gcc/java/parse.y:1301
19736 msgid "Invalid interface type"
19737 msgstr ""
19739 #: ../../gcc-3cvs/gcc/java/parse.y:1494 ../../gcc-3cvs/gcc/java/parse.y:1663
19740 #: ../../gcc-3cvs/gcc/java/parse.y:1665
19741 msgid "':' expected"
19742 msgstr ""
19744 #: ../../gcc-3cvs/gcc/java/parse.y:1516 ../../gcc-3cvs/gcc/java/parse.y:1521
19745 #: ../../gcc-3cvs/gcc/java/parse.y:1526
19746 msgid "Invalid expression statement"
19747 msgstr ""
19749 #: ../../gcc-3cvs/gcc/java/parse.y:1544 ../../gcc-3cvs/gcc/java/parse.y:1572
19750 #: ../../gcc-3cvs/gcc/java/parse.y:1612 ../../gcc-3cvs/gcc/java/parse.y:1680
19751 #: ../../gcc-3cvs/gcc/java/parse.y:1748 ../../gcc-3cvs/gcc/java/parse.y:1869
19752 #: ../../gcc-3cvs/gcc/java/parse.y:1938 ../../gcc-3cvs/gcc/java/parse.y:2028
19753 #: ../../gcc-3cvs/gcc/java/parse.y:2030 ../../gcc-3cvs/gcc/java/parse.y:2038
19754 #: ../../gcc-3cvs/gcc/java/parse.y:2274 ../../gcc-3cvs/gcc/java/parse.y:2276
19755 msgid "'(' expected"
19756 msgstr ""
19758 #: ../../gcc-3cvs/gcc/java/parse.y:1614
19759 msgid "Missing term or ')'"
19760 msgstr ""
19762 #: ../../gcc-3cvs/gcc/java/parse.y:1661
19763 msgid "Missing or invalid constant expression"
19764 msgstr ""
19766 #: ../../gcc-3cvs/gcc/java/parse.y:1682
19767 msgid "Missing term and ')' expected"
19768 msgstr ""
19770 #: ../../gcc-3cvs/gcc/java/parse.y:1721
19771 msgid "Invalid control expression"
19772 msgstr ""
19774 #: ../../gcc-3cvs/gcc/java/parse.y:1723 ../../gcc-3cvs/gcc/java/parse.y:1725
19775 msgid "Invalid update expression"
19776 msgstr ""
19778 #: ../../gcc-3cvs/gcc/java/parse.y:1750
19779 msgid "Invalid init statement"
19780 msgstr ""
19782 #: ../../gcc-3cvs/gcc/java/parse.y:1941
19783 msgid "Missing term or ')' expected"
19784 msgstr ""
19786 #: ../../gcc-3cvs/gcc/java/parse.y:1983
19787 msgid "'class' or 'this' expected"
19788 msgstr ""
19790 #: ../../gcc-3cvs/gcc/java/parse.y:1985 ../../gcc-3cvs/gcc/java/parse.y:1987
19791 msgid "'class' expected"
19792 msgstr ""
19794 #: ../../gcc-3cvs/gcc/java/parse.y:2032
19795 msgid "')' or term expected"
19796 msgstr ""
19798 #: ../../gcc-3cvs/gcc/java/parse.y:2151
19799 msgid "'[' expected"
19800 msgstr ""
19802 #: ../../gcc-3cvs/gcc/java/parse.y:2229
19803 msgid "Field expected"
19804 msgstr ""
19806 #: ../../gcc-3cvs/gcc/java/parse.y:2286 ../../gcc-3cvs/gcc/java/parse.y:2296
19807 msgid "Missing term and ']' expected"
19808 msgstr ""
19810 #: ../../gcc-3cvs/gcc/java/parse.y:2400
19811 msgid "']' expected, invalid type expression"
19812 msgstr ""
19814 #: ../../gcc-3cvs/gcc/java/parse.y:2403
19815 msgid "Invalid type expression"
19816 msgstr ""
19818 #: ../../gcc-3cvs/gcc/java/parse.y:2515
19819 msgid "Invalid reference type"
19820 msgstr ""
19822 #: ../../gcc-3cvs/gcc/java/parse.y:2993
19823 msgid "Constructor invocation must be first thing in a constructor"
19824 msgstr ""
19826 #: ../../gcc-3cvs/gcc/java/parse.y:2995
19827 msgid "Only constructors can invoke constructors"
19828 msgstr ""
19830 #: ../../gcc-3cvs/gcc/java/parse.y:3004
19831 #, c-format
19832 msgid ": `%s' JDK1.1(TM) feature"
19833 msgstr ""
19835 #: ../../gcc-3cvs/gcc/java/parse.y:3064 ../../gcc-3cvs/gcc/java/parse.y:3066
19836 #, c-format
19837 msgid ""
19838 "%s.\n"
19839 "%s"
19840 msgstr ""
19842 #: ../../gcc-3cvs/gcc/java/parse.y:6867
19843 #, c-format
19844 msgid "malformed .zip archive in CLASSPATH: %s"
19845 msgstr ""
19847 #: ../../gcc-3cvs/gcc/java/parse.y:6938
19848 #, c-format
19849 msgid "Can't find default package `%s'. Check the CLASSPATH environment variable and the access to the archives"
19850 msgstr ""
19852 #: ../../gcc-3cvs/gcc/java/parse.y:12266
19853 #, c-format
19854 msgid "missing static field `%s'"
19855 msgstr ""
19857 #: ../../gcc-3cvs/gcc/java/parse.y:12271
19858 #, c-format
19859 msgid "not a static field `%s'"
19860 msgstr ""
19862 #: ../../gcc-3cvs/gcc/java/parse.y:12314
19863 #, c-format
19864 msgid "No case for %s"
19865 msgstr ""
19867 #: ../../gcc-3cvs/gcc/java/parse.y:13240
19868 #, c-format
19869 msgid "unregistered operator %s"
19870 msgstr ""
19872 #: java/typeck.c:553
19873 msgid "junk at end of signature string"
19874 msgstr ""
19876 #: java/verify.c:479
19877 msgid "bad pc in exception_table"
19878 msgstr ""
19880 #: java/verify.c:485
19881 msgid "exception handler inside code that is being protected"
19882 msgstr ""
19884 #: java/verify.c:1395
19885 #, c-format
19886 msgid "unknown opcode %d@pc=%d during verification"
19887 msgstr ""
19889 #: java/verify.c:1465 java/verify.c:1478 java/verify.c:1482
19890 #, c-format
19891 msgid "verification error at PC=%d"
19892 msgstr ""
19894 #: java/lang-options.h:32
19895 msgid "Disable automatic array bounds checking"
19896 msgstr ""
19898 #: java/lang-options.h:34
19899 msgid "Disable assignability checks for stores into object arrays"
19900 msgstr ""
19902 #: java/lang-options.h:36
19903 msgid "Assume native functions are implemented using JNI"
19904 msgstr ""
19906 #: java/lang-options.h:38
19907 msgid "Replace system path"
19908 msgstr ""
19910 #: java/lang-options.h:40
19911 msgid "Set class path"
19912 msgstr ""
19914 #: java/lang-options.h:42
19915 msgid "Set class path (deprecated: use --classpath instead)"
19916 msgstr ""
19918 #: java/lang-options.h:44
19919 msgid "Choose class whose main method should be used"
19920 msgstr ""
19922 #: java/lang-options.h:46
19923 msgid "Choose input encoding (default comes from locale)"
19924 msgstr ""
19926 #: java/lang-options.h:48
19927 msgid "Add directory to class path"
19928 msgstr ""
19930 #: java/lang-options.h:50
19931 msgid "Directory where class files should be written"
19932 msgstr ""
19934 #: java/lang-options.h:52
19935 msgid "Warn if modifiers are specified when not necessary"
19936 msgstr ""
19938 #: java/lang-options.h:54
19939 msgid "Warn if deprecated empty statements are found"
19940 msgstr ""
19942 #: java/lang-options.h:56
19943 msgid "Warn if .class files are out of date"
19944 msgstr ""
19946 #: java/lang-options.h:58
19947 msgid "Always check for non gcj generated classes archives"
19948 msgstr ""
19950 #: java/lang-options.h:60
19951 msgid "Never optimize static class initialization code"
19952 msgstr ""
19954 #: java/lang-options.h:62
19955 msgid "Use offset tables for virtual method calls"
19956 msgstr ""
19958 #: objc/objc-act.c:651
19959 #, c-format
19960 msgid "object does not conform to the `%s' protocol"
19961 msgstr ""
19963 #: objc/objc-act.c:737 objc/objc-act.c:810
19964 #, c-format
19965 msgid "class `%s' does not implement the `%s' protocol"
19966 msgstr ""
19968 #: objc/objc-act.c:914
19969 #, c-format
19970 msgid "`%s' cannot be statically allocated"
19971 msgstr ""
19973 #: objc/objc-act.c:963
19974 #, c-format
19975 msgid "unexpected type for `id' (%s)"
19976 msgstr ""
19978 #: objc/objc-act.c:968
19979 msgid "undefined type `id', please import <objc/objc.h>"
19980 msgstr ""
19982 #: objc/objc-act.c:1019
19983 #, c-format
19984 msgid "protocol `%s' has circular dependency"
19985 msgstr ""
19987 #: objc/objc-act.c:1041 objc/objc-act.c:5301
19988 #, c-format
19989 msgid "cannot find protocol declaration for `%s'"
19990 msgstr ""
19992 #: objc/objc-act.c:1289 objc/objc-act.c:5877 objc/objc-act.c:6195
19993 #: objc/objc-act.c:6244 objc/objc-act.c:6280 objc-parse.y:1800
19994 #, c-format
19995 msgid "cannot find interface declaration for `%s'"
19996 msgstr ""
19998 #: objc/objc-act.c:1328
19999 #, c-format
20000 msgid "cannot find reference tag for class `%s'"
20001 msgstr ""
20003 #: objc/objc-act.c:2050
20004 #, c-format
20005 msgid "creating selector for non existant method %s"
20006 msgstr ""
20008 #: objc/objc-act.c:2364
20009 #, c-format
20010 msgid "cannot find class `%s'"
20011 msgstr ""
20013 #: objc/objc-act.c:2366
20014 #, c-format
20015 msgid "class `%s' already exists"
20016 msgstr ""
20018 #. fatal did not work with 2 args...should fix
20019 #: objc/objc-act.c:2473
20020 #, c-format
20021 msgid "cannot find interface declaration for `%s', superclass of `%s'"
20022 msgstr ""
20024 #: objc/objc-act.c:2480
20025 #, c-format
20026 msgid "circular inheritance in interface declaration for `%s'"
20027 msgstr ""
20029 #: objc/objc-act.c:3566 objc/objc-act.c:3583
20030 msgid "inconsistent instance variable specification"
20031 msgstr ""
20033 #: objc/objc-act.c:4580
20034 msgid "can not use an object as parameter to a method\n"
20035 msgstr ""
20037 #: objc/objc-act.c:4780
20038 #, c-format
20039 msgid "multiple declarations for method `%s'"
20040 msgstr ""
20042 #: objc/objc-act.c:4946
20043 #, c-format
20044 msgid "invalid receiver type `%s'"
20045 msgstr ""
20047 #: objc/objc-act.c:4977 objc/objc-act.c:5003 objc/objc-act.c:5051
20048 #, c-format
20049 msgid "`%s' does not respond to `%s'"
20050 msgstr ""
20052 #: objc/objc-act.c:4983 objc/objc-act.c:7318
20053 #, c-format
20054 msgid "no super class declared in interface for `%s'"
20055 msgstr ""
20057 #: objc/objc-act.c:5081
20058 msgid "cannot find class (factory) method"
20059 msgstr ""
20061 #: objc/objc-act.c:5082 objc/objc-act.c:5126
20062 #, c-format
20063 msgid "return type for `%s' defaults to id"
20064 msgstr ""
20066 #: objc/objc-act.c:5099
20067 #, c-format
20068 msgid "method `%s' not implemented by protocol"
20069 msgstr ""
20071 #: objc/objc-act.c:5108
20072 msgid "return type defaults to id"
20073 msgstr ""
20075 #: objc/objc-act.c:5125
20076 msgid "cannot find method"
20077 msgstr ""
20079 #: objc/objc-act.c:5399
20080 #, c-format
20081 msgid "undeclared selector `%s'"
20082 msgstr ""
20084 #. Historically, a class method that produced objects (factory
20085 #. method) would assign `self' to the instance that it
20086 #. allocated.  This would effectively turn the class method into
20087 #. an instance method.  Following this assignment, the instance
20088 #. variables could be accessed.  That practice, while safe,
20089 #. violates the simple rule that a class method should not refer
20090 #. to an instance variable.  It's better to catch the cases
20091 #. where this is done unknowingly than to support the above
20092 #. paradigm.
20093 #: objc/objc-act.c:5443
20094 #, c-format
20095 msgid "instance variable `%s' accessed in class method"
20096 msgstr ""
20098 #: objc/objc-act.c:5678
20099 #, c-format
20100 msgid "duplicate definition of class method `%s'"
20101 msgstr ""
20103 #: objc/objc-act.c:5684
20104 #, c-format
20105 msgid "duplicate declaration of class method `%s'"
20106 msgstr ""
20108 #: objc/objc-act.c:5720
20109 #, c-format
20110 msgid "duplicate definition of instance method `%s'"
20111 msgstr ""
20113 #: objc/objc-act.c:5726
20114 #, c-format
20115 msgid "duplicate declaration of instance method `%s'"
20116 msgstr ""
20118 #: objc/objc-act.c:5766
20119 #, c-format
20120 msgid "duplicate interface declaration for category `%s(%s)'"
20121 msgstr ""
20123 #: objc/objc-act.c:5852
20124 #, c-format
20125 msgid "instance variable `%s' is declared private"
20126 msgstr ""
20128 #: objc/objc-act.c:5899
20129 #, c-format
20130 msgid "instance variable `%s' is declared %s"
20131 msgstr ""
20133 #: objc/objc-act.c:5909
20134 msgid "static access to object of type `id'"
20135 msgstr ""
20137 #: objc/objc-act.c:5934 objc/objc-act.c:6027
20138 #, c-format
20139 msgid "incomplete implementation of class `%s'"
20140 msgstr ""
20142 #: objc/objc-act.c:5938 objc/objc-act.c:6032
20143 #, c-format
20144 msgid "incomplete implementation of category `%s'"
20145 msgstr ""
20147 #: objc/objc-act.c:5943 objc/objc-act.c:6037
20148 #, c-format
20149 msgid "method definition for `%c%s' not found"
20150 msgstr ""
20152 #: objc/objc-act.c:6081
20153 #, c-format
20154 msgid "%s `%s' does not fully implement the `%s' protocol"
20155 msgstr "%s »%s« implementiert das »%s«-Protokoll nicht vollständig"
20157 #: objc/objc-act.c:6139 objc/objc-act.c:8249
20158 msgid "`@end' missing in implementation context"
20159 msgstr ""
20161 #: objc/objc-act.c:6167
20162 #, c-format
20163 msgid "reimplementation of class `%s'"
20164 msgstr ""
20166 #: objc/objc-act.c:6209
20167 #, c-format
20168 msgid "conflicting super class name `%s'"
20169 msgstr ""
20171 #: objc/objc-act.c:6224
20172 #, c-format
20173 msgid "duplicate interface declaration for class `%s'"
20174 msgstr ""
20176 #: objc/objc-act.c:6506
20177 #, c-format
20178 msgid "duplicate declaration for protocol `%s'"
20179 msgstr ""
20181 #: objc/objc-act.c:7363
20182 msgid "[super ...] must appear in a method context"
20183 msgstr ""
20185 #: objc/objc-act.c:8354 objc/objc-act.c:8370
20186 #, c-format
20187 msgid "potential selector conflict for method `%s'"
20188 msgstr ""
20190 #: objc-parse.y:2656
20191 msgid "`@end' must appear in an implementation context"
20192 msgstr ""
20194 #: objc-parse.y:2932
20195 msgid "method definition not in class context"
20196 msgstr ""
20198 #: objc/lang-options.h:27
20199 msgid "Dump decls to a .decl file"
20200 msgstr ""
20202 #: objc/lang-options.h:29
20203 msgid "Generate code for GNU runtime environment"
20204 msgstr "Code für die GNU-Laufzeitumgebung erzeugen"
20206 #: objc/lang-options.h:32
20207 msgid "Generate code for NeXT runtime environment"
20208 msgstr ""
20210 #: objc/lang-options.h:35
20211 msgid "Warn if a selector has multiple methods"
20212 msgstr ""
20214 #: objc/lang-options.h:39
20215 msgid "Do not warn if inherited methods are unimplemented"
20216 msgstr ""
20218 #: objc/lang-options.h:41
20219 msgid "Generate C header of platform specific features"
20220 msgstr "C-Header mit Plattform-spezifischen Merkmalen erzeugen"
20222 #: objc/lang-options.h:43
20223 msgid "Specify the name of the class for constant strings"
20224 msgstr ""
20226 #. This is the contribution to the `lang_options' array in gcc.c for
20227 #. treelang.
20228 #: treelang/lang-options.h:26
20229 msgid "(debug) trace parsing process"
20230 msgstr ""
20232 #: treelang/lang-options.h:27
20233 msgid "(debug) trace lexical analysis"
20234 msgstr ""
20236 #: config/darwin.h:212
20237 msgid "-current_version only allowed with -dynamiclib"
20238 msgstr ""
20240 #: config/darwin.h:215
20241 msgid "-install_name only allowed with -dynamiclib"
20242 msgstr ""
20244 #: config/darwin.h:220
20245 msgid "-bundle not allowed with -dynamiclib"
20246 msgstr ""
20248 #: config/darwin.h:221
20249 msgid "-bundle_loader not allowed with -dynamiclib"
20250 msgstr ""
20252 #: config/darwin.h:222
20253 msgid "-client_name not allowed with -dynamiclib"
20254 msgstr ""
20256 #: config/darwin.h:225
20257 msgid "-force_cpusubtype_ALL not allowed with -dynamiclib"
20258 msgstr ""
20260 #: config/darwin.h:226
20261 msgid "-force_flat_namespace not allowed with -dynamiclib"
20262 msgstr ""
20264 #: config/darwin.h:228
20265 msgid "-keep_private_externs not allowed with -dynamiclib"
20266 msgstr "-keep_private_externs ist mit -dynamiclib nicht erlaubt"
20268 #: config/darwin.h:229
20269 msgid "-private_bundle not allowed with -dynamiclib"
20270 msgstr "-private_bundle ist mit -dynamiclib nicht erlaubt"
20272 #: f/lang-specs.h:38 gcc.c:689
20273 msgid "GNU C does not support -C without using -E"
20274 msgstr "GNU C unterstützt nicht -C ohne -E"
20276 #: f/lang-specs.h:39 gcc.c:690
20277 msgid "GNU C does not support -CC without using -E"
20278 msgstr "GNU C unterstützt nicht -CC ohne -E"
20280 #: config/sparc/sol2-bi.h:168 config/sparc/sol2-bi.h:178
20281 #: config/sparc/linux64.h:197 config/sparc/linux64.h:208
20282 #: config/sparc/netbsd-elf.h:163 config/sparc/netbsd-elf.h:182
20283 msgid "may not use both -m32 and -m64"
20284 msgstr "-m32 und -m64 können nicht zusammen angegeben werden"
20286 #: config/ia64/freebsd.h:23 config/sparc/freebsd.h:33
20287 #: config/i386/freebsd-aout.h:203 config/alpha/freebsd.h:42
20288 msgid "`-p' not supported; use `-pg' and gprof(1)"
20289 msgstr "»-p« wird nicht unterstützt; verwenden Sie »-pg« und gprof(1)"
20291 #: config/vax/vax.h:50 config/vax/vax.h:51
20292 msgid "profiling not supported with -mg\n"
20293 msgstr "Profiling wird mit -mg nicht unterstützt\n"
20295 #: config/mips/mips.h:954
20296 msgid "-pipe is not supported"
20297 msgstr "-pipe wird nicht unterstützt"
20299 #: config/mips/mips.h:1147 config/arc/arc.h:63
20300 msgid "may not use both -EB and -EL"
20301 msgstr ""
20303 #: java/jvspec.c:77 gcc.c:716 ada/lang-specs.h:38
20304 msgid "-pg and -fomit-frame-pointer are incompatible"
20305 msgstr ""
20307 #: config/rs6000/darwin.h:62
20308 msgid " conflicting code gen style switches are used"
20309 msgstr ""
20311 #: config/i386/cygwin.h:115
20312 msgid "mno-cygwin and mno-win32 are not compatible"
20313 msgstr ""
20315 #: config/i386/cygwin.h:170 config/i386/mingw32.h:84
20316 msgid "shared and mdll are not compatible"
20317 msgstr ""
20319 #: gcc.c:867
20320 msgid "-E required when input is from standard input"
20321 msgstr ""
20323 #: gcc.c:871
20324 msgid "compilation of header file requested"
20325 msgstr ""
20327 #: java/lang-specs.h:33
20328 msgid "-fjni and -femit-class-files are incompatible"
20329 msgstr ""
20331 #: java/lang-specs.h:34
20332 msgid "-fjni and -femit-class-file are incompatible"
20333 msgstr ""
20335 #: java/lang-specs.h:35 java/lang-specs.h:36
20336 msgid "-femit-class-file should used along with -fsyntax-only"
20337 msgstr ""
20339 #: treelang/lang-specs.h:52
20340 msgid "-pg or -p and -fomit-frame-pointer are incompatible"
20341 msgstr ""
20343 #: config/vax/netbsd-elf.h:42
20344 msgid "The -shared option is not currently supported for VAX ELF."
20345 msgstr ""
20347 #: config/mcore/mcore.h:60
20348 msgid "choose either big or little endian, not both"
20349 msgstr ""
20351 #: config/mcore/mcore.h:63
20352 msgid "choose either m340 or m210 not both"
20353 msgstr ""
20355 #: config/mcore/mcore.h:64
20356 msgid "the m210 does not have little endian support"
20357 msgstr ""
20359 #: config/arm/arm.h:178
20360 msgid "-mapcs-26 and -mapcs-32 may not be used together"
20361 msgstr ""
20363 #: config/arm/arm.h:180
20364 msgid "-msoft-float and -mhard_float may not be used together"
20365 msgstr ""
20367 #: config/arm/arm.h:182
20368 msgid "-mbig-endian and -mlittle-endian may not be used together"
20369 msgstr ""
20371 #: config/mips/r3900.h:35
20372 msgid "-mhard-float not supported"
20373 msgstr ""
20375 #: config/mips/r3900.h:37
20376 msgid "-msingle-float and -msoft-float can not both be specified"
20377 msgstr ""
20379 #: ada/lang-specs.h:41
20380 msgid "-c or -S required for Ada"
20381 msgstr ""
20383 #: config/i386/sco5.h:585 config/i386/sco5.h:666
20384 msgid "-static not valid with -mcoff"
20385 msgstr ""
20387 #: config/i386/sco5.h:586 config/i386/sco5.h:667
20388 msgid "-shared not valid with -mcoff"
20389 msgstr ""
20391 #: config/i386/sco5.h:587 config/i386/sco5.h:668
20392 msgid "-symbolic not valid with -mcoff"
20393 msgstr ""
20395 #: config/i386/sco5.h:636
20396 msgid "-fpic is not valid with -mcoff"
20397 msgstr ""
20399 #: config/i386/sco5.h:637
20400 msgid "-fPIC is not valid with -mcoff"
20401 msgstr ""
20403 #: config/i386/sco5.h:669
20404 msgid "-fpic not valid with -mcoff"
20405 msgstr ""
20407 #: config/i386/sco5.h:670
20408 msgid "-fPIC not valid with -mcoff"
20409 msgstr ""
20411 #~ msgid "I/O error on output"
20412 #~ msgstr "Ein-/Ausgabefehler bei der Ausgabe"
20414 #~ msgid ""
20415 #~ "internal error in %s, at tradcpp.c:%d\n"
20416 #~ "Please submit a full bug report.\n"
20417 #~ "See %s for instructions."
20418 #~ msgstr ""
20419 #~ "Interner Fehler in %s bei tradcpp.c:%d\n"
20420 #~ "Bitte senden Sie einen vollständigen Fehlerbericht\n"
20421 #~ "auf Englisch ein; Fehler in der deutschen Übersetzung\n"
20422 #~ "sind an de@li.org zu melden.\n"
20423 #~ "Gehen Sie gemäß den Hinweisen in %s vor."