C90 prototype updates.
[gcc.git] / gcc / po / de.po
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.
5 #
6 # Wer möchte an dieser Übersetzung arbeiten? Bitte bei de@li.org melden!
7 #
8 msgid ""
9 msgstr ""
10 "Project-Id-Version: gcc 3.3-b20021230\n"
11 "POT-Creation-Date: 2003-10-24 13:20+0200\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"
18
19 #: attribs.c:185
20 #, c-format
21 msgid "`%s' attribute directive ignored"
22 msgstr "Attribut-Anweisung »%s« wird ignoriert"
23
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"
28
29 #: attribs.c:210
30 #, c-format
31 msgid "`%s' attribute does not apply to types"
32 msgstr ""
33
34 #: attribs.c:247
35 #, c-format
36 msgid "`%s' attribute only applies to function types"
37 msgstr ""
38
39 #: attribs.c:404 c-common.c:5275 c-common.c:5297 c-common.c:5319
40 #: c-common.c:5350 c-common.c:5372 c-common.c:5397 c-common.c:5423
41 #: c-common.c:5453 c-common.c:5491 c-common.c:5538 c-common.c:5568
42 #: c-common.c:5598 c-common.c:5621 c-common.c:5878 c-common.c:5900
43 #: c-common.c:5943 c-common.c:6020 c-common.c:6076 c-common.c:6103
44 #: c-common.c:6186 c-common.c:6220 c-common.c:6574 config/arm/arm.c:2101
45 #: config/arm/arm.c:2128 config/avr/avr.c:4774 config/h8300/h8300.c:3693
46 #: config/h8300/h8300.c:3718 config/i386/i386.c:1403 config/i386/winnt.c:78
47 #: config/ip2k/ip2k.c:3204
48 #, c-format
49 msgid "`%s' attribute ignored"
50 msgstr "Attribut »%s« wird ignoriert"
51
52 #: builtins.c:285
53 msgid "offset outside bounds of constant string"
54 msgstr ""
55
56 #: builtins.c:765
57 msgid "second arg to `__builtin_prefetch' must be a constant"
58 msgstr ""
59
60 #: builtins.c:772
61 msgid "invalid second arg to __builtin_prefetch; using zero"
62 msgstr ""
63
64 #: builtins.c:779
65 msgid "third arg to `__builtin_prefetch' must be a constant"
66 msgstr ""
67
68 #: builtins.c:786
69 msgid "invalid third arg to __builtin_prefetch; using zero"
70 msgstr ""
71
72 #. ??? We used to try and build up a call to the out of line function,
73 #. guessing about what registers needed saving etc. This became much
74 #. harder with __builtin_va_start, since we don't have a tree for a
75 #. call to __builtin_saveregs to fall back on. There was exactly one
76 #. port (i860) that used this code, and I'm unconvinced it could actually
77 #. handle the general case. So we no longer try to handle anything
78 #. weird and make the backend absorb the evil.
79 #: builtins.c:2875
80 msgid "__builtin_saveregs not supported by this target"
81 msgstr ""
82
83 #: builtins.c:2917
84 msgid "argument of `__builtin_args_info' must be constant"
85 msgstr ""
86
87 #: builtins.c:2923
88 msgid "argument of `__builtin_args_info' out of range"
89 msgstr ""
90
91 #: builtins.c:2929
92 msgid "missing argument in `__builtin_args_info'"
93 msgstr ""
94
95 #: builtins.c:2960
96 msgid "`va_start' used in function with fixed args"
97 msgstr ""
98
99 #: builtins.c:2979
100 msgid "second parameter of `va_start' not last named argument"
101 msgstr ""
102
103 #. Evidently an out of date version of <stdarg.h>; can't validate
104 #. va_start's second argument, but can still work as intended.
105 #: builtins.c:2984
106 msgid "`__builtin_next_arg' called without an argument"
107 msgstr ""
108
109 #: builtins.c:3070
110 msgid "too many arguments to function `va_start'"
111 msgstr ""
112
113 #: builtins.c:3172
114 msgid "first argument to `va_arg' not of type `va_list'"
115 msgstr ""
116
117 #. Unfortunately, this is merely undefined, rather than a constraint
118 #. violation, so we cannot make this an error. If this call is never
119 #. executed, the program is still strictly conforming.
120 #: builtins.c:3204
121 #, c-format
122 msgid "`%s' is promoted to `%s' when passed through `...'"
123 msgstr ""
124
125 #: builtins.c:3209
126 #, c-format
127 msgid "(so you should pass `%s' not `%s' to `va_arg')"
128 msgstr ""
129
130 #: builtins.c:3340
131 msgid "invalid arg to `__builtin_frame_address'"
132 msgstr ""
133
134 #: builtins.c:3342
135 msgid "invalid arg to `__builtin_return_address'"
136 msgstr ""
137
138 #: builtins.c:3356
139 msgid "unsupported arg to `__builtin_frame_address'"
140 msgstr ""
141
142 #: builtins.c:3358
143 msgid "unsupported arg to `__builtin_return_address'"
144 msgstr ""
145
146 #: builtins.c:3530
147 msgid "second arg to `__builtin_expect' must be a constant"
148 msgstr ""
149
150 #: builtins.c:4028
151 msgid "__builtin_longjmp second argument must be 1"
152 msgstr ""
153
154 #. just do library call, if unknown builtin
155 #: builtins.c:4092 c-common.c:4459
156 #, c-format
157 msgid "built-in function `%s' not currently supported"
158 msgstr ""
159
160 #: builtins.c:4165
161 msgid "target format does not support infinity"
162 msgstr ""
163
164 #: c-common.c:1168
165 #, c-format
166 msgid "`%s' is not defined outside of function scope"
167 msgstr ""
168
169 #: c-common.c:1189
170 #, c-format
171 msgid "string length `%d' is greater than the length `%d' ISO C%d compilers are required to support"
172 msgstr ""
173
174 #: c-common.c:1247
175 msgid "concatenation of string literals with __FUNCTION__ is deprecated"
176 msgstr ""
177
178 #: c-common.c:1343
179 msgid "overflow in constant expression"
180 msgstr ""
181
182 #: c-common.c:1364
183 msgid "integer overflow in expression"
184 msgstr ""
185
186 #: c-common.c:1373
187 msgid "floating point overflow in expression"
188 msgstr ""
189
190 #: c-common.c:1379
191 msgid "vector overflow in expression"
192 msgstr ""
193
194 #. This detects cases like converting -129 or 256 to unsigned char.
195 #: c-common.c:1402
196 msgid "large integer implicitly truncated to unsigned type"
197 msgstr ""
198
199 #: c-common.c:1404
200 msgid "negative integer implicitly converted to unsigned type"
201 msgstr ""
202
203 #: c-common.c:1452
204 msgid "overflow in implicit constant conversion"
205 msgstr ""
206
207 #: c-common.c:1600
208 #, c-format
209 msgid "operation on `%s' may be undefined"
210 msgstr ""
211
212 #: c-common.c:1891
213 msgid "expression statement has incomplete type"
214 msgstr ""
215
216 #: c-common.c:1924
217 msgid "case label does not reduce to an integer constant"
218 msgstr ""
219
220 #: c-common.c:2228
221 msgid "invalid truth-value expression"
222 msgstr ""
223
224 #: c-common.c:2279
225 #, c-format
226 msgid "invalid operands to binary %s"
227 msgstr ""
228
229 #: c-common.c:2513
230 msgid "comparison is always false due to limited range of data type"
231 msgstr ""
232
233 #: c-common.c:2515
234 msgid "comparison is always true due to limited range of data type"
235 msgstr ""
236
237 #: c-common.c:2585
238 msgid "comparison of unsigned expression >= 0 is always true"
239 msgstr ""
240
241 #: c-common.c:2594
242 msgid "comparison of unsigned expression < 0 is always false"
243 msgstr ""
244
245 #: c-common.c:2641
246 msgid "pointer of type `void *' used in arithmetic"
247 msgstr ""
248
249 #: c-common.c:2647
250 msgid "pointer to a function used in arithmetic"
251 msgstr ""
252
253 #: c-common.c:2653
254 msgid "pointer to member function used in arithmetic"
255 msgstr ""
256
257 #: c-common.c:2659
258 msgid "pointer to a member used in arithmetic"
259 msgstr ""
260
261 #: c-common.c:2746 f/com.c:14762
262 msgid "struct type value used where scalar is required"
263 msgstr ""
264
265 #: c-common.c:2750 f/com.c:14766
266 msgid "union type value used where scalar is required"
267 msgstr ""
268
269 #: c-common.c:2754 f/com.c:14770
270 msgid "array type value used where scalar is required"
271 msgstr ""
272
273 #: c-common.c:2874 f/com.c:14903
274 msgid "suggest parentheses around assignment used as truth value"
275 msgstr ""
276
277 #: c-common.c:2918 c-common.c:2950
278 msgid "invalid use of `restrict'"
279 msgstr ""
280
281 #: c-common.c:3064
282 msgid "invalid application of `sizeof' to a function type"
283 msgstr ""
284
285 #: c-common.c:3074
286 #, c-format
287 msgid "invalid application of `%s' to a void type"
288 msgstr ""
289
290 #: c-common.c:3080
291 #, c-format
292 msgid "invalid application of `%s' to an incomplete type"
293 msgstr ""
294
295 #: c-common.c:3121
296 msgid "`__alignof' applied to a bit-field"
297 msgstr ""
298
299 #: c-common.c:3618
300 #, c-format
301 msgid "cannot disable built-in function `%s'"
302 msgstr ""
303
304 #: c-common.c:3787 c-typeck.c:1748
305 #, c-format
306 msgid "too few arguments to function `%s'"
307 msgstr ""
308
309 #: c-common.c:3793 c-typeck.c:1601
310 #, c-format
311 msgid "too many arguments to function `%s'"
312 msgstr ""
313
314 #: c-common.c:3812
315 #, c-format
316 msgid "non-floating-point argument to function `%s'"
317 msgstr ""
318
319 #: c-common.c:4081
320 msgid "pointers are not permitted as case values"
321 msgstr ""
322
323 #: c-common.c:4087
324 msgid "ISO C++ forbids range expressions in switch statements"
325 msgstr ""
326
327 #: c-common.c:4089
328 msgid "ISO C forbids range expressions in switch statements"
329 msgstr ""
330
331 #: c-common.c:4119
332 msgid "empty range specified"
333 msgstr ""
334
335 #: c-common.c:4170
336 msgid "duplicate (or overlapping) case value"
337 msgstr ""
338
339 #: c-common.c:4172
340 msgid "this is the first entry overlapping that value"
341 msgstr ""
342
343 #: c-common.c:4176
344 msgid "duplicate case value"
345 msgstr ""
346
347 #: c-common.c:4177
348 msgid "previously used here"
349 msgstr ""
350
351 #: c-common.c:4181
352 msgid "multiple default labels in one switch"
353 msgstr ""
354
355 #: c-common.c:4182
356 msgid "this is the first default label"
357 msgstr ""
358
359 #: c-common.c:4210
360 msgid "ISO C++ forbids taking the address of a label"
361 msgstr ""
362
363 #: c-common.c:4212
364 msgid "ISO C forbids taking the address of a label"
365 msgstr ""
366
367 #: c-common.c:5235
368 #, c-format
369 msgid "declaration of `%s' shadows %s"
370 msgstr ""
371
372 #: c-common.c:5654
373 #, c-format
374 msgid "unknown machine mode `%s'"
375 msgstr ""
376
377 #: c-common.c:5657
378 #, c-format
379 msgid "no data type for mode `%s'"
380 msgstr ""
381
382 #: c-common.c:5666 c-common.c:6316
383 #, c-format
384 msgid "unable to emulate '%s'"
385 msgstr ""
386
387 #: c-common.c:5702
388 msgid "section attribute cannot be specified for local variables"
389 msgstr ""
390
391 #: c-common.c:5713
392 #, c-format
393 msgid "section of `%s' conflicts with previous declaration"
394 msgstr ""
395
396 #: c-common.c:5722
397 #, c-format
398 msgid "section attribute not allowed for `%s'"
399 msgstr ""
400
401 #: c-common.c:5729
402 msgid "section attributes are not supported for this target"
403 msgstr ""
404
405 #: c-common.c:5771
406 msgid "requested alignment is not a constant"
407 msgstr ""
408
409 #: c-common.c:5776
410 msgid "requested alignment is not a power of 2"
411 msgstr ""
412
413 #: c-common.c:5781
414 msgid "requested alignment is too large"
415 msgstr ""
416
417 #: c-common.c:5808
418 #, c-format
419 msgid "alignment may not be specified for `%s'"
420 msgstr ""
421
422 #: c-common.c:5853
423 #, c-format
424 msgid "`%s' defined both normally and as an alias"
425 msgstr ""
426
427 #: c-common.c:5863
428 msgid "alias arg not a string"
429 msgstr ""
430
431 #: c-common.c:5910
432 msgid "visibility arg not a string"
433 msgstr ""
434
435 #: c-common.c:5919
436 msgid "visibility arg must be one of \"default\", \"hidden\", \"protected\" or \"internal\""
437 msgstr ""
438
439 #: c-common.c:5953
440 msgid "tls_model arg not a string"
441 msgstr ""
442
443 #: c-common.c:5962
444 msgid "tls_model arg must be one of \"local-exec\", \"initial-exec\", \"local-dynamic\" or \"global-dynamic\""
445 msgstr ""
446
447 #: c-common.c:5987 c-common.c:6043
448 #, c-format
449 msgid "`%s' attribute applies only to functions"
450 msgstr ""
451
452 #: c-common.c:5994 c-common.c:6050
453 #, c-format
454 msgid "can't set `%s' attribute after definition"
455 msgstr ""
456
457 #: c-common.c:6114
458 msgid "cleanup arg not an identifier"
459 msgstr ""
460
461 #: c-common.c:6121
462 msgid "cleanup arg not a function"
463 msgstr ""
464
465 #: c-common.c:6183
466 #, c-format
467 msgid "`%s' attribute ignored for `%s'"
468 msgstr ""
469
470 #: c-common.c:6248
471 #, c-format
472 msgid "invalid vector type for attribute `%s'"
473 msgstr ""
474
475 #: c-common.c:6272 c-common.c:6304
476 msgid "no vector mode with the size and type specified could be found"
477 msgstr ""
478
479 #: c-common.c:6403
480 msgid "nonnull attribute without arguments on a non-prototype"
481 msgstr ""
482
483 #: c-common.c:6418
484 #, c-format
485 msgid "nonnull argument has invalid operand number (arg %lu)"
486 msgstr ""
487
488 #: c-common.c:6437
489 #, c-format
490 msgid "nonnull argument with out-of-range operand number (arg %lu, operand %lu)"
491 msgstr ""
492
493 #: c-common.c:6445
494 #, c-format
495 msgid "nonnull argument references non-pointer operand (arg %lu, operand %lu)"
496 msgstr ""
497
498 #: c-common.c:6531
499 #, c-format
500 msgid "null argument where non-null required (arg %lu)"
501 msgstr ""
502
503 #: c-convert.c:80 c-typeck.c:988 c-typeck.c:4059 cp/typeck.c:1615
504 #: cp/typeck.c:5939
505 msgid "void value not ignored as it ought to be"
506 msgstr ""
507
508 #: c-convert.c:112 java/typeck.c:150
509 msgid "conversion to non-scalar type requested"
510 msgstr ""
511
512 #: c-decl.c:340
513 #, c-format
514 msgid "array `%s' assumed to have one element"
515 msgstr ""
516
517 #: c-decl.c:526
518 #, c-format
519 msgid "`struct %s' incomplete in scope ending here"
520 msgstr ""
521
522 #: c-decl.c:529
523 #, c-format
524 msgid "`union %s' incomplete in scope ending here"
525 msgstr ""
526
527 #: c-decl.c:532
528 #, c-format
529 msgid "`enum %s' incomplete in scope ending here"
530 msgstr ""
531
532 #: c-decl.c:646 c-decl.c:771 java/decl.c:1403
533 #, c-format
534 msgid "label `%s' used but not defined"
535 msgstr ""
536
537 #: c-decl.c:652 c-decl.c:778 java/decl.c:1409
538 #, c-format
539 msgid "label `%s' defined but not used"
540 msgstr ""
541
542 #: c-decl.c:893 cp/decl.c:3335
543 #, c-format
544 msgid "function `%s' redeclared as inline"
545 msgstr ""
546
547 #: c-decl.c:895 cp/decl.c:3337
548 #, c-format
549 msgid "previous declaration of function `%s' with attribute noinline"
550 msgstr ""
551
552 #: c-decl.c:902 cp/decl.c:3344
553 #, c-format
554 msgid "function `%s' redeclared with attribute noinline"
555 msgstr ""
556
557 #: c-decl.c:904 cp/decl.c:3346
558 #, c-format
559 msgid "previous declaration of function `%s' was inline"
560 msgstr ""
561
562 #: c-decl.c:933 c-decl.c:979
563 #, c-format
564 msgid "shadowing built-in function `%s'"
565 msgstr ""
566
567 #: c-decl.c:935
568 #, c-format
569 msgid "shadowing library function `%s'"
570 msgstr ""
571
572 #: c-decl.c:941
573 #, c-format
574 msgid "library function `%s' declared as non-function"
575 msgstr ""
576
577 #: c-decl.c:945 c-decl.c:948
578 #, c-format
579 msgid "built-in function `%s' declared as non-function"
580 msgstr ""
581
582 #: c-decl.c:952 objc/objc-act.c:2384 objc/objc-act.c:6154
583 #, c-format
584 msgid "`%s' redeclared as different kind of symbol"
585 msgstr ""
586
587 #: c-decl.c:953 c-decl.c:1144 c-decl.c:1158 c-decl.c:1165 c-decl.c:1310
588 #: objc/objc-act.c:2386 objc/objc-act.c:6156 objc/objc-act.c:6211
589 #, c-format
590 msgid "previous declaration of `%s'"
591 msgstr ""
592
593 #. If types don't match for a built-in, throw away the built-in.
594 #: c-decl.c:1048
595 #, c-format
596 msgid "conflicting types for built-in function `%s'"
597 msgstr ""
598
599 #: c-decl.c:1091 c-decl.c:1110
600 #, c-format
601 msgid "conflicting types for `%s'"
602 msgstr ""
603
604 #: c-decl.c:1133
605 msgid "a parameter list with an ellipsis can't match an empty parameter name list declaration"
606 msgstr ""
607
608 #: c-decl.c:1139
609 msgid "an argument type that has a default promotion can't match an empty parameter name list declaration"
610 msgstr ""
611
612 #: c-decl.c:1157
613 #, c-format
614 msgid "thread-local declaration of `%s' follows non thread-local declaration"
615 msgstr ""
616
617 #: c-decl.c:1164
618 #, c-format
619 msgid "non thread-local declaration of `%s' follows thread-local declaration"
620 msgstr ""
621
622 #: c-decl.c:1175 c-decl.c:1198
623 #, c-format
624 msgid "redefinition of `%s'"
625 msgstr ""
626
627 #: c-decl.c:1178
628 #, c-format
629 msgid "redeclaration of `%s'"
630 msgstr ""
631
632 #: c-decl.c:1181
633 #, c-format
634 msgid "conflicting declarations of `%s'"
635 msgstr ""
636
637 #: c-decl.c:1225
638 #, c-format
639 msgid "prototype for `%s' follows"
640 msgstr ""
641
642 #: c-decl.c:1226 c-decl.c:1234 c-decl.c:1245
643 msgid "non-prototype definition here"
644 msgstr ""
645
646 #: c-decl.c:1233
647 #, c-format
648 msgid "prototype for `%s' follows and number of arguments doesn't match"
649 msgstr ""
650
651 #: c-decl.c:1243
652 #, c-format
653 msgid "prototype for `%s' follows and argument %d doesn't match"
654 msgstr ""
655
656 #: c-decl.c:1261
657 #, c-format
658 msgid "`%s' declared inline after being called"
659 msgstr ""
660
661 #: c-decl.c:1267
662 #, c-format
663 msgid "`%s' declared inline after its definition"
664 msgstr ""
665
666 #: c-decl.c:1274
667 #, c-format
668 msgid "static declaration for `%s' follows non-static"
669 msgstr ""
670
671 #: c-decl.c:1282
672 #, c-format
673 msgid "non-static declaration for `%s' follows static"
674 msgstr ""
675
676 #: c-decl.c:1289
677 #, c-format
678 msgid "const declaration for `%s' follows non-const"
679 msgstr ""
680
681 #: c-decl.c:1296
682 #, c-format
683 msgid "type qualifiers for `%s' conflict with previous decl"
684 msgstr ""
685
686 #: c-decl.c:1309
687 #, c-format
688 msgid "redundant redeclaration of `%s' in same scope"
689 msgstr ""
690
691 #: c-decl.c:1619 java/decl.c:1102
692 #, c-format
693 msgid "declaration of `%s' shadows a parameter"
694 msgstr ""
695
696 #: c-decl.c:1622 java/decl.c:1105
697 #, c-format
698 msgid "declaration of `%s' shadows a symbol from the parameter list"
699 msgstr ""
700
701 #: c-decl.c:1643 cp/decl.c:4479
702 msgid "a parameter"
703 msgstr ""
704
705 #: c-decl.c:1645 cp/decl.c:4496
706 msgid "a previous local"
707 msgstr ""
708
709 #. XXX shadow warnings in outer-more namespaces
710 #: c-decl.c:1649 cp/decl.c:4500
711 msgid "a global declaration"
712 msgstr ""
713
714 #: c-decl.c:1693
715 #, c-format
716 msgid "nested extern declaration of `%s'"
717 msgstr ""
718
719 #: c-decl.c:1712 java/decl.c:1055
720 #, c-format
721 msgid "`%s' used prior to declaration"
722 msgstr ""
723
724 #: c-decl.c:1726 c-decl.c:1901
725 #, c-format
726 msgid "`%s' was declared implicitly `extern' and later `static'"
727 msgstr ""
728
729 #: c-decl.c:1829 cp/decl.c:4336
730 msgid "type mismatch with previous external decl"
731 msgstr ""
732
733 #: c-decl.c:1830
734 #, c-format
735 msgid "previous external decl of `%s'"
736 msgstr ""
737
738 #: c-decl.c:1843
739 msgid "type mismatch with previous implicit declaration"
740 msgstr ""
741
742 #: c-decl.c:1845
743 #, c-format
744 msgid "previous implicit declaration of `%s'"
745 msgstr ""
746
747 #: c-decl.c:1880
748 #, c-format
749 msgid "`%s' was previously implicitly declared to return `int'"
750 msgstr ""
751
752 #: c-decl.c:1905
753 #, c-format
754 msgid "`%s' was declared `extern' and later `static'"
755 msgstr ""
756
757 #: c-decl.c:1929
758 #, c-format
759 msgid "extern declaration of `%s' doesn't match global one"
760 msgstr ""
761
762 #: c-decl.c:1971
763 #, c-format
764 msgid "`%s' locally external but globally static"
765 msgstr ""
766
767 #: c-decl.c:2095
768 #, c-format
769 msgid "function `%s' was previously declared within a block"
770 msgstr ""
771
772 #: c-decl.c:2115 c-decl.c:2117
773 #, c-format
774 msgid "implicit declaration of function `%s'"
775 msgstr ""
776
777 #: c-decl.c:2196
778 #, c-format
779 msgid "label %s referenced outside of any function"
780 msgstr ""
781
782 #: c-decl.c:2253
783 #, c-format
784 msgid "duplicate label declaration `%s'"
785 msgstr ""
786
787 #: c-decl.c:2256
788 msgid "this is a previous declaration"
789 msgstr ""
790
791 #: c-decl.c:2679
792 msgid "unnamed struct/union that defines no instances"
793 msgstr ""
794
795 #: c-decl.c:2698
796 msgid "useless keyword or type name in empty declaration"
797 msgstr ""
798
799 #: c-decl.c:2705
800 msgid "two types specified in one empty declaration"
801 msgstr ""
802
803 #: c-decl.c:2710 c-parse.y:753 c-parse.y:755 parse.y:766 parse.y:1853
804 #: objc-parse.y:799 objc-parse.y:801 objc-parse.y:3042
805 msgid "empty declaration"
806 msgstr "leere Deklaration"
807
808 #: c-decl.c:2740
809 msgid "ISO C90 does not support `static' or type qualifiers in parameter array declarators"
810 msgstr ""
811
812 #: c-decl.c:2742
813 #, fuzzy
814 msgid "ISO C90 does not support `[*]' array declarators"
815 msgstr "ISO C89 unterstützt nicht »long long«"
816
817 #: c-decl.c:2745
818 msgid "GCC does not yet properly implement `[*]' array declarators"
819 msgstr ""
820
821 #: c-decl.c:2764
822 msgid "static or type qualifiers in abstract declarator"
823 msgstr ""
824
825 #: c-decl.c:2838
826 #, c-format
827 msgid "`%s' is usually a function"
828 msgstr ""
829
830 #: c-decl.c:2847
831 #, c-format
832 msgid "typedef `%s' is initialized (use __typeof__ instead)"
833 msgstr ""
834
835 #: c-decl.c:2853
836 #, c-format
837 msgid "function `%s' is initialized like a variable"
838 msgstr ""
839
840 #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
841 #: c-decl.c:2860
842 #, c-format
843 msgid "parameter `%s' is initialized"
844 msgstr ""
845
846 #: c-decl.c:2880 c-typeck.c:4895
847 msgid "variable-sized object may not be initialized"
848 msgstr ""
849
850 #: c-decl.c:2886
851 #, c-format
852 msgid "variable `%s' has initializer but incomplete type"
853 msgstr ""
854
855 #: c-decl.c:2892
856 #, c-format
857 msgid "elements of array `%s' have incomplete type"
858 msgstr ""
859
860 #: c-decl.c:2905
861 #, c-format
862 msgid "declaration of `%s' has `extern' and is initialized"
863 msgstr ""
864
865 #: c-decl.c:2954 c-decl.c:5828 cp/decl.c:7760 cp/decl.c:14339
866 #, c-format
867 msgid "inline function `%s' given attribute noinline"
868 msgstr ""
869
870 #: c-decl.c:3028
871 #, c-format
872 msgid "initializer fails to determine size of `%s'"
873 msgstr ""
874
875 #: c-decl.c:3033
876 #, c-format
877 msgid "array size missing in `%s'"
878 msgstr ""
879
880 #: c-decl.c:3049
881 #, c-format
882 msgid "zero or negative size array `%s'"
883 msgstr ""
884
885 #: c-decl.c:3077
886 #, c-format
887 msgid "storage size of `%s' isn't known"
888 msgstr ""
889
890 #: c-decl.c:3087
891 #, c-format
892 msgid "storage size of `%s' isn't constant"
893 msgstr ""
894
895 #: c-decl.c:3147
896 #, c-format
897 msgid "ignoring asm-specifier for non-static local variable `%s'"
898 msgstr ""
899
900 #: c-decl.c:3247
901 #, c-format
902 msgid "ISO C forbids parameter `%s' shadowing typedef"
903 msgstr ""
904
905 #: c-decl.c:3592 cp/decl.c:10880
906 msgid "`long long long' is too long for GCC"
907 msgstr "»long long long« ist für GCC zu lang"
908
909 #: c-decl.c:3597
910 msgid "ISO C90 does not support `long long'"
911 msgstr "ISO C90 unterstützt nicht »long long«"
912
913 #: c-decl.c:3606 c-decl.c:3609 cp/decl.c:10885
914 #, c-format
915 msgid "duplicate `%s'"
916 msgstr ""
917
918 #: c-decl.c:3619 cp/decl.c:10892
919 msgid "`__thread' before `extern'"
920 msgstr ""
921
922 #: c-decl.c:3621 cp/decl.c:10894
923 msgid "`__thread' before `static'"
924 msgstr ""
925
926 #: c-decl.c:3629 cp/decl.c:10921
927 #, c-format
928 msgid "two or more data types in declaration of `%s'"
929 msgstr ""
930
931 #: c-decl.c:3649 cp/decl.c:10926
932 #, c-format
933 msgid "`%s' fails to be a typedef or built in type"
934 msgstr ""
935
936 #: c-decl.c:3688
937 #, c-format
938 msgid "type defaults to `int' in declaration of `%s'"
939 msgstr ""
940
941 #: c-decl.c:3717
942 #, c-format
943 msgid "both long and short specified for `%s'"
944 msgstr ""
945
946 #: c-decl.c:3721 cp/decl.c:11041
947 #, c-format
948 msgid "long or short specified with char for `%s'"
949 msgstr ""
950
951 #: c-decl.c:3728 cp/decl.c:11045
952 #, c-format
953 msgid "long or short specified with floating type for `%s'"
954 msgstr ""
955
956 #: c-decl.c:3731
957 msgid "the only valid combination is `long double'"
958 msgstr ""
959
960 #: c-decl.c:3737
961 #, c-format
962 msgid "both signed and unsigned specified for `%s'"
963 msgstr ""
964
965 #: c-decl.c:3739 cp/decl.c:11034
966 #, c-format
967 msgid "long, short, signed or unsigned invalid for `%s'"
968 msgstr ""
969
970 #: c-decl.c:3745 cp/decl.c:11054
971 #, c-format
972 msgid "long, short, signed or unsigned used invalidly for `%s'"
973 msgstr ""
974
975 #: c-decl.c:3763 cp/decl.c:11075
976 #, c-format
977 msgid "complex invalid for `%s'"
978 msgstr ""
979
980 #: c-decl.c:3805
981 msgid "ISO C90 does not support complex types"
982 msgstr "ISO C90 unterstützt nicht komplexe Typen"
983
984 #: c-decl.c:3817
985 msgid "ISO C does not support plain `complex' meaning `double complex'"
986 msgstr ""
987
988 #: c-decl.c:3823 c-decl.c:3835
989 msgid "ISO C does not support complex integer types"
990 msgstr ""
991
992 #: c-decl.c:3850 c-decl.c:4316 cp/decl.c:11688
993 msgid "duplicate `const'"
994 msgstr ""
995
996 #: c-decl.c:3852 c-decl.c:4320 cp/decl.c:11692
997 msgid "duplicate `restrict'"
998 msgstr ""
999
1000 #: c-decl.c:3854 c-decl.c:4318 cp/decl.c:11690
1001 msgid "duplicate `volatile'"
1002 msgstr ""
1003
1004 #: c-decl.c:3882 cp/decl.c:11238
1005 #, c-format
1006 msgid "multiple storage classes in declaration of `%s'"
1007 msgstr ""
1008
1009 #: c-decl.c:3892
1010 msgid "function definition declared `auto'"
1011 msgstr ""
1012
1013 #: c-decl.c:3894
1014 msgid "function definition declared `register'"
1015 msgstr ""
1016
1017 #: c-decl.c:3896
1018 msgid "function definition declared `typedef'"
1019 msgstr ""
1020
1021 #: c-decl.c:3898
1022 msgid "function definition declared `__thread'"
1023 msgstr ""
1024
1025 #: c-decl.c:3911
1026 #, c-format
1027 msgid "storage class specified for structure field `%s'"
1028 msgstr ""
1029
1030 #: c-decl.c:3915 cp/decl.c:11285
1031 #, c-format
1032 msgid "storage class specified for parameter `%s'"
1033 msgstr ""
1034
1035 #: c-decl.c:3918 cp/decl.c:11287
1036 msgid "storage class specified for typename"
1037 msgstr ""
1038
1039 #: c-decl.c:3930 cp/decl.c:11302
1040 #, c-format
1041 msgid "`%s' initialized and declared `extern'"
1042 msgstr ""
1043
1044 #: c-decl.c:3932 cp/decl.c:11305
1045 #, c-format
1046 msgid "`%s' has both `extern' and initializer"
1047 msgstr ""
1048
1049 #: c-decl.c:3937 cp/decl.c:11313
1050 #, c-format
1051 msgid "top-level declaration of `%s' specifies `auto'"
1052 msgstr ""
1053
1054 #: c-decl.c:3942 cp/decl.c:11309
1055 #, c-format
1056 msgid "nested function `%s' declared `extern'"
1057 msgstr ""
1058
1059 #: c-decl.c:3948 cp/decl.c:11319
1060 #, c-format
1061 msgid "function-scope `%s' implicitly auto and declared `__thread'"
1062 msgstr ""
1063
1064 #. Only the innermost declarator (making a parameter be of
1065 #. array type which is converted to pointer type)
1066 #. may have static or type qualifiers.
1067 #: c-decl.c:3987 c-decl.c:4188
1068 msgid "static or type qualifiers in non-parameter array declarator"
1069 msgstr ""
1070
1071 #: c-decl.c:4031
1072 #, c-format
1073 msgid "declaration of `%s' as array of voids"
1074 msgstr ""
1075
1076 #: c-decl.c:4037
1077 #, c-format
1078 msgid "declaration of `%s' as array of functions"
1079 msgstr ""
1080
1081 #: c-decl.c:4042 c-decl.c:5332
1082 msgid "invalid use of structure with flexible array member"
1083 msgstr ""
1084
1085 #: c-decl.c:4061
1086 #, c-format
1087 msgid "size of array `%s' has non-integer type"
1088 msgstr ""
1089
1090 #: c-decl.c:4066
1091 #, c-format
1092 msgid "ISO C forbids zero-size array `%s'"
1093 msgstr ""
1094
1095 #: c-decl.c:4073
1096 #, c-format
1097 msgid "size of array `%s' is negative"
1098 msgstr ""
1099
1100 #: c-decl.c:4086
1101 #, c-format
1102 msgid "ISO C90 forbids array `%s' whose size can't be evaluated"
1103 msgstr ""
1104
1105 #: c-decl.c:4089
1106 #, c-format
1107 msgid "ISO C90 forbids variable-size array `%s'"
1108 msgstr ""
1109
1110 #: c-decl.c:4119 c-decl.c:4342 cp/decl.c:11897
1111 #, c-format
1112 msgid "size of array `%s' is too large"
1113 msgstr ""
1114
1115 #: c-decl.c:4145
1116 #, fuzzy
1117 msgid "ISO C90 does not support flexible array members"
1118 msgstr "ISO C90 unterstützt nicht komplexe Typen"
1119
1120 #: c-decl.c:4155
1121 msgid "array type has incomplete element type"
1122 msgstr ""
1123
1124 #: c-decl.c:4162 c-decl.c:4392
1125 msgid "ISO C forbids const or volatile function types"
1126 msgstr ""
1127
1128 #: c-decl.c:4208 cp/decl.c:11445
1129 #, c-format
1130 msgid "`%s' declared as function returning a function"
1131 msgstr ""
1132
1133 #: c-decl.c:4213 cp/decl.c:11450
1134 #, c-format
1135 msgid "`%s' declared as function returning an array"
1136 msgstr ""
1137
1138 #: c-decl.c:4241
1139 msgid "ISO C forbids qualified void function return type"
1140 msgstr ""
1141
1142 #: c-decl.c:4245
1143 msgid "type qualifiers ignored on function return type"
1144 msgstr ""
1145
1146 #: c-decl.c:4274 c-decl.c:4357 c-decl.c:4481 c-decl.c:4573
1147 msgid "ISO C forbids qualified function types"
1148 msgstr ""
1149
1150 #: c-decl.c:4314 cp/decl.c:11684
1151 msgid "invalid type modifier within pointer declarator"
1152 msgstr ""
1153
1154 #: c-decl.c:4412 cp/decl.c:12182
1155 #, c-format
1156 msgid "variable or field `%s' declared void"
1157 msgstr ""
1158
1159 #: c-decl.c:4445
1160 msgid "attributes in parameter array declarator ignored"
1161 msgstr ""
1162
1163 #: c-decl.c:4470
1164 msgid "invalid type modifier within array declarator"
1165 msgstr ""
1166
1167 #: c-decl.c:4515
1168 #, c-format
1169 msgid "field `%s' declared as a function"
1170 msgstr ""
1171
1172 #: c-decl.c:4521
1173 #, c-format
1174 msgid "field `%s' has incomplete type"
1175 msgstr ""
1176
1177 #: c-decl.c:4553 c-decl.c:4555 c-decl.c:4557 c-decl.c:4564
1178 #, c-format
1179 msgid "invalid storage class for function `%s'"
1180 msgstr ""
1181
1182 #: c-decl.c:4579
1183 msgid "`noreturn' function returns non-void value"
1184 msgstr ""
1185
1186 #: c-decl.c:4594
1187 msgid "cannot inline function `main'"
1188 msgstr ""
1189
1190 #: c-decl.c:4649
1191 #, c-format
1192 msgid "variable `%s' declared `inline'"
1193 msgstr ""
1194
1195 #. A mere warning is sure to result in improper semantics
1196 #. at runtime. Don't bother to allow this to compile.
1197 #: c-decl.c:4677 cp/decl.c:9951
1198 msgid "thread-local storage not supported for this target"
1199 msgstr ""
1200
1201 #: c-decl.c:4732 c-decl.c:5880
1202 msgid "function declaration isn't a prototype"
1203 msgstr ""
1204
1205 #: c-decl.c:4738
1206 msgid "parameter names (without types) in function declaration"
1207 msgstr ""
1208
1209 #: c-decl.c:4770 c-decl.c:6250
1210 #, c-format
1211 msgid "parameter `%s' has incomplete type"
1212 msgstr ""
1213
1214 #: c-decl.c:4773
1215 msgid "parameter has incomplete type"
1216 msgstr ""
1217
1218 #: c-decl.c:4794
1219 #, c-format
1220 msgid "parameter `%s' points to incomplete type"
1221 msgstr ""
1222
1223 #: c-decl.c:4797
1224 msgid "parameter points to incomplete type"
1225 msgstr ""
1226
1227 #: c-decl.c:4862
1228 #, c-format
1229 msgid "parameter `%s' has just a forward declaration"
1230 msgstr ""
1231
1232 #: c-decl.c:4903
1233 msgid "`void' in parameter list must be the entire list"
1234 msgstr ""
1235
1236 #: c-decl.c:4934
1237 #, c-format
1238 msgid "`struct %s' declared inside parameter list"
1239 msgstr ""
1240
1241 #: c-decl.c:4937
1242 #, c-format
1243 msgid "`union %s' declared inside parameter list"
1244 msgstr ""
1245
1246 #: c-decl.c:4940
1247 #, c-format
1248 msgid "`enum %s' declared inside parameter list"
1249 msgstr ""
1250
1251 #: c-decl.c:4947
1252 msgid "anonymous struct declared inside parameter list"
1253 msgstr ""
1254
1255 #: c-decl.c:4949
1256 msgid "anonymous union declared inside parameter list"
1257 msgstr ""
1258
1259 #: c-decl.c:4951
1260 msgid "anonymous enum declared inside parameter list"
1261 msgstr ""
1262
1263 #: c-decl.c:4955
1264 msgid "its scope is only this definition or declaration, which is probably not what you want"
1265 msgstr ""
1266
1267 #: c-decl.c:5032
1268 #, c-format
1269 msgid "redefinition of `union %s'"
1270 msgstr ""
1271
1272 #: c-decl.c:5034
1273 #, c-format
1274 msgid "redefinition of `struct %s'"
1275 msgstr ""
1276
1277 #: c-decl.c:5105 cp/decl.c:7532
1278 msgid "declaration does not declare anything"
1279 msgstr ""
1280
1281 #: c-decl.c:5169 c-decl.c:5172
1282 #, c-format
1283 msgid "%s defined inside parms"
1284 msgstr ""
1285
1286 #: c-decl.c:5170 c-decl.c:5173 c-decl.c:5184
1287 msgid "union"
1288 msgstr ""
1289
1290 #: c-decl.c:5170 c-decl.c:5173
1291 msgid "structure"
1292 msgstr ""
1293
1294 #: c-decl.c:5183
1295 #, c-format
1296 msgid "%s has no %s"
1297 msgstr ""
1298
1299 #: c-decl.c:5184
1300 msgid "struct"
1301 msgstr ""
1302
1303 #: c-decl.c:5185
1304 msgid "named members"
1305 msgstr ""
1306
1307 #: c-decl.c:5185
1308 msgid "members"
1309 msgstr ""
1310
1311 #: c-decl.c:5224
1312 #, c-format
1313 msgid "nested redefinition of `%s'"
1314 msgstr ""
1315
1316 #: c-decl.c:5237
1317 #, c-format
1318 msgid "bit-field `%s' width not an integer constant"
1319 msgstr ""
1320
1321 #: c-decl.c:5248
1322 #, c-format
1323 msgid "bit-field `%s' has invalid type"
1324 msgstr ""
1325
1326 #: c-decl.c:5260
1327 #, c-format
1328 msgid "bit-field `%s' type invalid in ISO C"
1329 msgstr ""
1330
1331 #: c-decl.c:5271
1332 #, c-format
1333 msgid "negative width in bit-field `%s'"
1334 msgstr ""
1335
1336 #: c-decl.c:5273
1337 #, c-format
1338 msgid "width of `%s' exceeds its type"
1339 msgstr ""
1340
1341 #: c-decl.c:5275
1342 #, c-format
1343 msgid "zero width for bit-field `%s'"
1344 msgstr ""
1345
1346 #: c-decl.c:5289
1347 #, c-format
1348 msgid "`%s' is narrower than values of its type"
1349 msgstr ""
1350
1351 #: c-decl.c:5323
1352 msgid "flexible array member in union"
1353 msgstr ""
1354
1355 #: c-decl.c:5325
1356 msgid "flexible array member not at end of struct"
1357 msgstr ""
1358
1359 #: c-decl.c:5327
1360 msgid "flexible array member in otherwise empty struct"
1361 msgstr ""
1362
1363 #: c-decl.c:5357
1364 #, c-format
1365 msgid "duplicate member `%s'"
1366 msgstr ""
1367
1368 #: c-decl.c:5448
1369 msgid "union cannot be made transparent"
1370 msgstr ""
1371
1372 #. This enum is a named one that has been declared already.
1373 #: c-decl.c:5558
1374 #, c-format
1375 msgid "redeclaration of `enum %s'"
1376 msgstr ""
1377
1378 #: c-decl.c:5592
1379 msgid "enum defined inside parms"
1380 msgstr ""
1381
1382 #: c-decl.c:5625
1383 msgid "enumeration values exceed range of largest integer"
1384 msgstr ""
1385
1386 #: c-decl.c:5734
1387 #, c-format
1388 msgid "enumerator value for `%s' not integer constant"
1389 msgstr ""
1390
1391 #: c-decl.c:5747
1392 msgid "overflow in enumeration values"
1393 msgstr ""
1394
1395 #: c-decl.c:5752
1396 msgid "ISO C restricts enumerator values to range of `int'"
1397 msgstr ""
1398
1399 #: c-decl.c:5834
1400 msgid "return type is an incomplete type"
1401 msgstr ""
1402
1403 #: c-decl.c:5842
1404 msgid "return type defaults to `int'"
1405 msgstr ""
1406
1407 #: c-decl.c:5889
1408 #, c-format
1409 msgid "no previous prototype for `%s'"
1410 msgstr ""
1411
1412 #: c-decl.c:5896
1413 #, c-format
1414 msgid "`%s' was used with no prototype before its definition"
1415 msgstr ""
1416
1417 #: c-decl.c:5902
1418 #, c-format
1419 msgid "no previous declaration for `%s'"
1420 msgstr ""
1421
1422 #: c-decl.c:5909
1423 #, c-format
1424 msgid "`%s' was used with no declaration before its definition"
1425 msgstr ""
1426
1427 #: c-decl.c:5933 c-decl.c:6486
1428 #, c-format
1429 msgid "return type of `%s' is not `int'"
1430 msgstr ""
1431
1432 #: c-decl.c:5949
1433 #, c-format
1434 msgid "first argument of `%s' should be `int'"
1435 msgstr ""
1436
1437 #: c-decl.c:5958
1438 #, c-format
1439 msgid "second argument of `%s' should be `char **'"
1440 msgstr ""
1441
1442 #: c-decl.c:5967
1443 #, c-format
1444 msgid "third argument of `%s' should probably be `char **'"
1445 msgstr ""
1446
1447 #: c-decl.c:5976
1448 #, c-format
1449 msgid "`%s' takes only zero or two arguments"
1450 msgstr ""
1451
1452 #: c-decl.c:5979
1453 #, c-format
1454 msgid "`%s' is normally a non-static function"
1455 msgstr ""
1456
1457 #: c-decl.c:6077
1458 msgid "parm types given both in parmlist and separately"
1459 msgstr ""
1460
1461 #: c-decl.c:6098
1462 msgid "parameter name omitted"
1463 msgstr ""
1464
1465 #: c-decl.c:6102 c-decl.c:6204
1466 #, c-format
1467 msgid "parameter `%s' declared void"
1468 msgstr ""
1469
1470 #: c-decl.c:6178
1471 msgid "parameter name missing from parameter list"
1472 msgstr ""
1473
1474 #: c-decl.c:6197
1475 #, c-format
1476 msgid "multiple parameters named `%s'"
1477 msgstr ""
1478
1479 #: c-decl.c:6219 c-decl.c:6221
1480 #, c-format
1481 msgid "type of `%s' defaults to `int'"
1482 msgstr ""
1483
1484 #: c-decl.c:6257
1485 #, c-format
1486 msgid "declaration for parameter `%s' but no such parameter"
1487 msgstr ""
1488
1489 #: c-decl.c:6305
1490 msgid "number of arguments doesn't match prototype"
1491 msgstr ""
1492
1493 #: c-decl.c:6335
1494 #, c-format
1495 msgid "promoted argument `%s' doesn't match prototype"
1496 msgstr ""
1497
1498 #: c-decl.c:6345
1499 #, c-format
1500 msgid "argument `%s' doesn't match prototype"
1501 msgstr ""
1502
1503 #: c-decl.c:6518 cp/decl.c:15049
1504 msgid "no return statement in function returning non-void"
1505 msgstr ""
1506
1507 #: c-decl.c:6525
1508 msgid "this function may return with or without a value"
1509 msgstr ""
1510
1511 #: c-decl.c:6729
1512 #, c-format
1513 msgid "size of return value of `%s' is %u bytes"
1514 msgstr ""
1515
1516 #: c-decl.c:6733
1517 #, c-format
1518 msgid "size of return value of `%s' is larger than %d bytes"
1519 msgstr ""
1520
1521 #. If we get here, declarations have been used in a for loop without
1522 #. the C99 for loop scope. This doesn't make much sense, so don't
1523 #. allow it.
1524 #: c-decl.c:6791
1525 msgid "`for' loop initial declaration used outside C99 mode"
1526 msgstr ""
1527
1528 #: c-decl.c:6815
1529 #, c-format
1530 msgid "`struct %s' declared in `for' loop initial declaration"
1531 msgstr ""
1532
1533 #: c-decl.c:6818
1534 #, c-format
1535 msgid "`union %s' declared in `for' loop initial declaration"
1536 msgstr ""
1537
1538 #: c-decl.c:6821
1539 #, c-format
1540 msgid "`enum %s' declared in `for' loop initial declaration"
1541 msgstr ""
1542
1543 #: c-decl.c:6829
1544 #, c-format
1545 msgid "declaration of non-variable `%s' in `for' loop initial declaration"
1546 msgstr ""
1547
1548 #: c-decl.c:6831
1549 #, c-format
1550 msgid "declaration of static variable `%s' in `for' loop initial declaration"
1551 msgstr ""
1552
1553 #: c-decl.c:6833
1554 #, c-format
1555 msgid "declaration of `extern' variable `%s' in `for' loop initial declaration"
1556 msgstr ""
1557
1558 #: c-format.c:109 c-format.c:191
1559 msgid "format string arg not a string type"
1560 msgstr ""
1561
1562 #: c-format.c:124
1563 msgid "args to be formatted is not '...'"
1564 msgstr ""
1565
1566 #: c-format.c:133
1567 msgid "strftime formats cannot format arguments"
1568 msgstr ""
1569
1570 #: c-format.c:168 c-format.c:270
1571 msgid "format string has invalid operand number"
1572 msgstr ""
1573
1574 #: c-format.c:202
1575 msgid "function does not return string type"
1576 msgstr ""
1577
1578 #: c-format.c:233
1579 msgid "unrecognized format specifier"
1580 msgstr ""
1581
1582 #: c-format.c:246
1583 #, c-format
1584 msgid "`%s' is an unrecognized format function type"
1585 msgstr ""
1586
1587 #: c-format.c:280
1588 msgid "format string arg follows the args to be formatted"
1589 msgstr ""
1590
1591 #: c-format.c:601
1592 msgid "` ' flag"
1593 msgstr ""
1594
1595 #: c-format.c:601
1596 msgid "the ` ' printf flag"
1597 msgstr ""
1598
1599 #: c-format.c:602 c-format.c:673
1600 msgid "`+' flag"
1601 msgstr ""
1602
1603 #: c-format.c:602
1604 msgid "the `+' printf flag"
1605 msgstr ""
1606
1607 #: c-format.c:603 c-format.c:649
1608 msgid "`#' flag"
1609 msgstr ""
1610
1611 #: c-format.c:603
1612 msgid "the `#' printf flag"
1613 msgstr ""
1614
1615 #: c-format.c:604 c-format.c:647
1616 msgid "`0' flag"
1617 msgstr ""
1618
1619 #: c-format.c:604
1620 msgid "the `0' printf flag"
1621 msgstr ""
1622
1623 #: c-format.c:605 c-format.c:646 c-format.c:676
1624 msgid "`-' flag"
1625 msgstr ""
1626
1627 #: c-format.c:605
1628 msgid "the `-' printf flag"
1629 msgstr ""
1630
1631 #: c-format.c:606 c-format.c:630
1632 msgid "`'' flag"
1633 msgstr ""
1634
1635 #: c-format.c:606
1636 msgid "the `'' printf flag"
1637 msgstr ""
1638
1639 #: c-format.c:607 c-format.c:631
1640 msgid "`I' flag"
1641 msgstr ""
1642
1643 #: c-format.c:607
1644 msgid "the `I' printf flag"
1645 msgstr ""
1646
1647 #: c-format.c:608 c-format.c:628 c-format.c:650 c-format.c:677 c-format.c:1702
1648 msgid "field width"
1649 msgstr ""
1650
1651 #: c-format.c:608
1652 msgid "field width in printf format"
1653 msgstr ""
1654
1655 #: c-format.c:609
1656 msgid "precision"
1657 msgstr ""
1658
1659 #: c-format.c:609
1660 msgid "precision in printf format"
1661 msgstr ""
1662
1663 #: c-format.c:610 c-format.c:629 c-format.c:680
1664 msgid "length modifier"
1665 msgstr ""
1666
1667 #: c-format.c:610
1668 msgid "length modifier in printf format"
1669 msgstr ""
1670
1671 #: c-format.c:626
1672 msgid "assignment suppression"
1673 msgstr ""
1674
1675 #: c-format.c:626
1676 msgid "the assignment suppression scanf feature"
1677 msgstr ""
1678
1679 #: c-format.c:627
1680 msgid "`a' flag"
1681 msgstr ""
1682
1683 #: c-format.c:627
1684 msgid "the `a' scanf flag"
1685 msgstr ""
1686
1687 #: c-format.c:628
1688 msgid "field width in scanf format"
1689 msgstr ""
1690
1691 #: c-format.c:629
1692 msgid "length modifier in scanf format"
1693 msgstr ""
1694
1695 #: c-format.c:630
1696 msgid "the `'' scanf flag"
1697 msgstr ""
1698
1699 #: c-format.c:631
1700 msgid "the `I' scanf flag"
1701 msgstr ""
1702
1703 #: c-format.c:645
1704 msgid "`_' flag"
1705 msgstr ""
1706
1707 #: c-format.c:645
1708 msgid "the `_' strftime flag"
1709 msgstr ""
1710
1711 #: c-format.c:646
1712 msgid "the `-' strftime flag"
1713 msgstr ""
1714
1715 #: c-format.c:647
1716 msgid "the `0' strftime flag"
1717 msgstr ""
1718
1719 #: c-format.c:648 c-format.c:672
1720 msgid "`^' flag"
1721 msgstr ""
1722
1723 #: c-format.c:648
1724 msgid "the `^' strftime flag"
1725 msgstr ""
1726
1727 #: c-format.c:649
1728 msgid "the `#' strftime flag"
1729 msgstr ""
1730
1731 #: c-format.c:650
1732 msgid "field width in strftime format"
1733 msgstr ""
1734
1735 #: c-format.c:651
1736 msgid "`E' modifier"
1737 msgstr ""
1738
1739 #: c-format.c:651
1740 msgid "the `E' strftime modifier"
1741 msgstr ""
1742
1743 #: c-format.c:652
1744 msgid "`O' modifier"
1745 msgstr ""
1746
1747 #: c-format.c:652
1748 msgid "the `O' strftime modifier"
1749 msgstr ""
1750
1751 #: c-format.c:653
1752 msgid "the `O' modifier"
1753 msgstr ""
1754
1755 #: c-format.c:671
1756 msgid "fill character"
1757 msgstr ""
1758
1759 #: c-format.c:671
1760 msgid "fill character in strfmon format"
1761 msgstr ""
1762
1763 #: c-format.c:672
1764 msgid "the `^' strfmon flag"
1765 msgstr ""
1766
1767 #: c-format.c:673
1768 msgid "the `+' strfmon flag"
1769 msgstr ""
1770
1771 #: c-format.c:674
1772 msgid "`(' flag"
1773 msgstr ""
1774
1775 #: c-format.c:674
1776 msgid "the `(' strfmon flag"
1777 msgstr ""
1778
1779 #: c-format.c:675
1780 msgid "`!' flag"
1781 msgstr ""
1782
1783 #: c-format.c:675
1784 msgid "the `!' strfmon flag"
1785 msgstr ""
1786
1787 #: c-format.c:676
1788 msgid "the `-' strfmon flag"
1789 msgstr ""
1790
1791 #: c-format.c:677
1792 msgid "field width in strfmon format"
1793 msgstr ""
1794
1795 #: c-format.c:678
1796 msgid "left precision"
1797 msgstr ""
1798
1799 #: c-format.c:678
1800 msgid "left precision in strfmon format"
1801 msgstr ""
1802
1803 #: c-format.c:679
1804 msgid "right precision"
1805 msgstr ""
1806
1807 #: c-format.c:679
1808 msgid "right precision in strfmon format"
1809 msgstr ""
1810
1811 #: c-format.c:680
1812 msgid "length modifier in strfmon format"
1813 msgstr ""
1814
1815 #: c-format.c:983
1816 #, c-format
1817 msgid "function might be possible candidate for `%s' format attribute"
1818 msgstr ""
1819
1820 #: c-format.c:1107 c-format.c:1128 c-format.c:2112
1821 msgid "missing $ operand number in format"
1822 msgstr ""
1823
1824 #: c-format.c:1138
1825 #, c-format
1826 msgid "%s does not support %%n$ operand number formats"
1827 msgstr ""
1828
1829 #: c-format.c:1145
1830 msgid "operand number out of range in format"
1831 msgstr ""
1832
1833 #: c-format.c:1168
1834 #, c-format
1835 msgid "format argument %d used more than once in %s format"
1836 msgstr ""
1837
1838 #: c-format.c:1218
1839 #, c-format
1840 msgid "format argument %d unused before used argument %d in $-style format"
1841 msgstr ""
1842
1843 #: c-format.c:1322
1844 msgid "format not a string literal, format string not checked"
1845 msgstr ""
1846
1847 #: c-format.c:1336
1848 msgid "format not a string literal and no format arguments"
1849 msgstr ""
1850
1851 #: c-format.c:1338
1852 msgid "format not a string literal, argument types not checked"
1853 msgstr ""
1854
1855 #: c-format.c:1351
1856 msgid "too many arguments for format"
1857 msgstr ""
1858
1859 #: c-format.c:1354
1860 msgid "unused arguments in $-style format"
1861 msgstr ""
1862
1863 #: c-format.c:1357
1864 #, c-format
1865 msgid "zero-length %s format string"
1866 msgstr ""
1867
1868 #: c-format.c:1361
1869 msgid "format is a wide character string"
1870 msgstr ""
1871
1872 #: c-format.c:1364
1873 msgid "unterminated format string"
1874 msgstr ""
1875
1876 #: c-format.c:1581
1877 msgid "embedded `\\0' in format"
1878 msgstr ""
1879
1880 #: c-format.c:1596
1881 #, c-format
1882 msgid "spurious trailing `%%' in format"
1883 msgstr ""
1884
1885 #: c-format.c:1635 c-format.c:1872
1886 #, c-format
1887 msgid "repeated %s in format"
1888 msgstr ""
1889
1890 #: c-format.c:1648
1891 msgid "missing fill character at end of strfmon format"
1892 msgstr ""
1893
1894 #: c-format.c:1687 c-format.c:1786 c-format.c:2066 c-format.c:2119
1895 msgid "too few arguments for format"
1896 msgstr ""
1897
1898 #: c-format.c:1728
1899 #, c-format
1900 msgid "zero width in %s format"
1901 msgstr ""
1902
1903 #: c-format.c:1747
1904 #, c-format
1905 msgid "empty left precision in %s format"
1906 msgstr ""
1907
1908 #: c-format.c:1801
1909 msgid "field precision"
1910 msgstr ""
1911
1912 #: c-format.c:1816
1913 #, c-format
1914 msgid "empty precision in %s format"
1915 msgstr ""
1916
1917 #: c-format.c:1856
1918 #, c-format
1919 msgid "%s does not support the `%s' %s length modifier"
1920 msgstr ""
1921
1922 #: c-format.c:1906
1923 msgid "conversion lacks type at end of format"
1924 msgstr ""
1925
1926 #: c-format.c:1917
1927 #, c-format
1928 msgid "unknown conversion type character `%c' in format"
1929 msgstr ""
1930
1931 #: c-format.c:1920
1932 #, c-format
1933 msgid "unknown conversion type character 0x%x in format"
1934 msgstr ""
1935
1936 #: c-format.c:1927
1937 #, c-format
1938 msgid "%s does not support the `%%%c' %s format"
1939 msgstr ""
1940
1941 #: c-format.c:1943
1942 #, c-format
1943 msgid "%s used with `%%%c' %s format"
1944 msgstr ""
1945
1946 #: c-format.c:1952
1947 #, c-format
1948 msgid "%s does not support %s"
1949 msgstr ""
1950
1951 #: c-format.c:1961
1952 #, c-format
1953 msgid "%s does not support %s with the `%%%c' %s format"
1954 msgstr ""
1955
1956 #: c-format.c:1994
1957 #, c-format
1958 msgid "%s ignored with %s and `%%%c' %s format"
1959 msgstr ""
1960
1961 #: c-format.c:1998
1962 #, c-format
1963 msgid "%s ignored with %s in %s format"
1964 msgstr ""
1965
1966 #: c-format.c:2004
1967 #, c-format
1968 msgid "use of %s and %s together with `%%%c' %s format"
1969 msgstr ""
1970
1971 #: c-format.c:2008
1972 #, c-format
1973 msgid "use of %s and %s together in %s format"
1974 msgstr ""
1975
1976 #: c-format.c:2027
1977 #, c-format
1978 msgid "`%%%c' yields only last 2 digits of year in some locales"
1979 msgstr ""
1980
1981 #: c-format.c:2030
1982 #, c-format
1983 msgid "`%%%c' yields only last 2 digits of year"
1984 msgstr ""
1985
1986 #. The end of the format string was reached.
1987 #: c-format.c:2046
1988 #, c-format
1989 msgid "no closing `]' for `%%[' format"
1990 msgstr ""
1991
1992 #: c-format.c:2059
1993 #, c-format
1994 msgid "use of `%s' length modifier with `%c' type character"
1995 msgstr ""
1996
1997 #: c-format.c:2080
1998 #, c-format
1999 msgid "%s does not support the `%%%s%c' %s format"
2000 msgstr ""
2001
2002 #: c-format.c:2095
2003 msgid "operand number specified with suppressed assignment"
2004 msgstr ""
2005
2006 #: c-format.c:2097
2007 msgid "operand number specified for format taking no argument"
2008 msgstr ""
2009
2010 #: c-format.c:2211
2011 #, c-format
2012 msgid "writing through null pointer (arg %d)"
2013 msgstr ""
2014
2015 #: c-format.c:2220
2016 #, c-format
2017 msgid "reading through null pointer (arg %d)"
2018 msgstr ""
2019
2020 #: c-format.c:2240
2021 #, c-format
2022 msgid "writing into constant object (arg %d)"
2023 msgstr ""
2024
2025 #: c-format.c:2250
2026 #, c-format
2027 msgid "extra type qualifiers in format argument (arg %d)"
2028 msgstr ""
2029
2030 #: c-format.c:2257
2031 #, c-format
2032 msgid "format argument is not a pointer (arg %d)"
2033 msgstr ""
2034
2035 #: c-format.c:2259
2036 #, c-format
2037 msgid "format argument is not a pointer to a pointer (arg %d)"
2038 msgstr ""
2039
2040 #: c-format.c:2330
2041 msgid "pointer"
2042 msgstr ""
2043
2044 #: c-format.c:2332
2045 msgid "different type"
2046 msgstr ""
2047
2048 #: c-format.c:2353
2049 #, c-format
2050 msgid "%s is not type %s (arg %d)"
2051 msgstr ""
2052
2053 #: c-format.c:2356
2054 #, c-format
2055 msgid "%s format, %s arg (arg %d)"
2056 msgstr ""
2057
2058 #: c-lex.c:153
2059 msgid "YYDEBUG not defined"
2060 msgstr "YYDEBUG ist nicht definiert"
2061
2062 #: c-lex.c:293
2063 msgid "badly nested C headers from preprocessor"
2064 msgstr ""
2065
2066 #: c-lex.c:336
2067 #, c-format
2068 msgid "ignoring #pragma %s %s"
2069 msgstr ""
2070
2071 #: c-lex.c:386
2072 #, c-format
2073 msgid "universal-character-name '\\U%08x' not valid in identifier"
2074 msgstr ""
2075
2076 #: c-lex.c:632
2077 #, c-format
2078 msgid "universal-character-name '\\u%04x' not valid in identifier"
2079 msgstr ""
2080
2081 #: c-lex.c:695
2082 #, c-format
2083 msgid "stray '%c' in program"
2084 msgstr ""
2085
2086 #: c-lex.c:697
2087 #, c-format
2088 msgid "stray '\\%o' in program"
2089 msgstr ""
2090
2091 #: c-lex.c:854
2092 msgid "this decimal constant is unsigned only in ISO C90"
2093 msgstr ""
2094
2095 #: c-lex.c:857
2096 msgid "this decimal constant would be unsigned in ISO C90"
2097 msgstr ""
2098
2099 #: c-lex.c:873
2100 #, c-format
2101 msgid "integer constant is too large for \"%s\" type"
2102 msgstr ""
2103
2104 #: c-lex.c:941
2105 #, c-format
2106 msgid "floating constant exceeds range of \"%s\""
2107 msgstr ""
2108
2109 #: c-lex.c:977 cpplex.c:330 cpplex.c:668 cpplex.c:1942
2110 msgid "ignoring invalid multibyte character"
2111 msgstr "ungültiges Multibyte-Zeichen wird ignoriert"
2112
2113 #: c-opts.c:355
2114 #, c-format
2115 msgid "missing argument to \"-%s\""
2116 msgstr ""
2117
2118 #: c-opts.c:359
2119 #, c-format
2120 msgid "no class name specified with \"-%s\""
2121 msgstr ""
2122
2123 #: c-opts.c:366
2124 #, c-format
2125 msgid "missing filename after \"-%s\""
2126 msgstr ""
2127
2128 #: c-opts.c:371
2129 #, c-format
2130 msgid "missing target after \"-%s\""
2131 msgstr ""
2132
2133 #: c-opts.c:505
2134 #, c-format
2135 msgid "options array incorrectly sorted: %s is before %s"
2136 msgstr ""
2137
2138 #: c-opts.c:550
2139 #, c-format
2140 msgid "too many filenames given. Type %s --help for usage"
2141 msgstr ""
2142
2143 #: c-opts.c:937
2144 msgid "-Wno-strict-prototypes is not supported in C++"
2145 msgstr ""
2146
2147 #: c-opts.c:1017
2148 #, c-format
2149 msgid "switch \"%s\" is no longer supported"
2150 msgstr ""
2151
2152 #: c-opts.c:1033
2153 #, c-format
2154 msgid "switch \"%s\" is deprecated, please see documentation for details"
2155 msgstr ""
2156
2157 #: c-opts.c:1153
2158 msgid "-fhandle-exceptions has been renamed to -fexceptions (and is now on by default)"
2159 msgstr ""
2160
2161 #: c-opts.c:1273
2162 msgid "output filename specified twice"
2163 msgstr ""
2164
2165 #: c-opts.c:1387
2166 msgid "-Wformat-y2k ignored without -Wformat"
2167 msgstr ""
2168
2169 #: c-opts.c:1389
2170 msgid "-Wformat-extra-args ignored without -Wformat"
2171 msgstr ""
2172
2173 #: c-opts.c:1391
2174 msgid "-Wformat-zero-length ignored without -Wformat"
2175 msgstr ""
2176
2177 #: c-opts.c:1393
2178 msgid "-Wformat-nonliteral ignored without -Wformat"
2179 msgstr ""
2180
2181 #: c-opts.c:1395
2182 msgid "-Wformat-security ignored without -Wformat"
2183 msgstr ""
2184
2185 #: c-opts.c:1397
2186 msgid "-Wmissing-format-attribute ignored without -Wformat"
2187 msgstr ""
2188
2189 #: c-opts.c:1419
2190 #, c-format
2191 msgid "opening output file %s"
2192 msgstr "Ausgabedatei »%s« wird geöffnet"
2193
2194 #: c-opts.c:1474
2195 #, c-format
2196 msgid "opening dependency file %s"
2197 msgstr ""
2198
2199 #: c-opts.c:1484
2200 #, c-format
2201 msgid "closing dependency file %s"
2202 msgstr ""
2203
2204 #: c-opts.c:1487
2205 #, c-format
2206 msgid "when writing output to %s"
2207 msgstr ""
2208
2209 #: c-opts.c:1567
2210 msgid "to generate dependencies you must specify either -M or -MM"
2211 msgstr "Um Abhängigkeiten zu erzeugen müssen Sie entweder -M oder -MM angeben"
2212
2213 #: c-opts.c:1715
2214 #, c-format
2215 msgid "\"-%c%s%s\" is valid for %s but not for %s"
2216 msgstr ""
2217
2218 #. To keep the lines from getting too long for some compilers, limit
2219 #. to about 500 characters (6 lines) per chunk.
2220 #: c-opts.c:1726
2221 msgid ""
2222 "Switches:\n"
2223 " -include <file> Include the contents of <file> before other files\n"
2224 " -imacros <file> Accept definition of macros in <file>\n"
2225 " -iprefix <path> Specify <path> as a prefix for next two options\n"
2226 " -iwithprefix <dir> Add <dir> to the end of the system include path\n"
2227 " -iwithprefixbefore <dir> Add <dir> to the end of the main include path\n"
2228 " -isystem <dir> Add <dir> to the start of the system include path\n"
2229 msgstr ""
2230
2231 #: c-opts.c:1735
2232 msgid ""
2233 " -idirafter <dir> Add <dir> to the end of the system include path\n"
2234 " -I <dir> Add <dir> to the end of the main include path\n"
2235 " -I- Fine-grained include path control; see info docs\n"
2236 " -nostdinc Do not search system include directories\n"
2237 " (dirs specified with -isystem will still be used)\n"
2238 " -nostdinc++ Do not search system include directories for C++\n"
2239 " -o <file> Put output into <file>\n"
2240 msgstr ""
2241
2242 #: c-opts.c:1744
2243 msgid ""
2244 " -trigraphs Support ISO C trigraphs\n"
2245 " -std=<std name> Specify the conformance standard; one of:\n"
2246 " gnu89, gnu99, c89, c99, iso9899:1990,\n"
2247 " iso9899:199409, iso9899:1999, c++98\n"
2248 " -w Inhibit warning messages\n"
2249 " -W[no-]trigraphs Warn if trigraphs are encountered\n"
2250 " -W[no-]comment{s} Warn if one comment starts inside another\n"
2251 msgstr ""
2252
2253 #: c-opts.c:1753
2254 msgid ""
2255 " -W[no-]traditional Warn about features not present in traditional C\n"
2256 " -W[no-]undef Warn if an undefined macro is used by #if\n"
2257 " -W[no-]import Warn about the use of the #import directive\n"
2258 msgstr ""
2259
2260 #: c-opts.c:1758
2261 msgid ""
2262 " -W[no-]error Treat all warnings as errors\n"
2263 " -W[no-]system-headers Do not suppress warnings from system headers\n"
2264 " -W[no-]all Enable most preprocessor warnings\n"
2265 msgstr ""
2266
2267 #: c-opts.c:1763
2268 msgid ""
2269 " -M Generate make dependencies\n"
2270 " -MM As -M, but ignore system header files\n"
2271 " -MD Generate make dependencies and compile\n"
2272 " -MMD As -MD, but ignore system header files\n"
2273 " -MF <file> Write dependency output to the given file\n"
2274 " -MG Treat missing header file as generated files\n"
2275 msgstr ""
2276
2277 #: c-opts.c:1771
2278 msgid ""
2279 " -MP\t\t\t Generate phony targets for all headers\n"
2280 " -MQ <target> Add a MAKE-quoted target\n"
2281 " -MT <target> Add an unquoted target\n"
2282 msgstr ""
2283
2284 #: c-opts.c:1776
2285 msgid ""
2286 " -D<macro> Define a <macro> with string '1' as its value\n"
2287 " -D<macro>=<val> Define a <macro> with <val> as its value\n"
2288 " -A<question>=<answer> Assert the <answer> to <question>\n"
2289 " -A-<question>=<answer> Disable the <answer> to <question>\n"
2290 " -U<macro> Undefine <macro> \n"
2291 " -v Display the version number\n"
2292 msgstr ""
2293
2294 #: c-opts.c:1784
2295 msgid ""
2296 " -H Print the name of header files as they are used\n"
2297 " -C Do not discard comments\n"
2298 " -dM Display a list of macro definitions active at end\n"
2299 " -dD Preserve macro definitions in output\n"
2300 " -dN As -dD except that only the names are preserved\n"
2301 " -dI Include #include directives in the output\n"
2302 msgstr ""
2303
2304 #: c-opts.c:1792
2305 msgid ""
2306 " -f[no-]preprocessed Treat the input file as already preprocessed\n"
2307 " -ftabstop=<number> Distance between tab stops for column reporting\n"
2308 " -P Do not generate #line directives\n"
2309 " -remap Remap file names when including files\n"
2310 " --help Display this information\n"
2311 msgstr ""
2312
2313 #. Like YYERROR but do call yyerror.
2314 #: c-parse.y:55 parse.y:48 objc-parse.y:55
2315 msgid "syntax error"
2316 msgstr "Syntaxfehler"
2317
2318 #: /usr/share/bison/bison.simple:179
2319 msgid "syntax error: cannot back up"
2320 msgstr ""
2321
2322 #: c-parse.y:325 objc-parse.y:346
2323 msgid "ISO C forbids an empty source file"
2324 msgstr "ISO C erlaubt keine leeren Quelldateien"
2325
2326 #: c-parse.y:366 c-typeck.c:6916 objc-parse.y:388
2327 msgid "argument of `asm' is not a constant string"
2328 msgstr ""
2329
2330 #: c-parse.y:374 objc-parse.y:396
2331 msgid "ISO C forbids data definition with no type or storage class"
2332 msgstr ""
2333
2334 #: c-parse.y:376 objc-parse.y:398
2335 msgid "data definition has no type or storage class"
2336 msgstr ""
2337
2338 #: c-parse.y:389 objc-parse.y:411
2339 msgid "ISO C does not allow extra `;' outside of a function"
2340 msgstr ""
2341
2342 #: c-parse.y:449 cppexp.c:1312
2343 msgid "traditional C rejects the unary plus operator"
2344 msgstr ""
2345
2346 #: c-parse.y:496 objc-parse.y:518
2347 msgid "`sizeof' applied to a bit-field"
2348 msgstr ""
2349
2350 #: c-parse.y:583 objc-parse.y:605
2351 msgid "ISO C forbids omitting the middle term of a ?: expression"
2352 msgstr ""
2353
2354 #: c-parse.y:632 objc-parse.y:654
2355 msgid "ISO C89 forbids compound literals"
2356 msgstr ""
2357
2358 #: c-parse.y:646 objc-parse.y:668
2359 msgid "ISO C forbids braced-groups within expressions"
2360 msgstr ""
2361
2362 #: c-parse.y:677 objc-parse.y:699
2363 msgid "first argument to __builtin_choose_expr not a constant"
2364 msgstr ""
2365
2366 #: c-parse.y:721 objc-parse.y:767
2367 msgid "traditional C rejects ISO C style function definitions"
2368 msgstr ""
2369
2370 #: c-parse.y:985 c-parse.y:991 c-parse.y:997 c-parse.y:1003 c-parse.y:1024
2371 #: c-parse.y:1030 c-parse.y:1036 c-parse.y:1042 c-parse.y:1075 c-parse.y:1081
2372 #: c-parse.y:1087 c-parse.y:1093 c-parse.y:1138 c-parse.y:1144 c-parse.y:1150
2373 #: c-parse.y:1156 parse.y:1933 parse.y:1940 parse.y:1975 objc-parse.y:1031
2374 #: objc-parse.y:1037 objc-parse.y:1043 objc-parse.y:1049 objc-parse.y:1070
2375 #: objc-parse.y:1076 objc-parse.y:1082 objc-parse.y:1088 objc-parse.y:1121
2376 #: objc-parse.y:1127 objc-parse.y:1133 objc-parse.y:1139 objc-parse.y:1184
2377 #: objc-parse.y:1190 objc-parse.y:1196 objc-parse.y:1202
2378 #, c-format
2379 msgid "`%s' is not at beginning of declaration"
2380 msgstr "»%s« ist nicht am Beginn einer Deklaration"
2381
2382 #: c-parse.y:1441 objc-parse.y:1496
2383 msgid "ISO C forbids empty initializer braces"
2384 msgstr ""
2385
2386 #: c-parse.y:1455 objc-parse.y:1510
2387 msgid "ISO C89 forbids specifying subobject to initialize"
2388 msgstr ""
2389
2390 #: c-parse.y:1458 objc-parse.y:1513
2391 msgid "obsolete use of designated initializer without `='"
2392 msgstr ""
2393
2394 #: c-parse.y:1462 objc-parse.y:1517
2395 msgid "obsolete use of designated initializer with `:'"
2396 msgstr ""
2397
2398 #: c-parse.y:1489 objc-parse.y:1544
2399 msgid "ISO C forbids specifying range of elements to initialize"
2400 msgstr ""
2401
2402 #: c-parse.y:1497 c-parse.y:1528 objc-parse.y:1552 objc-parse.y:1583
2403 msgid "ISO C forbids nested functions"
2404 msgstr "ISO C verbietet verschachtelte Funktionen"
2405
2406 #: c-parse.y:1703 objc-parse.y:1760
2407 msgid "ISO C forbids forward references to `enum' types"
2408 msgstr ""
2409
2410 #: c-parse.y:1715 parse.y:2411 objc-parse.y:1772
2411 msgid "comma at end of enumerator list"
2412 msgstr ""
2413
2414 #: c-parse.y:1723 objc-parse.y:1780
2415 msgid "no semicolon at end of struct or union"
2416 msgstr ""
2417
2418 #: c-parse.y:1732 objc-parse.y:1789 objc-parse.y:2864
2419 msgid "extra semicolon in struct or union specified"
2420 msgstr ""
2421
2422 #: c-parse.y:1745 objc-parse.y:1816
2423 msgid "ISO C doesn't support unnamed structs/unions"
2424 msgstr ""
2425
2426 #: c-parse.y:1754 objc-parse.y:1825
2427 msgid "ISO C forbids member declarations with no members"
2428 msgstr ""
2429
2430 #: c-parse.y:1913 objc-parse.y:1984
2431 msgid "deprecated use of label at end of compound statement"
2432 msgstr ""
2433
2434 #: c-parse.y:1930 objc-parse.y:2001
2435 msgid "ISO C89 forbids mixed declarations and code"
2436 msgstr ""
2437
2438 #: c-parse.y:2005 objc-parse.y:2080
2439 msgid "ISO C forbids label declarations"
2440 msgstr ""
2441
2442 #: c-parse.y:2055 parse.y:1638 objc-parse.y:2130
2443 msgid "braced-group within expression allowed only inside a function"
2444 msgstr ""
2445
2446 #: c-parse.y:2182 objc-parse.y:2257
2447 msgid "empty body in an else-statement"
2448 msgstr ""
2449
2450 #: c-parse.y:2303 objc-parse.y:2378
2451 msgid "ISO C forbids `goto *expr;'"
2452 msgstr "ISO C verbietet »goto *expr;«"
2453
2454 #: c-parse.y:2403 objc-parse.y:2478
2455 msgid "ISO C forbids forward parameter declarations"
2456 msgstr ""
2457
2458 #. Gcc used to allow this as an extension. However, it does
2459 #. not work for all targets, and thus has been disabled.
2460 #. Also, since func (...) and func () are indistinguishable,
2461 #. it caused problems with the code in expand_builtin which
2462 #. tries to verify that BUILT_IN_NEXT_ARG is being used
2463 #. correctly.
2464 #: c-parse.y:2429 objc-parse.y:2504
2465 msgid "ISO C requires a named argument before `...'"
2466 msgstr ""
2467
2468 #: c-parse.y:2526 objc-parse.y:2601
2469 msgid "`...' in old-style identifier list"
2470 msgstr ""
2471
2472 #: /usr/share/bison/bison.simple:795
2473 msgid "parse error; also virtual memory exhausted"
2474 msgstr ""
2475
2476 #: /usr/share/bison/bison.simple:799 cp/spew.c:364
2477 msgid "parse error"
2478 msgstr ""
2479
2480 #: /usr/share/bison/bison.simple:924
2481 msgid "parser stack overflow"
2482 msgstr ""
2483
2484 #: c-parse.y:2838 cp/spew.c:1525 objc-parse.y:3537
2485 #, c-format
2486 msgid "%s at end of input"
2487 msgstr "%s am Ende der Eingabe"
2488
2489 #: c-parse.y:2844 cp/spew.c:1533 objc-parse.y:3543
2490 #, c-format
2491 msgid "%s before %s'%c'"
2492 msgstr "%s vor %s'%c'"
2493
2494 #: c-parse.y:2846 cp/spew.c:1535 objc-parse.y:3545
2495 #, c-format
2496 msgid "%s before %s'\\x%x'"
2497 msgstr "%s vor %s'\\x%x'"
2498
2499 #: c-parse.y:2850 cp/spew.c:1542 objc-parse.y:3549
2500 #, c-format
2501 msgid "%s before string constant"
2502 msgstr ""
2503
2504 #: c-parse.y:2852 cp/spew.c:1544 objc-parse.y:3551
2505 #, c-format
2506 msgid "%s before numeric constant"
2507 msgstr ""
2508
2509 #: c-parse.y:2854 objc-parse.y:3553
2510 #, c-format
2511 msgid "%s before \"%s\""
2512 msgstr "%s vor \"%s\""
2513
2514 #: c-parse.y:2856 objc-parse.y:3555
2515 #, c-format
2516 msgid "%s before '%s' token"
2517 msgstr ""
2518
2519 #: c-parse.y:2921
2520 msgid "traditional C rejects string concatenation"
2521 msgstr ""
2522
2523 #: c-parse.y:3047 objc-parse.y:3779
2524 #, c-format
2525 msgid "syntax error at '%s' token"
2526 msgstr ""
2527
2528 #: c-pragma.c:107
2529 msgid "#pragma pack (pop) encountered without matching #pragma pack (push, <n>)"
2530 msgstr ""
2531
2532 #: c-pragma.c:125
2533 #, c-format
2534 msgid "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s, <n>)"
2535 msgstr ""
2536
2537 #: c-pragma.c:145
2538 msgid "#pragma pack(push[, id], <n>) is not supported on this target"
2539 msgstr ""
2540
2541 #: c-pragma.c:147
2542 msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
2543 msgstr ""
2544
2545 #: c-pragma.c:167
2546 msgid "missing '(' after '#pragma pack' - ignored"
2547 msgstr ""
2548
2549 #: c-pragma.c:180 c-pragma.c:230
2550 msgid "malformed '#pragma pack' - ignored"
2551 msgstr ""
2552
2553 #: c-pragma.c:185
2554 msgid "malformed '#pragma pack(push[, id], <n>)' - ignored"
2555 msgstr ""
2556
2557 #: c-pragma.c:187
2558 msgid "malformed '#pragma pack(pop[, id])' - ignored"
2559 msgstr ""
2560
2561 #: c-pragma.c:196
2562 #, c-format
2563 msgid "unknown action '%s' for '#pragma pack' - ignored"
2564 msgstr ""
2565
2566 #: c-pragma.c:233
2567 msgid "junk at end of '#pragma pack'"
2568 msgstr ""
2569
2570 #: c-pragma.c:247
2571 #, c-format
2572 msgid "alignment must be a small power of two, not %d"
2573 msgstr ""
2574
2575 #: c-pragma.c:280
2576 #, c-format
2577 msgid "applying #pragma weak `%s' after first use results in unspecified behavior"
2578 msgstr ""
2579
2580 #: c-pragma.c:328 c-pragma.c:333
2581 msgid "malformed #pragma weak, ignored"
2582 msgstr ""
2583
2584 #: c-pragma.c:337
2585 msgid "junk at end of #pragma weak"
2586 msgstr ""
2587
2588 #: c-pragma.c:372 c-pragma.c:377
2589 msgid "malformed #pragma redefine_extname, ignored"
2590 msgstr ""
2591
2592 #: c-pragma.c:382
2593 msgid "junk at end of #pragma redefine_extname"
2594 msgstr ""
2595
2596 #: c-pragma.c:389 c-pragma.c:470
2597 msgid "#pragma redefine_extname conflicts with declaration"
2598 msgstr ""
2599
2600 #: c-pragma.c:420
2601 msgid "malformed #pragma extern_prefix, ignored"
2602 msgstr ""
2603
2604 #: c-pragma.c:425
2605 msgid "junk at end of #pragma extern_prefix"
2606 msgstr ""
2607
2608 #: c-pragma.c:457
2609 msgid "asm declaration conflicts with previous rename"
2610 msgstr ""
2611
2612 #: c-semantics.c:565
2613 msgid "break statement not within loop or switch"
2614 msgstr ""
2615
2616 #: c-semantics.c:583
2617 msgid "continue statement not within a loop"
2618 msgstr ""
2619
2620 #: c-semantics.c:678
2621 msgid "destructor needed for `%#D'"
2622 msgstr ""
2623
2624 #: c-semantics.c:679
2625 msgid "where case label appears here"
2626 msgstr ""
2627
2628 #: c-semantics.c:682
2629 msgid "(enclose actions of previous case statements requiring destructors in their own scope.)"
2630 msgstr ""
2631
2632 #: c-semantics.c:725 c-typeck.c:6942 cp/semantics.c:897
2633 #, c-format
2634 msgid "%s qualifier ignored on asm"
2635 msgstr ""
2636
2637 #: c-typeck.c:123
2638 #, c-format
2639 msgid "`%s' has an incomplete type"
2640 msgstr ""
2641
2642 #: c-typeck.c:145 cp/call.c:2865
2643 msgid "invalid use of void expression"
2644 msgstr ""
2645
2646 #: c-typeck.c:153
2647 msgid "invalid use of flexible array member"
2648 msgstr ""
2649
2650 #: c-typeck.c:159
2651 msgid "invalid use of array with unspecified bounds"
2652 msgstr ""
2653
2654 #: c-typeck.c:167
2655 #, c-format
2656 msgid "invalid use of undefined type `%s %s'"
2657 msgstr ""
2658
2659 #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
2660 #: c-typeck.c:171
2661 #, c-format
2662 msgid "invalid use of incomplete typedef `%s'"
2663 msgstr ""
2664
2665 #: c-typeck.c:424 c-typeck.c:438
2666 msgid "function types not truly compatible in ISO C"
2667 msgstr ""
2668
2669 #: c-typeck.c:603
2670 msgid "types are not quite compatible"
2671 msgstr ""
2672
2673 #: c-typeck.c:757 c-typeck.c:2687
2674 msgid "arithmetic on pointer to an incomplete type"
2675 msgstr ""
2676
2677 #: c-typeck.c:1136
2678 #, c-format
2679 msgid "%s has no member named `%s'"
2680 msgstr ""
2681
2682 #: c-typeck.c:1172
2683 #, c-format
2684 msgid "request for member `%s' in something not a structure or union"
2685 msgstr ""
2686
2687 #: c-typeck.c:1204
2688 msgid "dereferencing pointer to incomplete type"
2689 msgstr ""
2690
2691 #: c-typeck.c:1208
2692 msgid "dereferencing `void *' pointer"
2693 msgstr ""
2694
2695 #: c-typeck.c:1225 cp/typeck.c:2369
2696 #, c-format
2697 msgid "invalid type argument of `%s'"
2698 msgstr ""
2699
2700 #: c-typeck.c:1244 cp/typeck.c:2395
2701 msgid "subscript missing in array reference"
2702 msgstr ""
2703
2704 #: c-typeck.c:1265 cp/typeck.c:2437
2705 msgid "array subscript has type `char'"
2706 msgstr ""
2707
2708 #: c-typeck.c:1273 c-typeck.c:1362 cp/typeck.c:2444 cp/typeck.c:2523
2709 msgid "array subscript is not an integer"
2710 msgstr ""
2711
2712 #: c-typeck.c:1306
2713 msgid "ISO C forbids subscripting `register' array"
2714 msgstr ""
2715
2716 #: c-typeck.c:1308
2717 msgid "ISO C90 forbids subscripting non-lvalue array"
2718 msgstr ""
2719
2720 #: c-typeck.c:1341
2721 msgid "subscript has type `char'"
2722 msgstr ""
2723
2724 #: c-typeck.c:1357 cp/typeck.c:2518
2725 msgid "subscripted value is neither array nor pointer"
2726 msgstr ""
2727
2728 #: c-typeck.c:1411
2729 #, c-format
2730 msgid "`%s' undeclared here (not in a function)"
2731 msgstr ""
2732
2733 #: c-typeck.c:1418
2734 #, c-format
2735 msgid "`%s' undeclared (first use in this function)"
2736 msgstr ""
2737
2738 #: c-typeck.c:1423
2739 msgid "(Each undeclared identifier is reported only once"
2740 msgstr ""
2741
2742 #: c-typeck.c:1424
2743 msgid "for each function it appears in.)"
2744 msgstr ""
2745
2746 #: c-typeck.c:1441
2747 #, c-format
2748 msgid "local declaration of `%s' hides instance variable"
2749 msgstr ""
2750
2751 #: c-typeck.c:1518
2752 msgid "called object is not a function"
2753 msgstr ""
2754
2755 #: c-typeck.c:1604 cp/typeck.c:2829
2756 msgid "too many arguments to function"
2757 msgstr ""
2758
2759 #: c-typeck.c:1625
2760 #, c-format
2761 msgid "type of formal parameter %d is incomplete"
2762 msgstr ""
2763
2764 #: c-typeck.c:1638
2765 #, c-format
2766 msgid "%s as integer rather than floating due to prototype"
2767 msgstr ""
2768
2769 #: c-typeck.c:1641
2770 #, c-format
2771 msgid "%s as integer rather than complex due to prototype"
2772 msgstr ""
2773
2774 #: c-typeck.c:1644
2775 #, c-format
2776 msgid "%s as complex rather than floating due to prototype"
2777 msgstr ""
2778
2779 #: c-typeck.c:1647
2780 #, c-format
2781 msgid "%s as floating rather than integer due to prototype"
2782 msgstr ""
2783
2784 #: c-typeck.c:1650
2785 #, c-format
2786 msgid "%s as complex rather than integer due to prototype"
2787 msgstr ""
2788
2789 #: c-typeck.c:1653
2790 #, c-format
2791 msgid "%s as floating rather than complex due to prototype"
2792 msgstr ""
2793
2794 #: c-typeck.c:1663
2795 #, c-format
2796 msgid "%s as `float' rather than `double' due to prototype"
2797 msgstr ""
2798
2799 #: c-typeck.c:1681
2800 #, c-format
2801 msgid "%s with different width due to prototype"
2802 msgstr ""
2803
2804 #: c-typeck.c:1715
2805 #, c-format
2806 msgid "%s as unsigned due to prototype"
2807 msgstr ""
2808
2809 #: c-typeck.c:1717
2810 #, c-format
2811 msgid "%s as signed due to prototype"
2812 msgstr ""
2813
2814 #: c-typeck.c:1751 cp/typeck.c:2933
2815 msgid "too few arguments to function"
2816 msgstr ""
2817
2818 #: c-typeck.c:1793
2819 msgid "suggest parentheses around + or - inside shift"
2820 msgstr ""
2821
2822 #: c-typeck.c:1800
2823 msgid "suggest parentheses around && within ||"
2824 msgstr ""
2825
2826 #: c-typeck.c:1809
2827 msgid "suggest parentheses around arithmetic in operand of |"
2828 msgstr ""
2829
2830 #: c-typeck.c:1812
2831 msgid "suggest parentheses around comparison in operand of |"
2832 msgstr ""
2833
2834 #: c-typeck.c:1821
2835 msgid "suggest parentheses around arithmetic in operand of ^"
2836 msgstr ""
2837
2838 #: c-typeck.c:1824
2839 msgid "suggest parentheses around comparison in operand of ^"
2840 msgstr ""
2841
2842 #: c-typeck.c:1831
2843 msgid "suggest parentheses around + or - in operand of &"
2844 msgstr ""
2845
2846 #: c-typeck.c:1834
2847 msgid "suggest parentheses around comparison in operand of &"
2848 msgstr ""
2849
2850 #: c-typeck.c:1841
2851 msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
2852 msgstr ""
2853
2854 #: c-typeck.c:2001 c-typeck.c:2036
2855 msgid "division by zero"
2856 msgstr "Teilung durch Null"
2857
2858 #: c-typeck.c:2081 cp/typeck.c:3194
2859 msgid "right shift count is negative"
2860 msgstr ""
2861
2862 #: c-typeck.c:2088 cp/typeck.c:3200
2863 msgid "right shift count >= width of type"
2864 msgstr ""
2865
2866 #: c-typeck.c:2109 cp/typeck.c:3219
2867 msgid "left shift count is negative"
2868 msgstr ""
2869
2870 #: c-typeck.c:2112 cp/typeck.c:3221
2871 msgid "left shift count >= width of type"
2872 msgstr ""
2873
2874 #: c-typeck.c:2133
2875 msgid "shift count is negative"
2876 msgstr ""
2877
2878 #: c-typeck.c:2135
2879 msgid "shift count >= width of type"
2880 msgstr ""
2881
2882 #: c-typeck.c:2152 cp/typeck.c:3256
2883 msgid "comparing floating point with == or != is unsafe"
2884 msgstr ""
2885
2886 #: c-typeck.c:2178 c-typeck.c:2184
2887 msgid "ISO C forbids comparison of `void *' with function pointer"
2888 msgstr ""
2889
2890 #: c-typeck.c:2187 c-typeck.c:2227 c-typeck.c:2255
2891 msgid "comparison of distinct pointer types lacks a cast"
2892 msgstr ""
2893
2894 #: c-typeck.c:2201 c-typeck.c:2206 c-typeck.c:2275 c-typeck.c:2280
2895 msgid "comparison between pointer and integer"
2896 msgstr ""
2897
2898 #: c-typeck.c:2222 c-typeck.c:2250
2899 msgid "ISO C forbids ordered comparisons of pointers to functions"
2900 msgstr ""
2901
2902 #: c-typeck.c:2247
2903 msgid "comparison of complete and incomplete pointers"
2904 msgstr ""
2905
2906 #: c-typeck.c:2263 c-typeck.c:2270
2907 msgid "ordered comparison of pointer with integer zero"
2908 msgstr ""
2909
2910 #: c-typeck.c:2294 cp/typeck.c:3389
2911 msgid "unordered comparison on non-floating point argument"
2912 msgstr ""
2913
2914 #: c-typeck.c:2505
2915 msgid "comparison between signed and unsigned"
2916 msgstr ""
2917
2918 #: c-typeck.c:2551 cp/typeck.c:3633
2919 msgid "comparison of promoted ~unsigned with constant"
2920 msgstr ""
2921
2922 #: c-typeck.c:2559 cp/typeck.c:3641
2923 msgid "comparison of promoted ~unsigned with unsigned"
2924 msgstr ""
2925
2926 #: c-typeck.c:2639
2927 msgid "pointer of type `void *' used in subtraction"
2928 msgstr ""
2929
2930 #: c-typeck.c:2641
2931 msgid "pointer to a function used in subtraction"
2932 msgstr ""
2933
2934 #: c-typeck.c:2738
2935 msgid "wrong type argument to unary plus"
2936 msgstr ""
2937
2938 #: c-typeck.c:2751
2939 msgid "wrong type argument to unary minus"
2940 msgstr ""
2941
2942 #: c-typeck.c:2768
2943 msgid "ISO C does not support `~' for complex conjugation"
2944 msgstr ""
2945
2946 #: c-typeck.c:2774
2947 msgid "wrong type argument to bit-complement"
2948 msgstr ""
2949
2950 #: c-typeck.c:2783
2951 msgid "wrong type argument to abs"
2952 msgstr ""
2953
2954 #: c-typeck.c:2795
2955 msgid "wrong type argument to conjugation"
2956 msgstr ""
2957
2958 #: c-typeck.c:2809
2959 msgid "wrong type argument to unary exclamation mark"
2960 msgstr ""
2961
2962 #: c-typeck.c:2852
2963 msgid "ISO C does not support `++' and `--' on complex types"
2964 msgstr ""
2965
2966 #: c-typeck.c:2867 c-typeck.c:2899
2967 msgid "wrong type argument to increment"
2968 msgstr ""
2969
2970 #: c-typeck.c:2869 c-typeck.c:2901
2971 msgid "wrong type argument to decrement"
2972 msgstr ""
2973
2974 #: c-typeck.c:2890
2975 msgid "increment of pointer to unknown structure"
2976 msgstr ""
2977
2978 #: c-typeck.c:2892
2979 msgid "decrement of pointer to unknown structure"
2980 msgstr ""
2981
2982 #: c-typeck.c:3029
2983 msgid "ISO C forbids the address of a cast expression"
2984 msgstr ""
2985
2986 #: c-typeck.c:3039
2987 msgid "invalid lvalue in unary `&'"
2988 msgstr ""
2989
2990 #: c-typeck.c:3071
2991 #, c-format
2992 msgid "attempt to take address of bit-field structure member `%s'"
2993 msgstr ""
2994
2995 #: c-typeck.c:3180 c-typeck.c:4651 c-typeck.c:4667 c-typeck.c:4683
2996 #: final.c:3146 final.c:3148 gcc.c:4381 rtl-error.c:122 toplev.c:1694
2997 #: config/cris/cris.c:545 cp/spew.c:1538 cp/typeck.c:4367 java/expr.c:364
2998 #: java/verify.c:1467 java/verify.c:1468 java/verify.c:1483
2999 #, c-format
3000 msgid "%s"
3001 msgstr ""
3002
3003 #: c-typeck.c:3241
3004 msgid "ISO C forbids use of conditional expressions as lvalues"
3005 msgstr ""
3006
3007 #: c-typeck.c:3244
3008 msgid "ISO C forbids use of compound expressions as lvalues"
3009 msgstr ""
3010
3011 #: c-typeck.c:3247
3012 msgid "ISO C forbids use of cast expressions as lvalues"
3013 msgstr ""
3014
3015 #: c-typeck.c:3264
3016 #, c-format
3017 msgid "%s of read-only member `%s'"
3018 msgstr ""
3019
3020 #: c-typeck.c:3268
3021 #, c-format
3022 msgid "%s of read-only variable `%s'"
3023 msgstr ""
3024
3025 #: c-typeck.c:3271
3026 #, c-format
3027 msgid "%s of read-only location"
3028 msgstr ""
3029
3030 #: c-typeck.c:3290
3031 #, c-format
3032 msgid "cannot take address of bit-field `%s'"
3033 msgstr ""
3034
3035 #: c-typeck.c:3318
3036 #, c-format
3037 msgid "global register variable `%s' used in nested function"
3038 msgstr ""
3039
3040 #: c-typeck.c:3322
3041 #, c-format
3042 msgid "register variable `%s' used in nested function"
3043 msgstr ""
3044
3045 #: c-typeck.c:3329
3046 #, c-format
3047 msgid "address of global register variable `%s' requested"
3048 msgstr ""
3049
3050 #: c-typeck.c:3341
3051 msgid "cannot put object with volatile field into register"
3052 msgstr ""
3053
3054 #: c-typeck.c:3345
3055 #, c-format
3056 msgid "address of register variable `%s' requested"
3057 msgstr ""
3058
3059 #: c-typeck.c:3453
3060 msgid "signed and unsigned type in conditional expression"
3061 msgstr ""
3062
3063 #: c-typeck.c:3460
3064 msgid "ISO C forbids conditional expr with only one void side"
3065 msgstr ""
3066
3067 #: c-typeck.c:3476 c-typeck.c:3483
3068 msgid "ISO C forbids conditional expr between `void *' and function pointer"
3069 msgstr ""
3070
3071 #: c-typeck.c:3489
3072 msgid "pointer type mismatch in conditional expression"
3073 msgstr ""
3074
3075 #: c-typeck.c:3496 c-typeck.c:3506
3076 msgid "pointer/integer type mismatch in conditional expression"
3077 msgstr ""
3078
3079 #: c-typeck.c:3520
3080 msgid "type mismatch in conditional expression"
3081 msgstr ""
3082
3083 #: c-typeck.c:3591 cp/typeck.c:4623
3084 msgid "left-hand operand of comma expression has no effect"
3085 msgstr ""
3086
3087 #: c-typeck.c:3635
3088 msgid "cast specifies array type"
3089 msgstr ""
3090
3091 #: c-typeck.c:3641
3092 msgid "cast specifies function type"
3093 msgstr ""
3094
3095 #: c-typeck.c:3651
3096 msgid "ISO C forbids casting nonscalar to the same type"
3097 msgstr ""
3098
3099 #: c-typeck.c:3670
3100 msgid "ISO C forbids casts to union type"
3101 msgstr ""
3102
3103 #: c-typeck.c:3685
3104 msgid "cast to union type from type not present in union"
3105 msgstr ""
3106
3107 #: c-typeck.c:3736
3108 msgid "cast adds new qualifiers to function type"
3109 msgstr ""
3110
3111 #. There are qualifiers present in IN_OTYPE that are not
3112 #. present in IN_TYPE.
3113 #: c-typeck.c:3741
3114 msgid "cast discards qualifiers from pointer target type"
3115 msgstr ""
3116
3117 #: c-typeck.c:3756
3118 msgid "cast increases required alignment of target type"
3119 msgstr ""
3120
3121 #: c-typeck.c:3762 cp/typeck.c:5144
3122 msgid "cast from pointer to integer of different size"
3123 msgstr ""
3124
3125 #: c-typeck.c:3767
3126 msgid "cast does not match function type"
3127 msgstr ""
3128
3129 #: c-typeck.c:3774 cp/typeck.c:5151
3130 msgid "cast to pointer from integer of different size"
3131 msgstr ""
3132
3133 #: c-typeck.c:3786
3134 msgid "type-punning to incomplete type might break strict-aliasing rules"
3135 msgstr ""
3136
3137 #: c-typeck.c:3790
3138 msgid "dereferencing type-punned pointer will break strict-aliasing rules"
3139 msgstr ""
3140
3141 #. Now we have handled acceptable kinds of LHS that are not truly lvalues.
3142 #. Reject anything strange now.
3143 #: c-typeck.c:3949
3144 msgid "invalid lvalue in assignment"
3145 msgstr ""
3146
3147 #. Convert new value to destination type.
3148 #: c-typeck.c:3958 c-typeck.c:3983 c-typeck.c:4000 cp/typeck.c:5266
3149 #: cp/typeck.c:5416
3150 msgid "assignment"
3151 msgstr ""
3152
3153 #: c-typeck.c:4070
3154 msgid "cannot pass rvalue to reference parameter"
3155 msgstr ""
3156
3157 #: c-typeck.c:4174 c-typeck.c:4241
3158 #, c-format
3159 msgid "%s makes qualified function pointer from unqualified"
3160 msgstr ""
3161
3162 #: c-typeck.c:4178 c-typeck.c:4221
3163 #, c-format
3164 msgid "%s discards qualifiers from pointer target type"
3165 msgstr ""
3166
3167 #: c-typeck.c:4184
3168 msgid "ISO C prohibits argument conversion to union type"
3169 msgstr ""
3170
3171 #: c-typeck.c:4213
3172 #, c-format
3173 msgid "ISO C forbids %s between function pointer and `void *'"
3174 msgstr ""
3175
3176 #: c-typeck.c:4230
3177 #, c-format
3178 msgid "pointer targets in %s differ in signedness"
3179 msgstr ""
3180
3181 #: c-typeck.c:4246
3182 #, c-format
3183 msgid "%s from incompatible pointer type"
3184 msgstr ""
3185
3186 #: c-typeck.c:4252 c-typeck.c:4804 cp/typeck.c:1653
3187 msgid "invalid use of non-lvalue array"
3188 msgstr ""
3189
3190 #: c-typeck.c:4267
3191 #, c-format
3192 msgid "%s makes pointer from integer without a cast"
3193 msgstr ""
3194
3195 #: c-typeck.c:4275
3196 #, c-format
3197 msgid "%s makes integer from pointer without a cast"
3198 msgstr ""
3199
3200 #: c-typeck.c:4289 c-typeck.c:4292
3201 #, c-format
3202 msgid "incompatible type for argument %d of `%s'"
3203 msgstr ""
3204
3205 #: c-typeck.c:4296
3206 #, c-format
3207 msgid "incompatible type for argument %d of indirect function call"
3208 msgstr ""
3209
3210 #: c-typeck.c:4300
3211 #, c-format
3212 msgid "incompatible types in %s"
3213 msgstr ""
3214
3215 #. Function name is known; supply it.
3216 #: c-typeck.c:4358
3217 #, c-format
3218 msgid "passing arg of `%s'"
3219 msgstr ""
3220
3221 #. Function name unknown (call through ptr).
3222 #: c-typeck.c:4368
3223 msgid "passing arg of pointer to function"
3224 msgstr ""
3225
3226 #. Function name is known; supply it.
3227 #: c-typeck.c:4376
3228 #, c-format
3229 msgid "passing arg %d of `%s'"
3230 msgstr ""
3231
3232 #. Function name unknown (call through ptr); just give arg number.
3233 #: c-typeck.c:4386
3234 #, c-format
3235 msgid "passing arg %d of pointer to function"
3236 msgstr ""
3237
3238 #: c-typeck.c:4452
3239 msgid "initializer for static variable is not constant"
3240 msgstr ""
3241
3242 #: c-typeck.c:4458
3243 msgid "initializer for static variable uses complicated arithmetic"
3244 msgstr ""
3245
3246 #: c-typeck.c:4466
3247 msgid "aggregate initializer is not constant"
3248 msgstr ""
3249
3250 #: c-typeck.c:4468
3251 msgid "aggregate initializer uses complicated arithmetic"
3252 msgstr ""
3253
3254 #: c-typeck.c:4475
3255 msgid "traditional C rejects automatic aggregate initialization"
3256 msgstr ""
3257
3258 #: c-typeck.c:4654 c-typeck.c:4670 c-typeck.c:4686
3259 #, c-format
3260 msgid "(near initialization for `%s')"
3261 msgstr ""
3262
3263 #: c-typeck.c:4737 cp/typeck2.c:488
3264 msgid "char-array initialized from wide string"
3265 msgstr ""
3266
3267 #: c-typeck.c:4744 cp/typeck2.c:495
3268 msgid "int-array initialized from non-wide string"
3269 msgstr ""
3270
3271 #: c-typeck.c:4762 cp/typeck2.c:511
3272 msgid "initializer-string for array of chars is too long"
3273 msgstr ""
3274
3275 #: c-typeck.c:4822
3276 msgid "array initialized from non-constant array expression"
3277 msgstr ""
3278
3279 #: c-typeck.c:4839 c-typeck.c:4841 c-typeck.c:4857 c-typeck.c:4878
3280 #: c-typeck.c:6281
3281 msgid "initializer element is not constant"
3282 msgstr ""
3283
3284 #: c-typeck.c:4873
3285 msgid "initialization"
3286 msgstr ""
3287
3288 #: c-typeck.c:4884 c-typeck.c:6286
3289 msgid "initializer element is not computable at load time"
3290 msgstr ""
3291
3292 #: c-typeck.c:4899 cp/typeck2.c:588
3293 msgid "invalid initializer"
3294 msgstr ""
3295
3296 #: c-typeck.c:5393
3297 msgid "extra brace group at end of initializer"
3298 msgstr ""
3299
3300 #: c-typeck.c:5413
3301 msgid "missing braces around initializer"
3302 msgstr ""
3303
3304 #: c-typeck.c:5473
3305 msgid "braces around scalar initializer"
3306 msgstr ""
3307
3308 #: c-typeck.c:5521
3309 msgid "initialization of flexible array member in a nested context"
3310 msgstr ""
3311
3312 #: c-typeck.c:5523
3313 msgid "initialization of a flexible array member"
3314 msgstr ""
3315
3316 #: c-typeck.c:5554
3317 msgid "missing initializer"
3318 msgstr ""
3319
3320 #: c-typeck.c:5580
3321 msgid "empty scalar initializer"
3322 msgstr ""
3323
3324 #: c-typeck.c:5585
3325 msgid "extra elements in scalar initializer"
3326 msgstr ""
3327
3328 #: c-typeck.c:5671
3329 msgid "initialization designators may not nest"
3330 msgstr ""
3331
3332 #: c-typeck.c:5692 c-typeck.c:5763
3333 msgid "array index in non-array initializer"
3334 msgstr ""
3335
3336 #: c-typeck.c:5697 c-typeck.c:5817
3337 msgid "field name not in record or union initializer"
3338 msgstr ""
3339
3340 #: c-typeck.c:5759 c-typeck.c:5761
3341 msgid "nonconstant array index in initializer"
3342 msgstr ""
3343
3344 #: c-typeck.c:5765 c-typeck.c:5768
3345 msgid "array index in initializer exceeds array bounds"
3346 msgstr ""
3347
3348 #: c-typeck.c:5779
3349 msgid "empty index range in initializer"
3350 msgstr ""
3351
3352 #: c-typeck.c:5788
3353 msgid "array index range in initializer exceeds array bounds"
3354 msgstr ""
3355
3356 #: c-typeck.c:5829
3357 #, c-format
3358 msgid "unknown field `%s' specified in initializer"
3359 msgstr ""
3360
3361 #: c-typeck.c:5866 c-typeck.c:5887 c-typeck.c:6348
3362 msgid "initialized field with side-effects overwritten"
3363 msgstr ""
3364
3365 #: c-typeck.c:6558
3366 msgid "excess elements in char array initializer"
3367 msgstr ""
3368
3369 #: c-typeck.c:6565 c-typeck.c:6611
3370 msgid "excess elements in struct initializer"
3371 msgstr ""
3372
3373 #: c-typeck.c:6626
3374 msgid "non-static initialization of a flexible array member"
3375 msgstr ""
3376
3377 #: c-typeck.c:6693
3378 msgid "excess elements in union initializer"
3379 msgstr ""
3380
3381 #: c-typeck.c:6714
3382 msgid "traditional C rejects initialization of unions"
3383 msgstr ""
3384
3385 #: c-typeck.c:6777
3386 msgid "excess elements in array initializer"
3387 msgstr ""
3388
3389 #: c-typeck.c:6806
3390 msgid "excess elements in vector initializer"
3391 msgstr ""
3392
3393 #: c-typeck.c:6828
3394 msgid "excess elements in scalar initializer"
3395 msgstr ""
3396
3397 #: c-typeck.c:6935
3398 msgid "asm template is not a string constant"
3399 msgstr ""
3400
3401 #: c-typeck.c:6967
3402 msgid "invalid lvalue in asm statement"
3403 msgstr ""
3404
3405 #: c-typeck.c:7042
3406 msgid "modification by `asm'"
3407 msgstr ""
3408
3409 #: c-typeck.c:7061 cp/typeck.c:6237
3410 msgid "function declared `noreturn' has a `return' statement"
3411 msgstr ""
3412
3413 #: c-typeck.c:7068
3414 msgid "`return' with no value, in function returning non-void"
3415 msgstr ""
3416
3417 #: c-typeck.c:7074
3418 msgid "`return' with a value, in function returning void"
3419 msgstr ""
3420
3421 #: c-typeck.c:7078
3422 msgid "return"
3423 msgstr ""
3424
3425 #: c-typeck.c:7130
3426 msgid "function returns address of local variable"
3427 msgstr ""
3428
3429 #: c-typeck.c:7186 cp/semantics.c:555
3430 msgid "switch quantity not an integer"
3431 msgstr ""
3432
3433 #: c-typeck.c:7196
3434 msgid "`long' switch expression not converted to `int' in ISO C"
3435 msgstr ""
3436
3437 #: c-typeck.c:7231 cp/decl.c:5523
3438 msgid "case label not within a switch statement"
3439 msgstr ""
3440
3441 #: c-typeck.c:7233 cp/decl.c:5528
3442 msgid "`default' label not within a switch statement"
3443 msgstr ""
3444
3445 #: calls.c:1934 tree-inline.c:1177
3446 #, c-format
3447 msgid "inlining failed in call to `%s'"
3448 msgstr ""
3449
3450 #: calls.c:1935 calls.c:2271 tree-inline.c:1178
3451 msgid "called from here"
3452 msgstr ""
3453
3454 #: calls.c:2270
3455 #, c-format
3456 msgid "can't inline call to `%s'"
3457 msgstr ""
3458
3459 #: calls.c:2300
3460 msgid "function call has aggregate value"
3461 msgstr ""
3462
3463 #: cfgloop.c:1107
3464 #, c-format
3465 msgid "Size of loop %d should be %d, not %d."
3466 msgstr ""
3467
3468 #: cfgloop.c:1126
3469 #, c-format
3470 msgid "Bb %d do not belong to loop %d."
3471 msgstr ""
3472
3473 #: cfgloop.c:1144
3474 #, c-format
3475 msgid "Loop %d's header does not have exactly 2 entries."
3476 msgstr ""
3477
3478 #: cfgloop.c:1152
3479 #, c-format
3480 msgid "Loop %d's latch does not have exactly 1 successor."
3481 msgstr ""
3482
3483 #: cfgloop.c:1157
3484 #, c-format
3485 msgid "Loop %d's latch does not have header as successor."
3486 msgstr ""
3487
3488 #: cfgloop.c:1162
3489 #, c-format
3490 msgid "Loop %d's latch does not belong directly to it."
3491 msgstr ""
3492
3493 #: cfgloop.c:1168
3494 #, c-format
3495 msgid "Loop %d's header does not belong directly to it."
3496 msgstr ""
3497
3498 #: cfgrtl.c:1774
3499 #, c-format
3500 msgid "bb %d on wrong place"
3501 msgstr ""
3502
3503 #: cfgrtl.c:1780
3504 #, c-format
3505 msgid "prev_bb of %d should be %d, not %d"
3506 msgstr ""
3507
3508 #: cfgrtl.c:1800
3509 #, c-format
3510 msgid "end insn %d for block %d not found in the insn stream"
3511 msgstr ""
3512
3513 #: cfgrtl.c:1814
3514 #, c-format
3515 msgid "insn %d is in multiple basic blocks (%d and %d)"
3516 msgstr ""
3517
3518 #: cfgrtl.c:1826
3519 #, c-format
3520 msgid "head insn %d for block %d not found in the insn stream"
3521 msgstr ""
3522
3523 #: cfgrtl.c:1848
3524 #, c-format
3525 msgid "verify_flow_info: REG_BR_PROB does not match cfg %i %i"
3526 msgstr ""
3527
3528 #: cfgrtl.c:1855
3529 #, c-format
3530 msgid "verify_flow_info: Wrong count of block %i %i"
3531 msgstr ""
3532
3533 #: cfgrtl.c:1861
3534 #, c-format
3535 msgid "verify_flow_info: Wrong frequency of block %i %i"
3536 msgstr ""
3537
3538 #: cfgrtl.c:1869
3539 #, c-format
3540 msgid "verify_flow_info: Duplicate edge %i->%i"
3541 msgstr ""
3542
3543 #: cfgrtl.c:1875
3544 #, c-format
3545 msgid "verify_flow_info: Wrong probability of edge %i->%i %i"
3546 msgstr ""
3547
3548 #: cfgrtl.c:1881
3549 #, c-format
3550 msgid "verify_flow_info: Wrong count of edge %i->%i %i"
3551 msgstr ""
3552
3553 #: cfgrtl.c:1911
3554 #, c-format
3555 msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
3556 msgstr ""
3557
3558 #: cfgrtl.c:1926
3559 #, c-format
3560 msgid "verify_flow_info: Incorrect fallthru %i->%i"
3561 msgstr ""
3562
3563 #: cfgrtl.c:1928
3564 msgid "wrong insn in the fallthru edge"
3565 msgstr ""
3566
3567 #: cfgrtl.c:1935
3568 #, c-format
3569 msgid "verify_flow_info: Basic block %d succ edge is corrupted"
3570 msgstr ""
3571
3572 #: cfgrtl.c:1951
3573 #, c-format
3574 msgid "Missing REG_EH_REGION note in the end of bb %i"
3575 msgstr ""
3576
3577 #: cfgrtl.c:1959
3578 #, c-format
3579 msgid "Too many outgoing branch edges from bb %i"
3580 msgstr ""
3581
3582 #: cfgrtl.c:1964
3583 #, c-format
3584 msgid "Fallthru edge after unconditional jump %i"
3585 msgstr ""
3586
3587 #: cfgrtl.c:1969
3588 #, c-format
3589 msgid "Wrong amount of branch edges after unconditional jump %i"
3590 msgstr ""
3591
3592 #: cfgrtl.c:1975
3593 #, c-format
3594 msgid "Wrong amount of branch edges after conditional jump %i"
3595 msgstr ""
3596
3597 #: cfgrtl.c:1980
3598 #, c-format
3599 msgid "Call edges for non-call insn in bb %i"
3600 msgstr ""
3601
3602 #: cfgrtl.c:1989
3603 #, c-format
3604 msgid "Abnormal edges for no purpose in bb %i"
3605 msgstr ""
3606
3607 #: cfgrtl.c:2004
3608 #, c-format
3609 msgid "missing barrier after block %i"
3610 msgstr ""
3611
3612 #: cfgrtl.c:2014
3613 #, c-format
3614 msgid "basic block %d pred edge is corrupted"
3615 msgstr ""
3616
3617 #: cfgrtl.c:2031
3618 #, c-format
3619 msgid "insn %d inside basic block %d but block_for_insn is NULL"
3620 msgstr ""
3621
3622 #: cfgrtl.c:2035
3623 #, c-format
3624 msgid "insn %d inside basic block %d but block_for_insn is %i"
3625 msgstr ""
3626
3627 #: cfgrtl.c:2049 cfgrtl.c:2059
3628 #, c-format
3629 msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
3630 msgstr ""
3631
3632 #: cfgrtl.c:2072
3633 #, c-format
3634 msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
3635 msgstr ""
3636
3637 #: cfgrtl.c:2084
3638 #, c-format
3639 msgid "in basic block %d:"
3640 msgstr ""
3641
3642 #: cfgrtl.c:2085
3643 msgid "flow control insn inside a basic block"
3644 msgstr ""
3645
3646 #: cfgrtl.c:2104
3647 #, c-format
3648 msgid "basic block %i edge lists are corrupted"
3649 msgstr ""
3650
3651 #: cfgrtl.c:2119
3652 msgid "basic blocks not numbered consecutively"
3653 msgstr ""
3654
3655 #: cfgrtl.c:2144
3656 msgid "insn outside basic block"
3657 msgstr ""
3658
3659 #: cfgrtl.c:2152
3660 msgid "return not followed by barrier"
3661 msgstr ""
3662
3663 #: cfgrtl.c:2157
3664 #, c-format
3665 msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
3666 msgstr ""
3667
3668 #: cfgrtl.c:2161
3669 msgid "verify_flow_info failed"
3670 msgstr ""
3671
3672 #: collect2.c:425
3673 msgid "internal error"
3674 msgstr ""
3675
3676 #: collect2.c:934
3677 msgid "no arguments"
3678 msgstr ""
3679
3680 #: collect2.c:1263 collect2.c:1411 collect2.c:1444
3681 #, c-format
3682 msgid "fopen %s"
3683 msgstr ""
3684
3685 #: collect2.c:1266 collect2.c:1416 collect2.c:1447
3686 #, c-format
3687 msgid "fclose %s"
3688 msgstr ""
3689
3690 #: collect2.c:1275
3691 #, c-format
3692 msgid "collect2 version %s"
3693 msgstr ""
3694
3695 #: collect2.c:1365
3696 #, c-format
3697 msgid "%d constructor(s) found\n"
3698 msgstr ""
3699
3700 #: collect2.c:1366
3701 #, c-format
3702 msgid "%d destructor(s) found\n"
3703 msgstr ""
3704
3705 #: collect2.c:1367
3706 #, c-format
3707 msgid "%d frame table(s) found\n"
3708 msgstr ""
3709
3710 #: collect2.c:1508
3711 #, c-format
3712 msgid "%s terminated with signal %d [%s]%s"
3713 msgstr ""
3714
3715 #: collect2.c:1527
3716 #, c-format
3717 msgid "%s returned %d exit status"
3718 msgstr ""
3719
3720 #: collect2.c:1555
3721 #, c-format
3722 msgid "[cannot find %s]"
3723 msgstr ""
3724
3725 #: collect2.c:1570
3726 #, c-format
3727 msgid "cannot find `%s'"
3728 msgstr ""
3729
3730 #: collect2.c:1581 collect2.c:1584
3731 #, c-format
3732 msgid "redirecting stdout: %s"
3733 msgstr ""
3734
3735 #: collect2.c:1627
3736 #, c-format
3737 msgid "[Leaving %s]\n"
3738 msgstr ""
3739
3740 #: collect2.c:1870
3741 #, c-format
3742 msgid ""
3743 "\n"
3744 "write_c_file - output name is %s, prefix is %s\n"
3745 msgstr ""
3746
3747 #: collect2.c:2082
3748 msgid "cannot find `nm'"
3749 msgstr ""
3750
3751 #: collect2.c:2092 collect2.c:2533
3752 msgid "pipe"
3753 msgstr ""
3754
3755 #: collect2.c:2096 collect2.c:2537
3756 msgid "fdopen"
3757 msgstr ""
3758
3759 #: collect2.c:2122 collect2.c:2563
3760 #, c-format
3761 msgid "dup2 %d 1"
3762 msgstr ""
3763
3764 #: collect2.c:2125 collect2.c:2128 collect2.c:2141 collect2.c:2566
3765 #: collect2.c:2569 collect2.c:2582
3766 #, c-format
3767 msgid "close %d"
3768 msgstr ""
3769
3770 #: collect2.c:2131 collect2.c:2572
3771 #, c-format
3772 msgid "execv %s"
3773 msgstr ""
3774
3775 #: collect2.c:2185
3776 #, c-format
3777 msgid "init function found in object %s"
3778 msgstr ""
3779
3780 #: collect2.c:2193
3781 #, c-format
3782 msgid "fini function found in object %s"
3783 msgstr ""
3784
3785 #: collect2.c:2216 collect2.c:2621
3786 msgid "fclose"
3787 msgstr ""
3788
3789 #: collect2.c:2261
3790 #, c-format
3791 msgid "unable to open file '%s'"
3792 msgstr ""
3793
3794 #: collect2.c:2263
3795 #, c-format
3796 msgid "unable to stat file '%s'"
3797 msgstr ""
3798
3799 #: collect2.c:2269
3800 #, c-format
3801 msgid "unable to mmap file '%s'"
3802 msgstr ""
3803
3804 #: collect2.c:2422
3805 msgid "not found\n"
3806 msgstr ""
3807
3808 #: collect2.c:2424 collect2.c:2600
3809 #, c-format
3810 msgid "dynamic dependency %s not found"
3811 msgstr ""
3812
3813 #: collect2.c:2444
3814 #, c-format
3815 msgid "bad magic number in file '%s'"
3816 msgstr ""
3817
3818 #: collect2.c:2466
3819 msgid "dynamic dependencies.\n"
3820 msgstr ""
3821
3822 #: collect2.c:2524
3823 msgid "cannot find `ldd'"
3824 msgstr ""
3825
3826 #: collect2.c:2585
3827 msgid ""
3828 "\n"
3829 "ldd output with constructors/destructors.\n"
3830 msgstr ""
3831
3832 #: collect2.c:2612
3833 #, c-format
3834 msgid "unable to open dynamic dependency '%s'"
3835 msgstr ""
3836
3837 #: collect2.c:2726
3838 #, c-format
3839 msgid "%s: not a COFF file"
3840 msgstr ""
3841
3842 #: collect2.c:2845
3843 #, c-format
3844 msgid "%s: cannot open as COFF file"
3845 msgstr ""
3846
3847 #: collect2.c:2901
3848 #, c-format
3849 msgid "library lib%s not found"
3850 msgstr ""
3851
3852 #: collect2.c:3028
3853 #, c-format
3854 msgid "open %s"
3855 msgstr ""
3856
3857 #: collect2.c:3051
3858 msgid "incompatibilities between object file & expected values"
3859 msgstr ""
3860
3861 #: collect2.c:3124
3862 #, c-format
3863 msgid ""
3864 "\n"
3865 "Processing symbol table #%d, offset = 0x%.8lx, kind = %s\n"
3866 msgstr ""
3867
3868 #: collect2.c:3133
3869 msgid "string section missing"
3870 msgstr ""
3871
3872 #: collect2.c:3136
3873 msgid "section pointer missing"
3874 msgstr ""
3875
3876 #: collect2.c:3184
3877 msgid "no symbol table found"
3878 msgstr ""
3879
3880 #: collect2.c:3197
3881 msgid "no cmd_strings found"
3882 msgstr ""
3883
3884 #: collect2.c:3209
3885 msgid ""
3886 "\n"
3887 "Updating header and load commands.\n"
3888 "\n"
3889 msgstr ""
3890
3891 #: collect2.c:3216
3892 #, c-format
3893 msgid "load command map, %d cmds, new size %ld.\n"
3894 msgstr ""
3895
3896 #: collect2.c:3247
3897 msgid ""
3898 "writing load commands.\n"
3899 "\n"
3900 msgstr ""
3901
3902 #: collect2.c:3267
3903 #, c-format
3904 msgid "close %s"
3905 msgstr ""
3906
3907 #: collect2.c:3341
3908 msgid "could not convert 0x%l.8x into a region"
3909 msgstr ""
3910
3911 #: collect2.c:3345
3912 #, c-format
3913 msgid "%s function, region %d, offset = %ld (0x%.8lx)\n"
3914 msgstr ""
3915
3916 #: collect2.c:3472
3917 msgid "bad magic number"
3918 msgstr ""
3919
3920 #: collect2.c:3473
3921 msgid "bad header version"
3922 msgstr ""
3923
3924 #: collect2.c:3474
3925 msgid "bad raw header version"
3926 msgstr ""
3927
3928 #: collect2.c:3475
3929 msgid "raw header buffer too small"
3930 msgstr ""
3931
3932 #: collect2.c:3476
3933 msgid "old raw header file"
3934 msgstr ""
3935
3936 #: collect2.c:3477
3937 msgid "unsupported version"
3938 msgstr ""
3939
3940 #: collect2.c:3479
3941 #, c-format
3942 msgid "unknown {de,en}code_mach_o_hdr return value %d"
3943 msgstr ""
3944
3945 #: collect2.c:3499
3946 #, c-format
3947 msgid "fstat %s"
3948 msgstr ""
3949
3950 #: collect2.c:3536 collect2.c:3584
3951 #, c-format
3952 msgid "lseek %s 0"
3953 msgstr ""
3954
3955 #: collect2.c:3540
3956 #, c-format
3957 msgid "read %s"
3958 msgstr ""
3959
3960 #: collect2.c:3543
3961 #, c-format
3962 msgid "read %ld bytes, expected %ld, from %s"
3963 msgstr ""
3964
3965 #: collect2.c:3564
3966 #, c-format
3967 msgid "msync %s"
3968 msgstr ""
3969
3970 #: collect2.c:3571
3971 #, c-format
3972 msgid "munmap %s"
3973 msgstr ""
3974
3975 #: collect2.c:3588
3976 #, c-format
3977 msgid "write %s"
3978 msgstr ""
3979
3980 #: collect2.c:3591
3981 #, c-format
3982 msgid "wrote %ld bytes, expected %ld, to %s"
3983 msgstr ""
3984
3985 #: combine.c:13222
3986 #, c-format
3987 msgid ""
3988 ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new space),\n"
3989 ";; %d successes.\n"
3990 "\n"
3991 msgstr ""
3992
3993 #: combine.c:13232
3994 #, c-format
3995 msgid ""
3996 "\n"
3997 ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
3998 ";; %d successes.\n"
3999 msgstr ""
4000
4001 #: convert.c:69
4002 msgid "cannot convert to a pointer type"
4003 msgstr ""
4004
4005 #: convert.c:102
4006 msgid "pointer value used where a floating point value was expected"
4007 msgstr ""
4008
4009 #: convert.c:106
4010 msgid "aggregate value used where a float was expected"
4011 msgstr ""
4012
4013 #: convert.c:132
4014 msgid "conversion to incomplete type"
4015 msgstr ""
4016
4017 #: convert.c:414 convert.c:494
4018 msgid "can't convert between vector values of different size"
4019 msgstr ""
4020
4021 #: convert.c:420
4022 msgid "aggregate value used where an integer was expected"
4023 msgstr ""
4024
4025 #: convert.c:472 f/com.c:1100
4026 msgid "pointer value used where a complex was expected"
4027 msgstr ""
4028
4029 #: convert.c:476 f/com.c:1102
4030 msgid "aggregate value used where a complex was expected"
4031 msgstr ""
4032
4033 #: convert.c:500
4034 msgid "can't convert value to a vector"
4035 msgstr ""
4036
4037 #: cpperror.c:113
4038 msgid "warning: "
4039 msgstr "Warnung: "
4040
4041 #: cpperror.c:115
4042 msgid "internal error: "
4043 msgstr "interner Fehler: "
4044
4045 #: cpperror.c:189
4046 msgid "stdout"
4047 msgstr ""
4048
4049 #: cpperror.c:191 gcc.c:6428
4050 #, c-format
4051 msgid "%s: %s"
4052 msgstr ""
4053
4054 #: cppexp.c:199
4055 msgid "too many decimal points in number"
4056 msgstr ""
4057
4058 #: cppexp.c:219
4059 #, c-format
4060 msgid "invalid digit \"%c\" in octal constant"
4061 msgstr ""
4062
4063 #: cppexp.c:225
4064 msgid "use of C99 hexadecimal floating constant"
4065 msgstr ""
4066
4067 #: cppexp.c:234
4068 msgid "exponent has no digits"
4069 msgstr ""
4070
4071 #: cppexp.c:241
4072 msgid "hexadecimal floating constants require an exponent"
4073 msgstr ""
4074
4075 #: cppexp.c:247
4076 #, c-format
4077 msgid "invalid suffix \"%.*s\" on floating constant"
4078 msgstr ""
4079
4080 #: cppexp.c:257 cppexp.c:282
4081 #, c-format
4082 msgid "traditional C rejects the \"%.*s\" suffix"
4083 msgstr ""
4084
4085 #: cppexp.c:268
4086 #, c-format
4087 msgid "invalid suffix \"%.*s\" on integer constant"
4088 msgstr ""
4089
4090 #: cppexp.c:289
4091 msgid "use of C99 long long integer constant"
4092 msgstr ""
4093
4094 #: cppexp.c:295
4095 msgid "imaginary constants are a GCC extension"
4096 msgstr ""
4097
4098 #: cppexp.c:383
4099 msgid "integer constant is too large for its type"
4100 msgstr ""
4101
4102 #: cppexp.c:395
4103 msgid "integer constant is so large that it is unsigned"
4104 msgstr ""
4105
4106 #: cppexp.c:482
4107 msgid "missing ')' after \"defined\""
4108 msgstr ""
4109
4110 #: cppexp.c:489
4111 msgid "operator \"defined\" requires an identifier"
4112 msgstr ""
4113
4114 #: cppexp.c:497
4115 #, c-format
4116 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
4117 msgstr ""
4118
4119 #: cppexp.c:507
4120 msgid "this use of \"defined\" may not be portable"
4121 msgstr ""
4122
4123 #: cppexp.c:545
4124 msgid "floating constant in preprocessor expression"
4125 msgstr ""
4126
4127 #: cppexp.c:551
4128 msgid "imaginary number in preprocessor expression"
4129 msgstr ""
4130
4131 #: cppexp.c:596
4132 #, c-format
4133 msgid "ISO C++ does not permit \"%s\" in #if"
4134 msgstr ""
4135
4136 #: cppexp.c:604
4137 #, c-format
4138 msgid "\"%s\" is not defined"
4139 msgstr ""
4140
4141 #: cppexp.c:737 cppexp.c:772
4142 #, c-format
4143 msgid "missing binary operator before token \"%s\""
4144 msgstr ""
4145
4146 #: cppexp.c:756
4147 #, c-format
4148 msgid "invalid character '%c' in #if"
4149 msgstr ""
4150
4151 #: cppexp.c:758
4152 #, c-format
4153 msgid "invalid character '\\%03o' in #if"
4154 msgstr ""
4155
4156 #: cppexp.c:763
4157 #, c-format
4158 msgid "token \"%s\" is not valid in preprocessor expressions"
4159 msgstr ""
4160
4161 #: cppexp.c:782
4162 msgid "void expression between '(' and ')'"
4163 msgstr ""
4164
4165 #: cppexp.c:785
4166 msgid "#if with no expression"
4167 msgstr ""
4168
4169 #: cppexp.c:787
4170 #, c-format
4171 msgid "operator '%s' has no right operand"
4172 msgstr ""
4173
4174 #: cppexp.c:813
4175 msgid " ':' without preceding '?'"
4176 msgstr ""
4177
4178 #: cppexp.c:840
4179 msgid "unbalanced stack in #if"
4180 msgstr ""
4181
4182 #: cppexp.c:862
4183 #, c-format
4184 msgid "impossible operator '%u'"
4185 msgstr ""
4186
4187 #: cppexp.c:954
4188 msgid "missing ')' in expression"
4189 msgstr ""
4190
4191 #: cppexp.c:975
4192 msgid "'?' without following ':'"
4193 msgstr ""
4194
4195 #: cppexp.c:985
4196 msgid "integer overflow in preprocessor expression"
4197 msgstr ""
4198
4199 #: cppexp.c:990
4200 msgid "missing '(' in expression"
4201 msgstr ""
4202
4203 #: cppexp.c:1026
4204 #, c-format
4205 msgid "the left operand of \"%s\" changes sign when promoted"
4206 msgstr ""
4207
4208 #: cppexp.c:1031
4209 #, c-format
4210 msgid "the right operand of \"%s\" changes sign when promoted"
4211 msgstr ""
4212
4213 #: cppexp.c:1414
4214 msgid "comma operator in operand of #if"
4215 msgstr ""
4216
4217 #: cppexp.c:1551
4218 msgid "division by zero in #if"
4219 msgstr ""
4220
4221 #: cppfiles.c:411
4222 #, c-format
4223 msgid "%s is too large"
4224 msgstr "%s ist zu groß"
4225
4226 #: cppfiles.c:447
4227 #, c-format
4228 msgid "%s is shorter than expected"
4229 msgstr ""
4230
4231 #: cppfiles.c:461
4232 #, c-format
4233 msgid "%s is a block device"
4234 msgstr ""
4235
4236 #: cppfiles.c:594
4237 #, c-format
4238 msgid "no include path in which to find %s"
4239 msgstr ""
4240
4241 #: cppfiles.c:668
4242 msgid "Multiple include guards may be useful for:\n"
4243 msgstr ""
4244
4245 #: cppfiles.c:1014
4246 msgid "absolute file name in remap_filename"
4247 msgstr ""
4248
4249 #: cppinit.c:224
4250 #, c-format
4251 msgid "ignoring nonexistent directory \"%s\"\n"
4252 msgstr "nicht vorhandenes Verzeichnis »%s« wird ignoriert\n"
4253
4254 #: cppinit.c:231
4255 #, c-format
4256 msgid "%s: Not a directory"
4257 msgstr "%s: Kein Verzeichnis"
4258
4259 #: cppinit.c:287
4260 #, c-format
4261 msgid "ignoring duplicate directory \"%s\"\n"
4262 msgstr "doppeltes Verzeichnis »%s« wird ignoriert\n"
4263
4264 #: cppinit.c:325
4265 msgid " as it is a non-system directory that duplicates a system directory\n"
4266 msgstr ""
4267
4268 #: cppinit.c:891
4269 msgid "cppchar_t must be an unsigned type"
4270 msgstr ""
4271
4272 #: cppinit.c:895
4273 #, c-format
4274 msgid "preprocessor arithmetic has maximum precision of %lu bits; target requires %lu bits"
4275 msgstr ""
4276
4277 #: cppinit.c:901
4278 msgid "CPP arithmetic must be at least as precise as a target int"
4279 msgstr ""
4280
4281 #: cppinit.c:904
4282 msgid "target char is less than 8 bits wide"
4283 msgstr ""
4284
4285 #: cppinit.c:908
4286 msgid "target wchar_t is narrower than target char"
4287 msgstr ""
4288
4289 #: cppinit.c:912
4290 msgid "target int is narrower than target char"
4291 msgstr ""
4292
4293 #: cppinit.c:916
4294 msgid "CPP half-integer narrower than CPP character"
4295 msgstr ""
4296
4297 #: cppinit.c:920
4298 #, c-format
4299 msgid "CPP on this host cannot handle wide character constants over %lu bits, but the target requires %lu bits"
4300 msgstr ""
4301
4302 #: cppinit.c:972
4303 msgid "#include \"...\" search starts here:\n"
4304 msgstr ""
4305
4306 #: cppinit.c:976
4307 msgid "#include <...> search starts here:\n"
4308 msgstr ""
4309
4310 #: cppinit.c:979
4311 msgid "End of search list.\n"
4312 msgstr ""
4313
4314 #: cppinit.c:1057
4315 msgid "<built-in>"
4316 msgstr ""
4317
4318 #: cppinit.c:1059
4319 msgid "<command line>"
4320 msgstr ""
4321
4322 #. Irix6 "cc -n32" and OSF4 cc have problems with char foo[] = ("string");
4323 #. I.e. a const string initializer with parens around it. That is
4324 #. what N_("string") resolves to, so we make no_* be macros instead.
4325 #: cppinit.c:1164
4326 #, c-format
4327 msgid "assertion missing after %s"
4328 msgstr ""
4329
4330 #: cppinit.c:1165
4331 #, c-format
4332 msgid "directory name missing after %s"
4333 msgstr ""
4334
4335 #: cppinit.c:1166
4336 #, c-format
4337 msgid "file name missing after %s"
4338 msgstr ""
4339
4340 #: cppinit.c:1167
4341 #, c-format
4342 msgid "macro name missing after %s"
4343 msgstr ""
4344
4345 #: cppinit.c:1168
4346 #, c-format
4347 msgid "path name missing after %s"
4348 msgstr ""
4349
4350 #: cppinit.c:1353
4351 msgid "-I- specified twice"
4352 msgstr ""
4353
4354 #: cpplex.c:149
4355 #, c-format
4356 msgid "trigraph ??%c converted to %c"
4357 msgstr ""
4358
4359 #: cpplex.c:157
4360 #, c-format
4361 msgid "trigraph ??%c ignored"
4362 msgstr ""
4363
4364 #: cpplex.c:214
4365 msgid "backslash and newline separated by space"
4366 msgstr ""
4367
4368 #: cpplex.c:221 cpptrad.c:158
4369 msgid "backslash-newline at end of file"
4370 msgstr ""
4371
4372 #: cpplex.c:287 cpptrad.c:199
4373 msgid "\"/*\" within comment"
4374 msgstr ""
4375
4376 #: cpplex.c:395
4377 msgid "null character(s) ignored"
4378 msgstr ""
4379
4380 #: cpplex.c:402
4381 #, c-format
4382 msgid "%s in preprocessing directive"
4383 msgstr ""
4384
4385 #: cpplex.c:475
4386 #, c-format
4387 msgid "attempt to use poisoned \"%s\""
4388 msgstr ""
4389
4390 #: cpplex.c:483
4391 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
4392 msgstr ""
4393
4394 #: cpplex.c:555
4395 msgid "'$' character(s) in identifier or number"
4396 msgstr ""
4397
4398 #: cpplex.c:698
4399 #, c-format
4400 msgid "missing terminating %c character"
4401 msgstr ""
4402
4403 #: cpplex.c:711
4404 msgid "null character(s) preserved in literal"
4405 msgstr ""
4406
4407 #: cpplex.c:915 cpptrad.c:487
4408 msgid "no newline at end of file"
4409 msgstr ""
4410
4411 #: cpplex.c:1092 cpptrad.c:213
4412 msgid "unterminated comment"
4413 msgstr "nicht beendeter Kommentar"
4414
4415 #: cpplex.c:1103
4416 msgid "C++ style comments are not allowed in ISO C90"
4417 msgstr ""
4418
4419 #: cpplex.c:1105
4420 msgid "(this will be reported only once per input file)"
4421 msgstr ""
4422
4423 #: cpplex.c:1110
4424 msgid "multi-line comment"
4425 msgstr "mehrzeiliger Kommentar"
4426
4427 #: cpplex.c:1425
4428 #, c-format
4429 msgid "unknown string token %s\n"
4430 msgstr ""
4431
4432 #: cpplex.c:1438
4433 #, c-format
4434 msgid "unspellable token %s"
4435 msgstr ""
4436
4437 #: cpplex.c:1695
4438 #, c-format
4439 msgid "the meaning of '\\%c' is different in traditional C"
4440 msgstr ""
4441
4442 #: cpplex.c:1701
4443 msgid "incomplete universal-character-name"
4444 msgstr ""
4445
4446 #: cpplex.c:1715
4447 #, c-format
4448 msgid "non-hex digit '%c' in universal-character-name"
4449 msgstr ""
4450
4451 #: cpplex.c:1723
4452 msgid "universal-character-name on EBCDIC target"
4453 msgstr ""
4454
4455 #: cpplex.c:1737
4456 msgid "universal-character-name out of range"
4457 msgstr ""
4458
4459 #: cpplex.c:1791
4460 msgid "the meaning of '\\a' is different in traditional C"
4461 msgstr ""
4462
4463 #: cpplex.c:1798
4464 #, c-format
4465 msgid "non-ISO-standard escape sequence, '\\%c'"
4466 msgstr ""
4467
4468 #: cpplex.c:1809
4469 msgid "the meaning of '\\x' is different in traditional C"
4470 msgstr ""
4471
4472 #: cpplex.c:1828 f/lex.c:585
4473 msgid "\\x used with no following hex digits"
4474 msgstr ""
4475
4476 #: cpplex.c:1833
4477 msgid "hex escape sequence out of range"
4478 msgstr ""
4479
4480 #: cpplex.c:1858
4481 msgid "octal escape sequence out of range"
4482 msgstr ""
4483
4484 #: cpplex.c:1874
4485 #, c-format
4486 msgid "unknown escape sequence '\\%c'"
4487 msgstr ""
4488
4489 #: cpplex.c:1877
4490 #, c-format
4491 msgid "unknown escape sequence: '\\%03o'"
4492 msgstr ""
4493
4494 #: cpplex.c:1882
4495 msgid "escape sequence out of range for its type"
4496 msgstr ""
4497
4498 #: cpplex.c:1973
4499 msgid "empty character constant"
4500 msgstr ""
4501
4502 #: cpplex.c:1983
4503 msgid "character constant too long for its type"
4504 msgstr ""
4505
4506 #: cpplex.c:1986
4507 msgid "multi-character character constant"
4508 msgstr ""
4509
4510 #: cpplib.c:225
4511 #, c-format
4512 msgid "extra tokens at end of #%s directive"
4513 msgstr ""
4514
4515 #: cpplib.c:315
4516 #, c-format
4517 msgid "#%s is a GCC extension"
4518 msgstr "#%s ist eine Erweiterung des GCC"
4519
4520 #: cpplib.c:327
4521 msgid "suggest not using #elif in traditional C"
4522 msgstr ""
4523
4524 #: cpplib.c:330
4525 #, c-format
4526 msgid "traditional C ignores #%s with the # indented"
4527 msgstr ""
4528
4529 #: cpplib.c:334
4530 #, c-format
4531 msgid "suggest hiding #%s from traditional C with an indented #"
4532 msgstr ""
4533
4534 #: cpplib.c:358
4535 msgid "embedding a directive within macro arguments is not portable"
4536 msgstr ""
4537
4538 #: cpplib.c:378
4539 msgid "style of line directive is a GCC extension"
4540 msgstr ""
4541
4542 #: cpplib.c:428
4543 #, c-format
4544 msgid "invalid preprocessing directive #%s"
4545 msgstr ""
4546
4547 #: cpplib.c:500
4548 msgid "\"defined\" cannot be used as a macro name"
4549 msgstr ""
4550
4551 #: cpplib.c:506
4552 #, c-format
4553 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
4554 msgstr ""
4555
4556 #: cpplib.c:509
4557 #, c-format
4558 msgid "no macro name given in #%s directive"
4559 msgstr ""
4560
4561 #: cpplib.c:512
4562 msgid "macro names must be identifiers"
4563 msgstr ""
4564
4565 #: cpplib.c:552
4566 #, c-format
4567 msgid "undefining \"%s\""
4568 msgstr ""
4569
4570 #: cpplib.c:598
4571 msgid "missing terminating > character"
4572 msgstr ""
4573
4574 #: cpplib.c:637
4575 #, c-format
4576 msgid "#%s expects \"FILENAME\" or <FILENAME>"
4577 msgstr ""
4578
4579 #: cpplib.c:648
4580 #, c-format
4581 msgid "empty file name in #%s"
4582 msgstr ""
4583
4584 #: cpplib.c:667
4585 msgid "#include_next in primary source file"
4586 msgstr ""
4587
4588 #: cpplib.c:674
4589 msgid "#import is obsolete, use an #ifndef wrapper in the header file"
4590 msgstr ""
4591
4592 #: cpplib.c:682
4593 msgid "#include nested too deeply"
4594 msgstr ""
4595
4596 #: cpplib.c:739
4597 #, c-format
4598 msgid "invalid flag \"%s\" in line directive"
4599 msgstr ""
4600
4601 #: cpplib.c:814
4602 #, c-format
4603 msgid "\"%s\" after #line is not a positive integer"
4604 msgstr ""
4605
4606 #: cpplib.c:820
4607 msgid "line number out of range"
4608 msgstr ""
4609
4610 #: cpplib.c:831 cpplib.c:902
4611 #, c-format
4612 msgid "\"%s\" is not a valid filename"
4613 msgstr ""
4614
4615 #: cpplib.c:866
4616 #, c-format
4617 msgid "\"%s\" after # is not a positive integer"
4618 msgstr ""
4619
4620 #: cpplib.c:973
4621 msgid "invalid #ident directive"
4622 msgstr ""
4623
4624 #: cpplib.c:1061
4625 #, c-format
4626 msgid "registering \"%s\" as both a pragma and a pragma namespace"
4627 msgstr ""
4628
4629 #: cpplib.c:1064
4630 #, c-format
4631 msgid "#pragma %s %s is already registered"
4632 msgstr ""
4633
4634 #: cpplib.c:1067
4635 #, c-format
4636 msgid "#pragma %s is already registered"
4637 msgstr ""
4638
4639 #: cpplib.c:1143
4640 msgid "#pragma once is obsolete"
4641 msgstr ""
4642
4643 #: cpplib.c:1146
4644 msgid "#pragma once in main file"
4645 msgstr ""
4646
4647 #: cpplib.c:1170
4648 msgid "invalid #pragma GCC poison directive"
4649 msgstr ""
4650
4651 #: cpplib.c:1179
4652 #, c-format
4653 msgid "poisoning existing macro \"%s\""
4654 msgstr ""
4655
4656 #: cpplib.c:1201
4657 msgid "#pragma system_header ignored outside include file"
4658 msgstr ""
4659
4660 #: cpplib.c:1226
4661 #, c-format
4662 msgid "cannot find source %s"
4663 msgstr ""
4664
4665 #: cpplib.c:1230
4666 #, c-format
4667 msgid "current file is older than %s"
4668 msgstr ""
4669
4670 #: cpplib.c:1346
4671 msgid "_Pragma takes a parenthesized string literal"
4672 msgstr ""
4673
4674 #: cpplib.c:1429
4675 msgid "#else without #if"
4676 msgstr ""
4677
4678 #: cpplib.c:1434
4679 msgid "#else after #else"
4680 msgstr ""
4681
4682 #: cpplib.c:1436 cpplib.c:1470
4683 msgid "the conditional began here"
4684 msgstr ""
4685
4686 #: cpplib.c:1463
4687 msgid "#elif without #if"
4688 msgstr ""
4689
4690 #: cpplib.c:1468
4691 msgid "#elif after #else"
4692 msgstr ""
4693
4694 #: cpplib.c:1499
4695 msgid "#endif without #if"
4696 msgstr ""
4697
4698 #: cpplib.c:1582
4699 msgid "missing '(' after predicate"
4700 msgstr ""
4701
4702 #: cpplib.c:1597
4703 msgid "missing ')' to complete answer"
4704 msgstr ""
4705
4706 #: cpplib.c:1617
4707 msgid "predicate's answer is empty"
4708 msgstr ""
4709
4710 #: cpplib.c:1647
4711 msgid "assertion without predicate"
4712 msgstr ""
4713
4714 #: cpplib.c:1649
4715 msgid "predicate must be an identifier"
4716 msgstr ""
4717
4718 #: cpplib.c:1738
4719 #, c-format
4720 msgid "\"%s\" re-asserted"
4721 msgstr ""
4722
4723 #: cpplib.c:1968
4724 #, c-format
4725 msgid "unterminated #%s"
4726 msgstr ""
4727
4728 #: cppmacro.c:94
4729 #, c-format
4730 msgid "macro \"%s\" is not used"
4731 msgstr ""
4732
4733 #: cppmacro.c:139 cppmacro.c:294
4734 #, c-format
4735 msgid "invalid built-in macro \"%s\""
4736 msgstr ""
4737
4738 #: cppmacro.c:234
4739 msgid "could not determine date and time"
4740 msgstr ""
4741
4742 #: cppmacro.c:407
4743 msgid "invalid string literal, ignoring final '\\'"
4744 msgstr ""
4745
4746 #: cppmacro.c:504
4747 #, c-format
4748 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
4749 msgstr ""
4750
4751 #: cppmacro.c:546
4752 msgid "ISO C99 requires rest arguments to be used"
4753 msgstr ""
4754
4755 #: cppmacro.c:551
4756 #, c-format
4757 msgid "macro \"%s\" requires %u arguments, but only %u given"
4758 msgstr ""
4759
4760 #: cppmacro.c:556
4761 #, c-format
4762 msgid "macro \"%s\" passed %u arguments, but takes just %u"
4763 msgstr ""
4764
4765 #: cppmacro.c:669 cpptrad.c:774
4766 #, c-format
4767 msgid "unterminated argument list invoking macro \"%s\""
4768 msgstr ""
4769
4770 #: cppmacro.c:776
4771 #, c-format
4772 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
4773 msgstr ""
4774
4775 #: cppmacro.c:1314
4776 #, c-format
4777 msgid "duplicate macro parameter \"%s\""
4778 msgstr ""
4779
4780 #: cppmacro.c:1351
4781 #, c-format
4782 msgid "\"%s\" may not appear in macro parameter list"
4783 msgstr ""
4784
4785 #: cppmacro.c:1359
4786 msgid "macro parameters must be comma-separated"
4787 msgstr ""
4788
4789 #: cppmacro.c:1376
4790 msgid "parameter name missing"
4791 msgstr ""
4792
4793 #: cppmacro.c:1391
4794 msgid "anonymous variadic macros were introduced in C99"
4795 msgstr ""
4796
4797 #: cppmacro.c:1395
4798 msgid "ISO C does not permit named variadic macros"
4799 msgstr ""
4800
4801 #: cppmacro.c:1404
4802 msgid "missing ')' in macro parameter list"
4803 msgstr ""
4804
4805 #: cppmacro.c:1472
4806 msgid "ISO C requires whitespace after the macro name"
4807 msgstr ""
4808
4809 #: cppmacro.c:1500
4810 msgid "'#' is not followed by a macro parameter"
4811 msgstr ""
4812
4813 #: cppmacro.c:1519
4814 msgid "'##' cannot appear at either end of a macro expansion"
4815 msgstr ""
4816
4817 #: cppmacro.c:1601
4818 #, c-format
4819 msgid "\"%s\" redefined"
4820 msgstr ""
4821
4822 #: cppmacro.c:1606
4823 msgid "this is the location of the previous definition"
4824 msgstr ""
4825
4826 #: cppmacro.c:1657
4827 #, c-format
4828 msgid "macro argument \"%s\" would be stringified in traditional C"
4829 msgstr ""
4830
4831 #: cppmacro.c:1682
4832 #, c-format
4833 msgid "invalid hash type %d in cpp_macro_definition"
4834 msgstr ""
4835
4836 #: cppspec.c:109
4837 #, c-format
4838 msgid "\"%s\" is not a valid option to the preprocessor"
4839 msgstr ""
4840
4841 #: cppspec.c:133
4842 msgid "too many input files"
4843 msgstr "zu viele Eingabedateien"
4844
4845 #: cpptrad.c:841
4846 #, c-format
4847 msgid "detected recursion whilst expanding macro \"%s\""
4848 msgstr ""
4849
4850 #: cse.c:7195
4851 #, c-format
4852 msgid ";; Processing block from %d to %d, %d sets.\n"
4853 msgstr ""
4854
4855 #: diagnostic.c:714
4856 msgid "((anonymous))"
4857 msgstr ""
4858
4859 #: diagnostic.c:928
4860 #, c-format
4861 msgid "%s: warnings being treated as errors\n"
4862 msgstr ""
4863
4864 #: diagnostic.c:963
4865 #, c-format
4866 msgid "%s: %s: "
4867 msgstr ""
4868
4869 #: diagnostic.c:1054
4870 #, c-format
4871 msgid "%s "
4872 msgstr ""
4873
4874 #: diagnostic.c:1056
4875 #, c-format
4876 msgid " %s"
4877 msgstr ""
4878
4879 #: diagnostic.c:1078
4880 msgid "At top level:"
4881 msgstr ""
4882
4883 #: diagnostic.c:1083
4884 #, c-format
4885 msgid "In member function `%s':"
4886 msgstr ""
4887
4888 #: diagnostic.c:1087
4889 #, c-format
4890 msgid "In function `%s':"
4891 msgstr ""
4892
4893 #: diagnostic.c:1175
4894 msgid "compilation terminated.\n"
4895 msgstr ""
4896
4897 #: diagnostic.c:1193
4898 #, c-format
4899 msgid "%s:%d: confused by earlier errors, bailing out\n"
4900 msgstr ""
4901
4902 #: diagnostic.c:1208 diagnostic.c:1316
4903 #, c-format
4904 msgid ""
4905 "Please submit a full bug report,\n"
4906 "with preprocessed source if appropriate.\n"
4907 "See %s for instructions.\n"
4908 msgstr ""
4909 "Bitte senden Sie einen vollständigen Fehlerbericht auf Englisch ein;\n"
4910 "bearbeiten Sie die Quellen zunächst mit eine Präprozessor, wenn es\n"
4911 "dienlich ist.\n"
4912 "Fehler in der deutschen Übersetzung sind an de@li.org zu melden.\n"
4913 "\n"
4914 "Gehen Sie gemäß den Hinweisen in %s vor.\n"
4915
4916 #: diagnostic.c:1314
4917 msgid "Internal compiler error: Error reporting routines re-entered.\n"
4918 msgstr ""
4919
4920 #: diagnostic.c:1376
4921 #, c-format
4922 msgid "in %s, at %s:%d"
4923 msgstr ""
4924
4925 #: diagnostic.c:1397
4926 #, c-format
4927 msgid "In file included from %s:%d"
4928 msgstr ""
4929
4930 #: diagnostic.c:1400
4931 #, c-format
4932 msgid ""
4933 ",\n"
4934 " from %s:%d"
4935 msgstr ""
4936
4937 #: diagnostic.c:1401
4938 msgid ":\n"
4939 msgstr ""
4940
4941 #: diagnostic.c:1445 diagnostic.c:1462
4942 #, c-format
4943 msgid "`%s' is deprecated (declared at %s:%d)"
4944 msgstr ""
4945
4946 #: diagnostic.c:1465
4947 #, c-format
4948 msgid "`%s' is deprecated"
4949 msgstr ""
4950
4951 #: diagnostic.c:1468
4952 #, c-format
4953 msgid "type is deprecated (declared at %s:%d)"
4954 msgstr ""
4955
4956 #: diagnostic.c:1471
4957 msgid "type is deprecated"
4958 msgstr ""
4959
4960 #: dominance.c:728
4961 #, c-format
4962 msgid "dominator of %d should be %d, not %d"
4963 msgstr ""
4964
4965 #: dwarf2out.c:3135
4966 #, c-format
4967 msgid "DW_LOC_OP %s not implemented\n"
4968 msgstr ""
4969
4970 #: dwarfout.c:2066
4971 #, c-format
4972 msgid "internal regno botch: `%s' has regno = %d\n"
4973 msgstr ""
4974
4975 #: dwarfout.c:6181
4976 msgid "support for the DWARF1 debugging format is deprecated"
4977 msgstr ""
4978
4979 #: dwarfout.c:6278
4980 msgid "can't get current directory"
4981 msgstr ""
4982
4983 #: emit-rtl.c:1155
4984 msgid "can't access real part of complex value in hard register"
4985 msgstr ""
4986
4987 #: emit-rtl.c:1177
4988 msgid "can't access imaginary part of complex value in hard register"
4989 msgstr ""
4990
4991 #: emit-rtl.c:3402
4992 msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
4993 msgstr ""
4994
4995 #: errors.c:136
4996 #, c-format
4997 msgid "abort in %s, at %s:%d"
4998 msgstr ""
4999
5000 #: except.c:369
5001 msgid "exception handling disabled, use -fexceptions to enable"
5002 msgstr ""
5003
5004 #: except.c:2994
5005 msgid "argument of `__builtin_eh_return_regno' must be constant"
5006 msgstr ""
5007
5008 #: except.c:3137
5009 msgid "__builtin_eh_return not supported on this target"
5010 msgstr ""
5011
5012 #: explow.c:1408
5013 msgid "stack limits not supported on this target"
5014 msgstr ""
5015
5016 #: expr.c:3355
5017 msgid "function using short complex types cannot be inline"
5018 msgstr ""
5019
5020 #: expr.c:6272 expr.c:6281 expr.c:6290 expr.c:6295 expr.c:6604 expr.c:6620
5021 msgid "unsupported wide integer operation"
5022 msgstr ""
5023
5024 #: expr.c:6669
5025 #, c-format
5026 msgid "prior parameter's size depends on `%s'"
5027 msgstr ""
5028
5029 #: expr.c:7005
5030 msgid "returned value in block_exit_expr"
5031 msgstr ""
5032
5033 #. We can't make a bitwise copy of this object, so fail.
5034 #: expr.c:9202
5035 msgid "cannot take the address of an unaligned member"
5036 msgstr ""
5037
5038 #: final.c:1342
5039 msgid "negative insn length"
5040 msgstr ""
5041
5042 #: final.c:2793
5043 msgid "could not split insn"
5044 msgstr ""
5045
5046 #: final.c:3141
5047 msgid "invalid `asm': "
5048 msgstr ""
5049
5050 #: final.c:3328
5051 msgid "nested assembly dialect alternatives"
5052 msgstr ""
5053
5054 #: final.c:3345 final.c:3357
5055 msgid "unterminated assembly dialect alternative"
5056 msgstr ""
5057
5058 #: final.c:3401
5059 #, c-format
5060 msgid "operand number missing after %%-letter"
5061 msgstr ""
5062
5063 #: final.c:3404 final.c:3443
5064 msgid "operand number out of range"
5065 msgstr ""
5066
5067 #: final.c:3462
5068 #, c-format
5069 msgid "invalid %%-code"
5070 msgstr ""
5071
5072 #: final.c:3493
5073 #, c-format
5074 msgid "`%%l' operand isn't a label"
5075 msgstr ""
5076
5077 #. We can't handle floating point constants;
5078 #. PRINT_OPERAND must handle them.
5079 #: final.c:3600 vmsdbgout.c:466 config/i386/i386.c:6314
5080 #: config/pdp11/pdp11.c:1573
5081 msgid "floating constant misused"
5082 msgstr ""
5083
5084 #: final.c:3656 vmsdbgout.c:523 config/i386/i386.c:6392
5085 #: config/pdp11/pdp11.c:1620
5086 msgid "invalid expression as operand"
5087 msgstr ""
5088
5089 #: flow.c:352
5090 msgid "function might be possible candidate for attribute `noreturn'"
5091 msgstr ""
5092
5093 #: flow.c:357
5094 msgid "`noreturn' function does return"
5095 msgstr ""
5096
5097 #: flow.c:378
5098 msgid "control reaches end of non-void function"
5099 msgstr ""
5100
5101 #: flow.c:1642
5102 msgid "Attempt to delete prologue/epilogue insn:"
5103 msgstr ""
5104
5105 #: fold-const.c:2546 fold-const.c:2559
5106 #, c-format
5107 msgid "comparison is always %d due to width of bit-field"
5108 msgstr ""
5109
5110 #: fold-const.c:3753 fold-const.c:3770
5111 #, c-format
5112 msgid "comparison is always %d"
5113 msgstr ""
5114
5115 #: fold-const.c:3901
5116 msgid "`or' of unmatched not-equal tests is always 1"
5117 msgstr ""
5118
5119 #: fold-const.c:3906
5120 msgid "`and' of mutually exclusive equal-tests is always 0"
5121 msgstr ""
5122
5123 #: function.c:884 varasm.c:1503
5124 #, c-format
5125 msgid "size of variable `%s' is too large"
5126 msgstr ""
5127
5128 #: function.c:3772
5129 msgid "impossible constraint in `asm'"
5130 msgstr ""
5131
5132 #: function.c:5527
5133 #, c-format
5134 msgid "`%s' might be used uninitialized in this function"
5135 msgstr ""
5136
5137 #: function.c:5534
5138 #, c-format
5139 msgid "variable `%s' might be clobbered by `longjmp' or `vfork'"
5140 msgstr ""
5141
5142 #: function.c:5553
5143 #, c-format
5144 msgid "argument `%s' might be clobbered by `longjmp' or `vfork'"
5145 msgstr ""
5146
5147 #: function.c:6420
5148 msgid "function returns an aggregate"
5149 msgstr ""
5150
5151 #: function.c:6925
5152 #, c-format
5153 msgid "unused parameter `%s'"
5154 msgstr ""
5155
5156 #: gcc.c:1107
5157 #, c-format
5158 msgid "ambiguous abbreviation %s"
5159 msgstr ""
5160
5161 #: gcc.c:1134
5162 #, c-format
5163 msgid "incomplete `%s' option"
5164 msgstr ""
5165
5166 #: gcc.c:1145
5167 #, c-format
5168 msgid "missing argument to `%s' option"
5169 msgstr ""
5170
5171 #: gcc.c:1158
5172 #, c-format
5173 msgid "extraneous argument to `%s' option"
5174 msgstr ""
5175
5176 #: gcc.c:1486
5177 msgid "Using built-in specs.\n"
5178 msgstr ""
5179
5180 #: gcc.c:1667
5181 #, c-format
5182 msgid ""
5183 "Setting spec %s to '%s'\n"
5184 "\n"
5185 msgstr ""
5186
5187 #: gcc.c:1774
5188 #, c-format
5189 msgid "Reading specs from %s\n"
5190 msgstr ""
5191
5192 #: gcc.c:1872 gcc.c:1891
5193 #, c-format
5194 msgid "specs %%include syntax malformed after %ld characters"
5195 msgstr ""
5196
5197 #: gcc.c:1899
5198 #, c-format
5199 msgid "could not find specs file %s\n"
5200 msgstr ""
5201
5202 #: gcc.c:1916 gcc.c:1924 gcc.c:1933 gcc.c:1942
5203 #, c-format
5204 msgid "specs %%rename syntax malformed after %ld characters"
5205 msgstr ""
5206
5207 #: gcc.c:1951
5208 #, c-format
5209 msgid "specs %s spec was not found to be renamed"
5210 msgstr ""
5211
5212 #: gcc.c:1958
5213 #, c-format
5214 msgid "%s: attempt to rename spec '%s' to already defined spec '%s'"
5215 msgstr ""
5216
5217 #: gcc.c:1963
5218 #, c-format
5219 msgid "rename spec %s to %s\n"
5220 msgstr ""
5221
5222 #: gcc.c:1965
5223 #, c-format
5224 msgid ""
5225 "spec is '%s'\n"
5226 "\n"
5227 msgstr ""
5228
5229 #: gcc.c:1978
5230 #, c-format
5231 msgid "specs unknown %% command after %ld characters"
5232 msgstr ""
5233
5234 #: gcc.c:1989 gcc.c:2002
5235 #, c-format
5236 msgid "specs file malformed after %ld characters"
5237 msgstr ""
5238
5239 #: gcc.c:2056
5240 msgid "spec file has no spec for linking"
5241 msgstr ""
5242
5243 #: gcc.c:2554
5244 msgid "-pipe not supported"
5245 msgstr "-pipe wird nicht unterstützt"
5246
5247 # can we use j/n here, too?
5248 # 2002-04-23 18:57:43 CEST -ke-
5249 #: gcc.c:2609
5250 msgid ""
5251 "\n"
5252 "Go ahead? (y or n) "
5253 msgstr ""
5254 "\n"
5255 "Fortfahren? (y oder n) "
5256
5257 #: gcc.c:2735
5258 #, c-format
5259 msgid ""
5260 "Internal error: %s (program %s)\n"
5261 "Please submit a full bug report.\n"
5262 "See %s for instructions."
5263 msgstr ""
5264 "Interner Fehler: %s (Programm %s)\n"
5265 "Bitte senden Sie einen vollständigen Fehlerbericht\n"
5266 "auf Englisch ein; Fehler in der deutschen Übersetzung\n"
5267 "sind an de@li.org zu melden.\n"
5268 "Gehen Sie gemäß den Hinweisen in %s vor."
5269
5270 #: gcc.c:2753
5271 #, c-format
5272 msgid "# %s %.2f %.2f\n"
5273 msgstr ""
5274
5275 #: gcc.c:2883
5276 #, c-format
5277 msgid "Usage: %s [options] file...\n"
5278 msgstr "Aufruf: %s [Optionen] Datei...\n"
5279
5280 #: gcc.c:2884
5281 msgid "Options:\n"
5282 msgstr "Optionen:\n"
5283
5284 #: gcc.c:2886
5285 msgid " -pass-exit-codes Exit with highest error code from a phase\n"
5286 msgstr ""
5287
5288 #: gcc.c:2887
5289 msgid " --help Display this information\n"
5290 msgstr " --help Diese Informationen anzeigen\n"
5291
5292 #: gcc.c:2888
5293 msgid " --target-help Display target specific command line options\n"
5294 msgstr ""
5295
5296 #: gcc.c:2890
5297 msgid " (Use '-v --help' to display command line options of sub-processes)\n"
5298 msgstr ""
5299
5300 #: gcc.c:2891
5301 msgid " -dumpspecs Display all of the built in spec strings\n"
5302 msgstr ""
5303
5304 #: gcc.c:2892
5305 msgid " -dumpversion Display the version of the compiler\n"
5306 msgstr ""
5307
5308 #: gcc.c:2893
5309 msgid " -dumpmachine Display the compiler's target processor\n"
5310 msgstr ""
5311
5312 #: gcc.c:2894
5313 msgid " -print-search-dirs Display the directories in the compiler's search path\n"
5314 msgstr ""
5315
5316 #: gcc.c:2895
5317 msgid " -print-libgcc-file-name Display the name of the compiler's companion library\n"
5318 msgstr ""
5319
5320 #: gcc.c:2896
5321 msgid " -print-file-name=<lib> Display the full path to library <lib>\n"
5322 msgstr ""
5323
5324 #: gcc.c:2897
5325 msgid " -print-prog-name=<prog> Display the full path to compiler component <prog>\n"
5326 msgstr ""
5327
5328 #: gcc.c:2898
5329 msgid " -print-multi-directory Display the root directory for versions of libgcc\n"
5330 msgstr ""
5331
5332 #: gcc.c:2899
5333 msgid ""
5334 " -print-multi-lib Display the mapping between command line options and\n"
5335 " multiple library search directories\n"
5336 msgstr ""
5337
5338 #: gcc.c:2902
5339 msgid " -print-multi-os-directory Display the relative path to OS libraries\n"
5340 msgstr ""
5341
5342 #: gcc.c:2903
5343 msgid " -Wa,<options> Pass comma-separated <options> on to the assembler\n"
5344 msgstr ""
5345
5346 #: gcc.c:2904
5347 msgid " -Wp,<options> Pass comma-separated <options> on to the preprocessor\n"
5348 msgstr ""
5349
5350 #: gcc.c:2905
5351 msgid " -Wl,<options> Pass comma-separated <options> on to the linker\n"
5352 msgstr ""
5353
5354 #: gcc.c:2906
5355 msgid " -Xlinker <arg> Pass <arg> on to the linker\n"
5356 msgstr ""
5357
5358 #: gcc.c:2907
5359 msgid " -save-temps Do not delete intermediate files\n"
5360 msgstr ""
5361
5362 #: gcc.c:2908
5363 msgid " -pipe Use pipes rather than intermediate files\n"
5364 msgstr ""
5365
5366 #: gcc.c:2909
5367 msgid " -time Time the execution of each subprocess\n"
5368 msgstr ""
5369
5370 #: gcc.c:2910
5371 msgid " -specs=<file> Override built-in specs with the contents of <file>\n"
5372 msgstr ""
5373
5374 #: gcc.c:2911
5375 msgid " -std=<standard> Assume that the input sources are for <standard>\n"
5376 msgstr ""
5377
5378 #: gcc.c:2912
5379 msgid " -B <directory> Add <directory> to the compiler's search paths\n"
5380 msgstr ""
5381
5382 #: gcc.c:2913
5383 msgid " -b <machine> Run gcc for target <machine>, if installed\n"
5384 msgstr ""
5385
5386 #: gcc.c:2914
5387 msgid " -V <version> Run gcc version number <version>, if installed\n"
5388 msgstr ""
5389
5390 #: gcc.c:2915
5391 msgid " -v Display the programs invoked by the compiler\n"
5392 msgstr ""
5393
5394 #: gcc.c:2916
5395 msgid " -### Like -v but options quoted and commands not executed\n"
5396 msgstr ""
5397
5398 #: gcc.c:2917
5399 msgid " -E Preprocess only; do not compile, assemble or link\n"
5400 msgstr ""
5401
5402 #: gcc.c:2918
5403 msgid " -S Compile only; do not assemble or link\n"
5404 msgstr ""
5405
5406 #: gcc.c:2919
5407 msgid " -c Compile and assemble, but do not link\n"
5408 msgstr ""
5409
5410 #: gcc.c:2920
5411 msgid " -o <file> Place the output into <file>\n"
5412 msgstr " -o <Datei> Ausgabe in <Datei> schreiben\n"
5413
5414 #: gcc.c:2921
5415 msgid ""
5416 " -x <language> Specify the language of the following input files\n"
5417 " Permissible languages include: c c++ assembler none\n"
5418 " 'none' means revert to the default behavior of\n"
5419 " guessing the language based on the file's extension\n"
5420 msgstr ""
5421
5422 #: gcc.c:2928
5423 #, c-format
5424 msgid ""
5425 "\n"
5426 "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
5427 " passed on to the various sub-processes invoked by %s. In order to pass\n"
5428 " other options on to these processes the -W<letter> options must be used.\n"
5429 msgstr ""
5430
5431 #: gcc.c:3063
5432 #, c-format
5433 msgid "`-%c' option must have argument"
5434 msgstr ""
5435
5436 #: gcc.c:3085
5437 #, c-format
5438 msgid "couldn't run `%s': %s"
5439 msgstr ""
5440
5441 #. translate_options () has turned --version into -fversion.
5442 #: gcc.c:3262
5443 #, c-format
5444 msgid "%s (GCC) %s\n"
5445 msgstr "%s (GCC) %s\n"
5446
5447 #: gcc.c:3263
5448 #, fuzzy
5449 msgid "Copyright (C) 2003 Free Software Foundation, Inc.\n"
5450 msgstr "Copyright © 2001 Free Software Foundation, Inc.\n"
5451
5452 #: gcc.c:3265 gcov.c:364
5453 msgid ""
5454 "This is free software; see the source for copying conditions. There is NO\n"
5455 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
5456 "\n"
5457 msgstr ""
5458 "Dies ist freie Software; die Kopierbedingungen stehen in den Quellen. Es\n"
5459 "gibt KEINE Garantie; auch nicht für VERKAUFBARKEIT oder FÜR SPEZIELLE ZWECKE.\n"
5460 "\n"
5461
5462 #: gcc.c:3366
5463 msgid "argument to `-Xlinker' is missing"
5464 msgstr ""
5465
5466 #: gcc.c:3374
5467 msgid "argument to `-l' is missing"
5468 msgstr ""
5469
5470 #: gcc.c:3391
5471 msgid "argument to `-specs' is missing"
5472 msgstr ""
5473
5474 #: gcc.c:3406
5475 msgid "argument to `-specs=' is missing"
5476 msgstr ""
5477
5478 #: gcc.c:3436
5479 #, c-format
5480 msgid "`-%c' must come at the start of the command line"
5481 msgstr ""
5482
5483 #: gcc.c:3445
5484 msgid "argument to `-B' is missing"
5485 msgstr ""
5486
5487 #: gcc.c:3618
5488 msgid "cannot specify -o with -c or -S and multiple compilations"
5489 msgstr ""
5490
5491 #: gcc.c:3791
5492 msgid "warning: -pipe ignored because -save-temps specified"
5493 msgstr ""
5494
5495 #: gcc.c:3795
5496 msgid "warning: -pipe ignored because -time specified"
5497 msgstr ""
5498
5499 #: gcc.c:3807
5500 msgid "argument to `-x' is missing"
5501 msgstr ""
5502
5503 #: gcc.c:3835
5504 #, c-format
5505 msgid "argument to `-%s' is missing"
5506 msgstr ""
5507
5508 #: gcc.c:3896
5509 #, c-format
5510 msgid "warning: `-x %s' after last input file has no effect"
5511 msgstr ""
5512
5513 #: gcc.c:4241
5514 msgid "invalid specification! Bug in cc"
5515 msgstr ""
5516
5517 #: gcc.c:4395
5518 #, c-format
5519 msgid "%s\n"
5520 msgstr ""
5521
5522 #. Catch the case where a spec string contains something like
5523 #. '%{foo:%*}'. ie there is no * in the pattern on the left
5524 #. hand side of the :.
5525 #: gcc.c:4955
5526 #, c-format
5527 msgid "spec failure: '%%*' has not been initialized by pattern match"
5528 msgstr ""
5529
5530 #: gcc.c:4964
5531 #, c-format
5532 msgid "warning: use of obsolete %%[ operator in specs"
5533 msgstr ""
5534
5535 #: gcc.c:4982
5536 #, c-format
5537 msgid "Processing spec %c%s%c, which is '%s'\n"
5538 msgstr ""
5539
5540 #: gcc.c:5107
5541 #, c-format
5542 msgid "spec failure: unrecognized spec option '%c'"
5543 msgstr ""
5544
5545 #: gcc.c:5188
5546 #, c-format
5547 msgid "unknown spec function `%s'"
5548 msgstr ""
5549
5550 #: gcc.c:5207
5551 #, c-format
5552 msgid "error in args to spec function `%s'"
5553 msgstr ""
5554
5555 #: gcc.c:5256
5556 msgid "malformed spec function name"
5557 msgstr ""
5558
5559 #. )
5560 #: gcc.c:5259
5561 msgid "no arguments for spec function"
5562 msgstr ""
5563
5564 #: gcc.c:5278
5565 msgid "malformed spec function arguments"
5566 msgstr ""
5567
5568 #: gcc.c:5386
5569 msgid "mismatched braces in specs"
5570 msgstr ""
5571
5572 #: gcc.c:6081
5573 #, c-format
5574 msgid "unrecognized option `-%s'"
5575 msgstr ""
5576
5577 #: gcc.c:6087
5578 #, c-format
5579 msgid "install: %s%s\n"
5580 msgstr ""
5581
5582 #: gcc.c:6088
5583 #, c-format
5584 msgid "programs: %s\n"
5585 msgstr ""
5586
5587 #: gcc.c:6089
5588 #, c-format
5589 msgid "libraries: %s\n"
5590 msgstr ""
5591
5592 #: gcc.c:6146
5593 msgid ""
5594 "\n"
5595 "For bug reporting instructions, please see:\n"
5596 msgstr ""
5597 "\n"
5598 "Zum Einsenden von Fehlerberichten (auf Englisch) lesen Sie bitte die\n"
5599 "folgenden Hinweise; Fehler in der deutschen Übersetzung sind an de@li.org\n"
5600 "zu melden:\n"
5601
5602 #: gcc.c:6162
5603 #, c-format
5604 msgid "Configured with: %s\n"
5605 msgstr "Konfiguriert mit: %s\n"
5606
5607 #: gcc.c:6176
5608 #, c-format
5609 msgid "Thread model: %s\n"
5610 msgstr ""
5611
5612 #: gcc.c:6187
5613 #, c-format
5614 msgid "gcc version %s\n"
5615 msgstr "gcc-Version %s\n"
5616
5617 #: gcc.c:6189
5618 #, c-format
5619 msgid "gcc driver version %s executing gcc version %s\n"
5620 msgstr ""
5621
5622 #: gcc.c:6197
5623 msgid "no input files"
5624 msgstr "keine Eingabedateien"
5625
5626 #: gcc.c:6235
5627 #, c-format
5628 msgid "%s: %s compiler not installed on this system"
5629 msgstr "%s: %s-Compiler ist auf diesem System nicht installiert"
5630
5631 #: gcc.c:6310
5632 #, c-format
5633 msgid "%s: linker input file unused because linking not done"
5634 msgstr ""
5635
5636 #: gcc.c:6353
5637 #, c-format
5638 msgid "language %s not recognized"
5639 msgstr "Sprache %s nicht erkannt"
5640
5641 #: gcc.c:6456
5642 msgid "internal gcc abort"
5643 msgstr ""
5644
5645 #: gcov.c:325
5646 msgid "Internal gcov abort.\n"
5647 msgstr ""
5648
5649 #: gcov.c:338
5650 msgid ""
5651 "Usage: gcov [OPTION]... SOURCEFILE\n"
5652 "\n"
5653 msgstr ""
5654 "Aufruf: gcov [OPTION]... QUELLDATEI\n"
5655 "\n"
5656
5657 #: gcov.c:339
5658 msgid ""
5659 "Print code coverage information.\n"
5660 "\n"
5661 msgstr ""
5662
5663 #: gcov.c:340
5664 msgid " -h, --help Print this help, then exit\n"
5665 msgstr " -h, --help Diese Hilfe anzeigen\n"
5666
5667 #: gcov.c:341
5668 msgid " -v, --version Print version number, then exit\n"
5669 msgstr " -v, --version Versionsnummer anzeigen\n"
5670
5671 #: gcov.c:342
5672 msgid " -b, --branch-probabilities Include branch probabilities in output\n"
5673 msgstr ""
5674
5675 #: gcov.c:343
5676 msgid ""
5677 " -c, --branch-counts Given counts of branches taken\n"
5678 " rather than percentages\n"
5679 msgstr ""
5680
5681 #: gcov.c:345
5682 msgid " -n, --no-output Do not create an output file\n"
5683 msgstr " -n, --no-output Keine Ausgabedatei erzeugen\n"
5684
5685 #: gcov.c:346
5686 msgid ""
5687 " -l, --long-file-names Use long output file names for included\n"
5688 " source files\n"
5689 msgstr ""
5690
5691 #: gcov.c:348
5692 msgid " -f, --function-summaries Output summaries for each function\n"
5693 msgstr ""
5694
5695 #: gcov.c:349
5696 msgid " -o, --object-directory DIR|FILE Search for object files in DIR or called FILE\n"
5697 msgstr ""
5698
5699 #: gcov.c:350
5700 msgid " -p, --preserve-paths Preserve all pathname components\n"
5701 msgstr ""
5702
5703 #: gcov.c:351
5704 #, c-format
5705 msgid ""
5706 "\n"
5707 "For bug reporting instructions, please see:\n"
5708 "%s.\n"
5709 msgstr ""
5710 "\n"
5711 "Zum Einsenden von Fehlerberichten (auf Englisch) lesen Sie bitte die Hinweise in:\n"
5712 "%s.\n"
5713 "Fehler in der deutschen Übersetzung sind an de@li.org zu melden.\n"
5714
5715 #: gcov.c:361
5716 #, c-format
5717 msgid "gcov (GCC) %s\n"
5718 msgstr "gcov (GCC) %s\n"
5719
5720 #: gcov.c:362
5721 msgid "Copyright (C) 2001 Free Software Foundation, Inc.\n"
5722 msgstr "Copyright © 2001 Free Software Foundation, Inc.\n"
5723
5724 #: gcov.c:500
5725 #, c-format
5726 msgid "Could not open basic block file %s.\n"
5727 msgstr ""
5728
5729 #: gcov.c:507
5730 #, c-format
5731 msgid "Could not open program flow graph file %s.\n"
5732 msgstr ""
5733
5734 #: gcov.c:524
5735 #, c-format
5736 msgid "Could not open data file %s.\n"
5737 msgstr ""
5738
5739 #: gcov.c:525
5740 msgid "Assuming that all execution counts are zero.\n"
5741 msgstr ""
5742
5743 #: gcov.c:534
5744 #, c-format
5745 msgid "No executable code associated with file %s.\n"
5746 msgstr ""
5747
5748 #: gcov.c:1186
5749 #, c-format
5750 msgid "%s of %d lines executed in %s %s\n"
5751 msgstr ""
5752
5753 #: gcov.c:1191
5754 #, c-format
5755 msgid "No executable lines in %s %s\n"
5756 msgstr ""
5757
5758 #: gcov.c:1198
5759 #, c-format
5760 msgid "%s of %d branches executed in %s %s\n"
5761 msgstr ""
5762
5763 #: gcov.c:1203
5764 #, c-format
5765 msgid "%s of %d branches taken at least once in %s %s\n"
5766 msgstr ""
5767
5768 #: gcov.c:1209
5769 #, c-format
5770 msgid "No branches in %s %s\n"
5771 msgstr ""
5772
5773 #: gcov.c:1211
5774 #, c-format
5775 msgid "%s of %d calls executed in %s %s\n"
5776 msgstr ""
5777
5778 #: gcov.c:1216
5779 #, c-format
5780 msgid "No calls in %s %s\n"
5781 msgstr ""
5782
5783 #: gcov.c:1351
5784 #, c-format
5785 msgid "didn't use all bb entries of graph, function %s\n"
5786 msgstr ""
5787
5788 #: gcov.c:1353
5789 #, c-format
5790 msgid "block_num = %ld, num_blocks = %d\n"
5791 msgstr ""
5792
5793 #: gcov.c:1367
5794 #, c-format
5795 msgid "ERROR: unexpected line number %ld\n"
5796 msgstr ""
5797
5798 #: gcov.c:1383
5799 #, c-format
5800 msgid "ERROR: too many basic blocks in function %s\n"
5801 msgstr ""
5802
5803 #: gcov.c:1398
5804 #, c-format
5805 msgid "ERROR: out of range line number in function %s\n"
5806 msgstr ""
5807
5808 #: gcov.c:1470
5809 #, c-format
5810 msgid "Could not open source file %s.\n"
5811 msgstr ""
5812
5813 #: gcov.c:1480
5814 #, c-format
5815 msgid "Warning: source file %s is newer than %s\n"
5816 msgstr ""
5817
5818 #: gcov.c:1510
5819 #, c-format
5820 msgid "Unexpected EOF while reading source file %s.\n"
5821 msgstr ""
5822
5823 #: gcov.c:1532
5824 #, c-format
5825 msgid "call %2d never executed\n"
5826 msgstr ""
5827
5828 #: gcov.c:1535
5829 #, c-format
5830 msgid "call %2d returns %s\n"
5831 msgstr ""
5832
5833 #: gcov.c:1543
5834 #, c-format
5835 msgid "branch %2d never executed\n"
5836 msgstr ""
5837
5838 #: gcov.c:1546
5839 #, c-format
5840 msgid "branch %2d taken %s\n"
5841 msgstr ""
5842
5843 #: gcov.c:1610
5844 #, c-format
5845 msgid "Creating %s.\n"
5846 msgstr ""
5847
5848 #: gcov.c:1613
5849 #, c-format
5850 msgid "Error writing output file %s.\n"
5851 msgstr ""
5852
5853 #: gcov.c:1618
5854 #, c-format
5855 msgid "Could not open output file %s.\n"
5856 msgstr ""
5857
5858 #: gcse.c:763
5859 #, c-format
5860 msgid "GCSE disabled: %d > 1000 basic blocks and %d >= 20 edges/basic block"
5861 msgstr ""
5862
5863 #: gcse.c:775
5864 #, c-format
5865 msgid "GCSE disabled: %d basic blocks and %d registers"
5866 msgstr ""
5867
5868 #: genautomata.c:1490
5869 #, c-format
5870 msgid "Name `%s' contains quotes"
5871 msgstr ""
5872
5873 #: genautomata.c:1621
5874 #, c-format
5875 msgid "invalid string `%s' in define_cpu_unit"
5876 msgstr ""
5877
5878 #: genautomata.c:1650
5879 #, c-format
5880 msgid "invalid string `%s' in define_query_cpu_unit"
5881 msgstr ""
5882
5883 #: genautomata.c:1682 genautomata.c:1685
5884 #, c-format
5885 msgid "invalid string `%s' in define_bypass"
5886 msgstr ""
5887
5888 #: genautomata.c:1720
5889 #, c-format
5890 msgid "invalid first string `%s' in exclusion_set"
5891 msgstr ""
5892
5893 #: genautomata.c:1724
5894 #, c-format
5895 msgid "invalid second string `%s' in exclusion_set"
5896 msgstr ""
5897
5898 #: genautomata.c:1760
5899 #, c-format
5900 msgid "invalid first string `%s' in presence_set"
5901 msgstr ""
5902
5903 #: genautomata.c:1764
5904 #, c-format
5905 msgid "invalid second string `%s' in presence_set"
5906 msgstr ""
5907
5908 #: genautomata.c:1800
5909 #, c-format
5910 msgid "invalid first string `%s' in absence_set"
5911 msgstr ""
5912
5913 #: genautomata.c:1804
5914 #, c-format
5915 msgid "invalid second string `%s' in absence_set"
5916 msgstr ""
5917
5918 #: genautomata.c:1837
5919 #, c-format
5920 msgid "invalid string `%s' in define_automaton"
5921 msgstr ""
5922
5923 #: genautomata.c:1868
5924 #, c-format
5925 msgid "invalid option `%s' in automata_option"
5926 msgstr "ungültige Option »%s« in automata_option"
5927
5928 #: genautomata.c:1890
5929 #, c-format
5930 msgid "garbage after ) in reservation `%s'"
5931 msgstr ""
5932
5933 #: genautomata.c:1921 genautomata.c:1954 genautomata.c:1981
5934 #, fuzzy, c-format
5935 msgid "invalid `%s' in reservation `%s'"
5936 msgstr "ungültige Option »%s«"
5937
5938 #: genautomata.c:1932
5939 #, c-format
5940 msgid "repetition `%s' <= 1 in reservation `%s'"
5941 msgstr ""
5942
5943 #: genautomata.c:2425
5944 #, c-format
5945 msgid "unit `%s' in exclusion is not declared"
5946 msgstr ""
5947
5948 #: genautomata.c:2427
5949 #, c-format
5950 msgid "`%s' in exclusion is not unit"
5951 msgstr ""
5952
5953 #: genautomata.c:2465
5954 #, c-format
5955 msgid "unit `%s' excludes itself"
5956 msgstr ""
5957
5958 #: genautomata.c:2473
5959 #, c-format
5960 msgid "units `%s' and `%s' in exclusion set belong to different automata"
5961 msgstr ""
5962
5963 #: genautomata.c:2603 genautomata.c:2609
5964 #, c-format
5965 msgid "unit `%s' excludes and requires presence of `%s'"
5966 msgstr ""
5967
5968 #: genautomata.c:2623 genautomata.c:2629
5969 #, c-format
5970 msgid "unit `%s' requires absence and presence of `%s'"
5971 msgstr ""
5972
5973 #: genautomata.c:2692 genautomata.c:2695
5974 #, fuzzy, c-format
5975 msgid "repeated declaration of automaton `%s'"
5976 msgstr "Deklaration von »%D« als %s"
5977
5978 #: genautomata.c:2711
5979 #, c-format
5980 msgid "define_insn_reservation `%s' has negative latency time"
5981 msgstr ""
5982
5983 #: genautomata.c:2717
5984 #, c-format
5985 msgid "`%s' is already used as insn reservation name"
5986 msgstr ""
5987
5988 #: genautomata.c:2723
5989 #, c-format
5990 msgid "define_bypass `%s - %s' has negative latency time"
5991 msgstr ""
5992
5993 #: genautomata.c:2737
5994 #, c-format
5995 msgid "automaton `%s' is not declared"
5996 msgstr ""
5997
5998 #: genautomata.c:2747
5999 #, c-format
6000 msgid "define_unit `%s' without automaton when one defined"
6001 msgstr ""
6002
6003 #: genautomata.c:2753
6004 #, c-format
6005 msgid "`%s' is declared as cpu unit"
6006 msgstr ""
6007
6008 #: genautomata.c:2762
6009 #, fuzzy, c-format
6010 msgid "`%s' is declared as cpu reservation"
6011 msgstr "»%s« als »static« deklariert, aber nirgendwo definiert"
6012
6013 #: genautomata.c:2772
6014 #, c-format
6015 msgid "repeated declaration of unit `%s'"
6016 msgstr "wiederholte Deklaration von Unit »%s«"
6017
6018 #: genautomata.c:2775
6019 #, c-format
6020 msgid "repeated declaration of reservation `%s'"
6021 msgstr ""
6022
6023 #: genautomata.c:2790 genautomata.c:2793
6024 #, c-format
6025 msgid "there is no insn reservation `%s'"
6026 msgstr ""
6027
6028 #: genautomata.c:2810 genautomata.c:2815
6029 #, c-format
6030 msgid "the same bypass `%s - %s' is already defined"
6031 msgstr ""
6032
6033 #: genautomata.c:2820
6034 #, c-format
6035 msgid "bypass `%s - %s' is already defined"
6036 msgstr ""
6037
6038 #: genautomata.c:2925 genautomata.c:2927
6039 #, c-format
6040 msgid "automaton `%s' is not used"
6041 msgstr ""
6042
6043 #: genautomata.c:2950
6044 #, c-format
6045 msgid "undeclared unit or reservation `%s'"
6046 msgstr ""
6047
6048 #: genautomata.c:3028 genautomata.c:3030
6049 #, c-format
6050 msgid "unit `%s' is not used"
6051 msgstr "Unit »%s« wird nicht verwendet"
6052
6053 #: genautomata.c:3035 genautomata.c:3037
6054 #, c-format
6055 msgid "reservation `%s' is not used"
6056 msgstr ""
6057
6058 #: genautomata.c:3134
6059 #, c-format
6060 msgid "cycle in definition of reservation `%s'"
6061 msgstr ""
6062
6063 #: genautomata.c:5333
6064 #, c-format
6065 msgid "Units `%s' and `%s' should be in the same automaton"
6066 msgstr ""
6067
6068 #: genautomata.c:9441
6069 msgid "-split has no argument."
6070 msgstr ""
6071
6072 #: genautomata.c:9442
6073 msgid "option `-split' has not been implemented yet\n"
6074 msgstr ""
6075
6076 #: genautomata.c:9486 genautomata.c:9491
6077 #, c-format
6078 msgid "Automaton `%s': Insn `%s' will never be issued"
6079 msgstr ""
6080
6081 #: genautomata.c:9498 genautomata.c:9501
6082 #, c-format
6083 msgid "Insn `%s' will never be issued"
6084 msgstr ""
6085
6086 #: genautomata.c:9649
6087 msgid "Errors in DFA description"
6088 msgstr ""
6089
6090 #: genautomata.c:9732
6091 #, c-format
6092 msgid "Error in writing DFA description file %s"
6093 msgstr ""
6094
6095 #: genconditions.c:196
6096 msgid "No input file name."
6097 msgstr "Kein Eingabedateiname,"
6098
6099 #: ggc-page.c:1265
6100 msgid "open /dev/zero"
6101 msgstr ""
6102
6103 #: graph.c:420 profile.c:1204 profile.c:1211 toplev.c:1836 toplev.c:5168
6104 #: f/com.c:14210 java/jcf-parse.c:917 java/jcf-parse.c:1063 java/lex.c:1776
6105 #: objc/objc-act.c:449
6106 #, c-format
6107 msgid "can't open %s"
6108 msgstr "Es ist nicht möglich »%s« zu öffnen"
6109
6110 #: haifa-sched.c:196
6111 #, c-format
6112 msgid "fix_sched_param: unknown param: %s"
6113 msgstr ""
6114
6115 #: integrate.c:174
6116 msgid "function cannot be inline"
6117 msgstr ""
6118
6119 #: integrate.c:178
6120 msgid "varargs function cannot be inline"
6121 msgstr ""
6122
6123 #: integrate.c:181
6124 msgid "function using alloca cannot be inline"
6125 msgstr ""
6126
6127 #: integrate.c:184
6128 msgid "function using setjmp cannot be inline"
6129 msgstr ""
6130
6131 #: integrate.c:187
6132 msgid "function uses __builtin_eh_return"
6133 msgstr ""
6134
6135 #: integrate.c:190
6136 msgid "function with nested functions cannot be inline"
6137 msgstr ""
6138
6139 #: integrate.c:194
6140 msgid "function with label addresses used in initializers cannot inline"
6141 msgstr ""
6142
6143 #: integrate.c:201 integrate.c:245
6144 msgid "function too large to be inline"
6145 msgstr ""
6146
6147 #: integrate.c:211
6148 msgid "no prototype, and parameter address used; cannot be inline"
6149 msgstr ""
6150
6151 #: integrate.c:218 integrate.c:263
6152 msgid "inline functions not supported for this return value type"
6153 msgstr ""
6154
6155 #: integrate.c:223
6156 msgid "function with varying-size return value cannot be inline"
6157 msgstr ""
6158
6159 #: integrate.c:230
6160 msgid "function with varying-size parameter cannot be inline"
6161 msgstr ""
6162
6163 #: integrate.c:233
6164 msgid "function with transparent unit parameter cannot be inline"
6165 msgstr ""
6166
6167 #: integrate.c:252
6168 msgid "function with computed jump cannot inline"
6169 msgstr ""
6170
6171 #: integrate.c:256
6172 msgid "function with nonlocal goto cannot be inline"
6173 msgstr ""
6174
6175 #: integrate.c:270
6176 msgid "function with target specific attribute(s) cannot be inlined"
6177 msgstr ""
6178
6179 #: line-map.c:198
6180 #, c-format
6181 msgid "In file included from %s:%u"
6182 msgstr ""
6183
6184 #. Translators note: this message is used in conjunction
6185 #. with "In file included from %s:%ld" and some other
6186 #. tricks. We want something like this:
6187 #.
6188 #. | In file included from sys/select.h:123,
6189 #. | from sys/types.h:234,
6190 #. | from userfile.c:31:
6191 #. | bits/select.h:45: <error message here>
6192 #.
6193 #. with all the "from"s lined up.
6194 #. The trailing comma is at the beginning of this message,
6195 #. and the trailing colon is not translated.
6196 #: line-map.c:216
6197 #, c-format
6198 msgid ""
6199 ",\n"
6200 " from %s:%u"
6201 msgstr ""
6202
6203 #. If we didn't find this parameter, issue an error message.
6204 #: params.c:80
6205 #, c-format
6206 msgid "invalid parameter `%s'"
6207 msgstr ""
6208
6209 #: profile.c:397
6210 #, c-format
6211 msgid "Profile does not match flowgraph of function %s (out of date?)"
6212 msgstr ""
6213
6214 #: profile.c:400
6215 msgid ".da file corrupted"
6216 msgstr ""
6217
6218 #: profile.c:634
6219 #, c-format
6220 msgid "corrupted profile info: prob for %d-%d thought to be %d"
6221 msgstr ""
6222
6223 #: profile.c:1226
6224 #, c-format
6225 msgid "file %s not found, execution counts assumed to be zero"
6226 msgstr ""
6227
6228 #: protoize.c:542
6229 #, c-format
6230 msgid "%s: internal abort\n"
6231 msgstr ""
6232
6233 #: protoize.c:633
6234 #, c-format
6235 msgid "%s: error writing file `%s': %s\n"
6236 msgstr ""
6237
6238 #: protoize.c:678
6239 #, c-format
6240 msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
6241 msgstr ""
6242
6243 #: protoize.c:681
6244 #, c-format
6245 msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
6246 msgstr ""
6247
6248 #: protoize.c:788
6249 #, c-format
6250 msgid "%s: warning: no read access for file `%s'\n"
6251 msgstr ""
6252
6253 #: protoize.c:796
6254 #, c-format
6255 msgid "%s: warning: no write access for file `%s'\n"
6256 msgstr ""
6257
6258 #: protoize.c:804
6259 #, c-format
6260 msgid "%s: warning: no write access for dir containing `%s'\n"
6261 msgstr ""
6262
6263 #. Catch cases like /.. where we try to backup to a
6264 #. point above the absolute root of the logical file
6265 #. system.
6266 #: protoize.c:1222
6267 #, c-format
6268 msgid "%s: invalid file name: %s\n"
6269 msgstr ""
6270
6271 #: protoize.c:1374
6272 #, c-format
6273 msgid "%s: %s: can't get status: %s\n"
6274 msgstr ""
6275
6276 #: protoize.c:1395
6277 #, c-format
6278 msgid ""
6279 "\n"
6280 "%s: fatal error: aux info file corrupted at line %d\n"
6281 msgstr ""
6282
6283 #: protoize.c:1731
6284 #, c-format
6285 msgid "%s:%d: declaration of function `%s' takes different forms\n"
6286 msgstr ""
6287
6288 #: protoize.c:1989
6289 #, c-format
6290 msgid "%s: compiling `%s'\n"
6291 msgstr ""
6292
6293 #: protoize.c:2012
6294 #, c-format
6295 msgid "%s: wait: %s\n"
6296 msgstr ""
6297
6298 #: protoize.c:2017
6299 #, c-format
6300 msgid "%s: subprocess got fatal signal %d\n"
6301 msgstr ""
6302
6303 #: protoize.c:2025
6304 #, c-format
6305 msgid "%s: %s exited with status %d\n"
6306 msgstr ""
6307
6308 #: protoize.c:2077
6309 #, c-format
6310 msgid "%s: warning: missing SYSCALLS file `%s'\n"
6311 msgstr ""
6312
6313 #: protoize.c:2086 protoize.c:2115
6314 #, c-format
6315 msgid "%s: can't read aux info file `%s': %s\n"
6316 msgstr ""
6317
6318 #: protoize.c:2131 protoize.c:2159
6319 #, c-format
6320 msgid "%s: can't get status of aux info file `%s': %s\n"
6321 msgstr ""
6322
6323 #: protoize.c:2187
6324 #, c-format
6325 msgid "%s: can't open aux info file `%s' for reading: %s\n"
6326 msgstr ""
6327
6328 #: protoize.c:2205
6329 #, c-format
6330 msgid "%s: error reading aux info file `%s': %s\n"
6331 msgstr ""
6332
6333 #: protoize.c:2218
6334 #, c-format
6335 msgid "%s: error closing aux info file `%s': %s\n"
6336 msgstr ""
6337
6338 #: protoize.c:2234
6339 #, c-format
6340 msgid "%s: can't delete aux info file `%s': %s\n"
6341 msgstr ""
6342
6343 #: protoize.c:2316 protoize.c:4318
6344 #, c-format
6345 msgid "%s: can't delete file `%s': %s\n"
6346 msgstr ""
6347
6348 #: protoize.c:2395
6349 #, c-format
6350 msgid "%s: warning: can't rename file `%s' to `%s': %s\n"
6351 msgstr ""
6352
6353 #: protoize.c:2520
6354 #, c-format
6355 msgid "%s: conflicting extern definitions of '%s'\n"
6356 msgstr ""
6357
6358 #: protoize.c:2524
6359 #, c-format
6360 msgid "%s: declarations of '%s' will not be converted\n"
6361 msgstr ""
6362
6363 #: protoize.c:2526
6364 #, c-format
6365 msgid "%s: conflict list for '%s' follows:\n"
6366 msgstr ""
6367
6368 #: protoize.c:2559
6369 #, c-format
6370 msgid "%s: warning: using formals list from %s(%d) for function `%s'\n"
6371 msgstr ""
6372
6373 #: protoize.c:2599
6374 #, c-format
6375 msgid "%s: %d: `%s' used but missing from SYSCALLS\n"
6376 msgstr ""
6377
6378 #: protoize.c:2605
6379 #, c-format
6380 msgid "%s: %d: warning: no extern definition for `%s'\n"
6381 msgstr ""
6382
6383 #: protoize.c:2636
6384 #, c-format
6385 msgid "%s: warning: no static definition for `%s' in file `%s'\n"
6386 msgstr ""
6387
6388 #: protoize.c:2642
6389 #, c-format
6390 msgid "%s: multiple static defs of `%s' in file `%s'\n"
6391 msgstr ""
6392
6393 #: protoize.c:2815 protoize.c:2818
6394 #, c-format
6395 msgid "%s: %d: warning: source too confusing\n"
6396 msgstr ""
6397
6398 #: protoize.c:3024
6399 #, c-format
6400 msgid "%s: %d: warning: varargs function declaration not converted\n"
6401 msgstr ""
6402
6403 #: protoize.c:3039
6404 #, c-format
6405 msgid "%s: declaration of function `%s' not converted\n"
6406 msgstr ""
6407
6408 #: protoize.c:3162
6409 #, c-format
6410 msgid "%s: warning: too many parameter lists in declaration of `%s'\n"
6411 msgstr ""
6412
6413 #: protoize.c:3183
6414 #, c-format
6415 msgid ""
6416 "\n"
6417 "%s: warning: too few parameter lists in declaration of `%s'\n"
6418 msgstr ""
6419
6420 #: protoize.c:3281
6421 #, c-format
6422 msgid "%s: %d: warning: found `%s' but expected `%s'\n"
6423 msgstr ""
6424
6425 #: protoize.c:3459
6426 #, c-format
6427 msgid "%s: local declaration for function `%s' not inserted\n"
6428 msgstr ""
6429
6430 #: protoize.c:3486
6431 #, c-format
6432 msgid ""
6433 "\n"
6434 "%s: %d: warning: can't add declaration of `%s' into macro call\n"
6435 msgstr ""
6436
6437 #: protoize.c:3560
6438 #, c-format
6439 msgid "%s: global declarations for file `%s' not inserted\n"
6440 msgstr ""
6441
6442 #: protoize.c:3651 protoize.c:3681
6443 #, c-format
6444 msgid "%s: definition of function `%s' not converted\n"
6445 msgstr ""
6446
6447 #: protoize.c:3670
6448 #, c-format
6449 msgid "%s: %d: warning: definition of %s not converted\n"
6450 msgstr ""
6451
6452 #: protoize.c:4000
6453 #, c-format
6454 msgid "%s: found definition of `%s' at %s(%d)\n"
6455 msgstr ""
6456
6457 #. If we make it here, then we did not know about this
6458 #. function definition.
6459 #: protoize.c:4016
6460 #, c-format
6461 msgid "%s: %d: warning: `%s' excluded by preprocessing\n"
6462 msgstr ""
6463
6464 #: protoize.c:4019
6465 #, c-format
6466 msgid "%s: function definition not converted\n"
6467 msgstr ""
6468
6469 #: protoize.c:4078
6470 #, c-format
6471 msgid "%s: `%s' not converted\n"
6472 msgstr ""
6473
6474 #: protoize.c:4086
6475 #, c-format
6476 msgid "%s: would convert file `%s'\n"
6477 msgstr ""
6478
6479 #: protoize.c:4089
6480 #, c-format
6481 msgid "%s: converting file `%s'\n"
6482 msgstr ""
6483
6484 #: protoize.c:4099
6485 #, c-format
6486 msgid "%s: can't get status for file `%s': %s\n"
6487 msgstr ""
6488
6489 #: protoize.c:4141
6490 #, c-format
6491 msgid "%s: can't open file `%s' for reading: %s\n"
6492 msgstr ""
6493
6494 #: protoize.c:4156
6495 #, c-format
6496 msgid ""
6497 "\n"
6498 "%s: error reading input file `%s': %s\n"
6499 msgstr ""
6500
6501 #: protoize.c:4190
6502 #, c-format
6503 msgid "%s: can't create/open clean file `%s': %s\n"
6504 msgstr ""
6505
6506 #: protoize.c:4295
6507 #, c-format
6508 msgid "%s: warning: file `%s' already saved in `%s'\n"
6509 msgstr ""
6510
6511 #: protoize.c:4303
6512 #, c-format
6513 msgid "%s: can't link file `%s' to `%s': %s\n"
6514 msgstr ""
6515
6516 #: protoize.c:4333
6517 #, c-format
6518 msgid "%s: can't create/open output file `%s': %s\n"
6519 msgstr ""
6520
6521 #: protoize.c:4366
6522 #, c-format
6523 msgid "%s: can't change mode of file `%s': %s\n"
6524 msgstr ""
6525
6526 #: protoize.c:4541
6527 #, c-format
6528 msgid "%s: cannot get working directory: %s\n"
6529 msgstr ""
6530
6531 #: protoize.c:4639
6532 #, c-format
6533 msgid "%s: input file names must have .c suffixes: %s\n"
6534 msgstr ""
6535
6536 #: ra.c:750
6537 msgid "Didn't find a coloring.\n"
6538 msgstr ""
6539
6540 #: reg-stack.c:673
6541 #, c-format
6542 msgid "output constraint %d must specify a single register"
6543 msgstr ""
6544
6545 #: reg-stack.c:683
6546 #, c-format
6547 msgid "output constraint %d cannot be specified together with \"%s\" clobber"
6548 msgstr ""
6549
6550 #: reg-stack.c:706
6551 msgid "output regs must be grouped at top of stack"
6552 msgstr ""
6553
6554 #: reg-stack.c:743
6555 msgid "implicitly popped regs must be grouped at top of stack"
6556 msgstr ""
6557
6558 #: reg-stack.c:762
6559 #, c-format
6560 msgid "output operand %d must use `&' constraint"
6561 msgstr ""
6562
6563 #: regclass.c:756
6564 #, c-format
6565 msgid "can't use '%s' as a %s register"
6566 msgstr ""
6567
6568 #: regclass.c:771 config/ia64/ia64.c:4304 config/ia64/ia64.c:4311
6569 #, c-format
6570 msgid "unknown register name: %s"
6571 msgstr ""
6572
6573 #: regclass.c:782
6574 msgid "global register variable follows a function definition"
6575 msgstr ""
6576
6577 #: regclass.c:786
6578 msgid "register used for two global register variables"
6579 msgstr ""
6580
6581 #: regclass.c:791
6582 msgid "call-clobbered register used for global register variable"
6583 msgstr ""
6584
6585 #: regrename.c:1899
6586 #, c-format
6587 msgid "validate_value_data: [%u] Bad next_regno for empty chain (%u)"
6588 msgstr ""
6589
6590 #: regrename.c:1911
6591 #, c-format
6592 msgid "validate_value_data: Loop in regno chain (%u)"
6593 msgstr ""
6594
6595 #: regrename.c:1914
6596 #, c-format
6597 msgid "validate_value_data: [%u] Bad oldest_regno (%u)"
6598 msgstr ""
6599
6600 #: regrename.c:1926
6601 #, c-format
6602 msgid "validate_value_data: [%u] Non-empty reg in chain (%s %u %i)"
6603 msgstr ""
6604
6605 #: reload.c:1229
6606 msgid "cannot reload integer constant operand in `asm'"
6607 msgstr ""
6608
6609 #: reload.c:1251
6610 msgid "impossible register constraint in `asm'"
6611 msgstr ""
6612
6613 #: reload.c:3461
6614 msgid "`&' constraint used with no register class"
6615 msgstr ""
6616
6617 #: reload.c:3629
6618 msgid "unable to generate reloads for:"
6619 msgstr ""
6620
6621 #: reload.c:3630 reload.c:3844
6622 msgid "inconsistent operand constraints in an `asm'"
6623 msgstr ""
6624
6625 #: reload1.c:1250
6626 msgid "frame size too large for reliable stack checking"
6627 msgstr ""
6628
6629 #: reload1.c:1253
6630 msgid "try reducing the number of local variables"
6631 msgstr ""
6632
6633 #: reload1.c:1909
6634 #, c-format
6635 msgid "can't find a register in class `%s' while reloading `asm'"
6636 msgstr ""
6637
6638 #: reload1.c:1913
6639 #, c-format
6640 msgid "unable to find a register to spill in class `%s'"
6641 msgstr ""
6642
6643 #: reload1.c:1915
6644 msgid "this is the insn:"
6645 msgstr ""
6646
6647 #: reload1.c:3938
6648 msgid "`asm' operand requires impossible reload"
6649 msgstr ""
6650
6651 #. It's the compiler's fault.
6652 #: reload1.c:5052
6653 msgid "could not find a spill register"
6654 msgstr ""
6655
6656 #: reload1.c:5057
6657 msgid "`asm' operand constraint incompatible with operand size"
6658 msgstr ""
6659
6660 #. It's the compiler's fault.
6661 #: reload1.c:6679
6662 msgid "VOIDmode on an output"
6663 msgstr ""
6664
6665 #: reload1.c:6680
6666 msgid "output operand is constant in `asm'"
6667 msgstr ""
6668
6669 #: rtl-error.c:140
6670 msgid "unrecognizable insn:"
6671 msgstr ""
6672
6673 #: rtl-error.c:142
6674 msgid "insn does not satisfy its constraints:"
6675 msgstr ""
6676
6677 #: rtl.c:535
6678 #, c-format
6679 msgid "RTL check: access of elt %d of `%s' with last elt %d in %s, at %s:%d"
6680 msgstr ""
6681
6682 #: rtl.c:550
6683 #, c-format
6684 msgid "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
6685 msgstr ""
6686
6687 #: rtl.c:566
6688 #, c-format
6689 msgid "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %s:%d"
6690 msgstr ""
6691
6692 #: rtl.c:579
6693 #, c-format
6694 msgid "RTL check: expected code `%s', have `%s' in %s, at %s:%d"
6695 msgstr ""
6696
6697 #: rtl.c:593
6698 #, c-format
6699 msgid "RTL check: expected code `%s' or `%s', have `%s' in %s, at %s:%d"
6700 msgstr ""
6701
6702 #: rtl.c:608
6703 #, c-format
6704 msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
6705 msgstr ""
6706
6707 #: rtl.c:623
6708 #, c-format
6709 msgid "RTL flag check: %s used with unexpected rtx code `%s' in %s, at %s:%d"
6710 msgstr ""
6711
6712 #: stmt.c:766
6713 #, c-format
6714 msgid "jump to `%s' invalidly jumps into binding contour"
6715 msgstr ""
6716
6717 #: stmt.c:1002 stmt.c:3766
6718 #, c-format
6719 msgid "label `%s' used before containing binding contour"
6720 msgstr ""
6721
6722 #: stmt.c:1190
6723 msgid "output operand constraint lacks `='"
6724 msgstr ""
6725
6726 #: stmt.c:1205
6727 #, c-format
6728 msgid "output constraint `%c' for operand %d is not at the beginning"
6729 msgstr ""
6730
6731 #: stmt.c:1227
6732 msgid "operand constraint contains incorrectly positioned '+' or '='"
6733 msgstr ""
6734
6735 #: stmt.c:1233 stmt.c:1337
6736 #, c-format
6737 msgid "`%%' constraint used with last operand"
6738 msgstr ""
6739
6740 #: stmt.c:1252
6741 msgid "matching constraint not valid in output operand"
6742 msgstr ""
6743
6744 #: stmt.c:1328
6745 #, c-format
6746 msgid "input operand constraint contains `%c'"
6747 msgstr ""
6748
6749 #: stmt.c:1368
6750 msgid "matching constraint references invalid operand number"
6751 msgstr ""
6752
6753 #: stmt.c:1400
6754 #, c-format
6755 msgid "invalid punctuation `%c' in constraint"
6756 msgstr ""
6757
6758 #: stmt.c:1450
6759 #, c-format
6760 msgid "asm-specifier for variable `%s' conflicts with asm clobber list"
6761 msgstr ""
6762
6763 #: stmt.c:1540
6764 #, c-format
6765 msgid "unknown register name `%s' in `asm'"
6766 msgstr ""
6767
6768 #: stmt.c:1588
6769 #, c-format
6770 msgid "more than %d operands in `asm'"
6771 msgstr ""
6772
6773 #: stmt.c:1650
6774 #, c-format
6775 msgid "output number %d not directly addressable"
6776 msgstr ""
6777
6778 #: stmt.c:1728
6779 #, c-format
6780 msgid "asm operand %d probably doesn't match constraints"
6781 msgstr ""
6782
6783 #: stmt.c:1738
6784 #, c-format
6785 msgid "use of memory input without lvalue in asm operand %d is deprecated"
6786 msgstr ""
6787
6788 #: stmt.c:1889
6789 msgid "asm clobber conflict with output operand"
6790 msgstr ""
6791
6792 #: stmt.c:1894
6793 msgid "asm clobber conflict with input operand"
6794 msgstr ""
6795
6796 #: stmt.c:1929
6797 msgid "too many alternatives in `asm'"
6798 msgstr ""
6799
6800 #: stmt.c:1941
6801 msgid "operand constraints for `asm' differ in number of alternatives"
6802 msgstr ""
6803
6804 #: stmt.c:1994
6805 #, c-format
6806 msgid "duplicate asm operand name '%s'"
6807 msgstr ""
6808
6809 #: stmt.c:2081
6810 msgid "missing close brace for named operand"
6811 msgstr ""
6812
6813 #: stmt.c:2109
6814 #, c-format
6815 msgid "undefined named operand '%s'"
6816 msgstr ""
6817
6818 #: stmt.c:3703
6819 #, c-format
6820 msgid "unused variable `%s'"
6821 msgstr ""
6822
6823 #: stmt.c:5189
6824 #, c-format
6825 msgid "enumeration value `%s' not handled in switch"
6826 msgstr ""
6827
6828 #: stmt.c:5214 stmt.c:5234
6829 #, c-format
6830 msgid "case value `%ld' not in enumerated type"
6831 msgstr ""
6832
6833 #: stmt.c:5217 stmt.c:5237
6834 #, c-format
6835 msgid "case value `%ld' not in enumerated type `%s'"
6836 msgstr ""
6837
6838 #: stmt.c:5310
6839 msgid "switch missing default case"
6840 msgstr ""
6841
6842 #: stor-layout.c:178
6843 msgid "type size can't be explicitly evaluated"
6844 msgstr ""
6845
6846 #: stor-layout.c:180
6847 msgid "variable-size type declared outside of any function"
6848 msgstr ""
6849
6850 #: stor-layout.c:487
6851 #, c-format
6852 msgid "size of `%s' is %d bytes"
6853 msgstr ""
6854
6855 #: stor-layout.c:489
6856 #, c-format
6857 msgid "size of `%s' is larger than %d bytes"
6858 msgstr ""
6859
6860 #: stor-layout.c:909 stor-layout.c:1325
6861 #, c-format
6862 msgid "packed attribute causes inefficient alignment for `%s'"
6863 msgstr ""
6864
6865 #: stor-layout.c:911 stor-layout.c:1327
6866 #, c-format
6867 msgid "packed attribute is unnecessary for `%s'"
6868 msgstr ""
6869
6870 #: stor-layout.c:926
6871 #, c-format
6872 msgid "padding struct to align `%s'"
6873 msgstr ""
6874
6875 #: stor-layout.c:1289
6876 msgid "padding struct size to alignment boundary"
6877 msgstr ""
6878
6879 #: stor-layout.c:1332
6880 msgid "packed attribute causes inefficient alignment"
6881 msgstr ""
6882
6883 #: stor-layout.c:1334
6884 msgid "packed attribute is unnecessary"
6885 msgstr ""
6886
6887 #: timevar.c:322
6888 #, c-format
6889 msgid "cannot timevar_pop '%s' when top of timevars stack is '%s'"
6890 msgstr ""
6891
6892 #: timevar.c:453
6893 msgid ""
6894 "\n"
6895 "Execution times (seconds)\n"
6896 msgstr ""
6897
6898 #. Print total time.
6899 #: timevar.c:503
6900 msgid " TOTAL :"
6901 msgstr ""
6902
6903 #: timevar.c:539
6904 #, c-format
6905 msgid "time in %s: %ld.%06ld (%ld%%)\n"
6906 msgstr ""
6907
6908 #: tlink.c:399
6909 #, c-format
6910 msgid "collect: reading %s\n"
6911 msgstr ""
6912
6913 #: tlink.c:502
6914 #, c-format
6915 msgid "collect: recompiling %s\n"
6916 msgstr ""
6917
6918 #: tlink.c:674
6919 #, c-format
6920 msgid "collect: tweaking %s in %s\n"
6921 msgstr ""
6922
6923 #: tlink.c:721
6924 msgid "collect: relinking\n"
6925 msgstr ""
6926
6927 #: tlink.c:730
6928 #, c-format
6929 msgid "ld returned %d exit status"
6930 msgstr ""
6931
6932 #: toplev.c:920
6933 msgid "Generate debugging info in default format"
6934 msgstr ""
6935
6936 #: toplev.c:921
6937 msgid "Generate debugging info in default extended format"
6938 msgstr ""
6939
6940 #: toplev.c:923
6941 msgid "Generate STABS format debug info"
6942 msgstr ""
6943
6944 #: toplev.c:924
6945 msgid "Generate extended STABS format debug info"
6946 msgstr ""
6947
6948 #: toplev.c:927
6949 msgid "Generate DWARF-1 format debug info"
6950 msgstr ""
6951
6952 #: toplev.c:929
6953 msgid "Generate extended DWARF-1 format debug info"
6954 msgstr ""
6955
6956 #: toplev.c:932
6957 msgid "Generate DWARF-2 debug info"
6958 msgstr ""
6959
6960 #: toplev.c:935
6961 msgid "Generate XCOFF format debug info"
6962 msgstr ""
6963
6964 #: toplev.c:936
6965 msgid "Generate extended XCOFF format debug info"
6966 msgstr ""
6967
6968 #: toplev.c:939
6969 msgid "Generate COFF format debug info"
6970 msgstr ""
6971
6972 #: toplev.c:942
6973 msgid "Generate VMS format debug info"
6974 msgstr ""
6975
6976 #: toplev.c:981
6977 msgid "Perform DWARF2 duplicate elimination"
6978 msgstr ""
6979
6980 #: toplev.c:983
6981 msgid "Do not store floats in registers"
6982 msgstr ""
6983
6984 #: toplev.c:985
6985 msgid "Consider all mem refs through pointers as volatile"
6986 msgstr ""
6987
6988 #: toplev.c:987
6989 msgid "Consider all mem refs to global data to be volatile"
6990 msgstr ""
6991
6992 #: toplev.c:989
6993 msgid "Consider all mem refs to static data to be volatile"
6994 msgstr ""
6995
6996 #: toplev.c:991
6997 msgid "Defer popping functions args from stack until later"
6998 msgstr ""
6999
7000 #: toplev.c:993
7001 msgid "When possible do not generate stack frames"
7002 msgstr ""
7003
7004 #: toplev.c:995
7005 msgid "Optimize sibling and tail recursive calls"
7006 msgstr ""
7007
7008 #: toplev.c:997
7009 msgid "Perform superblock formation via tail duplication"
7010 msgstr ""
7011
7012 #: toplev.c:999
7013 msgid "When running CSE, follow jumps to their targets"
7014 msgstr ""
7015
7016 #: toplev.c:1001
7017 msgid "When running CSE, follow conditional jumps"
7018 msgstr ""
7019
7020 #: toplev.c:1003
7021 msgid "Perform a number of minor, expensive optimizations"
7022 msgstr ""
7023
7024 #: toplev.c:1005
7025 msgid "Perform jump threading optimizations"
7026 msgstr ""
7027
7028 #: toplev.c:1007
7029 msgid "Perform strength reduction optimizations"
7030 msgstr ""
7031
7032 #: toplev.c:1009
7033 msgid "Perform loop unrolling when iteration count is known"
7034 msgstr ""
7035
7036 #: toplev.c:1011
7037 msgid "Perform loop unrolling for all loops"
7038 msgstr ""
7039
7040 #: toplev.c:1013
7041 msgid "Generate prefetch instructions, if available, for arrays in loops"
7042 msgstr ""
7043
7044 #: toplev.c:1015
7045 msgid "Force all loop invariant computations out of loops"
7046 msgstr ""
7047
7048 #: toplev.c:1017
7049 msgid "Strength reduce all loop general induction variables"
7050 msgstr ""
7051
7052 #: toplev.c:1019
7053 msgid "Store strings in writable data section"
7054 msgstr ""
7055
7056 #: toplev.c:1021
7057 msgid "Enable machine specific peephole optimizations"
7058 msgstr ""
7059
7060 #: toplev.c:1023
7061 msgid "Copy memory operands into registers before using"
7062 msgstr ""
7063
7064 #: toplev.c:1025
7065 msgid "Copy memory address constants into regs before using"
7066 msgstr ""
7067
7068 #: toplev.c:1027
7069 msgid "Allow function addresses to be held in registers"
7070 msgstr ""
7071
7072 #: toplev.c:1029
7073 msgid "Integrate simple functions into their callers"
7074 msgstr ""
7075
7076 #: toplev.c:1031
7077 msgid "Generate code for funcs even if they are fully inlined"
7078 msgstr ""
7079
7080 #: toplev.c:1033
7081 msgid "Pay attention to the 'inline' keyword"
7082 msgstr ""
7083
7084 #: toplev.c:1035
7085 msgid "Emit static const variables even if they are not used"
7086 msgstr ""
7087
7088 #: toplev.c:1037
7089 msgid "Check for syntax errors, then stop"
7090 msgstr ""
7091
7092 #: toplev.c:1039
7093 msgid "Mark data as shared rather than private"
7094 msgstr ""
7095
7096 #: toplev.c:1041
7097 msgid "Enable saving registers around function calls"
7098 msgstr ""
7099
7100 #: toplev.c:1043
7101 msgid "Return 'short' aggregates in memory, not registers"
7102 msgstr ""
7103
7104 #: toplev.c:1045
7105 msgid "Return 'short' aggregates in registers"
7106 msgstr ""
7107
7108 #: toplev.c:1047
7109 msgid "Attempt to fill delay slots of branch instructions"
7110 msgstr ""
7111
7112 #: toplev.c:1049
7113 msgid "Perform the global common subexpression elimination"
7114 msgstr ""
7115
7116 #: toplev.c:1051
7117 msgid "Perform enhanced load motion during global subexpression elimination"
7118 msgstr ""
7119
7120 #: toplev.c:1053
7121 msgid "Perform store motion after global subexpression elimination"
7122 msgstr ""
7123
7124 #: toplev.c:1055
7125 msgid "Perform the loop optimizations"
7126 msgstr ""
7127
7128 #: toplev.c:1057
7129 msgid "Perform cross-jumping optimization"
7130 msgstr ""
7131
7132 #: toplev.c:1059
7133 msgid "Perform conversion of conditional jumps to branchless equivalents"
7134 msgstr ""
7135
7136 #: toplev.c:1061
7137 msgid "Perform conversion of conditional jumps to conditional execution"
7138 msgstr ""
7139
7140 #: toplev.c:1063
7141 msgid "Run CSE pass after loop optimizations"
7142 msgstr ""
7143
7144 #: toplev.c:1065
7145 msgid "Run the loop optimizer twice"
7146 msgstr ""
7147
7148 #: toplev.c:1067
7149 msgid "Delete useless null pointer checks"
7150 msgstr ""
7151
7152 #: toplev.c:1069
7153 msgid "Reschedule instructions before register allocation"
7154 msgstr ""
7155
7156 #: toplev.c:1071
7157 msgid "Reschedule instructions after register allocation"
7158 msgstr ""
7159
7160 #: toplev.c:1073
7161 msgid "Enable scheduling across basic blocks"
7162 msgstr ""
7163
7164 #: toplev.c:1075
7165 msgid "Allow speculative motion of non-loads"
7166 msgstr ""
7167
7168 #: toplev.c:1077
7169 msgid "Allow speculative motion of some loads"
7170 msgstr ""
7171
7172 #: toplev.c:1079
7173 msgid "Allow speculative motion of more loads"
7174 msgstr ""
7175
7176 #: toplev.c:1081
7177 msgid "Replace add,compare,branch with branch on count reg"
7178 msgstr ""
7179
7180 #: toplev.c:1083
7181 msgid "Generate position independent code, if possible"
7182 msgstr ""
7183
7184 #: toplev.c:1086
7185 msgid "Enable exception handling"
7186 msgstr ""
7187
7188 #: toplev.c:1088
7189 msgid "Just generate unwind tables for exception handling"
7190 msgstr ""
7191
7192 #: toplev.c:1090
7193 msgid "Generate unwind tables exact at each instruction boundary"
7194 msgstr ""
7195
7196 #: toplev.c:1092
7197 msgid "Support synchronous non-call exceptions"
7198 msgstr ""
7199
7200 #: toplev.c:1094
7201 msgid "Insert arc based program profiling code"
7202 msgstr ""
7203
7204 #: toplev.c:1096
7205 msgid "Create data files needed by gcov"
7206 msgstr ""
7207
7208 #: toplev.c:1098
7209 msgid "Use profiling information for branch probabilities"
7210 msgstr ""
7211
7212 #: toplev.c:1100
7213 msgid "Enable basic program profiling code"
7214 msgstr ""
7215
7216 #: toplev.c:1102
7217 msgid "Reorder basic blocks to improve code placement"
7218 msgstr ""
7219
7220 #: toplev.c:1104
7221 msgid "Reorder functions to improve code placement"
7222 msgstr ""
7223
7224 #: toplev.c:1106
7225 msgid "Do the register renaming optimization pass"
7226 msgstr ""
7227
7228 #: toplev.c:1108
7229 msgid "Do the register copy-propagation optimization pass"
7230 msgstr ""
7231
7232 #: toplev.c:1110
7233 msgid "Do not put uninitialized globals in the common section"
7234 msgstr ""
7235
7236 #: toplev.c:1112
7237 msgid "Do not generate .size directives"
7238 msgstr ""
7239
7240 #: toplev.c:1114
7241 msgid "place each function into its own section"
7242 msgstr ""
7243
7244 #: toplev.c:1116
7245 msgid "place data items into their own section"
7246 msgstr ""
7247
7248 #: toplev.c:1118
7249 msgid "Add extra commentary to assembler output"
7250 msgstr ""
7251
7252 #: toplev.c:1120
7253 msgid "Output GNU ld formatted global initializers"
7254 msgstr ""
7255
7256 #: toplev.c:1122
7257 msgid "Enables a register move optimization"
7258 msgstr ""
7259
7260 #: toplev.c:1124
7261 msgid "Do the full regmove optimization pass"
7262 msgstr ""
7263
7264 #: toplev.c:1126
7265 msgid "Pack structure members together without holes"
7266 msgstr ""
7267
7268 #: toplev.c:1128
7269 msgid "Insert stack checking code into the program"
7270 msgstr ""
7271
7272 #: toplev.c:1130
7273 msgid "Specify that arguments may alias each other & globals"
7274 msgstr ""
7275
7276 #: toplev.c:1132
7277 msgid "Assume arguments may alias globals but not each other"
7278 msgstr ""
7279
7280 #: toplev.c:1134
7281 msgid "Assume arguments do not alias each other or globals"
7282 msgstr ""
7283
7284 #: toplev.c:1136
7285 msgid "Assume strict aliasing rules apply"
7286 msgstr ""
7287
7288 #: toplev.c:1138
7289 msgid "Align the start of loops"
7290 msgstr ""
7291
7292 #: toplev.c:1140
7293 msgid "Align labels which are only reached by jumping"
7294 msgstr ""
7295
7296 #: toplev.c:1142
7297 msgid "Align all labels"
7298 msgstr ""
7299
7300 #: toplev.c:1144
7301 msgid "Align the start of functions"
7302 msgstr ""
7303
7304 #: toplev.c:1146
7305 msgid "Attempt to merge identical constants across compilation units"
7306 msgstr ""
7307
7308 #: toplev.c:1148
7309 msgid "Attempt to merge identical constants and constant variables"
7310 msgstr ""
7311
7312 #: toplev.c:1150
7313 msgid "Suppress output of instruction numbers and line number notes in debugging dumps"
7314 msgstr ""
7315
7316 #: toplev.c:1152
7317 msgid "Instrument function entry/exit with profiling calls"
7318 msgstr ""
7319
7320 #: toplev.c:1154
7321 msgid "Put zero initialized data in the bss section"
7322 msgstr ""
7323
7324 #: toplev.c:1156
7325 msgid "Enable SSA optimizations"
7326 msgstr ""
7327
7328 #: toplev.c:1158
7329 msgid "Enable SSA conditional constant propagation"
7330 msgstr ""
7331
7332 #: toplev.c:1160
7333 msgid "Enable aggressive SSA dead code elimination"
7334 msgstr ""
7335
7336 #: toplev.c:1162
7337 msgid "External symbols have a leading underscore"
7338 msgstr ""
7339
7340 #: toplev.c:1164
7341 msgid "Process #ident directives"
7342 msgstr ""
7343
7344 #: toplev.c:1166
7345 msgid "Enables an rtl peephole pass run before sched2"
7346 msgstr ""
7347
7348 #: toplev.c:1168
7349 msgid "Assume no NaNs or +-Infs are generated"
7350 msgstr ""
7351
7352 #: toplev.c:1170
7353 msgid "Enables guessing of branch probabilities"
7354 msgstr ""
7355
7356 #: toplev.c:1172
7357 msgid "Set errno after built-in math functions"
7358 msgstr ""
7359
7360 #: toplev.c:1174
7361 msgid "Floating-point operations can trap"
7362 msgstr ""
7363
7364 #: toplev.c:1176
7365 msgid "Allow math optimizations that may violate IEEE or ANSI standards"
7366 msgstr ""
7367
7368 #: toplev.c:1178
7369 msgid "Disable optimizations observable by IEEE signaling NaNs"
7370 msgstr ""
7371
7372 #: toplev.c:1180
7373 msgid "Generate code to check bounds before indexing arrays"
7374 msgstr ""
7375
7376 #: toplev.c:1182
7377 msgid "Convert floating point constant to single precision constant"
7378 msgstr ""
7379
7380 #: toplev.c:1184
7381 msgid "Report time taken by each compiler pass at end of run"
7382 msgstr ""
7383
7384 #: toplev.c:1186
7385 msgid "Report on permanent memory allocation at end of run"
7386 msgstr ""
7387
7388 #: toplev.c:1188
7389 msgid "Trap for signed overflow in addition / subtraction / multiplication"
7390 msgstr ""
7391
7392 #: toplev.c:1190
7393 msgid "Use graph coloring register allocation."
7394 msgstr ""
7395
7396 #: toplev.c:1207
7397 msgid "Compile just for ISO C90"
7398 msgstr ""
7399
7400 #: toplev.c:1209
7401 msgid "Determine language standard"
7402 msgstr ""
7403
7404 #: toplev.c:1213
7405 msgid "Make bit-fields by unsigned by default"
7406 msgstr ""
7407
7408 #: toplev.c:1217
7409 msgid "Make 'char' be signed by default"
7410 msgstr ""
7411
7412 #: toplev.c:1219
7413 msgid "Make 'char' be unsigned by default"
7414 msgstr ""
7415
7416 #: toplev.c:1225
7417 msgid "Do not recognize the 'asm' keyword"
7418 msgstr ""
7419
7420 #: toplev.c:1228
7421 msgid "Do not recognize any built in functions"
7422 msgstr ""
7423
7424 #: toplev.c:1230
7425 msgid "Assume normal C execution environment"
7426 msgstr ""
7427
7428 #: toplev.c:1233
7429 msgid "Assume that standard libraries & main might not exist"
7430 msgstr ""
7431
7432 #: toplev.c:1236
7433 msgid "Allow different types as args of ? operator"
7434 msgstr ""
7435
7436 #: toplev.c:1239
7437 msgid "Allow the use of $ inside identifiers"
7438 msgstr ""
7439
7440 #: toplev.c:1244
7441 msgid "Use the same size for double as for float"
7442 msgstr ""
7443
7444 #: toplev.c:1247
7445 msgid "Use the smallest fitting integer to hold enums"
7446 msgstr ""
7447
7448 #: toplev.c:1250
7449 msgid "Override the underlying type for wchar_t to `unsigned short'"
7450 msgstr ""
7451
7452 #: toplev.c:1254
7453 msgid "Enable most warning messages"
7454 msgstr ""
7455
7456 #: toplev.c:1256
7457 msgid "Warn about casting functions to incompatible types"
7458 msgstr ""
7459
7460 #: toplev.c:1259
7461 msgid "Warn about functions which might be candidates for format attributes"
7462 msgstr ""
7463
7464 #: toplev.c:1262
7465 msgid "Warn about casts which discard qualifiers"
7466 msgstr ""
7467
7468 #: toplev.c:1265
7469 msgid "Warn about subscripts whose type is 'char'"
7470 msgstr ""
7471
7472 #: toplev.c:1268 toplev.c:1271
7473 msgid "Warn if nested comments are detected"
7474 msgstr ""
7475
7476 #: toplev.c:1274
7477 msgid "Warn about possibly confusing type conversions"
7478 msgstr ""
7479
7480 #: toplev.c:1278
7481 msgid "Do not warn about compile-time integer division by zero"
7482 msgstr ""
7483
7484 #: toplev.c:1280
7485 msgid "Warn about testing equality of floating point numbers"
7486 msgstr ""
7487
7488 #: toplev.c:1283
7489 msgid "Warn about printf/scanf/strftime/strfmon format anomalies"
7490 msgstr ""
7491
7492 #: toplev.c:1287
7493 msgid "Don't warn about too many arguments to format functions"
7494 msgstr ""
7495
7496 #: toplev.c:1289
7497 msgid "Warn about non-string-literal format strings"
7498 msgstr ""
7499
7500 #: toplev.c:1292
7501 msgid "Warn about possible security problems with format functions"
7502 msgstr ""
7503
7504 #: toplev.c:1296
7505 msgid "Don't warn about strftime formats yielding 2 digit years"
7506 msgstr ""
7507
7508 #: toplev.c:1298
7509 msgid "Warn about implicit function declarations"
7510 msgstr ""
7511
7512 #: toplev.c:1302
7513 msgid "Warn when a declaration does not specify a type"
7514 msgstr ""
7515
7516 #: toplev.c:1307
7517 msgid "Warn about the use of the #import directive"
7518 msgstr ""
7519
7520 #: toplev.c:1311
7521 msgid "Do not warn about using 'long long' when -pedantic"
7522 msgstr ""
7523
7524 #: toplev.c:1313
7525 msgid "Warn about suspicious declarations of main"
7526 msgstr ""
7527
7528 #: toplev.c:1316
7529 msgid "Warn about possibly missing braces around initializers"
7530 msgstr ""
7531
7532 #: toplev.c:1319
7533 msgid "Warn about global funcs without previous declarations"
7534 msgstr ""
7535
7536 #: toplev.c:1322
7537 msgid "Warn about global funcs without prototypes"
7538 msgstr ""
7539
7540 #: toplev.c:1325
7541 msgid "Warn about use of multicharacter literals"
7542 msgstr ""
7543
7544 #: toplev.c:1328
7545 msgid "Warn about externs not at file scope level"
7546 msgstr ""
7547
7548 #: toplev.c:1331
7549 msgid "Warn about possible missing parentheses"
7550 msgstr ""
7551
7552 #: toplev.c:1334
7553 msgid "Warn about function pointer arithmetic"
7554 msgstr ""
7555
7556 #: toplev.c:1337
7557 msgid "Warn about multiple declarations of the same object"
7558 msgstr ""
7559
7560 #: toplev.c:1340
7561 msgid "Warn whenever a function's return-type defaults to int"
7562 msgstr ""
7563
7564 #: toplev.c:1343
7565 msgid "Warn about possible violations of sequence point rules"
7566 msgstr ""
7567
7568 #: toplev.c:1346
7569 msgid "Warn about signed/unsigned comparisons"
7570 msgstr ""
7571
7572 #: toplev.c:1349
7573 msgid "Warn about non-prototyped function decls"
7574 msgstr ""
7575
7576 #: toplev.c:1352
7577 msgid "Warn about constructs whose meanings change in ISO C"
7578 msgstr ""
7579
7580 #: toplev.c:1355
7581 msgid "Warn when trigraphs are encountered"
7582 msgstr ""
7583
7584 #: toplev.c:1360
7585 msgid "Warn about unrecognized pragmas"
7586 msgstr ""
7587
7588 #: toplev.c:1363
7589 msgid "Mark strings as 'const char *'"
7590 msgstr ""
7591
7592 #: toplev.c:1508
7593 msgid "Warn when a function is unused"
7594 msgstr ""
7595
7596 #: toplev.c:1510
7597 msgid "Warn when a label is unused"
7598 msgstr ""
7599
7600 #: toplev.c:1512
7601 msgid "Warn when a function parameter is unused"
7602 msgstr ""
7603
7604 #: toplev.c:1514
7605 msgid "Warn when a variable is unused"
7606 msgstr ""
7607
7608 #: toplev.c:1516
7609 msgid "Warn when an expression value is unused"
7610 msgstr ""
7611
7612 #: toplev.c:1518
7613 msgid "Do not suppress warnings from system headers"
7614 msgstr ""
7615
7616 #: toplev.c:1520
7617 msgid "Treat all warnings as errors"
7618 msgstr ""
7619
7620 #: toplev.c:1522
7621 msgid "Warn when one local variable shadows another"
7622 msgstr ""
7623
7624 #: toplev.c:1524
7625 msgid "Warn about enumerated switches, with no default, missing a case"
7626 msgstr ""
7627
7628 #: toplev.c:1526
7629 msgid "Warn about enumerated switches missing a default case"
7630 msgstr ""
7631
7632 #: toplev.c:1528
7633 msgid "Warn about all enumerated switches missing a specific case"
7634 msgstr ""
7635
7636 #: toplev.c:1530
7637 msgid "Warn about returning structures, unions or arrays"
7638 msgstr ""
7639
7640 #: toplev.c:1532
7641 msgid "Warn about pointer casts which increase alignment"
7642 msgstr ""
7643
7644 #: toplev.c:1534
7645 msgid "Warn about code that will never be executed"
7646 msgstr ""
7647
7648 #: toplev.c:1536
7649 msgid "Warn about uninitialized automatic variables"
7650 msgstr ""
7651
7652 #: toplev.c:1538
7653 msgid "Warn when an inlined function cannot be inlined"
7654 msgstr ""
7655
7656 #: toplev.c:1540
7657 msgid "Warn when the packed attribute has no effect on struct layout"
7658 msgstr ""
7659
7660 #: toplev.c:1542
7661 msgid "Warn when padding is required to align struct members"
7662 msgstr ""
7663
7664 #: toplev.c:1544
7665 msgid "Warn when an optimization pass is disabled"
7666 msgstr ""
7667
7668 #: toplev.c:1546
7669 msgid "Warn about uses of __attribute__((deprecated)) declarations"
7670 msgstr ""
7671
7672 #: toplev.c:1548
7673 msgid "Warn about functions which might be candidates for attribute noreturn"
7674 msgstr ""
7675
7676 #: toplev.c:1550
7677 msgid "Warn about code which might break the strict aliasing rules"
7678 msgstr ""
7679
7680 #: toplev.c:1627 toplev.c:4548 config/rs6000/rs6000.c:680
7681 #, c-format
7682 msgid "invalid option `%s'"
7683 msgstr "ungültige Option »%s«"
7684
7685 #: toplev.c:2031
7686 #, c-format
7687 msgid "`%s' used but never defined"
7688 msgstr "»%s« verwendet, aber nirgendwo definiert"
7689
7690 #: toplev.c:2034
7691 #, c-format
7692 msgid "`%s' declared `static' but never defined"
7693 msgstr "»%s« als »static« deklariert, aber nirgendwo definiert"
7694
7695 #: toplev.c:2057
7696 #, c-format
7697 msgid "`%s' defined but not used"
7698 msgstr "»%s« definiert, aber nicht verwendet"
7699
7700 #: toplev.c:2280
7701 #, c-format
7702 msgid "invalid register name `%s' for register variable"
7703 msgstr ""
7704
7705 #: toplev.c:3697
7706 msgid " -ffixed-<register> Mark <register> as being unavailable to the compiler\n"
7707 msgstr ""
7708
7709 #: toplev.c:3698
7710 msgid " -fcall-used-<register> Mark <register> as being corrupted by function calls\n"
7711 msgstr ""
7712
7713 #: toplev.c:3699
7714 msgid " -fcall-saved-<register> Mark <register> as being preserved across functions\n"
7715 msgstr ""
7716
7717 #: toplev.c:3700
7718 msgid " -finline-limit=<number> Limits the size of inlined functions to <number>\n"
7719 msgstr ""
7720
7721 #: toplev.c:3701
7722 msgid " -fmessage-length=<number> Limits diagnostics messages lengths to <number> characters per line. 0 suppresses line-wrapping\n"
7723 msgstr ""
7724
7725 #: toplev.c:3702
7726 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"
7727 msgstr ""
7728
7729 #: toplev.c:3703
7730 msgid " -ftls-model=[global-dynamic | local-dynamic | initial-exec | local-exec] Indicates the default thread-local storage code generation model\n"
7731 msgstr ""
7732
7733 #: toplev.c:3704
7734 msgid " -fstack-limit-register=<register> Trap if the stack goes past <register>\n"
7735 msgstr ""
7736
7737 #: toplev.c:3705
7738 msgid " -fstack-limit-symbol=<name> Trap if the stack goes past symbol <name>\n"
7739 msgstr ""
7740
7741 #: toplev.c:3706
7742 msgid " -frandom-seed=<string> Make compile reproducible using <string>\n"
7743 msgstr ""
7744
7745 #: toplev.c:3718
7746 msgid " -O[number] Set optimization level to [number]\n"
7747 msgstr ""
7748
7749 #: toplev.c:3719
7750 msgid " -Os Optimize for space rather than speed\n"
7751 msgstr ""
7752
7753 #: toplev.c:3731
7754 msgid " -pedantic Issue warnings needed by strict compliance to ISO C\n"
7755 msgstr ""
7756
7757 #: toplev.c:3732
7758 msgid " -pedantic-errors Like -pedantic except that errors are produced\n"
7759 msgstr ""
7760
7761 #: toplev.c:3733
7762 msgid " -w Suppress warnings\n"
7763 msgstr ""
7764
7765 #: toplev.c:3734
7766 msgid " -W Enable extra warnings\n"
7767 msgstr ""
7768
7769 #: toplev.c:3745
7770 msgid " -Wunused Enable unused warnings\n"
7771 msgstr ""
7772
7773 #: toplev.c:3746
7774 msgid " -Wlarger-than-<number> Warn if an object is larger than <number> bytes\n"
7775 msgstr ""
7776
7777 #: toplev.c:3747
7778 msgid " -p Enable function profiling\n"
7779 msgstr ""
7780
7781 #: toplev.c:3748
7782 msgid " -o <file> Place output into <file> \n"
7783 msgstr ""
7784
7785 #: toplev.c:3749
7786 msgid ""
7787 " -G <number> Put global and static data smaller than <number>\n"
7788 " bytes into a special section (on some targets)\n"
7789 msgstr ""
7790
7791 #: toplev.c:3760
7792 msgid " -aux-info <file> Emit declaration info into <file>\n"
7793 msgstr ""
7794
7795 #: toplev.c:3761
7796 msgid " -quiet Do not display functions compiled or elapsed time\n"
7797 msgstr ""
7798
7799 #: toplev.c:3762
7800 msgid " -version Display the compiler's version\n"
7801 msgstr ""
7802
7803 #: toplev.c:3763
7804 msgid " -d[letters] Enable dumps from specific passes of the compiler\n"
7805 msgstr ""
7806
7807 #: toplev.c:3764
7808 msgid " -dumpbase <file> Base name to be used for dumps from specific passes\n"
7809 msgstr ""
7810
7811 #: toplev.c:3766
7812 msgid " -fsched-verbose=<number> Set the verbosity level of the scheduler\n"
7813 msgstr ""
7814
7815 #: toplev.c:3768
7816 msgid " --help Display this information\n"
7817 msgstr ""
7818
7819 #: toplev.c:3783
7820 msgid ""
7821 "\n"
7822 "Language specific options:\n"
7823 msgstr ""
7824
7825 #: toplev.c:3795
7826 #, c-format
7827 msgid " %-23.23s [undocumented]\n"
7828 msgstr ""
7829
7830 #: toplev.c:3803 toplev.c:3817
7831 #, c-format
7832 msgid ""
7833 "\n"
7834 "There are undocumented %s specific options as well.\n"
7835 msgstr ""
7836
7837 #: toplev.c:3807
7838 #, c-format
7839 msgid ""
7840 "\n"
7841 " Options for %s:\n"
7842 msgstr ""
7843
7844 #: toplev.c:3844
7845 msgid ""
7846 "\n"
7847 "Target specific options:\n"
7848 msgstr ""
7849
7850 #: toplev.c:3858 toplev.c:3877
7851 #, c-format
7852 msgid " -m%-23.23s [undocumented]\n"
7853 msgstr ""
7854
7855 #: toplev.c:3886
7856 msgid ""
7857 "\n"
7858 "There are undocumented target specific options as well.\n"
7859 msgstr ""
7860
7861 #: toplev.c:3888
7862 msgid " They exist, but they are not documented.\n"
7863 msgstr ""
7864
7865 #: toplev.c:3941
7866 #, c-format
7867 msgid "unrecognized gcc debugging option: %c"
7868 msgstr ""
7869
7870 #: toplev.c:4007
7871 #, c-format
7872 msgid "`%s': unknown tls-model option"
7873 msgstr ""
7874
7875 #: toplev.c:4034
7876 #, c-format
7877 msgid "unrecognized register name `%s'"
7878 msgstr ""
7879
7880 #: toplev.c:4059 toplev.c:5012
7881 #, c-format
7882 msgid "unrecognized option `%s'"
7883 msgstr ""
7884
7885 #: toplev.c:4107
7886 msgid "-Wid-clash-LEN is no longer supported"
7887 msgstr ""
7888
7889 #: toplev.c:4184
7890 #, c-format
7891 msgid "use -gdwarf -g%d for DWARF v1, level %d"
7892 msgstr ""
7893
7894 #: toplev.c:4187
7895 msgid "use -gdwarf-2 for DWARF v2"
7896 msgstr ""
7897
7898 #: toplev.c:4192
7899 #, c-format
7900 msgid "ignoring option `%s' due to invalid debug level specification"
7901 msgstr ""
7902
7903 #: toplev.c:4215 toplev.c:5010
7904 #, c-format
7905 msgid "`%s': unknown or unsupported -g option"
7906 msgstr ""
7907
7908 #: toplev.c:4222
7909 #, c-format
7910 msgid "`%s' ignored, conflicts with `-g%s'"
7911 msgstr ""
7912
7913 #: toplev.c:4304
7914 msgid "-param option missing argument"
7915 msgstr ""
7916
7917 #: toplev.c:4313
7918 #, c-format
7919 msgid "invalid --param option: %s"
7920 msgstr ""
7921
7922 #: toplev.c:4325
7923 #, c-format
7924 msgid "invalid parameter value `%s'"
7925 msgstr ""
7926
7927 #: toplev.c:4565
7928 #, c-format
7929 msgid ""
7930 "%s%s%s version %s (%s)\n"
7931 "%s\tcompiled by GNU C version %s.\n"
7932 "%s%s%s version %s (%s) compiled by CC.\n"
7933 msgstr ""
7934
7935 #: toplev.c:4572
7936 #, c-format
7937 msgid "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"
7938 msgstr ""
7939
7940 #: toplev.c:4630
7941 msgid "options passed: "
7942 msgstr ""
7943
7944 #: toplev.c:4659
7945 msgid "options enabled: "
7946 msgstr ""
7947
7948 #: toplev.c:4718 java/jcf-write.c:3453
7949 #, c-format
7950 msgid "can't open %s for writing"
7951 msgstr ""
7952
7953 #: toplev.c:5002
7954 #, c-format
7955 msgid "ignoring command line option '%s'"
7956 msgstr ""
7957
7958 #: toplev.c:5005
7959 #, c-format
7960 msgid "(it is valid for %s but not the selected language)"
7961 msgstr ""
7962
7963 #: toplev.c:5039
7964 msgid "-Wuninitialized is not supported without -O"
7965 msgstr ""
7966
7967 #: toplev.c:5094
7968 msgid "instruction scheduling not supported on this target machine"
7969 msgstr ""
7970
7971 #: toplev.c:5098
7972 msgid "this target machine does not have delayed branches"
7973 msgstr ""
7974
7975 #: toplev.c:5112
7976 #, c-format
7977 msgid "-f%sleading-underscore not supported on this target machine"
7978 msgstr ""
7979
7980 #: toplev.c:5175
7981 msgid "-ffunction-sections not supported for this target"
7982 msgstr ""
7983
7984 #: toplev.c:5180
7985 msgid "-fdata-sections not supported for this target"
7986 msgstr ""
7987
7988 #: toplev.c:5187
7989 msgid "-ffunction-sections disabled; it makes profiling impossible"
7990 msgstr ""
7991
7992 #: toplev.c:5194
7993 msgid "-fprefetch-loop-arrays not supported for this target"
7994 msgstr ""
7995
7996 #: toplev.c:5200
7997 msgid "-fprefetch-loop-arrays not supported for this target (try -march switches)"
7998 msgstr ""
7999
8000 #: toplev.c:5209
8001 msgid "-fprefetch-loop-arrays is not supported with -Os"
8002 msgstr ""
8003
8004 #: toplev.c:5215
8005 msgid "-ffunction-sections may affect debugging on some targets"
8006 msgstr ""
8007
8008 #: toplev.c:5327
8009 #, c-format
8010 msgid "error writing to %s"
8011 msgstr ""
8012
8013 #: toplev.c:5329 java/jcf-parse.c:936 java/jcf-write.c:3460
8014 #, c-format
8015 msgid "error closing %s"
8016 msgstr ""
8017
8018 #: tree-dump.c:702
8019 #, c-format
8020 msgid "could not open dump file `%s'"
8021 msgstr ""
8022
8023 #: tree-dump.c:778
8024 #, c-format
8025 msgid "ignoring unknown option `%.*s' in `-f%s'"
8026 msgstr ""
8027
8028 #: tree.c:3645
8029 msgid "arrays of functions are not meaningful"
8030 msgstr ""
8031
8032 #: tree.c:3702
8033 msgid "function return type cannot be function"
8034 msgstr ""
8035
8036 #: tree.c:4557
8037 msgid "invalid initializer for bit string"
8038 msgstr ""
8039
8040 #: tree.c:4616
8041 #, c-format
8042 msgid "tree check: expected %s, have %s in %s, at %s:%d"
8043 msgstr ""
8044
8045 #: tree.c:4633
8046 #, c-format
8047 msgid "tree check: expected class '%c', have '%c' (%s) in %s, at %s:%d"
8048 msgstr ""
8049
8050 #: tree.c:4650
8051 #, c-format
8052 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
8053 msgstr ""
8054
8055 #: varasm.c:455 config/i386/winnt.c:611
8056 #, c-format
8057 msgid "%s causes a section type conflict"
8058 msgstr ""
8059
8060 #: varasm.c:841
8061 #, c-format
8062 msgid "register name not specified for `%s'"
8063 msgstr ""
8064
8065 #: varasm.c:843
8066 #, c-format
8067 msgid "invalid register name for `%s'"
8068 msgstr ""
8069
8070 #: varasm.c:846
8071 #, c-format
8072 msgid "data type of `%s' isn't suitable for a register"
8073 msgstr ""
8074
8075 #: varasm.c:849
8076 #, c-format
8077 msgid "register specified for `%s' isn't suitable for data type"
8078 msgstr ""
8079
8080 #: varasm.c:858
8081 msgid "global register variable has initial value"
8082 msgstr ""
8083
8084 #: varasm.c:861
8085 msgid "volatile register variables don't work as you might wish"
8086 msgstr ""
8087
8088 #: varasm.c:894
8089 #, c-format
8090 msgid "register name given for non-register variable `%s'"
8091 msgstr ""
8092
8093 #: varasm.c:1542
8094 #, c-format
8095 msgid "alignment of `%s' is greater than maximum object file alignment. Using %d"
8096 msgstr ""
8097
8098 #: varasm.c:1584
8099 msgid "thread-local COMMON data not implemented"
8100 msgstr ""
8101
8102 #: varasm.c:1610
8103 #, c-format
8104 msgid "requested alignment for %s is greater than implemented alignment of %d"
8105 msgstr ""
8106
8107 #: varasm.c:4048
8108 msgid "initializer for integer value is too complicated"
8109 msgstr ""
8110
8111 #: varasm.c:4053
8112 msgid "initializer for floating value is not a floating constant"
8113 msgstr ""
8114
8115 #: varasm.c:4120
8116 msgid "unknown set constructor type"
8117 msgstr ""
8118
8119 #: varasm.c:4334
8120 #, c-format
8121 msgid "invalid initial value for member `%s'"
8122 msgstr ""
8123
8124 #: varasm.c:4525 varasm.c:4568
8125 #, c-format
8126 msgid "weak declaration of `%s' must precede definition"
8127 msgstr ""
8128
8129 #: varasm.c:4532
8130 #, c-format
8131 msgid "weak declaration of `%s' after first use results in unspecified behavior"
8132 msgstr ""
8133
8134 #: varasm.c:4566
8135 #, c-format
8136 msgid "weak declaration of `%s' must be public"
8137 msgstr ""
8138
8139 #: varasm.c:4575
8140 #, c-format
8141 msgid "weak declaration of `%s' not supported"
8142 msgstr ""
8143
8144 #: varasm.c:4602 varasm.c:4677
8145 msgid "only weak aliases are supported in this configuration"
8146 msgstr ""
8147
8148 #: varasm.c:4685
8149 msgid "alias definitions not supported in this configuration; ignored"
8150 msgstr ""
8151
8152 #: varasm.c:4716
8153 msgid "visibility attribute not supported in this configuration; ignored"
8154 msgstr ""
8155
8156 #: varray.c:134
8157 #, c-format
8158 msgid "virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d"
8159 msgstr ""
8160
8161 #. Print an error message for unrecognized stab codes.
8162 #: xcoffout.c:175
8163 #, c-format
8164 msgid "no sclass for %s stab (0x%x)\n"
8165 msgstr ""
8166
8167 #: pretty-print.h:97
8168 #, c-format
8169 msgid "#`%s' not supported by %s#"
8170 msgstr "#»%s« wird von %s# nicht unterstützt"
8171
8172 #: params.def:53
8173 msgid "The maximum number of instructions in a single function eligible for inlining"
8174 msgstr ""
8175
8176 #: params.def:65
8177 msgid "The maximum number of instructions when automatically inlining"
8178 msgstr ""
8179
8180 #: params.def:84
8181 msgid "The maximum number of instructions by repeated inlining before gcc starts to throttle inlining"
8182 msgstr ""
8183
8184 #: params.def:97
8185 msgid "The slope of the linear function throttling inlining after the recursive inlining limit has been reached is given by the negative reciprocal value of this parameter"
8186 msgstr ""
8187
8188 #: params.def:110
8189 msgid "The number of instructions in a single functions still eligible to inlining after a lot recursive inlining"
8190 msgstr ""
8191
8192 #: params.def:120
8193 msgid "The maximum number of instructions for the RTL inliner"
8194 msgstr ""
8195
8196 #: params.def:131
8197 msgid "The maximum number of instructions to consider to fill a delay slot"
8198 msgstr ""
8199
8200 #: params.def:142
8201 msgid "The maximum number of instructions to consider to find accurate live register information"
8202 msgstr ""
8203
8204 #: params.def:152
8205 msgid "The maximum length of scheduling's pending operations list"
8206 msgstr ""
8207
8208 #: params.def:159
8209 msgid "The maximum amount of memory to be allocated by GCSE"
8210 msgstr ""
8211
8212 #: params.def:164
8213 msgid "The maximum number of passes to make when doing GCSE"
8214 msgstr ""
8215
8216 #: params.def:171
8217 msgid "The maximum number of instructions to consider to unroll in a loop"
8218 msgstr ""
8219
8220 #: params.def:176
8221 msgid "Select fraction of the maximal count of repetitions of basic block in program given basic block needs to have to be considered hot"
8222 msgstr ""
8223
8224 #: params.def:181
8225 msgid "Select fraction of the maximal frequency of executions of basic block in function given basic block needs to have to be considered hot"
8226 msgstr ""
8227
8228 #: params.def:186
8229 msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is available"
8230 msgstr ""
8231
8232 #: params.def:191
8233 msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is not available"
8234 msgstr ""
8235
8236 #: params.def:196
8237 msgid "Maximal code growth caused by tail duplication (in percents)"
8238 msgstr ""
8239
8240 #: params.def:200
8241 msgid "Stop reverse growth if the reverse probability of best edge is less than this threshold (in percents)"
8242 msgstr ""
8243
8244 #: params.def:205
8245 msgid "Stop forward growth if the probability of best edge is less than this threshold (in percents). Used when profile feedback is available"
8246 msgstr ""
8247
8248 #: params.def:210
8249 msgid "Stop forward growth if the probability of best edge is less than this threshold (in percents). Used when profile feedback is not available"
8250 msgstr ""
8251
8252 #: params.def:217
8253 msgid "The maximum number of incoming edges to consider for crossjumping"
8254 msgstr ""
8255
8256 #: params.def:230
8257 msgid "Minimum heap expansion to trigger garbage collection, as a percentage of the total size of the heap."
8258 msgstr ""
8259
8260 #: params.def:236
8261 msgid "Minimum heap size before we start collecting garbage, in kilobytes."
8262 msgstr ""
8263
8264 #: config/darwin-c.c:75
8265 msgid "too many #pragma options align=reset"
8266 msgstr ""
8267
8268 #: config/darwin-c.c:97 config/darwin-c.c:100 config/darwin-c.c:102
8269 #: config/darwin-c.c:104
8270 msgid "malformed '#pragma options', ignoring"
8271 msgstr ""
8272
8273 #: config/darwin-c.c:107
8274 msgid "junk at end of '#pragma options'"
8275 msgstr ""
8276
8277 #: config/darwin-c.c:117
8278 msgid "malformed '#pragma options align={mac68k|power|reset}', ignoring"
8279 msgstr ""
8280
8281 #: config/darwin-c.c:130
8282 msgid "missing '(' after '#pragma unused', ignoring"
8283 msgstr ""
8284
8285 #: config/darwin-c.c:148
8286 msgid "missing ')' after '#pragma unused', ignoring"
8287 msgstr ""
8288
8289 #: config/darwin-c.c:151
8290 msgid "junk at end of '#pragma unused'"
8291 msgstr ""
8292
8293 #: config/lynx-ng.h:97 config/lynx.h:121 config/rs6000/lynx.h:100
8294 msgid "-msystem-v and -p are incompatible"
8295 msgstr ""
8296
8297 #: config/lynx-ng.h:99 config/lynx.h:123 config/rs6000/lynx.h:102
8298 msgid "-msystem-v and -mthreads are incompatible"
8299 msgstr ""
8300
8301 #: config/alpha/alpha.c:342
8302 #, c-format
8303 msgid "-f%s ignored for Unicos/Mk (not supported)"
8304 msgstr ""
8305
8306 #: config/alpha/alpha.c:366
8307 msgid "-mieee not supported on Unicos/Mk"
8308 msgstr ""
8309
8310 #: config/alpha/alpha.c:377
8311 msgid "-mieee-with-inexact not supported on Unicos/Mk"
8312 msgstr ""
8313
8314 #: config/alpha/alpha.c:394
8315 #, c-format
8316 msgid "bad value `%s' for -mtrap-precision switch"
8317 msgstr ""
8318
8319 #: config/alpha/alpha.c:408
8320 #, c-format
8321 msgid "bad value `%s' for -mfp-rounding-mode switch"
8322 msgstr ""
8323
8324 #: config/alpha/alpha.c:423
8325 #, c-format
8326 msgid "bad value `%s' for -mfp-trap-mode switch"
8327 msgstr ""
8328
8329 #: config/alpha/alpha.c:435
8330 #, c-format
8331 msgid "bad value `%s' for -mtls-size switch"
8332 msgstr ""
8333
8334 #: config/alpha/alpha.c:454 config/alpha/alpha.c:466
8335 #, c-format
8336 msgid "bad value `%s' for -mcpu switch"
8337 msgstr ""
8338
8339 #: config/alpha/alpha.c:473
8340 msgid "trap mode not supported on Unicos/Mk"
8341 msgstr ""
8342
8343 #: config/alpha/alpha.c:480
8344 msgid "fp software completion requires -mtrap-precision=i"
8345 msgstr ""
8346
8347 #: config/alpha/alpha.c:496
8348 msgid "rounding mode not supported for VAX floats"
8349 msgstr ""
8350
8351 #: config/alpha/alpha.c:501
8352 msgid "trap mode not supported for VAX floats"
8353 msgstr ""
8354
8355 #: config/alpha/alpha.c:530
8356 #, c-format
8357 msgid "L%d cache latency unknown for %s"
8358 msgstr ""
8359
8360 #: config/alpha/alpha.c:545
8361 #, c-format
8362 msgid "bad value `%s' for -mmemory-latency"
8363 msgstr ""
8364
8365 #: config/alpha/alpha.c:5604 config/m88k/m88k.c:2889 config/romp/romp.c:754
8366 #: config/romp/romp.c:761
8367 #, c-format
8368 msgid "invalid %%H value"
8369 msgstr ""
8370
8371 #: config/alpha/alpha.c:5625
8372 #, c-format
8373 msgid "invalid %%J value"
8374 msgstr ""
8375
8376 #: config/alpha/alpha.c:5641 config/ia64/ia64.c:3970 config/m88k/m88k.c:3034
8377 #, c-format
8378 msgid "invalid %%r value"
8379 msgstr ""
8380
8381 #: config/alpha/alpha.c:5651 config/rs6000/rs6000.c:7737
8382 #, c-format
8383 msgid "invalid %%R value"
8384 msgstr ""
8385
8386 #: config/alpha/alpha.c:5657 config/rs6000/rs6000.c:7663
8387 #, c-format
8388 msgid "invalid %%N value"
8389 msgstr ""
8390
8391 #: config/alpha/alpha.c:5665 config/rs6000/rs6000.c:7691
8392 #, c-format
8393 msgid "invalid %%P value"
8394 msgstr ""
8395
8396 #: config/alpha/alpha.c:5673 config/m88k/m88k.c:2895 config/romp/romp.c:740
8397 #: config/romp/romp.c:747
8398 #, c-format
8399 msgid "invalid %%h value"
8400 msgstr ""
8401
8402 #: config/alpha/alpha.c:5681 config/romp/romp.c:698
8403 #, c-format
8404 msgid "invalid %%L value"
8405 msgstr ""
8406
8407 #: config/alpha/alpha.c:5720 config/rs6000/rs6000.c:7645
8408 #, c-format
8409 msgid "invalid %%m value"
8410 msgstr ""
8411
8412 #: config/alpha/alpha.c:5728 config/rs6000/rs6000.c:7653
8413 #, c-format
8414 msgid "invalid %%M value"
8415 msgstr ""
8416
8417 #: config/alpha/alpha.c:5772
8418 #, c-format
8419 msgid "invalid %%U value"
8420 msgstr ""
8421
8422 #: config/alpha/alpha.c:5784 config/alpha/alpha.c:5798 config/romp/romp.c:706
8423 #: config/rs6000/rs6000.c:7745
8424 #, c-format
8425 msgid "invalid %%s value"
8426 msgstr ""
8427
8428 #: config/alpha/alpha.c:5821 config/m88k/m88k.c:2997
8429 #, c-format
8430 msgid "invalid %%C value"
8431 msgstr ""
8432
8433 #: config/alpha/alpha.c:5858 config/m88k/m88k.c:3018
8434 #: config/rs6000/rs6000.c:7502
8435 #, c-format
8436 msgid "invalid %%E value"
8437 msgstr ""
8438
8439 #: config/alpha/alpha.c:5883 config/alpha/alpha.c:5933
8440 msgid "unknown relocation unspec"
8441 msgstr ""
8442
8443 #: config/alpha/alpha.c:5892 config/romp/romp.c:981
8444 #: config/rs6000/rs6000.c:8052
8445 #, c-format
8446 msgid "invalid %%xn code"
8447 msgstr ""
8448
8449 #: config/alpha/alpha.c:6618 config/alpha/alpha.c:6621 config/s390/s390.c:6069
8450 #: config/s390/s390.c:6072
8451 msgid "bad builtin fcode"
8452 msgstr ""
8453
8454 #. Macro to define tables used to set the flags.
8455 #. This is a list in braces of pairs in braces,
8456 #. each pair being { "NAME", VALUE }
8457 #. where VALUE is the bits to set or minus the bits to clear.
8458 #. An empty string NAME is used to identify the default VALUE.
8459 #: config/alpha/alpha.h:279 config/i386/i386.h:294 config/i386/i386.h:296
8460 #: config/i386/i386.h:298 config/ns32k/ns32k.h:140 config/rs6000/rs6000.h:292
8461 #: config/s390/s390.h:68 config/sparc/sparc.h:522 config/sparc/sparc.h:527
8462 msgid "Use hardware fp"
8463 msgstr ""
8464
8465 #: config/alpha/alpha.h:280 config/i386/i386.h:295 config/i386/i386.h:297
8466 #: config/rs6000/rs6000.h:294 config/sparc/sparc.h:524
8467 #: config/sparc/sparc.h:529
8468 msgid "Do not use hardware fp"
8469 msgstr ""
8470
8471 #: config/alpha/alpha.h:281
8472 msgid "Use fp registers"
8473 msgstr ""
8474
8475 #: config/alpha/alpha.h:283
8476 msgid "Do not use fp registers"
8477 msgstr ""
8478
8479 #: config/alpha/alpha.h:284
8480 msgid "Do not assume GAS"
8481 msgstr ""
8482
8483 #: config/alpha/alpha.h:285
8484 msgid "Assume GAS"
8485 msgstr ""
8486
8487 #: config/alpha/alpha.h:287
8488 msgid "Request IEEE-conformant math library routines (OSF/1)"
8489 msgstr ""
8490
8491 #: config/alpha/alpha.h:289
8492 msgid "Emit IEEE-conformant code, without inexact exceptions"
8493 msgstr ""
8494
8495 #: config/alpha/alpha.h:291
8496 msgid "Emit IEEE-conformant code, with inexact exceptions"
8497 msgstr ""
8498
8499 #: config/alpha/alpha.h:293
8500 msgid "Do not emit complex integer constants to read-only memory"
8501 msgstr ""
8502
8503 #: config/alpha/alpha.h:294
8504 msgid "Use VAX fp"
8505 msgstr ""
8506
8507 #: config/alpha/alpha.h:295
8508 msgid "Do not use VAX fp"
8509 msgstr ""
8510
8511 #: config/alpha/alpha.h:296
8512 msgid "Emit code for the byte/word ISA extension"
8513 msgstr ""
8514
8515 #: config/alpha/alpha.h:299
8516 msgid "Emit code for the motion video ISA extension"
8517 msgstr ""
8518
8519 #: config/alpha/alpha.h:302
8520 msgid "Emit code for the fp move and sqrt ISA extension"
8521 msgstr ""
8522
8523 #: config/alpha/alpha.h:304
8524 msgid "Emit code for the counting ISA extension"
8525 msgstr ""
8526
8527 #: config/alpha/alpha.h:307
8528 msgid "Emit code using explicit relocation directives"
8529 msgstr ""
8530
8531 #: config/alpha/alpha.h:310
8532 msgid "Emit 16-bit relocations to the small data areas"
8533 msgstr ""
8534
8535 #: config/alpha/alpha.h:312
8536 msgid "Emit 32-bit relocations to the small data areas"
8537 msgstr ""
8538
8539 #: config/alpha/alpha.h:314
8540 msgid "Emit rdval instead of rduniq for thread pointer"
8541 msgstr ""
8542
8543 #. For -mcpu=
8544 #. For -mtune=
8545 #. For -mfp-rounding-mode=[n|m|c|d]
8546 #. For -mfp-trap-mode=[n|u|su|sui]
8547 #. For -mtrap-precision=[p|f|i]
8548 #. For -mmemory-latency=
8549 #. For -mtls-size=
8550 #: config/alpha/alpha.h:343
8551 msgid "Use features of and schedule given CPU"
8552 msgstr ""
8553
8554 #: config/alpha/alpha.h:345
8555 msgid "Schedule given CPU"
8556 msgstr ""
8557
8558 #: config/alpha/alpha.h:347
8559 msgid "Control the generated fp rounding mode"
8560 msgstr ""
8561
8562 #: config/alpha/alpha.h:349
8563 msgid "Control the IEEE trap mode"
8564 msgstr ""
8565
8566 #: config/alpha/alpha.h:351
8567 msgid "Control the precision given to fp exceptions"
8568 msgstr ""
8569
8570 #: config/alpha/alpha.h:353
8571 msgid "Tune expected memory latency"
8572 msgstr ""
8573
8574 #: config/alpha/alpha.h:355 config/ia64/ia64.h:225
8575 msgid "Specify bit size of immediate TLS offsets"
8576 msgstr ""
8577
8578 #: config/arc/arc.c:135
8579 #, c-format
8580 msgid "bad value (%s) for -mcpu switch"
8581 msgstr ""
8582
8583 #: config/arc/arc.c:362
8584 #, c-format
8585 msgid "argument of `%s' attribute is not a string constant"
8586 msgstr ""
8587
8588 #: config/arc/arc.c:369
8589 #, c-format
8590 msgid "argument of `%s' attribute is not \"ilink1\" or \"ilink2\""
8591 msgstr ""
8592
8593 #: config/arc/arc.c:1708 config/m32r/m32r.c:2286
8594 #, c-format
8595 msgid "invalid operand to %%R code"
8596 msgstr ""
8597
8598 #: config/arc/arc.c:1740 config/m32r/m32r.c:2309
8599 #, c-format
8600 msgid "invalid operand to %%H/%%L code"
8601 msgstr ""
8602
8603 #: config/arc/arc.c:1763 config/m32r/m32r.c:2385
8604 #, c-format
8605 msgid "invalid operand to %%U code"
8606 msgstr ""
8607
8608 #: config/arc/arc.c:1774
8609 #, c-format
8610 msgid "invalid operand to %%V code"
8611 msgstr ""
8612
8613 #. Unknown flag.
8614 #: config/arc/arc.c:1781 config/m32r/m32r.c:2424 config/sparc/sparc.c:6533
8615 msgid "invalid operand output code"
8616 msgstr ""
8617
8618 #: config/arm/arm.c:458
8619 #, c-format
8620 msgid "switch -mcpu=%s conflicts with -march= switch"
8621 msgstr ""
8622
8623 #: config/arm/arm.c:468 config/rs6000/rs6000.c:558 config/sparc/sparc.c:393
8624 #, c-format
8625 msgid "bad value (%s) for %s switch"
8626 msgstr ""
8627
8628 #: config/arm/arm.c:604
8629 msgid "target CPU does not support APCS-32"
8630 msgstr ""
8631
8632 #: config/arm/arm.c:609
8633 msgid "target CPU does not support APCS-26"
8634 msgstr ""
8635
8636 #: config/arm/arm.c:615
8637 msgid "target CPU does not support interworking"
8638 msgstr ""
8639
8640 #: config/arm/arm.c:621
8641 msgid "target CPU does not support THUMB instructions"
8642 msgstr ""
8643
8644 #: config/arm/arm.c:635
8645 msgid "enabling backtrace support is only meaningful when compiling for the Thumb"
8646 msgstr ""
8647
8648 #: config/arm/arm.c:638
8649 msgid "enabling callee interworking support is only meaningful when compiling for the Thumb"
8650 msgstr ""
8651
8652 #: config/arm/arm.c:641
8653 msgid "enabling caller interworking support is only meaningful when compiling for the Thumb"
8654 msgstr ""
8655
8656 #: config/arm/arm.c:647
8657 msgid "interworking forces APCS-32 to be used"
8658 msgstr ""
8659
8660 #: config/arm/arm.c:653
8661 msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
8662 msgstr ""
8663
8664 #: config/arm/arm.c:661
8665 msgid "-fpic and -mapcs-reent are incompatible"
8666 msgstr ""
8667
8668 #: config/arm/arm.c:664
8669 msgid "APCS reentrant code not supported. Ignored"
8670 msgstr ""
8671
8672 #: config/arm/arm.c:672
8673 msgid "-g with -mno-apcs-frame may not give sensible debugging"
8674 msgstr ""
8675
8676 #: config/arm/arm.c:680
8677 msgid "passing floating point arguments in fp regs not yet supported"
8678 msgstr ""
8679
8680 #: config/arm/arm.c:709
8681 #, c-format
8682 msgid "invalid floating point emulation option: -mfpe-%s"
8683 msgstr ""
8684
8685 #: config/arm/arm.c:733
8686 msgid "structure size boundary can only be set to 8 or 32"
8687 msgstr ""
8688
8689 #: config/arm/arm.c:741
8690 msgid "-mpic-register= is useless without -fpic"
8691 msgstr ""
8692
8693 #: config/arm/arm.c:748
8694 #, c-format
8695 msgid "unable to use '%s' for PIC register"
8696 msgstr ""
8697
8698 #: config/arm/arm.c:2064 config/arm/arm.c:2087 config/avr/avr.c:4794
8699 #: config/c4x/c4x.c:4644 config/h8300/h8300.c:3667 config/i386/i386.c:1396
8700 #: config/i386/i386.c:1425 config/ip2k/ip2k.c:3224
8701 #: config/m68hc11/m68hc11.c:1267 config/mcore/mcore.c:3510
8702 #: config/ns32k/ns32k.c:1047 config/rs6000/rs6000.c:12538 config/sh/sh.c:5681
8703 #: config/sh/sh.c:5706 config/sh/sh.c:5745 config/stormy16/stormy16.c:2026
8704 #: config/v850/v850.c:2180
8705 #, c-format
8706 msgid "`%s' attribute only applies to functions"
8707 msgstr ""
8708
8709 #: config/arm/arm.c:9459
8710 msgid "unable to compute real location of stacked parameter"
8711 msgstr ""
8712
8713 #: config/arm/arm.c:10138
8714 msgid "no low registers available for popping high registers"
8715 msgstr ""
8716
8717 #: config/arm/arm.c:10389
8718 msgid "interrupt Service Routines cannot be coded in Thumb mode"
8719 msgstr ""
8720
8721 #: config/arm/pe.c:168 config/mcore/mcore.c:3358
8722 #, c-format
8723 msgid "initialized variable `%s' is marked dllimport"
8724 msgstr ""
8725
8726 #: config/arm/pe.c:177
8727 #, c-format
8728 msgid "static variable `%s' is marked dllimport"
8729 msgstr ""
8730
8731 #: config/arm/arm.h:416
8732 msgid "Generate APCS conformant stack frames"
8733 msgstr ""
8734
8735 #: config/arm/arm.h:419
8736 msgid "Store function names in object code"
8737 msgstr ""
8738
8739 #: config/arm/arm.h:423
8740 msgid "Use the 32-bit version of the APCS"
8741 msgstr ""
8742
8743 #: config/arm/arm.h:425
8744 msgid "Use the 26-bit version of the APCS"
8745 msgstr ""
8746
8747 #: config/arm/arm.h:429
8748 msgid "Pass FP arguments in FP registers"
8749 msgstr ""
8750
8751 #: config/arm/arm.h:432
8752 msgid "Generate re-entrant, PIC code"
8753 msgstr ""
8754
8755 #: config/arm/arm.h:435
8756 msgid "The MMU will trap on unaligned accesses"
8757 msgstr ""
8758
8759 #: config/arm/arm.h:442
8760 msgid "Use library calls to perform FP operations"
8761 msgstr ""
8762
8763 #: config/arm/arm.h:444 config/i960/i960.h:281
8764 msgid "Use hardware floating point instructions"
8765 msgstr ""
8766
8767 #: config/arm/arm.h:446
8768 msgid "Assume target CPU is configured as big endian"
8769 msgstr ""
8770
8771 #: config/arm/arm.h:448
8772 msgid "Assume target CPU is configured as little endian"
8773 msgstr ""
8774
8775 #: config/arm/arm.h:450
8776 msgid "Assume big endian bytes, little endian words"
8777 msgstr ""
8778
8779 #: config/arm/arm.h:452
8780 msgid "Support calls between Thumb and ARM instruction sets"
8781 msgstr ""
8782
8783 #: config/arm/arm.h:455
8784 msgid "Generate a call to abort if a noreturn function returns"
8785 msgstr ""
8786
8787 #: config/arm/arm.h:458
8788 msgid "Do not move instructions into a function's prologue"
8789 msgstr ""
8790
8791 #: config/arm/arm.h:461
8792 msgid "Do not load the PIC register in function prologues"
8793 msgstr ""
8794
8795 #: config/arm/arm.h:464
8796 msgid "Generate call insns as indirect calls, if necessary"
8797 msgstr ""
8798
8799 #: config/arm/arm.h:467
8800 msgid "Compile for the Thumb not the ARM"
8801 msgstr ""
8802
8803 #: config/arm/arm.h:471
8804 msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
8805 msgstr ""
8806
8807 #: config/arm/arm.h:474
8808 msgid "Thumb: Generate (leaf) stack frames even if not needed"
8809 msgstr ""
8810
8811 #: config/arm/arm.h:477
8812 msgid "Thumb: Assume non-static functions may be called from ARM code"
8813 msgstr ""
8814
8815 #: config/arm/arm.h:481
8816 msgid "Thumb: Assume function pointers may go to non-Thumb aware code"
8817 msgstr ""
8818
8819 #: config/arm/arm.h:491
8820 msgid "Specify the name of the target CPU"
8821 msgstr ""
8822
8823 #: config/arm/arm.h:493
8824 msgid "Specify the name of the target architecture"
8825 msgstr ""
8826
8827 #: config/arm/arm.h:497
8828 msgid "Specify the version of the floating point emulator"
8829 msgstr ""
8830
8831 #: config/arm/arm.h:499
8832 msgid "Specify the minimum bit alignment of structures"
8833 msgstr ""
8834
8835 #: config/arm/arm.h:501
8836 msgid "Specify the register to be used for PIC addressing"
8837 msgstr ""
8838
8839 #: config/arm/pe.h:65
8840 msgid "Ignore dllimport attribute for functions"
8841 msgstr ""
8842
8843 #: config/avr/avr.c:528
8844 #, c-format
8845 msgid "large frame pointer change (%d) with -mtiny-stack"
8846 msgstr ""
8847
8848 #: config/avr/avr.c:1135
8849 msgid "bad address, not (reg+disp):"
8850 msgstr ""
8851
8852 #: config/avr/avr.c:1143
8853 msgid "internal compiler error. Bad address:"
8854 msgstr ""
8855
8856 #: config/avr/avr.c:1156
8857 msgid "internal compiler error. Unknown mode:"
8858 msgstr ""
8859
8860 #: config/avr/avr.c:1864 config/avr/avr.c:2576
8861 msgid "invalid insn:"
8862 msgstr ""
8863
8864 #: config/avr/avr.c:1901 config/avr/avr.c:1987 config/avr/avr.c:2036
8865 #: config/avr/avr.c:2045 config/avr/avr.c:2143 config/avr/avr.c:2315
8866 #: config/avr/avr.c:2613 config/avr/avr.c:2724
8867 msgid "incorrect insn:"
8868 msgstr ""
8869
8870 #: config/avr/avr.c:2064 config/avr/avr.c:2228 config/avr/avr.c:2386
8871 #: config/avr/avr.c:2768
8872 msgid "unknown move insn:"
8873 msgstr ""
8874
8875 #: config/avr/avr.c:3003
8876 msgid "bad shift insn:"
8877 msgstr ""
8878
8879 #: config/avr/avr.c:3119 config/avr/avr.c:3549 config/avr/avr.c:3929
8880 msgid "internal compiler error. Incorrect shift:"
8881 msgstr ""
8882
8883 #: config/avr/avr.c:4767 config/ip2k/ip2k.c:3197
8884 msgid "only initialized variables can be placed into program memory area"
8885 msgstr ""
8886
8887 #: config/avr/avr.c:4866
8888 msgid "only uninitialized variables can be placed in the .noinit section"
8889 msgstr ""
8890
8891 #: config/avr/avr.c:4881
8892 #, c-format
8893 msgid "MCU `%s' supported for assembler only"
8894 msgstr ""
8895
8896 #: config/avr/avr.h:78
8897 msgid "Assume int to be 8 bit integer"
8898 msgstr ""
8899
8900 #: config/avr/avr.h:80
8901 msgid "Change the stack pointer without disabling interrupts"
8902 msgstr ""
8903
8904 #: config/avr/avr.h:82
8905 msgid "Use subroutines for function prologue/epilogue"
8906 msgstr ""
8907
8908 #: config/avr/avr.h:84
8909 msgid "Change only the low 8 bits of the stack pointer"
8910 msgstr ""
8911
8912 #: config/avr/avr.h:86
8913 msgid "Do not generate tablejump insns"
8914 msgstr ""
8915
8916 #: config/avr/avr.h:88
8917 msgid "Use rjmp/rcall (limited range) on >8K devices"
8918 msgstr ""
8919
8920 #: config/avr/avr.h:91
8921 msgid "Output instruction sizes to the asm file"
8922 msgstr ""
8923
8924 #: config/avr/avr.h:108
8925 msgid "Specify the initial stack address"
8926 msgstr ""
8927
8928 #: config/avr/avr.h:109
8929 msgid "Specify the MCU name"
8930 msgstr ""
8931
8932 #. `GIV_SORT_CRITERION(GIV1, GIV2)'
8933 #. In some cases, the strength reduction optimization pass can
8934 #. produce better code if this is defined. This macro controls the
8935 #. order that induction variables are combined. This macro is
8936 #. particularly useful if the target has limited addressing modes.
8937 #. For instance, the SH target has only positive offsets in
8938 #. addresses. Thus sorting to put the smallest address first allows
8939 #. the most combinations to be found.
8940 #: config/avr/avr.h:2450
8941 msgid "trampolines not supported"
8942 msgstr ""
8943
8944 #: config/c4x/c4x-c.c:69
8945 #, c-format
8946 msgid "missing '(' after '#pragma %s' - ignored"
8947 msgstr ""
8948
8949 #: config/c4x/c4x-c.c:72
8950 #, c-format
8951 msgid "missing function name in '#pragma %s' - ignored"
8952 msgstr ""
8953
8954 #: config/c4x/c4x-c.c:77
8955 #, c-format
8956 msgid "malformed '#pragma %s' - ignored"
8957 msgstr ""
8958
8959 #: config/c4x/c4x-c.c:79
8960 #, c-format
8961 msgid "missing section name in '#pragma %s' - ignored"
8962 msgstr ""
8963
8964 #: config/c4x/c4x-c.c:84
8965 #, c-format
8966 msgid "missing ')' for '#pragma %s' - ignored"
8967 msgstr ""
8968
8969 #: config/c4x/c4x-c.c:87
8970 #, c-format
8971 msgid "junk at end of '#pragma %s'"
8972 msgstr ""
8973
8974 #: config/c4x/c4x.c:280
8975 #, c-format
8976 msgid "unknown CPU version %d, using 40.\n"
8977 msgstr ""
8978
8979 #: config/c4x/c4x.c:853
8980 #, c-format
8981 msgid "ISR %s requires %d words of local vars, max is 32767"
8982 msgstr ""
8983
8984 #: config/c4x/c4x.c:1602
8985 msgid "using CONST_DOUBLE for address"
8986 msgstr ""
8987
8988 #: config/c4x/c4x.c:1742
8989 msgid "c4x_address_cost: Invalid addressing mode"
8990 msgstr ""
8991
8992 #: config/c4x/c4x.c:1884
8993 #, c-format
8994 msgid "c4x_print_operand: %%L inconsistency"
8995 msgstr ""
8996
8997 #: config/c4x/c4x.c:1890
8998 #, c-format
8999 msgid "c4x_print_operand: %%N inconsistency"
9000 msgstr ""
9001
9002 #: config/c4x/c4x.c:1931
9003 #, c-format
9004 msgid "c4x_print_operand: %%O inconsistency"
9005 msgstr ""
9006
9007 #: config/c4x/c4x.c:2026
9008 msgid "c4x_print_operand: Bad operand case"
9009 msgstr ""
9010
9011 #: config/c4x/c4x.c:2069
9012 msgid "c4x_print_operand_address: Bad post_modify"
9013 msgstr ""
9014
9015 #: config/c4x/c4x.c:2091
9016 msgid "c4x_print_operand_address: Bad pre_modify"
9017 msgstr ""
9018
9019 #: config/c4x/c4x.c:2139 config/c4x/c4x.c:2151 config/c4x/c4x.c:2166
9020 msgid "c4x_print_operand_address: Bad operand case"
9021 msgstr ""
9022
9023 #: config/c4x/c4x.c:2422
9024 msgid "c4x_rptb_insert: Cannot find start label"
9025 msgstr ""
9026
9027 #: config/c4x/c4x.c:3409 config/c4x/c4x.c:3429
9028 msgid "mode not QImode"
9029 msgstr ""
9030
9031 #: config/c4x/c4x.c:3514
9032 msgid "invalid indirect memory address"
9033 msgstr ""
9034
9035 #: config/c4x/c4x.c:3603
9036 msgid "invalid indirect (S) memory address"
9037 msgstr ""
9038
9039 #: config/c4x/c4x.c:3944
9040 msgid "c4x_valid_operands: Internal error"
9041 msgstr ""
9042
9043 #: config/c4x/c4x.c:4424
9044 msgid "c4x_operand_subword: invalid mode"
9045 msgstr ""
9046
9047 #: config/c4x/c4x.c:4427
9048 msgid "c4x_operand_subword: invalid operand"
9049 msgstr ""
9050
9051 #. We could handle these with some difficulty.
9052 #. e.g., *p-- => *(p-=2); *(p+1).
9053 #: config/c4x/c4x.c:4453
9054 msgid "c4x_operand_subword: invalid autoincrement"
9055 msgstr ""
9056
9057 #: config/c4x/c4x.c:4459
9058 msgid "c4x_operand_subword: invalid address"
9059 msgstr ""
9060
9061 #: config/c4x/c4x.c:4470
9062 msgid "c4x_operand_subword: address not offsettable"
9063 msgstr ""
9064
9065 #: config/c4x/c4x.c:4670
9066 msgid "c4x_rptb_rpts_p: Repeat block top label moved\n"
9067 msgstr ""
9068
9069 #. Name of the c4x assembler.
9070 #. Name of the c4x linker.
9071 #. Define assembler options.
9072 #. Define linker options.
9073 #. Specify the end file to link with.
9074 #. Target compilation option flags.
9075 #. Small memory model.
9076 #. Use 24-bit MPYI for C3x.
9077 #. Fast fixing of floats.
9078 #. Allow use of RPTS.
9079 #. Emit C3x code.
9080 #. Be compatible with TI assembler.
9081 #. Be paranoid about DP reg. in ISRs.
9082 #. Pass arguments on stack.
9083 #. Enable features under development.
9084 #. Enable repeat block.
9085 #. Use BK as general register.
9086 #. Use decrement and branch for C3x.
9087 #. Enable debugging of GCC.
9088 #. Force constants into registers.
9089 #. Allow unsigned loop counters.
9090 #. Force op0 and op1 to be same.
9091 #. Save all 40 bits for floats.
9092 #. Allow parallel insns.
9093 #. Allow MPY||ADD, MPY||SUB insns.
9094 #. Assume mem refs possibly aliased.
9095 #. Emit C30 code.
9096 #. Emit C31 code.
9097 #. Emit C32 code.
9098 #. Emit C33 code.
9099 #. Emit C40 code.
9100 #. Emit C44 code.
9101 #. Run-time compilation parameters selecting different hardware subsets.
9102 #.
9103 #. Macro to define tables used to set the flags.
9104 #. This is a list in braces of triplets in braces,
9105 #. each pair being { "NAME", VALUE, "DESCRIPTION" }
9106 #. where VALUE is the bits to set or minus the bits to clear.
9107 #. An empty string NAME is used to identify the default VALUE.
9108 #: config/c4x/c4x.h:168
9109 msgid "Small memory model"
9110 msgstr ""
9111
9112 #: config/c4x/c4x.h:170
9113 msgid "Big memory model"
9114 msgstr ""
9115
9116 #: config/c4x/c4x.h:172
9117 msgid "Use MPYI instruction for C3x"
9118 msgstr ""
9119
9120 #: config/c4x/c4x.h:174
9121 msgid "Do not use MPYI instruction for C3x"
9122 msgstr ""
9123
9124 #: config/c4x/c4x.h:176
9125 msgid "Use fast but approximate float to integer conversion"
9126 msgstr ""
9127
9128 #: config/c4x/c4x.h:178
9129 msgid "Use slow but accurate float to integer conversion"
9130 msgstr ""
9131
9132 #: config/c4x/c4x.h:180
9133 msgid "Enable use of RTPS instruction"
9134 msgstr ""
9135
9136 #: config/c4x/c4x.h:182
9137 msgid "Disable use of RTPS instruction"
9138 msgstr ""
9139
9140 #: config/c4x/c4x.h:184
9141 msgid "Enable use of RTPB instruction"
9142 msgstr ""
9143
9144 #: config/c4x/c4x.h:186
9145 msgid "Disable use of RTPB instruction"
9146 msgstr ""
9147
9148 #: config/c4x/c4x.h:188
9149 msgid "Generate code for C30 CPU"
9150 msgstr ""
9151
9152 #: config/c4x/c4x.h:190
9153 msgid "Generate code for C31 CPU"
9154 msgstr ""
9155
9156 #: config/c4x/c4x.h:192
9157 msgid "Generate code for C32 CPU"
9158 msgstr ""
9159
9160 #: config/c4x/c4x.h:194
9161 msgid "Generate code for C33 CPU"
9162 msgstr ""
9163
9164 #: config/c4x/c4x.h:196
9165 msgid "Generate code for C40 CPU"
9166 msgstr ""
9167
9168 #: config/c4x/c4x.h:198
9169 msgid "Generate code for C44 CPU"
9170 msgstr ""
9171
9172 #: config/c4x/c4x.h:200
9173 msgid "Emit code compatible with TI tools"
9174 msgstr ""
9175
9176 #: config/c4x/c4x.h:202
9177 msgid "Emit code to use GAS extensions"
9178 msgstr ""
9179
9180 #: config/c4x/c4x.h:204 config/c4x/c4x.h:208
9181 msgid "Save DP across ISR in small memory model"
9182 msgstr ""
9183
9184 #: config/c4x/c4x.h:206 config/c4x/c4x.h:210
9185 msgid "Don't save DP across ISR in small memory model"
9186 msgstr ""
9187
9188 #: config/c4x/c4x.h:212
9189 msgid "Pass arguments on the stack"
9190 msgstr ""
9191
9192 #: config/c4x/c4x.h:214
9193 msgid "Pass arguments in registers"
9194 msgstr ""
9195
9196 #: config/c4x/c4x.h:216
9197 msgid "Enable new features under development"
9198 msgstr ""
9199
9200 #: config/c4x/c4x.h:218
9201 msgid "Disable new features under development"
9202 msgstr ""
9203
9204 #: config/c4x/c4x.h:220
9205 msgid "Use the BK register as a general purpose register"
9206 msgstr ""
9207
9208 #: config/c4x/c4x.h:222
9209 msgid "Do not allocate BK register"
9210 msgstr ""
9211
9212 #: config/c4x/c4x.h:224
9213 msgid "Enable use of DB instruction"
9214 msgstr ""
9215
9216 #: config/c4x/c4x.h:226
9217 msgid "Disable use of DB instruction"
9218 msgstr ""
9219
9220 #: config/c4x/c4x.h:228
9221 msgid "Enable debugging"
9222 msgstr ""
9223
9224 #: config/c4x/c4x.h:230
9225 msgid "Disable debugging"
9226 msgstr ""
9227
9228 #: config/c4x/c4x.h:232
9229 msgid "Force constants into registers to improve hoisting"
9230 msgstr ""
9231
9232 #: config/c4x/c4x.h:234
9233 msgid "Don't force constants into registers"
9234 msgstr ""
9235
9236 #: config/c4x/c4x.h:236
9237 msgid "Force RTL generation to emit valid 3 operand insns"
9238 msgstr ""
9239
9240 #: config/c4x/c4x.h:238
9241 msgid "Allow RTL generation to emit invalid 3 operand insns"
9242 msgstr ""
9243
9244 #: config/c4x/c4x.h:240
9245 msgid "Allow unsigned iteration counts for RPTB/DB"
9246 msgstr ""
9247
9248 #: config/c4x/c4x.h:242
9249 msgid "Disallow unsigned iteration counts for RPTB/DB"
9250 msgstr ""
9251
9252 #: config/c4x/c4x.h:244
9253 msgid "Preserve all 40 bits of FP reg across call"
9254 msgstr ""
9255
9256 #: config/c4x/c4x.h:246
9257 msgid "Only preserve 32 bits of FP reg across call"
9258 msgstr ""
9259
9260 #: config/c4x/c4x.h:248
9261 msgid "Enable parallel instructions"
9262 msgstr ""
9263
9264 #: config/c4x/c4x.h:250
9265 msgid "Disable parallel instructions"
9266 msgstr ""
9267
9268 #: config/c4x/c4x.h:252
9269 msgid "Enable MPY||ADD and MPY||SUB instructions"
9270 msgstr ""
9271
9272 #: config/c4x/c4x.h:254
9273 msgid "Disable MPY||ADD and MPY||SUB instructions"
9274 msgstr ""
9275
9276 #: config/c4x/c4x.h:256
9277 msgid "Assume that pointers may be aliased"
9278 msgstr ""
9279
9280 #: config/c4x/c4x.h:258
9281 msgid "Assume that pointers not aliased"
9282 msgstr ""
9283
9284 #: config/c4x/c4x.h:331
9285 msgid "Specify maximum number of iterations for RPTS"
9286 msgstr ""
9287
9288 #: config/c4x/c4x.h:333
9289 msgid "Select CPU to generate code for"
9290 msgstr ""
9291
9292 #: config/cris/cris.c:599
9293 msgid "unexpected index-type in cris_print_index"
9294 msgstr ""
9295
9296 #: config/cris/cris.c:615
9297 msgid "unexpected base-type in cris_print_base"
9298 msgstr ""
9299
9300 #: config/cris/cris.c:908
9301 #, c-format
9302 msgid "stackframe too big: %d bytes"
9303 msgstr ""
9304
9305 #: config/cris/cris.c:1223
9306 msgid "allocated but unused delay list in epilogue"
9307 msgstr ""
9308
9309 #: config/cris/cris.c:1233
9310 msgid "unexpected function type needing stack adjustment for __builtin_eh_return"
9311 msgstr ""
9312
9313 #: config/cris/cris.c:1312
9314 msgid "invalid operand for 'b' modifier"
9315 msgstr ""
9316
9317 #: config/cris/cris.c:1324
9318 msgid "invalid operand for 'v' modifier"
9319 msgstr ""
9320
9321 #: config/cris/cris.c:1334
9322 msgid "invalid operand for 'P' modifier"
9323 msgstr ""
9324
9325 #: config/cris/cris.c:1341
9326 msgid "invalid operand for 'p' modifier"
9327 msgstr ""
9328
9329 #: config/cris/cris.c:1380
9330 msgid "invalid operand for 'z' modifier"
9331 msgstr ""
9332
9333 #: config/cris/cris.c:1411 config/cris/cris.c:1441
9334 msgid "invalid operand for 'H' modifier"
9335 msgstr ""
9336
9337 #: config/cris/cris.c:1417
9338 msgid "bad register"
9339 msgstr ""
9340
9341 #: config/cris/cris.c:1455
9342 msgid "invalid operand for 'e' modifier"
9343 msgstr ""
9344
9345 #: config/cris/cris.c:1472
9346 msgid "invalid operand for 'm' modifier"
9347 msgstr ""
9348
9349 #: config/cris/cris.c:1497
9350 msgid "invalid operand for 'A' modifier"
9351 msgstr ""
9352
9353 #: config/cris/cris.c:1505
9354 msgid "invalid operand for 'D' modifier"
9355 msgstr ""
9356
9357 #: config/cris/cris.c:1519
9358 msgid "invalid operand for 'T' modifier"
9359 msgstr ""
9360
9361 #: config/cris/cris.c:1528
9362 msgid "invalid operand modifier letter"
9363 msgstr ""
9364
9365 #: config/cris/cris.c:1536
9366 #, c-format
9367 msgid "internal error: bad register: %d"
9368 msgstr ""
9369
9370 #: config/cris/cris.c:1584
9371 msgid "unexpected multiplicative operand"
9372 msgstr ""
9373
9374 #: config/cris/cris.c:1604
9375 msgid "unexpected operand"
9376 msgstr ""
9377
9378 #: config/cris/cris.c:1639 config/cris/cris.c:1649
9379 msgid "unrecognized address"
9380 msgstr ""
9381
9382 #: config/cris/cris.c:2005
9383 msgid "internal error: sideeffect-insn affecting main effect"
9384 msgstr ""
9385
9386 #. If we get here, the caller got its initial tests wrong.
9387 #: config/cris/cris.c:2292
9388 msgid "internal error: cris_side_effect_mode_ok with bad operands"
9389 msgstr ""
9390
9391 #: config/cris/cris.c:2374 config/cris/cris.c:2432
9392 msgid "unrecognized supposed constant"
9393 msgstr ""
9394
9395 #: config/cris/cris.c:2473
9396 msgid "unrecognized supposed constant in cris_global_pic_symbol"
9397 msgstr ""
9398
9399 #: config/cris/cris.c:2492
9400 #, c-format
9401 msgid "-max-stackframe=%d is not usable, not between 0 and %d"
9402 msgstr ""
9403
9404 #: config/cris/cris.c:2520
9405 #, c-format
9406 msgid "unknown CRIS version specification in -march= or -mcpu= : %s"
9407 msgstr ""
9408
9409 #: config/cris/cris.c:2556
9410 #, c-format
9411 msgid "unknown CRIS cpu version specification in -mtune= : %s"
9412 msgstr ""
9413
9414 #: config/cris/cris.c:2574
9415 msgid "-fPIC and -fpic are not supported in this configuration"
9416 msgstr ""
9417
9418 #: config/cris/cris.c:2590
9419 msgid "that particular -g option is invalid with -maout and -melinux"
9420 msgstr ""
9421
9422 #: config/cris/cris.c:2824 config/cris/cris.c:2869
9423 msgid "unexpected side-effects in address"
9424 msgstr ""
9425
9426 #. Labels are never marked as global symbols.
9427 #: config/cris/cris.c:2966 config/cris/cris.c:2997
9428 msgid "unexpected PIC symbol"
9429 msgstr ""
9430
9431 #: config/cris/cris.c:2970
9432 msgid "PIC register isn't set up"
9433 msgstr ""
9434
9435 #: config/cris/cris.c:2983 config/cris/cris.c:3066
9436 msgid "unexpected address expression"
9437 msgstr ""
9438
9439 #: config/cris/cris.c:3001
9440 msgid "emitting PIC operand, but PIC register isn't set up"
9441 msgstr ""
9442
9443 #: config/cris/cris.c:3010
9444 msgid "unexpected NOTE as addr_const:"
9445 msgstr ""
9446
9447 #: config/cris/aout.h:108
9448 msgid "Compile for the MMU-less Etrax 100-based elinux system"
9449 msgstr ""
9450
9451 #: config/cris/aout.h:115
9452 msgid "For elinux, request a specified stack-size for this program"
9453 msgstr ""
9454
9455 #. 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.
9456 #: config/cris/cris.h:340
9457 msgid "Compile for ETRAX 4 (CRIS v3)"
9458 msgstr ""
9459
9460 #: config/cris/cris.h:345
9461 msgid "Compile for ETRAX 100 (CRIS v8)"
9462 msgstr ""
9463
9464 #: config/cris/cris.h:349
9465 msgid "Emit verbose debug information in assembly code"
9466 msgstr ""
9467
9468 #: config/cris/cris.h:352
9469 msgid "Do not use condition codes from normal instructions"
9470 msgstr ""
9471
9472 #: config/cris/cris.h:356
9473 msgid "Do not emit addressing modes with side-effect assignment"
9474 msgstr ""
9475
9476 #: config/cris/cris.h:359
9477 msgid "Do not tune stack alignment"
9478 msgstr ""
9479
9480 #: config/cris/cris.h:362
9481 msgid "Do not tune writable data alignment"
9482 msgstr ""
9483
9484 #: config/cris/cris.h:365
9485 msgid "Do not tune code and read-only data alignment"
9486 msgstr ""
9487
9488 #: config/cris/cris.h:374
9489 msgid "Align code and data to 32 bits"
9490 msgstr ""
9491
9492 #: config/cris/cris.h:387
9493 msgid "Don't align items in code or data"
9494 msgstr ""
9495
9496 #: config/cris/cris.h:390
9497 msgid "Do not emit function prologue or epilogue"
9498 msgstr ""
9499
9500 #. We have to handle this m-option here since we can't wash it off in both CC1_SPEC and CC1PLUS_SPEC.
9501 #: config/cris/cris.h:394
9502 msgid "Use the most feature-enabling options allowed by other options"
9503 msgstr ""
9504
9505 #. 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.
9506 #: config/cris/cris.h:400
9507 msgid "Override -mbest-lib-options"
9508 msgstr ""
9509
9510 #: config/cris/cris.h:432
9511 msgid "Generate code for the specified chip or CPU version"
9512 msgstr ""
9513
9514 #: config/cris/cris.h:434
9515 msgid "Tune alignment for the specified chip or CPU version"
9516 msgstr ""
9517
9518 #: config/cris/cris.h:436
9519 msgid "Warn when a stackframe is larger than the specified size"
9520 msgstr ""
9521
9522 #. Node: Profiling
9523 #: config/cris/cris.h:1022
9524 msgid "no FUNCTION_PROFILER for CRIS"
9525 msgstr ""
9526
9527 #: config/cris/linux.h:71
9528 msgid "Together with -fpic and -fPIC, do not use GOTPLT references"
9529 msgstr ""
9530
9531 #: config/d30v/d30v.c:207
9532 #, c-format
9533 msgid "bad modes_tieable_p for register %s, mode1 %s, mode2 %s"
9534 msgstr ""
9535
9536 #: config/d30v/d30v.c:2666
9537 msgid "bad insn to d30v_print_operand_address:"
9538 msgstr ""
9539
9540 #: config/d30v/d30v.c:2683 config/d30v/d30v.c:2744 config/d30v/d30v.c:2765
9541 #: config/d30v/d30v.c:2783
9542 msgid "bad insn to d30v_print_operand_memory_reference:"
9543 msgstr ""
9544
9545 #: config/d30v/d30v.c:2851
9546 msgid "bad insn to d30v_print_operand, 'f' modifier:"
9547 msgstr ""
9548
9549 #: config/d30v/d30v.c:2860
9550 msgid "bad insn to d30v_print_operand, 'A' modifier:"
9551 msgstr ""
9552
9553 #: config/d30v/d30v.c:2867
9554 msgid "bad insn to d30v_print_operand, 'M' modifier:"
9555 msgstr ""
9556
9557 #: config/d30v/d30v.c:2921
9558 msgid "bad insn to print_operand, 'F' or 'T' modifier:"
9559 msgstr ""
9560
9561 #: config/d30v/d30v.c:2932
9562 msgid "bad insn to print_operand, 'B' modifier:"
9563 msgstr ""
9564
9565 #: config/d30v/d30v.c:2939
9566 msgid "bad insn to print_operand, 'E' modifier:"
9567 msgstr ""
9568
9569 #: config/d30v/d30v.c:2957
9570 msgid "bad insn to print_operand, 'R' modifier:"
9571 msgstr ""
9572
9573 #: config/d30v/d30v.c:2966 config/d30v/d30v.c:2974
9574 msgid "bad insn to print_operand, 's' modifier:"
9575 msgstr ""
9576
9577 #: config/d30v/d30v.c:3003
9578 msgid "bad insn in d30v_print_operand, 0 case"
9579 msgstr ""
9580
9581 #: config/d30v/d30v.c:3301
9582 msgid "d30v_emit_comparison"
9583 msgstr ""
9584
9585 #: config/d30v/d30v.c:3345
9586 msgid "bad call to d30v_move_2words"
9587 msgstr ""
9588
9589 #: config/d30v/d30v.h:114
9590 msgid "Enable use of conditional move instructions"
9591 msgstr ""
9592
9593 #: config/d30v/d30v.h:117
9594 msgid "Disable use of conditional move instructions"
9595 msgstr ""
9596
9597 #: config/d30v/d30v.h:120
9598 msgid "Debug argument support in compiler"
9599 msgstr ""
9600
9601 #: config/d30v/d30v.h:123
9602 msgid "Debug stack support in compiler"
9603 msgstr ""
9604
9605 #: config/d30v/d30v.h:126
9606 msgid "Debug memory address support in compiler"
9607 msgstr ""
9608
9609 #: config/d30v/d30v.h:129
9610 msgid "Make adjacent short instructions parallel if possible"
9611 msgstr ""
9612
9613 #: config/d30v/d30v.h:132
9614 msgid "Do not make adjacent short instructions parallel"
9615 msgstr ""
9616
9617 #: config/d30v/d30v.h:135 config/d30v/d30v.h:138
9618 msgid "Link programs/data to be in external memory by default"
9619 msgstr ""
9620
9621 #: config/d30v/d30v.h:141
9622 msgid "Link programs/data to be in onchip memory by default"
9623 msgstr ""
9624
9625 #: config/d30v/d30v.h:149
9626 msgid "Change the branch costs within the compiler"
9627 msgstr ""
9628
9629 #: config/d30v/d30v.h:152
9630 msgid "Change the threshold for conversion to conditional execution"
9631 msgstr ""
9632
9633 #: config/dsp16xx/dsp16xx.c:1446 config/dsp16xx/dsp16xx.c:1469
9634 msgid "stack size > 32k"
9635 msgstr ""
9636
9637 #: config/dsp16xx/dsp16xx.c:1678
9638 msgid "invalid addressing mode"
9639 msgstr ""
9640
9641 #: config/dsp16xx/dsp16xx.c:1821
9642 msgid "bad register extension code"
9643 msgstr ""
9644
9645 #: config/dsp16xx/dsp16xx.c:1921
9646 msgid "invalid offset in ybase addressing"
9647 msgstr ""
9648
9649 #: config/dsp16xx/dsp16xx.c:1924
9650 msgid "invalid register in ybase addressing"
9651 msgstr ""
9652
9653 #: config/dsp16xx/dsp16xx.c:2099
9654 msgid "invalid shift operator in emit_1600_core_shift"
9655 msgstr ""
9656
9657 #: config/dsp16xx/dsp16xx.c:2428
9658 msgid "invalid mode for gen_tst_reg"
9659 msgstr ""
9660
9661 #: config/dsp16xx/dsp16xx.c:2500
9662 msgid "invalid mode for integer comparison in gen_compare_reg"
9663 msgstr ""
9664
9665 #. Macro to define tables used to set the flags.
9666 #. This is a list in braces of pairs in braces,
9667 #. each pair being { "NAME", VALUE }
9668 #. where VALUE is the bits to set or minus the bits to clear.
9669 #. An empty string NAME is used to identify the default VALUE.
9670 #: config/dsp16xx/dsp16xx.h:230
9671 msgid "Pass parameters in registers (default)"
9672 msgstr ""
9673
9674 #: config/dsp16xx/dsp16xx.h:232
9675 msgid "Don't pass parameters in registers"
9676 msgstr ""
9677
9678 #: config/dsp16xx/dsp16xx.h:234
9679 msgid "Generate code for near calls"
9680 msgstr ""
9681
9682 #: config/dsp16xx/dsp16xx.h:236
9683 msgid "Don't generate code for near calls"
9684 msgstr ""
9685
9686 #: config/dsp16xx/dsp16xx.h:238
9687 msgid "Generate code for near jumps"
9688 msgstr ""
9689
9690 #: config/dsp16xx/dsp16xx.h:240
9691 msgid "Don't generate code for near jumps"
9692 msgstr ""
9693
9694 #: config/dsp16xx/dsp16xx.h:242
9695 msgid "Generate code for a bit-manipulation unit"
9696 msgstr ""
9697
9698 #: config/dsp16xx/dsp16xx.h:244
9699 msgid "Don't generate code for a bit-manipulation unit"
9700 msgstr ""
9701
9702 #: config/dsp16xx/dsp16xx.h:246
9703 msgid "Generate code for memory map1"
9704 msgstr ""
9705
9706 #: config/dsp16xx/dsp16xx.h:248
9707 msgid "Generate code for memory map2"
9708 msgstr ""
9709
9710 #: config/dsp16xx/dsp16xx.h:250
9711 msgid "Generate code for memory map3"
9712 msgstr ""
9713
9714 #: config/dsp16xx/dsp16xx.h:252
9715 msgid "Generate code for memory map4"
9716 msgstr ""
9717
9718 #: config/dsp16xx/dsp16xx.h:254
9719 msgid "Ouput extra code for initialized data"
9720 msgstr ""
9721
9722 #: config/dsp16xx/dsp16xx.h:256
9723 msgid "Don't let reg. allocator use ybase registers"
9724 msgstr ""
9725
9726 #: config/dsp16xx/dsp16xx.h:258
9727 msgid "Output extra debug info in Luxworks environment"
9728 msgstr ""
9729
9730 #: config/dsp16xx/dsp16xx.h:260
9731 msgid "Save temp. files in Luxworks environment"
9732 msgstr ""
9733
9734 #: config/dsp16xx/dsp16xx.h:272
9735 msgid "Specify alternate name for text section"
9736 msgstr ""
9737
9738 #: config/dsp16xx/dsp16xx.h:274
9739 msgid "Specify alternate name for data section"
9740 msgstr ""
9741
9742 #: config/dsp16xx/dsp16xx.h:276
9743 msgid "Specify alternate name for bss section"
9744 msgstr ""
9745
9746 #: config/dsp16xx/dsp16xx.h:278
9747 msgid "Specify alternate name for constant section"
9748 msgstr ""
9749
9750 #: config/dsp16xx/dsp16xx.h:280
9751 msgid "Specify alternate name for dsp16xx chip"
9752 msgstr ""
9753
9754 #. Output assembler code to FILE to increment profiler label # LABELNO
9755 #. for profiling a function entry.
9756 #: config/dsp16xx/dsp16xx.h:1218 config/dsp16xx/dsp16xx.h:1772
9757 #: config/dsp16xx/dsp16xx.h:1777
9758 msgid "profiling not implemented yet"
9759 msgstr ""
9760
9761 #. Emit RTL insns to initialize the variable parts of a trampoline.
9762 #. FNADDR is an RTX for the address of the function's pure code.
9763 #. CXT is an RTX for the static chain value for the function.
9764 #: config/dsp16xx/dsp16xx.h:1228 config/dsp16xx/dsp16xx.h:1240
9765 msgid "trampolines not yet implemented"
9766 msgstr ""
9767
9768 #: config/fr30/fr30.c:453
9769 msgid "fr30_print_operand_address: unhandled address"
9770 msgstr ""
9771
9772 #: config/fr30/fr30.c:480
9773 #, c-format
9774 msgid "fr30_print_operand: unrecognized %%p code"
9775 msgstr ""
9776
9777 #: config/fr30/fr30.c:500
9778 #, c-format
9779 msgid "fr30_print_operand: unrecognized %%b code"
9780 msgstr ""
9781
9782 #: config/fr30/fr30.c:521
9783 #, c-format
9784 msgid "fr30_print_operand: unrecognized %%B code"
9785 msgstr ""
9786
9787 #: config/fr30/fr30.c:529
9788 #, c-format
9789 msgid "fr30_print_operand: invalid operand to %%A code"
9790 msgstr ""
9791
9792 #: config/fr30/fr30.c:546
9793 #, c-format
9794 msgid "fr30_print_operand: invalid %%x code"
9795 msgstr ""
9796
9797 #: config/fr30/fr30.c:553
9798 #, c-format
9799 msgid "fr30_print_operand: invalid %%F code"
9800 msgstr ""
9801
9802 #: config/fr30/fr30.c:570
9803 msgid "fr30_print_operand: unknown code"
9804 msgstr ""
9805
9806 #: config/fr30/fr30.c:599 config/fr30/fr30.c:608 config/fr30/fr30.c:619
9807 #: config/fr30/fr30.c:632
9808 msgid "fr30_print_operand: unhandled MEM"
9809 msgstr ""
9810
9811 #: config/fr30/fr30.h:63
9812 msgid "Assume small address space"
9813 msgstr ""
9814
9815 #: config/frv/frv.c:410 config/frv/frv.c:428
9816 #, c-format
9817 msgid "Unknown cpu: -mcpu=%s"
9818 msgstr ""
9819
9820 #: config/frv/frv.c:451
9821 msgid "-fpic and -gdwarf are incompatible (-fpic and -g/-gdwarf-2 are fine)"
9822 msgstr ""
9823
9824 #: config/frv/frv.c:2520
9825 msgid "Bad insn to frv_print_operand_address:"
9826 msgstr ""
9827
9828 #: config/frv/frv.c:2533
9829 msgid "Bad register to frv_print_operand_memory_reference_reg:"
9830 msgstr ""
9831
9832 #: config/frv/frv.c:2574 config/frv/frv.c:2584 config/frv/frv.c:2593
9833 #: config/frv/frv.c:2621 config/frv/frv.c:2633 config/frv/frv.c:2637
9834 msgid "Bad insn to frv_print_operand_memory_reference:"
9835 msgstr ""
9836
9837 #: config/frv/frv.c:2779
9838 msgid "Bad insn in frv_print_operand, bad const_double"
9839 msgstr ""
9840
9841 #: config/frv/frv.c:2824
9842 msgid "Bad insn to frv_print_operand, 'C' modifier:"
9843 msgstr ""
9844
9845 #: config/frv/frv.c:2847
9846 msgid "Bad insn to frv_print_operand, 'c' modifier:"
9847 msgstr ""
9848
9849 #: config/frv/frv.c:2872
9850 msgid "Bad insn to frv_print_operand, 'e' modifier:"
9851 msgstr ""
9852
9853 #: config/frv/frv.c:2880
9854 msgid "Bad insn to frv_print_operand, 'F' modifier:"
9855 msgstr ""
9856
9857 #: config/frv/frv.c:2896
9858 msgid "Bad insn to frv_print_operand, 'f' modifier:"
9859 msgstr ""
9860
9861 #: config/frv/frv.c:2949
9862 msgid "Bad insn to frv_print_operand, 'L' modifier:"
9863 msgstr ""
9864
9865 #: config/frv/frv.c:2962
9866 msgid "Bad insn to frv_print_operand, 'M/N' modifier:"
9867 msgstr ""
9868
9869 #: config/frv/frv.c:2983
9870 msgid "Bad insn to frv_print_operand, 'O' modifier:"
9871 msgstr ""
9872
9873 #: config/frv/frv.c:3001
9874 msgid "Bad insn to frv_print_operand, P modifier:"
9875 msgstr ""
9876
9877 #: config/frv/frv.c:3021
9878 msgid "Bad insn in frv_print_operand, z case"
9879 msgstr ""
9880
9881 #: config/frv/frv.c:3049
9882 msgid "Bad insn in frv_print_operand, 0 case"
9883 msgstr ""
9884
9885 #: config/frv/frv.c:3054
9886 msgid "frv_print_operand: unknown code"
9887 msgstr ""
9888
9889 #: config/frv/frv.c:5737
9890 msgid "Bad output_move_single operand"
9891 msgstr ""
9892
9893 #: config/frv/frv.c:5866
9894 msgid "Bad output_move_double operand"
9895 msgstr ""
9896
9897 #: config/frv/frv.c:6010
9898 msgid "Bad output_condmove_single operand"
9899 msgstr ""
9900
9901 #: config/frv/frv.c:8315
9902 msgid "frv_registers_update"
9903 msgstr ""
9904
9905 #: config/frv/frv.c:8475
9906 msgid "frv_registers_used_p"
9907 msgstr ""
9908
9909 #: config/frv/frv.c:8604
9910 msgid "frv_registers_set_p"
9911 msgstr ""
9912
9913 #: config/frv/frv.c:9171
9914 msgid "accumulator is not a constant integer"
9915 msgstr ""
9916
9917 #: config/frv/frv.c:9176
9918 msgid "accumulator number is out of bounds"
9919 msgstr ""
9920
9921 #: config/frv/frv.c:9187
9922 #, c-format
9923 msgid "inappropriate accumulator for `%s'"
9924 msgstr ""
9925
9926 #: config/frv/frv.c:9253
9927 #, c-format
9928 msgid "`%s' expects a constant argument"
9929 msgstr ""
9930
9931 #: config/frv/frv.c:9258
9932 #, c-format
9933 msgid "constant argument out of range for `%s'"
9934 msgstr ""
9935
9936 #: config/frv/frv.c:9638
9937 msgid "media functions are not available unless -mmedia is used"
9938 msgstr ""
9939
9940 #: config/frv/frv.c:9650
9941 msgid "this media function is only available on the fr500"
9942 msgstr ""
9943
9944 #: config/frv/frv.c:9678
9945 msgid "this media function is only available on the fr400"
9946 msgstr ""
9947
9948 #. This macro is a C statement to print on `stderr' a string describing the
9949 #. particular machine description choice. Every machine description should
9950 #. define `TARGET_VERSION'. For example:
9951 #.
9952 #. #ifdef MOTOROLA
9953 #. #define TARGET_VERSION fprintf (stderr, " (68k, Motorola syntax)");
9954 #. #else
9955 #. #define TARGET_VERSION fprintf (stderr, " (68k, MIT syntax)");
9956 #. #endif
9957 #: config/frv/frv.h:512
9958 msgid " (frv)"
9959 msgstr ""
9960
9961 #: config/h8300/h8300.c:314
9962 msgid "-ms2600 is used without -ms"
9963 msgstr ""
9964
9965 #: config/h8300/h8300.c:320
9966 msgid "-mn is used without -mh or -ms"
9967 msgstr ""
9968
9969 #. Macro to define tables used to set the flags.
9970 #. This is a list in braces of pairs in braces,
9971 #. each pair being { "NAME", VALUE }
9972 #. where VALUE is the bits to set or minus the bits to clear.
9973 #. An empty string NAME is used to identify the default VALUE.
9974 #: config/h8300/h8300.h:150
9975 msgid "Generate H8S code"
9976 msgstr ""
9977
9978 #: config/h8300/h8300.h:151
9979 msgid "Do not generate H8S code"
9980 msgstr ""
9981
9982 #: config/h8300/h8300.h:152
9983 msgid "Generate H8S/2600 code"
9984 msgstr ""
9985
9986 #: config/h8300/h8300.h:153
9987 msgid "Do not generate H8S/2600 code"
9988 msgstr ""
9989
9990 #: config/h8300/h8300.h:154
9991 msgid "Make integers 32 bits wide"
9992 msgstr ""
9993
9994 #: config/h8300/h8300.h:157
9995 msgid "Use registers for argument passing"
9996 msgstr ""
9997
9998 #: config/h8300/h8300.h:159
9999 msgid "Do not use registers for argument passing"
10000 msgstr ""
10001
10002 #: config/h8300/h8300.h:161
10003 msgid "Consider access to byte sized memory slow"
10004 msgstr ""
10005
10006 #: config/h8300/h8300.h:162
10007 msgid "Enable linker relaxing"
10008 msgstr ""
10009
10010 #: config/h8300/h8300.h:164
10011 msgid "Generate H8/300H code"
10012 msgstr ""
10013
10014 #: config/h8300/h8300.h:165
10015 msgid "Enable the normal mode"
10016 msgstr ""
10017
10018 #: config/h8300/h8300.h:166
10019 msgid "Do not generate H8/300H code"
10020 msgstr ""
10021
10022 #: config/h8300/h8300.h:167
10023 msgid "Use H8/300 alignment rules"
10024 msgstr ""
10025
10026 #: config/i370/i370-c.c:53
10027 msgid "junk at end of #pragma map"
10028 msgstr ""
10029
10030 #: config/i370/i370-c.c:59
10031 msgid "malformed #pragma map, ignored"
10032 msgstr ""
10033
10034 #: config/i370/i370.c:915
10035 msgid "real name is too long - alias ignored"
10036 msgstr ""
10037
10038 #: config/i370/i370.c:920
10039 msgid "alias name is too long - alias ignored"
10040 msgstr ""
10041
10042 #: config/i370/i370.c:1191
10043 msgid "internal error--no jump follows compare:"
10044 msgstr ""
10045
10046 #. Macro to define tables used to set the flags. This is a list in braces
10047 #. of pairs in braces, each pair being { "NAME", VALUE }
10048 #. where VALUE is the bits to set or minus the bits to clear.
10049 #. An empty string NAME is used to identify the default VALUE.
10050 #: config/i370/i370.h:75
10051 msgid "Generate char instructions"
10052 msgstr ""
10053
10054 #: config/i370/i370.h:76
10055 msgid "Do not generate char instructions"
10056 msgstr ""
10057
10058 #: config/i386/i386.c:1050
10059 #, c-format
10060 msgid "code model %s not supported in PIC mode"
10061 msgstr ""
10062
10063 #: config/i386/i386.c:1060 config/sparc/sparc.c:356
10064 #, c-format
10065 msgid "bad value (%s) for -mcmodel= switch"
10066 msgstr ""
10067
10068 #: config/i386/i386.c:1075
10069 #, c-format
10070 msgid "bad value (%s) for -masm= switch"
10071 msgstr ""
10072
10073 #: config/i386/i386.c:1078
10074 #, c-format
10075 msgid "code model `%s' not supported in the %s bit mode"
10076 msgstr ""
10077
10078 #: config/i386/i386.c:1081
10079 msgid "code model `large' not supported yet"
10080 msgstr ""
10081
10082 #: config/i386/i386.c:1083
10083 #, c-format
10084 msgid "%i-bit mode not compiled in"
10085 msgstr ""
10086
10087 #: config/i386/i386.c:1113
10088 #, c-format
10089 msgid "bad value (%s) for -march= switch"
10090 msgstr ""
10091
10092 #: config/i386/i386.c:1124
10093 #, c-format
10094 msgid "bad value (%s) for -mcpu= switch"
10095 msgstr ""
10096
10097 #: config/i386/i386.c:1141
10098 #, c-format
10099 msgid "-mregparm=%d is not between 0 and %d"
10100 msgstr ""
10101
10102 #: config/i386/i386.c:1154
10103 msgid "-malign-loops is obsolete, use -falign-loops"
10104 msgstr ""
10105
10106 #: config/i386/i386.c:1159 config/i386/i386.c:1172 config/i386/i386.c:1185
10107 #, c-format
10108 msgid "-malign-loops=%d is not between 0 and %d"
10109 msgstr ""
10110
10111 #: config/i386/i386.c:1167
10112 msgid "-malign-jumps is obsolete, use -falign-jumps"
10113 msgstr ""
10114
10115 #: config/i386/i386.c:1180
10116 msgid "-malign-functions is obsolete, use -falign-functions"
10117 msgstr ""
10118
10119 #: config/i386/i386.c:1218
10120 #, c-format
10121 msgid "-mpreferred-stack-boundary=%d is not between %d and 12"
10122 msgstr ""
10123
10124 #: config/i386/i386.c:1230
10125 #, c-format
10126 msgid "-mbranch-cost=%d is not between 0 and 5"
10127 msgstr ""
10128
10129 #: config/i386/i386.c:1242
10130 #, c-format
10131 msgid "bad value (%s) for -mtls-dialect= switch"
10132 msgstr ""
10133
10134 #: config/i386/i386.c:1263
10135 msgid "-malign-double makes no sense in the 64bit mode"
10136 msgstr ""
10137
10138 #: config/i386/i386.c:1265
10139 msgid "-mrtd calling convention not supported in the 64bit mode"
10140 msgstr ""
10141
10142 #: config/i386/i386.c:1281 config/i386/i386.c:1292
10143 msgid "SSE instruction set disabled, using 387 arithmetics"
10144 msgstr ""
10145
10146 #: config/i386/i386.c:1297
10147 msgid "387 instruction set disabled, using SSE arithmetics"
10148 msgstr ""
10149
10150 #: config/i386/i386.c:1304
10151 #, c-format
10152 msgid "bad value (%s) for -mfpmath= switch"
10153 msgstr ""
10154
10155 #: config/i386/i386.c:1436
10156 #, c-format
10157 msgid "`%s' attribute requires an integer constant argument"
10158 msgstr ""
10159
10160 #: config/i386/i386.c:1442
10161 #, c-format
10162 msgid "argument to `%s' attribute larger than %d"
10163 msgstr ""
10164
10165 #: config/i386/i386.c:2504
10166 msgid "SSE vector return without SSE enabled changes the ABI"
10167 msgstr ""
10168
10169 #: config/i386/i386.c:6386
10170 msgid "invalid UNSPEC as operand"
10171 msgstr ""
10172
10173 #: config/i386/i386.c:6648
10174 msgid "extended registers have no high halves"
10175 msgstr ""
10176
10177 #: config/i386/i386.c:6663
10178 msgid "unsupported operand size for extended register"
10179 msgstr ""
10180
10181 #: config/i386/i386.c:6978
10182 msgid "operand is neither a constant nor a condition code, invalid operand code 'c'"
10183 msgstr ""
10184
10185 #: config/i386/i386.c:7024
10186 #, c-format
10187 msgid "invalid operand code `%c'"
10188 msgstr ""
10189
10190 #: config/i386/i386.c:7071
10191 msgid "invalid constraints for operand"
10192 msgstr ""
10193
10194 #: config/i386/i386.c:11271
10195 msgid "unknown insn mode"
10196 msgstr ""
10197
10198 #. @@@ better error message
10199 #: config/i386/i386.c:13391 config/i386/i386.c:13427
10200 msgid "selector must be an immediate"
10201 msgstr ""
10202
10203 #. @@@ better error message
10204 #: config/i386/i386.c:13588 config/i386/i386.c:13622
10205 msgid "mask must be an immediate"
10206 msgstr ""
10207
10208 #: config/i386/i386.c:13654
10209 msgid "shift must be an immediate"
10210 msgstr ""
10211
10212 #: config/i386/winnt.c:96
10213 #, c-format
10214 msgid "function `%s' definition is marked dllimport."
10215 msgstr ""
10216
10217 #: config/i386/winnt.c:104
10218 #, c-format
10219 msgid "variable `%s' definition is marked dllimport."
10220 msgstr ""
10221
10222 #: config/i386/winnt.c:123
10223 #, c-format
10224 msgid "external linkage required for symbol '%s' because of '%s' attribute."
10225 msgstr ""
10226
10227 #: config/i386/winnt.c:143
10228 #, c-format
10229 msgid "`%s' attribute only applies to variables"
10230 msgstr ""
10231
10232 #: config/i386/winnt.c:242
10233 #, c-format
10234 msgid "function '%s' is defined after prior declaration as dllimport: attribute ignored."
10235 msgstr ""
10236
10237 #: config/i386/winnt.c:252
10238 #, c-format
10239 msgid "inline function '%s' is declared as dllimport: attribute ignored."
10240 msgstr ""
10241
10242 #: config/i386/winnt.c:263
10243 #, c-format
10244 msgid "definition of static data member '%s' of dllimport'd class."
10245 msgstr ""
10246
10247 #: config/i386/winnt.c:322
10248 #, c-format
10249 msgid "inconsistent dll linkage for '%s': dllexport assumed."
10250 msgstr ""
10251
10252 #: config/i386/winnt.c:364
10253 #, c-format
10254 msgid "`%s' declared as both exported to and imported from a DLL"
10255 msgstr ""
10256
10257 #: config/i386/winnt.c:373
10258 #, c-format
10259 msgid "failure in redeclaration of '%s': dllimport'd symbol lacks external linkage."
10260 msgstr ""
10261
10262 #: config/i386/winnt.c:479
10263 #, c-format
10264 msgid "'%s' %s after being referenced with dllimport linkage."
10265 msgstr ""
10266
10267 #: config/i386/cygwin.h:45
10268 msgid "Use the Cygwin interface"
10269 msgstr ""
10270
10271 #: config/i386/cygwin.h:46
10272 msgid "Use the Mingw32 interface"
10273 msgstr ""
10274
10275 #: config/i386/cygwin.h:47
10276 msgid "Create GUI application"
10277 msgstr ""
10278
10279 #: config/i386/cygwin.h:48
10280 msgid "Don't set Windows defines"
10281 msgstr ""
10282
10283 #: config/i386/cygwin.h:49
10284 msgid "Set Windows defines"
10285 msgstr ""
10286
10287 #: config/i386/cygwin.h:50
10288 msgid "Create console application"
10289 msgstr ""
10290
10291 #: config/i386/cygwin.h:51 config/i386/win32.h:59
10292 msgid "Generate code for a DLL"
10293 msgstr ""
10294
10295 #: config/i386/cygwin.h:53 config/i386/win32.h:61
10296 msgid "Ignore dllimport for functions"
10297 msgstr ""
10298
10299 #: config/i386/cygwin.h:55
10300 msgid "Use Mingw-specific thread support"
10301 msgstr ""
10302
10303 #: config/i386/cygwin.h:245
10304 #, c-format
10305 msgid "-f%s ignored for target (all code is position independent)"
10306 msgstr ""
10307
10308 #: config/i386/djgpp.h:206
10309 msgid "-mbnu210 is ignored (option is obsolete)"
10310 msgstr ""
10311
10312 #. Deprecated.
10313 #. Deprecated.
10314 #. Deprecated.
10315 #. Deprecated.
10316 #. Deprecated.
10317 #. Deprecated.
10318 #: config/i386/i386.h:306
10319 msgid "Alternate calling convention"
10320 msgstr ""
10321
10322 #: config/i386/i386.h:308 config/m68k/m68k.h:180 config/ns32k/ns32k.h:144
10323 msgid "Use normal calling convention"
10324 msgstr ""
10325
10326 #: config/i386/i386.h:310
10327 msgid "Align some doubles on dword boundary"
10328 msgstr ""
10329
10330 #: config/i386/i386.h:312
10331 msgid "Align doubles on word boundary"
10332 msgstr ""
10333
10334 #: config/i386/i386.h:314
10335 msgid "Uninitialized locals in .bss"
10336 msgstr ""
10337
10338 #: config/i386/i386.h:316
10339 msgid "Uninitialized locals in .data"
10340 msgstr ""
10341
10342 #: config/i386/i386.h:318 config/m68k/linux-aout.h:45 config/m68k/linux.h:50
10343 #: config/ns32k/ns32k.h:167
10344 msgid "Use IEEE math for fp comparisons"
10345 msgstr ""
10346
10347 #: config/i386/i386.h:320 config/ns32k/ns32k.h:169
10348 msgid "Do not use IEEE math for fp comparisons"
10349 msgstr ""
10350
10351 #: config/i386/i386.h:322
10352 msgid "Return values of functions in FPU registers"
10353 msgstr ""
10354
10355 #: config/i386/i386.h:324
10356 msgid "Do not return values of functions in FPU registers"
10357 msgstr ""
10358
10359 #: config/i386/i386.h:326
10360 msgid "Do not generate sin, cos, sqrt for FPU"
10361 msgstr ""
10362
10363 #: config/i386/i386.h:328
10364 msgid "Generate sin, cos, sqrt for FPU"
10365 msgstr ""
10366
10367 #: config/i386/i386.h:330
10368 msgid "Omit the frame pointer in leaf functions"
10369 msgstr ""
10370
10371 #: config/i386/i386.h:333
10372 msgid "Enable stack probing"
10373 msgstr ""
10374
10375 #. undocumented
10376 #. undocumented
10377 #: config/i386/i386.h:338
10378 msgid "Align destination of the string operations"
10379 msgstr ""
10380
10381 #: config/i386/i386.h:340
10382 msgid "Do not align destination of the string operations"
10383 msgstr ""
10384
10385 #: config/i386/i386.h:342
10386 msgid "Inline all known string operations"
10387 msgstr ""
10388
10389 #: config/i386/i386.h:344
10390 msgid "Do not inline all known string operations"
10391 msgstr ""
10392
10393 #: config/i386/i386.h:346 config/i386/i386.h:350
10394 msgid "Use push instructions to save outgoing arguments"
10395 msgstr ""
10396
10397 #: config/i386/i386.h:348 config/i386/i386.h:352
10398 msgid "Do not use push instructions to save outgoing arguments"
10399 msgstr ""
10400
10401 #: config/i386/i386.h:354
10402 msgid "Support MMX built-in functions"
10403 msgstr ""
10404
10405 #: config/i386/i386.h:356
10406 msgid "Do not support MMX built-in functions"
10407 msgstr ""
10408
10409 #: config/i386/i386.h:358
10410 msgid "Support 3DNow! built-in functions"
10411 msgstr ""
10412
10413 #: config/i386/i386.h:360
10414 msgid "Do not support 3DNow! built-in functions"
10415 msgstr ""
10416
10417 #: config/i386/i386.h:362
10418 msgid "Support MMX and SSE built-in functions and code generation"
10419 msgstr ""
10420
10421 #: config/i386/i386.h:364
10422 msgid "Do not support MMX and SSE built-in functions and code generation"
10423 msgstr ""
10424
10425 #: config/i386/i386.h:366
10426 msgid "Support MMX, SSE and SSE2 built-in functions and code generation"
10427 msgstr ""
10428
10429 #: config/i386/i386.h:368
10430 msgid "Do not support MMX, SSE and SSE2 built-in functions and code generation"
10431 msgstr ""
10432
10433 #: config/i386/i386.h:370
10434 msgid "sizeof(long double) is 16"
10435 msgstr ""
10436
10437 #: config/i386/i386.h:372
10438 msgid "sizeof(long double) is 12"
10439 msgstr ""
10440
10441 #: config/i386/i386.h:374
10442 msgid "Generate 64bit x86-64 code"
10443 msgstr ""
10444
10445 #: config/i386/i386.h:376
10446 msgid "Generate 32bit i386 code"
10447 msgstr ""
10448
10449 #: config/i386/i386.h:378
10450 msgid "Use red-zone in the x86-64 code"
10451 msgstr ""
10452
10453 #: config/i386/i386.h:380
10454 msgid "Do not use red-zone in the x86-64 code"
10455 msgstr ""
10456
10457 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10458 #. command options that have values. Its definition is an
10459 #. initializer with a subgrouping for each command option.
10460 #.
10461 #. Each subgrouping contains a string constant, that defines the
10462 #. fixed part of the option name, and the address of a variable. The
10463 #. variable, type `char *', is set to the variable part of the given
10464 #. option if the fixed part matches. The actual option name is made
10465 #. by appending `-m' to the specified name.
10466 #: config/i386/i386.h:409 config/rs6000/rs6000.h:393 config/sparc/sparc.h:635
10467 msgid "Schedule code for given CPU"
10468 msgstr ""
10469
10470 #: config/i386/i386.h:411
10471 msgid "Generate floating point mathematics using given instruction set"
10472 msgstr ""
10473
10474 #: config/i386/i386.h:413
10475 msgid "Generate code for given CPU"
10476 msgstr ""
10477
10478 #: config/i386/i386.h:415
10479 msgid "Number of registers used to pass integer arguments"
10480 msgstr ""
10481
10482 #. TARGET_DEFAULT is defined in sun*.h and isi.h, etc.
10483 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10484 #. command options that have values. Its definition is an
10485 #. initializer with a subgrouping for each command option.
10486 #.
10487 #. Each subgrouping contains a string constant, that defines the
10488 #. fixed part of the option name, and the address of a variable. The
10489 #. variable, type `char *', is set to the variable part of the given
10490 #. option if the fixed part matches. The actual option name is made
10491 #. by appending `-m' to the specified name.
10492 #: config/i386/i386.h:417 config/m68k/m68k.h:263
10493 msgid "Loop code aligned to this power of 2"
10494 msgstr ""
10495
10496 #: config/i386/i386.h:419 config/m68k/m68k.h:265
10497 msgid "Jump targets are aligned to this power of 2"
10498 msgstr ""
10499
10500 #: config/i386/i386.h:421 config/m68k/m68k.h:267
10501 msgid "Function starts are aligned to this power of 2"
10502 msgstr ""
10503
10504 #: config/i386/i386.h:424
10505 msgid "Attempt to keep stack aligned to this power of 2"
10506 msgstr ""
10507
10508 #: config/i386/i386.h:426
10509 msgid "Branches are this expensive (1-5, arbitrary units)"
10510 msgstr ""
10511
10512 #: config/i386/i386.h:428
10513 msgid "Use given x86-64 code model"
10514 msgstr ""
10515
10516 #. Undocumented.
10517 #. Undocumented.
10518 #: config/i386/i386.h:434
10519 msgid "Use given assembler dialect"
10520 msgstr ""
10521
10522 #: config/i386/i386.h:436
10523 msgid "Use given thread-local storage dialect"
10524 msgstr ""
10525
10526 #: config/i386/sco5.h:297
10527 msgid "Generate ELF output"
10528 msgstr ""
10529
10530 #: config/i386/win32.h:53
10531 msgid "Use Mingw32 interface"
10532 msgstr ""
10533
10534 #: config/i386/win32.h:55
10535 msgid "Use Cygwin interface"
10536 msgstr ""
10537
10538 #: config/i386/win32.h:57
10539 msgid "Use bare Windows interface"
10540 msgstr ""
10541
10542 #. 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.
10543 #. 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.
10544 #: config/i386/xm-djgpp.h:71
10545 msgid "environment variable DJGPP not defined"
10546 msgstr ""
10547
10548 #: config/i386/xm-djgpp.h:73
10549 #, c-format
10550 msgid "environment variable DJGPP points to missing file '%s'"
10551 msgstr ""
10552
10553 #: config/i386/xm-djgpp.h:76
10554 #, c-format
10555 msgid "environment variable DJGPP points to corrupt file '%s'"
10556 msgstr ""
10557
10558 #: config/i960/i960-c.c:66
10559 msgid "sorry, not implemented: #pragma align NAME=SIZE"
10560 msgstr ""
10561
10562 #: config/i960/i960-c.c:71
10563 msgid "malformed #pragma align - ignored"
10564 msgstr ""
10565
10566 #: config/i960/i960-c.c:109
10567 msgid "sorry, not implemented: #pragma noalign NAME"
10568 msgstr ""
10569
10570 #: config/i960/i960.c:121 config/i960/i960.c:131
10571 msgid "conflicting architectures defined - using C series"
10572 msgstr ""
10573
10574 #: config/i960/i960.c:126
10575 msgid "conflicting architectures defined - using K series"
10576 msgstr ""
10577
10578 #: config/i960/i960.c:141
10579 msgid "iC2.0 and iC3.0 are incompatible - using iC3.0"
10580 msgstr ""
10581
10582 #: config/i960/i960.c:1448 config/m68k/m68k.c:559 config/rs6000/rs6000.c:9976
10583 msgid "stack limit expression is not supported"
10584 msgstr ""
10585
10586 #. Macro to define tables used to set the flags.
10587 #. This is a list in braces of pairs in braces,
10588 #. each pair being { "NAME", VALUE }
10589 #. where VALUE is the bits to set or minus the bits to clear.
10590 #. An empty string NAME is used to identify the default VALUE.
10591 #. ??? Not all ten of these architecture variations actually exist, but I
10592 #. am not sure which are real and which aren't.
10593 #: config/i960/i960.h:240
10594 msgid "Generate SA code"
10595 msgstr ""
10596
10597 #: config/i960/i960.h:243
10598 msgid "Generate SB code"
10599 msgstr ""
10600
10601 #. {"sc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED| TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR), N_("Generate SC code")},
10602 #: config/i960/i960.h:248
10603 msgid "Generate KA code"
10604 msgstr ""
10605
10606 #: config/i960/i960.h:251
10607 msgid "Generate KB code"
10608 msgstr ""
10609
10610 #. {"kc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED| TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR), N_("Generate KC code")},
10611 #: config/i960/i960.h:256
10612 msgid "Generate JA code"
10613 msgstr ""
10614
10615 #: config/i960/i960.h:258
10616 msgid "Generate JD code"
10617 msgstr ""
10618
10619 #: config/i960/i960.h:261
10620 msgid "Generate JF code"
10621 msgstr ""
10622
10623 #: config/i960/i960.h:263
10624 msgid "generate RP code"
10625 msgstr ""
10626
10627 #: config/i960/i960.h:266
10628 msgid "Generate MC code"
10629 msgstr ""
10630
10631 #: config/i960/i960.h:269
10632 msgid "Generate CA code"
10633 msgstr ""
10634
10635 #. {"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")},
10636 #: config/i960/i960.h:279
10637 msgid "Generate CF code"
10638 msgstr ""
10639
10640 #: config/i960/i960.h:283 config/mips/mips.h:568 config/pa/pa.h:266
10641 msgid "Use software floating point"
10642 msgstr ""
10643
10644 #: config/i960/i960.h:285
10645 msgid "Use alternate leaf function entries"
10646 msgstr ""
10647
10648 #: config/i960/i960.h:287
10649 msgid "Do not use alternate leaf function entries"
10650 msgstr ""
10651
10652 #: config/i960/i960.h:289
10653 msgid "Perform tail call optimization"
10654 msgstr ""
10655
10656 #: config/i960/i960.h:291
10657 msgid "Do not perform tail call optimization"
10658 msgstr ""
10659
10660 #: config/i960/i960.h:293
10661 msgid "Use complex addressing modes"
10662 msgstr ""
10663
10664 #: config/i960/i960.h:295
10665 msgid "Do not use complex addressing modes"
10666 msgstr ""
10667
10668 #: config/i960/i960.h:297
10669 msgid "Align code to 8 byte boundary"
10670 msgstr ""
10671
10672 #: config/i960/i960.h:299
10673 msgid "Do not align code to 8 byte boundary"
10674 msgstr ""
10675
10676 #. {"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")},
10677 #: config/i960/i960.h:305 config/i960/i960.h:307
10678 msgid "Enable compatibility with iC960 v2.0"
10679 msgstr ""
10680
10681 #: config/i960/i960.h:309
10682 msgid "Enable compatibility with iC960 v3.0"
10683 msgstr ""
10684
10685 #: config/i960/i960.h:311 config/i960/i960.h:313
10686 msgid "Enable compatibility with ic960 assembler"
10687 msgstr ""
10688
10689 #: config/i960/i960.h:315
10690 msgid "Do not permit unaligned accesses"
10691 msgstr ""
10692
10693 #: config/i960/i960.h:317
10694 msgid "Permit unaligned accesses"
10695 msgstr ""
10696
10697 #: config/i960/i960.h:319
10698 msgid "Layout types like Intel's v1.3 gcc"
10699 msgstr ""
10700
10701 #: config/i960/i960.h:321
10702 msgid "Do not layout types like Intel's v1.3 gcc"
10703 msgstr ""
10704
10705 #: config/i960/i960.h:323 config/sparc/freebsd.h:80 config/sparc/linux.h:86
10706 #: config/sparc/linux64.h:88 config/sparc/netbsd-elf.h:238
10707 msgid "Use 64 bit long doubles"
10708 msgstr ""
10709
10710 #: config/i960/i960.h:325
10711 msgid "Enable linker relaxation"
10712 msgstr ""
10713
10714 #: config/i960/i960.h:327
10715 msgid "Do not enable linker relaxation"
10716 msgstr ""
10717
10718 #: config/ia64/ia64-c.c:51
10719 msgid "malformed #pragma builtin"
10720 msgstr ""
10721
10722 #: config/ia64/ia64.c:4015
10723 msgid "ia64_print_operand: unknown code"
10724 msgstr ""
10725
10726 #: config/ia64/ia64.c:4292
10727 msgid "value of -mfixed-range must have form REG1-REG2"
10728 msgstr ""
10729
10730 #: config/ia64/ia64.c:4319
10731 #, c-format
10732 msgid "%s-%s is an empty range"
10733 msgstr ""
10734
10735 #: config/ia64/ia64.c:4350
10736 msgid "cannot optimize floating point division for both latency and throughput"
10737 msgstr ""
10738
10739 #: config/ia64/ia64.c:4356
10740 msgid "cannot optimize integer division for both latency and throughput"
10741 msgstr ""
10742
10743 #: config/ia64/ia64.c:4368
10744 #, c-format
10745 msgid "bad value (%s) for -mtls-size= switch"
10746 msgstr ""
10747
10748 #. This macro defines names of command options to set and clear bits in
10749 #. `target_flags'. Its definition is an initializer with a subgrouping for
10750 #. each command option.
10751 #: config/ia64/ia64.h:154
10752 msgid "Generate big endian code"
10753 msgstr ""
10754
10755 #: config/ia64/ia64.h:156 config/mcore/mcore.h:159
10756 msgid "Generate little endian code"
10757 msgstr ""
10758
10759 #: config/ia64/ia64.h:158
10760 msgid "Generate code for GNU as"
10761 msgstr ""
10762
10763 #: config/ia64/ia64.h:160
10764 msgid "Generate code for Intel as"
10765 msgstr ""
10766
10767 #: config/ia64/ia64.h:162
10768 msgid "Generate code for GNU ld"
10769 msgstr ""
10770
10771 #: config/ia64/ia64.h:164
10772 msgid "Generate code for Intel ld"
10773 msgstr ""
10774
10775 #: config/ia64/ia64.h:166
10776 msgid "Generate code without GP reg"
10777 msgstr ""
10778
10779 #: config/ia64/ia64.h:168
10780 msgid "Emit stop bits before and after volatile extended asms"
10781 msgstr ""
10782
10783 #: config/ia64/ia64.h:170
10784 msgid "Don't emit stop bits before and after volatile extended asms"
10785 msgstr ""
10786
10787 #: config/ia64/ia64.h:172
10788 msgid "Emit code for Itanium (TM) processor B step"
10789 msgstr ""
10790
10791 #: config/ia64/ia64.h:174
10792 msgid "Use in/loc/out register names"
10793 msgstr ""
10794
10795 #: config/ia64/ia64.h:176
10796 msgid "Disable use of sdata/scommon/sbss"
10797 msgstr ""
10798
10799 #: config/ia64/ia64.h:178
10800 msgid "Enable use of sdata/scommon/sbss"
10801 msgstr ""
10802
10803 #: config/ia64/ia64.h:180
10804 msgid "gp is constant (but save/restore gp on indirect calls)"
10805 msgstr ""
10806
10807 #: config/ia64/ia64.h:182
10808 msgid "Generate self-relocatable code"
10809 msgstr ""
10810
10811 #: config/ia64/ia64.h:184
10812 msgid "Generate inline floating point division, optimize for latency"
10813 msgstr ""
10814
10815 #: config/ia64/ia64.h:186
10816 msgid "Generate inline floating point division, optimize for throughput"
10817 msgstr ""
10818
10819 #: config/ia64/ia64.h:188
10820 msgid "Generate inline integer division, optimize for latency"
10821 msgstr ""
10822
10823 #: config/ia64/ia64.h:190
10824 msgid "Generate inline integer division, optimize for throughput"
10825 msgstr ""
10826
10827 #: config/ia64/ia64.h:192
10828 msgid "Enable Dwarf 2 line debug info via GNU as"
10829 msgstr ""
10830
10831 #: config/ia64/ia64.h:194
10832 msgid "Disable Dwarf 2 line debug info via GNU as"
10833 msgstr ""
10834
10835 #: config/ia64/ia64.h:223
10836 msgid "Specify range of registers to make fixed"
10837 msgstr ""
10838
10839 #: config/ip2k/ip2k.c:1090
10840 msgid "bad operand"
10841 msgstr ""
10842
10843 #: config/m32r/m32r.c:139
10844 #, c-format
10845 msgid "bad value (%s) for -mmodel switch"
10846 msgstr ""
10847
10848 #: config/m32r/m32r.c:148
10849 #, c-format
10850 msgid "bad value (%s) for -msdata switch"
10851 msgstr ""
10852
10853 #: config/m32r/m32r.c:319
10854 #, c-format
10855 msgid "invalid argument of `%s' attribute"
10856 msgstr ""
10857
10858 #: config/m32r/m32r.c:422
10859 msgid "const objects cannot go in .sdata/.sbss"
10860 msgstr ""
10861
10862 #: config/m32r/m32r.c:2256
10863 #, c-format
10864 msgid "invalid operand to %%s code"
10865 msgstr ""
10866
10867 #: config/m32r/m32r.c:2263
10868 #, c-format
10869 msgid "invalid operand to %%p code"
10870 msgstr ""
10871
10872 #: config/m32r/m32r.c:2318
10873 msgid "bad insn for 'A'"
10874 msgstr ""
10875
10876 #: config/m32r/m32r.c:2370
10877 #, c-format
10878 msgid "invalid operand to %%T/%%B code"
10879 msgstr ""
10880
10881 #: config/m32r/m32r.c:2393
10882 #, c-format
10883 msgid "invalid operand to %%N code"
10884 msgstr ""
10885
10886 #: config/m32r/m32r.c:2438
10887 msgid "pre-increment address is not a register"
10888 msgstr ""
10889
10890 #: config/m32r/m32r.c:2445
10891 msgid "pre-decrement address is not a register"
10892 msgstr ""
10893
10894 #: config/m32r/m32r.c:2452
10895 msgid "post-increment address is not a register"
10896 msgstr ""
10897
10898 #: config/m32r/m32r.c:2530 config/m32r/m32r.c:2546
10899 #: config/rs6000/rs6000.c:12802
10900 msgid "bad address"
10901 msgstr ""
10902
10903 #: config/m32r/m32r.c:2551
10904 msgid "lo_sum not of register"
10905 msgstr ""
10906
10907 #. { "relax", TARGET_RELAX_MASK, "" }, { "no-relax", -TARGET_RELAX_MASK, "" },
10908 #: config/m32r/m32r.h:241
10909 msgid "Display compile time statistics"
10910 msgstr ""
10911
10912 #: config/m32r/m32r.h:243
10913 msgid "Align all loops to 32 byte boundary"
10914 msgstr ""
10915
10916 #: config/m32r/m32r.h:246
10917 msgid "Only issue one instruction per cycle"
10918 msgstr ""
10919
10920 #: config/m32r/m32r.h:249
10921 msgid "Prefer branches over conditional execution"
10922 msgstr ""
10923
10924 #: config/m32r/m32r.h:265
10925 msgid "Code size: small, medium or large"
10926 msgstr ""
10927
10928 #: config/m32r/m32r.h:267
10929 msgid "Small data area: none, sdata, use"
10930 msgstr ""
10931
10932 #: config/m68hc11/m68hc11.c:242
10933 #, c-format
10934 msgid "-f%s ignored for 68HC11/68HC12 (not supported)"
10935 msgstr ""
10936
10937 #: config/m68hc11/m68hc11.c:1305
10938 msgid "`trap' and `far' attributes are not compatible, ignoring `far'"
10939 msgstr ""
10940
10941 #: config/m68hc11/m68hc11.c:1311
10942 #, fuzzy
10943 msgid "`trap' attribute is already used"
10944 msgstr "Attribut »%s« wird ignoriert"
10945
10946 #. !!!! SCz wrong here.
10947 #: config/m68hc11/m68hc11.c:3327 config/m68hc11/m68hc11.c:3733
10948 msgid "move insn not handled"
10949 msgstr ""
10950
10951 #: config/m68hc11/m68hc11.c:3579 config/m68hc11/m68hc11.c:3663
10952 #: config/m68hc11/m68hc11.c:3946
10953 msgid "invalid register in the move instruction"
10954 msgstr ""
10955
10956 #: config/m68hc11/m68hc11.c:3613
10957 msgid "invalid operand in the instruction"
10958 msgstr ""
10959
10960 #: config/m68hc11/m68hc11.c:3920
10961 msgid "invalid register in the instruction"
10962 msgstr ""
10963
10964 #: config/m68hc11/m68hc11.c:3953
10965 msgid "operand 1 must be a hard register"
10966 msgstr ""
10967
10968 #: config/m68hc11/m68hc11.c:3970
10969 msgid "invalid rotate insn"
10970 msgstr ""
10971
10972 #: config/m68hc11/m68hc11.c:4391
10973 msgid "registers IX, IY and Z used in the same INSN"
10974 msgstr ""
10975
10976 #: config/m68hc11/m68hc11.c:4728 config/m68hc11/m68hc11.c:5031
10977 msgid "cannot do z-register replacement"
10978 msgstr ""
10979
10980 #: config/m68hc11/m68hc11.c:5094
10981 msgid "invalid Z register replacement for insn"
10982 msgstr ""
10983
10984 #. Macro to define tables used to set the flags. This is a list in braces of
10985 #. pairs in braces, each pair being { "NAME", VALUE } where VALUE is the bits
10986 #. to set or minus the bits to clear. An empty string NAME is used to
10987 #. identify the default VALUE.
10988 #: config/m68hc11/m68hc11.h:172
10989 msgid "Compile with 16-bit integer mode"
10990 msgstr ""
10991
10992 #: config/m68hc11/m68hc11.h:174
10993 msgid "Compile with 32-bit integer mode"
10994 msgstr ""
10995
10996 #: config/m68hc11/m68hc11.h:176
10997 msgid "Auto pre/post decrement increment allowed"
10998 msgstr ""
10999
11000 #: config/m68hc11/m68hc11.h:178
11001 msgid "Auto pre/post decrement increment not allowed"
11002 msgstr ""
11003
11004 #: config/m68hc11/m68hc11.h:180
11005 msgid "Min/max instructions allowed"
11006 msgstr ""
11007
11008 #: config/m68hc11/m68hc11.h:182
11009 msgid "Min/max instructions not allowed"
11010 msgstr ""
11011
11012 #: config/m68hc11/m68hc11.h:184
11013 msgid "Use call and rtc for function calls and returns"
11014 msgstr ""
11015
11016 #: config/m68hc11/m68hc11.h:186
11017 msgid "Use jsr and rts for function calls and returns"
11018 msgstr ""
11019
11020 #: config/m68hc11/m68hc11.h:188
11021 msgid "Do not use direct addressing mode for soft registers"
11022 msgstr ""
11023
11024 #: config/m68hc11/m68hc11.h:190
11025 msgid "Use direct addressing mode for soft registers"
11026 msgstr ""
11027
11028 #: config/m68hc11/m68hc11.h:192 config/m68hc11/m68hc11.h:198
11029 msgid "Compile for a 68HC11"
11030 msgstr ""
11031
11032 #: config/m68hc11/m68hc11.h:194 config/m68hc11/m68hc11.h:200
11033 msgid "Compile for a 68HC12"
11034 msgstr ""
11035
11036 #: config/m68hc11/m68hc11.h:196 config/m68hc11/m68hc11.h:202
11037 msgid "Compile for a 68HCS12"
11038 msgstr ""
11039
11040 #. This macro is similar to `TARGET_SWITCHES' but defines names of
11041 #. command options that have values. Its definition is an
11042 #. initializer with a subgrouping for each command option.
11043 #.
11044 #. Each subgrouping contains a string constant, that defines the
11045 #. fixed part of the option name, and the address of a variable. The
11046 #. variable, type `char *', is set to the variable part of the given
11047 #. option if the fixed part matches. The actual option name is made
11048 #. by appending `-m' to the specified name.
11049 #: config/m68hc11/m68hc11.h:216
11050 msgid "Specify the register allocation order"
11051 msgstr ""
11052
11053 #: config/m68hc11/m68hc11.h:218
11054 msgid "Indicate the number of soft registers available"
11055 msgstr ""
11056
11057 #: config/m68k/m68k.c:158
11058 #, c-format
11059 msgid "-malign-loops=%d is not between 1 and %d"
11060 msgstr ""
11061
11062 #: config/m68k/m68k.c:169
11063 #, c-format
11064 msgid "-malign-jumps=%d is not between 1 and %d"
11065 msgstr ""
11066
11067 #: config/m68k/m68k.c:180
11068 #, c-format
11069 msgid "-malign-functions=%d is not between 1 and %d"
11070 msgstr ""
11071
11072 #: config/m68k/m68k.c:189
11073 msgid "-fPIC is not currently supported on the 68000 or 68010\n"
11074 msgstr ""
11075
11076 #. Macro to define tables used to set the flags.
11077 #. This is a list in braces of pairs in braces,
11078 #. each pair being { "NAME", VALUE }
11079 #. where VALUE is the bits to set or minus the bits to clear.
11080 #. An empty string NAME is used to identify the default VALUE.
11081 #: config/m68k/m68k.h:162 config/m68k/m68k.h:164
11082 msgid "Generate code for a 68020"
11083 msgstr ""
11084
11085 #: config/m68k/m68k.h:169 config/m68k/m68k.h:172
11086 msgid "Generate code for a 68000"
11087 msgstr ""
11088
11089 #: config/m68k/m68k.h:174
11090 msgid "Use the bit-field instructions"
11091 msgstr ""
11092
11093 #: config/m68k/m68k.h:176
11094 msgid "Do not use the bit-field instructions"
11095 msgstr ""
11096
11097 #: config/m68k/m68k.h:178
11098 msgid "Use different calling convention using 'rtd'"
11099 msgstr ""
11100
11101 #: config/m68k/m68k.h:182
11102 msgid "Consider type `int' to be 16 bits wide"
11103 msgstr ""
11104
11105 #: config/m68k/m68k.h:184
11106 msgid "Consider type `int' to be 32 bits wide"
11107 msgstr ""
11108
11109 #: config/m68k/m68k.h:186
11110 msgid "Generate code for a Sun FPA"
11111 msgstr ""
11112
11113 #: config/m68k/m68k.h:189
11114 msgid "Do not generate code for a Sun FPA"
11115 msgstr ""
11116
11117 #: config/m68k/m68k.h:191 config/m68k/m68k.h:193
11118 msgid "Generate code for a Sun Sky board"
11119 msgstr ""
11120
11121 #: config/m68k/m68k.h:195
11122 msgid "Do not use Sky linkage convention"
11123 msgstr ""
11124
11125 #: config/m68k/m68k.h:197
11126 msgid "Generate code for a 68881"
11127 msgstr ""
11128
11129 #: config/m68k/m68k.h:200
11130 msgid "Generate code with library calls for floating point"
11131 msgstr ""
11132
11133 #: config/m68k/m68k.h:202
11134 msgid "Generate code for a 68040, without any new instructions"
11135 msgstr ""
11136
11137 #: config/m68k/m68k.h:205
11138 msgid "Generate code for a 68060, without any new instructions"
11139 msgstr ""
11140
11141 #: config/m68k/m68k.h:209
11142 msgid "Generate code for a 68030"
11143 msgstr ""
11144
11145 #: config/m68k/m68k.h:212
11146 msgid "Generate code for a 68040"
11147 msgstr ""
11148
11149 #: config/m68k/m68k.h:216
11150 msgid "Generate code for a 68060"
11151 msgstr ""
11152
11153 #: config/m68k/m68k.h:221
11154 msgid "Generate code for a 520X"
11155 msgstr ""
11156
11157 #: config/m68k/m68k.h:224
11158 msgid "Generate code for a 68851"
11159 msgstr ""
11160
11161 #: config/m68k/m68k.h:226
11162 msgid "Do no generate code for a 68851"
11163 msgstr ""
11164
11165 #: config/m68k/m68k.h:229
11166 msgid "Generate code for a 68302"
11167 msgstr ""
11168
11169 #: config/m68k/m68k.h:232
11170 msgid "Generate code for a 68332"
11171 msgstr ""
11172
11173 #: config/m68k/m68k.h:236
11174 msgid "Generate code for a cpu32"
11175 msgstr ""
11176
11177 #: config/m68k/m68k.h:239
11178 msgid "Align variables on a 32-bit boundary"
11179 msgstr ""
11180
11181 #: config/m68k/m68k.h:241
11182 msgid "Align variables on a 16-bit boundary"
11183 msgstr ""
11184
11185 #: config/m68k/m68k.h:243
11186 msgid "Generate pc-relative code"
11187 msgstr ""
11188
11189 #: config/m68k/m68k.h:245
11190 msgid "Do not use unaligned memory references"
11191 msgstr ""
11192
11193 #: config/m68k/m68k.h:247
11194 msgid "Use unaligned memory references"
11195 msgstr ""
11196
11197 #: config/m88k/m88k.c:903
11198 #, c-format
11199 msgid "internal gcc monitor: short-branch(%x)"
11200 msgstr ""
11201
11202 #: config/m88k/m88k.c:2302
11203 msgid "internal gcc error: Can't express symbolic location"
11204 msgstr ""
11205
11206 #: config/m88k/m88k.c:2517
11207 #, c-format
11208 msgid "argument #%d is a structure"
11209 msgstr ""
11210
11211 #: config/m88k/m88k.c:2816
11212 #, c-format
11213 msgid "%%R not followed by %%B/C/D/E"
11214 msgstr ""
11215
11216 #: config/m88k/m88k.c:2884
11217 #, c-format
11218 msgid "invalid %%x/X value"
11219 msgstr ""
11220
11221 #: config/m88k/m88k.c:2901
11222 #, c-format
11223 msgid "invalid %%Q value"
11224 msgstr ""
11225
11226 #: config/m88k/m88k.c:2907 config/rs6000/rs6000.c:7718
11227 #, c-format
11228 msgid "invalid %%q value"
11229 msgstr ""
11230
11231 #: config/m88k/m88k.c:2913
11232 #, c-format
11233 msgid "invalid %%o value"
11234 msgstr ""
11235
11236 #: config/m88k/m88k.c:2920 config/rs6000/rs6000.c:7681
11237 #, c-format
11238 msgid "invalid %%p value"
11239 msgstr ""
11240
11241 #: config/m88k/m88k.c:2933 config/m88k/m88k.c:2938
11242 #, c-format
11243 msgid "invalid %%s/S value"
11244 msgstr ""
11245
11246 #: config/m88k/m88k.c:2949
11247 #, c-format
11248 msgid "invalid %%P operand"
11249 msgstr ""
11250
11251 #: config/m88k/m88k.c:2980 config/romp/romp.c:690
11252 #, c-format
11253 msgid "invalid %%B value"
11254 msgstr ""
11255
11256 #: config/m88k/m88k.c:3010
11257 #, c-format
11258 msgid "invalid %%D value"
11259 msgstr ""
11260
11261 #: config/m88k/m88k.c:3023
11262 #, c-format
11263 msgid "`%%d' operand isn't a register"
11264 msgstr ""
11265
11266 #: config/m88k/m88k.c:3041
11267 msgid "operand is r0"
11268 msgstr ""
11269
11270 #: config/m88k/m88k.c:3055
11271 msgid "operand is const_double"
11272 msgstr ""
11273
11274 #: config/m88k/m88k.c:3074
11275 msgid "invalid code"
11276 msgstr ""
11277
11278 #. Do any checking or such that is needed after processing the -m switches.
11279 #: config/m88k/m88k.h:277
11280 msgid "-mtrap-large-shift and -mhandle-large-shift are incompatible"
11281 msgstr ""
11282
11283 #: config/m88k/m88k.h:299
11284 #, c-format
11285 msgid "invalid option `-mshort-data-%s'"
11286 msgstr ""
11287
11288 #: config/m88k/m88k.h:304
11289 #, c-format
11290 msgid "-mshort-data-%s is too large "
11291 msgstr ""
11292
11293 #: config/m88k/m88k.h:306
11294 #, c-format
11295 msgid "-mshort-data-%s and PIC are incompatible"
11296 msgstr ""
11297
11298 #: config/mcore/mcore.c:3078
11299 #, c-format
11300 msgid "invalid option `-mstack-increment=%s'"
11301 msgstr ""
11302
11303 #: config/mcore/mcore.h:126
11304 msgid "Inline constants if it can be done in 2 insns or less"
11305 msgstr ""
11306
11307 #: config/mcore/mcore.h:128
11308 msgid "Inline constants if it only takes 1 instruction"
11309 msgstr ""
11310
11311 #: config/mcore/mcore.h:130
11312 msgid "Set maximum alignment to 4"
11313 msgstr ""
11314
11315 #: config/mcore/mcore.h:132
11316 msgid "Set maximum alignment to 8"
11317 msgstr ""
11318
11319 #: config/mcore/mcore.h:136
11320 msgid "Do not use the divide instruction"
11321 msgstr ""
11322
11323 #: config/mcore/mcore.h:140
11324 msgid "Do not arbitrary sized immediates in bit operations"
11325 msgstr ""
11326
11327 #: config/mcore/mcore.h:142
11328 msgid "Always treat bit-field as int-sized"
11329 msgstr ""
11330
11331 #: config/mcore/mcore.h:146
11332 msgid "Force functions to be aligned to a 4 byte boundary"
11333 msgstr ""
11334
11335 #: config/mcore/mcore.h:148
11336 msgid "Force functions to be aligned to a 2 byte boundary"
11337 msgstr ""
11338
11339 #: config/mcore/mcore.h:150
11340 msgid "Emit call graph information"
11341 msgstr ""
11342
11343 #: config/mcore/mcore.h:154
11344 msgid "Prefer word accesses over byte accesses"
11345 msgstr ""
11346
11347 #: config/mcore/mcore.h:165
11348 msgid "Generate code for the M*Core M340"
11349 msgstr ""
11350
11351 #: config/mcore/mcore.h:178
11352 msgid "Maximum amount for a single stack increment operation"
11353 msgstr ""
11354
11355 #: config/mips/mips.c:5128
11356 #, c-format
11357 msgid "bad value (%s) for -mabi= switch"
11358 msgstr ""
11359
11360 #: config/mips/mips.c:5158
11361 #, c-format
11362 msgid "-mips%d conflicts with the other architecture options, which specify a MIPS%d processor"
11363 msgstr ""
11364
11365 #: config/mips/mips.c:5165
11366 #, c-format
11367 msgid "bad value (%s) for -mips switch"
11368 msgstr ""
11369
11370 #: config/mips/mips.c:5180
11371 #, c-format
11372 msgid "-march=%s is not compatible with the selected ABI"
11373 msgstr ""
11374
11375 #: config/mips/mips.c:5192
11376 msgid "-mgp64 used with a 32-bit processor"
11377 msgstr ""
11378
11379 #: config/mips/mips.c:5194
11380 msgid "-mgp32 used with a 64-bit ABI"
11381 msgstr ""
11382
11383 #: config/mips/mips.c:5196
11384 msgid "-mgp64 used with a 32-bit ABI"
11385 msgstr ""
11386
11387 #: config/mips/mips.c:5214 config/mips/mips.c:5216 config/mips/mips.c:5218
11388 #, c-format
11389 msgid "unsupported combination: %s"
11390 msgstr ""
11391
11392 #: config/mips/mips.c:5288
11393 msgid "generation of Branch Likely instructions enabled, but not supported by architecture"
11394 msgstr ""
11395
11396 #: config/mips/mips.c:5299
11397 msgid "-G is incompatible with PIC code which is the default"
11398 msgstr ""
11399
11400 #: config/mips/mips.c:5315
11401 msgid "-membedded-pic and -mabicalls are incompatible"
11402 msgstr ""
11403
11404 #: config/mips/mips.c:5318
11405 msgid "-G and -membedded-pic are incompatible"
11406 msgstr ""
11407
11408 #: config/mips/mips.c:5369
11409 #, c-format
11410 msgid "invalid option `entry%s'"
11411 msgstr ""
11412
11413 #: config/mips/mips.c:5372
11414 msgid "-mentry is only meaningful with -mips-16"
11415 msgstr ""
11416
11417 #: config/mips/mips.c:5781
11418 #, c-format
11419 msgid "internal error: %%) found without a %%( in assembler pattern"
11420 msgstr ""
11421
11422 #: config/mips/mips.c:5795
11423 #, c-format
11424 msgid "internal error: %%] found without a %%[ in assembler pattern"
11425 msgstr ""
11426
11427 #: config/mips/mips.c:5808
11428 #, c-format
11429 msgid "internal error: %%> found without a %%< in assembler pattern"
11430 msgstr ""
11431
11432 #: config/mips/mips.c:5821
11433 #, c-format
11434 msgid "internal error: %%} found without a %%{ in assembler pattern"
11435 msgstr ""
11436
11437 #: config/mips/mips.c:5835
11438 #, c-format
11439 msgid "PRINT_OPERAND: unknown punctuation '%c'"
11440 msgstr ""
11441
11442 #: config/mips/mips.c:5844 config/xtensa/xtensa.c:1939
11443 msgid "PRINT_OPERAND null pointer"
11444 msgstr ""
11445
11446 #: config/mips/mips.c:5975
11447 #, c-format
11448 msgid "invalid use of %%d, %%x, or %%X"
11449 msgstr ""
11450
11451 #: config/mips/mips.c:6013 config/xtensa/xtensa.c:2033
11452 msgid "PRINT_OPERAND_ADDRESS, null pointer"
11453 msgstr ""
11454
11455 #: config/mips/mips.c:6242
11456 msgid "MIPS ECOFF format does not allow changing filenames within functions with #line"
11457 msgstr ""
11458
11459 #: config/mips/mips.c:6552
11460 msgid "can't rewind temp file"
11461 msgstr ""
11462
11463 #: config/mips/mips.c:6556
11464 msgid "can't write to output file"
11465 msgstr ""
11466
11467 #: config/mips/mips.c:6559
11468 msgid "can't read from temp file"
11469 msgstr ""
11470
11471 #: config/mips/mips.c:6562
11472 msgid "can't close temp file"
11473 msgstr ""
11474
11475 #: config/mips/mips.c:7003
11476 #, c-format
11477 msgid "gp_offset (%ld) or end_offset (%ld) is less than zero"
11478 msgstr ""
11479
11480 #: config/mips/mips.c:7112
11481 #, c-format
11482 msgid "fp_offset (%ld) or end_offset (%ld) is less than zero"
11483 msgstr ""
11484
11485 #: config/mips/mips.c:9335
11486 #, c-format
11487 msgid "can not handle inconsistent calls to `%s'"
11488 msgstr ""
11489
11490 #: config/mips/mips.c:10467
11491 msgid "the cpu name must be lower case"
11492 msgstr ""
11493
11494 #: config/mips/mips.c:10489
11495 #, c-format
11496 msgid "bad value (%s) for %s"
11497 msgstr ""
11498
11499 #. Target CPU builtins.
11500 #. We do this here because __mips is defined below and so we can't use builtin_define_std.
11501 #. Treat _R3000 and _R4000 like register-size defines, which is how they've historically been used.
11502 #. Macros dependent on the C dialect.
11503 #. Bizzare, but needed at least for Irix.
11504 #. Macro to define tables used to set the flags.
11505 #. This is a list in braces of pairs in braces,
11506 #. each pair being { "NAME", VALUE }
11507 #. where VALUE is the bits to set or minus the bits to clear.
11508 #. An empty string NAME is used to identify the default VALUE.
11509 #: config/mips/mips.h:528 config/mn10300/mn10300.h:64
11510 msgid "No default crt0.o"
11511 msgstr ""
11512
11513 #: config/mips/mips.h:530
11514 msgid "Use 64-bit int type"
11515 msgstr ""
11516
11517 #: config/mips/mips.h:532
11518 msgid "Use 64-bit long type"
11519 msgstr ""
11520
11521 #: config/mips/mips.h:534
11522 msgid "Use 32-bit long type"
11523 msgstr ""
11524
11525 #: config/mips/mips.h:536
11526 msgid "Optimize lui/addiu address loads"
11527 msgstr ""
11528
11529 #: config/mips/mips.h:538
11530 msgid "Don't optimize lui/addiu address loads"
11531 msgstr ""
11532
11533 #: config/mips/mips.h:540
11534 msgid "Use MIPS as"
11535 msgstr ""
11536
11537 #: config/mips/mips.h:542
11538 msgid "Use GNU as"
11539 msgstr ""
11540
11541 #: config/mips/mips.h:544
11542 msgid "Use symbolic register names"
11543 msgstr ""
11544
11545 #: config/mips/mips.h:546
11546 msgid "Don't use symbolic register names"
11547 msgstr ""
11548
11549 #: config/mips/mips.h:548 config/mips/mips.h:550
11550 msgid "Use GP relative sdata/sbss sections"
11551 msgstr ""
11552
11553 #: config/mips/mips.h:552 config/mips/mips.h:554
11554 msgid "Don't use GP relative sdata/sbss sections"
11555 msgstr ""
11556
11557 #: config/mips/mips.h:556
11558 msgid "Output compiler statistics"
11559 msgstr ""
11560
11561 #: config/mips/mips.h:558
11562 msgid "Don't output compiler statistics"
11563 msgstr ""
11564
11565 #: config/mips/mips.h:560
11566 msgid "Don't optimize block moves"
11567 msgstr ""
11568
11569 #: config/mips/mips.h:562
11570 msgid "Optimize block moves"
11571 msgstr ""
11572
11573 #: config/mips/mips.h:564
11574 msgid "Use mips-tfile asm postpass"
11575 msgstr ""
11576
11577 #: config/mips/mips.h:566
11578 msgid "Don't use mips-tfile asm postpass"
11579 msgstr ""
11580
11581 #. Macro to define tables used to set the flags.
11582 #. This is a list in braces of triplets in braces,
11583 #. each triplet being { "NAME", VALUE, DOC }
11584 #. where VALUE is the bits to set or minus the bits to clear and DOC
11585 #. is the documentation for --help (NULL if intentionally undocumented).
11586 #. An empty string NAME is used to identify the default VALUE.
11587 #: config/mips/mips.h:570 config/pdp11/pdp11.h:56
11588 msgid "Use hardware floating point"
11589 msgstr ""
11590
11591 #: config/mips/mips.h:572
11592 msgid "Use 64-bit FP registers"
11593 msgstr ""
11594
11595 #: config/mips/mips.h:574
11596 msgid "Use 32-bit FP registers"
11597 msgstr ""
11598
11599 #: config/mips/mips.h:576
11600 msgid "Use 64-bit general registers"
11601 msgstr ""
11602
11603 #: config/mips/mips.h:578
11604 msgid "Use 32-bit general registers"
11605 msgstr ""
11606
11607 #: config/mips/mips.h:580
11608 msgid "Use Irix PIC"
11609 msgstr ""
11610
11611 #: config/mips/mips.h:582
11612 msgid "Don't use Irix PIC"
11613 msgstr ""
11614
11615 #: config/mips/mips.h:584
11616 msgid "Use indirect calls"
11617 msgstr ""
11618
11619 #: config/mips/mips.h:586
11620 msgid "Don't use indirect calls"
11621 msgstr ""
11622
11623 #: config/mips/mips.h:588
11624 msgid "Use embedded PIC"
11625 msgstr ""
11626
11627 #: config/mips/mips.h:590
11628 msgid "Don't use embedded PIC"
11629 msgstr ""
11630
11631 #: config/mips/mips.h:592
11632 msgid "Use ROM instead of RAM"
11633 msgstr ""
11634
11635 #: config/mips/mips.h:594
11636 msgid "Don't use ROM instead of RAM"
11637 msgstr ""
11638
11639 #: config/mips/mips.h:596
11640 msgid "Put uninitialized constants in ROM (needs -membedded-data)"
11641 msgstr ""
11642
11643 #: config/mips/mips.h:598
11644 msgid "Don't put uninitialized constants in ROM"
11645 msgstr ""
11646
11647 #. Macro to define tables used to set the flags.
11648 #: config/mips/mips.h:600 config/xtensa/xtensa.h:110
11649 msgid "Use big-endian byte order"
11650 msgstr ""
11651
11652 #: config/mips/mips.h:602 config/xtensa/xtensa.h:112
11653 msgid "Use little-endian byte order"
11654 msgstr ""
11655
11656 #: config/mips/mips.h:604
11657 msgid "Use single (32-bit) FP only"
11658 msgstr ""
11659
11660 #: config/mips/mips.h:606
11661 msgid "Don't use single (32-bit) FP only"
11662 msgstr ""
11663
11664 #: config/mips/mips.h:608
11665 msgid "Use multiply accumulate"
11666 msgstr ""
11667
11668 #: config/mips/mips.h:610
11669 msgid "Don't use multiply accumulate"
11670 msgstr ""
11671
11672 #: config/mips/mips.h:612 config/rs6000/rs6000.h:314
11673 msgid "Don't generate fused multiply/add instructions"
11674 msgstr ""
11675
11676 #: config/mips/mips.h:614 config/rs6000/rs6000.h:312
11677 msgid "Generate fused multiply/add instructions"
11678 msgstr ""
11679
11680 #: config/mips/mips.h:616
11681 msgid "Work around early 4300 hardware bug"
11682 msgstr ""
11683
11684 #: config/mips/mips.h:618
11685 msgid "Don't work around early 4300 hardware bug"
11686 msgstr ""
11687
11688 #: config/mips/mips.h:620
11689 msgid "Trap on integer divide by zero"
11690 msgstr ""
11691
11692 #: config/mips/mips.h:622
11693 msgid "Don't trap on integer divide by zero"
11694 msgstr ""
11695
11696 #: config/mips/mips.h:624
11697 msgid "Trap on integer divide overflow"
11698 msgstr ""
11699
11700 #: config/mips/mips.h:626
11701 msgid "Don't trap on integer divide overflow"
11702 msgstr ""
11703
11704 #: config/mips/mips.h:628
11705 msgid "Use Branch Likely instructions, overriding default for arch"
11706 msgstr ""
11707
11708 #: config/mips/mips.h:630
11709 msgid "Don't use Branch Likely instructions, overriding default for arch"
11710 msgstr ""
11711
11712 #: config/mips/mips.h:744 config/pa/pa.h:310
11713 msgid "Specify CPU for scheduling purposes"
11714 msgstr ""
11715
11716 #: config/mips/mips.h:746
11717 msgid "Specify CPU for code generation purposes"
11718 msgstr ""
11719
11720 #: config/mips/mips.h:748
11721 msgid "Specify an ABI"
11722 msgstr ""
11723
11724 #: config/mips/mips.h:750
11725 msgid "Specify a Standard MIPS ISA"
11726 msgstr ""
11727
11728 #: config/mips/mips.h:752
11729 msgid "Use mips16 entry/exit psuedo ops"
11730 msgstr ""
11731
11732 #: config/mips/mips.h:754
11733 msgid "Don't use MIPS16 instructions"
11734 msgstr ""
11735
11736 #: config/mips/mips.h:756
11737 msgid "Don't call any cache flush functions"
11738 msgstr ""
11739
11740 #: config/mips/mips.h:758
11741 msgid "Specify cache flush function"
11742 msgstr ""
11743
11744 #. Output assembler code to FILE to increment profiler label # LABELNO
11745 #. for profiling a function entry.
11746 #: config/mips/mips.h:2900
11747 msgid "mips16 function profiling"
11748 msgstr ""
11749
11750 #: config/mmix/mmix.c:189
11751 #, c-format
11752 msgid "-f%s not supported: ignored"
11753 msgstr ""
11754
11755 #: config/mmix/mmix.c:644
11756 #, c-format
11757 msgid "too large function value type, needs %d registers, have only %d registers for this"
11758 msgstr ""
11759
11760 #: config/mmix/mmix.c:826
11761 msgid "function_profiler support for MMIX"
11762 msgstr ""
11763
11764 #: config/mmix/mmix.c:848
11765 msgid "MMIX Internal: Last named vararg would not fit in a register"
11766 msgstr ""
11767
11768 #: config/mmix/mmix.c:1639 config/mmix/mmix.c:1769
11769 msgid "MMIX Internal: Expected a CONST_INT, not this"
11770 msgstr ""
11771
11772 #: config/mmix/mmix.c:1647 config/mmix/mmix.c:1671 config/mmix/mmix.c:1787
11773 #, c-format
11774 msgid "MMIX Internal: Bad register: %d"
11775 msgstr ""
11776
11777 #: config/mmix/mmix.c:1718
11778 msgid "MMIX Internal: Bad value for 'm', not a CONST_INT"
11779 msgstr ""
11780
11781 #: config/mmix/mmix.c:1737
11782 msgid "MMIX Internal: Expected a register, not this"
11783 msgstr ""
11784
11785 #: config/mmix/mmix.c:1747
11786 msgid "MMIX Internal: Expected a constant, not this"
11787 msgstr ""
11788
11789 #. Presumably there's a missing case above if we get here.
11790 #: config/mmix/mmix.c:1779
11791 #, c-format
11792 msgid "MMIX Internal: Missing `%c' case in mmix_print_operand"
11793 msgstr ""
11794
11795 #. We need the original here.
11796 #: config/mmix/mmix.c:1831
11797 msgid "MMIX Internal: Cannot decode this operand"
11798 msgstr ""
11799
11800 #: config/mmix/mmix.c:1891
11801 msgid "MMIX Internal: This is not a recognized address"
11802 msgstr ""
11803
11804 #: config/mmix/mmix.c:2082
11805 #, c-format
11806 msgid "stack frame not a multiple of 8 bytes: %d"
11807 msgstr ""
11808
11809 #: config/mmix/mmix.c:2321
11810 #, c-format
11811 msgid "stack frame not a multiple of octabyte: %d"
11812 msgstr ""
11813
11814 #: config/mmix/mmix.c:2818 config/mmix/mmix.c:2887
11815 #, c-format
11816 msgid "MMIX Internal: %s is not a shiftable int"
11817 msgstr ""
11818
11819 #: config/mmix/mmix.c:3006
11820 msgid "MMIX Internal: Trying to output invalidly reversed condition:"
11821 msgstr ""
11822
11823 #: config/mmix/mmix.c:3013
11824 msgid "MMIX Internal: What's the CC of this?"
11825 msgstr ""
11826
11827 #: config/mmix/mmix.c:3017
11828 msgid "MMIX Internal: What is the CC of this?"
11829 msgstr ""
11830
11831 #: config/mmix/mmix.c:3088
11832 msgid "MMIX Internal: This is not a constant:"
11833 msgstr ""
11834
11835 #. For these target macros, there is no generic documentation here. You
11836 #. should read `Using and Porting GCC' for that. Only comments specific
11837 #. to the MMIX target are here.
11838 #.
11839 #. There are however references to the specific texinfo node (comments
11840 #. with "Node:"), so there should be little or nothing amiss. Probably
11841 #. the opposite, since we don't have to care about old littering and
11842 #. soon outdated generic comments.
11843 #. Node: Driver
11844 #. User symbols are in the same name-space as built-in symbols, but we
11845 #. don't need the built-in symbols, so remove those and instead apply
11846 #. stricter operand checking. Don't warn when expanding insns.
11847 #. Pass on -mset-program-start=N and -mset-data-start=M to the linker.
11848 #. Provide default program start 0x100 unless -mno-set-program-start.
11849 #. Don't do this if linking relocatably, with -r. For a final link,
11850 #. produce mmo, unless ELF is requested or when linking relocatably.
11851 #. Put unused option values here.
11852 #: config/mmix/mmix.h:132
11853 msgid "Set start-address of the program"
11854 msgstr ""
11855
11856 #: config/mmix/mmix.h:134
11857 msgid "Set start-address of data"
11858 msgstr ""
11859
11860 #. FIXME: Provide a way to *load* the epsilon register.
11861 #: config/mmix/mmix.h:198
11862 msgid "For intrinsics library: pass all parameters in registers"
11863 msgstr ""
11864
11865 #: config/mmix/mmix.h:201
11866 msgid "Use register stack for parameters and return value"
11867 msgstr ""
11868
11869 #: config/mmix/mmix.h:203
11870 msgid "Use call-clobbered registers for parameters and return value"
11871 msgstr ""
11872
11873 #: config/mmix/mmix.h:205
11874 msgid "Use epsilon-respecting floating point compare instructions"
11875 msgstr ""
11876
11877 #: config/mmix/mmix.h:208
11878 msgid "Use zero-extending memory loads, not sign-extending ones"
11879 msgstr ""
11880
11881 #: config/mmix/mmix.h:211
11882 msgid "Generate divide results with reminder having the same sign as the divisor (not the dividend)"
11883 msgstr ""
11884
11885 #: config/mmix/mmix.h:215
11886 msgid "Prepend global symbols with \":\" (for use with PREFIX)"
11887 msgstr ""
11888
11889 #: config/mmix/mmix.h:217
11890 msgid "Do not provide a default start-address 0x100 of the program"
11891 msgstr ""
11892
11893 #: config/mmix/mmix.h:219
11894 msgid "Link to emit program in ELF format (rather than mmo)"
11895 msgstr ""
11896
11897 #: config/mmix/mmix.h:221
11898 msgid "Use P-mnemonics for branches statically predicted as taken"
11899 msgstr ""
11900
11901 #: config/mmix/mmix.h:223
11902 msgid "Don't use P-mnemonics for branches"
11903 msgstr ""
11904
11905 #: config/mmix/mmix.h:225
11906 msgid "Use addresses that allocate global registers"
11907 msgstr ""
11908
11909 #: config/mmix/mmix.h:227
11910 msgid "Do not use addresses that allocate global registers"
11911 msgstr ""
11912
11913 #: config/mmix/mmix.h:229
11914 msgid "Generate a single exit point for each function"
11915 msgstr ""
11916
11917 #: config/mmix/mmix.h:231
11918 msgid "Do not generate a single exit point for each function"
11919 msgstr ""
11920
11921 #: config/mn10300/mn10300.h:59
11922 msgid "Work around hardware multiply bug"
11923 msgstr ""
11924
11925 #: config/mn10300/mn10300.h:60
11926 msgid "Do not work around hardware multiply bug"
11927 msgstr ""
11928
11929 #: config/mn10300/mn10300.h:61
11930 msgid "Target the AM33 processor"
11931 msgstr ""
11932
11933 #: config/mn10300/mn10300.h:65
11934 msgid "Enable linker relaxations"
11935 msgstr ""
11936
11937 #: config/ns32k/ns32k.h:142 config/s390/s390.h:69
11938 msgid "Don't use hardware fp"
11939 msgstr ""
11940
11941 #: config/ns32k/ns32k.h:143
11942 msgid "Alternative calling convention"
11943 msgstr ""
11944
11945 #: config/ns32k/ns32k.h:145
11946 msgid "Pass some arguments in registers"
11947 msgstr ""
11948
11949 #: config/ns32k/ns32k.h:146
11950 msgid "Pass all arguments on stack"
11951 msgstr ""
11952
11953 #: config/ns32k/ns32k.h:147
11954 msgid "Optimize for 32532 cpu"
11955 msgstr ""
11956
11957 #: config/ns32k/ns32k.h:148
11958 msgid "Optimize for 32332 cpu"
11959 msgstr ""
11960
11961 #: config/ns32k/ns32k.h:150
11962 msgid "Optimize for 32032"
11963 msgstr ""
11964
11965 #: config/ns32k/ns32k.h:152
11966 msgid "Register sb is zero. Use for absolute addressing"
11967 msgstr ""
11968
11969 #: config/ns32k/ns32k.h:153
11970 msgid "Do not use register sb"
11971 msgstr ""
11972
11973 #: config/ns32k/ns32k.h:155
11974 msgid "Use bit-field instructions"
11975 msgstr ""
11976
11977 #: config/ns32k/ns32k.h:157
11978 msgid "Do not use bit-field instructions"
11979 msgstr ""
11980
11981 #: config/ns32k/ns32k.h:158
11982 msgid "Generate code for high memory"
11983 msgstr ""
11984
11985 #: config/ns32k/ns32k.h:159
11986 msgid "Generate code for low memory"
11987 msgstr ""
11988
11989 #: config/ns32k/ns32k.h:160
11990 msgid "32381 fpu"
11991 msgstr ""
11992
11993 #: config/ns32k/ns32k.h:162
11994 msgid "Use multiply-accumulate fp instructions"
11995 msgstr ""
11996
11997 #: config/ns32k/ns32k.h:164
11998 msgid "Do not use multiply-accumulate fp instructions"
11999 msgstr ""
12000
12001 #: config/ns32k/ns32k.h:165
12002 msgid "\"Small register classes\" kludge"
12003 msgstr ""
12004
12005 #: config/ns32k/ns32k.h:166
12006 msgid "No \"Small register classes\" kludge"
12007 msgstr ""
12008
12009 #: config/pa/pa.c:261
12010 #, c-format
12011 msgid ""
12012 "unknown -mschedule= option (%s).\n"
12013 "Valid options are 700, 7100, 7100LC, 7200, 7300, and 8000\n"
12014 msgstr ""
12015
12016 #: config/pa/pa.c:286
12017 #, c-format
12018 msgid ""
12019 "unknown -march= option (%s).\n"
12020 "Valid options are 1.0, 1.1, and 2.0\n"
12021 msgstr ""
12022
12023 #: config/pa/pa.c:299
12024 msgid "PIC code generation is not supported in the portable runtime model\n"
12025 msgstr ""
12026
12027 #: config/pa/pa.c:304
12028 msgid "PIC code generation is not compatible with fast indirect calls\n"
12029 msgstr ""
12030
12031 #: config/pa/pa.c:309
12032 msgid "-g is only supported when using GAS on this processor,"
12033 msgstr ""
12034
12035 #: config/pa/pa.c:310
12036 msgid "-g option disabled"
12037 msgstr ""
12038
12039 #: config/pa/pa-hiux.h:75 config/pa/pa-hpux.h:87 config/pa/pa-hpux7.h:81
12040 #: config/pa/pa64-hpux.h:25
12041 msgid "Generate cpp defines for server IO"
12042 msgstr ""
12043
12044 #: config/pa/pa-hiux.h:76 config/pa/pa-hpux.h:88 config/pa/pa-hpux7.h:82
12045 #: config/pa/pa64-hpux.h:27
12046 msgid "Generate cpp defines for workstation IO"
12047 msgstr ""
12048
12049 #. Macro to define tables used to set the flags. This is a
12050 #. list in braces of target switches with each switch being
12051 #. { "NAME", VALUE, "HELP_STRING" }. VALUE is the bits to set,
12052 #. or minus the bits to clear. An empty string NAME is used to
12053 #. identify the default VALUE. Do not mark empty strings for
12054 #. translation.
12055 #: config/pa/pa.h:232 config/pa/pa.h:238
12056 msgid "Generate PA1.1 code"
12057 msgstr ""
12058
12059 #: config/pa/pa.h:234 config/pa/pa.h:236
12060 msgid "Generate PA1.0 code"
12061 msgstr ""
12062
12063 #: config/pa/pa.h:240
12064 msgid "Generate PA2.0 code (requires binutils 2.10 or later)"
12065 msgstr ""
12066
12067 #: config/pa/pa.h:242
12068 msgid "Disable FP regs"
12069 msgstr ""
12070
12071 #: config/pa/pa.h:244
12072 msgid "Do not disable FP regs"
12073 msgstr ""
12074
12075 #: config/pa/pa.h:246
12076 msgid "Disable space regs"
12077 msgstr ""
12078
12079 #: config/pa/pa.h:248
12080 msgid "Do not disable space regs"
12081 msgstr ""
12082
12083 #: config/pa/pa.h:250
12084 msgid "Put jumps in call delay slots"
12085 msgstr ""
12086
12087 #: config/pa/pa.h:252
12088 msgid "Do not put jumps in call delay slots"
12089 msgstr ""
12090
12091 #: config/pa/pa.h:254
12092 msgid "Disable indexed addressing"
12093 msgstr ""
12094
12095 #: config/pa/pa.h:256
12096 msgid "Do not disable indexed addressing"
12097 msgstr ""
12098
12099 #: config/pa/pa.h:258
12100 msgid "Use portable calling conventions"
12101 msgstr ""
12102
12103 #: config/pa/pa.h:260
12104 msgid "Do not use portable calling conventions"
12105 msgstr ""
12106
12107 #: config/pa/pa.h:262
12108 msgid "Assume code will be assembled by GAS"
12109 msgstr ""
12110
12111 #: config/pa/pa.h:264
12112 msgid "Do not assume code will be assembled by GAS"
12113 msgstr ""
12114
12115 #: config/pa/pa.h:268
12116 msgid "Do not use software floating point"
12117 msgstr ""
12118
12119 #: config/pa/pa.h:270
12120 msgid "Emit long load/store sequences"
12121 msgstr ""
12122
12123 #: config/pa/pa.h:272
12124 msgid "Do not emit long load/store sequences"
12125 msgstr ""
12126
12127 #: config/pa/pa.h:274
12128 msgid "Generate fast indirect calls"
12129 msgstr ""
12130
12131 #: config/pa/pa.h:276
12132 msgid "Do not generate fast indirect calls"
12133 msgstr ""
12134
12135 #: config/pa/pa.h:278
12136 msgid "Generate code for huge switch statements"
12137 msgstr ""
12138
12139 #: config/pa/pa.h:280
12140 msgid "Do not generate code for huge switch statements"
12141 msgstr ""
12142
12143 #: config/pa/pa.h:282
12144 msgid "Always generate long calls"
12145 msgstr ""
12146
12147 #: config/pa/pa.h:284
12148 msgid "Generate long calls only when needed"
12149 msgstr ""
12150
12151 #: config/pa/pa.h:286
12152 msgid "Enable linker optimizations"
12153 msgstr ""
12154
12155 #: config/pa/pa.h:312
12156 msgid "Specify architecture for code generation. Values are 1.0, 1.1, and 2.0. 2.0 requires gas snapshot 19990413 or later."
12157 msgstr ""
12158
12159 #: config/pa/pa64-hpux.h:29
12160 msgid "Assume code will be linked by GNU ld"
12161 msgstr ""
12162
12163 #: config/pa/pa64-hpux.h:31
12164 msgid "Assume code will be linked by HP ld"
12165 msgstr ""
12166
12167 #: config/pdp11/pdp11.h:57
12168 msgid "Do not use hardware floating point"
12169 msgstr ""
12170
12171 #. return float result in ac0
12172 #: config/pdp11/pdp11.h:59
12173 msgid "Return floating point results in ac0"
12174 msgstr ""
12175
12176 #: config/pdp11/pdp11.h:60
12177 msgid "Return floating point results in memory"
12178 msgstr ""
12179
12180 #. is 11/40
12181 #: config/pdp11/pdp11.h:62
12182 msgid "Generate code for an 11/40"
12183 msgstr ""
12184
12185 #. is 11/45
12186 #: config/pdp11/pdp11.h:65
12187 msgid "Generate code for an 11/45"
12188 msgstr ""
12189
12190 #. is 11/10
12191 #: config/pdp11/pdp11.h:68
12192 msgid "Generate code for an 11/10"
12193 msgstr ""
12194
12195 #. use movstrhi for bcopy
12196 #. use 32 bit for int
12197 #: config/pdp11/pdp11.h:73 config/pdp11/pdp11.h:74
12198 msgid "Use 32 bit int"
12199 msgstr ""
12200
12201 #: config/pdp11/pdp11.h:75 config/pdp11/pdp11.h:76
12202 msgid "Use 16 bit int"
12203 msgstr ""
12204
12205 #. use 32 bit for float
12206 #: config/pdp11/pdp11.h:78 config/pdp11/pdp11.h:79
12207 msgid "Use 32 bit float"
12208 msgstr ""
12209
12210 #: config/pdp11/pdp11.h:80 config/pdp11/pdp11.h:81
12211 msgid "Use 64 bit float"
12212 msgstr ""
12213
12214 #. allow abshi pattern? - can trigger "optimizations" which make code SLOW!
12215 #. is branching expensive - on a PDP, it's actually really cheap
12216 #. this is just to play around and check what code gcc generates
12217 #. split instruction and data memory?
12218 #: config/pdp11/pdp11.h:90
12219 msgid "Target has split I&D"
12220 msgstr ""
12221
12222 #: config/pdp11/pdp11.h:91
12223 msgid "Target does not have split I&D"
12224 msgstr ""
12225
12226 #. UNIX assembler syntax?
12227 #: config/pdp11/pdp11.h:93
12228 msgid "Use UNIX assembler syntax"
12229 msgstr ""
12230
12231 #: config/pdp11/pdp11.h:94
12232 msgid "Use DEC assembler syntax"
12233 msgstr ""
12234
12235 #: config/romp/romp.c:717 config/rs6000/rs6000.c:7755
12236 #, c-format
12237 msgid "invalid %%S value"
12238 msgstr ""
12239
12240 #: config/romp/romp.c:726 config/romp/romp.c:733
12241 #, c-format
12242 msgid "invalid %%b value"
12243 msgstr ""
12244
12245 #: config/romp/romp.c:773 config/romp/romp.c:784
12246 #, c-format
12247 msgid "invalid %%z value"
12248 msgstr ""
12249
12250 #: config/romp/romp.c:792 config/romp/romp.c:800
12251 #, c-format
12252 msgid "invalid %%Z value"
12253 msgstr ""
12254
12255 #: config/romp/romp.c:807 config/romp/romp.c:816 config/romp/romp.c:823
12256 #: config/rs6000/rs6000.c:7584
12257 #, c-format
12258 msgid "invalid %%k value"
12259 msgstr ""
12260
12261 #: config/romp/romp.c:908 config/romp/romp.c:951
12262 #, c-format
12263 msgid "invalid %%j value"
12264 msgstr ""
12265
12266 #. Perform any needed actions needed for a function that is receiving a
12267 #. variable number of arguments.
12268 #.
12269 #. CUM is as above.
12270 #.
12271 #. MODE and TYPE are the mode and type of the current parameter.
12272 #.
12273 #. PRETEND_SIZE is a variable that should be set to the amount of stack
12274 #. that must be pushed by the prolog to pretend that our caller pushed
12275 #. it.
12276 #.
12277 #. Normally, this macro will push all remaining incoming registers on the
12278 #. stack and set PRETEND_SIZE to the length of the registers pushed.
12279 #: config/romp/romp.h:648
12280 msgid "can't have varargs with -mfp-arg-in-fp-regs"
12281 msgstr ""
12282
12283 #. Handle the machine specific pragma longcall. Its syntax is
12284 #.
12285 #. # pragma longcall ( TOGGLE )
12286 #.
12287 #. where TOGGLE is either 0 or 1.
12288 #.
12289 #. rs6000_default_long_calls is set to the value of TOGGLE, changing
12290 #. whether or not new function declarations receive a longcall
12291 #. attribute by default.
12292 #: config/rs6000/rs6000-c.c:44
12293 msgid "ignoring malformed #pragma longcall"
12294 msgstr ""
12295
12296 #: config/rs6000/rs6000-c.c:58
12297 msgid "missing open paren"
12298 msgstr ""
12299
12300 #: config/rs6000/rs6000-c.c:60
12301 msgid "missing number"
12302 msgstr ""
12303
12304 #: config/rs6000/rs6000-c.c:62
12305 msgid "missing close paren"
12306 msgstr ""
12307
12308 #: config/rs6000/rs6000-c.c:65
12309 msgid "number must be 0 or 1"
12310 msgstr ""
12311
12312 #: config/rs6000/rs6000-c.c:68
12313 msgid "junk at end of #pragma longcall"
12314 msgstr ""
12315
12316 #: config/rs6000/rs6000.c:592
12317 msgid "-mmultiple is not supported on little endian systems"
12318 msgstr ""
12319
12320 #: config/rs6000/rs6000.c:599
12321 msgid "-mstring is not supported on little endian systems"
12322 msgstr ""
12323
12324 #: config/rs6000/rs6000.c:623
12325 #, c-format
12326 msgid "unknown -mdebug-%s switch"
12327 msgstr ""
12328
12329 #: config/rs6000/rs6000.c:635
12330 #, c-format
12331 msgid "unknown -mtraceback arg `%s'; expecting `full', `partial' or `none'"
12332 msgstr ""
12333
12334 #: config/rs6000/rs6000.c:646
12335 #, c-format
12336 msgid "Unknown switch -mlong-double-%s"
12337 msgstr ""
12338
12339 #: config/rs6000/rs6000.c:738
12340 #, c-format
12341 msgid "unknown -misel= option specified: '%s'"
12342 msgstr ""
12343
12344 #: config/rs6000/rs6000.c:753
12345 #, c-format
12346 msgid "unknown -mvrsave= option specified: '%s'"
12347 msgstr ""
12348
12349 #: config/rs6000/rs6000.c:772
12350 #, c-format
12351 msgid "unknown ABI specified: '%s'"
12352 msgstr ""
12353
12354 #: config/rs6000/rs6000.c:4206
12355 msgid "argument 1 must be a 5-bit signed literal"
12356 msgstr ""
12357
12358 #: config/rs6000/rs6000.c:4313 config/rs6000/rs6000.c:4903
12359 msgid "argument 2 must be a 5-bit unsigned literal"
12360 msgstr ""
12361
12362 #: config/rs6000/rs6000.c:4356
12363 msgid "argument 1 of __builtin_altivec_predicate must be a constant"
12364 msgstr ""
12365
12366 #: config/rs6000/rs6000.c:4410
12367 msgid "argument 1 of __builtin_altivec_predicate is out of range"
12368 msgstr ""
12369
12370 #: config/rs6000/rs6000.c:4489
12371 msgid "argument 3 must be a 4-bit unsigned literal"
12372 msgstr ""
12373
12374 #: config/rs6000/rs6000.c:4666
12375 #, c-format
12376 msgid "argument to `%s' must be a 2-bit unsigned literal"
12377 msgstr ""
12378
12379 #: config/rs6000/rs6000.c:4782
12380 msgid "argument to dss must be a 2-bit unsigned literal"
12381 msgstr ""
12382
12383 #: config/rs6000/rs6000.c:5013
12384 msgid "argument 1 of __builtin_spe_predicate must be a constant"
12385 msgstr ""
12386
12387 #: config/rs6000/rs6000.c:5086
12388 msgid "argument 1 of __builtin_spe_predicate is out of range"
12389 msgstr ""
12390
12391 #: config/rs6000/rs6000.c:7511
12392 #, c-format
12393 msgid "invalid %%f value"
12394 msgstr ""
12395
12396 #: config/rs6000/rs6000.c:7520
12397 #, c-format
12398 msgid "invalid %%F value"
12399 msgstr ""
12400
12401 #: config/rs6000/rs6000.c:7529
12402 #, c-format
12403 msgid "invalid %%G value"
12404 msgstr ""
12405
12406 #: config/rs6000/rs6000.c:7564
12407 #, c-format
12408 msgid "invalid %%j code"
12409 msgstr ""
12410
12411 #: config/rs6000/rs6000.c:7574
12412 #, c-format
12413 msgid "invalid %%J code"
12414 msgstr ""
12415
12416 #: config/rs6000/rs6000.c:7604
12417 #, c-format
12418 msgid "invalid %%K value"
12419 msgstr ""
12420
12421 #: config/rs6000/rs6000.c:7671
12422 #, c-format
12423 msgid "invalid %%O value"
12424 msgstr ""
12425
12426 #: config/rs6000/rs6000.c:7793
12427 #, c-format
12428 msgid "invalid %%T value"
12429 msgstr ""
12430
12431 #: config/rs6000/rs6000.c:7803
12432 #, c-format
12433 msgid "invalid %%u value"
12434 msgstr ""
12435
12436 #: config/rs6000/rs6000.c:7812
12437 #, c-format
12438 msgid "invalid %%v value"
12439 msgstr ""
12440
12441 #: config/rs6000/rs6000.c:12242
12442 msgid "no profiling of 64-bit code for this ABI"
12443 msgstr ""
12444
12445 #: config/rs6000/aix.h:160 config/rs6000/beos.h:32
12446 msgid "Always pass floating-point arguments in memory"
12447 msgstr ""
12448
12449 #: config/rs6000/aix.h:162 config/rs6000/beos.h:34
12450 msgid "Don't always pass floating-point arguments in memory"
12451 msgstr ""
12452
12453 #: config/rs6000/aix41.h:28 config/rs6000/aix43.h:32 config/rs6000/aix51.h:32
12454 #: config/rs6000/aix52.h:32
12455 msgid "Support message passing with the Parallel Environment"
12456 msgstr ""
12457
12458 #: config/rs6000/aix43.h:28 config/rs6000/aix51.h:28 config/rs6000/aix52.h:28
12459 msgid "Compile for 64-bit pointers"
12460 msgstr ""
12461
12462 #: config/rs6000/aix43.h:30 config/rs6000/aix51.h:30 config/rs6000/aix52.h:30
12463 msgid "Compile for 32-bit pointers"
12464 msgstr ""
12465
12466 #: config/rs6000/aix43.h:49 config/rs6000/aix51.h:49 config/rs6000/aix52.h:49
12467 msgid "-maix64 and POWER architecture are incompatible"
12468 msgstr ""
12469
12470 #: config/rs6000/aix43.h:54 config/rs6000/aix51.h:54 config/rs6000/aix52.h:54
12471 msgid "-maix64 requires PowerPC64 architecture remain enabled"
12472 msgstr ""
12473
12474 #: config/rs6000/aix43.h:58 config/rs6000/aix51.h:58 config/rs6000/aix52.h:58
12475 msgid "-maix64 required: 64-bit computation with 32-bit addressing not yet supported"
12476 msgstr ""
12477
12478 #. Run-time compilation parameters selecting different hardware subsets.
12479 #.
12480 #. Macro to define tables used to set the flags.
12481 #. This is a list in braces of pairs in braces,
12482 #. each pair being { "NAME", VALUE }
12483 #. where VALUE is the bits to set or minus the bits to clear.
12484 #. An empty string NAME is used to identify the default VALUE.
12485 #: config/rs6000/rs6000.h:240
12486 msgid "Use POWER instruction set"
12487 msgstr ""
12488
12489 #: config/rs6000/rs6000.h:243
12490 msgid "Use POWER2 instruction set"
12491 msgstr ""
12492
12493 #: config/rs6000/rs6000.h:245
12494 msgid "Do not use POWER2 instruction set"
12495 msgstr ""
12496
12497 #: config/rs6000/rs6000.h:248
12498 msgid "Do not use POWER instruction set"
12499 msgstr ""
12500
12501 #: config/rs6000/rs6000.h:250
12502 msgid "Use PowerPC instruction set"
12503 msgstr ""
12504
12505 #: config/rs6000/rs6000.h:253
12506 msgid "Do not use PowerPC instruction set"
12507 msgstr ""
12508
12509 #: config/rs6000/rs6000.h:255
12510 msgid "Use PowerPC General Purpose group optional instructions"
12511 msgstr ""
12512
12513 #: config/rs6000/rs6000.h:257
12514 msgid "Don't use PowerPC General Purpose group optional instructions"
12515 msgstr ""
12516
12517 #: config/rs6000/rs6000.h:259
12518 msgid "Use PowerPC Graphics group optional instructions"
12519 msgstr ""
12520
12521 #: config/rs6000/rs6000.h:261
12522 msgid "Don't use PowerPC Graphics group optional instructions"
12523 msgstr ""
12524
12525 #: config/rs6000/rs6000.h:263
12526 msgid "Use PowerPC-64 instruction set"
12527 msgstr ""
12528
12529 #: config/rs6000/rs6000.h:265
12530 msgid "Don't use PowerPC-64 instruction set"
12531 msgstr ""
12532
12533 #: config/rs6000/rs6000.h:267
12534 msgid "Use AltiVec instructions"
12535 msgstr ""
12536
12537 #: config/rs6000/rs6000.h:269
12538 msgid "Don't use AltiVec instructions"
12539 msgstr ""
12540
12541 #: config/rs6000/rs6000.h:271
12542 msgid "Use new mnemonics for PowerPC architecture"
12543 msgstr ""
12544
12545 #: config/rs6000/rs6000.h:273
12546 msgid "Use old mnemonics for PowerPC architecture"
12547 msgstr ""
12548
12549 #: config/rs6000/rs6000.h:276
12550 msgid "Put everything in the regular TOC"
12551 msgstr ""
12552
12553 #: config/rs6000/rs6000.h:278
12554 msgid "Place floating point constants in TOC"
12555 msgstr ""
12556
12557 #: config/rs6000/rs6000.h:280
12558 msgid "Don't place floating point constants in TOC"
12559 msgstr ""
12560
12561 #: config/rs6000/rs6000.h:282
12562 msgid "Place symbol+offset constants in TOC"
12563 msgstr ""
12564
12565 #: config/rs6000/rs6000.h:284
12566 msgid "Don't place symbol+offset constants in TOC"
12567 msgstr ""
12568
12569 #: config/rs6000/rs6000.h:290
12570 msgid "Place variable addresses in the regular TOC"
12571 msgstr ""
12572
12573 #: config/rs6000/rs6000.h:296
12574 msgid "Generate load/store multiple instructions"
12575 msgstr ""
12576
12577 #: config/rs6000/rs6000.h:298
12578 msgid "Do not generate load/store multiple instructions"
12579 msgstr ""
12580
12581 #: config/rs6000/rs6000.h:302
12582 msgid "Generate string instructions for block moves"
12583 msgstr ""
12584
12585 #: config/rs6000/rs6000.h:304
12586 msgid "Do not generate string instructions for block moves"
12587 msgstr ""
12588
12589 #: config/rs6000/rs6000.h:308
12590 msgid "Generate load/store with update instructions"
12591 msgstr ""
12592
12593 #: config/rs6000/rs6000.h:310
12594 msgid "Do not generate load/store with update instructions"
12595 msgstr ""
12596
12597 #: config/rs6000/rs6000.h:318
12598 msgid "Don't schedule the start and end of the procedure"
12599 msgstr ""
12600
12601 #: config/rs6000/rs6000.h:324
12602 msgid "Return all structures in memory (AIX default)"
12603 msgstr ""
12604
12605 #: config/rs6000/rs6000.h:326
12606 msgid "Return small structures in registers (SVR4 default)"
12607 msgstr ""
12608
12609 #: config/rs6000/rs6000.h:391 config/sparc/sparc.h:633
12610 msgid "Use features of and schedule code for given CPU"
12611 msgstr ""
12612
12613 #: config/rs6000/rs6000.h:394
12614 msgid "Enable debug output"
12615 msgstr ""
12616
12617 #: config/rs6000/rs6000.h:396
12618 msgid "Select full, part, or no traceback table"
12619 msgstr ""
12620
12621 #: config/rs6000/rs6000.h:397
12622 msgid "Specify ABI to use"
12623 msgstr ""
12624
12625 #: config/rs6000/rs6000.h:399
12626 msgid "Specify size of long double (64 or 128 bits)"
12627 msgstr ""
12628
12629 #: config/rs6000/rs6000.h:401
12630 msgid "Specify yes/no if isel instructions should be generated"
12631 msgstr ""
12632
12633 #: config/rs6000/rs6000.h:403
12634 msgid "Specify yes/no if VRSAVE instructions should be generated for AltiVec"
12635 msgstr ""
12636
12637 #: config/rs6000/rs6000.h:405
12638 msgid "Avoid all range limits on call instructions"
12639 msgstr ""
12640
12641 #. Definitions for __builtin_return_address and __builtin_frame_address.
12642 #. __builtin_return_address (0) should give link register (65), enable
12643 #. this.
12644 #. This should be uncommented, so that the link register is used, but
12645 #. currently this would result in unmatched insns and spilling fixed
12646 #. registers so we'll leave it for another day. When these problems are
12647 #. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX.
12648 #. (mrs)
12649 #. #define RETURN_ADDR_IN_PREVIOUS_FRAME
12650 #. Number of bytes into the frame return addresses can be found. See
12651 #. rs6000_stack_info in rs6000.c for more information on how the different
12652 #. abi's store the return address.
12653 #: config/rs6000/rs6000.h:1884
12654 msgid "RETURN_ADDRESS_OFFSET not supported"
12655 msgstr ""
12656
12657 #: config/rs6000/sysv4.h:87
12658 msgid "Select ABI calling convention"
12659 msgstr ""
12660
12661 #: config/rs6000/sysv4.h:88
12662 msgid "Select method for sdata handling"
12663 msgstr ""
12664
12665 #: config/rs6000/sysv4.h:103
12666 msgid "Align to the base type of the bit-field"
12667 msgstr ""
12668
12669 #: config/rs6000/sysv4.h:105
12670 msgid "Don't align to the base type of the bit-field"
12671 msgstr ""
12672
12673 #: config/rs6000/sysv4.h:107
12674 msgid "Don't assume that unaligned accesses are handled by the system"
12675 msgstr ""
12676
12677 #: config/rs6000/sysv4.h:109
12678 msgid "Assume that unaligned accesses are handled by the system"
12679 msgstr ""
12680
12681 #: config/rs6000/sysv4.h:111 config/rs6000/sysv4.h:115
12682 msgid "Produce code relocatable at runtime"
12683 msgstr ""
12684
12685 #: config/rs6000/sysv4.h:113 config/rs6000/sysv4.h:117
12686 msgid "Don't produce code relocatable at runtime"
12687 msgstr ""
12688
12689 #: config/rs6000/sysv4.h:119 config/rs6000/sysv4.h:121
12690 msgid "Produce little endian code"
12691 msgstr ""
12692
12693 #: config/rs6000/sysv4.h:123 config/rs6000/sysv4.h:125
12694 msgid "Produce big endian code"
12695 msgstr ""
12696
12697 #: config/rs6000/sysv4.h:126 config/rs6000/sysv4.h:127
12698 #: config/rs6000/sysv4.h:128 config/rs6000/sysv4.h:129
12699 #: config/rs6000/sysv4.h:130 config/rs6000/sysv4.h:131
12700 #: config/rs6000/sysv4.h:141 config/rs6000/sysv4.h:142
12701 #: config/rs6000/sysv4.h:153 config/rs6000/sysv4.h:155
12702 #: config/rs6000/sysv4.h:157
12703 msgid "no description yet"
12704 msgstr ""
12705
12706 #: config/rs6000/sysv4.h:132
12707 msgid "Use EABI"
12708 msgstr ""
12709
12710 #: config/rs6000/sysv4.h:133
12711 msgid "Don't use EABI"
12712 msgstr ""
12713
12714 #: config/rs6000/sysv4.h:136
12715 msgid "Do not allow bit-fields to cross word boundaries"
12716 msgstr ""
12717
12718 #: config/rs6000/sysv4.h:138
12719 msgid "Use alternate register names"
12720 msgstr ""
12721
12722 #: config/rs6000/sysv4.h:140
12723 msgid "Don't use alternate register names"
12724 msgstr ""
12725
12726 #: config/rs6000/sysv4.h:144
12727 msgid "Link with libsim.a, libc.a and sim-crt0.o"
12728 msgstr ""
12729
12730 #: config/rs6000/sysv4.h:146
12731 msgid "Link with libads.a, libc.a and crt0.o"
12732 msgstr ""
12733
12734 #: config/rs6000/sysv4.h:148
12735 msgid "Link with libyk.a, libc.a and crt0.o"
12736 msgstr ""
12737
12738 #: config/rs6000/sysv4.h:150
12739 msgid "Link with libmvme.a, libc.a and crt0.o"
12740 msgstr ""
12741
12742 #: config/rs6000/sysv4.h:152
12743 msgid "Set the PPC_EMB bit in the ELF flags header"
12744 msgstr ""
12745
12746 #: config/rs6000/sysv4.h:154
12747 msgid "Use the WindISS simulator"
12748 msgstr ""
12749
12750 #. Sometimes certain combinations of command options do not make sense
12751 #. on a particular target machine. You can define a macro
12752 #. `OVERRIDE_OPTIONS' to take account of this. This macro, if
12753 #. defined, is executed once just after all the command options have
12754 #. been parsed.
12755 #.
12756 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
12757 #. get control.
12758 #: config/rs6000/sysv4.h:214
12759 #, c-format
12760 msgid "bad value for -mcall-%s"
12761 msgstr ""
12762
12763 #: config/rs6000/sysv4.h:230
12764 #, c-format
12765 msgid "bad value for -msdata=%s"
12766 msgstr ""
12767
12768 #: config/rs6000/sysv4.h:247
12769 #, c-format
12770 msgid "-mrelocatable and -msdata=%s are incompatible"
12771 msgstr ""
12772
12773 #: config/rs6000/sysv4.h:255
12774 #, c-format
12775 msgid "-f%s and -msdata=%s are incompatible"
12776 msgstr ""
12777
12778 #: config/rs6000/sysv4.h:264
12779 #, c-format
12780 msgid "-msdata=%s and -mcall-%s are incompatible"
12781 msgstr ""
12782
12783 #: config/rs6000/sysv4.h:273
12784 msgid "-mrelocatable and -mno-minimal-toc are incompatible"
12785 msgstr ""
12786
12787 #: config/rs6000/sysv4.h:279
12788 #, c-format
12789 msgid "-mrelocatable and -mcall-%s are incompatible"
12790 msgstr ""
12791
12792 #: config/rs6000/sysv4.h:286
12793 #, c-format
12794 msgid "-fPIC and -mcall-%s are incompatible"
12795 msgstr ""
12796
12797 #: config/rs6000/sysv4.h:293
12798 msgid "-mcall-aixdesc must be big endian"
12799 msgstr ""
12800
12801 #: config/s390/s390.c:3063
12802 msgid "invalid UNSPEC as operand (1)"
12803 msgstr ""
12804
12805 #: config/s390/s390.c:3123
12806 msgid "invalid UNSPEC as operand (2)"
12807 msgstr ""
12808
12809 #: config/s390/s390.c:3129
12810 msgid "UNKNOWN in s390_output_symbolic_const !?"
12811 msgstr ""
12812
12813 #: config/s390/s390.c:3147
12814 msgid "Cannot decompose address."
12815 msgstr ""
12816
12817 #: config/s390/s390.c:3308
12818 msgid "UNKNOWN in print_operand !?"
12819 msgstr ""
12820
12821 #: config/s390/s390.c:4961
12822 msgid "Total size of local variables exceeds architecture limit."
12823 msgstr ""
12824
12825 #: config/s390/s390.h:70
12826 msgid "Set backchain"
12827 msgstr ""
12828
12829 #: config/s390/s390.h:71
12830 msgid "Don't set backchain (faster, but debug harder"
12831 msgstr ""
12832
12833 #: config/s390/s390.h:72
12834 msgid "Use bras for executable < 64k"
12835 msgstr ""
12836
12837 #: config/s390/s390.h:73
12838 msgid "Don't use bras"
12839 msgstr ""
12840
12841 #: config/s390/s390.h:74
12842 msgid "Additional debug prints"
12843 msgstr ""
12844
12845 #: config/s390/s390.h:75
12846 msgid "Don't print additional debug prints"
12847 msgstr ""
12848
12849 #: config/s390/s390.h:76
12850 msgid "64 bit mode"
12851 msgstr ""
12852
12853 #: config/s390/s390.h:77
12854 msgid "31 bit mode"
12855 msgstr ""
12856
12857 #: config/s390/s390.h:78
12858 msgid "mvcle use"
12859 msgstr ""
12860
12861 #: config/s390/s390.h:79
12862 msgid "mvc&ex"
12863 msgstr ""
12864
12865 #: config/sh/sh.c:5137
12866 msgid "__builtin_saveregs not supported by this subtarget"
12867 msgstr ""
12868
12869 #: config/sh/sh.c:5687
12870 msgid "attribute interrupt_handler is not compatible with -m5-compact"
12871 msgstr ""
12872
12873 #. The sp_switch attribute only has meaning for interrupt functions.
12874 #: config/sh/sh.c:5713 config/sh/sh.c:5752
12875 #, c-format
12876 msgid "`%s' attribute only applies to interrupt functions"
12877 msgstr ""
12878
12879 #. The argument must be a constant string.
12880 #: config/sh/sh.c:5720
12881 #, c-format
12882 msgid "`%s' attribute argument not a string constant"
12883 msgstr ""
12884
12885 #. The argument must be a constant integer.
12886 #: config/sh/sh.c:5759
12887 #, c-format
12888 msgid "`%s' attribute argument not an integer constant"
12889 msgstr ""
12890
12891 #. There are no delay slots on SHmedia.
12892 #. Relaxation isn't yet supported for SHmedia
12893 #: config/sh/sh.h:437
12894 msgid "Profiling is not supported on this target."
12895 msgstr ""
12896
12897 #: config/sparc/sparc.c:329
12898 #, c-format
12899 msgid "%s is not supported by this configuration"
12900 msgstr ""
12901
12902 #: config/sparc/sparc.c:336
12903 msgid "-mlong-double-64 not allowed with -m64"
12904 msgstr ""
12905
12906 #: config/sparc/sparc.c:361
12907 msgid "-mcmodel= is not supported on 32 bit systems"
12908 msgstr ""
12909
12910 #: config/sparc/sparc.c:6341 config/sparc/sparc.c:6347
12911 #, c-format
12912 msgid "invalid %%Y operand"
12913 msgstr ""
12914
12915 #: config/sparc/sparc.c:6417
12916 #, c-format
12917 msgid "invalid %%A operand"
12918 msgstr ""
12919
12920 #: config/sparc/sparc.c:6427
12921 #, c-format
12922 msgid "invalid %%B operand"
12923 msgstr ""
12924
12925 #: config/sparc/sparc.c:6466
12926 #, c-format
12927 msgid "invalid %%c operand"
12928 msgstr ""
12929
12930 #: config/sparc/sparc.c:6467
12931 #, c-format
12932 msgid "invalid %%C operand"
12933 msgstr ""
12934
12935 #: config/sparc/sparc.c:6488
12936 #, c-format
12937 msgid "invalid %%d operand"
12938 msgstr ""
12939
12940 #: config/sparc/sparc.c:6489
12941 #, c-format
12942 msgid "invalid %%D operand"
12943 msgstr ""
12944
12945 #: config/sparc/sparc.c:6505
12946 #, c-format
12947 msgid "invalid %%f operand"
12948 msgstr ""
12949
12950 #: config/sparc/sparc.c:6519
12951 #, c-format
12952 msgid "invalid %%s operand"
12953 msgstr ""
12954
12955 #: config/sparc/sparc.c:6573
12956 msgid "long long constant not a valid immediate operand"
12957 msgstr ""
12958
12959 #: config/sparc/sparc.c:6576
12960 msgid "floating point constant not a valid immediate operand"
12961 msgstr ""
12962
12963 #: config/sparc/freebsd.h:81 config/sparc/linux.h:87 config/sparc/linux64.h:89
12964 #: config/sparc/netbsd-elf.h:239
12965 msgid "Use 128 bit long doubles"
12966 msgstr ""
12967
12968 #: config/sparc/sp64-elf.h:84 config/sparc/splet.h:29
12969 msgid "Generate code for big endian"
12970 msgstr ""
12971
12972 #: config/sparc/sp64-elf.h:85 config/sparc/splet.h:30
12973 msgid "Generate code for little endian"
12974 msgstr ""
12975
12976 #: config/sparc/sp86x-aout.h:51 config/sparc/sp86x-elf.h:65
12977 msgid "Use little-endian byte order for data"
12978 msgstr ""
12979
12980 #: config/sparc/sparc.h:532
12981 msgid "Assume possible double misalignment"
12982 msgstr ""
12983
12984 #: config/sparc/sparc.h:534
12985 msgid "Assume all doubles are aligned"
12986 msgstr ""
12987
12988 #: config/sparc/sparc.h:536
12989 msgid "Pass -assert pure-text to linker"
12990 msgstr ""
12991
12992 #: config/sparc/sparc.h:538
12993 msgid "Do not pass -assert pure-text to linker"
12994 msgstr ""
12995
12996 #: config/sparc/sparc.h:540
12997 msgid "Use flat register window model"
12998 msgstr ""
12999
13000 #: config/sparc/sparc.h:542
13001 msgid "Do not use flat register window model"
13002 msgstr ""
13003
13004 #: config/sparc/sparc.h:544
13005 msgid "Use ABI reserved registers"
13006 msgstr ""
13007
13008 #: config/sparc/sparc.h:546
13009 msgid "Do not use ABI reserved registers"
13010 msgstr ""
13011
13012 #: config/sparc/sparc.h:548
13013 msgid "Use hardware quad fp instructions"
13014 msgstr ""
13015
13016 #: config/sparc/sparc.h:550
13017 msgid "Do not use hardware quad fp instructions"
13018 msgstr ""
13019
13020 #: config/sparc/sparc.h:552
13021 msgid "Compile for v8plus ABI"
13022 msgstr ""
13023
13024 #: config/sparc/sparc.h:554
13025 msgid "Do not compile for v8plus ABI"
13026 msgstr ""
13027
13028 #: config/sparc/sparc.h:556
13029 msgid "Utilize Visual Instruction Set"
13030 msgstr ""
13031
13032 #: config/sparc/sparc.h:558
13033 msgid "Do not utilize Visual Instruction Set"
13034 msgstr ""
13035
13036 #. ??? These are deprecated, coerced to -mcpu=. Delete in 2.9.
13037 #: config/sparc/sparc.h:561
13038 msgid "Optimize for Cypress processors"
13039 msgstr ""
13040
13041 #: config/sparc/sparc.h:563
13042 msgid "Optimize for SPARCLite processors"
13043 msgstr ""
13044
13045 #: config/sparc/sparc.h:565
13046 msgid "Optimize for F930 processors"
13047 msgstr ""
13048
13049 #: config/sparc/sparc.h:567
13050 msgid "Optimize for F934 processors"
13051 msgstr ""
13052
13053 #: config/sparc/sparc.h:569
13054 msgid "Use V8 SPARC ISA"
13055 msgstr ""
13056
13057 #: config/sparc/sparc.h:571
13058 msgid "Optimize for SuperSPARC processors"
13059 msgstr ""
13060
13061 #. End of deprecated options.
13062 #: config/sparc/sparc.h:574
13063 msgid "Pointers are 64-bit"
13064 msgstr ""
13065
13066 #: config/sparc/sparc.h:576
13067 msgid "Pointers are 32-bit"
13068 msgstr ""
13069
13070 #: config/sparc/sparc.h:578
13071 msgid "Use 32-bit ABI"
13072 msgstr ""
13073
13074 #: config/sparc/sparc.h:580
13075 msgid "Use 64-bit ABI"
13076 msgstr ""
13077
13078 #: config/sparc/sparc.h:582
13079 msgid "Use stack bias"
13080 msgstr ""
13081
13082 #: config/sparc/sparc.h:584
13083 msgid "Do not use stack bias"
13084 msgstr ""
13085
13086 #: config/sparc/sparc.h:586
13087 msgid "Use structs on stronger alignment for double-word copies"
13088 msgstr ""
13089
13090 #: config/sparc/sparc.h:588
13091 msgid "Do not use structs on stronger alignment for double-word copies"
13092 msgstr ""
13093
13094 #: config/sparc/sparc.h:590
13095 msgid "Optimize tail call instructions in assembler and linker"
13096 msgstr ""
13097
13098 #: config/sparc/sparc.h:592
13099 msgid "Do not optimize tail call instructions in assembler or linker"
13100 msgstr ""
13101
13102 #: config/sparc/sparc.h:637
13103 msgid "Use given SPARC code model"
13104 msgstr ""
13105
13106 #: config/stormy16/stormy16.c:1192
13107 msgid "cannot use va_start in interrupt function"
13108 msgstr ""
13109
13110 #: config/stormy16/stormy16.c:1552
13111 msgid "`B' operand is not constant"
13112 msgstr ""
13113
13114 #: config/stormy16/stormy16.c:1558
13115 msgid "`B' operand has multiple bits set"
13116 msgstr ""
13117
13118 #: config/stormy16/stormy16.c:1585
13119 msgid "`o' operand is not constant"
13120 msgstr ""
13121
13122 #: config/stormy16/stormy16.c:1600
13123 msgid "xstormy16_print_operand: unknown code"
13124 msgstr ""
13125
13126 #: config/stormy16/stormy16.c:1650
13127 #, c-format
13128 msgid "switch statement of size %lu entries too large"
13129 msgstr ""
13130
13131 #: config/v850/v850-c.c:67
13132 msgid "#pragma GHS endXXXX found without previous startXXX"
13133 msgstr ""
13134
13135 #: config/v850/v850-c.c:69
13136 msgid "#pragma GHS endXXX does not match previous startXXX"
13137 msgstr ""
13138
13139 #: config/v850/v850-c.c:94
13140 msgid "cannot set interrupt attribute: no current function"
13141 msgstr ""
13142
13143 #: config/v850/v850-c.c:102
13144 msgid "cannot set interrupt attribute: no such identifier"
13145 msgstr ""
13146
13147 #: config/v850/v850-c.c:148
13148 msgid "junk at end of #pragma ghs section"
13149 msgstr ""
13150
13151 #: config/v850/v850-c.c:165
13152 #, c-format
13153 msgid "unrecognized section name \"%s\""
13154 msgstr ""
13155
13156 #: config/v850/v850-c.c:180
13157 msgid "malformed #pragma ghs section"
13158 msgstr ""
13159
13160 #: config/v850/v850-c.c:200
13161 msgid "junk at end of #pragma ghs interrupt"
13162 msgstr ""
13163
13164 #: config/v850/v850-c.c:212
13165 msgid "junk at end of #pragma ghs starttda"
13166 msgstr ""
13167
13168 #: config/v850/v850-c.c:224
13169 msgid "junk at end of #pragma ghs startsda"
13170 msgstr ""
13171
13172 #: config/v850/v850-c.c:236
13173 msgid "junk at end of #pragma ghs startzda"
13174 msgstr ""
13175
13176 #: config/v850/v850-c.c:248
13177 msgid "junk at end of #pragma ghs endtda"
13178 msgstr ""
13179
13180 #: config/v850/v850-c.c:260
13181 msgid "junk at end of #pragma ghs endsda"
13182 msgstr ""
13183
13184 #: config/v850/v850-c.c:272
13185 msgid "junk at end of #pragma ghs endzda"
13186 msgstr ""
13187
13188 #: config/v850/v850.c:129
13189 #, c-format
13190 msgid "%s=%s is not numeric"
13191 msgstr ""
13192
13193 #: config/v850/v850.c:136
13194 #, c-format
13195 msgid "%s=%s is too large"
13196 msgstr ""
13197
13198 #: config/v850/v850.c:302
13199 msgid "const_double_split got a bad insn:"
13200 msgstr ""
13201
13202 #: config/v850/v850.c:837
13203 msgid "output_move_single:"
13204 msgstr ""
13205
13206 #: config/v850/v850.c:2217
13207 msgid "a data area attribute cannot be specified for local variables"
13208 msgstr ""
13209
13210 #: config/v850/v850.c:2228
13211 #, c-format
13212 msgid "data area of '%s' conflicts with previous declaration"
13213 msgstr ""
13214
13215 #: config/v850/v850.c:2447
13216 #, c-format
13217 msgid "bogus JR construction: %d\n"
13218 msgstr ""
13219
13220 #: config/v850/v850.c:2468 config/v850/v850.c:2670
13221 #, c-format
13222 msgid "bad amount of stack space removal: %d"
13223 msgstr ""
13224
13225 #: config/v850/v850.c:2646
13226 #, c-format
13227 msgid "bogus JARL construction: %d\n"
13228 msgstr ""
13229
13230 #: config/v850/v850.c:3026
13231 #, c-format
13232 msgid "Bogus DISPOSE construction: %d\n"
13233 msgstr ""
13234
13235 #: config/v850/v850.c:3048
13236 #, c-format
13237 msgid "Too much stack space to dispose of: %d"
13238 msgstr ""
13239
13240 #: config/v850/v850.c:3224
13241 #, c-format
13242 msgid "Bogus PREPEARE construction: %d\n"
13243 msgstr ""
13244
13245 #: config/v850/v850.c:3246
13246 #, c-format
13247 msgid "Too much stack space to prepare: %d"
13248 msgstr ""
13249
13250 #. Macro to define tables used to set the flags.
13251 #. This is a list in braces of pairs in braces,
13252 #. each pair being { "NAME", VALUE }
13253 #. where VALUE is the bits to set or minus the bits to clear.
13254 #. An empty string NAME is used to identify the default VALUE.
13255 #: config/v850/v850.h:158
13256 msgid "Support Green Hills ABI"
13257 msgstr ""
13258
13259 #: config/v850/v850.h:161
13260 msgid "Prohibit PC relative function calls"
13261 msgstr ""
13262
13263 #: config/v850/v850.h:164
13264 msgid "Reuse r30 on a per function basis"
13265 msgstr ""
13266
13267 #: config/v850/v850.h:167
13268 msgid "Use stubs for function prologues"
13269 msgstr ""
13270
13271 #: config/v850/v850.h:170
13272 msgid "Same as: -mep -mprolog-function"
13273 msgstr ""
13274
13275 #: config/v850/v850.h:171
13276 msgid "Enable backend debugging"
13277 msgstr ""
13278
13279 #: config/v850/v850.h:173
13280 msgid "Compile for the v850 processor"
13281 msgstr ""
13282
13283 #: config/v850/v850.h:175
13284 msgid "Compile for v850e processor"
13285 msgstr ""
13286
13287 #. Make sure that the other bits are cleared.
13288 #: config/v850/v850.h:177
13289 msgid "Enable the use of the short load instructions"
13290 msgstr ""
13291
13292 #: config/v850/v850.h:180
13293 msgid "Do not use the callt instruction"
13294 msgstr ""
13295
13296 #: config/v850/v850.h:187
13297 msgid "Do not use registers r2 and r5"
13298 msgstr ""
13299
13300 #: config/v850/v850.h:189
13301 msgid "Enforce strict alignment"
13302 msgstr ""
13303
13304 #: config/v850/v850.h:192
13305 msgid "Use 4 byte entries in switch tables"
13306 msgstr ""
13307
13308 #: config/v850/v850.h:218
13309 msgid "Set the max size of data eligible for the TDA area"
13310 msgstr ""
13311
13312 #: config/v850/v850.h:221
13313 msgid "Set the max size of data eligible for the SDA area"
13314 msgstr ""
13315
13316 #: config/v850/v850.h:224
13317 msgid "Set the max size of data eligible for the ZDA area"
13318 msgstr ""
13319
13320 #: config/xtensa/xtensa.c:1062 config/xtensa/xtensa.c:1096
13321 #: config/xtensa/xtensa.c:1105
13322 msgid "bad test"
13323 msgstr ""
13324
13325 #: config/xtensa/xtensa.c:1824
13326 msgid "boolean registers required for the floating-point option"
13327 msgstr ""
13328
13329 #: config/xtensa/xtensa.c:1991
13330 msgid "invalid mask"
13331 msgstr ""
13332
13333 #: config/xtensa/xtensa.c:2038
13334 msgid "invalid address"
13335 msgstr ""
13336
13337 #: config/xtensa/xtensa.c:2063
13338 msgid "no register in address"
13339 msgstr ""
13340
13341 #: config/xtensa/xtensa.c:2071
13342 msgid "address offset not a constant"
13343 msgstr ""
13344
13345 #: config/xtensa/xtensa.c:2794
13346 msgid "only uninitialized variables can be placed in a .bss section"
13347 msgstr ""
13348
13349 #: config/xtensa/xtensa.h:114
13350 msgid "Use the Xtensa code density option"
13351 msgstr ""
13352
13353 #: config/xtensa/xtensa.h:116
13354 msgid "Do not use the Xtensa code density option"
13355 msgstr ""
13356
13357 #: config/xtensa/xtensa.h:118
13358 msgid "Use the Xtensa MAC16 option"
13359 msgstr ""
13360
13361 #: config/xtensa/xtensa.h:120
13362 msgid "Do not use the Xtensa MAC16 option"
13363 msgstr ""
13364
13365 #: config/xtensa/xtensa.h:122
13366 msgid "Use the Xtensa MUL16 option"
13367 msgstr ""
13368
13369 #: config/xtensa/xtensa.h:124
13370 msgid "Do not use the Xtensa MUL16 option"
13371 msgstr ""
13372
13373 #: config/xtensa/xtensa.h:126
13374 msgid "Use the Xtensa MUL32 option"
13375 msgstr ""
13376
13377 #: config/xtensa/xtensa.h:128
13378 msgid "Do not use the Xtensa MUL32 option"
13379 msgstr ""
13380
13381 #. undocumented
13382 #. undocumented
13383 #: config/xtensa/xtensa.h:134
13384 msgid "Use the Xtensa NSA option"
13385 msgstr ""
13386
13387 #: config/xtensa/xtensa.h:136
13388 msgid "Do not use the Xtensa NSA option"
13389 msgstr ""
13390
13391 #: config/xtensa/xtensa.h:138
13392 msgid "Use the Xtensa MIN/MAX option"
13393 msgstr ""
13394
13395 #: config/xtensa/xtensa.h:140
13396 msgid "Do not use the Xtensa MIN/MAX option"
13397 msgstr ""
13398
13399 #: config/xtensa/xtensa.h:142
13400 msgid "Use the Xtensa SEXT option"
13401 msgstr ""
13402
13403 #: config/xtensa/xtensa.h:144
13404 msgid "Do not use the Xtensa SEXT option"
13405 msgstr ""
13406
13407 #: config/xtensa/xtensa.h:146
13408 msgid "Use the Xtensa boolean register option"
13409 msgstr ""
13410
13411 #: config/xtensa/xtensa.h:148
13412 msgid "Do not use the Xtensa boolean register option"
13413 msgstr ""
13414
13415 #: config/xtensa/xtensa.h:150
13416 msgid "Use the Xtensa floating-point unit"
13417 msgstr ""
13418
13419 #: config/xtensa/xtensa.h:152
13420 msgid "Do not use the Xtensa floating-point unit"
13421 msgstr ""
13422
13423 #. undocumented
13424 #. undocumented
13425 #. undocumented
13426 #. undocumented
13427 #. undocumented
13428 #. undocumented
13429 #. undocumented
13430 #. undocumented
13431 #: config/xtensa/xtensa.h:170
13432 msgid "Disable fused multiply/add and multiply/subtract FP instructions"
13433 msgstr ""
13434
13435 #: config/xtensa/xtensa.h:172
13436 msgid "Enable fused multiply/add and multiply/subtract FP instructions"
13437 msgstr ""
13438
13439 #: config/xtensa/xtensa.h:174
13440 msgid "Serialize volatile memory references with MEMW instructions"
13441 msgstr ""
13442
13443 #: config/xtensa/xtensa.h:176
13444 msgid "Do not serialize volatile memory references with MEMW instructions"
13445 msgstr ""
13446
13447 #: config/xtensa/xtensa.h:178
13448 msgid "Intersperse literal pools with code in the text section"
13449 msgstr ""
13450
13451 #: config/xtensa/xtensa.h:180
13452 msgid "Put literal pools in a separate literal section"
13453 msgstr ""
13454
13455 #: config/xtensa/xtensa.h:182
13456 msgid "Automatically align branch targets to reduce branch penalties"
13457 msgstr ""
13458
13459 #: config/xtensa/xtensa.h:184
13460 msgid "Do not automatically align branch targets"
13461 msgstr ""
13462
13463 #: config/xtensa/xtensa.h:186
13464 msgid "Use indirect CALLXn instructions for large programs"
13465 msgstr ""
13466
13467 #: config/xtensa/xtensa.h:188
13468 msgid "Use direct CALLn instructions for fast calls"
13469 msgstr ""
13470
13471 #: ada/misc.c:233
13472 msgid "`-gnat' misspelled as `-gant'"
13473 msgstr ""
13474
13475 #: cp/call.c:261 cp/init.c:1594
13476 msgid "qualified type `%T' does not match destructor name `~%T'"
13477 msgstr ""
13478
13479 #: cp/call.c:270
13480 msgid "type of `%E' does not match destructor type `%T' (type was `%T')"
13481 msgstr ""
13482
13483 #: cp/call.c:279
13484 msgid "`%D' is a namespace"
13485 msgstr ""
13486
13487 #: cp/call.c:287
13488 msgid "base object `%E' of scoped method call is of non-aggregate type `%T'"
13489 msgstr ""
13490
13491 #: cp/call.c:369
13492 msgid "unable to call pointer to member function here"
13493 msgstr ""
13494
13495 #: cp/call.c:518
13496 msgid "destructors take no parameters"
13497 msgstr ""
13498
13499 #: cp/call.c:522
13500 msgid "destructor name `~%T' does not match type `%T' of expression"
13501 msgstr ""
13502
13503 #: cp/call.c:543 cp/call.c:5000
13504 msgid "request for member `%D' in `%E', which is of non-aggregate type `%T'"
13505 msgstr ""
13506
13507 #: cp/call.c:567
13508 msgid "request for member `%D' is ambiguous"
13509 msgstr ""
13510
13511 #: cp/call.c:2537
13512 msgid "%s %D(%T, %T, %T) <built-in>"
13513 msgstr ""
13514
13515 #: cp/call.c:2542
13516 msgid "%s %D(%T, %T) <built-in>"
13517 msgstr ""
13518
13519 #: cp/call.c:2546
13520 msgid "%s %D(%T) <built-in>"
13521 msgstr ""
13522
13523 #: cp/call.c:2550
13524 msgid "%s %T <conversion>"
13525 msgstr ""
13526
13527 #: cp/call.c:2552
13528 msgid "%s %+#D%s"
13529 msgstr ""
13530
13531 #: cp/call.c:2726
13532 msgid "conversion from `%T' to `%T' is ambiguous"
13533 msgstr ""
13534
13535 #: cp/call.c:2803
13536 #, fuzzy
13537 msgid "`%T' is not a class type"
13538 msgstr "»%s« ist kein gültiger Klassenname"
13539
13540 #: cp/call.c:2811
13541 msgid "incomplete type '%T' cannot be used to name a scope"
13542 msgstr ""
13543
13544 #: cp/call.c:2831 cp/typeck.c:2188 cp/typeck.c:2217
13545 msgid "'%D' has no member named '%E'"
13546 msgstr ""
13547
13548 #: cp/call.c:2933
13549 msgid "no matching function for call to `%D(%A)'"
13550 msgstr ""
13551
13552 #: cp/call.c:2944 cp/call.c:5087
13553 msgid "call of overloaded `%D(%A)' is ambiguous"
13554 msgstr ""
13555
13556 #. It's no good looking for an overloaded operator() on a
13557 #. pointer-to-member-function.
13558 #: cp/call.c:2971
13559 #, c-format
13560 msgid "pointer-to-member function %E cannot be called without an object; consider using .* or ->*"
13561 msgstr ""
13562
13563 #: cp/call.c:3036
13564 msgid "no match for call to `(%T) (%A)'"
13565 msgstr ""
13566
13567 #: cp/call.c:3046
13568 msgid "call of `(%T) (%A)' is ambiguous"
13569 msgstr ""
13570
13571 #: cp/call.c:3081
13572 #, c-format
13573 msgid "%s for ternary 'operator?:' in '%E ? %E : %E'"
13574 msgstr ""
13575
13576 #: cp/call.c:3087
13577 #, c-format
13578 msgid "%s for 'operator%s' in '%E%s'"
13579 msgstr ""
13580
13581 #: cp/call.c:3091
13582 #, c-format
13583 msgid "%s for 'operator[]' in '%E[%E]'"
13584 msgstr ""
13585
13586 #: cp/call.c:3096
13587 #, c-format
13588 msgid "%s for 'operator%s' in '%E %s %E'"
13589 msgstr ""
13590
13591 #: cp/call.c:3099
13592 #, c-format
13593 msgid "%s for 'operator%s' in '%s%E'"
13594 msgstr ""
13595
13596 #: cp/call.c:3191
13597 msgid "ISO C++ forbids omitting the middle term of a ?: expression"
13598 msgstr ""
13599
13600 #: cp/call.c:3250
13601 #, c-format
13602 msgid "`%E' has type `void' and is not a throw-expression"
13603 msgstr ""
13604
13605 #: cp/call.c:3283 cp/call.c:3475
13606 msgid "operands to ?: have different types"
13607 msgstr ""
13608
13609 #: cp/call.c:3428
13610 msgid "enumeral mismatch in conditional expression: `%T' vs `%T'"
13611 msgstr ""
13612
13613 #: cp/call.c:3435
13614 msgid "enumeral and non-enumeral type in conditional expression"
13615 msgstr ""
13616
13617 #: cp/call.c:3516
13618 msgid "`%D' must be declared before use"
13619 msgstr ""
13620
13621 #: cp/call.c:3706
13622 msgid "no `%D(int)' declared for postfix `%s', trying prefix operator instead"
13623 msgstr ""
13624
13625 #: cp/call.c:3753
13626 msgid "using synthesized `%#D' for copy assignment"
13627 msgstr ""
13628
13629 #: cp/call.c:3755
13630 msgid " where cfront would use `%#D'"
13631 msgstr ""
13632
13633 #: cp/call.c:3782
13634 msgid "comparison between `%#T' and `%#T'"
13635 msgstr ""
13636
13637 #: cp/call.c:4021
13638 msgid "no suitable `operator delete' for `%T'"
13639 msgstr ""
13640
13641 #: cp/call.c:4040
13642 msgid "`%+#D' is private"
13643 msgstr ""
13644
13645 #: cp/call.c:4042
13646 msgid "`%+#D' is protected"
13647 msgstr ""
13648
13649 #: cp/call.c:4044
13650 msgid "`%+#D' is inaccessible"
13651 msgstr ""
13652
13653 #: cp/call.c:4045
13654 msgid "within this context"
13655 msgstr ""
13656
13657 #: cp/call.c:4088
13658 msgid "invalid conversion from `%T' to `%T'"
13659 msgstr ""
13660
13661 #: cp/call.c:4090 cp/call.c:4229 cp/call.c:4231
13662 msgid " initializing argument %P of `%D'"
13663 msgstr ""
13664
13665 #: cp/call.c:4152 cp/call.c:4156
13666 msgid " initializing argument %P of `%D' from result of `%D'"
13667 msgstr ""
13668
13669 #: cp/call.c:4162 cp/call.c:4165
13670 msgid " initializing temporary from result of `%D'"
13671 msgstr ""
13672
13673 #. Undefined behavior [expr.call] 5.2.2/7. We used to just warn
13674 #. here and do a bitwise copy, but now cp_expr_size will abort if we
13675 #. try to do that.
13676 #: cp/call.c:4316
13677 msgid "cannot pass objects of non-POD type `%#T' through `...'; call will abort at runtime"
13678 msgstr ""
13679
13680 #. Undefined behavior [expr.call] 5.2.2/7.
13681 #: cp/call.c:4343
13682 msgid "cannot receive objects of non-POD type `%#T' through `...'"
13683 msgstr ""
13684
13685 #: cp/call.c:4523
13686 msgid "passing `%T' as `this' argument of `%#D' discards qualifiers"
13687 msgstr ""
13688
13689 #: cp/call.c:4542
13690 msgid "`%T' is not an accessible base of `%T'"
13691 msgstr ""
13692
13693 #: cp/call.c:4786
13694 msgid "could not find class$ field in java interface type `%T'"
13695 msgstr ""
13696
13697 #: cp/call.c:4974
13698 msgid "call to non-function `%D'"
13699 msgstr ""
13700
13701 #: cp/call.c:5076
13702 msgid "no matching function for call to `%T::%D(%A)%#V'"
13703 msgstr ""
13704
13705 #: cp/call.c:5106
13706 msgid "cannot call member function `%D' without object"
13707 msgstr ""
13708
13709 #: cp/call.c:5704
13710 msgid "passing `%T' chooses `%T' over `%T'"
13711 msgstr ""
13712
13713 #: cp/call.c:5706 cp/decl2.c:4154
13714 msgid " in call to `%D'"
13715 msgstr ""
13716
13717 #: cp/call.c:5755
13718 msgid "choosing `%D' over `%D'"
13719 msgstr ""
13720
13721 #: cp/call.c:5756
13722 msgid " for conversion from `%T' to `%T'"
13723 msgstr ""
13724
13725 #: cp/call.c:5758
13726 msgid " because conversion sequence for the argument is better"
13727 msgstr ""
13728
13729 #: cp/call.c:5879
13730 msgid "ISO C++ says that `%D' and `%D' are ambiguous even though the worst conversion for the former is better than the worst conversion for the latter"
13731 msgstr ""
13732
13733 #: cp/call.c:5996
13734 msgid "could not convert `%E' to `%T'"
13735 msgstr ""
13736
13737 #: cp/call.c:6105
13738 msgid "invalid initialization of non-const reference of type '%T' from a temporary of type '%T'"
13739 msgstr ""
13740
13741 #: cp/call.c:6109
13742 msgid "invalid initialization of reference of type '%T' from expression of type '%T'"
13743 msgstr ""
13744
13745 #: cp/class.c:287
13746 msgid "cannot convert from base `%T' to derived type `%T' via virtual base `%T'"
13747 msgstr ""
13748
13749 #: cp/class.c:992
13750 msgid "`%#D' and `%#D' cannot be overloaded"
13751 msgstr ""
13752
13753 #: cp/class.c:1076
13754 msgid "duplicate enum value `%D'"
13755 msgstr ""
13756
13757 #: cp/class.c:1079
13758 msgid "duplicate field `%D' (as enum and non-enum)"
13759 msgstr ""
13760
13761 #: cp/class.c:1086
13762 msgid "duplicate nested type `%D'"
13763 msgstr ""
13764
13765 #: cp/class.c:1097
13766 msgid "duplicate field `%D' (as type and non-type)"
13767 msgstr ""
13768
13769 #: cp/class.c:1101
13770 msgid "duplicate member `%D'"
13771 msgstr ""
13772
13773 #: cp/class.c:1144
13774 msgid "conflicting access specifications for method `%D', ignored"
13775 msgstr ""
13776
13777 #: cp/class.c:1146
13778 #, c-format
13779 msgid "conflicting access specifications for field `%s', ignored"
13780 msgstr ""
13781
13782 #: cp/class.c:1194
13783 msgid "`%D' names constructor"
13784 msgstr ""
13785
13786 #: cp/class.c:1199
13787 msgid "`%D' invalid in `%T'"
13788 msgstr ""
13789
13790 #: cp/class.c:1207
13791 msgid "no members matching `%D' in `%#T'"
13792 msgstr ""
13793
13794 #: cp/class.c:1239 cp/class.c:1247
13795 msgid "`%D' invalid in `%#T'"
13796 msgstr ""
13797
13798 #: cp/class.c:1240
13799 msgid " because of local method `%#D' with same name"
13800 msgstr ""
13801
13802 #: cp/class.c:1248
13803 msgid " because of local member `%#D' with same name"
13804 msgstr ""
13805
13806 #: cp/class.c:1320
13807 msgid "base class `%#T' has a non-virtual destructor"
13808 msgstr ""
13809
13810 #: cp/class.c:1340
13811 msgid "base `%T' with only non-default constructor in class without a constructor"
13812 msgstr ""
13813
13814 #: cp/class.c:1912
13815 msgid "all member functions in class `%T' are private"
13816 msgstr ""
13817
13818 #: cp/class.c:1926
13819 msgid "`%#T' only defines a private destructor and has no friends"
13820 msgstr ""
13821
13822 #: cp/class.c:1969
13823 msgid "`%#T' only defines private constructors and has no friends"
13824 msgstr ""
13825
13826 #: cp/class.c:2090 cp/class.c:5276
13827 msgid "redefinition of `%#T'"
13828 msgstr ""
13829
13830 #: cp/class.c:2091
13831 msgid "previous definition of `%#T'"
13832 msgstr ""
13833
13834 #: cp/class.c:2365
13835 msgid "no unique final overrider for `%D' in `%T'"
13836 msgstr ""
13837
13838 #. Here we know it is a hider, and no overrider exists.
13839 #: cp/class.c:2712
13840 msgid "`%D' was hidden"
13841 msgstr ""
13842
13843 #: cp/class.c:2713
13844 msgid " by `%D'"
13845 msgstr ""
13846
13847 #: cp/class.c:2755
13848 msgid "ISO C++ forbids member `%D' with same name as enclosing class"
13849 msgstr ""
13850
13851 #: cp/class.c:2760 cp/decl2.c:1331
13852 msgid "`%#D' invalid; an anonymous union can only have non-static data members"
13853 msgstr ""
13854
13855 #: cp/class.c:2766 cp/decl2.c:1337
13856 msgid "private member `%#D' in anonymous union"
13857 msgstr ""
13858
13859 #: cp/class.c:2769 cp/decl2.c:1339
13860 msgid "protected member `%#D' in anonymous union"
13861 msgstr ""
13862
13863 #: cp/class.c:2894
13864 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"
13865 msgstr ""
13866
13867 #: cp/class.c:2958
13868 msgid "bit-field `%#D' with non-integral type"
13869 msgstr ""
13870
13871 #: cp/class.c:2978
13872 msgid "bit-field `%D' width not an integer constant"
13873 msgstr ""
13874
13875 #: cp/class.c:2984
13876 msgid "negative width in bit-field `%D'"
13877 msgstr ""
13878
13879 #: cp/class.c:2989
13880 msgid "zero width for bit-field `%D'"
13881 msgstr ""
13882
13883 #: cp/class.c:2995
13884 msgid "width of `%D' exceeds its type"
13885 msgstr ""
13886
13887 #: cp/class.c:3004
13888 msgid "`%D' is too small to hold all values of `%#T'"
13889 msgstr ""
13890
13891 #: cp/class.c:3088
13892 msgid "member `%#D' with constructor not allowed in union"
13893 msgstr ""
13894
13895 #: cp/class.c:3091
13896 msgid "member `%#D' with destructor not allowed in union"
13897 msgstr ""
13898
13899 #: cp/class.c:3094
13900 msgid "member `%#D' with copy assignment operator not allowed in union"
13901 msgstr ""
13902
13903 #: cp/class.c:3121
13904 msgid "multiple fields in union `%T' initialized"
13905 msgstr ""
13906
13907 #: cp/class.c:3234
13908 msgid "field `%D' in local class cannot be static"
13909 msgstr ""
13910
13911 #: cp/class.c:3240
13912 msgid "field `%D' invalidly declared function type"
13913 msgstr ""
13914
13915 #: cp/class.c:3247
13916 msgid "field `%D' invalidly declared method type"
13917 msgstr ""
13918
13919 #: cp/class.c:3253
13920 msgid "field `%D' invalidly declared offset type"
13921 msgstr ""
13922
13923 #. Unions cannot have static members.
13924 #: cp/class.c:3271
13925 msgid "field `%D' declared static in union"
13926 msgstr ""
13927
13928 #: cp/class.c:3298
13929 msgid "non-static reference `%#D' in class without a constructor"
13930 msgstr ""
13931
13932 #: cp/class.c:3333
13933 msgid "non-static const member `%#D' in class without a constructor"
13934 msgstr ""
13935
13936 #: cp/class.c:3349
13937 msgid "field `%#D' with same name as class"
13938 msgstr ""
13939
13940 #: cp/class.c:3367
13941 msgid "`%#T' has pointer data members"
13942 msgstr ""
13943
13944 #: cp/class.c:3371
13945 msgid " but does not override `%T(const %T&)'"
13946 msgstr ""
13947
13948 #: cp/class.c:3373
13949 msgid " or `operator=(const %T&)'"
13950 msgstr ""
13951
13952 #: cp/class.c:3376
13953 msgid " but does not override `operator=(const %T&)'"
13954 msgstr ""
13955
13956 #: cp/class.c:3826
13957 msgid "offset of empty base `%T' may not be ABI-compliant and maychange in a future version of GCC"
13958 msgstr ""
13959
13960 #: cp/class.c:3935
13961 msgid "class `%T' will be considered nearly empty in a future version of GCC"
13962 msgstr ""
13963
13964 #: cp/class.c:4025
13965 msgid "initializer specified for non-virtual method `%D'"
13966 msgstr ""
13967
13968 #: cp/class.c:4761
13969 msgid "offset of virtual base `%T' is not ABI-compliant and may change in a future version of GCC"
13970 msgstr ""
13971
13972 #: cp/class.c:4861
13973 msgid "direct base `%T' inaccessible in `%T' due to ambiguity"
13974 msgstr ""
13975
13976 #: cp/class.c:4874
13977 msgid "virtual base `%T' inaccessible in `%T' due to ambiguity"
13978 msgstr ""
13979
13980 #: cp/class.c:5030
13981 msgid "size assigned to `%T' may not be ABI-compliant and may change in a future version of GCC"
13982 msgstr ""
13983
13984 #. Versions of G++ before G++ 3.4 did not reset the
13985 #. DECL_MODE.
13986 #: cp/class.c:5053
13987 msgid "the offset of `%D' may not be ABI-compliant and may change in a future version of GCC"
13988 msgstr ""
13989
13990 #: cp/class.c:5079
13991 msgid "offset of `%D' is not ABI-compliant and may change in a future version of GCC"
13992 msgstr ""
13993
13994 #: cp/class.c:5088
13995 msgid "`%D' contains empty classes which may cause base classes to be placed at different locations in a future version of GCC"
13996 msgstr ""
13997
13998 #: cp/class.c:5147
13999 msgid "layout of classes derived from empty class `%T' may change in a future version of GCC"
14000 msgstr ""
14001
14002 #: cp/class.c:5432
14003 msgid "`%#T' has virtual functions but non-virtual destructor"
14004 msgstr ""
14005
14006 #: cp/class.c:5516
14007 msgid "trying to finish struct, but kicked out due to previous parse errors"
14008 msgstr ""
14009
14010 #: cp/class.c:5982
14011 #, c-format
14012 msgid "language string `\"%s\"' not recognized"
14013 msgstr ""
14014
14015 #: cp/class.c:6078
14016 msgid "cannot resolve overloaded function `%D' based on conversion to type `%T'"
14017 msgstr ""
14018
14019 #: cp/class.c:6203
14020 msgid "no matches converting function `%D' to type `%#T'"
14021 msgstr ""
14022
14023 #: cp/class.c:6226
14024 msgid "converting overloaded function `%D' to type `%#T' is ambiguous"
14025 msgstr ""
14026
14027 #: cp/class.c:6252
14028 msgid "assuming pointer to member `%D'"
14029 msgstr ""
14030
14031 #: cp/class.c:6255
14032 #, c-format
14033 msgid "(a pointer to member can only be formed with `&%E')"
14034 msgstr ""
14035
14036 #: cp/class.c:6306 cp/class.c:6477 cp/class.c:6484
14037 msgid "not enough type information"
14038 msgstr ""
14039
14040 #: cp/class.c:6315
14041 msgid "argument of type `%T' does not match `%T'"
14042 msgstr ""
14043
14044 #: cp/class.c:6461
14045 msgid "invalid operation on uninstantiated type"
14046 msgstr ""
14047
14048 #. [basic.scope.class]
14049 #.
14050 #. A name N used in a class S shall refer to the same declaration
14051 #. in its context and when re-evaluated in the completed scope of
14052 #. S.
14053 #: cp/class.c:6745 cp/decl.c:1254 cp/decl.c:3379 cp/pt.c:2004
14054 msgid "declaration of `%#D'"
14055 msgstr ""
14056
14057 #: cp/class.c:6746
14058 msgid "changes meaning of `%D' from `%+#D'"
14059 msgstr ""
14060
14061 #: cp/cvt.c:88
14062 msgid "can't convert from incomplete type `%T' to `%T'"
14063 msgstr ""
14064
14065 #: cp/cvt.c:97
14066 msgid "conversion of `%E' from `%T' to `%T' is ambiguous"
14067 msgstr ""
14068
14069 #: cp/cvt.c:126
14070 msgid "converting from `%T' to `%T'"
14071 msgstr ""
14072
14073 #: cp/cvt.c:203 cp/cvt.c:207
14074 msgid "pointer to member cast from `%T' to `%T' is via virtual base"
14075 msgstr ""
14076
14077 #: cp/cvt.c:225 cp/cvt.c:236 cp/cvt.c:283
14078 msgid "cannot convert `%E' from type `%T' to type `%T'"
14079 msgstr ""
14080
14081 #: cp/cvt.c:262
14082 msgid "invalid conversion from '%T' to '%T'"
14083 msgstr ""
14084
14085 #: cp/cvt.c:504
14086 msgid "conversion from `%T' to `%T' discards qualifiers"
14087 msgstr ""
14088
14089 #: cp/cvt.c:522
14090 msgid "casting `%T' to `%T' does not dereference pointer"
14091 msgstr ""
14092
14093 #: cp/cvt.c:551
14094 msgid "cannot convert type `%T' to type `%T'"
14095 msgstr ""
14096
14097 #: cp/cvt.c:683
14098 msgid "conversion from `%#T' to `%#T'"
14099 msgstr ""
14100
14101 #: cp/cvt.c:695
14102 msgid "`%#T' used where a `%T' was expected"
14103 msgstr ""
14104
14105 #: cp/cvt.c:712
14106 msgid "the address of `%D', will always be `true'"
14107 msgstr ""
14108
14109 #: cp/cvt.c:732
14110 msgid "`%#T' used where a floating point value was expected"
14111 msgstr ""
14112
14113 #: cp/cvt.c:779
14114 msgid "conversion from `%T' to non-scalar type `%T' requested"
14115 msgstr ""
14116
14117 #: cp/cvt.c:865
14118 msgid "object of incomplete type `%T' will not be accessed in %s"
14119 msgstr ""
14120
14121 #: cp/cvt.c:868
14122 msgid "object of type `%T' will not be accessed in %s"
14123 msgstr ""
14124
14125 #: cp/cvt.c:884
14126 msgid "object `%E' of incomplete type `%T' will not be accessed in %s"
14127 msgstr ""
14128
14129 #. [over.over] enumerates the places where we can take the address
14130 #. of an overloaded function, and this is not one of them.
14131 #: cp/cvt.c:904
14132 #, c-format
14133 msgid "%s cannot resolve address of overloaded function"
14134 msgstr ""
14135
14136 #. Only warn when there is no &.
14137 #: cp/cvt.c:909
14138 #, c-format
14139 msgid "%s is a reference, not call, to function `%E'"
14140 msgstr ""
14141
14142 #: cp/cvt.c:1039
14143 msgid "converting NULL to non-pointer type"
14144 msgstr ""
14145
14146 #: cp/cvt.c:1115
14147 msgid "ambiguous default type conversion from `%T'"
14148 msgstr ""
14149
14150 #: cp/cvt.c:1117
14151 msgid " candidate conversions include `%D' and `%D'"
14152 msgstr ""
14153
14154 #: cp/decl.c:736
14155 #, c-format
14156 msgid "push %s level %p line %d\n"
14157 msgstr ""
14158
14159 #: cp/decl.c:770
14160 #, c-format
14161 msgid "pop %s level %p line %d\n"
14162 msgstr ""
14163
14164 #: cp/decl.c:776 cp/decl.c:814
14165 msgid "XXX is_class_level != (current_binding_level == class_binding_level)\n"
14166 msgstr ""
14167
14168 #: cp/decl.c:808
14169 #, c-format
14170 msgid "suspend %s level %p line %d\n"
14171 msgstr ""
14172
14173 #: cp/decl.c:837
14174 #, c-format
14175 msgid "resume %s level %p line %d\n"
14176 msgstr ""
14177
14178 #: cp/decl.c:1255 cp/decl.c:3490
14179 msgid "conflicts with previous declaration `%#D'"
14180 msgstr ""
14181
14182 #: cp/decl.c:1467
14183 msgid "label `%D' used but not defined"
14184 msgstr ""
14185
14186 #: cp/decl.c:1472
14187 msgid "label `%D' defined but not used"
14188 msgstr ""
14189
14190 #: cp/decl.c:2489
14191 msgid "namespace alias `%D' not allowed here, assuming `%D'"
14192 msgstr ""
14193
14194 #: cp/decl.c:2825
14195 msgid "XXX entering pop_everything ()\n"
14196 msgstr ""
14197
14198 #: cp/decl.c:2834
14199 msgid "XXX leaving pop_everything ()\n"
14200 msgstr ""
14201
14202 #: cp/decl.c:3285 cp/decl.c:3700
14203 msgid "previous declaration of `%D'"
14204 msgstr ""
14205
14206 #: cp/decl.c:3366 cp/decl.c:3404
14207 msgid "shadowing %s function `%#D'"
14208 msgstr ""
14209
14210 #: cp/decl.c:3375
14211 msgid "library function `%#D' redeclared as non-function `%#D'"
14212 msgstr ""
14213
14214 #: cp/decl.c:3380
14215 msgid "conflicts with built-in declaration `%#D'"
14216 msgstr ""
14217
14218 #: cp/decl.c:3399 cp/decl.c:3504 cp/decl.c:3520
14219 msgid "new declaration `%#D'"
14220 msgstr ""
14221
14222 #: cp/decl.c:3400
14223 msgid "ambiguates built-in declaration `%#D'"
14224 msgstr ""
14225
14226 #: cp/decl.c:3464
14227 msgid "`%#D' redeclared as different kind of symbol"
14228 msgstr ""
14229
14230 #: cp/decl.c:3467
14231 msgid "previous declaration of `%#D'"
14232 msgstr ""
14233
14234 #: cp/decl.c:3489
14235 msgid "declaration of template `%#D'"
14236 msgstr ""
14237
14238 #: cp/decl.c:3505 cp/decl.c:3521
14239 msgid "ambiguates old declaration `%#D'"
14240 msgstr ""
14241
14242 #: cp/decl.c:3513
14243 msgid "declaration of C function `%#D' conflicts with"
14244 msgstr ""
14245
14246 #: cp/decl.c:3515
14247 msgid "previous declaration `%#D' here"
14248 msgstr ""
14249
14250 #: cp/decl.c:3533
14251 msgid "conflicting types for `%#D'"
14252 msgstr ""
14253
14254 #: cp/decl.c:3534
14255 msgid "previous declaration as `%#D'"
14256 msgstr ""
14257
14258 #: cp/decl.c:3577
14259 msgid "`%#D' previously defined here"
14260 msgstr ""
14261
14262 #: cp/decl.c:3578
14263 msgid "`%#D' previously declared here"
14264 msgstr ""
14265
14266 #. Prototype decl follows defn w/o prototype.
14267 #: cp/decl.c:3587
14268 msgid "prototype for `%#D'"
14269 msgstr ""
14270
14271 #: cp/decl.c:3588
14272 msgid "follows non-prototype definition here"
14273 msgstr ""
14274
14275 #: cp/decl.c:3600
14276 msgid "previous declaration of `%#D' with %L linkage"
14277 msgstr ""
14278
14279 #: cp/decl.c:3602
14280 msgid "conflicts with new declaration with %L linkage"
14281 msgstr ""
14282
14283 #: cp/decl.c:3625 cp/decl.c:3632
14284 msgid "default argument given for parameter %d of `%#D'"
14285 msgstr ""
14286
14287 #: cp/decl.c:3627 cp/decl.c:3634
14288 msgid "after previous specification in `%#D'"
14289 msgstr ""
14290
14291 #: cp/decl.c:3643
14292 msgid "`%#D' was used before it was declared inline"
14293 msgstr ""
14294
14295 #: cp/decl.c:3645
14296 msgid "previous non-inline declaration here"
14297 msgstr ""
14298
14299 #: cp/decl.c:3699
14300 msgid "redundant redeclaration of `%D' in same scope"
14301 msgstr ""
14302
14303 #: cp/decl.c:3780
14304 #, c-format
14305 msgid "declaration of `%F' throws different exceptions"
14306 msgstr ""
14307
14308 #: cp/decl.c:3782
14309 #, c-format
14310 msgid "than previous declaration `%F'"
14311 msgstr ""
14312
14313 #. From [temp.expl.spec]:
14314 #.
14315 #. If a template, a member template or the member of a class
14316 #. template is explicitly specialized then that
14317 #. specialization shall be declared before the first use of
14318 #. that specialization that would cause an implicit
14319 #. instantiation to take place, in every translation unit in
14320 #. which such a use occurs.
14321 #: cp/decl.c:3922
14322 msgid "explicit specialization of %D after first use"
14323 msgstr ""
14324
14325 #: cp/decl.c:4187
14326 msgid "`%#D' used prior to declaration"
14327 msgstr ""
14328
14329 #: cp/decl.c:4218
14330 msgid "redeclaration of `wchar_t' as `%T'"
14331 msgstr ""
14332
14333 #. A redeclaration of main, but not a duplicate of the
14334 #. previous one.
14335 #.
14336 #. [basic.start.main]
14337 #.
14338 #. This function shall not be overloaded.
14339 #: cp/decl.c:4246
14340 msgid "invalid redeclaration of `%D'"
14341 msgstr ""
14342
14343 #: cp/decl.c:4247
14344 msgid "as `%D'"
14345 msgstr ""
14346
14347 #: cp/decl.c:4337
14348 msgid "previous external decl of `%#D'"
14349 msgstr ""
14350
14351 #: cp/decl.c:4378
14352 msgid "`%D' was previously implicitly declared to return `int'"
14353 msgstr ""
14354
14355 #: cp/decl.c:4438
14356 msgid "extern declaration of `%#D' doesn't match"
14357 msgstr ""
14358
14359 #: cp/decl.c:4439
14360 msgid "global declaration `%#D'"
14361 msgstr ""
14362
14363 #: cp/decl.c:4472
14364 msgid "declaration of `%#D' shadows a parameter"
14365 msgstr ""
14366
14367 #: cp/decl.c:4492
14368 #, c-format
14369 msgid "declaration of `%s' shadows a member of `this'"
14370 msgstr ""
14371
14372 #: cp/decl.c:4889
14373 msgid "`%#D' hides constructor for `%#T'"
14374 msgstr ""
14375
14376 #: cp/decl.c:4904
14377 msgid "`%#D' conflicts with previous using declaration `%#D'"
14378 msgstr ""
14379
14380 #: cp/decl.c:4916
14381 msgid "previous non-function declaration `%#D'"
14382 msgstr ""
14383
14384 #: cp/decl.c:4917
14385 msgid "conflicts with function declaration `%#D'"
14386 msgstr ""
14387
14388 #: cp/decl.c:5007
14389 msgid "implicit declaration of function `%#D'"
14390 msgstr ""
14391
14392 #: cp/decl.c:5167
14393 #, c-format
14394 msgid "label `%s' referenced outside of any function"
14395 msgstr ""
14396
14397 #: cp/decl.c:5270 cp/decl.c:5294 cp/decl.c:5387
14398 msgid "jump to label `%D'"
14399 msgstr ""
14400
14401 #: cp/decl.c:5272 cp/decl.c:5296
14402 msgid "jump to case label"
14403 msgstr ""
14404
14405 #: cp/decl.c:5280
14406 msgid " crosses initialization of `%#D'"
14407 msgstr ""
14408
14409 #: cp/decl.c:5283 cp/decl.c:5403
14410 msgid " enters scope of non-POD `%#D'"
14411 msgstr ""
14412
14413 #: cp/decl.c:5303 cp/decl.c:5407
14414 msgid " enters try block"
14415 msgstr ""
14416
14417 #. Can't skip init of __exception_info.
14418 #: cp/decl.c:5305 cp/decl.c:5399 cp/decl.c:5409
14419 msgid " enters catch block"
14420 msgstr ""
14421
14422 #: cp/decl.c:5388
14423 msgid " from here"
14424 msgstr ""
14425
14426 #: cp/decl.c:5401
14427 msgid " skips initialization of `%#D'"
14428 msgstr ""
14429
14430 #: cp/decl.c:5437
14431 msgid "label named wchar_t"
14432 msgstr ""
14433
14434 #: cp/decl.c:5440
14435 msgid "duplicate label `%D'"
14436 msgstr ""
14437
14438 #: cp/decl.c:5525
14439 #, c-format
14440 msgid "case label `%E' not within a switch statement"
14441 msgstr ""
14442
14443 #. Definition isn't the kind we were looking for.
14444 #: cp/decl.c:5704 cp/decl.c:5723
14445 msgid "`%#D' redeclared as %C"
14446 msgstr ""
14447
14448 #. This happens for A::B where B is a template, and there are no
14449 #. template arguments.
14450 #: cp/decl.c:5811 cp/typeck.c:2069 cp/typeck.c:2229
14451 msgid "invalid use of `%D'"
14452 msgstr ""
14453
14454 #: cp/decl.c:5852
14455 msgid "`%D::%D' is not a template"
14456 msgstr ""
14457
14458 #: cp/decl.c:5869
14459 msgid "`%D' undeclared in namespace `%D'"
14460 msgstr ""
14461
14462 #: cp/decl.c:6002
14463 msgid "`%D' used without template parameters"
14464 msgstr ""
14465
14466 #: cp/decl.c:6013 cp/decl.c:6029 cp/decl.c:6139
14467 msgid "no class template named `%#T' in `%#T'"
14468 msgstr ""
14469
14470 #: cp/decl.c:6055 cp/decl.c:6065 cp/decl.c:6100
14471 msgid "no type named `%#T' in `%#T'"
14472 msgstr ""
14473
14474 #: cp/decl.c:6329
14475 msgid "lookup of `%D' finds `%#D'"
14476 msgstr ""
14477
14478 #: cp/decl.c:6331
14479 msgid " instead of `%D' from dependent base class"
14480 msgstr ""
14481
14482 #: cp/decl.c:6333
14483 msgid " (use `typename %T::%D' if that's what you meant)"
14484 msgstr ""
14485
14486 #: cp/decl.c:6364
14487 msgid "name lookup of `%D' changed"
14488 msgstr ""
14489
14490 #: cp/decl.c:6366
14491 msgid " matches this `%D' under ISO standard rules"
14492 msgstr ""
14493
14494 #: cp/decl.c:6368
14495 msgid " matches this `%D' under old rules"
14496 msgstr ""
14497
14498 #: cp/decl.c:6382 cp/decl.c:6389
14499 msgid "name lookup of `%D' changed for new ISO `for' scoping"
14500 msgstr ""
14501
14502 #: cp/decl.c:6384
14503 msgid " cannot use obsolete binding at `%D' because it has a destructor"
14504 msgstr ""
14505
14506 #: cp/decl.c:6391
14507 msgid " using obsolete binding at `%D'"
14508 msgstr ""
14509
14510 #: cp/decl.c:6609
14511 msgid "lookup of `%D' in the scope of `%#T' (`%#D') does not match lookup in the current scope (`%#D')"
14512 msgstr ""
14513
14514 #: cp/decl.c:7432
14515 msgid "an anonymous union cannot have function members"
14516 msgstr ""
14517
14518 #: cp/decl.c:7449
14519 msgid "member %#D' with constructor not allowed in anonymous aggregate"
14520 msgstr ""
14521
14522 #: cp/decl.c:7452
14523 msgid "member %#D' with destructor not allowed in anonymous aggregate"
14524 msgstr ""
14525
14526 #: cp/decl.c:7455
14527 msgid "member %#D' with copy assignment operator not allowed in anonymous aggregate"
14528 msgstr ""
14529
14530 #: cp/decl.c:7493
14531 msgid "redeclaration of C++ built-in type `%T'"
14532 msgstr ""
14533
14534 #: cp/decl.c:7529
14535 msgid "multiple types in one declaration"
14536 msgstr ""
14537
14538 #: cp/decl.c:7556
14539 msgid "missing type-name in typedef-declaration"
14540 msgstr ""
14541
14542 #: cp/decl.c:7563
14543 msgid "ISO C++ prohibits anonymous structs"
14544 msgstr ""
14545
14546 #: cp/decl.c:7570
14547 msgid "`%D' can only be specified for functions"
14548 msgstr ""
14549
14550 #: cp/decl.c:7572
14551 msgid "`%D' can only be specified inside a class"
14552 msgstr ""
14553
14554 #: cp/decl.c:7574
14555 msgid "`%D' can only be specified for constructors"
14556 msgstr ""
14557
14558 #: cp/decl.c:7577
14559 msgid "`%D' can only be specified for objects and functions"
14560 msgstr ""
14561
14562 #: cp/decl.c:7719 cp/decl2.c:936
14563 msgid "typedef `%D' is initialized (use __typeof__ instead)"
14564 msgstr ""
14565
14566 #: cp/decl.c:7724
14567 msgid "function `%#D' is initialized like a variable"
14568 msgstr ""
14569
14570 #: cp/decl.c:7736
14571 msgid "declaration of `%#D' has `extern' and is initialized"
14572 msgstr ""
14573
14574 #: cp/decl.c:7770
14575 msgid "`%#D' is not a static member of `%#T'"
14576 msgstr ""
14577
14578 #: cp/decl.c:7775
14579 msgid "ISO C++ does not permit `%T::%D' to be defined as `%T::%D'"
14580 msgstr ""
14581
14582 #: cp/decl.c:7786
14583 msgid "duplicate initialization of %D"
14584 msgstr ""
14585
14586 #: cp/decl.c:7815
14587 msgid "declaration of `%#D' outside of class is not definition"
14588 msgstr ""
14589
14590 #: cp/decl.c:7865
14591 msgid "variable `%#D' has initializer but incomplete type"
14592 msgstr ""
14593
14594 #: cp/decl.c:7873 cp/decl.c:8432
14595 msgid "elements of array `%#D' have incomplete type"
14596 msgstr ""
14597
14598 #: cp/decl.c:7889
14599 msgid "aggregate `%#D' has incomplete type and cannot be defined"
14600 msgstr ""
14601
14602 #: cp/decl.c:7931
14603 msgid "`%D' declared as reference but not initialized"
14604 msgstr ""
14605
14606 #: cp/decl.c:7940
14607 msgid "ISO C++ forbids use of initializer list to initialize reference `%D'"
14608 msgstr ""
14609
14610 #: cp/decl.c:7970
14611 msgid "cannot initialize `%T' from `%T'"
14612 msgstr ""
14613
14614 #: cp/decl.c:8004
14615 msgid "initializer fails to determine size of `%D'"
14616 msgstr ""
14617
14618 #: cp/decl.c:8009
14619 msgid "array size missing in `%D'"
14620 msgstr ""
14621
14622 #: cp/decl.c:8021
14623 msgid "zero-size array `%D'"
14624 msgstr ""
14625
14626 #. An automatic variable with an incomplete type: that is an error.
14627 #. Don't talk about array types here, since we took care of that
14628 #. message in grokdeclarator.
14629 #: cp/decl.c:8059
14630 msgid "storage size of `%D' isn't known"
14631 msgstr ""
14632
14633 #: cp/decl.c:8081
14634 msgid "storage size of `%D' isn't constant"
14635 msgstr ""
14636
14637 #: cp/decl.c:8137
14638 msgid "sorry: semantics of inline function static data `%#D' are wrong (you'll wind up with multiple copies)"
14639 msgstr ""
14640
14641 #: cp/decl.c:8138
14642 msgid " you can work around this by removing the initializer"
14643 msgstr ""
14644
14645 #: cp/decl.c:8164
14646 msgid "uninitialized const `%D'"
14647 msgstr ""
14648
14649 #: cp/decl.c:8249
14650 msgid "brace-enclosed initializer used to initialize `%T'"
14651 msgstr ""
14652
14653 #: cp/decl.c:8313
14654 msgid "initializer for `%T' must be brace-enclosed"
14655 msgstr ""
14656
14657 #: cp/decl.c:8328
14658 msgid "ISO C++ does not allow designated initializers"
14659 msgstr ""
14660
14661 #: cp/decl.c:8332
14662 msgid "`%T' has no non-static data member named `%D'"
14663 msgstr ""
14664
14665 #: cp/decl.c:8389
14666 #, fuzzy
14667 msgid "too many initializers for `%T'"
14668 msgstr "zu viele Eingabedateien"
14669
14670 #: cp/decl.c:8426
14671 msgid "variable-sized object `%D' may not be initialized"
14672 msgstr ""
14673
14674 #: cp/decl.c:8437
14675 msgid "`%D' has incomplete type"
14676 msgstr ""
14677
14678 #: cp/decl.c:8486
14679 msgid "`%D' must be initialized by constructor, not by `{...}'"
14680 msgstr ""
14681
14682 #: cp/decl.c:8527
14683 msgid "structure `%D' with uninitialized const members"
14684 msgstr ""
14685
14686 #: cp/decl.c:8529
14687 msgid "structure `%D' with uninitialized reference members"
14688 msgstr ""
14689
14690 #: cp/decl.c:8770
14691 msgid "assignment (not initialization) in declaration"
14692 msgstr ""
14693
14694 #: cp/decl.c:8785
14695 msgid "cannot initialize `%D' to namespace `%D'"
14696 msgstr ""
14697
14698 #: cp/decl.c:8836
14699 msgid "shadowing previous type declaration of `%#D'"
14700 msgstr ""
14701
14702 #: cp/decl.c:8883
14703 msgid "`%D' cannot be thread-local because it has non-POD type `%T'"
14704 msgstr ""
14705
14706 #: cp/decl.c:8898
14707 msgid "`%D' is thread-local and so cannot be dynamically initialized"
14708 msgstr ""
14709
14710 #: cp/decl.c:9298 cp/init.c:562
14711 msgid "multiple initializations given for `%D'"
14712 msgstr ""
14713
14714 #: cp/decl.c:9390
14715 msgid "invalid catch parameter"
14716 msgstr ""
14717
14718 #: cp/decl.c:9508
14719 msgid "destructor for alien class `%T' cannot be a member"
14720 msgstr ""
14721
14722 #: cp/decl.c:9511
14723 msgid "constructor for alien class `%T' cannot be a member"
14724 msgstr ""
14725
14726 #: cp/decl.c:9530
14727 msgid "`%D' declared as a `virtual' %s"
14728 msgstr ""
14729
14730 #: cp/decl.c:9532
14731 msgid "`%D' declared as an `inline' %s"
14732 msgstr ""
14733
14734 #: cp/decl.c:9534
14735 msgid "`const' and `volatile' function specifiers on `%D' invalid in %s declaration"
14736 msgstr ""
14737
14738 #: cp/decl.c:9537
14739 msgid "`%D' declared as a friend"
14740 msgstr ""
14741
14742 #: cp/decl.c:9543
14743 msgid "`%D' declared with an exception specification"
14744 msgstr ""
14745
14746 #: cp/decl.c:9618
14747 msgid "cannot declare `::main' to be a template"
14748 msgstr ""
14749
14750 #: cp/decl.c:9620
14751 msgid "cannot declare `::main' to be inline"
14752 msgstr ""
14753
14754 #: cp/decl.c:9622
14755 msgid "cannot declare `::main' to be static"
14756 msgstr ""
14757
14758 #: cp/decl.c:9625
14759 msgid "`main' must return `int'"
14760 msgstr ""
14761
14762 #: cp/decl.c:9653
14763 msgid "non-local function `%#D' uses anonymous type"
14764 msgstr ""
14765
14766 #: cp/decl.c:9656
14767 msgid "`%#D' does not refer to the unqualified type, so it is not used for linkage"
14768 msgstr ""
14769
14770 #: cp/decl.c:9662
14771 msgid "non-local function `%#D' uses local type `%T'"
14772 msgstr ""
14773
14774 #: cp/decl.c:9691
14775 msgid "%smember function `%D' cannot have `%T' method qualifier"
14776 msgstr ""
14777
14778 #: cp/decl.c:9715
14779 msgid "defining explicit specialization `%D' in friend declaration"
14780 msgstr ""
14781
14782 #. Something like `template <class T> friend void f<T>()'.
14783 #: cp/decl.c:9725
14784 msgid "invalid use of template-id `%D' in declaration of primary template"
14785 msgstr ""
14786
14787 #: cp/decl.c:9753
14788 msgid "default arguments are not allowed in declaration of friend template specialization `%D'"
14789 msgstr ""
14790
14791 #: cp/decl.c:9760
14792 msgid "`inline' is not allowed in declaration of friend template specialization `%D'"
14793 msgstr ""
14794
14795 #: cp/decl.c:9822
14796 msgid "definition of implicitly-declared `%D'"
14797 msgstr ""
14798
14799 #: cp/decl.c:9834 cp/decl2.c:785
14800 msgid "no `%#D' member function declared in class `%T'"
14801 msgstr ""
14802
14803 #: cp/decl.c:9967
14804 msgid "non-local variable `%#D' uses local type `%T'"
14805 msgstr ""
14806
14807 #: cp/decl.c:10064
14808 msgid "invalid in-class initialization of static data member of non-integral type `%T'"
14809 msgstr ""
14810
14811 #: cp/decl.c:10073
14812 msgid "ISO C++ forbids in-class initialization of non-const static member `%D'"
14813 msgstr ""
14814
14815 #: cp/decl.c:10076
14816 msgid "ISO C++ forbids initialization of member constant `%D' of non-integral type `%T'"
14817 msgstr ""
14818
14819 #: cp/decl.c:10126
14820 msgid "size of array `%D' has non-integer type"
14821 msgstr ""
14822
14823 #: cp/decl.c:10128
14824 msgid "size of array has non-integer type"
14825 msgstr ""
14826
14827 #: cp/decl.c:10148
14828 msgid "size of array `%D' is negative"
14829 msgstr ""
14830
14831 #: cp/decl.c:10150
14832 msgid "size of array is negative"
14833 msgstr ""
14834
14835 #: cp/decl.c:10159
14836 msgid "ISO C++ forbids zero-size array `%D'"
14837 msgstr ""
14838
14839 #: cp/decl.c:10161
14840 msgid "ISO C++ forbids zero-size array"
14841 msgstr ""
14842
14843 #: cp/decl.c:10168
14844 msgid "size of array `%D' is not an integral constant-expression"
14845 msgstr ""
14846
14847 #: cp/decl.c:10171
14848 msgid "size of array is not an integral constant-expression"
14849 msgstr ""
14850
14851 #: cp/decl.c:10189
14852 msgid "ISO C++ forbids variable-size array `%D'"
14853 msgstr ""
14854
14855 #: cp/decl.c:10192
14856 msgid "ISO C++ forbids variable-size array"
14857 msgstr ""
14858
14859 #: cp/decl.c:10203
14860 msgid "overflow in array dimension"
14861 msgstr ""
14862
14863 #: cp/decl.c:10262
14864 msgid "declaration of `%D' as %s"
14865 msgstr "Deklaration von »%D« als %s"
14866
14867 #: cp/decl.c:10264
14868 #, c-format
14869 msgid "creating %s"
14870 msgstr "Erzeugen von %s"
14871
14872 #: cp/decl.c:10276
14873 msgid "declaration of `%D' as multidimensional array must have bounds for all dimensions except the first"
14874 msgstr ""
14875
14876 #: cp/decl.c:10279
14877 msgid "multidimensional array must have bounds for all dimensions except the first"
14878 msgstr ""
14879
14880 #: cp/decl.c:10308
14881 msgid "return type specification for constructor invalid"
14882 msgstr ""
14883
14884 #: cp/decl.c:10315
14885 msgid "return type specification for destructor invalid"
14886 msgstr ""
14887
14888 #: cp/decl.c:10321
14889 msgid "operator `%T' declared to return `%T'"
14890 msgstr ""
14891
14892 #: cp/decl.c:10323
14893 msgid "return type specified for `operator %T'"
14894 msgstr ""
14895
14896 #: cp/decl.c:10491
14897 msgid "destructors must be member functions"
14898 msgstr ""
14899
14900 #: cp/decl.c:10510
14901 msgid "destructor `%T' must match class name `%T'"
14902 msgstr ""
14903
14904 #: cp/decl.c:10539
14905 msgid "variable declaration is not allowed here"
14906 msgstr ""
14907
14908 #: cp/decl.c:10566
14909 msgid "invalid declarator"
14910 msgstr ""
14911
14912 #: cp/decl.c:10617
14913 msgid "declarator-id missing; using reserved word `%D'"
14914 msgstr ""
14915
14916 #: cp/decl.c:10674
14917 msgid "type `%T' is not derived from type `%T'"
14918 msgstr ""
14919
14920 #. Parse error puts this typespec where
14921 #. a declarator should go.
14922 #: cp/decl.c:10726
14923 msgid "`%T' specified as declarator-id"
14924 msgstr ""
14925
14926 #: cp/decl.c:10728
14927 msgid " perhaps you want `%T' for a constructor"
14928 msgstr ""
14929
14930 #. Sometimes, we see a template-name used as part of a
14931 #. decl-specifier like in
14932 #. std::allocator alloc;
14933 #. Handle that gracefully.
14934 #: cp/decl.c:10750
14935 #, c-format
14936 msgid "invalid use of template-name '%E' in a declarator"
14937 msgstr ""
14938
14939 #: cp/decl.c:10770
14940 msgid "declaration of `%D' as non-function"
14941 msgstr ""
14942
14943 #: cp/decl.c:10847
14944 msgid "`bool' is now a keyword"
14945 msgstr ""
14946
14947 #: cp/decl.c:10849
14948 msgid "extraneous `%T' ignored"
14949 msgstr ""
14950
14951 #: cp/decl.c:10865 cp/decl.c:10910
14952 msgid "multiple declarations `%T' and `%T'"
14953 msgstr ""
14954
14955 #: cp/decl.c:10878
14956 msgid "ISO C++ does not support `long long'"
14957 msgstr ""
14958
14959 #: cp/decl.c:10983 cp/decl.c:10986
14960 #, c-format
14961 msgid "ISO C++ forbids declaration of `%s' with no type"
14962 msgstr ""
14963
14964 #. The implicit typename extension is deprecated and will be
14965 #. removed. Warn about its use now.
14966 #: cp/decl.c:10996
14967 msgid "`%T' is implicitly a typename"
14968 msgstr ""
14969
14970 #: cp/decl.c:11032
14971 #, c-format
14972 msgid "short, signed or unsigned invalid for `%s'"
14973 msgstr ""
14974
14975 #: cp/decl.c:11037
14976 #, c-format
14977 msgid "long and short specified together for `%s'"
14978 msgstr ""
14979
14980 #: cp/decl.c:11048
14981 #, c-format
14982 msgid "signed and unsigned given together for `%s'"
14983 msgstr ""
14984
14985 #: cp/decl.c:11157
14986 msgid "qualifiers are not allowed on declaration of `operator %T'"
14987 msgstr ""
14988
14989 #: cp/decl.c:11179
14990 msgid "member `%D' cannot be declared both virtual and static"
14991 msgstr ""
14992
14993 #: cp/decl.c:11188
14994 msgid "`%T::%D' is not a valid declarator"
14995 msgstr ""
14996
14997 #: cp/decl.c:11200
14998 msgid "storage class specifiers invalid in parameter declarations"
14999 msgstr ""
15000
15001 #: cp/decl.c:11204
15002 msgid "typedef declaration invalid in parameter declaration"
15003 msgstr ""
15004
15005 #: cp/decl.c:11217
15006 msgid "virtual outside class declaration"
15007 msgstr ""
15008
15009 #: cp/decl.c:11278
15010 #, c-format
15011 msgid "storage class specified for %s `%s'"
15012 msgstr ""
15013
15014 #: cp/decl.c:11325
15015 msgid "storage class specifiers invalid in friend function declarations"
15016 msgstr ""
15017
15018 #: cp/decl.c:11495
15019 msgid "destructor cannot be static member function"
15020 msgstr ""
15021
15022 #: cp/decl.c:11498
15023 #, c-format
15024 msgid "destructors may not be `%s'"
15025 msgstr ""
15026
15027 #: cp/decl.c:11519
15028 msgid "constructor cannot be static member function"
15029 msgstr ""
15030
15031 #: cp/decl.c:11522
15032 msgid "constructors cannot be declared virtual"
15033 msgstr ""
15034
15035 #: cp/decl.c:11527
15036 #, c-format
15037 msgid "constructors may not be `%s'"
15038 msgstr ""
15039
15040 #: cp/decl.c:11537
15041 msgid "return value type specifier for constructor ignored"
15042 msgstr ""
15043
15044 #: cp/decl.c:11556
15045 #, c-format
15046 msgid "can't initialize friend function `%s'"
15047 msgstr ""
15048
15049 #. Cannot be both friend and virtual.
15050 #: cp/decl.c:11560
15051 msgid "virtual functions cannot be friends"
15052 msgstr ""
15053
15054 #: cp/decl.c:11565
15055 msgid "friend declaration not in class definition"
15056 msgstr ""
15057
15058 #: cp/decl.c:11567
15059 #, c-format
15060 msgid "can't define friend function `%s' in a local class definition"
15061 msgstr ""
15062
15063 #: cp/decl.c:11591
15064 msgid "destructors may not have parameters"
15065 msgstr ""
15066
15067 #: cp/decl.c:11622 cp/decl.c:11629
15068 msgid "cannot declare reference to `%#T'"
15069 msgstr ""
15070
15071 #: cp/decl.c:11623
15072 msgid "cannot declare pointer to `%#T'"
15073 msgstr ""
15074
15075 #: cp/decl.c:11628
15076 msgid "cannot declare pointer to `%#T' member"
15077 msgstr ""
15078
15079 #: cp/decl.c:11804
15080 msgid "extra qualification `%T::' on member `%s' ignored"
15081 msgstr ""
15082
15083 #: cp/decl.c:11814
15084 msgid "cannot declare member function `%T::%s' within `%T'"
15085 msgstr ""
15086
15087 #: cp/decl.c:11829
15088 msgid "cannot declare member `%T::%s' within `%T'"
15089 msgstr ""
15090
15091 #: cp/decl.c:11908
15092 msgid "data member may not have variably modified type `%T'"
15093 msgstr ""
15094
15095 #: cp/decl.c:11910
15096 msgid "parameter may not have variably modified type `%T'"
15097 msgstr ""
15098
15099 #. [dcl.fct.spec] The explicit specifier shall only be used in
15100 #. declarations of constructors within a class definition.
15101 #: cp/decl.c:11918
15102 msgid "only declarations of constructors can be `explicit'"
15103 msgstr ""
15104
15105 #: cp/decl.c:11926
15106 #, c-format
15107 msgid "non-member `%s' cannot be declared `mutable'"
15108 msgstr ""
15109
15110 #: cp/decl.c:11931
15111 #, c-format
15112 msgid "non-object member `%s' cannot be declared `mutable'"
15113 msgstr ""
15114
15115 #: cp/decl.c:11937
15116 #, c-format
15117 msgid "function `%s' cannot be declared `mutable'"
15118 msgstr ""
15119
15120 #: cp/decl.c:11942
15121 #, c-format
15122 msgid "static `%s' cannot be declared `mutable'"
15123 msgstr ""
15124
15125 #: cp/decl.c:11947
15126 #, c-format
15127 msgid "const `%s' cannot be declared `mutable'"
15128 msgstr ""
15129
15130 #: cp/decl.c:11960
15131 msgid "template-id `%D' used as a declarator"
15132 msgstr ""
15133
15134 #: cp/decl.c:11981
15135 msgid "ISO C++ forbids nested type `%D' with same name as enclosing class"
15136 msgstr ""
15137
15138 #: cp/decl.c:12030
15139 msgid "typedef name may not be class-qualified"
15140 msgstr ""
15141
15142 #: cp/decl.c:12038
15143 msgid "invalid type qualifier for non-member function type"
15144 msgstr ""
15145
15146 #: cp/decl.c:12101
15147 msgid "type qualifiers specified for friend class declaration"
15148 msgstr ""
15149
15150 #: cp/decl.c:12106
15151 msgid "`inline' specified for friend class declaration"
15152 msgstr ""
15153
15154 #: cp/decl.c:12114
15155 msgid "template parameters cannot be friends"
15156 msgstr ""
15157
15158 #: cp/decl.c:12116
15159 msgid "friend declaration requires class-key, i.e. `friend class %T::%D'"
15160 msgstr ""
15161
15162 #: cp/decl.c:12120
15163 msgid "friend declaration requires class-key, i.e. `friend %#T'"
15164 msgstr ""
15165
15166 #: cp/decl.c:12134
15167 msgid "trying to make class `%T' a friend of global scope"
15168 msgstr ""
15169
15170 #: cp/decl.c:12145
15171 msgid "invalid qualifiers on non-member function type"
15172 msgstr ""
15173
15174 #: cp/decl.c:12164
15175 msgid "abstract declarator `%T' used as declaration"
15176 msgstr ""
15177
15178 #: cp/decl.c:12176
15179 msgid "unnamed variable or field declared void"
15180 msgstr ""
15181
15182 #: cp/decl.c:12185
15183 msgid "variable or field declared void"
15184 msgstr ""
15185
15186 #: cp/decl.c:12195
15187 msgid "cannot use `::' in parameter declaration"
15188 msgstr ""
15189
15190 #. Something like struct S { int N::j; };
15191 #: cp/decl.c:12234
15192 msgid "invalid use of `::'"
15193 msgstr ""
15194
15195 #: cp/decl.c:12246
15196 msgid "function `%D' cannot be declared friend"
15197 msgstr ""
15198
15199 #: cp/decl.c:12258
15200 msgid "can't make `%D' into a method -- not in a class"
15201 msgstr ""
15202
15203 #: cp/decl.c:12267
15204 msgid "function `%D' declared virtual inside a union"
15205 msgstr ""
15206
15207 #: cp/decl.c:12279
15208 msgid "`%D' cannot be declared virtual, since it is always static"
15209 msgstr ""
15210
15211 #: cp/decl.c:12355
15212 msgid "field `%D' has incomplete type"
15213 msgstr ""
15214
15215 #: cp/decl.c:12357
15216 msgid "name `%T' has incomplete type"
15217 msgstr ""
15218
15219 #: cp/decl.c:12366
15220 msgid " in instantiation of template `%T'"
15221 msgstr ""
15222
15223 #: cp/decl.c:12376
15224 #, c-format
15225 msgid "`%s' is neither function nor member function; cannot be declared friend"
15226 msgstr ""
15227
15228 #: cp/decl.c:12387
15229 msgid "member functions are implicitly friends of their class"
15230 msgstr ""
15231
15232 #. An attempt is being made to initialize a non-static
15233 #. member. But, from [class.mem]:
15234 #.
15235 #. 4 A member-declarator can contain a
15236 #. constant-initializer only if it declares a static
15237 #. member (_class.static_) of integral or enumeration
15238 #. type, see _class.static.data_.
15239 #.
15240 #. This used to be relatively common practice, but
15241 #. the rest of the compiler does not correctly
15242 #. handle the initialization unless the member is
15243 #. static so we make it static below.
15244 #: cp/decl.c:12434
15245 msgid "ISO C++ forbids initialization of member `%D'"
15246 msgstr ""
15247
15248 #: cp/decl.c:12436
15249 msgid "making `%D' static"
15250 msgstr ""
15251
15252 #: cp/decl.c:12460
15253 msgid "ISO C++ forbids static data member `%D' with same name as enclosing class"
15254 msgstr ""
15255
15256 #: cp/decl.c:12501
15257 #, c-format
15258 msgid "storage class `auto' invalid for function `%s'"
15259 msgstr ""
15260
15261 #: cp/decl.c:12503
15262 #, c-format
15263 msgid "storage class `register' invalid for function `%s'"
15264 msgstr ""
15265
15266 #: cp/decl.c:12505
15267 #, c-format
15268 msgid "storage class `__thread' invalid for function `%s'"
15269 msgstr ""
15270
15271 #: cp/decl.c:12516
15272 #, c-format
15273 msgid "storage class `static' invalid for function `%s' declared out of global scope"
15274 msgstr ""
15275
15276 #: cp/decl.c:12518
15277 #, c-format
15278 msgid "storage class `inline' invalid for function `%s' declared out of global scope"
15279 msgstr ""
15280
15281 #: cp/decl.c:12525
15282 #, c-format
15283 msgid "virtual non-class function `%s'"
15284 msgstr ""
15285
15286 #: cp/decl.c:12554
15287 msgid "cannot declare member function `%D' to have static linkage"
15288 msgstr ""
15289
15290 #. FIXME need arm citation
15291 #: cp/decl.c:12560
15292 msgid "cannot declare static function inside another function"
15293 msgstr ""
15294
15295 #: cp/decl.c:12588
15296 msgid "`static' may not be used when defining (as opposed to declaring) a static data member"
15297 msgstr ""
15298
15299 #: cp/decl.c:12594
15300 msgid "static member `%D' declared `register'"
15301 msgstr ""
15302
15303 #: cp/decl.c:12599
15304 msgid "cannot explicitly declare member `%#D' to have extern linkage"
15305 msgstr ""
15306
15307 #: cp/decl.c:12774
15308 msgid "default argument for `%#D' has type `%T'"
15309 msgstr ""
15310
15311 #: cp/decl.c:12777
15312 msgid "default argument for parameter of type `%T' has type `%T'"
15313 msgstr ""
15314
15315 #: cp/decl.c:12794
15316 msgid "default argument `%E' uses local variable `%D'"
15317 msgstr ""
15318
15319 #: cp/decl.c:12839
15320 #, c-format
15321 msgid "invalid string constant `%E'"
15322 msgstr ""
15323
15324 #: cp/decl.c:12841
15325 msgid "invalid integer constant in parameter list, did you forget to give parameter name?"
15326 msgstr ""
15327
15328 #: cp/decl.c:12879
15329 msgid "parameter `%D' invalidly declared method type"
15330 msgstr ""
15331
15332 #: cp/decl.c:12885
15333 msgid "parameter `%D' invalidly declared offset type"
15334 msgstr ""
15335
15336 #: cp/decl.c:12909
15337 msgid "parameter `%D' includes %s to array of unknown bound `%T'"
15338 msgstr ""
15339
15340 #. [class.copy]
15341 #.
15342 #. A declaration of a constructor for a class X is ill-formed if
15343 #. its first parameter is of type (optionally cv-qualified) X
15344 #. and either there are no other parameters or else all other
15345 #. parameters have default arguments.
15346 #.
15347 #. We *don't* complain about member template instantiations that
15348 #. have this form, though; they can occur as we try to decide
15349 #. what constructor to use during overload resolution. Since
15350 #. overload resolution will never prefer such a constructor to
15351 #. the non-template copy constructor (which is either explicitly
15352 #. or implicitly defined), there's no need to worry about their
15353 #. existence. Theoretically, they should never even be
15354 #. instantiated, but that's hard to forestall.
15355 #: cp/decl.c:13071
15356 msgid "invalid constructor; you probably meant `%T (const %T&)'"
15357 msgstr ""
15358
15359 #: cp/decl.c:13222
15360 msgid "`%D' must be a nonstatic member function"
15361 msgstr ""
15362
15363 #: cp/decl.c:13228
15364 msgid "`%D' must be either a non-static member function or a non-member function"
15365 msgstr ""
15366
15367 #: cp/decl.c:13245
15368 msgid "`%D' must have an argument of class or enumerated type"
15369 msgstr ""
15370
15371 #: cp/decl.c:13277
15372 #, c-format
15373 msgid "conversion to %s%s will never use a type conversion operator"
15374 msgstr ""
15375
15376 #. 13.4.0.3
15377 #: cp/decl.c:13284
15378 msgid "ISO C++ prohibits overloading operator ?:"
15379 msgstr ""
15380
15381 #: cp/decl.c:13334
15382 msgid "postfix `%D' must take `int' as its argument"
15383 msgstr ""
15384
15385 #: cp/decl.c:13338
15386 msgid "postfix `%D' must take `int' as its second argument"
15387 msgstr ""
15388
15389 #: cp/decl.c:13345
15390 msgid "`%D' must take either zero or one argument"
15391 msgstr ""
15392
15393 #: cp/decl.c:13347
15394 msgid "`%D' must take either one or two arguments"
15395 msgstr ""
15396
15397 #: cp/decl.c:13368
15398 msgid "prefix `%D' should return `%T'"
15399 msgstr ""
15400
15401 #: cp/decl.c:13374
15402 msgid "postfix `%D' should return `%T'"
15403 msgstr ""
15404
15405 #: cp/decl.c:13383
15406 msgid "`%D' must take `void'"
15407 msgstr ""
15408
15409 #: cp/decl.c:13385 cp/decl.c:13393
15410 msgid "`%D' must take exactly one argument"
15411 msgstr ""
15412
15413 #: cp/decl.c:13395
15414 msgid "`%D' must take exactly two arguments"
15415 msgstr ""
15416
15417 #: cp/decl.c:13403
15418 msgid "user-defined `%D' always evaluates both arguments"
15419 msgstr ""
15420
15421 #: cp/decl.c:13417
15422 msgid "`%D' should return by value"
15423 msgstr ""
15424
15425 #: cp/decl.c:13429 cp/decl.c:13432
15426 msgid "`%D' cannot have default arguments"
15427 msgstr ""
15428
15429 #: cp/decl.c:13475
15430 msgid "using typedef-name `%D' after `%s'"
15431 msgstr ""
15432
15433 #: cp/decl.c:13481
15434 msgid "using template type parameter `%T' after `%s'"
15435 msgstr ""
15436
15437 #: cp/decl.c:13542
15438 msgid "`%s %T' declares a new type at namespace scope"
15439 msgstr ""
15440
15441 #: cp/decl.c:13545
15442 msgid " names from dependent base classes are not visible to unqualified name lookup - to refer to the inherited type, say `%s %T::%T'"
15443 msgstr ""
15444
15445 #: cp/decl.c:13663
15446 msgid "use of enum `%#D' without previous declaration"
15447 msgstr ""
15448
15449 #: cp/decl.c:13749
15450 msgid "derived union `%T' invalid"
15451 msgstr ""
15452
15453 #: cp/decl.c:13795
15454 msgid "base type `%T' fails to be a struct or class type"
15455 msgstr ""
15456
15457 #: cp/decl.c:13805
15458 msgid "base class `%T' has incomplete type"
15459 msgstr ""
15460
15461 #: cp/decl.c:13813
15462 msgid "recursive type `%T' undefined"
15463 msgstr ""
15464
15465 #: cp/decl.c:13815
15466 msgid "duplicate base type `%T' invalid"
15467 msgstr ""
15468
15469 #: cp/decl.c:13926
15470 msgid "multiple definition of `%#T'"
15471 msgstr ""
15472
15473 #: cp/decl.c:13927
15474 msgid "previous definition here"
15475 msgstr ""
15476
15477 #: cp/decl.c:14030
15478 msgid "no integral type can represent all of the enumerator values for `%T'"
15479 msgstr ""
15480
15481 #: cp/decl.c:14106
15482 msgid "enumerator value for `%D' not integer constant"
15483 msgstr ""
15484
15485 #: cp/decl.c:14126
15486 msgid "overflow in enumeration values at `%D'"
15487 msgstr ""
15488
15489 #: cp/decl.c:14195
15490 msgid "return type `%#T' is incomplete"
15491 msgstr ""
15492
15493 #: cp/decl.c:14309
15494 msgid "semicolon missing after declaration of `%#T'"
15495 msgstr ""
15496
15497 #: cp/decl.c:14330
15498 msgid "return type for `main' changed to `int'"
15499 msgstr ""
15500
15501 #: cp/decl.c:14361
15502 msgid "`%D' implicitly declared before its definition"
15503 msgstr ""
15504
15505 #: cp/decl.c:14383 cp/typeck.c:6314
15506 msgid "`operator=' should return a reference to `*this'"
15507 msgstr ""
15508
15509 #: cp/decl.c:14643
15510 msgid "parameter `%D' declared void"
15511 msgstr ""
15512
15513 #: cp/decl.c:15130
15514 msgid "`%D' is already defined in class `%T'"
15515 msgstr ""
15516
15517 #: cp/decl.c:15348
15518 msgid "static member function `%#D' declared with type qualifiers"
15519 msgstr ""
15520
15521 #: cp/decl2.c:153
15522 #, c-format
15523 msgid "duplicate type qualifiers in %s declaration"
15524 msgstr ""
15525
15526 #: cp/decl2.c:192
15527 msgid "template `%#D' instantiated in file without #pragma interface"
15528 msgstr ""
15529
15530 #: cp/decl2.c:198
15531 msgid "template `%#D' defined in file without #pragma interface"
15532 msgstr ""
15533
15534 #: cp/decl2.c:365
15535 msgid "name missing for member function"
15536 msgstr ""
15537
15538 #. Something has gone very wrong. Assume we are mistakenly reducing
15539 #. an expression instead of a declaration.
15540 #: cp/decl2.c:428
15541 msgid "parser may be lost: is there a '{' missing somewhere?"
15542 msgstr ""
15543
15544 #: cp/decl2.c:459 cp/decl2.c:473
15545 msgid "ambiguous conversion for array subscript"
15546 msgstr ""
15547
15548 #: cp/decl2.c:467
15549 msgid "invalid types `%T[%T]' for array subscript"
15550 msgstr ""
15551
15552 #: cp/decl2.c:515
15553 msgid "type `%#T' argument given to `delete', expected pointer"
15554 msgstr ""
15555
15556 #: cp/decl2.c:523
15557 msgid "anachronistic use of array size in vector delete"
15558 msgstr ""
15559
15560 #: cp/decl2.c:533
15561 msgid "cannot delete a function. Only pointer-to-objects are valid arguments to `delete'"
15562 msgstr ""
15563
15564 #: cp/decl2.c:540
15565 msgid "deleting `%T' is undefined"
15566 msgstr ""
15567
15568 #: cp/decl2.c:548
15569 msgid "deleting array `%#D'"
15570 msgstr ""
15571
15572 #. 14.5.2.2 [temp.mem]
15573 #.
15574 #. A local class shall not have member templates.
15575 #: cp/decl2.c:582
15576 msgid "invalid declaration of member template `%#D' in local class"
15577 msgstr ""
15578
15579 #: cp/decl2.c:591
15580 msgid "invalid use of `virtual' in template declaration of `%#D'"
15581 msgstr ""
15582
15583 #: cp/decl2.c:601 cp/pt.c:2745
15584 msgid "template declaration of `%#D'"
15585 msgstr ""
15586
15587 #: cp/decl2.c:651
15588 msgid "Java method '%D' has non-Java return type `%T'"
15589 msgstr ""
15590
15591 #: cp/decl2.c:660
15592 msgid "Java method '%D' has non-Java parameter type `%T'"
15593 msgstr ""
15594
15595 #: cp/decl2.c:746
15596 msgid "prototype for `%#D' does not match any in class `%T'"
15597 msgstr ""
15598
15599 #: cp/decl2.c:828
15600 msgid "local class `%#T' shall not have static data member `%#D'"
15601 msgstr ""
15602
15603 #: cp/decl2.c:836
15604 msgid "initializer invalid for static member with constructor"
15605 msgstr ""
15606
15607 #: cp/decl2.c:839
15608 msgid "(an out of class initialization is required)"
15609 msgstr ""
15610
15611 #: cp/decl2.c:898
15612 msgid "invalid data member initialization"
15613 msgstr ""
15614
15615 #: cp/decl2.c:901
15616 msgid "(use `=' to initialize static data members)"
15617 msgstr ""
15618
15619 #: cp/decl2.c:947
15620 msgid "member `%D' conflicts with virtual function table field name"
15621 msgstr ""
15622
15623 #: cp/decl2.c:967
15624 msgid "`%D' is already defined in `%T'"
15625 msgstr ""
15626
15627 #: cp/decl2.c:1014
15628 msgid "field initializer is not constant"
15629 msgstr ""
15630
15631 #: cp/decl2.c:1038
15632 msgid "`asm' specifiers are not permitted on non-static data members"
15633 msgstr ""
15634
15635 #: cp/decl2.c:1090
15636 msgid "cannot declare `%D' to be a bit-field type"
15637 msgstr ""
15638
15639 #: cp/decl2.c:1100
15640 msgid "cannot declare bit-field `%D' with function type"
15641 msgstr ""
15642
15643 #: cp/decl2.c:1107
15644 msgid "`%D' is already defined in the class %T"
15645 msgstr ""
15646
15647 #: cp/decl2.c:1114
15648 msgid "static member `%D' cannot be a bit-field"
15649 msgstr ""
15650
15651 #: cp/decl2.c:1201
15652 msgid "initializer specified for non-member function `%D'"
15653 msgstr ""
15654
15655 #: cp/decl2.c:1205
15656 msgid "invalid initializer for virtual method `%D'"
15657 msgstr ""
15658
15659 #: cp/decl2.c:1319
15660 msgid "anonymous struct not inside named type"
15661 msgstr ""
15662
15663 #: cp/decl2.c:1415
15664 msgid "namespace-scope anonymous aggregates must be static"
15665 msgstr ""
15666
15667 #: cp/decl2.c:1428
15668 msgid "anonymous aggregate with no members"
15669 msgstr ""
15670
15671 #: cp/decl2.c:1497
15672 msgid "`operator new' must return type `%T'"
15673 msgstr ""
15674
15675 #: cp/decl2.c:1505
15676 msgid "`operator new' takes type `size_t' (`%T') as first parameter"
15677 msgstr ""
15678
15679 #: cp/decl2.c:1532
15680 msgid "`operator delete' must return type `%T'"
15681 msgstr ""
15682
15683 #: cp/decl2.c:1540
15684 msgid "`operator delete' takes type `%T' as first parameter"
15685 msgstr ""
15686
15687 #. Overflow occurred. That means there are at least 4 billion
15688 #. initialization functions.
15689 #: cp/decl2.c:2282
15690 msgid "too many initialization functions required"
15691 msgstr ""
15692
15693 #: cp/decl2.c:3006
15694 #, fuzzy
15695 msgid "inline function `%D' used but never defined"
15696 msgstr "»%s« verwendet, aber nirgendwo definiert"
15697
15698 #: cp/decl2.c:3135
15699 msgid "use of old-style cast"
15700 msgstr ""
15701
15702 #: cp/decl2.c:3860
15703 msgid "use of `%D' is ambiguous"
15704 msgstr ""
15705
15706 #: cp/decl2.c:3861
15707 msgid " first declared as `%#D' here"
15708 msgstr ""
15709
15710 #: cp/decl2.c:3864
15711 msgid " also declared as `%#D' here"
15712 msgstr ""
15713
15714 #: cp/decl2.c:3879
15715 msgid "`%D' denotes an ambiguous type"
15716 msgstr ""
15717
15718 #: cp/decl2.c:3880
15719 msgid " first type here"
15720 msgstr ""
15721
15722 #: cp/decl2.c:3881
15723 msgid " other type here"
15724 msgstr ""
15725
15726 #: cp/decl2.c:3982
15727 msgid "declaration of `%D' not in a namespace surrounding `%D'"
15728 msgstr ""
15729
15730 #: cp/decl2.c:4016
15731 msgid "`%D' should have been declared inside `%D'"
15732 msgstr ""
15733
15734 #: cp/decl2.c:4152
15735 msgid "`%D' is not a function,"
15736 msgstr ""
15737
15738 #: cp/decl2.c:4153
15739 msgid " conflict with `%D'"
15740 msgstr ""
15741
15742 #. The parser did not find it, so it's not there.
15743 #: cp/decl2.c:4473
15744 msgid "unknown namespace `%D'"
15745 msgstr ""
15746
15747 #: cp/decl2.c:4507 cp/decl2.c:4794
15748 msgid "`%T' is not a namespace"
15749 msgstr ""
15750
15751 #: cp/decl2.c:4509
15752 msgid "`%D' is not a namespace"
15753 msgstr ""
15754
15755 #: cp/decl2.c:4518
15756 msgid "a using-declaration cannot specify a template-id. Try `using %D'"
15757 msgstr ""
15758
15759 #: cp/decl2.c:4532
15760 msgid "namespace `%D' not allowed in using-declaration"
15761 msgstr ""
15762
15763 #: cp/decl2.c:4561
15764 msgid "`%D' not declared"
15765 msgstr ""
15766
15767 #. If the OLD_FN was really declared, the
15768 #. declarations don't match.
15769 #: cp/decl2.c:4573 cp/decl2.c:4615 cp/decl2.c:4640
15770 msgid "`%D' is already declared in this scope"
15771 msgstr ""
15772
15773 #: cp/decl2.c:4646
15774 msgid "using declaration `%D' introduced ambiguous type `%T'"
15775 msgstr ""
15776
15777 #: cp/decl2.c:4740
15778 msgid "using-declaration for non-member at class scope"
15779 msgstr ""
15780
15781 #: cp/decl2.c:4746
15782 msgid "using-declaration for destructor"
15783 msgstr ""
15784
15785 #: cp/decl2.c:4752
15786 msgid "a using-declaration cannot specify a template-id. Try `using %T::%D'"
15787 msgstr ""
15788
15789 #: cp/decl2.c:4788
15790 msgid "namespace `%T' undeclared"
15791 msgstr ""
15792
15793 #: cp/decl2.c:4817
15794 msgid "default argument missing for parameter %P of `%+#D'"
15795 msgstr ""
15796
15797 #: cp/decl2.c:4941
15798 msgid "extra qualification `%T::' on member `%D' ignored"
15799 msgstr ""
15800
15801 #: cp/decl2.c:4945
15802 msgid "`%T' does not have a class or union named `%D'"
15803 msgstr ""
15804
15805 #: cp/decl2.c:4963
15806 msgid "`%T' is not a class or union type"
15807 msgstr ""
15808
15809 #: cp/decl2.c:4977
15810 msgid "template argument is required for `%T'"
15811 msgstr ""
15812
15813 #: cp/decl2.c:4995
15814 msgid "declaration of `%D' in `%D' which does not enclose `%D'"
15815 msgstr ""
15816
15817 #: cp/error.c:35
15818 #, c-format
15819 msgid "`%s' not supported by %s"
15820 msgstr ""
15821
15822 #: cp/error.c:571
15823 #, c-format
15824 msgid "<anonymous %s>"
15825 msgstr ""
15826
15827 #: cp/error.c:810
15828 #, c-format
15829 msgid "(static %s for %s)"
15830 msgstr ""
15831
15832 #: cp/error.c:1503
15833 #, c-format
15834 msgid "\\x%x"
15835 msgstr ""
15836
15837 #: cp/error.c:2473
15838 #, c-format
15839 msgid "In %s `%s':"
15840 msgstr ""
15841
15842 #: cp/error.c:2530
15843 #, c-format
15844 msgid "%s: In instantiation of `%s':\n"
15845 msgstr ""
15846
15847 #: cp/error.c:2554
15848 #, c-format
15849 msgid "%s:%d: instantiated from `%s'\n"
15850 msgstr ""
15851
15852 #: cp/error.c:2559
15853 #, c-format
15854 msgid "%s:%d: instantiated from here\n"
15855 msgstr ""
15856
15857 #. damn ICE suppression
15858 #: cp/error.c:2713
15859 #, c-format
15860 msgid "unexpected letter `%c' in locate_error\n"
15861 msgstr ""
15862
15863 #. Can't throw a reference.
15864 #: cp/except.c:240
15865 msgid "type `%T' is disallowed in Java `throw' or `catch'"
15866 msgstr ""
15867
15868 #: cp/except.c:251
15869 msgid "call to Java `catch' or `throw' with `jthrowable' undefined"
15870 msgstr ""
15871
15872 #. Thrown object must be a Throwable.
15873 #: cp/except.c:258
15874 msgid "type `%T' is not derived from `java::lang::Throwable'"
15875 msgstr ""
15876
15877 #: cp/except.c:322
15878 msgid "mixing C++ and Java catches in a single translation unit"
15879 msgstr ""
15880
15881 #: cp/except.c:639
15882 msgid "throwing NULL, which has integral, not pointer type"
15883 msgstr ""
15884
15885 #: cp/except.c:730
15886 msgid " in thrown expression"
15887 msgstr ""
15888
15889 #: cp/except.c:856
15890 msgid "expression '%E' of abstract class type '%T' cannot be used in throw-expression"
15891 msgstr ""
15892
15893 #: cp/except.c:944
15894 msgid "exception of type `%T' will be caught"
15895 msgstr ""
15896
15897 #: cp/except.c:947
15898 msgid " by earlier handler for `%T'"
15899 msgstr ""
15900
15901 #: cp/except.c:968
15902 msgid "`...' handler must be the last handler for its try block"
15903 msgstr ""
15904
15905 #: cp/friend.c:159
15906 msgid "`%D' is already a friend of class `%T'"
15907 msgstr ""
15908
15909 #: cp/friend.c:161
15910 msgid "previous friend declaration of `%D'"
15911 msgstr ""
15912
15913 #: cp/friend.c:206
15914 msgid "invalid type `%T' declared `friend'"
15915 msgstr ""
15916
15917 #. [temp.friend]
15918 #. Friend declarations shall not declare partial
15919 #. specializations.
15920 #: cp/friend.c:222
15921 msgid "partial specialization `%T' declared `friend'"
15922 msgstr ""
15923
15924 #: cp/friend.c:231
15925 msgid "class `%T' is implicitly friends with itself"
15926 msgstr ""
15927
15928 #. template <class T> friend typename S<T>::X;
15929 #: cp/friend.c:249
15930 msgid "typename type `%#T' declared `friend'"
15931 msgstr ""
15932
15933 #. template <class T> friend class T;
15934 #: cp/friend.c:255
15935 msgid "template parameter type `%T' declared `friend'"
15936 msgstr ""
15937
15938 #. template <class T> friend class A; where A is not a template
15939 #: cp/friend.c:261
15940 msgid "`%#T' is not a template"
15941 msgstr ""
15942
15943 #: cp/friend.c:276
15944 msgid "`%T' is already a friend of `%T'"
15945 msgstr ""
15946
15947 #: cp/friend.c:376
15948 msgid "member `%D' declared as friend before type `%T' defined"
15949 msgstr ""
15950
15951 #: cp/friend.c:431
15952 msgid "friend declaration `%#D' declares a non-template function"
15953 msgstr ""
15954
15955 #: cp/friend.c:434
15956 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"
15957 msgstr ""
15958
15959 #: cp/g++spec.c:211 java/jvspec.c:423
15960 #, c-format
15961 msgid "argument to `%s' missing\n"
15962 msgstr ""
15963
15964 #: cp/init.c:334
15965 msgid "`%D' should be initialized in the member initialization list"
15966 msgstr ""
15967
15968 #: cp/init.c:384
15969 msgid "default-initialization of `%#D', which has reference type"
15970 msgstr ""
15971
15972 #: cp/init.c:389
15973 msgid "uninitialized reference member `%D'"
15974 msgstr ""
15975
15976 #: cp/init.c:397
15977 msgid "initializer list treated as compound expression"
15978 msgstr ""
15979
15980 #: cp/init.c:538
15981 msgid "`%D' will be initialized after"
15982 msgstr ""
15983
15984 #: cp/init.c:541
15985 msgid "base `%T' will be initialized after"
15986 msgstr ""
15987
15988 #: cp/init.c:544
15989 msgid " `%#D'"
15990 msgstr ""
15991
15992 #: cp/init.c:546
15993 msgid " base `%T'"
15994 msgstr ""
15995
15996 #: cp/init.c:564
15997 msgid "multiple initializations given for base `%T'"
15998 msgstr ""
15999
16000 #: cp/init.c:631
16001 msgid "initializations for multiple members of `%T'"
16002 msgstr ""
16003
16004 #: cp/init.c:688
16005 msgid "base class `%#T' should be explicitly initialized in the copy constructor"
16006 msgstr ""
16007
16008 #: cp/init.c:926
16009 msgid "class `%T' does not have any field named `%D'"
16010 msgstr ""
16011
16012 #: cp/init.c:932
16013 msgid "field `%#D' is static; the only point of initialization is its definition"
16014 msgstr ""
16015
16016 #: cp/init.c:965
16017 msgid "unnamed initializer for `%T', which has no base classes"
16018 msgstr ""
16019
16020 #: cp/init.c:972
16021 msgid "unnamed initializer for `%T', which uses multiple inheritance"
16022 msgstr ""
16023
16024 #: cp/init.c:1007
16025 msgid "type `%D' is not a direct or virtual base of `%T'"
16026 msgstr ""
16027
16028 #: cp/init.c:1010
16029 msgid "type `%D' is not a direct base of `%T'"
16030 msgstr ""
16031
16032 #. Handle bad initializers like:
16033 #. class COMPLEX {
16034 #. public:
16035 #. double re, im;
16036 #. COMPLEX(double r = 0.0, double i = 0.0) {re = r; im = i;};
16037 #. ~COMPLEX() {};
16038 #. };
16039 #.
16040 #. int main(int argc, char **argv) {
16041 #. COMPLEX zees(1.0, 0.0)[10];
16042 #. }
16043 #.
16044 #: cp/init.c:1104
16045 msgid "bad array initializer"
16046 msgstr ""
16047
16048 #: cp/init.c:1311
16049 msgid "`%T' is not an aggregate type"
16050 msgstr ""
16051
16052 #: cp/init.c:1334
16053 msgid "`%T' fails to be an aggregate typedef"
16054 msgstr ""
16055
16056 #: cp/init.c:1343
16057 msgid "type `%T' is of non-aggregate type"
16058 msgstr ""
16059
16060 #: cp/init.c:1446
16061 msgid "cannot call destructor `%T::~%T' without object"
16062 msgstr ""
16063
16064 #: cp/init.c:1490
16065 msgid "invalid use of non-static field `%D'"
16066 msgstr ""
16067
16068 #. We can get here when processing a bad default
16069 #. argument, like:
16070 #. struct S { int a; void f(int i = a); }
16071 #: cp/init.c:1499 cp/method.c:160
16072 msgid "invalid use of member `%D'"
16073 msgstr ""
16074
16075 #: cp/init.c:1509
16076 msgid "no method `%T::%D'"
16077 msgstr ""
16078
16079 #: cp/init.c:1602
16080 msgid "incomplete type `%T' does not have member `%D'"
16081 msgstr ""
16082
16083 #: cp/init.c:1676
16084 msgid "`%D' is not a member of type `%T'"
16085 msgstr ""
16086
16087 #: cp/init.c:1695
16088 msgid "invalid pointer to bit-field `%D'"
16089 msgstr ""
16090
16091 #: cp/init.c:1734
16092 msgid "object missing in use of pointer-to-member construct"
16093 msgstr ""
16094
16095 #: cp/init.c:1774
16096 msgid "member `%D' is non-static but referenced as a static member"
16097 msgstr ""
16098
16099 #: cp/init.c:1776 cp/typeck.c:2826 cp/typeck.c:2930
16100 msgid "at this point in file"
16101 msgstr ""
16102
16103 #: cp/init.c:1813
16104 #, c-format
16105 msgid "object missing in `%E'"
16106 msgstr ""
16107
16108 #: cp/init.c:1944
16109 msgid "new of array type fails to specify size"
16110 msgstr ""
16111
16112 #: cp/init.c:1955
16113 msgid "size in array new must have integral type"
16114 msgstr ""
16115
16116 #: cp/init.c:1961
16117 msgid "zero size array reserves no space"
16118 msgstr ""
16119
16120 #: cp/init.c:2026
16121 msgid "new cannot be applied to a reference type"
16122 msgstr ""
16123
16124 #: cp/init.c:2032
16125 msgid "new cannot be applied to a function type"
16126 msgstr ""
16127
16128 #: cp/init.c:2079
16129 msgid "call to Java constructor, while `jclass' undefined"
16130 msgstr ""
16131
16132 #: cp/init.c:2095
16133 msgid "can't find class$"
16134 msgstr ""
16135
16136 #: cp/init.c:2209
16137 msgid "invalid type `void' for new"
16138 msgstr ""
16139
16140 #: cp/init.c:2261
16141 #, c-format
16142 msgid "call to Java constructor with `%s' undefined"
16143 msgstr ""
16144
16145 #: cp/init.c:2369
16146 msgid "ISO C++ forbids initialization in array new"
16147 msgstr ""
16148
16149 #: cp/init.c:2391 cp/typeck2.c:367 cp/typeck2.c:1208
16150 msgid "initializer list being treated as compound expression"
16151 msgstr ""
16152
16153 #: cp/init.c:2397
16154 msgid "ISO C++ forbids aggregate initializer to new"
16155 msgstr ""
16156
16157 #: cp/init.c:2485
16158 msgid "uninitialized const in `new' of `%#T'"
16159 msgstr ""
16160
16161 #: cp/init.c:2864
16162 msgid "initializer ends prematurely"
16163 msgstr ""
16164
16165 #: cp/init.c:2934
16166 msgid "cannot initialize multi-dimensional array with initializer"
16167 msgstr ""
16168
16169 #: cp/init.c:3124
16170 msgid "unknown array size in delete"
16171 msgstr ""
16172
16173 #: cp/init.c:3389
16174 msgid "type to vector delete is neither pointer or array type"
16175 msgstr ""
16176
16177 #: cp/lex.c:136
16178 msgid "type name expected before `*'"
16179 msgstr ""
16180
16181 #: cp/lex.c:158
16182 msgid "cannot declare references to references"
16183 msgstr ""
16184
16185 #: cp/lex.c:163
16186 msgid "cannot declare pointers to references"
16187 msgstr ""
16188
16189 #: cp/lex.c:167
16190 msgid "type name expected before `&'"
16191 msgstr ""
16192
16193 #: cp/lex.c:894
16194 #, c-format
16195 msgid "semicolon missing after %s declaration"
16196 msgstr ""
16197
16198 #: cp/lex.c:897
16199 msgid "semicolon missing after declaration of `%T'"
16200 msgstr ""
16201
16202 #: cp/lex.c:945
16203 #, c-format
16204 msgid "junk at end of #pragma %s"
16205 msgstr ""
16206
16207 #: cp/lex.c:952
16208 #, c-format
16209 msgid "invalid #pragma %s"
16210 msgstr ""
16211
16212 #: cp/lex.c:961
16213 msgid "#pragma vtable no longer supported"
16214 msgstr ""
16215
16216 #: cp/lex.c:1038
16217 #, c-format
16218 msgid "#pragma implementation for %s appears after file is included"
16219 msgstr ""
16220
16221 #: cp/lex.c:1063
16222 msgid "junk at end of #pragma GCC java_exceptions"
16223 msgstr ""
16224
16225 #: cp/lex.c:1107
16226 msgid "`%D' not defined"
16227 msgstr ""
16228
16229 #: cp/lex.c:1110
16230 msgid "`%D' was not declared in this scope"
16231 msgstr ""
16232
16233 #: cp/lex.c:1118
16234 msgid "`%D' undeclared (first use this function)"
16235 msgstr ""
16236
16237 #: cp/lex.c:1122
16238 msgid "(Each undeclared identifier is reported only once for each function it appears in.)"
16239 msgstr ""
16240
16241 #: cp/lex.c:1242
16242 msgid "`::%D' undeclared (first use here)"
16243 msgstr ""
16244
16245 #: cp/mangle.c:2051
16246 msgid "call_expr cannot be mangled due to a defect in the C++ ABI"
16247 msgstr ""
16248
16249 #: cp/mangle.c:2363
16250 msgid "the mangled name of `%D' will change in a future version of GCC"
16251 msgstr ""
16252
16253 #: cp/method.c:154
16254 msgid "invalid use of member `%D' in static member function"
16255 msgstr ""
16256
16257 #: cp/method.c:216
16258 msgid "use of namespace `%D' as expression"
16259 msgstr ""
16260
16261 #: cp/method.c:221
16262 msgid "use of class template `%T' as expression"
16263 msgstr ""
16264
16265 #: cp/method.c:234
16266 #, c-format
16267 msgid "use of %s from containing function"
16268 msgstr ""
16269
16270 #: cp/method.c:237
16271 msgid " `%#D' declared here"
16272 msgstr ""
16273
16274 #: cp/method.c:255
16275 msgid "request for member `%D' is ambiguous in multiple inheritance lattice"
16276 msgstr ""
16277
16278 #: cp/method.c:458
16279 msgid "generic thunk code fails for method `%#D' which uses `...'"
16280 msgstr ""
16281
16282 #: cp/method.c:697
16283 msgid "non-static const member `%#D', can't use default assignment operator"
16284 msgstr ""
16285
16286 #: cp/method.c:702
16287 msgid "non-static reference member `%#D', can't use default assignment operator"
16288 msgstr ""
16289
16290 #: parse.y:262
16291 msgid "`%s' tag used in naming `%#T'"
16292 msgstr ""
16293
16294 #: parse.y:542
16295 msgid "keyword `export' not implemented, and will be ignored"
16296 msgstr ""
16297
16298 #: parse.y:646
16299 msgid "use of linkage spec `%D' is different from previous spec `%D'"
16300 msgstr ""
16301
16302 #: parse.y:943
16303 msgid "no base or member initializers given following ':'"
16304 msgstr ""
16305
16306 #: parse.y:984
16307 msgid "anachronistic old style base class initializer"
16308 msgstr ""
16309
16310 #. Handle `Class<Class<Type>>' without space in the `>>'
16311 #: parse.y:1117
16312 msgid "`>>' should be `> >' in template class name"
16313 msgstr ""
16314
16315 #: parse.y:1164
16316 msgid "use of template qualifier outside template"
16317 msgstr ""
16318
16319 #: parse.y:1193 parse.y:1202
16320 #, c-format
16321 msgid "ISO C++ forbids an empty condition for `%s'"
16322 msgstr ""
16323
16324 #: parse.y:1225
16325 msgid "definition of class `%T' in condition"
16326 msgstr ""
16327
16328 #: parse.y:1227
16329 msgid "definition of enum `%T' in condition"
16330 msgstr ""
16331
16332 #: parse.y:1238
16333 msgid "definition of array `%#D' in condition"
16334 msgstr ""
16335
16336 #: parse.y:1351
16337 msgid "old style placement syntax, use () instead"
16338 msgstr ""
16339
16340 #: parse.y:1362
16341 msgid "`%T' is not a valid expression"
16342 msgstr ""
16343
16344 #. This was previously allowed as an extension, but
16345 #. was removed in G++ 3.3.
16346 #: parse.y:1369
16347 msgid "initialization of new expression with `='"
16348 msgstr ""
16349
16350 #: parse.y:1395
16351 msgid "ISO C++ forbids compound literals"
16352 msgstr ""
16353
16354 #: parse.y:1642
16355 msgid "ISO C++ forbids braced-groups within expressions"
16356 msgstr ""
16357
16358 #: parse.y:1721
16359 #, fuzzy
16360 msgid "invalid use of template `%D'"
16361 msgstr "ungültige Option »%s«"
16362
16363 #: parse.y:2053 parse.y:2068
16364 msgid "sigof type specifier"
16365 msgstr ""
16366
16367 #: parse.y:2058
16368 msgid "`sigof' applied to non-aggregate expression"
16369 msgstr ""
16370
16371 #: parse.y:2073
16372 msgid "`sigof' applied to non-aggregate type"
16373 msgstr ""
16374
16375 #: parse.y:2339
16376 msgid "using `typename' outside of template"
16377 msgstr ""
16378
16379 #: parse.y:2356
16380 msgid "qualified name does not name a class"
16381 msgstr ""
16382
16383 #: parse.y:2417
16384 #, c-format
16385 msgid "storage class specifier `%s' not allowed after struct or class"
16386 msgstr ""
16387
16388 #: parse.y:2419
16389 #, c-format
16390 msgid "type specifier `%s' not allowed after struct or class"
16391 msgstr ""
16392
16393 #: parse.y:2421
16394 #, c-format
16395 msgid "type qualifier `%s' not allowed after struct or class"
16396 msgstr ""
16397
16398 #: parse.y:2423
16399 msgid "no body nor ';' separates two class, struct or union declarations"
16400 msgstr ""
16401
16402 #: parse.y:2553
16403 msgid "no bases given following `:'"
16404 msgstr ""
16405
16406 #: parse.y:2584 parse.y:2599
16407 msgid "`%D' access"
16408 msgstr ""
16409
16410 #: parse.y:2589
16411 msgid "multiple access specifiers"
16412 msgstr ""
16413
16414 #: parse.y:2607
16415 msgid "multiple `virtual' specifiers"
16416 msgstr ""
16417
16418 #: parse.y:2644
16419 msgid "missing ';' before right brace"
16420 msgstr ""
16421
16422 #: parse.y:2865
16423 msgid "ISO C++ forbids array dimensions with parenthesized type in new"
16424 msgstr ""
16425
16426 #: parse.y:3152 parse.y:3172 parse.y:3181 parse.y:3210
16427 msgid "`%T' is not a class or namespace"
16428 msgstr ""
16429
16430 #: parse.y:3377
16431 msgid "ISO C++ forbids label declarations"
16432 msgstr ""
16433
16434 #: parse.y:3537
16435 msgid "ISO C++ forbids computed gotos"
16436 msgstr ""
16437
16438 #: parse.y:3545
16439 msgid "label must be followed by statement"
16440 msgstr ""
16441
16442 #: parse.y:3590
16443 msgid "must have at least one catch per try block"
16444 msgstr ""
16445
16446 #: parse.y:3650
16447 msgid "ISO C++ forbids compound statements inside for initializations"
16448 msgstr ""
16449
16450 #. This helps us recover from really nasty
16451 #. parse errors, for example, a missing right
16452 #. parenthesis.
16453 #: parse.y:3737 parse.y:3747
16454 msgid "possibly missing ')'"
16455 msgstr ""
16456
16457 #: parse.y:3840
16458 msgid "type specifier omitted for parameter"
16459 msgstr ""
16460
16461 #: parse.y:3849
16462 #, c-format
16463 msgid "`%E' is not a type, use `typename %E' to make it one"
16464 msgstr ""
16465
16466 #: parse.y:3851
16467 msgid "no type `%D' in `%T'"
16468 msgstr ""
16469
16470 #: parse.y:3854
16471 #, c-format
16472 msgid "type specifier omitted for parameter `%E'"
16473 msgstr ""
16474
16475 #: parse.y:3862
16476 msgid "'%D' is used as a type, but is not defined as a type."
16477 msgstr ""
16478
16479 #: cp/pt.c:284
16480 msgid "data member `%D' cannot be a member template"
16481 msgstr ""
16482
16483 #: cp/pt.c:296
16484 msgid "invalid member template declaration `%D'"
16485 msgstr ""
16486
16487 #: cp/pt.c:691
16488 msgid "explicit specialization in non-namespace scope `%D'"
16489 msgstr ""
16490
16491 #: cp/pt.c:703
16492 msgid "enclosing class templates are not explicitly specialized"
16493 msgstr ""
16494
16495 #: cp/pt.c:792 cp/pt.c:833
16496 msgid "specializing `%#T' in different namespace"
16497 msgstr ""
16498
16499 #: cp/pt.c:793 cp/pt.c:834
16500 msgid " from definition of `%#D'"
16501 msgstr ""
16502
16503 #: cp/pt.c:801
16504 msgid "specialization of `%T' after instantiation"
16505 msgstr ""
16506
16507 #: cp/pt.c:848
16508 msgid "specialization `%T' after instantiation `%T'"
16509 msgstr ""
16510
16511 #: cp/pt.c:860
16512 msgid "explicit specialization of non-template `%T'"
16513 msgstr ""
16514
16515 #: cp/pt.c:992
16516 msgid "specialization of %D after instantiation"
16517 msgstr ""
16518
16519 #: cp/pt.c:1096
16520 msgid "%s %+#D"
16521 msgstr ""
16522
16523 #: cp/pt.c:1147
16524 msgid "`%D' is not a function template"
16525 msgstr ""
16526
16527 #: cp/pt.c:1286
16528 msgid "template-id `%D' for `%+D' does not match any template declaration"
16529 msgstr ""
16530
16531 #: cp/pt.c:1294
16532 msgid "ambiguous template specialization `%D' for `%+D'"
16533 msgstr ""
16534
16535 #. This case handles bogus declarations like template <>
16536 #. template <class T> void f<int>();
16537 #: cp/pt.c:1521 cp/pt.c:1595
16538 msgid "template-id `%D' in declaration of primary template"
16539 msgstr ""
16540
16541 #: cp/pt.c:1534
16542 msgid "template parameter list used in explicit instantiation"
16543 msgstr ""
16544
16545 #: cp/pt.c:1540
16546 msgid "definition provided for explicit instantiation"
16547 msgstr ""
16548
16549 #: cp/pt.c:1546
16550 msgid "too many template parameter lists in declaration of `%D'"
16551 msgstr ""
16552
16553 #: cp/pt.c:1562
16554 msgid "too few template parameter lists in declaration of `%D'"
16555 msgstr ""
16556
16557 #: cp/pt.c:1579
16558 msgid "explicit specialization not preceded by `template <>'"
16559 msgstr ""
16560
16561 #: cp/pt.c:1592
16562 msgid "partial specialization `%D' of function template"
16563 msgstr ""
16564
16565 #: cp/pt.c:1624
16566 msgid "default argument specified in explicit specialization"
16567 msgstr ""
16568
16569 #: cp/pt.c:1628
16570 msgid "template specialization with C linkage"
16571 msgstr ""
16572
16573 #. From [temp.expl.spec]:
16574 #.
16575 #. If such an explicit specialization for the member
16576 #. of a class template names an implicitly-declared
16577 #. special member function (clause _special_), the
16578 #. program is ill-formed.
16579 #.
16580 #. Similar language is found in [temp.explicit].
16581 #: cp/pt.c:1715
16582 msgid "specialization of implicitly-declared special member function"
16583 msgstr ""
16584
16585 #: cp/pt.c:1759
16586 msgid "no member function `%D' declared in `%T'"
16587 msgstr ""
16588
16589 #. There are two many template parameter lists.
16590 #: cp/pt.c:1909
16591 msgid "too many template parameter lists in declaration of `%T'"
16592 msgstr ""
16593
16594 #: cp/pt.c:2005
16595 msgid " shadows template parm `%#D'"
16596 msgstr ""
16597
16598 #: cp/pt.c:2409
16599 msgid "template parameters not used in partial specialization:"
16600 msgstr ""
16601
16602 #: cp/pt.c:2413
16603 msgid " `%D'"
16604 msgstr ""
16605
16606 #: cp/pt.c:2425
16607 msgid "partial specialization `%T' does not specialize any template arguments"
16608 msgstr ""
16609
16610 #: cp/pt.c:2450
16611 #, c-format
16612 msgid "template argument `%E' involves template parameter(s)"
16613 msgstr ""
16614
16615 #: cp/pt.c:2494
16616 msgid "type `%T' of template argument `%E' depends on template parameter(s)"
16617 msgstr ""
16618
16619 #: cp/pt.c:2582
16620 msgid "no default argument for `%D'"
16621 msgstr ""
16622
16623 #: cp/pt.c:2735
16624 msgid "template with C linkage"
16625 msgstr ""
16626
16627 #: cp/pt.c:2738
16628 msgid "template class without a name"
16629 msgstr ""
16630
16631 #: cp/pt.c:2815
16632 msgid "`%D' does not declare a template type"
16633 msgstr ""
16634
16635 #: cp/pt.c:2821
16636 msgid "template definition of non-template `%#D'"
16637 msgstr ""
16638
16639 #: cp/pt.c:2862
16640 msgid "expected %d levels of template parms for `%#D', got %d"
16641 msgstr ""
16642
16643 #: cp/pt.c:2874
16644 msgid "got %d template parameters for `%#D'"
16645 msgstr ""
16646
16647 #: cp/pt.c:2877
16648 msgid "got %d template parameters for `%#T'"
16649 msgstr ""
16650
16651 #: cp/pt.c:2879
16652 #, c-format
16653 msgid " but %d required"
16654 msgstr ""
16655
16656 #: cp/pt.c:2962
16657 msgid "`%T' is not a template type"
16658 msgstr ""
16659
16660 #: cp/pt.c:2978
16661 msgid "previous declaration `%D'"
16662 msgstr ""
16663
16664 #: cp/pt.c:2979
16665 #, c-format
16666 msgid "used %d template parameter%s instead of %d"
16667 msgstr ""
16668
16669 #: cp/pt.c:2995
16670 msgid "template parameter `%#D'"
16671 msgstr ""
16672
16673 #: cp/pt.c:2996
16674 msgid "redeclared here as `%#D'"
16675 msgstr ""
16676
16677 #. We have in [temp.param]:
16678 #.
16679 #. A template-parameter may not be given default arguments
16680 #. by two different declarations in the same scope.
16681 #: cp/pt.c:3006
16682 msgid "redefinition of default argument for `%#D'"
16683 msgstr ""
16684
16685 #: cp/pt.c:3007
16686 msgid " original definition appeared here"
16687 msgstr ""
16688
16689 #: cp/pt.c:3100
16690 #, c-format
16691 msgid "`%E' is not a valid template argument"
16692 msgstr ""
16693
16694 #: cp/pt.c:3104
16695 msgid "it must be the address of a function with external linkage"
16696 msgstr ""
16697
16698 #: cp/pt.c:3106
16699 msgid "it must be the address of an object with external linkage"
16700 msgstr ""
16701
16702 #: cp/pt.c:3110
16703 msgid "it must be a pointer-to-member of the form `&X::Y'"
16704 msgstr ""
16705
16706 #: cp/pt.c:3121
16707 #, c-format
16708 msgid "string literal %E is not a valid template argument because it is the address of an object with static linkage"
16709 msgstr ""
16710
16711 #: cp/pt.c:3133
16712 #, c-format
16713 msgid "address of non-extern `%E' cannot be used as template argument"
16714 msgstr ""
16715
16716 #: cp/pt.c:3144
16717 #, c-format
16718 msgid "non-constant `%E' cannot be used as template argument"
16719 msgstr ""
16720
16721 #: cp/pt.c:3151
16722 #, c-format
16723 msgid "object `%E' cannot be used as template argument"
16724 msgstr ""
16725
16726 #: cp/pt.c:3526
16727 #, c-format
16728 msgid "to refer to a type member of a template parameter, use `typename %E'"
16729 msgstr ""
16730
16731 #: cp/pt.c:3539 cp/pt.c:3555 cp/pt.c:3594
16732 msgid "type/value mismatch at argument %d in template parameter list for `%D'"
16733 msgstr ""
16734
16735 #: cp/pt.c:3542
16736 msgid " expected a constant of type `%T', got `%T'"
16737 msgstr ""
16738
16739 #: cp/pt.c:3546
16740 #, c-format
16741 msgid " expected a type, got `%E'"
16742 msgstr ""
16743
16744 #: cp/pt.c:3558
16745 msgid " expected a type, got `%T'"
16746 msgstr ""
16747
16748 #: cp/pt.c:3560
16749 msgid " expected a class template, got `%T'"
16750 msgstr ""
16751
16752 #: cp/pt.c:3596
16753 msgid " expected a template of type `%D', got `%D'"
16754 msgstr ""
16755
16756 #: cp/pt.c:3618
16757 msgid "template-argument `%T' uses anonymous type"
16758 msgstr ""
16759
16760 #: cp/pt.c:3621
16761 msgid "template-argument `%T' uses local type `%T'"
16762 msgstr ""
16763
16764 #: cp/pt.c:3631
16765 msgid "template-argument `%T' is a variably modified type"
16766 msgstr ""
16767
16768 #: cp/pt.c:3666
16769 msgid "could not convert template argument `%E' to `%T'"
16770 msgstr ""
16771
16772 #: cp/pt.c:3710
16773 #, c-format
16774 msgid "wrong number of template arguments (%d, should be %d)"
16775 msgstr ""
16776
16777 #: cp/pt.c:3714
16778 msgid "provided for `%D'"
16779 msgstr ""
16780
16781 #: cp/pt.c:3761
16782 #, c-format
16783 msgid "template argument %d is invalid"
16784 msgstr ""
16785
16786 #: cp/pt.c:3997
16787 msgid "non-template used as template"
16788 msgstr ""
16789
16790 #: cp/pt.c:4139
16791 msgid "`%T' is not a template"
16792 msgstr ""
16793
16794 #: cp/pt.c:4152
16795 msgid "non-template type `%T' used as a template"
16796 msgstr ""
16797
16798 #: cp/pt.c:4154
16799 msgid "for template declaration `%D'"
16800 msgstr ""
16801
16802 #: cp/pt.c:4770
16803 msgid "template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN to increase the maximum) instantiating `%D'"
16804 msgstr ""
16805
16806 #: cp/pt.c:5247
16807 msgid "ambiguous class template instantiation for `%#T'"
16808 msgstr ""
16809
16810 #: cp/pt.c:5254
16811 msgid "%s %+#T"
16812 msgstr ""
16813
16814 #: cp/pt.c:6284 cp/pt.c:6396
16815 msgid "instantiation of `%D' as type `%T'"
16816 msgstr ""
16817
16818 #: cp/pt.c:6440
16819 msgid "invalid parameter type `%T'"
16820 msgstr ""
16821
16822 #: cp/pt.c:6442
16823 msgid "in declaration `%D'"
16824 msgstr ""
16825
16826 #: cp/pt.c:6517
16827 msgid "creating pointer to member function of non-class type `%T'"
16828 msgstr ""
16829
16830 #: cp/pt.c:6680
16831 msgid "creating array with size zero"
16832 msgstr ""
16833
16834 #: cp/pt.c:6694
16835 #, c-format
16836 msgid "creating array with size zero (`%E')"
16837 msgstr ""
16838
16839 #: cp/pt.c:6933
16840 msgid "forming reference to void"
16841 msgstr ""
16842
16843 #: cp/pt.c:6935
16844 msgid "forming %s to reference type `%T'"
16845 msgstr ""
16846
16847 #: cp/pt.c:6973
16848 msgid "creating pointer to member of non-class type `%T'"
16849 msgstr ""
16850
16851 #: cp/pt.c:6979
16852 msgid "creating pointer to member reference type `%T'"
16853 msgstr ""
16854
16855 #: cp/pt.c:7057
16856 msgid "creating array of `%T'"
16857 msgstr ""
16858
16859 #: cp/pt.c:7100
16860 msgid "`%T' is not a class, struct, or union type"
16861 msgstr ""
16862
16863 #: cp/pt.c:7213
16864 #, c-format
16865 msgid "use of `%s' in template"
16866 msgstr ""
16867
16868 #: cp/pt.c:7975
16869 msgid "type `%T' composed from a local class is not a valid template-argument"
16870 msgstr ""
16871
16872 #: cp/pt.c:7976
16873 msgid " trying to instantiate `%D'"
16874 msgstr ""
16875
16876 #: cp/pt.c:8421
16877 msgid "incomplete type unification"
16878 msgstr ""
16879
16880 #: cp/pt.c:9387
16881 #, c-format
16882 msgid "use of `%s' in template type unification"
16883 msgstr ""
16884
16885 #: cp/pt.c:9821 cp/pt.c:9893
16886 msgid "explicit instantiation of non-template `%#D'"
16887 msgstr ""
16888
16889 #: cp/pt.c:9837 cp/pt.c:9888
16890 msgid "no matching template for `%D' found"
16891 msgstr ""
16892
16893 #: cp/pt.c:9843
16894 msgid "explicit instantiation of `%#D'"
16895 msgstr ""
16896
16897 #: cp/pt.c:9880
16898 msgid "duplicate explicit instantiation of `%#D'"
16899 msgstr ""
16900
16901 #: cp/pt.c:9905
16902 msgid "ISO C++ forbids the use of `extern' on explicit instantiations"
16903 msgstr ""
16904
16905 #: cp/pt.c:9909 cp/pt.c:9999
16906 msgid "storage class `%D' applied to template instantiation"
16907 msgstr ""
16908
16909 #: cp/pt.c:9966
16910 msgid "explicit instantiation of non-template type `%T'"
16911 msgstr ""
16912
16913 #: cp/pt.c:9980
16914 msgid "explicit instantiation of `%#T' before definition of template"
16915 msgstr ""
16916
16917 #: cp/pt.c:9988
16918 #, c-format
16919 msgid "ISO C++ forbids the use of `%s' on explicit instantiations"
16920 msgstr ""
16921
16922 #: cp/pt.c:10032
16923 msgid "duplicate explicit instantiation of `%#T'"
16924 msgstr ""
16925
16926 #: cp/pt.c:10412
16927 msgid "explicit instantiation of `%D' but no definition available"
16928 msgstr ""
16929
16930 #: cp/pt.c:10815
16931 msgid "`%#T' is not a valid type for a template constant parameter"
16932 msgstr ""
16933
16934 #: cp/repo.c:271
16935 msgid "-frepo must be used with -c"
16936 msgstr ""
16937
16938 #: cp/repo.c:361
16939 #, c-format
16940 msgid "mysterious repository information in %s"
16941 msgstr ""
16942
16943 #: cp/repo.c:376
16944 #, c-format
16945 msgid "can't create repository information file `%s'"
16946 msgstr ""
16947
16948 #: cp/rtti.c:240
16949 msgid "cannot use typeid with -fno-rtti"
16950 msgstr ""
16951
16952 #: cp/rtti.c:246
16953 msgid "must #include <typeinfo> before using typeid"
16954 msgstr ""
16955
16956 #: cp/rtti.c:320
16957 msgid "cannot create type information for type `%T' because its size is variable"
16958 msgstr ""
16959
16960 #: cp/rtti.c:584 cp/rtti.c:598
16961 msgid "dynamic_cast of `%#D' to `%#T' can never succeed"
16962 msgstr ""
16963
16964 #: cp/rtti.c:674
16965 msgid "cannot dynamic_cast `%E' (of type `%#T') to type `%#T' (%s)"
16966 msgstr ""
16967
16968 #: cp/search.c:332
16969 msgid "`%T' is an ambiguous base of `%T'"
16970 msgstr ""
16971
16972 #: cp/search.c:350
16973 msgid "`%T' is an inaccessible base of `%T'"
16974 msgstr ""
16975
16976 #. At parse time, we don't want to give this error, since
16977 #. we won't have enough state to make this kind of
16978 #. decision properly. But there are times (e.g., with
16979 #. enums in nested classes) when we do need to call
16980 #. this fn at parse time. So, in those cases, we pass
16981 #. complain as a 0 and just return a NULL_TREE.
16982 #: cp/search.c:1638
16983 msgid "assignment to non-static member `%D' of enclosing class `%T'"
16984 msgstr ""
16985
16986 #: cp/search.c:2050
16987 msgid "adjusting pointers for covariant returns"
16988 msgstr ""
16989
16990 #: cp/search.c:2054 cp/search.c:2061
16991 msgid "invalid covariant return type for `%#D'"
16992 msgstr ""
16993
16994 #: cp/search.c:2055
16995 msgid " overriding `%#D' (must be pointer or reference to class)"
16996 msgstr ""
16997
16998 #: cp/search.c:2062
16999 msgid " overriding `%#D' (must use pointer or reference)"
17000 msgstr ""
17001
17002 #: cp/search.c:2067
17003 msgid "conflicting return type specified for `%#D'"
17004 msgstr ""
17005
17006 #: cp/search.c:2068
17007 msgid " overriding `%#D'"
17008 msgstr ""
17009
17010 #: cp/search.c:2077
17011 #, c-format
17012 msgid "looser throw specifier for `%#F'"
17013 msgstr ""
17014
17015 #: cp/search.c:2078
17016 #, c-format
17017 msgid " overriding `%#F'"
17018 msgstr ""
17019
17020 #. A static member function cannot match an inherited
17021 #. virtual member function.
17022 #: cp/search.c:2167
17023 msgid "`%#D' cannot be declared"
17024 msgstr ""
17025
17026 #: cp/search.c:2168
17027 msgid " since `%#D' declared in base class"
17028 msgstr ""
17029
17030 #: cp/search.c:2309
17031 msgid "`%#D' needs a final overrider"
17032 msgstr ""
17033
17034 #: cp/semantics.c:919
17035 #, c-format
17036 msgid "type of asm operand `%E' could not be determined"
17037 msgstr ""
17038
17039 #: cp/semantics.c:1051
17040 msgid "ISO C++ does not permit named return values"
17041 msgstr ""
17042
17043 #: cp/semantics.c:1060
17044 msgid "return identifier `%D' already in place"
17045 msgstr ""
17046
17047 #: cp/semantics.c:1068
17048 msgid "can't redefine default return value for constructors"
17049 msgstr ""
17050
17051 #: cp/semantics.c:1100
17052 msgid "only constructors take base initializers"
17053 msgstr ""
17054
17055 #: cp/semantics.c:1343
17056 msgid "`this' is unavailable for static member functions"
17057 msgstr ""
17058
17059 #: cp/semantics.c:1349
17060 msgid "invalid use of `this' in non-member function"
17061 msgstr ""
17062
17063 #: cp/semantics.c:1351
17064 msgid "invalid use of `this' at top level"
17065 msgstr ""
17066
17067 #: cp/semantics.c:1381
17068 msgid "calling type `%T' like a method"
17069 msgstr ""
17070
17071 #: cp/semantics.c:1419
17072 msgid "destructor specifier `%T::~%T()' must have matching names"
17073 msgstr ""
17074
17075 #: cp/semantics.c:1425
17076 msgid "`%E' is not of type `%T'"
17077 msgstr ""
17078
17079 #: cp/semantics.c:1613
17080 msgid "template type parameters must use the keyword `class' or `typename'"
17081 msgstr ""
17082
17083 #: cp/semantics.c:1652
17084 msgid "invalid default template argument"
17085 msgstr ""
17086
17087 #: cp/semantics.c:1694
17088 msgid "definition of `%#T' inside template parameter list"
17089 msgstr ""
17090
17091 #: cp/semantics.c:1710
17092 msgid "invalid definition of qualified type `%T'"
17093 msgstr ""
17094
17095 #: cp/semantics.c:2053
17096 msgid "invalid base-class specification"
17097 msgstr ""
17098
17099 #: cp/semantics.c:2062
17100 msgid "base class `%T' has cv qualifiers"
17101 msgstr ""
17102
17103 #: cp/semantics.c:2093
17104 msgid "multiple declarators in template declaration"
17105 msgstr ""
17106
17107 #: cp/semantics.c:2120
17108 #, c-format
17109 msgid "type of `%E' is unknown"
17110 msgstr ""
17111
17112 #: cp/spew.c:225
17113 #, c-format
17114 msgid "identifier name `%s' conflicts with GNU C++ internal naming strategy"
17115 msgstr ""
17116
17117 #: cp/spew.c:1002 cp/spew.c:1340
17118 msgid "parse error at end of saved function text"
17119 msgstr ""
17120
17121 #: cp/spew.c:1090 cp/spew.c:1178
17122 msgid "%Hend of file read inside definition"
17123 msgstr ""
17124
17125 #: cp/spew.c:1121
17126 msgid "parse error in method specification"
17127 msgstr ""
17128
17129 #: cp/spew.c:1161
17130 msgid "function body for constructor missing"
17131 msgstr ""
17132
17133 #: cp/spew.c:1262
17134 msgid "%Hend of file read inside default argument"
17135 msgstr ""
17136
17137 #: cp/spew.c:1419
17138 msgid "circular dependency in default args of `%#D'"
17139 msgstr ""
17140
17141 #: cp/spew.c:1483
17142 msgid "invalid type `%T' for default argument to `%T'"
17143 msgstr ""
17144
17145 #: cp/spew.c:1548
17146 #, c-format
17147 msgid "%s before `%s'"
17148 msgstr ""
17149
17150 #: cp/spew.c:1550
17151 #, c-format
17152 msgid "%s before `%c'"
17153 msgstr ""
17154
17155 #: cp/spew.c:1552
17156 #, c-format
17157 msgid "%s before `\\%o'"
17158 msgstr ""
17159
17160 #: cp/spew.c:1555
17161 #, c-format
17162 msgid "%s before `%s' token"
17163 msgstr ""
17164
17165 #: cp/tree.c:263 cp/tree.c:275
17166 #, c-format
17167 msgid "non-lvalue in %s"
17168 msgstr ""
17169
17170 #: cp/tree.c:562
17171 msgid "`%V' qualifiers cannot be applied to `%T'"
17172 msgstr ""
17173
17174 #: cp/tree.c:1941
17175 #, c-format
17176 msgid "`%s' attribute can only be applied to Java class definitions"
17177 msgstr ""
17178
17179 #: cp/tree.c:1971
17180 #, c-format
17181 msgid "`%s' attribute can only be applied to class definitions"
17182 msgstr ""
17183
17184 #: cp/tree.c:1977
17185 #, c-format
17186 msgid "`%s' is obsolete; g++ vtables are now COM-compatible by default"
17187 msgstr ""
17188
17189 #: cp/tree.c:2002
17190 msgid "requested init_priority is not an integer constant"
17191 msgstr ""
17192
17193 #: cp/tree.c:2023
17194 #, c-format
17195 msgid "can only use `%s' attribute on file-scope definitions of objects of class type"
17196 msgstr ""
17197
17198 #: cp/tree.c:2031
17199 msgid "requested init_priority is out of range"
17200 msgstr ""
17201
17202 #: cp/tree.c:2041
17203 msgid "requested init_priority is reserved for internal use"
17204 msgstr ""
17205
17206 #: cp/tree.c:2051
17207 #, c-format
17208 msgid "`%s' attribute is not supported on this platform"
17209 msgstr ""
17210
17211 #: cp/tree.c:2588
17212 #, c-format
17213 msgid "lang_* check: failed in %s, at %s:%d"
17214 msgstr ""
17215
17216 #: cp/typeck.c:524
17217 #, c-format
17218 msgid "ISO C++ forbids %s between pointer of type `void *' and pointer-to-function"
17219 msgstr ""
17220
17221 #: cp/typeck.c:545
17222 msgid "%s between distinct pointer types `%T' and `%T' lacks a cast"
17223 msgstr ""
17224
17225 #: cp/typeck.c:1436
17226 msgid "ISO C++ prohibits conversion from `%#T' to `(...)'"
17227 msgstr ""
17228
17229 #: cp/typeck.c:1514
17230 #, c-format
17231 msgid "invalid application of `%s' to a member function"
17232 msgstr ""
17233
17234 #: cp/typeck.c:1520
17235 #, c-format
17236 msgid "invalid application of `%s' to non-static member"
17237 msgstr ""
17238
17239 #: cp/typeck.c:1538
17240 msgid "sizeof applied to a bit-field"
17241 msgstr ""
17242
17243 #: cp/typeck.c:1541
17244 msgid "ISO C++ forbids applying `sizeof' to an expression of function type"
17245 msgstr ""
17246
17247 #: cp/typeck.c:1759
17248 msgid "deprecated conversion from string constant to `%T'"
17249 msgstr ""
17250
17251 #: cp/typeck.c:1890 cp/typeck.c:2122
17252 msgid "request for member `%D' in `%E', which is of non-class type `%T'"
17253 msgstr ""
17254
17255 #: cp/typeck.c:1916
17256 msgid "`%D' is not a member of `%T'"
17257 msgstr ""
17258
17259 #: cp/typeck.c:1957 cp/typeck.c:1978
17260 msgid "invalid access to non-static data member `%D' of NULL object"
17261 msgstr ""
17262
17263 #: cp/typeck.c:1959 cp/typeck.c:1980
17264 msgid "(perhaps the `offsetof' macro was used incorrectly)"
17265 msgstr ""
17266
17267 #: cp/typeck.c:2168
17268 msgid "`%D::%D' is not a member of `%T'"
17269 msgstr ""
17270
17271 #: cp/typeck.c:2179
17272 msgid "`%T' is not a base of `%T'"
17273 msgstr ""
17274
17275 #: cp/typeck.c:2199
17276 msgid "destructor specifier `%T::~%T' must have matching names"
17277 msgstr ""
17278
17279 #: cp/typeck.c:2205
17280 msgid "type `%T' has no destructor"
17281 msgstr ""
17282
17283 #: cp/typeck.c:2244
17284 msgid "`%D' is not a member template function"
17285 msgstr ""
17286
17287 #. A pointer to incomplete type (other than cv void) can be
17288 #. dereferenced [expr.unary.op]/1
17289 #: cp/typeck.c:2338
17290 msgid "`%T' is not a pointer-to-object type"
17291 msgstr ""
17292
17293 #: cp/typeck.c:2365
17294 #, c-format
17295 msgid "invalid use of `%s' on pointer to member"
17296 msgstr ""
17297
17298 #: cp/typeck.c:2371
17299 msgid "invalid type argument"
17300 msgstr ""
17301
17302 #: cp/typeck.c:2474
17303 msgid "ISO C++ forbids subscripting non-lvalue array"
17304 msgstr ""
17305
17306 #: cp/typeck.c:2485
17307 msgid "subscripting array declared `register'"
17308 msgstr ""
17309
17310 #: cp/typeck.c:2570
17311 #, c-format
17312 msgid "object missing in use of `%E'"
17313 msgstr ""
17314
17315 #: cp/typeck.c:2674
17316 msgid "ISO C++ forbids calling `::main' from within program"
17317 msgstr ""
17318
17319 #: cp/typeck.c:2699
17320 #, c-format
17321 msgid "must use .* or ->* to call pointer-to-member function in `%E (...)'"
17322 msgstr ""
17323
17324 #: cp/typeck.c:2712
17325 #, c-format
17326 msgid "`%E' cannot be used as a function"
17327 msgstr ""
17328
17329 #: cp/typeck.c:2824
17330 msgid "too many arguments to %s `%+#D'"
17331 msgstr ""
17332
17333 #: cp/typeck.c:2865
17334 msgid "parameter type of called function is incomplete"
17335 msgstr ""
17336
17337 #: cp/typeck.c:2928
17338 msgid "too few arguments to %s `%+#D'"
17339 msgstr ""
17340
17341 #: cp/typeck.c:3056 cp/typeck.c:3066
17342 msgid "assuming cast to type `%T' from overloaded function"
17343 msgstr ""
17344
17345 #: cp/typeck.c:3126
17346 #, c-format
17347 msgid "division by zero in `%E / 0'"
17348 msgstr ""
17349
17350 #: cp/typeck.c:3128
17351 #, c-format
17352 msgid "division by zero in `%E / 0.'"
17353 msgstr ""
17354
17355 #: cp/typeck.c:3158
17356 #, c-format
17357 msgid "division by zero in `%E %% 0'"
17358 msgstr ""
17359
17360 #: cp/typeck.c:3160
17361 #, c-format
17362 msgid "division by zero in `%E %% 0.'"
17363 msgstr ""
17364
17365 #: cp/typeck.c:3240
17366 #, c-format
17367 msgid "%s rotate count is negative"
17368 msgstr ""
17369
17370 #: cp/typeck.c:3243
17371 #, c-format
17372 msgid "%s rotate count >= width of type"
17373 msgstr ""
17374
17375 #: cp/typeck.c:3274 cp/typeck.c:3279 cp/typeck.c:3370 cp/typeck.c:3375
17376 msgid "ISO C++ forbids comparison between pointer and integer"
17377 msgstr ""
17378
17379 #: cp/typeck.c:3553
17380 msgid "comparison between types `%#T' and `%#T'"
17381 msgstr ""
17382
17383 #: cp/typeck.c:3589
17384 msgid "comparison between signed and unsigned integer expressions"
17385 msgstr ""
17386
17387 #: cp/typeck.c:3654
17388 msgid "invalid operands of types `%T' and `%T' to binary `%O'"
17389 msgstr ""
17390
17391 #. Some sort of arithmetic operation involving NULL was
17392 #. performed. Note that pointer-difference and pointer-addition
17393 #. have already been handled above, and so we don't end up here in
17394 #. that case.
17395 #: cp/typeck.c:3676
17396 msgid "NULL used in arithmetic"
17397 msgstr ""
17398
17399 #: cp/typeck.c:3743
17400 msgid "ISO C++ forbids using pointer of type `void *' in subtraction"
17401 msgstr ""
17402
17403 #: cp/typeck.c:3745
17404 msgid "ISO C++ forbids using pointer to a function in subtraction"
17405 msgstr ""
17406
17407 #: cp/typeck.c:3747
17408 msgid "ISO C++ forbids using pointer to a method in subtraction"
17409 msgstr ""
17410
17411 #: cp/typeck.c:3749
17412 msgid "ISO C++ forbids using pointer to a member in subtraction"
17413 msgstr ""
17414
17415 #: cp/typeck.c:3761
17416 msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
17417 msgstr ""
17418
17419 #: cp/typeck.c:3821
17420 #, c-format
17421 msgid "invalid use of '%E' to form a pointer-to-member-function. Use a qualified-id."
17422 msgstr ""
17423
17424 #: cp/typeck.c:3827
17425 #, c-format
17426 msgid "parenthesis around '%E' cannot be used to form a pointer-to-member-function"
17427 msgstr ""
17428
17429 #: cp/typeck.c:3850
17430 msgid "taking address of temporary"
17431 msgstr ""
17432
17433 #: cp/typeck.c:4091
17434 #, c-format
17435 msgid "ISO C++ forbids %sing an enum"
17436 msgstr ""
17437
17438 #: cp/typeck.c:4103
17439 msgid "cannot %s a pointer to incomplete type `%T'"
17440 msgstr ""
17441
17442 #: cp/typeck.c:4110
17443 msgid "ISO C++ forbids %sing a pointer of type `%T'"
17444 msgstr ""
17445
17446 #: cp/typeck.c:4135
17447 msgid "cast to non-reference type used as lvalue"
17448 msgstr ""
17449
17450 #: cp/typeck.c:4169
17451 msgid "invalid use of `--' on bool variable `%D'"
17452 msgstr ""
17453
17454 #. ARM $3.4
17455 #: cp/typeck.c:4202
17456 msgid "ISO C++ forbids taking address of function `::main'"
17457 msgstr ""
17458
17459 #. An expression like &memfn.
17460 #: cp/typeck.c:4269
17461 msgid "ISO C++ forbids taking the address of an unqualified non-static member function to form a pointer to member function. Say `&%T::%D'"
17462 msgstr ""
17463
17464 #: cp/typeck.c:4271
17465 msgid "ISO C++ forbids taking the address of a bound member function to form a pointer to member function. Say `&%T::%D'"
17466 msgstr ""
17467
17468 #: cp/typeck.c:4295
17469 msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
17470 msgstr ""
17471
17472 #: cp/typeck.c:4324
17473 msgid "attempt to take address of bit-field structure member `%D'"
17474 msgstr ""
17475
17476 #: cp/typeck.c:4444
17477 msgid "taking address of destructor"
17478 msgstr ""
17479
17480 #: cp/typeck.c:4457
17481 msgid "taking address of bound pointer-to-member expression"
17482 msgstr ""
17483
17484 #: cp/typeck.c:4473
17485 msgid "cannot create pointer to reference member `%D'"
17486 msgstr ""
17487
17488 #: cp/typeck.c:4536
17489 msgid "cannot take the address of `this', which is an rvalue expression"
17490 msgstr ""
17491
17492 #: cp/typeck.c:4555
17493 msgid "address requested for `%D', which is declared `register'"
17494 msgstr ""
17495
17496 #: cp/typeck.c:4682
17497 msgid "static_cast from type `%T' to type `%T' casts away constness"
17498 msgstr ""
17499
17500 #: cp/typeck.c:4871
17501 msgid "invalid static_cast from type `%T' to type `%T'"
17502 msgstr ""
17503
17504 #: cp/typeck.c:4910
17505 msgid "invalid reinterpret_cast of an rvalue expression of type `%T' to type `%T'"
17506 msgstr ""
17507
17508 #: cp/typeck.c:4930
17509 msgid "reinterpret_cast from `%T' to `%T' loses precision"
17510 msgstr ""
17511
17512 #: cp/typeck.c:4943
17513 msgid "reinterpret_cast from `%T' to `%T' casts away const (or volatile)"
17514 msgstr ""
17515
17516 #: cp/typeck.c:4952
17517 msgid "ISO C++ forbids casting between pointer-to-function and pointer-to-object"
17518 msgstr ""
17519
17520 #: cp/typeck.c:4958
17521 msgid "invalid reinterpret_cast from type `%T' to type `%T'"
17522 msgstr ""
17523
17524 #: cp/typeck.c:4985
17525 msgid "invalid use of const_cast with type `%T', which is not a pointer, reference, nor a pointer-to-data-member type"
17526 msgstr ""
17527
17528 #: cp/typeck.c:4988
17529 msgid "invalid use of const_cast with type `%T', which is a pointer or reference to a function type"
17530 msgstr ""
17531
17532 #: cp/typeck.c:5011
17533 msgid "invalid const_cast of an rvalue of type `%T' to type `%T'"
17534 msgstr ""
17535
17536 #: cp/typeck.c:5027
17537 msgid "invalid const_cast from type `%T' to type `%T'"
17538 msgstr ""
17539
17540 #: cp/typeck.c:5069 cp/typeck.c:5074
17541 msgid "ISO C++ forbids casting to an array type `%T'"
17542 msgstr ""
17543
17544 #: cp/typeck.c:5082
17545 msgid "invalid cast to function type `%T'"
17546 msgstr ""
17547
17548 #: cp/typeck.c:5138
17549 msgid "cast from `%T' to `%T' discards qualifiers from pointer target type"
17550 msgstr ""
17551
17552 #: cp/typeck.c:5184
17553 msgid "cast from `%T' to `%T' increases required alignment of target type"
17554 msgstr ""
17555
17556 #: cp/typeck.c:5357
17557 msgid " in evaluation of `%Q(%#T, %#T)'"
17558 msgstr ""
17559
17560 #: cp/typeck.c:5399
17561 msgid "ISO C++ forbids cast to non-reference type used as lvalue"
17562 msgstr ""
17563
17564 #: cp/typeck.c:5463
17565 msgid "incompatible types in assignment of `%T' to `%T'"
17566 msgstr ""
17567
17568 #: cp/typeck.c:5470
17569 msgid "ISO C++ forbids assignment of arrays"
17570 msgstr ""
17571
17572 #: cp/typeck.c:5577
17573 msgid " in pointer to member function conversion"
17574 msgstr ""
17575
17576 #: cp/typeck.c:5585
17577 msgid " in pointer to member conversion"
17578 msgstr ""
17579
17580 #. This is a reinterpret cast, we choose to do nothing.
17581 #: cp/typeck.c:5596 cp/typeck.c:5615
17582 msgid "pointer to member cast via virtual base `%T' of `%T'"
17583 msgstr ""
17584
17585 #: cp/typeck.c:5619
17586 msgid "pointer to member conversion via virtual base `%T' of `%T'"
17587 msgstr ""
17588
17589 #: cp/typeck.c:5695
17590 msgid "invalid conversion to type `%T' from type `%T'"
17591 msgstr ""
17592
17593 #: cp/typeck.c:5860
17594 msgid "passing NULL used for non-pointer %s %P of `%D'"
17595 msgstr ""
17596
17597 #: cp/typeck.c:5863
17598 msgid "%s to non-pointer type `%T' from NULL"
17599 msgstr ""
17600
17601 #: cp/typeck.c:5871
17602 msgid "passing `%T' for %s %P of `%D'"
17603 msgstr ""
17604
17605 #: cp/typeck.c:5874
17606 msgid "%s to `%T' from `%T'"
17607 msgstr ""
17608
17609 #: cp/typeck.c:5884
17610 msgid "passing negative value `%E' for %s %P of `%D'"
17611 msgstr ""
17612
17613 #: cp/typeck.c:5887
17614 msgid "%s of negative value `%E' to `%T'"
17615 msgstr ""
17616
17617 #: cp/typeck.c:5982
17618 msgid "cannot convert `%T' to `%T' for argument `%P' to `%D'"
17619 msgstr ""
17620
17621 #: cp/typeck.c:5985
17622 msgid "cannot convert `%T' to `%T' in %s"
17623 msgstr ""
17624
17625 #: cp/typeck.c:6073 cp/typeck.c:6075
17626 msgid "in passing argument %P of `%+D'"
17627 msgstr ""
17628
17629 #: cp/typeck.c:6190
17630 msgid "returning reference to temporary"
17631 msgstr ""
17632
17633 #: cp/typeck.c:6197
17634 msgid "reference to non-lvalue returned"
17635 msgstr ""
17636
17637 #: cp/typeck.c:6209
17638 msgid "reference to local variable `%D' returned"
17639 msgstr ""
17640
17641 #: cp/typeck.c:6212
17642 msgid "address of local variable `%D' returned"
17643 msgstr ""
17644
17645 #: cp/typeck.c:6243
17646 msgid "returning a value from a destructor"
17647 msgstr ""
17648
17649 #. If a return statement appears in a handler of the
17650 #. function-try-block of a constructor, the program is ill-formed.
17651 #: cp/typeck.c:6251
17652 msgid "cannot return from a handler of a function-try-block of a constructor"
17653 msgstr ""
17654
17655 #. You can't return a value from a constructor.
17656 #: cp/typeck.c:6254
17657 msgid "returning a value from a constructor"
17658 msgstr ""
17659
17660 #: cp/typeck.c:6271
17661 msgid "return-statement with no value, in function declared with a non-void return type"
17662 msgstr ""
17663
17664 #: cp/typeck.c:6287
17665 msgid "return-statement with a value, in function declared with a void return type"
17666 msgstr ""
17667
17668 #: cp/typeck.c:6308
17669 msgid "`operator new' must not return NULL unless it is declared `throw()' (or -fcheck-new is in effect)"
17670 msgstr ""
17671
17672 #: cp/typeck2.c:54
17673 msgid "type `%T' is not a base type for type `%T'"
17674 msgstr ""
17675
17676 #: cp/typeck2.c:157
17677 msgid "cannot declare variable `%D' to be of type `%T'"
17678 msgstr ""
17679
17680 #: cp/typeck2.c:160
17681 msgid "cannot declare parameter `%D' to be of type `%T'"
17682 msgstr ""
17683
17684 #: cp/typeck2.c:163
17685 msgid "cannot declare field `%D' to be of type `%T'"
17686 msgstr ""
17687
17688 #: cp/typeck2.c:167
17689 msgid "invalid return type for member function `%#D'"
17690 msgstr ""
17691
17692 #: cp/typeck2.c:169
17693 msgid "invalid return type for function `%#D'"
17694 msgstr ""
17695
17696 #: cp/typeck2.c:172
17697 msgid "cannot allocate an object of type `%T'"
17698 msgstr ""
17699
17700 #: cp/typeck2.c:179
17701 msgid " because the following virtual functions are abstract:"
17702 msgstr ""
17703
17704 #: cp/typeck2.c:181
17705 msgid "\t%#D"
17706 msgstr ""
17707
17708 #: cp/typeck2.c:184
17709 msgid " since type `%T' has abstract virtual functions"
17710 msgstr ""
17711
17712 #: cp/typeck2.c:338
17713 msgid "constructor syntax used, but no constructor declared for type `%T'"
17714 msgstr ""
17715
17716 #: cp/typeck2.c:349
17717 msgid "comma expression used to initialize return value"
17718 msgstr ""
17719
17720 #: cp/typeck2.c:358
17721 msgid "cannot initialize arrays using this syntax"
17722 msgstr ""
17723
17724 #: cp/typeck2.c:473
17725 msgid "initializing array with parameter list"
17726 msgstr ""
17727
17728 #: cp/typeck2.c:529
17729 msgid "initializer for scalar variable requires one element"
17730 msgstr ""
17731
17732 #: cp/typeck2.c:536
17733 msgid "braces around scalar initializer for `%T'"
17734 msgstr ""
17735
17736 #: cp/typeck2.c:539
17737 msgid "ignoring extra initializers for `%T'"
17738 msgstr ""
17739
17740 #: cp/typeck2.c:551
17741 msgid "variable-sized object of type `%T' may not be initialized"
17742 msgstr ""
17743
17744 #: cp/typeck2.c:561
17745 msgid "subobject of type `%T' must be initialized by constructor, not by `%E'"
17746 msgstr ""
17747
17748 #: cp/typeck2.c:627
17749 msgid "aggregate has a partly bracketed initializer"
17750 msgstr ""
17751
17752 #: cp/typeck2.c:665 cp/typeck2.c:770
17753 msgid "non-trivial labeled initializers"
17754 msgstr ""
17755
17756 #: cp/typeck2.c:682
17757 msgid "non-empty initializer for array of empty elements"
17758 msgstr ""
17759
17760 #: cp/typeck2.c:736
17761 msgid "initializer list for object of class with virtual base classes"
17762 msgstr ""
17763
17764 #: cp/typeck2.c:742
17765 msgid "initializer list for object of class with base classes"
17766 msgstr ""
17767
17768 #: cp/typeck2.c:748
17769 msgid "initializer list for object using virtual functions"
17770 msgstr ""
17771
17772 #: cp/typeck2.c:811 cp/typeck2.c:827
17773 msgid "missing initializer for member `%D'"
17774 msgstr ""
17775
17776 #: cp/typeck2.c:816
17777 msgid "uninitialized const member `%D'"
17778 msgstr ""
17779
17780 #: cp/typeck2.c:818
17781 msgid "member `%D' with uninitialized const fields"
17782 msgstr ""
17783
17784 #: cp/typeck2.c:821
17785 msgid "member `%D' is uninitialized reference"
17786 msgstr ""
17787
17788 #: cp/typeck2.c:868
17789 msgid "index value instead of field name in union initializer"
17790 msgstr ""
17791
17792 #: cp/typeck2.c:880
17793 msgid "no field `%D' in union being initialized"
17794 msgstr ""
17795
17796 #: cp/typeck2.c:888
17797 msgid "union `%T' with no named members cannot be initialized"
17798 msgstr ""
17799
17800 #: cp/typeck2.c:924
17801 msgid "excess elements in aggregate initializer"
17802 msgstr ""
17803
17804 #: cp/typeck2.c:1038
17805 msgid "circular pointer delegation detected"
17806 msgstr ""
17807
17808 #: cp/typeck2.c:1051
17809 msgid "base operand of `->' has non-pointer type `%T'"
17810 msgstr ""
17811
17812 #: cp/typeck2.c:1065
17813 msgid "result of `operator->()' yields non-pointer result"
17814 msgstr ""
17815
17816 #: cp/typeck2.c:1067
17817 msgid "base operand of `->' is not a pointer"
17818 msgstr ""
17819
17820 #: cp/typeck2.c:1133
17821 msgid "`%E' cannot be used as a member pointer, since it is of type `%T'"
17822 msgstr ""
17823
17824 #: cp/typeck2.c:1140
17825 msgid "cannot apply member pointer `%E' to `%E', which is of non-aggregate type `%T'"
17826 msgstr ""
17827
17828 #: cp/typeck2.c:1149
17829 msgid "member type `%T::' incompatible with object type `%T'"
17830 msgstr ""
17831
17832 #: cp/typeck2.c:1186
17833 msgid "`%T' fails to be a typedef or built-in type"
17834 msgstr ""
17835
17836 #: cp/typeck2.c:1259
17837 #, c-format
17838 msgid "ISO C++ forbids defining types within %s"
17839 msgstr ""
17840
17841 #: cp/typeck2.c:1384
17842 msgid "call to function `%D' which throws incomplete type `%#T'"
17843 msgstr ""
17844
17845 #: cp/typeck2.c:1387
17846 msgid "call to function which throws incomplete type `%#T'"
17847 msgstr ""
17848
17849 #. XXX Not i18n clean.
17850 #: cp/cp-tree.h:3936
17851 #, c-format
17852 msgid "%s is deprecated, please see the documentation for details"
17853 msgstr ""
17854
17855 #: cp/lang-options.h:29
17856 msgid "Do not obey access control semantics"
17857 msgstr ""
17858
17859 #: cp/lang-options.h:31
17860 msgid "Change when template instances are emitted"
17861 msgstr ""
17862
17863 #: cp/lang-options.h:36
17864 msgid "Check the return value of new"
17865 msgstr ""
17866
17867 #: cp/lang-options.h:39
17868 msgid "Reduce size of object files"
17869 msgstr ""
17870
17871 #: cp/lang-options.h:43
17872 msgid "Make string literals `char[]' instead of `const char[]'"
17873 msgstr ""
17874
17875 #: cp/lang-options.h:46
17876 msgid "Dump the entire translation unit to a file"
17877 msgstr ""
17878
17879 #: cp/lang-options.h:48
17880 msgid "Do not inline member functions by default"
17881 msgstr ""
17882
17883 #: cp/lang-options.h:51
17884 msgid "Do not generate run time type descriptor information"
17885 msgstr ""
17886
17887 #: cp/lang-options.h:56
17888 msgid "Do not generate code to check exception specifications"
17889 msgstr ""
17890
17891 #: cp/lang-options.h:61
17892 msgid "Scope of for-init-statement vars extends outside"
17893 msgstr ""
17894
17895 #: cp/lang-options.h:64
17896 msgid "Do not recognize GNU defined keywords"
17897 msgstr ""
17898
17899 #: cp/lang-options.h:68
17900 msgid "Enable support for huge objects"
17901 msgstr ""
17902
17903 #: cp/lang-options.h:72
17904 msgid "Export functions even if they can be inlined"
17905 msgstr ""
17906
17907 #: cp/lang-options.h:75
17908 msgid "Only emit explicit template instantiations"
17909 msgstr ""
17910
17911 #: cp/lang-options.h:78
17912 msgid "Only emit explicit instantiations of inline templates"
17913 msgstr ""
17914
17915 #: cp/lang-options.h:84
17916 msgid "Don't pedwarn about uses of Microsoft extensions"
17917 msgstr ""
17918
17919 #: cp/lang-options.h:87
17920 msgid "Recognize and/bitand/bitor/compl/not/or/xor"
17921 msgstr ""
17922
17923 #: cp/lang-options.h:91
17924 msgid "Disable optional diagnostics"
17925 msgstr ""
17926
17927 #: cp/lang-options.h:93
17928 msgid "Downgrade conformance errors to warnings"
17929 msgstr ""
17930
17931 #: cp/lang-options.h:96
17932 msgid "Enable automatic template instantiation"
17933 msgstr ""
17934
17935 #: cp/lang-options.h:101
17936 msgid "Display statistics accumulated during compilation"
17937 msgstr ""
17938
17939 #: cp/lang-options.h:104
17940 msgid "Specify maximum template instantiation depth"
17941 msgstr ""
17942
17943 #: cp/lang-options.h:106
17944 msgid "Use __cxa_atexit to register destructors"
17945 msgstr ""
17946
17947 #: cp/lang-options.h:109
17948 msgid "Discard unused virtual functions"
17949 msgstr ""
17950
17951 #: cp/lang-options.h:112
17952 msgid "Implement vtables using thunks"
17953 msgstr ""
17954
17955 #: cp/lang-options.h:115
17956 msgid "Emit common-like symbols as weak symbols"
17957 msgstr ""
17958
17959 #: cp/lang-options.h:118
17960 msgid "Emit cross referencing information"
17961 msgstr ""
17962
17963 #: cp/lang-options.h:122
17964 msgid "Warn about inconsistent return types"
17965 msgstr ""
17966
17967 #: cp/lang-options.h:125
17968 msgid "Warn about overloaded virtual function names"
17969 msgstr ""
17970
17971 #: cp/lang-options.h:129
17972 msgid "Don't warn when all ctors/dtors are private"
17973 msgstr ""
17974
17975 #: cp/lang-options.h:131
17976 msgid "Warn about non virtual destructors"
17977 msgstr ""
17978
17979 #: cp/lang-options.h:134
17980 msgid "Warn when a function is declared extern, then inline"
17981 msgstr ""
17982
17983 #: cp/lang-options.h:137
17984 msgid "Warn when the compiler reorders code"
17985 msgstr ""
17986
17987 #: cp/lang-options.h:140
17988 msgid "Warn when synthesis behavior differs from Cfront"
17989 msgstr ""
17990
17991 #: cp/lang-options.h:144
17992 msgid "Don't warn when type converting pointers to member functions"
17993 msgstr ""
17994
17995 #: cp/lang-options.h:146
17996 msgid "Warn about violations of Effective C++ style rules"
17997 msgstr ""
17998
17999 #: cp/lang-options.h:149
18000 msgid "Warn when overload promotes from unsigned to signed"
18001 msgstr ""
18002
18003 #: cp/lang-options.h:152
18004 msgid "Warn if a C style cast is used in a program"
18005 msgstr ""
18006
18007 #: cp/lang-options.h:156
18008 msgid "Don't warn when non-templatized friend functions are declared within a template"
18009 msgstr ""
18010
18011 #: cp/lang-options.h:159
18012 msgid "Don't announce deprecation of compiler features"
18013 msgstr ""
18014
18015 #: f/bad.c:387
18016 msgid "note:"
18017 msgstr ""
18018
18019 #: f/bad.c:391
18020 msgid "warning:"
18021 msgstr ""
18022
18023 #: f/bad.c:395
18024 msgid "fatal:"
18025 msgstr ""
18026
18027 #: f/bad.c:437
18028 msgid "(continued):"
18029 msgstr ""
18030
18031 #: f/bad.c:487 f/bad.c:505
18032 msgid "[REPORT BUG!!] %"
18033 msgstr ""
18034
18035 #: f/bad.c:494 f/bad.c:526
18036 msgid "[REPORT BUG!!]"
18037 msgstr ""
18038
18039 #: f/com.c:3132
18040 #, no-c-format
18041 msgid "ASSIGN'ed label cannot fit into `%A' at %0 -- using wider sibling"
18042 msgstr ""
18043
18044 #: f/com.c:11623
18045 msgid "no INTEGER type can hold a pointer on this configuration"
18046 msgstr ""
18047
18048 #: f/com.c:11844
18049 #, c-format
18050 msgid "configuration: REAL, INTEGER, and LOGICAL are %d bits wide,"
18051 msgstr ""
18052
18053 #: f/com.c:11846
18054 #, c-format
18055 msgid "and pointers are %d bits wide, but g77 doesn't yet work"
18056 msgstr ""
18057
18058 #: f/com.c:11848
18059 msgid "properly unless they all are 32 bits wide"
18060 msgstr ""
18061
18062 #: f/com.c:11849
18063 msgid "Please keep this in mind before you report bugs."
18064 msgstr "Bitte bedenken Sie dies, wenn Sie einen Fehlerbericht einsenden."
18065
18066 #. I/O will probably crash.
18067 #: f/com.c:11857
18068 #, c-format
18069 msgid "configuration: char * holds %d bits, but ftnlen only %d"
18070 msgstr ""
18071
18072 #. ASSIGN 10 TO I will crash.
18073 #: f/com.c:11866
18074 #, c-format
18075 msgid ""
18076 "configuration: char * holds %d bits, but INTEGER only %d --\n"
18077 " ASSIGN statement might fail"
18078 msgstr ""
18079
18080 #: f/com.c:13681
18081 msgid "In statement function"
18082 msgstr ""
18083
18084 #: f/com.c:13691
18085 msgid "Outside of any program unit:\n"
18086 msgstr ""
18087
18088 #: f/com.c:15320
18089 #, no-c-format
18090 msgid "%A from %B at %0%C"
18091 msgstr ""
18092
18093 #: f/com.c:15497
18094 msgid "directory name must immediately follow -I"
18095 msgstr ""
18096
18097 #: f/com.c:15640
18098 #, no-c-format
18099 msgid "At %0, INCLUDE file %A exists, but is not readable"
18100 msgstr ""
18101
18102 #: f/com.c:15675
18103 #, no-c-format
18104 msgid "At %0, INCLUDE nesting too deep"
18105 msgstr ""
18106
18107 #: f/expr.c:9614
18108 #, no-c-format
18109 msgid "Two arithmetic operators in a row at %0 and %1 -- use parentheses"
18110 msgstr ""
18111
18112 #: f/expr.c:9664
18113 #, no-c-format
18114 msgid "Operator at %0 has lower precedence than that at %1 -- use parentheses"
18115 msgstr ""
18116
18117 #: f/expr.c:10525
18118 #, no-c-format
18119 msgid "Use .EQV./.NEQV. instead of .EQ./.NE. at %0 for LOGICAL operands at %1 and %2"
18120 msgstr ""
18121
18122 #: f/expr.c:10896
18123 #, no-c-format
18124 msgid "Unsupported operand for ** at %1 -- converting to default INTEGER"
18125 msgstr ""
18126
18127 #: f/g77spec.c:234
18128 #, c-format
18129 msgid "overflowed output arg list for `%s'"
18130 msgstr ""
18131
18132 #: f/g77spec.c:373
18133 msgid "--driver no longer supported"
18134 msgstr ""
18135
18136 #: f/g77spec.c:386
18137 #, c-format
18138 msgid "argument to `%s' missing"
18139 msgstr ""
18140
18141 #: f/g77spec.c:390
18142 msgid "no input files; unwilling to write output files"
18143 msgstr ""
18144
18145 #: f/implic.c:203
18146 #, no-c-format
18147 msgid "Implicit declaration of `%A' at %0"
18148 msgstr ""
18149
18150 #: f/lex.c:326
18151 #, no-c-format
18152 msgid "Non-ISO-C-standard escape sequence `\\%A' at %0"
18153 msgstr ""
18154
18155 #: f/lex.c:345
18156 #, no-c-format
18157 msgid "Unknown escape sequence `\\%A' at %0"
18158 msgstr ""
18159
18160 #: f/lex.c:354
18161 #, no-c-format
18162 msgid "Unterminated escape sequence `\\' at %0"
18163 msgstr ""
18164
18165 #: f/lex.c:365
18166 #, no-c-format
18167 msgid "Unknown escape sequence `\\' followed by char code 0x%A at %0"
18168 msgstr ""
18169
18170 #: f/lex.c:393
18171 #, no-c-format
18172 msgid "\\x used at %0 with no following hex digits"
18173 msgstr ""
18174
18175 #: f/lex.c:407
18176 #, no-c-format
18177 msgid "Hex escape at %0 out of range"
18178 msgstr ""
18179
18180 #: f/lex.c:441
18181 #, no-c-format
18182 msgid "Escape sequence at %0 out of range for character"
18183 msgstr ""
18184
18185 #: f/lex.c:595
18186 msgid "hex escape out of range"
18187 msgstr ""
18188
18189 #: f/lex.c:648
18190 #, c-format
18191 msgid "non-ANSI-standard escape sequence, `\\%c'"
18192 msgstr ""
18193
18194 #: f/lex.c:661
18195 #, c-format
18196 msgid "non-ISO escape sequence `\\%c'"
18197 msgstr ""
18198
18199 #: f/lex.c:665
18200 #, c-format
18201 msgid "unknown escape sequence `\\%c'"
18202 msgstr ""
18203
18204 #: f/lex.c:667
18205 #, c-format
18206 msgid "unknown escape sequence: `\\' followed by char code 0x%x"
18207 msgstr ""
18208
18209 #: f/lex.c:744
18210 msgid "badly formed directive -- no closing quote"
18211 msgstr ""
18212
18213 #: f/lex.c:802
18214 msgid "#-lines for entering and leaving files don't match"
18215 msgstr ""
18216
18217 #: f/lex.c:964
18218 msgid "bad directive -- missing close-quote"
18219 msgstr ""
18220
18221 #: f/lex.c:1078
18222 #, c-format
18223 msgid "ignoring pragma: %s"
18224 msgstr ""
18225
18226 #: f/lex.c:1156
18227 msgid "invalid #ident"
18228 msgstr ""
18229
18230 #: f/lex.c:1173
18231 msgid "undefined or invalid # directive"
18232 msgstr ""
18233
18234 #: f/lex.c:1229
18235 msgid "invalid #line"
18236 msgstr ""
18237
18238 #: f/lex.c:1285 f/lex.c:1329
18239 msgid "use `#line ...' instead of `# ...' in first line"
18240 msgstr ""
18241
18242 #: f/lex.c:1339
18243 msgid "invalid #-line"
18244 msgstr ""
18245
18246 #: f/lex.c:1432
18247 #, no-c-format
18248 msgid "Null character at %0 -- line ignored"
18249 msgstr ""
18250
18251 #: f/stb.c:12078
18252 #, no-c-format
18253 msgid "INCLUDE at %0 not the only statement on the source line"
18254 msgstr ""
18255
18256 #: f/ste.c:1400 f/ste.c:1747
18257 msgid "ASSIGNed FORMAT specifier is too small"
18258 msgstr ""
18259
18260 #. ~~~Someday handle CHARACTER*1, CHARACTER*N
18261 #: f/ste.c:2624
18262 #, no-c-format
18263 msgid "SELECT CASE on CHARACTER type (at %0) not supported -- sorry"
18264 msgstr ""
18265
18266 #: f/ste.c:2729
18267 msgid "SELECT (at %0) has duplicate cases -- check integer overflow of CASE(s)"
18268 msgstr ""
18269
18270 #: f/ste.c:2959
18271 msgid "ASSIGN to variable that is too small"
18272 msgstr ""
18273
18274 #: f/ste.c:2987
18275 msgid "ASSIGNed GOTO target variable is too small"
18276 msgstr ""
18277
18278 #: f/stu.c:305
18279 #, no-c-format
18280 msgid "Local adjustable symbol `%A' at %0"
18281 msgstr ""
18282
18283 #: f/target.c:2550
18284 msgid "data initializer on host with different endianness"
18285 msgstr ""
18286
18287 #: f/top.c:237
18288 #, c-format
18289 msgid "%s no longer supported -- try -fvxt"
18290 msgstr ""
18291
18292 #: f/top.c:239
18293 #, c-format
18294 msgid "%s no longer supported -- try -fno-vxt -ff90"
18295 msgstr ""
18296
18297 #: f/top.c:307 f/top.c:309
18298 #, c-format
18299 msgid "%s disabled, use normal debugging flags"
18300 msgstr ""
18301
18302 #: f/lang-options.h:33
18303 msgid "Print g77-specific compiler version info, run internal tests"
18304 msgstr ""
18305
18306 #: f/lang-options.h:37
18307 msgid "Program is written in typical FORTRAN 66 dialect"
18308 msgstr ""
18309
18310 #: f/lang-options.h:40
18311 msgid "Program is written in typical Unix f77 dialect"
18312 msgstr ""
18313
18314 #: f/lang-options.h:42
18315 msgid "Program does not use Unix-f77 dialectal features"
18316 msgstr ""
18317
18318 #: f/lang-options.h:44
18319 msgid "Program is written in Fortran-90-ish dialect"
18320 msgstr ""
18321
18322 #: f/lang-options.h:48
18323 msgid "Treat local vars and COMMON blocks as if they were named in SAVE statements"
18324 msgstr ""
18325
18326 #: f/lang-options.h:50
18327 msgid "Allow $ in symbol names"
18328 msgstr ""
18329
18330 #: f/lang-options.h:54
18331 msgid "f2c-compatible code need not be generated"
18332 msgstr ""
18333
18334 #: f/lang-options.h:57
18335 msgid "Unsupported; do not generate libf2c-calling code"
18336 msgstr ""
18337
18338 #: f/lang-options.h:59
18339 msgid "Unsupported; affects code-generation of arrays"
18340 msgstr ""
18341
18342 #: f/lang-options.h:62
18343 msgid "Program is written in Fortran-90-ish free form"
18344 msgstr ""
18345
18346 #: f/lang-options.h:67
18347 msgid "Warn about use of (only a few for now) Fortran extensions"
18348 msgstr ""
18349
18350 #: f/lang-options.h:70
18351 msgid "Program is written in VXT (Digital-like) FORTRAN"
18352 msgstr ""
18353
18354 #: f/lang-options.h:73
18355 msgid "Disallow all ugly features"
18356 msgstr ""
18357
18358 #: f/lang-options.h:76
18359 msgid "Hollerith and typeless constants not passed as arguments"
18360 msgstr ""
18361
18362 #: f/lang-options.h:78
18363 msgid "Allow ordinary copying of ASSIGN'ed vars"
18364 msgstr ""
18365
18366 #: f/lang-options.h:81
18367 msgid "Dummy array dimensioned to (1) is assumed-size"
18368 msgstr ""
18369
18370 #: f/lang-options.h:84
18371 msgid "Trailing comma in procedure call denotes null argument"
18372 msgstr ""
18373
18374 #: f/lang-options.h:87
18375 msgid "Allow REAL(Z) and AIMAG(Z) given DOUBLE COMPLEX Z"
18376 msgstr ""
18377
18378 #: f/lang-options.h:91
18379 msgid "Initialization via DATA and PARAMETER is type-compatible"
18380 msgstr ""
18381
18382 #: f/lang-options.h:93
18383 msgid "Allow INTEGER and LOGICAL interchangeability"
18384 msgstr ""
18385
18386 #: f/lang-options.h:96
18387 msgid "Print internal debugging-related info"
18388 msgstr ""
18389
18390 #: f/lang-options.h:99
18391 msgid "Initialize local vars and arrays to zero"
18392 msgstr ""
18393
18394 #: f/lang-options.h:103
18395 msgid "Backslashes in character/hollerith constants not special (C-style)"
18396 msgstr ""
18397
18398 #: f/lang-options.h:105
18399 msgid "Have front end emulate COMPLEX arithmetic to avoid bugs"
18400 msgstr ""
18401
18402 #: f/lang-options.h:109
18403 msgid "Disable the appending of underscores to externals"
18404 msgstr ""
18405
18406 #: f/lang-options.h:112
18407 msgid "Never append a second underscore to externals"
18408 msgstr ""
18409
18410 #: f/lang-options.h:114
18411 msgid "Intrinsics spelled as e.g. SqRt"
18412 msgstr ""
18413
18414 #: f/lang-options.h:116
18415 msgid "Intrinsics in uppercase"
18416 msgstr ""
18417
18418 #: f/lang-options.h:119
18419 msgid "Intrinsics letters in arbitrary cases"
18420 msgstr ""
18421
18422 #: f/lang-options.h:121
18423 msgid "Language keywords spelled as e.g. IOStat"
18424 msgstr ""
18425
18426 #: f/lang-options.h:123
18427 msgid "Language keywords in uppercase"
18428 msgstr ""
18429
18430 #: f/lang-options.h:126
18431 msgid "Language keyword letters in arbitrary cases"
18432 msgstr ""
18433
18434 #: f/lang-options.h:128
18435 msgid "Internally convert most source to uppercase"
18436 msgstr ""
18437
18438 #: f/lang-options.h:131
18439 msgid "Internally preserve source case"
18440 msgstr ""
18441
18442 #: f/lang-options.h:133
18443 msgid "Symbol names spelled in mixed case"
18444 msgstr ""
18445
18446 #: f/lang-options.h:135
18447 msgid "Symbol names in uppercase"
18448 msgstr ""
18449
18450 #: f/lang-options.h:137
18451 msgid "Symbol names in lowercase"
18452 msgstr ""
18453
18454 #: f/lang-options.h:140
18455 msgid "Program written in uppercase"
18456 msgstr ""
18457
18458 #: f/lang-options.h:142
18459 msgid "Program written in lowercase"
18460 msgstr ""
18461
18462 #: f/lang-options.h:144
18463 msgid "Program written in strict mixed-case"
18464 msgstr ""
18465
18466 #: f/lang-options.h:146
18467 msgid "Compile as if program written in uppercase"
18468 msgstr ""
18469
18470 #: f/lang-options.h:148
18471 msgid "Compile as if program written in lowercase"
18472 msgstr ""
18473
18474 #: f/lang-options.h:150
18475 msgid "Preserve all spelling (case) used in program"
18476 msgstr ""
18477
18478 #: f/lang-options.h:152
18479 msgid "Delete libU77 intrinsics with bad interfaces"
18480 msgstr ""
18481
18482 #: f/lang-options.h:154
18483 msgid "Disable libU77 intrinsics with bad interfaces"
18484 msgstr ""
18485
18486 #: f/lang-options.h:157
18487 msgid "Hide libU77 intrinsics with bad interfaces"
18488 msgstr ""
18489
18490 #: f/lang-options.h:159
18491 msgid "Delete non-FORTRAN-77 intrinsics f2c supports"
18492 msgstr ""
18493
18494 #: f/lang-options.h:161
18495 msgid "Disable non-FORTRAN-77 intrinsics f2c supports"
18496 msgstr ""
18497
18498 #: f/lang-options.h:164
18499 msgid "Hide non-FORTRAN-77 intrinsics f2c supports"
18500 msgstr ""
18501
18502 #: f/lang-options.h:166
18503 msgid "Delete non-FORTRAN-77 intrinsics F90 supports"
18504 msgstr ""
18505
18506 #: f/lang-options.h:168
18507 msgid "Disable non-FORTRAN-77 intrinsics F90 supports"
18508 msgstr ""
18509
18510 #: f/lang-options.h:171
18511 msgid "Hide non-FORTRAN-77 intrinsics F90 supports"
18512 msgstr ""
18513
18514 #: f/lang-options.h:173
18515 msgid "Delete non-FORTRAN-77 intrinsics g77 supports"
18516 msgstr ""
18517
18518 #: f/lang-options.h:175
18519 msgid "Disable non-FORTRAN 77 intrinsics F90 supports"
18520 msgstr ""
18521
18522 #: f/lang-options.h:178
18523 msgid "Hide non-FORTRAN 77 intrinsics F90 supports"
18524 msgstr ""
18525
18526 #: f/lang-options.h:180
18527 msgid "Delete MIL-STD 1753 intrinsics"
18528 msgstr ""
18529
18530 #: f/lang-options.h:182
18531 msgid "Disable MIL-STD 1753 intrinsics"
18532 msgstr ""
18533
18534 #: f/lang-options.h:185
18535 msgid "Hide MIL-STD 1753 intrinsics"
18536 msgstr ""
18537
18538 #: f/lang-options.h:187
18539 msgid "Delete libU77 intrinsics"
18540 msgstr ""
18541
18542 #: f/lang-options.h:189
18543 msgid "Disable libU77 intrinsics"
18544 msgstr ""
18545
18546 #: f/lang-options.h:192
18547 msgid "Hide libU77 intrinsics"
18548 msgstr ""
18549
18550 #: f/lang-options.h:194
18551 msgid "Delete non-FORTRAN-77 intrinsics VXT FORTRAN supports"
18552 msgstr ""
18553
18554 #: f/lang-options.h:196
18555 msgid "Disable non-FORTRAN-77 intrinsics VXT FORTRAN supports"
18556 msgstr ""
18557
18558 #: f/lang-options.h:199
18559 msgid "Hide non-FORTRAN-77 intrinsics VXT FORTRAN supports"
18560 msgstr ""
18561
18562 #: f/lang-options.h:201
18563 msgid "Treat initial values of 0 like non-zero values"
18564 msgstr ""
18565
18566 #: f/lang-options.h:204
18567 msgid "Emit special debugging information for COMMON and EQUIVALENCE (disabled)"
18568 msgstr ""
18569
18570 #: f/lang-options.h:207
18571 msgid "Take at least one trip through each iterative DO loop"
18572 msgstr ""
18573
18574 #: f/lang-options.h:211
18575 msgid "Print names of program units as they are compiled"
18576 msgstr ""
18577
18578 #: f/lang-options.h:214
18579 msgid "Disable fatal diagnostics about inter-procedural problems"
18580 msgstr ""
18581
18582 #: f/lang-options.h:216
18583 msgid "Make prefix-radix non-decimal constants be typeless"
18584 msgstr ""
18585
18586 #: f/lang-options.h:219
18587 msgid "Generate code to check subscript and substring bounds"
18588 msgstr ""
18589
18590 #: f/lang-options.h:222
18591 msgid "Fortran-specific form of -fbounds-check"
18592 msgstr ""
18593
18594 #: f/lang-options.h:226
18595 msgid "Disable warnings about inter-procedural problems"
18596 msgstr ""
18597
18598 #: f/lang-options.h:230
18599 msgid "Warn about constructs with surprising meanings"
18600 msgstr ""
18601
18602 #: f/lang-options.h:235
18603 msgid "Add a directory for INCLUDE searching"
18604 msgstr ""
18605
18606 #: f/lang-options.h:237
18607 msgid "Set the maximum line length"
18608 msgstr ""
18609
18610 #: f/bad.def:39
18611 #, no-c-format
18612 msgid "Missing first operand for binary operator at %0"
18613 msgstr ""
18614
18615 #: f/bad.def:42
18616 #, no-c-format
18617 msgid "Zero-length character constant at %0"
18618 msgstr ""
18619
18620 #: f/bad.def:45
18621 #, no-c-format
18622 msgid "Invalid token at %0 in expression or subexpression at %1"
18623 msgstr ""
18624
18625 #: f/bad.def:48
18626 #, no-c-format
18627 msgid "Missing operand for operator at %1 at end of expression at %0"
18628 msgstr ""
18629
18630 #: f/bad.def:51
18631 #, no-c-format
18632 msgid "Label %A already defined at %1 when redefined at %0"
18633 msgstr ""
18634
18635 #: f/bad.def:54
18636 #, no-c-format
18637 msgid "Unrecognized character at %0 [info -f g77 M LEX]"
18638 msgstr ""
18639
18640 #: f/bad.def:57
18641 #, no-c-format
18642 msgid "Label definition %A at %0 on empty statement (as of %1)"
18643 msgstr ""
18644
18645 #: f/bad.def:65
18646 #, no-c-format
18647 msgid "Invalid first character at %0 [info -f g77 M LEX]"
18648 msgstr ""
18649
18650 #: f/bad.def:68
18651 #, no-c-format
18652 msgid "Line too long as of %0 [info -f g77 M LEX]"
18653 msgstr ""
18654
18655 #: f/bad.def:71
18656 #, no-c-format
18657 msgid "Non-numeric character at %0 in label field [info -f g77 M LEX]"
18658 msgstr ""
18659
18660 #: f/bad.def:74
18661 #, no-c-format
18662 msgid "Label number at %0 not in range 1-99999"
18663 msgstr ""
18664
18665 #: f/bad.def:77
18666 #, no-c-format
18667 msgid "At %0, '!' and '/*' are not valid comment delimiters"
18668 msgstr ""
18669
18670 #: f/bad.def:80
18671 #, no-c-format
18672 msgid "Continuation indicator at %0 must appear in column 6 [info -f g77 M LEX]"
18673 msgstr ""
18674
18675 #: f/bad.def:83
18676 #, no-c-format
18677 msgid "Label at %0 invalid with continuation line indicator at %1 [info -f g77 M LEX]"
18678 msgstr ""
18679
18680 #: f/bad.def:91
18681 #, no-c-format
18682 msgid "Character constant at %0 has no closing apostrophe at %1"
18683 msgstr ""
18684
18685 #: f/bad.def:94
18686 #, no-c-format
18687 msgid "Hollerith constant at %0 specified %A more characters than are present as of %1"
18688 msgstr ""
18689
18690 #: f/bad.def:97
18691 #, no-c-format
18692 msgid "Missing close parenthese at %0 needed to match open parenthese at %1"
18693 msgstr ""
18694
18695 #: f/bad.def:100
18696 #, no-c-format
18697 msgid "Integer at %0 too large"
18698 msgstr ""
18699
18700 #: f/bad.def:123
18701 #, no-c-format
18702 msgid "Period at %0 not followed by digits for floating-point number or by `NOT.', `TRUE.', or `FALSE.'"
18703 msgstr ""
18704
18705 #: f/bad.def:126
18706 #, no-c-format
18707 msgid "Missing close-period between `.%A' at %0 and %1"
18708 msgstr ""
18709
18710 #: f/bad.def:129
18711 #, no-c-format
18712 msgid "Invalid exponent at %0 for real constant at %1; nondigit `%A' in exponent field"
18713 msgstr ""
18714
18715 #: f/bad.def:132
18716 #, no-c-format
18717 msgid "Missing value at %1 for real-number exponent at %0"
18718 msgstr ""
18719
18720 #: f/bad.def:135
18721 #, no-c-format
18722 msgid "Expected binary operator between expressions at %0 and at %1"
18723 msgstr ""
18724
18725 #: f/bad.def:253
18726 #, no-c-format
18727 msgid "Semicolon at %0 is an invalid token"
18728 msgstr ""
18729
18730 #: f/bad.def:271
18731 #, no-c-format
18732 msgid "Extraneous comma in FORMAT statement at %0"
18733 msgstr ""
18734
18735 #: f/bad.def:274
18736 #, no-c-format
18737 msgid "Missing comma in FORMAT statement at %0"
18738 msgstr ""
18739
18740 #: f/bad.def:277
18741 #, no-c-format
18742 msgid "Spurious sign in FORMAT statement at %0"
18743 msgstr ""
18744
18745 #: f/bad.def:280
18746 #, no-c-format
18747 msgid "Spurious number in FORMAT statement at %0"
18748 msgstr ""
18749
18750 #: f/bad.def:283
18751 #, no-c-format
18752 msgid "Spurious text trailing number in FORMAT statement at %0"
18753 msgstr ""
18754
18755 #: f/bad.def:291
18756 #, no-c-format
18757 msgid "Unrecognized FORMAT specifier at %0"
18758 msgstr ""
18759
18760 #: f/bad.def:419
18761 #, no-c-format
18762 msgid "Missing close-parenthese(s) in FORMAT statement at %0"
18763 msgstr ""
18764
18765 #: f/bad.def:422
18766 #, no-c-format
18767 msgid "Missing number following period in FORMAT statement at %0"
18768 msgstr ""
18769
18770 #: f/bad.def:425
18771 #, no-c-format
18772 msgid "Missing number following `E' in FORMAT statement at %0"
18773 msgstr ""
18774
18775 #: f/bad.def:433
18776 #, no-c-format
18777 msgid "Spurious trailing comma preceding terminator at %0"
18778 msgstr ""
18779
18780 #: f/bad.def:436
18781 #, no-c-format
18782 msgid "At %0, specify OPERATOR instead of ASSIGNMENT for INTERFACE statement not specifying the assignment operator (=)"
18783 msgstr ""
18784
18785 #: f/bad.def:439
18786 #, no-c-format
18787 msgid "At %0, specify ASSIGNMENT instead of OPERATOR for INTERFACE statement specifying the assignment operator (=)"
18788 msgstr ""
18789
18790 #: f/bad.def:452
18791 #, no-c-format
18792 msgid "Cannot specify =initialization-expr at %0 unless `::' appears before list of objects"
18793 msgstr ""
18794
18795 #: f/bad.def:455
18796 #, no-c-format
18797 msgid "Reference to label at %1 inconsistent with its definition at %0"
18798 msgstr ""
18799
18800 #: f/bad.def:458
18801 #, no-c-format
18802 msgid "Reference to label at %1 inconsistent with earlier reference at %0"
18803 msgstr ""
18804
18805 #: f/bad.def:461
18806 #, no-c-format
18807 msgid "DO-statement reference to label at %1 follows its definition at %0"
18808 msgstr ""
18809
18810 #: f/bad.def:464
18811 #, no-c-format
18812 msgid "Reference to label at %1 is outside block containing definition at %0"
18813 msgstr ""
18814
18815 #: f/bad.def:467
18816 #, no-c-format
18817 msgid "DO-statement references to label at %0 and %2 separated by unterminated block starting at %1"
18818 msgstr ""
18819
18820 #: f/bad.def:470
18821 #, no-c-format
18822 msgid "DO-statement reference to label at %0 and label definition at %2 separated by unterminated block starting at %1"
18823 msgstr ""
18824
18825 #: f/bad.def:473
18826 #, no-c-format
18827 msgid "Label definition at %0 invalid on this kind of statement"
18828 msgstr ""
18829
18830 #: f/bad.def:476
18831 #, no-c-format
18832 msgid "Statement at %0 invalid in this context"
18833 msgstr ""
18834
18835 #: f/bad.def:479
18836 #, no-c-format
18837 msgid "Statement at %0 invalid in context established by statement at %1"
18838 msgstr ""
18839
18840 #: f/bad.def:482
18841 #, no-c-format
18842 msgid "Statement at %0 must specify construct name specified at %1"
18843 msgstr ""
18844
18845 #: f/bad.def:485
18846 #, no-c-format
18847 msgid "Construct name at %0 superfluous, no construct name specified at %1"
18848 msgstr ""
18849
18850 #: f/bad.def:488
18851 #, no-c-format
18852 msgid "Construct name at %0 not the same as construct name at %1"
18853 msgstr ""
18854
18855 #: f/bad.def:491
18856 #, no-c-format
18857 msgid "Construct name at %0 does not match construct name for any containing DO constructs"
18858 msgstr ""
18859
18860 #: f/bad.def:494
18861 #, no-c-format
18862 msgid "Label definition missing at %0 for DO construct specifying label at %1"
18863 msgstr ""
18864
18865 #: f/bad.def:497
18866 #, no-c-format
18867 msgid "Statement at %0 follows ELSE block for IF construct at %1"
18868 msgstr ""
18869
18870 #: f/bad.def:500
18871 #, no-c-format
18872 msgid "No label definition for FORMAT statement at %0"
18873 msgstr ""
18874
18875 #: f/bad.def:503
18876 #, no-c-format
18877 msgid "Second occurrence of ELSE WHERE at %0 within WHERE at %1"
18878 msgstr ""
18879
18880 #: f/bad.def:506
18881 #, no-c-format
18882 msgid "END statement at %0 missing `%A' keyword required for internal or module procedure(s) bounded by %1"
18883 msgstr ""
18884
18885 #: f/bad.def:509
18886 #, no-c-format
18887 msgid "MODULE PROCEDURE statement at %0 disallowed because INTERFACE at %1 specifies no generic name, operator, or assignment"
18888 msgstr ""
18889
18890 #: f/bad.def:512
18891 #, no-c-format
18892 msgid "BLOCK DATA name at %0 superfluous, no name specified at %1"
18893 msgstr ""
18894
18895 #: f/bad.def:515
18896 #, no-c-format
18897 msgid "Program name at %0 superfluous, no PROGRAM statement specified at %1"
18898 msgstr ""
18899
18900 #: f/bad.def:518
18901 #, no-c-format
18902 msgid "Program unit name at %0 not the same as name at %1"
18903 msgstr ""
18904
18905 #: f/bad.def:521
18906 #, no-c-format
18907 msgid "Type name at %0 not the same as name at %1"
18908 msgstr ""
18909
18910 #: f/bad.def:524
18911 #, no-c-format
18912 msgid "End of source file before end of block started at %0"
18913 msgstr ""
18914
18915 #: f/bad.def:527
18916 #, no-c-format
18917 msgid "Undefined label, first referenced at %0"
18918 msgstr ""
18919
18920 #: f/bad.def:530
18921 #, no-c-format
18922 msgid "SAVE statement or attribute at %1 cannot be specified along with SAVE statement or attribute at %0"
18923 msgstr ""
18924
18925 #: f/bad.def:533
18926 #, no-c-format
18927 msgid "PUBLIC or PRIVATE statement at %1 cannot be specified along with PUBLIC or PRIVATE statement at %0"
18928 msgstr ""
18929
18930 #: f/bad.def:536
18931 #, no-c-format
18932 msgid "RETURN statement at %0 invalid within a main program unit"
18933 msgstr ""
18934
18935 #: f/bad.def:539
18936 #, no-c-format
18937 msgid "Alternate return specifier at %0 invalid within a main program unit"
18938 msgstr ""
18939
18940 #: f/bad.def:542
18941 #, no-c-format
18942 msgid "Alternate return specifier at %0 invalid within a function"
18943 msgstr ""
18944
18945 #: f/bad.def:545
18946 #, no-c-format
18947 msgid "Access specifier or PRIVATE statement at %0 invalid for derived-type definition within other than the specification part of a module"
18948 msgstr ""
18949
18950 #: f/bad.def:548
18951 #, no-c-format
18952 msgid "Access specifier at %0 must immediately follow derived-type statement at %1 with no intervening statements"
18953 msgstr ""
18954
18955 #: f/bad.def:551
18956 #, no-c-format
18957 msgid "No components specified as of %0 for derived-type definition beginning at %1"
18958 msgstr ""
18959
18960 #: f/bad.def:554
18961 #, no-c-format
18962 msgid "No components specified as of %0 for structure definition beginning at %1"
18963 msgstr ""
18964
18965 #: f/bad.def:557
18966 #, no-c-format
18967 msgid "Missing structure name for outer structure definition at %0"
18968 msgstr ""
18969
18970 #: f/bad.def:560
18971 #, no-c-format
18972 msgid "Field names at %0 for outer structure definition -- specify them in a subsequent RECORD statement instead"
18973 msgstr ""
18974
18975 #: f/bad.def:563
18976 #, no-c-format
18977 msgid "Missing field name(s) for structure definition at %0 within structure definition at %1"
18978 msgstr ""
18979
18980 #: f/bad.def:566
18981 #, no-c-format
18982 msgid "No components specified as of %0 for map beginning at %1"
18983 msgstr ""
18984
18985 #: f/bad.def:569
18986 #, no-c-format
18987 msgid "Zero or one maps specified as of %0 for union beginning at %1 -- at least two are required"
18988 msgstr ""
18989
18990 #: f/bad.def:572
18991 #, no-c-format
18992 msgid "Missing %A specifier in statement at %0"
18993 msgstr ""
18994
18995 #: f/bad.def:575
18996 #, no-c-format
18997 msgid "Items in I/O list starting at %0 invalid for namelist-directed I/O"
18998 msgstr ""
18999
19000 #: f/bad.def:578
19001 #, no-c-format
19002 msgid "Conflicting I/O control specifications at %0 and %1"
19003 msgstr ""
19004
19005 #: f/bad.def:581
19006 #, no-c-format
19007 msgid "No UNIT= specifier in I/O control list at %0"
19008 msgstr ""
19009
19010 #: f/bad.def:584
19011 #, no-c-format
19012 msgid "Specification at %0 requires ADVANCE=`NO' specification in same I/O control list"
19013 msgstr ""
19014
19015 #: f/bad.def:587
19016 #, no-c-format
19017 msgid "Specification at %0 requires explicit FMT= specification in same I/O control list"
19018 msgstr ""
19019
19020 #: f/bad.def:595
19021 #, no-c-format
19022 msgid "Second occurrence of CASE DEFAULT at %0 within SELECT CASE at %1"
19023 msgstr ""
19024
19025 #: f/bad.def:598
19026 #, no-c-format
19027 msgid "Duplicate or overlapping case values/ranges at %0 and %1"
19028 msgstr ""
19029
19030 #: f/bad.def:601
19031 #, no-c-format
19032 msgid "Type and/or kind-type parameter disagreement between CASE value or value within range at %0 and SELECT CASE at %1"
19033 msgstr ""
19034
19035 #: f/bad.def:604
19036 #, no-c-format
19037 msgid "Range specification at %0 invalid for CASE statement within logical-type SELECT CASE statement"
19038 msgstr ""
19039
19040 #: f/bad.def:617
19041 #, no-c-format
19042 msgid "Fortran 90 feature at %0 unsupported"
19043 msgstr ""
19044
19045 #: f/bad.def:630
19046 #, no-c-format
19047 msgid "Invalid declaration of or reference to symbol `%A' at %0 [initially seen at %1]"
19048 msgstr ""
19049
19050 #: f/bad.def:638
19051 #, no-c-format
19052 msgid "Null element at %0 for array reference at %1"
19053 msgstr ""
19054
19055 #: f/bad.def:641
19056 #, no-c-format
19057 msgid "Too few elements (%A missing) as of %0 for array reference at %1"
19058 msgstr ""
19059
19060 #: f/bad.def:644
19061 #, no-c-format
19062 msgid "Too many elements as of %0 for array reference at %1"
19063 msgstr ""
19064
19065 #: f/bad.def:647
19066 #, no-c-format
19067 msgid "Missing colon as of %0 in substring reference for %1"
19068 msgstr ""
19069
19070 #: f/bad.def:650
19071 #, no-c-format
19072 msgid "Invalid use at %0 of substring operator on %1"
19073 msgstr ""
19074
19075 #: f/bad.def:653
19076 #, no-c-format
19077 msgid "Substring begin/end point at %0 out of defined range"
19078 msgstr ""
19079
19080 #: f/bad.def:656
19081 #, no-c-format
19082 msgid "Array element value at %0 out of defined range"
19083 msgstr ""
19084
19085 #: f/bad.def:659
19086 #, no-c-format
19087 msgid "Expression at %0 has incorrect data type or rank for its context"
19088 msgstr ""
19089
19090 #: f/bad.def:662
19091 #, no-c-format
19092 msgid "Division by 0 (zero) at %0 (IEEE not yet supported)"
19093 msgstr ""
19094
19095 #: f/bad.def:665
19096 #, no-c-format
19097 msgid "%A step count known to be 0 (zero) at %0"
19098 msgstr ""
19099
19100 #: f/bad.def:668
19101 #, no-c-format
19102 msgid "%A end value plus step count known to overflow at %0"
19103 msgstr ""
19104
19105 #: f/bad.def:671
19106 #, no-c-format
19107 msgid "%A begin, end, and step-count values known to result in implementation-dependent behavior due to overflow(s) in intermediate calculations at %0"
19108 msgstr ""
19109
19110 #: f/bad.def:674
19111 #, no-c-format
19112 msgid "%A begin, end, and step-count values known to result in no iterations at %0"
19113 msgstr ""
19114
19115 #: f/bad.def:677
19116 #, no-c-format
19117 msgid "Type disagreement between expressions at %0 and %1"
19118 msgstr ""
19119
19120 #: f/bad.def:690
19121 #, no-c-format
19122 msgid "No specification for implied-DO iterator `%A' at %0"
19123 msgstr ""
19124
19125 #: f/bad.def:693
19126 #, no-c-format
19127 msgid "Gratuitous parentheses surround implied-DO construct at %0"
19128 msgstr ""
19129
19130 #: f/bad.def:696
19131 #, no-c-format
19132 msgid "Zero-size specification invalid at %0"
19133 msgstr ""
19134
19135 #: f/bad.def:699
19136 #, no-c-format
19137 msgid "Zero-size array at %0"
19138 msgstr ""
19139
19140 #: f/bad.def:702
19141 #, no-c-format
19142 msgid "Target machine does not support complex entity of kind specified at %0"
19143 msgstr ""
19144
19145 #: f/bad.def:705
19146 #, no-c-format
19147 msgid "Target machine does not support DOUBLE COMPLEX, specified at %0"
19148 msgstr ""
19149
19150 #: f/bad.def:708
19151 #, no-c-format
19152 msgid "Attempt to raise constant zero to a power at %0"
19153 msgstr ""
19154
19155 #: f/bad.def:806
19156 #, no-c-format
19157 msgid "Reference to generic intrinsic `%A' at %0 could be to form %B or %C"
19158 msgstr ""
19159
19160 #: f/bad.def:809
19161 #, no-c-format
19162 msgid "Ambiguous use of intrinsic `%A' at %0 [info -f g77 M CMPAMBIG]"
19163 msgstr ""
19164
19165 #: f/bad.def:812
19166 #, no-c-format
19167 msgid "Intrinsic `%A' referenced %Bly at %0, %Cly at %1 [info -f g77 M EXPIMP]"
19168 msgstr ""
19169
19170 #: f/bad.def:815
19171 #, no-c-format
19172 msgid "Same name `%A' used for %B at %0 and %C at %1 [info -f g77 M INTGLOB]"
19173 msgstr ""
19174
19175 #: f/bad.def:818
19176 #, no-c-format
19177 msgid "Explicit type declaration for intrinsic `%A' disagrees with invocation at %0"
19178 msgstr ""
19179
19180 #: f/bad.def:821
19181 #, no-c-format
19182 msgid "Unable to open INCLUDE file `%A' at %0"
19183 msgstr ""
19184
19185 #: f/bad.def:839
19186 #, no-c-format
19187 msgid "Null argument at %0 for statement function reference at %1"
19188 msgstr ""
19189
19190 #: f/bad.def:842
19191 #, no-c-format
19192 msgid "Null argument at %0 for procedure invocation at %1"
19193 msgstr ""
19194
19195 #: f/bad.def:845
19196 #, no-c-format
19197 msgid "%A too few arguments (starting with dummy argument `%B') as of %0 for statement function reference at %1"
19198 msgstr ""
19199
19200 #: f/bad.def:848
19201 #, no-c-format
19202 msgid "%A too many arguments as of %0 for statement function reference at %1"
19203 msgstr ""
19204
19205 #: f/bad.def:851
19206 #, no-c-format
19207 msgid "Array supplied at %1 for dummy argument `%A' in statement function reference at %0"
19208 msgstr ""
19209
19210 #: f/bad.def:854
19211 #, no-c-format
19212 msgid "Unsupported FORMAT specifier at %0"
19213 msgstr ""
19214
19215 #: f/bad.def:857
19216 #, no-c-format
19217 msgid "Variable-expression FORMAT specifier at %0 -- unsupported"
19218 msgstr ""
19219
19220 #: f/bad.def:880
19221 #, no-c-format
19222 msgid "Unsupported VXT statement at %0"
19223 msgstr ""
19224
19225 #: f/bad.def:883
19226 #, no-c-format
19227 msgid "Attempt to specify second initial value for `%A' at %0"
19228 msgstr ""
19229
19230 #: f/bad.def:886
19231 #, no-c-format
19232 msgid "Too few initial values in list of initializers for `%A' at %0"
19233 msgstr ""
19234
19235 #: f/bad.def:889
19236 #, no-c-format
19237 msgid "Too many initial values in list of initializers starting at %0"
19238 msgstr ""
19239
19240 #: f/bad.def:892
19241 #, no-c-format
19242 msgid "Array or substring specification for `%A' out of range in statement at %0"
19243 msgstr ""
19244
19245 #: f/bad.def:895
19246 #, no-c-format
19247 msgid "Array subscript #%B out of range for initialization of `%A' in statement at %0"
19248 msgstr ""
19249
19250 #: f/bad.def:898
19251 #, no-c-format
19252 msgid "Implied do-loop step count of 0 (zero) for iteration variable `%A' in statement at %0"
19253 msgstr ""
19254
19255 #: f/bad.def:901
19256 #, no-c-format
19257 msgid "Implied do-loop iteration count of 0 (zero) for iteration variable `%A' in statement at %0"
19258 msgstr ""
19259
19260 #: f/bad.def:904
19261 #, no-c-format
19262 msgid "Not an integer constant expression in implied do-loop in statement at %0"
19263 msgstr ""
19264
19265 #: f/bad.def:907
19266 #, no-c-format
19267 msgid "Attempt to specify second initial value for element of `%A' at %0"
19268 msgstr ""
19269
19270 #: f/bad.def:910
19271 #, no-c-format
19272 msgid "Attempt to EQUIVALENCE common areas `%A' and `%B' at %0"
19273 msgstr ""
19274
19275 #: f/bad.def:913
19276 #, no-c-format
19277 msgid "Can't place `%A' as directed by EQUIVALENCE due to alignment restrictions"
19278 msgstr ""
19279
19280 #: f/bad.def:916
19281 #, no-c-format
19282 msgid "Mismatched EQUIVALENCE requirements for placement of `%A' at both %C and %D bytes offset from `%B'"
19283 msgstr ""
19284
19285 #: f/bad.def:919
19286 #, no-c-format
19287 msgid "Array or substring specification for `%A' out of range in EQUIVALENCE statement"
19288 msgstr ""
19289
19290 #: f/bad.def:922
19291 #, no-c-format
19292 msgid "Substring of non-CHARACTER entity `%A' in EQUIVALENCE statement"
19293 msgstr ""
19294
19295 #: f/bad.def:925
19296 #, no-c-format
19297 msgid "Array reference to scalar variable `%A' in EQUIVALENCE statement"
19298 msgstr ""
19299
19300 #: f/bad.def:928
19301 #, no-c-format
19302 msgid "Array subscript #%B out of range for EQUIVALENCE of `%A'"
19303 msgstr ""
19304
19305 #: f/bad.def:936
19306 #, no-c-format
19307 msgid "Attempt to extend COMMON area beyond its starting point via EQUIVALENCE of `%A'"
19308 msgstr ""
19309
19310 #: f/bad.def:939
19311 #, no-c-format
19312 msgid "Too few elements in reference to array `%A' in EQUIVALENCE statement"
19313 msgstr ""
19314
19315 #: f/bad.def:942
19316 #, no-c-format
19317 msgid "Too many elements in reference to array `%A' in EQUIVALENCE statement"
19318 msgstr ""
19319
19320 #: f/bad.def:945
19321 #, no-c-format
19322 msgid "Mixed CHARACTER and non-CHARACTER types via COMMON/EQUIVALENCE -- for example, `%A' and `%B'"
19323 msgstr ""
19324
19325 #: f/bad.def:958
19326 #, no-c-format
19327 msgid "Return value `%A' for FUNCTION at %0 not referenced in subprogram"
19328 msgstr ""
19329
19330 #: f/bad.def:976
19331 #, no-c-format
19332 msgid "Common block `%A' is SAVEd, explicitly or implicitly, at %0 but not SAVEd at %1"
19333 msgstr ""
19334
19335 #: f/bad.def:979
19336 #, no-c-format
19337 msgid "Common block `%A' is %B %D in length at %0 but %C %E at %1"
19338 msgstr ""
19339
19340 #: f/bad.def:987
19341 #, no-c-format
19342 msgid "Blank common initialized at %0"
19343 msgstr ""
19344
19345 #: f/bad.def:990
19346 #, no-c-format
19347 msgid "Intrinsic `%A' is passed as actual argument at %0 but not explicitly declared INTRINSIC"
19348 msgstr ""
19349
19350 #: f/bad.def:993
19351 #, no-c-format
19352 msgid "External procedure `%A' is passed as actual argument at %0 but not explicitly declared EXTERNAL"
19353 msgstr ""
19354
19355 #: f/bad.def:996
19356 #, no-c-format
19357 msgid "Character `%A' (for example) is upper-case in symbol name at %0"
19358 msgstr ""
19359
19360 #: f/bad.def:999
19361 #, no-c-format
19362 msgid "Character `%A' (for example) is lower-case in symbol name at %0"
19363 msgstr ""
19364
19365 #: f/bad.def:1002
19366 #, no-c-format
19367 msgid "Character `%A' not followed at some point by lower-case character in symbol name at %0"
19368 msgstr ""
19369
19370 #: f/bad.def:1005
19371 #, no-c-format
19372 msgid "Initial character `%A' is lower-case in symbol name at %0"
19373 msgstr ""
19374
19375 #: f/bad.def:1013
19376 #, no-c-format
19377 msgid "NAMELIST not adequately supported by run-time library for source files with case preserved"
19378 msgstr ""
19379
19380 #: f/bad.def:1016
19381 #, no-c-format
19382 msgid "Nested %% construct (%%VAL, %%REF, or %%DESCR) at %0"
19383 msgstr ""
19384
19385 #: f/bad.def:1034
19386 #, no-c-format
19387 msgid "Statement at %0 invalid in BLOCK DATA program unit at %1"
19388 msgstr ""
19389
19390 #: f/bad.def:1037
19391 #, no-c-format
19392 msgid "Truncating characters on right side of character constant at %0"
19393 msgstr ""
19394
19395 #: f/bad.def:1040
19396 #, no-c-format
19397 msgid "Truncating characters on right side of hollerith constant at %0"
19398 msgstr ""
19399
19400 #: f/bad.def:1043
19401 #, no-c-format
19402 msgid "Truncating non-zero data on left side of numeric constant at %0"
19403 msgstr ""
19404
19405 #: f/bad.def:1046
19406 #, no-c-format
19407 msgid "Truncating non-zero data on left side of typeless constant at %0"
19408 msgstr ""
19409
19410 #: f/bad.def:1049
19411 #, no-c-format
19412 msgid "Typeless constant at %0 too large"
19413 msgstr ""
19414
19415 #: f/bad.def:1052
19416 #, no-c-format
19417 msgid "First-column ampersand continuation at %0"
19418 msgstr ""
19419
19420 #: f/bad.def:1055 f/bad.def:1058
19421 #, no-c-format
19422 msgid "Global name `%A' defined at %0 already defined at %1 [info -f g77 M GLOBALS]"
19423 msgstr ""
19424
19425 #: f/bad.def:1061 f/bad.def:1064
19426 #, no-c-format
19427 msgid "Global name `%A' is %B at %0 but is %C at %1 [info -f g77 M GLOBALS]"
19428 msgstr ""
19429
19430 #: f/bad.def:1067 f/bad.def:1070
19431 #, no-c-format
19432 msgid "Global name `%A' at %0 has different type at %1 [info -f g77 M GLOBALS]"
19433 msgstr ""
19434
19435 #: f/bad.def:1073
19436 #, no-c-format
19437 msgid "Too %B arguments passed to `%A' at %0 versus definition at %1 [info -f g77 M GLOBALS]"
19438 msgstr ""
19439
19440 #: f/bad.def:1076
19441 #, no-c-format
19442 msgid "Too %B arguments for `%A' at %0 versus invocation at %1 [info -f g77 M GLOBALS]"
19443 msgstr ""
19444
19445 #: f/bad.def:1079 f/bad.def:1082
19446 #, no-c-format
19447 msgid "Argument #%B of `%A' is %C at %0 but is %D at %1 [info -f g77 M GLOBALS]"
19448 msgstr ""
19449
19450 #: f/bad.def:1085
19451 #, no-c-format
19452 msgid "Array `%A' at %0 is too large to handle"
19453 msgstr ""
19454
19455 #: f/bad.def:1088
19456 #, no-c-format
19457 msgid "Statement function `%A' defined at %0 is not used"
19458 msgstr ""
19459
19460 #: f/bad.def:1091
19461 #, no-c-format
19462 msgid "Intrinsic `%A', invoked at %0, known to be non-Y2K-compliant [info -f g77 M Y2KBAD]"
19463 msgstr ""
19464
19465 #: f/bad.def:1094
19466 #, no-c-format
19467 msgid "Internal compiler error -- cannot perform operation"
19468 msgstr ""
19469
19470 #. Kind messages are used in diagnostic location reports of the
19471 #. form "<file>: In function `foo': <error message>".
19472 #: f/info-k.def:32
19473 msgid "In unknown kind"
19474 msgstr ""
19475
19476 #: f/info-k.def:33
19477 msgid "In entity"
19478 msgstr ""
19479
19480 #: f/info-k.def:34
19481 msgid "In function"
19482 msgstr ""
19483
19484 #: f/info-k.def:35
19485 msgid "In subroutine"
19486 msgstr ""
19487
19488 #: f/info-k.def:36
19489 msgid "In program"
19490 msgstr ""
19491
19492 #: f/info-k.def:37
19493 msgid "In block-data unit"
19494 msgstr ""
19495
19496 #: f/info-k.def:38
19497 msgid "In common block"
19498 msgstr ""
19499
19500 #: f/info-k.def:39
19501 msgid "In construct"
19502 msgstr ""
19503
19504 #: f/info-k.def:40
19505 msgid "In namelist"
19506 msgstr ""
19507
19508 #: f/info-k.def:41
19509 msgid "In anything"
19510 msgstr ""
19511
19512 #: java/check-init.c:917
19513 #, c-format
19514 msgid "internal error in check-init: tree code not implemented: %s"
19515 msgstr ""
19516
19517 #: java/check-init.c:990
19518 #, c-format
19519 msgid "final field '%s' may not have been initialized"
19520 msgstr ""
19521
19522 #: java/class.c:539 java/class.c:564
19523 msgid "internal error - too many interface type"
19524 msgstr ""
19525
19526 #: java/class.c:677
19527 msgid "bad method signature"
19528 msgstr ""
19529
19530 #: java/class.c:726
19531 msgid "misplaced ConstantValue attribute (not in any field)"
19532 msgstr ""
19533
19534 #: java/class.c:728
19535 #, c-format
19536 msgid "duplicate ConstantValue attribute for field '%s'"
19537 msgstr ""
19538
19539 #: java/class.c:739
19540 #, c-format
19541 msgid "ConstantValue attribute of field '%s' has wrong type"
19542 msgstr ""
19543
19544 #: java/class.c:1103
19545 #, c-format
19546 msgid "field '%s' not found in class"
19547 msgstr ""
19548
19549 #: java/class.c:1365
19550 msgid "abstract method in non-abstract class"
19551 msgstr ""
19552
19553 #: java/class.c:2078
19554 #, c-format
19555 msgid "non-static method '%s' overrides static method"
19556 msgstr ""
19557
19558 #: java/decl.c:1541
19559 #, c-format
19560 msgid "In %s: overlapped variable and exception ranges at %d"
19561 msgstr ""
19562
19563 #: java/decl.c:1622
19564 msgid "bad type in parameter debug info"
19565 msgstr ""
19566
19567 #: java/decl.c:1632
19568 #, c-format
19569 msgid "bad PC range for debug info for local `%s'"
19570 msgstr ""
19571
19572 #: java/expr.c:530
19573 msgid "stack underflow - dup* operation"
19574 msgstr ""
19575
19576 #: java/expr.c:1534
19577 #, c-format
19578 msgid "reference `%s' is ambiguous: appears in interface `%s' and interface `%s'"
19579 msgstr ""
19580
19581 #: java/expr.c:1563
19582 #, c-format
19583 msgid "field `%s' not found"
19584 msgstr ""
19585
19586 #: java/expr.c:1715
19587 msgid "ret instruction not implemented"
19588 msgstr ""
19589
19590 #: java/expr.c:1857
19591 #, c-format
19592 msgid "method '%s' not found in class"
19593 msgstr ""
19594
19595 #: java/expr.c:2060
19596 #, c-format
19597 msgid "failed to find class '%s'"
19598 msgstr ""
19599
19600 #: java/expr.c:2070
19601 #, c-format
19602 msgid "class '%s' has no method named '%s' matching signature '%s'"
19603 msgstr ""
19604
19605 #: java/expr.c:2080
19606 msgid "invokestatic on non static method"
19607 msgstr ""
19608
19609 #: java/expr.c:2085
19610 msgid "invokestatic on abstract method"
19611 msgstr ""
19612
19613 #: java/expr.c:2093
19614 msgid "invoke[non-static] on static method"
19615 msgstr ""
19616
19617 #: java/expr.c:2396
19618 #, c-format
19619 msgid "missing field '%s' in '%s'"
19620 msgstr ""
19621
19622 #: java/expr.c:2402
19623 #, c-format
19624 msgid "mismatching signature for field '%s' in '%s'"
19625 msgstr ""
19626
19627 #: java/expr.c:2425
19628 #, c-format
19629 msgid "assignment to final field `%s' not in field's class"
19630 msgstr ""
19631
19632 #: java/expr.c:2430
19633 #, c-format
19634 msgid "assignment to final static field `%s' not in class initializer"
19635 msgstr ""
19636
19637 #: java/expr.c:2437
19638 #, c-format
19639 msgid "assignment to final field `%s' not in constructor"
19640 msgstr ""
19641
19642 #: java/expr.c:2684
19643 #, c-format
19644 msgid "can't expand %s"
19645 msgstr ""
19646
19647 #: java/expr.c:2861
19648 msgid "invalid PC in line number table"
19649 msgstr ""
19650
19651 #. We've just reached the end of a region of dead code.
19652 #: java/expr.c:2906
19653 #, c-format
19654 msgid "unreachable bytecode from %d to before %d"
19655 msgstr ""
19656
19657 #. We've just reached the end of a region of dead code.
19658 #: java/expr.c:2943
19659 #, c-format
19660 msgid "unreachable bytecode from %d to the end of the method"
19661 msgstr ""
19662
19663 #. duplicate code from LOAD macro
19664 #: java/expr.c:3261
19665 msgid "unrecogized wide sub-instruction"
19666 msgstr ""
19667
19668 #: java/jcf-io.c:543
19669 #, c-format
19670 msgid "source file for class `%s' is newer than its matching class file. Source file `%s' used instead"
19671 msgstr ""
19672
19673 #: java/jcf-parse.c:338
19674 msgid "bad string constant"
19675 msgstr ""
19676
19677 #: java/jcf-parse.c:356
19678 #, c-format
19679 msgid "bad value constant type %d, index %d"
19680 msgstr ""
19681
19682 #: java/jcf-parse.c:528
19683 #, c-format
19684 msgid "can't reopen %s"
19685 msgstr ""
19686
19687 #: java/jcf-parse.c:533
19688 #, c-format
19689 msgid "can't close %s"
19690 msgstr ""
19691
19692 #: java/jcf-parse.c:619
19693 #, c-format
19694 msgid "cannot find file for class %s"
19695 msgstr ""
19696
19697 #: java/jcf-parse.c:631
19698 msgid "not a valid Java .class file"
19699 msgstr ""
19700
19701 #: java/jcf-parse.c:634
19702 msgid "error while parsing constant pool"
19703 msgstr ""
19704
19705 #: java/jcf-parse.c:637
19706 #, c-format
19707 msgid "error in constant pool entry #%d\n"
19708 msgstr ""
19709
19710 #. FIXME - where was first time
19711 #: java/jcf-parse.c:649
19712 #, c-format
19713 msgid "reading class %s for the second time from %s"
19714 msgstr ""
19715
19716 #: java/jcf-parse.c:667
19717 msgid "error while parsing fields"
19718 msgstr ""
19719
19720 #: java/jcf-parse.c:670
19721 msgid "error while parsing methods"
19722 msgstr ""
19723
19724 #: java/jcf-parse.c:673
19725 msgid "error while parsing final attributes"
19726 msgstr ""
19727
19728 #: java/jcf-parse.c:687
19729 #, c-format
19730 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"
19731 msgstr ""
19732
19733 #: java/jcf-parse.c:777
19734 msgid "missing Code attribute"
19735 msgstr ""
19736
19737 #: java/jcf-parse.c:1014
19738 msgid "source file seen twice on command line and will be compiled only once"
19739 msgstr ""
19740
19741 #: java/jcf-parse.c:1030
19742 msgid "no input file specified"
19743 msgstr ""
19744
19745 #: java/jcf-parse.c:1059
19746 #, c-format
19747 msgid "can't close input file %s"
19748 msgstr ""
19749
19750 #: java/jcf-parse.c:1096
19751 #, c-format
19752 msgid "bad zip/jar file %s"
19753 msgstr ""
19754
19755 #: java/jcf-write.c:2650
19756 #, c-format
19757 msgid "internal error in generate_bytecode_insn - tree code not implemented: %s"
19758 msgstr ""
19759
19760 #: java/jcf-write.c:2988
19761 msgid "field initializer type mismatch"
19762 msgstr ""
19763
19764 #: java/jcf-write.c:3419
19765 #, c-format
19766 msgid "can't create directory %s"
19767 msgstr ""
19768
19769 #: java/jcf-write.c:3473
19770 #, c-format
19771 msgid "can't create %s"
19772 msgstr "Es ist nicht möglich %s zu erzeugen"
19773
19774 #: java/jv-scan.c:187
19775 msgid "only one of `--print-main', `--list-class', and `--complexity' allowed"
19776 msgstr ""
19777
19778 #: java/jv-scan.c:190
19779 #, c-format
19780 msgid "can't open output file `%s'"
19781 msgstr ""
19782
19783 #: java/jv-scan.c:224
19784 #, c-format
19785 msgid "file not found `%s'"
19786 msgstr ""
19787
19788 #: java/jvspec.c:426
19789 msgid "can't specify `-D' without `--main'\n"
19790 msgstr ""
19791
19792 #: java/jvspec.c:429
19793 #, c-format
19794 msgid "`%s' is not a valid class name"
19795 msgstr "»%s« ist kein gültiger Klassenname"
19796
19797 #: java/jvspec.c:435
19798 msgid "--resource requires -o"
19799 msgstr "--resource erfordert -o"
19800
19801 #: java/jvspec.c:442
19802 msgid "warning: already-compiled .class files ignored with -C"
19803 msgstr ""
19804
19805 #: java/jvspec.c:449
19806 msgid "cannot specify both -C and -o"
19807 msgstr "-C und -o können nicht zusammen angegeben werden"
19808
19809 #: java/jvspec.c:461
19810 msgid "cannot create temporary file"
19811 msgstr "temporäre Datei konnte nicht angelegt werden"
19812
19813 #: java/jvspec.c:489
19814 msgid "using both @FILE with multiple files not implemented"
19815 msgstr ""
19816
19817 #: java/jvspec.c:538
19818 msgid "cannot specify `main' class when not linking"
19819 msgstr ""
19820
19821 #: java/lang.c:548
19822 msgid "can't do dependency tracking with input from stdin"
19823 msgstr ""
19824
19825 #: java/lang.c:564
19826 msgid "couldn't determine target name for dependency tracking"
19827 msgstr ""
19828
19829 #: java/lex.c:303
19830 #, c-format
19831 msgid ""
19832 "unknown encoding: `%s'\n"
19833 "This might mean that your locale's encoding is not supported\n"
19834 "by your system's iconv(3) implementation. If you aren't trying\n"
19835 "to use a particular encoding for your input file, try the\n"
19836 "`--encoding=UTF-8' option"
19837 msgstr ""
19838
19839 #: java/mangle.c:85
19840 #, c-format
19841 msgid "can't mangle %s"
19842 msgstr ""
19843
19844 #: java/mangle_name.c:144 java/mangle_name.c:216
19845 msgid "internal error - invalid Utf8 name"
19846 msgstr ""
19847
19848 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse-scan.y:881
19849 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:962
19850 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1303
19851 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1364
19852 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1574
19853 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1796
19854 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1805
19855 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1816
19856 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1827
19857 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1839
19858 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1854
19859 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1871
19860 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1873
19861 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1945
19862 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2116
19863 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2178
19864 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2330
19865 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2342
19866 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2349
19867 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2356
19868 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2367
19869 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2369
19870 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2407
19871 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2409
19872 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2411
19873 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2432
19874 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2434
19875 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2436
19876 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2452
19877 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2454
19878 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2475
19879 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2477
19880 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2479
19881 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2507
19882 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2509
19883 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2511
19884 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2513
19885 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2531
19886 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2533
19887 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2544
19888 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2555
19889 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2566
19890 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2577
19891 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2588
19892 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2601
19893 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2605
19894 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2607
19895 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2620
19896 msgid "Missing term"
19897 msgstr ""
19898
19899 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse-scan.y:883
19900 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:734
19901 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:772
19902 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:797
19903 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:983
19904 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1338
19905 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1550
19906 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1552
19907 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1781
19908 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1807
19909 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1818
19910 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1829
19911 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1841
19912 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1856
19913 msgid "';' expected"
19914 msgstr ""
19915
19916 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:732
19917 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:770
19918 msgid "Missing name"
19919 msgstr ""
19920
19921 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:795
19922 msgid "'*' expected"
19923 msgstr ""
19924
19925 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:809
19926 msgid "Class or interface declaration expected"
19927 msgstr ""
19928
19929 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:846
19930 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:848
19931 msgid "Missing class name"
19932 msgstr ""
19933
19934 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:851
19935 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:855
19936 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:863
19937 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1023
19938 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1284
19939 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1286
19940 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1616
19941 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1867
19942 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1899
19943 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1952
19944 msgid "'{' expected"
19945 msgstr ""
19946
19947 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:865
19948 msgid "Missing super class name"
19949 msgstr ""
19950
19951 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:875
19952 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:891
19953 msgid "Missing interface name"
19954 msgstr ""
19955
19956 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:977
19957 msgid "Missing variable initializer"
19958 msgstr ""
19959
19960 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:994
19961 msgid "Invalid declaration"
19962 msgstr ""
19963
19964 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:997
19965 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1082
19966 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2153
19967 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2175
19968 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2179
19969 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2214
19970 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2291
19971 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2301
19972 msgid "']' expected"
19973 msgstr ""
19974
19975 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1001
19976 msgid "Unbalanced ']'"
19977 msgstr ""
19978
19979 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1037
19980 msgid "Invalid method declaration, method name required"
19981 msgstr ""
19982
19983 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1042
19984 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1047
19985 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1052
19986 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2036
19987 msgid "Identifier expected"
19988 msgstr ""
19989
19990 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1057
19991 msgid "Invalid method declaration, return type required"
19992 msgstr ""
19993
19994 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1080
19995 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1530
19996 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1537
19997 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1546
19998 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1548
19999 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1576
20000 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1684
20001 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1981
20002 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2034
20003 msgid "')' expected"
20004 msgstr ""
20005
20006 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1096
20007 msgid "Missing formal parameter term"
20008 msgstr ""
20009
20010 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1111
20011 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1116
20012 msgid "Missing identifier"
20013 msgstr ""
20014
20015 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1136
20016 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1145
20017 msgid "Missing class type term"
20018 msgstr ""
20019
20020 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1301
20021 msgid "Invalid interface type"
20022 msgstr ""
20023
20024 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1494
20025 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1663
20026 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1665
20027 msgid "':' expected"
20028 msgstr ""
20029
20030 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1516
20031 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1521
20032 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1526
20033 msgid "Invalid expression statement"
20034 msgstr ""
20035
20036 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1544
20037 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1572
20038 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1612
20039 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1680
20040 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1748
20041 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1869
20042 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1938
20043 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2028
20044 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2030
20045 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2038
20046 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2274
20047 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2276
20048 msgid "'(' expected"
20049 msgstr ""
20050
20051 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1614
20052 msgid "Missing term or ')'"
20053 msgstr ""
20054
20055 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1661
20056 msgid "Missing or invalid constant expression"
20057 msgstr ""
20058
20059 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1682
20060 msgid "Missing term and ')' expected"
20061 msgstr ""
20062
20063 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1721
20064 msgid "Invalid control expression"
20065 msgstr ""
20066
20067 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1723
20068 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1725
20069 msgid "Invalid update expression"
20070 msgstr ""
20071
20072 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1750
20073 msgid "Invalid init statement"
20074 msgstr ""
20075
20076 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1941
20077 msgid "Missing term or ')' expected"
20078 msgstr ""
20079
20080 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1983
20081 msgid "'class' or 'this' expected"
20082 msgstr ""
20083
20084 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1985
20085 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1987
20086 msgid "'class' expected"
20087 msgstr ""
20088
20089 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2032
20090 msgid "')' or term expected"
20091 msgstr ""
20092
20093 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2151
20094 msgid "'[' expected"
20095 msgstr ""
20096
20097 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2229
20098 msgid "Field expected"
20099 msgstr ""
20100
20101 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2286
20102 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2296
20103 msgid "Missing term and ']' expected"
20104 msgstr ""
20105
20106 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2400
20107 msgid "']' expected, invalid type expression"
20108 msgstr ""
20109
20110 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2403
20111 msgid "Invalid type expression"
20112 msgstr ""
20113
20114 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2515
20115 msgid "Invalid reference type"
20116 msgstr ""
20117
20118 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2993
20119 msgid "Constructor invocation must be first thing in a constructor"
20120 msgstr ""
20121
20122 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2995
20123 msgid "Only constructors can invoke constructors"
20124 msgstr ""
20125
20126 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:3004
20127 #, c-format
20128 msgid ": `%s' JDK1.1(TM) feature"
20129 msgstr ""
20130
20131 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:3064
20132 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:3066
20133 #, c-format
20134 msgid ""
20135 "%s.\n"
20136 "%s"
20137 msgstr ""
20138
20139 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:6879
20140 #, c-format
20141 msgid "malformed .zip archive in CLASSPATH: %s"
20142 msgstr ""
20143
20144 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:6950
20145 #, c-format
20146 msgid "Can't find default package `%s'. Check the CLASSPATH environment variable and the access to the archives"
20147 msgstr ""
20148
20149 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:12352
20150 #, c-format
20151 msgid "missing static field `%s'"
20152 msgstr ""
20153
20154 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:12357
20155 #, c-format
20156 msgid "not a static field `%s'"
20157 msgstr ""
20158
20159 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:12400
20160 #, c-format
20161 msgid "No case for %s"
20162 msgstr ""
20163
20164 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:13365
20165 #, c-format
20166 msgid "unregistered operator %s"
20167 msgstr ""
20168
20169 #: java/typeck.c:553
20170 msgid "junk at end of signature string"
20171 msgstr ""
20172
20173 #: java/verify.c:479
20174 msgid "bad pc in exception_table"
20175 msgstr ""
20176
20177 #: java/verify.c:485
20178 msgid "exception handler inside code that is being protected"
20179 msgstr ""
20180
20181 #: java/verify.c:1395
20182 #, c-format
20183 msgid "unknown opcode %d@pc=%d during verification"
20184 msgstr ""
20185
20186 #: java/verify.c:1465 java/verify.c:1478 java/verify.c:1482
20187 #, c-format
20188 msgid "verification error at PC=%d"
20189 msgstr ""
20190
20191 #: java/lang-options.h:32
20192 msgid "Disable automatic array bounds checking"
20193 msgstr ""
20194
20195 #: java/lang-options.h:34
20196 msgid "Disable assignability checks for stores into object arrays"
20197 msgstr ""
20198
20199 #: java/lang-options.h:36
20200 msgid "Assume native functions are implemented using JNI"
20201 msgstr ""
20202
20203 #: java/lang-options.h:38
20204 msgid "Replace system path"
20205 msgstr ""
20206
20207 #: java/lang-options.h:40
20208 msgid "Set class path"
20209 msgstr ""
20210
20211 #: java/lang-options.h:42
20212 msgid "Set class path (deprecated: use --classpath instead)"
20213 msgstr ""
20214
20215 #: java/lang-options.h:44
20216 msgid "Choose class whose main method should be used"
20217 msgstr ""
20218
20219 #: java/lang-options.h:46
20220 msgid "Choose input encoding (default comes from locale)"
20221 msgstr ""
20222
20223 #: java/lang-options.h:48
20224 msgid "Add directory to class path"
20225 msgstr ""
20226
20227 #: java/lang-options.h:50
20228 msgid "Directory where class files should be written"
20229 msgstr ""
20230
20231 #: java/lang-options.h:52
20232 msgid "Warn if modifiers are specified when not necessary"
20233 msgstr ""
20234
20235 #: java/lang-options.h:54
20236 msgid "Warn if deprecated empty statements are found"
20237 msgstr ""
20238
20239 #: java/lang-options.h:56
20240 msgid "Warn if .class files are out of date"
20241 msgstr ""
20242
20243 #: java/lang-options.h:58
20244 msgid "Always check for non gcj generated classes archives"
20245 msgstr ""
20246
20247 #: java/lang-options.h:60
20248 msgid "Never optimize static class initialization code"
20249 msgstr ""
20250
20251 #: java/lang-options.h:62
20252 msgid "Use offset tables for virtual method calls"
20253 msgstr ""
20254
20255 #: objc/objc-act.c:651
20256 #, c-format
20257 msgid "object does not conform to the `%s' protocol"
20258 msgstr ""
20259
20260 #: objc/objc-act.c:737 objc/objc-act.c:810
20261 #, c-format
20262 msgid "class `%s' does not implement the `%s' protocol"
20263 msgstr ""
20264
20265 #: objc/objc-act.c:914
20266 #, c-format
20267 msgid "`%s' cannot be statically allocated"
20268 msgstr ""
20269
20270 #: objc/objc-act.c:963
20271 #, c-format
20272 msgid "unexpected type for `id' (%s)"
20273 msgstr ""
20274
20275 #: objc/objc-act.c:968
20276 msgid "undefined type `id', please import <objc/objc.h>"
20277 msgstr ""
20278
20279 #: objc/objc-act.c:1019
20280 #, c-format
20281 msgid "protocol `%s' has circular dependency"
20282 msgstr ""
20283
20284 #: objc/objc-act.c:1041 objc/objc-act.c:5301
20285 #, c-format
20286 msgid "cannot find protocol declaration for `%s'"
20287 msgstr ""
20288
20289 #: objc/objc-act.c:1289 objc/objc-act.c:5877 objc/objc-act.c:6195
20290 #: objc/objc-act.c:6244 objc/objc-act.c:6280 objc-parse.y:1799
20291 #, c-format
20292 msgid "cannot find interface declaration for `%s'"
20293 msgstr ""
20294
20295 #: objc/objc-act.c:1328
20296 #, c-format
20297 msgid "cannot find reference tag for class `%s'"
20298 msgstr ""
20299
20300 #: objc/objc-act.c:2050
20301 #, c-format
20302 msgid "creating selector for non existant method %s"
20303 msgstr ""
20304
20305 #: objc/objc-act.c:2364
20306 #, c-format
20307 msgid "cannot find class `%s'"
20308 msgstr ""
20309
20310 #: objc/objc-act.c:2366
20311 #, c-format
20312 msgid "class `%s' already exists"
20313 msgstr ""
20314
20315 #. fatal did not work with 2 args...should fix
20316 #: objc/objc-act.c:2473
20317 #, c-format
20318 msgid "cannot find interface declaration for `%s', superclass of `%s'"
20319 msgstr ""
20320
20321 #: objc/objc-act.c:2480
20322 #, c-format
20323 msgid "circular inheritance in interface declaration for `%s'"
20324 msgstr ""
20325
20326 #: objc/objc-act.c:3566 objc/objc-act.c:3583
20327 msgid "inconsistent instance variable specification"
20328 msgstr ""
20329
20330 #: objc/objc-act.c:4580
20331 msgid "can not use an object as parameter to a method\n"
20332 msgstr ""
20333
20334 #: objc/objc-act.c:4780
20335 #, c-format
20336 msgid "multiple declarations for method `%s'"
20337 msgstr ""
20338
20339 #: objc/objc-act.c:4946
20340 #, c-format
20341 msgid "invalid receiver type `%s'"
20342 msgstr ""
20343
20344 #: objc/objc-act.c:4977 objc/objc-act.c:5003 objc/objc-act.c:5051
20345 #, c-format
20346 msgid "`%s' does not respond to `%s'"
20347 msgstr ""
20348
20349 #: objc/objc-act.c:4983 objc/objc-act.c:7318
20350 #, c-format
20351 msgid "no super class declared in interface for `%s'"
20352 msgstr ""
20353
20354 #: objc/objc-act.c:5081
20355 msgid "cannot find class (factory) method"
20356 msgstr ""
20357
20358 #: objc/objc-act.c:5082 objc/objc-act.c:5126
20359 #, c-format
20360 msgid "return type for `%s' defaults to id"
20361 msgstr ""
20362
20363 #: objc/objc-act.c:5099
20364 #, c-format
20365 msgid "method `%s' not implemented by protocol"
20366 msgstr ""
20367
20368 #: objc/objc-act.c:5108
20369 msgid "return type defaults to id"
20370 msgstr ""
20371
20372 #: objc/objc-act.c:5125
20373 msgid "cannot find method"
20374 msgstr ""
20375
20376 #: objc/objc-act.c:5399
20377 #, c-format
20378 msgid "undeclared selector `%s'"
20379 msgstr ""
20380
20381 #. Historically, a class method that produced objects (factory
20382 #. method) would assign `self' to the instance that it
20383 #. allocated. This would effectively turn the class method into
20384 #. an instance method. Following this assignment, the instance
20385 #. variables could be accessed. That practice, while safe,
20386 #. violates the simple rule that a class method should not refer
20387 #. to an instance variable. It's better to catch the cases
20388 #. where this is done unknowingly than to support the above
20389 #. paradigm.
20390 #: objc/objc-act.c:5443
20391 #, c-format
20392 msgid "instance variable `%s' accessed in class method"
20393 msgstr ""
20394
20395 #: objc/objc-act.c:5678
20396 #, c-format
20397 msgid "duplicate definition of class method `%s'"
20398 msgstr ""
20399
20400 #: objc/objc-act.c:5684
20401 #, c-format
20402 msgid "duplicate declaration of class method `%s'"
20403 msgstr ""
20404
20405 #: objc/objc-act.c:5720
20406 #, c-format
20407 msgid "duplicate definition of instance method `%s'"
20408 msgstr ""
20409
20410 #: objc/objc-act.c:5726
20411 #, c-format
20412 msgid "duplicate declaration of instance method `%s'"
20413 msgstr ""
20414
20415 #: objc/objc-act.c:5766
20416 #, c-format
20417 msgid "duplicate interface declaration for category `%s(%s)'"
20418 msgstr ""
20419
20420 #: objc/objc-act.c:5852
20421 #, c-format
20422 msgid "instance variable `%s' is declared private"
20423 msgstr ""
20424
20425 #: objc/objc-act.c:5899
20426 #, c-format
20427 msgid "instance variable `%s' is declared %s"
20428 msgstr ""
20429
20430 #: objc/objc-act.c:5909
20431 msgid "static access to object of type `id'"
20432 msgstr ""
20433
20434 #: objc/objc-act.c:5934 objc/objc-act.c:6027
20435 #, c-format
20436 msgid "incomplete implementation of class `%s'"
20437 msgstr ""
20438
20439 #: objc/objc-act.c:5938 objc/objc-act.c:6032
20440 #, c-format
20441 msgid "incomplete implementation of category `%s'"
20442 msgstr ""
20443
20444 #: objc/objc-act.c:5943 objc/objc-act.c:6037
20445 #, c-format
20446 msgid "method definition for `%c%s' not found"
20447 msgstr ""
20448
20449 #: objc/objc-act.c:6081
20450 #, c-format
20451 msgid "%s `%s' does not fully implement the `%s' protocol"
20452 msgstr "%s »%s« implementiert das »%s«-Protokoll nicht vollständig"
20453
20454 #: objc/objc-act.c:6139 objc/objc-act.c:8249
20455 msgid "`@end' missing in implementation context"
20456 msgstr ""
20457
20458 #: objc/objc-act.c:6167
20459 #, c-format
20460 msgid "reimplementation of class `%s'"
20461 msgstr ""
20462
20463 #: objc/objc-act.c:6209
20464 #, c-format
20465 msgid "conflicting super class name `%s'"
20466 msgstr ""
20467
20468 #: objc/objc-act.c:6224
20469 #, c-format
20470 msgid "duplicate interface declaration for class `%s'"
20471 msgstr ""
20472
20473 #: objc/objc-act.c:6506
20474 #, c-format
20475 msgid "duplicate declaration for protocol `%s'"
20476 msgstr ""
20477
20478 #: objc/objc-act.c:7363
20479 msgid "[super ...] must appear in a method context"
20480 msgstr ""
20481
20482 #: objc/objc-act.c:8354 objc/objc-act.c:8370
20483 #, c-format
20484 msgid "potential selector conflict for method `%s'"
20485 msgstr ""
20486
20487 #: objc-parse.y:2655
20488 msgid "`@end' must appear in an implementation context"
20489 msgstr ""
20490
20491 #: objc-parse.y:2931
20492 msgid "method definition not in class context"
20493 msgstr ""
20494
20495 #: objc/lang-options.h:27
20496 msgid "Dump decls to a .decl file"
20497 msgstr ""
20498
20499 #: objc/lang-options.h:29
20500 msgid "Generate code for GNU runtime environment"
20501 msgstr "Code für die GNU-Laufzeitumgebung erzeugen"
20502
20503 #: objc/lang-options.h:32
20504 msgid "Generate code for NeXT runtime environment"
20505 msgstr ""
20506
20507 #: objc/lang-options.h:35
20508 msgid "Warn if a selector has multiple methods"
20509 msgstr ""
20510
20511 #: objc/lang-options.h:39
20512 msgid "Do not warn if inherited methods are unimplemented"
20513 msgstr ""
20514
20515 #: objc/lang-options.h:41
20516 msgid "Generate C header of platform specific features"
20517 msgstr "C-Header mit Plattform-spezifischen Merkmalen erzeugen"
20518
20519 #: objc/lang-options.h:43
20520 msgid "Specify the name of the class for constant strings"
20521 msgstr ""
20522
20523 #. This is the contribution to the `lang_options' array in gcc.c for
20524 #. treelang.
20525 #: treelang/lang-options.h:26
20526 msgid "(debug) trace parsing process"
20527 msgstr ""
20528
20529 #: treelang/lang-options.h:27
20530 msgid "(debug) trace lexical analysis"
20531 msgstr ""
20532
20533 #: config/rs6000/darwin.h:62
20534 msgid " conflicting code gen style switches are used"
20535 msgstr ""
20536
20537 #: config/i386/mingw32.h:85 config/i386/cygwin.h:171
20538 msgid "shared and mdll are not compatible"
20539 msgstr ""
20540
20541 #: java/lang-specs.h:33
20542 msgid "-fjni and -femit-class-files are incompatible"
20543 msgstr ""
20544
20545 #: java/lang-specs.h:34
20546 msgid "-fjni and -femit-class-file are incompatible"
20547 msgstr ""
20548
20549 #: java/lang-specs.h:35 java/lang-specs.h:36
20550 msgid "-femit-class-file should used along with -fsyntax-only"
20551 msgstr ""
20552
20553 #: ada/lang-specs.h:38 java/jvspec.c:77 gcc.c:716
20554 msgid "-pg and -fomit-frame-pointer are incompatible"
20555 msgstr ""
20556
20557 #: ada/lang-specs.h:41
20558 msgid "-c or -S required for Ada"
20559 msgstr ""
20560
20561 #: config/darwin.h:212
20562 msgid "-current_version only allowed with -dynamiclib"
20563 msgstr ""
20564
20565 #: config/darwin.h:215
20566 msgid "-install_name only allowed with -dynamiclib"
20567 msgstr ""
20568
20569 #: config/darwin.h:220
20570 msgid "-bundle not allowed with -dynamiclib"
20571 msgstr ""
20572
20573 #: config/darwin.h:221
20574 msgid "-bundle_loader not allowed with -dynamiclib"
20575 msgstr ""
20576
20577 #: config/darwin.h:222
20578 msgid "-client_name not allowed with -dynamiclib"
20579 msgstr ""
20580
20581 #: config/darwin.h:225
20582 msgid "-force_cpusubtype_ALL not allowed with -dynamiclib"
20583 msgstr ""
20584
20585 #: config/darwin.h:226
20586 msgid "-force_flat_namespace not allowed with -dynamiclib"
20587 msgstr ""
20588
20589 #: config/darwin.h:228
20590 msgid "-keep_private_externs not allowed with -dynamiclib"
20591 msgstr "-keep_private_externs ist mit -dynamiclib nicht erlaubt"
20592
20593 #: config/darwin.h:229
20594 msgid "-private_bundle not allowed with -dynamiclib"
20595 msgstr "-private_bundle ist mit -dynamiclib nicht erlaubt"
20596
20597 #: config/sparc/freebsd.h:34 config/ia64/freebsd.h:23
20598 #: config/alpha/freebsd.h:44 config/rs6000/sysv4.h:1107
20599 #: config/i386/freebsd-aout.h:213
20600 msgid "`-p' not supported; use `-pg' and gprof(1)"
20601 msgstr "»-p« wird nicht unterstützt; verwenden Sie »-pg« und gprof(1)"
20602
20603 #: config/sparc/linux64.h:197 config/sparc/linux64.h:208
20604 #: config/sparc/netbsd-elf.h:163 config/sparc/netbsd-elf.h:182
20605 #: config/sparc/sol2-bi.h:168 config/sparc/sol2-bi.h:178
20606 msgid "may not use both -m32 and -m64"
20607 msgstr "-m32 und -m64 können nicht zusammen angegeben werden"
20608
20609 #: config/arm/arm.h:178
20610 msgid "-mapcs-26 and -mapcs-32 may not be used together"
20611 msgstr ""
20612
20613 #: config/arm/arm.h:180
20614 msgid "-msoft-float and -mhard_float may not be used together"
20615 msgstr ""
20616
20617 #: config/arm/arm.h:182
20618 msgid "-mbig-endian and -mlittle-endian may not be used together"
20619 msgstr ""
20620
20621 #: config/i386/sco5.h:195
20622 #, fuzzy
20623 msgid "-pg not supported on this platform"
20624 msgstr "Profiling wird mit -mg nicht unterstützt\n"
20625
20626 #: config/i386/sco5.h:196
20627 msgid "-p and -pp specified - pick one"
20628 msgstr ""
20629
20630 #: config/i386/sco5.h:271
20631 msgid "-G and -static are mutually exclusive"
20632 msgstr ""
20633
20634 #: f/lang-specs.h:38 gcc.c:689
20635 msgid "GNU C does not support -C without using -E"
20636 msgstr "GNU C unterstützt nicht -C ohne -E"
20637
20638 #: f/lang-specs.h:39 gcc.c:690
20639 msgid "GNU C does not support -CC without using -E"
20640 msgstr "GNU C unterstützt nicht -CC ohne -E"
20641
20642 #: config/mcore/mcore.h:60
20643 msgid "choose either big or little endian, not both"
20644 msgstr ""
20645
20646 #: config/mcore/mcore.h:63
20647 msgid "choose either m340 or m210 not both"
20648 msgstr ""
20649
20650 #: config/mcore/mcore.h:64
20651 msgid "the m210 does not have little endian support"
20652 msgstr ""
20653
20654 #: config/i386/cygwin.h:115
20655 msgid "mno-cygwin and mno-win32 are not compatible"
20656 msgstr ""
20657
20658 #: config/vax/netbsd-elf.h:42
20659 msgid "The -shared option is not currently supported for VAX ELF."
20660 msgstr ""
20661
20662 #: treelang/lang-specs.h:52
20663 msgid "-pg or -p and -fomit-frame-pointer are incompatible"
20664 msgstr ""
20665
20666 #: gcc.c:847
20667 msgid "-E required when input is from standard input"
20668 msgstr ""
20669
20670 #: gcc.c:851
20671 msgid "compilation of header file requested"
20672 msgstr ""
20673
20674 #: config/vax/vax.h:50 config/vax/vax.h:51
20675 msgid "profiling not supported with -mg\n"
20676 msgstr "Profiling wird mit -mg nicht unterstützt\n"
20677
20678 #: config/mips/mips.h:954
20679 msgid "-pipe is not supported"
20680 msgstr "-pipe wird nicht unterstützt"
20681
20682 #: config/mips/mips.h:1156 config/arc/arc.h:63
20683 msgid "may not use both -EB and -EL"
20684 msgstr ""
20685
20686 #: config/mips/r3900.h:35
20687 msgid "-mhard-float not supported"
20688 msgstr ""
20689
20690 #: config/mips/r3900.h:37
20691 msgid "-msingle-float and -msoft-float can not both be specified"
20692 msgstr ""
20693
20694 #~ msgid "Copyright (C) 2002 Free Software Foundation, Inc.\n"
20695 #~ msgstr "Copyright © 2002 Free Software Foundation, Inc.\n"
20696
20697 #~ msgid "I/O error on output"
20698 #~ msgstr "Ein-/Ausgabefehler bei der Ausgabe"
20699
20700 #~ msgid ""
20701 #~ "internal error in %s, at tradcpp.c:%d\n"
20702 #~ "Please submit a full bug report.\n"
20703 #~ "See %s for instructions."
20704 #~ msgstr ""
20705 #~ "Interner Fehler in %s bei tradcpp.c:%d\n"
20706 #~ "Bitte senden Sie einen vollständigen Fehlerbericht\n"
20707 #~ "auf Englisch ein; Fehler in der deutschen Übersetzung\n"
20708 #~ "sind an de@li.org zu melden.\n"
20709 #~ "Gehen Sie gemäß den Hinweisen in %s vor."