OSDN Git Service

* gcc.pot: Regenerate.
[pf3gnuchains/gcc-fork.git] / gcc / po / gcc.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Free Software Foundation, Inc.
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 "Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\n"
11 "POT-Creation-Date: 2004-02-06 01:34+0000\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #: attribs.c:178
20 #, c-format
21 msgid "`%s' attribute directive ignored"
22 msgstr ""
23
24 #: attribs.c:186
25 #, c-format
26 msgid "wrong number of arguments specified for `%s' attribute"
27 msgstr ""
28
29 #: attribs.c:203
30 #, c-format
31 msgid "`%s' attribute does not apply to types"
32 msgstr ""
33
34 #: attribs.c:249
35 #, c-format
36 msgid "`%s' attribute only applies to function types"
37 msgstr ""
38
39 #: attribs.c:416 c-common.c:4322 c-common.c:4341 c-common.c:4359
40 #: c-common.c:4386 c-common.c:4405 c-common.c:4428 c-common.c:4451
41 #: c-common.c:4477 c-common.c:4511 c-common.c:4555 c-common.c:4583
42 #: c-common.c:4611 c-common.c:4630 c-common.c:4885 c-common.c:4907
43 #: c-common.c:4942 c-common.c:5009 c-common.c:5055 c-common.c:5113
44 #: c-common.c:5144 c-common.c:5490 c-common.c:5513 c-common.c:5552
45 #: config/arm/arm.c:2378 config/arm/arm.c:2405 config/avr/avr.c:4548
46 #: config/h8300/h8300.c:4309 config/h8300/h8300.c:4332 config/i386/i386.c:1617
47 #: config/i386/i386.c:15374 config/i386/winnt.c:86 config/ia64/ia64.c:1085
48 #: config/ip2k/ip2k.c:3162
49 #, c-format
50 msgid "`%s' attribute ignored"
51 msgstr ""
52
53 #: builtins.c:321
54 msgid "offset outside bounds of constant string"
55 msgstr ""
56
57 #: builtins.c:789
58 msgid "second arg to `__builtin_prefetch' must be a constant"
59 msgstr ""
60
61 #: builtins.c:796
62 msgid "invalid second arg to __builtin_prefetch; using zero"
63 msgstr ""
64
65 #: builtins.c:803
66 msgid "third arg to `__builtin_prefetch' must be a constant"
67 msgstr ""
68
69 #: builtins.c:810
70 msgid "invalid third arg to __builtin_prefetch; using zero"
71 msgstr ""
72
73 #: builtins.c:3834
74 msgid "argument of `__builtin_args_info' must be constant"
75 msgstr ""
76
77 #: builtins.c:3840
78 msgid "argument of `__builtin_args_info' out of range"
79 msgstr ""
80
81 #: builtins.c:3846
82 msgid "missing argument in `__builtin_args_info'"
83 msgstr ""
84
85 #: builtins.c:3862
86 msgid "`va_start' used in function with fixed args"
87 msgstr ""
88
89 #: builtins.c:3881
90 msgid "second parameter of `va_start' not last named argument"
91 msgstr ""
92
93 #. Evidently an out of date version of <stdarg.h>; can't validate
94 #. va_start's second argument, but can still work as intended.
95 #: builtins.c:3886
96 msgid "`__builtin_next_arg' called without an argument"
97 msgstr ""
98
99 #: builtins.c:3975
100 msgid "too many arguments to function `va_start'"
101 msgstr ""
102
103 #: builtins.c:4097
104 msgid "first argument to `va_arg' not of type `va_list'"
105 msgstr ""
106
107 #. Unfortunately, this is merely undefined, rather than a constraint
108 #. violation, so we cannot make this an error.  If this call is never
109 #. executed, the program is still strictly conforming.
110 #: builtins.c:4129
111 #, c-format
112 msgid "`%s' is promoted to `%s' when passed through `...'"
113 msgstr ""
114
115 #: builtins.c:4134
116 #, c-format
117 msgid "(so you should pass `%s' not `%s' to `va_arg')"
118 msgstr ""
119
120 #: builtins.c:4246
121 msgid "invalid arg to `__builtin_frame_address'"
122 msgstr ""
123
124 #: builtins.c:4248
125 msgid "invalid arg to `__builtin_return_address'"
126 msgstr ""
127
128 #: builtins.c:4262
129 msgid "unsupported arg to `__builtin_frame_address'"
130 msgstr ""
131
132 #: builtins.c:4264
133 msgid "unsupported arg to `__builtin_return_address'"
134 msgstr ""
135
136 #: builtins.c:4424
137 msgid "second arg to `__builtin_expect' must be a constant"
138 msgstr ""
139
140 #: builtins.c:5454
141 msgid "__builtin_longjmp second argument must be 1"
142 msgstr ""
143
144 #: builtins.c:5557
145 #, c-format
146 msgid "built-in function `%s' not currently supported"
147 msgstr ""
148
149 #: builtins.c:5697
150 msgid "target format does not support infinity"
151 msgstr ""
152
153 #: c-common.c:934
154 msgid "%Hsuggest explicit braces to avoid ambiguous `else'"
155 msgstr ""
156
157 #: c-common.c:1158
158 msgid "%J'%D' is not defined outside of function scope"
159 msgstr ""
160
161 #: c-common.c:1178
162 #, c-format
163 msgid ""
164 "string length `%d' is greater than the length `%d' ISO C%d compilers are "
165 "required to support"
166 msgstr ""
167
168 #: c-common.c:1218
169 msgid "overflow in constant expression"
170 msgstr ""
171
172 #: c-common.c:1238
173 msgid "integer overflow in expression"
174 msgstr ""
175
176 #: c-common.c:1247
177 msgid "floating point overflow in expression"
178 msgstr ""
179
180 #: c-common.c:1253
181 msgid "vector overflow in expression"
182 msgstr ""
183
184 #. This detects cases like converting -129 or 256 to unsigned char.
185 #: c-common.c:1275
186 msgid "large integer implicitly truncated to unsigned type"
187 msgstr ""
188
189 #: c-common.c:1277
190 msgid "negative integer implicitly converted to unsigned type"
191 msgstr ""
192
193 #: c-common.c:1323
194 msgid "overflow in implicit constant conversion"
195 msgstr ""
196
197 #: c-common.c:1459
198 #, c-format
199 msgid "operation on `%s' may be undefined"
200 msgstr ""
201
202 #: c-common.c:1743
203 msgid "expression statement has incomplete type"
204 msgstr ""
205
206 #: c-common.c:1775
207 msgid "case label does not reduce to an integer constant"
208 msgstr ""
209
210 #: c-common.c:2105
211 msgid "invalid truth-value expression"
212 msgstr ""
213
214 #: c-common.c:2156
215 #, c-format
216 msgid "invalid operands to binary %s"
217 msgstr ""
218
219 #: c-common.c:2390
220 msgid "comparison is always false due to limited range of data type"
221 msgstr ""
222
223 #: c-common.c:2392
224 msgid "comparison is always true due to limited range of data type"
225 msgstr ""
226
227 #: c-common.c:2462
228 msgid "comparison of unsigned expression >= 0 is always true"
229 msgstr ""
230
231 #: c-common.c:2471
232 msgid "comparison of unsigned expression < 0 is always false"
233 msgstr ""
234
235 #: c-common.c:2516
236 msgid "pointer of type `void *' used in arithmetic"
237 msgstr ""
238
239 #: c-common.c:2522
240 msgid "pointer to a function used in arithmetic"
241 msgstr ""
242
243 #: c-common.c:2528
244 msgid "pointer to member function used in arithmetic"
245 msgstr ""
246
247 #: c-common.c:2534
248 msgid "pointer to a member used in arithmetic"
249 msgstr ""
250
251 #. Common Ada/Pascal programmer's mistake.  We always warn
252 #. about this since it is so bad.
253 #: c-common.c:2646
254 msgid "the address of `%D', will always evaluate as `true'"
255 msgstr ""
256
257 #: c-common.c:2740 f/com.c:14874
258 msgid "suggest parentheses around assignment used as truth value"
259 msgstr ""
260
261 #: c-common.c:2786 c-common.c:2826
262 msgid "invalid use of `restrict'"
263 msgstr ""
264
265 #: c-common.c:2936
266 msgid "invalid application of `sizeof' to a function type"
267 msgstr ""
268
269 #: c-common.c:2946
270 #, c-format
271 msgid "invalid application of `%s' to a void type"
272 msgstr ""
273
274 #: c-common.c:2952
275 #, c-format
276 msgid "invalid application of `%s' to an incomplete type"
277 msgstr ""
278
279 #: c-common.c:2992
280 msgid "`__alignof' applied to a bit-field"
281 msgstr ""
282
283 #: c-common.c:3484
284 #, c-format
285 msgid "cannot disable built-in function `%s'"
286 msgstr ""
287
288 #: c-common.c:3645 c-typeck.c:1940
289 #, c-format
290 msgid "too few arguments to function `%s'"
291 msgstr ""
292
293 #: c-common.c:3651 c-typeck.c:1801
294 #, c-format
295 msgid "too many arguments to function `%s'"
296 msgstr ""
297
298 #: c-common.c:3670
299 #, c-format
300 msgid "non-floating-point argument to function `%s'"
301 msgstr ""
302
303 #: c-common.c:3897
304 msgid "pointers are not permitted as case values"
305 msgstr ""
306
307 #: c-common.c:3901
308 msgid "range expressions in switch statements are non-standard"
309 msgstr ""
310
311 #: c-common.c:3930
312 msgid "empty range specified"
313 msgstr ""
314
315 #: c-common.c:3981
316 msgid "duplicate (or overlapping) case value"
317 msgstr ""
318
319 #: c-common.c:3982
320 msgid "%Jthis is the first entry overlapping that value"
321 msgstr ""
322
323 #: c-common.c:3986
324 msgid "duplicate case value"
325 msgstr ""
326
327 #: c-common.c:3987
328 msgid "%Jpreviously used here"
329 msgstr ""
330
331 #: c-common.c:3991
332 msgid "multiple default labels in one switch"
333 msgstr ""
334
335 #: c-common.c:3992
336 msgid "%Jthis is the first default label"
337 msgstr ""
338
339 #: c-common.c:4017
340 msgid "taking the address of a label is non-standard"
341 msgstr ""
342
343 #: c-common.c:4063
344 msgid ""
345 "%Hignoring return value of `%D', declared with attribute warn_unused_result"
346 msgstr ""
347
348 #: c-common.c:4068
349 msgid ""
350 "%Hignoring return value of function declared with attribute "
351 "warn_unused_result"
352 msgstr ""
353
354 #. SW_PARAM
355 #: c-common.c:4275
356 #, c-format
357 msgid "declaration of \"%s\" shadows a parameter"
358 msgstr ""
359
360 #. SW_LOCAL
361 #: c-common.c:4276
362 #, c-format
363 msgid "declaration of \"%s\" shadows a previous local"
364 msgstr ""
365
366 #. SW_GLOBAL
367 #: c-common.c:4277
368 #, c-format
369 msgid "declaration of \"%s\" shadows a global declaration"
370 msgstr ""
371
372 #: c-common.c:4281
373 msgid "%Jshadowed declaration is here"
374 msgstr ""
375
376 #: c-common.c:4664
377 #, c-format
378 msgid "unknown machine mode `%s'"
379 msgstr ""
380
381 #: c-common.c:4667
382 #, c-format
383 msgid "no data type for mode `%s'"
384 msgstr ""
385
386 #: c-common.c:4671
387 #, c-format
388 msgid "invalid pointer mode `%s'"
389 msgstr ""
390
391 #: c-common.c:4678 c-common.c:5241
392 #, c-format
393 msgid "unable to emulate '%s'"
394 msgstr ""
395
396 #: c-common.c:4722
397 msgid "%Jsection attribute cannot be specified for local variables"
398 msgstr ""
399
400 #: c-common.c:4733
401 msgid "%Jsection of '%D' conflicts with previous declaration"
402 msgstr ""
403
404 #: c-common.c:4742
405 msgid "%Jsection attribute not allowed for '%D'"
406 msgstr ""
407
408 #: c-common.c:4748
409 msgid "%Jsection attributes are not supported for this target"
410 msgstr ""
411
412 #: c-common.c:4786
413 msgid "requested alignment is not a constant"
414 msgstr ""
415
416 #: c-common.c:4791
417 msgid "requested alignment is not a power of 2"
418 msgstr ""
419
420 #: c-common.c:4796
421 msgid "requested alignment is too large"
422 msgstr ""
423
424 #: c-common.c:4822
425 msgid "%Jalignment may not be specified for '%D'"
426 msgstr ""
427
428 #: c-common.c:4860
429 msgid "%J'%D' defined both normally and as an alias"
430 msgstr ""
431
432 #: c-common.c:4870
433 msgid "alias arg not a string"
434 msgstr ""
435
436 #: c-common.c:4913
437 msgid "visibility arg not a string"
438 msgstr ""
439
440 #: c-common.c:4926
441 msgid ""
442 "visibility arg must be one of \"default\", \"hidden\", \"protected\" or "
443 "\"internal\""
444 msgstr ""
445
446 #: c-common.c:4952
447 msgid "tls_model arg not a string"
448 msgstr ""
449
450 #: c-common.c:4961
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:4983 c-common.c:5029
457 msgid "%J'%E' attribute applies only to functions"
458 msgstr ""
459
460 #: c-common.c:4988 c-common.c:5034
461 msgid "%Jcan't set '%E' attribute after definition"
462 msgstr ""
463
464 #: c-common.c:5110
465 #, c-format
466 msgid "`%s' attribute ignored for `%s'"
467 msgstr ""
468
469 #: c-common.c:5173
470 #, c-format
471 msgid "invalid vector type for attribute `%s'"
472 msgstr ""
473
474 #: c-common.c:5197 c-common.c:5229
475 msgid "no vector mode with the size and type specified could be found"
476 msgstr ""
477
478 #: c-common.c:5331
479 msgid "nonnull attribute without arguments on a non-prototype"
480 msgstr ""
481
482 #: c-common.c:5346
483 #, c-format
484 msgid "nonnull argument has invalid operand number (arg %lu)"
485 msgstr ""
486
487 #: c-common.c:5365
488 #, c-format
489 msgid ""
490 "nonnull argument with out-of-range operand number (arg %lu, operand %lu)"
491 msgstr ""
492
493 #: c-common.c:5373
494 #, c-format
495 msgid "nonnull argument references non-pointer operand (arg %lu, operand %lu)"
496 msgstr ""
497
498 #: c-common.c:5453
499 #, c-format
500 msgid "null argument where non-null required (arg %lu)"
501 msgstr ""
502
503 #: c-common.c:5524
504 msgid "cleanup arg not an identifier"
505 msgstr ""
506
507 #: c-common.c:5531
508 msgid "cleanup arg not a function"
509 msgstr ""
510
511 #: c-common.c:5892
512 #, c-format
513 msgid "%s at end of input"
514 msgstr ""
515
516 #: c-common.c:5898
517 #, c-format
518 msgid "%s before %s'%c'"
519 msgstr ""
520
521 #: c-common.c:5900
522 #, c-format
523 msgid "%s before %s'\\x%x'"
524 msgstr ""
525
526 #: c-common.c:5904
527 #, c-format
528 msgid "%s before string constant"
529 msgstr ""
530
531 #: c-common.c:5906
532 #, c-format
533 msgid "%s before numeric constant"
534 msgstr ""
535
536 #: c-common.c:5908
537 #, c-format
538 msgid "%s before \"%s\""
539 msgstr ""
540
541 #: c-common.c:5910
542 #, c-format
543 msgid "%s before '%s' token"
544 msgstr ""
545
546 #. Use `%s' to print the string in case there are any escape
547 #. characters in the message.
548 #: c-common.c:5912 c-typeck.c:2514 c-typeck.c:3778 c-typeck.c:3793
549 #: c-typeck.c:3808 final.c:2776 final.c:2778 gcc.c:4574 rtl-error.c:109
550 #: toplev.c:1348 config/cris/cris.c:559 cp/parser.c:1852 cp/typeck.c:4111
551 #: java/expr.c:357 java/verify.c:1456 java/verify.c:1457 java/verify.c:1472
552 #, c-format
553 msgid "%s"
554 msgstr ""
555
556 #: c-convert.c:83 c-typeck.c:1192 c-typeck.c:3218 cp/typeck.c:1337
557 #: cp/typeck.c:5648 treelang/tree-convert.c:79
558 msgid "void value not ignored as it ought to be"
559 msgstr ""
560
561 #: c-convert.c:118 java/typeck.c:148 treelang/tree-convert.c:105
562 msgid "conversion to non-scalar type requested"
563 msgstr ""
564
565 #: c-decl.c:371
566 msgid "%Jarray '%D' assumed to have one element"
567 msgstr ""
568
569 #: c-decl.c:580
570 msgid "%Jlabel `%D' used but not defined"
571 msgstr ""
572
573 #: c-decl.c:586
574 msgid "%Jlabel `%D' defined but not used"
575 msgstr ""
576
577 #: c-decl.c:588
578 msgid "%Jlabel `%D' declared but not defined"
579 msgstr ""
580
581 #: c-decl.c:613
582 msgid "%Junused variable `%D'"
583 msgstr ""
584
585 #: c-decl.c:821
586 msgid ""
587 "a parameter list with an ellipsis can't match an empty parameter name list "
588 "declaration"
589 msgstr ""
590
591 #: c-decl.c:828
592 msgid ""
593 "an argument type that has a default promotion can't match an empty parameter "
594 "name list declaration"
595 msgstr ""
596
597 #: c-decl.c:864
598 msgid ""
599 "%Jprototype for '%D' declares more arguments than previous old-style "
600 "definition"
601 msgstr ""
602
603 #: c-decl.c:870
604 msgid ""
605 "%Jprototype for '%D' declares fewer arguments than previous old-style "
606 "definition"
607 msgstr ""
608
609 #: c-decl.c:879
610 msgid "%Jprototype for '%D' declares arg %d with incompatible type"
611 msgstr ""
612
613 #. If we get here, no errors were found, but do issue a warning
614 #. for this poor-style construct.
615 #: c-decl.c:891
616 msgid "%Jprototype for '%D' follows non-prototype definition"
617 msgstr ""
618
619 #: c-decl.c:906
620 msgid "%Jprevious definition of '%D' was here"
621 msgstr ""
622
623 #: c-decl.c:908
624 msgid "%Jprevious implicit declaration of '%D' was here"
625 msgstr ""
626
627 #: c-decl.c:910
628 msgid "%Jprevious declaration of '%D' was here"
629 msgstr ""
630
631 #: c-decl.c:944
632 msgid "%J'%D' redeclared as different kind of symbol"
633 msgstr ""
634
635 #: c-decl.c:949
636 msgid "%Jbuilt-in function '%D' declared as non-function"
637 msgstr ""
638
639 #: c-decl.c:952 c-decl.c:1042
640 msgid "%Jshadowing built-in function '%D'"
641 msgstr ""
642
643 #. If types don't match for a built-in, throw away the
644 #. built-in.  No point in calling locate_old_decl here, it
645 #. won't print anything.
646 #: c-decl.c:972
647 msgid "%Jconflicting types for built-in function '%D'"
648 msgstr ""
649
650 #: c-decl.c:996 c-decl.c:1004
651 msgid "%Jconflicting types for '%D'"
652 msgstr ""
653
654 #. allow OLDDECL to continue in use
655 #: c-decl.c:1019
656 msgid "%Jredefinition of typedef '%D'"
657 msgstr ""
658
659 #: c-decl.c:1055 c-decl.c:1119
660 msgid "%Jredefinition of '%D'"
661 msgstr ""
662
663 #: c-decl.c:1086 c-decl.c:1136
664 msgid "%Jstatic declaration of '%D' follows non-static declaration"
665 msgstr ""
666
667 #: c-decl.c:1094 c-decl.c:1133
668 msgid "%Jnon-static declaration of '%D' follows static declaration"
669 msgstr ""
670
671 #: c-decl.c:1106
672 msgid "%Jthread-local declaration of '%D' follows non-thread-local declaration"
673 msgstr ""
674
675 #: c-decl.c:1109
676 msgid "%Jnon-thread-local declaration of '%D' follows thread-local declaration"
677 msgstr ""
678
679 #: c-decl.c:1149
680 msgid "%Jextern declaration of '%D' follows declaration with no linkage"
681 msgstr ""
682
683 #: c-decl.c:1152
684 msgid "%Jdeclaration of '%D' with no linkage follows extern declaration"
685 msgstr ""
686
687 #: c-decl.c:1155
688 msgid "%Jredeclaration of '%D' with no linkage"
689 msgstr ""
690
691 #: c-decl.c:1169
692 msgid ""
693 "%Jredeclaration of '%D' with different visibility (old visibility preserved)"
694 msgstr ""
695
696 #: c-decl.c:1180
697 msgid ""
698 "%Jinline declaration of '%D' follows declaration with attribute noinline"
699 msgstr ""
700
701 #: c-decl.c:1187
702 msgid ""
703 "%Jdeclaration of '%D' with attribute noinline follows inline declaration "
704 msgstr ""
705
706 #: c-decl.c:1199
707 msgid "%J'%D' declared inline after being called"
708 msgstr ""
709
710 #: c-decl.c:1205
711 msgid "%J'%D' declared inline after its definition"
712 msgstr ""
713
714 #: c-decl.c:1217
715 msgid "%Jvolatile declaration of '%D' follows non-volatile declaration"
716 msgstr ""
717
718 #: c-decl.c:1220
719 msgid "%Jnon-volatile declaration of '%D' follows volatile declaration"
720 msgstr ""
721
722 #: c-decl.c:1227
723 msgid "%Jconst declaration of '%D' follows non-const declaration"
724 msgstr ""
725
726 #: c-decl.c:1230
727 msgid "%Jnon-const declaration of '%D' follows const declaration"
728 msgstr ""
729
730 #: c-decl.c:1246
731 msgid "%Jredundant redeclaration of '%D'"
732 msgstr ""
733
734 #: c-decl.c:1690
735 #, c-format
736 msgid "nested extern declaration of `%s'"
737 msgstr ""
738
739 #: c-decl.c:1829 objc/objc-act.c:2535 objc/objc-act.c:6794
740 msgid "%Jprevious declaration of '%D'"
741 msgstr ""
742
743 #: c-decl.c:1870 c-decl.c:1872
744 #, c-format
745 msgid "implicit declaration of function `%s'"
746 msgstr ""
747
748 #: c-decl.c:1888
749 #, c-format
750 msgid "`%s' undeclared here (not in a function)"
751 msgstr ""
752
753 #: c-decl.c:1894
754 #, c-format
755 msgid "`%s' undeclared (first use in this function)"
756 msgstr ""
757
758 #: c-decl.c:1899
759 msgid "(Each undeclared identifier is reported only once"
760 msgstr ""
761
762 #: c-decl.c:1900
763 msgid "for each function it appears in.)"
764 msgstr ""
765
766 #: c-decl.c:1953
767 #, c-format
768 msgid "label %s referenced outside of any function"
769 msgstr ""
770
771 #: c-decl.c:2000
772 #, c-format
773 msgid "duplicate label declaration `%s'"
774 msgstr ""
775
776 #: c-decl.c:2001
777 msgid "%Jthis is a previous declaration"
778 msgstr ""
779
780 #: c-decl.c:2036
781 msgid "%Hduplicate label `%D'"
782 msgstr ""
783
784 #: c-decl.c:2038
785 msgid "%J`%D' previously defined here"
786 msgstr ""
787
788 #: c-decl.c:2040
789 msgid "%J`%D' previously declared here"
790 msgstr ""
791
792 #: c-decl.c:2060
793 msgid ""
794 "%Htraditional C lacks a separate namespace for labels, identifier `%s' "
795 "conflicts"
796 msgstr ""
797
798 #: c-decl.c:2131
799 msgid "%H`%s' defined as wrong kind of tag"
800 msgstr ""
801
802 #: c-decl.c:2369
803 msgid "unnamed struct/union that defines no instances"
804 msgstr ""
805
806 #: c-decl.c:2388
807 msgid "useless keyword or type name in empty declaration"
808 msgstr ""
809
810 #: c-decl.c:2395
811 msgid "two types specified in one empty declaration"
812 msgstr ""
813
814 #: c-decl.c:2400 c-parse.y:735 c-parse.y:737 objc/objc-parse.y:776
815 #: objc/objc-parse.y:778 objc/objc-parse.y:3016
816 msgid "empty declaration"
817 msgstr ""
818
819 #: c-decl.c:2426
820 msgid ""
821 "ISO C90 does not support `static' or type qualifiers in parameter array "
822 "declarators"
823 msgstr ""
824
825 #: c-decl.c:2428
826 msgid "ISO C90 does not support `[*]' array declarators"
827 msgstr ""
828
829 #: c-decl.c:2431
830 msgid "GCC does not yet properly implement `[*]' array declarators"
831 msgstr ""
832
833 #: c-decl.c:2447
834 msgid "static or type qualifiers in abstract declarator"
835 msgstr ""
836
837 #: c-decl.c:2517
838 msgid "%J'%D' is usually a function"
839 msgstr ""
840
841 #: c-decl.c:2526
842 #, c-format
843 msgid "typedef `%s' is initialized (use __typeof__ instead)"
844 msgstr ""
845
846 #: c-decl.c:2532
847 #, c-format
848 msgid "function `%s' is initialized like a variable"
849 msgstr ""
850
851 #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
852 #: c-decl.c:2539
853 #, c-format
854 msgid "parameter `%s' is initialized"
855 msgstr ""
856
857 #: c-decl.c:2559 c-typeck.c:4028
858 msgid "variable-sized object may not be initialized"
859 msgstr ""
860
861 #: c-decl.c:2565
862 #, c-format
863 msgid "variable `%s' has initializer but incomplete type"
864 msgstr ""
865
866 #: c-decl.c:2571
867 #, c-format
868 msgid "elements of array `%s' have incomplete type"
869 msgstr ""
870
871 #: c-decl.c:2640 c-decl.c:5426 cp/decl.c:3748 cp/decl.c:10156
872 msgid "%Jinline function '%D' given attribute noinline"
873 msgstr ""
874
875 #: c-decl.c:2716
876 msgid "%Jinitializer fails to determine size of '%D'"
877 msgstr ""
878
879 #: c-decl.c:2721
880 msgid "%Jarray size missing in '%D'"
881 msgstr ""
882
883 #: c-decl.c:2737
884 msgid "%Jzero or negative size array '%D'"
885 msgstr ""
886
887 #: c-decl.c:2765
888 msgid "%Jstorage size of '%D' isn't known"
889 msgstr ""
890
891 #: c-decl.c:2775
892 msgid "%Jstorage size of '%D' isn't constant"
893 msgstr ""
894
895 #: c-decl.c:2858
896 msgid "%Jignoring asm-specifier for non-static local variable '%D'"
897 msgstr ""
898
899 #: c-decl.c:2969
900 msgid "ISO C forbids forward parameter declarations"
901 msgstr ""
902
903 #: c-decl.c:3151
904 msgid "<anonymous>"
905 msgstr ""
906
907 #: c-decl.c:3160
908 #, c-format
909 msgid "bit-field `%s' width not an integer constant"
910 msgstr ""
911
912 #: c-decl.c:3168
913 #, c-format
914 msgid "negative width in bit-field `%s'"
915 msgstr ""
916
917 #: c-decl.c:3173
918 #, c-format
919 msgid "zero width for bit-field `%s'"
920 msgstr ""
921
922 #: c-decl.c:3183
923 #, c-format
924 msgid "bit-field `%s' has invalid type"
925 msgstr ""
926
927 #: c-decl.c:3192
928 #, c-format
929 msgid "type of bit-field `%s' is a GCC extension"
930 msgstr ""
931
932 #: c-decl.c:3201
933 #, c-format
934 msgid "width of `%s' exceeds its type"
935 msgstr ""
936
937 #: c-decl.c:3211
938 #, c-format
939 msgid "`%s' is narrower than values of its type"
940 msgstr ""
941
942 #: c-decl.c:3361 cp/decl.c:6778
943 msgid "`long long long' is too long for GCC"
944 msgstr ""
945
946 #: c-decl.c:3366
947 msgid "ISO C90 does not support `long long'"
948 msgstr ""
949
950 #: c-decl.c:3375 c-decl.c:3378 cp/decl.c:6783
951 #, c-format
952 msgid "duplicate `%s'"
953 msgstr ""
954
955 #: c-decl.c:3388 cp/decl.c:6789
956 msgid "`__thread' before `extern'"
957 msgstr ""
958
959 #: c-decl.c:3390 cp/decl.c:6791
960 msgid "`__thread' before `static'"
961 msgstr ""
962
963 #: c-decl.c:3398 cp/decl.c:6818
964 #, c-format
965 msgid "two or more data types in declaration of `%s'"
966 msgstr ""
967
968 #: c-decl.c:3418 cp/decl.c:6823
969 #, c-format
970 msgid "`%s' fails to be a typedef or built in type"
971 msgstr ""
972
973 #: c-decl.c:3457
974 #, c-format
975 msgid "type defaults to `int' in declaration of `%s'"
976 msgstr ""
977
978 #: c-decl.c:3486
979 #, c-format
980 msgid "both long and short specified for `%s'"
981 msgstr ""
982
983 #: c-decl.c:3490 cp/decl.c:6923
984 #, c-format
985 msgid "long or short specified with char for `%s'"
986 msgstr ""
987
988 #: c-decl.c:3497 cp/decl.c:6927
989 #, c-format
990 msgid "long or short specified with floating type for `%s'"
991 msgstr ""
992
993 #: c-decl.c:3500
994 msgid "the only valid combination is `long double'"
995 msgstr ""
996
997 #: c-decl.c:3506
998 #, c-format
999 msgid "both signed and unsigned specified for `%s'"
1000 msgstr ""
1001
1002 #: c-decl.c:3508 cp/decl.c:6916
1003 #, c-format
1004 msgid "long, short, signed or unsigned invalid for `%s'"
1005 msgstr ""
1006
1007 #: c-decl.c:3514 cp/decl.c:6936
1008 #, c-format
1009 msgid "long, short, signed or unsigned used invalidly for `%s'"
1010 msgstr ""
1011
1012 #: c-decl.c:3532 cp/decl.c:6957
1013 #, c-format
1014 msgid "complex invalid for `%s'"
1015 msgstr ""
1016
1017 #: c-decl.c:3574
1018 msgid "ISO C90 does not support complex types"
1019 msgstr ""
1020
1021 #: c-decl.c:3586
1022 msgid "ISO C does not support plain `complex' meaning `double complex'"
1023 msgstr ""
1024
1025 #: c-decl.c:3592 c-decl.c:3604
1026 msgid "ISO C does not support complex integer types"
1027 msgstr ""
1028
1029 #: c-decl.c:3632 c-decl.c:4090 cp/decl.c:7549
1030 msgid "duplicate `const'"
1031 msgstr ""
1032
1033 #: c-decl.c:3634 c-decl.c:4094 cp/decl.c:7553
1034 msgid "duplicate `restrict'"
1035 msgstr ""
1036
1037 #: c-decl.c:3636 c-decl.c:4092 cp/decl.c:7551
1038 msgid "duplicate `volatile'"
1039 msgstr ""
1040
1041 #: c-decl.c:3664 cp/decl.c:7120
1042 #, c-format
1043 msgid "multiple storage classes in declaration of `%s'"
1044 msgstr ""
1045
1046 #: c-decl.c:3674
1047 msgid "function definition declared `auto'"
1048 msgstr ""
1049
1050 #: c-decl.c:3676
1051 msgid "function definition declared `register'"
1052 msgstr ""
1053
1054 #: c-decl.c:3678
1055 msgid "function definition declared `typedef'"
1056 msgstr ""
1057
1058 #: c-decl.c:3680
1059 msgid "function definition declared `__thread'"
1060 msgstr ""
1061
1062 #: c-decl.c:3693
1063 #, c-format
1064 msgid "storage class specified for structure field `%s'"
1065 msgstr ""
1066
1067 #: c-decl.c:3697 cp/decl.c:7165
1068 #, c-format
1069 msgid "storage class specified for parameter `%s'"
1070 msgstr ""
1071
1072 #: c-decl.c:3700 cp/decl.c:7167
1073 msgid "storage class specified for typename"
1074 msgstr ""
1075
1076 #: c-decl.c:3712 cp/decl.c:7182
1077 #, c-format
1078 msgid "`%s' initialized and declared `extern'"
1079 msgstr ""
1080
1081 #: c-decl.c:3714 cp/decl.c:7185
1082 #, c-format
1083 msgid "`%s' has both `extern' and initializer"
1084 msgstr ""
1085
1086 #: c-decl.c:3719
1087 #, c-format
1088 msgid "file-scope declaration of `%s' specifies `auto'"
1089 msgstr ""
1090
1091 #: c-decl.c:3724 cp/decl.c:7189
1092 #, c-format
1093 msgid "nested function `%s' declared `extern'"
1094 msgstr ""
1095
1096 #: c-decl.c:3730 cp/decl.c:7199
1097 #, c-format
1098 msgid "function-scope `%s' implicitly auto and declared `__thread'"
1099 msgstr ""
1100
1101 #. Only the innermost declarator (making a parameter be of
1102 #. array type which is converted to pointer type)
1103 #. may have static or type qualifiers.
1104 #: c-decl.c:3769 c-decl.c:3962
1105 msgid "static or type qualifiers in non-parameter array declarator"
1106 msgstr ""
1107
1108 #: c-decl.c:3813
1109 #, c-format
1110 msgid "declaration of `%s' as array of voids"
1111 msgstr ""
1112
1113 #: c-decl.c:3819
1114 #, c-format
1115 msgid "declaration of `%s' as array of functions"
1116 msgstr ""
1117
1118 #: c-decl.c:3824
1119 msgid "invalid use of structure with flexible array member"
1120 msgstr ""
1121
1122 #: c-decl.c:3843
1123 #, c-format
1124 msgid "size of array `%s' has non-integer type"
1125 msgstr ""
1126
1127 #: c-decl.c:3848
1128 #, c-format
1129 msgid "ISO C forbids zero-size array `%s'"
1130 msgstr ""
1131
1132 #: c-decl.c:3855
1133 #, c-format
1134 msgid "size of array `%s' is negative"
1135 msgstr ""
1136
1137 #: c-decl.c:3868
1138 #, c-format
1139 msgid "ISO C90 forbids array `%s' whose size can't be evaluated"
1140 msgstr ""
1141
1142 #: c-decl.c:3871
1143 #, c-format
1144 msgid "ISO C90 forbids variable-size array `%s'"
1145 msgstr ""
1146
1147 #: c-decl.c:3901 c-decl.c:4116 cp/decl.c:7723
1148 #, c-format
1149 msgid "size of array `%s' is too large"
1150 msgstr ""
1151
1152 #: c-decl.c:3927
1153 msgid "ISO C90 does not support flexible array members"
1154 msgstr ""
1155
1156 #: c-decl.c:3937
1157 msgid "array type has incomplete element type"
1158 msgstr ""
1159
1160 #: c-decl.c:3982 cp/decl.c:7320
1161 #, c-format
1162 msgid "`%s' declared as function returning a function"
1163 msgstr ""
1164
1165 #: c-decl.c:3987 cp/decl.c:7325
1166 #, c-format
1167 msgid "`%s' declared as function returning an array"
1168 msgstr ""
1169
1170 #: c-decl.c:4015
1171 msgid "ISO C forbids qualified void function return type"
1172 msgstr ""
1173
1174 #: c-decl.c:4019
1175 msgid "type qualifiers ignored on function return type"
1176 msgstr ""
1177
1178 #: c-decl.c:4048 c-decl.c:4131 c-decl.c:4255 c-decl.c:4341
1179 msgid "ISO C forbids qualified function types"
1180 msgstr ""
1181
1182 #: c-decl.c:4088 cp/decl.c:7545
1183 msgid "invalid type modifier within pointer declarator"
1184 msgstr ""
1185
1186 #: c-decl.c:4166
1187 msgid "ISO C forbids const or volatile function types"
1188 msgstr ""
1189
1190 #: c-decl.c:4186 cp/decl.c:8005
1191 #, c-format
1192 msgid "variable or field `%s' declared void"
1193 msgstr ""
1194
1195 #: c-decl.c:4219
1196 msgid "attributes in parameter array declarator ignored"
1197 msgstr ""
1198
1199 #: c-decl.c:4244
1200 msgid "invalid type modifier within array declarator"
1201 msgstr ""
1202
1203 #: c-decl.c:4289
1204 #, c-format
1205 msgid "field `%s' declared as a function"
1206 msgstr ""
1207
1208 #: c-decl.c:4295
1209 #, c-format
1210 msgid "field `%s' has incomplete type"
1211 msgstr ""
1212
1213 #: c-decl.c:4321 c-decl.c:4323 c-decl.c:4325 c-decl.c:4332
1214 #, c-format
1215 msgid "invalid storage class for function `%s'"
1216 msgstr ""
1217
1218 #: c-decl.c:4347
1219 msgid "`noreturn' function returns non-void value"
1220 msgstr ""
1221
1222 #: c-decl.c:4362
1223 msgid "cannot inline function `main'"
1224 msgstr ""
1225
1226 #: c-decl.c:4415
1227 msgid "variable previously declared `static' redeclared `extern'"
1228 msgstr ""
1229
1230 #: c-decl.c:4424
1231 msgid "%Jvariable '%D' declared `inline'"
1232 msgstr ""
1233
1234 #. A mere warning is sure to result in improper semantics
1235 #. at runtime.  Don't bother to allow this to compile.
1236 #: c-decl.c:4452 cp/decl.c:5877
1237 msgid "thread-local storage not supported for this target"
1238 msgstr ""
1239
1240 #: c-decl.c:4513 c-decl.c:5470
1241 msgid "function declaration isn't a prototype"
1242 msgstr ""
1243
1244 #: c-decl.c:4519
1245 msgid "parameter names (without types) in function declaration"
1246 msgstr ""
1247
1248 #: c-decl.c:4547
1249 #, c-format
1250 msgid "parameter `%s' has incomplete type"
1251 msgstr ""
1252
1253 #: c-decl.c:4550
1254 msgid "parameter has incomplete type"
1255 msgstr ""
1256
1257 #: c-decl.c:4599
1258 msgid "\"void\" as only parameter may not be qualified"
1259 msgstr ""
1260
1261 #: c-decl.c:4620
1262 msgid "\"void\" must be the only parameter"
1263 msgstr ""
1264
1265 #: c-decl.c:4637
1266 msgid "%Jparameter \"%D\" has just a forward declaration"
1267 msgstr ""
1268
1269 #. The first %s will be one of 'struct', 'union', or 'enum'.
1270 #: c-decl.c:4665
1271 #, c-format
1272 msgid "\"%s %s\" declared inside parameter list"
1273 msgstr ""
1274
1275 #. The %s will be one of 'struct', 'union', or 'enum'.
1276 #: c-decl.c:4669
1277 #, c-format
1278 msgid "anonymous %s declared inside parameter list"
1279 msgstr ""
1280
1281 #: c-decl.c:4673
1282 msgid ""
1283 "its scope is only this definition or declaration, which is probably not what "
1284 "you want"
1285 msgstr ""
1286
1287 #: c-decl.c:4758
1288 #, c-format
1289 msgid "redefinition of `union %s'"
1290 msgstr ""
1291
1292 #: c-decl.c:4760
1293 #, c-format
1294 msgid "redefinition of `struct %s'"
1295 msgstr ""
1296
1297 #: c-decl.c:4828 cp/decl.c:3521
1298 msgid "declaration does not declare anything"
1299 msgstr ""
1300
1301 #: c-decl.c:4873 c-decl.c:4889
1302 msgid "%Jduplicate member '%D'"
1303 msgstr ""
1304
1305 #: c-decl.c:4923 c-decl.c:4926
1306 #, c-format
1307 msgid "%s defined inside parms"
1308 msgstr ""
1309
1310 #: c-decl.c:4924 c-decl.c:4927 c-decl.c:4938
1311 msgid "union"
1312 msgstr ""
1313
1314 #: c-decl.c:4924 c-decl.c:4927
1315 msgid "structure"
1316 msgstr ""
1317
1318 #: c-decl.c:4937
1319 #, c-format
1320 msgid "%s has no %s"
1321 msgstr ""
1322
1323 #: c-decl.c:4938
1324 msgid "struct"
1325 msgstr ""
1326
1327 #: c-decl.c:4939
1328 msgid "named members"
1329 msgstr ""
1330
1331 #: c-decl.c:4939
1332 msgid "members"
1333 msgstr ""
1334
1335 #: c-decl.c:4978
1336 #, c-format
1337 msgid "nested redefinition of `%s'"
1338 msgstr ""
1339
1340 #: c-decl.c:4998
1341 msgid "%Jflexible array member in union"
1342 msgstr ""
1343
1344 #: c-decl.c:5000
1345 msgid "%Jflexible array member not at end of struct"
1346 msgstr ""
1347
1348 #: c-decl.c:5002
1349 msgid "%Jflexible array member in otherwise empty struct"
1350 msgstr ""
1351
1352 #: c-decl.c:5007
1353 msgid "%Jinvalid use of structure with flexible array member"
1354 msgstr ""
1355
1356 #: c-decl.c:5102
1357 msgid "union cannot be made transparent"
1358 msgstr ""
1359
1360 #. This enum is a named one that has been declared already.
1361 #: c-decl.c:5171
1362 #, c-format
1363 msgid "redeclaration of `enum %s'"
1364 msgstr ""
1365
1366 #: c-decl.c:5202
1367 msgid "enum defined inside parms"
1368 msgstr ""
1369
1370 #: c-decl.c:5235
1371 msgid "enumeration values exceed range of largest integer"
1372 msgstr ""
1373
1374 #: c-decl.c:5338
1375 #, c-format
1376 msgid "enumerator value for `%s' not integer constant"
1377 msgstr ""
1378
1379 #: c-decl.c:5351
1380 msgid "overflow in enumeration values"
1381 msgstr ""
1382
1383 #: c-decl.c:5356
1384 msgid "ISO C restricts enumerator values to range of `int'"
1385 msgstr ""
1386
1387 #: c-decl.c:5432
1388 msgid "return type is an incomplete type"
1389 msgstr ""
1390
1391 #: c-decl.c:5440
1392 msgid "return type defaults to `int'"
1393 msgstr ""
1394
1395 #: c-decl.c:5476
1396 msgid "%Jno previous prototype for '%D'"
1397 msgstr ""
1398
1399 #: c-decl.c:5482
1400 msgid "%J'%D' was used with no prototype before its definition"
1401 msgstr ""
1402
1403 #: c-decl.c:5489
1404 msgid "%Jno previous declaration for '%D'"
1405 msgstr ""
1406
1407 #: c-decl.c:5495
1408 msgid "%J`%D' was used with no declaration before its definition"
1409 msgstr ""
1410
1411 #: c-decl.c:5531 c-decl.c:6037
1412 msgid "%Jreturn type of '%D' is not `int'"
1413 msgstr ""
1414
1415 #: c-decl.c:5546
1416 msgid "%Jfirst argument of '%D' should be `int'"
1417 msgstr ""
1418
1419 #: c-decl.c:5555
1420 msgid "%Jsecond argument of '%D' should be 'char **'"
1421 msgstr ""
1422
1423 #: c-decl.c:5564
1424 msgid "%Jthird argument of '%D' should probably be 'char **'"
1425 msgstr ""
1426
1427 #: c-decl.c:5574
1428 msgid "%J'%D' takes only zero or two arguments"
1429 msgstr ""
1430
1431 #: c-decl.c:5577
1432 msgid "%J'%D' is normally a non-static function"
1433 msgstr ""
1434
1435 #: c-decl.c:5633
1436 msgid "%Jold-style parameter declarations in prototyped function definition"
1437 msgstr ""
1438
1439 #: c-decl.c:5647
1440 msgid "%Jparameter name omitted"
1441 msgstr ""
1442
1443 #: c-decl.c:5722
1444 msgid "%Jparameter name missing from parameter list"
1445 msgstr ""
1446
1447 #: c-decl.c:5732
1448 msgid "%J\"%D\" declared as a non-parameter"
1449 msgstr ""
1450
1451 #: c-decl.c:5737
1452 msgid "%Jmultiple parameters named \"%D\""
1453 msgstr ""
1454
1455 #: c-decl.c:5745
1456 msgid "%Jparameter \"%D\" declared void"
1457 msgstr ""
1458
1459 #: c-decl.c:5760 c-decl.c:5762
1460 msgid "%Jtype of \"%D\" defaults to \"int\""
1461 msgstr ""
1462
1463 #: c-decl.c:5776
1464 msgid "%Jparameter \"%D\" has incomplete type"
1465 msgstr ""
1466
1467 #: c-decl.c:5782
1468 msgid "%Jdeclaration for parameter \"%D\" but no such parameter"
1469 msgstr ""
1470
1471 #: c-decl.c:5834
1472 msgid "number of arguments doesn't match prototype"
1473 msgstr ""
1474
1475 #: c-decl.c:5835 c-decl.c:5866 c-decl.c:5873
1476 msgid "%Hprototype declaration"
1477 msgstr ""
1478
1479 #: c-decl.c:5864
1480 msgid "promoted argument \"%D\" doesn't match prototype"
1481 msgstr ""
1482
1483 #: c-decl.c:5872
1484 msgid "argument \"%D\" doesn't match prototype"
1485 msgstr ""
1486
1487 #: c-decl.c:6069 cp/decl.c:10876
1488 msgid "no return statement in function returning non-void"
1489 msgstr ""
1490
1491 #: c-decl.c:6076
1492 msgid "this function may return with or without a value"
1493 msgstr ""
1494
1495 #. If we get here, declarations have been used in a for loop without
1496 #. the C99 for loop scope.  This doesn't make much sense, so don't
1497 #. allow it.
1498 #: c-decl.c:6175
1499 msgid "'for' loop initial declaration used outside C99 mode"
1500 msgstr ""
1501
1502 #: c-decl.c:6199
1503 #, c-format
1504 msgid "'struct %s' declared in 'for' loop initial declaration"
1505 msgstr ""
1506
1507 #: c-decl.c:6202
1508 #, c-format
1509 msgid "'union %s' declared in 'for' loop initial declaration"
1510 msgstr ""
1511
1512 #: c-decl.c:6205
1513 #, c-format
1514 msgid "'enum %s' declared in 'for' loop initial declaration"
1515 msgstr ""
1516
1517 #: c-decl.c:6213
1518 msgid "%Jdeclaration of non-variable '%D' in 'for' loop initial declaration"
1519 msgstr ""
1520
1521 #: c-decl.c:6216
1522 msgid "%Jdeclaration of static variable '%D' in 'for' loop initial declaration"
1523 msgstr ""
1524
1525 #: c-decl.c:6219
1526 msgid ""
1527 "%Jdeclaration of 'extern' variable '%D' in 'for' loop initial declaration"
1528 msgstr ""
1529
1530 #: c-decl.c:6532
1531 msgid "%Jredefinition of global '%D'"
1532 msgstr ""
1533
1534 #: c-decl.c:6533
1535 msgid "%J'%D' previously defined here"
1536 msgstr ""
1537
1538 #: c-format.c:94 c-format.c:210
1539 msgid "format string has invalid operand number"
1540 msgstr ""
1541
1542 #: c-format.c:111
1543 msgid "function does not return string type"
1544 msgstr ""
1545
1546 #: c-format.c:140
1547 msgid "format string arg not a string type"
1548 msgstr ""
1549
1550 #: c-format.c:190
1551 msgid "unrecognized format specifier"
1552 msgstr ""
1553
1554 #: c-format.c:203
1555 #, c-format
1556 msgid "`%s' is an unrecognized format function type"
1557 msgstr ""
1558
1559 #: c-format.c:216
1560 msgid "'...' has invalid operand number"
1561 msgstr ""
1562
1563 #: c-format.c:224
1564 msgid "format string arg follows the args to be formatted"
1565 msgstr ""
1566
1567 #: c-format.c:565 c-format.c:589
1568 msgid "` ' flag"
1569 msgstr ""
1570
1571 #: c-format.c:565 c-format.c:589
1572 msgid "the ` ' printf flag"
1573 msgstr ""
1574
1575 #: c-format.c:566 c-format.c:590 c-format.c:627 c-format.c:683
1576 msgid "`+' flag"
1577 msgstr ""
1578
1579 #: c-format.c:566 c-format.c:590 c-format.c:627
1580 msgid "the `+' printf flag"
1581 msgstr ""
1582
1583 #: c-format.c:567 c-format.c:591 c-format.c:628 c-format.c:659
1584 msgid "`#' flag"
1585 msgstr ""
1586
1587 #: c-format.c:567 c-format.c:591 c-format.c:628
1588 msgid "the `#' printf flag"
1589 msgstr ""
1590
1591 #: c-format.c:568 c-format.c:592 c-format.c:657
1592 msgid "`0' flag"
1593 msgstr ""
1594
1595 #: c-format.c:568 c-format.c:592
1596 msgid "the `0' printf flag"
1597 msgstr ""
1598
1599 #: c-format.c:569 c-format.c:593 c-format.c:656 c-format.c:686
1600 msgid "`-' flag"
1601 msgstr ""
1602
1603 #: c-format.c:569 c-format.c:593
1604 msgid "the `-' printf flag"
1605 msgstr ""
1606
1607 #: c-format.c:570 c-format.c:640
1608 msgid "`'' flag"
1609 msgstr ""
1610
1611 #: c-format.c:570
1612 msgid "the `'' printf flag"
1613 msgstr ""
1614
1615 #: c-format.c:571 c-format.c:641
1616 msgid "`I' flag"
1617 msgstr ""
1618
1619 #: c-format.c:571
1620 msgid "the `I' printf flag"
1621 msgstr ""
1622
1623 #: c-format.c:572 c-format.c:594 c-format.c:638 c-format.c:660 c-format.c:687
1624 #: c-format.c:1802
1625 msgid "field width"
1626 msgstr ""
1627
1628 #: c-format.c:572 c-format.c:594
1629 msgid "field width in printf format"
1630 msgstr ""
1631
1632 #: c-format.c:573 c-format.c:595 c-format.c:618 c-format.c:629
1633 msgid "precision"
1634 msgstr ""
1635
1636 #: c-format.c:573 c-format.c:595 c-format.c:618 c-format.c:629
1637 msgid "precision in printf format"
1638 msgstr ""
1639
1640 #: c-format.c:574 c-format.c:596 c-format.c:619 c-format.c:630 c-format.c:639
1641 #: c-format.c:690
1642 msgid "length modifier"
1643 msgstr ""
1644
1645 #: c-format.c:574 c-format.c:596 c-format.c:619 c-format.c:630
1646 msgid "length modifier in printf format"
1647 msgstr ""
1648
1649 #: c-format.c:636
1650 msgid "assignment suppression"
1651 msgstr ""
1652
1653 #: c-format.c:636
1654 msgid "the assignment suppression scanf feature"
1655 msgstr ""
1656
1657 #: c-format.c:637
1658 msgid "`a' flag"
1659 msgstr ""
1660
1661 #: c-format.c:637
1662 msgid "the `a' scanf flag"
1663 msgstr ""
1664
1665 #: c-format.c:638
1666 msgid "field width in scanf format"
1667 msgstr ""
1668
1669 #: c-format.c:639
1670 msgid "length modifier in scanf format"
1671 msgstr ""
1672
1673 #: c-format.c:640
1674 msgid "the `'' scanf flag"
1675 msgstr ""
1676
1677 #: c-format.c:641
1678 msgid "the `I' scanf flag"
1679 msgstr ""
1680
1681 #: c-format.c:655
1682 msgid "`_' flag"
1683 msgstr ""
1684
1685 #: c-format.c:655
1686 msgid "the `_' strftime flag"
1687 msgstr ""
1688
1689 #: c-format.c:656
1690 msgid "the `-' strftime flag"
1691 msgstr ""
1692
1693 #: c-format.c:657
1694 msgid "the `0' strftime flag"
1695 msgstr ""
1696
1697 #: c-format.c:658 c-format.c:682
1698 msgid "`^' flag"
1699 msgstr ""
1700
1701 #: c-format.c:658
1702 msgid "the `^' strftime flag"
1703 msgstr ""
1704
1705 #: c-format.c:659
1706 msgid "the `#' strftime flag"
1707 msgstr ""
1708
1709 #: c-format.c:660
1710 msgid "field width in strftime format"
1711 msgstr ""
1712
1713 #: c-format.c:661
1714 msgid "`E' modifier"
1715 msgstr ""
1716
1717 #: c-format.c:661
1718 msgid "the `E' strftime modifier"
1719 msgstr ""
1720
1721 #: c-format.c:662
1722 msgid "`O' modifier"
1723 msgstr ""
1724
1725 #: c-format.c:662
1726 msgid "the `O' strftime modifier"
1727 msgstr ""
1728
1729 #: c-format.c:663
1730 msgid "the `O' modifier"
1731 msgstr ""
1732
1733 #: c-format.c:681
1734 msgid "fill character"
1735 msgstr ""
1736
1737 #: c-format.c:681
1738 msgid "fill character in strfmon format"
1739 msgstr ""
1740
1741 #: c-format.c:682
1742 msgid "the `^' strfmon flag"
1743 msgstr ""
1744
1745 #: c-format.c:683
1746 msgid "the `+' strfmon flag"
1747 msgstr ""
1748
1749 #: c-format.c:684
1750 msgid "`(' flag"
1751 msgstr ""
1752
1753 #: c-format.c:684
1754 msgid "the `(' strfmon flag"
1755 msgstr ""
1756
1757 #: c-format.c:685
1758 msgid "`!' flag"
1759 msgstr ""
1760
1761 #: c-format.c:685
1762 msgid "the `!' strfmon flag"
1763 msgstr ""
1764
1765 #: c-format.c:686
1766 msgid "the `-' strfmon flag"
1767 msgstr ""
1768
1769 #: c-format.c:687
1770 msgid "field width in strfmon format"
1771 msgstr ""
1772
1773 #: c-format.c:688
1774 msgid "left precision"
1775 msgstr ""
1776
1777 #: c-format.c:688
1778 msgid "left precision in strfmon format"
1779 msgstr ""
1780
1781 #: c-format.c:689
1782 msgid "right precision"
1783 msgstr ""
1784
1785 #: c-format.c:689
1786 msgid "right precision in strfmon format"
1787 msgstr ""
1788
1789 #: c-format.c:690
1790 msgid "length modifier in strfmon format"
1791 msgstr ""
1792
1793 #: c-format.c:1107
1794 #, c-format
1795 msgid "function might be possible candidate for `%s' format attribute"
1796 msgstr ""
1797
1798 #: c-format.c:1223 c-format.c:1244 c-format.c:2212
1799 msgid "missing $ operand number in format"
1800 msgstr ""
1801
1802 #: c-format.c:1254
1803 #, c-format
1804 msgid "%s does not support %%n$ operand number formats"
1805 msgstr ""
1806
1807 #: c-format.c:1261
1808 msgid "operand number out of range in format"
1809 msgstr ""
1810
1811 #: c-format.c:1284
1812 #, c-format
1813 msgid "format argument %d used more than once in %s format"
1814 msgstr ""
1815
1816 #: c-format.c:1331
1817 #, c-format
1818 msgid "format argument %d unused before used argument %d in $-style format"
1819 msgstr ""
1820
1821 #: c-format.c:1429
1822 msgid "format not a string literal, format string not checked"
1823 msgstr ""
1824
1825 #: c-format.c:1443
1826 msgid "format not a string literal and no format arguments"
1827 msgstr ""
1828
1829 #: c-format.c:1445
1830 msgid "format not a string literal, argument types not checked"
1831 msgstr ""
1832
1833 #: c-format.c:1458
1834 msgid "too many arguments for format"
1835 msgstr ""
1836
1837 #: c-format.c:1461
1838 msgid "unused arguments in $-style format"
1839 msgstr ""
1840
1841 #: c-format.c:1464
1842 #, c-format
1843 msgid "zero-length %s format string"
1844 msgstr ""
1845
1846 #: c-format.c:1468
1847 msgid "format is a wide character string"
1848 msgstr ""
1849
1850 #: c-format.c:1471
1851 msgid "unterminated format string"
1852 msgstr ""
1853
1854 #: c-format.c:1681
1855 msgid "embedded `\\0' in format"
1856 msgstr ""
1857
1858 #: c-format.c:1696
1859 #, c-format
1860 msgid "spurious trailing `%%' in format"
1861 msgstr ""
1862
1863 #: c-format.c:1735 c-format.c:1972
1864 #, c-format
1865 msgid "repeated %s in format"
1866 msgstr ""
1867
1868 #: c-format.c:1748
1869 msgid "missing fill character at end of strfmon format"
1870 msgstr ""
1871
1872 #: c-format.c:1787 c-format.c:1886 c-format.c:2166 c-format.c:2219
1873 msgid "too few arguments for format"
1874 msgstr ""
1875
1876 #: c-format.c:1828
1877 #, c-format
1878 msgid "zero width in %s format"
1879 msgstr ""
1880
1881 #: c-format.c:1847
1882 #, c-format
1883 msgid "empty left precision in %s format"
1884 msgstr ""
1885
1886 #: c-format.c:1901
1887 msgid "field precision"
1888 msgstr ""
1889
1890 #: c-format.c:1916
1891 #, c-format
1892 msgid "empty precision in %s format"
1893 msgstr ""
1894
1895 #: c-format.c:1956
1896 #, c-format
1897 msgid "%s does not support the `%s' %s length modifier"
1898 msgstr ""
1899
1900 #: c-format.c:2006
1901 msgid "conversion lacks type at end of format"
1902 msgstr ""
1903
1904 #: c-format.c:2017
1905 #, c-format
1906 msgid "unknown conversion type character `%c' in format"
1907 msgstr ""
1908
1909 #: c-format.c:2020
1910 #, c-format
1911 msgid "unknown conversion type character 0x%x in format"
1912 msgstr ""
1913
1914 #: c-format.c:2027
1915 #, c-format
1916 msgid "%s does not support the `%%%c' %s format"
1917 msgstr ""
1918
1919 #: c-format.c:2043
1920 #, c-format
1921 msgid "%s used with `%%%c' %s format"
1922 msgstr ""
1923
1924 #: c-format.c:2052
1925 #, c-format
1926 msgid "%s does not support %s"
1927 msgstr ""
1928
1929 #: c-format.c:2061
1930 #, c-format
1931 msgid "%s does not support %s with the `%%%c' %s format"
1932 msgstr ""
1933
1934 #: c-format.c:2094
1935 #, c-format
1936 msgid "%s ignored with %s and `%%%c' %s format"
1937 msgstr ""
1938
1939 #: c-format.c:2098
1940 #, c-format
1941 msgid "%s ignored with %s in %s format"
1942 msgstr ""
1943
1944 #: c-format.c:2104
1945 #, c-format
1946 msgid "use of %s and %s together with `%%%c' %s format"
1947 msgstr ""
1948
1949 #: c-format.c:2108
1950 #, c-format
1951 msgid "use of %s and %s together in %s format"
1952 msgstr ""
1953
1954 #: c-format.c:2127
1955 #, c-format
1956 msgid "`%%%c' yields only last 2 digits of year in some locales"
1957 msgstr ""
1958
1959 #: c-format.c:2130
1960 #, c-format
1961 msgid "`%%%c' yields only last 2 digits of year"
1962 msgstr ""
1963
1964 #. The end of the format string was reached.
1965 #: c-format.c:2146
1966 #, c-format
1967 msgid "no closing `]' for `%%[' format"
1968 msgstr ""
1969
1970 #: c-format.c:2159
1971 #, c-format
1972 msgid "use of `%s' length modifier with `%c' type character"
1973 msgstr ""
1974
1975 #: c-format.c:2180
1976 #, c-format
1977 msgid "%s does not support the `%%%s%c' %s format"
1978 msgstr ""
1979
1980 #: c-format.c:2195
1981 msgid "operand number specified with suppressed assignment"
1982 msgstr ""
1983
1984 #: c-format.c:2197
1985 msgid "operand number specified for format taking no argument"
1986 msgstr ""
1987
1988 #: c-format.c:2309
1989 #, c-format
1990 msgid "writing through null pointer (arg %d)"
1991 msgstr ""
1992
1993 #: c-format.c:2318
1994 #, c-format
1995 msgid "reading through null pointer (arg %d)"
1996 msgstr ""
1997
1998 #: c-format.c:2338
1999 #, c-format
2000 msgid "writing into constant object (arg %d)"
2001 msgstr ""
2002
2003 #: c-format.c:2348
2004 #, c-format
2005 msgid "extra type qualifiers in format argument (arg %d)"
2006 msgstr ""
2007
2008 #: c-format.c:2355
2009 #, c-format
2010 msgid "format argument is not a pointer (arg %d)"
2011 msgstr ""
2012
2013 #: c-format.c:2357
2014 #, c-format
2015 msgid "format argument is not a pointer to a pointer (arg %d)"
2016 msgstr ""
2017
2018 #: c-format.c:2433
2019 msgid "pointer"
2020 msgstr ""
2021
2022 #: c-format.c:2435
2023 msgid "different type"
2024 msgstr ""
2025
2026 #: c-format.c:2456
2027 #, c-format
2028 msgid "%s is not type %s (arg %d)"
2029 msgstr ""
2030
2031 #: c-format.c:2459
2032 #, c-format
2033 msgid "%s format, %s arg (arg %d)"
2034 msgstr ""
2035
2036 #: c-format.c:2704
2037 msgid "args to be formatted is not '...'"
2038 msgstr ""
2039
2040 #: c-format.c:2713
2041 msgid "strftime formats cannot format arguments"
2042 msgstr ""
2043
2044 #: c-incpath.c:68
2045 #, c-format
2046 msgid "ignoring duplicate directory \"%s\"\n"
2047 msgstr ""
2048
2049 #: c-incpath.c:71
2050 #, c-format
2051 msgid "  as it is a non-system directory that duplicates a system directory\n"
2052 msgstr ""
2053
2054 #: c-incpath.c:75
2055 #, c-format
2056 msgid "ignoring nonexistent directory \"%s\"\n"
2057 msgstr ""
2058
2059 #: c-incpath.c:273
2060 #, c-format
2061 msgid "#include \"...\" search starts here:\n"
2062 msgstr ""
2063
2064 #: c-incpath.c:277
2065 #, c-format
2066 msgid "#include <...> search starts here:\n"
2067 msgstr ""
2068
2069 #: c-incpath.c:282
2070 #, c-format
2071 msgid "End of search list.\n"
2072 msgstr ""
2073
2074 #: c-lex.c:240
2075 msgid "badly nested C headers from preprocessor"
2076 msgstr ""
2077
2078 #: c-lex.c:281
2079 #, c-format
2080 msgid "ignoring #pragma %s %s"
2081 msgstr ""
2082
2083 #. ... or not.
2084 #: c-lex.c:385
2085 msgid "%Hstray '@' in program"
2086 msgstr ""
2087
2088 #: c-lex.c:393
2089 #, c-format
2090 msgid "missing terminating %c character"
2091 msgstr ""
2092
2093 #: c-lex.c:395
2094 #, c-format
2095 msgid "stray '%c' in program"
2096 msgstr ""
2097
2098 #: c-lex.c:397
2099 #, c-format
2100 msgid "stray '\\%o' in program"
2101 msgstr ""
2102
2103 #: c-lex.c:535
2104 msgid "this decimal constant is unsigned only in ISO C90"
2105 msgstr ""
2106
2107 #: c-lex.c:538
2108 msgid "this decimal constant would be unsigned in ISO C90"
2109 msgstr ""
2110
2111 #: c-lex.c:554
2112 #, c-format
2113 msgid "integer constant is too large for \"%s\" type"
2114 msgstr ""
2115
2116 #: c-lex.c:620
2117 #, c-format
2118 msgid "floating constant exceeds range of \"%s\""
2119 msgstr ""
2120
2121 #: c-lex.c:696
2122 msgid "traditional C rejects string constant concatenation"
2123 msgstr ""
2124
2125 #: c-objc-common.c:82
2126 msgid ""
2127 "%Jfunction '%F' can never be inlined because it is supressed using -fno-"
2128 "inline"
2129 msgstr ""
2130
2131 #: c-objc-common.c:92
2132 msgid ""
2133 "%Jfunction '%F' can never be inlined because it might not be bound within "
2134 "this unit of translation"
2135 msgstr ""
2136
2137 #: c-objc-common.c:100
2138 msgid ""
2139 "%Jfunction '%F' can never be inlined because it uses attributes conflicting "
2140 "with inlining"
2141 msgstr ""
2142
2143 #: c-objc-common.c:115
2144 msgid "%Jfunction '%F' can never be inlined because it has pending sizes"
2145 msgstr ""
2146
2147 #: c-objc-common.c:128
2148 msgid ""
2149 "%Jnested function '%F' can never be inlined because it has possibly saved "
2150 "pending sizes"
2151 msgstr ""
2152
2153 #: c-objc-common.c:347
2154 msgid "used array that cannot be converted to pointer where scalar is required"
2155 msgstr ""
2156
2157 #: c-objc-common.c:351
2158 msgid "used struct type value where scalar is required"
2159 msgstr ""
2160
2161 #: c-objc-common.c:355
2162 msgid "used union type value where scalar is required"
2163 msgstr ""
2164
2165 #: c-opts.c:141
2166 #, c-format
2167 msgid "no class name specified with \"%s\""
2168 msgstr ""
2169
2170 #: c-opts.c:145
2171 #, c-format
2172 msgid "assertion missing after \"%s\""
2173 msgstr ""
2174
2175 #: c-opts.c:150
2176 #, c-format
2177 msgid "macro name missing after \"%s\""
2178 msgstr ""
2179
2180 #: c-opts.c:157
2181 #, c-format
2182 msgid "missing path after \"%s\""
2183 msgstr ""
2184
2185 #: c-opts.c:166
2186 #, c-format
2187 msgid "missing filename after \"%s\""
2188 msgstr ""
2189
2190 #: c-opts.c:171
2191 #, c-format
2192 msgid "missing makefile target after \"%s\""
2193 msgstr ""
2194
2195 #: c-opts.c:291
2196 msgid "-I- specified twice"
2197 msgstr ""
2198
2199 #: c-opts.c:692
2200 #, c-format
2201 msgid "switch \"%s\" is no longer supported"
2202 msgstr ""
2203
2204 #: c-opts.c:816
2205 msgid ""
2206 "-fhandle-exceptions has been renamed -fexceptions (and is now on by default)"
2207 msgstr ""
2208
2209 #: c-opts.c:982
2210 msgid "output filename specified twice"
2211 msgstr ""
2212
2213 #: c-opts.c:1106
2214 msgid "-Wformat-y2k ignored without -Wformat"
2215 msgstr ""
2216
2217 #: c-opts.c:1108
2218 msgid "-Wformat-extra-args ignored without -Wformat"
2219 msgstr ""
2220
2221 #: c-opts.c:1110
2222 msgid "-Wformat-zero-length ignored without -Wformat"
2223 msgstr ""
2224
2225 #: c-opts.c:1112
2226 msgid "-Wformat-nonliteral ignored without -Wformat"
2227 msgstr ""
2228
2229 #: c-opts.c:1114
2230 msgid "-Wformat-security ignored without -Wformat"
2231 msgstr ""
2232
2233 #: c-opts.c:1116
2234 msgid "-Wmissing-format-attribute ignored without -Wformat"
2235 msgstr ""
2236
2237 #: c-opts.c:1130
2238 #, c-format
2239 msgid "opening output file %s: %m"
2240 msgstr ""
2241
2242 #: c-opts.c:1135
2243 #, c-format
2244 msgid "too many filenames given.  Type %s --help for usage"
2245 msgstr ""
2246
2247 #: c-opts.c:1213
2248 msgid "YYDEBUG not defined"
2249 msgstr ""
2250
2251 #: c-opts.c:1260
2252 #, c-format
2253 msgid "opening dependency file %s: %m"
2254 msgstr ""
2255
2256 #: c-opts.c:1270
2257 #, c-format
2258 msgid "closing dependency file %s: %m"
2259 msgstr ""
2260
2261 #: c-opts.c:1273
2262 #, c-format
2263 msgid "when writing output to %s: %m"
2264 msgstr ""
2265
2266 #: c-opts.c:1343
2267 msgid "to generate dependencies you must specify either -M or -MM"
2268 msgstr ""
2269
2270 #: c-opts.c:1403
2271 msgid "<built-in>"
2272 msgstr ""
2273
2274 #: c-opts.c:1418
2275 msgid "<command line>"
2276 msgstr ""
2277
2278 #: c-opts.c:1501
2279 msgid "too late for # directive to set debug directory"
2280 msgstr ""
2281
2282 #. Like YYERROR but do call yyerror.
2283 #: c-parse.y:55 c-parse.c:5381 gengtype-yacc.c:1514 java/parse-scan.c:3063
2284 #: java/parse.c:6068 objc/objc-parse.y:55 objc/objc-parse.c:6644
2285 msgid "syntax error"
2286 msgstr ""
2287
2288 #: c-parse.c:2119 gengtype-yacc.c:545 java/parse-scan.c:1932 java/parse.c:2876
2289 #: objc/objc-parse.c:2718
2290 msgid "syntax error: cannot back up"
2291 msgstr ""
2292
2293 #: c-parse.y:321 objc/objc-parse.y:345
2294 msgid "ISO C forbids an empty source file"
2295 msgstr ""
2296
2297 #: c-parse.y:350 c-typeck.c:6025 objc/objc-parse.y:375
2298 msgid "argument of `asm' is not a constant string"
2299 msgstr ""
2300
2301 #: c-parse.y:358 objc/objc-parse.y:383
2302 msgid "ISO C forbids data definition with no type or storage class"
2303 msgstr ""
2304
2305 #: c-parse.y:360 objc/objc-parse.y:385
2306 msgid "data definition has no type or storage class"
2307 msgstr ""
2308
2309 #: c-parse.y:373 objc/objc-parse.y:398
2310 msgid "ISO C does not allow extra `;' outside of a function"
2311 msgstr ""
2312
2313 #: c-parse.y:430 cppexp.c:1253
2314 msgid "traditional C rejects the unary plus operator"
2315 msgstr ""
2316
2317 #: c-parse.y:477 objc/objc-parse.y:502
2318 msgid "`sizeof' applied to a bit-field"
2319 msgstr ""
2320
2321 #: c-parse.y:564 objc/objc-parse.y:589
2322 msgid "ISO C forbids omitting the middle term of a ?: expression"
2323 msgstr ""
2324
2325 #: c-parse.y:611 objc/objc-parse.y:636
2326 msgid "ISO C89 forbids compound literals"
2327 msgstr ""
2328
2329 #: c-parse.y:625 objc/objc-parse.y:650
2330 msgid "ISO C forbids braced-groups within expressions"
2331 msgstr ""
2332
2333 #: c-parse.y:653 objc/objc-parse.y:678
2334 msgid "first argument to __builtin_choose_expr not a constant"
2335 msgstr ""
2336
2337 #: c-parse.y:696 objc/objc-parse.y:737
2338 msgid "traditional C rejects ISO C style function definitions"
2339 msgstr ""
2340
2341 #: c-parse.y:699 c-parse.y:705 objc/objc-parse.y:740 objc/objc-parse.y:746
2342 msgid "old-style parameter declaration"
2343 msgstr ""
2344
2345 #: c-parse.y:967 c-parse.y:973 c-parse.y:979 c-parse.y:985 c-parse.y:1006
2346 #: c-parse.y:1012 c-parse.y:1018 c-parse.y:1024 c-parse.y:1057 c-parse.y:1063
2347 #: c-parse.y:1069 c-parse.y:1075 c-parse.y:1120 c-parse.y:1126 c-parse.y:1132
2348 #: c-parse.y:1138 objc/objc-parse.y:1008 objc/objc-parse.y:1014
2349 #: objc/objc-parse.y:1020 objc/objc-parse.y:1026 objc/objc-parse.y:1047
2350 #: objc/objc-parse.y:1053 objc/objc-parse.y:1059 objc/objc-parse.y:1065
2351 #: objc/objc-parse.y:1098 objc/objc-parse.y:1104 objc/objc-parse.y:1110
2352 #: objc/objc-parse.y:1116 objc/objc-parse.y:1161 objc/objc-parse.y:1167
2353 #: objc/objc-parse.y:1173 objc/objc-parse.y:1179
2354 #, c-format
2355 msgid "`%s' is not at beginning of declaration"
2356 msgstr ""
2357
2358 #: c-parse.y:1300 objc/objc-parse.y:1350
2359 msgid "`typeof' applied to a bit-field"
2360 msgstr ""
2361
2362 #: c-parse.y:1427 objc/objc-parse.y:1477
2363 msgid "ISO C forbids empty initializer braces"
2364 msgstr ""
2365
2366 #: c-parse.y:1441 objc/objc-parse.y:1491
2367 msgid "ISO C89 forbids specifying subobject to initialize"
2368 msgstr ""
2369
2370 #: c-parse.y:1444 objc/objc-parse.y:1494
2371 msgid "obsolete use of designated initializer without `='"
2372 msgstr ""
2373
2374 #: c-parse.y:1448 objc/objc-parse.y:1498
2375 msgid "obsolete use of designated initializer with `:'"
2376 msgstr ""
2377
2378 #: c-parse.y:1475 objc/objc-parse.y:1525
2379 msgid "ISO C forbids specifying range of elements to initialize"
2380 msgstr ""
2381
2382 #: c-parse.y:1483 c-parse.y:1514 objc/objc-parse.y:1533 objc/objc-parse.y:1564
2383 msgid "ISO C forbids nested functions"
2384 msgstr ""
2385
2386 #: c-parse.y:1691 objc/objc-parse.y:1743
2387 msgid "ISO C forbids forward references to `enum' types"
2388 msgstr ""
2389
2390 #: c-parse.y:1703 cp/parser.c:9356 objc/objc-parse.y:1755
2391 msgid "comma at end of enumerator list"
2392 msgstr ""
2393
2394 #: c-parse.y:1723 objc/objc-parse.y:1775
2395 msgid "no semicolon at end of struct or union"
2396 msgstr ""
2397
2398 #: c-parse.y:1732 objc/objc-parse.y:1784 objc/objc-parse.y:2846
2399 msgid "extra semicolon in struct or union specified"
2400 msgstr ""
2401
2402 #: c-parse.y:1745 objc/objc-parse.y:1800
2403 msgid "ISO C doesn't support unnamed structs/unions"
2404 msgstr ""
2405
2406 #: c-parse.y:1754 objc/objc-parse.y:1809
2407 msgid "ISO C forbids member declarations with no members"
2408 msgstr ""
2409
2410 #: c-parse.y:1915 objc/objc-parse.y:1970
2411 msgid "label at end of compound statement"
2412 msgstr ""
2413
2414 #: c-parse.y:1934 objc/objc-parse.y:1989
2415 msgid "ISO C90 forbids mixed declarations and code"
2416 msgstr ""
2417
2418 #: c-parse.y:2012 objc/objc-parse.y:2069
2419 msgid "ISO C forbids label declarations"
2420 msgstr ""
2421
2422 #: c-parse.y:2062 objc/objc-parse.y:2119
2423 msgid "braced-group within expression allowed only inside a function"
2424 msgstr ""
2425
2426 #: c-parse.y:2184 objc/objc-parse.y:2241
2427 msgid "empty body in an else-statement"
2428 msgstr ""
2429
2430 #: c-parse.y:2192 objc/objc-parse.y:2249
2431 msgid "%Hempty body in an if-statement"
2432 msgstr ""
2433
2434 #: c-parse.y:2272 cp/parser.c:6102 objc/objc-parse.y:2329
2435 msgid "break statement not within loop or switch"
2436 msgstr ""
2437
2438 #: c-parse.y:2281 cp/parser.c:6113 objc/objc-parse.y:2338
2439 msgid "continue statement not within a loop"
2440 msgstr ""
2441
2442 #: c-parse.y:2323 objc/objc-parse.y:2380
2443 msgid "ISO C forbids `goto *expr;'"
2444 msgstr ""
2445
2446 #. Gcc used to allow this as an extension.  However, it does
2447 #. not work for all targets, and thus has been disabled.
2448 #. Also, since func (...) and func () are indistinguishable,
2449 #. it caused problems with the code in expand_builtin which
2450 #. tries to verify that BUILT_IN_NEXT_ARG is being used
2451 #. correctly.
2452 #: c-parse.y:2440 objc/objc-parse.y:2548
2453 msgid "ISO C requires a named argument before `...'"
2454 msgstr ""
2455
2456 #: c-parse.y:2538 objc/objc-parse.y:2646
2457 msgid "`...' in old-style identifier list"
2458 msgstr ""
2459
2460 #: c-parse.c:5377 gengtype-yacc.c:1510 java/parse-scan.c:3059
2461 #: java/parse.c:6064 objc/objc-parse.c:6640
2462 msgid "syntax error; also virtual memory exhausted"
2463 msgstr ""
2464
2465 #: c-parse.c:5495 gengtype-yacc.c:1628 java/parse-scan.c:3177
2466 #: java/parse.c:6182 objc/objc-parse.c:6758
2467 msgid "parser stack overflow"
2468 msgstr ""
2469
2470 #: c-parse.y:2968 objc/objc-parse.y:3663
2471 #, c-format
2472 msgid "syntax error at '%s' token"
2473 msgstr ""
2474
2475 #: c-pch.c:112
2476 #, c-format
2477 msgid "can't create precompiled header %s: %m"
2478 msgstr ""
2479
2480 #: c-pch.c:132
2481 #, c-format
2482 msgid "can't write to %s: %m"
2483 msgstr ""
2484
2485 #: c-pch.c:138
2486 #, c-format
2487 msgid "`%s' is not a valid output file"
2488 msgstr ""
2489
2490 #: c-pch.c:167 c-pch.c:183 c-pch.c:195
2491 #, c-format
2492 msgid "can't write %s: %m"
2493 msgstr ""
2494
2495 #: c-pch.c:173
2496 #, c-format
2497 msgid "can't seek in %s: %m"
2498 msgstr ""
2499
2500 #: c-pch.c:181 c-pch.c:221 c-pch.c:249 c-pch.c:254 c-pch.c:324
2501 #, c-format
2502 msgid "can't read %s: %m"
2503 msgstr ""
2504
2505 #: c-pch.c:234
2506 #, c-format
2507 msgid "%s: not compatible with this GCC version"
2508 msgstr ""
2509
2510 #. It's a PCH for the wrong language.
2511 #: c-pch.c:237
2512 #, c-format
2513 msgid "%s: not for %s"
2514 msgstr ""
2515
2516 #. Not any kind of PCH.
2517 #: c-pch.c:241
2518 #, c-format
2519 msgid "%s: not a PCH file"
2520 msgstr ""
2521
2522 #: c-pch.c:260
2523 #, c-format
2524 msgid "%s: created on host `%.*s', but used on host `%s'"
2525 msgstr ""
2526
2527 #: c-pch.c:270
2528 #, c-format
2529 msgid "%s: created for target `%.*s', but used for target `%s'"
2530 msgstr ""
2531
2532 #: c-pch.c:283
2533 #, c-format
2534 msgid "%s: created by version `%.*s', but this is version `%s'"
2535 msgstr ""
2536
2537 #: c-pch.c:299
2538 #, c-format
2539 msgid "%s: created with -g%s, but used with -g%s"
2540 msgstr ""
2541
2542 #: c-pch.c:313
2543 #, c-format
2544 msgid "%s: had text segment at different address"
2545 msgstr ""
2546
2547 #: c-pch.c:330 cpperror.c:176 gcc.c:6547
2548 #, c-format
2549 msgid "%s: %s"
2550 msgstr ""
2551
2552 #: c-pch.c:361
2553 msgid "calling fdopen"
2554 msgstr ""
2555
2556 #: c-pch.c:369 c-pch.c:381
2557 msgid "reading"
2558 msgstr ""
2559
2560 #: c-pragma.c:106
2561 msgid ""
2562 "#pragma pack (pop) encountered without matching #pragma pack (push, <n>)"
2563 msgstr ""
2564
2565 #: c-pragma.c:124
2566 #, c-format
2567 msgid ""
2568 "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s, "
2569 "<n>)"
2570 msgstr ""
2571
2572 #: c-pragma.c:144
2573 msgid "#pragma pack(push[, id], <n>) is not supported on this target"
2574 msgstr ""
2575
2576 #: c-pragma.c:146
2577 msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
2578 msgstr ""
2579
2580 #: c-pragma.c:165
2581 msgid "missing '(' after '#pragma pack' - ignored"
2582 msgstr ""
2583
2584 #: c-pragma.c:178 c-pragma.c:228
2585 msgid "malformed '#pragma pack' - ignored"
2586 msgstr ""
2587
2588 #: c-pragma.c:183
2589 msgid "malformed '#pragma pack(push[, id], <n>)' - ignored"
2590 msgstr ""
2591
2592 #: c-pragma.c:185
2593 msgid "malformed '#pragma pack(pop[, id])' - ignored"
2594 msgstr ""
2595
2596 #: c-pragma.c:194
2597 #, c-format
2598 msgid "unknown action '%s' for '#pragma pack' - ignored"
2599 msgstr ""
2600
2601 #: c-pragma.c:231
2602 msgid "junk at end of '#pragma pack'"
2603 msgstr ""
2604
2605 #: c-pragma.c:245
2606 #, c-format
2607 msgid "alignment must be a small power of two, not %d"
2608 msgstr ""
2609
2610 #: c-pragma.c:278
2611 msgid ""
2612 "%Japplying #pragma weak '%D' after first use results in unspecified behavior"
2613 msgstr ""
2614
2615 #: c-pragma.c:325 c-pragma.c:330
2616 msgid "malformed #pragma weak, ignored"
2617 msgstr ""
2618
2619 #: c-pragma.c:334
2620 msgid "junk at end of #pragma weak"
2621 msgstr ""
2622
2623 #: c-pragma.c:367 c-pragma.c:372
2624 msgid "malformed #pragma redefine_extname, ignored"
2625 msgstr ""
2626
2627 #: c-pragma.c:377
2628 msgid "junk at end of #pragma redefine_extname"
2629 msgstr ""
2630
2631 #: c-pragma.c:384 c-pragma.c:462
2632 msgid "#pragma redefine_extname conflicts with declaration"
2633 msgstr ""
2634
2635 #: c-pragma.c:413
2636 msgid "malformed #pragma extern_prefix, ignored"
2637 msgstr ""
2638
2639 #: c-pragma.c:418
2640 msgid "junk at end of #pragma extern_prefix"
2641 msgstr ""
2642
2643 #: c-pragma.c:449
2644 msgid "asm declaration conflicts with previous rename"
2645 msgstr ""
2646
2647 #: c-semantics.c:697
2648 msgid "destructor needed for `%D'"
2649 msgstr ""
2650
2651 #: c-semantics.c:698
2652 msgid "where case label appears here"
2653 msgstr ""
2654
2655 #: c-semantics.c:701
2656 msgid ""
2657 "(enclose actions of previous case statements requiring destructors in their "
2658 "own scope.)"
2659 msgstr ""
2660
2661 #: c-semantics.c:737 c-typeck.c:6047 cp/semantics.c:1070
2662 #, c-format
2663 msgid "%s qualifier ignored on asm"
2664 msgstr ""
2665
2666 #: c-semantics.c:991
2667 msgid "will never be executed"
2668 msgstr ""
2669
2670 #: c-typeck.c:119
2671 #, c-format
2672 msgid "`%s' has an incomplete type"
2673 msgstr ""
2674
2675 #: c-typeck.c:141 cp/call.c:2532
2676 msgid "invalid use of void expression"
2677 msgstr ""
2678
2679 #: c-typeck.c:149
2680 msgid "invalid use of flexible array member"
2681 msgstr ""
2682
2683 #: c-typeck.c:155
2684 msgid "invalid use of array with unspecified bounds"
2685 msgstr ""
2686
2687 #: c-typeck.c:163
2688 #, c-format
2689 msgid "invalid use of undefined type `%s %s'"
2690 msgstr ""
2691
2692 #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
2693 #: c-typeck.c:167
2694 #, c-format
2695 msgid "invalid use of incomplete typedef `%s'"
2696 msgstr ""
2697
2698 #: c-typeck.c:414 c-typeck.c:429
2699 msgid "function types not truly compatible in ISO C"
2700 msgstr ""
2701
2702 #: c-typeck.c:610
2703 msgid "types are not quite compatible"
2704 msgstr ""
2705
2706 #: c-typeck.c:819
2707 msgid "function return types not compatible due to `volatile'"
2708 msgstr ""
2709
2710 #: c-typeck.c:965 c-typeck.c:2142
2711 msgid "arithmetic on pointer to an incomplete type"
2712 msgstr ""
2713
2714 #: c-typeck.c:1338
2715 #, c-format
2716 msgid "%s has no member named `%s'"
2717 msgstr ""
2718
2719 #: c-typeck.c:1374
2720 #, c-format
2721 msgid "request for member `%s' in something not a structure or union"
2722 msgstr ""
2723
2724 #: c-typeck.c:1403
2725 msgid "dereferencing pointer to incomplete type"
2726 msgstr ""
2727
2728 #: c-typeck.c:1407
2729 msgid "dereferencing `void *' pointer"
2730 msgstr ""
2731
2732 #: c-typeck.c:1424 cp/typeck.c:2104
2733 #, c-format
2734 msgid "invalid type argument of `%s'"
2735 msgstr ""
2736
2737 #: c-typeck.c:1442 cp/typeck.c:2129
2738 msgid "subscript missing in array reference"
2739 msgstr ""
2740
2741 #: c-typeck.c:1463 cp/typeck.c:2171
2742 msgid "array subscript has type `char'"
2743 msgstr ""
2744
2745 #: c-typeck.c:1471 c-typeck.c:1560 cp/typeck.c:2175 cp/typeck.c:2261
2746 msgid "array subscript is not an integer"
2747 msgstr ""
2748
2749 #: c-typeck.c:1504
2750 msgid "ISO C forbids subscripting `register' array"
2751 msgstr ""
2752
2753 #: c-typeck.c:1506
2754 msgid "ISO C90 forbids subscripting non-lvalue array"
2755 msgstr ""
2756
2757 #: c-typeck.c:1539
2758 msgid "subscript has type `char'"
2759 msgstr ""
2760
2761 #: c-typeck.c:1555 cp/typeck.c:2256
2762 msgid "subscripted value is neither array nor pointer"
2763 msgstr ""
2764
2765 #: c-typeck.c:1585
2766 #, c-format
2767 msgid "local declaration of `%s' hides instance variable"
2768 msgstr ""
2769
2770 #: c-typeck.c:1678
2771 msgid "called object is not a function"
2772 msgstr ""
2773
2774 #. This situation leads to run-time undefined behavior.  We can't,
2775 #. therefore, simply error unless we can prove that all possible
2776 #. executions of the program must execute the code.
2777 #: c-typeck.c:1710
2778 msgid "function called through a non-compatible type"
2779 msgstr ""
2780
2781 #: c-typeck.c:1804 cp/typeck.c:2544
2782 msgid "too many arguments to function"
2783 msgstr ""
2784
2785 #: c-typeck.c:1825
2786 #, c-format
2787 msgid "type of formal parameter %d is incomplete"
2788 msgstr ""
2789
2790 #: c-typeck.c:1838
2791 #, c-format
2792 msgid "%s as integer rather than floating due to prototype"
2793 msgstr ""
2794
2795 #: c-typeck.c:1841
2796 #, c-format
2797 msgid "%s as integer rather than complex due to prototype"
2798 msgstr ""
2799
2800 #: c-typeck.c:1844
2801 #, c-format
2802 msgid "%s as complex rather than floating due to prototype"
2803 msgstr ""
2804
2805 #: c-typeck.c:1847
2806 #, c-format
2807 msgid "%s as floating rather than integer due to prototype"
2808 msgstr ""
2809
2810 #: c-typeck.c:1850
2811 #, c-format
2812 msgid "%s as complex rather than integer due to prototype"
2813 msgstr ""
2814
2815 #: c-typeck.c:1853
2816 #, c-format
2817 msgid "%s as floating rather than complex due to prototype"
2818 msgstr ""
2819
2820 #: c-typeck.c:1863
2821 #, c-format
2822 msgid "%s as `float' rather than `double' due to prototype"
2823 msgstr ""
2824
2825 #: c-typeck.c:1881
2826 #, c-format
2827 msgid "%s with different width due to prototype"
2828 msgstr ""
2829
2830 #: c-typeck.c:1907
2831 #, c-format
2832 msgid "%s as unsigned due to prototype"
2833 msgstr ""
2834
2835 #: c-typeck.c:1909
2836 #, c-format
2837 msgid "%s as signed due to prototype"
2838 msgstr ""
2839
2840 #: c-typeck.c:1943 cp/typeck.c:2650
2841 msgid "too few arguments to function"
2842 msgstr ""
2843
2844 #: c-typeck.c:1983
2845 msgid "suggest parentheses around + or - inside shift"
2846 msgstr ""
2847
2848 #: c-typeck.c:1990
2849 msgid "suggest parentheses around && within ||"
2850 msgstr ""
2851
2852 #: c-typeck.c:1999
2853 msgid "suggest parentheses around arithmetic in operand of |"
2854 msgstr ""
2855
2856 #: c-typeck.c:2002
2857 msgid "suggest parentheses around comparison in operand of |"
2858 msgstr ""
2859
2860 #: c-typeck.c:2011
2861 msgid "suggest parentheses around arithmetic in operand of ^"
2862 msgstr ""
2863
2864 #: c-typeck.c:2014
2865 msgid "suggest parentheses around comparison in operand of ^"
2866 msgstr ""
2867
2868 #: c-typeck.c:2021
2869 msgid "suggest parentheses around + or - in operand of &"
2870 msgstr ""
2871
2872 #: c-typeck.c:2024
2873 msgid "suggest parentheses around comparison in operand of &"
2874 msgstr ""
2875
2876 #: c-typeck.c:2031
2877 msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
2878 msgstr ""
2879
2880 #: c-typeck.c:2094
2881 msgid "pointer of type `void *' used in subtraction"
2882 msgstr ""
2883
2884 #: c-typeck.c:2096
2885 msgid "pointer to a function used in subtraction"
2886 msgstr ""
2887
2888 #: c-typeck.c:2190
2889 msgid "wrong type argument to unary plus"
2890 msgstr ""
2891
2892 #: c-typeck.c:2203
2893 msgid "wrong type argument to unary minus"
2894 msgstr ""
2895
2896 #: c-typeck.c:2220
2897 msgid "ISO C does not support `~' for complex conjugation"
2898 msgstr ""
2899
2900 #: c-typeck.c:2226
2901 msgid "wrong type argument to bit-complement"
2902 msgstr ""
2903
2904 #: c-typeck.c:2234
2905 msgid "wrong type argument to abs"
2906 msgstr ""
2907
2908 #: c-typeck.c:2246
2909 msgid "wrong type argument to conjugation"
2910 msgstr ""
2911
2912 #: c-typeck.c:2260
2913 msgid "wrong type argument to unary exclamation mark"
2914 msgstr ""
2915
2916 #: c-typeck.c:2297
2917 msgid "ISO C does not support `++' and `--' on complex types"
2918 msgstr ""
2919
2920 #: c-typeck.c:2312 c-typeck.c:2344
2921 msgid "wrong type argument to increment"
2922 msgstr ""
2923
2924 #: c-typeck.c:2314 c-typeck.c:2346
2925 msgid "wrong type argument to decrement"
2926 msgstr ""
2927
2928 #: c-typeck.c:2335
2929 msgid "increment of pointer to unknown structure"
2930 msgstr ""
2931
2932 #: c-typeck.c:2337
2933 msgid "decrement of pointer to unknown structure"
2934 msgstr ""
2935
2936 #: c-typeck.c:2405
2937 msgid "invalid lvalue in unary `&'"
2938 msgstr ""
2939
2940 #: c-typeck.c:2437
2941 #, c-format
2942 msgid "attempt to take address of bit-field structure member `%s'"
2943 msgstr ""
2944
2945 #: c-typeck.c:2530
2946 #, c-format
2947 msgid "%s of read-only member `%s'"
2948 msgstr ""
2949
2950 #: c-typeck.c:2534
2951 #, c-format
2952 msgid "%s of read-only variable `%s'"
2953 msgstr ""
2954
2955 #: c-typeck.c:2537
2956 #, c-format
2957 msgid "%s of read-only location"
2958 msgstr ""
2959
2960 #: c-typeck.c:2555
2961 #, c-format
2962 msgid "cannot take address of bit-field `%s'"
2963 msgstr ""
2964
2965 #: c-typeck.c:2583 treelang/treetree.c:946
2966 #, c-format
2967 msgid "global register variable `%s' used in nested function"
2968 msgstr ""
2969
2970 #: c-typeck.c:2587 treelang/treetree.c:950
2971 #, c-format
2972 msgid "register variable `%s' used in nested function"
2973 msgstr ""
2974
2975 #: c-typeck.c:2594 treelang/treetree.c:957
2976 #, c-format
2977 msgid "address of global register variable `%s' requested"
2978 msgstr ""
2979
2980 #: c-typeck.c:2606
2981 msgid "cannot put object with volatile field into register"
2982 msgstr ""
2983
2984 #: c-typeck.c:2610 treelang/treetree.c:962
2985 #, c-format
2986 msgid "address of register variable `%s' requested"
2987 msgstr ""
2988
2989 #: c-typeck.c:2659
2990 msgid "non-lvalue array in conditional expression"
2991 msgstr ""
2992
2993 #: c-typeck.c:2703
2994 msgid "signed and unsigned type in conditional expression"
2995 msgstr ""
2996
2997 #: c-typeck.c:2710
2998 msgid "ISO C forbids conditional expr with only one void side"
2999 msgstr ""
3000
3001 #: c-typeck.c:2726 c-typeck.c:2733
3002 msgid "ISO C forbids conditional expr between `void *' and function pointer"
3003 msgstr ""
3004
3005 #: c-typeck.c:2739
3006 msgid "pointer type mismatch in conditional expression"
3007 msgstr ""
3008
3009 #: c-typeck.c:2746 c-typeck.c:2756
3010 msgid "pointer/integer type mismatch in conditional expression"
3011 msgstr ""
3012
3013 #: c-typeck.c:2770
3014 msgid "type mismatch in conditional expression"
3015 msgstr ""
3016
3017 #: c-typeck.c:2830
3018 msgid "left-hand operand of comma expression has no effect"
3019 msgstr ""
3020
3021 #: c-typeck.c:2861
3022 msgid "cast specifies array type"
3023 msgstr ""
3024
3025 #: c-typeck.c:2867
3026 msgid "cast specifies function type"
3027 msgstr ""
3028
3029 #: c-typeck.c:2877
3030 msgid "ISO C forbids casting nonscalar to the same type"
3031 msgstr ""
3032
3033 #: c-typeck.c:2895
3034 msgid "ISO C forbids casts to union type"
3035 msgstr ""
3036
3037 #: c-typeck.c:2903
3038 msgid "cast to union type from type not present in union"
3039 msgstr ""
3040
3041 #: c-typeck.c:2954
3042 msgid "cast adds new qualifiers to function type"
3043 msgstr ""
3044
3045 #. There are qualifiers present in IN_OTYPE that are not
3046 #. present in IN_TYPE.
3047 #: c-typeck.c:2959
3048 msgid "cast discards qualifiers from pointer target type"
3049 msgstr ""
3050
3051 #: c-typeck.c:2974
3052 msgid "cast increases required alignment of target type"
3053 msgstr ""
3054
3055 #: c-typeck.c:2980 cp/typeck.c:4889
3056 msgid "cast from pointer to integer of different size"
3057 msgstr ""
3058
3059 #: c-typeck.c:2985
3060 msgid "cast does not match function type"
3061 msgstr ""
3062
3063 #: c-typeck.c:2992 cp/typeck.c:4896
3064 msgid "cast to pointer from integer of different size"
3065 msgstr ""
3066
3067 #: c-typeck.c:3004
3068 msgid "type-punning to incomplete type might break strict-aliasing rules"
3069 msgstr ""
3070
3071 #: c-typeck.c:3008
3072 msgid "dereferencing type-punned pointer will break strict-aliasing rules"
3073 msgstr ""
3074
3075 #: c-typeck.c:3019
3076 msgid "ISO C forbids conversion of function pointer to object pointer type"
3077 msgstr ""
3078
3079 #: c-typeck.c:3028
3080 msgid "ISO C forbids conversion of object pointer to function pointer type"
3081 msgstr ""
3082
3083 #: c-typeck.c:3111
3084 msgid "invalid lvalue in assignment"
3085 msgstr ""
3086
3087 #. Convert new value to destination type.
3088 #. Check this here to avoid odd errors when trying to convert
3089 #. a throw to the type of the COND_EXPR.
3090 #. Now we have handled acceptable kinds of LHS that are not truly lvalues.
3091 #. Reject anything strange now.
3092 #: c-typeck.c:3120 c-typeck.c:3145 c-typeck.c:3162 cp/typeck.c:5008
3093 #: cp/typeck.c:5152
3094 msgid "assignment"
3095 msgstr ""
3096
3097 #: c-typeck.c:3229
3098 msgid "cannot pass rvalue to reference parameter"
3099 msgstr ""
3100
3101 #: c-typeck.c:3338 c-typeck.c:3414
3102 #, c-format
3103 msgid "%s makes qualified function pointer from unqualified"
3104 msgstr ""
3105
3106 #: c-typeck.c:3342 c-typeck.c:3394
3107 #, c-format
3108 msgid "%s discards qualifiers from pointer target type"
3109 msgstr ""
3110
3111 #: c-typeck.c:3348
3112 msgid "ISO C prohibits argument conversion to union type"
3113 msgstr ""
3114
3115 #: c-typeck.c:3386
3116 #, c-format
3117 msgid "ISO C forbids %s between function pointer and `void *'"
3118 msgstr ""
3119
3120 #: c-typeck.c:3403
3121 #, c-format
3122 msgid "pointer targets in %s differ in signedness"
3123 msgstr ""
3124
3125 #: c-typeck.c:3419
3126 #, c-format
3127 msgid "%s from incompatible pointer type"
3128 msgstr ""
3129
3130 #: c-typeck.c:3425 c-typeck.c:3932 cp/typeck.c:1366
3131 msgid "invalid use of non-lvalue array"
3132 msgstr ""
3133
3134 #: c-typeck.c:3439
3135 #, c-format
3136 msgid "%s makes pointer from integer without a cast"
3137 msgstr ""
3138
3139 #: c-typeck.c:3446
3140 #, c-format
3141 msgid "%s makes integer from pointer without a cast"
3142 msgstr ""
3143
3144 #: c-typeck.c:3460 c-typeck.c:3463
3145 #, c-format
3146 msgid "incompatible type for argument %d of `%s'"
3147 msgstr ""
3148
3149 #: c-typeck.c:3467
3150 #, c-format
3151 msgid "incompatible type for argument %d of indirect function call"
3152 msgstr ""
3153
3154 #: c-typeck.c:3471
3155 #, c-format
3156 msgid "incompatible types in %s"
3157 msgstr ""
3158
3159 #. Function name is known; supply it.
3160 #: c-typeck.c:3527
3161 #, c-format
3162 msgid "passing arg of `%s'"
3163 msgstr ""
3164
3165 #. Function name unknown (call through ptr).
3166 #: c-typeck.c:3536
3167 msgid "passing arg of pointer to function"
3168 msgstr ""
3169
3170 #. Function name is known; supply it.
3171 #: c-typeck.c:3544
3172 #, c-format
3173 msgid "passing arg %d of `%s'"
3174 msgstr ""
3175
3176 #. Function name unknown (call through ptr); just give arg number.
3177 #: c-typeck.c:3553
3178 #, c-format
3179 msgid "passing arg %d of pointer to function"
3180 msgstr ""
3181
3182 #: c-typeck.c:3610
3183 msgid "traditional C rejects automatic aggregate initialization"
3184 msgstr ""
3185
3186 #: c-typeck.c:3781 c-typeck.c:3796 c-typeck.c:3811
3187 #, c-format
3188 msgid "(near initialization for `%s')"
3189 msgstr ""
3190
3191 #: c-typeck.c:3860 cp/typeck2.c:560
3192 msgid "char-array initialized from wide string"
3193 msgstr ""
3194
3195 #: c-typeck.c:3867 cp/typeck2.c:567
3196 msgid "int-array initialized from non-wide string"
3197 msgstr ""
3198
3199 #: c-typeck.c:3885 cp/typeck2.c:582
3200 msgid "initializer-string for array of chars is too long"
3201 msgstr ""
3202
3203 #: c-typeck.c:3955
3204 msgid "array initialized from non-constant array expression"
3205 msgstr ""
3206
3207 #: c-typeck.c:3972 c-typeck.c:3974 c-typeck.c:3990 c-typeck.c:4011
3208 #: c-typeck.c:5393
3209 msgid "initializer element is not constant"
3210 msgstr ""
3211
3212 #: c-typeck.c:4006
3213 msgid "initialization"
3214 msgstr ""
3215
3216 #: c-typeck.c:4017 c-typeck.c:5398
3217 msgid "initializer element is not computable at load time"
3218 msgstr ""
3219
3220 #: c-typeck.c:4032 cp/typeck2.c:659
3221 msgid "invalid initializer"
3222 msgstr ""
3223
3224 #: c-typeck.c:4317 cp/decl.c:4465
3225 msgid "opaque vector types cannot be initialized"
3226 msgstr ""
3227
3228 #: c-typeck.c:4511
3229 msgid "extra brace group at end of initializer"
3230 msgstr ""
3231
3232 #: c-typeck.c:4531
3233 msgid "missing braces around initializer"
3234 msgstr ""
3235
3236 #: c-typeck.c:4591
3237 msgid "braces around scalar initializer"
3238 msgstr ""
3239
3240 #: c-typeck.c:4638
3241 msgid "initialization of flexible array member in a nested context"
3242 msgstr ""
3243
3244 #: c-typeck.c:4640
3245 msgid "initialization of a flexible array member"
3246 msgstr ""
3247
3248 #: c-typeck.c:4671
3249 msgid "missing initializer"
3250 msgstr ""
3251
3252 #: c-typeck.c:4697
3253 msgid "empty scalar initializer"
3254 msgstr ""
3255
3256 #: c-typeck.c:4702
3257 msgid "extra elements in scalar initializer"
3258 msgstr ""
3259
3260 #: c-typeck.c:4787
3261 msgid "initialization designators may not nest"
3262 msgstr ""
3263
3264 #: c-typeck.c:4808 c-typeck.c:4876
3265 msgid "array index in non-array initializer"
3266 msgstr ""
3267
3268 #: c-typeck.c:4813 c-typeck.c:4929
3269 msgid "field name not in record or union initializer"
3270 msgstr ""
3271
3272 #: c-typeck.c:4872 c-typeck.c:4874
3273 msgid "nonconstant array index in initializer"
3274 msgstr ""
3275
3276 #: c-typeck.c:4878 c-typeck.c:4881
3277 msgid "array index in initializer exceeds array bounds"
3278 msgstr ""
3279
3280 #: c-typeck.c:4892
3281 msgid "empty index range in initializer"
3282 msgstr ""
3283
3284 #: c-typeck.c:4901
3285 msgid "array index range in initializer exceeds array bounds"
3286 msgstr ""
3287
3288 #: c-typeck.c:4941
3289 #, c-format
3290 msgid "unknown field `%s' specified in initializer"
3291 msgstr ""
3292
3293 #: c-typeck.c:4977 c-typeck.c:4998 c-typeck.c:5460
3294 msgid "initialized field with side-effects overwritten"
3295 msgstr ""
3296
3297 #: c-typeck.c:5668
3298 msgid "excess elements in char array initializer"
3299 msgstr ""
3300
3301 #: c-typeck.c:5675 c-typeck.c:5721
3302 msgid "excess elements in struct initializer"
3303 msgstr ""
3304
3305 #: c-typeck.c:5736
3306 msgid "non-static initialization of a flexible array member"
3307 msgstr ""
3308
3309 #: c-typeck.c:5803
3310 msgid "excess elements in union initializer"
3311 msgstr ""
3312
3313 #: c-typeck.c:5824
3314 msgid "traditional C rejects initialization of unions"
3315 msgstr ""
3316
3317 #: c-typeck.c:5887
3318 msgid "excess elements in array initializer"
3319 msgstr ""
3320
3321 #: c-typeck.c:5916
3322 msgid "excess elements in vector initializer"
3323 msgstr ""
3324
3325 #: c-typeck.c:5938
3326 msgid "excess elements in scalar initializer"
3327 msgstr ""
3328
3329 #: c-typeck.c:6040
3330 msgid "asm template is not a string constant"
3331 msgstr ""
3332
3333 #: c-typeck.c:6072
3334 msgid "invalid lvalue in asm statement"
3335 msgstr ""
3336
3337 #: c-typeck.c:6144
3338 msgid "modification by `asm'"
3339 msgstr ""
3340
3341 #: c-typeck.c:6162 cp/typeck.c:5926
3342 msgid "function declared `noreturn' has a `return' statement"
3343 msgstr ""
3344
3345 #: c-typeck.c:6169
3346 msgid "`return' with no value, in function returning non-void"
3347 msgstr ""
3348
3349 #: c-typeck.c:6175
3350 msgid "`return' with a value, in function returning void"
3351 msgstr ""
3352
3353 #: c-typeck.c:6179
3354 msgid "return"
3355 msgstr ""
3356
3357 #: c-typeck.c:6231
3358 msgid "function returns address of local variable"
3359 msgstr ""
3360
3361 #: c-typeck.c:6286 cp/semantics.c:749
3362 msgid "switch quantity not an integer"
3363 msgstr ""
3364
3365 #: c-typeck.c:6296
3366 msgid "`long' switch expression not converted to `int' in ISO C"
3367 msgstr ""
3368
3369 #: c-typeck.c:6337 cp/parser.c:5612
3370 msgid "case label not within a switch statement"
3371 msgstr ""
3372
3373 #: c-typeck.c:6339
3374 msgid "`default' label not within a switch statement"
3375 msgstr ""
3376
3377 #: c-typeck.c:6491 c-typeck.c:6525
3378 msgid "division by zero"
3379 msgstr ""
3380
3381 #: c-typeck.c:6570 cp/typeck.c:2928
3382 msgid "right shift count is negative"
3383 msgstr ""
3384
3385 #: c-typeck.c:6577 cp/typeck.c:2934
3386 msgid "right shift count >= width of type"
3387 msgstr ""
3388
3389 #: c-typeck.c:6598 cp/typeck.c:2953
3390 msgid "left shift count is negative"
3391 msgstr ""
3392
3393 #: c-typeck.c:6601 cp/typeck.c:2955
3394 msgid "left shift count >= width of type"
3395 msgstr ""
3396
3397 #: c-typeck.c:6622
3398 msgid "shift count is negative"
3399 msgstr ""
3400
3401 #: c-typeck.c:6624
3402 msgid "shift count >= width of type"
3403 msgstr ""
3404
3405 #: c-typeck.c:6641 cp/typeck.c:2990
3406 msgid "comparing floating point with == or != is unsafe"
3407 msgstr ""
3408
3409 #: c-typeck.c:6667 c-typeck.c:6673
3410 msgid "ISO C forbids comparison of `void *' with function pointer"
3411 msgstr ""
3412
3413 #: c-typeck.c:6676 c-typeck.c:6716 c-typeck.c:6744
3414 msgid "comparison of distinct pointer types lacks a cast"
3415 msgstr ""
3416
3417 #: c-typeck.c:6690 c-typeck.c:6695 c-typeck.c:6764 c-typeck.c:6769
3418 msgid "comparison between pointer and integer"
3419 msgstr ""
3420
3421 #: c-typeck.c:6711 c-typeck.c:6739
3422 msgid "ISO C forbids ordered comparisons of pointers to functions"
3423 msgstr ""
3424
3425 #: c-typeck.c:6736
3426 msgid "comparison of complete and incomplete pointers"
3427 msgstr ""
3428
3429 #: c-typeck.c:6752 c-typeck.c:6759
3430 msgid "ordered comparison of pointer with integer zero"
3431 msgstr ""
3432
3433 #: c-typeck.c:6783 cp/typeck.c:3126
3434 msgid "unordered comparison on non-floating point argument"
3435 msgstr ""
3436
3437 #: c-typeck.c:6996
3438 msgid "comparison between signed and unsigned"
3439 msgstr ""
3440
3441 #: c-typeck.c:7042 cp/typeck.c:3373
3442 msgid "comparison of promoted ~unsigned with constant"
3443 msgstr ""
3444
3445 #: c-typeck.c:7050 cp/typeck.c:3381
3446 msgid "comparison of promoted ~unsigned with unsigned"
3447 msgstr ""
3448
3449 #: calls.c:1838
3450 msgid "%Jinlining failed in call to '%F'"
3451 msgstr ""
3452
3453 #: calls.c:1839 calls.c:2208 tree-inline.c:1339 tree-inline.c:1346
3454 msgid "called from here"
3455 msgstr ""
3456
3457 #: calls.c:2207
3458 msgid "%Jcan't inline call to '%F'"
3459 msgstr ""
3460
3461 #: calls.c:2216
3462 msgid ""
3463 "ignoring return value of `%D', declared with attribute warn_unused_result"
3464 msgstr ""
3465
3466 #: calls.c:2229
3467 msgid ""
3468 "ignoring return value of function declared with attribute warn_unused_result"
3469 msgstr ""
3470
3471 #: calls.c:2239
3472 msgid "function call has aggregate value"
3473 msgstr ""
3474
3475 #: cfghooks.c:73
3476 #, c-format
3477 msgid "bb %d on wrong place"
3478 msgstr ""
3479
3480 #: cfghooks.c:79
3481 #, c-format
3482 msgid "prev_bb of %d should be %d, not %d"
3483 msgstr ""
3484
3485 #: cfghooks.c:95
3486 #, c-format
3487 msgid "verify_flow_info: Wrong count of block %i %i"
3488 msgstr ""
3489
3490 #: cfghooks.c:101
3491 #, c-format
3492 msgid "verify_flow_info: Wrong frequency of block %i %i"
3493 msgstr ""
3494
3495 #: cfghooks.c:109
3496 #, c-format
3497 msgid "verify_flow_info: Duplicate edge %i->%i"
3498 msgstr ""
3499
3500 #: cfghooks.c:115
3501 #, c-format
3502 msgid "verify_flow_info: Wrong probability of edge %i->%i %i"
3503 msgstr ""
3504
3505 #: cfghooks.c:121
3506 #, c-format
3507 msgid "verify_flow_info: Wrong count of edge %i->%i %i"
3508 msgstr ""
3509
3510 #: cfghooks.c:133
3511 #, c-format
3512 msgid "verify_flow_info: Basic block %d succ edge is corrupted"
3513 msgstr ""
3514
3515 #: cfghooks.c:147 cfgrtl.c:1914
3516 #, c-format
3517 msgid "Wrong amount of branch edges after unconditional jump %i"
3518 msgstr ""
3519
3520 #: cfghooks.c:155
3521 #, c-format
3522 msgid "basic block %d pred edge is corrupted"
3523 msgstr ""
3524
3525 #: cfghooks.c:181
3526 #, c-format
3527 msgid "basic block %i edge lists are corrupted"
3528 msgstr ""
3529
3530 #: cfghooks.c:195
3531 msgid "verify_flow_info failed"
3532 msgstr ""
3533
3534 #: cfghooks.c:255
3535 #, c-format
3536 msgid "%s does not support redirect_edge_and_branch."
3537 msgstr ""
3538
3539 #: cfghooks.c:273
3540 #, c-format
3541 msgid "%s does not support redirect_edge_and_branch_force."
3542 msgstr ""
3543
3544 #: cfghooks.c:292
3545 #, c-format
3546 msgid "%s does not support split_block."
3547 msgstr ""
3548
3549 #: cfghooks.c:332
3550 #, c-format
3551 msgid "%s does not support move_block_after."
3552 msgstr ""
3553
3554 #: cfghooks.c:345
3555 #, c-format
3556 msgid "%s does not support delete_basic_block."
3557 msgstr ""
3558
3559 #: cfghooks.c:378
3560 #, c-format
3561 msgid "%s does not support split_edge."
3562 msgstr ""
3563
3564 #: cfghooks.c:407
3565 #, c-format
3566 msgid "%s does not support create_basic_block."
3567 msgstr ""
3568
3569 #: cfghooks.c:435
3570 #, c-format
3571 msgid "%s does not support can_merge_blocks_p."
3572 msgstr ""
3573
3574 #: cfghooks.c:450
3575 #, c-format
3576 msgid "%s does not support merge_blocks."
3577 msgstr ""
3578
3579 #: cfghooks.c:494
3580 #, c-format
3581 msgid "%s does not support make_forwarder_block."
3582 msgstr ""
3583
3584 #: cfgloop.c:1104
3585 #, c-format
3586 msgid "Size of loop %d should be %d, not %d."
3587 msgstr ""
3588
3589 #: cfgloop.c:1123
3590 #, c-format
3591 msgid "Bb %d do not belong to loop %d."
3592 msgstr ""
3593
3594 #: cfgloop.c:1141
3595 #, c-format
3596 msgid "Loop %d's header does not have exactly 2 entries."
3597 msgstr ""
3598
3599 #: cfgloop.c:1149
3600 #, c-format
3601 msgid "Loop %d's latch does not have exactly 1 successor."
3602 msgstr ""
3603
3604 #: cfgloop.c:1154
3605 #, c-format
3606 msgid "Loop %d's latch does not have header as successor."
3607 msgstr ""
3608
3609 #: cfgloop.c:1159
3610 #, c-format
3611 msgid "Loop %d's latch does not belong directly to it."
3612 msgstr ""
3613
3614 #: cfgloop.c:1165
3615 #, c-format
3616 msgid "Loop %d's header does not belong directly to it."
3617 msgstr ""
3618
3619 #: cfgloop.c:1171
3620 #, c-format
3621 msgid "Loop %d's latch is marked as part of irreducible region."
3622 msgstr ""
3623
3624 #: cfgloop.c:1201
3625 #, c-format
3626 msgid "Basic block %d should be marked irreducible."
3627 msgstr ""
3628
3629 #: cfgloop.c:1207
3630 #, c-format
3631 msgid "Basic block %d should not be marked irreducible."
3632 msgstr ""
3633
3634 #: cfgloop.c:1215
3635 #, c-format
3636 msgid "Edge from %d to %d should be marked irreducible."
3637 msgstr ""
3638
3639 #: cfgloop.c:1222
3640 #, c-format
3641 msgid "Edge from %d to %d should not be marked irreducible."
3642 msgstr ""
3643
3644 #: cfgrtl.c:1820
3645 #, c-format
3646 msgid "end insn %d for block %d not found in the insn stream"
3647 msgstr ""
3648
3649 #: cfgrtl.c:1834
3650 #, c-format
3651 msgid "insn %d is in multiple basic blocks (%d and %d)"
3652 msgstr ""
3653
3654 #: cfgrtl.c:1846
3655 #, c-format
3656 msgid "head insn %d for block %d not found in the insn stream"
3657 msgstr ""
3658
3659 #: cfgrtl.c:1868
3660 msgid "verify_flow_info: REG_BR_PROB does not match cfg %wi %i"
3661 msgstr ""
3662
3663 #: cfgrtl.c:1896
3664 #, c-format
3665 msgid "Missing REG_EH_REGION note in the end of bb %i"
3666 msgstr ""
3667
3668 #: cfgrtl.c:1904
3669 #, c-format
3670 msgid "Too many outgoing branch edges from bb %i"
3671 msgstr ""
3672
3673 #: cfgrtl.c:1909
3674 #, c-format
3675 msgid "Fallthru edge after unconditional jump %i"
3676 msgstr ""
3677
3678 #: cfgrtl.c:1920
3679 #, c-format
3680 msgid "Wrong amount of branch edges after conditional jump %i"
3681 msgstr ""
3682
3683 #: cfgrtl.c:1925
3684 #, c-format
3685 msgid "Call edges for non-call insn in bb %i"
3686 msgstr ""
3687
3688 #: cfgrtl.c:1934
3689 #, c-format
3690 msgid "Abnormal edges for no purpose in bb %i"
3691 msgstr ""
3692
3693 #: cfgrtl.c:1944
3694 #, c-format
3695 msgid "insn %d inside basic block %d but block_for_insn is NULL"
3696 msgstr ""
3697
3698 #: cfgrtl.c:1948
3699 #, c-format
3700 msgid "insn %d inside basic block %d but block_for_insn is %i"
3701 msgstr ""
3702
3703 #: cfgrtl.c:1962 cfgrtl.c:1972
3704 #, c-format
3705 msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
3706 msgstr ""
3707
3708 #: cfgrtl.c:1985
3709 #, c-format
3710 msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
3711 msgstr ""
3712
3713 #: cfgrtl.c:1995
3714 #, c-format
3715 msgid "in basic block %d:"
3716 msgstr ""
3717
3718 #: cfgrtl.c:1996
3719 msgid "flow control insn inside a basic block"
3720 msgstr ""
3721
3722 #: cfgrtl.c:2042
3723 #, c-format
3724 msgid "missing barrier after block %i"
3725 msgstr ""
3726
3727 #: cfgrtl.c:2055
3728 #, c-format
3729 msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
3730 msgstr ""
3731
3732 #: cfgrtl.c:2070
3733 #, c-format
3734 msgid "verify_flow_info: Incorrect fallthru %i->%i"
3735 msgstr ""
3736
3737 #: cfgrtl.c:2072
3738 msgid "wrong insn in the fallthru edge"
3739 msgstr ""
3740
3741 #: cfgrtl.c:2089
3742 msgid "basic blocks not laid down consecutively"
3743 msgstr ""
3744
3745 #: cfgrtl.c:2114
3746 msgid "insn outside basic block"
3747 msgstr ""
3748
3749 #: cfgrtl.c:2122
3750 msgid "return not followed by barrier"
3751 msgstr ""
3752
3753 #: cfgrtl.c:2129
3754 #, c-format
3755 msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
3756 msgstr ""
3757
3758 #: cgraph.c:161
3759 msgid "function body not available"
3760 msgstr ""
3761
3762 #: cgraph.c:163 cgraphunit.c:341
3763 msgid "redefined extern inline functions are not considered for inlining"
3764 msgstr ""
3765
3766 #: cgraph.c:166 cgraphunit.c:346
3767 msgid "function not considered for inlining"
3768 msgstr ""
3769
3770 #: cgraph.c:168 cgraphunit.c:344
3771 msgid "function not inlinable"
3772 msgstr ""
3773
3774 #: cgraph.c:476
3775 msgid "%D renamed after being referenced in assembly"
3776 msgstr ""
3777
3778 #: cgraphunit.c:1042
3779 msgid "--param large-function-growth limit reached"
3780 msgstr ""
3781
3782 #: cgraphunit.c:1055
3783 msgid "--param large-function-growth limit reached while inlining the caller"
3784 msgstr ""
3785
3786 #: cgraphunit.c:1120
3787 msgid "--param max-inline-insns-single limit reached"
3788 msgstr ""
3789
3790 #: cgraphunit.c:1144
3791 msgid ""
3792 "--param max-inline-insns-single limit reached after inlining into the callee"
3793 msgstr ""
3794
3795 #: cgraphunit.c:1221
3796 msgid "--param inline-unit-growth limit reached"
3797 msgstr ""
3798
3799 #: cgraphunit.c:1293 cgraphunit.c:1437
3800 msgid "recursive inlining"
3801 msgstr ""
3802
3803 #: collect2.c:406
3804 msgid "internal error"
3805 msgstr ""
3806
3807 #: collect2.c:894
3808 msgid "no arguments"
3809 msgstr ""
3810
3811 #: collect2.c:1226 collect2.c:1374 collect2.c:1407
3812 #, c-format
3813 msgid "fopen %s"
3814 msgstr ""
3815
3816 #: collect2.c:1229 collect2.c:1379 collect2.c:1410
3817 #, c-format
3818 msgid "fclose %s"
3819 msgstr ""
3820
3821 #: collect2.c:1238
3822 #, c-format
3823 msgid "collect2 version %s"
3824 msgstr ""
3825
3826 #: collect2.c:1328
3827 #, c-format
3828 msgid "%d constructor(s) found\n"
3829 msgstr ""
3830
3831 #: collect2.c:1329
3832 #, c-format
3833 msgid "%d destructor(s)  found\n"
3834 msgstr ""
3835
3836 #: collect2.c:1330
3837 #, c-format
3838 msgid "%d frame table(s) found\n"
3839 msgstr ""
3840
3841 #: collect2.c:1470
3842 #, c-format
3843 msgid "%s terminated with signal %d [%s]%s"
3844 msgstr ""
3845
3846 #: collect2.c:1488
3847 #, c-format
3848 msgid "%s returned %d exit status"
3849 msgstr ""
3850
3851 #: collect2.c:1513
3852 #, c-format
3853 msgid "[cannot find %s]"
3854 msgstr ""
3855
3856 #: collect2.c:1528
3857 #, c-format
3858 msgid "cannot find `%s'"
3859 msgstr ""
3860
3861 #: collect2.c:1539 collect2.c:1542
3862 #, c-format
3863 msgid "redirecting stdout: %s"
3864 msgstr ""
3865
3866 #: collect2.c:1581
3867 #, c-format
3868 msgid "[Leaving %s]\n"
3869 msgstr ""
3870
3871 #: collect2.c:1801
3872 #, c-format
3873 msgid ""
3874 "\n"
3875 "write_c_file - output name is %s, prefix is %s\n"
3876 msgstr ""
3877
3878 #: collect2.c:2005
3879 msgid "cannot find `nm'"
3880 msgstr ""
3881
3882 #: collect2.c:2015 collect2.c:2444
3883 msgid "pipe"
3884 msgstr ""
3885
3886 #: collect2.c:2019 collect2.c:2448
3887 msgid "fdopen"
3888 msgstr ""
3889
3890 #: collect2.c:2045 collect2.c:2474
3891 #, c-format
3892 msgid "dup2 %d 1"
3893 msgstr ""
3894
3895 #: collect2.c:2048 collect2.c:2051 collect2.c:2064 collect2.c:2477
3896 #: collect2.c:2480 collect2.c:2493
3897 #, c-format
3898 msgid "close %d"
3899 msgstr ""
3900
3901 #: collect2.c:2054 collect2.c:2483
3902 #, c-format
3903 msgid "execv %s"
3904 msgstr ""
3905
3906 #: collect2.c:2108
3907 #, c-format
3908 msgid "init function found in object %s"
3909 msgstr ""
3910
3911 #: collect2.c:2116
3912 #, c-format
3913 msgid "fini function found in object %s"
3914 msgstr ""
3915
3916 #: collect2.c:2139 collect2.c:2532
3917 msgid "fclose"
3918 msgstr ""
3919
3920 #: collect2.c:2181
3921 #, c-format
3922 msgid "unable to open file '%s'"
3923 msgstr ""
3924
3925 #: collect2.c:2183
3926 #, c-format
3927 msgid "unable to stat file '%s'"
3928 msgstr ""
3929
3930 #: collect2.c:2189
3931 #, c-format
3932 msgid "unable to mmap file '%s'"
3933 msgstr ""
3934
3935 #: collect2.c:2335
3936 msgid "not found\n"
3937 msgstr ""
3938
3939 #: collect2.c:2337 collect2.c:2511
3940 #, c-format
3941 msgid "dynamic dependency %s not found"
3942 msgstr ""
3943
3944 #: collect2.c:2356
3945 #, c-format
3946 msgid "bad magic number in file '%s'"
3947 msgstr ""
3948
3949 #: collect2.c:2378
3950 msgid "dynamic dependencies.\n"
3951 msgstr ""
3952
3953 #: collect2.c:2435
3954 msgid "cannot find `ldd'"
3955 msgstr ""
3956
3957 #: collect2.c:2496
3958 msgid ""
3959 "\n"
3960 "ldd output with constructors/destructors.\n"
3961 msgstr ""
3962
3963 #: collect2.c:2523
3964 #, c-format
3965 msgid "unable to open dynamic dependency '%s'"
3966 msgstr ""
3967
3968 #: collect2.c:2683
3969 #, c-format
3970 msgid "%s: not a COFF file"
3971 msgstr ""
3972
3973 #: collect2.c:2802
3974 #, c-format
3975 msgid "%s: cannot open as COFF file"
3976 msgstr ""
3977
3978 #: collect2.c:2857
3979 #, c-format
3980 msgid "library lib%s not found"
3981 msgstr ""
3982
3983 #: combine.c:13037
3984 #, c-format
3985 msgid ""
3986 ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new "
3987 "space),\n"
3988 ";; %d successes.\n"
3989 "\n"
3990 msgstr ""
3991
3992 #: combine.c:13046
3993 #, c-format
3994 msgid ""
3995 "\n"
3996 ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
3997 ";; %d successes.\n"
3998 msgstr ""
3999
4000 #: convert.c:70
4001 msgid "cannot convert to a pointer type"
4002 msgstr ""
4003
4004 #: convert.c:267
4005 msgid "pointer value used where a floating point value was expected"
4006 msgstr ""
4007
4008 #: convert.c:271
4009 msgid "aggregate value used where a float was expected"
4010 msgstr ""
4011
4012 #: convert.c:296
4013 msgid "conversion to incomplete type"
4014 msgstr ""
4015
4016 #: convert.c:600 convert.c:678
4017 msgid "can't convert between vector values of different size"
4018 msgstr ""
4019
4020 #: convert.c:606
4021 msgid "aggregate value used where an integer was expected"
4022 msgstr ""
4023
4024 #: convert.c:657 f/com.c:1101
4025 msgid "pointer value used where a complex was expected"
4026 msgstr ""
4027
4028 #: convert.c:661 f/com.c:1103
4029 msgid "aggregate value used where a complex was expected"
4030 msgstr ""
4031
4032 #: convert.c:684
4033 msgid "can't convert value to a vector"
4034 msgstr ""
4035
4036 #: coverage.c:164
4037 #, c-format
4038 msgid "`%s' is not a gcov data file"
4039 msgstr ""
4040
4041 #: coverage.c:175
4042 #, c-format
4043 msgid "`%s' is version `%.4s', expected version `%.4s'"
4044 msgstr ""
4045
4046 #: coverage.c:255 coverage.c:263
4047 #, c-format
4048 msgid "coverage mismatch for function %u while reading execution counters."
4049 msgstr ""
4050
4051 #: coverage.c:257 coverage.c:342
4052 #, c-format
4053 msgid "checksum is %x instead of %x"
4054 msgstr ""
4055
4056 #: coverage.c:265 coverage.c:350
4057 #, c-format
4058 msgid "number of counters is %d instead of %d"
4059 msgstr ""
4060
4061 #: coverage.c:271
4062 #, c-format
4063 msgid "cannot merge separate %s counters for function %u"
4064 msgstr ""
4065
4066 #: coverage.c:296
4067 #, c-format
4068 msgid "`%s' has overflowed"
4069 msgstr ""
4070
4071 #: coverage.c:296
4072 #, c-format
4073 msgid "`%s' is corrupted"
4074 msgstr ""
4075
4076 #: coverage.c:331
4077 #, c-format
4078 msgid "no coverage for function '%s' found."
4079 msgstr ""
4080
4081 #: coverage.c:339 coverage.c:347
4082 #, c-format
4083 msgid "coverage mismatch for function '%s' while reading counter '%s'."
4084 msgstr ""
4085
4086 #: coverage.c:494
4087 #, c-format
4088 msgid "cannot open %s"
4089 msgstr ""
4090
4091 #: coverage.c:529
4092 #, c-format
4093 msgid "error writing `%s'"
4094 msgstr ""
4095
4096 #. FIXME should be DL_SORRY
4097 #: cppcharset.c:653
4098 #, c-format
4099 msgid "conversion from %s to %s not supported by iconv"
4100 msgstr ""
4101
4102 #: cppcharset.c:656
4103 msgid "iconv_open"
4104 msgstr ""
4105
4106 #. FIXME: should be DL_SORRY
4107 #: cppcharset.c:664
4108 #, c-format
4109 msgid "no iconv implementation, cannot convert from %s to %s"
4110 msgstr ""
4111
4112 #: cppcharset.c:808
4113 msgid "universal character names are only valid in C++ and C99"
4114 msgstr ""
4115
4116 #: cppcharset.c:811
4117 #, c-format
4118 msgid "the meaning of '\\%c' is different in traditional C"
4119 msgstr ""
4120
4121 #: cppcharset.c:837
4122 #, c-format
4123 msgid "incomplete universal character name %.*s"
4124 msgstr ""
4125
4126 #: cppcharset.c:849
4127 #, c-format
4128 msgid "%.*s is not a valid universal character"
4129 msgstr ""
4130
4131 #: cppcharset.c:859
4132 #, c-format
4133 msgid "universal character %.*s is not valid in an identifier"
4134 msgstr ""
4135
4136 #: cppcharset.c:863
4137 #, c-format
4138 msgid "universal character %.*s is not valid at the start of an identifier"
4139 msgstr ""
4140
4141 #: cppcharset.c:898
4142 msgid "converting UCN to source character set"
4143 msgstr ""
4144
4145 #: cppcharset.c:902
4146 msgid "converting UCN to execution character set"
4147 msgstr ""
4148
4149 #: cppcharset.c:967
4150 msgid "the meaning of '\\x' is different in traditional C"
4151 msgstr ""
4152
4153 #: cppcharset.c:984 f/lex.c:580
4154 msgid "\\x used with no following hex digits"
4155 msgstr ""
4156
4157 #: cppcharset.c:991
4158 msgid "hex escape sequence out of range"
4159 msgstr ""
4160
4161 #: cppcharset.c:1030
4162 msgid "octal escape sequence out of range"
4163 msgstr ""
4164
4165 #: cppcharset.c:1098
4166 msgid "the meaning of '\\a' is different in traditional C"
4167 msgstr ""
4168
4169 #: cppcharset.c:1105
4170 #, c-format
4171 msgid "non-ISO-standard escape sequence, '\\%c'"
4172 msgstr ""
4173
4174 #: cppcharset.c:1113
4175 #, c-format
4176 msgid "unknown escape sequence '\\%c'"
4177 msgstr ""
4178
4179 #: cppcharset.c:1116
4180 #, c-format
4181 msgid "unknown escape sequence: '\\%03o'"
4182 msgstr ""
4183
4184 #: cppcharset.c:1122
4185 msgid "converting escape sequence to execution character set"
4186 msgstr ""
4187
4188 #: cppcharset.c:1181
4189 msgid "converting to execution character set"
4190 msgstr ""
4191
4192 #: cppcharset.c:1244 cppcharset.c:1307
4193 msgid "character constant too long for its type"
4194 msgstr ""
4195
4196 #: cppcharset.c:1247
4197 msgid "multi-character character constant"
4198 msgstr ""
4199
4200 #: cppcharset.c:1339
4201 msgid "empty character constant"
4202 msgstr ""
4203
4204 #: cppcharset.c:1378
4205 #, c-format
4206 msgid "failure to convert %s to %s"
4207 msgstr ""
4208
4209 #: cpperror.c:110 diagnostic.def:5
4210 msgid "warning: "
4211 msgstr ""
4212
4213 #: cpperror.c:112
4214 msgid "internal error: "
4215 msgstr ""
4216
4217 #: cpperror.c:174
4218 msgid "stdout"
4219 msgstr ""
4220
4221 #: cppexp.c:192
4222 msgid "too many decimal points in number"
4223 msgstr ""
4224
4225 #: cppexp.c:212
4226 #, c-format
4227 msgid "invalid digit \"%c\" in octal constant"
4228 msgstr ""
4229
4230 #: cppexp.c:218
4231 msgid "use of C99 hexadecimal floating constant"
4232 msgstr ""
4233
4234 #: cppexp.c:227
4235 msgid "exponent has no digits"
4236 msgstr ""
4237
4238 #: cppexp.c:234
4239 msgid "hexadecimal floating constants require an exponent"
4240 msgstr ""
4241
4242 #: cppexp.c:240
4243 #, c-format
4244 msgid "invalid suffix \"%.*s\" on floating constant"
4245 msgstr ""
4246
4247 #: cppexp.c:250 cppexp.c:275
4248 #, c-format
4249 msgid "traditional C rejects the \"%.*s\" suffix"
4250 msgstr ""
4251
4252 #: cppexp.c:261
4253 #, c-format
4254 msgid "invalid suffix \"%.*s\" on integer constant"
4255 msgstr ""
4256
4257 #: cppexp.c:283
4258 msgid "use of C99 long long integer constant"
4259 msgstr ""
4260
4261 #: cppexp.c:290
4262 msgid "imaginary constants are a GCC extension"
4263 msgstr ""
4264
4265 #: cppexp.c:376
4266 msgid "integer constant is too large for its type"
4267 msgstr ""
4268
4269 #: cppexp.c:388
4270 msgid "integer constant is so large that it is unsigned"
4271 msgstr ""
4272
4273 #: cppexp.c:470
4274 msgid "missing ')' after \"defined\""
4275 msgstr ""
4276
4277 #: cppexp.c:477
4278 msgid "operator \"defined\" requires an identifier"
4279 msgstr ""
4280
4281 #: cppexp.c:485
4282 #, c-format
4283 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
4284 msgstr ""
4285
4286 #: cppexp.c:495
4287 msgid "this use of \"defined\" may not be portable"
4288 msgstr ""
4289
4290 #: cppexp.c:531
4291 msgid "floating constant in preprocessor expression"
4292 msgstr ""
4293
4294 #: cppexp.c:537
4295 msgid "imaginary number in preprocessor expression"
4296 msgstr ""
4297
4298 #: cppexp.c:582
4299 #, c-format
4300 msgid "\"%s\" is not defined"
4301 msgstr ""
4302
4303 #: cppexp.c:714 cppexp.c:743
4304 #, c-format
4305 msgid "missing binary operator before token \"%s\""
4306 msgstr ""
4307
4308 #: cppexp.c:734
4309 #, c-format
4310 msgid "token \"%s\" is not valid in preprocessor expressions"
4311 msgstr ""
4312
4313 #: cppexp.c:753
4314 msgid "void expression between '(' and ')'"
4315 msgstr ""
4316
4317 #: cppexp.c:756
4318 msgid "#if with no expression"
4319 msgstr ""
4320
4321 #: cppexp.c:758
4322 #, c-format
4323 msgid "operator '%s' has no right operand"
4324 msgstr ""
4325
4326 #: cppexp.c:784
4327 msgid " ':' without preceding '?'"
4328 msgstr ""
4329
4330 #: cppexp.c:811
4331 msgid "unbalanced stack in #if"
4332 msgstr ""
4333
4334 #: cppexp.c:830
4335 #, c-format
4336 msgid "impossible operator '%u'"
4337 msgstr ""
4338
4339 #: cppexp.c:922
4340 msgid "missing ')' in expression"
4341 msgstr ""
4342
4343 #: cppexp.c:943
4344 msgid "'?' without following ':'"
4345 msgstr ""
4346
4347 #: cppexp.c:953
4348 msgid "integer overflow in preprocessor expression"
4349 msgstr ""
4350
4351 #: cppexp.c:958
4352 msgid "missing '(' in expression"
4353 msgstr ""
4354
4355 #: cppexp.c:990
4356 #, c-format
4357 msgid "the left operand of \"%s\" changes sign when promoted"
4358 msgstr ""
4359
4360 #: cppexp.c:995
4361 #, c-format
4362 msgid "the right operand of \"%s\" changes sign when promoted"
4363 msgstr ""
4364
4365 #: cppexp.c:1352
4366 msgid "comma operator in operand of #if"
4367 msgstr ""
4368
4369 #: cppexp.c:1483
4370 msgid "division by zero in #if"
4371 msgstr ""
4372
4373 #: cppfiles.c:375
4374 msgid "NULL directory in find_file"
4375 msgstr ""
4376
4377 #: cppfiles.c:402
4378 msgid "one or more PCH files were found, but they were invalid"
4379 msgstr ""
4380
4381 #: cppfiles.c:405
4382 msgid "use -Winvalid-pch for more information"
4383 msgstr ""
4384
4385 #: cppfiles.c:463
4386 #, c-format
4387 msgid "%s is a block device"
4388 msgstr ""
4389
4390 #: cppfiles.c:480
4391 #, c-format
4392 msgid "%s is too large"
4393 msgstr ""
4394
4395 #: cppfiles.c:515
4396 #, c-format
4397 msgid "%s is shorter than expected"
4398 msgstr ""
4399
4400 #: cppfiles.c:714
4401 #, c-format
4402 msgid "no include path in which to search for %s"
4403 msgstr ""
4404
4405 #: cppfiles.c:974
4406 msgid "Multiple include guards may be useful for:\n"
4407 msgstr ""
4408
4409 #: cppinit.c:389
4410 msgid "cppchar_t must be an unsigned type"
4411 msgstr ""
4412
4413 #: cppinit.c:393
4414 #, c-format
4415 msgid ""
4416 "preprocessor arithmetic has maximum precision of %lu bits; target requires %"
4417 "lu bits"
4418 msgstr ""
4419
4420 #: cppinit.c:400
4421 msgid "CPP arithmetic must be at least as precise as a target int"
4422 msgstr ""
4423
4424 #: cppinit.c:403
4425 msgid "target char is less than 8 bits wide"
4426 msgstr ""
4427
4428 #: cppinit.c:407
4429 msgid "target wchar_t is narrower than target char"
4430 msgstr ""
4431
4432 #: cppinit.c:411
4433 msgid "target int is narrower than target char"
4434 msgstr ""
4435
4436 #: cppinit.c:416
4437 msgid "CPP half-integer narrower than CPP character"
4438 msgstr ""
4439
4440 #: cppinit.c:420
4441 #, c-format
4442 msgid ""
4443 "CPP on this host cannot handle wide character constants over %lu bits, but "
4444 "the target requires %lu bits"
4445 msgstr ""
4446
4447 #: cpplex.c:410
4448 msgid "null character(s) ignored"
4449 msgstr ""
4450
4451 #: cpplex.c:445
4452 msgid "'$' in identifier or number"
4453 msgstr ""
4454
4455 #: cpplex.c:492
4456 #, c-format
4457 msgid "attempt to use poisoned \"%s\""
4458 msgstr ""
4459
4460 #: cpplex.c:500
4461 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
4462 msgstr ""
4463
4464 #: cpplex.c:596
4465 msgid "null character(s) preserved in literal"
4466 msgstr ""
4467
4468 #: cpplex.c:916
4469 msgid "unterminated comment"
4470 msgstr ""
4471
4472 #: cpplex.c:927
4473 msgid "C++ style comments are not allowed in ISO C90"
4474 msgstr ""
4475
4476 #: cpplex.c:929
4477 msgid "(this will be reported only once per input file)"
4478 msgstr ""
4479
4480 #: cpplex.c:934
4481 msgid "multi-line comment"
4482 msgstr ""
4483
4484 #: cpplex.c:1198
4485 #, c-format
4486 msgid "unspellable token %s"
4487 msgstr ""
4488
4489 #: cpplib.c:218
4490 #, c-format
4491 msgid "extra tokens at end of #%s directive"
4492 msgstr ""
4493
4494 #: cpplib.c:304
4495 #, c-format
4496 msgid "#%s is a GCC extension"
4497 msgstr ""
4498
4499 #: cpplib.c:316
4500 msgid "suggest not using #elif in traditional C"
4501 msgstr ""
4502
4503 #: cpplib.c:319
4504 #, c-format
4505 msgid "traditional C ignores #%s with the # indented"
4506 msgstr ""
4507
4508 #: cpplib.c:323
4509 #, c-format
4510 msgid "suggest hiding #%s from traditional C with an indented #"
4511 msgstr ""
4512
4513 #: cpplib.c:345
4514 msgid "embedding a directive within macro arguments is not portable"
4515 msgstr ""
4516
4517 #: cpplib.c:365
4518 msgid "style of line directive is a GCC extension"
4519 msgstr ""
4520
4521 #: cpplib.c:415
4522 #, c-format
4523 msgid "invalid preprocessing directive #%s"
4524 msgstr ""
4525
4526 #: cpplib.c:484
4527 msgid "\"defined\" cannot be used as a macro name"
4528 msgstr ""
4529
4530 #: cpplib.c:490
4531 #, c-format
4532 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
4533 msgstr ""
4534
4535 #: cpplib.c:493
4536 #, c-format
4537 msgid "no macro name given in #%s directive"
4538 msgstr ""
4539
4540 #: cpplib.c:496
4541 msgid "macro names must be identifiers"
4542 msgstr ""
4543
4544 #: cpplib.c:537
4545 #, c-format
4546 msgid "undefining \"%s\""
4547 msgstr ""
4548
4549 #: cpplib.c:609
4550 msgid "missing terminating > character"
4551 msgstr ""
4552
4553 #: cpplib.c:662
4554 #, c-format
4555 msgid "#%s expects \"FILENAME\" or <FILENAME>"
4556 msgstr ""
4557
4558 #: cpplib.c:685
4559 msgid "#include nested too deeply"
4560 msgstr ""
4561
4562 #: cpplib.c:723
4563 msgid "#include_next in primary source file"
4564 msgstr ""
4565
4566 #: cpplib.c:749
4567 #, c-format
4568 msgid "invalid flag \"%s\" in line directive"
4569 msgstr ""
4570
4571 #: cpplib.c:794
4572 #, c-format
4573 msgid "\"%s\" after #line is not a positive integer"
4574 msgstr ""
4575
4576 #: cpplib.c:800
4577 msgid "line number out of range"
4578 msgstr ""
4579
4580 #: cpplib.c:812 cpplib.c:885
4581 #, c-format
4582 msgid "\"%s\" is not a valid filename"
4583 msgstr ""
4584
4585 #: cpplib.c:847
4586 #, c-format
4587 msgid "\"%s\" after # is not a positive integer"
4588 msgstr ""
4589
4590 #: cpplib.c:947
4591 msgid "invalid #ident directive"
4592 msgstr ""
4593
4594 #: cpplib.c:1027
4595 #, c-format
4596 msgid "registering \"%s\" as both a pragma and a pragma namespace"
4597 msgstr ""
4598
4599 #: cpplib.c:1030
4600 #, c-format
4601 msgid "#pragma %s %s is already registered"
4602 msgstr ""
4603
4604 #: cpplib.c:1033
4605 #, c-format
4606 msgid "#pragma %s is already registered"
4607 msgstr ""
4608
4609 #: cpplib.c:1178
4610 msgid "#pragma once in main file"
4611 msgstr ""
4612
4613 #: cpplib.c:1201
4614 msgid "invalid #pragma GCC poison directive"
4615 msgstr ""
4616
4617 #: cpplib.c:1210
4618 #, c-format
4619 msgid "poisoning existing macro \"%s\""
4620 msgstr ""
4621
4622 #: cpplib.c:1231
4623 msgid "#pragma system_header ignored outside include file"
4624 msgstr ""
4625
4626 #: cpplib.c:1255
4627 #, c-format
4628 msgid "cannot find source file %s"
4629 msgstr ""
4630
4631 #: cpplib.c:1259
4632 #, c-format
4633 msgid "current file is older than %s"
4634 msgstr ""
4635
4636 #: cpplib.c:1373
4637 msgid "_Pragma takes a parenthesized string literal"
4638 msgstr ""
4639
4640 #: cpplib.c:1451
4641 msgid "#else without #if"
4642 msgstr ""
4643
4644 #: cpplib.c:1456
4645 msgid "#else after #else"
4646 msgstr ""
4647
4648 #: cpplib.c:1484
4649 msgid "#elif without #if"
4650 msgstr ""
4651
4652 #: cpplib.c:1489
4653 msgid "#elif after #else"
4654 msgstr ""
4655
4656 #: cpplib.c:1519
4657 msgid "#endif without #if"
4658 msgstr ""
4659
4660 #: cpplib.c:1596
4661 msgid "missing '(' after predicate"
4662 msgstr ""
4663
4664 #: cpplib.c:1611
4665 msgid "missing ')' to complete answer"
4666 msgstr ""
4667
4668 #: cpplib.c:1631
4669 msgid "predicate's answer is empty"
4670 msgstr ""
4671
4672 #: cpplib.c:1658
4673 msgid "assertion without predicate"
4674 msgstr ""
4675
4676 #: cpplib.c:1660
4677 msgid "predicate must be an identifier"
4678 msgstr ""
4679
4680 #: cpplib.c:1744
4681 #, c-format
4682 msgid "\"%s\" re-asserted"
4683 msgstr ""
4684
4685 #: cppmacro.c:125 cppmacro.c:280
4686 #, c-format
4687 msgid "invalid built-in macro \"%s\""
4688 msgstr ""
4689
4690 #: cppmacro.c:221
4691 msgid "could not determine date and time"
4692 msgstr ""
4693
4694 #: cppmacro.c:393
4695 msgid "invalid string literal, ignoring final '\\'"
4696 msgstr ""
4697
4698 #: cppmacro.c:476
4699 #, c-format
4700 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
4701 msgstr ""
4702
4703 #: cppmacro.c:514
4704 msgid "ISO C99 requires rest arguments to be used"
4705 msgstr ""
4706
4707 #: cppmacro.c:519
4708 #, c-format
4709 msgid "macro \"%s\" requires %u arguments, but only %u given"
4710 msgstr ""
4711
4712 #: cppmacro.c:524
4713 #, c-format
4714 msgid "macro \"%s\" passed %u arguments, but takes just %u"
4715 msgstr ""
4716
4717 #: cppmacro.c:635
4718 #, c-format
4719 msgid "unterminated argument list invoking macro \"%s\""
4720 msgstr ""
4721
4722 #: cppmacro.c:738
4723 #, c-format
4724 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
4725 msgstr ""
4726
4727 #: cppmacro.c:1241
4728 #, c-format
4729 msgid "duplicate macro parameter \"%s\""
4730 msgstr ""
4731
4732 #: cppmacro.c:1286
4733 #, c-format
4734 msgid "\"%s\" may not appear in macro parameter list"
4735 msgstr ""
4736
4737 #: cppmacro.c:1294
4738 msgid "macro parameters must be comma-separated"
4739 msgstr ""
4740
4741 #: cppmacro.c:1311
4742 msgid "parameter name missing"
4743 msgstr ""
4744
4745 #: cppmacro.c:1326
4746 msgid "anonymous variadic macros were introduced in C99"
4747 msgstr ""
4748
4749 #: cppmacro.c:1330
4750 msgid "ISO C does not permit named variadic macros"
4751 msgstr ""
4752
4753 #: cppmacro.c:1339
4754 msgid "missing ')' in macro parameter list"
4755 msgstr ""
4756
4757 #: cppmacro.c:1402
4758 msgid "ISO C requires whitespace after the macro name"
4759 msgstr ""
4760
4761 #: cppmacro.c:1430
4762 msgid "'#' is not followed by a macro parameter"
4763 msgstr ""
4764
4765 #: cppmacro.c:1449
4766 msgid "'##' cannot appear at either end of a macro expansion"
4767 msgstr ""
4768
4769 #: cppmacro.c:1588
4770 #, c-format
4771 msgid "macro argument \"%s\" would be stringified in traditional C"
4772 msgstr ""
4773
4774 #: cppmacro.c:1611
4775 #, c-format
4776 msgid "invalid hash type %d in cpp_macro_definition"
4777 msgstr ""
4778
4779 #: cpppch.c:84 cpppch.c:332 cpppch.c:356 cpppch.c:365 cpppch.c:371
4780 msgid "while writing precompiled header"
4781 msgstr ""
4782
4783 #: cpppch.c:469
4784 #, c-format
4785 msgid "%s: not used because `%.*s' not defined"
4786 msgstr ""
4787
4788 #: cpppch.c:481
4789 #, c-format
4790 msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
4791 msgstr ""
4792
4793 #: cpppch.c:522
4794 #, c-format
4795 msgid "%s: not used because `%s' is defined"
4796 msgstr ""
4797
4798 #: cpppch.c:535 cpppch.c:724
4799 msgid "while reading precompiled header"
4800 msgstr ""
4801
4802 #: cppspec.c:106
4803 #, c-format
4804 msgid "\"%s\" is not a valid option to the preprocessor"
4805 msgstr ""
4806
4807 #: cppspec.c:128
4808 msgid "too many input files"
4809 msgstr ""
4810
4811 #: cpptrad.c:744
4812 #, c-format
4813 msgid "detected recursion whilst expanding macro \"%s\""
4814 msgstr ""
4815
4816 #: cpptrad.c:911
4817 msgid "syntax error in macro parameter list"
4818 msgstr ""
4819
4820 #: cse.c:7055
4821 #, c-format
4822 msgid ";; Processing block from %d to %d, %d sets.\n"
4823 msgstr ""
4824
4825 #: diagnostic.c:209
4826 #, c-format
4827 msgid "%s:%d: confused by earlier errors, bailing out\n"
4828 msgstr ""
4829
4830 #: diagnostic.c:281
4831 msgid "compilation terminated.\n"
4832 msgstr ""
4833
4834 #: diagnostic.c:572
4835 msgid "Internal compiler error: Error reporting routines re-entered.\n"
4836 msgstr ""
4837
4838 #: diagnostic.c:584
4839 #, c-format
4840 msgid "in %s, at %s:%d"
4841 msgstr ""
4842
4843 #: dominance.c:763
4844 #, c-format
4845 msgid "dominator of %d should be %d, not %d"
4846 msgstr ""
4847
4848 #: dwarf2out.c:3229
4849 #, c-format
4850 msgid "DW_LOC_OP %s not implemented\n"
4851 msgstr ""
4852
4853 #: emit-rtl.c:1042
4854 msgid "can't access real part of complex value in hard register"
4855 msgstr ""
4856
4857 #: emit-rtl.c:1069
4858 msgid "can't access imaginary part of complex value in hard register"
4859 msgstr ""
4860
4861 #: emit-rtl.c:2184
4862 msgid "Invalid rtl sharing found in the insn"
4863 msgstr ""
4864
4865 #: emit-rtl.c:2186
4866 msgid "Shared rtx"
4867 msgstr ""
4868
4869 #: emit-rtl.c:3325
4870 msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
4871 msgstr ""
4872
4873 #: errors.c:129
4874 #, c-format
4875 msgid "abort in %s, at %s:%d"
4876 msgstr ""
4877
4878 #: except.c:357
4879 msgid "exception handling disabled, use -fexceptions to enable"
4880 msgstr ""
4881
4882 #: except.c:2942
4883 msgid "argument of `__builtin_eh_return_regno' must be constant"
4884 msgstr ""
4885
4886 #: except.c:3073
4887 msgid "__builtin_eh_return not supported on this target"
4888 msgstr ""
4889
4890 #: explow.c:1327
4891 msgid "stack limits not supported on this target"
4892 msgstr ""
4893
4894 #: expr.c:2963
4895 msgid "function using short complex types cannot be inline"
4896 msgstr ""
4897
4898 #: expr.c:6310
4899 msgid "%Jprior parameter's size depends on '%D'"
4900 msgstr ""
4901
4902 #: expr.c:6677
4903 msgid "returned value in block_exit_expr"
4904 msgstr ""
4905
4906 #. We can't make a bitwise copy of this object, so fail.
4907 #: expr.c:8822
4908 msgid "cannot take the address of an unaligned member"
4909 msgstr ""
4910
4911 #: final.c:1058
4912 msgid "negative insn length"
4913 msgstr ""
4914
4915 #: final.c:2429
4916 msgid "could not split insn"
4917 msgstr ""
4918
4919 #: final.c:2771
4920 msgid "invalid `asm': "
4921 msgstr ""
4922
4923 #: final.c:2954
4924 msgid "nested assembly dialect alternatives"
4925 msgstr ""
4926
4927 #: final.c:2971 final.c:2983
4928 msgid "unterminated assembly dialect alternative"
4929 msgstr ""
4930
4931 #: final.c:3027
4932 #, c-format
4933 msgid "operand number missing after %%-letter"
4934 msgstr ""
4935
4936 #: final.c:3030 final.c:3069
4937 msgid "operand number out of range"
4938 msgstr ""
4939
4940 #: final.c:3088
4941 #, c-format
4942 msgid "invalid %%-code"
4943 msgstr ""
4944
4945 #: final.c:3118
4946 #, c-format
4947 msgid "`%%l' operand isn't a label"
4948 msgstr ""
4949
4950 #. We can't handle floating point constants;
4951 #. PRINT_OPERAND must handle them.
4952 #. We can't handle floating point constants; PRINT_OPERAND must
4953 #. handle them.
4954 #. We can't handle floating point constants;
4955 #. PRINT_OPERAND must handle them.
4956 #: final.c:3220 vmsdbgout.c:468 config/i386/i386.c:6745
4957 #: config/pdp11/pdp11.c:1741
4958 msgid "floating constant misused"
4959 msgstr ""
4960
4961 #: final.c:3276 vmsdbgout.c:525 config/i386/i386.c:6823
4962 #: config/pdp11/pdp11.c:1788
4963 msgid "invalid expression as operand"
4964 msgstr ""
4965
4966 #: flow.c:329
4967 msgid "function might be possible candidate for attribute `noreturn'"
4968 msgstr ""
4969
4970 #: flow.c:334
4971 msgid "`noreturn' function does return"
4972 msgstr ""
4973
4974 #: flow.c:355
4975 msgid "control reaches end of non-void function"
4976 msgstr ""
4977
4978 #: flow.c:1582
4979 msgid "Attempt to delete prologue/epilogue insn:"
4980 msgstr ""
4981
4982 #: fold-const.c:2773 fold-const.c:2786
4983 #, c-format
4984 msgid "comparison is always %d due to width of bit-field"
4985 msgstr ""
4986
4987 #: fold-const.c:3981 fold-const.c:3998
4988 #, c-format
4989 msgid "comparison is always %d"
4990 msgstr ""
4991
4992 #: fold-const.c:4129
4993 msgid "`or' of unmatched not-equal tests is always 1"
4994 msgstr ""
4995
4996 #: fold-const.c:4134
4997 msgid "`and' of mutually exclusive equal-tests is always 0"
4998 msgstr ""
4999
5000 #: fold-const.c:8343
5001 msgid "fold check: original tree changed by fold"
5002 msgstr ""
5003
5004 #: function.c:884 varasm.c:1372
5005 msgid "%Jsize of variable '%D' is too large"
5006 msgstr ""
5007
5008 #: function.c:3737
5009 msgid "impossible constraint in `asm'"
5010 msgstr ""
5011
5012 #: function.c:5700
5013 msgid "%J'%D' might be used uninitialized in this function"
5014 msgstr ""
5015
5016 #: function.c:5707
5017 msgid "%Jvariable '%D' might be clobbered by `longjmp' or `vfork'"
5018 msgstr ""
5019
5020 #: function.c:5726
5021 msgid "%Jargument '%D' might be clobbered by `longjmp' or `vfork'"
5022 msgstr ""
5023
5024 #: function.c:6500
5025 msgid "function returns an aggregate"
5026 msgstr ""
5027
5028 #: function.c:6983
5029 msgid "%Junused parameter '%D'"
5030 msgstr ""
5031
5032 #: gcc.c:1191
5033 #, c-format
5034 msgid "ambiguous abbreviation %s"
5035 msgstr ""
5036
5037 #: gcc.c:1218
5038 #, c-format
5039 msgid "incomplete `%s' option"
5040 msgstr ""
5041
5042 #: gcc.c:1229
5043 #, c-format
5044 msgid "missing argument to `%s' option"
5045 msgstr ""
5046
5047 #: gcc.c:1242
5048 #, c-format
5049 msgid "extraneous argument to `%s' option"
5050 msgstr ""
5051
5052 #: gcc.c:1563
5053 msgid "Using built-in specs.\n"
5054 msgstr ""
5055
5056 #: gcc.c:1748
5057 #, c-format
5058 msgid ""
5059 "Setting spec %s to '%s'\n"
5060 "\n"
5061 msgstr ""
5062
5063 #: gcc.c:1850
5064 #, c-format
5065 msgid "Reading specs from %s\n"
5066 msgstr ""
5067
5068 #: gcc.c:1946 gcc.c:1965
5069 #, c-format
5070 msgid "specs %%include syntax malformed after %ld characters"
5071 msgstr ""
5072
5073 #: gcc.c:1973
5074 #, c-format
5075 msgid "could not find specs file %s\n"
5076 msgstr ""
5077
5078 #: gcc.c:1990 gcc.c:1998 gcc.c:2007 gcc.c:2016
5079 #, c-format
5080 msgid "specs %%rename syntax malformed after %ld characters"
5081 msgstr ""
5082
5083 #: gcc.c:2025
5084 #, c-format
5085 msgid "specs %s spec was not found to be renamed"
5086 msgstr ""
5087
5088 #: gcc.c:2032
5089 #, c-format
5090 msgid "%s: attempt to rename spec '%s' to already defined spec '%s'"
5091 msgstr ""
5092
5093 #: gcc.c:2037
5094 #, c-format
5095 msgid "rename spec %s to %s\n"
5096 msgstr ""
5097
5098 #: gcc.c:2039
5099 #, c-format
5100 msgid ""
5101 "spec is '%s'\n"
5102 "\n"
5103 msgstr ""
5104
5105 #: gcc.c:2052
5106 #, c-format
5107 msgid "specs unknown %% command after %ld characters"
5108 msgstr ""
5109
5110 #: gcc.c:2063 gcc.c:2076
5111 #, c-format
5112 msgid "specs file malformed after %ld characters"
5113 msgstr ""
5114
5115 #: gcc.c:2129
5116 msgid "spec file has no spec for linking"
5117 msgstr ""
5118
5119 #: gcc.c:2634
5120 msgid "-pipe not supported"
5121 msgstr ""
5122
5123 #: gcc.c:2696
5124 msgid ""
5125 "\n"
5126 "Go ahead? (y or n) "
5127 msgstr ""
5128
5129 #: gcc.c:2822
5130 #, c-format
5131 msgid ""
5132 "Internal error: %s (program %s)\n"
5133 "Please submit a full bug report.\n"
5134 "See %s for instructions."
5135 msgstr ""
5136
5137 #: gcc.c:2840
5138 #, c-format
5139 msgid "# %s %.2f %.2f\n"
5140 msgstr ""
5141
5142 #: gcc.c:2973
5143 #, c-format
5144 msgid "Usage: %s [options] file...\n"
5145 msgstr ""
5146
5147 #: gcc.c:2974
5148 msgid "Options:\n"
5149 msgstr ""
5150
5151 #: gcc.c:2976
5152 msgid "  -pass-exit-codes         Exit with highest error code from a phase\n"
5153 msgstr ""
5154
5155 #: gcc.c:2977
5156 msgid "  --help                   Display this information\n"
5157 msgstr ""
5158
5159 #: gcc.c:2978
5160 msgid ""
5161 "  --target-help            Display target specific command line options\n"
5162 msgstr ""
5163
5164 #: gcc.c:2980
5165 msgid "  (Use '-v --help' to display command line options of sub-processes)\n"
5166 msgstr ""
5167
5168 #: gcc.c:2981
5169 msgid "  -dumpspecs               Display all of the built in spec strings\n"
5170 msgstr ""
5171
5172 #: gcc.c:2982
5173 msgid "  -dumpversion             Display the version of the compiler\n"
5174 msgstr ""
5175
5176 #: gcc.c:2983
5177 msgid "  -dumpmachine             Display the compiler's target processor\n"
5178 msgstr ""
5179
5180 #: gcc.c:2984
5181 msgid ""
5182 "  -print-search-dirs       Display the directories in the compiler's search "
5183 "path\n"
5184 msgstr ""
5185
5186 #: gcc.c:2985
5187 msgid ""
5188 "  -print-libgcc-file-name  Display the name of the compiler's companion "
5189 "library\n"
5190 msgstr ""
5191
5192 #: gcc.c:2986
5193 msgid "  -print-file-name=<lib>   Display the full path to library <lib>\n"
5194 msgstr ""
5195
5196 #: gcc.c:2987
5197 msgid ""
5198 "  -print-prog-name=<prog>  Display the full path to compiler component "
5199 "<prog>\n"
5200 msgstr ""
5201
5202 #: gcc.c:2988
5203 msgid ""
5204 "  -print-multi-directory   Display the root directory for versions of "
5205 "libgcc\n"
5206 msgstr ""
5207
5208 #: gcc.c:2989
5209 msgid ""
5210 "  -print-multi-lib         Display the mapping between command line options "
5211 "and\n"
5212 "                           multiple library search directories\n"
5213 msgstr ""
5214
5215 #: gcc.c:2992
5216 msgid "  -print-multi-os-directory Display the relative path to OS libraries\n"
5217 msgstr ""
5218
5219 #: gcc.c:2993
5220 msgid ""
5221 "  -Wa,<options>            Pass comma-separated <options> on to the "
5222 "assembler\n"
5223 msgstr ""
5224
5225 #: gcc.c:2994
5226 msgid ""
5227 "  -Wp,<options>            Pass comma-separated <options> on to the "
5228 "preprocessor\n"
5229 msgstr ""
5230
5231 #: gcc.c:2995
5232 msgid ""
5233 "  -Wl,<options>            Pass comma-separated <options> on to the linker\n"
5234 msgstr ""
5235
5236 #: gcc.c:2996
5237 msgid "  -Xassembler <arg>        Pass <arg> on to the assembler\n"
5238 msgstr ""
5239
5240 #: gcc.c:2997
5241 msgid "  -Xpreprocessor <arg>     Pass <arg> on to the preprocessor\n"
5242 msgstr ""
5243
5244 #: gcc.c:2998
5245 msgid "  -Xlinker <arg>           Pass <arg> on to the linker\n"
5246 msgstr ""
5247
5248 #: gcc.c:2999
5249 msgid "  -save-temps              Do not delete intermediate files\n"
5250 msgstr ""
5251
5252 #: gcc.c:3000
5253 msgid "  -pipe                    Use pipes rather than intermediate files\n"
5254 msgstr ""
5255
5256 #: gcc.c:3001
5257 msgid "  -time                    Time the execution of each subprocess\n"
5258 msgstr ""
5259
5260 #: gcc.c:3002
5261 msgid ""
5262 "  -specs=<file>            Override built-in specs with the contents of "
5263 "<file>\n"
5264 msgstr ""
5265
5266 #: gcc.c:3003
5267 msgid ""
5268 "  -std=<standard>          Assume that the input sources are for <standard>\n"
5269 msgstr ""
5270
5271 #: gcc.c:3004
5272 msgid ""
5273 "  -B <directory>           Add <directory> to the compiler's search paths\n"
5274 msgstr ""
5275
5276 #: gcc.c:3005
5277 msgid "  -b <machine>             Run gcc for target <machine>, if installed\n"
5278 msgstr ""
5279
5280 #: gcc.c:3006
5281 msgid ""
5282 "  -V <version>             Run gcc version number <version>, if installed\n"
5283 msgstr ""
5284
5285 #: gcc.c:3007
5286 msgid ""
5287 "  -v                       Display the programs invoked by the compiler\n"
5288 msgstr ""
5289
5290 #: gcc.c:3008
5291 msgid ""
5292 "  -###                     Like -v but options quoted and commands not "
5293 "executed\n"
5294 msgstr ""
5295
5296 #: gcc.c:3009
5297 msgid ""
5298 "  -E                       Preprocess only; do not compile, assemble or "
5299 "link\n"
5300 msgstr ""
5301
5302 #: gcc.c:3010
5303 msgid "  -S                       Compile only; do not assemble or link\n"
5304 msgstr ""
5305
5306 #: gcc.c:3011
5307 msgid "  -c                       Compile and assemble, but do not link\n"
5308 msgstr ""
5309
5310 #: gcc.c:3012
5311 msgid "  -o <file>                Place the output into <file>\n"
5312 msgstr ""
5313
5314 #: gcc.c:3013
5315 msgid ""
5316 "  -x <language>            Specify the language of the following input "
5317 "files\n"
5318 "                           Permissible languages include: c c++ assembler "
5319 "none\n"
5320 "                           'none' means revert to the default behavior of\n"
5321 "                           guessing the language based on the file's "
5322 "extension\n"
5323 msgstr ""
5324
5325 #: gcc.c:3020
5326 #, c-format
5327 msgid ""
5328 "\n"
5329 "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
5330 " passed on to the various sub-processes invoked by %s.  In order to pass\n"
5331 " other options on to these processes the -W<letter> options must be used.\n"
5332 msgstr ""
5333
5334 #: gcc.c:3141
5335 #, c-format
5336 msgid "`-%c' option must have argument"
5337 msgstr ""
5338
5339 #: gcc.c:3163
5340 #, c-format
5341 msgid "couldn't run `%s': %s"
5342 msgstr ""
5343
5344 #. translate_options () has turned --version into -fversion.
5345 #: gcc.c:3349
5346 #, c-format
5347 msgid "%s (GCC) %s\n"
5348 msgstr ""
5349
5350 #: gcc.c:3352
5351 msgid ""
5352 "This is free software; see the source for copying conditions.  There is NO\n"
5353 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
5354 "\n"
5355 msgstr ""
5356
5357 #: gcc.c:3453
5358 msgid "argument to `-Xlinker' is missing"
5359 msgstr ""
5360
5361 #: gcc.c:3461
5362 msgid "argument to `-Xpreprocessor' is missing"
5363 msgstr ""
5364
5365 #: gcc.c:3468
5366 msgid "argument to `-Xassembler' is missing"
5367 msgstr ""
5368
5369 #: gcc.c:3475
5370 msgid "argument to `-l' is missing"
5371 msgstr ""
5372
5373 #: gcc.c:3491
5374 msgid "argument to `-specs' is missing"
5375 msgstr ""
5376
5377 #: gcc.c:3505
5378 msgid "argument to `-specs=' is missing"
5379 msgstr ""
5380
5381 #: gcc.c:3542
5382 #, c-format
5383 msgid "`-%c' must come at the start of the command line"
5384 msgstr ""
5385
5386 #: gcc.c:3551
5387 msgid "argument to `-B' is missing"
5388 msgstr ""
5389
5390 #: gcc.c:3728
5391 msgid "warning: -pipe ignored because -save-temps specified"
5392 msgstr ""
5393
5394 #: gcc.c:3732
5395 msgid "warning: -pipe ignored because -time specified"
5396 msgstr ""
5397
5398 #: gcc.c:3944
5399 msgid "argument to `-x' is missing"
5400 msgstr ""
5401
5402 #: gcc.c:3972
5403 #, c-format
5404 msgid "argument to `-%s' is missing"
5405 msgstr ""
5406
5407 #: gcc.c:4033
5408 #, c-format
5409 msgid "warning: `-x %s' after last input file has no effect"
5410 msgstr ""
5411
5412 #: gcc.c:4434
5413 msgid "invalid specification!  Bug in cc"
5414 msgstr ""
5415
5416 #: gcc.c:4588
5417 #, c-format
5418 msgid "%s\n"
5419 msgstr ""
5420
5421 #. Catch the case where a spec string contains something like
5422 #. '%{foo:%*}'.  ie there is no * in the pattern on the left
5423 #. hand side of the :.
5424 #: gcc.c:5092
5425 #, c-format
5426 msgid "spec failure: '%%*' has not been initialized by pattern match"
5427 msgstr ""
5428
5429 #: gcc.c:5101
5430 #, c-format
5431 msgid "warning: use of obsolete %%[ operator in specs"
5432 msgstr ""
5433
5434 #: gcc.c:5119
5435 #, c-format
5436 msgid "Processing spec %c%s%c, which is '%s'\n"
5437 msgstr ""
5438
5439 #: gcc.c:5182
5440 #, c-format
5441 msgid "spec failure: unrecognized spec option '%c'"
5442 msgstr ""
5443
5444 #: gcc.c:5261
5445 #, c-format
5446 msgid "unknown spec function `%s'"
5447 msgstr ""
5448
5449 #: gcc.c:5280
5450 #, c-format
5451 msgid "error in args to spec function `%s'"
5452 msgstr ""
5453
5454 #: gcc.c:5328
5455 msgid "malformed spec function name"
5456 msgstr ""
5457
5458 #. )
5459 #: gcc.c:5331
5460 msgid "no arguments for spec function"
5461 msgstr ""
5462
5463 #: gcc.c:5350
5464 msgid "malformed spec function arguments"
5465 msgstr ""
5466
5467 #: gcc.c:6076
5468 msgid "spec failure: more than one arg to SYSROOT_SUFFIX_SPEC."
5469 msgstr ""
5470
5471 #: gcc.c:6086
5472 msgid "spec failure: more than one arg to SYSROOT_HEADERS_SUFFIX_SPEC."
5473 msgstr ""
5474
5475 #: gcc.c:6179
5476 #, c-format
5477 msgid "unrecognized option `-%s'"
5478 msgstr ""
5479
5480 #: gcc.c:6185
5481 #, c-format
5482 msgid "install: %s%s\n"
5483 msgstr ""
5484
5485 #: gcc.c:6186
5486 #, c-format
5487 msgid "programs: %s\n"
5488 msgstr ""
5489
5490 #: gcc.c:6187
5491 #, c-format
5492 msgid "libraries: %s\n"
5493 msgstr ""
5494
5495 #: gcc.c:6244
5496 #, c-format
5497 msgid ""
5498 "\n"
5499 "For bug reporting instructions, please see:\n"
5500 msgstr ""
5501
5502 #: gcc.c:6260
5503 #, c-format
5504 msgid "Configured with: %s\n"
5505 msgstr ""
5506
5507 #: gcc.c:6274
5508 #, c-format
5509 msgid "Thread model: %s\n"
5510 msgstr ""
5511
5512 #: gcc.c:6285
5513 #, c-format
5514 msgid "gcc version %s\n"
5515 msgstr ""
5516
5517 #: gcc.c:6287
5518 #, c-format
5519 msgid "gcc driver version %s executing gcc version %s\n"
5520 msgstr ""
5521
5522 #: gcc.c:6295
5523 msgid "no input files"
5524 msgstr ""
5525
5526 #: gcc.c:6317 gcc.c:6436
5527 #, c-format
5528 msgid "%s: linker input file unused because linking not done"
5529 msgstr ""
5530
5531 #: gcc.c:6320
5532 msgid "cannot specify -o with -c or -S and multiple languages"
5533 msgstr ""
5534
5535 #: gcc.c:6355
5536 #, c-format
5537 msgid "%s: %s compiler not installed on this system"
5538 msgstr ""
5539
5540 #: gcc.c:6476
5541 #, c-format
5542 msgid "language %s not recognized"
5543 msgstr ""
5544
5545 #: gcc.c:6573
5546 msgid "internal gcc abort"
5547 msgstr ""
5548
5549 #: gcov.c:384
5550 msgid "Internal gcov abort.\n"
5551 msgstr ""
5552
5553 #: gcov.c:397
5554 msgid ""
5555 "Usage: gcov [OPTION]... SOURCEFILE\n"
5556 "\n"
5557 msgstr ""
5558
5559 #: gcov.c:398
5560 msgid ""
5561 "Print code coverage information.\n"
5562 "\n"
5563 msgstr ""
5564
5565 #: gcov.c:399
5566 msgid "  -h, --help                      Print this help, then exit\n"
5567 msgstr ""
5568
5569 #: gcov.c:400
5570 msgid "  -v, --version                   Print version number, then exit\n"
5571 msgstr ""
5572
5573 #: gcov.c:401
5574 msgid ""
5575 "  -a, --all-blocks                Show information for every basic block\n"
5576 msgstr ""
5577
5578 #: gcov.c:402
5579 msgid ""
5580 "  -b, --branch-probabilities      Include branch probabilities in output\n"
5581 msgstr ""
5582
5583 #: gcov.c:403
5584 msgid ""
5585 "  -c, --branch-counts             Given counts of branches taken\n"
5586 "                                    rather than percentages\n"
5587 msgstr ""
5588
5589 #: gcov.c:405
5590 msgid "  -n, --no-output                 Do not create an output file\n"
5591 msgstr ""
5592
5593 #: gcov.c:406
5594 msgid ""
5595 "  -l, --long-file-names           Use long output file names for included\n"
5596 "                                    source files\n"
5597 msgstr ""
5598
5599 #: gcov.c:408
5600 msgid "  -f, --function-summaries        Output summaries for each function\n"
5601 msgstr ""
5602
5603 #: gcov.c:409
5604 msgid ""
5605 "  -o, --object-directory DIR|FILE Search for object files in DIR or called "
5606 "FILE\n"
5607 msgstr ""
5608
5609 #: gcov.c:410
5610 msgid "  -p, --preserve-paths            Preserve all pathname components\n"
5611 msgstr ""
5612
5613 #: gcov.c:411
5614 msgid ""
5615 "  -u, --unconditional-branches    Show unconditional branch counts too\n"
5616 msgstr ""
5617
5618 #: gcov.c:412
5619 #, c-format
5620 msgid ""
5621 "\n"
5622 "For bug reporting instructions, please see:\n"
5623 "%s.\n"
5624 msgstr ""
5625
5626 #: gcov.c:422
5627 #, c-format
5628 msgid "gcov (GCC) %s\n"
5629 msgstr ""
5630
5631 #: gcov.c:423
5632 msgid "Copyright (C) 2003 Free Software Foundation, Inc.\n"
5633 msgstr ""
5634
5635 #: gcov.c:425
5636 msgid ""
5637 "This is free software; see the source for copying conditions.\n"
5638 "There is NO warranty; not even for MERCHANTABILITY or \n"
5639 "FITNESS FOR A PARTICULAR PURPOSE.\n"
5640 "\n"
5641 msgstr ""
5642
5643 #: gcov.c:515
5644 #, c-format
5645 msgid "%s:no functions found\n"
5646 msgstr ""
5647
5648 #: gcov.c:536 gcov.c:564
5649 msgid "\n"
5650 msgstr ""
5651
5652 #: gcov.c:551
5653 #, c-format
5654 msgid "%s:creating `%s'\n"
5655 msgstr ""
5656
5657 #: gcov.c:555
5658 #, c-format
5659 msgid "%s:error writing output file `%s'\n"
5660 msgstr ""
5661
5662 #: gcov.c:560
5663 #, c-format
5664 msgid "%s:could not open output file `%s'\n"
5665 msgstr ""
5666
5667 #: gcov.c:711
5668 #, c-format
5669 msgid "%s:cannot open graph file\n"
5670 msgstr ""
5671
5672 #: gcov.c:717
5673 #, c-format
5674 msgid "%s:not a gcov graph file\n"
5675 msgstr ""
5676
5677 #: gcov.c:730
5678 #, c-format
5679 msgid "%s:version `%.4s', prefer `%.4s'\n"
5680 msgstr ""
5681
5682 #: gcov.c:782
5683 #, c-format
5684 msgid "%s:already seen blocks for `%s'\n"
5685 msgstr ""
5686
5687 #: gcov.c:903 gcov.c:1062
5688 #, c-format
5689 msgid "%s:corrupted\n"
5690 msgstr ""
5691
5692 #: gcov.c:976
5693 #, c-format
5694 msgid "%s:cannot open data file\n"
5695 msgstr ""
5696
5697 #: gcov.c:981
5698 #, c-format
5699 msgid "%s:not a gcov data file\n"
5700 msgstr ""
5701
5702 #: gcov.c:994
5703 #, c-format
5704 msgid "%s:version `%.4s', prefer version `%.4s'\n"
5705 msgstr ""
5706
5707 #: gcov.c:1000
5708 #, c-format
5709 msgid "%s:stamp mismatch with graph file\n"
5710 msgstr ""
5711
5712 #: gcov.c:1026
5713 #, c-format
5714 msgid "%s:unknown function `%u'\n"
5715 msgstr ""
5716
5717 #: gcov.c:1039
5718 #, c-format
5719 msgid "%s:profile mismatch for `%s'\n"
5720 msgstr ""
5721
5722 #: gcov.c:1062
5723 #, c-format
5724 msgid "%s:overflowed\n"
5725 msgstr ""
5726
5727 #: gcov.c:1085
5728 #, c-format
5729 msgid "%s:`%s' lacks entry and/or exit blocks\n"
5730 msgstr ""
5731
5732 #: gcov.c:1090
5733 #, c-format
5734 msgid "%s:`%s' has arcs to entry block\n"
5735 msgstr ""
5736
5737 #: gcov.c:1098
5738 #, c-format
5739 msgid "%s:`%s' has arcs from exit block\n"
5740 msgstr ""
5741
5742 #: gcov.c:1306
5743 #, c-format
5744 msgid "%s:graph is unsolvable for `%s'\n"
5745 msgstr ""
5746
5747 #: gcov.c:1386
5748 #, c-format
5749 msgid "%s `%s'\n"
5750 msgstr ""
5751
5752 #: gcov.c:1389
5753 #, c-format
5754 msgid "Lines executed:%s of %d\n"
5755 msgstr ""
5756
5757 #: gcov.c:1393
5758 msgid "No executable lines"
5759 msgstr ""
5760
5761 #: gcov.c:1399
5762 #, c-format
5763 msgid "Branches executed:%s of %d\n"
5764 msgstr ""
5765
5766 #: gcov.c:1403
5767 #, c-format
5768 msgid "Taken at least once:%s of %d\n"
5769 msgstr ""
5770
5771 #: gcov.c:1409
5772 msgid "No branches\n"
5773 msgstr ""
5774
5775 #: gcov.c:1411
5776 #, c-format
5777 msgid "Calls executed:%s of %d\n"
5778 msgstr ""
5779
5780 #: gcov.c:1415
5781 msgid "No calls\n"
5782 msgstr ""
5783
5784 #: gcov.c:1556
5785 #, c-format
5786 msgid "%s:no lines for `%s'\n"
5787 msgstr ""
5788
5789 #: gcov.c:1751
5790 #, c-format
5791 msgid "call   %2d returned %s\n"
5792 msgstr ""
5793
5794 #: gcov.c:1756
5795 #, c-format
5796 msgid "call   %2d never executed\n"
5797 msgstr ""
5798
5799 #: gcov.c:1761
5800 #, c-format
5801 msgid "branch %2d taken %s%s\n"
5802 msgstr ""
5803
5804 #: gcov.c:1765
5805 #, c-format
5806 msgid "branch %2d never executed\n"
5807 msgstr ""
5808
5809 #: gcov.c:1770
5810 #, c-format
5811 msgid "unconditional %2d taken %s\n"
5812 msgstr ""
5813
5814 #: gcov.c:1773
5815 #, c-format
5816 msgid "unconditional %2d never executed\n"
5817 msgstr ""
5818
5819 #: gcov.c:1805
5820 #, c-format
5821 msgid "%s:cannot open source file\n"
5822 msgstr ""
5823
5824 #: gcov.c:1815
5825 #, c-format
5826 msgid "%s:source file is newer than graph file `%s'\n"
5827 msgstr ""
5828
5829 #. Return if there's nothing to do, or it is too expensive.
5830 #: gcse.c:747
5831 msgid "GCSE disabled"
5832 msgstr ""
5833
5834 #: gcse.c:6123
5835 msgid "NULL pointer checks disabled"
5836 msgstr ""
5837
5838 #. Return if there's nothing to do, or it is too expensive.
5839 #: gcse.c:8009
5840 msgid "jump bypassing disabled"
5841 msgstr ""
5842
5843 #: gcse.c:8070
5844 #, c-format
5845 msgid "%s: %d basic blocks and %d edges/basic block"
5846 msgstr ""
5847
5848 #: gcse.c:8083
5849 #, c-format
5850 msgid "%s: %d basic blocks and %d registers"
5851 msgstr ""
5852
5853 #: ggc-common.c:399 ggc-common.c:407 ggc-common.c:488 ggc-common.c:508
5854 #: ggc-page.c:2159 ggc-page.c:2191 ggc-page.c:2198 ggc-zone.c:1380
5855 #: ggc-zone.c:1386 ggc-zone.c:1391 ggc-zone.c:1398
5856 #, c-format
5857 msgid "can't write PCH file: %m"
5858 msgstr ""
5859
5860 #: ggc-common.c:501
5861 #, c-format
5862 msgid "can't get position in PCH file: %m"
5863 msgstr ""
5864
5865 #: ggc-common.c:511
5866 #, c-format
5867 msgid "can't write padding to PCH file: %m"
5868 msgstr ""
5869
5870 #: ggc-common.c:564 ggc-common.c:572 ggc-common.c:579 ggc-common.c:582
5871 #: ggc-common.c:655 ggc-common.c:658 ggc-page.c:2286 ggc-zone.c:1408
5872 #, c-format
5873 msgid "can't read PCH file: %m"
5874 msgstr ""
5875
5876 #: ggc-common.c:682
5877 msgid "had to relocate PCH"
5878 msgstr ""
5879
5880 #: ggc-page.c:1410
5881 #, c-format
5882 msgid "open /dev/zero: %m"
5883 msgstr ""
5884
5885 #: ggc-page.c:2176 ggc-page.c:2182
5886 msgid "can't write PCH file"
5887 msgstr ""
5888
5889 #: global.c:356 global.c:369 global.c:383
5890 #, c-format
5891 msgid "%s cannot be used in asm here"
5892 msgstr ""
5893
5894 #: graph.c:403 toplev.c:1489 toplev.c:4424 f/com.c:14202 java/jcf-parse.c:883
5895 #: java/jcf-parse.c:1030 java/lex.c:1828 objc/objc-act.c:504
5896 #, c-format
5897 msgid "can't open %s: %m"
5898 msgstr ""
5899
5900 #: haifa-sched.c:196
5901 #, c-format
5902 msgid "fix_sched_param: unknown param: %s"
5903 msgstr ""
5904
5905 #: integrate.c:166
5906 msgid "function cannot be inline"
5907 msgstr ""
5908
5909 #: integrate.c:170
5910 msgid "varargs function cannot be inline"
5911 msgstr ""
5912
5913 #: integrate.c:173
5914 msgid "function using alloca cannot be inline"
5915 msgstr ""
5916
5917 #: integrate.c:176
5918 msgid "function using longjmp cannot be inline"
5919 msgstr ""
5920
5921 #: integrate.c:179
5922 msgid "function using setjmp cannot be inline"
5923 msgstr ""
5924
5925 #: integrate.c:182
5926 msgid "function uses __builtin_eh_return"
5927 msgstr ""
5928
5929 #: integrate.c:185
5930 msgid "function with nested functions cannot be inline"
5931 msgstr ""
5932
5933 #: integrate.c:189
5934 msgid "function with label addresses used in initializers cannot inline"
5935 msgstr ""
5936
5937 #: integrate.c:196 integrate.c:240
5938 msgid "function too large to be inline"
5939 msgstr ""
5940
5941 #: integrate.c:206
5942 msgid "no prototype, and parameter address used; cannot be inline"
5943 msgstr ""
5944
5945 #: integrate.c:213 integrate.c:258
5946 msgid "inline functions not supported for this return value type"
5947 msgstr ""
5948
5949 #: integrate.c:218
5950 msgid "function with varying-size return value cannot be inline"
5951 msgstr ""
5952
5953 #: integrate.c:225
5954 msgid "function with varying-size parameter cannot be inline"
5955 msgstr ""
5956
5957 #: integrate.c:228
5958 msgid "function with transparent unit parameter cannot be inline"
5959 msgstr ""
5960
5961 #: integrate.c:247
5962 msgid "function with computed jump cannot inline"
5963 msgstr ""
5964
5965 #: integrate.c:251
5966 msgid "function with nonlocal goto cannot be inline"
5967 msgstr ""
5968
5969 #: integrate.c:265
5970 msgid "function with target specific attribute(s) cannot be inlined"
5971 msgstr ""
5972
5973 #: jump.c:1896
5974 msgid "%Hwill never be executed"
5975 msgstr ""
5976
5977 #: line-map.c:218
5978 #, c-format
5979 msgid "In file included from %s:%u"
5980 msgstr ""
5981
5982 #. Translators note: this message is used in conjunction
5983 #. with "In file included from %s:%ld" and some other
5984 #. tricks.  We want something like this:
5985 #.
5986 #. | In file included from sys/select.h:123,
5987 #. |                  from sys/types.h:234,
5988 #. |                  from userfile.c:31:
5989 #. | bits/select.h:45: <error message here>
5990 #.
5991 #. with all the "from"s lined up.
5992 #. The trailing comma is at the beginning of this message,
5993 #. and the trailing colon is not translated.
5994 #: line-map.c:236
5995 #, c-format
5996 msgid ""
5997 ",\n"
5998 "                 from %s:%u"
5999 msgstr ""
6000
6001 #. What to print when a switch has no documentation.
6002 #: opts.c:149
6003 msgid "This switch lacks documentation"
6004 msgstr ""
6005
6006 #. Eventually this should become a hard error IMO.
6007 #: opts.c:318
6008 #, c-format
6009 msgid "command line option \"%s\" is valid for %s but not for %s"
6010 msgstr ""
6011
6012 #: opts.c:406
6013 #, c-format
6014 msgid "missing argument to \"%s\""
6015 msgstr ""
6016
6017 #: opts.c:416
6018 #, c-format
6019 msgid "argument to \"%s\" should be a non-negative integer"
6020 msgstr ""
6021
6022 #: opts.c:463
6023 #, c-format
6024 msgid "unrecognized command line option \"%s\""
6025 msgstr ""
6026
6027 #: opts.c:646
6028 msgid "-Wuninitialized is not supported without -O"
6029 msgstr ""
6030
6031 #: opts.c:1354
6032 #, c-format
6033 msgid "unrecognized register name \"%s\""
6034 msgstr ""
6035
6036 #: opts.c:1398
6037 #, c-format
6038 msgid "unknown tls-model \"%s\""
6039 msgstr ""
6040
6041 #: opts.c:1535
6042 #, c-format
6043 msgid "%s: --param arguments should be of the form NAME=VALUE"
6044 msgstr ""
6045
6046 #: opts.c:1540
6047 #, c-format
6048 msgid "invalid --param value `%s'"
6049 msgstr ""
6050
6051 #: opts.c:1636
6052 msgid "target system does not support debug output"
6053 msgstr ""
6054
6055 #: opts.c:1643
6056 #, c-format
6057 msgid "debug format \"%s\" conflicts with prior selection"
6058 msgstr ""
6059
6060 #: opts.c:1659
6061 #, c-format
6062 msgid "unrecognised debug output level \"%s\""
6063 msgstr ""
6064
6065 #: opts.c:1661
6066 #, c-format
6067 msgid "debug output level %s is too high"
6068 msgstr ""
6069
6070 #: opts.c:1680
6071 msgid "The following options are language-independent:\n"
6072 msgstr ""
6073
6074 #: opts.c:1687
6075 #, c-format
6076 msgid ""
6077 "The %s front end recognizes the following options:\n"
6078 "\n"
6079 msgstr ""
6080
6081 #: opts.c:1701
6082 msgid "The --param option recognizes the following as parameters:\n"
6083 msgstr ""
6084
6085 #. If we didn't find this parameter, issue an error message.
6086 #: params.c:76
6087 #, c-format
6088 msgid "invalid parameter `%s'"
6089 msgstr ""
6090
6091 #: profile.c:288
6092 msgid "corrupted profile info: run_max * runs < sum_max"
6093 msgstr ""
6094
6095 #: profile.c:294
6096 msgid "corrupted profile info: sum_all is smaller than sum_max"
6097 msgstr ""
6098
6099 #: profile.c:336
6100 #, c-format
6101 msgid "corrupted profile info: edge from %i to %i exceeds maximal count"
6102 msgstr ""
6103
6104 #: profile.c:499
6105 #, c-format
6106 msgid ""
6107 "corrupted profile info: number of iterations for basic block %d thought to "
6108 "be %i"
6109 msgstr ""
6110
6111 #: profile.c:526
6112 #, c-format
6113 msgid ""
6114 "corrupted profile info: number of executions for edge %d-%d thought to be %i"
6115 msgstr ""
6116
6117 #: protoize.c:534
6118 #, c-format
6119 msgid "%s: internal abort\n"
6120 msgstr ""
6121
6122 #: protoize.c:592
6123 #, c-format
6124 msgid "%s: error writing file `%s': %s\n"
6125 msgstr ""
6126
6127 #: protoize.c:636
6128 #, c-format
6129 msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
6130 msgstr ""
6131
6132 #: protoize.c:639
6133 #, c-format
6134 msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
6135 msgstr ""
6136
6137 #: protoize.c:745
6138 #, c-format
6139 msgid "%s: warning: no read access for file `%s'\n"
6140 msgstr ""
6141
6142 #: protoize.c:753
6143 #, c-format
6144 msgid "%s: warning: no write access for file `%s'\n"
6145 msgstr ""
6146
6147 #: protoize.c:761
6148 #, c-format
6149 msgid "%s: warning: no write access for dir containing `%s'\n"
6150 msgstr ""
6151
6152 #. Catch cases like /.. where we try to backup to a
6153 #. point above the absolute root of the logical file
6154 #. system.
6155 #: protoize.c:1148
6156 #, c-format
6157 msgid "%s: invalid file name: %s\n"
6158 msgstr ""
6159
6160 #: protoize.c:1296
6161 #, c-format
6162 msgid "%s: %s: can't get status: %s\n"
6163 msgstr ""
6164
6165 #: protoize.c:1317
6166 #, c-format
6167 msgid ""
6168 "\n"
6169 "%s: fatal error: aux info file corrupted at line %d\n"
6170 msgstr ""
6171
6172 #: protoize.c:1646
6173 #, c-format
6174 msgid "%s:%d: declaration of function `%s' takes different forms\n"
6175 msgstr ""
6176
6177 #: protoize.c:1901
6178 #, c-format
6179 msgid "%s: compiling `%s'\n"
6180 msgstr ""
6181
6182 #: protoize.c:1924
6183 #, c-format
6184 msgid "%s: wait: %s\n"
6185 msgstr ""
6186
6187 #: protoize.c:1929
6188 #, c-format
6189 msgid "%s: subprocess got fatal signal %d\n"
6190 msgstr ""
6191
6192 #: protoize.c:1937
6193 #, c-format
6194 msgid "%s: %s exited with status %d\n"
6195 msgstr ""
6196
6197 #: protoize.c:1986
6198 #, c-format
6199 msgid "%s: warning: missing SYSCALLS file `%s'\n"
6200 msgstr ""
6201
6202 #: protoize.c:1995 protoize.c:2024
6203 #, c-format
6204 msgid "%s: can't read aux info file `%s': %s\n"
6205 msgstr ""
6206
6207 #: protoize.c:2040 protoize.c:2068
6208 #, c-format
6209 msgid "%s: can't get status of aux info file `%s': %s\n"
6210 msgstr ""
6211
6212 #: protoize.c:2096
6213 #, c-format
6214 msgid "%s: can't open aux info file `%s' for reading: %s\n"
6215 msgstr ""
6216
6217 #: protoize.c:2114
6218 #, c-format
6219 msgid "%s: error reading aux info file `%s': %s\n"
6220 msgstr ""
6221
6222 #: protoize.c:2127
6223 #, c-format
6224 msgid "%s: error closing aux info file `%s': %s\n"
6225 msgstr ""
6226
6227 #: protoize.c:2143
6228 #, c-format
6229 msgid "%s: can't delete aux info file `%s': %s\n"
6230 msgstr ""
6231
6232 #: protoize.c:2225 protoize.c:4195
6233 #, c-format
6234 msgid "%s: can't delete file `%s': %s\n"
6235 msgstr ""
6236
6237 #: protoize.c:2303
6238 #, c-format
6239 msgid "%s: warning: can't rename file `%s' to `%s': %s\n"
6240 msgstr ""
6241
6242 #: protoize.c:2425
6243 #, c-format
6244 msgid "%s: conflicting extern definitions of '%s'\n"
6245 msgstr ""
6246
6247 #: protoize.c:2429
6248 #, c-format
6249 msgid "%s: declarations of '%s' will not be converted\n"
6250 msgstr ""
6251
6252 #: protoize.c:2431
6253 #, c-format
6254 msgid "%s: conflict list for '%s' follows:\n"
6255 msgstr ""
6256
6257 #: protoize.c:2464
6258 #, c-format
6259 msgid "%s: warning: using formals list from %s(%d) for function `%s'\n"
6260 msgstr ""
6261
6262 #: protoize.c:2504
6263 #, c-format
6264 msgid "%s: %d: `%s' used but missing from SYSCALLS\n"
6265 msgstr ""
6266
6267 #: protoize.c:2510
6268 #, c-format
6269 msgid "%s: %d: warning: no extern definition for `%s'\n"
6270 msgstr ""
6271
6272 #: protoize.c:2540
6273 #, c-format
6274 msgid "%s: warning: no static definition for `%s' in file `%s'\n"
6275 msgstr ""
6276
6277 #: protoize.c:2546
6278 #, c-format
6279 msgid "%s: multiple static defs of `%s' in file `%s'\n"
6280 msgstr ""
6281
6282 #: protoize.c:2716 protoize.c:2719
6283 #, c-format
6284 msgid "%s: %d: warning: source too confusing\n"
6285 msgstr ""
6286
6287 #: protoize.c:2915
6288 #, c-format
6289 msgid "%s: %d: warning: varargs function declaration not converted\n"
6290 msgstr ""
6291
6292 #: protoize.c:2930
6293 #, c-format
6294 msgid "%s: declaration of function `%s' not converted\n"
6295 msgstr ""
6296
6297 #: protoize.c:3053
6298 #, c-format
6299 msgid "%s: warning: too many parameter lists in declaration of `%s'\n"
6300 msgstr ""
6301
6302 #: protoize.c:3074
6303 #, c-format
6304 msgid ""
6305 "\n"
6306 "%s: warning: too few parameter lists in declaration of `%s'\n"
6307 msgstr ""
6308
6309 #: protoize.c:3170
6310 #, c-format
6311 msgid "%s: %d: warning: found `%s' but expected `%s'\n"
6312 msgstr ""
6313
6314 #: protoize.c:3345
6315 #, c-format
6316 msgid "%s: local declaration for function `%s' not inserted\n"
6317 msgstr ""
6318
6319 #: protoize.c:3372
6320 #, c-format
6321 msgid ""
6322 "\n"
6323 "%s: %d: warning: can't add declaration of `%s' into macro call\n"
6324 msgstr ""
6325
6326 #: protoize.c:3444
6327 #, c-format
6328 msgid "%s: global declarations for file `%s' not inserted\n"
6329 msgstr ""
6330
6331 #: protoize.c:3533 protoize.c:3563
6332 #, c-format
6333 msgid "%s: definition of function `%s' not converted\n"
6334 msgstr ""
6335
6336 #: protoize.c:3552
6337 #, c-format
6338 msgid "%s: %d: warning: definition of %s not converted\n"
6339 msgstr ""
6340
6341 #: protoize.c:3878
6342 #, c-format
6343 msgid "%s: found definition of `%s' at %s(%d)\n"
6344 msgstr ""
6345
6346 #. If we make it here, then we did not know about this
6347 #. function definition.
6348 #: protoize.c:3894
6349 #, c-format
6350 msgid "%s: %d: warning: `%s' excluded by preprocessing\n"
6351 msgstr ""
6352
6353 #: protoize.c:3897
6354 #, c-format
6355 msgid "%s: function definition not converted\n"
6356 msgstr ""
6357
6358 #: protoize.c:3955
6359 #, c-format
6360 msgid "%s: `%s' not converted\n"
6361 msgstr ""
6362
6363 #: protoize.c:3963
6364 #, c-format
6365 msgid "%s: would convert file `%s'\n"
6366 msgstr ""
6367
6368 #: protoize.c:3966
6369 #, c-format
6370 msgid "%s: converting file `%s'\n"
6371 msgstr ""
6372
6373 #: protoize.c:3976
6374 #, c-format
6375 msgid "%s: can't get status for file `%s': %s\n"
6376 msgstr ""
6377
6378 #: protoize.c:4018
6379 #, c-format
6380 msgid "%s: can't open file `%s' for reading: %s\n"
6381 msgstr ""
6382
6383 #: protoize.c:4033
6384 #, c-format
6385 msgid ""
6386 "\n"
6387 "%s: error reading input file `%s': %s\n"
6388 msgstr ""
6389
6390 #: protoize.c:4067
6391 #, c-format
6392 msgid "%s: can't create/open clean file `%s': %s\n"
6393 msgstr ""
6394
6395 #: protoize.c:4172
6396 #, c-format
6397 msgid "%s: warning: file `%s' already saved in `%s'\n"
6398 msgstr ""
6399
6400 #: protoize.c:4180
6401 #, c-format
6402 msgid "%s: can't link file `%s' to `%s': %s\n"
6403 msgstr ""
6404
6405 #: protoize.c:4210
6406 #, c-format
6407 msgid "%s: can't create/open output file `%s': %s\n"
6408 msgstr ""
6409
6410 #: protoize.c:4243
6411 #, c-format
6412 msgid "%s: can't change mode of file `%s': %s\n"
6413 msgstr ""
6414
6415 #: protoize.c:4416
6416 #, c-format
6417 msgid "%s: cannot get working directory: %s\n"
6418 msgstr ""
6419
6420 #: protoize.c:4514
6421 #, c-format
6422 msgid "%s: input file names must have .c suffixes: %s\n"
6423 msgstr ""
6424
6425 #: ra.c:750
6426 msgid "Didn't find a coloring.\n"
6427 msgstr ""
6428
6429 #: reg-stack.c:665
6430 #, c-format
6431 msgid "output constraint %d must specify a single register"
6432 msgstr ""
6433
6434 #: reg-stack.c:675
6435 #, c-format
6436 msgid "output constraint %d cannot be specified together with \"%s\" clobber"
6437 msgstr ""
6438
6439 #: reg-stack.c:698
6440 msgid "output regs must be grouped at top of stack"
6441 msgstr ""
6442
6443 #: reg-stack.c:735
6444 msgid "implicitly popped regs must be grouped at top of stack"
6445 msgstr ""
6446
6447 #: reg-stack.c:754
6448 #, c-format
6449 msgid "output operand %d must use `&' constraint"
6450 msgstr ""
6451
6452 #: regclass.c:750
6453 #, c-format
6454 msgid "can't use '%s' as a %s register"
6455 msgstr ""
6456
6457 #: regclass.c:765 config/ia64/ia64.c:4674 config/ia64/ia64.c:4681
6458 #, c-format
6459 msgid "unknown register name: %s"
6460 msgstr ""
6461
6462 #: regclass.c:775
6463 msgid "global register variable follows a function definition"
6464 msgstr ""
6465
6466 #: regclass.c:779
6467 msgid "register used for two global register variables"
6468 msgstr ""
6469
6470 #: regclass.c:784
6471 msgid "call-clobbered register used for global register variable"
6472 msgstr ""
6473
6474 #: regrename.c:1846
6475 #, c-format
6476 msgid "validate_value_data: [%u] Bad next_regno for empty chain (%u)"
6477 msgstr ""
6478
6479 #: regrename.c:1858
6480 #, c-format
6481 msgid "validate_value_data: Loop in regno chain (%u)"
6482 msgstr ""
6483
6484 #: regrename.c:1861
6485 #, c-format
6486 msgid "validate_value_data: [%u] Bad oldest_regno (%u)"
6487 msgstr ""
6488
6489 #: regrename.c:1873
6490 #, c-format
6491 msgid "validate_value_data: [%u] Non-empty reg in chain (%s %u %i)"
6492 msgstr ""
6493
6494 #: reload.c:1254
6495 msgid "cannot reload integer constant operand in `asm'"
6496 msgstr ""
6497
6498 #: reload.c:1276
6499 msgid "impossible register constraint in `asm'"
6500 msgstr ""
6501
6502 #: reload.c:3498
6503 msgid "`&' constraint used with no register class"
6504 msgstr ""
6505
6506 #: reload.c:3666
6507 msgid "unable to generate reloads for:"
6508 msgstr ""
6509
6510 #: reload.c:3667 reload.c:3881
6511 msgid "inconsistent operand constraints in an `asm'"
6512 msgstr ""
6513
6514 #: reload1.c:1212
6515 msgid "frame size too large for reliable stack checking"
6516 msgstr ""
6517
6518 #: reload1.c:1215
6519 msgid "try reducing the number of local variables"
6520 msgstr ""
6521
6522 #: reload1.c:1868
6523 #, c-format
6524 msgid "can't find a register in class `%s' while reloading `asm'"
6525 msgstr ""
6526
6527 #: reload1.c:1872
6528 #, c-format
6529 msgid "unable to find a register to spill in class `%s'"
6530 msgstr ""
6531
6532 #: reload1.c:1874
6533 msgid "this is the insn:"
6534 msgstr ""
6535
6536 #: reload1.c:3871
6537 msgid "`asm' operand requires impossible reload"
6538 msgstr ""
6539
6540 #. It's the compiler's fault.
6541 #: reload1.c:4965
6542 msgid "could not find a spill register"
6543 msgstr ""
6544
6545 #: reload1.c:4970
6546 msgid "`asm' operand constraint incompatible with operand size"
6547 msgstr ""
6548
6549 #. It's the compiler's fault.
6550 #: reload1.c:6592
6551 msgid "VOIDmode on an output"
6552 msgstr ""
6553
6554 #: reload1.c:6593
6555 msgid "output operand is constant in `asm'"
6556 msgstr ""
6557
6558 #: rtl-error.c:124
6559 msgid "unrecognizable insn:"
6560 msgstr ""
6561
6562 #: rtl-error.c:126
6563 msgid "insn does not satisfy its constraints:"
6564 msgstr ""
6565
6566 #: rtl.c:481
6567 #, c-format
6568 msgid "RTL check: access of elt %d of `%s' with last elt %d in %s, at %s:%d"
6569 msgstr ""
6570
6571 #: rtl.c:491
6572 #, c-format
6573 msgid ""
6574 "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
6575 msgstr ""
6576
6577 #: rtl.c:501
6578 #, c-format
6579 msgid ""
6580 "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %"
6581 "s:%d"
6582 msgstr ""
6583
6584 #: rtl.c:510
6585 #, c-format
6586 msgid "RTL check: expected code `%s', have `%s' in %s, at %s:%d"
6587 msgstr ""
6588
6589 #: rtl.c:520
6590 #, c-format
6591 msgid "RTL check: expected code `%s' or `%s', have `%s' in %s, at %s:%d"
6592 msgstr ""
6593
6594 #: rtl.c:531
6595 #, c-format
6596 msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
6597 msgstr ""
6598
6599 #: rtl.c:542
6600 #, c-format
6601 msgid "RTL flag check: %s used with unexpected rtx code `%s' in %s, at %s:%d"
6602 msgstr ""
6603
6604 #: stmt.c:746
6605 #, c-format
6606 msgid "jump to `%s' invalidly jumps into binding contour"
6607 msgstr ""
6608
6609 #: stmt.c:973 stmt.c:3789
6610 msgid "%Jlabel '%D' used before containing binding contour"
6611 msgstr ""
6612
6613 #: stmt.c:1152
6614 msgid "output operand constraint lacks `='"
6615 msgstr ""
6616
6617 #: stmt.c:1167
6618 #, c-format
6619 msgid "output constraint `%c' for operand %d is not at the beginning"
6620 msgstr ""
6621
6622 #: stmt.c:1189
6623 msgid "operand constraint contains incorrectly positioned '+' or '='"
6624 msgstr ""
6625
6626 #: stmt.c:1195 stmt.c:1297
6627 #, c-format
6628 msgid "`%%' constraint used with last operand"
6629 msgstr ""
6630
6631 #: stmt.c:1214
6632 msgid "matching constraint not valid in output operand"
6633 msgstr ""
6634
6635 #: stmt.c:1256
6636 msgid "read-write constraint does not allow a register"
6637 msgstr ""
6638
6639 #: stmt.c:1288
6640 #, c-format
6641 msgid "input operand constraint contains `%c'"
6642 msgstr ""
6643
6644 #: stmt.c:1330
6645 msgid "matching constraint references invalid operand number"
6646 msgstr ""
6647
6648 #: stmt.c:1368
6649 #, c-format
6650 msgid "invalid punctuation `%c' in constraint"
6651 msgstr ""
6652
6653 #: stmt.c:1392
6654 msgid "matching constraint does not allow a register"
6655 msgstr ""
6656
6657 #: stmt.c:1420
6658 #, c-format
6659 msgid "asm-specifier for variable `%s' conflicts with asm clobber list"
6660 msgstr ""
6661
6662 #: stmt.c:1510
6663 #, c-format
6664 msgid "unknown register name `%s' in `asm'"
6665 msgstr ""
6666
6667 #: stmt.c:1518
6668 #, c-format
6669 msgid "PIC register `%s' clobbered in `asm'"
6670 msgstr ""
6671
6672 #: stmt.c:1567
6673 #, c-format
6674 msgid "more than %d operands in `asm'"
6675 msgstr ""
6676
6677 #: stmt.c:1629
6678 #, c-format
6679 msgid "output number %d not directly addressable"
6680 msgstr ""
6681
6682 #: stmt.c:1707
6683 #, c-format
6684 msgid "asm operand %d probably doesn't match constraints"
6685 msgstr ""
6686
6687 #: stmt.c:1717
6688 #, c-format
6689 msgid "use of memory input without lvalue in asm operand %d is deprecated"
6690 msgstr ""
6691
6692 #: stmt.c:1871
6693 msgid "asm clobber conflict with output operand"
6694 msgstr ""
6695
6696 #: stmt.c:1876
6697 msgid "asm clobber conflict with input operand"
6698 msgstr ""
6699
6700 #: stmt.c:1910
6701 msgid "too many alternatives in `asm'"
6702 msgstr ""
6703
6704 #: stmt.c:1922
6705 msgid "operand constraints for `asm' differ in number of alternatives"
6706 msgstr ""
6707
6708 #: stmt.c:1974
6709 #, c-format
6710 msgid "duplicate asm operand name '%s'"
6711 msgstr ""
6712
6713 #: stmt.c:2072
6714 msgid "missing close brace for named operand"
6715 msgstr ""
6716
6717 #: stmt.c:2100
6718 #, c-format
6719 msgid "undefined named operand '%s'"
6720 msgstr ""
6721
6722 #: stmt.c:2157
6723 msgid "%Hstatement with no effect"
6724 msgstr ""
6725
6726 #: stmt.c:2313
6727 msgid "%Hvalue computed is not used"
6728 msgstr ""
6729
6730 #: stmt.c:3729
6731 msgid "%Junused variable '%D'"
6732 msgstr ""
6733
6734 #: stmt.c:4504
6735 msgid "%Hunreachable code at beginning of %s"
6736 msgstr ""
6737
6738 #: stmt.c:5132
6739 #, c-format
6740 msgid "enumeration value `%s' not handled in switch"
6741 msgstr ""
6742
6743 #: stmt.c:5157 stmt.c:5177
6744 #, c-format
6745 msgid "case value `%ld' not in enumerated type"
6746 msgstr ""
6747
6748 #: stmt.c:5160 stmt.c:5180
6749 #, c-format
6750 msgid "case value `%ld' not in enumerated type `%s'"
6751 msgstr ""
6752
6753 #: stmt.c:5405
6754 msgid "switch missing default case"
6755 msgstr ""
6756
6757 #: stor-layout.c:183
6758 msgid "type size can't be explicitly evaluated"
6759 msgstr ""
6760
6761 #: stor-layout.c:185
6762 msgid "variable-size type declared outside of any function"
6763 msgstr ""
6764
6765 #: stor-layout.c:515
6766 msgid "%Jsize of '%D' is %d bytes"
6767 msgstr ""
6768
6769 #: stor-layout.c:517
6770 msgid "%Jsize of '%D' is larger than %d bytes"
6771 msgstr ""
6772
6773 #: stor-layout.c:883
6774 msgid "%Jpacked attribute causes inefficient alignment for '%D'"
6775 msgstr ""
6776
6777 #: stor-layout.c:886
6778 msgid "%Jpacked attribute is unnecessary for '%D'"
6779 msgstr ""
6780
6781 #: stor-layout.c:902
6782 msgid "%Jpadding struct to align '%D'"
6783 msgstr ""
6784
6785 #: stor-layout.c:1245
6786 msgid "padding struct size to alignment boundary"
6787 msgstr ""
6788
6789 #: stor-layout.c:1275
6790 #, c-format
6791 msgid "packed attribute causes inefficient alignment for `%s'"
6792 msgstr ""
6793
6794 #: stor-layout.c:1277
6795 #, c-format
6796 msgid "packed attribute is unnecessary for `%s'"
6797 msgstr ""
6798
6799 #: stor-layout.c:1282
6800 msgid "packed attribute causes inefficient alignment"
6801 msgstr ""
6802
6803 #: stor-layout.c:1284
6804 msgid "packed attribute is unnecessary"
6805 msgstr ""
6806
6807 #: targhooks.c:132
6808 msgid "__builtin_saveregs not supported by this target"
6809 msgstr ""
6810
6811 #: timevar.c:314
6812 #, c-format
6813 msgid "cannot timevar_pop '%s' when top of timevars stack is '%s'"
6814 msgstr ""
6815
6816 #: timevar.c:440
6817 msgid ""
6818 "\n"
6819 "Execution times (seconds)\n"
6820 msgstr ""
6821
6822 #. Print total time.
6823 #: timevar.c:490
6824 msgid " TOTAL                 :"
6825 msgstr ""
6826
6827 #: timevar.c:518
6828 #, c-format
6829 msgid "time in %s: %ld.%06ld (%ld%%)\n"
6830 msgstr ""
6831
6832 #: tlink.c:377
6833 #, c-format
6834 msgid "collect: reading %s\n"
6835 msgstr ""
6836
6837 #: tlink.c:478
6838 #, c-format
6839 msgid "collect: recompiling %s\n"
6840 msgstr ""
6841
6842 #: tlink.c:654
6843 #, c-format
6844 msgid "collect: tweaking %s in %s\n"
6845 msgstr ""
6846
6847 #: tlink.c:700
6848 #, c-format
6849 msgid "collect: relinking\n"
6850 msgstr ""
6851
6852 #: tlink.c:709
6853 #, c-format
6854 msgid "ld returned %d exit status"
6855 msgstr ""
6856
6857 #: toplev.c:1234
6858 #, c-format
6859 msgid "%s "
6860 msgstr ""
6861
6862 #: toplev.c:1236
6863 #, c-format
6864 msgid " %s"
6865 msgstr ""
6866
6867 #: toplev.c:1301
6868 #, c-format
6869 msgid "invalid option argument `%s'"
6870 msgstr ""
6871
6872 #: toplev.c:1364
6873 #, c-format
6874 msgid "getting core file size maximum limit: %m"
6875 msgstr ""
6876
6877 #: toplev.c:1367
6878 #, c-format
6879 msgid "setting core file size limit to maximum: %m"
6880 msgstr ""
6881
6882 #: toplev.c:1686
6883 msgid "%J'%F' used but never defined"
6884 msgstr ""
6885
6886 #: toplev.c:1688
6887 msgid "%J'%F' declared `static' but never defined"
6888 msgstr ""
6889
6890 #: toplev.c:1713
6891 msgid "%J'%D' defined but not used"
6892 msgstr ""
6893
6894 #: toplev.c:1734 toplev.c:1751
6895 #, c-format
6896 msgid "`%s' is deprecated (declared at %s:%d)"
6897 msgstr ""
6898
6899 #: toplev.c:1754
6900 #, c-format
6901 msgid "`%s' is deprecated"
6902 msgstr ""
6903
6904 #: toplev.c:1757
6905 #, c-format
6906 msgid "type is deprecated (declared at %s:%d)"
6907 msgstr ""
6908
6909 #: toplev.c:1760
6910 msgid "type is deprecated"
6911 msgstr ""
6912
6913 #: toplev.c:1964
6914 #, c-format
6915 msgid "invalid register name `%s' for register variable"
6916 msgstr ""
6917
6918 #: toplev.c:3537
6919 msgid ""
6920 "branch target register load optimization is not intended to be run twice"
6921 msgstr ""
6922
6923 #: toplev.c:3704
6924 #, c-format
6925 msgid ""
6926 "\n"
6927 "Target specific options:\n"
6928 msgstr ""
6929
6930 #: toplev.c:3718 toplev.c:3737
6931 #, c-format
6932 msgid "  -m%-23s [undocumented]\n"
6933 msgstr ""
6934
6935 #: toplev.c:3746
6936 #, c-format
6937 msgid ""
6938 "\n"
6939 "There are undocumented target specific options as well.\n"
6940 msgstr ""
6941
6942 #: toplev.c:3748
6943 #, c-format
6944 msgid "  They exist, but they are not documented.\n"
6945 msgstr ""
6946
6947 #: toplev.c:3803
6948 #, c-format
6949 msgid "unrecognized gcc debugging option: %c"
6950 msgstr ""
6951
6952 #: toplev.c:3865 config/rs6000/rs6000.c:909
6953 #, c-format
6954 msgid "invalid option `%s'"
6955 msgstr ""
6956
6957 #: toplev.c:3880
6958 #, c-format
6959 msgid ""
6960 "%s%s%s version %s (%s)\n"
6961 "%s\tcompiled by GNU C version %s.\n"
6962 "%s%s%s version %s (%s) compiled by CC.\n"
6963 msgstr ""
6964
6965 #: toplev.c:3887
6966 #, c-format
6967 msgid ""
6968 "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"
6969 msgstr ""
6970
6971 #: toplev.c:3939
6972 msgid "options passed: "
6973 msgstr ""
6974
6975 #: toplev.c:3968
6976 msgid "options enabled: "
6977 msgstr ""
6978
6979 #: toplev.c:4026 java/jcf-write.c:3422
6980 #, c-format
6981 msgid "can't open %s for writing: %m"
6982 msgstr ""
6983
6984 #: toplev.c:4109 config/sh/sh.c:6884
6985 msgid "created and used with different settings of -fpic"
6986 msgstr ""
6987
6988 #: toplev.c:4111 config/sh/sh.c:6886
6989 msgid "created and used with different settings of -fpie"
6990 msgstr ""
6991
6992 #: toplev.c:4162 config/sh/sh.c:6936
6993 #, c-format
6994 msgid "created and used with differing settings of `-m%s'"
6995 msgstr ""
6996
6997 #: toplev.c:4165 config/sh/sh.c:6939
6998 msgid "out of memory"
6999 msgstr ""
7000
7001 #: toplev.c:4347
7002 msgid "instruction scheduling not supported on this target machine"
7003 msgstr ""
7004
7005 #: toplev.c:4351
7006 msgid "this target machine does not have delayed branches"
7007 msgstr ""
7008
7009 #: toplev.c:4365
7010 #, c-format
7011 msgid "-f%sleading-underscore not supported on this target machine"
7012 msgstr ""
7013
7014 #: toplev.c:4414
7015 #, c-format
7016 msgid "target system does not support the \"%s\" debug format"
7017 msgstr ""
7018
7019 #: toplev.c:4431
7020 msgid "-ffunction-sections not supported for this target"
7021 msgstr ""
7022
7023 #: toplev.c:4436
7024 msgid "-fdata-sections not supported for this target"
7025 msgstr ""
7026
7027 #: toplev.c:4443
7028 msgid "-ffunction-sections disabled; it makes profiling impossible"
7029 msgstr ""
7030
7031 #: toplev.c:4450
7032 msgid "-fprefetch-loop-arrays not supported for this target"
7033 msgstr ""
7034
7035 #: toplev.c:4456
7036 msgid ""
7037 "-fprefetch-loop-arrays not supported for this target (try -march switches)"
7038 msgstr ""
7039
7040 #: toplev.c:4465
7041 msgid "-fprefetch-loop-arrays is not supported with -Os"
7042 msgstr ""
7043
7044 #: toplev.c:4471
7045 msgid "-ffunction-sections may affect debugging on some targets"
7046 msgstr ""
7047
7048 #: toplev.c:4573
7049 #, c-format
7050 msgid "error writing to %s: %m"
7051 msgstr ""
7052
7053 #: toplev.c:4575 java/jcf-parse.c:902 java/jcf-write.c:3429
7054 #, c-format
7055 msgid "error closing %s: %m"
7056 msgstr ""
7057
7058 #: tree-dump.c:692
7059 #, c-format
7060 msgid "could not open dump file `%s'"
7061 msgstr ""
7062
7063 #: tree-dump.c:763
7064 #, c-format
7065 msgid "ignoring unknown option `%.*s' in `-fdump-%s'"
7066 msgstr ""
7067
7068 #: tree-inline.c:1016
7069 msgid ""
7070 "%Jfunction '%F' can never be inlined because it uses alloca (override using "
7071 "the always_inline attribute)"
7072 msgstr ""
7073
7074 #: tree-inline.c:1029
7075 msgid "%Jfunction '%F' can never be inlined because it uses setjmp"
7076 msgstr ""
7077
7078 #: tree-inline.c:1044
7079 msgid ""
7080 "%Jfunction '%F' can never be inlined because it uses variable argument lists"
7081 msgstr ""
7082
7083 #: tree-inline.c:1060
7084 msgid ""
7085 "%Jfunction '%F' can never be inlined because it uses setjmp-longjmp "
7086 "exception handling"
7087 msgstr ""
7088
7089 #: tree-inline.c:1078
7090 msgid ""
7091 "%Jfunction '%F' can never be inlined because it contains a nested function"
7092 msgstr ""
7093
7094 #: tree-inline.c:1095
7095 msgid ""
7096 "%Jfunction '%F' can never be inlined because it contains a computed goto"
7097 msgstr ""
7098
7099 #: tree-inline.c:1105
7100 msgid ""
7101 "%Jfunction '%F' can never be inlined because it contains a nonlocal goto"
7102 msgstr ""
7103
7104 #: tree-inline.c:1128
7105 msgid ""
7106 "%Jfunction '%F' can never be inlined because it uses variable sized variables"
7107 msgstr ""
7108
7109 #: tree-inline.c:1338 tree-inline.c:1345
7110 msgid "%Jinlining failed in call to '%F': %s"
7111 msgstr ""
7112
7113 #: tree-optimize.c:190
7114 msgid "%Jsize of return value of '%D' is %u bytes"
7115 msgstr ""
7116
7117 #: tree-optimize.c:193
7118 msgid "%Jsize of return value of '%D' is larger than %wd bytes"
7119 msgstr ""
7120
7121 #: tree.c:3847
7122 msgid "arrays of functions are not meaningful"
7123 msgstr ""
7124
7125 #: tree.c:3902
7126 msgid "function return type cannot be function"
7127 msgstr ""
7128
7129 #: tree.c:4731
7130 msgid "invalid initializer for bit string"
7131 msgstr ""
7132
7133 #: tree.c:4783
7134 #, c-format
7135 msgid "tree check: expected %s, have %s in %s, at %s:%d"
7136 msgstr ""
7137
7138 #: tree.c:4796
7139 #, c-format
7140 msgid "tree check: expected class '%c', have '%c' (%s) in %s, at %s:%d"
7141 msgstr ""
7142
7143 #: tree.c:4809
7144 #, c-format
7145 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
7146 msgstr ""
7147
7148 #: tree.c:4821
7149 #, c-format
7150 msgid "tree check: accessed operand %d of %s with %d operands in %s, at %s:%d"
7151 msgstr ""
7152
7153 #: varasm.c:398
7154 msgid "%J%D causes a section type conflict"
7155 msgstr ""
7156
7157 #: varasm.c:760
7158 msgid "%Jregister name not specified for '%D'"
7159 msgstr ""
7160
7161 #: varasm.c:762
7162 msgid "%Jinvalid register name for '%D'"
7163 msgstr ""
7164
7165 #: varasm.c:764
7166 msgid "%Jdata type of '%D' isn't suitable for a register"
7167 msgstr ""
7168
7169 #: varasm.c:767
7170 msgid "%Jregister specified for '%D' isn't suitable for data type"
7171 msgstr ""
7172
7173 #: varasm.c:777
7174 msgid "global register variable has initial value"
7175 msgstr ""
7176
7177 #: varasm.c:780
7178 msgid "volatile register variables don't work as you might wish"
7179 msgstr ""
7180
7181 #: varasm.c:812
7182 msgid "%Jregister name given for non-register variable '%D'"
7183 msgstr ""
7184
7185 #: varasm.c:1344
7186 msgid "%Jstorage size of `%D' isn't known"
7187 msgstr ""
7188
7189 #: varasm.c:1398
7190 msgid ""
7191 "%Jalignment of '%D' is greater than maximum object file alignment.  Using %d"
7192 msgstr ""
7193
7194 #: varasm.c:1444
7195 msgid "thread-local COMMON data not implemented"
7196 msgstr ""
7197
7198 #: varasm.c:1469
7199 msgid ""
7200 "%Jrequested alignment for '%D' is greater than implemented alignment of %d"
7201 msgstr ""
7202
7203 #: varasm.c:3536
7204 msgid "initializer for integer value is too complicated"
7205 msgstr ""
7206
7207 #: varasm.c:3541
7208 msgid "initializer for floating value is not a floating constant"
7209 msgstr ""
7210
7211 #: varasm.c:3607
7212 msgid "unknown set constructor type"
7213 msgstr ""
7214
7215 #: varasm.c:3826
7216 #, c-format
7217 msgid "invalid initial value for member `%s'"
7218 msgstr ""
7219
7220 #: varasm.c:4013 varasm.c:4057
7221 msgid "%Jweak declaration of '%D' must precede definition"
7222 msgstr ""
7223
7224 #: varasm.c:4021
7225 msgid ""
7226 "%Jweak declaration of '%D' after first use results in unspecified behavior"
7227 msgstr ""
7228
7229 #: varasm.c:4055
7230 msgid "%Jweak declaration of '%D' must be public"
7231 msgstr ""
7232
7233 #: varasm.c:4064
7234 msgid "%Jweak declaration of '%D' not supported"
7235 msgstr ""
7236
7237 #: varasm.c:4093 varasm.c:4183
7238 msgid "only weak aliases are supported in this configuration"
7239 msgstr ""
7240
7241 #: varasm.c:4186
7242 msgid "alias definitions not supported in this configuration; ignored"
7243 msgstr ""
7244
7245 #: varasm.c:4215
7246 msgid "visibility attribute not supported in this configuration; ignored"
7247 msgstr ""
7248
7249 #: varray.c:194
7250 #, c-format
7251 msgid "virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d"
7252 msgstr ""
7253
7254 #: varray.c:204
7255 #, c-format
7256 msgid "underflowed virtual array %s in %s, at %s:%d"
7257 msgstr ""
7258
7259 #. Print an error message for unrecognized stab codes.
7260 #: xcoffout.c:173
7261 #, c-format
7262 msgid "no sclass for %s stab (0x%x)\n"
7263 msgstr ""
7264
7265 #.
7266 #. Local variables:
7267 #. mode:c
7268 #. End:
7269 #.
7270 #: diagnostic.def:1
7271 msgid "fatal error: "
7272 msgstr ""
7273
7274 #: diagnostic.def:2
7275 msgid "internal compiler error: "
7276 msgstr ""
7277
7278 #: diagnostic.def:3
7279 msgid "error: "
7280 msgstr ""
7281
7282 #: diagnostic.def:4
7283 msgid "sorry, unimplemented: "
7284 msgstr ""
7285
7286 #: diagnostic.def:6
7287 msgid "anachronism: "
7288 msgstr ""
7289
7290 #: diagnostic.def:7
7291 msgid "note: "
7292 msgstr ""
7293
7294 #: diagnostic.def:8
7295 msgid "debug: "
7296 msgstr ""
7297
7298 #: params.def:53
7299 msgid ""
7300 "The maximum number of instructions in a single function eligible for inlining"
7301 msgstr ""
7302
7303 #: params.def:65
7304 msgid "The maximum number of instructions when automatically inlining"
7305 msgstr ""
7306
7307 #: params.def:75
7308 msgid "The maximum number of instructions for the RTL inliner"
7309 msgstr ""
7310
7311 #: params.def:86
7312 msgid "The maximum number of instructions to consider to fill a delay slot"
7313 msgstr ""
7314
7315 #: params.def:97
7316 msgid ""
7317 "The maximum number of instructions to consider to find accurate live "
7318 "register information"
7319 msgstr ""
7320
7321 #: params.def:107
7322 msgid "The maximum length of scheduling's pending operations list"
7323 msgstr ""
7324
7325 #: params.def:112
7326 msgid "The size of function body to be considered large"
7327 msgstr ""
7328
7329 #: params.def:116
7330 msgid "Maximal growth due to inlining of large function (in percent)"
7331 msgstr ""
7332
7333 #: params.def:120
7334 msgid ""
7335 "how much can given compilation unit grow because of the inlining (in percent)"
7336 msgstr ""
7337
7338 #: params.def:127
7339 msgid "The maximum amount of memory to be allocated by GCSE"
7340 msgstr ""
7341
7342 #: params.def:132
7343 msgid "The maximum number of passes to make when doing GCSE"
7344 msgstr ""
7345
7346 #: params.def:139
7347 msgid "The maximum number of instructions to consider to unroll in a loop"
7348 msgstr ""
7349
7350 #: params.def:145
7351 msgid ""
7352 "The maximum number of instructions to consider to unroll in a loop on average"
7353 msgstr ""
7354
7355 #: params.def:150
7356 msgid "The maximum number of unrollings of a single loop"
7357 msgstr ""
7358
7359 #: params.def:155
7360 msgid "The maximum number of insns of a peeled loop"
7361 msgstr ""
7362
7363 #: params.def:160
7364 msgid "The maximum number of peelings of a single loop"
7365 msgstr ""
7366
7367 #: params.def:165
7368 msgid "The maximum number of insns of a completely peeled loop"
7369 msgstr ""
7370
7371 #: params.def:170
7372 msgid ""
7373 "The maximum number of peelings of a single loop that is peeled completely"
7374 msgstr ""
7375
7376 #: params.def:175
7377 msgid "The maximum number of insns of a peeled loop that rolls only once"
7378 msgstr ""
7379
7380 #: params.def:181
7381 msgid "The maximum number of insns of an unswitched loop"
7382 msgstr ""
7383
7384 #: params.def:186
7385 msgid "The maximum number of unswitchings in a single loop"
7386 msgstr ""
7387
7388 #: params.def:191
7389 msgid ""
7390 "Select fraction of the maximal count of repetitions of basic block in "
7391 "program given basic block needs to have to be considered hot"
7392 msgstr ""
7393
7394 #: params.def:196
7395 msgid ""
7396 "Select fraction of the maximal frequency of executions of basic block in "
7397 "function given basic block needs to have to be considered hot"
7398 msgstr ""
7399
7400 #: params.def:201
7401 msgid ""
7402 "The percentage of function, weighted by execution frequency, that must be "
7403 "covered by trace formation. Used when profile feedback is available"
7404 msgstr ""
7405
7406 #: params.def:206
7407 msgid ""
7408 "The percentage of function, weighted by execution frequency, that must be "
7409 "covered by trace formation. Used when profile feedback is not available"
7410 msgstr ""
7411
7412 #: params.def:211
7413 msgid "Maximal code growth caused by tail duplication (in percent)"
7414 msgstr ""
7415
7416 #: params.def:215
7417 msgid ""
7418 "Stop reverse growth if the reverse probability of best edge is less than "
7419 "this threshold (in percent)"
7420 msgstr ""
7421
7422 #: params.def:220
7423 msgid ""
7424 "Stop forward growth if the probability of best edge is less than this "
7425 "threshold (in percent). Used when profile feedback is available"
7426 msgstr ""
7427
7428 #: params.def:225
7429 msgid ""
7430 "Stop forward growth if the probability of best edge is less than this "
7431 "threshold (in percent). Used when profile feedback is not available"
7432 msgstr ""
7433
7434 #: params.def:232
7435 msgid "The maximum number of incoming edges to consider for crossjumping"
7436 msgstr ""
7437
7438 #: params.def:238
7439 msgid "The maximum length of path considered in cse"
7440 msgstr ""
7441
7442 #: params.def:243
7443 msgid "The maximum memory locations recorded by cselib"
7444 msgstr ""
7445
7446 #: params.def:256
7447 msgid ""
7448 "Minimum heap expansion to trigger garbage collection, as a percentage of the "
7449 "total size of the heap"
7450 msgstr ""
7451
7452 #: params.def:262
7453 msgid "Minimum heap size before we start collecting garbage, in kilobytes"
7454 msgstr ""
7455
7456 #: params.def:270
7457 msgid ""
7458 "The maximum number of instructions to search backward when looking for "
7459 "equivalent reload"
7460 msgstr ""
7461
7462 #: config/darwin-c.c:75
7463 msgid "too many #pragma options align=reset"
7464 msgstr ""
7465
7466 #: config/darwin-c.c:95 config/darwin-c.c:98 config/darwin-c.c:100
7467 #: config/darwin-c.c:102
7468 msgid "malformed '#pragma options', ignoring"
7469 msgstr ""
7470
7471 #: config/darwin-c.c:105
7472 msgid "junk at end of '#pragma options'"
7473 msgstr ""
7474
7475 #: config/darwin-c.c:115
7476 msgid "malformed '#pragma options align={mac68k|power|reset}', ignoring"
7477 msgstr ""
7478
7479 #: config/darwin-c.c:127
7480 msgid "missing '(' after '#pragma unused', ignoring"
7481 msgstr ""
7482
7483 #: config/darwin-c.c:145
7484 msgid "missing ')' after '#pragma unused', ignoring"
7485 msgstr ""
7486
7487 #: config/darwin-c.c:148
7488 msgid "junk at end of '#pragma unused'"
7489 msgstr ""
7490
7491 #: config/darwin.c:1347
7492 msgid ""
7493 "internal and protected visibility attributes not supportedin this "
7494 "configuration; ignored"
7495 msgstr ""
7496
7497 #: config/lynx-ng.h:97 config/lynx.h:116 config/rs6000/lynx.h:73
7498 msgid "-msystem-v and -p are incompatible"
7499 msgstr ""
7500
7501 #: config/lynx-ng.h:99 config/lynx.h:118 config/rs6000/lynx.h:75
7502 msgid "-msystem-v and -mthreads are incompatible"
7503 msgstr ""
7504
7505 #: config/windiss.h:37
7506 msgid "profiler support for WindISS"
7507 msgstr ""
7508
7509 #: config/alpha/alpha.c:231
7510 #, c-format
7511 msgid "-f%s ignored for Unicos/Mk (not supported)"
7512 msgstr ""
7513
7514 #: config/alpha/alpha.c:255
7515 msgid "-mieee not supported on Unicos/Mk"
7516 msgstr ""
7517
7518 #: config/alpha/alpha.c:266
7519 msgid "-mieee-with-inexact not supported on Unicos/Mk"
7520 msgstr ""
7521
7522 #: config/alpha/alpha.c:283
7523 #, c-format
7524 msgid "bad value `%s' for -mtrap-precision switch"
7525 msgstr ""
7526
7527 #: config/alpha/alpha.c:297
7528 #, c-format
7529 msgid "bad value `%s' for -mfp-rounding-mode switch"
7530 msgstr ""
7531
7532 #: config/alpha/alpha.c:312
7533 #, c-format
7534 msgid "bad value `%s' for -mfp-trap-mode switch"
7535 msgstr ""
7536
7537 #: config/alpha/alpha.c:324 config/rs6000/rs6000.c:1063
7538 #, c-format
7539 msgid "bad value `%s' for -mtls-size switch"
7540 msgstr ""
7541
7542 #: config/alpha/alpha.c:343 config/alpha/alpha.c:355
7543 #, c-format
7544 msgid "bad value `%s' for -mcpu switch"
7545 msgstr ""
7546
7547 #: config/alpha/alpha.c:362
7548 msgid "trap mode not supported on Unicos/Mk"
7549 msgstr ""
7550
7551 #: config/alpha/alpha.c:369
7552 msgid "fp software completion requires -mtrap-precision=i"
7553 msgstr ""
7554
7555 #: config/alpha/alpha.c:385
7556 msgid "rounding mode not supported for VAX floats"
7557 msgstr ""
7558
7559 #: config/alpha/alpha.c:390
7560 msgid "trap mode not supported for VAX floats"
7561 msgstr ""
7562
7563 #: config/alpha/alpha.c:419
7564 #, c-format
7565 msgid "L%d cache latency unknown for %s"
7566 msgstr ""
7567
7568 #: config/alpha/alpha.c:434
7569 #, c-format
7570 msgid "bad value `%s' for -mmemory-latency"
7571 msgstr ""
7572
7573 #: config/alpha/alpha.c:5418
7574 #, c-format
7575 msgid "invalid %%H value"
7576 msgstr ""
7577
7578 #: config/alpha/alpha.c:5439
7579 #, c-format
7580 msgid "invalid %%J value"
7581 msgstr ""
7582
7583 #: config/alpha/alpha.c:5455 config/ia64/ia64.c:4277
7584 #, c-format
7585 msgid "invalid %%r value"
7586 msgstr ""
7587
7588 #: config/alpha/alpha.c:5465 config/rs6000/rs6000.c:8984
7589 #: config/xtensa/xtensa.c:2016
7590 #, c-format
7591 msgid "invalid %%R value"
7592 msgstr ""
7593
7594 #: config/alpha/alpha.c:5471 config/rs6000/rs6000.c:8903
7595 #: config/xtensa/xtensa.c:1983
7596 #, c-format
7597 msgid "invalid %%N value"
7598 msgstr ""
7599
7600 #: config/alpha/alpha.c:5479 config/rs6000/rs6000.c:8931
7601 #, c-format
7602 msgid "invalid %%P value"
7603 msgstr ""
7604
7605 #: config/alpha/alpha.c:5487
7606 #, c-format
7607 msgid "invalid %%h value"
7608 msgstr ""
7609
7610 #: config/alpha/alpha.c:5495 config/xtensa/xtensa.c:2009
7611 #, c-format
7612 msgid "invalid %%L value"
7613 msgstr ""
7614
7615 #: config/alpha/alpha.c:5534 config/rs6000/rs6000.c:8885
7616 #, c-format
7617 msgid "invalid %%m value"
7618 msgstr ""
7619
7620 #: config/alpha/alpha.c:5542 config/rs6000/rs6000.c:8893
7621 #, c-format
7622 msgid "invalid %%M value"
7623 msgstr ""
7624
7625 #: config/alpha/alpha.c:5586
7626 #, c-format
7627 msgid "invalid %%U value"
7628 msgstr ""
7629
7630 #: config/alpha/alpha.c:5598 config/alpha/alpha.c:5612
7631 #: config/rs6000/rs6000.c:8992
7632 #, c-format
7633 msgid "invalid %%s value"
7634 msgstr ""
7635
7636 #: config/alpha/alpha.c:5635
7637 #, c-format
7638 msgid "invalid %%C value"
7639 msgstr ""
7640
7641 #: config/alpha/alpha.c:5672 config/rs6000/rs6000.c:8742
7642 #, c-format
7643 msgid "invalid %%E value"
7644 msgstr ""
7645
7646 #: config/alpha/alpha.c:5697 config/alpha/alpha.c:5745
7647 msgid "unknown relocation unspec"
7648 msgstr ""
7649
7650 #: config/alpha/alpha.c:5706 config/rs6000/rs6000.c:9305
7651 #, c-format
7652 msgid "invalid %%xn code"
7653 msgstr ""
7654
7655 #: config/alpha/alpha.c:6641 config/alpha/alpha.c:6644 config/s390/s390.c:6580
7656 #: config/s390/s390.c:6583
7657 msgid "bad builtin fcode"
7658 msgstr ""
7659
7660 #. Macro to define tables used to set the flags.
7661 #. This is a list in braces of pairs in braces,
7662 #. each pair being { "NAME", VALUE }
7663 #. where VALUE is the bits to set or minus the bits to clear.
7664 #. An empty string NAME is used to identify the default VALUE.
7665 #. WARNING: Do not mark empty strings for translation, as calling
7666 #. gettext on an empty string does NOT return an empty
7667 #. string.
7668 #. Macro to define tables used to set the flags.
7669 #. This is a list in braces of pairs in braces,
7670 #. each pair being { "NAME", VALUE }
7671 #. where VALUE is the bits to set or minus the bits to clear.
7672 #. An empty string NAME is used to identify the default VALUE.
7673 #: config/alpha/alpha.h:286 config/i386/i386.h:327 config/i386/i386.h:329
7674 #: config/i386/i386.h:331 config/ns32k/ns32k.h:140 config/s390/s390.h:124
7675 #: config/sparc/sparc.h:532 config/sparc/sparc.h:537
7676 msgid "Use hardware fp"
7677 msgstr ""
7678
7679 #: config/alpha/alpha.h:287 config/i386/i386.h:328 config/i386/i386.h:330
7680 #: config/sparc/sparc.h:534 config/sparc/sparc.h:539
7681 msgid "Do not use hardware fp"
7682 msgstr ""
7683
7684 #: config/alpha/alpha.h:288
7685 msgid "Use fp registers"
7686 msgstr ""
7687
7688 #: config/alpha/alpha.h:290
7689 msgid "Do not use fp registers"
7690 msgstr ""
7691
7692 #: config/alpha/alpha.h:291
7693 msgid "Do not assume GAS"
7694 msgstr ""
7695
7696 #: config/alpha/alpha.h:292
7697 msgid "Assume GAS"
7698 msgstr ""
7699
7700 #: config/alpha/alpha.h:294
7701 msgid "Request IEEE-conformant math library routines (OSF/1)"
7702 msgstr ""
7703
7704 #: config/alpha/alpha.h:296
7705 msgid "Emit IEEE-conformant code, without inexact exceptions"
7706 msgstr ""
7707
7708 #: config/alpha/alpha.h:298
7709 msgid "Emit IEEE-conformant code, with inexact exceptions"
7710 msgstr ""
7711
7712 #: config/alpha/alpha.h:300
7713 msgid "Do not emit complex integer constants to read-only memory"
7714 msgstr ""
7715
7716 #: config/alpha/alpha.h:301
7717 msgid "Use VAX fp"
7718 msgstr ""
7719
7720 #: config/alpha/alpha.h:302
7721 msgid "Do not use VAX fp"
7722 msgstr ""
7723
7724 #: config/alpha/alpha.h:303
7725 msgid "Emit code for the byte/word ISA extension"
7726 msgstr ""
7727
7728 #: config/alpha/alpha.h:306
7729 msgid "Emit code for the motion video ISA extension"
7730 msgstr ""
7731
7732 #: config/alpha/alpha.h:309
7733 msgid "Emit code for the fp move and sqrt ISA extension"
7734 msgstr ""
7735
7736 #: config/alpha/alpha.h:311
7737 msgid "Emit code for the counting ISA extension"
7738 msgstr ""
7739
7740 #: config/alpha/alpha.h:314
7741 msgid "Emit code using explicit relocation directives"
7742 msgstr ""
7743
7744 #: config/alpha/alpha.h:317
7745 msgid "Emit 16-bit relocations to the small data areas"
7746 msgstr ""
7747
7748 #: config/alpha/alpha.h:319
7749 msgid "Emit 32-bit relocations to the small data areas"
7750 msgstr ""
7751
7752 #: config/alpha/alpha.h:321
7753 msgid "Emit direct branches to local functions"
7754 msgstr ""
7755
7756 #: config/alpha/alpha.h:324
7757 msgid "Emit rdval instead of rduniq for thread pointer"
7758 msgstr ""
7759
7760 #. For -mcpu=
7761 #. For -mtune=
7762 #. For -mfp-rounding-mode=[n|m|c|d]
7763 #. For -mfp-trap-mode=[n|u|su|sui]
7764 #. For -mtrap-precision=[p|f|i]
7765 #. For -mmemory-latency=
7766 #. For -mtls-size=
7767 #: config/alpha/alpha.h:353
7768 msgid "Use features of and schedule given CPU"
7769 msgstr ""
7770
7771 #: config/alpha/alpha.h:355
7772 msgid "Schedule given CPU"
7773 msgstr ""
7774
7775 #: config/alpha/alpha.h:357
7776 msgid "Control the generated fp rounding mode"
7777 msgstr ""
7778
7779 #: config/alpha/alpha.h:359
7780 msgid "Control the IEEE trap mode"
7781 msgstr ""
7782
7783 #: config/alpha/alpha.h:361
7784 msgid "Control the precision given to fp exceptions"
7785 msgstr ""
7786
7787 #: config/alpha/alpha.h:363
7788 msgid "Tune expected memory latency"
7789 msgstr ""
7790
7791 #: config/alpha/alpha.h:365 config/ia64/ia64.h:268 config/rs6000/sysv4.h:90
7792 msgid "Specify bit size of immediate TLS offsets"
7793 msgstr ""
7794
7795 #: config/arc/arc.c:160
7796 #, c-format
7797 msgid "bad value (%s) for -mcpu switch"
7798 msgstr ""
7799
7800 #: config/arc/arc.c:382
7801 #, c-format
7802 msgid "argument of `%s' attribute is not a string constant"
7803 msgstr ""
7804
7805 #: config/arc/arc.c:389
7806 #, c-format
7807 msgid "argument of `%s' attribute is not \"ilink1\" or \"ilink2\""
7808 msgstr ""
7809
7810 #: config/arc/arc.c:1727 config/m32r/m32r.c:2347
7811 #, c-format
7812 msgid "invalid operand to %%R code"
7813 msgstr ""
7814
7815 #: config/arc/arc.c:1759 config/m32r/m32r.c:2370
7816 #, c-format
7817 msgid "invalid operand to %%H/%%L code"
7818 msgstr ""
7819
7820 #: config/arc/arc.c:1782 config/m32r/m32r.c:2441
7821 #, c-format
7822 msgid "invalid operand to %%U code"
7823 msgstr ""
7824
7825 #: config/arc/arc.c:1793
7826 #, c-format
7827 msgid "invalid operand to %%V code"
7828 msgstr ""
7829
7830 #. Unknown flag.
7831 #. Undocumented flag.
7832 #: config/arc/arc.c:1800 config/m32r/m32r.c:2468 config/sparc/sparc.c:7061
7833 msgid "invalid operand output code"
7834 msgstr ""
7835
7836 #: config/arm/arm.c:566
7837 #, c-format
7838 msgid "switch -mcpu=%s conflicts with -march= switch"
7839 msgstr ""
7840
7841 #: config/arm/arm.c:576 config/rs6000/rs6000.c:759 config/sparc/sparc.c:453
7842 #, c-format
7843 msgid "bad value (%s) for %s switch"
7844 msgstr ""
7845
7846 #: config/arm/arm.c:723
7847 msgid "target CPU does not support APCS-32"
7848 msgstr ""
7849
7850 #: config/arm/arm.c:728
7851 msgid "target CPU does not support APCS-26"
7852 msgstr ""
7853
7854 #: config/arm/arm.c:734
7855 msgid "target CPU does not support interworking"
7856 msgstr ""
7857
7858 #: config/arm/arm.c:740
7859 msgid "target CPU does not support THUMB instructions"
7860 msgstr ""
7861
7862 #: config/arm/arm.c:754
7863 msgid ""
7864 "enabling backtrace support is only meaningful when compiling for the Thumb"
7865 msgstr ""
7866
7867 #: config/arm/arm.c:757
7868 msgid ""
7869 "enabling callee interworking support is only meaningful when compiling for "
7870 "the Thumb"
7871 msgstr ""
7872
7873 #: config/arm/arm.c:760
7874 msgid ""
7875 "enabling caller interworking support is only meaningful when compiling for "
7876 "the Thumb"
7877 msgstr ""
7878
7879 #: config/arm/arm.c:766
7880 msgid "interworking forces APCS-32 to be used"
7881 msgstr ""
7882
7883 #: config/arm/arm.c:772
7884 msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
7885 msgstr ""
7886
7887 #: config/arm/arm.c:780
7888 msgid "-fpic and -mapcs-reent are incompatible"
7889 msgstr ""
7890
7891 #: config/arm/arm.c:783
7892 msgid "APCS reentrant code not supported.  Ignored"
7893 msgstr ""
7894
7895 #: config/arm/arm.c:791
7896 msgid "-g with -mno-apcs-frame may not give sensible debugging"
7897 msgstr ""
7898
7899 #: config/arm/arm.c:799
7900 msgid "passing floating point arguments in fp regs not yet supported"
7901 msgstr ""
7902
7903 #: config/arm/arm.c:828
7904 #, c-format
7905 msgid "invalid floating point emulation option: -mfpe=%s"
7906 msgstr ""
7907
7908 #: config/arm/arm.c:845
7909 #, c-format
7910 msgid "invalid floating point option: -mfpu=%s"
7911 msgstr ""
7912
7913 #: config/arm/arm.c:883
7914 #, c-format
7915 msgid "invalid floating point abi: -mfloat-abi=%s"
7916 msgstr ""
7917
7918 #: config/arm/arm.c:896
7919 msgid "-mfloat-abi=softfp"
7920 msgstr ""
7921
7922 #: config/arm/arm.c:918
7923 msgid "structure size boundary can only be set to 8 or 32"
7924 msgstr ""
7925
7926 #: config/arm/arm.c:926
7927 msgid "-mpic-register= is useless without -fpic"
7928 msgstr ""
7929
7930 #: config/arm/arm.c:933
7931 #, c-format
7932 msgid "unable to use '%s' for PIC register"
7933 msgstr ""
7934
7935 #: config/arm/arm.c:2346 config/arm/arm.c:2364 config/avr/avr.c:4567
7936 #: config/c4x/c4x.c:4500 config/h8300/h8300.c:4285 config/i386/i386.c:1589
7937 #: config/i386/i386.c:1635 config/ip2k/ip2k.c:3180
7938 #: config/m68hc11/m68hc11.c:1234 config/m68k/m68k.c:341
7939 #: config/mcore/mcore.c:3396 config/ns32k/ns32k.c:1068
7940 #: config/rs6000/rs6000.c:14596 config/sh/sh.c:6738 config/sh/sh.c:6759
7941 #: config/sh/sh.c:6794 config/stormy16/stormy16.c:2048 config/v850/v850.c:2187
7942 #, c-format
7943 msgid "`%s' attribute only applies to functions"
7944 msgstr ""
7945
7946 #: config/arm/arm.c:11313
7947 msgid "unable to compute real location of stacked parameter"
7948 msgstr ""
7949
7950 #. @@@ better error message
7951 #: config/arm/arm.c:11941 config/arm/arm.c:11978
7952 msgid "selector must be an immediate"
7953 msgstr ""
7954
7955 #. @@@ better error message
7956 #: config/arm/arm.c:12021 config/i386/i386.c:14294 config/i386/i386.c:14328
7957 msgid "mask must be an immediate"
7958 msgstr ""
7959
7960 #: config/arm/arm.c:12716
7961 msgid "no low registers available for popping high registers"
7962 msgstr ""
7963
7964 #: config/arm/arm.c:12966
7965 msgid "interrupt Service Routines cannot be coded in Thumb mode"
7966 msgstr ""
7967
7968 #: config/arm/pe.c:170 config/mcore/mcore.c:3262
7969 msgid "%Jinitialized variable '%D' is marked dllimport"
7970 msgstr ""
7971
7972 #: config/arm/pe.c:179
7973 msgid "%Jstatic variable '%D' is marked dllimport"
7974 msgstr ""
7975
7976 #: config/arm/arm.h:488
7977 msgid "Generate APCS conformant stack frames"
7978 msgstr ""
7979
7980 #: config/arm/arm.h:491
7981 msgid "Store function names in object code"
7982 msgstr ""
7983
7984 #: config/arm/arm.h:495
7985 msgid "Use the 32-bit version of the APCS"
7986 msgstr ""
7987
7988 #: config/arm/arm.h:497
7989 msgid "Use the 26-bit version of the APCS"
7990 msgstr ""
7991
7992 #: config/arm/arm.h:501
7993 msgid "Pass FP arguments in FP registers"
7994 msgstr ""
7995
7996 #: config/arm/arm.h:504
7997 msgid "Generate re-entrant, PIC code"
7998 msgstr ""
7999
8000 #: config/arm/arm.h:507
8001 msgid "The MMU will trap on unaligned accesses"
8002 msgstr ""
8003
8004 #: config/arm/arm.h:514
8005 msgid "Use library calls to perform FP operations"
8006 msgstr ""
8007
8008 #: config/arm/arm.h:516
8009 msgid "Use hardware floating point instructions"
8010 msgstr ""
8011
8012 #: config/arm/arm.h:518
8013 msgid "Assume target CPU is configured as big endian"
8014 msgstr ""
8015
8016 #: config/arm/arm.h:520
8017 msgid "Assume target CPU is configured as little endian"
8018 msgstr ""
8019
8020 #: config/arm/arm.h:522
8021 msgid "Assume big endian bytes, little endian words"
8022 msgstr ""
8023
8024 #: config/arm/arm.h:524
8025 msgid "Support calls between Thumb and ARM instruction sets"
8026 msgstr ""
8027
8028 #: config/arm/arm.h:527
8029 msgid "Generate a call to abort if a noreturn function returns"
8030 msgstr ""
8031
8032 #: config/arm/arm.h:530
8033 msgid "Do not move instructions into a function's prologue"
8034 msgstr ""
8035
8036 #: config/arm/arm.h:533
8037 msgid "Do not load the PIC register in function prologues"
8038 msgstr ""
8039
8040 #: config/arm/arm.h:536
8041 msgid "Generate call insns as indirect calls, if necessary"
8042 msgstr ""
8043
8044 #: config/arm/arm.h:539
8045 msgid "Compile for the Thumb not the ARM"
8046 msgstr ""
8047
8048 #: config/arm/arm.h:543
8049 msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
8050 msgstr ""
8051
8052 #: config/arm/arm.h:546
8053 msgid "Thumb: Generate (leaf) stack frames even if not needed"
8054 msgstr ""
8055
8056 #: config/arm/arm.h:549
8057 msgid "Thumb: Assume non-static functions may be called from ARM code"
8058 msgstr ""
8059
8060 #: config/arm/arm.h:553
8061 msgid "Thumb: Assume function pointers may go to non-Thumb aware code"
8062 msgstr ""
8063
8064 #: config/arm/arm.h:557
8065 msgid "Cirrus: Place NOPs to avoid invalid instruction combinations"
8066 msgstr ""
8067
8068 #: config/arm/arm.h:559
8069 msgid "Cirrus: Do not break up invalid instruction combinations with NOPs"
8070 msgstr ""
8071
8072 #: config/arm/arm.h:567
8073 msgid "Specify the name of the target CPU"
8074 msgstr ""
8075
8076 #: config/arm/arm.h:569
8077 msgid "Specify the name of the target architecture"
8078 msgstr ""
8079
8080 #: config/arm/arm.h:574
8081 msgid "Specify the name of the target floating point hardware/format"
8082 msgstr ""
8083
8084 #: config/arm/arm.h:576
8085 msgid "Specify if floating point hardware should be used"
8086 msgstr ""
8087
8088 #: config/arm/arm.h:578
8089 msgid "Specify the minimum bit alignment of structures"
8090 msgstr ""
8091
8092 #: config/arm/arm.h:580
8093 msgid "Specify the register to be used for PIC addressing"
8094 msgstr ""
8095
8096 #: config/arm/pe.h:65
8097 msgid "Ignore dllimport attribute for functions"
8098 msgstr ""
8099
8100 #: config/avr/avr.c:523
8101 #, c-format
8102 msgid "large frame pointer change (%d) with -mtiny-stack"
8103 msgstr ""
8104
8105 #: config/avr/avr.c:1110
8106 msgid "bad address, not (reg+disp):"
8107 msgstr ""
8108
8109 #: config/avr/avr.c:1118
8110 msgid "internal compiler error.  Bad address:"
8111 msgstr ""
8112
8113 #: config/avr/avr.c:1131
8114 msgid "internal compiler error.  Unknown mode:"
8115 msgstr ""
8116
8117 #: config/avr/avr.c:1753 config/avr/avr.c:2414
8118 msgid "invalid insn:"
8119 msgstr ""
8120
8121 #: config/avr/avr.c:1787 config/avr/avr.c:1870 config/avr/avr.c:1919
8122 #: config/avr/avr.c:1928 config/avr/avr.c:2023 config/avr/avr.c:2192
8123 #: config/avr/avr.c:2448 config/avr/avr.c:2556
8124 msgid "incorrect insn:"
8125 msgstr ""
8126
8127 #: config/avr/avr.c:1947 config/avr/avr.c:2108 config/avr/avr.c:2263
8128 #: config/avr/avr.c:2600
8129 msgid "unknown move insn:"
8130 msgstr ""
8131
8132 #: config/avr/avr.c:2823
8133 msgid "bad shift insn:"
8134 msgstr ""
8135
8136 #: config/avr/avr.c:2936 config/avr/avr.c:3357 config/avr/avr.c:3728
8137 msgid "internal compiler error.  Incorrect shift:"
8138 msgstr ""
8139
8140 #: config/avr/avr.c:4541 config/ip2k/ip2k.c:3155
8141 msgid "only initialized variables can be placed into program memory area"
8142 msgstr ""
8143
8144 #: config/avr/avr.c:4635
8145 msgid "only uninitialized variables can be placed in the .noinit section"
8146 msgstr ""
8147
8148 #: config/avr/avr.c:4649
8149 #, c-format
8150 msgid "MCU `%s' supported for assembler only"
8151 msgstr ""
8152
8153 #: config/avr/avr.h:73
8154 msgid "Assume int to be 8 bit integer"
8155 msgstr ""
8156
8157 #: config/avr/avr.h:75
8158 msgid "Change the stack pointer without disabling interrupts"
8159 msgstr ""
8160
8161 #: config/avr/avr.h:77
8162 msgid "Use subroutines for function prologue/epilogue"
8163 msgstr ""
8164
8165 #: config/avr/avr.h:79
8166 msgid "Change only the low 8 bits of the stack pointer"
8167 msgstr ""
8168
8169 #: config/avr/avr.h:81
8170 msgid "Do not generate tablejump insns"
8171 msgstr ""
8172
8173 #: config/avr/avr.h:83
8174 msgid "Use rjmp/rcall (limited range) on >8K devices"
8175 msgstr ""
8176
8177 #: config/avr/avr.h:85
8178 msgid "Output instruction sizes to the asm file"
8179 msgstr ""
8180
8181 #: config/avr/avr.h:102
8182 msgid "Specify the initial stack address"
8183 msgstr ""
8184
8185 #: config/avr/avr.h:103
8186 msgid "Specify the MCU name"
8187 msgstr ""
8188
8189 #: config/avr/avr.h:776
8190 msgid "trampolines not supported"
8191 msgstr ""
8192
8193 #: config/c4x/c4x-c.c:71
8194 #, c-format
8195 msgid "missing '(' after '#pragma %s' - ignored"
8196 msgstr ""
8197
8198 #: config/c4x/c4x-c.c:74
8199 #, c-format
8200 msgid "missing function name in '#pragma %s' - ignored"
8201 msgstr ""
8202
8203 #: config/c4x/c4x-c.c:79
8204 #, c-format
8205 msgid "malformed '#pragma %s' - ignored"
8206 msgstr ""
8207
8208 #: config/c4x/c4x-c.c:81
8209 #, c-format
8210 msgid "missing section name in '#pragma %s' - ignored"
8211 msgstr ""
8212
8213 #: config/c4x/c4x-c.c:86
8214 #, c-format
8215 msgid "missing ')' for '#pragma %s' - ignored"
8216 msgstr ""
8217
8218 #: config/c4x/c4x-c.c:89
8219 #, c-format
8220 msgid "junk at end of '#pragma %s'"
8221 msgstr ""
8222
8223 #: config/c4x/c4x.c:308
8224 #, c-format
8225 msgid "unknown CPU version %d, using 40.\n"
8226 msgstr ""
8227
8228 #: config/c4x/c4x.c:858
8229 #, c-format
8230 msgid "ISR %s requires %d words of local vars, max is 32767"
8231 msgstr ""
8232
8233 #: config/c4x/c4x.c:1582
8234 msgid "using CONST_DOUBLE for address"
8235 msgstr ""
8236
8237 #: config/c4x/c4x.c:1720
8238 msgid "c4x_address_cost: Invalid addressing mode"
8239 msgstr ""
8240
8241 #: config/c4x/c4x.c:1855
8242 #, c-format
8243 msgid "c4x_print_operand: %%L inconsistency"
8244 msgstr ""
8245
8246 #: config/c4x/c4x.c:1861
8247 #, c-format
8248 msgid "c4x_print_operand: %%N inconsistency"
8249 msgstr ""
8250
8251 #: config/c4x/c4x.c:1902
8252 #, c-format
8253 msgid "c4x_print_operand: %%O inconsistency"
8254 msgstr ""
8255
8256 #: config/c4x/c4x.c:1997
8257 msgid "c4x_print_operand: Bad operand case"
8258 msgstr ""
8259
8260 #: config/c4x/c4x.c:2038
8261 msgid "c4x_print_operand_address: Bad post_modify"
8262 msgstr ""
8263
8264 #: config/c4x/c4x.c:2060
8265 msgid "c4x_print_operand_address: Bad pre_modify"
8266 msgstr ""
8267
8268 #: config/c4x/c4x.c:2108 config/c4x/c4x.c:2120 config/c4x/c4x.c:2135
8269 msgid "c4x_print_operand_address: Bad operand case"
8270 msgstr ""
8271
8272 #: config/c4x/c4x.c:2386
8273 msgid "c4x_rptb_insert: Cannot find start label"
8274 msgstr ""
8275
8276 #: config/c4x/c4x.c:3304 config/c4x/c4x.c:3322
8277 msgid "mode not QImode"
8278 msgstr ""
8279
8280 #: config/c4x/c4x.c:3392
8281 msgid "invalid indirect memory address"
8282 msgstr ""
8283
8284 #: config/c4x/c4x.c:3481
8285 msgid "invalid indirect (S) memory address"
8286 msgstr ""
8287
8288 #: config/c4x/c4x.c:3822
8289 msgid "c4x_valid_operands: Internal error"
8290 msgstr ""
8291
8292 #: config/c4x/c4x.c:4269
8293 msgid "c4x_operand_subword: invalid mode"
8294 msgstr ""
8295
8296 #: config/c4x/c4x.c:4272
8297 msgid "c4x_operand_subword: invalid operand"
8298 msgstr ""
8299
8300 #. We could handle these with some difficulty.
8301 #. e.g., *p-- => *(p-=2); *(p+1).
8302 #: config/c4x/c4x.c:4298
8303 msgid "c4x_operand_subword: invalid autoincrement"
8304 msgstr ""
8305
8306 #: config/c4x/c4x.c:4304
8307 msgid "c4x_operand_subword: invalid address"
8308 msgstr ""
8309
8310 #: config/c4x/c4x.c:4315
8311 msgid "c4x_operand_subword: address not offsettable"
8312 msgstr ""
8313
8314 #: config/c4x/c4x.c:4525
8315 msgid "c4x_rptb_rpts_p: Repeat block top label moved\n"
8316 msgstr ""
8317
8318 #. Target compilation option flags.
8319 #. Small memory model.
8320 #. Use 24-bit MPYI for C3x.
8321 #. Fast fixing of floats.
8322 #. Allow use of RPTS.
8323 #. Emit C3x code.
8324 #. Be compatible with TI assembler.
8325 #. Be paranoid about DP reg. in ISRs.
8326 #. Pass arguments on stack.
8327 #. Enable features under development.
8328 #. Enable repeat block.
8329 #. Use BK as general register.
8330 #. Use decrement and branch for C3x.
8331 #. Enable debugging of GCC.
8332 #. Force constants into registers.
8333 #. Allow unsigned loop counters.
8334 #. Force op0 and op1 to be same.
8335 #. Save all 40 bits for floats.
8336 #. Allow parallel insns.
8337 #. Allow MPY||ADD, MPY||SUB insns.
8338 #. Assume mem refs possibly aliased.
8339 #. Emit C30 code.
8340 #. Emit C31 code.
8341 #. Emit C32 code.
8342 #. Emit C33 code.
8343 #. Emit C40 code.
8344 #. Emit C44 code.
8345 #. Run-time compilation parameters selecting different hardware subsets.
8346 #.
8347 #. Macro to define tables used to set the flags.
8348 #. This is a list in braces of triplets in braces,
8349 #. each pair being { "NAME", VALUE, "DESCRIPTION" }
8350 #. where VALUE is the bits to set or minus the bits to clear.
8351 #. An empty string NAME is used to identify the default VALUE.
8352 #: config/c4x/c4x.h:168
8353 msgid "Small memory model"
8354 msgstr ""
8355
8356 #: config/c4x/c4x.h:170
8357 msgid "Big memory model"
8358 msgstr ""
8359
8360 #: config/c4x/c4x.h:172
8361 msgid "Use MPYI instruction for C3x"
8362 msgstr ""
8363
8364 #: config/c4x/c4x.h:174
8365 msgid "Do not use MPYI instruction for C3x"
8366 msgstr ""
8367
8368 #: config/c4x/c4x.h:176
8369 msgid "Use fast but approximate float to integer conversion"
8370 msgstr ""
8371
8372 #: config/c4x/c4x.h:178
8373 msgid "Use slow but accurate float to integer conversion"
8374 msgstr ""
8375
8376 #: config/c4x/c4x.h:180
8377 msgid "Enable use of RTPS instruction"
8378 msgstr ""
8379
8380 #: config/c4x/c4x.h:182
8381 msgid "Disable use of RTPS instruction"
8382 msgstr ""
8383
8384 #: config/c4x/c4x.h:184
8385 msgid "Enable use of RTPB instruction"
8386 msgstr ""
8387
8388 #: config/c4x/c4x.h:186
8389 msgid "Disable use of RTPB instruction"
8390 msgstr ""
8391
8392 #: config/c4x/c4x.h:188
8393 msgid "Generate code for C30 CPU"
8394 msgstr ""
8395
8396 #: config/c4x/c4x.h:190
8397 msgid "Generate code for C31 CPU"
8398 msgstr ""
8399
8400 #: config/c4x/c4x.h:192
8401 msgid "Generate code for C32 CPU"
8402 msgstr ""
8403
8404 #: config/c4x/c4x.h:194
8405 msgid "Generate code for C33 CPU"
8406 msgstr ""
8407
8408 #: config/c4x/c4x.h:196
8409 msgid "Generate code for C40 CPU"
8410 msgstr ""
8411
8412 #: config/c4x/c4x.h:198
8413 msgid "Generate code for C44 CPU"
8414 msgstr ""
8415
8416 #: config/c4x/c4x.h:200
8417 msgid "Emit code compatible with TI tools"
8418 msgstr ""
8419
8420 #: config/c4x/c4x.h:202
8421 msgid "Emit code to use GAS extensions"
8422 msgstr ""
8423
8424 #: config/c4x/c4x.h:204 config/c4x/c4x.h:208
8425 msgid "Save DP across ISR in small memory model"
8426 msgstr ""
8427
8428 #: config/c4x/c4x.h:206 config/c4x/c4x.h:210
8429 msgid "Don't save DP across ISR in small memory model"
8430 msgstr ""
8431
8432 #: config/c4x/c4x.h:212
8433 msgid "Pass arguments on the stack"
8434 msgstr ""
8435
8436 #: config/c4x/c4x.h:214
8437 msgid "Pass arguments in registers"
8438 msgstr ""
8439
8440 #: config/c4x/c4x.h:216
8441 msgid "Enable new features under development"
8442 msgstr ""
8443
8444 #: config/c4x/c4x.h:218
8445 msgid "Disable new features under development"
8446 msgstr ""
8447
8448 #: config/c4x/c4x.h:220
8449 msgid "Use the BK register as a general purpose register"
8450 msgstr ""
8451
8452 #: config/c4x/c4x.h:222
8453 msgid "Do not allocate BK register"
8454 msgstr ""
8455
8456 #: config/c4x/c4x.h:224
8457 msgid "Enable use of DB instruction"
8458 msgstr ""
8459
8460 #: config/c4x/c4x.h:226
8461 msgid "Disable use of DB instruction"
8462 msgstr ""
8463
8464 #: config/c4x/c4x.h:228
8465 msgid "Enable debugging"
8466 msgstr ""
8467
8468 #: config/c4x/c4x.h:230
8469 msgid "Disable debugging"
8470 msgstr ""
8471
8472 #: config/c4x/c4x.h:232
8473 msgid "Force constants into registers to improve hoisting"
8474 msgstr ""
8475
8476 #: config/c4x/c4x.h:234
8477 msgid "Don't force constants into registers"
8478 msgstr ""
8479
8480 #: config/c4x/c4x.h:236
8481 msgid "Force RTL generation to emit valid 3 operand insns"
8482 msgstr ""
8483
8484 #: config/c4x/c4x.h:238
8485 msgid "Allow RTL generation to emit invalid 3 operand insns"
8486 msgstr ""
8487
8488 #: config/c4x/c4x.h:240
8489 msgid "Allow unsigned iteration counts for RPTB/DB"
8490 msgstr ""
8491
8492 #: config/c4x/c4x.h:242
8493 msgid "Disallow unsigned iteration counts for RPTB/DB"
8494 msgstr ""
8495
8496 #: config/c4x/c4x.h:244
8497 msgid "Preserve all 40 bits of FP reg across call"
8498 msgstr ""
8499
8500 #: config/c4x/c4x.h:246
8501 msgid "Only preserve 32 bits of FP reg across call"
8502 msgstr ""
8503
8504 #: config/c4x/c4x.h:248
8505 msgid "Enable parallel instructions"
8506 msgstr ""
8507
8508 #: config/c4x/c4x.h:250
8509 msgid "Disable parallel instructions"
8510 msgstr ""
8511
8512 #: config/c4x/c4x.h:252
8513 msgid "Enable MPY||ADD and MPY||SUB instructions"
8514 msgstr ""
8515
8516 #: config/c4x/c4x.h:254
8517 msgid "Disable MPY||ADD and MPY||SUB instructions"
8518 msgstr ""
8519
8520 #: config/c4x/c4x.h:256
8521 msgid "Assume that pointers may be aliased"
8522 msgstr ""
8523
8524 #: config/c4x/c4x.h:258
8525 msgid "Assume that pointers not aliased"
8526 msgstr ""
8527
8528 #: config/c4x/c4x.h:332
8529 msgid "Specify maximum number of iterations for RPTS"
8530 msgstr ""
8531
8532 #: config/c4x/c4x.h:334
8533 msgid "Select CPU to generate code for"
8534 msgstr ""
8535
8536 #: config/cris/cris.c:611
8537 msgid "unexpected index-type in cris_print_index"
8538 msgstr ""
8539
8540 #: config/cris/cris.c:625
8541 msgid "unexpected base-type in cris_print_base"
8542 msgstr ""
8543
8544 #: config/cris/cris.c:918
8545 #, c-format
8546 msgid "stackframe too big: %d bytes"
8547 msgstr ""
8548
8549 #: config/cris/cris.c:1229
8550 msgid "allocated but unused delay list in epilogue"
8551 msgstr ""
8552
8553 #: config/cris/cris.c:1239
8554 msgid ""
8555 "unexpected function type needing stack adjustment for __builtin_eh_return"
8556 msgstr ""
8557
8558 #: config/cris/cris.c:1315
8559 msgid "invalid operand for 'b' modifier"
8560 msgstr ""
8561
8562 #: config/cris/cris.c:1328
8563 msgid "invalid operand for 'v' modifier"
8564 msgstr ""
8565
8566 #: config/cris/cris.c:1338
8567 msgid "invalid operand for 'P' modifier"
8568 msgstr ""
8569
8570 #: config/cris/cris.c:1345
8571 msgid "invalid operand for 'p' modifier"
8572 msgstr ""
8573
8574 #: config/cris/cris.c:1384
8575 msgid "invalid operand for 'z' modifier"
8576 msgstr ""
8577
8578 #: config/cris/cris.c:1415 config/cris/cris.c:1445
8579 msgid "invalid operand for 'H' modifier"
8580 msgstr ""
8581
8582 #: config/cris/cris.c:1421
8583 msgid "bad register"
8584 msgstr ""
8585
8586 #: config/cris/cris.c:1459
8587 msgid "invalid operand for 'e' modifier"
8588 msgstr ""
8589
8590 #: config/cris/cris.c:1476
8591 msgid "invalid operand for 'm' modifier"
8592 msgstr ""
8593
8594 #: config/cris/cris.c:1501
8595 msgid "invalid operand for 'A' modifier"
8596 msgstr ""
8597
8598 #: config/cris/cris.c:1509
8599 msgid "invalid operand for 'D' modifier"
8600 msgstr ""
8601
8602 #: config/cris/cris.c:1523
8603 msgid "invalid operand for 'T' modifier"
8604 msgstr ""
8605
8606 #: config/cris/cris.c:1532
8607 msgid "invalid operand modifier letter"
8608 msgstr ""
8609
8610 #: config/cris/cris.c:1540
8611 #, c-format
8612 msgid "internal error: bad register: %d"
8613 msgstr ""
8614
8615 #: config/cris/cris.c:1588
8616 msgid "unexpected multiplicative operand"
8617 msgstr ""
8618
8619 #: config/cris/cris.c:1608
8620 msgid "unexpected operand"
8621 msgstr ""
8622
8623 #: config/cris/cris.c:1641 config/cris/cris.c:1651
8624 msgid "unrecognized address"
8625 msgstr ""
8626
8627 #: config/cris/cris.c:2001
8628 msgid "internal error: sideeffect-insn affecting main effect"
8629 msgstr ""
8630
8631 #. If we get here, the caller got its initial tests wrong.
8632 #: config/cris/cris.c:2394
8633 msgid "internal error: cris_side_effect_mode_ok with bad operands"
8634 msgstr ""
8635
8636 #: config/cris/cris.c:2471 config/cris/cris.c:2533
8637 msgid "unrecognized supposed constant"
8638 msgstr ""
8639
8640 #: config/cris/cris.c:2578
8641 msgid "unrecognized supposed constant in cris_global_pic_symbol"
8642 msgstr ""
8643
8644 #: config/cris/cris.c:2597
8645 #, c-format
8646 msgid "-max-stackframe=%d is not usable, not between 0 and %d"
8647 msgstr ""
8648
8649 #: config/cris/cris.c:2625
8650 #, c-format
8651 msgid "unknown CRIS version specification in -march= or -mcpu= : %s"
8652 msgstr ""
8653
8654 #: config/cris/cris.c:2661
8655 #, c-format
8656 msgid "unknown CRIS cpu version specification in -mtune= : %s"
8657 msgstr ""
8658
8659 #: config/cris/cris.c:2679
8660 msgid "-fPIC and -fpic are not supported in this configuration"
8661 msgstr ""
8662
8663 #: config/cris/cris.c:2695
8664 msgid "that particular -g option is invalid with -maout and -melinux"
8665 msgstr ""
8666
8667 #: config/cris/cris.c:2950 config/cris/cris.c:2995
8668 msgid "unexpected side-effects in address"
8669 msgstr ""
8670
8671 #. Labels are never marked as global symbols.
8672 #: config/cris/cris.c:3090 config/cris/cris.c:3121
8673 msgid "unexpected PIC symbol"
8674 msgstr ""
8675
8676 #: config/cris/cris.c:3094
8677 msgid "PIC register isn't set up"
8678 msgstr ""
8679
8680 #: config/cris/cris.c:3107 config/cris/cris.c:3190
8681 msgid "unexpected address expression"
8682 msgstr ""
8683
8684 #: config/cris/cris.c:3125
8685 msgid "emitting PIC operand, but PIC register isn't set up"
8686 msgstr ""
8687
8688 #: config/cris/cris.c:3134
8689 msgid "unexpected NOTE as addr_const:"
8690 msgstr ""
8691
8692 #: config/cris/aout.h:108
8693 msgid "Compile for the MMU-less Etrax 100-based elinux system"
8694 msgstr ""
8695
8696 #: config/cris/aout.h:115
8697 msgid "For elinux, request a specified stack-size for this program"
8698 msgstr ""
8699
8700 #. 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.
8701 #: config/cris/cris.h:335
8702 msgid "Compile for ETRAX 4 (CRIS v3)"
8703 msgstr ""
8704
8705 #: config/cris/cris.h:340
8706 msgid "Compile for ETRAX 100 (CRIS v8)"
8707 msgstr ""
8708
8709 #: config/cris/cris.h:344
8710 msgid "Emit verbose debug information in assembly code"
8711 msgstr ""
8712
8713 #: config/cris/cris.h:347
8714 msgid "Do not use condition codes from normal instructions"
8715 msgstr ""
8716
8717 #: config/cris/cris.h:351
8718 msgid "Do not emit addressing modes with side-effect assignment"
8719 msgstr ""
8720
8721 #: config/cris/cris.h:354
8722 msgid "Do not tune stack alignment"
8723 msgstr ""
8724
8725 #: config/cris/cris.h:357
8726 msgid "Do not tune writable data alignment"
8727 msgstr ""
8728
8729 #: config/cris/cris.h:360
8730 msgid "Do not tune code and read-only data alignment"
8731 msgstr ""
8732
8733 #: config/cris/cris.h:369
8734 msgid "Align code and data to 32 bits"
8735 msgstr ""
8736
8737 #: config/cris/cris.h:382
8738 msgid "Don't align items in code or data"
8739 msgstr ""
8740
8741 #: config/cris/cris.h:385
8742 msgid "Do not emit function prologue or epilogue"
8743 msgstr ""
8744
8745 #. We have to handle this m-option here since we can't wash it off in      both CC1_SPEC and CC1PLUS_SPEC.
8746 #: config/cris/cris.h:389
8747 msgid "Use the most feature-enabling options allowed by other options"
8748 msgstr ""
8749
8750 #. 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.
8751 #: config/cris/cris.h:395
8752 msgid "Override -mbest-lib-options"
8753 msgstr ""
8754
8755 #: config/cris/cris.h:427
8756 msgid "Generate code for the specified chip or CPU version"
8757 msgstr ""
8758
8759 #: config/cris/cris.h:429
8760 msgid "Tune alignment for the specified chip or CPU version"
8761 msgstr ""
8762
8763 #: config/cris/cris.h:431
8764 msgid "Warn when a stackframe is larger than the specified size"
8765 msgstr ""
8766
8767 #. Node: Profiling
8768 #: config/cris/cris.h:1017
8769 msgid "no FUNCTION_PROFILER for CRIS"
8770 msgstr ""
8771
8772 #: config/cris/linux.h:69
8773 msgid "Together with -fpic and -fPIC, do not use GOTPLT references"
8774 msgstr ""
8775
8776 #: config/fr30/fr30.c:456
8777 msgid "fr30_print_operand_address: unhandled address"
8778 msgstr ""
8779
8780 #: config/fr30/fr30.c:480
8781 #, c-format
8782 msgid "fr30_print_operand: unrecognized %%p code"
8783 msgstr ""
8784
8785 #: config/fr30/fr30.c:500
8786 #, c-format
8787 msgid "fr30_print_operand: unrecognized %%b code"
8788 msgstr ""
8789
8790 #: config/fr30/fr30.c:521
8791 #, c-format
8792 msgid "fr30_print_operand: unrecognized %%B code"
8793 msgstr ""
8794
8795 #: config/fr30/fr30.c:529
8796 #, c-format
8797 msgid "fr30_print_operand: invalid operand to %%A code"
8798 msgstr ""
8799
8800 #: config/fr30/fr30.c:546
8801 #, c-format
8802 msgid "fr30_print_operand: invalid %%x code"
8803 msgstr ""
8804
8805 #: config/fr30/fr30.c:553
8806 #, c-format
8807 msgid "fr30_print_operand: invalid %%F code"
8808 msgstr ""
8809
8810 #: config/fr30/fr30.c:570
8811 msgid "fr30_print_operand: unknown code"
8812 msgstr ""
8813
8814 #: config/fr30/fr30.c:599 config/fr30/fr30.c:608 config/fr30/fr30.c:619
8815 #: config/fr30/fr30.c:632
8816 msgid "fr30_print_operand: unhandled MEM"
8817 msgstr ""
8818
8819 #: config/fr30/fr30.h:64
8820 msgid "Assume small address space"
8821 msgstr ""
8822
8823 #: config/frv/frv.c:400 config/frv/frv.c:418
8824 #, c-format
8825 msgid "Unknown cpu: -mcpu=%s"
8826 msgstr ""
8827
8828 #: config/frv/frv.c:441
8829 msgid "-fpic and -gdwarf are incompatible (-fpic and -g/-gdwarf-2 are fine)"
8830 msgstr ""
8831
8832 #: config/frv/frv.c:2345
8833 msgid "Bad insn to frv_print_operand_address:"
8834 msgstr ""
8835
8836 #: config/frv/frv.c:2356
8837 msgid "Bad register to frv_print_operand_memory_reference_reg:"
8838 msgstr ""
8839
8840 #: config/frv/frv.c:2394 config/frv/frv.c:2404 config/frv/frv.c:2413
8841 #: config/frv/frv.c:2441 config/frv/frv.c:2454 config/frv/frv.c:2458
8842 msgid "Bad insn to frv_print_operand_memory_reference:"
8843 msgstr ""
8844
8845 #: config/frv/frv.c:2596
8846 msgid "Bad insn in frv_print_operand, bad const_double"
8847 msgstr ""
8848
8849 #: config/frv/frv.c:2641
8850 msgid "Bad insn to frv_print_operand, 'C' modifier:"
8851 msgstr ""
8852
8853 #: config/frv/frv.c:2664
8854 msgid "Bad insn to frv_print_operand, 'c' modifier:"
8855 msgstr ""
8856
8857 #: config/frv/frv.c:2689
8858 msgid "Bad insn to frv_print_operand, 'e' modifier:"
8859 msgstr ""
8860
8861 #: config/frv/frv.c:2697
8862 msgid "Bad insn to frv_print_operand, 'F' modifier:"
8863 msgstr ""
8864
8865 #: config/frv/frv.c:2713
8866 msgid "Bad insn to frv_print_operand, 'f' modifier:"
8867 msgstr ""
8868
8869 #: config/frv/frv.c:2766
8870 msgid "Bad insn to frv_print_operand, 'L' modifier:"
8871 msgstr ""
8872
8873 #: config/frv/frv.c:2779
8874 msgid "Bad insn to frv_print_operand, 'M/N' modifier:"
8875 msgstr ""
8876
8877 #: config/frv/frv.c:2800
8878 msgid "Bad insn to frv_print_operand, 'O' modifier:"
8879 msgstr ""
8880
8881 #: config/frv/frv.c:2818
8882 msgid "Bad insn to frv_print_operand, P modifier:"
8883 msgstr ""
8884
8885 #: config/frv/frv.c:2838
8886 msgid "Bad insn in frv_print_operand, z case"
8887 msgstr ""
8888
8889 #: config/frv/frv.c:2866
8890 msgid "Bad insn in frv_print_operand, 0 case"
8891 msgstr ""
8892
8893 #: config/frv/frv.c:2871
8894 msgid "frv_print_operand: unknown code"
8895 msgstr ""
8896
8897 #: config/frv/frv.c:5409
8898 msgid "Bad output_move_single operand"
8899 msgstr ""
8900
8901 #: config/frv/frv.c:5536
8902 msgid "Bad output_move_double operand"
8903 msgstr ""
8904
8905 #: config/frv/frv.c:5678
8906 msgid "Bad output_condmove_single operand"
8907 msgstr ""
8908
8909 #: config/frv/frv.c:7966
8910 msgid "frv_registers_update"
8911 msgstr ""
8912
8913 #: config/frv/frv.c:8123
8914 msgid "frv_registers_used_p"
8915 msgstr ""
8916
8917 #: config/frv/frv.c:8249
8918 msgid "frv_registers_set_p"
8919 msgstr ""
8920
8921 #: config/frv/frv.c:8845
8922 msgid "accumulator is not a constant integer"
8923 msgstr ""
8924
8925 #: config/frv/frv.c:8850
8926 msgid "accumulator number is out of bounds"
8927 msgstr ""
8928
8929 #: config/frv/frv.c:8861
8930 #, c-format
8931 msgid "inappropriate accumulator for `%s'"
8932 msgstr ""
8933
8934 #: config/frv/frv.c:8921
8935 #, c-format
8936 msgid "`%s' expects a constant argument"
8937 msgstr ""
8938
8939 #: config/frv/frv.c:8926
8940 #, c-format
8941 msgid "constant argument out of range for `%s'"
8942 msgstr ""
8943
8944 #: config/frv/frv.c:9273
8945 msgid "media functions are not available unless -mmedia is used"
8946 msgstr ""
8947
8948 #: config/frv/frv.c:9285
8949 msgid "this media function is only available on the fr500"
8950 msgstr ""
8951
8952 #: config/frv/frv.c:9313
8953 msgid "this media function is only available on the fr400"
8954 msgstr ""
8955
8956 #. This macro is a C statement to print on `stderr' a string describing the
8957 #. particular machine description choice.  Every machine description should
8958 #. define `TARGET_VERSION'.  For example:
8959 #.
8960 #. #ifdef MOTOROLA
8961 #. #define TARGET_VERSION           fprintf (stderr, " (68k, Motorola syntax)");
8962 #. #else
8963 #. #define TARGET_VERSION           fprintf (stderr, " (68k, MIT syntax)");
8964 #. #endif
8965 #: config/frv/frv.h:506
8966 #, c-format
8967 msgid " (frv)"
8968 msgstr ""
8969
8970 #: config/h8300/h8300.c:288
8971 msgid "-ms2600 is used without -ms"
8972 msgstr ""
8973
8974 #: config/h8300/h8300.c:294
8975 msgid "-mn is used without -mh or -ms"
8976 msgstr ""
8977
8978 #. Macro to define tables used to set the flags.
8979 #. This is a list in braces of pairs in braces,
8980 #. each pair being { "NAME", VALUE }
8981 #. where VALUE is the bits to set or minus the bits to clear.
8982 #. An empty string NAME is used to identify the default VALUE.
8983 #: config/h8300/h8300.h:145
8984 msgid "Generate H8S code"
8985 msgstr ""
8986
8987 #: config/h8300/h8300.h:146
8988 msgid "Do not generate H8S code"
8989 msgstr ""
8990
8991 #: config/h8300/h8300.h:147
8992 msgid "Generate H8S/2600 code"
8993 msgstr ""
8994
8995 #: config/h8300/h8300.h:148
8996 msgid "Do not generate H8S/2600 code"
8997 msgstr ""
8998
8999 #: config/h8300/h8300.h:149
9000 msgid "Make integers 32 bits wide"
9001 msgstr ""
9002
9003 #: config/h8300/h8300.h:152
9004 msgid "Use registers for argument passing"
9005 msgstr ""
9006
9007 #: config/h8300/h8300.h:154
9008 msgid "Do not use registers for argument passing"
9009 msgstr ""
9010
9011 #: config/h8300/h8300.h:156
9012 msgid "Consider access to byte sized memory slow"
9013 msgstr ""
9014
9015 #: config/h8300/h8300.h:157
9016 msgid "Enable linker relaxing"
9017 msgstr ""
9018
9019 #: config/h8300/h8300.h:158
9020 msgid "Generate H8/300H code"
9021 msgstr ""
9022
9023 #: config/h8300/h8300.h:159
9024 msgid "Enable the normal mode"
9025 msgstr ""
9026
9027 #: config/h8300/h8300.h:160
9028 msgid "Do not generate H8/300H code"
9029 msgstr ""
9030
9031 #: config/h8300/h8300.h:161
9032 msgid "Use H8/300 alignment rules"
9033 msgstr ""
9034
9035 #: config/i386/i386.c:1179
9036 #, c-format
9037 msgid "code model %s not supported in PIC mode"
9038 msgstr ""
9039
9040 #: config/i386/i386.c:1189 config/sparc/sparc.c:416
9041 #, c-format
9042 msgid "bad value (%s) for -mcmodel= switch"
9043 msgstr ""
9044
9045 #: config/i386/i386.c:1204
9046 #, c-format
9047 msgid "bad value (%s) for -masm= switch"
9048 msgstr ""
9049
9050 #: config/i386/i386.c:1207
9051 #, c-format
9052 msgid "code model `%s' not supported in the %s bit mode"
9053 msgstr ""
9054
9055 #: config/i386/i386.c:1210
9056 msgid "code model `large' not supported yet"
9057 msgstr ""
9058
9059 #: config/i386/i386.c:1212
9060 #, c-format
9061 msgid "%i-bit mode not compiled in"
9062 msgstr ""
9063
9064 #: config/i386/i386.c:1239 config/i386/i386.c:1251
9065 msgid "CPU you selected does not support x86-64 instruction set"
9066 msgstr ""
9067
9068 #: config/i386/i386.c:1244 config/iq2000/iq2000.c:1864
9069 #, c-format
9070 msgid "bad value (%s) for -march= switch"
9071 msgstr ""
9072
9073 #: config/i386/i386.c:1257
9074 #, c-format
9075 msgid "bad value (%s) for -mtune= switch"
9076 msgstr ""
9077
9078 #: config/i386/i386.c:1274
9079 #, c-format
9080 msgid "-mregparm=%d is not between 0 and %d"
9081 msgstr ""
9082
9083 #: config/i386/i386.c:1287
9084 msgid "-malign-loops is obsolete, use -falign-loops"
9085 msgstr ""
9086
9087 #: config/i386/i386.c:1292 config/i386/i386.c:1305 config/i386/i386.c:1318
9088 #, c-format
9089 msgid "-malign-loops=%d is not between 0 and %d"
9090 msgstr ""
9091
9092 #: config/i386/i386.c:1300
9093 msgid "-malign-jumps is obsolete, use -falign-jumps"
9094 msgstr ""
9095
9096 #: config/i386/i386.c:1313
9097 msgid "-malign-functions is obsolete, use -falign-functions"
9098 msgstr ""
9099
9100 #: config/i386/i386.c:1351
9101 #, c-format
9102 msgid "-mpreferred-stack-boundary=%d is not between %d and 12"
9103 msgstr ""
9104
9105 #: config/i386/i386.c:1363
9106 #, c-format
9107 msgid "-mbranch-cost=%d is not between 0 and 5"
9108 msgstr ""
9109
9110 #: config/i386/i386.c:1375
9111 #, c-format
9112 msgid "bad value (%s) for -mtls-dialect= switch"
9113 msgstr ""
9114
9115 #: config/i386/i386.c:1404
9116 msgid "-malign-double makes no sense in the 64bit mode"
9117 msgstr ""
9118
9119 #: config/i386/i386.c:1406
9120 msgid "-mrtd calling convention not supported in the 64bit mode"
9121 msgstr ""
9122
9123 #: config/i386/i386.c:1428 config/i386/i386.c:1439
9124 msgid "SSE instruction set disabled, using 387 arithmetics"
9125 msgstr ""
9126
9127 #: config/i386/i386.c:1444
9128 msgid "387 instruction set disabled, using SSE arithmetics"
9129 msgstr ""
9130
9131 #: config/i386/i386.c:1451
9132 #, c-format
9133 msgid "bad value (%s) for -mfpmath= switch"
9134 msgstr ""
9135
9136 #: config/i386/i386.c:1599 config/i386/i386.c:1610
9137 msgid "fastcall and stdcall attributes are not compatible"
9138 msgstr ""
9139
9140 #: config/i386/i386.c:1603 config/i386/i386.c:1659
9141 msgid "fastcall and regparm attributes are not compatible"
9142 msgstr ""
9143
9144 #: config/i386/i386.c:1646
9145 #, c-format
9146 msgid "`%s' attribute requires an integer constant argument"
9147 msgstr ""
9148
9149 #: config/i386/i386.c:1652
9150 #, c-format
9151 msgid "argument to `%s' attribute larger than %d"
9152 msgstr ""
9153
9154 #: config/i386/i386.c:2611
9155 msgid "SSE vector argument without SSE enabled changes the ABI"
9156 msgstr ""
9157
9158 #: config/i386/i386.c:2627
9159 msgid "MMX vector argument without MMX enabled changes the ABI"
9160 msgstr ""
9161
9162 #: config/i386/i386.c:2855
9163 msgid "SSE vector return without SSE enabled changes the ABI"
9164 msgstr ""
9165
9166 #: config/i386/i386.c:6817
9167 msgid "invalid UNSPEC as operand"
9168 msgstr ""
9169
9170 #: config/i386/i386.c:7075
9171 msgid "extended registers have no high halves"
9172 msgstr ""
9173
9174 #: config/i386/i386.c:7090
9175 msgid "unsupported operand size for extended register"
9176 msgstr ""
9177
9178 #: config/i386/i386.c:7405
9179 msgid ""
9180 "operand is neither a constant nor a condition code, invalid operand code 'c'"
9181 msgstr ""
9182
9183 #: config/i386/i386.c:7451
9184 #, c-format
9185 msgid "invalid operand code `%c'"
9186 msgstr ""
9187
9188 #: config/i386/i386.c:7494
9189 msgid "invalid constraints for operand"
9190 msgstr ""
9191
9192 #: config/i386/i386.c:12008
9193 msgid "unknown insn mode"
9194 msgstr ""
9195
9196 #: config/i386/i386.c:14096 config/i386/i386.c:14132
9197 #, c-format
9198 msgid "selector must be an integer constant in the range 0..%i"
9199 msgstr ""
9200
9201 #: config/i386/i386.c:14360
9202 msgid "shift must be an immediate"
9203 msgstr ""
9204
9205 #: config/i386/i386.c:15383
9206 #, c-format
9207 msgid "`%s' incompatible attribute ignored"
9208 msgstr ""
9209
9210 #: config/i386/winnt.c:104
9211 msgid "%Jfunction `%D' definition is marked dllimport."
9212 msgstr ""
9213
9214 #: config/i386/winnt.c:112
9215 msgid "%Jvariable `%D' definition is marked dllimport."
9216 msgstr ""
9217
9218 #: config/i386/winnt.c:132
9219 msgid "%Jexternal linkage required for symbol '%D' because of '%s' attribute."
9220 msgstr ""
9221
9222 #: config/i386/winnt.c:149
9223 #, c-format
9224 msgid "`%s' attribute only applies to variables"
9225 msgstr ""
9226
9227 #: config/i386/winnt.c:247
9228 msgid ""
9229 "%Jfunction '%D' is defined after prior declaration as dllimport: attribute "
9230 "ignored"
9231 msgstr ""
9232
9233 #: config/i386/winnt.c:258
9234 msgid "%Jinline function '%D' is declared as dllimport: attribute ignored."
9235 msgstr ""
9236
9237 #: config/i386/winnt.c:270
9238 msgid "%Jdefinition of static data member '%D' of dllimport'd class."
9239 msgstr ""
9240
9241 #: config/i386/winnt.c:329
9242 msgid "%Jinconsistent dll linkage for '%D', dllexport assumed."
9243 msgstr ""
9244
9245 #: config/i386/winnt.c:371
9246 #, c-format
9247 msgid "`%s' declared as both exported to and imported from a DLL"
9248 msgstr ""
9249
9250 #: config/i386/winnt.c:380
9251 msgid ""
9252 "%Jfailure in redeclaration of '%D': dllimport'd symbol lacks external "
9253 "linkage."
9254 msgstr ""
9255
9256 #: config/i386/winnt.c:529
9257 msgid "%J'%D' defined locally after being referenced with dllimport linkage"
9258 msgstr ""
9259
9260 #: config/i386/winnt.c:532
9261 msgid ""
9262 "%J'%D' redeclared without dllimport attribute after being referenced with "
9263 "dllimport linkage"
9264 msgstr ""
9265
9266 #: config/i386/winnt.c:701
9267 msgid "%J'%D' causes a section type conflict"
9268 msgstr ""
9269
9270 #: config/i386/cygming.h:40
9271 msgid "Use the Cygwin interface"
9272 msgstr ""
9273
9274 #: config/i386/cygming.h:41
9275 msgid "Use the Mingw32 interface"
9276 msgstr ""
9277
9278 #: config/i386/cygming.h:42
9279 msgid "Create GUI application"
9280 msgstr ""
9281
9282 #: config/i386/cygming.h:43
9283 msgid "Don't set Windows defines"
9284 msgstr ""
9285
9286 #: config/i386/cygming.h:44
9287 msgid "Set Windows defines"
9288 msgstr ""
9289
9290 #: config/i386/cygming.h:45
9291 msgid "Create console application"
9292 msgstr ""
9293
9294 #: config/i386/cygming.h:46
9295 msgid "Generate code for a DLL"
9296 msgstr ""
9297
9298 #: config/i386/cygming.h:48
9299 msgid "Ignore dllimport for functions"
9300 msgstr ""
9301
9302 #: config/i386/cygming.h:50
9303 msgid "Use Mingw-specific thread support"
9304 msgstr ""
9305
9306 #: config/i386/cygming.h:169
9307 #, c-format
9308 msgid "-f%s ignored for target (all code is position independent)"
9309 msgstr ""
9310
9311 #: config/i386/djgpp.h:191
9312 msgid "-mbnu210 is ignored (option is obsolete)"
9313 msgstr ""
9314
9315 #: config/i386/i386-interix.h:256
9316 msgid "ms-bitfields not supported for objc"
9317 msgstr ""
9318
9319 #. Deprecated.
9320 #. Deprecated.
9321 #. Deprecated.
9322 #. Deprecated.
9323 #. Deprecated.
9324 #. Deprecated.
9325 #: config/i386/i386.h:339
9326 msgid "Alternate calling convention"
9327 msgstr ""
9328
9329 #: config/i386/i386.h:341 config/m68k/m68k.h:344 config/ns32k/ns32k.h:144
9330 msgid "Use normal calling convention"
9331 msgstr ""
9332
9333 #: config/i386/i386.h:343
9334 msgid "Align some doubles on dword boundary"
9335 msgstr ""
9336
9337 #: config/i386/i386.h:345
9338 msgid "Align doubles on word boundary"
9339 msgstr ""
9340
9341 #: config/i386/i386.h:347
9342 msgid "Uninitialized locals in .bss"
9343 msgstr ""
9344
9345 #: config/i386/i386.h:349
9346 msgid "Uninitialized locals in .data"
9347 msgstr ""
9348
9349 #: config/i386/i386.h:351 config/m68k/linux.h:35 config/ns32k/ns32k.h:167
9350 msgid "Use IEEE math for fp comparisons"
9351 msgstr ""
9352
9353 #: config/i386/i386.h:353 config/ns32k/ns32k.h:169
9354 msgid "Do not use IEEE math for fp comparisons"
9355 msgstr ""
9356
9357 #: config/i386/i386.h:355
9358 msgid "Return values of functions in FPU registers"
9359 msgstr ""
9360
9361 #: config/i386/i386.h:357
9362 msgid "Do not return values of functions in FPU registers"
9363 msgstr ""
9364
9365 #: config/i386/i386.h:359
9366 msgid "Do not generate sin, cos, sqrt for FPU"
9367 msgstr ""
9368
9369 #: config/i386/i386.h:361
9370 msgid "Generate sin, cos, sqrt for FPU"
9371 msgstr ""
9372
9373 #: config/i386/i386.h:363
9374 msgid "Omit the frame pointer in leaf functions"
9375 msgstr ""
9376
9377 #: config/i386/i386.h:366
9378 msgid "Enable stack probing"
9379 msgstr ""
9380
9381 #. undocumented
9382 #. undocumented
9383 #: config/i386/i386.h:371
9384 msgid "Align destination of the string operations"
9385 msgstr ""
9386
9387 #: config/i386/i386.h:373
9388 msgid "Do not align destination of the string operations"
9389 msgstr ""
9390
9391 #: config/i386/i386.h:375
9392 msgid "Inline all known string operations"
9393 msgstr ""
9394
9395 #: config/i386/i386.h:377
9396 msgid "Do not inline all known string operations"
9397 msgstr ""
9398
9399 #: config/i386/i386.h:379 config/i386/i386.h:383
9400 msgid "Use push instructions to save outgoing arguments"
9401 msgstr ""
9402
9403 #: config/i386/i386.h:381 config/i386/i386.h:385
9404 msgid "Do not use push instructions to save outgoing arguments"
9405 msgstr ""
9406
9407 #: config/i386/i386.h:387
9408 msgid "Support MMX built-in functions"
9409 msgstr ""
9410
9411 #: config/i386/i386.h:389
9412 msgid "Do not support MMX built-in functions"
9413 msgstr ""
9414
9415 #: config/i386/i386.h:391
9416 msgid "Support 3DNow! built-in functions"
9417 msgstr ""
9418
9419 #: config/i386/i386.h:393
9420 msgid "Do not support 3DNow! built-in functions"
9421 msgstr ""
9422
9423 #: config/i386/i386.h:395
9424 msgid "Support MMX and SSE built-in functions and code generation"
9425 msgstr ""
9426
9427 #: config/i386/i386.h:397
9428 msgid "Do not support MMX and SSE built-in functions and code generation"
9429 msgstr ""
9430
9431 #: config/i386/i386.h:399
9432 msgid "Support MMX, SSE and SSE2 built-in functions and code generation"
9433 msgstr ""
9434
9435 #: config/i386/i386.h:401
9436 msgid "Do not support MMX, SSE and SSE2 built-in functions and code generation"
9437 msgstr ""
9438
9439 #: config/i386/i386.h:403
9440 msgid "Support MMX, SSE, SSE2 and PNI built-in functions and code generation"
9441 msgstr ""
9442
9443 #: config/i386/i386.h:405
9444 msgid ""
9445 "Do not support MMX, SSE, SSE2 and PNI built-in functions and code generation"
9446 msgstr ""
9447
9448 #: config/i386/i386.h:407
9449 msgid "sizeof(long double) is 16"
9450 msgstr ""
9451
9452 #: config/i386/i386.h:409
9453 msgid "sizeof(long double) is 12"
9454 msgstr ""
9455
9456 #: config/i386/i386.h:411
9457 msgid "Generate 64bit x86-64 code"
9458 msgstr ""
9459
9460 #: config/i386/i386.h:413
9461 msgid "Generate 32bit i386 code"
9462 msgstr ""
9463
9464 #: config/i386/i386.h:415
9465 msgid "Use native (MS) bitfield layout"
9466 msgstr ""
9467
9468 #: config/i386/i386.h:417
9469 msgid "Use gcc default bitfield layout"
9470 msgstr ""
9471
9472 #: config/i386/i386.h:419
9473 msgid "Use red-zone in the x86-64 code"
9474 msgstr ""
9475
9476 #: config/i386/i386.h:421
9477 msgid "Do not use red-zone in the x86-64 code"
9478 msgstr ""
9479
9480 #: config/i386/i386.h:423
9481 #, c-format
9482 msgid "Use direct references against %gs when accessing tls data"
9483 msgstr ""
9484
9485 #: config/i386/i386.h:425
9486 #, c-format
9487 msgid "Do not use direct references against %gs when accessing tls data"
9488 msgstr ""
9489
9490 #. This macro is similar to `TARGET_SWITCHES' but defines names of
9491 #. command options that have values.  Its definition is an
9492 #. initializer with a subgrouping for each command option.
9493 #.
9494 #. Each subgrouping contains a string constant, that defines the
9495 #. fixed part of the option name, and the address of a variable.  The
9496 #. variable, type `char *', is set to the variable part of the given
9497 #. option if the fixed part matches.  The actual option name is made
9498 #. by appending `-m' to the specified name.
9499 #: config/i386/i386.h:459 config/ia64/ia64.h:270 config/rs6000/rs6000.h:437
9500 #: config/s390/s390.h:146 config/sparc/sparc.h:627
9501 msgid "Schedule code for given CPU"
9502 msgstr ""
9503
9504 #: config/i386/i386.h:461
9505 msgid "Generate floating point mathematics using given instruction set"
9506 msgstr ""
9507
9508 #: config/i386/i386.h:463 config/s390/s390.h:148
9509 msgid "Generate code for given CPU"
9510 msgstr ""
9511
9512 #: config/i386/i386.h:465
9513 msgid "Number of registers used to pass integer arguments"
9514 msgstr ""
9515
9516 #. TARGET_DEFAULT is defined in m68k-none.h, netbsd.h, etc.
9517 #. This macro is similar to `TARGET_SWITCHES' but defines names of
9518 #. command options that have values.  Its definition is an
9519 #. initializer with a subgrouping for each command option.
9520 #.
9521 #. Each subgrouping contains a string constant, that defines the
9522 #. fixed part of the option name, and the address of a variable.  The
9523 #. variable, type `char *', is set to the variable part of the given
9524 #. option if the fixed part matches.  The actual option name is made
9525 #. by appending `-m' to the specified name.
9526 #: config/i386/i386.h:467 config/m68k/m68k.h:360
9527 msgid "Loop code aligned to this power of 2"
9528 msgstr ""
9529
9530 #: config/i386/i386.h:469 config/m68k/m68k.h:362
9531 msgid "Jump targets are aligned to this power of 2"
9532 msgstr ""
9533
9534 #: config/i386/i386.h:471 config/m68k/m68k.h:364
9535 msgid "Function starts are aligned to this power of 2"
9536 msgstr ""
9537
9538 #: config/i386/i386.h:474
9539 msgid "Attempt to keep stack aligned to this power of 2"
9540 msgstr ""
9541
9542 #: config/i386/i386.h:476
9543 msgid "Branches are this expensive (1-5, arbitrary units)"
9544 msgstr ""
9545
9546 #: config/i386/i386.h:478
9547 msgid "Use given x86-64 code model"
9548 msgstr ""
9549
9550 #. Undocumented.
9551 #. Undocumented.
9552 #: config/i386/i386.h:484
9553 msgid "Use given assembler dialect"
9554 msgstr ""
9555
9556 #: config/i386/i386.h:486
9557 msgid "Use given thread-local storage dialect"
9558 msgstr ""
9559
9560 #: config/i386/sco5.h:292
9561 msgid "Generate ELF output"
9562 msgstr ""
9563
9564 #. 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.
9565 #. 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.
9566 #: config/i386/xm-djgpp.h:64
9567 msgid "environment variable DJGPP not defined"
9568 msgstr ""
9569
9570 #: config/i386/xm-djgpp.h:66
9571 #, c-format
9572 msgid "environment variable DJGPP points to missing file '%s'"
9573 msgstr ""
9574
9575 #: config/i386/xm-djgpp.h:69
9576 #, c-format
9577 msgid "environment variable DJGPP points to corrupt file '%s'"
9578 msgstr ""
9579
9580 #. Macro to define tables used to set the flags.
9581 #. This is a list in braces of pairs in braces,
9582 #. each pair being { "NAME", VALUE }
9583 #. where VALUE is the bits to set or minus the bits to clear.
9584 #. An empty string NAME is used to identify the default VALUE.
9585 #: config/i860/i860.h:60
9586 msgid "Generate code which uses the FPU"
9587 msgstr ""
9588
9589 #: config/i860/i860.h:61 config/i860/i860.h:62
9590 msgid "Do not generate code which uses the FPU"
9591 msgstr ""
9592
9593 #: config/ia64/ia64-c.c:52
9594 msgid "malformed #pragma builtin"
9595 msgstr ""
9596
9597 #: config/ia64/ia64.c:1053 config/m32r/m32r.c:368
9598 #, c-format
9599 msgid "invalid argument of `%s' attribute"
9600 msgstr ""
9601
9602 #: config/ia64/ia64.c:1065
9603 msgid "%Jan address area attribute cannot be specified for local variables"
9604 msgstr ""
9605
9606 #: config/ia64/ia64.c:1072
9607 msgid "%Jaddress area of '%s' conflicts with previous declaration"
9608 msgstr ""
9609
9610 #: config/ia64/ia64.c:1079
9611 msgid "%Jaddress area attribute cannot be specified for functions"
9612 msgstr ""
9613
9614 #: config/ia64/ia64.c:4322
9615 msgid "ia64_print_operand: unknown code"
9616 msgstr ""
9617
9618 #: config/ia64/ia64.c:4662
9619 msgid "value of -mfixed-range must have form REG1-REG2"
9620 msgstr ""
9621
9622 #: config/ia64/ia64.c:4689
9623 #, c-format
9624 msgid "%s-%s is an empty range"
9625 msgstr ""
9626
9627 #: config/ia64/ia64.c:4737
9628 msgid "cannot optimize floating point division for both latency and throughput"
9629 msgstr ""
9630
9631 #: config/ia64/ia64.c:4743
9632 msgid "cannot optimize integer division for both latency and throughput"
9633 msgstr ""
9634
9635 #: config/ia64/ia64.c:4749
9636 msgid "cannot optimize square root for both latency and throughput"
9637 msgstr ""
9638
9639 #: config/ia64/ia64.c:4755
9640 msgid "not yet implemented: latency-optimized inline square root"
9641 msgstr ""
9642
9643 #: config/ia64/ia64.c:4767
9644 #, c-format
9645 msgid "bad value (%s) for -mtls-size= switch"
9646 msgstr ""
9647
9648 #: config/ia64/ia64.c:4783
9649 #, c-format
9650 msgid "bad value (%s) for -tune= switch"
9651 msgstr ""
9652
9653 #. This macro defines names of command options to set and clear bits in
9654 #. `target_flags'.  Its definition is an initializer with a subgrouping for
9655 #. each command option.
9656 #: config/ia64/ia64.h:173
9657 msgid "Generate big endian code"
9658 msgstr ""
9659
9660 #: config/ia64/ia64.h:175 config/mcore/mcore.h:154
9661 msgid "Generate little endian code"
9662 msgstr ""
9663
9664 #: config/ia64/ia64.h:177
9665 msgid "Generate code for GNU as"
9666 msgstr ""
9667
9668 #: config/ia64/ia64.h:179
9669 msgid "Generate code for Intel as"
9670 msgstr ""
9671
9672 #: config/ia64/ia64.h:181
9673 msgid "Generate code for GNU ld"
9674 msgstr ""
9675
9676 #: config/ia64/ia64.h:183
9677 msgid "Generate code for Intel ld"
9678 msgstr ""
9679
9680 #: config/ia64/ia64.h:185
9681 msgid "Generate code without GP reg"
9682 msgstr ""
9683
9684 #: config/ia64/ia64.h:187
9685 msgid "Emit stop bits before and after volatile extended asms"
9686 msgstr ""
9687
9688 #: config/ia64/ia64.h:189
9689 msgid "Don't emit stop bits before and after volatile extended asms"
9690 msgstr ""
9691
9692 #: config/ia64/ia64.h:191
9693 msgid "Emit code for Itanium (TM) processor B step"
9694 msgstr ""
9695
9696 #: config/ia64/ia64.h:193
9697 msgid "Use in/loc/out register names"
9698 msgstr ""
9699
9700 #: config/ia64/ia64.h:195
9701 msgid "Disable use of sdata/scommon/sbss"
9702 msgstr ""
9703
9704 #: config/ia64/ia64.h:197
9705 msgid "Enable use of sdata/scommon/sbss"
9706 msgstr ""
9707
9708 #: config/ia64/ia64.h:199
9709 msgid "gp is constant (but save/restore gp on indirect calls)"
9710 msgstr ""
9711
9712 #: config/ia64/ia64.h:201
9713 msgid "Generate self-relocatable code"
9714 msgstr ""
9715
9716 #: config/ia64/ia64.h:203
9717 msgid "Generate inline floating point division, optimize for latency"
9718 msgstr ""
9719
9720 #: config/ia64/ia64.h:205
9721 msgid "Generate inline floating point division, optimize for throughput"
9722 msgstr ""
9723
9724 #: config/ia64/ia64.h:207
9725 msgid "Generate inline integer division, optimize for latency"
9726 msgstr ""
9727
9728 #: config/ia64/ia64.h:209
9729 msgid "Generate inline integer division, optimize for throughput"
9730 msgstr ""
9731
9732 #: config/ia64/ia64.h:211
9733 msgid "Generate inline square root, optimize for latency"
9734 msgstr ""
9735
9736 #: config/ia64/ia64.h:213
9737 msgid "Generate inline square root, optimize for throughput"
9738 msgstr ""
9739
9740 #: config/ia64/ia64.h:215
9741 msgid "Enable Dwarf 2 line debug info via GNU as"
9742 msgstr ""
9743
9744 #: config/ia64/ia64.h:217
9745 msgid "Disable Dwarf 2 line debug info via GNU as"
9746 msgstr ""
9747
9748 #: config/ia64/ia64.h:219
9749 msgid "Enable earlier placing stop bits for better scheduling"
9750 msgstr ""
9751
9752 #: config/ia64/ia64.h:221
9753 msgid "Disable earlier placing stop bits"
9754 msgstr ""
9755
9756 #: config/ia64/ia64.h:266
9757 msgid "Specify range of registers to make fixed"
9758 msgstr ""
9759
9760 #: config/ip2k/ip2k.c:1085
9761 msgid "bad operand"
9762 msgstr ""
9763
9764 #: config/iq2000/iq2000.c:1840
9765 #, c-format
9766 msgid "bad value (%s) for -mcpu= switch"
9767 msgstr ""
9768
9769 #: config/iq2000/iq2000.c:1869
9770 #, c-format
9771 msgid "The compiler does not support -march=%s."
9772 msgstr ""
9773
9774 #: config/iq2000/iq2000.c:2256
9775 #, c-format
9776 msgid "gp_offset (%ld) or end_offset (%ld) is less than zero."
9777 msgstr ""
9778
9779 #: config/iq2000/iq2000.c:3047
9780 #, c-format
9781 msgid "argument `%d' is not a constant"
9782 msgstr ""
9783
9784 #: config/iq2000/iq2000.c:3350 config/xtensa/xtensa.c:2098
9785 msgid "PRINT_OPERAND_ADDRESS, null pointer"
9786 msgstr ""
9787
9788 #: config/iq2000/iq2000.c:3505
9789 #, c-format
9790 msgid "PRINT_OPERAND: Unknown punctuation '%c'"
9791 msgstr ""
9792
9793 #: config/iq2000/iq2000.c:3514 config/mips/mips.c:5483
9794 #: config/xtensa/xtensa.c:1952
9795 msgid "PRINT_OPERAND null pointer"
9796 msgstr ""
9797
9798 #: config/iq2000/iq2000.c:3583
9799 #, c-format
9800 msgid "invalid %%P operand"
9801 msgstr ""
9802
9803 #: config/iq2000/iq2000.c:3591 config/rs6000/rs6000.c:8921
9804 #, c-format
9805 msgid "invalid %%p value"
9806 msgstr ""
9807
9808 #: config/iq2000/iq2000.c:3655 config/mips/mips.c:5613
9809 #, c-format
9810 msgid "invalid use of %%d, %%x, or %%X"
9811 msgstr ""
9812
9813 #: config/iq2000/iq2000.h:72 config/mn10300/mn10300.h:74
9814 msgid "No default crt0.o"
9815 msgstr ""
9816
9817 #: config/iq2000/iq2000.h:74
9818 msgid "Use GP relative sdata/sbss sections"
9819 msgstr ""
9820
9821 #: config/iq2000/iq2000.h:76
9822 msgid "Don't use GP relative sdata/sbss sections"
9823 msgstr ""
9824
9825 #: config/iq2000/iq2000.h:78 config/mips/mips.h:563
9826 msgid "Use ROM instead of RAM"
9827 msgstr ""
9828
9829 #: config/iq2000/iq2000.h:80 config/mips/mips.h:565
9830 msgid "Don't use ROM instead of RAM"
9831 msgstr ""
9832
9833 #: config/iq2000/iq2000.h:82 config/mips/mips.h:567
9834 msgid "Put uninitialized constants in ROM (needs -membedded-data)"
9835 msgstr ""
9836
9837 #: config/iq2000/iq2000.h:84 config/mips/mips.h:569
9838 msgid "Don't put uninitialized constants in ROM"
9839 msgstr ""
9840
9841 #: config/iq2000/iq2000.h:106 config/mips/mips.h:731 config/pa/pa.h:310
9842 msgid "Specify CPU for scheduling purposes"
9843 msgstr ""
9844
9845 #: config/iq2000/iq2000.h:108 config/mips/mips.h:733
9846 msgid "Specify CPU for code generation purposes"
9847 msgstr ""
9848
9849 #: config/m32r/m32r.c:186
9850 #, c-format
9851 msgid "bad value (%s) for -mmodel switch"
9852 msgstr ""
9853
9854 #: config/m32r/m32r.c:195
9855 #, c-format
9856 msgid "bad value (%s) for -msdata switch"
9857 msgstr ""
9858
9859 #: config/m32r/m32r.c:202
9860 #, c-format
9861 msgid "bad value (%s) for -flush-trap=n (0=<n<=15)"
9862 msgstr ""
9863
9864 #: config/m32r/m32r.c:2317
9865 #, c-format
9866 msgid "invalid operand to %%s code"
9867 msgstr ""
9868
9869 #: config/m32r/m32r.c:2324
9870 #, c-format
9871 msgid "invalid operand to %%p code"
9872 msgstr ""
9873
9874 #: config/m32r/m32r.c:2379
9875 msgid "bad insn for 'A'"
9876 msgstr ""
9877
9878 #: config/m32r/m32r.c:2426
9879 #, c-format
9880 msgid "invalid operand to %%T/%%B code"
9881 msgstr ""
9882
9883 #: config/m32r/m32r.c:2449
9884 #, c-format
9885 msgid "invalid operand to %%N code"
9886 msgstr ""
9887
9888 #: config/m32r/m32r.c:2482
9889 msgid "pre-increment address is not a register"
9890 msgstr ""
9891
9892 #: config/m32r/m32r.c:2489
9893 msgid "pre-decrement address is not a register"
9894 msgstr ""
9895
9896 #: config/m32r/m32r.c:2496
9897 msgid "post-increment address is not a register"
9898 msgstr ""
9899
9900 #: config/m32r/m32r.c:2572 config/m32r/m32r.c:2588
9901 #: config/rs6000/rs6000.c:14793
9902 msgid "bad address"
9903 msgstr ""
9904
9905 #: config/m32r/m32r.c:2593
9906 msgid "lo_sum not of register"
9907 msgstr ""
9908
9909 #. { "relax",                   TARGET_RELAX_MASK, "" },                    { "no-relax",               -TARGET_RELAX_MASK, "" },
9910 #: config/m32r/m32r.h:278
9911 msgid "Display compile time statistics"
9912 msgstr ""
9913
9914 #: config/m32r/m32r.h:280
9915 msgid "Align all loops to 32 byte boundary"
9916 msgstr ""
9917
9918 #: config/m32r/m32r.h:283
9919 msgid "Only issue one instruction per cycle"
9920 msgstr ""
9921
9922 #: config/m32r/m32r.h:286
9923 msgid "Prefer branches over conditional execution"
9924 msgstr ""
9925
9926 #: config/m32r/m32r.h:307
9927 msgid "Code size: small, medium or large"
9928 msgstr ""
9929
9930 #: config/m32r/m32r.h:309
9931 msgid "Small data area: none, sdata, use"
9932 msgstr ""
9933
9934 #: config/m32r/m32r.h:311 config/mips/mips.h:739
9935 msgid "Don't call any cache flush functions"
9936 msgstr ""
9937
9938 #: config/m32r/m32r.h:313 config/mips/mips.h:741
9939 msgid "Specify cache flush function"
9940 msgstr ""
9941
9942 #: config/m32r/m32r.h:315
9943 msgid "Don't call any cache flush trap"
9944 msgstr ""
9945
9946 #: config/m32r/m32r.h:317
9947 msgid "Specify cache flush trap number"
9948 msgstr ""
9949
9950 #: config/m68hc11/m68hc11.c:276
9951 #, c-format
9952 msgid "-f%s ignored for 68HC11/68HC12 (not supported)"
9953 msgstr ""
9954
9955 #: config/m68hc11/m68hc11.c:1267
9956 msgid "`trap' and `far' attributes are not compatible, ignoring `far'"
9957 msgstr ""
9958
9959 #: config/m68hc11/m68hc11.c:1273
9960 msgid "`trap' attribute is already used"
9961 msgstr ""
9962
9963 #. !!!! SCz wrong here.
9964 #: config/m68hc11/m68hc11.c:3230 config/m68hc11/m68hc11.c:3614
9965 msgid "move insn not handled"
9966 msgstr ""
9967
9968 #: config/m68hc11/m68hc11.c:3462 config/m68hc11/m68hc11.c:3546
9969 #: config/m68hc11/m68hc11.c:3817
9970 msgid "invalid register in the move instruction"
9971 msgstr ""
9972
9973 #: config/m68hc11/m68hc11.c:3496
9974 msgid "invalid operand in the instruction"
9975 msgstr ""
9976
9977 #: config/m68hc11/m68hc11.c:3791
9978 msgid "invalid register in the instruction"
9979 msgstr ""
9980
9981 #: config/m68hc11/m68hc11.c:3824
9982 msgid "operand 1 must be a hard register"
9983 msgstr ""
9984
9985 #: config/m68hc11/m68hc11.c:3838
9986 msgid "invalid rotate insn"
9987 msgstr ""
9988
9989 #: config/m68hc11/m68hc11.c:4254
9990 msgid "registers IX, IY and Z used in the same INSN"
9991 msgstr ""
9992
9993 #: config/m68hc11/m68hc11.c:4591 config/m68hc11/m68hc11.c:4891
9994 msgid "cannot do z-register replacement"
9995 msgstr ""
9996
9997 #: config/m68hc11/m68hc11.c:4954
9998 msgid "invalid Z register replacement for insn"
9999 msgstr ""
10000
10001 #. Macro to define tables used to set the flags. This is a list in braces of
10002 #. pairs in braces, each pair being { "NAME", VALUE } where VALUE is the bits
10003 #. to set or minus the bits to clear. An empty string NAME is used to
10004 #. identify the default VALUE.
10005 #: config/m68hc11/m68hc11.h:177
10006 msgid "Compile with 16-bit integer mode"
10007 msgstr ""
10008
10009 #: config/m68hc11/m68hc11.h:179
10010 msgid "Compile with 32-bit integer mode"
10011 msgstr ""
10012
10013 #: config/m68hc11/m68hc11.h:181
10014 msgid "Auto pre/post decrement increment allowed"
10015 msgstr ""
10016
10017 #: config/m68hc11/m68hc11.h:183
10018 msgid "Auto pre/post decrement increment not allowed"
10019 msgstr ""
10020
10021 #: config/m68hc11/m68hc11.h:185
10022 msgid "Min/max instructions allowed"
10023 msgstr ""
10024
10025 #: config/m68hc11/m68hc11.h:187
10026 msgid "Min/max instructions not allowed"
10027 msgstr ""
10028
10029 #: config/m68hc11/m68hc11.h:189
10030 msgid "Use call and rtc for function calls and returns"
10031 msgstr ""
10032
10033 #: config/m68hc11/m68hc11.h:191
10034 msgid "Use jsr and rts for function calls and returns"
10035 msgstr ""
10036
10037 #: config/m68hc11/m68hc11.h:193
10038 msgid "Do not use direct addressing mode for soft registers"
10039 msgstr ""
10040
10041 #: config/m68hc11/m68hc11.h:195
10042 msgid "Use direct addressing mode for soft registers"
10043 msgstr ""
10044
10045 #: config/m68hc11/m68hc11.h:197 config/m68hc11/m68hc11.h:203
10046 msgid "Compile for a 68HC11"
10047 msgstr ""
10048
10049 #: config/m68hc11/m68hc11.h:199 config/m68hc11/m68hc11.h:205
10050 msgid "Compile for a 68HC12"
10051 msgstr ""
10052
10053 #: config/m68hc11/m68hc11.h:201 config/m68hc11/m68hc11.h:207
10054 msgid "Compile for a 68HCS12"
10055 msgstr ""
10056
10057 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10058 #. command options that have values.  Its definition is an
10059 #. initializer with a subgrouping for each command option.
10060 #.
10061 #. Each subgrouping contains a string constant, that defines the
10062 #. fixed part of the option name, and the address of a variable.  The
10063 #. variable, type `char *', is set to the variable part of the given
10064 #. option if the fixed part matches.  The actual option name is made
10065 #. by appending `-m' to the specified name.
10066 #: config/m68hc11/m68hc11.h:221
10067 msgid "Specify the register allocation order"
10068 msgstr ""
10069
10070 #: config/m68hc11/m68hc11.h:223
10071 msgid "Indicate the number of soft registers available"
10072 msgstr ""
10073
10074 #: config/m68k/m68k.c:235
10075 #, c-format
10076 msgid "-malign-loops=%d is not between 1 and %d"
10077 msgstr ""
10078
10079 #: config/m68k/m68k.c:246
10080 msgid "-mshared-library-id= specified without -mid-shared-library"
10081 msgstr ""
10082
10083 #: config/m68k/m68k.c:249
10084 #, c-format
10085 msgid "-mshared-library-id=%d is not between 0 and %d"
10086 msgstr ""
10087
10088 #: config/m68k/m68k.c:263
10089 msgid "cannot specify both -msep-data and -mid-shared-library"
10090 msgstr ""
10091
10092 #: config/m68k/m68k.c:278
10093 #, c-format
10094 msgid "-malign-jumps=%d is not between 1 and %d"
10095 msgstr ""
10096
10097 #: config/m68k/m68k.c:289
10098 #, c-format
10099 msgid "-malign-functions=%d is not between 1 and %d"
10100 msgstr ""
10101
10102 #: config/m68k/m68k.c:298
10103 msgid "-fPIC is not currently supported on the 68000 or 68010\n"
10104 msgstr ""
10105
10106 #: config/m68k/m68k.c:596 config/rs6000/rs6000.c:11336
10107 msgid "stack limit expression is not supported"
10108 msgstr ""
10109
10110 #. Macro to define tables used to set the flags.
10111 #. This is a list in braces of pairs in braces,
10112 #. each pair being { "NAME", VALUE }
10113 #. where VALUE is the bits to set or minus the bits to clear.
10114 #. An empty string NAME is used to identify the default VALUE.
10115 #: config/m68k/m68k.h:248 config/m68k/m68k.h:250
10116 msgid "Generate code for a 68020"
10117 msgstr ""
10118
10119 #: config/m68k/m68k.h:255 config/m68k/m68k.h:258
10120 msgid "Generate code for a 68000"
10121 msgstr ""
10122
10123 #: config/m68k/m68k.h:260
10124 msgid "Use the bit-field instructions"
10125 msgstr ""
10126
10127 #: config/m68k/m68k.h:262
10128 msgid "Do not use the bit-field instructions"
10129 msgstr ""
10130
10131 #: config/m68k/m68k.h:264
10132 msgid "Consider type `int' to be 16 bits wide"
10133 msgstr ""
10134
10135 #: config/m68k/m68k.h:266
10136 msgid "Consider type `int' to be 32 bits wide"
10137 msgstr ""
10138
10139 #: config/m68k/m68k.h:269
10140 msgid "Generate code with library calls for floating point"
10141 msgstr ""
10142
10143 #: config/m68k/m68k.h:271
10144 msgid "Generate code for a 68040, without any new instructions"
10145 msgstr ""
10146
10147 #: config/m68k/m68k.h:274
10148 msgid "Generate code for a 68060, without any new instructions"
10149 msgstr ""
10150
10151 #: config/m68k/m68k.h:278
10152 msgid "Generate code for a 68030"
10153 msgstr ""
10154
10155 #: config/m68k/m68k.h:281
10156 msgid "Generate code for a 68040"
10157 msgstr ""
10158
10159 #: config/m68k/m68k.h:285
10160 msgid "Generate code for a 68060"
10161 msgstr ""
10162
10163 #: config/m68k/m68k.h:290
10164 msgid "Generate code for a 520X"
10165 msgstr ""
10166
10167 #: config/m68k/m68k.h:294
10168 msgid "Generate code for a 5206e"
10169 msgstr ""
10170
10171 #: config/m68k/m68k.h:298
10172 msgid "Generate code for a 528x"
10173 msgstr ""
10174
10175 #: config/m68k/m68k.h:302
10176 msgid "Generate code for a 5307"
10177 msgstr ""
10178
10179 #: config/m68k/m68k.h:306
10180 msgid "Generate code for a 5407"
10181 msgstr ""
10182
10183 #: config/m68k/m68k.h:309
10184 msgid "Generate code for a 68851"
10185 msgstr ""
10186
10187 #: config/m68k/m68k.h:311
10188 msgid "Do no generate code for a 68851"
10189 msgstr ""
10190
10191 #: config/m68k/m68k.h:314
10192 msgid "Generate code for a 68302"
10193 msgstr ""
10194
10195 #: config/m68k/m68k.h:317
10196 msgid "Generate code for a 68332"
10197 msgstr ""
10198
10199 #: config/m68k/m68k.h:321
10200 msgid "Generate code for a cpu32"
10201 msgstr ""
10202
10203 #: config/m68k/m68k.h:324
10204 msgid "Align variables on a 32-bit boundary"
10205 msgstr ""
10206
10207 #: config/m68k/m68k.h:326
10208 msgid "Align variables on a 16-bit boundary"
10209 msgstr ""
10210
10211 #: config/m68k/m68k.h:328
10212 msgid "Enable separate data segment"
10213 msgstr ""
10214
10215 #: config/m68k/m68k.h:330
10216 msgid "Disable separate data segment"
10217 msgstr ""
10218
10219 #: config/m68k/m68k.h:332
10220 msgid "Enable ID based shared library"
10221 msgstr ""
10222
10223 #: config/m68k/m68k.h:334
10224 msgid "Disable ID based shared library"
10225 msgstr ""
10226
10227 #: config/m68k/m68k.h:336
10228 msgid "Generate pc-relative code"
10229 msgstr ""
10230
10231 #: config/m68k/m68k.h:338
10232 msgid "Do not use unaligned memory references"
10233 msgstr ""
10234
10235 #: config/m68k/m68k.h:340
10236 msgid "Use unaligned memory references"
10237 msgstr ""
10238
10239 #: config/m68k/m68k.h:342
10240 msgid "Use different calling convention using 'rtd'"
10241 msgstr ""
10242
10243 #: config/m68k/m68k.h:366
10244 msgid "ID of shared library to build"
10245 msgstr ""
10246
10247 #: config/mcore/mcore.c:2994
10248 #, c-format
10249 msgid "invalid option `-mstack-increment=%s'"
10250 msgstr ""
10251
10252 #: config/mcore/mcore.h:121
10253 msgid "Inline constants if it can be done in 2 insns or less"
10254 msgstr ""
10255
10256 #: config/mcore/mcore.h:123
10257 msgid "Inline constants if it only takes 1 instruction"
10258 msgstr ""
10259
10260 #: config/mcore/mcore.h:125
10261 msgid "Set maximum alignment to 4"
10262 msgstr ""
10263
10264 #: config/mcore/mcore.h:127
10265 msgid "Set maximum alignment to 8"
10266 msgstr ""
10267
10268 #: config/mcore/mcore.h:131
10269 msgid "Do not use the divide instruction"
10270 msgstr ""
10271
10272 #: config/mcore/mcore.h:135
10273 msgid "Do not arbitrary sized immediates in bit operations"
10274 msgstr ""
10275
10276 #: config/mcore/mcore.h:137
10277 msgid "Always treat bit-field as int-sized"
10278 msgstr ""
10279
10280 #: config/mcore/mcore.h:141
10281 msgid "Force functions to be aligned to a 4 byte boundary"
10282 msgstr ""
10283
10284 #: config/mcore/mcore.h:143
10285 msgid "Force functions to be aligned to a 2 byte boundary"
10286 msgstr ""
10287
10288 #: config/mcore/mcore.h:145
10289 msgid "Emit call graph information"
10290 msgstr ""
10291
10292 #: config/mcore/mcore.h:149
10293 msgid "Prefer word accesses over byte accesses"
10294 msgstr ""
10295
10296 #: config/mcore/mcore.h:160
10297 msgid "Generate code for the M*Core M340"
10298 msgstr ""
10299
10300 #: config/mcore/mcore.h:173
10301 msgid "Maximum amount for a single stack increment operation"
10302 msgstr ""
10303
10304 #: config/mips/mips.c:3136 config/xtensa/xtensa.c:1009
10305 #: config/xtensa/xtensa.c:1041 config/xtensa/xtensa.c:1050
10306 msgid "bad test"
10307 msgstr ""
10308
10309 #: config/mips/mips.c:4619
10310 #, c-format
10311 msgid "bad value (%s) for -mabi= switch"
10312 msgstr ""
10313
10314 #: config/mips/mips.c:4642
10315 #, c-format
10316 msgid ""
10317 "-mips%s conflicts with the other architecture options, which specify a MIPS%"
10318 "d processor"
10319 msgstr ""
10320
10321 #: config/mips/mips.c:4661
10322 #, c-format
10323 msgid "-march=%s is not compatible with the selected ABI"
10324 msgstr ""
10325
10326 #: config/mips/mips.c:4676
10327 msgid "-mgp64 used with a 32-bit processor"
10328 msgstr ""
10329
10330 #: config/mips/mips.c:4678
10331 msgid "-mgp32 used with a 64-bit ABI"
10332 msgstr ""
10333
10334 #: config/mips/mips.c:4680
10335 msgid "-mgp64 used with a 32-bit ABI"
10336 msgstr ""
10337
10338 #: config/mips/mips.c:4698 config/mips/mips.c:4700 config/mips/mips.c:4702
10339 #: config/mips/mips.c:4830
10340 #, c-format
10341 msgid "unsupported combination: %s"
10342 msgstr ""
10343
10344 #: config/mips/mips.c:4794
10345 msgid "-g is only supported using GNU as,"
10346 msgstr ""
10347
10348 #: config/mips/mips.c:4796
10349 msgid "-g is only supported using GNU as with -mabi=32,"
10350 msgstr ""
10351
10352 #: config/mips/mips.c:4797 config/pa/pa.c:368
10353 msgid "-g option disabled"
10354 msgstr ""
10355
10356 #: config/mips/mips.c:4825
10357 msgid ""
10358 "generation of Branch Likely instructions enabled, but not supported by "
10359 "architecture"
10360 msgstr ""
10361
10362 #: config/mips/mips.c:4842
10363 msgid "-G is incompatible with PIC code which is the default"
10364 msgstr ""
10365
10366 #: config/mips/mips.c:4870
10367 msgid "-membedded-pic and -mabicalls are incompatible"
10368 msgstr ""
10369
10370 #: config/mips/mips.c:4873
10371 msgid "-G and -membedded-pic are incompatible"
10372 msgstr ""
10373
10374 #: config/mips/mips.c:4905
10375 msgid "non-PIC n64 with explicit relocations"
10376 msgstr ""
10377
10378 #: config/mips/mips.c:5293
10379 msgid "mips_debugger_offset called with non stack/frame/arg pointer"
10380 msgstr ""
10381
10382 #: config/mips/mips.c:5420
10383 #, c-format
10384 msgid "internal error: %%) found without a %%( in assembler pattern"
10385 msgstr ""
10386
10387 #: config/mips/mips.c:5434
10388 #, c-format
10389 msgid "internal error: %%] found without a %%[ in assembler pattern"
10390 msgstr ""
10391
10392 #: config/mips/mips.c:5447
10393 #, c-format
10394 msgid "internal error: %%> found without a %%< in assembler pattern"
10395 msgstr ""
10396
10397 #: config/mips/mips.c:5460
10398 #, c-format
10399 msgid "internal error: %%} found without a %%{ in assembler pattern"
10400 msgstr ""
10401
10402 #: config/mips/mips.c:5474
10403 #, c-format
10404 msgid "PRINT_OPERAND: unknown punctuation '%c'"
10405 msgstr ""
10406
10407 #: config/mips/mips.c:5503
10408 #, c-format
10409 msgid "PRINT_OPERAND, invalid insn for %%C"
10410 msgstr ""
10411
10412 #: config/mips/mips.c:5520
10413 #, c-format
10414 msgid "PRINT_OPERAND, invalid insn for %%N"
10415 msgstr ""
10416
10417 #: config/mips/mips.c:5529
10418 #, c-format
10419 msgid "PRINT_OPERAND, invalid insn for %%F"
10420 msgstr ""
10421
10422 #: config/mips/mips.c:5538
10423 #, c-format
10424 msgid "PRINT_OPERAND, invalid insn for %%W"
10425 msgstr ""
10426
10427 #: config/mips/mips.c:5644
10428 msgid "PRINT_OPERAND, invalid operand for relocation"
10429 msgstr ""
10430
10431 #: config/mips/mips.c:8279
10432 #, c-format
10433 msgid "can not handle inconsistent calls to `%s'"
10434 msgstr ""
10435
10436 #: config/mips/mips.c:9285
10437 msgid "the cpu name must be lower case"
10438 msgstr ""
10439
10440 #: config/mips/mips.c:9307
10441 #, c-format
10442 msgid "bad value (%s) for %s"
10443 msgstr ""
10444
10445 #: config/mips/mips.c:9582
10446 #, c-format
10447 msgid "can't rewind temp file: %m"
10448 msgstr ""
10449
10450 #: config/mips/mips.c:9586
10451 #, c-format
10452 msgid "can't write to output file: %m"
10453 msgstr ""
10454
10455 #: config/mips/mips.c:9589
10456 #, c-format
10457 msgid "can't read from temp file: %m"
10458 msgstr ""
10459
10460 #: config/mips/mips.c:9592
10461 #, c-format
10462 msgid "can't close temp file: %m"
10463 msgstr ""
10464
10465 #: config/mips/linux64.h:39
10466 msgid "Same as -mabi=32, just trickier"
10467 msgstr ""
10468
10469 #. Target CPU builtins.
10470 #. We do this here because __mips is defined below               and so we can't use builtin_define_std.
10471 #. Treat _R3000 and _R4000 like register-size defines,           which is how they've historically been used.
10472 #. Macros dependent on the C dialect.
10473 #. Bizarre, but needed at least for Irix.
10474 #. Macro to define tables used to set the flags.
10475 #. This is a list in braces of pairs in braces,
10476 #. each pair being { "NAME", VALUE }
10477 #. where VALUE is the bits to set or minus the bits to clear.
10478 #. An empty string NAME is used to identify the default VALUE.
10479 #: config/mips/mips.h:501
10480 msgid "Use 64-bit int type"
10481 msgstr ""
10482
10483 #: config/mips/mips.h:503
10484 msgid "Use 64-bit long type"
10485 msgstr ""
10486
10487 #: config/mips/mips.h:505
10488 msgid "Use 32-bit long type"
10489 msgstr ""
10490
10491 #: config/mips/mips.h:507
10492 msgid "Optimize lui/addiu address loads"
10493 msgstr ""
10494
10495 #: config/mips/mips.h:509
10496 msgid "Don't optimize lui/addiu address loads"
10497 msgstr ""
10498
10499 #: config/mips/mips.h:511
10500 msgid "Use MIPS as"
10501 msgstr ""
10502
10503 #: config/mips/mips.h:513
10504 msgid "Use GNU as"
10505 msgstr ""
10506
10507 #: config/mips/mips.h:515
10508 msgid "Use symbolic register names"
10509 msgstr ""
10510
10511 #: config/mips/mips.h:517
10512 msgid "Don't use symbolic register names"
10513 msgstr ""
10514
10515 #: config/mips/mips.h:519 config/mips/mips.h:521
10516 msgid "Use GP relative sdata/sbss sections (now ignored)"
10517 msgstr ""
10518
10519 #: config/mips/mips.h:523 config/mips/mips.h:525
10520 msgid "Don't use GP relative sdata/sbss sections (now ignored)"
10521 msgstr ""
10522
10523 #: config/mips/mips.h:527
10524 msgid "Output compiler statistics (now ignored)"
10525 msgstr ""
10526
10527 #: config/mips/mips.h:529
10528 msgid "Don't output compiler statistics"
10529 msgstr ""
10530
10531 #: config/mips/mips.h:531
10532 msgid "Don't optimize block moves"
10533 msgstr ""
10534
10535 #: config/mips/mips.h:533
10536 msgid "Optimize block moves"
10537 msgstr ""
10538
10539 #: config/mips/mips.h:535
10540 msgid "Use mips-tfile asm postpass"
10541 msgstr ""
10542
10543 #: config/mips/mips.h:537
10544 msgid "Don't use mips-tfile asm postpass"
10545 msgstr ""
10546
10547 #: config/mips/mips.h:539 config/pa/pa.h:266
10548 msgid "Use software floating point"
10549 msgstr ""
10550
10551 #. Macro to define tables used to set the flags.
10552 #. This is a list in braces of triplets in braces,
10553 #. each triplet being { "NAME", VALUE, DOC }
10554 #. where VALUE is the bits to set or minus the bits to clear and DOC
10555 #. is the documentation for --help (NULL if intentionally undocumented).
10556 #. An empty string NAME is used to identify the default VALUE.
10557 #: config/mips/mips.h:541 config/pdp11/pdp11.h:61 config/rs6000/rs6000.h:314
10558 msgid "Use hardware floating point"
10559 msgstr ""
10560
10561 #: config/mips/mips.h:543
10562 msgid "Use 64-bit FP registers"
10563 msgstr ""
10564
10565 #: config/mips/mips.h:545
10566 msgid "Use 32-bit FP registers"
10567 msgstr ""
10568
10569 #: config/mips/mips.h:547
10570 msgid "Use 64-bit general registers"
10571 msgstr ""
10572
10573 #: config/mips/mips.h:549
10574 msgid "Use 32-bit general registers"
10575 msgstr ""
10576
10577 #: config/mips/mips.h:551
10578 msgid "Use Irix PIC"
10579 msgstr ""
10580
10581 #: config/mips/mips.h:553
10582 msgid "Don't use Irix PIC"
10583 msgstr ""
10584
10585 #: config/mips/mips.h:555
10586 msgid "Use indirect calls"
10587 msgstr ""
10588
10589 #: config/mips/mips.h:557
10590 msgid "Don't use indirect calls"
10591 msgstr ""
10592
10593 #: config/mips/mips.h:559
10594 msgid "Use embedded PIC"
10595 msgstr ""
10596
10597 #: config/mips/mips.h:561
10598 msgid "Don't use embedded PIC"
10599 msgstr ""
10600
10601 #: config/mips/mips.h:571
10602 msgid "Use big-endian byte order"
10603 msgstr ""
10604
10605 #: config/mips/mips.h:573
10606 msgid "Use little-endian byte order"
10607 msgstr ""
10608
10609 #: config/mips/mips.h:575
10610 msgid "Use single (32-bit) FP only"
10611 msgstr ""
10612
10613 #: config/mips/mips.h:577
10614 msgid "Don't use single (32-bit) FP only"
10615 msgstr ""
10616
10617 #: config/mips/mips.h:579
10618 msgid "Use multiply accumulate"
10619 msgstr ""
10620
10621 #: config/mips/mips.h:581
10622 msgid "Don't use multiply accumulate"
10623 msgstr ""
10624
10625 #: config/mips/mips.h:583
10626 msgid "Don't generate fused multiply/add instructions"
10627 msgstr ""
10628
10629 #: config/mips/mips.h:585 config/rs6000/rs6000.h:330
10630 msgid "Generate fused multiply/add instructions"
10631 msgstr ""
10632
10633 #: config/mips/mips.h:587
10634 msgid "Work around early 4300 hardware bug"
10635 msgstr ""
10636
10637 #: config/mips/mips.h:589
10638 msgid "Don't work around early 4300 hardware bug"
10639 msgstr ""
10640
10641 #: config/mips/mips.h:591
10642 msgid "Work around errata for early SB-1 revision 2 cores"
10643 msgstr ""
10644
10645 #: config/mips/mips.h:593
10646 msgid "Don't work around errata for early SB-1 revision 2 cores"
10647 msgstr ""
10648
10649 #: config/mips/mips.h:595
10650 msgid "Trap on integer divide by zero"
10651 msgstr ""
10652
10653 #: config/mips/mips.h:597
10654 msgid "Don't trap on integer divide by zero"
10655 msgstr ""
10656
10657 #: config/mips/mips.h:599
10658 msgid "Use Branch Likely instructions, overriding default for arch"
10659 msgstr ""
10660
10661 #: config/mips/mips.h:601
10662 msgid "Don't use Branch Likely instructions, overriding default for arch"
10663 msgstr ""
10664
10665 #: config/mips/mips.h:603
10666 msgid "Use NewABI-style %reloc() assembly operators"
10667 msgstr ""
10668
10669 #: config/mips/mips.h:605
10670 msgid "Use assembler macros instead of relocation operators"
10671 msgstr ""
10672
10673 #: config/mips/mips.h:607
10674 msgid "Generate mips16 code"
10675 msgstr ""
10676
10677 #: config/mips/mips.h:609
10678 msgid "Generate normal-mode code"
10679 msgstr ""
10680
10681 #: config/mips/mips.h:611
10682 msgid "Lift restrictions on GOT size"
10683 msgstr ""
10684
10685 #: config/mips/mips.h:613
10686 msgid "Do not lift restrictions on GOT size"
10687 msgstr ""
10688
10689 #: config/mips/mips.h:735
10690 msgid "Specify an ABI"
10691 msgstr ""
10692
10693 #: config/mips/mips.h:737
10694 msgid "Specify a Standard MIPS ISA"
10695 msgstr ""
10696
10697 #. Output assembler code to FILE to increment profiler label # LABELNO
10698 #. for profiling a function entry.
10699 #: config/mips/mips.h:2391
10700 msgid "mips16 function profiling"
10701 msgstr ""
10702
10703 #: config/mmix/mmix.c:225
10704 #, c-format
10705 msgid "-f%s not supported: ignored"
10706 msgstr ""
10707
10708 #: config/mmix/mmix.c:651
10709 #, c-format
10710 msgid ""
10711 "too large function value type, needs %d registers, have only %d registers "
10712 "for this"
10713 msgstr ""
10714
10715 #: config/mmix/mmix.c:821
10716 msgid "function_profiler support for MMIX"
10717 msgstr ""
10718
10719 #: config/mmix/mmix.c:843
10720 msgid "MMIX Internal: Last named vararg would not fit in a register"
10721 msgstr ""
10722
10723 #: config/mmix/mmix.c:1558 config/mmix/mmix.c:1688
10724 msgid "MMIX Internal: Expected a CONST_INT, not this"
10725 msgstr ""
10726
10727 #: config/mmix/mmix.c:1566 config/mmix/mmix.c:1590 config/mmix/mmix.c:1706
10728 #, c-format
10729 msgid "MMIX Internal: Bad register: %d"
10730 msgstr ""
10731
10732 #: config/mmix/mmix.c:1637
10733 msgid "MMIX Internal: Bad value for 'm', not a CONST_INT"
10734 msgstr ""
10735
10736 #: config/mmix/mmix.c:1656
10737 msgid "MMIX Internal: Expected a register, not this"
10738 msgstr ""
10739
10740 #: config/mmix/mmix.c:1666
10741 msgid "MMIX Internal: Expected a constant, not this"
10742 msgstr ""
10743
10744 #. Presumably there's a missing case above if we get here.
10745 #: config/mmix/mmix.c:1698
10746 #, c-format
10747 msgid "MMIX Internal: Missing `%c' case in mmix_print_operand"
10748 msgstr ""
10749
10750 #. We need the original here.
10751 #: config/mmix/mmix.c:1750
10752 msgid "MMIX Internal: Cannot decode this operand"
10753 msgstr ""
10754
10755 #: config/mmix/mmix.c:1807
10756 msgid "MMIX Internal: This is not a recognized address"
10757 msgstr ""
10758
10759 #: config/mmix/mmix.c:1984
10760 #, c-format
10761 msgid "stack frame not a multiple of 8 bytes: %d"
10762 msgstr ""
10763
10764 #: config/mmix/mmix.c:2223
10765 #, c-format
10766 msgid "stack frame not a multiple of octabyte: %d"
10767 msgstr ""
10768
10769 #: config/mmix/mmix.c:2697 config/mmix/mmix.c:2761
10770 #, c-format
10771 msgid "MMIX Internal: %s is not a shiftable int"
10772 msgstr ""
10773
10774 #: config/mmix/mmix.c:2877
10775 msgid "MMIX Internal: Trying to output invalidly reversed condition:"
10776 msgstr ""
10777
10778 #: config/mmix/mmix.c:2884
10779 msgid "MMIX Internal: What's the CC of this?"
10780 msgstr ""
10781
10782 #: config/mmix/mmix.c:2888
10783 msgid "MMIX Internal: What is the CC of this?"
10784 msgstr ""
10785
10786 #: config/mmix/mmix.c:2958
10787 msgid "MMIX Internal: This is not a constant:"
10788 msgstr ""
10789
10790 #: config/mmix/mmix.h:132
10791 msgid "Set start-address of the program"
10792 msgstr ""
10793
10794 #: config/mmix/mmix.h:134
10795 msgid "Set start-address of data"
10796 msgstr ""
10797
10798 #. FIXME: Provide a way to *load* the epsilon register.
10799 #: config/mmix/mmix.h:198
10800 msgid "For intrinsics library: pass all parameters in registers"
10801 msgstr ""
10802
10803 #: config/mmix/mmix.h:201
10804 msgid "Use register stack for parameters and return value"
10805 msgstr ""
10806
10807 #: config/mmix/mmix.h:203
10808 msgid "Use call-clobbered registers for parameters and return value"
10809 msgstr ""
10810
10811 #: config/mmix/mmix.h:205
10812 msgid "Use epsilon-respecting floating point compare instructions"
10813 msgstr ""
10814
10815 #: config/mmix/mmix.h:208
10816 msgid "Use zero-extending memory loads, not sign-extending ones"
10817 msgstr ""
10818
10819 #: config/mmix/mmix.h:211
10820 msgid ""
10821 "Generate divide results with reminder having the same sign as the divisor "
10822 "(not the dividend)"
10823 msgstr ""
10824
10825 #: config/mmix/mmix.h:215
10826 msgid "Prepend global symbols with \":\" (for use with PREFIX)"
10827 msgstr ""
10828
10829 #: config/mmix/mmix.h:217
10830 msgid "Do not provide a default start-address 0x100 of the program"
10831 msgstr ""
10832
10833 #: config/mmix/mmix.h:219
10834 msgid "Link to emit program in ELF format (rather than mmo)"
10835 msgstr ""
10836
10837 #: config/mmix/mmix.h:221
10838 msgid "Use P-mnemonics for branches statically predicted as taken"
10839 msgstr ""
10840
10841 #: config/mmix/mmix.h:223
10842 msgid "Don't use P-mnemonics for branches"
10843 msgstr ""
10844
10845 #: config/mmix/mmix.h:225
10846 msgid "Use addresses that allocate global registers"
10847 msgstr ""
10848
10849 #: config/mmix/mmix.h:227
10850 msgid "Do not use addresses that allocate global registers"
10851 msgstr ""
10852
10853 #: config/mmix/mmix.h:229
10854 msgid "Generate a single exit point for each function"
10855 msgstr ""
10856
10857 #: config/mmix/mmix.h:231
10858 msgid "Do not generate a single exit point for each function"
10859 msgstr ""
10860
10861 #: config/mn10300/linux.h:60 config/mn10300/mn10300.h:71
10862 msgid "Target the AM33 processor"
10863 msgstr ""
10864
10865 #: config/mn10300/linux.h:61 config/mn10300/mn10300.h:75
10866 msgid "Target the AM33/2.0 processor"
10867 msgstr ""
10868
10869 #: config/mn10300/linux.h:62 config/mn10300/mn10300.h:78
10870 msgid "Enable linker relaxations"
10871 msgstr ""
10872
10873 #: config/mn10300/mn10300.h:69
10874 msgid "Work around hardware multiply bug"
10875 msgstr ""
10876
10877 #: config/mn10300/mn10300.h:70
10878 msgid "Do not work around hardware multiply bug"
10879 msgstr ""
10880
10881 #: config/ns32k/ns32k.h:142 config/s390/s390.h:125
10882 msgid "Don't use hardware fp"
10883 msgstr ""
10884
10885 #: config/ns32k/ns32k.h:143
10886 msgid "Alternative calling convention"
10887 msgstr ""
10888
10889 #: config/ns32k/ns32k.h:145
10890 msgid "Pass some arguments in registers"
10891 msgstr ""
10892
10893 #: config/ns32k/ns32k.h:146
10894 msgid "Pass all arguments on stack"
10895 msgstr ""
10896
10897 #: config/ns32k/ns32k.h:147
10898 msgid "Optimize for 32532 cpu"
10899 msgstr ""
10900
10901 #: config/ns32k/ns32k.h:148
10902 msgid "Optimize for 32332 cpu"
10903 msgstr ""
10904
10905 #: config/ns32k/ns32k.h:150
10906 msgid "Optimize for 32032"
10907 msgstr ""
10908
10909 #: config/ns32k/ns32k.h:152
10910 msgid "Register sb is zero. Use for absolute addressing"
10911 msgstr ""
10912
10913 #: config/ns32k/ns32k.h:153
10914 msgid "Do not use register sb"
10915 msgstr ""
10916
10917 #: config/ns32k/ns32k.h:155
10918 msgid "Use bit-field instructions"
10919 msgstr ""
10920
10921 #: config/ns32k/ns32k.h:157
10922 msgid "Do not use bit-field instructions"
10923 msgstr ""
10924
10925 #: config/ns32k/ns32k.h:158
10926 msgid "Generate code for high memory"
10927 msgstr ""
10928
10929 #: config/ns32k/ns32k.h:159
10930 msgid "Generate code for low memory"
10931 msgstr ""
10932
10933 #: config/ns32k/ns32k.h:160
10934 msgid "32381 fpu"
10935 msgstr ""
10936
10937 #: config/ns32k/ns32k.h:162
10938 msgid "Use multiply-accumulate fp instructions"
10939 msgstr ""
10940
10941 #: config/ns32k/ns32k.h:164
10942 msgid "Do not use multiply-accumulate fp instructions"
10943 msgstr ""
10944
10945 #: config/ns32k/ns32k.h:165
10946 msgid "\"Small register classes\" kludge"
10947 msgstr ""
10948
10949 #: config/ns32k/ns32k.h:166
10950 msgid "No \"Small register classes\" kludge"
10951 msgstr ""
10952
10953 #: config/pa/pa.c:319
10954 #, c-format
10955 msgid ""
10956 "unknown -mschedule= option (%s).\n"
10957 "Valid options are 700, 7100, 7100LC, 7200, 7300, and 8000\n"
10958 msgstr ""
10959
10960 #: config/pa/pa.c:344
10961 #, c-format
10962 msgid ""
10963 "unknown -march= option (%s).\n"
10964 "Valid options are 1.0, 1.1, and 2.0\n"
10965 msgstr ""
10966
10967 #: config/pa/pa.c:357
10968 msgid "PIC code generation is not supported in the portable runtime model\n"
10969 msgstr ""
10970
10971 #: config/pa/pa.c:362
10972 msgid "PIC code generation is not compatible with fast indirect calls\n"
10973 msgstr ""
10974
10975 #: config/pa/pa.c:367
10976 msgid "-g is only supported when using GAS on this processor,"
10977 msgstr ""
10978
10979 #: config/pa/pa-hpux.h:91 config/pa/pa64-hpux.h:25
10980 msgid "Generate cpp defines for server IO"
10981 msgstr ""
10982
10983 #: config/pa/pa-hpux.h:92 config/pa/pa64-hpux.h:27
10984 msgid "Generate cpp defines for workstation IO"
10985 msgstr ""
10986
10987 #. Macro to define tables used to set the flags.  This is a
10988 #. list in braces of target switches with each switch being
10989 #. { "NAME", VALUE, "HELP_STRING" }.  VALUE is the bits to set,
10990 #. or minus the bits to clear.  An empty string NAME is used to
10991 #. identify the default VALUE.  Do not mark empty strings for
10992 #. translation.
10993 #: config/pa/pa.h:232 config/pa/pa.h:238
10994 msgid "Generate PA1.1 code"
10995 msgstr ""
10996
10997 #: config/pa/pa.h:234 config/pa/pa.h:236
10998 msgid "Generate PA1.0 code"
10999 msgstr ""
11000
11001 #: config/pa/pa.h:240
11002 msgid "Generate PA2.0 code (requires binutils 2.10 or later)"
11003 msgstr ""
11004
11005 #: config/pa/pa.h:242
11006 msgid "Disable FP regs"
11007 msgstr ""
11008
11009 #: config/pa/pa.h:244
11010 msgid "Do not disable FP regs"
11011 msgstr ""
11012
11013 #: config/pa/pa.h:246
11014 msgid "Disable space regs"
11015 msgstr ""
11016
11017 #: config/pa/pa.h:248
11018 msgid "Do not disable space regs"
11019 msgstr ""
11020
11021 #: config/pa/pa.h:250
11022 msgid "Put jumps in call delay slots"
11023 msgstr ""
11024
11025 #: config/pa/pa.h:252
11026 msgid "Do not put jumps in call delay slots"
11027 msgstr ""
11028
11029 #: config/pa/pa.h:254
11030 msgid "Disable indexed addressing"
11031 msgstr ""
11032
11033 #: config/pa/pa.h:256
11034 msgid "Do not disable indexed addressing"
11035 msgstr ""
11036
11037 #: config/pa/pa.h:258
11038 msgid "Use portable calling conventions"
11039 msgstr ""
11040
11041 #: config/pa/pa.h:260
11042 msgid "Do not use portable calling conventions"
11043 msgstr ""
11044
11045 #: config/pa/pa.h:262
11046 msgid "Assume code will be assembled by GAS"
11047 msgstr ""
11048
11049 #: config/pa/pa.h:264
11050 msgid "Do not assume code will be assembled by GAS"
11051 msgstr ""
11052
11053 #: config/pa/pa.h:268
11054 msgid "Do not use software floating point"
11055 msgstr ""
11056
11057 #: config/pa/pa.h:270
11058 msgid "Emit long load/store sequences"
11059 msgstr ""
11060
11061 #: config/pa/pa.h:272
11062 msgid "Do not emit long load/store sequences"
11063 msgstr ""
11064
11065 #: config/pa/pa.h:274
11066 msgid "Generate fast indirect calls"
11067 msgstr ""
11068
11069 #: config/pa/pa.h:276
11070 msgid "Do not generate fast indirect calls"
11071 msgstr ""
11072
11073 #: config/pa/pa.h:278
11074 msgid "Generate code for huge switch statements"
11075 msgstr ""
11076
11077 #: config/pa/pa.h:280
11078 msgid "Do not generate code for huge switch statements"
11079 msgstr ""
11080
11081 #: config/pa/pa.h:282
11082 msgid "Always generate long calls"
11083 msgstr ""
11084
11085 #: config/pa/pa.h:284
11086 msgid "Generate long calls only when needed"
11087 msgstr ""
11088
11089 #: config/pa/pa.h:286
11090 msgid "Enable linker optimizations"
11091 msgstr ""
11092
11093 #: config/pa/pa.h:312
11094 msgid ""
11095 "Specify architecture for code generation.  Values are 1.0, 1.1, and 2.0.  "
11096 "2.0 requires gas snapshot 19990413 or later."
11097 msgstr ""
11098
11099 #: config/pa/pa64-hpux.h:29
11100 msgid "Assume code will be linked by GNU ld"
11101 msgstr ""
11102
11103 #: config/pa/pa64-hpux.h:31
11104 msgid "Assume code will be linked by HP ld"
11105 msgstr ""
11106
11107 #: config/pdp11/pdp11.h:62 config/rs6000/rs6000.h:316
11108 msgid "Do not use hardware floating point"
11109 msgstr ""
11110
11111 #. return float result in ac0
11112 #: config/pdp11/pdp11.h:64
11113 msgid "Return floating point results in ac0"
11114 msgstr ""
11115
11116 #: config/pdp11/pdp11.h:65
11117 msgid "Return floating point results in memory"
11118 msgstr ""
11119
11120 #. is 11/40
11121 #: config/pdp11/pdp11.h:67
11122 msgid "Generate code for an 11/40"
11123 msgstr ""
11124
11125 #. is 11/45
11126 #: config/pdp11/pdp11.h:70
11127 msgid "Generate code for an 11/45"
11128 msgstr ""
11129
11130 #. is 11/10
11131 #: config/pdp11/pdp11.h:73
11132 msgid "Generate code for an 11/10"
11133 msgstr ""
11134
11135 #. use movstrhi for bcopy
11136 #. use 32 bit for int
11137 #: config/pdp11/pdp11.h:78 config/pdp11/pdp11.h:79
11138 msgid "Use 32 bit int"
11139 msgstr ""
11140
11141 #: config/pdp11/pdp11.h:80 config/pdp11/pdp11.h:81
11142 msgid "Use 16 bit int"
11143 msgstr ""
11144
11145 #. use 32 bit for float
11146 #: config/pdp11/pdp11.h:83 config/pdp11/pdp11.h:84
11147 msgid "Use 32 bit float"
11148 msgstr ""
11149
11150 #: config/pdp11/pdp11.h:85 config/pdp11/pdp11.h:86
11151 msgid "Use 64 bit float"
11152 msgstr ""
11153
11154 #. allow abshi pattern? - can trigger "optimizations" which make code SLOW!
11155 #. is branching expensive - on a PDP, it's actually really cheap
11156 #. this is just to play around and check what code gcc generates
11157 #. split instruction and data memory?
11158 #: config/pdp11/pdp11.h:95
11159 msgid "Target has split I&D"
11160 msgstr ""
11161
11162 #: config/pdp11/pdp11.h:96
11163 msgid "Target does not have split I&D"
11164 msgstr ""
11165
11166 #. UNIX assembler syntax?
11167 #: config/pdp11/pdp11.h:98
11168 msgid "Use UNIX assembler syntax"
11169 msgstr ""
11170
11171 #: config/pdp11/pdp11.h:99
11172 msgid "Use DEC assembler syntax"
11173 msgstr ""
11174
11175 #: config/rs6000/host-darwin.c:52
11176 msgid "Segmentation Fault (code)"
11177 msgstr ""
11178
11179 #: config/rs6000/host-darwin.c:83
11180 msgid "Out of stack space.\n"
11181 msgstr ""
11182
11183 #: config/rs6000/host-darwin.c:104
11184 #, c-format
11185 msgid "Try running `%s' in the shell to raise its limit.\n"
11186 msgstr ""
11187
11188 #: config/rs6000/host-darwin.c:117
11189 msgid "Segmentation Fault"
11190 msgstr ""
11191
11192 #: config/rs6000/host-darwin.c:131
11193 #, c-format
11194 msgid "While setting up signal stack: %m"
11195 msgstr ""
11196
11197 #: config/rs6000/host-darwin.c:137
11198 #, c-format
11199 msgid "While setting up signal handler: %m"
11200 msgstr ""
11201
11202 #: config/rs6000/host-darwin.c:184
11203 #, c-format
11204 msgid "couldn't unmap pch_address_space: %m\n"
11205 msgstr ""
11206
11207 #. Handle the machine specific pragma longcall.  Its syntax is
11208 #.
11209 #. # pragma longcall ( TOGGLE )
11210 #.
11211 #. where TOGGLE is either 0 or 1.
11212 #.
11213 #. rs6000_default_long_calls is set to the value of TOGGLE, changing
11214 #. whether or not new function declarations receive a longcall
11215 #. attribute by default.
11216 #: config/rs6000/rs6000-c.c:46
11217 msgid "ignoring malformed #pragma longcall"
11218 msgstr ""
11219
11220 #: config/rs6000/rs6000-c.c:59
11221 msgid "missing open paren"
11222 msgstr ""
11223
11224 #: config/rs6000/rs6000-c.c:61
11225 msgid "missing number"
11226 msgstr ""
11227
11228 #: config/rs6000/rs6000-c.c:63
11229 msgid "missing close paren"
11230 msgstr ""
11231
11232 #: config/rs6000/rs6000-c.c:66
11233 msgid "number must be 0 or 1"
11234 msgstr ""
11235
11236 #: config/rs6000/rs6000-c.c:69
11237 msgid "junk at end of #pragma longcall"
11238 msgstr ""
11239
11240 #: config/rs6000/rs6000.c:793
11241 msgid "-mmultiple is not supported on little endian systems"
11242 msgstr ""
11243
11244 #: config/rs6000/rs6000.c:800
11245 msgid "-mstring is not supported on little endian systems"
11246 msgstr ""
11247
11248 #: config/rs6000/rs6000.c:814
11249 #, c-format
11250 msgid "unknown -mdebug-%s switch"
11251 msgstr ""
11252
11253 #: config/rs6000/rs6000.c:826
11254 #, c-format
11255 msgid "unknown -mtraceback arg `%s'; expecting `full', `partial' or `none'"
11256 msgstr ""
11257
11258 #: config/rs6000/rs6000.c:837
11259 #, c-format
11260 msgid "Unknown switch -mlong-double-%s"
11261 msgstr ""
11262
11263 #: config/rs6000/rs6000.c:1008
11264 #, c-format
11265 msgid "unknown -m%s= option specified: '%s'"
11266 msgstr ""
11267
11268 #: config/rs6000/rs6000.c:1025
11269 #, c-format
11270 msgid "not configured for ABI: '%s'"
11271 msgstr ""
11272
11273 #: config/rs6000/rs6000.c:1031
11274 #, c-format
11275 msgid "unknown ABI specified: '%s'"
11276 msgstr ""
11277
11278 #: config/rs6000/rs6000.c:1045
11279 #, c-format
11280 msgid "unknown -malign-XXXXX option specified: '%s'"
11281 msgstr ""
11282
11283 #: config/rs6000/rs6000.c:5398
11284 msgid "argument 1 must be a 5-bit signed literal"
11285 msgstr ""
11286
11287 #: config/rs6000/rs6000.c:5500 config/rs6000/rs6000.c:6123
11288 msgid "argument 2 must be a 5-bit unsigned literal"
11289 msgstr ""
11290
11291 #: config/rs6000/rs6000.c:5540
11292 msgid "argument 1 of __builtin_altivec_predicate must be a constant"
11293 msgstr ""
11294
11295 #: config/rs6000/rs6000.c:5594
11296 msgid "argument 1 of __builtin_altivec_predicate is out of range"
11297 msgstr ""
11298
11299 #: config/rs6000/rs6000.c:5722
11300 msgid "argument 3 must be a 4-bit unsigned literal"
11301 msgstr ""
11302
11303 #: config/rs6000/rs6000.c:5892
11304 #, c-format
11305 msgid "argument to `%s' must be a 2-bit unsigned literal"
11306 msgstr ""
11307
11308 #: config/rs6000/rs6000.c:6005
11309 msgid "argument to dss must be a 2-bit unsigned literal"
11310 msgstr ""
11311
11312 #: config/rs6000/rs6000.c:6243
11313 msgid "argument 1 of __builtin_spe_predicate must be a constant"
11314 msgstr ""
11315
11316 #: config/rs6000/rs6000.c:6316
11317 msgid "argument 1 of __builtin_spe_predicate is out of range"
11318 msgstr ""
11319
11320 #: config/rs6000/rs6000.c:8751
11321 #, c-format
11322 msgid "invalid %%f value"
11323 msgstr ""
11324
11325 #: config/rs6000/rs6000.c:8760
11326 #, c-format
11327 msgid "invalid %%F value"
11328 msgstr ""
11329
11330 #: config/rs6000/rs6000.c:8769
11331 #, c-format
11332 msgid "invalid %%G value"
11333 msgstr ""
11334
11335 #: config/rs6000/rs6000.c:8804
11336 #, c-format
11337 msgid "invalid %%j code"
11338 msgstr ""
11339
11340 #: config/rs6000/rs6000.c:8814
11341 #, c-format
11342 msgid "invalid %%J code"
11343 msgstr ""
11344
11345 #: config/rs6000/rs6000.c:8824
11346 #, c-format
11347 msgid "invalid %%k value"
11348 msgstr ""
11349
11350 #: config/rs6000/rs6000.c:8844 config/xtensa/xtensa.c:2002
11351 #, c-format
11352 msgid "invalid %%K value"
11353 msgstr ""
11354
11355 #: config/rs6000/rs6000.c:8911
11356 #, c-format
11357 msgid "invalid %%O value"
11358 msgstr ""
11359
11360 #: config/rs6000/rs6000.c:8958
11361 #, c-format
11362 msgid "invalid %%q value"
11363 msgstr ""
11364
11365 #: config/rs6000/rs6000.c:9002
11366 #, c-format
11367 msgid "invalid %%S value"
11368 msgstr ""
11369
11370 #: config/rs6000/rs6000.c:9044
11371 #, c-format
11372 msgid "invalid %%T value"
11373 msgstr ""
11374
11375 #: config/rs6000/rs6000.c:9054
11376 #, c-format
11377 msgid "invalid %%u value"
11378 msgstr ""
11379
11380 #: config/rs6000/rs6000.c:9063 config/xtensa/xtensa.c:1972
11381 #, c-format
11382 msgid "invalid %%v value"
11383 msgstr ""
11384
11385 #: config/rs6000/rs6000.c:13553
11386 msgid "no profiling of 64-bit code for this ABI"
11387 msgstr ""
11388
11389 #: config/rs6000/aix.h:184 config/rs6000/beos.h:32
11390 msgid "Always pass floating-point arguments in memory"
11391 msgstr ""
11392
11393 #: config/rs6000/aix.h:186 config/rs6000/beos.h:34
11394 msgid "Don't always pass floating-point arguments in memory"
11395 msgstr ""
11396
11397 #: config/rs6000/aix41.h:27 config/rs6000/aix43.h:31 config/rs6000/aix51.h:31
11398 #: config/rs6000/aix52.h:31
11399 msgid "Support message passing with the Parallel Environment"
11400 msgstr ""
11401
11402 #: config/rs6000/aix43.h:27 config/rs6000/aix51.h:27 config/rs6000/aix52.h:27
11403 msgid "Compile for 64-bit pointers"
11404 msgstr ""
11405
11406 #: config/rs6000/aix43.h:29 config/rs6000/aix51.h:29 config/rs6000/aix52.h:29
11407 msgid "Compile for 32-bit pointers"
11408 msgstr ""
11409
11410 #: config/rs6000/aix43.h:48 config/rs6000/aix51.h:48 config/rs6000/aix52.h:48
11411 msgid "-maix64 and POWER architecture are incompatible"
11412 msgstr ""
11413
11414 #: config/rs6000/aix43.h:53 config/rs6000/aix51.h:53 config/rs6000/aix52.h:53
11415 msgid "-maix64 requires PowerPC64 architecture remain enabled"
11416 msgstr ""
11417
11418 #: config/rs6000/aix43.h:57 config/rs6000/aix51.h:57 config/rs6000/aix52.h:57
11419 msgid ""
11420 "-maix64 required: 64-bit computation with 32-bit addressing not yet supported"
11421 msgstr ""
11422
11423 #: config/rs6000/darwin.h:64
11424 msgid "Generate code suitable for executables (NOT shared libs)"
11425 msgstr ""
11426
11427 #. The Darwin ABI always includes AltiVec, can't be (validly) turned
11428 #. off.
11429 #: config/rs6000/darwin.h:80
11430 msgid "-mdynamic-no-pic overrides -fpic or -fPIC"
11431 msgstr ""
11432
11433 #. Darwin doesn't support -fpic.
11434 #: config/rs6000/darwin.h:86
11435 msgid "-fpic is not supported; -fPIC assumed"
11436 msgstr ""
11437
11438 #: config/rs6000/linux64.h:96
11439 msgid "-m64 requires a PowerPC64 cpu"
11440 msgstr ""
11441
11442 #: config/rs6000/linux64.h:206
11443 msgid "Call mcount for profiling before a function prologue"
11444 msgstr ""
11445
11446 #: config/rs6000/linux64.h:208
11447 msgid "Call mcount for profiling after a function prologue"
11448 msgstr ""
11449
11450 #. Run-time compilation parameters selecting different hardware subsets.
11451 #.
11452 #. Macro to define tables used to set the flags.
11453 #. This is a list in braces of pairs in braces,
11454 #. each pair being { "NAME", VALUE }
11455 #. where VALUE is the bits to set or minus the bits to clear.
11456 #. An empty string NAME is used to identify the default VALUE.
11457 #: config/rs6000/rs6000.h:262
11458 msgid "Use POWER instruction set"
11459 msgstr ""
11460
11461 #: config/rs6000/rs6000.h:265
11462 msgid "Use POWER2 instruction set"
11463 msgstr ""
11464
11465 #: config/rs6000/rs6000.h:267
11466 msgid "Do not use POWER2 instruction set"
11467 msgstr ""
11468
11469 #: config/rs6000/rs6000.h:270
11470 msgid "Do not use POWER instruction set"
11471 msgstr ""
11472
11473 #: config/rs6000/rs6000.h:272
11474 msgid "Use PowerPC instruction set"
11475 msgstr ""
11476
11477 #: config/rs6000/rs6000.h:275
11478 msgid "Do not use PowerPC instruction set"
11479 msgstr ""
11480
11481 #: config/rs6000/rs6000.h:277
11482 msgid "Use PowerPC General Purpose group optional instructions"
11483 msgstr ""
11484
11485 #: config/rs6000/rs6000.h:279
11486 msgid "Do not use PowerPC General Purpose group optional instructions"
11487 msgstr ""
11488
11489 #: config/rs6000/rs6000.h:281
11490 msgid "Use PowerPC Graphics group optional instructions"
11491 msgstr ""
11492
11493 #: config/rs6000/rs6000.h:283
11494 msgid "Do not use PowerPC Graphics group optional instructions"
11495 msgstr ""
11496
11497 #: config/rs6000/rs6000.h:285
11498 msgid "Use PowerPC-64 instruction set"
11499 msgstr ""
11500
11501 #: config/rs6000/rs6000.h:287
11502 msgid "Do not use PowerPC-64 instruction set"
11503 msgstr ""
11504
11505 #: config/rs6000/rs6000.h:289
11506 msgid "Use AltiVec instructions"
11507 msgstr ""
11508
11509 #: config/rs6000/rs6000.h:291
11510 msgid "Do not use AltiVec instructions"
11511 msgstr ""
11512
11513 #: config/rs6000/rs6000.h:293
11514 msgid "Use new mnemonics for PowerPC architecture"
11515 msgstr ""
11516
11517 #: config/rs6000/rs6000.h:295
11518 msgid "Use old mnemonics for PowerPC architecture"
11519 msgstr ""
11520
11521 #: config/rs6000/rs6000.h:298
11522 msgid "Put everything in the regular TOC"
11523 msgstr ""
11524
11525 #: config/rs6000/rs6000.h:300
11526 msgid "Place floating point constants in TOC"
11527 msgstr ""
11528
11529 #: config/rs6000/rs6000.h:302
11530 msgid "Do not place floating point constants in TOC"
11531 msgstr ""
11532
11533 #: config/rs6000/rs6000.h:304
11534 msgid "Place symbol+offset constants in TOC"
11535 msgstr ""
11536
11537 #: config/rs6000/rs6000.h:306
11538 msgid "Do not place symbol+offset constants in TOC"
11539 msgstr ""
11540
11541 #: config/rs6000/rs6000.h:312
11542 msgid "Place variable addresses in the regular TOC"
11543 msgstr ""
11544
11545 #: config/rs6000/rs6000.h:318
11546 msgid "Generate load/store multiple instructions"
11547 msgstr ""
11548
11549 #: config/rs6000/rs6000.h:320
11550 msgid "Do not generate load/store multiple instructions"
11551 msgstr ""
11552
11553 #: config/rs6000/rs6000.h:322
11554 msgid "Generate string instructions for block moves"
11555 msgstr ""
11556
11557 #: config/rs6000/rs6000.h:324
11558 msgid "Do not generate string instructions for block moves"
11559 msgstr ""
11560
11561 #: config/rs6000/rs6000.h:326
11562 msgid "Generate load/store with update instructions"
11563 msgstr ""
11564
11565 #: config/rs6000/rs6000.h:328
11566 msgid "Do not generate load/store with update instructions"
11567 msgstr ""
11568
11569 #: config/rs6000/rs6000.h:332
11570 msgid "Do not generate fused multiply/add instructions"
11571 msgstr ""
11572
11573 #: config/rs6000/rs6000.h:336
11574 msgid "Do not schedule the start and end of the procedure"
11575 msgstr ""
11576
11577 #: config/rs6000/rs6000.h:342
11578 msgid "Return all structures in memory (AIX default)"
11579 msgstr ""
11580
11581 #: config/rs6000/rs6000.h:344
11582 msgid "Return small structures in registers (SVR4 default)"
11583 msgstr ""
11584
11585 #: config/rs6000/rs6000.h:350
11586 msgid "Generate single field mfcr instruction"
11587 msgstr ""
11588
11589 #: config/rs6000/rs6000.h:352
11590 msgid "Do not generate single field mfcr instruction"
11591 msgstr ""
11592
11593 #: config/rs6000/rs6000.h:435 config/sparc/sparc.h:625
11594 msgid "Use features of and schedule code for given CPU"
11595 msgstr ""
11596
11597 #: config/rs6000/rs6000.h:438
11598 msgid "Enable debug output"
11599 msgstr ""
11600
11601 #: config/rs6000/rs6000.h:440
11602 msgid "Select full, part, or no traceback table"
11603 msgstr ""
11604
11605 #: config/rs6000/rs6000.h:441
11606 msgid "Specify ABI to use"
11607 msgstr ""
11608
11609 #: config/rs6000/rs6000.h:443
11610 msgid "Specify size of long double (64 or 128 bits)"
11611 msgstr ""
11612
11613 #: config/rs6000/rs6000.h:445
11614 msgid "Specify yes/no if isel instructions should be generated"
11615 msgstr ""
11616
11617 #: config/rs6000/rs6000.h:447
11618 msgid "Specify yes/no if SPE SIMD instructions should be generated"
11619 msgstr ""
11620
11621 #: config/rs6000/rs6000.h:449
11622 msgid "Specify yes/no if using floating point in the GPRs"
11623 msgstr ""
11624
11625 #: config/rs6000/rs6000.h:451
11626 msgid "Specify yes/no if VRSAVE instructions should be generated for AltiVec"
11627 msgstr ""
11628
11629 #: config/rs6000/rs6000.h:453
11630 msgid "Avoid all range limits on call instructions"
11631 msgstr ""
11632
11633 #: config/rs6000/rs6000.h:456
11634 msgid "Determine which dependences between insns are considered costly"
11635 msgstr ""
11636
11637 #: config/rs6000/rs6000.h:458
11638 msgid "Specify which post scheduling nop insertion scheme to apply"
11639 msgstr ""
11640
11641 #: config/rs6000/rs6000.h:460
11642 msgid "Specify alignment of structure fields default/natural"
11643 msgstr ""
11644
11645 #: config/rs6000/rs6000.h:462
11646 msgid "Specify scheduling priority for dispatch slot restricted insns"
11647 msgstr ""
11648
11649 #. Definitions for __builtin_return_address and __builtin_frame_address.
11650 #. __builtin_return_address (0) should give link register (65), enable
11651 #. this.
11652 #. This should be uncommented, so that the link register is used, but
11653 #. currently this would result in unmatched insns and spilling fixed
11654 #. registers so we'll leave it for another day.  When these problems are
11655 #. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX.
11656 #. (mrs)
11657 #. #define RETURN_ADDR_IN_PREVIOUS_FRAME
11658 #. Number of bytes into the frame return addresses can be found.  See
11659 #. rs6000_stack_info in rs6000.c for more information on how the different
11660 #. abi's store the return address.
11661 #: config/rs6000/rs6000.h:1922
11662 msgid "RETURN_ADDRESS_OFFSET not supported"
11663 msgstr ""
11664
11665 #: config/rs6000/sysv4.h:87
11666 msgid "Select ABI calling convention"
11667 msgstr ""
11668
11669 #: config/rs6000/sysv4.h:88
11670 msgid "Select method for sdata handling"
11671 msgstr ""
11672
11673 #: config/rs6000/sysv4.h:100
11674 msgid "Align to the base type of the bit-field"
11675 msgstr ""
11676
11677 #: config/rs6000/sysv4.h:102
11678 msgid "Don't align to the base type of the bit-field"
11679 msgstr ""
11680
11681 #: config/rs6000/sysv4.h:104
11682 msgid "Don't assume that unaligned accesses are handled by the system"
11683 msgstr ""
11684
11685 #: config/rs6000/sysv4.h:106
11686 msgid "Assume that unaligned accesses are handled by the system"
11687 msgstr ""
11688
11689 #: config/rs6000/sysv4.h:108 config/rs6000/sysv4.h:112
11690 msgid "Produce code relocatable at runtime"
11691 msgstr ""
11692
11693 #: config/rs6000/sysv4.h:110 config/rs6000/sysv4.h:114
11694 msgid "Don't produce code relocatable at runtime"
11695 msgstr ""
11696
11697 #: config/rs6000/sysv4.h:116 config/rs6000/sysv4.h:118
11698 msgid "Produce little endian code"
11699 msgstr ""
11700
11701 #: config/rs6000/sysv4.h:120 config/rs6000/sysv4.h:122
11702 msgid "Produce big endian code"
11703 msgstr ""
11704
11705 #: config/rs6000/sysv4.h:123 config/rs6000/sysv4.h:124
11706 #: config/rs6000/sysv4.h:125 config/rs6000/sysv4.h:126
11707 #: config/rs6000/sysv4.h:127 config/rs6000/sysv4.h:128
11708 #: config/rs6000/sysv4.h:138 config/rs6000/sysv4.h:139
11709 #: config/rs6000/sysv4.h:151 config/rs6000/sysv4.h:157
11710 msgid "no description yet"
11711 msgstr ""
11712
11713 #: config/rs6000/sysv4.h:129
11714 msgid "Use EABI"
11715 msgstr ""
11716
11717 #: config/rs6000/sysv4.h:130
11718 msgid "Don't use EABI"
11719 msgstr ""
11720
11721 #: config/rs6000/sysv4.h:133
11722 msgid "Do not allow bit-fields to cross word boundaries"
11723 msgstr ""
11724
11725 #: config/rs6000/sysv4.h:135
11726 msgid "Use alternate register names"
11727 msgstr ""
11728
11729 #: config/rs6000/sysv4.h:137
11730 msgid "Don't use alternate register names"
11731 msgstr ""
11732
11733 #: config/rs6000/sysv4.h:141
11734 msgid "Link with libsim.a, libc.a and sim-crt0.o"
11735 msgstr ""
11736
11737 #: config/rs6000/sysv4.h:143
11738 msgid "Link with libads.a, libc.a and crt0.o"
11739 msgstr ""
11740
11741 #: config/rs6000/sysv4.h:145
11742 msgid "Link with libyk.a, libc.a and crt0.o"
11743 msgstr ""
11744
11745 #: config/rs6000/sysv4.h:147
11746 msgid "Link with libmvme.a, libc.a and crt0.o"
11747 msgstr ""
11748
11749 #: config/rs6000/sysv4.h:149
11750 msgid "Set the PPC_EMB bit in the ELF flags header"
11751 msgstr ""
11752
11753 #: config/rs6000/sysv4.h:150
11754 msgid "Use the WindISS simulator"
11755 msgstr ""
11756
11757 #: config/rs6000/sysv4.h:153
11758 msgid "Generate 64-bit code"
11759 msgstr ""
11760
11761 #: config/rs6000/sysv4.h:155
11762 msgid "Generate 32-bit code"
11763 msgstr ""
11764
11765 #. Sometimes certain combinations of command options do not make sense
11766 #. on a particular target machine.  You can define a macro
11767 #. `OVERRIDE_OPTIONS' to take account of this.  This macro, if
11768 #. defined, is executed once just after all the command options have
11769 #. been parsed.
11770 #.
11771 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
11772 #. get control.
11773 #: config/rs6000/sysv4.h:214
11774 #, c-format
11775 msgid "bad value for -mcall-%s"
11776 msgstr ""
11777
11778 #: config/rs6000/sysv4.h:230
11779 #, c-format
11780 msgid "bad value for -msdata=%s"
11781 msgstr ""
11782
11783 #: config/rs6000/sysv4.h:247
11784 #, c-format
11785 msgid "-mrelocatable and -msdata=%s are incompatible"
11786 msgstr ""
11787
11788 #: config/rs6000/sysv4.h:256
11789 #, c-format
11790 msgid "-f%s and -msdata=%s are incompatible"
11791 msgstr ""
11792
11793 #: config/rs6000/sysv4.h:265
11794 #, c-format
11795 msgid "-msdata=%s and -mcall-%s are incompatible"
11796 msgstr ""
11797
11798 #: config/rs6000/sysv4.h:274
11799 msgid "-mrelocatable and -mno-minimal-toc are incompatible"
11800 msgstr ""
11801
11802 #: config/rs6000/sysv4.h:280
11803 #, c-format
11804 msgid "-mrelocatable and -mcall-%s are incompatible"
11805 msgstr ""
11806
11807 #: config/rs6000/sysv4.h:287
11808 #, c-format
11809 msgid "-fPIC and -mcall-%s are incompatible"
11810 msgstr ""
11811
11812 #: config/rs6000/sysv4.h:294
11813 msgid "-mcall-aixdesc must be big endian"
11814 msgstr ""
11815
11816 #: config/rs6000/sysv4.h:309
11817 #, c-format
11818 msgid "-m%s not supported in this configuration"
11819 msgstr ""
11820
11821 #: config/s390/s390.c:934
11822 #, c-format
11823 msgid "Unknown cpu used in -march=%s."
11824 msgstr ""
11825
11826 #: config/s390/s390.c:953
11827 #, c-format
11828 msgid "Unknown cpu used in -mtune=%s."
11829 msgstr ""
11830
11831 #: config/s390/s390.c:958
11832 #, c-format
11833 msgid "z/Architecture mode not supported on %s."
11834 msgstr ""
11835
11836 #: config/s390/s390.c:960
11837 msgid "64-bit ABI not supported in ESA/390 mode."
11838 msgstr ""
11839
11840 #: config/s390/s390.c:3345
11841 msgid "invalid UNSPEC as operand (1)"
11842 msgstr ""
11843
11844 #: config/s390/s390.c:3393
11845 msgid "invalid UNSPEC as operand (2)"
11846 msgstr ""
11847
11848 #: config/s390/s390.c:3399
11849 msgid "UNKNOWN in s390_output_symbolic_const !?"
11850 msgstr ""
11851
11852 #: config/s390/s390.c:3415
11853 msgid "Cannot decompose address."
11854 msgstr ""
11855
11856 #: config/s390/s390.c:3586
11857 msgid "UNKNOWN in print_operand !?"
11858 msgstr ""
11859
11860 #: config/s390/s390.c:5309
11861 msgid "Total size of local variables exceeds architecture limit."
11862 msgstr ""
11863
11864 #: config/s390/s390.h:126
11865 msgid "Set backchain"
11866 msgstr ""
11867
11868 #: config/s390/s390.h:127
11869 msgid "Don't set backchain (faster, but debug harder"
11870 msgstr ""
11871
11872 #: config/s390/s390.h:128
11873 msgid "Use bras for executable < 64k"
11874 msgstr ""
11875
11876 #: config/s390/s390.h:129
11877 msgid "Don't use bras"
11878 msgstr ""
11879
11880 #: config/s390/s390.h:130
11881 msgid "Additional debug prints"
11882 msgstr ""
11883
11884 #: config/s390/s390.h:131
11885 msgid "Don't print additional debug prints"
11886 msgstr ""
11887
11888 #: config/s390/s390.h:132
11889 msgid "64 bit ABI"
11890 msgstr ""
11891
11892 #: config/s390/s390.h:133
11893 msgid "31 bit ABI"
11894 msgstr ""
11895
11896 #: config/s390/s390.h:134
11897 msgid "z/Architecture"
11898 msgstr ""
11899
11900 #: config/s390/s390.h:135
11901 msgid "ESA/390 architecture"
11902 msgstr ""
11903
11904 #: config/s390/s390.h:136
11905 msgid "mvcle use"
11906 msgstr ""
11907
11908 #: config/s390/s390.h:137
11909 msgid "mvc&ex"
11910 msgstr ""
11911
11912 #: config/s390/s390.h:138
11913 msgid "enable tpf OS code"
11914 msgstr ""
11915
11916 #: config/s390/s390.h:139
11917 msgid "disable tpf OS code"
11918 msgstr ""
11919
11920 #: config/s390/s390.h:140
11921 msgid "disable fused multiply/add instructions"
11922 msgstr ""
11923
11924 #: config/s390/s390.h:141
11925 msgid "enable fused multiply/add instructions"
11926 msgstr ""
11927
11928 #: config/sh/sh.c:5844
11929 msgid "__builtin_saveregs not supported by this subtarget"
11930 msgstr ""
11931
11932 #: config/sh/sh.c:6744
11933 msgid "attribute interrupt_handler is not compatible with -m5-compact"
11934 msgstr ""
11935
11936 #. The sp_switch attribute only has meaning for interrupt functions.
11937 #. The trap_exit attribute only has meaning for interrupt functions.
11938 #: config/sh/sh.c:6766 config/sh/sh.c:6801
11939 #, c-format
11940 msgid "`%s' attribute only applies to interrupt functions"
11941 msgstr ""
11942
11943 #. The argument must be a constant string.
11944 #: config/sh/sh.c:6773
11945 #, c-format
11946 msgid "`%s' attribute argument not a string constant"
11947 msgstr ""
11948
11949 #. The argument must be a constant integer.
11950 #: config/sh/sh.c:6808
11951 #, c-format
11952 msgid "`%s' attribute argument not an integer constant"
11953 msgstr ""
11954
11955 #. There are no delay slots on SHmedia.
11956 #. Relaxation isn't yet supported for SHmedia
11957 #. -fprofile-arcs needs a working libgcov .  In unified tree             configurations with newlib, this requires to configure with             --with-newlib --with-headers.  But there is no way to check             here we have a working libgcov, so just assume that we have.
11958 #: config/sh/sh.h:478
11959 msgid "Profiling is not supported on this target."
11960 msgstr ""
11961
11962 #: config/sparc/sparc.c:389
11963 #, c-format
11964 msgid "%s is not supported by this configuration"
11965 msgstr ""
11966
11967 #: config/sparc/sparc.c:396
11968 msgid "-mlong-double-64 not allowed with -m64"
11969 msgstr ""
11970
11971 #: config/sparc/sparc.c:421
11972 msgid "-mcmodel= is not supported on 32 bit systems"
11973 msgstr ""
11974
11975 #: config/sparc/sparc.c:6869 config/sparc/sparc.c:6875
11976 #, c-format
11977 msgid "invalid %%Y operand"
11978 msgstr ""
11979
11980 #: config/sparc/sparc.c:6945
11981 #, c-format
11982 msgid "invalid %%A operand"
11983 msgstr ""
11984
11985 #: config/sparc/sparc.c:6955
11986 #, c-format
11987 msgid "invalid %%B operand"
11988 msgstr ""
11989
11990 #: config/sparc/sparc.c:6994
11991 #, c-format
11992 msgid "invalid %%c operand"
11993 msgstr ""
11994
11995 #: config/sparc/sparc.c:6995
11996 #, c-format
11997 msgid "invalid %%C operand"
11998 msgstr ""
11999
12000 #: config/sparc/sparc.c:7016
12001 #, c-format
12002 msgid "invalid %%d operand"
12003 msgstr ""
12004
12005 #: config/sparc/sparc.c:7017
12006 #, c-format
12007 msgid "invalid %%D operand"
12008 msgstr ""
12009
12010 #: config/sparc/sparc.c:7033
12011 #, c-format
12012 msgid "invalid %%f operand"
12013 msgstr ""
12014
12015 #: config/sparc/sparc.c:7047
12016 #, c-format
12017 msgid "invalid %%s operand"
12018 msgstr ""
12019
12020 #: config/sparc/sparc.c:7101
12021 msgid "long long constant not a valid immediate operand"
12022 msgstr ""
12023
12024 #: config/sparc/sparc.c:7104
12025 msgid "floating point constant not a valid immediate operand"
12026 msgstr ""
12027
12028 #: config/sparc/freebsd.h:76 config/sparc/linux.h:91
12029 #: config/sparc/linux64.h:103 config/sparc/netbsd-elf.h:211
12030 msgid "Use 64 bit long doubles"
12031 msgstr ""
12032
12033 #: config/sparc/freebsd.h:77 config/sparc/linux.h:92
12034 #: config/sparc/linux64.h:104 config/sparc/netbsd-elf.h:212
12035 msgid "Use 128 bit long doubles"
12036 msgstr ""
12037
12038 #: config/sparc/sp64-elf.h:90
12039 msgid "Generate code for big endian"
12040 msgstr ""
12041
12042 #: config/sparc/sp64-elf.h:91
12043 msgid "Generate code for little endian"
12044 msgstr ""
12045
12046 #: config/sparc/sp86x-elf.h:68
12047 msgid "Use little-endian byte order for data"
12048 msgstr ""
12049
12050 #: config/sparc/sparc.h:542
12051 msgid "Assume possible double misalignment"
12052 msgstr ""
12053
12054 #: config/sparc/sparc.h:544
12055 msgid "Assume all doubles are aligned"
12056 msgstr ""
12057
12058 #: config/sparc/sparc.h:546
12059 msgid "Pass -assert pure-text to linker"
12060 msgstr ""
12061
12062 #: config/sparc/sparc.h:548
12063 msgid "Do not pass -assert pure-text to linker"
12064 msgstr ""
12065
12066 #: config/sparc/sparc.h:550
12067 msgid "Use ABI reserved registers"
12068 msgstr ""
12069
12070 #: config/sparc/sparc.h:552
12071 msgid "Do not use ABI reserved registers"
12072 msgstr ""
12073
12074 #: config/sparc/sparc.h:554
12075 msgid "Use hardware quad fp instructions"
12076 msgstr ""
12077
12078 #: config/sparc/sparc.h:556
12079 msgid "Do not use hardware quad fp instructions"
12080 msgstr ""
12081
12082 #: config/sparc/sparc.h:558
12083 msgid "Compile for v8plus ABI"
12084 msgstr ""
12085
12086 #: config/sparc/sparc.h:560
12087 msgid "Do not compile for v8plus ABI"
12088 msgstr ""
12089
12090 #: config/sparc/sparc.h:562
12091 msgid "Utilize Visual Instruction Set"
12092 msgstr ""
12093
12094 #: config/sparc/sparc.h:564
12095 msgid "Do not utilize Visual Instruction Set"
12096 msgstr ""
12097
12098 #: config/sparc/sparc.h:566
12099 msgid "Pointers are 64-bit"
12100 msgstr ""
12101
12102 #: config/sparc/sparc.h:568
12103 msgid "Pointers are 32-bit"
12104 msgstr ""
12105
12106 #: config/sparc/sparc.h:570
12107 msgid "Use 32-bit ABI"
12108 msgstr ""
12109
12110 #: config/sparc/sparc.h:572
12111 msgid "Use 64-bit ABI"
12112 msgstr ""
12113
12114 #: config/sparc/sparc.h:574
12115 msgid "Use stack bias"
12116 msgstr ""
12117
12118 #: config/sparc/sparc.h:576
12119 msgid "Do not use stack bias"
12120 msgstr ""
12121
12122 #: config/sparc/sparc.h:578
12123 msgid "Use structs on stronger alignment for double-word copies"
12124 msgstr ""
12125
12126 #: config/sparc/sparc.h:580
12127 msgid "Do not use structs on stronger alignment for double-word copies"
12128 msgstr ""
12129
12130 #: config/sparc/sparc.h:582
12131 msgid "Optimize tail call instructions in assembler and linker"
12132 msgstr ""
12133
12134 #: config/sparc/sparc.h:584
12135 msgid "Do not optimize tail call instructions in assembler or linker"
12136 msgstr ""
12137
12138 #: config/sparc/sparc.h:629
12139 msgid "Use given SPARC code model"
12140 msgstr ""
12141
12142 #: config/stormy16/stormy16.c:527
12143 msgid "Constant halfword load operand out of range."
12144 msgstr ""
12145
12146 #: config/stormy16/stormy16.c:537
12147 msgid "Constant arithmetic operand out of range."
12148 msgstr ""
12149
12150 #: config/stormy16/stormy16.c:1028
12151 msgid "Local variable memory requirements exceed capacity."
12152 msgstr ""
12153
12154 #: config/stormy16/stormy16.c:1194
12155 msgid "function_profiler support"
12156 msgstr ""
12157
12158 #: config/stormy16/stormy16.c:1283
12159 msgid "cannot use va_start in interrupt function"
12160 msgstr ""
12161
12162 #: config/stormy16/stormy16.c:1599
12163 msgid "`B' operand is not constant"
12164 msgstr ""
12165
12166 #: config/stormy16/stormy16.c:1605
12167 msgid "`B' operand has multiple bits set"
12168 msgstr ""
12169
12170 #: config/stormy16/stormy16.c:1631
12171 msgid "`o' operand is not constant"
12172 msgstr ""
12173
12174 #: config/stormy16/stormy16.c:1645
12175 msgid "xstormy16_print_operand: unknown code"
12176 msgstr ""
12177
12178 #: config/stormy16/stormy16.c:1691
12179 #, c-format
12180 msgid "switch statement of size %lu entries too large"
12181 msgstr ""
12182
12183 #: config/v850/v850-c.c:67
12184 msgid "#pragma GHS endXXXX found without previous startXXX"
12185 msgstr ""
12186
12187 #: config/v850/v850-c.c:69
12188 msgid "#pragma GHS endXXX does not match previous startXXX"
12189 msgstr ""
12190
12191 #: config/v850/v850-c.c:94
12192 msgid "cannot set interrupt attribute: no current function"
12193 msgstr ""
12194
12195 #: config/v850/v850-c.c:102
12196 msgid "cannot set interrupt attribute: no such identifier"
12197 msgstr ""
12198
12199 #: config/v850/v850-c.c:147
12200 msgid "junk at end of #pragma ghs section"
12201 msgstr ""
12202
12203 #: config/v850/v850-c.c:164
12204 #, c-format
12205 msgid "unrecognized section name \"%s\""
12206 msgstr ""
12207
12208 #: config/v850/v850-c.c:179
12209 msgid "malformed #pragma ghs section"
12210 msgstr ""
12211
12212 #: config/v850/v850-c.c:198
12213 msgid "junk at end of #pragma ghs interrupt"
12214 msgstr ""
12215
12216 #: config/v850/v850-c.c:209
12217 msgid "junk at end of #pragma ghs starttda"
12218 msgstr ""
12219
12220 #: config/v850/v850-c.c:220
12221 msgid "junk at end of #pragma ghs startsda"
12222 msgstr ""
12223
12224 #: config/v850/v850-c.c:231
12225 msgid "junk at end of #pragma ghs startzda"
12226 msgstr ""
12227
12228 #: config/v850/v850-c.c:242
12229 msgid "junk at end of #pragma ghs endtda"
12230 msgstr ""
12231
12232 #: config/v850/v850-c.c:253
12233 msgid "junk at end of #pragma ghs endsda"
12234 msgstr ""
12235
12236 #: config/v850/v850-c.c:264
12237 msgid "junk at end of #pragma ghs endzda"
12238 msgstr ""
12239
12240 #: config/v850/v850.c:156
12241 #, c-format
12242 msgid "%s=%s is not numeric"
12243 msgstr ""
12244
12245 #: config/v850/v850.c:163
12246 #, c-format
12247 msgid "%s=%s is too large"
12248 msgstr ""
12249
12250 #: config/v850/v850.c:315
12251 msgid "const_double_split got a bad insn:"
12252 msgstr ""
12253
12254 #: config/v850/v850.c:880
12255 msgid "output_move_single:"
12256 msgstr ""
12257
12258 #: config/v850/v850.c:2223
12259 msgid "%Jdata area attributes cannot be specified for local variables"
12260 msgstr ""
12261
12262 #: config/v850/v850.c:2234
12263 msgid "%Jdata area of '%D' conflicts with previous declaration"
12264 msgstr ""
12265
12266 #: config/v850/v850.c:2433
12267 #, c-format
12268 msgid "bogus JR construction: %d\n"
12269 msgstr ""
12270
12271 #: config/v850/v850.c:2454 config/v850/v850.c:2657
12272 #, c-format
12273 msgid "bad amount of stack space removal: %d"
12274 msgstr ""
12275
12276 #: config/v850/v850.c:2633
12277 #, c-format
12278 msgid "bogus JARL construction: %d\n"
12279 msgstr ""
12280
12281 #: config/v850/v850.c:3003
12282 #, c-format
12283 msgid "Bogus DISPOSE construction: %d\n"
12284 msgstr ""
12285
12286 #: config/v850/v850.c:3025
12287 #, c-format
12288 msgid "Too much stack space to dispose of: %d"
12289 msgstr ""
12290
12291 #: config/v850/v850.c:3198
12292 #, c-format
12293 msgid "Bogus PREPEARE construction: %d\n"
12294 msgstr ""
12295
12296 #: config/v850/v850.c:3220
12297 #, c-format
12298 msgid "Too much stack space to prepare: %d"
12299 msgstr ""
12300
12301 #. Macro to define tables used to set the flags.
12302 #. This is a list in braces of pairs in braces,
12303 #. each pair being { "NAME", VALUE }
12304 #. where VALUE is the bits to set or minus the bits to clear.
12305 #. An empty string NAME is used to identify the default VALUE.
12306 #: config/v850/v850.h:174
12307 msgid "Support Green Hills ABI"
12308 msgstr ""
12309
12310 #: config/v850/v850.h:177
12311 msgid "Prohibit PC relative function calls"
12312 msgstr ""
12313
12314 #: config/v850/v850.h:180
12315 msgid "Reuse r30 on a per function basis"
12316 msgstr ""
12317
12318 #: config/v850/v850.h:183
12319 msgid "Use stubs for function prologues"
12320 msgstr ""
12321
12322 #: config/v850/v850.h:186
12323 msgid "Same as: -mep -mprolog-function"
12324 msgstr ""
12325
12326 #: config/v850/v850.h:187
12327 msgid "Enable backend debugging"
12328 msgstr ""
12329
12330 #: config/v850/v850.h:189
12331 msgid "Compile for the v850 processor"
12332 msgstr ""
12333
12334 #: config/v850/v850.h:191
12335 msgid "Compile for v850e1 processor"
12336 msgstr ""
12337
12338 #. Make sure that the other bits are cleared.
12339 #: config/v850/v850.h:193
12340 msgid "Compile for v850e processor"
12341 msgstr ""
12342
12343 #. Make sure that the other bits are cleared.
12344 #: config/v850/v850.h:195
12345 msgid "Enable the use of the short load instructions"
12346 msgstr ""
12347
12348 #: config/v850/v850.h:198
12349 msgid "Do not use the callt instruction"
12350 msgstr ""
12351
12352 #: config/v850/v850.h:205
12353 msgid "Do not use registers r2 and r5"
12354 msgstr ""
12355
12356 #: config/v850/v850.h:207
12357 msgid "Enforce strict alignment"
12358 msgstr ""
12359
12360 #: config/v850/v850.h:210
12361 msgid "Use 4 byte entries in switch tables"
12362 msgstr ""
12363
12364 #: config/v850/v850.h:236
12365 msgid "Set the max size of data eligible for the TDA area"
12366 msgstr ""
12367
12368 #: config/v850/v850.h:239
12369 msgid "Set the max size of data eligible for the SDA area"
12370 msgstr ""
12371
12372 #: config/v850/v850.h:242
12373 msgid "Set the max size of data eligible for the ZDA area"
12374 msgstr ""
12375
12376 #: config/xtensa/xtensa.c:1831
12377 msgid "boolean registers required for the floating-point option"
12378 msgstr ""
12379
12380 #: config/xtensa/xtensa.c:1885
12381 #, c-format
12382 msgid "-f%s is not supported with CONST16 instructions"
12383 msgstr ""
12384
12385 #: config/xtensa/xtensa.c:1890
12386 msgid "PIC is required but not supported with CONST16 instructions"
12387 msgstr ""
12388
12389 #: config/xtensa/xtensa.c:1960
12390 #, c-format
12391 msgid "invalid %%D value"
12392 msgstr ""
12393
12394 #: config/xtensa/xtensa.c:1997
12395 msgid "invalid mask"
12396 msgstr ""
12397
12398 #: config/xtensa/xtensa.c:2023
12399 #, c-format
12400 msgid "invalid %%x value"
12401 msgstr ""
12402
12403 #: config/xtensa/xtensa.c:2030
12404 #, c-format
12405 msgid "invalid %%d value"
12406 msgstr ""
12407
12408 #: config/xtensa/xtensa.c:2051 config/xtensa/xtensa.c:2061
12409 #, c-format
12410 msgid "invalid %%t/%%b value"
12411 msgstr ""
12412
12413 #: config/xtensa/xtensa.c:2103
12414 msgid "invalid address"
12415 msgstr ""
12416
12417 #: config/xtensa/xtensa.c:2128
12418 msgid "no register in address"
12419 msgstr ""
12420
12421 #: config/xtensa/xtensa.c:2136
12422 msgid "address offset not a constant"
12423 msgstr ""
12424
12425 #: config/xtensa/xtensa.c:2819
12426 msgid "only uninitialized variables can be placed in a .bss section"
12427 msgstr ""
12428
12429 #: config/xtensa/xtensa.h:79
12430 msgid "Use CONST16 instruction to load constants"
12431 msgstr ""
12432
12433 #: config/xtensa/xtensa.h:81
12434 msgid "Use PC-relative L32R instruction to load constants"
12435 msgstr ""
12436
12437 #: config/xtensa/xtensa.h:83
12438 msgid "Disable fused multiply/add and multiply/subtract FP instructions"
12439 msgstr ""
12440
12441 #: config/xtensa/xtensa.h:85
12442 msgid "Enable fused multiply/add and multiply/subtract FP instructions"
12443 msgstr ""
12444
12445 #: config/xtensa/xtensa.h:87
12446 msgid "Intersperse literal pools with code in the text section"
12447 msgstr ""
12448
12449 #: config/xtensa/xtensa.h:89
12450 msgid "Put literal pools in a separate literal section"
12451 msgstr ""
12452
12453 #: config/xtensa/xtensa.h:91
12454 msgid "Automatically align branch targets to reduce branch penalties"
12455 msgstr ""
12456
12457 #: config/xtensa/xtensa.h:93
12458 msgid "Do not automatically align branch targets"
12459 msgstr ""
12460
12461 #: config/xtensa/xtensa.h:95
12462 msgid "Use indirect CALLXn instructions for large programs"
12463 msgstr ""
12464
12465 #: config/xtensa/xtensa.h:97
12466 msgid "Use direct CALLn instructions for fast calls"
12467 msgstr ""
12468
12469 #: ada/misc.c:240
12470 #, c-format
12471 msgid "missing argument to \"-%s\""
12472 msgstr ""
12473
12474 #: ada/misc.c:281
12475 msgid "`-gnat' misspelled as `-gant'"
12476 msgstr ""
12477
12478 #: cp/call.c:217
12479 msgid "unable to call pointer to member function here"
12480 msgstr ""
12481
12482 #: cp/call.c:2228
12483 msgid "%s %D(%T, %T, %T) <built-in>"
12484 msgstr ""
12485
12486 #: cp/call.c:2233
12487 msgid "%s %D(%T, %T) <built-in>"
12488 msgstr ""
12489
12490 #: cp/call.c:2237
12491 msgid "%s %D(%T) <built-in>"
12492 msgstr ""
12493
12494 #: cp/call.c:2241
12495 msgid "%s %T <conversion>"
12496 msgstr ""
12497
12498 #: cp/call.c:2243
12499 msgid "%J%s %+#D <near match>"
12500 msgstr ""
12501
12502 #: cp/call.c:2245
12503 msgid "%J%s %+#D"
12504 msgstr ""
12505
12506 #: cp/call.c:2280
12507 msgid "candidates are:"
12508 msgstr ""
12509
12510 #: cp/call.c:2468
12511 msgid "conversion from `%T' to `%T' is ambiguous"
12512 msgstr ""
12513
12514 #: cp/call.c:2619 cp/call.c:2663
12515 msgid "no matching function for call to `%D(%A)'"
12516 msgstr ""
12517
12518 #: cp/call.c:2622 cp/call.c:2666
12519 msgid "call of overloaded `%D(%A)' is ambiguous"
12520 msgstr ""
12521
12522 #. It's no good looking for an overloaded operator() on a
12523 #. pointer-to-member-function.
12524 #: cp/call.c:2732
12525 #, c-format
12526 msgid ""
12527 "pointer-to-member function %E cannot be called without an object; consider "
12528 "using .* or ->*"
12529 msgstr ""
12530
12531 #: cp/call.c:2798
12532 msgid "no match for call to `(%T) (%A)'"
12533 msgstr ""
12534
12535 #: cp/call.c:2806
12536 msgid "call of `(%T) (%A)' is ambiguous"
12537 msgstr ""
12538
12539 #: cp/call.c:2839
12540 #, c-format
12541 msgid "%s for ternary 'operator?:' in '%E ? %E : %E'"
12542 msgstr ""
12543
12544 #: cp/call.c:2845
12545 #, c-format
12546 msgid "%s for 'operator%s' in '%E%s'"
12547 msgstr ""
12548
12549 #: cp/call.c:2849
12550 #, c-format
12551 msgid "%s for 'operator[]' in '%E[%E]'"
12552 msgstr ""
12553
12554 #: cp/call.c:2854
12555 #, c-format
12556 msgid "%s for '%s' in '%s %E'"
12557 msgstr ""
12558
12559 #: cp/call.c:2859
12560 #, c-format
12561 msgid "%s for 'operator%s' in '%E %s %E'"
12562 msgstr ""
12563
12564 #: cp/call.c:2862
12565 #, c-format
12566 msgid "%s for 'operator%s' in '%s%E'"
12567 msgstr ""
12568
12569 #: cp/call.c:2957
12570 msgid "ISO C++ forbids omitting the middle term of a ?: expression"
12571 msgstr ""
12572
12573 #: cp/call.c:3018
12574 #, c-format
12575 msgid "`%E' has type `void' and is not a throw-expression"
12576 msgstr ""
12577
12578 #: cp/call.c:3051 cp/call.c:3242
12579 msgid "operands to ?: have different types"
12580 msgstr ""
12581
12582 #: cp/call.c:3196
12583 msgid "enumeral mismatch in conditional expression: `%T' vs `%T'"
12584 msgstr ""
12585
12586 #: cp/call.c:3203
12587 msgid "enumeral and non-enumeral type in conditional expression"
12588 msgstr ""
12589
12590 #: cp/call.c:3487
12591 msgid "no `%D(int)' declared for postfix `%s', trying prefix operator instead"
12592 msgstr ""
12593
12594 #: cp/call.c:3532
12595 msgid "using synthesized `%#D' for copy assignment"
12596 msgstr ""
12597
12598 #: cp/call.c:3534
12599 msgid "  where cfront would use `%#D'"
12600 msgstr ""
12601
12602 #: cp/call.c:3557
12603 msgid "comparison between `%#T' and `%#T'"
12604 msgstr ""
12605
12606 #: cp/call.c:3803
12607 msgid "no suitable `operator %s' for `%T'"
12608 msgstr ""
12609
12610 #: cp/call.c:3820
12611 msgid "`%+#D' is private"
12612 msgstr ""
12613
12614 #: cp/call.c:3822
12615 msgid "`%+#D' is protected"
12616 msgstr ""
12617
12618 #: cp/call.c:3824
12619 msgid "`%+#D' is inaccessible"
12620 msgstr ""
12621
12622 #: cp/call.c:3825
12623 msgid "within this context"
12624 msgstr ""
12625
12626 #: cp/call.c:3895
12627 msgid "invalid conversion from `%T' to `%T'"
12628 msgstr ""
12629
12630 #: cp/call.c:3897
12631 msgid "  initializing argument %P of `%D'"
12632 msgstr ""
12633
12634 #: cp/call.c:4050
12635 msgid "cannot bind bitfield `%E' to `%T'"
12636 msgstr ""
12637
12638 #: cp/call.c:4053
12639 msgid "cannot bind packed field `%E' to `%T'"
12640 msgstr ""
12641
12642 #: cp/call.c:4056
12643 msgid "cannot bind rvalue `%E' to `%T'"
12644 msgstr ""
12645
12646 #: cp/call.c:4144
12647 msgid ""
12648 "cannot pass objects of non-POD type `%#T' through `...'; call will abort at "
12649 "runtime"
12650 msgstr ""
12651
12652 #. Undefined behavior [expr.call] 5.2.2/7.
12653 #: cp/call.c:4168
12654 msgid ""
12655 "cannot receive objects of non-POD type `%#T' through `...'; call will abort "
12656 "at runtime"
12657 msgstr ""
12658
12659 #: cp/call.c:4208
12660 msgid "the default argument for parameter %d of `%D' has not yet been parsed"
12661 msgstr ""
12662
12663 #: cp/call.c:4403
12664 msgid "passing `%T' as `this' argument of `%#D' discards qualifiers"
12665 msgstr ""
12666
12667 #: cp/call.c:4422
12668 msgid "`%T' is not an accessible base of `%T'"
12669 msgstr ""
12670
12671 #: cp/call.c:4696
12672 msgid "could not find class$ field in java interface type `%T'"
12673 msgstr ""
12674
12675 #: cp/call.c:4951
12676 msgid "call to non-function `%D'"
12677 msgstr ""
12678
12679 #: cp/call.c:4977
12680 msgid "request for member `%D' in `%E', which is of non-aggregate type `%T'"
12681 msgstr ""
12682
12683 #: cp/call.c:5055
12684 msgid "no matching function for call to `%T::%s(%A)%#V'"
12685 msgstr ""
12686
12687 #: cp/call.c:5072
12688 #, c-format
12689 msgid "call of overloaded `%s(%A)' is ambiguous"
12690 msgstr ""
12691
12692 #: cp/call.c:5093
12693 msgid "cannot call member function `%D' without object"
12694 msgstr ""
12695
12696 #: cp/call.c:5678
12697 msgid "passing `%T' chooses `%T' over `%T'"
12698 msgstr ""
12699
12700 #: cp/call.c:5680 cp/name-lookup.c:4093
12701 msgid "  in call to `%D'"
12702 msgstr ""
12703
12704 #: cp/call.c:5737
12705 msgid "choosing `%D' over `%D'"
12706 msgstr ""
12707
12708 #: cp/call.c:5738
12709 msgid "  for conversion from `%T' to `%T'"
12710 msgstr ""
12711
12712 #: cp/call.c:5740
12713 msgid "  because conversion sequence for the argument is better"
12714 msgstr ""
12715
12716 #: cp/call.c:5860
12717 msgid ""
12718 "ISO C++ says that these are ambiguous, even though the worst conversion for "
12719 "the first is better than the worst conversion for the second:"
12720 msgstr ""
12721
12722 #: cp/call.c:5864
12723 msgid "candidate 1:"
12724 msgstr ""
12725
12726 #: cp/call.c:5865
12727 msgid "candidate 2:"
12728 msgstr ""
12729
12730 #: cp/call.c:5974
12731 msgid "could not convert `%E' to `%T'"
12732 msgstr ""
12733
12734 #: cp/call.c:6079
12735 msgid ""
12736 "invalid initialization of non-const reference of type '%T' from a temporary "
12737 "of type '%T'"
12738 msgstr ""
12739
12740 #: cp/call.c:6083
12741 msgid ""
12742 "invalid initialization of reference of type '%T' from expression of type '%T'"
12743 msgstr ""
12744
12745 #: cp/class.c:281
12746 msgid ""
12747 "cannot convert from base `%T' to derived type `%T' via virtual base `%T'"
12748 msgstr ""
12749
12750 #: cp/class.c:764
12751 msgid "Java class '%T' cannot have an implicit non-trivial destructor"
12752 msgstr ""
12753
12754 #: cp/class.c:765
12755 msgid "Java class '%T' cannot have a destructor"
12756 msgstr ""
12757
12758 #: cp/class.c:933
12759 msgid "`%#D' and `%#D' cannot be overloaded"
12760 msgstr ""
12761
12762 #: cp/class.c:1016
12763 msgid "duplicate enum value `%D'"
12764 msgstr ""
12765
12766 #: cp/class.c:1019
12767 msgid "duplicate field `%D' (as enum and non-enum)"
12768 msgstr ""
12769
12770 #: cp/class.c:1026
12771 msgid "duplicate nested type `%D'"
12772 msgstr ""
12773
12774 #: cp/class.c:1037
12775 msgid "duplicate field `%D' (as type and non-type)"
12776 msgstr ""
12777
12778 #: cp/class.c:1041
12779 msgid "duplicate member `%D'"
12780 msgstr ""
12781
12782 #: cp/class.c:1079
12783 msgid "conflicting access specifications for method `%D', ignored"
12784 msgstr ""
12785
12786 #: cp/class.c:1081
12787 #, c-format
12788 msgid "conflicting access specifications for field `%s', ignored"
12789 msgstr ""
12790
12791 #: cp/class.c:1131
12792 msgid "`%D' names constructor"
12793 msgstr ""
12794
12795 #: cp/class.c:1136
12796 msgid "`%D' invalid in `%T'"
12797 msgstr ""
12798
12799 #: cp/class.c:1144
12800 msgid "no members matching `%D' in `%#T'"
12801 msgstr ""
12802
12803 #: cp/class.c:1176 cp/class.c:1184
12804 msgid "`%D' invalid in `%#T'"
12805 msgstr ""
12806
12807 #: cp/class.c:1177
12808 msgid "  because of local method `%#D' with same name"
12809 msgstr ""
12810
12811 #: cp/class.c:1185
12812 msgid "  because of local member `%#D' with same name"
12813 msgstr ""
12814
12815 #: cp/class.c:1255
12816 msgid "base class `%#T' has a non-virtual destructor"
12817 msgstr ""
12818
12819 #: cp/class.c:1275
12820 msgid ""
12821 "base `%T' with only non-default constructor in class without a constructor"
12822 msgstr ""
12823
12824 #: cp/class.c:1659
12825 msgid "all member functions in class `%T' are private"
12826 msgstr ""
12827
12828 #: cp/class.c:1670
12829 msgid "`%#T' only defines a private destructor and has no friends"
12830 msgstr ""
12831
12832 #: cp/class.c:1712
12833 msgid "`%#T' only defines private constructors and has no friends"
12834 msgstr ""
12835
12836 #: cp/class.c:2097
12837 msgid "no unique final overrider for `%D' in `%T'"
12838 msgstr ""
12839
12840 #. Here we know it is a hider, and no overrider exists.
12841 #: cp/class.c:2542
12842 msgid "`%D' was hidden"
12843 msgstr ""
12844
12845 #: cp/class.c:2543
12846 msgid "  by `%D'"
12847 msgstr ""
12848
12849 #: cp/class.c:2584
12850 msgid "ISO C++ forbids member `%D' with same name as enclosing class"
12851 msgstr ""
12852
12853 #: cp/class.c:2589 cp/decl2.c:1167
12854 msgid "`%#D' invalid; an anonymous union can only have non-static data members"
12855 msgstr ""
12856
12857 #: cp/class.c:2595 cp/decl2.c:1174
12858 msgid "private member `%#D' in anonymous union"
12859 msgstr ""
12860
12861 #: cp/class.c:2598 cp/decl2.c:1176
12862 msgid "protected member `%#D' in anonymous union"
12863 msgstr ""
12864
12865 #: cp/class.c:2717
12866 msgid ""
12867 "vtable layout for class `%T' may not be ABI-compliant and may change in a "
12868 "future version of GCC due to implicit virtual destructor"
12869 msgstr ""
12870
12871 #: cp/class.c:2777
12872 msgid "bit-field `%#D' with non-integral type"
12873 msgstr ""
12874
12875 #: cp/class.c:2797
12876 msgid "bit-field `%D' width not an integer constant"
12877 msgstr ""
12878
12879 #: cp/class.c:2803
12880 msgid "negative width in bit-field `%D'"
12881 msgstr ""
12882
12883 #: cp/class.c:2808
12884 msgid "zero width for bit-field `%D'"
12885 msgstr ""
12886
12887 #: cp/class.c:2814
12888 msgid "width of `%D' exceeds its type"
12889 msgstr ""
12890
12891 #: cp/class.c:2823
12892 msgid "`%D' is too small to hold all values of `%#T'"
12893 msgstr ""
12894
12895 #: cp/class.c:2885
12896 msgid "member `%#D' with constructor not allowed in union"
12897 msgstr ""
12898
12899 #: cp/class.c:2888
12900 msgid "member `%#D' with destructor not allowed in union"
12901 msgstr ""
12902
12903 #: cp/class.c:2891
12904 msgid "member `%#D' with copy assignment operator not allowed in union"
12905 msgstr ""
12906
12907 #: cp/class.c:2918
12908 msgid "multiple fields in union `%T' initialized"
12909 msgstr ""
12910
12911 #: cp/class.c:2987
12912 msgid "ignoring packed attribute on unpacked non-POD field `%#D'"
12913 msgstr ""
12914
12915 #: cp/class.c:3039
12916 msgid "field `%D' in local class cannot be static"
12917 msgstr ""
12918
12919 #: cp/class.c:3045
12920 msgid "field `%D' invalidly declared function type"
12921 msgstr ""
12922
12923 #: cp/class.c:3052
12924 msgid "field `%D' invalidly declared method type"
12925 msgstr ""
12926
12927 #. Unions cannot have static members.
12928 #: cp/class.c:3070
12929 msgid "field `%D' declared static in union"
12930 msgstr ""
12931
12932 #: cp/class.c:3097
12933 msgid "non-static reference `%#D' in class without a constructor"
12934 msgstr ""
12935
12936 #: cp/class.c:3132
12937 msgid "non-static const member `%#D' in class without a constructor"
12938 msgstr ""
12939
12940 #: cp/class.c:3147
12941 msgid "field `%#D' with same name as class"
12942 msgstr ""
12943
12944 #: cp/class.c:3165
12945 msgid "`%#T' has pointer data members"
12946 msgstr ""
12947
12948 #: cp/class.c:3169
12949 msgid "  but does not override `%T(const %T&)'"
12950 msgstr ""
12951
12952 #: cp/class.c:3171
12953 msgid "  or `operator=(const %T&)'"
12954 msgstr ""
12955
12956 #: cp/class.c:3174
12957 msgid "  but does not override `operator=(const %T&)'"
12958 msgstr ""
12959
12960 #: cp/class.c:3604
12961 msgid ""
12962 "offset of empty base `%T' may not be ABI-compliant and maychange in a future "
12963 "version of GCC"
12964 msgstr ""
12965
12966 #: cp/class.c:3714
12967 msgid "class `%T' will be considered nearly empty in a future version of GCC"
12968 msgstr ""
12969
12970 #: cp/class.c:3801
12971 msgid "initializer specified for non-virtual method `%D'"
12972 msgstr ""
12973
12974 #: cp/class.c:4489
12975 msgid ""
12976 "offset of virtual base `%T' is not ABI-compliant and may change in a future "
12977 "version of GCC"
12978 msgstr ""
12979
12980 #: cp/class.c:4579
12981 msgid "direct base `%T' inaccessible in `%T' due to ambiguity"
12982 msgstr ""
12983
12984 #: cp/class.c:4592
12985 msgid "virtual base `%T' inaccessible in `%T' due to ambiguity"
12986 msgstr ""
12987
12988 #: cp/class.c:4766
12989 msgid ""
12990 "size assigned to `%T' may not be ABI-compliant and may change in a future "
12991 "version of GCC"
12992 msgstr ""
12993
12994 #. Versions of G++ before G++ 3.4 did not reset the
12995 #. DECL_MODE.
12996 #: cp/class.c:4805
12997 msgid ""
12998 "the offset of `%D' may not be ABI-compliant and may change in a future "
12999 "version of GCC"
13000 msgstr ""
13001
13002 #: cp/class.c:4828
13003 msgid ""
13004 "offset of `%D' is not ABI-compliant and may change in a future version of GCC"
13005 msgstr ""
13006
13007 #: cp/class.c:4837
13008 msgid ""
13009 "`%D' contains empty classes which may cause base classes to be placed at "
13010 "different locations in a future version of GCC"
13011 msgstr ""
13012
13013 #: cp/class.c:4896
13014 msgid ""
13015 "layout of classes derived from empty class `%T' may change in a future "
13016 "version of GCC"
13017 msgstr ""
13018
13019 #: cp/class.c:5026 cp/semantics.c:2029
13020 msgid "redefinition of `%#T'"
13021 msgstr ""
13022
13023 #: cp/class.c:5196
13024 msgid "`%#T' has virtual functions but non-virtual destructor"
13025 msgstr ""
13026
13027 #: cp/class.c:5275
13028 msgid "trying to finish struct, but kicked out due to previous parse errors"
13029 msgstr ""
13030
13031 #: cp/class.c:5717
13032 #, c-format
13033 msgid "language string `\"%s\"' not recognized"
13034 msgstr ""
13035
13036 #: cp/class.c:5805
13037 msgid ""
13038 "cannot resolve overloaded function `%D' based on conversion to type `%T'"
13039 msgstr ""
13040
13041 #: cp/class.c:5930
13042 msgid "no matches converting function `%D' to type `%#T'"
13043 msgstr ""
13044
13045 #: cp/class.c:5953
13046 msgid "converting overloaded function `%D' to type `%#T' is ambiguous"
13047 msgstr ""
13048
13049 #: cp/class.c:5979
13050 msgid "assuming pointer to member `%D'"
13051 msgstr ""
13052
13053 #: cp/class.c:5982
13054 #, c-format
13055 msgid "(a pointer to member can only be formed with `&%E')"
13056 msgstr ""
13057
13058 #: cp/class.c:6027 cp/class.c:6209 cp/class.c:6216
13059 msgid "not enough type information"
13060 msgstr ""
13061
13062 #: cp/class.c:6044
13063 msgid "argument of type `%T' does not match `%T'"
13064 msgstr ""
13065
13066 #: cp/class.c:6193
13067 msgid "invalid operation on uninstantiated type"
13068 msgstr ""
13069
13070 #. [basic.scope.class]
13071 #.
13072 #. A name N used in a class S shall refer to the same declaration
13073 #. in its context and when re-evaluated in the completed scope of
13074 #. S.
13075 #: cp/class.c:6451 cp/decl.c:1225 cp/name-lookup.c:496 cp/pt.c:2093
13076 msgid "declaration of `%#D'"
13077 msgstr ""
13078
13079 #: cp/class.c:6452
13080 msgid "changes meaning of `%D' from `%+#D'"
13081 msgstr ""
13082
13083 #: cp/cp-lang.c:398
13084 msgid "inter-module optimisations not implemented yet"
13085 msgstr ""
13086
13087 #: cp/cvt.c:88
13088 msgid "can't convert from incomplete type `%T' to `%T'"
13089 msgstr ""
13090
13091 #: cp/cvt.c:97
13092 msgid "conversion of `%E' from `%T' to `%T' is ambiguous"
13093 msgstr ""
13094
13095 #: cp/cvt.c:113 cp/cvt.c:127
13096 msgid "converting from `%T' to `%T'"
13097 msgstr ""
13098
13099 #: cp/cvt.c:185 cp/cvt.c:253 cp/cvt.c:297
13100 msgid "cannot convert `%E' from type `%T' to type `%T'"
13101 msgstr ""
13102
13103 #: cp/cvt.c:214 cp/cvt.c:218
13104 msgid "pointer to member cast from `%T' to `%T' is via virtual base"
13105 msgstr ""
13106
13107 #: cp/cvt.c:276
13108 msgid "invalid conversion from '%T' to '%T'"
13109 msgstr ""
13110
13111 #: cp/cvt.c:508
13112 msgid "conversion from `%T' to `%T' discards qualifiers"
13113 msgstr ""
13114
13115 #: cp/cvt.c:526
13116 msgid "casting `%T' to `%T' does not dereference pointer"
13117 msgstr ""
13118
13119 #: cp/cvt.c:553
13120 msgid "cannot convert type `%T' to type `%T'"
13121 msgstr ""
13122
13123 #: cp/cvt.c:679
13124 msgid "conversion from `%#T' to `%#T'"
13125 msgstr ""
13126
13127 #: cp/cvt.c:691
13128 msgid "`%#T' used where a `%T' was expected"
13129 msgstr ""
13130
13131 #: cp/cvt.c:715
13132 msgid "`%#T' used where a floating point value was expected"
13133 msgstr ""
13134
13135 #: cp/cvt.c:762
13136 msgid "conversion from `%T' to non-scalar type `%T' requested"
13137 msgstr ""
13138
13139 #: cp/cvt.c:850
13140 msgid "object of incomplete type `%T' will not be accessed in %s"
13141 msgstr ""
13142
13143 #: cp/cvt.c:853
13144 msgid "object of type `%T' will not be accessed in %s"
13145 msgstr ""
13146
13147 #: cp/cvt.c:869
13148 msgid "object `%E' of incomplete type `%T' will not be accessed in %s"
13149 msgstr ""
13150
13151 #. [over.over] enumerates the places where we can take the address
13152 #. of an overloaded function, and this is not one of them.
13153 #: cp/cvt.c:885
13154 #, c-format
13155 msgid "%s cannot resolve address of overloaded function"
13156 msgstr ""
13157
13158 #. Only warn when there is no &.
13159 #: cp/cvt.c:891
13160 #, c-format
13161 msgid "%s is a reference, not call, to function `%E'"
13162 msgstr ""
13163
13164 #: cp/cvt.c:898
13165 #, c-format
13166 msgid "%s has no effect"
13167 msgstr ""
13168
13169 #: cp/cvt.c:1009
13170 msgid "converting NULL to non-pointer type"
13171 msgstr ""
13172
13173 #: cp/cvt.c:1081
13174 msgid "ambiguous default type conversion from `%T'"
13175 msgstr ""
13176
13177 #: cp/cvt.c:1083
13178 msgid "  candidate conversions include `%D' and `%D'"
13179 msgstr ""
13180
13181 #: cp/decl.c:374
13182 msgid "label `%D' used but not defined"
13183 msgstr ""
13184
13185 #: cp/decl.c:381
13186 msgid "label `%D' defined but not used"
13187 msgstr ""
13188
13189 #: cp/decl.c:1133 cp/decl.c:1559
13190 msgid "previous declaration of `%D'"
13191 msgstr ""
13192
13193 #: cp/decl.c:1181
13194 msgid "%Jfunction '%D' redeclared as inline"
13195 msgstr ""
13196
13197 #: cp/decl.c:1182
13198 msgid "%Jprevious declaration of '%D' with attribute noinline"
13199 msgstr ""
13200
13201 #: cp/decl.c:1189
13202 msgid "%Jfunction '%D' redeclared with attribute noinline"
13203 msgstr ""
13204
13205 #: cp/decl.c:1191
13206 msgid "%Jprevious declaration of '%D' was inline"
13207 msgstr ""
13208
13209 #: cp/decl.c:1212 cp/decl.c:1250
13210 msgid "shadowing %s function `%#D'"
13211 msgstr ""
13212
13213 #: cp/decl.c:1221
13214 msgid "library function `%#D' redeclared as non-function `%#D'"
13215 msgstr ""
13216
13217 #: cp/decl.c:1226
13218 msgid "conflicts with built-in declaration `%#D'"
13219 msgstr ""
13220
13221 #: cp/decl.c:1245 cp/decl.c:1357 cp/decl.c:1373
13222 msgid "new declaration `%#D'"
13223 msgstr ""
13224
13225 #: cp/decl.c:1246
13226 msgid "ambiguates built-in declaration `%#D'"
13227 msgstr ""
13228
13229 #: cp/decl.c:1317
13230 msgid "`%#D' redeclared as different kind of symbol"
13231 msgstr ""
13232
13233 #: cp/decl.c:1320
13234 msgid "previous declaration of `%#D'"
13235 msgstr ""
13236
13237 #: cp/decl.c:1342
13238 msgid "declaration of template `%#D'"
13239 msgstr ""
13240
13241 #: cp/decl.c:1343 cp/name-lookup.c:497
13242 msgid "conflicts with previous declaration `%#D'"
13243 msgstr ""
13244
13245 #: cp/decl.c:1358 cp/decl.c:1374
13246 msgid "ambiguates old declaration `%#D'"
13247 msgstr ""
13248
13249 #: cp/decl.c:1366
13250 msgid "declaration of C function `%#D' conflicts with"
13251 msgstr ""
13252
13253 #: cp/decl.c:1368
13254 msgid "previous declaration `%#D' here"
13255 msgstr ""
13256
13257 #: cp/decl.c:1384
13258 msgid "conflicting declaration '%#D'"
13259 msgstr ""
13260
13261 #: cp/decl.c:1385
13262 msgid "'%D' has a previous declaration as `%#D'"
13263 msgstr ""
13264
13265 #: cp/decl.c:1438
13266 msgid "`%#D' previously defined here"
13267 msgstr ""
13268
13269 #: cp/decl.c:1439
13270 msgid "`%#D' previously declared here"
13271 msgstr ""
13272
13273 #. Prototype decl follows defn w/o prototype.
13274 #: cp/decl.c:1448
13275 msgid "prototype for `%#D'"
13276 msgstr ""
13277
13278 #: cp/decl.c:1449
13279 msgid "%Jfollows non-prototype definition here"
13280 msgstr ""
13281
13282 #: cp/decl.c:1461
13283 msgid "previous declaration of `%#D' with %L linkage"
13284 msgstr ""
13285
13286 #: cp/decl.c:1463
13287 msgid "conflicts with new declaration with %L linkage"
13288 msgstr ""
13289
13290 #: cp/decl.c:1486 cp/decl.c:1493
13291 msgid "default argument given for parameter %d of `%#D'"
13292 msgstr ""
13293
13294 #: cp/decl.c:1488 cp/decl.c:1495
13295 msgid "after previous specification in `%#D'"
13296 msgstr ""
13297
13298 #: cp/decl.c:1504
13299 msgid "`%#D' was used before it was declared inline"
13300 msgstr ""
13301
13302 #: cp/decl.c:1505
13303 msgid "%Jprevious non-inline declaration here"
13304 msgstr ""
13305
13306 #: cp/decl.c:1558
13307 msgid "redundant redeclaration of `%D' in same scope"
13308 msgstr ""
13309
13310 #: cp/decl.c:1649
13311 #, c-format
13312 msgid "declaration of `%F' throws different exceptions"
13313 msgstr ""
13314
13315 #: cp/decl.c:1651
13316 #, c-format
13317 msgid "than previous declaration `%F'"
13318 msgstr ""
13319
13320 #. From [temp.expl.spec]:
13321 #.
13322 #. If a template, a member template or the member of a class
13323 #. template is explicitly specialized then that
13324 #. specialization shall be declared before the first use of
13325 #. that specialization that would cause an implicit
13326 #. instantiation to take place, in every translation unit in
13327 #. which such a use occurs.
13328 #: cp/decl.c:1798
13329 msgid "explicit specialization of %D after first use"
13330 msgstr ""
13331
13332 #: cp/decl.c:1880
13333 msgid "%J'%D': visibility attribute ignored because it"
13334 msgstr ""
13335
13336 #: cp/decl.c:1882
13337 msgid "%Jconflicts with previous declaration here"
13338 msgstr ""
13339
13340 #: cp/decl.c:1976
13341 msgid "implicit declaration of function `%#D'"
13342 msgstr ""
13343
13344 #: cp/decl.c:2124
13345 #, c-format
13346 msgid "label `%s' referenced outside of any function"
13347 msgstr ""
13348
13349 #: cp/decl.c:2221 cp/decl.c:2245 cp/decl.c:2333
13350 msgid "jump to label `%D'"
13351 msgstr ""
13352
13353 #: cp/decl.c:2223 cp/decl.c:2247
13354 msgid "jump to case label"
13355 msgstr ""
13356
13357 #: cp/decl.c:2226 cp/decl.c:2250
13358 msgid "%H  from here"
13359 msgstr ""
13360
13361 #: cp/decl.c:2231
13362 msgid "  crosses initialization of `%#D'"
13363 msgstr ""
13364
13365 #: cp/decl.c:2234 cp/decl.c:2349
13366 msgid "  enters scope of non-POD `%#D'"
13367 msgstr ""
13368
13369 #: cp/decl.c:2254 cp/decl.c:2353
13370 msgid "  enters try block"
13371 msgstr ""
13372
13373 #: cp/decl.c:2256 cp/decl.c:2355
13374 msgid "  enters catch block"
13375 msgstr ""
13376
13377 #: cp/decl.c:2334
13378 msgid "  from here"
13379 msgstr ""
13380
13381 #. Can't skip init of __exception_info.
13382 #: cp/decl.c:2345
13383 msgid "%J  enters catch block"
13384 msgstr ""
13385
13386 #: cp/decl.c:2347
13387 msgid "  skips initialization of `%#D'"
13388 msgstr ""
13389
13390 #: cp/decl.c:2381
13391 msgid "label named wchar_t"
13392 msgstr ""
13393
13394 #: cp/decl.c:2384
13395 msgid "duplicate label `%D'"
13396 msgstr ""
13397
13398 #: cp/decl.c:2612 cp/parser.c:3252
13399 msgid "`%D' used without template parameters"
13400 msgstr ""
13401
13402 #: cp/decl.c:2622 cp/decl.c:2638 cp/decl.c:2726
13403 msgid "no class template named `%#T' in `%#T'"
13404 msgstr ""
13405
13406 #: cp/decl.c:2659 cp/decl.c:2669 cp/decl.c:2689
13407 msgid "no type named `%#T' in `%#T'"
13408 msgstr ""
13409
13410 #: cp/decl.c:3416
13411 msgid "%Jan anonymous union cannot have function members"
13412 msgstr ""
13413
13414 #: cp/decl.c:3434
13415 msgid "member %#D' with constructor not allowed in anonymous aggregate"
13416 msgstr ""
13417
13418 #: cp/decl.c:3437
13419 msgid "member %#D' with destructor not allowed in anonymous aggregate"
13420 msgstr ""
13421
13422 #: cp/decl.c:3440
13423 msgid ""
13424 "member %#D' with copy assignment operator not allowed in anonymous aggregate"
13425 msgstr ""
13426
13427 #: cp/decl.c:3480
13428 msgid "redeclaration of C++ built-in type `%T'"
13429 msgstr ""
13430
13431 #: cp/decl.c:3518
13432 msgid "multiple types in one declaration"
13433 msgstr ""
13434
13435 #: cp/decl.c:3544
13436 msgid "missing type-name in typedef-declaration"
13437 msgstr ""
13438
13439 #: cp/decl.c:3552
13440 msgid "ISO C++ prohibits anonymous structs"
13441 msgstr ""
13442
13443 #: cp/decl.c:3559
13444 msgid "`%D' can only be specified for functions"
13445 msgstr ""
13446
13447 #: cp/decl.c:3561
13448 msgid "`%D' can only be specified inside a class"
13449 msgstr ""
13450
13451 #: cp/decl.c:3563
13452 msgid "`%D' can only be specified for constructors"
13453 msgstr ""
13454
13455 #: cp/decl.c:3566
13456 msgid "`%D' can only be specified for objects and functions"
13457 msgstr ""
13458
13459 #: cp/decl.c:3708 cp/decl2.c:861
13460 msgid "typedef `%D' is initialized (use __typeof__ instead)"
13461 msgstr ""
13462
13463 #: cp/decl.c:3713
13464 msgid "function `%#D' is initialized like a variable"
13465 msgstr ""
13466
13467 #: cp/decl.c:3725
13468 msgid "declaration of `%#D' has `extern' and is initialized"
13469 msgstr ""
13470
13471 #: cp/decl.c:3758
13472 msgid "`%#D' is not a static member of `%#T'"
13473 msgstr ""
13474
13475 #: cp/decl.c:3764
13476 msgid "ISO C++ does not permit `%T::%D' to be defined as `%T::%D'"
13477 msgstr ""
13478
13479 #: cp/decl.c:3775
13480 msgid "duplicate initialization of %D"
13481 msgstr ""
13482
13483 #: cp/decl.c:3806
13484 msgid "declaration of `%#D' outside of class is not definition"
13485 msgstr ""
13486
13487 #: cp/decl.c:3857
13488 msgid "variable `%#D' has initializer but incomplete type"
13489 msgstr ""
13490
13491 #: cp/decl.c:3865 cp/decl.c:4426
13492 msgid "elements of array `%#D' have incomplete type"
13493 msgstr ""
13494
13495 #: cp/decl.c:3881
13496 msgid "aggregate `%#D' has incomplete type and cannot be defined"
13497 msgstr ""
13498
13499 #: cp/decl.c:3923
13500 msgid "`%D' declared as reference but not initialized"
13501 msgstr ""
13502
13503 #: cp/decl.c:3929
13504 msgid "ISO C++ forbids use of initializer list to initialize reference `%D'"
13505 msgstr ""
13506
13507 #: cp/decl.c:3957
13508 msgid "cannot initialize `%T' from `%T'"
13509 msgstr ""
13510
13511 #: cp/decl.c:3989
13512 msgid "initializer fails to determine size of `%D'"
13513 msgstr ""
13514
13515 #: cp/decl.c:3994
13516 msgid "array size missing in `%D'"
13517 msgstr ""
13518
13519 #: cp/decl.c:4006
13520 msgid "zero-size array `%D'"
13521 msgstr ""
13522
13523 #. An automatic variable with an incomplete type: that is an error.
13524 #. Don't talk about array types here, since we took care of that
13525 #. message in grokdeclarator.
13526 #: cp/decl.c:4043
13527 msgid "storage size of `%D' isn't known"
13528 msgstr ""
13529
13530 #: cp/decl.c:4065
13531 msgid "storage size of `%D' isn't constant"
13532 msgstr ""
13533
13534 #: cp/decl.c:4120
13535 msgid ""
13536 "sorry: semantics of inline function static data `%#D' are wrong (you'll wind "
13537 "up with multiple copies)"
13538 msgstr ""
13539
13540 #: cp/decl.c:4121
13541 msgid "%J  you can work around this by removing the initializer"
13542 msgstr ""
13543
13544 #: cp/decl.c:4147
13545 msgid "uninitialized const `%D'"
13546 msgstr ""
13547
13548 #: cp/decl.c:4226
13549 msgid "brace-enclosed initializer used to initialize `%T'"
13550 msgstr ""
13551
13552 #: cp/decl.c:4290
13553 msgid "initializer for `%T' must be brace-enclosed"
13554 msgstr ""
13555
13556 #: cp/decl.c:4307
13557 msgid "ISO C++ does not allow designated initializers"
13558 msgstr ""
13559
13560 #: cp/decl.c:4311
13561 msgid "`%T' has no non-static data member named `%D'"
13562 msgstr ""
13563
13564 #: cp/decl.c:4359
13565 msgid "name `%D' used in a GNU-style designated initializer for an array"
13566 msgstr ""
13567
13568 #: cp/decl.c:4382
13569 msgid "too many initializers for `%T'"
13570 msgstr ""
13571
13572 #: cp/decl.c:4420
13573 msgid "variable-sized object `%D' may not be initialized"
13574 msgstr ""
13575
13576 #: cp/decl.c:4431
13577 msgid "`%D' has incomplete type"
13578 msgstr ""
13579
13580 #: cp/decl.c:4486
13581 msgid "`%D' must be initialized by constructor, not by `{...}'"
13582 msgstr ""
13583
13584 #: cp/decl.c:4530
13585 msgid "structure `%D' with uninitialized const members"
13586 msgstr ""
13587
13588 #: cp/decl.c:4532
13589 msgid "structure `%D' with uninitialized reference members"
13590 msgstr ""
13591
13592 #: cp/decl.c:4713
13593 msgid "assignment (not initialization) in declaration"
13594 msgstr ""
13595
13596 #: cp/decl.c:4730
13597 msgid "cannot initialize `%D' to namespace `%D'"
13598 msgstr ""
13599
13600 #: cp/decl.c:4780
13601 msgid "shadowing previous type declaration of `%#D'"
13602 msgstr ""
13603
13604 #: cp/decl.c:4816
13605 msgid "`%D' cannot be thread-local because it has non-POD type `%T'"
13606 msgstr ""
13607
13608 #: cp/decl.c:4831
13609 msgid "`%D' is thread-local and so cannot be dynamically initialized"
13610 msgstr ""
13611
13612 #: cp/decl.c:5313
13613 msgid "invalid catch parameter"
13614 msgstr ""
13615
13616 #: cp/decl.c:5427
13617 msgid "destructor for alien class `%T' cannot be a member"
13618 msgstr ""
13619
13620 #: cp/decl.c:5430
13621 msgid "constructor for alien class `%T' cannot be a member"
13622 msgstr ""
13623
13624 #: cp/decl.c:5452
13625 msgid "`%D' declared as a `virtual' %s"
13626 msgstr ""
13627
13628 #: cp/decl.c:5454
13629 msgid "`%D' declared as an `inline' %s"
13630 msgstr ""
13631
13632 #: cp/decl.c:5456
13633 msgid ""
13634 "`const' and `volatile' function specifiers on `%D' invalid in %s declaration"
13635 msgstr ""
13636
13637 #: cp/decl.c:5459
13638 msgid "`%D' declared as a friend"
13639 msgstr ""
13640
13641 #: cp/decl.c:5465
13642 msgid "`%D' declared with an exception specification"
13643 msgstr ""
13644
13645 #: cp/decl.c:5544
13646 msgid "cannot declare `::main' to be a template"
13647 msgstr ""
13648
13649 #: cp/decl.c:5546
13650 msgid "cannot declare `::main' to be inline"
13651 msgstr ""
13652
13653 #: cp/decl.c:5548
13654 msgid "cannot declare `::main' to be static"
13655 msgstr ""
13656
13657 #: cp/decl.c:5551
13658 msgid "`main' must return `int'"
13659 msgstr ""
13660
13661 #: cp/decl.c:5579
13662 msgid "non-local function `%#D' uses anonymous type"
13663 msgstr ""
13664
13665 #: cp/decl.c:5582
13666 msgid ""
13667 "`%#D' does not refer to the unqualified type, so it is not used for linkage"
13668 msgstr ""
13669
13670 #: cp/decl.c:5588
13671 msgid "non-local function `%#D' uses local type `%T'"
13672 msgstr ""
13673
13674 #: cp/decl.c:5612
13675 msgid "%smember function `%D' cannot have `%T' method qualifier"
13676 msgstr ""
13677
13678 #: cp/decl.c:5636
13679 msgid "defining explicit specialization `%D' in friend declaration"
13680 msgstr ""
13681
13682 #. Something like `template <class T> friend void f<T>()'.
13683 #: cp/decl.c:5646
13684 msgid "invalid use of template-id `%D' in declaration of primary template"
13685 msgstr ""
13686
13687 #: cp/decl.c:5673
13688 msgid ""
13689 "default arguments are not allowed in declaration of friend template "
13690 "specialization `%D'"
13691 msgstr ""
13692
13693 #: cp/decl.c:5680
13694 msgid ""
13695 "`inline' is not allowed in declaration of friend template specialization `%D'"
13696 msgstr ""
13697
13698 #: cp/decl.c:5741
13699 msgid "definition of implicitly-declared `%D'"
13700 msgstr ""
13701
13702 #: cp/decl.c:5759 cp/decl2.c:744
13703 msgid "no `%#D' member function declared in class `%T'"
13704 msgstr ""
13705
13706 #: cp/decl.c:5893
13707 msgid "non-local variable `%#D' uses local type `%T'"
13708 msgstr ""
13709
13710 #: cp/decl.c:6008
13711 msgid ""
13712 "invalid in-class initialization of static data member of non-integral type `%"
13713 "T'"
13714 msgstr ""
13715
13716 #: cp/decl.c:6017
13717 msgid "ISO C++ forbids in-class initialization of non-const static member `%D'"
13718 msgstr ""
13719
13720 #: cp/decl.c:6020
13721 msgid ""
13722 "ISO C++ forbids initialization of member constant `%D' of non-integral type `"
13723 "%T'"
13724 msgstr ""
13725
13726 #: cp/decl.c:6039
13727 msgid "size of array `%D' has non-integral type `%T'"
13728 msgstr ""
13729
13730 #: cp/decl.c:6041
13731 msgid "size of array has non-integral type `%T'"
13732 msgstr ""
13733
13734 #: cp/decl.c:6077
13735 msgid "size of array `%D' is negative"
13736 msgstr ""
13737
13738 #: cp/decl.c:6079
13739 msgid "size of array is negative"
13740 msgstr ""
13741
13742 #: cp/decl.c:6087
13743 msgid "ISO C++ forbids zero-size array `%D'"
13744 msgstr ""
13745
13746 #: cp/decl.c:6089
13747 msgid "ISO C++ forbids zero-size array"
13748 msgstr ""
13749
13750 #: cp/decl.c:6096
13751 msgid "size of array `%D' is not an integral constant-expression"
13752 msgstr ""
13753
13754 #: cp/decl.c:6099
13755 msgid "size of array is not an integral constant-expression"
13756 msgstr ""
13757
13758 #: cp/decl.c:6104
13759 msgid "ISO C++ forbids variable-size array `%D'"
13760 msgstr ""
13761
13762 #: cp/decl.c:6106
13763 msgid "ISO C++ forbids variable-size array"
13764 msgstr ""
13765
13766 #: cp/decl.c:6128
13767 msgid "overflow in array dimension"
13768 msgstr ""
13769
13770 #: cp/decl.c:6222
13771 msgid "declaration of `%D' as %s"
13772 msgstr ""
13773
13774 #: cp/decl.c:6224
13775 #, c-format
13776 msgid "creating %s"
13777 msgstr ""
13778
13779 #: cp/decl.c:6236
13780 msgid ""
13781 "declaration of `%D' as multidimensional array must have bounds for all "
13782 "dimensions except the first"
13783 msgstr ""
13784
13785 #: cp/decl.c:6239
13786 msgid ""
13787 "multidimensional array must have bounds for all dimensions except the first"
13788 msgstr ""
13789
13790 #: cp/decl.c:6267
13791 msgid "return type specification for constructor invalid"
13792 msgstr ""
13793
13794 #: cp/decl.c:6274
13795 msgid "return type specification for destructor invalid"
13796 msgstr ""
13797
13798 #: cp/decl.c:6280
13799 msgid "operator `%T' declared to return `%T'"
13800 msgstr ""
13801
13802 #: cp/decl.c:6282
13803 msgid "return type specified for `operator %T'"
13804 msgstr ""
13805
13806 #: cp/decl.c:6425
13807 msgid "destructors must be member functions"
13808 msgstr ""
13809
13810 #: cp/decl.c:6444
13811 msgid "destructor `%T' must match class name `%T'"
13812 msgstr ""
13813
13814 #: cp/decl.c:6507
13815 msgid "declarator-id missing; using reserved word `%D'"
13816 msgstr ""
13817
13818 #: cp/decl.c:6561
13819 msgid "type `%T' is not derived from type `%T'"
13820 msgstr ""
13821
13822 #. Parse error puts this typespec where
13823 #. a declarator should go.
13824 #: cp/decl.c:6624
13825 msgid "`%T' specified as declarator-id"
13826 msgstr ""
13827
13828 #: cp/decl.c:6626
13829 msgid "  perhaps you want `%T' for a constructor"
13830 msgstr ""
13831
13832 #. Sometimes, we see a template-name used as part of a
13833 #. decl-specifier like in
13834 #. std::allocator alloc;
13835 #. Handle that gracefully.
13836 #: cp/decl.c:6648
13837 #, c-format
13838 msgid "invalid use of template-name '%E' in a declarator"
13839 msgstr ""
13840
13841 #: cp/decl.c:6668
13842 msgid "declaration of `%D' as non-function"
13843 msgstr ""
13844
13845 #: cp/decl.c:6745
13846 msgid "`bool' is now a keyword"
13847 msgstr ""
13848
13849 #: cp/decl.c:6747
13850 msgid "extraneous `%T' ignored"
13851 msgstr ""
13852
13853 #: cp/decl.c:6763 cp/decl.c:6807
13854 msgid "multiple declarations `%T' and `%T'"
13855 msgstr ""
13856
13857 #: cp/decl.c:6776
13858 msgid "ISO C++ does not support `long long'"
13859 msgstr ""
13860
13861 #: cp/decl.c:6880 cp/decl.c:6883
13862 #, c-format
13863 msgid "ISO C++ forbids declaration of `%s' with no type"
13864 msgstr ""
13865
13866 #: cp/decl.c:6914
13867 #, c-format
13868 msgid "short, signed or unsigned invalid for `%s'"
13869 msgstr ""
13870
13871 #: cp/decl.c:6919
13872 #, c-format
13873 msgid "long and short specified together for `%s'"
13874 msgstr ""
13875
13876 #: cp/decl.c:6930
13877 #, c-format
13878 msgid "signed and unsigned given together for `%s'"
13879 msgstr ""
13880
13881 #: cp/decl.c:7039
13882 msgid "qualifiers are not allowed on declaration of `operator %T'"
13883 msgstr ""
13884
13885 #: cp/decl.c:7061
13886 msgid "member `%D' cannot be declared both virtual and static"
13887 msgstr ""
13888
13889 #: cp/decl.c:7070
13890 msgid "`%T::%D' is not a valid declarator"
13891 msgstr ""
13892
13893 #: cp/decl.c:7082
13894 msgid "storage class specifiers invalid in parameter declarations"
13895 msgstr ""
13896
13897 #: cp/decl.c:7086
13898 msgid "typedef declaration invalid in parameter declaration"
13899 msgstr ""
13900
13901 #: cp/decl.c:7099
13902 msgid "virtual outside class declaration"
13903 msgstr ""
13904
13905 #: cp/decl.c:7158
13906 #, c-format
13907 msgid "storage class specified for %s `%s'"
13908 msgstr ""
13909
13910 #: cp/decl.c:7193
13911 #, c-format
13912 msgid "top-level declaration of `%s' specifies `auto'"
13913 msgstr ""
13914
13915 #: cp/decl.c:7205
13916 msgid "storage class specifiers invalid in friend function declarations"
13917 msgstr ""
13918
13919 #: cp/decl.c:7370
13920 msgid "destructor cannot be static member function"
13921 msgstr ""
13922
13923 #: cp/decl.c:7373
13924 #, c-format
13925 msgid "destructors may not be `%s'"
13926 msgstr ""
13927
13928 #: cp/decl.c:7394
13929 msgid "constructor cannot be static member function"
13930 msgstr ""
13931
13932 #: cp/decl.c:7397
13933 msgid "constructors cannot be declared virtual"
13934 msgstr ""
13935
13936 #: cp/decl.c:7402
13937 #, c-format
13938 msgid "constructors may not be `%s'"
13939 msgstr ""
13940
13941 #: cp/decl.c:7412
13942 msgid "return value type specifier for constructor ignored"
13943 msgstr ""
13944
13945 #: cp/decl.c:7431
13946 #, c-format
13947 msgid "can't initialize friend function `%s'"
13948 msgstr ""
13949
13950 #. Cannot be both friend and virtual.
13951 #: cp/decl.c:7435
13952 msgid "virtual functions cannot be friends"
13953 msgstr ""
13954
13955 #: cp/decl.c:7440
13956 msgid "friend declaration not in class definition"
13957 msgstr ""
13958
13959 #: cp/decl.c:7442
13960 #, c-format
13961 msgid "can't define friend function `%s' in a local class definition"
13962 msgstr ""
13963
13964 #: cp/decl.c:7463
13965 msgid "destructors may not have parameters"
13966 msgstr ""
13967
13968 #: cp/decl.c:7483 cp/decl.c:7490
13969 msgid "cannot declare reference to `%#T'"
13970 msgstr ""
13971
13972 #: cp/decl.c:7484
13973 msgid "cannot declare pointer to `%#T'"
13974 msgstr ""
13975
13976 #: cp/decl.c:7489
13977 msgid "cannot declare pointer to `%#T' member"
13978 msgstr ""
13979
13980 #: cp/decl.c:7627
13981 msgid "extra qualification `%T::' on member `%s' ignored"
13982 msgstr ""
13983
13984 #: cp/decl.c:7639
13985 msgid "cannot declare member function `%T::%s' within `%T'"
13986 msgstr ""
13987
13988 #: cp/decl.c:7654
13989 msgid "cannot declare member `%T::%s' within `%T'"
13990 msgstr ""
13991
13992 #: cp/decl.c:7734
13993 msgid "data member may not have variably modified type `%T'"
13994 msgstr ""
13995
13996 #: cp/decl.c:7736
13997 msgid "parameter may not have variably modified type `%T'"
13998 msgstr ""
13999
14000 #. [dcl.fct.spec] The explicit specifier shall only be used in
14001 #. declarations of constructors within a class definition.
14002 #: cp/decl.c:7744
14003 msgid "only declarations of constructors can be `explicit'"
14004 msgstr ""
14005
14006 #: cp/decl.c:7752
14007 #, c-format
14008 msgid "non-member `%s' cannot be declared `mutable'"
14009 msgstr ""
14010
14011 #: cp/decl.c:7757
14012 #, c-format
14013 msgid "non-object member `%s' cannot be declared `mutable'"
14014 msgstr ""
14015
14016 #: cp/decl.c:7763
14017 #, c-format
14018 msgid "function `%s' cannot be declared `mutable'"
14019 msgstr ""
14020
14021 #: cp/decl.c:7768
14022 #, c-format
14023 msgid "static `%s' cannot be declared `mutable'"
14024 msgstr ""
14025
14026 #: cp/decl.c:7773
14027 #, c-format
14028 msgid "const `%s' cannot be declared `mutable'"
14029 msgstr ""
14030
14031 #: cp/decl.c:7786
14032 msgid "template-id `%D' used as a declarator"
14033 msgstr ""
14034
14035 #: cp/decl.c:7807
14036 msgid "ISO C++ forbids nested type `%D' with same name as enclosing class"
14037 msgstr ""
14038
14039 #: cp/decl.c:7815
14040 msgid "%Jtypedef name may not be a nested-name-specifier"
14041 msgstr ""
14042
14043 #: cp/decl.c:7861
14044 msgid "%Jinvalid type qualifier for non-member function type"
14045 msgstr ""
14046
14047 #: cp/decl.c:7925
14048 msgid "type qualifiers specified for friend class declaration"
14049 msgstr ""
14050
14051 #: cp/decl.c:7930
14052 msgid "`inline' specified for friend class declaration"
14053 msgstr ""
14054
14055 #: cp/decl.c:7938
14056 msgid "template parameters cannot be friends"
14057 msgstr ""
14058
14059 #: cp/decl.c:7940
14060 msgid "friend declaration requires class-key, i.e. `friend class %T::%D'"
14061 msgstr ""
14062
14063 #: cp/decl.c:7944
14064 msgid "friend declaration requires class-key, i.e. `friend %#T'"
14065 msgstr ""
14066
14067 #: cp/decl.c:7957
14068 msgid "trying to make class `%T' a friend of global scope"
14069 msgstr ""
14070
14071 #: cp/decl.c:7968
14072 msgid "invalid qualifiers on non-member function type"
14073 msgstr ""
14074
14075 #: cp/decl.c:7987
14076 msgid "abstract declarator `%T' used as declaration"
14077 msgstr ""
14078
14079 #: cp/decl.c:7999
14080 msgid "unnamed variable or field declared void"
14081 msgstr ""
14082
14083 #: cp/decl.c:8008
14084 msgid "variable or field declared void"
14085 msgstr ""
14086
14087 #: cp/decl.c:8018
14088 msgid "cannot use `::' in parameter declaration"
14089 msgstr ""
14090
14091 #. Something like struct S { int N::j; };
14092 #: cp/decl.c:8063
14093 msgid "invalid use of `::'"
14094 msgstr ""
14095
14096 #: cp/decl.c:8075
14097 msgid "function `%D' cannot be declared friend"
14098 msgstr ""
14099
14100 #: cp/decl.c:8087
14101 msgid "can't make `%D' into a method -- not in a class"
14102 msgstr ""
14103
14104 #: cp/decl.c:8096
14105 msgid "function `%D' declared virtual inside a union"
14106 msgstr ""
14107
14108 #: cp/decl.c:8108
14109 msgid "`%D' cannot be declared virtual, since it is always static"
14110 msgstr ""
14111
14112 #: cp/decl.c:8185
14113 msgid "field `%D' has incomplete type"
14114 msgstr ""
14115
14116 #: cp/decl.c:8187
14117 msgid "name `%T' has incomplete type"
14118 msgstr ""
14119
14120 #: cp/decl.c:8196
14121 msgid "  in instantiation of template `%T'"
14122 msgstr ""
14123
14124 #: cp/decl.c:8206
14125 #, c-format
14126 msgid "`%s' is neither function nor member function; cannot be declared friend"
14127 msgstr ""
14128
14129 #: cp/decl.c:8217
14130 msgid "member functions are implicitly friends of their class"
14131 msgstr ""
14132
14133 #. An attempt is being made to initialize a non-static
14134 #. member.  But, from [class.mem]:
14135 #.
14136 #. 4 A member-declarator can contain a
14137 #. constant-initializer only if it declares a static
14138 #. member (_class.static_) of integral or enumeration
14139 #. type, see _class.static.data_.
14140 #.
14141 #. This used to be relatively common practice, but
14142 #. the rest of the compiler does not correctly
14143 #. handle the initialization unless the member is
14144 #. static so we make it static below.
14145 #: cp/decl.c:8258
14146 msgid "ISO C++ forbids initialization of member `%D'"
14147 msgstr ""
14148
14149 #: cp/decl.c:8260
14150 msgid "making `%D' static"
14151 msgstr ""
14152
14153 #: cp/decl.c:8283
14154 msgid ""
14155 "ISO C++ forbids static data member `%D' with same name as enclosing class"
14156 msgstr ""
14157
14158 #: cp/decl.c:8323
14159 #, c-format
14160 msgid "storage class `auto' invalid for function `%s'"
14161 msgstr ""
14162
14163 #: cp/decl.c:8325
14164 #, c-format
14165 msgid "storage class `register' invalid for function `%s'"
14166 msgstr ""
14167
14168 #: cp/decl.c:8327
14169 #, c-format
14170 msgid "storage class `__thread' invalid for function `%s'"
14171 msgstr ""
14172
14173 #: cp/decl.c:8338
14174 #, c-format
14175 msgid ""
14176 "storage class `static' invalid for function `%s' declared out of global scope"
14177 msgstr ""
14178
14179 #: cp/decl.c:8340
14180 #, c-format
14181 msgid ""
14182 "storage class `inline' invalid for function `%s' declared out of global scope"
14183 msgstr ""
14184
14185 #: cp/decl.c:8347
14186 #, c-format
14187 msgid "virtual non-class function `%s'"
14188 msgstr ""
14189
14190 #: cp/decl.c:8377
14191 msgid "cannot declare member function `%D' to have static linkage"
14192 msgstr ""
14193
14194 #. FIXME need arm citation
14195 #: cp/decl.c:8383
14196 msgid "cannot declare static function inside another function"
14197 msgstr ""
14198
14199 #: cp/decl.c:8411
14200 msgid ""
14201 "`static' may not be used when defining (as opposed to declaring) a static "
14202 "data member"
14203 msgstr ""
14204
14205 #: cp/decl.c:8417
14206 msgid "static member `%D' declared `register'"
14207 msgstr ""
14208
14209 #: cp/decl.c:8422
14210 msgid "cannot explicitly declare member `%#D' to have extern linkage"
14211 msgstr ""
14212
14213 #: cp/decl.c:8564
14214 msgid "default argument for `%#D' has type `%T'"
14215 msgstr ""
14216
14217 #: cp/decl.c:8567
14218 msgid "default argument for parameter of type `%T' has type `%T'"
14219 msgstr ""
14220
14221 #: cp/decl.c:8584
14222 msgid "default argument `%E' uses local variable `%D'"
14223 msgstr ""
14224
14225 #: cp/decl.c:8628
14226 #, c-format
14227 msgid "invalid string constant `%E'"
14228 msgstr ""
14229
14230 #: cp/decl.c:8630
14231 msgid ""
14232 "invalid integer constant in parameter list, did you forget to give parameter "
14233 "name?"
14234 msgstr ""
14235
14236 #: cp/decl.c:8668
14237 msgid "parameter `%D' invalidly declared method type"
14238 msgstr ""
14239
14240 #: cp/decl.c:8692
14241 msgid "parameter `%D' includes %s to array of unknown bound `%T'"
14242 msgstr ""
14243
14244 #. [class.copy]
14245 #.
14246 #. A declaration of a constructor for a class X is ill-formed if
14247 #. its first parameter is of type (optionally cv-qualified) X
14248 #. and either there are no other parameters or else all other
14249 #. parameters have default arguments.
14250 #.
14251 #. We *don't* complain about member template instantiations that
14252 #. have this form, though; they can occur as we try to decide
14253 #. what constructor to use during overload resolution.  Since
14254 #. overload resolution will never prefer such a constructor to
14255 #. the non-template copy constructor (which is either explicitly
14256 #. or implicitly defined), there's no need to worry about their
14257 #. existence.  Theoretically, they should never even be
14258 #. instantiated, but that's hard to forestall.
14259 #: cp/decl.c:8851
14260 msgid "invalid constructor; you probably meant `%T (const %T&)'"
14261 msgstr ""
14262
14263 #: cp/decl.c:8991
14264 msgid "`%D' must be a nonstatic member function"
14265 msgstr ""
14266
14267 #: cp/decl.c:8997
14268 msgid ""
14269 "`%D' must be either a non-static member function or a non-member function"
14270 msgstr ""
14271
14272 #: cp/decl.c:9014
14273 msgid "`%D' must have an argument of class or enumerated type"
14274 msgstr ""
14275
14276 #: cp/decl.c:9049
14277 #, c-format
14278 msgid "conversion to %s%s will never use a type conversion operator"
14279 msgstr ""
14280
14281 #. 13.4.0.3
14282 #: cp/decl.c:9056
14283 msgid "ISO C++ prohibits overloading operator ?:"
14284 msgstr ""
14285
14286 #: cp/decl.c:9106
14287 msgid "postfix `%D' must take `int' as its argument"
14288 msgstr ""
14289
14290 #: cp/decl.c:9110
14291 msgid "postfix `%D' must take `int' as its second argument"
14292 msgstr ""
14293
14294 #: cp/decl.c:9117
14295 msgid "`%D' must take either zero or one argument"
14296 msgstr ""
14297
14298 #: cp/decl.c:9119
14299 msgid "`%D' must take either one or two arguments"
14300 msgstr ""
14301
14302 #: cp/decl.c:9140
14303 msgid "prefix `%D' should return `%T'"
14304 msgstr ""
14305
14306 #: cp/decl.c:9146
14307 msgid "postfix `%D' should return `%T'"
14308 msgstr ""
14309
14310 #: cp/decl.c:9155
14311 msgid "`%D' must take `void'"
14312 msgstr ""
14313
14314 #: cp/decl.c:9157 cp/decl.c:9165
14315 msgid "`%D' must take exactly one argument"
14316 msgstr ""
14317
14318 #: cp/decl.c:9167
14319 msgid "`%D' must take exactly two arguments"
14320 msgstr ""
14321
14322 #: cp/decl.c:9175
14323 msgid "user-defined `%D' always evaluates both arguments"
14324 msgstr ""
14325
14326 #: cp/decl.c:9189
14327 msgid "`%D' should return by value"
14328 msgstr ""
14329
14330 #: cp/decl.c:9201 cp/decl.c:9204
14331 msgid "`%D' cannot have default arguments"
14332 msgstr ""
14333
14334 #: cp/decl.c:9264
14335 msgid "using typedef-name `%D' after `%s'"
14336 msgstr ""
14337
14338 #: cp/decl.c:9270
14339 msgid "using template type parameter `%T' after `%s'"
14340 msgstr ""
14341
14342 #: cp/decl.c:9278
14343 msgid "`%T' referred to as `%s'"
14344 msgstr ""
14345
14346 #: cp/decl.c:9284
14347 msgid "`%T' referred to as enum"
14348 msgstr ""
14349
14350 #. If a class template appears as elaborated type specifier
14351 #. without a template header such as:
14352 #.
14353 #. template <class T> class C {};
14354 #. void f(class C);             // No template header here
14355 #.
14356 #. then the required template argument is missing.
14357 #: cp/decl.c:9299
14358 msgid "template argument required for `%s %T'"
14359 msgstr ""
14360
14361 #: cp/decl.c:9445
14362 msgid "use of enum `%#D' without previous declaration"
14363 msgstr ""
14364
14365 #: cp/decl.c:9530
14366 msgid "derived union `%T' invalid"
14367 msgstr ""
14368
14369 #: cp/decl.c:9583
14370 msgid "base type `%T' fails to be a struct or class type"
14371 msgstr ""
14372
14373 #: cp/decl.c:9591
14374 msgid "recursive type `%T' undefined"
14375 msgstr ""
14376
14377 #: cp/decl.c:9593
14378 msgid "duplicate base type `%T' invalid"
14379 msgstr ""
14380
14381 #: cp/decl.c:9671
14382 msgid "Java class '%T' cannot have multiple bases"
14383 msgstr ""
14384
14385 #: cp/decl.c:9673
14386 msgid "Java class '%T' cannot have virtual bases"
14387 msgstr ""
14388
14389 #: cp/decl.c:9713
14390 msgid "multiple definition of `%#T'"
14391 msgstr ""
14392
14393 #: cp/decl.c:9714
14394 msgid "%Jprevious definition here"
14395 msgstr ""
14396
14397 #. DR 377
14398 #.
14399 #. IF no integral type can represent all the enumerator values, the
14400 #. enumeration is ill-formed.
14401 #: cp/decl.c:9849
14402 msgid "no integral type can represent all of the enumerator values for `%T'"
14403 msgstr ""
14404
14405 #: cp/decl.c:9939
14406 msgid "enumerator value for `%D' not integer constant"
14407 msgstr ""
14408
14409 #: cp/decl.c:9959
14410 msgid "overflow in enumeration values at `%D'"
14411 msgstr ""
14412
14413 #: cp/decl.c:10028
14414 msgid "return type `%#T' is incomplete"
14415 msgstr ""
14416
14417 #: cp/decl.c:10148
14418 msgid "return type for `main' changed to `int'"
14419 msgstr ""
14420
14421 #: cp/decl.c:10178
14422 msgid "`%D' implicitly declared before its definition"
14423 msgstr ""
14424
14425 #: cp/decl.c:10200 cp/typeck.c:6011
14426 msgid "`operator=' should return a reference to `*this'"
14427 msgstr ""
14428
14429 #: cp/decl.c:10472
14430 msgid "parameter `%D' declared void"
14431 msgstr ""
14432
14433 #: cp/decl.c:10938
14434 msgid "invalid member function declaration"
14435 msgstr ""
14436
14437 #: cp/decl.c:10955
14438 msgid "`%D' is already defined in class `%T'"
14439 msgstr ""
14440
14441 #: cp/decl.c:11168
14442 msgid "static member function `%#D' declared with type qualifiers"
14443 msgstr ""
14444
14445 #: cp/decl2.c:143
14446 #, c-format
14447 msgid "duplicate type qualifiers in %s declaration"
14448 msgstr ""
14449
14450 #: cp/decl2.c:316
14451 msgid "name missing for member function"
14452 msgstr ""
14453
14454 #: cp/decl2.c:408 cp/decl2.c:422
14455 msgid "ambiguous conversion for array subscript"
14456 msgstr ""
14457
14458 #: cp/decl2.c:416
14459 msgid "invalid types `%T[%T]' for array subscript"
14460 msgstr ""
14461
14462 #: cp/decl2.c:464
14463 msgid "type `%#T' argument given to `delete', expected pointer"
14464 msgstr ""
14465
14466 #: cp/decl2.c:472
14467 msgid "anachronistic use of array size in vector delete"
14468 msgstr ""
14469
14470 #: cp/decl2.c:482
14471 msgid ""
14472 "cannot delete a function.  Only pointer-to-objects are valid arguments to "
14473 "`delete'"
14474 msgstr ""
14475
14476 #: cp/decl2.c:489
14477 msgid "deleting `%T' is undefined"
14478 msgstr ""
14479
14480 #: cp/decl2.c:497
14481 msgid "deleting array `%#D'"
14482 msgstr ""
14483
14484 #. 14.5.2.2 [temp.mem]
14485 #.
14486 #. A local class shall not have member templates.
14487 #: cp/decl2.c:530
14488 msgid "invalid declaration of member template `%#D' in local class"
14489 msgstr ""
14490
14491 #: cp/decl2.c:539
14492 msgid "invalid use of `virtual' in template declaration of `%#D'"
14493 msgstr ""
14494
14495 #: cp/decl2.c:549 cp/pt.c:2830
14496 msgid "template declaration of `%#D'"
14497 msgstr ""
14498
14499 #: cp/decl2.c:598
14500 msgid "Java method '%D' has non-Java return type `%T'"
14501 msgstr ""
14502
14503 #: cp/decl2.c:614
14504 msgid "Java method '%D' has non-Java parameter type `%T'"
14505 msgstr ""
14506
14507 #: cp/decl2.c:705
14508 msgid "prototype for `%#D' does not match any in class `%T'"
14509 msgstr ""
14510
14511 #: cp/decl2.c:784
14512 msgid "local class `%#T' shall not have static data member `%#D'"
14513 msgstr ""
14514
14515 #: cp/decl2.c:792
14516 msgid "initializer invalid for static member with constructor"
14517 msgstr ""
14518
14519 #: cp/decl2.c:795
14520 msgid "(an out of class initialization is required)"
14521 msgstr ""
14522
14523 #: cp/decl2.c:878
14524 msgid "member `%D' conflicts with virtual function table field name"
14525 msgstr ""
14526
14527 #: cp/decl2.c:895
14528 msgid "`%D' is already defined in `%T'"
14529 msgstr ""
14530
14531 #: cp/decl2.c:942
14532 msgid "field initializer is not constant"
14533 msgstr ""
14534
14535 #: cp/decl2.c:970
14536 msgid "`asm' specifiers are not permitted on non-static data members"
14537 msgstr ""
14538
14539 #: cp/decl2.c:1020
14540 msgid "cannot declare `%D' to be a bit-field type"
14541 msgstr ""
14542
14543 #: cp/decl2.c:1030
14544 msgid "cannot declare bit-field `%D' with function type"
14545 msgstr ""
14546
14547 #: cp/decl2.c:1037
14548 msgid "`%D' is already defined in the class %T"
14549 msgstr ""
14550
14551 #: cp/decl2.c:1044
14552 msgid "static member `%D' cannot be a bit-field"
14553 msgstr ""
14554
14555 #: cp/decl2.c:1103
14556 msgid "initializer specified for non-member function `%D'"
14557 msgstr ""
14558
14559 #: cp/decl2.c:1107
14560 msgid "invalid initializer for virtual method `%D'"
14561 msgstr ""
14562
14563 #: cp/decl2.c:1154
14564 msgid "anonymous struct not inside named type"
14565 msgstr ""
14566
14567 #: cp/decl2.c:1224
14568 msgid "namespace-scope anonymous aggregates must be static"
14569 msgstr ""
14570
14571 #: cp/decl2.c:1231
14572 msgid "anonymous union with no members"
14573 msgstr ""
14574
14575 #: cp/decl2.c:1265
14576 msgid "`operator new' must return type `%T'"
14577 msgstr ""
14578
14579 #: cp/decl2.c:1273
14580 msgid "`operator new' takes type `size_t' (`%T') as first parameter"
14581 msgstr ""
14582
14583 #: cp/decl2.c:1299
14584 msgid "`operator delete' must return type `%T'"
14585 msgstr ""
14586
14587 #: cp/decl2.c:1307
14588 msgid "`operator delete' takes type `%T' as first parameter"
14589 msgstr ""
14590
14591 #: cp/decl2.c:2814
14592 msgid "inline function `%D' used but never defined"
14593 msgstr ""
14594
14595 #: cp/decl2.c:2960
14596 msgid "default argument missing for parameter %P of `%+#D'"
14597 msgstr ""
14598
14599 #. damn ICE suppression
14600 #: cp/error.c:2374
14601 #, c-format
14602 msgid "unexpected letter `%c' in locate_error\n"
14603 msgstr ""
14604
14605 #. Can't throw a reference.
14606 #: cp/except.c:240
14607 msgid "type `%T' is disallowed in Java `throw' or `catch'"
14608 msgstr ""
14609
14610 #: cp/except.c:251
14611 msgid "call to Java `catch' or `throw' with `jthrowable' undefined"
14612 msgstr ""
14613
14614 #. Thrown object must be a Throwable.
14615 #: cp/except.c:258
14616 msgid "type `%T' is not derived from `java::lang::Throwable'"
14617 msgstr ""
14618
14619 #: cp/except.c:321
14620 msgid "mixing C++ and Java catches in a single translation unit"
14621 msgstr ""
14622
14623 #: cp/except.c:630
14624 msgid "throwing NULL, which has integral, not pointer type"
14625 msgstr ""
14626
14627 #: cp/except.c:653 cp/init.c:2029
14628 msgid "`%D' should never be overloaded"
14629 msgstr ""
14630
14631 #: cp/except.c:722
14632 msgid "  in thrown expression"
14633 msgstr ""
14634
14635 #: cp/except.c:843
14636 msgid ""
14637 "expression '%E' of abstract class type '%T' cannot be used in throw-"
14638 "expression"
14639 msgstr ""
14640
14641 #: cp/except.c:925
14642 msgid "exception of type `%T' will be caught"
14643 msgstr ""
14644
14645 #: cp/except.c:928
14646 msgid "   by earlier handler for `%T'"
14647 msgstr ""
14648
14649 #: cp/except.c:949
14650 msgid "`...' handler must be the last handler for its try block"
14651 msgstr ""
14652
14653 #: cp/friend.c:151
14654 msgid "`%D' is already a friend of class `%T'"
14655 msgstr ""
14656
14657 #: cp/friend.c:202
14658 msgid "invalid type `%T' declared `friend'"
14659 msgstr ""
14660
14661 #. [temp.friend]
14662 #. Friend declarations shall not declare partial
14663 #. specializations.
14664 #: cp/friend.c:218
14665 msgid "partial specialization `%T' declared `friend'"
14666 msgstr ""
14667
14668 #: cp/friend.c:228
14669 msgid "class `%T' is implicitly friends with itself"
14670 msgstr ""
14671
14672 #. template <class T> friend typename S<T>::X;
14673 #: cp/friend.c:246
14674 msgid "typename type `%#T' declared `friend'"
14675 msgstr ""
14676
14677 #. template <class T> friend class T;
14678 #: cp/friend.c:252
14679 msgid "template parameter type `%T' declared `friend'"
14680 msgstr ""
14681
14682 #. template <class T> friend class A; where A is not a template
14683 #: cp/friend.c:258
14684 msgid "`%#T' is not a template"
14685 msgstr ""
14686
14687 #: cp/friend.c:277
14688 msgid "`%D' is already a friend of `%T'"
14689 msgstr ""
14690
14691 #: cp/friend.c:287
14692 msgid "`%T' is already a friend of `%T'"
14693 msgstr ""
14694
14695 #: cp/friend.c:413
14696 msgid "member `%D' declared as friend before type `%T' defined"
14697 msgstr ""
14698
14699 #: cp/friend.c:470
14700 msgid "friend declaration `%#D' declares a non-template function"
14701 msgstr ""
14702
14703 #: cp/friend.c:473
14704 msgid ""
14705 "(if this is not what you intended, make sure the function template has "
14706 "already been declared and add <> after the function name here) -Wno-non-"
14707 "template-friend disables this warning"
14708 msgstr ""
14709
14710 #: cp/g++spec.c:229 java/jvspec.c:415
14711 #, c-format
14712 msgid "argument to `%s' missing\n"
14713 msgstr ""
14714
14715 #: cp/init.c:318
14716 msgid "`%D' should be initialized in the member initialization list"
14717 msgstr ""
14718
14719 #: cp/init.c:368
14720 msgid "default-initialization of `%#D', which has reference type"
14721 msgstr ""
14722
14723 #: cp/init.c:373
14724 msgid "uninitialized reference member `%D'"
14725 msgstr ""
14726
14727 #: cp/init.c:511
14728 msgid "`%D' will be initialized after"
14729 msgstr ""
14730
14731 #: cp/init.c:514
14732 msgid "base `%T' will be initialized after"
14733 msgstr ""
14734
14735 #: cp/init.c:517
14736 msgid "  `%#D'"
14737 msgstr ""
14738
14739 #: cp/init.c:519
14740 msgid "  base `%T'"
14741 msgstr ""
14742
14743 #: cp/init.c:520
14744 msgid "  when initialized here"
14745 msgstr ""
14746
14747 #: cp/init.c:536
14748 msgid "multiple initializations given for `%D'"
14749 msgstr ""
14750
14751 #: cp/init.c:538
14752 msgid "multiple initializations given for base `%T'"
14753 msgstr ""
14754
14755 #: cp/init.c:605
14756 msgid "initializations for multiple members of `%T'"
14757 msgstr ""
14758
14759 #: cp/init.c:662
14760 msgid ""
14761 "base class `%#T' should be explicitly initialized in the copy constructor"
14762 msgstr ""
14763
14764 #: cp/init.c:892 cp/init.c:911
14765 msgid "class `%T' does not have any field named `%D'"
14766 msgstr ""
14767
14768 #: cp/init.c:898
14769 msgid ""
14770 "`%#D' is a static data member; it can only be initialized at its definition"
14771 msgstr ""
14772
14773 #: cp/init.c:905
14774 msgid "`%#D' is not a non-static data member of `%T'"
14775 msgstr ""
14776
14777 #: cp/init.c:944
14778 msgid "unnamed initializer for `%T', which has no base classes"
14779 msgstr ""
14780
14781 #: cp/init.c:951
14782 msgid "unnamed initializer for `%T', which uses multiple inheritance"
14783 msgstr ""
14784
14785 #: cp/init.c:1006
14786 msgid "'%D' is both a direct base and an indirect virtual base"
14787 msgstr ""
14788
14789 #: cp/init.c:1014
14790 msgid "type `%D' is not a direct or virtual base of `%T'"
14791 msgstr ""
14792
14793 #: cp/init.c:1017
14794 msgid "type `%D' is not a direct base of `%T'"
14795 msgstr ""
14796
14797 #. Handle bad initializers like:
14798 #. class COMPLEX {
14799 #. public:
14800 #. double re, im;
14801 #. COMPLEX(double r = 0.0, double i = 0.0) {re = r; im = i;};
14802 #. ~COMPLEX() {};
14803 #. };
14804 #.
14805 #. int main(int argc, char **argv) {
14806 #. COMPLEX zees(1.0, 0.0)[10];
14807 #. }
14808 #.
14809 #: cp/init.c:1109
14810 msgid "bad array initializer"
14811 msgstr ""
14812
14813 #: cp/init.c:1303
14814 msgid "`%T' is not an aggregate type"
14815 msgstr ""
14816
14817 #: cp/init.c:1324
14818 msgid "`%T' fails to be an aggregate typedef"
14819 msgstr ""
14820
14821 #: cp/init.c:1333
14822 msgid "type `%T' is of non-aggregate type"
14823 msgstr ""
14824
14825 #: cp/init.c:1425 cp/typeck.c:1798
14826 msgid "qualified type `%T' does not match destructor name `~%T'"
14827 msgstr ""
14828
14829 #: cp/init.c:1433
14830 msgid "incomplete type `%T' does not have member `%D'"
14831 msgstr ""
14832
14833 #: cp/init.c:1452
14834 msgid "`%D' is not a member of type `%T'"
14835 msgstr ""
14836
14837 #: cp/init.c:1471
14838 msgid "invalid pointer to bit-field `%D'"
14839 msgstr ""
14840
14841 #: cp/init.c:1573
14842 msgid "invalid use of non-static member function `%D'"
14843 msgstr ""
14844
14845 #: cp/init.c:1579 cp/semantics.c:1236
14846 msgid "invalid use of non-static data member `%D'"
14847 msgstr ""
14848
14849 #: cp/init.c:1718
14850 msgid "new of array type fails to specify size"
14851 msgstr ""
14852
14853 #: cp/init.c:1729
14854 msgid "size in array new must have integral type"
14855 msgstr ""
14856
14857 #: cp/init.c:1735
14858 msgid "zero size array reserves no space"
14859 msgstr ""
14860
14861 #: cp/init.c:1801
14862 msgid "new cannot be applied to a reference type"
14863 msgstr ""
14864
14865 #: cp/init.c:1807
14866 msgid "new cannot be applied to a function type"
14867 msgstr ""
14868
14869 #: cp/init.c:1853
14870 msgid "call to Java constructor, while `jclass' undefined"
14871 msgstr ""
14872
14873 #: cp/init.c:1869
14874 msgid "can't find class$"
14875 msgstr ""
14876
14877 #: cp/init.c:1995
14878 msgid "invalid type `void' for new"
14879 msgstr ""
14880
14881 #: cp/init.c:2005
14882 msgid "uninitialized const in `new' of `%#T'"
14883 msgstr ""
14884
14885 #: cp/init.c:2024
14886 #, c-format
14887 msgid "call to Java constructor with `%s' undefined"
14888 msgstr ""
14889
14890 #: cp/init.c:2065
14891 msgid "request for member `%D' is ambiguous"
14892 msgstr ""
14893
14894 #: cp/init.c:2189
14895 msgid "ISO C++ forbids initialization in array new"
14896 msgstr ""
14897
14898 #: cp/init.c:2213
14899 msgid "ISO C++ forbids aggregate initializer to new"
14900 msgstr ""
14901
14902 #: cp/init.c:2658
14903 msgid "initializer ends prematurely"
14904 msgstr ""
14905
14906 #: cp/init.c:2715
14907 msgid "cannot initialize multi-dimensional array with initializer"
14908 msgstr ""
14909
14910 #: cp/init.c:2876
14911 msgid "possible problem detected in invocation of delete operator:"
14912 msgstr ""
14913
14914 #: cp/init.c:2879
14915 msgid ""
14916 "neither the destructor nor the class-specific operator delete will be "
14917 "called, even if they are declared when the class is defined."
14918 msgstr ""
14919
14920 #: cp/init.c:2900
14921 msgid "unknown array size in delete"
14922 msgstr ""
14923
14924 #: cp/init.c:3165
14925 msgid "type to vector delete is neither pointer or array type"
14926 msgstr ""
14927
14928 #: cp/lex.c:99
14929 msgid "type name expected before `*'"
14930 msgstr ""
14931
14932 #: cp/lex.c:501
14933 #, c-format
14934 msgid "junk at end of #pragma %s"
14935 msgstr ""
14936
14937 #: cp/lex.c:508
14938 #, c-format
14939 msgid "invalid #pragma %s"
14940 msgstr ""
14941
14942 #: cp/lex.c:516
14943 msgid "#pragma vtable no longer supported"
14944 msgstr ""
14945
14946 #: cp/lex.c:590
14947 #, c-format
14948 msgid "#pragma implementation for %s appears after file is included"
14949 msgstr ""
14950
14951 #: cp/lex.c:614
14952 msgid "junk at end of #pragma GCC java_exceptions"
14953 msgstr ""
14954
14955 #: cp/lex.c:628
14956 msgid "`%D' not defined"
14957 msgstr ""
14958
14959 #: cp/lex.c:631
14960 msgid "`%D' was not declared in this scope"
14961 msgstr ""
14962
14963 #: cp/lex.c:639
14964 msgid "`%D' undeclared (first use this function)"
14965 msgstr ""
14966
14967 #: cp/lex.c:643
14968 msgid ""
14969 "(Each undeclared identifier is reported only once for each function it "
14970 "appears in.)"
14971 msgstr ""
14972
14973 #. In a template, it is invalid to write "f()" or "f(3)" if no
14974 #. declaration of "f" is available.  Historically, G++ and most
14975 #. other compilers accepted that usage since they deferred all name
14976 #. lookup until instantiation time rather than doing unqualified
14977 #. name lookup at template definition time; explain to the user what
14978 #. is going wrong.
14979 #.
14980 #. Note that we have the exact wording of the following message in
14981 #. the manual (trouble.texi, node "Name lookup"), so they need to
14982 #. be kept in synch.
14983 #: cp/lex.c:674
14984 msgid ""
14985 "there are no arguments to `%D' that depend on a template parameter, so a "
14986 "declaration of `%D' must be available"
14987 msgstr ""
14988
14989 #: cp/lex.c:683
14990 msgid ""
14991 "(if you use `-fpermissive', G++ will accept your code, but allowing the use "
14992 "of an undeclared name is deprecated)"
14993 msgstr ""
14994
14995 #: cp/mangle.c:2040
14996 msgid "call_expr cannot be mangled due to a defect in the C++ ABI"
14997 msgstr ""
14998
14999 #: cp/mangle.c:2093
15000 msgid "omitted middle operand to `?:' operand cannot be mangled"
15001 msgstr ""
15002
15003 #: cp/mangle.c:2392
15004 msgid "the mangled name of `%D' will change in a future version of GCC"
15005 msgstr ""
15006
15007 #: cp/method.c:456
15008 msgid "generic thunk code fails for method `%#D' which uses `...'"
15009 msgstr ""
15010
15011 #: cp/method.c:683
15012 msgid "non-static const member `%#D', can't use default assignment operator"
15013 msgstr ""
15014
15015 #: cp/method.c:688
15016 msgid ""
15017 "non-static reference member `%#D', can't use default assignment operator"
15018 msgstr ""
15019
15020 #: cp/name-lookup.c:650
15021 msgid "`%#D' used prior to declaration"
15022 msgstr ""
15023
15024 #: cp/name-lookup.c:681
15025 msgid "redeclaration of `wchar_t' as `%T'"
15026 msgstr ""
15027
15028 #. A redeclaration of main, but not a duplicate of the
15029 #. previous one.
15030 #.
15031 #. [basic.start.main]
15032 #.
15033 #. This function shall not be overloaded.
15034 #: cp/name-lookup.c:713
15035 msgid "invalid redeclaration of `%D'"
15036 msgstr ""
15037
15038 #: cp/name-lookup.c:714
15039 msgid "as `%D'"
15040 msgstr ""
15041
15042 #: cp/name-lookup.c:802
15043 msgid "type mismatch with previous external decl of `%#D'"
15044 msgstr ""
15045
15046 #: cp/name-lookup.c:803
15047 msgid "previous external decl of `%#D'"
15048 msgstr ""
15049
15050 #: cp/name-lookup.c:845
15051 msgid "`%D' was previously implicitly declared to return `int'"
15052 msgstr ""
15053
15054 #: cp/name-lookup.c:903
15055 msgid "extern declaration of `%#D' doesn't match"
15056 msgstr ""
15057
15058 #: cp/name-lookup.c:904
15059 msgid "global declaration `%#D'"
15060 msgstr ""
15061
15062 #: cp/name-lookup.c:940
15063 msgid "declaration of `%#D' shadows a parameter"
15064 msgstr ""
15065
15066 #: cp/name-lookup.c:961
15067 #, c-format
15068 msgid "declaration of `%s' shadows a member of `this'"
15069 msgstr ""
15070
15071 #: cp/name-lookup.c:1137
15072 msgid "name lookup of `%D' changed"
15073 msgstr ""
15074
15075 #: cp/name-lookup.c:1139
15076 msgid "  matches this `%D' under ISO standard rules"
15077 msgstr ""
15078
15079 #: cp/name-lookup.c:1141
15080 msgid "  matches this `%D' under old rules"
15081 msgstr ""
15082
15083 #: cp/name-lookup.c:1155 cp/name-lookup.c:1162
15084 msgid "name lookup of `%D' changed for new ISO `for' scoping"
15085 msgstr ""
15086
15087 #: cp/name-lookup.c:1157
15088 msgid "  cannot use obsolete binding at `%D' because it has a destructor"
15089 msgstr ""
15090
15091 #: cp/name-lookup.c:1164
15092 msgid "  using obsolete binding at `%D'"
15093 msgstr ""
15094
15095 #: cp/name-lookup.c:1217
15096 #, c-format
15097 msgid "%s %s(%E) %p %d\n"
15098 msgstr ""
15099
15100 #: cp/name-lookup.c:1220
15101 #, c-format
15102 msgid "%s %s %p %d\n"
15103 msgstr ""
15104
15105 #: cp/name-lookup.c:1339
15106 msgid "XXX is_class_level != (current_scope == class_scope)\n"
15107 msgstr ""
15108
15109 #: cp/name-lookup.c:1976
15110 msgid "`%#D' hides constructor for `%#T'"
15111 msgstr ""
15112
15113 #: cp/name-lookup.c:1991
15114 msgid "`%#D' conflicts with previous using declaration `%#D'"
15115 msgstr ""
15116
15117 #: cp/name-lookup.c:2003
15118 msgid "previous non-function declaration `%#D'"
15119 msgstr ""
15120
15121 #: cp/name-lookup.c:2004
15122 msgid "conflicts with function declaration `%#D'"
15123 msgstr ""
15124
15125 #. 7.3.3/5
15126 #. A using-declaration shall not name a template-id.
15127 #: cp/name-lookup.c:2081
15128 msgid "a using-declaration cannot specify a template-id.  Try `using %D'"
15129 msgstr ""
15130
15131 #: cp/name-lookup.c:2087
15132 msgid "namespace `%D' not allowed in using-declaration"
15133 msgstr ""
15134
15135 #. It's a nested name with template parameter dependent scope.
15136 #. This can only be using-declaration for class member.
15137 #: cp/name-lookup.c:2095 cp/name-lookup.c:2109 cp/name-lookup.c:3308
15138 msgid "`%T' is not a namespace"
15139 msgstr ""
15140
15141 #: cp/name-lookup.c:2133
15142 msgid "`%D' not declared"
15143 msgstr ""
15144
15145 #. If the OLD_FN was really declared, the
15146 #. declarations don't match.
15147 #: cp/name-lookup.c:2145 cp/name-lookup.c:2187 cp/name-lookup.c:2212
15148 msgid "`%D' is already declared in this scope"
15149 msgstr ""
15150
15151 #: cp/name-lookup.c:2218
15152 msgid "using declaration `%D' introduced ambiguous type `%T'"
15153 msgstr ""
15154
15155 #. Definition isn't the kind we were looking for.
15156 #: cp/name-lookup.c:2382 cp/name-lookup.c:2401
15157 msgid "`%#D' redeclared as %C"
15158 msgstr ""
15159
15160 #: cp/name-lookup.c:2811
15161 msgid "using-declaration for non-member at class scope"
15162 msgstr ""
15163
15164 #: cp/name-lookup.c:2818
15165 msgid "using-declaration cannot name destructor"
15166 msgstr ""
15167
15168 #: cp/name-lookup.c:2923
15169 msgid "declaration of `%D' not in a namespace surrounding `%D'"
15170 msgstr ""
15171
15172 #: cp/name-lookup.c:2963
15173 msgid "`%D' should have been declared inside `%D'"
15174 msgstr ""
15175
15176 #: cp/name-lookup.c:3027
15177 msgid "namespace alias `%D' not allowed here, assuming `%D'"
15178 msgstr ""
15179
15180 #. The parser did not find it, so it's not there.
15181 #: cp/name-lookup.c:3142
15182 msgid "unknown namespace `%D'"
15183 msgstr ""
15184
15185 #: cp/name-lookup.c:3302
15186 msgid "namespace `%T' undeclared"
15187 msgstr ""
15188
15189 #: cp/name-lookup.c:3346
15190 msgid "strong using only meaningful at namespace scope"
15191 msgstr ""
15192
15193 #: cp/name-lookup.c:3353
15194 msgid "`%D' attribute directive ignored"
15195 msgstr ""
15196
15197 #: cp/name-lookup.c:3486
15198 msgid "use of `%D' is ambiguous"
15199 msgstr ""
15200
15201 #: cp/name-lookup.c:3487
15202 msgid "  first declared as `%#D' here"
15203 msgstr ""
15204
15205 #: cp/name-lookup.c:3490
15206 msgid "  also declared as `%#D' here"
15207 msgstr ""
15208
15209 #: cp/name-lookup.c:3505
15210 msgid "`%D' denotes an ambiguous type"
15211 msgstr ""
15212
15213 #: cp/name-lookup.c:3506
15214 msgid "%J  first type here"
15215 msgstr ""
15216
15217 #: cp/name-lookup.c:3507
15218 msgid "%J  other type here"
15219 msgstr ""
15220
15221 #. This happens for A::B where B is a template, and there are no
15222 #. template arguments.
15223 #: cp/name-lookup.c:3572 cp/typeck.c:1773
15224 msgid "invalid use of `%D'"
15225 msgstr ""
15226
15227 #: cp/name-lookup.c:3613
15228 msgid "`%D::%D' is not a template"
15229 msgstr ""
15230
15231 #: cp/name-lookup.c:3630
15232 msgid "`%D' undeclared in namespace `%D'"
15233 msgstr ""
15234
15235 #: cp/name-lookup.c:4091
15236 msgid "`%D' is not a function,"
15237 msgstr ""
15238
15239 #: cp/name-lookup.c:4092
15240 msgid "  conflict with `%D'"
15241 msgstr ""
15242
15243 #: cp/name-lookup.c:4830
15244 msgid "XXX entering pop_everything ()\n"
15245 msgstr ""
15246
15247 #: cp/name-lookup.c:4839
15248 msgid "XXX leaving pop_everything ()\n"
15249 msgstr ""
15250
15251 #: cp/parser.c:609
15252 msgid "invalid token"
15253 msgstr ""
15254
15255 #: cp/parser.c:1810
15256 msgid "`%D::%D' has not been declared"
15257 msgstr ""
15258
15259 #: cp/parser.c:1813 cp/semantics.c:2284
15260 msgid "`::%D' has not been declared"
15261 msgstr ""
15262
15263 #: cp/parser.c:1815
15264 msgid "`%D' has not been declared"
15265 msgstr ""
15266
15267 #: cp/parser.c:1818
15268 msgid "`%D::%D' %s"
15269 msgstr ""
15270
15271 #: cp/parser.c:1820
15272 msgid "`::%D' %s"
15273 msgstr ""
15274
15275 #: cp/parser.c:1822
15276 msgid "`%D' %s"
15277 msgstr ""
15278
15279 #: cp/parser.c:1874
15280 msgid "new types may not be defined in a return type"
15281 msgstr ""
15282
15283 #: cp/parser.c:1892 cp/pt.c:4185
15284 msgid "`%T' is not a template"
15285 msgstr ""
15286
15287 #: cp/parser.c:1894
15288 #, c-format
15289 msgid "`%s' is not a template"
15290 msgstr ""
15291
15292 #: cp/parser.c:1896
15293 msgid "invalid template-id"
15294 msgstr ""
15295
15296 #: cp/parser.c:1931
15297 #, c-format
15298 msgid "%s cannot appear in a constant-expression"
15299 msgstr ""
15300
15301 #: cp/parser.c:1951
15302 #, c-format
15303 msgid "invalid use of template-name `%E' without an argument list"
15304 msgstr ""
15305
15306 #. Issue an error message.
15307 #: cp/parser.c:1956
15308 #, c-format
15309 msgid "`%E' does not name a type"
15310 msgstr ""
15311
15312 #: cp/parser.c:1987
15313 msgid "(perhaps `typename %T::%E' was intended)"
15314 msgstr ""
15315
15316 #: cp/parser.c:2002
15317 #, c-format
15318 msgid "`%E' in namespace `%E' does not name a type"
15319 msgstr ""
15320
15321 #: cp/parser.c:2005
15322 msgid "`%E' in class `%T' does not name a type"
15323 msgstr ""
15324
15325 #: cp/parser.c:2481
15326 msgid "ISO C++ forbids braced-groups within expressions"
15327 msgstr ""
15328
15329 #: cp/parser.c:2490
15330 msgid "statement-expressions are allowed only inside functions"
15331 msgstr ""
15332
15333 #: cp/parser.c:2541
15334 msgid "`this' may not be used in this context"
15335 msgstr ""
15336
15337 #: cp/parser.c:2691
15338 msgid "local variable `%D' may not appear in this context"
15339 msgstr ""
15340
15341 #: cp/parser.c:3056
15342 msgid "typedef-name `%D' used as destructor declarator"
15343 msgstr ""
15344
15345 #: cp/parser.c:3701
15346 msgid "ISO C++ forbids compound-literals"
15347 msgstr ""
15348
15349 #: cp/parser.c:4673
15350 msgid "expression in new-declarator must have integral or enumeration type"
15351 msgstr ""
15352
15353 #: cp/parser.c:4849
15354 msgid "use of old-style cast"
15355 msgstr ""
15356
15357 #: cp/parser.c:5602
15358 #, c-format
15359 msgid "case label `%E' not within a switch statement"
15360 msgstr ""
15361
15362 #: cp/parser.c:6144
15363 msgid "ISO C++ forbids computed gotos"
15364 msgstr ""
15365
15366 #: cp/parser.c:6264
15367 msgid "extra `;'"
15368 msgstr ""
15369
15370 #: cp/parser.c:6559
15371 msgid "mixing declarations and function-definitions is forbidden"
15372 msgstr ""
15373
15374 #: cp/parser.c:6697
15375 msgid "duplicate `friend'"
15376 msgstr ""
15377
15378 #: cp/parser.c:6846
15379 msgid "class definition may not be declared a friend"
15380 msgstr ""
15381
15382 #: cp/parser.c:7160
15383 msgid "only constructors take base initializers"
15384 msgstr ""
15385
15386 #: cp/parser.c:7211
15387 msgid "anachronistic old-style base class initializer"
15388 msgstr ""
15389
15390 #. Warn that we do not support `export'.
15391 #: cp/parser.c:7604
15392 msgid "keyword `export' not implemented, and will be ignored"
15393 msgstr ""
15394
15395 #. Otherwise, emit an error about the invalid digraph, but continue
15396 #. parsing because we got our argument list.
15397 #: cp/parser.c:7964
15398 msgid "`<::' cannot begin a template-argument list"
15399 msgstr ""
15400
15401 #: cp/parser.c:7965
15402 msgid ""
15403 "`<:' is an alternate spelling for `['. Insert whitespace between `<' and `::'"
15404 msgstr ""
15405
15406 #: cp/parser.c:7972
15407 msgid "(if you use `-fpermissive' G++ will accept your code)"
15408 msgstr ""
15409
15410 #. Explain what went wrong.
15411 #: cp/parser.c:8144
15412 msgid "non-template `%D' used as template"
15413 msgstr ""
15414
15415 #: cp/parser.c:8145
15416 msgid "(use `%T::template %D' to indicate that it is a template)"
15417 msgstr ""
15418
15419 #: cp/parser.c:9074
15420 msgid "using `typename' outside of template"
15421 msgstr ""
15422
15423 #: cp/parser.c:9196
15424 msgid "expected type-name"
15425 msgstr ""
15426
15427 #: cp/parser.c:9255
15428 msgid "type attributes are honored only at type definition"
15429 msgstr ""
15430
15431 #. [namespace.udecl]
15432 #.
15433 #. A using declaration shall not name a template-id.
15434 #: cp/parser.c:9639
15435 msgid "a template-id may not appear in a using-declaration"
15436 msgstr ""
15437
15438 #: cp/parser.c:9965
15439 msgid "an asm-specification is not allowed on a function-definition"
15440 msgstr ""
15441
15442 #: cp/parser.c:9967
15443 msgid "attributes are not allowed on a function-definition"
15444 msgstr ""
15445
15446 #: cp/parser.c:10100
15447 msgid "attributes after parenthesized initializer ignored"
15448 msgstr ""
15449
15450 #: cp/parser.c:11297
15451 msgid "file ends in default argument"
15452 msgstr ""
15453
15454 #: cp/parser.c:11353
15455 msgid "deprecated use of default argument for parameter of non-function"
15456 msgstr ""
15457
15458 #: cp/parser.c:11356
15459 msgid "default arguments are only permitted for function parameters"
15460 msgstr ""
15461
15462 #: cp/parser.c:12081
15463 msgid "declaration of `%D' in `%D' which does not enclose `%D'"
15464 msgstr ""
15465
15466 #: cp/parser.c:12094
15467 msgid "extra qualification ignored"
15468 msgstr ""
15469
15470 #: cp/parser.c:12105
15471 msgid "an explicit specialization must be preceded by 'template <>'"
15472 msgstr ""
15473
15474 #: cp/parser.c:12385
15475 msgid "extra semicolon"
15476 msgstr ""
15477
15478 #: cp/parser.c:12403
15479 msgid "a class-key must be used when declaring a friend"
15480 msgstr ""
15481
15482 #: cp/parser.c:12434
15483 msgid "friend declaration does not name a class or function"
15484 msgstr ""
15485
15486 #: cp/parser.c:12605
15487 msgid "pure-specifier on function-definition"
15488 msgstr ""
15489
15490 #: cp/parser.c:12878
15491 msgid "keyword `typename' not allowed outside of templates"
15492 msgstr ""
15493
15494 #: cp/parser.c:12880
15495 msgid ""
15496 "keyword `typename' not allowed in this context (the base class is implicitly "
15497 "a type)"
15498 msgstr ""
15499
15500 #: cp/parser.c:13698
15501 msgid "reference to `%D' is ambiguous"
15502 msgstr ""
15503
15504 #: cp/parser.c:13872
15505 msgid "too few template-parameter-lists"
15506 msgstr ""
15507
15508 #. Otherwise, there are too many template parameter lists.  We have
15509 #. something like:
15510 #.
15511 #. template <class T> template <class U> void S::f();
15512 #: cp/parser.c:13887
15513 msgid "too many template-parameter-lists"
15514 msgstr ""
15515
15516 #. If begin_function_definition didn't like the definition, skip
15517 #. the entire function.
15518 #: cp/parser.c:14164
15519 msgid "invalid function declaration"
15520 msgstr ""
15521
15522 #. Issue an error message.
15523 #: cp/parser.c:14201
15524 msgid "named return values are no longer supported"
15525 msgstr ""
15526
15527 #: cp/parser.c:14529
15528 msgid "`>>' should be `> >' within a nested template argument list"
15529 msgstr ""
15530
15531 #. If this is not a nested template argument list, the '>>' is
15532 #. a typo for '>'. Emit an error message and continue.
15533 #: cp/parser.c:14537
15534 msgid "spurious `>>', use `>' to terminate a template argument list"
15535 msgstr ""
15536
15537 #: cp/parser.c:15024
15538 msgid "`%s' tag used in naming `%#T'"
15539 msgstr ""
15540
15541 #: cp/parser.c:15044
15542 msgid "%D redeclared with different access"
15543 msgstr ""
15544
15545 #: cp/parser.c:15061
15546 msgid "`template' (as a disambiguator) is only allowed within templates"
15547 msgstr ""
15548
15549 #: cp/pt.c:243
15550 msgid "data member `%D' cannot be a member template"
15551 msgstr ""
15552
15553 #: cp/pt.c:255
15554 msgid "invalid member template declaration `%D'"
15555 msgstr ""
15556
15557 #: cp/pt.c:637
15558 msgid "explicit specialization in non-namespace scope `%D'"
15559 msgstr ""
15560
15561 #: cp/pt.c:649
15562 msgid "enclosing class templates are not explicitly specialized"
15563 msgstr ""
15564
15565 #: cp/pt.c:739 cp/pt.c:780
15566 msgid "specializing `%#T' in different namespace"
15567 msgstr ""
15568
15569 #: cp/pt.c:740 cp/pt.c:781
15570 msgid "  from definition of `%#D'"
15571 msgstr ""
15572
15573 #: cp/pt.c:748
15574 msgid "specialization of `%T' after instantiation"
15575 msgstr ""
15576
15577 #: cp/pt.c:795
15578 msgid "specialization `%T' after instantiation `%T'"
15579 msgstr ""
15580
15581 #: cp/pt.c:807
15582 msgid "explicit specialization of non-template `%T'"
15583 msgstr ""
15584
15585 #: cp/pt.c:1067
15586 msgid "specialization of %D after instantiation"
15587 msgstr ""
15588
15589 #: cp/pt.c:1192
15590 msgid "%s %+#D"
15591 msgstr ""
15592
15593 #: cp/pt.c:1241
15594 msgid "`%D' is not a function template"
15595 msgstr ""
15596
15597 #: cp/pt.c:1380
15598 msgid "template-id `%D' for `%+D' does not match any template declaration"
15599 msgstr ""
15600
15601 #: cp/pt.c:1388
15602 msgid "ambiguous template specialization `%D' for `%+D'"
15603 msgstr ""
15604
15605 #. This case handles bogus declarations like template <>
15606 #. template <class T> void f<int>();
15607 #: cp/pt.c:1611 cp/pt.c:1685
15608 msgid "template-id `%D' in declaration of primary template"
15609 msgstr ""
15610
15611 #: cp/pt.c:1624
15612 msgid "template parameter list used in explicit instantiation"
15613 msgstr ""
15614
15615 #: cp/pt.c:1630
15616 msgid "definition provided for explicit instantiation"
15617 msgstr ""
15618
15619 #: cp/pt.c:1636
15620 msgid "too many template parameter lists in declaration of `%D'"
15621 msgstr ""
15622
15623 #: cp/pt.c:1652
15624 msgid "too few template parameter lists in declaration of `%D'"
15625 msgstr ""
15626
15627 #: cp/pt.c:1669
15628 msgid "explicit specialization not preceded by `template <>'"
15629 msgstr ""
15630
15631 #: cp/pt.c:1682
15632 msgid "partial specialization `%D' of function template"
15633 msgstr ""
15634
15635 #: cp/pt.c:1714
15636 msgid "default argument specified in explicit specialization"
15637 msgstr ""
15638
15639 #: cp/pt.c:1718
15640 msgid "template specialization with C linkage"
15641 msgstr ""
15642
15643 #. From [temp.expl.spec]:
15644 #.
15645 #. If such an explicit specialization for the member
15646 #. of a class template names an implicitly-declared
15647 #. special member function (clause _special_), the
15648 #. program is ill-formed.
15649 #.
15650 #. Similar language is found in [temp.explicit].
15651 #: cp/pt.c:1802
15652 msgid "specialization of implicitly-declared special member function"
15653 msgstr ""
15654
15655 #: cp/pt.c:1846
15656 msgid "no member function `%D' declared in `%T'"
15657 msgstr ""
15658
15659 #. There are two many template parameter lists.
15660 #: cp/pt.c:2001
15661 msgid "too many template parameter lists in declaration of `%T'"
15662 msgstr ""
15663
15664 #: cp/pt.c:2094
15665 msgid " shadows template parm `%#D'"
15666 msgstr ""
15667
15668 #: cp/pt.c:2491
15669 msgid "template parameters not used in partial specialization:"
15670 msgstr ""
15671
15672 #: cp/pt.c:2495
15673 msgid "        `%D'"
15674 msgstr ""
15675
15676 #: cp/pt.c:2507
15677 msgid "partial specialization `%T' does not specialize any template arguments"
15678 msgstr ""
15679
15680 #: cp/pt.c:2532
15681 #, c-format
15682 msgid "template argument `%E' involves template parameter(s)"
15683 msgstr ""
15684
15685 #: cp/pt.c:2576
15686 msgid "type `%T' of template argument `%E' depends on template parameter(s)"
15687 msgstr ""
15688
15689 #: cp/pt.c:2661
15690 msgid "no default argument for `%D'"
15691 msgstr ""
15692
15693 #: cp/pt.c:2810
15694 msgid "template with C linkage"
15695 msgstr ""
15696
15697 #: cp/pt.c:2813
15698 msgid "template class without a name"
15699 msgstr ""
15700
15701 #. [temp.mem]
15702 #.
15703 #. A destructor shall not be a member template.
15704 #: cp/pt.c:2820
15705 msgid "destructor `%D' declared as member template"
15706 msgstr ""
15707
15708 #: cp/pt.c:2900
15709 msgid "`%D' does not declare a template type"
15710 msgstr ""
15711
15712 #: cp/pt.c:2906
15713 msgid "template definition of non-template `%#D'"
15714 msgstr ""
15715
15716 #: cp/pt.c:2947
15717 msgid "expected %d levels of template parms for `%#D', got %d"
15718 msgstr ""
15719
15720 #: cp/pt.c:2959
15721 msgid "got %d template parameters for `%#D'"
15722 msgstr ""
15723
15724 #: cp/pt.c:2962
15725 msgid "got %d template parameters for `%#T'"
15726 msgstr ""
15727
15728 #: cp/pt.c:2964
15729 #, c-format
15730 msgid "  but %d required"
15731 msgstr ""
15732
15733 #: cp/pt.c:3042
15734 msgid "`%T' is not a template type"
15735 msgstr ""
15736
15737 #: cp/pt.c:3058
15738 msgid "previous declaration `%D'"
15739 msgstr ""
15740
15741 #: cp/pt.c:3059
15742 #, c-format
15743 msgid "used %d template parameter%s instead of %d"
15744 msgstr ""
15745
15746 #: cp/pt.c:3075
15747 msgid "template parameter `%#D'"
15748 msgstr ""
15749
15750 #: cp/pt.c:3076
15751 msgid "redeclared here as `%#D'"
15752 msgstr ""
15753
15754 #. We have in [temp.param]:
15755 #.
15756 #. A template-parameter may not be given default arguments
15757 #. by two different declarations in the same scope.
15758 #: cp/pt.c:3086
15759 msgid "redefinition of default argument for `%#D'"
15760 msgstr ""
15761
15762 #: cp/pt.c:3087
15763 msgid "%J  original definition appeared here"
15764 msgstr ""
15765
15766 #: cp/pt.c:3235
15767 #, c-format
15768 msgid "`%E' is not a valid template argument"
15769 msgstr ""
15770
15771 #: cp/pt.c:3239
15772 msgid "it must be the address of a function with external linkage"
15773 msgstr ""
15774
15775 #: cp/pt.c:3241
15776 msgid "it must be the address of an object with external linkage"
15777 msgstr ""
15778
15779 #: cp/pt.c:3244
15780 msgid "it must be a pointer-to-member of the form `&X::Y'"
15781 msgstr ""
15782
15783 #: cp/pt.c:3255
15784 #, c-format
15785 msgid ""
15786 "string literal %E is not a valid template argument because it is the address "
15787 "of an object with static linkage"
15788 msgstr ""
15789
15790 #: cp/pt.c:3270
15791 #, c-format
15792 msgid "address of non-extern `%E' cannot be used as template argument"
15793 msgstr ""
15794
15795 #: cp/pt.c:3279
15796 #, c-format
15797 msgid "non-constant `%E' cannot be used as template argument"
15798 msgstr ""
15799
15800 #: cp/pt.c:3287
15801 msgid "type '%T' cannot be used as a value for a non-type template-parameter"
15802 msgstr ""
15803
15804 #: cp/pt.c:3290
15805 msgid "invalid use of '%D' as a non-type template-argument"
15806 msgstr ""
15807
15808 #: cp/pt.c:3292
15809 #, c-format
15810 msgid "invalid use of '%E' as a non-type template-argument"
15811 msgstr ""
15812
15813 #: cp/pt.c:3657
15814 #, c-format
15815 msgid "to refer to a type member of a template parameter, use `typename %E'"
15816 msgstr ""
15817
15818 #: cp/pt.c:3670 cp/pt.c:3688 cp/pt.c:3727
15819 msgid "type/value mismatch at argument %d in template parameter list for `%D'"
15820 msgstr ""
15821
15822 #: cp/pt.c:3673
15823 msgid "  expected a constant of type `%T', got `%T'"
15824 msgstr ""
15825
15826 #: cp/pt.c:3677
15827 #, c-format
15828 msgid "  expected a class template, got `%E'"
15829 msgstr ""
15830
15831 #: cp/pt.c:3679
15832 #, c-format
15833 msgid "  expected a type, got `%E'"
15834 msgstr ""
15835
15836 #: cp/pt.c:3691
15837 msgid "  expected a type, got `%T'"
15838 msgstr ""
15839
15840 #: cp/pt.c:3693
15841 msgid "  expected a class template, got `%T'"
15842 msgstr ""
15843
15844 #: cp/pt.c:3729
15845 msgid "  expected a template of type `%D', got `%D'"
15846 msgstr ""
15847
15848 #: cp/pt.c:3764
15849 msgid "could not convert template argument `%E' to `%T'"
15850 msgstr ""
15851
15852 #: cp/pt.c:3804
15853 #, c-format
15854 msgid "wrong number of template arguments (%d, should be %d)"
15855 msgstr ""
15856
15857 #: cp/pt.c:3808
15858 msgid "provided for `%D'"
15859 msgstr ""
15860
15861 #: cp/pt.c:3836
15862 #, c-format
15863 msgid "template argument %d is invalid"
15864 msgstr ""
15865
15866 #: cp/pt.c:4057
15867 msgid "non-template used as template"
15868 msgstr ""
15869
15870 #: cp/pt.c:4197
15871 msgid "non-template type `%T' used as a template"
15872 msgstr ""
15873
15874 #: cp/pt.c:4199
15875 msgid "for template declaration `%D'"
15876 msgstr ""
15877
15878 #: cp/pt.c:4846
15879 msgid ""
15880 "template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN "
15881 "to increase the maximum) instantiating `%D'"
15882 msgstr ""
15883
15884 #: cp/pt.c:5286
15885 msgid "ambiguous class template instantiation for `%#T'"
15886 msgstr ""
15887
15888 #: cp/pt.c:5292
15889 msgid "%s %+#T"
15890 msgstr ""
15891
15892 #: cp/pt.c:6291 cp/pt.c:6411
15893 msgid "instantiation of `%D' as type `%T'"
15894 msgstr ""
15895
15896 #: cp/pt.c:6453
15897 msgid "invalid parameter type `%T'"
15898 msgstr ""
15899
15900 #: cp/pt.c:6455
15901 msgid "in declaration `%D'"
15902 msgstr ""
15903
15904 #: cp/pt.c:6529
15905 msgid "creating pointer to member function of non-class type `%T'"
15906 msgstr ""
15907
15908 #: cp/pt.c:6668
15909 msgid "creating array with size zero"
15910 msgstr ""
15911
15912 #: cp/pt.c:6682
15913 #, c-format
15914 msgid "creating array with size zero (`%E')"
15915 msgstr ""
15916
15917 #: cp/pt.c:6921
15918 msgid "forming reference to void"
15919 msgstr ""
15920
15921 #: cp/pt.c:6923
15922 msgid "forming %s to reference type `%T'"
15923 msgstr ""
15924
15925 #: cp/pt.c:6960
15926 msgid "creating pointer to member of non-class type `%T'"
15927 msgstr ""
15928
15929 #: cp/pt.c:6966
15930 msgid "creating pointer to member reference type `%T'"
15931 msgstr ""
15932
15933 #: cp/pt.c:7052
15934 msgid "creating array of `%T'"
15935 msgstr ""
15936
15937 #: cp/pt.c:7058
15938 msgid "creating array of `%T', which is an abstract class type"
15939 msgstr ""
15940
15941 #: cp/pt.c:7102
15942 msgid "`%T' is not a class, struct, or union type"
15943 msgstr ""
15944
15945 #: cp/pt.c:7215
15946 #, c-format
15947 msgid "use of `%s' in template"
15948 msgstr ""
15949
15950 #: cp/pt.c:7327
15951 #, c-format
15952 msgid ""
15953 "dependent-name `%E' is parsed as a non-type, but instantiation yields a type"
15954 msgstr ""
15955
15956 #: cp/pt.c:7329
15957 #, c-format
15958 msgid "say `typename %E' if a type is meant"
15959 msgstr ""
15960
15961 #: cp/pt.c:8586
15962 msgid "`%T' uses anonymous type"
15963 msgstr ""
15964
15965 #: cp/pt.c:8588
15966 msgid "`%T' uses local type `%T'"
15967 msgstr ""
15968
15969 #: cp/pt.c:8596
15970 msgid "`%T' is a variably modified type"
15971 msgstr ""
15972
15973 #: cp/pt.c:8607
15974 #, c-format
15975 msgid "integral expression `%E' is not constant"
15976 msgstr ""
15977
15978 #: cp/pt.c:8612
15979 msgid "  trying to instantiate `%D'"
15980 msgstr ""
15981
15982 #: cp/pt.c:9125
15983 msgid "incomplete type unification"
15984 msgstr ""
15985
15986 #: cp/pt.c:10072
15987 #, c-format
15988 msgid "use of `%s' in template type unification"
15989 msgstr ""
15990
15991 #: cp/pt.c:10506 cp/pt.c:10578
15992 msgid "explicit instantiation of non-template `%#D'"
15993 msgstr ""
15994
15995 #: cp/pt.c:10522 cp/pt.c:10573
15996 msgid "no matching template for `%D' found"
15997 msgstr ""
15998
15999 #: cp/pt.c:10528
16000 msgid "explicit instantiation of `%#D'"
16001 msgstr ""
16002
16003 #: cp/pt.c:10565
16004 msgid "duplicate explicit instantiation of `%#D'"
16005 msgstr ""
16006
16007 #: cp/pt.c:10587
16008 msgid "ISO C++ forbids the use of `extern' on explicit instantiations"
16009 msgstr ""
16010
16011 #: cp/pt.c:10591 cp/pt.c:10672
16012 msgid "storage class `%D' applied to template instantiation"
16013 msgstr ""
16014
16015 #: cp/pt.c:10644
16016 msgid "explicit instantiation of non-template type `%T'"
16017 msgstr ""
16018
16019 #: cp/pt.c:10653
16020 msgid "explicit instantiation of `%#T' before definition of template"
16021 msgstr ""
16022
16023 #: cp/pt.c:10661
16024 #, c-format
16025 msgid "ISO C++ forbids the use of `%s' on explicit instantiations"
16026 msgstr ""
16027
16028 #: cp/pt.c:10705
16029 msgid "duplicate explicit instantiation of `%#T'"
16030 msgstr ""
16031
16032 #: cp/pt.c:11086
16033 msgid "explicit instantiation of `%D' but no definition available"
16034 msgstr ""
16035
16036 #: cp/pt.c:11520
16037 msgid "`%#T' is not a valid type for a template constant parameter"
16038 msgstr ""
16039
16040 #: cp/repo.c:259
16041 msgid "-frepo must be used with -c"
16042 msgstr ""
16043
16044 #: cp/repo.c:346
16045 #, c-format
16046 msgid "mysterious repository information in %s"
16047 msgstr ""
16048
16049 #: cp/repo.c:361
16050 #, c-format
16051 msgid "can't create repository information file `%s'"
16052 msgstr ""
16053
16054 #: cp/rtti.c:248
16055 msgid "cannot use typeid with -fno-rtti"
16056 msgstr ""
16057
16058 #: cp/rtti.c:254
16059 msgid "must #include <typeinfo> before using typeid"
16060 msgstr ""
16061
16062 #: cp/rtti.c:326
16063 msgid ""
16064 "cannot create type information for type `%T' because its size is variable"
16065 msgstr ""
16066
16067 #: cp/rtti.c:580 cp/rtti.c:594
16068 msgid "dynamic_cast of `%#D' to `%#T' can never succeed"
16069 msgstr ""
16070
16071 #: cp/rtti.c:675
16072 msgid "cannot dynamic_cast `%E' (of type `%#T') to type `%#T' (%s)"
16073 msgstr ""
16074
16075 #: cp/search.c:306
16076 msgid "`%T' is an ambiguous base of `%T'"
16077 msgstr ""
16078
16079 #: cp/search.c:324
16080 msgid "`%T' is an inaccessible base of `%T'"
16081 msgstr ""
16082
16083 #: cp/search.c:1756
16084 msgid "invalid covariant return type for `%#D'"
16085 msgstr ""
16086
16087 #: cp/search.c:1757 cp/search.c:1763
16088 msgid "  overriding `%#D'"
16089 msgstr ""
16090
16091 #: cp/search.c:1761
16092 msgid "conflicting return type specified for `%#D'"
16093 msgstr ""
16094
16095 #: cp/search.c:1775
16096 #, c-format
16097 msgid "looser throw specifier for `%#F'"
16098 msgstr ""
16099
16100 #: cp/search.c:1776
16101 #, c-format
16102 msgid "  overriding `%#F'"
16103 msgstr ""
16104
16105 #. A static member function cannot match an inherited
16106 #. virtual member function.
16107 #: cp/search.c:1866
16108 msgid "`%#D' cannot be declared"
16109 msgstr ""
16110
16111 #: cp/search.c:1867
16112 msgid "  since `%#D' declared in base class"
16113 msgstr ""
16114
16115 #: cp/search.c:1944
16116 msgid "`%#D' needs a final overrider"
16117 msgstr ""
16118
16119 #: cp/semantics.c:1092
16120 #, c-format
16121 msgid "type of asm operand `%E' could not be determined"
16122 msgstr ""
16123
16124 #: cp/semantics.c:1233
16125 msgid "invalid use of member `%D' in static member function"
16126 msgstr ""
16127
16128 #: cp/semantics.c:1237 cp/semantics.c:1276
16129 msgid "from this location"
16130 msgstr ""
16131
16132 #: cp/semantics.c:1275
16133 msgid "object missing in reference to `%D'"
16134 msgstr ""
16135
16136 #: cp/semantics.c:1721
16137 msgid "arguments to destructor are not allowed"
16138 msgstr ""
16139
16140 #: cp/semantics.c:1769
16141 msgid "`this' is unavailable for static member functions"
16142 msgstr ""
16143
16144 #: cp/semantics.c:1775
16145 msgid "invalid use of `this' in non-member function"
16146 msgstr ""
16147
16148 #: cp/semantics.c:1777
16149 msgid "invalid use of `this' at top level"
16150 msgstr ""
16151
16152 #: cp/semantics.c:1801
16153 msgid "invalid qualifying scope in pseudo-destructor name"
16154 msgstr ""
16155
16156 #: cp/semantics.c:1807
16157 msgid "`%E' is not of type `%T'"
16158 msgstr ""
16159
16160 #: cp/semantics.c:1918
16161 msgid "template type parameters must use the keyword `class' or `typename'"
16162 msgstr ""
16163
16164 #: cp/semantics.c:1962
16165 msgid ""
16166 "invalid use of type `%T' as a default value for a template template-parameter"
16167 msgstr ""
16168
16169 #: cp/semantics.c:1965
16170 msgid ""
16171 "invalid use of `%D' as a default value for a template template-parameter"
16172 msgstr ""
16173
16174 #: cp/semantics.c:1969
16175 msgid "invalid default argument for a template template parameter"
16176 msgstr ""
16177
16178 #: cp/semantics.c:2004
16179 msgid "definition of `%#T' inside template parameter list"
16180 msgstr ""
16181
16182 #: cp/semantics.c:2015
16183 msgid "invalid definition of qualified type `%T'"
16184 msgstr ""
16185
16186 #: cp/semantics.c:2030
16187 msgid "previous definition of `%#T'"
16188 msgstr ""
16189
16190 #: cp/semantics.c:2225
16191 msgid "invalid base-class specification"
16192 msgstr ""
16193
16194 #: cp/semantics.c:2234
16195 msgid "base class `%T' has cv qualifiers"
16196 msgstr ""
16197
16198 #: cp/semantics.c:2266
16199 msgid "multiple declarators in template declaration"
16200 msgstr ""
16201
16202 #: cp/semantics.c:2277
16203 msgid "incomplete type `%T' used in nested name specifier"
16204 msgstr ""
16205
16206 #: cp/semantics.c:2279 cp/typeck.c:1616
16207 msgid "`%D' is not a member of `%T'"
16208 msgstr ""
16209
16210 #: cp/semantics.c:2282
16211 msgid "`%D' is not a member of `%D'"
16212 msgstr ""
16213
16214 #: cp/semantics.c:2400
16215 msgid ""
16216 "template parameter `%D' of type `%T' is not allowed in an integral constant "
16217 "expression because it is not of integral or enumeration type"
16218 msgstr ""
16219
16220 #: cp/semantics.c:2553
16221 msgid "`%D' cannot appear in a constant-expression"
16222 msgstr ""
16223
16224 #: cp/semantics.c:2562
16225 msgid "use of namespace `%D' as expression"
16226 msgstr ""
16227
16228 #: cp/semantics.c:2567
16229 msgid "use of class template `%T' as expression"
16230 msgstr ""
16231
16232 #. Ambiguous reference to base members.
16233 #: cp/semantics.c:2573
16234 msgid "request for member `%D' is ambiguous in multiple inheritance lattice"
16235 msgstr ""
16236
16237 #: cp/semantics.c:2633
16238 #, c-format
16239 msgid "use of %s from containing function"
16240 msgstr ""
16241
16242 #: cp/semantics.c:2636
16243 msgid "  `%#D' declared here"
16244 msgstr ""
16245
16246 #: cp/semantics.c:2687
16247 #, c-format
16248 msgid "type of `%E' is unknown"
16249 msgstr ""
16250
16251 #: cp/tree.c:222
16252 #, c-format
16253 msgid "non-lvalue in %s"
16254 msgstr ""
16255
16256 #: cp/tree.c:545
16257 msgid "`%V' qualifiers cannot be applied to `%T'"
16258 msgstr ""
16259
16260 #: cp/tree.c:1836
16261 #, c-format
16262 msgid "`%s' attribute can only be applied to Java class definitions"
16263 msgstr ""
16264
16265 #: cp/tree.c:1865
16266 #, c-format
16267 msgid "`%s' attribute can only be applied to class definitions"
16268 msgstr ""
16269
16270 #: cp/tree.c:1871
16271 #, c-format
16272 msgid "`%s' is obsolete; g++ vtables are now COM-compatible by default"
16273 msgstr ""
16274
16275 #: cp/tree.c:1895
16276 msgid "requested init_priority is not an integer constant"
16277 msgstr ""
16278
16279 #: cp/tree.c:1916
16280 #, c-format
16281 msgid ""
16282 "can only use `%s' attribute on file-scope definitions of objects of class "
16283 "type"
16284 msgstr ""
16285
16286 #: cp/tree.c:1924
16287 msgid "requested init_priority is out of range"
16288 msgstr ""
16289
16290 #: cp/tree.c:1934
16291 msgid "requested init_priority is reserved for internal use"
16292 msgstr ""
16293
16294 #: cp/tree.c:1944
16295 #, c-format
16296 msgid "`%s' attribute is not supported on this platform"
16297 msgstr ""
16298
16299 #: cp/tree.c:2469
16300 #, c-format
16301 msgid "lang_* check: failed in %s, at %s:%d"
16302 msgstr ""
16303
16304 #: cp/typeck.c:438 cp/typeck.c:453 cp/typeck.c:543
16305 msgid "%s between distinct pointer types `%T' and `%T' lacks a cast"
16306 msgstr ""
16307
16308 #: cp/typeck.c:513
16309 #, c-format
16310 msgid ""
16311 "ISO C++ forbids %s between pointer of type `void *' and pointer-to-function"
16312 msgstr ""
16313
16314 #: cp/typeck.c:563
16315 msgid "%s between distinct pointer-to-member types `%T' and `%T' lacks a cast"
16316 msgstr ""
16317
16318 #: cp/typeck.c:1235
16319 #, c-format
16320 msgid "invalid application of `%s' to a member function"
16321 msgstr ""
16322
16323 #: cp/typeck.c:1268
16324 #, c-format
16325 msgid "invalid application of `%s' to a bit-field"
16326 msgstr ""
16327
16328 #: cp/typeck.c:1273
16329 #, c-format
16330 msgid "ISO C++ forbids applying `%s' to an expression of function type"
16331 msgstr ""
16332
16333 #: cp/typeck.c:1342
16334 msgid "invalid use of non-static member function"
16335 msgstr ""
16336
16337 #: cp/typeck.c:1476
16338 msgid "deprecated conversion from string constant to `%T'"
16339 msgstr ""
16340
16341 #: cp/typeck.c:1587 cp/typeck.c:1874
16342 msgid "request for member `%D' in `%E', which is of non-class type `%T'"
16343 msgstr ""
16344
16345 #: cp/typeck.c:1614
16346 #, c-format
16347 msgid "invalid use of nonstatic data member '%E'"
16348 msgstr ""
16349
16350 #: cp/typeck.c:1666 cp/typeck.c:1688
16351 msgid "invalid access to non-static data member `%D' of NULL object"
16352 msgstr ""
16353
16354 #: cp/typeck.c:1668 cp/typeck.c:1690
16355 msgid "(perhaps the `offsetof' macro was used incorrectly)"
16356 msgstr ""
16357
16358 #: cp/typeck.c:1804
16359 msgid "the type being destroyed is '%T', but the destructor refers to `%T'"
16360 msgstr ""
16361
16362 #: cp/typeck.c:1924
16363 msgid "`%D::%D' is not a member of `%T'"
16364 msgstr ""
16365
16366 #: cp/typeck.c:1935
16367 msgid "`%T' is not a base of `%T'"
16368 msgstr ""
16369
16370 #: cp/typeck.c:1954
16371 msgid "'%D' has no member named '%E'"
16372 msgstr ""
16373
16374 #: cp/typeck.c:1969
16375 msgid "`%D' is not a member template function"
16376 msgstr ""
16377
16378 #. A pointer to incomplete type (other than cv void) can be
16379 #. dereferenced [expr.unary.op]/1
16380 #: cp/typeck.c:2075
16381 msgid "`%T' is not a pointer-to-object type"
16382 msgstr ""
16383
16384 #: cp/typeck.c:2100
16385 #, c-format
16386 msgid "invalid use of `%s' on pointer to member"
16387 msgstr ""
16388
16389 #: cp/typeck.c:2106
16390 msgid "invalid type argument"
16391 msgstr ""
16392
16393 #: cp/typeck.c:2212
16394 msgid "ISO C++ forbids subscripting non-lvalue array"
16395 msgstr ""
16396
16397 #: cp/typeck.c:2223
16398 msgid "subscripting array declared `register'"
16399 msgstr ""
16400
16401 #: cp/typeck.c:2306
16402 #, c-format
16403 msgid "object missing in use of `%E'"
16404 msgstr ""
16405
16406 #: cp/typeck.c:2408
16407 msgid "ISO C++ forbids calling `::main' from within program"
16408 msgstr ""
16409
16410 #: cp/typeck.c:2433
16411 #, c-format
16412 msgid "must use .* or ->* to call pointer-to-member function in `%E (...)'"
16413 msgstr ""
16414
16415 #: cp/typeck.c:2446
16416 #, c-format
16417 msgid "`%E' cannot be used as a function"
16418 msgstr ""
16419
16420 #: cp/typeck.c:2539
16421 msgid "too many arguments to %s `%+#D'"
16422 msgstr ""
16423
16424 #: cp/typeck.c:2541 cp/typeck.c:2647
16425 msgid "at this point in file"
16426 msgstr ""
16427
16428 #: cp/typeck.c:2578
16429 msgid "parameter %P of `%D' has incomplete type `%T'"
16430 msgstr ""
16431
16432 #: cp/typeck.c:2581
16433 msgid "parameter %P has incomplete type `%T'"
16434 msgstr ""
16435
16436 #: cp/typeck.c:2645
16437 msgid "too few arguments to %s `%+#D'"
16438 msgstr ""
16439
16440 #: cp/typeck.c:2790 cp/typeck.c:2800
16441 msgid "assuming cast to type `%T' from overloaded function"
16442 msgstr ""
16443
16444 #: cp/typeck.c:2861
16445 #, c-format
16446 msgid "division by zero in `%E / 0'"
16447 msgstr ""
16448
16449 #: cp/typeck.c:2863
16450 #, c-format
16451 msgid "division by zero in `%E / 0.'"
16452 msgstr ""
16453
16454 #: cp/typeck.c:2892
16455 #, c-format
16456 msgid "division by zero in `%E %% 0'"
16457 msgstr ""
16458
16459 #: cp/typeck.c:2894
16460 #, c-format
16461 msgid "division by zero in `%E %% 0.'"
16462 msgstr ""
16463
16464 #: cp/typeck.c:2974
16465 #, c-format
16466 msgid "%s rotate count is negative"
16467 msgstr ""
16468
16469 #: cp/typeck.c:2977
16470 #, c-format
16471 msgid "%s rotate count >= width of type"
16472 msgstr ""
16473
16474 #: cp/typeck.c:3011 cp/typeck.c:3016 cp/typeck.c:3107 cp/typeck.c:3112
16475 msgid "ISO C++ forbids comparison between pointer and integer"
16476 msgstr ""
16477
16478 #: cp/typeck.c:3293
16479 msgid "comparison between types `%#T' and `%#T'"
16480 msgstr ""
16481
16482 #: cp/typeck.c:3329
16483 msgid "comparison between signed and unsigned integer expressions"
16484 msgstr ""
16485
16486 #: cp/typeck.c:3394
16487 msgid "invalid operands of types `%T' and `%T' to binary `%O'"
16488 msgstr ""
16489
16490 #. Some sort of arithmetic operation involving NULL was
16491 #. performed.  Note that pointer-difference and pointer-addition
16492 #. have already been handled above, and so we don't end up here in
16493 #. that case.
16494 #: cp/typeck.c:3416
16495 msgid "NULL used in arithmetic"
16496 msgstr ""
16497
16498 #: cp/typeck.c:3479
16499 msgid "ISO C++ forbids using pointer of type `void *' in subtraction"
16500 msgstr ""
16501
16502 #: cp/typeck.c:3481
16503 msgid "ISO C++ forbids using pointer to a function in subtraction"
16504 msgstr ""
16505
16506 #: cp/typeck.c:3483
16507 msgid "ISO C++ forbids using pointer to a method in subtraction"
16508 msgstr ""
16509
16510 #: cp/typeck.c:3495
16511 msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
16512 msgstr ""
16513
16514 #: cp/typeck.c:3550
16515 #, c-format
16516 msgid ""
16517 "invalid use of '%E' to form a pointer-to-member-function.  Use a qualified-"
16518 "id."
16519 msgstr ""
16520
16521 #: cp/typeck.c:3556
16522 #, c-format
16523 msgid ""
16524 "parenthesis around '%E' cannot be used to form a pointer-to-member-function"
16525 msgstr ""
16526
16527 #: cp/typeck.c:3578
16528 msgid "taking address of temporary"
16529 msgstr ""
16530
16531 #: cp/typeck.c:3813
16532 #, c-format
16533 msgid "ISO C++ forbids %sing an enum"
16534 msgstr ""
16535
16536 #: cp/typeck.c:3824
16537 msgid "cannot %s a pointer to incomplete type `%T'"
16538 msgstr ""
16539
16540 #: cp/typeck.c:3830
16541 msgid "ISO C++ forbids %sing a pointer of type `%T'"
16542 msgstr ""
16543
16544 #: cp/typeck.c:3855
16545 msgid "cast to non-reference type used as lvalue"
16546 msgstr ""
16547
16548 #: cp/typeck.c:3889
16549 msgid "invalid use of `--' on bool variable `%D'"
16550 msgstr ""
16551
16552 #. ARM $3.4
16553 #: cp/typeck.c:3920
16554 msgid "ISO C++ forbids taking address of function `::main'"
16555 msgstr ""
16556
16557 #. An expression like &memfn.
16558 #: cp/typeck.c:3991
16559 msgid ""
16560 "ISO C++ forbids taking the address of an unqualified or parenthesized non-"
16561 "static member function to form a pointer to member function.  Say `&%T::%D'"
16562 msgstr ""
16563
16564 #: cp/typeck.c:3996
16565 msgid ""
16566 "ISO C++ forbids taking the address of a bound member function to form a "
16567 "pointer to member function.  Say `&%T::%D'"
16568 msgstr ""
16569
16570 #: cp/typeck.c:4024
16571 msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
16572 msgstr ""
16573
16574 #: cp/typeck.c:4040
16575 msgid "unary `&'"
16576 msgstr ""
16577
16578 #: cp/typeck.c:4069
16579 msgid "attempt to take address of bit-field structure member `%D'"
16580 msgstr ""
16581
16582 #: cp/typeck.c:4183
16583 msgid "taking address of destructor"
16584 msgstr ""
16585
16586 #: cp/typeck.c:4196
16587 msgid "taking address of bound pointer-to-member expression"
16588 msgstr ""
16589
16590 #: cp/typeck.c:4204
16591 msgid "cannot create pointer to reference member `%D'"
16592 msgstr ""
16593
16594 #: cp/typeck.c:4266
16595 msgid "cannot take the address of `this', which is an rvalue expression"
16596 msgstr ""
16597
16598 #: cp/typeck.c:4285
16599 msgid "address requested for `%D', which is declared `register'"
16600 msgstr ""
16601
16602 #: cp/typeck.c:4353
16603 #, c-format
16604 msgid "%s expression list treated as compound expression"
16605 msgstr ""
16606
16607 #: cp/typeck.c:4426
16608 msgid "%s from type `%T' to type `%T' casts away constness"
16609 msgstr ""
16610
16611 #: cp/typeck.c:4618
16612 msgid "invalid static_cast from type `%T' to type `%T'"
16613 msgstr ""
16614
16615 #: cp/typeck.c:4658
16616 msgid ""
16617 "invalid reinterpret_cast of an rvalue expression of type `%T' to type `%T'"
16618 msgstr ""
16619
16620 #: cp/typeck.c:4678
16621 msgid "reinterpret_cast from `%T' to `%T' loses precision"
16622 msgstr ""
16623
16624 #: cp/typeck.c:4697
16625 msgid ""
16626 "ISO C++ forbids casting between pointer-to-function and pointer-to-object"
16627 msgstr ""
16628
16629 #: cp/typeck.c:4703
16630 msgid "invalid reinterpret_cast from type `%T' to type `%T'"
16631 msgstr ""
16632
16633 #: cp/typeck.c:4731
16634 msgid ""
16635 "invalid use of const_cast with type `%T', which is not a pointer, reference, "
16636 "nor a pointer-to-data-member type"
16637 msgstr ""
16638
16639 #: cp/typeck.c:4734
16640 msgid ""
16641 "invalid use of const_cast with type `%T', which is a pointer or reference to "
16642 "a function type"
16643 msgstr ""
16644
16645 #: cp/typeck.c:4757
16646 msgid "invalid const_cast of an rvalue of type `%T' to type `%T'"
16647 msgstr ""
16648
16649 #: cp/typeck.c:4774
16650 msgid "invalid const_cast from type `%T' to type `%T'"
16651 msgstr ""
16652
16653 #: cp/typeck.c:4814 cp/typeck.c:4819
16654 msgid "ISO C++ forbids casting to an array type `%T'"
16655 msgstr ""
16656
16657 #: cp/typeck.c:4827
16658 msgid "invalid cast to function type `%T'"
16659 msgstr ""
16660
16661 #: cp/typeck.c:4883
16662 msgid "cast from `%T' to `%T' discards qualifiers from pointer target type"
16663 msgstr ""
16664
16665 #: cp/typeck.c:4929
16666 msgid "cast from `%T' to `%T' increases required alignment of target type"
16667 msgstr ""
16668
16669 #: cp/typeck.c:5093
16670 msgid "  in evaluation of `%Q(%#T, %#T)'"
16671 msgstr ""
16672
16673 #: cp/typeck.c:5135
16674 msgid "ISO C++ forbids cast to non-reference type used as lvalue"
16675 msgstr ""
16676
16677 #: cp/typeck.c:5208
16678 msgid "incompatible types in assignment of `%T' to `%T'"
16679 msgstr ""
16680
16681 #: cp/typeck.c:5215
16682 msgid "ISO C++ forbids assignment of arrays"
16683 msgstr ""
16684
16685 #: cp/typeck.c:5314
16686 msgid "   in pointer to member function conversion"
16687 msgstr ""
16688
16689 #: cp/typeck.c:5322
16690 msgid "   in pointer to member conversion"
16691 msgstr ""
16692
16693 #. This is a reinterpret cast, we choose to do nothing.
16694 #: cp/typeck.c:5332 cp/typeck.c:5347
16695 msgid "pointer to member cast via virtual base `%T'"
16696 msgstr ""
16697
16698 #: cp/typeck.c:5350
16699 msgid "pointer to member conversion via virtual base `%T'"
16700 msgstr ""
16701
16702 #: cp/typeck.c:5420
16703 msgid "invalid conversion to type `%T' from type `%T'"
16704 msgstr ""
16705
16706 #: cp/typeck.c:5576
16707 msgid "passing NULL used for non-pointer %s %P of `%D'"
16708 msgstr ""
16709
16710 #: cp/typeck.c:5579
16711 msgid "%s to non-pointer type `%T' from NULL"
16712 msgstr ""
16713
16714 #: cp/typeck.c:5587
16715 msgid "passing `%T' for %s %P of `%D'"
16716 msgstr ""
16717
16718 #: cp/typeck.c:5590
16719 msgid "%s to `%T' from `%T'"
16720 msgstr ""
16721
16722 #: cp/typeck.c:5600
16723 msgid "passing negative value `%E' for %s %P of `%D'"
16724 msgstr ""
16725
16726 #: cp/typeck.c:5603
16727 msgid "%s of negative value `%E' to `%T'"
16728 msgstr ""
16729
16730 #: cp/typeck.c:5691
16731 msgid "cannot convert `%T' to `%T' for argument `%P' to `%D'"
16732 msgstr ""
16733
16734 #: cp/typeck.c:5694
16735 msgid "cannot convert `%T' to `%T' in %s"
16736 msgstr ""
16737
16738 #: cp/typeck.c:5771 cp/typeck.c:5773
16739 msgid "in passing argument %P of `%+D'"
16740 msgstr ""
16741
16742 #: cp/typeck.c:5880
16743 msgid "returning reference to temporary"
16744 msgstr ""
16745
16746 #: cp/typeck.c:5887
16747 msgid "reference to non-lvalue returned"
16748 msgstr ""
16749
16750 #: cp/typeck.c:5899
16751 msgid "reference to local variable `%D' returned"
16752 msgstr ""
16753
16754 #: cp/typeck.c:5902
16755 msgid "address of local variable `%D' returned"
16756 msgstr ""
16757
16758 #: cp/typeck.c:5932
16759 msgid "returning a value from a destructor"
16760 msgstr ""
16761
16762 #. If a return statement appears in a handler of the
16763 #. function-try-block of a constructor, the program is ill-formed.
16764 #: cp/typeck.c:5940
16765 msgid "cannot return from a handler of a function-try-block of a constructor"
16766 msgstr ""
16767
16768 #. You can't return a value from a constructor.
16769 #: cp/typeck.c:5943
16770 msgid "returning a value from a constructor"
16771 msgstr ""
16772
16773 #: cp/typeck.c:5966
16774 msgid "return-statement with no value, in function returning '%T'"
16775 msgstr ""
16776
16777 #: cp/typeck.c:5983
16778 msgid "return-statement with a value, in function returning 'void'"
16779 msgstr ""
16780
16781 #: cp/typeck.c:6005
16782 msgid ""
16783 "`operator new' must not return NULL unless it is declared `throw()' (or -"
16784 "fcheck-new is in effect)"
16785 msgstr ""
16786
16787 #: cp/typeck2.c:56
16788 msgid "type `%T' is not a base type for type `%T'"
16789 msgstr ""
16790
16791 #: cp/typeck2.c:152
16792 msgid "cannot declare variable `%D' to be of type `%T'"
16793 msgstr ""
16794
16795 #: cp/typeck2.c:155
16796 msgid "cannot declare parameter `%D' to be of type `%T'"
16797 msgstr ""
16798
16799 #: cp/typeck2.c:158
16800 msgid "cannot declare field `%D' to be of type `%T'"
16801 msgstr ""
16802
16803 #: cp/typeck2.c:162
16804 msgid "invalid return type for member function `%#D'"
16805 msgstr ""
16806
16807 #: cp/typeck2.c:164
16808 msgid "invalid return type for function `%#D'"
16809 msgstr ""
16810
16811 #: cp/typeck2.c:167
16812 msgid "cannot allocate an object of type `%T'"
16813 msgstr ""
16814
16815 #: cp/typeck2.c:174
16816 msgid "  because the following virtual functions are abstract:"
16817 msgstr ""
16818
16819 #: cp/typeck2.c:176
16820 msgid "\t%#D"
16821 msgstr ""
16822
16823 #: cp/typeck2.c:179
16824 msgid "  since type `%T' has abstract virtual functions"
16825 msgstr ""
16826
16827 #: cp/typeck2.c:427
16828 msgid "constructor syntax used, but no constructor declared for type `%T'"
16829 msgstr ""
16830
16831 #: cp/typeck2.c:440
16832 msgid "cannot initialize arrays using this syntax"
16833 msgstr ""
16834
16835 #: cp/typeck2.c:545
16836 msgid "initializing array with parameter list"
16837 msgstr ""
16838
16839 #: cp/typeck2.c:600
16840 msgid "initializer for scalar variable requires one element"
16841 msgstr ""
16842
16843 #: cp/typeck2.c:607
16844 msgid "braces around scalar initializer for `%T'"
16845 msgstr ""
16846
16847 #: cp/typeck2.c:610
16848 msgid "ignoring extra initializers for `%T'"
16849 msgstr ""
16850
16851 #: cp/typeck2.c:622
16852 msgid "variable-sized object of type `%T' may not be initialized"
16853 msgstr ""
16854
16855 #: cp/typeck2.c:632
16856 msgid "subobject of type `%T' must be initialized by constructor, not by `%E'"
16857 msgstr ""
16858
16859 #: cp/typeck2.c:697
16860 msgid "aggregate has a partly bracketed initializer"
16861 msgstr ""
16862
16863 #: cp/typeck2.c:735 cp/typeck2.c:840
16864 msgid "non-trivial labeled initializers"
16865 msgstr ""
16866
16867 #: cp/typeck2.c:752
16868 msgid "non-empty initializer for array of empty elements"
16869 msgstr ""
16870
16871 #: cp/typeck2.c:806
16872 msgid "initializer list for object of class with virtual base classes"
16873 msgstr ""
16874
16875 #: cp/typeck2.c:812
16876 msgid "initializer list for object of class with base classes"
16877 msgstr ""
16878
16879 #: cp/typeck2.c:818
16880 msgid "initializer list for object using virtual functions"
16881 msgstr ""
16882
16883 #: cp/typeck2.c:880 cp/typeck2.c:896
16884 msgid "missing initializer for member `%D'"
16885 msgstr ""
16886
16887 #: cp/typeck2.c:885
16888 msgid "uninitialized const member `%D'"
16889 msgstr ""
16890
16891 #: cp/typeck2.c:887
16892 msgid "member `%D' with uninitialized const fields"
16893 msgstr ""
16894
16895 #: cp/typeck2.c:890
16896 msgid "member `%D' is uninitialized reference"
16897 msgstr ""
16898
16899 #: cp/typeck2.c:937
16900 msgid "index value instead of field name in union initializer"
16901 msgstr ""
16902
16903 #: cp/typeck2.c:949
16904 msgid "no field `%D' in union being initialized"
16905 msgstr ""
16906
16907 #: cp/typeck2.c:957
16908 msgid "union `%T' with no named members cannot be initialized"
16909 msgstr ""
16910
16911 #: cp/typeck2.c:993
16912 msgid "excess elements in aggregate initializer"
16913 msgstr ""
16914
16915 #: cp/typeck2.c:1101
16916 msgid "circular pointer delegation detected"
16917 msgstr ""
16918
16919 #: cp/typeck2.c:1114
16920 msgid "base operand of `->' has non-pointer type `%T'"
16921 msgstr ""
16922
16923 #: cp/typeck2.c:1138
16924 msgid "result of `operator->()' yields non-pointer result"
16925 msgstr ""
16926
16927 #: cp/typeck2.c:1140
16928 msgid "base operand of `->' is not a pointer"
16929 msgstr ""
16930
16931 #: cp/typeck2.c:1163
16932 msgid "`%E' cannot be used as a member pointer, since it is of type `%T'"
16933 msgstr ""
16934
16935 #: cp/typeck2.c:1171
16936 msgid ""
16937 "cannot apply member pointer `%E' to `%E', which is of non-aggregate type `%T'"
16938 msgstr ""
16939
16940 #: cp/typeck2.c:1181
16941 msgid "member type `%T::' incompatible with object type `%T'"
16942 msgstr ""
16943
16944 #: cp/typeck2.c:1397
16945 msgid "call to function `%D' which throws incomplete type `%#T'"
16946 msgstr ""
16947
16948 #: cp/typeck2.c:1400
16949 msgid "call to function which throws incomplete type `%#T'"
16950 msgstr ""
16951
16952 #. XXX Not i18n clean.
16953 #: cp/cp-tree.h:3756
16954 #, c-format
16955 msgid "%s is deprecated, please see the documentation for details"
16956 msgstr ""
16957
16958 #: f/bad.c:388
16959 msgid "note:"
16960 msgstr ""
16961
16962 #: f/bad.c:392
16963 msgid "warning:"
16964 msgstr ""
16965
16966 #: f/bad.c:396
16967 msgid "fatal:"
16968 msgstr ""
16969
16970 #: f/bad.c:438
16971 msgid "(continued):"
16972 msgstr ""
16973
16974 #: f/bad.c:488 f/bad.c:506
16975 msgid "[REPORT BUG!!] %"
16976 msgstr ""
16977
16978 #: f/bad.c:495 f/bad.c:527
16979 msgid "[REPORT BUG!!]"
16980 msgstr ""
16981
16982 #: f/com.c:3125
16983 #, no-c-format
16984 msgid "ASSIGN'ed label cannot fit into `%A' at %0 -- using wider sibling"
16985 msgstr ""
16986
16987 #: f/com.c:11565
16988 msgid "no INTEGER type can hold a pointer on this configuration"
16989 msgstr ""
16990
16991 #: f/com.c:11839
16992 #, c-format
16993 msgid "configuration: REAL, INTEGER, and LOGICAL are %d bits wide,"
16994 msgstr ""
16995
16996 #: f/com.c:11841
16997 #, c-format
16998 msgid "and pointers are %d bits wide, but g77 doesn't yet work"
16999 msgstr ""
17000
17001 #: f/com.c:11843
17002 msgid "properly unless they all are 32 bits wide"
17003 msgstr ""
17004
17005 #: f/com.c:11844
17006 msgid "Please keep this in mind before you report bugs."
17007 msgstr ""
17008
17009 #. I/O will probably crash.
17010 #: f/com.c:11852
17011 #, c-format
17012 msgid "configuration: char * holds %d bits, but ftnlen only %d"
17013 msgstr ""
17014
17015 #. ASSIGN 10 TO I will crash.
17016 #: f/com.c:11861
17017 #, c-format
17018 msgid ""
17019 "configuration: char * holds %d bits, but INTEGER only %d --\n"
17020 " ASSIGN statement might fail"
17021 msgstr ""
17022
17023 #: f/com.c:13677
17024 msgid "In statement function"
17025 msgstr ""
17026
17027 #: f/com.c:13687
17028 #, c-format
17029 msgid "Outside of any program unit:\n"
17030 msgstr ""
17031
17032 #: f/com.c:14734
17033 msgid "struct type value used where scalar is required"
17034 msgstr ""
17035
17036 #: f/com.c:14738
17037 msgid "union type value used where scalar is required"
17038 msgstr ""
17039
17040 #: f/com.c:14742
17041 msgid "array type value used where scalar is required"
17042 msgstr ""
17043
17044 #: f/com.c:15283
17045 #, no-c-format
17046 msgid "%A from %B at %0%C"
17047 msgstr ""
17048
17049 #: f/com.c:15593
17050 #, no-c-format
17051 msgid "At %0, INCLUDE file %A exists, but is not readable"
17052 msgstr ""
17053
17054 #: f/com.c:15628
17055 #, no-c-format
17056 msgid "At %0, INCLUDE nesting too deep"
17057 msgstr ""
17058
17059 #: f/expr.c:8706
17060 #, no-c-format
17061 msgid "Two arithmetic operators in a row at %0 and %1 -- use parentheses"
17062 msgstr ""
17063
17064 #: f/expr.c:8756
17065 #, no-c-format
17066 msgid "Operator at %0 has lower precedence than that at %1 -- use parentheses"
17067 msgstr ""
17068
17069 #: f/expr.c:9639
17070 #, no-c-format
17071 msgid ""
17072 "Use .EQV./.NEQV. instead of .EQ./.NE. at %0 for LOGICAL operands at %1 and %2"
17073 msgstr ""
17074
17075 #: f/expr.c:10010
17076 #, no-c-format
17077 msgid "Unsupported operand for ** at %1 -- converting to default INTEGER"
17078 msgstr ""
17079
17080 #: f/g77spec.c:230
17081 #, c-format
17082 msgid "overflowed output arg list for `%s'"
17083 msgstr ""
17084
17085 #: f/g77spec.c:367
17086 msgid "--driver no longer supported"
17087 msgstr ""
17088
17089 #: f/g77spec.c:380
17090 #, c-format
17091 msgid "argument to `%s' missing"
17092 msgstr ""
17093
17094 #: f/g77spec.c:384
17095 msgid "no input files; unwilling to write output files"
17096 msgstr ""
17097
17098 #: f/implic.c:203
17099 #, no-c-format
17100 msgid "Implicit declaration of `%A' at %0"
17101 msgstr ""
17102
17103 #: f/lex.c:321
17104 #, no-c-format
17105 msgid "Non-ISO-C-standard escape sequence `\\%A' at %0"
17106 msgstr ""
17107
17108 #: f/lex.c:340
17109 #, no-c-format
17110 msgid "Unknown escape sequence `\\%A' at %0"
17111 msgstr ""
17112
17113 #: f/lex.c:349
17114 #, no-c-format
17115 msgid "Unterminated escape sequence `\\' at %0"
17116 msgstr ""
17117
17118 #: f/lex.c:360
17119 #, no-c-format
17120 msgid "Unknown escape sequence `\\' followed by char code 0x%A at %0"
17121 msgstr ""
17122
17123 #: f/lex.c:388
17124 #, no-c-format
17125 msgid "\\x used at %0 with no following hex digits"
17126 msgstr ""
17127
17128 #: f/lex.c:402
17129 #, no-c-format
17130 msgid "Hex escape at %0 out of range"
17131 msgstr ""
17132
17133 #: f/lex.c:436
17134 #, no-c-format
17135 msgid "Escape sequence at %0 out of range for character"
17136 msgstr ""
17137
17138 #: f/lex.c:590
17139 msgid "hex escape out of range"
17140 msgstr ""
17141
17142 #: f/lex.c:643
17143 #, c-format
17144 msgid "non-ANSI-standard escape sequence, `\\%c'"
17145 msgstr ""
17146
17147 #: f/lex.c:656
17148 #, c-format
17149 msgid "non-ISO escape sequence `\\%c'"
17150 msgstr ""
17151
17152 #: f/lex.c:660
17153 #, c-format
17154 msgid "unknown escape sequence `\\%c'"
17155 msgstr ""
17156
17157 #: f/lex.c:662
17158 #, c-format
17159 msgid "unknown escape sequence: `\\' followed by char code 0x%x"
17160 msgstr ""
17161
17162 #: f/lex.c:739
17163 msgid "badly formed directive -- no closing quote"
17164 msgstr ""
17165
17166 #: f/lex.c:797
17167 msgid "#-lines for entering and leaving files don't match"
17168 msgstr ""
17169
17170 #: f/lex.c:957
17171 msgid "bad directive -- missing close-quote"
17172 msgstr ""
17173
17174 #: f/lex.c:1096
17175 msgid "invalid #ident"
17176 msgstr ""
17177
17178 #: f/lex.c:1113
17179 msgid "undefined or invalid # directive"
17180 msgstr ""
17181
17182 #: f/lex.c:1168
17183 msgid "invalid #line"
17184 msgstr ""
17185
17186 #: f/lex.c:1224 f/lex.c:1268
17187 msgid "use `#line ...' instead of `# ...' in first line"
17188 msgstr ""
17189
17190 #: f/lex.c:1278
17191 msgid "invalid #-line"
17192 msgstr ""
17193
17194 #: f/lex.c:1371
17195 #, no-c-format
17196 msgid "Null character at %0 -- line ignored"
17197 msgstr ""
17198
17199 #: f/stb.c:9177
17200 #, no-c-format
17201 msgid "INCLUDE at %0 not the only statement on the source line"
17202 msgstr ""
17203
17204 #: f/ste.c:1397 f/ste.c:1744
17205 msgid "ASSIGNed FORMAT specifier is too small"
17206 msgstr ""
17207
17208 #. ~~~Someday handle CHARACTER*1, CHARACTER*N
17209 #: f/ste.c:2621
17210 #, no-c-format
17211 msgid "SELECT CASE on CHARACTER type (at %0) not supported -- sorry"
17212 msgstr ""
17213
17214 #: f/ste.c:2725
17215 msgid "SELECT (at %0) has duplicate cases -- check integer overflow of CASE(s)"
17216 msgstr ""
17217
17218 #: f/ste.c:2957
17219 msgid "ASSIGN to variable that is too small"
17220 msgstr ""
17221
17222 #: f/ste.c:2989
17223 msgid "ASSIGNed GOTO target variable is too small"
17224 msgstr ""
17225
17226 #: f/stu.c:305
17227 #, no-c-format
17228 msgid "Local adjustable symbol `%A' at %0"
17229 msgstr ""
17230
17231 #: f/target.c:2545
17232 msgid "data initializer on host with different endianness"
17233 msgstr ""
17234
17235 #: f/top.c:244
17236 msgid "-fvxt-not-f90 no longer supported -- try -fvxt"
17237 msgstr ""
17238
17239 #: f/top.c:248
17240 msgid "-ff90-not-vxt no longer supported -- try -fno-vxt -ff90"
17241 msgstr ""
17242
17243 #: f/top.c:318
17244 msgid "-fdebug-kludge is disabled, use normal debugging flags"
17245 msgstr ""
17246
17247 #: f/bad.def:39
17248 #, no-c-format
17249 msgid "Missing first operand for binary operator at %0"
17250 msgstr ""
17251
17252 #: f/bad.def:42
17253 #, no-c-format
17254 msgid "Zero-length character constant at %0"
17255 msgstr ""
17256
17257 #: f/bad.def:45
17258 #, no-c-format
17259 msgid "Invalid token at %0 in expression or subexpression at %1"
17260 msgstr ""
17261
17262 #: f/bad.def:48
17263 #, no-c-format
17264 msgid "Missing operand for operator at %1 at end of expression at %0"
17265 msgstr ""
17266
17267 #: f/bad.def:51
17268 #, no-c-format
17269 msgid "Label %A already defined at %1 when redefined at %0"
17270 msgstr ""
17271
17272 #: f/bad.def:54
17273 #, no-c-format
17274 msgid "Unrecognized character at %0 [info -f g77 M LEX]"
17275 msgstr ""
17276
17277 #: f/bad.def:57
17278 #, no-c-format
17279 msgid "Label definition %A at %0 on empty statement (as of %1)"
17280 msgstr ""
17281
17282 #: f/bad.def:65
17283 #, no-c-format
17284 msgid "Invalid first character at %0 [info -f g77 M LEX]"
17285 msgstr ""
17286
17287 #: f/bad.def:68
17288 #, no-c-format
17289 msgid "Line too long as of %0 [info -f g77 M LEX]"
17290 msgstr ""
17291
17292 #: f/bad.def:71
17293 #, no-c-format
17294 msgid "Non-numeric character at %0 in label field [info -f g77 M LEX]"
17295 msgstr ""
17296
17297 #: f/bad.def:74
17298 #, no-c-format
17299 msgid "Label number at %0 not in range 1-99999"
17300 msgstr ""
17301
17302 #: f/bad.def:77
17303 #, no-c-format
17304 msgid "At %0, '!' and '/*' are not valid comment delimiters"
17305 msgstr ""
17306
17307 #: f/bad.def:80
17308 #, no-c-format
17309 msgid ""
17310 "Continuation indicator at %0 must appear in column 6 [info -f g77 M LEX]"
17311 msgstr ""
17312
17313 #: f/bad.def:83
17314 #, no-c-format
17315 msgid ""
17316 "Label at %0 invalid with continuation line indicator at %1 [info -f g77 M "
17317 "LEX]"
17318 msgstr ""
17319
17320 #: f/bad.def:91
17321 #, no-c-format
17322 msgid "Character constant at %0 has no closing apostrophe at %1"
17323 msgstr ""
17324
17325 #: f/bad.def:94
17326 #, no-c-format
17327 msgid ""
17328 "Hollerith constant at %0 specified %A more characters than are present as of "
17329 "%1"
17330 msgstr ""
17331
17332 #: f/bad.def:97
17333 #, no-c-format
17334 msgid "Missing close parenthese at %0 needed to match open parenthese at %1"
17335 msgstr ""
17336
17337 #: f/bad.def:100
17338 #, no-c-format
17339 msgid "Integer at %0 too large"
17340 msgstr ""
17341
17342 #: f/bad.def:123
17343 #, no-c-format
17344 msgid ""
17345 "Period at %0 not followed by digits for floating-point number or by `NOT.', "
17346 "`TRUE.', or `FALSE.'"
17347 msgstr ""
17348
17349 #: f/bad.def:126
17350 #, no-c-format
17351 msgid "Missing close-period between `.%A' at %0 and %1"
17352 msgstr ""
17353
17354 #: f/bad.def:129
17355 #, no-c-format
17356 msgid ""
17357 "Invalid exponent at %0 for real constant at %1; nondigit `%A' in exponent "
17358 "field"
17359 msgstr ""
17360
17361 #: f/bad.def:132
17362 #, no-c-format
17363 msgid "Missing value at %1 for real-number exponent at %0"
17364 msgstr ""
17365
17366 #: f/bad.def:135
17367 #, no-c-format
17368 msgid "Expected binary operator between expressions at %0 and at %1"
17369 msgstr ""
17370
17371 #: f/bad.def:253
17372 #, no-c-format
17373 msgid "Semicolon at %0 is an invalid token"
17374 msgstr ""
17375
17376 #: f/bad.def:271
17377 #, no-c-format
17378 msgid "Extraneous comma in FORMAT statement at %0"
17379 msgstr ""
17380
17381 #: f/bad.def:274
17382 #, no-c-format
17383 msgid "Missing comma in FORMAT statement at %0"
17384 msgstr ""
17385
17386 #: f/bad.def:277
17387 #, no-c-format
17388 msgid "Spurious sign in FORMAT statement at %0"
17389 msgstr ""
17390
17391 #: f/bad.def:280
17392 #, no-c-format
17393 msgid "Spurious number in FORMAT statement at %0"
17394 msgstr ""
17395
17396 #: f/bad.def:283
17397 #, no-c-format
17398 msgid "Spurious text trailing number in FORMAT statement at %0"
17399 msgstr ""
17400
17401 #: f/bad.def:291
17402 #, no-c-format
17403 msgid "Unrecognized FORMAT specifier at %0"
17404 msgstr ""
17405
17406 #: f/bad.def:419
17407 #, no-c-format
17408 msgid "Missing close-parenthese(s) in FORMAT statement at %0"
17409 msgstr ""
17410
17411 #: f/bad.def:422
17412 #, no-c-format
17413 msgid "Missing number following period in FORMAT statement at %0"
17414 msgstr ""
17415
17416 #: f/bad.def:425
17417 #, no-c-format
17418 msgid "Missing number following `E' in FORMAT statement at %0"
17419 msgstr ""
17420
17421 #: f/bad.def:433
17422 #, no-c-format
17423 msgid "Spurious trailing comma preceding terminator at %0"
17424 msgstr ""
17425
17426 #: f/bad.def:436
17427 #, no-c-format
17428 msgid ""
17429 "At %0, specify OPERATOR instead of ASSIGNMENT for INTERFACE statement not "
17430 "specifying the assignment operator (=)"
17431 msgstr ""
17432
17433 #: f/bad.def:439
17434 #, no-c-format
17435 msgid ""
17436 "At %0, specify ASSIGNMENT instead of OPERATOR for INTERFACE statement "
17437 "specifying the assignment operator (=)"
17438 msgstr ""
17439
17440 #: f/bad.def:452
17441 #, no-c-format
17442 msgid ""
17443 "Cannot specify =initialization-expr at %0 unless `::' appears before list of "
17444 "objects"
17445 msgstr ""
17446
17447 #: f/bad.def:455
17448 #, no-c-format
17449 msgid "Reference to label at %1 inconsistent with its definition at %0"
17450 msgstr ""
17451
17452 #: f/bad.def:458
17453 #, no-c-format
17454 msgid "Reference to label at %1 inconsistent with earlier reference at %0"
17455 msgstr ""
17456
17457 #: f/bad.def:461
17458 #, no-c-format
17459 msgid "DO-statement reference to label at %1 follows its definition at %0"
17460 msgstr ""
17461
17462 #: f/bad.def:464
17463 #, no-c-format
17464 msgid "Reference to label at %1 is outside block containing definition at %0"
17465 msgstr ""
17466
17467 #: f/bad.def:467
17468 #, no-c-format
17469 msgid ""
17470 "DO-statement references to label at %0 and %2 separated by unterminated "
17471 "block starting at %1"
17472 msgstr ""
17473
17474 #: f/bad.def:470
17475 #, no-c-format
17476 msgid ""
17477 "DO-statement reference to label at %0 and label definition at %2 separated "
17478 "by unterminated block starting at %1"
17479 msgstr ""
17480
17481 #: f/bad.def:473
17482 #, no-c-format
17483 msgid "Label definition at %0 invalid on this kind of statement"
17484 msgstr ""
17485
17486 #: f/bad.def:476
17487 #, no-c-format
17488 msgid "Statement at %0 invalid in this context"
17489 msgstr ""
17490
17491 #: f/bad.def:479
17492 #, no-c-format
17493 msgid "Statement at %0 invalid in context established by statement at %1"
17494 msgstr ""
17495
17496 #: f/bad.def:482
17497 #, no-c-format
17498 msgid "Statement at %0 must specify construct name specified at %1"
17499 msgstr ""
17500
17501 #: f/bad.def:485
17502 #, no-c-format
17503 msgid "Construct name at %0 superfluous, no construct name specified at %1"
17504 msgstr ""
17505
17506 #: f/bad.def:488
17507 #, no-c-format
17508 msgid "Construct name at %0 not the same as construct name at %1"
17509 msgstr ""
17510
17511 #: f/bad.def:491
17512 #, no-c-format
17513 msgid ""
17514 "Construct name at %0 does not match construct name for any containing DO "
17515 "constructs"
17516 msgstr ""
17517
17518 #: f/bad.def:494
17519 #, no-c-format
17520 msgid "Label definition missing at %0 for DO construct specifying label at %1"
17521 msgstr ""
17522
17523 #: f/bad.def:497
17524 #, no-c-format
17525 msgid "Statement at %0 follows ELSE block for IF construct at %1"
17526 msgstr ""
17527
17528 #: f/bad.def:500
17529 #, no-c-format
17530 msgid "No label definition for FORMAT statement at %0"
17531 msgstr ""
17532
17533 #: f/bad.def:503
17534 #, no-c-format
17535 msgid "Second occurrence of ELSE WHERE at %0 within WHERE at %1"
17536 msgstr ""
17537
17538 #: f/bad.def:506
17539 #, no-c-format
17540 msgid ""
17541 "END statement at %0 missing `%A' keyword required for internal or module "
17542 "procedure(s) bounded by %1"
17543 msgstr ""
17544
17545 #: f/bad.def:509
17546 #, no-c-format
17547 msgid ""
17548 "MODULE PROCEDURE statement at %0 disallowed because INTERFACE at %1 "
17549 "specifies no generic name, operator, or assignment"
17550 msgstr ""
17551
17552 #: f/bad.def:512
17553 #, no-c-format
17554 msgid "BLOCK DATA name at %0 superfluous, no name specified at %1"
17555 msgstr ""
17556
17557 #: f/bad.def:515
17558 #, no-c-format
17559 msgid "Program name at %0 superfluous, no PROGRAM statement specified at %1"
17560 msgstr ""
17561
17562 #: f/bad.def:518
17563 #, no-c-format
17564 msgid "Program unit name at %0 not the same as name at %1"
17565 msgstr ""
17566
17567 #: f/bad.def:521
17568 #, no-c-format
17569 msgid "Type name at %0 not the same as name at %1"
17570 msgstr ""
17571
17572 #: f/bad.def:524
17573 #, no-c-format
17574 msgid "End of source file before end of block started at %0"
17575 msgstr ""
17576
17577 #: f/bad.def:527
17578 #, no-c-format
17579 msgid "Undefined label, first referenced at %0"
17580 msgstr ""
17581
17582 #: f/bad.def:530
17583 #, no-c-format
17584 msgid ""
17585 "SAVE statement or attribute at %1 cannot be specified along with SAVE "
17586 "statement or attribute at %0"
17587 msgstr ""
17588
17589 #: f/bad.def:533
17590 #, no-c-format
17591 msgid ""
17592 "PUBLIC or PRIVATE statement at %1 cannot be specified along with PUBLIC or "
17593 "PRIVATE statement at %0"
17594 msgstr ""
17595
17596 #: f/bad.def:536
17597 #, no-c-format
17598 msgid "RETURN statement at %0 invalid within a main program unit"
17599 msgstr ""
17600
17601 #: f/bad.def:539
17602 #, no-c-format
17603 msgid "Alternate return specifier at %0 invalid within a main program unit"
17604 msgstr ""
17605
17606 #: f/bad.def:542
17607 #, no-c-format
17608 msgid "Alternate return specifier at %0 invalid within a function"
17609 msgstr ""
17610
17611 #: f/bad.def:545
17612 #, no-c-format
17613 msgid ""
17614 "Access specifier or PRIVATE statement at %0 invalid for derived-type "
17615 "definition within other than the specification part of a module"
17616 msgstr ""
17617
17618 #: f/bad.def:548
17619 #, no-c-format
17620 msgid ""
17621 "Access specifier at %0 must immediately follow derived-type statement at %1 "
17622 "with no intervening statements"
17623 msgstr ""
17624
17625 #: f/bad.def:551
17626 #, no-c-format
17627 msgid ""
17628 "No components specified as of %0 for derived-type definition beginning at %1"
17629 msgstr ""
17630
17631 #: f/bad.def:554
17632 #, no-c-format
17633 msgid ""
17634 "No components specified as of %0 for structure definition beginning at %1"
17635 msgstr ""
17636
17637 #: f/bad.def:557
17638 #, no-c-format
17639 msgid "Missing structure name for outer structure definition at %0"
17640 msgstr ""
17641
17642 #: f/bad.def:560
17643 #, no-c-format
17644 msgid ""
17645 "Field names at %0 for outer structure definition -- specify them in a "
17646 "subsequent RECORD statement instead"
17647 msgstr ""
17648
17649 #: f/bad.def:563
17650 #, no-c-format
17651 msgid ""
17652 "Missing field name(s) for structure definition at %0 within structure "
17653 "definition at %1"
17654 msgstr ""
17655
17656 #: f/bad.def:566
17657 #, no-c-format
17658 msgid "No components specified as of %0 for map beginning at %1"
17659 msgstr ""
17660
17661 #: f/bad.def:569
17662 #, no-c-format
17663 msgid ""
17664 "Zero or one maps specified as of %0 for union beginning at %1 -- at least "
17665 "two are required"
17666 msgstr ""
17667
17668 #: f/bad.def:572
17669 #, no-c-format
17670 msgid "Missing %A specifier in statement at %0"
17671 msgstr ""
17672
17673 #: f/bad.def:575
17674 #, no-c-format
17675 msgid "Items in I/O list starting at %0 invalid for namelist-directed I/O"
17676 msgstr ""
17677
17678 #: f/bad.def:578
17679 #, no-c-format
17680 msgid "Conflicting I/O control specifications at %0 and %1"
17681 msgstr ""
17682
17683 #: f/bad.def:581
17684 #, no-c-format
17685 msgid "No UNIT= specifier in I/O control list at %0"
17686 msgstr ""
17687
17688 #: f/bad.def:584
17689 #, no-c-format
17690 msgid ""
17691 "Specification at %0 requires ADVANCE=`NO' specification in same I/O control "
17692 "list"
17693 msgstr ""
17694
17695 #: f/bad.def:587
17696 #, no-c-format
17697 msgid ""
17698 "Specification at %0 requires explicit FMT= specification in same I/O control "
17699 "list"
17700 msgstr ""
17701
17702 #: f/bad.def:595
17703 #, no-c-format
17704 msgid "Second occurrence of CASE DEFAULT at %0 within SELECT CASE at %1"
17705 msgstr ""
17706
17707 #: f/bad.def:598
17708 #, no-c-format
17709 msgid "Duplicate or overlapping case values/ranges at %0 and %1"
17710 msgstr ""
17711
17712 #: f/bad.def:601
17713 #, no-c-format
17714 msgid ""
17715 "Type and/or kind-type parameter disagreement between CASE value or value "
17716 "within range at %0 and SELECT CASE at %1"
17717 msgstr ""
17718
17719 #: f/bad.def:604
17720 #, no-c-format
17721 msgid ""
17722 "Range specification at %0 invalid for CASE statement within logical-type "
17723 "SELECT CASE statement"
17724 msgstr ""
17725
17726 #: f/bad.def:617
17727 #, no-c-format
17728 msgid "Fortran 90 feature at %0 unsupported"
17729 msgstr ""
17730
17731 #: f/bad.def:630
17732 #, no-c-format
17733 msgid ""
17734 "Invalid declaration of or reference to symbol `%A' at %0 [initially seen at %"
17735 "1]"
17736 msgstr ""
17737
17738 #: f/bad.def:638
17739 #, no-c-format
17740 msgid "Null element at %0 for array reference at %1"
17741 msgstr ""
17742
17743 #: f/bad.def:641
17744 #, no-c-format
17745 msgid "Too few elements (%A missing) as of %0 for array reference at %1"
17746 msgstr ""
17747
17748 #: f/bad.def:644
17749 #, no-c-format
17750 msgid "Too many elements as of %0 for array reference at %1"
17751 msgstr ""
17752
17753 #: f/bad.def:647
17754 #, no-c-format
17755 msgid "Missing colon as of %0 in substring reference for %1"
17756 msgstr ""
17757
17758 #: f/bad.def:650
17759 #, no-c-format
17760 msgid "Invalid use at %0 of substring operator on %1"
17761 msgstr ""
17762
17763 #: f/bad.def:653
17764 #, no-c-format
17765 msgid "Substring begin/end point at %0 out of defined range"
17766 msgstr ""
17767
17768 #: f/bad.def:656
17769 #, no-c-format
17770 msgid "Array element value at %0 out of defined range"
17771 msgstr ""
17772
17773 #: f/bad.def:659
17774 #, no-c-format
17775 msgid "Expression at %0 has incorrect data type or rank for its context"
17776 msgstr ""
17777
17778 #: f/bad.def:662
17779 #, no-c-format
17780 msgid "Division by 0 (zero) at %0 (IEEE not yet supported)"
17781 msgstr ""
17782
17783 #: f/bad.def:665
17784 #, no-c-format
17785 msgid "%A step count known to be 0 (zero) at %0"
17786 msgstr ""
17787
17788 #: f/bad.def:668
17789 #, no-c-format
17790 msgid "%A end value plus step count known to overflow at %0"
17791 msgstr ""
17792
17793 #: f/bad.def:671
17794 #, no-c-format
17795 msgid ""
17796 "%A begin, end, and step-count values known to result in implementation-"
17797 "dependent behavior due to overflow(s) in intermediate calculations at %0"
17798 msgstr ""
17799
17800 #: f/bad.def:674
17801 #, no-c-format
17802 msgid ""
17803 "%A begin, end, and step-count values known to result in no iterations at %0"
17804 msgstr ""
17805
17806 #: f/bad.def:677
17807 #, no-c-format
17808 msgid "Type disagreement between expressions at %0 and %1"
17809 msgstr ""
17810
17811 #: f/bad.def:690
17812 #, no-c-format
17813 msgid "No specification for implied-DO iterator `%A' at %0"
17814 msgstr ""
17815
17816 #: f/bad.def:693
17817 #, no-c-format
17818 msgid "Gratuitous parentheses surround implied-DO construct at %0"
17819 msgstr ""
17820
17821 #: f/bad.def:696
17822 #, no-c-format
17823 msgid "Zero-size specification invalid at %0"
17824 msgstr ""
17825
17826 #: f/bad.def:699
17827 #, no-c-format
17828 msgid "Zero-size array at %0"
17829 msgstr ""
17830
17831 #: f/bad.def:702
17832 #, no-c-format
17833 msgid "Target machine does not support complex entity of kind specified at %0"
17834 msgstr ""
17835
17836 #: f/bad.def:705
17837 #, no-c-format
17838 msgid "Target machine does not support DOUBLE COMPLEX, specified at %0"
17839 msgstr ""
17840
17841 #: f/bad.def:708
17842 #, no-c-format
17843 msgid "Attempt to raise constant zero to a power at %0"
17844 msgstr ""
17845
17846 #: f/bad.def:806
17847 #, no-c-format
17848 msgid "Reference to generic intrinsic `%A' at %0 could be to form %B or %C"
17849 msgstr ""
17850
17851 #: f/bad.def:809
17852 #, no-c-format
17853 msgid "Ambiguous use of intrinsic `%A' at %0 [info -f g77 M CMPAMBIG]"
17854 msgstr ""
17855
17856 #: f/bad.def:812
17857 #, no-c-format
17858 msgid "Intrinsic `%A' referenced %Bly at %0, %Cly at %1 [info -f g77 M EXPIMP]"
17859 msgstr ""
17860
17861 #: f/bad.def:815
17862 #, no-c-format
17863 msgid "Same name `%A' used for %B at %0 and %C at %1 [info -f g77 M INTGLOB]"
17864 msgstr ""
17865
17866 #: f/bad.def:818
17867 #, no-c-format
17868 msgid ""
17869 "Explicit type declaration for intrinsic `%A' disagrees with invocation at %0"
17870 msgstr ""
17871
17872 #: f/bad.def:821
17873 #, no-c-format
17874 msgid "Unable to open INCLUDE file `%A' at %0"
17875 msgstr ""
17876
17877 #: f/bad.def:839
17878 #, no-c-format
17879 msgid "Null argument at %0 for statement function reference at %1"
17880 msgstr ""
17881
17882 #: f/bad.def:842
17883 #, no-c-format
17884 msgid "Null argument at %0 for procedure invocation at %1"
17885 msgstr ""
17886
17887 #: f/bad.def:845
17888 #, no-c-format
17889 msgid ""
17890 "%A too few arguments (starting with dummy argument `%B') as of %0 for "
17891 "statement function reference at %1"
17892 msgstr ""
17893
17894 #: f/bad.def:848
17895 #, no-c-format
17896 msgid "%A too many arguments as of %0 for statement function reference at %1"
17897 msgstr ""
17898
17899 #: f/bad.def:851
17900 #, no-c-format
17901 msgid ""
17902 "Array supplied at %1 for dummy argument `%A' in statement function reference "
17903 "at %0"
17904 msgstr ""
17905
17906 #: f/bad.def:854
17907 #, no-c-format
17908 msgid "Unsupported FORMAT specifier at %0"
17909 msgstr ""
17910
17911 #: f/bad.def:857
17912 #, no-c-format
17913 msgid "Variable-expression FORMAT specifier at %0 -- unsupported"
17914 msgstr ""
17915
17916 #: f/bad.def:880
17917 #, no-c-format
17918 msgid "Unsupported VXT statement at %0"
17919 msgstr ""
17920
17921 #: f/bad.def:883
17922 #, no-c-format
17923 msgid "Attempt to specify second initial value for `%A' at %0"
17924 msgstr ""
17925
17926 #: f/bad.def:886
17927 #, no-c-format
17928 msgid "Too few initial values in list of initializers for `%A' at %0"
17929 msgstr ""
17930
17931 #: f/bad.def:889
17932 #, no-c-format
17933 msgid "Too many initial values in list of initializers starting at %0"
17934 msgstr ""
17935
17936 #: f/bad.def:892
17937 #, no-c-format
17938 msgid ""
17939 "Array or substring specification for `%A' out of range in statement at %0"
17940 msgstr ""
17941
17942 #: f/bad.def:895
17943 #, no-c-format
17944 msgid ""
17945 "Array subscript #%B out of range for initialization of `%A' in statement at %"
17946 "0"
17947 msgstr ""
17948
17949 #: f/bad.def:898
17950 #, no-c-format
17951 msgid ""
17952 "Implied do-loop step count of 0 (zero) for iteration variable `%A' in "
17953 "statement at %0"
17954 msgstr ""
17955
17956 #: f/bad.def:901
17957 #, no-c-format
17958 msgid ""
17959 "Implied do-loop iteration count of 0 (zero) for iteration variable `%A' in "
17960 "statement at %0"
17961 msgstr ""
17962
17963 #: f/bad.def:904
17964 #, no-c-format
17965 msgid ""
17966 "Not an integer constant expression in implied do-loop in statement at %0"
17967 msgstr ""
17968
17969 #: f/bad.def:907
17970 #, no-c-format
17971 msgid "Attempt to specify second initial value for element of `%A' at %0"
17972 msgstr ""
17973
17974 #: f/bad.def:910
17975 #, no-c-format
17976 msgid "Attempt to EQUIVALENCE common areas `%A' and `%B' at %0"
17977 msgstr ""
17978
17979 #: f/bad.def:913
17980 #, no-c-format
17981 msgid ""
17982 "Can't place `%A' as directed by EQUIVALENCE due to alignment restrictions"
17983 msgstr ""
17984
17985 #: f/bad.def:916
17986 #, no-c-format
17987 msgid ""
17988 "Mismatched EQUIVALENCE requirements for placement of `%A' at both %C and %D "
17989 "bytes offset from `%B'"
17990 msgstr ""
17991
17992 #: f/bad.def:919
17993 #, no-c-format
17994 msgid ""
17995 "Array or substring specification for `%A' out of range in EQUIVALENCE "
17996 "statement"
17997 msgstr ""
17998
17999 #: f/bad.def:922
18000 #, no-c-format
18001 msgid "Substring of non-CHARACTER entity `%A' in EQUIVALENCE statement"
18002 msgstr ""
18003
18004 #: f/bad.def:925
18005 #, no-c-format
18006 msgid "Array reference to scalar variable `%A' in EQUIVALENCE statement"
18007 msgstr ""
18008
18009 #: f/bad.def:928
18010 #, no-c-format
18011 msgid "Array subscript #%B out of range for EQUIVALENCE of `%A'"
18012 msgstr ""
18013
18014 #: f/bad.def:936
18015 #, no-c-format
18016 msgid ""
18017 "Attempt to extend COMMON area beyond its starting point via EQUIVALENCE of `%"
18018 "A'"
18019 msgstr ""
18020
18021 #: f/bad.def:939
18022 #, no-c-format
18023 msgid "Too few elements in reference to array `%A' in EQUIVALENCE statement"
18024 msgstr ""
18025
18026 #: f/bad.def:942
18027 #, no-c-format
18028 msgid "Too many elements in reference to array `%A' in EQUIVALENCE statement"
18029 msgstr ""
18030
18031 #: f/bad.def:945
18032 #, no-c-format
18033 msgid ""
18034 "Mixed CHARACTER and non-CHARACTER types via COMMON/EQUIVALENCE -- for "
18035 "example, `%A' and `%B'"
18036 msgstr ""
18037
18038 #: f/bad.def:958
18039 #, no-c-format
18040 msgid "Return value `%A' for FUNCTION at %0 not referenced in subprogram"
18041 msgstr ""
18042
18043 #: f/bad.def:976
18044 #, no-c-format
18045 msgid ""
18046 "Common block `%A' is SAVEd, explicitly or implicitly, at %0 but not SAVEd at "
18047 "%1"
18048 msgstr ""
18049
18050 #: f/bad.def:979
18051 #, no-c-format
18052 msgid "Common block `%A' is %B %D in length at %0 but %C %E at %1"
18053 msgstr ""
18054
18055 #: f/bad.def:987
18056 #, no-c-format
18057 msgid "Blank common initialized at %0"
18058 msgstr ""
18059
18060 #: f/bad.def:990
18061 #, no-c-format
18062 msgid ""
18063 "Intrinsic `%A' is passed as actual argument at %0 but not explicitly "
18064 "declared INTRINSIC"
18065 msgstr ""
18066
18067 #: f/bad.def:993
18068 #, no-c-format
18069 msgid ""
18070 "External procedure `%A' is passed as actual argument at %0 but not "
18071 "explicitly declared EXTERNAL"
18072 msgstr ""
18073
18074 #: f/bad.def:996
18075 #, no-c-format
18076 msgid "Character `%A' (for example) is upper-case in symbol name at %0"
18077 msgstr ""
18078
18079 #: f/bad.def:999
18080 #, no-c-format
18081 msgid "Character `%A' (for example) is lower-case in symbol name at %0"
18082 msgstr ""
18083
18084 #: f/bad.def:1002
18085 #, no-c-format
18086 msgid ""
18087 "Character `%A' not followed at some point by lower-case character in symbol "
18088 "name at %0"
18089 msgstr ""
18090
18091 #: f/bad.def:1005
18092 #, no-c-format
18093 msgid "Initial character `%A' is lower-case in symbol name at %0"
18094 msgstr ""
18095
18096 #: f/bad.def:1013
18097 #, no-c-format
18098 msgid ""
18099 "NAMELIST not adequately supported by run-time library for source files with "
18100 "case preserved"
18101 msgstr ""
18102
18103 #: f/bad.def:1016
18104 #, no-c-format
18105 msgid "Nested %% construct (%%VAL, %%REF, or %%DESCR) at %0"
18106 msgstr ""
18107
18108 #: f/bad.def:1034
18109 #, no-c-format
18110 msgid "Statement at %0 invalid in BLOCK DATA program unit at %1"
18111 msgstr ""
18112
18113 #: f/bad.def:1037
18114 #, no-c-format
18115 msgid "Truncating characters on right side of character constant at %0"
18116 msgstr ""
18117
18118 #: f/bad.def:1040
18119 #, no-c-format
18120 msgid "Truncating characters on right side of hollerith constant at %0"
18121 msgstr ""
18122
18123 #: f/bad.def:1043
18124 #, no-c-format
18125 msgid "Truncating non-zero data on left side of numeric constant at %0"
18126 msgstr ""
18127
18128 #: f/bad.def:1046
18129 #, no-c-format
18130 msgid "Truncating non-zero data on left side of typeless constant at %0"
18131 msgstr ""
18132
18133 #: f/bad.def:1049
18134 #, no-c-format
18135 msgid "Typeless constant at %0 too large"
18136 msgstr ""
18137
18138 #: f/bad.def:1052
18139 #, no-c-format
18140 msgid "First-column ampersand continuation at %0"
18141 msgstr ""
18142
18143 #: f/bad.def:1055 f/bad.def:1058
18144 #, no-c-format
18145 msgid ""
18146 "Global name `%A' defined at %0 already defined at %1 [info -f g77 M GLOBALS]"
18147 msgstr ""
18148
18149 #: f/bad.def:1061 f/bad.def:1064
18150 #, no-c-format
18151 msgid "Global name `%A' is %B at %0 but is %C at %1 [info -f g77 M GLOBALS]"
18152 msgstr ""
18153
18154 #: f/bad.def:1067 f/bad.def:1070
18155 #, no-c-format
18156 msgid "Global name `%A' at %0 has different type at %1 [info -f g77 M GLOBALS]"
18157 msgstr ""
18158
18159 #: f/bad.def:1073
18160 #, no-c-format
18161 msgid ""
18162 "Too %B arguments passed to `%A' at %0 versus definition at %1 [info -f g77 M "
18163 "GLOBALS]"
18164 msgstr ""
18165
18166 #: f/bad.def:1076
18167 #, no-c-format
18168 msgid ""
18169 "Too %B arguments for `%A' at %0 versus invocation at %1 [info -f g77 M "
18170 "GLOBALS]"
18171 msgstr ""
18172
18173 #: f/bad.def:1079 f/bad.def:1082
18174 #, no-c-format
18175 msgid ""
18176 "Argument #%B of `%A' is %C at %0 but is %D at %1 [info -f g77 M GLOBALS]"
18177 msgstr ""
18178
18179 #: f/bad.def:1085
18180 #, no-c-format
18181 msgid "Array `%A' at %0 is too large to handle"
18182 msgstr ""
18183
18184 #: f/bad.def:1088
18185 #, no-c-format
18186 msgid "Statement function `%A' defined at %0 is not used"
18187 msgstr ""
18188
18189 #: f/bad.def:1091
18190 #, no-c-format
18191 msgid ""
18192 "Intrinsic `%A', invoked at %0, known to be non-Y2K-compliant [info -f g77 M "
18193 "Y2KBAD]"
18194 msgstr ""
18195
18196 #: f/bad.def:1094
18197 #, no-c-format
18198 msgid "Internal compiler error -- cannot perform operation"
18199 msgstr ""
18200
18201 #. Kind messages are used in diagnostic location reports of the
18202 #. form "<file>: In function `foo': <error message>".
18203 #: f/info-k.def:32
18204 msgid "In unknown kind"
18205 msgstr ""
18206
18207 #: f/info-k.def:33
18208 msgid "In entity"
18209 msgstr ""
18210
18211 #: f/info-k.def:34
18212 msgid "In function"
18213 msgstr ""
18214
18215 #: f/info-k.def:35
18216 msgid "In subroutine"
18217 msgstr ""
18218
18219 #: f/info-k.def:36
18220 msgid "In program"
18221 msgstr ""
18222
18223 #: f/info-k.def:37
18224 msgid "In block-data unit"
18225 msgstr ""
18226
18227 #: f/info-k.def:38
18228 msgid "In common block"
18229 msgstr ""
18230
18231 #: f/info-k.def:39
18232 msgid "In construct"
18233 msgstr ""
18234
18235 #: f/info-k.def:40
18236 msgid "In namelist"
18237 msgstr ""
18238
18239 #: f/info-k.def:41
18240 msgid "In anything"
18241 msgstr ""
18242
18243 #: java/check-init.c:905
18244 #, c-format
18245 msgid "internal error in check-init: tree code not implemented: %s"
18246 msgstr ""
18247
18248 #: java/check-init.c:977
18249 msgid "%Jfinal field '%D' may not have been initialized"
18250 msgstr ""
18251
18252 #: java/class.c:592 java/class.c:616
18253 msgid "internal error - too many interface type"
18254 msgstr ""
18255
18256 #: java/class.c:715
18257 msgid "bad method signature"
18258 msgstr ""
18259
18260 #: java/class.c:759
18261 msgid "misplaced ConstantValue attribute (not in any field)"
18262 msgstr ""
18263
18264 #: java/class.c:761
18265 #, c-format
18266 msgid "duplicate ConstantValue attribute for field '%s'"
18267 msgstr ""
18268
18269 #: java/class.c:772
18270 #, c-format
18271 msgid "ConstantValue attribute of field '%s' has wrong type"
18272 msgstr ""
18273
18274 #: java/class.c:1067
18275 #, c-format
18276 msgid "field '%s' not found in class"
18277 msgstr ""
18278
18279 #: java/class.c:1324
18280 msgid "%Jabstract method in non-abstract class"
18281 msgstr ""
18282
18283 #: java/class.c:2140
18284 msgid "%Jnon-static method '%D' overrides static method"
18285 msgstr ""
18286
18287 #: java/decl.c:1018
18288 msgid "%J'%D' used prior to declaration"
18289 msgstr ""
18290
18291 #: java/decl.c:1059
18292 #, c-format
18293 msgid "declaration of `%s' shadows a parameter"
18294 msgstr ""
18295
18296 #: java/decl.c:1062
18297 #, c-format
18298 msgid "declaration of `%s' shadows a symbol from the parameter list"
18299 msgstr ""
18300
18301 #: java/decl.c:1361
18302 msgid "%Jlabel '%D' used but not defined"
18303 msgstr ""
18304
18305 #: java/decl.c:1366
18306 msgid "%Jlabel '%D' defined but not used"
18307 msgstr ""
18308
18309 #: java/decl.c:1494
18310 msgid "%JIn %D: overlapped variable and exception ranges at %d"
18311 msgstr ""
18312
18313 #: java/decl.c:1572
18314 msgid "bad type in parameter debug info"
18315 msgstr ""
18316
18317 #: java/decl.c:1581
18318 msgid "%Jbad PC range for debug info for local '%D'"
18319 msgstr ""
18320
18321 #: java/expr.c:520
18322 msgid "stack underflow - dup* operation"
18323 msgstr ""
18324
18325 #: java/expr.c:1470
18326 #, c-format
18327 msgid ""
18328 "reference `%s' is ambiguous: appears in interface `%s' and interface `%s'"
18329 msgstr ""
18330
18331 #: java/expr.c:1498
18332 #, c-format
18333 msgid "field `%s' not found"
18334 msgstr ""
18335
18336 #: java/expr.c:1659
18337 msgid "ret instruction not implemented"
18338 msgstr ""
18339
18340 #: java/expr.c:1816
18341 #, c-format
18342 msgid "method '%s' not found in class"
18343 msgstr ""
18344
18345 #: java/expr.c:2021
18346 #, c-format
18347 msgid "failed to find class '%s'"
18348 msgstr ""
18349
18350 #: java/expr.c:2031
18351 #, c-format
18352 msgid "class '%s' has no method named '%s' matching signature '%s'"
18353 msgstr ""
18354
18355 #: java/expr.c:2041
18356 msgid "invokestatic on non static method"
18357 msgstr ""
18358
18359 #: java/expr.c:2046
18360 msgid "invokestatic on abstract method"
18361 msgstr ""
18362
18363 #: java/expr.c:2054
18364 msgid "invoke[non-static] on static method"
18365 msgstr ""
18366
18367 #: java/expr.c:2353
18368 #, c-format
18369 msgid "missing field '%s' in '%s'"
18370 msgstr ""
18371
18372 #: java/expr.c:2359
18373 #, c-format
18374 msgid "mismatching signature for field '%s' in '%s'"
18375 msgstr ""
18376
18377 #: java/expr.c:2381
18378 msgid "%Jassignment to final field '%D' not in field's class"
18379 msgstr ""
18380
18381 #: java/expr.c:2386
18382 msgid "%Jassignment to final static field `%D' not in class initializer"
18383 msgstr ""
18384
18385 #: java/expr.c:2394
18386 msgid "%Jassignment to final field '%D' not in constructor"
18387 msgstr ""
18388
18389 #: java/expr.c:2637
18390 #, c-format
18391 msgid "can't expand %s"
18392 msgstr ""
18393
18394 #: java/expr.c:2809
18395 msgid "invalid PC in line number table"
18396 msgstr ""
18397
18398 #: java/expr.c:2855
18399 #, c-format
18400 msgid "unreachable bytecode from %d to before %d"
18401 msgstr ""
18402
18403 #: java/expr.c:2893
18404 #, c-format
18405 msgid "unreachable bytecode from %d to the end of the method"
18406 msgstr ""
18407
18408 #. duplicate code from LOAD macro
18409 #: java/expr.c:3207
18410 msgid "unrecogized wide sub-instruction"
18411 msgstr ""
18412
18413 #: java/jcf-io.c:534
18414 #, c-format
18415 msgid ""
18416 "source file for class `%s' is newer than its matching class file.  Source "
18417 "file `%s' used instead"
18418 msgstr ""
18419
18420 #: java/jcf-parse.c:330
18421 msgid "bad string constant"
18422 msgstr ""
18423
18424 #: java/jcf-parse.c:348
18425 #, c-format
18426 msgid "bad value constant type %d, index %d"
18427 msgstr ""
18428
18429 #: java/jcf-parse.c:514
18430 #, c-format
18431 msgid "can't reopen %s: %m"
18432 msgstr ""
18433
18434 #: java/jcf-parse.c:519
18435 #, c-format
18436 msgid "can't close %s: %m"
18437 msgstr ""
18438
18439 #: java/jcf-parse.c:604
18440 #, c-format
18441 msgid "cannot find file for class %s"
18442 msgstr ""
18443
18444 #: java/jcf-parse.c:615
18445 msgid "not a valid Java .class file"
18446 msgstr ""
18447
18448 #: java/jcf-parse.c:618
18449 msgid "error while parsing constant pool"
18450 msgstr ""
18451
18452 #: java/jcf-parse.c:621
18453 #, c-format
18454 msgid "error in constant pool entry #%d\n"
18455 msgstr ""
18456
18457 #. FIXME - where was first time
18458 #: java/jcf-parse.c:633
18459 #, c-format
18460 msgid "reading class %s for the second time from %s"
18461 msgstr ""
18462
18463 #: java/jcf-parse.c:651
18464 msgid "error while parsing fields"
18465 msgstr ""
18466
18467 #: java/jcf-parse.c:654
18468 msgid "error while parsing methods"
18469 msgstr ""
18470
18471 #: java/jcf-parse.c:657
18472 msgid "error while parsing final attributes"
18473 msgstr ""
18474
18475 #: java/jcf-parse.c:671
18476 #, c-format
18477 msgid ""
18478 "the `java.lang.Object' that was found in `%s' didn't have the special zero-"
18479 "length `gnu.gcj.gcj-compiled' attribute.  This generally means that your "
18480 "classpath is incorrectly set.  Use `info gcj \"Input Options\"' to see the "
18481 "info page describing how to set the classpath"
18482 msgstr ""
18483
18484 #: java/jcf-parse.c:749
18485 msgid "missing Code attribute"
18486 msgstr ""
18487
18488 #: java/jcf-parse.c:981
18489 msgid "%Hsource file seen twice on command line and will be compiled only once"
18490 msgstr ""
18491
18492 #: java/jcf-parse.c:997
18493 msgid "no input file specified"
18494 msgstr ""
18495
18496 #: java/jcf-parse.c:1026
18497 #, c-format
18498 msgid "can't close input file %s: %m"
18499 msgstr ""
18500
18501 #: java/jcf-parse.c:1064
18502 #, c-format
18503 msgid "bad zip/jar file %s"
18504 msgstr ""
18505
18506 #: java/jcf-parse.c:1236
18507 #, c-format
18508 msgid "error while reading %s from zip file"
18509 msgstr ""
18510
18511 #: java/jcf-write.c:2602
18512 #, c-format
18513 msgid ""
18514 "internal error in generate_bytecode_insn - tree code not implemented: %s"
18515 msgstr ""
18516
18517 #: java/jcf-write.c:2934
18518 msgid "field initializer type mismatch"
18519 msgstr ""
18520
18521 #: java/jcf-write.c:3389
18522 #, c-format
18523 msgid "can't create directory %s: %m"
18524 msgstr ""
18525
18526 #: java/jcf-write.c:3442
18527 #, c-format
18528 msgid "can't create %s: %m"
18529 msgstr ""
18530
18531 #: java/jv-scan.c:185
18532 msgid "only one of `--print-main', `--list-class', and `--complexity' allowed"
18533 msgstr ""
18534
18535 #: java/jv-scan.c:188
18536 #, c-format
18537 msgid "can't open output file `%s'"
18538 msgstr ""
18539
18540 #: java/jv-scan.c:222
18541 #, c-format
18542 msgid "file not found `%s'"
18543 msgstr ""
18544
18545 #: java/jvspec.c:418
18546 msgid "can't specify `-D' without `--main'\n"
18547 msgstr ""
18548
18549 #: java/jvspec.c:421
18550 #, c-format
18551 msgid "`%s' is not a valid class name"
18552 msgstr ""
18553
18554 #: java/jvspec.c:427
18555 msgid "--resource requires -o"
18556 msgstr ""
18557
18558 #: java/jvspec.c:434
18559 msgid "warning: already-compiled .class files ignored with -C"
18560 msgstr ""
18561
18562 #: java/jvspec.c:441
18563 msgid "cannot specify both -C and -o"
18564 msgstr ""
18565
18566 #: java/jvspec.c:453
18567 msgid "cannot create temporary file"
18568 msgstr ""
18569
18570 #: java/jvspec.c:481
18571 msgid "using both @FILE with multiple files not implemented"
18572 msgstr ""
18573
18574 #: java/jvspec.c:530
18575 msgid "cannot specify `main' class when not linking"
18576 msgstr ""
18577
18578 #: java/lang.c:740
18579 msgid "can't do dependency tracking with input from stdin"
18580 msgstr ""
18581
18582 #: java/lang.c:756
18583 msgid "couldn't determine target name for dependency tracking"
18584 msgstr ""
18585
18586 #: java/lex.c:303
18587 #, c-format
18588 msgid ""
18589 "unknown encoding: `%s'\n"
18590 "This might mean that your locale's encoding is not supported\n"
18591 "by your system's iconv(3) implementation.  If you aren't trying\n"
18592 "to use a particular encoding for your input file, try the\n"
18593 "`--encoding=UTF-8' option"
18594 msgstr ""
18595
18596 #: java/mangle.c:89
18597 #, c-format
18598 msgid "can't mangle %s"
18599 msgstr ""
18600
18601 #: java/mangle_name.c:140 java/mangle_name.c:210
18602 msgid "internal error - invalid Utf8 name"
18603 msgstr ""
18604
18605 #: java/parse-scan.y:880 java/parse.y:950
18606 #: java/parse.y:1291 java/parse.y:1352
18607 #: java/parse.y:1556 java/parse.y:1778
18608 #: java/parse.y:1787 java/parse.y:1798
18609 #: java/parse.y:1809 java/parse.y:1821
18610 #: java/parse.y:1836 java/parse.y:1853
18611 #: java/parse.y:1855 java/parse.y:1936
18612 #: java/parse.y:2107 java/parse.y:2169
18613 #: java/parse.y:2321 java/parse.y:2333
18614 #: java/parse.y:2340 java/parse.y:2347
18615 #: java/parse.y:2358 java/parse.y:2360
18616 #: java/parse.y:2398 java/parse.y:2400
18617 #: java/parse.y:2402 java/parse.y:2423
18618 #: java/parse.y:2425 java/parse.y:2427
18619 #: java/parse.y:2443 java/parse.y:2445
18620 #: java/parse.y:2466 java/parse.y:2468
18621 #: java/parse.y:2470 java/parse.y:2498
18622 #: java/parse.y:2500 java/parse.y:2502
18623 #: java/parse.y:2504 java/parse.y:2522
18624 #: java/parse.y:2524 java/parse.y:2535
18625 #: java/parse.y:2546 java/parse.y:2557
18626 #: java/parse.y:2568 java/parse.y:2579
18627 #: java/parse.y:2592 java/parse.y:2596
18628 #: java/parse.y:2598 java/parse.y:2611
18629 msgid "Missing term"
18630 msgstr ""
18631
18632 #: java/parse-scan.y:882 java/parse.y:722
18633 #: java/parse.y:760 java/parse.y:785
18634 #: java/parse.y:971 java/parse.y:1326
18635 #: java/parse.y:1532 java/parse.y:1534
18636 #: java/parse.y:1763 java/parse.y:1789
18637 #: java/parse.y:1800 java/parse.y:1811
18638 #: java/parse.y:1823 java/parse.y:1838
18639 msgid "';' expected"
18640 msgstr ""
18641
18642 #: java/parse.y:720 java/parse.y:758
18643 msgid "Missing name"
18644 msgstr ""
18645
18646 #: java/parse.y:783
18647 msgid "'*' expected"
18648 msgstr ""
18649
18650 #: java/parse.y:797
18651 msgid "Class or interface declaration expected"
18652 msgstr ""
18653
18654 #: java/parse.y:834 java/parse.y:836
18655 msgid "Missing class name"
18656 msgstr ""
18657
18658 #: java/parse.y:839 java/parse.y:843
18659 #: java/parse.y:851 java/parse.y:1011
18660 #: java/parse.y:1272 java/parse.y:1274
18661 #: java/parse.y:1598 java/parse.y:1849
18662 #: java/parse.y:1881 java/parse.y:1943
18663 msgid "'{' expected"
18664 msgstr ""
18665
18666 #: java/parse.y:853
18667 msgid "Missing super class name"
18668 msgstr ""
18669
18670 #: java/parse.y:863 java/parse.y:879
18671 msgid "Missing interface name"
18672 msgstr ""
18673
18674 #: java/parse.y:965
18675 msgid "Missing variable initializer"
18676 msgstr ""
18677
18678 #: java/parse.y:982
18679 msgid "Invalid declaration"
18680 msgstr ""
18681
18682 #: java/parse.y:985 java/parse.y:1070
18683 #: java/parse.y:2144 java/parse.y:2166
18684 #: java/parse.y:2170 java/parse.y:2205
18685 #: java/parse.y:2282 java/parse.y:2292
18686 msgid "']' expected"
18687 msgstr ""
18688
18689 #: java/parse.y:989
18690 msgid "Unbalanced ']'"
18691 msgstr ""
18692
18693 #: java/parse.y:1025
18694 msgid "Invalid method declaration, method name required"
18695 msgstr ""
18696
18697 #: java/parse.y:1030 java/parse.y:1035
18698 #: java/parse.y:1040 java/parse.y:2027
18699 msgid "Identifier expected"
18700 msgstr ""
18701
18702 #: java/parse.y:1045
18703 msgid "Invalid method declaration, return type required"
18704 msgstr ""
18705
18706 #: java/parse.y:1068 java/parse.y:1512
18707 #: java/parse.y:1519 java/parse.y:1528
18708 #: java/parse.y:1530 java/parse.y:1558
18709 #: java/parse.y:1666 java/parse.y:1972
18710 #: java/parse.y:2025
18711 msgid "')' expected"
18712 msgstr ""
18713
18714 #: java/parse.y:1084
18715 msgid "Missing formal parameter term"
18716 msgstr ""
18717
18718 #: java/parse.y:1099 java/parse.y:1104
18719 msgid "Missing identifier"
18720 msgstr ""
18721
18722 #: java/parse.y:1124 java/parse.y:1133
18723 msgid "Missing class type term"
18724 msgstr ""
18725
18726 #: java/parse.y:1289
18727 msgid "Invalid interface type"
18728 msgstr ""
18729
18730 #: java/parse.y:1476 java/parse.y:1645
18731 #: java/parse.y:1647
18732 msgid "':' expected"
18733 msgstr ""
18734
18735 #: java/parse.y:1498 java/parse.y:1503
18736 #: java/parse.y:1508
18737 msgid "Invalid expression statement"
18738 msgstr ""
18739
18740 #: java/parse.y:1526 java/parse.y:1554
18741 #: java/parse.y:1594 java/parse.y:1662
18742 #: java/parse.y:1730 java/parse.y:1851
18743 #: java/parse.y:1929 java/parse.y:2019
18744 #: java/parse.y:2021 java/parse.y:2029
18745 #: java/parse.y:2265 java/parse.y:2267
18746 msgid "'(' expected"
18747 msgstr ""
18748
18749 #: java/parse.y:1596
18750 msgid "Missing term or ')'"
18751 msgstr ""
18752
18753 #: java/parse.y:1643
18754 msgid "Missing or invalid constant expression"
18755 msgstr ""
18756
18757 #: java/parse.y:1664
18758 msgid "Missing term and ')' expected"
18759 msgstr ""
18760
18761 #: java/parse.y:1703
18762 msgid "Invalid control expression"
18763 msgstr ""
18764
18765 #: java/parse.y:1705 java/parse.y:1707
18766 msgid "Invalid update expression"
18767 msgstr ""
18768
18769 #: java/parse.y:1732
18770 msgid "Invalid init statement"
18771 msgstr ""
18772
18773 #: java/parse.y:1932
18774 msgid "Missing term or ')' expected"
18775 msgstr ""
18776
18777 #: java/parse.y:1974
18778 msgid "'class' or 'this' expected"
18779 msgstr ""
18780
18781 #: java/parse.y:1976 java/parse.y:1978
18782 msgid "'class' expected"
18783 msgstr ""
18784
18785 #: java/parse.y:2023
18786 msgid "')' or term expected"
18787 msgstr ""
18788
18789 #: java/parse.y:2142
18790 msgid "'[' expected"
18791 msgstr ""
18792
18793 #: java/parse.y:2220
18794 msgid "Field expected"
18795 msgstr ""
18796
18797 #: java/parse.y:2277 java/parse.y:2287
18798 msgid "Missing term and ']' expected"
18799 msgstr ""
18800
18801 #: java/parse.y:2391
18802 msgid "']' expected, invalid type expression"
18803 msgstr ""
18804
18805 #: java/parse.y:2394
18806 msgid "Invalid type expression"
18807 msgstr ""
18808
18809 #: java/parse.y:2506
18810 msgid "Invalid reference type"
18811 msgstr ""
18812
18813 #: java/parse.y:2978
18814 msgid "Constructor invocation must be first thing in a constructor"
18815 msgstr ""
18816
18817 #: java/parse.y:2980
18818 msgid "Only constructors can invoke constructors"
18819 msgstr ""
18820
18821 #: java/parse.y:2988
18822 #, c-format
18823 msgid ": `%s' JDK1.1(TM) feature"
18824 msgstr ""
18825
18826 #: java/parse.y:3047 java/parse.y:3049
18827 #, c-format
18828 msgid ""
18829 "%s.\n"
18830 "%s"
18831 msgstr ""
18832
18833 #: java/parse.y:6909
18834 #, c-format
18835 msgid "malformed .zip archive in CLASSPATH: %s"
18836 msgstr ""
18837
18838 #: java/parse.y:6980
18839 #, c-format
18840 msgid ""
18841 "Can't find default package `%s'. Check the CLASSPATH environment variable "
18842 "and the access to the archives"
18843 msgstr ""
18844
18845 #: java/parse.y:12193
18846 #, c-format
18847 msgid "missing static field `%s'"
18848 msgstr ""
18849
18850 #: java/parse.y:12198
18851 #, c-format
18852 msgid "not a static field `%s'"
18853 msgstr ""
18854
18855 #: java/parse.y:12241
18856 #, c-format
18857 msgid "No case for %s"
18858 msgstr ""
18859
18860 #: java/parse.y:13173
18861 #, c-format
18862 msgid "unregistered operator %s"
18863 msgstr ""
18864
18865 #: java/typeck.c:530
18866 msgid "junk at end of signature string"
18867 msgstr ""
18868
18869 #: java/verify.c:471
18870 msgid "bad pc in exception_table"
18871 msgstr ""
18872
18873 #: java/verify.c:1384
18874 #, c-format
18875 msgid "unknown opcode %d@pc=%d during verification"
18876 msgstr ""
18877
18878 #: java/verify.c:1454 java/verify.c:1467 java/verify.c:1471
18879 #, c-format
18880 msgid "verification error at PC=%d"
18881 msgstr ""
18882
18883 #: objc/objc-act.c:690
18884 #, c-format
18885 msgid "object does not conform to the `%s' protocol"
18886 msgstr ""
18887
18888 #: objc/objc-act.c:776 objc/objc-act.c:849
18889 #, c-format
18890 msgid "class `%s' does not implement the `%s' protocol"
18891 msgstr ""
18892
18893 #: objc/objc-act.c:952
18894 #, c-format
18895 msgid "statically allocated instance of Objective-C class `%s'"
18896 msgstr ""
18897
18898 #: objc/objc-act.c:999
18899 #, c-format
18900 msgid "unexpected type for `id' (%s)"
18901 msgstr ""
18902
18903 #: objc/objc-act.c:1004
18904 msgid "undefined type `id', please import <objc/objc.h>"
18905 msgstr ""
18906
18907 #: objc/objc-act.c:1053
18908 #, c-format
18909 msgid "protocol `%s' has circular dependency"
18910 msgstr ""
18911
18912 #: objc/objc-act.c:1075 objc/objc-act.c:5983
18913 #, c-format
18914 msgid "cannot find protocol declaration for `%s'"
18915 msgstr ""
18916
18917 #: objc/objc-act.c:1409 objc/objc-act.c:2646 objc/objc-act.c:6514
18918 #: objc/objc-act.c:6823 objc/objc-act.c:6876 objc/objc-act.c:6901
18919 #, c-format
18920 msgid "cannot find interface declaration for `%s'"
18921 msgstr ""
18922
18923 #: objc/objc-act.c:1424
18924 #, c-format
18925 msgid "interface `%s' does not have valid constant string layout"
18926 msgstr ""
18927
18928 #: objc/objc-act.c:1440
18929 #, c-format
18930 msgid "cannot find reference tag for class `%s'"
18931 msgstr ""
18932
18933 #: objc/objc-act.c:2180
18934 #, c-format
18935 msgid "creating selector for non existant method %s"
18936 msgstr ""
18937
18938 #: objc/objc-act.c:2390
18939 #, c-format
18940 msgid "`%s' is not an Objective-C class name or alias"
18941 msgstr ""
18942
18943 #: objc/objc-act.c:2501 objc/objc-act.c:2519 objc/objc-act.c:6770
18944 #: objc/objc-act.c:7060 objc/objc-act.c:7089
18945 msgid "Objective-C declarations may only appear in global scope"
18946 msgstr ""
18947
18948 #: objc/objc-act.c:2506
18949 #, c-format
18950 msgid "cannot find class `%s'"
18951 msgstr ""
18952
18953 #: objc/objc-act.c:2508
18954 #, c-format
18955 msgid "class `%s' already exists"
18956 msgstr ""
18957
18958 #: objc/objc-act.c:2533 objc/objc-act.c:6792
18959 #, c-format
18960 msgid "`%s' redeclared as different kind of symbol"
18961 msgstr ""
18962
18963 #. fatal did not work with 2 args...should fix
18964 #: objc/objc-act.c:2681
18965 #, c-format
18966 msgid "cannot find interface declaration for `%s', superclass of `%s'"
18967 msgstr ""
18968
18969 #: objc/objc-act.c:2688
18970 #, c-format
18971 msgid "circular inheritance in interface declaration for `%s'"
18972 msgstr ""
18973
18974 #: objc/objc-act.c:2781 objc/objc-act.c:2925 objc/objc-act.c:3025
18975 #: objc/objc-act.c:3201 objc/objc-act.c:3241
18976 msgid "Use `-fobjc-exceptions' to enable Objective-C exception syntax"
18977 msgstr ""
18978
18979 #: objc/objc-act.c:2788
18980 msgid "`@throw;' (rethrow) used outside of a `@catch' block"
18981 msgstr ""
18982
18983 #: objc/objc-act.c:3028
18984 msgid "`@catch' parameter is not a known Objective-C class type"
18985 msgstr ""
18986
18987 #: objc/objc-act.c:3037
18988 msgid "Exception already handled by preceding `@catch(id)'"
18989 msgstr ""
18990
18991 #: objc/objc-act.c:3042
18992 #, c-format
18993 msgid "Exception of type `%s *' already handled by `@catch (%s *)'"
18994 msgstr ""
18995
18996 #: objc/objc-act.c:3207
18997 msgid "`@try' without `@catch' or `@finally'"
18998 msgstr ""
18999
19000 #: objc/objc-act.c:3648
19001 msgid "%Jtype '%D' does not have a known size"
19002 msgstr ""
19003
19004 #: objc/objc-act.c:4257
19005 msgid "%J%s `%s'"
19006 msgstr ""
19007
19008 #: objc/objc-act.c:4282 objc/objc-act.c:4301
19009 msgid "inconsistent instance variable specification"
19010 msgstr ""
19011
19012 #: objc/objc-act.c:5304
19013 msgid "can not use an object as parameter to a method\n"
19014 msgstr ""
19015
19016 #: objc/objc-act.c:5505
19017 #, c-format
19018 msgid "multiple %s named `%c%s' found"
19019 msgstr ""
19020
19021 #: objc/objc-act.c:5722
19022 #, c-format
19023 msgid "no super class declared in @interface for `%s'"
19024 msgstr ""
19025
19026 #: objc/objc-act.c:5810
19027 #, c-format
19028 msgid "invalid receiver type `%s'"
19029 msgstr ""
19030
19031 #: objc/objc-act.c:5821
19032 #, c-format
19033 msgid "`%s' may not respond to `%c%s'"
19034 msgstr ""
19035
19036 #: objc/objc-act.c:5826
19037 #, c-format
19038 msgid "`%c%s' not implemented by protocol(s)"
19039 msgstr ""
19040
19041 #: objc/objc-act.c:5831
19042 msgid "(Messages without a matching method signature"
19043 msgstr ""
19044
19045 #: objc/objc-act.c:5832
19046 msgid "will be assumed to return `id' and accept"
19047 msgstr ""
19048
19049 #: objc/objc-act.c:5833
19050 msgid "`...' as arguments.)"
19051 msgstr ""
19052
19053 #: objc/objc-act.c:6080
19054 #, c-format
19055 msgid "undeclared selector `%s'"
19056 msgstr ""
19057
19058 #. Historically, a class method that produced objects (factory
19059 #. method) would assign `self' to the instance that it
19060 #. allocated.  This would effectively turn the class method into
19061 #. an instance method.  Following this assignment, the instance
19062 #. variables could be accessed.  That practice, while safe,
19063 #. violates the simple rule that a class method should not refer
19064 #. to an instance variable.  It's better to catch the cases
19065 #. where this is done unknowingly than to support the above
19066 #. paradigm.
19067 #: objc/objc-act.c:6122
19068 #, c-format
19069 msgid "instance variable `%s' accessed in class method"
19070 msgstr ""
19071
19072 #: objc/objc-act.c:6328
19073 #, c-format
19074 msgid "duplicate declaration of method `%c%s'"
19075 msgstr ""
19076
19077 #: objc/objc-act.c:6369
19078 #, c-format
19079 msgid "duplicate interface declaration for category `%s(%s)'"
19080 msgstr ""
19081
19082 #: objc/objc-act.c:6399
19083 #, c-format
19084 msgid "illegal reference type specified for instance variable `%s'"
19085 msgstr ""
19086
19087 #: objc/objc-act.c:6415
19088 #, c-format
19089 msgid "instance variable `%s' has unknown size"
19090 msgstr ""
19091
19092 #. vtable pointers are Real Bad(tm), since Obj-C cannot initialize them
19093 #: objc/objc-act.c:6429
19094 #, c-format
19095 msgid "type `%s' has virtual member functions"
19096 msgstr ""
19097
19098 #: objc/objc-act.c:6430
19099 #, c-format
19100 msgid "illegal aggregate type `%s' specified for instance variable `%s'"
19101 msgstr ""
19102
19103 #: objc/objc-act.c:6438
19104 #, c-format
19105 msgid "type `%s' has a user-defined constructor"
19106 msgstr ""
19107
19108 #: objc/objc-act.c:6440
19109 #, c-format
19110 msgid "type `%s' has a user-defined destructor"
19111 msgstr ""
19112
19113 #: objc/objc-act.c:6441
19114 msgid ""
19115 "C++ constructors and destructors will not be invoked for Objective-C fields"
19116 msgstr ""
19117
19118 #: objc/objc-act.c:6491
19119 #, c-format
19120 msgid "instance variable `%s' is declared private"
19121 msgstr ""
19122
19123 #: objc/objc-act.c:6540
19124 #, c-format
19125 msgid "instance variable `%s' is %s; this will be a hard error in the future"
19126 msgstr ""
19127
19128 #: objc/objc-act.c:6547
19129 #, c-format
19130 msgid "instance variable `%s' is declared %s"
19131 msgstr ""
19132
19133 #: objc/objc-act.c:6557
19134 msgid "static access to object of type `id'"
19135 msgstr ""
19136
19137 #: objc/objc-act.c:6579 objc/objc-act.c:6667
19138 #, c-format
19139 msgid "incomplete implementation of class `%s'"
19140 msgstr ""
19141
19142 #: objc/objc-act.c:6583 objc/objc-act.c:6672
19143 #, c-format
19144 msgid "incomplete implementation of category `%s'"
19145 msgstr ""
19146
19147 #: objc/objc-act.c:6588 objc/objc-act.c:6677
19148 #, c-format
19149 msgid "method definition for `%c%s' not found"
19150 msgstr ""
19151
19152 #: objc/objc-act.c:6718
19153 #, c-format
19154 msgid "%s `%s' does not fully implement the `%s' protocol"
19155 msgstr ""
19156
19157 #: objc/objc-act.c:6776 objc/objc-act.c:8804
19158 msgid "`@end' missing in implementation context"
19159 msgstr ""
19160
19161 #: objc/objc-act.c:6806
19162 #, c-format
19163 msgid "reimplementation of class `%s'"
19164 msgstr ""
19165
19166 #: objc/objc-act.c:6837
19167 #, c-format
19168 msgid "conflicting super class name `%s'"
19169 msgstr ""
19170
19171 #: objc/objc-act.c:6839
19172 #, c-format
19173 msgid "previous declaration of `%s'"
19174 msgstr ""
19175
19176 #: objc/objc-act.c:6853 objc/objc-act.c:6855
19177 #, c-format
19178 msgid "duplicate interface declaration for class `%s'"
19179 msgstr ""
19180
19181 #: objc/objc-act.c:7122
19182 #, c-format
19183 msgid "duplicate declaration for protocol `%s'"
19184 msgstr ""
19185
19186 #. Add a readable method name to the warning.
19187 #: objc/objc-act.c:7614
19188 msgid "%J%s `%c%s'"
19189 msgstr ""
19190
19191 #: objc/objc-act.c:7909
19192 #, c-format
19193 msgid "no super class declared in interface for `%s'"
19194 msgstr ""
19195
19196 #: objc/objc-act.c:7957
19197 msgid "[super ...] must appear in a method context"
19198 msgstr ""
19199
19200 #: objc/objc-parse.y:2700
19201 msgid "`@end' must appear in an implementation context"
19202 msgstr ""
19203
19204 #: objc/objc-parse.y:2913
19205 msgid "method definition not in class context"
19206 msgstr ""
19207
19208 #: options.c:24
19209 msgid "Display this information"
19210 msgstr ""
19211
19212 #: options.c:30
19213 msgid ""
19214 "--param <param>=<value>\tSet paramter <param> to value.  See below for a "
19215 "complete list of parameters"
19216 msgstr ""
19217
19218 #: options.c:39
19219 msgid ""
19220 "-A<question>=<answer>\tAssert the <answer> to <question>.  Putting '-' "
19221 "before <question> disables the <answer> to <question>"
19222 msgstr ""
19223
19224 #: options.c:42
19225 msgid "Do not discard comments"
19226 msgstr ""
19227
19228 #: options.c:45
19229 msgid "Do not discard comments in macro expansions"
19230 msgstr ""
19231
19232 #: options.c:48
19233 msgid ""
19234 "-D<macro>[=<val>]\tDefine a <macro> with <val> as its value.  If just "
19235 "<macro> is given, <val> is taken to be 1"
19236 msgstr ""
19237
19238 #: options.c:54
19239 msgid ""
19240 "-G<number>\tPut global and static data smaller than <number> bytes into a "
19241 "special section (on some targets)"
19242 msgstr ""
19243
19244 #: options.c:57
19245 msgid "Print the name of header files as they are used"
19246 msgstr ""
19247
19248 #: options.c:66
19249 msgid "Generate make dependencies and compile"
19250 msgstr ""
19251
19252 #: options.c:75
19253 msgid "Treat missing header files as generated files"
19254 msgstr ""
19255
19256 #: options.c:81
19257 msgid "Like -MD but ignore system header files"
19258 msgstr ""
19259
19260 #: options.c:90
19261 msgid "-MQ <target>\tAdd a MAKE-quoted target"
19262 msgstr ""
19263
19264 #: options.c:96
19265 msgid "-O<number>\tSet optimization level to <number>"
19266 msgstr ""
19267
19268 #: options.c:99
19269 msgid "Optimize for space rather than speed"
19270 msgstr ""
19271
19272 #: options.c:102
19273 msgid "Do not generate #line directives"
19274 msgstr ""
19275
19276 #: options.c:105
19277 msgid "-U<macro>\tUndefine <macro>"
19278 msgstr ""
19279
19280 #: options.c:108
19281 msgid "This switch is deprecated; use -Wextra instead"
19282 msgstr ""
19283
19284 #: options.c:114
19285 msgid "Warn about returning structures, unions or arrays"
19286 msgstr ""
19287
19288 #: options.c:120
19289 msgid "Warn about casting functions to incompatible types"
19290 msgstr ""
19291
19292 #: options.c:123
19293 msgid "Warn about pointer casts which increase alignment"
19294 msgstr ""
19295
19296 #: options.c:126
19297 msgid "Warn about casts which discard qualifiers"
19298 msgstr ""
19299
19300 #: options.c:129
19301 msgid "Warn about subscripts whose type is \"char\""
19302 msgstr ""
19303
19304 #: options.c:138
19305 msgid "Warn about possibly confusing type conversions"
19306 msgstr ""
19307
19308 #: options.c:141
19309 msgid "Warn when all constructors and destructors are private"
19310 msgstr ""
19311
19312 #: options.c:144
19313 msgid "Warn when a declaration is found after a statement"
19314 msgstr ""
19315
19316 #: options.c:147
19317 msgid "Warn if deprecated class, method, or field is used"
19318 msgstr ""
19319
19320 #: options.c:150
19321 msgid "Warn about uses of __attribute__((deprecated)) declarations"
19322 msgstr ""
19323
19324 #: options.c:153
19325 msgid "Warn when an optimization pass is disabled"
19326 msgstr ""
19327
19328 #: options.c:156
19329 msgid "Warn about compile-time integer division by zero"
19330 msgstr ""
19331
19332 #: options.c:159
19333 msgid "Warn about violations of Effective C++ style rules"
19334 msgstr ""
19335
19336 #: options.c:162
19337 msgid "Warn about stray tokens after #elif and #endif"
19338 msgstr ""
19339
19340 #: options.c:165
19341 msgid "Treat all warnings as errors"
19342 msgstr ""
19343
19344 #: options.c:168
19345 msgid "Make implicit function declarations an error"
19346 msgstr ""
19347
19348 #: options.c:171
19349 msgid "Print extra (possibly unwanted) warnings"
19350 msgstr ""
19351
19352 #: options.c:174
19353 msgid "Warn if deprecated empty statements are found"
19354 msgstr ""
19355
19356 #: options.c:177
19357 msgid "Warn if testing floating point numbers for equality"
19358 msgstr ""
19359
19360 #: options.c:180
19361 msgid "Warn about printf/scanf/strftime/strfmon format string anomalies"
19362 msgstr ""
19363
19364 #: options.c:183
19365 msgid "Warn if passing too many arguments to a function for its format string"
19366 msgstr ""
19367
19368 #: options.c:186
19369 msgid "Warn about format strings that are not literals"
19370 msgstr ""
19371
19372 #: options.c:189
19373 msgid "Warn about possible security problems with format functions"
19374 msgstr ""
19375
19376 #: options.c:192
19377 msgid "Warn about strftime formats yielding 2-digit years"
19378 msgstr ""
19379
19380 #: options.c:201
19381 msgid "Enable warnings about inter-procedural problems"
19382 msgstr ""
19383
19384 #: options.c:207
19385 msgid "Warn about implicit function declarations"
19386 msgstr ""
19387
19388 #: options.c:210
19389 msgid "Warn when a declaration does not specify a type"
19390 msgstr ""
19391
19392 #: options.c:216
19393 msgid "Warn about variables which are initialized to themselves."
19394 msgstr ""
19395
19396 #: options.c:219
19397 msgid "Warn when an inlined function cannot be inlined"
19398 msgstr ""
19399
19400 #: options.c:222
19401 msgid "Warn about invalid uses of the \"offsetof\" macro"
19402 msgstr ""
19403
19404 #: options.c:225
19405 msgid "Warn about PCH files that are found but not used"
19406 msgstr ""
19407
19408 #: options.c:228
19409 msgid "-Wlarger-than-<number>\tWarn if an object is larger than <number> bytes"
19410 msgstr ""
19411
19412 #: options.c:231
19413 msgid "Do not warn about using \"long long\" when -pedantic"
19414 msgstr ""
19415
19416 #: options.c:234
19417 msgid "Warn about suspicious declarations of \"main\""
19418 msgstr ""
19419
19420 #: options.c:237
19421 msgid "Warn about possibly missing braces around initializers"
19422 msgstr ""
19423
19424 #: options.c:240
19425 msgid "Warn about global functions without previous declarations"
19426 msgstr ""
19427
19428 #: options.c:243
19429 msgid "Warn about functions which might be candidates for format attributes"
19430 msgstr ""
19431
19432 #: options.c:246
19433 msgid ""
19434 "Warn about functions which might be candidates for __attribute__((noreturn))"
19435 msgstr ""
19436
19437 #: options.c:249
19438 msgid "Warn about global functions without prototypes"
19439 msgstr ""
19440
19441 #: options.c:252
19442 msgid "Warn about use of multi-character character constants"
19443 msgstr ""
19444
19445 #: options.c:255
19446 msgid "Warn about \"extern\" declarations not at file scope"
19447 msgstr ""
19448
19449 #: options.c:258
19450 msgid ""
19451 "Warn when non-templatized friend functions are declared within a template"
19452 msgstr ""
19453
19454 #: options.c:261
19455 msgid "Warn about non-virtual destructors"
19456 msgstr ""
19457
19458 #: options.c:267
19459 msgid "Warn if a C-style cast is used in a program"
19460 msgstr ""
19461
19462 #: options.c:270
19463 msgid "Warn if an old-style parameter definition is used"
19464 msgstr ""
19465
19466 #: options.c:273
19467 msgid "Warn if .class files are out of date"
19468 msgstr ""
19469
19470 #: options.c:276
19471 msgid "Warn about overloaded virtual function names"
19472 msgstr ""
19473
19474 #: options.c:279
19475 msgid "Warn when the packed attribute has no effect on struct layout"
19476 msgstr ""
19477
19478 #: options.c:282
19479 msgid "Warn when padding is required to align structure members"
19480 msgstr ""
19481
19482 #: options.c:285
19483 msgid "Warn about possibly missing parentheses"
19484 msgstr ""
19485
19486 #: options.c:288
19487 msgid "Warn when converting the type of pointers to member functions"
19488 msgstr ""
19489
19490 #: options.c:291
19491 msgid "Warn about function pointer arithmetic"
19492 msgstr ""
19493
19494 #: options.c:294
19495 msgid "Warn if inherited methods are unimplemented"
19496 msgstr ""
19497
19498 #: options.c:297
19499 msgid "Warn about multiple declarations of the same object"
19500 msgstr ""
19501
19502 #: options.c:300
19503 msgid "Warn if modifiers are specified when not necessary"
19504 msgstr ""
19505
19506 #: options.c:303
19507 msgid "Warn when the compiler reorders code"
19508 msgstr ""
19509
19510 #: options.c:306
19511 msgid ""
19512 "Warn whenever a function's return type defaults to \"int\" (C), or about "
19513 "inconsistent return types (C++)"
19514 msgstr ""
19515
19516 #: options.c:309
19517 msgid "Warn if a selector has multiple methods"
19518 msgstr ""
19519
19520 #: options.c:312
19521 msgid "Warn about possible violations of sequence point rules"
19522 msgstr ""
19523
19524 #: options.c:315
19525 msgid "Warn when one local variable shadows another"
19526 msgstr ""
19527
19528 #: options.c:318
19529 msgid "Warn about signed-unsigned comparisons"
19530 msgstr ""
19531
19532 #: options.c:321
19533 msgid "Warn when overload promotes from unsigned to signed"
19534 msgstr ""
19535
19536 #: options.c:324
19537 msgid "Warn about code which might break strict aliasing rules"
19538 msgstr ""
19539
19540 #: options.c:327
19541 msgid "Warn about unprototyped function declarations"
19542 msgstr ""
19543
19544 #: options.c:330
19545 msgid "Warn about constructs with surprising meanings"
19546 msgstr ""
19547
19548 #: options.c:333
19549 msgid "Warn about enumerated switches, with no default, missing a case"
19550 msgstr ""
19551
19552 #: options.c:336
19553 msgid "Warn about enumerated switches missing a \"default:\" statement"
19554 msgstr ""
19555
19556 #: options.c:339
19557 msgid "Warn about all enumerated switches missing a specific case"
19558 msgstr ""
19559
19560 #: options.c:342
19561 msgid "Warn when synthesis behavior differs from Cfront"
19562 msgstr ""
19563
19564 #: options.c:345
19565 msgid "Do not suppress warnings from system headers"
19566 msgstr ""
19567
19568 #: options.c:348
19569 msgid "Warn about features not present in traditional C"
19570 msgstr ""
19571
19572 #: options.c:357
19573 msgid "Warn if an undefined macro is used in an #if directive"
19574 msgstr ""
19575
19576 #: options.c:360
19577 msgid "Warn about uninitialized automatic variables"
19578 msgstr ""
19579
19580 #: options.c:363
19581 msgid "Warn about unrecognized pragmas"
19582 msgstr ""
19583
19584 #: options.c:366
19585 msgid "Warn about code that will never be executed"
19586 msgstr ""
19587
19588 #: options.c:369
19589 msgid "Enable all -Wunused- warnings"
19590 msgstr ""
19591
19592 #: options.c:372
19593 msgid "Warn when a function is unused"
19594 msgstr ""
19595
19596 #: options.c:375
19597 msgid "Warn when a label is unused"
19598 msgstr ""
19599
19600 #: options.c:378
19601 msgid "Warn about macros defined in the main file that are not used"
19602 msgstr ""
19603
19604 #: options.c:381
19605 msgid "Warn when a function parameter is unused"
19606 msgstr ""
19607
19608 #: options.c:384
19609 msgid "Warn when an expression value is unused"
19610 msgstr ""
19611
19612 #: options.c:387
19613 msgid "Warn when a variable is unused"
19614 msgstr ""
19615
19616 #: options.c:390
19617 msgid "Give strings the type \"array of char\""
19618 msgstr ""
19619
19620 #: options.c:393
19621 msgid ""
19622 "A synonym for -std=c89.  In a future version of GCC it will become "
19623 "synonymous with -std=c99 instead"
19624 msgstr ""
19625
19626 #: options.c:396
19627 msgid "-aux-info <file>\tEmit declaration information into <file>"
19628 msgstr ""
19629
19630 #: options.c:408
19631 msgid "-d<letters>\tEnable dumps from specific passes of the compiler"
19632 msgstr ""
19633
19634 #: options.c:411
19635 msgid "-dumpbase <file>\tSet the file basename to be used for dumps"
19636 msgstr ""
19637
19638 #: options.c:414
19639 msgid "--CLASSPATH\tDeprecated; use --classpath instead"
19640 msgstr ""
19641
19642 #: options.c:429
19643 msgid "Enforce class member access control semantics"
19644 msgstr ""
19645
19646 #: options.c:432
19647 msgid "Align the start of functions"
19648 msgstr ""
19649
19650 #: options.c:438
19651 msgid "Align labels which are only reached by jumping"
19652 msgstr ""
19653
19654 #: options.c:444
19655 msgid "Align all labels"
19656 msgstr ""
19657
19658 #: options.c:450
19659 msgid "Align the start of loops"
19660 msgstr ""
19661
19662 #: options.c:459
19663 msgid "Change when template instances are emitted"
19664 msgstr ""
19665
19666 #: options.c:462
19667 msgid "Specify that arguments may alias each other and globals"
19668 msgstr ""
19669
19670 #: options.c:465
19671 msgid "Assume arguments may alias globals but not each other"
19672 msgstr ""
19673
19674 #: options.c:468
19675 msgid "Assume arguments alias neither each other nor globals"
19676 msgstr ""
19677
19678 #: options.c:471
19679 msgid "Recognize the \"asm\" keyword"
19680 msgstr ""
19681
19682 #: options.c:483
19683 msgid "Generate unwind tables that are exact at each instruction boundary"
19684 msgstr ""
19685
19686 #: options.c:486
19687 msgid ""
19688 "Do not treat local variables and COMMON blocks as if they were named in SAVE "
19689 "statements"
19690 msgstr ""
19691
19692 #: options.c:489
19693 msgid ""
19694 "Backslashes in character and hollerith constants are special (not C-style)"
19695 msgstr ""
19696
19697 #: options.c:492
19698 msgid "Delete libU77 intrinsics with bad interfaces"
19699 msgstr ""
19700
19701 #: options.c:495
19702 msgid "Disable libU77 intrinsics with bad interfaces"
19703 msgstr ""
19704
19705 #: options.c:498
19706 msgid "Enable libU77 intrinsics with bad interfaces"
19707 msgstr ""
19708
19709 #: options.c:501
19710 msgid "Hide libU77 intrinsics with bad interfaces"
19711 msgstr ""
19712
19713 #: options.c:504
19714 msgid "--bootclasspath=<path>\tReplace system path"
19715 msgstr ""
19716
19717 #: options.c:507
19718 msgid "Generate code to check bounds before indexing arrays"
19719 msgstr ""
19720
19721 #: options.c:510
19722 msgid "Replace add, compare, branch with branch on count register"
19723 msgstr ""
19724
19725 #: options.c:513
19726 msgid "Use profiling information for branch probabilities"
19727 msgstr ""
19728
19729 #: options.c:516
19730 msgid ""
19731 "Perform branch target load optimization before prologue / epilogue threading"
19732 msgstr ""
19733
19734 #: options.c:519
19735 msgid ""
19736 "Perform branch target load optimization after prologue / epilogue threading"
19737 msgstr ""
19738
19739 #: options.c:522
19740 msgid ""
19741 "Restrict target load migration not to re-use registers in any basic block"
19742 msgstr ""
19743
19744 #: options.c:525
19745 msgid "Recognize built-in functions"
19746 msgstr ""
19747
19748 #: options.c:531
19749 msgid ""
19750 "-fcall-saved-<register>\tMark <register> as being preserved across functions"
19751 msgstr ""
19752
19753 #: options.c:534
19754 msgid ""
19755 "-fcall-used-<register>\tMark <register> as being corrupted by function calls"
19756 msgstr ""
19757
19758 #: options.c:537
19759 msgid "Save registers around function calls"
19760 msgstr ""
19761
19762 #: options.c:540
19763 msgid "Program written in strict mixed-case"
19764 msgstr ""
19765
19766 #: options.c:543
19767 msgid "Compile as if program written in lowercase"
19768 msgstr ""
19769
19770 #: options.c:546
19771 msgid "Preserve case used in program"
19772 msgstr ""
19773
19774 #: options.c:549
19775 msgid "Program written in lowercase"
19776 msgstr ""
19777
19778 #: options.c:552
19779 msgid "Program written in uppercase"
19780 msgstr ""
19781
19782 #: options.c:555
19783 msgid "Compile as if program written in uppercase"
19784 msgstr ""
19785
19786 #: options.c:558
19787 msgid "Check the return value of new"
19788 msgstr ""
19789
19790 #: options.c:564
19791 msgid "--classpath=<path>\tSet class path"
19792 msgstr ""
19793
19794 #: options.c:567
19795 msgid "Do not put uninitialized globals in the common section"
19796 msgstr ""
19797
19798 #: options.c:573
19799 msgid "Allow the arguments of the '?' operator to have different types"
19800 msgstr ""
19801
19802 #: options.c:576
19803 msgid "Reduce the size of object files"
19804 msgstr ""
19805
19806 #: options.c:579
19807 msgid "Make string literals \"const char[]\" not \"char[]\""
19808 msgstr ""
19809
19810 #: options.c:582
19811 msgid "-fconst-string-class=<name>\tUse class <name> for constant strings"
19812 msgstr ""
19813
19814 #: options.c:585
19815 msgid "Perform a register copy-propagation optimization pass"
19816 msgstr ""
19817
19818 #: options.c:588
19819 msgid "Perform cross-jumping optimization"
19820 msgstr ""
19821
19822 #: options.c:591
19823 msgid "When running CSE, follow jumps to their targets"
19824 msgstr ""
19825
19826 #: options.c:594
19827 msgid "When running CSE, follow conditional jumps"
19828 msgstr ""
19829
19830 #: options.c:597
19831 msgid "Place data items into their own section"
19832 msgstr ""
19833
19834 #: options.c:600
19835 msgid ""
19836 "Emit special debugging information for COMMON and EQUIVALENCE (disabled)"
19837 msgstr ""
19838
19839 #: options.c:603
19840 msgid "Inline member functions by default"
19841 msgstr ""
19842
19843 #: options.c:606
19844 msgid "Defer popping functions args from stack until later"
19845 msgstr ""
19846
19847 #: options.c:609
19848 msgid "Attempt to fill delay slots of branch instructions"
19849 msgstr ""
19850
19851 #: options.c:612
19852 msgid "Delete useless null pointer checks"
19853 msgstr ""
19854
19855 #: options.c:615
19856 msgid ""
19857 "-fdiagnostics-show-location=[once|every-line]\tHow often to emit source "
19858 "location at the beginning of line-wrapped diagnostics"
19859 msgstr ""
19860
19861 #: options.c:618
19862 msgid "Allow '$' in symbol names"
19863 msgstr ""
19864
19865 #: options.c:621
19866 msgid "Permit '$' as an identifier character"
19867 msgstr ""
19868
19869 #: options.c:627
19870 msgid ""
19871 "Suppress output of instruction numbers and line number notes in debugging "
19872 "dumps"
19873 msgstr ""
19874
19875 #: options.c:633
19876 msgid "Perform DWARF2 duplicate elimination"
19877 msgstr ""
19878
19879 #: options.c:636
19880 #: options.c:639
19881 msgid "Perform unused type elimination in debug info"
19882 msgstr ""
19883
19884 #: options.c:648
19885 msgid "Have front end emulate COMPLEX arithmetic to avoid bugs"
19886 msgstr ""
19887
19888 #: options.c:651
19889 msgid ""
19890 "--encoding=<encoding>\tChoose input encoding (defaults from your locale)"
19891 msgstr ""
19892
19893 #: options.c:654
19894 msgid "Generate code to check exception specifications"
19895 msgstr ""
19896
19897 #: options.c:660
19898 msgid "Enable exception handling"
19899 msgstr ""
19900
19901 #: options.c:663
19902 msgid ""
19903 "-fexec-charset=<cset>\tConvert all strings and character constants to "
19904 "character set <cset>"
19905 msgstr ""
19906
19907 #: options.c:666
19908 msgid "Perform a number of minor, expensive optimizations"
19909 msgstr ""
19910
19911 #: options.c:675
19912 msgid "f2c-compatible code can be generated"
19913 msgstr ""
19914
19915 #: options.c:678
19916 msgid "Delete non-FORTRAN-77 intrinsics f2c supports"
19917 msgstr ""
19918
19919 #: options.c:681
19920 msgid "Disable non-FORTRAN-77 intrinsics f2c supports"
19921 msgstr ""
19922
19923 #: options.c:684
19924 msgid "Enable non-FORTRAN-77 intrinsics f2c supports"
19925 msgstr ""
19926
19927 #: options.c:687
19928 msgid "Hide non-FORTRAN-77 intrinsics f2c supports"
19929 msgstr ""
19930
19931 #: options.c:690
19932 msgid "Unsupported; generate libf2c-calling code"
19933 msgstr ""
19934
19935 #: options.c:693
19936 msgid "Program is written in typical FORTRAN 66 dialect"
19937 msgstr ""
19938
19939 #: options.c:696
19940 msgid "Program is written in typical Unix-f77 dialect"
19941 msgstr ""
19942
19943 #: options.c:699
19944 msgid "Program is written in Fortran-90-ish dialect"
19945 msgstr ""
19946
19947 #: options.c:702
19948 msgid "Delete non-FORTRAN-77 intrinsics F90 supports"
19949 msgstr ""
19950
19951 #: options.c:705
19952 msgid "Disable non-FORTRAN-77 intrinsics F90 supports"
19953 msgstr ""
19954
19955 #: options.c:708
19956 msgid "Enable non-FORTRAN-77 intrinsics F90 supports"
19957 msgstr ""
19958
19959 #: options.c:711
19960 msgid "Hide non-FORTRAN-77 intrinsics F90 supports"
19961 msgstr ""
19962
19963 #: options.c:723
19964 msgid "Assume no NaNs or infinities are generated"
19965 msgstr ""
19966
19967 #: options.c:726
19968 msgid ""
19969 "-ffixed-<register>\tMark <register> as being unavailable to the compiler"
19970 msgstr ""
19971
19972 #: options.c:732
19973 msgid "ffixed-line-length-<number>\tSet the maximum line length to <number>"
19974 msgstr ""
19975
19976 #: options.c:735
19977 msgid "Unsupported; affects code generation of arrays"
19978 msgstr ""
19979
19980 #: options.c:738
19981 msgid "Do not store floats in registers"
19982 msgstr ""
19983
19984 #: options.c:741
19985 msgid "Scope of for-init-statement variables is local to the loop"
19986 msgstr ""
19987
19988 #: options.c:744
19989 msgid "Copy memory address constants into registers before use"
19990 msgstr ""
19991
19992 #: options.c:747
19993 msgid "Always check for non gcj generated classes archives"
19994 msgstr ""
19995
19996 #: options.c:750
19997 msgid "Copy memory operands into registers before use"
19998 msgstr ""
19999
20000 #: options.c:753
20001 msgid "Generate code to check subscript and substring bounds"
20002 msgstr ""
20003
20004 #: options.c:756
20005 msgid "Program is written in Fortran-90-ish free form"
20006 msgstr ""
20007
20008 #: options.c:759
20009 msgid "Do not assume that standard C libraries and \"main\" exist"
20010 msgstr ""
20011
20012 #: options.c:762
20013 msgid "Allow function addresses to be held in registers"
20014 msgstr ""
20015
20016 #: options.c:765
20017 msgid "Place each function into its own section"
20018 msgstr ""
20019
20020 #: options.c:768
20021 msgid "Perform global common subexpression elimination"
20022 msgstr ""
20023
20024 #: options.c:771
20025 msgid ""
20026 "Perform redundant load after store elimination in global common "
20027 "subexpression elimination"
20028 msgstr ""
20029
20030 #: options.c:774
20031 msgid ""
20032 "Perform enhanced load motion during global common subexpression elimination"
20033 msgstr ""
20034
20035 #: options.c:777
20036 msgid "Perform store motion after global common subexpression elimination"
20037 msgstr ""
20038
20039 #: options.c:780
20040 msgid "Enable fatal diagnostics about inter-procedural problems"
20041 msgstr ""
20042
20043 #: options.c:783
20044 msgid "Delete non-FORTRAN-77 intrinsics g77 supports"
20045 msgstr ""
20046
20047 #: options.c:786
20048 msgid "Disable non-FORTRAN 77 intrinsics F90 supports"
20049 msgstr ""
20050
20051 #: options.c:789
20052 msgid "Enable non-FORTRAN 77 intrinsics F90 supports"
20053 msgstr ""
20054
20055 #: options.c:792
20056 msgid "Hide non-FORTRAN 77 intrinsics F90 supports"
20057 msgstr ""
20058
20059 #: options.c:795
20060 msgid "Recognize GNU-defined keywords"
20061 msgstr ""
20062
20063 #: options.c:798
20064 msgid "Generate code for GNU runtime environment"
20065 msgstr ""
20066
20067 #: options.c:801
20068 msgid "Enable guessing of branch probabilities"
20069 msgstr ""
20070
20071 #: options.c:816
20072 msgid "Assume normal C execution environment"
20073 msgstr ""
20074
20075 #: options.c:819
20076 msgid "Enable support for huge objects"
20077 msgstr ""
20078
20079 #: options.c:822
20080 msgid "Process #ident directives"
20081 msgstr ""
20082
20083 #: options.c:825
20084 msgid "Perform conversion of conditional jumps to branchless equivalents"
20085 msgstr ""
20086
20087 #: options.c:828
20088 msgid "Perform conversion of conditional jumps to conditional execution"
20089 msgstr ""
20090
20091 #: options.c:831
20092 msgid "Export functions even if they can be inlined"
20093 msgstr ""
20094
20095 #: options.c:834
20096 msgid "Emit implicit instantiations of inline templates"
20097 msgstr ""
20098
20099 #: options.c:837
20100 msgid "Emit implicit instantiations of templates"
20101 msgstr ""
20102
20103 #: options.c:840
20104 msgid "Use offset tables for virtual method calls"
20105 msgstr ""
20106
20107 #: options.c:843
20108 msgid "Do not generate .size directives"
20109 msgstr ""
20110
20111 #: options.c:846
20112 msgid "Initialize local vars and arrays to zero"
20113 msgstr ""
20114
20115 #: options.c:849
20116 msgid "Pay attention to the \"inline\" keyword"
20117 msgstr ""
20118
20119 #: options.c:858
20120 msgid ""
20121 "-finline-limit=<number>\tLimit the size of inlined functions to <number>"
20122 msgstr ""
20123
20124 #: options.c:861
20125 msgid ""
20126 "-finput-charset=<cset>      Specify the default character set for source "
20127 "files."
20128 msgstr ""
20129
20130 #: options.c:864
20131 msgid "Instrument function entry and exit with profiling calls"
20132 msgstr ""
20133
20134 #: options.c:867
20135 msgid "Intrinsics letters in arbitrary cases"
20136 msgstr ""
20137
20138 #: options.c:870
20139 msgid "Intrinsics spelled as e.g. SqRt"
20140 msgstr ""
20141
20142 #: options.c:873
20143 msgid "Intrinsics in lowercase"
20144 msgstr ""
20145
20146 #: options.c:876
20147 msgid "Intrinsics in uppercase"
20148 msgstr ""
20149
20150 #: options.c:879
20151 msgid "Assume native functions are implemented using JNI"
20152 msgstr ""
20153
20154 #: options.c:882
20155 msgid "Generate code for functions even if they are fully inlined"
20156 msgstr ""
20157
20158 #: options.c:885
20159 msgid "Emit static const variables even if they are not used"
20160 msgstr ""
20161
20162 #: options.c:891
20163 msgid "Give external symbols a leading underscore"
20164 msgstr ""
20165
20166 #: options.c:894
20167 msgid "Perform loop optimizations"
20168 msgstr ""
20169
20170 #: options.c:897
20171 msgid "Language keyword letters in arbitrary cases"
20172 msgstr ""
20173
20174 #: options.c:900
20175 msgid "Language keywords spelled as e.g. IOStat"
20176 msgstr ""
20177
20178 #: options.c:903
20179 msgid "Language keywords in lowercase"
20180 msgstr ""
20181
20182 #: options.c:906
20183 msgid "Language keywords in uppercase"
20184 msgstr ""
20185
20186 #: options.c:909
20187 msgid "Set errno after built-in math functions"
20188 msgstr ""
20189
20190 #: options.c:912
20191 msgid "Report on permanent memory allocation"
20192 msgstr ""
20193
20194 #: options.c:915
20195 msgid "Attempt to merge identical constants and constant variables"
20196 msgstr ""
20197
20198 #: options.c:918
20199 msgid "Attempt to merge identical constants across compilation units"
20200 msgstr ""
20201
20202 #: options.c:921
20203 msgid ""
20204 "-fmessage-length=<number>\tLimit diagnostics to <number> characters per "
20205 "line.  0 suppresses line-wrapping"
20206 msgstr ""
20207
20208 #: options.c:924
20209 msgid "Delete MIL-STD 1753 intrinsics"
20210 msgstr ""
20211
20212 #: options.c:927
20213 msgid "Disable MIL-STD 1753 intrinsics"
20214 msgstr ""
20215
20216 #: options.c:930
20217 msgid "Enable MIL-STD 1753 intrinsics"
20218 msgstr ""
20219
20220 #: options.c:933
20221 msgid "Hide MIL-STD 1753 intrinsics"
20222 msgstr ""
20223
20224 #: options.c:936
20225 msgid "Force all loop invariant computations out of loops"
20226 msgstr ""
20227
20228 #: options.c:939
20229 msgid "Don't warn about uses of Microsoft extensions"
20230 msgstr ""
20231
20232 #: options.c:948
20233 msgid "Use graph-coloring register allocation"
20234 msgstr ""
20235
20236 #: options.c:951
20237 msgid "Generate code for NeXT (Apple Mac OS X) runtime environment"
20238 msgstr ""
20239
20240 #: options.c:954
20241 msgid "Assume that receivers of Objective-C messages may be nil"
20242 msgstr ""
20243
20244 #: options.c:957
20245 msgid "Support synchronous non-call exceptions"
20246 msgstr ""
20247
20248 #: options.c:966
20249 msgid "Enable Objective-C exception and synchronization syntax"
20250 msgstr ""
20251
20252 #: options.c:969
20253 #: options.c:1293
20254 msgid "Perform loop unrolling for all loops"
20255 msgstr ""
20256
20257 #: options.c:972
20258 #: options.c:1296
20259 msgid "Perform loop unrolling when iteration count is known"
20260 msgstr ""
20261
20262 #: options.c:975
20263 msgid "When possible do not generate stack frames"
20264 msgstr ""
20265
20266 #: options.c:978
20267 msgid "Take at least one trip through each iterative DO loop"
20268 msgstr ""
20269
20270 #: options.c:981
20271 msgid "Recognize C++ kewords like \"compl\" and \"xor\""
20272 msgstr ""
20273
20274 #: options.c:984
20275 msgid "Do the full register move optimization pass"
20276 msgstr ""
20277
20278 #: options.c:987
20279 msgid "Optimize sibling and tail recursive calls"
20280 msgstr ""
20281
20282 #: options.c:990
20283 msgid "Enable optimization of static class initialization code"
20284 msgstr ""
20285
20286 #: options.c:993
20287 msgid "Enable optional diagnostics"
20288 msgstr ""
20289
20290 #: options.c:999
20291 msgid "Pack structure members together without holes"
20292 msgstr ""
20293
20294 #: options.c:1002
20295 msgid "Return small aggregates in memory, not registers"
20296 msgstr ""
20297
20298 #: options.c:1008
20299 msgid "Warn about use of (only a few for now) Fortran extensions"
20300 msgstr ""
20301
20302 #: options.c:1011
20303 msgid "Perform loop peeling"
20304 msgstr ""
20305
20306 #: options.c:1014
20307 msgid "Enable machine specific peephole optimizations"
20308 msgstr ""
20309
20310 #: options.c:1017
20311 msgid "Enable an RTL peephole pass before sched2"
20312 msgstr ""
20313
20314 #: options.c:1020
20315 msgid "Downgrade conformance errors to warnings"
20316 msgstr ""
20317
20318 #: options.c:1023
20319 msgid "Generate position-independent code if possible"
20320 msgstr ""
20321
20322 #: options.c:1026
20323 msgid "Generate position-independent code for executables if possible"
20324 msgstr ""
20325
20326 #: options.c:1029
20327 msgid "Generate prefetch instructions, if available, for arrays in loops"
20328 msgstr ""
20329
20330 #: options.c:1035
20331 msgid "Enable basic program profiling code"
20332 msgstr ""
20333
20334 #: options.c:1038
20335 msgid "Insert arc-based program profiling code"
20336 msgstr ""
20337
20338 #: options.c:1041
20339 msgid ""
20340 "Enable common options for generating profile info for profile feedback "
20341 "directed optimizations"
20342 msgstr ""
20343
20344 #: options.c:1044
20345 msgid ""
20346 "Enable common options for performing profile feedback directed optimizations"
20347 msgstr ""
20348
20349 #: options.c:1047
20350 msgid "Insert code to profile values of expressions"
20351 msgstr ""
20352
20353 #: options.c:1053
20354 msgid "-frandom-seed=<string>\tMake compile reproducible using <string>"
20355 msgstr ""
20356
20357 #: options.c:1056
20358 msgid "Strength reduce all loop general induction variables"
20359 msgstr ""
20360
20361 #: options.c:1059
20362 msgid "Return small aggregates in registers"
20363 msgstr ""
20364
20365 #: options.c:1062
20366 msgid "Enables a register move optimization"
20367 msgstr ""
20368
20369 #: options.c:1065
20370 msgid "Perform a register renaming optimization pass"
20371 msgstr ""
20372
20373 #: options.c:1068
20374 msgid "Reorder basic blocks to improve code placement"
20375 msgstr ""
20376
20377 #: options.c:1071
20378 msgid "Reorder functions to improve code placement"
20379 msgstr ""
20380
20381 #: options.c:1074
20382 msgid ""
20383 "Used in Fix-and-Continue mode to indicate that object files may be swapped "
20384 "in at runtime"
20385 msgstr ""
20386
20387 #: options.c:1077
20388 msgid "Enable automatic template instantiation"
20389 msgstr ""
20390
20391 #: options.c:1080
20392 msgid "Add a common subexpression elimination pass after loop optimizations"
20393 msgstr ""
20394
20395 #: options.c:1083
20396 msgid "Run the loop optimizer twice"
20397 msgstr ""
20398
20399 #: options.c:1086
20400 msgid "Disable optimizations that assume default FP rounding behavior"
20401 msgstr ""
20402
20403 #: options.c:1089
20404 msgid "Generate run time type descriptor information"
20405 msgstr ""
20406
20407 #: options.c:1092
20408 msgid "Enable scheduling across basic blocks"
20409 msgstr ""
20410
20411 #: options.c:1095
20412 msgid "Allow speculative motion of non-loads"
20413 msgstr ""
20414
20415 #: options.c:1098
20416 msgid "Allow speculative motion of some loads"
20417 msgstr ""
20418
20419 #: options.c:1101
20420 msgid "Allow speculative motion of more loads"
20421 msgstr ""
20422
20423 #: options.c:1104
20424 msgid "Allow premature scheduling of queued insns"
20425 msgstr ""
20426
20427 #: options.c:1107
20428 msgid ""
20429 "Set dependence distance checking in premature scheduling of queued insns"
20430 msgstr ""
20431
20432 #: options.c:1110
20433 msgid ""
20434 "-fsched-stalled-insns-dep=<number>   Set dependence distance checking in "
20435 "premature scheduling of queued insns"
20436 msgstr ""
20437
20438 #: options.c:1113
20439 msgid ""
20440 "-fsched-stalled-insns=<number>       Set number of queued insns that can be "
20441 "prematurely scheduled"
20442 msgstr ""
20443
20444 #: options.c:1116
20445 msgid "-fsched-verbose=<number>\tSet the verbosity level of the scheduler"
20446 msgstr ""
20447
20448 #: options.c:1119
20449 msgid "If scheduling post reload, do superblock scheduling"
20450 msgstr ""
20451
20452 #: options.c:1122
20453 msgid "If scheduling post reload, do trace scheduling"
20454 msgstr ""
20455
20456 #: options.c:1125
20457 msgid "Reschedule instructions before register allocation"
20458 msgstr ""
20459
20460 #: options.c:1128
20461 msgid "Reschedule instructions after register allocation"
20462 msgstr ""
20463
20464 #: options.c:1131
20465 msgid "Allow appending a second underscore to externals"
20466 msgstr ""
20467
20468 #: options.c:1134
20469 msgid "Mark data as shared rather than private"
20470 msgstr ""
20471
20472 #: options.c:1137
20473 msgid "Use the same size for double as for float"
20474 msgstr ""
20475
20476 #: options.c:1140
20477 msgid "Use the narrowest integer type possible for enumeration types"
20478 msgstr ""
20479
20480 #: options.c:1143
20481 msgid "Force the underlying type for \"wchar_t\" to be \"unsigned short\""
20482 msgstr ""
20483
20484 #: options.c:1149
20485 msgid "Disable optimizations observable by IEEE signaling NaNs"
20486 msgstr ""
20487
20488 #: options.c:1152
20489 msgid "When \"signed\" or \"unsigned\" is not given make the bitfield signed"
20490 msgstr ""
20491
20492 #: options.c:1155
20493 msgid "Make \"char\" signed by default"
20494 msgstr ""
20495
20496 #: options.c:1158
20497 msgid "Do not print names of program units as they are compiled"
20498 msgstr ""
20499
20500 #: options.c:1161
20501 msgid "Convert floating point constants to single precision constants"
20502 msgstr ""
20503
20504 #: options.c:1164
20505 msgid "Internally convert most source to lowercase"
20506 msgstr ""
20507
20508 #: options.c:1167
20509 msgid "Internally preserve source case"
20510 msgstr ""
20511
20512 #: options.c:1170
20513 msgid "Internally convert most source to uppercase"
20514 msgstr ""
20515
20516 #: options.c:1176
20517 msgid "Insert stack checking code into the program"
20518 msgstr ""
20519
20520 #: options.c:1182
20521 msgid ""
20522 "-fstack-limit-register=<register>\tTrap if the stack goes past <register>"
20523 msgstr ""
20524
20525 #: options.c:1185
20526 msgid "-fstack-limit-symbol=<name>\tTrap if the stack goes past symbol <name>"
20527 msgstr ""
20528
20529 #: options.c:1188
20530 msgid "Display statistics accumulated during compilation"
20531 msgstr ""
20532
20533 #: options.c:1191
20534 msgid "Enable assignability checks for stores into object arrays"
20535 msgstr ""
20536
20537 #: options.c:1194
20538 msgid "Perform strength reduction optimizations"
20539 msgstr ""
20540
20541 #: options.c:1197
20542 msgid "Assume strict aliasing rules apply"
20543 msgstr ""
20544
20545 #: options.c:1206
20546 msgid "Symbol names spelled in mixed case"
20547 msgstr ""
20548
20549 #: options.c:1209
20550 msgid "Symbol names in lowercase"
20551 msgstr ""
20552
20553 #: options.c:1212
20554 msgid "Symbol names in uppercase"
20555 msgstr ""
20556
20557 #: options.c:1215
20558 msgid "Check for syntax errors, then stop"
20559 msgstr ""
20560
20561 #: options.c:1218
20562 msgid "-ftabstop=<number>\tDistance between tab stops for column reporting"
20563 msgstr ""
20564
20565 #: options.c:1221
20566 msgid "-ftemplate-depth-<number>\tSpecify maximum template instantiation depth"
20567 msgstr ""
20568
20569 #: options.c:1224
20570 msgid "Create data files needed by \"gcov\""
20571 msgstr ""
20572
20573 #: options.c:1230
20574 msgid "Perform jump threading optimizations"
20575 msgstr ""
20576
20577 #: options.c:1233
20578 msgid "Report the time taken by each compiler pass"
20579 msgstr ""
20580
20581 #: options.c:1236
20582 msgid ""
20583 "-ftls-model=[global-dynamic|local-dynamic|initial-exec|local-exec]\tSet the "
20584 "default thread-local storage code generation model"
20585 msgstr ""
20586
20587 #: options.c:1239
20588 msgid "Perform superblock formation via tail duplication"
20589 msgstr ""
20590
20591 #: options.c:1242
20592 msgid "Assume floating-point operations can trap"
20593 msgstr ""
20594
20595 #: options.c:1245
20596 msgid "Trap for signed overflow in addition, subtraction and multiplication"
20597 msgstr ""
20598
20599 #: options.c:1248
20600 msgid "Make prefix-radix non-decimal constants be typeless"
20601 msgstr ""
20602
20603 #: options.c:1251
20604 msgid "Allow all ugly features"
20605 msgstr ""
20606
20607 #: options.c:1254
20608 msgid "Hollerith and typeless can be passed as arguments"
20609 msgstr ""
20610
20611 #: options.c:1257
20612 msgid "Allow ordinary copying of ASSIGN'ed vars"
20613 msgstr ""
20614
20615 #: options.c:1260
20616 msgid "Dummy array dimensioned to (1) is assumed-size"
20617 msgstr ""
20618
20619 #: options.c:1263
20620 msgid "Trailing comma in procedure call denotes null argument"
20621 msgstr ""
20622
20623 #: options.c:1266
20624 msgid "Allow REAL(Z) and AIMAG(Z) given DOUBLE COMPLEX Z"
20625 msgstr ""
20626
20627 #: options.c:1269
20628 msgid "Initialization via DATA and PARAMETER is not type-compatible"
20629 msgstr ""
20630
20631 #: options.c:1272
20632 msgid "Allow INTEGER and LOGICAL interchangeability"
20633 msgstr ""
20634
20635 #: options.c:1275
20636 msgid "Append underscores to externals"
20637 msgstr ""
20638
20639 #: options.c:1278
20640 msgid "Compile whole compilation unit at a time"
20641 msgstr ""
20642
20643 #: options.c:1281
20644 msgid "Delete libU77 intrinsics"
20645 msgstr ""
20646
20647 #: options.c:1284
20648 msgid "Disable libU77 intrinsics"
20649 msgstr ""
20650
20651 #: options.c:1287
20652 msgid "Enable libU77 intrinsics"
20653 msgstr ""
20654
20655 #: options.c:1290
20656 msgid "Hide libU77 intrinsics"
20657 msgstr ""
20658
20659 #: options.c:1299
20660 msgid "Allow math optimizations that may violate IEEE or ISO standards"
20661 msgstr ""
20662
20663 #: options.c:1302
20664 msgid "When \"signed\" or \"unsigned\" is not given make the bitfield unsigned"
20665 msgstr ""
20666
20667 #: options.c:1305
20668 msgid "Make \"char\" unsigned by default"
20669 msgstr ""
20670
20671 #: options.c:1308
20672 msgid "Perform loop unswitching"
20673 msgstr ""
20674
20675 #: options.c:1311
20676 msgid "Just generate unwind tables for exception handling"
20677 msgstr ""
20678
20679 #: options.c:1317
20680 msgid "Use __cxa_atexit to register destructors"
20681 msgstr ""
20682
20683 #: options.c:1323
20684 msgid "Add extra commentary to assembler output"
20685 msgstr ""
20686
20687 #: options.c:1326
20688 msgid "Print g77-specific version information and run internal tests"
20689 msgstr ""
20690
20691 #: options.c:1329
20692 msgid "Use expression value profiles in optimizations"
20693 msgstr ""
20694
20695 #: options.c:1332
20696 msgid "Discard unused virtual functions"
20697 msgstr ""
20698
20699 #: options.c:1335
20700 msgid "Implement vtables using thunks"
20701 msgstr ""
20702
20703 #: options.c:1338
20704 msgid "Program is written in VXT (Digital-like) FORTRAN"
20705 msgstr ""
20706
20707 #: options.c:1341
20708 msgid "Delete non-FORTRAN-77 intrinsics VXT FORTRAN supports"
20709 msgstr ""
20710
20711 #: options.c:1344
20712 msgid "Disable non-FORTRAN-77 intrinsics VXT FORTRAN supports"
20713 msgstr ""
20714
20715 #: options.c:1347
20716 msgid "Enable non-FORTRAN-77 intrinsics VXT FORTRAN supports"
20717 msgstr ""
20718
20719 #: options.c:1350
20720 msgid "Hide non-FORTRAN-77 intrinsics VXT FORTRAN supports"
20721 msgstr ""
20722
20723 #: options.c:1356
20724 msgid "Emit common-like symbols as weak symbols"
20725 msgstr ""
20726
20727 #: options.c:1359
20728 msgid "Construct webs and split unrelated uses of single variable"
20729 msgstr ""
20730
20731 #: options.c:1362
20732 msgid ""
20733 "-fwide-exec-charset=<cset>\tConvert all wide strings and character constants "
20734 "to character set <cset>"
20735 msgstr ""
20736
20737 #: options.c:1365
20738 msgid "Generate a #line directive pointing at the current working directory"
20739 msgstr ""
20740
20741 #: options.c:1368
20742 msgid "Assume signed arithmetic overflow wraps around"
20743 msgstr ""
20744
20745 #: options.c:1371
20746 msgid "Store strings in writable data section"
20747 msgstr ""
20748
20749 #: options.c:1374
20750 msgid "Emit cross referencing information"
20751 msgstr ""
20752
20753 #: options.c:1377
20754 msgid "Print internal debugging-related information"
20755 msgstr ""
20756
20757 #: options.c:1380
20758 msgid "Put zero initialized data in the bss section"
20759 msgstr ""
20760
20761 #: options.c:1383
20762 msgid ""
20763 "Generate lazy class lookup (via objc_getClass()) for use in Zero-Link mode"
20764 msgstr ""
20765
20766 #: options.c:1386
20767 msgid "Treat initial values of 0 like non-zero values"
20768 msgstr ""
20769
20770 #: options.c:1389
20771 msgid "Generate debug information in default format"
20772 msgstr ""
20773
20774 #: options.c:1395
20775 msgid "Generate debug information in COFF format"
20776 msgstr ""
20777
20778 #: options.c:1398
20779 msgid "Generate debug information in DWARF v2 format"
20780 msgstr ""
20781
20782 #: options.c:1401
20783 msgid "Dump declarations to a .decl file"
20784 msgstr ""
20785
20786 #: options.c:1404
20787 msgid "Generate debug information in default extended format"
20788 msgstr ""
20789
20790 #: options.c:1407
20791 msgid "-gnat<options>\tSpecify options to GNAT"
20792 msgstr ""
20793
20794 #: options.c:1410
20795 msgid "Generate debug information in STABS format"
20796 msgstr ""
20797
20798 #: options.c:1413
20799 msgid "Generate debug information in extended STABS format"
20800 msgstr ""
20801
20802 #: options.c:1416
20803 msgid "Generate debug information in VMS format"
20804 msgstr ""
20805
20806 #: options.c:1419
20807 msgid "Generate debug information in XCOFF format"
20808 msgstr ""
20809
20810 #: options.c:1422
20811 msgid "Generate debug information in extended XCOFF format"
20812 msgstr ""
20813
20814 #: options.c:1425
20815 msgid "-idirafter <dir>\tAdd <dir> to the end of the system include path"
20816 msgstr ""
20817
20818 #: options.c:1428
20819 msgid "-imacros <file>\tAccept definition of macros in <file>"
20820 msgstr ""
20821
20822 #: options.c:1431
20823 msgid "-include <file>\tInclude the contents of <file> before other files"
20824 msgstr ""
20825
20826 #: options.c:1434
20827 msgid "-iprefix <path>\tSpecify <path> as a prefix for next two options"
20828 msgstr ""
20829
20830 #: options.c:1437
20831 msgid "-isysroot <dir>\tSet <dir> to be the system root directory"
20832 msgstr ""
20833
20834 #: options.c:1440
20835 msgid "-isystem <dir>\tAdd <dir> to the start of the system include path"
20836 msgstr ""
20837
20838 #: options.c:1443
20839 msgid "-iwithprefix <dir>\tAdd <dir> to the end of the system include path"
20840 msgstr ""
20841
20842 #: options.c:1446
20843 msgid "-iwithprefixbefore <dir>\tAdd <dir> to the end of the main include path"
20844 msgstr ""
20845
20846 #: options.c:1458
20847 msgid ""
20848 "Do not search standard system include directories (those specified with -"
20849 "isystem will still be used)"
20850 msgstr ""
20851
20852 #: options.c:1461
20853 msgid "Do not search standard system include directories for C++"
20854 msgstr ""
20855
20856 #: options.c:1467
20857 msgid "-o <file>\tPlace output into <file>"
20858 msgstr ""
20859
20860 #: options.c:1470
20861 msgid "Enable function profiling"
20862 msgstr ""
20863
20864 #: options.c:1473
20865 msgid "Issue warnings needed for strict compliance to the standard"
20866 msgstr ""
20867
20868 #: options.c:1476
20869 msgid "Like -pedantic but issue them as errors"
20870 msgstr ""
20871
20872 #: options.c:1479
20873 msgid "Generate C header of platform-specific features"
20874 msgstr ""
20875
20876 #: options.c:1482
20877 msgid "Do not display functions compiled or elapsed time"
20878 msgstr ""
20879
20880 #: options.c:1485
20881 msgid "Remap file names when including files"
20882 msgstr ""
20883
20884 #: options.c:1488
20885 msgid "Conform to the ISO 1998 C++ standard"
20886 msgstr ""
20887
20888 #: options.c:1491
20889 msgid "Conform to the ISO 1990 C standard"
20890 msgstr ""
20891
20892 #: options.c:1494
20893 msgid "Conform to the ISO 1999 C standard"
20894 msgstr ""
20895
20896 #: options.c:1497
20897 #: options.c:1518
20898 #: options.c:1521
20899 msgid "Deprecated in favor of -std=c99"
20900 msgstr ""
20901
20902 #: options.c:1500
20903 msgid "Conform to the ISO 1998 C++ standard with GNU extensions"
20904 msgstr ""
20905
20906 #: options.c:1503
20907 msgid "Conform to the ISO 1990 C standard with GNU extensions"
20908 msgstr ""
20909
20910 #: options.c:1506
20911 msgid "Conform to the ISO 1999 C standard with GNU extensions"
20912 msgstr ""
20913
20914 #: options.c:1509
20915 msgid "Deprecated in favor of -std=gnu99"
20916 msgstr ""
20917
20918 #: options.c:1512
20919 msgid "Deprecated in favor of -std=c89"
20920 msgstr ""
20921
20922 #: options.c:1515
20923 msgid "Conform to the ISO 1990 C standard as amended in 1994"
20924 msgstr ""
20925
20926 #: options.c:1524
20927 msgid "Enable traditional preprocessing"
20928 msgstr ""
20929
20930 #: options.c:1527
20931 msgid "-trigraphs\tSupport ISO C trigraphs"
20932 msgstr ""
20933
20934 #: options.c:1530
20935 msgid "Do not predefine system-specific and GCC-specific macros"
20936 msgstr ""
20937
20938 #: options.c:1533
20939 msgid "Enable verbose output"
20940 msgstr ""
20941
20942 #: options.c:1539
20943 msgid "Suppress warnings"
20944 msgstr ""
20945
20946 #: config/arm/arm.h:224
20947 msgid "-mapcs-26 and -mapcs-32 may not be used together"
20948 msgstr ""
20949
20950 #: config/arm/arm.h:226
20951 msgid "-msoft-float and -mhard_float may not be used together"
20952 msgstr ""
20953
20954 #: config/arm/arm.h:228
20955 msgid "-mbig-endian and -mlittle-endian may not be used together"
20956 msgstr ""
20957
20958 #: config/rs6000/darwin.h:98
20959 msgid " conflicting code gen style switches are used"
20960 msgstr ""
20961
20962 #: gcc.c:743
20963 msgid "GCC does not support -C or -CC without -E"
20964 msgstr ""
20965
20966 #: gcc.c:767 java/jvspec.c:80 ada/lang-specs.h:34
20967 msgid "-pg and -fomit-frame-pointer are incompatible"
20968 msgstr ""
20969
20970 #: gcc.c:915
20971 msgid "-E required when input is from standard input"
20972 msgstr ""
20973
20974 #: config/i386/cygwin.h:29
20975 msgid "mno-cygwin and mno-win32 are not compatible"
20976 msgstr ""
20977
20978 #: config/i386/cygwin.h:70 config/i386/mingw32.h:58
20979 msgid "shared and mdll are not compatible"
20980 msgstr ""
20981
20982 #: java/lang-specs.h:34
20983 msgid "-fjni and -femit-class-files are incompatible"
20984 msgstr ""
20985
20986 #: java/lang-specs.h:35
20987 msgid "-fjni and -femit-class-file are incompatible"
20988 msgstr ""
20989
20990 #: java/lang-specs.h:36 java/lang-specs.h:37
20991 msgid "-femit-class-file should used along with -fsyntax-only"
20992 msgstr ""
20993
20994 #: config/darwin.h:215
20995 msgid "-current_version only allowed with -dynamiclib"
20996 msgstr ""
20997
20998 #: config/darwin.h:218
20999 msgid "-install_name only allowed with -dynamiclib"
21000 msgstr ""
21001
21002 #: config/darwin.h:223
21003 msgid "-bundle not allowed with -dynamiclib"
21004 msgstr ""
21005
21006 #: config/darwin.h:224
21007 msgid "-bundle_loader not allowed with -dynamiclib"
21008 msgstr ""
21009
21010 #: config/darwin.h:225
21011 msgid "-client_name not allowed with -dynamiclib"
21012 msgstr ""
21013
21014 #: config/darwin.h:228
21015 msgid "-force_cpusubtype_ALL not allowed with -dynamiclib"
21016 msgstr ""
21017
21018 #: config/darwin.h:229
21019 msgid "-force_flat_namespace not allowed with -dynamiclib"
21020 msgstr ""
21021
21022 #: config/darwin.h:231
21023 msgid "-keep_private_externs not allowed with -dynamiclib"
21024 msgstr ""
21025
21026 #: config/darwin.h:232
21027 msgid "-private_bundle not allowed with -dynamiclib"
21028 msgstr ""
21029
21030 #: treelang/lang-specs.h:52
21031 msgid "-pg or -p and -fomit-frame-pointer are incompatible"
21032 msgstr ""
21033
21034 #: config/mips/mips.h:987
21035 msgid "-pipe is not supported"
21036 msgstr ""
21037
21038 #: config/mips/mips.h:1142 config/arc/arc.h:63
21039 msgid "may not use both -EB and -EL"
21040 msgstr ""
21041
21042 #: f/lang-specs.h:38
21043 msgid "GCC does not support -C without using -E"
21044 msgstr ""
21045
21046 #: f/lang-specs.h:39
21047 msgid "GCC does not support -CC without using -E"
21048 msgstr ""
21049
21050 #: config/mips/r3900.h:35
21051 msgid "-mhard-float not supported"
21052 msgstr ""
21053
21054 #: config/mips/r3900.h:37
21055 msgid "-msingle-float and -msoft-float can not both be specified"
21056 msgstr ""
21057
21058 #: config/sparc/linux64.h:208 config/sparc/linux64.h:219
21059 #: config/sparc/netbsd-elf.h:136 config/sparc/netbsd-elf.h:155
21060 #: config/sparc/sol2-bi.h:195 config/sparc/sol2-bi.h:205
21061 msgid "may not use both -m32 and -m64"
21062 msgstr ""
21063
21064 #: config/rs6000/sysv4.h:1094
21065 msgid "`-p' not supported; use `-pg' and gprof(1)"
21066 msgstr ""
21067
21068 #: config/vax/netbsd-elf.h:42
21069 msgid "The -shared option is not currently supported for VAX ELF."
21070 msgstr ""
21071
21072 #: config/vax/vax.h:50 config/vax/vax.h:51
21073 msgid "profiling not supported with -mg\n"
21074 msgstr ""
21075
21076 #: config/sparc/sol2-bi.h:167 config/sparc/sol2-bi.h:172
21077 #: config/sparc/sol2-gld-bi.h:17 config/sparc/sol2-gld-bi.h:22
21078 msgid "does not support multilib"
21079 msgstr ""
21080
21081 #: ada/lang-specs.h:36
21082 msgid "one of -c, -S, -gnatc, -gnatz, or -gnats is required for Ada"
21083 msgstr ""
21084
21085 #: config/i386/sco5.h:191
21086 msgid "-pg not supported on this platform"
21087 msgstr ""
21088
21089 #: config/i386/sco5.h:192
21090 msgid "-p and -pp specified - pick one"
21091 msgstr ""
21092
21093 #: config/i386/sco5.h:266
21094 msgid "-G and -static are mutually exclusive"
21095 msgstr ""
21096
21097 #: config/mcore/mcore.h:65
21098 msgid "the m210 does not have little endian support"
21099 msgstr ""