OSDN Git Service

* gcc.pot: Regenerate.
[pf3gnuchains/gcc-fork.git] / gcc / po / gcc.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "POT-Creation-Date: 2002-12-30 18:47+0000\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=CHARSET\n"
16 "Content-Transfer-Encoding: 8bit\n"
17
18 #: attribs.c:187
19 #, c-format
20 msgid "`%s' attribute directive ignored"
21 msgstr ""
22
23 #: attribs.c:195
24 #, c-format
25 msgid "wrong number of arguments specified for `%s' attribute"
26 msgstr ""
27
28 #: attribs.c:212
29 #, c-format
30 msgid "`%s' attribute does not apply to types"
31 msgstr ""
32
33 #: attribs.c:249
34 #, c-format
35 msgid "`%s' attribute only applies to function types"
36 msgstr ""
37
38 #: attribs.c:406 c-common.c:5255 c-common.c:5277 c-common.c:5299
39 #: c-common.c:5330 c-common.c:5352 c-common.c:5377 c-common.c:5400
40 #: c-common.c:5430 c-common.c:5468 c-common.c:5515 c-common.c:5545
41 #: c-common.c:5575 c-common.c:5598 c-common.c:5873 c-common.c:5895
42 #: c-common.c:5938 c-common.c:6015 c-common.c:6071 c-common.c:6132
43 #: c-common.c:6166 c-common.c:6520 config/arm/arm.c:2108 config/arm/arm.c:2135
44 #: config/avr/avr.c:4776 config/h8300/h8300.c:3916 config/h8300/h8300.c:3941
45 #: config/i386/i386.c:1559 config/i386/winnt.c:79
46 #, c-format
47 msgid "`%s' attribute ignored"
48 msgstr ""
49
50 #: builtins.c:286
51 msgid "offset outside bounds of constant string"
52 msgstr ""
53
54 #: builtins.c:766
55 msgid "second arg to `__builtin_prefetch' must be a constant"
56 msgstr ""
57
58 #: builtins.c:773
59 msgid "invalid second arg to __builtin_prefetch; using zero"
60 msgstr ""
61
62 #: builtins.c:780
63 msgid "third arg to `__builtin_prefetch' must be a constant"
64 msgstr ""
65
66 #: builtins.c:787
67 msgid "invalid third arg to __builtin_prefetch; using zero"
68 msgstr ""
69
70 #. ??? We used to try and build up a call to the out of line function,
71 #. guessing about what registers needed saving etc.  This became much
72 #. harder with __builtin_va_start, since we don't have a tree for a
73 #. call to __builtin_saveregs to fall back on.  There was exactly one
74 #. port (i860) that used this code, and I'm unconvinced it could actually
75 #. handle the general case.  So we no longer try to handle anything
76 #. weird and make the backend absorb the evil.
77 #: builtins.c:2886
78 msgid "__builtin_saveregs not supported by this target"
79 msgstr ""
80
81 #: builtins.c:2928
82 msgid "argument of `__builtin_args_info' must be constant"
83 msgstr ""
84
85 #: builtins.c:2934
86 msgid "argument of `__builtin_args_info' out of range"
87 msgstr ""
88
89 #: builtins.c:2940
90 msgid "missing argument in `__builtin_args_info'"
91 msgstr ""
92
93 #: builtins.c:2971
94 msgid "`va_start' used in function with fixed args"
95 msgstr ""
96
97 #: builtins.c:2990
98 msgid "second parameter of `va_start' not last named argument"
99 msgstr ""
100
101 #. Evidently an out of date version of <stdarg.h>; can't validate
102 #. va_start's second argument, but can still work as intended.
103 #: builtins.c:2995
104 msgid "`__builtin_next_arg' called without an argument"
105 msgstr ""
106
107 #: builtins.c:3081
108 msgid "too many arguments to function `va_start'"
109 msgstr ""
110
111 #: builtins.c:3183
112 msgid "first argument to `va_arg' not of type `va_list'"
113 msgstr ""
114
115 #. Unfortunately, this is merely undefined, rather than a constraint
116 #. violation, so we cannot make this an error.  If this call is never
117 #. executed, the program is still strictly conforming.
118 #: builtins.c:3215
119 #, c-format
120 msgid "`%s' is promoted to `%s' when passed through `...'"
121 msgstr ""
122
123 #: builtins.c:3220
124 #, c-format
125 msgid "(so you should pass `%s' not `%s' to `va_arg')"
126 msgstr ""
127
128 #: builtins.c:3351
129 msgid "invalid arg to `__builtin_frame_address'"
130 msgstr ""
131
132 #: builtins.c:3353
133 msgid "invalid arg to `__builtin_return_address'"
134 msgstr ""
135
136 #: builtins.c:3367
137 msgid "unsupported arg to `__builtin_frame_address'"
138 msgstr ""
139
140 #: builtins.c:3369
141 msgid "unsupported arg to `__builtin_return_address'"
142 msgstr ""
143
144 #: builtins.c:3537
145 msgid "second arg to `__builtin_expect' must be a constant"
146 msgstr ""
147
148 #: builtins.c:4062
149 msgid "__builtin_longjmp second argument must be 1"
150 msgstr ""
151
152 #. just do library call, if unknown builtin
153 #: builtins.c:4126 c-common.c:4439
154 #, c-format
155 msgid "built-in function `%s' not currently supported"
156 msgstr ""
157
158 #: builtins.c:4230
159 msgid "target format does not support infinity"
160 msgstr ""
161
162 #: c-common.c:1165
163 #, c-format
164 msgid "`%s' is not defined outside of function scope"
165 msgstr ""
166
167 #: c-common.c:1186
168 #, c-format
169 msgid ""
170 "string length `%d' is greater than the length `%d' ISO C%d compilers are "
171 "required to support"
172 msgstr ""
173
174 #: c-common.c:1244
175 msgid "concatenation of string literals with __FUNCTION__ is deprecated"
176 msgstr ""
177
178 #: c-common.c:1340
179 msgid "overflow in constant expression"
180 msgstr ""
181
182 #: c-common.c:1361
183 msgid "integer overflow in expression"
184 msgstr ""
185
186 #: c-common.c:1370
187 msgid "floating point overflow in expression"
188 msgstr ""
189
190 #: c-common.c:1376
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:1399
196 msgid "large integer implicitly truncated to unsigned type"
197 msgstr ""
198
199 #: c-common.c:1401
200 msgid "negative integer implicitly converted to unsigned type"
201 msgstr ""
202
203 #: c-common.c:1449
204 msgid "overflow in implicit constant conversion"
205 msgstr ""
206
207 #: c-common.c:1597
208 #, c-format
209 msgid "operation on `%s' may be undefined"
210 msgstr ""
211
212 #: c-common.c:1888
213 msgid "expression statement has incomplete type"
214 msgstr ""
215
216 #: c-common.c:1921
217 msgid "case label does not reduce to an integer constant"
218 msgstr ""
219
220 #: c-common.c:2225
221 msgid "invalid truth-value expression"
222 msgstr ""
223
224 #: c-common.c:2276
225 #, c-format
226 msgid "invalid operands to binary %s"
227 msgstr ""
228
229 #: c-common.c:2510
230 msgid "comparison is always false due to limited range of data type"
231 msgstr ""
232
233 #: c-common.c:2512
234 msgid "comparison is always true due to limited range of data type"
235 msgstr ""
236
237 #: c-common.c:2582
238 msgid "comparison of unsigned expression >= 0 is always true"
239 msgstr ""
240
241 #: c-common.c:2591
242 msgid "comparison of unsigned expression < 0 is always false"
243 msgstr ""
244
245 #: c-common.c:2638
246 msgid "pointer of type `void *' used in arithmetic"
247 msgstr ""
248
249 #: c-common.c:2644
250 msgid "pointer to a function used in arithmetic"
251 msgstr ""
252
253 #: c-common.c:2650
254 msgid "pointer to member function used in arithmetic"
255 msgstr ""
256
257 #: c-common.c:2656
258 msgid "pointer to a member used in arithmetic"
259 msgstr ""
260
261 #: c-common.c:2743 f/com.c:14690
262 msgid "struct type value used where scalar is required"
263 msgstr ""
264
265 #: c-common.c:2747 f/com.c:14694
266 msgid "union type value used where scalar is required"
267 msgstr ""
268
269 #: c-common.c:2751 f/com.c:14698
270 msgid "array type value used where scalar is required"
271 msgstr ""
272
273 #: c-common.c:2871 f/com.c:14831
274 msgid "suggest parentheses around assignment used as truth value"
275 msgstr ""
276
277 #: c-common.c:2915 c-common.c:2947
278 msgid "invalid use of `restrict'"
279 msgstr ""
280
281 #: c-common.c:3061
282 msgid "invalid application of `sizeof' to a function type"
283 msgstr ""
284
285 #: c-common.c:3071
286 #, c-format
287 msgid "invalid application of `%s' to a void type"
288 msgstr ""
289
290 #: c-common.c:3077
291 #, c-format
292 msgid "invalid application of `%s' to an incomplete type"
293 msgstr ""
294
295 #: c-common.c:3118
296 msgid "`__alignof' applied to a bit-field"
297 msgstr ""
298
299 #: c-common.c:3598
300 #, c-format
301 msgid "cannot disable built-in function `%s'"
302 msgstr ""
303
304 #: c-common.c:3767 c-typeck.c:1735
305 #, c-format
306 msgid "too few arguments to function `%s'"
307 msgstr ""
308
309 #: c-common.c:3773 c-typeck.c:1588
310 #, c-format
311 msgid "too many arguments to function `%s'"
312 msgstr ""
313
314 #: c-common.c:3792
315 #, c-format
316 msgid "non-floating-point argument to function `%s'"
317 msgstr ""
318
319 #: c-common.c:4061
320 msgid "pointers are not permitted as case values"
321 msgstr ""
322
323 #: c-common.c:4067
324 msgid "ISO C++ forbids range expressions in switch statements"
325 msgstr ""
326
327 #: c-common.c:4069
328 msgid "ISO C forbids range expressions in switch statements"
329 msgstr ""
330
331 #: c-common.c:4099
332 msgid "empty range specified"
333 msgstr ""
334
335 #: c-common.c:4150
336 msgid "duplicate (or overlapping) case value"
337 msgstr ""
338
339 #: c-common.c:4152
340 msgid "this is the first entry overlapping that value"
341 msgstr ""
342
343 #: c-common.c:4156
344 msgid "duplicate case value"
345 msgstr ""
346
347 #: c-common.c:4157
348 msgid "previously used here"
349 msgstr ""
350
351 #: c-common.c:4161
352 msgid "multiple default labels in one switch"
353 msgstr ""
354
355 #: c-common.c:4162
356 msgid "this is the first default label"
357 msgstr ""
358
359 #: c-common.c:4190
360 msgid "ISO C++ forbids taking the address of a label"
361 msgstr ""
362
363 #: c-common.c:4192
364 msgid "ISO C forbids taking the address of a label"
365 msgstr ""
366
367 #: c-common.c:5215
368 #, c-format
369 msgid "declaration of `%s' shadows %s"
370 msgstr ""
371
372 #: c-common.c:5632
373 #, c-format
374 msgid "unknown machine mode `%s'"
375 msgstr ""
376
377 #: c-common.c:5635
378 #, c-format
379 msgid "no data type for mode `%s'"
380 msgstr ""
381
382 #: c-common.c:5639
383 #, c-format
384 msgid "invalid pointer mode `%s'"
385 msgstr ""
386
387 #: c-common.c:5648 c-common.c:6262
388 #, c-format
389 msgid "unable to emulate '%s'"
390 msgstr ""
391
392 #: c-common.c:5697
393 msgid "section attribute cannot be specified for local variables"
394 msgstr ""
395
396 #: c-common.c:5708
397 #, c-format
398 msgid "section of `%s' conflicts with previous declaration"
399 msgstr ""
400
401 #: c-common.c:5717
402 #, c-format
403 msgid "section attribute not allowed for `%s'"
404 msgstr ""
405
406 #: c-common.c:5724
407 msgid "section attributes are not supported for this target"
408 msgstr ""
409
410 #: c-common.c:5766
411 msgid "requested alignment is not a constant"
412 msgstr ""
413
414 #: c-common.c:5771
415 msgid "requested alignment is not a power of 2"
416 msgstr ""
417
418 #: c-common.c:5776
419 msgid "requested alignment is too large"
420 msgstr ""
421
422 #: c-common.c:5803
423 #, c-format
424 msgid "alignment may not be specified for `%s'"
425 msgstr ""
426
427 #: c-common.c:5848
428 #, c-format
429 msgid "`%s' defined both normally and as an alias"
430 msgstr ""
431
432 #: c-common.c:5858
433 msgid "alias arg not a string"
434 msgstr ""
435
436 #: c-common.c:5905
437 msgid "visibility arg not a string"
438 msgstr ""
439
440 #: c-common.c:5914
441 msgid ""
442 "visibility arg must be one of \"default\", \"hidden\", \"protected\" or "
443 "\"internal\""
444 msgstr ""
445
446 #: c-common.c:5948
447 msgid "tls_model arg not a string"
448 msgstr ""
449
450 #: c-common.c:5957
451 msgid ""
452 "tls_model arg must be one of \"local-exec\", \"initial-exec\", \"local-"
453 "dynamic\" or \"global-dynamic\""
454 msgstr ""
455
456 #: c-common.c:5982 c-common.c:6038
457 #, c-format
458 msgid "`%s' attribute applies only to functions"
459 msgstr ""
460
461 #: c-common.c:5989 c-common.c:6045
462 #, c-format
463 msgid "can't set `%s' attribute after definition"
464 msgstr ""
465
466 #: c-common.c:6129
467 #, c-format
468 msgid "`%s' attribute ignored for `%s'"
469 msgstr ""
470
471 #: c-common.c:6194
472 #, c-format
473 msgid "invalid vector type for attribute `%s'"
474 msgstr ""
475
476 #: c-common.c:6218 c-common.c:6250
477 msgid "no vector mode with the size and type specified could be found"
478 msgstr ""
479
480 #: c-common.c:6349
481 msgid "nonnull attribute without arguments on a non-prototype"
482 msgstr ""
483
484 #: c-common.c:6364
485 #, c-format
486 msgid "nonnull argument has invalid operand number (arg %lu)"
487 msgstr ""
488
489 #: c-common.c:6383
490 #, c-format
491 msgid ""
492 "nonnull argument with out-of-range operand number (arg %lu, operand %lu)"
493 msgstr ""
494
495 #: c-common.c:6391
496 #, c-format
497 msgid "nonnull argument references non-pointer operand (arg %lu, operand %lu)"
498 msgstr ""
499
500 #: c-common.c:6477
501 #, c-format
502 msgid "null argument where non-null required (arg %lu)"
503 msgstr ""
504
505 #: c-convert.c:82 c-typeck.c:990 c-typeck.c:4036 cp/typeck.c:1620
506 #: cp/typeck.c:5890
507 msgid "void value not ignored as it ought to be"
508 msgstr ""
509
510 #: c-convert.c:114 java/typeck.c:152
511 msgid "conversion to non-scalar type requested"
512 msgstr ""
513
514 #: c-decl.c:338
515 #, c-format
516 msgid "array `%s' assumed to have one element"
517 msgstr ""
518
519 #: c-decl.c:524
520 #, c-format
521 msgid "`struct %s' incomplete in scope ending here"
522 msgstr ""
523
524 #: c-decl.c:527
525 #, c-format
526 msgid "`union %s' incomplete in scope ending here"
527 msgstr ""
528
529 #: c-decl.c:530
530 #, c-format
531 msgid "`enum %s' incomplete in scope ending here"
532 msgstr ""
533
534 #: c-decl.c:644 c-decl.c:769 java/decl.c:1401
535 #, c-format
536 msgid "label `%s' used but not defined"
537 msgstr ""
538
539 #: c-decl.c:650 c-decl.c:776 java/decl.c:1407
540 #, c-format
541 msgid "label `%s' defined but not used"
542 msgstr ""
543
544 #: c-decl.c:891 cp/decl.c:3054
545 #, c-format
546 msgid "function `%s' redeclared as inline"
547 msgstr ""
548
549 #: c-decl.c:893 cp/decl.c:3056
550 #, c-format
551 msgid "previous declaration of function `%s' with attribute noinline"
552 msgstr ""
553
554 #: c-decl.c:900 cp/decl.c:3063
555 #, c-format
556 msgid "function `%s' redeclared with attribute noinline"
557 msgstr ""
558
559 #: c-decl.c:902 cp/decl.c:3065
560 #, c-format
561 msgid "previous declaration of function `%s' was inline"
562 msgstr ""
563
564 #: c-decl.c:931 c-decl.c:977
565 #, c-format
566 msgid "shadowing built-in function `%s'"
567 msgstr ""
568
569 #: c-decl.c:933
570 #, c-format
571 msgid "shadowing library function `%s'"
572 msgstr ""
573
574 #: c-decl.c:939
575 #, c-format
576 msgid "library function `%s' declared as non-function"
577 msgstr ""
578
579 #: c-decl.c:943 c-decl.c:946
580 #, c-format
581 msgid "built-in function `%s' declared as non-function"
582 msgstr ""
583
584 #: c-decl.c:950 objc/objc-act.c:2386 objc/objc-act.c:6156
585 #, c-format
586 msgid "`%s' redeclared as different kind of symbol"
587 msgstr ""
588
589 #: c-decl.c:951 c-decl.c:1142 c-decl.c:1149 c-decl.c:1156 c-decl.c:1301
590 #: objc/objc-act.c:2388 objc/objc-act.c:6158 objc/objc-act.c:6213
591 #, c-format
592 msgid "previous declaration of `%s'"
593 msgstr ""
594
595 #. If types don't match for a built-in, throw away the built-in.
596 #: c-decl.c:1046
597 #, c-format
598 msgid "conflicting types for built-in function `%s'"
599 msgstr ""
600
601 #: c-decl.c:1089 c-decl.c:1108
602 #, c-format
603 msgid "conflicting types for `%s'"
604 msgstr ""
605
606 #: c-decl.c:1131
607 msgid ""
608 "a parameter list with an ellipsis can't match an empty parameter name list "
609 "declaration"
610 msgstr ""
611
612 #: c-decl.c:1137
613 msgid ""
614 "an argument type that has a default promotion can't match an empty parameter "
615 "name list declaration"
616 msgstr ""
617
618 #: c-decl.c:1148
619 #, c-format
620 msgid "thread-local declaration of `%s' follows non thread-local declaration"
621 msgstr ""
622
623 #: c-decl.c:1155
624 #, c-format
625 msgid "non thread-local declaration of `%s' follows thread-local declaration"
626 msgstr ""
627
628 #: c-decl.c:1166 c-decl.c:1189
629 #, c-format
630 msgid "redefinition of `%s'"
631 msgstr ""
632
633 #: c-decl.c:1169
634 #, c-format
635 msgid "redeclaration of `%s'"
636 msgstr ""
637
638 #: c-decl.c:1172
639 #, c-format
640 msgid "conflicting declarations of `%s'"
641 msgstr ""
642
643 #: c-decl.c:1216
644 #, c-format
645 msgid "prototype for `%s' follows"
646 msgstr ""
647
648 #: c-decl.c:1217 c-decl.c:1225 c-decl.c:1236
649 msgid "non-prototype definition here"
650 msgstr ""
651
652 #: c-decl.c:1224
653 #, c-format
654 msgid "prototype for `%s' follows and number of arguments doesn't match"
655 msgstr ""
656
657 #: c-decl.c:1234
658 #, c-format
659 msgid "prototype for `%s' follows and argument %d doesn't match"
660 msgstr ""
661
662 #: c-decl.c:1252
663 #, c-format
664 msgid "`%s' declared inline after being called"
665 msgstr ""
666
667 #: c-decl.c:1258
668 #, c-format
669 msgid "`%s' declared inline after its definition"
670 msgstr ""
671
672 #: c-decl.c:1265
673 #, c-format
674 msgid "static declaration for `%s' follows non-static"
675 msgstr ""
676
677 #: c-decl.c:1273
678 #, c-format
679 msgid "non-static declaration for `%s' follows static"
680 msgstr ""
681
682 #: c-decl.c:1280
683 #, c-format
684 msgid "const declaration for `%s' follows non-const"
685 msgstr ""
686
687 #: c-decl.c:1287
688 #, c-format
689 msgid "type qualifiers for `%s' conflict with previous decl"
690 msgstr ""
691
692 #: c-decl.c:1300
693 #, c-format
694 msgid "redundant redeclaration of `%s' in same scope"
695 msgstr ""
696
697 #: c-decl.c:1601 java/decl.c:1100
698 #, c-format
699 msgid "declaration of `%s' shadows a parameter"
700 msgstr ""
701
702 #: c-decl.c:1604 java/decl.c:1103
703 #, c-format
704 msgid "declaration of `%s' shadows a symbol from the parameter list"
705 msgstr ""
706
707 #: c-decl.c:1625 cp/decl.c:4176
708 msgid "a parameter"
709 msgstr ""
710
711 #: c-decl.c:1627 cp/decl.c:4193
712 msgid "a previous local"
713 msgstr ""
714
715 #. XXX shadow warnings in outer-more namespaces
716 #: c-decl.c:1631 cp/decl.c:4197
717 msgid "a global declaration"
718 msgstr ""
719
720 #: c-decl.c:1675
721 #, c-format
722 msgid "nested extern declaration of `%s'"
723 msgstr ""
724
725 #: c-decl.c:1694 java/decl.c:1053
726 #, c-format
727 msgid "`%s' used prior to declaration"
728 msgstr ""
729
730 #: c-decl.c:1708 c-decl.c:1883
731 #, c-format
732 msgid "`%s' was declared implicitly `extern' and later `static'"
733 msgstr ""
734
735 #: c-decl.c:1811 cp/decl.c:4031
736 msgid "type mismatch with previous external decl"
737 msgstr ""
738
739 #: c-decl.c:1812
740 #, c-format
741 msgid "previous external decl of `%s'"
742 msgstr ""
743
744 #: c-decl.c:1825
745 msgid "type mismatch with previous implicit declaration"
746 msgstr ""
747
748 #: c-decl.c:1827
749 #, c-format
750 msgid "previous implicit declaration of `%s'"
751 msgstr ""
752
753 #: c-decl.c:1862
754 #, c-format
755 msgid "`%s' was previously implicitly declared to return `int'"
756 msgstr ""
757
758 #: c-decl.c:1887
759 #, c-format
760 msgid "`%s' was declared `extern' and later `static'"
761 msgstr ""
762
763 #: c-decl.c:1911
764 #, c-format
765 msgid "extern declaration of `%s' doesn't match global one"
766 msgstr ""
767
768 #: c-decl.c:1953
769 #, c-format
770 msgid "`%s' locally external but globally static"
771 msgstr ""
772
773 #: c-decl.c:2075
774 #, c-format
775 msgid "function `%s' was previously declared within a block"
776 msgstr ""
777
778 #: c-decl.c:2095 c-decl.c:2097
779 #, c-format
780 msgid "implicit declaration of function `%s'"
781 msgstr ""
782
783 #: c-decl.c:2176
784 #, c-format
785 msgid "label %s referenced outside of any function"
786 msgstr ""
787
788 #: c-decl.c:2233
789 #, c-format
790 msgid "duplicate label declaration `%s'"
791 msgstr ""
792
793 #: c-decl.c:2236
794 msgid "this is a previous declaration"
795 msgstr ""
796
797 #: c-decl.c:2659
798 msgid "unnamed struct/union that defines no instances"
799 msgstr ""
800
801 #: c-decl.c:2678
802 msgid "useless keyword or type name in empty declaration"
803 msgstr ""
804
805 #: c-decl.c:2685
806 msgid "two types specified in one empty declaration"
807 msgstr ""
808
809 #: c-decl.c:2690 c-parse.y:755 c-parse.y:757 objc-parse.y:802 objc-parse.y:804
810 #: objc-parse.y:3045
811 msgid "empty declaration"
812 msgstr ""
813
814 #: c-decl.c:2720
815 msgid ""
816 "ISO C90 does not support `static' or type qualifiers in parameter array "
817 "declarators"
818 msgstr ""
819
820 #: c-decl.c:2722
821 msgid "ISO C90 does not support `[*]' array declarators"
822 msgstr ""
823
824 #: c-decl.c:2725
825 msgid "GCC does not yet properly implement `[*]' array declarators"
826 msgstr ""
827
828 #: c-decl.c:2744
829 msgid "static or type qualifiers in abstract declarator"
830 msgstr ""
831
832 #: c-decl.c:2818
833 #, c-format
834 msgid "`%s' is usually a function"
835 msgstr ""
836
837 #: c-decl.c:2827
838 #, c-format
839 msgid "typedef `%s' is initialized (use __typeof__ instead)"
840 msgstr ""
841
842 #: c-decl.c:2833
843 #, c-format
844 msgid "function `%s' is initialized like a variable"
845 msgstr ""
846
847 #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
848 #: c-decl.c:2840
849 #, c-format
850 msgid "parameter `%s' is initialized"
851 msgstr ""
852
853 #: c-decl.c:2860 c-typeck.c:4845
854 msgid "variable-sized object may not be initialized"
855 msgstr ""
856
857 #: c-decl.c:2866
858 #, c-format
859 msgid "variable `%s' has initializer but incomplete type"
860 msgstr ""
861
862 #: c-decl.c:2872
863 #, c-format
864 msgid "elements of array `%s' have incomplete type"
865 msgstr ""
866
867 #: c-decl.c:2885
868 #, c-format
869 msgid "declaration of `%s' has `extern' and is initialized"
870 msgstr ""
871
872 #: c-decl.c:2934 c-decl.c:5696 cp/decl.c:7312 cp/decl.c:13831
873 #, c-format
874 msgid "inline function `%s' given attribute noinline"
875 msgstr ""
876
877 #: c-decl.c:3008
878 #, c-format
879 msgid "initializer fails to determine size of `%s'"
880 msgstr ""
881
882 #: c-decl.c:3013
883 #, c-format
884 msgid "array size missing in `%s'"
885 msgstr ""
886
887 #: c-decl.c:3029
888 #, c-format
889 msgid "zero or negative size array `%s'"
890 msgstr ""
891
892 #: c-decl.c:3057
893 #, c-format
894 msgid "storage size of `%s' isn't known"
895 msgstr ""
896
897 #: c-decl.c:3067
898 #, c-format
899 msgid "storage size of `%s' isn't constant"
900 msgstr ""
901
902 #: c-decl.c:3127
903 #, c-format
904 msgid "ignoring asm-specifier for non-static local variable `%s'"
905 msgstr ""
906
907 #: c-decl.c:3192
908 #, c-format
909 msgid "ISO C forbids parameter `%s' shadowing typedef"
910 msgstr ""
911
912 #: c-decl.c:3537 cp/decl.c:10426
913 msgid "`long long long' is too long for GCC"
914 msgstr ""
915
916 #: c-decl.c:3542
917 msgid "ISO C90 does not support `long long'"
918 msgstr ""
919
920 #: c-decl.c:3551 c-decl.c:3554 cp/decl.c:10431
921 #, c-format
922 msgid "duplicate `%s'"
923 msgstr ""
924
925 #: c-decl.c:3564 cp/decl.c:10437
926 msgid "`__thread' before `extern'"
927 msgstr ""
928
929 #: c-decl.c:3566 cp/decl.c:10439
930 msgid "`__thread' before `static'"
931 msgstr ""
932
933 #: c-decl.c:3574 cp/decl.c:10466
934 #, c-format
935 msgid "two or more data types in declaration of `%s'"
936 msgstr ""
937
938 #: c-decl.c:3594 cp/decl.c:10471
939 #, c-format
940 msgid "`%s' fails to be a typedef or built in type"
941 msgstr ""
942
943 #: c-decl.c:3633
944 #, c-format
945 msgid "type defaults to `int' in declaration of `%s'"
946 msgstr ""
947
948 #: c-decl.c:3662
949 #, c-format
950 msgid "both long and short specified for `%s'"
951 msgstr ""
952
953 #: c-decl.c:3666 cp/decl.c:10586
954 #, c-format
955 msgid "long or short specified with char for `%s'"
956 msgstr ""
957
958 #: c-decl.c:3673 cp/decl.c:10590
959 #, c-format
960 msgid "long or short specified with floating type for `%s'"
961 msgstr ""
962
963 #: c-decl.c:3676
964 msgid "the only valid combination is `long double'"
965 msgstr ""
966
967 #: c-decl.c:3682
968 #, c-format
969 msgid "both signed and unsigned specified for `%s'"
970 msgstr ""
971
972 #: c-decl.c:3684 cp/decl.c:10579
973 #, c-format
974 msgid "long, short, signed or unsigned invalid for `%s'"
975 msgstr ""
976
977 #: c-decl.c:3690 cp/decl.c:10599
978 #, c-format
979 msgid "long, short, signed or unsigned used invalidly for `%s'"
980 msgstr ""
981
982 #: c-decl.c:3708 cp/decl.c:10620
983 #, c-format
984 msgid "complex invalid for `%s'"
985 msgstr ""
986
987 #: c-decl.c:3750
988 msgid "ISO C90 does not support complex types"
989 msgstr ""
990
991 #: c-decl.c:3762
992 msgid "ISO C does not support plain `complex' meaning `double complex'"
993 msgstr ""
994
995 #: c-decl.c:3768 c-decl.c:3780
996 msgid "ISO C does not support complex integer types"
997 msgstr ""
998
999 #: c-decl.c:3795 c-decl.c:4248 cp/decl.c:11223
1000 msgid "duplicate `const'"
1001 msgstr ""
1002
1003 #: c-decl.c:3797 c-decl.c:4252 cp/decl.c:11227
1004 msgid "duplicate `restrict'"
1005 msgstr ""
1006
1007 #: c-decl.c:3799 c-decl.c:4250 cp/decl.c:11225
1008 msgid "duplicate `volatile'"
1009 msgstr ""
1010
1011 #: c-decl.c:3827 cp/decl.c:10783
1012 #, c-format
1013 msgid "multiple storage classes in declaration of `%s'"
1014 msgstr ""
1015
1016 #: c-decl.c:3837
1017 msgid "function definition declared `auto'"
1018 msgstr ""
1019
1020 #: c-decl.c:3839
1021 msgid "function definition declared `register'"
1022 msgstr ""
1023
1024 #: c-decl.c:3841
1025 msgid "function definition declared `typedef'"
1026 msgstr ""
1027
1028 #: c-decl.c:3843
1029 msgid "function definition declared `__thread'"
1030 msgstr ""
1031
1032 #: c-decl.c:3856
1033 #, c-format
1034 msgid "storage class specified for structure field `%s'"
1035 msgstr ""
1036
1037 #: c-decl.c:3860 cp/decl.c:10830
1038 #, c-format
1039 msgid "storage class specified for parameter `%s'"
1040 msgstr ""
1041
1042 #: c-decl.c:3863 cp/decl.c:10832
1043 msgid "storage class specified for typename"
1044 msgstr ""
1045
1046 #: c-decl.c:3875 cp/decl.c:10847
1047 #, c-format
1048 msgid "`%s' initialized and declared `extern'"
1049 msgstr ""
1050
1051 #: c-decl.c:3877 cp/decl.c:10850
1052 #, c-format
1053 msgid "`%s' has both `extern' and initializer"
1054 msgstr ""
1055
1056 #: c-decl.c:3882 cp/decl.c:10858
1057 #, c-format
1058 msgid "top-level declaration of `%s' specifies `auto'"
1059 msgstr ""
1060
1061 #: c-decl.c:3887 cp/decl.c:10854
1062 #, c-format
1063 msgid "nested function `%s' declared `extern'"
1064 msgstr ""
1065
1066 #: c-decl.c:3893 cp/decl.c:10864
1067 #, c-format
1068 msgid "function-scope `%s' implicitly auto and declared `__thread'"
1069 msgstr ""
1070
1071 #. Only the innermost declarator (making a parameter be of
1072 #. array type which is converted to pointer type)
1073 #. may have static or type qualifiers.
1074 #: c-decl.c:3932 c-decl.c:4120
1075 msgid "static or type qualifiers in non-parameter array declarator"
1076 msgstr ""
1077
1078 #: c-decl.c:3976
1079 #, c-format
1080 msgid "declaration of `%s' as array of voids"
1081 msgstr ""
1082
1083 #: c-decl.c:3982
1084 #, c-format
1085 msgid "declaration of `%s' as array of functions"
1086 msgstr ""
1087
1088 #: c-decl.c:3987 c-decl.c:5252
1089 msgid "invalid use of structure with flexible array member"
1090 msgstr ""
1091
1092 #: c-decl.c:4006
1093 #, c-format
1094 msgid "size of array `%s' has non-integer type"
1095 msgstr ""
1096
1097 #: c-decl.c:4011
1098 #, c-format
1099 msgid "ISO C forbids zero-size array `%s'"
1100 msgstr ""
1101
1102 #: c-decl.c:4018
1103 #, c-format
1104 msgid "size of array `%s' is negative"
1105 msgstr ""
1106
1107 #: c-decl.c:4031
1108 #, c-format
1109 msgid "ISO C90 forbids array `%s' whose size can't be evaluated"
1110 msgstr ""
1111
1112 #: c-decl.c:4034
1113 #, c-format
1114 msgid "ISO C90 forbids variable-size array `%s'"
1115 msgstr ""
1116
1117 #: c-decl.c:4064 c-decl.c:4274 cp/decl.c:11423
1118 #, c-format
1119 msgid "size of array `%s' is too large"
1120 msgstr ""
1121
1122 #: c-decl.c:4077
1123 msgid "ISO C90 does not support flexible array members"
1124 msgstr ""
1125
1126 #: c-decl.c:4087
1127 msgid "array type has incomplete element type"
1128 msgstr ""
1129
1130 #: c-decl.c:4094 c-decl.c:4324
1131 msgid "ISO C forbids const or volatile function types"
1132 msgstr ""
1133
1134 #: c-decl.c:4140 cp/decl.c:10991
1135 #, c-format
1136 msgid "`%s' declared as function returning a function"
1137 msgstr ""
1138
1139 #: c-decl.c:4145 cp/decl.c:10996
1140 #, c-format
1141 msgid "`%s' declared as function returning an array"
1142 msgstr ""
1143
1144 #: c-decl.c:4173
1145 msgid "ISO C forbids qualified void function return type"
1146 msgstr ""
1147
1148 #: c-decl.c:4177
1149 msgid "type qualifiers ignored on function return type"
1150 msgstr ""
1151
1152 #: c-decl.c:4206 c-decl.c:4289 c-decl.c:4413 c-decl.c:4505
1153 msgid "ISO C forbids qualified function types"
1154 msgstr ""
1155
1156 #: c-decl.c:4246 cp/decl.c:11219
1157 msgid "invalid type modifier within pointer declarator"
1158 msgstr ""
1159
1160 #: c-decl.c:4344 cp/decl.c:11703
1161 #, c-format
1162 msgid "variable or field `%s' declared void"
1163 msgstr ""
1164
1165 #: c-decl.c:4377
1166 msgid "attributes in parameter array declarator ignored"
1167 msgstr ""
1168
1169 #: c-decl.c:4402
1170 msgid "invalid type modifier within array declarator"
1171 msgstr ""
1172
1173 #: c-decl.c:4447
1174 #, c-format
1175 msgid "field `%s' declared as a function"
1176 msgstr ""
1177
1178 #: c-decl.c:4453
1179 #, c-format
1180 msgid "field `%s' has incomplete type"
1181 msgstr ""
1182
1183 #: c-decl.c:4485 c-decl.c:4487 c-decl.c:4489 c-decl.c:4496
1184 #, c-format
1185 msgid "invalid storage class for function `%s'"
1186 msgstr ""
1187
1188 #: c-decl.c:4511
1189 msgid "`noreturn' function returns non-void value"
1190 msgstr ""
1191
1192 #: c-decl.c:4526
1193 msgid "cannot inline function `main'"
1194 msgstr ""
1195
1196 #: c-decl.c:4579
1197 #, c-format
1198 msgid "variable `%s' declared `inline'"
1199 msgstr ""
1200
1201 #. A mere warning is sure to result in improper semantics
1202 #. at runtime.  Don't bother to allow this to compile.
1203 #: c-decl.c:4607 cp/decl.c:9464
1204 msgid "thread-local storage not supported for this target"
1205 msgstr ""
1206
1207 #: c-decl.c:4662 c-decl.c:5748
1208 msgid "function declaration isn't a prototype"
1209 msgstr ""
1210
1211 #: c-decl.c:4668
1212 msgid "parameter names (without types) in function declaration"
1213 msgstr ""
1214
1215 #: c-decl.c:4700 c-decl.c:6118
1216 #, c-format
1217 msgid "parameter `%s' has incomplete type"
1218 msgstr ""
1219
1220 #: c-decl.c:4703
1221 msgid "parameter has incomplete type"
1222 msgstr ""
1223
1224 #: c-decl.c:4724
1225 #, c-format
1226 msgid "parameter `%s' points to incomplete type"
1227 msgstr ""
1228
1229 #: c-decl.c:4727
1230 msgid "parameter points to incomplete type"
1231 msgstr ""
1232
1233 #: c-decl.c:4792
1234 #, c-format
1235 msgid "parameter `%s' has just a forward declaration"
1236 msgstr ""
1237
1238 #: c-decl.c:4833
1239 msgid "`void' in parameter list must be the entire list"
1240 msgstr ""
1241
1242 #: c-decl.c:4864
1243 #, c-format
1244 msgid "`struct %s' declared inside parameter list"
1245 msgstr ""
1246
1247 #: c-decl.c:4867
1248 #, c-format
1249 msgid "`union %s' declared inside parameter list"
1250 msgstr ""
1251
1252 #: c-decl.c:4870
1253 #, c-format
1254 msgid "`enum %s' declared inside parameter list"
1255 msgstr ""
1256
1257 #: c-decl.c:4877
1258 msgid "anonymous struct declared inside parameter list"
1259 msgstr ""
1260
1261 #: c-decl.c:4879
1262 msgid "anonymous union declared inside parameter list"
1263 msgstr ""
1264
1265 #: c-decl.c:4881
1266 msgid "anonymous enum declared inside parameter list"
1267 msgstr ""
1268
1269 #: c-decl.c:4885
1270 msgid ""
1271 "its scope is only this definition or declaration, which is probably not what "
1272 "you want"
1273 msgstr ""
1274
1275 #: c-decl.c:4962
1276 #, c-format
1277 msgid "redefinition of `union %s'"
1278 msgstr ""
1279
1280 #: c-decl.c:4964
1281 #, c-format
1282 msgid "redefinition of `struct %s'"
1283 msgstr ""
1284
1285 #: c-decl.c:5035 cp/decl.c:7078
1286 msgid "declaration does not declare anything"
1287 msgstr ""
1288
1289 #: c-decl.c:5077 c-decl.c:5080
1290 #, c-format
1291 msgid "%s defined inside parms"
1292 msgstr ""
1293
1294 #: c-decl.c:5078 c-decl.c:5081 c-decl.c:5092
1295 msgid "union"
1296 msgstr ""
1297
1298 #: c-decl.c:5078 c-decl.c:5081
1299 msgid "structure"
1300 msgstr ""
1301
1302 #: c-decl.c:5091
1303 #, c-format
1304 msgid "%s has no %s"
1305 msgstr ""
1306
1307 #: c-decl.c:5092
1308 msgid "struct"
1309 msgstr ""
1310
1311 #: c-decl.c:5093
1312 msgid "named members"
1313 msgstr ""
1314
1315 #: c-decl.c:5093
1316 msgid "members"
1317 msgstr ""
1318
1319 #: c-decl.c:5132
1320 #, c-format
1321 msgid "nested redefinition of `%s'"
1322 msgstr ""
1323
1324 #: c-decl.c:5145
1325 #, c-format
1326 msgid "bit-field `%s' width not an integer constant"
1327 msgstr ""
1328
1329 #: c-decl.c:5156
1330 #, c-format
1331 msgid "bit-field `%s' has invalid type"
1332 msgstr ""
1333
1334 #: c-decl.c:5168
1335 #, c-format
1336 msgid "bit-field `%s' type invalid in ISO C"
1337 msgstr ""
1338
1339 #: c-decl.c:5179
1340 #, c-format
1341 msgid "negative width in bit-field `%s'"
1342 msgstr ""
1343
1344 #: c-decl.c:5181
1345 #, c-format
1346 msgid "width of `%s' exceeds its type"
1347 msgstr ""
1348
1349 #: c-decl.c:5183
1350 #, c-format
1351 msgid "zero width for bit-field `%s'"
1352 msgstr ""
1353
1354 #: c-decl.c:5197
1355 #, c-format
1356 msgid "`%s' is narrower than values of its type"
1357 msgstr ""
1358
1359 #: c-decl.c:5243
1360 msgid "flexible array member in union"
1361 msgstr ""
1362
1363 #: c-decl.c:5245
1364 msgid "flexible array member not at end of struct"
1365 msgstr ""
1366
1367 #: c-decl.c:5247
1368 msgid "flexible array member in otherwise empty struct"
1369 msgstr ""
1370
1371 #: c-decl.c:5277
1372 #, c-format
1373 msgid "duplicate member `%s'"
1374 msgstr ""
1375
1376 #: c-decl.c:5321
1377 msgid "union cannot be made transparent"
1378 msgstr ""
1379
1380 #. This enum is a named one that has been declared already.
1381 #: c-decl.c:5426
1382 #, c-format
1383 msgid "redeclaration of `enum %s'"
1384 msgstr ""
1385
1386 #: c-decl.c:5460
1387 msgid "enum defined inside parms"
1388 msgstr ""
1389
1390 #: c-decl.c:5493
1391 msgid "enumeration values exceed range of largest integer"
1392 msgstr ""
1393
1394 #: c-decl.c:5602
1395 #, c-format
1396 msgid "enumerator value for `%s' not integer constant"
1397 msgstr ""
1398
1399 #: c-decl.c:5615
1400 msgid "overflow in enumeration values"
1401 msgstr ""
1402
1403 #: c-decl.c:5620
1404 msgid "ISO C restricts enumerator values to range of `int'"
1405 msgstr ""
1406
1407 #: c-decl.c:5702
1408 msgid "return type is an incomplete type"
1409 msgstr ""
1410
1411 #: c-decl.c:5710
1412 msgid "return type defaults to `int'"
1413 msgstr ""
1414
1415 #: c-decl.c:5757
1416 #, c-format
1417 msgid "no previous prototype for `%s'"
1418 msgstr ""
1419
1420 #: c-decl.c:5764
1421 #, c-format
1422 msgid "`%s' was used with no prototype before its definition"
1423 msgstr ""
1424
1425 #: c-decl.c:5770
1426 #, c-format
1427 msgid "no previous declaration for `%s'"
1428 msgstr ""
1429
1430 #: c-decl.c:5777
1431 #, c-format
1432 msgid "`%s' was used with no declaration before its definition"
1433 msgstr ""
1434
1435 #: c-decl.c:5801 c-decl.c:6354
1436 #, c-format
1437 msgid "return type of `%s' is not `int'"
1438 msgstr ""
1439
1440 #: c-decl.c:5817
1441 #, c-format
1442 msgid "first argument of `%s' should be `int'"
1443 msgstr ""
1444
1445 #: c-decl.c:5826
1446 #, c-format
1447 msgid "second argument of `%s' should be `char **'"
1448 msgstr ""
1449
1450 #: c-decl.c:5835
1451 #, c-format
1452 msgid "third argument of `%s' should probably be `char **'"
1453 msgstr ""
1454
1455 #: c-decl.c:5844
1456 #, c-format
1457 msgid "`%s' takes only zero or two arguments"
1458 msgstr ""
1459
1460 #: c-decl.c:5847
1461 #, c-format
1462 msgid "`%s' is normally a non-static function"
1463 msgstr ""
1464
1465 #: c-decl.c:5945
1466 msgid "parm types given both in parmlist and separately"
1467 msgstr ""
1468
1469 #: c-decl.c:5966
1470 msgid "parameter name omitted"
1471 msgstr ""
1472
1473 #: c-decl.c:5970 c-decl.c:6072
1474 #, c-format
1475 msgid "parameter `%s' declared void"
1476 msgstr ""
1477
1478 #: c-decl.c:6046
1479 msgid "parameter name missing from parameter list"
1480 msgstr ""
1481
1482 #: c-decl.c:6065
1483 #, c-format
1484 msgid "multiple parameters named `%s'"
1485 msgstr ""
1486
1487 #: c-decl.c:6087 c-decl.c:6089
1488 #, c-format
1489 msgid "type of `%s' defaults to `int'"
1490 msgstr ""
1491
1492 #: c-decl.c:6125
1493 #, c-format
1494 msgid "declaration for parameter `%s' but no such parameter"
1495 msgstr ""
1496
1497 #: c-decl.c:6173
1498 msgid "number of arguments doesn't match prototype"
1499 msgstr ""
1500
1501 #: c-decl.c:6203
1502 #, c-format
1503 msgid "promoted argument `%s' doesn't match prototype"
1504 msgstr ""
1505
1506 #: c-decl.c:6213
1507 #, c-format
1508 msgid "argument `%s' doesn't match prototype"
1509 msgstr ""
1510
1511 #: c-decl.c:6386 cp/decl.c:14517
1512 msgid "no return statement in function returning non-void"
1513 msgstr ""
1514
1515 #: c-decl.c:6538
1516 msgid "this function may return with or without a value"
1517 msgstr ""
1518
1519 #: c-decl.c:6558
1520 #, c-format
1521 msgid "size of return value of `%s' is %u bytes"
1522 msgstr ""
1523
1524 #: c-decl.c:6562
1525 #, c-format
1526 msgid "size of return value of `%s' is larger than %d bytes"
1527 msgstr ""
1528
1529 #. If we get here, declarations have been used in a for loop without
1530 #. the C99 for loop scope.  This doesn't make much sense, so don't
1531 #. allow it.
1532 #: c-decl.c:6617
1533 msgid "`for' loop initial declaration used outside C99 mode"
1534 msgstr ""
1535
1536 #: c-decl.c:6641
1537 #, c-format
1538 msgid "`struct %s' declared in `for' loop initial declaration"
1539 msgstr ""
1540
1541 #: c-decl.c:6644
1542 #, c-format
1543 msgid "`union %s' declared in `for' loop initial declaration"
1544 msgstr ""
1545
1546 #: c-decl.c:6647
1547 #, c-format
1548 msgid "`enum %s' declared in `for' loop initial declaration"
1549 msgstr ""
1550
1551 #: c-decl.c:6655
1552 #, c-format
1553 msgid "declaration of non-variable `%s' in `for' loop initial declaration"
1554 msgstr ""
1555
1556 #: c-decl.c:6657
1557 #, c-format
1558 msgid "declaration of static variable `%s' in `for' loop initial declaration"
1559 msgstr ""
1560
1561 #: c-decl.c:6659
1562 #, c-format
1563 msgid "declaration of `extern' variable `%s' in `for' loop initial declaration"
1564 msgstr ""
1565
1566 #: c-format.c:111 c-format.c:193
1567 msgid "format string arg not a string type"
1568 msgstr ""
1569
1570 #: c-format.c:126
1571 msgid "args to be formatted is not '...'"
1572 msgstr ""
1573
1574 #: c-format.c:135
1575 msgid "strftime formats cannot format arguments"
1576 msgstr ""
1577
1578 #: c-format.c:170 c-format.c:272
1579 msgid "format string has invalid operand number"
1580 msgstr ""
1581
1582 #: c-format.c:204
1583 msgid "function does not return string type"
1584 msgstr ""
1585
1586 #: c-format.c:235
1587 msgid "unrecognized format specifier"
1588 msgstr ""
1589
1590 #: c-format.c:248
1591 #, c-format
1592 msgid "`%s' is an unrecognized format function type"
1593 msgstr ""
1594
1595 #: c-format.c:282
1596 msgid "format string arg follows the args to be formatted"
1597 msgstr ""
1598
1599 #: c-format.c:603
1600 msgid "` ' flag"
1601 msgstr ""
1602
1603 #: c-format.c:603
1604 msgid "the ` ' printf flag"
1605 msgstr ""
1606
1607 #: c-format.c:604 c-format.c:675
1608 msgid "`+' flag"
1609 msgstr ""
1610
1611 #: c-format.c:604
1612 msgid "the `+' printf flag"
1613 msgstr ""
1614
1615 #: c-format.c:605 c-format.c:651
1616 msgid "`#' flag"
1617 msgstr ""
1618
1619 #: c-format.c:605
1620 msgid "the `#' printf flag"
1621 msgstr ""
1622
1623 #: c-format.c:606 c-format.c:649
1624 msgid "`0' flag"
1625 msgstr ""
1626
1627 #: c-format.c:606
1628 msgid "the `0' printf flag"
1629 msgstr ""
1630
1631 #: c-format.c:607 c-format.c:648 c-format.c:678
1632 msgid "`-' flag"
1633 msgstr ""
1634
1635 #: c-format.c:607
1636 msgid "the `-' printf flag"
1637 msgstr ""
1638
1639 #: c-format.c:608 c-format.c:632
1640 msgid "`'' flag"
1641 msgstr ""
1642
1643 #: c-format.c:608
1644 msgid "the `'' printf flag"
1645 msgstr ""
1646
1647 #: c-format.c:609 c-format.c:633
1648 msgid "`I' flag"
1649 msgstr ""
1650
1651 #: c-format.c:609
1652 msgid "the `I' printf flag"
1653 msgstr ""
1654
1655 #: c-format.c:610 c-format.c:630 c-format.c:652 c-format.c:679 c-format.c:1704
1656 msgid "field width"
1657 msgstr ""
1658
1659 #: c-format.c:610
1660 msgid "field width in printf format"
1661 msgstr ""
1662
1663 #: c-format.c:611
1664 msgid "precision"
1665 msgstr ""
1666
1667 #: c-format.c:611
1668 msgid "precision in printf format"
1669 msgstr ""
1670
1671 #: c-format.c:612 c-format.c:631 c-format.c:682
1672 msgid "length modifier"
1673 msgstr ""
1674
1675 #: c-format.c:612
1676 msgid "length modifier in printf format"
1677 msgstr ""
1678
1679 #: c-format.c:628
1680 msgid "assignment suppression"
1681 msgstr ""
1682
1683 #: c-format.c:628
1684 msgid "the assignment suppression scanf feature"
1685 msgstr ""
1686
1687 #: c-format.c:629
1688 msgid "`a' flag"
1689 msgstr ""
1690
1691 #: c-format.c:629
1692 msgid "the `a' scanf flag"
1693 msgstr ""
1694
1695 #: c-format.c:630
1696 msgid "field width in scanf format"
1697 msgstr ""
1698
1699 #: c-format.c:631
1700 msgid "length modifier in scanf format"
1701 msgstr ""
1702
1703 #: c-format.c:632
1704 msgid "the `'' scanf flag"
1705 msgstr ""
1706
1707 #: c-format.c:633
1708 msgid "the `I' scanf flag"
1709 msgstr ""
1710
1711 #: c-format.c:647
1712 msgid "`_' flag"
1713 msgstr ""
1714
1715 #: c-format.c:647
1716 msgid "the `_' strftime flag"
1717 msgstr ""
1718
1719 #: c-format.c:648
1720 msgid "the `-' strftime flag"
1721 msgstr ""
1722
1723 #: c-format.c:649
1724 msgid "the `0' strftime flag"
1725 msgstr ""
1726
1727 #: c-format.c:650 c-format.c:674
1728 msgid "`^' flag"
1729 msgstr ""
1730
1731 #: c-format.c:650
1732 msgid "the `^' strftime flag"
1733 msgstr ""
1734
1735 #: c-format.c:651
1736 msgid "the `#' strftime flag"
1737 msgstr ""
1738
1739 #: c-format.c:652
1740 msgid "field width in strftime format"
1741 msgstr ""
1742
1743 #: c-format.c:653
1744 msgid "`E' modifier"
1745 msgstr ""
1746
1747 #: c-format.c:653
1748 msgid "the `E' strftime modifier"
1749 msgstr ""
1750
1751 #: c-format.c:654
1752 msgid "`O' modifier"
1753 msgstr ""
1754
1755 #: c-format.c:654
1756 msgid "the `O' strftime modifier"
1757 msgstr ""
1758
1759 #: c-format.c:655
1760 msgid "the `O' modifier"
1761 msgstr ""
1762
1763 #: c-format.c:673
1764 msgid "fill character"
1765 msgstr ""
1766
1767 #: c-format.c:673
1768 msgid "fill character in strfmon format"
1769 msgstr ""
1770
1771 #: c-format.c:674
1772 msgid "the `^' strfmon flag"
1773 msgstr ""
1774
1775 #: c-format.c:675
1776 msgid "the `+' strfmon flag"
1777 msgstr ""
1778
1779 #: c-format.c:676
1780 msgid "`(' flag"
1781 msgstr ""
1782
1783 #: c-format.c:676
1784 msgid "the `(' strfmon flag"
1785 msgstr ""
1786
1787 #: c-format.c:677
1788 msgid "`!' flag"
1789 msgstr ""
1790
1791 #: c-format.c:677
1792 msgid "the `!' strfmon flag"
1793 msgstr ""
1794
1795 #: c-format.c:678
1796 msgid "the `-' strfmon flag"
1797 msgstr ""
1798
1799 #: c-format.c:679
1800 msgid "field width in strfmon format"
1801 msgstr ""
1802
1803 #: c-format.c:680
1804 msgid "left precision"
1805 msgstr ""
1806
1807 #: c-format.c:680
1808 msgid "left precision in strfmon format"
1809 msgstr ""
1810
1811 #: c-format.c:681
1812 msgid "right precision"
1813 msgstr ""
1814
1815 #: c-format.c:681
1816 msgid "right precision in strfmon format"
1817 msgstr ""
1818
1819 #: c-format.c:682
1820 msgid "length modifier in strfmon format"
1821 msgstr ""
1822
1823 #: c-format.c:985
1824 #, c-format
1825 msgid "function might be possible candidate for `%s' format attribute"
1826 msgstr ""
1827
1828 #: c-format.c:1109 c-format.c:1130 c-format.c:2114
1829 msgid "missing $ operand number in format"
1830 msgstr ""
1831
1832 #: c-format.c:1140
1833 #, c-format
1834 msgid "%s does not support %%n$ operand number formats"
1835 msgstr ""
1836
1837 #: c-format.c:1147
1838 msgid "operand number out of range in format"
1839 msgstr ""
1840
1841 #: c-format.c:1170
1842 #, c-format
1843 msgid "format argument %d used more than once in %s format"
1844 msgstr ""
1845
1846 #: c-format.c:1220
1847 #, c-format
1848 msgid "format argument %d unused before used argument %d in $-style format"
1849 msgstr ""
1850
1851 #: c-format.c:1324
1852 msgid "format not a string literal, format string not checked"
1853 msgstr ""
1854
1855 #: c-format.c:1338
1856 msgid "format not a string literal and no format arguments"
1857 msgstr ""
1858
1859 #: c-format.c:1340
1860 msgid "format not a string literal, argument types not checked"
1861 msgstr ""
1862
1863 #: c-format.c:1353
1864 msgid "too many arguments for format"
1865 msgstr ""
1866
1867 #: c-format.c:1356
1868 msgid "unused arguments in $-style format"
1869 msgstr ""
1870
1871 #: c-format.c:1359
1872 #, c-format
1873 msgid "zero-length %s format string"
1874 msgstr ""
1875
1876 #: c-format.c:1363
1877 msgid "format is a wide character string"
1878 msgstr ""
1879
1880 #: c-format.c:1366
1881 msgid "unterminated format string"
1882 msgstr ""
1883
1884 #: c-format.c:1583
1885 msgid "embedded `\\0' in format"
1886 msgstr ""
1887
1888 #: c-format.c:1598
1889 #, c-format
1890 msgid "spurious trailing `%%' in format"
1891 msgstr ""
1892
1893 #: c-format.c:1637 c-format.c:1874
1894 #, c-format
1895 msgid "repeated %s in format"
1896 msgstr ""
1897
1898 #: c-format.c:1650
1899 msgid "missing fill character at end of strfmon format"
1900 msgstr ""
1901
1902 #: c-format.c:1689 c-format.c:1788 c-format.c:2068 c-format.c:2121
1903 msgid "too few arguments for format"
1904 msgstr ""
1905
1906 #: c-format.c:1730
1907 #, c-format
1908 msgid "zero width in %s format"
1909 msgstr ""
1910
1911 #: c-format.c:1749
1912 #, c-format
1913 msgid "empty left precision in %s format"
1914 msgstr ""
1915
1916 #: c-format.c:1803
1917 msgid "field precision"
1918 msgstr ""
1919
1920 #: c-format.c:1818
1921 #, c-format
1922 msgid "empty precision in %s format"
1923 msgstr ""
1924
1925 #: c-format.c:1858
1926 #, c-format
1927 msgid "%s does not support the `%s' %s length modifier"
1928 msgstr ""
1929
1930 #: c-format.c:1908
1931 msgid "conversion lacks type at end of format"
1932 msgstr ""
1933
1934 #: c-format.c:1919
1935 #, c-format
1936 msgid "unknown conversion type character `%c' in format"
1937 msgstr ""
1938
1939 #: c-format.c:1922
1940 #, c-format
1941 msgid "unknown conversion type character 0x%x in format"
1942 msgstr ""
1943
1944 #: c-format.c:1929
1945 #, c-format
1946 msgid "%s does not support the `%%%c' %s format"
1947 msgstr ""
1948
1949 #: c-format.c:1945
1950 #, c-format
1951 msgid "%s used with `%%%c' %s format"
1952 msgstr ""
1953
1954 #: c-format.c:1954
1955 #, c-format
1956 msgid "%s does not support %s"
1957 msgstr ""
1958
1959 #: c-format.c:1963
1960 #, c-format
1961 msgid "%s does not support %s with the `%%%c' %s format"
1962 msgstr ""
1963
1964 #: c-format.c:1996
1965 #, c-format
1966 msgid "%s ignored with %s and `%%%c' %s format"
1967 msgstr ""
1968
1969 #: c-format.c:2000
1970 #, c-format
1971 msgid "%s ignored with %s in %s format"
1972 msgstr ""
1973
1974 #: c-format.c:2006
1975 #, c-format
1976 msgid "use of %s and %s together with `%%%c' %s format"
1977 msgstr ""
1978
1979 #: c-format.c:2010
1980 #, c-format
1981 msgid "use of %s and %s together in %s format"
1982 msgstr ""
1983
1984 #: c-format.c:2029
1985 #, c-format
1986 msgid "`%%%c' yields only last 2 digits of year in some locales"
1987 msgstr ""
1988
1989 #: c-format.c:2032
1990 #, c-format
1991 msgid "`%%%c' yields only last 2 digits of year"
1992 msgstr ""
1993
1994 #. The end of the format string was reached.
1995 #: c-format.c:2048
1996 #, c-format
1997 msgid "no closing `]' for `%%[' format"
1998 msgstr ""
1999
2000 #: c-format.c:2061
2001 #, c-format
2002 msgid "use of `%s' length modifier with `%c' type character"
2003 msgstr ""
2004
2005 #: c-format.c:2082
2006 #, c-format
2007 msgid "%s does not support the `%%%s%c' %s format"
2008 msgstr ""
2009
2010 #: c-format.c:2097
2011 msgid "operand number specified with suppressed assignment"
2012 msgstr ""
2013
2014 #: c-format.c:2099
2015 msgid "operand number specified for format taking no argument"
2016 msgstr ""
2017
2018 #: c-format.c:2213
2019 #, c-format
2020 msgid "writing through null pointer (arg %d)"
2021 msgstr ""
2022
2023 #: c-format.c:2222
2024 #, c-format
2025 msgid "reading through null pointer (arg %d)"
2026 msgstr ""
2027
2028 #: c-format.c:2242
2029 #, c-format
2030 msgid "writing into constant object (arg %d)"
2031 msgstr ""
2032
2033 #: c-format.c:2252
2034 #, c-format
2035 msgid "extra type qualifiers in format argument (arg %d)"
2036 msgstr ""
2037
2038 #: c-format.c:2259
2039 #, c-format
2040 msgid "format argument is not a pointer (arg %d)"
2041 msgstr ""
2042
2043 #: c-format.c:2261
2044 #, c-format
2045 msgid "format argument is not a pointer to a pointer (arg %d)"
2046 msgstr ""
2047
2048 #: c-format.c:2332
2049 msgid "pointer"
2050 msgstr ""
2051
2052 #: c-format.c:2334
2053 msgid "different type"
2054 msgstr ""
2055
2056 #: c-format.c:2355
2057 #, c-format
2058 msgid "%s is not type %s (arg %d)"
2059 msgstr ""
2060
2061 #: c-format.c:2358
2062 #, c-format
2063 msgid "%s format, %s arg (arg %d)"
2064 msgstr ""
2065
2066 #: c-lex.c:155
2067 msgid "YYDEBUG not defined"
2068 msgstr ""
2069
2070 #: c-lex.c:292
2071 msgid "badly nested C headers from preprocessor"
2072 msgstr ""
2073
2074 #: c-lex.c:335
2075 #, c-format
2076 msgid "ignoring #pragma %s %s"
2077 msgstr ""
2078
2079 #: c-lex.c:385
2080 #, c-format
2081 msgid "universal-character-name '\\U%08x' not valid in identifier"
2082 msgstr ""
2083
2084 #: c-lex.c:631
2085 #, c-format
2086 msgid "universal-character-name '\\u%04x' not valid in identifier"
2087 msgstr ""
2088
2089 #: c-lex.c:694
2090 #, c-format
2091 msgid "stray '%c' in program"
2092 msgstr ""
2093
2094 #: c-lex.c:696
2095 #, c-format
2096 msgid "stray '\\%o' in program"
2097 msgstr ""
2098
2099 #: c-lex.c:852
2100 msgid "this decimal constant is unsigned only in ISO C90"
2101 msgstr ""
2102
2103 #: c-lex.c:855
2104 msgid "this decimal constant would be unsigned in ISO C90"
2105 msgstr ""
2106
2107 #: c-lex.c:871
2108 #, c-format
2109 msgid "integer constant is too large for \"%s\" type"
2110 msgstr ""
2111
2112 #: c-lex.c:939
2113 #, c-format
2114 msgid "floating constant exceeds range of \"%s\""
2115 msgstr ""
2116
2117 #: c-lex.c:975 cpplex.c:332 cpplex.c:670 cpplex.c:1944
2118 msgid "ignoring invalid multibyte character"
2119 msgstr ""
2120
2121 #: c-opts.c:355
2122 #, c-format
2123 msgid "missing argument to \"-%s\""
2124 msgstr ""
2125
2126 #: c-opts.c:359
2127 #, c-format
2128 msgid "no class name specified with \"-%s\""
2129 msgstr ""
2130
2131 #: c-opts.c:366
2132 #, c-format
2133 msgid "missing filename after \"-%s\""
2134 msgstr ""
2135
2136 #: c-opts.c:371
2137 #, c-format
2138 msgid "missing target after \"-%s\""
2139 msgstr ""
2140
2141 #: c-opts.c:505
2142 #, c-format
2143 msgid "options array incorrectly sorted: %s is before %s"
2144 msgstr ""
2145
2146 #: c-opts.c:550
2147 #, c-format
2148 msgid "too many filenames given.  Type %s --help for usage"
2149 msgstr ""
2150
2151 #: c-opts.c:936
2152 msgid "-Wno-strict-prototypes is not supported in C++"
2153 msgstr ""
2154
2155 #: c-opts.c:1016
2156 #, c-format
2157 msgid "switch \"%s\" is no longer supported"
2158 msgstr ""
2159
2160 #: c-opts.c:1032
2161 #, c-format
2162 msgid "switch \"%s\" is deprecated, please see documentation for details"
2163 msgstr ""
2164
2165 #: c-opts.c:1145
2166 msgid ""
2167 "-fhandle-exceptions has been renamed to -fexceptions (and is now on by "
2168 "default)"
2169 msgstr ""
2170
2171 #: c-opts.c:1265
2172 msgid "output filename specified twice"
2173 msgstr ""
2174
2175 #: c-opts.c:1379
2176 msgid "-Wformat-y2k ignored without -Wformat"
2177 msgstr ""
2178
2179 #: c-opts.c:1381
2180 msgid "-Wformat-extra-args ignored without -Wformat"
2181 msgstr ""
2182
2183 #: c-opts.c:1383
2184 msgid "-Wformat-zero-length ignored without -Wformat"
2185 msgstr ""
2186
2187 #: c-opts.c:1385
2188 msgid "-Wformat-nonliteral ignored without -Wformat"
2189 msgstr ""
2190
2191 #: c-opts.c:1387
2192 msgid "-Wformat-security ignored without -Wformat"
2193 msgstr ""
2194
2195 #: c-opts.c:1389
2196 msgid "-Wmissing-format-attribute ignored without -Wformat"
2197 msgstr ""
2198
2199 #: c-opts.c:1411
2200 #, c-format
2201 msgid "opening output file %s"
2202 msgstr ""
2203
2204 #: c-opts.c:1466
2205 #, c-format
2206 msgid "opening dependency file %s"
2207 msgstr ""
2208
2209 #: c-opts.c:1476
2210 #, c-format
2211 msgid "closing dependency file %s"
2212 msgstr ""
2213
2214 #: c-opts.c:1479
2215 #, c-format
2216 msgid "when writing output to %s"
2217 msgstr ""
2218
2219 #: c-opts.c:1559
2220 msgid "to generate dependencies you must specify either -M or -MM"
2221 msgstr ""
2222
2223 #: c-opts.c:1706
2224 #, c-format
2225 msgid "\"-%s\" is valid for %s but not for %s"
2226 msgstr ""
2227
2228 #. To keep the lines from getting too long for some compilers, limit
2229 #. to about 500 characters (6 lines) per chunk.
2230 #: c-opts.c:1716
2231 msgid ""
2232 "Switches:\n"
2233 "  -include <file>           Include the contents of <file> before other "
2234 "files\n"
2235 "  -imacros <file>           Accept definition of macros in <file>\n"
2236 "  -iprefix <path>           Specify <path> as a prefix for next two options\n"
2237 "  -iwithprefix <dir>        Add <dir> to the end of the system include path\n"
2238 "  -iwithprefixbefore <dir>  Add <dir> to the end of the main include path\n"
2239 "  -isystem <dir>            Add <dir> to the start of the system include "
2240 "path\n"
2241 msgstr ""
2242
2243 #: c-opts.c:1725
2244 msgid ""
2245 "  -idirafter <dir>          Add <dir> to the end of the system include path\n"
2246 "  -I <dir>                  Add <dir> to the end of the main include path\n"
2247 "  -I-                       Fine-grained include path control; see info "
2248 "docs\n"
2249 "  -nostdinc                 Do not search system include directories\n"
2250 "                             (dirs specified with -isystem will still be "
2251 "used)\n"
2252 "  -nostdinc++               Do not search system include directories for C+"
2253 "+\n"
2254 "  -o <file>                 Put output into <file>\n"
2255 msgstr ""
2256
2257 #: c-opts.c:1734
2258 msgid ""
2259 "  -trigraphs                Support ISO C trigraphs\n"
2260 "  -std=<std name>           Specify the conformance standard; one of:\n"
2261 "                            gnu89, gnu99, c89, c99, iso9899:1990,\n"
2262 "                            iso9899:199409, iso9899:1999, c++98\n"
2263 "  -w                        Inhibit warning messages\n"
2264 "  -W[no-]trigraphs          Warn if trigraphs are encountered\n"
2265 "  -W[no-]comment{s}         Warn if one comment starts inside another\n"
2266 msgstr ""
2267
2268 #: c-opts.c:1743
2269 msgid ""
2270 "  -W[no-]traditional        Warn about features not present in traditional "
2271 "C\n"
2272 "  -W[no-]undef              Warn if an undefined macro is used by #if\n"
2273 "  -W[no-]import             Warn about the use of the #import directive\n"
2274 msgstr ""
2275
2276 #: c-opts.c:1748
2277 msgid ""
2278 "  -W[no-]error              Treat all warnings as errors\n"
2279 "  -W[no-]system-headers     Do not suppress warnings from system headers\n"
2280 "  -W[no-]all                Enable most preprocessor warnings\n"
2281 msgstr ""
2282
2283 #: c-opts.c:1753
2284 msgid ""
2285 "  -M                        Generate make dependencies\n"
2286 "  -MM                       As -M, but ignore system header files\n"
2287 "  -MD                       Generate make dependencies and compile\n"
2288 "  -MMD                      As -MD, but ignore system header files\n"
2289 "  -MF <file>                Write dependency output to the given file\n"
2290 "  -MG                       Treat missing header file as generated files\n"
2291 msgstr ""
2292
2293 #: c-opts.c:1761
2294 msgid ""
2295 "  -MP\t\t\t    Generate phony targets for all headers\n"
2296 "  -MQ <target>              Add a MAKE-quoted target\n"
2297 "  -MT <target>              Add an unquoted target\n"
2298 msgstr ""
2299
2300 #: c-opts.c:1766
2301 msgid ""
2302 "  -D<macro>                 Define a <macro> with string '1' as its value\n"
2303 "  -D<macro>=<val>           Define a <macro> with <val> as its value\n"
2304 "  -A<question>=<answer>     Assert the <answer> to <question>\n"
2305 "  -A-<question>=<answer>    Disable the <answer> to <question>\n"
2306 "  -U<macro>                 Undefine <macro> \n"
2307 "  -v                        Display the version number\n"
2308 msgstr ""
2309
2310 #: c-opts.c:1774
2311 msgid ""
2312 "  -H                        Print the name of header files as they are used\n"
2313 "  -C                        Do not discard comments\n"
2314 "  -dM                       Display a list of macro definitions active at "
2315 "end\n"
2316 "  -dD                       Preserve macro definitions in output\n"
2317 "  -dN                       As -dD except that only the names are preserved\n"
2318 "  -dI                       Include #include directives in the output\n"
2319 msgstr ""
2320
2321 #: c-opts.c:1782
2322 msgid ""
2323 "  -f[no-]preprocessed       Treat the input file as already preprocessed\n"
2324 "  -ftabstop=<number>        Distance between tab stops for column reporting\n"
2325 "  -P                        Do not generate #line directives\n"
2326 "  -remap                    Remap file names when including files\n"
2327 "  --help                    Display this information\n"
2328 msgstr ""
2329
2330 #. Like YYERROR but do call yyerror.
2331 #: c-parse.y:57 objc-parse.y:58
2332 msgid "syntax error"
2333 msgstr ""
2334
2335 #: /usr/share/bison/bison.simple:179
2336 msgid "syntax error: cannot back up"
2337 msgstr ""
2338
2339 #: c-parse.y:327 objc-parse.y:349
2340 msgid "ISO C forbids an empty source file"
2341 msgstr ""
2342
2343 #: c-parse.y:368 c-typeck.c:6858 objc-parse.y:391
2344 msgid "argument of `asm' is not a constant string"
2345 msgstr ""
2346
2347 #: c-parse.y:376 objc-parse.y:399
2348 msgid "ISO C forbids data definition with no type or storage class"
2349 msgstr ""
2350
2351 #: c-parse.y:378 objc-parse.y:401
2352 msgid "data definition has no type or storage class"
2353 msgstr ""
2354
2355 #: c-parse.y:391 objc-parse.y:414
2356 msgid "ISO C does not allow extra `;' outside of a function"
2357 msgstr ""
2358
2359 #: c-parse.y:451 cppexp.c:1314
2360 msgid "traditional C rejects the unary plus operator"
2361 msgstr ""
2362
2363 #: c-parse.y:498 objc-parse.y:521
2364 msgid "`sizeof' applied to a bit-field"
2365 msgstr ""
2366
2367 #: c-parse.y:585 objc-parse.y:608
2368 msgid "ISO C forbids omitting the middle term of a ?: expression"
2369 msgstr ""
2370
2371 #: c-parse.y:634 objc-parse.y:657
2372 msgid "ISO C89 forbids compound literals"
2373 msgstr ""
2374
2375 #: c-parse.y:648 objc-parse.y:671
2376 msgid "ISO C forbids braced-groups within expressions"
2377 msgstr ""
2378
2379 #: c-parse.y:679 objc-parse.y:702
2380 msgid "first argument to __builtin_choose_expr not a constant"
2381 msgstr ""
2382
2383 #: c-parse.y:723 objc-parse.y:770
2384 msgid "traditional C rejects ISO C style function definitions"
2385 msgstr ""
2386
2387 #: c-parse.y:987 c-parse.y:993 c-parse.y:999 c-parse.y:1005 c-parse.y:1026
2388 #: c-parse.y:1032 c-parse.y:1038 c-parse.y:1044 c-parse.y:1077 c-parse.y:1083
2389 #: c-parse.y:1089 c-parse.y:1095 c-parse.y:1140 c-parse.y:1146 c-parse.y:1152
2390 #: c-parse.y:1158 objc-parse.y:1034 objc-parse.y:1040 objc-parse.y:1046
2391 #: objc-parse.y:1052 objc-parse.y:1073 objc-parse.y:1079 objc-parse.y:1085
2392 #: objc-parse.y:1091 objc-parse.y:1124 objc-parse.y:1130 objc-parse.y:1136
2393 #: objc-parse.y:1142 objc-parse.y:1187 objc-parse.y:1193 objc-parse.y:1199
2394 #: objc-parse.y:1205
2395 #, c-format
2396 msgid "`%s' is not at beginning of declaration"
2397 msgstr ""
2398
2399 #: c-parse.y:1443 objc-parse.y:1499
2400 msgid "ISO C forbids empty initializer braces"
2401 msgstr ""
2402
2403 #: c-parse.y:1457 objc-parse.y:1513
2404 msgid "ISO C89 forbids specifying subobject to initialize"
2405 msgstr ""
2406
2407 #: c-parse.y:1460 objc-parse.y:1516
2408 msgid "obsolete use of designated initializer without `='"
2409 msgstr ""
2410
2411 #: c-parse.y:1464 objc-parse.y:1520
2412 msgid "obsolete use of designated initializer with `:'"
2413 msgstr ""
2414
2415 #: c-parse.y:1491 objc-parse.y:1547
2416 msgid "ISO C forbids specifying range of elements to initialize"
2417 msgstr ""
2418
2419 #: c-parse.y:1499 c-parse.y:1530 objc-parse.y:1555 objc-parse.y:1586
2420 msgid "ISO C forbids nested functions"
2421 msgstr ""
2422
2423 #: c-parse.y:1705 objc-parse.y:1763
2424 msgid "ISO C forbids forward references to `enum' types"
2425 msgstr ""
2426
2427 #: c-parse.y:1717 cp/parser.c:9093 objc-parse.y:1775
2428 msgid "comma at end of enumerator list"
2429 msgstr ""
2430
2431 #: c-parse.y:1725 objc-parse.y:1783
2432 msgid "no semicolon at end of struct or union"
2433 msgstr ""
2434
2435 #: c-parse.y:1734 objc-parse.y:1792 objc-parse.y:2867
2436 msgid "extra semicolon in struct or union specified"
2437 msgstr ""
2438
2439 #: c-parse.y:1747 objc-parse.y:1819
2440 msgid "ISO C doesn't support unnamed structs/unions"
2441 msgstr ""
2442
2443 #: c-parse.y:1756 objc-parse.y:1828
2444 msgid "ISO C forbids member declarations with no members"
2445 msgstr ""
2446
2447 #: c-parse.y:1915 objc-parse.y:1987
2448 msgid "deprecated use of label at end of compound statement"
2449 msgstr ""
2450
2451 #: c-parse.y:1932 objc-parse.y:2004
2452 msgid "ISO C89 forbids mixed declarations and code"
2453 msgstr ""
2454
2455 #: c-parse.y:2007 objc-parse.y:2083
2456 msgid "ISO C forbids label declarations"
2457 msgstr ""
2458
2459 #: c-parse.y:2057 objc-parse.y:2133
2460 msgid "braced-group within expression allowed only inside a function"
2461 msgstr ""
2462
2463 #: c-parse.y:2184 objc-parse.y:2260
2464 msgid "empty body in an else-statement"
2465 msgstr ""
2466
2467 #: c-parse.y:2305 objc-parse.y:2381
2468 msgid "ISO C forbids `goto *expr;'"
2469 msgstr ""
2470
2471 #: c-parse.y:2405 objc-parse.y:2481
2472 msgid "ISO C forbids forward parameter declarations"
2473 msgstr ""
2474
2475 #. Gcc used to allow this as an extension.  However, it does
2476 #. not work for all targets, and thus has been disabled.
2477 #. Also, since func (...) and func () are indistinguishable,
2478 #. it caused problems with the code in expand_builtin which
2479 #. tries to verify that BUILT_IN_NEXT_ARG is being used
2480 #. correctly.
2481 #: c-parse.y:2431 objc-parse.y:2507
2482 msgid "ISO C requires a named argument before `...'"
2483 msgstr ""
2484
2485 #: c-parse.y:2528 objc-parse.y:2604
2486 msgid "`...' in old-style identifier list"
2487 msgstr ""
2488
2489 #: /usr/share/bison/bison.simple:795
2490 msgid "parse error; also virtual memory exhausted"
2491 msgstr ""
2492
2493 #: /usr/share/bison/bison.simple:799 cp/spew.c:365
2494 msgid "parse error"
2495 msgstr ""
2496
2497 #: /usr/share/bison/bison.simple:924
2498 msgid "parser stack overflow"
2499 msgstr ""
2500
2501 #: c-parse.y:2840 cp/spew.c:1523 objc-parse.y:3540
2502 #, c-format
2503 msgid "%s at end of input"
2504 msgstr ""
2505
2506 #: c-parse.y:2846 cp/spew.c:1529 objc-parse.y:3546
2507 #, c-format
2508 msgid "%s before %s'%c'"
2509 msgstr ""
2510
2511 #: c-parse.y:2848 cp/spew.c:1531 objc-parse.y:3548
2512 #, c-format
2513 msgid "%s before %s'\\x%x'"
2514 msgstr ""
2515
2516 #: c-parse.y:2852 cp/spew.c:1535 objc-parse.y:3552
2517 #, c-format
2518 msgid "%s before string constant"
2519 msgstr ""
2520
2521 #: c-parse.y:2854 cp/spew.c:1537 objc-parse.y:3554
2522 #, c-format
2523 msgid "%s before numeric constant"
2524 msgstr ""
2525
2526 #: c-parse.y:2856 objc-parse.y:3556
2527 #, c-format
2528 msgid "%s before \"%s\""
2529 msgstr ""
2530
2531 #: c-parse.y:2858 objc-parse.y:3558
2532 #, c-format
2533 msgid "%s before '%s' token"
2534 msgstr ""
2535
2536 #: c-parse.y:2923
2537 msgid "traditional C rejects string concatenation"
2538 msgstr ""
2539
2540 #: c-parse.y:3049 objc-parse.y:3782
2541 #, c-format
2542 msgid "syntax error at '%s' token"
2543 msgstr ""
2544
2545 #: c-pragma.c:109
2546 msgid ""
2547 "#pragma pack (pop) encountered without matching #pragma pack (push, <n>)"
2548 msgstr ""
2549
2550 #: c-pragma.c:127
2551 #, c-format
2552 msgid ""
2553 "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s, "
2554 "<n>)"
2555 msgstr ""
2556
2557 #: c-pragma.c:147
2558 msgid "#pragma pack(push[, id], <n>) is not supported on this target"
2559 msgstr ""
2560
2561 #: c-pragma.c:149
2562 msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
2563 msgstr ""
2564
2565 #: c-pragma.c:169
2566 msgid "missing '(' after '#pragma pack' - ignored"
2567 msgstr ""
2568
2569 #: c-pragma.c:182 c-pragma.c:232
2570 msgid "malformed '#pragma pack' - ignored"
2571 msgstr ""
2572
2573 #: c-pragma.c:187
2574 msgid "malformed '#pragma pack(push[, id], <n>)' - ignored"
2575 msgstr ""
2576
2577 #: c-pragma.c:189
2578 msgid "malformed '#pragma pack(pop[, id])' - ignored"
2579 msgstr ""
2580
2581 #: c-pragma.c:198
2582 #, c-format
2583 msgid "unknown action '%s' for '#pragma pack' - ignored"
2584 msgstr ""
2585
2586 #: c-pragma.c:235
2587 msgid "junk at end of '#pragma pack'"
2588 msgstr ""
2589
2590 #: c-pragma.c:249
2591 #, c-format
2592 msgid "alignment must be a small power of two, not %d"
2593 msgstr ""
2594
2595 #: c-pragma.c:282
2596 #, c-format
2597 msgid ""
2598 "applying #pragma weak `%s' after first use results in unspecified behavior"
2599 msgstr ""
2600
2601 #: c-pragma.c:323 c-pragma.c:328
2602 msgid "malformed #pragma weak, ignored"
2603 msgstr ""
2604
2605 #: c-pragma.c:332
2606 msgid "junk at end of #pragma weak"
2607 msgstr ""
2608
2609 #: c-pragma.c:367 c-pragma.c:372
2610 msgid "malformed #pragma redefine_extname, ignored"
2611 msgstr ""
2612
2613 #: c-pragma.c:377
2614 msgid "junk at end of #pragma redefine_extname"
2615 msgstr ""
2616
2617 #: c-pragma.c:384 c-pragma.c:465
2618 msgid "#pragma redefine_extname conflicts with declaration"
2619 msgstr ""
2620
2621 #: c-pragma.c:415
2622 msgid "malformed #pragma extern_prefix, ignored"
2623 msgstr ""
2624
2625 #: c-pragma.c:420
2626 msgid "junk at end of #pragma extern_prefix"
2627 msgstr ""
2628
2629 #: c-pragma.c:452
2630 msgid "asm declaration conficts with previous rename"
2631 msgstr ""
2632
2633 #: c-semantics.c:585
2634 msgid "break statement not within loop or switch"
2635 msgstr ""
2636
2637 #: c-semantics.c:603
2638 msgid "continue statement not within a loop"
2639 msgstr ""
2640
2641 #: c-semantics.c:698
2642 msgid "destructor needed for `%#D'"
2643 msgstr ""
2644
2645 #: c-semantics.c:699
2646 msgid "where case label appears here"
2647 msgstr ""
2648
2649 #: c-semantics.c:702
2650 msgid ""
2651 "(enclose actions of previous case statements requiring destructors in their "
2652 "own scope.)"
2653 msgstr ""
2654
2655 #: c-semantics.c:745 c-typeck.c:6884 cp/semantics.c:901
2656 #, c-format
2657 msgid "%s qualifier ignored on asm"
2658 msgstr ""
2659
2660 #: c-typeck.c:125
2661 #, c-format
2662 msgid "`%s' has an incomplete type"
2663 msgstr ""
2664
2665 #: c-typeck.c:147 cp/call.c:2654
2666 msgid "invalid use of void expression"
2667 msgstr ""
2668
2669 #: c-typeck.c:155
2670 msgid "invalid use of flexible array member"
2671 msgstr ""
2672
2673 #: c-typeck.c:161
2674 msgid "invalid use of array with unspecified bounds"
2675 msgstr ""
2676
2677 #: c-typeck.c:169
2678 #, c-format
2679 msgid "invalid use of undefined type `%s %s'"
2680 msgstr ""
2681
2682 #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
2683 #: c-typeck.c:173
2684 #, c-format
2685 msgid "invalid use of incomplete typedef `%s'"
2686 msgstr ""
2687
2688 #: c-typeck.c:426 c-typeck.c:440
2689 msgid "function types not truly compatible in ISO C"
2690 msgstr ""
2691
2692 #: c-typeck.c:605
2693 msgid "types are not quite compatible"
2694 msgstr ""
2695
2696 #: c-typeck.c:759 c-typeck.c:2674
2697 msgid "arithmetic on pointer to an incomplete type"
2698 msgstr ""
2699
2700 #: c-typeck.c:1138
2701 #, c-format
2702 msgid "%s has no member named `%s'"
2703 msgstr ""
2704
2705 #: c-typeck.c:1171
2706 #, c-format
2707 msgid "request for member `%s' in something not a structure or union"
2708 msgstr ""
2709
2710 #: c-typeck.c:1203
2711 msgid "dereferencing pointer to incomplete type"
2712 msgstr ""
2713
2714 #: c-typeck.c:1207
2715 msgid "dereferencing `void *' pointer"
2716 msgstr ""
2717
2718 #: c-typeck.c:1224 cp/typeck.c:2387
2719 #, c-format
2720 msgid "invalid type argument of `%s'"
2721 msgstr ""
2722
2723 #: c-typeck.c:1243 cp/typeck.c:2413
2724 msgid "subscript missing in array reference"
2725 msgstr ""
2726
2727 #: c-typeck.c:1264 cp/typeck.c:2455
2728 msgid "array subscript has type `char'"
2729 msgstr ""
2730
2731 #: c-typeck.c:1272 c-typeck.c:1361 cp/typeck.c:2462 cp/typeck.c:2541
2732 msgid "array subscript is not an integer"
2733 msgstr ""
2734
2735 #: c-typeck.c:1305
2736 msgid "ISO C forbids subscripting `register' array"
2737 msgstr ""
2738
2739 #: c-typeck.c:1307
2740 msgid "ISO C90 forbids subscripting non-lvalue array"
2741 msgstr ""
2742
2743 #: c-typeck.c:1340
2744 msgid "subscript has type `char'"
2745 msgstr ""
2746
2747 #: c-typeck.c:1356 cp/typeck.c:2536
2748 msgid "subscripted value is neither array nor pointer"
2749 msgstr ""
2750
2751 #: c-typeck.c:1410
2752 #, c-format
2753 msgid "`%s' undeclared here (not in a function)"
2754 msgstr ""
2755
2756 #: c-typeck.c:1417
2757 #, c-format
2758 msgid "`%s' undeclared (first use in this function)"
2759 msgstr ""
2760
2761 #: c-typeck.c:1422
2762 msgid "(Each undeclared identifier is reported only once"
2763 msgstr ""
2764
2765 #: c-typeck.c:1423
2766 msgid "for each function it appears in.)"
2767 msgstr ""
2768
2769 #: c-typeck.c:1440
2770 #, c-format
2771 msgid "local declaration of `%s' hides instance variable"
2772 msgstr ""
2773
2774 #: c-typeck.c:1505
2775 msgid "called object is not a function"
2776 msgstr ""
2777
2778 #: c-typeck.c:1591 cp/typeck.c:2861
2779 msgid "too many arguments to function"
2780 msgstr ""
2781
2782 #: c-typeck.c:1612
2783 #, c-format
2784 msgid "type of formal parameter %d is incomplete"
2785 msgstr ""
2786
2787 #: c-typeck.c:1625
2788 #, c-format
2789 msgid "%s as integer rather than floating due to prototype"
2790 msgstr ""
2791
2792 #: c-typeck.c:1628
2793 #, c-format
2794 msgid "%s as integer rather than complex due to prototype"
2795 msgstr ""
2796
2797 #: c-typeck.c:1631
2798 #, c-format
2799 msgid "%s as complex rather than floating due to prototype"
2800 msgstr ""
2801
2802 #: c-typeck.c:1634
2803 #, c-format
2804 msgid "%s as floating rather than integer due to prototype"
2805 msgstr ""
2806
2807 #: c-typeck.c:1637
2808 #, c-format
2809 msgid "%s as complex rather than integer due to prototype"
2810 msgstr ""
2811
2812 #: c-typeck.c:1640
2813 #, c-format
2814 msgid "%s as floating rather than complex due to prototype"
2815 msgstr ""
2816
2817 #: c-typeck.c:1650
2818 #, c-format
2819 msgid "%s as `float' rather than `double' due to prototype"
2820 msgstr ""
2821
2822 #: c-typeck.c:1668
2823 #, c-format
2824 msgid "%s with different width due to prototype"
2825 msgstr ""
2826
2827 #: c-typeck.c:1702
2828 #, c-format
2829 msgid "%s as unsigned due to prototype"
2830 msgstr ""
2831
2832 #: c-typeck.c:1704
2833 #, c-format
2834 msgid "%s as signed due to prototype"
2835 msgstr ""
2836
2837 #: c-typeck.c:1738 cp/typeck.c:2966
2838 msgid "too few arguments to function"
2839 msgstr ""
2840
2841 #: c-typeck.c:1780
2842 msgid "suggest parentheses around + or - inside shift"
2843 msgstr ""
2844
2845 #: c-typeck.c:1787
2846 msgid "suggest parentheses around && within ||"
2847 msgstr ""
2848
2849 #: c-typeck.c:1796
2850 msgid "suggest parentheses around arithmetic in operand of |"
2851 msgstr ""
2852
2853 #: c-typeck.c:1799
2854 msgid "suggest parentheses around comparison in operand of |"
2855 msgstr ""
2856
2857 #: c-typeck.c:1808
2858 msgid "suggest parentheses around arithmetic in operand of ^"
2859 msgstr ""
2860
2861 #: c-typeck.c:1811
2862 msgid "suggest parentheses around comparison in operand of ^"
2863 msgstr ""
2864
2865 #: c-typeck.c:1818
2866 msgid "suggest parentheses around + or - in operand of &"
2867 msgstr ""
2868
2869 #: c-typeck.c:1821
2870 msgid "suggest parentheses around comparison in operand of &"
2871 msgstr ""
2872
2873 #: c-typeck.c:1828
2874 msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
2875 msgstr ""
2876
2877 #: c-typeck.c:1988 c-typeck.c:2023
2878 msgid "division by zero"
2879 msgstr ""
2880
2881 #: c-typeck.c:2068 cp/typeck.c:3227
2882 msgid "right shift count is negative"
2883 msgstr ""
2884
2885 #: c-typeck.c:2075 cp/typeck.c:3233
2886 msgid "right shift count >= width of type"
2887 msgstr ""
2888
2889 #: c-typeck.c:2096 cp/typeck.c:3252
2890 msgid "left shift count is negative"
2891 msgstr ""
2892
2893 #: c-typeck.c:2099 cp/typeck.c:3254
2894 msgid "left shift count >= width of type"
2895 msgstr ""
2896
2897 #: c-typeck.c:2120
2898 msgid "shift count is negative"
2899 msgstr ""
2900
2901 #: c-typeck.c:2122
2902 msgid "shift count >= width of type"
2903 msgstr ""
2904
2905 #: c-typeck.c:2139 cp/typeck.c:3289
2906 msgid "comparing floating point with == or != is unsafe"
2907 msgstr ""
2908
2909 #: c-typeck.c:2165 c-typeck.c:2171
2910 msgid "ISO C forbids comparison of `void *' with function pointer"
2911 msgstr ""
2912
2913 #: c-typeck.c:2174 c-typeck.c:2214 c-typeck.c:2242
2914 msgid "comparison of distinct pointer types lacks a cast"
2915 msgstr ""
2916
2917 #: c-typeck.c:2188 c-typeck.c:2193 c-typeck.c:2262 c-typeck.c:2267
2918 msgid "comparison between pointer and integer"
2919 msgstr ""
2920
2921 #: c-typeck.c:2209 c-typeck.c:2237
2922 msgid "ISO C forbids ordered comparisons of pointers to functions"
2923 msgstr ""
2924
2925 #: c-typeck.c:2234
2926 msgid "comparison of complete and incomplete pointers"
2927 msgstr ""
2928
2929 #: c-typeck.c:2250 c-typeck.c:2257
2930 msgid "ordered comparison of pointer with integer zero"
2931 msgstr ""
2932
2933 #: c-typeck.c:2281 cp/typeck.c:3422
2934 msgid "unordered comparison on non-floating point argument"
2935 msgstr ""
2936
2937 #: c-typeck.c:2492
2938 msgid "comparison between signed and unsigned"
2939 msgstr ""
2940
2941 #: c-typeck.c:2538 cp/typeck.c:3666
2942 msgid "comparison of promoted ~unsigned with constant"
2943 msgstr ""
2944
2945 #: c-typeck.c:2546 cp/typeck.c:3674
2946 msgid "comparison of promoted ~unsigned with unsigned"
2947 msgstr ""
2948
2949 #: c-typeck.c:2626
2950 msgid "pointer of type `void *' used in subtraction"
2951 msgstr ""
2952
2953 #: c-typeck.c:2628
2954 msgid "pointer to a function used in subtraction"
2955 msgstr ""
2956
2957 #: c-typeck.c:2725
2958 msgid "wrong type argument to unary plus"
2959 msgstr ""
2960
2961 #: c-typeck.c:2738
2962 msgid "wrong type argument to unary minus"
2963 msgstr ""
2964
2965 #: c-typeck.c:2755
2966 msgid "ISO C does not support `~' for complex conjugation"
2967 msgstr ""
2968
2969 #: c-typeck.c:2761
2970 msgid "wrong type argument to bit-complement"
2971 msgstr ""
2972
2973 #: c-typeck.c:2770
2974 msgid "wrong type argument to abs"
2975 msgstr ""
2976
2977 #: c-typeck.c:2782
2978 msgid "wrong type argument to conjugation"
2979 msgstr ""
2980
2981 #: c-typeck.c:2796
2982 msgid "wrong type argument to unary exclamation mark"
2983 msgstr ""
2984
2985 #: c-typeck.c:2839
2986 msgid "ISO C does not support `++' and `--' on complex types"
2987 msgstr ""
2988
2989 #: c-typeck.c:2854 c-typeck.c:2886
2990 msgid "wrong type argument to increment"
2991 msgstr ""
2992
2993 #: c-typeck.c:2856 c-typeck.c:2888
2994 msgid "wrong type argument to decrement"
2995 msgstr ""
2996
2997 #: c-typeck.c:2877
2998 msgid "increment of pointer to unknown structure"
2999 msgstr ""
3000
3001 #: c-typeck.c:2879
3002 msgid "decrement of pointer to unknown structure"
3003 msgstr ""
3004
3005 #: c-typeck.c:3016
3006 msgid "ISO C forbids the address of a cast expression"
3007 msgstr ""
3008
3009 #: c-typeck.c:3026
3010 msgid "invalid lvalue in unary `&'"
3011 msgstr ""
3012
3013 #: c-typeck.c:3058
3014 #, c-format
3015 msgid "attempt to take address of bit-field structure member `%s'"
3016 msgstr ""
3017
3018 #. Use `%s' to print the string in case there are any escape
3019 #. characters in the message.
3020 #: c-typeck.c:3167 c-typeck.c:4623 c-typeck.c:4639 c-typeck.c:4655
3021 #: final.c:2847 final.c:2849 gcc.c:4526 rtl-error.c:124 toplev.c:1696
3022 #: config/cris/cris.c:531 cp/parser.c:2248 cp/typeck.c:4376 java/expr.c:366
3023 #: java/verify.c:1469 java/verify.c:1470 java/verify.c:1485
3024 #, c-format
3025 msgid "%s"
3026 msgstr ""
3027
3028 #: c-typeck.c:3228
3029 msgid "ISO C forbids use of conditional expressions as lvalues"
3030 msgstr ""
3031
3032 #: c-typeck.c:3231
3033 msgid "ISO C forbids use of compound expressions as lvalues"
3034 msgstr ""
3035
3036 #: c-typeck.c:3234
3037 msgid "ISO C forbids use of cast expressions as lvalues"
3038 msgstr ""
3039
3040 #: c-typeck.c:3251
3041 #, c-format
3042 msgid "%s of read-only member `%s'"
3043 msgstr ""
3044
3045 #: c-typeck.c:3255
3046 #, c-format
3047 msgid "%s of read-only variable `%s'"
3048 msgstr ""
3049
3050 #: c-typeck.c:3258
3051 #, c-format
3052 msgid "%s of read-only location"
3053 msgstr ""
3054
3055 #: c-typeck.c:3277
3056 #, c-format
3057 msgid "cannot take address of bit-field `%s'"
3058 msgstr ""
3059
3060 #: c-typeck.c:3305
3061 #, c-format
3062 msgid "global register variable `%s' used in nested function"
3063 msgstr ""
3064
3065 #: c-typeck.c:3309
3066 #, c-format
3067 msgid "register variable `%s' used in nested function"
3068 msgstr ""
3069
3070 #: c-typeck.c:3316
3071 #, c-format
3072 msgid "address of global register variable `%s' requested"
3073 msgstr ""
3074
3075 #: c-typeck.c:3328
3076 msgid "cannot put object with volatile field into register"
3077 msgstr ""
3078
3079 #: c-typeck.c:3332
3080 #, c-format
3081 msgid "address of register variable `%s' requested"
3082 msgstr ""
3083
3084 #: c-typeck.c:3440
3085 msgid "signed and unsigned type in conditional expression"
3086 msgstr ""
3087
3088 #: c-typeck.c:3447
3089 msgid "ISO C forbids conditional expr with only one void side"
3090 msgstr ""
3091
3092 #: c-typeck.c:3463 c-typeck.c:3470
3093 msgid "ISO C forbids conditional expr between `void *' and function pointer"
3094 msgstr ""
3095
3096 #: c-typeck.c:3476
3097 msgid "pointer type mismatch in conditional expression"
3098 msgstr ""
3099
3100 #: c-typeck.c:3483 c-typeck.c:3493
3101 msgid "pointer/integer type mismatch in conditional expression"
3102 msgstr ""
3103
3104 #: c-typeck.c:3507
3105 msgid "type mismatch in conditional expression"
3106 msgstr ""
3107
3108 #: c-typeck.c:3578 cp/typeck.c:4632
3109 msgid "left-hand operand of comma expression has no effect"
3110 msgstr ""
3111
3112 #: c-typeck.c:3622
3113 msgid "cast specifies array type"
3114 msgstr ""
3115
3116 #: c-typeck.c:3628
3117 msgid "cast specifies function type"
3118 msgstr ""
3119
3120 #: c-typeck.c:3638
3121 msgid "ISO C forbids casting nonscalar to the same type"
3122 msgstr ""
3123
3124 #: c-typeck.c:3656
3125 msgid "ISO C forbids casts to union type"
3126 msgstr ""
3127
3128 #: c-typeck.c:3662
3129 msgid "cast to union type from type not present in union"
3130 msgstr ""
3131
3132 #: c-typeck.c:3713
3133 msgid "cast adds new qualifiers to function type"
3134 msgstr ""
3135
3136 #. There are qualifiers present in IN_OTYPE that are not
3137 #. present in IN_TYPE.
3138 #: c-typeck.c:3718
3139 msgid "cast discards qualifiers from pointer target type"
3140 msgstr ""
3141
3142 #: c-typeck.c:3733
3143 msgid "cast increases required alignment of target type"
3144 msgstr ""
3145
3146 #: c-typeck.c:3739 cp/typeck.c:5062
3147 msgid "cast from pointer to integer of different size"
3148 msgstr ""
3149
3150 #: c-typeck.c:3744
3151 msgid "cast does not match function type"
3152 msgstr ""
3153
3154 #: c-typeck.c:3751 cp/typeck.c:5069
3155 msgid "cast to pointer from integer of different size"
3156 msgstr ""
3157
3158 #: c-typeck.c:3763
3159 msgid "type-punning to incomplete type might break strict-aliasing rules"
3160 msgstr ""
3161
3162 #: c-typeck.c:3767
3163 msgid "dereferencing type-punned pointer will break strict-aliasing rules"
3164 msgstr ""
3165
3166 #. Now we have handled acceptable kinds of LHS that are not truly lvalues.
3167 #. Reject anything strange now.
3168 #: c-typeck.c:3926
3169 msgid "invalid lvalue in assignment"
3170 msgstr ""
3171
3172 #. Convert new value to destination type.
3173 #: c-typeck.c:3935 c-typeck.c:3960 c-typeck.c:3977 cp/typeck.c:5180
3174 #: cp/typeck.c:5329
3175 msgid "assignment"
3176 msgstr ""
3177
3178 #: c-typeck.c:4047
3179 msgid "cannot pass rvalue to reference parameter"
3180 msgstr ""
3181
3182 #: c-typeck.c:4151 c-typeck.c:4218
3183 #, c-format
3184 msgid "%s makes qualified function pointer from unqualified"
3185 msgstr ""
3186
3187 #: c-typeck.c:4155 c-typeck.c:4198
3188 #, c-format
3189 msgid "%s discards qualifiers from pointer target type"
3190 msgstr ""
3191
3192 #: c-typeck.c:4161
3193 msgid "ISO C prohibits argument conversion to union type"
3194 msgstr ""
3195
3196 #: c-typeck.c:4190
3197 #, c-format
3198 msgid "ISO C forbids %s between function pointer and `void *'"
3199 msgstr ""
3200
3201 #: c-typeck.c:4207
3202 #, c-format
3203 msgid "pointer targets in %s differ in signedness"
3204 msgstr ""
3205
3206 #: c-typeck.c:4223
3207 #, c-format
3208 msgid "%s from incompatible pointer type"
3209 msgstr ""
3210
3211 #: c-typeck.c:4239
3212 #, c-format
3213 msgid "%s makes pointer from integer without a cast"
3214 msgstr ""
3215
3216 #: c-typeck.c:4247
3217 #, c-format
3218 msgid "%s makes integer from pointer without a cast"
3219 msgstr ""
3220
3221 #: c-typeck.c:4261 c-typeck.c:4264
3222 #, c-format
3223 msgid "incompatible type for argument %d of `%s'"
3224 msgstr ""
3225
3226 #: c-typeck.c:4268
3227 #, c-format
3228 msgid "incompatible type for argument %d of indirect function call"
3229 msgstr ""
3230
3231 #: c-typeck.c:4272
3232 #, c-format
3233 msgid "incompatible types in %s"
3234 msgstr ""
3235
3236 #. Function name is known; supply it.
3237 #: c-typeck.c:4330
3238 #, c-format
3239 msgid "passing arg of `%s'"
3240 msgstr ""
3241
3242 #. Function name unknown (call through ptr).
3243 #: c-typeck.c:4340
3244 msgid "passing arg of pointer to function"
3245 msgstr ""
3246
3247 #. Function name is known; supply it.
3248 #: c-typeck.c:4348
3249 #, c-format
3250 msgid "passing arg %d of `%s'"
3251 msgstr ""
3252
3253 #. Function name unknown (call through ptr); just give arg number.
3254 #: c-typeck.c:4358
3255 #, c-format
3256 msgid "passing arg %d of pointer to function"
3257 msgstr ""
3258
3259 #: c-typeck.c:4424
3260 msgid "initializer for static variable is not constant"
3261 msgstr ""
3262
3263 #: c-typeck.c:4430
3264 msgid "initializer for static variable uses complicated arithmetic"
3265 msgstr ""
3266
3267 #: c-typeck.c:4438
3268 msgid "aggregate initializer is not constant"
3269 msgstr ""
3270
3271 #: c-typeck.c:4440
3272 msgid "aggregate initializer uses complicated arithmetic"
3273 msgstr ""
3274
3275 #: c-typeck.c:4447
3276 msgid "traditional C rejects automatic aggregate initialization"
3277 msgstr ""
3278
3279 #: c-typeck.c:4626 c-typeck.c:4642 c-typeck.c:4658
3280 #, c-format
3281 msgid "(near initialization for `%s')"
3282 msgstr ""
3283
3284 #: c-typeck.c:4709 cp/typeck2.c:507
3285 msgid "char-array initialized from wide string"
3286 msgstr ""
3287
3288 #: c-typeck.c:4716 cp/typeck2.c:514
3289 msgid "int-array initialized from non-wide string"
3290 msgstr ""
3291
3292 #: c-typeck.c:4734 cp/typeck2.c:530
3293 msgid "initializer-string for array of chars is too long"
3294 msgstr ""
3295
3296 #: c-typeck.c:4772
3297 msgid "array initialized from non-constant array expression"
3298 msgstr ""
3299
3300 #: c-typeck.c:4789 c-typeck.c:4791 c-typeck.c:4807 c-typeck.c:4828
3301 #: c-typeck.c:6228
3302 msgid "initializer element is not constant"
3303 msgstr ""
3304
3305 #: c-typeck.c:4823
3306 msgid "initialization"
3307 msgstr ""
3308
3309 #: c-typeck.c:4834 c-typeck.c:6233
3310 msgid "initializer element is not computable at load time"
3311 msgstr ""
3312
3313 #: c-typeck.c:4849 cp/typeck2.c:607
3314 msgid "invalid initializer"
3315 msgstr ""
3316
3317 #: c-typeck.c:5342
3318 msgid "extra brace group at end of initializer"
3319 msgstr ""
3320
3321 #: c-typeck.c:5362
3322 msgid "missing braces around initializer"
3323 msgstr ""
3324
3325 #: c-typeck.c:5422
3326 msgid "braces around scalar initializer"
3327 msgstr ""
3328
3329 #: c-typeck.c:5470
3330 msgid "initialization of flexible array member in a nested context"
3331 msgstr ""
3332
3333 #: c-typeck.c:5472
3334 msgid "initialization of a flexible array member"
3335 msgstr ""
3336
3337 #: c-typeck.c:5503
3338 msgid "missing initializer"
3339 msgstr ""
3340
3341 #: c-typeck.c:5529
3342 msgid "empty scalar initializer"
3343 msgstr ""
3344
3345 #: c-typeck.c:5534
3346 msgid "extra elements in scalar initializer"
3347 msgstr ""
3348
3349 #: c-typeck.c:5620
3350 msgid "initialization designators may not nest"
3351 msgstr ""
3352
3353 #: c-typeck.c:5641 c-typeck.c:5712
3354 msgid "array index in non-array initializer"
3355 msgstr ""
3356
3357 #: c-typeck.c:5646 c-typeck.c:5764
3358 msgid "field name not in record or union initializer"
3359 msgstr ""
3360
3361 #: c-typeck.c:5708 c-typeck.c:5710
3362 msgid "nonconstant array index in initializer"
3363 msgstr ""
3364
3365 #: c-typeck.c:5715
3366 msgid "array index in initializer exceeds array bounds"
3367 msgstr ""
3368
3369 #: c-typeck.c:5726
3370 msgid "empty index range in initializer"
3371 msgstr ""
3372
3373 #: c-typeck.c:5735
3374 msgid "array index range in initializer exceeds array bounds"
3375 msgstr ""
3376
3377 #: c-typeck.c:5776
3378 #, c-format
3379 msgid "unknown field `%s' specified in initializer"
3380 msgstr ""
3381
3382 #: c-typeck.c:5813 c-typeck.c:5834 c-typeck.c:6295
3383 msgid "initialized field with side-effects overwritten"
3384 msgstr ""
3385
3386 #: c-typeck.c:6505
3387 msgid "excess elements in char array initializer"
3388 msgstr ""
3389
3390 #: c-typeck.c:6512 c-typeck.c:6558
3391 msgid "excess elements in struct initializer"
3392 msgstr ""
3393
3394 #: c-typeck.c:6573
3395 msgid "non-static initialization of a flexible array member"
3396 msgstr ""
3397
3398 #: c-typeck.c:6635
3399 msgid "excess elements in union initializer"
3400 msgstr ""
3401
3402 #: c-typeck.c:6656
3403 msgid "traditional C rejects initialization of unions"
3404 msgstr ""
3405
3406 #: c-typeck.c:6719
3407 msgid "excess elements in array initializer"
3408 msgstr ""
3409
3410 #: c-typeck.c:6748
3411 msgid "excess elements in vector initializer"
3412 msgstr ""
3413
3414 #: c-typeck.c:6770
3415 msgid "excess elements in scalar initializer"
3416 msgstr ""
3417
3418 #: c-typeck.c:6877
3419 msgid "asm template is not a string constant"
3420 msgstr ""
3421
3422 #: c-typeck.c:6909
3423 msgid "invalid lvalue in asm statement"
3424 msgstr ""
3425
3426 #: c-typeck.c:6984
3427 msgid "modification by `asm'"
3428 msgstr ""
3429
3430 #: c-typeck.c:7003 cp/typeck.c:6187
3431 msgid "function declared `noreturn' has a `return' statement"
3432 msgstr ""
3433
3434 #: c-typeck.c:7010
3435 msgid "`return' with no value, in function returning non-void"
3436 msgstr ""
3437
3438 #: c-typeck.c:7016
3439 msgid "`return' with a value, in function returning void"
3440 msgstr ""
3441
3442 #: c-typeck.c:7020
3443 msgid "return"
3444 msgstr ""
3445
3446 #: c-typeck.c:7072
3447 msgid "function returns address of local variable"
3448 msgstr ""
3449
3450 #: c-typeck.c:7128 cp/semantics.c:559
3451 msgid "switch quantity not an integer"
3452 msgstr ""
3453
3454 #: c-typeck.c:7138
3455 msgid "`long' switch expression not converted to `int' in ISO C"
3456 msgstr ""
3457
3458 #: c-typeck.c:7173 cp/decl.c:5173
3459 msgid "case label not within a switch statement"
3460 msgstr ""
3461
3462 #: c-typeck.c:7175 cp/decl.c:5178
3463 msgid "`default' label not within a switch statement"
3464 msgstr ""
3465
3466 #: calls.c:1887
3467 #, c-format
3468 msgid "inlining failed in call to `%s'"
3469 msgstr ""
3470
3471 #: calls.c:1888 calls.c:2194
3472 msgid "called from here"
3473 msgstr ""
3474
3475 #: calls.c:2193
3476 #, c-format
3477 msgid "can't inline call to `%s'"
3478 msgstr ""
3479
3480 #: calls.c:2223
3481 msgid "function call has aggregate value"
3482 msgstr ""
3483
3484 #: calls.c:4587
3485 msgid "variable offset is passed partially in stack and in reg"
3486 msgstr ""
3487
3488 #: calls.c:4589
3489 msgid "variable size is passed partially in stack and in reg"
3490 msgstr ""
3491
3492 #: cfgloop.c:1106
3493 #, c-format
3494 msgid "Size of loop %d should be %d, not %d."
3495 msgstr ""
3496
3497 #: cfgloop.c:1125
3498 #, c-format
3499 msgid "Bb %d do not belong to loop %d."
3500 msgstr ""
3501
3502 #: cfgloop.c:1143
3503 #, c-format
3504 msgid "Loop %d's header does not have exactly 2 entries."
3505 msgstr ""
3506
3507 #: cfgloop.c:1151
3508 #, c-format
3509 msgid "Loop %d's latch does not have exactly 1 successor."
3510 msgstr ""
3511
3512 #: cfgloop.c:1156
3513 #, c-format
3514 msgid "Loop %d's latch does not have header as successor."
3515 msgstr ""
3516
3517 #: cfgloop.c:1161
3518 #, c-format
3519 msgid "Loop %d's latch does not belong directly to it."
3520 msgstr ""
3521
3522 #: cfgloop.c:1167
3523 #, c-format
3524 msgid "Loop %d's header does not belong directly to it."
3525 msgstr ""
3526
3527 #: cfgrtl.c:1705
3528 #, c-format
3529 msgid "bb %d on wrong place"
3530 msgstr ""
3531
3532 #: cfgrtl.c:1711
3533 #, c-format
3534 msgid "prev_bb of %d should be %d, not %d"
3535 msgstr ""
3536
3537 #: cfgrtl.c:1731
3538 #, c-format
3539 msgid "end insn %d for block %d not found in the insn stream"
3540 msgstr ""
3541
3542 #: cfgrtl.c:1745
3543 #, c-format
3544 msgid "insn %d is in multiple basic blocks (%d and %d)"
3545 msgstr ""
3546
3547 #: cfgrtl.c:1757
3548 #, c-format
3549 msgid "head insn %d for block %d not found in the insn stream"
3550 msgstr ""
3551
3552 #: cfgrtl.c:1779
3553 #, c-format
3554 msgid "verify_flow_info: REG_BR_PROB does not match cfg %i %i"
3555 msgstr ""
3556
3557 #: cfgrtl.c:1786
3558 #, c-format
3559 msgid "verify_flow_info: Wrong count of block %i %i"
3560 msgstr ""
3561
3562 #: cfgrtl.c:1792
3563 #, c-format
3564 msgid "verify_flow_info: Wrong frequency of block %i %i"
3565 msgstr ""
3566
3567 #: cfgrtl.c:1800
3568 #, c-format
3569 msgid "verify_flow_info: Duplicate edge %i->%i"
3570 msgstr ""
3571
3572 #: cfgrtl.c:1806
3573 #, c-format
3574 msgid "verify_flow_info: Wrong probability of edge %i->%i %i"
3575 msgstr ""
3576
3577 #: cfgrtl.c:1812
3578 #, c-format
3579 msgid "verify_flow_info: Wrong count of edge %i->%i %i"
3580 msgstr ""
3581
3582 #: cfgrtl.c:1842
3583 #, c-format
3584 msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
3585 msgstr ""
3586
3587 #: cfgrtl.c:1857
3588 #, c-format
3589 msgid "verify_flow_info: Incorrect fallthru %i->%i"
3590 msgstr ""
3591
3592 #: cfgrtl.c:1859
3593 msgid "wrong insn in the fallthru edge"
3594 msgstr ""
3595
3596 #: cfgrtl.c:1866
3597 #, c-format
3598 msgid "verify_flow_info: Basic block %d succ edge is corrupted"
3599 msgstr ""
3600
3601 #: cfgrtl.c:1882
3602 #, c-format
3603 msgid "Missing REG_EH_REGION note in the end of bb %i"
3604 msgstr ""
3605
3606 #: cfgrtl.c:1890
3607 #, c-format
3608 msgid "Too many outgoing branch edges from bb %i"
3609 msgstr ""
3610
3611 #: cfgrtl.c:1895
3612 #, c-format
3613 msgid "Fallthru edge after unconditional jump %i"
3614 msgstr ""
3615
3616 #: cfgrtl.c:1900
3617 #, c-format
3618 msgid "Wrong amount of branch edges after unconditional jump %i"
3619 msgstr ""
3620
3621 #: cfgrtl.c:1906
3622 #, c-format
3623 msgid "Wrong amount of branch edges after conditional jump %i"
3624 msgstr ""
3625
3626 #: cfgrtl.c:1911
3627 #, c-format
3628 msgid "Call edges for non-call insn in bb %i"
3629 msgstr ""
3630
3631 #: cfgrtl.c:1920
3632 #, c-format
3633 msgid "Abnormal edges for no purpose in bb %i"
3634 msgstr ""
3635
3636 #: cfgrtl.c:1935
3637 #, c-format
3638 msgid "missing barrier after block %i"
3639 msgstr ""
3640
3641 #: cfgrtl.c:1945
3642 #, c-format
3643 msgid "basic block %d pred edge is corrupted"
3644 msgstr ""
3645
3646 #: cfgrtl.c:1962
3647 #, c-format
3648 msgid "insn %d inside basic block %d but block_for_insn is NULL"
3649 msgstr ""
3650
3651 #: cfgrtl.c:1966
3652 #, c-format
3653 msgid "insn %d inside basic block %d but block_for_insn is %i"
3654 msgstr ""
3655
3656 #: cfgrtl.c:1980 cfgrtl.c:1990
3657 #, c-format
3658 msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
3659 msgstr ""
3660
3661 #: cfgrtl.c:2003
3662 #, c-format
3663 msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
3664 msgstr ""
3665
3666 #: cfgrtl.c:2015
3667 #, c-format
3668 msgid "in basic block %d:"
3669 msgstr ""
3670
3671 #: cfgrtl.c:2016
3672 msgid "flow control insn inside a basic block"
3673 msgstr ""
3674
3675 #: cfgrtl.c:2035
3676 #, c-format
3677 msgid "basic block %i edge lists are corrupted"
3678 msgstr ""
3679
3680 #: cfgrtl.c:2050
3681 msgid "basic blocks not numbered consecutively"
3682 msgstr ""
3683
3684 #: cfgrtl.c:2075
3685 msgid "insn outside basic block"
3686 msgstr ""
3687
3688 #: cfgrtl.c:2083
3689 msgid "return not followed by barrier"
3690 msgstr ""
3691
3692 #: cfgrtl.c:2088
3693 #, c-format
3694 msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
3695 msgstr ""
3696
3697 #: cfgrtl.c:2092
3698 msgid "verify_flow_info failed"
3699 msgstr ""
3700
3701 #: collect2.c:426
3702 msgid "internal error"
3703 msgstr ""
3704
3705 #: collect2.c:935
3706 msgid "no arguments"
3707 msgstr ""
3708
3709 #: collect2.c:1264 collect2.c:1412 collect2.c:1445
3710 #, c-format
3711 msgid "fopen %s"
3712 msgstr ""
3713
3714 #: collect2.c:1267 collect2.c:1417 collect2.c:1448
3715 #, c-format
3716 msgid "fclose %s"
3717 msgstr ""
3718
3719 #: collect2.c:1276
3720 #, c-format
3721 msgid "collect2 version %s"
3722 msgstr ""
3723
3724 #: collect2.c:1366
3725 #, c-format
3726 msgid "%d constructor(s) found\n"
3727 msgstr ""
3728
3729 #: collect2.c:1367
3730 #, c-format
3731 msgid "%d destructor(s)  found\n"
3732 msgstr ""
3733
3734 #: collect2.c:1368
3735 #, c-format
3736 msgid "%d frame table(s) found\n"
3737 msgstr ""
3738
3739 #: collect2.c:1509
3740 #, c-format
3741 msgid "%s terminated with signal %d [%s]%s"
3742 msgstr ""
3743
3744 #: collect2.c:1528
3745 #, c-format
3746 msgid "%s returned %d exit status"
3747 msgstr ""
3748
3749 #: collect2.c:1556
3750 #, c-format
3751 msgid "[cannot find %s]"
3752 msgstr ""
3753
3754 #: collect2.c:1571
3755 #, c-format
3756 msgid "cannot find `%s'"
3757 msgstr ""
3758
3759 #: collect2.c:1582 collect2.c:1585
3760 #, c-format
3761 msgid "redirecting stdout: %s"
3762 msgstr ""
3763
3764 #: collect2.c:1628
3765 #, c-format
3766 msgid "[Leaving %s]\n"
3767 msgstr ""
3768
3769 #: collect2.c:1871
3770 #, c-format
3771 msgid ""
3772 "\n"
3773 "write_c_file - output name is %s, prefix is %s\n"
3774 msgstr ""
3775
3776 #: collect2.c:2084
3777 msgid "cannot find `nm'"
3778 msgstr ""
3779
3780 #: collect2.c:2094 collect2.c:2536
3781 msgid "pipe"
3782 msgstr ""
3783
3784 #: collect2.c:2098 collect2.c:2540
3785 msgid "fdopen"
3786 msgstr ""
3787
3788 #: collect2.c:2124 collect2.c:2566
3789 #, c-format
3790 msgid "dup2 %d 1"
3791 msgstr ""
3792
3793 #: collect2.c:2127 collect2.c:2130 collect2.c:2143 collect2.c:2569
3794 #: collect2.c:2572 collect2.c:2585
3795 #, c-format
3796 msgid "close %d"
3797 msgstr ""
3798
3799 #: collect2.c:2133 collect2.c:2575
3800 #, c-format
3801 msgid "execv %s"
3802 msgstr ""
3803
3804 #: collect2.c:2187
3805 #, c-format
3806 msgid "init function found in object %s"
3807 msgstr ""
3808
3809 #: collect2.c:2195
3810 #, c-format
3811 msgid "fini function found in object %s"
3812 msgstr ""
3813
3814 #: collect2.c:2218 collect2.c:2624
3815 msgid "fclose"
3816 msgstr ""
3817
3818 #: collect2.c:2263
3819 #, c-format
3820 msgid "unable to open file '%s'"
3821 msgstr ""
3822
3823 #: collect2.c:2265
3824 #, c-format
3825 msgid "unable to stat file '%s'"
3826 msgstr ""
3827
3828 #: collect2.c:2271
3829 #, c-format
3830 msgid "unable to mmap file '%s'"
3831 msgstr ""
3832
3833 #: collect2.c:2424
3834 msgid "not found\n"
3835 msgstr ""
3836
3837 #: collect2.c:2426 collect2.c:2603
3838 #, c-format
3839 msgid "dynamic dependency %s not found"
3840 msgstr ""
3841
3842 #: collect2.c:2446
3843 #, c-format
3844 msgid "bad magic number in file '%s'"
3845 msgstr ""
3846
3847 #: collect2.c:2468
3848 msgid "dynamic dependencies.\n"
3849 msgstr ""
3850
3851 #: collect2.c:2527
3852 msgid "cannot find `ldd'"
3853 msgstr ""
3854
3855 #: collect2.c:2588
3856 msgid ""
3857 "\n"
3858 "ldd output with constructors/destructors.\n"
3859 msgstr ""
3860
3861 #: collect2.c:2615
3862 #, c-format
3863 msgid "unable to open dynamic dependency '%s'"
3864 msgstr ""
3865
3866 #: collect2.c:2764
3867 #, c-format
3868 msgid "%s: not a COFF file"
3869 msgstr ""
3870
3871 #: collect2.c:2883
3872 #, c-format
3873 msgid "%s: cannot open as COFF file"
3874 msgstr ""
3875
3876 #: collect2.c:2939
3877 #, c-format
3878 msgid "library lib%s not found"
3879 msgstr ""
3880
3881 #: collect2.c:3034
3882 #, c-format
3883 msgid "open %s"
3884 msgstr ""
3885
3886 #: collect2.c:3057
3887 msgid "incompatibilities between object file & expected values"
3888 msgstr ""
3889
3890 #: collect2.c:3130
3891 #, c-format
3892 msgid ""
3893 "\n"
3894 "Processing symbol table #%d, offset = 0x%.8lx, kind = %s\n"
3895 msgstr ""
3896
3897 #: collect2.c:3139
3898 msgid "string section missing"
3899 msgstr ""
3900
3901 #: collect2.c:3142
3902 msgid "section pointer missing"
3903 msgstr ""
3904
3905 #: collect2.c:3190
3906 msgid "no symbol table found"
3907 msgstr ""
3908
3909 #: collect2.c:3203
3910 msgid "no cmd_strings found"
3911 msgstr ""
3912
3913 #: collect2.c:3215
3914 msgid ""
3915 "\n"
3916 "Updating header and load commands.\n"
3917 "\n"
3918 msgstr ""
3919
3920 #: collect2.c:3222
3921 #, c-format
3922 msgid "load command map, %d cmds, new size %ld.\n"
3923 msgstr ""
3924
3925 #: collect2.c:3253
3926 msgid ""
3927 "writing load commands.\n"
3928 "\n"
3929 msgstr ""
3930
3931 #: collect2.c:3273
3932 #, c-format
3933 msgid "close %s"
3934 msgstr ""
3935
3936 #: collect2.c:3347
3937 msgid "could not convert 0x%l.8x into a region"
3938 msgstr ""
3939
3940 #: collect2.c:3351
3941 #, c-format
3942 msgid "%s function, region %d, offset = %ld (0x%.8lx)\n"
3943 msgstr ""
3944
3945 #: collect2.c:3478
3946 msgid "bad magic number"
3947 msgstr ""
3948
3949 #: collect2.c:3479
3950 msgid "bad header version"
3951 msgstr ""
3952
3953 #: collect2.c:3480
3954 msgid "bad raw header version"
3955 msgstr ""
3956
3957 #: collect2.c:3481
3958 msgid "raw header buffer too small"
3959 msgstr ""
3960
3961 #: collect2.c:3482
3962 msgid "old raw header file"
3963 msgstr ""
3964
3965 #: collect2.c:3483
3966 msgid "unsupported version"
3967 msgstr ""
3968
3969 #: collect2.c:3485
3970 #, c-format
3971 msgid "unknown {de,en}code_mach_o_hdr return value %d"
3972 msgstr ""
3973
3974 #: collect2.c:3505
3975 #, c-format
3976 msgid "fstat %s"
3977 msgstr ""
3978
3979 #: collect2.c:3542 collect2.c:3590
3980 #, c-format
3981 msgid "lseek %s 0"
3982 msgstr ""
3983
3984 #: collect2.c:3546
3985 #, c-format
3986 msgid "read %s"
3987 msgstr ""
3988
3989 #: collect2.c:3549
3990 #, c-format
3991 msgid "read %ld bytes, expected %ld, from %s"
3992 msgstr ""
3993
3994 #: collect2.c:3570
3995 #, c-format
3996 msgid "msync %s"
3997 msgstr ""
3998
3999 #: collect2.c:3577
4000 #, c-format
4001 msgid "munmap %s"
4002 msgstr ""
4003
4004 #: collect2.c:3594
4005 #, c-format
4006 msgid "write %s"
4007 msgstr ""
4008
4009 #: collect2.c:3597
4010 #, c-format
4011 msgid "wrote %ld bytes, expected %ld, to %s"
4012 msgstr ""
4013
4014 #: combine.c:12941
4015 #, c-format
4016 msgid ""
4017 ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new "
4018 "space),\n"
4019 ";; %d successes.\n"
4020 "\n"
4021 msgstr ""
4022
4023 #: combine.c:12951
4024 #, c-format
4025 msgid ""
4026 "\n"
4027 ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
4028 ";; %d successes.\n"
4029 msgstr ""
4030
4031 #: convert.c:72
4032 msgid "cannot convert to a pointer type"
4033 msgstr ""
4034
4035 #: convert.c:267
4036 msgid "pointer value used where a floating point value was expected"
4037 msgstr ""
4038
4039 #: convert.c:271
4040 msgid "aggregate value used where a float was expected"
4041 msgstr ""
4042
4043 #: convert.c:297
4044 msgid "conversion to incomplete type"
4045 msgstr ""
4046
4047 #: convert.c:579 convert.c:659
4048 msgid "can't convert between vector values of different size"
4049 msgstr ""
4050
4051 #: convert.c:585
4052 msgid "aggregate value used where an integer was expected"
4053 msgstr ""
4054
4055 #: convert.c:637 f/com.c:1100
4056 msgid "pointer value used where a complex was expected"
4057 msgstr ""
4058
4059 #: convert.c:641 f/com.c:1102
4060 msgid "aggregate value used where a complex was expected"
4061 msgstr ""
4062
4063 #: convert.c:665
4064 msgid "can't convert value to a vector"
4065 msgstr ""
4066
4067 #: cpperror.c:115
4068 msgid "warning: "
4069 msgstr ""
4070
4071 #: cpperror.c:117
4072 msgid "internal error: "
4073 msgstr ""
4074
4075 #: cpperror.c:191
4076 msgid "stdout"
4077 msgstr ""
4078
4079 #: cpperror.c:193 gcc.c:6667
4080 #, c-format
4081 msgid "%s: %s"
4082 msgstr ""
4083
4084 #: cppexp.c:201
4085 msgid "too many decimal points in number"
4086 msgstr ""
4087
4088 #: cppexp.c:221
4089 #, c-format
4090 msgid "invalid digit \"%c\" in octal constant"
4091 msgstr ""
4092
4093 #: cppexp.c:227
4094 msgid "use of C99 hexadecimal floating constant"
4095 msgstr ""
4096
4097 #: cppexp.c:236
4098 msgid "exponent has no digits"
4099 msgstr ""
4100
4101 #: cppexp.c:243
4102 msgid "hexadecimal floating constants require an exponent"
4103 msgstr ""
4104
4105 #: cppexp.c:249
4106 #, c-format
4107 msgid "invalid suffix \"%.*s\" on floating constant"
4108 msgstr ""
4109
4110 #: cppexp.c:259 cppexp.c:284
4111 #, c-format
4112 msgid "traditional C rejects the \"%.*s\" suffix"
4113 msgstr ""
4114
4115 #: cppexp.c:270
4116 #, c-format
4117 msgid "invalid suffix \"%.*s\" on integer constant"
4118 msgstr ""
4119
4120 #: cppexp.c:291
4121 msgid "use of C99 long long integer constant"
4122 msgstr ""
4123
4124 #: cppexp.c:297
4125 msgid "imaginary constants are a GCC extension"
4126 msgstr ""
4127
4128 #: cppexp.c:385
4129 msgid "integer constant is too large for its type"
4130 msgstr ""
4131
4132 #: cppexp.c:397
4133 msgid "integer constant is so large that it is unsigned"
4134 msgstr ""
4135
4136 #: cppexp.c:484
4137 msgid "missing ')' after \"defined\""
4138 msgstr ""
4139
4140 #: cppexp.c:491
4141 msgid "operator \"defined\" requires an identifier"
4142 msgstr ""
4143
4144 #: cppexp.c:499
4145 #, c-format
4146 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
4147 msgstr ""
4148
4149 #: cppexp.c:509
4150 msgid "this use of \"defined\" may not be portable"
4151 msgstr ""
4152
4153 #: cppexp.c:547
4154 msgid "floating constant in preprocessor expression"
4155 msgstr ""
4156
4157 #: cppexp.c:553
4158 msgid "imaginary number in preprocessor expression"
4159 msgstr ""
4160
4161 #: cppexp.c:598
4162 #, c-format
4163 msgid "ISO C++ does not permit \"%s\" in #if"
4164 msgstr ""
4165
4166 #: cppexp.c:606
4167 #, c-format
4168 msgid "\"%s\" is not defined"
4169 msgstr ""
4170
4171 #: cppexp.c:739 cppexp.c:774
4172 #, c-format
4173 msgid "missing binary operator before token \"%s\""
4174 msgstr ""
4175
4176 #: cppexp.c:758
4177 #, c-format
4178 msgid "invalid character '%c' in #if"
4179 msgstr ""
4180
4181 #: cppexp.c:760
4182 #, c-format
4183 msgid "invalid character '\\%03o' in #if"
4184 msgstr ""
4185
4186 #: cppexp.c:765
4187 #, c-format
4188 msgid "token \"%s\" is not valid in preprocessor expressions"
4189 msgstr ""
4190
4191 #: cppexp.c:784
4192 msgid "void expression between '(' and ')'"
4193 msgstr ""
4194
4195 #: cppexp.c:787
4196 msgid "#if with no expression"
4197 msgstr ""
4198
4199 #: cppexp.c:789
4200 #, c-format
4201 msgid "operator '%s' has no right operand"
4202 msgstr ""
4203
4204 #: cppexp.c:815
4205 msgid " ':' without preceding '?'"
4206 msgstr ""
4207
4208 #: cppexp.c:842
4209 msgid "unbalanced stack in #if"
4210 msgstr ""
4211
4212 #: cppexp.c:864
4213 #, c-format
4214 msgid "impossible operator '%u'"
4215 msgstr ""
4216
4217 #: cppexp.c:956
4218 msgid "missing ')' in expression"
4219 msgstr ""
4220
4221 #: cppexp.c:977
4222 msgid "'?' without following ':'"
4223 msgstr ""
4224
4225 #: cppexp.c:987
4226 msgid "integer overflow in preprocessor expression"
4227 msgstr ""
4228
4229 #: cppexp.c:992
4230 msgid "missing '(' in expression"
4231 msgstr ""
4232
4233 #: cppexp.c:1028
4234 #, c-format
4235 msgid "the left operand of \"%s\" changes sign when promoted"
4236 msgstr ""
4237
4238 #: cppexp.c:1033
4239 #, c-format
4240 msgid "the right operand of \"%s\" changes sign when promoted"
4241 msgstr ""
4242
4243 #: cppexp.c:1416
4244 msgid "comma operator in operand of #if"
4245 msgstr ""
4246
4247 #: cppexp.c:1553
4248 msgid "division by zero in #if"
4249 msgstr ""
4250
4251 #: cppfiles.c:413
4252 #, c-format
4253 msgid "%s is too large"
4254 msgstr ""
4255
4256 #: cppfiles.c:449
4257 #, c-format
4258 msgid "%s is shorter than expected"
4259 msgstr ""
4260
4261 #: cppfiles.c:463
4262 #, c-format
4263 msgid "%s is a block device"
4264 msgstr ""
4265
4266 #: cppfiles.c:596
4267 #, c-format
4268 msgid "no include path in which to find %s"
4269 msgstr ""
4270
4271 #: cppfiles.c:670
4272 msgid "Multiple include guards may be useful for:\n"
4273 msgstr ""
4274
4275 #: cppfiles.c:1016
4276 msgid "absolute file name in remap_filename"
4277 msgstr ""
4278
4279 #: cppinit.c:222
4280 #, c-format
4281 msgid "ignoring nonexistent directory \"%s\"\n"
4282 msgstr ""
4283
4284 #: cppinit.c:229
4285 #, c-format
4286 msgid "%s: Not a directory"
4287 msgstr ""
4288
4289 #: cppinit.c:285
4290 #, c-format
4291 msgid "ignoring duplicate directory \"%s\"\n"
4292 msgstr ""
4293
4294 #: cppinit.c:323
4295 msgid "  as it is a non-system directory that duplicates a system directory\n"
4296 msgstr ""
4297
4298 #: cppinit.c:861
4299 msgid "cppchar_t must be an unsigned type"
4300 msgstr ""
4301
4302 #: cppinit.c:865
4303 #, c-format
4304 msgid ""
4305 "preprocessor arithmetic has maximum precision of %lu bits; target requires %"
4306 "lu bits"
4307 msgstr ""
4308
4309 #: cppinit.c:871
4310 msgid "CPP arithmetic must be at least as precise as a target int"
4311 msgstr ""
4312
4313 #: cppinit.c:874
4314 msgid "target char is less than 8 bits wide"
4315 msgstr ""
4316
4317 #: cppinit.c:878
4318 msgid "target wchar_t is narrower than target char"
4319 msgstr ""
4320
4321 #: cppinit.c:882
4322 msgid "target int is narrower than target char"
4323 msgstr ""
4324
4325 #: cppinit.c:886
4326 msgid "CPP half-integer narrower than CPP character"
4327 msgstr ""
4328
4329 #: cppinit.c:890
4330 #, c-format
4331 msgid ""
4332 "CPP on this host cannot handle wide character constants over %lu bits, but "
4333 "the target requires %lu bits"
4334 msgstr ""
4335
4336 #: cppinit.c:956
4337 msgid "#include \"...\" search starts here:\n"
4338 msgstr ""
4339
4340 #: cppinit.c:960
4341 msgid "#include <...> search starts here:\n"
4342 msgstr ""
4343
4344 #: cppinit.c:963
4345 msgid "End of search list.\n"
4346 msgstr ""
4347
4348 #: cppinit.c:1039
4349 msgid "<built-in>"
4350 msgstr ""
4351
4352 #: cppinit.c:1041
4353 msgid "<command line>"
4354 msgstr ""
4355
4356 #. Irix6 "cc -n32" and OSF4 cc have problems with char foo[] = ("string");
4357 #. I.e. a const string initializer with parens around it.  That is
4358 #. what N_("string") resolves to, so we make no_* be macros instead.
4359 #: cppinit.c:1146
4360 #, c-format
4361 msgid "assertion missing after %s"
4362 msgstr ""
4363
4364 #: cppinit.c:1147
4365 #, c-format
4366 msgid "directory name missing after %s"
4367 msgstr ""
4368
4369 #: cppinit.c:1148
4370 #, c-format
4371 msgid "file name missing after %s"
4372 msgstr ""
4373
4374 #: cppinit.c:1149
4375 #, c-format
4376 msgid "macro name missing after %s"
4377 msgstr ""
4378
4379 #: cppinit.c:1150
4380 #, c-format
4381 msgid "path name missing after %s"
4382 msgstr ""
4383
4384 #: cppinit.c:1352
4385 msgid "-I- specified twice"
4386 msgstr ""
4387
4388 #: cpplex.c:151
4389 #, c-format
4390 msgid "trigraph ??%c converted to %c"
4391 msgstr ""
4392
4393 #: cpplex.c:159
4394 #, c-format
4395 msgid "trigraph ??%c ignored"
4396 msgstr ""
4397
4398 #: cpplex.c:216
4399 msgid "backslash and newline separated by space"
4400 msgstr ""
4401
4402 #: cpplex.c:223 cpptrad.c:160
4403 msgid "backslash-newline at end of file"
4404 msgstr ""
4405
4406 #: cpplex.c:289 cpptrad.c:201
4407 msgid "\"/*\" within comment"
4408 msgstr ""
4409
4410 #: cpplex.c:397
4411 msgid "null character(s) ignored"
4412 msgstr ""
4413
4414 #: cpplex.c:404
4415 #, c-format
4416 msgid "%s in preprocessing directive"
4417 msgstr ""
4418
4419 #: cpplex.c:477
4420 #, c-format
4421 msgid "attempt to use poisoned \"%s\""
4422 msgstr ""
4423
4424 #: cpplex.c:485
4425 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
4426 msgstr ""
4427
4428 #: cpplex.c:557
4429 msgid "'$' character(s) in identifier or number"
4430 msgstr ""
4431
4432 #: cpplex.c:700
4433 #, c-format
4434 msgid "missing terminating %c character"
4435 msgstr ""
4436
4437 #: cpplex.c:713
4438 msgid "null character(s) preserved in literal"
4439 msgstr ""
4440
4441 #: cpplex.c:917 cpptrad.c:489
4442 msgid "no newline at end of file"
4443 msgstr ""
4444
4445 #: cpplex.c:1094 cpptrad.c:215
4446 msgid "unterminated comment"
4447 msgstr ""
4448
4449 #: cpplex.c:1105
4450 msgid "C++ style comments are not allowed in ISO C90"
4451 msgstr ""
4452
4453 #: cpplex.c:1107
4454 msgid "(this will be reported only once per input file)"
4455 msgstr ""
4456
4457 #: cpplex.c:1112
4458 msgid "multi-line comment"
4459 msgstr ""
4460
4461 #: cpplex.c:1427
4462 #, c-format
4463 msgid "unknown string token %s\n"
4464 msgstr ""
4465
4466 #: cpplex.c:1440
4467 #, c-format
4468 msgid "unspellable token %s"
4469 msgstr ""
4470
4471 #: cpplex.c:1697
4472 #, c-format
4473 msgid "the meaning of '\\%c' is different in traditional C"
4474 msgstr ""
4475
4476 #: cpplex.c:1703
4477 msgid "incomplete universal-character-name"
4478 msgstr ""
4479
4480 #: cpplex.c:1717
4481 #, c-format
4482 msgid "non-hex digit '%c' in universal-character-name"
4483 msgstr ""
4484
4485 #: cpplex.c:1725
4486 msgid "universal-character-name on EBCDIC target"
4487 msgstr ""
4488
4489 #: cpplex.c:1739
4490 msgid "universal-character-name out of range"
4491 msgstr ""
4492
4493 #: cpplex.c:1793
4494 msgid "the meaning of '\\a' is different in traditional C"
4495 msgstr ""
4496
4497 #: cpplex.c:1800
4498 #, c-format
4499 msgid "non-ISO-standard escape sequence, '\\%c'"
4500 msgstr ""
4501
4502 #: cpplex.c:1811
4503 msgid "the meaning of '\\x' is different in traditional C"
4504 msgstr ""
4505
4506 #: cpplex.c:1830 f/lex.c:585
4507 msgid "\\x used with no following hex digits"
4508 msgstr ""
4509
4510 #: cpplex.c:1835
4511 msgid "hex escape sequence out of range"
4512 msgstr ""
4513
4514 #: cpplex.c:1860
4515 msgid "octal escape sequence out of range"
4516 msgstr ""
4517
4518 #: cpplex.c:1876
4519 #, c-format
4520 msgid "unknown escape sequence '\\%c'"
4521 msgstr ""
4522
4523 #: cpplex.c:1879
4524 #, c-format
4525 msgid "unknown escape sequence: '\\%03o'"
4526 msgstr ""
4527
4528 #: cpplex.c:1884
4529 msgid "escape sequence out of range for its type"
4530 msgstr ""
4531
4532 #: cpplex.c:1975
4533 msgid "empty character constant"
4534 msgstr ""
4535
4536 #: cpplex.c:1985
4537 msgid "character constant too long for its type"
4538 msgstr ""
4539
4540 #: cpplex.c:1988
4541 msgid "multi-character character constant"
4542 msgstr ""
4543
4544 #: cpplib.c:227
4545 #, c-format
4546 msgid "extra tokens at end of #%s directive"
4547 msgstr ""
4548
4549 #: cpplib.c:317
4550 #, c-format
4551 msgid "#%s is a GCC extension"
4552 msgstr ""
4553
4554 #: cpplib.c:329
4555 msgid "suggest not using #elif in traditional C"
4556 msgstr ""
4557
4558 #: cpplib.c:332
4559 #, c-format
4560 msgid "traditional C ignores #%s with the # indented"
4561 msgstr ""
4562
4563 #: cpplib.c:336
4564 #, c-format
4565 msgid "suggest hiding #%s from traditional C with an indented #"
4566 msgstr ""
4567
4568 #: cpplib.c:360
4569 msgid "embedding a directive within macro arguments is not portable"
4570 msgstr ""
4571
4572 #: cpplib.c:380
4573 msgid "style of line directive is a GCC extension"
4574 msgstr ""
4575
4576 #: cpplib.c:429
4577 #, c-format
4578 msgid "invalid preprocessing directive #%s"
4579 msgstr ""
4580
4581 #: cpplib.c:501
4582 msgid "\"defined\" cannot be used as a macro name"
4583 msgstr ""
4584
4585 #: cpplib.c:507
4586 #, c-format
4587 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
4588 msgstr ""
4589
4590 #: cpplib.c:510
4591 #, c-format
4592 msgid "no macro name given in #%s directive"
4593 msgstr ""
4594
4595 #: cpplib.c:513
4596 msgid "macro names must be identifiers"
4597 msgstr ""
4598
4599 #: cpplib.c:553
4600 #, c-format
4601 msgid "undefining \"%s\""
4602 msgstr ""
4603
4604 #: cpplib.c:599
4605 msgid "missing terminating > character"
4606 msgstr ""
4607
4608 #: cpplib.c:638
4609 #, c-format
4610 msgid "#%s expects \"FILENAME\" or <FILENAME>"
4611 msgstr ""
4612
4613 #: cpplib.c:649
4614 #, c-format
4615 msgid "empty file name in #%s"
4616 msgstr ""
4617
4618 #: cpplib.c:668
4619 msgid "#include_next in primary source file"
4620 msgstr ""
4621
4622 #: cpplib.c:675
4623 msgid "#import is obsolete, use an #ifndef wrapper in the header file"
4624 msgstr ""
4625
4626 #: cpplib.c:683
4627 msgid "#include nested too deeply"
4628 msgstr ""
4629
4630 #: cpplib.c:740
4631 #, c-format
4632 msgid "invalid flag \"%s\" in line directive"
4633 msgstr ""
4634
4635 #: cpplib.c:815
4636 #, c-format
4637 msgid "\"%s\" after #line is not a positive integer"
4638 msgstr ""
4639
4640 #: cpplib.c:821
4641 msgid "line number out of range"
4642 msgstr ""
4643
4644 #: cpplib.c:832 cpplib.c:903
4645 #, c-format
4646 msgid "\"%s\" is not a valid filename"
4647 msgstr ""
4648
4649 #: cpplib.c:867
4650 #, c-format
4651 msgid "\"%s\" after # is not a positive integer"
4652 msgstr ""
4653
4654 #: cpplib.c:974
4655 msgid "invalid #ident directive"
4656 msgstr ""
4657
4658 #: cpplib.c:1062
4659 #, c-format
4660 msgid "registering \"%s\" as both a pragma and a pragma namespace"
4661 msgstr ""
4662
4663 #: cpplib.c:1065
4664 #, c-format
4665 msgid "#pragma %s %s is already registered"
4666 msgstr ""
4667
4668 #: cpplib.c:1068
4669 #, c-format
4670 msgid "#pragma %s is already registered"
4671 msgstr ""
4672
4673 #: cpplib.c:1142
4674 msgid "#pragma once is obsolete"
4675 msgstr ""
4676
4677 #: cpplib.c:1145
4678 msgid "#pragma once in main file"
4679 msgstr ""
4680
4681 #: cpplib.c:1169
4682 msgid "invalid #pragma GCC poison directive"
4683 msgstr ""
4684
4685 #: cpplib.c:1178
4686 #, c-format
4687 msgid "poisoning existing macro \"%s\""
4688 msgstr ""
4689
4690 #: cpplib.c:1200
4691 msgid "#pragma system_header ignored outside include file"
4692 msgstr ""
4693
4694 #: cpplib.c:1225
4695 #, c-format
4696 msgid "cannot find source %s"
4697 msgstr ""
4698
4699 #: cpplib.c:1229
4700 #, c-format
4701 msgid "current file is older than %s"
4702 msgstr ""
4703
4704 #: cpplib.c:1345
4705 msgid "_Pragma takes a parenthesized string literal"
4706 msgstr ""
4707
4708 #: cpplib.c:1428
4709 msgid "#else without #if"
4710 msgstr ""
4711
4712 #: cpplib.c:1433
4713 msgid "#else after #else"
4714 msgstr ""
4715
4716 #: cpplib.c:1435 cpplib.c:1469
4717 msgid "the conditional began here"
4718 msgstr ""
4719
4720 #: cpplib.c:1462
4721 msgid "#elif without #if"
4722 msgstr ""
4723
4724 #: cpplib.c:1467
4725 msgid "#elif after #else"
4726 msgstr ""
4727
4728 #: cpplib.c:1498
4729 msgid "#endif without #if"
4730 msgstr ""
4731
4732 #: cpplib.c:1581
4733 msgid "missing '(' after predicate"
4734 msgstr ""
4735
4736 #: cpplib.c:1596
4737 msgid "missing ')' to complete answer"
4738 msgstr ""
4739
4740 #: cpplib.c:1616
4741 msgid "predicate's answer is empty"
4742 msgstr ""
4743
4744 #: cpplib.c:1646
4745 msgid "assertion without predicate"
4746 msgstr ""
4747
4748 #: cpplib.c:1648
4749 msgid "predicate must be an identifier"
4750 msgstr ""
4751
4752 #: cpplib.c:1737
4753 #, c-format
4754 msgid "\"%s\" re-asserted"
4755 msgstr ""
4756
4757 #: cpplib.c:1967
4758 #, c-format
4759 msgid "unterminated #%s"
4760 msgstr ""
4761
4762 #: cppmacro.c:96
4763 #, c-format
4764 msgid "macro \"%s\" is not used"
4765 msgstr ""
4766
4767 #: cppmacro.c:141 cppmacro.c:296
4768 #, c-format
4769 msgid "invalid built-in macro \"%s\""
4770 msgstr ""
4771
4772 #: cppmacro.c:236
4773 msgid "could not determine date and time"
4774 msgstr ""
4775
4776 #: cppmacro.c:409
4777 msgid "invalid string literal, ignoring final '\\'"
4778 msgstr ""
4779
4780 #: cppmacro.c:506
4781 #, c-format
4782 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
4783 msgstr ""
4784
4785 #: cppmacro.c:548
4786 msgid "ISO C99 requires rest arguments to be used"
4787 msgstr ""
4788
4789 #: cppmacro.c:553
4790 #, c-format
4791 msgid "macro \"%s\" requires %u arguments, but only %u given"
4792 msgstr ""
4793
4794 #: cppmacro.c:558
4795 #, c-format
4796 msgid "macro \"%s\" passed %u arguments, but takes just %u"
4797 msgstr ""
4798
4799 #: cppmacro.c:671 cpptrad.c:776
4800 #, c-format
4801 msgid "unterminated argument list invoking macro \"%s\""
4802 msgstr ""
4803
4804 #: cppmacro.c:778
4805 #, c-format
4806 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
4807 msgstr ""
4808
4809 #: cppmacro.c:1315
4810 #, c-format
4811 msgid "duplicate macro parameter \"%s\""
4812 msgstr ""
4813
4814 #: cppmacro.c:1362
4815 #, c-format
4816 msgid "\"%s\" may not appear in macro parameter list"
4817 msgstr ""
4818
4819 #: cppmacro.c:1370
4820 msgid "macro parameters must be comma-separated"
4821 msgstr ""
4822
4823 #: cppmacro.c:1387
4824 msgid "parameter name missing"
4825 msgstr ""
4826
4827 #: cppmacro.c:1402
4828 msgid "anonymous variadic macros were introduced in C99"
4829 msgstr ""
4830
4831 #: cppmacro.c:1406
4832 msgid "ISO C does not permit named variadic macros"
4833 msgstr ""
4834
4835 #: cppmacro.c:1415
4836 msgid "missing ')' in macro parameter list"
4837 msgstr ""
4838
4839 #: cppmacro.c:1484
4840 msgid "ISO C requires whitespace after the macro name"
4841 msgstr ""
4842
4843 #: cppmacro.c:1512
4844 msgid "'#' is not followed by a macro parameter"
4845 msgstr ""
4846
4847 #: cppmacro.c:1531
4848 msgid "'##' cannot appear at either end of a macro expansion"
4849 msgstr ""
4850
4851 #: cppmacro.c:1617
4852 #, c-format
4853 msgid "\"%s\" redefined"
4854 msgstr ""
4855
4856 #: cppmacro.c:1622
4857 msgid "this is the location of the previous definition"
4858 msgstr ""
4859
4860 #: cppmacro.c:1673
4861 #, c-format
4862 msgid "macro argument \"%s\" would be stringified in traditional C"
4863 msgstr ""
4864
4865 #: cppmacro.c:1698
4866 #, c-format
4867 msgid "invalid hash type %d in cpp_macro_definition"
4868 msgstr ""
4869
4870 #: cppspec.c:133
4871 #, c-format
4872 msgid "\"%s\" is not a valid option to the preprocessor"
4873 msgstr ""
4874
4875 #: cppspec.c:157
4876 msgid "too many input files"
4877 msgstr ""
4878
4879 #: cpptrad.c:843
4880 #, c-format
4881 msgid "detected recursion whilst expanding macro \"%s\""
4882 msgstr ""
4883
4884 #: cse.c:7165
4885 #, c-format
4886 msgid ";; Processing block from %d to %d, %d sets.\n"
4887 msgstr ""
4888
4889 #: diagnostic.c:702
4890 msgid "((anonymous))"
4891 msgstr ""
4892
4893 #: diagnostic.c:916
4894 #, c-format
4895 msgid "%s: warnings being treated as errors\n"
4896 msgstr ""
4897
4898 #: diagnostic.c:951
4899 #, c-format
4900 msgid "%s: %s: "
4901 msgstr ""
4902
4903 #: diagnostic.c:1042
4904 #, c-format
4905 msgid "%s "
4906 msgstr ""
4907
4908 #: diagnostic.c:1044
4909 #, c-format
4910 msgid " %s"
4911 msgstr ""
4912
4913 #: diagnostic.c:1066
4914 msgid "At top level:"
4915 msgstr ""
4916
4917 #: diagnostic.c:1071
4918 #, c-format
4919 msgid "In member function `%s':"
4920 msgstr ""
4921
4922 #: diagnostic.c:1075
4923 #, c-format
4924 msgid "In function `%s':"
4925 msgstr ""
4926
4927 #: diagnostic.c:1163
4928 msgid "compilation terminated.\n"
4929 msgstr ""
4930
4931 #: diagnostic.c:1181
4932 #, c-format
4933 msgid "%s:%d: confused by earlier errors, bailing out\n"
4934 msgstr ""
4935
4936 #: diagnostic.c:1196 diagnostic.c:1304
4937 #, c-format
4938 msgid ""
4939 "Please submit a full bug report,\n"
4940 "with preprocessed source if appropriate.\n"
4941 "See %s for instructions.\n"
4942 msgstr ""
4943
4944 #: diagnostic.c:1302
4945 msgid "Internal compiler error: Error reporting routines re-entered.\n"
4946 msgstr ""
4947
4948 #: diagnostic.c:1364
4949 #, c-format
4950 msgid "in %s, at %s:%d"
4951 msgstr ""
4952
4953 #: diagnostic.c:1385
4954 #, c-format
4955 msgid "In file included from %s:%d"
4956 msgstr ""
4957
4958 #: diagnostic.c:1388
4959 #, c-format
4960 msgid ""
4961 ",\n"
4962 "                 from %s:%d"
4963 msgstr ""
4964
4965 #: diagnostic.c:1389
4966 msgid ":\n"
4967 msgstr ""
4968
4969 #: diagnostic.c:1433 diagnostic.c:1450
4970 #, c-format
4971 msgid "`%s' is deprecated (declared at %s:%d)"
4972 msgstr ""
4973
4974 #: diagnostic.c:1453
4975 #, c-format
4976 msgid "`%s' is deprecated"
4977 msgstr ""
4978
4979 #: diagnostic.c:1456
4980 #, c-format
4981 msgid "type is deprecated (declared at %s:%d)"
4982 msgstr ""
4983
4984 #: diagnostic.c:1459
4985 msgid "type is deprecated"
4986 msgstr ""
4987
4988 #: dominance.c:730
4989 #, c-format
4990 msgid "dominator of %d should be %d, not %d"
4991 msgstr ""
4992
4993 #: dwarf2out.c:3126
4994 #, c-format
4995 msgid "DW_LOC_OP %s not implemented\n"
4996 msgstr ""
4997
4998 #: dwarfout.c:2068
4999 #, c-format
5000 msgid "internal regno botch: `%s' has regno = %d\n"
5001 msgstr ""
5002
5003 #: dwarfout.c:6183
5004 msgid "support for the DWARF1 debugging format is deprecated"
5005 msgstr ""
5006
5007 #: dwarfout.c:6280
5008 msgid "can't get current directory"
5009 msgstr ""
5010
5011 #: emit-rtl.c:1153
5012 msgid "can't access real part of complex value in hard register"
5013 msgstr ""
5014
5015 #: emit-rtl.c:1175
5016 msgid "can't access imaginary part of complex value in hard register"
5017 msgstr ""
5018
5019 #: emit-rtl.c:3420
5020 msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
5021 msgstr ""
5022
5023 #: errors.c:138
5024 #, c-format
5025 msgid "abort in %s, at %s:%d"
5026 msgstr ""
5027
5028 #: except.c:373
5029 msgid "exception handling disabled, use -fexceptions to enable"
5030 msgstr ""
5031
5032 #: except.c:2971
5033 msgid "argument of `__builtin_eh_return_regno' must be constant"
5034 msgstr ""
5035
5036 #: except.c:3092 except.c:3114
5037 msgid "__builtin_eh_return not supported on this target"
5038 msgstr ""
5039
5040 #: explow.c:1399
5041 msgid "stack limits not supported on this target"
5042 msgstr ""
5043
5044 #: expr.c:3332
5045 msgid "function using short complex types cannot be inline"
5046 msgstr ""
5047
5048 #: expr.c:6201 expr.c:6210 expr.c:6219 expr.c:6224 expr.c:6526 expr.c:6542
5049 msgid "unsupported wide integer operation"
5050 msgstr ""
5051
5052 #: expr.c:6593
5053 #, c-format
5054 msgid "prior parameter's size depends on `%s'"
5055 msgstr ""
5056
5057 #: expr.c:6938
5058 msgid "returned value in block_exit_expr"
5059 msgstr ""
5060
5061 #: final.c:1064
5062 msgid "negative insn length"
5063 msgstr ""
5064
5065 #: final.c:2495
5066 msgid "could not split insn"
5067 msgstr ""
5068
5069 #: final.c:2842
5070 msgid "invalid `asm': "
5071 msgstr ""
5072
5073 #: final.c:3029
5074 msgid "nested assembly dialect alternatives"
5075 msgstr ""
5076
5077 #: final.c:3046 final.c:3058
5078 msgid "unterminated assembly dialect alternative"
5079 msgstr ""
5080
5081 #: final.c:3102
5082 #, c-format
5083 msgid "operand number missing after %%-letter"
5084 msgstr ""
5085
5086 #: final.c:3105 final.c:3144
5087 msgid "operand number out of range"
5088 msgstr ""
5089
5090 #: final.c:3163
5091 #, c-format
5092 msgid "invalid %%-code"
5093 msgstr ""
5094
5095 #: final.c:3194
5096 #, c-format
5097 msgid "`%%l' operand isn't a label"
5098 msgstr ""
5099
5100 #. We can't handle floating point constants;
5101 #. PRINT_OPERAND must handle them.
5102 #: final.c:3301 vmsdbgout.c:469 config/i386/i386.c:6388
5103 #: config/pdp11/pdp11.c:1575
5104 msgid "floating constant misused"
5105 msgstr ""
5106
5107 #: final.c:3357 vmsdbgout.c:526 config/i386/i386.c:6466
5108 #: config/pdp11/pdp11.c:1622
5109 msgid "invalid expression as operand"
5110 msgstr ""
5111
5112 #: flow.c:354
5113 msgid "function might be possible candidate for attribute `noreturn'"
5114 msgstr ""
5115
5116 #: flow.c:359
5117 msgid "`noreturn' function does return"
5118 msgstr ""
5119
5120 #: flow.c:380
5121 msgid "control reaches end of non-void function"
5122 msgstr ""
5123
5124 #: flow.c:1644
5125 msgid "Attempt to delete prologue/epilogue insn:"
5126 msgstr ""
5127
5128 #: fold-const.c:2547 fold-const.c:2560
5129 #, c-format
5130 msgid "comparison is always %d due to width of bit-field"
5131 msgstr ""
5132
5133 #: fold-const.c:3754 fold-const.c:3771
5134 #, c-format
5135 msgid "comparison is always %d"
5136 msgstr ""
5137
5138 #: fold-const.c:3902
5139 msgid "`or' of unmatched not-equal tests is always 1"
5140 msgstr ""
5141
5142 #: fold-const.c:3907
5143 msgid "`and' of mutually exclusive equal-tests is always 0"
5144 msgstr ""
5145
5146 #: function.c:883 varasm.c:1475
5147 #, c-format
5148 msgid "size of variable `%s' is too large"
5149 msgstr ""
5150
5151 #: function.c:5408
5152 #, c-format
5153 msgid "`%s' might be used uninitialized in this function"
5154 msgstr ""
5155
5156 #: function.c:5415
5157 #, c-format
5158 msgid "variable `%s' might be clobbered by `longjmp' or `vfork'"
5159 msgstr ""
5160
5161 #: function.c:5434
5162 #, c-format
5163 msgid "argument `%s' might be clobbered by `longjmp' or `vfork'"
5164 msgstr ""
5165
5166 #: function.c:6299
5167 msgid "function returns an aggregate"
5168 msgstr ""
5169
5170 #: function.c:6804
5171 #, c-format
5172 msgid "unused parameter `%s'"
5173 msgstr ""
5174
5175 #: gcc.c:1181
5176 #, c-format
5177 msgid "ambiguous abbreviation %s"
5178 msgstr ""
5179
5180 #: gcc.c:1208
5181 #, c-format
5182 msgid "incomplete `%s' option"
5183 msgstr ""
5184
5185 #: gcc.c:1219
5186 #, c-format
5187 msgid "missing argument to `%s' option"
5188 msgstr ""
5189
5190 #: gcc.c:1232
5191 #, c-format
5192 msgid "extraneous argument to `%s' option"
5193 msgstr ""
5194
5195 #: gcc.c:1564
5196 msgid "Using built-in specs.\n"
5197 msgstr ""
5198
5199 #: gcc.c:1745
5200 #, c-format
5201 msgid ""
5202 "Setting spec %s to '%s'\n"
5203 "\n"
5204 msgstr ""
5205
5206 #: gcc.c:1852
5207 #, c-format
5208 msgid "Reading specs from %s\n"
5209 msgstr ""
5210
5211 #: gcc.c:1950 gcc.c:1969
5212 #, c-format
5213 msgid "specs %%include syntax malformed after %ld characters"
5214 msgstr ""
5215
5216 #: gcc.c:1977
5217 #, c-format
5218 msgid "could not find specs file %s\n"
5219 msgstr ""
5220
5221 #: gcc.c:1994 gcc.c:2002 gcc.c:2011 gcc.c:2020
5222 #, c-format
5223 msgid "specs %%rename syntax malformed after %ld characters"
5224 msgstr ""
5225
5226 #: gcc.c:2029
5227 #, c-format
5228 msgid "specs %s spec was not found to be renamed"
5229 msgstr ""
5230
5231 #: gcc.c:2036
5232 #, c-format
5233 msgid "%s: attempt to rename spec '%s' to already defined spec '%s'"
5234 msgstr ""
5235
5236 #: gcc.c:2041
5237 #, c-format
5238 msgid "rename spec %s to %s\n"
5239 msgstr ""
5240
5241 #: gcc.c:2043
5242 #, c-format
5243 msgid ""
5244 "spec is '%s'\n"
5245 "\n"
5246 msgstr ""
5247
5248 #: gcc.c:2056
5249 #, c-format
5250 msgid "specs unknown %% command after %ld characters"
5251 msgstr ""
5252
5253 #: gcc.c:2067 gcc.c:2080
5254 #, c-format
5255 msgid "specs file malformed after %ld characters"
5256 msgstr ""
5257
5258 #: gcc.c:2134
5259 msgid "spec file has no spec for linking"
5260 msgstr ""
5261
5262 #: gcc.c:2659
5263 msgid "-pipe not supported"
5264 msgstr ""
5265
5266 #: gcc.c:2714
5267 msgid ""
5268 "\n"
5269 "Go ahead? (y or n) "
5270 msgstr ""
5271
5272 #: gcc.c:2840
5273 #, c-format
5274 msgid ""
5275 "Internal error: %s (program %s)\n"
5276 "Please submit a full bug report.\n"
5277 "See %s for instructions."
5278 msgstr ""
5279
5280 #: gcc.c:2858
5281 #, c-format
5282 msgid "# %s %.2f %.2f\n"
5283 msgstr ""
5284
5285 #: gcc.c:2988
5286 #, c-format
5287 msgid "Usage: %s [options] file...\n"
5288 msgstr ""
5289
5290 #: gcc.c:2989
5291 msgid "Options:\n"
5292 msgstr ""
5293
5294 #: gcc.c:2991
5295 msgid "  -pass-exit-codes         Exit with highest error code from a phase\n"
5296 msgstr ""
5297
5298 #: gcc.c:2992
5299 msgid "  --help                   Display this information\n"
5300 msgstr ""
5301
5302 #: gcc.c:2993
5303 msgid ""
5304 "  --target-help            Display target specific command line options\n"
5305 msgstr ""
5306
5307 #: gcc.c:2995
5308 msgid "  (Use '-v --help' to display command line options of sub-processes)\n"
5309 msgstr ""
5310
5311 #: gcc.c:2996
5312 msgid "  -dumpspecs               Display all of the built in spec strings\n"
5313 msgstr ""
5314
5315 #: gcc.c:2997
5316 msgid "  -dumpversion             Display the version of the compiler\n"
5317 msgstr ""
5318
5319 #: gcc.c:2998
5320 msgid "  -dumpmachine             Display the compiler's target processor\n"
5321 msgstr ""
5322
5323 #: gcc.c:2999
5324 msgid ""
5325 "  -print-search-dirs       Display the directories in the compiler's search "
5326 "path\n"
5327 msgstr ""
5328
5329 #: gcc.c:3000
5330 msgid ""
5331 "  -print-libgcc-file-name  Display the name of the compiler's companion "
5332 "library\n"
5333 msgstr ""
5334
5335 #: gcc.c:3001
5336 msgid "  -print-file-name=<lib>   Display the full path to library <lib>\n"
5337 msgstr ""
5338
5339 #: gcc.c:3002
5340 msgid ""
5341 "  -print-prog-name=<prog>  Display the full path to compiler component "
5342 "<prog>\n"
5343 msgstr ""
5344
5345 #: gcc.c:3003
5346 msgid ""
5347 "  -print-multi-directory   Display the root directory for versions of "
5348 "libgcc\n"
5349 msgstr ""
5350
5351 #: gcc.c:3004
5352 msgid ""
5353 "  -print-multi-lib         Display the mapping between command line options "
5354 "and\n"
5355 "                           multiple library search directories\n"
5356 msgstr ""
5357
5358 #: gcc.c:3007
5359 msgid "  -print-multi-os-directory Display the relative path to OS libraries\n"
5360 msgstr ""
5361
5362 #: gcc.c:3008
5363 msgid ""
5364 "  -Wa,<options>            Pass comma-separated <options> on to the "
5365 "assembler\n"
5366 msgstr ""
5367
5368 #: gcc.c:3009
5369 msgid ""
5370 "  -Wp,<options>            Pass comma-separated <options> on to the "
5371 "preprocessor\n"
5372 msgstr ""
5373
5374 #: gcc.c:3010
5375 msgid ""
5376 "  -Wl,<options>            Pass comma-separated <options> on to the linker\n"
5377 msgstr ""
5378
5379 #: gcc.c:3011
5380 msgid "  -Xassembler <arg>        Pass <arg> on to the assembler\n"
5381 msgstr ""
5382
5383 #: gcc.c:3012
5384 msgid "  -Xpreprocessor <arg>     Pass <arg> on to the preprocessor\n"
5385 msgstr ""
5386
5387 #: gcc.c:3013
5388 msgid "  -Xlinker <arg>           Pass <arg> on to the linker\n"
5389 msgstr ""
5390
5391 #: gcc.c:3014
5392 msgid "  -save-temps              Do not delete intermediate files\n"
5393 msgstr ""
5394
5395 #: gcc.c:3015
5396 msgid "  -pipe                    Use pipes rather than intermediate files\n"
5397 msgstr ""
5398
5399 #: gcc.c:3016
5400 msgid "  -time                    Time the execution of each subprocess\n"
5401 msgstr ""
5402
5403 #: gcc.c:3017
5404 msgid ""
5405 "  -specs=<file>            Override built-in specs with the contents of "
5406 "<file>\n"
5407 msgstr ""
5408
5409 #: gcc.c:3018
5410 msgid ""
5411 "  -std=<standard>          Assume that the input sources are for <standard>\n"
5412 msgstr ""
5413
5414 #: gcc.c:3019
5415 msgid ""
5416 "  -B <directory>           Add <directory> to the compiler's search paths\n"
5417 msgstr ""
5418
5419 #: gcc.c:3020
5420 msgid "  -b <machine>             Run gcc for target <machine>, if installed\n"
5421 msgstr ""
5422
5423 #: gcc.c:3021
5424 msgid ""
5425 "  -V <version>             Run gcc version number <version>, if installed\n"
5426 msgstr ""
5427
5428 #: gcc.c:3022
5429 msgid ""
5430 "  -v                       Display the programs invoked by the compiler\n"
5431 msgstr ""
5432
5433 #: gcc.c:3023
5434 msgid ""
5435 "  -###                     Like -v but options quoted and commands not "
5436 "executed\n"
5437 msgstr ""
5438
5439 #: gcc.c:3024
5440 msgid ""
5441 "  -E                       Preprocess only; do not compile, assemble or "
5442 "link\n"
5443 msgstr ""
5444
5445 #: gcc.c:3025
5446 msgid "  -S                       Compile only; do not assemble or link\n"
5447 msgstr ""
5448
5449 #: gcc.c:3026
5450 msgid "  -c                       Compile and assemble, but do not link\n"
5451 msgstr ""
5452
5453 #: gcc.c:3027
5454 msgid "  -o <file>                Place the output into <file>\n"
5455 msgstr ""
5456
5457 #: gcc.c:3028
5458 msgid ""
5459 "  -x <language>            Specify the language of the following input "
5460 "files\n"
5461 "                           Permissable languages include: c c++ assembler "
5462 "none\n"
5463 "                           'none' means revert to the default behavior of\n"
5464 "                           guessing the language based on the file's "
5465 "extension\n"
5466 msgstr ""
5467
5468 #: gcc.c:3035
5469 #, c-format
5470 msgid ""
5471 "\n"
5472 "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
5473 " passed on to the various sub-processes invoked by %s.  In order to pass\n"
5474 " other options on to these processes the -W<letter> options must be used.\n"
5475 msgstr ""
5476
5477 #: gcc.c:3170
5478 #, c-format
5479 msgid "`-%c' option must have argument"
5480 msgstr ""
5481
5482 #: gcc.c:3192
5483 #, c-format
5484 msgid "couldn't run `%s': %s"
5485 msgstr ""
5486
5487 #. translate_options () has turned --version into -fversion.
5488 #: gcc.c:3369
5489 #, c-format
5490 msgid "%s (GCC) %s\n"
5491 msgstr ""
5492
5493 #: gcc.c:3370 gcov.c:357
5494 msgid "Copyright (C) 2002 Free Software Foundation, Inc.\n"
5495 msgstr ""
5496
5497 #: gcc.c:3372 gcov.c:359
5498 msgid ""
5499 "This is free software; see the source for copying conditions.  There is NO\n"
5500 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
5501 "\n"
5502 msgstr ""
5503
5504 #: gcc.c:3473
5505 msgid "argument to `-Xlinker' is missing"
5506 msgstr ""
5507
5508 #: gcc.c:3481
5509 msgid "argument to `-Xpreprocessor' is missing"
5510 msgstr ""
5511
5512 #: gcc.c:3488
5513 msgid "argument to `-Xassembler' is missing"
5514 msgstr ""
5515
5516 #: gcc.c:3495
5517 msgid "argument to `-l' is missing"
5518 msgstr ""
5519
5520 #: gcc.c:3512
5521 msgid "argument to `-specs' is missing"
5522 msgstr ""
5523
5524 #: gcc.c:3527
5525 msgid "argument to `-specs=' is missing"
5526 msgstr ""
5527
5528 #: gcc.c:3564
5529 #, c-format
5530 msgid "`-%c' must come at the start of the command line"
5531 msgstr ""
5532
5533 #: gcc.c:3573
5534 msgid "argument to `-B' is missing"
5535 msgstr ""
5536
5537 #: gcc.c:3746
5538 msgid "cannot specify -o with -c or -S and multiple compilations"
5539 msgstr ""
5540
5541 #: gcc.c:3752
5542 msgid "warning: -pipe ignored because -save-temps specified"
5543 msgstr ""
5544
5545 #: gcc.c:3756
5546 msgid "warning: -pipe ignored because -time specified"
5547 msgstr ""
5548
5549 #: gcc.c:3956
5550 msgid "argument to `-x' is missing"
5551 msgstr ""
5552
5553 #: gcc.c:3984
5554 #, c-format
5555 msgid "argument to `-%s' is missing"
5556 msgstr ""
5557
5558 #: gcc.c:4046
5559 #, c-format
5560 msgid "warning: `-x %s' after last input file has no effect"
5561 msgstr ""
5562
5563 #: gcc.c:4386
5564 msgid "invalid specification!  Bug in cc"
5565 msgstr ""
5566
5567 #: gcc.c:4540
5568 #, c-format
5569 msgid "%s\n"
5570 msgstr ""
5571
5572 #. Catch the case where a spec string contains something like
5573 #. '%{foo:%*}'.  ie there is no * in the pattern on the left
5574 #. hand side of the :.
5575 #: gcc.c:5176
5576 #, c-format
5577 msgid "spec failure: '%%*' has not been initialized by pattern match"
5578 msgstr ""
5579
5580 #: gcc.c:5185
5581 #, c-format
5582 msgid "warning: use of obsolete %%[ operator in specs"
5583 msgstr ""
5584
5585 #: gcc.c:5203
5586 #, c-format
5587 msgid "Processing spec %c%s%c, which is '%s'\n"
5588 msgstr ""
5589
5590 #: gcc.c:5323
5591 #, c-format
5592 msgid "spec failure: unrecognized spec option '%c'"
5593 msgstr ""
5594
5595 #: gcc.c:5404
5596 #, c-format
5597 msgid "unknown spec function `%s'"
5598 msgstr ""
5599
5600 #: gcc.c:5423
5601 #, c-format
5602 msgid "error in args to spec function `%s'"
5603 msgstr ""
5604
5605 #: gcc.c:5472
5606 msgid "malformed spec function name"
5607 msgstr ""
5608
5609 #. )
5610 #: gcc.c:5475
5611 msgid "no arguments for spec function"
5612 msgstr ""
5613
5614 #: gcc.c:5494
5615 msgid "malformed spec function arguments"
5616 msgstr ""
5617
5618 #: gcc.c:6320
5619 #, c-format
5620 msgid "unrecognized option `-%s'"
5621 msgstr ""
5622
5623 #: gcc.c:6326
5624 #, c-format
5625 msgid "install: %s%s\n"
5626 msgstr ""
5627
5628 #: gcc.c:6327
5629 #, c-format
5630 msgid "programs: %s\n"
5631 msgstr ""
5632
5633 #: gcc.c:6328
5634 #, c-format
5635 msgid "libraries: %s\n"
5636 msgstr ""
5637
5638 #: gcc.c:6385
5639 msgid ""
5640 "\n"
5641 "For bug reporting instructions, please see:\n"
5642 msgstr ""
5643
5644 #: gcc.c:6401
5645 #, c-format
5646 msgid "Configured with: %s\n"
5647 msgstr ""
5648
5649 #: gcc.c:6415
5650 #, c-format
5651 msgid "Thread model: %s\n"
5652 msgstr ""
5653
5654 #: gcc.c:6426
5655 #, c-format
5656 msgid "gcc version %s\n"
5657 msgstr ""
5658
5659 #: gcc.c:6428
5660 #, c-format
5661 msgid "gcc driver version %s executing gcc version %s\n"
5662 msgstr ""
5663
5664 #: gcc.c:6436
5665 msgid "no input files"
5666 msgstr ""
5667
5668 #: gcc.c:6474
5669 #, c-format
5670 msgid "%s: %s compiler not installed on this system"
5671 msgstr ""
5672
5673 #: gcc.c:6549
5674 #, c-format
5675 msgid "%s: linker input file unused because linking not done"
5676 msgstr ""
5677
5678 #: gcc.c:6592
5679 #, c-format
5680 msgid "language %s not recognized"
5681 msgstr ""
5682
5683 #: gcc.c:6695
5684 msgid "internal gcc abort"
5685 msgstr ""
5686
5687 #: gcov.c:313
5688 msgid "Internal gcov abort.\n"
5689 msgstr ""
5690
5691 #: gcov.c:327
5692 msgid ""
5693 "Usage: gcov [OPTION]... SOURCEFILE\n"
5694 "\n"
5695 msgstr ""
5696
5697 #: gcov.c:328
5698 msgid ""
5699 "Print code coverage information.\n"
5700 "\n"
5701 msgstr ""
5702
5703 #: gcov.c:329
5704 msgid "  -h, --help                      Print this help, then exit\n"
5705 msgstr ""
5706
5707 #: gcov.c:330
5708 msgid "  -v, --version                   Print version number, then exit\n"
5709 msgstr ""
5710
5711 #: gcov.c:331
5712 msgid ""
5713 "  -b, --branch-probabilities      Include branch probabilities in output\n"
5714 msgstr ""
5715
5716 #: gcov.c:332
5717 msgid ""
5718 "  -c, --branch-counts             Given counts of branches taken\n"
5719 "                                    rather than percentages\n"
5720 msgstr ""
5721
5722 #: gcov.c:334
5723 msgid "  -n, --no-output                 Do not create an output file\n"
5724 msgstr ""
5725
5726 #: gcov.c:335
5727 msgid ""
5728 "  -l, --long-file-names           Use long output file names for included\n"
5729 "                                    source files\n"
5730 msgstr ""
5731
5732 #: gcov.c:337
5733 msgid "  -f, --function-summaries        Output summaries for each function\n"
5734 msgstr ""
5735
5736 #: gcov.c:338
5737 msgid ""
5738 "  -o, --object-directory DIR|FILE Search for object files in DIR or called "
5739 "FILE\n"
5740 msgstr ""
5741
5742 #: gcov.c:339
5743 msgid "  -p, --preserve-paths            Preserve all pathname components\n"
5744 msgstr ""
5745
5746 #: gcov.c:340
5747 #, c-format
5748 msgid ""
5749 "\n"
5750 "For bug reporting instructions, please see:\n"
5751 "%s.\n"
5752 msgstr ""
5753
5754 #: gcov.c:356
5755 #, c-format
5756 msgid "gcov %.4s (GCC %s)\n"
5757 msgstr ""
5758
5759 #: gcov.c:442
5760 #, c-format
5761 msgid "%s:no functions found\n"
5762 msgstr ""
5763
5764 #: gcov.c:463 gcov.c:491
5765 msgid "\n"
5766 msgstr ""
5767
5768 #: gcov.c:478
5769 #, c-format
5770 msgid "%s:creating `%s'\n"
5771 msgstr ""
5772
5773 #: gcov.c:482
5774 #, c-format
5775 msgid "%s:error writing output file `%s'\n"
5776 msgstr ""
5777
5778 #: gcov.c:487
5779 #, c-format
5780 msgid "%s:could not open output file `%s'\n"
5781 msgstr ""
5782
5783 #: gcov.c:617
5784 #, c-format
5785 msgid "%s:cannot open graph file\n"
5786 msgstr ""
5787
5788 #: gcov.c:624
5789 #, c-format
5790 msgid "%s:not a gcov graph file\n"
5791 msgstr ""
5792
5793 #: gcov.c:640
5794 #, c-format
5795 msgid "%s:version `%.4s', prefer `%.4s'\n"
5796 msgstr ""
5797
5798 #: gcov.c:673
5799 #, c-format
5800 msgid "%s:already seen blocks for `%s'\n"
5801 msgstr ""
5802
5803 #: gcov.c:793 gcov.c:905
5804 #, c-format
5805 msgid "%s:corrupted\n"
5806 msgstr ""
5807
5808 #: gcov.c:868
5809 #, c-format
5810 msgid "%s:cannot open data file\n"
5811 msgstr ""
5812
5813 #: gcov.c:873
5814 #, c-format
5815 msgid "%s:not a gcov data file\n"
5816 msgstr ""
5817
5818 #: gcov.c:889
5819 #, c-format
5820 msgid "%s:version `%.4s', prefer version `%.4s'\n"
5821 msgstr ""
5822
5823 #: gcov.c:926
5824 #, c-format
5825 msgid "%s:unknown function `%s'\n"
5826 msgstr ""
5827
5828 #: gcov.c:939
5829 #, c-format
5830 msgid "%s:profile mismatch for `%s'\n"
5831 msgstr ""
5832
5833 #: gcov.c:984
5834 #, c-format
5835 msgid "%s:`%s' lacks entry and/or exit blocks\n"
5836 msgstr ""
5837
5838 #: gcov.c:989
5839 #, c-format
5840 msgid "%s:`%s' has arcs to entry block\n"
5841 msgstr ""
5842
5843 #: gcov.c:997
5844 #, c-format
5845 msgid "%s:`%s' has arcs from exit block\n"
5846 msgstr ""
5847
5848 #: gcov.c:1184
5849 #, c-format
5850 msgid "%s:graph is unsolvable for `%s'\n"
5851 msgstr ""
5852
5853 #: gcov.c:1270
5854 #, c-format
5855 msgid "%s `%s'\n"
5856 msgstr ""
5857
5858 #: gcov.c:1273
5859 #, c-format
5860 msgid "Lines executed:%s of %d\n"
5861 msgstr ""
5862
5863 #: gcov.c:1277
5864 msgid "No executable lines"
5865 msgstr ""
5866
5867 #: gcov.c:1283
5868 #, c-format
5869 msgid "Branches executed:%s of %d\n"
5870 msgstr ""
5871
5872 #: gcov.c:1287
5873 #, c-format
5874 msgid "Taken at least once:%s of %d\n"
5875 msgstr ""
5876
5877 #: gcov.c:1293
5878 msgid "No branches\n"
5879 msgstr ""
5880
5881 #: gcov.c:1295
5882 #, c-format
5883 msgid "Calls executed:%s of %d\n"
5884 msgstr ""
5885
5886 #: gcov.c:1299
5887 msgid "No calls\n"
5888 msgstr ""
5889
5890 #: gcov.c:1434
5891 #, c-format
5892 msgid "%s:no lines for `%s'\n"
5893 msgstr ""
5894
5895 #: gcov.c:1491
5896 #, c-format
5897 msgid "%s:cannot open source file\n"
5898 msgstr ""
5899
5900 #: gcov.c:1501
5901 #, c-format
5902 msgid "%s:source file is newer than graph file `%s'\n"
5903 msgstr ""
5904
5905 #: gcov.c:1529
5906 #, c-format
5907 msgid "%s:unexpected EOF\n"
5908 msgstr ""
5909
5910 #: gcov.c:1550
5911 #, c-format
5912 msgid "call   %2d returns %s\n"
5913 msgstr ""
5914
5915 #: gcov.c:1555
5916 #, c-format
5917 msgid "call   %2d never executed\n"
5918 msgstr ""
5919
5920 #: gcov.c:1561
5921 #, c-format
5922 msgid "branch %2d taken %s\n"
5923 msgstr ""
5924
5925 #: gcov.c:1565
5926 #, c-format
5927 msgid "branch %2d never executed\n"
5928 msgstr ""
5929
5930 #: gcse.c:758
5931 #, c-format
5932 msgid "GCSE disabled: %d > 1000 basic blocks and %d >= 20 edges/basic block"
5933 msgstr ""
5934
5935 #: gcse.c:770
5936 #, c-format
5937 msgid "GCSE disabled: %d basic blocks and %d registers"
5938 msgstr ""
5939
5940 #: genautomata.c:1492
5941 #, c-format
5942 msgid "Name `%s' contains quotes"
5943 msgstr ""
5944
5945 #: genautomata.c:1623
5946 #, c-format
5947 msgid "invalid string `%s' in define_cpu_unit"
5948 msgstr ""
5949
5950 #: genautomata.c:1652
5951 #, c-format
5952 msgid "invalid string `%s' in define_query_cpu_unit"
5953 msgstr ""
5954
5955 #: genautomata.c:1684 genautomata.c:1687
5956 #, c-format
5957 msgid "invalid string `%s' in define_bypass"
5958 msgstr ""
5959
5960 #: genautomata.c:1722
5961 #, c-format
5962 msgid "invalid first string `%s' in exclusion_set"
5963 msgstr ""
5964
5965 #: genautomata.c:1726
5966 #, c-format
5967 msgid "invalid second string `%s' in exclusion_set"
5968 msgstr ""
5969
5970 #: genautomata.c:1762
5971 #, c-format
5972 msgid "invalid first string `%s' in presence_set"
5973 msgstr ""
5974
5975 #: genautomata.c:1766
5976 #, c-format
5977 msgid "invalid second string `%s' in presence_set"
5978 msgstr ""
5979
5980 #: genautomata.c:1802
5981 #, c-format
5982 msgid "invalid first string `%s' in absence_set"
5983 msgstr ""
5984
5985 #: genautomata.c:1806
5986 #, c-format
5987 msgid "invalid second string `%s' in absence_set"
5988 msgstr ""
5989
5990 #: genautomata.c:1839
5991 #, c-format
5992 msgid "invalid string `%s' in define_automaton"
5993 msgstr ""
5994
5995 #: genautomata.c:1870
5996 #, c-format
5997 msgid "invalid option `%s' in automata_option"
5998 msgstr ""
5999
6000 #: genautomata.c:1892
6001 #, c-format
6002 msgid "garbage after ) in reservation `%s'"
6003 msgstr ""
6004
6005 #: genautomata.c:1923 genautomata.c:1956 genautomata.c:1983
6006 #, c-format
6007 msgid "invalid `%s' in reservation `%s'"
6008 msgstr ""
6009
6010 #: genautomata.c:1934
6011 #, c-format
6012 msgid "repetition `%s' <= 1 in reservation `%s'"
6013 msgstr ""
6014
6015 #: genautomata.c:2427
6016 #, c-format
6017 msgid "unit `%s' in exclusion is not declared"
6018 msgstr ""
6019
6020 #: genautomata.c:2429
6021 #, c-format
6022 msgid "`%s' in exclusion is not unit"
6023 msgstr ""
6024
6025 #: genautomata.c:2467
6026 #, c-format
6027 msgid "unit `%s' excludes itself"
6028 msgstr ""
6029
6030 #: genautomata.c:2475
6031 #, c-format
6032 msgid "units `%s' and `%s' in exclusion set belong to different automata"
6033 msgstr ""
6034
6035 #: genautomata.c:2605 genautomata.c:2611
6036 #, c-format
6037 msgid "unit `%s' excludes and requires presence of `%s'"
6038 msgstr ""
6039
6040 #: genautomata.c:2625 genautomata.c:2631
6041 #, c-format
6042 msgid "unit `%s' requires absence and presence of `%s'"
6043 msgstr ""
6044
6045 #: genautomata.c:2694 genautomata.c:2697
6046 #, c-format
6047 msgid "repeated declaration of automaton `%s'"
6048 msgstr ""
6049
6050 #: genautomata.c:2713
6051 #, c-format
6052 msgid "define_insn_reservation `%s' has negative latency time"
6053 msgstr ""
6054
6055 #: genautomata.c:2719
6056 #, c-format
6057 msgid "`%s' is already used as insn reservation name"
6058 msgstr ""
6059
6060 #: genautomata.c:2725
6061 #, c-format
6062 msgid "define_bypass `%s - %s' has negative latency time"
6063 msgstr ""
6064
6065 #: genautomata.c:2739
6066 #, c-format
6067 msgid "automaton `%s' is not declared"
6068 msgstr ""
6069
6070 #: genautomata.c:2749
6071 #, c-format
6072 msgid "define_unit `%s' without automaton when one defined"
6073 msgstr ""
6074
6075 #: genautomata.c:2755
6076 #, c-format
6077 msgid "`%s' is declared as cpu unit"
6078 msgstr ""
6079
6080 #: genautomata.c:2764
6081 #, c-format
6082 msgid "`%s' is declared as cpu reservation"
6083 msgstr ""
6084
6085 #: genautomata.c:2774
6086 #, c-format
6087 msgid "repeated declaration of unit `%s'"
6088 msgstr ""
6089
6090 #: genautomata.c:2777
6091 #, c-format
6092 msgid "repeated declaration of reservation `%s'"
6093 msgstr ""
6094
6095 #: genautomata.c:2792 genautomata.c:2795
6096 #, c-format
6097 msgid "there is no insn reservation `%s'"
6098 msgstr ""
6099
6100 #: genautomata.c:2812 genautomata.c:2817
6101 #, c-format
6102 msgid "the same bypass `%s - %s' is already defined"
6103 msgstr ""
6104
6105 #: genautomata.c:2822
6106 #, c-format
6107 msgid "bypass `%s - %s' is already defined"
6108 msgstr ""
6109
6110 #: genautomata.c:2927 genautomata.c:2929
6111 #, c-format
6112 msgid "automaton `%s' is not used"
6113 msgstr ""
6114
6115 #: genautomata.c:2952
6116 #, c-format
6117 msgid "undeclared unit or reservation `%s'"
6118 msgstr ""
6119
6120 #: genautomata.c:3030 genautomata.c:3032
6121 #, c-format
6122 msgid "unit `%s' is not used"
6123 msgstr ""
6124
6125 #: genautomata.c:3037 genautomata.c:3039
6126 #, c-format
6127 msgid "reservation `%s' is not used"
6128 msgstr ""
6129
6130 #: genautomata.c:3136
6131 #, c-format
6132 msgid "cycle in definition of reservation `%s'"
6133 msgstr ""
6134
6135 #: genautomata.c:5332
6136 #, c-format
6137 msgid "Units `%s' and `%s' should be in the same automaton"
6138 msgstr ""
6139
6140 #: genautomata.c:9440
6141 msgid "-split has no argument."
6142 msgstr ""
6143
6144 #: genautomata.c:9441
6145 msgid "option `-split' has not been implemented yet\n"
6146 msgstr ""
6147
6148 #: genautomata.c:9485 genautomata.c:9490
6149 #, c-format
6150 msgid "Automaton `%s': Insn `%s' will never be issued"
6151 msgstr ""
6152
6153 #: genautomata.c:9497 genautomata.c:9500
6154 #, c-format
6155 msgid "Insn `%s' will never be issued"
6156 msgstr ""
6157
6158 #: genautomata.c:9648
6159 msgid "Errors in DFA description"
6160 msgstr ""
6161
6162 #: genautomata.c:9731
6163 #, c-format
6164 msgid "Error in writing DFA description file %s"
6165 msgstr ""
6166
6167 #: genconditions.c:200
6168 msgid "No input file name."
6169 msgstr ""
6170
6171 #: graph.c:422 toplev.c:1838 toplev.c:5118 f/com.c:14138 java/jcf-parse.c:914
6172 #: java/jcf-parse.c:1060 java/lex.c:1767 objc/objc-act.c:451
6173 #, c-format
6174 msgid "can't open %s"
6175 msgstr ""
6176
6177 #: haifa-sched.c:198
6178 #, c-format
6179 msgid "fix_sched_param: unknown param: %s"
6180 msgstr ""
6181
6182 #: integrate.c:174
6183 msgid "function cannot be inline"
6184 msgstr ""
6185
6186 #: integrate.c:178
6187 msgid "varargs function cannot be inline"
6188 msgstr ""
6189
6190 #: integrate.c:181
6191 msgid "function using alloca cannot be inline"
6192 msgstr ""
6193
6194 #: integrate.c:184
6195 msgid "function using setjmp cannot be inline"
6196 msgstr ""
6197
6198 #: integrate.c:187
6199 msgid "function uses __builtin_eh_return"
6200 msgstr ""
6201
6202 #: integrate.c:190
6203 msgid "function with nested functions cannot be inline"
6204 msgstr ""
6205
6206 #: integrate.c:194
6207 msgid "function with label addresses used in initializers cannot inline"
6208 msgstr ""
6209
6210 #: integrate.c:201 integrate.c:245
6211 msgid "function too large to be inline"
6212 msgstr ""
6213
6214 #: integrate.c:211
6215 msgid "no prototype, and parameter address used; cannot be inline"
6216 msgstr ""
6217
6218 #: integrate.c:218 integrate.c:263
6219 msgid "inline functions not supported for this return value type"
6220 msgstr ""
6221
6222 #: integrate.c:223
6223 msgid "function with varying-size return value cannot be inline"
6224 msgstr ""
6225
6226 #: integrate.c:230
6227 msgid "function with varying-size parameter cannot be inline"
6228 msgstr ""
6229
6230 #: integrate.c:233
6231 msgid "function with transparent unit parameter cannot be inline"
6232 msgstr ""
6233
6234 #: integrate.c:252
6235 msgid "function with computed jump cannot inline"
6236 msgstr ""
6237
6238 #: integrate.c:256
6239 msgid "function with nonlocal goto cannot be inline"
6240 msgstr ""
6241
6242 #: integrate.c:270
6243 msgid "function with target specific attribute(s) cannot be inlined"
6244 msgstr ""
6245
6246 #: line-map.c:200
6247 #, c-format
6248 msgid "In file included from %s:%u"
6249 msgstr ""
6250
6251 #. Translators note: this message is used in conjunction
6252 #. with "In file included from %s:%ld" and some other
6253 #. tricks.  We want something like this:
6254 #.
6255 #. | In file included from sys/select.h:123,
6256 #. |                  from sys/types.h:234,
6257 #. |                  from userfile.c:31:
6258 #. | bits/select.h:45: <error message here>
6259 #.
6260 #. with all the "from"s lined up.
6261 #. The trailing comma is at the beginning of this message,
6262 #. and the trailing colon is not translated.
6263 #: line-map.c:218
6264 #, c-format
6265 msgid ""
6266 ",\n"
6267 "                 from %s:%u"
6268 msgstr ""
6269
6270 #. If we didn't find this parameter, issue an error message.
6271 #: params.c:82
6272 #, c-format
6273 msgid "invalid parameter `%s'"
6274 msgstr ""
6275
6276 #: profile.c:308
6277 #, c-format
6278 msgid "`%s' is not a gcov data file"
6279 msgstr ""
6280
6281 #: profile.c:321
6282 #, c-format
6283 msgid "`%s' is version `%.4s', expected version `%.4s'"
6284 msgstr ""
6285
6286 #: profile.c:338
6287 #, c-format
6288 msgid "`%s' is corrupted"
6289 msgstr ""
6290
6291 #: profile.c:371 profile.c:468 profile.c:492
6292 #, c-format
6293 msgid "profile mismatch for `%s'"
6294 msgstr ""
6295
6296 #: profile.c:462
6297 #, c-format
6298 msgid "No profile for function '%s' found."
6299 msgstr ""
6300
6301 #: profile.c:761
6302 #, c-format
6303 msgid "corrupted profile info: prob for %d-%d thought to be %d"
6304 msgstr ""
6305
6306 #: profile.c:1198
6307 #, c-format
6308 msgid "error writing `%s'"
6309 msgstr ""
6310
6311 #: profile.c:1373
6312 #, c-format
6313 msgid "cannot open %s"
6314 msgstr ""
6315
6316 #: profile.c:1379
6317 #, c-format
6318 msgid "cannot write `%s'"
6319 msgstr ""
6320
6321 #: profile.c:1391
6322 #, c-format
6323 msgid "file %s not found, execution counts assumed to be zero"
6324 msgstr ""
6325
6326 #: protoize.c:544
6327 #, c-format
6328 msgid "%s: internal abort\n"
6329 msgstr ""
6330
6331 #: protoize.c:635
6332 #, c-format
6333 msgid "%s: error writing file `%s': %s\n"
6334 msgstr ""
6335
6336 #: protoize.c:680
6337 #, c-format
6338 msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
6339 msgstr ""
6340
6341 #: protoize.c:683
6342 #, c-format
6343 msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
6344 msgstr ""
6345
6346 #: protoize.c:790
6347 #, c-format
6348 msgid "%s: warning: no read access for file `%s'\n"
6349 msgstr ""
6350
6351 #: protoize.c:798
6352 #, c-format
6353 msgid "%s: warning: no write access for file `%s'\n"
6354 msgstr ""
6355
6356 #: protoize.c:806
6357 #, c-format
6358 msgid "%s: warning: no write access for dir containing `%s'\n"
6359 msgstr ""
6360
6361 #. Catch cases like /.. where we try to backup to a
6362 #. point above the absolute root of the logical file
6363 #. system.
6364 #: protoize.c:1224
6365 #, c-format
6366 msgid "%s: invalid file name: %s\n"
6367 msgstr ""
6368
6369 #: protoize.c:1376
6370 #, c-format
6371 msgid "%s: %s: can't get status: %s\n"
6372 msgstr ""
6373
6374 #: protoize.c:1397
6375 #, c-format
6376 msgid ""
6377 "\n"
6378 "%s: fatal error: aux info file corrupted at line %d\n"
6379 msgstr ""
6380
6381 #: protoize.c:1733
6382 #, c-format
6383 msgid "%s:%d: declaration of function `%s' takes different forms\n"
6384 msgstr ""
6385
6386 #: protoize.c:1991
6387 #, c-format
6388 msgid "%s: compiling `%s'\n"
6389 msgstr ""
6390
6391 #: protoize.c:2014
6392 #, c-format
6393 msgid "%s: wait: %s\n"
6394 msgstr ""
6395
6396 #: protoize.c:2019
6397 #, c-format
6398 msgid "%s: subprocess got fatal signal %d\n"
6399 msgstr ""
6400
6401 #: protoize.c:2027
6402 #, c-format
6403 msgid "%s: %s exited with status %d\n"
6404 msgstr ""
6405
6406 #: protoize.c:2079
6407 #, c-format
6408 msgid "%s: warning: missing SYSCALLS file `%s'\n"
6409 msgstr ""
6410
6411 #: protoize.c:2088 protoize.c:2117
6412 #, c-format
6413 msgid "%s: can't read aux info file `%s': %s\n"
6414 msgstr ""
6415
6416 #: protoize.c:2133 protoize.c:2161
6417 #, c-format
6418 msgid "%s: can't get status of aux info file `%s': %s\n"
6419 msgstr ""
6420
6421 #: protoize.c:2189
6422 #, c-format
6423 msgid "%s: can't open aux info file `%s' for reading: %s\n"
6424 msgstr ""
6425
6426 #: protoize.c:2207
6427 #, c-format
6428 msgid "%s: error reading aux info file `%s': %s\n"
6429 msgstr ""
6430
6431 #: protoize.c:2220
6432 #, c-format
6433 msgid "%s: error closing aux info file `%s': %s\n"
6434 msgstr ""
6435
6436 #: protoize.c:2236
6437 #, c-format
6438 msgid "%s: can't delete aux info file `%s': %s\n"
6439 msgstr ""
6440
6441 #: protoize.c:2318 protoize.c:4320
6442 #, c-format
6443 msgid "%s: can't delete file `%s': %s\n"
6444 msgstr ""
6445
6446 #: protoize.c:2397
6447 #, c-format
6448 msgid "%s: warning: can't rename file `%s' to `%s': %s\n"
6449 msgstr ""
6450
6451 #: protoize.c:2522
6452 #, c-format
6453 msgid "%s: conflicting extern definitions of '%s'\n"
6454 msgstr ""
6455
6456 #: protoize.c:2526
6457 #, c-format
6458 msgid "%s: declarations of '%s' will not be converted\n"
6459 msgstr ""
6460
6461 #: protoize.c:2528
6462 #, c-format
6463 msgid "%s: conflict list for '%s' follows:\n"
6464 msgstr ""
6465
6466 #: protoize.c:2561
6467 #, c-format
6468 msgid "%s: warning: using formals list from %s(%d) for function `%s'\n"
6469 msgstr ""
6470
6471 #: protoize.c:2601
6472 #, c-format
6473 msgid "%s: %d: `%s' used but missing from SYSCALLS\n"
6474 msgstr ""
6475
6476 #: protoize.c:2607
6477 #, c-format
6478 msgid "%s: %d: warning: no extern definition for `%s'\n"
6479 msgstr ""
6480
6481 #: protoize.c:2638
6482 #, c-format
6483 msgid "%s: warning: no static definition for `%s' in file `%s'\n"
6484 msgstr ""
6485
6486 #: protoize.c:2644
6487 #, c-format
6488 msgid "%s: multiple static defs of `%s' in file `%s'\n"
6489 msgstr ""
6490
6491 #: protoize.c:2817 protoize.c:2820
6492 #, c-format
6493 msgid "%s: %d: warning: source too confusing\n"
6494 msgstr ""
6495
6496 #: protoize.c:3026
6497 #, c-format
6498 msgid "%s: %d: warning: varargs function declaration not converted\n"
6499 msgstr ""
6500
6501 #: protoize.c:3041
6502 #, c-format
6503 msgid "%s: declaration of function `%s' not converted\n"
6504 msgstr ""
6505
6506 #: protoize.c:3164
6507 #, c-format
6508 msgid "%s: warning: too many parameter lists in declaration of `%s'\n"
6509 msgstr ""
6510
6511 #: protoize.c:3185
6512 #, c-format
6513 msgid ""
6514 "\n"
6515 "%s: warning: too few parameter lists in declaration of `%s'\n"
6516 msgstr ""
6517
6518 #: protoize.c:3283
6519 #, c-format
6520 msgid "%s: %d: warning: found `%s' but expected `%s'\n"
6521 msgstr ""
6522
6523 #: protoize.c:3461
6524 #, c-format
6525 msgid "%s: local declaration for function `%s' not inserted\n"
6526 msgstr ""
6527
6528 #: protoize.c:3488
6529 #, c-format
6530 msgid ""
6531 "\n"
6532 "%s: %d: warning: can't add declaration of `%s' into macro call\n"
6533 msgstr ""
6534
6535 #: protoize.c:3562
6536 #, c-format
6537 msgid "%s: global declarations for file `%s' not inserted\n"
6538 msgstr ""
6539
6540 #: protoize.c:3653 protoize.c:3683
6541 #, c-format
6542 msgid "%s: definition of function `%s' not converted\n"
6543 msgstr ""
6544
6545 #: protoize.c:3672
6546 #, c-format
6547 msgid "%s: %d: warning: definition of %s not converted\n"
6548 msgstr ""
6549
6550 #: protoize.c:4002
6551 #, c-format
6552 msgid "%s: found definition of `%s' at %s(%d)\n"
6553 msgstr ""
6554
6555 #. If we make it here, then we did not know about this
6556 #. function definition.
6557 #: protoize.c:4018
6558 #, c-format
6559 msgid "%s: %d: warning: `%s' excluded by preprocessing\n"
6560 msgstr ""
6561
6562 #: protoize.c:4021
6563 #, c-format
6564 msgid "%s: function definition not converted\n"
6565 msgstr ""
6566
6567 #: protoize.c:4080
6568 #, c-format
6569 msgid "%s: `%s' not converted\n"
6570 msgstr ""
6571
6572 #: protoize.c:4088
6573 #, c-format
6574 msgid "%s: would convert file `%s'\n"
6575 msgstr ""
6576
6577 #: protoize.c:4091
6578 #, c-format
6579 msgid "%s: converting file `%s'\n"
6580 msgstr ""
6581
6582 #: protoize.c:4101
6583 #, c-format
6584 msgid "%s: can't get status for file `%s': %s\n"
6585 msgstr ""
6586
6587 #: protoize.c:4143
6588 #, c-format
6589 msgid "%s: can't open file `%s' for reading: %s\n"
6590 msgstr ""
6591
6592 #: protoize.c:4158
6593 #, c-format
6594 msgid ""
6595 "\n"
6596 "%s: error reading input file `%s': %s\n"
6597 msgstr ""
6598
6599 #: protoize.c:4192
6600 #, c-format
6601 msgid "%s: can't create/open clean file `%s': %s\n"
6602 msgstr ""
6603
6604 #: protoize.c:4297
6605 #, c-format
6606 msgid "%s: warning: file `%s' already saved in `%s'\n"
6607 msgstr ""
6608
6609 #: protoize.c:4305
6610 #, c-format
6611 msgid "%s: can't link file `%s' to `%s': %s\n"
6612 msgstr ""
6613
6614 #: protoize.c:4335
6615 #, c-format
6616 msgid "%s: can't create/open output file `%s': %s\n"
6617 msgstr ""
6618
6619 #: protoize.c:4368
6620 #, c-format
6621 msgid "%s: can't change mode of file `%s': %s\n"
6622 msgstr ""
6623
6624 #: protoize.c:4543
6625 #, c-format
6626 msgid "%s: cannot get working directory: %s\n"
6627 msgstr ""
6628
6629 #: protoize.c:4641
6630 #, c-format
6631 msgid "%s: input file names must have .c suffixes: %s\n"
6632 msgstr ""
6633
6634 #: ra.c:752
6635 msgid "Didn't find a coloring.\n"
6636 msgstr ""
6637
6638 #: reg-stack.c:675
6639 #, c-format
6640 msgid "output constraint %d must specify a single register"
6641 msgstr ""
6642
6643 #: reg-stack.c:685
6644 #, c-format
6645 msgid "output constraint %d cannot be specified together with \"%s\" clobber"
6646 msgstr ""
6647
6648 #: reg-stack.c:708
6649 msgid "output regs must be grouped at top of stack"
6650 msgstr ""
6651
6652 #: reg-stack.c:745
6653 msgid "implicitly popped regs must be grouped at top of stack"
6654 msgstr ""
6655
6656 #: reg-stack.c:764
6657 #, c-format
6658 msgid "output operand %d must use `&' constraint"
6659 msgstr ""
6660
6661 #: regclass.c:755
6662 #, c-format
6663 msgid "can't use '%s' as a %s register"
6664 msgstr ""
6665
6666 #: regclass.c:770 config/ia64/ia64.c:4171 config/ia64/ia64.c:4178
6667 #, c-format
6668 msgid "unknown register name: %s"
6669 msgstr ""
6670
6671 #: regclass.c:781
6672 msgid "global register variable follows a function definition"
6673 msgstr ""
6674
6675 #: regclass.c:785
6676 msgid "register used for two global register variables"
6677 msgstr ""
6678
6679 #: regclass.c:790
6680 msgid "call-clobbered register used for global register variable"
6681 msgstr ""
6682
6683 #: regrename.c:1901
6684 #, c-format
6685 msgid "validate_value_data: [%u] Bad next_regno for empty chain (%u)"
6686 msgstr ""
6687
6688 #: regrename.c:1913
6689 #, c-format
6690 msgid "validate_value_data: Loop in regno chain (%u)"
6691 msgstr ""
6692
6693 #: regrename.c:1916
6694 #, c-format
6695 msgid "validate_value_data: [%u] Bad oldest_regno (%u)"
6696 msgstr ""
6697
6698 #: regrename.c:1928
6699 #, c-format
6700 msgid "validate_value_data: [%u] Non-empty reg in chain (%s %u %i)"
6701 msgstr ""
6702
6703 #: reload.c:1227
6704 msgid "cannot reload integer constant operand in `asm'"
6705 msgstr ""
6706
6707 #: reload.c:1249
6708 msgid "impossible register constraint in `asm'"
6709 msgstr ""
6710
6711 #: reload.c:3469
6712 msgid "`&' constraint used with no register class"
6713 msgstr ""
6714
6715 #: reload.c:3637
6716 msgid "unable to generate reloads for:"
6717 msgstr ""
6718
6719 #: reload.c:3638 reload.c:3852
6720 msgid "inconsistent operand constraints in an `asm'"
6721 msgstr ""
6722
6723 #: reload1.c:1257
6724 msgid "frame size too large for reliable stack checking"
6725 msgstr ""
6726
6727 #: reload1.c:1260
6728 msgid "try reducing the number of local variables"
6729 msgstr ""
6730
6731 #: reload1.c:1916
6732 #, c-format
6733 msgid "can't find a register in class `%s' while reloading `asm'"
6734 msgstr ""
6735
6736 #: reload1.c:1920
6737 #, c-format
6738 msgid "unable to find a register to spill in class `%s'"
6739 msgstr ""
6740
6741 #: reload1.c:1922
6742 msgid "this is the insn:"
6743 msgstr ""
6744
6745 #: reload1.c:3942
6746 msgid "`asm' operand requires impossible reload"
6747 msgstr ""
6748
6749 #. It's the compiler's fault.
6750 #: reload1.c:5056
6751 msgid "could not find a spill register"
6752 msgstr ""
6753
6754 #: reload1.c:5061
6755 msgid "`asm' operand constraint incompatible with operand size"
6756 msgstr ""
6757
6758 #. It's the compiler's fault.
6759 #: reload1.c:6681
6760 msgid "VOIDmode on an output"
6761 msgstr ""
6762
6763 #: reload1.c:6682
6764 msgid "output operand is constant in `asm'"
6765 msgstr ""
6766
6767 #: rtl-error.c:142
6768 msgid "unrecognizable insn:"
6769 msgstr ""
6770
6771 #: rtl-error.c:144
6772 msgid "insn does not satisfy its constraints:"
6773 msgstr ""
6774
6775 #: rtl.c:560
6776 #, c-format
6777 msgid "RTL check: access of elt %d of `%s' with last elt %d in %s, at %s:%d"
6778 msgstr ""
6779
6780 #: rtl.c:575
6781 #, c-format
6782 msgid ""
6783 "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
6784 msgstr ""
6785
6786 #: rtl.c:591
6787 #, c-format
6788 msgid ""
6789 "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %"
6790 "s:%d"
6791 msgstr ""
6792
6793 #: rtl.c:604
6794 #, c-format
6795 msgid "RTL check: expected code `%s', have `%s' in %s, at %s:%d"
6796 msgstr ""
6797
6798 #: rtl.c:618
6799 #, c-format
6800 msgid "RTL check: expected code `%s' or `%s', have `%s' in %s, at %s:%d"
6801 msgstr ""
6802
6803 #: rtl.c:633
6804 #, c-format
6805 msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
6806 msgstr ""
6807
6808 #: rtl.c:648
6809 #, c-format
6810 msgid "RTL flag check: %s used with unexpected rtx code `%s' in %s, at %s:%d"
6811 msgstr ""
6812
6813 #: stmt.c:744
6814 #, c-format
6815 msgid "jump to `%s' invalidly jumps into binding contour"
6816 msgstr ""
6817
6818 #: stmt.c:980 stmt.c:3719
6819 #, c-format
6820 msgid "label `%s' used before containing binding contour"
6821 msgstr ""
6822
6823 #: stmt.c:1160
6824 msgid "output operand constraint lacks `='"
6825 msgstr ""
6826
6827 #: stmt.c:1175
6828 #, c-format
6829 msgid "output constraint `%c' for operand %d is not at the beginning"
6830 msgstr ""
6831
6832 #: stmt.c:1197
6833 msgid "operand constraint contains incorrectly positioned '+' or '='"
6834 msgstr ""
6835
6836 #: stmt.c:1203 stmt.c:1307
6837 #, c-format
6838 msgid "`%%' constraint used with last operand"
6839 msgstr ""
6840
6841 #: stmt.c:1222
6842 msgid "matching constraint not valid in output operand"
6843 msgstr ""
6844
6845 #: stmt.c:1298
6846 #, c-format
6847 msgid "input operand constraint contains `%c'"
6848 msgstr ""
6849
6850 #: stmt.c:1338
6851 msgid "matching constraint references invalid operand number"
6852 msgstr ""
6853
6854 #: stmt.c:1370
6855 #, c-format
6856 msgid "invalid punctuation `%c' in constraint"
6857 msgstr ""
6858
6859 #: stmt.c:1420
6860 #, c-format
6861 msgid "asm-specifier for variable `%s' conflicts with asm clobber list"
6862 msgstr ""
6863
6864 #: stmt.c:1508
6865 #, c-format
6866 msgid "unknown register name `%s' in `asm'"
6867 msgstr ""
6868
6869 #: stmt.c:1516
6870 #, c-format
6871 msgid "PIC register `%s' clobbered in `asm'"
6872 msgstr ""
6873
6874 #: stmt.c:1565
6875 #, c-format
6876 msgid "more than %d operands in `asm'"
6877 msgstr ""
6878
6879 #: stmt.c:1624
6880 #, c-format
6881 msgid "output number %d not directly addressable"
6882 msgstr ""
6883
6884 #. ??? Leave this only until we have experience with what
6885 #. happens in combine and elsewhere when constraints are
6886 #. not satisfied.
6887 #: stmt.c:1696 stmt.c:1725
6888 #, c-format
6889 msgid "asm operand %d probably doesn't match constraints"
6890 msgstr ""
6891
6892 #: stmt.c:1856
6893 msgid "asm clobber conflict with output operand"
6894 msgstr ""
6895
6896 #: stmt.c:1861
6897 msgid "asm clobber conflict with input operand"
6898 msgstr ""
6899
6900 #: stmt.c:1896
6901 msgid "too many alternatives in `asm'"
6902 msgstr ""
6903
6904 #: stmt.c:1908
6905 msgid "operand constraints for `asm' differ in number of alternatives"
6906 msgstr ""
6907
6908 #: stmt.c:1961
6909 #, c-format
6910 msgid "duplicate asm operand name '%s'"
6911 msgstr ""
6912
6913 #: stmt.c:2048
6914 msgid "missing close brace for named operand"
6915 msgstr ""
6916
6917 #: stmt.c:2076
6918 #, c-format
6919 msgid "undefined named operand '%s'"
6920 msgstr ""
6921
6922 #: stmt.c:3656
6923 #, c-format
6924 msgid "unused variable `%s'"
6925 msgstr ""
6926
6927 #: stmt.c:5096
6928 #, c-format
6929 msgid "enumeration value `%s' not handled in switch"
6930 msgstr ""
6931
6932 #: stmt.c:5121 stmt.c:5141
6933 #, c-format
6934 msgid "case value `%ld' not in enumerated type"
6935 msgstr ""
6936
6937 #: stmt.c:5124 stmt.c:5144
6938 #, c-format
6939 msgid "case value `%ld' not in enumerated type `%s'"
6940 msgstr ""
6941
6942 #: stmt.c:5217
6943 msgid "switch missing default case"
6944 msgstr ""
6945
6946 #: stor-layout.c:183
6947 msgid "type size can't be explicitly evaluated"
6948 msgstr ""
6949
6950 #: stor-layout.c:185
6951 msgid "variable-size type declared outside of any function"
6952 msgstr ""
6953
6954 #: stor-layout.c:466
6955 #, c-format
6956 msgid "size of `%s' is %d bytes"
6957 msgstr ""
6958
6959 #: stor-layout.c:468
6960 #, c-format
6961 msgid "size of `%s' is larger than %d bytes"
6962 msgstr ""
6963
6964 #: stor-layout.c:881 stor-layout.c:1289
6965 #, c-format
6966 msgid "packed attribute causes inefficient alignment for `%s'"
6967 msgstr ""
6968
6969 #: stor-layout.c:883 stor-layout.c:1291
6970 #, c-format
6971 msgid "packed attribute is unnecessary for `%s'"
6972 msgstr ""
6973
6974 #: stor-layout.c:898
6975 #, c-format
6976 msgid "padding struct to align `%s'"
6977 msgstr ""
6978
6979 #: stor-layout.c:1253
6980 msgid "padding struct size to alignment boundary"
6981 msgstr ""
6982
6983 #: stor-layout.c:1296
6984 msgid "packed attribute causes inefficient alignment"
6985 msgstr ""
6986
6987 #: stor-layout.c:1298
6988 msgid "packed attribute is unnecessary"
6989 msgstr ""
6990
6991 #: timevar.c:450
6992 msgid ""
6993 "\n"
6994 "Execution times (seconds)\n"
6995 msgstr ""
6996
6997 #. Print total time.
6998 #: timevar.c:500
6999 msgid " TOTAL                 :"
7000 msgstr ""
7001
7002 #: timevar.c:536
7003 #, c-format
7004 msgid "time in %s: %ld.%06ld (%ld%%)\n"
7005 msgstr ""
7006
7007 #: tlink.c:401
7008 #, c-format
7009 msgid "collect: reading %s\n"
7010 msgstr ""
7011
7012 #: tlink.c:504
7013 #, c-format
7014 msgid "collect: recompiling %s\n"
7015 msgstr ""
7016
7017 #: tlink.c:670
7018 #, c-format
7019 msgid "collect: tweaking %s in %s\n"
7020 msgstr ""
7021
7022 #: tlink.c:717
7023 msgid "collect: relinking\n"
7024 msgstr ""
7025
7026 #: tlink.c:726
7027 #, c-format
7028 msgid "ld returned %d exit status"
7029 msgstr ""
7030
7031 #: toplev.c:922
7032 msgid "Generate debugging info in default format"
7033 msgstr ""
7034
7035 #: toplev.c:923
7036 msgid "Generate debugging info in default extended format"
7037 msgstr ""
7038
7039 #: toplev.c:925
7040 msgid "Generate STABS format debug info"
7041 msgstr ""
7042
7043 #: toplev.c:926
7044 msgid "Generate extended STABS format debug info"
7045 msgstr ""
7046
7047 #: toplev.c:929
7048 msgid "Generate DWARF-1 format debug info"
7049 msgstr ""
7050
7051 #: toplev.c:931
7052 msgid "Generate extended DWARF-1 format debug info"
7053 msgstr ""
7054
7055 #: toplev.c:934
7056 msgid "Generate DWARF-2 debug info"
7057 msgstr ""
7058
7059 #: toplev.c:937
7060 msgid "Generate XCOFF format debug info"
7061 msgstr ""
7062
7063 #: toplev.c:938
7064 msgid "Generate extended XCOFF format debug info"
7065 msgstr ""
7066
7067 #: toplev.c:941
7068 msgid "Generate COFF format debug info"
7069 msgstr ""
7070
7071 #: toplev.c:944
7072 msgid "Generate VMS format debug info"
7073 msgstr ""
7074
7075 #: toplev.c:983
7076 msgid "Perform DWARF2 duplicate elimination"
7077 msgstr ""
7078
7079 #: toplev.c:985
7080 msgid "Do not store floats in registers"
7081 msgstr ""
7082
7083 #: toplev.c:987
7084 msgid "Consider all mem refs through pointers as volatile"
7085 msgstr ""
7086
7087 #: toplev.c:989
7088 msgid "Consider all mem refs to global data to be volatile"
7089 msgstr ""
7090
7091 #: toplev.c:991
7092 msgid "Consider all mem refs to static data to be volatile"
7093 msgstr ""
7094
7095 #: toplev.c:993
7096 msgid "Defer popping functions args from stack until later"
7097 msgstr ""
7098
7099 #: toplev.c:995
7100 msgid "When possible do not generate stack frames"
7101 msgstr ""
7102
7103 #: toplev.c:997
7104 msgid "Optimize sibling and tail recursive calls"
7105 msgstr ""
7106
7107 #: toplev.c:999
7108 msgid "Perform superblock formation via tail duplication"
7109 msgstr ""
7110
7111 #: toplev.c:1001
7112 msgid "When running CSE, follow jumps to their targets"
7113 msgstr ""
7114
7115 #: toplev.c:1003
7116 msgid "When running CSE, follow conditional jumps"
7117 msgstr ""
7118
7119 #: toplev.c:1005
7120 msgid "Perform a number of minor, expensive optimizations"
7121 msgstr ""
7122
7123 #: toplev.c:1007
7124 msgid "Perform jump threading optimizations"
7125 msgstr ""
7126
7127 #: toplev.c:1009
7128 msgid "Perform strength reduction optimizations"
7129 msgstr ""
7130
7131 #: toplev.c:1011
7132 msgid "Perform loop unrolling when iteration count is known"
7133 msgstr ""
7134
7135 #: toplev.c:1013
7136 msgid "Perform loop unrolling for all loops"
7137 msgstr ""
7138
7139 #: toplev.c:1015
7140 msgid "Generate prefetch instructions, if available, for arrays in loops"
7141 msgstr ""
7142
7143 #: toplev.c:1017
7144 msgid "Force all loop invariant computations out of loops"
7145 msgstr ""
7146
7147 #: toplev.c:1019
7148 msgid "Strength reduce all loop general induction variables"
7149 msgstr ""
7150
7151 #: toplev.c:1021
7152 msgid "Store strings in writable data section"
7153 msgstr ""
7154
7155 #: toplev.c:1023
7156 msgid "Enable machine specific peephole optimizations"
7157 msgstr ""
7158
7159 #: toplev.c:1025
7160 msgid "Copy memory operands into registers before using"
7161 msgstr ""
7162
7163 #: toplev.c:1027
7164 msgid "Copy memory address constants into regs before using"
7165 msgstr ""
7166
7167 #: toplev.c:1029
7168 msgid "Allow function addresses to be held in registers"
7169 msgstr ""
7170
7171 #: toplev.c:1031
7172 msgid "Integrate simple functions into their callers"
7173 msgstr ""
7174
7175 #: toplev.c:1033
7176 msgid "Generate code for funcs even if they are fully inlined"
7177 msgstr ""
7178
7179 #: toplev.c:1035
7180 msgid "Pay attention to the 'inline' keyword"
7181 msgstr ""
7182
7183 #: toplev.c:1037
7184 msgid "Emit static const variables even if they are not used"
7185 msgstr ""
7186
7187 #: toplev.c:1039
7188 msgid "Check for syntax errors, then stop"
7189 msgstr ""
7190
7191 #: toplev.c:1041
7192 msgid "Mark data as shared rather than private"
7193 msgstr ""
7194
7195 #: toplev.c:1043
7196 msgid "Enable saving registers around function calls"
7197 msgstr ""
7198
7199 #: toplev.c:1045
7200 msgid "Return 'short' aggregates in memory, not registers"
7201 msgstr ""
7202
7203 #: toplev.c:1047
7204 msgid "Return 'short' aggregates in registers"
7205 msgstr ""
7206
7207 #: toplev.c:1049
7208 msgid "Attempt to fill delay slots of branch instructions"
7209 msgstr ""
7210
7211 #: toplev.c:1051
7212 msgid "Perform the global common subexpression elimination"
7213 msgstr ""
7214
7215 #: toplev.c:1053
7216 msgid "Perform enhanced load motion during global subexpression elimination"
7217 msgstr ""
7218
7219 #: toplev.c:1055
7220 msgid "Perform store motion after global subexpression elimination"
7221 msgstr ""
7222
7223 #: toplev.c:1057
7224 msgid "Perform the loop optimizations"
7225 msgstr ""
7226
7227 #: toplev.c:1059
7228 msgid "Perform cross-jumping optimization"
7229 msgstr ""
7230
7231 #: toplev.c:1061
7232 msgid "Perform conversion of conditional jumps to branchless equivalents"
7233 msgstr ""
7234
7235 #: toplev.c:1063
7236 msgid "Perform conversion of conditional jumps to conditional execution"
7237 msgstr ""
7238
7239 #: toplev.c:1065
7240 msgid "Run CSE pass after loop optimizations"
7241 msgstr ""
7242
7243 #: toplev.c:1067
7244 msgid "Run the loop optimizer twice"
7245 msgstr ""
7246
7247 #: toplev.c:1069
7248 msgid "Delete useless null pointer checks"
7249 msgstr ""
7250
7251 #: toplev.c:1071
7252 msgid "Reschedule instructions before register allocation"
7253 msgstr ""
7254
7255 #: toplev.c:1073
7256 msgid "Reschedule instructions after register allocation"
7257 msgstr ""
7258
7259 #: toplev.c:1075
7260 msgid "Enable scheduling across basic blocks"
7261 msgstr ""
7262
7263 #: toplev.c:1077
7264 msgid "Allow speculative motion of non-loads"
7265 msgstr ""
7266
7267 #: toplev.c:1079
7268 msgid "Allow speculative motion of some loads"
7269 msgstr ""
7270
7271 #: toplev.c:1081
7272 msgid "Allow speculative motion of more loads"
7273 msgstr ""
7274
7275 #: toplev.c:1083
7276 msgid "Replace add,compare,branch with branch on count reg"
7277 msgstr ""
7278
7279 #: toplev.c:1085
7280 msgid "Generate position independent code, if possible"
7281 msgstr ""
7282
7283 #: toplev.c:1088
7284 msgid "Enable exception handling"
7285 msgstr ""
7286
7287 #: toplev.c:1090
7288 msgid "Just generate unwind tables for exception handling"
7289 msgstr ""
7290
7291 #: toplev.c:1092
7292 msgid "Generate unwind tables exact at each instruction boundary"
7293 msgstr ""
7294
7295 #: toplev.c:1094
7296 msgid "Support synchronous non-call exceptions"
7297 msgstr ""
7298
7299 #: toplev.c:1096
7300 msgid "Insert arc based program profiling code"
7301 msgstr ""
7302
7303 #: toplev.c:1098
7304 msgid "Create data files needed by gcov"
7305 msgstr ""
7306
7307 #: toplev.c:1100
7308 msgid "Use profiling information for branch probabilities"
7309 msgstr ""
7310
7311 #: toplev.c:1102
7312 msgid "Enable basic program profiling code"
7313 msgstr ""
7314
7315 #: toplev.c:1104
7316 msgid "Reorder basic blocks to improve code placement"
7317 msgstr ""
7318
7319 #: toplev.c:1106
7320 msgid "Reorder functions to improve code placement"
7321 msgstr ""
7322
7323 #: toplev.c:1108
7324 msgid "Do the register renaming optimization pass"
7325 msgstr ""
7326
7327 #: toplev.c:1110
7328 msgid "Do the register copy-propagation optimization pass"
7329 msgstr ""
7330
7331 #: toplev.c:1112
7332 msgid "Do not put uninitialized globals in the common section"
7333 msgstr ""
7334
7335 #: toplev.c:1114
7336 msgid "Do not generate .size directives"
7337 msgstr ""
7338
7339 #: toplev.c:1116
7340 msgid "place each function into its own section"
7341 msgstr ""
7342
7343 #: toplev.c:1118
7344 msgid "place data items into their own section"
7345 msgstr ""
7346
7347 #: toplev.c:1120
7348 msgid "Add extra commentry to assembler output"
7349 msgstr ""
7350
7351 #: toplev.c:1122
7352 msgid "Output GNU ld formatted global initializers"
7353 msgstr ""
7354
7355 #: toplev.c:1124
7356 msgid "Enables a register move optimization"
7357 msgstr ""
7358
7359 #: toplev.c:1126
7360 msgid "Do the full regmove optimization pass"
7361 msgstr ""
7362
7363 #: toplev.c:1128
7364 msgid "Pack structure members together without holes"
7365 msgstr ""
7366
7367 #: toplev.c:1130
7368 msgid "Insert stack checking code into the program"
7369 msgstr ""
7370
7371 #: toplev.c:1132
7372 msgid "Specify that arguments may alias each other & globals"
7373 msgstr ""
7374
7375 #: toplev.c:1134
7376 msgid "Assume arguments may alias globals but not each other"
7377 msgstr ""
7378
7379 #: toplev.c:1136
7380 msgid "Assume arguments do not alias each other or globals"
7381 msgstr ""
7382
7383 #: toplev.c:1138
7384 msgid "Assume strict aliasing rules apply"
7385 msgstr ""
7386
7387 #: toplev.c:1140
7388 msgid "Align the start of loops"
7389 msgstr ""
7390
7391 #: toplev.c:1142
7392 msgid "Align labels which are only reached by jumping"
7393 msgstr ""
7394
7395 #: toplev.c:1144
7396 msgid "Align all labels"
7397 msgstr ""
7398
7399 #: toplev.c:1146
7400 msgid "Align the start of functions"
7401 msgstr ""
7402
7403 #: toplev.c:1148
7404 msgid "Attempt to merge identical constants accross compilation units"
7405 msgstr ""
7406
7407 #: toplev.c:1150
7408 msgid "Attempt to merge identical constants and constant variables"
7409 msgstr ""
7410
7411 #: toplev.c:1152
7412 msgid ""
7413 "Suppress output of instruction numbers and line number notes in debugging "
7414 "dumps"
7415 msgstr ""
7416
7417 #: toplev.c:1154
7418 msgid "Instrument function entry/exit with profiling calls"
7419 msgstr ""
7420
7421 #: toplev.c:1156
7422 msgid "Put zero initialized data in the bss section"
7423 msgstr ""
7424
7425 #: toplev.c:1158
7426 msgid "Enable SSA optimizations"
7427 msgstr ""
7428
7429 #: toplev.c:1160
7430 msgid "Enable SSA conditional constant propagation"
7431 msgstr ""
7432
7433 #: toplev.c:1162
7434 msgid "Enable aggressive SSA dead code elimination"
7435 msgstr ""
7436
7437 #: toplev.c:1164
7438 msgid "External symbols have a leading underscore"
7439 msgstr ""
7440
7441 #: toplev.c:1166
7442 msgid "Process #ident directives"
7443 msgstr ""
7444
7445 #: toplev.c:1168
7446 msgid "Enables an rtl peephole pass run before sched2"
7447 msgstr ""
7448
7449 #: toplev.c:1170
7450 msgid "Assume no NaNs or +-Infs are generated"
7451 msgstr ""
7452
7453 #: toplev.c:1172
7454 msgid "Enables guessing of branch probabilities"
7455 msgstr ""
7456
7457 #: toplev.c:1174
7458 msgid "Set errno after built-in math functions"
7459 msgstr ""
7460
7461 #: toplev.c:1176
7462 msgid "Floating-point operations can trap"
7463 msgstr ""
7464
7465 #: toplev.c:1178
7466 msgid "Allow math optimizations that may violate IEEE or ANSI standards"
7467 msgstr ""
7468
7469 #: toplev.c:1180
7470 msgid "Disable optimizations observable by IEEE signaling NaNs"
7471 msgstr ""
7472
7473 #: toplev.c:1182
7474 msgid "Generate code to check bounds before indexing arrays"
7475 msgstr ""
7476
7477 #: toplev.c:1184
7478 msgid "Convert floating point constant to single precision constant"
7479 msgstr ""
7480
7481 #: toplev.c:1186
7482 msgid "Report time taken by each compiler pass at end of run"
7483 msgstr ""
7484
7485 #: toplev.c:1188
7486 msgid "Report on permanent memory allocation at end of run"
7487 msgstr ""
7488
7489 #: toplev.c:1190
7490 msgid "Trap for signed overflow in addition / subtraction / multiplication"
7491 msgstr ""
7492
7493 #: toplev.c:1192
7494 msgid "Use graph coloring register allocation."
7495 msgstr ""
7496
7497 #: toplev.c:1209
7498 msgid "Compile just for ISO C90"
7499 msgstr ""
7500
7501 #: toplev.c:1211
7502 msgid "Determine language standard"
7503 msgstr ""
7504
7505 #: toplev.c:1215
7506 msgid "Make bit-fields by unsigned by default"
7507 msgstr ""
7508
7509 #: toplev.c:1219
7510 msgid "Make 'char' be signed by default"
7511 msgstr ""
7512
7513 #: toplev.c:1221
7514 msgid "Make 'char' be unsigned by default"
7515 msgstr ""
7516
7517 #: toplev.c:1227
7518 msgid "Do not recognize the 'asm' keyword"
7519 msgstr ""
7520
7521 #: toplev.c:1230
7522 msgid "Do not recognize any built in functions"
7523 msgstr ""
7524
7525 #: toplev.c:1232
7526 msgid "Assume normal C execution environment"
7527 msgstr ""
7528
7529 #: toplev.c:1235
7530 msgid "Assume that standard libraries & main might not exist"
7531 msgstr ""
7532
7533 #: toplev.c:1238
7534 msgid "Allow different types as args of ? operator"
7535 msgstr ""
7536
7537 #: toplev.c:1241
7538 msgid "Allow the use of $ inside identifiers"
7539 msgstr ""
7540
7541 #: toplev.c:1246
7542 msgid "Use the same size for double as for float"
7543 msgstr ""
7544
7545 #: toplev.c:1249
7546 msgid "Use the smallest fitting integer to hold enums"
7547 msgstr ""
7548
7549 #: toplev.c:1252
7550 msgid "Override the underlying type for wchar_t to `unsigned short'"
7551 msgstr ""
7552
7553 #: toplev.c:1256
7554 msgid "Enable most warning messages"
7555 msgstr ""
7556
7557 #: toplev.c:1258
7558 msgid "Warn about casting functions to incompatible types"
7559 msgstr ""
7560
7561 #: toplev.c:1261
7562 msgid "Warn about functions which might be candidates for format attributes"
7563 msgstr ""
7564
7565 #: toplev.c:1264
7566 msgid "Warn about casts which discard qualifiers"
7567 msgstr ""
7568
7569 #: toplev.c:1267
7570 msgid "Warn about subscripts whose type is 'char'"
7571 msgstr ""
7572
7573 #: toplev.c:1270 toplev.c:1273
7574 msgid "Warn if nested comments are detected"
7575 msgstr ""
7576
7577 #: toplev.c:1276
7578 msgid "Warn about possibly confusing type conversions"
7579 msgstr ""
7580
7581 #: toplev.c:1280
7582 msgid "Do not warn about compile-time integer division by zero"
7583 msgstr ""
7584
7585 #: toplev.c:1282
7586 msgid "Warn about testing equality of floating point numbers"
7587 msgstr ""
7588
7589 #: toplev.c:1285
7590 msgid "Warn about printf/scanf/strftime/strfmon format anomalies"
7591 msgstr ""
7592
7593 #: toplev.c:1289
7594 msgid "Don't warn about too many arguments to format functions"
7595 msgstr ""
7596
7597 #: toplev.c:1291
7598 msgid "Warn about non-string-literal format strings"
7599 msgstr ""
7600
7601 #: toplev.c:1294
7602 msgid "Warn about possible security problems with format functions"
7603 msgstr ""
7604
7605 #: toplev.c:1298
7606 msgid "Don't warn about strftime formats yielding 2 digit years"
7607 msgstr ""
7608
7609 #: toplev.c:1300
7610 msgid "Warn about implicit function declarations"
7611 msgstr ""
7612
7613 #: toplev.c:1304
7614 msgid "Warn when a declaration does not specify a type"
7615 msgstr ""
7616
7617 #: toplev.c:1309
7618 msgid "Warn about the use of the #import directive"
7619 msgstr ""
7620
7621 #: toplev.c:1313
7622 msgid "Do not warn about using 'long long' when -pedantic"
7623 msgstr ""
7624
7625 #: toplev.c:1315
7626 msgid "Warn about suspicious declarations of main"
7627 msgstr ""
7628
7629 #: toplev.c:1318
7630 msgid "Warn about possibly missing braces around initializers"
7631 msgstr ""
7632
7633 #: toplev.c:1321
7634 msgid "Warn about global funcs without previous declarations"
7635 msgstr ""
7636
7637 #: toplev.c:1324
7638 msgid "Warn about global funcs without prototypes"
7639 msgstr ""
7640
7641 #: toplev.c:1327
7642 msgid "Warn about use of multicharacter literals"
7643 msgstr ""
7644
7645 #: toplev.c:1330
7646 msgid "Warn about externs not at file scope level"
7647 msgstr ""
7648
7649 #: toplev.c:1333
7650 msgid "Warn about possible missing parentheses"
7651 msgstr ""
7652
7653 #: toplev.c:1336
7654 msgid "Warn about function pointer arithmetic"
7655 msgstr ""
7656
7657 #: toplev.c:1339
7658 msgid "Warn about multiple declarations of the same object"
7659 msgstr ""
7660
7661 #: toplev.c:1342
7662 msgid "Warn whenever a function's return-type defaults to int"
7663 msgstr ""
7664
7665 #: toplev.c:1345
7666 msgid "Warn about possible violations of sequence point rules"
7667 msgstr ""
7668
7669 #: toplev.c:1348
7670 msgid "Warn about signed/unsigned comparisons"
7671 msgstr ""
7672
7673 #: toplev.c:1351
7674 msgid "Warn about non-prototyped function decls"
7675 msgstr ""
7676
7677 #: toplev.c:1354
7678 msgid "Warn about constructs whose meanings change in ISO C"
7679 msgstr ""
7680
7681 #: toplev.c:1357
7682 msgid "Warn when trigraphs are encountered"
7683 msgstr ""
7684
7685 #: toplev.c:1362
7686 msgid "Warn about unrecognized pragmas"
7687 msgstr ""
7688
7689 #: toplev.c:1365
7690 msgid "Mark strings as 'const char *'"
7691 msgstr ""
7692
7693 #: toplev.c:1510
7694 msgid "Warn when a function is unused"
7695 msgstr ""
7696
7697 #: toplev.c:1512
7698 msgid "Warn when a label is unused"
7699 msgstr ""
7700
7701 #: toplev.c:1514
7702 msgid "Warn when a function parameter is unused"
7703 msgstr ""
7704
7705 #: toplev.c:1516
7706 msgid "Warn when a variable is unused"
7707 msgstr ""
7708
7709 #: toplev.c:1518
7710 msgid "Warn when an expression value is unused"
7711 msgstr ""
7712
7713 #: toplev.c:1520
7714 msgid "Do not suppress warnings from system headers"
7715 msgstr ""
7716
7717 #: toplev.c:1522
7718 msgid "Treat all warnings as errors"
7719 msgstr ""
7720
7721 #: toplev.c:1524
7722 msgid "Warn when one local variable shadows another"
7723 msgstr ""
7724
7725 #: toplev.c:1526
7726 msgid "Warn about enumerated switches, with no default, missing a case"
7727 msgstr ""
7728
7729 #: toplev.c:1528
7730 msgid "Warn about enumerated switches missing a default case"
7731 msgstr ""
7732
7733 #: toplev.c:1530
7734 msgid "Warn about all enumerated switches missing a specific case"
7735 msgstr ""
7736
7737 #: toplev.c:1532
7738 msgid "Warn about returning structures, unions or arrays"
7739 msgstr ""
7740
7741 #: toplev.c:1534
7742 msgid "Warn about pointer casts which increase alignment"
7743 msgstr ""
7744
7745 #: toplev.c:1536
7746 msgid "Warn about code that will never be executed"
7747 msgstr ""
7748
7749 #: toplev.c:1538
7750 msgid "Warn about uninitialized automatic variables"
7751 msgstr ""
7752
7753 #: toplev.c:1540
7754 msgid "Warn when an inlined function cannot be inlined"
7755 msgstr ""
7756
7757 #: toplev.c:1542
7758 msgid "Warn when the packed attribute has no effect on struct layout"
7759 msgstr ""
7760
7761 #: toplev.c:1544
7762 msgid "Warn when padding is required to align struct members"
7763 msgstr ""
7764
7765 #: toplev.c:1546
7766 msgid "Warn when an optimization pass is disabled"
7767 msgstr ""
7768
7769 #: toplev.c:1548
7770 msgid "Warn about uses of __attribute__((deprecated)) declarations"
7771 msgstr ""
7772
7773 #: toplev.c:1550
7774 msgid "Warn about functions which might be candidates for attribute noreturn"
7775 msgstr ""
7776
7777 #: toplev.c:1552
7778 msgid "Warn about code which might break the strict aliasing rules"
7779 msgstr ""
7780
7781 #: toplev.c:1629 toplev.c:4510 config/rs6000/rs6000.c:685
7782 #, c-format
7783 msgid "invalid option `%s'"
7784 msgstr ""
7785
7786 #: toplev.c:2031
7787 #, c-format
7788 msgid "`%s' used but never defined"
7789 msgstr ""
7790
7791 #: toplev.c:2034
7792 #, c-format
7793 msgid "`%s' declared `static' but never defined"
7794 msgstr ""
7795
7796 #: toplev.c:2053
7797 #, c-format
7798 msgid "`%s' defined but not used"
7799 msgstr ""
7800
7801 #: toplev.c:2297
7802 #, c-format
7803 msgid "invalid register name `%s' for register variable"
7804 msgstr ""
7805
7806 #: toplev.c:3680
7807 msgid ""
7808 "  -ffixed-<register>      Mark <register> as being unavailable to the "
7809 "compiler\n"
7810 msgstr ""
7811
7812 #: toplev.c:3681
7813 msgid ""
7814 "  -fcall-used-<register>  Mark <register> as being corrupted by function "
7815 "calls\n"
7816 msgstr ""
7817
7818 #: toplev.c:3682
7819 msgid ""
7820 "  -fcall-saved-<register> Mark <register> as being preserved across "
7821 "functions\n"
7822 msgstr ""
7823
7824 #: toplev.c:3683
7825 msgid ""
7826 "  -finline-limit=<number> Limits the size of inlined functions to <number>\n"
7827 msgstr ""
7828
7829 #: toplev.c:3684
7830 msgid ""
7831 "  -fmessage-length=<number> Limits diagnostics messages lengths to <number> "
7832 "characters per line.  0 suppresses line-wrapping\n"
7833 msgstr ""
7834
7835 #: toplev.c:3685
7836 msgid ""
7837 "  -fdiagnostics-show-location=[once | every-line] Indicates how often source "
7838 "location information should be emitted, as prefix, at the beginning of "
7839 "diagnostics when line-wrapping\n"
7840 msgstr ""
7841
7842 #: toplev.c:3686
7843 msgid ""
7844 "  -ftls-model=[global-dynamic | local-dynamic | initial-exec | local-exec] "
7845 "Indicates the default thread-local storage code generation model\n"
7846 msgstr ""
7847
7848 #: toplev.c:3697
7849 msgid "  -O[number]              Set optimization level to [number]\n"
7850 msgstr ""
7851
7852 #: toplev.c:3698
7853 msgid "  -Os                     Optimize for space rather than speed\n"
7854 msgstr ""
7855
7856 #: toplev.c:3710
7857 msgid ""
7858 "  -pedantic               Issue warnings needed by strict compliance to ISO "
7859 "C\n"
7860 msgstr ""
7861
7862 #: toplev.c:3711
7863 msgid ""
7864 "  -pedantic-errors        Like -pedantic except that errors are produced\n"
7865 msgstr ""
7866
7867 #: toplev.c:3712
7868 msgid "  -w                      Suppress warnings\n"
7869 msgstr ""
7870
7871 #: toplev.c:3713
7872 msgid "  -W                      Enable extra warnings\n"
7873 msgstr ""
7874
7875 #: toplev.c:3724
7876 msgid "  -Wunused                Enable unused warnings\n"
7877 msgstr ""
7878
7879 #: toplev.c:3725
7880 msgid ""
7881 "  -Wlarger-than-<number>  Warn if an object is larger than <number> bytes\n"
7882 msgstr ""
7883
7884 #: toplev.c:3726
7885 msgid "  -p                      Enable function profiling\n"
7886 msgstr ""
7887
7888 #: toplev.c:3727
7889 msgid "  -o <file>               Place output into <file> \n"
7890 msgstr ""
7891
7892 #: toplev.c:3728
7893 msgid ""
7894 "  -G <number>             Put global and static data smaller than <number>\n"
7895 "                          bytes into a special section (on some targets)\n"
7896 msgstr ""
7897
7898 #: toplev.c:3739
7899 msgid "  -aux-info <file>        Emit declaration info into <file>\n"
7900 msgstr ""
7901
7902 #: toplev.c:3740
7903 msgid ""
7904 "  -quiet                  Do not display functions compiled or elapsed time\n"
7905 msgstr ""
7906
7907 #: toplev.c:3741
7908 msgid "  -version                Display the compiler's version\n"
7909 msgstr ""
7910
7911 #: toplev.c:3742
7912 msgid ""
7913 "  -d[letters]             Enable dumps from specific passes of the compiler\n"
7914 msgstr ""
7915
7916 #: toplev.c:3743
7917 msgid ""
7918 "  -dumpbase <file>        Base name to be used for dumps from specific "
7919 "passes\n"
7920 msgstr ""
7921
7922 #: toplev.c:3745
7923 msgid "  -fsched-verbose=<number> Set the verbosity level of the scheduler\n"
7924 msgstr ""
7925
7926 #: toplev.c:3747
7927 msgid "  --help                  Display this information\n"
7928 msgstr ""
7929
7930 #: toplev.c:3762
7931 msgid ""
7932 "\n"
7933 "Language specific options:\n"
7934 msgstr ""
7935
7936 #: toplev.c:3774
7937 #, c-format
7938 msgid "  %-23.23s [undocumented]\n"
7939 msgstr ""
7940
7941 #: toplev.c:3782 toplev.c:3796
7942 #, c-format
7943 msgid ""
7944 "\n"
7945 "There are undocumented %s specific options as well.\n"
7946 msgstr ""
7947
7948 #: toplev.c:3786
7949 #, c-format
7950 msgid ""
7951 "\n"
7952 " Options for %s:\n"
7953 msgstr ""
7954
7955 #: toplev.c:3823
7956 msgid ""
7957 "\n"
7958 "Target specific options:\n"
7959 msgstr ""
7960
7961 #: toplev.c:3837 toplev.c:3856
7962 #, c-format
7963 msgid "  -m%-23.23s [undocumented]\n"
7964 msgstr ""
7965
7966 #: toplev.c:3865
7967 msgid ""
7968 "\n"
7969 "There are undocumented target specific options as well.\n"
7970 msgstr ""
7971
7972 #: toplev.c:3867
7973 msgid "  They exist, but they are not documented.\n"
7974 msgstr ""
7975
7976 #: toplev.c:3920
7977 #, c-format
7978 msgid "unrecognized gcc debugging option: %c"
7979 msgstr ""
7980
7981 #: toplev.c:3976
7982 #, c-format
7983 msgid "`%s': unknown tls-model option"
7984 msgstr ""
7985
7986 #: toplev.c:4003
7987 #, c-format
7988 msgid "unrecognized register name `%s'"
7989 msgstr ""
7990
7991 #: toplev.c:4028 toplev.c:4962
7992 #, c-format
7993 msgid "unrecognized option `%s'"
7994 msgstr ""
7995
7996 #: toplev.c:4072
7997 msgid "-Wid-clash-LEN is no longer supported"
7998 msgstr ""
7999
8000 #: toplev.c:4149
8001 #, c-format
8002 msgid "use -gdwarf -g%d for DWARF v1, level %d"
8003 msgstr ""
8004
8005 #: toplev.c:4152
8006 msgid "use -gdwarf-2   for DWARF v2"
8007 msgstr ""
8008
8009 #: toplev.c:4157
8010 #, c-format
8011 msgid "ignoring option `%s' due to invalid debug level specification"
8012 msgstr ""
8013
8014 #: toplev.c:4180 toplev.c:4960
8015 #, c-format
8016 msgid "`%s': unknown or unsupported -g option"
8017 msgstr ""
8018
8019 #: toplev.c:4187
8020 #, c-format
8021 msgid "`%s' ignored, conflicts with `-g%s'"
8022 msgstr ""
8023
8024 #: toplev.c:4266
8025 msgid "-param option missing argument"
8026 msgstr ""
8027
8028 #: toplev.c:4275
8029 #, c-format
8030 msgid "invalid --param option: %s"
8031 msgstr ""
8032
8033 #: toplev.c:4287
8034 #, c-format
8035 msgid "invalid parameter value `%s'"
8036 msgstr ""
8037
8038 #: toplev.c:4527
8039 #, c-format
8040 msgid ""
8041 "%s%s%s version %s (%s)\n"
8042 "%s\tcompiled by GNU C version %s.\n"
8043 "%s%s%s version %s (%s) compiled by CC.\n"
8044 msgstr ""
8045
8046 #: toplev.c:4583
8047 msgid "options passed: "
8048 msgstr ""
8049
8050 #: toplev.c:4612
8051 msgid "options enabled: "
8052 msgstr ""
8053
8054 #: toplev.c:4671 java/jcf-write.c:3423
8055 #, c-format
8056 msgid "can't open %s for writing"
8057 msgstr ""
8058
8059 #: toplev.c:4952
8060 #, c-format
8061 msgid "ignoring command line option '%s'"
8062 msgstr ""
8063
8064 #: toplev.c:4955
8065 #, c-format
8066 msgid "(it is valid for %s but not the selected language)"
8067 msgstr ""
8068
8069 #: toplev.c:4989
8070 msgid "-Wuninitialized is not supported without -O"
8071 msgstr ""
8072
8073 #: toplev.c:5044
8074 msgid "instruction scheduling not supported on this target machine"
8075 msgstr ""
8076
8077 #: toplev.c:5048
8078 msgid "this target machine does not have delayed branches"
8079 msgstr ""
8080
8081 #: toplev.c:5062
8082 #, c-format
8083 msgid "-f%sleading-underscore not supported on this target machine"
8084 msgstr ""
8085
8086 #: toplev.c:5125
8087 msgid "-ffunction-sections not supported for this target"
8088 msgstr ""
8089
8090 #: toplev.c:5130
8091 msgid "-fdata-sections not supported for this target"
8092 msgstr ""
8093
8094 #: toplev.c:5137
8095 msgid "-ffunction-sections disabled; it makes profiling impossible"
8096 msgstr ""
8097
8098 #: toplev.c:5144
8099 msgid "-fprefetch-loop-arrays not supported for this target"
8100 msgstr ""
8101
8102 #: toplev.c:5150
8103 msgid ""
8104 "-fprefetch-loop-arrays not supported for this target (try -march switches)"
8105 msgstr ""
8106
8107 #: toplev.c:5159
8108 msgid "-fprefetch-loop-arrays is not supported with -Os"
8109 msgstr ""
8110
8111 #: toplev.c:5165
8112 msgid "-ffunction-sections may affect debugging on some targets"
8113 msgstr ""
8114
8115 #: toplev.c:5277
8116 #, c-format
8117 msgid "error writing to %s"
8118 msgstr ""
8119
8120 #: toplev.c:5279 java/jcf-parse.c:933 java/jcf-write.c:3430
8121 #, c-format
8122 msgid "error closing %s"
8123 msgstr ""
8124
8125 #: tree-dump.c:704
8126 #, c-format
8127 msgid "could not open dump file `%s'"
8128 msgstr ""
8129
8130 #: tree-dump.c:780
8131 #, c-format
8132 msgid "ignoring unknown option `%.*s' in `-f%s'"
8133 msgstr ""
8134
8135 #: tree.c:3599
8136 msgid "arrays of functions are not meaningful"
8137 msgstr ""
8138
8139 #: tree.c:3656
8140 msgid "function return type cannot be function"
8141 msgstr ""
8142
8143 #: tree.c:4498
8144 msgid "invalid initializer for bit string"
8145 msgstr ""
8146
8147 #: tree.c:4557
8148 #, c-format
8149 msgid "tree check: expected %s, have %s in %s, at %s:%d"
8150 msgstr ""
8151
8152 #: tree.c:4574
8153 #, c-format
8154 msgid "tree check: expected class '%c', have '%c' (%s) in %s, at %s:%d"
8155 msgstr ""
8156
8157 #: tree.c:4591
8158 #, c-format
8159 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
8160 msgstr ""
8161
8162 #: varasm.c:447 config/i386/winnt.c:631
8163 #, c-format
8164 msgid "%s causes a section type conflict"
8165 msgstr ""
8166
8167 #: varasm.c:833
8168 #, c-format
8169 msgid "register name not specified for `%s'"
8170 msgstr ""
8171
8172 #: varasm.c:835
8173 #, c-format
8174 msgid "invalid register name for `%s'"
8175 msgstr ""
8176
8177 #: varasm.c:838
8178 #, c-format
8179 msgid "data type of `%s' isn't suitable for a register"
8180 msgstr ""
8181
8182 #: varasm.c:841
8183 #, c-format
8184 msgid "register specified for `%s' isn't suitable for data type"
8185 msgstr ""
8186
8187 #: varasm.c:850
8188 msgid "global register variable has initial value"
8189 msgstr ""
8190
8191 #: varasm.c:853
8192 msgid "volatile register variables don't work as you might wish"
8193 msgstr ""
8194
8195 #: varasm.c:886
8196 #, c-format
8197 msgid "register name given for non-register variable `%s'"
8198 msgstr ""
8199
8200 #: varasm.c:1514
8201 #, c-format
8202 msgid ""
8203 "alignment of `%s' is greater than maximum object file alignment. Using %d"
8204 msgstr ""
8205
8206 #: varasm.c:1556
8207 msgid "thread-local COMMON data not implemented"
8208 msgstr ""
8209
8210 #: varasm.c:1580
8211 #, c-format
8212 msgid "requested alignment for %s is greater than implemented alignment of %d"
8213 msgstr ""
8214
8215 #: varasm.c:3992
8216 msgid "initializer for integer value is too complicated"
8217 msgstr ""
8218
8219 #: varasm.c:3997
8220 msgid "initializer for floating value is not a floating constant"
8221 msgstr ""
8222
8223 #: varasm.c:4047
8224 msgid "unknown set constructor type"
8225 msgstr ""
8226
8227 #: varasm.c:4261
8228 #, c-format
8229 msgid "invalid initial value for member `%s'"
8230 msgstr ""
8231
8232 #: varasm.c:4452 varasm.c:4495
8233 #, c-format
8234 msgid "weak declaration of `%s' must precede definition"
8235 msgstr ""
8236
8237 #: varasm.c:4459
8238 #, c-format
8239 msgid ""
8240 "weak declaration of `%s' after first use results in unspecified behavior"
8241 msgstr ""
8242
8243 #: varasm.c:4493
8244 #, c-format
8245 msgid "weak declaration of `%s' must be public"
8246 msgstr ""
8247
8248 #: varasm.c:4502
8249 #, c-format
8250 msgid "weak declaration of `%s' not supported"
8251 msgstr ""
8252
8253 #: varasm.c:4531 varasm.c:4606
8254 msgid "only weak aliases are supported in this configuration"
8255 msgstr ""
8256
8257 #: varasm.c:4614
8258 msgid "alias definitions not supported in this configuration; ignored"
8259 msgstr ""
8260
8261 #: varasm.c:4644
8262 msgid "visibility attribute not supported in this configuration; ignored"
8263 msgstr ""
8264
8265 #: varray.c:136
8266 #, c-format
8267 msgid "virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d"
8268 msgstr ""
8269
8270 #. Print an error message for unrecognized stab codes.
8271 #: xcoffout.c:177
8272 #, c-format
8273 msgid "no sclass for %s stab (0x%x)\n"
8274 msgstr ""
8275
8276 #: pretty-print.h:97
8277 #, c-format
8278 msgid "#`%s' not supported by %s#"
8279 msgstr ""
8280
8281 #: params.def:53
8282 msgid ""
8283 "The maximum number of instructions in a single function eliglible for "
8284 "inlining"
8285 msgstr ""
8286
8287 #: params.def:74
8288 msgid ""
8289 "The maximuem number of instructions by repeated inlining before gcc starts "
8290 "to throttle inlining"
8291 msgstr ""
8292
8293 #: params.def:87
8294 msgid ""
8295 "The slope of the linear funtion throttling inlining after the recursive "
8296 "inlining limit has been reached is given by the negative reciprocal value of "
8297 "this parameter"
8298 msgstr ""
8299
8300 #: params.def:100
8301 msgid ""
8302 "The number of instructions in a single functions still eligible to inlining "
8303 "after a lot recursive inlining"
8304 msgstr ""
8305
8306 #: params.def:111
8307 msgid "The maximum number of instructions to consider to fill a delay slot"
8308 msgstr ""
8309
8310 #: params.def:122
8311 msgid ""
8312 "The maximum number of instructions to consider to find accurate live "
8313 "register information"
8314 msgstr ""
8315
8316 #: params.def:132
8317 msgid "The maximum length of scheduling's pending operations list"
8318 msgstr ""
8319
8320 #: params.def:139
8321 msgid "The maximum amount of memory to be allocated by GCSE"
8322 msgstr ""
8323
8324 #: params.def:144
8325 msgid "The maximum number of passes to make when doing GCSE"
8326 msgstr ""
8327
8328 #: params.def:151
8329 msgid "The maximum number of instructions to consider to unroll in a loop"
8330 msgstr ""
8331
8332 #: params.def:156
8333 msgid ""
8334 "Select fraction of the maximal count of repetitions of basic block in "
8335 "program given basic block needs to have to be considered hot"
8336 msgstr ""
8337
8338 #: params.def:161
8339 msgid ""
8340 "Select fraction of the maximal frequency of executions of basic block in "
8341 "function given basic block needs to have to be considered hot"
8342 msgstr ""
8343
8344 #: params.def:166
8345 msgid ""
8346 "The percentage of function, weighted by execution frequency, that must be "
8347 "covered by trace formation. Used when profile feedback is available"
8348 msgstr ""
8349
8350 #: params.def:171
8351 msgid ""
8352 "The percentage of function, weighted by execution frequency, that must be "
8353 "covered by trace formation. Used when profile feedback is not available"
8354 msgstr ""
8355
8356 #: params.def:176
8357 msgid "Maximal code growth caused by tail duplication (in percents)"
8358 msgstr ""
8359
8360 #: params.def:180
8361 msgid ""
8362 "Stop reverse growth if the reverse probability of best edge is less than "
8363 "this threshold (in percents)"
8364 msgstr ""
8365
8366 #: params.def:185
8367 msgid ""
8368 "Stop forward growth if the probability of best edge is less than this "
8369 "threshold (in percents). Used when profile feedback is available"
8370 msgstr ""
8371
8372 #: params.def:190
8373 msgid ""
8374 "Stop forward growth if the probability of best edge is less than this "
8375 "threshold (in percents). Used when profile feedback is not available"
8376 msgstr ""
8377
8378 #: params.def:204
8379 msgid ""
8380 "Minimum heap expansion to trigger garbage collection, as a percentage of the "
8381 "total size of the heap."
8382 msgstr ""
8383
8384 #: params.def:210
8385 msgid "Minimum heap size before we start collecting garbage, in kilobytes."
8386 msgstr ""
8387
8388 #: config/darwin-c.c:77
8389 msgid "too many #pragma options align=reset"
8390 msgstr ""
8391
8392 #: config/darwin-c.c:99 config/darwin-c.c:102 config/darwin-c.c:104
8393 #: config/darwin-c.c:106
8394 msgid "malformed '#pragma options', ignoring"
8395 msgstr ""
8396
8397 #: config/darwin-c.c:109
8398 msgid "junk at end of '#pragma options'"
8399 msgstr ""
8400
8401 #: config/darwin-c.c:119
8402 msgid "malformed '#pragma options align={mac68k|power|reset}', ignoring"
8403 msgstr ""
8404
8405 #: config/darwin-c.c:132
8406 msgid "missing '(' after '#pragma unused', ignoring"
8407 msgstr ""
8408
8409 #: config/darwin-c.c:150
8410 msgid "missing ')' after '#pragma unused', ignoring"
8411 msgstr ""
8412
8413 #: config/darwin-c.c:153
8414 msgid "junk at end of '#pragma unused'"
8415 msgstr ""
8416
8417 #: config/lynx-ng.h:97 config/lynx.h:121 config/rs6000/lynx.h:99
8418 msgid "-msystem-v and -p are incompatible"
8419 msgstr ""
8420
8421 #: config/lynx-ng.h:99 config/lynx.h:123 config/rs6000/lynx.h:101
8422 msgid "-msystem-v and -mthreads are incompatible"
8423 msgstr ""
8424
8425 #: config/alpha/alpha.c:351
8426 #, c-format
8427 msgid "-f%s ignored for Unicos/Mk (not supported)"
8428 msgstr ""
8429
8430 #: config/alpha/alpha.c:375
8431 msgid "-mieee not supported on Unicos/Mk"
8432 msgstr ""
8433
8434 #: config/alpha/alpha.c:386
8435 msgid "-mieee-with-inexact not supported on Unicos/Mk"
8436 msgstr ""
8437
8438 #: config/alpha/alpha.c:403
8439 #, c-format
8440 msgid "bad value `%s' for -mtrap-precision switch"
8441 msgstr ""
8442
8443 #: config/alpha/alpha.c:417
8444 #, c-format
8445 msgid "bad value `%s' for -mfp-rounding-mode switch"
8446 msgstr ""
8447
8448 #: config/alpha/alpha.c:432
8449 #, c-format
8450 msgid "bad value `%s' for -mfp-trap-mode switch"
8451 msgstr ""
8452
8453 #: config/alpha/alpha.c:444
8454 #, c-format
8455 msgid "bad value `%s' for -mtls-size switch"
8456 msgstr ""
8457
8458 #: config/alpha/alpha.c:463 config/alpha/alpha.c:475
8459 #, c-format
8460 msgid "bad value `%s' for -mcpu switch"
8461 msgstr ""
8462
8463 #: config/alpha/alpha.c:482
8464 msgid "trap mode not supported on Unicos/Mk"
8465 msgstr ""
8466
8467 #: config/alpha/alpha.c:489
8468 msgid "fp software completion requires -mtrap-precision=i"
8469 msgstr ""
8470
8471 #: config/alpha/alpha.c:505
8472 msgid "rounding mode not supported for VAX floats"
8473 msgstr ""
8474
8475 #: config/alpha/alpha.c:510
8476 msgid "trap mode not supported for VAX floats"
8477 msgstr ""
8478
8479 #: config/alpha/alpha.c:539
8480 #, c-format
8481 msgid "L%d cache latency unknown for %s"
8482 msgstr ""
8483
8484 #: config/alpha/alpha.c:554
8485 #, c-format
8486 msgid "bad value `%s' for -mmemory-latency"
8487 msgstr ""
8488
8489 #: config/alpha/alpha.c:5677 config/m88k/m88k.c:2900 config/romp/romp.c:756
8490 #: config/romp/romp.c:763
8491 #, c-format
8492 msgid "invalid %%H value"
8493 msgstr ""
8494
8495 #: config/alpha/alpha.c:5698
8496 #, c-format
8497 msgid "invalid %%J value"
8498 msgstr ""
8499
8500 #: config/alpha/alpha.c:5714 config/ia64/ia64.c:3836 config/m88k/m88k.c:3045
8501 #, c-format
8502 msgid "invalid %%r value"
8503 msgstr ""
8504
8505 #: config/alpha/alpha.c:5724 config/rs6000/rs6000.c:7709
8506 #, c-format
8507 msgid "invalid %%R value"
8508 msgstr ""
8509
8510 #: config/alpha/alpha.c:5730 config/rs6000/rs6000.c:7635
8511 #, c-format
8512 msgid "invalid %%N value"
8513 msgstr ""
8514
8515 #: config/alpha/alpha.c:5738 config/rs6000/rs6000.c:7663
8516 #, c-format
8517 msgid "invalid %%P value"
8518 msgstr ""
8519
8520 #: config/alpha/alpha.c:5746 config/m88k/m88k.c:2906 config/romp/romp.c:742
8521 #: config/romp/romp.c:749
8522 #, c-format
8523 msgid "invalid %%h value"
8524 msgstr ""
8525
8526 #: config/alpha/alpha.c:5754 config/romp/romp.c:700
8527 #, c-format
8528 msgid "invalid %%L value"
8529 msgstr ""
8530
8531 #: config/alpha/alpha.c:5793 config/rs6000/rs6000.c:7617
8532 #, c-format
8533 msgid "invalid %%m value"
8534 msgstr ""
8535
8536 #: config/alpha/alpha.c:5801 config/rs6000/rs6000.c:7625
8537 #, c-format
8538 msgid "invalid %%M value"
8539 msgstr ""
8540
8541 #: config/alpha/alpha.c:5845
8542 #, c-format
8543 msgid "invalid %%U value"
8544 msgstr ""
8545
8546 #: config/alpha/alpha.c:5857 config/alpha/alpha.c:5871 config/romp/romp.c:708
8547 #: config/rs6000/rs6000.c:7717
8548 #, c-format
8549 msgid "invalid %%s value"
8550 msgstr ""
8551
8552 #: config/alpha/alpha.c:5894 config/m88k/m88k.c:3008
8553 #, c-format
8554 msgid "invalid %%C value"
8555 msgstr ""
8556
8557 #: config/alpha/alpha.c:5931 config/m88k/m88k.c:3029
8558 #: config/rs6000/rs6000.c:7474
8559 #, c-format
8560 msgid "invalid %%E value"
8561 msgstr ""
8562
8563 #: config/alpha/alpha.c:5956 config/alpha/alpha.c:6006
8564 msgid "unknown relocation unspec"
8565 msgstr ""
8566
8567 #: config/alpha/alpha.c:5965 config/romp/romp.c:983
8568 #: config/rs6000/rs6000.c:8024
8569 #, c-format
8570 msgid "invalid %%xn code"
8571 msgstr ""
8572
8573 #: config/alpha/alpha.c:6688 config/alpha/alpha.c:6691
8574 msgid "bad builtin fcode"
8575 msgstr ""
8576
8577 #. Macro to define tables used to set the flags.
8578 #. This is a list in braces of pairs in braces,
8579 #. each pair being { "NAME", VALUE }
8580 #. where VALUE is the bits to set or minus the bits to clear.
8581 #. An empty string NAME is used to identify the default VALUE.
8582 #: config/alpha/alpha.h:283 config/i386/i386.h:315 config/i386/i386.h:317
8583 #: config/i386/i386.h:319 config/ns32k/ns32k.h:140 config/rs6000/rs6000.h:288
8584 #: config/s390/s390.h:99 config/sparc/sparc.h:524 config/sparc/sparc.h:529
8585 msgid "Use hardware fp"
8586 msgstr ""
8587
8588 #: config/alpha/alpha.h:284 config/i386/i386.h:316 config/i386/i386.h:318
8589 #: config/rs6000/rs6000.h:290 config/sparc/sparc.h:526
8590 #: config/sparc/sparc.h:531
8591 msgid "Do not use hardware fp"
8592 msgstr ""
8593
8594 #: config/alpha/alpha.h:285
8595 msgid "Use fp registers"
8596 msgstr ""
8597
8598 #: config/alpha/alpha.h:287
8599 msgid "Do not use fp registers"
8600 msgstr ""
8601
8602 #: config/alpha/alpha.h:288
8603 msgid "Do not assume GAS"
8604 msgstr ""
8605
8606 #: config/alpha/alpha.h:289
8607 msgid "Assume GAS"
8608 msgstr ""
8609
8610 #: config/alpha/alpha.h:291
8611 msgid "Request IEEE-conformant math library routines (OSF/1)"
8612 msgstr ""
8613
8614 #: config/alpha/alpha.h:293
8615 msgid "Emit IEEE-conformant code, without inexact exceptions"
8616 msgstr ""
8617
8618 #: config/alpha/alpha.h:295
8619 msgid "Emit IEEE-conformant code, with inexact exceptions"
8620 msgstr ""
8621
8622 #: config/alpha/alpha.h:297
8623 msgid "Do not emit complex integer constants to read-only memory"
8624 msgstr ""
8625
8626 #: config/alpha/alpha.h:298
8627 msgid "Use VAX fp"
8628 msgstr ""
8629
8630 #: config/alpha/alpha.h:299
8631 msgid "Do not use VAX fp"
8632 msgstr ""
8633
8634 #: config/alpha/alpha.h:300
8635 msgid "Emit code for the byte/word ISA extension"
8636 msgstr ""
8637
8638 #: config/alpha/alpha.h:303
8639 msgid "Emit code for the motion video ISA extension"
8640 msgstr ""
8641
8642 #: config/alpha/alpha.h:306
8643 msgid "Emit code for the fp move and sqrt ISA extension"
8644 msgstr ""
8645
8646 #: config/alpha/alpha.h:308
8647 msgid "Emit code for the counting ISA extension"
8648 msgstr ""
8649
8650 #: config/alpha/alpha.h:311
8651 msgid "Emit code using explicit relocation directives"
8652 msgstr ""
8653
8654 #: config/alpha/alpha.h:314
8655 msgid "Emit 16-bit relocations to the small data areas"
8656 msgstr ""
8657
8658 #: config/alpha/alpha.h:316
8659 msgid "Emit 32-bit relocations to the small data areas"
8660 msgstr ""
8661
8662 #: config/alpha/alpha.h:318
8663 msgid "Emit direct branches to local functions"
8664 msgstr ""
8665
8666 #: config/alpha/alpha.h:321
8667 msgid "Emit rdval instead of rduniq for thread pointer"
8668 msgstr ""
8669
8670 #. For -mcpu=
8671 #. For -mtune=
8672 #. For -mfp-rounding-mode=[n|m|c|d]
8673 #. For -mfp-trap-mode=[n|u|su|sui]
8674 #. For -mtrap-precision=[p|f|i]
8675 #. For -mmemory-latency=
8676 #. For -mtls-size=
8677 #: config/alpha/alpha.h:350
8678 msgid "Use features of and schedule given CPU"
8679 msgstr ""
8680
8681 #: config/alpha/alpha.h:352
8682 msgid "Schedule given CPU"
8683 msgstr ""
8684
8685 #: config/alpha/alpha.h:354
8686 msgid "Control the generated fp rounding mode"
8687 msgstr ""
8688
8689 #: config/alpha/alpha.h:356
8690 msgid "Control the IEEE trap mode"
8691 msgstr ""
8692
8693 #: config/alpha/alpha.h:358
8694 msgid "Control the precision given to fp exceptions"
8695 msgstr ""
8696
8697 #: config/alpha/alpha.h:360
8698 msgid "Tune expected memory latency"
8699 msgstr ""
8700
8701 #: config/alpha/alpha.h:362 config/ia64/ia64.h:221
8702 msgid "Specify bit size of immediate TLS offsets"
8703 msgstr ""
8704
8705 #: config/arc/arc.c:140
8706 #, c-format
8707 msgid "bad value (%s) for -mcpu switch"
8708 msgstr ""
8709
8710 #: config/arc/arc.c:367
8711 #, c-format
8712 msgid "argument of `%s' attribute is not a string constant"
8713 msgstr ""
8714
8715 #: config/arc/arc.c:374
8716 #, c-format
8717 msgid "argument of `%s' attribute is not \"ilink1\" or \"ilink2\""
8718 msgstr ""
8719
8720 #: config/arc/arc.c:1713 config/m32r/m32r.c:2288
8721 #, c-format
8722 msgid "invalid operand to %%R code"
8723 msgstr ""
8724
8725 #: config/arc/arc.c:1745 config/m32r/m32r.c:2311
8726 #, c-format
8727 msgid "invalid operand to %%H/%%L code"
8728 msgstr ""
8729
8730 #: config/arc/arc.c:1768 config/m32r/m32r.c:2387
8731 #, c-format
8732 msgid "invalid operand to %%U code"
8733 msgstr ""
8734
8735 #: config/arc/arc.c:1779
8736 #, c-format
8737 msgid "invalid operand to %%V code"
8738 msgstr ""
8739
8740 #. Unknown flag.
8741 #: config/arc/arc.c:1786 config/m32r/m32r.c:2426 config/sparc/sparc.c:6479
8742 msgid "invalid operand output code"
8743 msgstr ""
8744
8745 #: config/arm/arm.c:469
8746 #, c-format
8747 msgid "switch -mcpu=%s conflicts with -march= switch"
8748 msgstr ""
8749
8750 #: config/arm/arm.c:479 config/rs6000/rs6000.c:563 config/sparc/sparc.c:399
8751 #, c-format
8752 msgid "bad value (%s) for %s switch"
8753 msgstr ""
8754
8755 #: config/arm/arm.c:615
8756 msgid "target CPU does not support APCS-32"
8757 msgstr ""
8758
8759 #: config/arm/arm.c:620
8760 msgid "target CPU does not support APCS-26"
8761 msgstr ""
8762
8763 #: config/arm/arm.c:626
8764 msgid "target CPU does not support interworking"
8765 msgstr ""
8766
8767 #: config/arm/arm.c:632
8768 msgid "target CPU does not support THUMB instructions"
8769 msgstr ""
8770
8771 #: config/arm/arm.c:646
8772 msgid ""
8773 "enabling backtrace support is only meaningful when compiling for the Thumb"
8774 msgstr ""
8775
8776 #: config/arm/arm.c:649
8777 msgid ""
8778 "enabling callee interworking support is only meaningful when compiling for "
8779 "the Thumb"
8780 msgstr ""
8781
8782 #: config/arm/arm.c:652
8783 msgid ""
8784 "enabling caller interworking support is only meaningful when compiling for "
8785 "the Thumb"
8786 msgstr ""
8787
8788 #: config/arm/arm.c:658
8789 msgid "interworking forces APCS-32 to be used"
8790 msgstr ""
8791
8792 #: config/arm/arm.c:664
8793 msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
8794 msgstr ""
8795
8796 #: config/arm/arm.c:672
8797 msgid "-fpic and -mapcs-reent are incompatible"
8798 msgstr ""
8799
8800 #: config/arm/arm.c:675
8801 msgid "APCS reentrant code not supported.  Ignored"
8802 msgstr ""
8803
8804 #: config/arm/arm.c:683
8805 msgid "-g with -mno-apcs-frame may not give sensible debugging"
8806 msgstr ""
8807
8808 #: config/arm/arm.c:691
8809 msgid "passing floating point arguments in fp regs not yet supported"
8810 msgstr ""
8811
8812 #: config/arm/arm.c:720
8813 #, c-format
8814 msgid "invalid floating point emulation option: -mfpe-%s"
8815 msgstr ""
8816
8817 #: config/arm/arm.c:744
8818 msgid "structure size boundary can only be set to 8 or 32"
8819 msgstr ""
8820
8821 #: config/arm/arm.c:752
8822 msgid "-mpic-register= is useless without -fpic"
8823 msgstr ""
8824
8825 #: config/arm/arm.c:759
8826 #, c-format
8827 msgid "unable to use '%s' for PIC register"
8828 msgstr ""
8829
8830 #: config/arm/arm.c:2071 config/arm/arm.c:2094 config/avr/avr.c:4796
8831 #: config/c4x/c4x.c:4646 config/h8300/h8300.c:3890 config/i386/i386.c:1531
8832 #: config/i386/i386.c:1581 config/m68hc11/m68hc11.c:1219
8833 #: config/mcore/mcore.c:3512 config/ns32k/ns32k.c:1049
8834 #: config/rs6000/rs6000.c:12486 config/sh/sh.c:5795 config/sh/sh.c:5820
8835 #: config/sh/sh.c:5859 config/stormy16/stormy16.c:2028 config/v850/v850.c:2182
8836 #, c-format
8837 msgid "`%s' attribute only applies to functions"
8838 msgstr ""
8839
8840 #: config/arm/arm.c:9485
8841 msgid "unable to compute real location of stacked parameter"
8842 msgstr ""
8843
8844 #: config/arm/arm.c:10164
8845 msgid "no low registers available for popping high registers"
8846 msgstr ""
8847
8848 #: config/arm/arm.c:10415
8849 msgid "interrupt Service Routines cannot be coded in Thumb mode"
8850 msgstr ""
8851
8852 #: config/arm/pe.c:170 config/i386/winnt.c:306 config/mcore/mcore.c:3360
8853 #, c-format
8854 msgid "initialized variable `%s' is marked dllimport"
8855 msgstr ""
8856
8857 #: config/arm/pe.c:179 config/i386/winnt.c:315
8858 #, c-format
8859 msgid "static variable `%s' is marked dllimport"
8860 msgstr ""
8861
8862 #: config/arm/arm.h:416
8863 msgid "Generate APCS conformant stack frames"
8864 msgstr ""
8865
8866 #: config/arm/arm.h:419
8867 msgid "Store function names in object code"
8868 msgstr ""
8869
8870 #: config/arm/arm.h:423
8871 msgid "Use the 32-bit version of the APCS"
8872 msgstr ""
8873
8874 #: config/arm/arm.h:425
8875 msgid "Use the 26-bit version of the APCS"
8876 msgstr ""
8877
8878 #: config/arm/arm.h:429
8879 msgid "Pass FP arguments in FP registers"
8880 msgstr ""
8881
8882 #: config/arm/arm.h:432
8883 msgid "Generate re-entrant, PIC code"
8884 msgstr ""
8885
8886 #: config/arm/arm.h:435
8887 msgid "The MMU will trap on unaligned accesses"
8888 msgstr ""
8889
8890 #: config/arm/arm.h:442
8891 msgid "Use library calls to perform FP operations"
8892 msgstr ""
8893
8894 #: config/arm/arm.h:444 config/i960/i960.h:281
8895 msgid "Use hardware floating point instructions"
8896 msgstr ""
8897
8898 #: config/arm/arm.h:446
8899 msgid "Assume target CPU is configured as big endian"
8900 msgstr ""
8901
8902 #: config/arm/arm.h:448
8903 msgid "Assume target CPU is configured as little endian"
8904 msgstr ""
8905
8906 #: config/arm/arm.h:450
8907 msgid "Assume big endian bytes, little endian words"
8908 msgstr ""
8909
8910 #: config/arm/arm.h:452
8911 msgid "Support calls between Thumb and ARM instruction sets"
8912 msgstr ""
8913
8914 #: config/arm/arm.h:455
8915 msgid "Generate a call to abort if a noreturn function returns"
8916 msgstr ""
8917
8918 #: config/arm/arm.h:458
8919 msgid "Do not move instructions into a function's prologue"
8920 msgstr ""
8921
8922 #: config/arm/arm.h:461
8923 msgid "Do not load the PIC register in function prologues"
8924 msgstr ""
8925
8926 #: config/arm/arm.h:464
8927 msgid "Generate call insns as indirect calls, if necessary"
8928 msgstr ""
8929
8930 #: config/arm/arm.h:467
8931 msgid "Compile for the Thumb not the ARM"
8932 msgstr ""
8933
8934 #: config/arm/arm.h:471
8935 msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
8936 msgstr ""
8937
8938 #: config/arm/arm.h:474
8939 msgid "Thumb: Generate (leaf) stack frames even if not needed"
8940 msgstr ""
8941
8942 #: config/arm/arm.h:477
8943 msgid "Thumb: Assume non-static functions may be called from ARM code"
8944 msgstr ""
8945
8946 #: config/arm/arm.h:481
8947 msgid "Thumb: Assume function pointers may go to non-Thumb aware code"
8948 msgstr ""
8949
8950 #: config/arm/arm.h:491
8951 msgid "Specify the name of the target CPU"
8952 msgstr ""
8953
8954 #: config/arm/arm.h:493
8955 msgid "Specify the name of the target architecture"
8956 msgstr ""
8957
8958 #: config/arm/arm.h:497
8959 msgid "Specify the version of the floating point emulator"
8960 msgstr ""
8961
8962 #: config/arm/arm.h:499
8963 msgid "Specify the minimum bit alignment of structures"
8964 msgstr ""
8965
8966 #: config/arm/arm.h:501
8967 msgid "Specify the register to be used for PIC addressing"
8968 msgstr ""
8969
8970 #: config/arm/pe.h:65
8971 msgid "Ignore dllimport attribute for functions"
8972 msgstr ""
8973
8974 #: config/avr/avr.c:530
8975 #, c-format
8976 msgid "large frame pointer change (%d) with -mtiny-stack"
8977 msgstr ""
8978
8979 #: config/avr/avr.c:1137
8980 msgid "bad address, not (reg+disp):"
8981 msgstr ""
8982
8983 #: config/avr/avr.c:1145
8984 msgid "internal compiler error.  Bad address:"
8985 msgstr ""
8986
8987 #: config/avr/avr.c:1158
8988 msgid "internal compiler error.  Unknown mode:"
8989 msgstr ""
8990
8991 #: config/avr/avr.c:1866 config/avr/avr.c:2578
8992 msgid "invalid insn:"
8993 msgstr ""
8994
8995 #: config/avr/avr.c:1903 config/avr/avr.c:1989 config/avr/avr.c:2038
8996 #: config/avr/avr.c:2047 config/avr/avr.c:2145 config/avr/avr.c:2317
8997 #: config/avr/avr.c:2615 config/avr/avr.c:2726
8998 msgid "incorrect insn:"
8999 msgstr ""
9000
9001 #: config/avr/avr.c:2066 config/avr/avr.c:2230 config/avr/avr.c:2388
9002 #: config/avr/avr.c:2770
9003 msgid "unknown move insn:"
9004 msgstr ""
9005
9006 #: config/avr/avr.c:3005
9007 msgid "bad shift insn:"
9008 msgstr ""
9009
9010 #: config/avr/avr.c:3121 config/avr/avr.c:3551 config/avr/avr.c:3931
9011 msgid "internal compiler error.  Incorrect shift:"
9012 msgstr ""
9013
9014 #: config/avr/avr.c:4769
9015 msgid "only initialized variables can be placed into program memory area"
9016 msgstr ""
9017
9018 #: config/avr/avr.c:4868
9019 msgid "only uninitialized variables can be placed in the .noinit section"
9020 msgstr ""
9021
9022 #: config/avr/avr.c:4883
9023 #, c-format
9024 msgid "MCU `%s' supported for assembler only"
9025 msgstr ""
9026
9027 #: config/avr/avr.h:78
9028 msgid "Assume int to be 8 bit integer"
9029 msgstr ""
9030
9031 #: config/avr/avr.h:80
9032 msgid "Change the stack pointer without disabling interrupts"
9033 msgstr ""
9034
9035 #: config/avr/avr.h:82
9036 msgid "Use subroutines for function prologue/epilogue"
9037 msgstr ""
9038
9039 #: config/avr/avr.h:84
9040 msgid "Change only the low 8 bits of the stack pointer"
9041 msgstr ""
9042
9043 #: config/avr/avr.h:86
9044 msgid "Do not generate tablejump insns"
9045 msgstr ""
9046
9047 #: config/avr/avr.h:88
9048 msgid "Use rjmp/rcall (limited range) on >8K devices"
9049 msgstr ""
9050
9051 #: config/avr/avr.h:91
9052 msgid "Output instruction sizes to the asm file"
9053 msgstr ""
9054
9055 #: config/avr/avr.h:108
9056 msgid "Specify the initial stack address"
9057 msgstr ""
9058
9059 #: config/avr/avr.h:109
9060 msgid "Specify the MCU name"
9061 msgstr ""
9062
9063 #. `GIV_SORT_CRITERION(GIV1, GIV2)'
9064 #. In some cases, the strength reduction optimization pass can
9065 #. produce better code if this is defined.  This macro controls the
9066 #. order that induction variables are combined.  This macro is
9067 #. particularly useful if the target has limited addressing modes.
9068 #. For instance, the SH target has only positive offsets in
9069 #. addresses.  Thus sorting to put the smallest address first allows
9070 #. the most combinations to be found.
9071 #: config/avr/avr.h:2408
9072 msgid "trampolines not supported"
9073 msgstr ""
9074
9075 #: config/c4x/c4x-c.c:71
9076 #, c-format
9077 msgid "missing '(' after '#pragma %s' - ignored"
9078 msgstr ""
9079
9080 #: config/c4x/c4x-c.c:74
9081 #, c-format
9082 msgid "missing function name in '#pragma %s' - ignored"
9083 msgstr ""
9084
9085 #: config/c4x/c4x-c.c:79
9086 #, c-format
9087 msgid "malformed '#pragma %s' - ignored"
9088 msgstr ""
9089
9090 #: config/c4x/c4x-c.c:81
9091 #, c-format
9092 msgid "missing section name in '#pragma %s' - ignored"
9093 msgstr ""
9094
9095 #: config/c4x/c4x-c.c:86
9096 #, c-format
9097 msgid "missing ')' for '#pragma %s' - ignored"
9098 msgstr ""
9099
9100 #: config/c4x/c4x-c.c:89
9101 #, c-format
9102 msgid "junk at end of '#pragma %s'"
9103 msgstr ""
9104
9105 #: config/c4x/c4x.c:282
9106 #, c-format
9107 msgid "unknown CPU version %d, using 40.\n"
9108 msgstr ""
9109
9110 #: config/c4x/c4x.c:855
9111 #, c-format
9112 msgid "ISR %s requires %d words of local vars, max is 32767"
9113 msgstr ""
9114
9115 #: config/c4x/c4x.c:1604
9116 msgid "using CONST_DOUBLE for address"
9117 msgstr ""
9118
9119 #: config/c4x/c4x.c:1744
9120 msgid "c4x_address_cost: Invalid addressing mode"
9121 msgstr ""
9122
9123 #: config/c4x/c4x.c:1886
9124 #, c-format
9125 msgid "c4x_print_operand: %%L inconsistency"
9126 msgstr ""
9127
9128 #: config/c4x/c4x.c:1892
9129 #, c-format
9130 msgid "c4x_print_operand: %%N inconsistency"
9131 msgstr ""
9132
9133 #: config/c4x/c4x.c:1933
9134 #, c-format
9135 msgid "c4x_print_operand: %%O inconsistency"
9136 msgstr ""
9137
9138 #: config/c4x/c4x.c:2028
9139 msgid "c4x_print_operand: Bad operand case"
9140 msgstr ""
9141
9142 #: config/c4x/c4x.c:2071
9143 msgid "c4x_print_operand_address: Bad post_modify"
9144 msgstr ""
9145
9146 #: config/c4x/c4x.c:2093
9147 msgid "c4x_print_operand_address: Bad pre_modify"
9148 msgstr ""
9149
9150 #: config/c4x/c4x.c:2141 config/c4x/c4x.c:2153 config/c4x/c4x.c:2168
9151 msgid "c4x_print_operand_address: Bad operand case"
9152 msgstr ""
9153
9154 #: config/c4x/c4x.c:2424
9155 msgid "c4x_rptb_insert: Cannot find start label"
9156 msgstr ""
9157
9158 #: config/c4x/c4x.c:3411 config/c4x/c4x.c:3431
9159 msgid "mode not QImode"
9160 msgstr ""
9161
9162 #: config/c4x/c4x.c:3516
9163 msgid "invalid indirect memory address"
9164 msgstr ""
9165
9166 #: config/c4x/c4x.c:3605
9167 msgid "invalid indirect (S) memory address"
9168 msgstr ""
9169
9170 #: config/c4x/c4x.c:3946
9171 msgid "c4x_valid_operands: Internal error"
9172 msgstr ""
9173
9174 #: config/c4x/c4x.c:4426
9175 msgid "c4x_operand_subword: invalid mode"
9176 msgstr ""
9177
9178 #: config/c4x/c4x.c:4429
9179 msgid "c4x_operand_subword: invalid operand"
9180 msgstr ""
9181
9182 #. We could handle these with some difficulty.
9183 #. e.g., *p-- => *(p-=2); *(p+1).
9184 #: config/c4x/c4x.c:4455
9185 msgid "c4x_operand_subword: invalid autoincrement"
9186 msgstr ""
9187
9188 #: config/c4x/c4x.c:4461
9189 msgid "c4x_operand_subword: invalid address"
9190 msgstr ""
9191
9192 #: config/c4x/c4x.c:4472
9193 msgid "c4x_operand_subword: address not offsettable"
9194 msgstr ""
9195
9196 #: config/c4x/c4x.c:4672
9197 msgid "c4x_rptb_rpts_p: Repeat block top label moved\n"
9198 msgstr ""
9199
9200 #. Name of the c4x assembler.
9201 #. Name of the c4x linker.
9202 #. Define assembler options.
9203 #. Define linker options.
9204 #. Specify the end file to link with.
9205 #. Target compilation option flags.
9206 #. Small memory model.
9207 #. Use 24-bit MPYI for C3x.
9208 #. Fast fixing of floats.
9209 #. Allow use of RPTS.
9210 #. Emit C3x code.
9211 #. Be compatible with TI assembler.
9212 #. Be paranoid about DP reg. in ISRs.
9213 #. Pass arguments on stack.
9214 #. Enable features under development.
9215 #. Enable repeat block.
9216 #. Use BK as general register.
9217 #. Use decrement and branch for C3x.
9218 #. Enable debugging of GCC.
9219 #. Force constants into registers.
9220 #. Allow unsigned loop counters.
9221 #. Force op0 and op1 to be same.
9222 #. Save all 40 bits for floats.
9223 #. Allow parallel insns.
9224 #. Allow MPY||ADD, MPY||SUB insns.
9225 #. Assume mem refs possibly aliased.
9226 #. Emit C30 code.
9227 #. Emit C31 code.
9228 #. Emit C32 code.
9229 #. Emit C33 code.
9230 #. Emit C40 code.
9231 #. Emit C44 code.
9232 #. Run-time compilation parameters selecting different hardware subsets.
9233 #.
9234 #. Macro to define tables used to set the flags.
9235 #. This is a list in braces of triplets in braces,
9236 #. each pair being { "NAME", VALUE, "DESCRIPTION" }
9237 #. where VALUE is the bits to set or minus the bits to clear.
9238 #. An empty string NAME is used to identify the default VALUE.
9239 #: config/c4x/c4x.h:170
9240 msgid "Small memory model"
9241 msgstr ""
9242
9243 #: config/c4x/c4x.h:172
9244 msgid "Big memory model"
9245 msgstr ""
9246
9247 #: config/c4x/c4x.h:174
9248 msgid "Use MPYI instruction for C3x"
9249 msgstr ""
9250
9251 #: config/c4x/c4x.h:176
9252 msgid "Do not use MPYI instruction for C3x"
9253 msgstr ""
9254
9255 #: config/c4x/c4x.h:178
9256 msgid "Use fast but approximate float to integer conversion"
9257 msgstr ""
9258
9259 #: config/c4x/c4x.h:180
9260 msgid "Use slow but accurate float to integer conversion"
9261 msgstr ""
9262
9263 #: config/c4x/c4x.h:182
9264 msgid "Enable use of RTPS instruction"
9265 msgstr ""
9266
9267 #: config/c4x/c4x.h:184
9268 msgid "Disable use of RTPS instruction"
9269 msgstr ""
9270
9271 #: config/c4x/c4x.h:186
9272 msgid "Enable use of RTPB instruction"
9273 msgstr ""
9274
9275 #: config/c4x/c4x.h:188
9276 msgid "Disable use of RTPB instruction"
9277 msgstr ""
9278
9279 #: config/c4x/c4x.h:190
9280 msgid "Generate code for C30 CPU"
9281 msgstr ""
9282
9283 #: config/c4x/c4x.h:192
9284 msgid "Generate code for C31 CPU"
9285 msgstr ""
9286
9287 #: config/c4x/c4x.h:194
9288 msgid "Generate code for C32 CPU"
9289 msgstr ""
9290
9291 #: config/c4x/c4x.h:196
9292 msgid "Generate code for C33 CPU"
9293 msgstr ""
9294
9295 #: config/c4x/c4x.h:198
9296 msgid "Generate code for C40 CPU"
9297 msgstr ""
9298
9299 #: config/c4x/c4x.h:200
9300 msgid "Generate code for C44 CPU"
9301 msgstr ""
9302
9303 #: config/c4x/c4x.h:202
9304 msgid "Emit code compatible with TI tools"
9305 msgstr ""
9306
9307 #: config/c4x/c4x.h:204
9308 msgid "Emit code to use GAS extensions"
9309 msgstr ""
9310
9311 #: config/c4x/c4x.h:206 config/c4x/c4x.h:210
9312 msgid "Save DP across ISR in small memory model"
9313 msgstr ""
9314
9315 #: config/c4x/c4x.h:208 config/c4x/c4x.h:212
9316 msgid "Don't save DP across ISR in small memory model"
9317 msgstr ""
9318
9319 #: config/c4x/c4x.h:214
9320 msgid "Pass arguments on the stack"
9321 msgstr ""
9322
9323 #: config/c4x/c4x.h:216
9324 msgid "Pass arguments in registers"
9325 msgstr ""
9326
9327 #: config/c4x/c4x.h:218
9328 msgid "Enable new features under development"
9329 msgstr ""
9330
9331 #: config/c4x/c4x.h:220
9332 msgid "Disable new features under development"
9333 msgstr ""
9334
9335 #: config/c4x/c4x.h:222
9336 msgid "Use the BK register as a general purpose register"
9337 msgstr ""
9338
9339 #: config/c4x/c4x.h:224
9340 msgid "Do not allocate BK register"
9341 msgstr ""
9342
9343 #: config/c4x/c4x.h:226
9344 msgid "Enable use of DB instruction"
9345 msgstr ""
9346
9347 #: config/c4x/c4x.h:228
9348 msgid "Disable use of DB instruction"
9349 msgstr ""
9350
9351 #: config/c4x/c4x.h:230
9352 msgid "Enable debugging"
9353 msgstr ""
9354
9355 #: config/c4x/c4x.h:232
9356 msgid "Disable debugging"
9357 msgstr ""
9358
9359 #: config/c4x/c4x.h:234
9360 msgid "Force constants into registers to improve hoisting"
9361 msgstr ""
9362
9363 #: config/c4x/c4x.h:236
9364 msgid "Don't force constants into registers"
9365 msgstr ""
9366
9367 #: config/c4x/c4x.h:238
9368 msgid "Force RTL generation to emit valid 3 operand insns"
9369 msgstr ""
9370
9371 #: config/c4x/c4x.h:240
9372 msgid "Allow RTL generation to emit invalid 3 operand insns"
9373 msgstr ""
9374
9375 #: config/c4x/c4x.h:242
9376 msgid "Allow unsigned interation counts for RPTB/DB"
9377 msgstr ""
9378
9379 #: config/c4x/c4x.h:244
9380 msgid "Disallow unsigned iteration counts for RPTB/DB"
9381 msgstr ""
9382
9383 #: config/c4x/c4x.h:246
9384 msgid "Preserve all 40 bits of FP reg across call"
9385 msgstr ""
9386
9387 #: config/c4x/c4x.h:248
9388 msgid "Only preserve 32 bits of FP reg across call"
9389 msgstr ""
9390
9391 #: config/c4x/c4x.h:250
9392 msgid "Enable parallel instructions"
9393 msgstr ""
9394
9395 #: config/c4x/c4x.h:252
9396 msgid "Disable parallel instructions"
9397 msgstr ""
9398
9399 #: config/c4x/c4x.h:254
9400 msgid "Enable MPY||ADD and MPY||SUB instructions"
9401 msgstr ""
9402
9403 #: config/c4x/c4x.h:256
9404 msgid "Disable MPY||ADD and MPY||SUB instructions"
9405 msgstr ""
9406
9407 #: config/c4x/c4x.h:258
9408 msgid "Assume that pointers may be aliased"
9409 msgstr ""
9410
9411 #: config/c4x/c4x.h:260
9412 msgid "Assume that pointers not aliased"
9413 msgstr ""
9414
9415 #: config/c4x/c4x.h:333
9416 msgid "Specify maximum number of iterations for RPTS"
9417 msgstr ""
9418
9419 #: config/c4x/c4x.h:335
9420 msgid "Select CPU to generate code for"
9421 msgstr ""
9422
9423 #: config/cris/cris.c:585
9424 msgid "unexpected index-type in cris_print_index"
9425 msgstr ""
9426
9427 #: config/cris/cris.c:601
9428 msgid "unexpected base-type in cris_print_base"
9429 msgstr ""
9430
9431 #: config/cris/cris.c:894
9432 #, c-format
9433 msgid "stackframe too big: %d bytes"
9434 msgstr ""
9435
9436 #: config/cris/cris.c:1209
9437 msgid "allocated but unused delay list in epilogue"
9438 msgstr ""
9439
9440 #: config/cris/cris.c:1219
9441 msgid ""
9442 "unexpected function type needing stack adjustment for __builtin_eh_return"
9443 msgstr ""
9444
9445 #: config/cris/cris.c:1298
9446 msgid "invalid operand for 'b' modifier"
9447 msgstr ""
9448
9449 #: config/cris/cris.c:1310
9450 msgid "invalid operand for 'v' modifier"
9451 msgstr ""
9452
9453 #: config/cris/cris.c:1320
9454 msgid "invalid operand for 'P' modifier"
9455 msgstr ""
9456
9457 #: config/cris/cris.c:1327
9458 msgid "invalid operand for 'p' modifier"
9459 msgstr ""
9460
9461 #: config/cris/cris.c:1366
9462 msgid "invalid operand for 'z' modifier"
9463 msgstr ""
9464
9465 #: config/cris/cris.c:1397 config/cris/cris.c:1427
9466 msgid "invalid operand for 'H' modifier"
9467 msgstr ""
9468
9469 #: config/cris/cris.c:1403
9470 msgid "bad register"
9471 msgstr ""
9472
9473 #: config/cris/cris.c:1441
9474 msgid "invalid operand for 'e' modifier"
9475 msgstr ""
9476
9477 #: config/cris/cris.c:1458
9478 msgid "invalid operand for 'm' modifier"
9479 msgstr ""
9480
9481 #: config/cris/cris.c:1483
9482 msgid "invalid operand for 'A' modifier"
9483 msgstr ""
9484
9485 #: config/cris/cris.c:1491
9486 msgid "invalid operand for 'D' modifier"
9487 msgstr ""
9488
9489 #: config/cris/cris.c:1505
9490 msgid "invalid operand for 'T' modifier"
9491 msgstr ""
9492
9493 #: config/cris/cris.c:1514
9494 msgid "invalid operand modifier letter"
9495 msgstr ""
9496
9497 #: config/cris/cris.c:1522
9498 #, c-format
9499 msgid "internal error: bad register: %d"
9500 msgstr ""
9501
9502 #: config/cris/cris.c:1570
9503 msgid "unexpected multiplicative operand"
9504 msgstr ""
9505
9506 #: config/cris/cris.c:1590
9507 msgid "unexpected operand"
9508 msgstr ""
9509
9510 #: config/cris/cris.c:1625 config/cris/cris.c:1635
9511 msgid "unrecognized address"
9512 msgstr ""
9513
9514 #: config/cris/cris.c:1991
9515 msgid "internal error: sideeffect-insn affecting main effect"
9516 msgstr ""
9517
9518 #. If we get here, the caller got its initial tests wrong.
9519 #: config/cris/cris.c:2278
9520 msgid "internal error: cris_side_effect_mode_ok with bad operands"
9521 msgstr ""
9522
9523 #: config/cris/cris.c:2360 config/cris/cris.c:2418
9524 msgid "unrecognized supposed constant"
9525 msgstr ""
9526
9527 #: config/cris/cris.c:2459
9528 msgid "unrecognized supposed constant in cris_global_pic_symbol"
9529 msgstr ""
9530
9531 #: config/cris/cris.c:2478
9532 #, c-format
9533 msgid "-max-stackframe=%d is not usable, not between 0 and %d"
9534 msgstr ""
9535
9536 #: config/cris/cris.c:2506
9537 #, c-format
9538 msgid "unknown CRIS version specification in -march= or -mcpu= : %s"
9539 msgstr ""
9540
9541 #: config/cris/cris.c:2542
9542 #, c-format
9543 msgid "unknown CRIS cpu version specification in -mtune= : %s"
9544 msgstr ""
9545
9546 #: config/cris/cris.c:2560
9547 msgid "-fPIC and -fpic are not supported in this configuration"
9548 msgstr ""
9549
9550 #: config/cris/cris.c:2576
9551 msgid "that particular -g option is invalid with -maout and -melinux"
9552 msgstr ""
9553
9554 #: config/cris/cris.c:2810 config/cris/cris.c:2855
9555 msgid "unexpected side-effects in address"
9556 msgstr ""
9557
9558 #. Labels are never marked as global symbols.
9559 #: config/cris/cris.c:2952 config/cris/cris.c:2983
9560 msgid "unexpected PIC symbol"
9561 msgstr ""
9562
9563 #: config/cris/cris.c:2956
9564 msgid "PIC register isn't set up"
9565 msgstr ""
9566
9567 #: config/cris/cris.c:2969 config/cris/cris.c:3052
9568 msgid "unexpected address expression"
9569 msgstr ""
9570
9571 #: config/cris/cris.c:2987
9572 msgid "emitting PIC operand, but PIC register isn't set up"
9573 msgstr ""
9574
9575 #: config/cris/cris.c:2996
9576 msgid "unexpected NOTE as addr_const:"
9577 msgstr ""
9578
9579 #: config/cris/aout.h:106
9580 msgid "Compile for the MMU-less Etrax 100-based elinux system"
9581 msgstr ""
9582
9583 #: config/cris/aout.h:113
9584 msgid "For elinux, request a specified stack-size for this program"
9585 msgstr ""
9586
9587 #. 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.
9588 #: config/cris/cris.h:336
9589 msgid "Compile for ETRAX 4 (CRIS v3)"
9590 msgstr ""
9591
9592 #: config/cris/cris.h:341
9593 msgid "Compile for ETRAX 100 (CRIS v8)"
9594 msgstr ""
9595
9596 #: config/cris/cris.h:345
9597 msgid "Emit verbose debug information in assembly code"
9598 msgstr ""
9599
9600 #: config/cris/cris.h:348
9601 msgid "Do not use condition codes from normal instructions"
9602 msgstr ""
9603
9604 #: config/cris/cris.h:352
9605 msgid "Do not emit addressing modes with side-effect assignment"
9606 msgstr ""
9607
9608 #: config/cris/cris.h:355
9609 msgid "Do not tune stack alignment"
9610 msgstr ""
9611
9612 #: config/cris/cris.h:358
9613 msgid "Do not tune writable data alignment"
9614 msgstr ""
9615
9616 #: config/cris/cris.h:361
9617 msgid "Do not tune code and read-only data alignment"
9618 msgstr ""
9619
9620 #: config/cris/cris.h:370
9621 msgid "Align code and data to 32 bits"
9622 msgstr ""
9623
9624 #: config/cris/cris.h:383
9625 msgid "Don't align items in code or data"
9626 msgstr ""
9627
9628 #: config/cris/cris.h:386
9629 msgid "Do not emit function prologue or epilogue"
9630 msgstr ""
9631
9632 #. We have to handle this m-option here since we can't wash it off in      both CC1_SPEC and CC1PLUS_SPEC.
9633 #: config/cris/cris.h:390
9634 msgid "Use the most feature-enabling options allowed by other options"
9635 msgstr ""
9636
9637 #. 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.
9638 #: config/cris/cris.h:396
9639 msgid "Override -mbest-lib-options"
9640 msgstr ""
9641
9642 #: config/cris/cris.h:428
9643 msgid "Generate code for the specified chip or CPU version"
9644 msgstr ""
9645
9646 #: config/cris/cris.h:430
9647 msgid "Tune alignment for the specified chip or CPU version"
9648 msgstr ""
9649
9650 #: config/cris/cris.h:432
9651 msgid "Warn when a stackframe is larger than the specified size"
9652 msgstr ""
9653
9654 #. Node: Profiling
9655 #: config/cris/cris.h:1019
9656 msgid "no FUNCTION_PROFILER for CRIS"
9657 msgstr ""
9658
9659 #: config/cris/linux.h:74
9660 msgid "Together with -fpic and -fPIC, do not use GOTPLT references"
9661 msgstr ""
9662
9663 #: config/d30v/d30v.c:209
9664 #, c-format
9665 msgid "bad modes_tieable_p for register %s, mode1 %s, mode2 %s"
9666 msgstr ""
9667
9668 #: config/d30v/d30v.c:2668
9669 msgid "bad insn to d30v_print_operand_address:"
9670 msgstr ""
9671
9672 #: config/d30v/d30v.c:2685 config/d30v/d30v.c:2746 config/d30v/d30v.c:2767
9673 #: config/d30v/d30v.c:2785
9674 msgid "bad insn to d30v_print_operand_memory_reference:"
9675 msgstr ""
9676
9677 #: config/d30v/d30v.c:2853
9678 msgid "bad insn to d30v_print_operand, 'f' modifier:"
9679 msgstr ""
9680
9681 #: config/d30v/d30v.c:2862
9682 msgid "bad insn to d30v_print_operand, 'A' modifier:"
9683 msgstr ""
9684
9685 #: config/d30v/d30v.c:2869
9686 msgid "bad insn to d30v_print_operand, 'M' modifier:"
9687 msgstr ""
9688
9689 #: config/d30v/d30v.c:2923
9690 msgid "bad insn to print_operand, 'F' or 'T' modifier:"
9691 msgstr ""
9692
9693 #: config/d30v/d30v.c:2934
9694 msgid "bad insn to print_operand, 'B' modifier:"
9695 msgstr ""
9696
9697 #: config/d30v/d30v.c:2941
9698 msgid "bad insn to print_operand, 'E' modifier:"
9699 msgstr ""
9700
9701 #: config/d30v/d30v.c:2959
9702 msgid "bad insn to print_operand, 'R' modifier:"
9703 msgstr ""
9704
9705 #: config/d30v/d30v.c:2968 config/d30v/d30v.c:2976
9706 msgid "bad insn to print_operand, 's' modifier:"
9707 msgstr ""
9708
9709 #: config/d30v/d30v.c:3005
9710 msgid "bad insn in d30v_print_operand, 0 case"
9711 msgstr ""
9712
9713 #: config/d30v/d30v.c:3303
9714 msgid "d30v_emit_comparison"
9715 msgstr ""
9716
9717 #: config/d30v/d30v.c:3347
9718 msgid "bad call to d30v_move_2words"
9719 msgstr ""
9720
9721 #: config/d30v/d30v.h:114
9722 msgid "Enable use of conditional move instructions"
9723 msgstr ""
9724
9725 #: config/d30v/d30v.h:117
9726 msgid "Disable use of conditional move instructions"
9727 msgstr ""
9728
9729 #: config/d30v/d30v.h:120
9730 msgid "Debug argument support in compiler"
9731 msgstr ""
9732
9733 #: config/d30v/d30v.h:123
9734 msgid "Debug stack support in compiler"
9735 msgstr ""
9736
9737 #: config/d30v/d30v.h:126
9738 msgid "Debug memory address support in compiler"
9739 msgstr ""
9740
9741 #: config/d30v/d30v.h:129
9742 msgid "Make adjacent short instructions parallel if possible"
9743 msgstr ""
9744
9745 #: config/d30v/d30v.h:132
9746 msgid "Do not make adjacent short instructions parallel"
9747 msgstr ""
9748
9749 #: config/d30v/d30v.h:135 config/d30v/d30v.h:138
9750 msgid "Link programs/data to be in external memory by default"
9751 msgstr ""
9752
9753 #: config/d30v/d30v.h:141
9754 msgid "Link programs/data to be in onchip memory by default"
9755 msgstr ""
9756
9757 #: config/d30v/d30v.h:149
9758 msgid "Change the branch costs within the compiler"
9759 msgstr ""
9760
9761 #: config/d30v/d30v.h:152
9762 msgid "Change the threshold for conversion to conditional execution"
9763 msgstr ""
9764
9765 #: config/dsp16xx/dsp16xx.c:1448 config/dsp16xx/dsp16xx.c:1471
9766 msgid "stack size > 32k"
9767 msgstr ""
9768
9769 #: config/dsp16xx/dsp16xx.c:1680
9770 msgid "invalid addressing mode"
9771 msgstr ""
9772
9773 #: config/dsp16xx/dsp16xx.c:1823
9774 msgid "bad register extension code"
9775 msgstr ""
9776
9777 #: config/dsp16xx/dsp16xx.c:1923
9778 msgid "invalid offset in ybase addressing"
9779 msgstr ""
9780
9781 #: config/dsp16xx/dsp16xx.c:1926
9782 msgid "invalid register in ybase addressing"
9783 msgstr ""
9784
9785 #: config/dsp16xx/dsp16xx.c:2101
9786 msgid "invalid shift operator in emit_1600_core_shift"
9787 msgstr ""
9788
9789 #: config/dsp16xx/dsp16xx.c:2430
9790 msgid "invalid mode for gen_tst_reg"
9791 msgstr ""
9792
9793 #: config/dsp16xx/dsp16xx.c:2502
9794 msgid "invalid mode for integer comparison in gen_compare_reg"
9795 msgstr ""
9796
9797 #. Macro to define tables used to set the flags.
9798 #. This is a list in braces of pairs in braces,
9799 #. each pair being { "NAME", VALUE }
9800 #. where VALUE is the bits to set or minus the bits to clear.
9801 #. An empty string NAME is used to identify the default VALUE.
9802 #: config/dsp16xx/dsp16xx.h:230
9803 msgid "Pass parameters in registers (default)"
9804 msgstr ""
9805
9806 #: config/dsp16xx/dsp16xx.h:232
9807 msgid "Don't pass parameters in registers"
9808 msgstr ""
9809
9810 #: config/dsp16xx/dsp16xx.h:234
9811 msgid "Generate code for near calls"
9812 msgstr ""
9813
9814 #: config/dsp16xx/dsp16xx.h:236
9815 msgid "Don't generate code for near calls"
9816 msgstr ""
9817
9818 #: config/dsp16xx/dsp16xx.h:238
9819 msgid "Generate code for near jumps"
9820 msgstr ""
9821
9822 #: config/dsp16xx/dsp16xx.h:240
9823 msgid "Don't generate code for near jumps"
9824 msgstr ""
9825
9826 #: config/dsp16xx/dsp16xx.h:242
9827 msgid "Generate code for a bit-manipulation unit"
9828 msgstr ""
9829
9830 #: config/dsp16xx/dsp16xx.h:244
9831 msgid "Don't generate code for a bit-manipulation unit"
9832 msgstr ""
9833
9834 #: config/dsp16xx/dsp16xx.h:246
9835 msgid "Generate code for memory map1"
9836 msgstr ""
9837
9838 #: config/dsp16xx/dsp16xx.h:248
9839 msgid "Generate code for memory map2"
9840 msgstr ""
9841
9842 #: config/dsp16xx/dsp16xx.h:250
9843 msgid "Generate code for memory map3"
9844 msgstr ""
9845
9846 #: config/dsp16xx/dsp16xx.h:252
9847 msgid "Generate code for memory map4"
9848 msgstr ""
9849
9850 #: config/dsp16xx/dsp16xx.h:254
9851 msgid "Ouput extra code for initialized data"
9852 msgstr ""
9853
9854 #: config/dsp16xx/dsp16xx.h:256
9855 msgid "Don't let reg. allocator use ybase registers"
9856 msgstr ""
9857
9858 #: config/dsp16xx/dsp16xx.h:258
9859 msgid "Output extra debug info in Luxworks environment"
9860 msgstr ""
9861
9862 #: config/dsp16xx/dsp16xx.h:260
9863 msgid "Save temp. files in Luxworks environment"
9864 msgstr ""
9865
9866 #: config/dsp16xx/dsp16xx.h:272
9867 msgid "Specify alternate name for text section"
9868 msgstr ""
9869
9870 #: config/dsp16xx/dsp16xx.h:274
9871 msgid "Specify alternate name for data section"
9872 msgstr ""
9873
9874 #: config/dsp16xx/dsp16xx.h:276
9875 msgid "Specify alternate name for bss section"
9876 msgstr ""
9877
9878 #: config/dsp16xx/dsp16xx.h:278
9879 msgid "Specify alternate name for constant section"
9880 msgstr ""
9881
9882 #: config/dsp16xx/dsp16xx.h:280
9883 msgid "Specify alternate name for dsp16xx chip"
9884 msgstr ""
9885
9886 #. Output assembler code to FILE to increment profiler label # LABELNO
9887 #. for profiling a function entry.
9888 #: config/dsp16xx/dsp16xx.h:1218 config/dsp16xx/dsp16xx.h:1749
9889 #: config/dsp16xx/dsp16xx.h:1754
9890 msgid "profiling not implemented yet"
9891 msgstr ""
9892
9893 #. Emit RTL insns to initialize the variable parts of a trampoline.
9894 #. FNADDR is an RTX for the address of the function's pure code.
9895 #. CXT is an RTX for the static chain value for the function.
9896 #: config/dsp16xx/dsp16xx.h:1228 config/dsp16xx/dsp16xx.h:1240
9897 msgid "trampolines not yet implemented"
9898 msgstr ""
9899
9900 #: config/fr30/fr30.c:455
9901 msgid "fr30_print_operand_address: unhandled address"
9902 msgstr ""
9903
9904 #: config/fr30/fr30.c:482
9905 #, c-format
9906 msgid "fr30_print_operand: unrecognized %%p code"
9907 msgstr ""
9908
9909 #: config/fr30/fr30.c:502
9910 #, c-format
9911 msgid "fr30_print_operand: unrecognized %%b code"
9912 msgstr ""
9913
9914 #: config/fr30/fr30.c:523
9915 #, c-format
9916 msgid "fr30_print_operand: unrecognized %%B code"
9917 msgstr ""
9918
9919 #: config/fr30/fr30.c:531
9920 #, c-format
9921 msgid "fr30_print_operand: invalid operand to %%A code"
9922 msgstr ""
9923
9924 #: config/fr30/fr30.c:548
9925 #, c-format
9926 msgid "fr30_print_operand: invalid %%x code"
9927 msgstr ""
9928
9929 #: config/fr30/fr30.c:555
9930 #, c-format
9931 msgid "fr30_print_operand: invalid %%F code"
9932 msgstr ""
9933
9934 #: config/fr30/fr30.c:572
9935 msgid "fr30_print_operand: unknown code"
9936 msgstr ""
9937
9938 #: config/fr30/fr30.c:601 config/fr30/fr30.c:610 config/fr30/fr30.c:621
9939 #: config/fr30/fr30.c:634
9940 msgid "fr30_print_operand: unhandled MEM"
9941 msgstr ""
9942
9943 #: config/fr30/fr30.h:63
9944 msgid "Assume small address space"
9945 msgstr ""
9946
9947 #: config/frv/frv.c:412 config/frv/frv.c:430
9948 #, c-format
9949 msgid "Unknown cpu: -mcpu=%s"
9950 msgstr ""
9951
9952 #: config/frv/frv.c:453
9953 msgid "-fpic and -gdwarf are incompatible (-fpic and -g/-gdwarf-2 are fine)"
9954 msgstr ""
9955
9956 #: config/frv/frv.c:2522
9957 msgid "Bad insn to frv_print_operand_address:"
9958 msgstr ""
9959
9960 #: config/frv/frv.c:2535
9961 msgid "Bad register to frv_print_operand_memory_reference_reg:"
9962 msgstr ""
9963
9964 #: config/frv/frv.c:2576 config/frv/frv.c:2586 config/frv/frv.c:2595
9965 #: config/frv/frv.c:2623 config/frv/frv.c:2635 config/frv/frv.c:2639
9966 msgid "Bad insn to frv_print_operand_memory_reference:"
9967 msgstr ""
9968
9969 #: config/frv/frv.c:2781
9970 msgid "Bad insn in frv_print_operand, bad const_double"
9971 msgstr ""
9972
9973 #: config/frv/frv.c:2826
9974 msgid "Bad insn to frv_print_operand, 'C' modifier:"
9975 msgstr ""
9976
9977 #: config/frv/frv.c:2849
9978 msgid "Bad insn to frv_print_operand, 'c' modifier:"
9979 msgstr ""
9980
9981 #: config/frv/frv.c:2874
9982 msgid "Bad insn to frv_print_operand, 'e' modifier:"
9983 msgstr ""
9984
9985 #: config/frv/frv.c:2882
9986 msgid "Bad insn to frv_print_operand, 'F' modifier:"
9987 msgstr ""
9988
9989 #: config/frv/frv.c:2898
9990 msgid "Bad insn to frv_print_operand, 'f' modifier:"
9991 msgstr ""
9992
9993 #: config/frv/frv.c:2951
9994 msgid "Bad insn to frv_print_operand, 'L' modifier:"
9995 msgstr ""
9996
9997 #: config/frv/frv.c:2964
9998 msgid "Bad insn to frv_print_operand, 'M/N' modifier:"
9999 msgstr ""
10000
10001 #: config/frv/frv.c:2985
10002 msgid "Bad insn to frv_print_operand, 'O' modifier:"
10003 msgstr ""
10004
10005 #: config/frv/frv.c:3003
10006 msgid "Bad insn to frv_print_operand, P modifier:"
10007 msgstr ""
10008
10009 #: config/frv/frv.c:3023
10010 msgid "Bad insn in frv_print_operand, z case"
10011 msgstr ""
10012
10013 #: config/frv/frv.c:3051
10014 msgid "Bad insn in frv_print_operand, 0 case"
10015 msgstr ""
10016
10017 #: config/frv/frv.c:3056
10018 msgid "frv_print_operand: unknown code"
10019 msgstr ""
10020
10021 #: config/frv/frv.c:5739
10022 msgid "Bad output_move_single operand"
10023 msgstr ""
10024
10025 #: config/frv/frv.c:5868
10026 msgid "Bad output_move_double operand"
10027 msgstr ""
10028
10029 #: config/frv/frv.c:6012
10030 msgid "Bad output_condmove_single operand"
10031 msgstr ""
10032
10033 #: config/frv/frv.c:8317
10034 msgid "frv_registers_update"
10035 msgstr ""
10036
10037 #: config/frv/frv.c:8477
10038 msgid "frv_registers_used_p"
10039 msgstr ""
10040
10041 #: config/frv/frv.c:8606
10042 msgid "frv_registers_set_p"
10043 msgstr ""
10044
10045 #: config/frv/frv.c:9173
10046 msgid "accumulator is not a constant integer"
10047 msgstr ""
10048
10049 #: config/frv/frv.c:9178
10050 msgid "accumulator number is out of bounds"
10051 msgstr ""
10052
10053 #: config/frv/frv.c:9189
10054 #, c-format
10055 msgid "inappropriate accumulator for `%s'"
10056 msgstr ""
10057
10058 #: config/frv/frv.c:9255
10059 #, c-format
10060 msgid "`%s' expects a constant argument"
10061 msgstr ""
10062
10063 #: config/frv/frv.c:9260
10064 #, c-format
10065 msgid "constant argument out of range for `%s'"
10066 msgstr ""
10067
10068 #: config/frv/frv.c:9640
10069 msgid "media functions are not available unless -mmedia is used"
10070 msgstr ""
10071
10072 #: config/frv/frv.c:9652
10073 msgid "this media function is only available on the fr500"
10074 msgstr ""
10075
10076 #: config/frv/frv.c:9680
10077 msgid "this media function is only available on the fr400"
10078 msgstr ""
10079
10080 #. This macro is a C statement to print on `stderr' a string describing the
10081 #. particular machine description choice.  Every machine description should
10082 #. define `TARGET_VERSION'.  For example:
10083 #.
10084 #. #ifdef MOTOROLA
10085 #. #define TARGET_VERSION           fprintf (stderr, " (68k, Motorola syntax)");
10086 #. #else
10087 #. #define TARGET_VERSION           fprintf (stderr, " (68k, MIT syntax)");
10088 #. #endif
10089 #: config/frv/frv.h:512
10090 msgid " (frv)"
10091 msgstr ""
10092
10093 #: config/h8300/h8300.c:316
10094 msgid "-ms2600 is used without -ms"
10095 msgstr ""
10096
10097 #: config/h8300/h8300.c:322
10098 msgid "-mn is used without -mh or -ms"
10099 msgstr ""
10100
10101 #. Macro to define tables used to set the flags.
10102 #. This is a list in braces of pairs in braces,
10103 #. each pair being { "NAME", VALUE }
10104 #. where VALUE is the bits to set or minus the bits to clear.
10105 #. An empty string NAME is used to identify the default VALUE.
10106 #: config/h8300/h8300.h:150
10107 msgid "Generate H8S code"
10108 msgstr ""
10109
10110 #: config/h8300/h8300.h:151
10111 msgid "Do not generate H8S code"
10112 msgstr ""
10113
10114 #: config/h8300/h8300.h:152
10115 msgid "Generate H8S/2600 code"
10116 msgstr ""
10117
10118 #: config/h8300/h8300.h:153
10119 msgid "Do not generate H8S/2600 code"
10120 msgstr ""
10121
10122 #: config/h8300/h8300.h:154
10123 msgid "Make integers 32 bits wide"
10124 msgstr ""
10125
10126 #: config/h8300/h8300.h:157
10127 msgid "Use registers for argument passing"
10128 msgstr ""
10129
10130 #: config/h8300/h8300.h:159
10131 msgid "Do not use registers for argument passing"
10132 msgstr ""
10133
10134 #: config/h8300/h8300.h:161
10135 msgid "Consider access to byte sized memory slow"
10136 msgstr ""
10137
10138 #: config/h8300/h8300.h:162
10139 msgid "Enable linker relaxing"
10140 msgstr ""
10141
10142 #: config/h8300/h8300.h:164
10143 msgid "Generate H8/300H code"
10144 msgstr ""
10145
10146 #: config/h8300/h8300.h:165
10147 msgid "Enable the normal mode"
10148 msgstr ""
10149
10150 #: config/h8300/h8300.h:166
10151 msgid "Do not generate H8/300H code"
10152 msgstr ""
10153
10154 #: config/h8300/h8300.h:167
10155 msgid "Use H8/300 alignment rules"
10156 msgstr ""
10157
10158 #: config/i370/i370-c.c:55
10159 msgid "junk at end of #pragma map"
10160 msgstr ""
10161
10162 #: config/i370/i370-c.c:61
10163 msgid "malformed #pragma map, ignored"
10164 msgstr ""
10165
10166 #: config/i370/i370.c:920
10167 msgid "real name is too long - alias ignored"
10168 msgstr ""
10169
10170 #: config/i370/i370.c:925
10171 msgid "alias name is too long - alias ignored"
10172 msgstr ""
10173
10174 #: config/i370/i370.c:1196
10175 msgid "internal error--no jump follows compare:"
10176 msgstr ""
10177
10178 #. Macro to define tables used to set the flags.  This is a list in braces
10179 #. of pairs in braces, each pair being { "NAME", VALUE }
10180 #. where VALUE is the bits to set or minus the bits to clear.
10181 #. An empty string NAME is used to identify the default VALUE.
10182 #: config/i370/i370.h:75
10183 msgid "Generate char instructions"
10184 msgstr ""
10185
10186 #: config/i370/i370.h:76
10187 msgid "Do not generate char instructions"
10188 msgstr ""
10189
10190 #: config/i386/i386.c:1124
10191 #, c-format
10192 msgid "code model %s not supported in PIC mode"
10193 msgstr ""
10194
10195 #: config/i386/i386.c:1134 config/sparc/sparc.c:362
10196 #, c-format
10197 msgid "bad value (%s) for -mcmodel= switch"
10198 msgstr ""
10199
10200 #: config/i386/i386.c:1149
10201 #, c-format
10202 msgid "bad value (%s) for -masm= switch"
10203 msgstr ""
10204
10205 #: config/i386/i386.c:1152
10206 #, c-format
10207 msgid "code model `%s' not supported in the %s bit mode"
10208 msgstr ""
10209
10210 #: config/i386/i386.c:1155
10211 msgid "code model `large' not supported yet"
10212 msgstr ""
10213
10214 #: config/i386/i386.c:1157
10215 #, c-format
10216 msgid "%i-bit mode not compiled in"
10217 msgstr ""
10218
10219 #: config/i386/i386.c:1184 config/i386/i386.c:1196
10220 msgid "CPU you selected does not support x86-64 instruction set"
10221 msgstr ""
10222
10223 #: config/i386/i386.c:1189 config/s390/s390.c:903
10224 #, c-format
10225 msgid "bad value (%s) for -march= switch"
10226 msgstr ""
10227
10228 #: config/i386/i386.c:1202 config/s390/s390.c:922
10229 #, c-format
10230 msgid "bad value (%s) for -mcpu= switch"
10231 msgstr ""
10232
10233 #: config/i386/i386.c:1219
10234 #, c-format
10235 msgid "-mregparm=%d is not between 0 and %d"
10236 msgstr ""
10237
10238 #: config/i386/i386.c:1232
10239 msgid "-malign-loops is obsolete, use -falign-loops"
10240 msgstr ""
10241
10242 #: config/i386/i386.c:1237 config/i386/i386.c:1250 config/i386/i386.c:1263
10243 #, c-format
10244 msgid "-malign-loops=%d is not between 0 and %d"
10245 msgstr ""
10246
10247 #: config/i386/i386.c:1245
10248 msgid "-malign-jumps is obsolete, use -falign-jumps"
10249 msgstr ""
10250
10251 #: config/i386/i386.c:1258
10252 msgid "-malign-functions is obsolete, use -falign-functions"
10253 msgstr ""
10254
10255 #: config/i386/i386.c:1296
10256 #, c-format
10257 msgid "-mpreferred-stack-boundary=%d is not between %d and 12"
10258 msgstr ""
10259
10260 #: config/i386/i386.c:1308
10261 #, c-format
10262 msgid "-mbranch-cost=%d is not between 0 and 5"
10263 msgstr ""
10264
10265 #: config/i386/i386.c:1320
10266 #, c-format
10267 msgid "bad value (%s) for -mtls-dialect= switch"
10268 msgstr ""
10269
10270 #: config/i386/i386.c:1341
10271 msgid "-malign-double makes no sense in the 64bit mode"
10272 msgstr ""
10273
10274 #: config/i386/i386.c:1343
10275 msgid "-mrtd calling convention not supported in the 64bit mode"
10276 msgstr ""
10277
10278 #: config/i386/i386.c:1359 config/i386/i386.c:1370
10279 msgid "SSE instruction set disabled, using 387 arithmetics"
10280 msgstr ""
10281
10282 #: config/i386/i386.c:1375
10283 msgid "387 instruction set disabled, using SSE arithmetics"
10284 msgstr ""
10285
10286 #: config/i386/i386.c:1382
10287 #, c-format
10288 msgid "bad value (%s) for -mfpmath= switch"
10289 msgstr ""
10290
10291 #: config/i386/i386.c:1541 config/i386/i386.c:1552
10292 msgid "fastcall and stdcall attributes are not compatible"
10293 msgstr ""
10294
10295 #: config/i386/i386.c:1545 config/i386/i386.c:1605
10296 msgid "fastcall and regparm attributes are not compatible"
10297 msgstr ""
10298
10299 #: config/i386/i386.c:1592
10300 #, c-format
10301 msgid "`%s' attribute requires an integer constant argument"
10302 msgstr ""
10303
10304 #: config/i386/i386.c:1598
10305 #, c-format
10306 msgid "argument to `%s' attribute larger than %d"
10307 msgstr ""
10308
10309 #: config/i386/i386.c:6460
10310 msgid "invalid UNSPEC as operand"
10311 msgstr ""
10312
10313 #: config/i386/i386.c:6722
10314 msgid "extended registers have no high halves"
10315 msgstr ""
10316
10317 #: config/i386/i386.c:6737
10318 msgid "unsupported operand size for extended register"
10319 msgstr ""
10320
10321 #: config/i386/i386.c:7052
10322 msgid ""
10323 "operand is neither a constant nor a condition code, invalid operand code 'c'"
10324 msgstr ""
10325
10326 #: config/i386/i386.c:7098
10327 #, c-format
10328 msgid "invalid operand code `%c'"
10329 msgstr ""
10330
10331 #: config/i386/i386.c:7145
10332 msgid "invalid constraints for operand"
10333 msgstr ""
10334
10335 #: config/i386/i386.c:11425
10336 msgid "unknown insn mode"
10337 msgstr ""
10338
10339 #. @@@ better error message
10340 #: config/i386/i386.c:13477 config/i386/i386.c:13513
10341 msgid "selector must be an immediate"
10342 msgstr ""
10343
10344 #. @@@ better error message
10345 #: config/i386/i386.c:13674 config/i386/i386.c:13708
10346 msgid "mask must be an immediate"
10347 msgstr ""
10348
10349 #: config/i386/i386.c:13740
10350 msgid "shift must be an immediate"
10351 msgstr ""
10352
10353 #: config/i386/winnt.c:108
10354 #, c-format
10355 msgid "`%s' attribute only applies to variables"
10356 msgstr ""
10357
10358 #: config/i386/winnt.c:278
10359 #, c-format
10360 msgid "`%s' declared as both exported to and imported from a DLL"
10361 msgstr ""
10362
10363 #: config/i386/cygwin.h:45
10364 msgid "Use the Cygwin interface"
10365 msgstr ""
10366
10367 #: config/i386/cygwin.h:46
10368 msgid "Use the Mingw32 interface"
10369 msgstr ""
10370
10371 #: config/i386/cygwin.h:47
10372 msgid "Create GUI application"
10373 msgstr ""
10374
10375 #: config/i386/cygwin.h:48
10376 msgid "Don't set Windows defines"
10377 msgstr ""
10378
10379 #: config/i386/cygwin.h:49
10380 msgid "Set Windows defines"
10381 msgstr ""
10382
10383 #: config/i386/cygwin.h:50
10384 msgid "Create console application"
10385 msgstr ""
10386
10387 #: config/i386/cygwin.h:51 config/i386/win32.h:59
10388 msgid "Generate code for a DLL"
10389 msgstr ""
10390
10391 #: config/i386/cygwin.h:53 config/i386/win32.h:61
10392 msgid "Ignore dllimport for functions"
10393 msgstr ""
10394
10395 #: config/i386/cygwin.h:55
10396 msgid "Use Mingw-specific thread support"
10397 msgstr ""
10398
10399 #: config/i386/cygwin.h:246
10400 #, c-format
10401 msgid "-f%s ignored for target (all code is position independent)"
10402 msgstr ""
10403
10404 #: config/i386/djgpp.h:204
10405 msgid "-mbnu210 is ignored (option is obsolete)"
10406 msgstr ""
10407
10408 #: config/i386/i386-interix.h:263
10409 msgid "ms-bitfields not supported for objc"
10410 msgstr ""
10411
10412 #. Deprecated.
10413 #. Deprecated.
10414 #. Deprecated.
10415 #. Deprecated.
10416 #. Deprecated.
10417 #. Deprecated.
10418 #: config/i386/i386.h:327
10419 msgid "Alternate calling convention"
10420 msgstr ""
10421
10422 #: config/i386/i386.h:329 config/m68k/m68k.h:180 config/ns32k/ns32k.h:144
10423 msgid "Use normal calling convention"
10424 msgstr ""
10425
10426 #: config/i386/i386.h:331
10427 msgid "Align some doubles on dword boundary"
10428 msgstr ""
10429
10430 #: config/i386/i386.h:333
10431 msgid "Align doubles on word boundary"
10432 msgstr ""
10433
10434 #: config/i386/i386.h:335
10435 msgid "Uninitialized locals in .bss"
10436 msgstr ""
10437
10438 #: config/i386/i386.h:337
10439 msgid "Uninitialized locals in .data"
10440 msgstr ""
10441
10442 #: config/i386/i386.h:339 config/m68k/linux-aout.h:45 config/m68k/linux.h:50
10443 #: config/ns32k/ns32k.h:167
10444 msgid "Use IEEE math for fp comparisons"
10445 msgstr ""
10446
10447 #: config/i386/i386.h:341 config/ns32k/ns32k.h:169
10448 msgid "Do not use IEEE math for fp comparisons"
10449 msgstr ""
10450
10451 #: config/i386/i386.h:343
10452 msgid "Return values of functions in FPU registers"
10453 msgstr ""
10454
10455 #: config/i386/i386.h:345
10456 msgid "Do not return values of functions in FPU registers"
10457 msgstr ""
10458
10459 #: config/i386/i386.h:347
10460 msgid "Do not generate sin, cos, sqrt for FPU"
10461 msgstr ""
10462
10463 #: config/i386/i386.h:349
10464 msgid "Generate sin, cos, sqrt for FPU"
10465 msgstr ""
10466
10467 #: config/i386/i386.h:351
10468 msgid "Omit the frame pointer in leaf functions"
10469 msgstr ""
10470
10471 #: config/i386/i386.h:354
10472 msgid "Enable stack probing"
10473 msgstr ""
10474
10475 #. undocumented
10476 #. undocumented
10477 #: config/i386/i386.h:359
10478 msgid "Align destination of the string operations"
10479 msgstr ""
10480
10481 #: config/i386/i386.h:361
10482 msgid "Do not align destination of the string operations"
10483 msgstr ""
10484
10485 #: config/i386/i386.h:363
10486 msgid "Inline all known string operations"
10487 msgstr ""
10488
10489 #: config/i386/i386.h:365
10490 msgid "Do not inline all known string operations"
10491 msgstr ""
10492
10493 #: config/i386/i386.h:367 config/i386/i386.h:371
10494 msgid "Use push instructions to save outgoing arguments"
10495 msgstr ""
10496
10497 #: config/i386/i386.h:369 config/i386/i386.h:373
10498 msgid "Do not use push instructions to save outgoing arguments"
10499 msgstr ""
10500
10501 #: config/i386/i386.h:375
10502 msgid "Support MMX built-in functions"
10503 msgstr ""
10504
10505 #: config/i386/i386.h:377
10506 msgid "Do not support MMX built-in functions"
10507 msgstr ""
10508
10509 #: config/i386/i386.h:379
10510 msgid "Support 3DNow! built-in functions"
10511 msgstr ""
10512
10513 #: config/i386/i386.h:381
10514 msgid "Do not support 3DNow! built-in functions"
10515 msgstr ""
10516
10517 #: config/i386/i386.h:383
10518 msgid "Support MMX and SSE built-in functions and code generation"
10519 msgstr ""
10520
10521 #: config/i386/i386.h:385
10522 msgid "Do not support MMX and SSE built-in functions and code generation"
10523 msgstr ""
10524
10525 #: config/i386/i386.h:387
10526 msgid "Support MMX, SSE and SSE2 built-in functions and code generation"
10527 msgstr ""
10528
10529 #: config/i386/i386.h:389
10530 msgid "Do not support MMX, SSE and SSE2 built-in functions and code generation"
10531 msgstr ""
10532
10533 #: config/i386/i386.h:391
10534 msgid "sizeof(long double) is 16"
10535 msgstr ""
10536
10537 #: config/i386/i386.h:393
10538 msgid "sizeof(long double) is 12"
10539 msgstr ""
10540
10541 #: config/i386/i386.h:395
10542 msgid "Generate 64bit x86-64 code"
10543 msgstr ""
10544
10545 #: config/i386/i386.h:397
10546 msgid "Generate 32bit i386 code"
10547 msgstr ""
10548
10549 #: config/i386/i386.h:399
10550 msgid "Use native (MS) bitfield layout"
10551 msgstr ""
10552
10553 #: config/i386/i386.h:401
10554 msgid "Use gcc default bitfield layout"
10555 msgstr ""
10556
10557 #: config/i386/i386.h:403
10558 msgid "Use red-zone in the x86-64 code"
10559 msgstr ""
10560
10561 #: config/i386/i386.h:405
10562 msgid "Do not use red-zone in the x86-64 code"
10563 msgstr ""
10564
10565 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10566 #. command options that have values.  Its definition is an
10567 #. initializer with a subgrouping for each command option.
10568 #.
10569 #. Each subgrouping contains a string constant, that defines the
10570 #. fixed part of the option name, and the address of a variable.  The
10571 #. variable, type `char *', is set to the variable part of the given
10572 #. option if the fixed part matches.  The actual option name is made
10573 #. by appending `-m' to the specified name.
10574 #: config/i386/i386.h:434 config/rs6000/rs6000.h:381 config/s390/s390.h:117
10575 #: config/sparc/sparc.h:637
10576 msgid "Schedule code for given CPU"
10577 msgstr ""
10578
10579 #: config/i386/i386.h:436
10580 msgid "Generate floating point mathematics using given instruction set"
10581 msgstr ""
10582
10583 #: config/i386/i386.h:438 config/s390/s390.h:119
10584 msgid "Generate code for given CPU"
10585 msgstr ""
10586
10587 #: config/i386/i386.h:440
10588 msgid "Number of registers used to pass integer arguments"
10589 msgstr ""
10590
10591 #. TARGET_DEFAULT is defined in sun*.h and isi.h, etc.
10592 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10593 #. command options that have values.  Its definition is an
10594 #. initializer with a subgrouping for each command option.
10595 #.
10596 #. Each subgrouping contains a string constant, that defines the
10597 #. fixed part of the option name, and the address of a variable.  The
10598 #. variable, type `char *', is set to the variable part of the given
10599 #. option if the fixed part matches.  The actual option name is made
10600 #. by appending `-m' to the specified name.
10601 #: config/i386/i386.h:442 config/m68k/m68k.h:263
10602 msgid "Loop code aligned to this power of 2"
10603 msgstr ""
10604
10605 #: config/i386/i386.h:444 config/m68k/m68k.h:265
10606 msgid "Jump targets are aligned to this power of 2"
10607 msgstr ""
10608
10609 #: config/i386/i386.h:446 config/m68k/m68k.h:267
10610 msgid "Function starts are aligned to this power of 2"
10611 msgstr ""
10612
10613 #: config/i386/i386.h:449
10614 msgid "Attempt to keep stack aligned to this power of 2"
10615 msgstr ""
10616
10617 #: config/i386/i386.h:451
10618 msgid "Branches are this expensive (1-5, arbitrary units)"
10619 msgstr ""
10620
10621 #: config/i386/i386.h:453
10622 msgid "Use given x86-64 code model"
10623 msgstr ""
10624
10625 #. Undocumented.
10626 #. Undocumented.
10627 #: config/i386/i386.h:459
10628 msgid "Use given assembler dialect"
10629 msgstr ""
10630
10631 #: config/i386/i386.h:461
10632 msgid "Use given thread-local storage dialect"
10633 msgstr ""
10634
10635 #: config/i386/sco5.h:696
10636 msgid "Generate ELF output"
10637 msgstr ""
10638
10639 #: config/i386/win32.h:53
10640 msgid "Use Mingw32 interface"
10641 msgstr ""
10642
10643 #: config/i386/win32.h:55
10644 msgid "Use Cygwin interface"
10645 msgstr ""
10646
10647 #: config/i386/win32.h:57
10648 msgid "Use bare Windows interface"
10649 msgstr ""
10650
10651 #. 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.
10652 #. 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.
10653 #: config/i386/xm-djgpp.h:71
10654 msgid "environment variable DJGPP not defined"
10655 msgstr ""
10656
10657 #: config/i386/xm-djgpp.h:73
10658 #, c-format
10659 msgid "environment variable DJGPP points to missing file '%s'"
10660 msgstr ""
10661
10662 #: config/i386/xm-djgpp.h:76
10663 #, c-format
10664 msgid "environment variable DJGPP points to corrupt file '%s'"
10665 msgstr ""
10666
10667 #: config/i960/i960-c.c:68
10668 msgid "sorry, not implemented: #pragma align NAME=SIZE"
10669 msgstr ""
10670
10671 #: config/i960/i960-c.c:73
10672 msgid "malformed #pragma align - ignored"
10673 msgstr ""
10674
10675 #: config/i960/i960-c.c:111
10676 msgid "sorry, not implemented: #pragma noalign NAME"
10677 msgstr ""
10678
10679 #: config/i960/i960.c:123 config/i960/i960.c:133
10680 msgid "conflicting architectures defined - using C series"
10681 msgstr ""
10682
10683 #: config/i960/i960.c:128
10684 msgid "conflicting architectures defined - using K series"
10685 msgstr ""
10686
10687 #: config/i960/i960.c:143
10688 msgid "iC2.0 and iC3.0 are incompatible - using iC3.0"
10689 msgstr ""
10690
10691 #: config/i960/i960.c:1450 config/m68k/m68k.c:568 config/rs6000/rs6000.c:9941
10692 msgid "stack limit expression is not supported"
10693 msgstr ""
10694
10695 #. Macro to define tables used to set the flags.
10696 #. This is a list in braces of pairs in braces,
10697 #. each pair being { "NAME", VALUE }
10698 #. where VALUE is the bits to set or minus the bits to clear.
10699 #. An empty string NAME is used to identify the default VALUE.
10700 #. ??? Not all ten of these architecture variations actually exist, but I
10701 #. am not sure which are real and which aren't.
10702 #: config/i960/i960.h:240
10703 msgid "Generate SA code"
10704 msgstr ""
10705
10706 #: config/i960/i960.h:243
10707 msgid "Generate SB code"
10708 msgstr ""
10709
10710 #. {"sc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED|                                          TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR),              N_("Generate SC code")},
10711 #: config/i960/i960.h:248
10712 msgid "Generate KA code"
10713 msgstr ""
10714
10715 #: config/i960/i960.h:251
10716 msgid "Generate KB code"
10717 msgstr ""
10718
10719 #. {"kc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED|                                          TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR),              N_("Generate KC code")},
10720 #: config/i960/i960.h:256
10721 msgid "Generate JA code"
10722 msgstr ""
10723
10724 #: config/i960/i960.h:258
10725 msgid "Generate JD code"
10726 msgstr ""
10727
10728 #: config/i960/i960.h:261
10729 msgid "Generate JF code"
10730 msgstr ""
10731
10732 #: config/i960/i960.h:263
10733 msgid "generate RP code"
10734 msgstr ""
10735
10736 #: config/i960/i960.h:266
10737 msgid "Generate MC code"
10738 msgstr ""
10739
10740 #: config/i960/i960.h:269
10741 msgid "Generate CA code"
10742 msgstr ""
10743
10744 #. {"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")},
10745 #: config/i960/i960.h:279
10746 msgid "Generate CF code"
10747 msgstr ""
10748
10749 #: config/i960/i960.h:283 config/mips/mips.h:568 config/pa/pa.h:252
10750 msgid "Use software floating point"
10751 msgstr ""
10752
10753 #: config/i960/i960.h:285
10754 msgid "Use alternate leaf function entries"
10755 msgstr ""
10756
10757 #: config/i960/i960.h:287
10758 msgid "Do not use alternate leaf function entries"
10759 msgstr ""
10760
10761 #: config/i960/i960.h:289
10762 msgid "Perform tail call optimization"
10763 msgstr ""
10764
10765 #: config/i960/i960.h:291
10766 msgid "Do not perform tail call optimization"
10767 msgstr ""
10768
10769 #: config/i960/i960.h:293
10770 msgid "Use complex addressing modes"
10771 msgstr ""
10772
10773 #: config/i960/i960.h:295
10774 msgid "Do not use complex addressing modes"
10775 msgstr ""
10776
10777 #: config/i960/i960.h:297
10778 msgid "Align code to 8 byte boundary"
10779 msgstr ""
10780
10781 #: config/i960/i960.h:299
10782 msgid "Do not align code to 8 byte boundary"
10783 msgstr ""
10784
10785 #. {"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")},
10786 #: config/i960/i960.h:305 config/i960/i960.h:307
10787 msgid "Enable compatibility with iC960 v2.0"
10788 msgstr ""
10789
10790 #: config/i960/i960.h:309
10791 msgid "Enable compatibility with iC960 v3.0"
10792 msgstr ""
10793
10794 #: config/i960/i960.h:311 config/i960/i960.h:313
10795 msgid "Enable compatibility with ic960 assembler"
10796 msgstr ""
10797
10798 #: config/i960/i960.h:315
10799 msgid "Do not permit unaligned accesses"
10800 msgstr ""
10801
10802 #: config/i960/i960.h:317
10803 msgid "Permit unaligned accesses"
10804 msgstr ""
10805
10806 #: config/i960/i960.h:319
10807 msgid "Layout types like Intel's v1.3 gcc"
10808 msgstr ""
10809
10810 #: config/i960/i960.h:321
10811 msgid "Do not layout types like Intel's v1.3 gcc"
10812 msgstr ""
10813
10814 #: config/i960/i960.h:323 config/sparc/freebsd.h:79 config/sparc/linux.h:86
10815 #: config/sparc/linux64.h:88 config/sparc/netbsd-elf.h:231
10816 msgid "Use 64 bit long doubles"
10817 msgstr ""
10818
10819 #: config/i960/i960.h:325
10820 msgid "Enable linker relaxation"
10821 msgstr ""
10822
10823 #: config/i960/i960.h:327
10824 msgid "Do not enable linker relaxation"
10825 msgstr ""
10826
10827 #: config/ia64/ia64-c.c:52
10828 msgid "malformed #pragma builtin"
10829 msgstr ""
10830
10831 #: config/ia64/ia64.c:3881
10832 msgid "ia64_print_operand: unknown code"
10833 msgstr ""
10834
10835 #: config/ia64/ia64.c:4159
10836 msgid "value of -mfixed-range must have form REG1-REG2"
10837 msgstr ""
10838
10839 #: config/ia64/ia64.c:4186
10840 #, c-format
10841 msgid "%s-%s is an empty range"
10842 msgstr ""
10843
10844 #: config/ia64/ia64.c:4217
10845 msgid "cannot optimize floating point division for both latency and throughput"
10846 msgstr ""
10847
10848 #: config/ia64/ia64.c:4223
10849 msgid "cannot optimize integer division for both latency and throughput"
10850 msgstr ""
10851
10852 #: config/ia64/ia64.c:4235
10853 #, c-format
10854 msgid "bad value (%s) for -mtls-size= switch"
10855 msgstr ""
10856
10857 #. This macro defines names of command options to set and clear bits in
10858 #. `target_flags'.  Its definition is an initializer with a subgrouping for
10859 #. each command option.
10860 #: config/ia64/ia64.h:150
10861 msgid "Generate big endian code"
10862 msgstr ""
10863
10864 #: config/ia64/ia64.h:152 config/mcore/mcore.h:159
10865 msgid "Generate little endian code"
10866 msgstr ""
10867
10868 #: config/ia64/ia64.h:154
10869 msgid "Generate code for GNU as"
10870 msgstr ""
10871
10872 #: config/ia64/ia64.h:156
10873 msgid "Generate code for Intel as"
10874 msgstr ""
10875
10876 #: config/ia64/ia64.h:158
10877 msgid "Generate code for GNU ld"
10878 msgstr ""
10879
10880 #: config/ia64/ia64.h:160
10881 msgid "Generate code for Intel ld"
10882 msgstr ""
10883
10884 #: config/ia64/ia64.h:162
10885 msgid "Generate code without GP reg"
10886 msgstr ""
10887
10888 #: config/ia64/ia64.h:164
10889 msgid "Emit stop bits before and after volatile extended asms"
10890 msgstr ""
10891
10892 #: config/ia64/ia64.h:166
10893 msgid "Don't emit stop bits before and after volatile extended asms"
10894 msgstr ""
10895
10896 #: config/ia64/ia64.h:168
10897 msgid "Emit code for Itanium (TM) processor B step"
10898 msgstr ""
10899
10900 #: config/ia64/ia64.h:170
10901 msgid "Use in/loc/out register names"
10902 msgstr ""
10903
10904 #: config/ia64/ia64.h:172
10905 msgid "Disable use of sdata/scommon/sbss"
10906 msgstr ""
10907
10908 #: config/ia64/ia64.h:174
10909 msgid "Enable use of sdata/scommon/sbss"
10910 msgstr ""
10911
10912 #: config/ia64/ia64.h:176
10913 msgid "gp is constant (but save/restore gp on indirect calls)"
10914 msgstr ""
10915
10916 #: config/ia64/ia64.h:178
10917 msgid "Generate self-relocatable code"
10918 msgstr ""
10919
10920 #: config/ia64/ia64.h:180
10921 msgid "Generate inline floating point division, optimize for latency"
10922 msgstr ""
10923
10924 #: config/ia64/ia64.h:182
10925 msgid "Generate inline floating point division, optimize for throughput"
10926 msgstr ""
10927
10928 #: config/ia64/ia64.h:184
10929 msgid "Generate inline integer division, optimize for latency"
10930 msgstr ""
10931
10932 #: config/ia64/ia64.h:186
10933 msgid "Generate inline integer division, optimize for throughput"
10934 msgstr ""
10935
10936 #: config/ia64/ia64.h:188
10937 msgid "Enable Dwarf 2 line debug info via GNU as"
10938 msgstr ""
10939
10940 #: config/ia64/ia64.h:190
10941 msgid "Disable Dwarf 2 line debug info via GNU as"
10942 msgstr ""
10943
10944 #: config/ia64/ia64.h:219
10945 msgid "Specify range of registers to make fixed"
10946 msgstr ""
10947
10948 #: config/ip2k/ip2k.c:1084
10949 msgid "bad operand"
10950 msgstr ""
10951
10952 #: config/ip2k/ip2k.c:3186
10953 msgid "Only initialized variables can be placed into program memory area."
10954 msgstr ""
10955
10956 #: config/m32r/m32r.c:141
10957 #, c-format
10958 msgid "bad value (%s) for -mmodel switch"
10959 msgstr ""
10960
10961 #: config/m32r/m32r.c:150
10962 #, c-format
10963 msgid "bad value (%s) for -msdata switch"
10964 msgstr ""
10965
10966 #: config/m32r/m32r.c:321
10967 #, c-format
10968 msgid "invalid argument of `%s' attribute"
10969 msgstr ""
10970
10971 #: config/m32r/m32r.c:424
10972 msgid "const objects cannot go in .sdata/.sbss"
10973 msgstr ""
10974
10975 #: config/m32r/m32r.c:2258
10976 #, c-format
10977 msgid "invalid operand to %%s code"
10978 msgstr ""
10979
10980 #: config/m32r/m32r.c:2265
10981 #, c-format
10982 msgid "invalid operand to %%p code"
10983 msgstr ""
10984
10985 #: config/m32r/m32r.c:2320
10986 msgid "bad insn for 'A'"
10987 msgstr ""
10988
10989 #: config/m32r/m32r.c:2372
10990 #, c-format
10991 msgid "invalid operand to %%T/%%B code"
10992 msgstr ""
10993
10994 #: config/m32r/m32r.c:2395
10995 #, c-format
10996 msgid "invalid operand to %%N code"
10997 msgstr ""
10998
10999 #: config/m32r/m32r.c:2440
11000 msgid "pre-increment address is not a register"
11001 msgstr ""
11002
11003 #: config/m32r/m32r.c:2447
11004 msgid "pre-decrement address is not a register"
11005 msgstr ""
11006
11007 #: config/m32r/m32r.c:2454
11008 msgid "post-increment address is not a register"
11009 msgstr ""
11010
11011 #: config/m32r/m32r.c:2532 config/m32r/m32r.c:2548
11012 #: config/rs6000/rs6000.c:12747
11013 msgid "bad address"
11014 msgstr ""
11015
11016 #: config/m32r/m32r.c:2553
11017 msgid "lo_sum not of register"
11018 msgstr ""
11019
11020 #. { "relax",                   TARGET_RELAX_MASK, "" },                    { "no-relax",               -TARGET_RELAX_MASK, "" },
11021 #: config/m32r/m32r.h:241
11022 msgid "Display compile time statistics"
11023 msgstr ""
11024
11025 #: config/m32r/m32r.h:243
11026 msgid "Align all loops to 32 byte boundary"
11027 msgstr ""
11028
11029 #: config/m32r/m32r.h:246
11030 msgid "Only issue one instruction per cycle"
11031 msgstr ""
11032
11033 #: config/m32r/m32r.h:249
11034 msgid "Prefer branches over conditional execution"
11035 msgstr ""
11036
11037 #: config/m32r/m32r.h:265
11038 msgid "Code size: small, medium or large"
11039 msgstr ""
11040
11041 #: config/m32r/m32r.h:267
11042 msgid "Small data area: none, sdata, use"
11043 msgstr ""
11044
11045 #: config/m68hc11/m68hc11.c:245
11046 #, c-format
11047 msgid "-f%s ignored for 68HC11/68HC12 (not supported)"
11048 msgstr ""
11049
11050 #. !!!! SCz wrong here.
11051 #: config/m68hc11/m68hc11.c:3255 config/m68hc11/m68hc11.c:3629
11052 msgid "move insn not handled"
11053 msgstr ""
11054
11055 #: config/m68hc11/m68hc11.c:3475 config/m68hc11/m68hc11.c:3559
11056 #: config/m68hc11/m68hc11.c:3832
11057 msgid "invalid register in the move instruction"
11058 msgstr ""
11059
11060 #: config/m68hc11/m68hc11.c:3509
11061 msgid "invalid operand in the instruction"
11062 msgstr ""
11063
11064 #: config/m68hc11/m68hc11.c:3806
11065 msgid "invalid register in the instruction"
11066 msgstr ""
11067
11068 #: config/m68hc11/m68hc11.c:3839
11069 msgid "operand 1 must be a hard register"
11070 msgstr ""
11071
11072 #: config/m68hc11/m68hc11.c:3856
11073 msgid "invalid rotate insn"
11074 msgstr ""
11075
11076 #: config/m68hc11/m68hc11.c:4281
11077 msgid "registers IX, IY and Z used in the same INSN"
11078 msgstr ""
11079
11080 #: config/m68hc11/m68hc11.c:4606 config/m68hc11/m68hc11.c:4909
11081 msgid "cannot do z-register replacement"
11082 msgstr ""
11083
11084 #: config/m68hc11/m68hc11.c:4972
11085 msgid "invalid Z register replacement for insn"
11086 msgstr ""
11087
11088 #. Macro to define tables used to set the flags. This is a list in braces of
11089 #. pairs in braces, each pair being { "NAME", VALUE } where VALUE is the bits
11090 #. to set or minus the bits to clear. An empty string NAME is used to
11091 #. identify the default VALUE.
11092 #: config/m68hc11/m68hc11.h:160
11093 msgid "Compile with 16-bit integer mode"
11094 msgstr ""
11095
11096 #: config/m68hc11/m68hc11.h:162
11097 msgid "Compile with 32-bit integer mode"
11098 msgstr ""
11099
11100 #: config/m68hc11/m68hc11.h:164
11101 msgid "Auto pre/post decrement increment allowed"
11102 msgstr ""
11103
11104 #: config/m68hc11/m68hc11.h:166
11105 msgid "Auto pre/post decrement increment not allowed"
11106 msgstr ""
11107
11108 #: config/m68hc11/m68hc11.h:168
11109 msgid "Min/max instructions allowed"
11110 msgstr ""
11111
11112 #: config/m68hc11/m68hc11.h:170
11113 msgid "Min/max instructions not allowed"
11114 msgstr ""
11115
11116 #: config/m68hc11/m68hc11.h:172
11117 msgid "Use call and rtc for function calls and returns"
11118 msgstr ""
11119
11120 #: config/m68hc11/m68hc11.h:174
11121 msgid "Use jsr and rts for function calls and returns"
11122 msgstr ""
11123
11124 #: config/m68hc11/m68hc11.h:176
11125 msgid "Do not use direct addressing mode for soft registers"
11126 msgstr ""
11127
11128 #: config/m68hc11/m68hc11.h:178 config/m68hc11/m68hc11.h:182
11129 msgid "Compile for a 68HC11"
11130 msgstr ""
11131
11132 #: config/m68hc11/m68hc11.h:180 config/m68hc11/m68hc11.h:184
11133 msgid "Compile for a 68HC12"
11134 msgstr ""
11135
11136 #. This macro is similar to `TARGET_SWITCHES' but defines names of
11137 #. command options that have values.  Its definition is an
11138 #. initializer with a subgrouping for each command option.
11139 #.
11140 #. Each subgrouping contains a string constant, that defines the
11141 #. fixed part of the option name, and the address of a variable.  The
11142 #. variable, type `char *', is set to the variable part of the given
11143 #. option if the fixed part matches.  The actual option name is made
11144 #. by appending `-m' to the specified name.
11145 #: config/m68hc11/m68hc11.h:198
11146 msgid "Specify the register allocation order"
11147 msgstr ""
11148
11149 #: config/m68hc11/m68hc11.h:200
11150 msgid "Indicate the number of soft registers available"
11151 msgstr ""
11152
11153 #: config/m68k/m68k.c:167
11154 #, c-format
11155 msgid "-malign-loops=%d is not between 1 and %d"
11156 msgstr ""
11157
11158 #: config/m68k/m68k.c:178
11159 #, c-format
11160 msgid "-malign-jumps=%d is not between 1 and %d"
11161 msgstr ""
11162
11163 #: config/m68k/m68k.c:189
11164 #, c-format
11165 msgid "-malign-functions=%d is not between 1 and %d"
11166 msgstr ""
11167
11168 #: config/m68k/m68k.c:198
11169 msgid "-fPIC is not currently supported on the 68000 or 68010\n"
11170 msgstr ""
11171
11172 #. Macro to define tables used to set the flags.
11173 #. This is a list in braces of pairs in braces,
11174 #. each pair being { "NAME", VALUE }
11175 #. where VALUE is the bits to set or minus the bits to clear.
11176 #. An empty string NAME is used to identify the default VALUE.
11177 #: config/m68k/m68k.h:162 config/m68k/m68k.h:164
11178 msgid "Generate code for a 68020"
11179 msgstr ""
11180
11181 #: config/m68k/m68k.h:169 config/m68k/m68k.h:172
11182 msgid "Generate code for a 68000"
11183 msgstr ""
11184
11185 #: config/m68k/m68k.h:174
11186 msgid "Use the bit-field instructions"
11187 msgstr ""
11188
11189 #: config/m68k/m68k.h:176
11190 msgid "Do not use the bit-field instructions"
11191 msgstr ""
11192
11193 #: config/m68k/m68k.h:178
11194 msgid "Use different calling convention using 'rtd'"
11195 msgstr ""
11196
11197 #: config/m68k/m68k.h:182
11198 msgid "Consider type `int' to be 16 bits wide"
11199 msgstr ""
11200
11201 #: config/m68k/m68k.h:184
11202 msgid "Consider type `int' to be 32 bits wide"
11203 msgstr ""
11204
11205 #: config/m68k/m68k.h:186
11206 msgid "Generate code for a Sun FPA"
11207 msgstr ""
11208
11209 #: config/m68k/m68k.h:189
11210 msgid "Do not generate code for a Sun FPA"
11211 msgstr ""
11212
11213 #: config/m68k/m68k.h:191 config/m68k/m68k.h:193
11214 msgid "Generate code for a Sun Sky board"
11215 msgstr ""
11216
11217 #: config/m68k/m68k.h:195
11218 msgid "Do not use Sky linkage convention"
11219 msgstr ""
11220
11221 #: config/m68k/m68k.h:197
11222 msgid "Generate code for a 68881"
11223 msgstr ""
11224
11225 #: config/m68k/m68k.h:200
11226 msgid "Generate code with library calls for floating point"
11227 msgstr ""
11228
11229 #: config/m68k/m68k.h:202
11230 msgid "Generate code for a 68040, without any new instructions"
11231 msgstr ""
11232
11233 #: config/m68k/m68k.h:205
11234 msgid "Generate code for a 68060, without any new instructions"
11235 msgstr ""
11236
11237 #: config/m68k/m68k.h:209
11238 msgid "Generate code for a 68030"
11239 msgstr ""
11240
11241 #: config/m68k/m68k.h:212
11242 msgid "Generate code for a 68040"
11243 msgstr ""
11244
11245 #: config/m68k/m68k.h:216
11246 msgid "Generate code for a 68060"
11247 msgstr ""
11248
11249 #: config/m68k/m68k.h:221
11250 msgid "Generate code for a 520X"
11251 msgstr ""
11252
11253 #: config/m68k/m68k.h:224
11254 msgid "Generate code for a 68851"
11255 msgstr ""
11256
11257 #: config/m68k/m68k.h:226
11258 msgid "Do no generate code for a 68851"
11259 msgstr ""
11260
11261 #: config/m68k/m68k.h:229
11262 msgid "Generate code for a 68302"
11263 msgstr ""
11264
11265 #: config/m68k/m68k.h:232
11266 msgid "Generate code for a 68332"
11267 msgstr ""
11268
11269 #: config/m68k/m68k.h:236
11270 msgid "Generate code for a cpu32"
11271 msgstr ""
11272
11273 #: config/m68k/m68k.h:239
11274 msgid "Align variables on a 32-bit boundary"
11275 msgstr ""
11276
11277 #: config/m68k/m68k.h:241
11278 msgid "Align variables on a 16-bit boundary"
11279 msgstr ""
11280
11281 #: config/m68k/m68k.h:243
11282 msgid "Generate pc-relative code"
11283 msgstr ""
11284
11285 #: config/m68k/m68k.h:245
11286 msgid "Do not use unaligned memory references"
11287 msgstr ""
11288
11289 #: config/m68k/m68k.h:247
11290 msgid "Use unaligned memory references"
11291 msgstr ""
11292
11293 #: config/m88k/m88k.c:914
11294 #, c-format
11295 msgid "internal gcc monitor: short-branch(%x)"
11296 msgstr ""
11297
11298 #: config/m88k/m88k.c:2313
11299 msgid "internal gcc error: Can't express symbolic location"
11300 msgstr ""
11301
11302 #: config/m88k/m88k.c:2528
11303 #, c-format
11304 msgid "argument #%d is a structure"
11305 msgstr ""
11306
11307 #: config/m88k/m88k.c:2827
11308 #, c-format
11309 msgid "%%R not followed by %%B/C/D/E"
11310 msgstr ""
11311
11312 #: config/m88k/m88k.c:2895
11313 #, c-format
11314 msgid "invalid %%x/X value"
11315 msgstr ""
11316
11317 #: config/m88k/m88k.c:2912
11318 #, c-format
11319 msgid "invalid %%Q value"
11320 msgstr ""
11321
11322 #: config/m88k/m88k.c:2918 config/rs6000/rs6000.c:7690
11323 #, c-format
11324 msgid "invalid %%q value"
11325 msgstr ""
11326
11327 #: config/m88k/m88k.c:2924
11328 #, c-format
11329 msgid "invalid %%o value"
11330 msgstr ""
11331
11332 #: config/m88k/m88k.c:2931 config/rs6000/rs6000.c:7653
11333 #, c-format
11334 msgid "invalid %%p value"
11335 msgstr ""
11336
11337 #: config/m88k/m88k.c:2944 config/m88k/m88k.c:2949
11338 #, c-format
11339 msgid "invalid %%s/S value"
11340 msgstr ""
11341
11342 #: config/m88k/m88k.c:2960
11343 #, c-format
11344 msgid "invalid %%P operand"
11345 msgstr ""
11346
11347 #: config/m88k/m88k.c:2991 config/romp/romp.c:692
11348 #, c-format
11349 msgid "invalid %%B value"
11350 msgstr ""
11351
11352 #: config/m88k/m88k.c:3021
11353 #, c-format
11354 msgid "invalid %%D value"
11355 msgstr ""
11356
11357 #: config/m88k/m88k.c:3034
11358 #, c-format
11359 msgid "`%%d' operand isn't a register"
11360 msgstr ""
11361
11362 #: config/m88k/m88k.c:3052
11363 msgid "operand is r0"
11364 msgstr ""
11365
11366 #: config/m88k/m88k.c:3066
11367 msgid "operand is const_double"
11368 msgstr ""
11369
11370 #: config/m88k/m88k.c:3085
11371 msgid "invalid code"
11372 msgstr ""
11373
11374 #. Do any checking or such that is needed after processing the -m switches.
11375 #: config/m88k/m88k.h:277
11376 msgid "-mtrap-large-shift and -mhandle-large-shift are incompatible"
11377 msgstr ""
11378
11379 #: config/m88k/m88k.h:299
11380 #, c-format
11381 msgid "invalid option `-mshort-data-%s'"
11382 msgstr ""
11383
11384 #: config/m88k/m88k.h:304
11385 #, c-format
11386 msgid "-mshort-data-%s is too large "
11387 msgstr ""
11388
11389 #: config/m88k/m88k.h:306
11390 #, c-format
11391 msgid "-mshort-data-%s and PIC are incompatible"
11392 msgstr ""
11393
11394 #: config/mcore/mcore.c:3080
11395 #, c-format
11396 msgid "invalid option `-mstack-increment=%s'"
11397 msgstr ""
11398
11399 #: config/mcore/mcore.h:126
11400 msgid "Inline constants if it can be done in 2 insns or less"
11401 msgstr ""
11402
11403 #: config/mcore/mcore.h:128
11404 msgid "Inline constants if it only takes 1 instruction"
11405 msgstr ""
11406
11407 #: config/mcore/mcore.h:130
11408 msgid "Set maximum alignment to 4"
11409 msgstr ""
11410
11411 #: config/mcore/mcore.h:132
11412 msgid "Set maximum alignment to 8"
11413 msgstr ""
11414
11415 #: config/mcore/mcore.h:136
11416 msgid "Do not use the divide instruction"
11417 msgstr ""
11418
11419 #: config/mcore/mcore.h:140
11420 msgid "Do not arbitary sized immediates in bit operations"
11421 msgstr ""
11422
11423 #: config/mcore/mcore.h:142
11424 msgid "Always treat bit-field as int-sized"
11425 msgstr ""
11426
11427 #: config/mcore/mcore.h:146
11428 msgid "Force functions to be aligned to a 4 byte boundary"
11429 msgstr ""
11430
11431 #: config/mcore/mcore.h:148
11432 msgid "Force functions to be aligned to a 2 byte boundary"
11433 msgstr ""
11434
11435 #: config/mcore/mcore.h:150
11436 msgid "Emit call graph information"
11437 msgstr ""
11438
11439 #: config/mcore/mcore.h:154
11440 msgid "Prefer word accesses over byte accesses"
11441 msgstr ""
11442
11443 #: config/mcore/mcore.h:165
11444 msgid "Generate code for the M*Core M340"
11445 msgstr ""
11446
11447 #: config/mcore/mcore.h:178
11448 msgid "Maximum amount for a single stack increment operation"
11449 msgstr ""
11450
11451 #: config/mips/mips.c:5117
11452 #, c-format
11453 msgid "bad value (%s) for -mabi= switch"
11454 msgstr ""
11455
11456 #: config/mips/mips.c:5147
11457 #, c-format
11458 msgid ""
11459 "-mips%d conflicts with the other architecture options, which specify a MIPS%"
11460 "d processor"
11461 msgstr ""
11462
11463 #: config/mips/mips.c:5154
11464 #, c-format
11465 msgid "bad value (%s) for -mips switch"
11466 msgstr ""
11467
11468 #: config/mips/mips.c:5169
11469 #, c-format
11470 msgid "-march=%s is not compatible with the selected ABI"
11471 msgstr ""
11472
11473 #: config/mips/mips.c:5181
11474 msgid "-mgp64 used with a 32-bit processor"
11475 msgstr ""
11476
11477 #: config/mips/mips.c:5183
11478 msgid "-mgp32 used with a 64-bit ABI"
11479 msgstr ""
11480
11481 #: config/mips/mips.c:5185
11482 msgid "-mgp64 used with a 32-bit ABI"
11483 msgstr ""
11484
11485 #: config/mips/mips.c:5203 config/mips/mips.c:5205 config/mips/mips.c:5207
11486 #, c-format
11487 msgid "unsupported combination: %s"
11488 msgstr ""
11489
11490 #: config/mips/mips.c:5277
11491 msgid ""
11492 "generation of Branch Likely instructions enabled, but not supported by "
11493 "architecture"
11494 msgstr ""
11495
11496 #: config/mips/mips.c:5288
11497 msgid "-G is incompatible with PIC code which is the default"
11498 msgstr ""
11499
11500 #: config/mips/mips.c:5304
11501 msgid "-membedded-pic and -mabicalls are incompatible"
11502 msgstr ""
11503
11504 #: config/mips/mips.c:5307
11505 msgid "-G and -membedded-pic are incompatible"
11506 msgstr ""
11507
11508 #: config/mips/mips.c:5358
11509 #, c-format
11510 msgid "invalid option `entry%s'"
11511 msgstr ""
11512
11513 #: config/mips/mips.c:5361
11514 msgid "-mentry is only meaningful with -mips-16"
11515 msgstr ""
11516
11517 #: config/mips/mips.c:5766
11518 #, c-format
11519 msgid "internal error: %%) found without a %%( in assembler pattern"
11520 msgstr ""
11521
11522 #: config/mips/mips.c:5780
11523 #, c-format
11524 msgid "internal error: %%] found without a %%[ in assembler pattern"
11525 msgstr ""
11526
11527 #: config/mips/mips.c:5793
11528 #, c-format
11529 msgid "internal error: %%> found without a %%< in assembler pattern"
11530 msgstr ""
11531
11532 #: config/mips/mips.c:5806
11533 #, c-format
11534 msgid "internal error: %%} found without a %%{ in assembler pattern"
11535 msgstr ""
11536
11537 #: config/mips/mips.c:5820
11538 #, c-format
11539 msgid "PRINT_OPERAND: unknown punctuation '%c'"
11540 msgstr ""
11541
11542 #: config/mips/mips.c:5829 config/xtensa/xtensa.c:1941
11543 msgid "PRINT_OPERAND null pointer"
11544 msgstr ""
11545
11546 #: config/mips/mips.c:5960
11547 #, c-format
11548 msgid "invalid use of %%d, %%x, or %%X"
11549 msgstr ""
11550
11551 #: config/mips/mips.c:5998 config/xtensa/xtensa.c:2035
11552 msgid "PRINT_OPERAND_ADDRESS, null pointer"
11553 msgstr ""
11554
11555 #: config/mips/mips.c:6227
11556 msgid ""
11557 "MIPS ECOFF format does not allow changing filenames within functions with "
11558 "#line"
11559 msgstr ""
11560
11561 #: config/mips/mips.c:6537
11562 msgid "can't rewind temp file"
11563 msgstr ""
11564
11565 #: config/mips/mips.c:6541
11566 msgid "can't write to output file"
11567 msgstr ""
11568
11569 #: config/mips/mips.c:6544
11570 msgid "can't read from temp file"
11571 msgstr ""
11572
11573 #: config/mips/mips.c:6547
11574 msgid "can't close temp file"
11575 msgstr ""
11576
11577 #: config/mips/mips.c:6987
11578 #, c-format
11579 msgid "gp_offset (%ld) or end_offset (%ld) is less than zero"
11580 msgstr ""
11581
11582 #: config/mips/mips.c:7094
11583 #, c-format
11584 msgid "fp_offset (%ld) or end_offset (%ld) is less than zero"
11585 msgstr ""
11586
11587 #: config/mips/mips.c:9320
11588 #, c-format
11589 msgid "can not handle inconsistent calls to `%s'"
11590 msgstr ""
11591
11592 #: config/mips/mips.c:10452
11593 msgid "the cpu name must be lower case"
11594 msgstr ""
11595
11596 #: config/mips/mips.c:10474
11597 #, c-format
11598 msgid "bad value (%s) for %s"
11599 msgstr ""
11600
11601 #. Target CPU builtins.
11602 #. We do this here because __mips is defined below               and so we can't use builtin_define_std.
11603 #. Treat _R3000 and _R4000 like register-size defines,           which is how they've historically been used.
11604 #. Macros dependent on the C dialect.
11605 #. Bizzare, but needed at least for Irix.
11606 #. Macro to define tables used to set the flags.
11607 #. This is a list in braces of pairs in braces,
11608 #. each pair being { "NAME", VALUE }
11609 #. where VALUE is the bits to set or minus the bits to clear.
11610 #. An empty string NAME is used to identify the default VALUE.
11611 #: config/mips/mips.h:528 config/mn10300/mn10300.h:64
11612 msgid "No default crt0.o"
11613 msgstr ""
11614
11615 #: config/mips/mips.h:530
11616 msgid "Use 64-bit int type"
11617 msgstr ""
11618
11619 #: config/mips/mips.h:532
11620 msgid "Use 64-bit long type"
11621 msgstr ""
11622
11623 #: config/mips/mips.h:534
11624 msgid "Use 32-bit long type"
11625 msgstr ""
11626
11627 #: config/mips/mips.h:536
11628 msgid "Optimize lui/addiu address loads"
11629 msgstr ""
11630
11631 #: config/mips/mips.h:538
11632 msgid "Don't optimize lui/addiu address loads"
11633 msgstr ""
11634
11635 #: config/mips/mips.h:540
11636 msgid "Use MIPS as"
11637 msgstr ""
11638
11639 #: config/mips/mips.h:542
11640 msgid "Use GNU as"
11641 msgstr ""
11642
11643 #: config/mips/mips.h:544
11644 msgid "Use symbolic register names"
11645 msgstr ""
11646
11647 #: config/mips/mips.h:546
11648 msgid "Don't use symbolic register names"
11649 msgstr ""
11650
11651 #: config/mips/mips.h:548 config/mips/mips.h:550
11652 msgid "Use GP relative sdata/sbss sections"
11653 msgstr ""
11654
11655 #: config/mips/mips.h:552 config/mips/mips.h:554
11656 msgid "Don't use GP relative sdata/sbss sections"
11657 msgstr ""
11658
11659 #: config/mips/mips.h:556
11660 msgid "Output compiler statistics"
11661 msgstr ""
11662
11663 #: config/mips/mips.h:558
11664 msgid "Don't output compiler statistics"
11665 msgstr ""
11666
11667 #: config/mips/mips.h:560
11668 msgid "Don't optimize block moves"
11669 msgstr ""
11670
11671 #: config/mips/mips.h:562
11672 msgid "Optimize block moves"
11673 msgstr ""
11674
11675 #: config/mips/mips.h:564
11676 msgid "Use mips-tfile asm postpass"
11677 msgstr ""
11678
11679 #: config/mips/mips.h:566
11680 msgid "Don't use mips-tfile asm postpass"
11681 msgstr ""
11682
11683 #. Macro to define tables used to set the flags.
11684 #. This is a list in braces of triplets in braces,
11685 #. each triplet being { "NAME", VALUE, DOC }
11686 #. where VALUE is the bits to set or minus the bits to clear and DOC
11687 #. is the documentation for --help (NULL if intentionally undocumented).
11688 #. An empty string NAME is used to identify the default VALUE.
11689 #: config/mips/mips.h:570 config/pdp11/pdp11.h:56
11690 msgid "Use hardware floating point"
11691 msgstr ""
11692
11693 #: config/mips/mips.h:572
11694 msgid "Use 64-bit FP registers"
11695 msgstr ""
11696
11697 #: config/mips/mips.h:574
11698 msgid "Use 32-bit FP registers"
11699 msgstr ""
11700
11701 #: config/mips/mips.h:576
11702 msgid "Use 64-bit general registers"
11703 msgstr ""
11704
11705 #: config/mips/mips.h:578
11706 msgid "Use 32-bit general registers"
11707 msgstr ""
11708
11709 #: config/mips/mips.h:580
11710 msgid "Use Irix PIC"
11711 msgstr ""
11712
11713 #: config/mips/mips.h:582
11714 msgid "Don't use Irix PIC"
11715 msgstr ""
11716
11717 #: config/mips/mips.h:584
11718 msgid "Use indirect calls"
11719 msgstr ""
11720
11721 #: config/mips/mips.h:586
11722 msgid "Don't use indirect calls"
11723 msgstr ""
11724
11725 #: config/mips/mips.h:588
11726 msgid "Use embedded PIC"
11727 msgstr ""
11728
11729 #: config/mips/mips.h:590
11730 msgid "Don't use embedded PIC"
11731 msgstr ""
11732
11733 #: config/mips/mips.h:592
11734 msgid "Use ROM instead of RAM"
11735 msgstr ""
11736
11737 #: config/mips/mips.h:594
11738 msgid "Don't use ROM instead of RAM"
11739 msgstr ""
11740
11741 #: config/mips/mips.h:596
11742 msgid "Put uninitialized constants in ROM (needs -membedded-data)"
11743 msgstr ""
11744
11745 #: config/mips/mips.h:598
11746 msgid "Don't put uninitialized constants in ROM"
11747 msgstr ""
11748
11749 #. Macro to define tables used to set the flags.
11750 #: config/mips/mips.h:600 config/xtensa/xtensa.h:110
11751 msgid "Use big-endian byte order"
11752 msgstr ""
11753
11754 #: config/mips/mips.h:602 config/xtensa/xtensa.h:112
11755 msgid "Use little-endian byte order"
11756 msgstr ""
11757
11758 #: config/mips/mips.h:604
11759 msgid "Use single (32-bit) FP only"
11760 msgstr ""
11761
11762 #: config/mips/mips.h:606
11763 msgid "Don't use single (32-bit) FP only"
11764 msgstr ""
11765
11766 #: config/mips/mips.h:608
11767 msgid "Use multiply accumulate"
11768 msgstr ""
11769
11770 #: config/mips/mips.h:610
11771 msgid "Don't use multiply accumulate"
11772 msgstr ""
11773
11774 #: config/mips/mips.h:612 config/rs6000/rs6000.h:306
11775 msgid "Don't generate fused multiply/add instructions"
11776 msgstr ""
11777
11778 #: config/mips/mips.h:614 config/rs6000/rs6000.h:304
11779 msgid "Generate fused multiply/add instructions"
11780 msgstr ""
11781
11782 #: config/mips/mips.h:616
11783 msgid "Work around early 4300 hardware bug"
11784 msgstr ""
11785
11786 #: config/mips/mips.h:618
11787 msgid "Don't work around early 4300 hardware bug"
11788 msgstr ""
11789
11790 #: config/mips/mips.h:620
11791 msgid "Trap on integer divide by zero"
11792 msgstr ""
11793
11794 #: config/mips/mips.h:622
11795 msgid "Don't trap on integer divide by zero"
11796 msgstr ""
11797
11798 #: config/mips/mips.h:624
11799 msgid "Trap on integer divide overflow"
11800 msgstr ""
11801
11802 #: config/mips/mips.h:626
11803 msgid "Don't trap on integer divide overflow"
11804 msgstr ""
11805
11806 #: config/mips/mips.h:628
11807 msgid "Use Branch Likely instructions, overriding default for arch"
11808 msgstr ""
11809
11810 #: config/mips/mips.h:630
11811 msgid "Don't use Branch Likely instructions, overriding default for arch"
11812 msgstr ""
11813
11814 #: config/mips/mips.h:744 config/pa/pa.h:296
11815 msgid "Specify CPU for scheduling purposes"
11816 msgstr ""
11817
11818 #: config/mips/mips.h:746
11819 msgid "Specify CPU for code generation purposes"
11820 msgstr ""
11821
11822 #: config/mips/mips.h:748
11823 msgid "Specify an ABI"
11824 msgstr ""
11825
11826 #: config/mips/mips.h:750
11827 msgid "Specify a Standard MIPS ISA"
11828 msgstr ""
11829
11830 #: config/mips/mips.h:752
11831 msgid "Use mips16 entry/exit psuedo ops"
11832 msgstr ""
11833
11834 #: config/mips/mips.h:754
11835 msgid "Don't use MIPS16 instructions"
11836 msgstr ""
11837
11838 #: config/mips/mips.h:756
11839 msgid "Don't call any cache flush functions"
11840 msgstr ""
11841
11842 #: config/mips/mips.h:758
11843 msgid "Specify cache flush function"
11844 msgstr ""
11845
11846 #. Output assembler code to FILE to increment profiler label # LABELNO
11847 #. for profiling a function entry.
11848 #: config/mips/mips.h:2868
11849 msgid "mips16 function profiling"
11850 msgstr ""
11851
11852 #: config/mmix/mmix.c:191
11853 #, c-format
11854 msgid "-f%s not supported: ignored"
11855 msgstr ""
11856
11857 #: config/mmix/mmix.c:646
11858 #, c-format
11859 msgid ""
11860 "too large function value type, needs %d registers, have only %d registers "
11861 "for this"
11862 msgstr ""
11863
11864 #: config/mmix/mmix.c:828
11865 msgid "function_profiler support for MMIX"
11866 msgstr ""
11867
11868 #: config/mmix/mmix.c:850
11869 msgid "MMIX Internal: Last named vararg would not fit in a register"
11870 msgstr ""
11871
11872 #: config/mmix/mmix.c:1630 config/mmix/mmix.c:1760
11873 msgid "MMIX Internal: Expected a CONST_INT, not this"
11874 msgstr ""
11875
11876 #: config/mmix/mmix.c:1638 config/mmix/mmix.c:1662 config/mmix/mmix.c:1778
11877 #, c-format
11878 msgid "MMIX Internal: Bad register: %d"
11879 msgstr ""
11880
11881 #: config/mmix/mmix.c:1709
11882 msgid "MMIX Internal: Bad value for 'm', not a CONST_INT"
11883 msgstr ""
11884
11885 #: config/mmix/mmix.c:1728
11886 msgid "MMIX Internal: Expected a register, not this"
11887 msgstr ""
11888
11889 #: config/mmix/mmix.c:1738
11890 msgid "MMIX Internal: Expected a constant, not this"
11891 msgstr ""
11892
11893 #. Presumably there's a missing case above if we get here.
11894 #: config/mmix/mmix.c:1770
11895 #, c-format
11896 msgid "MMIX Internal: Missing `%c' case in mmix_print_operand"
11897 msgstr ""
11898
11899 #. We need the original here.
11900 #: config/mmix/mmix.c:1822
11901 msgid "MMIX Internal: Cannot decode this operand"
11902 msgstr ""
11903
11904 #: config/mmix/mmix.c:1882
11905 msgid "MMIX Internal: This is not a recognized address"
11906 msgstr ""
11907
11908 #: config/mmix/mmix.c:2073
11909 #, c-format
11910 msgid "stack frame not a multiple of 8 bytes: %d"
11911 msgstr ""
11912
11913 #: config/mmix/mmix.c:2312
11914 #, c-format
11915 msgid "stack frame not a multiple of octabyte: %d"
11916 msgstr ""
11917
11918 #: config/mmix/mmix.c:2809 config/mmix/mmix.c:2878
11919 #, c-format
11920 msgid "MMIX Internal: %s is not a shiftable int"
11921 msgstr ""
11922
11923 #: config/mmix/mmix.c:2997
11924 msgid "MMIX Internal: Trying to output invalidly reversed condition:"
11925 msgstr ""
11926
11927 #: config/mmix/mmix.c:3004
11928 msgid "MMIX Internal: What's the CC of this?"
11929 msgstr ""
11930
11931 #: config/mmix/mmix.c:3008
11932 msgid "MMIX Internal: What is the CC of this?"
11933 msgstr ""
11934
11935 #: config/mmix/mmix.c:3079
11936 msgid "MMIX Internal: This is not a constant:"
11937 msgstr ""
11938
11939 #. For these target macros, there is no generic documentation here.  You
11940 #. should read `Using and Porting GCC' for that.  Only comments specific
11941 #. to the MMIX target are here.
11942 #.
11943 #. There are however references to the specific texinfo node (comments
11944 #. with "Node:"), so there should be little or nothing amiss.  Probably
11945 #. the opposite, since we don't have to care about old littering and
11946 #. soon outdated generic comments.
11947 #. Node: Driver
11948 #. User symbols are in the same name-space as built-in symbols, but we
11949 #. don't need the built-in symbols, so remove those and instead apply
11950 #. stricter operand checking.  Don't warn when expanding insns.
11951 #. Pass on -mset-program-start=N and -mset-data-start=M to the linker.
11952 #. Provide default program start 0x100 unless -mno-set-program-start.
11953 #. Don't do this if linking relocatably, with -r.  For a final link,
11954 #. produce mmo, unless ELF is requested or when linking relocatably.
11955 #. Put unused option values here.
11956 #: config/mmix/mmix.h:132
11957 msgid "Set start-address of the program"
11958 msgstr ""
11959
11960 #: config/mmix/mmix.h:134
11961 msgid "Set start-address of data"
11962 msgstr ""
11963
11964 #. FIXME: Provide a way to *load* the epsilon register.
11965 #: config/mmix/mmix.h:198
11966 msgid "For intrinsics library: pass all parameters in registers"
11967 msgstr ""
11968
11969 #: config/mmix/mmix.h:201
11970 msgid "Use register stack for parameters and return value"
11971 msgstr ""
11972
11973 #: config/mmix/mmix.h:203
11974 msgid "Use call-clobbered registers for parameters and return value"
11975 msgstr ""
11976
11977 #: config/mmix/mmix.h:205
11978 msgid "Use epsilon-respecting floating point compare instructions"
11979 msgstr ""
11980
11981 #: config/mmix/mmix.h:208
11982 msgid "Use zero-extending memory loads, not sign-extending ones"
11983 msgstr ""
11984
11985 #: config/mmix/mmix.h:211
11986 msgid ""
11987 "Generate divide results with reminder having the same sign as the divisor "
11988 "(not the dividend)"
11989 msgstr ""
11990
11991 #: config/mmix/mmix.h:215
11992 msgid "Prepend global symbols with \":\" (for use with PREFIX)"
11993 msgstr ""
11994
11995 #: config/mmix/mmix.h:217
11996 msgid "Do not provide a default start-address 0x100 of the program"
11997 msgstr ""
11998
11999 #: config/mmix/mmix.h:219
12000 msgid "Link to emit program in ELF format (rather than mmo)"
12001 msgstr ""
12002
12003 #: config/mmix/mmix.h:221
12004 msgid "Use P-mnemonics for branches statically predicted as taken"
12005 msgstr ""
12006
12007 #: config/mmix/mmix.h:223
12008 msgid "Don't use P-mnemonics for branches"
12009 msgstr ""
12010
12011 #: config/mmix/mmix.h:225
12012 msgid "Use addresses that allocate global registers"
12013 msgstr ""
12014
12015 #: config/mmix/mmix.h:227
12016 msgid "Do not use addresses that allocate global registers"
12017 msgstr ""
12018
12019 #: config/mmix/mmix.h:229
12020 msgid "Generate a single exit point for each function"
12021 msgstr ""
12022
12023 #: config/mmix/mmix.h:231
12024 msgid "Do not generate a single exit point for each function"
12025 msgstr ""
12026
12027 #: config/mn10300/mn10300.h:59
12028 msgid "Work around hardware multiply bug"
12029 msgstr ""
12030
12031 #: config/mn10300/mn10300.h:60
12032 msgid "Do not work around hardware multiply bug"
12033 msgstr ""
12034
12035 #: config/mn10300/mn10300.h:61
12036 msgid "Target the AM33 processor"
12037 msgstr ""
12038
12039 #: config/mn10300/mn10300.h:65
12040 msgid "Enable linker relaxations"
12041 msgstr ""
12042
12043 #: config/ns32k/ns32k.h:142 config/s390/s390.h:100
12044 msgid "Don't use hardware fp"
12045 msgstr ""
12046
12047 #: config/ns32k/ns32k.h:143
12048 msgid "Alternative calling convention"
12049 msgstr ""
12050
12051 #: config/ns32k/ns32k.h:145
12052 msgid "Pass some arguments in registers"
12053 msgstr ""
12054
12055 #: config/ns32k/ns32k.h:146
12056 msgid "Pass all arguments on stack"
12057 msgstr ""
12058
12059 #: config/ns32k/ns32k.h:147
12060 msgid "Optimize for 32532 cpu"
12061 msgstr ""
12062
12063 #: config/ns32k/ns32k.h:148
12064 msgid "Optimize for 32332 cpu"
12065 msgstr ""
12066
12067 #: config/ns32k/ns32k.h:150
12068 msgid "Optimize for 32032"
12069 msgstr ""
12070
12071 #: config/ns32k/ns32k.h:152
12072 msgid "Register sb is zero. Use for absolute addressing"
12073 msgstr ""
12074
12075 #: config/ns32k/ns32k.h:153
12076 msgid "Do not use register sb"
12077 msgstr ""
12078
12079 #: config/ns32k/ns32k.h:155
12080 msgid "Use bit-field instructions"
12081 msgstr ""
12082
12083 #: config/ns32k/ns32k.h:157
12084 msgid "Do not use bit-field instructions"
12085 msgstr ""
12086
12087 #: config/ns32k/ns32k.h:158
12088 msgid "Generate code for high memory"
12089 msgstr ""
12090
12091 #: config/ns32k/ns32k.h:159
12092 msgid "Generate code for low memory"
12093 msgstr ""
12094
12095 #: config/ns32k/ns32k.h:160
12096 msgid "32381 fpu"
12097 msgstr ""
12098
12099 #: config/ns32k/ns32k.h:162
12100 msgid "Use multiply-accumulate fp instructions"
12101 msgstr ""
12102
12103 #: config/ns32k/ns32k.h:164
12104 msgid "Do not use multiply-accumulate fp instructions"
12105 msgstr ""
12106
12107 #: config/ns32k/ns32k.h:165
12108 msgid "\"Small register classes\" kludge"
12109 msgstr ""
12110
12111 #: config/ns32k/ns32k.h:166
12112 msgid "No \"Small register classes\" kludge"
12113 msgstr ""
12114
12115 #: config/pa/pa.c:252
12116 #, c-format
12117 msgid ""
12118 "unknown -mschedule= option (%s).\n"
12119 "Valid options are 700, 7100, 7100LC, 7200, 7300, and 8000\n"
12120 msgstr ""
12121
12122 #: config/pa/pa.c:277
12123 #, c-format
12124 msgid ""
12125 "unknown -march= option (%s).\n"
12126 "Valid options are 1.0, 1.1, and 2.0\n"
12127 msgstr ""
12128
12129 #: config/pa/pa.c:290
12130 msgid "PIC code generation is not supported in the portable runtime model\n"
12131 msgstr ""
12132
12133 #: config/pa/pa.c:295
12134 msgid "PIC code generation is not compatible with fast indirect calls\n"
12135 msgstr ""
12136
12137 #: config/pa/pa.c:300
12138 msgid "-g is only supported when using GAS on this processor,"
12139 msgstr ""
12140
12141 #: config/pa/pa.c:301
12142 msgid "-g option disabled"
12143 msgstr ""
12144
12145 #: config/pa/pa-hiux.h:75 config/pa/pa-hpux.h:80 config/pa/pa-hpux7.h:81
12146 #: config/pa/pa64-hpux.h:25
12147 msgid "Generate cpp defines for server IO"
12148 msgstr ""
12149
12150 #: config/pa/pa-hiux.h:76 config/pa/pa-hpux.h:81 config/pa/pa-hpux7.h:82
12151 #: config/pa/pa64-hpux.h:27
12152 msgid "Generate cpp defines for workstation IO"
12153 msgstr ""
12154
12155 #. Macro to define tables used to set the flags.  This is a
12156 #. list in braces of target switches with each switch being
12157 #. { "NAME", VALUE, "HELP_STRING" }.  VALUE is the bits to set,
12158 #. or minus the bits to clear.  An empty string NAME is used to
12159 #. identify the default VALUE.  Do not mark empty strings for
12160 #. translation.
12161 #: config/pa/pa.h:218 config/pa/pa.h:224
12162 msgid "Generate PA1.1 code"
12163 msgstr ""
12164
12165 #: config/pa/pa.h:220 config/pa/pa.h:222
12166 msgid "Generate PA1.0 code"
12167 msgstr ""
12168
12169 #: config/pa/pa.h:226
12170 msgid "Generate PA2.0 code (requires binutils 2.10 or later)"
12171 msgstr ""
12172
12173 #: config/pa/pa.h:228
12174 msgid "Disable FP regs"
12175 msgstr ""
12176
12177 #: config/pa/pa.h:230
12178 msgid "Do not disable FP regs"
12179 msgstr ""
12180
12181 #: config/pa/pa.h:232
12182 msgid "Disable space regs"
12183 msgstr ""
12184
12185 #: config/pa/pa.h:234
12186 msgid "Do not disable space regs"
12187 msgstr ""
12188
12189 #: config/pa/pa.h:236
12190 msgid "Put jumps in call delay slots"
12191 msgstr ""
12192
12193 #: config/pa/pa.h:238
12194 msgid "Do not put jumps in call delay slots"
12195 msgstr ""
12196
12197 #: config/pa/pa.h:240
12198 msgid "Disable indexed addressing"
12199 msgstr ""
12200
12201 #: config/pa/pa.h:242
12202 msgid "Do not disable indexed addressing"
12203 msgstr ""
12204
12205 #: config/pa/pa.h:244
12206 msgid "Use portable calling conventions"
12207 msgstr ""
12208
12209 #: config/pa/pa.h:246
12210 msgid "Do not use portable calling conventions"
12211 msgstr ""
12212
12213 #: config/pa/pa.h:248
12214 msgid "Assume code will be assembled by GAS"
12215 msgstr ""
12216
12217 #: config/pa/pa.h:250
12218 msgid "Do not assume code will be assembled by GAS"
12219 msgstr ""
12220
12221 #: config/pa/pa.h:254
12222 msgid "Do not use software floating point"
12223 msgstr ""
12224
12225 #: config/pa/pa.h:256
12226 msgid "Emit long load/store sequences"
12227 msgstr ""
12228
12229 #: config/pa/pa.h:258
12230 msgid "Do not emit long load/store sequences"
12231 msgstr ""
12232
12233 #: config/pa/pa.h:260
12234 msgid "Generate fast indirect calls"
12235 msgstr ""
12236
12237 #: config/pa/pa.h:262
12238 msgid "Do not generate fast indirect calls"
12239 msgstr ""
12240
12241 #: config/pa/pa.h:264
12242 msgid "Generate code for huge switch statements"
12243 msgstr ""
12244
12245 #: config/pa/pa.h:266
12246 msgid "Do not generate code for huge switch statements"
12247 msgstr ""
12248
12249 #: config/pa/pa.h:268
12250 msgid "Always generate long calls"
12251 msgstr ""
12252
12253 #: config/pa/pa.h:270
12254 msgid "Generate long calls only when needed"
12255 msgstr ""
12256
12257 #: config/pa/pa.h:272
12258 msgid "Enable linker optimizations"
12259 msgstr ""
12260
12261 #: config/pa/pa.h:298
12262 msgid ""
12263 "Specify architecture for code generation.  Values are 1.0, 1.1, and 2.0.  "
12264 "2.0 requires gas snapshot 19990413 or later."
12265 msgstr ""
12266
12267 #: config/pa/pa64-hpux.h:29
12268 msgid "Assume code will be linked by GNU ld"
12269 msgstr ""
12270
12271 #: config/pa/pa64-hpux.h:31
12272 msgid "Assume code will be linked by HP ld"
12273 msgstr ""
12274
12275 #: config/pdp11/pdp11.h:57
12276 msgid "Do not use hardware floating point"
12277 msgstr ""
12278
12279 #. return float result in ac0
12280 #: config/pdp11/pdp11.h:59
12281 msgid "Return floating point results in ac0"
12282 msgstr ""
12283
12284 #: config/pdp11/pdp11.h:60
12285 msgid "Return floating point results in memory"
12286 msgstr ""
12287
12288 #. is 11/40
12289 #: config/pdp11/pdp11.h:62
12290 msgid "Generate code for an 11/40"
12291 msgstr ""
12292
12293 #. is 11/45
12294 #: config/pdp11/pdp11.h:65
12295 msgid "Generate code for an 11/45"
12296 msgstr ""
12297
12298 #. is 11/10
12299 #: config/pdp11/pdp11.h:68
12300 msgid "Generate code for an 11/10"
12301 msgstr ""
12302
12303 #. use movstrhi for bcopy
12304 #. use 32 bit for int
12305 #: config/pdp11/pdp11.h:73 config/pdp11/pdp11.h:74
12306 msgid "Use 32 bit int"
12307 msgstr ""
12308
12309 #: config/pdp11/pdp11.h:75 config/pdp11/pdp11.h:76
12310 msgid "Use 16 bit int"
12311 msgstr ""
12312
12313 #. use 32 bit for float
12314 #: config/pdp11/pdp11.h:78 config/pdp11/pdp11.h:79
12315 msgid "Use 32 bit float"
12316 msgstr ""
12317
12318 #: config/pdp11/pdp11.h:80 config/pdp11/pdp11.h:81
12319 msgid "Use 64 bit float"
12320 msgstr ""
12321
12322 #. allow abshi pattern? - can trigger "optimizations" which make code SLOW!
12323 #. is branching expensive - on a PDP, it's actually really cheap
12324 #. this is just to play around and check what code gcc generates
12325 #. split instruction and data memory?
12326 #: config/pdp11/pdp11.h:90
12327 msgid "Target has split I&D"
12328 msgstr ""
12329
12330 #: config/pdp11/pdp11.h:91
12331 msgid "Target does not have split I&D"
12332 msgstr ""
12333
12334 #. UNIX assembler syntax?
12335 #: config/pdp11/pdp11.h:93
12336 msgid "Use UNIX assembler syntax"
12337 msgstr ""
12338
12339 #: config/pdp11/pdp11.h:94
12340 msgid "Use DEC assembler syntax"
12341 msgstr ""
12342
12343 #: config/romp/romp.c:719 config/rs6000/rs6000.c:7727
12344 #, c-format
12345 msgid "invalid %%S value"
12346 msgstr ""
12347
12348 #: config/romp/romp.c:728 config/romp/romp.c:735
12349 #, c-format
12350 msgid "invalid %%b value"
12351 msgstr ""
12352
12353 #: config/romp/romp.c:775 config/romp/romp.c:786
12354 #, c-format
12355 msgid "invalid %%z value"
12356 msgstr ""
12357
12358 #: config/romp/romp.c:794 config/romp/romp.c:802
12359 #, c-format
12360 msgid "invalid %%Z value"
12361 msgstr ""
12362
12363 #: config/romp/romp.c:809 config/romp/romp.c:818 config/romp/romp.c:825
12364 #: config/rs6000/rs6000.c:7556
12365 #, c-format
12366 msgid "invalid %%k value"
12367 msgstr ""
12368
12369 #: config/romp/romp.c:910 config/romp/romp.c:953
12370 #, c-format
12371 msgid "invalid %%j value"
12372 msgstr ""
12373
12374 #. Perform any needed actions needed for a function that is receiving a
12375 #. variable number of arguments.
12376 #.
12377 #. CUM is as above.
12378 #.
12379 #. MODE and TYPE are the mode and type of the current parameter.
12380 #.
12381 #. PRETEND_SIZE is a variable that should be set to the amount of stack
12382 #. that must be pushed by the prolog to pretend that our caller pushed
12383 #. it.
12384 #.
12385 #. Normally, this macro will push all remaining incoming registers on the
12386 #. stack and set PRETEND_SIZE to the length of the registers pushed.
12387 #: config/romp/romp.h:648
12388 msgid "can't have varargs with -mfp-arg-in-fp-regs"
12389 msgstr ""
12390
12391 #. Handle the machine specific pragma longcall.  Its syntax is
12392 #.
12393 #. # pragma longcall ( TOGGLE )
12394 #.
12395 #. where TOGGLE is either 0 or 1.
12396 #.
12397 #. rs6000_default_long_calls is set to the value of TOGGLE, changing
12398 #. whether or not new function declarations receive a longcall
12399 #. attribute by default.
12400 #: config/rs6000/rs6000-c.c:46
12401 msgid "ignoring malformed #pragma longcall"
12402 msgstr ""
12403
12404 #: config/rs6000/rs6000-c.c:60
12405 msgid "missing open paren"
12406 msgstr ""
12407
12408 #: config/rs6000/rs6000-c.c:62
12409 msgid "missing number"
12410 msgstr ""
12411
12412 #: config/rs6000/rs6000-c.c:64
12413 msgid "missing close paren"
12414 msgstr ""
12415
12416 #: config/rs6000/rs6000-c.c:67
12417 msgid "number must be 0 or 1"
12418 msgstr ""
12419
12420 #: config/rs6000/rs6000-c.c:70
12421 msgid "junk at end of #pragma longcall"
12422 msgstr ""
12423
12424 #: config/rs6000/rs6000.c:597
12425 msgid "-mmultiple is not supported on little endian systems"
12426 msgstr ""
12427
12428 #: config/rs6000/rs6000.c:604
12429 msgid "-mstring is not supported on little endian systems"
12430 msgstr ""
12431
12432 #: config/rs6000/rs6000.c:628
12433 #, c-format
12434 msgid "unknown -mdebug-%s switch"
12435 msgstr ""
12436
12437 #: config/rs6000/rs6000.c:640
12438 #, c-format
12439 msgid "unknown -mtraceback arg `%s'; expecting `full', `partial' or `none'"
12440 msgstr ""
12441
12442 #: config/rs6000/rs6000.c:651
12443 #, c-format
12444 msgid "Unknown switch -mlong-double-%s"
12445 msgstr ""
12446
12447 #: config/rs6000/rs6000.c:743
12448 #, c-format
12449 msgid "unknown -misel= option specified: '%s'"
12450 msgstr ""
12451
12452 #: config/rs6000/rs6000.c:758
12453 #, c-format
12454 msgid "unknown -mvrsave= option specified: '%s'"
12455 msgstr ""
12456
12457 #: config/rs6000/rs6000.c:777
12458 #, c-format
12459 msgid "unknown ABI specified: '%s'"
12460 msgstr ""
12461
12462 #: config/rs6000/rs6000.c:4178
12463 msgid "argument 1 must be a 5-bit signed literal"
12464 msgstr ""
12465
12466 #: config/rs6000/rs6000.c:4285 config/rs6000/rs6000.c:4875
12467 msgid "argument 2 must be a 5-bit unsigned literal"
12468 msgstr ""
12469
12470 #: config/rs6000/rs6000.c:4328
12471 msgid "argument 1 of __builtin_altivec_predicate must be a constant"
12472 msgstr ""
12473
12474 #: config/rs6000/rs6000.c:4382
12475 msgid "argument 1 of __builtin_altivec_predicate is out of range"
12476 msgstr ""
12477
12478 #: config/rs6000/rs6000.c:4461
12479 msgid "argument 3 must be a 4-bit unsigned literal"
12480 msgstr ""
12481
12482 #: config/rs6000/rs6000.c:4638
12483 #, c-format
12484 msgid "argument to `%s' must be a 2-bit unsigned literal"
12485 msgstr ""
12486
12487 #: config/rs6000/rs6000.c:4754
12488 msgid "argument to dss must be a 2-bit unsigned literal"
12489 msgstr ""
12490
12491 #: config/rs6000/rs6000.c:4985
12492 msgid "argument 1 of __builtin_spe_predicate must be a constant"
12493 msgstr ""
12494
12495 #: config/rs6000/rs6000.c:5058
12496 msgid "argument 1 of __builtin_spe_predicate is out of range"
12497 msgstr ""
12498
12499 #: config/rs6000/rs6000.c:7483
12500 #, c-format
12501 msgid "invalid %%f value"
12502 msgstr ""
12503
12504 #: config/rs6000/rs6000.c:7492
12505 #, c-format
12506 msgid "invalid %%F value"
12507 msgstr ""
12508
12509 #: config/rs6000/rs6000.c:7501
12510 #, c-format
12511 msgid "invalid %%G value"
12512 msgstr ""
12513
12514 #: config/rs6000/rs6000.c:7536
12515 #, c-format
12516 msgid "invalid %%j code"
12517 msgstr ""
12518
12519 #: config/rs6000/rs6000.c:7546
12520 #, c-format
12521 msgid "invalid %%J code"
12522 msgstr ""
12523
12524 #: config/rs6000/rs6000.c:7576
12525 #, c-format
12526 msgid "invalid %%K value"
12527 msgstr ""
12528
12529 #: config/rs6000/rs6000.c:7643
12530 #, c-format
12531 msgid "invalid %%O value"
12532 msgstr ""
12533
12534 #: config/rs6000/rs6000.c:7765
12535 #, c-format
12536 msgid "invalid %%T value"
12537 msgstr ""
12538
12539 #: config/rs6000/rs6000.c:7775
12540 #, c-format
12541 msgid "invalid %%u value"
12542 msgstr ""
12543
12544 #: config/rs6000/rs6000.c:7784
12545 #, c-format
12546 msgid "invalid %%v value"
12547 msgstr ""
12548
12549 #: config/rs6000/rs6000.c:12190
12550 msgid "no profiling of 64-bit code for this ABI"
12551 msgstr ""
12552
12553 #: config/rs6000/aix.h:160 config/rs6000/beos.h:32
12554 msgid "Always pass floating-point arguments in memory"
12555 msgstr ""
12556
12557 #: config/rs6000/aix.h:162 config/rs6000/beos.h:34
12558 msgid "Don't always pass floating-point arguments in memory"
12559 msgstr ""
12560
12561 #: config/rs6000/aix41.h:28 config/rs6000/aix43.h:32 config/rs6000/aix51.h:32
12562 #: config/rs6000/aix52.h:32
12563 msgid "Support message passing with the Parallel Environment"
12564 msgstr ""
12565
12566 #: config/rs6000/aix43.h:28 config/rs6000/aix51.h:28 config/rs6000/aix52.h:28
12567 msgid "Compile for 64-bit pointers"
12568 msgstr ""
12569
12570 #: config/rs6000/aix43.h:30 config/rs6000/aix51.h:30 config/rs6000/aix52.h:30
12571 msgid "Compile for 32-bit pointers"
12572 msgstr ""
12573
12574 #: config/rs6000/aix43.h:49 config/rs6000/aix51.h:49 config/rs6000/aix52.h:49
12575 msgid "-maix64 and POWER architecture are incompatible"
12576 msgstr ""
12577
12578 #: config/rs6000/aix43.h:54 config/rs6000/aix51.h:54 config/rs6000/aix52.h:54
12579 msgid "-maix64 requires PowerPC64 architecture remain enabled"
12580 msgstr ""
12581
12582 #: config/rs6000/aix43.h:58 config/rs6000/aix51.h:58 config/rs6000/aix52.h:58
12583 msgid ""
12584 "-maix64 required: 64-bit computation with 32-bit addressing not yet supported"
12585 msgstr ""
12586
12587 #. Run-time compilation parameters selecting different hardware subsets.
12588 #.
12589 #. Macro to define tables used to set the flags.
12590 #. This is a list in braces of pairs in braces,
12591 #. each pair being { "NAME", VALUE }
12592 #. where VALUE is the bits to set or minus the bits to clear.
12593 #. An empty string NAME is used to identify the default VALUE.
12594 #: config/rs6000/rs6000.h:236
12595 msgid "Use POWER instruction set"
12596 msgstr ""
12597
12598 #: config/rs6000/rs6000.h:239
12599 msgid "Use POWER2 instruction set"
12600 msgstr ""
12601
12602 #: config/rs6000/rs6000.h:241
12603 msgid "Do not use POWER2 instruction set"
12604 msgstr ""
12605
12606 #: config/rs6000/rs6000.h:244
12607 msgid "Do not use POWER instruction set"
12608 msgstr ""
12609
12610 #: config/rs6000/rs6000.h:246
12611 msgid "Use PowerPC instruction set"
12612 msgstr ""
12613
12614 #: config/rs6000/rs6000.h:249
12615 msgid "Do not use PowerPC instruction set"
12616 msgstr ""
12617
12618 #: config/rs6000/rs6000.h:251
12619 msgid "Use PowerPC General Purpose group optional instructions"
12620 msgstr ""
12621
12622 #: config/rs6000/rs6000.h:253
12623 msgid "Don't use PowerPC General Purpose group optional instructions"
12624 msgstr ""
12625
12626 #: config/rs6000/rs6000.h:255
12627 msgid "Use PowerPC Graphics group optional instructions"
12628 msgstr ""
12629
12630 #: config/rs6000/rs6000.h:257
12631 msgid "Don't use PowerPC Graphics group optional instructions"
12632 msgstr ""
12633
12634 #: config/rs6000/rs6000.h:259
12635 msgid "Use PowerPC-64 instruction set"
12636 msgstr ""
12637
12638 #: config/rs6000/rs6000.h:261
12639 msgid "Don't use PowerPC-64 instruction set"
12640 msgstr ""
12641
12642 #: config/rs6000/rs6000.h:263
12643 msgid "Use AltiVec instructions"
12644 msgstr ""
12645
12646 #: config/rs6000/rs6000.h:265
12647 msgid "Don't use AltiVec instructions"
12648 msgstr ""
12649
12650 #: config/rs6000/rs6000.h:267
12651 msgid "Use new mnemonics for PowerPC architecture"
12652 msgstr ""
12653
12654 #: config/rs6000/rs6000.h:269
12655 msgid "Use old mnemonics for PowerPC architecture"
12656 msgstr ""
12657
12658 #: config/rs6000/rs6000.h:272
12659 msgid "Put everything in the regular TOC"
12660 msgstr ""
12661
12662 #: config/rs6000/rs6000.h:274
12663 msgid "Place floating point constants in TOC"
12664 msgstr ""
12665
12666 #: config/rs6000/rs6000.h:276
12667 msgid "Don't place floating point constants in TOC"
12668 msgstr ""
12669
12670 #: config/rs6000/rs6000.h:278
12671 msgid "Place symbol+offset constants in TOC"
12672 msgstr ""
12673
12674 #: config/rs6000/rs6000.h:280
12675 msgid "Don't place symbol+offset constants in TOC"
12676 msgstr ""
12677
12678 #: config/rs6000/rs6000.h:286
12679 msgid "Place variable addresses in the regular TOC"
12680 msgstr ""
12681
12682 #: config/rs6000/rs6000.h:292
12683 msgid "Generate load/store multiple instructions"
12684 msgstr ""
12685
12686 #: config/rs6000/rs6000.h:294
12687 msgid "Do not generate load/store multiple instructions"
12688 msgstr ""
12689
12690 #: config/rs6000/rs6000.h:296
12691 msgid "Generate string instructions for block moves"
12692 msgstr ""
12693
12694 #: config/rs6000/rs6000.h:298
12695 msgid "Do not generate string instructions for block moves"
12696 msgstr ""
12697
12698 #: config/rs6000/rs6000.h:300
12699 msgid "Generate load/store with update instructions"
12700 msgstr ""
12701
12702 #: config/rs6000/rs6000.h:302
12703 msgid "Do not generate load/store with update instructions"
12704 msgstr ""
12705
12706 #: config/rs6000/rs6000.h:310
12707 msgid "Don't schedule the start and end of the procedure"
12708 msgstr ""
12709
12710 #: config/rs6000/rs6000.h:316
12711 msgid "Return all structures in memory (AIX default)"
12712 msgstr ""
12713
12714 #: config/rs6000/rs6000.h:318
12715 msgid "Return small structures in registers (SVR4 default)"
12716 msgstr ""
12717
12718 #: config/rs6000/rs6000.h:379 config/sparc/sparc.h:635
12719 msgid "Use features of and schedule code for given CPU"
12720 msgstr ""
12721
12722 #: config/rs6000/rs6000.h:382
12723 msgid "Enable debug output"
12724 msgstr ""
12725
12726 #: config/rs6000/rs6000.h:384
12727 msgid "Select full, part, or no traceback table"
12728 msgstr ""
12729
12730 #: config/rs6000/rs6000.h:385
12731 msgid "Specify ABI to use"
12732 msgstr ""
12733
12734 #: config/rs6000/rs6000.h:387
12735 msgid "Specify size of long double (64 or 128 bits)"
12736 msgstr ""
12737
12738 #: config/rs6000/rs6000.h:389
12739 msgid "Specify yes/no if isel instructions should be generated"
12740 msgstr ""
12741
12742 #: config/rs6000/rs6000.h:391
12743 msgid "Specify yes/no if VRSAVE instructions should be generated for AltiVec"
12744 msgstr ""
12745
12746 #: config/rs6000/rs6000.h:393
12747 msgid "Avoid all range limits on call instructions"
12748 msgstr ""
12749
12750 #. Definitions for __builtin_return_address and __builtin_frame_address.
12751 #. __builtin_return_address (0) should give link register (65), enable
12752 #. this.
12753 #. This should be uncommented, so that the link register is used, but
12754 #. currently this would result in unmatched insns and spilling fixed
12755 #. registers so we'll leave it for another day.  When these problems are
12756 #. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX.
12757 #. (mrs)
12758 #. #define RETURN_ADDR_IN_PREVIOUS_FRAME
12759 #. Number of bytes into the frame return addresses can be found.  See
12760 #. rs6000_stack_info in rs6000.c for more information on how the different
12761 #. abi's store the return address.
12762 #: config/rs6000/rs6000.h:1853
12763 msgid "RETURN_ADDRESS_OFFSET not supported"
12764 msgstr ""
12765
12766 #: config/rs6000/sysv4.h:87
12767 msgid "Select ABI calling convention"
12768 msgstr ""
12769
12770 #: config/rs6000/sysv4.h:88
12771 msgid "Select method for sdata handling"
12772 msgstr ""
12773
12774 #: config/rs6000/sysv4.h:103
12775 msgid "Align to the base type of the bit-field"
12776 msgstr ""
12777
12778 #: config/rs6000/sysv4.h:105
12779 msgid "Don't align to the base type of the bit-field"
12780 msgstr ""
12781
12782 #: config/rs6000/sysv4.h:107
12783 msgid "Don't assume that unaligned accesses are handled by the system"
12784 msgstr ""
12785
12786 #: config/rs6000/sysv4.h:109
12787 msgid "Assume that unaligned accesses are handled by the system"
12788 msgstr ""
12789
12790 #: config/rs6000/sysv4.h:111 config/rs6000/sysv4.h:115
12791 msgid "Produce code relocatable at runtime"
12792 msgstr ""
12793
12794 #: config/rs6000/sysv4.h:113 config/rs6000/sysv4.h:117
12795 msgid "Don't produce code relocatable at runtime"
12796 msgstr ""
12797
12798 #: config/rs6000/sysv4.h:119 config/rs6000/sysv4.h:121
12799 msgid "Produce little endian code"
12800 msgstr ""
12801
12802 #: config/rs6000/sysv4.h:123 config/rs6000/sysv4.h:125
12803 msgid "Produce big endian code"
12804 msgstr ""
12805
12806 #: config/rs6000/sysv4.h:126 config/rs6000/sysv4.h:127
12807 #: config/rs6000/sysv4.h:128 config/rs6000/sysv4.h:129
12808 #: config/rs6000/sysv4.h:130 config/rs6000/sysv4.h:131
12809 #: config/rs6000/sysv4.h:141 config/rs6000/sysv4.h:142
12810 #: config/rs6000/sysv4.h:154 config/rs6000/sysv4.h:156
12811 msgid "no description yet"
12812 msgstr ""
12813
12814 #: config/rs6000/sysv4.h:132
12815 msgid "Use EABI"
12816 msgstr ""
12817
12818 #: config/rs6000/sysv4.h:133
12819 msgid "Don't use EABI"
12820 msgstr ""
12821
12822 #: config/rs6000/sysv4.h:136
12823 msgid "Do not allow bit-fields to cross word boundaries"
12824 msgstr ""
12825
12826 #: config/rs6000/sysv4.h:138
12827 msgid "Use alternate register names"
12828 msgstr ""
12829
12830 #: config/rs6000/sysv4.h:140
12831 msgid "Don't use alternate register names"
12832 msgstr ""
12833
12834 #: config/rs6000/sysv4.h:144
12835 msgid "Link with libsim.a, libc.a and sim-crt0.o"
12836 msgstr ""
12837
12838 #: config/rs6000/sysv4.h:146
12839 msgid "Link with libads.a, libc.a and crt0.o"
12840 msgstr ""
12841
12842 #: config/rs6000/sysv4.h:148
12843 msgid "Link with libyk.a, libc.a and crt0.o"
12844 msgstr ""
12845
12846 #: config/rs6000/sysv4.h:150
12847 msgid "Link with libmvme.a, libc.a and crt0.o"
12848 msgstr ""
12849
12850 #: config/rs6000/sysv4.h:152
12851 msgid "Set the PPC_EMB bit in the ELF flags header"
12852 msgstr ""
12853
12854 #: config/rs6000/sysv4.h:153
12855 msgid "Use the WindISS simulator"
12856 msgstr ""
12857
12858 #. Sometimes certain combinations of command options do not make sense
12859 #. on a particular target machine.  You can define a macro
12860 #. `OVERRIDE_OPTIONS' to take account of this.  This macro, if
12861 #. defined, is executed once just after all the command options have
12862 #. been parsed.
12863 #.
12864 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
12865 #. get control.
12866 #: config/rs6000/sysv4.h:213
12867 #, c-format
12868 msgid "bad value for -mcall-%s"
12869 msgstr ""
12870
12871 #: config/rs6000/sysv4.h:229
12872 #, c-format
12873 msgid "bad value for -msdata=%s"
12874 msgstr ""
12875
12876 #: config/rs6000/sysv4.h:246
12877 #, c-format
12878 msgid "-mrelocatable and -msdata=%s are incompatible"
12879 msgstr ""
12880
12881 #: config/rs6000/sysv4.h:254
12882 #, c-format
12883 msgid "-f%s and -msdata=%s are incompatible"
12884 msgstr ""
12885
12886 #: config/rs6000/sysv4.h:262
12887 #, c-format
12888 msgid "-msdata=%s and -mcall-%s are incompatible"
12889 msgstr ""
12890
12891 #: config/rs6000/sysv4.h:271
12892 msgid "-mrelocatable and -mno-minimal-toc are incompatible"
12893 msgstr ""
12894
12895 #: config/rs6000/sysv4.h:277
12896 #, c-format
12897 msgid "-mrelocatable and -mcall-%s are incompatible"
12898 msgstr ""
12899
12900 #: config/rs6000/sysv4.h:284
12901 #, c-format
12902 msgid "-fPIC and -mcall-%s are incompatible"
12903 msgstr ""
12904
12905 #: config/rs6000/sysv4.h:291
12906 msgid "-mcall-aixdesc must be big endian"
12907 msgstr ""
12908
12909 #: config/s390/s390.c:893
12910 #, c-format
12911 msgid "64-bit ABI not supported on %s"
12912 msgstr ""
12913
12914 #: config/s390/s390.c:897
12915 #, c-format
12916 msgid "z/Architecture not supported on %s"
12917 msgstr ""
12918
12919 #: config/s390/s390.c:909
12920 msgid "64-bit ABI not possible in ESA/390 mode"
12921 msgstr ""
12922
12923 #: config/s390/s390.c:2669
12924 msgid "invalid UNSPEC as operand (1)"
12925 msgstr ""
12926
12927 #: config/s390/s390.c:2705
12928 msgid "invalid UNSPEC as operand (2)"
12929 msgstr ""
12930
12931 #: config/s390/s390.c:2711
12932 msgid "UNKNOWN in s390_output_symbolic_const !?"
12933 msgstr ""
12934
12935 #: config/s390/s390.c:2729
12936 msgid "Cannot decompose address."
12937 msgstr ""
12938
12939 #: config/s390/s390.c:2869
12940 msgid "UNKNOWN in print_operand !?"
12941 msgstr ""
12942
12943 #: config/s390/s390.c:4507
12944 msgid "Total size of local variables exceeds architecture limit."
12945 msgstr ""
12946
12947 #: config/s390/s390.h:101
12948 msgid "Set backchain"
12949 msgstr ""
12950
12951 #: config/s390/s390.h:102
12952 msgid "Don't set backchain (faster, but debug harder"
12953 msgstr ""
12954
12955 #: config/s390/s390.h:103
12956 msgid "Use bras for execucable < 64k"
12957 msgstr ""
12958
12959 #: config/s390/s390.h:104
12960 msgid "Don't use bras"
12961 msgstr ""
12962
12963 #: config/s390/s390.h:105
12964 msgid "Additional debug prints"
12965 msgstr ""
12966
12967 #: config/s390/s390.h:106
12968 msgid "Don't print additional debug prints"
12969 msgstr ""
12970
12971 #: config/s390/s390.h:107
12972 msgid "64 bit ABI"
12973 msgstr ""
12974
12975 #: config/s390/s390.h:108
12976 msgid "31 bit ABI"
12977 msgstr ""
12978
12979 #: config/s390/s390.h:109
12980 msgid "z/Architecture"
12981 msgstr ""
12982
12983 #: config/s390/s390.h:110
12984 msgid "ESA/390 architecture"
12985 msgstr ""
12986
12987 #: config/s390/s390.h:111
12988 msgid "mvcle use"
12989 msgstr ""
12990
12991 #: config/s390/s390.h:112
12992 msgid "mvc&ex"
12993 msgstr ""
12994
12995 #: config/sh/sh.c:5251
12996 msgid "__builtin_saveregs not supported by this subtarget"
12997 msgstr ""
12998
12999 #: config/sh/sh.c:5801
13000 msgid "attribute interrupt_handler is not compatible with -m5-compact"
13001 msgstr ""
13002
13003 #. The sp_switch attribute only has meaning for interrupt functions.
13004 #: config/sh/sh.c:5827 config/sh/sh.c:5866
13005 #, c-format
13006 msgid "`%s' attribute only applies to interrupt functions"
13007 msgstr ""
13008
13009 #. The argument must be a constant string.
13010 #: config/sh/sh.c:5834
13011 #, c-format
13012 msgid "`%s' attribute argument not a string constant"
13013 msgstr ""
13014
13015 #. The argument must be a constant integer.
13016 #: config/sh/sh.c:5873
13017 #, c-format
13018 msgid "`%s' attribute argument not an integer constant"
13019 msgstr ""
13020
13021 #. There are no delay slots on SHmedia.
13022 #. Relaxation isn't yet supported for SHmedia
13023 #: config/sh/sh.h:437
13024 msgid "Profiling is not supported on this target."
13025 msgstr ""
13026
13027 #: config/sparc/sparc.c:335
13028 #, c-format
13029 msgid "%s is not supported by this configuration"
13030 msgstr ""
13031
13032 #: config/sparc/sparc.c:342
13033 msgid "-mlong-double-64 not allowed with -m64"
13034 msgstr ""
13035
13036 #: config/sparc/sparc.c:367
13037 msgid "-mcmodel= is not supported on 32 bit systems"
13038 msgstr ""
13039
13040 #: config/sparc/sparc.c:6305 config/sparc/sparc.c:6311
13041 #, c-format
13042 msgid "invalid %%Y operand"
13043 msgstr ""
13044
13045 #: config/sparc/sparc.c:6381
13046 #, c-format
13047 msgid "invalid %%A operand"
13048 msgstr ""
13049
13050 #: config/sparc/sparc.c:6391
13051 #, c-format
13052 msgid "invalid %%B operand"
13053 msgstr ""
13054
13055 #: config/sparc/sparc.c:6430
13056 #, c-format
13057 msgid "invalid %%c operand"
13058 msgstr ""
13059
13060 #: config/sparc/sparc.c:6431
13061 #, c-format
13062 msgid "invalid %%C operand"
13063 msgstr ""
13064
13065 #: config/sparc/sparc.c:6452
13066 #, c-format
13067 msgid "invalid %%d operand"
13068 msgstr ""
13069
13070 #: config/sparc/sparc.c:6453
13071 #, c-format
13072 msgid "invalid %%D operand"
13073 msgstr ""
13074
13075 #: config/sparc/sparc.c:6469
13076 #, c-format
13077 msgid "invalid %%f operand"
13078 msgstr ""
13079
13080 #: config/sparc/sparc.c:6519
13081 msgid "long long constant not a valid immediate operand"
13082 msgstr ""
13083
13084 #: config/sparc/sparc.c:6522
13085 msgid "floating point constant not a valid immediate operand"
13086 msgstr ""
13087
13088 #: config/sparc/freebsd.h:80 config/sparc/linux.h:87 config/sparc/linux64.h:89
13089 #: config/sparc/netbsd-elf.h:232
13090 msgid "Use 128 bit long doubles"
13091 msgstr ""
13092
13093 #: config/sparc/sp64-elf.h:84 config/sparc/splet.h:29
13094 msgid "Generate code for big endian"
13095 msgstr ""
13096
13097 #: config/sparc/sp64-elf.h:85 config/sparc/splet.h:30
13098 msgid "Generate code for little endian"
13099 msgstr ""
13100
13101 #: config/sparc/sp86x-aout.h:51 config/sparc/sp86x-elf.h:65
13102 msgid "Use little-endian byte order for data"
13103 msgstr ""
13104
13105 #: config/sparc/sparc.h:534
13106 msgid "Assume possible double misalignment"
13107 msgstr ""
13108
13109 #: config/sparc/sparc.h:536
13110 msgid "Assume all doubles are aligned"
13111 msgstr ""
13112
13113 #: config/sparc/sparc.h:538
13114 msgid "Pass -assert pure-text to linker"
13115 msgstr ""
13116
13117 #: config/sparc/sparc.h:540
13118 msgid "Do not pass -assert pure-text to linker"
13119 msgstr ""
13120
13121 #: config/sparc/sparc.h:542
13122 msgid "Use flat register window model"
13123 msgstr ""
13124
13125 #: config/sparc/sparc.h:544
13126 msgid "Do not use flat register window model"
13127 msgstr ""
13128
13129 #: config/sparc/sparc.h:546
13130 msgid "Use ABI reserved registers"
13131 msgstr ""
13132
13133 #: config/sparc/sparc.h:548
13134 msgid "Do not use ABI reserved registers"
13135 msgstr ""
13136
13137 #: config/sparc/sparc.h:550
13138 msgid "Use hardware quad fp instructions"
13139 msgstr ""
13140
13141 #: config/sparc/sparc.h:552
13142 msgid "Do not use hardware quad fp instructions"
13143 msgstr ""
13144
13145 #: config/sparc/sparc.h:554
13146 msgid "Compile for v8plus ABI"
13147 msgstr ""
13148
13149 #: config/sparc/sparc.h:556
13150 msgid "Do not compile for v8plus ABI"
13151 msgstr ""
13152
13153 #: config/sparc/sparc.h:558
13154 msgid "Utilize Visual Instruction Set"
13155 msgstr ""
13156
13157 #: config/sparc/sparc.h:560
13158 msgid "Do not utilize Visual Instruction Set"
13159 msgstr ""
13160
13161 #. ??? These are deprecated, coerced to -mcpu=.  Delete in 2.9.
13162 #: config/sparc/sparc.h:563
13163 msgid "Optimize for Cypress processors"
13164 msgstr ""
13165
13166 #: config/sparc/sparc.h:565
13167 msgid "Optimize for SPARCLite processors"
13168 msgstr ""
13169
13170 #: config/sparc/sparc.h:567
13171 msgid "Optimize for F930 processors"
13172 msgstr ""
13173
13174 #: config/sparc/sparc.h:569
13175 msgid "Optimize for F934 processors"
13176 msgstr ""
13177
13178 #: config/sparc/sparc.h:571
13179 msgid "Use V8 SPARC ISA"
13180 msgstr ""
13181
13182 #: config/sparc/sparc.h:573
13183 msgid "Optimize for SuperSPARC processors"
13184 msgstr ""
13185
13186 #. End of deprecated options.
13187 #: config/sparc/sparc.h:576
13188 msgid "Pointers are 64-bit"
13189 msgstr ""
13190
13191 #: config/sparc/sparc.h:578
13192 msgid "Pointers are 32-bit"
13193 msgstr ""
13194
13195 #: config/sparc/sparc.h:580
13196 msgid "Use 32-bit ABI"
13197 msgstr ""
13198
13199 #: config/sparc/sparc.h:582
13200 msgid "Use 64-bit ABI"
13201 msgstr ""
13202
13203 #: config/sparc/sparc.h:584
13204 msgid "Use stack bias"
13205 msgstr ""
13206
13207 #: config/sparc/sparc.h:586
13208 msgid "Do not use stack bias"
13209 msgstr ""
13210
13211 #: config/sparc/sparc.h:588
13212 msgid "Use structs on stronger alignment for double-word copies"
13213 msgstr ""
13214
13215 #: config/sparc/sparc.h:590
13216 msgid "Do not use structs on stronger alignment for double-word copies"
13217 msgstr ""
13218
13219 #: config/sparc/sparc.h:592
13220 msgid "Optimize tail call instructions in assembler and linker"
13221 msgstr ""
13222
13223 #: config/sparc/sparc.h:594
13224 msgid "Do not optimize tail call instructions in assembler or linker"
13225 msgstr ""
13226
13227 #: config/sparc/sparc.h:639
13228 msgid "Use given SPARC code model"
13229 msgstr ""
13230
13231 #: config/stormy16/stormy16.c:1194
13232 msgid "cannot use va_start in interrupt function"
13233 msgstr ""
13234
13235 #: config/stormy16/stormy16.c:1554
13236 msgid "`B' operand is not constant"
13237 msgstr ""
13238
13239 #: config/stormy16/stormy16.c:1560
13240 msgid "`B' operand has multiple bits set"
13241 msgstr ""
13242
13243 #: config/stormy16/stormy16.c:1587
13244 msgid "`o' operand is not constant"
13245 msgstr ""
13246
13247 #: config/stormy16/stormy16.c:1602
13248 msgid "xstormy16_print_operand: unknown code"
13249 msgstr ""
13250
13251 #: config/stormy16/stormy16.c:1652
13252 #, c-format
13253 msgid "switch statement of size %lu entries too large"
13254 msgstr ""
13255
13256 #: config/v850/v850-c.c:69
13257 msgid "#pragma GHS endXXXX found without previous startXXX"
13258 msgstr ""
13259
13260 #: config/v850/v850-c.c:71
13261 msgid "#pragma GHS endXXX does not match previous startXXX"
13262 msgstr ""
13263
13264 #: config/v850/v850-c.c:96
13265 msgid "cannot set interrupt attribute: no current function"
13266 msgstr ""
13267
13268 #: config/v850/v850-c.c:104
13269 msgid "cannot set interrupt attribute: no such identifier"
13270 msgstr ""
13271
13272 #: config/v850/v850-c.c:150
13273 msgid "junk at end of #pragma ghs section"
13274 msgstr ""
13275
13276 #: config/v850/v850-c.c:167
13277 #, c-format
13278 msgid "unrecognized section name \"%s\""
13279 msgstr ""
13280
13281 #: config/v850/v850-c.c:182
13282 msgid "malformed #pragma ghs section"
13283 msgstr ""
13284
13285 #: config/v850/v850-c.c:202
13286 msgid "junk at end of #pragma ghs interrupt"
13287 msgstr ""
13288
13289 #: config/v850/v850-c.c:214
13290 msgid "junk at end of #pragma ghs starttda"
13291 msgstr ""
13292
13293 #: config/v850/v850-c.c:226
13294 msgid "junk at end of #pragma ghs startsda"
13295 msgstr ""
13296
13297 #: config/v850/v850-c.c:238
13298 msgid "junk at end of #pragma ghs startzda"
13299 msgstr ""
13300
13301 #: config/v850/v850-c.c:250
13302 msgid "junk at end of #pragma ghs endtda"
13303 msgstr ""
13304
13305 #: config/v850/v850-c.c:262
13306 msgid "junk at end of #pragma ghs endsda"
13307 msgstr ""
13308
13309 #: config/v850/v850-c.c:274
13310 msgid "junk at end of #pragma ghs endzda"
13311 msgstr ""
13312
13313 #: config/v850/v850.c:131
13314 #, c-format
13315 msgid "%s=%s is not numeric"
13316 msgstr ""
13317
13318 #: config/v850/v850.c:138
13319 #, c-format
13320 msgid "%s=%s is too large"
13321 msgstr ""
13322
13323 #: config/v850/v850.c:304
13324 msgid "const_double_split got a bad insn:"
13325 msgstr ""
13326
13327 #: config/v850/v850.c:839
13328 msgid "output_move_single:"
13329 msgstr ""
13330
13331 #: config/v850/v850.c:2219
13332 msgid "a data area attribute cannot be specified for local variables"
13333 msgstr ""
13334
13335 #: config/v850/v850.c:2230
13336 #, c-format
13337 msgid "data area of '%s' conflicts with previous declaration"
13338 msgstr ""
13339
13340 #: config/v850/v850.c:2449
13341 #, c-format
13342 msgid "bogus JR construction: %d\n"
13343 msgstr ""
13344
13345 #: config/v850/v850.c:2470 config/v850/v850.c:2672
13346 #, c-format
13347 msgid "bad amount of stack space removal: %d"
13348 msgstr ""
13349
13350 #: config/v850/v850.c:2648
13351 #, c-format
13352 msgid "bogus JARL construction: %d\n"
13353 msgstr ""
13354
13355 #: config/v850/v850.c:3028
13356 #, c-format
13357 msgid "Bogus DISPOSE construction: %d\n"
13358 msgstr ""
13359
13360 #: config/v850/v850.c:3050
13361 #, c-format
13362 msgid "Too much stack space to dispose of: %d"
13363 msgstr ""
13364
13365 #: config/v850/v850.c:3226
13366 #, c-format
13367 msgid "Bogus PREPEARE construction: %d\n"
13368 msgstr ""
13369
13370 #: config/v850/v850.c:3248
13371 #, c-format
13372 msgid "Too much stack space to prepare: %d"
13373 msgstr ""
13374
13375 #. Macro to define tables used to set the flags.
13376 #. This is a list in braces of pairs in braces,
13377 #. each pair being { "NAME", VALUE }
13378 #. where VALUE is the bits to set or minus the bits to clear.
13379 #. An empty string NAME is used to identify the default VALUE.
13380 #: config/v850/v850.h:158
13381 msgid "Support Green Hills ABI"
13382 msgstr ""
13383
13384 #: config/v850/v850.h:161
13385 msgid "Prohibit PC relative function calls"
13386 msgstr ""
13387
13388 #: config/v850/v850.h:164
13389 msgid "Reuse r30 on a per function basis"
13390 msgstr ""
13391
13392 #: config/v850/v850.h:167
13393 msgid "Use stubs for function prologues"
13394 msgstr ""
13395
13396 #: config/v850/v850.h:170
13397 msgid "Same as: -mep -mprolog-function"
13398 msgstr ""
13399
13400 #: config/v850/v850.h:171
13401 msgid "Enable backend debugging"
13402 msgstr ""
13403
13404 #: config/v850/v850.h:173
13405 msgid "Compile for the v850 processor"
13406 msgstr ""
13407
13408 #: config/v850/v850.h:175
13409 msgid "Compile for v850e processor"
13410 msgstr ""
13411
13412 #. Make sure that the other bits are cleared.
13413 #: config/v850/v850.h:177
13414 msgid "Enable the use of the short load instructions"
13415 msgstr ""
13416
13417 #: config/v850/v850.h:180
13418 msgid "Do not use the callt instruction"
13419 msgstr ""
13420
13421 #: config/v850/v850.h:187
13422 msgid "Do not use registers r2 and r5"
13423 msgstr ""
13424
13425 #: config/v850/v850.h:189
13426 msgid "Enfore strict alignment"
13427 msgstr ""
13428
13429 #: config/v850/v850.h:192
13430 msgid "Use 4 byte entries in switch tables"
13431 msgstr ""
13432
13433 #: config/v850/v850.h:218
13434 msgid "Set the max size of data eligible for the TDA area"
13435 msgstr ""
13436
13437 #: config/v850/v850.h:221
13438 msgid "Set the max size of data eligible for the SDA area"
13439 msgstr ""
13440
13441 #: config/v850/v850.h:224
13442 msgid "Set the max size of data eligible for the ZDA area"
13443 msgstr ""
13444
13445 #: config/xtensa/xtensa.c:1064 config/xtensa/xtensa.c:1098
13446 #: config/xtensa/xtensa.c:1107
13447 msgid "bad test"
13448 msgstr ""
13449
13450 #: config/xtensa/xtensa.c:1826
13451 msgid "boolean registers required for the floating-point option"
13452 msgstr ""
13453
13454 #: config/xtensa/xtensa.c:1993
13455 msgid "invalid mask"
13456 msgstr ""
13457
13458 #: config/xtensa/xtensa.c:2040
13459 msgid "invalid address"
13460 msgstr ""
13461
13462 #: config/xtensa/xtensa.c:2065
13463 msgid "no register in address"
13464 msgstr ""
13465
13466 #: config/xtensa/xtensa.c:2073
13467 msgid "address offset not a constant"
13468 msgstr ""
13469
13470 #: config/xtensa/xtensa.c:2811
13471 msgid "only uninitialized variables can be placed in a .bss section"
13472 msgstr ""
13473
13474 #: config/xtensa/xtensa.h:114
13475 msgid "Use the Xtensa code density option"
13476 msgstr ""
13477
13478 #: config/xtensa/xtensa.h:116
13479 msgid "Do not use the Xtensa code density option"
13480 msgstr ""
13481
13482 #: config/xtensa/xtensa.h:118
13483 msgid "Use the Xtensa MAC16 option"
13484 msgstr ""
13485
13486 #: config/xtensa/xtensa.h:120
13487 msgid "Do not use the Xtensa MAC16 option"
13488 msgstr ""
13489
13490 #: config/xtensa/xtensa.h:122
13491 msgid "Use the Xtensa MUL16 option"
13492 msgstr ""
13493
13494 #: config/xtensa/xtensa.h:124
13495 msgid "Do not use the Xtensa MUL16 option"
13496 msgstr ""
13497
13498 #: config/xtensa/xtensa.h:126
13499 msgid "Use the Xtensa MUL32 option"
13500 msgstr ""
13501
13502 #: config/xtensa/xtensa.h:128
13503 msgid "Do not use the Xtensa MUL32 option"
13504 msgstr ""
13505
13506 #. undocumented
13507 #. undocumented
13508 #: config/xtensa/xtensa.h:134
13509 msgid "Use the Xtensa NSA option"
13510 msgstr ""
13511
13512 #: config/xtensa/xtensa.h:136
13513 msgid "Do not use the Xtensa NSA option"
13514 msgstr ""
13515
13516 #: config/xtensa/xtensa.h:138
13517 msgid "Use the Xtensa MIN/MAX option"
13518 msgstr ""
13519
13520 #: config/xtensa/xtensa.h:140
13521 msgid "Do not use the Xtensa MIN/MAX option"
13522 msgstr ""
13523
13524 #: config/xtensa/xtensa.h:142
13525 msgid "Use the Xtensa SEXT option"
13526 msgstr ""
13527
13528 #: config/xtensa/xtensa.h:144
13529 msgid "Do not use the Xtensa SEXT option"
13530 msgstr ""
13531
13532 #: config/xtensa/xtensa.h:146
13533 msgid "Use the Xtensa boolean register option"
13534 msgstr ""
13535
13536 #: config/xtensa/xtensa.h:148
13537 msgid "Do not use the Xtensa boolean register option"
13538 msgstr ""
13539
13540 #: config/xtensa/xtensa.h:150
13541 msgid "Use the Xtensa floating-point unit"
13542 msgstr ""
13543
13544 #: config/xtensa/xtensa.h:152
13545 msgid "Do not use the Xtensa floating-point unit"
13546 msgstr ""
13547
13548 #. undocumented
13549 #. undocumented
13550 #. undocumented
13551 #. undocumented
13552 #. undocumented
13553 #. undocumented
13554 #. undocumented
13555 #. undocumented
13556 #: config/xtensa/xtensa.h:170
13557 msgid "Disable fused multiply/add and multiply/subtract FP instructions"
13558 msgstr ""
13559
13560 #: config/xtensa/xtensa.h:172
13561 msgid "Enable fused multiply/add and multiply/subtract FP instructions"
13562 msgstr ""
13563
13564 #: config/xtensa/xtensa.h:174
13565 msgid "Serialize volatile memory references with MEMW instructions"
13566 msgstr ""
13567
13568 #: config/xtensa/xtensa.h:176
13569 msgid "Do not serialize volatile memory references with MEMW instructions"
13570 msgstr ""
13571
13572 #: config/xtensa/xtensa.h:178
13573 msgid "Intersperse literal pools with code in the text section"
13574 msgstr ""
13575
13576 #: config/xtensa/xtensa.h:180
13577 msgid "Put literal pools in a separate literal section"
13578 msgstr ""
13579
13580 #: config/xtensa/xtensa.h:182
13581 msgid "Automatically align branch targets to reduce branch penalties"
13582 msgstr ""
13583
13584 #: config/xtensa/xtensa.h:184
13585 msgid "Do not automatically align branch targets"
13586 msgstr ""
13587
13588 #: config/xtensa/xtensa.h:186
13589 msgid "Use indirect CALLXn instructions for large programs"
13590 msgstr ""
13591
13592 #: config/xtensa/xtensa.h:188
13593 msgid "Use direct CALLn instructions for fast calls"
13594 msgstr ""
13595
13596 #: ada/misc.c:253
13597 msgid "`-gnat' misspelled as `-gant'"
13598 msgstr ""
13599
13600 #: cp/call.c:250 cp/init.c:1602 cp/typeck.c:2095
13601 msgid "qualified type `%T' does not match destructor name `~%T'"
13602 msgstr ""
13603
13604 #: cp/call.c:259
13605 msgid "type of `%E' does not match destructor type `%T' (type was `%T')"
13606 msgstr ""
13607
13608 #: cp/call.c:268
13609 msgid "`%D' is a namespace"
13610 msgstr ""
13611
13612 #: cp/call.c:276
13613 msgid "base object `%E' of scoped method call is of non-aggregate type `%T'"
13614 msgstr ""
13615
13616 #: cp/call.c:356
13617 msgid "unable to call pointer to member function here"
13618 msgstr ""
13619
13620 #: cp/call.c:487
13621 msgid "destructors take no parameters"
13622 msgstr ""
13623
13624 #: cp/call.c:491
13625 msgid "destructor name `~%T' does not match type `%T' of expression"
13626 msgstr ""
13627
13628 #: cp/call.c:507 cp/call.c:4765
13629 msgid "request for member `%D' in `%E', which is of non-aggregate type `%T'"
13630 msgstr ""
13631
13632 #: cp/call.c:529
13633 msgid "request for member `%D' is ambiguous"
13634 msgstr ""
13635
13636 #: cp/call.c:2365
13637 msgid "%s %D(%T, %T, %T) <built-in>"
13638 msgstr ""
13639
13640 #: cp/call.c:2370
13641 msgid "%s %D(%T, %T) <built-in>"
13642 msgstr ""
13643
13644 #: cp/call.c:2374
13645 msgid "%s %D(%T) <built-in>"
13646 msgstr ""
13647
13648 #: cp/call.c:2378
13649 msgid "%s %T <conversion>"
13650 msgstr ""
13651
13652 #: cp/call.c:2380
13653 msgid "%s %+#D%s"
13654 msgstr ""
13655
13656 #: cp/call.c:2532
13657 msgid "conversion from `%T' to `%T' is ambiguous"
13658 msgstr ""
13659
13660 #: cp/call.c:2605
13661 msgid "incomplete type '%T' cannot be used to name a scope"
13662 msgstr ""
13663
13664 #: cp/call.c:2621 cp/typeck.c:2216 cp/typeck.c:2232
13665 msgid "'%D' has no member named '%E'"
13666 msgstr ""
13667
13668 #: cp/call.c:2728
13669 msgid "no matching function for call to `%D(%A)'"
13670 msgstr ""
13671
13672 #: cp/call.c:2739 cp/call.c:4864
13673 msgid "call of overloaded `%D(%A)' is ambiguous"
13674 msgstr ""
13675
13676 #. It's no good looking for an overloaded operator() on a
13677 #. pointer-to-member-function.
13678 #: cp/call.c:2765
13679 #, c-format
13680 msgid ""
13681 "pointer-to-member function %E cannot be called without an object; consider "
13682 "using .* or ->*"
13683 msgstr ""
13684
13685 #: cp/call.c:2835
13686 msgid "no match for call to `(%T) (%A)'"
13687 msgstr ""
13688
13689 #: cp/call.c:2845
13690 msgid "call of `(%T) (%A)' is ambiguous"
13691 msgstr ""
13692
13693 #: cp/call.c:2878
13694 msgid "%s for `%T ? %T : %T' operator"
13695 msgstr ""
13696
13697 #: cp/call.c:2883
13698 msgid "%s for `%T %s' operator"
13699 msgstr ""
13700
13701 #: cp/call.c:2886
13702 msgid "%s for `%T [%T]' operator"
13703 msgstr ""
13704
13705 #: cp/call.c:2891
13706 msgid "%s for `%T %s %T' operator"
13707 msgstr ""
13708
13709 #: cp/call.c:2894
13710 msgid "%s for `%s %T' operator"
13711 msgstr ""
13712
13713 #: cp/call.c:2979
13714 msgid "ISO C++ forbids omitting the middle term of a ?: expression"
13715 msgstr ""
13716
13717 #: cp/call.c:3038
13718 #, c-format
13719 msgid "`%E' has type `void' and is not a throw-expression"
13720 msgstr ""
13721
13722 #: cp/call.c:3071 cp/call.c:3271
13723 msgid "operands to ?: have different types"
13724 msgstr ""
13725
13726 #: cp/call.c:3224
13727 msgid "enumeral mismatch in conditional expression: `%T' vs `%T'"
13728 msgstr ""
13729
13730 #: cp/call.c:3231
13731 msgid "enumeral and non-enumeral type in conditional expression"
13732 msgstr ""
13733
13734 #: cp/call.c:3310
13735 msgid "`%D' must be declared before use"
13736 msgstr ""
13737
13738 #: cp/call.c:3509
13739 msgid "no `%D(int)' declared for postfix `%s', trying prefix operator instead"
13740 msgstr ""
13741
13742 #: cp/call.c:3556
13743 msgid "using synthesized `%#D' for copy assignment"
13744 msgstr ""
13745
13746 #: cp/call.c:3558
13747 msgid "  where cfront would use `%#D'"
13748 msgstr ""
13749
13750 #: cp/call.c:3585
13751 msgid "comparison between `%#T' and `%#T'"
13752 msgstr ""
13753
13754 #: cp/call.c:3822
13755 msgid "no suitable `operator delete' for `%T'"
13756 msgstr ""
13757
13758 #: cp/call.c:3836
13759 msgid "`%+#D' is private"
13760 msgstr ""
13761
13762 #: cp/call.c:3838
13763 msgid "`%+#D' is protected"
13764 msgstr ""
13765
13766 #: cp/call.c:3840
13767 msgid "`%+#D' is inaccessible"
13768 msgstr ""
13769
13770 #: cp/call.c:3841
13771 msgid "within this context"
13772 msgstr ""
13773
13774 #: cp/call.c:3879
13775 msgid "invalid conversion from `%T' to `%T'"
13776 msgstr ""
13777
13778 #: cp/call.c:3881 cp/call.c:4020 cp/call.c:4022
13779 msgid "  initializing argument %P of `%D'"
13780 msgstr ""
13781
13782 #: cp/call.c:3944 cp/call.c:3948
13783 msgid "  initializing argument %P of `%D' from result of `%D'"
13784 msgstr ""
13785
13786 #: cp/call.c:3954 cp/call.c:3957
13787 msgid "  initializing temporary from result of `%D'"
13788 msgstr ""
13789
13790 #. Undefined behavior [expr.call] 5.2.2/7.  We used to just warn
13791 #. here and do a bitwise copy, but now cp_expr_size will abort if we
13792 #. try to do that.
13793 #: cp/call.c:4108
13794 msgid ""
13795 "cannot pass objects of non-POD type `%#T' through `...'; call will abort at "
13796 "runtime"
13797 msgstr ""
13798
13799 #. Undefined behavior [expr.call] 5.2.2/7.
13800 #: cp/call.c:4133
13801 msgid "cannot receive objects of non-POD type `%#T' through `...'"
13802 msgstr ""
13803
13804 #: cp/call.c:4173
13805 msgid "the default argument for parameter %d of `%D' has not yet been parsed"
13806 msgstr ""
13807
13808 #: cp/call.c:4293
13809 msgid "passing `%T' as `this' argument of `%#D' discards qualifiers"
13810 msgstr ""
13811
13812 #: cp/call.c:4526
13813 msgid "could not find class$ field in java interface type `%T'"
13814 msgstr ""
13815
13816 #: cp/call.c:4739
13817 msgid "call to non-function `%D'"
13818 msgstr ""
13819
13820 #: cp/call.c:4846
13821 msgid "no matching function for call to `%T::%s(%A)%#V'"
13822 msgstr ""
13823
13824 #: cp/call.c:4885
13825 msgid "cannot call member function `%D' without object"
13826 msgstr ""
13827
13828 #: cp/call.c:5486
13829 msgid "passing `%T' chooses `%T' over `%T'"
13830 msgstr ""
13831
13832 #: cp/call.c:5488 cp/decl2.c:3945
13833 msgid "  in call to `%D'"
13834 msgstr ""
13835
13836 #: cp/call.c:5537 cp/call.c:5662
13837 msgid "choosing `%D' over `%D'"
13838 msgstr ""
13839
13840 #: cp/call.c:5538
13841 msgid "  for conversion from `%T' to `%T'"
13842 msgstr ""
13843
13844 #: cp/call.c:5540
13845 msgid "  because conversion sequence for the argument is better"
13846 msgstr ""
13847
13848 #: cp/call.c:5664
13849 msgid ""
13850 "  because worst conversion for the former is better than worst conversion "
13851 "for the latter"
13852 msgstr ""
13853
13854 #: cp/call.c:5773 cp/call.c:5792
13855 msgid "could not convert `%E' to `%T'"
13856 msgstr ""
13857
13858 #: cp/class.c:288
13859 msgid ""
13860 "cannot convert from base `%T' to derived type `%T' via virtual base `%T'"
13861 msgstr ""
13862
13863 #: cp/class.c:945
13864 msgid "`%#D' and `%#D' cannot be overloaded"
13865 msgstr ""
13866
13867 #: cp/class.c:1029
13868 msgid "duplicate enum value `%D'"
13869 msgstr ""
13870
13871 #: cp/class.c:1032
13872 msgid "duplicate field `%D' (as enum and non-enum)"
13873 msgstr ""
13874
13875 #: cp/class.c:1039
13876 msgid "duplicate nested type `%D'"
13877 msgstr ""
13878
13879 #: cp/class.c:1050
13880 msgid "duplicate field `%D' (as type and non-type)"
13881 msgstr ""
13882
13883 #: cp/class.c:1054
13884 msgid "duplicate member `%D'"
13885 msgstr ""
13886
13887 #: cp/class.c:1097
13888 msgid "conflicting access specifications for method `%D', ignored"
13889 msgstr ""
13890
13891 #: cp/class.c:1099
13892 #, c-format
13893 msgid "conflicting access specifications for field `%s', ignored"
13894 msgstr ""
13895
13896 #: cp/class.c:1144
13897 msgid "`%D' names constructor"
13898 msgstr ""
13899
13900 #: cp/class.c:1149
13901 msgid "`%D' invalid in `%T'"
13902 msgstr ""
13903
13904 #: cp/class.c:1157
13905 msgid "no members matching `%D' in `%#T'"
13906 msgstr ""
13907
13908 #: cp/class.c:1189 cp/class.c:1197
13909 msgid "`%D' invalid in `%#T'"
13910 msgstr ""
13911
13912 #: cp/class.c:1190
13913 msgid "  because of local method `%#D' with same name"
13914 msgstr ""
13915
13916 #: cp/class.c:1198
13917 msgid "  because of local member `%#D' with same name"
13918 msgstr ""
13919
13920 #: cp/class.c:1270
13921 msgid "base class `%#T' has a non-virtual destructor"
13922 msgstr ""
13923
13924 #: cp/class.c:1290
13925 msgid ""
13926 "base `%T' with only non-default constructor in class without a constructor"
13927 msgstr ""
13928
13929 #: cp/class.c:1862
13930 msgid "all member functions in class `%T' are private"
13931 msgstr ""
13932
13933 #: cp/class.c:1876
13934 msgid "`%#T' only defines a private destructor and has no friends"
13935 msgstr ""
13936
13937 #: cp/class.c:1919
13938 msgid "`%#T' only defines private constructors and has no friends"
13939 msgstr ""
13940
13941 #: cp/class.c:2040 cp/class.c:5227
13942 msgid "redefinition of `%#T'"
13943 msgstr ""
13944
13945 #: cp/class.c:2041
13946 msgid "previous definition of `%#T'"
13947 msgstr ""
13948
13949 #: cp/class.c:2318
13950 msgid "no unique final overrider for `%D' in `%T'"
13951 msgstr ""
13952
13953 #. Here we know it is a hider, and no overrider exists.
13954 #: cp/class.c:2708
13955 msgid "`%D' was hidden"
13956 msgstr ""
13957
13958 #: cp/class.c:2709
13959 msgid "  by `%D'"
13960 msgstr ""
13961
13962 #: cp/class.c:2751
13963 msgid "ISO C++ forbids member `%D' with same name as enclosing class"
13964 msgstr ""
13965
13966 #: cp/class.c:2756 cp/decl2.c:1274
13967 msgid "`%#D' invalid; an anonymous union can only have non-static data members"
13968 msgstr ""
13969
13970 #: cp/class.c:2762 cp/decl2.c:1281
13971 msgid "private member `%#D' in anonymous union"
13972 msgstr ""
13973
13974 #: cp/class.c:2765 cp/decl2.c:1283
13975 msgid "protected member `%#D' in anonymous union"
13976 msgstr ""
13977
13978 #: cp/class.c:2890
13979 msgid ""
13980 "vtable layout for class `%T' may not be ABI-compliant and may change in a "
13981 "future version of GCC due to implicit virtual destructor"
13982 msgstr ""
13983
13984 #: cp/class.c:2954
13985 msgid "bit-field `%#D' with non-integral type"
13986 msgstr ""
13987
13988 #: cp/class.c:2974
13989 msgid "bit-field `%D' width not an integer constant"
13990 msgstr ""
13991
13992 #: cp/class.c:2980
13993 msgid "negative width in bit-field `%D'"
13994 msgstr ""
13995
13996 #: cp/class.c:2985
13997 msgid "zero width for bit-field `%D'"
13998 msgstr ""
13999
14000 #: cp/class.c:2991
14001 msgid "width of `%D' exceeds its type"
14002 msgstr ""
14003
14004 #: cp/class.c:3000
14005 msgid "`%D' is too small to hold all values of `%#T'"
14006 msgstr ""
14007
14008 #: cp/class.c:3084
14009 msgid "member `%#D' with constructor not allowed in union"
14010 msgstr ""
14011
14012 #: cp/class.c:3087
14013 msgid "member `%#D' with destructor not allowed in union"
14014 msgstr ""
14015
14016 #: cp/class.c:3090
14017 msgid "member `%#D' with copy assignment operator not allowed in union"
14018 msgstr ""
14019
14020 #: cp/class.c:3117
14021 msgid "multiple fields in union `%T' initialized"
14022 msgstr ""
14023
14024 #: cp/class.c:3239
14025 msgid "field `%D' in local class cannot be static"
14026 msgstr ""
14027
14028 #: cp/class.c:3245
14029 msgid "field `%D' invalidly declared function type"
14030 msgstr ""
14031
14032 #: cp/class.c:3252
14033 msgid "field `%D' invalidly declared method type"
14034 msgstr ""
14035
14036 #: cp/class.c:3258
14037 msgid "field `%D' invalidly declared offset type"
14038 msgstr ""
14039
14040 #. Unions cannot have static members.
14041 #: cp/class.c:3276
14042 msgid "field `%D' declared static in union"
14043 msgstr ""
14044
14045 #: cp/class.c:3303
14046 msgid "non-static reference `%#D' in class without a constructor"
14047 msgstr ""
14048
14049 #: cp/class.c:3338
14050 msgid "non-static const member `%#D' in class without a constructor"
14051 msgstr ""
14052
14053 #: cp/class.c:3353
14054 msgid "field `%#D' with same name as class"
14055 msgstr ""
14056
14057 #: cp/class.c:3371
14058 msgid "`%#T' has pointer data members"
14059 msgstr ""
14060
14061 #: cp/class.c:3375
14062 msgid "  but does not override `%T(const %T&)'"
14063 msgstr ""
14064
14065 #: cp/class.c:3377
14066 msgid "  or `operator=(const %T&)'"
14067 msgstr ""
14068
14069 #: cp/class.c:3380
14070 msgid "  but does not override `operator=(const %T&)'"
14071 msgstr ""
14072
14073 #: cp/class.c:3830
14074 msgid ""
14075 "offset of empty base `%T' may not be ABI-compliant and maychange in a future "
14076 "version of GCC"
14077 msgstr ""
14078
14079 #: cp/class.c:3938
14080 msgid "class `%T' will be considered nearly empty in a future version of GCC"
14081 msgstr ""
14082
14083 #: cp/class.c:4028
14084 msgid "initializer specified for non-virtual method `%D'"
14085 msgstr ""
14086
14087 #: cp/class.c:4764
14088 msgid ""
14089 "offset of virtual base `%T' is not ABI-compliant and may change in a future "
14090 "version of GCC"
14091 msgstr ""
14092
14093 #: cp/class.c:4864
14094 msgid "direct base `%T' inaccessible in `%T' due to ambiguity"
14095 msgstr ""
14096
14097 #: cp/class.c:4877
14098 msgid "virtual base `%T' inaccessible in `%T' due to ambiguity"
14099 msgstr ""
14100
14101 #: cp/class.c:5033
14102 msgid ""
14103 "size assigned to `%T' may not be ABI-compliant and may change in a future "
14104 "version of GCC"
14105 msgstr ""
14106
14107 #: cp/class.c:5066
14108 msgid ""
14109 "offset of `%D' is not ABI-compliant and may change in a future version of GCC"
14110 msgstr ""
14111
14112 #: cp/class.c:5075
14113 msgid ""
14114 "`%D' contains empty classes which may cause base classes to be placed at "
14115 "different locations in a future version of GCC"
14116 msgstr ""
14117
14118 #: cp/class.c:5134
14119 msgid ""
14120 "layout of classes derived from empty class `%T' may change in a future "
14121 "version of GCC"
14122 msgstr ""
14123
14124 #: cp/class.c:5384
14125 msgid "`%#T' has virtual functions but non-virtual destructor"
14126 msgstr ""
14127
14128 #: cp/class.c:5469
14129 msgid "trying to finish struct, but kicked out due to previous parse errors"
14130 msgstr ""
14131
14132 #: cp/class.c:5918
14133 #, c-format
14134 msgid "language string `\"%s\"' not recognized"
14135 msgstr ""
14136
14137 #: cp/class.c:6014
14138 msgid ""
14139 "cannot resolve overloaded function `%D' based on conversion to type `%T'"
14140 msgstr ""
14141
14142 #: cp/class.c:6135
14143 msgid "no matches converting function `%D' to type `%#T'"
14144 msgstr ""
14145
14146 #: cp/class.c:6158
14147 msgid "converting overloaded function `%D' to type `%#T' is ambiguous"
14148 msgstr ""
14149
14150 #: cp/class.c:6184
14151 msgid "assuming pointer to member `%D'"
14152 msgstr ""
14153
14154 #: cp/class.c:6187
14155 #, c-format
14156 msgid "(a pointer to member can only be formed with `&%E')"
14157 msgstr ""
14158
14159 #: cp/class.c:6231 cp/class.c:6412 cp/class.c:6419
14160 msgid "not enough type information"
14161 msgstr ""
14162
14163 #: cp/class.c:6248
14164 msgid "argument of type `%T' does not match `%T'"
14165 msgstr ""
14166
14167 #: cp/class.c:6396
14168 msgid "invalid operation on uninstantiated type"
14169 msgstr ""
14170
14171 #. [basic.scope.class]
14172 #.
14173 #. A name N used in a class S shall refer to the same declaration
14174 #. in its context and when re-evaluated in the completed scope of
14175 #. S.
14176 #: cp/class.c:6679 cp/decl.c:1007 cp/decl.c:3098 cp/pt.c:1863
14177 msgid "declaration of `%#D'"
14178 msgstr ""
14179
14180 #: cp/class.c:6680
14181 msgid "changes meaning of `%D' from `%+#D'"
14182 msgstr ""
14183
14184 #: cp/cvt.c:88
14185 msgid "can't convert from incomplete type `%T' to `%T'"
14186 msgstr ""
14187
14188 #: cp/cvt.c:97
14189 msgid "conversion of `%E' from `%T' to `%T' is ambiguous"
14190 msgstr ""
14191
14192 #: cp/cvt.c:126
14193 msgid "converting from `%T' to `%T'"
14194 msgstr ""
14195
14196 #: cp/cvt.c:201 cp/cvt.c:205
14197 msgid "pointer to member cast from `%T' to `%T' is via virtual base"
14198 msgstr ""
14199
14200 #: cp/cvt.c:223 cp/cvt.c:236 cp/cvt.c:283
14201 msgid "cannot convert `%E' from type `%T' to type `%T'"
14202 msgstr ""
14203
14204 #: cp/cvt.c:262
14205 msgid "invalid conversion from '%T' to '%T'"
14206 msgstr ""
14207
14208 #: cp/cvt.c:527
14209 msgid "conversion from `%T' to `%T' discards qualifiers"
14210 msgstr ""
14211
14212 #: cp/cvt.c:545
14213 msgid "casting `%T' to `%T' does not dereference pointer"
14214 msgstr ""
14215
14216 #: cp/cvt.c:574
14217 msgid "cannot convert type `%T' to type `%T'"
14218 msgstr ""
14219
14220 #: cp/cvt.c:686
14221 msgid "conversion from `%#T' to `%#T'"
14222 msgstr ""
14223
14224 #: cp/cvt.c:698
14225 msgid "`%#T' used where a `%T' was expected"
14226 msgstr ""
14227
14228 #: cp/cvt.c:715
14229 msgid "the address of `%D', will always be `true'"
14230 msgstr ""
14231
14232 #: cp/cvt.c:735
14233 msgid "`%#T' used where a floating point value was expected"
14234 msgstr ""
14235
14236 #: cp/cvt.c:782
14237 msgid "conversion from `%T' to non-scalar type `%T' requested"
14238 msgstr ""
14239
14240 #: cp/cvt.c:866
14241 msgid "object of incomplete type `%T' will not be accessed in %s"
14242 msgstr ""
14243
14244 #: cp/cvt.c:869
14245 msgid "object of type `%T' will not be accessed in %s"
14246 msgstr ""
14247
14248 #: cp/cvt.c:885
14249 msgid "object `%E' of incomplete type `%T' will not be accessed in %s"
14250 msgstr ""
14251
14252 #. [over.over] enumerates the places where we can take the address
14253 #. of an overloaded function, and this is not one of them.
14254 #: cp/cvt.c:905
14255 #, c-format
14256 msgid "%s cannot resolve address of overloaded function"
14257 msgstr ""
14258
14259 #. Only warn when there is no &.
14260 #: cp/cvt.c:910
14261 #, c-format
14262 msgid "%s is a reference, not call, to function `%E'"
14263 msgstr ""
14264
14265 #: cp/cvt.c:1039
14266 msgid "converting NULL to non-pointer type"
14267 msgstr ""
14268
14269 #: cp/cvt.c:1115
14270 msgid "ambiguous default type conversion from `%T'"
14271 msgstr ""
14272
14273 #: cp/cvt.c:1117
14274 msgid "  candidate conversions include `%D' and `%D'"
14275 msgstr ""
14276
14277 #. Folks should explicitly indicate the appropriate alphabet for
14278 #. each demangling.  Providing a default would allow the
14279 #. question to go unconsidered.
14280 #: cp/cxxfilt.c:238
14281 msgid "Internal error: no symbol alphabet for current style"
14282 msgstr ""
14283
14284 #: cp/decl.c:1008 cp/decl.c:3201
14285 msgid "conflicts with previous declaration `%#D'"
14286 msgstr ""
14287
14288 #: cp/decl.c:1212
14289 msgid "label `%D' used but not defined"
14290 msgstr ""
14291
14292 #: cp/decl.c:1217
14293 msgid "label `%D' defined but not used"
14294 msgstr ""
14295
14296 #: cp/decl.c:2244
14297 msgid "namespace alias `%D' not allowed here, assuming `%D'"
14298 msgstr ""
14299
14300 #: cp/decl.c:3004 cp/decl.c:3409
14301 msgid "previous declaration of `%D'"
14302 msgstr ""
14303
14304 #: cp/decl.c:3085 cp/decl.c:3123
14305 msgid "shadowing %s function `%#D'"
14306 msgstr ""
14307
14308 #: cp/decl.c:3094
14309 msgid "library function `%#D' redeclared as non-function `%#D'"
14310 msgstr ""
14311
14312 #: cp/decl.c:3099
14313 msgid "conflicts with built-in declaration `%#D'"
14314 msgstr ""
14315
14316 #: cp/decl.c:3118 cp/decl.c:3215 cp/decl.c:3231
14317 msgid "new declaration `%#D'"
14318 msgstr ""
14319
14320 #: cp/decl.c:3119
14321 msgid "ambiguates built-in declaration `%#D'"
14322 msgstr ""
14323
14324 #: cp/decl.c:3175
14325 msgid "`%#D' redeclared as different kind of symbol"
14326 msgstr ""
14327
14328 #: cp/decl.c:3178
14329 msgid "previous declaration of `%#D'"
14330 msgstr ""
14331
14332 #: cp/decl.c:3200
14333 msgid "declaration of template `%#D'"
14334 msgstr ""
14335
14336 #: cp/decl.c:3216 cp/decl.c:3232
14337 msgid "ambiguates old declaration `%#D'"
14338 msgstr ""
14339
14340 #: cp/decl.c:3224
14341 msgid "declaration of C function `%#D' conflicts with"
14342 msgstr ""
14343
14344 #: cp/decl.c:3226
14345 msgid "previous declaration `%#D' here"
14346 msgstr ""
14347
14348 #: cp/decl.c:3242
14349 msgid "conflicting types for `%#D'"
14350 msgstr ""
14351
14352 #: cp/decl.c:3243
14353 msgid "previous declaration as `%#D'"
14354 msgstr ""
14355
14356 #: cp/decl.c:3286
14357 msgid "`%#D' previously defined here"
14358 msgstr ""
14359
14360 #: cp/decl.c:3287
14361 msgid "`%#D' previously declared here"
14362 msgstr ""
14363
14364 #. Prototype decl follows defn w/o prototype.
14365 #: cp/decl.c:3296
14366 msgid "prototype for `%#D'"
14367 msgstr ""
14368
14369 #: cp/decl.c:3297
14370 msgid "follows non-prototype definition here"
14371 msgstr ""
14372
14373 #: cp/decl.c:3309
14374 msgid "previous declaration of `%#D' with %L linkage"
14375 msgstr ""
14376
14377 #: cp/decl.c:3311
14378 msgid "conflicts with new declaration with %L linkage"
14379 msgstr ""
14380
14381 #: cp/decl.c:3334 cp/decl.c:3341
14382 msgid "default argument given for parameter %d of `%#D'"
14383 msgstr ""
14384
14385 #: cp/decl.c:3336 cp/decl.c:3343
14386 msgid "after previous specification in `%#D'"
14387 msgstr ""
14388
14389 #: cp/decl.c:3352
14390 msgid "`%#D' was used before it was declared inline"
14391 msgstr ""
14392
14393 #: cp/decl.c:3354
14394 msgid "previous non-inline declaration here"
14395 msgstr ""
14396
14397 #: cp/decl.c:3408
14398 msgid "redundant redeclaration of `%D' in same scope"
14399 msgstr ""
14400
14401 #: cp/decl.c:3489
14402 #, c-format
14403 msgid "declaration of `%F' throws different exceptions"
14404 msgstr ""
14405
14406 #: cp/decl.c:3491
14407 #, c-format
14408 msgid "than previous declaration `%F'"
14409 msgstr ""
14410
14411 #. From [temp.expl.spec]:
14412 #.
14413 #. If a template, a member template or the member of a class
14414 #. template is explicitly specialized then that
14415 #. specialization shall be declared before the first use of
14416 #. that specialization that would cause an implicit
14417 #. instantiation to take place, in every translation unit in
14418 #. which such a use occurs.
14419 #: cp/decl.c:3628
14420 msgid "explicit specialization of %D after first use"
14421 msgstr ""
14422
14423 #: cp/decl.c:3882
14424 msgid "`%#D' used prior to declaration"
14425 msgstr ""
14426
14427 #: cp/decl.c:3913
14428 msgid "redeclaration of `wchar_t' as `%T'"
14429 msgstr ""
14430
14431 #. A redeclaration of main, but not a duplicate of the
14432 #. previous one.
14433 #.
14434 #. [basic.start.main]
14435 #.
14436 #. This function shall not be overloaded.
14437 #: cp/decl.c:3941
14438 msgid "invalid redeclaration of `%D'"
14439 msgstr ""
14440
14441 #: cp/decl.c:3942
14442 msgid "as `%D'"
14443 msgstr ""
14444
14445 #: cp/decl.c:4032
14446 msgid "previous external decl of `%#D'"
14447 msgstr ""
14448
14449 #: cp/decl.c:4074
14450 msgid "`%D' was previously implicitly declared to return `int'"
14451 msgstr ""
14452
14453 #: cp/decl.c:4134
14454 msgid "extern declaration of `%#D' doesn't match"
14455 msgstr ""
14456
14457 #: cp/decl.c:4135
14458 msgid "global declaration `%#D'"
14459 msgstr ""
14460
14461 #: cp/decl.c:4169
14462 msgid "declaration of `%#D' shadows a parameter"
14463 msgstr ""
14464
14465 #: cp/decl.c:4189
14466 #, c-format
14467 msgid "declaration of `%s' shadows a member of `this'"
14468 msgstr ""
14469
14470 #: cp/decl.c:4541
14471 msgid "`%#D' hides constructor for `%#T'"
14472 msgstr ""
14473
14474 #: cp/decl.c:4556
14475 msgid "`%#D' conflicts with previous using declaration `%#D'"
14476 msgstr ""
14477
14478 #: cp/decl.c:4568
14479 msgid "previous non-function declaration `%#D'"
14480 msgstr ""
14481
14482 #: cp/decl.c:4569
14483 msgid "conflicts with function declaration `%#D'"
14484 msgstr ""
14485
14486 #: cp/decl.c:4659
14487 msgid "implicit declaration of function `%#D'"
14488 msgstr ""
14489
14490 #: cp/decl.c:4817
14491 #, c-format
14492 msgid "label `%s' referenced outside of any function"
14493 msgstr ""
14494
14495 #: cp/decl.c:4920 cp/decl.c:4944 cp/decl.c:5037
14496 msgid "jump to label `%D'"
14497 msgstr ""
14498
14499 #: cp/decl.c:4922 cp/decl.c:4946
14500 msgid "jump to case label"
14501 msgstr ""
14502
14503 #: cp/decl.c:4930
14504 msgid "  crosses initialization of `%#D'"
14505 msgstr ""
14506
14507 #: cp/decl.c:4933 cp/decl.c:5053
14508 msgid "  enters scope of non-POD `%#D'"
14509 msgstr ""
14510
14511 #: cp/decl.c:4953 cp/decl.c:5057
14512 msgid "  enters try block"
14513 msgstr ""
14514
14515 #. Can't skip init of __exception_info.
14516 #: cp/decl.c:4955 cp/decl.c:5049 cp/decl.c:5059
14517 msgid "  enters catch block"
14518 msgstr ""
14519
14520 #: cp/decl.c:5038
14521 msgid "  from here"
14522 msgstr ""
14523
14524 #: cp/decl.c:5051
14525 msgid "  skips initialization of `%#D'"
14526 msgstr ""
14527
14528 #: cp/decl.c:5086
14529 msgid "label named wchar_t"
14530 msgstr ""
14531
14532 #: cp/decl.c:5090
14533 msgid "duplicate label `%D'"
14534 msgstr ""
14535
14536 #: cp/decl.c:5175
14537 #, c-format
14538 msgid "case label `%E' not within a switch statement"
14539 msgstr ""
14540
14541 #. Definition isn't the kind we were looking for.
14542 #: cp/decl.c:5354 cp/decl.c:5373
14543 msgid "`%#D' redeclared as %C"
14544 msgstr ""
14545
14546 #. This happens for A::B where B is a template, and there are no
14547 #. template arguments.
14548 #: cp/decl.c:5461 cp/typeck.c:2070 cp/typeck.c:2244
14549 msgid "invalid use of `%D'"
14550 msgstr ""
14551
14552 #: cp/decl.c:5502
14553 msgid "`%D::%D' is not a template"
14554 msgstr ""
14555
14556 #: cp/decl.c:5519
14557 msgid "`%D' undeclared in namespace `%D'"
14558 msgstr ""
14559
14560 #: cp/decl.c:5652 cp/parser.c:3520
14561 msgid "`%D' used without template parameters"
14562 msgstr ""
14563
14564 #: cp/decl.c:5663 cp/decl.c:5679 cp/decl.c:5783
14565 msgid "no class template named `%#T' in `%#T'"
14566 msgstr ""
14567
14568 #: cp/decl.c:5702 cp/decl.c:5712 cp/decl.c:5744
14569 msgid "no type named `%#T' in `%#T'"
14570 msgstr ""
14571
14572 #: cp/decl.c:5968
14573 msgid "lookup of `%D' finds `%#D'"
14574 msgstr ""
14575
14576 #: cp/decl.c:5970
14577 msgid "  instead of `%D' from dependent base class"
14578 msgstr ""
14579
14580 #: cp/decl.c:5972
14581 msgid "  (use `typename %T::%D' if that's what you meant)"
14582 msgstr ""
14583
14584 #: cp/decl.c:6029
14585 msgid "name lookup of `%D' changed"
14586 msgstr ""
14587
14588 #: cp/decl.c:6031
14589 msgid "  matches this `%D' under ISO standard rules"
14590 msgstr ""
14591
14592 #: cp/decl.c:6033
14593 msgid "  matches this `%D' under old rules"
14594 msgstr ""
14595
14596 #: cp/decl.c:6047 cp/decl.c:6054
14597 msgid "name lookup of `%D' changed for new ISO `for' scoping"
14598 msgstr ""
14599
14600 #: cp/decl.c:6049
14601 msgid "  cannot use obsolete binding at `%D' because it has a destructor"
14602 msgstr ""
14603
14604 #: cp/decl.c:6056
14605 msgid "  using obsolete binding at `%D'"
14606 msgstr ""
14607
14608 #: cp/decl.c:6971
14609 msgid "an anonymous union cannot have function members"
14610 msgstr ""
14611
14612 #: cp/decl.c:6988
14613 msgid "member %#D' with constructor not allowed in anonymous aggregate"
14614 msgstr ""
14615
14616 #: cp/decl.c:6991
14617 msgid "member %#D' with destructor not allowed in anonymous aggregate"
14618 msgstr ""
14619
14620 #: cp/decl.c:6994
14621 msgid ""
14622 "member %#D' with copy assignment operator not allowed in anonymous aggregate"
14623 msgstr ""
14624
14625 #: cp/decl.c:7037
14626 msgid "redeclaration of C++ built-in type `%T'"
14627 msgstr ""
14628
14629 #: cp/decl.c:7075
14630 msgid "multiple types in one declaration"
14631 msgstr ""
14632
14633 #: cp/decl.c:7101
14634 msgid "missing type-name in typedef-declaration"
14635 msgstr ""
14636
14637 #: cp/decl.c:7109
14638 msgid "ISO C++ prohibits anonymous structs"
14639 msgstr ""
14640
14641 #: cp/decl.c:7116
14642 msgid "`%D' can only be specified for functions"
14643 msgstr ""
14644
14645 #: cp/decl.c:7118
14646 msgid "`%D' can only be specified inside a class"
14647 msgstr ""
14648
14649 #: cp/decl.c:7120
14650 msgid "`%D' can only be specified for constructors"
14651 msgstr ""
14652
14653 #: cp/decl.c:7123
14654 msgid "`%D' can only be specified for objects and functions"
14655 msgstr ""
14656
14657 #: cp/decl.c:7271 cp/decl2.c:907
14658 msgid "typedef `%D' is initialized (use __typeof__ instead)"
14659 msgstr ""
14660
14661 #: cp/decl.c:7276
14662 msgid "function `%#D' is initialized like a variable"
14663 msgstr ""
14664
14665 #: cp/decl.c:7288
14666 msgid "declaration of `%#D' has `extern' and is initialized"
14667 msgstr ""
14668
14669 #: cp/decl.c:7322
14670 msgid "`%#D' is not a static member of `%#T'"
14671 msgstr ""
14672
14673 #: cp/decl.c:7328
14674 msgid "ISO C++ does not permit `%T::%D' to be defined as `%T::%D'"
14675 msgstr ""
14676
14677 #: cp/decl.c:7339
14678 msgid "duplicate initialization of %D"
14679 msgstr ""
14680
14681 #: cp/decl.c:7368
14682 msgid "declaration of `%#D' outside of class is not definition"
14683 msgstr ""
14684
14685 #: cp/decl.c:7416
14686 msgid "variable `%#D' has initializer but incomplete type"
14687 msgstr ""
14688
14689 #: cp/decl.c:7424 cp/decl.c:7963
14690 msgid "elements of array `%#D' have incomplete type"
14691 msgstr ""
14692
14693 #: cp/decl.c:7440
14694 msgid "aggregate `%#D' has incomplete type and cannot be defined"
14695 msgstr ""
14696
14697 #: cp/decl.c:7479
14698 msgid "`%D' declared as reference but not initialized"
14699 msgstr ""
14700
14701 #: cp/decl.c:7485
14702 msgid "ISO C++ forbids use of initializer list to initialize reference `%D'"
14703 msgstr ""
14704
14705 #: cp/decl.c:7518
14706 msgid "cannot initialize `%T' from `%T'"
14707 msgstr ""
14708
14709 #: cp/decl.c:7552
14710 msgid "initializer fails to determine size of `%D'"
14711 msgstr ""
14712
14713 #: cp/decl.c:7557
14714 msgid "array size missing in `%D'"
14715 msgstr ""
14716
14717 #: cp/decl.c:7569
14718 msgid "zero-size array `%D'"
14719 msgstr ""
14720
14721 #. An automatic variable with an incomplete type: that is an error.
14722 #. Don't talk about array types here, since we took care of that
14723 #. message in grokdeclarator.
14724 #: cp/decl.c:7607
14725 msgid "storage size of `%D' isn't known"
14726 msgstr ""
14727
14728 #: cp/decl.c:7629
14729 msgid "storage size of `%D' isn't constant"
14730 msgstr ""
14731
14732 #: cp/decl.c:7680
14733 msgid ""
14734 "sorry: semantics of inline function static data `%#D' are wrong (you'll wind "
14735 "up with multiple copies)"
14736 msgstr ""
14737
14738 #: cp/decl.c:7681
14739 msgid "  you can work around this by removing the initializer"
14740 msgstr ""
14741
14742 #: cp/decl.c:7709
14743 msgid "uninitialized const `%D'"
14744 msgstr ""
14745
14746 #: cp/decl.c:7793
14747 msgid "brace-enclosed initializer used to initialize `%T'"
14748 msgstr ""
14749
14750 #: cp/decl.c:7857
14751 msgid "initializer for `%T' must be brace-enclosed"
14752 msgstr ""
14753
14754 #: cp/decl.c:7921
14755 msgid "too many initializers for `%T'"
14756 msgstr ""
14757
14758 #: cp/decl.c:7957
14759 msgid "variable-sized object `%D' may not be initialized"
14760 msgstr ""
14761
14762 #: cp/decl.c:7968
14763 msgid "`%D' has incomplete type"
14764 msgstr ""
14765
14766 #: cp/decl.c:8017
14767 msgid "`%D' must be initialized by constructor, not by `{...}'"
14768 msgstr ""
14769
14770 #: cp/decl.c:8058
14771 msgid "structure `%D' with uninitialized const members"
14772 msgstr ""
14773
14774 #: cp/decl.c:8060
14775 msgid "structure `%D' with uninitialized reference members"
14776 msgstr ""
14777
14778 #: cp/decl.c:8303
14779 msgid "assignment (not initialization) in declaration"
14780 msgstr ""
14781
14782 #: cp/decl.c:8315
14783 msgid "cannot initialize `%D' to namespace `%D'"
14784 msgstr ""
14785
14786 #: cp/decl.c:8366
14787 msgid "shadowing previous type declaration of `%#D'"
14788 msgstr ""
14789
14790 #: cp/decl.c:8412
14791 msgid "`%D' cannot be thread-local because it has non-POD type `%T'"
14792 msgstr ""
14793
14794 #: cp/decl.c:8427
14795 msgid "`%D' is thread-local and so cannot be dynamically initialized"
14796 msgstr ""
14797
14798 #: cp/decl.c:8820 cp/init.c:549
14799 msgid "multiple initializations given for `%D'"
14800 msgstr ""
14801
14802 #: cp/decl.c:8912
14803 msgid "invalid catch parameter"
14804 msgstr ""
14805
14806 #: cp/decl.c:9030
14807 msgid "destructor for alien class `%T' cannot be a member"
14808 msgstr ""
14809
14810 #: cp/decl.c:9033
14811 msgid "constructor for alien class `%T' cannot be a member"
14812 msgstr ""
14813
14814 #: cp/decl.c:9052
14815 msgid "`%D' declared as a `virtual' %s"
14816 msgstr ""
14817
14818 #: cp/decl.c:9054
14819 msgid "`%D' declared as an `inline' %s"
14820 msgstr ""
14821
14822 #: cp/decl.c:9056
14823 msgid ""
14824 "`const' and `volatile' function specifiers on `%D' invalid in %s declaration"
14825 msgstr ""
14826
14827 #: cp/decl.c:9059
14828 msgid "`%D' declared as a friend"
14829 msgstr ""
14830
14831 #: cp/decl.c:9065
14832 msgid "`%D' declared with an exception specification"
14833 msgstr ""
14834
14835 #: cp/decl.c:9140
14836 msgid "cannot declare `::main' to be a template"
14837 msgstr ""
14838
14839 #: cp/decl.c:9142
14840 msgid "cannot declare `::main' to be inline"
14841 msgstr ""
14842
14843 #: cp/decl.c:9144
14844 msgid "cannot declare `::main' to be static"
14845 msgstr ""
14846
14847 #: cp/decl.c:9147
14848 msgid "`main' must return `int'"
14849 msgstr ""
14850
14851 #: cp/decl.c:9175
14852 msgid "non-local function `%#D' uses anonymous type"
14853 msgstr ""
14854
14855 #: cp/decl.c:9178
14856 msgid ""
14857 "`%#D' does not refer to the unqualified type, so it is not used for linkage"
14858 msgstr ""
14859
14860 #: cp/decl.c:9184
14861 msgid "non-local function `%#D' uses local type `%T'"
14862 msgstr ""
14863
14864 #: cp/decl.c:9207
14865 msgid "%smember function `%D' cannot have `%T' method qualifier"
14866 msgstr ""
14867
14868 #: cp/decl.c:9231
14869 msgid "defining explicit specialization `%D' in friend declaration"
14870 msgstr ""
14871
14872 #. Something like `template <class T> friend void f<T>()'.
14873 #: cp/decl.c:9241
14874 msgid "invalid use of template-id `%D' in declaration of primary template"
14875 msgstr ""
14876
14877 #: cp/decl.c:9269
14878 msgid ""
14879 "default arguments are not allowed in declaration of friend template "
14880 "specialization `%D'"
14881 msgstr ""
14882
14883 #: cp/decl.c:9276
14884 msgid ""
14885 "`inline' is not allowed in declaration of friend template specialization `%D'"
14886 msgstr ""
14887
14888 #: cp/decl.c:9335
14889 msgid "definition of implicitly-declared `%D'"
14890 msgstr ""
14891
14892 #: cp/decl.c:9347 cp/decl2.c:759
14893 msgid "no `%#D' member function declared in class `%T'"
14894 msgstr ""
14895
14896 #: cp/decl.c:9480
14897 msgid "non-local variable `%#D' uses local type `%T'"
14898 msgstr ""
14899
14900 #: cp/decl.c:9582
14901 msgid ""
14902 "invalid in-class initialization of static data member of non-integral type `%"
14903 "T'"
14904 msgstr ""
14905
14906 #: cp/decl.c:9591
14907 msgid "ISO C++ forbids in-class initialization of non-const static member `%D'"
14908 msgstr ""
14909
14910 #: cp/decl.c:9594
14911 msgid ""
14912 "ISO C++ forbids initialization of member constant `%D' of non-integral type `"
14913 "%T'"
14914 msgstr ""
14915
14916 #: cp/decl.c:9644
14917 msgid "size of array `%D' has non-integer type"
14918 msgstr ""
14919
14920 #: cp/decl.c:9646
14921 msgid "size of array has non-integer type"
14922 msgstr ""
14923
14924 #: cp/decl.c:9666
14925 msgid "size of array `%D' is negative"
14926 msgstr ""
14927
14928 #: cp/decl.c:9668
14929 msgid "size of array is negative"
14930 msgstr ""
14931
14932 #: cp/decl.c:9677
14933 msgid "ISO C++ forbids zero-size array `%D'"
14934 msgstr ""
14935
14936 #: cp/decl.c:9679
14937 msgid "ISO C++ forbids zero-size array"
14938 msgstr ""
14939
14940 #: cp/decl.c:9686
14941 msgid "size of array `%D' is not an integral constant-expression"
14942 msgstr ""
14943
14944 #: cp/decl.c:9689
14945 msgid "size of array is not an integral constant-expression"
14946 msgstr ""
14947
14948 #: cp/decl.c:9707
14949 msgid "ISO C++ forbids variable-size array `%D'"
14950 msgstr ""
14951
14952 #: cp/decl.c:9710
14953 msgid "ISO C++ forbids variable-size array"
14954 msgstr ""
14955
14956 #: cp/decl.c:9721
14957 msgid "overflow in array dimension"
14958 msgstr ""
14959
14960 #: cp/decl.c:9822
14961 msgid "declaration of `%D' as %s"
14962 msgstr ""
14963
14964 #: cp/decl.c:9824
14965 #, c-format
14966 msgid "creating %s"
14967 msgstr ""
14968
14969 #: cp/decl.c:9836
14970 msgid ""
14971 "declaration of `%D' as multidimensional array must have bounds for all "
14972 "dimensions except the first"
14973 msgstr ""
14974
14975 #: cp/decl.c:9839
14976 msgid ""
14977 "multidimensional array must have bounds for all dimensions except the first"
14978 msgstr ""
14979
14980 #: cp/decl.c:9868
14981 msgid "return type specification for constructor invalid"
14982 msgstr ""
14983
14984 #: cp/decl.c:9875
14985 msgid "return type specification for destructor invalid"
14986 msgstr ""
14987
14988 #: cp/decl.c:9881
14989 msgid "operator `%T' declared to return `%T'"
14990 msgstr ""
14991
14992 #: cp/decl.c:9883
14993 msgid "return type specified for `operator %T'"
14994 msgstr ""
14995
14996 #: cp/decl.c:10030
14997 msgid "destructors must be member functions"
14998 msgstr ""
14999
15000 #: cp/decl.c:10049
15001 msgid "destructor `%T' must match class name `%T'"
15002 msgstr ""
15003
15004 #: cp/decl.c:10078
15005 msgid "variable declaration is not allowed here"
15006 msgstr ""
15007
15008 #: cp/decl.c:10105
15009 msgid "invalid declarator"
15010 msgstr ""
15011
15012 #: cp/decl.c:10156
15013 msgid "declarator-id missing; using reserved word `%D'"
15014 msgstr ""
15015
15016 #: cp/decl.c:10212
15017 msgid "type `%T' is not derived from type `%T'"
15018 msgstr ""
15019
15020 #. Parse error puts this typespec where
15021 #. a declarator should go.
15022 #: cp/decl.c:10272
15023 msgid "`%T' specified as declarator-id"
15024 msgstr ""
15025
15026 #: cp/decl.c:10274
15027 msgid "  perhaps you want `%T' for a constructor"
15028 msgstr ""
15029
15030 #. Sometimes, we see a template-name used as part of a
15031 #. decl-specifier like in
15032 #. std::allocator alloc;
15033 #. Handle that gracefully.
15034 #: cp/decl.c:10296
15035 #, c-format
15036 msgid "invalid use of template-name '%E' in a declarator"
15037 msgstr ""
15038
15039 #: cp/decl.c:10316
15040 msgid "declaration of `%D' as non-function"
15041 msgstr ""
15042
15043 #: cp/decl.c:10393
15044 msgid "`bool' is now a keyword"
15045 msgstr ""
15046
15047 #: cp/decl.c:10395
15048 msgid "extraneous `%T' ignored"
15049 msgstr ""
15050
15051 #: cp/decl.c:10411 cp/decl.c:10455
15052 msgid "multiple declarations `%T' and `%T'"
15053 msgstr ""
15054
15055 #: cp/decl.c:10424
15056 msgid "ISO C++ does not support `long long'"
15057 msgstr ""
15058
15059 #: cp/decl.c:10528 cp/decl.c:10531
15060 #, c-format
15061 msgid "ISO C++ forbids declaration of `%s' with no type"
15062 msgstr ""
15063
15064 #. The implicit typename extension is deprecated and will be
15065 #. removed.  Warn about its use now.
15066 #: cp/decl.c:10541
15067 msgid "`%T' is implicitly a typename"
15068 msgstr ""
15069
15070 #: cp/decl.c:10577
15071 #, c-format
15072 msgid "short, signed or unsigned invalid for `%s'"
15073 msgstr ""
15074
15075 #: cp/decl.c:10582
15076 #, c-format
15077 msgid "long and short specified together for `%s'"
15078 msgstr ""
15079
15080 #: cp/decl.c:10593
15081 #, c-format
15082 msgid "signed and unsigned given together for `%s'"
15083 msgstr ""
15084
15085 #: cp/decl.c:10702
15086 msgid "qualifiers are not allowed on declaration of `operator %T'"
15087 msgstr ""
15088
15089 #: cp/decl.c:10724
15090 msgid "member `%D' cannot be declared both virtual and static"
15091 msgstr ""
15092
15093 #: cp/decl.c:10733
15094 msgid "`%T::%D' is not a valid declarator"
15095 msgstr ""
15096
15097 #: cp/decl.c:10745
15098 msgid "storage class specifiers invalid in parameter declarations"
15099 msgstr ""
15100
15101 #: cp/decl.c:10749
15102 msgid "typedef declaration invalid in parameter declaration"
15103 msgstr ""
15104
15105 #: cp/decl.c:10762
15106 msgid "virtual outside class declaration"
15107 msgstr ""
15108
15109 #: cp/decl.c:10823
15110 #, c-format
15111 msgid "storage class specified for %s `%s'"
15112 msgstr ""
15113
15114 #: cp/decl.c:10870
15115 msgid "storage class specifiers invalid in friend function declarations"
15116 msgstr ""
15117
15118 #: cp/decl.c:11041
15119 msgid "destructor cannot be static member function"
15120 msgstr ""
15121
15122 #: cp/decl.c:11044
15123 #, c-format
15124 msgid "destructors may not be `%s'"
15125 msgstr ""
15126
15127 #: cp/decl.c:11065
15128 msgid "constructor cannot be static member function"
15129 msgstr ""
15130
15131 #: cp/decl.c:11068
15132 msgid "constructors cannot be declared virtual"
15133 msgstr ""
15134
15135 #: cp/decl.c:11073
15136 #, c-format
15137 msgid "constructors may not be `%s'"
15138 msgstr ""
15139
15140 #: cp/decl.c:11083
15141 msgid "return value type specifier for constructor ignored"
15142 msgstr ""
15143
15144 #: cp/decl.c:11102
15145 #, c-format
15146 msgid "can't initialize friend function `%s'"
15147 msgstr ""
15148
15149 #. Cannot be both friend and virtual.
15150 #: cp/decl.c:11106
15151 msgid "virtual functions cannot be friends"
15152 msgstr ""
15153
15154 #: cp/decl.c:11111
15155 msgid "friend declaration not in class definition"
15156 msgstr ""
15157
15158 #: cp/decl.c:11113
15159 #, c-format
15160 msgid "can't define friend function `%s' in a local class definition"
15161 msgstr ""
15162
15163 #: cp/decl.c:11137
15164 msgid "destructors may not have parameters"
15165 msgstr ""
15166
15167 #: cp/decl.c:11157 cp/decl.c:11164
15168 msgid "cannot declare reference to `%#T'"
15169 msgstr ""
15170
15171 #: cp/decl.c:11158
15172 msgid "cannot declare pointer to `%#T'"
15173 msgstr ""
15174
15175 #: cp/decl.c:11163
15176 msgid "cannot declare pointer to `%#T' member"
15177 msgstr ""
15178
15179 #: cp/decl.c:11301
15180 msgid "extra qualification `%T::' on member `%s' ignored"
15181 msgstr ""
15182
15183 #: cp/decl.c:11311
15184 msgid "cannot declare member function `%T::%s' within `%T'"
15185 msgstr ""
15186
15187 #: cp/decl.c:11326
15188 msgid "cannot declare member `%T::%s' within `%T'"
15189 msgstr ""
15190
15191 #: cp/decl.c:11433
15192 msgid "data member may not have variably modified type `%T'"
15193 msgstr ""
15194
15195 #. [dcl.fct.spec] The explicit specifier shall only be used in
15196 #. declarations of constructors within a class definition.
15197 #: cp/decl.c:11441
15198 msgid "only declarations of constructors can be `explicit'"
15199 msgstr ""
15200
15201 #: cp/decl.c:11449
15202 #, c-format
15203 msgid "non-member `%s' cannot be declared `mutable'"
15204 msgstr ""
15205
15206 #: cp/decl.c:11454
15207 #, c-format
15208 msgid "non-object member `%s' cannot be declared `mutable'"
15209 msgstr ""
15210
15211 #: cp/decl.c:11460
15212 #, c-format
15213 msgid "function `%s' cannot be declared `mutable'"
15214 msgstr ""
15215
15216 #: cp/decl.c:11465
15217 #, c-format
15218 msgid "static `%s' cannot be declared `mutable'"
15219 msgstr ""
15220
15221 #: cp/decl.c:11470
15222 #, c-format
15223 msgid "const `%s' cannot be declared `mutable'"
15224 msgstr ""
15225
15226 #: cp/decl.c:11483
15227 msgid "template-id `%D' used as a declarator"
15228 msgstr ""
15229
15230 #: cp/decl.c:11504
15231 msgid "ISO C++ forbids nested type `%D' with same name as enclosing class"
15232 msgstr ""
15233
15234 #: cp/decl.c:11512
15235 msgid "typedef name may not be a nested-name-specifier"
15236 msgstr ""
15237
15238 #: cp/decl.c:11559
15239 msgid "invalid type qualifier for non-member function type"
15240 msgstr ""
15241
15242 #: cp/decl.c:11622
15243 msgid "type qualifiers specified for friend class declaration"
15244 msgstr ""
15245
15246 #: cp/decl.c:11627
15247 msgid "`inline' specified for friend class declaration"
15248 msgstr ""
15249
15250 #: cp/decl.c:11635
15251 msgid "template parameters cannot be friends"
15252 msgstr ""
15253
15254 #: cp/decl.c:11637
15255 msgid "friend declaration requires class-key, i.e. `friend class %T::%D'"
15256 msgstr ""
15257
15258 #: cp/decl.c:11641
15259 msgid "friend declaration requires class-key, i.e. `friend %#T'"
15260 msgstr ""
15261
15262 #: cp/decl.c:11655
15263 msgid "trying to make class `%T' a friend of global scope"
15264 msgstr ""
15265
15266 #: cp/decl.c:11666
15267 msgid "invalid qualifiers on non-member function type"
15268 msgstr ""
15269
15270 #: cp/decl.c:11685
15271 msgid "abstract declarator `%T' used as declaration"
15272 msgstr ""
15273
15274 #: cp/decl.c:11697
15275 msgid "unnamed variable or field declared void"
15276 msgstr ""
15277
15278 #: cp/decl.c:11706
15279 msgid "variable or field declared void"
15280 msgstr ""
15281
15282 #: cp/decl.c:11716
15283 msgid "cannot use `::' in parameter declaration"
15284 msgstr ""
15285
15286 #. Something like struct S { int N::j; };
15287 #: cp/decl.c:11755
15288 msgid "invalid use of `::'"
15289 msgstr ""
15290
15291 #: cp/decl.c:11767
15292 msgid "function `%D' cannot be declared friend"
15293 msgstr ""
15294
15295 #: cp/decl.c:11779
15296 msgid "can't make `%D' into a method -- not in a class"
15297 msgstr ""
15298
15299 #: cp/decl.c:11788
15300 msgid "function `%D' declared virtual inside a union"
15301 msgstr ""
15302
15303 #: cp/decl.c:11800
15304 msgid "`%D' cannot be declared virtual, since it is always static"
15305 msgstr ""
15306
15307 #: cp/decl.c:11873
15308 msgid "field `%D' has incomplete type"
15309 msgstr ""
15310
15311 #: cp/decl.c:11875
15312 msgid "name `%T' has incomplete type"
15313 msgstr ""
15314
15315 #: cp/decl.c:11884
15316 msgid "  in instantiation of template `%T'"
15317 msgstr ""
15318
15319 #: cp/decl.c:11894
15320 #, c-format
15321 msgid "`%s' is neither function nor member function; cannot be declared friend"
15322 msgstr ""
15323
15324 #: cp/decl.c:11905
15325 msgid "member functions are implicitly friends of their class"
15326 msgstr ""
15327
15328 #. An attempt is being made to initialize a non-static
15329 #. member.  But, from [class.mem]:
15330 #.
15331 #. 4 A member-declarator can contain a
15332 #. constant-initializer only if it declares a static
15333 #. member (_class.static_) of integral or enumeration
15334 #. type, see _class.static.data_.
15335 #.
15336 #. This used to be relatively common practice, but
15337 #. the rest of the compiler does not correctly
15338 #. handle the initialization unless the member is
15339 #. static so we make it static below.
15340 #: cp/decl.c:11952
15341 msgid "ISO C++ forbids initialization of member `%D'"
15342 msgstr ""
15343
15344 #: cp/decl.c:11954
15345 msgid "making `%D' static"
15346 msgstr ""
15347
15348 #: cp/decl.c:11978
15349 msgid ""
15350 "ISO C++ forbids static data member `%D' with same name as enclosing class"
15351 msgstr ""
15352
15353 #: cp/decl.c:12019
15354 #, c-format
15355 msgid "storage class `auto' invalid for function `%s'"
15356 msgstr ""
15357
15358 #: cp/decl.c:12021
15359 #, c-format
15360 msgid "storage class `register' invalid for function `%s'"
15361 msgstr ""
15362
15363 #: cp/decl.c:12023
15364 #, c-format
15365 msgid "storage class `__thread' invalid for function `%s'"
15366 msgstr ""
15367
15368 #: cp/decl.c:12034
15369 #, c-format
15370 msgid ""
15371 "storage class `static' invalid for function `%s' declared out of global scope"
15372 msgstr ""
15373
15374 #: cp/decl.c:12036
15375 #, c-format
15376 msgid ""
15377 "storage class `inline' invalid for function `%s' declared out of global scope"
15378 msgstr ""
15379
15380 #: cp/decl.c:12043
15381 #, c-format
15382 msgid "virtual non-class function `%s'"
15383 msgstr ""
15384
15385 #: cp/decl.c:12072
15386 msgid "cannot declare member function `%D' to have static linkage"
15387 msgstr ""
15388
15389 #. FIXME need arm citation
15390 #: cp/decl.c:12078
15391 msgid "cannot declare static function inside another function"
15392 msgstr ""
15393
15394 #: cp/decl.c:12106
15395 msgid ""
15396 "`static' may not be used when defining (as opposed to declaring) a static "
15397 "data member"
15398 msgstr ""
15399
15400 #: cp/decl.c:12112
15401 msgid "static member `%D' declared `register'"
15402 msgstr ""
15403
15404 #: cp/decl.c:12117
15405 msgid "cannot explicitly declare member `%#D' to have extern linkage"
15406 msgstr ""
15407
15408 #: cp/decl.c:12289
15409 msgid "default argument for `%#D' has type `%T'"
15410 msgstr ""
15411
15412 #: cp/decl.c:12292
15413 msgid "default argument for parameter of type `%T' has type `%T'"
15414 msgstr ""
15415
15416 #: cp/decl.c:12309
15417 msgid "default argument `%E' uses local variable `%D'"
15418 msgstr ""
15419
15420 #: cp/decl.c:12354
15421 #, c-format
15422 msgid "invalid string constant `%E'"
15423 msgstr ""
15424
15425 #: cp/decl.c:12356
15426 msgid ""
15427 "invalid integer constant in parameter list, did you forget to give parameter "
15428 "name?"
15429 msgstr ""
15430
15431 #: cp/decl.c:12394
15432 msgid "parameter `%D' invalidly declared method type"
15433 msgstr ""
15434
15435 #: cp/decl.c:12400
15436 msgid "parameter `%D' invalidly declared offset type"
15437 msgstr ""
15438
15439 #: cp/decl.c:12424
15440 msgid "parameter `%D' includes %s to array of unknown bound `%T'"
15441 msgstr ""
15442
15443 #. [class.copy]
15444 #.
15445 #. A declaration of a constructor for a class X is ill-formed if
15446 #. its first parameter is of type (optionally cv-qualified) X
15447 #. and either there are no other parameters or else all other
15448 #. parameters have default arguments.
15449 #.
15450 #. We *don't* complain about member template instantiations that
15451 #. have this form, though; they can occur as we try to decide
15452 #. what constructor to use during overload resolution.  Since
15453 #. overload resolution will never prefer such a constructor to
15454 #. the non-template copy constructor (which is either explicitly
15455 #. or implicitly defined), there's no need to worry about their
15456 #. existence.  Theoretically, they should never even be
15457 #. instantiated, but that's hard to forestall.
15458 #: cp/decl.c:12586
15459 msgid "invalid constructor; you probably meant `%T (const %T&)'"
15460 msgstr ""
15461
15462 #: cp/decl.c:12737
15463 msgid "`%D' must be a nonstatic member function"
15464 msgstr ""
15465
15466 #: cp/decl.c:12743
15467 msgid ""
15468 "`%D' must be either a non-static member function or a non-member function"
15469 msgstr ""
15470
15471 #: cp/decl.c:12760
15472 msgid "`%D' must have an argument of class or enumerated type"
15473 msgstr ""
15474
15475 #: cp/decl.c:12792
15476 #, c-format
15477 msgid "conversion to %s%s will never use a type conversion operator"
15478 msgstr ""
15479
15480 #. 13.4.0.3
15481 #: cp/decl.c:12799
15482 msgid "ISO C++ prohibits overloading operator ?:"
15483 msgstr ""
15484
15485 #: cp/decl.c:12849
15486 msgid "postfix `%D' must take `int' as its argument"
15487 msgstr ""
15488
15489 #: cp/decl.c:12853
15490 msgid "postfix `%D' must take `int' as its second argument"
15491 msgstr ""
15492
15493 #: cp/decl.c:12860
15494 msgid "`%D' must take either zero or one argument"
15495 msgstr ""
15496
15497 #: cp/decl.c:12862
15498 msgid "`%D' must take either one or two arguments"
15499 msgstr ""
15500
15501 #: cp/decl.c:12883
15502 msgid "prefix `%D' should return `%T'"
15503 msgstr ""
15504
15505 #: cp/decl.c:12889
15506 msgid "postfix `%D' should return `%T'"
15507 msgstr ""
15508
15509 #: cp/decl.c:12898
15510 msgid "`%D' must take `void'"
15511 msgstr ""
15512
15513 #: cp/decl.c:12900 cp/decl.c:12908
15514 msgid "`%D' must take exactly one argument"
15515 msgstr ""
15516
15517 #: cp/decl.c:12910
15518 msgid "`%D' must take exactly two arguments"
15519 msgstr ""
15520
15521 #: cp/decl.c:12918
15522 msgid "user-defined `%D' always evaluates both arguments"
15523 msgstr ""
15524
15525 #: cp/decl.c:12932
15526 msgid "`%D' should return by value"
15527 msgstr ""
15528
15529 #: cp/decl.c:12944 cp/decl.c:12947
15530 msgid "`%D' cannot have default arguments"
15531 msgstr ""
15532
15533 #: cp/decl.c:13023
15534 msgid "`%s %T' declares a new type at namespace scope"
15535 msgstr ""
15536
15537 #: cp/decl.c:13026
15538 msgid ""
15539 "  names from dependent base classes are not visible to unqualified name "
15540 "lookup - to refer to the inherited type, say `%s %T::%T'"
15541 msgstr ""
15542
15543 #: cp/decl.c:13064
15544 msgid "using typedef-name `%D' after `%s'"
15545 msgstr ""
15546
15547 #: cp/decl.c:13069
15548 msgid "using template type parameter `%T' after `%s'"
15549 msgstr ""
15550
15551 #: cp/decl.c:13149
15552 msgid "use of enum `%#D' without previous declaration"
15553 msgstr ""
15554
15555 #: cp/decl.c:13235
15556 msgid "derived union `%T' invalid"
15557 msgstr ""
15558
15559 #: cp/decl.c:13281
15560 msgid "base type `%T' fails to be a struct or class type"
15561 msgstr ""
15562
15563 #: cp/decl.c:13291
15564 msgid "base class `%T' has incomplete type"
15565 msgstr ""
15566
15567 #: cp/decl.c:13299
15568 msgid "recursive type `%T' undefined"
15569 msgstr ""
15570
15571 #: cp/decl.c:13301
15572 msgid "duplicate base type `%T' invalid"
15573 msgstr ""
15574
15575 #: cp/decl.c:13412
15576 msgid "multiple definition of `%#T'"
15577 msgstr ""
15578
15579 #: cp/decl.c:13413
15580 msgid "previous definition here"
15581 msgstr ""
15582
15583 #: cp/decl.c:13581
15584 msgid "enumerator value for `%D' not integer constant"
15585 msgstr ""
15586
15587 #: cp/decl.c:13601
15588 msgid "overflow in enumeration values at `%D'"
15589 msgstr ""
15590
15591 #: cp/decl.c:13687
15592 msgid "return type `%#T' is incomplete"
15593 msgstr ""
15594
15595 #: cp/decl.c:13801
15596 msgid "semicolon missing after declaration of `%#T'"
15597 msgstr ""
15598
15599 #: cp/decl.c:13822
15600 msgid "return type for `main' changed to `int'"
15601 msgstr ""
15602
15603 #: cp/decl.c:13853
15604 msgid "`%D' implicitly declared before its definition"
15605 msgstr ""
15606
15607 #: cp/decl.c:13875 cp/typeck.c:6270
15608 msgid "`operator=' should return a reference to `*this'"
15609 msgstr ""
15610
15611 #: cp/decl.c:14135
15612 msgid "parameter `%D' declared void"
15613 msgstr ""
15614
15615 #: cp/decl.c:14582
15616 msgid "invalid member function declaration"
15617 msgstr ""
15618
15619 #: cp/decl.c:14599
15620 msgid "`%D' is already defined in class `%T'"
15621 msgstr ""
15622
15623 #: cp/decl.c:14816
15624 msgid "static member function `%#D' declared with type qualifiers"
15625 msgstr ""
15626
15627 #: cp/decl2.c:154
15628 #, c-format
15629 msgid "duplicate type qualifiers in %s declaration"
15630 msgstr ""
15631
15632 #: cp/decl2.c:192
15633 msgid "template `%#D' instantiated in file without #pragma interface"
15634 msgstr ""
15635
15636 #: cp/decl2.c:198
15637 msgid "template `%#D' defined in file without #pragma interface"
15638 msgstr ""
15639
15640 #: cp/decl2.c:356
15641 msgid "name missing for member function"
15642 msgstr ""
15643
15644 #. Something has gone very wrong.  Assume we are mistakenly reducing
15645 #. an expression instead of a declaration.
15646 #: cp/decl2.c:418
15647 msgid "parser may be lost: is there a '{' missing somewhere?"
15648 msgstr ""
15649
15650 #: cp/decl2.c:449 cp/decl2.c:463
15651 msgid "ambiguous conversion for array subscript"
15652 msgstr ""
15653
15654 #: cp/decl2.c:457
15655 msgid "invalid types `%T[%T]' for array subscript"
15656 msgstr ""
15657
15658 #: cp/decl2.c:503
15659 msgid "type `%#T' argument given to `delete', expected pointer"
15660 msgstr ""
15661
15662 #: cp/decl2.c:511
15663 msgid "anachronistic use of array size in vector delete"
15664 msgstr ""
15665
15666 #: cp/decl2.c:521
15667 msgid ""
15668 "cannot delete a function.  Only pointer-to-objects are valid arguments to "
15669 "`delete'"
15670 msgstr ""
15671
15672 #: cp/decl2.c:528
15673 msgid "deleting `%T' is undefined"
15674 msgstr ""
15675
15676 #: cp/decl2.c:536
15677 msgid "deleting array `%#D'"
15678 msgstr ""
15679
15680 #. 14.5.2.2 [temp.mem]
15681 #.
15682 #. A local class shall not have member templates.
15683 #: cp/decl2.c:569
15684 msgid "invalid declaration of member template `%#D' in local class"
15685 msgstr ""
15686
15687 #: cp/decl2.c:578
15688 msgid "invalid use of `virtual' in template declaration of `%#D'"
15689 msgstr ""
15690
15691 #: cp/decl2.c:588 cp/pt.c:2604
15692 msgid "template declaration of `%#D'"
15693 msgstr ""
15694
15695 #: cp/decl2.c:636
15696 msgid "Java method '%D' has non-Java return type `%T'"
15697 msgstr ""
15698
15699 #: cp/decl2.c:645
15700 msgid "Java method '%D' has non-Java parameter type `%T'"
15701 msgstr ""
15702
15703 #: cp/decl2.c:720
15704 msgid "prototype for `%#D' does not match any in class `%T'"
15705 msgstr ""
15706
15707 #: cp/decl2.c:799
15708 msgid "local class `%#T' shall not have static data member `%#D'"
15709 msgstr ""
15710
15711 #: cp/decl2.c:807
15712 msgid "initializer invalid for static member with constructor"
15713 msgstr ""
15714
15715 #: cp/decl2.c:810
15716 msgid "(an out of class initialization is required)"
15717 msgstr ""
15718
15719 #: cp/decl2.c:869
15720 msgid "invalid data member initialization"
15721 msgstr ""
15722
15723 #: cp/decl2.c:872
15724 msgid "(use `=' to initialize static data members)"
15725 msgstr ""
15726
15727 #: cp/decl2.c:918
15728 msgid "member `%D' conflicts with virtual function table field name"
15729 msgstr ""
15730
15731 #: cp/decl2.c:938
15732 msgid "`%D' is already defined in `%T'"
15733 msgstr ""
15734
15735 #: cp/decl2.c:990
15736 msgid "field initializer is not constant"
15737 msgstr ""
15738
15739 #: cp/decl2.c:1014
15740 msgid "`asm' specifiers are not permitted on non-static data members"
15741 msgstr ""
15742
15743 #: cp/decl2.c:1065
15744 msgid "cannot declare `%D' to be a bit-field type"
15745 msgstr ""
15746
15747 #: cp/decl2.c:1075
15748 msgid "cannot declare bit-field `%D' with function type"
15749 msgstr ""
15750
15751 #: cp/decl2.c:1082
15752 msgid "`%D' is already defined in the class %T"
15753 msgstr ""
15754
15755 #: cp/decl2.c:1089
15756 msgid "static member `%D' cannot be a bit-field"
15757 msgstr ""
15758
15759 #: cp/decl2.c:1172
15760 msgid "initializer specified for non-member function `%D'"
15761 msgstr ""
15762
15763 #: cp/decl2.c:1176
15764 msgid "invalid initializer for virtual method `%D'"
15765 msgstr ""
15766
15767 #: cp/decl2.c:1261
15768 msgid "anonymous struct not inside named type"
15769 msgstr ""
15770
15771 #: cp/decl2.c:1326
15772 msgid "namespace-scope anonymous aggregates must be static"
15773 msgstr ""
15774
15775 #: cp/decl2.c:1336
15776 msgid "anonymous union with no members"
15777 msgstr ""
15778
15779 #: cp/decl2.c:1368
15780 msgid "`operator new' must return type `%T'"
15781 msgstr ""
15782
15783 #: cp/decl2.c:1376
15784 msgid "`operator new' takes type `size_t' (`%T') as first parameter"
15785 msgstr ""
15786
15787 #: cp/decl2.c:1402
15788 msgid "`operator delete' must return type `%T'"
15789 msgstr ""
15790
15791 #: cp/decl2.c:1410
15792 msgid "`operator delete' takes type `%T' as first parameter"
15793 msgstr ""
15794
15795 #. Overflow occurred.  That means there are at least 4 billion
15796 #. initialization functions.
15797 #: cp/decl2.c:2144
15798 msgid "too many initialization functions required"
15799 msgstr ""
15800
15801 #: cp/decl2.c:2805
15802 msgid "inline function `%D' used but never defined"
15803 msgstr ""
15804
15805 #: cp/decl2.c:2925 cp/parser.c:5042
15806 msgid "use of old-style cast"
15807 msgstr ""
15808
15809 #: cp/decl2.c:3274 cp/typeck.c:1924
15810 msgid "`%D' is not a member of `%T'"
15811 msgstr ""
15812
15813 #: cp/decl2.c:3666
15814 msgid "use of `%D' is ambiguous"
15815 msgstr ""
15816
15817 #: cp/decl2.c:3667
15818 msgid "  first declared as `%#D' here"
15819 msgstr ""
15820
15821 #: cp/decl2.c:3670
15822 msgid "  also declared as `%#D' here"
15823 msgstr ""
15824
15825 #: cp/decl2.c:3685
15826 msgid "`%D' denotes an ambiguous type"
15827 msgstr ""
15828
15829 #: cp/decl2.c:3686
15830 msgid "  first type here"
15831 msgstr ""
15832
15833 #: cp/decl2.c:3687
15834 msgid "  other type here"
15835 msgstr ""
15836
15837 #: cp/decl2.c:3776
15838 msgid "declaration of `%D' not in a namespace surrounding `%D'"
15839 msgstr ""
15840
15841 #: cp/decl2.c:3816
15842 msgid "`%D' should have been declared inside `%D'"
15843 msgstr ""
15844
15845 #: cp/decl2.c:3943
15846 msgid "`%D' is not a function,"
15847 msgstr ""
15848
15849 #: cp/decl2.c:3944
15850 msgid "  conflict with `%D'"
15851 msgstr ""
15852
15853 #. The parser did not find it, so it's not there.
15854 #: cp/decl2.c:4244
15855 msgid "unknown namespace `%D'"
15856 msgstr ""
15857
15858 #. 7.3.3/5
15859 #. A using-declaration shall not name a template-id.
15860 #: cp/decl2.c:4270
15861 msgid "a using-declaration cannot specify a template-id.  Try `using %D'"
15862 msgstr ""
15863
15864 #: cp/decl2.c:4276
15865 msgid "namespace `%D' not allowed in using-declaration"
15866 msgstr ""
15867
15868 #: cp/decl2.c:4298 cp/decl2.c:4559
15869 msgid "`%T' is not a namespace"
15870 msgstr ""
15871
15872 #: cp/decl2.c:4322
15873 msgid "`%D' not declared"
15874 msgstr ""
15875
15876 #: cp/decl2.c:4373
15877 msgid "`%D' is already declared in this scope"
15878 msgstr ""
15879
15880 #: cp/decl2.c:4400
15881 msgid "using declaration `%D' introduced ambiguous type `%T'"
15882 msgstr ""
15883
15884 #: cp/decl2.c:4488
15885 msgid "using-declaration for non-member at class scope"
15886 msgstr ""
15887
15888 #: cp/decl2.c:4494
15889 msgid "using-declaration for destructor"
15890 msgstr ""
15891
15892 #: cp/decl2.c:4500 cp/decl2.c:4524
15893 msgid "a using-declaration cannot specify a template-id.  Try  `using %T::%D'"
15894 msgstr ""
15895
15896 #: cp/decl2.c:4509
15897 msgid "a using-declaration cannot specify a template-id."
15898 msgstr ""
15899
15900 #: cp/decl2.c:4553
15901 msgid "namespace `%T' undeclared"
15902 msgstr ""
15903
15904 #: cp/decl2.c:4582
15905 msgid "default argument missing for parameter %P of `%+#D'"
15906 msgstr ""
15907
15908 #: cp/decl2.c:4676
15909 msgid "extra qualification `%T::' on member `%D' ignored"
15910 msgstr ""
15911
15912 #: cp/decl2.c:4680
15913 msgid "`%T' does not have a class or union named `%D'"
15914 msgstr ""
15915
15916 #: cp/decl2.c:4693
15917 msgid "`%T' is not a class or union type"
15918 msgstr ""
15919
15920 #: cp/error.c:37
15921 #, c-format
15922 msgid "`%s' not supported by %s"
15923 msgstr ""
15924
15925 #: cp/error.c:573
15926 #, c-format
15927 msgid "<anonymous %s>"
15928 msgstr ""
15929
15930 #: cp/error.c:810
15931 #, c-format
15932 msgid "(static %s for %s)"
15933 msgstr ""
15934
15935 #: cp/error.c:1485
15936 #, c-format
15937 msgid "\\x%x"
15938 msgstr ""
15939
15940 #: cp/error.c:2427
15941 #, c-format
15942 msgid "In %s `%s':"
15943 msgstr ""
15944
15945 #: cp/error.c:2484
15946 #, c-format
15947 msgid "%s: In instantiation of `%s':\n"
15948 msgstr ""
15949
15950 #: cp/error.c:2508
15951 #, c-format
15952 msgid "%s:%d:   instantiated from `%s'\n"
15953 msgstr ""
15954
15955 #: cp/error.c:2513
15956 #, c-format
15957 msgid "%s:%d:   instantiated from here\n"
15958 msgstr ""
15959
15960 #. damn ICE suppression
15961 #: cp/error.c:2667
15962 #, c-format
15963 msgid "unexpected letter `%c' in locate_error\n"
15964 msgstr ""
15965
15966 #. Can't throw a reference.
15967 #: cp/except.c:242
15968 msgid "type `%T' is disallowed in Java `throw' or `catch'"
15969 msgstr ""
15970
15971 #: cp/except.c:253
15972 msgid "call to Java `catch' or `throw' with `jthrowable' undefined"
15973 msgstr ""
15974
15975 #. Thrown object must be a Throwable.
15976 #: cp/except.c:260
15977 msgid "type `%T' is not derived from `java::lang::Throwable'"
15978 msgstr ""
15979
15980 #: cp/except.c:324
15981 msgid "mixing C++ and Java catches in a single translation unit"
15982 msgstr ""
15983
15984 #: cp/except.c:641
15985 msgid "throwing NULL, which has integral, not pointer type"
15986 msgstr ""
15987
15988 #: cp/except.c:732
15989 msgid "  in thrown expression"
15990 msgstr ""
15991
15992 #: cp/except.c:858
15993 msgid ""
15994 "expression '%E' of abstract class type '%T' cannot be used in throw-"
15995 "expression"
15996 msgstr ""
15997
15998 #: cp/except.c:946
15999 msgid "exception of type `%T' will be caught"
16000 msgstr ""
16001
16002 #: cp/except.c:949
16003 msgid "   by earlier handler for `%T'"
16004 msgstr ""
16005
16006 #: cp/except.c:970
16007 msgid "`...' handler must be the last handler for its try block"
16008 msgstr ""
16009
16010 #: cp/friend.c:157
16011 msgid "`%D' is already a friend of class `%T'"
16012 msgstr ""
16013
16014 #: cp/friend.c:159
16015 msgid "previous friend declaration of `%D'"
16016 msgstr ""
16017
16018 #: cp/friend.c:204
16019 msgid "invalid type `%T' declared `friend'"
16020 msgstr ""
16021
16022 #. [temp.friend]
16023 #. Friend declarations shall not declare partial
16024 #. specializations.
16025 #: cp/friend.c:220
16026 msgid "partial specialization `%T' declared `friend'"
16027 msgstr ""
16028
16029 #: cp/friend.c:229
16030 msgid "class `%T' is implicitly friends with itself"
16031 msgstr ""
16032
16033 #. template <class T> friend typename S<T>::X;
16034 #: cp/friend.c:247
16035 msgid "typename type `%#T' declared `friend'"
16036 msgstr ""
16037
16038 #. template <class T> friend class T;
16039 #: cp/friend.c:253
16040 msgid "template parameter type `%T' declared `friend'"
16041 msgstr ""
16042
16043 #. template <class T> friend class A; where A is not a template
16044 #: cp/friend.c:259
16045 msgid "`%#T' is not a template"
16046 msgstr ""
16047
16048 #: cp/friend.c:274
16049 msgid "`%T' is already a friend of `%T'"
16050 msgstr ""
16051
16052 #: cp/friend.c:372
16053 msgid "member `%D' declared as friend before type `%T' defined"
16054 msgstr ""
16055
16056 #: cp/friend.c:427
16057 msgid "friend declaration `%#D' declares a non-template function"
16058 msgstr ""
16059
16060 #: cp/friend.c:430
16061 msgid ""
16062 "(if this is not what you intended, make sure the function template has "
16063 "already been declared and add <> after the function name here) -Wno-non-"
16064 "template-friend disables this warning"
16065 msgstr ""
16066
16067 #: cp/g++spec.c:211 java/jvspec.c:418
16068 #, c-format
16069 msgid "argument to `%s' missing\n"
16070 msgstr ""
16071
16072 #: cp/init.c:322
16073 msgid "`%D' should be initialized in the member initialization list"
16074 msgstr ""
16075
16076 #: cp/init.c:371
16077 msgid "default-initialization of `%#D', which has reference type"
16078 msgstr ""
16079
16080 #: cp/init.c:376
16081 msgid "uninitialized reference member `%D'"
16082 msgstr ""
16083
16084 #: cp/init.c:384
16085 msgid "initializer list treated as compound expression"
16086 msgstr ""
16087
16088 #: cp/init.c:525
16089 msgid "`%D' will be initialized after"
16090 msgstr ""
16091
16092 #: cp/init.c:528
16093 msgid "base `%T' will be initialized after"
16094 msgstr ""
16095
16096 #: cp/init.c:531
16097 msgid "  `%#D'"
16098 msgstr ""
16099
16100 #: cp/init.c:533
16101 msgid "  base `%T'"
16102 msgstr ""
16103
16104 #: cp/init.c:551
16105 msgid "multiple initializations given for base `%T'"
16106 msgstr ""
16107
16108 #: cp/init.c:618
16109 msgid "initializations for multiple members of `%T'"
16110 msgstr ""
16111
16112 #: cp/init.c:673
16113 msgid ""
16114 "base class `%#T' should be explicitly initialized in the copy constructor"
16115 msgstr ""
16116
16117 #: cp/init.c:918 cp/init.c:937
16118 msgid "class `%T' does not have any field named `%D'"
16119 msgstr ""
16120
16121 #: cp/init.c:924
16122 msgid ""
16123 "`%#D' is a static data member; it can only be initialized at its definition"
16124 msgstr ""
16125
16126 #: cp/init.c:931
16127 msgid "`%#D' is not a non-static data member of `%T'"
16128 msgstr ""
16129
16130 #: cp/init.c:971
16131 msgid "unnamed initializer for `%T', which has no base classes"
16132 msgstr ""
16133
16134 #: cp/init.c:978
16135 msgid "unnamed initializer for `%T', which uses multiple inheritance"
16136 msgstr ""
16137
16138 #: cp/init.c:1015
16139 msgid "type `%D' is not a direct or virtual base of `%T'"
16140 msgstr ""
16141
16142 #: cp/init.c:1018
16143 msgid "type `%D' is not a direct base of `%T'"
16144 msgstr ""
16145
16146 #. Handle bad initializers like:
16147 #. class COMPLEX {
16148 #. public:
16149 #. double re, im;
16150 #. COMPLEX(double r = 0.0, double i = 0.0) {re = r; im = i;};
16151 #. ~COMPLEX() {};
16152 #. };
16153 #.
16154 #. int main(int argc, char **argv) {
16155 #. COMPLEX zees(1.0, 0.0)[10];
16156 #. }
16157 #.
16158 #: cp/init.c:1112
16159 msgid "bad array initializer"
16160 msgstr ""
16161
16162 #: cp/init.c:1319
16163 msgid "`%T' is not an aggregate type"
16164 msgstr ""
16165
16166 #: cp/init.c:1342
16167 msgid "`%T' fails to be an aggregate typedef"
16168 msgstr ""
16169
16170 #: cp/init.c:1351
16171 msgid "type `%T' is of non-aggregate type"
16172 msgstr ""
16173
16174 #: cp/init.c:1454
16175 msgid "cannot call destructor `%T::~%T' without object"
16176 msgstr ""
16177
16178 #: cp/init.c:1498
16179 msgid "invalid use of non-static field `%D'"
16180 msgstr ""
16181
16182 #: cp/init.c:1507
16183 msgid "invalid use of member `%D'"
16184 msgstr ""
16185
16186 #: cp/init.c:1517
16187 msgid "no method `%T::%D'"
16188 msgstr ""
16189
16190 #: cp/init.c:1610
16191 msgid "incomplete type `%T' does not have member `%D'"
16192 msgstr ""
16193
16194 #: cp/init.c:1684
16195 msgid "`%D' is not a member of type `%T'"
16196 msgstr ""
16197
16198 #: cp/init.c:1703
16199 msgid "invalid pointer to bit-field `%D'"
16200 msgstr ""
16201
16202 #: cp/init.c:1742
16203 msgid "object missing in use of pointer-to-member construct"
16204 msgstr ""
16205
16206 #: cp/init.c:1782
16207 msgid "member `%D' is non-static but referenced as a static member"
16208 msgstr ""
16209
16210 #: cp/init.c:1784 cp/typeck.c:2858 cp/typeck.c:2963
16211 msgid "at this point in file"
16212 msgstr ""
16213
16214 #: cp/init.c:1821
16215 #, c-format
16216 msgid "object missing in `%E'"
16217 msgstr ""
16218
16219 #: cp/init.c:1952
16220 msgid "new of array type fails to specify size"
16221 msgstr ""
16222
16223 #: cp/init.c:1963
16224 msgid "size in array new must have integral type"
16225 msgstr ""
16226
16227 #: cp/init.c:1969
16228 msgid "zero size array reserves no space"
16229 msgstr ""
16230
16231 #: cp/init.c:2034
16232 msgid "new cannot be applied to a reference type"
16233 msgstr ""
16234
16235 #: cp/init.c:2040
16236 msgid "new cannot be applied to a function type"
16237 msgstr ""
16238
16239 #: cp/init.c:2087
16240 msgid "call to Java constructor, while `jclass' undefined"
16241 msgstr ""
16242
16243 #: cp/init.c:2103
16244 msgid "can't find class$"
16245 msgstr ""
16246
16247 #: cp/init.c:2217
16248 msgid "invalid type `void' for new"
16249 msgstr ""
16250
16251 #: cp/init.c:2269
16252 #, c-format
16253 msgid "call to Java constructor with `%s' undefined"
16254 msgstr ""
16255
16256 #: cp/init.c:2377
16257 msgid "ISO C++ forbids initialization in array new"
16258 msgstr ""
16259
16260 #: cp/init.c:2395 cp/typeck2.c:362 cp/typeck2.c:1225
16261 msgid "initializer list being treated as compound expression"
16262 msgstr ""
16263
16264 #: cp/init.c:2401
16265 msgid "ISO C++ forbids aggregate initializer to new"
16266 msgstr ""
16267
16268 #: cp/init.c:2492
16269 msgid "uninitialized const in `new' of `%#T'"
16270 msgstr ""
16271
16272 #: cp/init.c:2858
16273 msgid "initializer ends prematurely"
16274 msgstr ""
16275
16276 #: cp/init.c:2929
16277 msgid "cannot initialize multi-dimensional array with initializer"
16278 msgstr ""
16279
16280 #: cp/init.c:3112
16281 msgid "unknown array size in delete"
16282 msgstr ""
16283
16284 #: cp/init.c:3377
16285 msgid "type to vector delete is neither pointer or array type"
16286 msgstr ""
16287
16288 #: cp/lex.c:133
16289 msgid "type name expected before `*'"
16290 msgstr ""
16291
16292 #: cp/lex.c:699
16293 #, c-format
16294 msgid "junk at end of #pragma %s"
16295 msgstr ""
16296
16297 #: cp/lex.c:706
16298 #, c-format
16299 msgid "invalid #pragma %s"
16300 msgstr ""
16301
16302 #: cp/lex.c:715
16303 msgid "#pragma vtable no longer supported"
16304 msgstr ""
16305
16306 #: cp/lex.c:792
16307 #, c-format
16308 msgid "#pragma implementation for %s appears after file is included"
16309 msgstr ""
16310
16311 #: cp/lex.c:817
16312 msgid "junk at end of #pragma GCC java_exceptions"
16313 msgstr ""
16314
16315 #: cp/lex.c:861
16316 msgid "`%D' not defined"
16317 msgstr ""
16318
16319 #: cp/lex.c:864
16320 msgid "`%D' was not declared in this scope"
16321 msgstr ""
16322
16323 #: cp/lex.c:872
16324 msgid "`%D' undeclared (first use this function)"
16325 msgstr ""
16326
16327 #: cp/lex.c:876
16328 msgid ""
16329 "(Each undeclared identifier is reported only once for each function it "
16330 "appears in.)"
16331 msgstr ""
16332
16333 #: cp/lex.c:993
16334 msgid "`::%D' undeclared (first use here)"
16335 msgstr ""
16336
16337 #: cp/mangle.c:2064
16338 msgid "real-valued template parameters when cross-compiling"
16339 msgstr ""
16340
16341 #: cp/mangle.c:2328
16342 msgid "the mangled name of `%D' will change in a future version of GCC"
16343 msgstr ""
16344
16345 #: cp/method.c:180
16346 msgid "use of namespace `%D' as expression"
16347 msgstr ""
16348
16349 #: cp/method.c:185
16350 msgid "use of class template `%T' as expression"
16351 msgstr ""
16352
16353 #: cp/method.c:198
16354 #, c-format
16355 msgid "use of %s from containing function"
16356 msgstr ""
16357
16358 #: cp/method.c:201
16359 msgid "  `%#D' declared here"
16360 msgstr ""
16361
16362 #: cp/method.c:219
16363 msgid "request for member `%D' is ambiguous in multiple inheritance lattice"
16364 msgstr ""
16365
16366 #: cp/method.c:485
16367 msgid "generic thunk code fails for method `%#D' which uses `...'"
16368 msgstr ""
16369
16370 #: cp/method.c:702
16371 msgid "non-static const member `%#D', can't use default assignment operator"
16372 msgstr ""
16373
16374 #: cp/method.c:707
16375 msgid ""
16376 "non-static reference member `%#D', can't use default assignment operator"
16377 msgstr ""
16378
16379 #: cp/parser.c:609
16380 msgid "invalid token"
16381 msgstr ""
16382
16383 #: cp/parser.c:2614
16384 msgid "ISO C++ forbids braced-groups within expressions"
16385 msgstr ""
16386
16387 #: cp/parser.c:2623
16388 msgid "statement-expressions are allowed only inside functions"
16389 msgstr ""
16390
16391 #: cp/parser.c:2674
16392 msgid "`this' may not be used in this context"
16393 msgstr ""
16394
16395 #: cp/parser.c:2786
16396 msgid "local variable `%D' may not appear in this context"
16397 msgstr ""
16398
16399 #: cp/parser.c:2814
16400 msgid "incomplete type `%T' used in nested name specifier"
16401 msgstr ""
16402
16403 #: cp/parser.c:2817
16404 msgid "`%D' is not a member of `%D'"
16405 msgstr ""
16406
16407 #: cp/parser.c:2820
16408 msgid "`::%D' has not been declared"
16409 msgstr ""
16410
16411 #: cp/parser.c:3525
16412 msgid "`%T::%D' is not a class-name or namespace-name"
16413 msgstr ""
16414
16415 #: cp/parser.c:3529
16416 msgid "`%D::%D' is not a class-name or namespace-name"
16417 msgstr ""
16418
16419 #: cp/parser.c:3534
16420 msgid "`%D' is not a class-name or namespace-name"
16421 msgstr ""
16422
16423 #: cp/parser.c:3945
16424 msgid "ISO C++ forbids compound-literals"
16425 msgstr ""
16426
16427 #: cp/parser.c:4869
16428 msgid "expression in new-declarator must have integral or enumeration type"
16429 msgstr ""
16430
16431 #: cp/parser.c:6330
16432 msgid "ISO C++ forbids computed gotos"
16433 msgstr ""
16434
16435 #: cp/parser.c:6454
16436 msgid "extra `;'"
16437 msgstr ""
16438
16439 #: cp/parser.c:6689
16440 msgid "mixing declarations and function-definitions is forbidden"
16441 msgstr ""
16442
16443 #: cp/parser.c:7316
16444 msgid "anachronistic old-style base class initializer"
16445 msgstr ""
16446
16447 #. Warn that we do not support `export'.
16448 #: cp/parser.c:7713
16449 msgid "keyword `export' not implemented, and will be ignored"
16450 msgstr ""
16451
16452 #: cp/parser.c:8853
16453 msgid "using `typename' outside of template"
16454 msgstr ""
16455
16456 #: cp/parser.c:8939
16457 msgid "expected type-name"
16458 msgstr ""
16459
16460 #: cp/parser.c:8944
16461 msgid "`%T' referred to as `%s'"
16462 msgstr ""
16463
16464 #: cp/parser.c:8948
16465 msgid "`%T' referred to as enum"
16466 msgstr ""
16467
16468 #: cp/parser.c:9655
16469 msgid "an asm-specification is not allowed on a function-definition"
16470 msgstr ""
16471
16472 #: cp/parser.c:9657
16473 msgid "attributes are not allowed on a function-definition"
16474 msgstr ""
16475
16476 #: cp/parser.c:9785
16477 msgid "attributes after parenthesized initializer ignored"
16478 msgstr ""
16479
16480 #: cp/parser.c:10831
16481 msgid "file ends in default argument"
16482 msgstr ""
16483
16484 #: cp/parser.c:10886
16485 msgid "default arguments are only permitted on functions"
16486 msgstr ""
16487
16488 #: cp/parser.c:12004
16489 msgid "extra semicolon"
16490 msgstr ""
16491
16492 #: cp/parser.c:12022
16493 msgid "a class-key must be used when declaring a friend"
16494 msgstr ""
16495
16496 #: cp/parser.c:12054
16497 msgid "friend declaration does not name a class or function"
16498 msgstr ""
16499
16500 #: cp/parser.c:13385
16501 msgid "reference to `%D' is ambiguous"
16502 msgstr ""
16503
16504 #: cp/parser.c:13638
16505 msgid "too few template-parameter-lists"
16506 msgstr ""
16507
16508 #. Otherwise, there are too many template parameter lists.  We have
16509 #. something like:
16510 #.
16511 #. template <class T> template <class U> void S::f();
16512 #: cp/parser.c:13653
16513 msgid "too many template-parameter-lists"
16514 msgstr ""
16515
16516 #. If begin_function_definition didn't like the definition, skip
16517 #. the entire function.
16518 #: cp/parser.c:13906
16519 msgid "invalid function declaration"
16520 msgstr ""
16521
16522 #. Issue an error message.
16523 #: cp/parser.c:13945
16524 msgid "named return values are no longer supported"
16525 msgstr ""
16526
16527 #: cp/parser.c:14584
16528 msgid "`%s' tag used in naming `%#T'"
16529 msgstr ""
16530
16531 #: cp/parser.c:14604
16532 msgid "`template' (as a disambiguator) is only allowed within templates"
16533 msgstr ""
16534
16535 #: cp/pt.c:201
16536 msgid "data member `%D' cannot be a member template"
16537 msgstr ""
16538
16539 #: cp/pt.c:213
16540 msgid "invalid member template declaration `%D'"
16541 msgstr ""
16542
16543 #: cp/pt.c:608
16544 msgid "explicit specialization in non-namespace scope `%D'"
16545 msgstr ""
16546
16547 #: cp/pt.c:620
16548 msgid "enclosing class templates are not explicitly specialized"
16549 msgstr ""
16550
16551 #: cp/pt.c:696
16552 msgid "specializing `%#T' in different namespace"
16553 msgstr ""
16554
16555 #: cp/pt.c:697
16556 msgid "  from definition of `%#D'"
16557 msgstr ""
16558
16559 #: cp/pt.c:705
16560 msgid "specialization of `%T' after instantiation"
16561 msgstr ""
16562
16563 #: cp/pt.c:708
16564 msgid "explicit specialization of non-template `%T'"
16565 msgstr ""
16566
16567 #: cp/pt.c:843
16568 msgid "specialization of %D after instantiation"
16569 msgstr ""
16570
16571 #: cp/pt.c:957
16572 msgid "%s %+#D"
16573 msgstr ""
16574
16575 #: cp/pt.c:1008
16576 msgid "`%D' is not a function template"
16577 msgstr ""
16578
16579 #: cp/pt.c:1147
16580 msgid "template-id `%D' for `%+D' does not match any template declaration"
16581 msgstr ""
16582
16583 #: cp/pt.c:1155
16584 msgid "ambiguous template specialization `%D' for `%+D'"
16585 msgstr ""
16586
16587 #. This case handles bogus declarations like template <>
16588 #. template <class T> void f<int>();
16589 #: cp/pt.c:1382 cp/pt.c:1456
16590 msgid "template-id `%D' in declaration of primary template"
16591 msgstr ""
16592
16593 #: cp/pt.c:1395
16594 msgid "template parameter list used in explicit instantiation"
16595 msgstr ""
16596
16597 #: cp/pt.c:1401
16598 msgid "definition provided for explicit instantiation"
16599 msgstr ""
16600
16601 #: cp/pt.c:1407
16602 msgid "too many template parameter lists in declaration of `%D'"
16603 msgstr ""
16604
16605 #: cp/pt.c:1423
16606 msgid "too few template parameter lists in declaration of `%D'"
16607 msgstr ""
16608
16609 #: cp/pt.c:1440
16610 msgid "explicit specialization not preceded by `template <>'"
16611 msgstr ""
16612
16613 #: cp/pt.c:1453
16614 msgid "partial specialization `%D' of function template"
16615 msgstr ""
16616
16617 #: cp/pt.c:1485
16618 msgid "default argument specified in explicit specialization"
16619 msgstr ""
16620
16621 #: cp/pt.c:1489
16622 msgid "template specialization with C linkage"
16623 msgstr ""
16624
16625 #. From [temp.expl.spec]:
16626 #.
16627 #. If such an explicit specialization for the member
16628 #. of a class template names an implicitly-declared
16629 #. special member function (clause _special_), the
16630 #. program is ill-formed.
16631 #.
16632 #. Similar language is found in [temp.explicit].
16633 #: cp/pt.c:1576
16634 msgid "specialization of implicitly-declared special member function"
16635 msgstr ""
16636
16637 #: cp/pt.c:1620
16638 msgid "no member function `%D' declared in `%T'"
16639 msgstr ""
16640
16641 #. There are two many template parameter lists.
16642 #: cp/pt.c:1768
16643 msgid "too many template parameter lists in declaration of `%T'"
16644 msgstr ""
16645
16646 #: cp/pt.c:1864
16647 msgid " shadows template parm `%#D'"
16648 msgstr ""
16649
16650 #: cp/pt.c:2268
16651 msgid "template parameters not used in partial specialization:"
16652 msgstr ""
16653
16654 #: cp/pt.c:2272
16655 msgid "        `%D'"
16656 msgstr ""
16657
16658 #: cp/pt.c:2284
16659 msgid "partial specialization `%T' does not specialize any template arguments"
16660 msgstr ""
16661
16662 #: cp/pt.c:2309
16663 #, c-format
16664 msgid "template argument `%E' involves template parameter(s)"
16665 msgstr ""
16666
16667 #: cp/pt.c:2353
16668 msgid "type `%T' of template argument `%E' depends on template parameter(s)"
16669 msgstr ""
16670
16671 #: cp/pt.c:2441
16672 msgid "no default argument for `%D'"
16673 msgstr ""
16674
16675 #: cp/pt.c:2594
16676 msgid "template with C linkage"
16677 msgstr ""
16678
16679 #: cp/pt.c:2597
16680 msgid "template class without a name"
16681 msgstr ""
16682
16683 #: cp/pt.c:2672
16684 msgid "`%D' does not declare a template type"
16685 msgstr ""
16686
16687 #: cp/pt.c:2678
16688 msgid "template definition of non-template `%#D'"
16689 msgstr ""
16690
16691 #: cp/pt.c:2719
16692 msgid "expected %d levels of template parms for `%#D', got %d"
16693 msgstr ""
16694
16695 #: cp/pt.c:2731
16696 msgid "got %d template parameters for `%#D'"
16697 msgstr ""
16698
16699 #: cp/pt.c:2734
16700 msgid "got %d template parameters for `%#T'"
16701 msgstr ""
16702
16703 #: cp/pt.c:2736
16704 #, c-format
16705 msgid "  but %d required"
16706 msgstr ""
16707
16708 #: cp/pt.c:2819
16709 msgid "`%T' is not a template type"
16710 msgstr ""
16711
16712 #: cp/pt.c:2835
16713 msgid "previous declaration `%D'"
16714 msgstr ""
16715
16716 #: cp/pt.c:2836
16717 #, c-format
16718 msgid "used %d template parameter%s instead of %d"
16719 msgstr ""
16720
16721 #: cp/pt.c:2852
16722 msgid "template parameter `%#D'"
16723 msgstr ""
16724
16725 #: cp/pt.c:2853
16726 msgid "redeclared here as `%#D'"
16727 msgstr ""
16728
16729 #. We have in [temp.param]:
16730 #.
16731 #. A template-parameter may not be given default arguments
16732 #. by two different declarations in the same scope.
16733 #: cp/pt.c:2863
16734 msgid "redefinition of default argument for `%#D'"
16735 msgstr ""
16736
16737 #: cp/pt.c:2864
16738 msgid "  original definition appeared here"
16739 msgstr ""
16740
16741 #: cp/pt.c:2957
16742 #, c-format
16743 msgid "`%E' is not a valid template argument"
16744 msgstr ""
16745
16746 #: cp/pt.c:2961
16747 msgid "it must be the address of a function with external linkage"
16748 msgstr ""
16749
16750 #: cp/pt.c:2963
16751 msgid "it must be the address of an object with external linkage"
16752 msgstr ""
16753
16754 #: cp/pt.c:2967
16755 msgid "it must be a pointer-to-member of the form `&X::Y'"
16756 msgstr ""
16757
16758 #: cp/pt.c:2978
16759 #, c-format
16760 msgid ""
16761 "string literal %E is not a valid template argument because it is the address "
16762 "of an object with static linkage"
16763 msgstr ""
16764
16765 #: cp/pt.c:2990
16766 #, c-format
16767 msgid "address of non-extern `%E' cannot be used as template argument"
16768 msgstr ""
16769
16770 #: cp/pt.c:3001
16771 #, c-format
16772 msgid "non-constant `%E' cannot be used as template argument"
16773 msgstr ""
16774
16775 #: cp/pt.c:3008
16776 #, c-format
16777 msgid "object `%E' cannot be used as template argument"
16778 msgstr ""
16779
16780 #: cp/pt.c:3388
16781 #, c-format
16782 msgid "to refer to a type member of a template parameter, use `typename %E'"
16783 msgstr ""
16784
16785 #: cp/pt.c:3401 cp/pt.c:3417 cp/pt.c:3456
16786 msgid "type/value mismatch at argument %d in template parameter list for `%D'"
16787 msgstr ""
16788
16789 #: cp/pt.c:3404
16790 msgid "  expected a constant of type `%T', got `%T'"
16791 msgstr ""
16792
16793 #: cp/pt.c:3408
16794 #, c-format
16795 msgid "  expected a type, got `%E'"
16796 msgstr ""
16797
16798 #: cp/pt.c:3420
16799 msgid "  expected a type, got `%T'"
16800 msgstr ""
16801
16802 #: cp/pt.c:3422
16803 msgid "  expected a class template, got `%T'"
16804 msgstr ""
16805
16806 #: cp/pt.c:3458
16807 msgid "  expected a template of type `%D', got `%D'"
16808 msgstr ""
16809
16810 #: cp/pt.c:3480
16811 msgid "template-argument `%T' uses anonymous type"
16812 msgstr ""
16813
16814 #: cp/pt.c:3483
16815 msgid "template-argument `%T' uses local type `%T'"
16816 msgstr ""
16817
16818 #: cp/pt.c:3493
16819 msgid "template-argument `%T' is a variably modified type"
16820 msgstr ""
16821
16822 #: cp/pt.c:3528
16823 msgid "could not convert template argument `%E' to `%T'"
16824 msgstr ""
16825
16826 #: cp/pt.c:3572
16827 #, c-format
16828 msgid "wrong number of template arguments (%d, should be %d)"
16829 msgstr ""
16830
16831 #: cp/pt.c:3576
16832 msgid "provided for `%D'"
16833 msgstr ""
16834
16835 #: cp/pt.c:3623
16836 #, c-format
16837 msgid "template argument %d is invalid"
16838 msgstr ""
16839
16840 #: cp/pt.c:3858
16841 msgid "non-template used as template"
16842 msgstr ""
16843
16844 #: cp/pt.c:3989
16845 msgid "`%T' is not a template"
16846 msgstr ""
16847
16848 #: cp/pt.c:4002
16849 msgid "non-template type `%T' used as a template"
16850 msgstr ""
16851
16852 #: cp/pt.c:4004
16853 msgid "for template declaration `%D'"
16854 msgstr ""
16855
16856 #: cp/pt.c:4629
16857 msgid ""
16858 "template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN "
16859 "to increase the maximum) instantiating `%D'"
16860 msgstr ""
16861
16862 #: cp/pt.c:5105
16863 msgid "ambiguous class template instantiation for `%#T'"
16864 msgstr ""
16865
16866 #: cp/pt.c:5112
16867 msgid "%s %+#T"
16868 msgstr ""
16869
16870 #: cp/pt.c:6131 cp/pt.c:6241
16871 msgid "instantiation of `%D' as type `%T'"
16872 msgstr ""
16873
16874 #: cp/pt.c:6285
16875 msgid "invalid parameter type `%T'"
16876 msgstr ""
16877
16878 #: cp/pt.c:6287
16879 msgid "in declaration `%D'"
16880 msgstr ""
16881
16882 #: cp/pt.c:6362
16883 msgid "creating pointer to member function of non-class type `%T'"
16884 msgstr ""
16885
16886 #: cp/pt.c:6525
16887 msgid "creating array with size zero"
16888 msgstr ""
16889
16890 #: cp/pt.c:6539
16891 #, c-format
16892 msgid "creating array with size zero (`%E')"
16893 msgstr ""
16894
16895 #: cp/pt.c:6778
16896 msgid "forming reference to void"
16897 msgstr ""
16898
16899 #: cp/pt.c:6780
16900 msgid "forming %s to reference type `%T'"
16901 msgstr ""
16902
16903 #: cp/pt.c:6818
16904 msgid "creating pointer to member of non-class type `%T'"
16905 msgstr ""
16906
16907 #: cp/pt.c:6824
16908 msgid "creating pointer to member reference type `%T'"
16909 msgstr ""
16910
16911 #: cp/pt.c:6902
16912 msgid "creating array of `%T'"
16913 msgstr ""
16914
16915 #: cp/pt.c:6945
16916 msgid "`%T' is not a class, struct, or union type"
16917 msgstr ""
16918
16919 #: cp/pt.c:7055
16920 #, c-format
16921 msgid "use of `%s' in template"
16922 msgstr ""
16923
16924 #: cp/pt.c:7864
16925 msgid "type `%T' composed from a local class is not a valid template-argument"
16926 msgstr ""
16927
16928 #: cp/pt.c:7865
16929 msgid "  trying to instantiate `%D'"
16930 msgstr ""
16931
16932 #: cp/pt.c:8304
16933 msgid "incomplete type unification"
16934 msgstr ""
16935
16936 #: cp/pt.c:9254
16937 #, c-format
16938 msgid "use of `%s' in template type unification"
16939 msgstr ""
16940
16941 #: cp/pt.c:9672 cp/pt.c:9744
16942 msgid "explicit instantiation of non-template `%#D'"
16943 msgstr ""
16944
16945 #: cp/pt.c:9688 cp/pt.c:9739
16946 msgid "no matching template for `%D' found"
16947 msgstr ""
16948
16949 #: cp/pt.c:9694
16950 msgid "explicit instantiation of `%#D'"
16951 msgstr ""
16952
16953 #: cp/pt.c:9731
16954 msgid "duplicate explicit instantiation of `%#D'"
16955 msgstr ""
16956
16957 #: cp/pt.c:9756
16958 msgid "ISO C++ forbids the use of `extern' on explicit instantiations"
16959 msgstr ""
16960
16961 #: cp/pt.c:9760 cp/pt.c:9838
16962 msgid "storage class `%D' applied to template instantiation"
16963 msgstr ""
16964
16965 #: cp/pt.c:9805
16966 msgid "explicit instantiation of non-template type `%T'"
16967 msgstr ""
16968
16969 #: cp/pt.c:9819
16970 msgid "explicit instantiation of `%#T' before definition of template"
16971 msgstr ""
16972
16973 #: cp/pt.c:9827
16974 #, c-format
16975 msgid "ISO C++ forbids the use of `%s' on explicit instantiations"
16976 msgstr ""
16977
16978 #: cp/pt.c:9871
16979 msgid "duplicate explicit instantiation of `%#T'"
16980 msgstr ""
16981
16982 #: cp/pt.c:10266
16983 msgid "explicit instantiation of `%D' but no definition available"
16984 msgstr ""
16985
16986 #: cp/pt.c:10661
16987 msgid "`%#T' is not a valid type for a template constant parameter"
16988 msgstr ""
16989
16990 #: cp/repo.c:259
16991 msgid "-frepo must be used with -c"
16992 msgstr ""
16993
16994 #: cp/repo.c:346
16995 #, c-format
16996 msgid "mysterious repository information in %s"
16997 msgstr ""
16998
16999 #: cp/repo.c:361
17000 #, c-format
17001 msgid "can't create repository information file `%s'"
17002 msgstr ""
17003
17004 #: cp/rtti.c:243
17005 msgid "cannot use typeid with -fno-rtti"
17006 msgstr ""
17007
17008 #: cp/rtti.c:249
17009 msgid "must #include <typeinfo> before using typeid"
17010 msgstr ""
17011
17012 #: cp/rtti.c:320
17013 msgid ""
17014 "cannot create type information for type `%T' because its size is variable"
17015 msgstr ""
17016
17017 #: cp/rtti.c:581 cp/rtti.c:595
17018 msgid "dynamic_cast of `%#D' to `%#T' can never succeed"
17019 msgstr ""
17020
17021 #: cp/rtti.c:671
17022 msgid "cannot dynamic_cast `%E' (of type `%#T') to type `%#T' (%s)"
17023 msgstr ""
17024
17025 #: cp/search.c:349
17026 msgid "`%T' is an inaccessible base of `%T'"
17027 msgstr ""
17028
17029 #: cp/search.c:359
17030 msgid "`%T' is an ambiguous base of `%T'"
17031 msgstr ""
17032
17033 #: cp/search.c:1926
17034 msgid "invalid covariant return type for `%#D'"
17035 msgstr ""
17036
17037 #: cp/search.c:1927 cp/search.c:1933
17038 msgid "  overriding `%#D'"
17039 msgstr ""
17040
17041 #: cp/search.c:1931
17042 msgid "conflicting return type specified for `%#D'"
17043 msgstr ""
17044
17045 #: cp/search.c:1945
17046 #, c-format
17047 msgid "looser throw specifier for `%#F'"
17048 msgstr ""
17049
17050 #: cp/search.c:1946
17051 #, c-format
17052 msgid "  overriding `%#F'"
17053 msgstr ""
17054
17055 #. A static member function cannot match an inherited
17056 #. virtual member function.
17057 #: cp/search.c:2039
17058 msgid "`%#D' cannot be declared"
17059 msgstr ""
17060
17061 #: cp/search.c:2040
17062 msgid "  since `%#D' declared in base class"
17063 msgstr ""
17064
17065 #: cp/search.c:2181
17066 msgid "`%#D' needs a final overrider"
17067 msgstr ""
17068
17069 #: cp/semantics.c:923
17070 #, c-format
17071 msgid "type of asm operand `%E' could not be determined"
17072 msgstr ""
17073
17074 #: cp/semantics.c:1055
17075 msgid "ISO C++ does not permit named return values"
17076 msgstr ""
17077
17078 #: cp/semantics.c:1064
17079 msgid "return identifier `%D' already in place"
17080 msgstr ""
17081
17082 #: cp/semantics.c:1072
17083 msgid "can't redefine default return value for constructors"
17084 msgstr ""
17085
17086 #: cp/semantics.c:1104
17087 msgid "only constructors take base initializers"
17088 msgstr ""
17089
17090 #: cp/semantics.c:1161
17091 msgid "invalid use of member `%D' in static member function"
17092 msgstr ""
17093
17094 #: cp/semantics.c:1164
17095 msgid "invalid use of non-static data member `%D'"
17096 msgstr ""
17097
17098 #: cp/semantics.c:1165
17099 msgid "from this location"
17100 msgstr ""
17101
17102 #: cp/semantics.c:1376
17103 msgid "arguments to destructor are not allowed"
17104 msgstr ""
17105
17106 #: cp/semantics.c:1432
17107 msgid "`this' is unavailable for static member functions"
17108 msgstr ""
17109
17110 #: cp/semantics.c:1438
17111 msgid "invalid use of `this' in non-member function"
17112 msgstr ""
17113
17114 #: cp/semantics.c:1440
17115 msgid "invalid use of `this' at top level"
17116 msgstr ""
17117
17118 #: cp/semantics.c:1470
17119 msgid "calling type `%T' like a method"
17120 msgstr ""
17121
17122 #: cp/semantics.c:1519
17123 msgid "invalid qualifying scope in pseudo-destructor name"
17124 msgstr ""
17125
17126 #: cp/semantics.c:1525
17127 msgid "`%E' is not of type `%T'"
17128 msgstr ""
17129
17130 #: cp/semantics.c:1750
17131 msgid "template type parameters must use the keyword `class' or `typename'"
17132 msgstr ""
17133
17134 #: cp/semantics.c:1789
17135 msgid "invalid default template argument"
17136 msgstr ""
17137
17138 #: cp/semantics.c:1831
17139 msgid "definition of `%#T' inside template parameter list"
17140 msgstr ""
17141
17142 #: cp/semantics.c:1847
17143 msgid "invalid definition of qualified type `%T'"
17144 msgstr ""
17145
17146 #: cp/semantics.c:2175
17147 msgid "invalid base-class specification"
17148 msgstr ""
17149
17150 #: cp/semantics.c:2184
17151 msgid "base class `%T' has cv qualifiers"
17152 msgstr ""
17153
17154 #: cp/semantics.c:2215
17155 msgid "multiple declarators in template declaration"
17156 msgstr ""
17157
17158 #: cp/spew.c:226
17159 #, c-format
17160 msgid "identifier name `%s' conflicts with GNU C++ internal naming strategy"
17161 msgstr ""
17162
17163 #: cp/spew.c:1004 cp/spew.c:1338
17164 msgid "parse error at end of saved function text"
17165 msgstr ""
17166
17167 #: cp/spew.c:1092 cp/spew.c:1180
17168 msgid "%Hend of file read inside definition"
17169 msgstr ""
17170
17171 #: cp/spew.c:1123
17172 msgid "parse error in method specification"
17173 msgstr ""
17174
17175 #: cp/spew.c:1163
17176 msgid "function body for constructor missing"
17177 msgstr ""
17178
17179 #: cp/spew.c:1260
17180 msgid "%Hend of file read inside default argument"
17181 msgstr ""
17182
17183 #: cp/spew.c:1417
17184 msgid "circular dependency in default args of `%#D'"
17185 msgstr ""
17186
17187 #: cp/spew.c:1481
17188 msgid "invalid type `%T' for default argument to `%T'"
17189 msgstr ""
17190
17191 #: cp/spew.c:1541
17192 #, c-format
17193 msgid "%s before `%s'"
17194 msgstr ""
17195
17196 #: cp/spew.c:1543
17197 #, c-format
17198 msgid "%s before `%c'"
17199 msgstr ""
17200
17201 #: cp/spew.c:1545
17202 #, c-format
17203 msgid "%s before `\\%o'"
17204 msgstr ""
17205
17206 #: cp/spew.c:1548
17207 #, c-format
17208 msgid "%s before `%s' token"
17209 msgstr ""
17210
17211 #: cp/tree.c:253 cp/tree.c:265
17212 #, c-format
17213 msgid "non-lvalue in %s"
17214 msgstr ""
17215
17216 #: cp/tree.c:648
17217 msgid "`%V' qualifiers cannot be applied to `%T'"
17218 msgstr ""
17219
17220 #: cp/tree.c:2011
17221 #, c-format
17222 msgid "`%s' attribute can only be applied to Java class definitions"
17223 msgstr ""
17224
17225 #: cp/tree.c:2041
17226 #, c-format
17227 msgid "`%s' attribute can only be applied to class definitions"
17228 msgstr ""
17229
17230 #: cp/tree.c:2047
17231 #, c-format
17232 msgid "`%s' is obsolete; g++ vtables are now COM-compatible by default"
17233 msgstr ""
17234
17235 #: cp/tree.c:2072
17236 msgid "requested init_priority is not an integer constant"
17237 msgstr ""
17238
17239 #: cp/tree.c:2093
17240 #, c-format
17241 msgid ""
17242 "can only use `%s' attribute on file-scope definitions of objects of class "
17243 "type"
17244 msgstr ""
17245
17246 #: cp/tree.c:2101
17247 msgid "requested init_priority is out of range"
17248 msgstr ""
17249
17250 #: cp/tree.c:2111
17251 msgid "requested init_priority is reserved for internal use"
17252 msgstr ""
17253
17254 #: cp/tree.c:2121
17255 #, c-format
17256 msgid "`%s' attribute is not supported on this platform"
17257 msgstr ""
17258
17259 #: cp/tree.c:2657
17260 #, c-format
17261 msgid "lang_* check: failed in %s, at %s:%d"
17262 msgstr ""
17263
17264 #: cp/typeck.c:527
17265 #, c-format
17266 msgid ""
17267 "ISO C++ forbids %s between pointer of type `void *' and pointer-to-function"
17268 msgstr ""
17269
17270 #: cp/typeck.c:548
17271 msgid "%s between distinct pointer types `%T' and `%T' lacks a cast"
17272 msgstr ""
17273
17274 #: cp/typeck.c:1441
17275 msgid "ISO C++ prohibits conversion from `%#T' to `(...)'"
17276 msgstr ""
17277
17278 #: cp/typeck.c:1519
17279 #, c-format
17280 msgid "invalid application of `%s' to a member function"
17281 msgstr ""
17282
17283 #: cp/typeck.c:1525
17284 #, c-format
17285 msgid "invalid application of `%s' to non-static member"
17286 msgstr ""
17287
17288 #: cp/typeck.c:1543
17289 msgid "sizeof applied to a bit-field"
17290 msgstr ""
17291
17292 #: cp/typeck.c:1546
17293 msgid "ISO C++ forbids applying `sizeof' to an expression of function type"
17294 msgstr ""
17295
17296 #: cp/typeck.c:1658
17297 msgid "invalid use of non-lvalue array"
17298 msgstr ""
17299
17300 #: cp/typeck.c:1764
17301 msgid "deprecated conversion from string constant to `%T'"
17302 msgstr ""
17303
17304 #: cp/typeck.c:1898 cp/typeck.c:2151
17305 msgid "request for member `%D' in `%E', which is of non-class type `%T'"
17306 msgstr ""
17307
17308 #: cp/typeck.c:1964 cp/typeck.c:1985
17309 msgid "invalid access to non-static data member `%D' of NULL object"
17310 msgstr ""
17311
17312 #: cp/typeck.c:1966 cp/typeck.c:1987
17313 msgid "(perhaps the `offsetof' macro was used incorrectly)"
17314 msgstr ""
17315
17316 #: cp/typeck.c:2101
17317 msgid "destructor name `%T' does not match type `%T' of expression"
17318 msgstr ""
17319
17320 #: cp/typeck.c:2197
17321 msgid "`%D::%D' is not a member of `%T'"
17322 msgstr ""
17323
17324 #: cp/typeck.c:2259
17325 msgid "`%D' is not a member template function"
17326 msgstr ""
17327
17328 #. A pointer to incomplete type (other than cv void) can be
17329 #. dereferenced [expr.unary.op]/1
17330 #: cp/typeck.c:2356
17331 msgid "`%T' is not a pointer-to-object type"
17332 msgstr ""
17333
17334 #: cp/typeck.c:2383
17335 #, c-format
17336 msgid "invalid use of `%s' on pointer to member"
17337 msgstr ""
17338
17339 #: cp/typeck.c:2389
17340 msgid "invalid type argument"
17341 msgstr ""
17342
17343 #: cp/typeck.c:2492
17344 msgid "ISO C++ forbids subscripting non-lvalue array"
17345 msgstr ""
17346
17347 #: cp/typeck.c:2503
17348 msgid "subscripting array declared `register'"
17349 msgstr ""
17350
17351 #: cp/typeck.c:2588
17352 #, c-format
17353 msgid "object missing in use of `%E'"
17354 msgstr ""
17355
17356 #: cp/typeck.c:2693
17357 msgid "ISO C++ forbids calling `::main' from within program"
17358 msgstr ""
17359
17360 #: cp/typeck.c:2718
17361 #, c-format
17362 msgid "must use .* or ->* to call pointer-to-member function in `%E (...)'"
17363 msgstr ""
17364
17365 #: cp/typeck.c:2731
17366 #, c-format
17367 msgid "`%E' cannot be used as a function"
17368 msgstr ""
17369
17370 #: cp/typeck.c:2856
17371 msgid "too many arguments to %s `%+#D'"
17372 msgstr ""
17373
17374 #: cp/typeck.c:2897
17375 msgid "parameter type of called function is incomplete"
17376 msgstr ""
17377
17378 #: cp/typeck.c:2961
17379 msgid "too few arguments to %s `%+#D'"
17380 msgstr ""
17381
17382 #: cp/typeck.c:3089 cp/typeck.c:3099
17383 msgid "assuming cast to type `%T' from overloaded function"
17384 msgstr ""
17385
17386 #: cp/typeck.c:3159
17387 #, c-format
17388 msgid "division by zero in `%E / 0'"
17389 msgstr ""
17390
17391 #: cp/typeck.c:3161
17392 #, c-format
17393 msgid "division by zero in `%E / 0.'"
17394 msgstr ""
17395
17396 #: cp/typeck.c:3191
17397 #, c-format
17398 msgid "division by zero in `%E %% 0'"
17399 msgstr ""
17400
17401 #: cp/typeck.c:3193
17402 #, c-format
17403 msgid "division by zero in `%E %% 0.'"
17404 msgstr ""
17405
17406 #: cp/typeck.c:3273
17407 #, c-format
17408 msgid "%s rotate count is negative"
17409 msgstr ""
17410
17411 #: cp/typeck.c:3276
17412 #, c-format
17413 msgid "%s rotate count >= width of type"
17414 msgstr ""
17415
17416 #: cp/typeck.c:3307 cp/typeck.c:3312 cp/typeck.c:3403 cp/typeck.c:3408
17417 msgid "ISO C++ forbids comparison between pointer and integer"
17418 msgstr ""
17419
17420 #: cp/typeck.c:3586
17421 msgid "comparison between types `%#T' and `%#T'"
17422 msgstr ""
17423
17424 #: cp/typeck.c:3622
17425 msgid "comparison between signed and unsigned integer expressions"
17426 msgstr ""
17427
17428 #: cp/typeck.c:3687
17429 msgid "invalid operands of types `%T' and `%T' to binary `%O'"
17430 msgstr ""
17431
17432 #. Some sort of arithmetic operation involving NULL was
17433 #. performed.  Note that pointer-difference and pointer-addition
17434 #. have already been handled above, and so we don't end up here in
17435 #. that case.
17436 #: cp/typeck.c:3709
17437 msgid "NULL used in arithmetic"
17438 msgstr ""
17439
17440 #: cp/typeck.c:3776
17441 msgid "ISO C++ forbids using pointer of type `void *' in subtraction"
17442 msgstr ""
17443
17444 #: cp/typeck.c:3778
17445 msgid "ISO C++ forbids using pointer to a function in subtraction"
17446 msgstr ""
17447
17448 #: cp/typeck.c:3780
17449 msgid "ISO C++ forbids using pointer to a method in subtraction"
17450 msgstr ""
17451
17452 #: cp/typeck.c:3782
17453 msgid "ISO C++ forbids using pointer to a member in subtraction"
17454 msgstr ""
17455
17456 #: cp/typeck.c:3794
17457 msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
17458 msgstr ""
17459
17460 #: cp/typeck.c:3854
17461 #, c-format
17462 msgid ""
17463 "invalid use of '%E' to form a pointer-to-member-function.  Use a qualified-"
17464 "id."
17465 msgstr ""
17466
17467 #: cp/typeck.c:3860
17468 #, c-format
17469 msgid ""
17470 "parenthesis around '%E' cannot be used to form a pointer-to-member-function"
17471 msgstr ""
17472
17473 #: cp/typeck.c:3883
17474 msgid "taking address of temporary"
17475 msgstr ""
17476
17477 #: cp/typeck.c:4086
17478 #, c-format
17479 msgid "ISO C++ forbids %sing an enum"
17480 msgstr ""
17481
17482 #: cp/typeck.c:4098
17483 msgid "cannot %s a pointer to incomplete type `%T'"
17484 msgstr ""
17485
17486 #: cp/typeck.c:4105
17487 msgid "ISO C++ forbids %sing a pointer of type `%T'"
17488 msgstr ""
17489
17490 #: cp/typeck.c:4130
17491 msgid "cast to non-reference type used as lvalue"
17492 msgstr ""
17493
17494 #: cp/typeck.c:4164
17495 msgid "invalid use of `--' on bool variable `%D'"
17496 msgstr ""
17497
17498 #. ARM $3.4
17499 #: cp/typeck.c:4197
17500 msgid "ISO C++ forbids taking address of function `::main'"
17501 msgstr ""
17502
17503 #. An expression like &memfn.
17504 #: cp/typeck.c:4264
17505 msgid ""
17506 "ISO C++ forbids taking the address of an unqualified or parenthesized non-"
17507 "static member function to form a pointer to member function.  Say `&%T::%D'"
17508 msgstr ""
17509
17510 #: cp/typeck.c:4266
17511 msgid ""
17512 "ISO C++ forbids taking the address of a bound member function to form a "
17513 "pointer to member function.  Say `&%T::%D'"
17514 msgstr ""
17515
17516 #: cp/typeck.c:4290
17517 msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
17518 msgstr ""
17519
17520 #: cp/typeck.c:4325
17521 msgid "attempt to take address of bit-field structure member `%D'"
17522 msgstr ""
17523
17524 #: cp/typeck.c:4453
17525 msgid "taking address of destructor"
17526 msgstr ""
17527
17528 #: cp/typeck.c:4466
17529 msgid "taking address of bound pointer-to-member expression"
17530 msgstr ""
17531
17532 #: cp/typeck.c:4482
17533 msgid "cannot create pointer to reference member `%D'"
17534 msgstr ""
17535
17536 #: cp/typeck.c:4545
17537 msgid "cannot take the address of `this', which is an rvalue expression"
17538 msgstr ""
17539
17540 #: cp/typeck.c:4564
17541 msgid "address requested for `%D', which is declared `register'"
17542 msgstr ""
17543
17544 #: cp/typeck.c:4785
17545 msgid "static_cast from type `%T' to type `%T' casts away constness"
17546 msgstr ""
17547
17548 #: cp/typeck.c:4793
17549 msgid "invalid static_cast from type `%T' to type `%T'"
17550 msgstr ""
17551
17552 #: cp/typeck.c:4832
17553 msgid ""
17554 "invalid reinterpret_cast of an rvalue expression of type `%T' to type `%T'"
17555 msgstr ""
17556
17557 #: cp/typeck.c:4852
17558 msgid "reinterpret_cast from `%T' to `%T' loses precision"
17559 msgstr ""
17560
17561 #: cp/typeck.c:4865
17562 msgid "reinterpret_cast from `%T' to `%T' casts away const (or volatile)"
17563 msgstr ""
17564
17565 #: cp/typeck.c:4874
17566 msgid ""
17567 "ISO C++ forbids casting between pointer-to-function and pointer-to-object"
17568 msgstr ""
17569
17570 #: cp/typeck.c:4880
17571 msgid "invalid reinterpret_cast from type `%T' to type `%T'"
17572 msgstr ""
17573
17574 #: cp/typeck.c:4907
17575 msgid ""
17576 "invalid use of const_cast with type `%T', which is not a pointer, reference, "
17577 "nor a pointer-to-data-member type"
17578 msgstr ""
17579
17580 #: cp/typeck.c:4910
17581 msgid ""
17582 "invalid use of const_cast with type `%T', which is a pointer or reference to "
17583 "a function type"
17584 msgstr ""
17585
17586 #: cp/typeck.c:4933
17587 msgid "invalid const_cast of an rvalue of type `%T' to type `%T'"
17588 msgstr ""
17589
17590 #: cp/typeck.c:4949
17591 msgid "invalid const_cast from type `%T' to type `%T'"
17592 msgstr ""
17593
17594 #: cp/typeck.c:4991 cp/typeck.c:4996
17595 msgid "ISO C++ forbids casting to an array type `%T'"
17596 msgstr ""
17597
17598 #: cp/typeck.c:5004
17599 msgid "invalid cast to function type `%T'"
17600 msgstr ""
17601
17602 #: cp/typeck.c:5056
17603 msgid "cast from `%T' to `%T' discards qualifiers from pointer target type"
17604 msgstr ""
17605
17606 #: cp/typeck.c:5102
17607 msgid "cast from `%T' to `%T' increases required alignment of target type"
17608 msgstr ""
17609
17610 #: cp/typeck.c:5270
17611 msgid "  in evaluation of `%Q(%#T, %#T)'"
17612 msgstr ""
17613
17614 #: cp/typeck.c:5312
17615 msgid "ISO C++ forbids cast to non-reference type used as lvalue"
17616 msgstr ""
17617
17618 #: cp/typeck.c:5384
17619 msgid "incompatible types in assignment of `%T' to `%T'"
17620 msgstr ""
17621
17622 #: cp/typeck.c:5391
17623 msgid "ISO C++ forbids assignment of arrays"
17624 msgstr ""
17625
17626 #: cp/typeck.c:5534
17627 msgid "   in pointer to member function conversion"
17628 msgstr ""
17629
17630 #: cp/typeck.c:5542
17631 msgid "   in pointer to member conversion"
17632 msgstr ""
17633
17634 #. This is a reinterpret cast, we choose to do nothing.
17635 #: cp/typeck.c:5553 cp/typeck.c:5572
17636 msgid "pointer to member cast via virtual base `%T' of `%T'"
17637 msgstr ""
17638
17639 #: cp/typeck.c:5576
17640 msgid "pointer to member conversion via virtual base `%T' of `%T'"
17641 msgstr ""
17642
17643 #: cp/typeck.c:5646
17644 msgid "invalid conversion to type `%T' from type `%T'"
17645 msgstr ""
17646
17647 #: cp/typeck.c:5811
17648 msgid "passing NULL used for non-pointer %s %P of `%D'"
17649 msgstr ""
17650
17651 #: cp/typeck.c:5814
17652 msgid "%s to non-pointer type `%T' from NULL"
17653 msgstr ""
17654
17655 #: cp/typeck.c:5822
17656 msgid "passing `%T' for %s %P of `%D'"
17657 msgstr ""
17658
17659 #: cp/typeck.c:5825
17660 msgid "%s to `%T' from `%T'"
17661 msgstr ""
17662
17663 #: cp/typeck.c:5835
17664 msgid "passing negative value `%E' for %s %P of `%D'"
17665 msgstr ""
17666
17667 #: cp/typeck.c:5838
17668 msgid "%s of negative value `%E' to `%T'"
17669 msgstr ""
17670
17671 #: cp/typeck.c:5933
17672 msgid "cannot convert `%T' to `%T' for argument `%P' to `%D'"
17673 msgstr ""
17674
17675 #: cp/typeck.c:5936
17676 msgid "cannot convert `%T' to `%T' in %s"
17677 msgstr ""
17678
17679 #: cp/typeck.c:6023 cp/typeck.c:6025
17680 msgid "in passing argument %P of `%+D'"
17681 msgstr ""
17682
17683 #: cp/typeck.c:6140
17684 msgid "returning reference to temporary"
17685 msgstr ""
17686
17687 #: cp/typeck.c:6147
17688 msgid "reference to non-lvalue returned"
17689 msgstr ""
17690
17691 #: cp/typeck.c:6159
17692 msgid "reference to local variable `%D' returned"
17693 msgstr ""
17694
17695 #: cp/typeck.c:6162
17696 msgid "address of local variable `%D' returned"
17697 msgstr ""
17698
17699 #: cp/typeck.c:6193
17700 msgid "returning a value from a destructor"
17701 msgstr ""
17702
17703 #. If a return statement appears in a handler of the
17704 #. function-try-block of a constructor, the program is ill-formed.
17705 #: cp/typeck.c:6201
17706 msgid "cannot return from a handler of a function-try-block of a constructor"
17707 msgstr ""
17708
17709 #. You can't return a value from a constructor.
17710 #: cp/typeck.c:6204
17711 msgid "returning a value from a constructor"
17712 msgstr ""
17713
17714 #: cp/typeck.c:6227
17715 msgid ""
17716 "return-statement with no value, in function declared with a non-void return "
17717 "type"
17718 msgstr ""
17719
17720 #: cp/typeck.c:6243
17721 msgid ""
17722 "return-statement with a value, in function declared with a void return type"
17723 msgstr ""
17724
17725 #: cp/typeck.c:6264
17726 msgid ""
17727 "`operator new' must not return NULL unless it is declared `throw()' (or -"
17728 "fcheck-new is in effect)"
17729 msgstr ""
17730
17731 #: cp/typeck2.c:56
17732 msgid "type `%T' is not a base type for type `%T'"
17733 msgstr ""
17734
17735 #: cp/typeck2.c:153
17736 msgid "cannot declare variable `%D' to be of type `%T'"
17737 msgstr ""
17738
17739 #: cp/typeck2.c:156
17740 msgid "cannot declare parameter `%D' to be of type `%T'"
17741 msgstr ""
17742
17743 #: cp/typeck2.c:159
17744 msgid "cannot declare field `%D' to be of type `%T'"
17745 msgstr ""
17746
17747 #: cp/typeck2.c:163
17748 msgid "invalid return type for member function `%#D'"
17749 msgstr ""
17750
17751 #: cp/typeck2.c:165
17752 msgid "invalid return type for function `%#D'"
17753 msgstr ""
17754
17755 #: cp/typeck2.c:168
17756 msgid "cannot allocate an object of type `%T'"
17757 msgstr ""
17758
17759 #: cp/typeck2.c:175
17760 msgid "  because the following virtual functions are abstract:"
17761 msgstr ""
17762
17763 #: cp/typeck2.c:177
17764 msgid "\t%#D"
17765 msgstr ""
17766
17767 #: cp/typeck2.c:180
17768 msgid "  since type `%T' has abstract virtual functions"
17769 msgstr ""
17770
17771 #: cp/typeck2.c:333
17772 msgid "constructor syntax used, but no constructor declared for type `%T'"
17773 msgstr ""
17774
17775 #: cp/typeck2.c:344
17776 msgid "comma expression used to initialize return value"
17777 msgstr ""
17778
17779 #: cp/typeck2.c:353
17780 msgid "cannot initialize arrays using this syntax"
17781 msgstr ""
17782
17783 #: cp/typeck2.c:408
17784 msgid "ISO C++ forbids non-constant aggregate initializer expressions"
17785 msgstr ""
17786
17787 #: cp/typeck2.c:492
17788 msgid "initializing array with parameter list"
17789 msgstr ""
17790
17791 #: cp/typeck2.c:548
17792 msgid "initializer for scalar variable requires one element"
17793 msgstr ""
17794
17795 #: cp/typeck2.c:555
17796 msgid "braces around scalar initializer for `%T'"
17797 msgstr ""
17798
17799 #: cp/typeck2.c:558
17800 msgid "ignoring extra initializers for `%T'"
17801 msgstr ""
17802
17803 #: cp/typeck2.c:570
17804 msgid "variable-sized object of type `%T' may not be initialized"
17805 msgstr ""
17806
17807 #: cp/typeck2.c:580
17808 msgid "subobject of type `%T' must be initialized by constructor, not by `%E'"
17809 msgstr ""
17810
17811 #: cp/typeck2.c:646
17812 msgid "aggregate has a partly bracketed initializer"
17813 msgstr ""
17814
17815 #: cp/typeck2.c:684 cp/typeck2.c:788
17816 msgid "non-trivial labeled initializers"
17817 msgstr ""
17818
17819 #: cp/typeck2.c:701
17820 msgid "non-empty initializer for array of empty elements"
17821 msgstr ""
17822
17823 #: cp/typeck2.c:754
17824 msgid "initializer list for object of class with virtual base classes"
17825 msgstr ""
17826
17827 #: cp/typeck2.c:760
17828 msgid "initializer list for object of class with base classes"
17829 msgstr ""
17830
17831 #: cp/typeck2.c:766
17832 msgid "initializer list for object using virtual functions"
17833 msgstr ""
17834
17835 #: cp/typeck2.c:829 cp/typeck2.c:845
17836 msgid "missing initializer for member `%D'"
17837 msgstr ""
17838
17839 #: cp/typeck2.c:834
17840 msgid "uninitialized const member `%D'"
17841 msgstr ""
17842
17843 #: cp/typeck2.c:836
17844 msgid "member `%D' with uninitialized const fields"
17845 msgstr ""
17846
17847 #: cp/typeck2.c:839
17848 msgid "member `%D' is uninitialized reference"
17849 msgstr ""
17850
17851 #: cp/typeck2.c:885
17852 msgid "index value instead of field name in union initializer"
17853 msgstr ""
17854
17855 #: cp/typeck2.c:897
17856 msgid "no field `%D' in union being initialized"
17857 msgstr ""
17858
17859 #: cp/typeck2.c:905
17860 msgid "union `%T' with no named members cannot be initialized"
17861 msgstr ""
17862
17863 #: cp/typeck2.c:941
17864 msgid "excess elements in aggregate initializer"
17865 msgstr ""
17866
17867 #: cp/typeck2.c:1055
17868 msgid "circular pointer delegation detected"
17869 msgstr ""
17870
17871 #: cp/typeck2.c:1068
17872 msgid "base operand of `->' has non-pointer type `%T'"
17873 msgstr ""
17874
17875 #: cp/typeck2.c:1082
17876 msgid "result of `operator->()' yields non-pointer result"
17877 msgstr ""
17878
17879 #: cp/typeck2.c:1084
17880 msgid "base operand of `->' is not a pointer"
17881 msgstr ""
17882
17883 #: cp/typeck2.c:1150
17884 msgid "`%E' cannot be used as a member pointer, since it is of type `%T'"
17885 msgstr ""
17886
17887 #: cp/typeck2.c:1157
17888 msgid ""
17889 "cannot apply member pointer `%E' to `%E', which is of non-aggregate type `%T'"
17890 msgstr ""
17891
17892 #: cp/typeck2.c:1166
17893 msgid "member type `%T::' incompatible with object type `%T'"
17894 msgstr ""
17895
17896 #: cp/typeck2.c:1203
17897 msgid "`%T' fails to be a typedef or built-in type"
17898 msgstr ""
17899
17900 #: cp/typeck2.c:1276
17901 #, c-format
17902 msgid "ISO C++ forbids defining types within %s"
17903 msgstr ""
17904
17905 #: cp/typeck2.c:1401
17906 msgid "call to function `%D' which throws incomplete type `%#T'"
17907 msgstr ""
17908
17909 #: cp/typeck2.c:1404
17910 msgid "call to function which throws incomplete type `%#T'"
17911 msgstr ""
17912
17913 #. XXX Not i18n clean.
17914 #: cp/cp-tree.h:3895
17915 #, c-format
17916 msgid "%s is deprecated, please see the documentation for details"
17917 msgstr ""
17918
17919 #: cp/lang-options.h:29
17920 msgid "Do not obey access control semantics"
17921 msgstr ""
17922
17923 #: cp/lang-options.h:31
17924 msgid "Change when template instances are emitted"
17925 msgstr ""
17926
17927 #: cp/lang-options.h:36
17928 msgid "Check the return value of new"
17929 msgstr ""
17930
17931 #: cp/lang-options.h:39
17932 msgid "Reduce size of object files"
17933 msgstr ""
17934
17935 #: cp/lang-options.h:43
17936 msgid "Make string literals `char[]' instead of `const char[]'"
17937 msgstr ""
17938
17939 #: cp/lang-options.h:46
17940 msgid "Dump the entire translation unit to a file"
17941 msgstr ""
17942
17943 #: cp/lang-options.h:48
17944 msgid "Do not inline member functions by default"
17945 msgstr ""
17946
17947 #: cp/lang-options.h:51
17948 msgid "Do not generate run time type descriptor information"
17949 msgstr ""
17950
17951 #: cp/lang-options.h:56
17952 msgid "Do not generate code to check exception specifications"
17953 msgstr ""
17954
17955 #: cp/lang-options.h:61
17956 msgid "Scope of for-init-statement vars extends outside"
17957 msgstr ""
17958
17959 #: cp/lang-options.h:64
17960 msgid "Do not recognize GNU defined keywords"
17961 msgstr ""
17962
17963 #: cp/lang-options.h:68
17964 msgid "Enable support for huge objects"
17965 msgstr ""
17966
17967 #: cp/lang-options.h:72
17968 msgid "Export functions even if they can be inlined"
17969 msgstr ""
17970
17971 #: cp/lang-options.h:75
17972 msgid "Only emit explicit template instatiations"
17973 msgstr ""
17974
17975 #: cp/lang-options.h:78
17976 msgid "Only emit explicit instatiations of inline templates"
17977 msgstr ""
17978
17979 #: cp/lang-options.h:84
17980 msgid "Don't pedwarn about uses of Microsoft extensions"
17981 msgstr ""
17982
17983 #: cp/lang-options.h:87
17984 msgid "Recognize and/bitand/bitor/compl/not/or/xor"
17985 msgstr ""
17986
17987 #: cp/lang-options.h:91
17988 msgid "Disable optional diagnostics"
17989 msgstr ""
17990
17991 #: cp/lang-options.h:93
17992 msgid "Downgrade conformance errors to warnings"
17993 msgstr ""
17994
17995 #: cp/lang-options.h:96
17996 msgid "Enable automatic template instantiation"
17997 msgstr ""
17998
17999 #: cp/lang-options.h:101
18000 msgid "Display statistics accumulated during compilation"
18001 msgstr ""
18002
18003 #: cp/lang-options.h:104
18004 msgid "Specify maximum template instantiation depth"
18005 msgstr ""
18006
18007 #: cp/lang-options.h:106
18008 msgid "Use __cxa_atexit to register destructors"
18009 msgstr ""
18010
18011 #: cp/lang-options.h:109
18012 msgid "Discard unused virtual functions"
18013 msgstr ""
18014
18015 #: cp/lang-options.h:112
18016 msgid "Implement vtables using thunks"
18017 msgstr ""
18018
18019 #: cp/lang-options.h:115
18020 msgid "Emit common-like symbols as weak symbols"
18021 msgstr ""
18022
18023 #: cp/lang-options.h:118
18024 msgid "Emit cross referencing information"
18025 msgstr ""
18026
18027 #: cp/lang-options.h:122
18028 msgid "Warn about inconsistent return types"
18029 msgstr ""
18030
18031 #: cp/lang-options.h:125
18032 msgid "Warn about overloaded virtual function names"
18033 msgstr ""
18034
18035 #: cp/lang-options.h:129
18036 msgid "Don't warn when all ctors/dtors are private"
18037 msgstr ""
18038
18039 #: cp/lang-options.h:131
18040 msgid "Warn about non virtual destructors"
18041 msgstr ""
18042
18043 #: cp/lang-options.h:134
18044 msgid "Warn when a function is declared extern, then inline"
18045 msgstr ""
18046
18047 #: cp/lang-options.h:137
18048 msgid "Warn when the compiler reorders code"
18049 msgstr ""
18050
18051 #: cp/lang-options.h:140
18052 msgid "Warn when synthesis behavior differs from Cfront"
18053 msgstr ""
18054
18055 #: cp/lang-options.h:144
18056 msgid "Don't warn when type converting pointers to member functions"
18057 msgstr ""
18058
18059 #: cp/lang-options.h:146
18060 msgid "Warn about violations of Effective C++ style rules"
18061 msgstr ""
18062
18063 #: cp/lang-options.h:149
18064 msgid "Warn when overload promotes from unsigned to signed"
18065 msgstr ""
18066
18067 #: cp/lang-options.h:152
18068 msgid "Warn if a C style cast is used in a program"
18069 msgstr ""
18070
18071 #: cp/lang-options.h:156
18072 msgid ""
18073 "Don't warn when non-templatized friend functions are declared within a "
18074 "template"
18075 msgstr ""
18076
18077 #: cp/lang-options.h:159
18078 msgid "Don't announce deprecation of compiler features"
18079 msgstr ""
18080
18081 #: f/bad.c:387
18082 msgid "note:"
18083 msgstr ""
18084
18085 #: f/bad.c:391
18086 msgid "warning:"
18087 msgstr ""
18088
18089 #: f/bad.c:395
18090 msgid "fatal:"
18091 msgstr ""
18092
18093 #: f/bad.c:437
18094 msgid "(continued):"
18095 msgstr ""
18096
18097 #: f/bad.c:487 f/bad.c:505
18098 msgid "[REPORT BUG!!] %"
18099 msgstr ""
18100
18101 #: f/bad.c:494 f/bad.c:526
18102 msgid "[REPORT BUG!!]"
18103 msgstr ""
18104
18105 #: f/com.c:3132
18106 #, no-c-format
18107 msgid "ASSIGN'ed label cannot fit into `%A' at %0 -- using wider sibling"
18108 msgstr ""
18109
18110 #: f/com.c:11551
18111 msgid "no INTEGER type can hold a pointer on this configuration"
18112 msgstr ""
18113
18114 #: f/com.c:11772
18115 #, c-format
18116 msgid "configuration: REAL, INTEGER, and LOGICAL are %d bits wide,"
18117 msgstr ""
18118
18119 #: f/com.c:11774
18120 #, c-format
18121 msgid "and pointers are %d bits wide, but g77 doesn't yet work"
18122 msgstr ""
18123
18124 #: f/com.c:11776
18125 msgid "properly unless they all are 32 bits wide"
18126 msgstr ""
18127
18128 #: f/com.c:11777
18129 msgid "Please keep this in mind before you report bugs."
18130 msgstr ""
18131
18132 #. I/O will probably crash.
18133 #: f/com.c:11785
18134 #, c-format
18135 msgid "configuration: char * holds %d bits, but ftnlen only %d"
18136 msgstr ""
18137
18138 #. ASSIGN 10 TO I will crash.
18139 #: f/com.c:11794
18140 #, c-format
18141 msgid ""
18142 "configuration: char * holds %d bits, but INTEGER only %d --\n"
18143 " ASSIGN statement might fail"
18144 msgstr ""
18145
18146 #: f/com.c:13609
18147 msgid "In statement function"
18148 msgstr ""
18149
18150 #: f/com.c:13619
18151 msgid "Outside of any program unit:\n"
18152 msgstr ""
18153
18154 #: f/com.c:15248
18155 #, no-c-format
18156 msgid "%A from %B at %0%C"
18157 msgstr ""
18158
18159 #: f/com.c:15425
18160 msgid "directory name must immediately follow -I"
18161 msgstr ""
18162
18163 #: f/com.c:15568
18164 #, no-c-format
18165 msgid "At %0, INCLUDE file %A exists, but is not readable"
18166 msgstr ""
18167
18168 #: f/com.c:15603
18169 #, no-c-format
18170 msgid "At %0, INCLUDE nesting too deep"
18171 msgstr ""
18172
18173 #: f/expr.c:9614
18174 #, no-c-format
18175 msgid "Two arithmetic operators in a row at %0 and %1 -- use parentheses"
18176 msgstr ""
18177
18178 #: f/expr.c:9664
18179 #, no-c-format
18180 msgid "Operator at %0 has lower precedence than that at %1 -- use parentheses"
18181 msgstr ""
18182
18183 #: f/expr.c:10525
18184 #, no-c-format
18185 msgid ""
18186 "Use .EQV./.NEQV. instead of .EQ./.NE. at %0 for LOGICAL operands at %1 and %2"
18187 msgstr ""
18188
18189 #: f/expr.c:10896
18190 #, no-c-format
18191 msgid "Unsupported operand for ** at %1 -- converting to default INTEGER"
18192 msgstr ""
18193
18194 #: f/g77spec.c:257
18195 #, c-format
18196 msgid "overflowed output arg list for `%s'"
18197 msgstr ""
18198
18199 #: f/g77spec.c:396
18200 msgid "--driver no longer supported"
18201 msgstr ""
18202
18203 #: f/g77spec.c:409
18204 #, c-format
18205 msgid "argument to `%s' missing"
18206 msgstr ""
18207
18208 #: f/g77spec.c:413
18209 msgid "no input files; unwilling to write output files"
18210 msgstr ""
18211
18212 #: f/implic.c:203
18213 #, no-c-format
18214 msgid "Implicit declaration of `%A' at %0"
18215 msgstr ""
18216
18217 #: f/lex.c:326
18218 #, no-c-format
18219 msgid "Non-ISO-C-standard escape sequence `\\%A' at %0"
18220 msgstr ""
18221
18222 #: f/lex.c:345
18223 #, no-c-format
18224 msgid "Unknown escape sequence `\\%A' at %0"
18225 msgstr ""
18226
18227 #: f/lex.c:354
18228 #, no-c-format
18229 msgid "Unterminated escape sequence `\\' at %0"
18230 msgstr ""
18231
18232 #: f/lex.c:365
18233 #, no-c-format
18234 msgid "Unknown escape sequence `\\' followed by char code 0x%A at %0"
18235 msgstr ""
18236
18237 #: f/lex.c:393
18238 #, no-c-format
18239 msgid "\\x used at %0 with no following hex digits"
18240 msgstr ""
18241
18242 #: f/lex.c:407
18243 #, no-c-format
18244 msgid "Hex escape at %0 out of range"
18245 msgstr ""
18246
18247 #: f/lex.c:441
18248 #, no-c-format
18249 msgid "Escape sequence at %0 out of range for character"
18250 msgstr ""
18251
18252 #: f/lex.c:595
18253 msgid "hex escape out of range"
18254 msgstr ""
18255
18256 #: f/lex.c:648
18257 #, c-format
18258 msgid "non-ANSI-standard escape sequence, `\\%c'"
18259 msgstr ""
18260
18261 #: f/lex.c:661
18262 #, c-format
18263 msgid "non-ISO escape sequence `\\%c'"
18264 msgstr ""
18265
18266 #: f/lex.c:665
18267 #, c-format
18268 msgid "unknown escape sequence `\\%c'"
18269 msgstr ""
18270
18271 #: f/lex.c:667
18272 #, c-format
18273 msgid "unknown escape sequence: `\\' followed by char code 0x%x"
18274 msgstr ""
18275
18276 #: f/lex.c:744
18277 msgid "badly formed directive -- no closing quote"
18278 msgstr ""
18279
18280 #: f/lex.c:802
18281 msgid "#-lines for entering and leaving files don't match"
18282 msgstr ""
18283
18284 #: f/lex.c:964
18285 msgid "bad directive -- missing close-quote"
18286 msgstr ""
18287
18288 #: f/lex.c:1078
18289 #, c-format
18290 msgid "ignoring pragma: %s"
18291 msgstr ""
18292
18293 #: f/lex.c:1156
18294 msgid "invalid #ident"
18295 msgstr ""
18296
18297 #: f/lex.c:1173
18298 msgid "undefined or invalid # directive"
18299 msgstr ""
18300
18301 #: f/lex.c:1229
18302 msgid "invalid #line"
18303 msgstr ""
18304
18305 #: f/lex.c:1285 f/lex.c:1329
18306 msgid "use `#line ...' instead of `# ...' in first line"
18307 msgstr ""
18308
18309 #: f/lex.c:1339
18310 msgid "invalid #-line"
18311 msgstr ""
18312
18313 #: f/lex.c:1432
18314 #, no-c-format
18315 msgid "Null character at %0 -- line ignored"
18316 msgstr ""
18317
18318 #: f/stb.c:12078
18319 #, no-c-format
18320 msgid "INCLUDE at %0 not the only statement on the source line"
18321 msgstr ""
18322
18323 #: f/ste.c:1400 f/ste.c:1747
18324 msgid "ASSIGNed FORMAT specifier is too small"
18325 msgstr ""
18326
18327 #. ~~~Someday handle CHARACTER*1, CHARACTER*N
18328 #: f/ste.c:2624
18329 #, no-c-format
18330 msgid "SELECT CASE on CHARACTER type (at %0) not supported -- sorry"
18331 msgstr ""
18332
18333 #: f/ste.c:2953
18334 msgid "ASSIGN to variable that is too small"
18335 msgstr ""
18336
18337 #: f/ste.c:2981
18338 msgid "ASSIGNed GOTO target variable is too small"
18339 msgstr ""
18340
18341 #: f/stu.c:305
18342 #, no-c-format
18343 msgid "Local adjustable symbol `%A' at %0"
18344 msgstr ""
18345
18346 #: f/target.c:2550
18347 msgid "data initializer on host with different endianness"
18348 msgstr ""
18349
18350 #: f/top.c:237
18351 #, c-format
18352 msgid "%s no longer supported -- try -fvxt"
18353 msgstr ""
18354
18355 #: f/top.c:239
18356 #, c-format
18357 msgid "%s no longer supported -- try -fno-vxt -ff90"
18358 msgstr ""
18359
18360 #: f/top.c:307 f/top.c:309
18361 #, c-format
18362 msgid "%s disabled, use normal debugging flags"
18363 msgstr ""
18364
18365 #: f/lang-options.h:33
18366 msgid "Print g77-specific compiler version info, run internal tests"
18367 msgstr ""
18368
18369 #: f/lang-options.h:37
18370 msgid "Program is written in typical FORTRAN 66 dialect"
18371 msgstr ""
18372
18373 #: f/lang-options.h:40
18374 msgid "Program is written in typical Unix f77 dialect"
18375 msgstr ""
18376
18377 #: f/lang-options.h:42
18378 msgid "Program does not use Unix-f77 dialectal features"
18379 msgstr ""
18380
18381 #: f/lang-options.h:44
18382 msgid "Program is written in Fortran-90-ish dialect"
18383 msgstr ""
18384
18385 #: f/lang-options.h:48
18386 msgid ""
18387 "Treat local vars and COMMON blocks as if they were named in SAVE statements"
18388 msgstr ""
18389
18390 #: f/lang-options.h:50
18391 msgid "Allow $ in symbol names"
18392 msgstr ""
18393
18394 #: f/lang-options.h:54
18395 msgid "f2c-compatible code need not be generated"
18396 msgstr ""
18397
18398 #: f/lang-options.h:57
18399 msgid "Unsupported; do not generate libf2c-calling code"
18400 msgstr ""
18401
18402 #: f/lang-options.h:59
18403 msgid "Unsupported; affects code-generation of arrays"
18404 msgstr ""
18405
18406 #: f/lang-options.h:62
18407 msgid "Program is written in Fortran-90-ish free form"
18408 msgstr ""
18409
18410 #: f/lang-options.h:67
18411 msgid "Warn about use of (only a few for now) Fortran extensions"
18412 msgstr ""
18413
18414 #: f/lang-options.h:70
18415 msgid "Program is written in VXT (Digital-like) FORTRAN"
18416 msgstr ""
18417
18418 #: f/lang-options.h:73
18419 msgid "Disallow all ugly features"
18420 msgstr ""
18421
18422 #: f/lang-options.h:76
18423 msgid "Hollerith and typeless constants not passed as arguments"
18424 msgstr ""
18425
18426 #: f/lang-options.h:78
18427 msgid "Allow ordinary copying of ASSIGN'ed vars"
18428 msgstr ""
18429
18430 #: f/lang-options.h:81
18431 msgid "Dummy array dimensioned to (1) is assumed-size"
18432 msgstr ""
18433
18434 #: f/lang-options.h:84
18435 msgid "Trailing comma in procedure call denotes null argument"
18436 msgstr ""
18437
18438 #: f/lang-options.h:87
18439 msgid "Allow REAL(Z) and AIMAG(Z) given DOUBLE COMPLEX Z"
18440 msgstr ""
18441
18442 #: f/lang-options.h:91
18443 msgid "Initialization via DATA and PARAMETER is type-compatible"
18444 msgstr ""
18445
18446 #: f/lang-options.h:93
18447 msgid "Allow INTEGER and LOGICAL interchangeability"
18448 msgstr ""
18449
18450 #: f/lang-options.h:96
18451 msgid "Print internal debugging-related info"
18452 msgstr ""
18453
18454 #: f/lang-options.h:99
18455 msgid "Initialize local vars and arrays to zero"
18456 msgstr ""
18457
18458 #: f/lang-options.h:103
18459 msgid "Backslashes in character/hollerith constants not special (C-style)"
18460 msgstr ""
18461
18462 #: f/lang-options.h:105
18463 msgid "Have front end emulate COMPLEX arithmetic to avoid bugs"
18464 msgstr ""
18465
18466 #: f/lang-options.h:109
18467 msgid "Disable the appending of underscores to externals"
18468 msgstr ""
18469
18470 #: f/lang-options.h:112
18471 msgid "Never append a second underscore to externals"
18472 msgstr ""
18473
18474 #: f/lang-options.h:114
18475 msgid "Intrinsics spelled as e.g. SqRt"
18476 msgstr ""
18477
18478 #: f/lang-options.h:116
18479 msgid "Intrinsics in uppercase"
18480 msgstr ""
18481
18482 #: f/lang-options.h:119
18483 msgid "Intrinsics letters in arbitrary cases"
18484 msgstr ""
18485
18486 #: f/lang-options.h:121
18487 msgid "Language keywords spelled as e.g. IOStat"
18488 msgstr ""
18489
18490 #: f/lang-options.h:123
18491 msgid "Language keywords in uppercase"
18492 msgstr ""
18493
18494 #: f/lang-options.h:126
18495 msgid "Language keyword letters in arbitrary cases"
18496 msgstr ""
18497
18498 #: f/lang-options.h:128
18499 msgid "Internally convert most source to uppercase"
18500 msgstr ""
18501
18502 #: f/lang-options.h:131
18503 msgid "Internally preserve source case"
18504 msgstr ""
18505
18506 #: f/lang-options.h:133
18507 msgid "Symbol names spelled in mixed case"
18508 msgstr ""
18509
18510 #: f/lang-options.h:135
18511 msgid "Symbol names in uppercase"
18512 msgstr ""
18513
18514 #: f/lang-options.h:137
18515 msgid "Symbol names in lowercase"
18516 msgstr ""
18517
18518 #: f/lang-options.h:140
18519 msgid "Program written in uppercase"
18520 msgstr ""
18521
18522 #: f/lang-options.h:142
18523 msgid "Program written in lowercase"
18524 msgstr ""
18525
18526 #: f/lang-options.h:144
18527 msgid "Program written in strict mixed-case"
18528 msgstr ""
18529
18530 #: f/lang-options.h:146
18531 msgid "Compile as if program written in uppercase"
18532 msgstr ""
18533
18534 #: f/lang-options.h:148
18535 msgid "Compile as if program written in lowercase"
18536 msgstr ""
18537
18538 #: f/lang-options.h:150
18539 msgid "Preserve all spelling (case) used in program"
18540 msgstr ""
18541
18542 #: f/lang-options.h:152
18543 msgid "Delete libU77 intrinsics with bad interfaces"
18544 msgstr ""
18545
18546 #: f/lang-options.h:154
18547 msgid "Disable libU77 intrinsics with bad interfaces"
18548 msgstr ""
18549
18550 #: f/lang-options.h:157
18551 msgid "Hide libU77 intrinsics with bad interfaces"
18552 msgstr ""
18553
18554 #: f/lang-options.h:159
18555 msgid "Delete non-FORTRAN-77 intrinsics f2c supports"
18556 msgstr ""
18557
18558 #: f/lang-options.h:161
18559 msgid "Disable non-FORTRAN-77 intrinsics f2c supports"
18560 msgstr ""
18561
18562 #: f/lang-options.h:164
18563 msgid "Hide non-FORTRAN-77 intrinsics f2c supports"
18564 msgstr ""
18565
18566 #: f/lang-options.h:166
18567 msgid "Delete non-FORTRAN-77 intrinsics F90 supports"
18568 msgstr ""
18569
18570 #: f/lang-options.h:168
18571 msgid "Disable non-FORTRAN-77 intrinsics F90 supports"
18572 msgstr ""
18573
18574 #: f/lang-options.h:171
18575 msgid "Hide non-FORTRAN-77 intrinsics F90 supports"
18576 msgstr ""
18577
18578 #: f/lang-options.h:173
18579 msgid "Delete non-FORTRAN-77 intrinsics g77 supports"
18580 msgstr ""
18581
18582 #: f/lang-options.h:175
18583 msgid "Disable non-FORTRAN 77 intrinsics F90 supports"
18584 msgstr ""
18585
18586 #: f/lang-options.h:178
18587 msgid "Hide non-FORTRAN 77 intrinsics F90 supports"
18588 msgstr ""
18589
18590 #: f/lang-options.h:180
18591 msgid "Delete MIL-STD 1753 intrinsics"
18592 msgstr ""
18593
18594 #: f/lang-options.h:182
18595 msgid "Disable MIL-STD 1753 intrinsics"
18596 msgstr ""
18597
18598 #: f/lang-options.h:185
18599 msgid "Hide MIL-STD 1753 intrinsics"
18600 msgstr ""
18601
18602 #: f/lang-options.h:187
18603 msgid "Delete libU77 intrinsics"
18604 msgstr ""
18605
18606 #: f/lang-options.h:189
18607 msgid "Disable libU77 intrinsics"
18608 msgstr ""
18609
18610 #: f/lang-options.h:192
18611 msgid "Hide libU77 intrinsics"
18612 msgstr ""
18613
18614 #: f/lang-options.h:194
18615 msgid "Delete non-FORTRAN-77 intrinsics VXT FORTRAN supports"
18616 msgstr ""
18617
18618 #: f/lang-options.h:196
18619 msgid "Disable non-FORTRAN-77 intrinsics VXT FORTRAN supports"
18620 msgstr ""
18621
18622 #: f/lang-options.h:199
18623 msgid "Hide non-FORTRAN-77 intrinsics VXT FORTRAN supports"
18624 msgstr ""
18625
18626 #: f/lang-options.h:201
18627 msgid "Treat initial values of 0 like non-zero values"
18628 msgstr ""
18629
18630 #: f/lang-options.h:204
18631 msgid ""
18632 "Emit special debugging information for COMMON and EQUIVALENCE (disabled)"
18633 msgstr ""
18634
18635 #: f/lang-options.h:207
18636 msgid "Take at least one trip through each iterative DO loop"
18637 msgstr ""
18638
18639 #: f/lang-options.h:211
18640 msgid "Print names of program units as they are compiled"
18641 msgstr ""
18642
18643 #: f/lang-options.h:214
18644 msgid "Disable fatal diagnostics about inter-procedural problems"
18645 msgstr ""
18646
18647 #: f/lang-options.h:216
18648 msgid "Make prefix-radix non-decimal constants be typeless"
18649 msgstr ""
18650
18651 #: f/lang-options.h:219
18652 msgid "Generate code to check subscript and substring bounds"
18653 msgstr ""
18654
18655 #: f/lang-options.h:222
18656 msgid "Fortran-specific form of -fbounds-check"
18657 msgstr ""
18658
18659 #: f/lang-options.h:226
18660 msgid "Disable warnings about inter-procedural problems"
18661 msgstr ""
18662
18663 #: f/lang-options.h:230
18664 msgid "Warn about constructs with surprising meanings"
18665 msgstr ""
18666
18667 #: f/lang-options.h:235
18668 msgid "Add a directory for INCLUDE searching"
18669 msgstr ""
18670
18671 #: f/lang-options.h:237
18672 msgid "Set the maximum line length"
18673 msgstr ""
18674
18675 #: f/bad.def:39
18676 #, no-c-format
18677 msgid "Missing first operand for binary operator at %0"
18678 msgstr ""
18679
18680 #: f/bad.def:42
18681 #, no-c-format
18682 msgid "Zero-length character constant at %0"
18683 msgstr ""
18684
18685 #: f/bad.def:45
18686 #, no-c-format
18687 msgid "Invalid token at %0 in expression or subexpression at %1"
18688 msgstr ""
18689
18690 #: f/bad.def:48
18691 #, no-c-format
18692 msgid "Missing operand for operator at %1 at end of expression at %0"
18693 msgstr ""
18694
18695 #: f/bad.def:51
18696 #, no-c-format
18697 msgid "Label %A already defined at %1 when redefined at %0"
18698 msgstr ""
18699
18700 #: f/bad.def:54
18701 #, no-c-format
18702 msgid "Unrecognized character at %0 [info -f g77 M LEX]"
18703 msgstr ""
18704
18705 #: f/bad.def:57
18706 #, no-c-format
18707 msgid "Label definition %A at %0 on empty statement (as of %1)"
18708 msgstr ""
18709
18710 #: f/bad.def:65
18711 #, no-c-format
18712 msgid "Invalid first character at %0 [info -f g77 M LEX]"
18713 msgstr ""
18714
18715 #: f/bad.def:68
18716 #, no-c-format
18717 msgid "Line too long as of %0 [info -f g77 M LEX]"
18718 msgstr ""
18719
18720 #: f/bad.def:71
18721 #, no-c-format
18722 msgid "Non-numeric character at %0 in label field [info -f g77 M LEX]"
18723 msgstr ""
18724
18725 #: f/bad.def:74
18726 #, no-c-format
18727 msgid "Label number at %0 not in range 1-99999"
18728 msgstr ""
18729
18730 #: f/bad.def:77
18731 #, no-c-format
18732 msgid "At %0, '!' and '/*' are not valid comment delimiters"
18733 msgstr ""
18734
18735 #: f/bad.def:80
18736 #, no-c-format
18737 msgid ""
18738 "Continuation indicator at %0 must appear in column 6 [info -f g77 M LEX]"
18739 msgstr ""
18740
18741 #: f/bad.def:83
18742 #, no-c-format
18743 msgid ""
18744 "Label at %0 invalid with continuation line indicator at %1 [info -f g77 M "
18745 "LEX]"
18746 msgstr ""
18747
18748 #: f/bad.def:91
18749 #, no-c-format
18750 msgid "Character constant at %0 has no closing apostrophe at %1"
18751 msgstr ""
18752
18753 #: f/bad.def:94
18754 #, no-c-format
18755 msgid ""
18756 "Hollerith constant at %0 specified %A more characters than are present as of "
18757 "%1"
18758 msgstr ""
18759
18760 #: f/bad.def:97
18761 #, no-c-format
18762 msgid "Missing close parenthese at %0 needed to match open parenthese at %1"
18763 msgstr ""
18764
18765 #: f/bad.def:100
18766 #, no-c-format
18767 msgid "Integer at %0 too large"
18768 msgstr ""
18769
18770 #: f/bad.def:123
18771 #, no-c-format
18772 msgid ""
18773 "Period at %0 not followed by digits for floating-point number or by `NOT.', "
18774 "`TRUE.', or `FALSE.'"
18775 msgstr ""
18776
18777 #: f/bad.def:126
18778 #, no-c-format
18779 msgid "Missing close-period between `.%A' at %0 and %1"
18780 msgstr ""
18781
18782 #: f/bad.def:129
18783 #, no-c-format
18784 msgid ""
18785 "Invalid exponent at %0 for real constant at %1; nondigit `%A' in exponent "
18786 "field"
18787 msgstr ""
18788
18789 #: f/bad.def:132
18790 #, no-c-format
18791 msgid "Missing value at %1 for real-number exponent at %0"
18792 msgstr ""
18793
18794 #: f/bad.def:135
18795 #, no-c-format
18796 msgid "Expected binary operator between expressions at %0 and at %1"
18797 msgstr ""
18798
18799 #: f/bad.def:253
18800 #, no-c-format
18801 msgid "Semicolon at %0 is an invalid token"
18802 msgstr ""
18803
18804 #: f/bad.def:271
18805 #, no-c-format
18806 msgid "Extraneous comma in FORMAT statement at %0"
18807 msgstr ""
18808
18809 #: f/bad.def:274
18810 #, no-c-format
18811 msgid "Missing comma in FORMAT statement at %0"
18812 msgstr ""
18813
18814 #: f/bad.def:277
18815 #, no-c-format
18816 msgid "Spurious sign in FORMAT statement at %0"
18817 msgstr ""
18818
18819 #: f/bad.def:280
18820 #, no-c-format
18821 msgid "Spurious number in FORMAT statement at %0"
18822 msgstr ""
18823
18824 #: f/bad.def:283
18825 #, no-c-format
18826 msgid "Spurious text trailing number in FORMAT statement at %0"
18827 msgstr ""
18828
18829 #: f/bad.def:291
18830 #, no-c-format
18831 msgid "Unrecognized FORMAT specifier at %0"
18832 msgstr ""
18833
18834 #: f/bad.def:419
18835 #, no-c-format
18836 msgid "Missing close-parenthese(s) in FORMAT statement at %0"
18837 msgstr ""
18838
18839 #: f/bad.def:422
18840 #, no-c-format
18841 msgid "Missing number following period in FORMAT statement at %0"
18842 msgstr ""
18843
18844 #: f/bad.def:425
18845 #, no-c-format
18846 msgid "Missing number following `E' in FORMAT statement at %0"
18847 msgstr ""
18848
18849 #: f/bad.def:433
18850 #, no-c-format
18851 msgid "Spurious trailing comma preceding terminator at %0"
18852 msgstr ""
18853
18854 #: f/bad.def:436
18855 #, no-c-format
18856 msgid ""
18857 "At %0, specify OPERATOR instead of ASSIGNMENT for INTERFACE statement not "
18858 "specifying the assignment operator (=)"
18859 msgstr ""
18860
18861 #: f/bad.def:439
18862 #, no-c-format
18863 msgid ""
18864 "At %0, specify ASSIGNMENT instead of OPERATOR for INTERFACE statement "
18865 "specifying the assignment operator (=)"
18866 msgstr ""
18867
18868 #: f/bad.def:452
18869 #, no-c-format
18870 msgid ""
18871 "Cannot specify =initialization-expr at %0 unless `::' appears before list of "
18872 "objects"
18873 msgstr ""
18874
18875 #: f/bad.def:455
18876 #, no-c-format
18877 msgid "Reference to label at %1 inconsistent with its definition at %0"
18878 msgstr ""
18879
18880 #: f/bad.def:458
18881 #, no-c-format
18882 msgid "Reference to label at %1 inconsistent with earlier reference at %0"
18883 msgstr ""
18884
18885 #: f/bad.def:461
18886 #, no-c-format
18887 msgid "DO-statement reference to label at %1 follows its definition at %0"
18888 msgstr ""
18889
18890 #: f/bad.def:464
18891 #, no-c-format
18892 msgid "Reference to label at %1 is outside block containing definition at %0"
18893 msgstr ""
18894
18895 #: f/bad.def:467
18896 #, no-c-format
18897 msgid ""
18898 "DO-statement references to label at %0 and %2 separated by unterminated "
18899 "block starting at %1"
18900 msgstr ""
18901
18902 #: f/bad.def:470
18903 #, no-c-format
18904 msgid ""
18905 "DO-statement reference to label at %0 and label definition at %2 separated "
18906 "by unterminated block starting at %1"
18907 msgstr ""
18908
18909 #: f/bad.def:473
18910 #, no-c-format
18911 msgid "Label definition at %0 invalid on this kind of statement"
18912 msgstr ""
18913
18914 #: f/bad.def:476
18915 #, no-c-format
18916 msgid "Statement at %0 invalid in this context"
18917 msgstr ""
18918
18919 #: f/bad.def:479
18920 #, no-c-format
18921 msgid "Statement at %0 invalid in context established by statement at %1"
18922 msgstr ""
18923
18924 #: f/bad.def:482
18925 #, no-c-format
18926 msgid "Statement at %0 must specify construct name specified at %1"
18927 msgstr ""
18928
18929 #: f/bad.def:485
18930 #, no-c-format
18931 msgid "Construct name at %0 superfluous, no construct name specified at %1"
18932 msgstr ""
18933
18934 #: f/bad.def:488
18935 #, no-c-format
18936 msgid "Construct name at %0 not the same as construct name at %1"
18937 msgstr ""
18938
18939 #: f/bad.def:491
18940 #, no-c-format
18941 msgid ""
18942 "Construct name at %0 does not match construct name for any containing DO "
18943 "constructs"
18944 msgstr ""
18945
18946 #: f/bad.def:494
18947 #, no-c-format
18948 msgid "Label definition missing at %0 for DO construct specifying label at %1"
18949 msgstr ""
18950
18951 #: f/bad.def:497
18952 #, no-c-format
18953 msgid "Statement at %0 follows ELSE block for IF construct at %1"
18954 msgstr ""
18955
18956 #: f/bad.def:500
18957 #, no-c-format
18958 msgid "No label definition for FORMAT statement at %0"
18959 msgstr ""
18960
18961 #: f/bad.def:503
18962 #, no-c-format
18963 msgid "Second occurrence of ELSE WHERE at %0 within WHERE at %1"
18964 msgstr ""
18965
18966 #: f/bad.def:506
18967 #, no-c-format
18968 msgid ""
18969 "END statement at %0 missing `%A' keyword required for internal or module "
18970 "procedure(s) bounded by %1"
18971 msgstr ""
18972
18973 #: f/bad.def:509
18974 #, no-c-format
18975 msgid ""
18976 "MODULE PROCEDURE statement at %0 disallowed because INTERFACE at %1 "
18977 "specifies no generic name, operator, or assignment"
18978 msgstr ""
18979
18980 #: f/bad.def:512
18981 #, no-c-format
18982 msgid "BLOCK DATA name at %0 superfluous, no name specified at %1"
18983 msgstr ""
18984
18985 #: f/bad.def:515
18986 #, no-c-format
18987 msgid "Program name at %0 superfluous, no PROGRAM statement specified at %1"
18988 msgstr ""
18989
18990 #: f/bad.def:518
18991 #, no-c-format
18992 msgid "Program unit name at %0 not the same as name at %1"
18993 msgstr ""
18994
18995 #: f/bad.def:521
18996 #, no-c-format
18997 msgid "Type name at %0 not the same as name at %1"
18998 msgstr ""
18999
19000 #: f/bad.def:524
19001 #, no-c-format
19002 msgid "End of source file before end of block started at %0"
19003 msgstr ""
19004
19005 #: f/bad.def:527
19006 #, no-c-format
19007 msgid "Undefined label, first referenced at %0"
19008 msgstr ""
19009
19010 #: f/bad.def:530
19011 #, no-c-format
19012 msgid ""
19013 "SAVE statement or attribute at %1 cannot be specified along with SAVE "
19014 "statement or attribute at %0"
19015 msgstr ""
19016
19017 #: f/bad.def:533
19018 #, no-c-format
19019 msgid ""
19020 "PUBLIC or PRIVATE statement at %1 cannot be specified along with PUBLIC or "
19021 "PRIVATE statement at %0"
19022 msgstr ""
19023
19024 #: f/bad.def:536
19025 #, no-c-format
19026 msgid "RETURN statement at %0 invalid within a main program unit"
19027 msgstr ""
19028
19029 #: f/bad.def:539
19030 #, no-c-format
19031 msgid "Alternate return specifier at %0 invalid within a main program unit"
19032 msgstr ""
19033
19034 #: f/bad.def:542
19035 #, no-c-format
19036 msgid "Alternate return specifier at %0 invalid within a function"
19037 msgstr ""
19038
19039 #: f/bad.def:545
19040 #, no-c-format
19041 msgid ""
19042 "Access specifier or PRIVATE statement at %0 invalid for derived-type "
19043 "definition within other than the specification part of a module"
19044 msgstr ""
19045
19046 #: f/bad.def:548
19047 #, no-c-format
19048 msgid ""
19049 "Access specifier at %0 must immediately follow derived-type statement at %1 "
19050 "with no intervening statements"
19051 msgstr ""
19052
19053 #: f/bad.def:551
19054 #, no-c-format
19055 msgid ""
19056 "No components specified as of %0 for derived-type definition beginning at %1"
19057 msgstr ""
19058
19059 #: f/bad.def:554
19060 #, no-c-format
19061 msgid ""
19062 "No components specified as of %0 for structure definition beginning at %1"
19063 msgstr ""
19064
19065 #: f/bad.def:557
19066 #, no-c-format
19067 msgid "Missing structure name for outer structure definition at %0"
19068 msgstr ""
19069
19070 #: f/bad.def:560
19071 #, no-c-format
19072 msgid ""
19073 "Field names at %0 for outer structure definition -- specify them in a "
19074 "subsequent RECORD statement instead"
19075 msgstr ""
19076
19077 #: f/bad.def:563
19078 #, no-c-format
19079 msgid ""
19080 "Missing field name(s) for structure definition at %0 within structure "
19081 "definition at %1"
19082 msgstr ""
19083
19084 #: f/bad.def:566
19085 #, no-c-format
19086 msgid "No components specified as of %0 for map beginning at %1"
19087 msgstr ""
19088
19089 #: f/bad.def:569
19090 #, no-c-format
19091 msgid ""
19092 "Zero or one maps specified as of %0 for union beginning at %1 -- at least "
19093 "two are required"
19094 msgstr ""
19095
19096 #: f/bad.def:572
19097 #, no-c-format
19098 msgid "Missing %A specifier in statement at %0"
19099 msgstr ""
19100
19101 #: f/bad.def:575
19102 #, no-c-format
19103 msgid "Items in I/O list starting at %0 invalid for namelist-directed I/O"
19104 msgstr ""
19105
19106 #: f/bad.def:578
19107 #, no-c-format
19108 msgid "Conflicting I/O control specifications at %0 and %1"
19109 msgstr ""
19110
19111 #: f/bad.def:581
19112 #, no-c-format
19113 msgid "No UNIT= specifier in I/O control list at %0"
19114 msgstr ""
19115
19116 #: f/bad.def:584
19117 #, no-c-format
19118 msgid ""
19119 "Specification at %0 requires ADVANCE=`NO' specification in same I/O control "
19120 "list"
19121 msgstr ""
19122
19123 #: f/bad.def:587
19124 #, no-c-format
19125 msgid ""
19126 "Specification at %0 requires explicit FMT= specification in same I/O control "
19127 "list"
19128 msgstr ""
19129
19130 #: f/bad.def:595
19131 #, no-c-format
19132 msgid "Second occurrence of CASE DEFAULT at %0 within SELECT CASE at %1"
19133 msgstr ""
19134
19135 #: f/bad.def:598
19136 #, no-c-format
19137 msgid "Duplicate or overlapping case values/ranges at %0 and %1"
19138 msgstr ""
19139
19140 #: f/bad.def:601
19141 #, no-c-format
19142 msgid ""
19143 "Type and/or kind-type parameter disagreement between CASE value or value "
19144 "within range at %0 and SELECT CASE at %1"
19145 msgstr ""
19146
19147 #: f/bad.def:604
19148 #, no-c-format
19149 msgid ""
19150 "Range specification at %0 invalid for CASE statement within logical-type "
19151 "SELECT CASE statement"
19152 msgstr ""
19153
19154 #: f/bad.def:617
19155 #, no-c-format
19156 msgid "Fortran 90 feature at %0 unsupported"
19157 msgstr ""
19158
19159 #: f/bad.def:630
19160 #, no-c-format
19161 msgid ""
19162 "Invalid declaration of or reference to symbol `%A' at %0 [initially seen at %"
19163 "1]"
19164 msgstr ""
19165
19166 #: f/bad.def:638
19167 #, no-c-format
19168 msgid "Null element at %0 for array reference at %1"
19169 msgstr ""
19170
19171 #: f/bad.def:641
19172 #, no-c-format
19173 msgid "Too few elements (%A missing) as of %0 for array reference at %1"
19174 msgstr ""
19175
19176 #: f/bad.def:644
19177 #, no-c-format
19178 msgid "Too many elements as of %0 for array reference at %1"
19179 msgstr ""
19180
19181 #: f/bad.def:647
19182 #, no-c-format
19183 msgid "Missing colon as of %0 in substring reference for %1"
19184 msgstr ""
19185
19186 #: f/bad.def:650
19187 #, no-c-format
19188 msgid "Invalid use at %0 of substring operator on %1"
19189 msgstr ""
19190
19191 #: f/bad.def:653
19192 #, no-c-format
19193 msgid "Substring begin/end point at %0 out of defined range"
19194 msgstr ""
19195
19196 #: f/bad.def:656
19197 #, no-c-format
19198 msgid "Array element value at %0 out of defined range"
19199 msgstr ""
19200
19201 #: f/bad.def:659
19202 #, no-c-format
19203 msgid "Expression at %0 has incorrect data type or rank for its context"
19204 msgstr ""
19205
19206 #: f/bad.def:662
19207 #, no-c-format
19208 msgid "Division by 0 (zero) at %0 (IEEE not yet supported)"
19209 msgstr ""
19210
19211 #: f/bad.def:665
19212 #, no-c-format
19213 msgid "%A step count known to be 0 (zero) at %0"
19214 msgstr ""
19215
19216 #: f/bad.def:668
19217 #, no-c-format
19218 msgid "%A end value plus step count known to overflow at %0"
19219 msgstr ""
19220
19221 #: f/bad.def:671
19222 #, no-c-format
19223 msgid ""
19224 "%A begin, end, and step-count values known to result in implementation-"
19225 "dependent behavior due to overflow(s) in intermediate calculations at %0"
19226 msgstr ""
19227
19228 #: f/bad.def:674
19229 #, no-c-format
19230 msgid ""
19231 "%A begin, end, and step-count values known to result in no iterations at %0"
19232 msgstr ""
19233
19234 #: f/bad.def:677
19235 #, no-c-format
19236 msgid "Type disagreement between expressions at %0 and %1"
19237 msgstr ""
19238
19239 #: f/bad.def:690
19240 #, no-c-format
19241 msgid "No specification for implied-DO iterator `%A' at %0"
19242 msgstr ""
19243
19244 #: f/bad.def:693
19245 #, no-c-format
19246 msgid "Gratuitous parentheses surround implied-DO construct at %0"
19247 msgstr ""
19248
19249 #: f/bad.def:696
19250 #, no-c-format
19251 msgid "Zero-size specification invalid at %0"
19252 msgstr ""
19253
19254 #: f/bad.def:699
19255 #, no-c-format
19256 msgid "Zero-size array at %0"
19257 msgstr ""
19258
19259 #: f/bad.def:702
19260 #, no-c-format
19261 msgid "Target machine does not support complex entity of kind specified at %0"
19262 msgstr ""
19263
19264 #: f/bad.def:705
19265 #, no-c-format
19266 msgid "Target machine does not support DOUBLE COMPLEX, specified at %0"
19267 msgstr ""
19268
19269 #: f/bad.def:708
19270 #, no-c-format
19271 msgid "Attempt to raise constant zero to a power at %0"
19272 msgstr ""
19273
19274 #: f/bad.def:806
19275 #, no-c-format
19276 msgid "Reference to generic intrinsic `%A' at %0 could be to form %B or %C"
19277 msgstr ""
19278
19279 #: f/bad.def:809
19280 #, no-c-format
19281 msgid "Ambiguous use of intrinsic `%A' at %0 [info -f g77 M CMPAMBIG]"
19282 msgstr ""
19283
19284 #: f/bad.def:812
19285 #, no-c-format
19286 msgid "Intrinsic `%A' referenced %Bly at %0, %Cly at %1 [info -f g77 M EXPIMP]"
19287 msgstr ""
19288
19289 #: f/bad.def:815
19290 #, no-c-format
19291 msgid "Same name `%A' used for %B at %0 and %C at %1 [info -f g77 M INTGLOB]"
19292 msgstr ""
19293
19294 #: f/bad.def:818
19295 #, no-c-format
19296 msgid ""
19297 "Explicit type declaration for intrinsic `%A' disagrees with invocation at %0"
19298 msgstr ""
19299
19300 #: f/bad.def:821
19301 #, no-c-format
19302 msgid "Unable to open INCLUDE file `%A' at %0"
19303 msgstr ""
19304
19305 #: f/bad.def:839
19306 #, no-c-format
19307 msgid "Null argument at %0 for statement function reference at %1"
19308 msgstr ""
19309
19310 #: f/bad.def:842
19311 #, no-c-format
19312 msgid "Null argument at %0 for procedure invocation at %1"
19313 msgstr ""
19314
19315 #: f/bad.def:845
19316 #, no-c-format
19317 msgid ""
19318 "%A too few arguments (starting with dummy argument `%B') as of %0 for "
19319 "statement function reference at %1"
19320 msgstr ""
19321
19322 #: f/bad.def:848
19323 #, no-c-format
19324 msgid "%A too many arguments as of %0 for statement function reference at %1"
19325 msgstr ""
19326
19327 #: f/bad.def:851
19328 #, no-c-format
19329 msgid ""
19330 "Array supplied at %1 for dummy argument `%A' in statement function reference "
19331 "at %0"
19332 msgstr ""
19333
19334 #: f/bad.def:854
19335 #, no-c-format
19336 msgid "Unsupported FORMAT specifier at %0"
19337 msgstr ""
19338
19339 #: f/bad.def:857
19340 #, no-c-format
19341 msgid "Variable-expression FORMAT specifier at %0 -- unsupported"
19342 msgstr ""
19343
19344 #: f/bad.def:880
19345 #, no-c-format
19346 msgid "Unsupported VXT statement at %0"
19347 msgstr ""
19348
19349 #: f/bad.def:883
19350 #, no-c-format
19351 msgid "Attempt to specify second initial value for `%A' at %0"
19352 msgstr ""
19353
19354 #: f/bad.def:886
19355 #, no-c-format
19356 msgid "Too few initial values in list of initializers for `%A' at %0"
19357 msgstr ""
19358
19359 #: f/bad.def:889
19360 #, no-c-format
19361 msgid "Too many initial values in list of initializers starting at %0"
19362 msgstr ""
19363
19364 #: f/bad.def:892
19365 #, no-c-format
19366 msgid ""
19367 "Array or substring specification for `%A' out of range in statement at %0"
19368 msgstr ""
19369
19370 #: f/bad.def:895
19371 #, no-c-format
19372 msgid ""
19373 "Array subscript #%B out of range for initialization of `%A' in statement at %"
19374 "0"
19375 msgstr ""
19376
19377 #: f/bad.def:898
19378 #, no-c-format
19379 msgid ""
19380 "Implied do-loop step count of 0 (zero) for iteration variable `%A' in "
19381 "statement at %0"
19382 msgstr ""
19383
19384 #: f/bad.def:901
19385 #, no-c-format
19386 msgid ""
19387 "Implied do-loop iteration count of 0 (zero) for iteration variable `%A' in "
19388 "statement at %0"
19389 msgstr ""
19390
19391 #: f/bad.def:904
19392 #, no-c-format
19393 msgid ""
19394 "Not an integer constant expression in implied do-loop in statement at %0"
19395 msgstr ""
19396
19397 #: f/bad.def:907
19398 #, no-c-format
19399 msgid "Attempt to specify second initial value for element of `%A' at %0"
19400 msgstr ""
19401
19402 #: f/bad.def:910
19403 #, no-c-format
19404 msgid "Attempt to EQUIVALENCE common areas `%A' and `%B' at %0"
19405 msgstr ""
19406
19407 #: f/bad.def:913
19408 #, no-c-format
19409 msgid ""
19410 "Can't place `%A' as directed by EQUIVALENCE due to alignment restrictions"
19411 msgstr ""
19412
19413 #: f/bad.def:916
19414 #, no-c-format
19415 msgid ""
19416 "Mismatched EQUIVALENCE requirements for placement of `%A' at both %C and %D "
19417 "bytes offset from `%B'"
19418 msgstr ""
19419
19420 #: f/bad.def:919
19421 #, no-c-format
19422 msgid ""
19423 "Array or substring specification for `%A' out of range in EQUIVALENCE "
19424 "statement"
19425 msgstr ""
19426
19427 #: f/bad.def:922
19428 #, no-c-format
19429 msgid "Substring of non-CHARACTER entity `%A' in EQUIVALENCE statement"
19430 msgstr ""
19431
19432 #: f/bad.def:925
19433 #, no-c-format
19434 msgid "Array reference to scalar variable `%A' in EQUIVALENCE statement"
19435 msgstr ""
19436
19437 #: f/bad.def:928
19438 #, no-c-format
19439 msgid "Array subscript #%B out of range for EQUIVALENCE of `%A'"
19440 msgstr ""
19441
19442 #: f/bad.def:936
19443 #, no-c-format
19444 msgid ""
19445 "Attempt to extend COMMON area beyond its starting point via EQUIVALENCE of `%"
19446 "A'"
19447 msgstr ""
19448
19449 #: f/bad.def:939
19450 #, no-c-format
19451 msgid "Too few elements in reference to array `%A' in EQUIVALENCE statement"
19452 msgstr ""
19453
19454 #: f/bad.def:942
19455 #, no-c-format
19456 msgid "Too many elements in reference to array `%A' in EQUIVALENCE statement"
19457 msgstr ""
19458
19459 #: f/bad.def:945
19460 #, no-c-format
19461 msgid ""
19462 "Mixed CHARACTER and non-CHARACTER types via COMMON/EQUIVALENCE -- for "
19463 "example, `%A' and `%B'"
19464 msgstr ""
19465
19466 #: f/bad.def:958
19467 #, no-c-format
19468 msgid "Return value `%A' for FUNCTION at %0 not referenced in subprogram"
19469 msgstr ""
19470
19471 #: f/bad.def:976
19472 #, no-c-format
19473 msgid ""
19474 "Common block `%A' is SAVEd, explicitly or implicitly, at %0 but not SAVEd at "
19475 "%1"
19476 msgstr ""
19477
19478 #: f/bad.def:979
19479 #, no-c-format
19480 msgid "Common block `%A' is %B %D in length at %0 but %C %E at %1"
19481 msgstr ""
19482
19483 #: f/bad.def:987
19484 #, no-c-format
19485 msgid "Blank common initialized at %0"
19486 msgstr ""
19487
19488 #: f/bad.def:990
19489 #, no-c-format
19490 msgid ""
19491 "Intrinsic `%A' is passed as actual argument at %0 but not explicitly "
19492 "declared INTRINSIC"
19493 msgstr ""
19494
19495 #: f/bad.def:993
19496 #, no-c-format
19497 msgid ""
19498 "External procedure `%A' is passed as actual argument at %0 but not "
19499 "explicitly declared EXTERNAL"
19500 msgstr ""
19501
19502 #: f/bad.def:996
19503 #, no-c-format
19504 msgid "Character `%A' (for example) is upper-case in symbol name at %0"
19505 msgstr ""
19506
19507 #: f/bad.def:999
19508 #, no-c-format
19509 msgid "Character `%A' (for example) is lower-case in symbol name at %0"
19510 msgstr ""
19511
19512 #: f/bad.def:1002
19513 #, no-c-format
19514 msgid ""
19515 "Character `%A' not followed at some point by lower-case character in symbol "
19516 "name at %0"
19517 msgstr ""
19518
19519 #: f/bad.def:1005
19520 #, no-c-format
19521 msgid "Initial character `%A' is lower-case in symbol name at %0"
19522 msgstr ""
19523
19524 #: f/bad.def:1013
19525 #, no-c-format
19526 msgid ""
19527 "NAMELIST not adequately supported by run-time library for source files with "
19528 "case preserved"
19529 msgstr ""
19530
19531 #: f/bad.def:1016
19532 #, no-c-format
19533 msgid "Nested %% construct (%%VAL, %%REF, or %%DESCR) at %0"
19534 msgstr ""
19535
19536 #: f/bad.def:1034
19537 #, no-c-format
19538 msgid "Statement at %0 invalid in BLOCK DATA program unit at %1"
19539 msgstr ""
19540
19541 #: f/bad.def:1037
19542 #, no-c-format
19543 msgid "Truncating characters on right side of character constant at %0"
19544 msgstr ""
19545
19546 #: f/bad.def:1040
19547 #, no-c-format
19548 msgid "Truncating characters on right side of hollerith constant at %0"
19549 msgstr ""
19550
19551 #: f/bad.def:1043
19552 #, no-c-format
19553 msgid "Truncating non-zero data on left side of numeric constant at %0"
19554 msgstr ""
19555
19556 #: f/bad.def:1046
19557 #, no-c-format
19558 msgid "Truncating non-zero data on left side of typeless constant at %0"
19559 msgstr ""
19560
19561 #: f/bad.def:1049
19562 #, no-c-format
19563 msgid "Typeless constant at %0 too large"
19564 msgstr ""
19565
19566 #: f/bad.def:1052
19567 #, no-c-format
19568 msgid "First-column ampersand continuation at %0"
19569 msgstr ""
19570
19571 #: f/bad.def:1055 f/bad.def:1058
19572 #, no-c-format
19573 msgid ""
19574 "Global name `%A' defined at %0 already defined at %1 [info -f g77 M GLOBALS]"
19575 msgstr ""
19576
19577 #: f/bad.def:1061 f/bad.def:1064
19578 #, no-c-format
19579 msgid "Global name `%A' is %B at %0 but is %C at %1 [info -f g77 M GLOBALS]"
19580 msgstr ""
19581
19582 #: f/bad.def:1067 f/bad.def:1070
19583 #, no-c-format
19584 msgid "Global name `%A' at %0 has different type at %1 [info -f g77 M GLOBALS]"
19585 msgstr ""
19586
19587 #: f/bad.def:1073
19588 #, no-c-format
19589 msgid ""
19590 "Too %B arguments passed to `%A' at %0 versus definition at %1 [info -f g77 M "
19591 "GLOBALS]"
19592 msgstr ""
19593
19594 #: f/bad.def:1076
19595 #, no-c-format
19596 msgid ""
19597 "Too %B arguments for `%A' at %0 versus invocation at %1 [info -f g77 M "
19598 "GLOBALS]"
19599 msgstr ""
19600
19601 #: f/bad.def:1079 f/bad.def:1082
19602 #, no-c-format
19603 msgid ""
19604 "Argument #%B of `%A' is %C at %0 but is %D at %1 [info -f g77 M GLOBALS]"
19605 msgstr ""
19606
19607 #: f/bad.def:1085
19608 #, no-c-format
19609 msgid "Array `%A' at %0 is too large to handle"
19610 msgstr ""
19611
19612 #: f/bad.def:1088
19613 #, no-c-format
19614 msgid "Statement function `%A' defined at %0 is not used"
19615 msgstr ""
19616
19617 #: f/bad.def:1091
19618 #, no-c-format
19619 msgid ""
19620 "Intrinsic `%A', invoked at %0, known to be non-Y2K-compliant [info -f g77 M "
19621 "Y2KBAD]"
19622 msgstr ""
19623
19624 #: f/bad.def:1094
19625 #, no-c-format
19626 msgid "Internal compiler error -- cannot perform operation"
19627 msgstr ""
19628
19629 #. Kind messages are used in diagnostic location reports of the
19630 #. form "<file>: In function `foo': <error message>".
19631 #: f/info-k.def:32
19632 msgid "In unknown kind"
19633 msgstr ""
19634
19635 #: f/info-k.def:33
19636 msgid "In entity"
19637 msgstr ""
19638
19639 #: f/info-k.def:34
19640 msgid "In function"
19641 msgstr ""
19642
19643 #: f/info-k.def:35
19644 msgid "In subroutine"
19645 msgstr ""
19646
19647 #: f/info-k.def:36
19648 msgid "In program"
19649 msgstr ""
19650
19651 #: f/info-k.def:37
19652 msgid "In block-data unit"
19653 msgstr ""
19654
19655 #: f/info-k.def:38
19656 msgid "In common block"
19657 msgstr ""
19658
19659 #: f/info-k.def:39
19660 msgid "In construct"
19661 msgstr ""
19662
19663 #: f/info-k.def:40
19664 msgid "In namelist"
19665 msgstr ""
19666
19667 #: f/info-k.def:41
19668 msgid "In anything"
19669 msgstr ""
19670
19671 #: java/check-init.c:919
19672 #, c-format
19673 msgid "internal error in check-init: tree code not implemented: %s"
19674 msgstr ""
19675
19676 #: java/check-init.c:992
19677 #, c-format
19678 msgid "final field '%s' may not have been initialized"
19679 msgstr ""
19680
19681 #: java/class.c:541 java/class.c:566
19682 msgid "internal error - too many interface type"
19683 msgstr ""
19684
19685 #: java/class.c:679
19686 msgid "bad method signature"
19687 msgstr ""
19688
19689 #: java/class.c:728
19690 msgid "misplaced ConstantValue attribute (not in any field)"
19691 msgstr ""
19692
19693 #: java/class.c:730
19694 #, c-format
19695 msgid "duplicate ConstantValue attribute for field '%s'"
19696 msgstr ""
19697
19698 #: java/class.c:741
19699 #, c-format
19700 msgid "ConstantValue attribute of field '%s' has wrong type"
19701 msgstr ""
19702
19703 #: java/class.c:1107
19704 #, c-format
19705 msgid "field '%s' not found in class"
19706 msgstr ""
19707
19708 #: java/class.c:1369
19709 msgid "abstract method in non-abstract class"
19710 msgstr ""
19711
19712 #: java/class.c:2071
19713 #, c-format
19714 msgid "non-static method '%s' overrides static method"
19715 msgstr ""
19716
19717 #: java/decl.c:1539
19718 #, c-format
19719 msgid "In %s: overlapped variable and exception ranges at %d"
19720 msgstr ""
19721
19722 #: java/decl.c:1620
19723 msgid "bad type in parameter debug info"
19724 msgstr ""
19725
19726 #: java/decl.c:1630
19727 #, c-format
19728 msgid "bad PC range for debug info for local `%s'"
19729 msgstr ""
19730
19731 #: java/expr.c:532
19732 msgid "stack underflow - dup* operation"
19733 msgstr ""
19734
19735 #: java/expr.c:1538
19736 #, c-format
19737 msgid ""
19738 "reference `%s' is ambiguous: appears in interface `%s' and interface `%s'"
19739 msgstr ""
19740
19741 #: java/expr.c:1567
19742 #, c-format
19743 msgid "field `%s' not found"
19744 msgstr ""
19745
19746 #: java/expr.c:1719
19747 msgid "ret instruction not implemented"
19748 msgstr ""
19749
19750 #: java/expr.c:1854
19751 #, c-format
19752 msgid "method '%s' not found in class"
19753 msgstr ""
19754
19755 #: java/expr.c:2057
19756 #, c-format
19757 msgid "failed to find class '%s'"
19758 msgstr ""
19759
19760 #: java/expr.c:2067
19761 #, c-format
19762 msgid "class '%s' has no method named '%s' matching signature '%s'"
19763 msgstr ""
19764
19765 #: java/expr.c:2077
19766 msgid "invokestatic on non static method"
19767 msgstr ""
19768
19769 #: java/expr.c:2082
19770 msgid "invokestatic on abstract method"
19771 msgstr ""
19772
19773 #: java/expr.c:2090
19774 msgid "invoke[non-static] on static method"
19775 msgstr ""
19776
19777 #: java/expr.c:2375
19778 #, c-format
19779 msgid "missing field '%s' in '%s'"
19780 msgstr ""
19781
19782 #: java/expr.c:2381
19783 #, c-format
19784 msgid "mismatching signature for field '%s' in '%s'"
19785 msgstr ""
19786
19787 #: java/expr.c:2404
19788 #, c-format
19789 msgid "assignment to final field `%s' not in field's class"
19790 msgstr ""
19791
19792 #: java/expr.c:2409
19793 #, c-format
19794 msgid "assignment to final static field `%s' not in class initializer"
19795 msgstr ""
19796
19797 #: java/expr.c:2416
19798 #, c-format
19799 msgid "assignment to final field `%s' not in constructor"
19800 msgstr ""
19801
19802 #: java/expr.c:2663
19803 #, c-format
19804 msgid "can't expand %s"
19805 msgstr ""
19806
19807 #: java/expr.c:2840
19808 msgid "invalid PC in line number table"
19809 msgstr ""
19810
19811 #. We've just reached the end of a region of dead code.
19812 #: java/expr.c:2885
19813 #, c-format
19814 msgid "unreachable bytecode from %d to before %d"
19815 msgstr ""
19816
19817 #. We've just reached the end of a region of dead code.
19818 #: java/expr.c:2922
19819 #, c-format
19820 msgid "unreachable bytecode from %d to the end of the method"
19821 msgstr ""
19822
19823 #. duplicate code from LOAD macro
19824 #: java/expr.c:3240
19825 msgid "unrecogized wide sub-instruction"
19826 msgstr ""
19827
19828 #: java/jcf-io.c:539
19829 #, c-format
19830 msgid ""
19831 "source file for class `%s' is newer than its matching class file.  Source "
19832 "file `%s' used instead"
19833 msgstr ""
19834
19835 #: java/jcf-parse.c:340
19836 msgid "bad string constant"
19837 msgstr ""
19838
19839 #: java/jcf-parse.c:358
19840 #, c-format
19841 msgid "bad value constant type %d, index %d"
19842 msgstr ""
19843
19844 #: java/jcf-parse.c:530
19845 #, c-format
19846 msgid "can't reopen %s"
19847 msgstr ""
19848
19849 #: java/jcf-parse.c:535
19850 #, c-format
19851 msgid "can't close %s"
19852 msgstr ""
19853
19854 #: java/jcf-parse.c:617
19855 #, c-format
19856 msgid "cannot find file for class %s"
19857 msgstr ""
19858
19859 #: java/jcf-parse.c:629
19860 msgid "not a valid Java .class file"
19861 msgstr ""
19862
19863 #: java/jcf-parse.c:632
19864 msgid "error while parsing constant pool"
19865 msgstr ""
19866
19867 #: java/jcf-parse.c:635
19868 #, c-format
19869 msgid "error in constant pool entry #%d\n"
19870 msgstr ""
19871
19872 #. FIXME - where was first time
19873 #: java/jcf-parse.c:647
19874 #, c-format
19875 msgid "reading class %s for the second time from %s"
19876 msgstr ""
19877
19878 #: java/jcf-parse.c:665
19879 msgid "error while parsing fields"
19880 msgstr ""
19881
19882 #: java/jcf-parse.c:668
19883 msgid "error while parsing methods"
19884 msgstr ""
19885
19886 #: java/jcf-parse.c:671
19887 msgid "error while parsing final attributes"
19888 msgstr ""
19889
19890 #: java/jcf-parse.c:685
19891 #, c-format
19892 msgid ""
19893 "the `java.lang.Object' that was found in `%s' didn't have the special zero-"
19894 "length `gnu.gcj.gcj-compiled' attribute.  This generally means that your "
19895 "classpath is incorrectly set.  Use `info gcj \"Input Options\"' to see the "
19896 "info page describing how to set the classpath"
19897 msgstr ""
19898
19899 #: java/jcf-parse.c:774
19900 msgid "missing Code attribute"
19901 msgstr ""
19902
19903 #: java/jcf-parse.c:1011
19904 msgid "source file seen twice on command line and will be compiled only once"
19905 msgstr ""
19906
19907 #: java/jcf-parse.c:1027
19908 msgid "no input file specified"
19909 msgstr ""
19910
19911 #: java/jcf-parse.c:1056
19912 #, c-format
19913 msgid "can't close input file %s"
19914 msgstr ""
19915
19916 #: java/jcf-parse.c:1093
19917 #, c-format
19918 msgid "bad zip/jar file %s"
19919 msgstr ""
19920
19921 #: java/jcf-write.c:2643
19922 #, c-format
19923 msgid ""
19924 "internal error in generate_bytecode_insn - tree code not implemented: %s"
19925 msgstr ""
19926
19927 #: java/jcf-write.c:2981
19928 msgid "field initializer type mismatch"
19929 msgstr ""
19930
19931 #: java/jcf-write.c:3389
19932 #, c-format
19933 msgid "can't create directory %s"
19934 msgstr ""
19935
19936 #: java/jcf-write.c:3443
19937 #, c-format
19938 msgid "can't create %s"
19939 msgstr ""
19940
19941 #: java/jv-scan.c:189
19942 msgid "only one of `--print-main', `--list-class', and `--complexity' allowed"
19943 msgstr ""
19944
19945 #: java/jv-scan.c:192
19946 #, c-format
19947 msgid "can't open output file `%s'"
19948 msgstr ""
19949
19950 #: java/jv-scan.c:226
19951 #, c-format
19952 msgid "file not found `%s'"
19953 msgstr ""
19954
19955 #: java/jvspec.c:421
19956 msgid "can't specify `-D' without `--main'\n"
19957 msgstr ""
19958
19959 #: java/jvspec.c:424
19960 #, c-format
19961 msgid "`%s' is not a valid class name"
19962 msgstr ""
19963
19964 #: java/jvspec.c:430
19965 msgid "--resource requires -o"
19966 msgstr ""
19967
19968 #: java/jvspec.c:437
19969 msgid "warning: already-compiled .class files ignored with -C"
19970 msgstr ""
19971
19972 #: java/jvspec.c:444
19973 msgid "cannot specify both -C and -o"
19974 msgstr ""
19975
19976 #: java/jvspec.c:456
19977 msgid "cannot create temporary file"
19978 msgstr ""
19979
19980 #: java/jvspec.c:484
19981 msgid "using both @FILE with multiple files not implemented"
19982 msgstr ""
19983
19984 #: java/jvspec.c:533
19985 msgid "cannot specify `main' class when not linking"
19986 msgstr ""
19987
19988 #: java/lang.c:545
19989 msgid "can't do dependency tracking with input from stdin"
19990 msgstr ""
19991
19992 #: java/lang.c:561
19993 msgid "couldn't determine target name for dependency tracking"
19994 msgstr ""
19995
19996 #: java/lex.c:303
19997 #, c-format
19998 msgid ""
19999 "unknown encoding: `%s'\n"
20000 "This might mean that your locale's encoding is not supported\n"
20001 "by your system's iconv(3) implementation.  If you aren't trying\n"
20002 "to use a particular encoding for your input file, try the\n"
20003 "`--encoding=UTF-8' option"
20004 msgstr ""
20005
20006 #: java/mangle.c:87
20007 #, c-format
20008 msgid "can't mangle %s"
20009 msgstr ""
20010
20011 #: java/mangle_name.c:146 java/mangle_name.c:218
20012 msgid "internal error - invalid Utf8 name"
20013 msgstr ""
20014
20015 #: ../../gcc-cvs/gcc/java/parse-scan.y:883 ../../gcc-cvs/gcc/java/parse.y:964
20016 #: ../../gcc-cvs/gcc/java/parse.y:1305 ../../gcc-cvs/gcc/java/parse.y:1366
20017 #: ../../gcc-cvs/gcc/java/parse.y:1576 ../../gcc-cvs/gcc/java/parse.y:1798
20018 #: ../../gcc-cvs/gcc/java/parse.y:1807 ../../gcc-cvs/gcc/java/parse.y:1818
20019 #: ../../gcc-cvs/gcc/java/parse.y:1829 ../../gcc-cvs/gcc/java/parse.y:1841
20020 #: ../../gcc-cvs/gcc/java/parse.y:1856 ../../gcc-cvs/gcc/java/parse.y:1873
20021 #: ../../gcc-cvs/gcc/java/parse.y:1875 ../../gcc-cvs/gcc/java/parse.y:1947
20022 #: ../../gcc-cvs/gcc/java/parse.y:2118 ../../gcc-cvs/gcc/java/parse.y:2180
20023 #: ../../gcc-cvs/gcc/java/parse.y:2332 ../../gcc-cvs/gcc/java/parse.y:2344
20024 #: ../../gcc-cvs/gcc/java/parse.y:2351 ../../gcc-cvs/gcc/java/parse.y:2358
20025 #: ../../gcc-cvs/gcc/java/parse.y:2369 ../../gcc-cvs/gcc/java/parse.y:2371
20026 #: ../../gcc-cvs/gcc/java/parse.y:2409 ../../gcc-cvs/gcc/java/parse.y:2411
20027 #: ../../gcc-cvs/gcc/java/parse.y:2413 ../../gcc-cvs/gcc/java/parse.y:2434
20028 #: ../../gcc-cvs/gcc/java/parse.y:2436 ../../gcc-cvs/gcc/java/parse.y:2438
20029 #: ../../gcc-cvs/gcc/java/parse.y:2454 ../../gcc-cvs/gcc/java/parse.y:2456
20030 #: ../../gcc-cvs/gcc/java/parse.y:2477 ../../gcc-cvs/gcc/java/parse.y:2479
20031 #: ../../gcc-cvs/gcc/java/parse.y:2481 ../../gcc-cvs/gcc/java/parse.y:2509
20032 #: ../../gcc-cvs/gcc/java/parse.y:2511 ../../gcc-cvs/gcc/java/parse.y:2513
20033 #: ../../gcc-cvs/gcc/java/parse.y:2515 ../../gcc-cvs/gcc/java/parse.y:2533
20034 #: ../../gcc-cvs/gcc/java/parse.y:2535 ../../gcc-cvs/gcc/java/parse.y:2546
20035 #: ../../gcc-cvs/gcc/java/parse.y:2557 ../../gcc-cvs/gcc/java/parse.y:2568
20036 #: ../../gcc-cvs/gcc/java/parse.y:2579 ../../gcc-cvs/gcc/java/parse.y:2590
20037 #: ../../gcc-cvs/gcc/java/parse.y:2603 ../../gcc-cvs/gcc/java/parse.y:2607
20038 #: ../../gcc-cvs/gcc/java/parse.y:2609 ../../gcc-cvs/gcc/java/parse.y:2622
20039 msgid "Missing term"
20040 msgstr ""
20041
20042 #: ../../gcc-cvs/gcc/java/parse-scan.y:885 ../../gcc-cvs/gcc/java/parse.y:736
20043 #: ../../gcc-cvs/gcc/java/parse.y:774 ../../gcc-cvs/gcc/java/parse.y:799
20044 #: ../../gcc-cvs/gcc/java/parse.y:985 ../../gcc-cvs/gcc/java/parse.y:1340
20045 #: ../../gcc-cvs/gcc/java/parse.y:1552 ../../gcc-cvs/gcc/java/parse.y:1554
20046 #: ../../gcc-cvs/gcc/java/parse.y:1783 ../../gcc-cvs/gcc/java/parse.y:1809
20047 #: ../../gcc-cvs/gcc/java/parse.y:1820 ../../gcc-cvs/gcc/java/parse.y:1831
20048 #: ../../gcc-cvs/gcc/java/parse.y:1843 ../../gcc-cvs/gcc/java/parse.y:1858
20049 msgid "';' expected"
20050 msgstr ""
20051
20052 #: ../../gcc-cvs/gcc/java/parse.y:734 ../../gcc-cvs/gcc/java/parse.y:772
20053 msgid "Missing name"
20054 msgstr ""
20055
20056 #: ../../gcc-cvs/gcc/java/parse.y:797
20057 msgid "'*' expected"
20058 msgstr ""
20059
20060 #: ../../gcc-cvs/gcc/java/parse.y:811
20061 msgid "Class or interface declaration expected"
20062 msgstr ""
20063
20064 #: ../../gcc-cvs/gcc/java/parse.y:848 ../../gcc-cvs/gcc/java/parse.y:850
20065 msgid "Missing class name"
20066 msgstr ""
20067
20068 #: ../../gcc-cvs/gcc/java/parse.y:853 ../../gcc-cvs/gcc/java/parse.y:857
20069 #: ../../gcc-cvs/gcc/java/parse.y:865 ../../gcc-cvs/gcc/java/parse.y:1025
20070 #: ../../gcc-cvs/gcc/java/parse.y:1286 ../../gcc-cvs/gcc/java/parse.y:1288
20071 #: ../../gcc-cvs/gcc/java/parse.y:1618 ../../gcc-cvs/gcc/java/parse.y:1869
20072 #: ../../gcc-cvs/gcc/java/parse.y:1901 ../../gcc-cvs/gcc/java/parse.y:1954
20073 msgid "'{' expected"
20074 msgstr ""
20075
20076 #: ../../gcc-cvs/gcc/java/parse.y:867
20077 msgid "Missing super class name"
20078 msgstr ""
20079
20080 #: ../../gcc-cvs/gcc/java/parse.y:877 ../../gcc-cvs/gcc/java/parse.y:893
20081 msgid "Missing interface name"
20082 msgstr ""
20083
20084 #: ../../gcc-cvs/gcc/java/parse.y:979
20085 msgid "Missing variable initializer"
20086 msgstr ""
20087
20088 #: ../../gcc-cvs/gcc/java/parse.y:996
20089 msgid "Invalid declaration"
20090 msgstr ""
20091
20092 #: ../../gcc-cvs/gcc/java/parse.y:999 ../../gcc-cvs/gcc/java/parse.y:1084
20093 #: ../../gcc-cvs/gcc/java/parse.y:2155 ../../gcc-cvs/gcc/java/parse.y:2177
20094 #: ../../gcc-cvs/gcc/java/parse.y:2181 ../../gcc-cvs/gcc/java/parse.y:2216
20095 #: ../../gcc-cvs/gcc/java/parse.y:2293 ../../gcc-cvs/gcc/java/parse.y:2303
20096 msgid "']' expected"
20097 msgstr ""
20098
20099 #: ../../gcc-cvs/gcc/java/parse.y:1003
20100 msgid "Unbalanced ']'"
20101 msgstr ""
20102
20103 #: ../../gcc-cvs/gcc/java/parse.y:1039
20104 msgid "Invalid method declaration, method name required"
20105 msgstr ""
20106
20107 #: ../../gcc-cvs/gcc/java/parse.y:1044 ../../gcc-cvs/gcc/java/parse.y:1049
20108 #: ../../gcc-cvs/gcc/java/parse.y:1054 ../../gcc-cvs/gcc/java/parse.y:2038
20109 msgid "Identifier expected"
20110 msgstr ""
20111
20112 #: ../../gcc-cvs/gcc/java/parse.y:1059
20113 msgid "Invalid method declaration, return type required"
20114 msgstr ""
20115
20116 #: ../../gcc-cvs/gcc/java/parse.y:1082 ../../gcc-cvs/gcc/java/parse.y:1532
20117 #: ../../gcc-cvs/gcc/java/parse.y:1539 ../../gcc-cvs/gcc/java/parse.y:1548
20118 #: ../../gcc-cvs/gcc/java/parse.y:1550 ../../gcc-cvs/gcc/java/parse.y:1578
20119 #: ../../gcc-cvs/gcc/java/parse.y:1686 ../../gcc-cvs/gcc/java/parse.y:1983
20120 #: ../../gcc-cvs/gcc/java/parse.y:2036
20121 msgid "')' expected"
20122 msgstr ""
20123
20124 #: ../../gcc-cvs/gcc/java/parse.y:1098
20125 msgid "Missing formal parameter term"
20126 msgstr ""
20127
20128 #: ../../gcc-cvs/gcc/java/parse.y:1113 ../../gcc-cvs/gcc/java/parse.y:1118
20129 msgid "Missing identifier"
20130 msgstr ""
20131
20132 #: ../../gcc-cvs/gcc/java/parse.y:1138 ../../gcc-cvs/gcc/java/parse.y:1147
20133 msgid "Missing class type term"
20134 msgstr ""
20135
20136 #: ../../gcc-cvs/gcc/java/parse.y:1303
20137 msgid "Invalid interface type"
20138 msgstr ""
20139
20140 #: ../../gcc-cvs/gcc/java/parse.y:1496 ../../gcc-cvs/gcc/java/parse.y:1665
20141 #: ../../gcc-cvs/gcc/java/parse.y:1667
20142 msgid "':' expected"
20143 msgstr ""
20144
20145 #: ../../gcc-cvs/gcc/java/parse.y:1518 ../../gcc-cvs/gcc/java/parse.y:1523
20146 #: ../../gcc-cvs/gcc/java/parse.y:1528
20147 msgid "Invalid expression statement"
20148 msgstr ""
20149
20150 #: ../../gcc-cvs/gcc/java/parse.y:1546 ../../gcc-cvs/gcc/java/parse.y:1574
20151 #: ../../gcc-cvs/gcc/java/parse.y:1614 ../../gcc-cvs/gcc/java/parse.y:1682
20152 #: ../../gcc-cvs/gcc/java/parse.y:1750 ../../gcc-cvs/gcc/java/parse.y:1871
20153 #: ../../gcc-cvs/gcc/java/parse.y:1940 ../../gcc-cvs/gcc/java/parse.y:2030
20154 #: ../../gcc-cvs/gcc/java/parse.y:2032 ../../gcc-cvs/gcc/java/parse.y:2040
20155 #: ../../gcc-cvs/gcc/java/parse.y:2276 ../../gcc-cvs/gcc/java/parse.y:2278
20156 msgid "'(' expected"
20157 msgstr ""
20158
20159 #: ../../gcc-cvs/gcc/java/parse.y:1616
20160 msgid "Missing term or ')'"
20161 msgstr ""
20162
20163 #: ../../gcc-cvs/gcc/java/parse.y:1663
20164 msgid "Missing or invalid constant expression"
20165 msgstr ""
20166
20167 #: ../../gcc-cvs/gcc/java/parse.y:1684
20168 msgid "Missing term and ')' expected"
20169 msgstr ""
20170
20171 #: ../../gcc-cvs/gcc/java/parse.y:1723
20172 msgid "Invalid control expression"
20173 msgstr ""
20174
20175 #: ../../gcc-cvs/gcc/java/parse.y:1725 ../../gcc-cvs/gcc/java/parse.y:1727
20176 msgid "Invalid update expression"
20177 msgstr ""
20178
20179 #: ../../gcc-cvs/gcc/java/parse.y:1752
20180 msgid "Invalid init statement"
20181 msgstr ""
20182
20183 #: ../../gcc-cvs/gcc/java/parse.y:1943
20184 msgid "Missing term or ')' expected"
20185 msgstr ""
20186
20187 #: ../../gcc-cvs/gcc/java/parse.y:1985
20188 msgid "'class' or 'this' expected"
20189 msgstr ""
20190
20191 #: ../../gcc-cvs/gcc/java/parse.y:1987 ../../gcc-cvs/gcc/java/parse.y:1989
20192 msgid "'class' expected"
20193 msgstr ""
20194
20195 #: ../../gcc-cvs/gcc/java/parse.y:2034
20196 msgid "')' or term expected"
20197 msgstr ""
20198
20199 #: ../../gcc-cvs/gcc/java/parse.y:2153
20200 msgid "'[' expected"
20201 msgstr ""
20202
20203 #: ../../gcc-cvs/gcc/java/parse.y:2231
20204 msgid "Field expected"
20205 msgstr ""
20206
20207 #: ../../gcc-cvs/gcc/java/parse.y:2288 ../../gcc-cvs/gcc/java/parse.y:2298
20208 msgid "Missing term and ']' expected"
20209 msgstr ""
20210
20211 #: ../../gcc-cvs/gcc/java/parse.y:2402
20212 msgid "']' expected, invalid type expression"
20213 msgstr ""
20214
20215 #: ../../gcc-cvs/gcc/java/parse.y:2405
20216 msgid "Invalid type expression"
20217 msgstr ""
20218
20219 #: ../../gcc-cvs/gcc/java/parse.y:2517
20220 msgid "Invalid reference type"
20221 msgstr ""
20222
20223 #: ../../gcc-cvs/gcc/java/parse.y:2995
20224 msgid "Constructor invocation must be first thing in a constructor"
20225 msgstr ""
20226
20227 #: ../../gcc-cvs/gcc/java/parse.y:2997
20228 msgid "Only constructors can invoke constructors"
20229 msgstr ""
20230
20231 #: ../../gcc-cvs/gcc/java/parse.y:3006
20232 #, c-format
20233 msgid ": `%s' JDK1.1(TM) feature"
20234 msgstr ""
20235
20236 #: ../../gcc-cvs/gcc/java/parse.y:3066 ../../gcc-cvs/gcc/java/parse.y:3068
20237 #, c-format
20238 msgid ""
20239 "%s.\n"
20240 "%s"
20241 msgstr ""
20242
20243 #: ../../gcc-cvs/gcc/java/parse.y:6871
20244 #, c-format
20245 msgid "malformed .zip archive in CLASSPATH: %s"
20246 msgstr ""
20247
20248 #: ../../gcc-cvs/gcc/java/parse.y:6942
20249 #, c-format
20250 msgid ""
20251 "Can't find default package `%s'. Check the CLASSPATH environment variable "
20252 "and the access to the archives"
20253 msgstr ""
20254
20255 #: ../../gcc-cvs/gcc/java/parse.y:12270
20256 #, c-format
20257 msgid "missing static field `%s'"
20258 msgstr ""
20259
20260 #: ../../gcc-cvs/gcc/java/parse.y:12275
20261 #, c-format
20262 msgid "not a static field `%s'"
20263 msgstr ""
20264
20265 #: ../../gcc-cvs/gcc/java/parse.y:12318
20266 #, c-format
20267 msgid "No case for %s"
20268 msgstr ""
20269
20270 #: ../../gcc-cvs/gcc/java/parse.y:13244
20271 #, c-format
20272 msgid "unregistered operator %s"
20273 msgstr ""
20274
20275 #: java/typeck.c:555
20276 msgid "junk at end of signature string"
20277 msgstr ""
20278
20279 #: java/verify.c:481
20280 msgid "bad pc in exception_table"
20281 msgstr ""
20282
20283 #: java/verify.c:487
20284 msgid "exception handler inside code that is being protected"
20285 msgstr ""
20286
20287 #: java/verify.c:1397
20288 #, c-format
20289 msgid "unknown opcode %d@pc=%d during verification"
20290 msgstr ""
20291
20292 #: java/verify.c:1467 java/verify.c:1480 java/verify.c:1484
20293 #, c-format
20294 msgid "verification error at PC=%d"
20295 msgstr ""
20296
20297 #: java/lang-options.h:32
20298 msgid "Disable automatic array bounds checking"
20299 msgstr ""
20300
20301 #: java/lang-options.h:34
20302 msgid "Disable assignability checks for stores into object arrays"
20303 msgstr ""
20304
20305 #: java/lang-options.h:36
20306 msgid "Assume native functions are implemented using JNI"
20307 msgstr ""
20308
20309 #: java/lang-options.h:38
20310 msgid "Replace system path"
20311 msgstr ""
20312
20313 #: java/lang-options.h:40
20314 msgid "Set class path"
20315 msgstr ""
20316
20317 #: java/lang-options.h:42
20318 msgid "Set class path (deprecated: use --classpath instead)"
20319 msgstr ""
20320
20321 #: java/lang-options.h:44
20322 msgid "Choose class whose main method should be used"
20323 msgstr ""
20324
20325 #: java/lang-options.h:46
20326 msgid "Choose input encoding (default comes from locale)"
20327 msgstr ""
20328
20329 #: java/lang-options.h:48
20330 msgid "Add directory to class path"
20331 msgstr ""
20332
20333 #: java/lang-options.h:50
20334 msgid "Directory where class files should be written"
20335 msgstr ""
20336
20337 #: java/lang-options.h:52
20338 msgid "Warn if modifiers are specified when not necessary"
20339 msgstr ""
20340
20341 #: java/lang-options.h:54
20342 msgid "Warn if deprecated empty statements are found"
20343 msgstr ""
20344
20345 #: java/lang-options.h:56
20346 msgid "Warn if .class files are out of date"
20347 msgstr ""
20348
20349 #: java/lang-options.h:58
20350 msgid "Always check for non gcj generated classes archives"
20351 msgstr ""
20352
20353 #: java/lang-options.h:60
20354 msgid "Never optimize static class initialization code"
20355 msgstr ""
20356
20357 #: java/lang-options.h:62
20358 msgid "Use offset tables for virtual method calls"
20359 msgstr ""
20360
20361 #: objc/objc-act.c:653
20362 #, c-format
20363 msgid "object does not conform to the `%s' protocol"
20364 msgstr ""
20365
20366 #: objc/objc-act.c:739 objc/objc-act.c:812
20367 #, c-format
20368 msgid "class `%s' does not implement the `%s' protocol"
20369 msgstr ""
20370
20371 #: objc/objc-act.c:916
20372 #, c-format
20373 msgid "`%s' cannot be statically allocated"
20374 msgstr ""
20375
20376 #: objc/objc-act.c:965
20377 #, c-format
20378 msgid "unexpected type for `id' (%s)"
20379 msgstr ""
20380
20381 #: objc/objc-act.c:970
20382 msgid "undefined type `id', please import <objc/objc.h>"
20383 msgstr ""
20384
20385 #: objc/objc-act.c:1021
20386 #, c-format
20387 msgid "protocol `%s' has circular dependency"
20388 msgstr ""
20389
20390 #: objc/objc-act.c:1043 objc/objc-act.c:5303
20391 #, c-format
20392 msgid "cannot find protocol declaration for `%s'"
20393 msgstr ""
20394
20395 #: objc/objc-act.c:1291 objc/objc-act.c:5879 objc/objc-act.c:6197
20396 #: objc/objc-act.c:6246 objc/objc-act.c:6282 objc-parse.y:1802
20397 #, c-format
20398 msgid "cannot find interface declaration for `%s'"
20399 msgstr ""
20400
20401 #: objc/objc-act.c:1330
20402 #, c-format
20403 msgid "cannot find reference tag for class `%s'"
20404 msgstr ""
20405
20406 #: objc/objc-act.c:2052
20407 #, c-format
20408 msgid "creating selector for non existant method %s"
20409 msgstr ""
20410
20411 #: objc/objc-act.c:2366
20412 #, c-format
20413 msgid "cannot find class `%s'"
20414 msgstr ""
20415
20416 #: objc/objc-act.c:2368
20417 #, c-format
20418 msgid "class `%s' already exists"
20419 msgstr ""
20420
20421 #. fatal did not work with 2 args...should fix
20422 #: objc/objc-act.c:2475
20423 #, c-format
20424 msgid "cannot find interface declaration for `%s', superclass of `%s'"
20425 msgstr ""
20426
20427 #: objc/objc-act.c:2482
20428 #, c-format
20429 msgid "circular inheritance in interface declaration for `%s'"
20430 msgstr ""
20431
20432 #: objc/objc-act.c:3568 objc/objc-act.c:3585
20433 msgid "inconsistent instance variable specification"
20434 msgstr ""
20435
20436 #: objc/objc-act.c:4582
20437 msgid "can not use an object as parameter to a method\n"
20438 msgstr ""
20439
20440 #: objc/objc-act.c:4782
20441 #, c-format
20442 msgid "multiple declarations for method `%s'"
20443 msgstr ""
20444
20445 #: objc/objc-act.c:4948
20446 #, c-format
20447 msgid "invalid receiver type `%s'"
20448 msgstr ""
20449
20450 #: objc/objc-act.c:4979 objc/objc-act.c:5005 objc/objc-act.c:5053
20451 #, c-format
20452 msgid "`%s' does not respond to `%s'"
20453 msgstr ""
20454
20455 #: objc/objc-act.c:4985 objc/objc-act.c:7320
20456 #, c-format
20457 msgid "no super class declared in interface for `%s'"
20458 msgstr ""
20459
20460 #: objc/objc-act.c:5083
20461 msgid "cannot find class (factory) method"
20462 msgstr ""
20463
20464 #: objc/objc-act.c:5084 objc/objc-act.c:5128
20465 #, c-format
20466 msgid "return type for `%s' defaults to id"
20467 msgstr ""
20468
20469 #: objc/objc-act.c:5101
20470 #, c-format
20471 msgid "method `%s' not implemented by protocol"
20472 msgstr ""
20473
20474 #: objc/objc-act.c:5110
20475 msgid "return type defaults to id"
20476 msgstr ""
20477
20478 #: objc/objc-act.c:5127
20479 msgid "cannot find method"
20480 msgstr ""
20481
20482 #: objc/objc-act.c:5401
20483 #, c-format
20484 msgid "undeclared selector `%s'"
20485 msgstr ""
20486
20487 #. Historically, a class method that produced objects (factory
20488 #. method) would assign `self' to the instance that it
20489 #. allocated.  This would effectively turn the class method into
20490 #. an instance method.  Following this assignment, the instance
20491 #. variables could be accessed.  That practice, while safe,
20492 #. violates the simple rule that a class method should not refer
20493 #. to an instance variable.  It's better to catch the cases
20494 #. where this is done unknowingly than to support the above
20495 #. paradigm.
20496 #: objc/objc-act.c:5445
20497 #, c-format
20498 msgid "instance variable `%s' accessed in class method"
20499 msgstr ""
20500
20501 #: objc/objc-act.c:5680
20502 #, c-format
20503 msgid "duplicate definition of class method `%s'"
20504 msgstr ""
20505
20506 #: objc/objc-act.c:5686
20507 #, c-format
20508 msgid "duplicate declaration of class method `%s'"
20509 msgstr ""
20510
20511 #: objc/objc-act.c:5722
20512 #, c-format
20513 msgid "duplicate definition of instance method `%s'"
20514 msgstr ""
20515
20516 #: objc/objc-act.c:5728
20517 #, c-format
20518 msgid "duplicate declaration of instance method `%s'"
20519 msgstr ""
20520
20521 #: objc/objc-act.c:5768
20522 #, c-format
20523 msgid "duplicate interface declaration for category `%s(%s)'"
20524 msgstr ""
20525
20526 #: objc/objc-act.c:5854
20527 #, c-format
20528 msgid "instance variable `%s' is declared private"
20529 msgstr ""
20530
20531 #: objc/objc-act.c:5901
20532 #, c-format
20533 msgid "instance variable `%s' is declared %s"
20534 msgstr ""
20535
20536 #: objc/objc-act.c:5911
20537 msgid "static access to object of type `id'"
20538 msgstr ""
20539
20540 #: objc/objc-act.c:5936 objc/objc-act.c:6029
20541 #, c-format
20542 msgid "incomplete implementation of class `%s'"
20543 msgstr ""
20544
20545 #: objc/objc-act.c:5940 objc/objc-act.c:6034
20546 #, c-format
20547 msgid "incomplete implementation of category `%s'"
20548 msgstr ""
20549
20550 #: objc/objc-act.c:5945 objc/objc-act.c:6039
20551 #, c-format
20552 msgid "method definition for `%c%s' not found"
20553 msgstr ""
20554
20555 #: objc/objc-act.c:6083
20556 #, c-format
20557 msgid "%s `%s' does not fully implement the `%s' protocol"
20558 msgstr ""
20559
20560 #: objc/objc-act.c:6141 objc/objc-act.c:8251
20561 msgid "`@end' missing in implementation context"
20562 msgstr ""
20563
20564 #: objc/objc-act.c:6169
20565 #, c-format
20566 msgid "reimplementation of class `%s'"
20567 msgstr ""
20568
20569 #: objc/objc-act.c:6211
20570 #, c-format
20571 msgid "conflicting super class name `%s'"
20572 msgstr ""
20573
20574 #: objc/objc-act.c:6226
20575 #, c-format
20576 msgid "duplicate interface declaration for class `%s'"
20577 msgstr ""
20578
20579 #: objc/objc-act.c:6508
20580 #, c-format
20581 msgid "duplicate declaration for protocol `%s'"
20582 msgstr ""
20583
20584 #: objc/objc-act.c:7365
20585 msgid "[super ...] must appear in a method context"
20586 msgstr ""
20587
20588 #: objc/objc-act.c:8356 objc/objc-act.c:8372
20589 #, c-format
20590 msgid "potential selector conflict for method `%s'"
20591 msgstr ""
20592
20593 #: objc-parse.y:2658
20594 msgid "`@end' must appear in an implementation context"
20595 msgstr ""
20596
20597 #: objc-parse.y:2934
20598 msgid "method definition not in class context"
20599 msgstr ""
20600
20601 #: objc/lang-options.h:27
20602 msgid "Dump decls to a .decl file"
20603 msgstr ""
20604
20605 #: objc/lang-options.h:29
20606 msgid "Generate code for GNU runtime environment"
20607 msgstr ""
20608
20609 #: objc/lang-options.h:32
20610 msgid "Generate code for NeXT runtime environment"
20611 msgstr ""
20612
20613 #: objc/lang-options.h:35
20614 msgid "Warn if a selector has multiple methods"
20615 msgstr ""
20616
20617 #: objc/lang-options.h:39
20618 msgid "Do not warn if inherited methods are unimplemented"
20619 msgstr ""
20620
20621 #: objc/lang-options.h:41
20622 msgid "Generate C header of platform specific features"
20623 msgstr ""
20624
20625 #: objc/lang-options.h:43
20626 msgid "Specify the name of the class for constant strings"
20627 msgstr ""
20628
20629 #. This is the contribution to the `lang_options' array in gcc.c for
20630 #. treelang.
20631 #: treelang/lang-options.h:26
20632 msgid "(debug) trace parsing process"
20633 msgstr ""
20634
20635 #: treelang/lang-options.h:27
20636 msgid "(debug) trace lexical analysis"
20637 msgstr ""
20638
20639 #: treelang/lang-specs.h:52
20640 msgid "-pg or -p and -fomit-frame-pointer are incompatible"
20641 msgstr ""
20642
20643 #: config/sparc/sol2-bi.h:168 config/sparc/sol2-bi.h:178
20644 #: config/sparc/linux64.h:197 config/sparc/linux64.h:208
20645 #: config/sparc/netbsd-elf.h:156 config/sparc/netbsd-elf.h:175
20646 msgid "may not use both -m32 and -m64"
20647 msgstr ""
20648
20649 #: config/sparc/freebsd.h:33 config/ia64/freebsd.h:23
20650 #: config/alpha/freebsd.h:42 config/i386/freebsd-aout.h:204
20651 msgid "`-p' not supported; use `-pg' and gprof(1)"
20652 msgstr ""
20653
20654 #: config/arm/arm.h:178
20655 msgid "-mapcs-26 and -mapcs-32 may not be used together"
20656 msgstr ""
20657
20658 #: config/arm/arm.h:180
20659 msgid "-msoft-float and -mhard_float may not be used together"
20660 msgstr ""
20661
20662 #: config/arm/arm.h:182
20663 msgid "-mbig-endian and -mlittle-endian may not be used together"
20664 msgstr ""
20665
20666 #: config/mcore/mcore.h:60
20667 msgid "choose either big or little endian, not both"
20668 msgstr ""
20669
20670 #: config/mcore/mcore.h:63
20671 msgid "choose either m340 or m210 not both"
20672 msgstr ""
20673
20674 #: config/mcore/mcore.h:64
20675 msgid "the m210 does not have little endian support"
20676 msgstr ""
20677
20678 #: config/mips/mips.h:954
20679 msgid "-pipe is not supported"
20680 msgstr ""
20681
20682 #: config/mips/mips.h:1147 config/arc/arc.h:63
20683 msgid "may not use both -EB and -EL"
20684 msgstr ""
20685
20686 #: ada/lang-specs.h:35 gcc.c:758 java/jvspec.c:79
20687 msgid "-pg and -fomit-frame-pointer are incompatible"
20688 msgstr ""
20689
20690 #: ada/lang-specs.h:37
20691 msgid "one of -c, -S, -gnatc, -gnatz, or -gnats is required for Ada"
20692 msgstr ""
20693
20694 #: config/rs6000/darwin.h:62
20695 msgid " conflicting code gen style switches are used"
20696 msgstr ""
20697
20698 #: java/lang-specs.h:33
20699 msgid "-fjni and -femit-class-files are incompatible"
20700 msgstr ""
20701
20702 #: java/lang-specs.h:34
20703 msgid "-fjni and -femit-class-file are incompatible"
20704 msgstr ""
20705
20706 #: java/lang-specs.h:35 java/lang-specs.h:36
20707 msgid "-femit-class-file should used along with -fsyntax-only"
20708 msgstr ""
20709
20710 #: gcc.c:731 f/lang-specs.h:38
20711 msgid "GNU C does not support -C without using -E"
20712 msgstr ""
20713
20714 #: gcc.c:732 f/lang-specs.h:39
20715 msgid "GNU C does not support -CC without using -E"
20716 msgstr ""
20717
20718 #: gcc.c:913
20719 msgid "-E required when input is from standard input"
20720 msgstr ""
20721
20722 #: gcc.c:917
20723 msgid "compilation of header file requested"
20724 msgstr ""
20725
20726 #: config/i386/sco5.h:581 config/i386/sco5.h:662
20727 msgid "-static not valid with -mcoff"
20728 msgstr ""
20729
20730 #: config/i386/sco5.h:582 config/i386/sco5.h:663
20731 msgid "-shared not valid with -mcoff"
20732 msgstr ""
20733
20734 #: config/i386/sco5.h:583 config/i386/sco5.h:664
20735 msgid "-symbolic not valid with -mcoff"
20736 msgstr ""
20737
20738 #: config/i386/sco5.h:632
20739 msgid "-fpic is not valid with -mcoff"
20740 msgstr ""
20741
20742 #: config/i386/sco5.h:633
20743 msgid "-fPIC is not valid with -mcoff"
20744 msgstr ""
20745
20746 #: config/i386/sco5.h:665
20747 msgid "-fpic not valid with -mcoff"
20748 msgstr ""
20749
20750 #: config/i386/sco5.h:666
20751 msgid "-fPIC not valid with -mcoff"
20752 msgstr ""
20753
20754 #: config/darwin.h:212
20755 msgid "-current_version only allowed with -dynamiclib"
20756 msgstr ""
20757
20758 #: config/darwin.h:215
20759 msgid "-install_name only allowed with -dynamiclib"
20760 msgstr ""
20761
20762 #: config/darwin.h:220
20763 msgid "-bundle not allowed with -dynamiclib"
20764 msgstr ""
20765
20766 #: config/darwin.h:221
20767 msgid "-bundle_loader not allowed with -dynamiclib"
20768 msgstr ""
20769
20770 #: config/darwin.h:222
20771 msgid "-client_name not allowed with -dynamiclib"
20772 msgstr ""
20773
20774 #: config/darwin.h:225
20775 msgid "-force_cpusubtype_ALL not allowed with -dynamiclib"
20776 msgstr ""
20777
20778 #: config/darwin.h:226
20779 msgid "-force_flat_namespace not allowed with -dynamiclib"
20780 msgstr ""
20781
20782 #: config/darwin.h:228
20783 msgid "-keep_private_externs not allowed with -dynamiclib"
20784 msgstr ""
20785
20786 #: config/darwin.h:229
20787 msgid "-private_bundle not allowed with -dynamiclib"
20788 msgstr ""
20789
20790 #: config/vax/netbsd-elf.h:42
20791 msgid "The -shared option is not currently supported for VAX ELF."
20792 msgstr ""
20793
20794 #: config/vax/vax.h:50 config/vax/vax.h:51
20795 msgid "profiling not supported with -mg\n"
20796 msgstr ""
20797
20798 #: config/mips/r3900.h:35
20799 msgid "-mhard-float not supported"
20800 msgstr ""
20801
20802 #: config/mips/r3900.h:37
20803 msgid "-msingle-float and -msoft-float can not both be specified"
20804 msgstr ""
20805
20806 #: config/i386/cygwin.h:117
20807 msgid "mno-cygwin and mno-win32 are not compatible"
20808 msgstr ""
20809
20810 #: config/i386/cygwin.h:172 config/i386/mingw32.h:86
20811 msgid "shared and mdll are not compatible"
20812 msgstr ""