xref: /openbsd/gnu/usr.bin/gcc/gcc/po/gcc.pot (revision a67f0032)
1# SOME DESCRIPTIVE TITLE.
2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3# This file is distributed under the same license as the PACKAGE package.
4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5#
6#, fuzzy
7msgid ""
8msgstr ""
9"Project-Id-Version: PACKAGE VERSION\n"
10"Report-Msgid-Bugs-To: \n"
11"POT-Creation-Date: 2005-05-03 04:30-0500\n"
12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14"Language-Team: LANGUAGE <LL@li.org>\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=CHARSET\n"
17"Content-Transfer-Encoding: 8bit\n"
18
19#: attribs.c:185
20#, c-format
21msgid "`%s' attribute directive ignored"
22msgstr ""
23
24#: attribs.c:193
25#, c-format
26msgid "wrong number of arguments specified for `%s' attribute"
27msgstr ""
28
29#: attribs.c:210
30#, c-format
31msgid "`%s' attribute does not apply to types"
32msgstr ""
33
34#: attribs.c:247
35#, c-format
36msgid "`%s' attribute only applies to function types"
37msgstr ""
38
39#: attribs.c:404 c-common.c:5275 c-common.c:5297 c-common.c:5319
40#: c-common.c:5350 c-common.c:5372 c-common.c:5397 c-common.c:5423
41#: c-common.c:5453 c-common.c:5491 c-common.c:5538 c-common.c:5568
42#: c-common.c:5598 c-common.c:5621 c-common.c:5878 c-common.c:5900
43#: c-common.c:5943 c-common.c:6020 c-common.c:6076 c-common.c:6103
44#: c-common.c:6186 c-common.c:6220 c-common.c:6574 config/arm/arm.c:2105
45#: config/arm/arm.c:2132 config/avr/avr.c:4774 config/h8300/h8300.c:3693
46#: config/h8300/h8300.c:3718 config/i386/i386.c:1429 config/i386/winnt.c:78
47#: config/ip2k/ip2k.c:3204
48#, c-format
49msgid "`%s' attribute ignored"
50msgstr ""
51
52#: builtins.c:285
53msgid "offset outside bounds of constant string"
54msgstr ""
55
56#: builtins.c:765
57msgid "second arg to `__builtin_prefetch' must be a constant"
58msgstr ""
59
60#: builtins.c:772
61msgid "invalid second arg to __builtin_prefetch; using zero"
62msgstr ""
63
64#: builtins.c:779
65msgid "third arg to `__builtin_prefetch' must be a constant"
66msgstr ""
67
68#: builtins.c:786
69msgid "invalid third arg to __builtin_prefetch; using zero"
70msgstr ""
71
72#. ??? We used to try and build up a call to the out of line function,
73#. guessing about what registers needed saving etc.  This became much
74#. harder with __builtin_va_start, since we don't have a tree for a
75#. call to __builtin_saveregs to fall back on.  There was exactly one
76#. port (i860) that used this code, and I'm unconvinced it could actually
77#. handle the general case.  So we no longer try to handle anything
78#. weird and make the backend absorb the evil.
79#: builtins.c:2984
80msgid "__builtin_saveregs not supported by this target"
81msgstr ""
82
83#: builtins.c:3026
84msgid "argument of `__builtin_args_info' must be constant"
85msgstr ""
86
87#: builtins.c:3032
88msgid "argument of `__builtin_args_info' out of range"
89msgstr ""
90
91#: builtins.c:3038
92msgid "missing argument in `__builtin_args_info'"
93msgstr ""
94
95#: builtins.c:3069
96msgid "`va_start' used in function with fixed args"
97msgstr ""
98
99#: builtins.c:3088
100msgid "second parameter of `va_start' not last named argument"
101msgstr ""
102
103#. Evidently an out of date version of <stdarg.h>; can't validate
104#. va_start's second argument, but can still work as intended.
105#: builtins.c:3093
106msgid "`__builtin_next_arg' called without an argument"
107msgstr ""
108
109#: builtins.c:3179
110msgid "too many arguments to function `va_start'"
111msgstr ""
112
113#: builtins.c:3281
114msgid "first argument to `va_arg' not of type `va_list'"
115msgstr ""
116
117#. Unfortunately, this is merely undefined, rather than a constraint
118#. violation, so we cannot make this an error.  If this call is never
119#. executed, the program is still strictly conforming.
120#: builtins.c:3313
121#, c-format
122msgid "`%s' is promoted to `%s' when passed through `...'"
123msgstr ""
124
125#: builtins.c:3318
126#, c-format
127msgid "(so you should pass `%s' not `%s' to `va_arg')"
128msgstr ""
129
130#: builtins.c:3449
131msgid "invalid arg to `__builtin_frame_address'"
132msgstr ""
133
134#: builtins.c:3451
135msgid "invalid arg to `__builtin_return_address'"
136msgstr ""
137
138#: builtins.c:3465
139msgid "unsupported arg to `__builtin_frame_address'"
140msgstr ""
141
142#: builtins.c:3467
143msgid "unsupported arg to `__builtin_return_address'"
144msgstr ""
145
146#: builtins.c:3639
147msgid "second arg to `__builtin_expect' must be a constant"
148msgstr ""
149
150#: builtins.c:4125
151msgid "__builtin_longjmp second argument must be 1"
152msgstr ""
153
154#. just do library call, if unknown builtin
155#: builtins.c:4189 c-common.c:4459
156#, c-format
157msgid "built-in function `%s' not currently supported"
158msgstr ""
159
160#: builtins.c:4262
161msgid "target format does not support infinity"
162msgstr ""
163
164#: c-common.c:1168
165#, c-format
166msgid "`%s' is not defined outside of function scope"
167msgstr ""
168
169#: c-common.c:1189
170#, c-format
171msgid ""
172"string length `%d' is greater than the length `%d' ISO C%d compilers are "
173"required to support"
174msgstr ""
175
176#: c-common.c:1247
177msgid "concatenation of string literals with __FUNCTION__ is deprecated"
178msgstr ""
179
180#: c-common.c:1343
181msgid "overflow in constant expression"
182msgstr ""
183
184#: c-common.c:1364
185msgid "integer overflow in expression"
186msgstr ""
187
188#: c-common.c:1373
189msgid "floating point overflow in expression"
190msgstr ""
191
192#: c-common.c:1379
193msgid "vector overflow in expression"
194msgstr ""
195
196#. This detects cases like converting -129 or 256 to unsigned char.
197#: c-common.c:1402
198msgid "large integer implicitly truncated to unsigned type"
199msgstr ""
200
201#: c-common.c:1404
202msgid "negative integer implicitly converted to unsigned type"
203msgstr ""
204
205#: c-common.c:1452
206msgid "overflow in implicit constant conversion"
207msgstr ""
208
209#: c-common.c:1600
210#, c-format
211msgid "operation on `%s' may be undefined"
212msgstr ""
213
214#: c-common.c:1891
215msgid "expression statement has incomplete type"
216msgstr ""
217
218#: c-common.c:1924
219msgid "case label does not reduce to an integer constant"
220msgstr ""
221
222#: c-common.c:2228
223msgid "invalid truth-value expression"
224msgstr ""
225
226#: c-common.c:2279
227#, c-format
228msgid "invalid operands to binary %s"
229msgstr ""
230
231#: c-common.c:2513
232msgid "comparison is always false due to limited range of data type"
233msgstr ""
234
235#: c-common.c:2515
236msgid "comparison is always true due to limited range of data type"
237msgstr ""
238
239#: c-common.c:2585
240msgid "comparison of unsigned expression >= 0 is always true"
241msgstr ""
242
243#: c-common.c:2594
244msgid "comparison of unsigned expression < 0 is always false"
245msgstr ""
246
247#: c-common.c:2641
248msgid "pointer of type `void *' used in arithmetic"
249msgstr ""
250
251#: c-common.c:2647
252msgid "pointer to a function used in arithmetic"
253msgstr ""
254
255#: c-common.c:2653
256msgid "pointer to member function used in arithmetic"
257msgstr ""
258
259#: c-common.c:2659
260msgid "pointer to a member used in arithmetic"
261msgstr ""
262
263#: c-common.c:2746 f/com.c:14764
264msgid "struct type value used where scalar is required"
265msgstr ""
266
267#: c-common.c:2750 f/com.c:14768
268msgid "union type value used where scalar is required"
269msgstr ""
270
271#: c-common.c:2754 f/com.c:14772
272msgid "array type value used where scalar is required"
273msgstr ""
274
275#: c-common.c:2874 f/com.c:14905
276msgid "suggest parentheses around assignment used as truth value"
277msgstr ""
278
279#: c-common.c:2918 c-common.c:2950
280msgid "invalid use of `restrict'"
281msgstr ""
282
283#: c-common.c:3064
284msgid "invalid application of `sizeof' to a function type"
285msgstr ""
286
287#: c-common.c:3074
288#, c-format
289msgid "invalid application of `%s' to a void type"
290msgstr ""
291
292#: c-common.c:3080
293#, c-format
294msgid "invalid application of `%s' to an incomplete type"
295msgstr ""
296
297#: c-common.c:3121
298msgid "`__alignof' applied to a bit-field"
299msgstr ""
300
301#: c-common.c:3618
302#, c-format
303msgid "cannot disable built-in function `%s'"
304msgstr ""
305
306#: c-common.c:3787 c-typeck.c:1748
307#, c-format
308msgid "too few arguments to function `%s'"
309msgstr ""
310
311#: c-common.c:3793 c-typeck.c:1601
312#, c-format
313msgid "too many arguments to function `%s'"
314msgstr ""
315
316#: c-common.c:3812
317#, c-format
318msgid "non-floating-point argument to function `%s'"
319msgstr ""
320
321#: c-common.c:4081
322msgid "pointers are not permitted as case values"
323msgstr ""
324
325#: c-common.c:4087
326msgid "ISO C++ forbids range expressions in switch statements"
327msgstr ""
328
329#: c-common.c:4089
330msgid "ISO C forbids range expressions in switch statements"
331msgstr ""
332
333#: c-common.c:4119
334msgid "empty range specified"
335msgstr ""
336
337#: c-common.c:4170
338msgid "duplicate (or overlapping) case value"
339msgstr ""
340
341#: c-common.c:4172
342msgid "this is the first entry overlapping that value"
343msgstr ""
344
345#: c-common.c:4176
346msgid "duplicate case value"
347msgstr ""
348
349#: c-common.c:4177
350msgid "previously used here"
351msgstr ""
352
353#: c-common.c:4181
354msgid "multiple default labels in one switch"
355msgstr ""
356
357#: c-common.c:4182
358msgid "this is the first default label"
359msgstr ""
360
361#: c-common.c:4210
362msgid "ISO C++ forbids taking the address of a label"
363msgstr ""
364
365#: c-common.c:4212
366msgid "ISO C forbids taking the address of a label"
367msgstr ""
368
369#: c-common.c:5235
370#, c-format
371msgid "declaration of `%s' shadows %s"
372msgstr ""
373
374#: c-common.c:5654
375#, c-format
376msgid "unknown machine mode `%s'"
377msgstr ""
378
379#: c-common.c:5657
380#, c-format
381msgid "no data type for mode `%s'"
382msgstr ""
383
384#: c-common.c:5666 c-common.c:6316
385#, c-format
386msgid "unable to emulate '%s'"
387msgstr ""
388
389#: c-common.c:5702
390msgid "section attribute cannot be specified for local variables"
391msgstr ""
392
393#: c-common.c:5713
394#, c-format
395msgid "section of `%s' conflicts with previous declaration"
396msgstr ""
397
398#: c-common.c:5722
399#, c-format
400msgid "section attribute not allowed for `%s'"
401msgstr ""
402
403#: c-common.c:5729
404msgid "section attributes are not supported for this target"
405msgstr ""
406
407#: c-common.c:5771
408msgid "requested alignment is not a constant"
409msgstr ""
410
411#: c-common.c:5776
412msgid "requested alignment is not a power of 2"
413msgstr ""
414
415#: c-common.c:5781
416msgid "requested alignment is too large"
417msgstr ""
418
419#: c-common.c:5808
420#, c-format
421msgid "alignment may not be specified for `%s'"
422msgstr ""
423
424#: c-common.c:5853
425#, c-format
426msgid "`%s' defined both normally and as an alias"
427msgstr ""
428
429#: c-common.c:5863
430msgid "alias arg not a string"
431msgstr ""
432
433#: c-common.c:5910
434msgid "visibility arg not a string"
435msgstr ""
436
437#: c-common.c:5919
438msgid ""
439"visibility arg must be one of \"default\", \"hidden\", \"protected\" or "
440"\"internal\""
441msgstr ""
442
443#: c-common.c:5953
444msgid "tls_model arg not a string"
445msgstr ""
446
447#: c-common.c:5962
448msgid ""
449"tls_model arg must be one of \"local-exec\", \"initial-exec\", \"local-"
450"dynamic\" or \"global-dynamic\""
451msgstr ""
452
453#: c-common.c:5987 c-common.c:6043
454#, c-format
455msgid "`%s' attribute applies only to functions"
456msgstr ""
457
458#: c-common.c:5994 c-common.c:6050
459#, c-format
460msgid "can't set `%s' attribute after definition"
461msgstr ""
462
463#: c-common.c:6114
464msgid "cleanup arg not an identifier"
465msgstr ""
466
467#: c-common.c:6121
468msgid "cleanup arg not a function"
469msgstr ""
470
471#: c-common.c:6183
472#, c-format
473msgid "`%s' attribute ignored for `%s'"
474msgstr ""
475
476#: c-common.c:6248
477#, c-format
478msgid "invalid vector type for attribute `%s'"
479msgstr ""
480
481#: c-common.c:6272 c-common.c:6304
482msgid "no vector mode with the size and type specified could be found"
483msgstr ""
484
485#: c-common.c:6403
486msgid "nonnull attribute without arguments on a non-prototype"
487msgstr ""
488
489#: c-common.c:6418
490#, c-format
491msgid "nonnull argument has invalid operand number (arg %lu)"
492msgstr ""
493
494#: c-common.c:6437
495#, c-format
496msgid ""
497"nonnull argument with out-of-range operand number (arg %lu, operand %lu)"
498msgstr ""
499
500#: c-common.c:6445
501#, c-format
502msgid "nonnull argument references non-pointer operand (arg %lu, operand %lu)"
503msgstr ""
504
505#: c-common.c:6531
506#, c-format
507msgid "null argument where non-null required (arg %lu)"
508msgstr ""
509
510#: c-convert.c:80 c-typeck.c:988 c-typeck.c:4056 cp/typeck.c:1615
511#: cp/typeck.c:5943
512msgid "void value not ignored as it ought to be"
513msgstr ""
514
515#: c-convert.c:112 java/typeck.c:150
516msgid "conversion to non-scalar type requested"
517msgstr ""
518
519#: c-decl.c:340
520#, c-format
521msgid "array `%s' assumed to have one element"
522msgstr ""
523
524#: c-decl.c:526
525#, c-format
526msgid "`struct %s' incomplete in scope ending here"
527msgstr ""
528
529#: c-decl.c:529
530#, c-format
531msgid "`union %s' incomplete in scope ending here"
532msgstr ""
533
534#: c-decl.c:532
535#, c-format
536msgid "`enum %s' incomplete in scope ending here"
537msgstr ""
538
539#: c-decl.c:646 c-decl.c:771 java/decl.c:1403
540#, c-format
541msgid "label `%s' used but not defined"
542msgstr ""
543
544#: c-decl.c:652 c-decl.c:778 java/decl.c:1409
545#, c-format
546msgid "label `%s' defined but not used"
547msgstr ""
548
549#: c-decl.c:893 cp/decl.c:3341
550#, c-format
551msgid "function `%s' redeclared as inline"
552msgstr ""
553
554#: c-decl.c:895 cp/decl.c:3343
555#, c-format
556msgid "previous declaration of function `%s' with attribute noinline"
557msgstr ""
558
559#: c-decl.c:902 cp/decl.c:3350
560#, c-format
561msgid "function `%s' redeclared with attribute noinline"
562msgstr ""
563
564#: c-decl.c:904 cp/decl.c:3352
565#, c-format
566msgid "previous declaration of function `%s' was inline"
567msgstr ""
568
569#: c-decl.c:933 c-decl.c:979
570#, c-format
571msgid "shadowing built-in function `%s'"
572msgstr ""
573
574#: c-decl.c:935
575#, c-format
576msgid "shadowing library function `%s'"
577msgstr ""
578
579#: c-decl.c:941
580#, c-format
581msgid "library function `%s' declared as non-function"
582msgstr ""
583
584#: c-decl.c:945 c-decl.c:948
585#, c-format
586msgid "built-in function `%s' declared as non-function"
587msgstr ""
588
589#: c-decl.c:952 objc/objc-act.c:2384 objc/objc-act.c:6157
590#, c-format
591msgid "`%s' redeclared as different kind of symbol"
592msgstr ""
593
594#: c-decl.c:953 c-decl.c:1144 c-decl.c:1158 c-decl.c:1165 c-decl.c:1310
595#: objc/objc-act.c:2386 objc/objc-act.c:6159 objc/objc-act.c:6214
596#, c-format
597msgid "previous declaration of `%s'"
598msgstr ""
599
600#. If types don't match for a built-in, throw away the built-in.
601#: c-decl.c:1048
602#, c-format
603msgid "conflicting types for built-in function `%s'"
604msgstr ""
605
606#: c-decl.c:1091 c-decl.c:1110
607#, c-format
608msgid "conflicting types for `%s'"
609msgstr ""
610
611#: c-decl.c:1133
612msgid ""
613"a parameter list with an ellipsis can't match an empty parameter name list "
614"declaration"
615msgstr ""
616
617#: c-decl.c:1139
618msgid ""
619"an argument type that has a default promotion can't match an empty parameter "
620"name list declaration"
621msgstr ""
622
623#: c-decl.c:1157
624#, c-format
625msgid "thread-local declaration of `%s' follows non thread-local declaration"
626msgstr ""
627
628#: c-decl.c:1164
629#, c-format
630msgid "non thread-local declaration of `%s' follows thread-local declaration"
631msgstr ""
632
633#: c-decl.c:1175 c-decl.c:1198
634#, c-format
635msgid "redefinition of `%s'"
636msgstr ""
637
638#: c-decl.c:1178
639#, c-format
640msgid "redeclaration of `%s'"
641msgstr ""
642
643#: c-decl.c:1181
644#, c-format
645msgid "conflicting declarations of `%s'"
646msgstr ""
647
648#: c-decl.c:1225
649#, c-format
650msgid "prototype for `%s' follows"
651msgstr ""
652
653#: c-decl.c:1226 c-decl.c:1234 c-decl.c:1245
654msgid "non-prototype definition here"
655msgstr ""
656
657#: c-decl.c:1233
658#, c-format
659msgid "prototype for `%s' follows and number of arguments doesn't match"
660msgstr ""
661
662#: c-decl.c:1243
663#, c-format
664msgid "prototype for `%s' follows and argument %d doesn't match"
665msgstr ""
666
667#: c-decl.c:1261
668#, c-format
669msgid "`%s' declared inline after being called"
670msgstr ""
671
672#: c-decl.c:1267
673#, c-format
674msgid "`%s' declared inline after its definition"
675msgstr ""
676
677#: c-decl.c:1274
678#, c-format
679msgid "static declaration for `%s' follows non-static"
680msgstr ""
681
682#: c-decl.c:1282
683#, c-format
684msgid "non-static declaration for `%s' follows static"
685msgstr ""
686
687#: c-decl.c:1289
688#, c-format
689msgid "const declaration for `%s' follows non-const"
690msgstr ""
691
692#: c-decl.c:1296
693#, c-format
694msgid "type qualifiers for `%s' conflict with previous decl"
695msgstr ""
696
697#: c-decl.c:1309
698#, c-format
699msgid "redundant redeclaration of `%s' in same scope"
700msgstr ""
701
702#: c-decl.c:1619 java/decl.c:1102
703#, c-format
704msgid "declaration of `%s' shadows a parameter"
705msgstr ""
706
707#: c-decl.c:1622 java/decl.c:1105
708#, c-format
709msgid "declaration of `%s' shadows a symbol from the parameter list"
710msgstr ""
711
712#: c-decl.c:1643 cp/decl.c:4500
713msgid "a parameter"
714msgstr ""
715
716#: c-decl.c:1645 cp/decl.c:4517
717msgid "a previous local"
718msgstr ""
719
720#. XXX shadow warnings in outer-more namespaces
721#: c-decl.c:1649 cp/decl.c:4521
722msgid "a global declaration"
723msgstr ""
724
725#: c-decl.c:1693
726#, c-format
727msgid "nested extern declaration of `%s'"
728msgstr ""
729
730#: c-decl.c:1712 java/decl.c:1055
731#, c-format
732msgid "`%s' used prior to declaration"
733msgstr ""
734
735#: c-decl.c:1726 c-decl.c:1901
736#, c-format
737msgid "`%s' was declared implicitly `extern' and later `static'"
738msgstr ""
739
740#: c-decl.c:1829 cp/decl.c:4357
741msgid "type mismatch with previous external decl"
742msgstr ""
743
744#: c-decl.c:1830
745#, c-format
746msgid "previous external decl of `%s'"
747msgstr ""
748
749#: c-decl.c:1843
750msgid "type mismatch with previous implicit declaration"
751msgstr ""
752
753#: c-decl.c:1845
754#, c-format
755msgid "previous implicit declaration of `%s'"
756msgstr ""
757
758#: c-decl.c:1880
759#, c-format
760msgid "`%s' was previously implicitly declared to return `int'"
761msgstr ""
762
763#: c-decl.c:1905
764#, c-format
765msgid "`%s' was declared `extern' and later `static'"
766msgstr ""
767
768#: c-decl.c:1929
769#, c-format
770msgid "extern declaration of `%s' doesn't match global one"
771msgstr ""
772
773#: c-decl.c:1971
774#, c-format
775msgid "`%s' locally external but globally static"
776msgstr ""
777
778#: c-decl.c:2095
779#, c-format
780msgid "function `%s' was previously declared within a block"
781msgstr ""
782
783#: c-decl.c:2115 c-decl.c:2117
784#, c-format
785msgid "implicit declaration of function `%s'"
786msgstr ""
787
788#: c-decl.c:2196
789#, c-format
790msgid "label %s referenced outside of any function"
791msgstr ""
792
793#: c-decl.c:2253
794#, c-format
795msgid "duplicate label declaration `%s'"
796msgstr ""
797
798#: c-decl.c:2256
799msgid "this is a previous declaration"
800msgstr ""
801
802#: c-decl.c:2679
803msgid "unnamed struct/union that defines no instances"
804msgstr ""
805
806#: c-decl.c:2698
807msgid "useless keyword or type name in empty declaration"
808msgstr ""
809
810#: c-decl.c:2705
811msgid "two types specified in one empty declaration"
812msgstr ""
813
814#: c-decl.c:2710 c-parse.y:711 c-parse.y:713 parse.y:724 parse.y:1765
815#: objc-parse.y:799 objc-parse.y:801 objc-parse.y:3043
816msgid "empty declaration"
817msgstr ""
818
819#: c-decl.c:2740
820msgid ""
821"ISO C90 does not support `static' or type qualifiers in parameter array "
822"declarators"
823msgstr ""
824
825#: c-decl.c:2742
826msgid "ISO C90 does not support `[*]' array declarators"
827msgstr ""
828
829#: c-decl.c:2745
830msgid "GCC does not yet properly implement `[*]' array declarators"
831msgstr ""
832
833#: c-decl.c:2764
834msgid "static or type qualifiers in abstract declarator"
835msgstr ""
836
837#: c-decl.c:2838
838#, c-format
839msgid "`%s' is usually a function"
840msgstr ""
841
842#: c-decl.c:2847
843#, c-format
844msgid "typedef `%s' is initialized (use __typeof__ instead)"
845msgstr ""
846
847#: c-decl.c:2853
848#, c-format
849msgid "function `%s' is initialized like a variable"
850msgstr ""
851
852#. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
853#: c-decl.c:2860
854#, c-format
855msgid "parameter `%s' is initialized"
856msgstr ""
857
858#: c-decl.c:2880 c-typeck.c:4890
859msgid "variable-sized object may not be initialized"
860msgstr ""
861
862#: c-decl.c:2886
863#, c-format
864msgid "variable `%s' has initializer but incomplete type"
865msgstr ""
866
867#: c-decl.c:2892
868#, c-format
869msgid "elements of array `%s' have incomplete type"
870msgstr ""
871
872#: c-decl.c:2905
873#, c-format
874msgid "declaration of `%s' has `extern' and is initialized"
875msgstr ""
876
877#: c-decl.c:2954 c-decl.c:5837 cp/decl.c:7785 cp/decl.c:14408
878#, c-format
879msgid "inline function `%s' given attribute noinline"
880msgstr ""
881
882#: c-decl.c:3028
883#, c-format
884msgid "initializer fails to determine size of `%s'"
885msgstr ""
886
887#: c-decl.c:3033
888#, c-format
889msgid "array size missing in `%s'"
890msgstr ""
891
892#: c-decl.c:3049
893#, c-format
894msgid "zero or negative size array `%s'"
895msgstr ""
896
897#: c-decl.c:3077
898#, c-format
899msgid "storage size of `%s' isn't known"
900msgstr ""
901
902#: c-decl.c:3087
903#, c-format
904msgid "storage size of `%s' isn't constant"
905msgstr ""
906
907#: c-decl.c:3147
908#, c-format
909msgid "ignoring asm-specifier for non-static local variable `%s'"
910msgstr ""
911
912#: c-decl.c:3247
913#, c-format
914msgid "ISO C forbids parameter `%s' shadowing typedef"
915msgstr ""
916
917#: c-decl.c:3592 cp/decl.c:10963
918msgid "`long long long' is too long for GCC"
919msgstr ""
920
921#: c-decl.c:3597
922msgid "ISO C90 does not support `long long'"
923msgstr ""
924
925#: c-decl.c:3606 c-decl.c:3609 cp/decl.c:10968
926#, c-format
927msgid "duplicate `%s'"
928msgstr ""
929
930#: c-decl.c:3619 cp/decl.c:10975
931msgid "`__thread' before `extern'"
932msgstr ""
933
934#: c-decl.c:3621 cp/decl.c:10977
935msgid "`__thread' before `static'"
936msgstr ""
937
938#: c-decl.c:3629 cp/decl.c:11004
939#, c-format
940msgid "two or more data types in declaration of `%s'"
941msgstr ""
942
943#: c-decl.c:3649 cp/decl.c:11009
944#, c-format
945msgid "`%s' fails to be a typedef or built in type"
946msgstr ""
947
948#: c-decl.c:3688
949#, c-format
950msgid "type defaults to `int' in declaration of `%s'"
951msgstr ""
952
953#: c-decl.c:3717
954#, c-format
955msgid "both long and short specified for `%s'"
956msgstr ""
957
958#: c-decl.c:3721 cp/decl.c:11124
959#, c-format
960msgid "long or short specified with char for `%s'"
961msgstr ""
962
963#: c-decl.c:3728 cp/decl.c:11128
964#, c-format
965msgid "long or short specified with floating type for `%s'"
966msgstr ""
967
968#: c-decl.c:3731
969msgid "the only valid combination is `long double'"
970msgstr ""
971
972#: c-decl.c:3737
973#, c-format
974msgid "both signed and unsigned specified for `%s'"
975msgstr ""
976
977#: c-decl.c:3739 cp/decl.c:11117
978#, c-format
979msgid "long, short, signed or unsigned invalid for `%s'"
980msgstr ""
981
982#: c-decl.c:3745 cp/decl.c:11137
983#, c-format
984msgid "long, short, signed or unsigned used invalidly for `%s'"
985msgstr ""
986
987#: c-decl.c:3763 cp/decl.c:11158
988#, c-format
989msgid "complex invalid for `%s'"
990msgstr ""
991
992#: c-decl.c:3805
993msgid "ISO C90 does not support complex types"
994msgstr ""
995
996#: c-decl.c:3817
997msgid "ISO C does not support plain `complex' meaning `double complex'"
998msgstr ""
999
1000#: c-decl.c:3823 c-decl.c:3835
1001msgid "ISO C does not support complex integer types"
1002msgstr ""
1003
1004#: c-decl.c:3850 c-decl.c:4316 cp/decl.c:11771
1005msgid "duplicate `const'"
1006msgstr ""
1007
1008#: c-decl.c:3852 c-decl.c:4320 cp/decl.c:11775
1009msgid "duplicate `restrict'"
1010msgstr ""
1011
1012#: c-decl.c:3854 c-decl.c:4318 cp/decl.c:11773
1013msgid "duplicate `volatile'"
1014msgstr ""
1015
1016#: c-decl.c:3882 cp/decl.c:11321
1017#, c-format
1018msgid "multiple storage classes in declaration of `%s'"
1019msgstr ""
1020
1021#: c-decl.c:3892
1022msgid "function definition declared `auto'"
1023msgstr ""
1024
1025#: c-decl.c:3894
1026msgid "function definition declared `register'"
1027msgstr ""
1028
1029#: c-decl.c:3896
1030msgid "function definition declared `typedef'"
1031msgstr ""
1032
1033#: c-decl.c:3898
1034msgid "function definition declared `__thread'"
1035msgstr ""
1036
1037#: c-decl.c:3911
1038#, c-format
1039msgid "storage class specified for structure field `%s'"
1040msgstr ""
1041
1042#: c-decl.c:3915 cp/decl.c:11368
1043#, c-format
1044msgid "storage class specified for parameter `%s'"
1045msgstr ""
1046
1047#: c-decl.c:3918 cp/decl.c:11370
1048msgid "storage class specified for typename"
1049msgstr ""
1050
1051#: c-decl.c:3930 cp/decl.c:11385
1052#, c-format
1053msgid "`%s' initialized and declared `extern'"
1054msgstr ""
1055
1056#: c-decl.c:3932 cp/decl.c:11388
1057#, c-format
1058msgid "`%s' has both `extern' and initializer"
1059msgstr ""
1060
1061#: c-decl.c:3937 cp/decl.c:11396
1062#, c-format
1063msgid "top-level declaration of `%s' specifies `auto'"
1064msgstr ""
1065
1066#: c-decl.c:3942 cp/decl.c:11392
1067#, c-format
1068msgid "nested function `%s' declared `extern'"
1069msgstr ""
1070
1071#: c-decl.c:3948 cp/decl.c:11402
1072#, c-format
1073msgid "function-scope `%s' implicitly auto and declared `__thread'"
1074msgstr ""
1075
1076#. Only the innermost declarator (making a parameter be of
1077#. array type which is converted to pointer type)
1078#. may have static or type qualifiers.
1079#: c-decl.c:3987 c-decl.c:4188
1080msgid "static or type qualifiers in non-parameter array declarator"
1081msgstr ""
1082
1083#: c-decl.c:4031
1084#, c-format
1085msgid "declaration of `%s' as array of voids"
1086msgstr ""
1087
1088#: c-decl.c:4037
1089#, c-format
1090msgid "declaration of `%s' as array of functions"
1091msgstr ""
1092
1093#: c-decl.c:4042 c-decl.c:5341
1094msgid "invalid use of structure with flexible array member"
1095msgstr ""
1096
1097#: c-decl.c:4061
1098#, c-format
1099msgid "size of array `%s' has non-integer type"
1100msgstr ""
1101
1102#: c-decl.c:4066
1103#, c-format
1104msgid "ISO C forbids zero-size array `%s'"
1105msgstr ""
1106
1107#: c-decl.c:4073
1108#, c-format
1109msgid "size of array `%s' is negative"
1110msgstr ""
1111
1112#: c-decl.c:4086
1113#, c-format
1114msgid "ISO C90 forbids array `%s' whose size can't be evaluated"
1115msgstr ""
1116
1117#: c-decl.c:4089
1118#, c-format
1119msgid "ISO C90 forbids variable-size array `%s'"
1120msgstr ""
1121
1122#: c-decl.c:4119 c-decl.c:4342 cp/decl.c:11980
1123#, c-format
1124msgid "size of array `%s' is too large"
1125msgstr ""
1126
1127#: c-decl.c:4145
1128msgid "ISO C90 does not support flexible array members"
1129msgstr ""
1130
1131#: c-decl.c:4155
1132msgid "array type has incomplete element type"
1133msgstr ""
1134
1135#: c-decl.c:4162 c-decl.c:4392
1136msgid "ISO C forbids const or volatile function types"
1137msgstr ""
1138
1139#: c-decl.c:4208 cp/decl.c:11528
1140#, c-format
1141msgid "`%s' declared as function returning a function"
1142msgstr ""
1143
1144#: c-decl.c:4213 cp/decl.c:11533
1145#, c-format
1146msgid "`%s' declared as function returning an array"
1147msgstr ""
1148
1149#: c-decl.c:4241
1150msgid "ISO C forbids qualified void function return type"
1151msgstr ""
1152
1153#: c-decl.c:4245
1154msgid "type qualifiers ignored on function return type"
1155msgstr ""
1156
1157#: c-decl.c:4274 c-decl.c:4357 c-decl.c:4481 c-decl.c:4573
1158msgid "ISO C forbids qualified function types"
1159msgstr ""
1160
1161#: c-decl.c:4314 cp/decl.c:11767
1162msgid "invalid type modifier within pointer declarator"
1163msgstr ""
1164
1165#: c-decl.c:4412 cp/decl.c:12265
1166#, c-format
1167msgid "variable or field `%s' declared void"
1168msgstr ""
1169
1170#: c-decl.c:4445
1171msgid "attributes in parameter array declarator ignored"
1172msgstr ""
1173
1174#: c-decl.c:4470
1175msgid "invalid type modifier within array declarator"
1176msgstr ""
1177
1178#: c-decl.c:4515
1179#, c-format
1180msgid "field `%s' declared as a function"
1181msgstr ""
1182
1183#: c-decl.c:4521
1184#, c-format
1185msgid "field `%s' has incomplete type"
1186msgstr ""
1187
1188#: c-decl.c:4553 c-decl.c:4555 c-decl.c:4557 c-decl.c:4564
1189#, c-format
1190msgid "invalid storage class for function `%s'"
1191msgstr ""
1192
1193#: c-decl.c:4579
1194msgid "`noreturn' function returns non-void value"
1195msgstr ""
1196
1197#: c-decl.c:4594
1198msgid "cannot inline function `main'"
1199msgstr ""
1200
1201#: c-decl.c:4649
1202#, c-format
1203msgid "variable `%s' declared `inline'"
1204msgstr ""
1205
1206#. A mere warning is sure to result in improper semantics
1207#. at runtime.  Don't bother to allow this to compile.
1208#: c-decl.c:4677 cp/decl.c:10035
1209msgid "thread-local storage not supported for this target"
1210msgstr ""
1211
1212#: c-decl.c:4732 c-decl.c:5889
1213msgid "function declaration isn't a prototype"
1214msgstr ""
1215
1216#: c-decl.c:4738
1217msgid "parameter names (without types) in function declaration"
1218msgstr ""
1219
1220#: c-decl.c:4770 c-decl.c:6259
1221#, c-format
1222msgid "parameter `%s' has incomplete type"
1223msgstr ""
1224
1225#: c-decl.c:4773
1226msgid "parameter has incomplete type"
1227msgstr ""
1228
1229#: c-decl.c:4794
1230#, c-format
1231msgid "parameter `%s' points to incomplete type"
1232msgstr ""
1233
1234#: c-decl.c:4797
1235msgid "parameter points to incomplete type"
1236msgstr ""
1237
1238#: c-decl.c:4862
1239#, c-format
1240msgid "parameter `%s' has just a forward declaration"
1241msgstr ""
1242
1243#: c-decl.c:4903
1244msgid "`void' in parameter list must be the entire list"
1245msgstr ""
1246
1247#: c-decl.c:4934
1248#, c-format
1249msgid "`struct %s' declared inside parameter list"
1250msgstr ""
1251
1252#: c-decl.c:4937
1253#, c-format
1254msgid "`union %s' declared inside parameter list"
1255msgstr ""
1256
1257#: c-decl.c:4940
1258#, c-format
1259msgid "`enum %s' declared inside parameter list"
1260msgstr ""
1261
1262#: c-decl.c:4947
1263msgid "anonymous struct declared inside parameter list"
1264msgstr ""
1265
1266#: c-decl.c:4949
1267msgid "anonymous union declared inside parameter list"
1268msgstr ""
1269
1270#: c-decl.c:4951
1271msgid "anonymous enum declared inside parameter list"
1272msgstr ""
1273
1274#: c-decl.c:4955
1275msgid ""
1276"its scope is only this definition or declaration, which is probably not what "
1277"you want"
1278msgstr ""
1279
1280#: c-decl.c:5032
1281#, c-format
1282msgid "redefinition of `union %s'"
1283msgstr ""
1284
1285#: c-decl.c:5034
1286#, c-format
1287msgid "redefinition of `struct %s'"
1288msgstr ""
1289
1290#: c-decl.c:5105 cp/decl.c:7557
1291msgid "declaration does not declare anything"
1292msgstr ""
1293
1294#: c-decl.c:5169 c-decl.c:5172
1295#, c-format
1296msgid "%s defined inside parms"
1297msgstr ""
1298
1299#: c-decl.c:5170 c-decl.c:5173 c-decl.c:5184
1300msgid "union"
1301msgstr ""
1302
1303#: c-decl.c:5170 c-decl.c:5173
1304msgid "structure"
1305msgstr ""
1306
1307#: c-decl.c:5183
1308#, c-format
1309msgid "%s has no %s"
1310msgstr ""
1311
1312#: c-decl.c:5184
1313msgid "struct"
1314msgstr ""
1315
1316#: c-decl.c:5185
1317msgid "named members"
1318msgstr ""
1319
1320#: c-decl.c:5185
1321msgid "members"
1322msgstr ""
1323
1324#: c-decl.c:5224
1325#, c-format
1326msgid "nested redefinition of `%s'"
1327msgstr ""
1328
1329#: c-decl.c:5237
1330#, c-format
1331msgid "bit-field `%s' width not an integer constant"
1332msgstr ""
1333
1334#: c-decl.c:5248
1335#, c-format
1336msgid "bit-field `%s' has invalid type"
1337msgstr ""
1338
1339#: c-decl.c:5260
1340#, c-format
1341msgid "bit-field `%s' type invalid in ISO C"
1342msgstr ""
1343
1344#: c-decl.c:5271
1345#, c-format
1346msgid "negative width in bit-field `%s'"
1347msgstr ""
1348
1349#: c-decl.c:5273
1350#, c-format
1351msgid "width of `%s' exceeds its type"
1352msgstr ""
1353
1354#: c-decl.c:5275
1355#, c-format
1356msgid "zero width for bit-field `%s'"
1357msgstr ""
1358
1359#: c-decl.c:5289
1360#, c-format
1361msgid "`%s' is narrower than values of its type"
1362msgstr ""
1363
1364#: c-decl.c:5324
1365msgid "flexible array member in union"
1366msgstr ""
1367
1368#: c-decl.c:5329
1369msgid "flexible array member not at end of struct"
1370msgstr ""
1371
1372#: c-decl.c:5334
1373msgid "flexible array member in otherwise empty struct"
1374msgstr ""
1375
1376#: c-decl.c:5366
1377#, c-format
1378msgid "duplicate member `%s'"
1379msgstr ""
1380
1381#: c-decl.c:5457
1382msgid "union cannot be made transparent"
1383msgstr ""
1384
1385#. This enum is a named one that has been declared already.
1386#: c-decl.c:5567
1387#, c-format
1388msgid "redeclaration of `enum %s'"
1389msgstr ""
1390
1391#: c-decl.c:5601
1392msgid "enum defined inside parms"
1393msgstr ""
1394
1395#: c-decl.c:5634
1396msgid "enumeration values exceed range of largest integer"
1397msgstr ""
1398
1399#: c-decl.c:5743
1400#, c-format
1401msgid "enumerator value for `%s' not integer constant"
1402msgstr ""
1403
1404#: c-decl.c:5756
1405msgid "overflow in enumeration values"
1406msgstr ""
1407
1408#: c-decl.c:5761
1409msgid "ISO C restricts enumerator values to range of `int'"
1410msgstr ""
1411
1412#: c-decl.c:5843
1413msgid "return type is an incomplete type"
1414msgstr ""
1415
1416#: c-decl.c:5851
1417msgid "return type defaults to `int'"
1418msgstr ""
1419
1420#: c-decl.c:5898
1421#, c-format
1422msgid "no previous prototype for `%s'"
1423msgstr ""
1424
1425#: c-decl.c:5905
1426#, c-format
1427msgid "`%s' was used with no prototype before its definition"
1428msgstr ""
1429
1430#: c-decl.c:5911
1431#, c-format
1432msgid "no previous declaration for `%s'"
1433msgstr ""
1434
1435#: c-decl.c:5918
1436#, c-format
1437msgid "`%s' was used with no declaration before its definition"
1438msgstr ""
1439
1440#: c-decl.c:5942 c-decl.c:6495
1441#, c-format
1442msgid "return type of `%s' is not `int'"
1443msgstr ""
1444
1445#: c-decl.c:5958
1446#, c-format
1447msgid "first argument of `%s' should be `int'"
1448msgstr ""
1449
1450#: c-decl.c:5967
1451#, c-format
1452msgid "second argument of `%s' should be `char **'"
1453msgstr ""
1454
1455#: c-decl.c:5976
1456#, c-format
1457msgid "third argument of `%s' should probably be `char **'"
1458msgstr ""
1459
1460#: c-decl.c:5985
1461#, c-format
1462msgid "`%s' takes only zero or two arguments"
1463msgstr ""
1464
1465#: c-decl.c:5988
1466#, c-format
1467msgid "`%s' is normally a non-static function"
1468msgstr ""
1469
1470#: c-decl.c:6086
1471msgid "parm types given both in parmlist and separately"
1472msgstr ""
1473
1474#: c-decl.c:6107
1475msgid "parameter name omitted"
1476msgstr ""
1477
1478#: c-decl.c:6111 c-decl.c:6213
1479#, c-format
1480msgid "parameter `%s' declared void"
1481msgstr ""
1482
1483#: c-decl.c:6187
1484msgid "parameter name missing from parameter list"
1485msgstr ""
1486
1487#: c-decl.c:6206
1488#, c-format
1489msgid "multiple parameters named `%s'"
1490msgstr ""
1491
1492#: c-decl.c:6228 c-decl.c:6230
1493#, c-format
1494msgid "type of `%s' defaults to `int'"
1495msgstr ""
1496
1497#: c-decl.c:6266
1498#, c-format
1499msgid "declaration for parameter `%s' but no such parameter"
1500msgstr ""
1501
1502#: c-decl.c:6314
1503msgid "number of arguments doesn't match prototype"
1504msgstr ""
1505
1506#: c-decl.c:6344
1507#, c-format
1508msgid "promoted argument `%s' doesn't match prototype"
1509msgstr ""
1510
1511#: c-decl.c:6354
1512#, c-format
1513msgid "argument `%s' doesn't match prototype"
1514msgstr ""
1515
1516#: c-decl.c:6527 cp/decl.c:15118
1517msgid "no return statement in function returning non-void"
1518msgstr ""
1519
1520#: c-decl.c:6534
1521msgid "this function may return with or without a value"
1522msgstr ""
1523
1524#: c-decl.c:6738
1525#, c-format
1526msgid "size of return value of `%s' is %u bytes"
1527msgstr ""
1528
1529#: c-decl.c:6742
1530#, c-format
1531msgid "size of return value of `%s' is larger than %d bytes"
1532msgstr ""
1533
1534#. If we get here, declarations have been used in a for loop without
1535#. the C99 for loop scope.  This doesn't make much sense, so don't
1536#. allow it.
1537#: c-decl.c:6800
1538msgid "`for' loop initial declaration used outside C99 mode"
1539msgstr ""
1540
1541#: c-decl.c:6824
1542#, c-format
1543msgid "`struct %s' declared in `for' loop initial declaration"
1544msgstr ""
1545
1546#: c-decl.c:6827
1547#, c-format
1548msgid "`union %s' declared in `for' loop initial declaration"
1549msgstr ""
1550
1551#: c-decl.c:6830
1552#, c-format
1553msgid "`enum %s' declared in `for' loop initial declaration"
1554msgstr ""
1555
1556#: c-decl.c:6838
1557#, c-format
1558msgid "declaration of non-variable `%s' in `for' loop initial declaration"
1559msgstr ""
1560
1561#: c-decl.c:6840
1562#, c-format
1563msgid "declaration of static variable `%s' in `for' loop initial declaration"
1564msgstr ""
1565
1566#: c-decl.c:6842
1567#, c-format
1568msgid "declaration of `extern' variable `%s' in `for' loop initial declaration"
1569msgstr ""
1570
1571#: c-format.c:109 c-format.c:191
1572msgid "format string arg not a string type"
1573msgstr ""
1574
1575#: c-format.c:124
1576msgid "args to be formatted is not '...'"
1577msgstr ""
1578
1579#: c-format.c:133
1580msgid "strftime formats cannot format arguments"
1581msgstr ""
1582
1583#: c-format.c:168 c-format.c:270
1584msgid "format string has invalid operand number"
1585msgstr ""
1586
1587#: c-format.c:202
1588msgid "function does not return string type"
1589msgstr ""
1590
1591#: c-format.c:233
1592msgid "unrecognized format specifier"
1593msgstr ""
1594
1595#: c-format.c:246
1596#, c-format
1597msgid "`%s' is an unrecognized format function type"
1598msgstr ""
1599
1600#: c-format.c:280
1601msgid "format string arg follows the args to be formatted"
1602msgstr ""
1603
1604#: c-format.c:601
1605msgid "` ' flag"
1606msgstr ""
1607
1608#: c-format.c:601
1609msgid "the ` ' printf flag"
1610msgstr ""
1611
1612#: c-format.c:602 c-format.c:673
1613msgid "`+' flag"
1614msgstr ""
1615
1616#: c-format.c:602
1617msgid "the `+' printf flag"
1618msgstr ""
1619
1620#: c-format.c:603 c-format.c:649
1621msgid "`#' flag"
1622msgstr ""
1623
1624#: c-format.c:603
1625msgid "the `#' printf flag"
1626msgstr ""
1627
1628#: c-format.c:604 c-format.c:647
1629msgid "`0' flag"
1630msgstr ""
1631
1632#: c-format.c:604
1633msgid "the `0' printf flag"
1634msgstr ""
1635
1636#: c-format.c:605 c-format.c:646 c-format.c:676
1637msgid "`-' flag"
1638msgstr ""
1639
1640#: c-format.c:605
1641msgid "the `-' printf flag"
1642msgstr ""
1643
1644#: c-format.c:606 c-format.c:630
1645msgid "`'' flag"
1646msgstr ""
1647
1648#: c-format.c:606
1649msgid "the `'' printf flag"
1650msgstr ""
1651
1652#: c-format.c:607 c-format.c:631
1653msgid "`I' flag"
1654msgstr ""
1655
1656#: c-format.c:607
1657msgid "the `I' printf flag"
1658msgstr ""
1659
1660#: c-format.c:608 c-format.c:628 c-format.c:650 c-format.c:677 c-format.c:1702
1661msgid "field width"
1662msgstr ""
1663
1664#: c-format.c:608
1665msgid "field width in printf format"
1666msgstr ""
1667
1668#: c-format.c:609
1669msgid "precision"
1670msgstr ""
1671
1672#: c-format.c:609
1673msgid "precision in printf format"
1674msgstr ""
1675
1676#: c-format.c:610 c-format.c:629 c-format.c:680
1677msgid "length modifier"
1678msgstr ""
1679
1680#: c-format.c:610
1681msgid "length modifier in printf format"
1682msgstr ""
1683
1684#: c-format.c:626
1685msgid "assignment suppression"
1686msgstr ""
1687
1688#: c-format.c:626
1689msgid "the assignment suppression scanf feature"
1690msgstr ""
1691
1692#: c-format.c:627
1693msgid "`a' flag"
1694msgstr ""
1695
1696#: c-format.c:627
1697msgid "the `a' scanf flag"
1698msgstr ""
1699
1700#: c-format.c:628
1701msgid "field width in scanf format"
1702msgstr ""
1703
1704#: c-format.c:629
1705msgid "length modifier in scanf format"
1706msgstr ""
1707
1708#: c-format.c:630
1709msgid "the `'' scanf flag"
1710msgstr ""
1711
1712#: c-format.c:631
1713msgid "the `I' scanf flag"
1714msgstr ""
1715
1716#: c-format.c:645
1717msgid "`_' flag"
1718msgstr ""
1719
1720#: c-format.c:645
1721msgid "the `_' strftime flag"
1722msgstr ""
1723
1724#: c-format.c:646
1725msgid "the `-' strftime flag"
1726msgstr ""
1727
1728#: c-format.c:647
1729msgid "the `0' strftime flag"
1730msgstr ""
1731
1732#: c-format.c:648 c-format.c:672
1733msgid "`^' flag"
1734msgstr ""
1735
1736#: c-format.c:648
1737msgid "the `^' strftime flag"
1738msgstr ""
1739
1740#: c-format.c:649
1741msgid "the `#' strftime flag"
1742msgstr ""
1743
1744#: c-format.c:650
1745msgid "field width in strftime format"
1746msgstr ""
1747
1748#: c-format.c:651
1749msgid "`E' modifier"
1750msgstr ""
1751
1752#: c-format.c:651
1753msgid "the `E' strftime modifier"
1754msgstr ""
1755
1756#: c-format.c:652
1757msgid "`O' modifier"
1758msgstr ""
1759
1760#: c-format.c:652
1761msgid "the `O' strftime modifier"
1762msgstr ""
1763
1764#: c-format.c:653
1765msgid "the `O' modifier"
1766msgstr ""
1767
1768#: c-format.c:671
1769msgid "fill character"
1770msgstr ""
1771
1772#: c-format.c:671
1773msgid "fill character in strfmon format"
1774msgstr ""
1775
1776#: c-format.c:672
1777msgid "the `^' strfmon flag"
1778msgstr ""
1779
1780#: c-format.c:673
1781msgid "the `+' strfmon flag"
1782msgstr ""
1783
1784#: c-format.c:674
1785msgid "`(' flag"
1786msgstr ""
1787
1788#: c-format.c:674
1789msgid "the `(' strfmon flag"
1790msgstr ""
1791
1792#: c-format.c:675
1793msgid "`!' flag"
1794msgstr ""
1795
1796#: c-format.c:675
1797msgid "the `!' strfmon flag"
1798msgstr ""
1799
1800#: c-format.c:676
1801msgid "the `-' strfmon flag"
1802msgstr ""
1803
1804#: c-format.c:677
1805msgid "field width in strfmon format"
1806msgstr ""
1807
1808#: c-format.c:678
1809msgid "left precision"
1810msgstr ""
1811
1812#: c-format.c:678
1813msgid "left precision in strfmon format"
1814msgstr ""
1815
1816#: c-format.c:679
1817msgid "right precision"
1818msgstr ""
1819
1820#: c-format.c:679
1821msgid "right precision in strfmon format"
1822msgstr ""
1823
1824#: c-format.c:680
1825msgid "length modifier in strfmon format"
1826msgstr ""
1827
1828#: c-format.c:983
1829#, c-format
1830msgid "function might be possible candidate for `%s' format attribute"
1831msgstr ""
1832
1833#: c-format.c:1107 c-format.c:1128 c-format.c:2112
1834msgid "missing $ operand number in format"
1835msgstr ""
1836
1837#: c-format.c:1138
1838#, c-format
1839msgid "%s does not support %%n$ operand number formats"
1840msgstr ""
1841
1842#: c-format.c:1145
1843msgid "operand number out of range in format"
1844msgstr ""
1845
1846#: c-format.c:1168
1847#, c-format
1848msgid "format argument %d used more than once in %s format"
1849msgstr ""
1850
1851#: c-format.c:1218
1852#, c-format
1853msgid "format argument %d unused before used argument %d in $-style format"
1854msgstr ""
1855
1856#: c-format.c:1322
1857msgid "format not a string literal, format string not checked"
1858msgstr ""
1859
1860#: c-format.c:1336
1861msgid "format not a string literal and no format arguments"
1862msgstr ""
1863
1864#: c-format.c:1338
1865msgid "format not a string literal, argument types not checked"
1866msgstr ""
1867
1868#: c-format.c:1351
1869msgid "too many arguments for format"
1870msgstr ""
1871
1872#: c-format.c:1354
1873msgid "unused arguments in $-style format"
1874msgstr ""
1875
1876#: c-format.c:1357
1877#, c-format
1878msgid "zero-length %s format string"
1879msgstr ""
1880
1881#: c-format.c:1361
1882msgid "format is a wide character string"
1883msgstr ""
1884
1885#: c-format.c:1364
1886msgid "unterminated format string"
1887msgstr ""
1888
1889#: c-format.c:1581
1890msgid "embedded `\\0' in format"
1891msgstr ""
1892
1893#: c-format.c:1596
1894#, c-format
1895msgid "spurious trailing `%%' in format"
1896msgstr ""
1897
1898#: c-format.c:1635 c-format.c:1872
1899#, c-format
1900msgid "repeated %s in format"
1901msgstr ""
1902
1903#: c-format.c:1648
1904msgid "missing fill character at end of strfmon format"
1905msgstr ""
1906
1907#: c-format.c:1687 c-format.c:1786 c-format.c:2066 c-format.c:2119
1908msgid "too few arguments for format"
1909msgstr ""
1910
1911#: c-format.c:1728
1912#, c-format
1913msgid "zero width in %s format"
1914msgstr ""
1915
1916#: c-format.c:1747
1917#, c-format
1918msgid "empty left precision in %s format"
1919msgstr ""
1920
1921#: c-format.c:1801
1922msgid "field precision"
1923msgstr ""
1924
1925#: c-format.c:1816
1926#, c-format
1927msgid "empty precision in %s format"
1928msgstr ""
1929
1930#: c-format.c:1856
1931#, c-format
1932msgid "%s does not support the `%s' %s length modifier"
1933msgstr ""
1934
1935#: c-format.c:1906
1936msgid "conversion lacks type at end of format"
1937msgstr ""
1938
1939#: c-format.c:1917
1940#, c-format
1941msgid "unknown conversion type character `%c' in format"
1942msgstr ""
1943
1944#: c-format.c:1920
1945#, c-format
1946msgid "unknown conversion type character 0x%x in format"
1947msgstr ""
1948
1949#: c-format.c:1927
1950#, c-format
1951msgid "%s does not support the `%%%c' %s format"
1952msgstr ""
1953
1954#: c-format.c:1943
1955#, c-format
1956msgid "%s used with `%%%c' %s format"
1957msgstr ""
1958
1959#: c-format.c:1952
1960#, c-format
1961msgid "%s does not support %s"
1962msgstr ""
1963
1964#: c-format.c:1961
1965#, c-format
1966msgid "%s does not support %s with the `%%%c' %s format"
1967msgstr ""
1968
1969#: c-format.c:1994
1970#, c-format
1971msgid "%s ignored with %s and `%%%c' %s format"
1972msgstr ""
1973
1974#: c-format.c:1998
1975#, c-format
1976msgid "%s ignored with %s in %s format"
1977msgstr ""
1978
1979#: c-format.c:2004
1980#, c-format
1981msgid "use of %s and %s together with `%%%c' %s format"
1982msgstr ""
1983
1984#: c-format.c:2008
1985#, c-format
1986msgid "use of %s and %s together in %s format"
1987msgstr ""
1988
1989#: c-format.c:2027
1990#, c-format
1991msgid "`%%%c' yields only last 2 digits of year in some locales"
1992msgstr ""
1993
1994#: c-format.c:2030
1995#, c-format
1996msgid "`%%%c' yields only last 2 digits of year"
1997msgstr ""
1998
1999#. The end of the format string was reached.
2000#: c-format.c:2046
2001#, c-format
2002msgid "no closing `]' for `%%[' format"
2003msgstr ""
2004
2005#: c-format.c:2059
2006#, c-format
2007msgid "use of `%s' length modifier with `%c' type character"
2008msgstr ""
2009
2010#: c-format.c:2080
2011#, c-format
2012msgid "%s does not support the `%%%s%c' %s format"
2013msgstr ""
2014
2015#: c-format.c:2095
2016msgid "operand number specified with suppressed assignment"
2017msgstr ""
2018
2019#: c-format.c:2097
2020msgid "operand number specified for format taking no argument"
2021msgstr ""
2022
2023#: c-format.c:2211
2024#, c-format
2025msgid "writing through null pointer (arg %d)"
2026msgstr ""
2027
2028#: c-format.c:2220
2029#, c-format
2030msgid "reading through null pointer (arg %d)"
2031msgstr ""
2032
2033#: c-format.c:2240
2034#, c-format
2035msgid "writing into constant object (arg %d)"
2036msgstr ""
2037
2038#: c-format.c:2250
2039#, c-format
2040msgid "extra type qualifiers in format argument (arg %d)"
2041msgstr ""
2042
2043#: c-format.c:2257
2044#, c-format
2045msgid "format argument is not a pointer (arg %d)"
2046msgstr ""
2047
2048#: c-format.c:2259
2049#, c-format
2050msgid "format argument is not a pointer to a pointer (arg %d)"
2051msgstr ""
2052
2053#: c-format.c:2330
2054msgid "pointer"
2055msgstr ""
2056
2057#: c-format.c:2332
2058msgid "different type"
2059msgstr ""
2060
2061#: c-format.c:2353
2062#, c-format
2063msgid "%s is not type %s (arg %d)"
2064msgstr ""
2065
2066#: c-format.c:2356
2067#, c-format
2068msgid "%s format, %s arg (arg %d)"
2069msgstr ""
2070
2071#: c-lex.c:153
2072msgid "YYDEBUG not defined"
2073msgstr ""
2074
2075#: c-lex.c:293
2076msgid "badly nested C headers from preprocessor"
2077msgstr ""
2078
2079#: c-lex.c:336
2080#, c-format
2081msgid "ignoring #pragma %s %s"
2082msgstr ""
2083
2084#: c-lex.c:386
2085#, c-format
2086msgid "universal-character-name '\\U%08x' not valid in identifier"
2087msgstr ""
2088
2089#: c-lex.c:632
2090#, c-format
2091msgid "universal-character-name '\\u%04x' not valid in identifier"
2092msgstr ""
2093
2094#: c-lex.c:695
2095#, c-format
2096msgid "stray '%c' in program"
2097msgstr ""
2098
2099#: c-lex.c:697
2100#, c-format
2101msgid "stray '\\%o' in program"
2102msgstr ""
2103
2104#: c-lex.c:854
2105msgid "this decimal constant is unsigned only in ISO C90"
2106msgstr ""
2107
2108#: c-lex.c:857
2109msgid "this decimal constant would be unsigned in ISO C90"
2110msgstr ""
2111
2112#: c-lex.c:873
2113#, c-format
2114msgid "integer constant is too large for \"%s\" type"
2115msgstr ""
2116
2117#: c-lex.c:941
2118#, c-format
2119msgid "floating constant exceeds range of \"%s\""
2120msgstr ""
2121
2122#: c-lex.c:977 cpplex.c:330 cpplex.c:668 cpplex.c:1942
2123msgid "ignoring invalid multibyte character"
2124msgstr ""
2125
2126#: c-opts.c:355
2127#, c-format
2128msgid "missing argument to \"-%s\""
2129msgstr ""
2130
2131#: c-opts.c:359
2132#, c-format
2133msgid "no class name specified with \"-%s\""
2134msgstr ""
2135
2136#: c-opts.c:366
2137#, c-format
2138msgid "missing filename after \"-%s\""
2139msgstr ""
2140
2141#: c-opts.c:371
2142#, c-format
2143msgid "missing target after \"-%s\""
2144msgstr ""
2145
2146#: c-opts.c:505
2147#, c-format
2148msgid "options array incorrectly sorted: %s is before %s"
2149msgstr ""
2150
2151#: c-opts.c:550
2152#, c-format
2153msgid "too many filenames given.  Type %s --help for usage"
2154msgstr ""
2155
2156#: c-opts.c:937
2157msgid "-Wno-strict-prototypes is not supported in C++"
2158msgstr ""
2159
2160#: c-opts.c:1017
2161#, c-format
2162msgid "switch \"%s\" is no longer supported"
2163msgstr ""
2164
2165#: c-opts.c:1033
2166#, c-format
2167msgid "switch \"%s\" is deprecated, please see documentation for details"
2168msgstr ""
2169
2170#: c-opts.c:1153
2171msgid ""
2172"-fhandle-exceptions has been renamed to -fexceptions (and is now on by "
2173"default)"
2174msgstr ""
2175
2176#: c-opts.c:1273
2177msgid "output filename specified twice"
2178msgstr ""
2179
2180#: c-opts.c:1387
2181msgid "-Wformat-y2k ignored without -Wformat"
2182msgstr ""
2183
2184#: c-opts.c:1389
2185msgid "-Wformat-extra-args ignored without -Wformat"
2186msgstr ""
2187
2188#: c-opts.c:1391
2189msgid "-Wformat-zero-length ignored without -Wformat"
2190msgstr ""
2191
2192#: c-opts.c:1393
2193msgid "-Wformat-nonliteral ignored without -Wformat"
2194msgstr ""
2195
2196#: c-opts.c:1395
2197msgid "-Wformat-security ignored without -Wformat"
2198msgstr ""
2199
2200#: c-opts.c:1397
2201msgid "-Wmissing-format-attribute ignored without -Wformat"
2202msgstr ""
2203
2204#: c-opts.c:1419
2205#, c-format
2206msgid "opening output file %s"
2207msgstr ""
2208
2209#: c-opts.c:1474
2210#, c-format
2211msgid "opening dependency file %s"
2212msgstr ""
2213
2214#: c-opts.c:1484
2215#, c-format
2216msgid "closing dependency file %s"
2217msgstr ""
2218
2219#: c-opts.c:1487
2220#, c-format
2221msgid "when writing output to %s"
2222msgstr ""
2223
2224#: c-opts.c:1567
2225msgid "to generate dependencies you must specify either -M or -MM"
2226msgstr ""
2227
2228#: c-opts.c:1715
2229#, c-format
2230msgid "\"-%c%s%s\" is valid for %s but not for %s"
2231msgstr ""
2232
2233#. To keep the lines from getting too long for some compilers, limit
2234#. to about 500 characters (6 lines) per chunk.
2235#: c-opts.c:1726
2236msgid ""
2237"Switches:\n"
2238"  -include <file>           Include the contents of <file> before other "
2239"files\n"
2240"  -imacros <file>           Accept definition of macros in <file>\n"
2241"  -iprefix <path>           Specify <path> as a prefix for next two options\n"
2242"  -iwithprefix <dir>        Add <dir> to the end of the system include path\n"
2243"  -iwithprefixbefore <dir>  Add <dir> to the end of the main include path\n"
2244"  -isystem <dir>            Add <dir> to the start of the system include "
2245"path\n"
2246msgstr ""
2247
2248#: c-opts.c:1735
2249msgid ""
2250"  -idirafter <dir>          Add <dir> to the end of the system include path\n"
2251"  -I <dir>                  Add <dir> to the end of the main include path\n"
2252"  -I-                       Fine-grained include path control; see info "
2253"docs\n"
2254"  -nostdinc                 Do not search system include directories\n"
2255"                             (dirs specified with -isystem will still be "
2256"used)\n"
2257"  -nostdinc++               Do not search system include directories for C+"
2258"+\n"
2259"  -o <file>                 Put output into <file>\n"
2260msgstr ""
2261
2262#: c-opts.c:1744
2263msgid ""
2264"  -trigraphs                Support ISO C trigraphs\n"
2265"  -std=<std name>           Specify the conformance standard; one of:\n"
2266"                            gnu89, gnu99, c89, c99, iso9899:1990,\n"
2267"                            iso9899:199409, iso9899:1999, c++98\n"
2268"  -w                        Inhibit warning messages\n"
2269"  -W[no-]trigraphs          Warn if trigraphs are encountered\n"
2270"  -W[no-]comment{s}         Warn if one comment starts inside another\n"
2271msgstr ""
2272
2273#: c-opts.c:1753
2274msgid ""
2275"  -W[no-]traditional        Warn about features not present in traditional "
2276"C\n"
2277"  -W[no-]undef              Warn if an undefined macro is used by #if\n"
2278"  -W[no-]import             Warn about the use of the #import directive\n"
2279msgstr ""
2280
2281#: c-opts.c:1758
2282msgid ""
2283"  -W[no-]error              Treat all warnings as errors\n"
2284"  -W[no-]system-headers     Do not suppress warnings from system headers\n"
2285"  -W[no-]all                Enable most preprocessor warnings\n"
2286msgstr ""
2287
2288#: c-opts.c:1763
2289msgid ""
2290"  -M                        Generate make dependencies\n"
2291"  -MM                       As -M, but ignore system header files\n"
2292"  -MD                       Generate make dependencies and compile\n"
2293"  -MMD                      As -MD, but ignore system header files\n"
2294"  -MF <file>                Write dependency output to the given file\n"
2295"  -MG                       Treat missing header file as generated files\n"
2296msgstr ""
2297
2298#: c-opts.c:1771
2299msgid ""
2300"  -MP\t\t\t    Generate phony targets for all headers\n"
2301"  -MQ <target>              Add a MAKE-quoted target\n"
2302"  -MT <target>              Add an unquoted target\n"
2303msgstr ""
2304
2305#: c-opts.c:1776
2306msgid ""
2307"  -D<macro>                 Define a <macro> with string '1' as its value\n"
2308"  -D<macro>=<val>           Define a <macro> with <val> as its value\n"
2309"  -A<question>=<answer>     Assert the <answer> to <question>\n"
2310"  -A-<question>=<answer>    Disable the <answer> to <question>\n"
2311"  -U<macro>                 Undefine <macro> \n"
2312"  -v                        Display the version number\n"
2313msgstr ""
2314
2315#: c-opts.c:1784
2316msgid ""
2317"  -H                        Print the name of header files as they are used\n"
2318"  -C                        Do not discard comments\n"
2319"  -dM                       Display a list of macro definitions active at "
2320"end\n"
2321"  -dD                       Preserve macro definitions in output\n"
2322"  -dN                       As -dD except that only the names are preserved\n"
2323"  -dI                       Include #include directives in the output\n"
2324msgstr ""
2325
2326#: c-opts.c:1792
2327msgid ""
2328"  -f[no-]preprocessed       Treat the input file as already preprocessed\n"
2329"  -ftabstop=<number>        Distance between tab stops for column reporting\n"
2330"  -P                        Do not generate #line directives\n"
2331"  -remap                    Remap file names when including files\n"
2332"  --help                    Display this information\n"
2333msgstr ""
2334
2335#. Like YYERROR but do call yyerror.
2336#: c-parse.y:31 parse.y:26 objc-parse.y:55 op27972.c:6663
2337msgid "syntax error"
2338msgstr ""
2339
2340#: c-p30735.c:2081 gengtype-yacc.c:549 p11385.c:4875 ps13358.c:1939
2341#: p14754.c:2922 op27972.c:2705
2342msgid "syntax error: cannot back up"
2343msgstr ""
2344
2345#: c-parse.y:290 objc-parse.y:346
2346msgid "ISO C forbids an empty source file"
2347msgstr ""
2348
2349#: c-parse.y:329 c-typeck.c:6916 objc-parse.y:388
2350msgid "argument of `asm' is not a constant string"
2351msgstr ""
2352
2353#: c-parse.y:337 objc-parse.y:396
2354msgid "ISO C forbids data definition with no type or storage class"
2355msgstr ""
2356
2357#: c-parse.y:339 objc-parse.y:398
2358msgid "data definition has no type or storage class"
2359msgstr ""
2360
2361#: c-parse.y:352 objc-parse.y:411
2362msgid "ISO C does not allow extra `;' outside of a function"
2363msgstr ""
2364
2365#: c-parse.y:412 cppexp.c:1312
2366msgid "traditional C rejects the unary plus operator"
2367msgstr ""
2368
2369#: c-parse.y:459 objc-parse.y:518
2370msgid "`sizeof' applied to a bit-field"
2371msgstr ""
2372
2373#: c-parse.y:546 objc-parse.y:605
2374msgid "ISO C forbids omitting the middle term of a ?: expression"
2375msgstr ""
2376
2377#: c-parse.y:595 objc-parse.y:654
2378msgid "ISO C89 forbids compound literals"
2379msgstr ""
2380
2381#: c-parse.y:609 objc-parse.y:668
2382msgid "ISO C forbids braced-groups within expressions"
2383msgstr ""
2384
2385#: c-parse.y:640 objc-parse.y:699
2386msgid "first argument to __builtin_choose_expr not a constant"
2387msgstr ""
2388
2389#: c-parse.y:684 objc-parse.y:767
2390msgid "traditional C rejects ISO C style function definitions"
2391msgstr ""
2392
2393#: c-parse.y:888 c-parse.y:894 c-parse.y:900 c-parse.y:906 c-parse.y:927
2394#: c-parse.y:933 c-parse.y:939 c-parse.y:945 c-parse.y:978 c-parse.y:984
2395#: c-parse.y:990 c-parse.y:996 c-parse.y:1041 c-parse.y:1047 c-parse.y:1053
2396#: c-parse.y:1059 parse.y:1841 parse.y:1848 parse.y:1873 objc-parse.y:1031
2397#: objc-parse.y:1037 objc-parse.y:1043 objc-parse.y:1049 objc-parse.y:1070
2398#: objc-parse.y:1076 objc-parse.y:1082 objc-parse.y:1088 objc-parse.y:1121
2399#: objc-parse.y:1127 objc-parse.y:1133 objc-parse.y:1139 objc-parse.y:1184
2400#: objc-parse.y:1190 objc-parse.y:1196 objc-parse.y:1202
2401#, c-format
2402msgid "`%s' is not at beginning of declaration"
2403msgstr ""
2404
2405#: c-parse.y:1323 objc-parse.y:1496
2406msgid "ISO C forbids empty initializer braces"
2407msgstr ""
2408
2409#: c-parse.y:1336 objc-parse.y:1510
2410msgid "ISO C89 forbids specifying subobject to initialize"
2411msgstr ""
2412
2413#: c-parse.y:1339 objc-parse.y:1513
2414msgid "obsolete use of designated initializer without `='"
2415msgstr ""
2416
2417#: c-parse.y:1343 objc-parse.y:1517
2418msgid "obsolete use of designated initializer with `:'"
2419msgstr ""
2420
2421#: c-parse.y:1370 objc-parse.y:1544
2422msgid "ISO C forbids specifying range of elements to initialize"
2423msgstr ""
2424
2425#: c-parse.y:1378 c-parse.y:1404 objc-parse.y:1552 objc-parse.y:1583
2426msgid "ISO C forbids nested functions"
2427msgstr ""
2428
2429#: c-parse.y:1557 objc-parse.y:1760
2430msgid "ISO C forbids forward references to `enum' types"
2431msgstr ""
2432
2433#: c-parse.y:1569 parse.y:2292 objc-parse.y:1772
2434msgid "comma at end of enumerator list"
2435msgstr ""
2436
2437#: c-parse.y:1577 objc-parse.y:1780
2438msgid "no semicolon at end of struct or union"
2439msgstr ""
2440
2441#: c-parse.y:1586 objc-parse.y:1789 objc-parse.y:2865
2442msgid "extra semicolon in struct or union specified"
2443msgstr ""
2444
2445#: c-parse.y:1599 objc-parse.y:1816
2446msgid "ISO C doesn't support unnamed structs/unions"
2447msgstr ""
2448
2449#: c-parse.y:1608 objc-parse.y:1825
2450msgid "ISO C forbids member declarations with no members"
2451msgstr ""
2452
2453#: c-parse.y:1760 objc-parse.y:1984
2454msgid "deprecated use of label at end of compound statement"
2455msgstr ""
2456
2457#: c-parse.y:1777 objc-parse.y:2001
2458msgid "ISO C89 forbids mixed declarations and code"
2459msgstr ""
2460
2461#: c-parse.y:1849 objc-parse.y:2080
2462msgid "ISO C forbids label declarations"
2463msgstr ""
2464
2465#: c-parse.y:1898 parse.y:1588 objc-parse.y:2130
2466msgid "braced-group within expression allowed only inside a function"
2467msgstr ""
2468
2469#: c-parse.y:2013 objc-parse.y:2258
2470msgid "empty body in an else-statement"
2471msgstr ""
2472
2473#: c-parse.y:2125 objc-parse.y:2379
2474msgid "ISO C forbids `goto *expr;'"
2475msgstr ""
2476
2477#: c-parse.y:2218 objc-parse.y:2479
2478msgid "ISO C forbids forward parameter declarations"
2479msgstr ""
2480
2481#. Gcc used to allow this as an extension.  However, it does
2482#. not work for all targets, and thus has been disabled.
2483#. Also, since func (...) and func () are indistinguishable,
2484#. it caused problems with the code in expand_builtin which
2485#. tries to verify that BUILT_IN_NEXT_ARG is being used
2486#. correctly.
2487#: c-parse.y:2243 objc-parse.y:2505
2488msgid "ISO C requires a named argument before `...'"
2489msgstr ""
2490
2491#: c-parse.y:2336 objc-parse.y:2602
2492msgid "`...' in old-style identifier list"
2493msgstr ""
2494
2495#: c-p30735.c:5287 gengtype-yacc.c:1464 p11385.c:10249 ps13358.c:3020
2496#: p14754.c:6075
2497msgid "parse error; also virtual memory exhausted"
2498msgstr ""
2499
2500#: c-p30735.c:5291 gengtype-yacc.c:1468 p11385.c:10253 cp/spew.c:364
2501#: ps13358.c:3024 p14754.c:6079
2502msgid "parse error"
2503msgstr ""
2504
2505#: c-p30735.c:5406 gengtype-yacc.c:1583 p11385.c:10368 ps13358.c:3139
2506#: p14754.c:6194 op27972.c:6778
2507msgid "parser stack overflow"
2508msgstr ""
2509
2510#: c-parse.y:2648 cp/spew.c:1525 objc-parse.y:3538
2511#, c-format
2512msgid "%s at end of input"
2513msgstr ""
2514
2515#: c-parse.y:2654 cp/spew.c:1533 objc-parse.y:3544
2516#, c-format
2517msgid "%s before %s'%c'"
2518msgstr ""
2519
2520#: c-parse.y:2656 cp/spew.c:1535 objc-parse.y:3546
2521#, c-format
2522msgid "%s before %s'\\x%x'"
2523msgstr ""
2524
2525#: c-parse.y:2660 cp/spew.c:1542 objc-parse.y:3550
2526#, c-format
2527msgid "%s before string constant"
2528msgstr ""
2529
2530#: c-parse.y:2662 cp/spew.c:1544 objc-parse.y:3552
2531#, c-format
2532msgid "%s before numeric constant"
2533msgstr ""
2534
2535#: c-parse.y:2664 objc-parse.y:3554
2536#, c-format
2537msgid "%s before \"%s\""
2538msgstr ""
2539
2540#: c-parse.y:2666 objc-parse.y:3556
2541#, c-format
2542msgid "%s before '%s' token"
2543msgstr ""
2544
2545#: c-parse.y:2731
2546msgid "traditional C rejects string concatenation"
2547msgstr ""
2548
2549#: c-parse.y:2857 objc-parse.y:3780
2550#, c-format
2551msgid "syntax error at '%s' token"
2552msgstr ""
2553
2554#: c-pragma.c:107
2555msgid ""
2556"#pragma pack (pop) encountered without matching #pragma pack (push, <n>)"
2557msgstr ""
2558
2559#: c-pragma.c:125
2560#, c-format
2561msgid ""
2562"#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s, "
2563"<n>)"
2564msgstr ""
2565
2566#: c-pragma.c:145
2567msgid "#pragma pack(push[, id], <n>) is not supported on this target"
2568msgstr ""
2569
2570#: c-pragma.c:147
2571msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
2572msgstr ""
2573
2574#: c-pragma.c:167
2575msgid "missing '(' after '#pragma pack' - ignored"
2576msgstr ""
2577
2578#: c-pragma.c:180 c-pragma.c:230
2579msgid "malformed '#pragma pack' - ignored"
2580msgstr ""
2581
2582#: c-pragma.c:185
2583msgid "malformed '#pragma pack(push[, id], <n>)' - ignored"
2584msgstr ""
2585
2586#: c-pragma.c:187
2587msgid "malformed '#pragma pack(pop[, id])' - ignored"
2588msgstr ""
2589
2590#: c-pragma.c:196
2591#, c-format
2592msgid "unknown action '%s' for '#pragma pack' - ignored"
2593msgstr ""
2594
2595#: c-pragma.c:233
2596msgid "junk at end of '#pragma pack'"
2597msgstr ""
2598
2599#: c-pragma.c:247
2600#, c-format
2601msgid "alignment must be a small power of two, not %d"
2602msgstr ""
2603
2604#: c-pragma.c:280
2605#, c-format
2606msgid ""
2607"applying #pragma weak `%s' after first use results in unspecified behavior"
2608msgstr ""
2609
2610#: c-pragma.c:328 c-pragma.c:333
2611msgid "malformed #pragma weak, ignored"
2612msgstr ""
2613
2614#: c-pragma.c:337
2615msgid "junk at end of #pragma weak"
2616msgstr ""
2617
2618#: c-pragma.c:372 c-pragma.c:377
2619msgid "malformed #pragma redefine_extname, ignored"
2620msgstr ""
2621
2622#: c-pragma.c:382
2623msgid "junk at end of #pragma redefine_extname"
2624msgstr ""
2625
2626#: c-pragma.c:389 c-pragma.c:470
2627msgid "#pragma redefine_extname conflicts with declaration"
2628msgstr ""
2629
2630#: c-pragma.c:420
2631msgid "malformed #pragma extern_prefix, ignored"
2632msgstr ""
2633
2634#: c-pragma.c:425
2635msgid "junk at end of #pragma extern_prefix"
2636msgstr ""
2637
2638#: c-pragma.c:457
2639msgid "asm declaration conflicts with previous rename"
2640msgstr ""
2641
2642#: c-semantics.c:565
2643msgid "break statement not within loop or switch"
2644msgstr ""
2645
2646#: c-semantics.c:583
2647msgid "continue statement not within a loop"
2648msgstr ""
2649
2650#: c-semantics.c:678
2651msgid "destructor needed for `%#D'"
2652msgstr ""
2653
2654#: c-semantics.c:679
2655msgid "where case label appears here"
2656msgstr ""
2657
2658#: c-semantics.c:682
2659msgid ""
2660"(enclose actions of previous case statements requiring destructors in their "
2661"own scope.)"
2662msgstr ""
2663
2664#: c-semantics.c:725 c-typeck.c:6942 cp/semantics.c:897
2665#, c-format
2666msgid "%s qualifier ignored on asm"
2667msgstr ""
2668
2669#: c-typeck.c:123
2670#, c-format
2671msgid "`%s' has an incomplete type"
2672msgstr ""
2673
2674#: c-typeck.c:145 cp/call.c:2869
2675msgid "invalid use of void expression"
2676msgstr ""
2677
2678#: c-typeck.c:153
2679msgid "invalid use of flexible array member"
2680msgstr ""
2681
2682#: c-typeck.c:159
2683msgid "invalid use of array with unspecified bounds"
2684msgstr ""
2685
2686#: c-typeck.c:167
2687#, c-format
2688msgid "invalid use of undefined type `%s %s'"
2689msgstr ""
2690
2691#. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
2692#: c-typeck.c:171
2693#, c-format
2694msgid "invalid use of incomplete typedef `%s'"
2695msgstr ""
2696
2697#: c-typeck.c:424 c-typeck.c:438
2698msgid "function types not truly compatible in ISO C"
2699msgstr ""
2700
2701#: c-typeck.c:603
2702msgid "types are not quite compatible"
2703msgstr ""
2704
2705#: c-typeck.c:757 c-typeck.c:2685
2706msgid "arithmetic on pointer to an incomplete type"
2707msgstr ""
2708
2709#: c-typeck.c:1136
2710#, c-format
2711msgid "%s has no member named `%s'"
2712msgstr ""
2713
2714#: c-typeck.c:1172
2715#, c-format
2716msgid "request for member `%s' in something not a structure or union"
2717msgstr ""
2718
2719#: c-typeck.c:1204
2720msgid "dereferencing pointer to incomplete type"
2721msgstr ""
2722
2723#: c-typeck.c:1208
2724msgid "dereferencing `void *' pointer"
2725msgstr ""
2726
2727#: c-typeck.c:1225 cp/typeck.c:2369
2728#, c-format
2729msgid "invalid type argument of `%s'"
2730msgstr ""
2731
2732#: c-typeck.c:1244 cp/typeck.c:2395
2733msgid "subscript missing in array reference"
2734msgstr ""
2735
2736#: c-typeck.c:1265 cp/typeck.c:2437
2737msgid "array subscript has type `char'"
2738msgstr ""
2739
2740#: c-typeck.c:1273 c-typeck.c:1362 cp/typeck.c:2444 cp/typeck.c:2523
2741msgid "array subscript is not an integer"
2742msgstr ""
2743
2744#: c-typeck.c:1306
2745msgid "ISO C forbids subscripting `register' array"
2746msgstr ""
2747
2748#: c-typeck.c:1308
2749msgid "ISO C90 forbids subscripting non-lvalue array"
2750msgstr ""
2751
2752#: c-typeck.c:1341
2753msgid "subscript has type `char'"
2754msgstr ""
2755
2756#: c-typeck.c:1357 cp/typeck.c:2518
2757msgid "subscripted value is neither array nor pointer"
2758msgstr ""
2759
2760#: c-typeck.c:1411
2761#, c-format
2762msgid "`%s' undeclared here (not in a function)"
2763msgstr ""
2764
2765#: c-typeck.c:1418
2766#, c-format
2767msgid "`%s' undeclared (first use in this function)"
2768msgstr ""
2769
2770#: c-typeck.c:1423
2771msgid "(Each undeclared identifier is reported only once"
2772msgstr ""
2773
2774#: c-typeck.c:1424
2775msgid "for each function it appears in.)"
2776msgstr ""
2777
2778#: c-typeck.c:1441
2779#, c-format
2780msgid "local declaration of `%s' hides instance variable"
2781msgstr ""
2782
2783#: c-typeck.c:1518
2784msgid "called object is not a function"
2785msgstr ""
2786
2787#: c-typeck.c:1604 cp/typeck.c:2829
2788msgid "too many arguments to function"
2789msgstr ""
2790
2791#: c-typeck.c:1625
2792#, c-format
2793msgid "type of formal parameter %d is incomplete"
2794msgstr ""
2795
2796#: c-typeck.c:1638
2797#, c-format
2798msgid "%s as integer rather than floating due to prototype"
2799msgstr ""
2800
2801#: c-typeck.c:1641
2802#, c-format
2803msgid "%s as integer rather than complex due to prototype"
2804msgstr ""
2805
2806#: c-typeck.c:1644
2807#, c-format
2808msgid "%s as complex rather than floating due to prototype"
2809msgstr ""
2810
2811#: c-typeck.c:1647
2812#, c-format
2813msgid "%s as floating rather than integer due to prototype"
2814msgstr ""
2815
2816#: c-typeck.c:1650
2817#, c-format
2818msgid "%s as complex rather than integer due to prototype"
2819msgstr ""
2820
2821#: c-typeck.c:1653
2822#, c-format
2823msgid "%s as floating rather than complex due to prototype"
2824msgstr ""
2825
2826#: c-typeck.c:1663
2827#, c-format
2828msgid "%s as `float' rather than `double' due to prototype"
2829msgstr ""
2830
2831#: c-typeck.c:1681
2832#, c-format
2833msgid "%s with different width due to prototype"
2834msgstr ""
2835
2836#: c-typeck.c:1715
2837#, c-format
2838msgid "%s as unsigned due to prototype"
2839msgstr ""
2840
2841#: c-typeck.c:1717
2842#, c-format
2843msgid "%s as signed due to prototype"
2844msgstr ""
2845
2846#: c-typeck.c:1751 cp/typeck.c:2933
2847msgid "too few arguments to function"
2848msgstr ""
2849
2850#: c-typeck.c:1793
2851msgid "suggest parentheses around + or - inside shift"
2852msgstr ""
2853
2854#: c-typeck.c:1800
2855msgid "suggest parentheses around && within ||"
2856msgstr ""
2857
2858#: c-typeck.c:1809
2859msgid "suggest parentheses around arithmetic in operand of |"
2860msgstr ""
2861
2862#: c-typeck.c:1812
2863msgid "suggest parentheses around comparison in operand of |"
2864msgstr ""
2865
2866#: c-typeck.c:1821
2867msgid "suggest parentheses around arithmetic in operand of ^"
2868msgstr ""
2869
2870#: c-typeck.c:1824
2871msgid "suggest parentheses around comparison in operand of ^"
2872msgstr ""
2873
2874#: c-typeck.c:1831
2875msgid "suggest parentheses around + or - in operand of &"
2876msgstr ""
2877
2878#: c-typeck.c:1834
2879msgid "suggest parentheses around comparison in operand of &"
2880msgstr ""
2881
2882#: c-typeck.c:1841
2883msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
2884msgstr ""
2885
2886#: c-typeck.c:2001 c-typeck.c:2036
2887msgid "division by zero"
2888msgstr ""
2889
2890#: c-typeck.c:2081 cp/typeck.c:3194
2891msgid "right shift count is negative"
2892msgstr ""
2893
2894#: c-typeck.c:2088 cp/typeck.c:3200
2895msgid "right shift count >= width of type"
2896msgstr ""
2897
2898#: c-typeck.c:2109 cp/typeck.c:3219
2899msgid "left shift count is negative"
2900msgstr ""
2901
2902#: c-typeck.c:2112 cp/typeck.c:3221
2903msgid "left shift count >= width of type"
2904msgstr ""
2905
2906#: c-typeck.c:2133
2907msgid "shift count is negative"
2908msgstr ""
2909
2910#: c-typeck.c:2135
2911msgid "shift count >= width of type"
2912msgstr ""
2913
2914#: c-typeck.c:2152 cp/typeck.c:3256
2915msgid "comparing floating point with == or != is unsafe"
2916msgstr ""
2917
2918#: c-typeck.c:2176 c-typeck.c:2182
2919msgid "ISO C forbids comparison of `void *' with function pointer"
2920msgstr ""
2921
2922#: c-typeck.c:2185 c-typeck.c:2225 c-typeck.c:2253
2923msgid "comparison of distinct pointer types lacks a cast"
2924msgstr ""
2925
2926#: c-typeck.c:2199 c-typeck.c:2204 c-typeck.c:2273 c-typeck.c:2278
2927msgid "comparison between pointer and integer"
2928msgstr ""
2929
2930#: c-typeck.c:2220 c-typeck.c:2248
2931msgid "ISO C forbids ordered comparisons of pointers to functions"
2932msgstr ""
2933
2934#: c-typeck.c:2245
2935msgid "comparison of complete and incomplete pointers"
2936msgstr ""
2937
2938#: c-typeck.c:2261 c-typeck.c:2268
2939msgid "ordered comparison of pointer with integer zero"
2940msgstr ""
2941
2942#: c-typeck.c:2292 cp/typeck.c:3389
2943msgid "unordered comparison on non-floating point argument"
2944msgstr ""
2945
2946#: c-typeck.c:2503
2947msgid "comparison between signed and unsigned"
2948msgstr ""
2949
2950#: c-typeck.c:2549 cp/typeck.c:3633
2951msgid "comparison of promoted ~unsigned with constant"
2952msgstr ""
2953
2954#: c-typeck.c:2557 cp/typeck.c:3641
2955msgid "comparison of promoted ~unsigned with unsigned"
2956msgstr ""
2957
2958#: c-typeck.c:2637
2959msgid "pointer of type `void *' used in subtraction"
2960msgstr ""
2961
2962#: c-typeck.c:2639
2963msgid "pointer to a function used in subtraction"
2964msgstr ""
2965
2966#: c-typeck.c:2736
2967msgid "wrong type argument to unary plus"
2968msgstr ""
2969
2970#: c-typeck.c:2749
2971msgid "wrong type argument to unary minus"
2972msgstr ""
2973
2974#: c-typeck.c:2766
2975msgid "ISO C does not support `~' for complex conjugation"
2976msgstr ""
2977
2978#: c-typeck.c:2772
2979msgid "wrong type argument to bit-complement"
2980msgstr ""
2981
2982#: c-typeck.c:2781
2983msgid "wrong type argument to abs"
2984msgstr ""
2985
2986#: c-typeck.c:2793
2987msgid "wrong type argument to conjugation"
2988msgstr ""
2989
2990#: c-typeck.c:2807
2991msgid "wrong type argument to unary exclamation mark"
2992msgstr ""
2993
2994#: c-typeck.c:2850
2995msgid "ISO C does not support `++' and `--' on complex types"
2996msgstr ""
2997
2998#: c-typeck.c:2865 c-typeck.c:2897
2999msgid "wrong type argument to increment"
3000msgstr ""
3001
3002#: c-typeck.c:2867 c-typeck.c:2899
3003msgid "wrong type argument to decrement"
3004msgstr ""
3005
3006#: c-typeck.c:2888
3007msgid "increment of pointer to unknown structure"
3008msgstr ""
3009
3010#: c-typeck.c:2890
3011msgid "decrement of pointer to unknown structure"
3012msgstr ""
3013
3014#: c-typeck.c:3027
3015msgid "ISO C forbids the address of a cast expression"
3016msgstr ""
3017
3018#: c-typeck.c:3037
3019msgid "invalid lvalue in unary `&'"
3020msgstr ""
3021
3022#: c-typeck.c:3069
3023#, c-format
3024msgid "attempt to take address of bit-field structure member `%s'"
3025msgstr ""
3026
3027#: c-typeck.c:3178 c-typeck.c:4646 c-typeck.c:4662 c-typeck.c:4678
3028#: final.c:3146 final.c:3148 gcc.c:4460 rtl-error.c:122 toplev.c:1694
3029#: config/cris/cris.c:565 cp/spew.c:1538 cp/typeck.c:4367 java/expr.c:364
3030#: java/verify.c:1467 java/verify.c:1468 java/verify.c:1483
3031#, c-format
3032msgid "%s"
3033msgstr ""
3034
3035#: c-typeck.c:3238
3036msgid "use of conditional expressions as lvalues is deprecated"
3037msgstr ""
3038
3039#: c-typeck.c:3241
3040msgid "use of compound expressions as lvalues is deprecated"
3041msgstr ""
3042
3043#: c-typeck.c:3244
3044msgid "use of cast expressions as lvalues is deprecated"
3045msgstr ""
3046
3047#: c-typeck.c:3261
3048#, c-format
3049msgid "%s of read-only member `%s'"
3050msgstr ""
3051
3052#: c-typeck.c:3265
3053#, c-format
3054msgid "%s of read-only variable `%s'"
3055msgstr ""
3056
3057#: c-typeck.c:3268
3058#, c-format
3059msgid "%s of read-only location"
3060msgstr ""
3061
3062#: c-typeck.c:3287
3063#, c-format
3064msgid "cannot take address of bit-field `%s'"
3065msgstr ""
3066
3067#: c-typeck.c:3315
3068#, c-format
3069msgid "global register variable `%s' used in nested function"
3070msgstr ""
3071
3072#: c-typeck.c:3319
3073#, c-format
3074msgid "register variable `%s' used in nested function"
3075msgstr ""
3076
3077#: c-typeck.c:3326
3078#, c-format
3079msgid "address of global register variable `%s' requested"
3080msgstr ""
3081
3082#: c-typeck.c:3338
3083msgid "cannot put object with volatile field into register"
3084msgstr ""
3085
3086#: c-typeck.c:3342
3087#, c-format
3088msgid "address of register variable `%s' requested"
3089msgstr ""
3090
3091#: c-typeck.c:3450
3092msgid "signed and unsigned type in conditional expression"
3093msgstr ""
3094
3095#: c-typeck.c:3457
3096msgid "ISO C forbids conditional expr with only one void side"
3097msgstr ""
3098
3099#: c-typeck.c:3473 c-typeck.c:3480
3100msgid "ISO C forbids conditional expr between `void *' and function pointer"
3101msgstr ""
3102
3103#: c-typeck.c:3486
3104msgid "pointer type mismatch in conditional expression"
3105msgstr ""
3106
3107#: c-typeck.c:3493 c-typeck.c:3503
3108msgid "pointer/integer type mismatch in conditional expression"
3109msgstr ""
3110
3111#: c-typeck.c:3517
3112msgid "type mismatch in conditional expression"
3113msgstr ""
3114
3115#: c-typeck.c:3588 cp/typeck.c:4623
3116msgid "left-hand operand of comma expression has no effect"
3117msgstr ""
3118
3119#: c-typeck.c:3632
3120msgid "cast specifies array type"
3121msgstr ""
3122
3123#: c-typeck.c:3638
3124msgid "cast specifies function type"
3125msgstr ""
3126
3127#: c-typeck.c:3648
3128msgid "ISO C forbids casting nonscalar to the same type"
3129msgstr ""
3130
3131#: c-typeck.c:3667
3132msgid "ISO C forbids casts to union type"
3133msgstr ""
3134
3135#: c-typeck.c:3682
3136msgid "cast to union type from type not present in union"
3137msgstr ""
3138
3139#: c-typeck.c:3733
3140msgid "cast adds new qualifiers to function type"
3141msgstr ""
3142
3143#. There are qualifiers present in IN_OTYPE that are not
3144#. present in IN_TYPE.
3145#: c-typeck.c:3738
3146msgid "cast discards qualifiers from pointer target type"
3147msgstr ""
3148
3149#: c-typeck.c:3753
3150msgid "cast increases required alignment of target type"
3151msgstr ""
3152
3153#: c-typeck.c:3759 cp/typeck.c:5144
3154msgid "cast from pointer to integer of different size"
3155msgstr ""
3156
3157#: c-typeck.c:3764
3158msgid "cast does not match function type"
3159msgstr ""
3160
3161#: c-typeck.c:3771 cp/typeck.c:5151
3162msgid "cast to pointer from integer of different size"
3163msgstr ""
3164
3165#: c-typeck.c:3783
3166msgid "type-punning to incomplete type might break strict-aliasing rules"
3167msgstr ""
3168
3169#: c-typeck.c:3787
3170msgid "dereferencing type-punned pointer will break strict-aliasing rules"
3171msgstr ""
3172
3173#. Now we have handled acceptable kinds of LHS that are not truly lvalues.
3174#. Reject anything strange now.
3175#: c-typeck.c:3946
3176msgid "invalid lvalue in assignment"
3177msgstr ""
3178
3179#. Convert new value to destination type.
3180#. Check this here to avoid odd errors when trying to convert
3181#. a throw to the type of the COND_EXPR.
3182#. Now we have handled acceptable kinds of LHS that are not truly lvalues.
3183#. Reject anything strange now.
3184#: c-typeck.c:3955 c-typeck.c:3980 c-typeck.c:3997 cp/typeck.c:5266
3185#: cp/typeck.c:5416 cp/typeck.c:5431
3186msgid "assignment"
3187msgstr ""
3188
3189#: c-typeck.c:4067
3190msgid "cannot pass rvalue to reference parameter"
3191msgstr ""
3192
3193#: c-typeck.c:4171 c-typeck.c:4238
3194#, c-format
3195msgid "%s makes qualified function pointer from unqualified"
3196msgstr ""
3197
3198#: c-typeck.c:4175 c-typeck.c:4218
3199#, c-format
3200msgid "%s discards qualifiers from pointer target type"
3201msgstr ""
3202
3203#: c-typeck.c:4181
3204msgid "ISO C prohibits argument conversion to union type"
3205msgstr ""
3206
3207#: c-typeck.c:4210
3208#, c-format
3209msgid "ISO C forbids %s between function pointer and `void *'"
3210msgstr ""
3211
3212#: c-typeck.c:4227
3213#, c-format
3214msgid "pointer targets in %s differ in signedness"
3215msgstr ""
3216
3217#: c-typeck.c:4243
3218#, c-format
3219msgid "%s from incompatible pointer type"
3220msgstr ""
3221
3222#: c-typeck.c:4249 c-typeck.c:4799 cp/typeck.c:1653
3223msgid "invalid use of non-lvalue array"
3224msgstr ""
3225
3226#: c-typeck.c:4263
3227#, c-format
3228msgid "%s makes pointer from integer without a cast"
3229msgstr ""
3230
3231#: c-typeck.c:4270
3232#, c-format
3233msgid "%s makes integer from pointer without a cast"
3234msgstr ""
3235
3236#: c-typeck.c:4284 c-typeck.c:4287
3237#, c-format
3238msgid "incompatible type for argument %d of `%s'"
3239msgstr ""
3240
3241#: c-typeck.c:4291
3242#, c-format
3243msgid "incompatible type for argument %d of indirect function call"
3244msgstr ""
3245
3246#: c-typeck.c:4295
3247#, c-format
3248msgid "incompatible types in %s"
3249msgstr ""
3250
3251#. Function name is known; supply it.
3252#: c-typeck.c:4353
3253#, c-format
3254msgid "passing arg of `%s'"
3255msgstr ""
3256
3257#. Function name unknown (call through ptr).
3258#: c-typeck.c:4363
3259msgid "passing arg of pointer to function"
3260msgstr ""
3261
3262#. Function name is known; supply it.
3263#: c-typeck.c:4371
3264#, c-format
3265msgid "passing arg %d of `%s'"
3266msgstr ""
3267
3268#. Function name unknown (call through ptr); just give arg number.
3269#: c-typeck.c:4381
3270#, c-format
3271msgid "passing arg %d of pointer to function"
3272msgstr ""
3273
3274#: c-typeck.c:4447
3275msgid "initializer for static variable is not constant"
3276msgstr ""
3277
3278#: c-typeck.c:4453
3279msgid "initializer for static variable uses complicated arithmetic"
3280msgstr ""
3281
3282#: c-typeck.c:4461
3283msgid "aggregate initializer is not constant"
3284msgstr ""
3285
3286#: c-typeck.c:4463
3287msgid "aggregate initializer uses complicated arithmetic"
3288msgstr ""
3289
3290#: c-typeck.c:4470
3291msgid "traditional C rejects automatic aggregate initialization"
3292msgstr ""
3293
3294#: c-typeck.c:4649 c-typeck.c:4665 c-typeck.c:4681
3295#, c-format
3296msgid "(near initialization for `%s')"
3297msgstr ""
3298
3299#: c-typeck.c:4732 cp/typeck2.c:590
3300msgid "char-array initialized from wide string"
3301msgstr ""
3302
3303#: c-typeck.c:4739 cp/typeck2.c:597
3304msgid "int-array initialized from non-wide string"
3305msgstr ""
3306
3307#: c-typeck.c:4757 cp/typeck2.c:613
3308msgid "initializer-string for array of chars is too long"
3309msgstr ""
3310
3311#: c-typeck.c:4817
3312msgid "array initialized from non-constant array expression"
3313msgstr ""
3314
3315#: c-typeck.c:4834 c-typeck.c:4836 c-typeck.c:4852 c-typeck.c:4873
3316#: c-typeck.c:6281
3317msgid "initializer element is not constant"
3318msgstr ""
3319
3320#: c-typeck.c:4868
3321msgid "initialization"
3322msgstr ""
3323
3324#: c-typeck.c:4879 c-typeck.c:6286
3325msgid "initializer element is not computable at load time"
3326msgstr ""
3327
3328#: c-typeck.c:4894 cp/typeck2.c:690
3329msgid "invalid initializer"
3330msgstr ""
3331
3332#: c-typeck.c:5388
3333msgid "extra brace group at end of initializer"
3334msgstr ""
3335
3336#: c-typeck.c:5408
3337msgid "missing braces around initializer"
3338msgstr ""
3339
3340#: c-typeck.c:5468
3341msgid "braces around scalar initializer"
3342msgstr ""
3343
3344#: c-typeck.c:5520
3345msgid "initialization of flexible array member in a nested context"
3346msgstr ""
3347
3348#: c-typeck.c:5522
3349msgid "initialization of a flexible array member"
3350msgstr ""
3351
3352#: c-typeck.c:5553
3353msgid "missing initializer"
3354msgstr ""
3355
3356#: c-typeck.c:5575
3357msgid "empty scalar initializer"
3358msgstr ""
3359
3360#: c-typeck.c:5580
3361msgid "extra elements in scalar initializer"
3362msgstr ""
3363
3364#: c-typeck.c:5666
3365msgid "initialization designators may not nest"
3366msgstr ""
3367
3368#: c-typeck.c:5687 c-typeck.c:5758
3369msgid "array index in non-array initializer"
3370msgstr ""
3371
3372#: c-typeck.c:5692 c-typeck.c:5812
3373msgid "field name not in record or union initializer"
3374msgstr ""
3375
3376#: c-typeck.c:5754 c-typeck.c:5756
3377msgid "nonconstant array index in initializer"
3378msgstr ""
3379
3380#: c-typeck.c:5760 c-typeck.c:5763
3381msgid "array index in initializer exceeds array bounds"
3382msgstr ""
3383
3384#: c-typeck.c:5774
3385msgid "empty index range in initializer"
3386msgstr ""
3387
3388#: c-typeck.c:5783
3389msgid "array index range in initializer exceeds array bounds"
3390msgstr ""
3391
3392#: c-typeck.c:5824
3393#, c-format
3394msgid "unknown field `%s' specified in initializer"
3395msgstr ""
3396
3397#: c-typeck.c:5861 c-typeck.c:5882 c-typeck.c:6348
3398msgid "initialized field with side-effects overwritten"
3399msgstr ""
3400
3401#: c-typeck.c:6558
3402msgid "excess elements in char array initializer"
3403msgstr ""
3404
3405#: c-typeck.c:6565 c-typeck.c:6611
3406msgid "excess elements in struct initializer"
3407msgstr ""
3408
3409#: c-typeck.c:6626
3410msgid "non-static initialization of a flexible array member"
3411msgstr ""
3412
3413#: c-typeck.c:6693
3414msgid "excess elements in union initializer"
3415msgstr ""
3416
3417#: c-typeck.c:6714
3418msgid "traditional C rejects initialization of unions"
3419msgstr ""
3420
3421#: c-typeck.c:6777
3422msgid "excess elements in array initializer"
3423msgstr ""
3424
3425#: c-typeck.c:6806
3426msgid "excess elements in vector initializer"
3427msgstr ""
3428
3429#: c-typeck.c:6828
3430msgid "excess elements in scalar initializer"
3431msgstr ""
3432
3433#: c-typeck.c:6935
3434msgid "asm template is not a string constant"
3435msgstr ""
3436
3437#: c-typeck.c:6967
3438msgid "invalid lvalue in asm statement"
3439msgstr ""
3440
3441#: c-typeck.c:7042 cp/typeck.c:6153
3442msgid "modification by `asm'"
3443msgstr ""
3444
3445#: c-typeck.c:7061 cp/typeck.c:6241
3446msgid "function declared `noreturn' has a `return' statement"
3447msgstr ""
3448
3449#: c-typeck.c:7068
3450msgid "`return' with no value, in function returning non-void"
3451msgstr ""
3452
3453#: c-typeck.c:7074
3454msgid "`return' with a value, in function returning void"
3455msgstr ""
3456
3457#: c-typeck.c:7078
3458msgid "return"
3459msgstr ""
3460
3461#: c-typeck.c:7130
3462msgid "function returns address of local variable"
3463msgstr ""
3464
3465#: c-typeck.c:7186 cp/semantics.c:555
3466msgid "switch quantity not an integer"
3467msgstr ""
3468
3469#: c-typeck.c:7196
3470msgid "`long' switch expression not converted to `int' in ISO C"
3471msgstr ""
3472
3473#: c-typeck.c:7231 cp/decl.c:5548
3474msgid "case label not within a switch statement"
3475msgstr ""
3476
3477#: c-typeck.c:7233 cp/decl.c:5553
3478msgid "`default' label not within a switch statement"
3479msgstr ""
3480
3481#: calls.c:1934 tree-inline.c:1179
3482#, c-format
3483msgid "inlining failed in call to `%s'"
3484msgstr ""
3485
3486#: calls.c:1935 calls.c:2271 tree-inline.c:1180
3487msgid "called from here"
3488msgstr ""
3489
3490#: calls.c:2270
3491#, c-format
3492msgid "can't inline call to `%s'"
3493msgstr ""
3494
3495#: calls.c:2300
3496msgid "function call has aggregate value"
3497msgstr ""
3498
3499#: cfgloop.c:1107
3500#, c-format
3501msgid "Size of loop %d should be %d, not %d."
3502msgstr ""
3503
3504#: cfgloop.c:1126
3505#, c-format
3506msgid "Bb %d do not belong to loop %d."
3507msgstr ""
3508
3509#: cfgloop.c:1144
3510#, c-format
3511msgid "Loop %d's header does not have exactly 2 entries."
3512msgstr ""
3513
3514#: cfgloop.c:1152
3515#, c-format
3516msgid "Loop %d's latch does not have exactly 1 successor."
3517msgstr ""
3518
3519#: cfgloop.c:1157
3520#, c-format
3521msgid "Loop %d's latch does not have header as successor."
3522msgstr ""
3523
3524#: cfgloop.c:1162
3525#, c-format
3526msgid "Loop %d's latch does not belong directly to it."
3527msgstr ""
3528
3529#: cfgloop.c:1168
3530#, c-format
3531msgid "Loop %d's header does not belong directly to it."
3532msgstr ""
3533
3534#: cfgrtl.c:1804
3535#, c-format
3536msgid "bb %d on wrong place"
3537msgstr ""
3538
3539#: cfgrtl.c:1810
3540#, c-format
3541msgid "prev_bb of %d should be %d, not %d"
3542msgstr ""
3543
3544#: cfgrtl.c:1830
3545#, c-format
3546msgid "end insn %d for block %d not found in the insn stream"
3547msgstr ""
3548
3549#: cfgrtl.c:1844
3550#, c-format
3551msgid "insn %d is in multiple basic blocks (%d and %d)"
3552msgstr ""
3553
3554#: cfgrtl.c:1856
3555#, c-format
3556msgid "head insn %d for block %d not found in the insn stream"
3557msgstr ""
3558
3559#: cfgrtl.c:1878
3560#, c-format
3561msgid "verify_flow_info: REG_BR_PROB does not match cfg %i %i"
3562msgstr ""
3563
3564#: cfgrtl.c:1885
3565#, c-format
3566msgid "verify_flow_info: Wrong count of block %i %i"
3567msgstr ""
3568
3569#: cfgrtl.c:1891
3570#, c-format
3571msgid "verify_flow_info: Wrong frequency of block %i %i"
3572msgstr ""
3573
3574#: cfgrtl.c:1899
3575#, c-format
3576msgid "verify_flow_info: Duplicate edge %i->%i"
3577msgstr ""
3578
3579#: cfgrtl.c:1905
3580#, c-format
3581msgid "verify_flow_info: Wrong probability of edge %i->%i %i"
3582msgstr ""
3583
3584#: cfgrtl.c:1911
3585#, c-format
3586msgid "verify_flow_info: Wrong count of edge %i->%i %i"
3587msgstr ""
3588
3589#: cfgrtl.c:1941
3590#, c-format
3591msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
3592msgstr ""
3593
3594#: cfgrtl.c:1956
3595#, c-format
3596msgid "verify_flow_info: Incorrect fallthru %i->%i"
3597msgstr ""
3598
3599#: cfgrtl.c:1958
3600msgid "wrong insn in the fallthru edge"
3601msgstr ""
3602
3603#: cfgrtl.c:1965
3604#, c-format
3605msgid "verify_flow_info: Basic block %d succ edge is corrupted"
3606msgstr ""
3607
3608#: cfgrtl.c:1981
3609#, c-format
3610msgid "Missing REG_EH_REGION note in the end of bb %i"
3611msgstr ""
3612
3613#: cfgrtl.c:1989
3614#, c-format
3615msgid "Too many outgoing branch edges from bb %i"
3616msgstr ""
3617
3618#: cfgrtl.c:1994
3619#, c-format
3620msgid "Fallthru edge after unconditional jump %i"
3621msgstr ""
3622
3623#: cfgrtl.c:1999
3624#, c-format
3625msgid "Wrong amount of branch edges after unconditional jump %i"
3626msgstr ""
3627
3628#: cfgrtl.c:2005
3629#, c-format
3630msgid "Wrong amount of branch edges after conditional jump %i"
3631msgstr ""
3632
3633#: cfgrtl.c:2010
3634#, c-format
3635msgid "Call edges for non-call insn in bb %i"
3636msgstr ""
3637
3638#: cfgrtl.c:2019
3639#, c-format
3640msgid "Abnormal edges for no purpose in bb %i"
3641msgstr ""
3642
3643#: cfgrtl.c:2034
3644#, c-format
3645msgid "missing barrier after block %i"
3646msgstr ""
3647
3648#: cfgrtl.c:2044
3649#, c-format
3650msgid "basic block %d pred edge is corrupted"
3651msgstr ""
3652
3653#: cfgrtl.c:2061
3654#, c-format
3655msgid "insn %d inside basic block %d but block_for_insn is NULL"
3656msgstr ""
3657
3658#: cfgrtl.c:2065
3659#, c-format
3660msgid "insn %d inside basic block %d but block_for_insn is %i"
3661msgstr ""
3662
3663#: cfgrtl.c:2079 cfgrtl.c:2089
3664#, c-format
3665msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
3666msgstr ""
3667
3668#: cfgrtl.c:2102
3669#, c-format
3670msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
3671msgstr ""
3672
3673#: cfgrtl.c:2114
3674#, c-format
3675msgid "in basic block %d:"
3676msgstr ""
3677
3678#: cfgrtl.c:2115
3679msgid "flow control insn inside a basic block"
3680msgstr ""
3681
3682#: cfgrtl.c:2134
3683#, c-format
3684msgid "basic block %i edge lists are corrupted"
3685msgstr ""
3686
3687#: cfgrtl.c:2149
3688msgid "basic blocks not numbered consecutively"
3689msgstr ""
3690
3691#: cfgrtl.c:2174
3692msgid "insn outside basic block"
3693msgstr ""
3694
3695#: cfgrtl.c:2182
3696msgid "return not followed by barrier"
3697msgstr ""
3698
3699#: cfgrtl.c:2187
3700#, c-format
3701msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
3702msgstr ""
3703
3704#: cfgrtl.c:2191
3705msgid "verify_flow_info failed"
3706msgstr ""
3707
3708#: collect2.c:425
3709msgid "internal error"
3710msgstr ""
3711
3712#: collect2.c:934
3713msgid "no arguments"
3714msgstr ""
3715
3716#: collect2.c:1263 collect2.c:1411 collect2.c:1444
3717#, c-format
3718msgid "fopen %s"
3719msgstr ""
3720
3721#: collect2.c:1266 collect2.c:1416 collect2.c:1447
3722#, c-format
3723msgid "fclose %s"
3724msgstr ""
3725
3726#: collect2.c:1275
3727#, c-format
3728msgid "collect2 version %s"
3729msgstr ""
3730
3731#: collect2.c:1365
3732#, c-format
3733msgid "%d constructor(s) found\n"
3734msgstr ""
3735
3736#: collect2.c:1366
3737#, c-format
3738msgid "%d destructor(s)  found\n"
3739msgstr ""
3740
3741#: collect2.c:1367
3742#, c-format
3743msgid "%d frame table(s) found\n"
3744msgstr ""
3745
3746#: collect2.c:1508
3747#, c-format
3748msgid "%s terminated with signal %d [%s]%s"
3749msgstr ""
3750
3751#: collect2.c:1527
3752#, c-format
3753msgid "%s returned %d exit status"
3754msgstr ""
3755
3756#: collect2.c:1555
3757#, c-format
3758msgid "[cannot find %s]"
3759msgstr ""
3760
3761#: collect2.c:1570
3762#, c-format
3763msgid "cannot find `%s'"
3764msgstr ""
3765
3766#: collect2.c:1581 collect2.c:1584
3767#, c-format
3768msgid "redirecting stdout: %s"
3769msgstr ""
3770
3771#: collect2.c:1627
3772#, c-format
3773msgid "[Leaving %s]\n"
3774msgstr ""
3775
3776#: collect2.c:1870
3777#, c-format
3778msgid ""
3779"\n"
3780"write_c_file - output name is %s, prefix is %s\n"
3781msgstr ""
3782
3783#: collect2.c:2082
3784msgid "cannot find `nm'"
3785msgstr ""
3786
3787#: collect2.c:2092 collect2.c:2533
3788msgid "pipe"
3789msgstr ""
3790
3791#: collect2.c:2096 collect2.c:2537
3792msgid "fdopen"
3793msgstr ""
3794
3795#: collect2.c:2122 collect2.c:2563
3796#, c-format
3797msgid "dup2 %d 1"
3798msgstr ""
3799
3800#: collect2.c:2125 collect2.c:2128 collect2.c:2141 collect2.c:2566
3801#: collect2.c:2569 collect2.c:2582
3802#, c-format
3803msgid "close %d"
3804msgstr ""
3805
3806#: collect2.c:2131 collect2.c:2572
3807#, c-format
3808msgid "execv %s"
3809msgstr ""
3810
3811#: collect2.c:2185
3812#, c-format
3813msgid "init function found in object %s"
3814msgstr ""
3815
3816#: collect2.c:2193
3817#, c-format
3818msgid "fini function found in object %s"
3819msgstr ""
3820
3821#: collect2.c:2216 collect2.c:2621
3822msgid "fclose"
3823msgstr ""
3824
3825#: collect2.c:2261
3826#, c-format
3827msgid "unable to open file '%s'"
3828msgstr ""
3829
3830#: collect2.c:2263
3831#, c-format
3832msgid "unable to stat file '%s'"
3833msgstr ""
3834
3835#: collect2.c:2269
3836#, c-format
3837msgid "unable to mmap file '%s'"
3838msgstr ""
3839
3840#: collect2.c:2422
3841msgid "not found\n"
3842msgstr ""
3843
3844#: collect2.c:2424 collect2.c:2600
3845#, c-format
3846msgid "dynamic dependency %s not found"
3847msgstr ""
3848
3849#: collect2.c:2444
3850#, c-format
3851msgid "bad magic number in file '%s'"
3852msgstr ""
3853
3854#: collect2.c:2466
3855msgid "dynamic dependencies.\n"
3856msgstr ""
3857
3858#: collect2.c:2524
3859msgid "cannot find `ldd'"
3860msgstr ""
3861
3862#: collect2.c:2585
3863msgid ""
3864"\n"
3865"ldd output with constructors/destructors.\n"
3866msgstr ""
3867
3868#: collect2.c:2612
3869#, c-format
3870msgid "unable to open dynamic dependency '%s'"
3871msgstr ""
3872
3873#: collect2.c:2738
3874#, c-format
3875msgid "%s: not a COFF file"
3876msgstr ""
3877
3878#: collect2.c:2857
3879#, c-format
3880msgid "%s: cannot open as COFF file"
3881msgstr ""
3882
3883#: collect2.c:2913
3884#, c-format
3885msgid "library lib%s not found"
3886msgstr ""
3887
3888#: collect2.c:3040
3889#, c-format
3890msgid "open %s"
3891msgstr ""
3892
3893#: collect2.c:3063
3894msgid "incompatibilities between object file & expected values"
3895msgstr ""
3896
3897#: collect2.c:3136
3898#, c-format
3899msgid ""
3900"\n"
3901"Processing symbol table #%d, offset = 0x%.8lx, kind = %s\n"
3902msgstr ""
3903
3904#: collect2.c:3145
3905msgid "string section missing"
3906msgstr ""
3907
3908#: collect2.c:3148
3909msgid "section pointer missing"
3910msgstr ""
3911
3912#: collect2.c:3196
3913msgid "no symbol table found"
3914msgstr ""
3915
3916#: collect2.c:3209
3917msgid "no cmd_strings found"
3918msgstr ""
3919
3920#: collect2.c:3221
3921msgid ""
3922"\n"
3923"Updating header and load commands.\n"
3924"\n"
3925msgstr ""
3926
3927#: collect2.c:3228
3928#, c-format
3929msgid "load command map, %d cmds, new size %ld.\n"
3930msgstr ""
3931
3932#: collect2.c:3259
3933msgid ""
3934"writing load commands.\n"
3935"\n"
3936msgstr ""
3937
3938#: collect2.c:3279
3939#, c-format
3940msgid "close %s"
3941msgstr ""
3942
3943#: collect2.c:3353
3944msgid "could not convert 0x%l.8x into a region"
3945msgstr ""
3946
3947#: collect2.c:3357
3948#, c-format
3949msgid "%s function, region %d, offset = %ld (0x%.8lx)\n"
3950msgstr ""
3951
3952#: collect2.c:3484
3953msgid "bad magic number"
3954msgstr ""
3955
3956#: collect2.c:3485
3957msgid "bad header version"
3958msgstr ""
3959
3960#: collect2.c:3486
3961msgid "bad raw header version"
3962msgstr ""
3963
3964#: collect2.c:3487
3965msgid "raw header buffer too small"
3966msgstr ""
3967
3968#: collect2.c:3488
3969msgid "old raw header file"
3970msgstr ""
3971
3972#: collect2.c:3489
3973msgid "unsupported version"
3974msgstr ""
3975
3976#: collect2.c:3491
3977#, c-format
3978msgid "unknown {de,en}code_mach_o_hdr return value %d"
3979msgstr ""
3980
3981#: collect2.c:3511
3982#, c-format
3983msgid "fstat %s"
3984msgstr ""
3985
3986#: collect2.c:3548 collect2.c:3596
3987#, c-format
3988msgid "lseek %s 0"
3989msgstr ""
3990
3991#: collect2.c:3552
3992#, c-format
3993msgid "read %s"
3994msgstr ""
3995
3996#: collect2.c:3555
3997#, c-format
3998msgid "read %ld bytes, expected %ld, from %s"
3999msgstr ""
4000
4001#: collect2.c:3576
4002#, c-format
4003msgid "msync %s"
4004msgstr ""
4005
4006#: collect2.c:3583
4007#, c-format
4008msgid "munmap %s"
4009msgstr ""
4010
4011#: collect2.c:3600
4012#, c-format
4013msgid "write %s"
4014msgstr ""
4015
4016#: collect2.c:3603
4017#, c-format
4018msgid "wrote %ld bytes, expected %ld, to %s"
4019msgstr ""
4020
4021#: combine.c:13219
4022#, c-format
4023msgid ""
4024";; Combiner statistics: %d attempts, %d substitutions (%d requiring new "
4025"space),\n"
4026";; %d successes.\n"
4027"\n"
4028msgstr ""
4029
4030#: combine.c:13229
4031#, c-format
4032msgid ""
4033"\n"
4034";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
4035";; %d successes.\n"
4036msgstr ""
4037
4038#: convert.c:69
4039msgid "cannot convert to a pointer type"
4040msgstr ""
4041
4042#: convert.c:102
4043msgid "pointer value used where a floating point value was expected"
4044msgstr ""
4045
4046#: convert.c:106
4047msgid "aggregate value used where a float was expected"
4048msgstr ""
4049
4050#: convert.c:132
4051msgid "conversion to incomplete type"
4052msgstr ""
4053
4054#: convert.c:434 convert.c:514
4055msgid "can't convert between vector values of different size"
4056msgstr ""
4057
4058#: convert.c:440
4059msgid "aggregate value used where an integer was expected"
4060msgstr ""
4061
4062#: convert.c:492 f/com.c:1102
4063msgid "pointer value used where a complex was expected"
4064msgstr ""
4065
4066#: convert.c:496 f/com.c:1104
4067msgid "aggregate value used where a complex was expected"
4068msgstr ""
4069
4070#: convert.c:520
4071msgid "can't convert value to a vector"
4072msgstr ""
4073
4074#: cpperror.c:113
4075msgid "warning: "
4076msgstr ""
4077
4078#: cpperror.c:115
4079msgid "internal error: "
4080msgstr ""
4081
4082#: cpperror.c:189
4083msgid "stdout"
4084msgstr ""
4085
4086#: cpperror.c:191 gcc.c:6517
4087#, c-format
4088msgid "%s: %s"
4089msgstr ""
4090
4091#: cppexp.c:199
4092msgid "too many decimal points in number"
4093msgstr ""
4094
4095#: cppexp.c:219
4096#, c-format
4097msgid "invalid digit \"%c\" in octal constant"
4098msgstr ""
4099
4100#: cppexp.c:225
4101msgid "use of C99 hexadecimal floating constant"
4102msgstr ""
4103
4104#: cppexp.c:234
4105msgid "exponent has no digits"
4106msgstr ""
4107
4108#: cppexp.c:241
4109msgid "hexadecimal floating constants require an exponent"
4110msgstr ""
4111
4112#: cppexp.c:247
4113#, c-format
4114msgid "invalid suffix \"%.*s\" on floating constant"
4115msgstr ""
4116
4117#: cppexp.c:257 cppexp.c:282
4118#, c-format
4119msgid "traditional C rejects the \"%.*s\" suffix"
4120msgstr ""
4121
4122#: cppexp.c:268
4123#, c-format
4124msgid "invalid suffix \"%.*s\" on integer constant"
4125msgstr ""
4126
4127#: cppexp.c:289
4128msgid "use of C99 long long integer constant"
4129msgstr ""
4130
4131#: cppexp.c:295
4132msgid "imaginary constants are a GCC extension"
4133msgstr ""
4134
4135#: cppexp.c:383
4136msgid "integer constant is too large for its type"
4137msgstr ""
4138
4139#: cppexp.c:395
4140msgid "integer constant is so large that it is unsigned"
4141msgstr ""
4142
4143#: cppexp.c:482
4144msgid "missing ')' after \"defined\""
4145msgstr ""
4146
4147#: cppexp.c:489
4148msgid "operator \"defined\" requires an identifier"
4149msgstr ""
4150
4151#: cppexp.c:497
4152#, c-format
4153msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
4154msgstr ""
4155
4156#: cppexp.c:507
4157msgid "this use of \"defined\" may not be portable"
4158msgstr ""
4159
4160#: cppexp.c:545
4161msgid "floating constant in preprocessor expression"
4162msgstr ""
4163
4164#: cppexp.c:551
4165msgid "imaginary number in preprocessor expression"
4166msgstr ""
4167
4168#: cppexp.c:596
4169#, c-format
4170msgid "ISO C++ does not permit \"%s\" in #if"
4171msgstr ""
4172
4173#: cppexp.c:604
4174#, c-format
4175msgid "\"%s\" is not defined"
4176msgstr ""
4177
4178#: cppexp.c:737 cppexp.c:772
4179#, c-format
4180msgid "missing binary operator before token \"%s\""
4181msgstr ""
4182
4183#: cppexp.c:756
4184#, c-format
4185msgid "invalid character '%c' in #if"
4186msgstr ""
4187
4188#: cppexp.c:758
4189#, c-format
4190msgid "invalid character '\\%03o' in #if"
4191msgstr ""
4192
4193#: cppexp.c:763
4194#, c-format
4195msgid "token \"%s\" is not valid in preprocessor expressions"
4196msgstr ""
4197
4198#: cppexp.c:782
4199msgid "void expression between '(' and ')'"
4200msgstr ""
4201
4202#: cppexp.c:785
4203msgid "#if with no expression"
4204msgstr ""
4205
4206#: cppexp.c:787
4207#, c-format
4208msgid "operator '%s' has no right operand"
4209msgstr ""
4210
4211#: cppexp.c:813
4212msgid " ':' without preceding '?'"
4213msgstr ""
4214
4215#: cppexp.c:840
4216msgid "unbalanced stack in #if"
4217msgstr ""
4218
4219#: cppexp.c:862
4220#, c-format
4221msgid "impossible operator '%u'"
4222msgstr ""
4223
4224#: cppexp.c:954
4225msgid "missing ')' in expression"
4226msgstr ""
4227
4228#: cppexp.c:975
4229msgid "'?' without following ':'"
4230msgstr ""
4231
4232#: cppexp.c:985
4233msgid "integer overflow in preprocessor expression"
4234msgstr ""
4235
4236#: cppexp.c:990
4237msgid "missing '(' in expression"
4238msgstr ""
4239
4240#: cppexp.c:1026
4241#, c-format
4242msgid "the left operand of \"%s\" changes sign when promoted"
4243msgstr ""
4244
4245#: cppexp.c:1031
4246#, c-format
4247msgid "the right operand of \"%s\" changes sign when promoted"
4248msgstr ""
4249
4250#: cppexp.c:1414
4251msgid "comma operator in operand of #if"
4252msgstr ""
4253
4254#: cppexp.c:1551
4255msgid "division by zero in #if"
4256msgstr ""
4257
4258#: cppfiles.c:411
4259#, c-format
4260msgid "%s is too large"
4261msgstr ""
4262
4263#: cppfiles.c:447
4264#, c-format
4265msgid "%s is shorter than expected"
4266msgstr ""
4267
4268#: cppfiles.c:461
4269#, c-format
4270msgid "%s is a block device"
4271msgstr ""
4272
4273#: cppfiles.c:594
4274#, c-format
4275msgid "no include path in which to find %s"
4276msgstr ""
4277
4278#: cppfiles.c:668
4279msgid "Multiple include guards may be useful for:\n"
4280msgstr ""
4281
4282#: cppfiles.c:1014
4283msgid "absolute file name in remap_filename"
4284msgstr ""
4285
4286#: cppinit.c:224
4287#, c-format
4288msgid "ignoring nonexistent directory \"%s\"\n"
4289msgstr ""
4290
4291#: cppinit.c:231
4292#, c-format
4293msgid "%s: Not a directory"
4294msgstr ""
4295
4296#: cppinit.c:287
4297#, c-format
4298msgid "ignoring duplicate directory \"%s\"\n"
4299msgstr ""
4300
4301#: cppinit.c:325
4302#, c-format
4303msgid "  as it is a non-system directory that duplicates a system directory\n"
4304msgstr ""
4305
4306#: cppinit.c:915
4307msgid "cppchar_t must be an unsigned type"
4308msgstr ""
4309
4310#: cppinit.c:919
4311#, c-format
4312msgid ""
4313"preprocessor arithmetic has maximum precision of %lu bits; target requires %"
4314"lu bits"
4315msgstr ""
4316
4317#: cppinit.c:925
4318msgid "CPP arithmetic must be at least as precise as a target int"
4319msgstr ""
4320
4321#: cppinit.c:928
4322msgid "target char is less than 8 bits wide"
4323msgstr ""
4324
4325#: cppinit.c:932
4326msgid "target wchar_t is narrower than target char"
4327msgstr ""
4328
4329#: cppinit.c:936
4330msgid "target int is narrower than target char"
4331msgstr ""
4332
4333#: cppinit.c:940
4334msgid "CPP half-integer narrower than CPP character"
4335msgstr ""
4336
4337#: cppinit.c:944
4338#, c-format
4339msgid ""
4340"CPP on this host cannot handle wide character constants over %lu bits, but "
4341"the target requires %lu bits"
4342msgstr ""
4343
4344#: cppinit.c:996
4345#, c-format
4346msgid "#include \"...\" search starts here:\n"
4347msgstr ""
4348
4349#: cppinit.c:1000
4350#, c-format
4351msgid "#include <...> search starts here:\n"
4352msgstr ""
4353
4354#: cppinit.c:1003
4355#, c-format
4356msgid "End of search list.\n"
4357msgstr ""
4358
4359#: cppinit.c:1081
4360msgid "<built-in>"
4361msgstr ""
4362
4363#: cppinit.c:1083
4364msgid "<command line>"
4365msgstr ""
4366
4367#. Irix6 "cc -n32" and OSF4 cc have problems with char foo[] = ("string");
4368#. I.e. a const string initializer with parens around it.  That is
4369#. what N_("string") resolves to, so we make no_* be macros instead.
4370#: cppinit.c:1188
4371#, c-format
4372msgid "assertion missing after %s"
4373msgstr ""
4374
4375#: cppinit.c:1189
4376#, c-format
4377msgid "directory name missing after %s"
4378msgstr ""
4379
4380#: cppinit.c:1190
4381#, c-format
4382msgid "file name missing after %s"
4383msgstr ""
4384
4385#: cppinit.c:1191
4386#, c-format
4387msgid "macro name missing after %s"
4388msgstr ""
4389
4390#: cppinit.c:1192
4391#, c-format
4392msgid "path name missing after %s"
4393msgstr ""
4394
4395#: cppinit.c:1382
4396msgid "-I- specified twice"
4397msgstr ""
4398
4399#: cpplex.c:149
4400#, c-format
4401msgid "trigraph ??%c converted to %c"
4402msgstr ""
4403
4404#: cpplex.c:157
4405#, c-format
4406msgid "trigraph ??%c ignored"
4407msgstr ""
4408
4409#: cpplex.c:214
4410msgid "backslash and newline separated by space"
4411msgstr ""
4412
4413#: cpplex.c:221 cpptrad.c:158
4414msgid "backslash-newline at end of file"
4415msgstr ""
4416
4417#: cpplex.c:287 cpptrad.c:199
4418msgid "\"/*\" within comment"
4419msgstr ""
4420
4421#: cpplex.c:395
4422msgid "null character(s) ignored"
4423msgstr ""
4424
4425#: cpplex.c:402
4426#, c-format
4427msgid "%s in preprocessing directive"
4428msgstr ""
4429
4430#: cpplex.c:475
4431#, c-format
4432msgid "attempt to use poisoned \"%s\""
4433msgstr ""
4434
4435#: cpplex.c:483
4436msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
4437msgstr ""
4438
4439#: cpplex.c:555
4440msgid "'$' character(s) in identifier or number"
4441msgstr ""
4442
4443#: cpplex.c:698
4444#, c-format
4445msgid "missing terminating %c character"
4446msgstr ""
4447
4448#: cpplex.c:711
4449msgid "null character(s) preserved in literal"
4450msgstr ""
4451
4452#: cpplex.c:915 cpptrad.c:491
4453msgid "no newline at end of file"
4454msgstr ""
4455
4456#: cpplex.c:1092 cpptrad.c:213
4457msgid "unterminated comment"
4458msgstr ""
4459
4460#: cpplex.c:1103
4461msgid "C++ style comments are not allowed in ISO C90"
4462msgstr ""
4463
4464#: cpplex.c:1105
4465msgid "(this will be reported only once per input file)"
4466msgstr ""
4467
4468#: cpplex.c:1110
4469msgid "multi-line comment"
4470msgstr ""
4471
4472#: cpplex.c:1425
4473#, c-format
4474msgid "unknown string token %s\n"
4475msgstr ""
4476
4477#: cpplex.c:1438
4478#, c-format
4479msgid "unspellable token %s"
4480msgstr ""
4481
4482#: cpplex.c:1695
4483#, c-format
4484msgid "the meaning of '\\%c' is different in traditional C"
4485msgstr ""
4486
4487#: cpplex.c:1701
4488msgid "incomplete universal-character-name"
4489msgstr ""
4490
4491#: cpplex.c:1715
4492#, c-format
4493msgid "non-hex digit '%c' in universal-character-name"
4494msgstr ""
4495
4496#: cpplex.c:1723
4497msgid "universal-character-name on EBCDIC target"
4498msgstr ""
4499
4500#: cpplex.c:1737
4501msgid "universal-character-name out of range"
4502msgstr ""
4503
4504#: cpplex.c:1791
4505msgid "the meaning of '\\a' is different in traditional C"
4506msgstr ""
4507
4508#: cpplex.c:1798
4509#, c-format
4510msgid "non-ISO-standard escape sequence, '\\%c'"
4511msgstr ""
4512
4513#: cpplex.c:1809
4514msgid "the meaning of '\\x' is different in traditional C"
4515msgstr ""
4516
4517#: cpplex.c:1828 f/lex.c:585
4518msgid "\\x used with no following hex digits"
4519msgstr ""
4520
4521#: cpplex.c:1833
4522msgid "hex escape sequence out of range"
4523msgstr ""
4524
4525#: cpplex.c:1858
4526msgid "octal escape sequence out of range"
4527msgstr ""
4528
4529#: cpplex.c:1874
4530#, c-format
4531msgid "unknown escape sequence '\\%c'"
4532msgstr ""
4533
4534#: cpplex.c:1877
4535#, c-format
4536msgid "unknown escape sequence: '\\%03o'"
4537msgstr ""
4538
4539#: cpplex.c:1882
4540msgid "escape sequence out of range for its type"
4541msgstr ""
4542
4543#: cpplex.c:1973
4544msgid "empty character constant"
4545msgstr ""
4546
4547#: cpplex.c:1983
4548msgid "character constant too long for its type"
4549msgstr ""
4550
4551#: cpplex.c:1986
4552msgid "multi-character character constant"
4553msgstr ""
4554
4555#: cpplib.c:225
4556#, c-format
4557msgid "extra tokens at end of #%s directive"
4558msgstr ""
4559
4560#: cpplib.c:315
4561#, c-format
4562msgid "#%s is a GCC extension"
4563msgstr ""
4564
4565#: cpplib.c:327
4566msgid "suggest not using #elif in traditional C"
4567msgstr ""
4568
4569#: cpplib.c:330
4570#, c-format
4571msgid "traditional C ignores #%s with the # indented"
4572msgstr ""
4573
4574#: cpplib.c:334
4575#, c-format
4576msgid "suggest hiding #%s from traditional C with an indented #"
4577msgstr ""
4578
4579#: cpplib.c:358
4580msgid "embedding a directive within macro arguments is not portable"
4581msgstr ""
4582
4583#: cpplib.c:378
4584msgid "style of line directive is a GCC extension"
4585msgstr ""
4586
4587#: cpplib.c:428
4588#, c-format
4589msgid "invalid preprocessing directive #%s"
4590msgstr ""
4591
4592#: cpplib.c:500
4593msgid "\"defined\" cannot be used as a macro name"
4594msgstr ""
4595
4596#: cpplib.c:506
4597#, c-format
4598msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
4599msgstr ""
4600
4601#: cpplib.c:509
4602#, c-format
4603msgid "no macro name given in #%s directive"
4604msgstr ""
4605
4606#: cpplib.c:512
4607msgid "macro names must be identifiers"
4608msgstr ""
4609
4610#: cpplib.c:552
4611#, c-format
4612msgid "undefining \"%s\""
4613msgstr ""
4614
4615#: cpplib.c:598
4616msgid "missing terminating > character"
4617msgstr ""
4618
4619#: cpplib.c:637
4620#, c-format
4621msgid "#%s expects \"FILENAME\" or <FILENAME>"
4622msgstr ""
4623
4624#: cpplib.c:648
4625#, c-format
4626msgid "empty file name in #%s"
4627msgstr ""
4628
4629#: cpplib.c:667
4630msgid "#include_next in primary source file"
4631msgstr ""
4632
4633#: cpplib.c:674
4634msgid "#import is obsolete, use an #ifndef wrapper in the header file"
4635msgstr ""
4636
4637#: cpplib.c:682
4638msgid "#include nested too deeply"
4639msgstr ""
4640
4641#: cpplib.c:739
4642#, c-format
4643msgid "invalid flag \"%s\" in line directive"
4644msgstr ""
4645
4646#: cpplib.c:814
4647#, c-format
4648msgid "\"%s\" after #line is not a positive integer"
4649msgstr ""
4650
4651#: cpplib.c:820
4652msgid "line number out of range"
4653msgstr ""
4654
4655#: cpplib.c:831 cpplib.c:902
4656#, c-format
4657msgid "\"%s\" is not a valid filename"
4658msgstr ""
4659
4660#: cpplib.c:866
4661#, c-format
4662msgid "\"%s\" after # is not a positive integer"
4663msgstr ""
4664
4665#: cpplib.c:973
4666msgid "invalid #ident directive"
4667msgstr ""
4668
4669#: cpplib.c:1061
4670#, c-format
4671msgid "registering \"%s\" as both a pragma and a pragma namespace"
4672msgstr ""
4673
4674#: cpplib.c:1064
4675#, c-format
4676msgid "#pragma %s %s is already registered"
4677msgstr ""
4678
4679#: cpplib.c:1067
4680#, c-format
4681msgid "#pragma %s is already registered"
4682msgstr ""
4683
4684#: cpplib.c:1140
4685msgid "#pragma once is obsolete"
4686msgstr ""
4687
4688#: cpplib.c:1143
4689msgid "#pragma once in main file"
4690msgstr ""
4691
4692#: cpplib.c:1167
4693msgid "invalid #pragma GCC poison directive"
4694msgstr ""
4695
4696#: cpplib.c:1176
4697#, c-format
4698msgid "poisoning existing macro \"%s\""
4699msgstr ""
4700
4701#: cpplib.c:1198
4702msgid "#pragma system_header ignored outside include file"
4703msgstr ""
4704
4705#: cpplib.c:1223
4706#, c-format
4707msgid "cannot find source %s"
4708msgstr ""
4709
4710#: cpplib.c:1227
4711#, c-format
4712msgid "current file is older than %s"
4713msgstr ""
4714
4715#: cpplib.c:1343
4716msgid "_Pragma takes a parenthesized string literal"
4717msgstr ""
4718
4719#: cpplib.c:1426
4720msgid "#else without #if"
4721msgstr ""
4722
4723#: cpplib.c:1431
4724msgid "#else after #else"
4725msgstr ""
4726
4727#: cpplib.c:1433 cpplib.c:1467
4728msgid "the conditional began here"
4729msgstr ""
4730
4731#: cpplib.c:1460
4732msgid "#elif without #if"
4733msgstr ""
4734
4735#: cpplib.c:1465
4736msgid "#elif after #else"
4737msgstr ""
4738
4739#: cpplib.c:1496
4740msgid "#endif without #if"
4741msgstr ""
4742
4743#: cpplib.c:1579
4744msgid "missing '(' after predicate"
4745msgstr ""
4746
4747#: cpplib.c:1594
4748msgid "missing ')' to complete answer"
4749msgstr ""
4750
4751#: cpplib.c:1614
4752msgid "predicate's answer is empty"
4753msgstr ""
4754
4755#: cpplib.c:1644
4756msgid "assertion without predicate"
4757msgstr ""
4758
4759#: cpplib.c:1646
4760msgid "predicate must be an identifier"
4761msgstr ""
4762
4763#: cpplib.c:1735
4764#, c-format
4765msgid "\"%s\" re-asserted"
4766msgstr ""
4767
4768#: cpplib.c:1965
4769#, c-format
4770msgid "unterminated #%s"
4771msgstr ""
4772
4773#: cppmacro.c:94
4774#, c-format
4775msgid "macro \"%s\" is not used"
4776msgstr ""
4777
4778#: cppmacro.c:139 cppmacro.c:294
4779#, c-format
4780msgid "invalid built-in macro \"%s\""
4781msgstr ""
4782
4783#: cppmacro.c:234
4784msgid "could not determine date and time"
4785msgstr ""
4786
4787#: cppmacro.c:407
4788msgid "invalid string literal, ignoring final '\\'"
4789msgstr ""
4790
4791#: cppmacro.c:504
4792#, c-format
4793msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
4794msgstr ""
4795
4796#: cppmacro.c:546
4797msgid "ISO C99 requires rest arguments to be used"
4798msgstr ""
4799
4800#: cppmacro.c:551
4801#, c-format
4802msgid "macro \"%s\" requires %u arguments, but only %u given"
4803msgstr ""
4804
4805#: cppmacro.c:556
4806#, c-format
4807msgid "macro \"%s\" passed %u arguments, but takes just %u"
4808msgstr ""
4809
4810#: cppmacro.c:669 cpptrad.c:778
4811#, c-format
4812msgid "unterminated argument list invoking macro \"%s\""
4813msgstr ""
4814
4815#: cppmacro.c:776
4816#, c-format
4817msgid "function-like macro \"%s\" must be used with arguments in traditional C"
4818msgstr ""
4819
4820#: cppmacro.c:1314
4821#, c-format
4822msgid "duplicate macro parameter \"%s\""
4823msgstr ""
4824
4825#: cppmacro.c:1351
4826#, c-format
4827msgid "\"%s\" may not appear in macro parameter list"
4828msgstr ""
4829
4830#: cppmacro.c:1359
4831msgid "macro parameters must be comma-separated"
4832msgstr ""
4833
4834#: cppmacro.c:1376
4835msgid "parameter name missing"
4836msgstr ""
4837
4838#: cppmacro.c:1391
4839msgid "anonymous variadic macros were introduced in C99"
4840msgstr ""
4841
4842#: cppmacro.c:1395
4843msgid "ISO C does not permit named variadic macros"
4844msgstr ""
4845
4846#: cppmacro.c:1404
4847msgid "missing ')' in macro parameter list"
4848msgstr ""
4849
4850#: cppmacro.c:1472
4851msgid "ISO C requires whitespace after the macro name"
4852msgstr ""
4853
4854#: cppmacro.c:1500
4855msgid "'#' is not followed by a macro parameter"
4856msgstr ""
4857
4858#: cppmacro.c:1519
4859msgid "'##' cannot appear at either end of a macro expansion"
4860msgstr ""
4861
4862#: cppmacro.c:1601
4863#, c-format
4864msgid "\"%s\" redefined"
4865msgstr ""
4866
4867#: cppmacro.c:1606
4868msgid "this is the location of the previous definition"
4869msgstr ""
4870
4871#: cppmacro.c:1657
4872#, c-format
4873msgid "macro argument \"%s\" would be stringified in traditional C"
4874msgstr ""
4875
4876#: cppmacro.c:1682
4877#, c-format
4878msgid "invalid hash type %d in cpp_macro_definition"
4879msgstr ""
4880
4881#: cppspec.c:109
4882#, c-format
4883msgid "\"%s\" is not a valid option to the preprocessor"
4884msgstr ""
4885
4886#: cppspec.c:133
4887msgid "too many input files"
4888msgstr ""
4889
4890#: cpptrad.c:845
4891#, c-format
4892msgid "detected recursion whilst expanding macro \"%s\""
4893msgstr ""
4894
4895#: cse.c:7216
4896#, c-format
4897msgid ";; Processing block from %d to %d, %d sets.\n"
4898msgstr ""
4899
4900#: diagnostic.c:714
4901msgid "((anonymous))"
4902msgstr ""
4903
4904#: diagnostic.c:928
4905#, c-format
4906msgid "%s: warnings being treated as errors\n"
4907msgstr ""
4908
4909#: diagnostic.c:963
4910#, c-format
4911msgid "%s: %s: "
4912msgstr ""
4913
4914#: diagnostic.c:1054
4915#, c-format
4916msgid "%s "
4917msgstr ""
4918
4919#: diagnostic.c:1056
4920#, c-format
4921msgid " %s"
4922msgstr ""
4923
4924#: diagnostic.c:1078
4925msgid "At top level:"
4926msgstr ""
4927
4928#: diagnostic.c:1083
4929#, c-format
4930msgid "In member function `%s':"
4931msgstr ""
4932
4933#: diagnostic.c:1087
4934#, c-format
4935msgid "In function `%s':"
4936msgstr ""
4937
4938#: diagnostic.c:1175
4939msgid "compilation terminated.\n"
4940msgstr ""
4941
4942#: diagnostic.c:1193
4943#, c-format
4944msgid "%s:%d: confused by earlier errors, bailing out\n"
4945msgstr ""
4946
4947#: diagnostic.c:1208 diagnostic.c:1316
4948#, c-format
4949msgid ""
4950"Please submit a full bug report,\n"
4951"with preprocessed source if appropriate.\n"
4952"See %s for instructions.\n"
4953msgstr ""
4954
4955#: diagnostic.c:1314
4956msgid "Internal compiler error: Error reporting routines re-entered.\n"
4957msgstr ""
4958
4959#: diagnostic.c:1376
4960#, c-format
4961msgid "in %s, at %s:%d"
4962msgstr ""
4963
4964#: diagnostic.c:1397
4965#, c-format
4966msgid "In file included from %s:%d"
4967msgstr ""
4968
4969#: diagnostic.c:1400
4970#, c-format
4971msgid ""
4972",\n"
4973"                 from %s:%d"
4974msgstr ""
4975
4976#: diagnostic.c:1401
4977msgid ":\n"
4978msgstr ""
4979
4980#: diagnostic.c:1445 diagnostic.c:1462
4981#, c-format
4982msgid "`%s' is deprecated (declared at %s:%d)"
4983msgstr ""
4984
4985#: diagnostic.c:1465
4986#, c-format
4987msgid "`%s' is deprecated"
4988msgstr ""
4989
4990#: diagnostic.c:1468
4991#, c-format
4992msgid "type is deprecated (declared at %s:%d)"
4993msgstr ""
4994
4995#: diagnostic.c:1471
4996msgid "type is deprecated"
4997msgstr ""
4998
4999#: dominance.c:728
5000#, c-format
5001msgid "dominator of %d should be %d, not %d"
5002msgstr ""
5003
5004#: dwarf2out.c:3136
5005#, c-format
5006msgid "DW_LOC_OP %s not implemented\n"
5007msgstr ""
5008
5009#: dwarfout.c:2066
5010#, c-format
5011msgid "internal regno botch: `%s' has regno = %d\n"
5012msgstr ""
5013
5014#: dwarfout.c:6181
5015msgid "support for the DWARF1 debugging format is deprecated"
5016msgstr ""
5017
5018#: dwarfout.c:6278
5019msgid "can't get current directory"
5020msgstr ""
5021
5022#: emit-rtl.c:1157
5023msgid "can't access real part of complex value in hard register"
5024msgstr ""
5025
5026#: emit-rtl.c:1179
5027msgid "can't access imaginary part of complex value in hard register"
5028msgstr ""
5029
5030#: emit-rtl.c:3462
5031msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
5032msgstr ""
5033
5034#: errors.c:136
5035#, c-format
5036msgid "abort in %s, at %s:%d"
5037msgstr ""
5038
5039#: except.c:369
5040msgid "exception handling disabled, use -fexceptions to enable"
5041msgstr ""
5042
5043#: except.c:2994
5044msgid "argument of `__builtin_eh_return_regno' must be constant"
5045msgstr ""
5046
5047#: except.c:3137
5048msgid "__builtin_eh_return not supported on this target"
5049msgstr ""
5050
5051#: explow.c:1415
5052msgid "stack limits not supported on this target"
5053msgstr ""
5054
5055#: expr.c:3388
5056msgid "function using short complex types cannot be inline"
5057msgstr ""
5058
5059#: expr.c:6319 expr.c:6328 expr.c:6337 expr.c:6342 expr.c:6651 expr.c:6667
5060msgid "unsupported wide integer operation"
5061msgstr ""
5062
5063#: expr.c:6716
5064#, c-format
5065msgid "prior parameter's size depends on `%s'"
5066msgstr ""
5067
5068#: expr.c:7052
5069msgid "returned value in block_exit_expr"
5070msgstr ""
5071
5072#. We can't make a bitwise copy of this object, so fail.
5073#: expr.c:9252
5074msgid "cannot take the address of an unaligned member"
5075msgstr ""
5076
5077#: final.c:1342
5078msgid "negative insn length"
5079msgstr ""
5080
5081#: final.c:2793
5082msgid "could not split insn"
5083msgstr ""
5084
5085#: final.c:3141
5086msgid "invalid `asm': "
5087msgstr ""
5088
5089#: final.c:3328
5090msgid "nested assembly dialect alternatives"
5091msgstr ""
5092
5093#: final.c:3345 final.c:3357
5094msgid "unterminated assembly dialect alternative"
5095msgstr ""
5096
5097#: final.c:3401
5098#, c-format
5099msgid "operand number missing after %%-letter"
5100msgstr ""
5101
5102#: final.c:3404 final.c:3443
5103msgid "operand number out of range"
5104msgstr ""
5105
5106#: final.c:3462
5107#, c-format
5108msgid "invalid %%-code"
5109msgstr ""
5110
5111#: final.c:3493
5112#, c-format
5113msgid "`%%l' operand isn't a label"
5114msgstr ""
5115
5116#. We can't handle floating point constants;
5117#. PRINT_OPERAND must handle them.
5118#. We can't handle floating point constants; PRINT_OPERAND must
5119#. handle them.
5120#. We can't handle floating point constants;
5121#. PRINT_OPERAND must handle them.
5122#: final.c:3600 vmsdbgout.c:466 config/i386/i386.c:6352
5123#: config/pdp11/pdp11.c:1573
5124msgid "floating constant misused"
5125msgstr ""
5126
5127#: final.c:3656 vmsdbgout.c:523 config/i386/i386.c:6430
5128#: config/pdp11/pdp11.c:1620
5129msgid "invalid expression as operand"
5130msgstr ""
5131
5132#: flow.c:352
5133msgid "function might be possible candidate for attribute `noreturn'"
5134msgstr ""
5135
5136#: flow.c:357
5137msgid "`noreturn' function does return"
5138msgstr ""
5139
5140#: flow.c:378
5141msgid "control reaches end of non-void function"
5142msgstr ""
5143
5144#: flow.c:1641
5145msgid "Attempt to delete prologue/epilogue insn:"
5146msgstr ""
5147
5148#: fold-const.c:2546 fold-const.c:2559
5149#, c-format
5150msgid "comparison is always %d due to width of bit-field"
5151msgstr ""
5152
5153#: fold-const.c:3753 fold-const.c:3770
5154#, c-format
5155msgid "comparison is always %d"
5156msgstr ""
5157
5158#: fold-const.c:3901
5159msgid "`or' of unmatched not-equal tests is always 1"
5160msgstr ""
5161
5162#: fold-const.c:3906
5163msgid "`and' of mutually exclusive equal-tests is always 0"
5164msgstr ""
5165
5166#: function.c:889 varasm.c:1503
5167#, c-format
5168msgid "size of variable `%s' is too large"
5169msgstr ""
5170
5171#: function.c:3802
5172msgid "impossible constraint in `asm'"
5173msgstr ""
5174
5175#: function.c:5557
5176#, c-format
5177msgid "`%s' might be used uninitialized in this function"
5178msgstr ""
5179
5180#: function.c:5564
5181#, c-format
5182msgid "variable `%s' might be clobbered by `longjmp' or `vfork'"
5183msgstr ""
5184
5185#: function.c:5583
5186#, c-format
5187msgid "argument `%s' might be clobbered by `longjmp' or `vfork'"
5188msgstr ""
5189
5190#: function.c:6450
5191msgid "function returns an aggregate"
5192msgstr ""
5193
5194#: function.c:6956
5195#, c-format
5196msgid "unused parameter `%s'"
5197msgstr ""
5198
5199#: gcc.c:1124
5200#, c-format
5201msgid "ambiguous abbreviation %s"
5202msgstr ""
5203
5204#: gcc.c:1151
5205#, c-format
5206msgid "incomplete `%s' option"
5207msgstr ""
5208
5209#: gcc.c:1162
5210#, c-format
5211msgid "missing argument to `%s' option"
5212msgstr ""
5213
5214#: gcc.c:1175
5215#, c-format
5216msgid "extraneous argument to `%s' option"
5217msgstr ""
5218
5219#: gcc.c:1507
5220msgid "Using built-in specs.\n"
5221msgstr ""
5222
5223#: gcc.c:1694
5224#, c-format
5225msgid ""
5226"Setting spec %s to '%s'\n"
5227"\n"
5228msgstr ""
5229
5230#: gcc.c:1801
5231#, c-format
5232msgid "Reading specs from %s\n"
5233msgstr ""
5234
5235#: gcc.c:1899 gcc.c:1918
5236#, c-format
5237msgid "specs %%include syntax malformed after %ld characters"
5238msgstr ""
5239
5240#: gcc.c:1926
5241#, c-format
5242msgid "could not find specs file %s\n"
5243msgstr ""
5244
5245#: gcc.c:1943 gcc.c:1951 gcc.c:1960 gcc.c:1969
5246#, c-format
5247msgid "specs %%rename syntax malformed after %ld characters"
5248msgstr ""
5249
5250#: gcc.c:1978
5251#, c-format
5252msgid "specs %s spec was not found to be renamed"
5253msgstr ""
5254
5255#: gcc.c:1985
5256#, c-format
5257msgid "%s: attempt to rename spec '%s' to already defined spec '%s'"
5258msgstr ""
5259
5260#: gcc.c:1990
5261#, c-format
5262msgid "rename spec %s to %s\n"
5263msgstr ""
5264
5265#: gcc.c:1992
5266#, c-format
5267msgid ""
5268"spec is '%s'\n"
5269"\n"
5270msgstr ""
5271
5272#: gcc.c:2005
5273#, c-format
5274msgid "specs unknown %% command after %ld characters"
5275msgstr ""
5276
5277#: gcc.c:2016 gcc.c:2029
5278#, c-format
5279msgid "specs file malformed after %ld characters"
5280msgstr ""
5281
5282#: gcc.c:2083
5283msgid "spec file has no spec for linking"
5284msgstr ""
5285
5286#: gcc.c:2608
5287msgid "-pipe not supported"
5288msgstr ""
5289
5290#: gcc.c:2670
5291msgid ""
5292"\n"
5293"Go ahead? (y or n) "
5294msgstr ""
5295
5296#: gcc.c:2796
5297#, c-format
5298msgid ""
5299"Internal error: %s (program %s)\n"
5300"Please submit a full bug report.\n"
5301"See %s for instructions."
5302msgstr ""
5303
5304#: gcc.c:2814
5305#, c-format
5306msgid "# %s %.2f %.2f\n"
5307msgstr ""
5308
5309#: gcc.c:2944
5310#, c-format
5311msgid "Usage: %s [options] file...\n"
5312msgstr ""
5313
5314#: gcc.c:2945
5315msgid "Options:\n"
5316msgstr ""
5317
5318#: gcc.c:2947
5319msgid "  -pass-exit-codes         Exit with highest error code from a phase\n"
5320msgstr ""
5321
5322#: gcc.c:2948
5323msgid "  --help                   Display this information\n"
5324msgstr ""
5325
5326#: gcc.c:2949
5327msgid ""
5328"  --target-help            Display target specific command line options\n"
5329msgstr ""
5330
5331#: gcc.c:2951
5332msgid "  (Use '-v --help' to display command line options of sub-processes)\n"
5333msgstr ""
5334
5335#: gcc.c:2952
5336msgid "  -dumpspecs               Display all of the built in spec strings\n"
5337msgstr ""
5338
5339#: gcc.c:2953
5340msgid "  -dumpversion             Display the version of the compiler\n"
5341msgstr ""
5342
5343#: gcc.c:2954
5344msgid "  -dumpmachine             Display the compiler's target processor\n"
5345msgstr ""
5346
5347#: gcc.c:2955
5348msgid ""
5349"  -print-search-dirs       Display the directories in the compiler's search "
5350"path\n"
5351msgstr ""
5352
5353#: gcc.c:2956
5354msgid ""
5355"  -print-libgcc-file-name  Display the name of the compiler's companion "
5356"library\n"
5357msgstr ""
5358
5359#: gcc.c:2957
5360msgid "  -print-file-name=<lib>   Display the full path to library <lib>\n"
5361msgstr ""
5362
5363#: gcc.c:2958
5364msgid ""
5365"  -print-prog-name=<prog>  Display the full path to compiler component "
5366"<prog>\n"
5367msgstr ""
5368
5369#: gcc.c:2959
5370msgid ""
5371"  -print-multi-directory   Display the root directory for versions of "
5372"libgcc\n"
5373msgstr ""
5374
5375#: gcc.c:2960
5376msgid ""
5377"  -print-multi-lib         Display the mapping between command line options "
5378"and\n"
5379"                           multiple library search directories\n"
5380msgstr ""
5381
5382#: gcc.c:2963
5383msgid "  -print-multi-os-directory Display the relative path to OS libraries\n"
5384msgstr ""
5385
5386#: gcc.c:2964
5387msgid ""
5388"  -Wa,<options>            Pass comma-separated <options> on to the "
5389"assembler\n"
5390msgstr ""
5391
5392#: gcc.c:2965
5393msgid ""
5394"  -Wp,<options>            Pass comma-separated <options> on to the "
5395"preprocessor\n"
5396msgstr ""
5397
5398#: gcc.c:2966
5399msgid ""
5400"  -Wl,<options>            Pass comma-separated <options> on to the linker\n"
5401msgstr ""
5402
5403#: gcc.c:2967
5404msgid "  -Xlinker <arg>           Pass <arg> on to the linker\n"
5405msgstr ""
5406
5407#: gcc.c:2968
5408msgid "  -save-temps              Do not delete intermediate files\n"
5409msgstr ""
5410
5411#: gcc.c:2969
5412msgid "  -pipe                    Use pipes rather than intermediate files\n"
5413msgstr ""
5414
5415#: gcc.c:2970
5416msgid "  -time                    Time the execution of each subprocess\n"
5417msgstr ""
5418
5419#: gcc.c:2971
5420msgid ""
5421"  -specs=<file>            Override built-in specs with the contents of "
5422"<file>\n"
5423msgstr ""
5424
5425#: gcc.c:2972
5426msgid ""
5427"  -std=<standard>          Assume that the input sources are for <standard>\n"
5428msgstr ""
5429
5430#: gcc.c:2973
5431msgid ""
5432"  -B <directory>           Add <directory> to the compiler's search paths\n"
5433msgstr ""
5434
5435#: gcc.c:2974
5436msgid "  -b <machine>             Run gcc for target <machine>, if installed\n"
5437msgstr ""
5438
5439#: gcc.c:2975
5440msgid ""
5441"  -V <version>             Run gcc version number <version>, if installed\n"
5442msgstr ""
5443
5444#: gcc.c:2976
5445msgid ""
5446"  -v                       Display the programs invoked by the compiler\n"
5447msgstr ""
5448
5449#: gcc.c:2977
5450msgid ""
5451"  -###                     Like -v but options quoted and commands not "
5452"executed\n"
5453msgstr ""
5454
5455#: gcc.c:2978
5456msgid ""
5457"  -E                       Preprocess only; do not compile, assemble or "
5458"link\n"
5459msgstr ""
5460
5461#: gcc.c:2979
5462msgid "  -S                       Compile only; do not assemble or link\n"
5463msgstr ""
5464
5465#: gcc.c:2980
5466msgid "  -c                       Compile and assemble, but do not link\n"
5467msgstr ""
5468
5469#: gcc.c:2981
5470msgid "  -o <file>                Place the output into <file>\n"
5471msgstr ""
5472
5473#: gcc.c:2982
5474msgid ""
5475"  -x <language>            Specify the language of the following input "
5476"files\n"
5477"                           Permissible languages include: c c++ assembler "
5478"none\n"
5479"                           'none' means revert to the default behavior of\n"
5480"                           guessing the language based on the file's "
5481"extension\n"
5482msgstr ""
5483
5484#: gcc.c:2989
5485#, c-format
5486msgid ""
5487"\n"
5488"Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
5489" passed on to the various sub-processes invoked by %s.  In order to pass\n"
5490" other options on to these processes the -W<letter> options must be used.\n"
5491msgstr ""
5492
5493#: gcc.c:3124
5494#, c-format
5495msgid "`-%c' option must have argument"
5496msgstr ""
5497
5498#: gcc.c:3146
5499#, c-format
5500msgid "couldn't run `%s': %s"
5501msgstr ""
5502
5503#. translate_options () has turned --version into -fversion.
5504#: gcc.c:3323
5505#, c-format
5506msgid "%s (GCC) %s\n"
5507msgstr ""
5508
5509#: gcc.c:3324
5510msgid "Copyright (C) 2003 Free Software Foundation, Inc.\n"
5511msgstr ""
5512
5513#: gcc.c:3326 gcov.c:364
5514msgid ""
5515"This is free software; see the source for copying conditions.  There is NO\n"
5516"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
5517"\n"
5518msgstr ""
5519
5520#: gcc.c:3427
5521msgid "argument to `-Xlinker' is missing"
5522msgstr ""
5523
5524#: gcc.c:3435
5525msgid "argument to `-l' is missing"
5526msgstr ""
5527
5528#: gcc.c:3452
5529msgid "argument to `-specs' is missing"
5530msgstr ""
5531
5532#: gcc.c:3467
5533msgid "argument to `-specs=' is missing"
5534msgstr ""
5535
5536#: gcc.c:3497
5537#, c-format
5538msgid "`-%c' must come at the start of the command line"
5539msgstr ""
5540
5541#: gcc.c:3506
5542msgid "argument to `-B' is missing"
5543msgstr ""
5544
5545#: gcc.c:3679
5546msgid "cannot specify -o with -c or -S and multiple compilations"
5547msgstr ""
5548
5549#: gcc.c:3870
5550msgid "warning: -pipe ignored because -save-temps specified"
5551msgstr ""
5552
5553#: gcc.c:3874
5554msgid "warning: -pipe ignored because -time specified"
5555msgstr ""
5556
5557#: gcc.c:3886
5558msgid "argument to `-x' is missing"
5559msgstr ""
5560
5561#: gcc.c:3914
5562#, c-format
5563msgid "argument to `-%s' is missing"
5564msgstr ""
5565
5566#: gcc.c:3975
5567#, c-format
5568msgid "warning: `-x %s' after last input file has no effect"
5569msgstr ""
5570
5571#: gcc.c:4320
5572msgid "invalid specification!  Bug in cc"
5573msgstr ""
5574
5575#: gcc.c:4474
5576#, c-format
5577msgid "%s\n"
5578msgstr ""
5579
5580#. Catch the case where a spec string contains something like
5581#. '%{foo:%*}'.  ie there is no * in the pattern on the left
5582#. hand side of the :.
5583#: gcc.c:5051
5584#, c-format
5585msgid "spec failure: '%%*' has not been initialized by pattern match"
5586msgstr ""
5587
5588#: gcc.c:5060
5589#, c-format
5590msgid "warning: use of obsolete %%[ operator in specs"
5591msgstr ""
5592
5593#: gcc.c:5078
5594#, c-format
5595msgid "Processing spec %c%s%c, which is '%s'\n"
5596msgstr ""
5597
5598#: gcc.c:5203
5599#, c-format
5600msgid "spec failure: unrecognized spec option '%c'"
5601msgstr ""
5602
5603#: gcc.c:5284
5604#, c-format
5605msgid "unknown spec function `%s'"
5606msgstr ""
5607
5608#: gcc.c:5303
5609#, c-format
5610msgid "error in args to spec function `%s'"
5611msgstr ""
5612
5613#: gcc.c:5352
5614msgid "malformed spec function name"
5615msgstr ""
5616
5617#. )
5618#: gcc.c:5355
5619msgid "no arguments for spec function"
5620msgstr ""
5621
5622#: gcc.c:5374
5623msgid "malformed spec function arguments"
5624msgstr ""
5625
5626#: gcc.c:5482
5627msgid "mismatched braces in specs"
5628msgstr ""
5629
5630#: gcc.c:6170
5631#, c-format
5632msgid "unrecognized option `-%s'"
5633msgstr ""
5634
5635#: gcc.c:6176
5636#, c-format
5637msgid "install: %s%s\n"
5638msgstr ""
5639
5640#: gcc.c:6177
5641#, c-format
5642msgid "programs: %s\n"
5643msgstr ""
5644
5645#: gcc.c:6178
5646#, c-format
5647msgid "libraries: %s\n"
5648msgstr ""
5649
5650#: gcc.c:6235
5651#, c-format
5652msgid ""
5653"\n"
5654"For bug reporting instructions, please see:\n"
5655msgstr ""
5656
5657#: gcc.c:6251
5658#, c-format
5659msgid "Configured with: %s\n"
5660msgstr ""
5661
5662#: gcc.c:6265
5663#, c-format
5664msgid "Thread model: %s\n"
5665msgstr ""
5666
5667#: gcc.c:6276
5668#, c-format
5669msgid "gcc version %s\n"
5670msgstr ""
5671
5672#: gcc.c:6278
5673#, c-format
5674msgid "gcc driver version %s executing gcc version %s\n"
5675msgstr ""
5676
5677#: gcc.c:6286
5678msgid "no input files"
5679msgstr ""
5680
5681#: gcc.c:6324
5682#, c-format
5683msgid "%s: %s compiler not installed on this system"
5684msgstr ""
5685
5686#: gcc.c:6399
5687#, c-format
5688msgid "%s: linker input file unused because linking not done"
5689msgstr ""
5690
5691#: gcc.c:6442
5692#, c-format
5693msgid "language %s not recognized"
5694msgstr ""
5695
5696#: gcc.c:6545
5697msgid "internal gcc abort"
5698msgstr ""
5699
5700#: gcov.c:325
5701msgid "Internal gcov abort.\n"
5702msgstr ""
5703
5704#: gcov.c:338
5705msgid ""
5706"Usage: gcov [OPTION]... SOURCEFILE\n"
5707"\n"
5708msgstr ""
5709
5710#: gcov.c:339
5711msgid ""
5712"Print code coverage information.\n"
5713"\n"
5714msgstr ""
5715
5716#: gcov.c:340
5717msgid "  -h, --help                      Print this help, then exit\n"
5718msgstr ""
5719
5720#: gcov.c:341
5721msgid "  -v, --version                   Print version number, then exit\n"
5722msgstr ""
5723
5724#: gcov.c:342
5725msgid ""
5726"  -b, --branch-probabilities      Include branch probabilities in output\n"
5727msgstr ""
5728
5729#: gcov.c:343
5730msgid ""
5731"  -c, --branch-counts             Given counts of branches taken\n"
5732"                                    rather than percentages\n"
5733msgstr ""
5734
5735#: gcov.c:345
5736msgid "  -n, --no-output                 Do not create an output file\n"
5737msgstr ""
5738
5739#: gcov.c:346
5740msgid ""
5741"  -l, --long-file-names           Use long output file names for included\n"
5742"                                    source files\n"
5743msgstr ""
5744
5745#: gcov.c:348
5746msgid "  -f, --function-summaries        Output summaries for each function\n"
5747msgstr ""
5748
5749#: gcov.c:349
5750msgid ""
5751"  -o, --object-directory DIR|FILE Search for object files in DIR or called "
5752"FILE\n"
5753msgstr ""
5754
5755#: gcov.c:350
5756msgid "  -p, --preserve-paths            Preserve all pathname components\n"
5757msgstr ""
5758
5759#: gcov.c:351
5760#, c-format
5761msgid ""
5762"\n"
5763"For bug reporting instructions, please see:\n"
5764"%s.\n"
5765msgstr ""
5766
5767#: gcov.c:361
5768#, c-format
5769msgid "gcov (GCC) %s\n"
5770msgstr ""
5771
5772#: gcov.c:362
5773msgid "Copyright (C) 2001 Free Software Foundation, Inc.\n"
5774msgstr ""
5775
5776#: gcov.c:500
5777#, c-format
5778msgid "Could not open basic block file %s.\n"
5779msgstr ""
5780
5781#: gcov.c:507
5782#, c-format
5783msgid "Could not open program flow graph file %s.\n"
5784msgstr ""
5785
5786#: gcov.c:524
5787#, c-format
5788msgid "Could not open data file %s.\n"
5789msgstr ""
5790
5791#: gcov.c:525
5792msgid "Assuming that all execution counts are zero.\n"
5793msgstr ""
5794
5795#: gcov.c:534
5796#, c-format
5797msgid "No executable code associated with file %s.\n"
5798msgstr ""
5799
5800#: gcov.c:1186
5801#, c-format
5802msgid "%s of %d lines executed in %s %s\n"
5803msgstr ""
5804
5805#: gcov.c:1191
5806#, c-format
5807msgid "No executable lines in %s %s\n"
5808msgstr ""
5809
5810#: gcov.c:1198
5811#, c-format
5812msgid "%s of %d branches executed in %s %s\n"
5813msgstr ""
5814
5815#: gcov.c:1203
5816#, c-format
5817msgid "%s of %d branches taken at least once in %s %s\n"
5818msgstr ""
5819
5820#: gcov.c:1209
5821#, c-format
5822msgid "No branches in %s %s\n"
5823msgstr ""
5824
5825#: gcov.c:1211
5826#, c-format
5827msgid "%s of %d calls executed in %s %s\n"
5828msgstr ""
5829
5830#: gcov.c:1216
5831#, c-format
5832msgid "No calls in %s %s\n"
5833msgstr ""
5834
5835#: gcov.c:1351
5836#, c-format
5837msgid "didn't use all bb entries of graph, function %s\n"
5838msgstr ""
5839
5840#: gcov.c:1353
5841#, c-format
5842msgid "block_num = %ld, num_blocks = %d\n"
5843msgstr ""
5844
5845#: gcov.c:1367
5846#, c-format
5847msgid "ERROR: unexpected line number %ld\n"
5848msgstr ""
5849
5850#: gcov.c:1383
5851#, c-format
5852msgid "ERROR: too many basic blocks in function %s\n"
5853msgstr ""
5854
5855#: gcov.c:1398
5856#, c-format
5857msgid "ERROR: out of range line number in function %s\n"
5858msgstr ""
5859
5860#: gcov.c:1470
5861#, c-format
5862msgid "Could not open source file %s.\n"
5863msgstr ""
5864
5865#: gcov.c:1480
5866#, c-format
5867msgid "Warning: source file %s is newer than %s\n"
5868msgstr ""
5869
5870#: gcov.c:1510
5871#, c-format
5872msgid "Unexpected EOF while reading source file %s.\n"
5873msgstr ""
5874
5875#: gcov.c:1532
5876#, c-format
5877msgid "call   %2d never executed\n"
5878msgstr ""
5879
5880#: gcov.c:1535
5881#, c-format
5882msgid "call   %2d returns %s\n"
5883msgstr ""
5884
5885#: gcov.c:1543
5886#, c-format
5887msgid "branch %2d never executed\n"
5888msgstr ""
5889
5890#: gcov.c:1546
5891#, c-format
5892msgid "branch %2d taken %s\n"
5893msgstr ""
5894
5895#: gcov.c:1610
5896#, c-format
5897msgid "Creating %s.\n"
5898msgstr ""
5899
5900#: gcov.c:1613
5901#, c-format
5902msgid "Error writing output file %s.\n"
5903msgstr ""
5904
5905#: gcov.c:1618
5906#, c-format
5907msgid "Could not open output file %s.\n"
5908msgstr ""
5909
5910#: gcse.c:763
5911#, c-format
5912msgid "GCSE disabled: %d > 1000 basic blocks and %d >= 20 edges/basic block"
5913msgstr ""
5914
5915#: gcse.c:775
5916#, c-format
5917msgid "GCSE disabled: %d basic blocks and %d registers"
5918msgstr ""
5919
5920#: genautomata.c:1490
5921#, c-format
5922msgid "Name `%s' contains quotes"
5923msgstr ""
5924
5925#: genautomata.c:1621
5926#, c-format
5927msgid "invalid string `%s' in define_cpu_unit"
5928msgstr ""
5929
5930#: genautomata.c:1650
5931#, c-format
5932msgid "invalid string `%s' in define_query_cpu_unit"
5933msgstr ""
5934
5935#: genautomata.c:1682 genautomata.c:1685
5936#, c-format
5937msgid "invalid string `%s' in define_bypass"
5938msgstr ""
5939
5940#: genautomata.c:1720
5941#, c-format
5942msgid "invalid first string `%s' in exclusion_set"
5943msgstr ""
5944
5945#: genautomata.c:1724
5946#, c-format
5947msgid "invalid second string `%s' in exclusion_set"
5948msgstr ""
5949
5950#: genautomata.c:1760
5951#, c-format
5952msgid "invalid first string `%s' in presence_set"
5953msgstr ""
5954
5955#: genautomata.c:1764
5956#, c-format
5957msgid "invalid second string `%s' in presence_set"
5958msgstr ""
5959
5960#: genautomata.c:1800
5961#, c-format
5962msgid "invalid first string `%s' in absence_set"
5963msgstr ""
5964
5965#: genautomata.c:1804
5966#, c-format
5967msgid "invalid second string `%s' in absence_set"
5968msgstr ""
5969
5970#: genautomata.c:1837
5971#, c-format
5972msgid "invalid string `%s' in define_automaton"
5973msgstr ""
5974
5975#: genautomata.c:1868
5976#, c-format
5977msgid "invalid option `%s' in automata_option"
5978msgstr ""
5979
5980#: genautomata.c:1890
5981#, c-format
5982msgid "garbage after ) in reservation `%s'"
5983msgstr ""
5984
5985#: genautomata.c:1921 genautomata.c:1954 genautomata.c:1981
5986#, c-format
5987msgid "invalid `%s' in reservation `%s'"
5988msgstr ""
5989
5990#: genautomata.c:1932
5991#, c-format
5992msgid "repetition `%s' <= 1 in reservation `%s'"
5993msgstr ""
5994
5995#: genautomata.c:2425
5996#, c-format
5997msgid "unit `%s' in exclusion is not declared"
5998msgstr ""
5999
6000#: genautomata.c:2427
6001#, c-format
6002msgid "`%s' in exclusion is not unit"
6003msgstr ""
6004
6005#: genautomata.c:2465
6006#, c-format
6007msgid "unit `%s' excludes itself"
6008msgstr ""
6009
6010#: genautomata.c:2473
6011#, c-format
6012msgid "units `%s' and `%s' in exclusion set belong to different automata"
6013msgstr ""
6014
6015#: genautomata.c:2603 genautomata.c:2609
6016#, c-format
6017msgid "unit `%s' excludes and requires presence of `%s'"
6018msgstr ""
6019
6020#: genautomata.c:2623 genautomata.c:2629
6021#, c-format
6022msgid "unit `%s' requires absence and presence of `%s'"
6023msgstr ""
6024
6025#: genautomata.c:2692 genautomata.c:2695
6026#, c-format
6027msgid "repeated declaration of automaton `%s'"
6028msgstr ""
6029
6030#: genautomata.c:2711
6031#, c-format
6032msgid "define_insn_reservation `%s' has negative latency time"
6033msgstr ""
6034
6035#: genautomata.c:2717
6036#, c-format
6037msgid "`%s' is already used as insn reservation name"
6038msgstr ""
6039
6040#: genautomata.c:2723
6041#, c-format
6042msgid "define_bypass `%s - %s' has negative latency time"
6043msgstr ""
6044
6045#: genautomata.c:2737
6046#, c-format
6047msgid "automaton `%s' is not declared"
6048msgstr ""
6049
6050#: genautomata.c:2747
6051#, c-format
6052msgid "define_unit `%s' without automaton when one defined"
6053msgstr ""
6054
6055#: genautomata.c:2753
6056#, c-format
6057msgid "`%s' is declared as cpu unit"
6058msgstr ""
6059
6060#: genautomata.c:2762
6061#, c-format
6062msgid "`%s' is declared as cpu reservation"
6063msgstr ""
6064
6065#: genautomata.c:2772
6066#, c-format
6067msgid "repeated declaration of unit `%s'"
6068msgstr ""
6069
6070#: genautomata.c:2775
6071#, c-format
6072msgid "repeated declaration of reservation `%s'"
6073msgstr ""
6074
6075#: genautomata.c:2790 genautomata.c:2793
6076#, c-format
6077msgid "there is no insn reservation `%s'"
6078msgstr ""
6079
6080#: genautomata.c:2810 genautomata.c:2815
6081#, c-format
6082msgid "the same bypass `%s - %s' is already defined"
6083msgstr ""
6084
6085#: genautomata.c:2820
6086#, c-format
6087msgid "bypass `%s - %s' is already defined"
6088msgstr ""
6089
6090#: genautomata.c:2925 genautomata.c:2927
6091#, c-format
6092msgid "automaton `%s' is not used"
6093msgstr ""
6094
6095#: genautomata.c:2950
6096#, c-format
6097msgid "undeclared unit or reservation `%s'"
6098msgstr ""
6099
6100#: genautomata.c:3028 genautomata.c:3030
6101#, c-format
6102msgid "unit `%s' is not used"
6103msgstr ""
6104
6105#: genautomata.c:3035 genautomata.c:3037
6106#, c-format
6107msgid "reservation `%s' is not used"
6108msgstr ""
6109
6110#: genautomata.c:3134
6111#, c-format
6112msgid "cycle in definition of reservation `%s'"
6113msgstr ""
6114
6115#: genautomata.c:5333
6116#, c-format
6117msgid "Units `%s' and `%s' should be in the same automaton"
6118msgstr ""
6119
6120#: genautomata.c:9441
6121msgid "-split has no argument."
6122msgstr ""
6123
6124#: genautomata.c:9442
6125msgid "option `-split' has not been implemented yet\n"
6126msgstr ""
6127
6128#: genautomata.c:9486 genautomata.c:9491
6129#, c-format
6130msgid "Automaton `%s': Insn `%s' will never be issued"
6131msgstr ""
6132
6133#: genautomata.c:9498 genautomata.c:9501
6134#, c-format
6135msgid "Insn `%s' will never be issued"
6136msgstr ""
6137
6138#: genautomata.c:9649
6139msgid "Errors in DFA description"
6140msgstr ""
6141
6142#: genautomata.c:9732
6143#, c-format
6144msgid "Error in writing DFA description file %s"
6145msgstr ""
6146
6147#: genconditions.c:196
6148msgid "No input file name."
6149msgstr ""
6150
6151#: ggc-page.c:1265
6152msgid "open /dev/zero"
6153msgstr ""
6154
6155#: graph.c:420 profile.c:1204 profile.c:1211 toplev.c:1836 toplev.c:5180
6156#: f/com.c:14212 java/jcf-parse.c:917 java/jcf-parse.c:1063 java/lex.c:1776
6157#: objc/objc-act.c:449
6158#, c-format
6159msgid "can't open %s"
6160msgstr ""
6161
6162#: haifa-sched.c:196
6163#, c-format
6164msgid "fix_sched_param: unknown param: %s"
6165msgstr ""
6166
6167#: integrate.c:174
6168msgid "function cannot be inline"
6169msgstr ""
6170
6171#: integrate.c:178
6172msgid "varargs function cannot be inline"
6173msgstr ""
6174
6175#: integrate.c:181
6176msgid "function using alloca cannot be inline"
6177msgstr ""
6178
6179#: integrate.c:184
6180msgid "function using setjmp cannot be inline"
6181msgstr ""
6182
6183#: integrate.c:187
6184msgid "function uses __builtin_eh_return"
6185msgstr ""
6186
6187#: integrate.c:190
6188msgid "function with nested functions cannot be inline"
6189msgstr ""
6190
6191#: integrate.c:194
6192msgid "function with label addresses used in initializers cannot inline"
6193msgstr ""
6194
6195#: integrate.c:201 integrate.c:245
6196msgid "function too large to be inline"
6197msgstr ""
6198
6199#: integrate.c:211
6200msgid "no prototype, and parameter address used; cannot be inline"
6201msgstr ""
6202
6203#: integrate.c:218 integrate.c:263
6204msgid "inline functions not supported for this return value type"
6205msgstr ""
6206
6207#: integrate.c:223
6208msgid "function with varying-size return value cannot be inline"
6209msgstr ""
6210
6211#: integrate.c:230
6212msgid "function with varying-size parameter cannot be inline"
6213msgstr ""
6214
6215#: integrate.c:233
6216msgid "function with transparent unit parameter cannot be inline"
6217msgstr ""
6218
6219#: integrate.c:252
6220msgid "function with computed jump cannot inline"
6221msgstr ""
6222
6223#: integrate.c:256
6224msgid "function with nonlocal goto cannot be inline"
6225msgstr ""
6226
6227#: integrate.c:270
6228msgid "function with target specific attribute(s) cannot be inlined"
6229msgstr ""
6230
6231#: line-map.c:198
6232#, c-format
6233msgid "In file included from %s:%u"
6234msgstr ""
6235
6236#. Translators note: this message is used in conjunction
6237#. with "In file included from %s:%ld" and some other
6238#. tricks.  We want something like this:
6239#.
6240#. | In file included from sys/select.h:123,
6241#. |                  from sys/types.h:234,
6242#. |                  from userfile.c:31:
6243#. | bits/select.h:45: <error message here>
6244#.
6245#. with all the "from"s lined up.
6246#. The trailing comma is at the beginning of this message,
6247#. and the trailing colon is not translated.
6248#: line-map.c:216
6249#, c-format
6250msgid ""
6251",\n"
6252"                 from %s:%u"
6253msgstr ""
6254
6255#. If we didn't find this parameter, issue an error message.
6256#: params.c:80
6257#, c-format
6258msgid "invalid parameter `%s'"
6259msgstr ""
6260
6261#: profile.c:397
6262#, c-format
6263msgid "Profile does not match flowgraph of function %s (out of date?)"
6264msgstr ""
6265
6266#: profile.c:400
6267msgid ".da file corrupted"
6268msgstr ""
6269
6270#: profile.c:634
6271#, c-format
6272msgid "corrupted profile info: prob for %d-%d thought to be %d"
6273msgstr ""
6274
6275#: profile.c:1226
6276#, c-format
6277msgid "file %s not found, execution counts assumed to be zero"
6278msgstr ""
6279
6280#: protoize.c:542
6281#, c-format
6282msgid "%s: internal abort\n"
6283msgstr ""
6284
6285#: protoize.c:633
6286#, c-format
6287msgid "%s: error writing file `%s': %s\n"
6288msgstr ""
6289
6290#: protoize.c:678
6291#, c-format
6292msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
6293msgstr ""
6294
6295#: protoize.c:681
6296#, c-format
6297msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
6298msgstr ""
6299
6300#: protoize.c:788
6301#, c-format
6302msgid "%s: warning: no read access for file `%s'\n"
6303msgstr ""
6304
6305#: protoize.c:796
6306#, c-format
6307msgid "%s: warning: no write access for file `%s'\n"
6308msgstr ""
6309
6310#: protoize.c:804
6311#, c-format
6312msgid "%s: warning: no write access for dir containing `%s'\n"
6313msgstr ""
6314
6315#. Catch cases like /.. where we try to backup to a
6316#. point above the absolute root of the logical file
6317#. system.
6318#: protoize.c:1222
6319#, c-format
6320msgid "%s: invalid file name: %s\n"
6321msgstr ""
6322
6323#: protoize.c:1374
6324#, c-format
6325msgid "%s: %s: can't get status: %s\n"
6326msgstr ""
6327
6328#: protoize.c:1395
6329#, c-format
6330msgid ""
6331"\n"
6332"%s: fatal error: aux info file corrupted at line %d\n"
6333msgstr ""
6334
6335#: protoize.c:1731
6336#, c-format
6337msgid "%s:%d: declaration of function `%s' takes different forms\n"
6338msgstr ""
6339
6340#: protoize.c:1989
6341#, c-format
6342msgid "%s: compiling `%s'\n"
6343msgstr ""
6344
6345#: protoize.c:2012
6346#, c-format
6347msgid "%s: wait: %s\n"
6348msgstr ""
6349
6350#: protoize.c:2017
6351#, c-format
6352msgid "%s: subprocess got fatal signal %d\n"
6353msgstr ""
6354
6355#: protoize.c:2025
6356#, c-format
6357msgid "%s: %s exited with status %d\n"
6358msgstr ""
6359
6360#: protoize.c:2077
6361#, c-format
6362msgid "%s: warning: missing SYSCALLS file `%s'\n"
6363msgstr ""
6364
6365#: protoize.c:2086 protoize.c:2115
6366#, c-format
6367msgid "%s: can't read aux info file `%s': %s\n"
6368msgstr ""
6369
6370#: protoize.c:2131 protoize.c:2159
6371#, c-format
6372msgid "%s: can't get status of aux info file `%s': %s\n"
6373msgstr ""
6374
6375#: protoize.c:2187
6376#, c-format
6377msgid "%s: can't open aux info file `%s' for reading: %s\n"
6378msgstr ""
6379
6380#: protoize.c:2205
6381#, c-format
6382msgid "%s: error reading aux info file `%s': %s\n"
6383msgstr ""
6384
6385#: protoize.c:2218
6386#, c-format
6387msgid "%s: error closing aux info file `%s': %s\n"
6388msgstr ""
6389
6390#: protoize.c:2234
6391#, c-format
6392msgid "%s: can't delete aux info file `%s': %s\n"
6393msgstr ""
6394
6395#: protoize.c:2316 protoize.c:4318
6396#, c-format
6397msgid "%s: can't delete file `%s': %s\n"
6398msgstr ""
6399
6400#: protoize.c:2395
6401#, c-format
6402msgid "%s: warning: can't rename file `%s' to `%s': %s\n"
6403msgstr ""
6404
6405#: protoize.c:2520
6406#, c-format
6407msgid "%s: conflicting extern definitions of '%s'\n"
6408msgstr ""
6409
6410#: protoize.c:2524
6411#, c-format
6412msgid "%s: declarations of '%s' will not be converted\n"
6413msgstr ""
6414
6415#: protoize.c:2526
6416#, c-format
6417msgid "%s: conflict list for '%s' follows:\n"
6418msgstr ""
6419
6420#: protoize.c:2559
6421#, c-format
6422msgid "%s: warning: using formals list from %s(%d) for function `%s'\n"
6423msgstr ""
6424
6425#: protoize.c:2599
6426#, c-format
6427msgid "%s: %d: `%s' used but missing from SYSCALLS\n"
6428msgstr ""
6429
6430#: protoize.c:2605
6431#, c-format
6432msgid "%s: %d: warning: no extern definition for `%s'\n"
6433msgstr ""
6434
6435#: protoize.c:2636
6436#, c-format
6437msgid "%s: warning: no static definition for `%s' in file `%s'\n"
6438msgstr ""
6439
6440#: protoize.c:2642
6441#, c-format
6442msgid "%s: multiple static defs of `%s' in file `%s'\n"
6443msgstr ""
6444
6445#: protoize.c:2815 protoize.c:2818
6446#, c-format
6447msgid "%s: %d: warning: source too confusing\n"
6448msgstr ""
6449
6450#: protoize.c:3024
6451#, c-format
6452msgid "%s: %d: warning: varargs function declaration not converted\n"
6453msgstr ""
6454
6455#: protoize.c:3039
6456#, c-format
6457msgid "%s: declaration of function `%s' not converted\n"
6458msgstr ""
6459
6460#: protoize.c:3162
6461#, c-format
6462msgid "%s: warning: too many parameter lists in declaration of `%s'\n"
6463msgstr ""
6464
6465#: protoize.c:3183
6466#, c-format
6467msgid ""
6468"\n"
6469"%s: warning: too few parameter lists in declaration of `%s'\n"
6470msgstr ""
6471
6472#: protoize.c:3281
6473#, c-format
6474msgid "%s: %d: warning: found `%s' but expected `%s'\n"
6475msgstr ""
6476
6477#: protoize.c:3459
6478#, c-format
6479msgid "%s: local declaration for function `%s' not inserted\n"
6480msgstr ""
6481
6482#: protoize.c:3486
6483#, c-format
6484msgid ""
6485"\n"
6486"%s: %d: warning: can't add declaration of `%s' into macro call\n"
6487msgstr ""
6488
6489#: protoize.c:3560
6490#, c-format
6491msgid "%s: global declarations for file `%s' not inserted\n"
6492msgstr ""
6493
6494#: protoize.c:3651 protoize.c:3681
6495#, c-format
6496msgid "%s: definition of function `%s' not converted\n"
6497msgstr ""
6498
6499#: protoize.c:3670
6500#, c-format
6501msgid "%s: %d: warning: definition of %s not converted\n"
6502msgstr ""
6503
6504#: protoize.c:4000
6505#, c-format
6506msgid "%s: found definition of `%s' at %s(%d)\n"
6507msgstr ""
6508
6509#. If we make it here, then we did not know about this
6510#. function definition.
6511#: protoize.c:4016
6512#, c-format
6513msgid "%s: %d: warning: `%s' excluded by preprocessing\n"
6514msgstr ""
6515
6516#: protoize.c:4019
6517#, c-format
6518msgid "%s: function definition not converted\n"
6519msgstr ""
6520
6521#: protoize.c:4078
6522#, c-format
6523msgid "%s: `%s' not converted\n"
6524msgstr ""
6525
6526#: protoize.c:4086
6527#, c-format
6528msgid "%s: would convert file `%s'\n"
6529msgstr ""
6530
6531#: protoize.c:4089
6532#, c-format
6533msgid "%s: converting file `%s'\n"
6534msgstr ""
6535
6536#: protoize.c:4099
6537#, c-format
6538msgid "%s: can't get status for file `%s': %s\n"
6539msgstr ""
6540
6541#: protoize.c:4141
6542#, c-format
6543msgid "%s: can't open file `%s' for reading: %s\n"
6544msgstr ""
6545
6546#: protoize.c:4156
6547#, c-format
6548msgid ""
6549"\n"
6550"%s: error reading input file `%s': %s\n"
6551msgstr ""
6552
6553#: protoize.c:4190
6554#, c-format
6555msgid "%s: can't create/open clean file `%s': %s\n"
6556msgstr ""
6557
6558#: protoize.c:4295
6559#, c-format
6560msgid "%s: warning: file `%s' already saved in `%s'\n"
6561msgstr ""
6562
6563#: protoize.c:4303
6564#, c-format
6565msgid "%s: can't link file `%s' to `%s': %s\n"
6566msgstr ""
6567
6568#: protoize.c:4333
6569#, c-format
6570msgid "%s: can't create/open output file `%s': %s\n"
6571msgstr ""
6572
6573#: protoize.c:4366
6574#, c-format
6575msgid "%s: can't change mode of file `%s': %s\n"
6576msgstr ""
6577
6578#: protoize.c:4541
6579#, c-format
6580msgid "%s: cannot get working directory: %s\n"
6581msgstr ""
6582
6583#: protoize.c:4639
6584#, c-format
6585msgid "%s: input file names must have .c suffixes: %s\n"
6586msgstr ""
6587
6588#: ra.c:750
6589msgid "Didn't find a coloring.\n"
6590msgstr ""
6591
6592#: reg-stack.c:673
6593#, c-format
6594msgid "output constraint %d must specify a single register"
6595msgstr ""
6596
6597#: reg-stack.c:683
6598#, c-format
6599msgid "output constraint %d cannot be specified together with \"%s\" clobber"
6600msgstr ""
6601
6602#: reg-stack.c:706
6603msgid "output regs must be grouped at top of stack"
6604msgstr ""
6605
6606#: reg-stack.c:743
6607msgid "implicitly popped regs must be grouped at top of stack"
6608msgstr ""
6609
6610#: reg-stack.c:762
6611#, c-format
6612msgid "output operand %d must use `&' constraint"
6613msgstr ""
6614
6615#: regclass.c:756
6616#, c-format
6617msgid "can't use '%s' as a %s register"
6618msgstr ""
6619
6620#: regclass.c:771 config/ia64/ia64.c:4309 config/ia64/ia64.c:4316
6621#, c-format
6622msgid "unknown register name: %s"
6623msgstr ""
6624
6625#: regclass.c:782
6626msgid "global register variable follows a function definition"
6627msgstr ""
6628
6629#: regclass.c:786
6630msgid "register used for two global register variables"
6631msgstr ""
6632
6633#: regclass.c:791
6634msgid "call-clobbered register used for global register variable"
6635msgstr ""
6636
6637#: regrename.c:1899
6638#, c-format
6639msgid "validate_value_data: [%u] Bad next_regno for empty chain (%u)"
6640msgstr ""
6641
6642#: regrename.c:1911
6643#, c-format
6644msgid "validate_value_data: Loop in regno chain (%u)"
6645msgstr ""
6646
6647#: regrename.c:1914
6648#, c-format
6649msgid "validate_value_data: [%u] Bad oldest_regno (%u)"
6650msgstr ""
6651
6652#: regrename.c:1926
6653#, c-format
6654msgid "validate_value_data: [%u] Non-empty reg in chain (%s %u %i)"
6655msgstr ""
6656
6657#: reload.c:1283
6658msgid "cannot reload integer constant operand in `asm'"
6659msgstr ""
6660
6661#: reload.c:1305
6662msgid "impossible register constraint in `asm'"
6663msgstr ""
6664
6665#: reload.c:3526
6666msgid "`&' constraint used with no register class"
6667msgstr ""
6668
6669#: reload.c:3694
6670msgid "unable to generate reloads for:"
6671msgstr ""
6672
6673#: reload.c:3695 reload.c:3909
6674msgid "inconsistent operand constraints in an `asm'"
6675msgstr ""
6676
6677#: reload1.c:1260
6678msgid "frame size too large for reliable stack checking"
6679msgstr ""
6680
6681#: reload1.c:1263
6682msgid "try reducing the number of local variables"
6683msgstr ""
6684
6685#: reload1.c:1927
6686#, c-format
6687msgid "can't find a register in class `%s' while reloading `asm'"
6688msgstr ""
6689
6690#: reload1.c:1931
6691#, c-format
6692msgid "unable to find a register to spill in class `%s'"
6693msgstr ""
6694
6695#: reload1.c:1933
6696msgid "this is the insn:"
6697msgstr ""
6698
6699#: reload1.c:3968
6700msgid "`asm' operand requires impossible reload"
6701msgstr ""
6702
6703#. It's the compiler's fault.
6704#: reload1.c:5084
6705msgid "could not find a spill register"
6706msgstr ""
6707
6708#: reload1.c:5089
6709msgid "`asm' operand constraint incompatible with operand size"
6710msgstr ""
6711
6712#. It's the compiler's fault.
6713#: reload1.c:6711
6714msgid "VOIDmode on an output"
6715msgstr ""
6716
6717#: reload1.c:6712
6718msgid "output operand is constant in `asm'"
6719msgstr ""
6720
6721#: rtl-error.c:140
6722msgid "unrecognizable insn:"
6723msgstr ""
6724
6725#: rtl-error.c:142
6726msgid "insn does not satisfy its constraints:"
6727msgstr ""
6728
6729#: rtl.c:535
6730#, c-format
6731msgid "RTL check: access of elt %d of `%s' with last elt %d in %s, at %s:%d"
6732msgstr ""
6733
6734#: rtl.c:550
6735#, c-format
6736msgid ""
6737"RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
6738msgstr ""
6739
6740#: rtl.c:566
6741#, c-format
6742msgid ""
6743"RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %"
6744"s:%d"
6745msgstr ""
6746
6747#: rtl.c:579
6748#, c-format
6749msgid "RTL check: expected code `%s', have `%s' in %s, at %s:%d"
6750msgstr ""
6751
6752#: rtl.c:593
6753#, c-format
6754msgid "RTL check: expected code `%s' or `%s', have `%s' in %s, at %s:%d"
6755msgstr ""
6756
6757#: rtl.c:608
6758#, c-format
6759msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
6760msgstr ""
6761
6762#: rtl.c:623
6763#, c-format
6764msgid "RTL flag check: %s used with unexpected rtx code `%s' in %s, at %s:%d"
6765msgstr ""
6766
6767#: stmt.c:766
6768#, c-format
6769msgid "jump to `%s' invalidly jumps into binding contour"
6770msgstr ""
6771
6772#: stmt.c:1002 stmt.c:3766
6773#, c-format
6774msgid "label `%s' used before containing binding contour"
6775msgstr ""
6776
6777#: stmt.c:1190
6778msgid "output operand constraint lacks `='"
6779msgstr ""
6780
6781#: stmt.c:1205
6782#, c-format
6783msgid "output constraint `%c' for operand %d is not at the beginning"
6784msgstr ""
6785
6786#: stmt.c:1227
6787msgid "operand constraint contains incorrectly positioned '+' or '='"
6788msgstr ""
6789
6790#: stmt.c:1233 stmt.c:1337
6791#, c-format
6792msgid "`%%' constraint used with last operand"
6793msgstr ""
6794
6795#: stmt.c:1252
6796msgid "matching constraint not valid in output operand"
6797msgstr ""
6798
6799#: stmt.c:1328
6800#, c-format
6801msgid "input operand constraint contains `%c'"
6802msgstr ""
6803
6804#: stmt.c:1368
6805msgid "matching constraint references invalid operand number"
6806msgstr ""
6807
6808#: stmt.c:1400
6809#, c-format
6810msgid "invalid punctuation `%c' in constraint"
6811msgstr ""
6812
6813#: stmt.c:1450
6814#, c-format
6815msgid "asm-specifier for variable `%s' conflicts with asm clobber list"
6816msgstr ""
6817
6818#: stmt.c:1540
6819#, c-format
6820msgid "unknown register name `%s' in `asm'"
6821msgstr ""
6822
6823#: stmt.c:1588
6824#, c-format
6825msgid "more than %d operands in `asm'"
6826msgstr ""
6827
6828#: stmt.c:1650
6829#, c-format
6830msgid "output number %d not directly addressable"
6831msgstr ""
6832
6833#: stmt.c:1728
6834#, c-format
6835msgid "asm operand %d probably doesn't match constraints"
6836msgstr ""
6837
6838#: stmt.c:1738
6839#, c-format
6840msgid "use of memory input without lvalue in asm operand %d is deprecated"
6841msgstr ""
6842
6843#: stmt.c:1889
6844msgid "asm clobber conflict with output operand"
6845msgstr ""
6846
6847#: stmt.c:1894
6848msgid "asm clobber conflict with input operand"
6849msgstr ""
6850
6851#: stmt.c:1929
6852msgid "too many alternatives in `asm'"
6853msgstr ""
6854
6855#: stmt.c:1941
6856msgid "operand constraints for `asm' differ in number of alternatives"
6857msgstr ""
6858
6859#: stmt.c:1994
6860#, c-format
6861msgid "duplicate asm operand name '%s'"
6862msgstr ""
6863
6864#: stmt.c:2081
6865msgid "missing close brace for named operand"
6866msgstr ""
6867
6868#: stmt.c:2109
6869#, c-format
6870msgid "undefined named operand '%s'"
6871msgstr ""
6872
6873#: stmt.c:3703
6874#, c-format
6875msgid "unused variable `%s'"
6876msgstr ""
6877
6878#: stmt.c:5189
6879#, c-format
6880msgid "enumeration value `%s' not handled in switch"
6881msgstr ""
6882
6883#: stmt.c:5214 stmt.c:5234
6884#, c-format
6885msgid "case value `%ld' not in enumerated type"
6886msgstr ""
6887
6888#: stmt.c:5217 stmt.c:5237
6889#, c-format
6890msgid "case value `%ld' not in enumerated type `%s'"
6891msgstr ""
6892
6893#: stmt.c:5310
6894msgid "switch missing default case"
6895msgstr ""
6896
6897#: stor-layout.c:178
6898msgid "type size can't be explicitly evaluated"
6899msgstr ""
6900
6901#: stor-layout.c:180
6902msgid "variable-size type declared outside of any function"
6903msgstr ""
6904
6905#: stor-layout.c:487
6906#, c-format
6907msgid "size of `%s' is %d bytes"
6908msgstr ""
6909
6910#: stor-layout.c:489
6911#, c-format
6912msgid "size of `%s' is larger than %d bytes"
6913msgstr ""
6914
6915#: stor-layout.c:909 stor-layout.c:1325
6916#, c-format
6917msgid "packed attribute causes inefficient alignment for `%s'"
6918msgstr ""
6919
6920#: stor-layout.c:911 stor-layout.c:1327
6921#, c-format
6922msgid "packed attribute is unnecessary for `%s'"
6923msgstr ""
6924
6925#: stor-layout.c:926
6926#, c-format
6927msgid "padding struct to align `%s'"
6928msgstr ""
6929
6930#: stor-layout.c:1289
6931msgid "padding struct size to alignment boundary"
6932msgstr ""
6933
6934#: stor-layout.c:1332
6935msgid "packed attribute causes inefficient alignment"
6936msgstr ""
6937
6938#: stor-layout.c:1334
6939msgid "packed attribute is unnecessary"
6940msgstr ""
6941
6942#: timevar.c:322
6943#, c-format
6944msgid "cannot timevar_pop '%s' when top of timevars stack is '%s'"
6945msgstr ""
6946
6947#: timevar.c:453
6948msgid ""
6949"\n"
6950"Execution times (seconds)\n"
6951msgstr ""
6952
6953#. Print total time.
6954#: timevar.c:503
6955msgid " TOTAL                 :"
6956msgstr ""
6957
6958#: timevar.c:539
6959#, c-format
6960msgid "time in %s: %ld.%06ld (%ld%%)\n"
6961msgstr ""
6962
6963#: tlink.c:399
6964#, c-format
6965msgid "collect: reading %s\n"
6966msgstr ""
6967
6968#: tlink.c:502
6969#, c-format
6970msgid "collect: recompiling %s\n"
6971msgstr ""
6972
6973#: tlink.c:674
6974#, c-format
6975msgid "collect: tweaking %s in %s\n"
6976msgstr ""
6977
6978#: tlink.c:721
6979#, c-format
6980msgid "collect: relinking\n"
6981msgstr ""
6982
6983#: tlink.c:730
6984#, c-format
6985msgid "ld returned %d exit status"
6986msgstr ""
6987
6988#: toplev.c:920
6989msgid "Generate debugging info in default format"
6990msgstr ""
6991
6992#: toplev.c:921
6993msgid "Generate debugging info in default extended format"
6994msgstr ""
6995
6996#: toplev.c:923
6997msgid "Generate STABS format debug info"
6998msgstr ""
6999
7000#: toplev.c:924
7001msgid "Generate extended STABS format debug info"
7002msgstr ""
7003
7004#: toplev.c:927
7005msgid "Generate DWARF-1 format debug info"
7006msgstr ""
7007
7008#: toplev.c:929
7009msgid "Generate extended DWARF-1 format debug info"
7010msgstr ""
7011
7012#: toplev.c:932
7013msgid "Generate DWARF-2 debug info"
7014msgstr ""
7015
7016#: toplev.c:935
7017msgid "Generate XCOFF format debug info"
7018msgstr ""
7019
7020#: toplev.c:936
7021msgid "Generate extended XCOFF format debug info"
7022msgstr ""
7023
7024#: toplev.c:939
7025msgid "Generate COFF format debug info"
7026msgstr ""
7027
7028#: toplev.c:942
7029msgid "Generate VMS format debug info"
7030msgstr ""
7031
7032#: toplev.c:981
7033msgid "Perform DWARF2 duplicate elimination"
7034msgstr ""
7035
7036#: toplev.c:983
7037msgid "Do not store floats in registers"
7038msgstr ""
7039
7040#: toplev.c:985
7041msgid "Consider all mem refs through pointers as volatile"
7042msgstr ""
7043
7044#: toplev.c:987
7045msgid "Consider all mem refs to global data to be volatile"
7046msgstr ""
7047
7048#: toplev.c:989
7049msgid "Consider all mem refs to static data to be volatile"
7050msgstr ""
7051
7052#: toplev.c:991
7053msgid "Defer popping functions args from stack until later"
7054msgstr ""
7055
7056#: toplev.c:993
7057msgid "When possible do not generate stack frames"
7058msgstr ""
7059
7060#: toplev.c:995
7061msgid "Optimize sibling and tail recursive calls"
7062msgstr ""
7063
7064#: toplev.c:997
7065msgid "Perform superblock formation via tail duplication"
7066msgstr ""
7067
7068#: toplev.c:999
7069msgid "When running CSE, follow jumps to their targets"
7070msgstr ""
7071
7072#: toplev.c:1001
7073msgid "When running CSE, follow conditional jumps"
7074msgstr ""
7075
7076#: toplev.c:1003
7077msgid "Perform a number of minor, expensive optimizations"
7078msgstr ""
7079
7080#: toplev.c:1005
7081msgid "Perform jump threading optimizations"
7082msgstr ""
7083
7084#: toplev.c:1007
7085msgid "Perform strength reduction optimizations"
7086msgstr ""
7087
7088#: toplev.c:1009
7089msgid "Perform loop unrolling when iteration count is known"
7090msgstr ""
7091
7092#: toplev.c:1011
7093msgid "Perform loop unrolling for all loops"
7094msgstr ""
7095
7096#: toplev.c:1013
7097msgid "Generate prefetch instructions, if available, for arrays in loops"
7098msgstr ""
7099
7100#: toplev.c:1015
7101msgid "Force all loop invariant computations out of loops"
7102msgstr ""
7103
7104#: toplev.c:1017
7105msgid "Strength reduce all loop general induction variables"
7106msgstr ""
7107
7108#: toplev.c:1019
7109msgid "Store strings in writable data section"
7110msgstr ""
7111
7112#: toplev.c:1021
7113msgid "Enable machine specific peephole optimizations"
7114msgstr ""
7115
7116#: toplev.c:1023
7117msgid "Copy memory operands into registers before using"
7118msgstr ""
7119
7120#: toplev.c:1025
7121msgid "Copy memory address constants into regs before using"
7122msgstr ""
7123
7124#: toplev.c:1027
7125msgid "Allow function addresses to be held in registers"
7126msgstr ""
7127
7128#: toplev.c:1029
7129msgid "Integrate simple functions into their callers"
7130msgstr ""
7131
7132#: toplev.c:1031
7133msgid "Generate code for funcs even if they are fully inlined"
7134msgstr ""
7135
7136#: toplev.c:1033
7137msgid "Pay attention to the 'inline' keyword"
7138msgstr ""
7139
7140#: toplev.c:1035
7141msgid "Emit static const variables even if they are not used"
7142msgstr ""
7143
7144#: toplev.c:1037
7145msgid "Check for syntax errors, then stop"
7146msgstr ""
7147
7148#: toplev.c:1039
7149msgid "Mark data as shared rather than private"
7150msgstr ""
7151
7152#: toplev.c:1041
7153msgid "Enable saving registers around function calls"
7154msgstr ""
7155
7156#: toplev.c:1043
7157msgid "Return 'short' aggregates in memory, not registers"
7158msgstr ""
7159
7160#: toplev.c:1045
7161msgid "Return 'short' aggregates in registers"
7162msgstr ""
7163
7164#: toplev.c:1047
7165msgid "Attempt to fill delay slots of branch instructions"
7166msgstr ""
7167
7168#: toplev.c:1049
7169msgid "Perform the global common subexpression elimination"
7170msgstr ""
7171
7172#: toplev.c:1051
7173msgid "Perform enhanced load motion during global subexpression elimination"
7174msgstr ""
7175
7176#: toplev.c:1053
7177msgid "Perform store motion after global subexpression elimination"
7178msgstr ""
7179
7180#: toplev.c:1055
7181msgid "Perform the loop optimizations"
7182msgstr ""
7183
7184#: toplev.c:1057
7185msgid "Perform cross-jumping optimization"
7186msgstr ""
7187
7188#: toplev.c:1059
7189msgid "Perform conversion of conditional jumps to branchless equivalents"
7190msgstr ""
7191
7192#: toplev.c:1061
7193msgid "Perform conversion of conditional jumps to conditional execution"
7194msgstr ""
7195
7196#: toplev.c:1063
7197msgid "Run CSE pass after loop optimizations"
7198msgstr ""
7199
7200#: toplev.c:1065
7201msgid "Run the loop optimizer twice"
7202msgstr ""
7203
7204#: toplev.c:1067
7205msgid "Delete useless null pointer checks"
7206msgstr ""
7207
7208#: toplev.c:1069
7209msgid "Reschedule instructions before register allocation"
7210msgstr ""
7211
7212#: toplev.c:1071
7213msgid "Reschedule instructions after register allocation"
7214msgstr ""
7215
7216#: toplev.c:1073
7217msgid "Enable scheduling across basic blocks"
7218msgstr ""
7219
7220#: toplev.c:1075
7221msgid "Allow speculative motion of non-loads"
7222msgstr ""
7223
7224#: toplev.c:1077
7225msgid "Allow speculative motion of some loads"
7226msgstr ""
7227
7228#: toplev.c:1079
7229msgid "Allow speculative motion of more loads"
7230msgstr ""
7231
7232#: toplev.c:1081
7233msgid "Replace add,compare,branch with branch on count reg"
7234msgstr ""
7235
7236#: toplev.c:1083
7237msgid "Generate position independent code, if possible"
7238msgstr ""
7239
7240#: toplev.c:1086
7241msgid "Enable exception handling"
7242msgstr ""
7243
7244#: toplev.c:1088
7245msgid "Just generate unwind tables for exception handling"
7246msgstr ""
7247
7248#: toplev.c:1090
7249msgid "Generate unwind tables exact at each instruction boundary"
7250msgstr ""
7251
7252#: toplev.c:1092
7253msgid "Support synchronous non-call exceptions"
7254msgstr ""
7255
7256#: toplev.c:1094
7257msgid "Insert arc based program profiling code"
7258msgstr ""
7259
7260#: toplev.c:1096
7261msgid "Create data files needed by gcov"
7262msgstr ""
7263
7264#: toplev.c:1098
7265msgid "Use profiling information for branch probabilities"
7266msgstr ""
7267
7268#: toplev.c:1100
7269msgid "Enable basic program profiling code"
7270msgstr ""
7271
7272#: toplev.c:1102
7273msgid "Reorder basic blocks to improve code placement"
7274msgstr ""
7275
7276#: toplev.c:1104
7277msgid "Reorder functions to improve code placement"
7278msgstr ""
7279
7280#: toplev.c:1106
7281msgid "Do the register renaming optimization pass"
7282msgstr ""
7283
7284#: toplev.c:1108
7285msgid "Do the register copy-propagation optimization pass"
7286msgstr ""
7287
7288#: toplev.c:1110
7289msgid "Do not put uninitialized globals in the common section"
7290msgstr ""
7291
7292#: toplev.c:1112
7293msgid "Do not generate .size directives"
7294msgstr ""
7295
7296#: toplev.c:1114
7297msgid "place each function into its own section"
7298msgstr ""
7299
7300#: toplev.c:1116
7301msgid "place data items into their own section"
7302msgstr ""
7303
7304#: toplev.c:1118
7305msgid "Add extra commentary to assembler output"
7306msgstr ""
7307
7308#: toplev.c:1120
7309msgid "Output GNU ld formatted global initializers"
7310msgstr ""
7311
7312#: toplev.c:1122
7313msgid "Enables a register move optimization"
7314msgstr ""
7315
7316#: toplev.c:1124
7317msgid "Do the full regmove optimization pass"
7318msgstr ""
7319
7320#: toplev.c:1126
7321msgid "Pack structure members together without holes"
7322msgstr ""
7323
7324#: toplev.c:1128
7325msgid "Insert stack checking code into the program"
7326msgstr ""
7327
7328#: toplev.c:1130
7329msgid "Specify that arguments may alias each other & globals"
7330msgstr ""
7331
7332#: toplev.c:1132
7333msgid "Assume arguments may alias globals but not each other"
7334msgstr ""
7335
7336#: toplev.c:1134
7337msgid "Assume arguments do not alias each other or globals"
7338msgstr ""
7339
7340#: toplev.c:1136
7341msgid "Assume strict aliasing rules apply"
7342msgstr ""
7343
7344#: toplev.c:1138
7345msgid "Align the start of loops"
7346msgstr ""
7347
7348#: toplev.c:1140
7349msgid "Align labels which are only reached by jumping"
7350msgstr ""
7351
7352#: toplev.c:1142
7353msgid "Align all labels"
7354msgstr ""
7355
7356#: toplev.c:1144
7357msgid "Align the start of functions"
7358msgstr ""
7359
7360#: toplev.c:1146
7361msgid "Attempt to merge identical constants across compilation units"
7362msgstr ""
7363
7364#: toplev.c:1148
7365msgid "Attempt to merge identical constants and constant variables"
7366msgstr ""
7367
7368#: toplev.c:1150
7369msgid ""
7370"Suppress output of instruction numbers and line number notes in debugging "
7371"dumps"
7372msgstr ""
7373
7374#: toplev.c:1152
7375msgid "Instrument function entry/exit with profiling calls"
7376msgstr ""
7377
7378#: toplev.c:1154
7379msgid "Put zero initialized data in the bss section"
7380msgstr ""
7381
7382#: toplev.c:1156
7383msgid "Enable SSA optimizations"
7384msgstr ""
7385
7386#: toplev.c:1158
7387msgid "Enable SSA conditional constant propagation"
7388msgstr ""
7389
7390#: toplev.c:1160
7391msgid "Enable aggressive SSA dead code elimination"
7392msgstr ""
7393
7394#: toplev.c:1162
7395msgid "External symbols have a leading underscore"
7396msgstr ""
7397
7398#: toplev.c:1164
7399msgid "Process #ident directives"
7400msgstr ""
7401
7402#: toplev.c:1166
7403msgid "Enables an rtl peephole pass run before sched2"
7404msgstr ""
7405
7406#: toplev.c:1168
7407msgid "Assume no NaNs or +-Infs are generated"
7408msgstr ""
7409
7410#: toplev.c:1170
7411msgid "Enables guessing of branch probabilities"
7412msgstr ""
7413
7414#: toplev.c:1172
7415msgid "Set errno after built-in math functions"
7416msgstr ""
7417
7418#: toplev.c:1174
7419msgid "Floating-point operations can trap"
7420msgstr ""
7421
7422#: toplev.c:1176
7423msgid "Allow math optimizations that may violate IEEE or ANSI standards"
7424msgstr ""
7425
7426#: toplev.c:1178
7427msgid "Disable optimizations observable by IEEE signaling NaNs"
7428msgstr ""
7429
7430#: toplev.c:1180
7431msgid "Generate code to check bounds before indexing arrays"
7432msgstr ""
7433
7434#: toplev.c:1182
7435msgid "Convert floating point constant to single precision constant"
7436msgstr ""
7437
7438#: toplev.c:1184
7439msgid "Report time taken by each compiler pass at end of run"
7440msgstr ""
7441
7442#: toplev.c:1186
7443msgid "Report on permanent memory allocation at end of run"
7444msgstr ""
7445
7446#: toplev.c:1188
7447msgid "Trap for signed overflow in addition / subtraction / multiplication"
7448msgstr ""
7449
7450#: toplev.c:1190
7451msgid "Use graph coloring register allocation."
7452msgstr ""
7453
7454#: toplev.c:1207
7455msgid "Compile just for ISO C90"
7456msgstr ""
7457
7458#: toplev.c:1209
7459msgid "Determine language standard"
7460msgstr ""
7461
7462#: toplev.c:1213
7463msgid "Make bit-fields by unsigned by default"
7464msgstr ""
7465
7466#: toplev.c:1217
7467msgid "Make 'char' be signed by default"
7468msgstr ""
7469
7470#: toplev.c:1219
7471msgid "Make 'char' be unsigned by default"
7472msgstr ""
7473
7474#: toplev.c:1225
7475msgid "Do not recognize the 'asm' keyword"
7476msgstr ""
7477
7478#: toplev.c:1228
7479msgid "Do not recognize any built in functions"
7480msgstr ""
7481
7482#: toplev.c:1230
7483msgid "Assume normal C execution environment"
7484msgstr ""
7485
7486#: toplev.c:1233
7487msgid "Assume that standard libraries & main might not exist"
7488msgstr ""
7489
7490#: toplev.c:1236
7491msgid "Allow different types as args of ? operator"
7492msgstr ""
7493
7494#: toplev.c:1239
7495msgid "Allow the use of $ inside identifiers"
7496msgstr ""
7497
7498#: toplev.c:1244
7499msgid "Use the same size for double as for float"
7500msgstr ""
7501
7502#: toplev.c:1247
7503msgid "Use the smallest fitting integer to hold enums"
7504msgstr ""
7505
7506#: toplev.c:1250
7507msgid "Override the underlying type for wchar_t to `unsigned short'"
7508msgstr ""
7509
7510#: toplev.c:1254
7511msgid "Enable most warning messages"
7512msgstr ""
7513
7514#: toplev.c:1256
7515msgid "Warn about casting functions to incompatible types"
7516msgstr ""
7517
7518#: toplev.c:1259
7519msgid "Warn about functions which might be candidates for format attributes"
7520msgstr ""
7521
7522#: toplev.c:1262
7523msgid "Warn about casts which discard qualifiers"
7524msgstr ""
7525
7526#: toplev.c:1265
7527msgid "Warn about subscripts whose type is 'char'"
7528msgstr ""
7529
7530#: toplev.c:1268 toplev.c:1271
7531msgid "Warn if nested comments are detected"
7532msgstr ""
7533
7534#: toplev.c:1274
7535msgid "Warn about possibly confusing type conversions"
7536msgstr ""
7537
7538#: toplev.c:1278
7539msgid "Do not warn about compile-time integer division by zero"
7540msgstr ""
7541
7542#: toplev.c:1280
7543msgid "Warn about testing equality of floating point numbers"
7544msgstr ""
7545
7546#: toplev.c:1283
7547msgid "Warn about printf/scanf/strftime/strfmon format anomalies"
7548msgstr ""
7549
7550#: toplev.c:1287
7551msgid "Don't warn about too many arguments to format functions"
7552msgstr ""
7553
7554#: toplev.c:1289
7555msgid "Warn about non-string-literal format strings"
7556msgstr ""
7557
7558#: toplev.c:1292
7559msgid "Warn about possible security problems with format functions"
7560msgstr ""
7561
7562#: toplev.c:1296
7563msgid "Don't warn about strftime formats yielding 2 digit years"
7564msgstr ""
7565
7566#: toplev.c:1298
7567msgid "Warn about implicit function declarations"
7568msgstr ""
7569
7570#: toplev.c:1302
7571msgid "Warn when a declaration does not specify a type"
7572msgstr ""
7573
7574#: toplev.c:1307
7575msgid "Warn about the use of the #import directive"
7576msgstr ""
7577
7578#: toplev.c:1311
7579msgid "Do not warn about using 'long long' when -pedantic"
7580msgstr ""
7581
7582#: toplev.c:1313
7583msgid "Warn about suspicious declarations of main"
7584msgstr ""
7585
7586#: toplev.c:1316
7587msgid "Warn about possibly missing braces around initializers"
7588msgstr ""
7589
7590#: toplev.c:1319
7591msgid "Warn about global funcs without previous declarations"
7592msgstr ""
7593
7594#: toplev.c:1322
7595msgid "Warn about global funcs without prototypes"
7596msgstr ""
7597
7598#: toplev.c:1325
7599msgid "Warn about use of multicharacter literals"
7600msgstr ""
7601
7602#: toplev.c:1328
7603msgid "Warn about externs not at file scope level"
7604msgstr ""
7605
7606#: toplev.c:1331
7607msgid "Warn about possible missing parentheses"
7608msgstr ""
7609
7610#: toplev.c:1334
7611msgid "Warn about function pointer arithmetic"
7612msgstr ""
7613
7614#: toplev.c:1337
7615msgid "Warn about multiple declarations of the same object"
7616msgstr ""
7617
7618#: toplev.c:1340
7619msgid "Warn whenever a function's return-type defaults to int"
7620msgstr ""
7621
7622#: toplev.c:1343
7623msgid "Warn about possible violations of sequence point rules"
7624msgstr ""
7625
7626#: toplev.c:1346
7627msgid "Warn about signed/unsigned comparisons"
7628msgstr ""
7629
7630#: toplev.c:1349
7631msgid "Warn about non-prototyped function decls"
7632msgstr ""
7633
7634#: toplev.c:1352
7635msgid "Warn about constructs whose meanings change in ISO C"
7636msgstr ""
7637
7638#: toplev.c:1355
7639msgid "Warn when trigraphs are encountered"
7640msgstr ""
7641
7642#: toplev.c:1360
7643msgid "Warn about unrecognized pragmas"
7644msgstr ""
7645
7646#: toplev.c:1363
7647msgid "Mark strings as 'const char *'"
7648msgstr ""
7649
7650#: toplev.c:1508
7651msgid "Warn when a function is unused"
7652msgstr ""
7653
7654#: toplev.c:1510
7655msgid "Warn when a label is unused"
7656msgstr ""
7657
7658#: toplev.c:1512
7659msgid "Warn when a function parameter is unused"
7660msgstr ""
7661
7662#: toplev.c:1514
7663msgid "Warn when a variable is unused"
7664msgstr ""
7665
7666#: toplev.c:1516
7667msgid "Warn when an expression value is unused"
7668msgstr ""
7669
7670#: toplev.c:1518
7671msgid "Do not suppress warnings from system headers"
7672msgstr ""
7673
7674#: toplev.c:1520
7675msgid "Treat all warnings as errors"
7676msgstr ""
7677
7678#: toplev.c:1522
7679msgid "Warn when one local variable shadows another"
7680msgstr ""
7681
7682#: toplev.c:1524
7683msgid "Warn about enumerated switches, with no default, missing a case"
7684msgstr ""
7685
7686#: toplev.c:1526
7687msgid "Warn about enumerated switches missing a default case"
7688msgstr ""
7689
7690#: toplev.c:1528
7691msgid "Warn about all enumerated switches missing a specific case"
7692msgstr ""
7693
7694#: toplev.c:1530
7695msgid "Warn about returning structures, unions or arrays"
7696msgstr ""
7697
7698#: toplev.c:1532
7699msgid "Warn about pointer casts which increase alignment"
7700msgstr ""
7701
7702#: toplev.c:1534
7703msgid "Warn about code that will never be executed"
7704msgstr ""
7705
7706#: toplev.c:1536
7707msgid "Warn about uninitialized automatic variables"
7708msgstr ""
7709
7710#: toplev.c:1538
7711msgid "Warn when an inlined function cannot be inlined"
7712msgstr ""
7713
7714#: toplev.c:1540
7715msgid "Warn when the packed attribute has no effect on struct layout"
7716msgstr ""
7717
7718#: toplev.c:1542
7719msgid "Warn when padding is required to align struct members"
7720msgstr ""
7721
7722#: toplev.c:1544
7723msgid "Warn when an optimization pass is disabled"
7724msgstr ""
7725
7726#: toplev.c:1546
7727msgid "Warn about uses of __attribute__((deprecated)) declarations"
7728msgstr ""
7729
7730#: toplev.c:1548
7731msgid "Warn about functions which might be candidates for attribute noreturn"
7732msgstr ""
7733
7734#: toplev.c:1550
7735msgid "Warn about code which might break the strict aliasing rules"
7736msgstr ""
7737
7738#: toplev.c:1627 toplev.c:4560 config/rs6000/rs6000.c:681
7739#, c-format
7740msgid "invalid option `%s'"
7741msgstr ""
7742
7743#: toplev.c:2031
7744#, c-format
7745msgid "`%s' used but never defined"
7746msgstr ""
7747
7748#: toplev.c:2034
7749#, c-format
7750msgid "`%s' declared `static' but never defined"
7751msgstr ""
7752
7753#: toplev.c:2057
7754#, c-format
7755msgid "`%s' defined but not used"
7756msgstr ""
7757
7758#: toplev.c:2280
7759#, c-format
7760msgid "invalid register name `%s' for register variable"
7761msgstr ""
7762
7763#: toplev.c:3709
7764#, c-format
7765msgid ""
7766"  -ffixed-<register>      Mark <register> as being unavailable to the "
7767"compiler\n"
7768msgstr ""
7769
7770#: toplev.c:3710
7771#, c-format
7772msgid ""
7773"  -fcall-used-<register>  Mark <register> as being corrupted by function "
7774"calls\n"
7775msgstr ""
7776
7777#: toplev.c:3711
7778#, c-format
7779msgid ""
7780"  -fcall-saved-<register> Mark <register> as being preserved across "
7781"functions\n"
7782msgstr ""
7783
7784#: toplev.c:3712
7785#, c-format
7786msgid ""
7787"  -finline-limit=<number> Limits the size of inlined functions to <number>\n"
7788msgstr ""
7789
7790#: toplev.c:3713
7791#, c-format
7792msgid ""
7793"  -fmessage-length=<number> Limits diagnostics messages lengths to <number> "
7794"characters per line.  0 suppresses line-wrapping\n"
7795msgstr ""
7796
7797#: toplev.c:3714
7798#, c-format
7799msgid ""
7800"  -fdiagnostics-show-location=[once | every-line] Indicates how often source "
7801"location information should be emitted, as prefix, at the beginning of "
7802"diagnostics when line-wrapping\n"
7803msgstr ""
7804
7805#: toplev.c:3715
7806#, c-format
7807msgid ""
7808"  -ftls-model=[global-dynamic | local-dynamic | initial-exec | local-exec] "
7809"Indicates the default thread-local storage code generation model\n"
7810msgstr ""
7811
7812#: toplev.c:3716
7813#, c-format
7814msgid ""
7815"  -fstack-limit-register=<register>  Trap if the stack goes past <register>\n"
7816msgstr ""
7817
7818#: toplev.c:3717
7819#, c-format
7820msgid ""
7821"  -fstack-limit-symbol=<name>  Trap if the stack goes past symbol <name>\n"
7822msgstr ""
7823
7824#: toplev.c:3718
7825#, c-format
7826msgid "  -frandom-seed=<string>  Make compile reproducible using <string>\n"
7827msgstr ""
7828
7829#: toplev.c:3730
7830#, c-format
7831msgid "  -O[number]              Set optimization level to [number]\n"
7832msgstr ""
7833
7834#: toplev.c:3731
7835#, c-format
7836msgid "  -Os                     Optimize for space rather than speed\n"
7837msgstr ""
7838
7839#: toplev.c:3743
7840#, c-format
7841msgid ""
7842"  -pedantic               Issue warnings needed by strict compliance to ISO "
7843"C\n"
7844msgstr ""
7845
7846#: toplev.c:3744
7847#, c-format
7848msgid ""
7849"  -pedantic-errors        Like -pedantic except that errors are produced\n"
7850msgstr ""
7851
7852#: toplev.c:3745
7853#, c-format
7854msgid "  -w                      Suppress warnings\n"
7855msgstr ""
7856
7857#: toplev.c:3746
7858#, c-format
7859msgid "  -W                      Enable extra warnings\n"
7860msgstr ""
7861
7862#: toplev.c:3757
7863#, c-format
7864msgid "  -Wunused                Enable unused warnings\n"
7865msgstr ""
7866
7867#: toplev.c:3758
7868#, c-format
7869msgid ""
7870"  -Wlarger-than-<number>  Warn if an object is larger than <number> bytes\n"
7871msgstr ""
7872
7873#: toplev.c:3759
7874#, c-format
7875msgid "  -p                      Enable function profiling\n"
7876msgstr ""
7877
7878#: toplev.c:3760
7879#, c-format
7880msgid "  -o <file>               Place output into <file> \n"
7881msgstr ""
7882
7883#: toplev.c:3761
7884#, c-format
7885msgid ""
7886"  -G <number>             Put global and static data smaller than <number>\n"
7887"                          bytes into a special section (on some targets)\n"
7888msgstr ""
7889
7890#: toplev.c:3772
7891#, c-format
7892msgid "  -aux-info <file>        Emit declaration info into <file>\n"
7893msgstr ""
7894
7895#: toplev.c:3773
7896#, c-format
7897msgid ""
7898"  -quiet                  Do not display functions compiled or elapsed time\n"
7899msgstr ""
7900
7901#: toplev.c:3774
7902#, c-format
7903msgid "  -version                Display the compiler's version\n"
7904msgstr ""
7905
7906#: toplev.c:3775
7907#, c-format
7908msgid ""
7909"  -d[letters]             Enable dumps from specific passes of the compiler\n"
7910msgstr ""
7911
7912#: toplev.c:3776
7913#, c-format
7914msgid ""
7915"  -dumpbase <file>        Base name to be used for dumps from specific "
7916"passes\n"
7917msgstr ""
7918
7919#: toplev.c:3778
7920#, c-format
7921msgid "  -fsched-verbose=<number> Set the verbosity level of the scheduler\n"
7922msgstr ""
7923
7924#: toplev.c:3780
7925#, c-format
7926msgid "  --help                  Display this information\n"
7927msgstr ""
7928
7929#: toplev.c:3795
7930#, c-format
7931msgid ""
7932"\n"
7933"Language specific options:\n"
7934msgstr ""
7935
7936#: toplev.c:3807
7937#, c-format
7938msgid "  %-23.23s [undocumented]\n"
7939msgstr ""
7940
7941#: toplev.c:3815 toplev.c:3829
7942#, c-format
7943msgid ""
7944"\n"
7945"There are undocumented %s specific options as well.\n"
7946msgstr ""
7947
7948#: toplev.c:3819
7949#, c-format
7950msgid ""
7951"\n"
7952" Options for %s:\n"
7953msgstr ""
7954
7955#: toplev.c:3856
7956#, c-format
7957msgid ""
7958"\n"
7959"Target specific options:\n"
7960msgstr ""
7961
7962#: toplev.c:3870 toplev.c:3889
7963#, c-format
7964msgid "  -m%-23.23s [undocumented]\n"
7965msgstr ""
7966
7967#: toplev.c:3898
7968#, c-format
7969msgid ""
7970"\n"
7971"There are undocumented target specific options as well.\n"
7972msgstr ""
7973
7974#: toplev.c:3900
7975#, c-format
7976msgid "  They exist, but they are not documented.\n"
7977msgstr ""
7978
7979#: toplev.c:3953
7980#, c-format
7981msgid "unrecognized gcc debugging option: %c"
7982msgstr ""
7983
7984#: toplev.c:4019
7985#, c-format
7986msgid "`%s': unknown tls-model option"
7987msgstr ""
7988
7989#: toplev.c:4046
7990#, c-format
7991msgid "unrecognized register name `%s'"
7992msgstr ""
7993
7994#: toplev.c:4071 toplev.c:5024
7995#, c-format
7996msgid "unrecognized option `%s'"
7997msgstr ""
7998
7999#: toplev.c:4119
8000msgid "-Wid-clash-LEN is no longer supported"
8001msgstr ""
8002
8003#: toplev.c:4196
8004#, c-format
8005msgid "use -gdwarf -g%d for DWARF v1, level %d"
8006msgstr ""
8007
8008#: toplev.c:4199
8009msgid "use -gdwarf-2   for DWARF v2"
8010msgstr ""
8011
8012#: toplev.c:4204
8013#, c-format
8014msgid "ignoring option `%s' due to invalid debug level specification"
8015msgstr ""
8016
8017#: toplev.c:4227 toplev.c:5022
8018#, c-format
8019msgid "`%s': unknown or unsupported -g option"
8020msgstr ""
8021
8022#: toplev.c:4234
8023#, c-format
8024msgid "`%s' ignored, conflicts with `-g%s'"
8025msgstr ""
8026
8027#: toplev.c:4316
8028msgid "-param option missing argument"
8029msgstr ""
8030
8031#: toplev.c:4325
8032#, c-format
8033msgid "invalid --param option: %s"
8034msgstr ""
8035
8036#: toplev.c:4337
8037#, c-format
8038msgid "invalid parameter value `%s'"
8039msgstr ""
8040
8041#: toplev.c:4577
8042#, c-format
8043msgid ""
8044"%s%s%s version %s (%s)\n"
8045"%s\tcompiled by GNU C version %s.\n"
8046"%s%s%s version %s (%s) compiled by CC.\n"
8047msgstr ""
8048
8049#: toplev.c:4584
8050#, c-format
8051msgid ""
8052"%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"
8053msgstr ""
8054
8055#: toplev.c:4642
8056msgid "options passed: "
8057msgstr ""
8058
8059#: toplev.c:4671
8060msgid "options enabled: "
8061msgstr ""
8062
8063#: toplev.c:4730 java/jcf-write.c:3453
8064#, c-format
8065msgid "can't open %s for writing"
8066msgstr ""
8067
8068#: toplev.c:5014
8069#, c-format
8070msgid "ignoring command line option '%s'"
8071msgstr ""
8072
8073#: toplev.c:5017
8074#, c-format
8075msgid "(it is valid for %s but not the selected language)"
8076msgstr ""
8077
8078#: toplev.c:5051
8079msgid "-Wuninitialized is not supported without -O"
8080msgstr ""
8081
8082#: toplev.c:5106
8083msgid "instruction scheduling not supported on this target machine"
8084msgstr ""
8085
8086#: toplev.c:5110
8087msgid "this target machine does not have delayed branches"
8088msgstr ""
8089
8090#: toplev.c:5124
8091#, c-format
8092msgid "-f%sleading-underscore not supported on this target machine"
8093msgstr ""
8094
8095#: toplev.c:5187
8096msgid "-ffunction-sections not supported for this target"
8097msgstr ""
8098
8099#: toplev.c:5192
8100msgid "-fdata-sections not supported for this target"
8101msgstr ""
8102
8103#: toplev.c:5199
8104msgid "-ffunction-sections disabled; it makes profiling impossible"
8105msgstr ""
8106
8107#: toplev.c:5206
8108msgid "-fprefetch-loop-arrays not supported for this target"
8109msgstr ""
8110
8111#: toplev.c:5212
8112msgid ""
8113"-fprefetch-loop-arrays not supported for this target (try -march switches)"
8114msgstr ""
8115
8116#: toplev.c:5221
8117msgid "-fprefetch-loop-arrays is not supported with -Os"
8118msgstr ""
8119
8120#: toplev.c:5227
8121msgid "-ffunction-sections may affect debugging on some targets"
8122msgstr ""
8123
8124#: toplev.c:5339
8125#, c-format
8126msgid "error writing to %s"
8127msgstr ""
8128
8129#: toplev.c:5341 java/jcf-parse.c:936 java/jcf-write.c:3460
8130#, c-format
8131msgid "error closing %s"
8132msgstr ""
8133
8134#: tree-dump.c:702
8135#, c-format
8136msgid "could not open dump file `%s'"
8137msgstr ""
8138
8139#: tree-dump.c:778
8140#, c-format
8141msgid "ignoring unknown option `%.*s' in `-f%s'"
8142msgstr ""
8143
8144#: tree.c:3670
8145msgid "arrays of functions are not meaningful"
8146msgstr ""
8147
8148#: tree.c:3727
8149msgid "function return type cannot be function"
8150msgstr ""
8151
8152#: tree.c:4582
8153msgid "invalid initializer for bit string"
8154msgstr ""
8155
8156#: tree.c:4641
8157#, c-format
8158msgid "tree check: expected %s, have %s in %s, at %s:%d"
8159msgstr ""
8160
8161#: tree.c:4658
8162#, c-format
8163msgid "tree check: expected class '%c', have '%c' (%s) in %s, at %s:%d"
8164msgstr ""
8165
8166#: tree.c:4675
8167#, c-format
8168msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
8169msgstr ""
8170
8171#: varasm.c:455 config/i386/winnt.c:611
8172#, c-format
8173msgid "%s causes a section type conflict"
8174msgstr ""
8175
8176#: varasm.c:841
8177#, c-format
8178msgid "register name not specified for `%s'"
8179msgstr ""
8180
8181#: varasm.c:843
8182#, c-format
8183msgid "invalid register name for `%s'"
8184msgstr ""
8185
8186#: varasm.c:846
8187#, c-format
8188msgid "data type of `%s' isn't suitable for a register"
8189msgstr ""
8190
8191#: varasm.c:849
8192#, c-format
8193msgid "register specified for `%s' isn't suitable for data type"
8194msgstr ""
8195
8196#: varasm.c:858
8197msgid "global register variable has initial value"
8198msgstr ""
8199
8200#: varasm.c:861
8201msgid "volatile register variables don't work as you might wish"
8202msgstr ""
8203
8204#: varasm.c:894
8205#, c-format
8206msgid "register name given for non-register variable `%s'"
8207msgstr ""
8208
8209#: varasm.c:1542
8210#, c-format
8211msgid ""
8212"alignment of `%s' is greater than maximum object file alignment. Using %d"
8213msgstr ""
8214
8215#: varasm.c:1584
8216msgid "thread-local COMMON data not implemented"
8217msgstr ""
8218
8219#: varasm.c:1610
8220#, c-format
8221msgid "requested alignment for %s is greater than implemented alignment of %d"
8222msgstr ""
8223
8224#: varasm.c:4048
8225msgid "initializer for integer value is too complicated"
8226msgstr ""
8227
8228#: varasm.c:4053
8229msgid "initializer for floating value is not a floating constant"
8230msgstr ""
8231
8232#: varasm.c:4120
8233msgid "unknown set constructor type"
8234msgstr ""
8235
8236#: varasm.c:4334
8237#, c-format
8238msgid "invalid initial value for member `%s'"
8239msgstr ""
8240
8241#: varasm.c:4525 varasm.c:4568
8242#, c-format
8243msgid "weak declaration of `%s' must precede definition"
8244msgstr ""
8245
8246#: varasm.c:4532
8247#, c-format
8248msgid ""
8249"weak declaration of `%s' after first use results in unspecified behavior"
8250msgstr ""
8251
8252#: varasm.c:4566
8253#, c-format
8254msgid "weak declaration of `%s' must be public"
8255msgstr ""
8256
8257#: varasm.c:4575
8258#, c-format
8259msgid "weak declaration of `%s' not supported"
8260msgstr ""
8261
8262#: varasm.c:4602 varasm.c:4694
8263msgid "only weak aliases are supported in this configuration"
8264msgstr ""
8265
8266#: varasm.c:4697
8267msgid "alias definitions not supported in this configuration; ignored"
8268msgstr ""
8269
8270#: varasm.c:4728
8271msgid "visibility attribute not supported in this configuration; ignored"
8272msgstr ""
8273
8274#: varray.c:134
8275#, c-format
8276msgid "virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d"
8277msgstr ""
8278
8279#. Print an error message for unrecognized stab codes.
8280#: xcoffout.c:175
8281#, c-format
8282msgid "no sclass for %s stab (0x%x)\n"
8283msgstr ""
8284
8285#: pretty-print.h:97
8286#, c-format
8287msgid "#`%s' not supported by %s#"
8288msgstr ""
8289
8290#: params.def:53
8291msgid ""
8292"The maximum number of instructions in a single function eligible for inlining"
8293msgstr ""
8294
8295#: params.def:65
8296msgid "The maximum number of instructions when automatically inlining"
8297msgstr ""
8298
8299#: params.def:84
8300msgid ""
8301"The maximum number of instructions by repeated inlining before gcc starts to "
8302"throttle inlining"
8303msgstr ""
8304
8305#: params.def:97
8306msgid ""
8307"The slope of the linear function throttling inlining after the recursive "
8308"inlining limit has been reached is given by the negative reciprocal value of "
8309"this parameter"
8310msgstr ""
8311
8312#: params.def:110
8313msgid ""
8314"The number of instructions in a single functions still eligible to inlining "
8315"after a lot recursive inlining"
8316msgstr ""
8317
8318#: params.def:120
8319msgid "The maximum number of instructions for the RTL inliner"
8320msgstr ""
8321
8322#: params.def:131
8323msgid "The maximum number of instructions to consider to fill a delay slot"
8324msgstr ""
8325
8326#: params.def:142
8327msgid ""
8328"The maximum number of instructions to consider to find accurate live "
8329"register information"
8330msgstr ""
8331
8332#: params.def:152
8333msgid "The maximum length of scheduling's pending operations list"
8334msgstr ""
8335
8336#: params.def:159
8337msgid "The maximum amount of memory to be allocated by GCSE"
8338msgstr ""
8339
8340#: params.def:164
8341msgid "The maximum number of passes to make when doing GCSE"
8342msgstr ""
8343
8344#: params.def:171
8345msgid "The maximum number of instructions to consider to unroll in a loop"
8346msgstr ""
8347
8348#: params.def:176
8349msgid ""
8350"Select fraction of the maximal count of repetitions of basic block in "
8351"program given basic block needs to have to be considered hot"
8352msgstr ""
8353
8354#: params.def:181
8355msgid ""
8356"Select fraction of the maximal frequency of executions of basic block in "
8357"function given basic block needs to have to be considered hot"
8358msgstr ""
8359
8360#: params.def:186
8361msgid ""
8362"The percentage of function, weighted by execution frequency, that must be "
8363"covered by trace formation. Used when profile feedback is available"
8364msgstr ""
8365
8366#: params.def:191
8367msgid ""
8368"The percentage of function, weighted by execution frequency, that must be "
8369"covered by trace formation. Used when profile feedback is not available"
8370msgstr ""
8371
8372#: params.def:196
8373msgid "Maximal code growth caused by tail duplication (in percents)"
8374msgstr ""
8375
8376#: params.def:200
8377msgid ""
8378"Stop reverse growth if the reverse probability of best edge is less than "
8379"this threshold (in percents)"
8380msgstr ""
8381
8382#: params.def:205
8383msgid ""
8384"Stop forward growth if the probability of best edge is less than this "
8385"threshold (in percents). Used when profile feedback is available"
8386msgstr ""
8387
8388#: params.def:210
8389msgid ""
8390"Stop forward growth if the probability of best edge is less than this "
8391"threshold (in percents). Used when profile feedback is not available"
8392msgstr ""
8393
8394#: params.def:217
8395msgid "The maximum number of incoming edges to consider for crossjumping"
8396msgstr ""
8397
8398#: params.def:230
8399msgid ""
8400"Minimum heap expansion to trigger garbage collection, as a percentage of the "
8401"total size of the heap."
8402msgstr ""
8403
8404#: params.def:236
8405msgid "Minimum heap size before we start collecting garbage, in kilobytes."
8406msgstr ""
8407
8408#: config/darwin-c.c:75
8409msgid "too many #pragma options align=reset"
8410msgstr ""
8411
8412#: config/darwin-c.c:97 config/darwin-c.c:100 config/darwin-c.c:102
8413#: config/darwin-c.c:104
8414msgid "malformed '#pragma options', ignoring"
8415msgstr ""
8416
8417#: config/darwin-c.c:107
8418msgid "junk at end of '#pragma options'"
8419msgstr ""
8420
8421#: config/darwin-c.c:117
8422msgid "malformed '#pragma options align={mac68k|power|reset}', ignoring"
8423msgstr ""
8424
8425#: config/darwin-c.c:130
8426msgid "missing '(' after '#pragma unused', ignoring"
8427msgstr ""
8428
8429#: config/darwin-c.c:148
8430msgid "missing ')' after '#pragma unused', ignoring"
8431msgstr ""
8432
8433#: config/darwin-c.c:151
8434msgid "junk at end of '#pragma unused'"
8435msgstr ""
8436
8437#: config/lynx-ng.h:97 config/lynx.h:121 config/rs6000/lynx.h:100
8438msgid "-msystem-v and -p are incompatible"
8439msgstr ""
8440
8441#: config/lynx-ng.h:99 config/lynx.h:123 config/rs6000/lynx.h:102
8442msgid "-msystem-v and -mthreads are incompatible"
8443msgstr ""
8444
8445#: config/alpha/alpha.c:342
8446#, c-format
8447msgid "-f%s ignored for Unicos/Mk (not supported)"
8448msgstr ""
8449
8450#: config/alpha/alpha.c:366
8451msgid "-mieee not supported on Unicos/Mk"
8452msgstr ""
8453
8454#: config/alpha/alpha.c:377
8455msgid "-mieee-with-inexact not supported on Unicos/Mk"
8456msgstr ""
8457
8458#: config/alpha/alpha.c:394
8459#, c-format
8460msgid "bad value `%s' for -mtrap-precision switch"
8461msgstr ""
8462
8463#: config/alpha/alpha.c:408
8464#, c-format
8465msgid "bad value `%s' for -mfp-rounding-mode switch"
8466msgstr ""
8467
8468#: config/alpha/alpha.c:423
8469#, c-format
8470msgid "bad value `%s' for -mfp-trap-mode switch"
8471msgstr ""
8472
8473#: config/alpha/alpha.c:435
8474#, c-format
8475msgid "bad value `%s' for -mtls-size switch"
8476msgstr ""
8477
8478#: config/alpha/alpha.c:454 config/alpha/alpha.c:466
8479#, c-format
8480msgid "bad value `%s' for -mcpu switch"
8481msgstr ""
8482
8483#: config/alpha/alpha.c:473
8484msgid "trap mode not supported on Unicos/Mk"
8485msgstr ""
8486
8487#: config/alpha/alpha.c:480
8488msgid "fp software completion requires -mtrap-precision=i"
8489msgstr ""
8490
8491#: config/alpha/alpha.c:496
8492msgid "rounding mode not supported for VAX floats"
8493msgstr ""
8494
8495#: config/alpha/alpha.c:501
8496msgid "trap mode not supported for VAX floats"
8497msgstr ""
8498
8499#: config/alpha/alpha.c:505
8500msgid "128-bit long double not supported for VAX floats"
8501msgstr ""
8502
8503#: config/alpha/alpha.c:533
8504#, c-format
8505msgid "L%d cache latency unknown for %s"
8506msgstr ""
8507
8508#: config/alpha/alpha.c:548
8509#, c-format
8510msgid "bad value `%s' for -mmemory-latency"
8511msgstr ""
8512
8513#: config/alpha/alpha.c:5618 config/m88k/m88k.c:2889 config/romp/romp.c:754
8514#: config/romp/romp.c:761
8515#, c-format
8516msgid "invalid %%H value"
8517msgstr ""
8518
8519#: config/alpha/alpha.c:5639
8520#, c-format
8521msgid "invalid %%J value"
8522msgstr ""
8523
8524#: config/alpha/alpha.c:5655 config/ia64/ia64.c:3975 config/m88k/m88k.c:3034
8525#, c-format
8526msgid "invalid %%r value"
8527msgstr ""
8528
8529#: config/alpha/alpha.c:5665 config/rs6000/rs6000.c:7739
8530#, c-format
8531msgid "invalid %%R value"
8532msgstr ""
8533
8534#: config/alpha/alpha.c:5671 config/rs6000/rs6000.c:7665
8535#, c-format
8536msgid "invalid %%N value"
8537msgstr ""
8538
8539#: config/alpha/alpha.c:5679 config/rs6000/rs6000.c:7693
8540#, c-format
8541msgid "invalid %%P value"
8542msgstr ""
8543
8544#: config/alpha/alpha.c:5687 config/m88k/m88k.c:2895 config/romp/romp.c:740
8545#: config/romp/romp.c:747
8546#, c-format
8547msgid "invalid %%h value"
8548msgstr ""
8549
8550#: config/alpha/alpha.c:5695 config/romp/romp.c:698
8551#, c-format
8552msgid "invalid %%L value"
8553msgstr ""
8554
8555#: config/alpha/alpha.c:5734 config/rs6000/rs6000.c:7647
8556#, c-format
8557msgid "invalid %%m value"
8558msgstr ""
8559
8560#: config/alpha/alpha.c:5742 config/rs6000/rs6000.c:7655
8561#, c-format
8562msgid "invalid %%M value"
8563msgstr ""
8564
8565#: config/alpha/alpha.c:5786
8566#, c-format
8567msgid "invalid %%U value"
8568msgstr ""
8569
8570#: config/alpha/alpha.c:5798 config/alpha/alpha.c:5812 config/romp/romp.c:706
8571#: config/rs6000/rs6000.c:7747
8572#, c-format
8573msgid "invalid %%s value"
8574msgstr ""
8575
8576#: config/alpha/alpha.c:5835 config/m88k/m88k.c:2997
8577#, c-format
8578msgid "invalid %%C value"
8579msgstr ""
8580
8581#: config/alpha/alpha.c:5872 config/m88k/m88k.c:3018
8582#: config/rs6000/rs6000.c:7504
8583#, c-format
8584msgid "invalid %%E value"
8585msgstr ""
8586
8587#: config/alpha/alpha.c:5897 config/alpha/alpha.c:5947
8588msgid "unknown relocation unspec"
8589msgstr ""
8590
8591#: config/alpha/alpha.c:5906 config/romp/romp.c:981
8592#: config/rs6000/rs6000.c:8054
8593#, c-format
8594msgid "invalid %%xn code"
8595msgstr ""
8596
8597#: config/alpha/alpha.c:6632 config/alpha/alpha.c:6635 config/s390/s390.c:6104
8598#: config/s390/s390.c:6107
8599msgid "bad builtin fcode"
8600msgstr ""
8601
8602#. Macro to define tables used to set the flags.
8603#. This is a list in braces of pairs in braces,
8604#. each pair being { "NAME", VALUE }
8605#. where VALUE is the bits to set or minus the bits to clear.
8606#. An empty string NAME is used to identify the default VALUE.
8607#. WARNING: Do not mark empty strings for translation, as calling
8608#. gettext on an empty string does NOT return an empty
8609#. string.
8610#. Macro to define tables used to set the flags.
8611#. This is a list in braces of pairs in braces,
8612#. each pair being { "NAME", VALUE }
8613#. where VALUE is the bits to set or minus the bits to clear.
8614#. An empty string NAME is used to identify the default VALUE.
8615#: config/alpha/alpha.h:286 config/i386/i386.h:296 config/i386/i386.h:298
8616#: config/i386/i386.h:300 config/ns32k/ns32k.h:140 config/rs6000/rs6000.h:292
8617#: config/s390/s390.h:68 config/sparc/sparc.h:522 config/sparc/sparc.h:527
8618msgid "Use hardware fp"
8619msgstr ""
8620
8621#: config/alpha/alpha.h:287 config/i386/i386.h:297 config/i386/i386.h:299
8622#: config/rs6000/rs6000.h:294 config/sparc/sparc.h:524
8623#: config/sparc/sparc.h:529
8624msgid "Do not use hardware fp"
8625msgstr ""
8626
8627#: config/alpha/alpha.h:288
8628msgid "Use fp registers"
8629msgstr ""
8630
8631#: config/alpha/alpha.h:290
8632msgid "Do not use fp registers"
8633msgstr ""
8634
8635#: config/alpha/alpha.h:291
8636msgid "Do not assume GAS"
8637msgstr ""
8638
8639#: config/alpha/alpha.h:292
8640msgid "Assume GAS"
8641msgstr ""
8642
8643#: config/alpha/alpha.h:294
8644msgid "Request IEEE-conformant math library routines (OSF/1)"
8645msgstr ""
8646
8647#: config/alpha/alpha.h:296
8648msgid "Emit IEEE-conformant code, without inexact exceptions"
8649msgstr ""
8650
8651#: config/alpha/alpha.h:298
8652msgid "Emit IEEE-conformant code, with inexact exceptions"
8653msgstr ""
8654
8655#: config/alpha/alpha.h:300
8656msgid "Do not emit complex integer constants to read-only memory"
8657msgstr ""
8658
8659#: config/alpha/alpha.h:301
8660msgid "Use VAX fp"
8661msgstr ""
8662
8663#: config/alpha/alpha.h:302
8664msgid "Do not use VAX fp"
8665msgstr ""
8666
8667#: config/alpha/alpha.h:303
8668msgid "Emit code for the byte/word ISA extension"
8669msgstr ""
8670
8671#: config/alpha/alpha.h:306
8672msgid "Emit code for the motion video ISA extension"
8673msgstr ""
8674
8675#: config/alpha/alpha.h:309
8676msgid "Emit code for the fp move and sqrt ISA extension"
8677msgstr ""
8678
8679#: config/alpha/alpha.h:311
8680msgid "Emit code for the counting ISA extension"
8681msgstr ""
8682
8683#: config/alpha/alpha.h:314
8684msgid "Emit code using explicit relocation directives"
8685msgstr ""
8686
8687#: config/alpha/alpha.h:317
8688msgid "Emit 16-bit relocations to the small data areas"
8689msgstr ""
8690
8691#: config/alpha/alpha.h:319
8692msgid "Emit 32-bit relocations to the small data areas"
8693msgstr ""
8694
8695#: config/alpha/alpha.h:321
8696msgid "Emit rdval instead of rduniq for thread pointer"
8697msgstr ""
8698
8699#: config/alpha/alpha.h:323
8700msgid "Use 128-bit long double"
8701msgstr ""
8702
8703#: config/alpha/alpha.h:325
8704msgid "Use 64-bit long double"
8705msgstr ""
8706
8707#. For -mcpu=
8708#. For -mtune=
8709#. For -mfp-rounding-mode=[n|m|c|d]
8710#. For -mfp-trap-mode=[n|u|su|sui]
8711#. For -mtrap-precision=[p|f|i]
8712#. For -mmemory-latency=
8713#. For -mtls-size=
8714#: config/alpha/alpha.h:354
8715msgid "Use features of and schedule given CPU"
8716msgstr ""
8717
8718#: config/alpha/alpha.h:356
8719msgid "Schedule given CPU"
8720msgstr ""
8721
8722#: config/alpha/alpha.h:358
8723msgid "Control the generated fp rounding mode"
8724msgstr ""
8725
8726#: config/alpha/alpha.h:360
8727msgid "Control the IEEE trap mode"
8728msgstr ""
8729
8730#: config/alpha/alpha.h:362
8731msgid "Control the precision given to fp exceptions"
8732msgstr ""
8733
8734#: config/alpha/alpha.h:364
8735msgid "Tune expected memory latency"
8736msgstr ""
8737
8738#: config/alpha/alpha.h:366 config/ia64/ia64.h:234
8739msgid "Specify bit size of immediate TLS offsets"
8740msgstr ""
8741
8742#: config/arc/arc.c:135
8743#, c-format
8744msgid "bad value (%s) for -mcpu switch"
8745msgstr ""
8746
8747#: config/arc/arc.c:362
8748#, c-format
8749msgid "argument of `%s' attribute is not a string constant"
8750msgstr ""
8751
8752#: config/arc/arc.c:369
8753#, c-format
8754msgid "argument of `%s' attribute is not \"ilink1\" or \"ilink2\""
8755msgstr ""
8756
8757#: config/arc/arc.c:1708 config/m32r/m32r.c:2286
8758#, c-format
8759msgid "invalid operand to %%R code"
8760msgstr ""
8761
8762#: config/arc/arc.c:1740 config/m32r/m32r.c:2309
8763#, c-format
8764msgid "invalid operand to %%H/%%L code"
8765msgstr ""
8766
8767#: config/arc/arc.c:1763 config/m32r/m32r.c:2385
8768#, c-format
8769msgid "invalid operand to %%U code"
8770msgstr ""
8771
8772#: config/arc/arc.c:1774
8773#, c-format
8774msgid "invalid operand to %%V code"
8775msgstr ""
8776
8777#. Unknown flag.
8778#. Undocumented flag.
8779#: config/arc/arc.c:1781 config/m32r/m32r.c:2424 config/sparc/sparc.c:6628
8780msgid "invalid operand output code"
8781msgstr ""
8782
8783#: config/arm/arm.c:461
8784#, c-format
8785msgid "switch -mcpu=%s conflicts with -march= switch"
8786msgstr ""
8787
8788#: config/arm/arm.c:471 config/rs6000/rs6000.c:559 config/sparc/sparc.c:395
8789#, c-format
8790msgid "bad value (%s) for %s switch"
8791msgstr ""
8792
8793#: config/arm/arm.c:607
8794msgid "target CPU does not support APCS-32"
8795msgstr ""
8796
8797#: config/arm/arm.c:612
8798msgid "target CPU does not support APCS-26"
8799msgstr ""
8800
8801#: config/arm/arm.c:618
8802msgid "target CPU does not support interworking"
8803msgstr ""
8804
8805#: config/arm/arm.c:624
8806msgid "target CPU does not support THUMB instructions"
8807msgstr ""
8808
8809#: config/arm/arm.c:638
8810msgid ""
8811"enabling backtrace support is only meaningful when compiling for the Thumb"
8812msgstr ""
8813
8814#: config/arm/arm.c:641
8815msgid ""
8816"enabling callee interworking support is only meaningful when compiling for "
8817"the Thumb"
8818msgstr ""
8819
8820#: config/arm/arm.c:644
8821msgid ""
8822"enabling caller interworking support is only meaningful when compiling for "
8823"the Thumb"
8824msgstr ""
8825
8826#: config/arm/arm.c:650
8827msgid "interworking forces APCS-32 to be used"
8828msgstr ""
8829
8830#: config/arm/arm.c:656
8831msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
8832msgstr ""
8833
8834#: config/arm/arm.c:664
8835msgid "-fpic and -mapcs-reent are incompatible"
8836msgstr ""
8837
8838#: config/arm/arm.c:667
8839msgid "APCS reentrant code not supported.  Ignored"
8840msgstr ""
8841
8842#: config/arm/arm.c:675
8843msgid "-g with -mno-apcs-frame may not give sensible debugging"
8844msgstr ""
8845
8846#: config/arm/arm.c:683
8847msgid "passing floating point arguments in fp regs not yet supported"
8848msgstr ""
8849
8850#: config/arm/arm.c:713
8851#, c-format
8852msgid "invalid floating point emulation option: -mfpe-%s"
8853msgstr ""
8854
8855#: config/arm/arm.c:737
8856msgid "structure size boundary can only be set to 8 or 32"
8857msgstr ""
8858
8859#: config/arm/arm.c:745
8860msgid "-mpic-register= is useless without -fpic"
8861msgstr ""
8862
8863#: config/arm/arm.c:752
8864#, c-format
8865msgid "unable to use '%s' for PIC register"
8866msgstr ""
8867
8868#: config/arm/arm.c:2068 config/arm/arm.c:2091 config/avr/avr.c:4794
8869#: config/c4x/c4x.c:4644 config/h8300/h8300.c:3667 config/i386/i386.c:1422
8870#: config/i386/i386.c:1451 config/ip2k/ip2k.c:3224
8871#: config/m68hc11/m68hc11.c:1267 config/mcore/mcore.c:3458
8872#: config/ns32k/ns32k.c:1047 config/rs6000/rs6000.c:12543 config/sh/sh.c:5755
8873#: config/sh/sh.c:5780 config/sh/sh.c:5819 config/stormy16/stormy16.c:2026
8874#: config/v850/v850.c:2180
8875#, c-format
8876msgid "`%s' attribute only applies to functions"
8877msgstr ""
8878
8879#: config/arm/arm.c:9469
8880msgid "unable to compute real location of stacked parameter"
8881msgstr ""
8882
8883#: config/arm/arm.c:10148
8884msgid "no low registers available for popping high registers"
8885msgstr ""
8886
8887#: config/arm/arm.c:10399
8888msgid "interrupt Service Routines cannot be coded in Thumb mode"
8889msgstr ""
8890
8891#: config/arm/pe.c:168 config/mcore/mcore.c:3306
8892#, c-format
8893msgid "initialized variable `%s' is marked dllimport"
8894msgstr ""
8895
8896#: config/arm/pe.c:177
8897#, c-format
8898msgid "static variable `%s' is marked dllimport"
8899msgstr ""
8900
8901#: config/arm/arm.h:416
8902msgid "Generate APCS conformant stack frames"
8903msgstr ""
8904
8905#: config/arm/arm.h:419
8906msgid "Store function names in object code"
8907msgstr ""
8908
8909#: config/arm/arm.h:423
8910msgid "Use the 32-bit version of the APCS"
8911msgstr ""
8912
8913#: config/arm/arm.h:425
8914msgid "Use the 26-bit version of the APCS"
8915msgstr ""
8916
8917#: config/arm/arm.h:429
8918msgid "Pass FP arguments in FP registers"
8919msgstr ""
8920
8921#: config/arm/arm.h:432
8922msgid "Generate re-entrant, PIC code"
8923msgstr ""
8924
8925#: config/arm/arm.h:435
8926msgid "The MMU will trap on unaligned accesses"
8927msgstr ""
8928
8929#: config/arm/arm.h:442
8930msgid "Use library calls to perform FP operations"
8931msgstr ""
8932
8933#: config/arm/arm.h:444 config/i960/i960.h:281
8934msgid "Use hardware floating point instructions"
8935msgstr ""
8936
8937#: config/arm/arm.h:446
8938msgid "Assume target CPU is configured as big endian"
8939msgstr ""
8940
8941#: config/arm/arm.h:448
8942msgid "Assume target CPU is configured as little endian"
8943msgstr ""
8944
8945#: config/arm/arm.h:450
8946msgid "Assume big endian bytes, little endian words"
8947msgstr ""
8948
8949#: config/arm/arm.h:452
8950msgid "Support calls between Thumb and ARM instruction sets"
8951msgstr ""
8952
8953#: config/arm/arm.h:455
8954msgid "Generate a call to abort if a noreturn function returns"
8955msgstr ""
8956
8957#: config/arm/arm.h:458
8958msgid "Do not move instructions into a function's prologue"
8959msgstr ""
8960
8961#: config/arm/arm.h:461
8962msgid "Do not load the PIC register in function prologues"
8963msgstr ""
8964
8965#: config/arm/arm.h:464
8966msgid "Generate call insns as indirect calls, if necessary"
8967msgstr ""
8968
8969#: config/arm/arm.h:467
8970msgid "Compile for the Thumb not the ARM"
8971msgstr ""
8972
8973#: config/arm/arm.h:471
8974msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
8975msgstr ""
8976
8977#: config/arm/arm.h:474
8978msgid "Thumb: Generate (leaf) stack frames even if not needed"
8979msgstr ""
8980
8981#: config/arm/arm.h:477
8982msgid "Thumb: Assume non-static functions may be called from ARM code"
8983msgstr ""
8984
8985#: config/arm/arm.h:481
8986msgid "Thumb: Assume function pointers may go to non-Thumb aware code"
8987msgstr ""
8988
8989#: config/arm/arm.h:491
8990msgid "Specify the name of the target CPU"
8991msgstr ""
8992
8993#: config/arm/arm.h:493
8994msgid "Specify the name of the target architecture"
8995msgstr ""
8996
8997#: config/arm/arm.h:497
8998msgid "Specify the version of the floating point emulator"
8999msgstr ""
9000
9001#: config/arm/arm.h:499
9002msgid "Specify the minimum bit alignment of structures"
9003msgstr ""
9004
9005#: config/arm/arm.h:501
9006msgid "Specify the register to be used for PIC addressing"
9007msgstr ""
9008
9009#: config/arm/pe.h:65
9010msgid "Ignore dllimport attribute for functions"
9011msgstr ""
9012
9013#: config/avr/avr.c:528
9014#, c-format
9015msgid "large frame pointer change (%d) with -mtiny-stack"
9016msgstr ""
9017
9018#: config/avr/avr.c:1135
9019msgid "bad address, not (reg+disp):"
9020msgstr ""
9021
9022#: config/avr/avr.c:1143
9023msgid "internal compiler error.  Bad address:"
9024msgstr ""
9025
9026#: config/avr/avr.c:1156
9027msgid "internal compiler error.  Unknown mode:"
9028msgstr ""
9029
9030#: config/avr/avr.c:1864 config/avr/avr.c:2576
9031msgid "invalid insn:"
9032msgstr ""
9033
9034#: config/avr/avr.c:1901 config/avr/avr.c:1987 config/avr/avr.c:2036
9035#: config/avr/avr.c:2045 config/avr/avr.c:2143 config/avr/avr.c:2315
9036#: config/avr/avr.c:2613 config/avr/avr.c:2724
9037msgid "incorrect insn:"
9038msgstr ""
9039
9040#: config/avr/avr.c:2064 config/avr/avr.c:2228 config/avr/avr.c:2386
9041#: config/avr/avr.c:2768
9042msgid "unknown move insn:"
9043msgstr ""
9044
9045#: config/avr/avr.c:3003
9046msgid "bad shift insn:"
9047msgstr ""
9048
9049#: config/avr/avr.c:3119 config/avr/avr.c:3549 config/avr/avr.c:3929
9050msgid "internal compiler error.  Incorrect shift:"
9051msgstr ""
9052
9053#: config/avr/avr.c:4767 config/ip2k/ip2k.c:3197
9054msgid "only initialized variables can be placed into program memory area"
9055msgstr ""
9056
9057#: config/avr/avr.c:4866
9058msgid "only uninitialized variables can be placed in the .noinit section"
9059msgstr ""
9060
9061#: config/avr/avr.c:4881
9062#, c-format
9063msgid "MCU `%s' supported for assembler only"
9064msgstr ""
9065
9066#: config/avr/avr.h:78
9067msgid "Assume int to be 8 bit integer"
9068msgstr ""
9069
9070#: config/avr/avr.h:80
9071msgid "Change the stack pointer without disabling interrupts"
9072msgstr ""
9073
9074#: config/avr/avr.h:82
9075msgid "Use subroutines for function prologue/epilogue"
9076msgstr ""
9077
9078#: config/avr/avr.h:84
9079msgid "Change only the low 8 bits of the stack pointer"
9080msgstr ""
9081
9082#: config/avr/avr.h:86
9083msgid "Do not generate tablejump insns"
9084msgstr ""
9085
9086#: config/avr/avr.h:88
9087msgid "Use rjmp/rcall (limited range) on >8K devices"
9088msgstr ""
9089
9090#: config/avr/avr.h:91
9091msgid "Output instruction sizes to the asm file"
9092msgstr ""
9093
9094#: config/avr/avr.h:108
9095msgid "Specify the initial stack address"
9096msgstr ""
9097
9098#: config/avr/avr.h:109
9099msgid "Specify the MCU name"
9100msgstr ""
9101
9102#. `GIV_SORT_CRITERION(GIV1, GIV2)'
9103#. In some cases, the strength reduction optimization pass can
9104#. produce better code if this is defined.  This macro controls the
9105#. order that induction variables are combined.  This macro is
9106#. particularly useful if the target has limited addressing modes.
9107#. For instance, the SH target has only positive offsets in
9108#. addresses.  Thus sorting to put the smallest address first allows
9109#. the most combinations to be found.
9110#: config/avr/avr.h:2450
9111msgid "trampolines not supported"
9112msgstr ""
9113
9114#: config/c4x/c4x-c.c:69
9115#, c-format
9116msgid "missing '(' after '#pragma %s' - ignored"
9117msgstr ""
9118
9119#: config/c4x/c4x-c.c:72
9120#, c-format
9121msgid "missing function name in '#pragma %s' - ignored"
9122msgstr ""
9123
9124#: config/c4x/c4x-c.c:77
9125#, c-format
9126msgid "malformed '#pragma %s' - ignored"
9127msgstr ""
9128
9129#: config/c4x/c4x-c.c:79
9130#, c-format
9131msgid "missing section name in '#pragma %s' - ignored"
9132msgstr ""
9133
9134#: config/c4x/c4x-c.c:84
9135#, c-format
9136msgid "missing ')' for '#pragma %s' - ignored"
9137msgstr ""
9138
9139#: config/c4x/c4x-c.c:87
9140#, c-format
9141msgid "junk at end of '#pragma %s'"
9142msgstr ""
9143
9144#: config/c4x/c4x.c:280
9145#, c-format
9146msgid "unknown CPU version %d, using 40.\n"
9147msgstr ""
9148
9149#: config/c4x/c4x.c:853
9150#, c-format
9151msgid "ISR %s requires %d words of local vars, max is 32767"
9152msgstr ""
9153
9154#: config/c4x/c4x.c:1602
9155msgid "using CONST_DOUBLE for address"
9156msgstr ""
9157
9158#: config/c4x/c4x.c:1742
9159msgid "c4x_address_cost: Invalid addressing mode"
9160msgstr ""
9161
9162#: config/c4x/c4x.c:1884
9163#, c-format
9164msgid "c4x_print_operand: %%L inconsistency"
9165msgstr ""
9166
9167#: config/c4x/c4x.c:1890
9168#, c-format
9169msgid "c4x_print_operand: %%N inconsistency"
9170msgstr ""
9171
9172#: config/c4x/c4x.c:1931
9173#, c-format
9174msgid "c4x_print_operand: %%O inconsistency"
9175msgstr ""
9176
9177#: config/c4x/c4x.c:2026
9178msgid "c4x_print_operand: Bad operand case"
9179msgstr ""
9180
9181#: config/c4x/c4x.c:2069
9182msgid "c4x_print_operand_address: Bad post_modify"
9183msgstr ""
9184
9185#: config/c4x/c4x.c:2091
9186msgid "c4x_print_operand_address: Bad pre_modify"
9187msgstr ""
9188
9189#: config/c4x/c4x.c:2139 config/c4x/c4x.c:2151 config/c4x/c4x.c:2166
9190msgid "c4x_print_operand_address: Bad operand case"
9191msgstr ""
9192
9193#: config/c4x/c4x.c:2422
9194msgid "c4x_rptb_insert: Cannot find start label"
9195msgstr ""
9196
9197#: config/c4x/c4x.c:3409 config/c4x/c4x.c:3429
9198msgid "mode not QImode"
9199msgstr ""
9200
9201#: config/c4x/c4x.c:3514
9202msgid "invalid indirect memory address"
9203msgstr ""
9204
9205#: config/c4x/c4x.c:3603
9206msgid "invalid indirect (S) memory address"
9207msgstr ""
9208
9209#: config/c4x/c4x.c:3944
9210msgid "c4x_valid_operands: Internal error"
9211msgstr ""
9212
9213#: config/c4x/c4x.c:4424
9214msgid "c4x_operand_subword: invalid mode"
9215msgstr ""
9216
9217#: config/c4x/c4x.c:4427
9218msgid "c4x_operand_subword: invalid operand"
9219msgstr ""
9220
9221#. We could handle these with some difficulty.
9222#. e.g., *p-- => *(p-=2); *(p+1).
9223#: config/c4x/c4x.c:4453
9224msgid "c4x_operand_subword: invalid autoincrement"
9225msgstr ""
9226
9227#: config/c4x/c4x.c:4459
9228msgid "c4x_operand_subword: invalid address"
9229msgstr ""
9230
9231#: config/c4x/c4x.c:4470
9232msgid "c4x_operand_subword: address not offsettable"
9233msgstr ""
9234
9235#: config/c4x/c4x.c:4670
9236msgid "c4x_rptb_rpts_p: Repeat block top label moved\n"
9237msgstr ""
9238
9239#. Target compilation option flags.
9240#. Small memory model.
9241#. Use 24-bit MPYI for C3x.
9242#. Fast fixing of floats.
9243#. Allow use of RPTS.
9244#. Emit C3x code.
9245#. Be compatible with TI assembler.
9246#. Be paranoid about DP reg. in ISRs.
9247#. Pass arguments on stack.
9248#. Enable features under development.
9249#. Enable repeat block.
9250#. Use BK as general register.
9251#. Use decrement and branch for C3x.
9252#. Enable debugging of GCC.
9253#. Force constants into registers.
9254#. Allow unsigned loop counters.
9255#. Force op0 and op1 to be same.
9256#. Save all 40 bits for floats.
9257#. Allow parallel insns.
9258#. Allow MPY||ADD, MPY||SUB insns.
9259#. Assume mem refs possibly aliased.
9260#. Emit C30 code.
9261#. Emit C31 code.
9262#. Emit C32 code.
9263#. Emit C33 code.
9264#. Emit C40 code.
9265#. Emit C44 code.
9266#. Run-time compilation parameters selecting different hardware subsets.
9267#.
9268#. Macro to define tables used to set the flags.
9269#. This is a list in braces of triplets in braces,
9270#. each pair being { "NAME", VALUE, "DESCRIPTION" }
9271#. where VALUE is the bits to set or minus the bits to clear.
9272#. An empty string NAME is used to identify the default VALUE.
9273#: config/c4x/c4x.h:168
9274msgid "Small memory model"
9275msgstr ""
9276
9277#: config/c4x/c4x.h:170
9278msgid "Big memory model"
9279msgstr ""
9280
9281#: config/c4x/c4x.h:172
9282msgid "Use MPYI instruction for C3x"
9283msgstr ""
9284
9285#: config/c4x/c4x.h:174
9286msgid "Do not use MPYI instruction for C3x"
9287msgstr ""
9288
9289#: config/c4x/c4x.h:176
9290msgid "Use fast but approximate float to integer conversion"
9291msgstr ""
9292
9293#: config/c4x/c4x.h:178
9294msgid "Use slow but accurate float to integer conversion"
9295msgstr ""
9296
9297#: config/c4x/c4x.h:180
9298msgid "Enable use of RTPS instruction"
9299msgstr ""
9300
9301#: config/c4x/c4x.h:182
9302msgid "Disable use of RTPS instruction"
9303msgstr ""
9304
9305#: config/c4x/c4x.h:184
9306msgid "Enable use of RTPB instruction"
9307msgstr ""
9308
9309#: config/c4x/c4x.h:186
9310msgid "Disable use of RTPB instruction"
9311msgstr ""
9312
9313#: config/c4x/c4x.h:188
9314msgid "Generate code for C30 CPU"
9315msgstr ""
9316
9317#: config/c4x/c4x.h:190
9318msgid "Generate code for C31 CPU"
9319msgstr ""
9320
9321#: config/c4x/c4x.h:192
9322msgid "Generate code for C32 CPU"
9323msgstr ""
9324
9325#: config/c4x/c4x.h:194
9326msgid "Generate code for C33 CPU"
9327msgstr ""
9328
9329#: config/c4x/c4x.h:196
9330msgid "Generate code for C40 CPU"
9331msgstr ""
9332
9333#: config/c4x/c4x.h:198
9334msgid "Generate code for C44 CPU"
9335msgstr ""
9336
9337#: config/c4x/c4x.h:200
9338msgid "Emit code compatible with TI tools"
9339msgstr ""
9340
9341#: config/c4x/c4x.h:202
9342msgid "Emit code to use GAS extensions"
9343msgstr ""
9344
9345#: config/c4x/c4x.h:204 config/c4x/c4x.h:208
9346msgid "Save DP across ISR in small memory model"
9347msgstr ""
9348
9349#: config/c4x/c4x.h:206 config/c4x/c4x.h:210
9350msgid "Don't save DP across ISR in small memory model"
9351msgstr ""
9352
9353#: config/c4x/c4x.h:212
9354msgid "Pass arguments on the stack"
9355msgstr ""
9356
9357#: config/c4x/c4x.h:214
9358msgid "Pass arguments in registers"
9359msgstr ""
9360
9361#: config/c4x/c4x.h:216
9362msgid "Enable new features under development"
9363msgstr ""
9364
9365#: config/c4x/c4x.h:218
9366msgid "Disable new features under development"
9367msgstr ""
9368
9369#: config/c4x/c4x.h:220
9370msgid "Use the BK register as a general purpose register"
9371msgstr ""
9372
9373#: config/c4x/c4x.h:222
9374msgid "Do not allocate BK register"
9375msgstr ""
9376
9377#: config/c4x/c4x.h:224
9378msgid "Enable use of DB instruction"
9379msgstr ""
9380
9381#: config/c4x/c4x.h:226
9382msgid "Disable use of DB instruction"
9383msgstr ""
9384
9385#: config/c4x/c4x.h:228
9386msgid "Enable debugging"
9387msgstr ""
9388
9389#: config/c4x/c4x.h:230
9390msgid "Disable debugging"
9391msgstr ""
9392
9393#: config/c4x/c4x.h:232
9394msgid "Force constants into registers to improve hoisting"
9395msgstr ""
9396
9397#: config/c4x/c4x.h:234
9398msgid "Don't force constants into registers"
9399msgstr ""
9400
9401#: config/c4x/c4x.h:236
9402msgid "Force RTL generation to emit valid 3 operand insns"
9403msgstr ""
9404
9405#: config/c4x/c4x.h:238
9406msgid "Allow RTL generation to emit invalid 3 operand insns"
9407msgstr ""
9408
9409#: config/c4x/c4x.h:240
9410msgid "Allow unsigned iteration counts for RPTB/DB"
9411msgstr ""
9412
9413#: config/c4x/c4x.h:242
9414msgid "Disallow unsigned iteration counts for RPTB/DB"
9415msgstr ""
9416
9417#: config/c4x/c4x.h:244
9418msgid "Preserve all 40 bits of FP reg across call"
9419msgstr ""
9420
9421#: config/c4x/c4x.h:246
9422msgid "Only preserve 32 bits of FP reg across call"
9423msgstr ""
9424
9425#: config/c4x/c4x.h:248
9426msgid "Enable parallel instructions"
9427msgstr ""
9428
9429#: config/c4x/c4x.h:250
9430msgid "Disable parallel instructions"
9431msgstr ""
9432
9433#: config/c4x/c4x.h:252
9434msgid "Enable MPY||ADD and MPY||SUB instructions"
9435msgstr ""
9436
9437#: config/c4x/c4x.h:254
9438msgid "Disable MPY||ADD and MPY||SUB instructions"
9439msgstr ""
9440
9441#: config/c4x/c4x.h:256
9442msgid "Assume that pointers may be aliased"
9443msgstr ""
9444
9445#: config/c4x/c4x.h:258
9446msgid "Assume that pointers not aliased"
9447msgstr ""
9448
9449#: config/c4x/c4x.h:331
9450msgid "Specify maximum number of iterations for RPTS"
9451msgstr ""
9452
9453#: config/c4x/c4x.h:333
9454msgid "Select CPU to generate code for"
9455msgstr ""
9456
9457#: config/cris/cris.c:619
9458msgid "unexpected index-type in cris_print_index"
9459msgstr ""
9460
9461#: config/cris/cris.c:635
9462msgid "unexpected base-type in cris_print_base"
9463msgstr ""
9464
9465#: config/cris/cris.c:928
9466#, c-format
9467msgid "stackframe too big: %d bytes"
9468msgstr ""
9469
9470#: config/cris/cris.c:1243
9471msgid "allocated but unused delay list in epilogue"
9472msgstr ""
9473
9474#: config/cris/cris.c:1253
9475msgid ""
9476"unexpected function type needing stack adjustment for __builtin_eh_return"
9477msgstr ""
9478
9479#: config/cris/cris.c:1332
9480msgid "invalid operand for 'b' modifier"
9481msgstr ""
9482
9483#: config/cris/cris.c:1344
9484msgid "invalid operand for 'v' modifier"
9485msgstr ""
9486
9487#: config/cris/cris.c:1354
9488msgid "invalid operand for 'P' modifier"
9489msgstr ""
9490
9491#: config/cris/cris.c:1361
9492msgid "invalid operand for 'p' modifier"
9493msgstr ""
9494
9495#: config/cris/cris.c:1400
9496msgid "invalid operand for 'z' modifier"
9497msgstr ""
9498
9499#: config/cris/cris.c:1448 config/cris/cris.c:1478
9500msgid "invalid operand for 'H' modifier"
9501msgstr ""
9502
9503#: config/cris/cris.c:1454
9504msgid "bad register"
9505msgstr ""
9506
9507#: config/cris/cris.c:1492
9508msgid "invalid operand for 'e' modifier"
9509msgstr ""
9510
9511#: config/cris/cris.c:1509
9512msgid "invalid operand for 'm' modifier"
9513msgstr ""
9514
9515#: config/cris/cris.c:1534
9516msgid "invalid operand for 'A' modifier"
9517msgstr ""
9518
9519#: config/cris/cris.c:1542
9520msgid "invalid operand for 'D' modifier"
9521msgstr ""
9522
9523#: config/cris/cris.c:1556
9524msgid "invalid operand for 'T' modifier"
9525msgstr ""
9526
9527#: config/cris/cris.c:1565
9528msgid "invalid operand modifier letter"
9529msgstr ""
9530
9531#: config/cris/cris.c:1573
9532#, c-format
9533msgid "internal error: bad register: %d"
9534msgstr ""
9535
9536#: config/cris/cris.c:1621
9537msgid "unexpected multiplicative operand"
9538msgstr ""
9539
9540#: config/cris/cris.c:1641
9541msgid "unexpected operand"
9542msgstr ""
9543
9544#: config/cris/cris.c:1676 config/cris/cris.c:1686
9545msgid "unrecognized address"
9546msgstr ""
9547
9548#: config/cris/cris.c:2042
9549msgid "internal error: sideeffect-insn affecting main effect"
9550msgstr ""
9551
9552#. If we get here, the caller got its initial tests wrong.
9553#: config/cris/cris.c:2329
9554msgid "internal error: cris_side_effect_mode_ok with bad operands"
9555msgstr ""
9556
9557#: config/cris/cris.c:2411 config/cris/cris.c:2469
9558msgid "unrecognized supposed constant"
9559msgstr ""
9560
9561#: config/cris/cris.c:2510
9562msgid "unrecognized supposed constant in cris_global_pic_symbol"
9563msgstr ""
9564
9565#: config/cris/cris.c:2529
9566#, c-format
9567msgid "-max-stackframe=%d is not usable, not between 0 and %d"
9568msgstr ""
9569
9570#: config/cris/cris.c:2557
9571#, c-format
9572msgid "unknown CRIS version specification in -march= or -mcpu= : %s"
9573msgstr ""
9574
9575#: config/cris/cris.c:2593
9576#, c-format
9577msgid "unknown CRIS cpu version specification in -mtune= : %s"
9578msgstr ""
9579
9580#: config/cris/cris.c:2611
9581msgid "-fPIC and -fpic are not supported in this configuration"
9582msgstr ""
9583
9584#: config/cris/cris.c:2627
9585msgid "that particular -g option is invalid with -maout and -melinux"
9586msgstr ""
9587
9588#: config/cris/cris.c:2875 config/cris/cris.c:2920
9589msgid "unexpected side-effects in address"
9590msgstr ""
9591
9592#. Labels are never marked as global symbols.
9593#: config/cris/cris.c:3017 config/cris/cris.c:3048
9594msgid "unexpected PIC symbol"
9595msgstr ""
9596
9597#: config/cris/cris.c:3021
9598msgid "PIC register isn't set up"
9599msgstr ""
9600
9601#: config/cris/cris.c:3034 config/cris/cris.c:3117
9602msgid "unexpected address expression"
9603msgstr ""
9604
9605#: config/cris/cris.c:3052
9606msgid "emitting PIC operand, but PIC register isn't set up"
9607msgstr ""
9608
9609#: config/cris/cris.c:3061
9610msgid "unexpected NOTE as addr_const:"
9611msgstr ""
9612
9613#: config/cris/aout.h:108
9614msgid "Compile for the MMU-less Etrax 100-based elinux system"
9615msgstr ""
9616
9617#: config/cris/aout.h:115
9618msgid "For elinux, request a specified stack-size for this program"
9619msgstr ""
9620
9621#: config/cris/cris.h:368
9622msgid "Work around bug in multiplication instruction"
9623msgstr ""
9624
9625#. 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.
9626#: config/cris/cris.h:374
9627msgid "Compile for ETRAX 4 (CRIS v3)"
9628msgstr ""
9629
9630#: config/cris/cris.h:379
9631msgid "Compile for ETRAX 100 (CRIS v8)"
9632msgstr ""
9633
9634#: config/cris/cris.h:383
9635msgid "Emit verbose debug information in assembly code"
9636msgstr ""
9637
9638#: config/cris/cris.h:386
9639msgid "Do not use condition codes from normal instructions"
9640msgstr ""
9641
9642#: config/cris/cris.h:390
9643msgid "Do not emit addressing modes with side-effect assignment"
9644msgstr ""
9645
9646#: config/cris/cris.h:393
9647msgid "Do not tune stack alignment"
9648msgstr ""
9649
9650#: config/cris/cris.h:396
9651msgid "Do not tune writable data alignment"
9652msgstr ""
9653
9654#: config/cris/cris.h:399
9655msgid "Do not tune code and read-only data alignment"
9656msgstr ""
9657
9658#: config/cris/cris.h:408
9659msgid "Align code and data to 32 bits"
9660msgstr ""
9661
9662#: config/cris/cris.h:421
9663msgid "Don't align items in code or data"
9664msgstr ""
9665
9666#: config/cris/cris.h:424
9667msgid "Do not emit function prologue or epilogue"
9668msgstr ""
9669
9670#. We have to handle this m-option here since we can't wash it off in      both CC1_SPEC and CC1PLUS_SPEC.
9671#: config/cris/cris.h:428
9672msgid "Use the most feature-enabling options allowed by other options"
9673msgstr ""
9674
9675#. 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.
9676#: config/cris/cris.h:434
9677msgid "Override -mbest-lib-options"
9678msgstr ""
9679
9680#: config/cris/cris.h:466
9681msgid "Generate code for the specified chip or CPU version"
9682msgstr ""
9683
9684#: config/cris/cris.h:468
9685msgid "Tune alignment for the specified chip or CPU version"
9686msgstr ""
9687
9688#: config/cris/cris.h:470
9689msgid "Warn when a stackframe is larger than the specified size"
9690msgstr ""
9691
9692#. Node: Profiling
9693#: config/cris/cris.h:1056
9694msgid "no FUNCTION_PROFILER for CRIS"
9695msgstr ""
9696
9697#: config/cris/linux.h:71
9698msgid "Together with -fpic and -fPIC, do not use GOTPLT references"
9699msgstr ""
9700
9701#: config/d30v/d30v.c:207
9702#, c-format
9703msgid "bad modes_tieable_p for register %s, mode1 %s, mode2 %s"
9704msgstr ""
9705
9706#: config/d30v/d30v.c:2666
9707msgid "bad insn to d30v_print_operand_address:"
9708msgstr ""
9709
9710#: config/d30v/d30v.c:2683 config/d30v/d30v.c:2744 config/d30v/d30v.c:2765
9711#: config/d30v/d30v.c:2783
9712msgid "bad insn to d30v_print_operand_memory_reference:"
9713msgstr ""
9714
9715#: config/d30v/d30v.c:2851
9716msgid "bad insn to d30v_print_operand, 'f' modifier:"
9717msgstr ""
9718
9719#: config/d30v/d30v.c:2860
9720msgid "bad insn to d30v_print_operand, 'A' modifier:"
9721msgstr ""
9722
9723#: config/d30v/d30v.c:2867
9724msgid "bad insn to d30v_print_operand, 'M' modifier:"
9725msgstr ""
9726
9727#: config/d30v/d30v.c:2921
9728msgid "bad insn to print_operand, 'F' or 'T' modifier:"
9729msgstr ""
9730
9731#: config/d30v/d30v.c:2932
9732msgid "bad insn to print_operand, 'B' modifier:"
9733msgstr ""
9734
9735#: config/d30v/d30v.c:2939
9736msgid "bad insn to print_operand, 'E' modifier:"
9737msgstr ""
9738
9739#: config/d30v/d30v.c:2957
9740msgid "bad insn to print_operand, 'R' modifier:"
9741msgstr ""
9742
9743#: config/d30v/d30v.c:2966 config/d30v/d30v.c:2974
9744msgid "bad insn to print_operand, 's' modifier:"
9745msgstr ""
9746
9747#: config/d30v/d30v.c:3003
9748msgid "bad insn in d30v_print_operand, 0 case"
9749msgstr ""
9750
9751#: config/d30v/d30v.c:3301
9752msgid "d30v_emit_comparison"
9753msgstr ""
9754
9755#: config/d30v/d30v.c:3345
9756msgid "bad call to d30v_move_2words"
9757msgstr ""
9758
9759#: config/d30v/d30v.h:114
9760msgid "Enable use of conditional move instructions"
9761msgstr ""
9762
9763#: config/d30v/d30v.h:117
9764msgid "Disable use of conditional move instructions"
9765msgstr ""
9766
9767#: config/d30v/d30v.h:120
9768msgid "Debug argument support in compiler"
9769msgstr ""
9770
9771#: config/d30v/d30v.h:123
9772msgid "Debug stack support in compiler"
9773msgstr ""
9774
9775#: config/d30v/d30v.h:126
9776msgid "Debug memory address support in compiler"
9777msgstr ""
9778
9779#: config/d30v/d30v.h:129
9780msgid "Make adjacent short instructions parallel if possible"
9781msgstr ""
9782
9783#: config/d30v/d30v.h:132
9784msgid "Do not make adjacent short instructions parallel"
9785msgstr ""
9786
9787#: config/d30v/d30v.h:135 config/d30v/d30v.h:138
9788msgid "Link programs/data to be in external memory by default"
9789msgstr ""
9790
9791#: config/d30v/d30v.h:141
9792msgid "Link programs/data to be in onchip memory by default"
9793msgstr ""
9794
9795#: config/d30v/d30v.h:149
9796msgid "Change the branch costs within the compiler"
9797msgstr ""
9798
9799#: config/d30v/d30v.h:152
9800msgid "Change the threshold for conversion to conditional execution"
9801msgstr ""
9802
9803#: config/dsp16xx/dsp16xx.c:1446 config/dsp16xx/dsp16xx.c:1469
9804msgid "stack size > 32k"
9805msgstr ""
9806
9807#: config/dsp16xx/dsp16xx.c:1678
9808msgid "invalid addressing mode"
9809msgstr ""
9810
9811#: config/dsp16xx/dsp16xx.c:1821
9812msgid "bad register extension code"
9813msgstr ""
9814
9815#: config/dsp16xx/dsp16xx.c:1921
9816msgid "invalid offset in ybase addressing"
9817msgstr ""
9818
9819#: config/dsp16xx/dsp16xx.c:1924
9820msgid "invalid register in ybase addressing"
9821msgstr ""
9822
9823#: config/dsp16xx/dsp16xx.c:2099
9824msgid "invalid shift operator in emit_1600_core_shift"
9825msgstr ""
9826
9827#: config/dsp16xx/dsp16xx.c:2428
9828msgid "invalid mode for gen_tst_reg"
9829msgstr ""
9830
9831#: config/dsp16xx/dsp16xx.c:2500
9832msgid "invalid mode for integer comparison in gen_compare_reg"
9833msgstr ""
9834
9835#. Macro to define tables used to set the flags.
9836#. This is a list in braces of pairs in braces,
9837#. each pair being { "NAME", VALUE }
9838#. where VALUE is the bits to set or minus the bits to clear.
9839#. An empty string NAME is used to identify the default VALUE.
9840#: config/dsp16xx/dsp16xx.h:230
9841msgid "Pass parameters in registers (default)"
9842msgstr ""
9843
9844#: config/dsp16xx/dsp16xx.h:232
9845msgid "Don't pass parameters in registers"
9846msgstr ""
9847
9848#: config/dsp16xx/dsp16xx.h:234
9849msgid "Generate code for near calls"
9850msgstr ""
9851
9852#: config/dsp16xx/dsp16xx.h:236
9853msgid "Don't generate code for near calls"
9854msgstr ""
9855
9856#: config/dsp16xx/dsp16xx.h:238
9857msgid "Generate code for near jumps"
9858msgstr ""
9859
9860#: config/dsp16xx/dsp16xx.h:240
9861msgid "Don't generate code for near jumps"
9862msgstr ""
9863
9864#: config/dsp16xx/dsp16xx.h:242
9865msgid "Generate code for a bit-manipulation unit"
9866msgstr ""
9867
9868#: config/dsp16xx/dsp16xx.h:244
9869msgid "Don't generate code for a bit-manipulation unit"
9870msgstr ""
9871
9872#: config/dsp16xx/dsp16xx.h:246
9873msgid "Generate code for memory map1"
9874msgstr ""
9875
9876#: config/dsp16xx/dsp16xx.h:248
9877msgid "Generate code for memory map2"
9878msgstr ""
9879
9880#: config/dsp16xx/dsp16xx.h:250
9881msgid "Generate code for memory map3"
9882msgstr ""
9883
9884#: config/dsp16xx/dsp16xx.h:252
9885msgid "Generate code for memory map4"
9886msgstr ""
9887
9888#: config/dsp16xx/dsp16xx.h:254
9889msgid "Ouput extra code for initialized data"
9890msgstr ""
9891
9892#: config/dsp16xx/dsp16xx.h:256
9893msgid "Don't let reg. allocator use ybase registers"
9894msgstr ""
9895
9896#: config/dsp16xx/dsp16xx.h:258
9897msgid "Output extra debug info in Luxworks environment"
9898msgstr ""
9899
9900#: config/dsp16xx/dsp16xx.h:260
9901msgid "Save temp. files in Luxworks environment"
9902msgstr ""
9903
9904#: config/dsp16xx/dsp16xx.h:272
9905msgid "Specify alternate name for text section"
9906msgstr ""
9907
9908#: config/dsp16xx/dsp16xx.h:274
9909msgid "Specify alternate name for data section"
9910msgstr ""
9911
9912#: config/dsp16xx/dsp16xx.h:276
9913msgid "Specify alternate name for bss section"
9914msgstr ""
9915
9916#: config/dsp16xx/dsp16xx.h:278
9917msgid "Specify alternate name for constant section"
9918msgstr ""
9919
9920#: config/dsp16xx/dsp16xx.h:280
9921msgid "Specify alternate name for dsp16xx chip"
9922msgstr ""
9923
9924#. Output assembler code to FILE to increment profiler label # LABELNO
9925#. for profiling a function entry.
9926#. This is how to output an insn to push a register on the stack.
9927#. It need not be very fast code since it is used only for profiling
9928#. This is how to output an insn to pop a register from the stack.
9929#. It need not be very fast code since it is used only for profiling
9930#: config/dsp16xx/dsp16xx.h:1218 config/dsp16xx/dsp16xx.h:1772
9931#: config/dsp16xx/dsp16xx.h:1777
9932msgid "profiling not implemented yet"
9933msgstr ""
9934
9935#. Emit RTL insns to initialize the variable parts of a trampoline.
9936#. FNADDR is an RTX for the address of the function's pure code.
9937#. CXT is an RTX for the static chain value for the function.
9938#: config/dsp16xx/dsp16xx.h:1228 config/dsp16xx/dsp16xx.h:1240
9939msgid "trampolines not yet implemented"
9940msgstr ""
9941
9942#: config/fr30/fr30.c:453
9943msgid "fr30_print_operand_address: unhandled address"
9944msgstr ""
9945
9946#: config/fr30/fr30.c:480
9947#, c-format
9948msgid "fr30_print_operand: unrecognized %%p code"
9949msgstr ""
9950
9951#: config/fr30/fr30.c:500
9952#, c-format
9953msgid "fr30_print_operand: unrecognized %%b code"
9954msgstr ""
9955
9956#: config/fr30/fr30.c:521
9957#, c-format
9958msgid "fr30_print_operand: unrecognized %%B code"
9959msgstr ""
9960
9961#: config/fr30/fr30.c:529
9962#, c-format
9963msgid "fr30_print_operand: invalid operand to %%A code"
9964msgstr ""
9965
9966#: config/fr30/fr30.c:546
9967#, c-format
9968msgid "fr30_print_operand: invalid %%x code"
9969msgstr ""
9970
9971#: config/fr30/fr30.c:553
9972#, c-format
9973msgid "fr30_print_operand: invalid %%F code"
9974msgstr ""
9975
9976#: config/fr30/fr30.c:570
9977msgid "fr30_print_operand: unknown code"
9978msgstr ""
9979
9980#: config/fr30/fr30.c:599 config/fr30/fr30.c:608 config/fr30/fr30.c:619
9981#: config/fr30/fr30.c:632
9982msgid "fr30_print_operand: unhandled MEM"
9983msgstr ""
9984
9985#: config/fr30/fr30.h:63
9986msgid "Assume small address space"
9987msgstr ""
9988
9989#: config/frv/frv.c:410 config/frv/frv.c:428
9990#, c-format
9991msgid "Unknown cpu: -mcpu=%s"
9992msgstr ""
9993
9994#: config/frv/frv.c:451
9995msgid "-fpic and -gdwarf are incompatible (-fpic and -g/-gdwarf-2 are fine)"
9996msgstr ""
9997
9998#: config/frv/frv.c:2520
9999msgid "Bad insn to frv_print_operand_address:"
10000msgstr ""
10001
10002#: config/frv/frv.c:2533
10003msgid "Bad register to frv_print_operand_memory_reference_reg:"
10004msgstr ""
10005
10006#: config/frv/frv.c:2574 config/frv/frv.c:2584 config/frv/frv.c:2593
10007#: config/frv/frv.c:2621 config/frv/frv.c:2633 config/frv/frv.c:2637
10008msgid "Bad insn to frv_print_operand_memory_reference:"
10009msgstr ""
10010
10011#: config/frv/frv.c:2779
10012msgid "Bad insn in frv_print_operand, bad const_double"
10013msgstr ""
10014
10015#: config/frv/frv.c:2824
10016msgid "Bad insn to frv_print_operand, 'C' modifier:"
10017msgstr ""
10018
10019#: config/frv/frv.c:2847
10020msgid "Bad insn to frv_print_operand, 'c' modifier:"
10021msgstr ""
10022
10023#: config/frv/frv.c:2872
10024msgid "Bad insn to frv_print_operand, 'e' modifier:"
10025msgstr ""
10026
10027#: config/frv/frv.c:2880
10028msgid "Bad insn to frv_print_operand, 'F' modifier:"
10029msgstr ""
10030
10031#: config/frv/frv.c:2896
10032msgid "Bad insn to frv_print_operand, 'f' modifier:"
10033msgstr ""
10034
10035#: config/frv/frv.c:2949
10036msgid "Bad insn to frv_print_operand, 'L' modifier:"
10037msgstr ""
10038
10039#: config/frv/frv.c:2962
10040msgid "Bad insn to frv_print_operand, 'M/N' modifier:"
10041msgstr ""
10042
10043#: config/frv/frv.c:2983
10044msgid "Bad insn to frv_print_operand, 'O' modifier:"
10045msgstr ""
10046
10047#: config/frv/frv.c:3001
10048msgid "Bad insn to frv_print_operand, P modifier:"
10049msgstr ""
10050
10051#: config/frv/frv.c:3021
10052msgid "Bad insn in frv_print_operand, z case"
10053msgstr ""
10054
10055#: config/frv/frv.c:3049
10056msgid "Bad insn in frv_print_operand, 0 case"
10057msgstr ""
10058
10059#: config/frv/frv.c:3054
10060msgid "frv_print_operand: unknown code"
10061msgstr ""
10062
10063#: config/frv/frv.c:5737
10064msgid "Bad output_move_single operand"
10065msgstr ""
10066
10067#: config/frv/frv.c:5866
10068msgid "Bad output_move_double operand"
10069msgstr ""
10070
10071#: config/frv/frv.c:6010
10072msgid "Bad output_condmove_single operand"
10073msgstr ""
10074
10075#: config/frv/frv.c:8315
10076msgid "frv_registers_update"
10077msgstr ""
10078
10079#: config/frv/frv.c:8475
10080msgid "frv_registers_used_p"
10081msgstr ""
10082
10083#: config/frv/frv.c:8604
10084msgid "frv_registers_set_p"
10085msgstr ""
10086
10087#: config/frv/frv.c:9171
10088msgid "accumulator is not a constant integer"
10089msgstr ""
10090
10091#: config/frv/frv.c:9176
10092msgid "accumulator number is out of bounds"
10093msgstr ""
10094
10095#: config/frv/frv.c:9187
10096#, c-format
10097msgid "inappropriate accumulator for `%s'"
10098msgstr ""
10099
10100#: config/frv/frv.c:9253
10101#, c-format
10102msgid "`%s' expects a constant argument"
10103msgstr ""
10104
10105#: config/frv/frv.c:9258
10106#, c-format
10107msgid "constant argument out of range for `%s'"
10108msgstr ""
10109
10110#: config/frv/frv.c:9638
10111msgid "media functions are not available unless -mmedia is used"
10112msgstr ""
10113
10114#: config/frv/frv.c:9650
10115msgid "this media function is only available on the fr500"
10116msgstr ""
10117
10118#: config/frv/frv.c:9678
10119msgid "this media function is only available on the fr400"
10120msgstr ""
10121
10122#. This macro is a C statement to print on `stderr' a string describing the
10123#. particular machine description choice.  Every machine description should
10124#. define `TARGET_VERSION'.  For example:
10125#.
10126#. #ifdef MOTOROLA
10127#. #define TARGET_VERSION           fprintf (stderr, " (68k, Motorola syntax)");
10128#. #else
10129#. #define TARGET_VERSION           fprintf (stderr, " (68k, MIT syntax)");
10130#. #endif
10131#: config/frv/frv.h:512
10132#, c-format
10133msgid " (frv)"
10134msgstr ""
10135
10136#: config/h8300/h8300.c:314
10137msgid "-ms2600 is used without -ms"
10138msgstr ""
10139
10140#: config/h8300/h8300.c:320
10141msgid "-mn is used without -mh or -ms"
10142msgstr ""
10143
10144#. Macro to define tables used to set the flags.
10145#. This is a list in braces of pairs in braces,
10146#. each pair being { "NAME", VALUE }
10147#. where VALUE is the bits to set or minus the bits to clear.
10148#. An empty string NAME is used to identify the default VALUE.
10149#: config/h8300/h8300.h:150
10150msgid "Generate H8S code"
10151msgstr ""
10152
10153#: config/h8300/h8300.h:151
10154msgid "Do not generate H8S code"
10155msgstr ""
10156
10157#: config/h8300/h8300.h:152
10158msgid "Generate H8S/2600 code"
10159msgstr ""
10160
10161#: config/h8300/h8300.h:153
10162msgid "Do not generate H8S/2600 code"
10163msgstr ""
10164
10165#: config/h8300/h8300.h:154
10166msgid "Make integers 32 bits wide"
10167msgstr ""
10168
10169#: config/h8300/h8300.h:157
10170msgid "Use registers for argument passing"
10171msgstr ""
10172
10173#: config/h8300/h8300.h:159
10174msgid "Do not use registers for argument passing"
10175msgstr ""
10176
10177#: config/h8300/h8300.h:161
10178msgid "Consider access to byte sized memory slow"
10179msgstr ""
10180
10181#: config/h8300/h8300.h:162
10182msgid "Enable linker relaxing"
10183msgstr ""
10184
10185#: config/h8300/h8300.h:164
10186msgid "Generate H8/300H code"
10187msgstr ""
10188
10189#: config/h8300/h8300.h:165
10190msgid "Enable the normal mode"
10191msgstr ""
10192
10193#: config/h8300/h8300.h:166
10194msgid "Do not generate H8/300H code"
10195msgstr ""
10196
10197#: config/h8300/h8300.h:167
10198msgid "Use H8/300 alignment rules"
10199msgstr ""
10200
10201#: config/i370/i370-c.c:53
10202msgid "junk at end of #pragma map"
10203msgstr ""
10204
10205#: config/i370/i370-c.c:59
10206msgid "malformed #pragma map, ignored"
10207msgstr ""
10208
10209#: config/i370/i370.c:915
10210msgid "real name is too long - alias ignored"
10211msgstr ""
10212
10213#: config/i370/i370.c:920
10214msgid "alias name is too long - alias ignored"
10215msgstr ""
10216
10217#: config/i370/i370.c:1191
10218msgid "internal error--no jump follows compare:"
10219msgstr ""
10220
10221#. Macro to define tables used to set the flags.  This is a list in braces
10222#. of pairs in braces, each pair being { "NAME", VALUE }
10223#. where VALUE is the bits to set or minus the bits to clear.
10224#. An empty string NAME is used to identify the default VALUE.
10225#: config/i370/i370.h:75
10226msgid "Generate char instructions"
10227msgstr ""
10228
10229#: config/i370/i370.h:76
10230msgid "Do not generate char instructions"
10231msgstr ""
10232
10233#: config/i386/i386.c:1065
10234#, c-format
10235msgid "code model %s not supported in PIC mode"
10236msgstr ""
10237
10238#: config/i386/i386.c:1075 config/sparc/sparc.c:358
10239#, c-format
10240msgid "bad value (%s) for -mcmodel= switch"
10241msgstr ""
10242
10243#: config/i386/i386.c:1090
10244#, c-format
10245msgid "bad value (%s) for -masm= switch"
10246msgstr ""
10247
10248#: config/i386/i386.c:1093
10249#, c-format
10250msgid "code model `%s' not supported in the %s bit mode"
10251msgstr ""
10252
10253#: config/i386/i386.c:1096
10254msgid "code model `large' not supported yet"
10255msgstr ""
10256
10257#: config/i386/i386.c:1098
10258#, c-format
10259msgid "%i-bit mode not compiled in"
10260msgstr ""
10261
10262#: config/i386/i386.c:1131
10263#, c-format
10264msgid "bad value (%s) for -march= switch"
10265msgstr ""
10266
10267#: config/i386/i386.c:1142
10268#, c-format
10269msgid "bad value (%s) for -mcpu= switch"
10270msgstr ""
10271
10272#: config/i386/i386.c:1159
10273#, c-format
10274msgid "-mregparm=%d is not between 0 and %d"
10275msgstr ""
10276
10277#: config/i386/i386.c:1172
10278msgid "-malign-loops is obsolete, use -falign-loops"
10279msgstr ""
10280
10281#: config/i386/i386.c:1177 config/i386/i386.c:1190 config/i386/i386.c:1203
10282#, c-format
10283msgid "-malign-loops=%d is not between 0 and %d"
10284msgstr ""
10285
10286#: config/i386/i386.c:1185
10287msgid "-malign-jumps is obsolete, use -falign-jumps"
10288msgstr ""
10289
10290#: config/i386/i386.c:1198
10291msgid "-malign-functions is obsolete, use -falign-functions"
10292msgstr ""
10293
10294#: config/i386/i386.c:1236
10295#, c-format
10296msgid "-mpreferred-stack-boundary=%d is not between %d and 12"
10297msgstr ""
10298
10299#: config/i386/i386.c:1248
10300#, c-format
10301msgid "-mbranch-cost=%d is not between 0 and 5"
10302msgstr ""
10303
10304#: config/i386/i386.c:1260
10305#, c-format
10306msgid "bad value (%s) for -mtls-dialect= switch"
10307msgstr ""
10308
10309#: config/i386/i386.c:1289
10310msgid "-malign-double makes no sense in the 64bit mode"
10311msgstr ""
10312
10313#: config/i386/i386.c:1291
10314msgid "-mrtd calling convention not supported in the 64bit mode"
10315msgstr ""
10316
10317#: config/i386/i386.c:1307 config/i386/i386.c:1318
10318msgid "SSE instruction set disabled, using 387 arithmetics"
10319msgstr ""
10320
10321#: config/i386/i386.c:1323
10322msgid "387 instruction set disabled, using SSE arithmetics"
10323msgstr ""
10324
10325#: config/i386/i386.c:1330
10326#, c-format
10327msgid "bad value (%s) for -mfpmath= switch"
10328msgstr ""
10329
10330#: config/i386/i386.c:1462
10331#, c-format
10332msgid "`%s' attribute requires an integer constant argument"
10333msgstr ""
10334
10335#: config/i386/i386.c:1468
10336#, c-format
10337msgid "argument to `%s' attribute larger than %d"
10338msgstr ""
10339
10340#: config/i386/i386.c:2534
10341msgid "SSE vector return without SSE enabled changes the ABI"
10342msgstr ""
10343
10344#: config/i386/i386.c:6424
10345msgid "invalid UNSPEC as operand"
10346msgstr ""
10347
10348#: config/i386/i386.c:6686
10349msgid "extended registers have no high halves"
10350msgstr ""
10351
10352#: config/i386/i386.c:6701
10353msgid "unsupported operand size for extended register"
10354msgstr ""
10355
10356#: config/i386/i386.c:7016
10357msgid ""
10358"operand is neither a constant nor a condition code, invalid operand code 'c'"
10359msgstr ""
10360
10361#: config/i386/i386.c:7062
10362#, c-format
10363msgid "invalid operand code `%c'"
10364msgstr ""
10365
10366#: config/i386/i386.c:7109
10367msgid "invalid constraints for operand"
10368msgstr ""
10369
10370#: config/i386/i386.c:11371
10371msgid "unknown insn mode"
10372msgstr ""
10373
10374#. @@@ better error message
10375#: config/i386/i386.c:13526 config/i386/i386.c:13562
10376msgid "selector must be an immediate"
10377msgstr ""
10378
10379#. @@@ better error message
10380#: config/i386/i386.c:13723 config/i386/i386.c:13757
10381msgid "mask must be an immediate"
10382msgstr ""
10383
10384#: config/i386/i386.c:13789
10385msgid "shift must be an immediate"
10386msgstr ""
10387
10388#: config/i386/winnt.c:96
10389#, c-format
10390msgid "function `%s' definition is marked dllimport."
10391msgstr ""
10392
10393#: config/i386/winnt.c:104
10394#, c-format
10395msgid "variable `%s' definition is marked dllimport."
10396msgstr ""
10397
10398#: config/i386/winnt.c:123
10399#, c-format
10400msgid "external linkage required for symbol '%s' because of '%s' attribute."
10401msgstr ""
10402
10403#: config/i386/winnt.c:143
10404#, c-format
10405msgid "`%s' attribute only applies to variables"
10406msgstr ""
10407
10408#: config/i386/winnt.c:242
10409#, c-format
10410msgid ""
10411"function '%s' is defined after prior declaration as dllimport: attribute "
10412"ignored."
10413msgstr ""
10414
10415#: config/i386/winnt.c:252
10416#, c-format
10417msgid "inline function '%s' is declared as dllimport: attribute ignored."
10418msgstr ""
10419
10420#: config/i386/winnt.c:263
10421#, c-format
10422msgid "definition of static data member '%s' of dllimport'd class."
10423msgstr ""
10424
10425#: config/i386/winnt.c:322
10426#, c-format
10427msgid "inconsistent dll linkage for '%s': dllexport assumed."
10428msgstr ""
10429
10430#: config/i386/winnt.c:364
10431#, c-format
10432msgid "`%s' declared as both exported to and imported from a DLL"
10433msgstr ""
10434
10435#: config/i386/winnt.c:373
10436#, c-format
10437msgid ""
10438"failure in redeclaration of '%s': dllimport'd symbol lacks external linkage."
10439msgstr ""
10440
10441#: config/i386/winnt.c:479
10442#, c-format
10443msgid "'%s' %s after being referenced with dllimport linkage."
10444msgstr ""
10445
10446#: config/i386/cygwin.h:45
10447msgid "Use the Cygwin interface"
10448msgstr ""
10449
10450#: config/i386/cygwin.h:46
10451msgid "Use the Mingw32 interface"
10452msgstr ""
10453
10454#: config/i386/cygwin.h:47
10455msgid "Create GUI application"
10456msgstr ""
10457
10458#: config/i386/cygwin.h:48
10459msgid "Don't set Windows defines"
10460msgstr ""
10461
10462#: config/i386/cygwin.h:49
10463msgid "Set Windows defines"
10464msgstr ""
10465
10466#: config/i386/cygwin.h:50
10467msgid "Create console application"
10468msgstr ""
10469
10470#: config/i386/cygwin.h:51 config/i386/win32.h:59
10471msgid "Generate code for a DLL"
10472msgstr ""
10473
10474#: config/i386/cygwin.h:53 config/i386/win32.h:61
10475msgid "Ignore dllimport for functions"
10476msgstr ""
10477
10478#: config/i386/cygwin.h:55
10479msgid "Use Mingw-specific thread support"
10480msgstr ""
10481
10482#: config/i386/cygwin.h:245
10483#, c-format
10484msgid "-f%s ignored for target (all code is position independent)"
10485msgstr ""
10486
10487#: config/i386/djgpp.h:206
10488msgid "-mbnu210 is ignored (option is obsolete)"
10489msgstr ""
10490
10491#. Deprecated.
10492#. Deprecated.
10493#. Deprecated.
10494#. Deprecated.
10495#. Deprecated.
10496#. Deprecated.
10497#. Deprecated.
10498#. Deprecated.
10499#: config/i386/i386.h:310
10500msgid "Alternate calling convention"
10501msgstr ""
10502
10503#: config/i386/i386.h:312 config/m68k/m68k.h:180 config/ns32k/ns32k.h:144
10504msgid "Use normal calling convention"
10505msgstr ""
10506
10507#: config/i386/i386.h:314
10508msgid "Align some doubles on dword boundary"
10509msgstr ""
10510
10511#: config/i386/i386.h:316
10512msgid "Align doubles on word boundary"
10513msgstr ""
10514
10515#: config/i386/i386.h:318
10516msgid "Uninitialized locals in .bss"
10517msgstr ""
10518
10519#: config/i386/i386.h:320
10520msgid "Uninitialized locals in .data"
10521msgstr ""
10522
10523#: config/i386/i386.h:322 config/m68k/linux-aout.h:45 config/m68k/linux.h:50
10524#: config/ns32k/ns32k.h:167
10525msgid "Use IEEE math for fp comparisons"
10526msgstr ""
10527
10528#: config/i386/i386.h:324 config/ns32k/ns32k.h:169
10529msgid "Do not use IEEE math for fp comparisons"
10530msgstr ""
10531
10532#: config/i386/i386.h:326
10533msgid "Return values of functions in FPU registers"
10534msgstr ""
10535
10536#: config/i386/i386.h:328
10537msgid "Do not return values of functions in FPU registers"
10538msgstr ""
10539
10540#: config/i386/i386.h:330
10541msgid "Do not generate sin, cos, sqrt for FPU"
10542msgstr ""
10543
10544#: config/i386/i386.h:332
10545msgid "Generate sin, cos, sqrt for FPU"
10546msgstr ""
10547
10548#: config/i386/i386.h:334
10549msgid "Omit the frame pointer in leaf functions"
10550msgstr ""
10551
10552#: config/i386/i386.h:337
10553msgid "Enable stack probing"
10554msgstr ""
10555
10556#. undocumented
10557#. undocumented
10558#: config/i386/i386.h:342
10559msgid "Align destination of the string operations"
10560msgstr ""
10561
10562#: config/i386/i386.h:344
10563msgid "Do not align destination of the string operations"
10564msgstr ""
10565
10566#: config/i386/i386.h:346
10567msgid "Inline all known string operations"
10568msgstr ""
10569
10570#: config/i386/i386.h:348
10571msgid "Do not inline all known string operations"
10572msgstr ""
10573
10574#: config/i386/i386.h:350 config/i386/i386.h:354
10575msgid "Use push instructions to save outgoing arguments"
10576msgstr ""
10577
10578#: config/i386/i386.h:352 config/i386/i386.h:356
10579msgid "Do not use push instructions to save outgoing arguments"
10580msgstr ""
10581
10582#: config/i386/i386.h:358
10583msgid "Support MMX built-in functions"
10584msgstr ""
10585
10586#: config/i386/i386.h:360
10587msgid "Do not support MMX built-in functions"
10588msgstr ""
10589
10590#: config/i386/i386.h:362
10591msgid "Support 3DNow! built-in functions"
10592msgstr ""
10593
10594#: config/i386/i386.h:364
10595msgid "Do not support 3DNow! built-in functions"
10596msgstr ""
10597
10598#: config/i386/i386.h:366
10599msgid "Support MMX and SSE built-in functions and code generation"
10600msgstr ""
10601
10602#: config/i386/i386.h:368
10603msgid "Do not support MMX and SSE built-in functions and code generation"
10604msgstr ""
10605
10606#: config/i386/i386.h:370
10607msgid "Support MMX, SSE and SSE2 built-in functions and code generation"
10608msgstr ""
10609
10610#: config/i386/i386.h:372
10611msgid "Do not support MMX, SSE and SSE2 built-in functions and code generation"
10612msgstr ""
10613
10614#: config/i386/i386.h:374
10615msgid "Support MMX, SSE, SSE2 and SSE3 built-in functions and code generation"
10616msgstr ""
10617
10618#: config/i386/i386.h:376
10619msgid ""
10620"Do not support MMX, SSE, SSE2 and SSE3 built-in functions and code generation"
10621msgstr ""
10622
10623#: config/i386/i386.h:378
10624msgid "sizeof(long double) is 16"
10625msgstr ""
10626
10627#: config/i386/i386.h:380
10628msgid "sizeof(long double) is 12"
10629msgstr ""
10630
10631#: config/i386/i386.h:382
10632msgid "Generate 64bit x86-64 code"
10633msgstr ""
10634
10635#: config/i386/i386.h:384
10636msgid "Generate 32bit i386 code"
10637msgstr ""
10638
10639#: config/i386/i386.h:386
10640msgid "Use red-zone in the x86-64 code"
10641msgstr ""
10642
10643#: config/i386/i386.h:388
10644msgid "Do not use red-zone in the x86-64 code"
10645msgstr ""
10646
10647#. This macro is similar to `TARGET_SWITCHES' but defines names of
10648#. command options that have values.  Its definition is an
10649#. initializer with a subgrouping for each command option.
10650#.
10651#. Each subgrouping contains a string constant, that defines the
10652#. fixed part of the option name, and the address of a variable.  The
10653#. variable, type `char *', is set to the variable part of the given
10654#. option if the fixed part matches.  The actual option name is made
10655#. by appending `-m' to the specified name.
10656#: config/i386/i386.h:417 config/rs6000/rs6000.h:393 config/sparc/sparc.h:635
10657msgid "Schedule code for given CPU"
10658msgstr ""
10659
10660#: config/i386/i386.h:419
10661msgid "Generate floating point mathematics using given instruction set"
10662msgstr ""
10663
10664#: config/i386/i386.h:421
10665msgid "Generate code for given CPU"
10666msgstr ""
10667
10668#: config/i386/i386.h:423
10669msgid "Number of registers used to pass integer arguments"
10670msgstr ""
10671
10672#. TARGET_DEFAULT is defined in sun*.h and isi.h, etc.
10673#. This macro is similar to `TARGET_SWITCHES' but defines names of
10674#. command options that have values.  Its definition is an
10675#. initializer with a subgrouping for each command option.
10676#.
10677#. Each subgrouping contains a string constant, that defines the
10678#. fixed part of the option name, and the address of a variable.  The
10679#. variable, type `char *', is set to the variable part of the given
10680#. option if the fixed part matches.  The actual option name is made
10681#. by appending `-m' to the specified name.
10682#: config/i386/i386.h:425 config/m68k/m68k.h:263
10683msgid "Loop code aligned to this power of 2"
10684msgstr ""
10685
10686#: config/i386/i386.h:427 config/m68k/m68k.h:265
10687msgid "Jump targets are aligned to this power of 2"
10688msgstr ""
10689
10690#: config/i386/i386.h:429 config/m68k/m68k.h:267
10691msgid "Function starts are aligned to this power of 2"
10692msgstr ""
10693
10694#: config/i386/i386.h:432
10695msgid "Attempt to keep stack aligned to this power of 2"
10696msgstr ""
10697
10698#: config/i386/i386.h:434
10699msgid "Branches are this expensive (1-5, arbitrary units)"
10700msgstr ""
10701
10702#: config/i386/i386.h:436
10703msgid "Use given x86-64 code model"
10704msgstr ""
10705
10706#. Undocumented.
10707#. Undocumented.
10708#: config/i386/i386.h:442
10709msgid "Use given assembler dialect"
10710msgstr ""
10711
10712#: config/i386/i386.h:444
10713msgid "Use given thread-local storage dialect"
10714msgstr ""
10715
10716#: config/i386/sco5.h:297
10717msgid "Generate ELF output"
10718msgstr ""
10719
10720#: config/i386/win32.h:53
10721msgid "Use Mingw32 interface"
10722msgstr ""
10723
10724#: config/i386/win32.h:55
10725msgid "Use Cygwin interface"
10726msgstr ""
10727
10728#: config/i386/win32.h:57
10729msgid "Use bare Windows interface"
10730msgstr ""
10731
10732#. 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.
10733#. 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.
10734#: config/i386/xm-djgpp.h:71
10735msgid "environment variable DJGPP not defined"
10736msgstr ""
10737
10738#: config/i386/xm-djgpp.h:73
10739#, c-format
10740msgid "environment variable DJGPP points to missing file '%s'"
10741msgstr ""
10742
10743#: config/i386/xm-djgpp.h:76
10744#, c-format
10745msgid "environment variable DJGPP points to corrupt file '%s'"
10746msgstr ""
10747
10748#: config/i960/i960-c.c:66
10749msgid "sorry, not implemented: #pragma align NAME=SIZE"
10750msgstr ""
10751
10752#: config/i960/i960-c.c:71
10753msgid "malformed #pragma align - ignored"
10754msgstr ""
10755
10756#: config/i960/i960-c.c:109
10757msgid "sorry, not implemented: #pragma noalign NAME"
10758msgstr ""
10759
10760#: config/i960/i960.c:121 config/i960/i960.c:131
10761msgid "conflicting architectures defined - using C series"
10762msgstr ""
10763
10764#: config/i960/i960.c:126
10765msgid "conflicting architectures defined - using K series"
10766msgstr ""
10767
10768#: config/i960/i960.c:141
10769msgid "iC2.0 and iC3.0 are incompatible - using iC3.0"
10770msgstr ""
10771
10772#: config/i960/i960.c:1448 config/m68k/m68k.c:559 config/rs6000/rs6000.c:9977
10773msgid "stack limit expression is not supported"
10774msgstr ""
10775
10776#. Macro to define tables used to set the flags.
10777#. This is a list in braces of pairs in braces,
10778#. each pair being { "NAME", VALUE }
10779#. where VALUE is the bits to set or minus the bits to clear.
10780#. An empty string NAME is used to identify the default VALUE.
10781#. ??? Not all ten of these architecture variations actually exist, but I
10782#. am not sure which are real and which aren't.
10783#: config/i960/i960.h:240
10784msgid "Generate SA code"
10785msgstr ""
10786
10787#: config/i960/i960.h:243
10788msgid "Generate SB code"
10789msgstr ""
10790
10791#. {"sc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED|						TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR),	       N_("Generate SC code")},
10792#: config/i960/i960.h:248
10793msgid "Generate KA code"
10794msgstr ""
10795
10796#: config/i960/i960.h:251
10797msgid "Generate KB code"
10798msgstr ""
10799
10800#. {"kc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED|						TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR),	       N_("Generate KC code")},
10801#: config/i960/i960.h:256
10802msgid "Generate JA code"
10803msgstr ""
10804
10805#: config/i960/i960.h:258
10806msgid "Generate JD code"
10807msgstr ""
10808
10809#: config/i960/i960.h:261
10810msgid "Generate JF code"
10811msgstr ""
10812
10813#: config/i960/i960.h:263
10814msgid "generate RP code"
10815msgstr ""
10816
10817#: config/i960/i960.h:266
10818msgid "Generate MC code"
10819msgstr ""
10820
10821#: config/i960/i960.h:269
10822msgid "Generate CA code"
10823msgstr ""
10824
10825#. {"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")},
10826#: config/i960/i960.h:279
10827msgid "Generate CF code"
10828msgstr ""
10829
10830#: config/i960/i960.h:283 config/mips/mips.h:568 config/pa/pa.h:266
10831msgid "Use software floating point"
10832msgstr ""
10833
10834#: config/i960/i960.h:285
10835msgid "Use alternate leaf function entries"
10836msgstr ""
10837
10838#: config/i960/i960.h:287
10839msgid "Do not use alternate leaf function entries"
10840msgstr ""
10841
10842#: config/i960/i960.h:289
10843msgid "Perform tail call optimization"
10844msgstr ""
10845
10846#: config/i960/i960.h:291
10847msgid "Do not perform tail call optimization"
10848msgstr ""
10849
10850#: config/i960/i960.h:293
10851msgid "Use complex addressing modes"
10852msgstr ""
10853
10854#: config/i960/i960.h:295
10855msgid "Do not use complex addressing modes"
10856msgstr ""
10857
10858#: config/i960/i960.h:297
10859msgid "Align code to 8 byte boundary"
10860msgstr ""
10861
10862#: config/i960/i960.h:299
10863msgid "Do not align code to 8 byte boundary"
10864msgstr ""
10865
10866#. {"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")},
10867#: config/i960/i960.h:305 config/i960/i960.h:307
10868msgid "Enable compatibility with iC960 v2.0"
10869msgstr ""
10870
10871#: config/i960/i960.h:309
10872msgid "Enable compatibility with iC960 v3.0"
10873msgstr ""
10874
10875#: config/i960/i960.h:311 config/i960/i960.h:313
10876msgid "Enable compatibility with ic960 assembler"
10877msgstr ""
10878
10879#: config/i960/i960.h:315
10880msgid "Do not permit unaligned accesses"
10881msgstr ""
10882
10883#: config/i960/i960.h:317
10884msgid "Permit unaligned accesses"
10885msgstr ""
10886
10887#: config/i960/i960.h:319
10888msgid "Layout types like Intel's v1.3 gcc"
10889msgstr ""
10890
10891#: config/i960/i960.h:321
10892msgid "Do not layout types like Intel's v1.3 gcc"
10893msgstr ""
10894
10895#: config/i960/i960.h:323 config/sparc/freebsd.h:88 config/sparc/linux.h:86
10896#: config/sparc/linux64.h:88 config/sparc/netbsd-elf.h:238
10897msgid "Use 64 bit long doubles"
10898msgstr ""
10899
10900#: config/i960/i960.h:325
10901msgid "Enable linker relaxation"
10902msgstr ""
10903
10904#: config/i960/i960.h:327
10905msgid "Do not enable linker relaxation"
10906msgstr ""
10907
10908#: config/ia64/ia64-c.c:51
10909msgid "malformed #pragma builtin"
10910msgstr ""
10911
10912#: config/ia64/ia64.c:4020
10913msgid "ia64_print_operand: unknown code"
10914msgstr ""
10915
10916#: config/ia64/ia64.c:4297
10917msgid "value of -mfixed-range must have form REG1-REG2"
10918msgstr ""
10919
10920#: config/ia64/ia64.c:4324
10921#, c-format
10922msgid "%s-%s is an empty range"
10923msgstr ""
10924
10925#: config/ia64/ia64.c:4355
10926msgid "cannot optimize floating point division for both latency and throughput"
10927msgstr ""
10928
10929#: config/ia64/ia64.c:4361
10930msgid "cannot optimize integer division for both latency and throughput"
10931msgstr ""
10932
10933#: config/ia64/ia64.c:4373
10934#, c-format
10935msgid "bad value (%s) for -mtls-size= switch"
10936msgstr ""
10937
10938#. This macro defines names of command options to set and clear bits in
10939#. `target_flags'.  Its definition is an initializer with a subgrouping for
10940#. each command option.
10941#: config/ia64/ia64.h:163
10942msgid "Generate big endian code"
10943msgstr ""
10944
10945#: config/ia64/ia64.h:165 config/mcore/mcore.h:159
10946msgid "Generate little endian code"
10947msgstr ""
10948
10949#: config/ia64/ia64.h:167
10950msgid "Generate code for GNU as"
10951msgstr ""
10952
10953#: config/ia64/ia64.h:169
10954msgid "Generate code for Intel as"
10955msgstr ""
10956
10957#: config/ia64/ia64.h:171
10958msgid "Generate code for GNU ld"
10959msgstr ""
10960
10961#: config/ia64/ia64.h:173
10962msgid "Generate code for Intel ld"
10963msgstr ""
10964
10965#: config/ia64/ia64.h:175
10966msgid "Generate code without GP reg"
10967msgstr ""
10968
10969#: config/ia64/ia64.h:177
10970msgid "Emit stop bits before and after volatile extended asms"
10971msgstr ""
10972
10973#: config/ia64/ia64.h:179
10974msgid "Don't emit stop bits before and after volatile extended asms"
10975msgstr ""
10976
10977#: config/ia64/ia64.h:181
10978msgid "Emit code for Itanium (TM) processor B step"
10979msgstr ""
10980
10981#: config/ia64/ia64.h:183
10982msgid "Use in/loc/out register names"
10983msgstr ""
10984
10985#: config/ia64/ia64.h:185
10986msgid "Disable use of sdata/scommon/sbss"
10987msgstr ""
10988
10989#: config/ia64/ia64.h:187
10990msgid "Enable use of sdata/scommon/sbss"
10991msgstr ""
10992
10993#: config/ia64/ia64.h:189
10994msgid "gp is constant (but save/restore gp on indirect calls)"
10995msgstr ""
10996
10997#: config/ia64/ia64.h:191
10998msgid "Generate self-relocatable code"
10999msgstr ""
11000
11001#: config/ia64/ia64.h:193
11002msgid "Generate inline floating point division, optimize for latency"
11003msgstr ""
11004
11005#: config/ia64/ia64.h:195
11006msgid "Generate inline floating point division, optimize for throughput"
11007msgstr ""
11008
11009#: config/ia64/ia64.h:197
11010msgid "Generate inline integer division, optimize for latency"
11011msgstr ""
11012
11013#: config/ia64/ia64.h:199
11014msgid "Generate inline integer division, optimize for throughput"
11015msgstr ""
11016
11017#: config/ia64/ia64.h:201
11018msgid "Enable Dwarf 2 line debug info via GNU as"
11019msgstr ""
11020
11021#: config/ia64/ia64.h:203
11022msgid "Disable Dwarf 2 line debug info via GNU as"
11023msgstr ""
11024
11025#: config/ia64/ia64.h:232
11026msgid "Specify range of registers to make fixed"
11027msgstr ""
11028
11029#: config/ip2k/ip2k.c:1090
11030msgid "bad operand"
11031msgstr ""
11032
11033#: config/m32r/m32r.c:139
11034#, c-format
11035msgid "bad value (%s) for -mmodel switch"
11036msgstr ""
11037
11038#: config/m32r/m32r.c:148
11039#, c-format
11040msgid "bad value (%s) for -msdata switch"
11041msgstr ""
11042
11043#: config/m32r/m32r.c:319
11044#, c-format
11045msgid "invalid argument of `%s' attribute"
11046msgstr ""
11047
11048#: config/m32r/m32r.c:422
11049msgid "const objects cannot go in .sdata/.sbss"
11050msgstr ""
11051
11052#: config/m32r/m32r.c:2256
11053#, c-format
11054msgid "invalid operand to %%s code"
11055msgstr ""
11056
11057#: config/m32r/m32r.c:2263
11058#, c-format
11059msgid "invalid operand to %%p code"
11060msgstr ""
11061
11062#: config/m32r/m32r.c:2318
11063msgid "bad insn for 'A'"
11064msgstr ""
11065
11066#: config/m32r/m32r.c:2370
11067#, c-format
11068msgid "invalid operand to %%T/%%B code"
11069msgstr ""
11070
11071#: config/m32r/m32r.c:2393
11072#, c-format
11073msgid "invalid operand to %%N code"
11074msgstr ""
11075
11076#: config/m32r/m32r.c:2438
11077msgid "pre-increment address is not a register"
11078msgstr ""
11079
11080#: config/m32r/m32r.c:2445
11081msgid "pre-decrement address is not a register"
11082msgstr ""
11083
11084#: config/m32r/m32r.c:2452
11085msgid "post-increment address is not a register"
11086msgstr ""
11087
11088#: config/m32r/m32r.c:2530 config/m32r/m32r.c:2546
11089#: config/rs6000/rs6000.c:12807
11090msgid "bad address"
11091msgstr ""
11092
11093#: config/m32r/m32r.c:2551
11094msgid "lo_sum not of register"
11095msgstr ""
11096
11097#. { "relax",			TARGET_RELAX_MASK, "" },		    { "no-relax",		-TARGET_RELAX_MASK, "" },
11098#: config/m32r/m32r.h:241
11099msgid "Display compile time statistics"
11100msgstr ""
11101
11102#: config/m32r/m32r.h:243
11103msgid "Align all loops to 32 byte boundary"
11104msgstr ""
11105
11106#: config/m32r/m32r.h:246
11107msgid "Only issue one instruction per cycle"
11108msgstr ""
11109
11110#: config/m32r/m32r.h:249
11111msgid "Prefer branches over conditional execution"
11112msgstr ""
11113
11114#: config/m32r/m32r.h:265
11115msgid "Code size: small, medium or large"
11116msgstr ""
11117
11118#: config/m32r/m32r.h:267
11119msgid "Small data area: none, sdata, use"
11120msgstr ""
11121
11122#: config/m68hc11/m68hc11.c:242
11123#, c-format
11124msgid "-f%s ignored for 68HC11/68HC12 (not supported)"
11125msgstr ""
11126
11127#: config/m68hc11/m68hc11.c:1305
11128msgid "`trap' and `far' attributes are not compatible, ignoring `far'"
11129msgstr ""
11130
11131#: config/m68hc11/m68hc11.c:1311
11132msgid "`trap' attribute is already used"
11133msgstr ""
11134
11135#. !!!! SCz wrong here.
11136#: config/m68hc11/m68hc11.c:3327 config/m68hc11/m68hc11.c:3733
11137msgid "move insn not handled"
11138msgstr ""
11139
11140#: config/m68hc11/m68hc11.c:3579 config/m68hc11/m68hc11.c:3663
11141#: config/m68hc11/m68hc11.c:3946
11142msgid "invalid register in the move instruction"
11143msgstr ""
11144
11145#: config/m68hc11/m68hc11.c:3613
11146msgid "invalid operand in the instruction"
11147msgstr ""
11148
11149#: config/m68hc11/m68hc11.c:3920
11150msgid "invalid register in the instruction"
11151msgstr ""
11152
11153#: config/m68hc11/m68hc11.c:3953
11154msgid "operand 1 must be a hard register"
11155msgstr ""
11156
11157#: config/m68hc11/m68hc11.c:3970
11158msgid "invalid rotate insn"
11159msgstr ""
11160
11161#: config/m68hc11/m68hc11.c:4391
11162msgid "registers IX, IY and Z used in the same INSN"
11163msgstr ""
11164
11165#: config/m68hc11/m68hc11.c:4728 config/m68hc11/m68hc11.c:5031
11166msgid "cannot do z-register replacement"
11167msgstr ""
11168
11169#: config/m68hc11/m68hc11.c:5094
11170msgid "invalid Z register replacement for insn"
11171msgstr ""
11172
11173#. Macro to define tables used to set the flags. This is a list in braces of
11174#. pairs in braces, each pair being { "NAME", VALUE } where VALUE is the bits
11175#. to set or minus the bits to clear. An empty string NAME is used to
11176#. identify the default VALUE.
11177#: config/m68hc11/m68hc11.h:172
11178msgid "Compile with 16-bit integer mode"
11179msgstr ""
11180
11181#: config/m68hc11/m68hc11.h:174
11182msgid "Compile with 32-bit integer mode"
11183msgstr ""
11184
11185#: config/m68hc11/m68hc11.h:176
11186msgid "Auto pre/post decrement increment allowed"
11187msgstr ""
11188
11189#: config/m68hc11/m68hc11.h:178
11190msgid "Auto pre/post decrement increment not allowed"
11191msgstr ""
11192
11193#: config/m68hc11/m68hc11.h:180
11194msgid "Min/max instructions allowed"
11195msgstr ""
11196
11197#: config/m68hc11/m68hc11.h:182
11198msgid "Min/max instructions not allowed"
11199msgstr ""
11200
11201#: config/m68hc11/m68hc11.h:184
11202msgid "Use call and rtc for function calls and returns"
11203msgstr ""
11204
11205#: config/m68hc11/m68hc11.h:186
11206msgid "Use jsr and rts for function calls and returns"
11207msgstr ""
11208
11209#: config/m68hc11/m68hc11.h:188
11210msgid "Do not use direct addressing mode for soft registers"
11211msgstr ""
11212
11213#: config/m68hc11/m68hc11.h:190
11214msgid "Use direct addressing mode for soft registers"
11215msgstr ""
11216
11217#: config/m68hc11/m68hc11.h:192 config/m68hc11/m68hc11.h:198
11218msgid "Compile for a 68HC11"
11219msgstr ""
11220
11221#: config/m68hc11/m68hc11.h:194 config/m68hc11/m68hc11.h:200
11222msgid "Compile for a 68HC12"
11223msgstr ""
11224
11225#: config/m68hc11/m68hc11.h:196 config/m68hc11/m68hc11.h:202
11226msgid "Compile for a 68HCS12"
11227msgstr ""
11228
11229#. This macro is similar to `TARGET_SWITCHES' but defines names of
11230#. command options that have values.  Its definition is an
11231#. initializer with a subgrouping for each command option.
11232#.
11233#. Each subgrouping contains a string constant, that defines the
11234#. fixed part of the option name, and the address of a variable.  The
11235#. variable, type `char *', is set to the variable part of the given
11236#. option if the fixed part matches.  The actual option name is made
11237#. by appending `-m' to the specified name.
11238#: config/m68hc11/m68hc11.h:216
11239msgid "Specify the register allocation order"
11240msgstr ""
11241
11242#: config/m68hc11/m68hc11.h:218
11243msgid "Indicate the number of soft registers available"
11244msgstr ""
11245
11246#: config/m68k/m68k.c:158
11247#, c-format
11248msgid "-malign-loops=%d is not between 1 and %d"
11249msgstr ""
11250
11251#: config/m68k/m68k.c:169
11252#, c-format
11253msgid "-malign-jumps=%d is not between 1 and %d"
11254msgstr ""
11255
11256#: config/m68k/m68k.c:180
11257#, c-format
11258msgid "-malign-functions=%d is not between 1 and %d"
11259msgstr ""
11260
11261#: config/m68k/m68k.c:189
11262msgid "-fPIC is not currently supported on the 68000 or 68010\n"
11263msgstr ""
11264
11265#. Macro to define tables used to set the flags.
11266#. This is a list in braces of pairs in braces,
11267#. each pair being { "NAME", VALUE }
11268#. where VALUE is the bits to set or minus the bits to clear.
11269#. An empty string NAME is used to identify the default VALUE.
11270#: config/m68k/m68k.h:162 config/m68k/m68k.h:164
11271msgid "Generate code for a 68020"
11272msgstr ""
11273
11274#: config/m68k/m68k.h:169 config/m68k/m68k.h:172
11275msgid "Generate code for a 68000"
11276msgstr ""
11277
11278#: config/m68k/m68k.h:174
11279msgid "Use the bit-field instructions"
11280msgstr ""
11281
11282#: config/m68k/m68k.h:176
11283msgid "Do not use the bit-field instructions"
11284msgstr ""
11285
11286#: config/m68k/m68k.h:178
11287msgid "Use different calling convention using 'rtd'"
11288msgstr ""
11289
11290#: config/m68k/m68k.h:182
11291msgid "Consider type `int' to be 16 bits wide"
11292msgstr ""
11293
11294#: config/m68k/m68k.h:184
11295msgid "Consider type `int' to be 32 bits wide"
11296msgstr ""
11297
11298#: config/m68k/m68k.h:186
11299msgid "Generate code for a Sun FPA"
11300msgstr ""
11301
11302#: config/m68k/m68k.h:189
11303msgid "Do not generate code for a Sun FPA"
11304msgstr ""
11305
11306#: config/m68k/m68k.h:191 config/m68k/m68k.h:193
11307msgid "Generate code for a Sun Sky board"
11308msgstr ""
11309
11310#: config/m68k/m68k.h:195
11311msgid "Do not use Sky linkage convention"
11312msgstr ""
11313
11314#: config/m68k/m68k.h:197
11315msgid "Generate code for a 68881"
11316msgstr ""
11317
11318#: config/m68k/m68k.h:200
11319msgid "Generate code with library calls for floating point"
11320msgstr ""
11321
11322#: config/m68k/m68k.h:202
11323msgid "Generate code for a 68040, without any new instructions"
11324msgstr ""
11325
11326#: config/m68k/m68k.h:205
11327msgid "Generate code for a 68060, without any new instructions"
11328msgstr ""
11329
11330#: config/m68k/m68k.h:209
11331msgid "Generate code for a 68030"
11332msgstr ""
11333
11334#: config/m68k/m68k.h:212
11335msgid "Generate code for a 68040"
11336msgstr ""
11337
11338#: config/m68k/m68k.h:216
11339msgid "Generate code for a 68060"
11340msgstr ""
11341
11342#: config/m68k/m68k.h:221
11343msgid "Generate code for a 520X"
11344msgstr ""
11345
11346#: config/m68k/m68k.h:224
11347msgid "Generate code for a 68851"
11348msgstr ""
11349
11350#: config/m68k/m68k.h:226
11351msgid "Do no generate code for a 68851"
11352msgstr ""
11353
11354#: config/m68k/m68k.h:229
11355msgid "Generate code for a 68302"
11356msgstr ""
11357
11358#: config/m68k/m68k.h:232
11359msgid "Generate code for a 68332"
11360msgstr ""
11361
11362#: config/m68k/m68k.h:236
11363msgid "Generate code for a cpu32"
11364msgstr ""
11365
11366#: config/m68k/m68k.h:239
11367msgid "Align variables on a 32-bit boundary"
11368msgstr ""
11369
11370#: config/m68k/m68k.h:241
11371msgid "Align variables on a 16-bit boundary"
11372msgstr ""
11373
11374#: config/m68k/m68k.h:243
11375msgid "Generate pc-relative code"
11376msgstr ""
11377
11378#: config/m68k/m68k.h:245
11379msgid "Do not use unaligned memory references"
11380msgstr ""
11381
11382#: config/m68k/m68k.h:247
11383msgid "Use unaligned memory references"
11384msgstr ""
11385
11386#: config/m88k/m88k.c:903
11387#, c-format
11388msgid "internal gcc monitor: short-branch(%x)"
11389msgstr ""
11390
11391#: config/m88k/m88k.c:2302
11392msgid "internal gcc error: Can't express symbolic location"
11393msgstr ""
11394
11395#: config/m88k/m88k.c:2517
11396#, c-format
11397msgid "argument #%d is a structure"
11398msgstr ""
11399
11400#: config/m88k/m88k.c:2816
11401#, c-format
11402msgid "%%R not followed by %%B/C/D/E"
11403msgstr ""
11404
11405#: config/m88k/m88k.c:2884
11406#, c-format
11407msgid "invalid %%x/X value"
11408msgstr ""
11409
11410#: config/m88k/m88k.c:2901
11411#, c-format
11412msgid "invalid %%Q value"
11413msgstr ""
11414
11415#: config/m88k/m88k.c:2907 config/rs6000/rs6000.c:7720
11416#, c-format
11417msgid "invalid %%q value"
11418msgstr ""
11419
11420#: config/m88k/m88k.c:2913
11421#, c-format
11422msgid "invalid %%o value"
11423msgstr ""
11424
11425#: config/m88k/m88k.c:2920 config/rs6000/rs6000.c:7683
11426#, c-format
11427msgid "invalid %%p value"
11428msgstr ""
11429
11430#: config/m88k/m88k.c:2933 config/m88k/m88k.c:2938
11431#, c-format
11432msgid "invalid %%s/S value"
11433msgstr ""
11434
11435#: config/m88k/m88k.c:2949
11436#, c-format
11437msgid "invalid %%P operand"
11438msgstr ""
11439
11440#: config/m88k/m88k.c:2980 config/romp/romp.c:690
11441#, c-format
11442msgid "invalid %%B value"
11443msgstr ""
11444
11445#: config/m88k/m88k.c:3010
11446#, c-format
11447msgid "invalid %%D value"
11448msgstr ""
11449
11450#: config/m88k/m88k.c:3023
11451#, c-format
11452msgid "`%%d' operand isn't a register"
11453msgstr ""
11454
11455#: config/m88k/m88k.c:3041
11456msgid "operand is r0"
11457msgstr ""
11458
11459#: config/m88k/m88k.c:3055
11460msgid "operand is const_double"
11461msgstr ""
11462
11463#: config/m88k/m88k.c:3074
11464msgid "invalid code"
11465msgstr ""
11466
11467#. Do any checking or such that is needed after processing the -m switches.
11468#: config/m88k/m88k.h:277
11469msgid "-mtrap-large-shift and -mhandle-large-shift are incompatible"
11470msgstr ""
11471
11472#: config/m88k/m88k.h:299
11473#, c-format
11474msgid "invalid option `-mshort-data-%s'"
11475msgstr ""
11476
11477#: config/m88k/m88k.h:304
11478#, c-format
11479msgid "-mshort-data-%s is too large "
11480msgstr ""
11481
11482#: config/m88k/m88k.h:306
11483#, c-format
11484msgid "-mshort-data-%s and PIC are incompatible"
11485msgstr ""
11486
11487#: config/mcore/mcore.c:3026
11488#, c-format
11489msgid "invalid option `-mstack-increment=%s'"
11490msgstr ""
11491
11492#: config/mcore/mcore.h:126
11493msgid "Inline constants if it can be done in 2 insns or less"
11494msgstr ""
11495
11496#: config/mcore/mcore.h:128
11497msgid "Inline constants if it only takes 1 instruction"
11498msgstr ""
11499
11500#: config/mcore/mcore.h:130
11501msgid "Set maximum alignment to 4"
11502msgstr ""
11503
11504#: config/mcore/mcore.h:132
11505msgid "Set maximum alignment to 8"
11506msgstr ""
11507
11508#: config/mcore/mcore.h:136
11509msgid "Do not use the divide instruction"
11510msgstr ""
11511
11512#: config/mcore/mcore.h:140
11513msgid "Do not arbitrary sized immediates in bit operations"
11514msgstr ""
11515
11516#: config/mcore/mcore.h:142
11517msgid "Always treat bit-field as int-sized"
11518msgstr ""
11519
11520#: config/mcore/mcore.h:146
11521msgid "Force functions to be aligned to a 4 byte boundary"
11522msgstr ""
11523
11524#: config/mcore/mcore.h:148
11525msgid "Force functions to be aligned to a 2 byte boundary"
11526msgstr ""
11527
11528#: config/mcore/mcore.h:150
11529msgid "Emit call graph information"
11530msgstr ""
11531
11532#: config/mcore/mcore.h:154
11533msgid "Prefer word accesses over byte accesses"
11534msgstr ""
11535
11536#: config/mcore/mcore.h:165
11537msgid "Generate code for the M*Core M340"
11538msgstr ""
11539
11540#: config/mcore/mcore.h:178
11541msgid "Maximum amount for a single stack increment operation"
11542msgstr ""
11543
11544#: config/mips/mips.c:5128
11545#, c-format
11546msgid "bad value (%s) for -mabi= switch"
11547msgstr ""
11548
11549#: config/mips/mips.c:5158
11550#, c-format
11551msgid ""
11552"-mips%d conflicts with the other architecture options, which specify a MIPS%"
11553"d processor"
11554msgstr ""
11555
11556#: config/mips/mips.c:5165
11557#, c-format
11558msgid "bad value (%s) for -mips switch"
11559msgstr ""
11560
11561#: config/mips/mips.c:5180
11562#, c-format
11563msgid "-march=%s is not compatible with the selected ABI"
11564msgstr ""
11565
11566#: config/mips/mips.c:5192
11567msgid "-mgp64 used with a 32-bit processor"
11568msgstr ""
11569
11570#: config/mips/mips.c:5194
11571msgid "-mgp32 used with a 64-bit ABI"
11572msgstr ""
11573
11574#: config/mips/mips.c:5196
11575msgid "-mgp64 used with a 32-bit ABI"
11576msgstr ""
11577
11578#: config/mips/mips.c:5214 config/mips/mips.c:5216 config/mips/mips.c:5218
11579#, c-format
11580msgid "unsupported combination: %s"
11581msgstr ""
11582
11583#: config/mips/mips.c:5288
11584msgid ""
11585"generation of Branch Likely instructions enabled, but not supported by "
11586"architecture"
11587msgstr ""
11588
11589#: config/mips/mips.c:5299
11590msgid "-G is incompatible with PIC code which is the default"
11591msgstr ""
11592
11593#: config/mips/mips.c:5315
11594msgid "-membedded-pic and -mabicalls are incompatible"
11595msgstr ""
11596
11597#: config/mips/mips.c:5318
11598msgid "-G and -membedded-pic are incompatible"
11599msgstr ""
11600
11601#: config/mips/mips.c:5369
11602#, c-format
11603msgid "invalid option `entry%s'"
11604msgstr ""
11605
11606#: config/mips/mips.c:5372
11607msgid "-mentry is only meaningful with -mips-16"
11608msgstr ""
11609
11610#: config/mips/mips.c:5781
11611#, c-format
11612msgid "internal error: %%) found without a %%( in assembler pattern"
11613msgstr ""
11614
11615#: config/mips/mips.c:5795
11616#, c-format
11617msgid "internal error: %%] found without a %%[ in assembler pattern"
11618msgstr ""
11619
11620#: config/mips/mips.c:5808
11621#, c-format
11622msgid "internal error: %%> found without a %%< in assembler pattern"
11623msgstr ""
11624
11625#: config/mips/mips.c:5821
11626#, c-format
11627msgid "internal error: %%} found without a %%{ in assembler pattern"
11628msgstr ""
11629
11630#: config/mips/mips.c:5835
11631#, c-format
11632msgid "PRINT_OPERAND: unknown punctuation '%c'"
11633msgstr ""
11634
11635#: config/mips/mips.c:5844 config/xtensa/xtensa.c:1961
11636msgid "PRINT_OPERAND null pointer"
11637msgstr ""
11638
11639#: config/mips/mips.c:5975
11640#, c-format
11641msgid "invalid use of %%d, %%x, or %%X"
11642msgstr ""
11643
11644#: config/mips/mips.c:6013 config/xtensa/xtensa.c:2055
11645msgid "PRINT_OPERAND_ADDRESS, null pointer"
11646msgstr ""
11647
11648#: config/mips/mips.c:6242
11649msgid ""
11650"MIPS ECOFF format does not allow changing filenames within functions with "
11651"#line"
11652msgstr ""
11653
11654#: config/mips/mips.c:6552
11655msgid "can't rewind temp file"
11656msgstr ""
11657
11658#: config/mips/mips.c:6556
11659msgid "can't write to output file"
11660msgstr ""
11661
11662#: config/mips/mips.c:6559
11663msgid "can't read from temp file"
11664msgstr ""
11665
11666#: config/mips/mips.c:6562
11667msgid "can't close temp file"
11668msgstr ""
11669
11670#: config/mips/mips.c:7061
11671#, c-format
11672msgid "gp_offset (%ld) or end_offset (%ld) is less than zero"
11673msgstr ""
11674
11675#: config/mips/mips.c:7170
11676#, c-format
11677msgid "fp_offset (%ld) or end_offset (%ld) is less than zero"
11678msgstr ""
11679
11680#: config/mips/mips.c:9393
11681#, c-format
11682msgid "can not handle inconsistent calls to `%s'"
11683msgstr ""
11684
11685#: config/mips/mips.c:10525
11686msgid "the cpu name must be lower case"
11687msgstr ""
11688
11689#: config/mips/mips.c:10547
11690#, c-format
11691msgid "bad value (%s) for %s"
11692msgstr ""
11693
11694#. Target CPU builtins.
11695#. We do this here because __mips is defined below		 and so we can't use builtin_define_std.
11696#. Treat _R3000 and _R4000 like register-size defines,		 which is how they've historically been used.
11697#. Macros dependent on the C dialect.
11698#. Bizzare, but needed at least for Irix.
11699#. Macro to define tables used to set the flags.
11700#. This is a list in braces of pairs in braces,
11701#. each pair being { "NAME", VALUE }
11702#. where VALUE is the bits to set or minus the bits to clear.
11703#. An empty string NAME is used to identify the default VALUE.
11704#: config/mips/mips.h:528 config/mn10300/mn10300.h:64
11705msgid "No default crt0.o"
11706msgstr ""
11707
11708#: config/mips/mips.h:530
11709msgid "Use 64-bit int type"
11710msgstr ""
11711
11712#: config/mips/mips.h:532
11713msgid "Use 64-bit long type"
11714msgstr ""
11715
11716#: config/mips/mips.h:534
11717msgid "Use 32-bit long type"
11718msgstr ""
11719
11720#: config/mips/mips.h:536
11721msgid "Optimize lui/addiu address loads"
11722msgstr ""
11723
11724#: config/mips/mips.h:538
11725msgid "Don't optimize lui/addiu address loads"
11726msgstr ""
11727
11728#: config/mips/mips.h:540
11729msgid "Use MIPS as"
11730msgstr ""
11731
11732#: config/mips/mips.h:542
11733msgid "Use GNU as"
11734msgstr ""
11735
11736#: config/mips/mips.h:544
11737msgid "Use symbolic register names"
11738msgstr ""
11739
11740#: config/mips/mips.h:546
11741msgid "Don't use symbolic register names"
11742msgstr ""
11743
11744#: config/mips/mips.h:548 config/mips/mips.h:550
11745msgid "Use GP relative sdata/sbss sections"
11746msgstr ""
11747
11748#: config/mips/mips.h:552 config/mips/mips.h:554
11749msgid "Don't use GP relative sdata/sbss sections"
11750msgstr ""
11751
11752#: config/mips/mips.h:556
11753msgid "Output compiler statistics"
11754msgstr ""
11755
11756#: config/mips/mips.h:558
11757msgid "Don't output compiler statistics"
11758msgstr ""
11759
11760#: config/mips/mips.h:560
11761msgid "Don't optimize block moves"
11762msgstr ""
11763
11764#: config/mips/mips.h:562
11765msgid "Optimize block moves"
11766msgstr ""
11767
11768#: config/mips/mips.h:564
11769msgid "Use mips-tfile asm postpass"
11770msgstr ""
11771
11772#: config/mips/mips.h:566
11773msgid "Don't use mips-tfile asm postpass"
11774msgstr ""
11775
11776#. Macro to define tables used to set the flags.
11777#. This is a list in braces of triplets in braces,
11778#. each triplet being { "NAME", VALUE, DOC }
11779#. where VALUE is the bits to set or minus the bits to clear and DOC
11780#. is the documentation for --help (NULL if intentionally undocumented).
11781#. An empty string NAME is used to identify the default VALUE.
11782#: config/mips/mips.h:570 config/pdp11/pdp11.h:56
11783msgid "Use hardware floating point"
11784msgstr ""
11785
11786#: config/mips/mips.h:572
11787msgid "Use 64-bit FP registers"
11788msgstr ""
11789
11790#: config/mips/mips.h:574
11791msgid "Use 32-bit FP registers"
11792msgstr ""
11793
11794#: config/mips/mips.h:576
11795msgid "Use 64-bit general registers"
11796msgstr ""
11797
11798#: config/mips/mips.h:578
11799msgid "Use 32-bit general registers"
11800msgstr ""
11801
11802#: config/mips/mips.h:580
11803msgid "Use Irix PIC"
11804msgstr ""
11805
11806#: config/mips/mips.h:582
11807msgid "Don't use Irix PIC"
11808msgstr ""
11809
11810#: config/mips/mips.h:584
11811msgid "Use indirect calls"
11812msgstr ""
11813
11814#: config/mips/mips.h:586
11815msgid "Don't use indirect calls"
11816msgstr ""
11817
11818#: config/mips/mips.h:588
11819msgid "Use embedded PIC"
11820msgstr ""
11821
11822#: config/mips/mips.h:590
11823msgid "Don't use embedded PIC"
11824msgstr ""
11825
11826#: config/mips/mips.h:592
11827msgid "Use ROM instead of RAM"
11828msgstr ""
11829
11830#: config/mips/mips.h:594
11831msgid "Don't use ROM instead of RAM"
11832msgstr ""
11833
11834#: config/mips/mips.h:596
11835msgid "Put uninitialized constants in ROM (needs -membedded-data)"
11836msgstr ""
11837
11838#: config/mips/mips.h:598
11839msgid "Don't put uninitialized constants in ROM"
11840msgstr ""
11841
11842#. Macro to define tables used to set the flags.
11843#: config/mips/mips.h:600 config/xtensa/xtensa.h:110
11844msgid "Use big-endian byte order"
11845msgstr ""
11846
11847#: config/mips/mips.h:602 config/xtensa/xtensa.h:112
11848msgid "Use little-endian byte order"
11849msgstr ""
11850
11851#: config/mips/mips.h:604
11852msgid "Use single (32-bit) FP only"
11853msgstr ""
11854
11855#: config/mips/mips.h:606
11856msgid "Don't use single (32-bit) FP only"
11857msgstr ""
11858
11859#: config/mips/mips.h:608
11860msgid "Use multiply accumulate"
11861msgstr ""
11862
11863#: config/mips/mips.h:610
11864msgid "Don't use multiply accumulate"
11865msgstr ""
11866
11867#: config/mips/mips.h:612 config/rs6000/rs6000.h:314
11868msgid "Don't generate fused multiply/add instructions"
11869msgstr ""
11870
11871#: config/mips/mips.h:614 config/rs6000/rs6000.h:312
11872msgid "Generate fused multiply/add instructions"
11873msgstr ""
11874
11875#: config/mips/mips.h:616
11876msgid "Work around early 4300 hardware bug"
11877msgstr ""
11878
11879#: config/mips/mips.h:618
11880msgid "Don't work around early 4300 hardware bug"
11881msgstr ""
11882
11883#: config/mips/mips.h:620
11884msgid "Trap on integer divide by zero"
11885msgstr ""
11886
11887#: config/mips/mips.h:622
11888msgid "Don't trap on integer divide by zero"
11889msgstr ""
11890
11891#: config/mips/mips.h:624
11892msgid "Trap on integer divide overflow"
11893msgstr ""
11894
11895#: config/mips/mips.h:626
11896msgid "Don't trap on integer divide overflow"
11897msgstr ""
11898
11899#: config/mips/mips.h:628
11900msgid "Use Branch Likely instructions, overriding default for arch"
11901msgstr ""
11902
11903#: config/mips/mips.h:630
11904msgid "Don't use Branch Likely instructions, overriding default for arch"
11905msgstr ""
11906
11907#: config/mips/mips.h:744 config/pa/pa.h:310
11908msgid "Specify CPU for scheduling purposes"
11909msgstr ""
11910
11911#: config/mips/mips.h:746
11912msgid "Specify CPU for code generation purposes"
11913msgstr ""
11914
11915#: config/mips/mips.h:748
11916msgid "Specify an ABI"
11917msgstr ""
11918
11919#: config/mips/mips.h:750
11920msgid "Specify a Standard MIPS ISA"
11921msgstr ""
11922
11923#: config/mips/mips.h:752
11924msgid "Use mips16 entry/exit psuedo ops"
11925msgstr ""
11926
11927#: config/mips/mips.h:754
11928msgid "Don't use MIPS16 instructions"
11929msgstr ""
11930
11931#: config/mips/mips.h:756
11932msgid "Don't call any cache flush functions"
11933msgstr ""
11934
11935#: config/mips/mips.h:758
11936msgid "Specify cache flush function"
11937msgstr ""
11938
11939#. Output assembler code to FILE to increment profiler label # LABELNO
11940#. for profiling a function entry.
11941#: config/mips/mips.h:2900
11942msgid "mips16 function profiling"
11943msgstr ""
11944
11945#: config/mmix/mmix.c:189
11946#, c-format
11947msgid "-f%s not supported: ignored"
11948msgstr ""
11949
11950#: config/mmix/mmix.c:644
11951#, c-format
11952msgid ""
11953"too large function value type, needs %d registers, have only %d registers "
11954"for this"
11955msgstr ""
11956
11957#: config/mmix/mmix.c:826
11958msgid "function_profiler support for MMIX"
11959msgstr ""
11960
11961#: config/mmix/mmix.c:848
11962msgid "MMIX Internal: Last named vararg would not fit in a register"
11963msgstr ""
11964
11965#: config/mmix/mmix.c:1639 config/mmix/mmix.c:1769
11966msgid "MMIX Internal: Expected a CONST_INT, not this"
11967msgstr ""
11968
11969#: config/mmix/mmix.c:1647 config/mmix/mmix.c:1671 config/mmix/mmix.c:1787
11970#, c-format
11971msgid "MMIX Internal: Bad register: %d"
11972msgstr ""
11973
11974#: config/mmix/mmix.c:1718
11975msgid "MMIX Internal: Bad value for 'm', not a CONST_INT"
11976msgstr ""
11977
11978#: config/mmix/mmix.c:1737
11979msgid "MMIX Internal: Expected a register, not this"
11980msgstr ""
11981
11982#: config/mmix/mmix.c:1747
11983msgid "MMIX Internal: Expected a constant, not this"
11984msgstr ""
11985
11986#. Presumably there's a missing case above if we get here.
11987#: config/mmix/mmix.c:1779
11988#, c-format
11989msgid "MMIX Internal: Missing `%c' case in mmix_print_operand"
11990msgstr ""
11991
11992#. We need the original here.
11993#: config/mmix/mmix.c:1831
11994msgid "MMIX Internal: Cannot decode this operand"
11995msgstr ""
11996
11997#: config/mmix/mmix.c:1891
11998msgid "MMIX Internal: This is not a recognized address"
11999msgstr ""
12000
12001#: config/mmix/mmix.c:2082
12002#, c-format
12003msgid "stack frame not a multiple of 8 bytes: %d"
12004msgstr ""
12005
12006#: config/mmix/mmix.c:2321
12007#, c-format
12008msgid "stack frame not a multiple of octabyte: %d"
12009msgstr ""
12010
12011#: config/mmix/mmix.c:2818 config/mmix/mmix.c:2887
12012#, c-format
12013msgid "MMIX Internal: %s is not a shiftable int"
12014msgstr ""
12015
12016#: config/mmix/mmix.c:3006
12017msgid "MMIX Internal: Trying to output invalidly reversed condition:"
12018msgstr ""
12019
12020#: config/mmix/mmix.c:3013
12021msgid "MMIX Internal: What's the CC of this?"
12022msgstr ""
12023
12024#: config/mmix/mmix.c:3017
12025msgid "MMIX Internal: What is the CC of this?"
12026msgstr ""
12027
12028#: config/mmix/mmix.c:3088
12029msgid "MMIX Internal: This is not a constant:"
12030msgstr ""
12031
12032#: config/mmix/mmix.h:132
12033msgid "Set start-address of the program"
12034msgstr ""
12035
12036#: config/mmix/mmix.h:134
12037msgid "Set start-address of data"
12038msgstr ""
12039
12040#. FIXME: Provide a way to *load* the epsilon register.
12041#: config/mmix/mmix.h:198
12042msgid "For intrinsics library: pass all parameters in registers"
12043msgstr ""
12044
12045#: config/mmix/mmix.h:201
12046msgid "Use register stack for parameters and return value"
12047msgstr ""
12048
12049#: config/mmix/mmix.h:203
12050msgid "Use call-clobbered registers for parameters and return value"
12051msgstr ""
12052
12053#: config/mmix/mmix.h:205
12054msgid "Use epsilon-respecting floating point compare instructions"
12055msgstr ""
12056
12057#: config/mmix/mmix.h:208
12058msgid "Use zero-extending memory loads, not sign-extending ones"
12059msgstr ""
12060
12061#: config/mmix/mmix.h:211
12062msgid ""
12063"Generate divide results with reminder having the same sign as the divisor "
12064"(not the dividend)"
12065msgstr ""
12066
12067#: config/mmix/mmix.h:215
12068msgid "Prepend global symbols with \":\" (for use with PREFIX)"
12069msgstr ""
12070
12071#: config/mmix/mmix.h:217
12072msgid "Do not provide a default start-address 0x100 of the program"
12073msgstr ""
12074
12075#: config/mmix/mmix.h:219
12076msgid "Link to emit program in ELF format (rather than mmo)"
12077msgstr ""
12078
12079#: config/mmix/mmix.h:221
12080msgid "Use P-mnemonics for branches statically predicted as taken"
12081msgstr ""
12082
12083#: config/mmix/mmix.h:223
12084msgid "Don't use P-mnemonics for branches"
12085msgstr ""
12086
12087#: config/mmix/mmix.h:225
12088msgid "Use addresses that allocate global registers"
12089msgstr ""
12090
12091#: config/mmix/mmix.h:227
12092msgid "Do not use addresses that allocate global registers"
12093msgstr ""
12094
12095#: config/mmix/mmix.h:229
12096msgid "Generate a single exit point for each function"
12097msgstr ""
12098
12099#: config/mmix/mmix.h:231
12100msgid "Do not generate a single exit point for each function"
12101msgstr ""
12102
12103#: config/mn10300/mn10300.h:59
12104msgid "Work around hardware multiply bug"
12105msgstr ""
12106
12107#: config/mn10300/mn10300.h:60
12108msgid "Do not work around hardware multiply bug"
12109msgstr ""
12110
12111#: config/mn10300/mn10300.h:61
12112msgid "Target the AM33 processor"
12113msgstr ""
12114
12115#: config/mn10300/mn10300.h:65
12116msgid "Enable linker relaxations"
12117msgstr ""
12118
12119#: config/ns32k/ns32k.h:142 config/s390/s390.h:69
12120msgid "Don't use hardware fp"
12121msgstr ""
12122
12123#: config/ns32k/ns32k.h:143
12124msgid "Alternative calling convention"
12125msgstr ""
12126
12127#: config/ns32k/ns32k.h:145
12128msgid "Pass some arguments in registers"
12129msgstr ""
12130
12131#: config/ns32k/ns32k.h:146
12132msgid "Pass all arguments on stack"
12133msgstr ""
12134
12135#: config/ns32k/ns32k.h:147
12136msgid "Optimize for 32532 cpu"
12137msgstr ""
12138
12139#: config/ns32k/ns32k.h:148
12140msgid "Optimize for 32332 cpu"
12141msgstr ""
12142
12143#: config/ns32k/ns32k.h:150
12144msgid "Optimize for 32032"
12145msgstr ""
12146
12147#: config/ns32k/ns32k.h:152
12148msgid "Register sb is zero. Use for absolute addressing"
12149msgstr ""
12150
12151#: config/ns32k/ns32k.h:153
12152msgid "Do not use register sb"
12153msgstr ""
12154
12155#: config/ns32k/ns32k.h:155
12156msgid "Use bit-field instructions"
12157msgstr ""
12158
12159#: config/ns32k/ns32k.h:157
12160msgid "Do not use bit-field instructions"
12161msgstr ""
12162
12163#: config/ns32k/ns32k.h:158
12164msgid "Generate code for high memory"
12165msgstr ""
12166
12167#: config/ns32k/ns32k.h:159
12168msgid "Generate code for low memory"
12169msgstr ""
12170
12171#: config/ns32k/ns32k.h:160
12172msgid "32381 fpu"
12173msgstr ""
12174
12175#: config/ns32k/ns32k.h:162
12176msgid "Use multiply-accumulate fp instructions"
12177msgstr ""
12178
12179#: config/ns32k/ns32k.h:164
12180msgid "Do not use multiply-accumulate fp instructions"
12181msgstr ""
12182
12183#: config/ns32k/ns32k.h:165
12184msgid "\"Small register classes\" kludge"
12185msgstr ""
12186
12187#: config/ns32k/ns32k.h:166
12188msgid "No \"Small register classes\" kludge"
12189msgstr ""
12190
12191#: config/pa/pa.c:261
12192#, c-format
12193msgid ""
12194"unknown -mschedule= option (%s).\n"
12195"Valid options are 700, 7100, 7100LC, 7200, 7300, and 8000\n"
12196msgstr ""
12197
12198#: config/pa/pa.c:286
12199#, c-format
12200msgid ""
12201"unknown -march= option (%s).\n"
12202"Valid options are 1.0, 1.1, and 2.0\n"
12203msgstr ""
12204
12205#: config/pa/pa.c:299
12206msgid "PIC code generation is not supported in the portable runtime model\n"
12207msgstr ""
12208
12209#: config/pa/pa.c:304
12210msgid "PIC code generation is not compatible with fast indirect calls\n"
12211msgstr ""
12212
12213#: config/pa/pa.c:309
12214msgid "-g is only supported when using GAS on this processor,"
12215msgstr ""
12216
12217#: config/pa/pa.c:310
12218msgid "-g option disabled"
12219msgstr ""
12220
12221#: config/pa/pa-hiux.h:75 config/pa/pa-hpux.h:87 config/pa/pa-hpux7.h:81
12222#: config/pa/pa64-hpux.h:25
12223msgid "Generate cpp defines for server IO"
12224msgstr ""
12225
12226#: config/pa/pa-hiux.h:76 config/pa/pa-hpux.h:88 config/pa/pa-hpux7.h:82
12227#: config/pa/pa64-hpux.h:27
12228msgid "Generate cpp defines for workstation IO"
12229msgstr ""
12230
12231#. Macro to define tables used to set the flags.  This is a
12232#. list in braces of target switches with each switch being
12233#. { "NAME", VALUE, "HELP_STRING" }.  VALUE is the bits to set,
12234#. or minus the bits to clear.  An empty string NAME is used to
12235#. identify the default VALUE.  Do not mark empty strings for
12236#. translation.
12237#: config/pa/pa.h:232 config/pa/pa.h:238
12238msgid "Generate PA1.1 code"
12239msgstr ""
12240
12241#: config/pa/pa.h:234 config/pa/pa.h:236
12242msgid "Generate PA1.0 code"
12243msgstr ""
12244
12245#: config/pa/pa.h:240
12246msgid "Generate PA2.0 code (requires binutils 2.10 or later)"
12247msgstr ""
12248
12249#: config/pa/pa.h:242
12250msgid "Disable FP regs"
12251msgstr ""
12252
12253#: config/pa/pa.h:244
12254msgid "Do not disable FP regs"
12255msgstr ""
12256
12257#: config/pa/pa.h:246
12258msgid "Disable space regs"
12259msgstr ""
12260
12261#: config/pa/pa.h:248
12262msgid "Do not disable space regs"
12263msgstr ""
12264
12265#: config/pa/pa.h:250
12266msgid "Put jumps in call delay slots"
12267msgstr ""
12268
12269#: config/pa/pa.h:252
12270msgid "Do not put jumps in call delay slots"
12271msgstr ""
12272
12273#: config/pa/pa.h:254
12274msgid "Disable indexed addressing"
12275msgstr ""
12276
12277#: config/pa/pa.h:256
12278msgid "Do not disable indexed addressing"
12279msgstr ""
12280
12281#: config/pa/pa.h:258
12282msgid "Use portable calling conventions"
12283msgstr ""
12284
12285#: config/pa/pa.h:260
12286msgid "Do not use portable calling conventions"
12287msgstr ""
12288
12289#: config/pa/pa.h:262
12290msgid "Assume code will be assembled by GAS"
12291msgstr ""
12292
12293#: config/pa/pa.h:264
12294msgid "Do not assume code will be assembled by GAS"
12295msgstr ""
12296
12297#: config/pa/pa.h:268
12298msgid "Do not use software floating point"
12299msgstr ""
12300
12301#: config/pa/pa.h:270
12302msgid "Emit long load/store sequences"
12303msgstr ""
12304
12305#: config/pa/pa.h:272
12306msgid "Do not emit long load/store sequences"
12307msgstr ""
12308
12309#: config/pa/pa.h:274
12310msgid "Generate fast indirect calls"
12311msgstr ""
12312
12313#: config/pa/pa.h:276
12314msgid "Do not generate fast indirect calls"
12315msgstr ""
12316
12317#: config/pa/pa.h:278
12318msgid "Generate code for huge switch statements"
12319msgstr ""
12320
12321#: config/pa/pa.h:280
12322msgid "Do not generate code for huge switch statements"
12323msgstr ""
12324
12325#: config/pa/pa.h:282
12326msgid "Always generate long calls"
12327msgstr ""
12328
12329#: config/pa/pa.h:284
12330msgid "Generate long calls only when needed"
12331msgstr ""
12332
12333#: config/pa/pa.h:286
12334msgid "Enable linker optimizations"
12335msgstr ""
12336
12337#: config/pa/pa.h:312
12338msgid ""
12339"Specify architecture for code generation.  Values are 1.0, 1.1, and 2.0.  "
12340"2.0 requires gas snapshot 19990413 or later."
12341msgstr ""
12342
12343#: config/pa/pa64-hpux.h:29
12344msgid "Assume code will be linked by GNU ld"
12345msgstr ""
12346
12347#: config/pa/pa64-hpux.h:31
12348msgid "Assume code will be linked by HP ld"
12349msgstr ""
12350
12351#: config/pdp11/pdp11.h:57
12352msgid "Do not use hardware floating point"
12353msgstr ""
12354
12355#. return float result in ac0
12356#: config/pdp11/pdp11.h:59
12357msgid "Return floating point results in ac0"
12358msgstr ""
12359
12360#: config/pdp11/pdp11.h:60
12361msgid "Return floating point results in memory"
12362msgstr ""
12363
12364#. is 11/40
12365#: config/pdp11/pdp11.h:62
12366msgid "Generate code for an 11/40"
12367msgstr ""
12368
12369#. is 11/45
12370#: config/pdp11/pdp11.h:65
12371msgid "Generate code for an 11/45"
12372msgstr ""
12373
12374#. is 11/10
12375#: config/pdp11/pdp11.h:68
12376msgid "Generate code for an 11/10"
12377msgstr ""
12378
12379#. use movstrhi for bcopy
12380#. use 32 bit for int
12381#: config/pdp11/pdp11.h:73 config/pdp11/pdp11.h:74
12382msgid "Use 32 bit int"
12383msgstr ""
12384
12385#: config/pdp11/pdp11.h:75 config/pdp11/pdp11.h:76
12386msgid "Use 16 bit int"
12387msgstr ""
12388
12389#. use 32 bit for float
12390#: config/pdp11/pdp11.h:78 config/pdp11/pdp11.h:79
12391msgid "Use 32 bit float"
12392msgstr ""
12393
12394#: config/pdp11/pdp11.h:80 config/pdp11/pdp11.h:81
12395msgid "Use 64 bit float"
12396msgstr ""
12397
12398#. allow abshi pattern? - can trigger "optimizations" which make code SLOW!
12399#. is branching expensive - on a PDP, it's actually really cheap
12400#. this is just to play around and check what code gcc generates
12401#. split instruction and data memory?
12402#: config/pdp11/pdp11.h:90
12403msgid "Target has split I&D"
12404msgstr ""
12405
12406#: config/pdp11/pdp11.h:91
12407msgid "Target does not have split I&D"
12408msgstr ""
12409
12410#. UNIX assembler syntax?
12411#: config/pdp11/pdp11.h:93
12412msgid "Use UNIX assembler syntax"
12413msgstr ""
12414
12415#: config/pdp11/pdp11.h:94
12416msgid "Use DEC assembler syntax"
12417msgstr ""
12418
12419#: config/romp/romp.c:717 config/rs6000/rs6000.c:7757
12420#, c-format
12421msgid "invalid %%S value"
12422msgstr ""
12423
12424#: config/romp/romp.c:726 config/romp/romp.c:733
12425#, c-format
12426msgid "invalid %%b value"
12427msgstr ""
12428
12429#: config/romp/romp.c:773 config/romp/romp.c:784
12430#, c-format
12431msgid "invalid %%z value"
12432msgstr ""
12433
12434#: config/romp/romp.c:792 config/romp/romp.c:800
12435#, c-format
12436msgid "invalid %%Z value"
12437msgstr ""
12438
12439#: config/romp/romp.c:807 config/romp/romp.c:816 config/romp/romp.c:823
12440#: config/rs6000/rs6000.c:7586
12441#, c-format
12442msgid "invalid %%k value"
12443msgstr ""
12444
12445#: config/romp/romp.c:908 config/romp/romp.c:951
12446#, c-format
12447msgid "invalid %%j value"
12448msgstr ""
12449
12450#. Perform any needed actions needed for a function that is receiving a
12451#. variable number of arguments.
12452#.
12453#. CUM is as above.
12454#.
12455#. MODE and TYPE are the mode and type of the current parameter.
12456#.
12457#. PRETEND_SIZE is a variable that should be set to the amount of stack
12458#. that must be pushed by the prolog to pretend that our caller pushed
12459#. it.
12460#.
12461#. Normally, this macro will push all remaining incoming registers on the
12462#. stack and set PRETEND_SIZE to the length of the registers pushed.
12463#: config/romp/romp.h:648
12464msgid "can't have varargs with -mfp-arg-in-fp-regs"
12465msgstr ""
12466
12467#. Handle the machine specific pragma longcall.  Its syntax is
12468#.
12469#. # pragma longcall ( TOGGLE )
12470#.
12471#. where TOGGLE is either 0 or 1.
12472#.
12473#. rs6000_default_long_calls is set to the value of TOGGLE, changing
12474#. whether or not new function declarations receive a longcall
12475#. attribute by default.
12476#: config/rs6000/rs6000-c.c:44
12477msgid "ignoring malformed #pragma longcall"
12478msgstr ""
12479
12480#: config/rs6000/rs6000-c.c:58
12481msgid "missing open paren"
12482msgstr ""
12483
12484#: config/rs6000/rs6000-c.c:60
12485msgid "missing number"
12486msgstr ""
12487
12488#: config/rs6000/rs6000-c.c:62
12489msgid "missing close paren"
12490msgstr ""
12491
12492#: config/rs6000/rs6000-c.c:65
12493msgid "number must be 0 or 1"
12494msgstr ""
12495
12496#: config/rs6000/rs6000-c.c:68
12497msgid "junk at end of #pragma longcall"
12498msgstr ""
12499
12500#: config/rs6000/rs6000.c:593
12501msgid "-mmultiple is not supported on little endian systems"
12502msgstr ""
12503
12504#: config/rs6000/rs6000.c:600
12505msgid "-mstring is not supported on little endian systems"
12506msgstr ""
12507
12508#: config/rs6000/rs6000.c:624
12509#, c-format
12510msgid "unknown -mdebug-%s switch"
12511msgstr ""
12512
12513#: config/rs6000/rs6000.c:636
12514#, c-format
12515msgid "unknown -mtraceback arg `%s'; expecting `full', `partial' or `none'"
12516msgstr ""
12517
12518#: config/rs6000/rs6000.c:647
12519#, c-format
12520msgid "Unknown switch -mlong-double-%s"
12521msgstr ""
12522
12523#: config/rs6000/rs6000.c:739
12524#, c-format
12525msgid "unknown -misel= option specified: '%s'"
12526msgstr ""
12527
12528#: config/rs6000/rs6000.c:754
12529#, c-format
12530msgid "unknown -mvrsave= option specified: '%s'"
12531msgstr ""
12532
12533#: config/rs6000/rs6000.c:773
12534#, c-format
12535msgid "unknown ABI specified: '%s'"
12536msgstr ""
12537
12538#: config/rs6000/rs6000.c:4208
12539msgid "argument 1 must be a 5-bit signed literal"
12540msgstr ""
12541
12542#: config/rs6000/rs6000.c:4315 config/rs6000/rs6000.c:4905
12543msgid "argument 2 must be a 5-bit unsigned literal"
12544msgstr ""
12545
12546#: config/rs6000/rs6000.c:4358
12547msgid "argument 1 of __builtin_altivec_predicate must be a constant"
12548msgstr ""
12549
12550#: config/rs6000/rs6000.c:4412
12551msgid "argument 1 of __builtin_altivec_predicate is out of range"
12552msgstr ""
12553
12554#: config/rs6000/rs6000.c:4491
12555msgid "argument 3 must be a 4-bit unsigned literal"
12556msgstr ""
12557
12558#: config/rs6000/rs6000.c:4668
12559#, c-format
12560msgid "argument to `%s' must be a 2-bit unsigned literal"
12561msgstr ""
12562
12563#: config/rs6000/rs6000.c:4784
12564msgid "argument to dss must be a 2-bit unsigned literal"
12565msgstr ""
12566
12567#: config/rs6000/rs6000.c:5015
12568msgid "argument 1 of __builtin_spe_predicate must be a constant"
12569msgstr ""
12570
12571#: config/rs6000/rs6000.c:5088
12572msgid "argument 1 of __builtin_spe_predicate is out of range"
12573msgstr ""
12574
12575#: config/rs6000/rs6000.c:7513
12576#, c-format
12577msgid "invalid %%f value"
12578msgstr ""
12579
12580#: config/rs6000/rs6000.c:7522
12581#, c-format
12582msgid "invalid %%F value"
12583msgstr ""
12584
12585#: config/rs6000/rs6000.c:7531
12586#, c-format
12587msgid "invalid %%G value"
12588msgstr ""
12589
12590#: config/rs6000/rs6000.c:7566
12591#, c-format
12592msgid "invalid %%j code"
12593msgstr ""
12594
12595#: config/rs6000/rs6000.c:7576
12596#, c-format
12597msgid "invalid %%J code"
12598msgstr ""
12599
12600#: config/rs6000/rs6000.c:7606
12601#, c-format
12602msgid "invalid %%K value"
12603msgstr ""
12604
12605#: config/rs6000/rs6000.c:7673
12606#, c-format
12607msgid "invalid %%O value"
12608msgstr ""
12609
12610#: config/rs6000/rs6000.c:7795
12611#, c-format
12612msgid "invalid %%T value"
12613msgstr ""
12614
12615#: config/rs6000/rs6000.c:7805
12616#, c-format
12617msgid "invalid %%u value"
12618msgstr ""
12619
12620#: config/rs6000/rs6000.c:7814
12621#, c-format
12622msgid "invalid %%v value"
12623msgstr ""
12624
12625#: config/rs6000/rs6000.c:12247
12626msgid "no profiling of 64-bit code for this ABI"
12627msgstr ""
12628
12629#: config/rs6000/aix.h:160 config/rs6000/beos.h:32
12630msgid "Always pass floating-point arguments in memory"
12631msgstr ""
12632
12633#: config/rs6000/aix.h:162 config/rs6000/beos.h:34
12634msgid "Don't always pass floating-point arguments in memory"
12635msgstr ""
12636
12637#: config/rs6000/aix41.h:28 config/rs6000/aix43.h:32 config/rs6000/aix51.h:32
12638#: config/rs6000/aix52.h:32
12639msgid "Support message passing with the Parallel Environment"
12640msgstr ""
12641
12642#: config/rs6000/aix43.h:28 config/rs6000/aix51.h:28 config/rs6000/aix52.h:28
12643msgid "Compile for 64-bit pointers"
12644msgstr ""
12645
12646#: config/rs6000/aix43.h:30 config/rs6000/aix51.h:30 config/rs6000/aix52.h:30
12647msgid "Compile for 32-bit pointers"
12648msgstr ""
12649
12650#: config/rs6000/aix43.h:49 config/rs6000/aix51.h:49 config/rs6000/aix52.h:49
12651msgid "-maix64 and POWER architecture are incompatible"
12652msgstr ""
12653
12654#: config/rs6000/aix43.h:54 config/rs6000/aix51.h:54 config/rs6000/aix52.h:54
12655msgid "-maix64 requires PowerPC64 architecture remain enabled"
12656msgstr ""
12657
12658#: config/rs6000/aix43.h:58 config/rs6000/aix51.h:58 config/rs6000/aix52.h:58
12659msgid ""
12660"-maix64 required: 64-bit computation with 32-bit addressing not yet supported"
12661msgstr ""
12662
12663#. Run-time compilation parameters selecting different hardware subsets.
12664#.
12665#. Macro to define tables used to set the flags.
12666#. This is a list in braces of pairs in braces,
12667#. each pair being { "NAME", VALUE }
12668#. where VALUE is the bits to set or minus the bits to clear.
12669#. An empty string NAME is used to identify the default VALUE.
12670#: config/rs6000/rs6000.h:240
12671msgid "Use POWER instruction set"
12672msgstr ""
12673
12674#: config/rs6000/rs6000.h:243
12675msgid "Use POWER2 instruction set"
12676msgstr ""
12677
12678#: config/rs6000/rs6000.h:245
12679msgid "Do not use POWER2 instruction set"
12680msgstr ""
12681
12682#: config/rs6000/rs6000.h:248
12683msgid "Do not use POWER instruction set"
12684msgstr ""
12685
12686#: config/rs6000/rs6000.h:250
12687msgid "Use PowerPC instruction set"
12688msgstr ""
12689
12690#: config/rs6000/rs6000.h:253
12691msgid "Do not use PowerPC instruction set"
12692msgstr ""
12693
12694#: config/rs6000/rs6000.h:255
12695msgid "Use PowerPC General Purpose group optional instructions"
12696msgstr ""
12697
12698#: config/rs6000/rs6000.h:257
12699msgid "Don't use PowerPC General Purpose group optional instructions"
12700msgstr ""
12701
12702#: config/rs6000/rs6000.h:259
12703msgid "Use PowerPC Graphics group optional instructions"
12704msgstr ""
12705
12706#: config/rs6000/rs6000.h:261
12707msgid "Don't use PowerPC Graphics group optional instructions"
12708msgstr ""
12709
12710#: config/rs6000/rs6000.h:263
12711msgid "Use PowerPC-64 instruction set"
12712msgstr ""
12713
12714#: config/rs6000/rs6000.h:265
12715msgid "Don't use PowerPC-64 instruction set"
12716msgstr ""
12717
12718#: config/rs6000/rs6000.h:267
12719msgid "Use AltiVec instructions"
12720msgstr ""
12721
12722#: config/rs6000/rs6000.h:269
12723msgid "Don't use AltiVec instructions"
12724msgstr ""
12725
12726#: config/rs6000/rs6000.h:271
12727msgid "Use new mnemonics for PowerPC architecture"
12728msgstr ""
12729
12730#: config/rs6000/rs6000.h:273
12731msgid "Use old mnemonics for PowerPC architecture"
12732msgstr ""
12733
12734#: config/rs6000/rs6000.h:276
12735msgid "Put everything in the regular TOC"
12736msgstr ""
12737
12738#: config/rs6000/rs6000.h:278
12739msgid "Place floating point constants in TOC"
12740msgstr ""
12741
12742#: config/rs6000/rs6000.h:280
12743msgid "Don't place floating point constants in TOC"
12744msgstr ""
12745
12746#: config/rs6000/rs6000.h:282
12747msgid "Place symbol+offset constants in TOC"
12748msgstr ""
12749
12750#: config/rs6000/rs6000.h:284
12751msgid "Don't place symbol+offset constants in TOC"
12752msgstr ""
12753
12754#: config/rs6000/rs6000.h:290
12755msgid "Place variable addresses in the regular TOC"
12756msgstr ""
12757
12758#: config/rs6000/rs6000.h:296
12759msgid "Generate load/store multiple instructions"
12760msgstr ""
12761
12762#: config/rs6000/rs6000.h:298
12763msgid "Do not generate load/store multiple instructions"
12764msgstr ""
12765
12766#: config/rs6000/rs6000.h:302
12767msgid "Generate string instructions for block moves"
12768msgstr ""
12769
12770#: config/rs6000/rs6000.h:304
12771msgid "Do not generate string instructions for block moves"
12772msgstr ""
12773
12774#: config/rs6000/rs6000.h:308
12775msgid "Generate load/store with update instructions"
12776msgstr ""
12777
12778#: config/rs6000/rs6000.h:310
12779msgid "Do not generate load/store with update instructions"
12780msgstr ""
12781
12782#: config/rs6000/rs6000.h:318
12783msgid "Don't schedule the start and end of the procedure"
12784msgstr ""
12785
12786#: config/rs6000/rs6000.h:324
12787msgid "Return all structures in memory (AIX default)"
12788msgstr ""
12789
12790#: config/rs6000/rs6000.h:326
12791msgid "Return small structures in registers (SVR4 default)"
12792msgstr ""
12793
12794#: config/rs6000/rs6000.h:391 config/sparc/sparc.h:633
12795msgid "Use features of and schedule code for given CPU"
12796msgstr ""
12797
12798#: config/rs6000/rs6000.h:394
12799msgid "Enable debug output"
12800msgstr ""
12801
12802#: config/rs6000/rs6000.h:396
12803msgid "Select full, part, or no traceback table"
12804msgstr ""
12805
12806#: config/rs6000/rs6000.h:397
12807msgid "Specify ABI to use"
12808msgstr ""
12809
12810#: config/rs6000/rs6000.h:399
12811msgid "Specify size of long double (64 or 128 bits)"
12812msgstr ""
12813
12814#: config/rs6000/rs6000.h:401
12815msgid "Specify yes/no if isel instructions should be generated"
12816msgstr ""
12817
12818#: config/rs6000/rs6000.h:403
12819msgid "Specify yes/no if VRSAVE instructions should be generated for AltiVec"
12820msgstr ""
12821
12822#: config/rs6000/rs6000.h:405
12823msgid "Avoid all range limits on call instructions"
12824msgstr ""
12825
12826#. Definitions for __builtin_return_address and __builtin_frame_address.
12827#. __builtin_return_address (0) should give link register (65), enable
12828#. this.
12829#. This should be uncommented, so that the link register is used, but
12830#. currently this would result in unmatched insns and spilling fixed
12831#. registers so we'll leave it for another day.  When these problems are
12832#. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX.
12833#. (mrs)
12834#. #define RETURN_ADDR_IN_PREVIOUS_FRAME
12835#. Number of bytes into the frame return addresses can be found.  See
12836#. rs6000_stack_info in rs6000.c for more information on how the different
12837#. abi's store the return address.
12838#: config/rs6000/rs6000.h:1884
12839msgid "RETURN_ADDRESS_OFFSET not supported"
12840msgstr ""
12841
12842#: config/rs6000/sysv4.h:87
12843msgid "Select ABI calling convention"
12844msgstr ""
12845
12846#: config/rs6000/sysv4.h:88
12847msgid "Select method for sdata handling"
12848msgstr ""
12849
12850#: config/rs6000/sysv4.h:103
12851msgid "Align to the base type of the bit-field"
12852msgstr ""
12853
12854#: config/rs6000/sysv4.h:105
12855msgid "Don't align to the base type of the bit-field"
12856msgstr ""
12857
12858#: config/rs6000/sysv4.h:107
12859msgid "Don't assume that unaligned accesses are handled by the system"
12860msgstr ""
12861
12862#: config/rs6000/sysv4.h:109
12863msgid "Assume that unaligned accesses are handled by the system"
12864msgstr ""
12865
12866#: config/rs6000/sysv4.h:111 config/rs6000/sysv4.h:115
12867msgid "Produce code relocatable at runtime"
12868msgstr ""
12869
12870#: config/rs6000/sysv4.h:113 config/rs6000/sysv4.h:117
12871msgid "Don't produce code relocatable at runtime"
12872msgstr ""
12873
12874#: config/rs6000/sysv4.h:119 config/rs6000/sysv4.h:121
12875msgid "Produce little endian code"
12876msgstr ""
12877
12878#: config/rs6000/sysv4.h:123 config/rs6000/sysv4.h:125
12879msgid "Produce big endian code"
12880msgstr ""
12881
12882#: config/rs6000/sysv4.h:126 config/rs6000/sysv4.h:127
12883#: config/rs6000/sysv4.h:128 config/rs6000/sysv4.h:129
12884#: config/rs6000/sysv4.h:130 config/rs6000/sysv4.h:131
12885#: config/rs6000/sysv4.h:141 config/rs6000/sysv4.h:142
12886#: config/rs6000/sysv4.h:153 config/rs6000/sysv4.h:155
12887#: config/rs6000/sysv4.h:157
12888msgid "no description yet"
12889msgstr ""
12890
12891#: config/rs6000/sysv4.h:132
12892msgid "Use EABI"
12893msgstr ""
12894
12895#: config/rs6000/sysv4.h:133
12896msgid "Don't use EABI"
12897msgstr ""
12898
12899#: config/rs6000/sysv4.h:136
12900msgid "Do not allow bit-fields to cross word boundaries"
12901msgstr ""
12902
12903#: config/rs6000/sysv4.h:138
12904msgid "Use alternate register names"
12905msgstr ""
12906
12907#: config/rs6000/sysv4.h:140
12908msgid "Don't use alternate register names"
12909msgstr ""
12910
12911#: config/rs6000/sysv4.h:144
12912msgid "Link with libsim.a, libc.a and sim-crt0.o"
12913msgstr ""
12914
12915#: config/rs6000/sysv4.h:146
12916msgid "Link with libads.a, libc.a and crt0.o"
12917msgstr ""
12918
12919#: config/rs6000/sysv4.h:148
12920msgid "Link with libyk.a, libc.a and crt0.o"
12921msgstr ""
12922
12923#: config/rs6000/sysv4.h:150
12924msgid "Link with libmvme.a, libc.a and crt0.o"
12925msgstr ""
12926
12927#: config/rs6000/sysv4.h:152
12928msgid "Set the PPC_EMB bit in the ELF flags header"
12929msgstr ""
12930
12931#: config/rs6000/sysv4.h:154
12932msgid "Use the WindISS simulator"
12933msgstr ""
12934
12935#. Sometimes certain combinations of command options do not make sense
12936#. on a particular target machine.  You can define a macro
12937#. `OVERRIDE_OPTIONS' to take account of this.  This macro, if
12938#. defined, is executed once just after all the command options have
12939#. been parsed.
12940#.
12941#. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
12942#. get control.
12943#: config/rs6000/sysv4.h:214
12944#, c-format
12945msgid "bad value for -mcall-%s"
12946msgstr ""
12947
12948#: config/rs6000/sysv4.h:230
12949#, c-format
12950msgid "bad value for -msdata=%s"
12951msgstr ""
12952
12953#: config/rs6000/sysv4.h:247
12954#, c-format
12955msgid "-mrelocatable and -msdata=%s are incompatible"
12956msgstr ""
12957
12958#: config/rs6000/sysv4.h:255
12959#, c-format
12960msgid "-f%s and -msdata=%s are incompatible"
12961msgstr ""
12962
12963#: config/rs6000/sysv4.h:264
12964#, c-format
12965msgid "-msdata=%s and -mcall-%s are incompatible"
12966msgstr ""
12967
12968#: config/rs6000/sysv4.h:273
12969msgid "-mrelocatable and -mno-minimal-toc are incompatible"
12970msgstr ""
12971
12972#: config/rs6000/sysv4.h:279
12973#, c-format
12974msgid "-mrelocatable and -mcall-%s are incompatible"
12975msgstr ""
12976
12977#: config/rs6000/sysv4.h:286
12978#, c-format
12979msgid "-fPIC and -mcall-%s are incompatible"
12980msgstr ""
12981
12982#: config/rs6000/sysv4.h:293
12983msgid "-mcall-aixdesc must be big endian"
12984msgstr ""
12985
12986#: config/s390/s390.c:3095
12987msgid "invalid UNSPEC as operand (1)"
12988msgstr ""
12989
12990#: config/s390/s390.c:3155
12991msgid "invalid UNSPEC as operand (2)"
12992msgstr ""
12993
12994#: config/s390/s390.c:3161
12995msgid "UNKNOWN in s390_output_symbolic_const !?"
12996msgstr ""
12997
12998#: config/s390/s390.c:3179
12999msgid "Cannot decompose address."
13000msgstr ""
13001
13002#: config/s390/s390.c:3340
13003msgid "UNKNOWN in print_operand !?"
13004msgstr ""
13005
13006#: config/s390/s390.c:4993
13007msgid "Total size of local variables exceeds architecture limit."
13008msgstr ""
13009
13010#: config/s390/s390.h:70
13011msgid "Set backchain"
13012msgstr ""
13013
13014#: config/s390/s390.h:71
13015msgid "Don't set backchain (faster, but debug harder"
13016msgstr ""
13017
13018#: config/s390/s390.h:72
13019msgid "Use bras for executable < 64k"
13020msgstr ""
13021
13022#: config/s390/s390.h:73
13023msgid "Don't use bras"
13024msgstr ""
13025
13026#: config/s390/s390.h:74
13027msgid "Additional debug prints"
13028msgstr ""
13029
13030#: config/s390/s390.h:75
13031msgid "Don't print additional debug prints"
13032msgstr ""
13033
13034#: config/s390/s390.h:76
13035msgid "64 bit mode"
13036msgstr ""
13037
13038#: config/s390/s390.h:77
13039msgid "31 bit mode"
13040msgstr ""
13041
13042#: config/s390/s390.h:78
13043msgid "mvcle use"
13044msgstr ""
13045
13046#: config/s390/s390.h:79
13047msgid "mvc&ex"
13048msgstr ""
13049
13050#: config/sh/sh.c:5211
13051msgid "__builtin_saveregs not supported by this subtarget"
13052msgstr ""
13053
13054#: config/sh/sh.c:5761
13055msgid "attribute interrupt_handler is not compatible with -m5-compact"
13056msgstr ""
13057
13058#. The sp_switch attribute only has meaning for interrupt functions.
13059#. The trap_exit attribute only has meaning for interrupt functions.
13060#: config/sh/sh.c:5787 config/sh/sh.c:5826
13061#, c-format
13062msgid "`%s' attribute only applies to interrupt functions"
13063msgstr ""
13064
13065#. The argument must be a constant string.
13066#: config/sh/sh.c:5794
13067#, c-format
13068msgid "`%s' attribute argument not a string constant"
13069msgstr ""
13070
13071#. The argument must be a constant integer.
13072#: config/sh/sh.c:5833
13073#, c-format
13074msgid "`%s' attribute argument not an integer constant"
13075msgstr ""
13076
13077#. There are no delay slots on SHmedia.
13078#. Relaxation isn't yet supported for SHmedia
13079#: config/sh/sh.h:437
13080msgid "Profiling is not supported on this target."
13081msgstr ""
13082
13083#: config/sparc/sparc.c:331
13084#, c-format
13085msgid "%s is not supported by this configuration"
13086msgstr ""
13087
13088#: config/sparc/sparc.c:338
13089msgid "-mlong-double-64 not allowed with -m64"
13090msgstr ""
13091
13092#: config/sparc/sparc.c:363
13093msgid "-mcmodel= is not supported on 32 bit systems"
13094msgstr ""
13095
13096#: config/sparc/sparc.c:6436 config/sparc/sparc.c:6442
13097#, c-format
13098msgid "invalid %%Y operand"
13099msgstr ""
13100
13101#: config/sparc/sparc.c:6512
13102#, c-format
13103msgid "invalid %%A operand"
13104msgstr ""
13105
13106#: config/sparc/sparc.c:6522
13107#, c-format
13108msgid "invalid %%B operand"
13109msgstr ""
13110
13111#: config/sparc/sparc.c:6561
13112#, c-format
13113msgid "invalid %%c operand"
13114msgstr ""
13115
13116#: config/sparc/sparc.c:6562
13117#, c-format
13118msgid "invalid %%C operand"
13119msgstr ""
13120
13121#: config/sparc/sparc.c:6583
13122#, c-format
13123msgid "invalid %%d operand"
13124msgstr ""
13125
13126#: config/sparc/sparc.c:6584
13127#, c-format
13128msgid "invalid %%D operand"
13129msgstr ""
13130
13131#: config/sparc/sparc.c:6600
13132#, c-format
13133msgid "invalid %%f operand"
13134msgstr ""
13135
13136#: config/sparc/sparc.c:6614
13137#, c-format
13138msgid "invalid %%s operand"
13139msgstr ""
13140
13141#: config/sparc/sparc.c:6668
13142msgid "long long constant not a valid immediate operand"
13143msgstr ""
13144
13145#: config/sparc/sparc.c:6671
13146msgid "floating point constant not a valid immediate operand"
13147msgstr ""
13148
13149#: config/sparc/freebsd.h:89 config/sparc/linux.h:87 config/sparc/linux64.h:89
13150#: config/sparc/netbsd-elf.h:239
13151msgid "Use 128 bit long doubles"
13152msgstr ""
13153
13154#: config/sparc/sp64-elf.h:84 config/sparc/splet.h:29
13155msgid "Generate code for big endian"
13156msgstr ""
13157
13158#: config/sparc/sp64-elf.h:85 config/sparc/splet.h:30
13159msgid "Generate code for little endian"
13160msgstr ""
13161
13162#: config/sparc/sp86x-aout.h:51 config/sparc/sp86x-elf.h:65
13163msgid "Use little-endian byte order for data"
13164msgstr ""
13165
13166#: config/sparc/sparc.h:532
13167msgid "Assume possible double misalignment"
13168msgstr ""
13169
13170#: config/sparc/sparc.h:534
13171msgid "Assume all doubles are aligned"
13172msgstr ""
13173
13174#: config/sparc/sparc.h:536
13175msgid "Pass -assert pure-text to linker"
13176msgstr ""
13177
13178#: config/sparc/sparc.h:538
13179msgid "Do not pass -assert pure-text to linker"
13180msgstr ""
13181
13182#: config/sparc/sparc.h:540
13183msgid "Use flat register window model"
13184msgstr ""
13185
13186#: config/sparc/sparc.h:542
13187msgid "Do not use flat register window model"
13188msgstr ""
13189
13190#: config/sparc/sparc.h:544
13191msgid "Use ABI reserved registers"
13192msgstr ""
13193
13194#: config/sparc/sparc.h:546
13195msgid "Do not use ABI reserved registers"
13196msgstr ""
13197
13198#: config/sparc/sparc.h:548
13199msgid "Use hardware quad fp instructions"
13200msgstr ""
13201
13202#: config/sparc/sparc.h:550
13203msgid "Do not use hardware quad fp instructions"
13204msgstr ""
13205
13206#: config/sparc/sparc.h:552
13207msgid "Compile for v8plus ABI"
13208msgstr ""
13209
13210#: config/sparc/sparc.h:554
13211msgid "Do not compile for v8plus ABI"
13212msgstr ""
13213
13214#: config/sparc/sparc.h:556
13215msgid "Utilize Visual Instruction Set"
13216msgstr ""
13217
13218#: config/sparc/sparc.h:558
13219msgid "Do not utilize Visual Instruction Set"
13220msgstr ""
13221
13222#. ??? These are deprecated, coerced to -mcpu=.  Delete in 2.9.
13223#: config/sparc/sparc.h:561
13224msgid "Optimize for Cypress processors"
13225msgstr ""
13226
13227#: config/sparc/sparc.h:563
13228msgid "Optimize for SPARCLite processors"
13229msgstr ""
13230
13231#: config/sparc/sparc.h:565
13232msgid "Optimize for F930 processors"
13233msgstr ""
13234
13235#: config/sparc/sparc.h:567
13236msgid "Optimize for F934 processors"
13237msgstr ""
13238
13239#: config/sparc/sparc.h:569
13240msgid "Use V8 SPARC ISA"
13241msgstr ""
13242
13243#: config/sparc/sparc.h:571
13244msgid "Optimize for SuperSPARC processors"
13245msgstr ""
13246
13247#. End of deprecated options.
13248#: config/sparc/sparc.h:574
13249msgid "Pointers are 64-bit"
13250msgstr ""
13251
13252#: config/sparc/sparc.h:576
13253msgid "Pointers are 32-bit"
13254msgstr ""
13255
13256#: config/sparc/sparc.h:578
13257msgid "Use 32-bit ABI"
13258msgstr ""
13259
13260#: config/sparc/sparc.h:580
13261msgid "Use 64-bit ABI"
13262msgstr ""
13263
13264#: config/sparc/sparc.h:582
13265msgid "Use stack bias"
13266msgstr ""
13267
13268#: config/sparc/sparc.h:584
13269msgid "Do not use stack bias"
13270msgstr ""
13271
13272#: config/sparc/sparc.h:586
13273msgid "Use structs on stronger alignment for double-word copies"
13274msgstr ""
13275
13276#: config/sparc/sparc.h:588
13277msgid "Do not use structs on stronger alignment for double-word copies"
13278msgstr ""
13279
13280#: config/sparc/sparc.h:590
13281msgid "Optimize tail call instructions in assembler and linker"
13282msgstr ""
13283
13284#: config/sparc/sparc.h:592
13285msgid "Do not optimize tail call instructions in assembler or linker"
13286msgstr ""
13287
13288#: config/sparc/sparc.h:637
13289msgid "Use given SPARC code model"
13290msgstr ""
13291
13292#: config/stormy16/stormy16.c:1192
13293msgid "cannot use va_start in interrupt function"
13294msgstr ""
13295
13296#: config/stormy16/stormy16.c:1552
13297msgid "`B' operand is not constant"
13298msgstr ""
13299
13300#: config/stormy16/stormy16.c:1558
13301msgid "`B' operand has multiple bits set"
13302msgstr ""
13303
13304#: config/stormy16/stormy16.c:1585
13305msgid "`o' operand is not constant"
13306msgstr ""
13307
13308#: config/stormy16/stormy16.c:1600
13309msgid "xstormy16_print_operand: unknown code"
13310msgstr ""
13311
13312#: config/stormy16/stormy16.c:1650
13313#, c-format
13314msgid "switch statement of size %lu entries too large"
13315msgstr ""
13316
13317#: config/v850/v850-c.c:67
13318msgid "#pragma GHS endXXXX found without previous startXXX"
13319msgstr ""
13320
13321#: config/v850/v850-c.c:69
13322msgid "#pragma GHS endXXX does not match previous startXXX"
13323msgstr ""
13324
13325#: config/v850/v850-c.c:94
13326msgid "cannot set interrupt attribute: no current function"
13327msgstr ""
13328
13329#: config/v850/v850-c.c:102
13330msgid "cannot set interrupt attribute: no such identifier"
13331msgstr ""
13332
13333#: config/v850/v850-c.c:148
13334msgid "junk at end of #pragma ghs section"
13335msgstr ""
13336
13337#: config/v850/v850-c.c:165
13338#, c-format
13339msgid "unrecognized section name \"%s\""
13340msgstr ""
13341
13342#: config/v850/v850-c.c:180
13343msgid "malformed #pragma ghs section"
13344msgstr ""
13345
13346#: config/v850/v850-c.c:200
13347msgid "junk at end of #pragma ghs interrupt"
13348msgstr ""
13349
13350#: config/v850/v850-c.c:212
13351msgid "junk at end of #pragma ghs starttda"
13352msgstr ""
13353
13354#: config/v850/v850-c.c:224
13355msgid "junk at end of #pragma ghs startsda"
13356msgstr ""
13357
13358#: config/v850/v850-c.c:236
13359msgid "junk at end of #pragma ghs startzda"
13360msgstr ""
13361
13362#: config/v850/v850-c.c:248
13363msgid "junk at end of #pragma ghs endtda"
13364msgstr ""
13365
13366#: config/v850/v850-c.c:260
13367msgid "junk at end of #pragma ghs endsda"
13368msgstr ""
13369
13370#: config/v850/v850-c.c:272
13371msgid "junk at end of #pragma ghs endzda"
13372msgstr ""
13373
13374#: config/v850/v850.c:129
13375#, c-format
13376msgid "%s=%s is not numeric"
13377msgstr ""
13378
13379#: config/v850/v850.c:136
13380#, c-format
13381msgid "%s=%s is too large"
13382msgstr ""
13383
13384#: config/v850/v850.c:302
13385msgid "const_double_split got a bad insn:"
13386msgstr ""
13387
13388#: config/v850/v850.c:837
13389msgid "output_move_single:"
13390msgstr ""
13391
13392#: config/v850/v850.c:2217
13393msgid "a data area attribute cannot be specified for local variables"
13394msgstr ""
13395
13396#: config/v850/v850.c:2228
13397#, c-format
13398msgid "data area of '%s' conflicts with previous declaration"
13399msgstr ""
13400
13401#: config/v850/v850.c:2447
13402#, c-format
13403msgid "bogus JR construction: %d\n"
13404msgstr ""
13405
13406#: config/v850/v850.c:2468 config/v850/v850.c:2670
13407#, c-format
13408msgid "bad amount of stack space removal: %d"
13409msgstr ""
13410
13411#: config/v850/v850.c:2646
13412#, c-format
13413msgid "bogus JARL construction: %d\n"
13414msgstr ""
13415
13416#: config/v850/v850.c:3026
13417#, c-format
13418msgid "Bogus DISPOSE construction: %d\n"
13419msgstr ""
13420
13421#: config/v850/v850.c:3048
13422#, c-format
13423msgid "Too much stack space to dispose of: %d"
13424msgstr ""
13425
13426#: config/v850/v850.c:3224
13427#, c-format
13428msgid "Bogus PREPEARE construction: %d\n"
13429msgstr ""
13430
13431#: config/v850/v850.c:3246
13432#, c-format
13433msgid "Too much stack space to prepare: %d"
13434msgstr ""
13435
13436#. Macro to define tables used to set the flags.
13437#. This is a list in braces of pairs in braces,
13438#. each pair being { "NAME", VALUE }
13439#. where VALUE is the bits to set or minus the bits to clear.
13440#. An empty string NAME is used to identify the default VALUE.
13441#: config/v850/v850.h:158
13442msgid "Support Green Hills ABI"
13443msgstr ""
13444
13445#: config/v850/v850.h:161
13446msgid "Prohibit PC relative function calls"
13447msgstr ""
13448
13449#: config/v850/v850.h:164
13450msgid "Reuse r30 on a per function basis"
13451msgstr ""
13452
13453#: config/v850/v850.h:167
13454msgid "Use stubs for function prologues"
13455msgstr ""
13456
13457#: config/v850/v850.h:170
13458msgid "Same as: -mep -mprolog-function"
13459msgstr ""
13460
13461#: config/v850/v850.h:171
13462msgid "Enable backend debugging"
13463msgstr ""
13464
13465#: config/v850/v850.h:173
13466msgid "Compile for the v850 processor"
13467msgstr ""
13468
13469#: config/v850/v850.h:175
13470msgid "Compile for v850e processor"
13471msgstr ""
13472
13473#. Make sure that the other bits are cleared.
13474#: config/v850/v850.h:177
13475msgid "Enable the use of the short load instructions"
13476msgstr ""
13477
13478#: config/v850/v850.h:180
13479msgid "Do not use the callt instruction"
13480msgstr ""
13481
13482#: config/v850/v850.h:187
13483msgid "Do not use registers r2 and r5"
13484msgstr ""
13485
13486#: config/v850/v850.h:189
13487msgid "Enforce strict alignment"
13488msgstr ""
13489
13490#: config/v850/v850.h:192
13491msgid "Use 4 byte entries in switch tables"
13492msgstr ""
13493
13494#: config/v850/v850.h:218
13495msgid "Set the max size of data eligible for the TDA area"
13496msgstr ""
13497
13498#: config/v850/v850.h:221
13499msgid "Set the max size of data eligible for the SDA area"
13500msgstr ""
13501
13502#: config/v850/v850.h:224
13503msgid "Set the max size of data eligible for the ZDA area"
13504msgstr ""
13505
13506#: config/xtensa/xtensa.c:1064 config/xtensa/xtensa.c:1098
13507#: config/xtensa/xtensa.c:1107
13508msgid "bad test"
13509msgstr ""
13510
13511#: config/xtensa/xtensa.c:1846
13512msgid "boolean registers required for the floating-point option"
13513msgstr ""
13514
13515#: config/xtensa/xtensa.c:2013
13516msgid "invalid mask"
13517msgstr ""
13518
13519#: config/xtensa/xtensa.c:2060
13520msgid "invalid address"
13521msgstr ""
13522
13523#: config/xtensa/xtensa.c:2085
13524msgid "no register in address"
13525msgstr ""
13526
13527#: config/xtensa/xtensa.c:2093
13528msgid "address offset not a constant"
13529msgstr ""
13530
13531#: config/xtensa/xtensa.c:2739
13532msgid "only uninitialized variables can be placed in a .bss section"
13533msgstr ""
13534
13535#: config/xtensa/xtensa.h:114
13536msgid "Use the Xtensa code density option"
13537msgstr ""
13538
13539#: config/xtensa/xtensa.h:116
13540msgid "Do not use the Xtensa code density option"
13541msgstr ""
13542
13543#: config/xtensa/xtensa.h:118
13544msgid "Use the Xtensa MAC16 option"
13545msgstr ""
13546
13547#: config/xtensa/xtensa.h:120
13548msgid "Do not use the Xtensa MAC16 option"
13549msgstr ""
13550
13551#: config/xtensa/xtensa.h:122
13552msgid "Use the Xtensa MUL16 option"
13553msgstr ""
13554
13555#: config/xtensa/xtensa.h:124
13556msgid "Do not use the Xtensa MUL16 option"
13557msgstr ""
13558
13559#: config/xtensa/xtensa.h:126
13560msgid "Use the Xtensa MUL32 option"
13561msgstr ""
13562
13563#: config/xtensa/xtensa.h:128
13564msgid "Do not use the Xtensa MUL32 option"
13565msgstr ""
13566
13567#. undocumented
13568#. undocumented
13569#: config/xtensa/xtensa.h:134
13570msgid "Use the Xtensa NSA option"
13571msgstr ""
13572
13573#: config/xtensa/xtensa.h:136
13574msgid "Do not use the Xtensa NSA option"
13575msgstr ""
13576
13577#: config/xtensa/xtensa.h:138
13578msgid "Use the Xtensa MIN/MAX option"
13579msgstr ""
13580
13581#: config/xtensa/xtensa.h:140
13582msgid "Do not use the Xtensa MIN/MAX option"
13583msgstr ""
13584
13585#: config/xtensa/xtensa.h:142
13586msgid "Use the Xtensa SEXT option"
13587msgstr ""
13588
13589#: config/xtensa/xtensa.h:144
13590msgid "Do not use the Xtensa SEXT option"
13591msgstr ""
13592
13593#: config/xtensa/xtensa.h:146
13594msgid "Use the Xtensa boolean register option"
13595msgstr ""
13596
13597#: config/xtensa/xtensa.h:148
13598msgid "Do not use the Xtensa boolean register option"
13599msgstr ""
13600
13601#: config/xtensa/xtensa.h:150
13602msgid "Use the Xtensa floating-point unit"
13603msgstr ""
13604
13605#: config/xtensa/xtensa.h:152
13606msgid "Do not use the Xtensa floating-point unit"
13607msgstr ""
13608
13609#. undocumented
13610#. undocumented
13611#. undocumented
13612#. undocumented
13613#. undocumented
13614#. undocumented
13615#. undocumented
13616#. undocumented
13617#: config/xtensa/xtensa.h:170
13618msgid "Disable fused multiply/add and multiply/subtract FP instructions"
13619msgstr ""
13620
13621#: config/xtensa/xtensa.h:172
13622msgid "Enable fused multiply/add and multiply/subtract FP instructions"
13623msgstr ""
13624
13625#: config/xtensa/xtensa.h:174
13626msgid "Serialize volatile memory references with MEMW instructions"
13627msgstr ""
13628
13629#: config/xtensa/xtensa.h:176
13630msgid "Do not serialize volatile memory references with MEMW instructions"
13631msgstr ""
13632
13633#: config/xtensa/xtensa.h:178
13634msgid "Intersperse literal pools with code in the text section"
13635msgstr ""
13636
13637#: config/xtensa/xtensa.h:180
13638msgid "Put literal pools in a separate literal section"
13639msgstr ""
13640
13641#: config/xtensa/xtensa.h:182
13642msgid "Automatically align branch targets to reduce branch penalties"
13643msgstr ""
13644
13645#: config/xtensa/xtensa.h:184
13646msgid "Do not automatically align branch targets"
13647msgstr ""
13648
13649#: config/xtensa/xtensa.h:186
13650msgid "Use indirect CALLXn instructions for large programs"
13651msgstr ""
13652
13653#: config/xtensa/xtensa.h:188
13654msgid "Use direct CALLn instructions for fast calls"
13655msgstr ""
13656
13657#: ada/misc.c:233
13658msgid "`-gnat' misspelled as `-gant'"
13659msgstr ""
13660
13661#: cp/call.c:261 cp/init.c:1604
13662msgid "qualified type `%T' does not match destructor name `~%T'"
13663msgstr ""
13664
13665#: cp/call.c:270
13666msgid "type of `%E' does not match destructor type `%T' (type was `%T')"
13667msgstr ""
13668
13669#: cp/call.c:279
13670msgid "`%D' is a namespace"
13671msgstr ""
13672
13673#: cp/call.c:287
13674msgid "base object `%E' of scoped method call is of non-aggregate type `%T'"
13675msgstr ""
13676
13677#: cp/call.c:369
13678msgid "unable to call pointer to member function here"
13679msgstr ""
13680
13681#: cp/call.c:518
13682msgid "destructors take no parameters"
13683msgstr ""
13684
13685#: cp/call.c:522
13686msgid "destructor name `~%T' does not match type `%T' of expression"
13687msgstr ""
13688
13689#: cp/call.c:543 cp/call.c:5016
13690msgid "request for member `%D' in `%E', which is of non-aggregate type `%T'"
13691msgstr ""
13692
13693#: cp/call.c:567
13694msgid "request for member `%D' is ambiguous"
13695msgstr ""
13696
13697#: cp/call.c:2541
13698msgid "%s %D(%T, %T, %T) <built-in>"
13699msgstr ""
13700
13701#: cp/call.c:2546
13702msgid "%s %D(%T, %T) <built-in>"
13703msgstr ""
13704
13705#: cp/call.c:2550
13706msgid "%s %D(%T) <built-in>"
13707msgstr ""
13708
13709#: cp/call.c:2554
13710msgid "%s %T <conversion>"
13711msgstr ""
13712
13713#: cp/call.c:2556
13714msgid "%s %+#D%s"
13715msgstr ""
13716
13717#: cp/call.c:2730
13718msgid "conversion from `%T' to `%T' is ambiguous"
13719msgstr ""
13720
13721#: cp/call.c:2807
13722msgid "`%T' is not a class type"
13723msgstr ""
13724
13725#: cp/call.c:2815
13726msgid "incomplete type '%T' cannot be used to name a scope"
13727msgstr ""
13728
13729#: cp/call.c:2835 cp/typeck.c:2188 cp/typeck.c:2217
13730msgid "'%D' has no member named '%E'"
13731msgstr ""
13732
13733#: cp/call.c:2937
13734msgid "no matching function for call to `%D(%A)'"
13735msgstr ""
13736
13737#: cp/call.c:2948 cp/call.c:5103
13738msgid "call of overloaded `%D(%A)' is ambiguous"
13739msgstr ""
13740
13741#. It's no good looking for an overloaded operator() on a
13742#. pointer-to-member-function.
13743#: cp/call.c:2975
13744#, c-format
13745msgid ""
13746"pointer-to-member function %E cannot be called without an object; consider "
13747"using .* or ->*"
13748msgstr ""
13749
13750#: cp/call.c:3040
13751msgid "no match for call to `(%T) (%A)'"
13752msgstr ""
13753
13754#: cp/call.c:3050
13755msgid "call of `(%T) (%A)' is ambiguous"
13756msgstr ""
13757
13758#: cp/call.c:3085
13759#, c-format
13760msgid "%s for ternary 'operator?:' in '%E ? %E : %E'"
13761msgstr ""
13762
13763#: cp/call.c:3091
13764#, c-format
13765msgid "%s for 'operator%s' in '%E%s'"
13766msgstr ""
13767
13768#: cp/call.c:3095
13769#, c-format
13770msgid "%s for 'operator[]' in '%E[%E]'"
13771msgstr ""
13772
13773#: cp/call.c:3100
13774#, c-format
13775msgid "%s for 'operator%s' in '%E %s %E'"
13776msgstr ""
13777
13778#: cp/call.c:3103
13779#, c-format
13780msgid "%s for 'operator%s' in '%s%E'"
13781msgstr ""
13782
13783#: cp/call.c:3195
13784msgid "ISO C++ forbids omitting the middle term of a ?: expression"
13785msgstr ""
13786
13787#: cp/call.c:3270
13788#, c-format
13789msgid "`%E' has type `void' and is not a throw-expression"
13790msgstr ""
13791
13792#: cp/call.c:3303 cp/call.c:3495
13793msgid "operands to ?: have different types"
13794msgstr ""
13795
13796#: cp/call.c:3448
13797msgid "enumeral mismatch in conditional expression: `%T' vs `%T'"
13798msgstr ""
13799
13800#: cp/call.c:3455
13801msgid "enumeral and non-enumeral type in conditional expression"
13802msgstr ""
13803
13804#: cp/call.c:3536
13805msgid "`%D' must be declared before use"
13806msgstr ""
13807
13808#: cp/call.c:3726
13809msgid "no `%D(int)' declared for postfix `%s', trying prefix operator instead"
13810msgstr ""
13811
13812#: cp/call.c:3785
13813msgid "comparison between `%#T' and `%#T'"
13814msgstr ""
13815
13816#: cp/call.c:4024
13817msgid "no suitable `operator delete' for `%T'"
13818msgstr ""
13819
13820#: cp/call.c:4043
13821msgid "`%+#D' is private"
13822msgstr ""
13823
13824#: cp/call.c:4045
13825msgid "`%+#D' is protected"
13826msgstr ""
13827
13828#: cp/call.c:4047
13829msgid "`%+#D' is inaccessible"
13830msgstr ""
13831
13832#: cp/call.c:4048
13833msgid "within this context"
13834msgstr ""
13835
13836#: cp/call.c:4091
13837msgid "invalid conversion from `%T' to `%T'"
13838msgstr ""
13839
13840#: cp/call.c:4093 cp/call.c:4232 cp/call.c:4234
13841msgid "  initializing argument %P of `%D'"
13842msgstr ""
13843
13844#: cp/call.c:4155 cp/call.c:4159
13845msgid "  initializing argument %P of `%D' from result of `%D'"
13846msgstr ""
13847
13848#: cp/call.c:4165 cp/call.c:4168
13849msgid "  initializing temporary from result of `%D'"
13850msgstr ""
13851
13852#: cp/call.c:4324
13853msgid ""
13854"cannot pass objects of non-POD type `%#T' through `...'; call will abort at "
13855"runtime"
13856msgstr ""
13857
13858#. Undefined behavior [expr.call] 5.2.2/7.
13859#: cp/call.c:4350
13860msgid "cannot receive objects of non-POD type `%#T' through `...'"
13861msgstr ""
13862
13863#: cp/call.c:4530
13864msgid "passing `%T' as `this' argument of `%#D' discards qualifiers"
13865msgstr ""
13866
13867#: cp/call.c:4549
13868msgid "`%T' is not an accessible base of `%T'"
13869msgstr ""
13870
13871#: cp/call.c:4793
13872msgid "could not find class$ field in java interface type `%T'"
13873msgstr ""
13874
13875#: cp/call.c:4990
13876msgid "call to non-function `%D'"
13877msgstr ""
13878
13879#: cp/call.c:5092
13880msgid "no matching function for call to `%T::%D(%A)%#V'"
13881msgstr ""
13882
13883#: cp/call.c:5122
13884msgid "cannot call member function `%D' without object"
13885msgstr ""
13886
13887#: cp/call.c:5720
13888msgid "passing `%T' chooses `%T' over `%T'"
13889msgstr ""
13890
13891#: cp/call.c:5722 cp/decl2.c:4158
13892msgid "  in call to `%D'"
13893msgstr ""
13894
13895#: cp/call.c:5771
13896msgid "choosing `%D' over `%D'"
13897msgstr ""
13898
13899#: cp/call.c:5772
13900msgid "  for conversion from `%T' to `%T'"
13901msgstr ""
13902
13903#: cp/call.c:5774
13904msgid "  because conversion sequence for the argument is better"
13905msgstr ""
13906
13907#: cp/call.c:5895
13908msgid ""
13909"ISO C++ says that `%D' and `%D' are ambiguous even though the worst "
13910"conversion for the former is better than the worst conversion for the latter"
13911msgstr ""
13912
13913#: cp/call.c:6012
13914msgid "could not convert `%E' to `%T'"
13915msgstr ""
13916
13917#: cp/call.c:6121
13918msgid ""
13919"invalid initialization of non-const reference of type '%T' from a temporary "
13920"of type '%T'"
13921msgstr ""
13922
13923#: cp/call.c:6125
13924msgid ""
13925"invalid initialization of reference of type '%T' from expression of type '%T'"
13926msgstr ""
13927
13928#: cp/class.c:287
13929msgid ""
13930"cannot convert from base `%T' to derived type `%T' via virtual base `%T'"
13931msgstr ""
13932
13933#: cp/class.c:992
13934msgid "`%#D' and `%#D' cannot be overloaded"
13935msgstr ""
13936
13937#: cp/class.c:1076
13938msgid "duplicate enum value `%D'"
13939msgstr ""
13940
13941#: cp/class.c:1079
13942msgid "duplicate field `%D' (as enum and non-enum)"
13943msgstr ""
13944
13945#: cp/class.c:1086
13946msgid "duplicate nested type `%D'"
13947msgstr ""
13948
13949#: cp/class.c:1097
13950msgid "duplicate field `%D' (as type and non-type)"
13951msgstr ""
13952
13953#: cp/class.c:1101
13954msgid "duplicate member `%D'"
13955msgstr ""
13956
13957#: cp/class.c:1144
13958msgid "conflicting access specifications for method `%D', ignored"
13959msgstr ""
13960
13961#: cp/class.c:1146
13962#, c-format
13963msgid "conflicting access specifications for field `%s', ignored"
13964msgstr ""
13965
13966#: cp/class.c:1194
13967msgid "`%D' names constructor"
13968msgstr ""
13969
13970#: cp/class.c:1199
13971msgid "`%D' invalid in `%T'"
13972msgstr ""
13973
13974#: cp/class.c:1207
13975msgid "no members matching `%D' in `%#T'"
13976msgstr ""
13977
13978#: cp/class.c:1239 cp/class.c:1247
13979msgid "`%D' invalid in `%#T'"
13980msgstr ""
13981
13982#: cp/class.c:1240
13983msgid "  because of local method `%#D' with same name"
13984msgstr ""
13985
13986#: cp/class.c:1248
13987msgid "  because of local member `%#D' with same name"
13988msgstr ""
13989
13990#: cp/class.c:1320
13991msgid "base class `%#T' has a non-virtual destructor"
13992msgstr ""
13993
13994#: cp/class.c:1340
13995msgid ""
13996"base `%T' with only non-default constructor in class without a constructor"
13997msgstr ""
13998
13999#: cp/class.c:1912
14000msgid "all member functions in class `%T' are private"
14001msgstr ""
14002
14003#: cp/class.c:1926
14004msgid "`%#T' only defines a private destructor and has no friends"
14005msgstr ""
14006
14007#: cp/class.c:1969
14008msgid "`%#T' only defines private constructors and has no friends"
14009msgstr ""
14010
14011#: cp/class.c:2090 cp/class.c:5301
14012msgid "redefinition of `%#T'"
14013msgstr ""
14014
14015#: cp/class.c:2091
14016msgid "previous definition of `%#T'"
14017msgstr ""
14018
14019#: cp/class.c:2369
14020msgid "no unique final overrider for `%D' in `%T'"
14021msgstr ""
14022
14023#. Here we know it is a hider, and no overrider exists.
14024#: cp/class.c:2717
14025msgid "`%D' was hidden"
14026msgstr ""
14027
14028#: cp/class.c:2718
14029msgid "  by `%D'"
14030msgstr ""
14031
14032#: cp/class.c:2760
14033msgid "ISO C++ forbids member `%D' with same name as enclosing class"
14034msgstr ""
14035
14036#: cp/class.c:2765 cp/decl2.c:1331
14037msgid "`%#D' invalid; an anonymous union can only have non-static data members"
14038msgstr ""
14039
14040#: cp/class.c:2771 cp/decl2.c:1337
14041msgid "private member `%#D' in anonymous union"
14042msgstr ""
14043
14044#: cp/class.c:2774 cp/decl2.c:1339
14045msgid "protected member `%#D' in anonymous union"
14046msgstr ""
14047
14048#: cp/class.c:2899
14049msgid ""
14050"vtable layout for class `%T' may not be ABI-compliant and may change in a "
14051"future version of GCC due to implicit virtual destructor"
14052msgstr ""
14053
14054#: cp/class.c:2963
14055msgid "bit-field `%#D' with non-integral type"
14056msgstr ""
14057
14058#: cp/class.c:2983
14059msgid "bit-field `%D' width not an integer constant"
14060msgstr ""
14061
14062#: cp/class.c:2989
14063msgid "negative width in bit-field `%D'"
14064msgstr ""
14065
14066#: cp/class.c:2994
14067msgid "zero width for bit-field `%D'"
14068msgstr ""
14069
14070#: cp/class.c:3000
14071msgid "width of `%D' exceeds its type"
14072msgstr ""
14073
14074#: cp/class.c:3009
14075msgid "`%D' is too small to hold all values of `%#T'"
14076msgstr ""
14077
14078#: cp/class.c:3093
14079msgid "member `%#D' with constructor not allowed in union"
14080msgstr ""
14081
14082#: cp/class.c:3096
14083msgid "member `%#D' with destructor not allowed in union"
14084msgstr ""
14085
14086#: cp/class.c:3099
14087msgid "member `%#D' with copy assignment operator not allowed in union"
14088msgstr ""
14089
14090#: cp/class.c:3126
14091msgid "multiple fields in union `%T' initialized"
14092msgstr ""
14093
14094#: cp/class.c:3247
14095msgid "`%D' may not be static because it is a member of a union"
14096msgstr ""
14097
14098#: cp/class.c:3252
14099msgid "`%D' may not have reference type `%T' because it is a member of a union"
14100msgstr ""
14101
14102#: cp/class.c:3260
14103msgid "field `%D' in local class cannot be static"
14104msgstr ""
14105
14106#: cp/class.c:3266
14107msgid "field `%D' invalidly declared function type"
14108msgstr ""
14109
14110#: cp/class.c:3273
14111msgid "field `%D' invalidly declared method type"
14112msgstr ""
14113
14114#: cp/class.c:3279
14115msgid "field `%D' invalidly declared offset type"
14116msgstr ""
14117
14118#: cp/class.c:3312
14119msgid "non-static reference `%#D' in class without a constructor"
14120msgstr ""
14121
14122#: cp/class.c:3355
14123msgid "non-static const member `%#D' in class without a constructor"
14124msgstr ""
14125
14126#: cp/class.c:3371
14127msgid "field `%#D' with same name as class"
14128msgstr ""
14129
14130#: cp/class.c:3389
14131msgid "`%#T' has pointer data members"
14132msgstr ""
14133
14134#: cp/class.c:3393
14135msgid "  but does not override `%T(const %T&)'"
14136msgstr ""
14137
14138#: cp/class.c:3395
14139msgid "  or `operator=(const %T&)'"
14140msgstr ""
14141
14142#: cp/class.c:3398
14143msgid "  but does not override `operator=(const %T&)'"
14144msgstr ""
14145
14146#: cp/class.c:3848
14147msgid ""
14148"offset of empty base `%T' may not be ABI-compliant and maychange in a future "
14149"version of GCC"
14150msgstr ""
14151
14152#: cp/class.c:3957
14153msgid "class `%T' will be considered nearly empty in a future version of GCC"
14154msgstr ""
14155
14156#: cp/class.c:4047
14157msgid "initializer specified for non-virtual method `%D'"
14158msgstr ""
14159
14160#: cp/class.c:4786
14161msgid ""
14162"offset of virtual base `%T' is not ABI-compliant and may change in a future "
14163"version of GCC"
14164msgstr ""
14165
14166#: cp/class.c:4886
14167msgid "direct base `%T' inaccessible in `%T' due to ambiguity"
14168msgstr ""
14169
14170#: cp/class.c:4899
14171msgid "virtual base `%T' inaccessible in `%T' due to ambiguity"
14172msgstr ""
14173
14174#: cp/class.c:5055
14175msgid ""
14176"size assigned to `%T' may not be ABI-compliant and may change in a future "
14177"version of GCC"
14178msgstr ""
14179
14180#. Versions of G++ before G++ 3.4 did not reset the
14181#. DECL_MODE.
14182#: cp/class.c:5078
14183msgid ""
14184"the offset of `%D' may not be ABI-compliant and may change in a future "
14185"version of GCC"
14186msgstr ""
14187
14188#: cp/class.c:5104
14189msgid ""
14190"offset of `%D' is not ABI-compliant and may change in a future version of GCC"
14191msgstr ""
14192
14193#: cp/class.c:5113
14194msgid ""
14195"`%D' contains empty classes which may cause base classes to be placed at "
14196"different locations in a future version of GCC"
14197msgstr ""
14198
14199#: cp/class.c:5172
14200msgid ""
14201"layout of classes derived from empty class `%T' may change in a future "
14202"version of GCC"
14203msgstr ""
14204
14205#: cp/class.c:5457
14206msgid "`%#T' has virtual functions but non-virtual destructor"
14207msgstr ""
14208
14209#: cp/class.c:5541
14210msgid "trying to finish struct, but kicked out due to previous parse errors"
14211msgstr ""
14212
14213#: cp/class.c:6007
14214#, c-format
14215msgid "language string `\"%s\"' not recognized"
14216msgstr ""
14217
14218#: cp/class.c:6103
14219msgid ""
14220"cannot resolve overloaded function `%D' based on conversion to type `%T'"
14221msgstr ""
14222
14223#: cp/class.c:6228
14224msgid "no matches converting function `%D' to type `%#T'"
14225msgstr ""
14226
14227#: cp/class.c:6251
14228msgid "converting overloaded function `%D' to type `%#T' is ambiguous"
14229msgstr ""
14230
14231#: cp/class.c:6277
14232msgid "assuming pointer to member `%D'"
14233msgstr ""
14234
14235#: cp/class.c:6280
14236#, c-format
14237msgid "(a pointer to member can only be formed with `&%E')"
14238msgstr ""
14239
14240#: cp/class.c:6331 cp/class.c:6502 cp/class.c:6509
14241msgid "not enough type information"
14242msgstr ""
14243
14244#: cp/class.c:6340
14245msgid "argument of type `%T' does not match `%T'"
14246msgstr ""
14247
14248#: cp/class.c:6486
14249msgid "invalid operation on uninstantiated type"
14250msgstr ""
14251
14252#. [basic.scope.class]
14253#.
14254#. A name N used in a class S shall refer to the same declaration
14255#. in its context and when re-evaluated in the completed scope of
14256#. S.
14257#: cp/class.c:6770 cp/decl.c:1256 cp/decl.c:3385 cp/pt.c:2013
14258msgid "declaration of `%#D'"
14259msgstr ""
14260
14261#: cp/class.c:6771
14262msgid "changes meaning of `%D' from `%+#D'"
14263msgstr ""
14264
14265#: cp/cvt.c:88
14266msgid "can't convert from incomplete type `%T' to `%T'"
14267msgstr ""
14268
14269#: cp/cvt.c:97
14270msgid "conversion of `%E' from `%T' to `%T' is ambiguous"
14271msgstr ""
14272
14273#: cp/cvt.c:126
14274msgid "converting from `%T' to `%T'"
14275msgstr ""
14276
14277#: cp/cvt.c:203 cp/cvt.c:207
14278msgid "pointer to member cast from `%T' to `%T' is via virtual base"
14279msgstr ""
14280
14281#: cp/cvt.c:225 cp/cvt.c:236 cp/cvt.c:283
14282msgid "cannot convert `%E' from type `%T' to type `%T'"
14283msgstr ""
14284
14285#: cp/cvt.c:262
14286msgid "invalid conversion from '%T' to '%T'"
14287msgstr ""
14288
14289#: cp/cvt.c:504
14290msgid "conversion from `%T' to `%T' discards qualifiers"
14291msgstr ""
14292
14293#: cp/cvt.c:522
14294msgid "casting `%T' to `%T' does not dereference pointer"
14295msgstr ""
14296
14297#: cp/cvt.c:551
14298msgid "cannot convert type `%T' to type `%T'"
14299msgstr ""
14300
14301#: cp/cvt.c:683
14302msgid "conversion from `%#T' to `%#T'"
14303msgstr ""
14304
14305#: cp/cvt.c:695
14306msgid "`%#T' used where a `%T' was expected"
14307msgstr ""
14308
14309#: cp/cvt.c:712
14310msgid "the address of `%D', will always be `true'"
14311msgstr ""
14312
14313#: cp/cvt.c:732
14314msgid "`%#T' used where a floating point value was expected"
14315msgstr ""
14316
14317#: cp/cvt.c:779
14318msgid "conversion from `%T' to non-scalar type `%T' requested"
14319msgstr ""
14320
14321#: cp/cvt.c:865
14322msgid "object of incomplete type `%T' will not be accessed in %s"
14323msgstr ""
14324
14325#: cp/cvt.c:868
14326msgid "object of type `%T' will not be accessed in %s"
14327msgstr ""
14328
14329#: cp/cvt.c:884
14330msgid "object `%E' of incomplete type `%T' will not be accessed in %s"
14331msgstr ""
14332
14333#. [over.over] enumerates the places where we can take the address
14334#. of an overloaded function, and this is not one of them.
14335#: cp/cvt.c:904
14336#, c-format
14337msgid "%s cannot resolve address of overloaded function"
14338msgstr ""
14339
14340#. Only warn when there is no &.
14341#: cp/cvt.c:910
14342#, c-format
14343msgid "%s is a reference, not call, to function `%E'"
14344msgstr ""
14345
14346#: cp/cvt.c:1040
14347msgid "converting NULL to non-pointer type"
14348msgstr ""
14349
14350#: cp/cvt.c:1117
14351msgid "ambiguous default type conversion from `%T'"
14352msgstr ""
14353
14354#: cp/cvt.c:1119
14355msgid "  candidate conversions include `%D' and `%D'"
14356msgstr ""
14357
14358#: cp/decl.c:737
14359#, c-format
14360msgid "push %s level %p line %d\n"
14361msgstr ""
14362
14363#: cp/decl.c:771
14364#, c-format
14365msgid "pop  %s level %p line %d\n"
14366msgstr ""
14367
14368#: cp/decl.c:777 cp/decl.c:815
14369msgid "XXX is_class_level != (current_binding_level == class_binding_level)\n"
14370msgstr ""
14371
14372#: cp/decl.c:809
14373#, c-format
14374msgid "suspend  %s level %p line %d\n"
14375msgstr ""
14376
14377#: cp/decl.c:838
14378#, c-format
14379msgid "resume %s level %p line %d\n"
14380msgstr ""
14381
14382#: cp/decl.c:1257 cp/decl.c:3503
14383msgid "conflicts with previous declaration `%#D'"
14384msgstr ""
14385
14386#: cp/decl.c:1473
14387msgid "label `%D' used but not defined"
14388msgstr ""
14389
14390#: cp/decl.c:1478
14391msgid "label `%D' defined but not used"
14392msgstr ""
14393
14394#: cp/decl.c:2495
14395msgid "namespace alias `%D' not allowed here, assuming `%D'"
14396msgstr ""
14397
14398#: cp/decl.c:2831
14399msgid "XXX entering pop_everything ()\n"
14400msgstr ""
14401
14402#: cp/decl.c:2840
14403msgid "XXX leaving pop_everything ()\n"
14404msgstr ""
14405
14406#: cp/decl.c:3291 cp/decl.c:3713
14407msgid "previous declaration of `%D'"
14408msgstr ""
14409
14410#: cp/decl.c:3372 cp/decl.c:3410
14411msgid "shadowing %s function `%#D'"
14412msgstr ""
14413
14414#: cp/decl.c:3381
14415msgid "library function `%#D' redeclared as non-function `%#D'"
14416msgstr ""
14417
14418#: cp/decl.c:3386
14419msgid "conflicts with built-in declaration `%#D'"
14420msgstr ""
14421
14422#: cp/decl.c:3405 cp/decl.c:3517 cp/decl.c:3533
14423msgid "new declaration `%#D'"
14424msgstr ""
14425
14426#: cp/decl.c:3406
14427msgid "ambiguates built-in declaration `%#D'"
14428msgstr ""
14429
14430#: cp/decl.c:3477
14431msgid "`%#D' redeclared as different kind of symbol"
14432msgstr ""
14433
14434#: cp/decl.c:3480
14435msgid "previous declaration of `%#D'"
14436msgstr ""
14437
14438#: cp/decl.c:3502
14439msgid "declaration of template `%#D'"
14440msgstr ""
14441
14442#: cp/decl.c:3518 cp/decl.c:3534
14443msgid "ambiguates old declaration `%#D'"
14444msgstr ""
14445
14446#: cp/decl.c:3526
14447msgid "declaration of C function `%#D' conflicts with"
14448msgstr ""
14449
14450#: cp/decl.c:3528
14451msgid "previous declaration `%#D' here"
14452msgstr ""
14453
14454#: cp/decl.c:3546
14455msgid "conflicting types for `%#D'"
14456msgstr ""
14457
14458#: cp/decl.c:3547
14459msgid "previous declaration as `%#D'"
14460msgstr ""
14461
14462#: cp/decl.c:3590
14463msgid "`%#D' previously defined here"
14464msgstr ""
14465
14466#: cp/decl.c:3591
14467msgid "`%#D' previously declared here"
14468msgstr ""
14469
14470#. Prototype decl follows defn w/o prototype.
14471#: cp/decl.c:3600
14472msgid "prototype for `%#D'"
14473msgstr ""
14474
14475#: cp/decl.c:3601
14476msgid "follows non-prototype definition here"
14477msgstr ""
14478
14479#: cp/decl.c:3613
14480msgid "previous declaration of `%#D' with %L linkage"
14481msgstr ""
14482
14483#: cp/decl.c:3615
14484msgid "conflicts with new declaration with %L linkage"
14485msgstr ""
14486
14487#: cp/decl.c:3638 cp/decl.c:3645
14488msgid "default argument given for parameter %d of `%#D'"
14489msgstr ""
14490
14491#: cp/decl.c:3640 cp/decl.c:3647
14492msgid "after previous specification in `%#D'"
14493msgstr ""
14494
14495#: cp/decl.c:3656
14496msgid "`%#D' was used before it was declared inline"
14497msgstr ""
14498
14499#: cp/decl.c:3658
14500msgid "previous non-inline declaration here"
14501msgstr ""
14502
14503#: cp/decl.c:3712
14504msgid "redundant redeclaration of `%D' in same scope"
14505msgstr ""
14506
14507#: cp/decl.c:3801
14508#, c-format
14509msgid "declaration of `%F' throws different exceptions"
14510msgstr ""
14511
14512#: cp/decl.c:3803
14513#, c-format
14514msgid "than previous declaration `%F'"
14515msgstr ""
14516
14517#. From [temp.expl.spec]:
14518#.
14519#. If a template, a member template or the member of a class
14520#. template is explicitly specialized then that
14521#. specialization shall be declared before the first use of
14522#. that specialization that would cause an implicit
14523#. instantiation to take place, in every translation unit in
14524#. which such a use occurs.
14525#: cp/decl.c:3943
14526msgid "explicit specialization of %D after first use"
14527msgstr ""
14528
14529#: cp/decl.c:4208
14530msgid "`%#D' used prior to declaration"
14531msgstr ""
14532
14533#: cp/decl.c:4239
14534msgid "redeclaration of `wchar_t' as `%T'"
14535msgstr ""
14536
14537#. A redeclaration of main, but not a duplicate of the
14538#. previous one.
14539#.
14540#. [basic.start.main]
14541#.
14542#. This function shall not be overloaded.
14543#: cp/decl.c:4267
14544msgid "invalid redeclaration of `%D'"
14545msgstr ""
14546
14547#: cp/decl.c:4268
14548msgid "as `%D'"
14549msgstr ""
14550
14551#: cp/decl.c:4358
14552msgid "previous external decl of `%#D'"
14553msgstr ""
14554
14555#: cp/decl.c:4399
14556msgid "`%D' was previously implicitly declared to return `int'"
14557msgstr ""
14558
14559#: cp/decl.c:4459
14560msgid "extern declaration of `%#D' doesn't match"
14561msgstr ""
14562
14563#: cp/decl.c:4460
14564msgid "global declaration `%#D'"
14565msgstr ""
14566
14567#: cp/decl.c:4493
14568msgid "declaration of `%#D' shadows a parameter"
14569msgstr ""
14570
14571#: cp/decl.c:4513
14572#, c-format
14573msgid "declaration of `%s' shadows a member of `this'"
14574msgstr ""
14575
14576#: cp/decl.c:4910
14577msgid "`%#D' hides constructor for `%#T'"
14578msgstr ""
14579
14580#: cp/decl.c:4925
14581msgid "`%#D' conflicts with previous using declaration `%#D'"
14582msgstr ""
14583
14584#: cp/decl.c:4937
14585msgid "previous non-function declaration `%#D'"
14586msgstr ""
14587
14588#: cp/decl.c:4938
14589msgid "conflicts with function declaration `%#D'"
14590msgstr ""
14591
14592#: cp/decl.c:5032
14593msgid "implicit declaration of function `%#D'"
14594msgstr ""
14595
14596#: cp/decl.c:5192
14597#, c-format
14598msgid "label `%s' referenced outside of any function"
14599msgstr ""
14600
14601#: cp/decl.c:5295 cp/decl.c:5319 cp/decl.c:5412
14602msgid "jump to label `%D'"
14603msgstr ""
14604
14605#: cp/decl.c:5297 cp/decl.c:5321
14606msgid "jump to case label"
14607msgstr ""
14608
14609#: cp/decl.c:5305
14610msgid "  crosses initialization of `%#D'"
14611msgstr ""
14612
14613#: cp/decl.c:5308 cp/decl.c:5428
14614msgid "  enters scope of non-POD `%#D'"
14615msgstr ""
14616
14617#: cp/decl.c:5328 cp/decl.c:5432
14618msgid "  enters try block"
14619msgstr ""
14620
14621#. Can't skip init of __exception_info.
14622#: cp/decl.c:5330 cp/decl.c:5424 cp/decl.c:5434
14623msgid "  enters catch block"
14624msgstr ""
14625
14626#: cp/decl.c:5413
14627msgid "  from here"
14628msgstr ""
14629
14630#: cp/decl.c:5426
14631msgid "  skips initialization of `%#D'"
14632msgstr ""
14633
14634#: cp/decl.c:5462
14635msgid "label named wchar_t"
14636msgstr ""
14637
14638#: cp/decl.c:5465
14639msgid "duplicate label `%D'"
14640msgstr ""
14641
14642#: cp/decl.c:5550
14643#, c-format
14644msgid "case label `%E' not within a switch statement"
14645msgstr ""
14646
14647#. Definition isn't the kind we were looking for.
14648#: cp/decl.c:5729 cp/decl.c:5748
14649msgid "`%#D' redeclared as %C"
14650msgstr ""
14651
14652#. This happens for A::B where B is a template, and there are no
14653#. template arguments.
14654#. The YACC parser sometimes gives us things that are not names.
14655#. These always indicate errors.  The recursive-descent parser
14656#. does not do this, so this code can go away once that parser
14657#. replaces the YACC parser.
14658#: cp/decl.c:5836 cp/typeck.c:2069 cp/typeck.c:2229
14659msgid "invalid use of `%D'"
14660msgstr ""
14661
14662#: cp/decl.c:5877
14663msgid "`%D::%D' is not a template"
14664msgstr ""
14665
14666#: cp/decl.c:5894
14667msgid "`%D' undeclared in namespace `%D'"
14668msgstr ""
14669
14670#: cp/decl.c:6027
14671msgid "`%D' used without template parameters"
14672msgstr ""
14673
14674#: cp/decl.c:6038 cp/decl.c:6054 cp/decl.c:6164
14675msgid "no class template named `%#T' in `%#T'"
14676msgstr ""
14677
14678#: cp/decl.c:6080 cp/decl.c:6090 cp/decl.c:6125
14679msgid "no type named `%#T' in `%#T'"
14680msgstr ""
14681
14682#: cp/decl.c:6354
14683msgid "lookup of `%D' finds `%#D'"
14684msgstr ""
14685
14686#: cp/decl.c:6356
14687msgid "  instead of `%D' from dependent base class"
14688msgstr ""
14689
14690#: cp/decl.c:6358
14691msgid "  (use `typename %T::%D' if that's what you meant)"
14692msgstr ""
14693
14694#: cp/decl.c:6389
14695msgid "name lookup of `%D' changed"
14696msgstr ""
14697
14698#: cp/decl.c:6391
14699msgid "  matches this `%D' under ISO standard rules"
14700msgstr ""
14701
14702#: cp/decl.c:6393
14703msgid "  matches this `%D' under old rules"
14704msgstr ""
14705
14706#: cp/decl.c:6407 cp/decl.c:6414
14707msgid "name lookup of `%D' changed for new ISO `for' scoping"
14708msgstr ""
14709
14710#: cp/decl.c:6409
14711msgid "  cannot use obsolete binding at `%D' because it has a destructor"
14712msgstr ""
14713
14714#: cp/decl.c:6416
14715msgid "  using obsolete binding at `%D'"
14716msgstr ""
14717
14718#: cp/decl.c:6634
14719msgid ""
14720"lookup of `%D' in the scope of `%#T' (`%#D') does not match lookup in the "
14721"current scope (`%#D')"
14722msgstr ""
14723
14724#: cp/decl.c:7457
14725msgid "an anonymous union cannot have function members"
14726msgstr ""
14727
14728#: cp/decl.c:7474
14729msgid "member %#D' with constructor not allowed in anonymous aggregate"
14730msgstr ""
14731
14732#: cp/decl.c:7477
14733msgid "member %#D' with destructor not allowed in anonymous aggregate"
14734msgstr ""
14735
14736#: cp/decl.c:7480
14737msgid ""
14738"member %#D' with copy assignment operator not allowed in anonymous aggregate"
14739msgstr ""
14740
14741#: cp/decl.c:7518
14742msgid "redeclaration of C++ built-in type `%T'"
14743msgstr ""
14744
14745#: cp/decl.c:7554
14746msgid "multiple types in one declaration"
14747msgstr ""
14748
14749#: cp/decl.c:7581
14750msgid "missing type-name in typedef-declaration"
14751msgstr ""
14752
14753#: cp/decl.c:7588
14754msgid "ISO C++ prohibits anonymous structs"
14755msgstr ""
14756
14757#: cp/decl.c:7595
14758msgid "`%D' can only be specified for functions"
14759msgstr ""
14760
14761#: cp/decl.c:7597
14762msgid "`%D' can only be specified inside a class"
14763msgstr ""
14764
14765#: cp/decl.c:7599
14766msgid "`%D' can only be specified for constructors"
14767msgstr ""
14768
14769#: cp/decl.c:7602
14770msgid "`%D' can only be specified for objects and functions"
14771msgstr ""
14772
14773#: cp/decl.c:7744 cp/decl2.c:936
14774msgid "typedef `%D' is initialized (use __typeof__ instead)"
14775msgstr ""
14776
14777#: cp/decl.c:7749
14778msgid "function `%#D' is initialized like a variable"
14779msgstr ""
14780
14781#: cp/decl.c:7761
14782msgid "declaration of `%#D' has `extern' and is initialized"
14783msgstr ""
14784
14785#: cp/decl.c:7795
14786msgid "`%#D' is not a static member of `%#T'"
14787msgstr ""
14788
14789#: cp/decl.c:7800
14790msgid "ISO C++ does not permit `%T::%D' to be defined as `%T::%D'"
14791msgstr ""
14792
14793#: cp/decl.c:7811
14794msgid "duplicate initialization of %D"
14795msgstr ""
14796
14797#: cp/decl.c:7840
14798msgid "declaration of `%#D' outside of class is not definition"
14799msgstr ""
14800
14801#: cp/decl.c:7888
14802msgid "variable `%#D' has initializer but incomplete type"
14803msgstr ""
14804
14805#: cp/decl.c:7896 cp/decl.c:8512
14806msgid "elements of array `%#D' have incomplete type"
14807msgstr ""
14808
14809#: cp/decl.c:7912
14810msgid "aggregate `%#D' has incomplete type and cannot be defined"
14811msgstr ""
14812
14813#: cp/decl.c:7962
14814msgid "`%D' declared as reference but not initialized"
14815msgstr ""
14816
14817#: cp/decl.c:7971
14818msgid "ISO C++ forbids use of initializer list to initialize reference `%D'"
14819msgstr ""
14820
14821#: cp/decl.c:8001
14822msgid "cannot initialize `%T' from `%T'"
14823msgstr ""
14824
14825#: cp/decl.c:8035
14826msgid "initializer fails to determine size of `%D'"
14827msgstr ""
14828
14829#: cp/decl.c:8040
14830msgid "array size missing in `%D'"
14831msgstr ""
14832
14833#: cp/decl.c:8052
14834msgid "zero-size array `%D'"
14835msgstr ""
14836
14837#. An automatic variable with an incomplete type: that is an error.
14838#. Don't talk about array types here, since we took care of that
14839#. message in grokdeclarator.
14840#: cp/decl.c:8090
14841msgid "storage size of `%D' isn't known"
14842msgstr ""
14843
14844#: cp/decl.c:8112
14845msgid "storage size of `%D' isn't constant"
14846msgstr ""
14847
14848#: cp/decl.c:8168
14849msgid ""
14850"sorry: semantics of inline function static data `%#D' are wrong (you'll wind "
14851"up with multiple copies)"
14852msgstr ""
14853
14854#: cp/decl.c:8169
14855msgid "  you can work around this by removing the initializer"
14856msgstr ""
14857
14858#: cp/decl.c:8195
14859msgid "uninitialized const `%D'"
14860msgstr ""
14861
14862#: cp/decl.c:8257
14863#, c-format
14864msgid "Designated initializer `%E' larger than array size"
14865msgstr ""
14866
14867#: cp/decl.c:8335
14868msgid "brace-enclosed initializer used to initialize `%T'"
14869msgstr ""
14870
14871#: cp/decl.c:8399
14872msgid "initializer for `%T' must be brace-enclosed"
14873msgstr ""
14874
14875#: cp/decl.c:8416
14876msgid "ISO C++ does not allow designated initializers"
14877msgstr ""
14878
14879#: cp/decl.c:8420
14880msgid "`%T' has no non-static data member named `%D'"
14881msgstr ""
14882
14883#: cp/decl.c:8468
14884msgid "too many initializers for `%T'"
14885msgstr ""
14886
14887#: cp/decl.c:8506
14888msgid "variable-sized object `%D' may not be initialized"
14889msgstr ""
14890
14891#: cp/decl.c:8517
14892msgid "`%D' has incomplete type"
14893msgstr ""
14894
14895#: cp/decl.c:8566
14896msgid "`%D' must be initialized by constructor, not by `{...}'"
14897msgstr ""
14898
14899#: cp/decl.c:8610
14900msgid "structure `%D' with uninitialized const members"
14901msgstr ""
14902
14903#: cp/decl.c:8612
14904msgid "structure `%D' with uninitialized reference members"
14905msgstr ""
14906
14907#: cp/decl.c:8853
14908msgid "assignment (not initialization) in declaration"
14909msgstr ""
14910
14911#: cp/decl.c:8868
14912msgid "cannot initialize `%D' to namespace `%D'"
14913msgstr ""
14914
14915#: cp/decl.c:8919
14916msgid "shadowing previous type declaration of `%#D'"
14917msgstr ""
14918
14919#: cp/decl.c:8967
14920msgid "`%D' cannot be thread-local because it has non-POD type `%T'"
14921msgstr ""
14922
14923#: cp/decl.c:8982
14924msgid "`%D' is thread-local and so cannot be dynamically initialized"
14925msgstr ""
14926
14927#: cp/decl.c:9382 cp/init.c:571
14928msgid "multiple initializations given for `%D'"
14929msgstr ""
14930
14931#: cp/decl.c:9474
14932msgid "invalid catch parameter"
14933msgstr ""
14934
14935#: cp/decl.c:9592
14936msgid "destructor for alien class `%T' cannot be a member"
14937msgstr ""
14938
14939#: cp/decl.c:9595
14940msgid "constructor for alien class `%T' cannot be a member"
14941msgstr ""
14942
14943#: cp/decl.c:9614
14944msgid "`%D' declared as a `virtual' %s"
14945msgstr ""
14946
14947#: cp/decl.c:9616
14948msgid "`%D' declared as an `inline' %s"
14949msgstr ""
14950
14951#: cp/decl.c:9618
14952msgid ""
14953"`const' and `volatile' function specifiers on `%D' invalid in %s declaration"
14954msgstr ""
14955
14956#: cp/decl.c:9621
14957msgid "`%D' declared as a friend"
14958msgstr ""
14959
14960#: cp/decl.c:9627
14961msgid "`%D' declared with an exception specification"
14962msgstr ""
14963
14964#: cp/decl.c:9702
14965msgid "cannot declare `::main' to be a template"
14966msgstr ""
14967
14968#: cp/decl.c:9704
14969msgid "cannot declare `::main' to be inline"
14970msgstr ""
14971
14972#: cp/decl.c:9706
14973msgid "cannot declare `::main' to be static"
14974msgstr ""
14975
14976#: cp/decl.c:9709
14977msgid "`main' must return `int'"
14978msgstr ""
14979
14980#: cp/decl.c:9737
14981msgid "non-local function `%#D' uses anonymous type"
14982msgstr ""
14983
14984#: cp/decl.c:9740
14985msgid ""
14986"`%#D' does not refer to the unqualified type, so it is not used for linkage"
14987msgstr ""
14988
14989#: cp/decl.c:9746
14990msgid "non-local function `%#D' uses local type `%T'"
14991msgstr ""
14992
14993#: cp/decl.c:9775
14994msgid "%smember function `%D' cannot have `%T' method qualifier"
14995msgstr ""
14996
14997#: cp/decl.c:9799
14998msgid "defining explicit specialization `%D' in friend declaration"
14999msgstr ""
15000
15001#. Something like `template <class T> friend void f<T>()'.
15002#: cp/decl.c:9809
15003msgid "invalid use of template-id `%D' in declaration of primary template"
15004msgstr ""
15005
15006#: cp/decl.c:9837
15007msgid ""
15008"default arguments are not allowed in declaration of friend template "
15009"specialization `%D'"
15010msgstr ""
15011
15012#: cp/decl.c:9844
15013msgid ""
15014"`inline' is not allowed in declaration of friend template specialization `%D'"
15015msgstr ""
15016
15017#: cp/decl.c:9906
15018msgid "definition of implicitly-declared `%D'"
15019msgstr ""
15020
15021#: cp/decl.c:9918 cp/decl2.c:785
15022msgid "no `%#D' member function declared in class `%T'"
15023msgstr ""
15024
15025#: cp/decl.c:10051
15026msgid "non-local variable `%#D' uses local type `%T'"
15027msgstr ""
15028
15029#: cp/decl.c:10148
15030msgid ""
15031"invalid in-class initialization of static data member of non-integral type `%"
15032"T'"
15033msgstr ""
15034
15035#: cp/decl.c:10157
15036msgid "ISO C++ forbids in-class initialization of non-const static member `%D'"
15037msgstr ""
15038
15039#: cp/decl.c:10160
15040msgid ""
15041"ISO C++ forbids initialization of member constant `%D' of non-integral type `"
15042"%T'"
15043msgstr ""
15044
15045#: cp/decl.c:10210
15046msgid "size of array `%D' has non-integer type"
15047msgstr ""
15048
15049#: cp/decl.c:10212
15050msgid "size of array has non-integer type"
15051msgstr ""
15052
15053#: cp/decl.c:10232
15054msgid "size of array `%D' is negative"
15055msgstr ""
15056
15057#: cp/decl.c:10234
15058msgid "size of array is negative"
15059msgstr ""
15060
15061#: cp/decl.c:10242
15062msgid "ISO C++ forbids zero-size array `%D'"
15063msgstr ""
15064
15065#: cp/decl.c:10244
15066msgid "ISO C++ forbids zero-size array"
15067msgstr ""
15068
15069#: cp/decl.c:10251
15070msgid "size of array `%D' is not an integral constant-expression"
15071msgstr ""
15072
15073#: cp/decl.c:10254
15074msgid "size of array is not an integral constant-expression"
15075msgstr ""
15076
15077#: cp/decl.c:10272
15078msgid "ISO C++ forbids variable-size array `%D'"
15079msgstr ""
15080
15081#: cp/decl.c:10275
15082msgid "ISO C++ forbids variable-size array"
15083msgstr ""
15084
15085#: cp/decl.c:10286
15086msgid "overflow in array dimension"
15087msgstr ""
15088
15089#: cp/decl.c:10345
15090msgid "declaration of `%D' as %s"
15091msgstr ""
15092
15093#: cp/decl.c:10347
15094#, c-format
15095msgid "creating %s"
15096msgstr ""
15097
15098#: cp/decl.c:10359
15099msgid ""
15100"declaration of `%D' as multidimensional array must have bounds for all "
15101"dimensions except the first"
15102msgstr ""
15103
15104#: cp/decl.c:10362
15105msgid ""
15106"multidimensional array must have bounds for all dimensions except the first"
15107msgstr ""
15108
15109#: cp/decl.c:10391
15110msgid "return type specification for constructor invalid"
15111msgstr ""
15112
15113#: cp/decl.c:10398
15114msgid "return type specification for destructor invalid"
15115msgstr ""
15116
15117#: cp/decl.c:10404
15118msgid "operator `%T' declared to return `%T'"
15119msgstr ""
15120
15121#: cp/decl.c:10406
15122msgid "return type specified for `operator %T'"
15123msgstr ""
15124
15125#: cp/decl.c:10574
15126msgid "destructors must be member functions"
15127msgstr ""
15128
15129#: cp/decl.c:10593
15130msgid "destructor `%T' must match class name `%T'"
15131msgstr ""
15132
15133#: cp/decl.c:10622
15134msgid "variable declaration is not allowed here"
15135msgstr ""
15136
15137#: cp/decl.c:10649
15138msgid "invalid declarator"
15139msgstr ""
15140
15141#: cp/decl.c:10700
15142msgid "declarator-id missing; using reserved word `%D'"
15143msgstr ""
15144
15145#: cp/decl.c:10757
15146msgid "type `%T' is not derived from type `%T'"
15147msgstr ""
15148
15149#. Parse error puts this typespec where
15150#. a declarator should go.
15151#: cp/decl.c:10809
15152msgid "`%T' specified as declarator-id"
15153msgstr ""
15154
15155#: cp/decl.c:10811
15156msgid "  perhaps you want `%T' for a constructor"
15157msgstr ""
15158
15159#. Sometimes, we see a template-name used as part of a
15160#. decl-specifier like in
15161#. std::allocator alloc;
15162#. Handle that gracefully.
15163#: cp/decl.c:10833
15164#, c-format
15165msgid "invalid use of template-name '%E' in a declarator"
15166msgstr ""
15167
15168#: cp/decl.c:10853
15169msgid "declaration of `%D' as non-function"
15170msgstr ""
15171
15172#: cp/decl.c:10930
15173msgid "`bool' is now a keyword"
15174msgstr ""
15175
15176#: cp/decl.c:10932
15177msgid "extraneous `%T' ignored"
15178msgstr ""
15179
15180#: cp/decl.c:10948 cp/decl.c:10993
15181msgid "multiple declarations `%T' and `%T'"
15182msgstr ""
15183
15184#: cp/decl.c:10961
15185msgid "ISO C++ does not support `long long'"
15186msgstr ""
15187
15188#: cp/decl.c:11066 cp/decl.c:11069
15189#, c-format
15190msgid "ISO C++ forbids declaration of `%s' with no type"
15191msgstr ""
15192
15193#. The implicit typename extension is deprecated and will be
15194#. removed.  Warn about its use now.
15195#: cp/decl.c:11079
15196msgid "`%T' is implicitly a typename"
15197msgstr ""
15198
15199#: cp/decl.c:11115
15200#, c-format
15201msgid "short, signed or unsigned invalid for `%s'"
15202msgstr ""
15203
15204#: cp/decl.c:11120
15205#, c-format
15206msgid "long and short specified together for `%s'"
15207msgstr ""
15208
15209#: cp/decl.c:11131
15210#, c-format
15211msgid "signed and unsigned given together for `%s'"
15212msgstr ""
15213
15214#: cp/decl.c:11240
15215msgid "qualifiers are not allowed on declaration of `operator %T'"
15216msgstr ""
15217
15218#: cp/decl.c:11262
15219msgid "member `%D' cannot be declared both virtual and static"
15220msgstr ""
15221
15222#: cp/decl.c:11271
15223msgid "`%T::%D' is not a valid declarator"
15224msgstr ""
15225
15226#: cp/decl.c:11283
15227msgid "storage class specifiers invalid in parameter declarations"
15228msgstr ""
15229
15230#: cp/decl.c:11287
15231msgid "typedef declaration invalid in parameter declaration"
15232msgstr ""
15233
15234#: cp/decl.c:11300
15235msgid "virtual outside class declaration"
15236msgstr ""
15237
15238#: cp/decl.c:11361
15239#, c-format
15240msgid "storage class specified for %s `%s'"
15241msgstr ""
15242
15243#: cp/decl.c:11408
15244msgid "storage class specifiers invalid in friend function declarations"
15245msgstr ""
15246
15247#: cp/decl.c:11578
15248msgid "destructor cannot be static member function"
15249msgstr ""
15250
15251#: cp/decl.c:11581
15252#, c-format
15253msgid "destructors may not be `%s'"
15254msgstr ""
15255
15256#: cp/decl.c:11602
15257msgid "constructor cannot be static member function"
15258msgstr ""
15259
15260#: cp/decl.c:11605
15261msgid "constructors cannot be declared virtual"
15262msgstr ""
15263
15264#: cp/decl.c:11610
15265#, c-format
15266msgid "constructors may not be `%s'"
15267msgstr ""
15268
15269#: cp/decl.c:11620
15270msgid "return value type specifier for constructor ignored"
15271msgstr ""
15272
15273#: cp/decl.c:11639
15274#, c-format
15275msgid "can't initialize friend function `%s'"
15276msgstr ""
15277
15278#. Cannot be both friend and virtual.
15279#: cp/decl.c:11643
15280msgid "virtual functions cannot be friends"
15281msgstr ""
15282
15283#: cp/decl.c:11648
15284msgid "friend declaration not in class definition"
15285msgstr ""
15286
15287#: cp/decl.c:11650
15288#, c-format
15289msgid "can't define friend function `%s' in a local class definition"
15290msgstr ""
15291
15292#: cp/decl.c:11674
15293msgid "destructors may not have parameters"
15294msgstr ""
15295
15296#: cp/decl.c:11705 cp/decl.c:11712
15297msgid "cannot declare reference to `%#T'"
15298msgstr ""
15299
15300#: cp/decl.c:11706
15301msgid "cannot declare pointer to `%#T'"
15302msgstr ""
15303
15304#: cp/decl.c:11711
15305msgid "cannot declare pointer to `%#T' member"
15306msgstr ""
15307
15308#: cp/decl.c:11887
15309msgid "extra qualification `%T::' on member `%s' ignored"
15310msgstr ""
15311
15312#: cp/decl.c:11897
15313msgid "cannot declare member function `%T::%s' within `%T'"
15314msgstr ""
15315
15316#: cp/decl.c:11912
15317msgid "cannot declare member `%T::%s' within `%T'"
15318msgstr ""
15319
15320#: cp/decl.c:11991
15321msgid "data member may not have variably modified type `%T'"
15322msgstr ""
15323
15324#: cp/decl.c:11993
15325msgid "parameter may not have variably modified type `%T'"
15326msgstr ""
15327
15328#. [dcl.fct.spec] The explicit specifier shall only be used in
15329#. declarations of constructors within a class definition.
15330#: cp/decl.c:12001
15331msgid "only declarations of constructors can be `explicit'"
15332msgstr ""
15333
15334#: cp/decl.c:12009
15335#, c-format
15336msgid "non-member `%s' cannot be declared `mutable'"
15337msgstr ""
15338
15339#: cp/decl.c:12014
15340#, c-format
15341msgid "non-object member `%s' cannot be declared `mutable'"
15342msgstr ""
15343
15344#: cp/decl.c:12020
15345#, c-format
15346msgid "function `%s' cannot be declared `mutable'"
15347msgstr ""
15348
15349#: cp/decl.c:12025
15350#, c-format
15351msgid "static `%s' cannot be declared `mutable'"
15352msgstr ""
15353
15354#: cp/decl.c:12030
15355#, c-format
15356msgid "const `%s' cannot be declared `mutable'"
15357msgstr ""
15358
15359#: cp/decl.c:12043
15360msgid "template-id `%D' used as a declarator"
15361msgstr ""
15362
15363#: cp/decl.c:12064
15364msgid "ISO C++ forbids nested type `%D' with same name as enclosing class"
15365msgstr ""
15366
15367#: cp/decl.c:12113
15368msgid "typedef name may not be class-qualified"
15369msgstr ""
15370
15371#: cp/decl.c:12121
15372msgid "invalid type qualifier for non-member function type"
15373msgstr ""
15374
15375#: cp/decl.c:12184
15376msgid "type qualifiers specified for friend class declaration"
15377msgstr ""
15378
15379#: cp/decl.c:12189
15380msgid "`inline' specified for friend class declaration"
15381msgstr ""
15382
15383#: cp/decl.c:12197
15384msgid "template parameters cannot be friends"
15385msgstr ""
15386
15387#: cp/decl.c:12199
15388msgid "friend declaration requires class-key, i.e. `friend class %T::%D'"
15389msgstr ""
15390
15391#: cp/decl.c:12203
15392msgid "friend declaration requires class-key, i.e. `friend %#T'"
15393msgstr ""
15394
15395#: cp/decl.c:12217
15396msgid "trying to make class `%T' a friend of global scope"
15397msgstr ""
15398
15399#: cp/decl.c:12228
15400msgid "invalid qualifiers on non-member function type"
15401msgstr ""
15402
15403#: cp/decl.c:12247
15404msgid "abstract declarator `%T' used as declaration"
15405msgstr ""
15406
15407#: cp/decl.c:12259
15408msgid "unnamed variable or field declared void"
15409msgstr ""
15410
15411#: cp/decl.c:12268
15412msgid "variable or field declared void"
15413msgstr ""
15414
15415#: cp/decl.c:12278
15416msgid "cannot use `::' in parameter declaration"
15417msgstr ""
15418
15419#. Something like struct S { int N::j; };
15420#: cp/decl.c:12317
15421msgid "invalid use of `::'"
15422msgstr ""
15423
15424#: cp/decl.c:12329
15425msgid "function `%D' cannot be declared friend"
15426msgstr ""
15427
15428#: cp/decl.c:12341
15429msgid "can't make `%D' into a method -- not in a class"
15430msgstr ""
15431
15432#: cp/decl.c:12350
15433msgid "function `%D' declared virtual inside a union"
15434msgstr ""
15435
15436#: cp/decl.c:12362
15437msgid "`%D' cannot be declared virtual, since it is always static"
15438msgstr ""
15439
15440#: cp/decl.c:12438
15441msgid "field `%D' has incomplete type"
15442msgstr ""
15443
15444#: cp/decl.c:12440
15445msgid "name `%T' has incomplete type"
15446msgstr ""
15447
15448#: cp/decl.c:12449
15449msgid "  in instantiation of template `%T'"
15450msgstr ""
15451
15452#: cp/decl.c:12459
15453#, c-format
15454msgid "`%s' is neither function nor member function; cannot be declared friend"
15455msgstr ""
15456
15457#: cp/decl.c:12470
15458msgid "member functions are implicitly friends of their class"
15459msgstr ""
15460
15461#. An attempt is being made to initialize a non-static
15462#. member.  But, from [class.mem]:
15463#.
15464#. 4 A member-declarator can contain a
15465#. constant-initializer only if it declares a static
15466#. member (_class.static_) of integral or enumeration
15467#. type, see _class.static.data_.
15468#.
15469#. This used to be relatively common practice, but
15470#. the rest of the compiler does not correctly
15471#. handle the initialization unless the member is
15472#. static so we make it static below.
15473#: cp/decl.c:12517
15474msgid "ISO C++ forbids initialization of member `%D'"
15475msgstr ""
15476
15477#: cp/decl.c:12519
15478msgid "making `%D' static"
15479msgstr ""
15480
15481#: cp/decl.c:12543
15482msgid ""
15483"ISO C++ forbids static data member `%D' with same name as enclosing class"
15484msgstr ""
15485
15486#: cp/decl.c:12584
15487#, c-format
15488msgid "storage class `auto' invalid for function `%s'"
15489msgstr ""
15490
15491#: cp/decl.c:12586
15492#, c-format
15493msgid "storage class `register' invalid for function `%s'"
15494msgstr ""
15495
15496#: cp/decl.c:12588
15497#, c-format
15498msgid "storage class `__thread' invalid for function `%s'"
15499msgstr ""
15500
15501#: cp/decl.c:12599
15502#, c-format
15503msgid ""
15504"storage class `static' invalid for function `%s' declared out of global scope"
15505msgstr ""
15506
15507#: cp/decl.c:12601
15508#, c-format
15509msgid ""
15510"storage class `inline' invalid for function `%s' declared out of global scope"
15511msgstr ""
15512
15513#: cp/decl.c:12608
15514#, c-format
15515msgid "virtual non-class function `%s'"
15516msgstr ""
15517
15518#: cp/decl.c:12637
15519msgid "cannot declare member function `%D' to have static linkage"
15520msgstr ""
15521
15522#. FIXME need arm citation
15523#: cp/decl.c:12643
15524msgid "cannot declare static function inside another function"
15525msgstr ""
15526
15527#: cp/decl.c:12671
15528msgid ""
15529"`static' may not be used when defining (as opposed to declaring) a static "
15530"data member"
15531msgstr ""
15532
15533#: cp/decl.c:12677
15534msgid "static member `%D' declared `register'"
15535msgstr ""
15536
15537#: cp/decl.c:12682
15538msgid "cannot explicitly declare member `%#D' to have extern linkage"
15539msgstr ""
15540
15541#: cp/decl.c:12855
15542msgid "default argument for `%#D' has type `%T'"
15543msgstr ""
15544
15545#: cp/decl.c:12858
15546msgid "default argument for parameter of type `%T' has type `%T'"
15547msgstr ""
15548
15549#: cp/decl.c:12875
15550msgid "default argument `%E' uses local variable `%D'"
15551msgstr ""
15552
15553#: cp/decl.c:12920
15554#, c-format
15555msgid "invalid string constant `%E'"
15556msgstr ""
15557
15558#: cp/decl.c:12922
15559msgid ""
15560"invalid integer constant in parameter list, did you forget to give parameter "
15561"name?"
15562msgstr ""
15563
15564#: cp/decl.c:12960
15565msgid "parameter `%D' invalidly declared method type"
15566msgstr ""
15567
15568#: cp/decl.c:12966
15569msgid "parameter `%D' invalidly declared offset type"
15570msgstr ""
15571
15572#: cp/decl.c:12990
15573msgid "parameter `%D' includes %s to array of unknown bound `%T'"
15574msgstr ""
15575
15576#. [class.copy]
15577#.
15578#. A declaration of a constructor for a class X is ill-formed if
15579#. its first parameter is of type (optionally cv-qualified) X
15580#. and either there are no other parameters or else all other
15581#. parameters have default arguments.
15582#.
15583#. We *don't* complain about member template instantiations that
15584#. have this form, though; they can occur as we try to decide
15585#. what constructor to use during overload resolution.  Since
15586#. overload resolution will never prefer such a constructor to
15587#. the non-template copy constructor (which is either explicitly
15588#. or implicitly defined), there's no need to worry about their
15589#. existence.  Theoretically, they should never even be
15590#. instantiated, but that's hard to forestall.
15591#: cp/decl.c:13152
15592msgid "invalid constructor; you probably meant `%T (const %T&)'"
15593msgstr ""
15594
15595#: cp/decl.c:13303
15596msgid "`%D' must be a nonstatic member function"
15597msgstr ""
15598
15599#: cp/decl.c:13309
15600msgid ""
15601"`%D' must be either a non-static member function or a non-member function"
15602msgstr ""
15603
15604#: cp/decl.c:13326
15605msgid "`%D' must have an argument of class or enumerated type"
15606msgstr ""
15607
15608#: cp/decl.c:13358
15609#, c-format
15610msgid "conversion to %s%s will never use a type conversion operator"
15611msgstr ""
15612
15613#. 13.4.0.3
15614#: cp/decl.c:13365
15615msgid "ISO C++ prohibits overloading operator ?:"
15616msgstr ""
15617
15618#: cp/decl.c:13415
15619msgid "postfix `%D' must take `int' as its argument"
15620msgstr ""
15621
15622#: cp/decl.c:13419
15623msgid "postfix `%D' must take `int' as its second argument"
15624msgstr ""
15625
15626#: cp/decl.c:13426
15627msgid "`%D' must take either zero or one argument"
15628msgstr ""
15629
15630#: cp/decl.c:13428
15631msgid "`%D' must take either one or two arguments"
15632msgstr ""
15633
15634#: cp/decl.c:13449
15635msgid "prefix `%D' should return `%T'"
15636msgstr ""
15637
15638#: cp/decl.c:13455
15639msgid "postfix `%D' should return `%T'"
15640msgstr ""
15641
15642#: cp/decl.c:13464
15643msgid "`%D' must take `void'"
15644msgstr ""
15645
15646#: cp/decl.c:13466 cp/decl.c:13474
15647msgid "`%D' must take exactly one argument"
15648msgstr ""
15649
15650#: cp/decl.c:13476
15651msgid "`%D' must take exactly two arguments"
15652msgstr ""
15653
15654#: cp/decl.c:13484
15655msgid "user-defined `%D' always evaluates both arguments"
15656msgstr ""
15657
15658#: cp/decl.c:13498
15659msgid "`%D' should return by value"
15660msgstr ""
15661
15662#: cp/decl.c:13510 cp/decl.c:13513
15663msgid "`%D' cannot have default arguments"
15664msgstr ""
15665
15666#: cp/decl.c:13556
15667msgid "using typedef-name `%D' after `%s'"
15668msgstr ""
15669
15670#: cp/decl.c:13562
15671msgid "using template type parameter `%T' after `%s'"
15672msgstr ""
15673
15674#: cp/decl.c:13623
15675msgid "`%s %T' declares a new type at namespace scope"
15676msgstr ""
15677
15678#: cp/decl.c:13626
15679msgid ""
15680"  names from dependent base classes are not visible to unqualified name "
15681"lookup - to refer to the inherited type, say `%s %T::%T'"
15682msgstr ""
15683
15684#: cp/decl.c:13744
15685msgid "use of enum `%#D' without previous declaration"
15686msgstr ""
15687
15688#: cp/decl.c:13812
15689msgid "derived union `%T' invalid"
15690msgstr ""
15691
15692#: cp/decl.c:13858
15693msgid "base type `%T' fails to be a struct or class type"
15694msgstr ""
15695
15696#: cp/decl.c:13868
15697msgid "base class `%T' has incomplete type"
15698msgstr ""
15699
15700#: cp/decl.c:13876
15701msgid "recursive type `%T' undefined"
15702msgstr ""
15703
15704#: cp/decl.c:13878
15705msgid "duplicate base type `%T' invalid"
15706msgstr ""
15707
15708#: cp/decl.c:13989
15709msgid "multiple definition of `%#T'"
15710msgstr ""
15711
15712#: cp/decl.c:13990
15713msgid "previous definition here"
15714msgstr ""
15715
15716#: cp/decl.c:14093
15717msgid "no integral type can represent all of the enumerator values for `%T'"
15718msgstr ""
15719
15720#: cp/decl.c:14169
15721msgid "enumerator value for `%D' not integer constant"
15722msgstr ""
15723
15724#: cp/decl.c:14189
15725msgid "overflow in enumeration values at `%D'"
15726msgstr ""
15727
15728#: cp/decl.c:14264
15729msgid "return type `%#T' is incomplete"
15730msgstr ""
15731
15732#: cp/decl.c:14378
15733msgid "semicolon missing after declaration of `%#T'"
15734msgstr ""
15735
15736#: cp/decl.c:14399
15737msgid "return type for `main' changed to `int'"
15738msgstr ""
15739
15740#: cp/decl.c:14430
15741msgid "`%D' implicitly declared before its definition"
15742msgstr ""
15743
15744#: cp/decl.c:14452 cp/typeck.c:6318
15745msgid "`operator=' should return a reference to `*this'"
15746msgstr ""
15747
15748#: cp/decl.c:14712
15749msgid "parameter `%D' declared void"
15750msgstr ""
15751
15752#: cp/decl.c:15199
15753msgid "`%D' is already defined in class `%T'"
15754msgstr ""
15755
15756#: cp/decl.c:15417
15757msgid "static member function `%#D' declared with type qualifiers"
15758msgstr ""
15759
15760#: cp/decl2.c:153
15761#, c-format
15762msgid "duplicate type qualifiers in %s declaration"
15763msgstr ""
15764
15765#: cp/decl2.c:192
15766msgid "template `%#D' instantiated in file without #pragma interface"
15767msgstr ""
15768
15769#: cp/decl2.c:198
15770msgid "template `%#D' defined in file without #pragma interface"
15771msgstr ""
15772
15773#: cp/decl2.c:365
15774msgid "name missing for member function"
15775msgstr ""
15776
15777#. Something has gone very wrong.  Assume we are mistakenly reducing
15778#. an expression instead of a declaration.
15779#: cp/decl2.c:428
15780msgid "parser may be lost: is there a '{' missing somewhere?"
15781msgstr ""
15782
15783#: cp/decl2.c:459 cp/decl2.c:473
15784msgid "ambiguous conversion for array subscript"
15785msgstr ""
15786
15787#: cp/decl2.c:467
15788msgid "invalid types `%T[%T]' for array subscript"
15789msgstr ""
15790
15791#: cp/decl2.c:515
15792msgid "type `%#T' argument given to `delete', expected pointer"
15793msgstr ""
15794
15795#: cp/decl2.c:523
15796msgid "anachronistic use of array size in vector delete"
15797msgstr ""
15798
15799#: cp/decl2.c:533
15800msgid ""
15801"cannot delete a function.  Only pointer-to-objects are valid arguments to "
15802"`delete'"
15803msgstr ""
15804
15805#: cp/decl2.c:540
15806msgid "deleting `%T' is undefined"
15807msgstr ""
15808
15809#: cp/decl2.c:548
15810msgid "deleting array `%#D'"
15811msgstr ""
15812
15813#. 14.5.2.2 [temp.mem]
15814#.
15815#. A local class shall not have member templates.
15816#: cp/decl2.c:582
15817msgid "invalid declaration of member template `%#D' in local class"
15818msgstr ""
15819
15820#: cp/decl2.c:591
15821msgid "invalid use of `virtual' in template declaration of `%#D'"
15822msgstr ""
15823
15824#: cp/decl2.c:601 cp/pt.c:2754
15825msgid "template declaration of `%#D'"
15826msgstr ""
15827
15828#: cp/decl2.c:651
15829msgid "Java method '%D' has non-Java return type `%T'"
15830msgstr ""
15831
15832#: cp/decl2.c:660
15833msgid "Java method '%D' has non-Java parameter type `%T'"
15834msgstr ""
15835
15836#: cp/decl2.c:746
15837msgid "prototype for `%#D' does not match any in class `%T'"
15838msgstr ""
15839
15840#: cp/decl2.c:828
15841msgid "local class `%#T' shall not have static data member `%#D'"
15842msgstr ""
15843
15844#: cp/decl2.c:836
15845msgid "initializer invalid for static member with constructor"
15846msgstr ""
15847
15848#: cp/decl2.c:839
15849msgid "(an out of class initialization is required)"
15850msgstr ""
15851
15852#: cp/decl2.c:898
15853msgid "invalid data member initialization"
15854msgstr ""
15855
15856#: cp/decl2.c:901
15857msgid "(use `=' to initialize static data members)"
15858msgstr ""
15859
15860#: cp/decl2.c:947
15861msgid "member `%D' conflicts with virtual function table field name"
15862msgstr ""
15863
15864#: cp/decl2.c:967
15865msgid "`%D' is already defined in `%T'"
15866msgstr ""
15867
15868#: cp/decl2.c:1014
15869msgid "field initializer is not constant"
15870msgstr ""
15871
15872#: cp/decl2.c:1038
15873msgid "`asm' specifiers are not permitted on non-static data members"
15874msgstr ""
15875
15876#: cp/decl2.c:1090
15877msgid "cannot declare `%D' to be a bit-field type"
15878msgstr ""
15879
15880#: cp/decl2.c:1100
15881msgid "cannot declare bit-field `%D' with function type"
15882msgstr ""
15883
15884#: cp/decl2.c:1107
15885msgid "`%D' is already defined in the class %T"
15886msgstr ""
15887
15888#: cp/decl2.c:1114
15889msgid "static member `%D' cannot be a bit-field"
15890msgstr ""
15891
15892#: cp/decl2.c:1201
15893msgid "initializer specified for non-member function `%D'"
15894msgstr ""
15895
15896#: cp/decl2.c:1205
15897msgid "invalid initializer for virtual method `%D'"
15898msgstr ""
15899
15900#: cp/decl2.c:1319
15901msgid "anonymous struct not inside named type"
15902msgstr ""
15903
15904#: cp/decl2.c:1415
15905msgid "namespace-scope anonymous aggregates must be static"
15906msgstr ""
15907
15908#: cp/decl2.c:1428
15909msgid "anonymous aggregate with no members"
15910msgstr ""
15911
15912#: cp/decl2.c:1497
15913msgid "`operator new' must return type `%T'"
15914msgstr ""
15915
15916#: cp/decl2.c:1505
15917msgid "`operator new' takes type `size_t' (`%T') as first parameter"
15918msgstr ""
15919
15920#: cp/decl2.c:1532
15921msgid "`operator delete' must return type `%T'"
15922msgstr ""
15923
15924#: cp/decl2.c:1540
15925msgid "`operator delete' takes type `%T' as first parameter"
15926msgstr ""
15927
15928#. Overflow occurred.  That means there are at least 4 billion
15929#. initialization functions.
15930#: cp/decl2.c:2286
15931msgid "too many initialization functions required"
15932msgstr ""
15933
15934#: cp/decl2.c:3010
15935msgid "inline function `%D' used but never defined"
15936msgstr ""
15937
15938#: cp/decl2.c:3139
15939msgid "use of old-style cast"
15940msgstr ""
15941
15942#: cp/decl2.c:3864
15943msgid "use of `%D' is ambiguous"
15944msgstr ""
15945
15946#: cp/decl2.c:3865
15947msgid "  first declared as `%#D' here"
15948msgstr ""
15949
15950#: cp/decl2.c:3868
15951msgid "  also declared as `%#D' here"
15952msgstr ""
15953
15954#: cp/decl2.c:3883
15955msgid "`%D' denotes an ambiguous type"
15956msgstr ""
15957
15958#: cp/decl2.c:3884
15959msgid "  first type here"
15960msgstr ""
15961
15962#: cp/decl2.c:3885
15963msgid "  other type here"
15964msgstr ""
15965
15966#: cp/decl2.c:3986
15967msgid "declaration of `%D' not in a namespace surrounding `%D'"
15968msgstr ""
15969
15970#: cp/decl2.c:4020
15971msgid "`%D' should have been declared inside `%D'"
15972msgstr ""
15973
15974#: cp/decl2.c:4156
15975msgid "`%D' is not a function,"
15976msgstr ""
15977
15978#: cp/decl2.c:4157
15979msgid "  conflict with `%D'"
15980msgstr ""
15981
15982#. The parser did not find it, so it's not there.
15983#: cp/decl2.c:4477
15984msgid "unknown namespace `%D'"
15985msgstr ""
15986
15987#: cp/decl2.c:4511 cp/decl2.c:4798
15988msgid "`%T' is not a namespace"
15989msgstr ""
15990
15991#: cp/decl2.c:4513
15992msgid "`%D' is not a namespace"
15993msgstr ""
15994
15995#: cp/decl2.c:4522
15996msgid "a using-declaration cannot specify a template-id.  Try `using %D'"
15997msgstr ""
15998
15999#: cp/decl2.c:4536
16000msgid "namespace `%D' not allowed in using-declaration"
16001msgstr ""
16002
16003#: cp/decl2.c:4565
16004msgid "`%D' not declared"
16005msgstr ""
16006
16007#. If the OLD_FN was really declared, the
16008#. declarations don't match.
16009#: cp/decl2.c:4577 cp/decl2.c:4619 cp/decl2.c:4644
16010msgid "`%D' is already declared in this scope"
16011msgstr ""
16012
16013#: cp/decl2.c:4650
16014msgid "using declaration `%D' introduced ambiguous type `%T'"
16015msgstr ""
16016
16017#: cp/decl2.c:4744
16018msgid "using-declaration for non-member at class scope"
16019msgstr ""
16020
16021#: cp/decl2.c:4750
16022msgid "using-declaration for destructor"
16023msgstr ""
16024
16025#: cp/decl2.c:4756
16026msgid "a using-declaration cannot specify a template-id.  Try  `using %T::%D'"
16027msgstr ""
16028
16029#: cp/decl2.c:4792
16030msgid "namespace `%T' undeclared"
16031msgstr ""
16032
16033#: cp/decl2.c:4821
16034msgid "default argument missing for parameter %P of `%+#D'"
16035msgstr ""
16036
16037#: cp/decl2.c:4946
16038msgid "extra qualification `%T::' on member `%D' ignored"
16039msgstr ""
16040
16041#: cp/decl2.c:4950
16042msgid "`%T' does not have a class or union named `%D'"
16043msgstr ""
16044
16045#: cp/decl2.c:4968
16046msgid "`%T' is not a class or union type"
16047msgstr ""
16048
16049#: cp/decl2.c:4982
16050msgid "template argument is required for `%T'"
16051msgstr ""
16052
16053#: cp/decl2.c:5000
16054msgid "declaration of `%D' in `%D' which does not enclose `%D'"
16055msgstr ""
16056
16057#: cp/error.c:35
16058#, c-format
16059msgid "`%s' not supported by %s"
16060msgstr ""
16061
16062#: cp/error.c:572
16063#, c-format
16064msgid "<anonymous %s>"
16065msgstr ""
16066
16067#: cp/error.c:811
16068#, c-format
16069msgid "(static %s for %s)"
16070msgstr ""
16071
16072#: cp/error.c:1504
16073#, c-format
16074msgid "\\x%x"
16075msgstr ""
16076
16077#: cp/error.c:2475
16078#, c-format
16079msgid "In %s `%s':"
16080msgstr ""
16081
16082#: cp/error.c:2532
16083#, c-format
16084msgid "%s: In instantiation of `%s':\n"
16085msgstr ""
16086
16087#: cp/error.c:2556
16088#, c-format
16089msgid "%s:%d:   instantiated from `%s'\n"
16090msgstr ""
16091
16092#: cp/error.c:2561
16093#, c-format
16094msgid "%s:%d:   instantiated from here\n"
16095msgstr ""
16096
16097#. damn ICE suppression
16098#: cp/error.c:2715
16099#, c-format
16100msgid "unexpected letter `%c' in locate_error\n"
16101msgstr ""
16102
16103#. Can't throw a reference.
16104#: cp/except.c:241
16105msgid "type `%T' is disallowed in Java `throw' or `catch'"
16106msgstr ""
16107
16108#: cp/except.c:252
16109msgid "call to Java `catch' or `throw' with `jthrowable' undefined"
16110msgstr ""
16111
16112#. Thrown object must be a Throwable.
16113#: cp/except.c:259
16114msgid "type `%T' is not derived from `java::lang::Throwable'"
16115msgstr ""
16116
16117#: cp/except.c:323
16118msgid "mixing C++ and Java catches in a single translation unit"
16119msgstr ""
16120
16121#: cp/except.c:637
16122msgid "throwing NULL, which has integral, not pointer type"
16123msgstr ""
16124
16125#: cp/except.c:731
16126msgid "  in thrown expression"
16127msgstr ""
16128
16129#: cp/except.c:861
16130msgid ""
16131"expression '%E' of abstract class type '%T' cannot be used in throw-"
16132"expression"
16133msgstr ""
16134
16135#: cp/except.c:949
16136msgid "exception of type `%T' will be caught"
16137msgstr ""
16138
16139#: cp/except.c:952
16140msgid "   by earlier handler for `%T'"
16141msgstr ""
16142
16143#: cp/except.c:973
16144msgid "`...' handler must be the last handler for its try block"
16145msgstr ""
16146
16147#: cp/friend.c:159
16148msgid "`%D' is already a friend of class `%T'"
16149msgstr ""
16150
16151#: cp/friend.c:161
16152msgid "previous friend declaration of `%D'"
16153msgstr ""
16154
16155#: cp/friend.c:206
16156msgid "invalid type `%T' declared `friend'"
16157msgstr ""
16158
16159#. [temp.friend]
16160#. Friend declarations shall not declare partial
16161#. specializations.
16162#: cp/friend.c:222
16163msgid "partial specialization `%T' declared `friend'"
16164msgstr ""
16165
16166#: cp/friend.c:231
16167msgid "class `%T' is implicitly friends with itself"
16168msgstr ""
16169
16170#. template <class T> friend typename S<T>::X;
16171#: cp/friend.c:249
16172msgid "typename type `%#T' declared `friend'"
16173msgstr ""
16174
16175#. template <class T> friend class T;
16176#: cp/friend.c:255
16177msgid "template parameter type `%T' declared `friend'"
16178msgstr ""
16179
16180#. template <class T> friend class A; where A is not a template
16181#: cp/friend.c:261
16182msgid "`%#T' is not a template"
16183msgstr ""
16184
16185#: cp/friend.c:276
16186msgid "`%T' is already a friend of `%T'"
16187msgstr ""
16188
16189#: cp/friend.c:376
16190msgid "member `%D' declared as friend before type `%T' defined"
16191msgstr ""
16192
16193#: cp/friend.c:431
16194msgid "friend declaration `%#D' declares a non-template function"
16195msgstr ""
16196
16197#: cp/friend.c:434
16198msgid ""
16199"(if this is not what you intended, make sure the function template has "
16200"already been declared and add <> after the function name here) -Wno-non-"
16201"template-friend disables this warning"
16202msgstr ""
16203
16204#: cp/g++spec.c:211 java/jvspec.c:423
16205#, c-format
16206msgid "argument to `%s' missing\n"
16207msgstr ""
16208
16209#: cp/init.c:339
16210msgid "`%D' should be initialized in the member initialization list"
16211msgstr ""
16212
16213#: cp/init.c:389
16214msgid "default-initialization of `%#D', which has reference type"
16215msgstr ""
16216
16217#: cp/init.c:394
16218msgid "uninitialized reference member `%D'"
16219msgstr ""
16220
16221#: cp/init.c:396
16222msgid "uninitialized member '%D' with 'const' type '%T'"
16223msgstr ""
16224
16225#: cp/init.c:405
16226msgid "initializer list treated as compound expression"
16227msgstr ""
16228
16229#: cp/init.c:546
16230msgid "`%D' will be initialized after"
16231msgstr ""
16232
16233#: cp/init.c:549
16234msgid "base `%T' will be initialized after"
16235msgstr ""
16236
16237#: cp/init.c:552
16238msgid "  `%#D'"
16239msgstr ""
16240
16241#: cp/init.c:554
16242msgid "  base `%T'"
16243msgstr ""
16244
16245#: cp/init.c:555
16246msgid "  when initialized here"
16247msgstr ""
16248
16249#: cp/init.c:573
16250msgid "multiple initializations given for base `%T'"
16251msgstr ""
16252
16253#: cp/init.c:640
16254msgid "initializations for multiple members of `%T'"
16255msgstr ""
16256
16257#: cp/init.c:697
16258msgid ""
16259"base class `%#T' should be explicitly initialized in the copy constructor"
16260msgstr ""
16261
16262#: cp/init.c:935
16263msgid "class `%T' does not have any field named `%D'"
16264msgstr ""
16265
16266#: cp/init.c:941
16267msgid ""
16268"field `%#D' is static; the only point of initialization is its definition"
16269msgstr ""
16270
16271#: cp/init.c:974
16272msgid "unnamed initializer for `%T', which has no base classes"
16273msgstr ""
16274
16275#: cp/init.c:981
16276msgid "unnamed initializer for `%T', which uses multiple inheritance"
16277msgstr ""
16278
16279#: cp/init.c:1016
16280msgid "type `%D' is not a direct or virtual base of `%T'"
16281msgstr ""
16282
16283#: cp/init.c:1019
16284msgid "type `%D' is not a direct base of `%T'"
16285msgstr ""
16286
16287#. Handle bad initializers like:
16288#. class COMPLEX {
16289#. public:
16290#. double re, im;
16291#. COMPLEX(double r = 0.0, double i = 0.0) {re = r; im = i;};
16292#. ~COMPLEX() {};
16293#. };
16294#.
16295#. int main(int argc, char **argv) {
16296#. COMPLEX zees(1.0, 0.0)[10];
16297#. }
16298#.
16299#: cp/init.c:1113
16300msgid "bad array initializer"
16301msgstr ""
16302
16303#: cp/init.c:1321
16304msgid "`%T' is not an aggregate type"
16305msgstr ""
16306
16307#: cp/init.c:1344
16308msgid "`%T' fails to be an aggregate typedef"
16309msgstr ""
16310
16311#: cp/init.c:1353
16312msgid "type `%T' is of non-aggregate type"
16313msgstr ""
16314
16315#: cp/init.c:1456
16316msgid "cannot call destructor `%T::~%T' without object"
16317msgstr ""
16318
16319#: cp/init.c:1500
16320msgid "invalid use of non-static field `%D'"
16321msgstr ""
16322
16323#. We can get here when processing a bad default
16324#. argument, like:
16325#. struct S { int a; void f(int i = a); }
16326#: cp/init.c:1509 cp/method.c:160
16327msgid "invalid use of member `%D'"
16328msgstr ""
16329
16330#: cp/init.c:1519
16331msgid "no method `%T::%D'"
16332msgstr ""
16333
16334#: cp/init.c:1612
16335msgid "incomplete type `%T' does not have member `%D'"
16336msgstr ""
16337
16338#: cp/init.c:1686
16339msgid "`%D' is not a member of type `%T'"
16340msgstr ""
16341
16342#: cp/init.c:1705
16343msgid "invalid pointer to bit-field `%D'"
16344msgstr ""
16345
16346#: cp/init.c:1744
16347msgid "object missing in use of pointer-to-member construct"
16348msgstr ""
16349
16350#: cp/init.c:1784
16351msgid "member `%D' is non-static but referenced as a static member"
16352msgstr ""
16353
16354#: cp/init.c:1786 cp/typeck.c:2826 cp/typeck.c:2930
16355msgid "at this point in file"
16356msgstr ""
16357
16358#: cp/init.c:1823
16359#, c-format
16360msgid "object missing in `%E'"
16361msgstr ""
16362
16363#: cp/init.c:1954
16364msgid "new of array type fails to specify size"
16365msgstr ""
16366
16367#: cp/init.c:1965
16368msgid "size in array new must have integral type"
16369msgstr ""
16370
16371#: cp/init.c:1971
16372msgid "zero size array reserves no space"
16373msgstr ""
16374
16375#: cp/init.c:2036
16376msgid "new cannot be applied to a reference type"
16377msgstr ""
16378
16379#: cp/init.c:2042
16380msgid "new cannot be applied to a function type"
16381msgstr ""
16382
16383#: cp/init.c:2089
16384msgid "call to Java constructor, while `jclass' undefined"
16385msgstr ""
16386
16387#: cp/init.c:2105
16388msgid "can't find class$"
16389msgstr ""
16390
16391#: cp/init.c:2219
16392msgid "invalid type `void' for new"
16393msgstr ""
16394
16395#: cp/init.c:2271
16396#, c-format
16397msgid "call to Java constructor with `%s' undefined"
16398msgstr ""
16399
16400#: cp/init.c:2379
16401msgid "ISO C++ forbids initialization in array new"
16402msgstr ""
16403
16404#: cp/init.c:2401 cp/typeck2.c:469 cp/typeck2.c:1310
16405msgid "initializer list being treated as compound expression"
16406msgstr ""
16407
16408#: cp/init.c:2407
16409msgid "ISO C++ forbids aggregate initializer to new"
16410msgstr ""
16411
16412#: cp/init.c:2495
16413msgid "uninitialized const in `new' of `%#T'"
16414msgstr ""
16415
16416#: cp/init.c:2876
16417msgid "initializer ends prematurely"
16418msgstr ""
16419
16420#: cp/init.c:2946
16421msgid "cannot initialize multi-dimensional array with initializer"
16422msgstr ""
16423
16424#: cp/init.c:3124
16425msgid "possible problem detected in invocation of delete operator:"
16426msgstr ""
16427
16428#: cp/init.c:3127
16429msgid ""
16430"neither the destructor nor the class-specific operator delete will be "
16431"called, even if they are declared when the class is defined."
16432msgstr ""
16433
16434#: cp/init.c:3148
16435msgid "unknown array size in delete"
16436msgstr ""
16437
16438#: cp/init.c:3413
16439msgid "type to vector delete is neither pointer or array type"
16440msgstr ""
16441
16442#: cp/lex.c:136
16443msgid "type name expected before `*'"
16444msgstr ""
16445
16446#: cp/lex.c:158
16447msgid "cannot declare references to references"
16448msgstr ""
16449
16450#: cp/lex.c:163
16451msgid "cannot declare pointers to references"
16452msgstr ""
16453
16454#: cp/lex.c:167
16455msgid "type name expected before `&'"
16456msgstr ""
16457
16458#: cp/lex.c:894
16459#, c-format
16460msgid "semicolon missing after %s declaration"
16461msgstr ""
16462
16463#: cp/lex.c:897
16464msgid "semicolon missing after declaration of `%T'"
16465msgstr ""
16466
16467#: cp/lex.c:945
16468#, c-format
16469msgid "junk at end of #pragma %s"
16470msgstr ""
16471
16472#: cp/lex.c:952
16473#, c-format
16474msgid "invalid #pragma %s"
16475msgstr ""
16476
16477#: cp/lex.c:961
16478msgid "#pragma vtable no longer supported"
16479msgstr ""
16480
16481#: cp/lex.c:1038
16482#, c-format
16483msgid "#pragma implementation for %s appears after file is included"
16484msgstr ""
16485
16486#: cp/lex.c:1063
16487msgid "junk at end of #pragma GCC java_exceptions"
16488msgstr ""
16489
16490#: cp/lex.c:1107
16491msgid "`%D' not defined"
16492msgstr ""
16493
16494#: cp/lex.c:1110
16495msgid "`%D' was not declared in this scope"
16496msgstr ""
16497
16498#: cp/lex.c:1118
16499msgid "`%D' undeclared (first use this function)"
16500msgstr ""
16501
16502#: cp/lex.c:1122
16503msgid ""
16504"(Each undeclared identifier is reported only once for each function it "
16505"appears in.)"
16506msgstr ""
16507
16508#: cp/lex.c:1242
16509msgid "`::%D' undeclared (first use here)"
16510msgstr ""
16511
16512#: cp/mangle.c:2051
16513msgid "call_expr cannot be mangled due to a defect in the C++ ABI"
16514msgstr ""
16515
16516#: cp/mangle.c:2363
16517msgid "the mangled name of `%D' will change in a future version of GCC"
16518msgstr ""
16519
16520#: cp/method.c:154
16521msgid "invalid use of member `%D' in static member function"
16522msgstr ""
16523
16524#: cp/method.c:216
16525msgid "use of namespace `%D' as expression"
16526msgstr ""
16527
16528#: cp/method.c:221
16529msgid "use of class template `%T' as expression"
16530msgstr ""
16531
16532#: cp/method.c:234
16533#, c-format
16534msgid "use of %s from containing function"
16535msgstr ""
16536
16537#: cp/method.c:237
16538msgid "  `%#D' declared here"
16539msgstr ""
16540
16541#: cp/method.c:255
16542msgid "request for member `%D' is ambiguous in multiple inheritance lattice"
16543msgstr ""
16544
16545#: cp/method.c:458
16546msgid "generic thunk code fails for method `%#D' which uses `...'"
16547msgstr ""
16548
16549#: cp/method.c:697
16550msgid "non-static const member `%#D', can't use default assignment operator"
16551msgstr ""
16552
16553#: cp/method.c:702
16554msgid ""
16555"non-static reference member `%#D', can't use default assignment operator"
16556msgstr ""
16557
16558#: parse.y:240
16559msgid "`%s' tag used in naming `%#T'"
16560msgstr ""
16561
16562#: parse.y:506
16563msgid "keyword `export' not implemented, and will be ignored"
16564msgstr ""
16565
16566#: parse.y:610
16567msgid "use of linkage spec `%D' is different from previous spec `%D'"
16568msgstr ""
16569
16570#: parse.y:897
16571msgid "no base or member initializers given following ':'"
16572msgstr ""
16573
16574#: parse.y:938
16575msgid "anachronistic old style base class initializer"
16576msgstr ""
16577
16578#. Handle `Class<Class<Type>>' without space in the `>>'
16579#: parse.y:1069
16580msgid "`>>' should be `> >' in template class name"
16581msgstr ""
16582
16583#: parse.y:1116
16584msgid "use of template qualifier outside template"
16585msgstr ""
16586
16587#: parse.y:1145 parse.y:1154
16588#, c-format
16589msgid "ISO C++ forbids an empty condition for `%s'"
16590msgstr ""
16591
16592#: parse.y:1177
16593msgid "definition of class `%T' in condition"
16594msgstr ""
16595
16596#: parse.y:1179
16597msgid "definition of enum `%T' in condition"
16598msgstr ""
16599
16600#: parse.y:1190
16601msgid "definition of array `%#D' in condition"
16602msgstr ""
16603
16604#: parse.y:1302
16605msgid "old style placement syntax, use () instead"
16606msgstr ""
16607
16608#: parse.y:1313
16609msgid "`%T' is not a valid expression"
16610msgstr ""
16611
16612#. This was previously allowed as an extension, but
16613#. was removed in G++ 3.3.
16614#: parse.y:1320
16615msgid "initialization of new expression with `='"
16616msgstr ""
16617
16618#: parse.y:1346
16619msgid "ISO C++ forbids compound literals"
16620msgstr ""
16621
16622#: parse.y:1592
16623msgid "ISO C++ forbids braced-groups within expressions"
16624msgstr ""
16625
16626#: parse.y:1669
16627msgid "invalid use of template `%D'"
16628msgstr ""
16629
16630#: parse.y:1945 parse.y:1960
16631msgid "sigof type specifier"
16632msgstr ""
16633
16634#: parse.y:1950
16635msgid "`sigof' applied to non-aggregate expression"
16636msgstr ""
16637
16638#: parse.y:1965
16639msgid "`sigof' applied to non-aggregate type"
16640msgstr ""
16641
16642#: parse.y:2220
16643msgid "using `typename' outside of template"
16644msgstr ""
16645
16646#: parse.y:2237
16647msgid "qualified name does not name a class"
16648msgstr ""
16649
16650#: parse.y:2298
16651#, c-format
16652msgid "storage class specifier `%s' not allowed after struct or class"
16653msgstr ""
16654
16655#: parse.y:2300
16656#, c-format
16657msgid "type specifier `%s' not allowed after struct or class"
16658msgstr ""
16659
16660#: parse.y:2302
16661#, c-format
16662msgid "type qualifier `%s' not allowed after struct or class"
16663msgstr ""
16664
16665#: parse.y:2304
16666msgid "no body nor ';' separates two class, struct or union declarations"
16667msgstr ""
16668
16669#: parse.y:2434
16670msgid "no bases given following `:'"
16671msgstr ""
16672
16673#: parse.y:2465 parse.y:2480
16674msgid "`%D' access"
16675msgstr ""
16676
16677#: parse.y:2470
16678msgid "multiple access specifiers"
16679msgstr ""
16680
16681#: parse.y:2488
16682msgid "multiple `virtual' specifiers"
16683msgstr ""
16684
16685#: parse.y:2524
16686msgid "missing ';' before right brace"
16687msgstr ""
16688
16689#: parse.y:2733
16690msgid "ISO C++ forbids array dimensions with parenthesized type in new"
16691msgstr ""
16692
16693#: parse.y:3017 parse.y:3037 parse.y:3046 parse.y:3074
16694msgid "`%T' is not a class or namespace"
16695msgstr ""
16696
16697#: parse.y:3237
16698msgid "ISO C++ forbids label declarations"
16699msgstr ""
16700
16701#: parse.y:3397
16702msgid "ISO C++ forbids computed gotos"
16703msgstr ""
16704
16705#: parse.y:3405
16706msgid "label must be followed by statement"
16707msgstr ""
16708
16709#: parse.y:3450
16710msgid "must have at least one catch per try block"
16711msgstr ""
16712
16713#: parse.y:3497
16714msgid "ISO C++ forbids compound statements inside for initializations"
16715msgstr ""
16716
16717#. This helps us recover from really nasty
16718#. parse errors, for example, a missing right
16719#. parenthesis.
16720#: parse.y:3578 parse.y:3588
16721msgid "possibly missing ')'"
16722msgstr ""
16723
16724#: parse.y:3679
16725msgid "type specifier omitted for parameter"
16726msgstr ""
16727
16728#: parse.y:3688
16729#, c-format
16730msgid "`%E' is not a type, use `typename %E' to make it one"
16731msgstr ""
16732
16733#: parse.y:3690
16734msgid "no type `%D' in `%T'"
16735msgstr ""
16736
16737#: parse.y:3693
16738#, c-format
16739msgid "type specifier omitted for parameter `%E'"
16740msgstr ""
16741
16742#: parse.y:3701
16743msgid "'%D' is used as a type, but is not defined as a type."
16744msgstr ""
16745
16746#: cp/pt.c:284
16747msgid "data member `%D' cannot be a member template"
16748msgstr ""
16749
16750#: cp/pt.c:296
16751msgid "invalid member template declaration `%D'"
16752msgstr ""
16753
16754#: cp/pt.c:691
16755msgid "explicit specialization in non-namespace scope `%D'"
16756msgstr ""
16757
16758#: cp/pt.c:703
16759msgid "enclosing class templates are not explicitly specialized"
16760msgstr ""
16761
16762#: cp/pt.c:792 cp/pt.c:833
16763msgid "specializing `%#T' in different namespace"
16764msgstr ""
16765
16766#: cp/pt.c:793 cp/pt.c:834
16767msgid "  from definition of `%#D'"
16768msgstr ""
16769
16770#: cp/pt.c:801
16771msgid "specialization of `%T' after instantiation"
16772msgstr ""
16773
16774#: cp/pt.c:848
16775msgid "specialization `%T' after instantiation `%T'"
16776msgstr ""
16777
16778#: cp/pt.c:860
16779msgid "explicit specialization of non-template `%T'"
16780msgstr ""
16781
16782#: cp/pt.c:992
16783msgid "specialization of %D after instantiation"
16784msgstr ""
16785
16786#: cp/pt.c:1096
16787msgid "%s %+#D"
16788msgstr ""
16789
16790#: cp/pt.c:1147
16791msgid "`%D' is not a function template"
16792msgstr ""
16793
16794#: cp/pt.c:1295
16795msgid "template-id `%D' for `%+D' does not match any template declaration"
16796msgstr ""
16797
16798#: cp/pt.c:1303
16799msgid "ambiguous template specialization `%D' for `%+D'"
16800msgstr ""
16801
16802#. This case handles bogus declarations like template <>
16803#. template <class T> void f<int>();
16804#: cp/pt.c:1530 cp/pt.c:1604
16805msgid "template-id `%D' in declaration of primary template"
16806msgstr ""
16807
16808#: cp/pt.c:1543
16809msgid "template parameter list used in explicit instantiation"
16810msgstr ""
16811
16812#: cp/pt.c:1549
16813msgid "definition provided for explicit instantiation"
16814msgstr ""
16815
16816#: cp/pt.c:1555
16817msgid "too many template parameter lists in declaration of `%D'"
16818msgstr ""
16819
16820#: cp/pt.c:1571
16821msgid "too few template parameter lists in declaration of `%D'"
16822msgstr ""
16823
16824#: cp/pt.c:1588
16825msgid "explicit specialization not preceded by `template <>'"
16826msgstr ""
16827
16828#: cp/pt.c:1601
16829msgid "partial specialization `%D' of function template"
16830msgstr ""
16831
16832#: cp/pt.c:1633
16833msgid "default argument specified in explicit specialization"
16834msgstr ""
16835
16836#: cp/pt.c:1637
16837msgid "template specialization with C linkage"
16838msgstr ""
16839
16840#. From [temp.expl.spec]:
16841#.
16842#. If such an explicit specialization for the member
16843#. of a class template names an implicitly-declared
16844#. special member function (clause _special_), the
16845#. program is ill-formed.
16846#.
16847#. Similar language is found in [temp.explicit].
16848#: cp/pt.c:1724
16849msgid "specialization of implicitly-declared special member function"
16850msgstr ""
16851
16852#: cp/pt.c:1768
16853msgid "no member function `%D' declared in `%T'"
16854msgstr ""
16855
16856#. There are two many template parameter lists.
16857#: cp/pt.c:1918
16858msgid "too many template parameter lists in declaration of `%T'"
16859msgstr ""
16860
16861#: cp/pt.c:2014
16862msgid " shadows template parm `%#D'"
16863msgstr ""
16864
16865#: cp/pt.c:2418
16866msgid "template parameters not used in partial specialization:"
16867msgstr ""
16868
16869#: cp/pt.c:2422
16870msgid "        `%D'"
16871msgstr ""
16872
16873#: cp/pt.c:2434
16874msgid "partial specialization `%T' does not specialize any template arguments"
16875msgstr ""
16876
16877#: cp/pt.c:2459
16878#, c-format
16879msgid "template argument `%E' involves template parameter(s)"
16880msgstr ""
16881
16882#: cp/pt.c:2503
16883msgid "type `%T' of template argument `%E' depends on template parameter(s)"
16884msgstr ""
16885
16886#: cp/pt.c:2591
16887msgid "no default argument for `%D'"
16888msgstr ""
16889
16890#: cp/pt.c:2744
16891msgid "template with C linkage"
16892msgstr ""
16893
16894#: cp/pt.c:2747
16895msgid "template class without a name"
16896msgstr ""
16897
16898#: cp/pt.c:2824
16899msgid "`%D' does not declare a template type"
16900msgstr ""
16901
16902#: cp/pt.c:2830
16903msgid "template definition of non-template `%#D'"
16904msgstr ""
16905
16906#: cp/pt.c:2871
16907msgid "expected %d levels of template parms for `%#D', got %d"
16908msgstr ""
16909
16910#: cp/pt.c:2883
16911msgid "got %d template parameters for `%#D'"
16912msgstr ""
16913
16914#: cp/pt.c:2886
16915msgid "got %d template parameters for `%#T'"
16916msgstr ""
16917
16918#: cp/pt.c:2888
16919#, c-format
16920msgid "  but %d required"
16921msgstr ""
16922
16923#: cp/pt.c:2978
16924msgid "`%T' is not a template type"
16925msgstr ""
16926
16927#: cp/pt.c:2994
16928msgid "previous declaration `%D'"
16929msgstr ""
16930
16931#: cp/pt.c:2995
16932#, c-format
16933msgid "used %d template parameter%s instead of %d"
16934msgstr ""
16935
16936#: cp/pt.c:3011
16937msgid "template parameter `%#D'"
16938msgstr ""
16939
16940#: cp/pt.c:3012
16941msgid "redeclared here as `%#D'"
16942msgstr ""
16943
16944#. We have in [temp.param]:
16945#.
16946#. A template-parameter may not be given default arguments
16947#. by two different declarations in the same scope.
16948#: cp/pt.c:3022
16949msgid "redefinition of default argument for `%#D'"
16950msgstr ""
16951
16952#: cp/pt.c:3023
16953msgid "  original definition appeared here"
16954msgstr ""
16955
16956#: cp/pt.c:3116
16957#, c-format
16958msgid "`%E' is not a valid template argument"
16959msgstr ""
16960
16961#: cp/pt.c:3120
16962msgid "it must be the address of a function with external linkage"
16963msgstr ""
16964
16965#: cp/pt.c:3122
16966msgid "it must be the address of an object with external linkage"
16967msgstr ""
16968
16969#: cp/pt.c:3126
16970msgid "it must be a pointer-to-member of the form `&X::Y'"
16971msgstr ""
16972
16973#: cp/pt.c:3137
16974#, c-format
16975msgid ""
16976"string literal %E is not a valid template argument because it is the address "
16977"of an object with static linkage"
16978msgstr ""
16979
16980#: cp/pt.c:3149
16981#, c-format
16982msgid "address of non-extern `%E' cannot be used as template argument"
16983msgstr ""
16984
16985#: cp/pt.c:3160
16986#, c-format
16987msgid "non-constant `%E' cannot be used as template argument"
16988msgstr ""
16989
16990#: cp/pt.c:3167
16991#, c-format
16992msgid "object `%E' cannot be used as template argument"
16993msgstr ""
16994
16995#: cp/pt.c:3542
16996#, c-format
16997msgid "to refer to a type member of a template parameter, use `typename %E'"
16998msgstr ""
16999
17000#: cp/pt.c:3555 cp/pt.c:3571 cp/pt.c:3610
17001msgid "type/value mismatch at argument %d in template parameter list for `%D'"
17002msgstr ""
17003
17004#: cp/pt.c:3558
17005msgid "  expected a constant of type `%T', got `%T'"
17006msgstr ""
17007
17008#: cp/pt.c:3562
17009#, c-format
17010msgid "  expected a type, got `%E'"
17011msgstr ""
17012
17013#: cp/pt.c:3574
17014msgid "  expected a type, got `%T'"
17015msgstr ""
17016
17017#: cp/pt.c:3576
17018msgid "  expected a class template, got `%T'"
17019msgstr ""
17020
17021#: cp/pt.c:3612
17022msgid "  expected a template of type `%D', got `%D'"
17023msgstr ""
17024
17025#: cp/pt.c:3634
17026msgid "template-argument `%T' uses anonymous type"
17027msgstr ""
17028
17029#: cp/pt.c:3637
17030msgid "template-argument `%T' uses local type `%T'"
17031msgstr ""
17032
17033#: cp/pt.c:3647
17034msgid "template-argument `%T' is a variably modified type"
17035msgstr ""
17036
17037#: cp/pt.c:3682
17038msgid "could not convert template argument `%E' to `%T'"
17039msgstr ""
17040
17041#: cp/pt.c:3726
17042#, c-format
17043msgid "wrong number of template arguments (%d, should be %d)"
17044msgstr ""
17045
17046#: cp/pt.c:3730
17047msgid "provided for `%D'"
17048msgstr ""
17049
17050#: cp/pt.c:3777
17051#, c-format
17052msgid "template argument %d is invalid"
17053msgstr ""
17054
17055#: cp/pt.c:4013
17056msgid "non-template used as template"
17057msgstr ""
17058
17059#: cp/pt.c:4155
17060msgid "`%T' is not a template"
17061msgstr ""
17062
17063#: cp/pt.c:4168
17064msgid "non-template type `%T' used as a template"
17065msgstr ""
17066
17067#: cp/pt.c:4170
17068msgid "for template declaration `%D'"
17069msgstr ""
17070
17071#: cp/pt.c:4795
17072msgid ""
17073"template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN "
17074"to increase the maximum) instantiating `%D'"
17075msgstr ""
17076
17077#: cp/pt.c:5272
17078msgid "ambiguous class template instantiation for `%#T'"
17079msgstr ""
17080
17081#: cp/pt.c:5279
17082msgid "%s %+#T"
17083msgstr ""
17084
17085#: cp/pt.c:6326 cp/pt.c:6438
17086msgid "instantiation of `%D' as type `%T'"
17087msgstr ""
17088
17089#: cp/pt.c:6482
17090msgid "invalid parameter type `%T'"
17091msgstr ""
17092
17093#: cp/pt.c:6484
17094msgid "in declaration `%D'"
17095msgstr ""
17096
17097#: cp/pt.c:6559
17098msgid "creating pointer to member function of non-class type `%T'"
17099msgstr ""
17100
17101#: cp/pt.c:6722
17102msgid "creating array with size zero"
17103msgstr ""
17104
17105#: cp/pt.c:6736
17106#, c-format
17107msgid "creating array with size zero (`%E')"
17108msgstr ""
17109
17110#: cp/pt.c:6975
17111msgid "forming reference to void"
17112msgstr ""
17113
17114#: cp/pt.c:6977
17115msgid "forming %s to reference type `%T'"
17116msgstr ""
17117
17118#: cp/pt.c:7015
17119msgid "creating pointer to member of non-class type `%T'"
17120msgstr ""
17121
17122#: cp/pt.c:7021
17123msgid "creating pointer to member reference type `%T'"
17124msgstr ""
17125
17126#: cp/pt.c:7099
17127msgid "creating array of `%T'"
17128msgstr ""
17129
17130#: cp/pt.c:7142
17131msgid "`%T' is not a class, struct, or union type"
17132msgstr ""
17133
17134#: cp/pt.c:7255
17135#, c-format
17136msgid "use of `%s' in template"
17137msgstr ""
17138
17139#: cp/pt.c:8017
17140msgid "type `%T' composed from a local class is not a valid template-argument"
17141msgstr ""
17142
17143#: cp/pt.c:8018
17144msgid "  trying to instantiate `%D'"
17145msgstr ""
17146
17147#: cp/pt.c:8463
17148msgid "incomplete type unification"
17149msgstr ""
17150
17151#: cp/pt.c:9451
17152#, c-format
17153msgid "use of `%s' in template type unification"
17154msgstr ""
17155
17156#: cp/pt.c:9885 cp/pt.c:9957
17157msgid "explicit instantiation of non-template `%#D'"
17158msgstr ""
17159
17160#: cp/pt.c:9901 cp/pt.c:9952
17161msgid "no matching template for `%D' found"
17162msgstr ""
17163
17164#: cp/pt.c:9907
17165msgid "explicit instantiation of `%#D'"
17166msgstr ""
17167
17168#: cp/pt.c:9944
17169msgid "duplicate explicit instantiation of `%#D'"
17170msgstr ""
17171
17172#: cp/pt.c:9969
17173msgid "ISO C++ forbids the use of `extern' on explicit instantiations"
17174msgstr ""
17175
17176#: cp/pt.c:9973 cp/pt.c:10063
17177msgid "storage class `%D' applied to template instantiation"
17178msgstr ""
17179
17180#: cp/pt.c:10030
17181msgid "explicit instantiation of non-template type `%T'"
17182msgstr ""
17183
17184#: cp/pt.c:10044
17185msgid "explicit instantiation of `%#T' before definition of template"
17186msgstr ""
17187
17188#: cp/pt.c:10052
17189#, c-format
17190msgid "ISO C++ forbids the use of `%s' on explicit instantiations"
17191msgstr ""
17192
17193#: cp/pt.c:10096
17194msgid "duplicate explicit instantiation of `%#T'"
17195msgstr ""
17196
17197#: cp/pt.c:10476
17198msgid "explicit instantiation of `%D' but no definition available"
17199msgstr ""
17200
17201#: cp/pt.c:10890
17202msgid "`%#T' is not a valid type for a template constant parameter"
17203msgstr ""
17204
17205#: cp/repo.c:271
17206msgid "-frepo must be used with -c"
17207msgstr ""
17208
17209#: cp/repo.c:361
17210#, c-format
17211msgid "mysterious repository information in %s"
17212msgstr ""
17213
17214#: cp/repo.c:376
17215#, c-format
17216msgid "can't create repository information file `%s'"
17217msgstr ""
17218
17219#: cp/rtti.c:240
17220msgid "cannot use typeid with -fno-rtti"
17221msgstr ""
17222
17223#: cp/rtti.c:246
17224msgid "must #include <typeinfo> before using typeid"
17225msgstr ""
17226
17227#: cp/rtti.c:320
17228msgid ""
17229"cannot create type information for type `%T' because its size is variable"
17230msgstr ""
17231
17232#: cp/rtti.c:584 cp/rtti.c:598
17233msgid "dynamic_cast of `%#D' to `%#T' can never succeed"
17234msgstr ""
17235
17236#: cp/rtti.c:674
17237msgid "cannot dynamic_cast `%E' (of type `%#T') to type `%#T' (%s)"
17238msgstr ""
17239
17240#: cp/search.c:332
17241msgid "`%T' is an ambiguous base of `%T'"
17242msgstr ""
17243
17244#: cp/search.c:350
17245msgid "`%T' is an inaccessible base of `%T'"
17246msgstr ""
17247
17248#. At parse time, we don't want to give this error, since
17249#. we won't have enough state to make this kind of
17250#. decision properly.  But there are times (e.g., with
17251#. enums in nested classes) when we do need to call
17252#. this fn at parse time.  So, in those cases, we pass
17253#. complain as a 0 and just return a NULL_TREE.
17254#: cp/search.c:1638
17255msgid "assignment to non-static member `%D' of enclosing class `%T'"
17256msgstr ""
17257
17258#: cp/search.c:2050
17259msgid "adjusting pointers for covariant returns"
17260msgstr ""
17261
17262#: cp/search.c:2054 cp/search.c:2061
17263msgid "invalid covariant return type for `%#D'"
17264msgstr ""
17265
17266#: cp/search.c:2055
17267msgid "  overriding `%#D' (must be pointer or reference to class)"
17268msgstr ""
17269
17270#: cp/search.c:2062
17271msgid "  overriding `%#D' (must use pointer or reference)"
17272msgstr ""
17273
17274#: cp/search.c:2067
17275msgid "conflicting return type specified for `%#D'"
17276msgstr ""
17277
17278#: cp/search.c:2068
17279msgid "  overriding `%#D'"
17280msgstr ""
17281
17282#: cp/search.c:2077
17283#, c-format
17284msgid "looser throw specifier for `%#F'"
17285msgstr ""
17286
17287#: cp/search.c:2078
17288#, c-format
17289msgid "  overriding `%#F'"
17290msgstr ""
17291
17292#. A static member function cannot match an inherited
17293#. virtual member function.
17294#: cp/search.c:2167
17295msgid "`%#D' cannot be declared"
17296msgstr ""
17297
17298#: cp/search.c:2168
17299msgid "  since `%#D' declared in base class"
17300msgstr ""
17301
17302#: cp/search.c:2309
17303msgid "`%#D' needs a final overrider"
17304msgstr ""
17305
17306#: cp/semantics.c:919
17307#, c-format
17308msgid "type of asm operand `%E' could not be determined"
17309msgstr ""
17310
17311#: cp/semantics.c:1051
17312msgid "ISO C++ does not permit named return values"
17313msgstr ""
17314
17315#: cp/semantics.c:1060
17316msgid "return identifier `%D' already in place"
17317msgstr ""
17318
17319#: cp/semantics.c:1068
17320msgid "can't redefine default return value for constructors"
17321msgstr ""
17322
17323#: cp/semantics.c:1100
17324msgid "only constructors take base initializers"
17325msgstr ""
17326
17327#: cp/semantics.c:1343
17328msgid "`this' is unavailable for static member functions"
17329msgstr ""
17330
17331#: cp/semantics.c:1349
17332msgid "invalid use of `this' in non-member function"
17333msgstr ""
17334
17335#: cp/semantics.c:1351
17336msgid "invalid use of `this' at top level"
17337msgstr ""
17338
17339#: cp/semantics.c:1381
17340msgid "calling type `%T' like a method"
17341msgstr ""
17342
17343#: cp/semantics.c:1419
17344msgid "destructor specifier `%T::~%T()' must have matching names"
17345msgstr ""
17346
17347#: cp/semantics.c:1425
17348msgid "`%E' is not of type `%T'"
17349msgstr ""
17350
17351#: cp/semantics.c:1613
17352msgid "template type parameters must use the keyword `class' or `typename'"
17353msgstr ""
17354
17355#: cp/semantics.c:1652
17356msgid "invalid default template argument"
17357msgstr ""
17358
17359#: cp/semantics.c:1694
17360msgid "definition of `%#T' inside template parameter list"
17361msgstr ""
17362
17363#: cp/semantics.c:1710
17364msgid "invalid definition of qualified type `%T'"
17365msgstr ""
17366
17367#: cp/semantics.c:2053
17368msgid "invalid base-class specification"
17369msgstr ""
17370
17371#: cp/semantics.c:2062
17372msgid "base class `%T' has cv qualifiers"
17373msgstr ""
17374
17375#: cp/semantics.c:2093
17376msgid "multiple declarators in template declaration"
17377msgstr ""
17378
17379#: cp/semantics.c:2120
17380#, c-format
17381msgid "type of `%E' is unknown"
17382msgstr ""
17383
17384#: cp/spew.c:225
17385#, c-format
17386msgid "identifier name `%s' conflicts with GNU C++ internal naming strategy"
17387msgstr ""
17388
17389#: cp/spew.c:1002 cp/spew.c:1340
17390msgid "parse error at end of saved function text"
17391msgstr ""
17392
17393#: cp/spew.c:1090 cp/spew.c:1178
17394msgid "%Hend of file read inside definition"
17395msgstr ""
17396
17397#: cp/spew.c:1121
17398msgid "parse error in method specification"
17399msgstr ""
17400
17401#: cp/spew.c:1161
17402msgid "function body for constructor missing"
17403msgstr ""
17404
17405#: cp/spew.c:1262
17406msgid "%Hend of file read inside default argument"
17407msgstr ""
17408
17409#: cp/spew.c:1419
17410msgid "circular dependency in default args of `%#D'"
17411msgstr ""
17412
17413#: cp/spew.c:1483
17414msgid "invalid type `%T' for default argument to `%T'"
17415msgstr ""
17416
17417#: cp/spew.c:1548
17418#, c-format
17419msgid "%s before `%s'"
17420msgstr ""
17421
17422#: cp/spew.c:1550
17423#, c-format
17424msgid "%s before `%c'"
17425msgstr ""
17426
17427#: cp/spew.c:1552
17428#, c-format
17429msgid "%s before `\\%o'"
17430msgstr ""
17431
17432#: cp/spew.c:1555
17433#, c-format
17434msgid "%s before `%s' token"
17435msgstr ""
17436
17437#: cp/tree.c:263 cp/tree.c:275
17438#, c-format
17439msgid "non-lvalue in %s"
17440msgstr ""
17441
17442#: cp/tree.c:564
17443msgid "`%V' qualifiers cannot be applied to `%T'"
17444msgstr ""
17445
17446#: cp/tree.c:1943
17447#, c-format
17448msgid "`%s' attribute can only be applied to Java class definitions"
17449msgstr ""
17450
17451#: cp/tree.c:1973
17452#, c-format
17453msgid "`%s' attribute can only be applied to class definitions"
17454msgstr ""
17455
17456#: cp/tree.c:1979
17457#, c-format
17458msgid "`%s' is obsolete; g++ vtables are now COM-compatible by default"
17459msgstr ""
17460
17461#: cp/tree.c:2004
17462msgid "requested init_priority is not an integer constant"
17463msgstr ""
17464
17465#: cp/tree.c:2025
17466#, c-format
17467msgid ""
17468"can only use `%s' attribute on file-scope definitions of objects of class "
17469"type"
17470msgstr ""
17471
17472#: cp/tree.c:2033
17473msgid "requested init_priority is out of range"
17474msgstr ""
17475
17476#: cp/tree.c:2043
17477msgid "requested init_priority is reserved for internal use"
17478msgstr ""
17479
17480#: cp/tree.c:2053
17481#, c-format
17482msgid "`%s' attribute is not supported on this platform"
17483msgstr ""
17484
17485#: cp/tree.c:2566
17486#, c-format
17487msgid "lang_* check: failed in %s, at %s:%d"
17488msgstr ""
17489
17490#: cp/typeck.c:524
17491#, c-format
17492msgid ""
17493"ISO C++ forbids %s between pointer of type `void *' and pointer-to-function"
17494msgstr ""
17495
17496#: cp/typeck.c:545
17497msgid "%s between distinct pointer types `%T' and `%T' lacks a cast"
17498msgstr ""
17499
17500#: cp/typeck.c:1436
17501msgid "ISO C++ prohibits conversion from `%#T' to `(...)'"
17502msgstr ""
17503
17504#: cp/typeck.c:1514
17505#, c-format
17506msgid "invalid application of `%s' to a member function"
17507msgstr ""
17508
17509#: cp/typeck.c:1520
17510#, c-format
17511msgid "invalid application of `%s' to non-static member"
17512msgstr ""
17513
17514#: cp/typeck.c:1538
17515msgid "sizeof applied to a bit-field"
17516msgstr ""
17517
17518#: cp/typeck.c:1541
17519msgid "ISO C++ forbids applying `sizeof' to an expression of function type"
17520msgstr ""
17521
17522#: cp/typeck.c:1759
17523msgid "deprecated conversion from string constant to `%T'"
17524msgstr ""
17525
17526#: cp/typeck.c:1890 cp/typeck.c:2122
17527msgid "request for member `%D' in `%E', which is of non-class type `%T'"
17528msgstr ""
17529
17530#: cp/typeck.c:1916
17531msgid "`%D' is not a member of `%T'"
17532msgstr ""
17533
17534#: cp/typeck.c:1957 cp/typeck.c:1978
17535msgid "invalid access to non-static data member `%D' of NULL object"
17536msgstr ""
17537
17538#: cp/typeck.c:1959 cp/typeck.c:1980
17539msgid "(perhaps the `offsetof' macro was used incorrectly)"
17540msgstr ""
17541
17542#: cp/typeck.c:2168
17543msgid "`%D::%D' is not a member of `%T'"
17544msgstr ""
17545
17546#: cp/typeck.c:2179
17547msgid "`%T' is not a base of `%T'"
17548msgstr ""
17549
17550#: cp/typeck.c:2199
17551msgid "destructor specifier `%T::~%T' must have matching names"
17552msgstr ""
17553
17554#: cp/typeck.c:2205
17555msgid "type `%T' has no destructor"
17556msgstr ""
17557
17558#: cp/typeck.c:2244
17559msgid "`%D' is not a member template function"
17560msgstr ""
17561
17562#. A pointer to incomplete type (other than cv void) can be
17563#. dereferenced [expr.unary.op]/1
17564#: cp/typeck.c:2338
17565msgid "`%T' is not a pointer-to-object type"
17566msgstr ""
17567
17568#: cp/typeck.c:2365
17569#, c-format
17570msgid "invalid use of `%s' on pointer to member"
17571msgstr ""
17572
17573#: cp/typeck.c:2371
17574msgid "invalid type argument"
17575msgstr ""
17576
17577#: cp/typeck.c:2474
17578msgid "ISO C++ forbids subscripting non-lvalue array"
17579msgstr ""
17580
17581#: cp/typeck.c:2485
17582msgid "subscripting array declared `register'"
17583msgstr ""
17584
17585#: cp/typeck.c:2570
17586#, c-format
17587msgid "object missing in use of `%E'"
17588msgstr ""
17589
17590#: cp/typeck.c:2674
17591msgid "ISO C++ forbids calling `::main' from within program"
17592msgstr ""
17593
17594#: cp/typeck.c:2699
17595#, c-format
17596msgid "must use .* or ->* to call pointer-to-member function in `%E (...)'"
17597msgstr ""
17598
17599#: cp/typeck.c:2712
17600#, c-format
17601msgid "`%E' cannot be used as a function"
17602msgstr ""
17603
17604#: cp/typeck.c:2824
17605msgid "too many arguments to %s `%+#D'"
17606msgstr ""
17607
17608#: cp/typeck.c:2865
17609msgid "parameter type of called function is incomplete"
17610msgstr ""
17611
17612#: cp/typeck.c:2928
17613msgid "too few arguments to %s `%+#D'"
17614msgstr ""
17615
17616#: cp/typeck.c:3056 cp/typeck.c:3066
17617msgid "assuming cast to type `%T' from overloaded function"
17618msgstr ""
17619
17620#: cp/typeck.c:3126
17621#, c-format
17622msgid "division by zero in `%E / 0'"
17623msgstr ""
17624
17625#: cp/typeck.c:3128
17626#, c-format
17627msgid "division by zero in `%E / 0.'"
17628msgstr ""
17629
17630#: cp/typeck.c:3158
17631#, c-format
17632msgid "division by zero in `%E %% 0'"
17633msgstr ""
17634
17635#: cp/typeck.c:3160
17636#, c-format
17637msgid "division by zero in `%E %% 0.'"
17638msgstr ""
17639
17640#: cp/typeck.c:3240
17641#, c-format
17642msgid "%s rotate count is negative"
17643msgstr ""
17644
17645#: cp/typeck.c:3243
17646#, c-format
17647msgid "%s rotate count >= width of type"
17648msgstr ""
17649
17650#: cp/typeck.c:3274 cp/typeck.c:3279 cp/typeck.c:3370 cp/typeck.c:3375
17651msgid "ISO C++ forbids comparison between pointer and integer"
17652msgstr ""
17653
17654#: cp/typeck.c:3553
17655msgid "comparison between types `%#T' and `%#T'"
17656msgstr ""
17657
17658#: cp/typeck.c:3589
17659msgid "comparison between signed and unsigned integer expressions"
17660msgstr ""
17661
17662#: cp/typeck.c:3654
17663msgid "invalid operands of types `%T' and `%T' to binary `%O'"
17664msgstr ""
17665
17666#. Some sort of arithmetic operation involving NULL was
17667#. performed.  Note that pointer-difference and pointer-addition
17668#. have already been handled above, and so we don't end up here in
17669#. that case.
17670#: cp/typeck.c:3676
17671msgid "NULL used in arithmetic"
17672msgstr ""
17673
17674#: cp/typeck.c:3743
17675msgid "ISO C++ forbids using pointer of type `void *' in subtraction"
17676msgstr ""
17677
17678#: cp/typeck.c:3745
17679msgid "ISO C++ forbids using pointer to a function in subtraction"
17680msgstr ""
17681
17682#: cp/typeck.c:3747
17683msgid "ISO C++ forbids using pointer to a method in subtraction"
17684msgstr ""
17685
17686#: cp/typeck.c:3749
17687msgid "ISO C++ forbids using pointer to a member in subtraction"
17688msgstr ""
17689
17690#: cp/typeck.c:3761
17691msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
17692msgstr ""
17693
17694#: cp/typeck.c:3821
17695#, c-format
17696msgid ""
17697"invalid use of '%E' to form a pointer-to-member-function.  Use a qualified-"
17698"id."
17699msgstr ""
17700
17701#: cp/typeck.c:3827
17702#, c-format
17703msgid ""
17704"parenthesis around '%E' cannot be used to form a pointer-to-member-function"
17705msgstr ""
17706
17707#: cp/typeck.c:3850
17708msgid "taking address of temporary"
17709msgstr ""
17710
17711#: cp/typeck.c:4091
17712#, c-format
17713msgid "ISO C++ forbids %sing an enum"
17714msgstr ""
17715
17716#: cp/typeck.c:4103
17717msgid "cannot %s a pointer to incomplete type `%T'"
17718msgstr ""
17719
17720#: cp/typeck.c:4110
17721msgid "ISO C++ forbids %sing a pointer of type `%T'"
17722msgstr ""
17723
17724#: cp/typeck.c:4135
17725msgid "cast to non-reference type used as lvalue"
17726msgstr ""
17727
17728#: cp/typeck.c:4169
17729msgid "invalid use of `--' on bool variable `%D'"
17730msgstr ""
17731
17732#. ARM $3.4
17733#: cp/typeck.c:4202
17734msgid "ISO C++ forbids taking address of function `::main'"
17735msgstr ""
17736
17737#. An expression like &memfn.
17738#: cp/typeck.c:4269
17739msgid ""
17740"ISO C++ forbids taking the address of an unqualified non-static member "
17741"function to form a pointer to member function.  Say `&%T::%D'"
17742msgstr ""
17743
17744#: cp/typeck.c:4271
17745msgid ""
17746"ISO C++ forbids taking the address of a bound member function to form a "
17747"pointer to member function.  Say `&%T::%D'"
17748msgstr ""
17749
17750#: cp/typeck.c:4295
17751msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
17752msgstr ""
17753
17754#: cp/typeck.c:4324
17755msgid "attempt to take address of bit-field structure member `%D'"
17756msgstr ""
17757
17758#: cp/typeck.c:4444
17759msgid "taking address of destructor"
17760msgstr ""
17761
17762#: cp/typeck.c:4457
17763msgid "taking address of bound pointer-to-member expression"
17764msgstr ""
17765
17766#: cp/typeck.c:4473
17767msgid "cannot create pointer to reference member `%D'"
17768msgstr ""
17769
17770#: cp/typeck.c:4536
17771msgid "cannot take the address of `this', which is an rvalue expression"
17772msgstr ""
17773
17774#: cp/typeck.c:4555
17775msgid "address requested for `%D', which is declared `register'"
17776msgstr ""
17777
17778#: cp/typeck.c:4682
17779msgid "static_cast from type `%T' to type `%T' casts away constness"
17780msgstr ""
17781
17782#: cp/typeck.c:4871
17783msgid "invalid static_cast from type `%T' to type `%T'"
17784msgstr ""
17785
17786#: cp/typeck.c:4910
17787msgid ""
17788"invalid reinterpret_cast of an rvalue expression of type `%T' to type `%T'"
17789msgstr ""
17790
17791#: cp/typeck.c:4930
17792msgid "reinterpret_cast from `%T' to `%T' loses precision"
17793msgstr ""
17794
17795#: cp/typeck.c:4943
17796msgid "reinterpret_cast from `%T' to `%T' casts away const (or volatile)"
17797msgstr ""
17798
17799#: cp/typeck.c:4952
17800msgid ""
17801"ISO C++ forbids casting between pointer-to-function and pointer-to-object"
17802msgstr ""
17803
17804#: cp/typeck.c:4958
17805msgid "invalid reinterpret_cast from type `%T' to type `%T'"
17806msgstr ""
17807
17808#: cp/typeck.c:4985
17809msgid ""
17810"invalid use of const_cast with type `%T', which is not a pointer, reference, "
17811"nor a pointer-to-data-member type"
17812msgstr ""
17813
17814#: cp/typeck.c:4988
17815msgid ""
17816"invalid use of const_cast with type `%T', which is a pointer or reference to "
17817"a function type"
17818msgstr ""
17819
17820#: cp/typeck.c:5011
17821msgid "invalid const_cast of an rvalue of type `%T' to type `%T'"
17822msgstr ""
17823
17824#: cp/typeck.c:5027
17825msgid "invalid const_cast from type `%T' to type `%T'"
17826msgstr ""
17827
17828#: cp/typeck.c:5069 cp/typeck.c:5074
17829msgid "ISO C++ forbids casting to an array type `%T'"
17830msgstr ""
17831
17832#: cp/typeck.c:5082
17833msgid "invalid cast to function type `%T'"
17834msgstr ""
17835
17836#: cp/typeck.c:5138
17837msgid "cast from `%T' to `%T' discards qualifiers from pointer target type"
17838msgstr ""
17839
17840#: cp/typeck.c:5184
17841msgid "cast from `%T' to `%T' increases required alignment of target type"
17842msgstr ""
17843
17844#: cp/typeck.c:5357
17845msgid "  in evaluation of `%Q(%#T, %#T)'"
17846msgstr ""
17847
17848#: cp/typeck.c:5399
17849msgid "ISO C++ forbids cast to non-reference type used as lvalue"
17850msgstr ""
17851
17852#: cp/typeck.c:5472
17853msgid "incompatible types in assignment of `%T' to `%T'"
17854msgstr ""
17855
17856#: cp/typeck.c:5479
17857msgid "ISO C++ forbids assignment of arrays"
17858msgstr ""
17859
17860#: cp/typeck.c:5583
17861msgid "   in pointer to member function conversion"
17862msgstr ""
17863
17864#: cp/typeck.c:5591
17865msgid "   in pointer to member conversion"
17866msgstr ""
17867
17868#. This is a reinterpret cast, we choose to do nothing.
17869#: cp/typeck.c:5602 cp/typeck.c:5621
17870msgid "pointer to member cast via virtual base `%T' of `%T'"
17871msgstr ""
17872
17873#: cp/typeck.c:5625
17874msgid "pointer to member conversion via virtual base `%T' of `%T'"
17875msgstr ""
17876
17877#: cp/typeck.c:5701
17878msgid "invalid conversion to type `%T' from type `%T'"
17879msgstr ""
17880
17881#: cp/typeck.c:5866
17882msgid "passing NULL used for non-pointer %s %P of `%D'"
17883msgstr ""
17884
17885#: cp/typeck.c:5869
17886msgid "%s to non-pointer type `%T' from NULL"
17887msgstr ""
17888
17889#: cp/typeck.c:5877
17890msgid "passing `%T' for %s %P of `%D'"
17891msgstr ""
17892
17893#: cp/typeck.c:5880
17894msgid "%s to `%T' from `%T'"
17895msgstr ""
17896
17897#: cp/typeck.c:5890
17898msgid "passing negative value `%E' for %s %P of `%D'"
17899msgstr ""
17900
17901#: cp/typeck.c:5893
17902msgid "%s of negative value `%E' to `%T'"
17903msgstr ""
17904
17905#: cp/typeck.c:5986
17906msgid "cannot convert `%T' to `%T' for argument `%P' to `%D'"
17907msgstr ""
17908
17909#: cp/typeck.c:5989
17910msgid "cannot convert `%T' to `%T' in %s"
17911msgstr ""
17912
17913#: cp/typeck.c:6077 cp/typeck.c:6079
17914msgid "in passing argument %P of `%+D'"
17915msgstr ""
17916
17917#: cp/typeck.c:6194
17918msgid "returning reference to temporary"
17919msgstr ""
17920
17921#: cp/typeck.c:6201
17922msgid "reference to non-lvalue returned"
17923msgstr ""
17924
17925#: cp/typeck.c:6213
17926msgid "reference to local variable `%D' returned"
17927msgstr ""
17928
17929#: cp/typeck.c:6216
17930msgid "address of local variable `%D' returned"
17931msgstr ""
17932
17933#: cp/typeck.c:6247
17934msgid "returning a value from a destructor"
17935msgstr ""
17936
17937#. If a return statement appears in a handler of the
17938#. function-try-block of a constructor, the program is ill-formed.
17939#: cp/typeck.c:6255
17940msgid "cannot return from a handler of a function-try-block of a constructor"
17941msgstr ""
17942
17943#. You can't return a value from a constructor.
17944#: cp/typeck.c:6258
17945msgid "returning a value from a constructor"
17946msgstr ""
17947
17948#: cp/typeck.c:6275
17949msgid ""
17950"return-statement with no value, in function declared with a non-void return "
17951"type"
17952msgstr ""
17953
17954#: cp/typeck.c:6291
17955msgid ""
17956"return-statement with a value, in function declared with a void return type"
17957msgstr ""
17958
17959#: cp/typeck.c:6312
17960msgid ""
17961"`operator new' must not return NULL unless it is declared `throw()' (or -"
17962"fcheck-new is in effect)"
17963msgstr ""
17964
17965#: cp/typeck2.c:54
17966msgid "type `%T' is not a base type for type `%T'"
17967msgstr ""
17968
17969#: cp/typeck2.c:157
17970msgid "cannot declare variable `%D' to be of type `%T'"
17971msgstr ""
17972
17973#: cp/typeck2.c:160
17974msgid "cannot declare parameter `%D' to be of type `%T'"
17975msgstr ""
17976
17977#: cp/typeck2.c:163
17978msgid "cannot declare field `%D' to be of type `%T'"
17979msgstr ""
17980
17981#: cp/typeck2.c:167
17982msgid "invalid return type for member function `%#D'"
17983msgstr ""
17984
17985#: cp/typeck2.c:169
17986msgid "invalid return type for function `%#D'"
17987msgstr ""
17988
17989#: cp/typeck2.c:172
17990msgid "cannot allocate an object of type `%T'"
17991msgstr ""
17992
17993#: cp/typeck2.c:179
17994msgid "  because the following virtual functions are abstract:"
17995msgstr ""
17996
17997#: cp/typeck2.c:181
17998msgid "\t%#D"
17999msgstr ""
18000
18001#: cp/typeck2.c:184
18002msgid "  since type `%T' has abstract virtual functions"
18003msgstr ""
18004
18005#: cp/typeck2.c:440
18006msgid "constructor syntax used, but no constructor declared for type `%T'"
18007msgstr ""
18008
18009#: cp/typeck2.c:451
18010msgid "comma expression used to initialize return value"
18011msgstr ""
18012
18013#: cp/typeck2.c:460
18014msgid "cannot initialize arrays using this syntax"
18015msgstr ""
18016
18017#: cp/typeck2.c:575
18018msgid "initializing array with parameter list"
18019msgstr ""
18020
18021#: cp/typeck2.c:631
18022msgid "initializer for scalar variable requires one element"
18023msgstr ""
18024
18025#: cp/typeck2.c:638
18026msgid "braces around scalar initializer for `%T'"
18027msgstr ""
18028
18029#: cp/typeck2.c:641
18030msgid "ignoring extra initializers for `%T'"
18031msgstr ""
18032
18033#: cp/typeck2.c:653
18034msgid "variable-sized object of type `%T' may not be initialized"
18035msgstr ""
18036
18037#: cp/typeck2.c:663
18038msgid "subobject of type `%T' must be initialized by constructor, not by `%E'"
18039msgstr ""
18040
18041#: cp/typeck2.c:729
18042msgid "aggregate has a partly bracketed initializer"
18043msgstr ""
18044
18045#: cp/typeck2.c:767 cp/typeck2.c:872
18046msgid "non-trivial labeled initializers"
18047msgstr ""
18048
18049#: cp/typeck2.c:784
18050msgid "non-empty initializer for array of empty elements"
18051msgstr ""
18052
18053#: cp/typeck2.c:838
18054msgid "initializer list for object of class with virtual base classes"
18055msgstr ""
18056
18057#: cp/typeck2.c:844
18058msgid "initializer list for object of class with base classes"
18059msgstr ""
18060
18061#: cp/typeck2.c:850
18062msgid "initializer list for object using virtual functions"
18063msgstr ""
18064
18065#: cp/typeck2.c:913 cp/typeck2.c:929
18066msgid "missing initializer for member `%D'"
18067msgstr ""
18068
18069#: cp/typeck2.c:918
18070msgid "uninitialized const member `%D'"
18071msgstr ""
18072
18073#: cp/typeck2.c:920
18074msgid "member `%D' with uninitialized const fields"
18075msgstr ""
18076
18077#: cp/typeck2.c:923
18078msgid "member `%D' is uninitialized reference"
18079msgstr ""
18080
18081#: cp/typeck2.c:970
18082msgid "index value instead of field name in union initializer"
18083msgstr ""
18084
18085#: cp/typeck2.c:982
18086msgid "no field `%D' in union being initialized"
18087msgstr ""
18088
18089#: cp/typeck2.c:990
18090msgid "union `%T' with no named members cannot be initialized"
18091msgstr ""
18092
18093#: cp/typeck2.c:1026
18094msgid "excess elements in aggregate initializer"
18095msgstr ""
18096
18097#: cp/typeck2.c:1140
18098msgid "circular pointer delegation detected"
18099msgstr ""
18100
18101#: cp/typeck2.c:1153
18102msgid "base operand of `->' has non-pointer type `%T'"
18103msgstr ""
18104
18105#: cp/typeck2.c:1167
18106msgid "result of `operator->()' yields non-pointer result"
18107msgstr ""
18108
18109#: cp/typeck2.c:1169
18110msgid "base operand of `->' is not a pointer"
18111msgstr ""
18112
18113#: cp/typeck2.c:1235
18114msgid "`%E' cannot be used as a member pointer, since it is of type `%T'"
18115msgstr ""
18116
18117#: cp/typeck2.c:1242
18118msgid ""
18119"cannot apply member pointer `%E' to `%E', which is of non-aggregate type `%T'"
18120msgstr ""
18121
18122#: cp/typeck2.c:1251
18123msgid "member type `%T::' incompatible with object type `%T'"
18124msgstr ""
18125
18126#: cp/typeck2.c:1288
18127msgid "`%T' fails to be a typedef or built-in type"
18128msgstr ""
18129
18130#: cp/typeck2.c:1361
18131#, c-format
18132msgid "ISO C++ forbids defining types within %s"
18133msgstr ""
18134
18135#: cp/typeck2.c:1486
18136msgid "call to function `%D' which throws incomplete type `%#T'"
18137msgstr ""
18138
18139#: cp/typeck2.c:1489
18140msgid "call to function which throws incomplete type `%#T'"
18141msgstr ""
18142
18143#. XXX Not i18n clean.
18144#: cp/cp-tree.h:3941
18145#, c-format
18146msgid "%s is deprecated, please see the documentation for details"
18147msgstr ""
18148
18149#: cp/lang-options.h:29
18150msgid "Do not obey access control semantics"
18151msgstr ""
18152
18153#: cp/lang-options.h:31
18154msgid "Change when template instances are emitted"
18155msgstr ""
18156
18157#: cp/lang-options.h:36
18158msgid "Check the return value of new"
18159msgstr ""
18160
18161#: cp/lang-options.h:39
18162msgid "Reduce size of object files"
18163msgstr ""
18164
18165#: cp/lang-options.h:43
18166msgid "Make string literals `char[]' instead of `const char[]'"
18167msgstr ""
18168
18169#: cp/lang-options.h:46
18170msgid "Dump the entire translation unit to a file"
18171msgstr ""
18172
18173#: cp/lang-options.h:48
18174msgid "Do not inline member functions by default"
18175msgstr ""
18176
18177#: cp/lang-options.h:51
18178msgid "Do not generate run time type descriptor information"
18179msgstr ""
18180
18181#: cp/lang-options.h:56
18182msgid "Do not generate code to check exception specifications"
18183msgstr ""
18184
18185#: cp/lang-options.h:61
18186msgid "Scope of for-init-statement vars extends outside"
18187msgstr ""
18188
18189#: cp/lang-options.h:64
18190msgid "Do not recognize GNU defined keywords"
18191msgstr ""
18192
18193#: cp/lang-options.h:68
18194msgid "Enable support for huge objects"
18195msgstr ""
18196
18197#: cp/lang-options.h:72
18198msgid "Export functions even if they can be inlined"
18199msgstr ""
18200
18201#: cp/lang-options.h:75
18202msgid "Only emit explicit template instantiations"
18203msgstr ""
18204
18205#: cp/lang-options.h:78
18206msgid "Only emit explicit instantiations of inline templates"
18207msgstr ""
18208
18209#: cp/lang-options.h:84
18210msgid "Don't pedwarn about uses of Microsoft extensions"
18211msgstr ""
18212
18213#: cp/lang-options.h:87
18214msgid "Recognize and/bitand/bitor/compl/not/or/xor"
18215msgstr ""
18216
18217#: cp/lang-options.h:91
18218msgid "Disable optional diagnostics"
18219msgstr ""
18220
18221#: cp/lang-options.h:93
18222msgid "Downgrade conformance errors to warnings"
18223msgstr ""
18224
18225#: cp/lang-options.h:96
18226msgid "Enable automatic template instantiation"
18227msgstr ""
18228
18229#: cp/lang-options.h:101
18230msgid "Display statistics accumulated during compilation"
18231msgstr ""
18232
18233#: cp/lang-options.h:104
18234msgid "Specify maximum template instantiation depth"
18235msgstr ""
18236
18237#: cp/lang-options.h:106
18238msgid "Use __cxa_atexit to register destructors"
18239msgstr ""
18240
18241#: cp/lang-options.h:109
18242msgid "Discard unused virtual functions"
18243msgstr ""
18244
18245#: cp/lang-options.h:112
18246msgid "Implement vtables using thunks"
18247msgstr ""
18248
18249#: cp/lang-options.h:115
18250msgid "Emit common-like symbols as weak symbols"
18251msgstr ""
18252
18253#: cp/lang-options.h:118
18254msgid "Emit cross referencing information"
18255msgstr ""
18256
18257#: cp/lang-options.h:122
18258msgid "Warn about inconsistent return types"
18259msgstr ""
18260
18261#: cp/lang-options.h:125
18262msgid "Warn about overloaded virtual function names"
18263msgstr ""
18264
18265#: cp/lang-options.h:129
18266msgid "Don't warn when all ctors/dtors are private"
18267msgstr ""
18268
18269#: cp/lang-options.h:131
18270msgid "Warn about non virtual destructors"
18271msgstr ""
18272
18273#: cp/lang-options.h:134
18274msgid "Warn when a function is declared extern, then inline"
18275msgstr ""
18276
18277#: cp/lang-options.h:137
18278msgid "Warn when the compiler reorders code"
18279msgstr ""
18280
18281#: cp/lang-options.h:140
18282msgid "Warn when synthesis behavior differs from Cfront"
18283msgstr ""
18284
18285#: cp/lang-options.h:144
18286msgid "Don't warn when type converting pointers to member functions"
18287msgstr ""
18288
18289#: cp/lang-options.h:146
18290msgid "Warn about violations of Effective C++ style rules"
18291msgstr ""
18292
18293#: cp/lang-options.h:149
18294msgid "Warn when overload promotes from unsigned to signed"
18295msgstr ""
18296
18297#: cp/lang-options.h:152
18298msgid "Warn if a C style cast is used in a program"
18299msgstr ""
18300
18301#: cp/lang-options.h:156
18302msgid ""
18303"Don't warn when non-templatized friend functions are declared within a "
18304"template"
18305msgstr ""
18306
18307#: cp/lang-options.h:159
18308msgid "Don't announce deprecation of compiler features"
18309msgstr ""
18310
18311#: f/bad.c:387
18312msgid "note:"
18313msgstr ""
18314
18315#: f/bad.c:391
18316msgid "warning:"
18317msgstr ""
18318
18319#: f/bad.c:395
18320msgid "fatal:"
18321msgstr ""
18322
18323#: f/bad.c:437
18324msgid "(continued):"
18325msgstr ""
18326
18327#: f/bad.c:487 f/bad.c:505
18328msgid "[REPORT BUG!!] %"
18329msgstr ""
18330
18331#: f/bad.c:494 f/bad.c:526
18332msgid "[REPORT BUG!!]"
18333msgstr ""
18334
18335#: f/com.c:3134
18336#, no-c-format
18337msgid "ASSIGN'ed label cannot fit into `%A' at %0 -- using wider sibling"
18338msgstr ""
18339
18340#: f/com.c:11625
18341msgid "no INTEGER type can hold a pointer on this configuration"
18342msgstr ""
18343
18344#: f/com.c:11846
18345#, c-format
18346msgid "configuration: REAL, INTEGER, and LOGICAL are %d bits wide,"
18347msgstr ""
18348
18349#: f/com.c:11848
18350#, c-format
18351msgid "and pointers are %d bits wide, but g77 doesn't yet work"
18352msgstr ""
18353
18354#: f/com.c:11850
18355msgid "properly unless they all are 32 bits wide"
18356msgstr ""
18357
18358#: f/com.c:11851
18359msgid "Please keep this in mind before you report bugs."
18360msgstr ""
18361
18362#. I/O will probably crash.
18363#: f/com.c:11859
18364#, c-format
18365msgid "configuration: char * holds %d bits, but ftnlen only %d"
18366msgstr ""
18367
18368#. ASSIGN 10 TO I will crash.
18369#: f/com.c:11868
18370#, c-format
18371msgid ""
18372"configuration: char * holds %d bits, but INTEGER only %d --\n"
18373" ASSIGN statement might fail"
18374msgstr ""
18375
18376#: f/com.c:13683
18377msgid "In statement function"
18378msgstr ""
18379
18380#: f/com.c:13693
18381#, c-format
18382msgid "Outside of any program unit:\n"
18383msgstr ""
18384
18385#: f/com.c:15322
18386#, no-c-format
18387msgid "%A from %B at %0%C"
18388msgstr ""
18389
18390#: f/com.c:15499
18391msgid "directory name must immediately follow -I"
18392msgstr ""
18393
18394#: f/com.c:15642
18395#, no-c-format
18396msgid "At %0, INCLUDE file %A exists, but is not readable"
18397msgstr ""
18398
18399#: f/com.c:15677
18400#, no-c-format
18401msgid "At %0, INCLUDE nesting too deep"
18402msgstr ""
18403
18404#: f/expr.c:9614
18405#, no-c-format
18406msgid "Two arithmetic operators in a row at %0 and %1 -- use parentheses"
18407msgstr ""
18408
18409#: f/expr.c:9664
18410#, no-c-format
18411msgid "Operator at %0 has lower precedence than that at %1 -- use parentheses"
18412msgstr ""
18413
18414#: f/expr.c:10525
18415#, no-c-format
18416msgid ""
18417"Use .EQV./.NEQV. instead of .EQ./.NE. at %0 for LOGICAL operands at %1 and %2"
18418msgstr ""
18419
18420#: f/expr.c:10896
18421#, no-c-format
18422msgid "Unsupported operand for ** at %1 -- converting to default INTEGER"
18423msgstr ""
18424
18425#: f/g77spec.c:234
18426#, c-format
18427msgid "overflowed output arg list for `%s'"
18428msgstr ""
18429
18430#: f/g77spec.c:373
18431msgid "--driver no longer supported"
18432msgstr ""
18433
18434#: f/g77spec.c:386
18435#, c-format
18436msgid "argument to `%s' missing"
18437msgstr ""
18438
18439#: f/g77spec.c:390
18440msgid "no input files; unwilling to write output files"
18441msgstr ""
18442
18443#: f/implic.c:203
18444#, no-c-format
18445msgid "Implicit declaration of `%A' at %0"
18446msgstr ""
18447
18448#: f/lex.c:326
18449#, no-c-format
18450msgid "Non-ISO-C-standard escape sequence `\\%A' at %0"
18451msgstr ""
18452
18453#: f/lex.c:345
18454#, no-c-format
18455msgid "Unknown escape sequence `\\%A' at %0"
18456msgstr ""
18457
18458#: f/lex.c:354
18459#, no-c-format
18460msgid "Unterminated escape sequence `\\' at %0"
18461msgstr ""
18462
18463#: f/lex.c:365
18464#, no-c-format
18465msgid "Unknown escape sequence `\\' followed by char code 0x%A at %0"
18466msgstr ""
18467
18468#: f/lex.c:393
18469#, no-c-format
18470msgid "\\x used at %0 with no following hex digits"
18471msgstr ""
18472
18473#: f/lex.c:407
18474#, no-c-format
18475msgid "Hex escape at %0 out of range"
18476msgstr ""
18477
18478#: f/lex.c:441
18479#, no-c-format
18480msgid "Escape sequence at %0 out of range for character"
18481msgstr ""
18482
18483#: f/lex.c:595
18484msgid "hex escape out of range"
18485msgstr ""
18486
18487#: f/lex.c:648
18488#, c-format
18489msgid "non-ANSI-standard escape sequence, `\\%c'"
18490msgstr ""
18491
18492#: f/lex.c:661
18493#, c-format
18494msgid "non-ISO escape sequence `\\%c'"
18495msgstr ""
18496
18497#: f/lex.c:665
18498#, c-format
18499msgid "unknown escape sequence `\\%c'"
18500msgstr ""
18501
18502#: f/lex.c:667
18503#, c-format
18504msgid "unknown escape sequence: `\\' followed by char code 0x%x"
18505msgstr ""
18506
18507#: f/lex.c:744
18508msgid "badly formed directive -- no closing quote"
18509msgstr ""
18510
18511#: f/lex.c:802
18512msgid "#-lines for entering and leaving files don't match"
18513msgstr ""
18514
18515#: f/lex.c:964
18516msgid "bad directive -- missing close-quote"
18517msgstr ""
18518
18519#: f/lex.c:1078
18520#, c-format
18521msgid "ignoring pragma: %s"
18522msgstr ""
18523
18524#: f/lex.c:1156
18525msgid "invalid #ident"
18526msgstr ""
18527
18528#: f/lex.c:1173
18529msgid "undefined or invalid # directive"
18530msgstr ""
18531
18532#: f/lex.c:1229
18533msgid "invalid #line"
18534msgstr ""
18535
18536#: f/lex.c:1285 f/lex.c:1329
18537msgid "use `#line ...' instead of `# ...' in first line"
18538msgstr ""
18539
18540#: f/lex.c:1339
18541msgid "invalid #-line"
18542msgstr ""
18543
18544#: f/lex.c:1432
18545#, no-c-format
18546msgid "Null character at %0 -- line ignored"
18547msgstr ""
18548
18549#: f/stb.c:12078
18550#, no-c-format
18551msgid "INCLUDE at %0 not the only statement on the source line"
18552msgstr ""
18553
18554#: f/ste.c:1400 f/ste.c:1747
18555msgid "ASSIGNed FORMAT specifier is too small"
18556msgstr ""
18557
18558#. ~~~Someday handle CHARACTER*1, CHARACTER*N
18559#: f/ste.c:2624
18560#, no-c-format
18561msgid "SELECT CASE on CHARACTER type (at %0) not supported -- sorry"
18562msgstr ""
18563
18564#: f/ste.c:2729
18565msgid "SELECT (at %0) has duplicate cases -- check integer overflow of CASE(s)"
18566msgstr ""
18567
18568#: f/ste.c:2959
18569msgid "ASSIGN to variable that is too small"
18570msgstr ""
18571
18572#: f/ste.c:2987
18573msgid "ASSIGNed GOTO target variable is too small"
18574msgstr ""
18575
18576#: f/stu.c:305
18577#, no-c-format
18578msgid "Local adjustable symbol `%A' at %0"
18579msgstr ""
18580
18581#: f/target.c:2550
18582msgid "data initializer on host with different endianness"
18583msgstr ""
18584
18585#: f/top.c:237
18586#, c-format
18587msgid "%s no longer supported -- try -fvxt"
18588msgstr ""
18589
18590#: f/top.c:239
18591#, c-format
18592msgid "%s no longer supported -- try -fno-vxt -ff90"
18593msgstr ""
18594
18595#: f/top.c:307 f/top.c:309
18596#, c-format
18597msgid "%s disabled, use normal debugging flags"
18598msgstr ""
18599
18600#: f/lang-options.h:33
18601msgid "Print g77-specific compiler version info, run internal tests"
18602msgstr ""
18603
18604#: f/lang-options.h:37
18605msgid "Program is written in typical FORTRAN 66 dialect"
18606msgstr ""
18607
18608#: f/lang-options.h:40
18609msgid "Program is written in typical Unix f77 dialect"
18610msgstr ""
18611
18612#: f/lang-options.h:42
18613msgid "Program does not use Unix-f77 dialectal features"
18614msgstr ""
18615
18616#: f/lang-options.h:44
18617msgid "Program is written in Fortran-90-ish dialect"
18618msgstr ""
18619
18620#: f/lang-options.h:48
18621msgid ""
18622"Treat local vars and COMMON blocks as if they were named in SAVE statements"
18623msgstr ""
18624
18625#: f/lang-options.h:50
18626msgid "Allow $ in symbol names"
18627msgstr ""
18628
18629#: f/lang-options.h:54
18630msgid "f2c-compatible code need not be generated"
18631msgstr ""
18632
18633#: f/lang-options.h:57
18634msgid "Unsupported; do not generate libf2c-calling code"
18635msgstr ""
18636
18637#: f/lang-options.h:59
18638msgid "Unsupported; affects code-generation of arrays"
18639msgstr ""
18640
18641#: f/lang-options.h:62
18642msgid "Program is written in Fortran-90-ish free form"
18643msgstr ""
18644
18645#: f/lang-options.h:67
18646msgid "Warn about use of (only a few for now) Fortran extensions"
18647msgstr ""
18648
18649#: f/lang-options.h:70
18650msgid "Program is written in VXT (Digital-like) FORTRAN"
18651msgstr ""
18652
18653#: f/lang-options.h:73
18654msgid "Disallow all ugly features"
18655msgstr ""
18656
18657#: f/lang-options.h:76
18658msgid "Hollerith and typeless constants not passed as arguments"
18659msgstr ""
18660
18661#: f/lang-options.h:78
18662msgid "Allow ordinary copying of ASSIGN'ed vars"
18663msgstr ""
18664
18665#: f/lang-options.h:81
18666msgid "Dummy array dimensioned to (1) is assumed-size"
18667msgstr ""
18668
18669#: f/lang-options.h:84
18670msgid "Trailing comma in procedure call denotes null argument"
18671msgstr ""
18672
18673#: f/lang-options.h:87
18674msgid "Allow REAL(Z) and AIMAG(Z) given DOUBLE COMPLEX Z"
18675msgstr ""
18676
18677#: f/lang-options.h:91
18678msgid "Initialization via DATA and PARAMETER is type-compatible"
18679msgstr ""
18680
18681#: f/lang-options.h:93
18682msgid "Allow INTEGER and LOGICAL interchangeability"
18683msgstr ""
18684
18685#: f/lang-options.h:96
18686msgid "Print internal debugging-related info"
18687msgstr ""
18688
18689#: f/lang-options.h:99
18690msgid "Initialize local vars and arrays to zero"
18691msgstr ""
18692
18693#: f/lang-options.h:103
18694msgid "Backslashes in character/hollerith constants not special (C-style)"
18695msgstr ""
18696
18697#: f/lang-options.h:105
18698msgid "Have front end emulate COMPLEX arithmetic to avoid bugs"
18699msgstr ""
18700
18701#: f/lang-options.h:109
18702msgid "Disable the appending of underscores to externals"
18703msgstr ""
18704
18705#: f/lang-options.h:112
18706msgid "Never append a second underscore to externals"
18707msgstr ""
18708
18709#: f/lang-options.h:114
18710msgid "Intrinsics spelled as e.g. SqRt"
18711msgstr ""
18712
18713#: f/lang-options.h:116
18714msgid "Intrinsics in uppercase"
18715msgstr ""
18716
18717#: f/lang-options.h:119
18718msgid "Intrinsics letters in arbitrary cases"
18719msgstr ""
18720
18721#: f/lang-options.h:121
18722msgid "Language keywords spelled as e.g. IOStat"
18723msgstr ""
18724
18725#: f/lang-options.h:123
18726msgid "Language keywords in uppercase"
18727msgstr ""
18728
18729#: f/lang-options.h:126
18730msgid "Language keyword letters in arbitrary cases"
18731msgstr ""
18732
18733#: f/lang-options.h:128
18734msgid "Internally convert most source to uppercase"
18735msgstr ""
18736
18737#: f/lang-options.h:131
18738msgid "Internally preserve source case"
18739msgstr ""
18740
18741#: f/lang-options.h:133
18742msgid "Symbol names spelled in mixed case"
18743msgstr ""
18744
18745#: f/lang-options.h:135
18746msgid "Symbol names in uppercase"
18747msgstr ""
18748
18749#: f/lang-options.h:137
18750msgid "Symbol names in lowercase"
18751msgstr ""
18752
18753#: f/lang-options.h:140
18754msgid "Program written in uppercase"
18755msgstr ""
18756
18757#: f/lang-options.h:142
18758msgid "Program written in lowercase"
18759msgstr ""
18760
18761#: f/lang-options.h:144
18762msgid "Program written in strict mixed-case"
18763msgstr ""
18764
18765#: f/lang-options.h:146
18766msgid "Compile as if program written in uppercase"
18767msgstr ""
18768
18769#: f/lang-options.h:148
18770msgid "Compile as if program written in lowercase"
18771msgstr ""
18772
18773#: f/lang-options.h:150
18774msgid "Preserve all spelling (case) used in program"
18775msgstr ""
18776
18777#: f/lang-options.h:152
18778msgid "Delete libU77 intrinsics with bad interfaces"
18779msgstr ""
18780
18781#: f/lang-options.h:154
18782msgid "Disable libU77 intrinsics with bad interfaces"
18783msgstr ""
18784
18785#: f/lang-options.h:157
18786msgid "Hide libU77 intrinsics with bad interfaces"
18787msgstr ""
18788
18789#: f/lang-options.h:159
18790msgid "Delete non-FORTRAN-77 intrinsics f2c supports"
18791msgstr ""
18792
18793#: f/lang-options.h:161
18794msgid "Disable non-FORTRAN-77 intrinsics f2c supports"
18795msgstr ""
18796
18797#: f/lang-options.h:164
18798msgid "Hide non-FORTRAN-77 intrinsics f2c supports"
18799msgstr ""
18800
18801#: f/lang-options.h:166
18802msgid "Delete non-FORTRAN-77 intrinsics F90 supports"
18803msgstr ""
18804
18805#: f/lang-options.h:168
18806msgid "Disable non-FORTRAN-77 intrinsics F90 supports"
18807msgstr ""
18808
18809#: f/lang-options.h:171
18810msgid "Hide non-FORTRAN-77 intrinsics F90 supports"
18811msgstr ""
18812
18813#: f/lang-options.h:173
18814msgid "Delete non-FORTRAN-77 intrinsics g77 supports"
18815msgstr ""
18816
18817#: f/lang-options.h:175
18818msgid "Disable non-FORTRAN 77 intrinsics F90 supports"
18819msgstr ""
18820
18821#: f/lang-options.h:178
18822msgid "Hide non-FORTRAN 77 intrinsics F90 supports"
18823msgstr ""
18824
18825#: f/lang-options.h:180
18826msgid "Delete MIL-STD 1753 intrinsics"
18827msgstr ""
18828
18829#: f/lang-options.h:182
18830msgid "Disable MIL-STD 1753 intrinsics"
18831msgstr ""
18832
18833#: f/lang-options.h:185
18834msgid "Hide MIL-STD 1753 intrinsics"
18835msgstr ""
18836
18837#: f/lang-options.h:187
18838msgid "Delete libU77 intrinsics"
18839msgstr ""
18840
18841#: f/lang-options.h:189
18842msgid "Disable libU77 intrinsics"
18843msgstr ""
18844
18845#: f/lang-options.h:192
18846msgid "Hide libU77 intrinsics"
18847msgstr ""
18848
18849#: f/lang-options.h:194
18850msgid "Delete non-FORTRAN-77 intrinsics VXT FORTRAN supports"
18851msgstr ""
18852
18853#: f/lang-options.h:196
18854msgid "Disable non-FORTRAN-77 intrinsics VXT FORTRAN supports"
18855msgstr ""
18856
18857#: f/lang-options.h:199
18858msgid "Hide non-FORTRAN-77 intrinsics VXT FORTRAN supports"
18859msgstr ""
18860
18861#: f/lang-options.h:201
18862msgid "Treat initial values of 0 like non-zero values"
18863msgstr ""
18864
18865#: f/lang-options.h:204
18866msgid ""
18867"Emit special debugging information for COMMON and EQUIVALENCE (disabled)"
18868msgstr ""
18869
18870#: f/lang-options.h:207
18871msgid "Take at least one trip through each iterative DO loop"
18872msgstr ""
18873
18874#: f/lang-options.h:211
18875msgid "Print names of program units as they are compiled"
18876msgstr ""
18877
18878#: f/lang-options.h:214
18879msgid "Disable fatal diagnostics about inter-procedural problems"
18880msgstr ""
18881
18882#: f/lang-options.h:216
18883msgid "Make prefix-radix non-decimal constants be typeless"
18884msgstr ""
18885
18886#: f/lang-options.h:219
18887msgid "Generate code to check subscript and substring bounds"
18888msgstr ""
18889
18890#: f/lang-options.h:222
18891msgid "Fortran-specific form of -fbounds-check"
18892msgstr ""
18893
18894#: f/lang-options.h:226
18895msgid "Disable warnings about inter-procedural problems"
18896msgstr ""
18897
18898#: f/lang-options.h:230
18899msgid "Warn about constructs with surprising meanings"
18900msgstr ""
18901
18902#: f/lang-options.h:235
18903msgid "Add a directory for INCLUDE searching"
18904msgstr ""
18905
18906#: f/lang-options.h:237
18907msgid "Set the maximum line length"
18908msgstr ""
18909
18910#: f/bad.def:39
18911#, no-c-format
18912msgid "Missing first operand for binary operator at %0"
18913msgstr ""
18914
18915#: f/bad.def:42
18916#, no-c-format
18917msgid "Zero-length character constant at %0"
18918msgstr ""
18919
18920#: f/bad.def:45
18921#, no-c-format
18922msgid "Invalid token at %0 in expression or subexpression at %1"
18923msgstr ""
18924
18925#: f/bad.def:48
18926#, no-c-format
18927msgid "Missing operand for operator at %1 at end of expression at %0"
18928msgstr ""
18929
18930#: f/bad.def:51
18931#, no-c-format
18932msgid "Label %A already defined at %1 when redefined at %0"
18933msgstr ""
18934
18935#: f/bad.def:54
18936#, no-c-format
18937msgid "Unrecognized character at %0 [info -f g77 M LEX]"
18938msgstr ""
18939
18940#: f/bad.def:57
18941#, no-c-format
18942msgid "Label definition %A at %0 on empty statement (as of %1)"
18943msgstr ""
18944
18945#: f/bad.def:65
18946#, no-c-format
18947msgid "Invalid first character at %0 [info -f g77 M LEX]"
18948msgstr ""
18949
18950#: f/bad.def:68
18951#, no-c-format
18952msgid "Line too long as of %0 [info -f g77 M LEX]"
18953msgstr ""
18954
18955#: f/bad.def:71
18956#, no-c-format
18957msgid "Non-numeric character at %0 in label field [info -f g77 M LEX]"
18958msgstr ""
18959
18960#: f/bad.def:74
18961#, no-c-format
18962msgid "Label number at %0 not in range 1-99999"
18963msgstr ""
18964
18965#: f/bad.def:77
18966#, no-c-format
18967msgid "At %0, '!' and '/*' are not valid comment delimiters"
18968msgstr ""
18969
18970#: f/bad.def:80
18971#, no-c-format
18972msgid ""
18973"Continuation indicator at %0 must appear in column 6 [info -f g77 M LEX]"
18974msgstr ""
18975
18976#: f/bad.def:83
18977#, no-c-format
18978msgid ""
18979"Label at %0 invalid with continuation line indicator at %1 [info -f g77 M "
18980"LEX]"
18981msgstr ""
18982
18983#: f/bad.def:91
18984#, no-c-format
18985msgid "Character constant at %0 has no closing apostrophe at %1"
18986msgstr ""
18987
18988#: f/bad.def:94
18989#, no-c-format
18990msgid ""
18991"Hollerith constant at %0 specified %A more characters than are present as of "
18992"%1"
18993msgstr ""
18994
18995#: f/bad.def:97
18996#, no-c-format
18997msgid "Missing close parenthese at %0 needed to match open parenthese at %1"
18998msgstr ""
18999
19000#: f/bad.def:100
19001#, no-c-format
19002msgid "Integer at %0 too large"
19003msgstr ""
19004
19005#: f/bad.def:123
19006#, no-c-format
19007msgid ""
19008"Period at %0 not followed by digits for floating-point number or by `NOT.', "
19009"`TRUE.', or `FALSE.'"
19010msgstr ""
19011
19012#: f/bad.def:126
19013#, no-c-format
19014msgid "Missing close-period between `.%A' at %0 and %1"
19015msgstr ""
19016
19017#: f/bad.def:129
19018#, no-c-format
19019msgid ""
19020"Invalid exponent at %0 for real constant at %1; nondigit `%A' in exponent "
19021"field"
19022msgstr ""
19023
19024#: f/bad.def:132
19025#, no-c-format
19026msgid "Missing value at %1 for real-number exponent at %0"
19027msgstr ""
19028
19029#: f/bad.def:135
19030#, no-c-format
19031msgid "Expected binary operator between expressions at %0 and at %1"
19032msgstr ""
19033
19034#: f/bad.def:253
19035#, no-c-format
19036msgid "Semicolon at %0 is an invalid token"
19037msgstr ""
19038
19039#: f/bad.def:271
19040#, no-c-format
19041msgid "Extraneous comma in FORMAT statement at %0"
19042msgstr ""
19043
19044#: f/bad.def:274
19045#, no-c-format
19046msgid "Missing comma in FORMAT statement at %0"
19047msgstr ""
19048
19049#: f/bad.def:277
19050#, no-c-format
19051msgid "Spurious sign in FORMAT statement at %0"
19052msgstr ""
19053
19054#: f/bad.def:280
19055#, no-c-format
19056msgid "Spurious number in FORMAT statement at %0"
19057msgstr ""
19058
19059#: f/bad.def:283
19060#, no-c-format
19061msgid "Spurious text trailing number in FORMAT statement at %0"
19062msgstr ""
19063
19064#: f/bad.def:291
19065#, no-c-format
19066msgid "Unrecognized FORMAT specifier at %0"
19067msgstr ""
19068
19069#: f/bad.def:419
19070#, no-c-format
19071msgid "Missing close-parenthese(s) in FORMAT statement at %0"
19072msgstr ""
19073
19074#: f/bad.def:422
19075#, no-c-format
19076msgid "Missing number following period in FORMAT statement at %0"
19077msgstr ""
19078
19079#: f/bad.def:425
19080#, no-c-format
19081msgid "Missing number following `E' in FORMAT statement at %0"
19082msgstr ""
19083
19084#: f/bad.def:433
19085#, no-c-format
19086msgid "Spurious trailing comma preceding terminator at %0"
19087msgstr ""
19088
19089#: f/bad.def:436
19090#, no-c-format
19091msgid ""
19092"At %0, specify OPERATOR instead of ASSIGNMENT for INTERFACE statement not "
19093"specifying the assignment operator (=)"
19094msgstr ""
19095
19096#: f/bad.def:439
19097#, no-c-format
19098msgid ""
19099"At %0, specify ASSIGNMENT instead of OPERATOR for INTERFACE statement "
19100"specifying the assignment operator (=)"
19101msgstr ""
19102
19103#: f/bad.def:452
19104#, no-c-format
19105msgid ""
19106"Cannot specify =initialization-expr at %0 unless `::' appears before list of "
19107"objects"
19108msgstr ""
19109
19110#: f/bad.def:455
19111#, no-c-format
19112msgid "Reference to label at %1 inconsistent with its definition at %0"
19113msgstr ""
19114
19115#: f/bad.def:458
19116#, no-c-format
19117msgid "Reference to label at %1 inconsistent with earlier reference at %0"
19118msgstr ""
19119
19120#: f/bad.def:461
19121#, no-c-format
19122msgid "DO-statement reference to label at %1 follows its definition at %0"
19123msgstr ""
19124
19125#: f/bad.def:464
19126#, no-c-format
19127msgid "Reference to label at %1 is outside block containing definition at %0"
19128msgstr ""
19129
19130#: f/bad.def:467
19131#, no-c-format
19132msgid ""
19133"DO-statement references to label at %0 and %2 separated by unterminated "
19134"block starting at %1"
19135msgstr ""
19136
19137#: f/bad.def:470
19138#, no-c-format
19139msgid ""
19140"DO-statement reference to label at %0 and label definition at %2 separated "
19141"by unterminated block starting at %1"
19142msgstr ""
19143
19144#: f/bad.def:473
19145#, no-c-format
19146msgid "Label definition at %0 invalid on this kind of statement"
19147msgstr ""
19148
19149#: f/bad.def:476
19150#, no-c-format
19151msgid "Statement at %0 invalid in this context"
19152msgstr ""
19153
19154#: f/bad.def:479
19155#, no-c-format
19156msgid "Statement at %0 invalid in context established by statement at %1"
19157msgstr ""
19158
19159#: f/bad.def:482
19160#, no-c-format
19161msgid "Statement at %0 must specify construct name specified at %1"
19162msgstr ""
19163
19164#: f/bad.def:485
19165#, no-c-format
19166msgid "Construct name at %0 superfluous, no construct name specified at %1"
19167msgstr ""
19168
19169#: f/bad.def:488
19170#, no-c-format
19171msgid "Construct name at %0 not the same as construct name at %1"
19172msgstr ""
19173
19174#: f/bad.def:491
19175#, no-c-format
19176msgid ""
19177"Construct name at %0 does not match construct name for any containing DO "
19178"constructs"
19179msgstr ""
19180
19181#: f/bad.def:494
19182#, no-c-format
19183msgid "Label definition missing at %0 for DO construct specifying label at %1"
19184msgstr ""
19185
19186#: f/bad.def:497
19187#, no-c-format
19188msgid "Statement at %0 follows ELSE block for IF construct at %1"
19189msgstr ""
19190
19191#: f/bad.def:500
19192#, no-c-format
19193msgid "No label definition for FORMAT statement at %0"
19194msgstr ""
19195
19196#: f/bad.def:503
19197#, no-c-format
19198msgid "Second occurrence of ELSE WHERE at %0 within WHERE at %1"
19199msgstr ""
19200
19201#: f/bad.def:506
19202#, no-c-format
19203msgid ""
19204"END statement at %0 missing `%A' keyword required for internal or module "
19205"procedure(s) bounded by %1"
19206msgstr ""
19207
19208#: f/bad.def:509
19209#, no-c-format
19210msgid ""
19211"MODULE PROCEDURE statement at %0 disallowed because INTERFACE at %1 "
19212"specifies no generic name, operator, or assignment"
19213msgstr ""
19214
19215#: f/bad.def:512
19216#, no-c-format
19217msgid "BLOCK DATA name at %0 superfluous, no name specified at %1"
19218msgstr ""
19219
19220#: f/bad.def:515
19221#, no-c-format
19222msgid "Program name at %0 superfluous, no PROGRAM statement specified at %1"
19223msgstr ""
19224
19225#: f/bad.def:518
19226#, no-c-format
19227msgid "Program unit name at %0 not the same as name at %1"
19228msgstr ""
19229
19230#: f/bad.def:521
19231#, no-c-format
19232msgid "Type name at %0 not the same as name at %1"
19233msgstr ""
19234
19235#: f/bad.def:524
19236#, no-c-format
19237msgid "End of source file before end of block started at %0"
19238msgstr ""
19239
19240#: f/bad.def:527
19241#, no-c-format
19242msgid "Undefined label, first referenced at %0"
19243msgstr ""
19244
19245#: f/bad.def:530
19246#, no-c-format
19247msgid ""
19248"SAVE statement or attribute at %1 cannot be specified along with SAVE "
19249"statement or attribute at %0"
19250msgstr ""
19251
19252#: f/bad.def:533
19253#, no-c-format
19254msgid ""
19255"PUBLIC or PRIVATE statement at %1 cannot be specified along with PUBLIC or "
19256"PRIVATE statement at %0"
19257msgstr ""
19258
19259#: f/bad.def:536
19260#, no-c-format
19261msgid "RETURN statement at %0 invalid within a main program unit"
19262msgstr ""
19263
19264#: f/bad.def:539
19265#, no-c-format
19266msgid "Alternate return specifier at %0 invalid within a main program unit"
19267msgstr ""
19268
19269#: f/bad.def:542
19270#, no-c-format
19271msgid "Alternate return specifier at %0 invalid within a function"
19272msgstr ""
19273
19274#: f/bad.def:545
19275#, no-c-format
19276msgid ""
19277"Access specifier or PRIVATE statement at %0 invalid for derived-type "
19278"definition within other than the specification part of a module"
19279msgstr ""
19280
19281#: f/bad.def:548
19282#, no-c-format
19283msgid ""
19284"Access specifier at %0 must immediately follow derived-type statement at %1 "
19285"with no intervening statements"
19286msgstr ""
19287
19288#: f/bad.def:551
19289#, no-c-format
19290msgid ""
19291"No components specified as of %0 for derived-type definition beginning at %1"
19292msgstr ""
19293
19294#: f/bad.def:554
19295#, no-c-format
19296msgid ""
19297"No components specified as of %0 for structure definition beginning at %1"
19298msgstr ""
19299
19300#: f/bad.def:557
19301#, no-c-format
19302msgid "Missing structure name for outer structure definition at %0"
19303msgstr ""
19304
19305#: f/bad.def:560
19306#, no-c-format
19307msgid ""
19308"Field names at %0 for outer structure definition -- specify them in a "
19309"subsequent RECORD statement instead"
19310msgstr ""
19311
19312#: f/bad.def:563
19313#, no-c-format
19314msgid ""
19315"Missing field name(s) for structure definition at %0 within structure "
19316"definition at %1"
19317msgstr ""
19318
19319#: f/bad.def:566
19320#, no-c-format
19321msgid "No components specified as of %0 for map beginning at %1"
19322msgstr ""
19323
19324#: f/bad.def:569
19325#, no-c-format
19326msgid ""
19327"Zero or one maps specified as of %0 for union beginning at %1 -- at least "
19328"two are required"
19329msgstr ""
19330
19331#: f/bad.def:572
19332#, no-c-format
19333msgid "Missing %A specifier in statement at %0"
19334msgstr ""
19335
19336#: f/bad.def:575
19337#, no-c-format
19338msgid "Items in I/O list starting at %0 invalid for namelist-directed I/O"
19339msgstr ""
19340
19341#: f/bad.def:578
19342#, no-c-format
19343msgid "Conflicting I/O control specifications at %0 and %1"
19344msgstr ""
19345
19346#: f/bad.def:581
19347#, no-c-format
19348msgid "No UNIT= specifier in I/O control list at %0"
19349msgstr ""
19350
19351#: f/bad.def:584
19352#, no-c-format
19353msgid ""
19354"Specification at %0 requires ADVANCE=`NO' specification in same I/O control "
19355"list"
19356msgstr ""
19357
19358#: f/bad.def:587
19359#, no-c-format
19360msgid ""
19361"Specification at %0 requires explicit FMT= specification in same I/O control "
19362"list"
19363msgstr ""
19364
19365#: f/bad.def:595
19366#, no-c-format
19367msgid "Second occurrence of CASE DEFAULT at %0 within SELECT CASE at %1"
19368msgstr ""
19369
19370#: f/bad.def:598
19371#, no-c-format
19372msgid "Duplicate or overlapping case values/ranges at %0 and %1"
19373msgstr ""
19374
19375#: f/bad.def:601
19376#, no-c-format
19377msgid ""
19378"Type and/or kind-type parameter disagreement between CASE value or value "
19379"within range at %0 and SELECT CASE at %1"
19380msgstr ""
19381
19382#: f/bad.def:604
19383#, no-c-format
19384msgid ""
19385"Range specification at %0 invalid for CASE statement within logical-type "
19386"SELECT CASE statement"
19387msgstr ""
19388
19389#: f/bad.def:617
19390#, no-c-format
19391msgid "Fortran 90 feature at %0 unsupported"
19392msgstr ""
19393
19394#: f/bad.def:630
19395#, no-c-format
19396msgid ""
19397"Invalid declaration of or reference to symbol `%A' at %0 [initially seen at %"
19398"1]"
19399msgstr ""
19400
19401#: f/bad.def:638
19402#, no-c-format
19403msgid "Null element at %0 for array reference at %1"
19404msgstr ""
19405
19406#: f/bad.def:641
19407#, no-c-format
19408msgid "Too few elements (%A missing) as of %0 for array reference at %1"
19409msgstr ""
19410
19411#: f/bad.def:644
19412#, no-c-format
19413msgid "Too many elements as of %0 for array reference at %1"
19414msgstr ""
19415
19416#: f/bad.def:647
19417#, no-c-format
19418msgid "Missing colon as of %0 in substring reference for %1"
19419msgstr ""
19420
19421#: f/bad.def:650
19422#, no-c-format
19423msgid "Invalid use at %0 of substring operator on %1"
19424msgstr ""
19425
19426#: f/bad.def:653
19427#, no-c-format
19428msgid "Substring begin/end point at %0 out of defined range"
19429msgstr ""
19430
19431#: f/bad.def:656
19432#, no-c-format
19433msgid "Array element value at %0 out of defined range"
19434msgstr ""
19435
19436#: f/bad.def:659
19437#, no-c-format
19438msgid "Expression at %0 has incorrect data type or rank for its context"
19439msgstr ""
19440
19441#: f/bad.def:662
19442#, no-c-format
19443msgid "Division by 0 (zero) at %0 (IEEE not yet supported)"
19444msgstr ""
19445
19446#: f/bad.def:665
19447#, no-c-format
19448msgid "%A step count known to be 0 (zero) at %0"
19449msgstr ""
19450
19451#: f/bad.def:668
19452#, no-c-format
19453msgid "%A end value plus step count known to overflow at %0"
19454msgstr ""
19455
19456#: f/bad.def:671
19457#, no-c-format
19458msgid ""
19459"%A begin, end, and step-count values known to result in implementation-"
19460"dependent behavior due to overflow(s) in intermediate calculations at %0"
19461msgstr ""
19462
19463#: f/bad.def:674
19464#, no-c-format
19465msgid ""
19466"%A begin, end, and step-count values known to result in no iterations at %0"
19467msgstr ""
19468
19469#: f/bad.def:677
19470#, no-c-format
19471msgid "Type disagreement between expressions at %0 and %1"
19472msgstr ""
19473
19474#: f/bad.def:690
19475#, no-c-format
19476msgid "No specification for implied-DO iterator `%A' at %0"
19477msgstr ""
19478
19479#: f/bad.def:693
19480#, no-c-format
19481msgid "Gratuitous parentheses surround implied-DO construct at %0"
19482msgstr ""
19483
19484#: f/bad.def:696
19485#, no-c-format
19486msgid "Zero-size specification invalid at %0"
19487msgstr ""
19488
19489#: f/bad.def:699
19490#, no-c-format
19491msgid "Zero-size array at %0"
19492msgstr ""
19493
19494#: f/bad.def:702
19495#, no-c-format
19496msgid "Target machine does not support complex entity of kind specified at %0"
19497msgstr ""
19498
19499#: f/bad.def:705
19500#, no-c-format
19501msgid "Target machine does not support DOUBLE COMPLEX, specified at %0"
19502msgstr ""
19503
19504#: f/bad.def:708
19505#, no-c-format
19506msgid "Attempt to raise constant zero to a power at %0"
19507msgstr ""
19508
19509#: f/bad.def:806
19510#, no-c-format
19511msgid "Reference to generic intrinsic `%A' at %0 could be to form %B or %C"
19512msgstr ""
19513
19514#: f/bad.def:809
19515#, no-c-format
19516msgid "Ambiguous use of intrinsic `%A' at %0 [info -f g77 M CMPAMBIG]"
19517msgstr ""
19518
19519#: f/bad.def:812
19520#, no-c-format
19521msgid "Intrinsic `%A' referenced %Bly at %0, %Cly at %1 [info -f g77 M EXPIMP]"
19522msgstr ""
19523
19524#: f/bad.def:815
19525#, no-c-format
19526msgid "Same name `%A' used for %B at %0 and %C at %1 [info -f g77 M INTGLOB]"
19527msgstr ""
19528
19529#: f/bad.def:818
19530#, no-c-format
19531msgid ""
19532"Explicit type declaration for intrinsic `%A' disagrees with invocation at %0"
19533msgstr ""
19534
19535#: f/bad.def:821
19536#, no-c-format
19537msgid "Unable to open INCLUDE file `%A' at %0"
19538msgstr ""
19539
19540#: f/bad.def:839
19541#, no-c-format
19542msgid "Null argument at %0 for statement function reference at %1"
19543msgstr ""
19544
19545#: f/bad.def:842
19546#, no-c-format
19547msgid "Null argument at %0 for procedure invocation at %1"
19548msgstr ""
19549
19550#: f/bad.def:845
19551#, no-c-format
19552msgid ""
19553"%A too few arguments (starting with dummy argument `%B') as of %0 for "
19554"statement function reference at %1"
19555msgstr ""
19556
19557#: f/bad.def:848
19558#, no-c-format
19559msgid "%A too many arguments as of %0 for statement function reference at %1"
19560msgstr ""
19561
19562#: f/bad.def:851
19563#, no-c-format
19564msgid ""
19565"Array supplied at %1 for dummy argument `%A' in statement function reference "
19566"at %0"
19567msgstr ""
19568
19569#: f/bad.def:854
19570#, no-c-format
19571msgid "Unsupported FORMAT specifier at %0"
19572msgstr ""
19573
19574#: f/bad.def:857
19575#, no-c-format
19576msgid "Variable-expression FORMAT specifier at %0 -- unsupported"
19577msgstr ""
19578
19579#: f/bad.def:880
19580#, no-c-format
19581msgid "Unsupported VXT statement at %0"
19582msgstr ""
19583
19584#: f/bad.def:883
19585#, no-c-format
19586msgid "Attempt to specify second initial value for `%A' at %0"
19587msgstr ""
19588
19589#: f/bad.def:886
19590#, no-c-format
19591msgid "Too few initial values in list of initializers for `%A' at %0"
19592msgstr ""
19593
19594#: f/bad.def:889
19595#, no-c-format
19596msgid "Too many initial values in list of initializers starting at %0"
19597msgstr ""
19598
19599#: f/bad.def:892
19600#, no-c-format
19601msgid ""
19602"Array or substring specification for `%A' out of range in statement at %0"
19603msgstr ""
19604
19605#: f/bad.def:895
19606#, no-c-format
19607msgid ""
19608"Array subscript #%B out of range for initialization of `%A' in statement at %"
19609"0"
19610msgstr ""
19611
19612#: f/bad.def:898
19613#, no-c-format
19614msgid ""
19615"Implied do-loop step count of 0 (zero) for iteration variable `%A' in "
19616"statement at %0"
19617msgstr ""
19618
19619#: f/bad.def:901
19620#, no-c-format
19621msgid ""
19622"Implied do-loop iteration count of 0 (zero) for iteration variable `%A' in "
19623"statement at %0"
19624msgstr ""
19625
19626#: f/bad.def:904
19627#, no-c-format
19628msgid ""
19629"Not an integer constant expression in implied do-loop in statement at %0"
19630msgstr ""
19631
19632#: f/bad.def:907
19633#, no-c-format
19634msgid "Attempt to specify second initial value for element of `%A' at %0"
19635msgstr ""
19636
19637#: f/bad.def:910
19638#, no-c-format
19639msgid "Attempt to EQUIVALENCE common areas `%A' and `%B' at %0"
19640msgstr ""
19641
19642#: f/bad.def:913
19643#, no-c-format
19644msgid ""
19645"Can't place `%A' as directed by EQUIVALENCE due to alignment restrictions"
19646msgstr ""
19647
19648#: f/bad.def:916
19649#, no-c-format
19650msgid ""
19651"Mismatched EQUIVALENCE requirements for placement of `%A' at both %C and %D "
19652"bytes offset from `%B'"
19653msgstr ""
19654
19655#: f/bad.def:919
19656#, no-c-format
19657msgid ""
19658"Array or substring specification for `%A' out of range in EQUIVALENCE "
19659"statement"
19660msgstr ""
19661
19662#: f/bad.def:922
19663#, no-c-format
19664msgid "Substring of non-CHARACTER entity `%A' in EQUIVALENCE statement"
19665msgstr ""
19666
19667#: f/bad.def:925
19668#, no-c-format
19669msgid "Array reference to scalar variable `%A' in EQUIVALENCE statement"
19670msgstr ""
19671
19672#: f/bad.def:928
19673#, no-c-format
19674msgid "Array subscript #%B out of range for EQUIVALENCE of `%A'"
19675msgstr ""
19676
19677#: f/bad.def:936
19678#, no-c-format
19679msgid ""
19680"Attempt to extend COMMON area beyond its starting point via EQUIVALENCE of `%"
19681"A'"
19682msgstr ""
19683
19684#: f/bad.def:939
19685#, no-c-format
19686msgid "Too few elements in reference to array `%A' in EQUIVALENCE statement"
19687msgstr ""
19688
19689#: f/bad.def:942
19690#, no-c-format
19691msgid "Too many elements in reference to array `%A' in EQUIVALENCE statement"
19692msgstr ""
19693
19694#: f/bad.def:945
19695#, no-c-format
19696msgid ""
19697"Mixed CHARACTER and non-CHARACTER types via COMMON/EQUIVALENCE -- for "
19698"example, `%A' and `%B'"
19699msgstr ""
19700
19701#: f/bad.def:958
19702#, no-c-format
19703msgid "Return value `%A' for FUNCTION at %0 not referenced in subprogram"
19704msgstr ""
19705
19706#: f/bad.def:976
19707#, no-c-format
19708msgid ""
19709"Common block `%A' is SAVEd, explicitly or implicitly, at %0 but not SAVEd at "
19710"%1"
19711msgstr ""
19712
19713#: f/bad.def:979
19714#, no-c-format
19715msgid "Common block `%A' is %B %D in length at %0 but %C %E at %1"
19716msgstr ""
19717
19718#: f/bad.def:987
19719#, no-c-format
19720msgid "Blank common initialized at %0"
19721msgstr ""
19722
19723#: f/bad.def:990
19724#, no-c-format
19725msgid ""
19726"Intrinsic `%A' is passed as actual argument at %0 but not explicitly "
19727"declared INTRINSIC"
19728msgstr ""
19729
19730#: f/bad.def:993
19731#, no-c-format
19732msgid ""
19733"External procedure `%A' is passed as actual argument at %0 but not "
19734"explicitly declared EXTERNAL"
19735msgstr ""
19736
19737#: f/bad.def:996
19738#, no-c-format
19739msgid "Character `%A' (for example) is upper-case in symbol name at %0"
19740msgstr ""
19741
19742#: f/bad.def:999
19743#, no-c-format
19744msgid "Character `%A' (for example) is lower-case in symbol name at %0"
19745msgstr ""
19746
19747#: f/bad.def:1002
19748#, no-c-format
19749msgid ""
19750"Character `%A' not followed at some point by lower-case character in symbol "
19751"name at %0"
19752msgstr ""
19753
19754#: f/bad.def:1005
19755#, no-c-format
19756msgid "Initial character `%A' is lower-case in symbol name at %0"
19757msgstr ""
19758
19759#: f/bad.def:1013
19760#, no-c-format
19761msgid ""
19762"NAMELIST not adequately supported by run-time library for source files with "
19763"case preserved"
19764msgstr ""
19765
19766#: f/bad.def:1016
19767#, no-c-format
19768msgid "Nested %% construct (%%VAL, %%REF, or %%DESCR) at %0"
19769msgstr ""
19770
19771#: f/bad.def:1034
19772#, no-c-format
19773msgid "Statement at %0 invalid in BLOCK DATA program unit at %1"
19774msgstr ""
19775
19776#: f/bad.def:1037
19777#, no-c-format
19778msgid "Truncating characters on right side of character constant at %0"
19779msgstr ""
19780
19781#: f/bad.def:1040
19782#, no-c-format
19783msgid "Truncating characters on right side of hollerith constant at %0"
19784msgstr ""
19785
19786#: f/bad.def:1043
19787#, no-c-format
19788msgid "Truncating non-zero data on left side of numeric constant at %0"
19789msgstr ""
19790
19791#: f/bad.def:1046
19792#, no-c-format
19793msgid "Truncating non-zero data on left side of typeless constant at %0"
19794msgstr ""
19795
19796#: f/bad.def:1049
19797#, no-c-format
19798msgid "Typeless constant at %0 too large"
19799msgstr ""
19800
19801#: f/bad.def:1052
19802#, no-c-format
19803msgid "First-column ampersand continuation at %0"
19804msgstr ""
19805
19806#: f/bad.def:1055 f/bad.def:1058
19807#, no-c-format
19808msgid ""
19809"Global name `%A' defined at %0 already defined at %1 [info -f g77 M GLOBALS]"
19810msgstr ""
19811
19812#: f/bad.def:1061 f/bad.def:1064
19813#, no-c-format
19814msgid "Global name `%A' is %B at %0 but is %C at %1 [info -f g77 M GLOBALS]"
19815msgstr ""
19816
19817#: f/bad.def:1067 f/bad.def:1070
19818#, no-c-format
19819msgid "Global name `%A' at %0 has different type at %1 [info -f g77 M GLOBALS]"
19820msgstr ""
19821
19822#: f/bad.def:1073
19823#, no-c-format
19824msgid ""
19825"Too %B arguments passed to `%A' at %0 versus definition at %1 [info -f g77 M "
19826"GLOBALS]"
19827msgstr ""
19828
19829#: f/bad.def:1076
19830#, no-c-format
19831msgid ""
19832"Too %B arguments for `%A' at %0 versus invocation at %1 [info -f g77 M "
19833"GLOBALS]"
19834msgstr ""
19835
19836#: f/bad.def:1079 f/bad.def:1082
19837#, no-c-format
19838msgid ""
19839"Argument #%B of `%A' is %C at %0 but is %D at %1 [info -f g77 M GLOBALS]"
19840msgstr ""
19841
19842#: f/bad.def:1085
19843#, no-c-format
19844msgid "Array `%A' at %0 is too large to handle"
19845msgstr ""
19846
19847#: f/bad.def:1088
19848#, no-c-format
19849msgid "Statement function `%A' defined at %0 is not used"
19850msgstr ""
19851
19852#: f/bad.def:1091
19853#, no-c-format
19854msgid ""
19855"Intrinsic `%A', invoked at %0, known to be non-Y2K-compliant [info -f g77 M "
19856"Y2KBAD]"
19857msgstr ""
19858
19859#: f/bad.def:1094
19860#, no-c-format
19861msgid "Internal compiler error -- cannot perform operation"
19862msgstr ""
19863
19864#. Kind messages are used in diagnostic location reports of the
19865#. form "<file>: In function `foo': <error message>".
19866#: f/info-k.def:32
19867msgid "In unknown kind"
19868msgstr ""
19869
19870#: f/info-k.def:33
19871msgid "In entity"
19872msgstr ""
19873
19874#: f/info-k.def:34
19875msgid "In function"
19876msgstr ""
19877
19878#: f/info-k.def:35
19879msgid "In subroutine"
19880msgstr ""
19881
19882#: f/info-k.def:36
19883msgid "In program"
19884msgstr ""
19885
19886#: f/info-k.def:37
19887msgid "In block-data unit"
19888msgstr ""
19889
19890#: f/info-k.def:38
19891msgid "In common block"
19892msgstr ""
19893
19894#: f/info-k.def:39
19895msgid "In construct"
19896msgstr ""
19897
19898#: f/info-k.def:40
19899msgid "In namelist"
19900msgstr ""
19901
19902#: f/info-k.def:41
19903msgid "In anything"
19904msgstr ""
19905
19906#: java/check-init.c:917
19907#, c-format
19908msgid "internal error in check-init: tree code not implemented: %s"
19909msgstr ""
19910
19911#: java/check-init.c:990
19912#, c-format
19913msgid "final field '%s' may not have been initialized"
19914msgstr ""
19915
19916#: java/class.c:539 java/class.c:564
19917msgid "internal error - too many interface type"
19918msgstr ""
19919
19920#: java/class.c:677
19921msgid "bad method signature"
19922msgstr ""
19923
19924#: java/class.c:726
19925msgid "misplaced ConstantValue attribute (not in any field)"
19926msgstr ""
19927
19928#: java/class.c:728
19929#, c-format
19930msgid "duplicate ConstantValue attribute for field '%s'"
19931msgstr ""
19932
19933#: java/class.c:739
19934#, c-format
19935msgid "ConstantValue attribute of field '%s' has wrong type"
19936msgstr ""
19937
19938#: java/class.c:1103
19939#, c-format
19940msgid "field '%s' not found in class"
19941msgstr ""
19942
19943#: java/class.c:1365
19944msgid "abstract method in non-abstract class"
19945msgstr ""
19946
19947#: java/class.c:2078
19948#, c-format
19949msgid "non-static method '%s' overrides static method"
19950msgstr ""
19951
19952#: java/decl.c:1541
19953#, c-format
19954msgid "In %s: overlapped variable and exception ranges at %d"
19955msgstr ""
19956
19957#: java/decl.c:1622
19958msgid "bad type in parameter debug info"
19959msgstr ""
19960
19961#: java/decl.c:1632
19962#, c-format
19963msgid "bad PC range for debug info for local `%s'"
19964msgstr ""
19965
19966#: java/expr.c:530
19967msgid "stack underflow - dup* operation"
19968msgstr ""
19969
19970#: java/expr.c:1534
19971#, c-format
19972msgid ""
19973"reference `%s' is ambiguous: appears in interface `%s' and interface `%s'"
19974msgstr ""
19975
19976#: java/expr.c:1563
19977#, c-format
19978msgid "field `%s' not found"
19979msgstr ""
19980
19981#: java/expr.c:1715
19982msgid "ret instruction not implemented"
19983msgstr ""
19984
19985#: java/expr.c:1857
19986#, c-format
19987msgid "method '%s' not found in class"
19988msgstr ""
19989
19990#: java/expr.c:2060
19991#, c-format
19992msgid "failed to find class '%s'"
19993msgstr ""
19994
19995#: java/expr.c:2070
19996#, c-format
19997msgid "class '%s' has no method named '%s' matching signature '%s'"
19998msgstr ""
19999
20000#: java/expr.c:2080
20001msgid "invokestatic on non static method"
20002msgstr ""
20003
20004#: java/expr.c:2085
20005msgid "invokestatic on abstract method"
20006msgstr ""
20007
20008#: java/expr.c:2093
20009msgid "invoke[non-static] on static method"
20010msgstr ""
20011
20012#: java/expr.c:2396
20013#, c-format
20014msgid "missing field '%s' in '%s'"
20015msgstr ""
20016
20017#: java/expr.c:2402
20018#, c-format
20019msgid "mismatching signature for field '%s' in '%s'"
20020msgstr ""
20021
20022#: java/expr.c:2425
20023#, c-format
20024msgid "assignment to final field `%s' not in field's class"
20025msgstr ""
20026
20027#: java/expr.c:2430
20028#, c-format
20029msgid "assignment to final static field `%s' not in class initializer"
20030msgstr ""
20031
20032#: java/expr.c:2437
20033#, c-format
20034msgid "assignment to final field `%s' not in constructor"
20035msgstr ""
20036
20037#: java/expr.c:2684
20038#, c-format
20039msgid "can't expand %s"
20040msgstr ""
20041
20042#: java/expr.c:2861
20043msgid "invalid PC in line number table"
20044msgstr ""
20045
20046#. We've just reached the end of a region of dead code.
20047#: java/expr.c:2906
20048#, c-format
20049msgid "unreachable bytecode from %d to before %d"
20050msgstr ""
20051
20052#. We've just reached the end of a region of dead code.
20053#: java/expr.c:2943
20054#, c-format
20055msgid "unreachable bytecode from %d to the end of the method"
20056msgstr ""
20057
20058#. duplicate code from LOAD macro
20059#: java/expr.c:3261
20060msgid "unrecogized wide sub-instruction"
20061msgstr ""
20062
20063#: java/jcf-io.c:543
20064#, c-format
20065msgid ""
20066"source file for class `%s' is newer than its matching class file.  Source "
20067"file `%s' used instead"
20068msgstr ""
20069
20070#: java/jcf-parse.c:338
20071msgid "bad string constant"
20072msgstr ""
20073
20074#: java/jcf-parse.c:356
20075#, c-format
20076msgid "bad value constant type %d, index %d"
20077msgstr ""
20078
20079#: java/jcf-parse.c:528
20080#, c-format
20081msgid "can't reopen %s"
20082msgstr ""
20083
20084#: java/jcf-parse.c:533
20085#, c-format
20086msgid "can't close %s"
20087msgstr ""
20088
20089#: java/jcf-parse.c:619
20090#, c-format
20091msgid "cannot find file for class %s"
20092msgstr ""
20093
20094#: java/jcf-parse.c:631
20095msgid "not a valid Java .class file"
20096msgstr ""
20097
20098#: java/jcf-parse.c:634
20099msgid "error while parsing constant pool"
20100msgstr ""
20101
20102#: java/jcf-parse.c:637
20103#, c-format
20104msgid "error in constant pool entry #%d\n"
20105msgstr ""
20106
20107#. FIXME - where was first time
20108#: java/jcf-parse.c:649
20109#, c-format
20110msgid "reading class %s for the second time from %s"
20111msgstr ""
20112
20113#: java/jcf-parse.c:667
20114msgid "error while parsing fields"
20115msgstr ""
20116
20117#: java/jcf-parse.c:670
20118msgid "error while parsing methods"
20119msgstr ""
20120
20121#: java/jcf-parse.c:673
20122msgid "error while parsing final attributes"
20123msgstr ""
20124
20125#: java/jcf-parse.c:687
20126#, c-format
20127msgid ""
20128"the `java.lang.Object' that was found in `%s' didn't have the special zero-"
20129"length `gnu.gcj.gcj-compiled' attribute.  This generally means that your "
20130"classpath is incorrectly set.  Use `info gcj \"Input Options\"' to see the "
20131"info page describing how to set the classpath"
20132msgstr ""
20133
20134#: java/jcf-parse.c:777
20135msgid "missing Code attribute"
20136msgstr ""
20137
20138#: java/jcf-parse.c:1014
20139msgid "source file seen twice on command line and will be compiled only once"
20140msgstr ""
20141
20142#: java/jcf-parse.c:1030
20143msgid "no input file specified"
20144msgstr ""
20145
20146#: java/jcf-parse.c:1059
20147#, c-format
20148msgid "can't close input file %s"
20149msgstr ""
20150
20151#: java/jcf-parse.c:1096
20152#, c-format
20153msgid "bad zip/jar file %s"
20154msgstr ""
20155
20156#: java/jcf-write.c:2650
20157#, c-format
20158msgid ""
20159"internal error in generate_bytecode_insn - tree code not implemented: %s"
20160msgstr ""
20161
20162#: java/jcf-write.c:2988
20163msgid "field initializer type mismatch"
20164msgstr ""
20165
20166#: java/jcf-write.c:3419
20167#, c-format
20168msgid "can't create directory %s"
20169msgstr ""
20170
20171#: java/jcf-write.c:3473
20172#, c-format
20173msgid "can't create %s"
20174msgstr ""
20175
20176#: java/jv-scan.c:187
20177msgid "only one of `--print-main', `--list-class', and `--complexity' allowed"
20178msgstr ""
20179
20180#: java/jv-scan.c:190
20181#, c-format
20182msgid "can't open output file `%s'"
20183msgstr ""
20184
20185#: java/jv-scan.c:224
20186#, c-format
20187msgid "file not found `%s'"
20188msgstr ""
20189
20190#: java/jvspec.c:426
20191msgid "can't specify `-D' without `--main'\n"
20192msgstr ""
20193
20194#: java/jvspec.c:429
20195#, c-format
20196msgid "`%s' is not a valid class name"
20197msgstr ""
20198
20199#: java/jvspec.c:435
20200msgid "--resource requires -o"
20201msgstr ""
20202
20203#: java/jvspec.c:442
20204msgid "warning: already-compiled .class files ignored with -C"
20205msgstr ""
20206
20207#: java/jvspec.c:449
20208msgid "cannot specify both -C and -o"
20209msgstr ""
20210
20211#: java/jvspec.c:461
20212msgid "cannot create temporary file"
20213msgstr ""
20214
20215#: java/jvspec.c:489
20216msgid "using both @FILE with multiple files not implemented"
20217msgstr ""
20218
20219#: java/jvspec.c:538
20220msgid "cannot specify `main' class when not linking"
20221msgstr ""
20222
20223#: java/lang.c:548
20224msgid "can't do dependency tracking with input from stdin"
20225msgstr ""
20226
20227#: java/lang.c:564
20228msgid "couldn't determine target name for dependency tracking"
20229msgstr ""
20230
20231#: java/lex.c:303
20232#, c-format
20233msgid ""
20234"unknown encoding: `%s'\n"
20235"This might mean that your locale's encoding is not supported\n"
20236"by your system's iconv(3) implementation.  If you aren't trying\n"
20237"to use a particular encoding for your input file, try the\n"
20238"`--encoding=UTF-8' option"
20239msgstr ""
20240
20241#: java/mangle.c:85
20242#, c-format
20243msgid "can't mangle %s"
20244msgstr ""
20245
20246#: java/mangle_name.c:144 java/mangle_name.c:216
20247msgid "internal error - invalid Utf8 name"
20248msgstr ""
20249
20250#: /home/gdr/redhat/3.gcc/gcc/java/parse-scan.y:839
20251#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:916
20252#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1254
20253#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1315
20254#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1524
20255#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1745
20256#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1754
20257#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1765
20258#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1776
20259#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1788
20260#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1803
20261#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1820
20262#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1822
20263#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1894
20264#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2058
20265#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2119
20266#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2267
20267#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2279
20268#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2286
20269#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2293
20270#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2304
20271#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2306
20272#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2344
20273#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2346
20274#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2348
20275#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2369
20276#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2371
20277#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2373
20278#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2389
20279#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2391
20280#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2412
20281#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2414
20282#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2416
20283#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2444
20284#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2446
20285#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2448
20286#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2450
20287#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2468
20288#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2470
20289#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2481
20290#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2492
20291#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2503
20292#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2514
20293#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2525
20294#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2538
20295#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2542
20296#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2544
20297#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2557
20298msgid "Missing term"
20299msgstr ""
20300
20301#: /home/gdr/redhat/3.gcc/gcc/java/parse-scan.y:841
20302#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:690
20303#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:728
20304#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:753
20305#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:937
20306#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1289
20307#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1500
20308#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1502
20309#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1730
20310#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1756
20311#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1767
20312#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1778
20313#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1790
20314#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1805
20315msgid "';' expected"
20316msgstr ""
20317
20318#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:688
20319#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:726
20320msgid "Missing name"
20321msgstr ""
20322
20323#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:751
20324msgid "'*' expected"
20325msgstr ""
20326
20327#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:765
20328msgid "Class or interface declaration expected"
20329msgstr ""
20330
20331#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:800
20332#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:802
20333msgid "Missing class name"
20334msgstr ""
20335
20336#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:805
20337#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:809
20338#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:817
20339#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:977
20340#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1235
20341#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1237
20342#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1566
20343#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1816
20344#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1848
20345#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1901
20346msgid "'{' expected"
20347msgstr ""
20348
20349#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:819
20350msgid "Missing super class name"
20351msgstr ""
20352
20353#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:829
20354#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:845
20355msgid "Missing interface name"
20356msgstr ""
20357
20358#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:931
20359msgid "Missing variable initializer"
20360msgstr ""
20361
20362#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:948
20363msgid "Invalid declaration"
20364msgstr ""
20365
20366#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:951
20367#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1036
20368#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2094
20369#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2116
20370#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2120
20371#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2155
20372#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2228
20373#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2238
20374msgid "']' expected"
20375msgstr ""
20376
20377#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:955
20378msgid "Unbalanced ']'"
20379msgstr ""
20380
20381#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:991
20382msgid "Invalid method declaration, method name required"
20383msgstr ""
20384
20385#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:996
20386#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1001
20387#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1006
20388#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1981
20389msgid "Identifier expected"
20390msgstr ""
20391
20392#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1011
20393msgid "Invalid method declaration, return type required"
20394msgstr ""
20395
20396#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1034
20397#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1480
20398#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1487
20399#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1496
20400#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1498
20401#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1526
20402#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1633
20403#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1928
20404#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1979
20405msgid "')' expected"
20406msgstr ""
20407
20408#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1050
20409msgid "Missing formal parameter term"
20410msgstr ""
20411
20412#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1065
20413#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1070
20414msgid "Missing identifier"
20415msgstr ""
20416
20417#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1090
20418#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1099
20419msgid "Missing class type term"
20420msgstr ""
20421
20422#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1252
20423msgid "Invalid interface type"
20424msgstr ""
20425
20426#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1445
20427#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1612
20428#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1614
20429msgid "':' expected"
20430msgstr ""
20431
20432#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1466
20433#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1471
20434#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1476
20435msgid "Invalid expression statement"
20436msgstr ""
20437
20438#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1494
20439#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1522
20440#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1562
20441#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1629
20442#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1697
20443#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1818
20444#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1887
20445#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1973
20446#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1975
20447#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1983
20448#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2211
20449#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2213
20450msgid "'(' expected"
20451msgstr ""
20452
20453#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1564
20454msgid "Missing term or ')'"
20455msgstr ""
20456
20457#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1610
20458msgid "Missing or invalid constant expression"
20459msgstr ""
20460
20461#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1631
20462msgid "Missing term and ')' expected"
20463msgstr ""
20464
20465#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1670
20466msgid "Invalid control expression"
20467msgstr ""
20468
20469#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1672
20470#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1674
20471msgid "Invalid update expression"
20472msgstr ""
20473
20474#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1699
20475msgid "Invalid init statement"
20476msgstr ""
20477
20478#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1890
20479msgid "Missing term or ')' expected"
20480msgstr ""
20481
20482#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1930
20483msgid "'class' or 'this' expected"
20484msgstr ""
20485
20486#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1932
20487#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1934
20488msgid "'class' expected"
20489msgstr ""
20490
20491#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:1977
20492msgid "')' or term expected"
20493msgstr ""
20494
20495#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2092
20496msgid "'[' expected"
20497msgstr ""
20498
20499#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2169
20500msgid "Field expected"
20501msgstr ""
20502
20503#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2223
20504#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2233
20505msgid "Missing term and ']' expected"
20506msgstr ""
20507
20508#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2337
20509msgid "']' expected, invalid type expression"
20510msgstr ""
20511
20512#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2340
20513msgid "Invalid type expression"
20514msgstr ""
20515
20516#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2452
20517msgid "Invalid reference type"
20518msgstr ""
20519
20520#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2930
20521msgid "Constructor invocation must be first thing in a constructor"
20522msgstr ""
20523
20524#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2932
20525msgid "Only constructors can invoke constructors"
20526msgstr ""
20527
20528#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:2941
20529#, c-format
20530msgid ": `%s' JDK1.1(TM) feature"
20531msgstr ""
20532
20533#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:3001
20534#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:3003
20535#, c-format
20536msgid ""
20537"%s.\n"
20538"%s"
20539msgstr ""
20540
20541#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:6818
20542#, c-format
20543msgid "malformed .zip archive in CLASSPATH: %s"
20544msgstr ""
20545
20546#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:6889
20547#, c-format
20548msgid ""
20549"Can't find default package `%s'. Check the CLASSPATH environment variable "
20550"and the access to the archives"
20551msgstr ""
20552
20553#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:12291
20554#, c-format
20555msgid "missing static field `%s'"
20556msgstr ""
20557
20558#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:12296
20559#, c-format
20560msgid "not a static field `%s'"
20561msgstr ""
20562
20563#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:12339
20564#, c-format
20565msgid "No case for %s"
20566msgstr ""
20567
20568#: /home/gdr/redhat/3.gcc/gcc/java/parse.y:13304
20569#, c-format
20570msgid "unregistered operator %s"
20571msgstr ""
20572
20573#: java/typeck.c:553
20574msgid "junk at end of signature string"
20575msgstr ""
20576
20577#: java/verify.c:479
20578msgid "bad pc in exception_table"
20579msgstr ""
20580
20581#: java/verify.c:485
20582msgid "exception handler inside code that is being protected"
20583msgstr ""
20584
20585#: java/verify.c:1395
20586#, c-format
20587msgid "unknown opcode %d@pc=%d during verification"
20588msgstr ""
20589
20590#: java/verify.c:1465 java/verify.c:1478 java/verify.c:1482
20591#, c-format
20592msgid "verification error at PC=%d"
20593msgstr ""
20594
20595#: java/lang-options.h:32
20596msgid "Disable automatic array bounds checking"
20597msgstr ""
20598
20599#: java/lang-options.h:34
20600msgid "Disable assignability checks for stores into object arrays"
20601msgstr ""
20602
20603#: java/lang-options.h:36
20604msgid "Assume native functions are implemented using JNI"
20605msgstr ""
20606
20607#: java/lang-options.h:38
20608msgid "Replace system path"
20609msgstr ""
20610
20611#: java/lang-options.h:40
20612msgid "Set class path"
20613msgstr ""
20614
20615#: java/lang-options.h:42
20616msgid "Set class path (deprecated: use --classpath instead)"
20617msgstr ""
20618
20619#: java/lang-options.h:44
20620msgid "Choose class whose main method should be used"
20621msgstr ""
20622
20623#: java/lang-options.h:46
20624msgid "Choose input encoding (default comes from locale)"
20625msgstr ""
20626
20627#: java/lang-options.h:48
20628msgid "Add directory to class path"
20629msgstr ""
20630
20631#: java/lang-options.h:50
20632msgid "Directory where class files should be written"
20633msgstr ""
20634
20635#: java/lang-options.h:52
20636msgid "Warn if modifiers are specified when not necessary"
20637msgstr ""
20638
20639#: java/lang-options.h:54
20640msgid "Warn if deprecated empty statements are found"
20641msgstr ""
20642
20643#: java/lang-options.h:56
20644msgid "Warn if .class files are out of date"
20645msgstr ""
20646
20647#: java/lang-options.h:58
20648msgid "Always check for non gcj generated classes archives"
20649msgstr ""
20650
20651#: java/lang-options.h:60
20652msgid "Never optimize static class initialization code"
20653msgstr ""
20654
20655#: java/lang-options.h:62
20656msgid "Use offset tables for virtual method calls"
20657msgstr ""
20658
20659#: objc/objc-act.c:651
20660#, c-format
20661msgid "object does not conform to the `%s' protocol"
20662msgstr ""
20663
20664#: objc/objc-act.c:737 objc/objc-act.c:810
20665#, c-format
20666msgid "class `%s' does not implement the `%s' protocol"
20667msgstr ""
20668
20669#: objc/objc-act.c:914
20670#, c-format
20671msgid "`%s' cannot be statically allocated"
20672msgstr ""
20673
20674#: objc/objc-act.c:963
20675#, c-format
20676msgid "unexpected type for `id' (%s)"
20677msgstr ""
20678
20679#: objc/objc-act.c:968
20680msgid "undefined type `id', please import <objc/objc.h>"
20681msgstr ""
20682
20683#: objc/objc-act.c:1019
20684#, c-format
20685msgid "protocol `%s' has circular dependency"
20686msgstr ""
20687
20688#: objc/objc-act.c:1041 objc/objc-act.c:5301
20689#, c-format
20690msgid "cannot find protocol declaration for `%s'"
20691msgstr ""
20692
20693#: objc/objc-act.c:1289 objc/objc-act.c:5873 objc/objc-act.c:6198
20694#: objc/objc-act.c:6247 objc/objc-act.c:6283 objc-parse.y:1799
20695#, c-format
20696msgid "cannot find interface declaration for `%s'"
20697msgstr ""
20698
20699#: objc/objc-act.c:1328
20700#, c-format
20701msgid "cannot find reference tag for class `%s'"
20702msgstr ""
20703
20704#: objc/objc-act.c:2050
20705#, c-format
20706msgid "creating selector for non existant method %s"
20707msgstr ""
20708
20709#: objc/objc-act.c:2364
20710#, c-format
20711msgid "cannot find class `%s'"
20712msgstr ""
20713
20714#: objc/objc-act.c:2366
20715#, c-format
20716msgid "class `%s' already exists"
20717msgstr ""
20718
20719#. fatal did not work with 2 args...should fix
20720#: objc/objc-act.c:2473
20721#, c-format
20722msgid "cannot find interface declaration for `%s', superclass of `%s'"
20723msgstr ""
20724
20725#: objc/objc-act.c:2480
20726#, c-format
20727msgid "circular inheritance in interface declaration for `%s'"
20728msgstr ""
20729
20730#: objc/objc-act.c:3566 objc/objc-act.c:3583
20731msgid "inconsistent instance variable specification"
20732msgstr ""
20733
20734#: objc/objc-act.c:4580
20735msgid "can not use an object as parameter to a method\n"
20736msgstr ""
20737
20738#: objc/objc-act.c:4780
20739#, c-format
20740msgid "multiple declarations for method `%s'"
20741msgstr ""
20742
20743#: objc/objc-act.c:4946
20744#, c-format
20745msgid "invalid receiver type `%s'"
20746msgstr ""
20747
20748#: objc/objc-act.c:4977 objc/objc-act.c:5003 objc/objc-act.c:5051
20749#, c-format
20750msgid "`%s' does not respond to `%s'"
20751msgstr ""
20752
20753#: objc/objc-act.c:4983 objc/objc-act.c:7321
20754#, c-format
20755msgid "no super class declared in interface for `%s'"
20756msgstr ""
20757
20758#: objc/objc-act.c:5081
20759msgid "cannot find class (factory) method"
20760msgstr ""
20761
20762#: objc/objc-act.c:5082 objc/objc-act.c:5126
20763#, c-format
20764msgid "return type for `%s' defaults to id"
20765msgstr ""
20766
20767#: objc/objc-act.c:5099
20768#, c-format
20769msgid "method `%s' not implemented by protocol"
20770msgstr ""
20771
20772#: objc/objc-act.c:5108
20773msgid "return type defaults to id"
20774msgstr ""
20775
20776#: objc/objc-act.c:5125
20777msgid "cannot find method"
20778msgstr ""
20779
20780#: objc/objc-act.c:5399
20781#, c-format
20782msgid "undeclared selector `%s'"
20783msgstr ""
20784
20785#. Historically, a class method that produced objects (factory
20786#. method) would assign `self' to the instance that it
20787#. allocated.  This would effectively turn the class method into
20788#. an instance method.  Following this assignment, the instance
20789#. variables could be accessed.  That practice, while safe,
20790#. violates the simple rule that a class method should not refer
20791#. to an instance variable.  It's better to catch the cases
20792#. where this is done unknowingly than to support the above
20793#. paradigm.
20794#: objc/objc-act.c:5443
20795#, c-format
20796msgid "instance variable `%s' accessed in class method"
20797msgstr ""
20798
20799#: objc/objc-act.c:5678
20800#, c-format
20801msgid "duplicate definition of class method `%s'"
20802msgstr ""
20803
20804#: objc/objc-act.c:5684
20805#, c-format
20806msgid "duplicate declaration of class method `%s'"
20807msgstr ""
20808
20809#: objc/objc-act.c:5720
20810#, c-format
20811msgid "duplicate definition of instance method `%s'"
20812msgstr ""
20813
20814#: objc/objc-act.c:5726
20815#, c-format
20816msgid "duplicate declaration of instance method `%s'"
20817msgstr ""
20818
20819#: objc/objc-act.c:5766
20820#, c-format
20821msgid "duplicate interface declaration for category `%s(%s)'"
20822msgstr ""
20823
20824#: objc/objc-act.c:5896
20825#, c-format
20826msgid "instance variable '%s' is declared private"
20827msgstr ""
20828
20829#: objc/objc-act.c:5902
20830#, c-format
20831msgid "instance variable `%s' is declared %s"
20832msgstr ""
20833
20834#: objc/objc-act.c:5912
20835msgid "static access to object of type `id'"
20836msgstr ""
20837
20838#: objc/objc-act.c:5937 objc/objc-act.c:6030
20839#, c-format
20840msgid "incomplete implementation of class `%s'"
20841msgstr ""
20842
20843#: objc/objc-act.c:5941 objc/objc-act.c:6035
20844#, c-format
20845msgid "incomplete implementation of category `%s'"
20846msgstr ""
20847
20848#: objc/objc-act.c:5946 objc/objc-act.c:6040
20849#, c-format
20850msgid "method definition for `%c%s' not found"
20851msgstr ""
20852
20853#: objc/objc-act.c:6084
20854#, c-format
20855msgid "%s `%s' does not fully implement the `%s' protocol"
20856msgstr ""
20857
20858#: objc/objc-act.c:6142 objc/objc-act.c:8252
20859msgid "`@end' missing in implementation context"
20860msgstr ""
20861
20862#: objc/objc-act.c:6170
20863#, c-format
20864msgid "reimplementation of class `%s'"
20865msgstr ""
20866
20867#: objc/objc-act.c:6212
20868#, c-format
20869msgid "conflicting super class name `%s'"
20870msgstr ""
20871
20872#: objc/objc-act.c:6227
20873#, c-format
20874msgid "duplicate interface declaration for class `%s'"
20875msgstr ""
20876
20877#: objc/objc-act.c:6509
20878#, c-format
20879msgid "duplicate declaration for protocol `%s'"
20880msgstr ""
20881
20882#: objc/objc-act.c:7366
20883msgid "[super ...] must appear in a method context"
20884msgstr ""
20885
20886#: objc/objc-act.c:8357 objc/objc-act.c:8373
20887#, c-format
20888msgid "potential selector conflict for method `%s'"
20889msgstr ""
20890
20891#: objc-parse.y:2656
20892msgid "`@end' must appear in an implementation context"
20893msgstr ""
20894
20895#: objc-parse.y:2932
20896msgid "method definition not in class context"
20897msgstr ""
20898
20899#: op27972.c:6659
20900msgid "syntax error; also virtual memory exhausted"
20901msgstr ""
20902
20903#: objc/lang-options.h:27
20904msgid "Dump decls to a .decl file"
20905msgstr ""
20906
20907#: objc/lang-options.h:29
20908msgid "Generate code for GNU runtime environment"
20909msgstr ""
20910
20911#: objc/lang-options.h:32
20912msgid "Generate code for NeXT runtime environment"
20913msgstr ""
20914
20915#: objc/lang-options.h:35
20916msgid "Warn if a selector has multiple methods"
20917msgstr ""
20918
20919#: objc/lang-options.h:39
20920msgid "Do not warn if inherited methods are unimplemented"
20921msgstr ""
20922
20923#: objc/lang-options.h:41
20924msgid "Generate C header of platform specific features"
20925msgstr ""
20926
20927#: objc/lang-options.h:43
20928msgid "Specify the name of the class for constant strings"
20929msgstr ""
20930
20931#. This is the contribution to the `lang_options' array in gcc.c for
20932#. treelang.
20933#: treelang/lang-options.h:26
20934msgid "(debug) trace parsing process"
20935msgstr ""
20936
20937#: treelang/lang-options.h:27
20938msgid "(debug) trace lexical analysis"
20939msgstr ""
20940
20941#: config/rs6000/darwin.h:62
20942msgid " conflicting code gen style switches are used"
20943msgstr ""
20944
20945#: config/i386/mingw32.h:85 config/i386/cygwin.h:171
20946msgid "shared and mdll are not compatible"
20947msgstr ""
20948
20949#: java/lang-specs.h:33
20950msgid "-fjni and -femit-class-files are incompatible"
20951msgstr ""
20952
20953#: java/lang-specs.h:34
20954msgid "-fjni and -femit-class-file are incompatible"
20955msgstr ""
20956
20957#: java/lang-specs.h:35 java/lang-specs.h:36
20958msgid "-femit-class-file should used along with -fsyntax-only"
20959msgstr ""
20960
20961#: config/darwin.h:212
20962msgid "-current_version only allowed with -dynamiclib"
20963msgstr ""
20964
20965#: config/darwin.h:215
20966msgid "-install_name only allowed with -dynamiclib"
20967msgstr ""
20968
20969#: config/darwin.h:220
20970msgid "-bundle not allowed with -dynamiclib"
20971msgstr ""
20972
20973#: config/darwin.h:221
20974msgid "-bundle_loader not allowed with -dynamiclib"
20975msgstr ""
20976
20977#: config/darwin.h:222
20978msgid "-client_name not allowed with -dynamiclib"
20979msgstr ""
20980
20981#: config/darwin.h:225
20982msgid "-force_cpusubtype_ALL not allowed with -dynamiclib"
20983msgstr ""
20984
20985#: config/darwin.h:226
20986msgid "-force_flat_namespace not allowed with -dynamiclib"
20987msgstr ""
20988
20989#: config/darwin.h:228
20990msgid "-keep_private_externs not allowed with -dynamiclib"
20991msgstr ""
20992
20993#: config/darwin.h:229
20994msgid "-private_bundle not allowed with -dynamiclib"
20995msgstr ""
20996
20997#: config/sparc/freebsd.h:42 config/rs6000/sysv4.h:1122
20998#: config/ia64/freebsd.h:23 config/alpha/freebsd.h:45
20999#: config/i386/freebsd-aout.h:213
21000msgid "`-p' not supported; use `-pg' and gprof(1)"
21001msgstr ""
21002
21003#: config/arm/arm.h:178
21004msgid "-mapcs-26 and -mapcs-32 may not be used together"
21005msgstr ""
21006
21007#: config/arm/arm.h:180
21008msgid "-msoft-float and -mhard_float may not be used together"
21009msgstr ""
21010
21011#: config/arm/arm.h:182
21012msgid "-mbig-endian and -mlittle-endian may not be used together"
21013msgstr ""
21014
21015#: config/sparc/linux64.h:197 config/sparc/linux64.h:208
21016#: config/sparc/netbsd-elf.h:163 config/sparc/netbsd-elf.h:182
21017#: config/sparc/sol2-bi.h:181 config/sparc/sol2-bi.h:191
21018msgid "may not use both -m32 and -m64"
21019msgstr ""
21020
21021#: config/i386/cygwin.h:115
21022msgid "mno-cygwin and mno-win32 are not compatible"
21023msgstr ""
21024
21025#: config/i386/sco5.h:195
21026msgid "-pg not supported on this platform"
21027msgstr ""
21028
21029#: config/i386/sco5.h:196
21030msgid "-p and -pp specified - pick one"
21031msgstr ""
21032
21033#: config/i386/sco5.h:271
21034msgid "-G and -static are mutually exclusive"
21035msgstr ""
21036
21037#: f/lang-specs.h:38 gcc.c:706
21038msgid "GNU C does not support -C without using -E"
21039msgstr ""
21040
21041#: f/lang-specs.h:39 gcc.c:707
21042msgid "GNU C does not support -CC without using -E"
21043msgstr ""
21044
21045#: config/mcore/mcore.h:60
21046msgid "choose either big or little endian, not both"
21047msgstr ""
21048
21049#: config/mcore/mcore.h:63
21050msgid "choose either m340 or m210 not both"
21051msgstr ""
21052
21053#: config/mcore/mcore.h:64
21054msgid "the m210 does not have little endian support"
21055msgstr ""
21056
21057#: config/vax/netbsd-elf.h:42
21058msgid "The -shared option is not currently supported for VAX ELF."
21059msgstr ""
21060
21061#: treelang/lang-specs.h:52
21062msgid "-pg or -p and -fomit-frame-pointer are incompatible"
21063msgstr ""
21064
21065#: java/jvspec.c:77 gcc.c:733 ada/lang-specs.h:38
21066msgid "-pg and -fomit-frame-pointer are incompatible"
21067msgstr ""
21068
21069#: gcc.c:864
21070msgid "-E required when input is from standard input"
21071msgstr ""
21072
21073#: gcc.c:868
21074msgid "compilation of header file requested"
21075msgstr ""
21076
21077#: config/vax/vax.h:50 config/vax/vax.h:51
21078msgid "profiling not supported with -mg\n"
21079msgstr ""
21080
21081#: ada/lang-specs.h:41
21082msgid "-c or -S required for Ada"
21083msgstr ""
21084
21085#: config/mips/mips.h:954
21086msgid "-pipe is not supported"
21087msgstr ""
21088
21089#: config/mips/mips.h:1156 config/arc/arc.h:63
21090msgid "may not use both -EB and -EL"
21091msgstr ""
21092
21093#: config/mips/r3900.h:35
21094msgid "-mhard-float not supported"
21095msgstr ""
21096
21097#: config/mips/r3900.h:37
21098msgid "-msingle-float and -msoft-float can not both be specified"
21099msgstr ""
21100