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