]> gcc.gnu.org Git - gcc.git/blob - gcc/po/gcc.pot
5450e4a99691591849a43f4729ede0a55627b272
[gcc.git] / gcc / po / gcc.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
5 #, fuzzy
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: PACKAGE VERSION\n"
9 "POT-Creation-Date: 2001-10-29 11:48-0800\n"
10 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: LANGUAGE <LL@li.org>\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=CHARSET\n"
15 "Content-Transfer-Encoding: 8bit\n"
16
17 #: attribs.c:305
18 #, c-format
19 msgid "`%s' attribute directive ignored"
20 msgstr ""
21
22 #: attribs.c:313
23 #, c-format
24 msgid "wrong number of arguments specified for `%s' attribute"
25 msgstr ""
26
27 #: attribs.c:330
28 #, c-format
29 msgid "`%s' attribute does not apply to types"
30 msgstr ""
31
32 #: attribs.c:360
33 #, c-format
34 msgid "`%s' attribute only applies to function types"
35 msgstr ""
36
37 #: attribs.c:438 attribs.c:460 attribs.c:482 attribs.c:513 attribs.c:535
38 #: attribs.c:558 attribs.c:588 attribs.c:626 attribs.c:673 attribs.c:703
39 #: attribs.c:733 attribs.c:757 attribs.c:1007 attribs.c:1096 attribs.c:1152
40 #: attribs.c:1256 config/arm/arm.c:1982 config/arm/arm.c:2010
41 #: config/avr/avr.c:4709 config/h8300/h8300.c:3067 config/h8300/h8300.c:3098
42 #: config/i386/i386.c:1113 config/i386/winnt.c:74
43 #, c-format
44 msgid "`%s' attribute ignored"
45 msgstr ""
46
47 #: attribs.c:790
48 #, c-format
49 msgid "unknown machine mode `%s'"
50 msgstr ""
51
52 #: attribs.c:793
53 #, c-format
54 msgid "no data type for mode `%s'"
55 msgstr ""
56
57 #: attribs.c:830
58 msgid "section attribute cannot be specified for local variables"
59 msgstr ""
60
61 #: attribs.c:841
62 #, c-format
63 msgid "section of `%s' conflicts with previous declaration"
64 msgstr ""
65
66 #: attribs.c:850
67 #, c-format
68 msgid "section attribute not allowed for `%s'"
69 msgstr ""
70
71 #: attribs.c:857
72 msgid "section attributes are not supported for this target"
73 msgstr ""
74
75 #: attribs.c:899
76 msgid "requested alignment is not a constant"
77 msgstr ""
78
79 #: attribs.c:904
80 msgid "requested alignment is not a power of 2"
81 msgstr ""
82
83 #: attribs.c:909
84 msgid "requested alignment is too large"
85 msgstr ""
86
87 #: attribs.c:936
88 #, c-format
89 msgid "alignment may not be specified for `%s'"
90 msgstr ""
91
92 #: attribs.c:981
93 #, c-format
94 msgid "`%s' defined both normally and as an alias"
95 msgstr ""
96
97 #: attribs.c:991
98 msgid "alias arg not a string"
99 msgstr ""
100
101 #: attribs.c:1030 attribs.c:1063 attribs.c:1119
102 #, c-format
103 msgid "`%s' attribute applies only to functions"
104 msgstr ""
105
106 #: attribs.c:1037 attribs.c:1070 attribs.c:1126
107 #, c-format
108 msgid "can't set `%s' attribute after definition"
109 msgstr ""
110
111 #: builtins.c:279
112 msgid "offset outside bounds of constant string"
113 msgstr ""
114
115 #. ??? We used to try and build up a call to the out of line function,
116 #. guessing about what registers needed saving etc. This became much
117 #. harder with __builtin_va_start, since we don't have a tree for a
118 #. call to __builtin_saveregs to fall back on. There was exactly one
119 #. port (i860) that used this code, and I'm unconvinced it could actually
120 #. handle the general case. So we no longer try to handle anything
121 #. weird and make the backend absorb the evil.
122 #: builtins.c:2627
123 msgid "__builtin_saveregs not supported by this target"
124 msgstr ""
125
126 #: builtins.c:2669
127 msgid "argument of `__builtin_args_info' must be constant"
128 msgstr ""
129
130 #: builtins.c:2675
131 msgid "argument of `__builtin_args_info' out of range"
132 msgstr ""
133
134 #: builtins.c:2681
135 msgid "missing argument in `__builtin_args_info'"
136 msgstr ""
137
138 #: builtins.c:2713
139 msgid "`va_start' used in function with fixed args"
140 msgstr ""
141
142 #: builtins.c:2732
143 msgid "second parameter of `va_start' not last named argument"
144 msgstr ""
145
146 #. Evidently an out of date version of <stdarg.h>; can't validate
147 #. va_start's second argument, but can still work as intended.
148 #: builtins.c:2737
149 msgid "`__builtin_next_arg' called without an argument"
150 msgstr ""
151
152 #: builtins.c:2841
153 msgid "too many arguments to function `va_start'"
154 msgstr ""
155
156 #: builtins.c:2925
157 msgid "first argument to `va_arg' not of type `va_list'"
158 msgstr ""
159
160 #: builtins.c:2953
161 #, c-format
162 msgid "`%s' is promoted to `%s' when passed through `...'"
163 msgstr ""
164
165 #: builtins.c:2957
166 #, c-format
167 msgid "(so you should pass `%s' not `%s' to `va_arg')"
168 msgstr ""
169
170 #: builtins.c:3081
171 msgid "invalid arg to `__builtin_frame_address'"
172 msgstr ""
173
174 #: builtins.c:3083
175 msgid "invalid arg to `__builtin_return_address'"
176 msgstr ""
177
178 #: builtins.c:3097
179 msgid "unsupported arg to `__builtin_frame_address'"
180 msgstr ""
181
182 #: builtins.c:3099
183 msgid "unsupported arg to `__builtin_return_address'"
184 msgstr ""
185
186 #: builtins.c:3264
187 msgid "second arg to `__builtin_expect' must be a constant"
188 msgstr ""
189
190 #: builtins.c:3714
191 msgid "__builtin_longjmp second argument must be 1"
192 msgstr ""
193
194 #: builtins.c:3728
195 msgid "__builtin_trap not supported by this target"
196 msgstr ""
197
198 #. just do library call, if unknown builtin
199 #: builtins.c:3780 c-common.c:3516
200 #, c-format
201 msgid "built-in function `%s' not currently supported"
202 msgstr ""
203
204 #: c-common.c:503
205 #, c-format
206 msgid "`%s' is not defined outside of function scope"
207 msgstr ""
208
209 #: c-common.c:608
210 #, c-format
211 msgid ""
212 "string length `%d' is greater than the length `%d' ISO C%d compilers are "
213 "required to support"
214 msgstr ""
215
216 #: c-common.c:656 ch/decl.c:4100
217 msgid "overflow in constant expression"
218 msgstr ""
219
220 #: c-common.c:677
221 msgid "integer overflow in expression"
222 msgstr ""
223
224 #: c-common.c:686
225 msgid "floating point overflow in expression"
226 msgstr ""
227
228 #. This detects cases like converting -129 or 256 to unsigned char.
229 #: c-common.c:707
230 msgid "large integer implicitly truncated to unsigned type"
231 msgstr ""
232
233 #: c-common.c:709
234 msgid "negative integer implicitly converted to unsigned type"
235 msgstr ""
236
237 #: c-common.c:756
238 msgid "overflow in implicit constant conversion"
239 msgstr ""
240
241 #: c-common.c:904
242 #, c-format
243 msgid "operation on `%s' may be undefined"
244 msgstr ""
245
246 #: c-common.c:1194
247 msgid "expression statement has incomplete type"
248 msgstr ""
249
250 #: c-common.c:1227 ch/actions.c:1027
251 msgid "case label does not reduce to an integer constant"
252 msgstr ""
253
254 #: c-common.c:1513
255 msgid "invalid truth-value expression"
256 msgstr ""
257
258 #: c-common.c:1564
259 #, c-format
260 msgid "invalid operands to binary %s"
261 msgstr ""
262
263 #: c-common.c:1799 c-common.c:1808
264 msgid "comparison is always false due to limited range of data type"
265 msgstr ""
266
267 #: c-common.c:1801 c-common.c:1810
268 msgid "comparison is always true due to limited range of data type"
269 msgstr ""
270
271 #: c-common.c:1876
272 msgid "comparison of unsigned expression >= 0 is always true"
273 msgstr ""
274
275 #: c-common.c:1885
276 msgid "comparison of unsigned expression < 0 is always false"
277 msgstr ""
278
279 #: c-common.c:1936 f/com.c:14886
280 msgid "struct type value used where scalar is required"
281 msgstr ""
282
283 #: c-common.c:1940 f/com.c:14890
284 msgid "union type value used where scalar is required"
285 msgstr ""
286
287 #: c-common.c:1944 f/com.c:14894
288 msgid "array type value used where scalar is required"
289 msgstr ""
290
291 #: c-common.c:2059 f/com.c:15020
292 msgid "suggest parentheses around assignment used as truth value"
293 msgstr ""
294
295 #: c-common.c:2103 c-common.c:2135
296 msgid "invalid use of `restrict'"
297 msgstr ""
298
299 #: c-common.c:2251
300 msgid "__alignof__ applied to an incomplete type"
301 msgstr ""
302
303 #: c-common.c:2277
304 msgid "`__alignof' applied to a bit-field"
305 msgstr ""
306
307 #: c-common.c:2952 c-typeck.c:1727
308 #, c-format
309 msgid "too few arguments to function `%s'"
310 msgstr ""
311
312 #: c-common.c:2958 c-typeck.c:1578
313 #, c-format
314 msgid "too many arguments to function `%s'"
315 msgstr ""
316
317 #: c-common.c:3145
318 msgid "pointers are not permitted as case values"
319 msgstr ""
320
321 #: c-common.c:3151
322 msgid "ISO C++ forbids range expressions in switch statements"
323 msgstr ""
324
325 #: c-common.c:3153
326 msgid "ISO C forbids range expressions in switch statements"
327 msgstr ""
328
329 #: c-common.c:3183
330 msgid "empty range specified"
331 msgstr ""
332
333 #: c-common.c:3234
334 msgid "duplicate (or overlapping) case value"
335 msgstr ""
336
337 #: c-common.c:3236
338 msgid "this is the first entry overlapping that value"
339 msgstr ""
340
341 #: c-common.c:3240 ch/actions.c:1125
342 msgid "duplicate case value"
343 msgstr ""
344
345 #: c-common.c:3241
346 msgid "previously used here"
347 msgstr ""
348
349 #: c-common.c:3245
350 msgid "multiple default labels in one switch"
351 msgstr ""
352
353 #: c-common.c:3246
354 msgid "this is the first default label"
355 msgstr ""
356
357 #: c-common.c:3274
358 msgid "ISO C++ forbids taking the address of a label"
359 msgstr ""
360
361 #: c-common.c:3276
362 msgid "ISO C forbids taking the address of a label"
363 msgstr ""
364
365 #: c-common.c:3817
366 msgid "-Wformat-y2k ignored without -Wformat"
367 msgstr ""
368
369 #: c-common.c:3819
370 msgid "-Wformat-extra-args ignored without -Wformat"
371 msgstr ""
372
373 #: c-common.c:3821
374 msgid "-Wformat-nonliteral ignored without -Wformat"
375 msgstr ""
376
377 #: c-common.c:3823
378 msgid "-Wformat-security ignored without -Wformat"
379 msgstr ""
380
381 #: c-common.c:3825
382 msgid "-Wmissing-format-attribute ignored without -Wformat"
383 msgstr ""
384
385 #: c-convert.c:78 c-typeck.c:918 c-typeck.c:4081 ch/convert.c:1164
386 #: cp/typeck.c:1733 cp/typeck.c:6291
387 msgid "void value not ignored as it ought to be"
388 msgstr ""
389
390 #: c-convert.c:110 java/typeck.c:150
391 msgid "conversion to non-scalar type requested"
392 msgstr ""
393
394 #: c-decl.c:549
395 #, c-format
396 msgid "unknown C standard `%s'"
397 msgstr ""
398
399 #: c-decl.c:847
400 #, c-format
401 msgid "array `%s' assumed to have one element"
402 msgstr ""
403
404 #: c-decl.c:1023
405 #, c-format
406 msgid "`struct %s' incomplete in scope ending here"
407 msgstr ""
408
409 #: c-decl.c:1026
410 #, c-format
411 msgid "`union %s' incomplete in scope ending here"
412 msgstr ""
413
414 #: c-decl.c:1029
415 #, c-format
416 msgid "`enum %s' incomplete in scope ending here"
417 msgstr ""
418
419 #: c-decl.c:1143 c-decl.c:1308 ch/decl.c:2920 java/decl.c:1345
420 #, c-format
421 msgid "label `%s' used but not defined"
422 msgstr ""
423
424 #: c-decl.c:1149 c-decl.c:1315 ch/decl.c:2926 java/decl.c:1351
425 #, c-format
426 msgid "label `%s' defined but not used"
427 msgstr ""
428
429 #: c-decl.c:1432 cp/decl.c:3114
430 #, c-format
431 msgid "function `%s' redeclared as inline"
432 msgstr ""
433
434 #: c-decl.c:1434 cp/decl.c:3116
435 #, c-format
436 msgid "previous declaration of function `%s' with attribute noinline"
437 msgstr ""
438
439 #: c-decl.c:1441 cp/decl.c:3123
440 #, c-format
441 msgid "function `%s' redeclared with attribute noinline"
442 msgstr ""
443
444 #: c-decl.c:1443 cp/decl.c:3125
445 #, c-format
446 msgid "previous declaration of function `%s' was inline"
447 msgstr ""
448
449 #: c-decl.c:1472 c-decl.c:1525
450 #, c-format
451 msgid "shadowing built-in function `%s'"
452 msgstr ""
453
454 #: c-decl.c:1474
455 #, c-format
456 msgid "shadowing library function `%s'"
457 msgstr ""
458
459 #: c-decl.c:1480
460 #, c-format
461 msgid "library function `%s' declared as non-function"
462 msgstr ""
463
464 #: c-decl.c:1484 c-decl.c:1487
465 #, c-format
466 msgid "built-in function `%s' declared as non-function"
467 msgstr ""
468
469 #: c-decl.c:1491 objc/objc-act.c:2322 objc/objc-act.c:6000
470 #, c-format
471 msgid "`%s' redeclared as different kind of symbol"
472 msgstr ""
473
474 #: c-decl.c:1492 c-decl.c:1674 c-decl.c:1823 objc/objc-act.c:2324
475 #: objc/objc-act.c:6002 objc/objc-act.c:6057
476 #, c-format
477 msgid "previous declaration of `%s'"
478 msgstr ""
479
480 #. If types don't match for a built-in, throw away the built-in.
481 #: c-decl.c:1578
482 #, c-format
483 msgid "conflicting types for built-in function `%s'"
484 msgstr ""
485
486 #: c-decl.c:1621 c-decl.c:1640
487 #, c-format
488 msgid "conflicting types for `%s'"
489 msgstr ""
490
491 #: c-decl.c:1663
492 msgid ""
493 "A parameter list with an ellipsis can't match an empty parameter name list "
494 "declaration."
495 msgstr ""
496
497 #: c-decl.c:1669
498 msgid ""
499 "An argument type that has a default promotion can't match an empty parameter "
500 "name list declaration."
501 msgstr ""
502
503 #: c-decl.c:1684 c-decl.c:1706
504 #, c-format
505 msgid "redefinition of `%s'"
506 msgstr ""
507
508 #: c-decl.c:1687
509 #, c-format
510 msgid "redeclaration of `%s'"
511 msgstr ""
512
513 #: c-decl.c:1690
514 #, c-format
515 msgid "conflicting declarations of `%s'"
516 msgstr ""
517
518 #: c-decl.c:1699 c-decl.c:1711
519 #, c-format
520 msgid "`%s' previously defined here"
521 msgstr ""
522
523 #: c-decl.c:1700 c-decl.c:1712
524 #, c-format
525 msgid "`%s' previously declared here"
526 msgstr ""
527
528 #: c-decl.c:1733
529 #, c-format
530 msgid "prototype for `%s' follows"
531 msgstr ""
532
533 #: c-decl.c:1734 c-decl.c:1742 c-decl.c:1758
534 msgid "non-prototype definition here"
535 msgstr ""
536
537 #: c-decl.c:1741
538 #, c-format
539 msgid "prototype for `%s' follows and number of arguments doesn't match"
540 msgstr ""
541
542 #: c-decl.c:1756
543 #, c-format
544 msgid "prototype for `%s' follows and argument %d doesn't match"
545 msgstr ""
546
547 #: c-decl.c:1774
548 #, c-format
549 msgid "`%s' declared inline after being called"
550 msgstr ""
551
552 #: c-decl.c:1780
553 #, c-format
554 msgid "`%s' declared inline after its definition"
555 msgstr ""
556
557 #: c-decl.c:1787
558 #, c-format
559 msgid "static declaration for `%s' follows non-static"
560 msgstr ""
561
562 #: c-decl.c:1795
563 #, c-format
564 msgid "non-static declaration for `%s' follows static"
565 msgstr ""
566
567 #: c-decl.c:1802
568 #, c-format
569 msgid "const declaration for `%s' follows non-const"
570 msgstr ""
571
572 #: c-decl.c:1809
573 #, c-format
574 msgid "type qualifiers for `%s' conflict with previous decl"
575 msgstr ""
576
577 #: c-decl.c:1822
578 #, c-format
579 msgid "redundant redeclaration of `%s' in same scope"
580 msgstr ""
581
582 #: c-decl.c:2122
583 #, c-format
584 msgid "nested extern declaration of `%s'"
585 msgstr ""
586
587 #: c-decl.c:2147 java/decl.c:997
588 #, c-format
589 msgid "`%s' used prior to declaration"
590 msgstr ""
591
592 #: c-decl.c:2168 c-decl.c:2383
593 #, c-format
594 msgid "`%s' was declared implicitly `extern' and later `static'"
595 msgstr ""
596
597 #: c-decl.c:2278
598 msgid "type mismatch with previous external decl"
599 msgstr ""
600
601 #: c-decl.c:2279
602 #, c-format
603 msgid "previous external decl of `%s'"
604 msgstr ""
605
606 #: c-decl.c:2292
607 msgid "type mismatch with previous implicit declaration"
608 msgstr ""
609
610 #: c-decl.c:2294
611 #, c-format
612 msgid "previous implicit declaration of `%s'"
613 msgstr ""
614
615 #: c-decl.c:2311
616 #, c-format
617 msgid "type of external `%s' is not global"
618 msgstr ""
619
620 #: c-decl.c:2362
621 #, c-format
622 msgid "`%s' was previously implicitly declared to return `int'"
623 msgstr ""
624
625 #: c-decl.c:2387
626 #, c-format
627 msgid "`%s' was declared `extern' and later `static'"
628 msgstr ""
629
630 #: c-decl.c:2411
631 #, c-format
632 msgid "extern declaration of `%s' doesn't match global one"
633 msgstr ""
634
635 #: c-decl.c:2453
636 #, c-format
637 msgid "`%s' locally external but globally static"
638 msgstr ""
639
640 #: c-decl.c:2489 c-decl.c:2514 cp/decl.c:4203 java/decl.c:1044
641 #, c-format
642 msgid "declaration of `%s' shadows a parameter"
643 msgstr ""
644
645 #: c-decl.c:2492 java/decl.c:1047
646 #, c-format
647 msgid "declaration of `%s' shadows a symbol from the parameter list"
648 msgstr ""
649
650 #: c-decl.c:2516 cp/decl.c:4211
651 #, c-format
652 msgid "declaration of `%s' shadows previous local"
653 msgstr ""
654
655 #. XXX shadow warnings in outer-more namespaces
656 #: c-decl.c:2519 cp/decl.c:4215
657 #, c-format
658 msgid "declaration of `%s' shadows global declaration"
659 msgstr ""
660
661 #: c-decl.c:2609
662 #, c-format
663 msgid "function `%s' was previously declared within a block"
664 msgstr ""
665
666 #: c-decl.c:2629 c-decl.c:2631
667 #, c-format
668 msgid "implicit declaration of function `%s'"
669 msgstr ""
670
671 #: c-decl.c:2719
672 #, c-format
673 msgid "label %s referenced outside of any function"
674 msgstr ""
675
676 #: c-decl.c:2776
677 #, c-format
678 msgid "duplicate label declaration `%s'"
679 msgstr ""
680
681 #: c-decl.c:2779
682 msgid "this is a previous declaration"
683 msgstr ""
684
685 #: c-decl.c:3284
686 msgid "unnamed struct/union that defines no instances"
687 msgstr ""
688
689 #: c-decl.c:3303
690 msgid "useless keyword or type name in empty declaration"
691 msgstr ""
692
693 #: c-decl.c:3310
694 msgid "two types specified in one empty declaration"
695 msgstr ""
696
697 #: c-decl.c:3315
698 msgid "empty declaration"
699 msgstr ""
700
701 #: c-decl.c:3345
702 msgid ""
703 "ISO C89 does not support `static' or type qualifiers in parameter array "
704 "declarators"
705 msgstr ""
706
707 #: c-decl.c:3347
708 msgid "ISO C89 does not support `[*]' array declarators"
709 msgstr ""
710
711 #: c-decl.c:3350
712 msgid "GCC does not yet properly implement `[*]' array declarators"
713 msgstr ""
714
715 #: c-decl.c:3369
716 msgid "static or type qualifiers in abstract declarator"
717 msgstr ""
718
719 #: c-decl.c:3426
720 #, c-format
721 msgid "`%s' is usually a function"
722 msgstr ""
723
724 #: c-decl.c:3440
725 #, c-format
726 msgid "typedef `%s' is initialized"
727 msgstr ""
728
729 #: c-decl.c:3447
730 #, c-format
731 msgid "function `%s' is initialized like a variable"
732 msgstr ""
733
734 #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
735 #: c-decl.c:3454
736 #, c-format
737 msgid "parameter `%s' is initialized"
738 msgstr ""
739
740 #: c-decl.c:3474 c-typeck.c:4813
741 msgid "variable-sized object may not be initialized"
742 msgstr ""
743
744 #: c-decl.c:3480
745 #, c-format
746 msgid "variable `%s' has initializer but incomplete type"
747 msgstr ""
748
749 #: c-decl.c:3486
750 #, c-format
751 msgid "elements of array `%s' have incomplete type"
752 msgstr ""
753
754 #: c-decl.c:3499
755 #, c-format
756 msgid "declaration of `%s' has `extern' and is initialized"
757 msgstr ""
758
759 #: c-decl.c:3534 c-decl.c:6080 cp/decl.c:7231 cp/decl.c:13432
760 #, c-format
761 msgid "inline function `%s' given attribute noinline"
762 msgstr ""
763
764 #: c-decl.c:3615
765 #, c-format
766 msgid "initializer fails to determine size of `%s'"
767 msgstr ""
768
769 #: c-decl.c:3620
770 #, c-format
771 msgid "array size missing in `%s'"
772 msgstr ""
773
774 #: c-decl.c:3636
775 #, c-format
776 msgid "zero or negative size array `%s'"
777 msgstr ""
778
779 #: c-decl.c:3664 ch/decl.c:4133
780 #, c-format
781 msgid "storage size of `%s' isn't known"
782 msgstr ""
783
784 #: c-decl.c:3674
785 #, c-format
786 msgid "storage size of `%s' isn't constant"
787 msgstr ""
788
789 #: c-decl.c:3733
790 #, c-format
791 msgid "ignoring asm-specifier for non-static local variable `%s'"
792 msgstr ""
793
794 #: c-decl.c:3808
795 #, c-format
796 msgid "ANSI C forbids parameter `%s' shadowing typedef"
797 msgstr ""
798
799 #: c-decl.c:4049 cp/decl.c:10028
800 msgid "`long long long' is too long for GCC"
801 msgstr ""
802
803 #: c-decl.c:4054
804 msgid "ISO C89 does not support `long long'"
805 msgstr ""
806
807 #: c-decl.c:4059 cp/decl.c:10033
808 #, c-format
809 msgid "duplicate `%s'"
810 msgstr ""
811
812 #: c-decl.c:4065 cp/decl.c:10053
813 #, c-format
814 msgid "two or more data types in declaration of `%s'"
815 msgstr ""
816
817 #: c-decl.c:4080 cp/decl.c:10058
818 #, c-format
819 msgid "`%s' fails to be a typedef or built in type"
820 msgstr ""
821
822 #: c-decl.c:4119
823 #, c-format
824 msgid "type defaults to `int' in declaration of `%s'"
825 msgstr ""
826
827 #: c-decl.c:4148
828 #, c-format
829 msgid "both long and short specified for `%s'"
830 msgstr ""
831
832 #: c-decl.c:4152 cp/decl.c:10157
833 #, c-format
834 msgid "long or short specified with char for `%s'"
835 msgstr ""
836
837 #: c-decl.c:4159 cp/decl.c:10161
838 #, c-format
839 msgid "long or short specified with floating type for `%s'"
840 msgstr ""
841
842 #: c-decl.c:4162
843 msgid "the only valid combination is `long double'"
844 msgstr ""
845
846 #: c-decl.c:4168
847 #, c-format
848 msgid "both signed and unsigned specified for `%s'"
849 msgstr ""
850
851 #: c-decl.c:4170 cp/decl.c:10150
852 #, c-format
853 msgid "long, short, signed or unsigned invalid for `%s'"
854 msgstr ""
855
856 #: c-decl.c:4176 cp/decl.c:10170
857 #, c-format
858 msgid "long, short, signed or unsigned used invalidly for `%s'"
859 msgstr ""
860
861 #: c-decl.c:4195 cp/decl.c:10191
862 #, c-format
863 msgid "complex invalid for `%s'"
864 msgstr ""
865
866 #: c-decl.c:4240
867 msgid "ISO C89 does not support complex types"
868 msgstr ""
869
870 #: c-decl.c:4252
871 msgid "ISO C does not support plain `complex' meaning `double complex'"
872 msgstr ""
873
874 #: c-decl.c:4258 c-decl.c:4270
875 msgid "ISO C does not support complex integer types"
876 msgstr ""
877
878 #: c-decl.c:4285 c-decl.c:4724 cp/decl.c:10791
879 msgid "duplicate `const'"
880 msgstr ""
881
882 #: c-decl.c:4287 c-decl.c:4728 cp/decl.c:10795
883 msgid "duplicate `restrict'"
884 msgstr ""
885
886 #: c-decl.c:4289 c-decl.c:4726 cp/decl.c:10793
887 msgid "duplicate `volatile'"
888 msgstr ""
889
890 #: c-decl.c:4311 cp/decl.c:10340
891 #, c-format
892 msgid "multiple storage classes in declaration of `%s'"
893 msgstr ""
894
895 #: c-decl.c:4320
896 msgid "function definition declared `auto'"
897 msgstr ""
898
899 #: c-decl.c:4322
900 msgid "function definition declared `register'"
901 msgstr ""
902
903 #: c-decl.c:4324
904 msgid "function definition declared `typedef'"
905 msgstr ""
906
907 #: c-decl.c:4337
908 #, c-format
909 msgid "storage class specified for structure field `%s'"
910 msgstr ""
911
912 #: c-decl.c:4341 cp/decl.c:10387
913 #, c-format
914 msgid "storage class specified for parameter `%s'"
915 msgstr ""
916
917 #: c-decl.c:4344 cp/decl.c:10389
918 msgid "storage class specified for typename"
919 msgstr ""
920
921 #: c-decl.c:4356 cp/decl.c:10403
922 #, c-format
923 msgid "`%s' initialized and declared `extern'"
924 msgstr ""
925
926 #: c-decl.c:4358 cp/decl.c:10406
927 #, c-format
928 msgid "`%s' has both `extern' and initializer"
929 msgstr ""
930
931 #: c-decl.c:4362 cp/decl.c:10410
932 #, c-format
933 msgid "nested function `%s' declared `extern'"
934 msgstr ""
935
936 #: c-decl.c:4365 cp/decl.c:10414
937 #, c-format
938 msgid "top-level declaration of `%s' specifies `auto'"
939 msgstr ""
940
941 #. Only the innermost declarator (making a parameter be of
942 #. array type which is converted to pointer type)
943 #. may have static or type qualifiers.
944 #: c-decl.c:4400 c-decl.c:4589
945 msgid "static or type qualifiers in non-parameter array declarator"
946 msgstr ""
947
948 #: c-decl.c:4444
949 #, c-format
950 msgid "declaration of `%s' as array of voids"
951 msgstr ""
952
953 #: c-decl.c:4450
954 #, c-format
955 msgid "declaration of `%s' as array of functions"
956 msgstr ""
957
958 #: c-decl.c:4471
959 #, c-format
960 msgid "size of array `%s' has non-integer type"
961 msgstr ""
962
963 #: c-decl.c:4476
964 #, c-format
965 msgid "ISO C forbids zero-size array `%s'"
966 msgstr ""
967
968 #: c-decl.c:4483
969 #, c-format
970 msgid "size of array `%s' is negative"
971 msgstr ""
972
973 #: c-decl.c:4496
974 #, c-format
975 msgid "ISO C89 forbids array `%s' whose size can't be evaluated"
976 msgstr ""
977
978 #: c-decl.c:4499
979 #, c-format
980 msgid "ISO C89 forbids variable-size array `%s'"
981 msgstr ""
982
983 #: c-decl.c:4529 c-decl.c:4750 cp/decl.c:11012
984 #, c-format
985 msgid "size of array `%s' is too large"
986 msgstr ""
987
988 #: c-decl.c:4546
989 msgid "ISO C89 does not support flexible array members"
990 msgstr ""
991
992 #: c-decl.c:4556
993 msgid "array type has incomplete element type"
994 msgstr ""
995
996 #: c-decl.c:4563
997 msgid "ANSI C forbids const or volatile function types"
998 msgstr ""
999
1000 #: c-decl.c:4609 cp/decl.c:10551
1001 #, c-format
1002 msgid "`%s' declared as function returning a function"
1003 msgstr ""
1004
1005 #: c-decl.c:4614 cp/decl.c:10556
1006 #, c-format
1007 msgid "`%s' declared as function returning an array"
1008 msgstr ""
1009
1010 #: c-decl.c:4649
1011 msgid "ISO C forbids qualified void function return type"
1012 msgstr ""
1013
1014 #: c-decl.c:4653
1015 msgid "type qualifiers ignored on function return type"
1016 msgstr ""
1017
1018 #: c-decl.c:4682 c-decl.c:4765 c-decl.c:4889 c-decl.c:4983
1019 msgid "ISO C forbids qualified function types"
1020 msgstr ""
1021
1022 #: c-decl.c:4722 cp/decl.c:10787
1023 msgid "invalid type modifier within pointer declarator"
1024 msgstr ""
1025
1026 #: c-decl.c:4800
1027 msgid "ISO C forbids const or volatile function types"
1028 msgstr ""
1029
1030 #: c-decl.c:4820 cp/decl.c:11295
1031 #, c-format
1032 msgid "variable or field `%s' declared void"
1033 msgstr ""
1034
1035 #: c-decl.c:4853
1036 msgid "attributes in parameter array declarator ignored"
1037 msgstr ""
1038
1039 #: c-decl.c:4878
1040 msgid "invalid type modifier within array declarator"
1041 msgstr ""
1042
1043 #: c-decl.c:4927
1044 #, c-format
1045 msgid "field `%s' declared as a function"
1046 msgstr ""
1047
1048 #: c-decl.c:4933
1049 #, c-format
1050 msgid "field `%s' has incomplete type"
1051 msgstr ""
1052
1053 #: c-decl.c:4965 c-decl.c:4967 c-decl.c:4974
1054 #, c-format
1055 msgid "invalid storage class for function `%s'"
1056 msgstr ""
1057
1058 #: c-decl.c:4989
1059 msgid "`noreturn' function returns non-void value"
1060 msgstr ""
1061
1062 #: c-decl.c:5001
1063 msgid "cannot inline function `main'"
1064 msgstr ""
1065
1066 #: c-decl.c:5047
1067 #, c-format
1068 msgid "variable `%s' declared `inline'"
1069 msgstr ""
1070
1071 #: c-decl.c:5120 c-decl.c:6132
1072 msgid "function declaration isn't a prototype"
1073 msgstr ""
1074
1075 #: c-decl.c:5126
1076 msgid "parameter names (without types) in function declaration"
1077 msgstr ""
1078
1079 #: c-decl.c:5158 c-decl.c:6518
1080 #, c-format
1081 msgid "parameter `%s' has incomplete type"
1082 msgstr ""
1083
1084 #: c-decl.c:5161
1085 msgid "parameter has incomplete type"
1086 msgstr ""
1087
1088 #: c-decl.c:5182
1089 #, c-format
1090 msgid "parameter `%s' points to incomplete type"
1091 msgstr ""
1092
1093 #: c-decl.c:5185
1094 msgid "parameter points to incomplete type"
1095 msgstr ""
1096
1097 #: c-decl.c:5250
1098 #, c-format
1099 msgid "parameter `%s' has just a forward declaration"
1100 msgstr ""
1101
1102 #: c-decl.c:5291
1103 msgid "`void' in parameter list must be the entire list"
1104 msgstr ""
1105
1106 #: c-decl.c:5320
1107 #, c-format
1108 msgid "`%s %s' declared inside parameter list"
1109 msgstr ""
1110
1111 #: c-decl.c:5329
1112 msgid "anonymous struct declared inside parameter list"
1113 msgstr ""
1114
1115 #: c-decl.c:5331
1116 msgid "anonymous union declared inside parameter list"
1117 msgstr ""
1118
1119 #: c-decl.c:5333
1120 msgid "anonymous enum declared inside parameter list"
1121 msgstr ""
1122
1123 #: c-decl.c:5337
1124 msgid ""
1125 "its scope is only this definition or declaration, which is probably not what "
1126 "you want."
1127 msgstr ""
1128
1129 #: c-decl.c:5414
1130 #, c-format
1131 msgid "redefinition of `%s %s'"
1132 msgstr ""
1133
1134 #: c-decl.c:5453
1135 msgid "unnamed fields of type other than struct or union are not allowed"
1136 msgstr ""
1137
1138 #: c-decl.c:5494 c-decl.c:5497
1139 #, c-format
1140 msgid "%s defined inside parms"
1141 msgstr ""
1142
1143 #: c-decl.c:5495 c-decl.c:5498 c-decl.c:5509
1144 msgid "union"
1145 msgstr ""
1146
1147 #: c-decl.c:5495 c-decl.c:5498
1148 msgid "structure"
1149 msgstr ""
1150
1151 #: c-decl.c:5508
1152 #, c-format
1153 msgid "%s has no %s"
1154 msgstr ""
1155
1156 #: c-decl.c:5509
1157 msgid "struct"
1158 msgstr ""
1159
1160 #: c-decl.c:5510
1161 msgid "named members"
1162 msgstr ""
1163
1164 #: c-decl.c:5510
1165 msgid "members"
1166 msgstr ""
1167
1168 #: c-decl.c:5549
1169 #, c-format
1170 msgid "nested redefinition of `%s'"
1171 msgstr ""
1172
1173 #: c-decl.c:5562
1174 #, c-format
1175 msgid "bit-field `%s' width not an integer constant"
1176 msgstr ""
1177
1178 #: c-decl.c:5573
1179 #, c-format
1180 msgid "bit-field `%s' has invalid type"
1181 msgstr ""
1182
1183 #: c-decl.c:5585
1184 #, c-format
1185 msgid "bit-field `%s' type invalid in ISO C"
1186 msgstr ""
1187
1188 #: c-decl.c:5597
1189 #, c-format
1190 msgid "negative width in bit-field `%s'"
1191 msgstr ""
1192
1193 #: c-decl.c:5599
1194 #, c-format
1195 msgid "width of `%s' exceeds its type"
1196 msgstr ""
1197
1198 #: c-decl.c:5601
1199 #, c-format
1200 msgid "zero width for bit-field `%s'"
1201 msgstr ""
1202
1203 #: c-decl.c:5615
1204 #, c-format
1205 msgid "`%s' is narrower than values of its type"
1206 msgstr ""
1207
1208 #: c-decl.c:5660
1209 msgid "flexible array member in union"
1210 msgstr ""
1211
1212 #: c-decl.c:5662
1213 msgid "flexible array member not at end of struct"
1214 msgstr ""
1215
1216 #: c-decl.c:5664
1217 msgid "flexible array member in otherwise empty struct"
1218 msgstr ""
1219
1220 #: c-decl.c:5689 ch/typeck.c:3060
1221 #, c-format
1222 msgid "duplicate member `%s'"
1223 msgstr ""
1224
1225 #: c-decl.c:5733
1226 msgid "union cannot be made transparent"
1227 msgstr ""
1228
1229 #. This enum is a named one that has been declared already.
1230 #: c-decl.c:5814
1231 #, c-format
1232 msgid "redeclaration of `enum %s'"
1233 msgstr ""
1234
1235 #: c-decl.c:5848
1236 msgid "enum defined inside parms"
1237 msgstr ""
1238
1239 #: c-decl.c:5881
1240 msgid "enumeration values exceed range of largest integer"
1241 msgstr ""
1242
1243 #: c-decl.c:5990 ch/decl.c:4437
1244 #, c-format
1245 msgid "enumerator value for `%s' not integer constant"
1246 msgstr ""
1247
1248 #: c-decl.c:6003 ch/decl.c:4449
1249 msgid "overflow in enumeration values"
1250 msgstr ""
1251
1252 #: c-decl.c:6008
1253 msgid "ISO C restricts enumerator values to range of `int'"
1254 msgstr ""
1255
1256 #: c-decl.c:6086
1257 msgid "return type is an incomplete type"
1258 msgstr ""
1259
1260 #: c-decl.c:6094
1261 msgid "return type defaults to `int'"
1262 msgstr ""
1263
1264 #: c-decl.c:6141
1265 #, c-format
1266 msgid "no previous prototype for `%s'"
1267 msgstr ""
1268
1269 #: c-decl.c:6148
1270 #, c-format
1271 msgid "`%s' was used with no prototype before its definition"
1272 msgstr ""
1273
1274 #: c-decl.c:6154
1275 #, c-format
1276 msgid "no previous declaration for `%s'"
1277 msgstr ""
1278
1279 #: c-decl.c:6161
1280 #, c-format
1281 msgid "`%s' was used with no declaration before its definition"
1282 msgstr ""
1283
1284 #: c-decl.c:6185 c-decl.c:6759
1285 #, c-format
1286 msgid "return type of `%s' is not `int'"
1287 msgstr ""
1288
1289 #: c-decl.c:6201
1290 #, c-format
1291 msgid "first argument of `%s' should be `int'"
1292 msgstr ""
1293
1294 #: c-decl.c:6210
1295 #, c-format
1296 msgid "second argument of `%s' should be `char **'"
1297 msgstr ""
1298
1299 #: c-decl.c:6219
1300 #, c-format
1301 msgid "third argument of `%s' should probably be `char **'"
1302 msgstr ""
1303
1304 #: c-decl.c:6228
1305 #, c-format
1306 msgid "`%s' takes only zero or two arguments"
1307 msgstr ""
1308
1309 #: c-decl.c:6231
1310 #, c-format
1311 msgid "`%s' is normally a non-static function"
1312 msgstr ""
1313
1314 #: c-decl.c:6336
1315 msgid "parm types given both in parmlist and separately"
1316 msgstr ""
1317
1318 #: c-decl.c:6357
1319 msgid "parameter name omitted"
1320 msgstr ""
1321
1322 #: c-decl.c:6361 c-decl.c:6463
1323 #, c-format
1324 msgid "parameter `%s' declared void"
1325 msgstr ""
1326
1327 #: c-decl.c:6437
1328 msgid "parameter name missing from parameter list"
1329 msgstr ""
1330
1331 #: c-decl.c:6456
1332 #, c-format
1333 msgid "multiple parameters named `%s'"
1334 msgstr ""
1335
1336 #: c-decl.c:6487 c-decl.c:6489
1337 #, c-format
1338 msgid "type of `%s' defaults to `int'"
1339 msgstr ""
1340
1341 #: c-decl.c:6525
1342 #, c-format
1343 msgid "declaration for parameter `%s' but no such parameter"
1344 msgstr ""
1345
1346 #: c-decl.c:6573
1347 msgid "number of arguments doesn't match prototype"
1348 msgstr ""
1349
1350 #: c-decl.c:6603
1351 #, c-format
1352 msgid "promoted argument `%s' doesn't match prototype"
1353 msgstr ""
1354
1355 #: c-decl.c:6617
1356 #, c-format
1357 msgid "argument `%s' doesn't match prototype"
1358 msgstr ""
1359
1360 #: c-decl.c:6899
1361 msgid "this function may return with or without a value"
1362 msgstr ""
1363
1364 #: c-decl.c:6919
1365 #, c-format
1366 msgid "size of return value of `%s' is %u bytes"
1367 msgstr ""
1368
1369 #: c-decl.c:6923
1370 #, c-format
1371 msgid "size of return value of `%s' is larger than %d bytes"
1372 msgstr ""
1373
1374 #. If we get here, declarations have been used in a for loop without
1375 #. the C99 for loop scope. This doesn't make much sense, so don't
1376 #. allow it.
1377 #: c-decl.c:6978
1378 msgid "`for' loop initial declaration used outside C99 mode"
1379 msgstr ""
1380
1381 #: c-decl.c:6998
1382 #, c-format
1383 msgid "`%s %s' declared in `for' loop initial declaration"
1384 msgstr ""
1385
1386 #: c-decl.c:7007
1387 #, c-format
1388 msgid "declaration of non-variable `%s' in `for' loop initial declaration"
1389 msgstr ""
1390
1391 #: c-decl.c:7009
1392 #, c-format
1393 msgid "declaration of static variable `%s' in `for' loop initial declaration"
1394 msgstr ""
1395
1396 #: c-decl.c:7011
1397 #, c-format
1398 msgid "declaration of `extern' variable `%s' in `for' loop initial declaration"
1399 msgstr ""
1400
1401 #: c-dump.c:845
1402 #, c-format
1403 msgid "could not open dump file `%s'"
1404 msgstr ""
1405
1406 #: c-dump.c:921
1407 #, c-format
1408 msgid "ignoring unknown option `%.*s' in `-f%s'"
1409 msgstr ""
1410
1411 #: c-format.c:128 c-format.c:210
1412 msgid "format string arg not a string type"
1413 msgstr ""
1414
1415 #: c-format.c:143
1416 msgid "args to be formatted is not '...'"
1417 msgstr ""
1418
1419 #: c-format.c:152
1420 msgid "strftime formats cannot format arguments"
1421 msgstr ""
1422
1423 #: c-format.c:187 c-format.c:289
1424 msgid "format string has invalid operand number"
1425 msgstr ""
1426
1427 #: c-format.c:221
1428 msgid "function does not return string type"
1429 msgstr ""
1430
1431 #: c-format.c:252
1432 msgid "unrecognized format specifier"
1433 msgstr ""
1434
1435 #: c-format.c:265
1436 #, c-format
1437 msgid "`%s' is an unrecognized format function type"
1438 msgstr ""
1439
1440 #: c-format.c:299
1441 msgid "format string arg follows the args to be formatted"
1442 msgstr ""
1443
1444 #: c-format.c:617
1445 msgid "` ' flag"
1446 msgstr ""
1447
1448 #: c-format.c:617
1449 msgid "the ` ' printf flag"
1450 msgstr ""
1451
1452 #: c-format.c:618 c-format.c:689
1453 msgid "`+' flag"
1454 msgstr ""
1455
1456 #: c-format.c:618
1457 msgid "the `+' printf flag"
1458 msgstr ""
1459
1460 #: c-format.c:619 c-format.c:665
1461 msgid "`#' flag"
1462 msgstr ""
1463
1464 #: c-format.c:619
1465 msgid "the `#' printf flag"
1466 msgstr ""
1467
1468 #: c-format.c:620 c-format.c:663
1469 msgid "`0' flag"
1470 msgstr ""
1471
1472 #: c-format.c:620
1473 msgid "the `0' printf flag"
1474 msgstr ""
1475
1476 #: c-format.c:621 c-format.c:662 c-format.c:692
1477 msgid "`-' flag"
1478 msgstr ""
1479
1480 #: c-format.c:621
1481 msgid "the `-' printf flag"
1482 msgstr ""
1483
1484 #: c-format.c:622 c-format.c:646
1485 msgid "`'' flag"
1486 msgstr ""
1487
1488 #: c-format.c:622
1489 msgid "the `'' printf flag"
1490 msgstr ""
1491
1492 #: c-format.c:623 c-format.c:647
1493 msgid "`I' flag"
1494 msgstr ""
1495
1496 #: c-format.c:623
1497 msgid "the `I' printf flag"
1498 msgstr ""
1499
1500 #: c-format.c:624 c-format.c:644 c-format.c:666 c-format.c:693 c-format.c:1755
1501 msgid "field width"
1502 msgstr ""
1503
1504 #: c-format.c:624
1505 msgid "field width in printf format"
1506 msgstr ""
1507
1508 #: c-format.c:625
1509 msgid "precision"
1510 msgstr ""
1511
1512 #: c-format.c:625
1513 msgid "precision in printf format"
1514 msgstr ""
1515
1516 #: c-format.c:626 c-format.c:645 c-format.c:696
1517 msgid "length modifier"
1518 msgstr ""
1519
1520 #: c-format.c:626
1521 msgid "length modifier in printf format"
1522 msgstr ""
1523
1524 #: c-format.c:642
1525 msgid "assignment suppression"
1526 msgstr ""
1527
1528 #: c-format.c:643
1529 msgid "`a' flag"
1530 msgstr ""
1531
1532 #: c-format.c:643
1533 msgid "the `a' scanf flag"
1534 msgstr ""
1535
1536 #: c-format.c:644
1537 msgid "field width in scanf format"
1538 msgstr ""
1539
1540 #: c-format.c:645
1541 msgid "length modifier in scanf format"
1542 msgstr ""
1543
1544 #: c-format.c:646
1545 msgid "the `'' scanf flag"
1546 msgstr ""
1547
1548 #: c-format.c:647
1549 msgid "the `I' scanf flag"
1550 msgstr ""
1551
1552 #: c-format.c:661
1553 msgid "`_' flag"
1554 msgstr ""
1555
1556 #: c-format.c:661
1557 msgid "the `_' strftime flag"
1558 msgstr ""
1559
1560 #: c-format.c:662
1561 msgid "the `-' strftime flag"
1562 msgstr ""
1563
1564 #: c-format.c:663
1565 msgid "the `0' strftime flag"
1566 msgstr ""
1567
1568 #: c-format.c:664 c-format.c:688
1569 msgid "`^' flag"
1570 msgstr ""
1571
1572 #: c-format.c:664
1573 msgid "the `^' strftime flag"
1574 msgstr ""
1575
1576 #: c-format.c:665
1577 msgid "the `#' strftime flag"
1578 msgstr ""
1579
1580 #: c-format.c:666
1581 msgid "field width in strftime format"
1582 msgstr ""
1583
1584 #: c-format.c:667
1585 msgid "`E' modifier"
1586 msgstr ""
1587
1588 #: c-format.c:667
1589 msgid "the `E' strftime modifier"
1590 msgstr ""
1591
1592 #: c-format.c:668
1593 msgid "`O' modifier"
1594 msgstr ""
1595
1596 #: c-format.c:668
1597 msgid "the `O' strftime modifier"
1598 msgstr ""
1599
1600 #: c-format.c:669
1601 msgid "the `O' modifier"
1602 msgstr ""
1603
1604 #: c-format.c:687
1605 msgid "fill character"
1606 msgstr ""
1607
1608 #: c-format.c:687
1609 msgid "fill character in strfmon format"
1610 msgstr ""
1611
1612 #: c-format.c:688
1613 msgid "the `^' strfmon flag"
1614 msgstr ""
1615
1616 #: c-format.c:689
1617 msgid "the `+' strfmon flag"
1618 msgstr ""
1619
1620 #: c-format.c:690
1621 msgid "`(' flag"
1622 msgstr ""
1623
1624 #: c-format.c:690
1625 msgid "the `(' strfmon flag"
1626 msgstr ""
1627
1628 #: c-format.c:691
1629 msgid "`!' flag"
1630 msgstr ""
1631
1632 #: c-format.c:691
1633 msgid "the `!' strfmon flag"
1634 msgstr ""
1635
1636 #: c-format.c:692
1637 msgid "the `-' strfmon flag"
1638 msgstr ""
1639
1640 #: c-format.c:693
1641 msgid "field width in strfmon format"
1642 msgstr ""
1643
1644 #: c-format.c:694
1645 msgid "left precision"
1646 msgstr ""
1647
1648 #: c-format.c:694
1649 msgid "left precision in strfmon format"
1650 msgstr ""
1651
1652 #: c-format.c:695
1653 msgid "right precision"
1654 msgstr ""
1655
1656 #: c-format.c:695
1657 msgid "right precision in strfmon format"
1658 msgstr ""
1659
1660 #: c-format.c:696
1661 msgid "length modifier in strfmon format"
1662 msgstr ""
1663
1664 #: c-format.c:995
1665 #, c-format
1666 msgid "function might be possible candidate for `%s' format attribute"
1667 msgstr ""
1668
1669 #: c-format.c:1099 c-format.c:1120 c-format.c:2165
1670 msgid "missing $ operand number in format"
1671 msgstr ""
1672
1673 #: c-format.c:1130
1674 #, c-format
1675 msgid "%s does not support %%n$ operand number formats"
1676 msgstr ""
1677
1678 #: c-format.c:1137
1679 msgid "operand number out of range in format"
1680 msgstr ""
1681
1682 #: c-format.c:1158
1683 #, c-format
1684 msgid "format argument %d used more than once in %s format"
1685 msgstr ""
1686
1687 #: c-format.c:1200
1688 #, c-format
1689 msgid "format argument %d unused before used argument %d in $-style format"
1690 msgstr ""
1691
1692 #: c-format.c:1294
1693 msgid "format not a string literal, format string not checked"
1694 msgstr ""
1695
1696 #: c-format.c:1308
1697 msgid "format not a string literal and no format arguments"
1698 msgstr ""
1699
1700 #: c-format.c:1310
1701 msgid "format not a string literal, argument types not checked"
1702 msgstr ""
1703
1704 #: c-format.c:1323
1705 msgid "too many arguments for format"
1706 msgstr ""
1707
1708 #: c-format.c:1326
1709 msgid "unused arguments in $-style format"
1710 msgstr ""
1711
1712 #: c-format.c:1329
1713 msgid "zero-length format string"
1714 msgstr ""
1715
1716 #: c-format.c:1332
1717 msgid "format is a wide character string"
1718 msgstr ""
1719
1720 #: c-format.c:1335
1721 msgid "unterminated format string"
1722 msgstr ""
1723
1724 #. FIXME: this warning should go away once Marc Espie's
1725 #. __attribute__((nonnull)) patch is in. Instead, checking for
1726 #. nonnull attributes should probably change this function to act
1727 #. specially if info == NULL and add a res->number_null entry for
1728 #. that case, or maybe add a function pointer to be called at
1729 #. the end instead of hardcoding check_format_info_main.
1730 #: c-format.c:1442
1731 msgid "null format string"
1732 msgstr ""
1733
1734 #: c-format.c:1634
1735 msgid "embedded `\\0' in format"
1736 msgstr ""
1737
1738 #: c-format.c:1649
1739 #, c-format
1740 msgid "spurious trailing `%%' in format"
1741 msgstr ""
1742
1743 #: c-format.c:1688 c-format.c:1925
1744 #, c-format
1745 msgid "repeated %s in format"
1746 msgstr ""
1747
1748 #: c-format.c:1701
1749 msgid "missing fill character at end of strfmon format"
1750 msgstr ""
1751
1752 #: c-format.c:1721 c-format.c:1839 c-format.c:2119 c-format.c:2172
1753 msgid "too few arguments for format"
1754 msgstr ""
1755
1756 #: c-format.c:1781
1757 #, c-format
1758 msgid "zero width in %s format"
1759 msgstr ""
1760
1761 #: c-format.c:1800
1762 #, c-format
1763 msgid "empty left precision in %s format"
1764 msgstr ""
1765
1766 #: c-format.c:1854
1767 msgid "field precision"
1768 msgstr ""
1769
1770 #: c-format.c:1869
1771 #, c-format
1772 msgid "empty precision in %s format"
1773 msgstr ""
1774
1775 #: c-format.c:1909
1776 #, c-format
1777 msgid "%s does not support the `%s' %s length modifier"
1778 msgstr ""
1779
1780 #: c-format.c:1959
1781 msgid "conversion lacks type at end of format"
1782 msgstr ""
1783
1784 #: c-format.c:1970
1785 #, c-format
1786 msgid "unknown conversion type character `%c' in format"
1787 msgstr ""
1788
1789 #: c-format.c:1973
1790 #, c-format
1791 msgid "unknown conversion type character 0x%x in format"
1792 msgstr ""
1793
1794 #: c-format.c:1980
1795 #, c-format
1796 msgid "%s does not support the `%%%c' %s format"
1797 msgstr ""
1798
1799 #: c-format.c:1996
1800 #, c-format
1801 msgid "%s used with `%%%c' %s format"
1802 msgstr ""
1803
1804 #: c-format.c:2005
1805 #, c-format
1806 msgid "%s does not support %s"
1807 msgstr ""
1808
1809 #: c-format.c:2014
1810 #, c-format
1811 msgid "%s does not support %s with the `%%%c' %s format"
1812 msgstr ""
1813
1814 #: c-format.c:2047
1815 #, c-format
1816 msgid "%s ignored with %s and `%%%c' %s format"
1817 msgstr ""
1818
1819 #: c-format.c:2051
1820 #, c-format
1821 msgid "%s ignored with %s in %s format"
1822 msgstr ""
1823
1824 #: c-format.c:2057
1825 #, c-format
1826 msgid "use of %s and %s together with `%%%c' %s format"
1827 msgstr ""
1828
1829 #: c-format.c:2061
1830 #, c-format
1831 msgid "use of %s and %s together in %s format"
1832 msgstr ""
1833
1834 #: c-format.c:2080
1835 #, c-format
1836 msgid "`%%%c' yields only last 2 digits of year in some locales"
1837 msgstr ""
1838
1839 #: c-format.c:2083
1840 #, c-format
1841 msgid "`%%%c' yields only last 2 digits of year"
1842 msgstr ""
1843
1844 #. The end of the format string was reached.
1845 #: c-format.c:2099
1846 #, c-format
1847 msgid "no closing `]' for `%%[' format"
1848 msgstr ""
1849
1850 #: c-format.c:2112
1851 #, c-format
1852 msgid "use of `%s' length modifier with `%c' type character"
1853 msgstr ""
1854
1855 #: c-format.c:2133
1856 #, c-format
1857 msgid "%s does not support the `%%%s%c' %s format"
1858 msgstr ""
1859
1860 #: c-format.c:2148
1861 msgid "operand number specified with suppressed assignment"
1862 msgstr ""
1863
1864 #: c-format.c:2150
1865 msgid "operand number specified for format taking no argument"
1866 msgstr ""
1867
1868 #: c-format.c:2269
1869 #, c-format
1870 msgid "writing through null pointer (arg %d)"
1871 msgstr ""
1872
1873 #: c-format.c:2278
1874 #, c-format
1875 msgid "reading through null pointer (arg %d)"
1876 msgstr ""
1877
1878 #: c-format.c:2298
1879 #, c-format
1880 msgid "writing into constant object (arg %d)"
1881 msgstr ""
1882
1883 #: c-format.c:2308
1884 #, c-format
1885 msgid "extra type qualifiers in format argument (arg %d)"
1886 msgstr ""
1887
1888 #: c-format.c:2315
1889 #, c-format
1890 msgid "format argument is not a pointer (arg %d)"
1891 msgstr ""
1892
1893 #: c-format.c:2317
1894 #, c-format
1895 msgid "format argument is not a pointer to a pointer (arg %d)"
1896 msgstr ""
1897
1898 #: c-format.c:2411
1899 #, c-format
1900 msgid "%s is not type %s (arg %d)"
1901 msgstr ""
1902
1903 #: c-format.c:2414
1904 #, c-format
1905 msgid "%s format, %s arg (arg %d)"
1906 msgstr ""
1907
1908 #: c-lex.c:298
1909 msgid "badly nested C headers from preprocessor"
1910 msgstr ""
1911
1912 #: c-lex.c:348
1913 #, c-format
1914 msgid "ignoring #pragma %s %s"
1915 msgstr ""
1916
1917 #: c-lex.c:350
1918 #, c-format
1919 msgid "ignoring #pragma %s"
1920 msgstr ""
1921
1922 #: c-lex.c:400
1923 #, c-format
1924 msgid "universal-character-name '\\U%08x' not valid in identifier"
1925 msgstr ""
1926
1927 #: c-lex.c:646
1928 #, c-format
1929 msgid "universal-character-name '\\u%04x' not valid in identifier"
1930 msgstr ""
1931
1932 #: c-lex.c:736
1933 msgid "both 'f' and 'l' suffixes on floating constant"
1934 msgstr ""
1935
1936 #: c-lex.c:763
1937 #, c-format
1938 msgid "floating point number exceeds range of '%s'"
1939 msgstr ""
1940
1941 #: c-lex.c:793
1942 #, c-format
1943 msgid "stray '%c' in program"
1944 msgstr ""
1945
1946 #: c-lex.c:795
1947 #, c-format
1948 msgid "stray '\\%o' in program"
1949 msgstr ""
1950
1951 #: c-lex.c:893
1952 msgid "too many decimal points in floating constant"
1953 msgstr ""
1954
1955 #: c-lex.c:895
1956 msgid "decimal point in exponent - impossible!"
1957 msgstr ""
1958
1959 #. Possible future extension: silently ignore _ in numbers,
1960 #. permitting cosmetic grouping - e.g. 0x8000_0000 == 0x80000000
1961 #. but somewhat easier to read. Ada has this?
1962 #: c-lex.c:906
1963 msgid "underscore in number"
1964 msgstr ""
1965
1966 #: c-lex.c:975
1967 msgid "numeric constant with no digits"
1968 msgstr ""
1969
1970 #: c-lex.c:978
1971 msgid "numeric constant contains digits beyond the radix"
1972 msgstr ""
1973
1974 #: c-lex.c:989
1975 msgid "floating constant may not be in radix 16"
1976 msgstr ""
1977
1978 #: c-lex.c:992
1979 msgid "hexadecimal floating constant has no exponent"
1980 msgstr ""
1981
1982 #: c-lex.c:1004
1983 msgid "floating constant exponent has no digits"
1984 msgstr ""
1985
1986 #: c-lex.c:1024
1987 msgid "more than one 'f' suffix on floating constant"
1988 msgstr ""
1989
1990 #: c-lex.c:1027
1991 msgid "traditional C rejects the 'f' suffix"
1992 msgstr ""
1993
1994 #: c-lex.c:1034
1995 msgid "more than one 'l' suffix on floating constant"
1996 msgstr ""
1997
1998 #: c-lex.c:1037
1999 msgid "traditional C rejects the 'l' suffix"
2000 msgstr ""
2001
2002 #: c-lex.c:1045
2003 msgid "more than one 'i' or 'j' suffix on floating constant"
2004 msgstr ""
2005
2006 #: c-lex.c:1047 c-lex.c:1141
2007 msgid "ISO C forbids imaginary numeric constants"
2008 msgstr ""
2009
2010 #: c-lex.c:1052
2011 msgid "invalid suffix on floating constant"
2012 msgstr ""
2013
2014 #. We got an exception from parse_float()
2015 #: c-lex.c:1069
2016 msgid "floating constant out of range"
2017 msgstr ""
2018
2019 #: c-lex.c:1081
2020 msgid "floating point number exceeds range of 'double'"
2021 msgstr ""
2022
2023 #: c-lex.c:1110
2024 msgid "two 'u' suffixes on integer constant"
2025 msgstr ""
2026
2027 #: c-lex.c:1113
2028 msgid "traditional C rejects the 'u' suffix"
2029 msgstr ""
2030
2031 #: c-lex.c:1124
2032 msgid "three 'l' suffixes on integer constant"
2033 msgstr ""
2034
2035 #: c-lex.c:1126
2036 msgid "'lul' is not a valid integer suffix"
2037 msgstr ""
2038
2039 #: c-lex.c:1128
2040 msgid "'Ll' and 'lL' are not valid integer suffixes"
2041 msgstr ""
2042
2043 #: c-lex.c:1131
2044 msgid "ISO C89 forbids long long integer constants"
2045 msgstr ""
2046
2047 #: c-lex.c:1139
2048 msgid "more than one 'i' or 'j' suffix on integer constant"
2049 msgstr ""
2050
2051 #: c-lex.c:1146
2052 msgid "invalid suffix on integer constant"
2053 msgstr ""
2054
2055 #: c-lex.c:1154
2056 #, c-format
2057 msgid ""
2058 "integer constant is too large for this configuration of the compiler - "
2059 "truncated to %d bits"
2060 msgstr ""
2061
2062 #: c-lex.c:1244
2063 msgid "width of integer constant changes with -traditional"
2064 msgstr ""
2065
2066 #: c-lex.c:1246
2067 msgid "integer constant is unsigned in ISO C, signed with -traditional"
2068 msgstr ""
2069
2070 #: c-lex.c:1248
2071 msgid "width of integer constant may change on other systems with -traditional"
2072 msgstr ""
2073
2074 #: c-lex.c:1258
2075 #, c-format
2076 msgid "integer constant larger than the maximum value of %s"
2077 msgstr ""
2078
2079 #: c-lex.c:1267
2080 msgid "decimal constant is so large that it is unsigned"
2081 msgstr ""
2082
2083 #: c-lex.c:1276
2084 msgid "complex integer constant is too wide for 'complex int'"
2085 msgstr ""
2086
2087 #: c-lex.c:1296
2088 msgid "integer constant is larger than the maximum value for its type"
2089 msgstr ""
2090
2091 #: c-lex.c:1300
2092 #, c-format
2093 msgid "missing white space after number '%.*s'"
2094 msgstr ""
2095
2096 #: c-lex.c:1336
2097 msgid "Ignoring invalid multibyte character"
2098 msgstr ""
2099
2100 #: c-pragma.c:109
2101 msgid ""
2102 "#pragma pack (pop) encountered without matching #pragma pack (push, <n>)"
2103 msgstr ""
2104
2105 #: c-pragma.c:127
2106 #, c-format
2107 msgid ""
2108 "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s, "
2109 "<n>)"
2110 msgstr ""
2111
2112 #: c-pragma.c:162
2113 msgid "#pragma pack(push[, id], <n>) is not supported on this target"
2114 msgstr ""
2115
2116 #: c-pragma.c:164
2117 msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
2118 msgstr ""
2119
2120 #: c-pragma.c:184
2121 msgid "missing '(' after '#pragma pack' - ignored"
2122 msgstr ""
2123
2124 #: c-pragma.c:197 c-pragma.c:247
2125 msgid "malformed '#pragma pack' - ignored"
2126 msgstr ""
2127
2128 #: c-pragma.c:202
2129 msgid "malformed '#pragma pack(push[, id], <n>)' - ignored"
2130 msgstr ""
2131
2132 #: c-pragma.c:204
2133 msgid "malformed '#pragma pack(pop[, id])' - ignored"
2134 msgstr ""
2135
2136 #: c-pragma.c:213
2137 #, c-format
2138 msgid "unknown action '%s' for '#pragma pack' - ignored"
2139 msgstr ""
2140
2141 #: c-pragma.c:250
2142 msgid "junk at end of '#pragma pack'"
2143 msgstr ""
2144
2145 #: c-pragma.c:264
2146 #, c-format
2147 msgid "alignment must be a small power of two, not %d"
2148 msgstr ""
2149
2150 #: c-pragma.c:290 c-pragma.c:295
2151 msgid "malformed #pragma weak, ignored"
2152 msgstr ""
2153
2154 #: c-pragma.c:299
2155 msgid "junk at end of #pragma weak"
2156 msgstr ""
2157
2158 #: c-semantics.c:532
2159 msgid "break statement not within loop or switch"
2160 msgstr ""
2161
2162 #: c-semantics.c:550
2163 msgid "continue statement not within a loop"
2164 msgstr ""
2165
2166 #: c-semantics.c:645
2167 msgid "destructor needed for `%#D'"
2168 msgstr ""
2169
2170 #: c-semantics.c:646
2171 msgid "where case label appears here"
2172 msgstr ""
2173
2174 #: c-semantics.c:649
2175 msgid ""
2176 "(enclose actions of previous case statements requiring destructors in their "
2177 "own scope.)"
2178 msgstr ""
2179
2180 #: c-semantics.c:692 c-typeck.c:6821
2181 #, c-format
2182 msgid "%s qualifier ignored on asm"
2183 msgstr ""
2184
2185 #: c-typeck.c:123
2186 #, c-format
2187 msgid "`%s' has an incomplete type"
2188 msgstr ""
2189
2190 #: c-typeck.c:145 cp/call.c:2573
2191 msgid "invalid use of void expression"
2192 msgstr ""
2193
2194 #: c-typeck.c:154
2195 msgid "invalid use of array with unspecified bounds"
2196 msgstr ""
2197
2198 #: c-typeck.c:162
2199 #, c-format
2200 msgid "invalid use of undefined type `%s %s'"
2201 msgstr ""
2202
2203 #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
2204 #: c-typeck.c:166
2205 #, c-format
2206 msgid "invalid use of incomplete typedef `%s'"
2207 msgstr ""
2208
2209 #: c-typeck.c:397 c-typeck.c:411
2210 msgid "function types not truly compatible in ISO C"
2211 msgstr ""
2212
2213 #: c-typeck.c:571
2214 msgid "types are not quite compatible"
2215 msgstr ""
2216
2217 #: c-typeck.c:724
2218 msgid "sizeof applied to a function type"
2219 msgstr ""
2220
2221 #: c-typeck.c:730
2222 msgid "sizeof applied to a void type"
2223 msgstr ""
2224
2225 #: c-typeck.c:737
2226 msgid "sizeof applied to an incomplete type"
2227 msgstr ""
2228
2229 #: c-typeck.c:790 c-typeck.c:2762
2230 msgid "arithmetic on pointer to an incomplete type"
2231 msgstr ""
2232
2233 #: c-typeck.c:960 cp/typeck.c:1771
2234 msgid "invalid use of non-lvalue array"
2235 msgstr ""
2236
2237 #: c-typeck.c:1135
2238 #, c-format
2239 msgid "%s has no member named `%s'"
2240 msgstr ""
2241
2242 #: c-typeck.c:1166
2243 #, c-format
2244 msgid "request for member `%s' in something not a structure or union"
2245 msgstr ""
2246
2247 #: c-typeck.c:1198 ch/expr.c:810
2248 msgid "dereferencing pointer to incomplete type"
2249 msgstr ""
2250
2251 #: c-typeck.c:1202 ch/expr.c:814
2252 msgid "dereferencing `void *' pointer"
2253 msgstr ""
2254
2255 #: c-typeck.c:1219 cp/typeck.c:2372
2256 #, c-format
2257 msgid "invalid type argument of `%s'"
2258 msgstr ""
2259
2260 #: c-typeck.c:1238 cp/typeck.c:2398
2261 msgid "subscript missing in array reference"
2262 msgstr ""
2263
2264 #: c-typeck.c:1259 cp/typeck.c:2440
2265 msgid "array subscript has type `char'"
2266 msgstr ""
2267
2268 #: c-typeck.c:1267 c-typeck.c:1356 cp/typeck.c:2447 cp/typeck.c:2526
2269 msgid "array subscript is not an integer"
2270 msgstr ""
2271
2272 #: c-typeck.c:1300
2273 msgid "ISO C forbids subscripting `register' array"
2274 msgstr ""
2275
2276 #: c-typeck.c:1302
2277 msgid "ISO C89 forbids subscripting non-lvalue array"
2278 msgstr ""
2279
2280 #: c-typeck.c:1335
2281 msgid "subscript has type `char'"
2282 msgstr ""
2283
2284 #: c-typeck.c:1351 cp/typeck.c:2521
2285 msgid "subscripted value is neither array nor pointer"
2286 msgstr ""
2287
2288 #: c-typeck.c:1402
2289 #, c-format
2290 msgid "`%s' undeclared here (not in a function)"
2291 msgstr ""
2292
2293 #: c-typeck.c:1409
2294 #, c-format
2295 msgid "`%s' undeclared (first use in this function)"
2296 msgstr ""
2297
2298 #: c-typeck.c:1414
2299 msgid "(Each undeclared identifier is reported only once"
2300 msgstr ""
2301
2302 #: c-typeck.c:1415
2303 msgid "for each function it appears in.)"
2304 msgstr ""
2305
2306 #: c-typeck.c:1432
2307 #, c-format
2308 msgid "local declaration of `%s' hides instance variable"
2309 msgstr ""
2310
2311 #: c-typeck.c:1497
2312 msgid "called object is not a function"
2313 msgstr ""
2314
2315 #: c-typeck.c:1581 cp/typeck.c:3147
2316 msgid "too many arguments to function"
2317 msgstr ""
2318
2319 #: c-typeck.c:1604
2320 #, c-format
2321 msgid "type of formal parameter %d is incomplete"
2322 msgstr ""
2323
2324 #: c-typeck.c:1617
2325 #, c-format
2326 msgid "%s as integer rather than floating due to prototype"
2327 msgstr ""
2328
2329 #: c-typeck.c:1620
2330 #, c-format
2331 msgid "%s as integer rather than complex due to prototype"
2332 msgstr ""
2333
2334 #: c-typeck.c:1623
2335 #, c-format
2336 msgid "%s as complex rather than floating due to prototype"
2337 msgstr ""
2338
2339 #: c-typeck.c:1626
2340 #, c-format
2341 msgid "%s as floating rather than integer due to prototype"
2342 msgstr ""
2343
2344 #: c-typeck.c:1629
2345 #, c-format
2346 msgid "%s as complex rather than integer due to prototype"
2347 msgstr ""
2348
2349 #: c-typeck.c:1632
2350 #, c-format
2351 msgid "%s as floating rather than complex due to prototype"
2352 msgstr ""
2353
2354 #: c-typeck.c:1642
2355 #, c-format
2356 msgid "%s as `float' rather than `double' due to prototype"
2357 msgstr ""
2358
2359 #: c-typeck.c:1660
2360 #, c-format
2361 msgid "%s with different width due to prototype"
2362 msgstr ""
2363
2364 #: c-typeck.c:1694
2365 #, c-format
2366 msgid "%s as unsigned due to prototype"
2367 msgstr ""
2368
2369 #: c-typeck.c:1696
2370 #, c-format
2371 msgid "%s as signed due to prototype"
2372 msgstr ""
2373
2374 #: c-typeck.c:1730 cp/typeck.c:3255
2375 msgid "too few arguments to function"
2376 msgstr ""
2377
2378 #: c-typeck.c:1771
2379 msgid "suggest parentheses around + or - inside shift"
2380 msgstr ""
2381
2382 #: c-typeck.c:1778
2383 msgid "suggest parentheses around && within ||"
2384 msgstr ""
2385
2386 #: c-typeck.c:1787
2387 msgid "suggest parentheses around arithmetic in operand of |"
2388 msgstr ""
2389
2390 #: c-typeck.c:1790
2391 msgid "suggest parentheses around comparison in operand of |"
2392 msgstr ""
2393
2394 #: c-typeck.c:1799
2395 msgid "suggest parentheses around arithmetic in operand of ^"
2396 msgstr ""
2397
2398 #: c-typeck.c:1802
2399 msgid "suggest parentheses around comparison in operand of ^"
2400 msgstr ""
2401
2402 #: c-typeck.c:1809
2403 msgid "suggest parentheses around + or - in operand of &"
2404 msgstr ""
2405
2406 #: c-typeck.c:1812
2407 msgid "suggest parentheses around comparison in operand of &"
2408 msgstr ""
2409
2410 #: c-typeck.c:1819
2411 msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
2412 msgstr ""
2413
2414 #: c-typeck.c:1980 c-typeck.c:2036 ch/expr.c:3951
2415 msgid "division by zero"
2416 msgstr ""
2417
2418 #: c-typeck.c:2081 cp/typeck.c:3541
2419 msgid "right shift count is negative"
2420 msgstr ""
2421
2422 #: c-typeck.c:2088 cp/typeck.c:3547
2423 msgid "right shift count >= width of type"
2424 msgstr ""
2425
2426 #: c-typeck.c:2113 cp/typeck.c:3566
2427 msgid "left shift count is negative"
2428 msgstr ""
2429
2430 #: c-typeck.c:2116 cp/typeck.c:3568
2431 msgid "left shift count >= width of type"
2432 msgstr ""
2433
2434 #: c-typeck.c:2141
2435 msgid "shift count is negative"
2436 msgstr ""
2437
2438 #: c-typeck.c:2143
2439 msgid "shift count >= width of type"
2440 msgstr ""
2441
2442 #: c-typeck.c:2164 cp/typeck.c:3603
2443 msgid "comparing floating point with == or != is unsafe"
2444 msgstr ""
2445
2446 #: c-typeck.c:2188 c-typeck.c:2194
2447 msgid "ISO C forbids comparison of `void *' with function pointer"
2448 msgstr ""
2449
2450 #: c-typeck.c:2197 c-typeck.c:2239 c-typeck.c:2267
2451 msgid "comparison of distinct pointer types lacks a cast"
2452 msgstr ""
2453
2454 #: c-typeck.c:2212 c-typeck.c:2218 c-typeck.c:2288 c-typeck.c:2294
2455 msgid "comparison between pointer and integer"
2456 msgstr ""
2457
2458 #: c-typeck.c:2234 c-typeck.c:2262
2459 msgid "ISO C forbids ordered comparisons of pointers to functions"
2460 msgstr ""
2461
2462 #: c-typeck.c:2259
2463 msgid "comparison of complete and incomplete pointers"
2464 msgstr ""
2465
2466 #: c-typeck.c:2275 c-typeck.c:2282
2467 msgid "ordered comparison of pointer with integer zero"
2468 msgstr ""
2469
2470 #: c-typeck.c:2308 cp/typeck.c:3736
2471 msgid "unordered comparison on non-floating point argument"
2472 msgstr ""
2473
2474 #: c-typeck.c:2512
2475 msgid "comparison between signed and unsigned"
2476 msgstr ""
2477
2478 #: c-typeck.c:2558 cp/typeck.c:3982
2479 msgid "comparison of promoted ~unsigned with constant"
2480 msgstr ""
2481
2482 #: c-typeck.c:2566 cp/typeck.c:3990
2483 msgid "comparison of promoted ~unsigned with unsigned"
2484 msgstr ""
2485
2486 #: c-typeck.c:2628
2487 msgid "pointer of type `void *' used in arithmetic"
2488 msgstr ""
2489
2490 #: c-typeck.c:2634
2491 msgid "pointer to a function used in arithmetic"
2492 msgstr ""
2493
2494 #: c-typeck.c:2714
2495 msgid "pointer of type `void *' used in subtraction"
2496 msgstr ""
2497
2498 #: c-typeck.c:2716
2499 msgid "pointer to a function used in subtraction"
2500 msgstr ""
2501
2502 #: c-typeck.c:2808
2503 msgid "wrong type argument to unary plus"
2504 msgstr ""
2505
2506 #: c-typeck.c:2819
2507 msgid "wrong type argument to unary minus"
2508 msgstr ""
2509
2510 #: c-typeck.c:2831
2511 msgid "ISO C does not support `~' for complex conjugation"
2512 msgstr ""
2513
2514 #: c-typeck.c:2837
2515 msgid "wrong type argument to bit-complement"
2516 msgstr ""
2517
2518 #: c-typeck.c:2848
2519 msgid "wrong type argument to abs"
2520 msgstr ""
2521
2522 #: c-typeck.c:2860
2523 msgid "wrong type argument to conjugation"
2524 msgstr ""
2525
2526 #: c-typeck.c:2874
2527 msgid "wrong type argument to unary exclamation mark"
2528 msgstr ""
2529
2530 #: c-typeck.c:2917
2531 msgid "ISO C does not support `++' and `--' on complex types"
2532 msgstr ""
2533
2534 #: c-typeck.c:2931 c-typeck.c:2957
2535 #, c-format
2536 msgid "wrong type argument to %s"
2537 msgstr ""
2538
2539 #: c-typeck.c:2951
2540 #, c-format
2541 msgid "%s of pointer to unknown structure"
2542 msgstr ""
2543
2544 #: c-typeck.c:3021
2545 msgid "invalid lvalue in increment"
2546 msgstr ""
2547
2548 #: c-typeck.c:3022
2549 msgid "invalid lvalue in decrement"
2550 msgstr ""
2551
2552 #: c-typeck.c:3030 cp/typeck.c:4561
2553 msgid "increment"
2554 msgstr ""
2555
2556 #: c-typeck.c:3030 cp/typeck.c:4561
2557 msgid "decrement"
2558 msgstr ""
2559
2560 #: c-typeck.c:3086
2561 msgid "ISO C forbids the address of a cast expression"
2562 msgstr ""
2563
2564 #: c-typeck.c:3100
2565 msgid "invalid lvalue in unary `&'"
2566 msgstr ""
2567
2568 #: c-typeck.c:3132
2569 #, c-format
2570 msgid "attempt to take address of bit-field structure member `%s'"
2571 msgstr ""
2572
2573 #. condition met at compile time
2574 #: c-typeck.c:3240 c-typeck.c:4601 c-typeck.c:4617 c-typeck.c:4633
2575 #: ch/parse.c:361 ch/typeck.c:160 cp/typeck.c:4754 gcc.c:4304 java/expr.c:386
2576 #: java/verify.c:1448 java/verify.c:1449 java/verify.c:1464 rtl-error.c:121
2577 #: tradcpp.c:4121
2578 #, c-format
2579 msgid "%s"
2580 msgstr ""
2581
2582 #: c-typeck.c:3297
2583 msgid "ISO C forbids use of conditional expressions as lvalues"
2584 msgstr ""
2585
2586 #: c-typeck.c:3300
2587 msgid "ISO C forbids use of compound expressions as lvalues"
2588 msgstr ""
2589
2590 #: c-typeck.c:3303
2591 msgid "ISO C forbids use of cast expressions as lvalues"
2592 msgstr ""
2593
2594 #: c-typeck.c:3320
2595 #, c-format
2596 msgid "%s of read-only member `%s'"
2597 msgstr ""
2598
2599 #: c-typeck.c:3324
2600 #, c-format
2601 msgid "%s of read-only variable `%s'"
2602 msgstr ""
2603
2604 #: c-typeck.c:3327
2605 #, c-format
2606 msgid "%s of read-only location"
2607 msgstr ""
2608
2609 #: c-typeck.c:3345
2610 #, c-format
2611 msgid "cannot take address of bitfield `%s'"
2612 msgstr ""
2613
2614 #: c-typeck.c:3372 ch/typeck.c:3676 ch/xtypeck.c:62
2615 #, c-format
2616 msgid "global register variable `%s' used in nested function"
2617 msgstr ""
2618
2619 #: c-typeck.c:3376 ch/typeck.c:3680 ch/xtypeck.c:66
2620 #, c-format
2621 msgid "register variable `%s' used in nested function"
2622 msgstr ""
2623
2624 #: c-typeck.c:3383 ch/typeck.c:3687 ch/xtypeck.c:73
2625 #, c-format
2626 msgid "address of global register variable `%s' requested"
2627 msgstr ""
2628
2629 #: c-typeck.c:3395 ch/typeck.c:3699 ch/xtypeck.c:85
2630 msgid "cannot put object with volatile field into register"
2631 msgstr ""
2632
2633 #: c-typeck.c:3399 ch/typeck.c:3703 ch/xtypeck.c:89
2634 #, c-format
2635 msgid "address of register variable `%s' requested"
2636 msgstr ""
2637
2638 #: c-typeck.c:3507
2639 msgid "signed and unsigned type in conditional expression"
2640 msgstr ""
2641
2642 #: c-typeck.c:3514
2643 msgid "ISO C forbids conditional expr with only one void side"
2644 msgstr ""
2645
2646 #: c-typeck.c:3530 c-typeck.c:3537
2647 msgid "ISO C forbids conditional expr between `void *' and function pointer"
2648 msgstr ""
2649
2650 #: c-typeck.c:3543
2651 msgid "pointer type mismatch in conditional expression"
2652 msgstr ""
2653
2654 #: c-typeck.c:3550 c-typeck.c:3560
2655 msgid "pointer/integer type mismatch in conditional expression"
2656 msgstr ""
2657
2658 #: c-typeck.c:3574
2659 msgid "type mismatch in conditional expression"
2660 msgstr ""
2661
2662 #: c-typeck.c:3643 cp/typeck.c:4995
2663 msgid "left-hand operand of comma expression has no effect"
2664 msgstr ""
2665
2666 #: c-typeck.c:3682
2667 msgid "cast specifies array type"
2668 msgstr ""
2669
2670 #: c-typeck.c:3688
2671 msgid "cast specifies function type"
2672 msgstr ""
2673
2674 #: c-typeck.c:3698
2675 msgid "ISO C forbids casting nonscalar to the same type"
2676 msgstr ""
2677
2678 #: c-typeck.c:3719
2679 msgid "ISO C forbids casts to union type"
2680 msgstr ""
2681
2682 #: c-typeck.c:3735
2683 msgid "cast to union type from type not present in union"
2684 msgstr ""
2685
2686 #. There are qualifiers present in IN_OTYPE that are not
2687 #. present in IN_TYPE.
2688 #: c-typeck.c:3780
2689 msgid "cast discards qualifiers from pointer target type"
2690 msgstr ""
2691
2692 #: c-typeck.c:3795
2693 msgid "cast increases required alignment of target type"
2694 msgstr ""
2695
2696 #: c-typeck.c:3801 cp/typeck.c:5409
2697 msgid "cast from pointer to integer of different size"
2698 msgstr ""
2699
2700 #: c-typeck.c:3806
2701 msgid "cast does not match function type"
2702 msgstr ""
2703
2704 #: c-typeck.c:3813 cp/typeck.c:5416
2705 msgid "cast to pointer from integer of different size"
2706 msgstr ""
2707
2708 #. Now we have handled acceptable kinds of LHS that are not truly lvalues.
2709 #. Reject anything strange now.
2710 #: c-typeck.c:3973
2711 msgid "invalid lvalue in assignment"
2712 msgstr ""
2713
2714 #. Convert new value to destination type.
2715 #: c-typeck.c:3982 c-typeck.c:4007 c-typeck.c:4024 ch/typeck.c:2334
2716 #: cp/typeck.c:5531 cp/typeck.c:5688
2717 msgid "assignment"
2718 msgstr ""
2719
2720 #: c-typeck.c:4191 c-typeck.c:4258
2721 #, c-format
2722 msgid "%s makes qualified function pointer from unqualified"
2723 msgstr ""
2724
2725 #: c-typeck.c:4195 c-typeck.c:4238
2726 #, c-format
2727 msgid "%s discards qualifiers from pointer target type"
2728 msgstr ""
2729
2730 #: c-typeck.c:4201
2731 msgid "ISO C prohibits argument conversion to union type"
2732 msgstr ""
2733
2734 #: c-typeck.c:4230
2735 #, c-format
2736 msgid "ISO C forbids %s between function pointer and `void *'"
2737 msgstr ""
2738
2739 #: c-typeck.c:4247
2740 #, c-format
2741 msgid "pointer targets in %s differ in signedness"
2742 msgstr ""
2743
2744 #: c-typeck.c:4263
2745 #, c-format
2746 msgid "%s from incompatible pointer type"
2747 msgstr ""
2748
2749 #: c-typeck.c:4279
2750 #, c-format
2751 msgid "%s makes pointer from integer without a cast"
2752 msgstr ""
2753
2754 #: c-typeck.c:4287
2755 #, c-format
2756 msgid "%s makes integer from pointer without a cast"
2757 msgstr ""
2758
2759 #: c-typeck.c:4301 c-typeck.c:4304
2760 #, c-format
2761 msgid "incompatible type for argument %d of `%s'"
2762 msgstr ""
2763
2764 #: c-typeck.c:4308
2765 #, c-format
2766 msgid "incompatible type for argument %d of indirect function call"
2767 msgstr ""
2768
2769 #: c-typeck.c:4312
2770 #, c-format
2771 msgid "incompatible types in %s"
2772 msgstr ""
2773
2774 #. Function name is known; supply it.
2775 #: c-typeck.c:4343
2776 #, c-format
2777 msgid "passing arg %d of `%s'"
2778 msgstr ""
2779
2780 #. Function name unknown (call through ptr); just give arg number.
2781 #: c-typeck.c:4353
2782 #, c-format
2783 msgid "passing arg %d of pointer to function"
2784 msgstr ""
2785
2786 #: c-typeck.c:4420
2787 msgid "initializer for static variable is not constant"
2788 msgstr ""
2789
2790 #: c-typeck.c:4426
2791 msgid "initializer for static variable uses complicated arithmetic"
2792 msgstr ""
2793
2794 #: c-typeck.c:4434
2795 msgid "aggregate initializer is not constant"
2796 msgstr ""
2797
2798 #: c-typeck.c:4436
2799 msgid "aggregate initializer uses complicated arithmetic"
2800 msgstr ""
2801
2802 #: c-typeck.c:4443
2803 msgid "traditional C rejects automatic aggregate initialization"
2804 msgstr ""
2805
2806 #: c-typeck.c:4604 c-typeck.c:4620 c-typeck.c:4636
2807 #, c-format
2808 msgid "(near initialization for `%s')"
2809 msgstr ""
2810
2811 #: c-typeck.c:4688 cp/typeck2.c:535
2812 msgid "char-array initialized from wide string"
2813 msgstr ""
2814
2815 #: c-typeck.c:4695 cp/typeck2.c:542
2816 msgid "int-array initialized from non-wide string"
2817 msgstr ""
2818
2819 #: c-typeck.c:4713 cp/typeck2.c:558
2820 msgid "initializer-string for array of chars is too long"
2821 msgstr ""
2822
2823 #: c-typeck.c:4740
2824 msgid "array initialized from non-constant array expression"
2825 msgstr ""
2826
2827 #: c-typeck.c:4757 c-typeck.c:4759 c-typeck.c:4775 c-typeck.c:4796
2828 #: c-typeck.c:6197
2829 msgid "initializer element is not constant"
2830 msgstr ""
2831
2832 #: c-typeck.c:4791
2833 msgid "initialization"
2834 msgstr ""
2835
2836 #: c-typeck.c:4802 c-typeck.c:6202
2837 msgid "initializer element is not computable at load time"
2838 msgstr ""
2839
2840 #: c-typeck.c:4839 c-typeck.c:4855 cp/typeck2.c:635
2841 msgid "invalid initializer"
2842 msgstr ""
2843
2844 #: c-typeck.c:5333
2845 msgid "extra brace group at end of initializer"
2846 msgstr ""
2847
2848 #: c-typeck.c:5353
2849 msgid "missing braces around initializer"
2850 msgstr ""
2851
2852 #: c-typeck.c:5398
2853 msgid "braces around scalar initializer"
2854 msgstr ""
2855
2856 #: c-typeck.c:5450
2857 msgid "initialization of flexible array member in a nested context"
2858 msgstr ""
2859
2860 #: c-typeck.c:5452
2861 msgid "initialization of a flexible array member"
2862 msgstr ""
2863
2864 #: c-typeck.c:5483
2865 msgid "missing initializer"
2866 msgstr ""
2867
2868 #: c-typeck.c:5508
2869 msgid "empty scalar initializer"
2870 msgstr ""
2871
2872 #: c-typeck.c:5513
2873 msgid "extra elements in scalar initializer"
2874 msgstr ""
2875
2876 #: c-typeck.c:5599
2877 msgid "initialization designators may not nest"
2878 msgstr ""
2879
2880 #: c-typeck.c:5620 c-typeck.c:5691
2881 msgid "array index in non-array initializer"
2882 msgstr ""
2883
2884 #: c-typeck.c:5625 c-typeck.c:5743
2885 msgid "field name not in record or union initializer"
2886 msgstr ""
2887
2888 #: c-typeck.c:5687 c-typeck.c:5689
2889 msgid "nonconstant array index in initializer"
2890 msgstr ""
2891
2892 #: c-typeck.c:5694
2893 msgid "array index in initializer exceeds array bounds"
2894 msgstr ""
2895
2896 #: c-typeck.c:5705
2897 msgid "empty index range in initializer"
2898 msgstr ""
2899
2900 #: c-typeck.c:5714
2901 msgid "array index range in initializer exceeds array bounds"
2902 msgstr ""
2903
2904 #: c-typeck.c:5755
2905 #, c-format
2906 msgid "unknown field `%s' specified in initializer"
2907 msgstr ""
2908
2909 #: c-typeck.c:5792 c-typeck.c:5813 c-typeck.c:6267
2910 msgid "initialized field with side-effects overwritten"
2911 msgstr ""
2912
2913 #: c-typeck.c:6480
2914 msgid "excess elements in char array initializer"
2915 msgstr ""
2916
2917 #: c-typeck.c:6487 c-typeck.c:6526
2918 msgid "excess elements in struct initializer"
2919 msgstr ""
2920
2921 #: c-typeck.c:6593
2922 msgid "excess elements in union initializer"
2923 msgstr ""
2924
2925 #: c-typeck.c:6614
2926 msgid "traditional C rejects initialization of unions"
2927 msgstr ""
2928
2929 #: c-typeck.c:6677
2930 msgid "excess elements in array initializer"
2931 msgstr ""
2932
2933 #: c-typeck.c:6703
2934 msgid "excess elements in scalar initializer"
2935 msgstr ""
2936
2937 #: c-typeck.c:6793 ch/parse.c:2113
2938 msgid "argument of `asm' is not a constant string"
2939 msgstr ""
2940
2941 #: c-typeck.c:6814 ch/parse.c:2026
2942 msgid "asm template is not a string constant"
2943 msgstr ""
2944
2945 #: c-typeck.c:6846
2946 msgid "invalid lvalue in asm statement"
2947 msgstr ""
2948
2949 #: c-typeck.c:6919
2950 msgid "modification by `asm'"
2951 msgstr ""
2952
2953 #: c-typeck.c:6938 cp/typeck.c:6579
2954 msgid "function declared `noreturn' has a `return' statement"
2955 msgstr ""
2956
2957 #: c-typeck.c:6945
2958 msgid "`return' with no value, in function returning non-void"
2959 msgstr ""
2960
2961 #: c-typeck.c:6951
2962 msgid "`return' with a value, in function returning void"
2963 msgstr ""
2964
2965 #: c-typeck.c:6955
2966 msgid "return"
2967 msgstr ""
2968
2969 #: c-typeck.c:7006
2970 msgid "function returns address of local variable"
2971 msgstr ""
2972
2973 #: c-typeck.c:7063 cp/semantics.c:535
2974 msgid "switch quantity not an integer"
2975 msgstr ""
2976
2977 #: c-typeck.c:7074
2978 msgid "`long' switch expression not converted to `int' in ISO C"
2979 msgstr ""
2980
2981 #: c-typeck.c:7117 cp/decl.c:5205
2982 msgid "case label not within a switch statement"
2983 msgstr ""
2984
2985 #: c-typeck.c:7119 cp/decl.c:5210
2986 msgid "`default' label not within a switch statement"
2987 msgstr ""
2988
2989 #: calls.c:1887
2990 #, c-format
2991 msgid "inlining failed in call to `%s'"
2992 msgstr ""
2993
2994 #: calls.c:1888 calls.c:2201
2995 msgid "called from here"
2996 msgstr ""
2997
2998 #: calls.c:2200
2999 #, c-format
3000 msgid "can't inline call to `%s'"
3001 msgstr ""
3002
3003 #: calls.c:2238
3004 msgid "function call has aggregate value"
3005 msgstr ""
3006
3007 #: calls.c:4553
3008 msgid "variable offset is passed paritially in stack and in reg"
3009 msgstr ""
3010
3011 #: calls.c:4555
3012 msgid "variable size is passed partially in stack and in reg"
3013 msgstr ""
3014
3015 #: cfgrtl.c:1545
3016 #, c-format
3017 msgid "End insn %d for block %d not found in the insn stream."
3018 msgstr ""
3019
3020 #: cfgrtl.c:1559
3021 #, c-format
3022 msgid "Insn %d is in multiple basic blocks (%d and %d)"
3023 msgstr ""
3024
3025 #: cfgrtl.c:1570
3026 #, c-format
3027 msgid "Head insn %d for block %d not found in the insn stream."
3028 msgstr ""
3029
3030 #: cfgrtl.c:1590
3031 #, c-format
3032 msgid "verify_flow_info: Duplicate edge %i->%i"
3033 msgstr ""
3034
3035 #: cfgrtl.c:1606
3036 #, c-format
3037 msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
3038 msgstr ""
3039
3040 #: cfgrtl.c:1615
3041 #, c-format
3042 msgid "verify_flow_info: Incorrect fallthru %i->%i"
3043 msgstr ""
3044
3045 #: cfgrtl.c:1617
3046 msgid "Wrong insn in the fallthru edge"
3047 msgstr ""
3048
3049 #: cfgrtl.c:1623
3050 #, c-format
3051 msgid "verify_flow_info: Basic block %d succ edge is corrupted"
3052 msgstr ""
3053
3054 #: cfgrtl.c:1646
3055 #, c-format
3056 msgid "Missing barrier after block %i"
3057 msgstr ""
3058
3059 #: cfgrtl.c:1656
3060 #, c-format
3061 msgid "Basic block %d pred edge is corrupted"
3062 msgstr ""
3063
3064 #: cfgrtl.c:1672
3065 #, c-format
3066 msgid "Insn %d is inside basic block %d but block_for_insn is NULL"
3067 msgstr ""
3068
3069 #: cfgrtl.c:1675
3070 #, c-format
3071 msgid "Insn %d is inside basic block %d but block_for_insn is %i"
3072 msgstr ""
3073
3074 #: cfgrtl.c:1688 cfgrtl.c:1696
3075 #, c-format
3076 msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
3077 msgstr ""
3078
3079 #: cfgrtl.c:1712
3080 #, c-format
3081 msgid "NOTE_INSN_BASIC_BLOCK %d in the middle of basic block %d"
3082 msgstr ""
3083
3084 #: cfgrtl.c:1724
3085 #, c-format
3086 msgid "In basic block %d:"
3087 msgstr ""
3088
3089 #: cfgrtl.c:1725
3090 msgid "Flow control insn inside a basic block"
3091 msgstr ""
3092
3093 #: cfgrtl.c:1745
3094 #, c-format
3095 msgid "Basic block %i edge lists are corrupted"
3096 msgstr ""
3097
3098 #: cfgrtl.c:1759
3099 msgid "Basic blocks not numbered consecutively."
3100 msgstr ""
3101
3102 #: cfgrtl.c:1786
3103 msgid "Insn outside basic block"
3104 msgstr ""
3105
3106 #: cfgrtl.c:1794
3107 msgid "Return not followed by barrier"
3108 msgstr ""
3109
3110 #: cfgrtl.c:1801
3111 #, c-format
3112 msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
3113 msgstr ""
3114
3115 #: cfgrtl.c:1805
3116 msgid "verify_flow_info failed."
3117 msgstr ""
3118
3119 #: collect2.c:427
3120 msgid "internal error"
3121 msgstr ""
3122
3123 #: collect2.c:928
3124 msgid "no arguments"
3125 msgstr ""
3126
3127 #: collect2.c:1257 collect2.c:1405 collect2.c:1438
3128 #, c-format
3129 msgid "fopen %s"
3130 msgstr ""
3131
3132 #: collect2.c:1260 collect2.c:1410 collect2.c:1441
3133 #, c-format
3134 msgid "fclose %s"
3135 msgstr ""
3136
3137 #: collect2.c:1269
3138 #, c-format
3139 msgid "collect2 version %s"
3140 msgstr ""
3141
3142 #: collect2.c:1359
3143 #, c-format
3144 msgid "%d constructor(s) found\n"
3145 msgstr ""
3146
3147 #: collect2.c:1360
3148 #, c-format
3149 msgid "%d destructor(s) found\n"
3150 msgstr ""
3151
3152 #: collect2.c:1361
3153 #, c-format
3154 msgid "%d frame table(s) found\n"
3155 msgstr ""
3156
3157 #: collect2.c:1502
3158 #, c-format
3159 msgid "%s terminated with signal %d [%s]%s"
3160 msgstr ""
3161
3162 #: collect2.c:1521
3163 #, c-format
3164 msgid "%s returned %d exit status"
3165 msgstr ""
3166
3167 #: collect2.c:1549
3168 #, c-format
3169 msgid "[cannot find %s]"
3170 msgstr ""
3171
3172 #: collect2.c:1564
3173 #, c-format
3174 msgid "cannot find `%s'"
3175 msgstr ""
3176
3177 #: collect2.c:1575 collect2.c:1578
3178 #, c-format
3179 msgid "redirecting stdout: %s"
3180 msgstr ""
3181
3182 #: collect2.c:1621
3183 #, c-format
3184 msgid "[Leaving %s]\n"
3185 msgstr ""
3186
3187 #: collect2.c:1862
3188 #, c-format
3189 msgid ""
3190 "\n"
3191 "write_c_file - output name is %s, prefix is %s\n"
3192 msgstr ""
3193
3194 #: collect2.c:2075
3195 msgid "cannot find `nm'"
3196 msgstr ""
3197
3198 #: collect2.c:2085 collect2.c:2527
3199 msgid "pipe"
3200 msgstr ""
3201
3202 #: collect2.c:2089 collect2.c:2531
3203 msgid "fdopen"
3204 msgstr ""
3205
3206 #: collect2.c:2115 collect2.c:2557
3207 #, c-format
3208 msgid "dup2 %d 1"
3209 msgstr ""
3210
3211 #: collect2.c:2118 collect2.c:2121 collect2.c:2134 collect2.c:2560
3212 #: collect2.c:2563 collect2.c:2576
3213 #, c-format
3214 msgid "close %d"
3215 msgstr ""
3216
3217 #: collect2.c:2124
3218 #, c-format
3219 msgid "execvp %s"
3220 msgstr ""
3221
3222 #: collect2.c:2178
3223 #, c-format
3224 msgid "init function found in object %s"
3225 msgstr ""
3226
3227 #: collect2.c:2186
3228 #, c-format
3229 msgid "fini function found in object %s"
3230 msgstr ""
3231
3232 #: collect2.c:2209 collect2.c:2615
3233 msgid "fclose"
3234 msgstr ""
3235
3236 #: collect2.c:2254
3237 #, c-format
3238 msgid "unable to open file '%s'"
3239 msgstr ""
3240
3241 #: collect2.c:2256
3242 #, c-format
3243 msgid "unable to stat file '%s'"
3244 msgstr ""
3245
3246 #: collect2.c:2262
3247 #, c-format
3248 msgid "unable to mmap file '%s'"
3249 msgstr ""
3250
3251 #: collect2.c:2415
3252 msgid "not found\n"
3253 msgstr ""
3254
3255 #: collect2.c:2417 collect2.c:2594
3256 #, c-format
3257 msgid "dynamic dependency %s not found"
3258 msgstr ""
3259
3260 #: collect2.c:2437
3261 #, c-format
3262 msgid "bad magic number in file '%s'"
3263 msgstr ""
3264
3265 #: collect2.c:2459
3266 msgid "dynamic dependencies.\n"
3267 msgstr ""
3268
3269 #: collect2.c:2518
3270 msgid "cannot find `ldd'"
3271 msgstr ""
3272
3273 #: collect2.c:2566
3274 #, c-format
3275 msgid "execv %s"
3276 msgstr ""
3277
3278 #: collect2.c:2579
3279 msgid ""
3280 "\n"
3281 "ldd output with constructors/destructors.\n"
3282 msgstr ""
3283
3284 #: collect2.c:2606
3285 #, c-format
3286 msgid "unable to open dynamic dependency '%s'"
3287 msgstr ""
3288
3289 #: collect2.c:2720
3290 #, c-format
3291 msgid "%s: not a COFF file"
3292 msgstr ""
3293
3294 #: collect2.c:2839
3295 #, c-format
3296 msgid "%s: cannot open as COFF file"
3297 msgstr ""
3298
3299 #: collect2.c:2895
3300 #, c-format
3301 msgid "Library lib%s not found"
3302 msgstr ""
3303
3304 #: collect2.c:3024
3305 #, c-format
3306 msgid "open %s"
3307 msgstr ""
3308
3309 #: collect2.c:3047
3310 msgid "incompatibilities between object file & expected values"
3311 msgstr ""
3312
3313 #: collect2.c:3120
3314 #, c-format
3315 msgid ""
3316 "\n"
3317 "Processing symbol table #%d, offset = 0x%.8lx, kind = %s\n"
3318 msgstr ""
3319
3320 #: collect2.c:3129
3321 msgid "string section missing"
3322 msgstr ""
3323
3324 #: collect2.c:3132
3325 msgid "section pointer missing"
3326 msgstr ""
3327
3328 #: collect2.c:3180
3329 msgid "no symbol table found"
3330 msgstr ""
3331
3332 #: collect2.c:3193
3333 msgid "no cmd_strings found"
3334 msgstr ""
3335
3336 #: collect2.c:3205
3337 msgid ""
3338 "\n"
3339 "Updating header and load commands.\n"
3340 "\n"
3341 msgstr ""
3342
3343 #: collect2.c:3212
3344 #, c-format
3345 msgid "load command map, %d cmds, new size %ld.\n"
3346 msgstr ""
3347
3348 #: collect2.c:3243
3349 msgid ""
3350 "writing load commands.\n"
3351 "\n"
3352 msgstr ""
3353
3354 #: collect2.c:3263
3355 #, c-format
3356 msgid "close %s"
3357 msgstr ""
3358
3359 #: collect2.c:3337
3360 msgid "could not convert 0x%l.8x into a region"
3361 msgstr ""
3362
3363 #: collect2.c:3341
3364 #, c-format
3365 msgid "%s function, region %d, offset = %ld (0x%.8lx)\n"
3366 msgstr ""
3367
3368 #: collect2.c:3468
3369 msgid "bad magic number"
3370 msgstr ""
3371
3372 #: collect2.c:3469
3373 msgid "bad header version"
3374 msgstr ""
3375
3376 #: collect2.c:3470
3377 msgid "bad raw header version"
3378 msgstr ""
3379
3380 #: collect2.c:3471
3381 msgid "raw header buffer too small"
3382 msgstr ""
3383
3384 #: collect2.c:3472
3385 msgid "old raw header file"
3386 msgstr ""
3387
3388 #: collect2.c:3473
3389 msgid "unsupported version"
3390 msgstr ""
3391
3392 #: collect2.c:3475
3393 #, c-format
3394 msgid "unknown {de,en}code_mach_o_hdr return value %d"
3395 msgstr ""
3396
3397 #: collect2.c:3495
3398 #, c-format
3399 msgid "fstat %s"
3400 msgstr ""
3401
3402 #: collect2.c:3532 collect2.c:3580
3403 #, c-format
3404 msgid "lseek %s 0"
3405 msgstr ""
3406
3407 #: collect2.c:3536
3408 #, c-format
3409 msgid "read %s"
3410 msgstr ""
3411
3412 #: collect2.c:3539
3413 #, c-format
3414 msgid "read %ld bytes, expected %ld, from %s"
3415 msgstr ""
3416
3417 #: collect2.c:3560
3418 #, c-format
3419 msgid "msync %s"
3420 msgstr ""
3421
3422 #: collect2.c:3567
3423 #, c-format
3424 msgid "munmap %s"
3425 msgstr ""
3426
3427 #: collect2.c:3584
3428 #, c-format
3429 msgid "write %s"
3430 msgstr ""
3431
3432 #: collect2.c:3587
3433 #, c-format
3434 msgid "wrote %ld bytes, expected %ld, to %s"
3435 msgstr ""
3436
3437 #: combine.c:12584
3438 #, c-format
3439 msgid ""
3440 ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new "
3441 "space),\n"
3442 ";; %d successes.\n"
3443 "\n"
3444 msgstr ""
3445
3446 #: combine.c:12594
3447 #, c-format
3448 msgid ""
3449 "\n"
3450 ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
3451 ";; %d successes.\n"
3452 msgstr ""
3453
3454 #: convert.c:67
3455 msgid "cannot convert to a pointer type"
3456 msgstr ""
3457
3458 #: convert.c:100
3459 msgid "pointer value used where a floating point value was expected"
3460 msgstr ""
3461
3462 #: convert.c:104
3463 msgid "aggregate value used where a float was expected"
3464 msgstr ""
3465
3466 #: convert.c:130
3467 msgid "conversion to incomplete type"
3468 msgstr ""
3469
3470 #: convert.c:390 convert.c:470
3471 msgid "can't convert between vector values of different size"
3472 msgstr ""
3473
3474 #: convert.c:396
3475 msgid "aggregate value used where an integer was expected"
3476 msgstr ""
3477
3478 #: convert.c:448 f/com.c:1076
3479 msgid "pointer value used where a complex was expected"
3480 msgstr ""
3481
3482 #: convert.c:452 f/com.c:1078
3483 msgid "aggregate value used where a complex was expected"
3484 msgstr ""
3485
3486 #: convert.c:476
3487 msgid "can't convert value to a vector"
3488 msgstr ""
3489
3490 #: cpperror.c:124
3491 msgid "internal error: "
3492 msgstr ""
3493
3494 #: cpperror.c:131 tradcpp.c:4677
3495 msgid "warning: "
3496 msgstr ""
3497
3498 #: cpperror.c:208 cpperror.c:292 cppfiles.c:641 gcc.c:6154 tradcpp.c:4715
3499 #, c-format
3500 msgid "%s: %s"
3501 msgstr ""
3502
3503 #: cppexp.c:160
3504 msgid "floating point numbers are not valid in #if"
3505 msgstr ""
3506
3507 #: cppexp.c:182
3508 msgid "traditional C rejects the `U' suffix"
3509 msgstr ""
3510
3511 #: cppexp.c:185
3512 msgid "too many 'l' suffixes in integer constant"
3513 msgstr ""
3514
3515 #: cppexp.c:189
3516 msgid "integer constant contains digits beyond the radix"
3517 msgstr ""
3518
3519 #: cppexp.c:192
3520 msgid "integer constant out of range"
3521 msgstr ""
3522
3523 #: cppexp.c:198
3524 msgid "integer constant is so large that it is unsigned"
3525 msgstr ""
3526
3527 #: cppexp.c:207
3528 #, c-format
3529 msgid "invalid suffix '%.*s' on integer constant"
3530 msgstr ""
3531
3532 #: cppexp.c:238
3533 msgid "missing ')' after \"defined\""
3534 msgstr ""
3535
3536 #: cppexp.c:244
3537 msgid "operator \"defined\" requires an identifier"
3538 msgstr ""
3539
3540 #: cppexp.c:252
3541 #, c-format
3542 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
3543 msgstr ""
3544
3545 #: cppexp.c:307
3546 msgid "string constants are not valid in #if"
3547 msgstr ""
3548
3549 #: cppexp.c:311
3550 #, c-format
3551 msgid "invalid character '%c' in #if"
3552 msgstr ""
3553
3554 #: cppexp.c:313
3555 #, c-format
3556 msgid "invalid character '\\%03o' in #if"
3557 msgstr ""
3558
3559 #: cppexp.c:319
3560 msgid "\"defined\" operator appears during macro expansion"
3561 msgstr ""
3562
3563 #: cppexp.c:335
3564 #, c-format
3565 msgid "ISO C++ does not permit \"%s\" in #if"
3566 msgstr ""
3567
3568 #: cppexp.c:346
3569 #, c-format
3570 msgid "\"%s\" is not defined"
3571 msgstr ""
3572
3573 #: cppexp.c:372
3574 #, c-format
3575 msgid "\"%s\" is not valid in #if expressions"
3576 msgstr ""
3577
3578 #: cppexp.c:386
3579 msgid "integer overflow in preprocessor expression"
3580 msgstr ""
3581
3582 #: cppexp.c:613
3583 msgid "missing binary operator"
3584 msgstr ""
3585
3586 #: cppexp.c:648
3587 msgid "void expression between '(' and ')'"
3588 msgstr ""
3589
3590 #: cppexp.c:650
3591 #, c-format
3592 msgid "operator '%s' has no right operand"
3593 msgstr ""
3594
3595 #: cppexp.c:662
3596 #, c-format
3597 msgid "impossible operator '%s'"
3598 msgstr ""
3599
3600 #: cppexp.c:694
3601 msgid "traditional C rejects the unary plus operator"
3602 msgstr ""
3603
3604 #: cppexp.c:738
3605 msgid "division by zero in #if"
3606 msgstr ""
3607
3608 #: cppexp.c:772
3609 msgid "comma operator in operand of #if"
3610 msgstr ""
3611
3612 #: cppexp.c:777
3613 msgid "syntax error '?' without following ':'"
3614 msgstr ""
3615
3616 #: cppexp.c:780
3617 msgid "syntax error ':' without preceding '?'"
3618 msgstr ""
3619
3620 #: cppexp.c:788
3621 msgid "missing ')' in expression"
3622 msgstr ""
3623
3624 #: cppexp.c:795
3625 msgid "missing '(' in expression"
3626 msgstr ""
3627
3628 #: cppexp.c:821
3629 #, c-format
3630 msgid "missing binary operator before '%s'"
3631 msgstr ""
3632
3633 #: cppexp.c:827
3634 #, c-format
3635 msgid "operator '%s' has no left operand"
3636 msgstr ""
3637
3638 #: cppexp.c:865
3639 msgid "unbalanced stack in #if"
3640 msgstr ""
3641
3642 #: cppexp.c:868
3643 msgid "#if with no expression"
3644 msgstr ""
3645
3646 #: cppfiles.c:322
3647 msgid "<stdin>"
3648 msgstr ""
3649
3650 #: cppfiles.c:366
3651 #, c-format
3652 msgid "%s is too large"
3653 msgstr ""
3654
3655 #: cppfiles.c:395
3656 #, c-format
3657 msgid "%s is shorter than expected"
3658 msgstr ""
3659
3660 #: cppfiles.c:404
3661 #, c-format
3662 msgid "%s is a block device"
3663 msgstr ""
3664
3665 #: cppfiles.c:524
3666 #, c-format
3667 msgid "No include path in which to find %s"
3668 msgstr ""
3669
3670 #: cppfiles.c:591
3671 msgid "Multiple include guards may be useful for:\n"
3672 msgstr ""
3673
3674 #: cppfiles.c:978
3675 msgid "absolute file name in remap_filename"
3676 msgstr ""
3677
3678 #: cppinit.c:227
3679 #, c-format
3680 msgid "ignoring nonexistent directory \"%s\"\n"
3681 msgstr ""
3682
3683 #: cppinit.c:234
3684 #, c-format
3685 msgid "%s: Not a directory"
3686 msgstr ""
3687
3688 #: cppinit.c:281
3689 #, c-format
3690 msgid "ignoring duplicate directory \"%s\"\n"
3691 msgstr ""
3692
3693 #: cppinit.c:309
3694 #, c-format
3695 msgid "changing search order for system directory \"%s\""
3696 msgstr ""
3697
3698 #: cppinit.c:313
3699 #, c-format
3700 msgid " as it is the same as non-system directory \"%s\""
3701 msgstr ""
3702
3703 #: cppinit.c:317
3704 msgid " as it has already been specified as a non-system directory"
3705 msgstr ""
3706
3707 #: cppinit.c:937
3708 msgid "#include \"...\" search starts here:\n"
3709 msgstr ""
3710
3711 #: cppinit.c:941
3712 msgid "#include <...> search starts here:\n"
3713 msgstr ""
3714
3715 #: cppinit.c:944
3716 msgid "End of search list.\n"
3717 msgstr ""
3718
3719 #: cppinit.c:967
3720 msgid "<builtin>"
3721 msgstr ""
3722
3723 #: cppinit.c:969
3724 msgid "<command line>"
3725 msgstr ""
3726
3727 #: cppinit.c:1067 tradcpp.c:966 tradcpp.c:976 tradcpp.c:1067
3728 msgid "I/O error on output"
3729 msgstr ""
3730
3731 #. Irix6 "cc -n32" and OSF4 cc have problems with char foo[] = ("string");
3732 #. I.e. a const string initializer with parens around it. That is
3733 #. what N_("string") resolves to, so we make no_* be macros instead.
3734 #: cppinit.c:1114
3735 #, c-format
3736 msgid "Argument missing after %s"
3737 msgstr ""
3738
3739 #: cppinit.c:1115
3740 #, c-format
3741 msgid "Assertion missing after %s"
3742 msgstr ""
3743
3744 #: cppinit.c:1116
3745 #, c-format
3746 msgid "Directory name missing after %s"
3747 msgstr ""
3748
3749 #: cppinit.c:1117
3750 #, c-format
3751 msgid "File name missing after %s"
3752 msgstr ""
3753
3754 #: cppinit.c:1118
3755 #, c-format
3756 msgid "Macro name missing after %s"
3757 msgstr ""
3758
3759 #: cppinit.c:1119
3760 #, c-format
3761 msgid "Path name missing after %s"
3762 msgstr ""
3763
3764 #: cppinit.c:1120
3765 #, c-format
3766 msgid "Number missing after %s"
3767 msgstr ""
3768
3769 #: cppinit.c:1121
3770 #, c-format
3771 msgid "Target missing after %s"
3772 msgstr ""
3773
3774 #: cppinit.c:1306
3775 #, c-format
3776 msgid "Too many filenames. Type %s --help for usage info"
3777 msgstr ""
3778
3779 #: cppinit.c:1490 tradcpp.c:601
3780 msgid "Output filename specified twice"
3781 msgstr ""
3782
3783 #: cppinit.c:1602
3784 msgid "-I- specified twice"
3785 msgstr ""
3786
3787 #: cppinit.c:1741
3788 #, c-format
3789 msgid "GNU CPP version %s (cpplib)"
3790 msgstr ""
3791
3792 #: cppinit.c:1782 tradcpp.c:790
3793 msgid "you must additionally specify either -M or -MM"
3794 msgstr ""
3795
3796 #: cppinit.c:1844
3797 #, c-format
3798 msgid "Usage: %s [switches] input output\n"
3799 msgstr ""
3800
3801 #. To keep the lines from getting too long for some compilers, limit
3802 #. to about 500 characters (6 lines) per chunk.
3803 #: cppinit.c:1847
3804 msgid ""
3805 "Switches:\n"
3806 " -include <file> Include the contents of <file> before other "
3807 "files\n"
3808 " -imacros <file> Accept definition of macros in <file>\n"
3809 " -iprefix <path> Specify <path> as a prefix for next two options\n"
3810 " -iwithprefix <dir> Add <dir> to the end of the system include path\n"
3811 " -iwithprefixbefore <dir> Add <dir> to the end of the main include path\n"
3812 " -isystem <dir> Add <dir> to the start of the system include "
3813 "path\n"
3814 msgstr ""
3815
3816 #: cppinit.c:1856
3817 msgid ""
3818 " -idirafter <dir> Add <dir> to the end of the system include path\n"
3819 " -I <dir> Add <dir> to the end of the main include path\n"
3820 " -I- Fine-grained include path control; see info "
3821 "docs\n"
3822 " -nostdinc Do not search system include directories\n"
3823 " (dirs specified with -isystem will still be "
3824 "used)\n"
3825 " -nostdinc++ Do not search system include directories for C+"
3826 "+\n"
3827 " -o <file> Put output into <file>\n"
3828 msgstr ""
3829
3830 #: cppinit.c:1865
3831 msgid ""
3832 " -pedantic Issue all warnings demanded by strict ISO C\n"
3833 " -pedantic-errors Issue -pedantic warnings as errors instead\n"
3834 " -trigraphs Support ISO C trigraphs\n"
3835 " -lang-c Assume that the input sources are in C\n"
3836 " -lang-c89 Assume that the input sources are in C89\n"
3837 msgstr ""
3838
3839 #: cppinit.c:1872
3840 msgid ""
3841 " -lang-c++ Assume that the input sources are in C++\n"
3842 " -lang-objc Assume that the input sources are in ObjectiveC\n"
3843 " -lang-objc++ Assume that the input sources are in ObjectiveC+"
3844 "+\n"
3845 " -lang-asm Assume that the input sources are in assembler\n"
3846 msgstr ""
3847
3848 #: cppinit.c:1878
3849 msgid ""
3850 " -std=<std name> Specify the conformance standard; one of:\n"
3851 " gnu89, gnu99, c89, c99, iso9899:1990,\n"
3852 " iso9899:199409, iso9899:1999\n"
3853 " -+ Allow parsing of C++ style features\n"
3854 " -w Inhibit warning messages\n"
3855 " -Wtrigraphs Warn if trigraphs are encountered\n"
3856 " -Wno-trigraphs Do not warn about trigraphs\n"
3857 " -Wcomment{s} Warn if one comment starts inside another\n"
3858 msgstr ""
3859
3860 #: cppinit.c:1888
3861 msgid ""
3862 " -Wno-comment{s} Do not warn about comments\n"
3863 " -Wtraditional Warn about features not present in traditional "
3864 "C\n"
3865 " -Wno-traditional Do not warn about traditional C\n"
3866 " -Wundef Warn if an undefined macro is used by #if\n"
3867 " -Wno-undef Do not warn about testing undefined macros\n"
3868 " -Wimport Warn about the use of the #import directive\n"
3869 msgstr ""
3870
3871 #: cppinit.c:1896
3872 msgid ""
3873 " -Wno-import Do not warn about the use of #import\n"
3874 " -Werror Treat all warnings as errors\n"
3875 " -Wno-error Do not treat warnings as errors\n"
3876 " -Wsystem-headers Do not suppress warnings from system headers\n"
3877 " -Wno-system-headers Suppress warnings from system headers\n"
3878 " -Wall Enable all preprocessor warnings\n"
3879 msgstr ""
3880
3881 #: cppinit.c:1904
3882 msgid ""
3883 " -M Generate make dependencies\n"
3884 " -MM As -M, but ignore system header files\n"
3885 " -MF <file> Write dependency output to the given file\n"
3886 " -MG Treat missing header file as generated files\n"
3887 msgstr ""
3888
3889 #: cppinit.c:1910
3890 msgid ""
3891 " -MP\t\t\t Generate phony targets for all headers\n"
3892 " -MQ <target> Add a MAKE-quoted target\n"
3893 " -MT <target> Add an unquoted target\n"
3894 msgstr ""
3895
3896 #: cppinit.c:1915
3897 msgid ""
3898 " -D<macro> Define a <macro> with string '1' as its value\n"
3899 " -D<macro>=<val> Define a <macro> with <val> as its value\n"
3900 " -A<question> (<answer>) Assert the <answer> to <question>\n"
3901 " -A-<question> (<answer>) Disable the <answer> to <question>\n"
3902 " -U<macro> Undefine <macro> \n"
3903 " -v Display the version number\n"
3904 msgstr ""
3905
3906 #: cppinit.c:1923
3907 msgid ""
3908 " -H Print the name of header files as they are used\n"
3909 " -C Do not discard comments\n"
3910 " -dM Display a list of macro definitions active at "
3911 "end\n"
3912 " -dD Preserve macro definitions in output\n"
3913 " -dN As -dD except that only the names are preserved\n"
3914 " -dI Include #include directives in the output\n"
3915 msgstr ""
3916
3917 #: cppinit.c:1931
3918 msgid ""
3919 " -fpreprocessed Treat the input file as already preprocessed\n"
3920 " -ftabstop=<number> Distance between tab stops for column reporting\n"
3921 " -P Do not generate #line directives\n"
3922 " -$ Do not allow '$' in identifiers\n"
3923 " -remap Remap file names when including files.\n"
3924 " --version Display version information\n"
3925 " -h or --help Display this information\n"
3926 msgstr ""
3927
3928 #: cpplex.c:159
3929 #, c-format
3930 msgid "trigraph ??%c converted to %c"
3931 msgstr ""
3932
3933 #: cpplex.c:167
3934 #, c-format
3935 msgid "trigraph ??%c ignored"
3936 msgstr ""
3937
3938 #: cpplex.c:226
3939 msgid "backslash and newline separated by space"
3940 msgstr ""
3941
3942 #: cpplex.c:232
3943 msgid "backslash-newline at end of file"
3944 msgstr ""
3945
3946 #: cpplex.c:302
3947 msgid "\"/*\" within comment"
3948 msgstr ""
3949
3950 #: cpplex.c:383
3951 msgid "null character(s) ignored"
3952 msgstr ""
3953
3954 #: cpplex.c:390
3955 #, c-format
3956 msgid "%s in preprocessing directive"
3957 msgstr ""
3958
3959 #: cpplex.c:461
3960 #, c-format
3961 msgid "attempt to use poisoned \"%s\""
3962 msgstr ""
3963
3964 #: cpplex.c:469
3965 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
3966 msgstr ""
3967
3968 #: cpplex.c:526
3969 msgid "'$' character(s) in identifier"
3970 msgstr ""
3971
3972 #: cpplex.c:609
3973 #, c-format
3974 msgid "missing terminating %c character"
3975 msgstr ""
3976
3977 #: cpplex.c:614
3978 msgid "possible start of unterminated string literal"
3979 msgstr ""
3980
3981 #: cpplex.c:715
3982 msgid "multi-line string literals are deprecated"
3983 msgstr ""
3984
3985 #: cpplex.c:730
3986 msgid "null character(s) preserved in literal"
3987 msgstr ""
3988
3989 #: cpplex.c:927
3990 msgid "no newline at end of file"
3991 msgstr ""
3992
3993 #: cpplex.c:1052 tradcpp.c:1454
3994 msgid "unterminated comment"
3995 msgstr ""
3996
3997 #: cpplex.c:1063
3998 msgid "C++ style comments are not allowed in ISO C89"
3999 msgstr ""
4000
4001 #: cpplex.c:1065
4002 msgid "(this will be reported only once per input file)"
4003 msgstr ""
4004
4005 #: cpplex.c:1070
4006 msgid "multi-line comment"
4007 msgstr ""
4008
4009 #: cpplex.c:1380
4010 #, c-format
4011 msgid "unknown string token %s\n"
4012 msgstr ""
4013
4014 #: cpplex.c:1392
4015 #, c-format
4016 msgid "Unspellable token %s"
4017 msgstr ""
4018
4019 #: cpplex.c:1651
4020 #, c-format
4021 msgid "the meaning of '\\%c' varies with -traditional"
4022 msgstr ""
4023
4024 #: cpplex.c:1657
4025 msgid "incomplete universal-character-name"
4026 msgstr ""
4027
4028 #: cpplex.c:1671
4029 #, c-format
4030 msgid "non-hex digit '%c' in universal-character-name"
4031 msgstr ""
4032
4033 #: cpplex.c:1679
4034 msgid "universal-character-name on EBCDIC target"
4035 msgstr ""
4036
4037 #: cpplex.c:1693
4038 msgid "universal-character-name out of range"
4039 msgstr ""
4040
4041 #: cpplex.c:1739
4042 msgid "the meaning of '\\a' varies with -traditional"
4043 msgstr ""
4044
4045 #: cpplex.c:1746
4046 #, c-format
4047 msgid "non-ISO-standard escape sequence, '\\%c'"
4048 msgstr ""
4049
4050 #: cpplex.c:1756
4051 msgid "the meaning of '\\x' varies with -traditional"
4052 msgstr ""
4053
4054 #: cpplex.c:1775 f/lex.c:622
4055 msgid "\\x used with no following hex digits"
4056 msgstr ""
4057
4058 #: cpplex.c:1779
4059 msgid "hex escape sequence out of range"
4060 msgstr ""
4061
4062 #: cpplex.c:1803
4063 msgid "octal escape sequence out of range"
4064 msgstr ""
4065
4066 #: cpplex.c:1818
4067 #, c-format
4068 msgid "unknown escape sequence '\\%c'"
4069 msgstr ""
4070
4071 #: cpplex.c:1820
4072 #, c-format
4073 msgid "unknown escape sequence: '\\%03o'"
4074 msgstr ""
4075
4076 #: cpplex.c:1824
4077 msgid "escape sequence out of range for character"
4078 msgstr ""
4079
4080 #: cpplex.c:1883
4081 msgid "ignoring invalid multibyte character"
4082 msgstr ""
4083
4084 #: cpplex.c:1914
4085 msgid "empty character constant"
4086 msgstr ""
4087
4088 #: cpplex.c:1918
4089 msgid "character constant too long"
4090 msgstr ""
4091
4092 #: cpplex.c:1921
4093 msgid "multi-character character constant"
4094 msgstr ""
4095
4096 #: cpplib.c:222
4097 #, c-format
4098 msgid "extra tokens at end of #%s directive"
4099 msgstr ""
4100
4101 #: cpplib.c:277
4102 msgid "style of line directive is a GCC extension"
4103 msgstr ""
4104
4105 #: cpplib.c:285
4106 #, c-format
4107 msgid "#%s is a GCC extension"
4108 msgstr ""
4109
4110 #: cpplib.c:296
4111 msgid "suggest not using #elif in traditional C"
4112 msgstr ""
4113
4114 #: cpplib.c:299
4115 #, c-format
4116 msgid "traditional C ignores #%s with the # indented"
4117 msgstr ""
4118
4119 #: cpplib.c:303
4120 #, c-format
4121 msgid "suggest hiding #%s from traditional C with an indented #"
4122 msgstr ""
4123
4124 #: cpplib.c:386
4125 #, c-format
4126 msgid "invalid preprocessing directive #%s"
4127 msgstr ""
4128
4129 #: cpplib.c:441
4130 #, c-format
4131 msgid "no macro name given in #%s directive"
4132 msgstr ""
4133
4134 #: cpplib.c:445
4135 #, c-format
4136 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
4137 msgstr ""
4138
4139 #: cpplib.c:448
4140 msgid "macro names must be identifiers"
4141 msgstr ""
4142
4143 #: cpplib.c:459
4144 #, c-format
4145 msgid "\"%s\" cannot be used as a macro name"
4146 msgstr ""
4147
4148 #: cpplib.c:497
4149 #, c-format
4150 msgid "undefining \"%s\""
4151 msgstr ""
4152
4153 #: cpplib.c:543
4154 msgid "missing terminating > character"
4155 msgstr ""
4156
4157 #: cpplib.c:578
4158 #, c-format
4159 msgid "#%s expects \"FILENAME\" or <FILENAME>"
4160 msgstr ""
4161
4162 #: cpplib.c:589
4163 #, c-format
4164 msgid "empty file name in #%s"
4165 msgstr ""
4166
4167 #: cpplib.c:608
4168 msgid "#include_next in primary source file"
4169 msgstr ""
4170
4171 #: cpplib.c:615
4172 msgid "#import is obsolete, use an #ifndef wrapper in the header file"
4173 msgstr ""
4174
4175 #: cpplib.c:623
4176 msgid "#include nested too deeply"
4177 msgstr ""
4178
4179 #: cpplib.c:681
4180 #, c-format
4181 msgid "invalid flag \"%s\" in line directive"
4182 msgstr ""
4183
4184 #: cpplib.c:737
4185 #, c-format
4186 msgid "\"%s\" after #line is not a positive integer"
4187 msgstr ""
4188
4189 #: cpplib.c:744
4190 msgid "line number out of range"
4191 msgstr ""
4192
4193 #: cpplib.c:782
4194 #, c-format
4195 msgid "\"%s\" is not a valid filename"
4196 msgstr ""
4197
4198 #: cpplib.c:855
4199 msgid "invalid #ident directive"
4200 msgstr ""
4201
4202 #: cpplib.c:943
4203 #, c-format
4204 msgid "registering \"%s\" as both a pragma and a pragma namespace"
4205 msgstr ""
4206
4207 #: cpplib.c:946
4208 #, c-format
4209 msgid "#pragma %s %s is already registered"
4210 msgstr ""
4211
4212 #: cpplib.c:948
4213 #, c-format
4214 msgid "#pragma %s is already registered"
4215 msgstr ""
4216
4217 #: cpplib.c:1022
4218 msgid "#pragma once is obsolete"
4219 msgstr ""
4220
4221 #: cpplib.c:1025
4222 msgid "#pragma once in main file"
4223 msgstr ""
4224
4225 #: cpplib.c:1049
4226 msgid "invalid #pragma GCC poison directive"
4227 msgstr ""
4228
4229 #: cpplib.c:1058
4230 #, c-format
4231 msgid "poisoning existing macro \"%s\""
4232 msgstr ""
4233
4234 #: cpplib.c:1078
4235 msgid "#pragma system_header ignored outside include file"
4236 msgstr ""
4237
4238 #: cpplib.c:1103
4239 #, c-format
4240 msgid "cannot find source %s"
4241 msgstr ""
4242
4243 #: cpplib.c:1107
4244 #, c-format
4245 msgid "current file is older than %s"
4246 msgstr ""
4247
4248 #: cpplib.c:1181
4249 msgid "_Pragma takes a parenthesized string literal"
4250 msgstr ""
4251
4252 #: cpplib.c:1280
4253 msgid "#else without #if"
4254 msgstr ""
4255
4256 #: cpplib.c:1285 tradcpp.c:3858
4257 msgid "#else after #else"
4258 msgstr ""
4259
4260 #: cpplib.c:1287 cpplib.c:1322
4261 msgid "the conditional began here"
4262 msgstr ""
4263
4264 #: cpplib.c:1315
4265 msgid "#elif without #if"
4266 msgstr ""
4267
4268 #: cpplib.c:1320 tradcpp.c:3553
4269 msgid "#elif after #else"
4270 msgstr ""
4271
4272 #: cpplib.c:1352
4273 msgid "#endif without #if"
4274 msgstr ""
4275
4276 #: cpplib.c:1435 tradcpp.c:3250
4277 msgid "missing '(' after predicate"
4278 msgstr ""
4279
4280 #: cpplib.c:1450 tradcpp.c:3264
4281 msgid "missing ')' to complete answer"
4282 msgstr ""
4283
4284 #: cpplib.c:1470 tradcpp.c:3270
4285 msgid "predicate's answer is empty"
4286 msgstr ""
4287
4288 #: cpplib.c:1500 tradcpp.c:3318
4289 msgid "assertion without predicate"
4290 msgstr ""
4291
4292 #: cpplib.c:1502 tradcpp.c:3320
4293 msgid "predicate must be an identifier"
4294 msgstr ""
4295
4296 #: cpplib.c:1583 tradcpp.c:3417
4297 #, c-format
4298 msgid "\"%s\" re-asserted"
4299 msgstr ""
4300
4301 #: cpplib.c:1811
4302 #, c-format
4303 msgid "unterminated #%s"
4304 msgstr ""
4305
4306 #: cppmacro.c:148
4307 #, c-format
4308 msgid "invalid builtin macro \"%s\""
4309 msgstr ""
4310
4311 #: cppmacro.c:347
4312 msgid "invalid string literal, ignoring final '\\'"
4313 msgstr ""
4314
4315 #: cppmacro.c:436
4316 #, c-format
4317 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
4318 msgstr ""
4319
4320 #: cppmacro.c:560
4321 msgid "directives may not be used inside a macro argument"
4322 msgstr ""
4323
4324 #: cppmacro.c:572
4325 #, c-format
4326 msgid "unterminated argument list invoking macro \"%s\""
4327 msgstr ""
4328
4329 #: cppmacro.c:589
4330 msgid "ISO C99 requires rest arguments to be used"
4331 msgstr ""
4332
4333 #: cppmacro.c:594
4334 #, c-format
4335 msgid "macro \"%s\" requires %u arguments, but only %u given"
4336 msgstr ""
4337
4338 #: cppmacro.c:605
4339 #, c-format
4340 msgid "macro \"%s\" passed %u arguments, but takes just %u"
4341 msgstr ""
4342
4343 #: cppmacro.c:688
4344 #, c-format
4345 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
4346 msgstr ""
4347
4348 #: cppmacro.c:1175
4349 #, c-format
4350 msgid "duplicate macro parameter \"%s\""
4351 msgstr ""
4352
4353 #: cppmacro.c:1203
4354 #, c-format
4355 msgid "\"%s\" may not appear in macro parameter list"
4356 msgstr ""
4357
4358 #: cppmacro.c:1210
4359 msgid "macro parameters must be comma-separated"
4360 msgstr ""
4361
4362 #: cppmacro.c:1227
4363 msgid "parameter name missing"
4364 msgstr ""
4365
4366 #: cppmacro.c:1241
4367 msgid "anonymous variadic macros were introduced in C99"
4368 msgstr ""
4369
4370 #: cppmacro.c:1244
4371 msgid "ISO C does not permit named variadic macros"
4372 msgstr ""
4373
4374 #: cppmacro.c:1253
4375 msgid "missing ')' in macro parameter list"
4376 msgstr ""
4377
4378 #: cppmacro.c:1329
4379 msgid "ISO C requires whitespace after the macro name"
4380 msgstr ""
4381
4382 #: cppmacro.c:1359
4383 msgid "'#' is not followed by a macro parameter"
4384 msgstr ""
4385
4386 #: cppmacro.c:1379
4387 msgid "'##' cannot appear at either end of a macro expansion"
4388 msgstr ""
4389
4390 #: cppmacro.c:1415
4391 #, c-format
4392 msgid "\"%s\" redefined"
4393 msgstr ""
4394
4395 #: cppmacro.c:1419
4396 msgid "this is the location of the previous definition"
4397 msgstr ""
4398
4399 #: cppmacro.c:1484
4400 #, c-format
4401 msgid "macro argument \"%s\" would be stringified with -traditional."
4402 msgstr ""
4403
4404 #: cppmacro.c:1509
4405 #, c-format
4406 msgid "invalid hash type %d in cpp_macro_definition"
4407 msgstr ""
4408
4409 #: cppmain.c:119
4410 #, c-format
4411 msgid "Invalid option %s"
4412 msgstr ""
4413
4414 #: cppspec.c:128
4415 #, c-format
4416 msgid "\"%s\" is not a valid option to the preprocessor"
4417 msgstr ""
4418
4419 #: cppspec.c:152
4420 msgid "too many input files"
4421 msgstr ""
4422
4423 #: cse.c:7092
4424 #, c-format
4425 msgid ";; Processing block from %d to %d, %d sets.\n"
4426 msgstr ""
4427
4428 #: diagnostic.c:784
4429 #, c-format
4430 msgid "%s:%d: warning: "
4431 msgstr ""
4432
4433 #: diagnostic.c:791
4434 #, c-format
4435 msgid "%s: warning: "
4436 msgstr ""
4437
4438 #: diagnostic.c:871
4439 msgid "((anonymous))"
4440 msgstr ""
4441
4442 #: diagnostic.c:941
4443 #, c-format
4444 msgid "%s: warnings being treated as errors\n"
4445 msgstr ""
4446
4447 #: diagnostic.c:978
4448 #, c-format
4449 msgid "%s: %s: "
4450 msgstr ""
4451
4452 #: diagnostic.c:1057
4453 msgid "sorry, not implemented: "
4454 msgstr ""
4455
4456 #: diagnostic.c:1076
4457 #, c-format
4458 msgid "%s "
4459 msgstr ""
4460
4461 #: diagnostic.c:1078
4462 #, c-format
4463 msgid " %s"
4464 msgstr ""
4465
4466 #: diagnostic.c:1102
4467 msgid "At top level:"
4468 msgstr ""
4469
4470 #: diagnostic.c:1107
4471 #, c-format
4472 msgid "In member function `%s':"
4473 msgstr ""
4474
4475 #: diagnostic.c:1111
4476 #, c-format
4477 msgid "In function `%s':"
4478 msgstr ""
4479
4480 #: diagnostic.c:1195
4481 msgid "compilation terminated.\n"
4482 msgstr ""
4483
4484 #: diagnostic.c:1226
4485 #, c-format
4486 msgid "%s:%d: confused by earlier errors, bailing out\n"
4487 msgstr ""
4488
4489 #: diagnostic.c:1240 diagnostic.c:1390
4490 #, c-format
4491 msgid ""
4492 "Please submit a full bug report,\n"
4493 "with preprocessed source if appropriate.\n"
4494 "See %s for instructions.\n"
4495 msgstr ""
4496
4497 #: diagnostic.c:1388
4498 msgid "Internal compiler error: Error reporting routines re-entered.\n"
4499 msgstr ""
4500
4501 #: diagnostic.c:1450
4502 #, c-format
4503 msgid "Internal compiler error in %s, at %s:%d"
4504 msgstr ""
4505
4506 #: diagnostic.c:1495
4507 #, c-format
4508 msgid "In file included from %s:%d"
4509 msgstr ""
4510
4511 #: diagnostic.c:1498
4512 #, c-format
4513 msgid ""
4514 ",\n"
4515 " from %s:%d"
4516 msgstr ""
4517
4518 #: diagnostic.c:1499
4519 msgid ":\n"
4520 msgstr ""
4521
4522 #: dwarf2out.c:2991
4523 #, c-format
4524 msgid "DW_LOC_OP %s not implememnted\n"
4525 msgstr ""
4526
4527 #: dwarfout.c:2166
4528 #, c-format
4529 msgid "internal regno botch: regno = %d\n"
4530 msgstr ""
4531
4532 #: dwarfout.c:6379
4533 msgid "can't get current directory"
4534 msgstr ""
4535
4536 #: emit-rtl.c:1105
4537 msgid "Can't access real part of complex value in hard register"
4538 msgstr ""
4539
4540 #: emit-rtl.c:1127
4541 msgid "can't access imaginary part of complex value in hard register"
4542 msgstr ""
4543
4544 #: emit-rtl.c:2934
4545 msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
4546 msgstr ""
4547
4548 #: errors.c:136
4549 #, c-format
4550 msgid "abort in %s, at %s:%d"
4551 msgstr ""
4552
4553 #: except.c:358
4554 msgid "exception handling disabled, use -fexceptions to enable"
4555 msgstr ""
4556
4557 #: except.c:2899
4558 msgid "argument of `__builtin_eh_return_regno' must be constant"
4559 msgstr ""
4560
4561 #: except.c:3010 except.c:3032
4562 msgid "__builtin_eh_return not supported on this target"
4563 msgstr ""
4564
4565 #: explow.c:1362
4566 msgid "stack limits not supported on this target"
4567 msgstr ""
4568
4569 #: expr.c:2922
4570 msgid "function using short complex types cannot be inline"
4571 msgstr ""
4572
4573 #: expr.c:5979 expr.c:5988 expr.c:5997 expr.c:6002 expr.c:6288 expr.c:6304
4574 msgid "unsupported wide integer operation"
4575 msgstr ""
4576
4577 #: expr.c:6351
4578 #, c-format
4579 msgid "prior parameter's size depends on `%s'"
4580 msgstr ""
4581
4582 #: expr.c:6704
4583 msgid "returned value in block_exit_expr"
4584 msgstr ""
4585
4586 #: final.c:1371
4587 msgid "Negative insn length"
4588 msgstr ""
4589
4590 #: final.c:2911
4591 msgid "Could not split insn"
4592 msgstr ""
4593
4594 #: final.c:3262
4595 #, c-format
4596 msgid "invalid `asm': %s"
4597 msgstr ""
4598
4599 #: final.c:3264
4600 #, c-format
4601 msgid "output_operand: %s"
4602 msgstr ""
4603
4604 #: final.c:3436
4605 msgid "nested assembly dialect alternatives"
4606 msgstr ""
4607
4608 #: final.c:3453 final.c:3465
4609 msgid "unterminated assembly dialect alternative"
4610 msgstr ""
4611
4612 #: final.c:3509
4613 #, c-format
4614 msgid "operand number missing after %-letter"
4615 msgstr ""
4616
4617 #: final.c:3512 final.c:3551
4618 msgid "operand number out of range"
4619 msgstr ""
4620
4621 #: final.c:3570
4622 #, c-format
4623 msgid "invalid %%-code"
4624 msgstr ""
4625
4626 #: final.c:3601
4627 msgid "`%l' operand isn't a label"
4628 msgstr ""
4629
4630 #. We can't handle floating point constants;
4631 #. PRINT_OPERAND must handle them.
4632 #: config/i386/i386.c:5137 config/pdp11/pdp11.c:1532 final.c:3707
4633 msgid "floating constant misused"
4634 msgstr ""
4635
4636 #: config/i386/i386.c:5191 config/pdp11/pdp11.c:1579 final.c:3762
4637 msgid "invalid expression as operand"
4638 msgstr ""
4639
4640 #: flow.c:358
4641 msgid "function might be possible candidate for attribute `noreturn'"
4642 msgstr ""
4643
4644 #: flow.c:363
4645 msgid "`noreturn' function does return"
4646 msgstr ""
4647
4648 #: flow.c:382
4649 msgid "control reaches end of non-void function"
4650 msgstr ""
4651
4652 #: fold-const.c:3080 fold-const.c:3093
4653 #, c-format
4654 msgid "comparison is always %d due to width of bitfield"
4655 msgstr ""
4656
4657 #: fold-const.c:4136 fold-const.c:4153
4658 #, c-format
4659 msgid "comparison is always %d"
4660 msgstr ""
4661
4662 #: fold-const.c:4284
4663 msgid "`or' of unmatched not-equal tests is always 1"
4664 msgstr ""
4665
4666 #: fold-const.c:4289
4667 msgid "`and' of mutually exclusive equal-tests is always 0"
4668 msgstr ""
4669
4670 #: function.c:5396
4671 #, c-format
4672 msgid "`%s' might be used uninitialized in this function"
4673 msgstr ""
4674
4675 #: function.c:5403
4676 #, c-format
4677 msgid "variable `%s' might be clobbered by `longjmp' or `vfork'"
4678 msgstr ""
4679
4680 #: function.c:5422
4681 #, c-format
4682 msgid "argument `%s' might be clobbered by `longjmp' or `vfork'"
4683 msgstr ""
4684
4685 #: function.c:6265
4686 msgid "function returns an aggregate"
4687 msgstr ""
4688
4689 #: function.c:6775
4690 #, c-format
4691 msgid "unused parameter `%s'"
4692 msgstr ""
4693
4694 #: gcc.c:1066
4695 #, c-format
4696 msgid "Ambiguous abbreviation %s"
4697 msgstr ""
4698
4699 #: gcc.c:1093
4700 #, c-format
4701 msgid "Incomplete `%s' option"
4702 msgstr ""
4703
4704 #: gcc.c:1104
4705 #, c-format
4706 msgid "Missing argument to `%s' option"
4707 msgstr ""
4708
4709 #: gcc.c:1117
4710 #, c-format
4711 msgid "Extraneous argument to `%s' option"
4712 msgstr ""
4713
4714 #: gcc.c:1422
4715 msgid "Using builtin specs.\n"
4716 msgstr ""
4717
4718 #: gcc.c:1588
4719 #, c-format
4720 msgid ""
4721 "Setting spec %s to '%s'\n"
4722 "\n"
4723 msgstr ""
4724
4725 #: gcc.c:1686
4726 #, c-format
4727 msgid "Reading specs from %s\n"
4728 msgstr ""
4729
4730 #: gcc.c:1784 gcc.c:1803
4731 #, c-format
4732 msgid "specs %%include syntax malformed after %ld characters"
4733 msgstr ""
4734
4735 #: gcc.c:1811
4736 #, c-format
4737 msgid "Could not find specs file %s\n"
4738 msgstr ""
4739
4740 #: gcc.c:1827 gcc.c:1835 gcc.c:1844 gcc.c:1853
4741 #, c-format
4742 msgid "specs %%rename syntax malformed after %ld characters"
4743 msgstr ""
4744
4745 #: gcc.c:1862
4746 #, c-format
4747 msgid "specs %s spec was not found to be renamed"
4748 msgstr ""
4749
4750 #: gcc.c:1869
4751 #, c-format
4752 msgid "rename spec %s to %s\n"
4753 msgstr ""
4754
4755 #: gcc.c:1871
4756 #, c-format
4757 msgid ""
4758 "spec is '%s'\n"
4759 "\n"
4760 msgstr ""
4761
4762 #: gcc.c:1884
4763 #, c-format
4764 msgid "specs unknown %% command after %ld characters"
4765 msgstr ""
4766
4767 #: gcc.c:1895 gcc.c:1908
4768 #, c-format
4769 msgid "specs file malformed after %ld characters"
4770 msgstr ""
4771
4772 #: gcc.c:1962
4773 msgid "spec file has no spec for linking"
4774 msgstr ""
4775
4776 #: gcc.c:2674
4777 msgid "-pipe not supported"
4778 msgstr ""
4779
4780 #: gcc.c:2710
4781 msgid ""
4782 "\n"
4783 "Go ahead? (y or n) "
4784 msgstr ""
4785
4786 #: gcc.c:2809
4787 #, c-format
4788 msgid ""
4789 "Internal error: %s (program %s)\n"
4790 "Please submit a full bug report.\n"
4791 "See %s for instructions."
4792 msgstr ""
4793
4794 #: gcc.c:2827
4795 #, c-format
4796 msgid "# %s %.2f %.2f\n"
4797 msgstr ""
4798
4799 #: gcc.c:2956
4800 #, c-format
4801 msgid "Usage: %s [options] file...\n"
4802 msgstr ""
4803
4804 #: gcc.c:2957
4805 msgid "Options:\n"
4806 msgstr ""
4807
4808 #: gcc.c:2959
4809 msgid " -pass-exit-codes Exit with highest error code from a phase\n"
4810 msgstr ""
4811
4812 #: gcc.c:2960
4813 msgid " --help Display this information\n"
4814 msgstr ""
4815
4816 #: gcc.c:2961
4817 msgid ""
4818 " --target-help Display target specific command line options\n"
4819 msgstr ""
4820
4821 #: gcc.c:2963
4822 msgid " (Use '-v --help' to display command line options of sub-processes)\n"
4823 msgstr ""
4824
4825 #: gcc.c:2964
4826 msgid " -dumpspecs Display all of the built in spec strings\n"
4827 msgstr ""
4828
4829 #: gcc.c:2965
4830 msgid " -dumpversion Display the version of the compiler\n"
4831 msgstr ""
4832
4833 #: gcc.c:2966
4834 msgid " -dumpmachine Display the compiler's target processor\n"
4835 msgstr ""
4836
4837 #: gcc.c:2967
4838 msgid ""
4839 " -print-search-dirs Display the directories in the compiler's search "
4840 "path\n"
4841 msgstr ""
4842
4843 #: gcc.c:2968
4844 msgid ""
4845 " -print-libgcc-file-name Display the name of the compiler's companion "
4846 "library\n"
4847 msgstr ""
4848
4849 #: gcc.c:2969
4850 msgid " -print-file-name=<lib> Display the full path to library <lib>\n"
4851 msgstr ""
4852
4853 #: gcc.c:2970
4854 msgid ""
4855 " -print-prog-name=<prog> Display the full path to compiler component "
4856 "<prog>\n"
4857 msgstr ""
4858
4859 #: gcc.c:2971
4860 msgid ""
4861 " -print-multi-directory Display the root directory for versions of "
4862 "libgcc\n"
4863 msgstr ""
4864
4865 #: gcc.c:2972
4866 msgid ""
4867 " -print-multi-lib Display the mapping between command line options "
4868 "and\n"
4869 " multiple library search directories\n"
4870 msgstr ""
4871
4872 #: gcc.c:2975
4873 msgid ""
4874 " -Wa,<options> Pass comma-separated <options> on to the "
4875 "assembler\n"
4876 msgstr ""
4877
4878 #: gcc.c:2976
4879 msgid ""
4880 " -Wp,<options> Pass comma-separated <options> on to the "
4881 "preprocessor\n"
4882 msgstr ""
4883
4884 #: gcc.c:2977
4885 msgid ""
4886 " -Wl,<options> Pass comma-separated <options> on to the linker\n"
4887 msgstr ""
4888
4889 #: gcc.c:2978
4890 msgid " -Xlinker <arg> Pass <arg> on to the linker\n"
4891 msgstr ""
4892
4893 #: gcc.c:2979
4894 msgid " -save-temps Do not delete intermediate files\n"
4895 msgstr ""
4896
4897 #: gcc.c:2980
4898 msgid " -pipe Use pipes rather than intermediate files\n"
4899 msgstr ""
4900
4901 #: gcc.c:2981
4902 msgid " -time Time the execution of each subprocess\n"
4903 msgstr ""
4904
4905 #: gcc.c:2982
4906 msgid ""
4907 " -specs=<file> Override builtin specs with the contents of "
4908 "<file>\n"
4909 msgstr ""
4910
4911 #: gcc.c:2983
4912 msgid ""
4913 " -std=<standard> Assume that the input sources are for <standard>\n"
4914 msgstr ""
4915
4916 #: gcc.c:2984
4917 msgid ""
4918 " -B <directory> Add <directory> to the compiler's search paths\n"
4919 msgstr ""
4920
4921 #: gcc.c:2985
4922 msgid " -b <machine> Run gcc for target <machine>, if installed\n"
4923 msgstr ""
4924
4925 #: gcc.c:2986
4926 msgid ""
4927 " -V <version> Run gcc version number <version>, if installed\n"
4928 msgstr ""
4929
4930 #: gcc.c:2987
4931 msgid ""
4932 " -v Display the programs invoked by the compiler\n"
4933 msgstr ""
4934
4935 #: gcc.c:2988
4936 msgid ""
4937 " -E Preprocess only; do not compile, assemble or "
4938 "link\n"
4939 msgstr ""
4940
4941 #: gcc.c:2989
4942 msgid " -S Compile only; do not assemble or link\n"
4943 msgstr ""
4944
4945 #: gcc.c:2990
4946 msgid " -c Compile and assemble, but do not link\n"
4947 msgstr ""
4948
4949 #: gcc.c:2991
4950 msgid " -o <file> Place the output into <file>\n"
4951 msgstr ""
4952
4953 #: gcc.c:2992
4954 msgid ""
4955 " -x <language> Specify the language of the following input "
4956 "files\n"
4957 " Permissable languages include: c c++ assembler "
4958 "none\n"
4959 " 'none' means revert to the default behaviour of\n"
4960 " guessing the language based on the file's "
4961 "extension\n"
4962 msgstr ""
4963
4964 #: gcc.c:2999
4965 #, c-format
4966 msgid ""
4967 "\n"
4968 "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
4969 " passed on to the various sub-processes invoked by %s. In order to pass\n"
4970 " other options on to these processes the -W<letter> options must be used.\n"
4971 msgstr ""
4972
4973 #: gcc.c:3366
4974 msgid "argument to `-Xlinker' is missing"
4975 msgstr ""
4976
4977 #: gcc.c:3374
4978 msgid "argument to `-l' is missing"
4979 msgstr ""
4980
4981 #: gcc.c:3391
4982 msgid "argument to `-specs' is missing"
4983 msgstr ""
4984
4985 #: gcc.c:3406
4986 msgid "argument to `-specs=' is missing"
4987 msgstr ""
4988
4989 #: gcc.c:3428
4990 msgid "argument to `-b' is missing"
4991 msgstr ""
4992
4993 #: gcc.c:3443
4994 msgid "argument to `-B' is missing"
4995 msgstr ""
4996
4997 #: gcc.c:3513
4998 msgid "argument to `-V' is missing"
4999 msgstr ""
5000
5001 #: gcc.c:3534 gcc.c:3541 gcc.c:3548
5002 msgid "invalid version number format"
5003 msgstr ""
5004
5005 #: gcc.c:3659
5006 msgid "cannot specify -o with -c or -S and multiple compilations"
5007 msgstr ""
5008
5009 #: gcc.c:3861
5010 msgid "Warning: -pipe ignored because -save-temps specified"
5011 msgstr ""
5012
5013 #: gcc.c:3865
5014 msgid "Warning: -pipe ignored because -time specified"
5015 msgstr ""
5016
5017 #: gcc.c:3875
5018 msgid "argument to `-x' is missing"
5019 msgstr ""
5020
5021 #: gcc.c:3903
5022 #, c-format
5023 msgid "argument to `-%s' is missing"
5024 msgstr ""
5025
5026 #: gcc.c:3964
5027 #, c-format
5028 msgid "Warning: `-x %s' after last input file has no effect"
5029 msgstr ""
5030
5031 #: gcc.c:4169
5032 msgid "Invalid specification! Bug in cc."
5033 msgstr ""
5034
5035 #: gcc.c:4318
5036 #, c-format
5037 msgid "%s\n"
5038 msgstr ""
5039
5040 #. Catch the case where a spec string contains something like
5041 #. '%{foo:%*}'. ie there is no * in the pattern on the left
5042 #. hand side of the :.
5043 #: gcc.c:4835
5044 #, c-format
5045 msgid "Spec failure: '%%*' has not been initialised by pattern match"
5046 msgstr ""
5047
5048 #: gcc.c:4844
5049 #, c-format
5050 msgid "Warning: use of obsolete %%[ operator in specs"
5051 msgstr ""
5052
5053 #: gcc.c:4862
5054 #, c-format
5055 msgid "Processing spec %c%s%c, which is '%s'\n"
5056 msgstr ""
5057
5058 #: gcc.c:4987
5059 #, c-format
5060 msgid "Spec failure: Unrecognised spec option '%c'"
5061 msgstr ""
5062
5063 #: gcc.c:5097
5064 msgid "Mismatched braces in specs"
5065 msgstr ""
5066
5067 #: gcc.c:5816
5068 #, c-format
5069 msgid "unrecognized option `-%s'"
5070 msgstr ""
5071
5072 #: gcc.c:5822
5073 #, c-format
5074 msgid "install: %s%s\n"
5075 msgstr ""
5076
5077 #: gcc.c:5823
5078 #, c-format
5079 msgid "programs: %s\n"
5080 msgstr ""
5081
5082 #: gcc.c:5824
5083 #, c-format
5084 msgid "libraries: %s\n"
5085 msgstr ""
5086
5087 #: gcc.c:5872
5088 msgid ""
5089 "\n"
5090 "For bug reporting instructions, please see:\n"
5091 msgstr ""
5092
5093 #: gcc.c:5888
5094 #, c-format
5095 msgid "Configured with: %s\n"
5096 msgstr ""
5097
5098 #: gcc.c:5902
5099 #, c-format
5100 msgid "Thread model: %s\n"
5101 msgstr ""
5102
5103 #: gcc.c:5913
5104 #, c-format
5105 msgid "gcc version %s\n"
5106 msgstr ""
5107
5108 #: gcc.c:5915
5109 #, c-format
5110 msgid "gcc driver version %s executing gcc version %s\n"
5111 msgstr ""
5112
5113 #: gcc.c:5923
5114 msgid "No input files"
5115 msgstr ""
5116
5117 #: gcc.c:5961
5118 #, c-format
5119 msgid "%s: %s compiler not installed on this system"
5120 msgstr ""
5121
5122 #: gcc.c:6036
5123 #, c-format
5124 msgid "%s: linker input file unused because linking not done"
5125 msgstr ""
5126
5127 #: gcc.c:6079
5128 #, c-format
5129 msgid "language %s not recognized"
5130 msgstr ""
5131
5132 #: gcc.c:6182
5133 msgid "Internal gcc abort."
5134 msgstr ""
5135
5136 #: gcov.c:280
5137 msgid "Internal gcov abort.\n"
5138 msgstr ""
5139
5140 #: gcov.c:289
5141 msgid "gcov [-b] [-v] [-n] [-l] [-f] [-o OBJDIR] file\n"
5142 msgstr ""
5143
5144 #: gcov.c:409
5145 #, c-format
5146 msgid "Could not open basic block file %s.\n"
5147 msgstr ""
5148
5149 #: gcov.c:418
5150 #, c-format
5151 msgid "Could not open data file %s.\n"
5152 msgstr ""
5153
5154 #: gcov.c:419
5155 msgid "Assuming that all execution counts are zero.\n"
5156 msgstr ""
5157
5158 #: gcov.c:425
5159 #, c-format
5160 msgid "Could not open program flow graph file %s.\n"
5161 msgstr ""
5162
5163 #: gcov.c:436
5164 #, c-format
5165 msgid "No executable code associated with file %s.\n"
5166 msgstr ""
5167
5168 #: gcov.c:736
5169 msgid ".da file contents exhausted too early\n"
5170 msgstr ""
5171
5172 #: gcov.c:739
5173 msgid ".da file contents not exhausted\n"
5174 msgstr ""
5175
5176 #: gcov.c:920
5177 #, c-format
5178 msgid "%6.2f%% of %d source lines executed in function %s\n"
5179 msgstr ""
5180
5181 #: gcov.c:924
5182 #, c-format
5183 msgid "No executable source lines in function %s\n"
5184 msgstr ""
5185
5186 #: gcov.c:931
5187 #, c-format
5188 msgid "%6.2f%% of %d branches executed in function %s\n"
5189 msgstr ""
5190
5191 #: gcov.c:935
5192 #, c-format
5193 msgid "%6.2f%% of %d branches taken at least once in function %s\n"
5194 msgstr ""
5195
5196 #: gcov.c:940
5197 #, c-format
5198 msgid "No branches in function %s\n"
5199 msgstr ""
5200
5201 #: gcov.c:942
5202 #, c-format
5203 msgid "%6.2f%% of %d calls executed in function %s\n"
5204 msgstr ""
5205
5206 #: gcov.c:946
5207 #, c-format
5208 msgid "No calls in function %s\n"
5209 msgstr ""
5210
5211 #: gcov.c:1078
5212 #, c-format
5213 msgid "didn't use all bb entries of graph, function %s\n"
5214 msgstr ""
5215
5216 #: gcov.c:1080
5217 #, c-format
5218 msgid "block_num = %ld, num_blocks = %d\n"
5219 msgstr ""
5220
5221 #: gcov.c:1118
5222 #, c-format
5223 msgid "ERROR: too many basic blocks in .bb file %s\n"
5224 msgstr ""
5225
5226 #: gcov.c:1195
5227 #, c-format
5228 msgid "%6.2f%% of %d source lines executed in file %s\n"
5229 msgstr ""
5230
5231 #: gcov.c:1199
5232 #, c-format
5233 msgid "No executable source lines in file %s\n"
5234 msgstr ""
5235
5236 #: gcov.c:1206
5237 #, c-format
5238 msgid "%6.2f%% of %d branches executed in file %s\n"
5239 msgstr ""
5240
5241 #: gcov.c:1210
5242 #, c-format
5243 msgid "%6.2f%% of %d branches taken at least once in file %s\n"
5244 msgstr ""
5245
5246 #: gcov.c:1215
5247 #, c-format
5248 msgid "No branches in file %s\n"
5249 msgstr ""
5250
5251 #: gcov.c:1217
5252 #, c-format
5253 msgid "%6.2f%% of %d calls executed in file %s\n"
5254 msgstr ""
5255
5256 #: gcov.c:1221
5257 #, c-format
5258 msgid "No calls in file %s\n"
5259 msgstr ""
5260
5261 #: gcov.c:1233
5262 #, c-format
5263 msgid "Could not open source file %s.\n"
5264 msgstr ""
5265
5266 #: gcov.c:1283
5267 #, c-format
5268 msgid "Could not open output file %s.\n"
5269 msgstr ""
5270
5271 #: gcov.c:1291
5272 #, c-format
5273 msgid "Creating %s.\n"
5274 msgstr ""
5275
5276 #: gcov.c:1339
5277 #, c-format
5278 msgid "call %d never executed\n"
5279 msgstr ""
5280
5281 #: gcov.c:1348
5282 #, c-format
5283 msgid "call %d returns = %s\n"
5284 msgstr ""
5285
5286 #: gcov.c:1358
5287 #, c-format
5288 msgid "call %d returns = %s%%\n"
5289 msgstr ""
5290
5291 #: gcov.c:1365
5292 #, c-format
5293 msgid "branch %d never executed\n"
5294 msgstr ""
5295
5296 #: gcov.c:1375
5297 #, c-format
5298 msgid "branch %d taken = %s\n"
5299 msgstr ""
5300
5301 #: gcov.c:1385
5302 #, c-format
5303 msgid "branch %d taken = %s%%\n"
5304 msgstr ""
5305
5306 #: gcov.c:1396
5307 #, c-format
5308 msgid "Unexpected EOF while reading source file %s.\n"
5309 msgstr ""
5310
5311 #: gcse.c:752
5312 #, c-format
5313 msgid "GCSE disabled: %d > 1000 basic blocks and %d >= 20 edges/basic block"
5314 msgstr ""
5315
5316 #: gcse.c:764
5317 #, c-format
5318 msgid "GCSE disabled: %d basic blocks and %d registers"
5319 msgstr ""
5320
5321 #: ch/grant.c:2652 ch/lex.c:212 ch/lex.c:2189 f/com.c:14211 graph.c:421
5322 #: java/jcf-parse.c:970 java/jcf-parse.c:1122 java/lex.c:1747
5323 #: objc/objc-act.c:561 profile.c:928 profile.c:936 toplev.c:1871 toplev.c:2216
5324 #, c-format
5325 msgid "can't open %s"
5326 msgstr ""
5327
5328 #: haifa-sched.c:190
5329 #, c-format
5330 msgid "fix_sched_param: unknown param: %s"
5331 msgstr ""
5332
5333 #: integrate.c:185
5334 msgid "function cannot be inline"
5335 msgstr ""
5336
5337 #: integrate.c:190
5338 msgid "varargs function cannot be inline"
5339 msgstr ""
5340
5341 #: integrate.c:193
5342 msgid "function using alloca cannot be inline"
5343 msgstr ""
5344
5345 #: integrate.c:196
5346 msgid "function using setjmp cannot be inline"
5347 msgstr ""
5348
5349 #: integrate.c:199
5350 msgid "function uses __builtin_eh_return"
5351 msgstr ""
5352
5353 #: integrate.c:202
5354 msgid "function with nested functions cannot be inline"
5355 msgstr ""
5356
5357 #: integrate.c:206
5358 msgid "function with label addresses used in initializers cannot inline"
5359 msgstr ""
5360
5361 #: integrate.c:213 integrate.c:257
5362 msgid "function too large to be inline"
5363 msgstr ""
5364
5365 #: integrate.c:223
5366 msgid "no prototype, and parameter address used; cannot be inline"
5367 msgstr ""
5368
5369 #: integrate.c:230 integrate.c:275
5370 msgid "inline functions not supported for this return value type"
5371 msgstr ""
5372
5373 #: integrate.c:235
5374 msgid "function with varying-size return value cannot be inline"
5375 msgstr ""
5376
5377 #: integrate.c:242
5378 msgid "function with varying-size parameter cannot be inline"
5379 msgstr ""
5380
5381 #: integrate.c:245
5382 msgid "function with transparent unit parameter cannot be inline"
5383 msgstr ""
5384
5385 #: integrate.c:264
5386 msgid "function with computed jump cannot inline"
5387 msgstr ""
5388
5389 #: integrate.c:268
5390 msgid "function with nonlocal goto cannot be inline"
5391 msgstr ""
5392
5393 #: integrate.c:282
5394 msgid "function with target specific attribute(s) cannot be inlined"
5395 msgstr ""
5396
5397 #: line-map.c:198
5398 #, c-format
5399 msgid "In file included from %s:%u"
5400 msgstr ""
5401
5402 #. Translators note: this message is used in conjunction
5403 #. with "In file included from %s:%ld" and some other
5404 #. tricks. We want something like this:
5405 #.
5406 #. | In file included from sys/select.h:123,
5407 #. | from sys/types.h:234,
5408 #. | from userfile.c:31:
5409 #. | bits/select.h:45: <error message here>
5410 #.
5411 #. with all the "from"s lined up.
5412 #. The trailing comma is at the beginning of this message,
5413 #. and the trailing colon is not translated.
5414 #: line-map.c:216
5415 #, c-format
5416 msgid ""
5417 ",\n"
5418 " from %s:%u"
5419 msgstr ""
5420
5421 #. If we didn't find this parameter, issue an error message.
5422 #: params.c:80
5423 #, c-format
5424 msgid "invalid parameter `%s'"
5425 msgstr ""
5426
5427 #: profile.c:428
5428 #, c-format
5429 msgid "Corrupted profile info: prob for %d-%d thought to be %d"
5430 msgstr ""
5431
5432 #: profile.c:953
5433 #, c-format
5434 msgid "file %s not found, execution counts assumed to be zero."
5435 msgstr ""
5436
5437 #: profile.c:1000
5438 msgid ".da file contents exhausted too early"
5439 msgstr ""
5440
5441 #: profile.c:1003
5442 msgid ".da file contents not exhausted"
5443 msgstr ""
5444
5445 #: protoize.c:593
5446 #, c-format
5447 msgid "%s: internal abort\n"
5448 msgstr ""
5449
5450 #: protoize.c:684
5451 #, c-format
5452 msgid "%s: error writing file `%s': %s\n"
5453 msgstr ""
5454
5455 #: protoize.c:729
5456 #, c-format
5457 msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
5458 msgstr ""
5459
5460 #: protoize.c:732
5461 #, c-format
5462 msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
5463 msgstr ""
5464
5465 #: protoize.c:839
5466 #, c-format
5467 msgid "%s: warning: no read access for file `%s'\n"
5468 msgstr ""
5469
5470 #: protoize.c:847
5471 #, c-format
5472 msgid "%s: warning: no write access for file `%s'\n"
5473 msgstr ""
5474
5475 #: protoize.c:855
5476 #, c-format
5477 msgid "%s: warning: no write access for dir containing `%s'\n"
5478 msgstr ""
5479
5480 #. Catch cases like /.. where we try to backup to a
5481 #. point above the absolute root of the logical file
5482 #. system.
5483 #: protoize.c:1273
5484 #, c-format
5485 msgid "%s: invalid file name: %s\n"
5486 msgstr ""
5487
5488 #: protoize.c:1425
5489 #, c-format
5490 msgid "%s: %s: can't get status: %s\n"
5491 msgstr ""
5492
5493 #: protoize.c:1446
5494 #, c-format
5495 msgid ""
5496 "\n"
5497 "%s: fatal error: aux info file corrupted at line %d\n"
5498 msgstr ""
5499
5500 #: protoize.c:1782
5501 #, c-format
5502 msgid "%s:%d: declaration of function `%s' takes different forms\n"
5503 msgstr ""
5504
5505 #: protoize.c:2040
5506 #, c-format
5507 msgid "%s: compiling `%s'\n"
5508 msgstr ""
5509
5510 #: protoize.c:2063
5511 #, c-format
5512 msgid "%s: wait: %s\n"
5513 msgstr ""
5514
5515 #: protoize.c:2068
5516 #, c-format
5517 msgid "%s: subprocess got fatal signal %d\n"
5518 msgstr ""
5519
5520 #: protoize.c:2076
5521 #, c-format
5522 msgid "%s: %s exited with status %d\n"
5523 msgstr ""
5524
5525 #: protoize.c:2128
5526 #, c-format
5527 msgid "%s: warning: missing SYSCALLS file `%s'\n"
5528 msgstr ""
5529
5530 #: protoize.c:2137 protoize.c:2166
5531 #, c-format
5532 msgid "%s: can't read aux info file `%s': %s\n"
5533 msgstr ""
5534
5535 #: protoize.c:2182 protoize.c:2210
5536 #, c-format
5537 msgid "%s: can't get status of aux info file `%s': %s\n"
5538 msgstr ""
5539
5540 #: protoize.c:2238
5541 #, c-format
5542 msgid "%s: can't open aux info file `%s' for reading: %s\n"
5543 msgstr ""
5544
5545 #: protoize.c:2256
5546 #, c-format
5547 msgid "%s: error reading aux info file `%s': %s\n"
5548 msgstr ""
5549
5550 #: protoize.c:2269
5551 #, c-format
5552 msgid "%s: error closing aux info file `%s': %s\n"
5553 msgstr ""
5554
5555 #: protoize.c:2285
5556 #, c-format
5557 msgid "%s: can't delete aux info file `%s': %s\n"
5558 msgstr ""
5559
5560 #: protoize.c:2367 protoize.c:4369
5561 #, c-format
5562 msgid "%s: can't delete file `%s': %s\n"
5563 msgstr ""
5564
5565 #: protoize.c:2446
5566 #, c-format
5567 msgid "%s: warning: can't rename file `%s' to `%s': %s\n"
5568 msgstr ""
5569
5570 #: protoize.c:2571
5571 #, c-format
5572 msgid "%s: conflicting extern definitions of '%s'\n"
5573 msgstr ""
5574
5575 #: protoize.c:2575
5576 #, c-format
5577 msgid "%s: declarations of '%s' will not be converted\n"
5578 msgstr ""
5579
5580 #: protoize.c:2577
5581 #, c-format
5582 msgid "%s: conflict list for '%s' follows:\n"
5583 msgstr ""
5584
5585 #: protoize.c:2610
5586 #, c-format
5587 msgid "%s: warning: using formals list from %s(%d) for function `%s'\n"
5588 msgstr ""
5589
5590 #: protoize.c:2650
5591 #, c-format
5592 msgid "%s: %d: `%s' used but missing from SYSCALLS\n"
5593 msgstr ""
5594
5595 #: protoize.c:2656
5596 #, c-format
5597 msgid "%s: %d: warning: no extern definition for `%s'\n"
5598 msgstr ""
5599
5600 #: protoize.c:2687
5601 #, c-format
5602 msgid "%s: warning: no static definition for `%s' in file `%s'\n"
5603 msgstr ""
5604
5605 #: protoize.c:2693
5606 #, c-format
5607 msgid "%s: multiple static defs of `%s' in file `%s'\n"
5608 msgstr ""
5609
5610 #: protoize.c:2866 protoize.c:2869
5611 #, c-format
5612 msgid "%s: %d: warning: source too confusing\n"
5613 msgstr ""
5614
5615 #: protoize.c:3075
5616 #, c-format
5617 msgid "%s: %d: warning: varargs function declaration not converted\n"
5618 msgstr ""
5619
5620 #: protoize.c:3090
5621 #, c-format
5622 msgid "%s: declaration of function `%s' not converted\n"
5623 msgstr ""
5624
5625 #: protoize.c:3213
5626 #, c-format
5627 msgid "%s: warning: too many parameter lists in declaration of `%s'\n"
5628 msgstr ""
5629
5630 #: protoize.c:3234
5631 #, c-format
5632 msgid ""
5633 "\n"
5634 "%s: warning: too few parameter lists in declaration of `%s'\n"
5635 msgstr ""
5636
5637 #: protoize.c:3332
5638 #, c-format
5639 msgid "%s: %d: warning: found `%s' but expected `%s'\n"
5640 msgstr ""
5641
5642 #: protoize.c:3510
5643 #, c-format
5644 msgid "%s: local declaration for function `%s' not inserted\n"
5645 msgstr ""
5646
5647 #: protoize.c:3537
5648 #, c-format
5649 msgid ""
5650 "\n"
5651 "%s: %d: warning: can't add declaration of `%s' into macro call\n"
5652 msgstr ""
5653
5654 #: protoize.c:3611
5655 #, c-format
5656 msgid "%s: global declarations for file `%s' not inserted\n"
5657 msgstr ""
5658
5659 #: protoize.c:3702 protoize.c:3732
5660 #, c-format
5661 msgid "%s: definition of function `%s' not converted\n"
5662 msgstr ""
5663
5664 #: protoize.c:3721
5665 #, c-format
5666 msgid "%s: %d: warning: definition of %s not converted\n"
5667 msgstr ""
5668
5669 #: protoize.c:4051
5670 #, c-format
5671 msgid "%s: found definition of `%s' at %s(%d)\n"
5672 msgstr ""
5673
5674 #. If we make it here, then we did not know about this
5675 #. function definition.
5676 #: protoize.c:4067
5677 #, c-format
5678 msgid "%s: %d: warning: `%s' excluded by preprocessing\n"
5679 msgstr ""
5680
5681 #: protoize.c:4070
5682 #, c-format
5683 msgid "%s: function definition not converted\n"
5684 msgstr ""
5685
5686 #: protoize.c:4129
5687 #, c-format
5688 msgid "%s: `%s' not converted\n"
5689 msgstr ""
5690
5691 #: protoize.c:4137
5692 #, c-format
5693 msgid "%s: would convert file `%s'\n"
5694 msgstr ""
5695
5696 #: protoize.c:4140
5697 #, c-format
5698 msgid "%s: converting file `%s'\n"
5699 msgstr ""
5700
5701 #: protoize.c:4150
5702 #, c-format
5703 msgid "%s: can't get status for file `%s': %s\n"
5704 msgstr ""
5705
5706 #: protoize.c:4192
5707 #, c-format
5708 msgid "%s: can't open file `%s' for reading: %s\n"
5709 msgstr ""
5710
5711 #: protoize.c:4207
5712 #, c-format
5713 msgid ""
5714 "\n"
5715 "%s: error reading input file `%s': %s\n"
5716 msgstr ""
5717
5718 #: protoize.c:4241
5719 #, c-format
5720 msgid "%s: can't create/open clean file `%s': %s\n"
5721 msgstr ""
5722
5723 #: protoize.c:4346
5724 #, c-format
5725 msgid "%s: warning: file `%s' already saved in `%s'\n"
5726 msgstr ""
5727
5728 #: protoize.c:4354
5729 #, c-format
5730 msgid "%s: can't link file `%s' to `%s': %s\n"
5731 msgstr ""
5732
5733 #: protoize.c:4384
5734 #, c-format
5735 msgid "%s: can't create/open output file `%s': %s\n"
5736 msgstr ""
5737
5738 #: protoize.c:4417
5739 #, c-format
5740 msgid "%s: can't change mode of file `%s': %s\n"
5741 msgstr ""
5742
5743 #: protoize.c:4592
5744 #, c-format
5745 msgid "%s: cannot get working directory: %s\n"
5746 msgstr ""
5747
5748 #: protoize.c:4690
5749 #, c-format
5750 msgid "%s: input file names must have .c suffixes: %s\n"
5751 msgstr ""
5752
5753 #: real.c:816 real.c:993
5754 msgid "conversion from NaN to int"
5755 msgstr ""
5756
5757 #: real.c:839
5758 msgid "conversion from NaN to unsigned int"
5759 msgstr ""
5760
5761 #: real.c:2714
5762 msgid "floating point overflow"
5763 msgstr ""
5764
5765 #: real.c:4354 real.c:6633 real.c:6714
5766 msgid "overflow on truncation to integer"
5767 msgstr ""
5768
5769 #: real.c:4426
5770 msgid "overflow on truncation to unsigned integer"
5771 msgstr ""
5772
5773 #: real.c:5774
5774 #, c-format
5775 msgid "%s: argument domain error"
5776 msgstr ""
5777
5778 #: real.c:5775
5779 #, c-format
5780 msgid "%s: function singularity"
5781 msgstr ""
5782
5783 #: real.c:5776
5784 #, c-format
5785 msgid "%s: overflow range error"
5786 msgstr ""
5787
5788 #: real.c:5777
5789 #, c-format
5790 msgid "%s: underflow range error"
5791 msgstr ""
5792
5793 #: real.c:5778
5794 #, c-format
5795 msgid "%s: total loss of precision"
5796 msgstr ""
5797
5798 #: real.c:5779
5799 #, c-format
5800 msgid "%s: partial loss of precision"
5801 msgstr ""
5802
5803 #: real.c:5780
5804 #, c-format
5805 msgid "%s: NaN - producing operation"
5806 msgstr ""
5807
5808 #: reg-stack.c:675
5809 #, c-format
5810 msgid "Output constraint %d must specify a single register"
5811 msgstr ""
5812
5813 #: reg-stack.c:685
5814 #, c-format
5815 msgid "Output constraint %d cannot be specified together with \"%s\" clobber"
5816 msgstr ""
5817
5818 #: reg-stack.c:708
5819 msgid "Output regs must be grouped at top of stack"
5820 msgstr ""
5821
5822 #: reg-stack.c:745
5823 msgid "Implicitly popped regs must be grouped at top of stack"
5824 msgstr ""
5825
5826 #: reg-stack.c:764
5827 #, c-format
5828 msgid "Output operand %d must use `&' constraint"
5829 msgstr ""
5830
5831 #: regclass.c:758
5832 #, c-format
5833 msgid "can't use '%s' as a %s register"
5834 msgstr ""
5835
5836 #: config/ia64/ia64.c:3805 config/ia64/ia64.c:3812 regclass.c:773
5837 #, c-format
5838 msgid "unknown register name: %s"
5839 msgstr ""
5840
5841 #: regclass.c:784
5842 msgid "global register variable follows a function definition"
5843 msgstr ""
5844
5845 #: regclass.c:788
5846 msgid "register used for two global register variables"
5847 msgstr ""
5848
5849 #: regclass.c:793
5850 msgid "call-clobbered register used for global register variable"
5851 msgstr ""
5852
5853 #: reload.c:1207
5854 msgid "cannot reload integer constant operand in `asm'"
5855 msgstr ""
5856
5857 #: reload.c:1229
5858 msgid "impossible register constraint in `asm'"
5859 msgstr ""
5860
5861 #: reload.c:3377
5862 msgid "`&' constraint used with no register class"
5863 msgstr ""
5864
5865 #: reload.c:3533
5866 msgid "Unable to generate reloads for:"
5867 msgstr ""
5868
5869 #: reload.c:3534 reload.c:3748
5870 msgid "inconsistent operand constraints in an `asm'"
5871 msgstr ""
5872
5873 #: reload1.c:1235
5874 msgid "frame size too large for reliable stack checking"
5875 msgstr ""
5876
5877 #: reload1.c:1238
5878 msgid "try reducing the number of local variables"
5879 msgstr ""
5880
5881 #: reload1.c:1884
5882 #, c-format
5883 msgid "Can't find a register in class `%s' while reloading `asm'."
5884 msgstr ""
5885
5886 #: reload1.c:1888
5887 #, c-format
5888 msgid "Unable to find a register to spill in class `%s'."
5889 msgstr ""
5890
5891 #: reload1.c:1890
5892 msgid "This is the insn:"
5893 msgstr ""
5894
5895 #: reload1.c:3906
5896 msgid "`asm' operand requires impossible reload"
5897 msgstr ""
5898
5899 #. It's the compiler's fault.
5900 #: reload1.c:5022
5901 msgid "Could not find a spill register"
5902 msgstr ""
5903
5904 #: reload1.c:5027
5905 msgid "`asm' operand constraint incompatible with operand size"
5906 msgstr ""
5907
5908 #. It's the compiler's fault.
5909 #: reload1.c:6618
5910 msgid "VOIDmode on an output"
5911 msgstr ""
5912
5913 #: reload1.c:6619
5914 msgid "output operand is constant in `asm'"
5915 msgstr ""
5916
5917 #: rtl-error.c:139
5918 msgid "Unrecognizable insn:"
5919 msgstr ""
5920
5921 #: rtl-error.c:141
5922 msgid "Insn does not satisfy its constraints:"
5923 msgstr ""
5924
5925 #: rtl.c:705
5926 #, c-format
5927 msgid "RTL check: access of elt %d of `%s' with last elt %d in %s, at %s:%d"
5928 msgstr ""
5929
5930 #: rtl.c:720
5931 #, c-format
5932 msgid ""
5933 "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
5934 msgstr ""
5935
5936 #: rtl.c:736
5937 #, c-format
5938 msgid ""
5939 "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %"
5940 "s:%d"
5941 msgstr ""
5942
5943 #: rtl.c:749
5944 #, c-format
5945 msgid "RTL check: expected code `%s', have `%s' in %s, at %s:%d"
5946 msgstr ""
5947
5948 #: rtl.c:763
5949 #, c-format
5950 msgid "RTL check: expected code `%s' or `%s', have `%s' in %s, at %s:%d"
5951 msgstr ""
5952
5953 #: rtl.c:778
5954 #, c-format
5955 msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
5956 msgstr ""
5957
5958 #: stmt.c:929
5959 #, c-format
5960 msgid "jump to `%s' invalidly jumps into binding contour"
5961 msgstr ""
5962
5963 #: stmt.c:1165 stmt.c:3834
5964 #, c-format
5965 msgid "label `%s' used before containing binding contour"
5966 msgstr ""
5967
5968 #: stmt.c:1295 stmt.c:1508
5969 msgid "`asm' cannot be used in function where memory usage is checked"
5970 msgstr ""
5971
5972 #: stmt.c:1356
5973 msgid "output operand constraint lacks `='"
5974 msgstr ""
5975
5976 #: stmt.c:1371
5977 #, c-format
5978 msgid "output constraint `%c' for operand %d is not at the beginning"
5979 msgstr ""
5980
5981 #: stmt.c:1393
5982 msgid "operand constraint contains '+' or '=' at illegal position."
5983 msgstr ""
5984
5985 #: stmt.c:1399 stmt.c:1689
5986 #, c-format
5987 msgid "`%%' constraint used with last operand"
5988 msgstr ""
5989
5990 #: stmt.c:1418
5991 msgid "matching constraint not valid in output operand"
5992 msgstr ""
5993
5994 #: stmt.c:1539
5995 #, c-format
5996 msgid "unknown register name `%s' in `asm'"
5997 msgstr ""
5998
5999 #: stmt.c:1597
6000 #, c-format
6001 msgid "output number %d not directly addressable"
6002 msgstr ""
6003
6004 #: stmt.c:1625
6005 #, c-format
6006 msgid "more than %d operands in `asm'"
6007 msgstr ""
6008
6009 #: stmt.c:1663
6010 #, c-format
6011 msgid "hard register `%s' listed as input operand to `asm'"
6012 msgstr ""
6013
6014 #: stmt.c:1679
6015 #, c-format
6016 msgid "input operand constraint contains `%c'"
6017 msgstr ""
6018
6019 #: stmt.c:1720
6020 msgid "matching constraint references invalid operand number"
6021 msgstr ""
6022
6023 #: stmt.c:1751
6024 #, c-format
6025 msgid "invalid punctuation `%c' in constraint"
6026 msgstr ""
6027
6028 #. ??? Leave this only until we have experience with what
6029 #. happens in combine and elsewhere when constraints are
6030 #. not satisfied.
6031 #: stmt.c:1785 stmt.c:1815
6032 #, c-format
6033 msgid "asm operand %d probably doesn't match constraints"
6034 msgstr ""
6035
6036 #: stmt.c:1961
6037 msgid "too many alternatives in `asm'"
6038 msgstr ""
6039
6040 #: stmt.c:1973
6041 msgid "operand constraints for `asm' differ in number of alternatives"
6042 msgstr ""
6043
6044 #: stmt.c:2026
6045 #, c-format
6046 msgid "duplicate asm operand name '%s'"
6047 msgstr ""
6048
6049 #: stmt.c:2105
6050 msgid "missing close brace for named operand"
6051 msgstr ""
6052
6053 #: stmt.c:2125
6054 #, c-format
6055 msgid "undefined named operand '%s'"
6056 msgstr ""
6057
6058 #: stmt.c:3771
6059 #, c-format
6060 msgid "unused variable `%s'"
6061 msgstr ""
6062
6063 #: stmt.c:5236
6064 #, c-format
6065 msgid "enumeration value `%s' not handled in switch"
6066 msgstr ""
6067
6068 #: stmt.c:5262 stmt.c:5282
6069 #, c-format
6070 msgid "case value `%ld' not in enumerated type"
6071 msgstr ""
6072
6073 #: stmt.c:5265 stmt.c:5285
6074 #, c-format
6075 msgid "case value `%ld' not in enumerated type `%s'"
6076 msgstr ""
6077
6078 #: stor-layout.c:164
6079 msgid "type size can't be explicitly evaluated"
6080 msgstr ""
6081
6082 #: stor-layout.c:166
6083 msgid "variable-size type declared outside of any function"
6084 msgstr ""
6085
6086 #: stor-layout.c:439
6087 #, c-format
6088 msgid "size of `%s' is %d bytes"
6089 msgstr ""
6090
6091 #: stor-layout.c:441
6092 #, c-format
6093 msgid "size of `%s' is larger than %d bytes"
6094 msgstr ""
6095
6096 #: stor-layout.c:816 stor-layout.c:1069
6097 #, c-format
6098 msgid "packed attribute causes inefficient alignment for `%s'"
6099 msgstr ""
6100
6101 #: stor-layout.c:818 stor-layout.c:1071
6102 #, c-format
6103 msgid "packed attribute is unnecessary for `%s'"
6104 msgstr ""
6105
6106 #: stor-layout.c:833
6107 #, c-format
6108 msgid "padding struct to align `%s'"
6109 msgstr ""
6110
6111 #: stor-layout.c:1033
6112 msgid "padding struct size to alignment boundary"
6113 msgstr ""
6114
6115 #: stor-layout.c:1076
6116 msgid "packed attribute causes inefficient alignment"
6117 msgstr ""
6118
6119 #: stor-layout.c:1078
6120 msgid "packed attribute is unnecessary"
6121 msgstr ""
6122
6123 #: timevar.c:447
6124 msgid ""
6125 "\n"
6126 "Execution times (seconds)\n"
6127 msgstr ""
6128
6129 #. Print total time.
6130 #: timevar.c:497
6131 msgid " TOTAL :"
6132 msgstr ""
6133
6134 #: timevar.c:533
6135 #, c-format
6136 msgid "time in %s: %ld.%06ld (%ld%%)\n"
6137 msgstr ""
6138
6139 #: tlink.c:428
6140 #, c-format
6141 msgid "collect: reading %s\n"
6142 msgstr ""
6143
6144 #: tlink.c:532
6145 #, c-format
6146 msgid "collect: recompiling %s\n"
6147 msgstr ""
6148
6149 #: tlink.c:698
6150 #, c-format
6151 msgid "collect: tweaking %s in %s\n"
6152 msgstr ""
6153
6154 #: tlink.c:745
6155 msgid "collect: relinking\n"
6156 msgstr ""
6157
6158 #: tlink.c:754
6159 #, c-format
6160 msgid "ld returned %d exit status"
6161 msgstr ""
6162
6163 #: toplev.c:946
6164 msgid "Generate debugging info in default format"
6165 msgstr ""
6166
6167 #: toplev.c:947
6168 msgid "Generate debugging info in default extended format"
6169 msgstr ""
6170
6171 #: toplev.c:949
6172 msgid "Generate STABS format debug info"
6173 msgstr ""
6174
6175 #: toplev.c:950
6176 msgid "Generate extended STABS format debug info"
6177 msgstr ""
6178
6179 #: toplev.c:953
6180 msgid "Generate DWARF-1 format debug info"
6181 msgstr ""
6182
6183 #: toplev.c:955
6184 msgid "Generate extended DWARF-1 format debug info"
6185 msgstr ""
6186
6187 #: toplev.c:958
6188 msgid "Generate DWARF-2 debug info"
6189 msgstr ""
6190
6191 #: toplev.c:961
6192 msgid "Generate XCOFF format debug info"
6193 msgstr ""
6194
6195 #: toplev.c:962
6196 msgid "Generate extended XCOFF format debug info"
6197 msgstr ""
6198
6199 #: toplev.c:965
6200 msgid "Generate COFF format debug info"
6201 msgstr ""
6202
6203 #: toplev.c:1009
6204 msgid "Perform DWARF2 duplicate elimination"
6205 msgstr ""
6206
6207 #: toplev.c:1011
6208 msgid "Do not store floats in registers"
6209 msgstr ""
6210
6211 #: toplev.c:1013
6212 msgid "Consider all mem refs through pointers as volatile"
6213 msgstr ""
6214
6215 #: toplev.c:1015
6216 msgid "Consider all mem refs to global data to be volatile"
6217 msgstr ""
6218
6219 #: toplev.c:1017
6220 msgid "Consider all mem refs to static data to be volatile"
6221 msgstr ""
6222
6223 #: toplev.c:1019
6224 msgid "Defer popping functions args from stack until later"
6225 msgstr ""
6226
6227 #: toplev.c:1021
6228 msgid "When possible do not generate stack frames"
6229 msgstr ""
6230
6231 #: toplev.c:1023
6232 msgid "Optimize sibling and tail recursive calls"
6233 msgstr ""
6234
6235 #: toplev.c:1025
6236 msgid "When running CSE, follow jumps to their targets"
6237 msgstr ""
6238
6239 #: toplev.c:1027
6240 msgid "When running CSE, follow conditional jumps"
6241 msgstr ""
6242
6243 #: toplev.c:1029
6244 msgid "Perform a number of minor, expensive optimisations"
6245 msgstr ""
6246
6247 #: toplev.c:1031
6248 msgid "Perform jump threading optimisations"
6249 msgstr ""
6250
6251 #: toplev.c:1033
6252 msgid "Perform strength reduction optimisations"
6253 msgstr ""
6254
6255 #: toplev.c:1035
6256 msgid "Perform loop unrolling when iteration count is known"
6257 msgstr ""
6258
6259 #: toplev.c:1037
6260 msgid "Perform loop unrolling for all loops"
6261 msgstr ""
6262
6263 #: toplev.c:1039
6264 msgid "Force all loop invariant computations out of loops"
6265 msgstr ""
6266
6267 #: toplev.c:1041
6268 msgid "Strength reduce all loop general induction variables"
6269 msgstr ""
6270
6271 #: toplev.c:1043
6272 msgid "Store strings in writable data section"
6273 msgstr ""
6274
6275 #: toplev.c:1045
6276 msgid "Enable machine specific peephole optimisations"
6277 msgstr ""
6278
6279 #: toplev.c:1047
6280 msgid "Copy memory operands into registers before using"
6281 msgstr ""
6282
6283 #: toplev.c:1049
6284 msgid "Copy memory address constants into regs before using"
6285 msgstr ""
6286
6287 #: toplev.c:1051
6288 msgid "Allow function addresses to be held in registers"
6289 msgstr ""
6290
6291 #: toplev.c:1053
6292 msgid "Integrate simple functions into their callers"
6293 msgstr ""
6294
6295 #: toplev.c:1055
6296 msgid "Generate code for funcs even if they are fully inlined"
6297 msgstr ""
6298
6299 #: toplev.c:1057
6300 msgid "Pay attention to the 'inline' keyword"
6301 msgstr ""
6302
6303 #: toplev.c:1059
6304 msgid "Emit static const variables even if they are not used"
6305 msgstr ""
6306
6307 #: toplev.c:1061
6308 msgid "Check for syntax errors, then stop"
6309 msgstr ""
6310
6311 #: toplev.c:1063
6312 msgid "Mark data as shared rather than private"
6313 msgstr ""
6314
6315 #: toplev.c:1065
6316 msgid "Enable saving registers around function calls"
6317 msgstr ""
6318
6319 #: toplev.c:1067
6320 msgid "Return 'short' aggregates in memory, not registers"
6321 msgstr ""
6322
6323 #: toplev.c:1069
6324 msgid "Return 'short' aggregates in registers"
6325 msgstr ""
6326
6327 #: toplev.c:1071
6328 msgid "Attempt to fill delay slots of branch instructions"
6329 msgstr ""
6330
6331 #: toplev.c:1073
6332 msgid "Perform the global common subexpression elimination"
6333 msgstr ""
6334
6335 #: toplev.c:1075
6336 msgid "Perform enhanced load motion during global subexpression elimination"
6337 msgstr ""
6338
6339 #: toplev.c:1077
6340 msgid "Perform store motion after global subexpression elimination"
6341 msgstr ""
6342
6343 #: toplev.c:1079
6344 msgid "Run CSE pass after loop optimisations"
6345 msgstr ""
6346
6347 #: toplev.c:1081
6348 msgid "Run the loop optimiser twice"
6349 msgstr ""
6350
6351 #: toplev.c:1083
6352 msgid "Delete useless null pointer checks"
6353 msgstr ""
6354
6355 #: toplev.c:1085
6356 msgid "Pretend that host and target use the same FP format"
6357 msgstr ""
6358
6359 #: toplev.c:1087
6360 msgid "Reschedule instructions before register allocation"
6361 msgstr ""
6362
6363 #: toplev.c:1089
6364 msgid "Reschedule instructions after register allocation"
6365 msgstr ""
6366
6367 #: toplev.c:1091
6368 msgid "Enable scheduling across basic blocks"
6369 msgstr ""
6370
6371 #: toplev.c:1093
6372 msgid "Allow speculative motion of non-loads"
6373 msgstr ""
6374
6375 #: toplev.c:1095
6376 msgid "Allow speculative motion of some loads"
6377 msgstr ""
6378
6379 #: toplev.c:1097
6380 msgid "Allow speculative motion of more loads"
6381 msgstr ""
6382
6383 #: toplev.c:1099
6384 msgid "Replace add,compare,branch with branch on count reg"
6385 msgstr ""
6386
6387 #: toplev.c:1101
6388 msgid "Generate position independent code, if possible"
6389 msgstr ""
6390
6391 #: toplev.c:1104
6392 msgid "Enable exception handling"
6393 msgstr ""
6394
6395 #: toplev.c:1106
6396 msgid "Just generate unwind tables for exception handling"
6397 msgstr ""
6398
6399 #: toplev.c:1108
6400 msgid "Generate unwind tables exact at each instruction boundary"
6401 msgstr ""
6402
6403 #: toplev.c:1110
6404 msgid "Support synchronous non-call exceptions"
6405 msgstr ""
6406
6407 #: toplev.c:1112
6408 msgid "Insert arc based program profiling code"
6409 msgstr ""
6410
6411 #: toplev.c:1114
6412 msgid "Create data files needed by gcov"
6413 msgstr ""
6414
6415 #: toplev.c:1116
6416 msgid "Use profiling information for branch probabilities"
6417 msgstr ""
6418
6419 #: toplev.c:1118
6420 msgid "Reorder basic blocks to improve code placement"
6421 msgstr ""
6422
6423 #: toplev.c:1120
6424 msgid "Do the register renaming optimization pass"
6425 msgstr ""
6426
6427 #: toplev.c:1122
6428 msgid "Do not put uninitialized globals in the common section"
6429 msgstr ""
6430
6431 #: toplev.c:1124
6432 msgid "Do not generate .size directives"
6433 msgstr ""
6434
6435 #: toplev.c:1126
6436 msgid "place each function into its own section"
6437 msgstr ""
6438
6439 #: toplev.c:1128
6440 msgid "place data items into their own section"
6441 msgstr ""
6442
6443 #: toplev.c:1130
6444 msgid "Add extra commentry to assembler output"
6445 msgstr ""
6446
6447 #: toplev.c:1132
6448 msgid "Output GNU ld formatted global initialisers"
6449 msgstr ""
6450
6451 #: toplev.c:1134
6452 msgid "Enables a register move optimisation"
6453 msgstr ""
6454
6455 #: toplev.c:1136
6456 msgid "Do the full regmove optimization pass"
6457 msgstr ""
6458
6459 #: toplev.c:1138
6460 msgid "Pack structure members together without holes"
6461 msgstr ""
6462
6463 #: toplev.c:1140
6464 msgid "Insert stack checking code into the program"
6465 msgstr ""
6466
6467 #: toplev.c:1142
6468 msgid "Specify that arguments may alias each other & globals"
6469 msgstr ""
6470
6471 #: toplev.c:1144
6472 msgid "Assume arguments may alias globals but not each other"
6473 msgstr ""
6474
6475 #: toplev.c:1146
6476 msgid "Assume arguments do not alias each other or globals"
6477 msgstr ""
6478
6479 #: toplev.c:1148
6480 msgid "Assume strict aliasing rules apply"
6481 msgstr ""
6482
6483 #: toplev.c:1150
6484 msgid "Align the start of loops"
6485 msgstr ""
6486
6487 #: toplev.c:1152
6488 msgid "Align labels which are only reached by jumping"
6489 msgstr ""
6490
6491 #: toplev.c:1154
6492 msgid "Align all labels"
6493 msgstr ""
6494
6495 #: toplev.c:1156
6496 msgid "Align the start of functions"
6497 msgstr ""
6498
6499 #: toplev.c:1158
6500 msgid "Attempt to merge identical constants accross compilation units"
6501 msgstr ""
6502
6503 #: toplev.c:1160
6504 msgid "Attempt to merge identical constants and constant variables"
6505 msgstr ""
6506
6507 #: toplev.c:1162
6508 msgid "Generate code to check every memory access"
6509 msgstr ""
6510
6511 #: toplev.c:1164
6512 msgid "Add a prefix to all function names"
6513 msgstr ""
6514
6515 #: toplev.c:1166
6516 msgid ""
6517 "Suppress output of instruction numbers and line number notes in debugging "
6518 "dumps"
6519 msgstr ""
6520
6521 #: toplev.c:1168
6522 msgid "Instrument function entry/exit with profiling calls"
6523 msgstr ""
6524
6525 #: toplev.c:1170
6526 msgid "Enable SSA optimizations"
6527 msgstr ""
6528
6529 #: toplev.c:1172
6530 msgid "Enable SSA conditonal constant propagation"
6531 msgstr ""
6532
6533 #: toplev.c:1174
6534 msgid "Enable aggressive SSA dead code elimination"
6535 msgstr ""
6536
6537 #: toplev.c:1176
6538 msgid "External symbols have a leading underscore"
6539 msgstr ""
6540
6541 #: toplev.c:1178
6542 msgid "Process #ident directives"
6543 msgstr ""
6544
6545 #: toplev.c:1180
6546 msgid "Enables an rtl peephole pass run before sched2"
6547 msgstr ""
6548
6549 #: toplev.c:1182
6550 msgid "Enables guessing of branch probabilities"
6551 msgstr ""
6552
6553 #: toplev.c:1184
6554 msgid "Set errno after built-in math functions"
6555 msgstr ""
6556
6557 #: toplev.c:1186
6558 msgid "Floating-point operations can trap"
6559 msgstr ""
6560
6561 #: toplev.c:1188
6562 msgid "Allow math optimizations that may violate IEEE or ANSI standards"
6563 msgstr ""
6564
6565 #: toplev.c:1190
6566 msgid "Compile pointers as triples: value, base & end"
6567 msgstr ""
6568
6569 #: toplev.c:1192
6570 msgid "Generate code to check bounds before dereferencing pointers and arrays"
6571 msgstr ""
6572
6573 #: toplev.c:1194
6574 msgid "Convert floating point constant to single precision constant"
6575 msgstr ""
6576
6577 #: toplev.c:1196
6578 msgid "Report time taken by each compiler pass at end of run"
6579 msgstr ""
6580
6581 #: toplev.c:1198
6582 msgid "Report on permanent memory allocation at end of run"
6583 msgstr ""
6584
6585 #: toplev.c:1200
6586 msgid "Trap for signed overflow in addition / subtraction / multiplication."
6587 msgstr ""
6588
6589 #: toplev.c:1217
6590 msgid "Compile just for ISO C89"
6591 msgstr ""
6592
6593 #: toplev.c:1219
6594 msgid "Do not promote floats to double if using -traditional"
6595 msgstr ""
6596
6597 #: toplev.c:1221
6598 msgid "Determine language standard"
6599 msgstr ""
6600
6601 #: toplev.c:1225
6602 msgid "Make bitfields by unsigned by default"
6603 msgstr ""
6604
6605 #: toplev.c:1229
6606 msgid "Make 'char' be signed by default"
6607 msgstr ""
6608
6609 #: toplev.c:1231
6610 msgid "Make 'char' be unsigned by default"
6611 msgstr ""
6612
6613 #: toplev.c:1237
6614 msgid "Attempt to support traditional K&R style C"
6615 msgstr ""
6616
6617 #: toplev.c:1243
6618 msgid "Do not recognise the 'asm' keyword"
6619 msgstr ""
6620
6621 #: toplev.c:1246
6622 msgid "Do not recognise any built in functions"
6623 msgstr ""
6624
6625 #: toplev.c:1248
6626 msgid "Assume normal C execution environment"
6627 msgstr ""
6628
6629 #: toplev.c:1251
6630 msgid "Assume that standard libraries & main might not exist"
6631 msgstr ""
6632
6633 #: toplev.c:1254
6634 msgid "Allow different types as args of ? operator"
6635 msgstr ""
6636
6637 #: toplev.c:1257
6638 msgid "Allow the use of $ inside identifiers"
6639 msgstr ""
6640
6641 #: toplev.c:1262
6642 msgid "Use the same size for double as for float"
6643 msgstr ""
6644
6645 #: toplev.c:1265
6646 msgid "Use the smallest fitting integer to hold enums"
6647 msgstr ""
6648
6649 #: toplev.c:1268
6650 msgid "Override the underlying type for wchar_t to `unsigned short'"
6651 msgstr ""
6652
6653 #: toplev.c:1272
6654 msgid "Enable most warning messages"
6655 msgstr ""
6656
6657 #: toplev.c:1274
6658 msgid "Warn about casting functions to incompatible types"
6659 msgstr ""
6660
6661 #: toplev.c:1278
6662 msgid "Warn about functions which might be candidates for format attributes"
6663 msgstr ""
6664
6665 #: toplev.c:1281
6666 msgid "Warn about casts which discard qualifiers"
6667 msgstr ""
6668
6669 #: toplev.c:1284
6670 msgid "Warn about subscripts whose type is 'char'"
6671 msgstr ""
6672
6673 #: toplev.c:1287 toplev.c:1290
6674 msgid "Warn if nested comments are detected"
6675 msgstr ""
6676
6677 #: toplev.c:1293
6678 msgid "Warn about possibly confusing type conversions"
6679 msgstr ""
6680
6681 #: toplev.c:1296
6682 msgid "Warn about printf/scanf/strftime/strfmon format anomalies"
6683 msgstr ""
6684
6685 #: toplev.c:1300
6686 msgid "Don't warn about strftime formats yielding 2 digit years"
6687 msgstr ""
6688
6689 #: toplev.c:1303
6690 msgid "Don't warn about too many arguments to format functions"
6691 msgstr ""
6692
6693 #: toplev.c:1305
6694 msgid "Warn about non-string-literal format strings"
6695 msgstr ""
6696
6697 #: toplev.c:1308
6698 msgid "Warn about possible security problems with format functions"
6699 msgstr ""
6700
6701 #: toplev.c:1311
6702 msgid "Warn about implicit function declarations"
6703 msgstr ""
6704
6705 #: toplev.c:1315
6706 msgid "Warn when a declaration does not specify a type"
6707 msgstr ""
6708
6709 #: toplev.c:1320
6710 msgid "Warn about the use of the #import directive"
6711 msgstr ""
6712
6713 #: toplev.c:1324
6714 msgid "Do not warn about using 'long long' when -pedantic"
6715 msgstr ""
6716
6717 #: toplev.c:1326
6718 msgid "Warn about suspicious declarations of main"
6719 msgstr ""
6720
6721 #: toplev.c:1329
6722 msgid "Warn about possibly missing braces around initialisers"
6723 msgstr ""
6724
6725 #: toplev.c:1332
6726 msgid "Warn about global funcs without previous declarations"
6727 msgstr ""
6728
6729 #: toplev.c:1335
6730 msgid "Warn about global funcs without prototypes"
6731 msgstr ""
6732
6733 #: toplev.c:1338
6734 msgid "Warn about use of multicharacter literals"
6735 msgstr ""
6736
6737 #: toplev.c:1341
6738 msgid "Warn about externs not at file scope level"
6739 msgstr ""
6740
6741 #: toplev.c:1344
6742 msgid "Warn about possible missing parentheses"
6743 msgstr ""
6744
6745 #: toplev.c:1347
6746 msgid "Warn about possible violations of sequence point rules"
6747 msgstr ""
6748
6749 #: toplev.c:1350
6750 msgid "Warn about function pointer arithmetic"
6751 msgstr ""
6752
6753 #: toplev.c:1353
6754 msgid "Warn about multiple declarations of the same object"
6755 msgstr ""
6756
6757 #: toplev.c:1356
6758 msgid "Warn about signed/unsigned comparisons"
6759 msgstr ""
6760
6761 #: toplev.c:1359
6762 msgid "Warn about testing equality of floating point numbers"
6763 msgstr ""
6764
6765 #: toplev.c:1362
6766 msgid "Warn about unrecognized pragmas"
6767 msgstr ""
6768
6769 #: toplev.c:1365
6770 msgid "Warn about non-prototyped function decls"
6771 msgstr ""
6772
6773 #: toplev.c:1368
6774 msgid "Warn about constructs whose meaning change in ISO C"
6775 msgstr ""
6776
6777 #: toplev.c:1371
6778 msgid "Warn when trigraphs are encountered"
6779 msgstr ""
6780
6781 #: toplev.c:1376
6782 msgid "Mark strings as 'const char *'"
6783 msgstr ""
6784
6785 #: toplev.c:1518
6786 msgid "Warn when a function is unused"
6787 msgstr ""
6788
6789 #: toplev.c:1520
6790 msgid "Warn when a label is unused"
6791 msgstr ""
6792
6793 #: toplev.c:1522
6794 msgid "Warn when a function parameter is unused"
6795 msgstr ""
6796
6797 #: toplev.c:1524
6798 msgid "Warn when a variable is unused"
6799 msgstr ""
6800
6801 #: toplev.c:1526
6802 msgid "Warn when an expression value is unused"
6803 msgstr ""
6804
6805 #: toplev.c:1528
6806 msgid "Do not suppress warnings from system headers"
6807 msgstr ""
6808
6809 #: toplev.c:1530
6810 msgid "Treat all warnings as errors"
6811 msgstr ""
6812
6813 #: toplev.c:1532
6814 msgid "Warn when one local variable shadows another"
6815 msgstr ""
6816
6817 #: toplev.c:1534
6818 msgid "Warn about enumerated switches missing a specific case"
6819 msgstr ""
6820
6821 #: toplev.c:1536
6822 msgid "Warn about returning structures, unions or arrays"
6823 msgstr ""
6824
6825 #: toplev.c:1538
6826 msgid "Warn about pointer casts which increase alignment"
6827 msgstr ""
6828
6829 #: toplev.c:1540
6830 msgid "Warn about code that will never be executed"
6831 msgstr ""
6832
6833 #: toplev.c:1542
6834 msgid "Warn about uninitialized automatic variables"
6835 msgstr ""
6836
6837 #: toplev.c:1544
6838 msgid "Warn when an inlined function cannot be inlined"
6839 msgstr ""
6840
6841 #: toplev.c:1546
6842 msgid "Warn when the packed attribute has no effect on struct layout"
6843 msgstr ""
6844
6845 #: toplev.c:1548
6846 msgid "Warn when padding is required to align struct members"
6847 msgstr ""
6848
6849 #: toplev.c:1550
6850 msgid "Warn when an optimization pass is disabled"
6851 msgstr ""
6852
6853 #: toplev.c:1552
6854 msgid "Warn about functions which might be candidates for attribute noreturn"
6855 msgstr ""
6856
6857 #: toplev.c:1606 toplev.c:4994 tradcpp.c:779
6858 #, c-format
6859 msgid "Invalid option `%s'"
6860 msgstr ""
6861
6862 #: toplev.c:1752
6863 #, c-format
6864 msgid "Internal error: %s"
6865 msgstr ""
6866
6867 #: toplev.c:2052
6868 #, c-format
6869 msgid "`%s' used but never defined"
6870 msgstr ""
6871
6872 #: toplev.c:2055
6873 #, c-format
6874 msgid "`%s' declared `static' but never defined"
6875 msgstr ""
6876
6877 #: toplev.c:2077
6878 #, c-format
6879 msgid "`%s' defined but not used"
6880 msgstr ""
6881
6882 #: toplev.c:2176
6883 #, c-format
6884 msgid "can't open %s for writing"
6885 msgstr ""
6886
6887 #: toplev.c:2295
6888 msgid "-ffunction-sections not supported for this target."
6889 msgstr ""
6890
6891 #: toplev.c:2300
6892 msgid "-fdata-sections not supported for this target."
6893 msgstr ""
6894
6895 #: toplev.c:2308
6896 msgid "-ffunction-sections disabled; it makes profiling impossible."
6897 msgstr ""
6898
6899 #: toplev.c:2314
6900 msgid "-ffunction-sections may affect debugging on some targets."
6901 msgstr ""
6902
6903 #: toplev.c:2459
6904 #, c-format
6905 msgid "error writing to %s"
6906 msgstr ""
6907
6908 #: java/jcf-parse.c:989 toplev.c:2461
6909 #, c-format
6910 msgid "error closing %s"
6911 msgstr ""
6912
6913 #: toplev.c:2555
6914 #, c-format
6915 msgid "invalid register name `%s' for register variable"
6916 msgstr ""
6917
6918 #: toplev.c:3823
6919 msgid ""
6920 " -ffixed-<register> Mark <register> as being unavailable to the "
6921 "compiler\n"
6922 msgstr ""
6923
6924 #: toplev.c:3824
6925 msgid ""
6926 " -fcall-used-<register> Mark <register> as being corrupted by function "
6927 "calls\n"
6928 msgstr ""
6929
6930 #: toplev.c:3825
6931 msgid ""
6932 " -fcall-saved-<register> Mark <register> as being preserved across "
6933 "functions\n"
6934 msgstr ""
6935
6936 #: toplev.c:3826
6937 msgid ""
6938 " -finline-limit=<number> Limits the size of inlined functions to <number>\n"
6939 msgstr ""
6940
6941 #: toplev.c:3827
6942 msgid ""
6943 " -fmessage-length=<number> Limits diagnostics messages lengths to <number> "
6944 "characters per line. 0 suppresses line-wrapping\n"
6945 msgstr ""
6946
6947 #: toplev.c:3828
6948 msgid ""
6949 " -fdiagnostics-show-location=[once | every-line] Indicates how often source "
6950 "location information should be emitted, as prefix, at the beginning of "
6951 "diagnostics when line-wrapping\n"
6952 msgstr ""
6953
6954 #: toplev.c:3839
6955 msgid " -O[number] Set optimisation level to [number]\n"
6956 msgstr ""
6957
6958 #: toplev.c:3840
6959 msgid " -Os Optimise for space rather than speed\n"
6960 msgstr ""
6961
6962 #: toplev.c:3852
6963 msgid ""
6964 " -pedantic Issue warnings needed by strict compliance to ISO "
6965 "C\n"
6966 msgstr ""
6967
6968 #: toplev.c:3853
6969 msgid ""
6970 " -pedantic-errors Like -pedantic except that errors are produced\n"
6971 msgstr ""
6972
6973 #: toplev.c:3854
6974 msgid " -w Suppress warnings\n"
6975 msgstr ""
6976
6977 #: toplev.c:3855
6978 msgid " -W Enable extra warnings\n"
6979 msgstr ""
6980
6981 #: toplev.c:3866
6982 msgid " -Wunused Enable unused warnings\n"
6983 msgstr ""
6984
6985 #: toplev.c:3867
6986 msgid ""
6987 " -Wlarger-than-<number> Warn if an object is larger than <number> bytes\n"
6988 msgstr ""
6989
6990 #: toplev.c:3868
6991 msgid " -p Enable function profiling\n"
6992 msgstr ""
6993
6994 #: toplev.c:3870
6995 msgid " -a Enable block profiling \n"
6996 msgstr ""
6997
6998 #: toplev.c:3873
6999 msgid " -ax Enable jump profiling \n"
7000 msgstr ""
7001
7002 #: toplev.c:3875
7003 msgid " -o <file> Place output into <file> \n"
7004 msgstr ""
7005
7006 #: toplev.c:3876
7007 msgid ""
7008 " -G <number> Put global and static data smaller than <number>\n"
7009 " bytes into a special section (on some targets)\n"
7010 msgstr ""
7011
7012 #: toplev.c:3887
7013 msgid " -aux-info <file> Emit declaration info into <file>\n"
7014 msgstr ""
7015
7016 #: toplev.c:3888
7017 msgid ""
7018 " -quiet Do not display functions compiled or elapsed time\n"
7019 msgstr ""
7020
7021 #: toplev.c:3889
7022 msgid " -version Display the compiler's version\n"
7023 msgstr ""
7024
7025 #: toplev.c:3890
7026 msgid ""
7027 " -d[letters] Enable dumps from specific passes of the compiler\n"
7028 msgstr ""
7029
7030 #: toplev.c:3891
7031 msgid ""
7032 " -dumpbase <file> Base name to be used for dumps from specific "
7033 "passes\n"
7034 msgstr ""
7035
7036 #: toplev.c:3893
7037 msgid " -fsched-verbose=<number> Set the verbosity level of the scheduler\n"
7038 msgstr ""
7039
7040 #: toplev.c:3895
7041 msgid " --help Display this information\n"
7042 msgstr ""
7043
7044 #: toplev.c:3910
7045 msgid ""
7046 "\n"
7047 "Language specific options:\n"
7048 msgstr ""
7049
7050 #: toplev.c:3922
7051 #, c-format
7052 msgid " %-23.23s [undocumented]\n"
7053 msgstr ""
7054
7055 #: toplev.c:3930 toplev.c:3944
7056 #, c-format
7057 msgid ""
7058 "\n"
7059 "There are undocumented %s specific options as well.\n"
7060 msgstr ""
7061
7062 #: toplev.c:3934
7063 #, c-format
7064 msgid ""
7065 "\n"
7066 " Options for %s:\n"
7067 msgstr ""
7068
7069 #: toplev.c:3965
7070 msgid ""
7071 "\n"
7072 "Target specific options:\n"
7073 msgstr ""
7074
7075 #: toplev.c:3979 toplev.c:3998
7076 #, c-format
7077 msgid " -m%-23.23s [undocumented]\n"
7078 msgstr ""
7079
7080 #: toplev.c:4007
7081 msgid ""
7082 "\n"
7083 "There are undocumented target specific options as well.\n"
7084 msgstr ""
7085
7086 #: toplev.c:4009
7087 msgid " They exist, but they are not documented.\n"
7088 msgstr ""
7089
7090 #: toplev.c:4062
7091 #, c-format
7092 msgid "unrecognized gcc debugging option: %c"
7093 msgstr ""
7094
7095 #: toplev.c:4132
7096 #, c-format
7097 msgid "unrecognized register name `%s'"
7098 msgstr ""
7099
7100 #: toplev.c:4157 toplev.c:4830
7101 #, c-format
7102 msgid "Unrecognized option `%s'"
7103 msgstr ""
7104
7105 #: toplev.c:4201
7106 msgid "-Wid-clash-LEN is no longer supported"
7107 msgstr ""
7108
7109 #: toplev.c:4278
7110 #, c-format
7111 msgid "use -gdwarf -g%d for DWARF v1, level %d"
7112 msgstr ""
7113
7114 #: toplev.c:4281
7115 msgid "use -gdwarf-2 for DWARF v2"
7116 msgstr ""
7117
7118 #: toplev.c:4286
7119 #, c-format
7120 msgid "ignoring option `%s' due to invalid debug level specification"
7121 msgstr ""
7122
7123 #: toplev.c:4309 toplev.c:4828
7124 #, c-format
7125 msgid "`%s': unknown or unsupported -g option"
7126 msgstr ""
7127
7128 #: toplev.c:4316
7129 #, c-format
7130 msgid "`%s' ignored, conflicts with `-g%s'"
7131 msgstr ""
7132
7133 #: toplev.c:4395
7134 msgid "-param option missing argument"
7135 msgstr ""
7136
7137 #: toplev.c:4404
7138 #, c-format
7139 msgid "invalid --param option: %s"
7140 msgstr ""
7141
7142 #: toplev.c:4416
7143 #, c-format
7144 msgid "invalid parameter value `%s'"
7145 msgstr ""
7146
7147 #: toplev.c:4507
7148 msgid "`-a' option (basic block profile) not supported"
7149 msgstr ""
7150
7151 #: toplev.c:4515
7152 msgid "`-ax' option (jump profiling) not supported"
7153 msgstr ""
7154
7155 #: toplev.c:4820
7156 #, c-format
7157 msgid "Ignoring command line option '%s'"
7158 msgstr ""
7159
7160 #: toplev.c:4823
7161 #, c-format
7162 msgid "(It is valid for %s but not the selected language)"
7163 msgstr ""
7164
7165 #: toplev.c:4857
7166 msgid "-Wuninitialized is not supported without -O"
7167 msgstr ""
7168
7169 #: toplev.c:4884
7170 msgid "`-ax' and `-a' are conflicting options. `-a' ignored."
7171 msgstr ""
7172
7173 #: toplev.c:4910
7174 msgid "instruction scheduling not supported on this target machine"
7175 msgstr ""
7176
7177 #: toplev.c:4914
7178 msgid "this target machine does not have delayed branches"
7179 msgstr ""
7180
7181 #: toplev.c:4923
7182 msgid "profiling does not work without a frame pointer"
7183 msgstr ""
7184
7185 #: toplev.c:4938
7186 #, c-format
7187 msgid "-f%sleading-underscore not supported on this target machine"
7188 msgstr ""
7189
7190 #: toplev.c:5011
7191 #, c-format
7192 msgid ""
7193 "%s%s%s version %s (%s)\n"
7194 "%s\tcompiled by GNU C version %s.\n"
7195 "%s%s%s version %s (%s) compiled by CC.\n"
7196 msgstr ""
7197
7198 #: toplev.c:5067
7199 msgid "options passed: "
7200 msgstr ""
7201
7202 #: toplev.c:5096
7203 msgid "options enabled: "
7204 msgstr ""
7205
7206 #: tradcpp.c:138
7207 msgid "macro or #include recursion too deep"
7208 msgstr ""
7209
7210 #: tradcpp.c:553
7211 #, c-format
7212 msgid "Usage: %s [switches] input output"
7213 msgstr ""
7214
7215 #: tradcpp.c:569
7216 msgid "-traditional is not supported in C++"
7217 msgstr ""
7218
7219 #: tradcpp.c:571
7220 msgid "-traditional and -ansi are mutually exclusive"
7221 msgstr ""
7222
7223 #: tradcpp.c:585
7224 msgid "Filename missing after -i option"
7225 msgstr ""
7226
7227 #: tradcpp.c:603
7228 msgid "Filename missing after -o option"
7229 msgstr ""
7230
7231 #: tradcpp.c:662
7232 #, c-format
7233 msgid "Target missing after %s option"
7234 msgstr ""
7235
7236 #: tradcpp.c:676
7237 #, c-format
7238 msgid "Filename missing after %s option"
7239 msgstr ""
7240
7241 #: tradcpp.c:701
7242 #, c-format
7243 msgid "Macro name missing after -%c option"
7244 msgstr ""
7245
7246 #: tradcpp.c:721
7247 msgid "-pedantic and -traditional are mutually exclusive"
7248 msgstr ""
7249
7250 #: tradcpp.c:726
7251 msgid "-trigraphs and -traditional are mutually exclusive"
7252 msgstr ""
7253
7254 #: tradcpp.c:752
7255 msgid "Directory name missing after -I option"
7256 msgstr ""
7257
7258 #: tradcpp.c:1432 tradcpp.c:3924
7259 msgid "`/*' within comment"
7260 msgstr ""
7261
7262 #: tradcpp.c:1808
7263 #, c-format
7264 msgid "unterminated #%s conditional"
7265 msgstr ""
7266
7267 #: tradcpp.c:2167
7268 msgid "not in any file?!"
7269 msgstr ""
7270
7271 #: tradcpp.c:2273
7272 msgid "`defined' must be followed by ident or (ident)"
7273 msgstr ""
7274
7275 #: tradcpp.c:2277
7276 msgid "cccp error: invalid special hash type"
7277 msgstr ""
7278
7279 #: tradcpp.c:2375 tradcpp.c:2445
7280 msgid "#include expects \"fname\" or <fname>"
7281 msgstr ""
7282
7283 #: tradcpp.c:2530
7284 #, c-format
7285 msgid "No include path in which to find %.*s"
7286 msgstr ""
7287
7288 #: tradcpp.c:2708
7289 msgid "invalid macro name"
7290 msgstr ""
7291
7292 #: tradcpp.c:2716
7293 #, c-format
7294 msgid "invalid macro name `%s'"
7295 msgstr ""
7296
7297 #: tradcpp.c:2721
7298 msgid "\"defined\" cannot be used as a macro name"
7299 msgstr ""
7300
7301 #: tradcpp.c:2748
7302 msgid "parameter name starts with a digit in #define"
7303 msgstr ""
7304
7305 #: tradcpp.c:2758
7306 msgid "badly punctuated parameter list in #define"
7307 msgstr ""
7308
7309 #: tradcpp.c:2766
7310 msgid "unterminated parameter list in #define"
7311 msgstr ""
7312
7313 #: tradcpp.c:2814
7314 #, c-format
7315 msgid "\"%.*s\" redefined"
7316 msgstr ""
7317
7318 #: tradcpp.c:3071
7319 msgid "# operator should be followed by a macro argument name"
7320 msgstr ""
7321
7322 #: tradcpp.c:3118 tradcpp.c:3144 tradcpp.c:3158 tradcpp.c:3165 tradcpp.c:3190
7323 msgid "invalid format #line command"
7324 msgstr ""
7325
7326 #: tradcpp.c:3216
7327 msgid "undefining `defined'"
7328 msgstr ""
7329
7330 #: tradcpp.c:3220
7331 #, c-format
7332 msgid "undefining `%s'"
7333 msgstr ""
7334
7335 #: tradcpp.c:3276
7336 msgid "extra text at end of directive"
7337 msgstr ""
7338
7339 #: tradcpp.c:3383
7340 #, c-format
7341 msgid "#error%.*s"
7342 msgstr ""
7343
7344 #: tradcpp.c:3393
7345 #, c-format
7346 msgid "#warning%.*s"
7347 msgstr ""
7348
7349 #: tradcpp.c:3549
7350 msgid "#elif not within a conditional"
7351 msgstr ""
7352
7353 #: tradcpp.c:3806
7354 #, c-format
7355 msgid "#%s not within a conditional"
7356 msgstr ""
7357
7358 #: tradcpp.c:3814
7359 msgid "#else or #elif after #else"
7360 msgstr ""
7361
7362 #: tradcpp.c:3854
7363 msgid "#else not within a conditional"
7364 msgstr ""
7365
7366 #: tradcpp.c:3885
7367 msgid "unbalanced #endif"
7368 msgstr ""
7369
7370 #: tradcpp.c:3979
7371 msgid "unterminated string or character constant"
7372 msgstr ""
7373
7374 #: tradcpp.c:4137
7375 #, c-format
7376 msgid "arguments given to macro `%s'"
7377 msgstr ""
7378
7379 #: tradcpp.c:4143
7380 #, c-format
7381 msgid "no args to macro `%s'"
7382 msgstr ""
7383
7384 #: tradcpp.c:4145
7385 #, c-format
7386 msgid "only 1 arg to macro `%s'"
7387 msgstr ""
7388
7389 #: tradcpp.c:4147
7390 #, c-format
7391 msgid "only %d args to macro `%s'"
7392 msgstr ""
7393
7394 #: tradcpp.c:4149
7395 #, c-format
7396 msgid "too many (%d) args to macro `%s'"
7397 msgstr ""
7398
7399 #: tradcpp.c:4746
7400 #, c-format
7401 msgid ""
7402 "Internal error in %s, at tradcpp.c:%d\n"
7403 "Please submit a full bug report.\n"
7404 "See %s for instructions."
7405 msgstr ""
7406
7407 #: tree.c:3824
7408 msgid "arrays of functions are not meaningful"
7409 msgstr ""
7410
7411 #: tree.c:3881
7412 msgid "function return type cannot be function"
7413 msgstr ""
7414
7415 #: tree.c:4619
7416 msgid "invalid initializer for bit string"
7417 msgstr ""
7418
7419 #: tree.c:4678
7420 #, c-format
7421 msgid "Tree check: expected %s, have %s in %s, at %s:%d"
7422 msgstr ""
7423
7424 #: tree.c:4695
7425 #, c-format
7426 msgid "Tree check: expected class '%c', have '%c' (%s) in %s, at %s:%d"
7427 msgstr ""
7428
7429 #: config/i386/winnt.c:522 varasm.c:448
7430 #, c-format
7431 msgid "%s causes a section type conflict"
7432 msgstr ""
7433
7434 #: varasm.c:876
7435 #, c-format
7436 msgid "register name not specified for `%s'"
7437 msgstr ""
7438
7439 #: varasm.c:878
7440 #, c-format
7441 msgid "invalid register name for `%s'"
7442 msgstr ""
7443
7444 #: varasm.c:881
7445 #, c-format
7446 msgid "data type of `%s' isn't suitable for a register"
7447 msgstr ""
7448
7449 #: varasm.c:884
7450 #, c-format
7451 msgid "register specified for `%s' isn't suitable for data type"
7452 msgstr ""
7453
7454 #: varasm.c:893
7455 msgid "global register variable has initial value"
7456 msgstr ""
7457
7458 #: varasm.c:896
7459 msgid "volatile register variables don't work as you might wish"
7460 msgstr ""
7461
7462 #: varasm.c:932
7463 #, c-format
7464 msgid "register name given for non-register variable `%s'"
7465 msgstr ""
7466
7467 #: varasm.c:1552
7468 #, c-format
7469 msgid "size of variable `%s' is too large"
7470 msgstr ""
7471
7472 #: varasm.c:1592
7473 #, c-format
7474 msgid ""
7475 "alignment of `%s' is greater than maximum object file alignment. Using %d."
7476 msgstr ""
7477
7478 #: varasm.c:1642
7479 #, c-format
7480 msgid "requested alignment for %s is greater than implemented alignment of %d."
7481 msgstr ""
7482
7483 #: varasm.c:2165
7484 msgid "floating point trap outputting a constant"
7485 msgstr ""
7486
7487 #: varasm.c:4555
7488 msgid "initializer for integer value is too complicated"
7489 msgstr ""
7490
7491 #: varasm.c:4561
7492 msgid "initializer for floating value is not a floating constant"
7493 msgstr ""
7494
7495 #: varasm.c:4620
7496 msgid "unknown set constructor type"
7497 msgstr ""
7498
7499 #: varasm.c:4831
7500 #, c-format
7501 msgid "invalid initial value for member `%s'"
7502 msgstr ""
7503
7504 #: varasm.c:5023
7505 #, c-format
7506 msgid "weak declaration of `%s' must be public"
7507 msgstr ""
7508
7509 #: varasm.c:5025
7510 #, c-format
7511 msgid "weak declaration of `%s' must precede definition"
7512 msgstr ""
7513
7514 #: varasm.c:5029
7515 #, c-format
7516 msgid "weak declaration of `%s' not supported"
7517 msgstr ""
7518
7519 #: varasm.c:5125
7520 msgid "only weak aliases are supported in this configuration"
7521 msgstr ""
7522
7523 #: varasm.c:5130
7524 msgid "alias definitions not supported in this configuration; ignored"
7525 msgstr ""
7526
7527 #: varray.c:88
7528 #, c-format
7529 msgid "Virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d"
7530 msgstr ""
7531
7532 #. Print an error message for unrecognized stab codes.
7533 #: xcoffout.c:170
7534 #, c-format
7535 msgid "No sclass for %s stab (0x%x)\n"
7536 msgstr ""
7537
7538 #: config/darwin-c.c:76
7539 msgid "too many #pragma options align=reset"
7540 msgstr ""
7541
7542 #: config/darwin-c.c:98 config/darwin-c.c:101 config/darwin-c.c:103
7543 #: config/darwin-c.c:105
7544 msgid "malformed '#pragma options', ignoring"
7545 msgstr ""
7546
7547 #: config/darwin-c.c:108
7548 msgid "junk at end of '#pragma options'"
7549 msgstr ""
7550
7551 #: config/darwin-c.c:118
7552 msgid "malformed '#pragma options align={mac68k|power|reset}', ignoring"
7553 msgstr ""
7554
7555 #: config/darwin-c.c:131
7556 msgid "missing '(' after '#pragma unused', ignoring"
7557 msgstr ""
7558
7559 #: config/darwin-c.c:149
7560 msgid "missing ')' after '#pragma unused', ignoring"
7561 msgstr ""
7562
7563 #: config/darwin-c.c:152
7564 msgid "junk at end of '#pragma unused'"
7565 msgstr ""
7566
7567 #: config/lynx-ng.h:97 config/lynx.h:120 config/rs6000/lynx.h:84
7568 msgid "-msystem-v and -p are incompatible"
7569 msgstr ""
7570
7571 #: config/lynx-ng.h:99 config/lynx.h:122 config/rs6000/lynx.h:86
7572 msgid "-msystem-v and -mthreads are incompatible"
7573 msgstr ""
7574
7575 #: config/nextstep.c:65
7576 msgid "optimization turned on"
7577 msgstr ""
7578
7579 #: config/nextstep.c:71
7580 msgid "optimization turned off"
7581 msgstr ""
7582
7583 #: config/nextstep.c:80
7584 msgid "optimization level restored"
7585 msgstr ""
7586
7587 #. Run-time compilation parameters selecting different hardware subsets.
7588 #: config/1750a/1750a.h:39
7589 msgid "Use VAX-C alignment"
7590 msgstr ""
7591
7592 #: config/a29k/a29k.c:1023
7593 #, c-format
7594 msgid "invalid %%Q value"
7595 msgstr ""
7596
7597 #: config/a29k/a29k.c:1029 config/alpha/alpha.c:5101
7598 #, c-format
7599 msgid "invalid %%C value"
7600 msgstr ""
7601
7602 #: config/a29k/a29k.c:1035 config/alpha/alpha.c:4946
7603 #: config/rs6000/rs6000.c:4367
7604 #, c-format
7605 msgid "invalid %%N value"
7606 msgstr ""
7607
7608 #: config/a29k/a29k.c:1041 config/alpha/alpha.c:5017
7609 #: config/rs6000/rs6000.c:4329
7610 #, c-format
7611 msgid "invalid %%M value"
7612 msgstr ""
7613
7614 #: config/a29k/a29k.c:1047 config/alpha/alpha.c:5009
7615 #: config/rs6000/rs6000.c:4294
7616 #, c-format
7617 msgid "invalid %%m value"
7618 msgstr ""
7619
7620 #: config/a29k/a29k.c:1149 config/alpha/alpha.c:4970 config/romp/romp.c:690
7621 #, c-format
7622 msgid "invalid %%L value"
7623 msgstr ""
7624
7625 #: config/a29k/a29k.c:1154 config/rs6000/rs6000.c:4375
7626 #, c-format
7627 msgid "invalid %%O value"
7628 msgstr ""
7629
7630 #: config/a29k/a29k.c:1160 config/alpha/alpha.c:4954
7631 #: config/rs6000/rs6000.c:4395
7632 #, c-format
7633 msgid "invalid %%P value"
7634 msgstr ""
7635
7636 #: config/a29k/a29k.c:1170
7637 #, c-format
7638 msgid "invalid %%V value"
7639 msgstr ""
7640
7641 #: config/a29k/a29k.h:101
7642 msgid "Generate code assuming DW bit is set"
7643 msgstr ""
7644
7645 #: config/a29k/a29k.h:102
7646 msgid "Generate code assuming DW bit is not set"
7647 msgstr ""
7648
7649 #: config/a29k/a29k.h:103
7650 msgid "Generate code using byte writes"
7651 msgstr ""
7652
7653 #: config/a29k/a29k.h:104
7654 msgid "Do not generate byte writes"
7655 msgstr ""
7656
7657 #: config/a29k/a29k.h:105
7658 msgid "Use small memory model"
7659 msgstr ""
7660
7661 #: config/a29k/a29k.h:106
7662 msgid "Use normal memory model"
7663 msgstr ""
7664
7665 #: config/a29k/a29k.h:107
7666 msgid "Use large memory model"
7667 msgstr ""
7668
7669 #: config/a29k/a29k.h:108
7670 msgid "Generate 29050 code"
7671 msgstr ""
7672
7673 #: config/a29k/a29k.h:109
7674 msgid "Generate 29000 code"
7675 msgstr ""
7676
7677 #: config/a29k/a29k.h:110
7678 msgid "Use kernel global registers"
7679 msgstr ""
7680
7681 #: config/a29k/a29k.h:111
7682 msgid "Use user global registers"
7683 msgstr ""
7684
7685 #: config/a29k/a29k.h:112
7686 msgid "Emit stack checking code"
7687 msgstr ""
7688
7689 #: config/a29k/a29k.h:113
7690 msgid "Do not emit stack checking code"
7691 msgstr ""
7692
7693 #: config/a29k/a29k.h:114
7694 msgid "Work around storem hardware bug"
7695 msgstr ""
7696
7697 #: config/a29k/a29k.h:115
7698 msgid "Do not work around storem hardware bug"
7699 msgstr ""
7700
7701 #: config/a29k/a29k.h:116
7702 msgid "Store locals in argument registers"
7703 msgstr ""
7704
7705 #: config/a29k/a29k.h:117
7706 msgid "Do not store locals in arg registers"
7707 msgstr ""
7708
7709 #: config/a29k/a29k.h:118 config/i960/i960.h:289 config/mips/mips.h:416
7710 msgid "Use software floating point"
7711 msgstr ""
7712
7713 #: config/a29k/a29k.h:119
7714 msgid "Do not generate multm instructions"
7715 msgstr ""
7716
7717 #: config/alpha/alpha.c:251
7718 #, c-format
7719 msgid "-f%s ignored for Unicos/Mk (not supported)"
7720 msgstr ""
7721
7722 #: config/alpha/alpha.c:275
7723 msgid "-mieee not supported on Unicos/Mk"
7724 msgstr ""
7725
7726 #: config/alpha/alpha.c:286
7727 msgid "-mieee-with-inexact not supported on Unicos/Mk"
7728 msgstr ""
7729
7730 #: config/alpha/alpha.c:303
7731 #, c-format
7732 msgid "bad value `%s' for -mtrap-precision switch"
7733 msgstr ""
7734
7735 #: config/alpha/alpha.c:317
7736 #, c-format
7737 msgid "bad value `%s' for -mfp-rounding-mode switch"
7738 msgstr ""
7739
7740 #: config/alpha/alpha.c:332
7741 #, c-format
7742 msgid "bad value `%s' for -mfp-trap-mode switch"
7743 msgstr ""
7744
7745 #: config/alpha/alpha.c:351 config/alpha/alpha.c:363
7746 #, c-format
7747 msgid "bad value `%s' for -mcpu switch"
7748 msgstr ""
7749
7750 #: config/alpha/alpha.c:370
7751 msgid "trap mode not supported on Unicos/Mk"
7752 msgstr ""
7753
7754 #: config/alpha/alpha.c:377
7755 msgid "fp software completion requires -mtrap-precision=i"
7756 msgstr ""
7757
7758 #: config/alpha/alpha.c:393
7759 msgid "rounding mode not supported for VAX floats"
7760 msgstr ""
7761
7762 #: config/alpha/alpha.c:398
7763 msgid "trap mode not supported for VAX floats"
7764 msgstr ""
7765
7766 #: config/alpha/alpha.c:427
7767 #, c-format
7768 msgid "L%d cache latency unknown for %s"
7769 msgstr ""
7770
7771 #: config/alpha/alpha.c:442
7772 #, c-format
7773 msgid "bad value `%s' for -mmemory-latency"
7774 msgstr ""
7775
7776 #: config/alpha/alpha.c:4920 config/romp/romp.c:746 config/romp/romp.c:753
7777 #, c-format
7778 msgid "invalid %%H value"
7779 msgstr ""
7780
7781 #: config/alpha/alpha.c:4930 config/ia64/ia64.c:3474
7782 #, c-format
7783 msgid "invalid %%r value"
7784 msgstr ""
7785
7786 #: config/alpha/alpha.c:4940 config/rs6000/rs6000.c:4441
7787 #, c-format
7788 msgid "invalid %%R value"
7789 msgstr ""
7790
7791 #: config/alpha/alpha.c:4962 config/romp/romp.c:732 config/romp/romp.c:739
7792 #, c-format
7793 msgid "invalid %%h value"
7794 msgstr ""
7795
7796 #: config/alpha/alpha.c:5052
7797 #, c-format
7798 msgid "invalid %%U value"
7799 msgstr ""
7800
7801 #: config/alpha/alpha.c:5064 config/alpha/alpha.c:5078 config/romp/romp.c:698
7802 #: config/rs6000/rs6000.c:4449
7803 #, c-format
7804 msgid "invalid %%s value"
7805 msgstr ""
7806
7807 #: config/alpha/alpha.c:5138 config/rs6000/rs6000.c:4156
7808 #, c-format
7809 msgid "invalid %%E value"
7810 msgstr ""
7811
7812 #: config/alpha/alpha.c:5159 config/romp/romp.c:973
7813 #: config/rs6000/rs6000.c:4735
7814 #, c-format
7815 msgid "invalid %%xn code"
7816 msgstr ""
7817
7818 #. Macro to define tables used to set the flags.
7819 #. This is a list in braces of pairs in braces,
7820 #. each pair being { "NAME", VALUE }
7821 #. where VALUE is the bits to set or minus the bits to clear.
7822 #. An empty string NAME is used to identify the default VALUE.
7823 #: config/alpha/alpha.h:217 config/i386/i386.h:277 config/i386/i386.h:279
7824 #: config/i386/i386.h:281 config/ns32k/ns32k.h:103 config/rs6000/rs6000.h:307
7825 #: config/s390/s390.h:51 config/sparc/sparc.h:578 config/sparc/sparc.h:583
7826 msgid "Use hardware fp"
7827 msgstr ""
7828
7829 #: config/alpha/alpha.h:218 config/i386/i386.h:278 config/i386/i386.h:280
7830 #: config/rs6000/rs6000.h:309 config/sparc/sparc.h:580
7831 #: config/sparc/sparc.h:585
7832 msgid "Do not use hardware fp"
7833 msgstr ""
7834
7835 #: config/alpha/alpha.h:219
7836 msgid "Use fp registers"
7837 msgstr ""
7838
7839 #: config/alpha/alpha.h:221
7840 msgid "Do not use fp registers"
7841 msgstr ""
7842
7843 #: config/alpha/alpha.h:222
7844 msgid "Do not assume GAS"
7845 msgstr ""
7846
7847 #: config/alpha/alpha.h:223
7848 msgid "Assume GAS"
7849 msgstr ""
7850
7851 #: config/alpha/alpha.h:225
7852 msgid "Request IEEE-conformant math library routines (OSF/1)"
7853 msgstr ""
7854
7855 #: config/alpha/alpha.h:227
7856 msgid "Emit IEEE-conformant code, without inexact exceptions"
7857 msgstr ""
7858
7859 #: config/alpha/alpha.h:229
7860 msgid "Emit IEEE-conformant code, with inexact exceptions"
7861 msgstr ""
7862
7863 #: config/alpha/alpha.h:231
7864 msgid "Do not emit complex integer constants to read-only memory"
7865 msgstr ""
7866
7867 #: config/alpha/alpha.h:232
7868 msgid "Use VAX fp"
7869 msgstr ""
7870
7871 #: config/alpha/alpha.h:233
7872 msgid "Do not use VAX fp"
7873 msgstr ""
7874
7875 #: config/alpha/alpha.h:234
7876 msgid "Emit code for the byte/word ISA extension"
7877 msgstr ""
7878
7879 #: config/alpha/alpha.h:237
7880 msgid "Emit code for the motion video ISA extension"
7881 msgstr ""
7882
7883 #: config/alpha/alpha.h:240
7884 msgid "Emit code for the fp move and sqrt ISA extension"
7885 msgstr ""
7886
7887 #: config/alpha/alpha.h:242
7888 msgid "Emit code for the counting ISA extension"
7889 msgstr ""
7890
7891 #: config/alpha/alpha.h:245
7892 msgid "Emit code using explicit relocation directives"
7893 msgstr ""
7894
7895 #: config/alpha/alpha.h:248
7896 msgid "Emit 16-bit relocations to the small data areas"
7897 msgstr ""
7898
7899 #: config/alpha/alpha.h:250
7900 msgid "Emit 32-bit relocations to the small data areas"
7901 msgstr ""
7902
7903 #. This macro is similar to `TARGET_SWITCHES' but defines names of
7904 #. command options that have values. Its definition is an initializer
7905 #. with a subgrouping for each command option.
7906 #.
7907 #. Each subgrouping contains a string constant, that defines the fixed
7908 #. part of the option name, and the address of a variable. The
7909 #. variable, type `char *', is set to the variable part of the given
7910 #. option if the fixed part matches. The actual option name is made
7911 #. by appending `-m' to the specified name.
7912 #.
7913 #. Here is an example which defines `-mshort-data-NUMBER'. If the
7914 #. given option is `-mshort-data-512', the variable `m88k_short_data'
7915 #. will be set to the string `"512"'.
7916 #.
7917 #. extern char *m88k_short_data;
7918 #. #define TARGET_OPTIONS { { "short-data-", &m88k_short_data } }
7919 #. For -mcpu=
7920 #. For -mtune=
7921 #. For -mfp-rounding-mode=[n|m|c|d]
7922 #. For -mfp-trap-mode=[n|u|su|sui]
7923 #. For -mtrap-precision=[p|f|i]
7924 #. For -mmemory-latency=
7925 #: config/alpha/alpha.h:286
7926 msgid "Use features of and schedule given CPU"
7927 msgstr ""
7928
7929 #: config/alpha/alpha.h:288
7930 msgid "Schedule given CPU"
7931 msgstr ""
7932
7933 #: config/alpha/alpha.h:290
7934 msgid "Control the generated fp rounding mode"
7935 msgstr ""
7936
7937 #: config/alpha/alpha.h:292
7938 msgid "Control the IEEE trap mode"
7939 msgstr ""
7940
7941 #: config/alpha/alpha.h:294
7942 msgid "Control the precision given to fp exceptions"
7943 msgstr ""
7944
7945 #: config/alpha/alpha.h:296
7946 msgid "Tune expected memory latency"
7947 msgstr ""
7948
7949 #: config/arc/arc.c:124
7950 #, c-format
7951 msgid "bad value (%s) for -mcpu switch"
7952 msgstr ""
7953
7954 #: config/arc/arc.c:351
7955 #, c-format
7956 msgid "argument of `%s' attribute is not a string constant"
7957 msgstr ""
7958
7959 #: config/arc/arc.c:358
7960 #, c-format
7961 msgid "argument of `%s' attribute is not \"ilink1\" or \"ilink2\""
7962 msgstr ""
7963
7964 #: config/arc/arc.c:1679 config/m32r/m32r.c:2246
7965 msgid "invalid operand to %R code"
7966 msgstr ""
7967
7968 #: config/arc/arc.c:1711 config/m32r/m32r.c:2269
7969 msgid "invalid operand to %H/%L code"
7970 msgstr ""
7971
7972 #: config/arc/arc.c:1735 config/m32r/m32r.c:2346
7973 msgid "invalid operand to %U code"
7974 msgstr ""
7975
7976 #: config/arc/arc.c:1746
7977 msgid "invalid operand to %V code"
7978 msgstr ""
7979
7980 #. Unknown flag.
7981 #: config/arc/arc.c:1753 config/m32r/m32r.c:2385 config/sparc/sparc.c:5981
7982 msgid "invalid operand output code"
7983 msgstr ""
7984
7985 #: config/arm/arm.c:422
7986 #, c-format
7987 msgid "switch -mcpu=%s conflicts with -march= switch"
7988 msgstr ""
7989
7990 #: config/arm/arm.c:432 config/rs6000/rs6000.c:364 config/sparc/sparc.c:360
7991 #, c-format
7992 msgid "bad value (%s) for %s switch"
7993 msgstr ""
7994
7995 #: config/arm/arm.c:568
7996 msgid "target CPU does not support APCS-32"
7997 msgstr ""
7998
7999 #: config/arm/arm.c:573
8000 msgid "target CPU does not support APCS-26"
8001 msgstr ""
8002
8003 #: config/arm/arm.c:579
8004 msgid "target CPU does not support interworking"
8005 msgstr ""
8006
8007 #: config/arm/arm.c:585
8008 msgid "target CPU does not support THUMB instructions."
8009 msgstr ""
8010
8011 #: config/arm/arm.c:599
8012 msgid ""
8013 "enabling backtrace support is only meaningful when compiling for the Thumb."
8014 msgstr ""
8015
8016 #: config/arm/arm.c:602
8017 msgid ""
8018 "enabling callee interworking support is only meaningful when compiling for "
8019 "the Thumb."
8020 msgstr ""
8021
8022 #: config/arm/arm.c:605
8023 msgid ""
8024 "enabling caller interworking support is only meaningful when compiling for "
8025 "the Thumb."
8026 msgstr ""
8027
8028 #: config/arm/arm.c:611
8029 msgid "interworking forces APCS-32 to be used"
8030 msgstr ""
8031
8032 #: config/arm/arm.c:617
8033 msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
8034 msgstr ""
8035
8036 #: config/arm/arm.c:625
8037 msgid "-fpic and -mapcs-reent are incompatible"
8038 msgstr ""
8039
8040 #: config/arm/arm.c:628
8041 msgid "APCS reentrant code not supported. Ignored"
8042 msgstr ""
8043
8044 #: config/arm/arm.c:636
8045 msgid "-g with -mno-apcs-frame may not give sensible debugging"
8046 msgstr ""
8047
8048 #: config/arm/arm.c:644
8049 msgid "Passing floating point arguments in fp regs not yet supported"
8050 msgstr ""
8051
8052 #: config/arm/arm.c:673
8053 #, c-format
8054 msgid "Invalid floating point emulation option: -mfpe-%s"
8055 msgstr ""
8056
8057 #: config/arm/arm.c:697
8058 msgid "Structure size boundary can only be set to 8 or 32"
8059 msgstr ""
8060
8061 #: config/arm/arm.c:705
8062 msgid "-mpic-register= is useless without -fpic"
8063 msgstr ""
8064
8065 #: config/arm/arm.c:714
8066 #, c-format
8067 msgid "Unable to use '%s' for PIC register"
8068 msgstr ""
8069
8070 #: config/arm/arm.c:1946 config/arm/arm.c:1968 config/avr/avr.c:4729
8071 #: config/c4x/c4x.c:4651 config/h8300/h8300.c:3035 config/i386/i386.c:1106
8072 #: config/i386/i386.c:1135 config/m68hc11/m68hc11.c:1155
8073 #: config/mcore/mcore.c:3493 config/ns32k/ns32k.c:1040
8074 #: config/rs6000/rs6000.c:8179 config/sh/sh.c:4693 config/sh/sh.c:4713
8075 #: config/sh/sh.c:4752 config/stormy16/stormy16.c:1952 config/v850/v850.c:2040
8076 #, c-format
8077 msgid "`%s' attribute only applies to functions"
8078 msgstr ""
8079
8080 #: config/arm/arm.c:9116
8081 msgid "Unable to compute real location of stacked parameter"
8082 msgstr ""
8083
8084 #: config/arm/arm.c:9810
8085 msgid "no low registers available for popping high registers"
8086 msgstr ""
8087
8088 #: config/arm/arm.c:9999
8089 msgid "Interrupt Service Routines cannot be coded in Thumb mode."
8090 msgstr ""
8091
8092 #: config/arm/arm.h:422
8093 msgid "Generate APCS conformant stack frames"
8094 msgstr ""
8095
8096 #: config/arm/arm.h:425
8097 msgid "Store function names in object code"
8098 msgstr ""
8099
8100 #: config/arm/arm.h:429
8101 msgid "Use the 32-bit version of the APCS"
8102 msgstr ""
8103
8104 #: config/arm/arm.h:431
8105 msgid "Use the 26-bit version of the APCS"
8106 msgstr ""
8107
8108 #: config/arm/arm.h:435
8109 msgid "Pass FP arguments in FP registers"
8110 msgstr ""
8111
8112 #: config/arm/arm.h:438
8113 msgid "Generate re-entrant, PIC code"
8114 msgstr ""
8115
8116 #: config/arm/arm.h:441
8117 msgid "The MMU will trap on unaligned accesses"
8118 msgstr ""
8119
8120 #: config/arm/arm.h:448
8121 msgid "Use library calls to perform FP operations"
8122 msgstr ""
8123
8124 #: config/arm/arm.h:450 config/i960/i960.h:287
8125 msgid "Use hardware floating point instructions"
8126 msgstr ""
8127
8128 #: config/arm/arm.h:452
8129 msgid "Assume target CPU is configured as big endian"
8130 msgstr ""
8131
8132 #: config/arm/arm.h:454
8133 msgid "Assume target CPU is configured as little endian"
8134 msgstr ""
8135
8136 #: config/arm/arm.h:456
8137 msgid "Assume big endian bytes, little endian words"
8138 msgstr ""
8139
8140 #: config/arm/arm.h:458
8141 msgid "Support calls between Thumb and ARM instruction sets"
8142 msgstr ""
8143
8144 #: config/arm/arm.h:461
8145 msgid "Generate a call to abort if a noreturn function returns"
8146 msgstr ""
8147
8148 #: config/arm/arm.h:464
8149 msgid "Do not move instructions into a function's prologue"
8150 msgstr ""
8151
8152 #: config/arm/arm.h:467
8153 msgid "Do not load the PIC register in function prologues"
8154 msgstr ""
8155
8156 #: config/arm/arm.h:470
8157 msgid "Generate call insns as indirect calls, if necessary"
8158 msgstr ""
8159
8160 #: config/arm/arm.h:473
8161 msgid "Compile for the Thumb not the ARM"
8162 msgstr ""
8163
8164 #: config/arm/arm.h:477
8165 msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
8166 msgstr ""
8167
8168 #: config/arm/arm.h:480
8169 msgid "Thumb: Generate (leaf) stack frames even if not needed"
8170 msgstr ""
8171
8172 #: config/arm/arm.h:483
8173 msgid "Thumb: Assume non-static functions may be called from ARM code"
8174 msgstr ""
8175
8176 #: config/arm/arm.h:487
8177 msgid "Thumb: Assume function pointers may go to non-Thumb aware code"
8178 msgstr ""
8179
8180 #: config/arm/arm.h:497
8181 msgid "Specify the name of the target CPU"
8182 msgstr ""
8183
8184 #: config/arm/arm.h:499
8185 msgid "Specify the name of the target architecture"
8186 msgstr ""
8187
8188 #: config/arm/arm.h:503
8189 msgid "Specify the version of the floating point emulator"
8190 msgstr ""
8191
8192 #: config/arm/arm.h:505
8193 msgid "Specify the minimum bit alignment of structures"
8194 msgstr ""
8195
8196 #: config/arm/arm.h:507
8197 msgid "Specify the register to be used for PIC addressing"
8198 msgstr ""
8199
8200 #: config/arm/pe.c:168 config/i386/winnt.c:290 config/mcore/mcore.c:3353
8201 #, c-format
8202 msgid "initialized variable `%s' is marked dllimport"
8203 msgstr ""
8204
8205 #: config/arm/pe.c:177 config/i386/winnt.c:299
8206 #, c-format
8207 msgid "static variable `%s' is marked dllimport"
8208 msgstr ""
8209
8210 #: config/arm/pe.h:66
8211 msgid "Ignore dllimport attribute for functions"
8212 msgstr ""
8213
8214 #. None of these is actually used in cc1. If we don't define them in target
8215 #. switches cc1 complains about them. For the sake of argument lets allocate
8216 #. bit 31 of target flags for such options.
8217 #: config/arm/riscix.h:84
8218 msgid "Do symbol renaming for BSD"
8219 msgstr ""
8220
8221 #: config/arm/riscix.h:85
8222 msgid "Do symbol renaming for X/OPEN"
8223 msgstr ""
8224
8225 #: config/arm/riscix.h:86
8226 msgid "Don't do symbol renaming"
8227 msgstr ""
8228
8229 #: config/avr/avr.c:207
8230 #, c-format
8231 msgid "MCU `%s' not supported"
8232 msgstr ""
8233
8234 #: config/avr/avr.c:447
8235 #, c-format
8236 msgid "large frame pointer change (%d) with -mtiny-stack"
8237 msgstr ""
8238
8239 #: config/avr/avr.c:1042
8240 msgid "Bad address, not (reg+disp):"
8241 msgstr ""
8242
8243 #: config/avr/avr.c:1050
8244 msgid ""
8245 "Internal compiler bug.\n"
8246 "Bad address:"
8247 msgstr ""
8248
8249 #: config/avr/avr.c:1063
8250 msgid "Internal compiler bug. Unknown mode:"
8251 msgstr ""
8252
8253 #: config/avr/avr.c:1771 config/avr/avr.c:2483
8254 msgid "Invalid insn:"
8255 msgstr ""
8256
8257 #: config/avr/avr.c:1808 config/avr/avr.c:1894 config/avr/avr.c:1943
8258 #: config/avr/avr.c:1952 config/avr/avr.c:2050 config/avr/avr.c:2222
8259 #: config/avr/avr.c:2520 config/avr/avr.c:2631
8260 msgid "Incorrect insn:"
8261 msgstr ""
8262
8263 #: config/avr/avr.c:1971 config/avr/avr.c:2135 config/avr/avr.c:2293
8264 #: config/avr/avr.c:2675
8265 msgid "Unknown move insn:"
8266 msgstr ""
8267
8268 #: config/avr/avr.c:2911
8269 msgid "Bad shift insn:"
8270 msgstr ""
8271
8272 #: config/avr/avr.c:3027 config/avr/avr.c:3457 config/avr/avr.c:3837
8273 msgid ""
8274 "Internal compiler bug.\n"
8275 "Incorrect shift:"
8276 msgstr ""
8277
8278 #: config/avr/avr.c:4702
8279 msgid "Only initialized variables can be placed into program memory area."
8280 msgstr ""
8281
8282 #. `TARGET_...'
8283 #. This series of macros is to allow compiler command arguments to
8284 #. enable or disable the use of optional features of the target
8285 #. machine. For example, one machine description serves both the
8286 #. 68000 and the 68020; a command argument tells the compiler whether
8287 #. it should use 68020-only instructions or not. This command
8288 #. argument works by means of a macro `TARGET_68020' that tests a bit
8289 #. in `target_flags'.
8290 #.
8291 #. Define a macro `TARGET_FEATURENAME' for each such option. Its
8292 #. definition should test a bit in `target_flags'; for example:
8293 #.
8294 #. #define TARGET_68020 (target_flags & 1)
8295 #.
8296 #. One place where these macros are used is in the
8297 #. condition-expressions of instruction patterns. Note how
8298 #. `TARGET_68020' appears frequently in the 68000 machine description
8299 #. file, `m68k.md'. Another place they are used is in the
8300 #. definitions of the other macros in the `MACHINE.h' file.
8301 #: config/avr/avr.h:99
8302 msgid "Assume int to be 8 bit integer"
8303 msgstr ""
8304
8305 #: config/avr/avr.h:101
8306 msgid "Change the stack pointer without disabling interrupts"
8307 msgstr ""
8308
8309 #: config/avr/avr.h:103
8310 msgid "Use subroutines for function prologue/epilogue"
8311 msgstr ""
8312
8313 #: config/avr/avr.h:105
8314 msgid "Change only the low 8 bits of the stack pointer"
8315 msgstr ""
8316
8317 #: config/avr/avr.h:107
8318 msgid "Do not generate tablejump insns"
8319 msgstr ""
8320
8321 #: config/avr/avr.h:110
8322 msgid "Output instruction sizes to the asm file"
8323 msgstr ""
8324
8325 #: config/avr/avr.h:144
8326 msgid "Specify the initial stack address"
8327 msgstr ""
8328
8329 #: config/avr/avr.h:145
8330 msgid "Specify the MCU name"
8331 msgstr ""
8332
8333 #. `GIV_SORT_CRITERION(GIV1, GIV2)'
8334 #. In some cases, the strength reduction optimization pass can
8335 #. produce better code if this is defined. This macro controls the
8336 #. order that induction variables are combined. This macro is
8337 #. particularly useful if the target has limited addressing modes.
8338 #. For instance, the SH target has only positive offsets in
8339 #. addresses. Thus sorting to put the smallest address first allows
8340 #. the most combinations to be found.
8341 #: config/avr/avr.h:2710
8342 msgid "Trampolines not supported\n"
8343 msgstr ""
8344
8345 #: config/c4x/c4x-c.c:70
8346 #, c-format
8347 msgid "missing '(' after '#pragma %s' - ignored"
8348 msgstr ""
8349
8350 #: config/c4x/c4x-c.c:73
8351 #, c-format
8352 msgid "missing function name in '#pragma %s' - ignored"
8353 msgstr ""
8354
8355 #: config/c4x/c4x-c.c:78
8356 #, c-format
8357 msgid "malformed '#pragma %s' - ignored"
8358 msgstr ""
8359
8360 #: config/c4x/c4x-c.c:80
8361 #, c-format
8362 msgid "missing section name in '#pragma %s' - ignored"
8363 msgstr ""
8364
8365 #: config/c4x/c4x-c.c:85
8366 #, c-format
8367 msgid "missing ')' for '#pragma %s' - ignored"
8368 msgstr ""
8369
8370 #: config/c4x/c4x-c.c:88
8371 #, c-format
8372 msgid "junk at end of '#pragma %s'"
8373 msgstr ""
8374
8375 #: config/c4x/c4x.c:292
8376 #, c-format
8377 msgid "Unknown CPU version %d, using 40.\n"
8378 msgstr ""
8379
8380 #: config/c4x/c4x.c:883
8381 #, c-format
8382 msgid "ISR %s requires %d words of local vars, max is 32767."
8383 msgstr ""
8384
8385 #: config/c4x/c4x.c:1636
8386 msgid "Using CONST_DOUBLE for address"
8387 msgstr ""
8388
8389 #: config/c4x/c4x.c:1776
8390 msgid "c4x_address_cost: Invalid addressing mode"
8391 msgstr ""
8392
8393 #: config/c4x/c4x.c:1918
8394 #, c-format
8395 msgid "c4x_print_operand: %%L inconsistency"
8396 msgstr ""
8397
8398 #: config/c4x/c4x.c:1924
8399 #, c-format
8400 msgid "c4x_print_operand: %%N inconsistency"
8401 msgstr ""
8402
8403 #: config/c4x/c4x.c:1965
8404 #, c-format
8405 msgid "c4x_print_operand: %%O inconsistency"
8406 msgstr ""
8407
8408 #: config/c4x/c4x.c:2061
8409 msgid "c4x_print_operand: Bad operand case"
8410 msgstr ""
8411
8412 #: config/c4x/c4x.c:2104
8413 msgid "c4x_print_operand_address: Bad post_modify"
8414 msgstr ""
8415
8416 #: config/c4x/c4x.c:2126
8417 msgid "c4x_print_operand_address: Bad pre_modify"
8418 msgstr ""
8419
8420 #: config/c4x/c4x.c:2174 config/c4x/c4x.c:2186 config/c4x/c4x.c:2201
8421 msgid "c4x_print_operand_address: Bad operand case"
8422 msgstr ""
8423
8424 #: config/c4x/c4x.c:2457
8425 msgid "c4x_rptb_insert: Cannot find start label"
8426 msgstr ""
8427
8428 #: config/c4x/c4x.c:3444 config/c4x/c4x.c:3464
8429 msgid "Mode not QImode"
8430 msgstr ""
8431
8432 #: config/c4x/c4x.c:3521
8433 msgid "Invalid indirect memory address"
8434 msgstr ""
8435
8436 #: config/c4x/c4x.c:3610
8437 msgid "Invalid indirect (S) memory address"
8438 msgstr ""
8439
8440 #: config/c4x/c4x.c:3951
8441 msgid "c4x_valid_operands: Internal error"
8442 msgstr ""
8443
8444 #: config/c4x/c4x.c:4431
8445 msgid "c4x_operand_subword: invalid mode"
8446 msgstr ""
8447
8448 #: config/c4x/c4x.c:4434
8449 msgid "c4x_operand_subword: invalid operand"
8450 msgstr ""
8451
8452 #. We could handle these with some difficulty.
8453 #. e.g., *p-- => *(p-=2); *(p+1).
8454 #: config/c4x/c4x.c:4460
8455 msgid "c4x_operand_subword: invalid autoincrement"
8456 msgstr ""
8457
8458 #: config/c4x/c4x.c:4466
8459 msgid "c4x_operand_subword: invalid address"
8460 msgstr ""
8461
8462 #: config/c4x/c4x.c:4477
8463 msgid "c4x_operand_subword: address not offsettable"
8464 msgstr ""
8465
8466 #: config/c4x/c4x.c:4677
8467 msgid "c4x_rptb_rpts_p: Repeat block top label moved\n"
8468 msgstr ""
8469
8470 #. Name of the c4x assembler.
8471 #. Name of the c4x linker.
8472 #. Define assembler options.
8473 #. Define linker options.
8474 #. Define C preprocessor options.
8475 #. Specify the end file to link with.
8476 #. Target compilation option flags.
8477 #. Small memory model.
8478 #. Use 24-bit MPYI for C3x.
8479 #. Fast fixing of floats.
8480 #. Allow use of RPTS.
8481 #. Emit C3x code.
8482 #. Be compatible with TI assembler.
8483 #. Be paranoid about DP reg. in ISRs.
8484 #. Pass arguments on stack.
8485 #. Enable features under development.
8486 #. Enable repeat block.
8487 #. Use BK as general register.
8488 #. Use decrement and branch for C3x.
8489 #. Enable debugging of GCC.
8490 #. Force constants into registers.
8491 #. Allow unsigned loop counters.
8492 #. Force op0 and op1 to be same.
8493 #. Save all 40 bits for floats.
8494 #. Allow parallel insns.
8495 #. Allow MPY||ADD, MPY||SUB insns.
8496 #. Assume mem refs possibly aliased.
8497 #. Emit C30 code.
8498 #. Emit C31 code.
8499 #. Emit C32 code.
8500 #. Emit C33 code.
8501 #. Emit C40 code.
8502 #. Emit C44 code.
8503 #. Run-time compilation parameters selecting different hardware subsets.
8504 #.
8505 #. Macro to define tables used to set the flags.
8506 #. This is a list in braces of triplets in braces,
8507 #. each pair being { "NAME", VALUE, "DESCRIPTION" }
8508 #. where VALUE is the bits to set or minus the bits to clear.
8509 #. An empty string NAME is used to identify the default VALUE.
8510 #: config/c4x/c4x.h:141
8511 msgid "Small memory model"
8512 msgstr ""
8513
8514 #: config/c4x/c4x.h:143
8515 msgid "Big memory model"
8516 msgstr ""
8517
8518 #: config/c4x/c4x.h:145
8519 msgid "Use MPYI instruction for C3x"
8520 msgstr ""
8521
8522 #: config/c4x/c4x.h:147
8523 msgid "Do not use MPYI instruction for C3x"
8524 msgstr ""
8525
8526 #: config/c4x/c4x.h:149
8527 msgid "Use fast but approximate float to integer conversion"
8528 msgstr ""
8529
8530 #: config/c4x/c4x.h:151
8531 msgid "Use slow but accurate float to integer conversion"
8532 msgstr ""
8533
8534 #: config/c4x/c4x.h:153
8535 msgid "Enable use of RTPS instruction"
8536 msgstr ""
8537
8538 #: config/c4x/c4x.h:155
8539 msgid "Disable use of RTPS instruction"
8540 msgstr ""
8541
8542 #: config/c4x/c4x.h:157
8543 msgid "Enable use of RTPB instruction"
8544 msgstr ""
8545
8546 #: config/c4x/c4x.h:159
8547 msgid "Disable use of RTPB instruction"
8548 msgstr ""
8549
8550 #: config/c4x/c4x.h:161
8551 msgid "Generate code for C30 CPU"
8552 msgstr ""
8553
8554 #: config/c4x/c4x.h:163
8555 msgid "Generate code for C31 CPU"
8556 msgstr ""
8557
8558 #: config/c4x/c4x.h:165
8559 msgid "Generate code for C32 CPU"
8560 msgstr ""
8561
8562 #: config/c4x/c4x.h:167
8563 msgid "Generate code for C33 CPU"
8564 msgstr ""
8565
8566 #: config/c4x/c4x.h:169
8567 msgid "Generate code for C40 CPU"
8568 msgstr ""
8569
8570 #: config/c4x/c4x.h:171
8571 msgid "Generate code for C44 CPU"
8572 msgstr ""
8573
8574 #: config/c4x/c4x.h:173
8575 msgid "Emit code compatible with TI tools"
8576 msgstr ""
8577
8578 #: config/c4x/c4x.h:175
8579 msgid "Emit code to use GAS extensions"
8580 msgstr ""
8581
8582 #: config/c4x/c4x.h:177 config/c4x/c4x.h:181
8583 msgid "Save DP across ISR in small memory model"
8584 msgstr ""
8585
8586 #: config/c4x/c4x.h:179 config/c4x/c4x.h:183
8587 msgid "Don't save DP across ISR in small memory model"
8588 msgstr ""
8589
8590 #: config/c4x/c4x.h:185
8591 msgid "Pass arguments on the stack"
8592 msgstr ""
8593
8594 #: config/c4x/c4x.h:187
8595 msgid "Pass arguments in registers"
8596 msgstr ""
8597
8598 #: config/c4x/c4x.h:189
8599 msgid "Enable new features under development"
8600 msgstr ""
8601
8602 #: config/c4x/c4x.h:191
8603 msgid "Disable new features under development"
8604 msgstr ""
8605
8606 #: config/c4x/c4x.h:193
8607 msgid "Use the BK register as a general purpose register"
8608 msgstr ""
8609
8610 #: config/c4x/c4x.h:195
8611 msgid "Do not allocate BK register"
8612 msgstr ""
8613
8614 #: config/c4x/c4x.h:197
8615 msgid "Enable use of DB instruction"
8616 msgstr ""
8617
8618 #: config/c4x/c4x.h:199
8619 msgid "Disable use of DB instruction"
8620 msgstr ""
8621
8622 #: config/c4x/c4x.h:201
8623 msgid "Enable debugging"
8624 msgstr ""
8625
8626 #: config/c4x/c4x.h:203
8627 msgid "Disable debugging"
8628 msgstr ""
8629
8630 #: config/c4x/c4x.h:205
8631 msgid "Force constants into registers to improve hoisting"
8632 msgstr ""
8633
8634 #: config/c4x/c4x.h:207
8635 msgid "Don't force constants into registers"
8636 msgstr ""
8637
8638 #: config/c4x/c4x.h:209
8639 msgid "Force RTL generation to emit valid 3 operand insns"
8640 msgstr ""
8641
8642 #: config/c4x/c4x.h:211
8643 msgid "Allow RTL generation to emit invalid 3 operand insns"
8644 msgstr ""
8645
8646 #: config/c4x/c4x.h:213
8647 msgid "Allow unsigned interation counts for RPTB/DB"
8648 msgstr ""
8649
8650 #: config/c4x/c4x.h:215
8651 msgid "Disallow unsigned iteration counts for RPTB/DB"
8652 msgstr ""
8653
8654 #: config/c4x/c4x.h:217
8655 msgid "Preserve all 40 bits of FP reg across call"
8656 msgstr ""
8657
8658 #: config/c4x/c4x.h:219
8659 msgid "Only preserve 32 bits of FP reg across call"
8660 msgstr ""
8661
8662 #: config/c4x/c4x.h:221
8663 msgid "Enable parallel instructions"
8664 msgstr ""
8665
8666 #: config/c4x/c4x.h:223
8667 msgid "Disable parallel instructions"
8668 msgstr ""
8669
8670 #: config/c4x/c4x.h:225
8671 msgid "Enable MPY||ADD and MPY||SUB instructions"
8672 msgstr ""
8673
8674 #: config/c4x/c4x.h:227
8675 msgid "Disable MPY||ADD and MPY||SUB instructions"
8676 msgstr ""
8677
8678 #: config/c4x/c4x.h:229
8679 msgid "Assume that pointers may be aliased"
8680 msgstr ""
8681
8682 #: config/c4x/c4x.h:231
8683 msgid "Assume that pointers not aliased"
8684 msgstr ""
8685
8686 #: config/c4x/c4x.h:321
8687 msgid "Specify maximum number of iterations for RPTS"
8688 msgstr ""
8689
8690 #: config/c4x/c4x.h:323
8691 msgid "Select CPU to generate code for"
8692 msgstr ""
8693
8694 #. Macros used in the machine description to test the flags.
8695 #. Macro to define tables used to set the flags.
8696 #. This is a list in braces of pairs in braces,
8697 #. each pair being { "NAME", VALUE }
8698 #. where VALUE is the bits to set or minus the bits to clear.
8699 #. An empty string NAME is used to identify the default VALUE.
8700 #: config/clipper/clipper.h:40
8701 msgid "Generate code for the C400"
8702 msgstr ""
8703
8704 #: config/clipper/clipper.h:41
8705 msgid "Generate code for the C300"
8706 msgstr ""
8707
8708 #: config/convex/convex.h:52
8709 msgid "Generate code for c1"
8710 msgstr ""
8711
8712 #: config/convex/convex.h:53
8713 msgid "Generate code for c2"
8714 msgstr ""
8715
8716 #: config/convex/convex.h:54
8717 msgid "Generate code for c32"
8718 msgstr ""
8719
8720 #: config/convex/convex.h:55 config/convex/convex.h:56
8721 msgid "Generate code for c34"
8722 msgstr ""
8723
8724 #: config/convex/convex.h:58
8725 msgid "Use standard calling sequence, with arg count word"
8726 msgstr ""
8727
8728 #: config/convex/convex.h:60
8729 msgid "Place arg count in a nop instruction (faster than push)"
8730 msgstr ""
8731
8732 #: config/convex/convex.h:62
8733 msgid "Don't push arg count, depend on symbol table"
8734 msgstr ""
8735
8736 #: config/convex/convex.h:64
8737 msgid "Use data cache for volatile mem refs (default)"
8738 msgstr ""
8739
8740 #: config/convex/convex.h:66
8741 msgid "Don't use data cache for volatile mem refs"
8742 msgstr ""
8743
8744 #: config/convex/convex.h:68
8745 msgid "Bypass data cache for volatile mem refs"
8746 msgstr ""
8747
8748 #: config/convex/convex.h:69
8749 msgid "Use 64-bit longs"
8750 msgstr ""
8751
8752 #: config/convex/convex.h:70
8753 msgid "Use cc- and libc-compatible 32-bit longs"
8754 msgstr ""
8755
8756 #: config/cris/aout.h:106
8757 msgid "Compile for the MMU-less Etrax 100-based elinux system"
8758 msgstr ""
8759
8760 #: config/cris/aout.h:113
8761 msgid "For elinux, request a specified stack-size for this program"
8762 msgstr ""
8763
8764 #: config/cris/cris.c:530
8765 msgid "Unexpected index-type in cris_print_index"
8766 msgstr ""
8767
8768 #: config/cris/cris.c:545
8769 msgid "Unexpected base-type in cris_print_base"
8770 msgstr ""
8771
8772 #: config/cris/cris.c:837
8773 #, c-format
8774 msgid "Stackframe too big: %d bytes"
8775 msgstr ""
8776
8777 #: config/cris/cris.c:1152
8778 msgid "Allocated but unused delay list in epilogue"
8779 msgstr ""
8780
8781 #: config/cris/cris.c:1162
8782 msgid ""
8783 "Unexpected function type needing stack adjustment for __builtin_eh_return"
8784 msgstr ""
8785
8786 #: config/cris/cris.c:1241
8787 msgid "Internal: Invalid operand with 'b'"
8788 msgstr ""
8789
8790 #: config/cris/cris.c:1253
8791 msgid "Internal: Invalid operand with 'v'"
8792 msgstr ""
8793
8794 #: config/cris/cris.c:1263
8795 msgid "Internal: Invalid operand with 'P'"
8796 msgstr ""
8797
8798 #: config/cris/cris.c:1270
8799 msgid "Internal: Invalid operand with 'p'"
8800 msgstr ""
8801
8802 #: config/cris/cris.c:1309
8803 msgid "Internal: Invalid operand with 'z'"
8804 msgstr ""
8805
8806 #: config/cris/cris.c:1337
8807 msgid "Internal: Invalid operand with 'H'"
8808 msgstr ""
8809
8810 #: config/cris/cris.c:1343 config/cris/cris.c:1462
8811 #, c-format
8812 msgid "Internal: Bad register: %d"
8813 msgstr ""
8814
8815 #: config/cris/cris.c:1367
8816 msgid "Internal: Invalid operand for 'H'"
8817 msgstr ""
8818
8819 #: config/cris/cris.c:1381
8820 msgid "Internal: Invalid operand with 'e'"
8821 msgstr ""
8822
8823 #: config/cris/cris.c:1398
8824 msgid "Internal: Invalid operand with 'm'"
8825 msgstr ""
8826
8827 #: config/cris/cris.c:1417
8828 msgid "Internal: Invalid operand with 'A' output modifier"
8829 msgstr ""
8830
8831 #: config/cris/cris.c:1425
8832 msgid "Internal: Invalid operand with 'D' output modifier"
8833 msgstr ""
8834
8835 #: config/cris/cris.c:1439
8836 msgid "Internal: Invalid operand with 'T'"
8837 msgstr ""
8838
8839 #: config/cris/cris.c:1510
8840 msgid "Can't print operand"
8841 msgstr ""
8842
8843 #: config/cris/cris.c:1530
8844 msgid "Internal: Cannot decode operand"
8845 msgstr ""
8846
8847 #: config/cris/cris.c:1565 config/cris/cris.c:1575
8848 msgid "Internal: This is not a recognized address"
8849 msgstr ""
8850
8851 #: config/cris/cris.c:1931
8852 msgid "Internal: sideeffect-insn affecting main effect"
8853 msgstr ""
8854
8855 #. If we get here, the caller got its initial tests wrong.
8856 #: config/cris/cris.c:2201
8857 msgid "Internal: cris_side_effect_mode_ok with bad operands"
8858 msgstr ""
8859
8860 #: config/cris/cris.c:2283 config/cris/cris.c:2341
8861 msgid "Unrecognized supposed constant"
8862 msgstr ""
8863
8864 #: config/cris/cris.c:2382
8865 msgid "Unrecognized supposed constant in cris_global_pic_symbol"
8866 msgstr ""
8867
8868 #: config/cris/cris.c:2401
8869 #, c-format
8870 msgid "-max-stackframe=%d is not usable, not between 0 and %d"
8871 msgstr ""
8872
8873 #: config/cris/cris.c:2429
8874 #, c-format
8875 msgid "Unknown CRIS version specification in -march= or -mcpu= : %s"
8876 msgstr ""
8877
8878 #: config/cris/cris.c:2465
8879 #, c-format
8880 msgid "Unknown CRIS cpu version specification in -mtune= : %s"
8881 msgstr ""
8882
8883 #: config/cris/cris.c:2483
8884 msgid "-fPIC not supported in this configuration"
8885 msgstr ""
8886
8887 #: config/cris/cris.c:2499
8888 msgid "Specified -g option is invalid with -maout and -melinux"
8889 msgstr ""
8890
8891 #: config/cris/cris.c:2692 config/cris/cris.c:2737
8892 msgid "Unexpected side-effects in address"
8893 msgstr ""
8894
8895 #. Labels are never marked as global symbols.
8896 #: config/cris/cris.c:2834 config/cris/cris.c:2865
8897 msgid "Unexpected PIC symbol"
8898 msgstr ""
8899
8900 #: config/cris/cris.c:2838 config/cris/cris.c:2869
8901 msgid "Emitting PIC operand, but PIC register isn't set up"
8902 msgstr ""
8903
8904 #: config/cris/cris.c:2851 config/cris/cris.c:2934
8905 msgid "Unexpected address expression"
8906 msgstr ""
8907
8908 #: config/cris/cris.c:2878
8909 msgid "Unexpected NOTE as addr_const:"
8910 msgstr ""
8911
8912 #. No "no-etrax" as it does not really imply any model. On the other hand, "etrax" implies the common (and large) subset matching all models.
8913 #: config/cris/cris.h:332
8914 msgid "Compile for ETRAX 4 (CRIS v3)"
8915 msgstr ""
8916
8917 #: config/cris/cris.h:337
8918 msgid "Compile for ETRAX 100 (CRIS v8)"
8919 msgstr ""
8920
8921 #: config/cris/cris.h:341
8922 msgid "Emit verbose debug information in assembly code"
8923 msgstr ""
8924
8925 #: config/cris/cris.h:344
8926 msgid "Do not use condition codes from normal instructions"
8927 msgstr ""
8928
8929 #: config/cris/cris.h:348
8930 msgid "Do not emit addressing modes with side-effect assignment"
8931 msgstr ""
8932
8933 #: config/cris/cris.h:351
8934 msgid "Do not tune stack alignment"
8935 msgstr ""
8936
8937 #: config/cris/cris.h:354
8938 msgid "Do not tune writable data alignment"
8939 msgstr ""
8940
8941 #: config/cris/cris.h:357
8942 msgid "Do not tune code and read-only data alignment"
8943 msgstr ""
8944
8945 #: config/cris/cris.h:366
8946 msgid "Align code and data to 32 bits"
8947 msgstr ""
8948
8949 #: config/cris/cris.h:379
8950 msgid "Don't align items in code or data"
8951 msgstr ""
8952
8953 #: config/cris/cris.h:382
8954 msgid "Do not emit function prologue or epilogue"
8955 msgstr ""
8956
8957 #. We have to handle this m-option here since we can't wash it off in both CC1_SPEC and CC1PLUS_SPEC.
8958 #: config/cris/cris.h:386
8959 msgid "Use the most feature-enabling options allowed by other options"
8960 msgstr ""
8961
8962 #. We must call it "override-" since calling it "no-" will cause gcc.c to forget it, if there's a "later" -mbest-lib-options. Kludgy, but needed for some multilibbed files.
8963 #: config/cris/cris.h:392
8964 msgid "Override -mbest-lib-options"
8965 msgstr ""
8966
8967 #: config/cris/cris.h:424
8968 msgid "Generate code for the specified chip or CPU version"
8969 msgstr ""
8970
8971 #: config/cris/cris.h:426
8972 msgid "Tune alignment for the specified chip or CPU version"
8973 msgstr ""
8974
8975 #: config/cris/cris.h:428
8976 msgid "Warn when a stackframe is larger than the specified size"
8977 msgstr ""
8978
8979 #. Node: Profiling
8980 #: config/cris/cris.h:1028
8981 msgid "No FUNCTION_PROFILER for CRIS"
8982 msgstr ""
8983
8984 #. No profiling for the time being.
8985 #: config/cris/cris.h:1032
8986 msgid "No FUNCTION_BLOCK_PROFILER for CRIS"
8987 msgstr ""
8988
8989 #. No profiling for the time being.
8990 #: config/cris/cris.h:1036
8991 msgid "No BLOCK_PROFILER for CRIS"
8992 msgstr ""
8993
8994 #: config/cris/linux.h:74
8995 msgid "Together with -fpic and -fPIC, do not use GOTPLT references"
8996 msgstr ""
8997
8998 #: config/d30v/d30v.c:203
8999 #, c-format
9000 msgid "Bad modes_tieable_p for register %s, mode1 %s, mode2 %s"
9001 msgstr ""
9002
9003 #: config/d30v/d30v.c:2670
9004 msgid "Bad insn to d30v_print_operand_address:"
9005 msgstr ""
9006
9007 #: config/d30v/d30v.c:2687 config/d30v/d30v.c:2748 config/d30v/d30v.c:2769
9008 #: config/d30v/d30v.c:2787
9009 msgid "Bad insn to d30v_print_operand_memory_reference:"
9010 msgstr ""
9011
9012 #: config/d30v/d30v.c:2855
9013 msgid "Bad insn to d30v_print_operand, 'f' modifier:"
9014 msgstr ""
9015
9016 #: config/d30v/d30v.c:2864
9017 msgid "Bad insn to d30v_print_operand, 'A' modifier:"
9018 msgstr ""
9019
9020 #: config/d30v/d30v.c:2871
9021 msgid "Bad insn to d30v_print_operand, 'M' modifier:"
9022 msgstr ""
9023
9024 #: config/d30v/d30v.c:2925
9025 msgid "Bad insn to print_operand, 'F' or 'T' modifier:"
9026 msgstr ""
9027
9028 #: config/d30v/d30v.c:2936
9029 msgid "Bad insn to print_operand, 'B' modifier:"
9030 msgstr ""
9031
9032 #: config/d30v/d30v.c:2943
9033 msgid "Bad insn to print_operand, 'E' modifier:"
9034 msgstr ""
9035
9036 #: config/d30v/d30v.c:2961
9037 msgid "Bad insn to print_operand, 'R' modifier:"
9038 msgstr ""
9039
9040 #: config/d30v/d30v.c:2970 config/d30v/d30v.c:2978
9041 msgid "Bad insn to print_operand, 's' modifier:"
9042 msgstr ""
9043
9044 #: config/d30v/d30v.c:3007
9045 msgid "Bad insn in d30v_print_operand, 0 case"
9046 msgstr ""
9047
9048 #: config/d30v/d30v.c:3362
9049 msgid "d30v_emit_comparison"
9050 msgstr ""
9051
9052 #: config/d30v/d30v.c:3406
9053 msgid "Bad call to d30v_move_2words"
9054 msgstr ""
9055
9056 #. This macro defines names of command options to set and clear bits in
9057 #. `target_flags'. Its definition is an initializer with a subgrouping for
9058 #. each command option.
9059 #.
9060 #. Each subgrouping contains a string constant, that defines the option name, a
9061 #. number, which contains the bits to set in `target_flags', and a second
9062 #. string which is the description displayed by `--help'. If the number is
9063 #. negative then the bits specified by the number are cleared instead of being
9064 #. set. If the description string is present but empty, then no help
9065 #. information will be displayed for that option, but it will not count as an
9066 #. undocumented option. The actual option name is made by appending `-m' to
9067 #. the specified name.
9068 #.
9069 #. One of the subgroupings should have a null string. The number in this
9070 #. grouping is the default value for target_flags. Any target options act
9071 #. starting with that value.
9072 #.
9073 #. Here is an example which defines -m68000 and -m68020 with opposite meanings,
9074 #. and picks the latter as the default:
9075 #.
9076 #. #define TARGET_SWITCHES { { "68020", TARGET_MASK_68020, "" }, { "68000", -TARGET_MASK_68020, "Compile for the 68000" }, { "", TARGET_MASK_68020, "" }}
9077 #: config/d30v/d30v.h:443
9078 msgid "Enable use of conditional move instructions"
9079 msgstr ""
9080
9081 #: config/d30v/d30v.h:446
9082 msgid "Disable use of conditional move instructions"
9083 msgstr ""
9084
9085 #: config/d30v/d30v.h:449
9086 msgid "Debug argument support in compiler"
9087 msgstr ""
9088
9089 #: config/d30v/d30v.h:452
9090 msgid "Debug stack support in compiler"
9091 msgstr ""
9092
9093 #: config/d30v/d30v.h:455
9094 msgid "Debug memory address support in compiler"
9095 msgstr ""
9096
9097 #: config/d30v/d30v.h:458
9098 msgid "Make adjacent short instructions parallel if possible."
9099 msgstr ""
9100
9101 #: config/d30v/d30v.h:461
9102 msgid "Do not make adjacent short instructions parallel."
9103 msgstr ""
9104
9105 #: config/d30v/d30v.h:464 config/d30v/d30v.h:467
9106 msgid "Link programs/data to be in external memory by default"
9107 msgstr ""
9108
9109 #: config/d30v/d30v.h:470
9110 msgid "Link programs/data to be in onchip memory by default"
9111 msgstr ""
9112
9113 #. This macro is similar to `TARGET_SWITCHES' but defines names of command
9114 #. options that have values. Its definition is an initializer with a
9115 #. subgrouping for each command option.
9116 #.
9117 #. Each subgrouping contains a string constant, that defines the fixed part of
9118 #. the option name, the address of a variable, and a description string. The
9119 #. variable, type `char *', is set to the variable part of the given option if
9120 #. the fixed part matches. The actual option name is made by appending `-m' to
9121 #. the specified name.
9122 #.
9123 #. Here is an example which defines `-mshort-data-<number>'. If the given
9124 #. option is `-mshort-data-512', the variable `m88k_short_data' will be set to
9125 #. the string "512".
9126 #.
9127 #. extern char *m88k_short_data;
9128 #. #define TARGET_OPTIONS { { "short-data-", &m88k_short_data, "Specify the size of the short data section" } }
9129 #: config/d30v/d30v.h:497
9130 msgid "Change the branch costs within the compiler"
9131 msgstr ""
9132
9133 #: config/d30v/d30v.h:500
9134 msgid "Change the threshold for conversion to conditional execution"
9135 msgstr ""
9136
9137 #: config/dsp16xx/dsp16xx.c:1454 config/dsp16xx/dsp16xx.c:1477
9138 msgid "Stack size > 32k"
9139 msgstr ""
9140
9141 #: config/dsp16xx/dsp16xx.c:1686
9142 msgid "Invalid addressing mode"
9143 msgstr ""
9144
9145 #: config/dsp16xx/dsp16xx.c:1865
9146 msgid "Bad register extension code"
9147 msgstr ""
9148
9149 #: config/dsp16xx/dsp16xx.c:1964
9150 msgid "Invalid offset in ybase addressing"
9151 msgstr ""
9152
9153 #: config/dsp16xx/dsp16xx.c:1967
9154 msgid "Invalid register in ybase addressing"
9155 msgstr ""
9156
9157 #: config/dsp16xx/dsp16xx.c:1996 config/dsp16xx/dsp16xx.c:2293
9158 msgid "inline float constants not supported on this host"
9159 msgstr ""
9160
9161 #: config/dsp16xx/dsp16xx.c:2146
9162 msgid "Invalid shift operator in emit_1600_core_shift"
9163 msgstr ""
9164
9165 #: config/dsp16xx/dsp16xx.c:2514
9166 msgid "Invalid mode for gen_tst_reg"
9167 msgstr ""
9168
9169 #: config/dsp16xx/dsp16xx.c:2586
9170 msgid "Invalid mode for integer comparison in gen_compare_reg"
9171 msgstr ""
9172
9173 #. Macro to define tables used to set the flags.
9174 #. This is a list in braces of pairs in braces,
9175 #. each pair being { "NAME", VALUE }
9176 #. where VALUE is the bits to set or minus the bits to clear.
9177 #. An empty string NAME is used to identify the default VALUE.
9178 #: config/dsp16xx/dsp16xx.h:215
9179 msgid "Pass parameters in registers (default)"
9180 msgstr ""
9181
9182 #: config/dsp16xx/dsp16xx.h:217
9183 msgid "Don't pass parameters in registers"
9184 msgstr ""
9185
9186 #: config/dsp16xx/dsp16xx.h:219
9187 msgid "Generate code for near calls"
9188 msgstr ""
9189
9190 #: config/dsp16xx/dsp16xx.h:221
9191 msgid "Don't generate code for near calls"
9192 msgstr ""
9193
9194 #: config/dsp16xx/dsp16xx.h:223
9195 msgid "Generate code for near jumps"
9196 msgstr ""
9197
9198 #: config/dsp16xx/dsp16xx.h:225
9199 msgid "Don't generate code for near jumps"
9200 msgstr ""
9201
9202 #: config/dsp16xx/dsp16xx.h:227
9203 msgid "Generate code for a bit-manipulation unit"
9204 msgstr ""
9205
9206 #: config/dsp16xx/dsp16xx.h:229
9207 msgid "Don't generate code for a bit-manipulation unit"
9208 msgstr ""
9209
9210 #: config/dsp16xx/dsp16xx.h:231
9211 msgid "Generate code for memory map1"
9212 msgstr ""
9213
9214 #: config/dsp16xx/dsp16xx.h:233
9215 msgid "Generate code for memory map2"
9216 msgstr ""
9217
9218 #: config/dsp16xx/dsp16xx.h:235
9219 msgid "Generate code for memory map3"
9220 msgstr ""
9221
9222 #: config/dsp16xx/dsp16xx.h:237
9223 msgid "Generate code for memory map4"
9224 msgstr ""
9225
9226 #: config/dsp16xx/dsp16xx.h:239
9227 msgid "Ouput extra code for initialized data"
9228 msgstr ""
9229
9230 #: config/dsp16xx/dsp16xx.h:241
9231 msgid "Don't let reg. allocator use ybase registers"
9232 msgstr ""
9233
9234 #: config/dsp16xx/dsp16xx.h:243
9235 msgid "Output extra debug info in Luxworks environment"
9236 msgstr ""
9237
9238 #: config/dsp16xx/dsp16xx.h:245
9239 msgid "Save temp. files in Luxworks environment"
9240 msgstr ""
9241
9242 #. This macro is similar to `TARGET_SWITCHES' but defines names of
9243 #. command options that have values. Its definition is an
9244 #. initializer with a subgrouping for each command option.
9245 #.
9246 #. Each subgrouping contains a string constant, that defines the
9247 #. fixed part of the option name, and the address of a variable.
9248 #. The variable, type `char *', is set to the variable part of the
9249 #. given option if the fixed part matches. The actual option name
9250 #. is made by appending `-m' to the specified name.
9251 #.
9252 #. Here is an example which defines `-mshort-data-NUMBER'. If the
9253 #. given option is `-mshort-data-512', the variable `m88k_short_data'
9254 #. will be set to the string `"512"'.
9255 #.
9256 #. extern char *m88k_short_data;
9257 #. #define TARGET_OPTIONS { { "short-data-", &m88k_short_data } }
9258 #: config/dsp16xx/dsp16xx.h:274
9259 msgid "Specify alternate name for text section"
9260 msgstr ""
9261
9262 #: config/dsp16xx/dsp16xx.h:276
9263 msgid "Specify alternate name for data section"
9264 msgstr ""
9265
9266 #: config/dsp16xx/dsp16xx.h:278
9267 msgid "Specify alternate name for bss section"
9268 msgstr ""
9269
9270 #: config/dsp16xx/dsp16xx.h:280
9271 msgid "Specify alternate name for constant section"
9272 msgstr ""
9273
9274 #: config/dsp16xx/dsp16xx.h:282
9275 msgid "Specify alternate name for dsp16xx chip"
9276 msgstr ""
9277
9278 #. Output assembler code to FILE to increment profiler label # LABELNO
9279 #. for profiling a function entry.
9280 #: config/dsp16xx/dsp16xx.h:1236 config/dsp16xx/dsp16xx.h:1241
9281 #: config/dsp16xx/dsp16xx.h:1246 config/dsp16xx/dsp16xx.h:1857
9282 #: config/dsp16xx/dsp16xx.h:1862
9283 msgid "Profiling not implemented yet."
9284 msgstr ""
9285
9286 #. Emit RTL insns to initialize the variable parts of a trampoline.
9287 #. FNADDR is an RTX for the address of the function's pure code.
9288 #. CXT is an RTX for the static chain value for the function.
9289 #: config/dsp16xx/dsp16xx.h:1257 config/dsp16xx/dsp16xx.h:1269
9290 msgid "Trampolines not yet implemented"
9291 msgstr ""
9292
9293 #. Macro to define tables used to set the flags.
9294 #. This is a list in braces of pairs in braces,
9295 #. each pair being { "NAME", VALUE }
9296 #. where VALUE is the bits to set or minus the bits to clear.
9297 #. An empty string NAME is used to identify the default VALUE.
9298 #: config/elxsi/elxsi.h:51
9299 msgid "Generate code the unix assembler can handle"
9300 msgstr ""
9301
9302 #: config/elxsi/elxsi.h:52
9303 msgid "Generate code an embedded assembler can handle"
9304 msgstr ""
9305
9306 #: config/fr30/fr30.c:449
9307 msgid "fr30_print_operand_address: unhandled address"
9308 msgstr ""
9309
9310 #: config/fr30/fr30.c:476
9311 #, c-format
9312 msgid "fr30_print_operand: unrecognised %p code"
9313 msgstr ""
9314
9315 #: config/fr30/fr30.c:496
9316 msgid "fr30_print_operand: unrecognised %b code"
9317 msgstr ""
9318
9319 #: config/fr30/fr30.c:517
9320 msgid "fr30_print_operand: unrecognised %B code"
9321 msgstr ""
9322
9323 #: config/fr30/fr30.c:525
9324 msgid "fr30_print_operand: invalid operand to %A code"
9325 msgstr ""
9326
9327 #: config/fr30/fr30.c:542
9328 #, c-format
9329 msgid "fr30_print_operand: invalid %x code"
9330 msgstr ""
9331
9332 #: config/fr30/fr30.c:549
9333 msgid "fr30_print_operand: invalid %F code"
9334 msgstr ""
9335
9336 #: config/fr30/fr30.c:565
9337 msgid "fr30_print_operand: unknown code"
9338 msgstr ""
9339
9340 #: config/fr30/fr30.c:594 config/fr30/fr30.c:603 config/fr30/fr30.c:614
9341 #: config/fr30/fr30.c:627
9342 msgid "fr30_print_operand: unhandled MEM"
9343 msgstr ""
9344
9345 #: config/fr30/fr30.h:76
9346 msgid "Assume small address space"
9347 msgstr ""
9348
9349 #: config/h8300/h8300.c:136
9350 msgid "-ms2600 is used without -ms."
9351 msgstr ""
9352
9353 #: config/h8300/h8300.c:3059 config/h8300/h8300.c:3090
9354 msgid "Only initialized variables can be placed into the 8-bit area."
9355 msgstr ""
9356
9357 #. Macro to define tables used to set the flags.
9358 #. This is a list in braces of pairs in braces,
9359 #. each pair being { "NAME", VALUE }
9360 #. where VALUE is the bits to set or minus the bits to clear.
9361 #. An empty string NAME is used to identify the default VALUE.
9362 #: config/h8300/h8300.h:117
9363 msgid "Generate H8/S code"
9364 msgstr ""
9365
9366 #: config/h8300/h8300.h:118
9367 msgid "Do not generate H8/S code"
9368 msgstr ""
9369
9370 #: config/h8300/h8300.h:119
9371 msgid "Generate H8/S2600 code"
9372 msgstr ""
9373
9374 #: config/h8300/h8300.h:120
9375 msgid "Do not generate H8/S2600 code"
9376 msgstr ""
9377
9378 #: config/h8300/h8300.h:121
9379 msgid "Make integers 32 bits wide"
9380 msgstr ""
9381
9382 #: config/h8300/h8300.h:124
9383 msgid "Use registers for argument passing"
9384 msgstr ""
9385
9386 #: config/h8300/h8300.h:126
9387 msgid "Do not use registers for argument passing"
9388 msgstr ""
9389
9390 #: config/h8300/h8300.h:128
9391 msgid "Consider access to byte sized memory slow"
9392 msgstr ""
9393
9394 #: config/h8300/h8300.h:129
9395 msgid "Enable linker relaxing"
9396 msgstr ""
9397
9398 #: config/h8300/h8300.h:131
9399 msgid "Generate H8/300H code"
9400 msgstr ""
9401
9402 #: config/h8300/h8300.h:132
9403 msgid "Do not generate H8/300H code"
9404 msgstr ""
9405
9406 #: config/h8300/h8300.h:133
9407 msgid "Use H8/300 alignment rules"
9408 msgstr ""
9409
9410 #: config/i370/i370-c.c:54
9411 msgid "junk at end of #pragma map"
9412 msgstr ""
9413
9414 #: config/i370/i370-c.c:60
9415 msgid "malformed #pragma map, ignored"
9416 msgstr ""
9417
9418 #: config/i370/i370.c:880
9419 msgid "real name is too long - alias ignored"
9420 msgstr ""
9421
9422 #: config/i370/i370.c:885
9423 msgid "alias name is too long - alias ignored"
9424 msgstr ""
9425
9426 #: config/i370/i370.c:1156
9427 msgid "internal error--no jump follows compare:"
9428 msgstr ""
9429
9430 #. Macro to define tables used to set the flags. This is a list in braces
9431 #. of pairs in braces, each pair being { "NAME", VALUE }
9432 #. where VALUE is the bits to set or minus the bits to clear.
9433 #. An empty string NAME is used to identify the default VALUE.
9434 #: config/i370/i370.h:63
9435 msgid "Generate char instructions"
9436 msgstr ""
9437
9438 #: config/i370/i370.h:64
9439 msgid "Do not generate char instructions"
9440 msgstr ""
9441
9442 #: config/i386/cygwin.h:51
9443 msgid "Use the Cygwin interface"
9444 msgstr ""
9445
9446 #: config/i386/cygwin.h:53
9447 msgid "Use the Mingw32 interface"
9448 msgstr ""
9449
9450 #: config/i386/cygwin.h:54
9451 msgid "Create GUI application"
9452 msgstr ""
9453
9454 #: config/i386/cygwin.h:55
9455 msgid "Don't set Windows defines"
9456 msgstr ""
9457
9458 #: config/i386/cygwin.h:56
9459 msgid "Set Windows defines"
9460 msgstr ""
9461
9462 #: config/i386/cygwin.h:58
9463 msgid "Create console application"
9464 msgstr ""
9465
9466 #: config/i386/cygwin.h:59 config/i386/win32.h:59
9467 msgid "Generate code for a DLL"
9468 msgstr ""
9469
9470 #: config/i386/cygwin.h:61 config/i386/win32.h:61
9471 msgid "Ignore dllimport for functions"
9472 msgstr ""
9473
9474 #: config/i386/cygwin.h:63
9475 msgid "Use Mingw-specific thread support"
9476 msgstr ""
9477
9478 #: config/i386/cygwin.h:255
9479 #, c-format
9480 msgid "-f%s ignored for target (all code is position independent)"
9481 msgstr ""
9482
9483 #: config/i386/dgux.c:185
9484 #, c-format
9485 msgid "Internal gcc abort from %s:%d"
9486 msgstr ""
9487
9488 #: config/i386/dgux.c:189
9489 msgid "The local variable `insn' has the value:"
9490 msgstr ""
9491
9492 #: config/i386/dgux.h:60
9493 msgid "Retain standard MXDB information"
9494 msgstr ""
9495
9496 #: config/i386/dgux.h:62
9497 msgid "Retain legend information"
9498 msgstr ""
9499
9500 #: config/i386/dgux.h:65
9501 msgid "Generate external legend information"
9502 msgstr ""
9503
9504 #: config/i386/dgux.h:67
9505 msgid "Emit identifying info in .s file"
9506 msgstr ""
9507
9508 #: config/i386/dgux.h:69
9509 msgid "Warn when a function arg is a structure"
9510 msgstr ""
9511
9512 #: config/i386/dgux.h:248
9513 msgid "argument is a structure"
9514 msgstr ""
9515
9516 #: config/i386/djgpp.h:217
9517 msgid "-mbnu210 is ignored (option is obsolete)."
9518 msgstr ""
9519
9520 #: config/i386/i386.c:845
9521 #, c-format
9522 msgid "Code model %s not supported in PIC mode"
9523 msgstr ""
9524
9525 #: config/i386/i386.c:855 config/sparc/sparc.c:323
9526 #, c-format
9527 msgid "bad value (%s) for -mcmodel= switch"
9528 msgstr ""
9529
9530 #: config/i386/i386.c:864
9531 #, c-format
9532 msgid "Code model `%s' not supported in the %s bit mode."
9533 msgstr ""
9534
9535 #: config/i386/i386.c:867
9536 msgid "Code model `large' not supported yet."
9537 msgstr ""
9538
9539 #: config/i386/i386.c:869
9540 #, c-format
9541 msgid "%i-bit mode not compiled in."
9542 msgstr ""
9543
9544 #: config/i386/i386.c:884 config/mips/mips.c:4958
9545 #, c-format
9546 msgid "bad value (%s) for -march= switch"
9547 msgstr ""
9548
9549 #: config/i386/i386.c:896 config/mips/mips.c:4914
9550 #, c-format
9551 msgid "bad value (%s) for -mcpu= switch"
9552 msgstr ""
9553
9554 #: config/i386/i386.c:916
9555 #, c-format
9556 msgid "-mregparm=%d is not between 0 and %d"
9557 msgstr ""
9558
9559 #: config/i386/i386.c:929
9560 msgid "-malign-loops is obsolete, use -falign-loops"
9561 msgstr ""
9562
9563 #: config/i386/i386.c:934 config/i386/i386.c:947 config/i386/i386.c:960
9564 #, c-format
9565 msgid "-malign-loops=%d is not between 0 and %d"
9566 msgstr ""
9567
9568 #: config/i386/i386.c:942
9569 msgid "-malign-jumps is obsolete, use -falign-jumps"
9570 msgstr ""
9571
9572 #: config/i386/i386.c:955
9573 msgid "-malign-functions is obsolete, use -falign-functions"
9574 msgstr ""
9575
9576 #: config/i386/i386.c:986
9577 #, c-format
9578 msgid "-mpreferred-stack-boundary=%d is not between %d and 12"
9579 msgstr ""
9580
9581 #: config/i386/i386.c:998
9582 #, c-format
9583 msgid "-mbranch-cost=%d is not between 0 and 5"
9584 msgstr ""
9585
9586 #: config/i386/i386.c:1015
9587 msgid "-malign-double makes no sense in the 64bit mode."
9588 msgstr ""
9589
9590 #: config/i386/i386.c:1017
9591 msgid "-mrtd calling convention not supported in the 64bit mode."
9592 msgstr ""
9593
9594 #: config/i386/i386.c:1146
9595 #, c-format
9596 msgid "`%s' attribute requires an integer constant argument"
9597 msgstr ""
9598
9599 #: config/i386/i386.c:1152
9600 #, c-format
9601 msgid "argument to `%s' attribute larger than %d"
9602 msgstr ""
9603
9604 #: config/i386/i386.c:5185
9605 msgid "invalid UNSPEC as operand"
9606 msgstr ""
9607
9608 #: config/i386/i386.c:5386
9609 msgid "Extended registers have no high halves\n"
9610 msgstr ""
9611
9612 #: config/i386/i386.c:5401
9613 msgid "Unsupported operand size for extended register.\n"
9614 msgstr ""
9615
9616 #: config/i386/i386.c:9832
9617 msgid "Unknown insn mode"
9618 msgstr ""
9619
9620 #. @@@ better error message
9621 #: config/i386/i386.c:11707 config/i386/i386.c:11740 config/i386/i386.c:11877
9622 msgid "selector must be an immediate"
9623 msgstr ""
9624
9625 #. @@@ better error message
9626 #: config/i386/i386.c:11908 config/i386/i386.c:11936
9627 msgid "mask must be an immediate"
9628 msgstr ""
9629
9630 #: config/i386/i386.h:45 config/mips/mips.h:194
9631 msgid "half-pic init called on systems that don't support it."
9632 msgstr ""
9633
9634 #: config/i386/i386.h:282
9635 msgid "Same as -mcpu=i386"
9636 msgstr ""
9637
9638 #: config/i386/i386.h:283
9639 msgid "Same as -mcpu=i486"
9640 msgstr ""
9641
9642 #: config/i386/i386.h:284
9643 msgid "Same as -mcpu=pentium"
9644 msgstr ""
9645
9646 #: config/i386/i386.h:285
9647 msgid "Same as -mcpu=pentiumpro"
9648 msgstr ""
9649
9650 #: config/i386/i386.h:287
9651 msgid "Alternate calling convention"
9652 msgstr ""
9653
9654 #: config/i386/i386.h:289 config/m68k/m68k.h:170 config/ns32k/ns32k.h:106
9655 msgid "Use normal calling convention"
9656 msgstr ""
9657
9658 #: config/i386/i386.h:291
9659 msgid "Align some doubles on dword boundary"
9660 msgstr ""
9661
9662 #: config/i386/i386.h:293
9663 msgid "Align doubles on word boundary"
9664 msgstr ""
9665
9666 #: config/i386/i386.h:295
9667 msgid "Uninitialized locals in .bss"
9668 msgstr ""
9669
9670 #: config/i386/i386.h:297
9671 msgid "Uninitialized locals in .data"
9672 msgstr ""
9673
9674 #: config/i386/i386.h:299 config/m68k/linux-aout.h:45 config/m68k/linux.h:49
9675 msgid "Use IEEE math for fp comparisons"
9676 msgstr ""
9677
9678 #: config/i386/i386.h:301
9679 msgid "Do not use IEEE math for fp comparisons"
9680 msgstr ""
9681
9682 #: config/i386/i386.h:303
9683 msgid "Return values of functions in FPU registers"
9684 msgstr ""
9685
9686 #: config/i386/i386.h:305
9687 msgid "Do not return values of functions in FPU registers"
9688 msgstr ""
9689
9690 #: config/i386/i386.h:307
9691 msgid "Do not generate sin, cos, sqrt for FPU"
9692 msgstr ""
9693
9694 #: config/i386/i386.h:309
9695 msgid "Generate sin, cos, sqrt for FPU"
9696 msgstr ""
9697
9698 #: config/i386/i386.h:311
9699 msgid "Omit the frame pointer in leaf functions"
9700 msgstr ""
9701
9702 #. undocumented
9703 #. undocumented
9704 #. undocumented
9705 #. undocumented
9706 #: config/i386/i386.h:318
9707 msgid "Enable stack probing"
9708 msgstr ""
9709
9710 #. undocumented
9711 #. undocumented
9712 #: config/i386/i386.h:323
9713 msgid "Emit Intel syntax assembler opcodes"
9714 msgstr ""
9715
9716 #: config/i386/i386.h:326
9717 msgid "Align destination of the string operations"
9718 msgstr ""
9719
9720 #: config/i386/i386.h:328
9721 msgid "Do not align destination of the string operations"
9722 msgstr ""
9723
9724 #: config/i386/i386.h:330
9725 msgid "Inline all known string operations"
9726 msgstr ""
9727
9728 #: config/i386/i386.h:332
9729 msgid "Do not inline all known string operations"
9730 msgstr ""
9731
9732 #: config/i386/i386.h:334 config/i386/i386.h:338
9733 msgid "Use push instructions to save outgoing arguments"
9734 msgstr ""
9735
9736 #: config/i386/i386.h:336 config/i386/i386.h:340
9737 msgid "Do not use push instructions to save outgoing arguments"
9738 msgstr ""
9739
9740 #: config/i386/i386.h:341
9741 msgid "Support MMX builtins"
9742 msgstr ""
9743
9744 #: config/i386/i386.h:343
9745 msgid "Do not support MMX builtins"
9746 msgstr ""
9747
9748 #: config/i386/i386.h:345
9749 msgid "Support 3DNow! builtins"
9750 msgstr ""
9751
9752 #: config/i386/i386.h:347
9753 msgid "Do not support 3DNow! builtins"
9754 msgstr ""
9755
9756 #: config/i386/i386.h:349
9757 msgid "Support MMX and SSE builtins and code generation"
9758 msgstr ""
9759
9760 #: config/i386/i386.h:351
9761 msgid "Do not support MMX and SSE builtins and code generation"
9762 msgstr ""
9763
9764 #: config/i386/i386.h:353
9765 msgid "Support MMX, SSE and SSE2 builtins and code generation"
9766 msgstr ""
9767
9768 #: config/i386/i386.h:355
9769 msgid "Do not support MMX, SSE and SSE2 builtins and code generation"
9770 msgstr ""
9771
9772 #: config/i386/i386.h:357
9773 msgid "Use both SSE and i387 instruction sets for floating point arithmetics"
9774 msgstr ""
9775
9776 #: config/i386/i386.h:359
9777 msgid ""
9778 "Do not use both SSE and i387 instruction sets for floating point arithmetics"
9779 msgstr ""
9780
9781 #: config/i386/i386.h:361
9782 msgid "sizeof(long double) is 16."
9783 msgstr ""
9784
9785 #: config/i386/i386.h:363
9786 msgid "sizeof(long double) is 12."
9787 msgstr ""
9788
9789 #: config/i386/i386.h:365
9790 msgid "Generate 64bit x86-64 code"
9791 msgstr ""
9792
9793 #: config/i386/i386.h:367
9794 msgid "Generate 32bit i386 code"
9795 msgstr ""
9796
9797 #: config/i386/i386.h:369
9798 msgid "Use red-zone in the x86-64 code"
9799 msgstr ""
9800
9801 #: config/i386/i386.h:371
9802 msgid "Do not use red-zone in the x86-64 code"
9803 msgstr ""
9804
9805 #. This macro is similar to `TARGET_SWITCHES' but defines names of
9806 #. command options that have values. Its definition is an
9807 #. initializer with a subgrouping for each command option.
9808 #.
9809 #. Each subgrouping contains a string constant, that defines the
9810 #. fixed part of the option name, and the address of a variable. The
9811 #. variable, type `char *', is set to the variable part of the given
9812 #. option if the fixed part matches. The actual option name is made
9813 #. by appending `-m' to the specified name.
9814 #: config/i386/i386.h:411 config/rs6000/rs6000.h:410 config/sparc/sparc.h:711
9815 msgid "Schedule code for given CPU"
9816 msgstr ""
9817
9818 #: config/i386/i386.h:413
9819 msgid "Generate code for given CPU"
9820 msgstr ""
9821
9822 #: config/i386/i386.h:415
9823 msgid "Number of registers used to pass integer arguments"
9824 msgstr ""
9825
9826 #. TARGET_DEFAULT is defined in sun*.h and isi.h, etc.
9827 #. This macro is similar to `TARGET_SWITCHES' but defines names of
9828 #. command options that have values. Its definition is an
9829 #. initializer with a subgrouping for each command option.
9830 #.
9831 #. Each subgrouping contains a string constant, that defines the
9832 #. fixed part of the option name, and the address of a variable. The
9833 #. variable, type `char *', is set to the variable part of the given
9834 #. option if the fixed part matches. The actual option name is made
9835 #. by appending `-m' to the specified name.
9836 #: config/i386/i386.h:417 config/m68k/m68k.h:253
9837 msgid "Loop code aligned to this power of 2"
9838 msgstr ""
9839
9840 #: config/i386/i386.h:419 config/m68k/m68k.h:255
9841 msgid "Jump targets are aligned to this power of 2"
9842 msgstr ""
9843
9844 #: config/i386/i386.h:421 config/m68k/m68k.h:257
9845 msgid "Function starts are aligned to this power of 2"
9846 msgstr ""
9847
9848 #: config/i386/i386.h:424
9849 msgid "Attempt to keep stack aligned to this power of 2"
9850 msgstr ""
9851
9852 #: config/i386/i386.h:426
9853 msgid "Branches are this expensive (1-5, arbitrary units)"
9854 msgstr ""
9855
9856 #: config/i386/i386.h:428
9857 msgid "Use given x86-64 code model"
9858 msgstr ""
9859
9860 #: config/i386/osf1elf.h:112
9861 msgid "Profiling uses mcount"
9862 msgstr ""
9863
9864 #: config/i386/osfrose.h:60
9865 msgid "Emit half-PIC code"
9866 msgstr ""
9867
9868 #. intentionally undoc
9869 #. intentionally undoc
9870 #: config/i386/osfrose.h:67
9871 msgid "Emit ELF object code"
9872 msgstr ""
9873
9874 #: config/i386/osfrose.h:69
9875 msgid "Emit ROSE object code"
9876 msgstr ""
9877
9878 #: config/i386/osfrose.h:71
9879 msgid "Symbols have a leading underscore"
9880 msgstr ""
9881
9882 #: config/i386/osfrose.h:74
9883 msgid "Align to >word boundaries"
9884 msgstr ""
9885
9886 #: config/i386/osfrose.h:77
9887 msgid "Use mcount for profiling"
9888 msgstr ""
9889
9890 #: config/i386/osfrose.h:79
9891 msgid "Use mcount_ptr for profiling"
9892 msgstr ""
9893
9894 #: config/i386/sco5.h:778
9895 msgid "Generate ELF output"
9896 msgstr ""
9897
9898 #: config/i386/win32.h:53
9899 msgid "Use Mingw32 interface"
9900 msgstr ""
9901
9902 #: config/i386/win32.h:55
9903 msgid "Use Cygwin interface"
9904 msgstr ""
9905
9906 #: config/i386/win32.h:57
9907 msgid "Use bare Windows interface"
9908 msgstr ""
9909
9910 #: config/i386/winnt.c:94
9911 #, c-format
9912 msgid "`%s' attribute only applies to variables"
9913 msgstr ""
9914
9915 #: config/i386/winnt.c:262
9916 #, c-format
9917 msgid "`%s' declared as both exported to and imported from a DLL."
9918 msgstr ""
9919
9920 #. If the environment variable DJDIR is not defined, then DJGPP is not installed correctly and GCC will quickly become confused with the default prefix settings. Report the problem now so the user doesn't receive deceptive "file not found" error messages later.
9921 #. DJDIR is automatically defined by the DJGPP environment config file pointed to by the environment variable DJGPP. Examine DJGPP to try and figure out what's wrong.
9922 #: config/i386/xm-djgpp.h:71
9923 msgid "Environment variable DJGPP not defined."
9924 msgstr ""
9925
9926 #: config/i386/xm-djgpp.h:73
9927 #, c-format
9928 msgid "Environment variable DJGPP points to missing file '%s'."
9929 msgstr ""
9930
9931 #: config/i386/xm-djgpp.h:76
9932 #, c-format
9933 msgid "Environment variable DJGPP points to corrupt file '%s'."
9934 msgstr ""
9935
9936 #. Macro to define tables used to set the flags.
9937 #. This is a list in braces of pairs in braces,
9938 #. each pair being { "NAME", VALUE }
9939 #. where VALUE is the bits to set or minus the bits to clear.
9940 #. An empty string NAME is used to identify the default VALUE.
9941 #: config/i860/i860.h:56 config/i860/paragon.h:28
9942 msgid "Generate code which uses the FPU"
9943 msgstr ""
9944
9945 #: config/i860/i860.h:57 config/i860/i860.h:58 config/i860/paragon.h:29
9946 #: config/i860/paragon.h:30 config/i860/paragon.h:31
9947 msgid "Do not generate code which uses the FPU"
9948 msgstr ""
9949
9950 #: config/i960/i960-c.c:67
9951 msgid "sorry, not implemented: #pragma align NAME=SIZE"
9952 msgstr ""
9953
9954 #: config/i960/i960-c.c:72
9955 msgid "malformed #pragma align - ignored"
9956 msgstr ""
9957
9958 #: config/i960/i960-c.c:110
9959 msgid "sorry, not implemented: #pragma noalign NAME"
9960 msgstr ""
9961
9962 #: config/i960/i960.c:1402 config/m68k/m68k.c:640 config/rs6000/rs6000.c:6073
9963 msgid "stack limit expression is not supported"
9964 msgstr ""
9965
9966 #. Macro to define tables used to set the flags.
9967 #. This is a list in braces of pairs in braces,
9968 #. each pair being { "NAME", VALUE }
9969 #. where VALUE is the bits to set or minus the bits to clear.
9970 #. An empty string NAME is used to identify the default VALUE.
9971 #. ??? Not all ten of these architecture variations actually exist, but I
9972 #. am not sure which are real and which aren't.
9973 #: config/i960/i960.h:246
9974 msgid "Generate SA code"
9975 msgstr ""
9976
9977 #: config/i960/i960.h:249
9978 msgid "Generate SB code"
9979 msgstr ""
9980
9981 #. {"sc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED| TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR), N_("Generate SC code")},
9982 #: config/i960/i960.h:254
9983 msgid "Generate KA code"
9984 msgstr ""
9985
9986 #: config/i960/i960.h:257
9987 msgid "Generate KB code"
9988 msgstr ""
9989
9990 #. {"kc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED| TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR), N_("Generate KC code")},
9991 #: config/i960/i960.h:262
9992 msgid "Generate JA code"
9993 msgstr ""
9994
9995 #: config/i960/i960.h:264
9996 msgid "Generate JD code"
9997 msgstr ""
9998
9999 #: config/i960/i960.h:267
10000 msgid "Generate JF code"
10001 msgstr ""
10002
10003 #: config/i960/i960.h:269
10004 msgid "generate RP code"
10005 msgstr ""
10006
10007 #: config/i960/i960.h:272
10008 msgid "Generate MC code"
10009 msgstr ""
10010
10011 #: config/i960/i960.h:275
10012 msgid "Generate CA code"
10013 msgstr ""
10014
10015 #. {"cb", (TARGET_FLAG_NUMERICS|TARGET_FLAG_C_SERIES| TARGET_FLAG_BRANCH_PREDICT|TARGET_FLAG_CODE_ALIGN), N_("Generate CB code")}, {"cc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED| TARGET_FLAG_C_SERIES|TARGET_FLAG_BRANCH_PREDICT| TARGET_FLAG_CODE_ALIGN), N_("Generate CC code")},
10016 #: config/i960/i960.h:285
10017 msgid "Generate CF code"
10018 msgstr ""
10019
10020 #: config/i960/i960.h:291
10021 msgid "Use alternate leaf function entries"
10022 msgstr ""
10023
10024 #: config/i960/i960.h:293
10025 msgid "Do not use alternate leaf function entries"
10026 msgstr ""
10027
10028 #: config/i960/i960.h:295
10029 msgid "Perform tail call optimization"
10030 msgstr ""
10031
10032 #: config/i960/i960.h:297
10033 msgid "Do not perform tail call optimization"
10034 msgstr ""
10035
10036 #: config/i960/i960.h:299
10037 msgid "Use complex addressing modes"
10038 msgstr ""
10039
10040 #: config/i960/i960.h:301
10041 msgid "Do not use complex addressing modes"
10042 msgstr ""
10043
10044 #: config/i960/i960.h:303
10045 msgid "Align code to 8 byte boundary"
10046 msgstr ""
10047
10048 #: config/i960/i960.h:305
10049 msgid "Do not align code to 8 byte boundary"
10050 msgstr ""
10051
10052 #. {"clean-linkage", (TARGET_FLAG_CLEAN_LINKAGE), N_("Force use of prototypes")}, {"no-clean-linkage", -(TARGET_FLAG_CLEAN_LINKAGE), N_("Do not force use of prototypes")},
10053 #: config/i960/i960.h:311 config/i960/i960.h:313
10054 msgid "Enable compatibility with iC960 v2.0"
10055 msgstr ""
10056
10057 #: config/i960/i960.h:315
10058 msgid "Enable compatibility with iC960 v3.0"
10059 msgstr ""
10060
10061 #: config/i960/i960.h:317 config/i960/i960.h:319
10062 msgid "Enable compatibility with ic960 assembler"
10063 msgstr ""
10064
10065 #: config/i960/i960.h:321
10066 msgid "Do not permit unaligned accesses"
10067 msgstr ""
10068
10069 #: config/i960/i960.h:323
10070 msgid "Permit unaligned accesses"
10071 msgstr ""
10072
10073 #: config/i960/i960.h:325
10074 msgid "Layout types like Intel's v1.3 gcc"
10075 msgstr ""
10076
10077 #: config/i960/i960.h:327
10078 msgid "Do not layout types like Intel's v1.3 gcc"
10079 msgstr ""
10080
10081 #: config/i960/i960.h:329 config/rs6000/sysv4.h:130 config/sparc/linux.h:82
10082 #: config/sparc/linux64.h:140
10083 msgid "Use 64 bit long doubles"
10084 msgstr ""
10085
10086 #: config/i960/i960.h:331
10087 msgid "Enable linker relaxation"
10088 msgstr ""
10089
10090 #: config/i960/i960.h:333
10091 msgid "Do not enable linker relaxation"
10092 msgstr ""
10093
10094 #. Override conflicting target switch options.
10095 #. Doesn't actually detect if more than one -mARCH option is given, but
10096 #. does handle the case of two blatantly conflicting -mARCH options.
10097 #: config/i960/i960.h:348 config/i960/i960.h:358
10098 msgid "conflicting architectures defined - using C series"
10099 msgstr ""
10100
10101 #: config/i960/i960.h:353
10102 msgid "conflicting architectures defined - using K series"
10103 msgstr ""
10104
10105 #: config/i960/i960.h:368
10106 msgid "iC2.0 and iC3.0 are incompatible - using iC3.0"
10107 msgstr ""
10108
10109 #. ??? See the LONG_DOUBLE_TYPE_SIZE definition below.
10110 #: config/i960/i960.h:379
10111 msgid "The -mlong-double-64 option does not work yet."
10112 msgstr ""
10113
10114 #: config/ia64/ia64.c:3519
10115 msgid "ia64_print_operand: unknown code"
10116 msgstr ""
10117
10118 #: config/ia64/ia64.c:3793
10119 msgid "value of -mfixed-range must have form REG1-REG2"
10120 msgstr ""
10121
10122 #: config/ia64/ia64.c:3820
10123 #, c-format
10124 msgid "%s-%s is an empty range"
10125 msgstr ""
10126
10127 #: config/ia64/ia64.c:3885
10128 msgid "cannot optimize division for both latency and throughput"
10129 msgstr ""
10130
10131 #. This macro defines names of command options to set and clear bits in
10132 #. `target_flags'. Its definition is an initializer with a subgrouping for
10133 #. each command option.
10134 #: config/ia64/ia64.h:112
10135 msgid "Generate big endian code"
10136 msgstr ""
10137
10138 #: config/ia64/ia64.h:114 config/mcore/mcore.h:159
10139 msgid "Generate little endian code"
10140 msgstr ""
10141
10142 #: config/ia64/ia64.h:116
10143 msgid "Generate code for GNU as"
10144 msgstr ""
10145
10146 #: config/ia64/ia64.h:118
10147 msgid "Generate code for Intel as"
10148 msgstr ""
10149
10150 #: config/ia64/ia64.h:120
10151 msgid "Generate code for GNU ld"
10152 msgstr ""
10153
10154 #: config/ia64/ia64.h:122
10155 msgid "Generate code for Intel ld"
10156 msgstr ""
10157
10158 #: config/ia64/ia64.h:124
10159 msgid "Generate code without GP reg"
10160 msgstr ""
10161
10162 #: config/ia64/ia64.h:126
10163 msgid "Emit stop bits before and after volatile extended asms"
10164 msgstr ""
10165
10166 #: config/ia64/ia64.h:128
10167 msgid "Don't emit stop bits before and after volatile extended asms"
10168 msgstr ""
10169
10170 #: config/ia64/ia64.h:130
10171 msgid "Emit code for Itanium (TM) processor B step"
10172 msgstr ""
10173
10174 #: config/ia64/ia64.h:132
10175 msgid "Use in/loc/out register names"
10176 msgstr ""
10177
10178 #: config/ia64/ia64.h:134
10179 msgid "Disable use of sdata/scommon/sbss"
10180 msgstr ""
10181
10182 #: config/ia64/ia64.h:136
10183 msgid "Enable use of sdata/scommon/sbss"
10184 msgstr ""
10185
10186 #: config/ia64/ia64.h:138
10187 msgid "gp is constant (but save/restore gp on indirect calls)"
10188 msgstr ""
10189
10190 #: config/ia64/ia64.h:140
10191 msgid "Generate self-relocatable code"
10192 msgstr ""
10193
10194 #: config/ia64/ia64.h:142
10195 msgid "Generate inline division, optimize for latency"
10196 msgstr ""
10197
10198 #: config/ia64/ia64.h:144
10199 msgid "Generate inline division, optimize for throughput"
10200 msgstr ""
10201
10202 #: config/ia64/ia64.h:146
10203 msgid "Enable Dwarf 2 line debug info via GNU as"
10204 msgstr ""
10205
10206 #: config/ia64/ia64.h:148
10207 msgid "Disable Dwarf 2 line debug info via GNU as"
10208 msgstr ""
10209
10210 #: config/ia64/ia64.h:176
10211 msgid "Specify range of registers to make fixed."
10212 msgstr ""
10213
10214 #: config/m32r/m32r.c:125
10215 #, c-format
10216 msgid "bad value (%s) for -mmodel switch"
10217 msgstr ""
10218
10219 #: config/m32r/m32r.c:134
10220 #, c-format
10221 msgid "bad value (%s) for -msdata switch"
10222 msgstr ""
10223
10224 #: config/m32r/m32r.c:305
10225 #, c-format
10226 msgid "invalid argument of `%s' attribute"
10227 msgstr ""
10228
10229 #: config/m32r/m32r.c:403
10230 msgid "const objects cannot go in .sdata/.sbss"
10231 msgstr ""
10232
10233 #: config/m32r/m32r.c:2216
10234 #, c-format
10235 msgid "invalid operand to %s code"
10236 msgstr ""
10237
10238 #: config/m32r/m32r.c:2223
10239 #, c-format
10240 msgid "invalid operand to %p code"
10241 msgstr ""
10242
10243 #: config/m32r/m32r.c:2279
10244 msgid "Bad insn for 'A'"
10245 msgstr ""
10246
10247 #: config/m32r/m32r.c:2331
10248 msgid "invalid operand to %T/%B code"
10249 msgstr ""
10250
10251 #: config/m32r/m32r.c:2354
10252 msgid "invalid operand to %N code"
10253 msgstr ""
10254
10255 #: config/m32r/m32r.c:2399
10256 msgid "Pre-increment address is not a register"
10257 msgstr ""
10258
10259 #: config/m32r/m32r.c:2406
10260 msgid "Pre-decrement address is not a register"
10261 msgstr ""
10262
10263 #: config/m32r/m32r.c:2413
10264 msgid "Post-increment address is not a register"
10265 msgstr ""
10266
10267 #: config/m32r/m32r.c:2491 config/m32r/m32r.c:2507
10268 msgid "Bad address"
10269 msgstr ""
10270
10271 #: config/m32r/m32r.c:2512
10272 msgid "Lo_sum not of register"
10273 msgstr ""
10274
10275 #. { "relax", TARGET_RELAX_MASK, "" }, { "no-relax", -TARGET_RELAX_MASK, "" },
10276 #: config/m32r/m32r.h:183
10277 msgid "Display compile time statistics"
10278 msgstr ""
10279
10280 #: config/m32r/m32r.h:185
10281 msgid "Align all loops to 32 byte boundary"
10282 msgstr ""
10283
10284 #: config/m32r/m32r.h:188
10285 msgid "Only issue one instruction per cycle"
10286 msgstr ""
10287
10288 #: config/m32r/m32r.h:191
10289 msgid "Prefer branches over conditional execution"
10290 msgstr ""
10291
10292 #: config/m32r/m32r.h:207
10293 msgid "Code size: small, medium or large"
10294 msgstr ""
10295
10296 #: config/m32r/m32r.h:209
10297 msgid "Small data area: none, sdata, use"
10298 msgstr ""
10299
10300 #: config/m68hc11/m68hc11.c:232
10301 #, c-format
10302 msgid "-f%s ignored for 68HC11/68HC12 (not supported)"
10303 msgstr ""
10304
10305 #. !!!! SCz wrong here.
10306 #: config/m68hc11/m68hc11.c:3026 config/m68hc11/m68hc11.c:3400
10307 msgid "Move insn not handled"
10308 msgstr ""
10309
10310 #: config/m68hc11/m68hc11.c:3246 config/m68hc11/m68hc11.c:3330
10311 #: config/m68hc11/m68hc11.c:3603
10312 msgid "Invalid register in the move instruction"
10313 msgstr ""
10314
10315 #: config/m68hc11/m68hc11.c:3280
10316 msgid "Invalid operand in the instruction"
10317 msgstr ""
10318
10319 #: config/m68hc11/m68hc11.c:3577
10320 msgid "Invalid register in the instruction"
10321 msgstr ""
10322
10323 #: config/m68hc11/m68hc11.c:3610
10324 msgid "Operand 1 must be a hard register"
10325 msgstr ""
10326
10327 #: config/m68hc11/m68hc11.c:3627
10328 msgid "Invalid rotate insn"
10329 msgstr ""
10330
10331 #: config/m68hc11/m68hc11.c:4047
10332 msgid "Registers IX, IY and Z used in the same INSN"
10333 msgstr ""
10334
10335 #: config/m68hc11/m68hc11.c:4367 config/m68hc11/m68hc11.c:4672
10336 msgid "Cannot do z-register replacement"
10337 msgstr ""
10338
10339 #: config/m68hc11/m68hc11.c:4721
10340 msgid "Invalid Z register replacement for insn"
10341 msgstr ""
10342
10343 #. Macro to define tables used to set the flags. This is a list in braces of
10344 #. pairs in braces, each pair being { "NAME", VALUE } where VALUE is the bits
10345 #. to set or minus the bits to clear. An empty string NAME is used to
10346 #. identify the default VALUE.
10347 #: config/m68hc11/m68hc11.h:152
10348 msgid "Compile with 16-bit integer mode"
10349 msgstr ""
10350
10351 #: config/m68hc11/m68hc11.h:154
10352 msgid "Compile with 32-bit integer mode"
10353 msgstr ""
10354
10355 #: config/m68hc11/m68hc11.h:156
10356 msgid "Auto pre/post decrement increment allowed"
10357 msgstr ""
10358
10359 #: config/m68hc11/m68hc11.h:158
10360 msgid "Auto pre/post decrement increment not allowed"
10361 msgstr ""
10362
10363 #: config/m68hc11/m68hc11.h:160 config/m68hc11/m68hc11.h:164
10364 msgid "Compile for a 68HC11"
10365 msgstr ""
10366
10367 #: config/m68hc11/m68hc11.h:162 config/m68hc11/m68hc11.h:166
10368 msgid "Compile for a 68HC12"
10369 msgstr ""
10370
10371 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10372 #. command options that have values. Its definition is an
10373 #. initializer with a subgrouping for each command option.
10374 #.
10375 #. Each subgrouping contains a string constant, that defines the
10376 #. fixed part of the option name, and the address of a variable. The
10377 #. variable, type `char *', is set to the variable part of the given
10378 #. option if the fixed part matches. The actual option name is made
10379 #. by appending `-m' to the specified name.
10380 #: config/m68hc11/m68hc11.h:180
10381 msgid "Specify the register allocation order"
10382 msgstr ""
10383
10384 #: config/m68hc11/m68hc11.h:182
10385 msgid "Indicate the number of soft registers available"
10386 msgstr ""
10387
10388 #: config/m68k/m68k.c:121
10389 #, c-format
10390 msgid "-malign-loops=%d is not between 1 and %d"
10391 msgstr ""
10392
10393 #: config/m68k/m68k.c:132
10394 #, c-format
10395 msgid "-malign-jumps=%d is not between 1 and %d"
10396 msgstr ""
10397
10398 #: config/m68k/m68k.c:143
10399 #, c-format
10400 msgid "-malign-functions=%d is not between 1 and %d"
10401 msgstr ""
10402
10403 #. Macro to define tables used to set the flags.
10404 #. This is a list in braces of pairs in braces,
10405 #. each pair being { "NAME", VALUE }
10406 #. where VALUE is the bits to set or minus the bits to clear.
10407 #. An empty string NAME is used to identify the default VALUE.
10408 #: config/m68k/m68k.h:152 config/m68k/m68k.h:154
10409 msgid "Generate code for a 68020"
10410 msgstr ""
10411
10412 #: config/m68k/m68k.h:159 config/m68k/m68k.h:162
10413 msgid "Generate code for a 68000"
10414 msgstr ""
10415
10416 #: config/m68k/m68k.h:164
10417 msgid "Use the bit-field instructions"
10418 msgstr ""
10419
10420 #: config/m68k/m68k.h:166
10421 msgid "Do not use the bit-field instructions"
10422 msgstr ""
10423
10424 #: config/m68k/m68k.h:168
10425 msgid "Use different calling convention using 'rtd'"
10426 msgstr ""
10427
10428 #: config/m68k/m68k.h:172
10429 msgid "Consider type `int' to be 16 bits wide"
10430 msgstr ""
10431
10432 #: config/m68k/m68k.h:174
10433 msgid "Consider type `int' to be 32 bits wide"
10434 msgstr ""
10435
10436 #: config/m68k/m68k.h:176
10437 msgid "Generate code for a Sun FPA"
10438 msgstr ""
10439
10440 #: config/m68k/m68k.h:179
10441 msgid "Do not generate code for a Sun FPA"
10442 msgstr ""
10443
10444 #: config/m68k/m68k.h:181 config/m68k/m68k.h:183
10445 msgid "Generate code for a Sun Sky board"
10446 msgstr ""
10447
10448 #: config/m68k/m68k.h:185
10449 msgid "Do not use Sky linkage convention"
10450 msgstr ""
10451
10452 #: config/m68k/m68k.h:187
10453 msgid "Generate code for a 68881"
10454 msgstr ""
10455
10456 #: config/m68k/m68k.h:190
10457 msgid "Generate code with library calls for floating point"
10458 msgstr ""
10459
10460 #: config/m68k/m68k.h:192
10461 msgid "Generate code for a 68040, without any new instructions"
10462 msgstr ""
10463
10464 #: config/m68k/m68k.h:195
10465 msgid "Generate code for a 68060, without any new instructions"
10466 msgstr ""
10467
10468 #: config/m68k/m68k.h:199
10469 msgid "Generate code for a 68030"
10470 msgstr ""
10471
10472 #: config/m68k/m68k.h:202
10473 msgid "Generate code for a 68040"
10474 msgstr ""
10475
10476 #: config/m68k/m68k.h:206
10477 msgid "Generate code for a 68060"
10478 msgstr ""
10479
10480 #: config/m68k/m68k.h:211
10481 msgid "Generate code for a 520X"
10482 msgstr ""
10483
10484 #: config/m68k/m68k.h:214
10485 msgid "Generate code for a 68851"
10486 msgstr ""
10487
10488 #: config/m68k/m68k.h:216
10489 msgid "Do no generate code for a 68851"
10490 msgstr ""
10491
10492 #: config/m68k/m68k.h:219
10493 msgid "Generate code for a 68302"
10494 msgstr ""
10495
10496 #: config/m68k/m68k.h:222
10497 msgid "Generate code for a 68332"
10498 msgstr ""
10499
10500 #: config/m68k/m68k.h:226
10501 msgid "Generate code for a cpu32"
10502 msgstr ""
10503
10504 #: config/m68k/m68k.h:229
10505 msgid "Align variables on a 32-bit boundary"
10506 msgstr ""
10507
10508 #: config/m68k/m68k.h:231
10509 msgid "Align variables on a 16-bit boundary"
10510 msgstr ""
10511
10512 #: config/m68k/m68k.h:233
10513 msgid "Generate pc-relative code"
10514 msgstr ""
10515
10516 #: config/m68k/m68k.h:235
10517 msgid "Do not use unaligned memory references"
10518 msgstr ""
10519
10520 #: config/m68k/m68k.h:237
10521 msgid "Use unaligned memory references"
10522 msgstr ""
10523
10524 #. Sometimes certain combinations of command options do not make
10525 #. sense on a particular target machine. You can define a macro
10526 #. `OVERRIDE_OPTIONS' to take account of this. This macro, if
10527 #. defined, is executed once just after all the command options have
10528 #. been parsed.
10529 #.
10530 #. Don't use this macro to turn on various extra optimizations for
10531 #. `-O'. That is what `OPTIMIZATION_OPTIONS' is for.
10532 #: config/m68k/m68k.h:274 config/m68k/m68kelf.h:265 config/m68k/m68kv4.h:297
10533 msgid "-fPIC is not currently supported on the 68000 or 68010\n"
10534 msgstr ""
10535
10536 #: config/m88k/m88k.c:889
10537 #, c-format
10538 msgid "Internal gcc monitor: short-branch(%x)"
10539 msgstr ""
10540
10541 #: config/m88k/m88k.c:2292
10542 msgid "Internal gcc error: Can't express symbolic location"
10543 msgstr ""
10544
10545 #: config/m88k/m88k.c:2573
10546 #, c-format
10547 msgid "argument #%d is a structure"
10548 msgstr ""
10549
10550 #: config/m88k/m88k.c:2884
10551 msgid "%R not followed by %B/C/D/E"
10552 msgstr ""
10553
10554 #: config/m88k/m88k.c:2952
10555 #, c-format
10556 msgid "invalid %x/X value"
10557 msgstr ""
10558
10559 #: config/m88k/m88k.c:2957
10560 msgid "invalid %H value"
10561 msgstr ""
10562
10563 #: config/m88k/m88k.c:2963
10564 msgid "invalid %h value"
10565 msgstr ""
10566
10567 #: config/m88k/m88k.c:2969
10568 msgid "invalid %Q value"
10569 msgstr ""
10570
10571 #: config/m88k/m88k.c:2975
10572 msgid "invalid %q value"
10573 msgstr ""
10574
10575 #: config/m88k/m88k.c:2981
10576 #, c-format
10577 msgid "invalid %o value"
10578 msgstr ""
10579
10580 #: config/m88k/m88k.c:2988
10581 #, c-format
10582 msgid "invalid %p value"
10583 msgstr ""
10584
10585 #: config/m88k/m88k.c:3001 config/m88k/m88k.c:3006
10586 #, c-format
10587 msgid "invalid %s/S value"
10588 msgstr ""
10589
10590 #: config/m88k/m88k.c:3017
10591 msgid "invalid %P operand"
10592 msgstr ""
10593
10594 #: config/m88k/m88k.c:3048
10595 msgid "invalid %B value"
10596 msgstr ""
10597
10598 #: config/m88k/m88k.c:3065
10599 msgid "invalid %C value"
10600 msgstr ""
10601
10602 #: config/m88k/m88k.c:3078
10603 msgid "invalid %D value"
10604 msgstr ""
10605
10606 #: config/m88k/m88k.c:3086
10607 #, c-format
10608 msgid "invalid %E value"
10609 msgstr ""
10610
10611 #: config/m88k/m88k.c:3091
10612 #, c-format
10613 msgid "`%d' operand isn't a register"
10614 msgstr ""
10615
10616 #: config/m88k/m88k.c:3102
10617 msgid "invalid %r value"
10618 msgstr ""
10619
10620 #: config/m88k/m88k.c:3109
10621 msgid "operand is r0"
10622 msgstr ""
10623
10624 #: config/m88k/m88k.c:3123
10625 msgid "operand is const_double"
10626 msgstr ""
10627
10628 #: config/m88k/m88k.c:3142
10629 msgid "invalid code"
10630 msgstr ""
10631
10632 #. Do any checking or such that is needed after processing the -m switches.
10633 #: config/m88k/m88k.h:277
10634 msgid "-mtrap-large-shift and -mhandle-large-shift are incompatible"
10635 msgstr ""
10636
10637 #: config/m88k/m88k.h:299
10638 #, c-format
10639 msgid "Invalid option `-mshort-data-%s'"
10640 msgstr ""
10641
10642 #: config/m88k/m88k.h:304
10643 #, c-format
10644 msgid "-mshort-data-%s is too large "
10645 msgstr ""
10646
10647 #: config/m88k/m88k.h:306
10648 #, c-format
10649 msgid "-mshort-data-%s and PIC are incompatible"
10650 msgstr ""
10651
10652 #: config/mcore/mcore.c:3071
10653 #, c-format
10654 msgid "Invalid option `-mstack-increment=%s'"
10655 msgstr ""
10656
10657 #: config/mcore/mcore.h:126
10658 msgid "Inline constants if it can be done in 2 insns or less"
10659 msgstr ""
10660
10661 #: config/mcore/mcore.h:128
10662 msgid "inline constants if it only takes 1 instruction"
10663 msgstr ""
10664
10665 #: config/mcore/mcore.h:130
10666 msgid "Set maximum alignment to 4"
10667 msgstr ""
10668
10669 #: config/mcore/mcore.h:132
10670 msgid "Set maximum alignment to 8"
10671 msgstr ""
10672
10673 #: config/mcore/mcore.h:136
10674 msgid "Do not use the divide instruction"
10675 msgstr ""
10676
10677 #: config/mcore/mcore.h:140
10678 msgid "Do not arbitary sized immediates in bit operations"
10679 msgstr ""
10680
10681 #: config/mcore/mcore.h:142
10682 msgid "Always treat bitfield as int-sized"
10683 msgstr ""
10684
10685 #: config/mcore/mcore.h:146
10686 msgid "Force functions to be aligned to a 4 byte boundary"
10687 msgstr ""
10688
10689 #: config/mcore/mcore.h:148
10690 msgid "Force functions to be aligned to a 2 byte boundary"
10691 msgstr ""
10692
10693 #: config/mcore/mcore.h:150
10694 msgid "Emit call graph information"
10695 msgstr ""
10696
10697 #: config/mcore/mcore.h:154
10698 msgid "Prefer word accesses over byte accesses"
10699 msgstr ""
10700
10701 #: config/mcore/mcore.h:165
10702 msgid "Generate code for the M*Core M340"
10703 msgstr ""
10704
10705 #: config/mcore/mcore.h:178
10706 msgid "Maximum amount for a single stack increment operation"
10707 msgstr ""
10708
10709 #: config/mips/mips.c:4806
10710 #, c-format
10711 msgid "-mips%d not supported"
10712 msgstr ""
10713
10714 #: config/mips/mips.c:4813
10715 #, c-format
10716 msgid "bad value (%s) for -mips switch"
10717 msgstr ""
10718
10719 #: config/mips/mips.c:4834
10720 #, c-format
10721 msgid "bad value (%s) for -mabi= switch"
10722 msgstr ""
10723
10724 #: config/mips/mips.c:4872
10725 #, c-format
10726 msgid "-mabi=%s does not support -mips%d"
10727 msgstr ""
10728
10729 #: config/mips/mips.c:4889
10730 msgid "The -mabi=32 support does not work yet."
10731 msgstr ""
10732
10733 #: config/mips/mips.c:4893
10734 msgid "This target does not support the -mabi switch."
10735 msgstr ""
10736
10737 #: config/mips/mips.c:5003
10738 #, c-format
10739 msgid "bad value (%s) for -mtune= switch"
10740 msgstr ""
10741
10742 #: config/mips/mips.c:5027
10743 #, c-format
10744 msgid "-march=%s does not support -mips%d"
10745 msgstr ""
10746
10747 #: config/mips/mips.c:5034
10748 #, c-format
10749 msgid "-mips%d does not support 64 bit fp registers"
10750 msgstr ""
10751
10752 #: config/mips/mips.c:5040
10753 #, c-format
10754 msgid "-mips%d does not support 64 bit gp registers"
10755 msgstr ""
10756
10757 #: config/mips/mips.c:5061
10758 msgid "-G is incompatible with PIC code which is the default"
10759 msgstr ""
10760
10761 #: config/mips/mips.c:5077
10762 msgid "-membedded-pic and -mabicalls are incompatible"
10763 msgstr ""
10764
10765 #: config/mips/mips.c:5080
10766 msgid "-G and -membedded-pic are incompatible"
10767 msgstr ""
10768
10769 #: config/mips/mips.c:5131
10770 #, c-format
10771 msgid "Invalid option `entry%s'"
10772 msgstr ""
10773
10774 #: config/mips/mips.c:5134
10775 msgid "-mentry is only meaningful with -mips-16"
10776 msgstr ""
10777
10778 #: config/mips/mips.c:5474
10779 #, c-format
10780 msgid "internal error: %%) found without a %%( in assembler pattern"
10781 msgstr ""
10782
10783 #: config/mips/mips.c:5488
10784 #, c-format
10785 msgid "internal error: %%] found without a %%[ in assembler pattern"
10786 msgstr ""
10787
10788 #: config/mips/mips.c:5501
10789 #, c-format
10790 msgid "internal error: %%> found without a %%< in assembler pattern"
10791 msgstr ""
10792
10793 #: config/mips/mips.c:5514
10794 #, c-format
10795 msgid "internal error: %%} found without a %%{ in assembler pattern"
10796 msgstr ""
10797
10798 #: config/mips/mips.c:5528
10799 #, c-format
10800 msgid "PRINT_OPERAND: Unknown punctuation '%c'"
10801 msgstr ""
10802
10803 #: config/mips/mips.c:5537
10804 msgid "PRINT_OPERAND null pointer"
10805 msgstr ""
10806
10807 #: config/mips/mips.c:5670
10808 #, c-format
10809 msgid "invalid use of %%d, %%x, or %%X"
10810 msgstr ""
10811
10812 #: config/mips/mips.c:5713
10813 msgid "PRINT_OPERAND_ADDRESS, null pointer"
10814 msgstr ""
10815
10816 #: config/mips/mips.c:5915
10817 msgid ""
10818 "MIPS ECOFF format does not allow changing filenames within functions with "
10819 "#line"
10820 msgstr ""
10821
10822 #: config/mips/mips.c:6230
10823 msgid "can't rewind temp file"
10824 msgstr ""
10825
10826 #: config/mips/mips.c:6234
10827 msgid "can't write to output file"
10828 msgstr ""
10829
10830 #: config/mips/mips.c:6237
10831 msgid "can't read from temp file"
10832 msgstr ""
10833
10834 #: config/mips/mips.c:6240
10835 msgid "can't close temp file"
10836 msgstr ""
10837
10838 #: config/mips/mips.c:6703
10839 #, c-format
10840 msgid "gp_offset (%ld) or end_offset (%ld) is less than zero."
10841 msgstr ""
10842
10843 #: config/mips/mips.c:6867
10844 #, c-format
10845 msgid "fp_offset (%ld) or end_offset (%ld) is less than zero."
10846 msgstr ""
10847
10848 #: config/mips/mips.c:8898
10849 #, c-format
10850 msgid "can not handle inconsistent calls to `%s'"
10851 msgstr ""
10852
10853 #. Macro to define tables used to set the flags.
10854 #. This is a list in braces of pairs in braces,
10855 #. each pair being { "NAME", VALUE }
10856 #. where VALUE is the bits to set or minus the bits to clear.
10857 #. An empty string NAME is used to identify the default VALUE.
10858 #: config/mips/mips.h:376 config/mn10300/mn10300.h:64
10859 msgid "No default crt0.o"
10860 msgstr ""
10861
10862 #: config/mips/mips.h:378
10863 msgid "Use 64-bit int type"
10864 msgstr ""
10865
10866 #: config/mips/mips.h:380
10867 msgid "Use 64-bit long type"
10868 msgstr ""
10869
10870 #: config/mips/mips.h:382
10871 msgid "Use 32-bit long type"
10872 msgstr ""
10873
10874 #: config/mips/mips.h:384
10875 msgid "Optimize lui/addiu address loads"
10876 msgstr ""
10877
10878 #: config/mips/mips.h:386
10879 msgid "Don't optimize lui/addiu address loads"
10880 msgstr ""
10881
10882 #: config/mips/mips.h:388
10883 msgid "Use MIPS as"
10884 msgstr ""
10885
10886 #: config/mips/mips.h:390
10887 msgid "Use GNU as"
10888 msgstr ""
10889
10890 #: config/mips/mips.h:392
10891 msgid "Use symbolic register names"
10892 msgstr ""
10893
10894 #: config/mips/mips.h:394
10895 msgid "Don't use symbolic register names"
10896 msgstr ""
10897
10898 #: config/mips/mips.h:396 config/mips/mips.h:398
10899 msgid "Use GP relative sdata/sbss sections"
10900 msgstr ""
10901
10902 #: config/mips/mips.h:400 config/mips/mips.h:402
10903 msgid "Don't use GP relative sdata/sbss sections"
10904 msgstr ""
10905
10906 #: config/mips/mips.h:404
10907 msgid "Output compiler statistics"
10908 msgstr ""
10909
10910 #: config/mips/mips.h:406
10911 msgid "Don't output compiler statistics"
10912 msgstr ""
10913
10914 #: config/mips/mips.h:408
10915 msgid "Don't optimize block moves"
10916 msgstr ""
10917
10918 #: config/mips/mips.h:410
10919 msgid "Optimize block moves"
10920 msgstr ""
10921
10922 #: config/mips/mips.h:412
10923 msgid "Use mips-tfile asm postpass"
10924 msgstr ""
10925
10926 #: config/mips/mips.h:414
10927 msgid "Don't use mips-tfile asm postpass"
10928 msgstr ""
10929
10930 #. Macro to define tables used to set the flags.
10931 #. This is a list in braces of triplets in braces,
10932 #. each triplet being { "NAME", VALUE, DOC }
10933 #. where VALUE is the bits to set or minus the bits to clear and DOC
10934 #. is the documentation for --help (NULL if intentionally undocumented).
10935 #. An empty string NAME is used to identify the default VALUE.
10936 #: config/mips/mips.h:418 config/pdp11/pdp11.h:55
10937 msgid "Use hardware floating point"
10938 msgstr ""
10939
10940 #: config/mips/mips.h:420
10941 msgid "Use 64-bit FP registers"
10942 msgstr ""
10943
10944 #: config/mips/mips.h:422
10945 msgid "Use 32-bit FP registers"
10946 msgstr ""
10947
10948 #: config/mips/mips.h:424
10949 msgid "Use 64-bit general registers"
10950 msgstr ""
10951
10952 #: config/mips/mips.h:426
10953 msgid "Use 32-bit general registers"
10954 msgstr ""
10955
10956 #: config/mips/mips.h:428
10957 msgid "Use Irix PIC"
10958 msgstr ""
10959
10960 #: config/mips/mips.h:430
10961 msgid "Don't use Irix PIC"
10962 msgstr ""
10963
10964 #: config/mips/mips.h:432
10965 msgid "Use OSF PIC"
10966 msgstr ""
10967
10968 #: config/mips/mips.h:434
10969 msgid "Don't use OSF PIC"
10970 msgstr ""
10971
10972 #: config/mips/mips.h:436
10973 msgid "Use indirect calls"
10974 msgstr ""
10975
10976 #: config/mips/mips.h:438
10977 msgid "Don't use indirect calls"
10978 msgstr ""
10979
10980 #: config/mips/mips.h:440
10981 msgid "Use embedded PIC"
10982 msgstr ""
10983
10984 #: config/mips/mips.h:442
10985 msgid "Don't use embedded PIC"
10986 msgstr ""
10987
10988 #: config/mips/mips.h:444
10989 msgid "Use ROM instead of RAM"
10990 msgstr ""
10991
10992 #: config/mips/mips.h:446
10993 msgid "Don't use ROM instead of RAM"
10994 msgstr ""
10995
10996 #: config/mips/mips.h:448
10997 msgid "Put uninitialized constants in ROM (needs -membedded-data)"
10998 msgstr ""
10999
11000 #: config/mips/mips.h:450
11001 msgid "Don't put uninitialized constants in ROM"
11002 msgstr ""
11003
11004 #: config/mips/mips.h:452
11005 msgid "Use big-endian byte order"
11006 msgstr ""
11007
11008 #: config/mips/mips.h:454
11009 msgid "Use little-endian byte order"
11010 msgstr ""
11011
11012 #: config/mips/mips.h:456
11013 msgid "Use single (32-bit) FP only"
11014 msgstr ""
11015
11016 #: config/mips/mips.h:458
11017 msgid "Don't use single (32-bit) FP only"
11018 msgstr ""
11019
11020 #: config/mips/mips.h:460
11021 msgid "Use multiply accumulate"
11022 msgstr ""
11023
11024 #: config/mips/mips.h:462
11025 msgid "Don't use multiply accumulate"
11026 msgstr ""
11027
11028 #: config/mips/mips.h:464 config/rs6000/rs6000.h:329
11029 msgid "Don't generate fused multiply/add instructions"
11030 msgstr ""
11031
11032 #: config/mips/mips.h:466 config/rs6000/rs6000.h:327
11033 msgid "Generate fused multiply/add instructions"
11034 msgstr ""
11035
11036 #: config/mips/mips.h:468
11037 msgid "Work around early 4300 hardware bug"
11038 msgstr ""
11039
11040 #: config/mips/mips.h:470
11041 msgid "Don't work around early 4300 hardware bug"
11042 msgstr ""
11043
11044 #: config/mips/mips.h:472
11045 msgid "Optimize for 3900"
11046 msgstr ""
11047
11048 #: config/mips/mips.h:474
11049 msgid "Optimize for 4650"
11050 msgstr ""
11051
11052 #: config/mips/mips.h:476
11053 msgid "Trap on integer divide by zero"
11054 msgstr ""
11055
11056 #: config/mips/mips.h:478
11057 msgid "Don't trap on integer divide by zero"
11058 msgstr ""
11059
11060 #: config/mips/mips.h:480
11061 msgid "Trap on integer divide overflow"
11062 msgstr ""
11063
11064 #: config/mips/mips.h:482
11065 msgid "Don't trap on integer divide overflow"
11066 msgstr ""
11067
11068 #. This macro is similar to `TARGET_SWITCHES' but defines names of
11069 #. command options that have values. Its definition is an
11070 #. initializer with a subgrouping for each command option.
11071 #.
11072 #. Each subgrouping contains a string constant, that defines the
11073 #. fixed part of the option name, and the address of a variable.
11074 #. The variable, type `char *', is set to the variable part of the
11075 #. given option if the fixed part matches. The actual option name
11076 #. is made by appending `-m' to the specified name.
11077 #.
11078 #. Here is an example which defines `-mshort-data-NUMBER'. If the
11079 #. given option is `-mshort-data-512', the variable `m88k_short_data'
11080 #. will be set to the string `"512"'.
11081 #.
11082 #. extern char *m88k_short_data;
11083 #. #define TARGET_OPTIONS { { "short-data-", &m88k_short_data } }
11084 #: config/mips/mips.h:615 config/mips/mips.h:617
11085 msgid "Specify CPU for scheduling purposes"
11086 msgstr ""
11087
11088 #: config/mips/mips.h:619
11089 msgid "Specify CPU for code generation purposes"
11090 msgstr ""
11091
11092 #: config/mips/mips.h:621
11093 msgid "Specify a Standard MIPS ISA"
11094 msgstr ""
11095
11096 #: config/mips/mips.h:623
11097 msgid "Use mips16 entry/exit psuedo ops"
11098 msgstr ""
11099
11100 #: config/mips/mips.h:625
11101 msgid "Don't use MIPS16 instructions"
11102 msgstr ""
11103
11104 #. Output assembler code to FILE to increment profiler label # LABELNO
11105 #. for profiling a function entry.
11106 #: config/mips/mips.h:2731
11107 msgid "mips16 function profiling"
11108 msgstr ""
11109
11110 #: config/mn10300/mn10300.h:59
11111 msgid "Work around hardware multiply bug"
11112 msgstr ""
11113
11114 #: config/mn10300/mn10300.h:60
11115 msgid "Do not work around hardware multiply bug"
11116 msgstr ""
11117
11118 #: config/mn10300/mn10300.h:61
11119 msgid "Target the AM33 processor"
11120 msgstr ""
11121
11122 #: config/mn10300/mn10300.h:65
11123 msgid "Enable linker relaxations"
11124 msgstr ""
11125
11126 #: config/ns32k/ns32k.h:104 config/s390/s390.h:52
11127 msgid "Don't use hardware fp"
11128 msgstr ""
11129
11130 #: config/ns32k/ns32k.h:105
11131 msgid "Alternative calling convention"
11132 msgstr ""
11133
11134 #: config/ns32k/ns32k.h:107
11135 msgid "Pass some arguments in registers"
11136 msgstr ""
11137
11138 #: config/ns32k/ns32k.h:108
11139 msgid "Pass all arguments on stack"
11140 msgstr ""
11141
11142 #: config/ns32k/ns32k.h:109
11143 msgid "Optimize for 32532 cpu"
11144 msgstr ""
11145
11146 #: config/ns32k/ns32k.h:110
11147 msgid "Optimize for 32332 cpu"
11148 msgstr ""
11149
11150 #: config/ns32k/ns32k.h:112
11151 msgid "Optimize for 32032"
11152 msgstr ""
11153
11154 #: config/ns32k/ns32k.h:114
11155 msgid "Register sb is zero. Use for absolute addressing"
11156 msgstr ""
11157
11158 #: config/ns32k/ns32k.h:115
11159 msgid "Do not use register sb"
11160 msgstr ""
11161
11162 #: config/ns32k/ns32k.h:116
11163 msgid "Do not use bitfield instructions"
11164 msgstr ""
11165
11166 #: config/ns32k/ns32k.h:117
11167 msgid "Use bitfield instructions"
11168 msgstr ""
11169
11170 #: config/ns32k/ns32k.h:118
11171 msgid "Generate code for high memory"
11172 msgstr ""
11173
11174 #: config/ns32k/ns32k.h:119
11175 msgid "Generate code for low memory"
11176 msgstr ""
11177
11178 #: config/ns32k/ns32k.h:120
11179 msgid "32381 fpu"
11180 msgstr ""
11181
11182 #: config/ns32k/ns32k.h:121
11183 msgid "Use multiply-accumulate fp instructions"
11184 msgstr ""
11185
11186 #: config/ns32k/ns32k.h:123
11187 msgid "Do not use multiply-accumulate fp instructions"
11188 msgstr ""
11189
11190 #: config/ns32k/ns32k.h:124
11191 msgid "\"Small register classes\" kludge"
11192 msgstr ""
11193
11194 #: config/ns32k/ns32k.h:125
11195 msgid "No \"Small register classes\" kludge"
11196 msgstr ""
11197
11198 #: config/pa/pa.c:162
11199 #, c-format
11200 msgid ""
11201 "Unknown -mschedule= option (%s).\n"
11202 "Valid options are 700, 7100, 7100LC, 7200, and 8000\n"
11203 msgstr ""
11204
11205 #: config/pa/pa.c:187
11206 #, c-format
11207 msgid ""
11208 "Unknown -march= option (%s).\n"
11209 "Valid options are 1.0, 1.1, and 2.0\n"
11210 msgstr ""
11211
11212 #: config/pa/pa.c:192
11213 msgid "PIC code generation is not supported in the portable runtime model\n"
11214 msgstr ""
11215
11216 #: config/pa/pa.c:197
11217 msgid "PIC code generation is not compatible with fast indirect calls\n"
11218 msgstr ""
11219
11220 #: config/pa/pa.c:202
11221 msgid "-g is only supported when using GAS on this processor,"
11222 msgstr ""
11223
11224 #: config/pa/pa.c:203
11225 msgid "-g option disabled."
11226 msgstr ""
11227
11228 #: config/pdp11/pdp11.h:56
11229 msgid "Do not use hardware floating point"
11230 msgstr ""
11231
11232 #. return float result in ac0
11233 #: config/pdp11/pdp11.h:58
11234 msgid "Return floating point results in ac0"
11235 msgstr ""
11236
11237 #: config/pdp11/pdp11.h:59
11238 msgid "Return floating point results in memory"
11239 msgstr ""
11240
11241 #. is 11/40
11242 #: config/pdp11/pdp11.h:61
11243 msgid "Generate code for an 11/40"
11244 msgstr ""
11245
11246 #. is 11/45
11247 #: config/pdp11/pdp11.h:64
11248 msgid "Generate code for an 11/45"
11249 msgstr ""
11250
11251 #. is 11/10
11252 #: config/pdp11/pdp11.h:67
11253 msgid "Generate code for an 11/10"
11254 msgstr ""
11255
11256 #. use movstrhi for bcopy
11257 #. use 32 bit for int
11258 #: config/pdp11/pdp11.h:72 config/pdp11/pdp11.h:73
11259 msgid "Use 32 bit int"
11260 msgstr ""
11261
11262 #: config/pdp11/pdp11.h:74 config/pdp11/pdp11.h:75
11263 msgid "Use 16 bit int"
11264 msgstr ""
11265
11266 #. use 32 bit for float
11267 #: config/pdp11/pdp11.h:77 config/pdp11/pdp11.h:78
11268 msgid "Use 32 bit float"
11269 msgstr ""
11270
11271 #: config/pdp11/pdp11.h:79 config/pdp11/pdp11.h:80
11272 msgid "Use 64 bit float"
11273 msgstr ""
11274
11275 #. allow abshi pattern? - can trigger "optimizations" which make code SLOW!
11276 #. is branching expensive - on a PDP, it's actually really cheap
11277 #. this is just to play around and check what code gcc generates
11278 #. split instruction and data memory?
11279 #: config/pdp11/pdp11.h:89
11280 msgid "Target has split I&D"
11281 msgstr ""
11282
11283 #: config/pdp11/pdp11.h:90
11284 msgid "Target does not have split I&D"
11285 msgstr ""
11286
11287 #. UNIX assembler syntax?
11288 #: config/pdp11/pdp11.h:92
11289 msgid "Use UNIX assembler syntax"
11290 msgstr ""
11291
11292 #: config/pdp11/pdp11.h:93
11293 msgid "Use DEC assembler syntax"
11294 msgstr ""
11295
11296 #: config/pj/pj.h:73
11297 msgid "Generate little endian data"
11298 msgstr ""
11299
11300 #: config/pj/pj.h:75
11301 msgid "Generate big endian data"
11302 msgstr ""
11303
11304 #: config/pj/pj.h:77
11305 msgid "Turn on maintainer testing code"
11306 msgstr ""
11307
11308 #: config/pj/pj.h:79
11309 msgid "Enable Transmeta picoJava extensions"
11310 msgstr ""
11311
11312 #: config/pj/pj.h:81
11313 msgid "Disable Transmeta picoJava extensions"
11314 msgstr ""
11315
11316 #: config/pj/pj.h:83
11317 msgid "Disable reorganization pass"
11318 msgstr ""
11319
11320 #: config/romp/romp.c:682
11321 #, c-format
11322 msgid "invalid %%B value"
11323 msgstr ""
11324
11325 #: config/romp/romp.c:709 config/rs6000/rs6000.c:4459
11326 #, c-format
11327 msgid "invalid %%S value"
11328 msgstr ""
11329
11330 #: config/romp/romp.c:718 config/romp/romp.c:725
11331 #, c-format
11332 msgid "invalid %%b value"
11333 msgstr ""
11334
11335 #: config/romp/romp.c:765 config/romp/romp.c:776
11336 #, c-format
11337 msgid "invalid %%z value"
11338 msgstr ""
11339
11340 #: config/romp/romp.c:784 config/romp/romp.c:792
11341 #, c-format
11342 msgid "invalid %%Z value"
11343 msgstr ""
11344
11345 #: config/romp/romp.c:799 config/romp/romp.c:808 config/romp/romp.c:815
11346 #: config/rs6000/rs6000.c:4238
11347 #, c-format
11348 msgid "invalid %%k value"
11349 msgstr ""
11350
11351 #: config/romp/romp.c:900 config/romp/romp.c:943
11352 #, c-format
11353 msgid "invalid %%j value"
11354 msgstr ""
11355
11356 #. Perform any needed actions needed for a function that is receiving a
11357 #. variable number of arguments.
11358 #.
11359 #. CUM is as above.
11360 #.
11361 #. MODE and TYPE are the mode and type of the current parameter.
11362 #.
11363 #. PRETEND_SIZE is a variable that should be set to the amount of stack
11364 #. that must be pushed by the prolog to pretend that our caller pushed
11365 #. it.
11366 #.
11367 #. Normally, this macro will push all remaining incoming registers on the
11368 #. stack and set PRETEND_SIZE to the length of the registers pushed.
11369 #: config/romp/romp.h:661
11370 msgid "can't have varargs with -mfp-arg-in-fp-regs"
11371 msgstr ""
11372
11373 #: config/rs6000/aix.h:134 config/rs6000/beos.h:30
11374 msgid "Always pass floating-point arguments in memory"
11375 msgstr ""
11376
11377 #: config/rs6000/aix.h:136 config/rs6000/beos.h:32
11378 msgid "Don't always pass floating-point arguments in memory"
11379 msgstr ""
11380
11381 #: config/rs6000/aix41.h:28 config/rs6000/aix43.h:32 config/rs6000/aix51.h:32
11382 msgid "Support message passing with the Parallel Environment"
11383 msgstr ""
11384
11385 #: config/rs6000/aix43.h:28 config/rs6000/aix51.h:28
11386 msgid "Compile for 64-bit pointers"
11387 msgstr ""
11388
11389 #: config/rs6000/aix43.h:30 config/rs6000/aix51.h:30
11390 msgid "Compile for 32-bit pointers"
11391 msgstr ""
11392
11393 #: config/rs6000/aix43.h:49 config/rs6000/aix51.h:49
11394 msgid "-maix64 and POWER architecture are incompatible."
11395 msgstr ""
11396
11397 #: config/rs6000/aix43.h:54 config/rs6000/aix51.h:54
11398 msgid "-maix64 requires PowerPC64 architecture remain enabled."
11399 msgstr ""
11400
11401 #: config/rs6000/aix43.h:58 config/rs6000/aix51.h:58
11402 msgid ""
11403 "-maix64 required: 64-bit computation with 32-bit addressing not yet "
11404 "supported."
11405 msgstr ""
11406
11407 #: config/rs6000/rs6000.c:395
11408 msgid "-mmultiple is not supported on little endian systems"
11409 msgstr ""
11410
11411 #: config/rs6000/rs6000.c:402
11412 msgid "-mstring is not supported on little endian systems"
11413 msgstr ""
11414
11415 #: config/rs6000/rs6000.c:408
11416 #, c-format
11417 msgid "-f%s ignored (all code is position independent)"
11418 msgstr ""
11419
11420 #: config/rs6000/rs6000.c:417
11421 msgid "-ffunction-sections disabled on AIX when debugging"
11422 msgstr ""
11423
11424 #: config/rs6000/rs6000.c:423
11425 msgid "-fdata-sections not supported on AIX"
11426 msgstr ""
11427
11428 #: config/rs6000/rs6000.c:438
11429 #, c-format
11430 msgid "Unknown -mdebug-%s switch"
11431 msgstr ""
11432
11433 #: config/rs6000/rs6000.c:4165
11434 #, c-format
11435 msgid "invalid %%f value"
11436 msgstr ""
11437
11438 #: config/rs6000/rs6000.c:4174
11439 #, c-format
11440 msgid "invalid %%F value"
11441 msgstr ""
11442
11443 #: config/rs6000/rs6000.c:4183
11444 #, c-format
11445 msgid "invalid %%G value"
11446 msgstr ""
11447
11448 #: config/rs6000/rs6000.c:4218
11449 #, c-format
11450 msgid "invalid %%j code"
11451 msgstr ""
11452
11453 #: config/rs6000/rs6000.c:4228
11454 #, c-format
11455 msgid "invalid %%J code"
11456 msgstr ""
11457
11458 #: config/rs6000/rs6000.c:4258
11459 #, c-format
11460 msgid "invalid %%K value"
11461 msgstr ""
11462
11463 #: config/rs6000/rs6000.c:4385
11464 #, c-format
11465 msgid "invalid %%p value"
11466 msgstr ""
11467
11468 #: config/rs6000/rs6000.c:4422
11469 #, c-format
11470 msgid "invalid %%q value"
11471 msgstr ""
11472
11473 #: config/rs6000/rs6000.c:4485
11474 #, c-format
11475 msgid "%%S computed all 1's mask"
11476 msgstr ""
11477
11478 #: config/rs6000/rs6000.c:4512
11479 #, c-format
11480 msgid "%%S computed all 0's mask"
11481 msgstr ""
11482
11483 #: config/rs6000/rs6000.c:4522
11484 #, c-format
11485 msgid "invalid %%T value"
11486 msgstr ""
11487
11488 #: config/rs6000/rs6000.c:4532
11489 #, c-format
11490 msgid "invalid %%u value"
11491 msgstr ""
11492
11493 #: config/rs6000/rs6000.c:4541
11494 #, c-format
11495 msgid "invalid %%v value"
11496 msgstr ""
11497
11498 #: config/rs6000/rs6000.c:8464
11499 msgid "bad address"
11500 msgstr ""
11501
11502 #. Run-time compilation parameters selecting different hardware subsets.
11503 #.
11504 #. Macro to define tables used to set the flags.
11505 #. This is a list in braces of pairs in braces,
11506 #. each pair being { "NAME", VALUE }
11507 #. where VALUE is the bits to set or minus the bits to clear.
11508 #. An empty string NAME is used to identify the default VALUE.
11509 #: config/rs6000/rs6000.h:259
11510 msgid "Use POWER instruction set"
11511 msgstr ""
11512
11513 #: config/rs6000/rs6000.h:262
11514 msgid "Use POWER2 instruction set"
11515 msgstr ""
11516
11517 #: config/rs6000/rs6000.h:264
11518 msgid "Do not use POWER2 instruction set"
11519 msgstr ""
11520
11521 #: config/rs6000/rs6000.h:267
11522 msgid "Do not use POWER instruction set"
11523 msgstr ""
11524
11525 #: config/rs6000/rs6000.h:269
11526 msgid "Use PowerPC instruction set"
11527 msgstr ""
11528
11529 #: config/rs6000/rs6000.h:272
11530 msgid "Do not use PowerPC instruction set"
11531 msgstr ""
11532
11533 #: config/rs6000/rs6000.h:274
11534 msgid "Use PowerPC General Purpose group optional instructions"
11535 msgstr ""
11536
11537 #: config/rs6000/rs6000.h:276
11538 msgid "Don't use PowerPC General Purpose group optional instructions"
11539 msgstr ""
11540
11541 #: config/rs6000/rs6000.h:278
11542 msgid "Use PowerPC Graphics group optional instructions"
11543 msgstr ""
11544
11545 #: config/rs6000/rs6000.h:280
11546 msgid "Don't use PowerPC Graphics group optional instructions"
11547 msgstr ""
11548
11549 #: config/rs6000/rs6000.h:282
11550 msgid "Use PowerPC-64 instruction set"
11551 msgstr ""
11552
11553 #: config/rs6000/rs6000.h:284
11554 msgid "Don't use PowerPC-64 instruction set"
11555 msgstr ""
11556
11557 #: config/rs6000/rs6000.h:286
11558 msgid "Use new mnemonics for PowerPC architecture"
11559 msgstr ""
11560
11561 #: config/rs6000/rs6000.h:288
11562 msgid "Use old mnemonics for PowerPC architecture"
11563 msgstr ""
11564
11565 #: config/rs6000/rs6000.h:291
11566 msgid "Put everything in the regular TOC"
11567 msgstr ""
11568
11569 #: config/rs6000/rs6000.h:293
11570 msgid "Place floating point constants in TOC"
11571 msgstr ""
11572
11573 #: config/rs6000/rs6000.h:295
11574 msgid "Don't place floating point constants in TOC"
11575 msgstr ""
11576
11577 #: config/rs6000/rs6000.h:297
11578 msgid "Place symbol+offset constants in TOC"
11579 msgstr ""
11580
11581 #: config/rs6000/rs6000.h:299
11582 msgid "Don't place symbol+offset constants in TOC"
11583 msgstr ""
11584
11585 #: config/rs6000/rs6000.h:305
11586 msgid "Place variable addresses in the regular TOC"
11587 msgstr ""
11588
11589 #: config/rs6000/rs6000.h:311
11590 msgid "Generate load/store multiple instructions"
11591 msgstr ""
11592
11593 #: config/rs6000/rs6000.h:313
11594 msgid "Do not generate load/store multiple instructions"
11595 msgstr ""
11596
11597 #: config/rs6000/rs6000.h:317
11598 msgid "Generate string instructions for block moves"
11599 msgstr ""
11600
11601 #: config/rs6000/rs6000.h:319
11602 msgid "Do not generate string instructions for block moves"
11603 msgstr ""
11604
11605 #: config/rs6000/rs6000.h:323
11606 msgid "Generate load/store with update instructions"
11607 msgstr ""
11608
11609 #: config/rs6000/rs6000.h:325
11610 msgid "Do not generate load/store with update instructions"
11611 msgstr ""
11612
11613 #: config/rs6000/rs6000.h:333
11614 msgid "Don't schedule the start and end of the procedure"
11615 msgstr ""
11616
11617 #. This macro is similar to `TARGET_SWITCHES' but defines names of
11618 #. command options that have values. Its definition is an
11619 #. initializer with a subgrouping for each command option.
11620 #.
11621 #. Each subgrouping contains a string constant, that defines the
11622 #. fixed part of the option name, and the address of a variable.
11623 #. The variable, type `char *', is set to the variable part of the
11624 #. given option if the fixed part matches. The actual option name
11625 #. is made by appending `-m' to the specified name.
11626 #.
11627 #. Here is an example which defines `-mshort-data-NUMBER'. If the
11628 #. given option is `-mshort-data-512', the variable `m88k_short_data'
11629 #. will be set to the string `"512"'.
11630 #.
11631 #. extern char *m88k_short_data;
11632 #. #define TARGET_OPTIONS { { "short-data-", &m88k_short_data } }
11633 #: config/rs6000/rs6000.h:408 config/sparc/sparc.h:709
11634 msgid "Use features of and schedule code for given CPU"
11635 msgstr ""
11636
11637 #: config/rs6000/rs6000.h:411
11638 msgid "Enable debug output"
11639 msgstr ""
11640
11641 #. Definitions for __builtin_return_address and __builtin_frame_address.
11642 #. __builtin_return_address (0) should give link register (65), enable
11643 #. this.
11644 #. This should be uncommented, so that the link register is used, but
11645 #. currently this would result in unmatched insns and spilling fixed
11646 #. registers so we'll leave it for another day. When these problems are
11647 #. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX.
11648 #. (mrs)
11649 #. #define RETURN_ADDR_IN_PREVIOUS_FRAME
11650 #. Number of bytes into the frame return addresses can be found. See
11651 #. rs6000_stack_info in rs6000.c for more information on how the different
11652 #. abi's store the return address.
11653 #: config/rs6000/rs6000.h:1586
11654 msgid "RETURN_ADDRESS_OFFSET not supported"
11655 msgstr ""
11656
11657 #: config/rs6000/sysv4.h:90
11658 msgid "Select ABI calling convention."
11659 msgstr ""
11660
11661 #: config/rs6000/sysv4.h:91
11662 msgid "Select method for sdata handling."
11663 msgstr ""
11664
11665 #: config/rs6000/sysv4.h:106
11666 msgid "Align to the base type of the bitfield."
11667 msgstr ""
11668
11669 #: config/rs6000/sysv4.h:108
11670 msgid "Don't align to the base type of the bitfield."
11671 msgstr ""
11672
11673 #: config/rs6000/sysv4.h:110
11674 msgid "Don't assume that unaligned accesses are handled by the system"
11675 msgstr ""
11676
11677 #: config/rs6000/sysv4.h:112
11678 msgid "Assume that unaligned accesses are handled by the system"
11679 msgstr ""
11680
11681 #: config/rs6000/sysv4.h:114 config/rs6000/sysv4.h:118
11682 msgid "Produce code relocatable at runtime."
11683 msgstr ""
11684
11685 #: config/rs6000/sysv4.h:116 config/rs6000/sysv4.h:120
11686 msgid "Don't produce code relocatable at runtime."
11687 msgstr ""
11688
11689 #: config/rs6000/sysv4.h:122 config/rs6000/sysv4.h:124
11690 msgid "Produce little endian code."
11691 msgstr ""
11692
11693 #: config/rs6000/sysv4.h:126 config/rs6000/sysv4.h:128
11694 msgid "Produce big endian code."
11695 msgstr ""
11696
11697 #: config/rs6000/sysv4.h:132 config/sparc/linux.h:83
11698 #: config/sparc/linux64.h:141
11699 msgid "Use 128 bit long doubles"
11700 msgstr ""
11701
11702 #: config/rs6000/sysv4.h:133 config/rs6000/sysv4.h:134
11703 #: config/rs6000/sysv4.h:135 config/rs6000/sysv4.h:136
11704 #: config/rs6000/sysv4.h:137 config/rs6000/sysv4.h:138
11705 #: config/rs6000/sysv4.h:148 config/rs6000/sysv4.h:149
11706 #: config/rs6000/sysv4.h:160 config/rs6000/sysv4.h:161
11707 #: config/rs6000/sysv4.h:162 config/rs6000/sysv4.h:164
11708 msgid "no description yet"
11709 msgstr ""
11710
11711 #: config/rs6000/sysv4.h:139
11712 msgid "Use EABI."
11713 msgstr ""
11714
11715 #: config/rs6000/sysv4.h:140
11716 msgid "Don't use EABI."
11717 msgstr ""
11718
11719 #: config/rs6000/sysv4.h:143
11720 msgid "Do not allow bitfields to cross word boundaries"
11721 msgstr ""
11722
11723 #: config/rs6000/sysv4.h:145
11724 msgid "Use alternate register names."
11725 msgstr ""
11726
11727 #: config/rs6000/sysv4.h:147
11728 msgid "Don't use alternate register names."
11729 msgstr ""
11730
11731 #: config/rs6000/sysv4.h:151
11732 msgid "Link with libsim.a, libc.a and sim-crt0.o."
11733 msgstr ""
11734
11735 #: config/rs6000/sysv4.h:153
11736 msgid "Link with libads.a, libc.a and crt0.o."
11737 msgstr ""
11738
11739 #: config/rs6000/sysv4.h:155
11740 msgid "Link with libyk.a, libc.a and crt0.o."
11741 msgstr ""
11742
11743 #: config/rs6000/sysv4.h:157
11744 msgid "Link with libmvme.a, libc.a and crt0.o."
11745 msgstr ""
11746
11747 #: config/rs6000/sysv4.h:159
11748 msgid "Set the PPC_EMB bit in the ELF flags header"
11749 msgstr ""
11750
11751 #. Sometimes certain combinations of command options do not make sense
11752 #. on a particular target machine. You can define a macro
11753 #. `OVERRIDE_OPTIONS' to take account of this. This macro, if
11754 #. defined, is executed once just after all the command options have
11755 #. been parsed.
11756 #.
11757 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
11758 #. get control.
11759 #: config/rs6000/sysv4.h:219
11760 #, c-format
11761 msgid "Bad value for -mcall-%s"
11762 msgstr ""
11763
11764 #: config/rs6000/sysv4.h:235
11765 #, c-format
11766 msgid "Bad value for -msdata=%s"
11767 msgstr ""
11768
11769 #: config/rs6000/sysv4.h:252
11770 #, c-format
11771 msgid "-mrelocatable and -msdata=%s are incompatible."
11772 msgstr ""
11773
11774 #: config/rs6000/sysv4.h:260
11775 #, c-format
11776 msgid "-f%s and -msdata=%s are incompatible."
11777 msgstr ""
11778
11779 #: config/rs6000/sysv4.h:269
11780 #, c-format
11781 msgid "-msdata=%s and -mcall-%s are incompatible."
11782 msgstr ""
11783
11784 #: config/rs6000/sysv4.h:276
11785 msgid "-mrelocatable and -mno-minimal-toc are incompatible."
11786 msgstr ""
11787
11788 #: config/rs6000/sysv4.h:282
11789 #, c-format
11790 msgid "-mrelocatable and -mcall-%s are incompatible."
11791 msgstr ""
11792
11793 #: config/rs6000/sysv4.h:289
11794 #, c-format
11795 msgid "-fPIC and -mcall-%s are incompatible."
11796 msgstr ""
11797
11798 #: config/rs6000/sysv4.h:296
11799 msgid "-mcall-aixdesc must be big endian"
11800 msgstr ""
11801
11802 #: config/s390/s390.c:1483
11803 msgid "invalid UNSPEC as operand (1)"
11804 msgstr ""
11805
11806 #: config/s390/s390.c:1513
11807 msgid "invalid UNSPEC as operand (2)"
11808 msgstr ""
11809
11810 #: config/s390/s390.c:1519
11811 msgid "UNKNOWN in s390_output_symbolic_const !?"
11812 msgstr ""
11813
11814 #: config/s390/s390.c:1535
11815 msgid "Cannot decompose address.\n"
11816 msgstr ""
11817
11818 #: config/s390/s390.c:1672
11819 msgid "UNKNOWN in print_operand !?"
11820 msgstr ""
11821
11822 #: config/s390/s390.c:2171
11823 msgid "no code label found"
11824 msgstr ""
11825
11826 #: config/s390/s390.c:2494
11827 msgid "Total size of local variables exceeds architecture limit."
11828 msgstr ""
11829
11830 #: config/s390/s390.h:53
11831 msgid "Set backchain"
11832 msgstr ""
11833
11834 #: config/s390/s390.h:54
11835 msgid "Don't set backchain (faster, but debug harder"
11836 msgstr ""
11837
11838 #: config/s390/s390.h:55
11839 msgid "Use bras for execucable < 64k"
11840 msgstr ""
11841
11842 #: config/s390/s390.h:56
11843 msgid "Don't use bras"
11844 msgstr ""
11845
11846 #: config/s390/s390.h:57
11847 msgid "Additional debug prints"
11848 msgstr ""
11849
11850 #: config/s390/s390.h:58
11851 msgid "Don't print additional debug prints"
11852 msgstr ""
11853
11854 #: config/s390/s390.h:59
11855 msgid "64 bit mode"
11856 msgstr ""
11857
11858 #: config/s390/s390.h:60
11859 msgid "31 bit mode"
11860 msgstr ""
11861
11862 #: config/s390/s390.h:61
11863 msgid "mvcle use"
11864 msgstr ""
11865
11866 #: config/s390/s390.h:62
11867 msgid "mvc&ex"
11868 msgstr ""
11869
11870 #. The sp_switch attribute only has meaning for interrupt functions.
11871 #: config/sh/sh.c:4720 config/sh/sh.c:4759
11872 #, c-format
11873 msgid "`%s' attribute only applies to interrupt functions"
11874 msgstr ""
11875
11876 #. The argument must be a constant string.
11877 #: config/sh/sh.c:4727
11878 #, c-format
11879 msgid "`%s' attribute argument not a string constant"
11880 msgstr ""
11881
11882 #. The argument must be a constant integer.
11883 #: config/sh/sh.c:4766
11884 #, c-format
11885 msgid "`%s' attribute argument not an integer constant"
11886 msgstr ""
11887
11888 #: config/sparc/sp64-elf.h:84 config/sparc/splet.h:29
11889 msgid "Generate code for big endian"
11890 msgstr ""
11891
11892 #: config/sparc/sp64-elf.h:85 config/sparc/splet.h:30
11893 msgid "Generate code for little endian"
11894 msgstr ""
11895
11896 #: config/sparc/sp86x-aout.h:53 config/sparc/sp86x-elf.h:66
11897 msgid "Use little-endian byte order for data"
11898 msgstr ""
11899
11900 #: config/sparc/sparc.c:296
11901 #, c-format
11902 msgid "%s is not supported by this configuration"
11903 msgstr ""
11904
11905 #: config/sparc/sparc.c:303
11906 msgid "-mlong-double-64 not allowed with -m64"
11907 msgstr ""
11908
11909 #: config/sparc/sparc.c:328
11910 msgid "-mcmodel= is not supported on 32 bit systems"
11911 msgstr ""
11912
11913 #: config/sparc/sparc.c:409
11914 msgid "profiling does not support code models other than medlow"
11915 msgstr ""
11916
11917 #: config/sparc/sparc.c:5805 config/sparc/sparc.c:5811
11918 #, c-format
11919 msgid "Invalid %%Y operand"
11920 msgstr ""
11921
11922 #: config/sparc/sparc.c:5881
11923 #, c-format
11924 msgid "Invalid %%A operand"
11925 msgstr ""
11926
11927 #: config/sparc/sparc.c:5891
11928 #, c-format
11929 msgid "Invalid %%B operand"
11930 msgstr ""
11931
11932 #: config/sparc/sparc.c:5930
11933 #, c-format
11934 msgid "Invalid %%c operand"
11935 msgstr ""
11936
11937 #: config/sparc/sparc.c:5931
11938 #, c-format
11939 msgid "Invalid %%C operand"
11940 msgstr ""
11941
11942 #: config/sparc/sparc.c:5952
11943 #, c-format
11944 msgid "Invalid %%d operand"
11945 msgstr ""
11946
11947 #: config/sparc/sparc.c:5953
11948 #, c-format
11949 msgid "Invalid %%D operand"
11950 msgstr ""
11951
11952 #: config/sparc/sparc.c:5971
11953 #, c-format
11954 msgid "Invalid %%f operand"
11955 msgstr ""
11956
11957 #: config/sparc/sparc.c:6021
11958 msgid "long long constant not a valid immediate operand"
11959 msgstr ""
11960
11961 #: config/sparc/sparc.c:6024
11962 msgid "floating point constant not a valid immediate operand"
11963 msgstr ""
11964
11965 #. To make profiling work with -f{pic,PIC}, we need to emit the profiling
11966 #. code into the rtl. Also, if we are profiling, we cannot eliminate
11967 #. the frame pointer (because the return address will get smashed).
11968 #: config/sparc/sparc.h:404
11969 #, c-format
11970 msgid "%s and profiling conflict: disabling %s"
11971 msgstr ""
11972
11973 #: config/sparc/sparc.h:588
11974 msgid "Use function_epilogue()"
11975 msgstr ""
11976
11977 #: config/sparc/sparc.h:590
11978 msgid "Do not use function_epilogue()"
11979 msgstr ""
11980
11981 #: config/sparc/sparc.h:592
11982 msgid "Assume possible double misalignment"
11983 msgstr ""
11984
11985 #: config/sparc/sparc.h:594
11986 msgid "Assume all doubles are aligned"
11987 msgstr ""
11988
11989 #: config/sparc/sparc.h:596
11990 msgid "Pass -assert pure-text to linker"
11991 msgstr ""
11992
11993 #: config/sparc/sparc.h:598
11994 msgid "Do not pass -assert pure-text to linker"
11995 msgstr ""
11996
11997 #: config/sparc/sparc.h:600
11998 msgid "Use flat register window model"
11999 msgstr ""
12000
12001 #: config/sparc/sparc.h:602
12002 msgid "Do not use flat register window model"
12003 msgstr ""
12004
12005 #: config/sparc/sparc.h:604
12006 msgid "Use ABI reserved registers"
12007 msgstr ""
12008
12009 #: config/sparc/sparc.h:606
12010 msgid "Do not use ABI reserved registers"
12011 msgstr ""
12012
12013 #: config/sparc/sparc.h:608
12014 msgid "Use hardware quad fp instructions"
12015 msgstr ""
12016
12017 #: config/sparc/sparc.h:610
12018 msgid "Do not use hardware quad fp instructions"
12019 msgstr ""
12020
12021 #: config/sparc/sparc.h:612
12022 msgid "Compile for v8plus ABI"
12023 msgstr ""
12024
12025 #: config/sparc/sparc.h:614
12026 msgid "Do not compile for v8plus ABI"
12027 msgstr ""
12028
12029 #: config/sparc/sparc.h:616
12030 msgid "Utilize Visual Instruction Set"
12031 msgstr ""
12032
12033 #: config/sparc/sparc.h:618
12034 msgid "Do not utilize Visual Instruction Set"
12035 msgstr ""
12036
12037 #. ??? These are deprecated, coerced to -mcpu=. Delete in 2.9.
12038 #: config/sparc/sparc.h:621
12039 msgid "Optimize for Cypress processors"
12040 msgstr ""
12041
12042 #: config/sparc/sparc.h:623
12043 msgid "Optimize for SparcLite processors"
12044 msgstr ""
12045
12046 #: config/sparc/sparc.h:625
12047 msgid "Optimize for F930 processors"
12048 msgstr ""
12049
12050 #: config/sparc/sparc.h:627
12051 msgid "Optimize for F934 processors"
12052 msgstr ""
12053
12054 #: config/sparc/sparc.h:629
12055 msgid "Use V8 Sparc ISA"
12056 msgstr ""
12057
12058 #: config/sparc/sparc.h:631
12059 msgid "Optimize for SuperSparc processors"
12060 msgstr ""
12061
12062 #. End of deprecated options.
12063 #: config/sparc/sparc.h:634
12064 msgid "Pointers are 64-bit"
12065 msgstr ""
12066
12067 #: config/sparc/sparc.h:636
12068 msgid "Pointers are 32-bit"
12069 msgstr ""
12070
12071 #: config/sparc/sparc.h:638
12072 msgid "Use 32-bit ABI"
12073 msgstr ""
12074
12075 #: config/sparc/sparc.h:640
12076 msgid "Use 64-bit ABI"
12077 msgstr ""
12078
12079 #: config/sparc/sparc.h:642
12080 msgid "Use stack bias"
12081 msgstr ""
12082
12083 #: config/sparc/sparc.h:644
12084 msgid "Do not use stack bias"
12085 msgstr ""
12086
12087 #: config/sparc/sparc.h:646
12088 msgid "Use structs on stronger alignment for double-word copies"
12089 msgstr ""
12090
12091 #: config/sparc/sparc.h:648
12092 msgid "Do not use structs on stronger alignment for double-word copies"
12093 msgstr ""
12094
12095 #: config/sparc/sparc.h:650
12096 msgid "Optimize tail call instructions in assembler and linker"
12097 msgstr ""
12098
12099 #: config/sparc/sparc.h:652
12100 msgid "Do not optimize tail call instructions in assembler or linker"
12101 msgstr ""
12102
12103 #: config/sparc/sparc.h:713
12104 msgid "Use given Sparc code model"
12105 msgstr ""
12106
12107 #: config/stormy16/stormy16.c:1167
12108 msgid "cannot use va_start in interrupt function"
12109 msgstr ""
12110
12111 #: config/stormy16/stormy16.c:1479
12112 msgid "`B' operand is not constant"
12113 msgstr ""
12114
12115 #: config/stormy16/stormy16.c:1485
12116 msgid "`B' operand has multiple bits set"
12117 msgstr ""
12118
12119 #: config/stormy16/stormy16.c:1510
12120 msgid "`o' operand is not constant"
12121 msgstr ""
12122
12123 #: config/stormy16/stormy16.c:1525
12124 msgid "stormy16_print_operand: unknown code"
12125 msgstr ""
12126
12127 #: config/stormy16/stormy16.c:1575
12128 #, c-format
12129 msgid "switch statement of size %lu entries too large"
12130 msgstr ""
12131
12132 #: config/v850/v850-c.c:68
12133 msgid "#pragma GHS endXXXX found without previous startXXX"
12134 msgstr ""
12135
12136 #: config/v850/v850-c.c:70
12137 msgid "#pragma GHS endXXX does not match previous startXXX"
12138 msgstr ""
12139
12140 #: config/v850/v850-c.c:95
12141 msgid "Cannot set interrupt attribute: no current function"
12142 msgstr ""
12143
12144 #: config/v850/v850-c.c:103
12145 msgid "Cannot set interrupt attribute: no such identifier"
12146 msgstr ""
12147
12148 #: config/v850/v850-c.c:149
12149 msgid "junk at end of #pragma ghs section"
12150 msgstr ""
12151
12152 #: config/v850/v850-c.c:166
12153 #, c-format
12154 msgid "unrecognised section name \"%s\""
12155 msgstr ""
12156
12157 #: config/v850/v850-c.c:181
12158 msgid "malformed #pragma ghs section"
12159 msgstr ""
12160
12161 #: config/v850/v850-c.c:201
12162 msgid "junk at end of #pragma ghs interrupt"
12163 msgstr ""
12164
12165 #: config/v850/v850-c.c:213
12166 msgid "junk at end of #pragma ghs starttda"
12167 msgstr ""
12168
12169 #: config/v850/v850-c.c:225
12170 msgid "junk at end of #pragma ghs startsda"
12171 msgstr ""
12172
12173 #: config/v850/v850-c.c:237
12174 msgid "junk at end of #pragma ghs startzda"
12175 msgstr ""
12176
12177 #: config/v850/v850-c.c:249
12178 msgid "junk at end of #pragma ghs endtda"
12179 msgstr ""
12180
12181 #: config/v850/v850-c.c:261
12182 msgid "junk at end of #pragma ghs endsda"
12183 msgstr ""
12184
12185 #: config/v850/v850-c.c:273
12186 msgid "junk at end of #pragma ghs endzda"
12187 msgstr ""
12188
12189 #: config/v850/v850.c:118
12190 #, c-format
12191 msgid "%s=%s is not numeric."
12192 msgstr ""
12193
12194 #: config/v850/v850.c:125
12195 #, c-format
12196 msgid "%s=%s is too large."
12197 msgstr ""
12198
12199 #: config/v850/v850.c:281
12200 msgid "const_double_split got a bad insn:"
12201 msgstr ""
12202
12203 #: config/v850/v850.c:773
12204 msgid "output_move_single:"
12205 msgstr ""
12206
12207 #: config/v850/v850.c:2077
12208 msgid "a data area attribute cannot be specified for local variables"
12209 msgstr ""
12210
12211 #: config/v850/v850.c:2088
12212 #, c-format
12213 msgid "data area of '%s' conflicts with previous declaration"
12214 msgstr ""
12215
12216 #: config/v850/v850.c:2291
12217 #, c-format
12218 msgid "Bogus JR construction: %d\n"
12219 msgstr ""
12220
12221 #: config/v850/v850.c:2312 config/v850/v850.c:2514
12222 #, c-format
12223 msgid "Bad amount of stack space removal: %d"
12224 msgstr ""
12225
12226 #: config/v850/v850.c:2490
12227 #, c-format
12228 msgid "Bogus JARL construction: %d\n"
12229 msgstr ""
12230
12231 #. Macro to define tables used to set the flags.
12232 #. This is a list in braces of pairs in braces,
12233 #. each pair being { "NAME", VALUE }
12234 #. where VALUE is the bits to set or minus the bits to clear.
12235 #. An empty string NAME is used to identify the default VALUE.
12236 #: config/v850/v850.h:119
12237 msgid "Support Green Hills ABI"
12238 msgstr ""
12239
12240 #: config/v850/v850.h:122
12241 msgid "Prohibit PC relative function calls"
12242 msgstr ""
12243
12244 #: config/v850/v850.h:125
12245 msgid "Reuse r30 on a per function basis"
12246 msgstr ""
12247
12248 #: config/v850/v850.h:128
12249 msgid "Use stubs for function prologues"
12250 msgstr ""
12251
12252 #: config/v850/v850.h:131
12253 msgid "Same as: -mep -mprolog-function"
12254 msgstr ""
12255
12256 #: config/v850/v850.h:132
12257 msgid "Enable backend debugging"
12258 msgstr ""
12259
12260 #: config/v850/v850.h:134
12261 msgid "Compile for the v850 processor"
12262 msgstr ""
12263
12264 #: config/v850/v850.h:137
12265 msgid "Use 4 byte entries in switch tables"
12266 msgstr ""
12267
12268 #. This macro is similar to `TARGET_SWITCHES' but defines names of
12269 #. command options that have values. Its definition is an
12270 #. initializer with a subgrouping for each command option.
12271 #.
12272 #. Each subgrouping contains a string constant, that defines the
12273 #. fixed part of the option name, and the address of a variable. The
12274 #. variable, type `char *', is set to the variable part of the given
12275 #. option if the fixed part matches. The actual option name is made
12276 #. by appending `-m' to the specified name.
12277 #.
12278 #. Here is an example which defines `-mshort-data-NUMBER'. If the
12279 #. given option is `-mshort-data-512', the variable `m88k_short_data'
12280 #. will be set to the string `"512"'.
12281 #.
12282 #. extern char *m88k_short_data;
12283 #. #define TARGET_OPTIONS { { "short-data-", &m88k_short_data } }
12284 #: config/v850/v850.h:181
12285 msgid "Set the max size of data eligible for the TDA area"
12286 msgstr ""
12287
12288 #: config/v850/v850.h:184
12289 msgid "Set the max size of data eligible for the SDA area"
12290 msgstr ""
12291
12292 #: config/v850/v850.h:187
12293 msgid "Set the max size of data eligible for the ZDA area"
12294 msgstr ""
12295
12296 #: ada/misc.c:204
12297 msgid "`-gnat' misspelled as `-gant'"
12298 msgstr ""
12299
12300 #: ch/actions.c:118
12301 #, c-format
12302 msgid "%d errors, %d sorries, do granting"
12303 msgstr ""
12304
12305 #: ch/actions.c:135
12306 msgid "GNU compiler does not support statically allocated objects"
12307 msgstr ""
12308
12309 #: ch/actions.c:138 objc/objc-act.c:925
12310 #, c-format
12311 msgid "`%s' cannot be statically allocated"
12312 msgstr ""
12313
12314 #: ch/actions.c:300
12315 #, c-format
12316 msgid "causing unhandled exception `%s' (this is flaged only once)"
12317 msgstr ""
12318
12319 #: ch/actions.c:438
12320 msgid "range failure (not inside function)"
12321 msgstr ""
12322
12323 #: ch/actions.c:440
12324 msgid "possible range failure (not inside function)"
12325 msgstr ""
12326
12327 #: ch/actions.c:445
12328 msgid "expression will always cause RANGEFAIL"
12329 msgstr ""
12330
12331 #: ch/actions.c:492
12332 msgid "right hand side of assignment is a mode"
12333 msgstr ""
12334
12335 #: ch/actions.c:498
12336 #, c-format
12337 msgid "incompatible modes in %s"
12338 msgstr ""
12339
12340 #: ch/actions.c:523
12341 #, c-format
12342 msgid "bad string length in %s"
12343 msgstr ""
12344
12345 #: ch/actions.c:631 ch/actions.c:644
12346 #, c-format
12347 msgid "mode mismatch in %s expression"
12348 msgstr ""
12349
12350 #: ch/actions.c:638
12351 #, c-format
12352 msgid "%s expression must be referable"
12353 msgstr ""
12354
12355 #: ch/actions.c:667
12356 #, c-format
12357 msgid "%s not allowed outside a PROC"
12358 msgstr ""
12359
12360 #: ch/actions.c:673
12361 #, c-format
12362 msgid "%s action in PROC with no declared RESULTS"
12363 msgstr ""
12364
12365 #: ch/actions.c:704
12366 msgid "RETURN not allowed outside PROC"
12367 msgstr ""
12368
12369 #: ch/actions.c:717
12370 msgid "RETURN with a value, in PROC returning void"
12371 msgstr ""
12372
12373 #: ch/actions.c:726
12374 msgid "RETURN with no value and no RESULT action in procedure"
12375 msgstr ""
12376
12377 #: ch/actions.c:749
12378 #, c-format
12379 msgid "no label named `%s'"
12380 msgstr ""
12381
12382 #: ch/actions.c:751
12383 #, c-format
12384 msgid "cannot GOTO label `%s' outside current function"
12385 msgstr ""
12386
12387 #: ch/actions.c:773
12388 #, c-format
12389 msgid "no EXITable label named `%s'"
12390 msgstr ""
12391
12392 #: ch/actions.c:775
12393 #, c-format
12394 msgid "cannot EXIT label `%s' outside current function"
12395 msgstr ""
12396
12397 #: ch/actions.c:1018
12398 msgid "case selector not compatible with label"
12399 msgstr ""
12400
12401 #: ch/actions.c:1044
12402 msgid "ELSE label not within a CASE statement"
12403 msgstr ""
12404
12405 #: ch/actions.c:1048
12406 msgid "multiple default labels found in a CASE statement"
12407 msgstr ""
12408
12409 #: ch/actions.c:1049
12410 msgid "this is the first ELSE label"
12411 msgstr ""
12412
12413 #: ch/actions.c:1070
12414 msgid "label found outside of CASE statement"
12415 msgstr ""
12416
12417 #: ch/actions.c:1073
12418 msgid "duplicate CASE value"
12419 msgstr ""
12420
12421 #: ch/actions.c:1074 ch/actions.c:1127
12422 msgid "this is the first entry for that value"
12423 msgstr ""
12424
12425 #: ch/actions.c:1077 ch/actions.c:1130
12426 msgid "CASE value out of range"
12427 msgstr ""
12428
12429 #: ch/actions.c:1079 ch/actions.c:1132
12430 msgid "empty range"
12431 msgstr ""
12432
12433 #: ch/actions.c:1081 ch/actions.c:1134
12434 msgid "label within scope of cleanup or variable array"
12435 msgstr ""
12436
12437 #: ch/actions.c:1105 ch/actions.c:1302
12438 msgid "mode in label is not discrete"
12439 msgstr ""
12440
12441 #: ch/actions.c:1122
12442 msgid "label not within a CASE statement"
12443 msgstr ""
12444
12445 #: ch/actions.c:1282
12446 msgid "Lower bound of range must be a discrete literal expression"
12447 msgstr ""
12448
12449 #: ch/actions.c:1287
12450 msgid "Upper bound of range must be a discrete literal expression"
12451 msgstr ""
12452
12453 #: ch/actions.c:1311
12454 msgid "The CASE label is not valid"
12455 msgstr ""
12456
12457 #: ch/actions.c:1357 ch/expr.c:215
12458 msgid ""
12459 "The number of CASE selectors does not match the number of CASE label lists"
12460 msgstr ""
12461
12462 #: ch/actions.c:1442
12463 #, c-format
12464 msgid "incomplete CASE - %s not handled"
12465 msgstr ""
12466
12467 #: ch/actions.c:1461
12468 msgid "CASE selector with variable range"
12469 msgstr ""
12470
12471 #: ch/actions.c:1465
12472 msgid "too many cases to do CASE completeness testing"
12473 msgstr ""
12474
12475 #: ch/actions.c:1550
12476 msgid "type of tuple cannot be implicit in multiple assignent"
12477 msgstr ""
12478
12479 #: ch/actions.c:1552
12480 msgid "conditional expression cannot be used in multiple assignent"
12481 msgstr ""
12482
12483 #: ch/actions.c:1554
12484 msgid "internal error - unknown type in multiple assignment"
12485 msgstr ""
12486
12487 #: ch/actions.c:1558
12488 msgid "no operator allowed in multiple assignment,"
12489 msgstr ""
12490
12491 #: ch/actions.c:1568
12492 msgid "location modes in multiple assignment are not equivalent"
12493 msgstr ""
12494
12495 #: ch/actions.c:1606
12496 msgid "You may not assign a value to a BUFFER or EVENT location"
12497 msgstr ""
12498
12499 #: ch/actions.c:1614
12500 msgid "can't assign value to READonly location"
12501 msgstr ""
12502
12503 #: ch/actions.c:1619
12504 msgid "cannot assign to location with non-value property"
12505 msgstr ""
12506
12507 #: ch/actions.c:1639
12508 msgid "lefthand side of assignment is not a location"
12509 msgstr ""
12510
12511 #: ch/actions.c:1715 ch/actions.c:1785
12512 msgid "bitstring slice"
12513 msgstr ""
12514
12515 #: ch/actions.c:1810
12516 msgid "LENGTH on left-hand-side is non-portable"
12517 msgstr ""
12518
12519 #: ch/actions.c:1814
12520 msgid "Can only set LENGTH of array location"
12521 msgstr ""
12522
12523 #: ch/convert.c:63
12524 msgid "internal error: trying to make loc-identity with non-location"
12525 msgstr ""
12526
12527 #: ch/convert.c:117
12528 msgid "cannot convert to a boolean mode"
12529 msgstr ""
12530
12531 #: ch/convert.c:152
12532 msgid "cannot convert to a char mode"
12533 msgstr ""
12534
12535 #: ch/convert.c:248
12536 msgid "powerset tuple element out of range"
12537 msgstr ""
12538
12539 #: ch/convert.c:284 ch/convert.c:312
12540 #, c-format
12541 msgid "incompatible member of powerset tuple (at position #%d)"
12542 msgstr ""
12543
12544 #: ch/convert.c:394
12545 #, c-format
12546 msgid "no initializer value for fixed field `%s'"
12547 msgstr ""
12548
12549 #: ch/convert.c:436
12550 #, c-format
12551 msgid "non-constant value for tag field `%s'"
12552 msgstr ""
12553
12554 #: ch/convert.c:488
12555 #, c-format
12556 msgid "field `%s' in wrong variant"
12557 msgstr ""
12558
12559 #: ch/convert.c:495
12560 #, c-format
12561 msgid "missing variant fields (at least `%s')"
12562 msgstr ""
12563
12564 #: ch/convert.c:518
12565 #, c-format
12566 msgid "bad initializer for field `%s'"
12567 msgstr ""
12568
12569 #: ch/convert.c:525
12570 #, c-format
12571 msgid "no initializer value for variant field `%s'"
12572 msgstr ""
12573
12574 #: ch/convert.c:531
12575 msgid "no selected variant"
12576 msgstr ""
12577
12578 #: ch/convert.c:546 ch/convert.c:912
12579 msgid "mixture of labelled and unlabelled tuple elements"
12580 msgstr ""
12581
12582 #: ch/convert.c:557
12583 msgid "probably not a structure tuple"
12584 msgstr ""
12585
12586 #: ch/convert.c:559
12587 #, c-format
12588 msgid "excess initializer for field `%s'"
12589 msgstr ""
12590
12591 #: ch/convert.c:566
12592 msgid "excess unnamed initializers"
12593 msgstr ""
12594
12595 #: ch/convert.c:693
12596 msgid "non-constant start index for tuple"
12597 msgstr ""
12598
12599 #: ch/convert.c:736
12600 msgid "invalid array tuple label"
12601 msgstr ""
12602
12603 #: ch/convert.c:750
12604 msgid "non-constant array tuple index range"
12605 msgstr ""
12606
12607 #: ch/convert.c:759
12608 #, c-format
12609 msgid "incompatible array tuple element %s"
12610 msgstr ""
12611
12612 #: ch/convert.c:775
12613 msgid "multiple (*) or (ELSE) array tuple labels"
12614 msgstr ""
12615
12616 #: ch/convert.c:784
12617 msgid "empty range in array tuple"
12618 msgstr ""
12619
12620 #: ch/convert.c:801
12621 #, c-format
12622 msgid "array tuple has duplicate index %s"
12623 msgstr ""
12624
12625 #: ch/convert.c:809
12626 msgid "array tuple index out of range"
12627 msgstr ""
12628
12629 #: ch/convert.c:811
12630 msgid "too many array tuple values"
12631 msgstr ""
12632
12633 #: ch/convert.c:883
12634 msgid "dynamic array tuple without (*) or (ELSE)"
12635 msgstr ""
12636
12637 #: ch/convert.c:885
12638 #, c-format
12639 msgid "missing array tuple element %s"
12640 msgstr ""
12641
12642 #: ch/convert.c:892
12643 #, c-format
12644 msgid "missing array tuple elements %s : %s"
12645 msgstr ""
12646
12647 #: ch/convert.c:1086
12648 msgid "initializer is not an array or string mode"
12649 msgstr ""
12650
12651 #: ch/convert.c:1096
12652 msgid "destination is too small"
12653 msgstr ""
12654
12655 #: ch/convert.c:1152
12656 msgid "internal error: unknown type of expression"
12657 msgstr ""
12658
12659 #: ch/decl.c:1033
12660 #, c-format
12661 msgid "`%s' must not be declared readonly"
12662 msgstr ""
12663
12664 #: ch/decl.c:1037
12665 msgid "declaration of readonly variable without initialization"
12666 msgstr ""
12667
12668 #: ch/decl.c:1059
12669 #, c-format
12670 msgid "no initialisation allowed for `%s'"
12671 msgstr ""
12672
12673 #: ch/decl.c:1067
12674 #, c-format
12675 msgid "value for loc-identity `%s' is not a location"
12676 msgstr ""
12677
12678 #: ch/decl.c:1074
12679 #, c-format
12680 msgid "location for `%s' not read-compatible"
12681 msgstr ""
12682
12683 #: ch/decl.c:1101
12684 #, c-format
12685 msgid "nonconstant initializer for `%s'"
12686 msgstr ""
12687
12688 #: ch/decl.c:1132
12689 msgid "do_decl: internal error: don't know what to initialize"
12690 msgstr ""
12691
12692 #: ch/decl.c:1189
12693 msgid "RECURSIVE PROCs"
12694 msgstr ""
12695
12696 #: ch/decl.c:1445
12697 #, c-format
12698 msgid "`%s' must not be READonly"
12699 msgstr ""
12700
12701 #: ch/decl.c:1471
12702 msgid "POS may not be specified for a list of field declarations"
12703 msgstr ""
12704
12705 #: ch/decl.c:1525
12706 msgid "(ELSE) case label as well as ELSE variant"
12707 msgstr ""
12708
12709 #: ch/decl.c:1610 ch/decl.c:1613
12710 msgid "inconsistent modes between labels and tag field"
12711 msgstr ""
12712
12713 #: ch/decl.c:1618
12714 msgid "too few tag labels"
12715 msgstr ""
12716
12717 #: ch/decl.c:1620
12718 msgid "too many tag labels"
12719 msgstr ""
12720
12721 #: ch/decl.c:1658
12722 msgid "case label lower limit is not a discrete constant expression"
12723 msgstr ""
12724
12725 #: ch/decl.c:1660
12726 msgid "case label upper limit is not a discrete constant expression"
12727 msgstr ""
12728
12729 #: ch/decl.c:1670
12730 msgid "case label must be a discrete constant expression"
12731 msgstr ""
12732
12733 #: ch/decl.c:1697
12734 msgid "variant label declared here..."
12735 msgstr ""
12736
12737 #: ch/decl.c:1699
12738 msgid "...is duplicated here"
12739 msgstr ""
12740
12741 #: ch/decl.c:1729
12742 #, c-format
12743 msgid "no field (yet) for tag %s"
12744 msgstr ""
12745
12746 #: ch/decl.c:1824
12747 msgid "non-value mode may only returned by LOC"
12748 msgstr ""
12749
12750 #: ch/decl.c:1847
12751 #, c-format
12752 msgid "mode of `%s' is not a mode"
12753 msgstr ""
12754
12755 #: ch/decl.c:1853
12756 #, c-format
12757 msgid "`%s' may only be passed by LOC"
12758 msgstr ""
12759
12760 #: ch/decl.c:2281
12761 #, c-format
12762 msgid "Nothing named `%s' to grant."
12763 msgstr ""
12764
12765 #: ch/decl.c:2321
12766 #, c-format
12767 msgid "duplicate grant for `%s'"
12768 msgstr ""
12769
12770 #: ch/decl.c:2322
12771 #, c-format
12772 msgid "previous grant for `%s'"
12773 msgstr ""
12774
12775 #: ch/decl.c:2409
12776 #, c-format
12777 msgid "duplicate definition `%s'"
12778 msgstr ""
12779
12780 #: ch/decl.c:2410
12781 #, c-format
12782 msgid "previous definition of `%s'"
12783 msgstr ""
12784
12785 #: ch/decl.c:3248 ch/decl.c:3258
12786 #, c-format
12787 msgid "ambiguous choice for seize `%s' -"
12788 msgstr ""
12789
12790 #: ch/decl.c:3249 ch/decl.c:3259
12791 #, c-format
12792 msgid " - can seize this `%s' -"
12793 msgstr ""
12794
12795 #: ch/decl.c:3250 ch/decl.c:3261
12796 #, c-format
12797 msgid " - or this granted decl `%s'"
12798 msgstr ""
12799
12800 #: ch/decl.c:4430
12801 #, c-format
12802 msgid "enumerator value for `%s' is less then 0"
12803 msgstr ""
12804
12805 #: ch/decl.c:4512
12806 #, c-format
12807 msgid "enumerators `%s' and `%s' have equal values"
12808 msgstr ""
12809
12810 #: ch/decl.c:4618
12811 msgid "undefined value in SET mode is obsolete and deprecated."
12812 msgstr ""
12813
12814 #: ch/decl.c:4794
12815 msgid "BASE variable never declared"
12816 msgstr ""
12817
12818 #: ch/decl.c:4796
12819 msgid "cannot BASE a variable on a PROC/PROCESS name"
12820 msgstr ""
12821
12822 #: ch/decl.c:4848
12823 msgid "INTERNAL ERROR: handle_one_level is broken"
12824 msgstr ""
12825
12826 #: ch/expr.c:126
12827 #, c-format
12828 msgid "tuple without specified mode not allowed in %s"
12829 msgstr ""
12830
12831 #: ch/expr.c:128
12832 #, c-format
12833 msgid "conditional expression not allowed in %s"
12834 msgstr ""
12835
12836 #: ch/expr.c:130
12837 #, c-format
12838 msgid "internal error: unknown expression mode in %s"
12839 msgstr ""
12840
12841 #: ch/expr.c:147
12842 msgid "CASE selector is not a discrete expression"
12843 msgstr ""
12844
12845 #: ch/expr.c:594
12846 msgid "powerset is not addressable"
12847 msgstr ""
12848
12849 #: ch/expr.c:639
12850 msgid "array is not addressable"
12851 msgstr ""
12852
12853 #: ch/expr.c:687
12854 #, c-format
12855 msgid "Too few arguments in call to `%s'"
12856 msgstr ""
12857
12858 #: ch/expr.c:689
12859 #, c-format
12860 msgid "Too many arguments in call to `%s'"
12861 msgstr ""
12862
12863 #: ch/expr.c:758
12864 msgid "cannot dereference, not a pointer."
12865 msgstr ""
12866
12867 #: ch/expr.c:768
12868 #, c-format
12869 msgid "missing '.' operator or undefined mode name `%s'."
12870 msgstr ""
12871
12872 #: ch/expr.c:771
12873 msgid "You have forgotten the '.' operator which must"
12874 msgstr ""
12875
12876 #: ch/expr.c:772
12877 #, c-format
12878 msgid " precede a STRUCT field reference, or `%s' is an undefined mode"
12879 msgstr ""
12880
12881 #: ch/expr.c:786
12882 msgid "Can't dereference PTR value using unary `->'."
12883 msgstr ""
12884
12885 #: ch/expr.c:831
12886 msgid "invalid type argument of `->'"
12887 msgstr ""
12888
12889 #: ch/expr.c:856 ch/expr.c:969
12890 msgid "operand of '.' is not a STRUCT"
12891 msgstr ""
12892
12893 #: ch/expr.c:909
12894 #, c-format
12895 msgid "No field named `%s'"
12896 msgstr ""
12897
12898 #: ch/expr.c:1217
12899 msgid "ABS argument must be discrete or real mode"
12900 msgstr ""
12901
12902 #: ch/expr.c:1250
12903 #, c-format
12904 msgid "argument %d to ABSTIME must be of integer type."
12905 msgstr ""
12906
12907 #: ch/expr.c:1288 ch/expr.c:1329
12908 msgid "parameter 1 must be referable."
12909 msgstr ""
12910
12911 #: ch/expr.c:1294 ch/expr.c:1335 ch/expr.c:1372
12912 msgid "mode mismatch in parameter 1."
12913 msgstr ""
12914
12915 #: ch/expr.c:1301 ch/expr.c:1342
12916 msgid "parameter 2 must be a positive integer."
12917 msgstr ""
12918
12919 #: ch/expr.c:1436
12920 msgid "CARD argument must be powerset mode"
12921 msgstr ""
12922
12923 #: ch/expr.c:1487
12924 msgid "expression for DESCR-builtin must be referable."
12925 msgstr ""
12926
12927 #: ch/expr.c:1535
12928 #, c-format
12929 msgid "argument to `%s' must be of integer type."
12930 msgstr ""
12931
12932 #: ch/expr.c:1568
12933 #, c-format
12934 msgid "argument 1 to `%s' must be of floating point mode"
12935 msgstr ""
12936
12937 #: ch/expr.c:1602
12938 #, c-format
12939 msgid "First argument to `%s' must be a mode"
12940 msgstr ""
12941
12942 #: ch/expr.c:1609
12943 #, c-format
12944 msgid "READonly modes for %s must have a value"
12945 msgstr ""
12946
12947 #: ch/expr.c:1692
12948 msgid "argument to TERMINATE must be a reference primitive value"
12949 msgstr ""
12950
12951 #: ch/expr.c:1741
12952 msgid "argument 1 to INTTIME must be of mode TIME."
12953 msgstr ""
12954
12955 #: ch/expr.c:1782
12956 #, c-format
12957 msgid "%s."
12958 msgstr ""
12959
12960 #: ch/expr.c:1888
12961 msgid ""
12962 "LENGTH argument must be string, buffer, event mode, text location or mode"
12963 msgstr ""
12964
12965 #: ch/expr.c:1917
12966 msgid "UPPER argument must have a mode, or be a mode"
12967 msgstr ""
12968
12969 #: ch/expr.c:1919
12970 msgid "LOWER argument must have a mode, or be a mode"
12971 msgstr ""
12972
12973 #: ch/expr.c:1953
12974 msgid "UPPER argument must be string, array, mode or integer"
12975 msgstr ""
12976
12977 #: ch/expr.c:1955
12978 msgid "LOWER argument must be string, array, mode or integer"
12979 msgstr ""
12980
12981 #: ch/expr.c:1991
12982 #, c-format
12983 msgid "%s argument must be POWERSET mode"
12984 msgstr ""
12985
12986 #: ch/expr.c:2017
12987 #, c-format
12988 msgid "%s called for empty POWERSET"
12989 msgstr ""
12990
12991 #: ch/expr.c:2098
12992 msgid "argument to NUM is not discrete"
12993 msgstr ""
12994
12995 #: ch/expr.c:2110
12996 msgid "No integer mode which matches expression's mode"
12997 msgstr ""
12998
12999 #: ch/expr.c:2119
13000 msgid "NUM's parameter is below its mode range"
13001 msgstr ""
13002
13003 #: ch/expr.c:2122
13004 msgid "NUM's parameter is above its mode range"
13005 msgstr ""
13006
13007 #: ch/expr.c:2161
13008 msgid "Cannot take SUCC or PRED of a numbered SET"
13009 msgstr ""
13010
13011 #: ch/expr.c:2169
13012 msgid "SUCC or PRED must not be done on a PTR."
13013 msgstr ""
13014
13015 #: ch/expr.c:2172
13016 msgid "SUCC or PRED for a reference type is not standard."
13017 msgstr ""
13018
13019 #: ch/expr.c:2182
13020 msgid "SUCC or PRED argument must be a discrete mode"
13021 msgstr ""
13022
13023 #: ch/expr.c:2203
13024 #, c-format
13025 msgid "Taking the %s of a value already at its %s value"
13026 msgstr ""
13027
13028 #: ch/expr.c:2254
13029 msgid "size applied to a function mode"
13030 msgstr ""
13031
13032 #: ch/expr.c:2260
13033 msgid "sizeof applied to a void mode"
13034 msgstr ""
13035
13036 #: ch/expr.c:2265
13037 msgid "sizeof applied to an incomplete mode"
13038 msgstr ""
13039
13040 #: ch/expr.c:2360
13041 msgid "cannot call a PROCESS, you START a PROCESS"
13042 msgstr ""
13043
13044 #: ch/expr.c:2422
13045 #, c-format
13046 msgid "invalid %s"
13047 msgstr ""
13048
13049 #: ch/expr.c:2437
13050 #, c-format
13051 msgid "%s parameter %d must be a location"
13052 msgstr ""
13053
13054 #: ch/expr.c:2445
13055 #, c-format
13056 msgid "%s parameter %d is READ-only"
13057 msgstr ""
13058
13059 #: ch/expr.c:2488
13060 #, c-format
13061 msgid "LOC actual parameter %d is a non-referable location"
13062 msgstr ""
13063
13064 #: ch/expr.c:2494
13065 #, c-format
13066 msgid "mode mismatch in parameter %d"
13067 msgstr ""
13068
13069 #: ch/expr.c:2518
13070 #, c-format
13071 msgid "too many arguments to procedure `%s'"
13072 msgstr ""
13073
13074 #: ch/expr.c:2521
13075 msgid "too many arguments to procedure"
13076 msgstr ""
13077
13078 #: ch/expr.c:2527
13079 #, c-format
13080 msgid "too few arguments to procedure `%s'"
13081 msgstr ""
13082
13083 #: ch/expr.c:2530
13084 msgid "too few arguments to procedure"
13085 msgstr ""
13086
13087 #: ch/expr.c:2596
13088 msgid "syntax error (integer used as function)"
13089 msgstr ""
13090
13091 #: ch/expr.c:2616
13092 msgid "syntax error - missing operator, comma, or '('?"
13093 msgstr ""
13094
13095 #: ch/expr.c:2977
13096 #, c-format
13097 msgid "unimplemented builtin function `%s'"
13098 msgstr ""
13099
13100 #: ch/expr.c:2981
13101 #, c-format
13102 msgid "internal error - bad builtin function `%s'"
13103 msgstr ""
13104
13105 #: ch/expr.c:2995
13106 msgid "empty expression in string index"
13107 msgstr ""
13108
13109 #: ch/expr.c:3000
13110 msgid "only one expression allowed in string index"
13111 msgstr ""
13112
13113 #: ch/expr.c:3017
13114 msgid "invalid: primval ( untyped_exprlist )"
13115 msgstr ""
13116
13117 #: ch/expr.c:3081 ch/expr.c:3095
13118 msgid "operand is variable-size bitstring/power-set"
13119 msgstr ""
13120
13121 #: ch/expr.c:3245
13122 #, c-format
13123 msgid "tree code `%s' unhandled in build_compare_set_expr"
13124 msgstr ""
13125
13126 #: ch/expr.c:3410
13127 msgid "incompatible modes in concat expression"
13128 msgstr ""
13129
13130 #: ch/expr.c:3459
13131 msgid "Invalid operation on array of chars"
13132 msgstr ""
13133
13134 #: ch/expr.c:3504
13135 msgid "comparison of variant structures is unsafe"
13136 msgstr ""
13137
13138 #: ch/expr.c:3511
13139 msgid "compare with variant records"
13140 msgstr ""
13141
13142 #: ch/expr.c:3688 ch/expr.c:3924
13143 #, c-format
13144 msgid "incompatible operands to %s"
13145 msgstr ""
13146
13147 #: ch/expr.c:3740
13148 msgid "relational operator not allowed for this mode"
13149 msgstr ""
13150
13151 #: ch/expr.c:3794
13152 #, c-format
13153 msgid "Cannot use %s operator on PROC mode variable"
13154 msgstr ""
13155
13156 #: ch/expr.c:3800
13157 #, c-format
13158 msgid "invalid left operand of %s"
13159 msgstr ""
13160
13161 #: ch/expr.c:3805 ch/expr.c:4357
13162 #, c-format
13163 msgid "invalid right operand of %s"
13164 msgstr ""
13165
13166 #: ch/expr.c:3819
13167 msgid "repetition expression must be constant"
13168 msgstr ""
13169
13170 #: ch/expr.c:3829
13171 msgid "left argument to MOD/REM operator must be integral"
13172 msgstr ""
13173
13174 #: ch/expr.c:3834
13175 msgid "right argument to MOD/REM operator must be integral"
13176 msgstr ""
13177
13178 #: ch/expr.c:3891
13179 msgid "right operand of IN is not a powerset"
13180 msgstr ""
13181
13182 #: ch/expr.c:3896
13183 msgid "left operand of IN incompatible with right operand"
13184 msgstr ""
13185
13186 #: ch/expr.c:3987
13187 msgid "-> operator not allow in constant expression"
13188 msgstr ""
13189
13190 #: ch/expr.c:4000
13191 msgid "taking the address of a string literal is non-standard"
13192 msgstr ""
13193
13194 #: ch/expr.c:4002
13195 msgid "taking the address of a function is non-standard"
13196 msgstr ""
13197
13198 #: ch/expr.c:4005
13199 msgid "ADDR requires a LOCATION argument"
13200 msgstr ""
13201
13202 #: ch/expr.c:4035
13203 msgid "-> expression is not addressable"
13204 msgstr ""
13205
13206 #: ch/expr.c:4062
13207 msgid "ADDR parameter must be a LOCATION"
13208 msgstr ""
13209
13210 #: ch/expr.c:4071
13211 msgid "possible internal error in build_chill_arrow_expr"
13212 msgstr ""
13213
13214 #: ch/expr.c:4076
13215 #, c-format
13216 msgid "%s is not addressable"
13217 msgstr ""
13218
13219 #: ch/expr.c:4175
13220 msgid "repetition count is not an integer constant"
13221 msgstr ""
13222
13223 #: ch/expr.c:4183
13224 msgid "repetition count < 0"
13225 msgstr ""
13226
13227 #: ch/expr.c:4188
13228 msgid "repetition value not constant"
13229 msgstr ""
13230
13231 #: ch/expr.c:4200
13232 msgid "bitstring repetition of non-constant boolean"
13233 msgstr ""
13234
13235 #: ch/expr.c:4223
13236 msgid "string repetition operand is non-constant bitstring"
13237 msgstr ""
13238
13239 #: ch/expr.c:4283
13240 msgid "non-char, non-bit string repetition"
13241 msgstr ""
13242
13243 #: ch/expr.c:4311
13244 #, c-format
13245 msgid "invalid operand of %s"
13246 msgstr ""
13247
13248 #: ch/expr.c:4322
13249 #, c-format
13250 msgid "right operand of %s is not array of boolean"
13251 msgstr ""
13252
13253 #: ch/expr.c:4335
13254 #, c-format
13255 msgid "%s operator applied to boolean variable"
13256 msgstr ""
13257
13258 #: ch/expr.c:4406
13259 msgid "non-boolean mode in conditional expression"
13260 msgstr ""
13261
13262 #: ch/grant.c:1978
13263 msgid "decode_constant: invalid component_ref"
13264 msgstr ""
13265
13266 #: ch/grant.c:1986
13267 msgid "decode_constant: mode and value mismatch"
13268 msgstr ""
13269
13270 #: ch/grant.c:1989
13271 msgid "decode_constant: cannot decode this mode"
13272 msgstr ""
13273
13274 #: ch/grant.c:2214
13275 msgid "decode_constant_selective: mode and value mismatch"
13276 msgstr ""
13277
13278 #: ch/grant.c:2217
13279 msgid "decode_constant_selective: cannot decode this mode"
13280 msgstr ""
13281
13282 #: ch/grant.c:2677
13283 #, c-format
13284 msgid "can't write to %s"
13285 msgstr ""
13286
13287 #: ch/grant.c:2764
13288 msgid "FORBID is not yet implemented"
13289 msgstr ""
13290
13291 #. this nerver should happen
13292 #: ch/grant.c:2825
13293 #, c-format
13294 msgid "function \"really_grant_this\" called for `%s'."
13295 msgstr ""
13296
13297 #: ch/inout.c:1645
13298 msgid "non-integral text length"
13299 msgstr ""
13300
13301 #: ch/inout.c:1650
13302 msgid "non-constant text length"
13303 msgstr ""
13304
13305 #: ch/inout.c:1655
13306 msgid "text length must be greater then 0"
13307 msgstr ""
13308
13309 #: ch/inout.c:1755
13310 #, c-format
13311 msgid "argument %d of %s must be of mode ASSOCIATION"
13312 msgstr ""
13313
13314 #: ch/inout.c:1760 ch/inout.c:2146 ch/inout.c:2516 ch/inout.c:2751
13315 #, c-format
13316 msgid "argument %d of %s must be a location"
13317 msgstr ""
13318
13319 #: ch/inout.c:1795
13320 msgid "argument 2 of ASSOCIATE must not be an empty string"
13321 msgstr ""
13322
13323 #: ch/inout.c:1811
13324 msgid "argument 2 to ASSOCIATE must be a string"
13325 msgstr ""
13326
13327 #: ch/inout.c:1850
13328 msgid "argument 3 to ASSOCIATE must be a string"
13329 msgstr ""
13330
13331 #: ch/inout.c:2031
13332 msgid "Too many arguments in call to MODIFY"
13333 msgstr ""
13334
13335 #: ch/inout.c:2044
13336 msgid "argument 2 of MODIFY must not be an empty string"
13337 msgstr ""
13338
13339 #: ch/inout.c:2060
13340 msgid "argument 2 to MODIFY must be a string"
13341 msgstr ""
13342
13343 #: ch/inout.c:2094
13344 msgid "argument 3 to MODIFY must be a string"
13345 msgstr ""
13346
13347 #: ch/inout.c:2141
13348 #, c-format
13349 msgid "argument %d of %s must be an ACCESS or TEXT mode"
13350 msgstr ""
13351
13352 #: ch/inout.c:2355
13353 msgid "argument 4 of CONNECT must be of mode WHERE"
13354 msgstr ""
13355
13356 #: ch/inout.c:2371
13357 msgid "index expression for ACCESS without index"
13358 msgstr ""
13359
13360 #: ch/inout.c:2376 ch/inout.c:2554 ch/inout.c:2636 ch/inout.c:4356
13361 #: ch/inout.c:4504
13362 msgid "incompatible index mode"
13363 msgstr ""
13364
13365 #: ch/inout.c:2476
13366 msgid "argument 3 to CONNECT must be of mode USAGE"
13367 msgstr ""
13368
13369 #: ch/inout.c:2511
13370 #, c-format
13371 msgid "argument %d of %s must be of mode ACCESS"
13372 msgstr ""
13373
13374 #: ch/inout.c:2545
13375 msgid "Too few arguments in call to `readrecord'"
13376 msgstr ""
13377
13378 #: ch/inout.c:2569 ch/inout.c:2648
13379 msgid "incompatible record mode"
13380 msgstr ""
13381
13382 #: ch/inout.c:2574
13383 msgid "store location must not be READonly"
13384 msgstr ""
13385
13386 #: ch/inout.c:2616
13387 msgid "Too few arguments in call to `writerecord'"
13388 msgstr ""
13389
13390 #: ch/inout.c:2643
13391 msgid "transfer to ACCESS without record mode"
13392 msgstr ""
13393
13394 #: ch/inout.c:2746
13395 #, c-format
13396 msgid "argument %d of %s must be of mode TEXT"
13397 msgstr ""
13398
13399 #: ch/inout.c:2803
13400 msgid "TEXT doesn't have a location"
13401 msgstr ""
13402
13403 #: ch/inout.c:2905
13404 msgid "incompatible index mode for SETETEXTACCESS"
13405 msgstr ""
13406
13407 #: ch/inout.c:2915
13408 msgid "incompatible record mode for SETTEXTACCESS"
13409 msgstr ""
13410
13411 #: ch/inout.c:2945
13412 msgid "parameter 2 must be a location"
13413 msgstr ""
13414
13415 #: ch/inout.c:2955
13416 msgid "incompatible modes in parameter 2"
13417 msgstr ""
13418
13419 #: ch/inout.c:3062
13420 msgid "conditional expression not allowed in this context"
13421 msgstr ""
13422
13423 #: ch/inout.c:3064
13424 #, c-format
13425 msgid "untyped expression as argument %d"
13426 msgstr ""
13427
13428 #: ch/inout.c:3141 ch/inout.c:3187
13429 #, c-format
13430 msgid "Cannot process %d bits integer for READTEXT argument %d."
13431 msgstr ""
13432
13433 #: ch/inout.c:3262
13434 #, c-format
13435 msgid "Cannot process %d bits integer WRITETEXT argument %d."
13436 msgstr ""
13437
13438 #: ch/inout.c:3283 ch/inout.c:3338 ch/inout.c:3417 ch/inout.c:3483
13439 #: ch/inout.c:3534 ch/inout.c:3619 ch/inout.c:3654
13440 #, c-format
13441 msgid "argument %d is READonly"
13442 msgstr ""
13443
13444 #: ch/inout.c:3290 ch/inout.c:3345 ch/inout.c:3424 ch/inout.c:3491
13445 #: ch/inout.c:3542 ch/inout.c:3627 ch/inout.c:3659
13446 #, c-format
13447 msgid "argument %d must be referable"
13448 msgstr ""
13449
13450 #: ch/inout.c:3578
13451 #, c-format
13452 msgid "cannot process argument %d of WRITETEXT, unknown size"
13453 msgstr ""
13454
13455 #. datatype is not yet implemented, issue a warning
13456 #: ch/inout.c:3725
13457 #, c-format
13458 msgid "cannot process mode of argument %d for %sTEXT."
13459 msgstr ""
13460
13461 #: ch/inout.c:3868
13462 msgid "too few arguments for this format string"
13463 msgstr ""
13464
13465 #: ch/inout.c:3893 ch/inout.c:3902
13466 #, c-format
13467 msgid "type of argument %d invalid for conversion code at offset %d"
13468 msgstr ""
13469
13470 #: ch/inout.c:4012
13471 msgid "unmatched open paren"
13472 msgstr ""
13473
13474 #: ch/inout.c:4026 ch/inout.c:4221
13475 #, c-format
13476 msgid "bad format specification character (offset %d)"
13477 msgstr ""
13478
13479 #: ch/inout.c:4039
13480 #, c-format
13481 msgid "repetition factor overflow (offset %d)"
13482 msgstr ""
13483
13484 #: ch/inout.c:4057 ch/inout.c:4064 ch/inout.c:4071
13485 #, c-format
13486 msgid "duplicate qualifier (offset %d)"
13487 msgstr ""
13488
13489 #: ch/inout.c:4093
13490 #, c-format
13491 msgid "clause width overflow (offset %d)"
13492 msgstr ""
13493
13494 #: ch/inout.c:4106
13495 #, c-format
13496 msgid "no fraction (offset %d)"
13497 msgstr ""
13498
13499 #: ch/inout.c:4124
13500 #, c-format
13501 msgid "no fraction width (offset %d)"
13502 msgstr ""
13503
13504 #: ch/inout.c:4131
13505 #, c-format
13506 msgid "fraction width overflow (offset %d)"
13507 msgstr ""
13508
13509 #: ch/inout.c:4142
13510 #, c-format
13511 msgid "no exponent (offset %d)"
13512 msgstr ""
13513
13514 #: ch/inout.c:4160
13515 #, c-format
13516 msgid "no exponent width (offset %d)"
13517 msgstr ""
13518
13519 #: ch/inout.c:4167
13520 #, c-format
13521 msgid "exponent width overflow (offset %d)"
13522 msgstr ""
13523
13524 #: ch/inout.c:4208
13525 msgid "internal error in check_format_string"
13526 msgstr ""
13527
13528 #: ch/inout.c:4224
13529 #, c-format
13530 msgid "no padding character (offset %d)"
13531 msgstr ""
13532
13533 #. too may arguments for format string
13534 #: ch/inout.c:4256
13535 msgid "too many arguments for this format string"
13536 msgstr ""
13537
13538 #: ch/inout.c:4354 ch/inout.c:4502
13539 msgid "missing index expression"
13540 msgstr ""
13541
13542 #: ch/inout.c:4361
13543 msgid "Too few arguments in call to `writetext'"
13544 msgstr ""
13545
13546 #: ch/inout.c:4374
13547 msgid "argument 1 for WRITETEXT must be a TEXT or CHARS(n) VARYING location"
13548 msgstr ""
13549
13550 #: ch/inout.c:4397
13551 msgid "`format string' for WRITETEXT must be a CHARACTER string"
13552 msgstr ""
13553
13554 #: ch/inout.c:4509
13555 msgid "Too few arguments in call to `readtext'"
13556 msgstr ""
13557
13558 #: ch/inout.c:4522
13559 msgid ""
13560 "argument 1 for READTEXT must be a TEXT location or CHARS(n) [ VARYING ] "
13561 "expression"
13562 msgstr ""
13563
13564 #: ch/inout.c:4543
13565 msgid "`format string' for READTEXT must be a CHARACTER string"
13566 msgstr ""
13567
13568 #: ch/lang.c:105
13569 msgid "non-constant expression"
13570 msgstr ""
13571
13572 #: ch/lang.c:191
13573 msgid "Ignoring case upon input and"
13574 msgstr ""
13575
13576 #: ch/lang.c:192
13577 msgid "making special words uppercase wouldn't work."
13578 msgstr ""
13579
13580 #: ch/lang.c:203
13581 msgid "Making special words uppercase and"
13582 msgstr ""
13583
13584 #: ch/lang.c:204
13585 msgid " ignoring case upon input wouldn't work."
13586 msgstr ""
13587
13588 #: ch/lang.c:277 java/typeck.c:178
13589 msgid "internal error - use of undefined type"
13590 msgstr ""
13591
13592 #: ch/lex.c:502
13593 msgid "invalid C'xx' "
13594 msgstr ""
13595
13596 #: ch/lex.c:607 java/jcf-parse.c:610 java/jcf-write.c:3338
13597 #, c-format
13598 msgid "can't close %s"
13599 msgstr ""
13600
13601 #: ch/lex.c:711
13602 msgid "malformed exponent part of floating-point literal"
13603 msgstr ""
13604
13605 #: ch/lex.c:728
13606 msgid "real number exceeds range of REAL"
13607 msgstr ""
13608
13609 #: ch/lex.c:747 ch/lex.c:774
13610 msgid "end-of-file in '<>' directive"
13611 msgstr ""
13612
13613 #: ch/lex.c:780
13614 msgid "unrecognized compiler directive"
13615 msgstr ""
13616
13617 #: ch/lex.c:788 ch/lex.c:834
13618 #, c-format
13619 msgid "unrecognized compiler directive `%s'"
13620 msgstr ""
13621
13622 #: ch/lex.c:995
13623 msgid "unterminated control sequence"
13624 msgstr ""
13625
13626 #: ch/lex.c:1010 ch/lex.c:1046
13627 msgid "invalid integer literal in control sequence"
13628 msgstr ""
13629
13630 #: ch/lex.c:1021 ch/lex.c:1029
13631 msgid "control sequence overflow"
13632 msgstr ""
13633
13634 #: ch/lex.c:1023 ch/lex.c:1031
13635 msgid "invalid control sequence"
13636 msgstr ""
13637
13638 #: ch/lex.c:1111
13639 msgid "invalid base in read control sequence"
13640 msgstr ""
13641
13642 #: ch/lex.c:1118
13643 msgid "invalid digit in control sequence"
13644 msgstr ""
13645
13646 #: ch/lex.c:1145
13647 msgid "unterminated string literal"
13648 msgstr ""
13649
13650 #: ch/lex.c:1248 ch/lex.c:1334
13651 #, c-format
13652 msgid "invalid number format `%s'"
13653 msgstr ""
13654
13655 #: ch/lex.c:1266
13656 msgid "integer literal too big"
13657 msgstr ""
13658
13659 #: ch/lex.c:1395
13660 #, c-format
13661 msgid "can't find %s"
13662 msgstr ""
13663
13664 #: ch/lex.c:1421
13665 msgid "USE_SEIZE_FILE directive must be followed by string"
13666 msgstr ""
13667
13668 #: ch/lex.c:1693 f/lex.c:1202
13669 msgid "invalid #ident"
13670 msgstr ""
13671
13672 #: ch/lex.c:1711 f/lex.c:1219
13673 msgid "undefined or invalid # directive"
13674 msgstr ""
13675
13676 #: ch/lex.c:1765 ch/lex.c:1774 f/lex.c:1275
13677 msgid "invalid #line"
13678 msgstr ""
13679
13680 #: ch/lex.c:1843 f/lex.c:848
13681 msgid "#-lines for entering and leaving files don't match"
13682 msgstr ""
13683
13684 #: ch/lex.c:1868 f/lex.c:1385
13685 msgid "invalid #-line"
13686 msgstr ""
13687
13688 #: ch/lex.c:1998
13689 msgid "missing `=' in compiler directive"
13690 msgstr ""
13691
13692 #: ch/lex.c:2040 ch/lex.c:2050 ch/lex.c:2091
13693 msgid "invalid value follows `=' in compiler directive"
13694 msgstr ""
13695
13696 #: ch/lex.c:2061
13697 #, c-format
13698 msgid "invalid `%c' character in name"
13699 msgstr ""
13700
13701 #: ch/lex.c:2074
13702 #, c-format
13703 msgid "`%s' not integer constant synonym "
13704 msgstr ""
13705
13706 #: ch/lex.c:2097
13707 msgid "value out of range in compiler directive"
13708 msgstr ""
13709
13710 #: ch/lex.c:2214 java/jcf-parse.c:606
13711 #, c-format
13712 msgid "can't reopen %s"
13713 msgstr ""
13714
13715 #: ch/lex.c:2225
13716 msgid "no modules seen"
13717 msgstr ""
13718
13719 #: ch/loop.c:480
13720 msgid "modeless tuple not allowed in this context"
13721 msgstr ""
13722
13723 #: ch/loop.c:482
13724 msgid "IN expression does not have a mode"
13725 msgstr ""
13726
13727 #: ch/loop.c:489
13728 msgid "location enumeration for BOOLS"
13729 msgstr ""
13730
13731 #: ch/loop.c:517
13732 msgid "location enumeration for bit-packed arrays"
13733 msgstr ""
13734
13735 #: ch/loop.c:526 ch/nloop.c:481
13736 msgid "Loop's IN expression is not a composite object"
13737 msgstr ""
13738
13739 #: ch/loop.c:541 ch/nloop.c:498
13740 msgid "start expr must have discrete mode"
13741 msgstr ""
13742
13743 #: ch/loop.c:547 ch/nloop.c:504
13744 msgid "DO FOR start expression is a numbered SET"
13745 msgstr ""
13746
13747 #: ch/loop.c:555 ch/nloop.c:510
13748 msgid "TO expression is a numbered SET"
13749 msgstr ""
13750
13751 #: ch/loop.c:560 ch/nloop.c:525
13752 msgid "TO expr must have discrete mode"
13753 msgstr ""
13754
13755 #: ch/loop.c:565 ch/nloop.c:531
13756 msgid "start expr and TO expr must be compatible"
13757 msgstr ""
13758
13759 #: ch/loop.c:574 ch/nloop.c:546
13760 msgid "BY expr must have discrete mode"
13761 msgstr ""
13762
13763 #: ch/loop.c:579 ch/nloop.c:552
13764 msgid "start expr and BY expr must be compatible"
13765 msgstr ""
13766
13767 #: ch/loop.c:595 ch/nloop.c:765
13768 msgid "loop identifier undeclared"
13769 msgstr ""
13770
13771 #: ch/loop.c:606
13772 msgid "loop variable incompatible with start expression"
13773 msgstr ""
13774
13775 #: ch/loop.c:633 ch/nloop.c:564
13776 msgid "body of DO FOR will never execute"
13777 msgstr ""
13778
13779 #: ch/loop.c:648 ch/nloop.c:585
13780 msgid "BY expression is negative or zero"
13781 msgstr ""
13782
13783 #: ch/loop.c:847 ch/nloop.c:817 ch/nloop.c:867
13784 msgid "Can't iterate through array of BOOL"
13785 msgstr ""
13786
13787 #: ch/parse.c:159
13788 #, c-format
13789 msgid "there was no start label to match the end label '%s'"
13790 msgstr ""
13791
13792 #: ch/parse.c:162
13793 #, c-format
13794 msgid "start label '%s' does not match end label '%s'"
13795 msgstr ""
13796
13797 #: ch/parse.c:192
13798 #, c-format
13799 msgid "`%s' not declared"
13800 msgstr ""
13801
13802 #: ch/parse.c:226
13803 msgid "No RETURN or RESULT in procedure"
13804 msgstr ""
13805
13806 #: ch/parse.c:245
13807 msgid "PREFIXED clause with no prelix in unlabeled module"
13808 msgstr ""
13809
13810 #: ch/parse.c:336
13811 #, c-format
13812 msgid "internal parser error - expected token %d"
13813 msgstr ""
13814
13815 #: ch/parse.c:529
13816 #, c-format
13817 msgid "'%s!' is not followed by an identifier"
13818 msgstr ""
13819
13820 #: ch/parse.c:545
13821 msgid "expected a name here"
13822 msgstr ""
13823
13824 #: ch/parse.c:560
13825 msgid "expected a name string here"
13826 msgstr ""
13827
13828 #: ch/parse.c:591
13829 #, c-format
13830 msgid "`%s' undeclared"
13831 msgstr ""
13832
13833 #: ch/parse.c:669
13834 msgid "action not allowed in SPEC MODULE"
13835 msgstr ""
13836
13837 #: ch/parse.c:691
13838 msgid "missing defining occurrence"
13839 msgstr ""
13840
13841 #: ch/parse.c:702
13842 msgid "bad defining occurrence following ','"
13843 msgstr ""
13844
13845 #: ch/parse.c:802
13846 msgid "missing '(' in exception list"
13847 msgstr ""
13848
13849 #: ch/parse.c:827
13850 msgid "ON exception names must be unique"
13851 msgstr ""
13852
13853 #: ch/parse.c:837
13854 msgid "syntax error in exception list"
13855 msgstr ""
13856
13857 #: ch/parse.c:873
13858 msgid "empty ON-condition"
13859 msgstr ""
13860
13861 #: ch/parse.c:938
13862 msgid "INIT not allowed at loc-identity declaration"
13863 msgstr ""
13864
13865 #: ch/parse.c:948
13866 msgid "'=' used where ':=' is required"
13867 msgstr ""
13868
13869 #: ch/parse.c:956
13870 msgid "initialization is not allowed in spec module"
13871 msgstr ""
13872
13873 #: ch/parse.c:964
13874 msgid "loc-identity declaration without initialisation"
13875 msgstr ""
13876
13877 #: ch/parse.c:1008
13878 msgid "bad syntax following FORBID"
13879 msgstr ""
13880
13881 #: ch/parse.c:1023
13882 msgid "expected a postfix name here"
13883 msgstr ""
13884
13885 #: ch/parse.c:1068
13886 msgid "expected another rename clause"
13887 msgstr ""
13888
13889 #: ch/parse.c:1128
13890 msgid "syntax error in parameter name list"
13891 msgstr ""
13892
13893 #: ch/parse.c:1221
13894 msgid "NONREF specific without LOC in result attribute"
13895 msgstr ""
13896
13897 #: ch/parse.c:1223
13898 msgid "DYNAMIC specific without LOC in result attribute"
13899 msgstr ""
13900
13901 #: ch/parse.c:1245
13902 msgid "exception names must be unique"
13903 msgstr ""
13904
13905 #: ch/parse.c:1441
13906 msgid "must specify a PROCESS name"
13907 msgstr ""
13908
13909 #: ch/parse.c:1448
13910 msgid "SIGNAL must be in global reach"
13911 msgstr ""
13912
13913 #: ch/parse.c:1479
13914 msgid "syntax error while parsing signal definition statement"
13915 msgstr ""
13916
13917 #: ch/parse.c:1593
13918 msgid "case range list"
13919 msgstr ""
13920
13921 #: ch/parse.c:1660
13922 msgid "misplaced colon in case label"
13923 msgstr ""
13924
13925 #: ch/parse.c:1707
13926 msgid "unrecognized case label list after ','"
13927 msgstr ""
13928
13929 #: ch/parse.c:1971 ch/parse.c:1997
13930 msgid "bad ASM operand"
13931 msgstr ""
13932
13933 #: ch/parse.c:2067
13934 msgid "readonly location modified by 'asm'"
13935 msgstr ""
13936
13937 #: ch/parse.c:2198
13938 msgid "expected 'TO' in step enumeration"
13939 msgstr ""
13940
13941 #: ch/parse.c:2213
13942 msgid "expected 'IN' in FOR control here"
13943 msgstr ""
13944
13945 #: ch/parse.c:2314
13946 msgid "missing DELAY CASE alternative"
13947 msgstr ""
13948
13949 #. This is probably not possible
13950 #: ch/parse.c:2348
13951 msgid "non-referable location in DO WITH"
13952 msgstr ""
13953
13954 #: ch/parse.c:2360
13955 msgid "WITH element must be of STRUCT mode"
13956 msgstr ""
13957
13958 #: ch/parse.c:2467
13959 msgid "missing ')' in signal/buffer receive alternative"
13960 msgstr ""
13961
13962 #: ch/parse.c:2481
13963 msgid "misplaced 'IN' in signal/buffer receive alternative"
13964 msgstr ""
13965
13966 #: ch/parse.c:2529
13967 msgid "missing RECEIVE alternative"
13968 msgstr ""
13969
13970 #: ch/parse.c:2655
13971 msgid "PROCESS copy number must be integer"
13972 msgstr ""
13973
13974 #: ch/parse.c:2882
13975 msgid "missing parenthesis for procedure call"
13976 msgstr ""
13977
13978 #: ch/parse.c:2884
13979 msgid "expression is not an action"
13980 msgstr ""
13981
13982 #: ch/parse.c:2918
13983 msgid "syntax error in action"
13984 msgstr ""
13985
13986 #: ch/parse.c:2945
13987 msgid "no handler is permitted on this action."
13988 msgstr ""
13989
13990 #: ch/parse.c:2966
13991 msgid "definition follows action"
13992 msgstr ""
13993
13994 #: ch/parse.c:3042
13995 msgid "bad tuple field name list"
13996 msgstr ""
13997
13998 #: ch/parse.c:3088
13999 msgid "invalid syntax for label in tuple"
14000 msgstr ""
14001
14002 #: ch/parse.c:3133
14003 msgid "bad syntax in tuple"
14004 msgstr ""
14005
14006 #: ch/parse.c:3160
14007 msgid "non-mode name before tuple"
14008 msgstr ""
14009
14010 #: ch/parse.c:3205
14011 msgid "invalid expression/location syntax"
14012 msgstr ""
14013
14014 #: ch/parse.c:3262
14015 msgid "RECEIVE expression"
14016 msgstr ""
14017
14018 #: ch/parse.c:3457
14019 msgid "there should not be a ';' here"
14020 msgstr ""
14021
14022 #: ch/parse.c:3496
14023 msgid "missing ELSE/ELSIF in IF expression"
14024 msgstr ""
14025
14026 #: ch/parse.c:3547
14027 msgid "conditional expression not allowed inside parentheses"
14028 msgstr ""
14029
14030 #: ch/parse.c:3551
14031 msgid "mode-less tuple not allowed inside parentheses"
14032 msgstr ""
14033
14034 #. Z.200 doesn't allow mixed numbered and unnumbered set elements,
14035 #. but we can do it. Print a warning
14036 #: ch/parse.c:3664
14037 msgid "mixed numbered and unnumbered set elements is not standard"
14038 msgstr ""
14039
14040 #: ch/parse.c:3667
14041 msgid "SET mode must define at least one named value"
14042 msgstr ""
14043
14044 #: ch/parse.c:3766
14045 msgid "POS not allowed for ARRAY"
14046 msgstr ""
14047
14048 #: ch/parse.c:3776
14049 msgid "STEP not allowed in field definition"
14050 msgstr ""
14051
14052 #: ch/parse.c:3792
14053 msgid "missing field name"
14054 msgstr ""
14055
14056 #: ch/parse.c:3801
14057 msgid "bad field name following ','"
14058 msgstr ""
14059
14060 #: ch/parse.c:3861
14061 msgid "expected ':' in structure variant alternative"
14062 msgstr ""
14063
14064 #: ch/parse.c:3912
14065 msgid "missing field"
14066 msgstr ""
14067
14068 #: ch/parse.c:4060
14069 msgid "VARYING bit-strings not implemented"
14070 msgstr ""
14071
14072 #: ch/parse.c:4121
14073 msgid "strings must be composed of chars"
14074 msgstr ""
14075
14076 #: ch/parse.c:4171
14077 msgid "BUFFER modes may not be readonly"
14078 msgstr ""
14079
14080 #: ch/parse.c:4178
14081 msgid "EVENT modes may not be readonly"
14082 msgstr ""
14083
14084 #: ch/parse.c:4198
14085 msgid "SIGNAL is not a valid mode"
14086 msgstr ""
14087
14088 #: ch/parse.c:4235
14089 msgid "syntax error - missing mode"
14090 msgstr ""
14091
14092 #: ch/parse.c:4282
14093 msgid "syntax error - expected a module or end of file"
14094 msgstr ""
14095
14096 #: ch/parse.c:4329 cp/lex.c:925
14097 msgid "YYDEBUG not defined."
14098 msgstr ""
14099
14100 #: ch/satisfy.c:58
14101 #, c-format
14102 msgid " `%s', which depends on ..."
14103 msgstr ""
14104
14105 #: ch/satisfy.c:90
14106 #, c-format
14107 msgid "Cycle: `%s' depends on ..."
14108 msgstr ""
14109
14110 #: ch/satisfy.c:92
14111 #, c-format
14112 msgid " `%s'"
14113 msgstr ""
14114
14115 #: ch/satisfy.c:151
14116 msgid "SYN of this mode not allowed"
14117 msgstr ""
14118
14119 #: ch/satisfy.c:156
14120 msgid "mode of SYN incompatible with value"
14121 msgstr ""
14122
14123 #: ch/satisfy.c:167
14124 msgid "SYN value outside range of its mode"
14125 msgstr ""
14126
14127 #: ch/satisfy.c:176
14128 msgid "INIT string too large for mode"
14129 msgstr ""
14130
14131 #: ch/satisfy.c:195
14132 #, c-format
14133 msgid "value of %s is not a valid constant"
14134 msgstr ""
14135
14136 #: ch/satisfy.c:226
14137 msgid "mode with non-value property in signal definition"
14138 msgstr ""
14139
14140 #: ch/satisfy.c:403
14141 #, c-format
14142 msgid "undeclared identifier `%s'"
14143 msgstr ""
14144
14145 #: ch/satisfy.c:456
14146 msgid "RETURNS spec with invalid mode"
14147 msgstr ""
14148
14149 #: ch/satisfy.c:520
14150 msgid "operand to REF is not a mode"
14151 msgstr ""
14152
14153 #: ch/satisfy.c:554
14154 msgid "field with non-value mode in variant structure not allowed"
14155 msgstr ""
14156
14157 #: ch/satisfy.c:593
14158 msgid "buffer element mode must not have non-value property"
14159 msgstr ""
14160
14161 #: ch/satisfy.c:602
14162 msgid "recordmode must not have the non-value property"
14163 msgstr ""
14164
14165 #: ch/tasking.c:170 ch/tasking.c:218
14166 #, c-format
14167 msgid "Tasking code %ld out of range for `%s'."
14168 msgstr ""
14169
14170 #: ch/tasking.c:284
14171 #, c-format
14172 msgid "invalid attribute for argument `%s' (only IN or LOC allowed)."
14173 msgstr ""
14174
14175 #: ch/tasking.c:325
14176 msgid "PROCESS may only be declared at module level"
14177 msgstr ""
14178
14179 #: ch/tasking.c:549
14180 #, c-format
14181 msgid "process name %s never declared"
14182 msgstr ""
14183
14184 #: ch/tasking.c:554
14185 msgid "You may only START a process, not a proc"
14186 msgstr ""
14187
14188 #: ch/tasking.c:590
14189 msgid "SET expression not a location."
14190 msgstr ""
14191
14192 #: ch/tasking.c:595
14193 msgid "SET location must be INSTANCE mode"
14194 msgstr ""
14195
14196 #: ch/tasking.c:632
14197 #, c-format
14198 msgid "too many arguments to process `%s'"
14199 msgstr ""
14200
14201 #: ch/tasking.c:635
14202 msgid "too many arguments to process"
14203 msgstr ""
14204
14205 #: ch/tasking.c:640
14206 #, c-format
14207 msgid "too few arguments to process `%s'"
14208 msgstr ""
14209
14210 #: ch/tasking.c:643
14211 msgid "too few arguments to process"
14212 msgstr ""
14213
14214 #: ch/tasking.c:983
14215 msgid "COPY_NUMBER argument must be INSTANCE expression"
14216 msgstr ""
14217
14218 #: ch/tasking.c:1007
14219 msgid "GEN_CODE argument must be a process or signal name."
14220 msgstr ""
14221
14222 #: ch/tasking.c:1029
14223 msgid "GEN_INST parameter 2 must be an integer mode"
14224 msgstr ""
14225
14226 #: ch/tasking.c:1050
14227 msgid "GEN_INST parameter 1 must be a PROCESS or an integer expression"
14228 msgstr ""
14229
14230 #: ch/tasking.c:1076
14231 #, c-format
14232 msgid "%s is not a declared process"
14233 msgstr ""
14234
14235 #: ch/tasking.c:1097
14236 msgid "PROC_TYPE argument must be INSTANCE expression"
14237 msgstr ""
14238
14239 #: ch/tasking.c:1139
14240 msgid "QUEUE_LENGTH argument must be a BUFFER/EVENT location."
14241 msgstr ""
14242
14243 #: ch/tasking.c:1289
14244 #, c-format
14245 msgid "SEND requires a SIGNAL; %s is not a SIGNAL name"
14246 msgstr ""
14247
14248 #: ch/tasking.c:1314
14249 #, c-format
14250 msgid "too many values for SIGNAL `%s'"
14251 msgstr ""
14252
14253 #: ch/tasking.c:1320
14254 #, c-format
14255 msgid "too few values for SIGNAL `%s'"
14256 msgstr ""
14257
14258 #: ch/tasking.c:1398
14259 msgid "Signal sent without priority"
14260 msgstr ""
14261
14262 #: ch/tasking.c:1399 ch/tasking.c:2927
14263 msgid " and no default priority was set."
14264 msgstr ""
14265
14266 #: ch/tasking.c:1400
14267 msgid " PRIORITY defaulted to 0"
14268 msgstr ""
14269
14270 #: ch/tasking.c:1415
14271 msgid "SEND without a destination instance"
14272 msgstr ""
14273
14274 #: ch/tasking.c:1416
14275 msgid " and no destination process specified"
14276 msgstr ""
14277
14278 #: ch/tasking.c:1417
14279 msgid " for the signal"
14280 msgstr ""
14281
14282 #. as our system doesn't allow that and Z.200 specifies it,
14283 #. we issue a warning
14284 #: ch/tasking.c:1436
14285 #, c-format
14286 msgid "SEND to ANY copy of process `%s'."
14287 msgstr ""
14288
14289 #: ch/tasking.c:1441
14290 msgid "SEND TO must be an INSTANCE mode"
14291 msgstr ""
14292
14293 #: ch/tasking.c:1455
14294 msgid "SEND WITH must have a mode"
14295 msgstr ""
14296
14297 #: ch/tasking.c:1724
14298 msgid "internal error: RECEIVE CASE stack invalid."
14299 msgstr ""
14300
14301 #: ch/tasking.c:1764 ch/tasking.c:2492
14302 msgid "SET requires INSTANCE location"
14303 msgstr ""
14304
14305 #: ch/tasking.c:1843
14306 msgid "SIGNAL in RECEIVE CASE alternative follows"
14307 msgstr ""
14308
14309 #: ch/tasking.c:1844
14310 #, c-format
14311 msgid " a BUFFER name on line %d"
14312 msgstr ""
14313
14314 #: ch/tasking.c:1852
14315 #, c-format
14316 msgid "SIGNAL `%s' has no data fields"
14317 msgstr ""
14318
14319 #: ch/tasking.c:1857
14320 #, c-format
14321 msgid "SIGNAL `%s' requires data fields"
14322 msgstr ""
14323
14324 #: ch/tasking.c:1921
14325 #, c-format
14326 msgid "too few data fields provided for `%s'"
14327 msgstr ""
14328
14329 #: ch/tasking.c:1924
14330 #, c-format
14331 msgid "too many data fields provided for `%s'"
14332 msgstr ""
14333
14334 #: ch/tasking.c:1947
14335 msgid "BUFFER in RECEIVE CASE alternative follows"
14336 msgstr ""
14337
14338 #: ch/tasking.c:1948
14339 #, c-format
14340 msgid " a SIGNAL name on line %d"
14341 msgstr ""
14342
14343 #: ch/tasking.c:1956
14344 msgid "BUFFER in RECEIVE CASE alternative must be a location."
14345 msgstr ""
14346
14347 #: ch/tasking.c:1962
14348 msgid "buffer receive alternative requires only 1 defining occurence."
14349 msgstr ""
14350
14351 #: ch/tasking.c:2043
14352 msgid "incompatible modes in receive buffer alternative."
14353 msgstr ""
14354
14355 #: ch/tasking.c:2049
14356 msgid "defining occurence in receive buffer alternative must be a location."
14357 msgstr ""
14358
14359 #: ch/tasking.c:2086
14360 msgid "buffer receive alternative without `IN location'."
14361 msgstr ""
14362
14363 #: ch/tasking.c:2092
14364 msgid "RECEIVE CASE alternative must specify a SIGNAL name or BUFFER location."
14365 msgstr ""
14366
14367 #: ch/tasking.c:2331
14368 msgid "RECEIVE CASE without alternatives"
14369 msgstr ""
14370
14371 #: ch/tasking.c:2369
14372 msgid "CONTINUE requires an event location."
14373 msgstr ""
14374
14375 #: ch/tasking.c:2503 ch/tasking.c:2939
14376 msgid "PRIORITY must be of integer type."
14377 msgstr ""
14378
14379 #: ch/tasking.c:2581
14380 msgid "delay alternative must be an EVENT location."
14381 msgstr ""
14382
14383 #: ch/tasking.c:2636
14384 msgid "DELAY CASE without alternatives"
14385 msgstr ""
14386
14387 #: ch/tasking.c:2756
14388 msgid "DELAY action requires an event location."
14389 msgstr ""
14390
14391 #: ch/tasking.c:2767
14392 msgid "PRIORITY in DELAY action must be of integer type."
14393 msgstr ""
14394
14395 #: ch/tasking.c:2776
14396 msgid "DELAY action without priority."
14397 msgstr ""
14398
14399 #: ch/tasking.c:2777 ch/tasking.c:2928
14400 msgid " PRIORITY defaulted to 0."
14401 msgstr ""
14402
14403 #: ch/tasking.c:2867
14404 msgid "send buffer action requires a BUFFER location."
14405 msgstr ""
14406
14407 #: ch/tasking.c:2884
14408 msgid "there must be only 1 value for send buffer action."
14409 msgstr ""
14410
14411 #: ch/tasking.c:2905
14412 msgid "convert failed for send buffer action."
14413 msgstr ""
14414
14415 #: ch/tasking.c:2911
14416 msgid "incompatible modes in send buffer action."
14417 msgstr ""
14418
14419 #: ch/tasking.c:2926
14420 msgid "Buffer sent without priority"
14421 msgstr ""
14422
14423 #: ch/tasking.c:2945
14424 msgid "WITH not allowed for send buffer action."
14425 msgstr ""
14426
14427 #: ch/tasking.c:2950
14428 msgid "TO not allowed for send buffer action."
14429 msgstr ""
14430
14431 #: ch/tasking.c:3093
14432 #, c-format
14433 msgid "SEND requires a BUFFER; `%s' is not a BUFFER name"
14434 msgstr ""
14435
14436 #: ch/tasking.c:3234
14437 msgid "non-integral max queue size for EVENT/BUFFER mode"
14438 msgstr ""
14439
14440 #: ch/tasking.c:3239
14441 msgid "non-constant max queue size for EVENT/BUFFER mode"
14442 msgstr ""
14443
14444 #: ch/tasking.c:3246
14445 msgid "max queue_size for EVENT/BUFFER is not positive"
14446 msgstr ""
14447
14448 #: ch/timing.c:224
14449 msgid "absolute time value must be of mode TIME."
14450 msgstr ""
14451
14452 #: ch/timing.c:281 ch/timing.c:364
14453 msgid "duration primitive value must be of mode DURATION."
14454 msgstr ""
14455
14456 #: ch/tree.c:58
14457 msgid "string length > UPPER (UINT)"
14458 msgstr ""
14459
14460 #: ch/tree.c:112
14461 msgid "Can only build a powerset from a discrete mode"
14462 msgstr ""
14463
14464 #: ch/tree.c:124
14465 msgid "non-constant bitstring size invalid"
14466 msgstr ""
14467
14468 #: ch/tree.c:126
14469 msgid "non-constant powerset size invalid"
14470 msgstr ""
14471
14472 #: ch/typeck.c:83
14473 msgid "array or string index is a mode (instead of a value)"
14474 msgstr ""
14475
14476 #: ch/typeck.c:114
14477 msgid "index is not an integer expression"
14478 msgstr ""
14479
14480 #: ch/typeck.c:122
14481 msgid "index not compatible with index mode"
14482 msgstr ""
14483
14484 #. should never happen
14485 #: ch/typeck.c:132
14486 msgid "index is not discrete"
14487 msgstr ""
14488
14489 #: ch/typeck.c:196
14490 msgid ""
14491 "possible internal error - slice argument is neither referable nor constant"
14492 msgstr ""
14493
14494 #: ch/typeck.c:285
14495 msgid "bit array slice with non-constant length"
14496 msgstr ""
14497
14498 #: ch/typeck.c:325
14499 msgid "bitstring slice with non-constant length"
14500 msgstr ""
14501
14502 #: ch/typeck.c:338
14503 msgid "slice operation on non-array, non-bitstring value not supported"
14504 msgstr ""
14505
14506 #: ch/typeck.c:390 ch/typeck.c:441
14507 msgid "can only take slice of array or string"
14508 msgstr ""
14509
14510 #: ch/typeck.c:455
14511 msgid "slice length is not an integer"
14512 msgstr ""
14513
14514 #: ch/typeck.c:488
14515 msgid "slice length out-of-range"
14516 msgstr ""
14517
14518 #: ch/typeck.c:543
14519 msgid "too many index expressions"
14520 msgstr ""
14521
14522 #: ch/typeck.c:595
14523 msgid "array index is not discrete"
14524 msgstr ""
14525
14526 #: ch/typeck.c:675
14527 msgid "invalid compound index for bitstring mode"
14528 msgstr ""
14529
14530 #: ch/typeck.c:1079
14531 msgid "conversions from variable_size value"
14532 msgstr ""
14533
14534 #: ch/typeck.c:1084
14535 msgid "conversions to variable_size mode"
14536 msgstr ""
14537
14538 #: ch/typeck.c:1098
14539 msgid "cannot convert to float"
14540 msgstr ""
14541
14542 #: ch/typeck.c:1103
14543 msgid "cannot convert float to this mode"
14544 msgstr ""
14545
14546 #: ch/typeck.c:1130
14547 msgid "OVERFLOW in expression conversion"
14548 msgstr ""
14549
14550 #: ch/typeck.c:1159
14551 msgid "overflow (not inside function)"
14552 msgstr ""
14553
14554 #: ch/typeck.c:1161
14555 msgid "possible overflow (not inside function)"
14556 msgstr ""
14557
14558 #: ch/typeck.c:1166
14559 msgid "expression will always cause OVERFLOW"
14560 msgstr ""
14561
14562 #: ch/typeck.c:1199
14563 msgid "not implemented: constant conversion from that kind of expression"
14564 msgstr ""
14565
14566 #: ch/typeck.c:1205
14567 msgid "not implemented: constant conversion to that kind of mode"
14568 msgstr ""
14569
14570 #: ch/typeck.c:1216
14571 msgid "non-standard, non-portable value conversion"
14572 msgstr ""
14573
14574 #: ch/typeck.c:1222
14575 msgid "location conversion between differently-sized modes"
14576 msgstr ""
14577
14578 #: ch/typeck.c:1224
14579 msgid "unsupported value conversion"
14580 msgstr ""
14581
14582 #: ch/typeck.c:1272
14583 msgid "operand to bin must be a non-negative integer literal"
14584 msgstr ""
14585
14586 #: ch/typeck.c:1288
14587 #, c-format
14588 msgid "size %d of BIN too big - no such integer mode"
14589 msgstr ""
14590
14591 #: ch/typeck.c:1302
14592 msgid "BIN in pass 2"
14593 msgstr ""
14594
14595 #: ch/typeck.c:1335
14596 msgid "mode of tuple is neither ARRAY, STRUCT, nor POWERSET"
14597 msgstr ""
14598
14599 #: ch/typeck.c:2108
14600 msgid "internal error in chill_root_resulting_mode"
14601 msgstr ""
14602
14603 #: ch/typeck.c:2367
14604 msgid "string lengths not equal"
14605 msgstr ""
14606
14607 #: ch/typeck.c:2382
14608 msgid "can't do ARRAY assignment - too large"
14609 msgstr ""
14610
14611 #: ch/typeck.c:2400
14612 msgid "rhs of array assignment is not addressable"
14613 msgstr ""
14614
14615 #: ch/typeck.c:2577
14616 msgid "non-constant expression for BIN"
14617 msgstr ""
14618
14619 #: ch/typeck.c:2582
14620 msgid "expression for BIN must not be negative"
14621 msgstr ""
14622
14623 #: ch/typeck.c:2587
14624 msgid "cannot process BIN (>32)"
14625 msgstr ""
14626
14627 #: ch/typeck.c:2603
14628 msgid "bounds of range are not compatible"
14629 msgstr ""
14630
14631 #: ch/typeck.c:2612
14632 msgid "negative string length"
14633 msgstr ""
14634
14635 #: ch/typeck.c:2649
14636 msgid "range's lower bound and parent mode don't match"
14637 msgstr ""
14638
14639 #: ch/typeck.c:2654
14640 msgid "range's upper bound and parent mode don't match"
14641 msgstr ""
14642
14643 #: ch/typeck.c:2663
14644 msgid "making range from non-mode"
14645 msgstr ""
14646
14647 #: ch/typeck.c:2669
14648 msgid "floating point ranges"
14649 msgstr ""
14650
14651 #: ch/typeck.c:2677
14652 msgid "range mode has non-constant limits"
14653 msgstr ""
14654
14655 #: ch/typeck.c:2686
14656 msgid "range's high bound < mode's low bound"
14657 msgstr ""
14658
14659 #: ch/typeck.c:2691
14660 msgid "range's high bound > mode's high bound"
14661 msgstr ""
14662
14663 #: ch/typeck.c:2696
14664 msgid "range mode high bound < range mode low bound"
14665 msgstr ""
14666
14667 #: ch/typeck.c:2701
14668 msgid "range's low bound < mode's low bound"
14669 msgstr ""
14670
14671 #: ch/typeck.c:2706
14672 msgid "range's low bound > mode's high bound"
14673 msgstr ""
14674
14675 #: ch/typeck.c:2814
14676 msgid "Stepsize in STEP must be an integer constant"
14677 msgstr ""
14678
14679 #: ch/typeck.c:2818
14680 msgid "Stepsize in STEP must be > 0"
14681 msgstr ""
14682
14683 #: ch/typeck.c:2824
14684 msgid "Stepsize in STEP must be the natural width of the array element mode"
14685 msgstr ""
14686
14687 #: ch/typeck.c:2830 ch/typeck.c:3131
14688 msgid "Starting word in POS must be an integer constant"
14689 msgstr ""
14690
14691 #: ch/typeck.c:2834 ch/typeck.c:3138
14692 msgid "Starting word in POS must be >= 0"
14693 msgstr ""
14694
14695 #: ch/typeck.c:2836
14696 msgid "Starting word in POS within STEP must be 0"
14697 msgstr ""
14698
14699 #: ch/typeck.c:2848 ch/typeck.c:3155
14700 msgid "Starting bit in POS must be an integer constant"
14701 msgstr ""
14702
14703 #: ch/typeck.c:2854
14704 msgid "Starting bit in POS within STEP must be 0"
14705 msgstr ""
14706
14707 #: ch/typeck.c:2858 ch/typeck.c:3163
14708 msgid "Starting bit in POS must be >= 0"
14709 msgstr ""
14710
14711 #: ch/typeck.c:2866 ch/typeck.c:3171
14712 msgid "Starting bit in POS must be < the width of a word"
14713 msgstr ""
14714
14715 #: ch/typeck.c:2880 ch/typeck.c:3185
14716 msgid "Length in POS must be an integer constant"
14717 msgstr ""
14718
14719 #: ch/typeck.c:2887 ch/typeck.c:3192
14720 msgid "Length in POS must be > 0"
14721 msgstr ""
14722
14723 #: ch/typeck.c:2894 ch/typeck.c:3205
14724 msgid "End bit in POS must be an integer constant"
14725 msgstr ""
14726
14727 #: ch/typeck.c:2903 ch/typeck.c:3214
14728 msgid "End bit in POS must be >= the start bit"
14729 msgstr ""
14730
14731 #: ch/typeck.c:2909 ch/typeck.c:3219
14732 msgid "End bit in POS must be < the width of a word"
14733 msgstr ""
14734
14735 #: ch/typeck.c:2921
14736 msgid ""
14737 "The length specified on POS within STEP must be the natural length of the "
14738 "array element type"
14739 msgstr ""
14740
14741 #: ch/typeck.c:2926
14742 msgid "Step size in STEP must be >= the length in POS"
14743 msgstr ""
14744
14745 #: ch/typeck.c:2952
14746 msgid "array index must be a range, not a single integer"
14747 msgstr ""
14748
14749 #: ch/typeck.c:2958
14750 msgid "array index is not a discrete mode"
14751 msgstr ""
14752
14753 #: ch/typeck.c:3229
14754 msgid ""
14755 "The length specified on POS must be the natural length of the field type"
14756 msgstr ""
14757
14758 #: ch/typeck.c:3238
14759 msgid "STRUCT fields must be layed out in monotonically increasing order"
14760 msgstr ""
14761
14762 #: ch/typeck.c:3301
14763 msgid "If one field has a POS layout, then all fields must have a POS layout"
14764 msgstr ""
14765
14766 #: ch/typeck.c:3444
14767 msgid "parameterised structures not implemented"
14768 msgstr ""
14769
14770 #: ch/typeck.c:3449
14771 msgid "invalid parameterised type"
14772 msgstr ""
14773
14774 #: cp/call.c:389
14775 msgid "unable to call pointer to member function here"
14776 msgstr ""
14777
14778 #: cp/call.c:519
14779 msgid "destructors take no parameters"
14780 msgstr ""
14781
14782 #: cp/call.c:2340
14783 msgid "%s %+#D%s"
14784 msgstr ""
14785
14786 #: cp/call.c:2889
14787 msgid "ISO C++ forbids omitting the middle term of a ?: expression"
14788 msgstr ""
14789
14790 #: cp/call.c:3435
14791 msgid " where cfront would use `%#D'"
14792 msgstr ""
14793
14794 #: cp/call.c:3714
14795 msgid "`%+#D' is private"
14796 msgstr ""
14797
14798 #: cp/call.c:3716
14799 msgid "`%+#D' is protected"
14800 msgstr ""
14801
14802 #: cp/call.c:3718
14803 msgid "`%+#D' is inaccessible"
14804 msgstr ""
14805
14806 #. There has already been a declaration of this method
14807 #. or member template.
14808 #: cp/class.c:1075
14809 msgid "`%D' has already been declared in `%T'"
14810 msgstr ""
14811
14812 #: cp/class.c:1156
14813 msgid "duplicate enum value `%D'"
14814 msgstr ""
14815
14816 #: cp/class.c:1159
14817 msgid "duplicate field `%D' (as enum and non-enum)"
14818 msgstr ""
14819
14820 #: cp/class.c:1166
14821 msgid "duplicate nested type `%D'"
14822 msgstr ""
14823
14824 #: cp/class.c:1177
14825 msgid "duplicate field `%D' (as type and non-type)"
14826 msgstr ""
14827
14828 #: cp/class.c:1181
14829 msgid "duplicate member `%D'"
14830 msgstr ""
14831
14832 #: cp/class.c:1224
14833 msgid "conflicting access specifications for method `%D', ignored"
14834 msgstr ""
14835
14836 #: cp/class.c:1226
14837 #, c-format
14838 msgid "conflicting access specifications for field `%s', ignored"
14839 msgstr ""
14840
14841 #: cp/class.c:1269
14842 msgid "`%D' names constructor"
14843 msgstr ""
14844
14845 #: cp/class.c:1275
14846 msgid "`%D' invalid in `%T'"
14847 msgstr ""
14848
14849 #: cp/class.c:1283
14850 msgid "no members matching `%D' in `%#T'"
14851 msgstr ""
14852
14853 #: cp/class.c:1315 cp/class.c:1323
14854 msgid "`%D' invalid in `%#T'"
14855 msgstr ""
14856
14857 #: cp/class.c:1316
14858 msgid " because of local method `%#D' with same name"
14859 msgstr ""
14860
14861 #: cp/class.c:1324
14862 msgid " because of local member `%#D' with same name"
14863 msgstr ""
14864
14865 #: cp/class.c:2181
14866 msgid "previous definition of `%#T'"
14867 msgstr ""
14868
14869 #. Here we know it is a hider, and no overrider exists.
14870 #: cp/class.c:2903
14871 msgid "`%D' was hidden"
14872 msgstr ""
14873
14874 #: cp/class.c:2904
14875 msgid " by `%D'"
14876 msgstr ""
14877
14878 #: cp/class.c:2944
14879 msgid "ISO C++ forbids member `%D' with same name as enclosing class"
14880 msgstr ""
14881
14882 #: cp/class.c:2949 cp/decl2.c:1931
14883 msgid "`%#D' invalid; an anonymous union can only have non-static data members"
14884 msgstr ""
14885
14886 #: cp/class.c:2955 cp/decl2.c:1937
14887 msgid "private member `%#D' in anonymous union"
14888 msgstr ""
14889
14890 #: cp/class.c:2958 cp/decl2.c:1939
14891 msgid "protected member `%#D' in anonymous union"
14892 msgstr ""
14893
14894 #: cp/class.c:3106
14895 msgid "bit-field `%#D' with non-integral type"
14896 msgstr ""
14897
14898 #: cp/class.c:3126
14899 msgid "bit-field `%D' width not an integer constant"
14900 msgstr ""
14901
14902 #: cp/class.c:3132
14903 msgid "negative width in bit-field `%D'"
14904 msgstr ""
14905
14906 #: cp/class.c:3137
14907 msgid "zero width for bit-field `%D'"
14908 msgstr ""
14909
14910 #: cp/class.c:3143
14911 msgid "width of `%D' exceeds its type"
14912 msgstr ""
14913
14914 #: cp/class.c:3152
14915 msgid "`%D' is too small to hold all values of `%#T'"
14916 msgstr ""
14917
14918 #: cp/class.c:3235
14919 msgid "member `%#D' with constructor not allowed in union"
14920 msgstr ""
14921
14922 #: cp/class.c:3238
14923 msgid "member `%#D' with destructor not allowed in union"
14924 msgstr ""
14925
14926 #: cp/class.c:3241
14927 msgid "member `%#D' with copy assignment operator not allowed in union"
14928 msgstr ""
14929
14930 #: cp/class.c:3268
14931 msgid "multiple fields in union `%T' initialized"
14932 msgstr ""
14933
14934 #: cp/class.c:3389
14935 msgid "field `%D' in local class cannot be static"
14936 msgstr ""
14937
14938 #: cp/class.c:3395
14939 msgid "field `%D' invalidly declared function type"
14940 msgstr ""
14941
14942 #: cp/class.c:3402
14943 msgid "field `%D' invalidly declared method type"
14944 msgstr ""
14945
14946 #: cp/class.c:3408
14947 msgid "field `%D' invalidly declared offset type"
14948 msgstr ""
14949
14950 #. Unions cannot have static members.
14951 #: cp/class.c:3426
14952 msgid "field `%D' declared static in union"
14953 msgstr ""
14954
14955 #: cp/class.c:3452
14956 msgid "non-static reference `%#D' in class without a constructor"
14957 msgstr ""
14958
14959 #: cp/class.c:3483
14960 msgid "non-static const member `%#D' in class without a constructor"
14961 msgstr ""
14962
14963 #: cp/class.c:3498
14964 msgid "field `%#D' with same name as class"
14965 msgstr ""
14966
14967 #: cp/class.c:3993
14968 msgid "initializer specified for non-virtual method `%D'"
14969 msgstr ""
14970
14971 #: cp/class.c:5347
14972 msgid "trying to finish struct, but kicked out due to previous parse errors."
14973 msgstr ""
14974
14975 #: cp/class.c:5802
14976 #, c-format
14977 msgid "language string `\"%s\"' not recognized"
14978 msgstr ""
14979
14980 #: cp/class.c:6115 cp/class.c:6283 cp/class.c:6290
14981 msgid "not enough type information"
14982 msgstr ""
14983
14984 #: cp/class.c:6267
14985 msgid "invalid operation on uninstantiated type"
14986 msgstr ""
14987
14988 #: cp/class.c:6519
14989 msgid "changes meaning of `%D' from `%+#D'"
14990 msgstr ""
14991
14992 #: cp/decl.c:1007 cp/decl.c:3254
14993 msgid "conflicts with previous declaration `%#D'"
14994 msgstr ""
14995
14996 #: cp/decl.c:1196
14997 msgid "label `%D' used but not defined"
14998 msgstr ""
14999
15000 #: cp/decl.c:1201
15001 msgid "label `%D' defined but not used"
15002 msgstr ""
15003
15004 #: cp/decl.c:3064 cp/decl.c:3452
15005 msgid "previous declaration of `%D'"
15006 msgstr ""
15007
15008 #: cp/decl.c:3231
15009 msgid "previous declaration of `%#D'"
15010 msgstr ""
15011
15012 #: cp/decl.c:3265 cp/decl.c:3281
15013 msgid "ambiguates old declaration `%#D'"
15014 msgstr ""
15015
15016 #: cp/decl.c:3275
15017 msgid "previous declaration `%#D' here"
15018 msgstr ""
15019
15020 #: cp/decl.c:3292
15021 msgid "previous declaration as `%#D'"
15022 msgstr ""
15023
15024 #: cp/decl.c:3335
15025 msgid "`%#D' previously defined here"
15026 msgstr ""
15027
15028 #: cp/decl.c:3336
15029 msgid "`%#D' previously declared here"
15030 msgstr ""
15031
15032 #. Prototype decl follows defn w/o prototype.
15033 #: cp/decl.c:3344
15034 msgid "prototype for `%#D'"
15035 msgstr ""
15036
15037 #: cp/decl.c:3345
15038 msgid "follows non-prototype definition here"
15039 msgstr ""
15040
15041 #: cp/decl.c:3357
15042 msgid "previous declaration of `%#D' with %L linkage"
15043 msgstr ""
15044
15045 #: cp/decl.c:3386 cp/decl.c:3394
15046 msgid "after previous specification in `%#D'"
15047 msgstr ""
15048
15049 #: cp/decl.c:3405
15050 msgid "previous non-inline declaration here"
15051 msgstr ""
15052
15053 #: cp/decl.c:3536
15054 msgid "than previous declaration `%F'"
15055 msgstr ""
15056
15057 #: cp/decl.c:3908
15058 msgid "`%#D' used prior to declaration"
15059 msgstr ""
15060
15061 #. A redeclaration of main, but not a duplicate of the
15062 #. previous one.
15063 #.
15064 #. [basic.start.main]
15065 #.
15066 #. This function shall not be overloaded.
15067 #: cp/decl.c:3967
15068 msgid "invalid redeclaration of `%D'"
15069 msgstr ""
15070
15071 #: cp/decl.c:4058
15072 msgid "previous external decl of `%#D'"
15073 msgstr ""
15074
15075 #: cp/decl.c:4160
15076 msgid "global declaration `%#D'"
15077 msgstr ""
15078
15079 #: cp/decl.c:4208
15080 #, c-format
15081 msgid "declaration of `%s' shadows a member of `this'"
15082 msgstr ""
15083
15084 #: cp/decl.c:4600
15085 msgid "previous non-function declaration `%#D'"
15086 msgstr ""
15087
15088 #: cp/decl.c:4849
15089 #, c-format
15090 msgid "label `%s' referenced outside of any function"
15091 msgstr ""
15092
15093 #: cp/decl.c:4954 cp/decl.c:4978
15094 msgid "jump to case label"
15095 msgstr ""
15096
15097 #: cp/decl.c:4962
15098 msgid " crosses initialization of `%#D'"
15099 msgstr ""
15100
15101 #: cp/decl.c:4965 cp/decl.c:5085
15102 msgid " enters scope of non-POD `%#D'"
15103 msgstr ""
15104
15105 #: cp/decl.c:4985 cp/decl.c:5089
15106 msgid " enters try block"
15107 msgstr ""
15108
15109 #. Can't skip init of __exception_info.
15110 #: cp/decl.c:4987 cp/decl.c:5081 cp/decl.c:5091
15111 msgid " enters catch block"
15112 msgstr ""
15113
15114 #: cp/decl.c:5069
15115 msgid "jump to label `%D'"
15116 msgstr ""
15117
15118 #: cp/decl.c:5070
15119 msgid " from here"
15120 msgstr ""
15121
15122 #: cp/decl.c:5083
15123 msgid " skips initialization of `%#D'"
15124 msgstr ""
15125
15126 #: cp/decl.c:6912
15127 msgid "an anonymous union cannot have function members"
15128 msgstr ""
15129
15130 #: cp/decl.c:6929
15131 msgid "member %#D' with constructor not allowed in anonymous aggregate"
15132 msgstr ""
15133
15134 #: cp/decl.c:6932
15135 msgid "member %#D' with destructor not allowed in anonymous aggregate"
15136 msgstr ""
15137
15138 #: cp/decl.c:6935
15139 msgid ""
15140 "member %#D' with copy assignment operator not allowed in anonymous aggregate"
15141 msgstr ""
15142
15143 #: cp/decl.c:7008
15144 msgid "multiple types in one declaration"
15145 msgstr ""
15146
15147 #: cp/decl.c:7011
15148 msgid "declaration does not declare anything"
15149 msgstr ""
15150
15151 #: cp/decl.c:7035
15152 msgid "Missing type-name in typedef-declaration."
15153 msgstr ""
15154
15155 #: cp/decl.c:7042
15156 msgid "ISO C++ prohibits anonymous structs"
15157 msgstr ""
15158
15159 #: cp/decl.c:7623
15160 msgid ""
15161 "sorry: semantics of inline function static data `%#D' are wrong (you'll wind "
15162 "up with multiple copies)"
15163 msgstr ""
15164
15165 #: cp/decl.c:7624
15166 msgid " you can work around this by removing the initializer"
15167 msgstr ""
15168
15169 #: cp/decl.c:8027
15170 msgid "assignment (not initialization) in declaration"
15171 msgstr ""
15172
15173 #: cp/decl.c:8596
15174 msgid "invalid catch parameter"
15175 msgstr ""
15176
15177 #: cp/decl.c:8743
15178 msgid "`%D' declared as a friend"
15179 msgstr ""
15180
15181 #: cp/decl.c:8748
15182 msgid "`%D' declared with an exception specification"
15183 msgstr ""
15184
15185 #: cp/decl.c:8825
15186 msgid "cannot declare `::main' to be a template"
15187 msgstr ""
15188
15189 #: cp/decl.c:8827
15190 msgid "cannot declare `::main' to be inline"
15191 msgstr ""
15192
15193 #: cp/decl.c:8829
15194 msgid "cannot declare `::main' to be static"
15195 msgstr ""
15196
15197 #: cp/decl.c:8832
15198 msgid "`main' must return `int'"
15199 msgstr ""
15200
15201 #: cp/decl.c:8863
15202 msgid ""
15203 "`%#D' does not refer to the unqualified type, so it is not used for linkage"
15204 msgstr ""
15205
15206 #: cp/decl.c:9383
15207 msgid "overflow in array dimension"
15208 msgstr ""
15209
15210 #: cp/decl.c:9668
15211 msgid "destructors must be member functions"
15212 msgstr ""
15213
15214 #: cp/decl.c:9995
15215 msgid "`bool' is now a keyword"
15216 msgstr ""
15217
15218 #: cp/decl.c:10026
15219 msgid "ISO C++ does not support `long long'"
15220 msgstr ""
15221
15222 #: cp/decl.c:10148
15223 #, c-format
15224 msgid "short, signed or unsigned invalid for `%s'"
15225 msgstr ""
15226
15227 #: cp/decl.c:10153
15228 #, c-format
15229 msgid "long and short specified together for `%s'"
15230 msgstr ""
15231
15232 #: cp/decl.c:10164
15233 #, c-format
15234 msgid "signed and unsigned given together for `%s'"
15235 msgstr ""
15236
15237 #: cp/decl.c:10311
15238 msgid "storage class specifiers invalid in parameter declarations"
15239 msgstr ""
15240
15241 #: cp/decl.c:10315
15242 msgid "typedef declaration invalid in parameter declaration"
15243 msgstr ""
15244
15245 #: cp/decl.c:10326
15246 msgid "virtual outside class declaration"
15247 msgstr ""
15248
15249 #: cp/decl.c:10380
15250 #, c-format
15251 msgid "storage class specified for %s `%s'"
15252 msgstr ""
15253
15254 #: cp/decl.c:10418
15255 msgid "storage class specifiers invalid in friend function declarations"
15256 msgstr ""
15257
15258 #: cp/decl.c:10601
15259 msgid "destructor cannot be static member function"
15260 msgstr ""
15261
15262 #: cp/decl.c:10625
15263 msgid "constructor cannot be static member function"
15264 msgstr ""
15265
15266 #: cp/decl.c:10628
15267 msgid "constructors cannot be declared virtual"
15268 msgstr ""
15269
15270 #: cp/decl.c:10643
15271 msgid "return value type specifier for constructor ignored"
15272 msgstr ""
15273
15274 #: cp/decl.c:10662
15275 #, c-format
15276 msgid "can't initialize friend function `%s'"
15277 msgstr ""
15278
15279 #. Cannot be both friend and virtual.
15280 #: cp/decl.c:10666
15281 msgid "virtual functions cannot be friends"
15282 msgstr ""
15283
15284 #: cp/decl.c:10671
15285 msgid "friend declaration not in class definition"
15286 msgstr ""
15287
15288 #: cp/decl.c:10727
15289 #, c-format
15290 msgid "cannot declare %s to references"
15291 msgstr ""
15292
15293 #: cp/decl.c:10753
15294 msgid "invalid type: `void &'"
15295 msgstr ""
15296
15297 #: cp/decl.c:10804
15298 msgid "discarding `const' applied to a reference"
15299 msgstr ""
15300
15301 #: cp/decl.c:10806
15302 msgid "discarding `volatile' applied to a reference"
15303 msgstr ""
15304
15305 #. [dcl.fct.spec] The explicit specifier shall only be used in
15306 #. declarations of constructors within a class definition.
15307 #: cp/decl.c:11022
15308 msgid "only declarations of constructors can be `explicit'"
15309 msgstr ""
15310
15311 #: cp/decl.c:11030
15312 #, c-format
15313 msgid "non-member `%s' cannot be declared `mutable'"
15314 msgstr ""
15315
15316 #: cp/decl.c:11035
15317 #, c-format
15318 msgid "non-object member `%s' cannot be declared `mutable'"
15319 msgstr ""
15320
15321 #: cp/decl.c:11041
15322 #, c-format
15323 msgid "function `%s' cannot be declared `mutable'"
15324 msgstr ""
15325
15326 #: cp/decl.c:11046
15327 #, c-format
15328 msgid "static `%s' cannot be declared `mutable'"
15329 msgstr ""
15330
15331 #: cp/decl.c:11051
15332 #, c-format
15333 msgid "const `%s' cannot be declared `mutable'"
15334 msgstr ""
15335
15336 #: cp/decl.c:11132
15337 msgid "typedef name may not be class-qualified"
15338 msgstr ""
15339
15340 #: cp/decl.c:11140
15341 msgid "invalid type qualifier for non-member function type"
15342 msgstr ""
15343
15344 #: cp/decl.c:11156
15345 msgid "typedef declaration includes an initializer"
15346 msgstr ""
15347
15348 #: cp/decl.c:11289
15349 msgid "unnamed variable or field declared void"
15350 msgstr ""
15351
15352 #: cp/decl.c:11298
15353 msgid "variable or field declared void"
15354 msgstr ""
15355
15356 #: cp/decl.c:11308
15357 msgid "cannot use `::' in parameter declaration"
15358 msgstr ""
15359
15360 #: cp/decl.c:11493
15361 #, c-format
15362 msgid "`%s' is neither function nor member function; cannot be declared friend"
15363 msgstr ""
15364
15365 #: cp/decl.c:11510
15366 msgid "member functions are implicitly friends of their class"
15367 msgstr ""
15368
15369 #: cp/decl.c:11619
15370 #, c-format
15371 msgid "storage class `auto' invalid for function `%s'"
15372 msgstr ""
15373
15374 #: cp/decl.c:11621
15375 #, c-format
15376 msgid "storage class `register' invalid for function `%s'"
15377 msgstr ""
15378
15379 #: cp/decl.c:11632
15380 #, c-format
15381 msgid ""
15382 "storage class `static' invalid for function `%s' declared out of global scope"
15383 msgstr ""
15384
15385 #: cp/decl.c:11634
15386 #, c-format
15387 msgid ""
15388 "storage class `inline' invalid for function `%s' declared out of global scope"
15389 msgstr ""
15390
15391 #: cp/decl.c:11641
15392 #, c-format
15393 msgid "virtual non-class function `%s'"
15394 msgstr ""
15395
15396 #. FIXME need arm citation
15397 #: cp/decl.c:11676
15398 msgid "cannot declare static function inside another function"
15399 msgstr ""
15400
15401 #: cp/decl.c:11953
15402 msgid ""
15403 "invalid integer constant in parameter list, did you forget to give parameter "
15404 "name?"
15405 msgstr ""
15406
15407 #: cp/decl.c:12330
15408 #, c-format
15409 msgid "conversion to %s%s will never use a type conversion operator"
15410 msgstr ""
15411
15412 #: cp/decl.c:13009
15413 msgid "previous definition here"
15414 msgstr ""
15415
15416 #: cp/decl.c:13423
15417 msgid "return type for `main' changed to `int'"
15418 msgstr ""
15419
15420 #: cp/decl.c:13454
15421 msgid "`%D' implicitly declared before its definition"
15422 msgstr ""
15423
15424 #: cp/decl2.c:533
15425 #, c-format
15426 msgid "-f%s is no longer supported"
15427 msgstr ""
15428
15429 #: cp/decl2.c:539
15430 msgid ""
15431 "-fhandle-exceptions has been renamed to -fexceptions (and is now on by "
15432 "default)"
15433 msgstr ""
15434
15435 #: cp/decl2.c:565
15436 msgid "-fname-mangling-version is no longer supported"
15437 msgstr ""
15438
15439 #: cp/decl2.c:628
15440 msgid "-Wno-strict-prototypes is not supported in C++"
15441 msgstr ""
15442
15443 #: cp/decl2.c:810
15444 msgid "template `%#D' defined in file without #pragma interface"
15445 msgstr ""
15446
15447 #: cp/decl2.c:967
15448 msgid "name missing for member function"
15449 msgstr ""
15450
15451 #. Something has gone very wrong. Assume we are mistakenly reducing
15452 #. an expression instead of a declaration.
15453 #: cp/decl2.c:1034
15454 msgid "parser may be lost: is there a '{' missing somewhere?"
15455 msgstr ""
15456
15457 #: cp/decl2.c:1065 cp/decl2.c:1079
15458 msgid "ambiguous conversion for array subscript"
15459 msgstr ""
15460
15461 #: cp/decl2.c:1129
15462 msgid "anachronistic use of array size in vector delete"
15463 msgstr ""
15464
15465 #: cp/decl2.c:1139
15466 msgid ""
15467 "cannot delete a function. Only pointer-to-objects are valid arguments to "
15468 "`delete'"
15469 msgstr ""
15470
15471 #: cp/decl2.c:1377
15472 msgid "candidate%s: %+#D"
15473 msgstr ""
15474
15475 #: cp/decl2.c:1380
15476 msgid " %#D"
15477 msgstr ""
15478
15479 #: cp/decl2.c:1436
15480 msgid "initializer invalid for static member with constructor"
15481 msgstr ""
15482
15483 #: cp/decl2.c:1439
15484 msgid "(an out of class initialization is required)"
15485 msgstr ""
15486
15487 #: cp/decl2.c:1612
15488 msgid "field initializer is not constant"
15489 msgstr ""
15490
15491 #: cp/decl2.c:1919
15492 msgid "anonymous struct not inside named type"
15493 msgstr ""
15494
15495 #: cp/decl2.c:2015
15496 msgid "namespace-scope anonymous aggregates must be static"
15497 msgstr ""
15498
15499 #: cp/decl2.c:2025
15500 msgid "anonymous aggregate with no members"
15501 msgstr ""
15502
15503 #. Overflow occurred. That means there are at least 4 billion
15504 #. initialization functions.
15505 #: cp/decl2.c:2872
15506 msgid "too many initialization functions required"
15507 msgstr ""
15508
15509 #: cp/decl2.c:3681
15510 msgid "use of old-style cast"
15511 msgstr ""
15512
15513 #: cp/decl2.c:4223
15514 msgid " first declared as `%#D' here"
15515 msgstr ""
15516
15517 #: cp/decl2.c:4226
15518 msgid " also declared as `%#D' here"
15519 msgstr ""
15520
15521 #: cp/decl2.c:4242
15522 msgid " first type here"
15523 msgstr ""
15524
15525 #: cp/decl2.c:4243
15526 msgid " other type here"
15527 msgstr ""
15528
15529 #: cp/decl2.c:4508
15530 msgid "`%D' is not a function,"
15531 msgstr ""
15532
15533 #: cp/decl2.c:4509
15534 msgid " conflict with `%D'"
15535 msgstr ""
15536
15537 #: cp/decl2.c:5141
15538 msgid "default argument missing for parameter %P of `%+#D'"
15539 msgstr ""
15540
15541 #: cp/error.c:35
15542 #, c-format
15543 msgid "`%s' not supported by %s"
15544 msgstr ""
15545
15546 #: cp/error.c:572
15547 #, c-format
15548 msgid "<anonymous %s>"
15549 msgstr ""
15550
15551 #: cp/error.c:833
15552 #, c-format
15553 msgid "(static %s for %s)"
15554 msgstr ""
15555
15556 #: cp/error.c:2466
15557 #, c-format
15558 msgid "In %s `%s':"
15559 msgstr ""
15560
15561 #: cp/error.c:2521
15562 #, c-format
15563 msgid "%s: In instantiation of `%s':\n"
15564 msgstr ""
15565
15566 #: cp/error.c:2545
15567 #, c-format
15568 msgid "%s:%d: instantiated from `%s'\n"
15569 msgstr ""
15570
15571 #: cp/error.c:2550
15572 #, c-format
15573 msgid "%s:%d: instantiated from here\n"
15574 msgstr ""
15575
15576 #. damn ICE suppression
15577 #: cp/error.c:2703
15578 #, c-format
15579 msgid "unexpected letter `%c' in locate_error\n"
15580 msgstr ""
15581
15582 #: cp/except.c:256
15583 msgid "call to Java `catch' or `throw' with `jthrowable' undefined"
15584 msgstr ""
15585
15586 #: cp/except.c:327
15587 msgid "mixing C++ and Java catches in a single translation unit"
15588 msgstr ""
15589
15590 #: cp/except.c:663
15591 msgid " in thrown expression"
15592 msgstr ""
15593
15594 #: cp/friend.c:157
15595 msgid "previous friend declaration of `%D'"
15596 msgstr ""
15597
15598 #: cp/friend.c:422
15599 msgid ""
15600 "(if this is not what you intended, make sure the function template has "
15601 "already been declared and add <> after the function name here) -Wno-non-"
15602 "template-friend disables this warning."
15603 msgstr ""
15604
15605 #: cp/g++spec.c:198 java/jvspec.c:380
15606 #, c-format
15607 msgid "argument to `%s' missing\n"
15608 msgstr ""
15609
15610 #: cp/init.c:305
15611 msgid "initializer list treated as compound expression"
15612 msgstr ""
15613
15614 #: cp/init.c:417
15615 msgid "member initializers for `%#D'"
15616 msgstr ""
15617
15618 #: cp/init.c:419
15619 msgid " and `%#D'"
15620 msgstr ""
15621
15622 #: cp/init.c:420
15623 msgid " will be re-ordered to match declaration order"
15624 msgstr ""
15625
15626 #: cp/init.c:652
15627 msgid "base initializers for `%#T'"
15628 msgstr ""
15629
15630 #: cp/init.c:653
15631 msgid " and `%#T'"
15632 msgstr ""
15633
15634 #: cp/init.c:654
15635 msgid " will be re-ordered to match inheritance order"
15636 msgstr ""
15637
15638 #: cp/init.c:1081
15639 msgid "base class initializer specified, but no base class to initialize"
15640 msgstr ""
15641
15642 #: cp/init.c:1087
15643 msgid "initializer for unnamed base class ambiguous"
15644 msgstr ""
15645
15646 #: cp/init.c:1112
15647 msgid "no base class to initialize"
15648 msgstr ""
15649
15650 #: cp/init.c:1830
15651 msgid "object missing in use of pointer-to-member construct"
15652 msgstr ""
15653
15654 #: cp/init.c:1870
15655 msgid "member `%D' is non-static but referenced as a static member"
15656 msgstr ""
15657
15658 #: cp/init.c:1872 cp/typeck.c:3144 cp/typeck.c:3252
15659 msgid "at this point in file"
15660 msgstr ""
15661
15662 #: cp/init.c:2046
15663 msgid "new of array type fails to specify size"
15664 msgstr ""
15665
15666 #: cp/init.c:2057
15667 msgid "size in array new must have integral type"
15668 msgstr ""
15669
15670 #: cp/init.c:2063
15671 msgid "zero size array reserves no space"
15672 msgstr ""
15673
15674 #: cp/init.c:2128
15675 msgid "new cannot be applied to a reference type"
15676 msgstr ""
15677
15678 #: cp/init.c:2134
15679 msgid "new cannot be applied to a function type"
15680 msgstr ""
15681
15682 #: cp/init.c:2181
15683 msgid "call to Java constructor, while `jclass' undefined"
15684 msgstr ""
15685
15686 #: cp/init.c:2197
15687 msgid "Can't find class$"
15688 msgstr ""
15689
15690 #: cp/init.c:2310
15691 msgid "invalid type `void' for new"
15692 msgstr ""
15693
15694 #: cp/init.c:2362
15695 #, c-format
15696 msgid "call to Java constructor with `%s' undefined"
15697 msgstr ""
15698
15699 #: cp/init.c:2489 cp/typeck2.c:387 cp/typeck2.c:1222
15700 msgid "initializer list being treated as compound expression"
15701 msgstr ""
15702
15703 #: cp/init.c:2495
15704 msgid "ISO C++ forbids aggregate initializer to new"
15705 msgstr ""
15706
15707 #: cp/init.c:2934
15708 msgid "initializer ends prematurely"
15709 msgstr ""
15710
15711 #: cp/init.c:3004
15712 msgid "cannot initialize multi-dimensional array with initializer"
15713 msgstr ""
15714
15715 #: cp/init.c:3182
15716 msgid "unknown array size in delete"
15717 msgstr ""
15718
15719 #: cp/init.c:3407
15720 msgid "type to vector delete is neither pointer or array type"
15721 msgstr ""
15722
15723 #: cp/lang-options.h:29
15724 msgid "Do not obey access control semantics"
15725 msgstr ""
15726
15727 #: cp/lang-options.h:31
15728 msgid "Change when template instances are emitted"
15729 msgstr ""
15730
15731 #: cp/lang-options.h:36
15732 msgid "Check the return value of new"
15733 msgstr ""
15734
15735 #: cp/lang-options.h:39
15736 msgid "Reduce size of object files"
15737 msgstr ""
15738
15739 #: cp/lang-options.h:43
15740 msgid "Make string literals `char[]' instead of `const char[]'"
15741 msgstr ""
15742
15743 #: cp/lang-options.h:46
15744 msgid "Dump the entire translation unit to a file"
15745 msgstr ""
15746
15747 #: cp/lang-options.h:48
15748 msgid "Do not inline member functions by default"
15749 msgstr ""
15750
15751 #: cp/lang-options.h:51
15752 msgid "Do not generate run time type descriptor information"
15753 msgstr ""
15754
15755 #: cp/lang-options.h:56
15756 msgid "Do not generate code to check exception specifications"
15757 msgstr ""
15758
15759 #: cp/lang-options.h:61
15760 msgid "Scope of for-init-statement vars extends outside"
15761 msgstr ""
15762
15763 #: cp/lang-options.h:64
15764 msgid "Do not recognise GNU defined keywords"
15765 msgstr ""
15766
15767 #: cp/lang-options.h:68
15768 msgid "Enable support for huge objects"
15769 msgstr ""
15770
15771 #: cp/lang-options.h:72
15772 msgid "Export functions even if they can be inlined"
15773 msgstr ""
15774
15775 #: cp/lang-options.h:75
15776 msgid "Only emit explicit template instatiations"
15777 msgstr ""
15778
15779 #: cp/lang-options.h:78
15780 msgid "Only emit explicit instatiations of inline templates"
15781 msgstr ""
15782
15783 #: cp/lang-options.h:84
15784 msgid "Don't pedwarn about uses of Microsoft extensions"
15785 msgstr ""
15786
15787 #: cp/lang-options.h:87
15788 msgid "Recognise and/bitand/bitor/compl/not/or/xor"
15789 msgstr ""
15790
15791 #: cp/lang-options.h:91
15792 msgid "Disable optional diagnostics"
15793 msgstr ""
15794
15795 #: cp/lang-options.h:93
15796 msgid "Downgrade conformance errors to warnings"
15797 msgstr ""
15798
15799 #: cp/lang-options.h:96
15800 msgid "Enable automatic template instantiation"
15801 msgstr ""
15802
15803 #: cp/lang-options.h:101
15804 msgid "Display statistics accumulated during compilation"
15805 msgstr ""
15806
15807 #: cp/lang-options.h:104
15808 msgid "Specify maximum template instantiation depth"
15809 msgstr ""
15810
15811 #: cp/lang-options.h:106
15812 msgid "Use __cxa_atexit to register destructors."
15813 msgstr ""
15814
15815 #: cp/lang-options.h:109
15816 msgid "Discard unused virtual functions"
15817 msgstr ""
15818
15819 #: cp/lang-options.h:112
15820 msgid "Implement vtables using thunks"
15821 msgstr ""
15822
15823 #: cp/lang-options.h:115
15824 msgid "Emit common-like symbols as weak symbols"
15825 msgstr ""
15826
15827 #: cp/lang-options.h:118
15828 msgid "Emit cross referencing information"
15829 msgstr ""
15830
15831 #: cp/lang-options.h:122
15832 msgid "Warn about inconsistent return types"
15833 msgstr ""
15834
15835 #: cp/lang-options.h:125
15836 msgid "Warn about overloaded virtual function names"
15837 msgstr ""
15838
15839 #: cp/lang-options.h:129
15840 msgid "Don't warn when all ctors/dtors are private"
15841 msgstr ""
15842
15843 #: cp/lang-options.h:131
15844 msgid "Warn about non virtual destructors"
15845 msgstr ""
15846
15847 #: cp/lang-options.h:134
15848 msgid "Warn when a function is declared extern, then inline"
15849 msgstr ""
15850
15851 #: cp/lang-options.h:137
15852 msgid "Warn when the compiler reorders code"
15853 msgstr ""
15854
15855 #: cp/lang-options.h:140
15856 msgid "Warn when synthesis behaviour differs from Cfront"
15857 msgstr ""
15858
15859 #: cp/lang-options.h:144
15860 msgid "Don't warn when type converting pointers to member functions"
15861 msgstr ""
15862
15863 #: cp/lang-options.h:146
15864 msgid "Warn about violations of Effective C++ style rules"
15865 msgstr ""
15866
15867 #: cp/lang-options.h:149
15868 msgid "Warn when overload promotes from unsigned to signed"
15869 msgstr ""
15870
15871 #: cp/lang-options.h:152
15872 msgid "Warn if a C style cast is used in a program"
15873 msgstr ""
15874
15875 #: cp/lang-options.h:156
15876 msgid ""
15877 "Don't warn when non-templatized friend functions are declared within a "
15878 "template"
15879 msgstr ""
15880
15881 #: cp/lang-options.h:159
15882 msgid "Don't announce deprecation of compiler features"
15883 msgstr ""
15884
15885 #: cp/lex.c:144
15886 msgid "type name expected before `*'"
15887 msgstr ""
15888
15889 #: cp/lex.c:166
15890 msgid "cannot declare references to references"
15891 msgstr ""
15892
15893 #: cp/lex.c:171
15894 msgid "cannot declare pointers to references"
15895 msgstr ""
15896
15897 #: cp/lex.c:175
15898 msgid "type name expected before `&'"
15899 msgstr ""
15900
15901 #: cp/lex.c:1015
15902 #, c-format
15903 msgid "semicolon missing after %s declaration"
15904 msgstr ""
15905
15906 #: cp/lex.c:1066
15907 #, c-format
15908 msgid "junk at end of #pragma %s"
15909 msgstr ""
15910
15911 #: cp/lex.c:1073
15912 #, c-format
15913 msgid "invalid #pragma %s"
15914 msgstr ""
15915
15916 #: cp/lex.c:1082
15917 msgid "#pragma vtable no longer supported"
15918 msgstr ""
15919
15920 #: cp/lex.c:1159
15921 #, c-format
15922 msgid "#pragma implementation for %s appears after file is included"
15923 msgstr ""
15924
15925 #: cp/lex.c:1184
15926 msgid "junk at end of #pragma GCC java_exceptions"
15927 msgstr ""
15928
15929 #: cp/lex.c:1285
15930 msgid ""
15931 "(Each undeclared identifier is reported only once for each function it "
15932 "appears in.)"
15933 msgstr ""
15934
15935 #: cp/lex.c:1308
15936 #, c-format
15937 msgid "name lookup of `%s' changed"
15938 msgstr ""
15939
15940 #: cp/lex.c:1310
15941 msgid " matches this `%D' under ISO standard rules"
15942 msgstr ""
15943
15944 #: cp/lex.c:1312
15945 msgid " matches this `%D' under old rules"
15946 msgstr ""
15947
15948 #: cp/lex.c:1322 cp/lex.c:1329
15949 #, c-format
15950 msgid "name lookup of `%s' changed for new ISO `for' scoping"
15951 msgstr ""
15952
15953 #: cp/lex.c:1324
15954 msgid " cannot use obsolete binding at `%D' because it has a destructor"
15955 msgstr ""
15956
15957 #: cp/lex.c:1331
15958 msgid " using obsolete binding at `%D'"
15959 msgstr ""
15960
15961 #: cp/mangle.c:1878
15962 msgid "real-valued template parameters when cross-compiling"
15963 msgstr ""
15964
15965 #: cp/method.c:166
15966 msgid "methods cannot be converted to function pointers"
15967 msgstr ""
15968
15969 #: cp/method.c:171
15970 #, c-format
15971 msgid "ambiguous request for method pointer `%s'"
15972 msgstr ""
15973
15974 #: cp/method.c:257
15975 msgid " `%#D' declared here"
15976 msgstr ""
15977
15978 #: cp/pt.c:705
15979 msgid " from definition of `%#D'"
15980 msgstr ""
15981
15982 #: cp/pt.c:951
15983 msgid "%s %+#D"
15984 msgstr ""
15985
15986 #: cp/pt.c:1125
15987 msgid "template-id `%D' for `%+D' does not match any template declaration"
15988 msgstr ""
15989
15990 #: cp/pt.c:1133
15991 msgid "ambiguous template specialization `%D' for `%+D'"
15992 msgstr ""
15993
15994 #: cp/pt.c:1841
15995 msgid "declaration of `%#D'"
15996 msgstr ""
15997
15998 #: cp/pt.c:1842
15999 msgid " shadows template parm `%#D'"
16000 msgstr ""
16001
16002 #: cp/pt.c:2774
16003 msgid "previous declaration `%D'"
16004 msgstr ""
16005
16006 #: cp/pt.c:2791
16007 msgid "template parameter `%#D'"
16008 msgstr ""
16009
16010 #: cp/pt.c:2803
16011 msgid " original definition appeared here"
16012 msgstr ""
16013
16014 #: cp/pt.c:3501
16015 msgid "provided for `%D'"
16016 msgstr ""
16017
16018 #: cp/pt.c:3913
16019 msgid "for template declaration `%D'"
16020 msgstr ""
16021
16022 #: cp/pt.c:4919
16023 msgid "%s %+#T"
16024 msgstr ""
16025
16026 #: cp/pt.c:5940 cp/pt.c:6054
16027 msgid "instantiation of `%D' as type `%T'"
16028 msgstr ""
16029
16030 #: cp/pt.c:6098
16031 msgid "in declaration `%D'"
16032 msgstr ""
16033
16034 #: cp/pt.c:6336
16035 msgid "creating array with size zero"
16036 msgstr ""
16037
16038 #: cp/pt.c:6844
16039 #, c-format
16040 msgid "use of `%s' in template"
16041 msgstr ""
16042
16043 #: cp/pt.c:8048
16044 msgid "incomplete type unification"
16045 msgstr ""
16046
16047 #: cp/pt.c:9002
16048 #, c-format
16049 msgid "use of `%s' in template type unification"
16050 msgstr ""
16051
16052 #: cp/pt.c:9464 cp/pt.c:9601
16053 msgid "explicit specialization here"
16054 msgstr ""
16055
16056 #: cp/repo.c:272
16057 msgid "-frepo must be used with -c"
16058 msgstr ""
16059
16060 #: cp/repo.c:366
16061 #, c-format
16062 msgid "mysterious repository information in %s"
16063 msgstr ""
16064
16065 #: cp/repo.c:381
16066 #, c-format
16067 msgid "can't create repository information file `%s'"
16068 msgstr ""
16069
16070 #: cp/rtti.c:200
16071 msgid "cannot use typeid with -fno-rtti"
16072 msgstr ""
16073
16074 #: cp/rtti.c:206
16075 msgid "must #include <typeinfo> before using typeid"
16076 msgstr ""
16077
16078 #: cp/search.c:1939
16079 msgid "adjusting pointers for covariant returns"
16080 msgstr ""
16081
16082 #: cp/search.c:1943 cp/search.c:1950
16083 msgid "invalid covariant return type for `%#D'"
16084 msgstr ""
16085
16086 #: cp/search.c:1944
16087 msgid " overriding `%#D' (must be pointer or reference to class)"
16088 msgstr ""
16089
16090 #: cp/search.c:1951
16091 msgid " overriding `%#D' (must use pointer or reference)"
16092 msgstr ""
16093
16094 #: cp/search.c:1956
16095 msgid "conflicting return type specified for `%#D'"
16096 msgstr ""
16097
16098 #: cp/search.c:1957
16099 msgid " overriding `%#D'"
16100 msgstr ""
16101
16102 #: cp/search.c:1966
16103 msgid "looser throw specifier for `%#F'"
16104 msgstr ""
16105
16106 #: cp/search.c:1967
16107 msgid " overriding `%#F'"
16108 msgstr ""
16109
16110 #. A static member function cannot match an inherited
16111 #. virtual member function.
16112 #: cp/search.c:2057
16113 msgid "`%#D' cannot be declared"
16114 msgstr ""
16115
16116 #: cp/search.c:2058
16117 msgid " since `%#D' declared in base class"
16118 msgstr ""
16119
16120 #: cp/semantics.c:1056
16121 msgid "ISO C++ does not permit named return values"
16122 msgstr ""
16123
16124 #: cp/semantics.c:1073
16125 msgid "can't redefine default return value for constructors"
16126 msgstr ""
16127
16128 #: cp/semantics.c:1142
16129 msgid " will be re-ordered to precede member initializations"
16130 msgstr ""
16131
16132 #: cp/semantics.c:1406
16133 msgid "`this' is unavailable for static member functions"
16134 msgstr ""
16135
16136 #: cp/semantics.c:1412
16137 msgid "invalid use of `this' in non-member function"
16138 msgstr ""
16139
16140 #: cp/semantics.c:1414
16141 msgid "invalid use of `this' at top level"
16142 msgstr ""
16143
16144 #: cp/semantics.c:1706
16145 msgid "template type parameters must use the keyword `class' or `typename'"
16146 msgstr ""
16147
16148 #: cp/spew.c:248
16149 #, c-format
16150 msgid "identifier name `%s' conflicts with GNU C++ internal naming strategy"
16151 msgstr ""
16152
16153 #: cp/spew.c:352
16154 msgid "parse error"
16155 msgstr ""
16156
16157 #: cp/spew.c:1023 cp/spew.c:1295
16158 msgid "parse error at end of saved function text"
16159 msgstr ""
16160
16161 #: cp/spew.c:1065
16162 msgid "parse error in method specification"
16163 msgstr ""
16164
16165 #: cp/spew.c:1107
16166 msgid "function body for constructor missing"
16167 msgstr ""
16168
16169 #: cp/spew.c:1374
16170 msgid "circular dependency in default args of `%#D'"
16171 msgstr ""
16172
16173 #: cp/spew.c:1480
16174 #, c-format
16175 msgid "%s at end of input"
16176 msgstr ""
16177
16178 #: cp/spew.c:1486
16179 #, c-format
16180 msgid "%s before %s'%c'"
16181 msgstr ""
16182
16183 #: cp/spew.c:1488
16184 #, c-format
16185 msgid "%s before %s'\\x%x'"
16186 msgstr ""
16187
16188 #: cp/spew.c:1492
16189 #, c-format
16190 msgid "%s before string constant"
16191 msgstr ""
16192
16193 #: cp/spew.c:1494
16194 #, c-format
16195 msgid "%s before numeric constant"
16196 msgstr ""
16197
16198 #: cp/spew.c:1498
16199 #, c-format
16200 msgid "%s before `%s'"
16201 msgstr ""
16202
16203 #: cp/spew.c:1500
16204 #, c-format
16205 msgid "%s before `%c'"
16206 msgstr ""
16207
16208 #: cp/spew.c:1502
16209 #, c-format
16210 msgid "%s before `\\%o'"
16211 msgstr ""
16212
16213 #: cp/spew.c:1505
16214 #, c-format
16215 msgid "%s before `%s' token"
16216 msgstr ""
16217
16218 #: cp/tree.c:224
16219 #, c-format
16220 msgid "non-lvalue in %s"
16221 msgstr ""
16222
16223 #: cp/tree.c:1918
16224 #, c-format
16225 msgid "`%s' attribute can only be applied to Java class definitions"
16226 msgstr ""
16227
16228 #: cp/tree.c:1948
16229 #, c-format
16230 msgid "`%s' attribute can only be applied to class definitions"
16231 msgstr ""
16232
16233 #: cp/tree.c:1954
16234 #, c-format
16235 msgid "`%s' is obsolete; g++ vtables are now COM-compatible by default"
16236 msgstr ""
16237
16238 #: cp/tree.c:1979
16239 msgid "requested init_priority is not an integer constant"
16240 msgstr ""
16241
16242 #: cp/tree.c:2000
16243 #, c-format
16244 msgid ""
16245 "can only use `%s' attribute on file-scope definitions of objects of class "
16246 "type"
16247 msgstr ""
16248
16249 #: cp/tree.c:2008
16250 msgid "requested init_priority is out of range"
16251 msgstr ""
16252
16253 #: cp/tree.c:2018
16254 msgid "requested init_priority is reserved for internal use"
16255 msgstr ""
16256
16257 #: cp/tree.c:2028
16258 #, c-format
16259 msgid "`%s' attribute is not supported on this platform"
16260 msgstr ""
16261
16262 #: cp/typeck.c:485
16263 #, c-format
16264 msgid ""
16265 "ISO C++ forbids %s between pointer of type `void *' and pointer-to-function"
16266 msgstr ""
16267
16268 #: cp/typeck.c:1560
16269 msgid "ISO C++ forbids applying `sizeof' to a function type"
16270 msgstr ""
16271
16272 #: cp/typeck.c:1566
16273 msgid "ISO C++ forbids applying `sizeof' to a member function"
16274 msgstr ""
16275
16276 #: cp/typeck.c:1572
16277 msgid ""
16278 "ISO C++ forbids applying `sizeof' to type `void' which is an incomplete type"
16279 msgstr ""
16280
16281 #: cp/typeck.c:1621
16282 msgid "sizeof applied to a bit-field"
16283 msgstr ""
16284
16285 #: cp/typeck.c:1624
16286 msgid "ISO C++ forbids applying `sizeof' to an expression of function type"
16287 msgstr ""
16288
16289 #: cp/typeck.c:2214
16290 msgid "invalid reference to NULL ptr, use ptr-to-member instead"
16291 msgstr ""
16292
16293 #: cp/typeck.c:2368
16294 #, c-format
16295 msgid "invalid use of `%s' on pointer to member"
16296 msgstr ""
16297
16298 #: cp/typeck.c:2374
16299 msgid "invalid type argument"
16300 msgstr ""
16301
16302 #: cp/typeck.c:2477
16303 msgid "ISO C++ forbids subscripting non-lvalue array"
16304 msgstr ""
16305
16306 #: cp/typeck.c:2488
16307 msgid "subscripting array declared `register'"
16308 msgstr ""
16309
16310 #: cp/typeck.c:2663 cp/typeck.c:2803
16311 msgid "pointer to member function called, but not in class scope"
16312 msgstr ""
16313
16314 #: cp/typeck.c:2801
16315 msgid ""
16316 "invalid call to member function needing `this' in static member function "
16317 "scope"
16318 msgstr ""
16319
16320 #: cp/typeck.c:2979
16321 msgid "ISO C++ forbids calling `::main' from within program"
16322 msgstr ""
16323
16324 #: cp/typeck.c:3142
16325 msgid "too many arguments to %s `%+#D'"
16326 msgstr ""
16327
16328 #: cp/typeck.c:3183
16329 msgid "parameter type of called function is incomplete"
16330 msgstr ""
16331
16332 #: cp/typeck.c:3250
16333 msgid "too few arguments to %s `%+#D'"
16334 msgstr ""
16335
16336 #: cp/typeck.c:3587
16337 #, c-format
16338 msgid "%s rotate count is negative"
16339 msgstr ""
16340
16341 #: cp/typeck.c:3590
16342 #, c-format
16343 msgid "%s rotate count >= width of type"
16344 msgstr ""
16345
16346 #: cp/typeck.c:3621 cp/typeck.c:3626 cp/typeck.c:3717 cp/typeck.c:3722
16347 msgid "ISO C++ forbids comparison between pointer and integer"
16348 msgstr ""
16349
16350 #: cp/typeck.c:3938
16351 msgid "comparison between signed and unsigned integer expressions"
16352 msgstr ""
16353
16354 #: cp/typeck.c:4077
16355 msgid "ISO C++ forbids using pointer of type `void *' in pointer arithmetic"
16356 msgstr ""
16357
16358 #: cp/typeck.c:4083
16359 msgid "ISO C++ forbids using a pointer-to-function in pointer arithmetic"
16360 msgstr ""
16361
16362 #: cp/typeck.c:4089
16363 msgid ""
16364 "ISO C++ forbids using a pointer to member function in pointer arithmetic"
16365 msgstr ""
16366
16367 #: cp/typeck.c:4095
16368 msgid "ISO C++ forbids using pointer to a member in pointer arithmetic"
16369 msgstr ""
16370
16371 #: cp/typeck.c:4166
16372 msgid "ISO C++ forbids using pointer of type `void *' in subtraction"
16373 msgstr ""
16374
16375 #: cp/typeck.c:4168
16376 msgid "ISO C++ forbids using pointer to a function in subtraction"
16377 msgstr ""
16378
16379 #: cp/typeck.c:4170
16380 msgid "ISO C++ forbids using pointer to a method in subtraction"
16381 msgstr ""
16382
16383 #: cp/typeck.c:4172
16384 msgid "ISO C++ forbids using pointer to a member in subtraction"
16385 msgstr ""
16386
16387 #: cp/typeck.c:4184
16388 msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
16389 msgstr ""
16390
16391 #: cp/typeck.c:4289
16392 msgid "taking address of temporary"
16393 msgstr ""
16394
16395 #: cp/typeck.c:4491
16396 #, c-format
16397 msgid "ISO C++ forbids %sing an enum"
16398 msgstr ""
16399
16400 #: cp/typeck.c:4535
16401 msgid "cast to non-reference type used as lvalue"
16402 msgstr ""
16403
16404 #. ARM $3.4
16405 #: cp/typeck.c:4602
16406 msgid "ISO C++ forbids taking address of function `::main'"
16407 msgstr ""
16408
16409 #: cp/typeck.c:4695
16410 msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
16411 msgstr ""
16412
16413 #: cp/typeck.c:4711
16414 msgid "unary `&'"
16415 msgstr ""
16416
16417 #: cp/typeck.c:4912
16418 msgid "cannot take the address of `this', which is an rvalue expression"
16419 msgstr ""
16420
16421 #: cp/typeck.c:5221
16422 msgid ""
16423 "ISO C++ forbids casting between pointer-to-function and pointer-to-object"
16424 msgstr ""
16425
16426 #: cp/typeck.c:5671
16427 msgid "ISO C++ forbids cast to non-reference type used as lvalue"
16428 msgstr ""
16429
16430 #: cp/typeck.c:5777
16431 msgid "ISO C++ forbids assignment of arrays"
16432 msgstr ""
16433
16434 #: cp/typeck.c:5792
16435 msgid "return value from function receives multiple initializations"
16436 msgstr ""
16437
16438 #: cp/typeck.c:5935
16439 msgid " in pointer to member function conversion"
16440 msgstr ""
16441
16442 #: cp/typeck.c:5943
16443 msgid " in pointer to member conversion"
16444 msgstr ""
16445
16446 #: cp/typeck.c:6416 cp/typeck.c:6418
16447 msgid "in passing argument %P of `%+D'"
16448 msgstr ""
16449
16450 #: cp/typeck.c:6532
16451 msgid "returning reference to temporary"
16452 msgstr ""
16453
16454 #: cp/typeck.c:6539
16455 msgid "reference to non-lvalue returned"
16456 msgstr ""
16457
16458 #: cp/typeck.c:6551
16459 msgid "reference to local variable `%D' returned"
16460 msgstr ""
16461
16462 #: cp/typeck.c:6554
16463 msgid "address of local variable `%D' returned"
16464 msgstr ""
16465
16466 #: cp/typeck.c:6585
16467 msgid "returning a value from a destructor"
16468 msgstr ""
16469
16470 #. If a return statement appears in a handler of the
16471 #. function-try-block of a constructor, the program is ill-formed.
16472 #: cp/typeck.c:6593
16473 msgid "cannot return from a handler of a function-try-block of a constructor"
16474 msgstr ""
16475
16476 #. You can't return a value from a constructor.
16477 #: cp/typeck.c:6596
16478 msgid "returning a value from a constructor"
16479 msgstr ""
16480
16481 #: cp/typeck.c:6613
16482 msgid ""
16483 "return-statement with no value, in function declared with a non-void return "
16484 "type"
16485 msgstr ""
16486
16487 #: cp/typeck.c:6629
16488 msgid ""
16489 "return-statement with a value, in function declared with a void return type"
16490 msgstr ""
16491
16492 #: cp/typeck2.c:177
16493 msgid " because the following virtual functions are abstract:"
16494 msgstr ""
16495
16496 #: cp/typeck2.c:179
16497 msgid "\t%#D"
16498 msgstr ""
16499
16500 #: cp/typeck2.c:205
16501 msgid "`%D' has incomplete type"
16502 msgstr ""
16503
16504 #: cp/typeck2.c:218
16505 msgid "forward declaration of `%#T'"
16506 msgstr ""
16507
16508 #: cp/typeck2.c:274
16509 #, c-format
16510 msgid "Internal error #%d."
16511 msgstr ""
16512
16513 #: cp/typeck2.c:339
16514 msgid "initializer list construction invalid for derived class object `%D'"
16515 msgstr ""
16516
16517 #: cp/typeck2.c:341
16518 msgid "initializer list construction invalid for polymorphic class object `%D'"
16519 msgstr ""
16520
16521 #: cp/typeck2.c:344 cp/typeck2.c:350 cp/typeck2.c:356
16522 msgid "initializer list construction invalid for `%D'"
16523 msgstr ""
16524
16525 #: cp/typeck2.c:345
16526 msgid "due to the presence of a constructor"
16527 msgstr ""
16528
16529 #: cp/typeck2.c:351 cp/typeck2.c:357
16530 msgid "due to non-public access of member `%D'"
16531 msgstr ""
16532
16533 #: cp/typeck2.c:369
16534 msgid "comma expression used to initialize return value"
16535 msgstr ""
16536
16537 #: cp/typeck2.c:378
16538 msgid "cannot initialize arrays using this syntax"
16539 msgstr ""
16540
16541 #: cp/typeck2.c:440
16542 msgid "ANSI C++ forbids non-constant aggregate initializer expressions"
16543 msgstr ""
16544
16545 #: cp/typeck2.c:520
16546 msgid "initializing array with parameter list"
16547 msgstr ""
16548
16549 #: cp/typeck2.c:576
16550 msgid "initializer for scalar variable requires one element"
16551 msgstr ""
16552
16553 #: cp/typeck2.c:674
16554 msgid "aggregate has a partly bracketed initializer"
16555 msgstr ""
16556
16557 #: cp/typeck2.c:704 cp/typeck2.c:805
16558 msgid "non-trivial labeled initializers"
16559 msgstr ""
16560
16561 #: cp/typeck2.c:721
16562 msgid "non-empty initializer for array of empty elements"
16563 msgstr ""
16564
16565 #: cp/typeck2.c:771
16566 msgid "initializer list for object of class with virtual base classes"
16567 msgstr ""
16568
16569 #: cp/typeck2.c:777
16570 msgid "initializer list for object of class with base classes"
16571 msgstr ""
16572
16573 #: cp/typeck2.c:783
16574 msgid "initializer list for object using virtual functions"
16575 msgstr ""
16576
16577 #: cp/typeck2.c:900
16578 msgid "index value instead of field name in union initializer"
16579 msgstr ""
16580
16581 #: cp/typeck2.c:956
16582 msgid "excess elements in aggregate initializer"
16583 msgstr ""
16584
16585 #: cp/typeck2.c:1054
16586 msgid "circular pointer delegation detected"
16587 msgstr ""
16588
16589 #: cp/typeck2.c:1081
16590 msgid "result of `operator->()' yields non-pointer result"
16591 msgstr ""
16592
16593 #: cp/typeck2.c:1083
16594 msgid "base operand of `->' is not a pointer"
16595 msgstr ""
16596
16597 #: cp/typeck2.c:1273
16598 #, c-format
16599 msgid "ISO C++ forbids defining types within %s"
16600 msgstr ""
16601
16602 #: cp/xref.c:826
16603 #, c-format
16604 msgid "Can't create cross-reference file `%s'"
16605 msgstr ""
16606
16607 #: f/com.c:11599
16608 msgid "no INTEGER type can hold a pointer on this configuration"
16609 msgstr ""
16610
16611 #: f/com.c:11824
16612 #, c-format
16613 msgid "configuration: REAL, INTEGER, and LOGICAL are %d bits wide,"
16614 msgstr ""
16615
16616 #: f/com.c:11826
16617 #, c-format
16618 msgid "and pointers are %d bits wide, but g77 doesn't yet work"
16619 msgstr ""
16620
16621 #: f/com.c:11828
16622 msgid "properly unless they all are 32 bits wide."
16623 msgstr ""
16624
16625 #: f/com.c:11829
16626 msgid "Please keep this in mind before you report bugs. g77 should"
16627 msgstr ""
16628
16629 #: f/com.c:11830
16630 msgid "support non-32-bit machines better as of version 0.6."
16631 msgstr ""
16632
16633 #. I/O will probably crash.
16634 #: f/com.c:11838
16635 #, c-format
16636 msgid "configuration: char * holds %d bits, but ftnlen only %d"
16637 msgstr ""
16638
16639 #. ASSIGN 10 TO I will crash.
16640 #: f/com.c:11847
16641 #, c-format
16642 msgid ""
16643 "configuration: char * holds %d bits, but INTEGER only %d --\n"
16644 " ASSIGN statement might fail"
16645 msgstr ""
16646
16647 #: f/com.c:15678
16648 msgid "Directory name must immediately follow -I"
16649 msgstr ""
16650
16651 #: f/g77spec.c:254
16652 #, c-format
16653 msgid "overflowed output arg list for `%s'"
16654 msgstr ""
16655
16656 #: f/g77spec.c:443
16657 msgid "--driver no longer supported"
16658 msgstr ""
16659
16660 #: f/g77spec.c:457
16661 #, c-format
16662 msgid "argument to `%s' missing"
16663 msgstr ""
16664
16665 #: f/g77spec.c:461
16666 msgid "No input files; unwilling to write output files"
16667 msgstr ""
16668
16669 #: f/lang-options.h:33
16670 msgid "Print g77-specific compiler version info, run internal tests"
16671 msgstr ""
16672
16673 #: f/lang-options.h:38
16674 msgid "Program is written in typical FORTRAN 66 dialect"
16675 msgstr ""
16676
16677 #: f/lang-options.h:41
16678 msgid "Program is written in typical Unix f77 dialect"
16679 msgstr ""
16680
16681 #: f/lang-options.h:43
16682 msgid "Program does not use Unix-f77 dialectal features"
16683 msgstr ""
16684
16685 #: f/lang-options.h:45
16686 msgid "Program is written in Fortran-90-ish dialect"
16687 msgstr ""
16688
16689 #: f/lang-options.h:49
16690 msgid ""
16691 "Treat local vars and COMMON blocks as if they were named in SAVE statements"
16692 msgstr ""
16693
16694 #: f/lang-options.h:51
16695 msgid "Allow $ in symbol names"
16696 msgstr ""
16697
16698 #: f/lang-options.h:55
16699 msgid "f2c-compatible code need not be generated"
16700 msgstr ""
16701
16702 #: f/lang-options.h:58
16703 msgid "Unsupported; do not generate libf2c-calling code"
16704 msgstr ""
16705
16706 #: f/lang-options.h:60
16707 msgid "Unsupported; affects code-generation of arrays"
16708 msgstr ""
16709
16710 #: f/lang-options.h:63
16711 msgid "Program is written in Fortran-90-ish free form"
16712 msgstr ""
16713
16714 #: f/lang-options.h:68
16715 msgid "Warn about use of (only a few for now) Fortran extensions"
16716 msgstr ""
16717
16718 #: f/lang-options.h:71
16719 msgid "Program is written in VXT (Digital-like) FORTRAN"
16720 msgstr ""
16721
16722 #: f/lang-options.h:74
16723 msgid "Disallow all ugly features"
16724 msgstr ""
16725
16726 #: f/lang-options.h:77
16727 msgid "Hollerith and typeless constants not passed as arguments"
16728 msgstr ""
16729
16730 #: f/lang-options.h:79
16731 msgid "Allow ordinary copying of ASSIGN'ed vars"
16732 msgstr ""
16733
16734 #: f/lang-options.h:82
16735 msgid "Dummy array dimensioned to (1) is assumed-size"
16736 msgstr ""
16737
16738 #: f/lang-options.h:85
16739 msgid "Trailing comma in procedure call denotes null argument"
16740 msgstr ""
16741
16742 #: f/lang-options.h:88
16743 msgid "Allow REAL(Z) and AIMAG(Z) given DOUBLE COMPLEX Z"
16744 msgstr ""
16745
16746 #: f/lang-options.h:92
16747 msgid "Initialization via DATA and PARAMETER is type-compatible"
16748 msgstr ""
16749
16750 #: f/lang-options.h:94
16751 msgid "Allow INTEGER and LOGICAL interchangeability"
16752 msgstr ""
16753
16754 #: f/lang-options.h:97
16755 msgid "Print internal debugging-related info"
16756 msgstr ""
16757
16758 #: f/lang-options.h:100
16759 msgid "Initialize local vars and arrays to zero"
16760 msgstr ""
16761
16762 #: f/lang-options.h:104
16763 msgid "Backslashes in character/hollerith constants not special (C-style)"
16764 msgstr ""
16765
16766 #: f/lang-options.h:106
16767 msgid "Have front end emulate COMPLEX arithmetic to avoid bugs"
16768 msgstr ""
16769
16770 #: f/lang-options.h:110
16771 msgid "Disable the appending of underscores to externals"
16772 msgstr ""
16773
16774 #: f/lang-options.h:113
16775 msgid "Never append a second underscore to externals"
16776 msgstr ""
16777
16778 #: f/lang-options.h:115
16779 msgid "Intrinsics spelled as e.g. SqRt"
16780 msgstr ""
16781
16782 #: f/lang-options.h:117
16783 msgid "Intrinsics in uppercase"
16784 msgstr ""
16785
16786 #: f/lang-options.h:120
16787 msgid "Intrinsics letters in arbitrary cases"
16788 msgstr ""
16789
16790 #: f/lang-options.h:122
16791 msgid "Language keywords spelled as e.g. IOStat"
16792 msgstr ""
16793
16794 #: f/lang-options.h:124
16795 msgid "Language keywords in uppercase"
16796 msgstr ""
16797
16798 #: f/lang-options.h:127
16799 msgid "Language keyword letters in arbitrary cases"
16800 msgstr ""
16801
16802 #: f/lang-options.h:129
16803 msgid "Internally convert most source to uppercase"
16804 msgstr ""
16805
16806 #: f/lang-options.h:132
16807 msgid "Internally preserve source case"
16808 msgstr ""
16809
16810 #: f/lang-options.h:134
16811 msgid "Symbol names spelled in mixed case"
16812 msgstr ""
16813
16814 #: f/lang-options.h:136
16815 msgid "Symbol names in uppercase"
16816 msgstr ""
16817
16818 #: f/lang-options.h:138
16819 msgid "Symbol names in lowercase"
16820 msgstr ""
16821
16822 #: f/lang-options.h:141
16823 msgid "Program written in uppercase"
16824 msgstr ""
16825
16826 #: f/lang-options.h:143
16827 msgid "Program written in lowercase"
16828 msgstr ""
16829
16830 #: f/lang-options.h:145
16831 msgid "Program written in strict mixed-case"
16832 msgstr ""
16833
16834 #: f/lang-options.h:147
16835 msgid "Compile as if program written in uppercase"
16836 msgstr ""
16837
16838 #: f/lang-options.h:149
16839 msgid "Compile as if program written in lowercase"
16840 msgstr ""
16841
16842 #: f/lang-options.h:151
16843 msgid "Preserve all spelling (case) used in program"
16844 msgstr ""
16845
16846 #: f/lang-options.h:153
16847 msgid "Delete libU77 intrinsics with bad interfaces"
16848 msgstr ""
16849
16850 #: f/lang-options.h:155
16851 msgid "Disable libU77 intrinsics with bad interfaces"
16852 msgstr ""
16853
16854 #: f/lang-options.h:158
16855 msgid "Hide libU77 intrinsics with bad interfaces"
16856 msgstr ""
16857
16858 #: f/lang-options.h:160
16859 msgid "Delete non-FORTRAN-77 intrinsics f2c supports"
16860 msgstr ""
16861
16862 #: f/lang-options.h:162
16863 msgid "Disable non-FORTRAN-77 intrinsics f2c supports"
16864 msgstr ""
16865
16866 #: f/lang-options.h:165
16867 msgid "Hide non-FORTRAN-77 intrinsics f2c supports"
16868 msgstr ""
16869
16870 #: f/lang-options.h:167
16871 msgid "Delete non-FORTRAN-77 intrinsics F90 supports"
16872 msgstr ""
16873
16874 #: f/lang-options.h:169
16875 msgid "Disable non-FORTRAN-77 intrinsics F90 supports"
16876 msgstr ""
16877
16878 #: f/lang-options.h:172
16879 msgid "Hide non-FORTRAN-77 intrinsics F90 supports"
16880 msgstr ""
16881
16882 #: f/lang-options.h:174
16883 msgid "Delete non-FORTRAN-77 intrinsics g77 supports"
16884 msgstr ""
16885
16886 #: f/lang-options.h:176
16887 msgid "Disable non-FORTRAN 77 intrinsics F90 supports"
16888 msgstr ""
16889
16890 #: f/lang-options.h:179
16891 msgid "Hide non-FORTRAN 77 intrinsics F90 supports"
16892 msgstr ""
16893
16894 #: f/lang-options.h:181
16895 msgid "Delete MIL-STD 1753 intrinsics"
16896 msgstr ""
16897
16898 #: f/lang-options.h:183
16899 msgid "Disable MIL-STD 1753 intrinsics"
16900 msgstr ""
16901
16902 #: f/lang-options.h:186
16903 msgid "Hide MIL-STD 1753 intrinsics"
16904 msgstr ""
16905
16906 #: f/lang-options.h:188
16907 msgid "Delete libU77 intrinsics"
16908 msgstr ""
16909
16910 #: f/lang-options.h:190
16911 msgid "Disable libU77 intrinsics"
16912 msgstr ""
16913
16914 #: f/lang-options.h:193
16915 msgid "Hide libU77 intrinsics"
16916 msgstr ""
16917
16918 #: f/lang-options.h:195
16919 msgid "Delete non-FORTRAN-77 intrinsics VXT FORTRAN supports"
16920 msgstr ""
16921
16922 #: f/lang-options.h:197
16923 msgid "Disable non-FORTRAN-77 intrinsics VXT FORTRAN supports"
16924 msgstr ""
16925
16926 #: f/lang-options.h:200
16927 msgid "Hide non-FORTRAN-77 intrinsics VXT FORTRAN supports"
16928 msgstr ""
16929
16930 #: f/lang-options.h:202
16931 msgid "Treat initial values of 0 like non-zero values"
16932 msgstr ""
16933
16934 #: f/lang-options.h:205
16935 msgid ""
16936 "Emit special debugging information for COMMON and EQUIVALENCE (disabled)"
16937 msgstr ""
16938
16939 #: f/lang-options.h:208
16940 msgid "Take at least one trip through each iterative DO loop"
16941 msgstr ""
16942
16943 #: f/lang-options.h:212
16944 msgid "Print names of program units as they are compiled"
16945 msgstr ""
16946
16947 #: f/lang-options.h:215
16948 msgid "Disable fatal diagnostics about inter-procedural problems"
16949 msgstr ""
16950
16951 #: f/lang-options.h:217
16952 msgid "Make prefix-radix non-decimal constants be typeless"
16953 msgstr ""
16954
16955 #: f/lang-options.h:220
16956 msgid "Generate code to check subscript and substring bounds"
16957 msgstr ""
16958
16959 #: f/lang-options.h:223
16960 msgid "Fortran-specific form of -fbounds-check"
16961 msgstr ""
16962
16963 #: f/lang-options.h:227
16964 msgid "Disable warnings about inter-procedural problems"
16965 msgstr ""
16966
16967 #: f/lang-options.h:231
16968 msgid "Warn about constructs with surprising meanings"
16969 msgstr ""
16970
16971 #: f/lang-options.h:236
16972 msgid "Add a directory for INCLUDE searching"
16973 msgstr ""
16974
16975 #: f/lang-options.h:238
16976 msgid "Set the maximum line length"
16977 msgstr ""
16978
16979 #: f/lex.c:589
16980 msgid "the meaning of `\\x' varies with -traditional"
16981 msgstr ""
16982
16983 #: f/lex.c:632
16984 msgid "hex escape out of range"
16985 msgstr ""
16986
16987 #: f/lex.c:678
16988 msgid "the meaning of `\\a' varies with -traditional"
16989 msgstr ""
16990
16991 #: f/lex.c:694
16992 #, c-format
16993 msgid "non-ANSI-standard escape sequence, `\\%c'"
16994 msgstr ""
16995
16996 #: f/lex.c:707
16997 #, c-format
16998 msgid "non-ANSI escape sequence `\\%c'"
16999 msgstr ""
17000
17001 #: f/lex.c:711
17002 #, c-format
17003 msgid "unknown escape sequence `\\%c'"
17004 msgstr ""
17005
17006 #: f/lex.c:713
17007 #, c-format
17008 msgid "unknown escape sequence: `\\' followed by char code 0x%x"
17009 msgstr ""
17010
17011 #: f/lex.c:790
17012 msgid "Badly formed directive -- no closing quote"
17013 msgstr ""
17014
17015 #: f/lex.c:1010
17016 msgid "Bad directive -- missing close-quote"
17017 msgstr ""
17018
17019 #: f/lex.c:1124
17020 #, c-format
17021 msgid "ignoring pragma: %s"
17022 msgstr ""
17023
17024 #: f/lex.c:1331 f/lex.c:1375
17025 msgid "Use `#line ...' instead of `# ...' in first line"
17026 msgstr ""
17027
17028 #: f/ste.c:1404 f/ste.c:1755
17029 msgid "ASSIGNed FORMAT specifier is too small"
17030 msgstr ""
17031
17032 #: f/ste.c:2964
17033 msgid "ASSIGN to variable that is too small"
17034 msgstr ""
17035
17036 #: f/ste.c:2992
17037 msgid "ASSIGNed GOTO target variable is too small"
17038 msgstr ""
17039
17040 #: f/top.c:241
17041 #, c-format
17042 msgid "%s no longer supported -- try -fvxt"
17043 msgstr ""
17044
17045 #: f/top.c:243
17046 #, c-format
17047 msgid "%s no longer supported -- try -fno-vxt -ff90"
17048 msgstr ""
17049
17050 #: f/top.c:311 f/top.c:313
17051 #, c-format
17052 msgid "%s disabled, use normal debugging flags"
17053 msgstr ""
17054
17055 #: java/check-init.c:741
17056 #, c-format
17057 msgid "internal error in check-init: tree code not implemented: %s"
17058 msgstr ""
17059
17060 #: java/class.c:564 java/class.c:589
17061 msgid "internal error - too many interface type"
17062 msgstr ""
17063
17064 #: java/class.c:735
17065 msgid "bad method signature"
17066 msgstr ""
17067
17068 #: java/class.c:780
17069 msgid "misplaced ConstantValue attribute (not in any field)"
17070 msgstr ""
17071
17072 #: java/class.c:782
17073 #, c-format
17074 msgid "duplicate ConstanValue atribute for field '%s'"
17075 msgstr ""
17076
17077 #: java/class.c:793
17078 #, c-format
17079 msgid "ConstantValue attribute of field '%s' has wrong type"
17080 msgstr ""
17081
17082 #: java/class.c:1138
17083 #, c-format
17084 msgid "field '%s' not found in class"
17085 msgstr ""
17086
17087 #: java/class.c:1387
17088 msgid "abstract method in non-abstract class"
17089 msgstr ""
17090
17091 #: java/class.c:2047
17092 #, c-format
17093 msgid "non-static method '%s' overrides static method"
17094 msgstr ""
17095
17096 #: java/decl.c:1483
17097 #, c-format
17098 msgid "In %s: overlapped variable and exception ranges at %d"
17099 msgstr ""
17100
17101 #: java/decl.c:1571
17102 msgid "bad type in parameter debug info"
17103 msgstr ""
17104
17105 #: java/decl.c:1581
17106 #, c-format
17107 msgid "bad PC range for debug info for local `%s'"
17108 msgstr ""
17109
17110 #: java/expr.c:549
17111 msgid "stack underflow - dup* operation"
17112 msgstr ""
17113
17114 #: java/expr.c:1477
17115 #, c-format
17116 msgid ""
17117 "reference `%s' is ambiguous: appears in interface `%s' and interface `%s'"
17118 msgstr ""
17119
17120 #: java/expr.c:1506
17121 #, c-format
17122 msgid "field `%s' not found"
17123 msgstr ""
17124
17125 #: java/expr.c:1657
17126 msgid "ret instruction not implemented"
17127 msgstr ""
17128
17129 #: java/expr.c:1793
17130 #, c-format
17131 msgid "method '%s' not found in class"
17132 msgstr ""
17133
17134 #: java/expr.c:1938
17135 #, c-format
17136 msgid "failed to find class '%s'"
17137 msgstr ""
17138
17139 #: java/expr.c:1950
17140 #, c-format
17141 msgid "Class '%s' has no method named '%s' matching signature '%s'"
17142 msgstr ""
17143
17144 #: java/expr.c:1960
17145 msgid "invokestatic on non static method"
17146 msgstr ""
17147
17148 #: java/expr.c:1965
17149 msgid "invokestatic on abstract method"
17150 msgstr ""
17151
17152 #: java/expr.c:1973
17153 msgid "invoke[non-static] on static method"
17154 msgstr ""
17155
17156 #: java/expr.c:2250
17157 #, c-format
17158 msgid "Missing field '%s' in '%s'"
17159 msgstr ""
17160
17161 #: java/expr.c:2256
17162 #, c-format
17163 msgid "Mismatching signature for field '%s' in '%s'"
17164 msgstr ""
17165
17166 #: java/expr.c:2279
17167 #, c-format
17168 msgid "assignment to final field `%s' not in field's class"
17169 msgstr ""
17170
17171 #: java/expr.c:2284
17172 #, c-format
17173 msgid "assignment to final static field `%s' not in class initializer"
17174 msgstr ""
17175
17176 #: java/expr.c:2291
17177 #, c-format
17178 msgid "assignment to final field `%s' not in constructor"
17179 msgstr ""
17180
17181 #: java/expr.c:2529
17182 #, c-format
17183 msgid "Can't expand %s"
17184 msgstr ""
17185
17186 #: java/expr.c:2705
17187 msgid "invalid PC in line number table"
17188 msgstr ""
17189
17190 #. We've just reached the end of a region of dead code.
17191 #: java/expr.c:2750
17192 #, c-format
17193 msgid "Unreachable bytecode from %d to before %d."
17194 msgstr ""
17195
17196 #. We've just reached the end of a region of dead code.
17197 #: java/expr.c:2787
17198 #, c-format
17199 msgid "Unreachable bytecode from %d to the end of the method."
17200 msgstr ""
17201
17202 #. duplicate code from LOAD macro
17203 #: java/expr.c:3106
17204 msgid "unrecogized wide sub-instruction"
17205 msgstr ""
17206
17207 #: java/jcf-io.c:410
17208 #, c-format
17209 msgid ""
17210 "Source file for class `%s' is newer than its matching class file. Source "
17211 "file `%s' used instead"
17212 msgstr ""
17213
17214 #: java/jcf-parse.c:378
17215 msgid "bad string constant"
17216 msgstr ""
17217
17218 #: java/jcf-parse.c:434
17219 #, c-format
17220 msgid "bad value constant type %d, index %d"
17221 msgstr ""
17222
17223 #: java/jcf-parse.c:692
17224 #, c-format
17225 msgid "Cannot find file for class %s."
17226 msgstr ""
17227
17228 #: java/jcf-parse.c:704
17229 msgid "not a valid Java .class file"
17230 msgstr ""
17231
17232 #: java/jcf-parse.c:707
17233 msgid "error while parsing constant pool"
17234 msgstr ""
17235
17236 #: java/jcf-parse.c:710
17237 #, c-format
17238 msgid "error in constant pool entry #%d\n"
17239 msgstr ""
17240
17241 #. FIXME - where was first time
17242 #: java/jcf-parse.c:722
17243 #, c-format
17244 msgid "reading class %s for the second time from %s"
17245 msgstr ""
17246
17247 #: java/jcf-parse.c:740
17248 msgid "error while parsing fields"
17249 msgstr ""
17250
17251 #: java/jcf-parse.c:743
17252 msgid "error while parsing methods"
17253 msgstr ""
17254
17255 #: java/jcf-parse.c:746
17256 msgid "error while parsing final attributes"
17257 msgstr ""
17258
17259 #: java/jcf-parse.c:760
17260 #, c-format
17261 msgid ""
17262 "The `java.lang.Object' that was found in `%s' didn't have the special zero-"
17263 "length `gnu.gcj.gcj-compiled' attribute. This generally means that your "
17264 "classpath is incorrect set. Use `info gcj \"Input Options\"' to see the info "
17265 "page describing how to set the classpath."
17266 msgstr ""
17267
17268 #: java/jcf-parse.c:845
17269 msgid "missing Code attribute"
17270 msgstr ""
17271
17272 #: java/jcf-parse.c:1070
17273 msgid "source file seen twice on command line and will be compiled only once."
17274 msgstr ""
17275
17276 #: java/jcf-parse.c:1086
17277 msgid "no input file specified"
17278 msgstr ""
17279
17280 #: java/jcf-parse.c:1118
17281 #, c-format
17282 msgid "can't close input file %s"
17283 msgstr ""
17284
17285 #: java/jcf-parse.c:1155
17286 #, c-format
17287 msgid "bad zip/jar file %s"
17288 msgstr ""
17289
17290 #: java/jcf-write.c:2588
17291 #, c-format
17292 msgid ""
17293 "internal error in generate_bytecode_insn - tree code not implemented: %s"
17294 msgstr ""
17295
17296 #: java/jcf-write.c:2895
17297 msgid "field initializer type mismatch."
17298 msgstr ""
17299
17300 #: java/jcf-write.c:3304
17301 #, c-format
17302 msgid "can't create directory %s"
17303 msgstr ""
17304
17305 #: java/jcf-write.c:3331
17306 #, c-format
17307 msgid "can't to open %s"
17308 msgstr ""
17309
17310 #: java/jv-scan.c:183
17311 msgid "Only one of `--print-main', `--list-class', and `--complexity' allowed"
17312 msgstr ""
17313
17314 #: java/jv-scan.c:186
17315 #, c-format
17316 msgid "Can't open output file `%s'"
17317 msgstr ""
17318
17319 #: java/jv-scan.c:222
17320 #, c-format
17321 msgid "File not found `%s'"
17322 msgstr ""
17323
17324 #: java/jvspec.c:383
17325 msgid "can't specify `-D' without `--main'\n"
17326 msgstr ""
17327
17328 #: java/jvspec.c:389
17329 msgid "-R requires -o"
17330 msgstr ""
17331
17332 #: java/jvspec.c:396
17333 msgid "Warning: already-compiled .class files ignored with -C"
17334 msgstr ""
17335
17336 #: java/jvspec.c:403
17337 msgid "cannot specify both -C and -o"
17338 msgstr ""
17339
17340 #: java/jvspec.c:415
17341 msgid "cannot create temporary file"
17342 msgstr ""
17343
17344 #: java/jvspec.c:443
17345 msgid "using both @FILE with multiple files not implemented"
17346 msgstr ""
17347
17348 #: java/jvspec.c:500
17349 msgid "cannot specify `main' class when not linking"
17350 msgstr ""
17351
17352 #: java/lang-options.h:32
17353 msgid "Disable automatic array bounds checking"
17354 msgstr ""
17355
17356 #: java/lang-options.h:34
17357 msgid "Assume native functions are implemented using JNI"
17358 msgstr ""
17359
17360 #: java/lang-options.h:36
17361 msgid "Set class path and suppress system path"
17362 msgstr ""
17363
17364 #: java/lang-options.h:38
17365 msgid "Set class path"
17366 msgstr ""
17367
17368 #: java/lang-options.h:40
17369 msgid "Choose class whose main method should be used"
17370 msgstr ""
17371
17372 #: java/lang-options.h:42
17373 msgid "Choose input encoding (default comes from locale)"
17374 msgstr ""
17375
17376 #: java/lang-options.h:44
17377 msgid "Add directory to class path"
17378 msgstr ""
17379
17380 #: java/lang-options.h:46
17381 msgid "Directory where class files should be written"
17382 msgstr ""
17383
17384 #: java/lang-options.h:48
17385 msgid "Warn if modifiers are specified when not necessary"
17386 msgstr ""
17387
17388 #: java/lang-options.h:50
17389 msgid "Warn if deprecated empty statements are found"
17390 msgstr ""
17391
17392 #: java/lang-options.h:52
17393 msgid "Warn if .class files are out of date"
17394 msgstr ""
17395
17396 #: java/lang-options.h:54
17397 msgid "Always check for non gcj generated classes archives"
17398 msgstr ""
17399
17400 #: java/lang-options.h:56
17401 msgid "Never optimize static class initialization code"
17402 msgstr ""
17403
17404 #: java/lang.c:423
17405 msgid "can't do dependency tracking with input from stdin"
17406 msgstr ""
17407
17408 #: java/lang.c:439
17409 msgid "couldn't determine target name for dependency tracking"
17410 msgstr ""
17411
17412 #: java/lex.c:298
17413 #, c-format
17414 msgid ""
17415 "unknown encoding: `%s'\n"
17416 "This might mean that your locale's encoding is not supported\n"
17417 "by your system's iconv(3) implementation. If you aren't trying\n"
17418 "to use a particular encoding for your input file, try the\n"
17419 "`--encoding=UTF-8' option."
17420 msgstr ""
17421
17422 #: java/mangle.c:85
17423 #, c-format
17424 msgid "Can't mangle %s"
17425 msgstr ""
17426
17427 #: java/mangle_name.c:150 java/mangle_name.c:226
17428 msgid "internal error - invalid Utf8 name"
17429 msgstr ""
17430
17431 #: java/typeck.c:566
17432 msgid "junk at end of signature string"
17433 msgstr ""
17434
17435 #: java/verify.c:464
17436 msgid "bad pc in exception_table"
17437 msgstr ""
17438
17439 #: java/verify.c:1376
17440 #, c-format
17441 msgid "unknown opcode %d@pc=%d during verification"
17442 msgstr ""
17443
17444 #: java/verify.c:1446 java/verify.c:1459 java/verify.c:1463
17445 #, c-format
17446 msgid "verification error at PC=%d"
17447 msgstr ""
17448
17449 #: objc/lang-options.h:27
17450 msgid "Dump decls to a .decl file"
17451 msgstr ""
17452
17453 #: objc/lang-options.h:29
17454 msgid "Generate code for GNU runtime environment"
17455 msgstr ""
17456
17457 #: objc/lang-options.h:32
17458 msgid "Generate code for NeXT runtime environment"
17459 msgstr ""
17460
17461 #: objc/lang-options.h:35
17462 msgid "Warn if a selector has multiple methods"
17463 msgstr ""
17464
17465 #: objc/lang-options.h:39
17466 msgid "Do not warn if inherited methods are unimplemented"
17467 msgstr ""
17468
17469 #: objc/lang-options.h:41
17470 msgid "Generate C header of platform specific features"
17471 msgstr ""
17472
17473 #: objc/lang-options.h:43
17474 msgid "Specify the name of the class for constant strings"
17475 msgstr ""
17476
17477 #: objc/objc-act.c:639
17478 msgid "no class name specified as argument to -fconstant-string-class"
17479 msgstr ""
17480
17481 #: objc/objc-act.c:800
17482 #, c-format
17483 msgid "object does not conform to the `%s' protocol"
17484 msgstr ""
17485
17486 #: objc/objc-act.c:844
17487 #, c-format
17488 msgid "class `%s' does not implement the `%s' protocol"
17489 msgstr ""
17490
17491 #: objc/objc-act.c:982
17492 #, c-format
17493 msgid "Unexpected type for `id' (%s)"
17494 msgstr ""
17495
17496 #: objc/objc-act.c:987
17497 msgid "Undefined type `id', please import <objc/objc.h>"
17498 msgstr ""
17499
17500 #: objc/objc-act.c:1039
17501 #, c-format
17502 msgid "protocol `%s' has circular dependency"
17503 msgstr ""
17504
17505 #: objc/objc-act.c:1061 objc/objc-act.c:5207
17506 #, c-format
17507 msgid "Cannot find protocol declaration for `%s'"
17508 msgstr ""
17509
17510 #: objc/objc-act.c:1294 objc/objc-act.c:5712 objc/objc-act.c:6041
17511 #: objc/objc-act.c:6090 objc/objc-act.c:6126
17512 #, c-format
17513 msgid "Cannot find interface declaration for `%s'"
17514 msgstr ""
17515
17516 #: objc/objc-act.c:1314
17517 #, c-format
17518 msgid "Cannot find reference tag for class `%s'"
17519 msgstr ""
17520
17521 #: objc/objc-act.c:2302
17522 #, c-format
17523 msgid "Cannot find class `%s'"
17524 msgstr ""
17525
17526 #: objc/objc-act.c:2304
17527 #, c-format
17528 msgid "Class `%s' already exists"
17529 msgstr ""
17530
17531 #. fatal did not work with 2 args...should fix
17532 #: objc/objc-act.c:2428
17533 #, c-format
17534 msgid "Cannot find interface declaration for `%s', superclass of `%s'"
17535 msgstr ""
17536
17537 #: objc/objc-act.c:2435
17538 #, c-format
17539 msgid "Circular inheritance in interface declaration for `%s'"
17540 msgstr ""
17541
17542 #: objc/objc-act.c:3486 objc/objc-act.c:3503
17543 msgid "inconsistent instance variable specification"
17544 msgstr ""
17545
17546 #: objc/objc-act.c:4691
17547 #, c-format
17548 msgid "multiple declarations for method `%s'"
17549 msgstr ""
17550
17551 #: objc/objc-act.c:4854
17552 #, c-format
17553 msgid "invalid receiver type `%s'"
17554 msgstr ""
17555
17556 #: objc/objc-act.c:4885 objc/objc-act.c:4911 objc/objc-act.c:4959
17557 #, c-format
17558 msgid "`%s' does not respond to `%s'"
17559 msgstr ""
17560
17561 #: objc/objc-act.c:4891 objc/objc-act.c:7162
17562 #, c-format
17563 msgid "no super class declared in interface for `%s'"
17564 msgstr ""
17565
17566 #: objc/objc-act.c:4989
17567 msgid "cannot find class (factory) method."
17568 msgstr ""
17569
17570 #: objc/objc-act.c:4990 objc/objc-act.c:5034
17571 #, c-format
17572 msgid "return type for `%s' defaults to id"
17573 msgstr ""
17574
17575 #: objc/objc-act.c:5007
17576 #, c-format
17577 msgid "method `%s' not implemented by protocol."
17578 msgstr ""
17579
17580 #: objc/objc-act.c:5016
17581 msgid "return type defaults to id"
17582 msgstr ""
17583
17584 #: objc/objc-act.c:5033
17585 msgid "cannot find method."
17586 msgstr ""
17587
17588 #. Historically, a class method that produced objects (factory
17589 #. method) would assign `self' to the instance that it
17590 #. allocated. This would effectively turn the class method into
17591 #. an instance method. Following this assignment, the instance
17592 #. variables could be accessed. That practice, while safe,
17593 #. violates the simple rule that a class method should not refer
17594 #. to an instance variable. It's better to catch the cases
17595 #. where this is done unknowingly than to support the above
17596 #. paradigm.
17597 #: objc/objc-act.c:5276
17598 #, c-format
17599 msgid "instance variable `%s' accessed in class method"
17600 msgstr ""
17601
17602 #: objc/objc-act.c:5513
17603 #, c-format
17604 msgid "duplicate definition of class method `%s'."
17605 msgstr ""
17606
17607 #: objc/objc-act.c:5519
17608 #, c-format
17609 msgid "duplicate declaration of class method `%s'."
17610 msgstr ""
17611
17612 #: objc/objc-act.c:5555
17613 #, c-format
17614 msgid "duplicate definition of instance method `%s'."
17615 msgstr ""
17616
17617 #: objc/objc-act.c:5561
17618 #, c-format
17619 msgid "duplicate declaration of instance method `%s'."
17620 msgstr ""
17621
17622 #: objc/objc-act.c:5601
17623 #, c-format
17624 msgid "duplicate interface declaration for category `%s(%s)'"
17625 msgstr ""
17626
17627 #: objc/objc-act.c:5687
17628 #, c-format
17629 msgid "instance variable `%s' is declared private"
17630 msgstr ""
17631
17632 #: objc/objc-act.c:5734
17633 #, c-format
17634 msgid "instance variable `%s' is declared %s"
17635 msgstr ""
17636
17637 #: objc/objc-act.c:5744
17638 msgid "static access to object of type `id'"
17639 msgstr ""
17640
17641 #: objc/objc-act.c:5781 objc/objc-act.c:5874
17642 #, c-format
17643 msgid "incomplete implementation of class `%s'"
17644 msgstr ""
17645
17646 #: objc/objc-act.c:5785 objc/objc-act.c:5879
17647 #, c-format
17648 msgid "incomplete implementation of category `%s'"
17649 msgstr ""
17650
17651 #: objc/objc-act.c:5790 objc/objc-act.c:5884
17652 #, c-format
17653 msgid "method definition for `%c%s' not found"
17654 msgstr ""
17655
17656 #: objc/objc-act.c:5928
17657 #, c-format
17658 msgid "%s `%s' does not fully implement the `%s' protocol"
17659 msgstr ""
17660
17661 #: objc/objc-act.c:5985 objc/objc-act.c:8087
17662 msgid "`@end' missing in implementation context"
17663 msgstr ""
17664
17665 #: objc/objc-act.c:6013
17666 #, c-format
17667 msgid "reimplementation of class `%s'"
17668 msgstr ""
17669
17670 #: objc/objc-act.c:6055
17671 #, c-format
17672 msgid "conflicting super class name `%s'"
17673 msgstr ""
17674
17675 #: objc/objc-act.c:6070
17676 #, c-format
17677 msgid "duplicate interface declaration for class `%s'"
17678 msgstr ""
17679
17680 #: objc/objc-act.c:6354
17681 #, c-format
17682 msgid "duplicate declaration for protocol `%s'"
17683 msgstr ""
17684
17685 #: objc/objc-act.c:7203
17686 msgid "[super ...] must appear in a method context"
17687 msgstr ""
17688
17689 #: objc/objc-act.c:8189 objc/objc-act.c:8205
17690 #, c-format
17691 msgid "potential selector conflict for method `%s'"
17692 msgstr ""
17693
17694 #: config/mips/isa3264.h:123 config/mips/isa3264.h:128
17695 #: config/mips/isa3264.h:140 config/mips/isa3264.h:145
17696 msgid "-mlong32 and -mlong64 can not both be specified."
17697 msgstr ""
17698
17699 #: java/lang-specs.h:33
17700 msgid "-fjni and -femit-class-files are incompatible"
17701 msgstr ""
17702
17703 #: java/lang-specs.h:34
17704 msgid "-fjni and -femit-class-file are incompatible"
17705 msgstr ""
17706
17707 #: java/lang-specs.h:35 java/lang-specs.h:36
17708 msgid "-femit-class-file should used along with -fsyntax-only"
17709 msgstr ""
17710
17711 #: config/mips/mips.h:858
17712 msgid "-pipe is not supported."
17713 msgstr ""
17714
17715 #: config/mips/mips.h:1057
17716 msgid "may not use both -mfp64 and -msingle-float"
17717 msgstr ""
17718
17719 #: config/mips/mips.h:1058
17720 msgid "may not use both -mfp64 and -m4650"
17721 msgstr ""
17722
17723 #: config/mips/mips.h:1060
17724 msgid "may not use both -mgp32 and -mfp64"
17725 msgstr ""
17726
17727 #: config/arc/arc.h:59 config/mips/mips.h:1061
17728 msgid "may not use both -EB and -EL"
17729 msgstr ""
17730
17731 #: config/mips/r3900.h:28 config/mips/r3900.h:42
17732 msgid "-mhard-float not supported."
17733 msgstr ""
17734
17735 #: config/mips/r3900.h:30 config/mips/r3900.h:44
17736 msgid "-msingle-float and -msoft-float can not both be specified."
17737 msgstr ""
17738
17739 #: ada/lang-specs.h:39 gcc.c:664 java/jvspec.c:73
17740 msgid "-pg and -fomit-frame-pointer are incompatible"
17741 msgstr ""
17742
17743 #: config/vax/vax.h:42 config/vax/vax.h:43
17744 msgid "profiling not supported with -mg\n"
17745 msgstr ""
17746
17747 #: ada/lang-specs.h:42
17748 msgid "-c or -S required for Ada"
17749 msgstr ""
17750
17751 #: f/lang-specs.h:35 gcc.c:643
17752 msgid "GNU C does not support -C without using -E"
17753 msgstr ""
17754
17755 #: gcc.c:812
17756 msgid "-E required when input is from standard input"
17757 msgstr ""
17758
17759 #: gcc.c:816
17760 msgid "Compilation of header file requested"
17761 msgstr ""
17762
17763 #: config/nextstep.h:163 config/nextstep.h:166
17764 msgid "-p profiling is no longer supported. Use -pg instead."
17765 msgstr ""
17766
17767 #: config/dsp16xx/dsp16xx.h:103 config/dsp16xx/dsp16xx.h:112
17768 msgid "A -ifile option requires a -map option"
17769 msgstr ""
17770
17771 #: config/alpha/freebsd.h:36 config/i386/freebsd-aout.h:227
17772 msgid "`-p' not supported; use `-pg' and gprof(1)"
17773 msgstr ""
17774
17775 #: config/arm/arm.h:215
17776 msgid "-mapcs-26 and -mapcs-32 may not be used together"
17777 msgstr ""
17778
17779 #: config/arm/arm.h:227
17780 msgid "-msoft-float and -mhard_float may not be used together"
17781 msgstr ""
17782
17783 #: config/arm/arm.h:238
17784 msgid "-mbig-endian and -mlittle-endian may not be used together"
17785 msgstr ""
17786
17787 #: config/arm/arm.h:256
17788 msgid "Incompatible interworking options"
17789 msgstr ""
17790
17791 #: config/i386/cygwin.h:112
17792 msgid "mno-cygwin and mno-win32 are not compatible"
17793 msgstr ""
17794
17795 #: config/i386/cygwin.h:167 config/i386/mingw32.h:69
17796 msgid "shared and mdll are not compatible"
17797 msgstr ""
17798
17799 #: config/arm/riscix.h:73 config/arm/riscix.h:135
17800 msgid "-mbsd and -pedantic incompatible"
17801 msgstr ""
17802
17803 #: config/arm/riscix.h:74 config/arm/riscix.h:136
17804 msgid "-mbsd and -mxopen incompatible"
17805 msgstr ""
17806
17807 #: config/arm/riscix.h:75 config/arm/riscix.h:137
17808 msgid "-mxopen and -pedantic incompatible"
17809 msgstr ""
17810
17811 #: config/i860/fx2800.h:298
17812 msgid "-p option not supported: use -pg instead"
17813 msgstr ""
17814
17815 #: config/i386/sco5.h:669 config/i386/sco5.h:744
17816 msgid "-static not valid with -mcoff"
17817 msgstr ""
17818
17819 #: config/i386/sco5.h:670 config/i386/sco5.h:745
17820 msgid "-shared not valid with -mcoff"
17821 msgstr ""
17822
17823 #: config/i386/sco5.h:671 config/i386/sco5.h:746
17824 msgid "-symbolic not valid with -mcoff"
17825 msgstr ""
17826
17827 #: config/i386/sco5.h:709
17828 msgid "-fpic is not valid with -mcoff"
17829 msgstr ""
17830
17831 #: config/i386/sco5.h:710
17832 msgid "-fPIC is not valid with -mcoff"
17833 msgstr ""
17834
17835 #: config/i386/sco5.h:747
17836 msgid "-fpic not valid with -mcoff"
17837 msgstr ""
17838
17839 #: config/i386/sco5.h:748
17840 msgid "-fPIC not valid with -mcoff"
17841 msgstr ""
17842
17843 #: config/mcore/mcore.h:60
17844 msgid "choose either big or little endian, not both"
17845 msgstr ""
17846
17847 #: config/mcore/mcore.h:63
17848 msgid "choose either m340 or m210 not both"
17849 msgstr ""
17850
17851 #: config/mcore/mcore.h:64
17852 msgid "the m210 does not have little endian support"
17853 msgstr ""
This page took 0.870359 seconds and 4 git commands to generate.