OSDN Git Service

* inclhack.def: Avoid changing NULL on C++ friendly systems.
[pf3gnuchains/gcc-fork.git] / gcc / po / gcc.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\n"
11 "POT-Creation-Date: 2004-10-08 10:30+0000\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #: attribs.c:175
20 #, c-format
21 msgid "%qs attribute directive ignored"
22 msgstr ""
23
24 #: attribs.c:183
25 #, c-format
26 msgid "wrong number of arguments specified for %qs attribute"
27 msgstr ""
28
29 #: attribs.c:200
30 #, c-format
31 msgid "%qs attribute does not apply to types"
32 msgstr ""
33
34 #: attribs.c:246
35 #, c-format
36 msgid "%qs attribute only applies to function types"
37 msgstr ""
38
39 #: builtins.c:341
40 msgid "offset outside bounds of constant string"
41 msgstr ""
42
43 #: builtins.c:925
44 msgid "second arg to %<__builtin_prefetch%> must be a constant"
45 msgstr ""
46
47 #: builtins.c:932
48 msgid "invalid second arg to __builtin_prefetch; using zero"
49 msgstr ""
50
51 #: builtins.c:939
52 msgid "third arg to %<__builtin_prefetch%> must be a constant"
53 msgstr ""
54
55 #: builtins.c:946
56 msgid "invalid third arg to __builtin_prefetch; using zero"
57 msgstr ""
58
59 #: builtins.c:3775
60 msgid "argument of %<__builtin_args_info%> must be constant"
61 msgstr ""
62
63 #: builtins.c:3781
64 msgid "argument of %<__builtin_args_info%> out of range"
65 msgstr ""
66
67 #: builtins.c:3787
68 msgid "missing argument in %<__builtin_args_info%>"
69 msgstr ""
70
71 #: builtins.c:3803 builtins.c:8700
72 msgid "%<va_start%> used in function with fixed args"
73 msgstr ""
74
75 #: builtins.c:3822 builtins.c:8716
76 msgid "second parameter of %<va_start%> not last named argument"
77 msgstr ""
78
79 #. Evidently an out of date version of <stdarg.h>; can't validate
80 #. va_start's second argument, but can still work as intended.
81 #: builtins.c:3827 builtins.c:8722
82 msgid "%<__builtin_next_arg%> called without an argument"
83 msgstr ""
84
85 #: builtins.c:3912
86 msgid "too many arguments to function %<va_start%>"
87 msgstr ""
88
89 #: builtins.c:4060
90 msgid "first argument to %<va_arg%> not of type %<va_list%>"
91 msgstr ""
92
93 #. Unfortunately, this is merely undefined, rather than a constraint
94 #. violation, so we cannot make this an error.  If this call is never
95 #. executed, the program is still strictly conforming.
96 #: builtins.c:4074
97 msgid "%qT is promoted to %qT when passed through %<...%>"
98 msgstr ""
99
100 #: builtins.c:4079
101 msgid "(so you should pass %qT not %qT to %<va_arg%>)"
102 msgstr ""
103
104 #. We can, however, treat "undefined" any way we please.
105 #. Call abort to encourage the user to fix the program.
106 #: builtins.c:4085 c-typeck.c:1964
107 msgid "if this code is reached, the program will abort"
108 msgstr ""
109
110 #: builtins.c:4203
111 msgid "invalid arg to %<__builtin_frame_address%>"
112 msgstr ""
113
114 #: builtins.c:4205
115 msgid "invalid arg to %<__builtin_return_address%>"
116 msgstr ""
117
118 #: builtins.c:4219
119 msgid "unsupported arg to %<__builtin_frame_address%>"
120 msgstr ""
121
122 #: builtins.c:4221
123 msgid "unsupported arg to %<__builtin_return_address%>"
124 msgstr ""
125
126 #: builtins.c:4324
127 msgid "second arg to %<__builtin_expect%> must be a constant"
128 msgstr ""
129
130 #: builtins.c:5531
131 msgid "__builtin_longjmp second argument must be 1"
132 msgstr ""
133
134 #: builtins.c:5876
135 msgid "target format does not support infinity"
136 msgstr ""
137
138 #: builtins.c:7551 builtins.c:7647
139 #, c-format
140 msgid "too few arguments to function %qs"
141 msgstr ""
142
143 #: builtins.c:7557 builtins.c:7653
144 #, c-format
145 msgid "too many arguments to function %qs"
146 msgstr ""
147
148 #: builtins.c:7563 builtins.c:7677
149 #, c-format
150 msgid "non-floating-point argument to function %qs"
151 msgstr ""
152
153 #: c-common.c:831
154 msgid "%J%qD is not defined outside of function scope"
155 msgstr ""
156
157 #: c-common.c:852
158 #, c-format
159 msgid ""
160 "string length %qd is greater than the length %qd ISO C%d compilers are "
161 "required to support"
162 msgstr ""
163
164 #: c-common.c:898
165 msgid "overflow in constant expression"
166 msgstr ""
167
168 #: c-common.c:918
169 msgid "integer overflow in expression"
170 msgstr ""
171
172 #: c-common.c:927
173 msgid "floating point overflow in expression"
174 msgstr ""
175
176 #: c-common.c:933
177 msgid "vector overflow in expression"
178 msgstr ""
179
180 #. This detects cases like converting -129 or 256 to unsigned char.
181 #: c-common.c:955
182 msgid "large integer implicitly truncated to unsigned type"
183 msgstr ""
184
185 #: c-common.c:957
186 msgid "negative integer implicitly converted to unsigned type"
187 msgstr ""
188
189 #: c-common.c:1015
190 msgid "overflow in implicit constant conversion"
191 msgstr ""
192
193 #: c-common.c:1151
194 #, c-format
195 msgid "operation on %qs may be undefined"
196 msgstr ""
197
198 #: c-common.c:1437
199 msgid "case label does not reduce to an integer constant"
200 msgstr ""
201
202 #: c-common.c:1480
203 msgid "case label value is less than minimum value for type"
204 msgstr ""
205
206 #: c-common.c:1488
207 msgid "case label value exceeds maximum value for type"
208 msgstr ""
209
210 #: c-common.c:1496
211 msgid "lower value in case label range less than minimum value for type"
212 msgstr ""
213
214 #: c-common.c:1505
215 msgid "upper value in case label range exceeds maximum value for type"
216 msgstr ""
217
218 #: c-common.c:1821
219 msgid "invalid truth-value expression"
220 msgstr ""
221
222 #: c-common.c:1872
223 #, c-format
224 msgid "invalid operands to binary %s"
225 msgstr ""
226
227 #: c-common.c:2115
228 msgid "comparison is always false due to limited range of data type"
229 msgstr ""
230
231 #: c-common.c:2117
232 msgid "comparison is always true due to limited range of data type"
233 msgstr ""
234
235 #: c-common.c:2187
236 msgid "comparison of unsigned expression >= 0 is always true"
237 msgstr ""
238
239 #: c-common.c:2196
240 msgid "comparison of unsigned expression < 0 is always false"
241 msgstr ""
242
243 #: c-common.c:2238
244 msgid "pointer of type %<void *%> used in arithmetic"
245 msgstr ""
246
247 #: c-common.c:2244
248 msgid "pointer to a function used in arithmetic"
249 msgstr ""
250
251 #: c-common.c:2250
252 msgid "pointer to member function used in arithmetic"
253 msgstr ""
254
255 #. Common Ada/Pascal programmer's mistake.  We always warn
256 #. about this since it is so bad.
257 #: c-common.c:2358
258 msgid "the address of %qD, will always evaluate as %<true%>"
259 msgstr ""
260
261 #: c-common.c:2454
262 msgid "suggest parentheses around assignment used as truth value"
263 msgstr ""
264
265 #: c-common.c:2503 c-common.c:2543
266 msgid "invalid use of %<restrict%>"
267 msgstr ""
268
269 #: c-common.c:2758
270 msgid "invalid application of %<sizeof%> to a function type"
271 msgstr ""
272
273 #: c-common.c:2768
274 #, c-format
275 msgid "invalid application of %qs to a void type"
276 msgstr ""
277
278 #: c-common.c:2774
279 msgid "invalid application of %qs to incomplete type %qT "
280 msgstr ""
281
282 #: c-common.c:2815
283 msgid "%<__alignof%> applied to a bit-field"
284 msgstr ""
285
286 #: c-common.c:3258
287 #, c-format
288 msgid "cannot disable built-in function %qs"
289 msgstr ""
290
291 #: c-common.c:3518
292 msgid "pointers are not permitted as case values"
293 msgstr ""
294
295 #: c-common.c:3522
296 msgid "range expressions in switch statements are non-standard"
297 msgstr ""
298
299 #: c-common.c:3547
300 msgid "empty range specified"
301 msgstr ""
302
303 #: c-common.c:3606
304 msgid "duplicate (or overlapping) case value"
305 msgstr ""
306
307 #: c-common.c:3607
308 msgid "%Jthis is the first entry overlapping that value"
309 msgstr ""
310
311 #: c-common.c:3611
312 msgid "duplicate case value"
313 msgstr ""
314
315 #: c-common.c:3612
316 msgid "%Jpreviously used here"
317 msgstr ""
318
319 #: c-common.c:3616
320 msgid "multiple default labels in one switch"
321 msgstr ""
322
323 #: c-common.c:3617
324 msgid "%Jthis is the first default label"
325 msgstr ""
326
327 #: c-common.c:3666
328 msgid "%Jcase value %qs not in enumerated type"
329 msgstr ""
330
331 #: c-common.c:3669
332 msgid "%Jcase value %qs not in enumerated type %qT"
333 msgstr ""
334
335 #: c-common.c:3736
336 msgid "%Hswitch missing default case"
337 msgstr ""
338
339 #. Warn if there are enumerators that don't correspond to
340 #. case expressions.
341 #: c-common.c:3770
342 msgid "%Henumeration value %qE not handled in switch"
343 msgstr ""
344
345 #: c-common.c:3797
346 msgid "taking the address of a label is non-standard"
347 msgstr ""
348
349 #: c-common.c:3966 c-common.c:3985 c-common.c:4003 c-common.c:4030
350 #: c-common.c:4049 c-common.c:4072 c-common.c:4096 c-common.c:4122
351 #: c-common.c:4156 c-common.c:4200 c-common.c:4228 c-common.c:4256
352 #: c-common.c:4275 c-common.c:4587 c-common.c:4618 c-common.c:4704
353 #: c-common.c:4771 c-common.c:4817 c-common.c:4875 c-common.c:4904
354 #: c-common.c:5183 c-common.c:5206 c-common.c:5245 tree.c:3142
355 #, c-format
356 msgid "%qs attribute ignored"
357 msgstr ""
358
359 #: c-common.c:4310
360 msgid "unknown machine mode %<%s%>"
361 msgstr ""
362
363 #: c-common.c:4330
364 msgid "specifying vector types with __attribute__ ((mode)) is deprecated"
365 msgstr ""
366
367 #: c-common.c:4332
368 msgid "use __attribute__ ((vector_size)) instead"
369 msgstr ""
370
371 #: c-common.c:4341
372 msgid "unable to emulate %<%s%>"
373 msgstr ""
374
375 #: c-common.c:4351
376 msgid "invalid pointer mode %<%s%>"
377 msgstr ""
378
379 #: c-common.c:4366
380 msgid "no data type for mode %<%s%>"
381 msgstr ""
382
383 #: c-common.c:4376
384 #, c-format
385 msgid "cannot use mode %qs for enumeral types"
386 msgstr ""
387
388 #: c-common.c:4415
389 msgid "%Jsection attribute cannot be specified for local variables"
390 msgstr ""
391
392 #: c-common.c:4426
393 msgid "%Jsection of %qD conflicts with previous declaration"
394 msgstr ""
395
396 #: c-common.c:4435
397 msgid "%Jsection attribute not allowed for %qD"
398 msgstr ""
399
400 #: c-common.c:4441
401 msgid "%Jsection attributes are not supported for this target"
402 msgstr ""
403
404 #: c-common.c:4479
405 msgid "requested alignment is not a constant"
406 msgstr ""
407
408 #: c-common.c:4484
409 msgid "requested alignment is not a power of 2"
410 msgstr ""
411
412 #: c-common.c:4489
413 msgid "requested alignment is too large"
414 msgstr ""
415
416 #: c-common.c:4515
417 msgid "%Jalignment may not be specified for %qD"
418 msgstr ""
419
420 #: c-common.c:4553
421 msgid "%J%qD defined both normally and as an alias"
422 msgstr ""
423
424 #: c-common.c:4569
425 msgid "alias arg not a string"
426 msgstr ""
427
428 #: c-common.c:4611
429 #, c-format
430 msgid "%qs attribute ignored on non-class types"
431 msgstr ""
432
433 #: c-common.c:4624
434 msgid "visibility arg not a string"
435 msgstr ""
436
437 #: c-common.c:4645
438 msgid ""
439 "visibility arg must be one of \"default\", \"hidden\", \"protected\" or "
440 "\"internal\""
441 msgstr ""
442
443 #: c-common.c:4714
444 msgid "tls_model arg not a string"
445 msgstr ""
446
447 #: c-common.c:4723
448 msgid ""
449 "tls_model arg must be one of \"local-exec\", \"initial-exec\", \"local-"
450 "dynamic\" or \"global-dynamic\""
451 msgstr ""
452
453 #: c-common.c:4745 c-common.c:4791
454 msgid "%J%qE attribute applies only to functions"
455 msgstr ""
456
457 #: c-common.c:4750 c-common.c:4796
458 msgid "%Jcan%'t set %qE attribute after definition"
459 msgstr ""
460
461 #: c-common.c:4872
462 #, c-format
463 msgid "%qs attribute ignored for %qs"
464 msgstr ""
465
466 #: c-common.c:4933
467 #, c-format
468 msgid "invalid vector type for attribute %qs"
469 msgstr ""
470
471 #: c-common.c:4942
472 msgid "number of components of the vector not a power of two"
473 msgstr ""
474
475 #: c-common.c:4970
476 msgid "nonnull attribute without arguments on a non-prototype"
477 msgstr ""
478
479 #: c-common.c:4985
480 #, c-format
481 msgid "nonnull argument has invalid operand number (arg %lu)"
482 msgstr ""
483
484 #: c-common.c:5004
485 #, c-format
486 msgid ""
487 "nonnull argument with out-of-range operand number (arg %lu, operand %lu)"
488 msgstr ""
489
490 #: c-common.c:5012
491 #, c-format
492 msgid "nonnull argument references non-pointer operand (arg %lu, operand %lu)"
493 msgstr ""
494
495 #: c-common.c:5067 c-common.c:5104
496 msgid "missing sentinel in function call"
497 msgstr ""
498
499 #: c-common.c:5090
500 msgid "not enough arguments to fit a sentinel"
501 msgstr ""
502
503 #: c-common.c:5146
504 #, c-format
505 msgid "null argument where non-null required (arg %lu)"
506 msgstr ""
507
508 #: c-common.c:5217
509 msgid "cleanup arg not an identifier"
510 msgstr ""
511
512 #: c-common.c:5224
513 msgid "cleanup arg not a function"
514 msgstr ""
515
516 #: c-common.c:5262
517 #, c-format
518 msgid "%qs attribute requires prototypes with named arguments"
519 msgstr ""
520
521 #: c-common.c:5273
522 #, c-format
523 msgid "%qs attribute only applies to variadic functions"
524 msgstr ""
525
526 #: c-common.c:5286
527 msgid "requested position is not an integer constant"
528 msgstr ""
529
530 #: c-common.c:5293
531 msgid "requested position is less than zero"
532 msgstr ""
533
534 #: c-common.c:5480
535 #, c-format
536 msgid "%s at end of input"
537 msgstr ""
538
539 #: c-common.c:5486
540 #, c-format
541 msgid "%s before %s'%c'"
542 msgstr ""
543
544 #: c-common.c:5488
545 #, c-format
546 msgid "%s before %s'\\x%x'"
547 msgstr ""
548
549 #: c-common.c:5492
550 #, c-format
551 msgid "%s before string constant"
552 msgstr ""
553
554 #: c-common.c:5494
555 #, c-format
556 msgid "%s before numeric constant"
557 msgstr ""
558
559 #: c-common.c:5496
560 #, c-format
561 msgid "%s before \"%s\""
562 msgstr ""
563
564 #: c-common.c:5498
565 #, c-format
566 msgid "%s before %qs token"
567 msgstr ""
568
569 #. Use `%s' to print the string in case there are any escape
570 #. characters in the message.
571 #: c-common.c:5500 c-typeck.c:4061 c-typeck.c:4076 c-typeck.c:4091
572 #: final.c:2840 final.c:2842 gcc.c:4647 rtl-error.c:113 toplev.c:599
573 #: config/cris/cris.c:568 cp/parser.c:1924 cp/typeck.c:4160 java/expr.c:368
574 #: ../../gcc-cvs/gcc/java/parse.y:5022 java/verify.c:1552 java/verify.c:1553
575 #: java/verify.c:1572
576 #, c-format
577 msgid "%s"
578 msgstr ""
579
580 #: c-common.c:5560
581 msgid ""
582 "%Hignoring return value of %qD, declared with attribute warn_unused_result"
583 msgstr ""
584
585 #: c-common.c:5564
586 msgid ""
587 "%Hignoring return value of function declared with attribute "
588 "warn_unused_result"
589 msgstr ""
590
591 #: c-common.c:5603
592 #, c-format
593 msgid "attempt to take address of bit-field structure member %qs"
594 msgstr ""
595
596 #: c-convert.c:83 c-typeck.c:1360 c-typeck.c:3512 cp/typeck.c:1376
597 #: cp/typeck.c:5709 fortran/convert.c:89 treelang/tree-convert.c:79
598 msgid "void value not ignored as it ought to be"
599 msgstr ""
600
601 #: c-convert.c:121 fortran/convert.c:122 java/typeck.c:158
602 #: treelang/tree-convert.c:105
603 msgid "conversion to non-scalar type requested"
604 msgstr ""
605
606 #: c-decl.c:524
607 msgid "%Jarray %qD assumed to have one element"
608 msgstr ""
609
610 #: c-decl.c:637
611 #, c-format
612 msgid "GCC supports only %u nested scopes\n"
613 msgstr ""
614
615 #: c-decl.c:721
616 msgid "%Jlabel %qD used but not defined"
617 msgstr ""
618
619 #: c-decl.c:727
620 msgid "%Jlabel %qD defined but not used"
621 msgstr ""
622
623 #: c-decl.c:729
624 msgid "%Jlabel %qD declared but not defined"
625 msgstr ""
626
627 #: c-decl.c:772 cp/decl.c:574
628 msgid "%Junused variable %qD"
629 msgstr ""
630
631 #: c-decl.c:776
632 msgid "%Jtype of array %qD completed incompatibly with implicit initialization"
633 msgstr ""
634
635 #: c-decl.c:1008
636 msgid ""
637 "a parameter list with an ellipsis can't match an empty parameter name list "
638 "declaration"
639 msgstr ""
640
641 #: c-decl.c:1015
642 msgid ""
643 "an argument type that has a default promotion can't match an empty parameter "
644 "name list declaration"
645 msgstr ""
646
647 #: c-decl.c:1051
648 msgid ""
649 "%Jprototype for %qD declares more arguments than previous old-style "
650 "definition"
651 msgstr ""
652
653 #: c-decl.c:1057
654 msgid ""
655 "%Jprototype for %qD declares fewer arguments than previous old-style "
656 "definition"
657 msgstr ""
658
659 #: c-decl.c:1066
660 msgid "%Jprototype for %qD declares arg %d with incompatible type"
661 msgstr ""
662
663 #. If we get here, no errors were found, but do issue a warning
664 #. for this poor-style construct.
665 #: c-decl.c:1078
666 msgid "%Jprototype for %qD follows non-prototype definition"
667 msgstr ""
668
669 #: c-decl.c:1093
670 msgid "%Jprevious definition of %qD was here"
671 msgstr ""
672
673 #: c-decl.c:1095
674 msgid "%Jprevious implicit declaration of %qD was here"
675 msgstr ""
676
677 #: c-decl.c:1097
678 msgid "%Jprevious declaration of %qD was here"
679 msgstr ""
680
681 #: c-decl.c:1133
682 msgid "%J%qD redeclared as different kind of symbol"
683 msgstr ""
684
685 #: c-decl.c:1138
686 msgid "%Jbuilt-in function %qD declared as non-function"
687 msgstr ""
688
689 #: c-decl.c:1141 c-decl.c:1245 c-decl.c:1814
690 msgid "%Jdeclaration of %qD shadows a built-in function"
691 msgstr ""
692
693 #: c-decl.c:1150
694 msgid "%Jredeclaration of enumerator %qD"
695 msgstr ""
696
697 #. If types don't match for a built-in, throw away the
698 #. built-in.  No point in calling locate_old_decl here, it
699 #. won't print anything.
700 #: c-decl.c:1171
701 msgid "%Jconflicting types for built-in function %qD"
702 msgstr ""
703
704 #: c-decl.c:1195 c-decl.c:1206
705 msgid "%Jconflicting types for %qD"
706 msgstr ""
707
708 #: c-decl.c:1204
709 msgid "%J conflicting type qualifiers for %qD"
710 msgstr ""
711
712 #. Allow OLDDECL to continue in use.
713 #: c-decl.c:1221
714 msgid "%Jredefinition of typedef %qD"
715 msgstr ""
716
717 #: c-decl.c:1260 c-decl.c:1338
718 msgid "%Jredefinition of %qD"
719 msgstr ""
720
721 #: c-decl.c:1295 c-decl.c:1376
722 msgid "%Jstatic declaration of %qD follows non-static declaration"
723 msgstr ""
724
725 #: c-decl.c:1305 c-decl.c:1312 c-decl.c:1365 c-decl.c:1373
726 msgid "%Jnon-static declaration of %qD follows static declaration"
727 msgstr ""
728
729 #: c-decl.c:1325
730 msgid "%Jthread-local declaration of %qD follows non-thread-local declaration"
731 msgstr ""
732
733 #: c-decl.c:1328
734 msgid "%Jnon-thread-local declaration of %qD follows thread-local declaration"
735 msgstr ""
736
737 #: c-decl.c:1358
738 msgid "%Jextern declaration of %qD follows declaration with no linkage"
739 msgstr ""
740
741 #: c-decl.c:1394
742 msgid "%Jdeclaration of %qD with no linkage follows extern declaration"
743 msgstr ""
744
745 #: c-decl.c:1400
746 msgid "%Jredeclaration of %qD with no linkage"
747 msgstr ""
748
749 #: c-decl.c:1414
750 msgid ""
751 "%Jredeclaration of %qD with different visibility (old visibility preserved)"
752 msgstr ""
753
754 #: c-decl.c:1425
755 msgid "%Jinline declaration of %qD follows declaration with attribute noinline"
756 msgstr ""
757
758 #: c-decl.c:1432
759 msgid ""
760 "%Jdeclaration of %qD with attribute noinline follows inline declaration "
761 msgstr ""
762
763 #: c-decl.c:1447
764 msgid "%J%qD declared inline after being called"
765 msgstr ""
766
767 #: c-decl.c:1453
768 msgid "%J%qD declared inline after its definition"
769 msgstr ""
770
771 #: c-decl.c:1473
772 msgid "%Jredefinition of parameter %qD"
773 msgstr ""
774
775 #: c-decl.c:1497
776 msgid "%Jredundant redeclaration of %qD"
777 msgstr ""
778
779 #: c-decl.c:1807
780 msgid "%Jdeclaration of %qD shadows a parameter"
781 msgstr ""
782
783 #: c-decl.c:1810
784 msgid "%Jdeclaration of %qD shadows a global declaration"
785 msgstr ""
786
787 #: c-decl.c:1817
788 msgid "%Jdeclaration of %qD shadows a previous local"
789 msgstr ""
790
791 #: c-decl.c:1822 cp/name-lookup.c:1011 cp/name-lookup.c:1042
792 #: cp/name-lookup.c:1050
793 msgid "%Jshadowed declaration is here"
794 msgstr ""
795
796 #: c-decl.c:1976
797 msgid "nested extern declaration of %qD"
798 msgstr ""
799
800 #: c-decl.c:2066
801 msgid "nested static declaration of %qD"
802 msgstr ""
803
804 #: c-decl.c:2161
805 #, c-format
806 msgid "implicit declaration of function %qE"
807 msgstr ""
808
809 #: c-decl.c:2219
810 msgid "incompatible implicit declaration of built-in function %qD"
811 msgstr ""
812
813 #: c-decl.c:2228
814 msgid "incompatible implicit declaration of function %qD"
815 msgstr ""
816
817 #: c-decl.c:2281
818 #, c-format
819 msgid "%qE undeclared here (not in a function)"
820 msgstr ""
821
822 #: c-decl.c:2286
823 #, c-format
824 msgid "%qE undeclared (first use in this function)"
825 msgstr ""
826
827 #: c-decl.c:2290
828 msgid "(Each undeclared identifier is reported only once"
829 msgstr ""
830
831 #: c-decl.c:2291
832 msgid "for each function it appears in.)"
833 msgstr ""
834
835 #: c-decl.c:2329
836 #, c-format
837 msgid "label %qs referenced outside of any function"
838 msgstr ""
839
840 #: c-decl.c:2372
841 #, c-format
842 msgid "duplicate label declaration %qs"
843 msgstr ""
844
845 #: c-decl.c:2407
846 msgid "%Hduplicate label %qD"
847 msgstr ""
848
849 #: c-decl.c:2429
850 msgid ""
851 "%Htraditional C lacks a separate namespace for labels, identifier %qs "
852 "conflicts"
853 msgstr ""
854
855 #: c-decl.c:2495
856 msgid "%H%qs defined as wrong kind of tag"
857 msgstr ""
858
859 #: c-decl.c:2720
860 msgid "unnamed struct/union that defines no instances"
861 msgstr ""
862
863 #: c-decl.c:2739 c-decl.c:2746
864 msgid "useless type name in empty declaration"
865 msgstr ""
866
867 #: c-decl.c:2752
868 msgid "%<inline%> in empty declaration"
869 msgstr ""
870
871 #: c-decl.c:2758
872 msgid "%<auto%> in file-scope empty declaration"
873 msgstr ""
874
875 #: c-decl.c:2764
876 msgid "%<register%> in file-scope empty declaration"
877 msgstr ""
878
879 #: c-decl.c:2770
880 msgid "useless storage class specifier in empty declaration"
881 msgstr ""
882
883 #: c-decl.c:2776
884 msgid "useless %<__thread%> in empty declaration"
885 msgstr ""
886
887 #: c-decl.c:2784
888 msgid "useless type qualifier in empty declaration"
889 msgstr ""
890
891 #: c-decl.c:2791 c-parse.y:786 c-parse.y:788 objc/objc-parse.y:824
892 #: objc/objc-parse.y:826
893 msgid "empty declaration"
894 msgstr ""
895
896 #: c-decl.c:2857
897 msgid ""
898 "ISO C90 does not support %<static%> or type qualifiers in parameter array "
899 "declarators"
900 msgstr ""
901
902 #: c-decl.c:2860
903 msgid "ISO C90 does not support %<[*]%> array declarators"
904 msgstr ""
905
906 #: c-decl.c:2863
907 msgid "GCC does not yet properly implement %<[*]%> array declarators"
908 msgstr ""
909
910 #: c-decl.c:2882
911 msgid "static or type qualifiers in abstract declarator"
912 msgstr ""
913
914 #: c-decl.c:2939
915 msgid "%J%qD is usually a function"
916 msgstr ""
917
918 #: c-decl.c:2948 cp/decl.c:3693 cp/decl2.c:853
919 msgid "typedef %qD is initialized (use __typeof__ instead)"
920 msgstr ""
921
922 #: c-decl.c:2953
923 msgid "function %qD is initialized like a variable"
924 msgstr ""
925
926 #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
927 #: c-decl.c:2959
928 msgid "parameter %qD is initialized"
929 msgstr ""
930
931 #. Although C99 is unclear about whether incomplete arrays
932 #. of VLAs themselves count as VLAs, it does not make
933 #. sense to permit them to be initialized given that
934 #. ordinary VLAs may not be initialized.
935 #: c-decl.c:2978 c-decl.c:2998 c-typeck.c:4341
936 msgid "variable-sized object may not be initialized"
937 msgstr ""
938
939 #: c-decl.c:2984
940 msgid "variable %qD has initializer but incomplete type"
941 msgstr ""
942
943 #: c-decl.c:2989
944 msgid "elements of array %qD have incomplete type"
945 msgstr ""
946
947 #: c-decl.c:3065 c-decl.c:5642 cp/decl.c:3733 cp/decl.c:9838
948 msgid "%Jinline function %qD given attribute noinline"
949 msgstr ""
950
951 #: c-decl.c:3133
952 msgid "%Jinitializer fails to determine size of %qD"
953 msgstr ""
954
955 #: c-decl.c:3138
956 msgid "%Jarray size missing in %qD"
957 msgstr ""
958
959 #: c-decl.c:3154
960 msgid "%Jzero or negative size array %qD"
961 msgstr ""
962
963 #: c-decl.c:3180 varasm.c:1523
964 msgid "%Jstorage size of %qD isn%'t known"
965 msgstr ""
966
967 #: c-decl.c:3190
968 msgid "%Jstorage size of %qD isn%'t constant"
969 msgstr ""
970
971 #: c-decl.c:3245
972 msgid "%Jignoring asm-specifier for non-static local variable %qD"
973 msgstr ""
974
975 #: c-decl.c:3275 fortran/f95-lang.c:646
976 msgid "cannot put object with volatile field into register"
977 msgstr ""
978
979 #: c-decl.c:3409
980 msgid "ISO C forbids forward parameter declarations"
981 msgstr ""
982
983 #: c-decl.c:3593
984 msgid "<anonymous>"
985 msgstr ""
986
987 #: c-decl.c:3602
988 #, c-format
989 msgid "bit-field %qs width not an integer constant"
990 msgstr ""
991
992 #: c-decl.c:3610
993 #, c-format
994 msgid "negative width in bit-field %qs"
995 msgstr ""
996
997 #: c-decl.c:3615
998 #, c-format
999 msgid "zero width for bit-field %qs"
1000 msgstr ""
1001
1002 #: c-decl.c:3625
1003 #, c-format
1004 msgid "bit-field %qs has invalid type"
1005 msgstr ""
1006
1007 #: c-decl.c:3634
1008 #, c-format
1009 msgid "type of bit-field %qs is a GCC extension"
1010 msgstr ""
1011
1012 #: c-decl.c:3643
1013 #, c-format
1014 msgid "width of %qs exceeds its type"
1015 msgstr ""
1016
1017 #: c-decl.c:3656
1018 #, c-format
1019 msgid "%qs is narrower than values of its type"
1020 msgstr ""
1021
1022 #: c-decl.c:3781
1023 msgid "type defaults to %<int%> in declaration of %qs"
1024 msgstr ""
1025
1026 #: c-decl.c:3813
1027 msgid "duplicate %<const%>"
1028 msgstr ""
1029
1030 #: c-decl.c:3815
1031 msgid "duplicate %<restrict%>"
1032 msgstr ""
1033
1034 #: c-decl.c:3817
1035 msgid "duplicate %<volatile%>"
1036 msgstr ""
1037
1038 #: c-decl.c:3836
1039 msgid "function definition declared %<auto%>"
1040 msgstr ""
1041
1042 #: c-decl.c:3838
1043 msgid "function definition declared %<register%>"
1044 msgstr ""
1045
1046 #: c-decl.c:3840
1047 msgid "function definition declared %<typedef%>"
1048 msgstr ""
1049
1050 #: c-decl.c:3842
1051 msgid "function definition declared %<__thread%>"
1052 msgstr ""
1053
1054 #: c-decl.c:3858
1055 #, c-format
1056 msgid "storage class specified for structure field %qs"
1057 msgstr ""
1058
1059 #: c-decl.c:3862 cp/decl.c:7048
1060 #, c-format
1061 msgid "storage class specified for parameter %qs"
1062 msgstr ""
1063
1064 #: c-decl.c:3865 cp/decl.c:7050
1065 msgid "storage class specified for typename"
1066 msgstr ""
1067
1068 #: c-decl.c:3878 cp/decl.c:7067
1069 msgid "%qs initialized and declared %<extern%>"
1070 msgstr ""
1071
1072 #: c-decl.c:3880 cp/decl.c:7070
1073 msgid "%qs has both %<extern%> and initializer"
1074 msgstr ""
1075
1076 #: c-decl.c:3885
1077 msgid "file-scope declaration of %qs specifies %<auto%>"
1078 msgstr ""
1079
1080 #: c-decl.c:3887
1081 msgid "file-scope declaration of %qs specifies %<register%>"
1082 msgstr ""
1083
1084 #: c-decl.c:3892 cp/decl.c:7074
1085 msgid "nested function %qs declared %<extern%>"
1086 msgstr ""
1087
1088 #: c-decl.c:3895 cp/decl.c:7084
1089 msgid "function-scope %qs implicitly auto and declared %<__thread%>"
1090 msgstr ""
1091
1092 #. Only the innermost declarator (making a parameter be of
1093 #. array type which is converted to pointer type)
1094 #. may have static or type qualifiers.
1095 #: c-decl.c:3936 c-decl.c:4130
1096 msgid "static or type qualifiers in non-parameter array declarator"
1097 msgstr ""
1098
1099 #: c-decl.c:3982
1100 #, c-format
1101 msgid "declaration of %qs as array of voids"
1102 msgstr ""
1103
1104 #: c-decl.c:3988
1105 #, c-format
1106 msgid "declaration of %qs as array of functions"
1107 msgstr ""
1108
1109 #: c-decl.c:3993
1110 msgid "invalid use of structure with flexible array member"
1111 msgstr ""
1112
1113 #: c-decl.c:4013
1114 #, c-format
1115 msgid "size of array %qs has non-integer type"
1116 msgstr ""
1117
1118 #: c-decl.c:4018
1119 #, c-format
1120 msgid "ISO C forbids zero-size array %qs"
1121 msgstr ""
1122
1123 #: c-decl.c:4025
1124 #, c-format
1125 msgid "size of array %qs is negative"
1126 msgstr ""
1127
1128 #: c-decl.c:4039
1129 msgid "ISO C90 forbids array %qs whose size can%'t be evaluated"
1130 msgstr ""
1131
1132 #: c-decl.c:4043
1133 #, c-format
1134 msgid "ISO C90 forbids variable-size array %qs"
1135 msgstr ""
1136
1137 #: c-decl.c:4076 c-decl.c:4245 cp/decl.c:7494
1138 #, c-format
1139 msgid "size of array %qs is too large"
1140 msgstr ""
1141
1142 #: c-decl.c:4089
1143 msgid "ISO C90 does not support flexible array members"
1144 msgstr ""
1145
1146 #: c-decl.c:4098
1147 msgid "array type has incomplete element type"
1148 msgstr ""
1149
1150 #: c-decl.c:4162 cp/decl.c:7183
1151 #, c-format
1152 msgid "%qs declared as function returning a function"
1153 msgstr ""
1154
1155 #: c-decl.c:4167 cp/decl.c:7188
1156 #, c-format
1157 msgid "%qs declared as function returning an array"
1158 msgstr ""
1159
1160 #: c-decl.c:4187
1161 msgid "function definition has qualified void return type"
1162 msgstr ""
1163
1164 #: c-decl.c:4189
1165 msgid "type qualifiers ignored on function return type"
1166 msgstr ""
1167
1168 #: c-decl.c:4218 c-decl.c:4258 c-decl.c:4352 c-decl.c:4439
1169 msgid "ISO C forbids qualified function types"
1170 msgstr ""
1171
1172 #: c-decl.c:4266
1173 msgid "%Jtypedef %qD declared %<inline%>"
1174 msgstr ""
1175
1176 #: c-decl.c:4296
1177 msgid "ISO C forbids const or volatile function types"
1178 msgstr ""
1179
1180 #: c-decl.c:4316 cp/decl.c:7758
1181 #, c-format
1182 msgid "variable or field %qs declared void"
1183 msgstr ""
1184
1185 #: c-decl.c:4345
1186 msgid "attributes in parameter array declarator ignored"
1187 msgstr ""
1188
1189 #: c-decl.c:4380
1190 msgid "%Jparameter %qD declared %<inline%>"
1191 msgstr ""
1192
1193 #: c-decl.c:4393
1194 #, c-format
1195 msgid "field %qs declared as a function"
1196 msgstr ""
1197
1198 #: c-decl.c:4399
1199 #, c-format
1200 msgid "field %qs has incomplete type"
1201 msgstr ""
1202
1203 #: c-decl.c:4416 c-decl.c:4427 c-decl.c:4430
1204 #, c-format
1205 msgid "invalid storage class for function %qs"
1206 msgstr ""
1207
1208 #: c-decl.c:4445
1209 msgid "%<noreturn%> function returns non-void value"
1210 msgstr ""
1211
1212 #: c-decl.c:4473
1213 msgid "cannot inline function %<main%>"
1214 msgstr ""
1215
1216 #: c-decl.c:4530
1217 msgid "variable previously declared %<static%> redeclared %<extern%>"
1218 msgstr ""
1219
1220 #: c-decl.c:4539
1221 msgid "%Jvariable %qD declared %<inline%>"
1222 msgstr ""
1223
1224 #. A mere warning is sure to result in improper semantics
1225 #. at runtime.  Don't bother to allow this to compile.
1226 #: c-decl.c:4570 cp/decl.c:5947
1227 msgid "thread-local storage not supported for this target"
1228 msgstr ""
1229
1230 #: c-decl.c:4632 c-decl.c:5681
1231 msgid "function declaration isn%'t a prototype"
1232 msgstr ""
1233
1234 #: c-decl.c:4640
1235 msgid "parameter names (without types) in function declaration"
1236 msgstr ""
1237
1238 #: c-decl.c:4669 c-decl.c:4681
1239 msgid "%Jparameter %u (%qD) has incomplete type"
1240 msgstr ""
1241
1242 #: c-decl.c:4672 c-decl.c:4684
1243 msgid "%Jparameter %u has incomplete type"
1244 msgstr ""
1245
1246 #: c-decl.c:4741
1247 msgid "%<void%> as only parameter may not be qualified"
1248 msgstr ""
1249
1250 #: c-decl.c:4745 c-decl.c:4780
1251 msgid "%<void%> must be the only parameter"
1252 msgstr ""
1253
1254 #: c-decl.c:4773
1255 msgid "%Jparameter %qD has just a forward declaration"
1256 msgstr ""
1257
1258 #. The %s will be one of 'struct', 'union', or 'enum'.
1259 #: c-decl.c:4819
1260 msgid "%<%s %E%> declared inside parameter list"
1261 msgstr ""
1262
1263 #. The %s will be one of 'struct', 'union', or 'enum'.
1264 #: c-decl.c:4823
1265 #, c-format
1266 msgid "anonymous %s declared inside parameter list"
1267 msgstr ""
1268
1269 #: c-decl.c:4828
1270 msgid ""
1271 "its scope is only this definition or declaration, which is probably not what "
1272 "you want"
1273 msgstr ""
1274
1275 #: c-decl.c:4942
1276 msgid "redefinition of %<union %s%>"
1277 msgstr ""
1278
1279 #: c-decl.c:4944
1280 msgid "redefinition of %<struct %s%>"
1281 msgstr ""
1282
1283 #: c-decl.c:4949
1284 msgid "nested redefinition of %<union %s%>"
1285 msgstr ""
1286
1287 #: c-decl.c:4952
1288 msgid "nested redefinition of %<struct %s%>"
1289 msgstr ""
1290
1291 #: c-decl.c:5024 cp/decl.c:3501
1292 msgid "declaration does not declare anything"
1293 msgstr ""
1294
1295 #: c-decl.c:5069 c-decl.c:5085
1296 msgid "%Jduplicate member %qD"
1297 msgstr ""
1298
1299 #: c-decl.c:5120
1300 #, c-format
1301 msgid "%s has no %s"
1302 msgstr ""
1303
1304 #: c-decl.c:5121
1305 msgid "union"
1306 msgstr ""
1307
1308 #: c-decl.c:5121
1309 msgid "struct"
1310 msgstr ""
1311
1312 #: c-decl.c:5122
1313 msgid "named members"
1314 msgstr ""
1315
1316 #: c-decl.c:5122
1317 msgid "members"
1318 msgstr ""
1319
1320 #: c-decl.c:5177
1321 msgid "%Jflexible array member in union"
1322 msgstr ""
1323
1324 #: c-decl.c:5182
1325 msgid "%Jflexible array member not at end of struct"
1326 msgstr ""
1327
1328 #: c-decl.c:5187
1329 msgid "%Jflexible array member in otherwise empty struct"
1330 msgstr ""
1331
1332 #: c-decl.c:5194
1333 msgid "%Jinvalid use of structure with flexible array member"
1334 msgstr ""
1335
1336 #: c-decl.c:5299
1337 msgid "union cannot be made transparent"
1338 msgstr ""
1339
1340 #: c-decl.c:5364
1341 msgid "nested redefinition of %<enum %s%>"
1342 msgstr ""
1343
1344 #. This enum is a named one that has been declared already.
1345 #: c-decl.c:5371
1346 msgid "redeclaration of %<enum %s%>"
1347 msgstr ""
1348
1349 #: c-decl.c:5434
1350 msgid "enumeration values exceed range of largest integer"
1351 msgstr ""
1352
1353 #: c-decl.c:5451
1354 msgid "specified mode too small for enumeral values"
1355 msgstr ""
1356
1357 #: c-decl.c:5550
1358 #, c-format
1359 msgid "enumerator value for %qE is not an integer constant"
1360 msgstr ""
1361
1362 #: c-decl.c:5567
1363 msgid "overflow in enumeration values"
1364 msgstr ""
1365
1366 #: c-decl.c:5572
1367 msgid "ISO C restricts enumerator values to range of %<int%>"
1368 msgstr ""
1369
1370 #: c-decl.c:5648
1371 msgid "return type is an incomplete type"
1372 msgstr ""
1373
1374 #: c-decl.c:5656
1375 msgid "return type defaults to %<int%>"
1376 msgstr ""
1377
1378 #: c-decl.c:5687
1379 msgid "%Jno previous prototype for %qD"
1380 msgstr ""
1381
1382 #: c-decl.c:5693
1383 msgid "%J%qD was used with no prototype before its definition"
1384 msgstr ""
1385
1386 #: c-decl.c:5700
1387 msgid "%Jno previous declaration for %qD"
1388 msgstr ""
1389
1390 #: c-decl.c:5706
1391 msgid "%J%qD was used with no declaration before its definition"
1392 msgstr ""
1393
1394 #: c-decl.c:5739 c-decl.c:6227
1395 msgid "%Jreturn type of %qD is not %<int%>"
1396 msgstr ""
1397
1398 #: c-decl.c:5754
1399 msgid "%Jfirst argument of %qD should be %<int%>"
1400 msgstr ""
1401
1402 #: c-decl.c:5763
1403 msgid "%Jsecond argument of %qD should be %<char **%>"
1404 msgstr ""
1405
1406 #: c-decl.c:5772
1407 msgid "%Jthird argument of %qD should probably be %<char **%>"
1408 msgstr ""
1409
1410 #: c-decl.c:5782
1411 msgid "%J%qD takes only zero or two arguments"
1412 msgstr ""
1413
1414 #: c-decl.c:5785
1415 msgid "%J%qD is normally a non-static function"
1416 msgstr ""
1417
1418 #: c-decl.c:5831
1419 msgid "%Jold-style parameter declarations in prototyped function definition"
1420 msgstr ""
1421
1422 #: c-decl.c:5844
1423 msgid "%Jtraditional C rejects ISO C style function definitions"
1424 msgstr ""
1425
1426 #: c-decl.c:5856
1427 msgid "%Jparameter name omitted"
1428 msgstr ""
1429
1430 #: c-decl.c:5896
1431 msgid "%Jold-style function definition"
1432 msgstr ""
1433
1434 #: c-decl.c:5904
1435 msgid "%Jparameter name missing from parameter list"
1436 msgstr ""
1437
1438 #: c-decl.c:5915
1439 msgid "%J%qD declared as a non-parameter"
1440 msgstr ""
1441
1442 #: c-decl.c:5920
1443 msgid "%Jmultiple parameters named %qD"
1444 msgstr ""
1445
1446 #: c-decl.c:5928
1447 msgid "%Jparameter %qD declared with void type"
1448 msgstr ""
1449
1450 #: c-decl.c:5943 c-decl.c:5945
1451 msgid "%Jtype of %qD defaults to %<int%>"
1452 msgstr ""
1453
1454 #: c-decl.c:5963
1455 msgid "%Jparameter %qD has incomplete type"
1456 msgstr ""
1457
1458 #: c-decl.c:5969
1459 msgid "%Jdeclaration for parameter %qD but no such parameter"
1460 msgstr ""
1461
1462 #: c-decl.c:6019
1463 msgid "number of arguments doesn%'t match prototype"
1464 msgstr ""
1465
1466 #: c-decl.c:6020 c-decl.c:6050 c-decl.c:6057
1467 msgid "%Hprototype declaration"
1468 msgstr ""
1469
1470 #: c-decl.c:6048
1471 msgid "promoted argument %qD doesn%'t match prototype"
1472 msgstr ""
1473
1474 #: c-decl.c:6056
1475 msgid "argument %qD doesn%'t match prototype"
1476 msgstr ""
1477
1478 #: c-decl.c:6254 cp/decl.c:10593
1479 msgid "no return statement in function returning non-void"
1480 msgstr ""
1481
1482 #: c-decl.c:6261
1483 msgid "this function may return with or without a value"
1484 msgstr ""
1485
1486 #. If we get here, declarations have been used in a for loop without
1487 #. the C99 for loop scope.  This doesn't make much sense, so don't
1488 #. allow it.
1489 #: c-decl.c:6350
1490 msgid "%<for%> loop initial declaration used outside C99 mode"
1491 msgstr ""
1492
1493 #: c-decl.c:6379
1494 msgid ""
1495 "%Jdeclaration of static variable %qD in %<for%> loop initial declaration"
1496 msgstr ""
1497
1498 #: c-decl.c:6382
1499 msgid ""
1500 "%Jdeclaration of %<extern%> variable %qD in %<for%> loop initial declaration"
1501 msgstr ""
1502
1503 #: c-decl.c:6387
1504 msgid "%<struct %E%> declared in %<for%> loop initial declaration"
1505 msgstr ""
1506
1507 #: c-decl.c:6391
1508 msgid "%<union %E%> declared in %<for%> loop initial declaration"
1509 msgstr ""
1510
1511 #: c-decl.c:6395
1512 msgid "%<enum %E%> declared in %<for%> loop initial declaration"
1513 msgstr ""
1514
1515 #: c-decl.c:6399
1516 msgid "%Jdeclaration of non-variable %qD in %<for%> loop initial declaration"
1517 msgstr ""
1518
1519 #: c-decl.c:6687 c-decl.c:6835 c-decl.c:7040 cp/decl.c:6756
1520 #, c-format
1521 msgid "duplicate %qs"
1522 msgstr ""
1523
1524 #: c-decl.c:6707 c-decl.c:6844 c-decl.c:6947
1525 msgid "two or more data types in declaration specifiers"
1526 msgstr ""
1527
1528 #: c-decl.c:6719 cp/decl.c:6732
1529 msgid "%<long long long%> is too long for GCC"
1530 msgstr ""
1531
1532 #: c-decl.c:6726 c-decl.c:6918
1533 msgid "both %<long long%> and %<double%> in declaration specifiers"
1534 msgstr ""
1535
1536 #: c-decl.c:6732
1537 msgid "ISO C90 does not support %<long long%>"
1538 msgstr ""
1539
1540 #: c-decl.c:6737 c-decl.c:6757
1541 msgid "both %<long%> and %<short%> in declaration specifiers"
1542 msgstr ""
1543
1544 #: c-decl.c:6740 c-decl.c:6851
1545 msgid "both %<long%> and %<void%> in declaration specifiers"
1546 msgstr ""
1547
1548 #: c-decl.c:6743 c-decl.c:6870
1549 msgid "both %<long%> and %<_Bool%> in declaration specifiers"
1550 msgstr ""
1551
1552 #: c-decl.c:6746 c-decl.c:6889
1553 msgid "both %<long%> and %<char%> in declaration specifiers"
1554 msgstr ""
1555
1556 #: c-decl.c:6749 c-decl.c:6902
1557 msgid "both %<long%> and %<float%> in declaration specifiers"
1558 msgstr ""
1559
1560 #: c-decl.c:6760 c-decl.c:6854
1561 msgid "both %<short%> and %<void%> in declaration specifiers"
1562 msgstr ""
1563
1564 #: c-decl.c:6763 c-decl.c:6873
1565 msgid "both %<short%> and %<_Bool%> in declaration specifiers"
1566 msgstr ""
1567
1568 #: c-decl.c:6766 c-decl.c:6892
1569 msgid "both %<short%> and %<char%> in declaration specifiers"
1570 msgstr ""
1571
1572 #: c-decl.c:6769 c-decl.c:6905
1573 msgid "both %<short%> and %<float%> in declaration specifiers"
1574 msgstr ""
1575
1576 #: c-decl.c:6772 c-decl.c:6921
1577 msgid "both %<short%> and %<double%> in declaration specifiers"
1578 msgstr ""
1579
1580 #: c-decl.c:6780 c-decl.c:6800
1581 msgid "both %<signed%> and %<unsigned%> in declaration specifiers"
1582 msgstr ""
1583
1584 #: c-decl.c:6783 c-decl.c:6857
1585 msgid "both %<signed%> and %<void%> in declaration specifiers"
1586 msgstr ""
1587
1588 #: c-decl.c:6786 c-decl.c:6876
1589 msgid "both %<signed%> and %<_Bool%> in declaration specifiers"
1590 msgstr ""
1591
1592 #: c-decl.c:6789 c-decl.c:6908
1593 msgid "both %<signed%> and %<float%> in declaration specifiers"
1594 msgstr ""
1595
1596 #: c-decl.c:6792 c-decl.c:6924
1597 msgid "both %<signed%> and %<double%> in declaration specifiers"
1598 msgstr ""
1599
1600 #: c-decl.c:6803 c-decl.c:6860
1601 msgid "both %<unsigned%> and %<void%> in declaration specifiers"
1602 msgstr ""
1603
1604 #: c-decl.c:6806 c-decl.c:6879
1605 msgid "both %<unsigned%> and %<_Bool%> in declaration specifiers"
1606 msgstr ""
1607
1608 #: c-decl.c:6809 c-decl.c:6911
1609 msgid "both %<unsigned%> and %<float%> in declaration specifiers"
1610 msgstr ""
1611
1612 #: c-decl.c:6812 c-decl.c:6927
1613 msgid "both %<unsigned%> and %<double%> in declaration specifiers"
1614 msgstr ""
1615
1616 #: c-decl.c:6820
1617 msgid "ISO C90 does not support complex types"
1618 msgstr ""
1619
1620 #: c-decl.c:6822 c-decl.c:6863
1621 msgid "both %<complex%> and %<void%> in declaration specifiers"
1622 msgstr ""
1623
1624 #: c-decl.c:6825 c-decl.c:6882
1625 msgid "both %<complex%> and %<_Bool%> in declaration specifiers"
1626 msgstr ""
1627
1628 #: c-decl.c:6964
1629 #, c-format
1630 msgid "%qs fails to be a typedef or built in type"
1631 msgstr ""
1632
1633 #: c-decl.c:6990
1634 #, c-format
1635 msgid "%qs is not at beginning of declaration"
1636 msgstr ""
1637
1638 #: c-decl.c:7005
1639 msgid "%<__thread%> used with %<auto%>"
1640 msgstr ""
1641
1642 #: c-decl.c:7007
1643 msgid "%<__thread%> used with %<register%>"
1644 msgstr ""
1645
1646 #: c-decl.c:7009
1647 msgid "%<__thread%> used with %<typedef%>"
1648 msgstr ""
1649
1650 #: c-decl.c:7020 cp/parser.c:7187
1651 msgid "%<__thread%> before %<extern%>"
1652 msgstr ""
1653
1654 #: c-decl.c:7029 cp/parser.c:7177
1655 msgid "%<__thread%> before %<static%>"
1656 msgstr ""
1657
1658 #: c-decl.c:7045
1659 msgid "multiple storage classes in declaration specifiers"
1660 msgstr ""
1661
1662 #: c-decl.c:7052
1663 msgid "%<__thread%> used with %qs"
1664 msgstr ""
1665
1666 #: c-decl.c:7106
1667 msgid "ISO C does not support plain %<complex%> meaning %<double complex%>"
1668 msgstr ""
1669
1670 #: c-decl.c:7151 c-decl.c:7177
1671 msgid "ISO C does not support complex integer types"
1672 msgstr ""
1673
1674 #: c-decl.c:7252 toplev.c:837
1675 msgid "%J%qF used but never defined"
1676 msgstr ""
1677
1678 #: c-format.c:96 c-format.c:209
1679 msgid "format string has invalid operand number"
1680 msgstr ""
1681
1682 #: c-format.c:113
1683 msgid "function does not return string type"
1684 msgstr ""
1685
1686 #: c-format.c:142
1687 msgid "format string arg not a string type"
1688 msgstr ""
1689
1690 #: c-format.c:190
1691 msgid "unrecognized format specifier"
1692 msgstr ""
1693
1694 #: c-format.c:202
1695 #, c-format
1696 msgid "%qs is an unrecognized format function type"
1697 msgstr ""
1698
1699 #: c-format.c:215
1700 msgid "'...' has invalid operand number"
1701 msgstr ""
1702
1703 #: c-format.c:222
1704 msgid "format string arg follows the args to be formatted"
1705 msgstr ""
1706
1707 #: c-format.c:345 c-format.c:369
1708 msgid "' ' flag"
1709 msgstr ""
1710
1711 #: c-format.c:345 c-format.c:369
1712 msgid "the ' ' printf flag"
1713 msgstr ""
1714
1715 #: c-format.c:346 c-format.c:370 c-format.c:408 c-format.c:465
1716 msgid "'+' flag"
1717 msgstr ""
1718
1719 #: c-format.c:346 c-format.c:370 c-format.c:408
1720 msgid "the '+' printf flag"
1721 msgstr ""
1722
1723 #: c-format.c:347 c-format.c:371 c-format.c:409 c-format.c:441
1724 msgid "'#' flag"
1725 msgstr ""
1726
1727 #: c-format.c:347 c-format.c:371 c-format.c:409
1728 msgid "the '#' printf flag"
1729 msgstr ""
1730
1731 #: c-format.c:348 c-format.c:372 c-format.c:439
1732 msgid "'0' flag"
1733 msgstr ""
1734
1735 #: c-format.c:348 c-format.c:372
1736 msgid "the '0' printf flag"
1737 msgstr ""
1738
1739 #: c-format.c:349 c-format.c:373 c-format.c:438 c-format.c:468
1740 msgid "'-' flag"
1741 msgstr ""
1742
1743 #: c-format.c:349 c-format.c:373
1744 msgid "the '-' printf flag"
1745 msgstr ""
1746
1747 #: c-format.c:350 c-format.c:422
1748 msgid "''' flag"
1749 msgstr ""
1750
1751 #: c-format.c:350
1752 msgid "the ''' printf flag"
1753 msgstr ""
1754
1755 #: c-format.c:351 c-format.c:423
1756 msgid "'I' flag"
1757 msgstr ""
1758
1759 #: c-format.c:351
1760 msgid "the 'I' printf flag"
1761 msgstr ""
1762
1763 #: c-format.c:352 c-format.c:374 c-format.c:420 c-format.c:442 c-format.c:469
1764 #: c-format.c:1531 config/sol2-c.c:46
1765 msgid "field width"
1766 msgstr ""
1767
1768 #: c-format.c:352 c-format.c:374 config/sol2-c.c:46
1769 msgid "field width in printf format"
1770 msgstr ""
1771
1772 #: c-format.c:353 c-format.c:375 c-format.c:399 c-format.c:411
1773 msgid "precision"
1774 msgstr ""
1775
1776 #: c-format.c:353 c-format.c:375 c-format.c:399 c-format.c:411
1777 msgid "precision in printf format"
1778 msgstr ""
1779
1780 #: c-format.c:354 c-format.c:376 c-format.c:400 c-format.c:412 c-format.c:421
1781 #: c-format.c:472 config/sol2-c.c:47
1782 msgid "length modifier"
1783 msgstr ""
1784
1785 #: c-format.c:354 c-format.c:376 c-format.c:400 c-format.c:412
1786 #: config/sol2-c.c:47
1787 msgid "length modifier in printf format"
1788 msgstr ""
1789
1790 #: c-format.c:398 c-format.c:410
1791 msgid "'q' flag"
1792 msgstr ""
1793
1794 #: c-format.c:398 c-format.c:410
1795 msgid "the 'q' diagnostic flag"
1796 msgstr ""
1797
1798 #: c-format.c:418
1799 msgid "assignment suppression"
1800 msgstr ""
1801
1802 #: c-format.c:418
1803 msgid "the assignment suppression scanf feature"
1804 msgstr ""
1805
1806 #: c-format.c:419
1807 msgid "'a' flag"
1808 msgstr ""
1809
1810 #: c-format.c:419
1811 msgid "the 'a' scanf flag"
1812 msgstr ""
1813
1814 #: c-format.c:420
1815 msgid "field width in scanf format"
1816 msgstr ""
1817
1818 #: c-format.c:421
1819 msgid "length modifier in scanf format"
1820 msgstr ""
1821
1822 #: c-format.c:422
1823 msgid "the ''' scanf flag"
1824 msgstr ""
1825
1826 #: c-format.c:423
1827 msgid "the 'I' scanf flag"
1828 msgstr ""
1829
1830 #: c-format.c:437
1831 msgid "'_' flag"
1832 msgstr ""
1833
1834 #: c-format.c:437
1835 msgid "the '_' strftime flag"
1836 msgstr ""
1837
1838 #: c-format.c:438
1839 msgid "the '-' strftime flag"
1840 msgstr ""
1841
1842 #: c-format.c:439
1843 msgid "the '0' strftime flag"
1844 msgstr ""
1845
1846 #: c-format.c:440 c-format.c:464
1847 msgid "'^' flag"
1848 msgstr ""
1849
1850 #: c-format.c:440
1851 msgid "the '^' strftime flag"
1852 msgstr ""
1853
1854 #: c-format.c:441
1855 msgid "the '#' strftime flag"
1856 msgstr ""
1857
1858 #: c-format.c:442
1859 msgid "field width in strftime format"
1860 msgstr ""
1861
1862 #: c-format.c:443
1863 msgid "'E' modifier"
1864 msgstr ""
1865
1866 #: c-format.c:443
1867 msgid "the 'E' strftime modifier"
1868 msgstr ""
1869
1870 #: c-format.c:444
1871 msgid "'O' modifier"
1872 msgstr ""
1873
1874 #: c-format.c:444
1875 msgid "the 'O' strftime modifier"
1876 msgstr ""
1877
1878 #: c-format.c:445
1879 msgid "the 'O' modifier"
1880 msgstr ""
1881
1882 #: c-format.c:463
1883 msgid "fill character"
1884 msgstr ""
1885
1886 #: c-format.c:463
1887 msgid "fill character in strfmon format"
1888 msgstr ""
1889
1890 #: c-format.c:464
1891 msgid "the '^' strfmon flag"
1892 msgstr ""
1893
1894 #: c-format.c:465
1895 msgid "the '+' strfmon flag"
1896 msgstr ""
1897
1898 #: c-format.c:466
1899 msgid "'(' flag"
1900 msgstr ""
1901
1902 #: c-format.c:466
1903 msgid "the '(' strfmon flag"
1904 msgstr ""
1905
1906 #: c-format.c:467
1907 msgid "'!' flag"
1908 msgstr ""
1909
1910 #: c-format.c:467
1911 msgid "the '!' strfmon flag"
1912 msgstr ""
1913
1914 #: c-format.c:468
1915 msgid "the '-' strfmon flag"
1916 msgstr ""
1917
1918 #: c-format.c:469
1919 msgid "field width in strfmon format"
1920 msgstr ""
1921
1922 #: c-format.c:470
1923 msgid "left precision"
1924 msgstr ""
1925
1926 #: c-format.c:470
1927 msgid "left precision in strfmon format"
1928 msgstr ""
1929
1930 #: c-format.c:471
1931 msgid "right precision"
1932 msgstr ""
1933
1934 #: c-format.c:471
1935 msgid "right precision in strfmon format"
1936 msgstr ""
1937
1938 #: c-format.c:472
1939 msgid "length modifier in strfmon format"
1940 msgstr ""
1941
1942 #: c-format.c:840
1943 #, c-format
1944 msgid "function might be possible candidate for %qs format attribute"
1945 msgstr ""
1946
1947 #: c-format.c:931 c-format.c:952 c-format.c:1947
1948 msgid "missing $ operand number in format"
1949 msgstr ""
1950
1951 #: c-format.c:961
1952 #, c-format
1953 msgid "%s does not support %%n$ operand number formats"
1954 msgstr ""
1955
1956 #: c-format.c:968
1957 msgid "operand number out of range in format"
1958 msgstr ""
1959
1960 #: c-format.c:991
1961 #, c-format
1962 msgid "format argument %d used more than once in %s format"
1963 msgstr ""
1964
1965 #: c-format.c:1023
1966 msgid "$ operand number used after format without operand number"
1967 msgstr ""
1968
1969 #: c-format.c:1053
1970 #, c-format
1971 msgid "format argument %d unused before used argument %d in $-style format"
1972 msgstr ""
1973
1974 #: c-format.c:1148
1975 msgid "format not a string literal, format string not checked"
1976 msgstr ""
1977
1978 #: c-format.c:1162
1979 msgid "format not a string literal and no format arguments"
1980 msgstr ""
1981
1982 #: c-format.c:1164
1983 msgid "format not a string literal, argument types not checked"
1984 msgstr ""
1985
1986 #: c-format.c:1177
1987 msgid "too many arguments for format"
1988 msgstr ""
1989
1990 #: c-format.c:1180
1991 msgid "unused arguments in $-style format"
1992 msgstr ""
1993
1994 #: c-format.c:1183
1995 #, c-format
1996 msgid "zero-length %s format string"
1997 msgstr ""
1998
1999 #: c-format.c:1187
2000 msgid "format is a wide character string"
2001 msgstr ""
2002
2003 #: c-format.c:1190
2004 msgid "unterminated format string"
2005 msgstr ""
2006
2007 #: c-format.c:1400
2008 msgid "embedded %<\\0%> in format"
2009 msgstr ""
2010
2011 #: c-format.c:1415
2012 msgid "spurious trailing %<%%%> in format"
2013 msgstr ""
2014
2015 #: c-format.c:1459 c-format.c:1703
2016 #, c-format
2017 msgid "repeated %s in format"
2018 msgstr ""
2019
2020 #: c-format.c:1472
2021 msgid "missing fill character at end of strfmon format"
2022 msgstr ""
2023
2024 #: c-format.c:1516 c-format.c:1618 c-format.c:1897 c-format.c:1959
2025 msgid "too few arguments for format"
2026 msgstr ""
2027
2028 #: c-format.c:1557
2029 #, c-format
2030 msgid "zero width in %s format"
2031 msgstr ""
2032
2033 #: c-format.c:1575
2034 #, c-format
2035 msgid "empty left precision in %s format"
2036 msgstr ""
2037
2038 #: c-format.c:1633
2039 msgid "field precision"
2040 msgstr ""
2041
2042 #: c-format.c:1648
2043 #, c-format
2044 msgid "empty precision in %s format"
2045 msgstr ""
2046
2047 #: c-format.c:1687
2048 #, c-format
2049 msgid "%s does not support the %qs %s length modifier"
2050 msgstr ""
2051
2052 #: c-format.c:1737
2053 msgid "conversion lacks type at end of format"
2054 msgstr ""
2055
2056 #: c-format.c:1748
2057 #, c-format
2058 msgid "unknown conversion type character %qc in format"
2059 msgstr ""
2060
2061 #: c-format.c:1751
2062 #, c-format
2063 msgid "unknown conversion type character 0x%x in format"
2064 msgstr ""
2065
2066 #: c-format.c:1758
2067 msgid "%s does not support the %<%%%c%> %s format"
2068 msgstr ""
2069
2070 #: c-format.c:1774
2071 msgid "%s used with %<%%%c%> %s format"
2072 msgstr ""
2073
2074 #: c-format.c:1783
2075 #, c-format
2076 msgid "%s does not support %s"
2077 msgstr ""
2078
2079 #: c-format.c:1792
2080 msgid "%s does not support %s with the %<%%%c%> %s format"
2081 msgstr ""
2082
2083 #: c-format.c:1825
2084 msgid "%s ignored with %s and %<%%%c%> %s format"
2085 msgstr ""
2086
2087 #: c-format.c:1829
2088 #, c-format
2089 msgid "%s ignored with %s in %s format"
2090 msgstr ""
2091
2092 #: c-format.c:1835
2093 msgid "use of %s and %s together with %<%%%c%> %s format"
2094 msgstr ""
2095
2096 #: c-format.c:1839
2097 #, c-format
2098 msgid "use of %s and %s together in %s format"
2099 msgstr ""
2100
2101 #: c-format.c:1858
2102 msgid "%<%%%c%> yields only last 2 digits of year in some locales"
2103 msgstr ""
2104
2105 #: c-format.c:1861
2106 msgid "%<%%%c%> yields only last 2 digits of year"
2107 msgstr ""
2108
2109 #. The end of the format string was reached.
2110 #: c-format.c:1877
2111 msgid "no closing %<]%> for %<%%[%> format"
2112 msgstr ""
2113
2114 #: c-format.c:1890
2115 #, c-format
2116 msgid "use of %qs length modifier with %qc type character"
2117 msgstr ""
2118
2119 #: c-format.c:1911
2120 msgid "%s does not support the %<%%%s%c%> %s format"
2121 msgstr ""
2122
2123 #: c-format.c:1928
2124 msgid "operand number specified with suppressed assignment"
2125 msgstr ""
2126
2127 #: c-format.c:1930
2128 msgid "operand number specified for format taking no argument"
2129 msgstr ""
2130
2131 #: c-format.c:2072
2132 #, c-format
2133 msgid "writing through null pointer (arg %d)"
2134 msgstr ""
2135
2136 #: c-format.c:2080
2137 #, c-format
2138 msgid "reading through null pointer (arg %d)"
2139 msgstr ""
2140
2141 #: c-format.c:2100
2142 #, c-format
2143 msgid "writing into constant object (arg %d)"
2144 msgstr ""
2145
2146 #: c-format.c:2110
2147 #, c-format
2148 msgid "extra type qualifiers in format argument (arg %d)"
2149 msgstr ""
2150
2151 #: c-format.c:2220
2152 msgid "%s should have type %<%s%s%>, but argument %d has type %qT"
2153 msgstr ""
2154
2155 #: c-format.c:2223
2156 msgid "format %q.*s expects type %<%s%s%>, but argument %d has type %qT"
2157 msgstr ""
2158
2159 #: c-format.c:2230
2160 msgid "%s should have type %<%T%s%>, but argument %d has type %qT"
2161 msgstr ""
2162
2163 #: c-format.c:2233
2164 msgid "format %q.*s expects type %<%T%s%>, but argument %d has type %qT"
2165 msgstr ""
2166
2167 #: c-format.c:2499
2168 msgid "args to be formatted is not '...'"
2169 msgstr ""
2170
2171 #: c-format.c:2508
2172 msgid "strftime formats cannot format arguments"
2173 msgstr ""
2174
2175 #: c-gimplify.c:237
2176 msgid "statement with no effect"
2177 msgstr ""
2178
2179 #: c-gimplify.c:315 c-typeck.c:6789 cp/parser.c:6508
2180 msgid "break statement not within loop or switch"
2181 msgstr ""
2182
2183 #: c-gimplify.c:317
2184 msgid "continue statement not within loop or switch"
2185 msgstr ""
2186
2187 #: c-incpath.c:70
2188 #, c-format
2189 msgid "ignoring duplicate directory \"%s\"\n"
2190 msgstr ""
2191
2192 #: c-incpath.c:73
2193 #, c-format
2194 msgid "  as it is a non-system directory that duplicates a system directory\n"
2195 msgstr ""
2196
2197 #: c-incpath.c:77
2198 #, c-format
2199 msgid "ignoring nonexistent directory \"%s\"\n"
2200 msgstr ""
2201
2202 #: c-incpath.c:283
2203 #, c-format
2204 msgid "#include \"...\" search starts here:\n"
2205 msgstr ""
2206
2207 #: c-incpath.c:287
2208 #, c-format
2209 msgid "#include <...> search starts here:\n"
2210 msgstr ""
2211
2212 #: c-incpath.c:292
2213 #, c-format
2214 msgid "End of search list.\n"
2215 msgstr ""
2216
2217 #: c-lex.c:259
2218 msgid "badly nested C headers from preprocessor"
2219 msgstr ""
2220
2221 #: c-lex.c:307
2222 #, c-format
2223 msgid "ignoring #pragma %s %s"
2224 msgstr ""
2225
2226 #. ... or not.
2227 #: c-lex.c:412
2228 msgid "%Hstray '@' in program"
2229 msgstr ""
2230
2231 #: c-lex.c:420
2232 #, c-format
2233 msgid "missing terminating %c character"
2234 msgstr ""
2235
2236 #: c-lex.c:422
2237 #, c-format
2238 msgid "stray '%c' in program"
2239 msgstr ""
2240
2241 #: c-lex.c:424
2242 #, c-format
2243 msgid "stray '\\%o' in program"
2244 msgstr ""
2245
2246 #: c-lex.c:577
2247 msgid "this decimal constant is unsigned only in ISO C90"
2248 msgstr ""
2249
2250 #: c-lex.c:580
2251 msgid "this decimal constant would be unsigned in ISO C90"
2252 msgstr ""
2253
2254 #: c-lex.c:596
2255 #, c-format
2256 msgid "integer constant is too large for %qs type"
2257 msgstr ""
2258
2259 #: c-lex.c:662
2260 msgid "floating constant exceeds range of %<%s%>"
2261 msgstr ""
2262
2263 #: c-lex.c:738
2264 msgid "traditional C rejects string constant concatenation"
2265 msgstr ""
2266
2267 #: c-objc-common.c:81
2268 msgid ""
2269 "%Jfunction %qF can never be inlined because it is suppressed using -fno-"
2270 "inline"
2271 msgstr ""
2272
2273 #: c-objc-common.c:91
2274 msgid ""
2275 "%Jfunction %qF can never be inlined because it might not be bound within "
2276 "this unit of translation"
2277 msgstr ""
2278
2279 #: c-objc-common.c:99
2280 msgid ""
2281 "%Jfunction %qF can never be inlined because it uses attributes conflicting "
2282 "with inlining"
2283 msgstr ""
2284
2285 #: c-objc-common.c:114
2286 msgid "%Jfunction %qF can never be inlined because it has pending sizes"
2287 msgstr ""
2288
2289 #: c-objc-common.c:127
2290 msgid ""
2291 "%Jnested function %qF can never be inlined because it has possibly saved "
2292 "pending sizes"
2293 msgstr ""
2294
2295 #: c-objc-common.c:263
2296 msgid "used array that cannot be converted to pointer where scalar is required"
2297 msgstr ""
2298
2299 #: c-objc-common.c:267
2300 msgid "used struct type value where scalar is required"
2301 msgstr ""
2302
2303 #: c-objc-common.c:271
2304 msgid "used union type value where scalar is required"
2305 msgstr ""
2306
2307 #: c-opts.c:147
2308 #, c-format
2309 msgid "no class name specified with %qs"
2310 msgstr ""
2311
2312 #: c-opts.c:151
2313 #, c-format
2314 msgid "assertion missing after %qs"
2315 msgstr ""
2316
2317 #: c-opts.c:156
2318 #, c-format
2319 msgid "macro name missing after %qs"
2320 msgstr ""
2321
2322 #: c-opts.c:165
2323 #, c-format
2324 msgid "missing path after %qs"
2325 msgstr ""
2326
2327 #: c-opts.c:174
2328 #, c-format
2329 msgid "missing filename after %qs"
2330 msgstr ""
2331
2332 #: c-opts.c:179
2333 #, c-format
2334 msgid "missing makefile target after %qs"
2335 msgstr ""
2336
2337 #: c-opts.c:305
2338 msgid "-I- specified twice"
2339 msgstr ""
2340
2341 #: c-opts.c:308
2342 msgid "obsolete option -I- used, please use -iquote instead"
2343 msgstr ""
2344
2345 #: c-opts.c:542
2346 #, c-format
2347 msgid "switch %qs is no longer supported"
2348 msgstr ""
2349
2350 #: c-opts.c:657
2351 msgid ""
2352 "-fhandle-exceptions has been renamed -fexceptions (and is now on by default)"
2353 msgstr ""
2354
2355 #: c-opts.c:843
2356 msgid "output filename specified twice"
2357 msgstr ""
2358
2359 #: c-opts.c:976
2360 msgid "-Wformat-y2k ignored without -Wformat"
2361 msgstr ""
2362
2363 #: c-opts.c:978
2364 msgid "-Wformat-extra-args ignored without -Wformat"
2365 msgstr ""
2366
2367 #: c-opts.c:980
2368 msgid "-Wformat-zero-length ignored without -Wformat"
2369 msgstr ""
2370
2371 #: c-opts.c:982
2372 msgid "-Wformat-nonliteral ignored without -Wformat"
2373 msgstr ""
2374
2375 #: c-opts.c:984
2376 msgid "-Wformat-security ignored without -Wformat"
2377 msgstr ""
2378
2379 #: c-opts.c:986
2380 msgid "-Wmissing-format-attribute ignored without -Wformat"
2381 msgstr ""
2382
2383 #: c-opts.c:1000
2384 #, c-format
2385 msgid "opening output file %s: %m"
2386 msgstr ""
2387
2388 #: c-opts.c:1005
2389 #, c-format
2390 msgid "too many filenames given.  Type %s --help for usage"
2391 msgstr ""
2392
2393 #: c-opts.c:1088
2394 msgid "YYDEBUG was not defined at build time, -dy ignored"
2395 msgstr ""
2396
2397 #: c-opts.c:1129
2398 #, c-format
2399 msgid "opening dependency file %s: %m"
2400 msgstr ""
2401
2402 #: c-opts.c:1139
2403 #, c-format
2404 msgid "closing dependency file %s: %m"
2405 msgstr ""
2406
2407 #: c-opts.c:1142
2408 #, c-format
2409 msgid "when writing output to %s: %m"
2410 msgstr ""
2411
2412 #: c-opts.c:1221
2413 msgid "to generate dependencies you must specify either -M or -MM"
2414 msgstr ""
2415
2416 #: c-opts.c:1286
2417 msgid "<built-in>"
2418 msgstr ""
2419
2420 #: c-opts.c:1301
2421 msgid "<command line>"
2422 msgstr ""
2423
2424 #: c-opts.c:1384
2425 msgid "too late for # directive to set debug directory"
2426 msgstr ""
2427
2428 #. Depending on the version of Bison used to compile this grammar,
2429 #. it may issue generic diagnostics spelled "syntax error" or
2430 #. "parse error".  To prevent this from changing the translation
2431 #. template randomly, we list all the variants of this particular
2432 #. diagnostic here.  Translators: there is no fine distinction
2433 #. between diagnostics with "syntax error" in them, and diagnostics
2434 #. with "parse error" in them.  It's okay to give them both the same
2435 #. translation.
2436 #: c-parse.y:54 c-parse.c:5320 c-parse.y:2925 gengtype-yacc.c:1559
2437 #: java/parse-scan.c:3063 ../../gcc-cvs/gcc/java/parse-scan.y:1373
2438 #: java/parse.c:6168 ../../gcc-cvs/gcc/java/parse.y:16421 objc/objc-parse.y:53
2439 #: objc/objc-parse.c:6402 objc/objc-parse.y:3528
2440 msgid "syntax error"
2441 msgstr ""
2442
2443 #: c-parse.c:2170 c-parse.y:2929 gengtype-yacc.c:555 java/parse-scan.c:1932
2444 #: ../../gcc-cvs/gcc/java/parse-scan.y:1377 java/parse.c:2933
2445 #: ../../gcc-cvs/gcc/java/parse.y:16425 objc/objc-parse.c:2687
2446 #: objc/objc-parse.y:3532
2447 msgid "syntax error: cannot back up"
2448 msgstr ""
2449
2450 #: c-parse.y:344 objc/objc-parse.y:366
2451 msgid "ISO C forbids an empty source file"
2452 msgstr ""
2453
2454 #: c-parse.y:378 objc/objc-parse.y:401
2455 msgid "ISO C forbids data definition with no type or storage class"
2456 msgstr ""
2457
2458 #: c-parse.y:380 objc/objc-parse.y:403
2459 msgid "data definition has no type or storage class"
2460 msgstr ""
2461
2462 #: c-parse.y:393 objc/objc-parse.y:416
2463 msgid "ISO C does not allow extra %<;%> outside of a function"
2464 msgstr ""
2465
2466 #: c-parse.y:450
2467 msgid "traditional C rejects the unary plus operator"
2468 msgstr ""
2469
2470 #: c-parse.y:503 objc/objc-parse.y:526
2471 msgid "%<sizeof%> applied to a bit-field"
2472 msgstr ""
2473
2474 #: c-parse.y:600 objc/objc-parse.y:623
2475 msgid "ISO C forbids omitting the middle term of a ?: expression"
2476 msgstr ""
2477
2478 #: c-parse.y:641 objc/objc-parse.y:664
2479 msgid "compound literal has variable size"
2480 msgstr ""
2481
2482 #: c-parse.y:653 objc/objc-parse.y:676
2483 msgid "ISO C90 forbids compound literals"
2484 msgstr ""
2485
2486 #: c-parse.y:666 objc/objc-parse.y:689
2487 msgid "ISO C forbids braced-groups within expressions"
2488 msgstr ""
2489
2490 #: c-parse.y:702 objc/objc-parse.y:725
2491 msgid "first argument to __builtin_choose_expr not a constant"
2492 msgstr ""
2493
2494 #: c-parse.y:1226 objc/objc-parse.y:1273
2495 msgid "%<typeof%> applied to a bit-field"
2496 msgstr ""
2497
2498 #: c-parse.y:1354 objc/objc-parse.y:1401
2499 msgid "ISO C forbids empty initializer braces"
2500 msgstr ""
2501
2502 #: c-parse.y:1368 objc/objc-parse.y:1415
2503 msgid "ISO C90 forbids specifying subobject to initialize"
2504 msgstr ""
2505
2506 #: c-parse.y:1371 objc/objc-parse.y:1418
2507 msgid "obsolete use of designated initializer without %<=%>"
2508 msgstr ""
2509
2510 #: c-parse.y:1375 objc/objc-parse.y:1422
2511 msgid "obsolete use of designated initializer with %<:%>"
2512 msgstr ""
2513
2514 #: c-parse.y:1402 objc/objc-parse.y:1449
2515 msgid "ISO C forbids specifying range of elements to initialize"
2516 msgstr ""
2517
2518 #: c-parse.y:1410 c-parse.y:1440 objc/objc-parse.y:1457 objc/objc-parse.y:1487
2519 msgid "ISO C forbids nested functions"
2520 msgstr ""
2521
2522 #: c-parse.y:1607 objc/objc-parse.y:1658
2523 msgid "ISO C forbids forward references to %<enum%> types"
2524 msgstr ""
2525
2526 #: c-parse.y:1619 cp/parser.c:9920 objc/objc-parse.y:1670
2527 msgid "comma at end of enumerator list"
2528 msgstr ""
2529
2530 #: c-parse.y:1639 objc/objc-parse.y:1690
2531 msgid "no semicolon at end of struct or union"
2532 msgstr ""
2533
2534 #: c-parse.y:1648 objc/objc-parse.y:1699 objc/objc-parse.y:2688
2535 msgid "extra semicolon in struct or union specified"
2536 msgstr ""
2537
2538 #: c-parse.y:1661 objc/objc-parse.y:1715
2539 msgid "ISO C doesn't support unnamed structs/unions"
2540 msgstr ""
2541
2542 #: c-parse.y:1671 objc/objc-parse.y:1725
2543 msgid "ISO C forbids member declarations with no members"
2544 msgstr ""
2545
2546 #: c-parse.y:1837 objc/objc-parse.y:1891
2547 msgid "label at end of compound statement"
2548 msgstr ""
2549
2550 #: c-parse.y:1856 objc/objc-parse.y:1910
2551 msgid "ISO C90 forbids mixed declarations and code"
2552 msgstr ""
2553
2554 #: c-parse.y:1896 objc/objc-parse.y:1950
2555 msgid "ISO C forbids label declarations"
2556 msgstr ""
2557
2558 #: c-parse.y:1940 objc/objc-parse.y:1994
2559 msgid "braced-group within expression allowed only inside a function"
2560 msgstr ""
2561
2562 #: c-parse.y:2236 objc/objc-parse.y:2333
2563 #, c-format
2564 msgid "%E qualifier ignored on asm"
2565 msgstr ""
2566
2567 #: c-parse.y:2330 objc/objc-parse.y:2427
2568 msgid "ISO C requires a named argument before %<...%>"
2569 msgstr ""
2570
2571 #: c-parse.c:5316 c-parse.y:2927 gengtype-yacc.c:1555 java/parse-scan.c:3059
2572 #: ../../gcc-cvs/gcc/java/parse-scan.y:1375 java/parse.c:6164
2573 #: ../../gcc-cvs/gcc/java/parse.y:16423 objc/objc-parse.c:6398
2574 #: objc/objc-parse.y:3530
2575 msgid "syntax error; also virtual memory exhausted"
2576 msgstr ""
2577
2578 #: c-parse.c:5434 gengtype-yacc.c:1673 java/parse-scan.c:3177
2579 #: java/parse.c:6282 objc/objc-parse.c:6516
2580 msgid "parser stack overflow"
2581 msgstr ""
2582
2583 #: c-parse.y:2846 objc/objc-parse.y:3449
2584 #, c-format
2585 msgid "syntax error at %qs token"
2586 msgstr ""
2587
2588 #: c-parse.y:2926 ../../gcc-cvs/gcc/java/parse-scan.y:1374
2589 #: ../../gcc-cvs/gcc/java/parse.y:16422 objc/objc-parse.y:3529
2590 msgid "parse error"
2591 msgstr ""
2592
2593 #: c-parse.y:2928 ../../gcc-cvs/gcc/java/parse-scan.y:1376
2594 #: ../../gcc-cvs/gcc/java/parse.y:16424 objc/objc-parse.y:3531
2595 msgid "parse error; also virtual memory exhausted"
2596 msgstr ""
2597
2598 #: c-parse.y:2930 ../../gcc-cvs/gcc/java/parse-scan.y:1378
2599 #: ../../gcc-cvs/gcc/java/parse.y:16426 objc/objc-parse.y:3533
2600 msgid "parse error: cannot back up"
2601 msgstr ""
2602
2603 #: c-pch.c:130
2604 #, c-format
2605 msgid "can't create precompiled header %s: %m"
2606 msgstr ""
2607
2608 #: c-pch.c:158
2609 #, c-format
2610 msgid "can't write to %s: %m"
2611 msgstr ""
2612
2613 #: c-pch.c:164
2614 #, c-format
2615 msgid "%qs is not a valid output file"
2616 msgstr ""
2617
2618 #: c-pch.c:193 c-pch.c:208 c-pch.c:222
2619 #, c-format
2620 msgid "can't write %s: %m"
2621 msgstr ""
2622
2623 #: c-pch.c:198 c-pch.c:215
2624 #, c-format
2625 msgid "can't seek in %s: %m"
2626 msgstr ""
2627
2628 #: c-pch.c:206 c-pch.c:248 c-pch.c:276 c-pch.c:281 c-pch.c:365
2629 #, c-format
2630 msgid "can't read %s: %m"
2631 msgstr ""
2632
2633 #: c-pch.c:483
2634 msgid "malformed #pragma GCC pch_preprocess, ignored"
2635 msgstr ""
2636
2637 #: c-pch.c:489
2638 msgid "pch_preprocess pragma should only be used with -fpreprocessed"
2639 msgstr ""
2640
2641 #: c-pch.c:490
2642 msgid "use #include instead"
2643 msgstr ""
2644
2645 #: c-pch.c:498
2646 #, c-format
2647 msgid "%s: couldn't open PCH file: %m\n"
2648 msgstr ""
2649
2650 #: c-pch.c:503
2651 msgid "use -Winvalid-pch for more information"
2652 msgstr ""
2653
2654 #: c-pch.c:504
2655 #, c-format
2656 msgid "%s: PCH file was invalid"
2657 msgstr ""
2658
2659 #: c-pragma.c:98
2660 msgid "#pragma pack (pop) encountered without matching #pragma pack (push)"
2661 msgstr ""
2662
2663 #: c-pragma.c:111
2664 #, c-format
2665 msgid ""
2666 "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s)"
2667 msgstr ""
2668
2669 #: c-pragma.c:125
2670 msgid "#pragma pack(push[, id], <n>) is not supported on this target"
2671 msgstr ""
2672
2673 #: c-pragma.c:127
2674 msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
2675 msgstr ""
2676
2677 #: c-pragma.c:148
2678 msgid "missing %<(%> after %<#pragma pack%> - ignored"
2679 msgstr ""
2680
2681 #: c-pragma.c:161 c-pragma.c:201
2682 msgid "malformed %<#pragma pack%> - ignored"
2683 msgstr ""
2684
2685 #: c-pragma.c:166
2686 msgid "malformed %<#pragma pack(push[, id][, <n>])%> - ignored"
2687 msgstr ""
2688
2689 #: c-pragma.c:168
2690 msgid "malformed %<#pragma pack(pop[, id])%> - ignored"
2691 msgstr ""
2692
2693 #: c-pragma.c:177
2694 msgid "unknown action %qs for %<#pragma pack%> - ignored"
2695 msgstr ""
2696
2697 #: c-pragma.c:204
2698 msgid "junk at end of %<#pragma pack%>"
2699 msgstr ""
2700
2701 #: c-pragma.c:207
2702 msgid "#pragma pack has no effect with -fpack-struct - ignored"
2703 msgstr ""
2704
2705 #: c-pragma.c:227
2706 #, c-format
2707 msgid "alignment must be a small power of two, not %d"
2708 msgstr ""
2709
2710 #: c-pragma.c:260
2711 msgid ""
2712 "%Japplying #pragma weak %qD after first use results in unspecified behavior"
2713 msgstr ""
2714
2715 #: c-pragma.c:307 c-pragma.c:312
2716 msgid "malformed #pragma weak, ignored"
2717 msgstr ""
2718
2719 #: c-pragma.c:316
2720 msgid "junk at end of #pragma weak"
2721 msgstr ""
2722
2723 #: c-pragma.c:379 c-pragma.c:381
2724 msgid "malformed #pragma redefine_extname, ignored"
2725 msgstr ""
2726
2727 #: c-pragma.c:384
2728 msgid "junk at end of #pragma redefine_extname"
2729 msgstr ""
2730
2731 #: c-pragma.c:389
2732 msgid "#pragma redefine_extname not supported on this target"
2733 msgstr ""
2734
2735 #: c-pragma.c:406 c-pragma.c:492
2736 msgid "#pragma redefine_extname ignored due to conflict with previous rename"
2737 msgstr ""
2738
2739 #: c-pragma.c:429
2740 msgid ""
2741 "#pragma redefine_extname ignored due to conflict with previous #pragma "
2742 "redefine_extname"
2743 msgstr ""
2744
2745 #: c-pragma.c:448
2746 msgid "malformed #pragma extern_prefix, ignored"
2747 msgstr ""
2748
2749 #: c-pragma.c:451
2750 msgid "junk at end of #pragma extern_prefix"
2751 msgstr ""
2752
2753 #: c-pragma.c:457
2754 msgid "#pragma extern_prefix not supported on this target"
2755 msgstr ""
2756
2757 #: c-pragma.c:483
2758 msgid "asm declaration ignored due to conflict with previous rename"
2759 msgstr ""
2760
2761 #: c-pragma.c:514
2762 msgid ""
2763 "#pragma redefine_extname ignored due to conflict with __asm__ declaration"
2764 msgstr ""
2765
2766 #: c-pragma.c:574
2767 msgid "#pragma GCC visibility must be followed by push or pop"
2768 msgstr ""
2769
2770 #: c-pragma.c:581
2771 msgid "No matching push for %<#pragma GCC visibility pop%>"
2772 msgstr ""
2773
2774 #: c-pragma.c:592
2775 msgid "missing %<(%> after %<#pragma GCC visibility push%> - ignored"
2776 msgstr ""
2777
2778 #: c-pragma.c:596
2779 msgid "malformed #pragma GCC visibility push"
2780 msgstr ""
2781
2782 #: c-pragma.c:600
2783 msgid "No more than sixteen #pragma GCC visibility pushes allowed at once"
2784 msgstr ""
2785
2786 #: c-pragma.c:616
2787 msgid ""
2788 "#pragma GCC visibility push() must specify default, internal, hidden or "
2789 "protected"
2790 msgstr ""
2791
2792 #: c-pragma.c:621
2793 msgid "missing '(' after %<#pragma GCC visibility push%> - ignored"
2794 msgstr ""
2795
2796 #: c-pragma.c:625
2797 msgid "junk at end of %<#pragma GCC visibility%>"
2798 msgstr ""
2799
2800 #: c-typeck.c:148
2801 #, c-format
2802 msgid "%qs has an incomplete type"
2803 msgstr ""
2804
2805 #: c-typeck.c:170 cp/call.c:2667
2806 msgid "invalid use of void expression"
2807 msgstr ""
2808
2809 #: c-typeck.c:178
2810 msgid "invalid use of flexible array member"
2811 msgstr ""
2812
2813 #: c-typeck.c:184
2814 msgid "invalid use of array with unspecified bounds"
2815 msgstr ""
2816
2817 #: c-typeck.c:192
2818 msgid "invalid use of undefined type %<%s %s%>"
2819 msgstr ""
2820
2821 #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
2822 #: c-typeck.c:196
2823 #, c-format
2824 msgid "invalid use of incomplete typedef %qs"
2825 msgstr ""
2826
2827 #: c-typeck.c:383 c-typeck.c:397
2828 msgid "function types not truly compatible in ISO C"
2829 msgstr ""
2830
2831 #: c-typeck.c:751
2832 msgid "types are not quite compatible"
2833 msgstr ""
2834
2835 #: c-typeck.c:993
2836 msgid "function return types not compatible due to %<volatile%>"
2837 msgstr ""
2838
2839 #: c-typeck.c:1134 c-typeck.c:2379
2840 msgid "arithmetic on pointer to an incomplete type"
2841 msgstr ""
2842
2843 #: c-typeck.c:1489
2844 msgid "%qT has no member named %qs"
2845 msgstr ""
2846
2847 #: c-typeck.c:1525
2848 #, c-format
2849 msgid "request for member %qs in something not a structure or union"
2850 msgstr ""
2851
2852 #: c-typeck.c:1554
2853 msgid "dereferencing pointer to incomplete type"
2854 msgstr ""
2855
2856 #: c-typeck.c:1558
2857 msgid "dereferencing %<void *%> pointer"
2858 msgstr ""
2859
2860 #: c-typeck.c:1575
2861 #, c-format
2862 msgid "invalid type argument of %qs"
2863 msgstr ""
2864
2865 #: c-typeck.c:1593 cp/typeck.c:2170
2866 msgid "subscript missing in array reference"
2867 msgstr ""
2868
2869 #: c-typeck.c:1613
2870 msgid "array subscript has type %<char%>"
2871 msgstr ""
2872
2873 #: c-typeck.c:1621 c-typeck.c:1710 cp/typeck.c:2215 cp/typeck.c:2301
2874 msgid "array subscript is not an integer"
2875 msgstr ""
2876
2877 #: c-typeck.c:1654
2878 msgid "ISO C forbids subscripting %<register%> array"
2879 msgstr ""
2880
2881 #: c-typeck.c:1656
2882 msgid "ISO C90 forbids subscripting non-lvalue array"
2883 msgstr ""
2884
2885 #: c-typeck.c:1689
2886 msgid "subscript has type %<char%>"
2887 msgstr ""
2888
2889 #: c-typeck.c:1705 cp/typeck.c:2296
2890 msgid "subscripted value is neither array nor pointer"
2891 msgstr ""
2892
2893 #: c-typeck.c:1735
2894 #, c-format
2895 msgid "local declaration of %qs hides instance variable"
2896 msgstr ""
2897
2898 #: c-typeck.c:1928
2899 #, c-format
2900 msgid "called object %qE is not a function"
2901 msgstr ""
2902
2903 #. This situation leads to run-time undefined behavior.  We can't,
2904 #. therefore, simply error unless we can prove that all possible
2905 #. executions of the program must execute the code.
2906 #: c-typeck.c:1960
2907 msgid "function called through a non-compatible type"
2908 msgstr ""
2909
2910 #: c-typeck.c:2004 c-typeck.c:4288 c-typeck.c:4290 c-typeck.c:4298
2911 #: c-typeck.c:4323 c-typeck.c:5710
2912 msgid "initializer element is not constant"
2913 msgstr ""
2914
2915 #: c-typeck.c:2064
2916 #, c-format
2917 msgid "too many arguments to function %qE"
2918 msgstr ""
2919
2920 #: c-typeck.c:2091
2921 #, c-format
2922 msgid "type of formal parameter %d is incomplete"
2923 msgstr ""
2924
2925 #: c-typeck.c:2104
2926 #, c-format
2927 msgid ""
2928 "passing argument %d of %qE as integer rather than floating due to prototype"
2929 msgstr ""
2930
2931 #: c-typeck.c:2109
2932 #, c-format
2933 msgid ""
2934 "passing argument %d of %qE as integer rather than complex due to prototype"
2935 msgstr ""
2936
2937 #: c-typeck.c:2114
2938 #, c-format
2939 msgid ""
2940 "passing argument %d of %qE as complex rather than floating due to prototype"
2941 msgstr ""
2942
2943 #: c-typeck.c:2119
2944 #, c-format
2945 msgid ""
2946 "passing argument %d of %qE as floating rather than integer due to prototype"
2947 msgstr ""
2948
2949 #: c-typeck.c:2124
2950 #, c-format
2951 msgid ""
2952 "passing argument %d of %qE as complex rather than integer due to prototype"
2953 msgstr ""
2954
2955 #: c-typeck.c:2129
2956 #, c-format
2957 msgid ""
2958 "passing argument %d of %qE as floating rather than complex due to prototype"
2959 msgstr ""
2960
2961 #: c-typeck.c:2141
2962 msgid ""
2963 "passing argument %d of %qE as %<float%> rather than %<double%> due to "
2964 "prototype"
2965 msgstr ""
2966
2967 #: c-typeck.c:2161
2968 #, c-format
2969 msgid "passing argument %d of %qE with different width due to prototype"
2970 msgstr ""
2971
2972 #: c-typeck.c:2188
2973 #, c-format
2974 msgid "passing argument %d of %qE as unsigned due to prototype"
2975 msgstr ""
2976
2977 #: c-typeck.c:2191
2978 #, c-format
2979 msgid "passing argument %d of %qE as signed due to prototype"
2980 msgstr ""
2981
2982 #: c-typeck.c:2221
2983 #, c-format
2984 msgid "too few arguments to function %qE"
2985 msgstr ""
2986
2987 #: c-typeck.c:2255
2988 msgid "suggest parentheses around + or - inside shift"
2989 msgstr ""
2990
2991 #: c-typeck.c:2262
2992 msgid "suggest parentheses around && within ||"
2993 msgstr ""
2994
2995 #: c-typeck.c:2271
2996 msgid "suggest parentheses around arithmetic in operand of |"
2997 msgstr ""
2998
2999 #: c-typeck.c:2275
3000 msgid "suggest parentheses around comparison in operand of |"
3001 msgstr ""
3002
3003 #: c-typeck.c:2284
3004 msgid "suggest parentheses around arithmetic in operand of ^"
3005 msgstr ""
3006
3007 #: c-typeck.c:2288
3008 msgid "suggest parentheses around comparison in operand of ^"
3009 msgstr ""
3010
3011 #: c-typeck.c:2295
3012 msgid "suggest parentheses around + or - in operand of &"
3013 msgstr ""
3014
3015 #: c-typeck.c:2299
3016 msgid "suggest parentheses around comparison in operand of &"
3017 msgstr ""
3018
3019 #: c-typeck.c:2305
3020 msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
3021 msgstr ""
3022
3023 #: c-typeck.c:2331
3024 msgid "pointer of type %<void *%> used in subtraction"
3025 msgstr ""
3026
3027 #: c-typeck.c:2333
3028 msgid "pointer to a function used in subtraction"
3029 msgstr ""
3030
3031 #: c-typeck.c:2422
3032 msgid "wrong type argument to unary plus"
3033 msgstr ""
3034
3035 #: c-typeck.c:2435
3036 msgid "wrong type argument to unary minus"
3037 msgstr ""
3038
3039 #: c-typeck.c:2452
3040 msgid "ISO C does not support %<~%> for complex conjugation"
3041 msgstr ""
3042
3043 #: c-typeck.c:2458
3044 msgid "wrong type argument to bit-complement"
3045 msgstr ""
3046
3047 #: c-typeck.c:2466
3048 msgid "wrong type argument to abs"
3049 msgstr ""
3050
3051 #: c-typeck.c:2478
3052 msgid "wrong type argument to conjugation"
3053 msgstr ""
3054
3055 #: c-typeck.c:2492
3056 msgid "wrong type argument to unary exclamation mark"
3057 msgstr ""
3058
3059 #: c-typeck.c:2529
3060 msgid "ISO C does not support %<++%> and %<--%> on complex types"
3061 msgstr ""
3062
3063 #: c-typeck.c:2545 c-typeck.c:2577
3064 msgid "wrong type argument to increment"
3065 msgstr ""
3066
3067 #: c-typeck.c:2547 c-typeck.c:2579
3068 msgid "wrong type argument to decrement"
3069 msgstr ""
3070
3071 #: c-typeck.c:2568
3072 msgid "increment of pointer to unknown structure"
3073 msgstr ""
3074
3075 #: c-typeck.c:2570
3076 msgid "decrement of pointer to unknown structure"
3077 msgstr ""
3078
3079 #: c-typeck.c:2660
3080 msgid "attempt to take address of bit-field structure member %qD"
3081 msgstr ""
3082
3083 #: c-typeck.c:2742
3084 msgid "invalid lvalue in assignment"
3085 msgstr ""
3086
3087 #: c-typeck.c:2745
3088 msgid "invalid lvalue in increment"
3089 msgstr ""
3090
3091 #: c-typeck.c:2748
3092 msgid "invalid lvalue in decrement"
3093 msgstr ""
3094
3095 #: c-typeck.c:2751
3096 msgid "invalid lvalue in unary %<&%>"
3097 msgstr ""
3098
3099 #: c-typeck.c:2754
3100 msgid "invalid lvalue in asm statement"
3101 msgstr ""
3102
3103 #: c-typeck.c:2782
3104 #, c-format
3105 msgid "assignment of read-only member %qs"
3106 msgstr ""
3107
3108 #: c-typeck.c:2783
3109 #, c-format
3110 msgid "increment of read-only member %qs"
3111 msgstr ""
3112
3113 #: c-typeck.c:2784
3114 #, c-format
3115 msgid "decrement of read-only member %qs"
3116 msgstr ""
3117
3118 #: c-typeck.c:2788
3119 #, c-format
3120 msgid "assignment of read-only variable %qs"
3121 msgstr ""
3122
3123 #: c-typeck.c:2789
3124 #, c-format
3125 msgid "increment of read-only variable %qs"
3126 msgstr ""
3127
3128 #: c-typeck.c:2790
3129 #, c-format
3130 msgid "decrement of read-only variable %qs"
3131 msgstr ""
3132
3133 #: c-typeck.c:2793
3134 msgid "assignment of read-only location"
3135 msgstr ""
3136
3137 #: c-typeck.c:2794
3138 msgid "increment of read-only location"
3139 msgstr ""
3140
3141 #: c-typeck.c:2795
3142 msgid "decrement of read-only location"
3143 msgstr ""
3144
3145 #: c-typeck.c:2813
3146 #, c-format
3147 msgid "cannot take address of bit-field %qs"
3148 msgstr ""
3149
3150 #: c-typeck.c:2841
3151 #, c-format
3152 msgid "global register variable %qs used in nested function"
3153 msgstr ""
3154
3155 #: c-typeck.c:2845
3156 #, c-format
3157 msgid "register variable %qs used in nested function"
3158 msgstr ""
3159
3160 #: c-typeck.c:2852
3161 #, c-format
3162 msgid "address of global register variable %qs requested"
3163 msgstr ""
3164
3165 #: c-typeck.c:2857
3166 #, c-format
3167 msgid "address of register variable %qs requested"
3168 msgstr ""
3169
3170 #: c-typeck.c:2905
3171 msgid "non-lvalue array in conditional expression"
3172 msgstr ""
3173
3174 #: c-typeck.c:2949
3175 msgid "signed and unsigned type in conditional expression"
3176 msgstr ""
3177
3178 #: c-typeck.c:2956
3179 msgid "ISO C forbids conditional expr with only one void side"
3180 msgstr ""
3181
3182 #: c-typeck.c:2972 c-typeck.c:2980
3183 msgid "ISO C forbids conditional expr between %<void *%> and function pointer"
3184 msgstr ""
3185
3186 #: c-typeck.c:2987
3187 msgid "pointer type mismatch in conditional expression"
3188 msgstr ""
3189
3190 #: c-typeck.c:2994 c-typeck.c:3004
3191 msgid "pointer/integer type mismatch in conditional expression"
3192 msgstr ""
3193
3194 #: c-typeck.c:3018
3195 msgid "type mismatch in conditional expression"
3196 msgstr ""
3197
3198 #: c-typeck.c:3061
3199 msgid "left-hand operand of comma expression has no effect"
3200 msgstr ""
3201
3202 #: c-typeck.c:3094
3203 msgid "cast specifies array type"
3204 msgstr ""
3205
3206 #: c-typeck.c:3100
3207 msgid "cast specifies function type"
3208 msgstr ""
3209
3210 #: c-typeck.c:3110
3211 msgid "ISO C forbids casting nonscalar to the same type"
3212 msgstr ""
3213
3214 #: c-typeck.c:3128
3215 msgid "ISO C forbids casts to union type"
3216 msgstr ""
3217
3218 #: c-typeck.c:3137
3219 msgid "cast to union type from type not present in union"
3220 msgstr ""
3221
3222 #: c-typeck.c:3188
3223 msgid "cast adds new qualifiers to function type"
3224 msgstr ""
3225
3226 #. There are qualifiers present in IN_OTYPE that are not
3227 #. present in IN_TYPE.
3228 #: c-typeck.c:3193
3229 msgid "cast discards qualifiers from pointer target type"
3230 msgstr ""
3231
3232 #: c-typeck.c:3208
3233 msgid "cast increases required alignment of target type"
3234 msgstr ""
3235
3236 #: c-typeck.c:3214 cp/typeck.c:4959
3237 msgid "cast from pointer to integer of different size"
3238 msgstr ""
3239
3240 #: c-typeck.c:3219
3241 msgid "cast from function call of type %qT to non-matching type %qT"
3242 msgstr ""
3243
3244 #: c-typeck.c:3227 cp/typeck.c:4966
3245 msgid "cast to pointer from integer of different size"
3246 msgstr ""
3247
3248 #: c-typeck.c:3239
3249 msgid "type-punning to incomplete type might break strict-aliasing rules"
3250 msgstr ""
3251
3252 #: c-typeck.c:3246
3253 msgid "dereferencing type-punned pointer will break strict-aliasing rules"
3254 msgstr ""
3255
3256 #: c-typeck.c:3249
3257 msgid "dereferencing type-punned pointer might break strict-aliasing rules"
3258 msgstr ""
3259
3260 #: c-typeck.c:3261
3261 msgid "ISO C forbids conversion of function pointer to object pointer type"
3262 msgstr ""
3263
3264 #: c-typeck.c:3270
3265 msgid "ISO C forbids conversion of object pointer to function pointer type"
3266 msgstr ""
3267
3268 #: c-typeck.c:3523
3269 msgid "cannot pass rvalue to reference parameter"
3270 msgstr ""
3271
3272 #: c-typeck.c:3632 c-typeck.c:3741
3273 #, c-format
3274 msgid ""
3275 "passing argument %d of %qE makes qualified function pointer from unqualified"
3276 msgstr ""
3277
3278 #: c-typeck.c:3635 c-typeck.c:3744
3279 msgid "assignment makes qualified function pointer from unqualified"
3280 msgstr ""
3281
3282 #: c-typeck.c:3638 c-typeck.c:3746
3283 msgid "initialization makes qualified function pointer from unqualified"
3284 msgstr ""
3285
3286 #: c-typeck.c:3641 c-typeck.c:3748
3287 msgid "return makes qualified function pointer from unqualified"
3288 msgstr ""
3289
3290 #: c-typeck.c:3645 c-typeck.c:3709
3291 #, c-format
3292 msgid "passing argument %d of %qE discards qualifiers from pointer target type"
3293 msgstr ""
3294
3295 #: c-typeck.c:3647 c-typeck.c:3711
3296 msgid "assignment discards qualifiers from pointer target type"
3297 msgstr ""
3298
3299 #: c-typeck.c:3649 c-typeck.c:3713
3300 msgid "initialization discards qualifiers from pointer target type"
3301 msgstr ""
3302
3303 #: c-typeck.c:3651 c-typeck.c:3715
3304 msgid "return discards qualifiers from pointer target type"
3305 msgstr ""
3306
3307 #: c-typeck.c:3656
3308 msgid "ISO C prohibits argument conversion to union type"
3309 msgstr ""
3310
3311 #: c-typeck.c:3694
3312 msgid ""
3313 "ISO C forbids passing argument %d of %qE between function pointer and %<void "
3314 "*%>"
3315 msgstr ""
3316
3317 #: c-typeck.c:3697
3318 msgid "ISO C forbids assignment between function pointer and %<void *%>"
3319 msgstr ""
3320
3321 #: c-typeck.c:3699
3322 msgid "ISO C forbids initialization between function pointer and %<void *%>"
3323 msgstr ""
3324
3325 #: c-typeck.c:3701
3326 msgid "ISO C forbids return between function pointer and %<void *%>"
3327 msgstr ""
3328
3329 #: c-typeck.c:3724
3330 #, c-format
3331 msgid "pointer targets in passing argument %d of %qE differ in signedness"
3332 msgstr ""
3333
3334 #: c-typeck.c:3726
3335 msgid "pointer targets in assignment differ in signedness"
3336 msgstr ""
3337
3338 #: c-typeck.c:3728
3339 msgid "pointer targets in initialization differ in signedness"
3340 msgstr ""
3341
3342 #: c-typeck.c:3730
3343 msgid "pointer targets in return differ in signedness"
3344 msgstr ""
3345
3346 #: c-typeck.c:3753
3347 #, c-format
3348 msgid "passing argument %d of %qE from incompatible pointer type"
3349 msgstr ""
3350
3351 #: c-typeck.c:3755
3352 msgid "assignment from incompatible pointer type"
3353 msgstr ""
3354
3355 #: c-typeck.c:3756
3356 msgid "initialization from incompatible pointer type"
3357 msgstr ""
3358
3359 #: c-typeck.c:3758
3360 msgid "return from incompatible pointer type"
3361 msgstr ""
3362
3363 #: c-typeck.c:3763 c-typeck.c:4248 cp/typeck.c:1402
3364 msgid "invalid use of non-lvalue array"
3365 msgstr ""
3366
3367 #: c-typeck.c:3777
3368 #, c-format
3369 msgid "passing argument %d of %qE makes pointer from integer without a cast"
3370 msgstr ""
3371
3372 #: c-typeck.c:3779
3373 msgid "assignment makes pointer from integer without a cast"
3374 msgstr ""
3375
3376 #: c-typeck.c:3781
3377 msgid "initialization makes pointer from integer without a cast"
3378 msgstr ""
3379
3380 #: c-typeck.c:3783
3381 msgid "return makes pointer from integer without a cast"
3382 msgstr ""
3383
3384 #: c-typeck.c:3790
3385 #, c-format
3386 msgid "passing argument %d of %qE makes integer from pointer without a cast"
3387 msgstr ""
3388
3389 #: c-typeck.c:3792
3390 msgid "assignment makes integer from pointer without a cast"
3391 msgstr ""
3392
3393 #: c-typeck.c:3794
3394 msgid "initialization makes integer from pointer without a cast"
3395 msgstr ""
3396
3397 #: c-typeck.c:3796
3398 msgid "return makes integer from pointer without a cast"
3399 msgstr ""
3400
3401 #: c-typeck.c:3806
3402 #, c-format
3403 msgid "incompatible type for argument %d of %qE"
3404 msgstr ""
3405
3406 #: c-typeck.c:3809
3407 msgid "incompatible types in assignment"
3408 msgstr ""
3409
3410 #: c-typeck.c:3812
3411 msgid "incompatible types in initialization"
3412 msgstr ""
3413
3414 #: c-typeck.c:3815
3415 msgid "incompatible types in return"
3416 msgstr ""
3417
3418 #: c-typeck.c:3896
3419 msgid "traditional C rejects automatic aggregate initialization"
3420 msgstr ""
3421
3422 #: c-typeck.c:4064 c-typeck.c:4079 c-typeck.c:4094
3423 #, c-format
3424 msgid "(near initialization for %qs)"
3425 msgstr ""
3426
3427 #: c-typeck.c:4108
3428 msgid "array initialized from parenthesized string constant"
3429 msgstr ""
3430
3431 #: c-typeck.c:4172 cp/typeck2.c:708
3432 msgid "char-array initialized from wide string"
3433 msgstr ""
3434
3435 #: c-typeck.c:4177
3436 msgid "wchar_t-array initialized from non-wide string"
3437 msgstr ""
3438
3439 #: c-typeck.c:4195 cp/typeck2.c:730
3440 msgid "initializer-string for array of chars is too long"
3441 msgstr ""
3442
3443 #: c-typeck.c:4201
3444 msgid "array of inappropriate type initialized from string constant"
3445 msgstr ""
3446
3447 #: c-typeck.c:4271
3448 msgid "array initialized from non-constant array expression"
3449 msgstr ""
3450
3451 #: c-typeck.c:4330 c-typeck.c:5714
3452 msgid "initializer element is not computable at load time"
3453 msgstr ""
3454
3455 #: c-typeck.c:4345 cp/typeck2.c:808
3456 msgid "invalid initializer"
3457 msgstr ""
3458
3459 #: c-typeck.c:4615 cp/decl.c:4512
3460 msgid "opaque vector types cannot be initialized"
3461 msgstr ""
3462
3463 #: c-typeck.c:4811
3464 msgid "extra brace group at end of initializer"
3465 msgstr ""
3466
3467 #: c-typeck.c:4831
3468 msgid "missing braces around initializer"
3469 msgstr ""
3470
3471 #: c-typeck.c:4891
3472 msgid "braces around scalar initializer"
3473 msgstr ""
3474
3475 #: c-typeck.c:4948
3476 msgid "initialization of flexible array member in a nested context"
3477 msgstr ""
3478
3479 #: c-typeck.c:4950
3480 msgid "initialization of a flexible array member"
3481 msgstr ""
3482
3483 #: c-typeck.c:4977
3484 msgid "missing initializer"
3485 msgstr ""
3486
3487 #: c-typeck.c:4999
3488 msgid "empty scalar initializer"
3489 msgstr ""
3490
3491 #: c-typeck.c:5004
3492 msgid "extra elements in scalar initializer"
3493 msgstr ""
3494
3495 #: c-typeck.c:5092
3496 msgid "initialization designators may not nest"
3497 msgstr ""
3498
3499 #: c-typeck.c:5114 c-typeck.c:5189
3500 msgid "array index in non-array initializer"
3501 msgstr ""
3502
3503 #: c-typeck.c:5119 c-typeck.c:5242
3504 msgid "field name not in record or union initializer"
3505 msgstr ""
3506
3507 #: c-typeck.c:5165
3508 msgid "array index in initializer not of integer type"
3509 msgstr ""
3510
3511 #: c-typeck.c:5185 c-typeck.c:5187
3512 msgid "nonconstant array index in initializer"
3513 msgstr ""
3514
3515 #: c-typeck.c:5191 c-typeck.c:5194
3516 msgid "array index in initializer exceeds array bounds"
3517 msgstr ""
3518
3519 #: c-typeck.c:5205
3520 msgid "empty index range in initializer"
3521 msgstr ""
3522
3523 #: c-typeck.c:5214
3524 msgid "array index range in initializer exceeds array bounds"
3525 msgstr ""
3526
3527 #: c-typeck.c:5254
3528 #, c-format
3529 msgid "unknown field %qs specified in initializer"
3530 msgstr ""
3531
3532 #: c-typeck.c:5290 c-typeck.c:5311 c-typeck.c:5777
3533 msgid "initialized field with side-effects overwritten"
3534 msgstr ""
3535
3536 #: c-typeck.c:5986
3537 msgid "excess elements in char array initializer"
3538 msgstr ""
3539
3540 #: c-typeck.c:5993 c-typeck.c:6039
3541 msgid "excess elements in struct initializer"
3542 msgstr ""
3543
3544 #: c-typeck.c:6054
3545 msgid "non-static initialization of a flexible array member"
3546 msgstr ""
3547
3548 #: c-typeck.c:6122
3549 msgid "excess elements in union initializer"
3550 msgstr ""
3551
3552 #: c-typeck.c:6144
3553 msgid "traditional C rejects initialization of unions"
3554 msgstr ""
3555
3556 #: c-typeck.c:6208
3557 msgid "excess elements in array initializer"
3558 msgstr ""
3559
3560 #: c-typeck.c:6238
3561 msgid "excess elements in vector initializer"
3562 msgstr ""
3563
3564 #: c-typeck.c:6261
3565 msgid "excess elements in scalar initializer"
3566 msgstr ""
3567
3568 #: c-typeck.c:6423
3569 msgid "ISO C forbids %<goto *expr;%>"
3570 msgstr ""
3571
3572 #: c-typeck.c:6437
3573 msgid "function declared %<noreturn%> has a %<return%> statement"
3574 msgstr ""
3575
3576 #: c-typeck.c:6444
3577 msgid "%<return%> with no value, in function returning non-void"
3578 msgstr ""
3579
3580 #: c-typeck.c:6451
3581 msgid "%<return%> with a value, in function returning void"
3582 msgstr ""
3583
3584 #: c-typeck.c:6508
3585 msgid "function returns address of local variable"
3586 msgstr ""
3587
3588 #: c-typeck.c:6569 cp/semantics.c:856
3589 msgid "switch quantity not an integer"
3590 msgstr ""
3591
3592 #: c-typeck.c:6579
3593 msgid "%<long%> switch expression not converted to %<int%> in ISO C"
3594 msgstr ""
3595
3596 #: c-typeck.c:6616 cp/parser.c:6017
3597 msgid "case label not within a switch statement"
3598 msgstr ""
3599
3600 #: c-typeck.c:6618
3601 msgid "%<default%> label not within a switch statement"
3602 msgstr ""
3603
3604 #: c-typeck.c:6682
3605 msgid "%Hsuggest explicit braces to avoid ambiguous %<else%>"
3606 msgstr ""
3607
3608 #: c-typeck.c:6692
3609 msgid "%Hempty body in an if-statement"
3610 msgstr ""
3611
3612 #: c-typeck.c:6700
3613 msgid "%Hempty body in an else-statement"
3614 msgstr ""
3615
3616 #: c-typeck.c:6791 cp/parser.c:6519
3617 msgid "continue statement not within a loop"
3618 msgstr ""
3619
3620 #: c-typeck.c:6808
3621 msgid "%Hstatement with no effect"
3622 msgstr ""
3623
3624 #: c-typeck.c:6837
3625 msgid "expression statement has incomplete type"
3626 msgstr ""
3627
3628 #: c-typeck.c:7160 c-typeck.c:7199
3629 msgid "division by zero"
3630 msgstr ""
3631
3632 #: c-typeck.c:7244 cp/typeck.c:2965
3633 msgid "right shift count is negative"
3634 msgstr ""
3635
3636 #: c-typeck.c:7251 cp/typeck.c:2971
3637 msgid "right shift count >= width of type"
3638 msgstr ""
3639
3640 #: c-typeck.c:7272 cp/typeck.c:2990
3641 msgid "left shift count is negative"
3642 msgstr ""
3643
3644 #: c-typeck.c:7275 cp/typeck.c:2992
3645 msgid "left shift count >= width of type"
3646 msgstr ""
3647
3648 #: c-typeck.c:7296
3649 msgid "shift count is negative"
3650 msgstr ""
3651
3652 #: c-typeck.c:7298
3653 msgid "shift count >= width of type"
3654 msgstr ""
3655
3656 #: c-typeck.c:7315 cp/typeck.c:3027
3657 msgid "comparing floating point with == or != is unsafe"
3658 msgstr ""
3659
3660 #: c-typeck.c:7339 c-typeck.c:7346
3661 msgid "ISO C forbids comparison of %<void *%> with function pointer"
3662 msgstr ""
3663
3664 #: c-typeck.c:7350 c-typeck.c:7390 c-typeck.c:7418
3665 msgid "comparison of distinct pointer types lacks a cast"
3666 msgstr ""
3667
3668 #: c-typeck.c:7364 c-typeck.c:7369 c-typeck.c:7438 c-typeck.c:7443
3669 msgid "comparison between pointer and integer"
3670 msgstr ""
3671
3672 #: c-typeck.c:7385 c-typeck.c:7413
3673 msgid "ISO C forbids ordered comparisons of pointers to functions"
3674 msgstr ""
3675
3676 #: c-typeck.c:7410
3677 msgid "comparison of complete and incomplete pointers"
3678 msgstr ""
3679
3680 #: c-typeck.c:7426 c-typeck.c:7433
3681 msgid "ordered comparison of pointer with integer zero"
3682 msgstr ""
3683
3684 #: c-typeck.c:7458 cp/typeck.c:3168
3685 msgid "unordered comparison on non-floating point argument"
3686 msgstr ""
3687
3688 #: c-typeck.c:7671
3689 msgid "comparison between signed and unsigned"
3690 msgstr ""
3691
3692 #: c-typeck.c:7717 cp/typeck.c:3432
3693 msgid "comparison of promoted ~unsigned with constant"
3694 msgstr ""
3695
3696 #: c-typeck.c:7725 cp/typeck.c:3440
3697 msgid "comparison of promoted ~unsigned with unsigned"
3698 msgstr ""
3699
3700 #: calls.c:1909
3701 msgid "function call has aggregate value"
3702 msgstr ""
3703
3704 #: cfghooks.c:90
3705 #, c-format
3706 msgid "bb %d on wrong place"
3707 msgstr ""
3708
3709 #: cfghooks.c:96
3710 #, c-format
3711 msgid "prev_bb of %d should be %d, not %d"
3712 msgstr ""
3713
3714 #: cfghooks.c:113
3715 #, c-format
3716 msgid "verify_flow_info: Wrong count of block %i %i"
3717 msgstr ""
3718
3719 #: cfghooks.c:119
3720 #, c-format
3721 msgid "verify_flow_info: Wrong frequency of block %i %i"
3722 msgstr ""
3723
3724 #: cfghooks.c:127
3725 #, c-format
3726 msgid "verify_flow_info: Duplicate edge %i->%i"
3727 msgstr ""
3728
3729 #: cfghooks.c:133
3730 #, c-format
3731 msgid "verify_flow_info: Wrong probability of edge %i->%i %i"
3732 msgstr ""
3733
3734 #: cfghooks.c:139
3735 #, c-format
3736 msgid "verify_flow_info: Wrong count of edge %i->%i %i"
3737 msgstr ""
3738
3739 #: cfghooks.c:151
3740 #, c-format
3741 msgid "verify_flow_info: Basic block %d succ edge is corrupted"
3742 msgstr ""
3743
3744 #: cfghooks.c:165 cfgrtl.c:2051
3745 #, c-format
3746 msgid "Wrong amount of branch edges after unconditional jump %i"
3747 msgstr ""
3748
3749 #: cfghooks.c:173
3750 #, c-format
3751 msgid "basic block %d pred edge is corrupted"
3752 msgstr ""
3753
3754 #: cfghooks.c:200
3755 #, c-format
3756 msgid "basic block %i edge lists are corrupted"
3757 msgstr ""
3758
3759 #: cfghooks.c:214
3760 msgid "verify_flow_info failed"
3761 msgstr ""
3762
3763 #: cfghooks.c:275
3764 #, c-format
3765 msgid "%s does not support redirect_edge_and_branch."
3766 msgstr ""
3767
3768 #: cfghooks.c:293
3769 #, c-format
3770 msgid "%s does not support redirect_edge_and_branch_force."
3771 msgstr ""
3772
3773 #: cfghooks.c:311
3774 #, c-format
3775 msgid "%s does not support split_block."
3776 msgstr ""
3777
3778 #: cfghooks.c:347
3779 #, c-format
3780 msgid "%s does not support move_block_after."
3781 msgstr ""
3782
3783 #: cfghooks.c:360
3784 #, c-format
3785 msgid "%s does not support delete_basic_block."
3786 msgstr ""
3787
3788 #: cfghooks.c:395
3789 #, c-format
3790 msgid "%s does not support split_edge."
3791 msgstr ""
3792
3793 #: cfghooks.c:456
3794 #, c-format
3795 msgid "%s does not support create_basic_block."
3796 msgstr ""
3797
3798 #: cfghooks.c:484
3799 #, c-format
3800 msgid "%s does not support can_merge_blocks_p."
3801 msgstr ""
3802
3803 #: cfghooks.c:495
3804 #, c-format
3805 msgid "%s does not support predict_edge."
3806 msgstr ""
3807
3808 #: cfghooks.c:504
3809 #, c-format
3810 msgid "%s does not support predicted_by_p."
3811 msgstr ""
3812
3813 #: cfghooks.c:518
3814 #, c-format
3815 msgid "%s does not support merge_blocks."
3816 msgstr ""
3817
3818 #: cfghooks.c:564
3819 #, c-format
3820 msgid "%s does not support make_forwarder_block."
3821 msgstr ""
3822
3823 #: cfghooks.c:670
3824 #, c-format
3825 msgid "%s does not support can_duplicate_block_p."
3826 msgstr ""
3827
3828 #: cfghooks.c:697
3829 #, c-format
3830 msgid "%s does not support duplicate_block."
3831 msgstr ""
3832
3833 #: cfghooks.c:763
3834 #, c-format
3835 msgid "%s does not support block_ends_with_call_p"
3836 msgstr ""
3837
3838 #: cfghooks.c:774
3839 #, c-format
3840 msgid "%s does not support block_ends_with_condjump_p"
3841 msgstr ""
3842
3843 #: cfghooks.c:792
3844 #, c-format
3845 msgid "%s does not support flow_call_edges_add"
3846 msgstr ""
3847
3848 #: cfgloop.c:1302
3849 #, c-format
3850 msgid "Size of loop %d should be %d, not %d."
3851 msgstr ""
3852
3853 #: cfgloop.c:1319
3854 #, c-format
3855 msgid "Bb %d do not belong to loop %d."
3856 msgstr ""
3857
3858 #: cfgloop.c:1336
3859 #, c-format
3860 msgid "Loop %d's header does not have exactly 2 entries."
3861 msgstr ""
3862
3863 #: cfgloop.c:1343
3864 #, c-format
3865 msgid "Loop %d's latch does not have exactly 1 successor."
3866 msgstr ""
3867
3868 #: cfgloop.c:1348
3869 #, c-format
3870 msgid "Loop %d's latch does not have header as successor."
3871 msgstr ""
3872
3873 #: cfgloop.c:1353
3874 #, c-format
3875 msgid "Loop %d's latch does not belong directly to it."
3876 msgstr ""
3877
3878 #: cfgloop.c:1359
3879 #, c-format
3880 msgid "Loop %d's header does not belong directly to it."
3881 msgstr ""
3882
3883 #: cfgloop.c:1365
3884 #, c-format
3885 msgid "Loop %d's latch is marked as part of irreducible region."
3886 msgstr ""
3887
3888 #: cfgloop.c:1398
3889 #, c-format
3890 msgid "Basic block %d should be marked irreducible."
3891 msgstr ""
3892
3893 #: cfgloop.c:1404
3894 #, c-format
3895 msgid "Basic block %d should not be marked irreducible."
3896 msgstr ""
3897
3898 #: cfgloop.c:1412
3899 #, c-format
3900 msgid "Edge from %d to %d should be marked irreducible."
3901 msgstr ""
3902
3903 #: cfgloop.c:1419
3904 #, c-format
3905 msgid "Edge from %d to %d should not be marked irreducible."
3906 msgstr ""
3907
3908 #: cfgloop.c:1454
3909 #, c-format
3910 msgid "Wrong single exit %d->%d recorded for loop %d."
3911 msgstr ""
3912
3913 #: cfgloop.c:1458
3914 #, c-format
3915 msgid "Right exit is %d->%d."
3916 msgstr ""
3917
3918 #: cfgloop.c:1475
3919 #, c-format
3920 msgid "Single exit not recorded for loop %d."
3921 msgstr ""
3922
3923 #: cfgloop.c:1482
3924 #, c-format
3925 msgid "Loop %d should not have single exit (%d -> %d)."
3926 msgstr ""
3927
3928 #: cfgrtl.c:1943
3929 #, c-format
3930 msgid "end insn %d for block %d not found in the insn stream"
3931 msgstr ""
3932
3933 #: cfgrtl.c:1957
3934 #, c-format
3935 msgid "insn %d is in multiple basic blocks (%d and %d)"
3936 msgstr ""
3937
3938 #: cfgrtl.c:1969
3939 #, c-format
3940 msgid "head insn %d for block %d not found in the insn stream"
3941 msgstr ""
3942
3943 #: cfgrtl.c:1993
3944 msgid "verify_flow_info: REG_BR_PROB does not match cfg %wi %i"
3945 msgstr ""
3946
3947 #: cfgrtl.c:2008
3948 #, c-format
3949 msgid "Fallthru edge crosses section boundary (bb %i)"
3950 msgstr ""
3951
3952 #: cfgrtl.c:2033
3953 #, c-format
3954 msgid "Missing REG_EH_REGION note in the end of bb %i"
3955 msgstr ""
3956
3957 #: cfgrtl.c:2041
3958 #, c-format
3959 msgid "Too many outgoing branch edges from bb %i"
3960 msgstr ""
3961
3962 #: cfgrtl.c:2046
3963 #, c-format
3964 msgid "Fallthru edge after unconditional jump %i"
3965 msgstr ""
3966
3967 #: cfgrtl.c:2057
3968 #, c-format
3969 msgid "Wrong amount of branch edges after conditional jump %i"
3970 msgstr ""
3971
3972 #: cfgrtl.c:2062
3973 #, c-format
3974 msgid "Call edges for non-call insn in bb %i"
3975 msgstr ""
3976
3977 #: cfgrtl.c:2071
3978 #, c-format
3979 msgid "Abnormal edges for no purpose in bb %i"
3980 msgstr ""
3981
3982 #: cfgrtl.c:2081
3983 #, c-format
3984 msgid "insn %d inside basic block %d but block_for_insn is NULL"
3985 msgstr ""
3986
3987 #: cfgrtl.c:2085
3988 #, c-format
3989 msgid "insn %d inside basic block %d but block_for_insn is %i"
3990 msgstr ""
3991
3992 #: cfgrtl.c:2099 cfgrtl.c:2109
3993 #, c-format
3994 msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
3995 msgstr ""
3996
3997 #: cfgrtl.c:2122
3998 #, c-format
3999 msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
4000 msgstr ""
4001
4002 #: cfgrtl.c:2132
4003 #, c-format
4004 msgid "in basic block %d:"
4005 msgstr ""
4006
4007 #: cfgrtl.c:2133
4008 msgid "flow control insn inside a basic block"
4009 msgstr ""
4010
4011 #: cfgrtl.c:2181
4012 #, c-format
4013 msgid "missing barrier after block %i"
4014 msgstr ""
4015
4016 #: cfgrtl.c:2194
4017 #, c-format
4018 msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
4019 msgstr ""
4020
4021 #: cfgrtl.c:2209
4022 #, c-format
4023 msgid "verify_flow_info: Incorrect fallthru %i->%i"
4024 msgstr ""
4025
4026 #: cfgrtl.c:2211
4027 msgid "wrong insn in the fallthru edge"
4028 msgstr ""
4029
4030 #: cfgrtl.c:2228
4031 msgid "basic blocks not laid down consecutively"
4032 msgstr ""
4033
4034 #: cfgrtl.c:2253
4035 msgid "insn outside basic block"
4036 msgstr ""
4037
4038 #: cfgrtl.c:2261
4039 msgid "return not followed by barrier"
4040 msgstr ""
4041
4042 #: cfgrtl.c:2268
4043 #, c-format
4044 msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
4045 msgstr ""
4046
4047 #: cgraph.c:231
4048 msgid "function body not available"
4049 msgstr ""
4050
4051 #: cgraph.c:233 cgraphunit.c:875
4052 msgid "redefined extern inline functions are not considered for inlining"
4053 msgstr ""
4054
4055 #: cgraph.c:236 cgraphunit.c:880
4056 msgid "function not considered for inlining"
4057 msgstr ""
4058
4059 #: cgraph.c:238 cgraphunit.c:878
4060 msgid "function not inlinable"
4061 msgstr ""
4062
4063 #: cgraph.c:578
4064 msgid "%D renamed after being referenced in assembly"
4065 msgstr ""
4066
4067 #: cgraphunit.c:726
4068 msgid "Shared call_expr:"
4069 msgstr ""
4070
4071 #: cgraphunit.c:732
4072 msgid "Edge points to wrong declaration:"
4073 msgstr ""
4074
4075 #: cgraphunit.c:741
4076 msgid "Missing callgraph edge for call expr:"
4077 msgstr ""
4078
4079 #: cgraphunit.c:767
4080 #, c-format
4081 msgid "Aux field set for edge %s->%s"
4082 msgstr ""
4083
4084 #: cgraphunit.c:779
4085 msgid "Inlined_to pointer is wrong"
4086 msgstr ""
4087
4088 #: cgraphunit.c:784
4089 msgid "Multiple inline callers"
4090 msgstr ""
4091
4092 #: cgraphunit.c:791
4093 msgid "Inlined_to pointer set for noninline callers"
4094 msgstr ""
4095
4096 #: cgraphunit.c:797
4097 msgid "Inlined_to pointer is set but no predecesors found"
4098 msgstr ""
4099
4100 #: cgraphunit.c:802
4101 msgid "Inlined_to pointer reffers to itself"
4102 msgstr ""
4103
4104 #: cgraphunit.c:812
4105 msgid "Node not found in DECL_ASSEMBLER_NAME hash"
4106 msgstr ""
4107
4108 #: cgraphunit.c:826
4109 #, c-format
4110 msgid "Edge %s->%s has no corresponding call_expr"
4111 msgstr ""
4112
4113 #: cgraphunit.c:837
4114 msgid "verify_cgraph_node failed."
4115 msgstr ""
4116
4117 #: cgraphunit.c:1021
4118 msgid "failed to reclaim unneeded function"
4119 msgstr ""
4120
4121 #: cgraphunit.c:1551
4122 msgid "--param large-function-growth limit reached"
4123 msgstr ""
4124
4125 #: cgraphunit.c:1588
4126 msgid "recursive inlining"
4127 msgstr ""
4128
4129 #: cgraphunit.c:1753 cgraphunit.c:2005
4130 msgid "--param max-inline-insns-single limit reached"
4131 msgstr ""
4132
4133 #: cgraphunit.c:1777
4134 msgid ""
4135 "--param max-inline-insns-single limit reached after inlining into the callee"
4136 msgstr ""
4137
4138 #: cgraphunit.c:1827
4139 msgid "--param inline-unit-growth limit reached"
4140 msgstr ""
4141
4142 #: cgraphunit.c:2865
4143 msgid "Nodes with no released memory found."
4144 msgstr ""
4145
4146 #: collect2.c:402 gcc.c:6742
4147 #, c-format
4148 msgid "internal gcc abort in %s, at %s:%d"
4149 msgstr ""
4150
4151 #: collect2.c:895
4152 msgid "no arguments"
4153 msgstr ""
4154
4155 #: collect2.c:1187
4156 #, c-format
4157 msgid "unknown demangling style '%s'"
4158 msgstr ""
4159
4160 #: collect2.c:1261 collect2.c:1409 collect2.c:1444
4161 #, c-format
4162 msgid "fopen %s"
4163 msgstr ""
4164
4165 #: collect2.c:1264 collect2.c:1414 collect2.c:1447
4166 #, c-format
4167 msgid "fclose %s"
4168 msgstr ""
4169
4170 #: collect2.c:1273
4171 #, c-format
4172 msgid "collect2 version %s"
4173 msgstr ""
4174
4175 #: collect2.c:1363
4176 #, c-format
4177 msgid "%d constructor(s) found\n"
4178 msgstr ""
4179
4180 #: collect2.c:1364
4181 #, c-format
4182 msgid "%d destructor(s)  found\n"
4183 msgstr ""
4184
4185 #: collect2.c:1365
4186 #, c-format
4187 msgid "%d frame table(s) found\n"
4188 msgstr ""
4189
4190 #: collect2.c:1507
4191 #, c-format
4192 msgid "%s terminated with signal %d [%s]%s"
4193 msgstr ""
4194
4195 #: collect2.c:1525
4196 #, c-format
4197 msgid "%s returned %d exit status"
4198 msgstr ""
4199
4200 #: collect2.c:1550
4201 #, c-format
4202 msgid "[cannot find %s]"
4203 msgstr ""
4204
4205 #: collect2.c:1565
4206 #, c-format
4207 msgid "cannot find `%s'"
4208 msgstr ""
4209
4210 #: collect2.c:1576 collect2.c:1579
4211 #, c-format
4212 msgid "redirecting stdout: %s"
4213 msgstr ""
4214
4215 #: collect2.c:1618
4216 #, c-format
4217 msgid "[Leaving %s]\n"
4218 msgstr ""
4219
4220 #: collect2.c:1838
4221 #, c-format
4222 msgid ""
4223 "\n"
4224 "write_c_file - output name is %s, prefix is %s\n"
4225 msgstr ""
4226
4227 #: collect2.c:2042
4228 msgid "cannot find `nm'"
4229 msgstr ""
4230
4231 #: collect2.c:2052 collect2.c:2218
4232 msgid "pipe"
4233 msgstr ""
4234
4235 #: collect2.c:2056 collect2.c:2222
4236 msgid "fdopen"
4237 msgstr ""
4238
4239 #: collect2.c:2082 collect2.c:2248
4240 #, c-format
4241 msgid "dup2 %d 1"
4242 msgstr ""
4243
4244 #: collect2.c:2085 collect2.c:2088 collect2.c:2101 collect2.c:2251
4245 #: collect2.c:2254 collect2.c:2267
4246 #, c-format
4247 msgid "close %d"
4248 msgstr ""
4249
4250 #: collect2.c:2091 collect2.c:2257
4251 #, c-format
4252 msgid "execv %s"
4253 msgstr ""
4254
4255 #: collect2.c:2145
4256 #, c-format
4257 msgid "init function found in object %s"
4258 msgstr ""
4259
4260 #: collect2.c:2153
4261 #, c-format
4262 msgid "fini function found in object %s"
4263 msgstr ""
4264
4265 #: collect2.c:2176 collect2.c:2306
4266 msgid "fclose"
4267 msgstr ""
4268
4269 #: collect2.c:2209
4270 msgid "cannot find `ldd'"
4271 msgstr ""
4272
4273 #: collect2.c:2270
4274 msgid ""
4275 "\n"
4276 "ldd output with constructors/destructors.\n"
4277 msgstr ""
4278
4279 #: collect2.c:2285
4280 #, c-format
4281 msgid "dynamic dependency %s not found"
4282 msgstr ""
4283
4284 #: collect2.c:2297
4285 #, c-format
4286 msgid "unable to open dynamic dependency '%s'"
4287 msgstr ""
4288
4289 #: collect2.c:2456
4290 #, c-format
4291 msgid "%s: not a COFF file"
4292 msgstr ""
4293
4294 #: collect2.c:2576
4295 #, c-format
4296 msgid "%s: cannot open as COFF file"
4297 msgstr ""
4298
4299 #: collect2.c:2631
4300 #, c-format
4301 msgid "library lib%s not found"
4302 msgstr ""
4303
4304 #: combine.c:12364
4305 #, c-format
4306 msgid ""
4307 ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new "
4308 "space),\n"
4309 ";; %d successes.\n"
4310 "\n"
4311 msgstr ""
4312
4313 #: combine.c:12373
4314 #, c-format
4315 msgid ""
4316 "\n"
4317 ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
4318 ";; %d successes.\n"
4319 msgstr ""
4320
4321 #: convert.c:69
4322 msgid "cannot convert to a pointer type"
4323 msgstr ""
4324
4325 #: convert.c:302
4326 msgid "pointer value used where a floating point value was expected"
4327 msgstr ""
4328
4329 #: convert.c:306
4330 msgid "aggregate value used where a float was expected"
4331 msgstr ""
4332
4333 #: convert.c:331
4334 msgid "conversion to incomplete type"
4335 msgstr ""
4336
4337 #: convert.c:660 convert.c:736
4338 msgid "can't convert between vector values of different size"
4339 msgstr ""
4340
4341 #: convert.c:666
4342 msgid "aggregate value used where an integer was expected"
4343 msgstr ""
4344
4345 #: convert.c:716
4346 msgid "pointer value used where a complex was expected"
4347 msgstr ""
4348
4349 #: convert.c:720
4350 msgid "aggregate value used where a complex was expected"
4351 msgstr ""
4352
4353 #: convert.c:742
4354 msgid "can't convert value to a vector"
4355 msgstr ""
4356
4357 #: coverage.c:168
4358 #, c-format
4359 msgid "%qs is not a gcov data file"
4360 msgstr ""
4361
4362 #: coverage.c:179
4363 msgid "%qs is version %q.*s, expected version %q.*s"
4364 msgstr ""
4365
4366 #: coverage.c:259 coverage.c:267
4367 #, c-format
4368 msgid "coverage mismatch for function %u while reading execution counters."
4369 msgstr ""
4370
4371 #: coverage.c:261 coverage.c:344
4372 #, c-format
4373 msgid "checksum is %x instead of %x"
4374 msgstr ""
4375
4376 #: coverage.c:269 coverage.c:352
4377 #, c-format
4378 msgid "number of counters is %d instead of %d"
4379 msgstr ""
4380
4381 #: coverage.c:275
4382 #, c-format
4383 msgid "cannot merge separate %s counters for function %u"
4384 msgstr ""
4385
4386 #: coverage.c:296
4387 #, c-format
4388 msgid "%qs has overflowed"
4389 msgstr ""
4390
4391 #: coverage.c:296
4392 #, c-format
4393 msgid "%qs is corrupted"
4394 msgstr ""
4395
4396 #: coverage.c:333
4397 #, c-format
4398 msgid "no coverage for function %qs found."
4399 msgstr ""
4400
4401 #: coverage.c:341 coverage.c:349
4402 #, c-format
4403 msgid "coverage mismatch for function %qs while reading counter %qs."
4404 msgstr ""
4405
4406 #: coverage.c:532
4407 #, c-format
4408 msgid "cannot open %s"
4409 msgstr ""
4410
4411 #: coverage.c:567
4412 #, c-format
4413 msgid "error writing %qs"
4414 msgstr ""
4415
4416 #: cppspec.c:106
4417 #, c-format
4418 msgid "\"%s\" is not a valid option to the preprocessor"
4419 msgstr ""
4420
4421 #: cppspec.c:128
4422 msgid "too many input files"
4423 msgstr ""
4424
4425 #: cse.c:6733
4426 #, c-format
4427 msgid ";; Processing block from %d to %d, %d sets.\n"
4428 msgstr ""
4429
4430 #: diagnostic.c:168
4431 #, c-format
4432 msgid "%s:%d: confused by earlier errors, bailing out\n"
4433 msgstr ""
4434
4435 #: diagnostic.c:228
4436 msgid "compilation terminated due to -Wfatal-errors.\n"
4437 msgstr ""
4438
4439 #: diagnostic.c:237
4440 #, c-format
4441 msgid ""
4442 "Please submit a full bug report,\n"
4443 "with preprocessed source if appropriate.\n"
4444 "See %s for instructions.\n"
4445 msgstr ""
4446
4447 #: diagnostic.c:246
4448 msgid "compilation terminated.\n"
4449 msgstr ""
4450
4451 #: diagnostic.c:537
4452 msgid "Internal compiler error: Error reporting routines re-entered.\n"
4453 msgstr ""
4454
4455 #: diagnostic.c:556
4456 #, c-format
4457 msgid "in %s, at %s:%d"
4458 msgstr ""
4459
4460 #: dominance.c:836
4461 #, c-format
4462 msgid "dominator of %d status unknown"
4463 msgstr ""
4464
4465 #: dominance.c:838
4466 #, c-format
4467 msgid "dominator of %d should be %d, not %d"
4468 msgstr ""
4469
4470 #: dominance.c:851
4471 #, c-format
4472 msgid "ENTRY does not dominate bb %d"
4473 msgstr ""
4474
4475 #: dwarf2out.c:3362
4476 #, c-format
4477 msgid "DW_LOC_OP %s not implemented\n"
4478 msgstr ""
4479
4480 #: emit-rtl.c:1178
4481 msgid "can't access real part of complex value in hard register"
4482 msgstr ""
4483
4484 #: emit-rtl.c:1205
4485 msgid "can't access imaginary part of complex value in hard register"
4486 msgstr ""
4487
4488 #: emit-rtl.c:2285
4489 msgid "Invalid rtl sharing found in the insn"
4490 msgstr ""
4491
4492 #: emit-rtl.c:2287
4493 msgid "Shared rtx"
4494 msgstr ""
4495
4496 #: emit-rtl.c:2289
4497 msgid "Internal consistency failure"
4498 msgstr ""
4499
4500 #: emit-rtl.c:3436
4501 msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
4502 msgstr ""
4503
4504 #: errors.c:133 java/jv-scan.c:294
4505 #, c-format
4506 msgid "abort in %s, at %s:%d"
4507 msgstr ""
4508
4509 #: except.c:346
4510 msgid "exception handling disabled, use -fexceptions to enable"
4511 msgstr ""
4512
4513 #: except.c:2934
4514 msgid "argument of %<__builtin_eh_return_regno%> must be constant"
4515 msgstr ""
4516
4517 #: except.c:3065
4518 msgid "__builtin_eh_return not supported on this target"
4519 msgstr ""
4520
4521 #: explow.c:1351
4522 msgid "stack limits not supported on this target"
4523 msgstr ""
4524
4525 #: final.c:1060
4526 msgid "negative insn length"
4527 msgstr ""
4528
4529 #: final.c:2500
4530 msgid "could not split insn"
4531 msgstr ""
4532
4533 #: final.c:2835
4534 msgid "invalid `asm': "
4535 msgstr ""
4536
4537 #: final.c:3018
4538 msgid "nested assembly dialect alternatives"
4539 msgstr ""
4540
4541 #: final.c:3035 final.c:3047
4542 msgid "unterminated assembly dialect alternative"
4543 msgstr ""
4544
4545 #: final.c:3094
4546 #, c-format
4547 msgid "operand number missing after %%-letter"
4548 msgstr ""
4549
4550 #: final.c:3097 final.c:3138
4551 msgid "operand number out of range"
4552 msgstr ""
4553
4554 #: final.c:3157
4555 #, c-format
4556 msgid "invalid %%-code"
4557 msgstr ""
4558
4559 #: final.c:3187
4560 #, c-format
4561 msgid "`%%l' operand isn't a label"
4562 msgstr ""
4563
4564 #. We can't handle floating point constants;
4565 #. PRINT_OPERAND must handle them.
4566 #. We can't handle floating point constants; PRINT_OPERAND must
4567 #. handle them.
4568 #. We can't handle floating point constants;
4569 #. PRINT_OPERAND must handle them.
4570 #: final.c:3289 vmsdbgout.c:487 config/i386/i386.c:5835
4571 #: config/pdp11/pdp11.c:1690
4572 msgid "floating constant misused"
4573 msgstr ""
4574
4575 #: final.c:3345 vmsdbgout.c:544 config/i386/i386.c:5913
4576 #: config/pdp11/pdp11.c:1737
4577 msgid "invalid expression as operand"
4578 msgstr ""
4579
4580 #: flow.c:494 flow.c:518 flow.c:539
4581 msgid "internal consistency failure"
4582 msgstr ""
4583
4584 #: flow.c:1559
4585 msgid "Attempt to delete prologue/epilogue insn:"
4586 msgstr ""
4587
4588 #: fold-const.c:3190 fold-const.c:3201
4589 #, c-format
4590 msgid "comparison is always %d due to width of bit-field"
4591 msgstr ""
4592
4593 #: fold-const.c:4761 fold-const.c:4776
4594 #, c-format
4595 msgid "comparison is always %d"
4596 msgstr ""
4597
4598 #: fold-const.c:4905
4599 msgid "%<or%> of unmatched not-equal tests is always 1"
4600 msgstr ""
4601
4602 #: fold-const.c:4910
4603 msgid "%<and%> of mutually exclusive equal-tests is always 0"
4604 msgstr ""
4605
4606 #: fold-const.c:9031
4607 msgid "fold check: original tree changed by fold"
4608 msgstr ""
4609
4610 #: function.c:834 varasm.c:1551
4611 msgid "%Jsize of variable %qD is too large"
4612 msgstr ""
4613
4614 #: function.c:1435
4615 msgid "impossible constraint in %<asm%>"
4616 msgstr ""
4617
4618 #: function.c:3461
4619 msgid "%Jvariable %qD might be clobbered by %<longjmp%> or %<vfork%>"
4620 msgstr ""
4621
4622 #: function.c:3482
4623 msgid "%Jargument %qD might be clobbered by %<longjmp%> or %<vfork%>"
4624 msgstr ""
4625
4626 #: function.c:3873
4627 msgid "function returns an aggregate"
4628 msgstr ""
4629
4630 #: function.c:4206
4631 msgid "%Junused parameter %qD"
4632 msgstr ""
4633
4634 #: gcc.c:1240
4635 #, c-format
4636 msgid "ambiguous abbreviation %s"
4637 msgstr ""
4638
4639 #: gcc.c:1267
4640 #, c-format
4641 msgid "incomplete `%s' option"
4642 msgstr ""
4643
4644 #: gcc.c:1278
4645 #, c-format
4646 msgid "missing argument to `%s' option"
4647 msgstr ""
4648
4649 #: gcc.c:1291
4650 #, c-format
4651 msgid "extraneous argument to `%s' option"
4652 msgstr ""
4653
4654 #: gcc.c:1635
4655 msgid "Using built-in specs.\n"
4656 msgstr ""
4657
4658 #: gcc.c:1823
4659 #, c-format
4660 msgid ""
4661 "Setting spec %s to '%s'\n"
4662 "\n"
4663 msgstr ""
4664
4665 #: gcc.c:1932
4666 #, c-format
4667 msgid "Reading specs from %s\n"
4668 msgstr ""
4669
4670 #: gcc.c:2028 gcc.c:2047
4671 #, c-format
4672 msgid "specs %%include syntax malformed after %ld characters"
4673 msgstr ""
4674
4675 #: gcc.c:2055
4676 #, c-format
4677 msgid "could not find specs file %s\n"
4678 msgstr ""
4679
4680 #: gcc.c:2072 gcc.c:2080 gcc.c:2089 gcc.c:2098
4681 #, c-format
4682 msgid "specs %%rename syntax malformed after %ld characters"
4683 msgstr ""
4684
4685 #: gcc.c:2107
4686 #, c-format
4687 msgid "specs %s spec was not found to be renamed"
4688 msgstr ""
4689
4690 #: gcc.c:2114
4691 #, c-format
4692 msgid "%s: attempt to rename spec '%s' to already defined spec '%s'"
4693 msgstr ""
4694
4695 #: gcc.c:2119
4696 #, c-format
4697 msgid "rename spec %s to %s\n"
4698 msgstr ""
4699
4700 #: gcc.c:2121
4701 #, c-format
4702 msgid ""
4703 "spec is '%s'\n"
4704 "\n"
4705 msgstr ""
4706
4707 #: gcc.c:2134
4708 #, c-format
4709 msgid "specs unknown %% command after %ld characters"
4710 msgstr ""
4711
4712 #: gcc.c:2145 gcc.c:2158
4713 #, c-format
4714 msgid "specs file malformed after %ld characters"
4715 msgstr ""
4716
4717 #: gcc.c:2211
4718 msgid "spec file has no spec for linking"
4719 msgstr ""
4720
4721 #: gcc.c:2633
4722 #, c-format
4723 msgid "system path `%s' is not absolute"
4724 msgstr ""
4725
4726 #: gcc.c:2696
4727 msgid "-pipe not supported"
4728 msgstr ""
4729
4730 #: gcc.c:2758
4731 msgid ""
4732 "\n"
4733 "Go ahead? (y or n) "
4734 msgstr ""
4735
4736 #: gcc.c:2883
4737 #, c-format
4738 msgid ""
4739 "Internal error: %s (program %s)\n"
4740 "Please submit a full bug report.\n"
4741 "See %s for instructions."
4742 msgstr ""
4743
4744 #: gcc.c:2901
4745 #, c-format
4746 msgid "# %s %.2f %.2f\n"
4747 msgstr ""
4748
4749 #: gcc.c:3031
4750 #, c-format
4751 msgid "Usage: %s [options] file...\n"
4752 msgstr ""
4753
4754 #: gcc.c:3032
4755 msgid "Options:\n"
4756 msgstr ""
4757
4758 #: gcc.c:3034
4759 msgid "  -pass-exit-codes         Exit with highest error code from a phase\n"
4760 msgstr ""
4761
4762 #: gcc.c:3035
4763 msgid "  --help                   Display this information\n"
4764 msgstr ""
4765
4766 #: gcc.c:3036
4767 msgid ""
4768 "  --target-help            Display target specific command line options\n"
4769 msgstr ""
4770
4771 #: gcc.c:3038
4772 msgid "  (Use '-v --help' to display command line options of sub-processes)\n"
4773 msgstr ""
4774
4775 #: gcc.c:3039
4776 msgid "  -dumpspecs               Display all of the built in spec strings\n"
4777 msgstr ""
4778
4779 #: gcc.c:3040
4780 msgid "  -dumpversion             Display the version of the compiler\n"
4781 msgstr ""
4782
4783 #: gcc.c:3041
4784 msgid "  -dumpmachine             Display the compiler's target processor\n"
4785 msgstr ""
4786
4787 #: gcc.c:3042
4788 msgid ""
4789 "  -print-search-dirs       Display the directories in the compiler's search "
4790 "path\n"
4791 msgstr ""
4792
4793 #: gcc.c:3043
4794 msgid ""
4795 "  -print-libgcc-file-name  Display the name of the compiler's companion "
4796 "library\n"
4797 msgstr ""
4798
4799 #: gcc.c:3044
4800 msgid "  -print-file-name=<lib>   Display the full path to library <lib>\n"
4801 msgstr ""
4802
4803 #: gcc.c:3045
4804 msgid ""
4805 "  -print-prog-name=<prog>  Display the full path to compiler component "
4806 "<prog>\n"
4807 msgstr ""
4808
4809 #: gcc.c:3046
4810 msgid ""
4811 "  -print-multi-directory   Display the root directory for versions of "
4812 "libgcc\n"
4813 msgstr ""
4814
4815 #: gcc.c:3047
4816 msgid ""
4817 "  -print-multi-lib         Display the mapping between command line options "
4818 "and\n"
4819 "                           multiple library search directories\n"
4820 msgstr ""
4821
4822 #: gcc.c:3050
4823 msgid "  -print-multi-os-directory Display the relative path to OS libraries\n"
4824 msgstr ""
4825
4826 #: gcc.c:3051
4827 msgid ""
4828 "  -Wa,<options>            Pass comma-separated <options> on to the "
4829 "assembler\n"
4830 msgstr ""
4831
4832 #: gcc.c:3052
4833 msgid ""
4834 "  -Wp,<options>            Pass comma-separated <options> on to the "
4835 "preprocessor\n"
4836 msgstr ""
4837
4838 #: gcc.c:3053
4839 msgid ""
4840 "  -Wl,<options>            Pass comma-separated <options> on to the linker\n"
4841 msgstr ""
4842
4843 #: gcc.c:3054
4844 msgid "  -Xassembler <arg>        Pass <arg> on to the assembler\n"
4845 msgstr ""
4846
4847 #: gcc.c:3055
4848 msgid "  -Xpreprocessor <arg>     Pass <arg> on to the preprocessor\n"
4849 msgstr ""
4850
4851 #: gcc.c:3056
4852 msgid "  -Xlinker <arg>           Pass <arg> on to the linker\n"
4853 msgstr ""
4854
4855 #: gcc.c:3057
4856 msgid ""
4857 "  -combine                 Pass multiple source files to compiler at once\n"
4858 msgstr ""
4859
4860 #: gcc.c:3058
4861 msgid "  -save-temps              Do not delete intermediate files\n"
4862 msgstr ""
4863
4864 #: gcc.c:3059
4865 msgid "  -pipe                    Use pipes rather than intermediate files\n"
4866 msgstr ""
4867
4868 #: gcc.c:3060
4869 msgid "  -time                    Time the execution of each subprocess\n"
4870 msgstr ""
4871
4872 #: gcc.c:3061
4873 msgid ""
4874 "  -specs=<file>            Override built-in specs with the contents of "
4875 "<file>\n"
4876 msgstr ""
4877
4878 #: gcc.c:3062
4879 msgid ""
4880 "  -std=<standard>          Assume that the input sources are for <standard>\n"
4881 msgstr ""
4882
4883 #: gcc.c:3063
4884 msgid ""
4885 "  -B <directory>           Add <directory> to the compiler's search paths\n"
4886 msgstr ""
4887
4888 #: gcc.c:3064
4889 msgid "  -b <machine>             Run gcc for target <machine>, if installed\n"
4890 msgstr ""
4891
4892 #: gcc.c:3065
4893 msgid ""
4894 "  -V <version>             Run gcc version number <version>, if installed\n"
4895 msgstr ""
4896
4897 #: gcc.c:3066
4898 msgid ""
4899 "  -v                       Display the programs invoked by the compiler\n"
4900 msgstr ""
4901
4902 #: gcc.c:3067
4903 msgid ""
4904 "  -###                     Like -v but options quoted and commands not "
4905 "executed\n"
4906 msgstr ""
4907
4908 #: gcc.c:3068
4909 msgid ""
4910 "  -E                       Preprocess only; do not compile, assemble or "
4911 "link\n"
4912 msgstr ""
4913
4914 #: gcc.c:3069
4915 msgid "  -S                       Compile only; do not assemble or link\n"
4916 msgstr ""
4917
4918 #: gcc.c:3070
4919 msgid "  -c                       Compile and assemble, but do not link\n"
4920 msgstr ""
4921
4922 #: gcc.c:3071
4923 msgid "  -o <file>                Place the output into <file>\n"
4924 msgstr ""
4925
4926 #: gcc.c:3072
4927 msgid ""
4928 "  -x <language>            Specify the language of the following input "
4929 "files\n"
4930 "                           Permissible languages include: c c++ assembler "
4931 "none\n"
4932 "                           'none' means revert to the default behavior of\n"
4933 "                           guessing the language based on the file's "
4934 "extension\n"
4935 msgstr ""
4936
4937 #: gcc.c:3079
4938 #, c-format
4939 msgid ""
4940 "\n"
4941 "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
4942 " passed on to the various sub-processes invoked by %s.  In order to pass\n"
4943 " other options on to these processes the -W<letter> options must be used.\n"
4944 msgstr ""
4945
4946 #: gcc.c:3199
4947 #, c-format
4948 msgid "`-%c' option must have argument"
4949 msgstr ""
4950
4951 #: gcc.c:3221
4952 #, c-format
4953 msgid "couldn't run `%s': %s"
4954 msgstr ""
4955
4956 #. translate_options () has turned --version into -fversion.
4957 #: gcc.c:3406
4958 #, c-format
4959 msgid "%s (GCC) %s\n"
4960 msgstr ""
4961
4962 #: gcc.c:3408 gcov.c:412 java/gjavah.c:2326 java/jcf-dump.c:916
4963 #: java/jv-scan.c:128
4964 msgid "(C)"
4965 msgstr ""
4966
4967 #: gcc.c:3409 java/gjavah.c:2327 java/jcf-dump.c:917 java/jv-scan.c:129
4968 #, c-format
4969 msgid ""
4970 "This is free software; see the source for copying conditions.  There is NO\n"
4971 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
4972 "\n"
4973 msgstr ""
4974
4975 #: gcc.c:3510
4976 msgid "argument to `-Xlinker' is missing"
4977 msgstr ""
4978
4979 #: gcc.c:3518
4980 msgid "argument to `-Xpreprocessor' is missing"
4981 msgstr ""
4982
4983 #: gcc.c:3525
4984 msgid "argument to `-Xassembler' is missing"
4985 msgstr ""
4986
4987 #: gcc.c:3532
4988 msgid "argument to `-l' is missing"
4989 msgstr ""
4990
4991 #: gcc.c:3553
4992 msgid "argument to `-specs' is missing"
4993 msgstr ""
4994
4995 #: gcc.c:3567
4996 msgid "argument to `-specs=' is missing"
4997 msgstr ""
4998
4999 #: gcc.c:3604
5000 #, c-format
5001 msgid "`-%c' must come at the start of the command line"
5002 msgstr ""
5003
5004 #: gcc.c:3613
5005 msgid "argument to `-B' is missing"
5006 msgstr ""
5007
5008 #: gcc.c:3786
5009 msgid "warning: -pipe ignored because -save-temps specified"
5010 msgstr ""
5011
5012 #: gcc.c:3790
5013 msgid "warning: -pipe ignored because -time specified"
5014 msgstr ""
5015
5016 #: gcc.c:4002
5017 msgid "argument to `-x' is missing"
5018 msgstr ""
5019
5020 #: gcc.c:4030
5021 #, c-format
5022 msgid "argument to `-%s' is missing"
5023 msgstr ""
5024
5025 #: gcc.c:4091
5026 #, c-format
5027 msgid "warning: `-x %s' after last input file has no effect"
5028 msgstr ""
5029
5030 #: gcc.c:4368
5031 #, c-format
5032 msgid "switch '%s' does not start with '-'"
5033 msgstr ""
5034
5035 #: gcc.c:4595
5036 #, c-format
5037 msgid "spec '%s' invalid"
5038 msgstr ""
5039
5040 #: gcc.c:4661
5041 #, c-format
5042 msgid "%s\n"
5043 msgstr ""
5044
5045 #: gcc.c:4734
5046 #, c-format
5047 msgid "spec '%s' has invalid `%%0%c'"
5048 msgstr ""
5049
5050 #: gcc.c:4931
5051 #, c-format
5052 msgid "spec `%s' has invalid `%%W%c"
5053 msgstr ""
5054
5055 #: gcc.c:4962
5056 #, c-format
5057 msgid "spec `%s' has invalid `%%x%c'"
5058 msgstr ""
5059
5060 #. Catch the case where a spec string contains something like
5061 #. '%{foo:%*}'.  i.e. there is no * in the pattern on the left
5062 #. hand side of the :.
5063 #: gcc.c:5174
5064 #, c-format
5065 msgid "spec failure: '%%*' has not been initialized by pattern match"
5066 msgstr ""
5067
5068 #: gcc.c:5183
5069 #, c-format
5070 msgid "warning: use of obsolete %%[ operator in specs"
5071 msgstr ""
5072
5073 #: gcc.c:5201
5074 #, c-format
5075 msgid "Processing spec %c%s%c, which is '%s'\n"
5076 msgstr ""
5077
5078 #: gcc.c:5264
5079 #, c-format
5080 msgid "spec failure: unrecognized spec option '%c'"
5081 msgstr ""
5082
5083 #: gcc.c:5343
5084 #, c-format
5085 msgid "unknown spec function `%s'"
5086 msgstr ""
5087
5088 #: gcc.c:5362
5089 #, c-format
5090 msgid "error in args to spec function `%s'"
5091 msgstr ""
5092
5093 #: gcc.c:5410
5094 msgid "malformed spec function name"
5095 msgstr ""
5096
5097 #. )
5098 #: gcc.c:5413
5099 msgid "no arguments for spec function"
5100 msgstr ""
5101
5102 #: gcc.c:5432
5103 msgid "malformed spec function arguments"
5104 msgstr ""
5105
5106 #: gcc.c:5655
5107 #, c-format
5108 msgid "braced spec `%s' is invalid at `%c'"
5109 msgstr ""
5110
5111 #: gcc.c:5743
5112 #, c-format
5113 msgid "braced spec body `%s' is invalid"
5114 msgstr ""
5115
5116 #: gcc.c:6169
5117 msgid "spec failure: more than one arg to SYSROOT_SUFFIX_SPEC."
5118 msgstr ""
5119
5120 #: gcc.c:6179
5121 msgid "spec failure: more than one arg to SYSROOT_HEADERS_SUFFIX_SPEC."
5122 msgstr ""
5123
5124 #: gcc.c:6272
5125 #, c-format
5126 msgid "unrecognized option `-%s'"
5127 msgstr ""
5128
5129 #: gcc.c:6278
5130 #, c-format
5131 msgid "install: %s%s\n"
5132 msgstr ""
5133
5134 #: gcc.c:6279
5135 #, c-format
5136 msgid "programs: %s\n"
5137 msgstr ""
5138
5139 #: gcc.c:6280
5140 #, c-format
5141 msgid "libraries: %s\n"
5142 msgstr ""
5143
5144 #: gcc.c:6337
5145 #, c-format
5146 msgid ""
5147 "\n"
5148 "For bug reporting instructions, please see:\n"
5149 msgstr ""
5150
5151 #: gcc.c:6353
5152 #, c-format
5153 msgid "Configured with: %s\n"
5154 msgstr ""
5155
5156 #: gcc.c:6367
5157 #, c-format
5158 msgid "Thread model: %s\n"
5159 msgstr ""
5160
5161 #: gcc.c:6378
5162 #, c-format
5163 msgid "gcc version %s\n"
5164 msgstr ""
5165
5166 #: gcc.c:6380
5167 #, c-format
5168 msgid "gcc driver version %s executing gcc version %s\n"
5169 msgstr ""
5170
5171 #: gcc.c:6388
5172 msgid "no input files"
5173 msgstr ""
5174
5175 #: gcc.c:6459 gcc.c:6522
5176 #, c-format
5177 msgid "%s: %s compiler not installed on this system"
5178 msgstr ""
5179
5180 #: gcc.c:6468
5181 #, c-format
5182 msgid "spec `%s' is invalid"
5183 msgstr ""
5184
5185 #: gcc.c:6605
5186 #, c-format
5187 msgid "%s: linker input file unused because linking not done"
5188 msgstr ""
5189
5190 #: gcc.c:6645
5191 #, c-format
5192 msgid "language %s not recognized"
5193 msgstr ""
5194
5195 #: gcc.c:6716
5196 #, c-format
5197 msgid "%s: %s"
5198 msgstr ""
5199
5200 #: gcc.c:6936
5201 #, c-format
5202 msgid "multilib spec `%s' is invalid"
5203 msgstr ""
5204
5205 #: gcc.c:7128
5206 #, c-format
5207 msgid "multilib exclusions `%s' is invalid"
5208 msgstr ""
5209
5210 #: gcc.c:7186 gcc.c:7327
5211 #, c-format
5212 msgid "multilib select `%s' is invalid"
5213 msgstr ""
5214
5215 #: gcc.c:7365
5216 #, c-format
5217 msgid "multilib exclusion `%s' is invalid"
5218 msgstr ""
5219
5220 #: gcov.c:385
5221 msgid ""
5222 "Usage: gcov [OPTION]... SOURCEFILE\n"
5223 "\n"
5224 msgstr ""
5225
5226 #: gcov.c:386
5227 msgid ""
5228 "Print code coverage information.\n"
5229 "\n"
5230 msgstr ""
5231
5232 #: gcov.c:387
5233 msgid "  -h, --help                      Print this help, then exit\n"
5234 msgstr ""
5235
5236 #: gcov.c:388
5237 msgid "  -v, --version                   Print version number, then exit\n"
5238 msgstr ""
5239
5240 #: gcov.c:389
5241 msgid ""
5242 "  -a, --all-blocks                Show information for every basic block\n"
5243 msgstr ""
5244
5245 #: gcov.c:390
5246 msgid ""
5247 "  -b, --branch-probabilities      Include branch probabilities in output\n"
5248 msgstr ""
5249
5250 #: gcov.c:391
5251 msgid ""
5252 "  -c, --branch-counts             Given counts of branches taken\n"
5253 "                                    rather than percentages\n"
5254 msgstr ""
5255
5256 #: gcov.c:393
5257 msgid "  -n, --no-output                 Do not create an output file\n"
5258 msgstr ""
5259
5260 #: gcov.c:394
5261 msgid ""
5262 "  -l, --long-file-names           Use long output file names for included\n"
5263 "                                    source files\n"
5264 msgstr ""
5265
5266 #: gcov.c:396
5267 msgid "  -f, --function-summaries        Output summaries for each function\n"
5268 msgstr ""
5269
5270 #: gcov.c:397
5271 msgid ""
5272 "  -o, --object-directory DIR|FILE Search for object files in DIR or called "
5273 "FILE\n"
5274 msgstr ""
5275
5276 #: gcov.c:398
5277 msgid "  -p, --preserve-paths            Preserve all pathname components\n"
5278 msgstr ""
5279
5280 #: gcov.c:399
5281 msgid ""
5282 "  -u, --unconditional-branches    Show unconditional branch counts too\n"
5283 msgstr ""
5284
5285 #: gcov.c:400
5286 #, c-format
5287 msgid ""
5288 "\n"
5289 "For bug reporting instructions, please see:\n"
5290 "%s.\n"
5291 msgstr ""
5292
5293 #: gcov.c:410
5294 #, c-format
5295 msgid "gcov (GCC) %s\n"
5296 msgstr ""
5297
5298 #: gcov.c:414
5299 msgid ""
5300 "This is free software; see the source for copying conditions.\n"
5301 "There is NO warranty; not even for MERCHANTABILITY or \n"
5302 "FITNESS FOR A PARTICULAR PURPOSE.\n"
5303 "\n"
5304 msgstr ""
5305
5306 #: gcov.c:504
5307 #, c-format
5308 msgid "%s:no functions found\n"
5309 msgstr ""
5310
5311 #: gcov.c:525 gcov.c:553
5312 msgid "\n"
5313 msgstr ""
5314
5315 #: gcov.c:540
5316 #, c-format
5317 msgid "%s:creating `%s'\n"
5318 msgstr ""
5319
5320 #: gcov.c:544
5321 #, c-format
5322 msgid "%s:error writing output file `%s'\n"
5323 msgstr ""
5324
5325 #: gcov.c:549
5326 #, c-format
5327 msgid "%s:could not open output file `%s'\n"
5328 msgstr ""
5329
5330 #: gcov.c:700
5331 #, c-format
5332 msgid "%s:cannot open graph file\n"
5333 msgstr ""
5334
5335 #: gcov.c:706
5336 #, c-format
5337 msgid "%s:not a gcov graph file\n"
5338 msgstr ""
5339
5340 #: gcov.c:719
5341 #, c-format
5342 msgid "%s:version `%.4s', prefer `%.4s'\n"
5343 msgstr ""
5344
5345 #: gcov.c:771
5346 #, c-format
5347 msgid "%s:already seen blocks for `%s'\n"
5348 msgstr ""
5349
5350 #: gcov.c:889 gcov.c:1045
5351 #, c-format
5352 msgid "%s:corrupted\n"
5353 msgstr ""
5354
5355 #: gcov.c:963
5356 #, c-format
5357 msgid "%s:cannot open data file\n"
5358 msgstr ""
5359
5360 #: gcov.c:968
5361 #, c-format
5362 msgid "%s:not a gcov data file\n"
5363 msgstr ""
5364
5365 #: gcov.c:981
5366 #, c-format
5367 msgid "%s:version `%.4s', prefer version `%.4s'\n"
5368 msgstr ""
5369
5370 #: gcov.c:987
5371 #, c-format
5372 msgid "%s:stamp mismatch with graph file\n"
5373 msgstr ""
5374
5375 #: gcov.c:1013
5376 #, c-format
5377 msgid "%s:unknown function `%u'\n"
5378 msgstr ""
5379
5380 #: gcov.c:1026
5381 #, c-format
5382 msgid "%s:profile mismatch for `%s'\n"
5383 msgstr ""
5384
5385 #: gcov.c:1045
5386 #, c-format
5387 msgid "%s:overflowed\n"
5388 msgstr ""
5389
5390 #: gcov.c:1069
5391 #, c-format
5392 msgid "%s:`%s' lacks entry and/or exit blocks\n"
5393 msgstr ""
5394
5395 #: gcov.c:1074
5396 #, c-format
5397 msgid "%s:`%s' has arcs to entry block\n"
5398 msgstr ""
5399
5400 #: gcov.c:1082
5401 #, c-format
5402 msgid "%s:`%s' has arcs from exit block\n"
5403 msgstr ""
5404
5405 #: gcov.c:1290
5406 #, c-format
5407 msgid "%s:graph is unsolvable for `%s'\n"
5408 msgstr ""
5409
5410 #: gcov.c:1370
5411 #, c-format
5412 msgid "%s `%s'\n"
5413 msgstr ""
5414
5415 #: gcov.c:1373
5416 #, c-format
5417 msgid "Lines executed:%s of %d\n"
5418 msgstr ""
5419
5420 #: gcov.c:1377
5421 msgid "No executable lines\n"
5422 msgstr ""
5423
5424 #: gcov.c:1383
5425 #, c-format
5426 msgid "Branches executed:%s of %d\n"
5427 msgstr ""
5428
5429 #: gcov.c:1387
5430 #, c-format
5431 msgid "Taken at least once:%s of %d\n"
5432 msgstr ""
5433
5434 #: gcov.c:1393
5435 msgid "No branches\n"
5436 msgstr ""
5437
5438 #: gcov.c:1395
5439 #, c-format
5440 msgid "Calls executed:%s of %d\n"
5441 msgstr ""
5442
5443 #: gcov.c:1399
5444 msgid "No calls\n"
5445 msgstr ""
5446
5447 #: gcov.c:1540
5448 #, c-format
5449 msgid "%s:no lines for `%s'\n"
5450 msgstr ""
5451
5452 #: gcov.c:1735
5453 #, c-format
5454 msgid "call   %2d returned %s\n"
5455 msgstr ""
5456
5457 #: gcov.c:1740
5458 #, c-format
5459 msgid "call   %2d never executed\n"
5460 msgstr ""
5461
5462 #: gcov.c:1745
5463 #, c-format
5464 msgid "branch %2d taken %s%s\n"
5465 msgstr ""
5466
5467 #: gcov.c:1749
5468 #, c-format
5469 msgid "branch %2d never executed\n"
5470 msgstr ""
5471
5472 #: gcov.c:1754
5473 #, c-format
5474 msgid "unconditional %2d taken %s\n"
5475 msgstr ""
5476
5477 #: gcov.c:1757
5478 #, c-format
5479 msgid "unconditional %2d never executed\n"
5480 msgstr ""
5481
5482 #: gcov.c:1789
5483 #, c-format
5484 msgid "%s:cannot open source file\n"
5485 msgstr ""
5486
5487 #: gcov.c:1799
5488 #, c-format
5489 msgid "%s:source file is newer than graph file `%s'\n"
5490 msgstr ""
5491
5492 #. Return if there's nothing to do, or it is too expensive.
5493 #: gcse.c:711
5494 msgid "GCSE disabled"
5495 msgstr ""
5496
5497 #. Return if there's nothing to do, or it is too expensive.
5498 #: gcse.c:6567
5499 msgid "jump bypassing disabled"
5500 msgstr ""
5501
5502 #: gcse.c:6628
5503 #, c-format
5504 msgid "%s: %d basic blocks and %d edges/basic block"
5505 msgstr ""
5506
5507 #: gcse.c:6641
5508 #, c-format
5509 msgid "%s: %d basic blocks and %d registers"
5510 msgstr ""
5511
5512 #: ggc-common.c:397 ggc-common.c:405 ggc-common.c:473 ggc-common.c:494
5513 #: ggc-page.c:2203 ggc-page.c:2235 ggc-page.c:2242 ggc-zone.c:1582
5514 #: ggc-zone.c:1588 ggc-zone.c:1597
5515 #, c-format
5516 msgid "can't write PCH file: %m"
5517 msgstr ""
5518
5519 #: ggc-common.c:487
5520 #, c-format
5521 msgid "can't get position in PCH file: %m"
5522 msgstr ""
5523
5524 #: ggc-common.c:497
5525 #, c-format
5526 msgid "can't write padding to PCH file: %m"
5527 msgstr ""
5528
5529 #: ggc-common.c:550 ggc-common.c:558 ggc-common.c:565 ggc-common.c:568
5530 #: ggc-common.c:578 ggc-common.c:581 ggc-page.c:2329 ggc-zone.c:1607
5531 #, c-format
5532 msgid "can't read PCH file: %m"
5533 msgstr ""
5534
5535 #: ggc-common.c:573
5536 msgid "had to relocate PCH"
5537 msgstr ""
5538
5539 #: ggc-page.c:1448
5540 #, c-format
5541 msgid "open /dev/zero: %m"
5542 msgstr ""
5543
5544 #: ggc-page.c:2220 ggc-page.c:2226
5545 msgid "can't write PCH file"
5546 msgstr ""
5547
5548 #: gimple-low.c:203
5549 msgid "unexpected node"
5550 msgstr ""
5551
5552 #: gimplify.c:3163
5553 #, c-format
5554 msgid "invalid lvalue in asm output %d"
5555 msgstr ""
5556
5557 #: gimplify.c:3211
5558 #, c-format
5559 msgid "memory input %d is not directly addressable"
5560 msgstr ""
5561
5562 #: gimplify.c:4066
5563 msgid "gimplification failed"
5564 msgstr ""
5565
5566 #: global.c:375 global.c:388 global.c:402
5567 #, c-format
5568 msgid "%s cannot be used in asm here"
5569 msgstr ""
5570
5571 #: graph.c:400 passes.c:131 java/jcf-parse.c:976 java/jcf-parse.c:1116
5572 #: java/lex.c:1841 objc/objc-act.c:550
5573 #, c-format
5574 msgid "can't open %s: %m"
5575 msgstr ""
5576
5577 #: haifa-sched.c:183
5578 #, c-format
5579 msgid "fix_sched_param: unknown param: %s"
5580 msgstr ""
5581
5582 #. Opening quotation mark.
5583 #: intl.c:58
5584 msgid "`"
5585 msgstr ""
5586
5587 #. Closing quotation mark.
5588 #: intl.c:61 ../../gcc-cvs/gcc/java/parse.y:15438
5589 msgid "'"
5590 msgstr ""
5591
5592 #: langhooks.c:516
5593 msgid "At top level:"
5594 msgstr ""
5595
5596 #: langhooks.c:521
5597 #, c-format
5598 msgid "In member function %qs:"
5599 msgstr ""
5600
5601 #: langhooks.c:525
5602 #, c-format
5603 msgid "In function %qs:"
5604 msgstr ""
5605
5606 #. What to print when a switch has no documentation.
5607 #: opts.c:89
5608 msgid "This switch lacks documentation"
5609 msgstr ""
5610
5611 #. Eventually this should become a hard error IMO.
5612 #: opts.c:259
5613 #, c-format
5614 msgid "command line option \"%s\" is valid for %s but not for %s"
5615 msgstr ""
5616
5617 #: opts.c:347
5618 #, c-format
5619 msgid "missing argument to \"%s\""
5620 msgstr ""
5621
5622 #: opts.c:357
5623 #, c-format
5624 msgid "argument to \"%s\" should be a non-negative integer"
5625 msgstr ""
5626
5627 #: opts.c:417
5628 #, c-format
5629 msgid "unrecognized command line option \"%s\""
5630 msgstr ""
5631
5632 #: opts.c:627
5633 msgid "-Wuninitialized is not supported without -O"
5634 msgstr ""
5635
5636 #: opts.c:641
5637 msgid "-freorder-blocks-and-partition does not work with exceptions"
5638 msgstr ""
5639
5640 #: opts.c:654
5641 msgid "-freorder-blocks-and-partition does not work with -g (currently)"
5642 msgstr ""
5643
5644 #: opts.c:815
5645 #, c-format
5646 msgid "structure alignment must be a small power of two, not %d"
5647 msgstr ""
5648
5649 #: opts.c:878
5650 #, c-format
5651 msgid "unrecognised visibility value \"%s\""
5652 msgstr ""
5653
5654 #: opts.c:930
5655 #, c-format
5656 msgid "unrecognized register name \"%s\""
5657 msgstr ""
5658
5659 #: opts.c:950
5660 #, c-format
5661 msgid "unknown tls-model \"%s\""
5662 msgstr ""
5663
5664 #: opts.c:1025
5665 #, c-format
5666 msgid "%s: --param arguments should be of the form NAME=VALUE"
5667 msgstr ""
5668
5669 #: opts.c:1030
5670 #, c-format
5671 msgid "invalid --param value `%s'"
5672 msgstr ""
5673
5674 #: opts.c:1126
5675 msgid "target system does not support debug output"
5676 msgstr ""
5677
5678 #: opts.c:1133
5679 #, c-format
5680 msgid "debug format \"%s\" conflicts with prior selection"
5681 msgstr ""
5682
5683 #: opts.c:1149
5684 #, c-format
5685 msgid "unrecognised debug output level \"%s\""
5686 msgstr ""
5687
5688 #: opts.c:1151
5689 #, c-format
5690 msgid "debug output level %s is too high"
5691 msgstr ""
5692
5693 #: opts.c:1170
5694 msgid "The following options are language-independent:\n"
5695 msgstr ""
5696
5697 #: opts.c:1177
5698 #, c-format
5699 msgid ""
5700 "The %s front end recognizes the following options:\n"
5701 "\n"
5702 msgstr ""
5703
5704 #: opts.c:1191
5705 msgid "The --param option recognizes the following as parameters:\n"
5706 msgstr ""
5707
5708 #. If we didn't find this parameter, issue an error message.
5709 #: params.c:76
5710 #, c-format
5711 msgid "invalid parameter %qs"
5712 msgstr ""
5713
5714 #: passes.c:1260
5715 msgid ""
5716 "branch target register load optimization is not intended to be run twice"
5717 msgstr ""
5718
5719 #: profile.c:284
5720 msgid "corrupted profile info: run_max * runs < sum_max"
5721 msgstr ""
5722
5723 #: profile.c:290
5724 msgid "corrupted profile info: sum_all is smaller than sum_max"
5725 msgstr ""
5726
5727 #: profile.c:335
5728 #, c-format
5729 msgid "corrupted profile info: edge from %i to %i exceeds maximal count"
5730 msgstr ""
5731
5732 #: profile.c:503
5733 #, c-format
5734 msgid ""
5735 "corrupted profile info: number of iterations for basic block %d thought to "
5736 "be %i"
5737 msgstr ""
5738
5739 #: profile.c:524
5740 #, c-format
5741 msgid ""
5742 "corrupted profile info: number of executions for edge %d-%d thought to be %i"
5743 msgstr ""
5744
5745 #: protoize.c:582
5746 #, c-format
5747 msgid "%s: error writing file `%s': %s\n"
5748 msgstr ""
5749
5750 #: protoize.c:626
5751 #, c-format
5752 msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
5753 msgstr ""
5754
5755 #: protoize.c:629
5756 #, c-format
5757 msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
5758 msgstr ""
5759
5760 #: protoize.c:735
5761 #, c-format
5762 msgid "%s: warning: no read access for file `%s'\n"
5763 msgstr ""
5764
5765 #: protoize.c:743
5766 #, c-format
5767 msgid "%s: warning: no write access for file `%s'\n"
5768 msgstr ""
5769
5770 #: protoize.c:751
5771 #, c-format
5772 msgid "%s: warning: no write access for dir containing `%s'\n"
5773 msgstr ""
5774
5775 #. Catch cases like /.. where we try to backup to a
5776 #. point above the absolute root of the logical file
5777 #. system.
5778 #: protoize.c:1138
5779 #, c-format
5780 msgid "%s: invalid file name: %s\n"
5781 msgstr ""
5782
5783 #: protoize.c:1286
5784 #, c-format
5785 msgid "%s: %s: can't get status: %s\n"
5786 msgstr ""
5787
5788 #: protoize.c:1307
5789 #, c-format
5790 msgid ""
5791 "\n"
5792 "%s: fatal error: aux info file corrupted at line %d\n"
5793 msgstr ""
5794
5795 #: protoize.c:1636
5796 #, c-format
5797 msgid "%s:%d: declaration of function `%s' takes different forms\n"
5798 msgstr ""
5799
5800 #: protoize.c:1891
5801 #, c-format
5802 msgid "%s: compiling `%s'\n"
5803 msgstr ""
5804
5805 #: protoize.c:1914
5806 #, c-format
5807 msgid "%s: wait: %s\n"
5808 msgstr ""
5809
5810 #: protoize.c:1919
5811 #, c-format
5812 msgid "%s: subprocess got fatal signal %d\n"
5813 msgstr ""
5814
5815 #: protoize.c:1927
5816 #, c-format
5817 msgid "%s: %s exited with status %d\n"
5818 msgstr ""
5819
5820 #: protoize.c:1976
5821 #, c-format
5822 msgid "%s: warning: missing SYSCALLS file `%s'\n"
5823 msgstr ""
5824
5825 #: protoize.c:1985 protoize.c:2014
5826 #, c-format
5827 msgid "%s: can't read aux info file `%s': %s\n"
5828 msgstr ""
5829
5830 #: protoize.c:2030 protoize.c:2058
5831 #, c-format
5832 msgid "%s: can't get status of aux info file `%s': %s\n"
5833 msgstr ""
5834
5835 #: protoize.c:2086
5836 #, c-format
5837 msgid "%s: can't open aux info file `%s' for reading: %s\n"
5838 msgstr ""
5839
5840 #: protoize.c:2104
5841 #, c-format
5842 msgid "%s: error reading aux info file `%s': %s\n"
5843 msgstr ""
5844
5845 #: protoize.c:2117
5846 #, c-format
5847 msgid "%s: error closing aux info file `%s': %s\n"
5848 msgstr ""
5849
5850 #: protoize.c:2133
5851 #, c-format
5852 msgid "%s: can't delete aux info file `%s': %s\n"
5853 msgstr ""
5854
5855 #: protoize.c:2215 protoize.c:4185
5856 #, c-format
5857 msgid "%s: can't delete file `%s': %s\n"
5858 msgstr ""
5859
5860 #: protoize.c:2293
5861 #, c-format
5862 msgid "%s: warning: can't rename file `%s' to `%s': %s\n"
5863 msgstr ""
5864
5865 #: protoize.c:2415
5866 #, c-format
5867 msgid "%s: conflicting extern definitions of '%s'\n"
5868 msgstr ""
5869
5870 #: protoize.c:2419
5871 #, c-format
5872 msgid "%s: declarations of '%s' will not be converted\n"
5873 msgstr ""
5874
5875 #: protoize.c:2421
5876 #, c-format
5877 msgid "%s: conflict list for '%s' follows:\n"
5878 msgstr ""
5879
5880 #: protoize.c:2454
5881 #, c-format
5882 msgid "%s: warning: using formals list from %s(%d) for function `%s'\n"
5883 msgstr ""
5884
5885 #: protoize.c:2494
5886 #, c-format
5887 msgid "%s: %d: `%s' used but missing from SYSCALLS\n"
5888 msgstr ""
5889
5890 #: protoize.c:2500
5891 #, c-format
5892 msgid "%s: %d: warning: no extern definition for `%s'\n"
5893 msgstr ""
5894
5895 #: protoize.c:2530
5896 #, c-format
5897 msgid "%s: warning: no static definition for `%s' in file `%s'\n"
5898 msgstr ""
5899
5900 #: protoize.c:2536
5901 #, c-format
5902 msgid "%s: multiple static defs of `%s' in file `%s'\n"
5903 msgstr ""
5904
5905 #: protoize.c:2706 protoize.c:2709
5906 #, c-format
5907 msgid "%s: %d: warning: source too confusing\n"
5908 msgstr ""
5909
5910 #: protoize.c:2905
5911 #, c-format
5912 msgid "%s: %d: warning: varargs function declaration not converted\n"
5913 msgstr ""
5914
5915 #: protoize.c:2920
5916 #, c-format
5917 msgid "%s: declaration of function `%s' not converted\n"
5918 msgstr ""
5919
5920 #: protoize.c:3043
5921 #, c-format
5922 msgid "%s: warning: too many parameter lists in declaration of `%s'\n"
5923 msgstr ""
5924
5925 #: protoize.c:3064
5926 #, c-format
5927 msgid ""
5928 "\n"
5929 "%s: warning: too few parameter lists in declaration of `%s'\n"
5930 msgstr ""
5931
5932 #: protoize.c:3160
5933 #, c-format
5934 msgid "%s: %d: warning: found `%s' but expected `%s'\n"
5935 msgstr ""
5936
5937 #: protoize.c:3335
5938 #, c-format
5939 msgid "%s: local declaration for function `%s' not inserted\n"
5940 msgstr ""
5941
5942 #: protoize.c:3362
5943 #, c-format
5944 msgid ""
5945 "\n"
5946 "%s: %d: warning: can't add declaration of `%s' into macro call\n"
5947 msgstr ""
5948
5949 #: protoize.c:3434
5950 #, c-format
5951 msgid "%s: global declarations for file `%s' not inserted\n"
5952 msgstr ""
5953
5954 #: protoize.c:3523 protoize.c:3553
5955 #, c-format
5956 msgid "%s: definition of function `%s' not converted\n"
5957 msgstr ""
5958
5959 #: protoize.c:3542
5960 #, c-format
5961 msgid "%s: %d: warning: definition of %s not converted\n"
5962 msgstr ""
5963
5964 #: protoize.c:3868
5965 #, c-format
5966 msgid "%s: found definition of `%s' at %s(%d)\n"
5967 msgstr ""
5968
5969 #. If we make it here, then we did not know about this
5970 #. function definition.
5971 #: protoize.c:3884
5972 #, c-format
5973 msgid "%s: %d: warning: `%s' excluded by preprocessing\n"
5974 msgstr ""
5975
5976 #: protoize.c:3887
5977 #, c-format
5978 msgid "%s: function definition not converted\n"
5979 msgstr ""
5980
5981 #: protoize.c:3945
5982 #, c-format
5983 msgid "%s: `%s' not converted\n"
5984 msgstr ""
5985
5986 #: protoize.c:3953
5987 #, c-format
5988 msgid "%s: would convert file `%s'\n"
5989 msgstr ""
5990
5991 #: protoize.c:3956
5992 #, c-format
5993 msgid "%s: converting file `%s'\n"
5994 msgstr ""
5995
5996 #: protoize.c:3966
5997 #, c-format
5998 msgid "%s: can't get status for file `%s': %s\n"
5999 msgstr ""
6000
6001 #: protoize.c:4008
6002 #, c-format
6003 msgid "%s: can't open file `%s' for reading: %s\n"
6004 msgstr ""
6005
6006 #: protoize.c:4023
6007 #, c-format
6008 msgid ""
6009 "\n"
6010 "%s: error reading input file `%s': %s\n"
6011 msgstr ""
6012
6013 #: protoize.c:4057
6014 #, c-format
6015 msgid "%s: can't create/open clean file `%s': %s\n"
6016 msgstr ""
6017
6018 #: protoize.c:4162
6019 #, c-format
6020 msgid "%s: warning: file `%s' already saved in `%s'\n"
6021 msgstr ""
6022
6023 #: protoize.c:4170
6024 #, c-format
6025 msgid "%s: can't link file `%s' to `%s': %s\n"
6026 msgstr ""
6027
6028 #: protoize.c:4200
6029 #, c-format
6030 msgid "%s: can't create/open output file `%s': %s\n"
6031 msgstr ""
6032
6033 #: protoize.c:4233
6034 #, c-format
6035 msgid "%s: can't change mode of file `%s': %s\n"
6036 msgstr ""
6037
6038 #: protoize.c:4406
6039 #, c-format
6040 msgid "%s: cannot get working directory: %s\n"
6041 msgstr ""
6042
6043 #: protoize.c:4504
6044 #, c-format
6045 msgid "%s: input file names must have .c suffixes: %s\n"
6046 msgstr ""
6047
6048 #: ra.c:774
6049 msgid "Didn't find a coloring.\n"
6050 msgstr ""
6051
6052 #: reg-stack.c:673
6053 #, c-format
6054 msgid "output constraint %d must specify a single register"
6055 msgstr ""
6056
6057 #: reg-stack.c:683
6058 #, c-format
6059 msgid "output constraint %d cannot be specified together with \"%s\" clobber"
6060 msgstr ""
6061
6062 #: reg-stack.c:706
6063 msgid "output regs must be grouped at top of stack"
6064 msgstr ""
6065
6066 #: reg-stack.c:743
6067 msgid "implicitly popped regs must be grouped at top of stack"
6068 msgstr ""
6069
6070 #: reg-stack.c:762
6071 #, c-format
6072 msgid "output operand %d must use `&' constraint"
6073 msgstr ""
6074
6075 #: regclass.c:765
6076 #, c-format
6077 msgid "can't use '%s' as a %s register"
6078 msgstr ""
6079
6080 #: regclass.c:780 config/ia64/ia64.c:4133 config/ia64/ia64.c:4140
6081 #: config/pa/pa.c:328 config/pa/pa.c:335
6082 #, c-format
6083 msgid "unknown register name: %s"
6084 msgstr ""
6085
6086 #: regclass.c:790
6087 msgid "global register variable follows a function definition"
6088 msgstr ""
6089
6090 #: regclass.c:794
6091 msgid "register used for two global register variables"
6092 msgstr ""
6093
6094 #: regclass.c:799
6095 msgid "call-clobbered register used for global register variable"
6096 msgstr ""
6097
6098 #: regrename.c:1856
6099 #, c-format
6100 msgid "validate_value_data: [%u] Bad next_regno for empty chain (%u)"
6101 msgstr ""
6102
6103 #: regrename.c:1868
6104 #, c-format
6105 msgid "validate_value_data: Loop in regno chain (%u)"
6106 msgstr ""
6107
6108 #: regrename.c:1871
6109 #, c-format
6110 msgid "validate_value_data: [%u] Bad oldest_regno (%u)"
6111 msgstr ""
6112
6113 #: regrename.c:1883
6114 #, c-format
6115 msgid "validate_value_data: [%u] Non-empty reg in chain (%s %u %i)"
6116 msgstr ""
6117
6118 #: reload.c:1257
6119 msgid "cannot reload integer constant operand in %<asm%>"
6120 msgstr ""
6121
6122 #: reload.c:1280
6123 msgid "impossible register constraint in %<asm%>"
6124 msgstr ""
6125
6126 #: reload.c:3518
6127 msgid "%<&%> constraint used with no register class"
6128 msgstr ""
6129
6130 #: reload.c:3684
6131 msgid "unable to generate reloads for:"
6132 msgstr ""
6133
6134 #: reload.c:3685 reload.c:3896
6135 msgid "inconsistent operand constraints in an %<asm%>"
6136 msgstr ""
6137
6138 #: reload1.c:1221
6139 msgid "frame size too large for reliable stack checking"
6140 msgstr ""
6141
6142 #: reload1.c:1224
6143 msgid "try reducing the number of local variables"
6144 msgstr ""
6145
6146 #: reload1.c:1874
6147 msgid "can't find a register in class %qs while reloading %<asm%>"
6148 msgstr ""
6149
6150 #: reload1.c:1879
6151 #, c-format
6152 msgid "unable to find a register to spill in class %qs"
6153 msgstr ""
6154
6155 #: reload1.c:1881
6156 msgid "this is the insn:"
6157 msgstr ""
6158
6159 #: reload1.c:3871
6160 msgid "%<asm%> operand requires impossible reload"
6161 msgstr ""
6162
6163 #. It's the compiler's fault.
6164 #: reload1.c:4990
6165 msgid "could not find a spill register"
6166 msgstr ""
6167
6168 #: reload1.c:4995
6169 msgid "%<asm%> operand constraint incompatible with operand size"
6170 msgstr ""
6171
6172 #. It's the compiler's fault.
6173 #: reload1.c:6613
6174 msgid "VOIDmode on an output"
6175 msgstr ""
6176
6177 #: reload1.c:6614
6178 msgid "output operand is constant in %<asm%>"
6179 msgstr ""
6180
6181 #: rtl-error.c:128
6182 msgid "unrecognizable insn:"
6183 msgstr ""
6184
6185 #: rtl-error.c:130
6186 msgid "insn does not satisfy its constraints:"
6187 msgstr ""
6188
6189 #: rtl.c:472
6190 #, c-format
6191 msgid "RTL check: access of elt %d of `%s' with last elt %d in %s, at %s:%d"
6192 msgstr ""
6193
6194 #: rtl.c:482
6195 #, c-format
6196 msgid ""
6197 "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
6198 msgstr ""
6199
6200 #: rtl.c:492
6201 #, c-format
6202 msgid ""
6203 "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %"
6204 "s:%d"
6205 msgstr ""
6206
6207 #: rtl.c:501
6208 #, c-format
6209 msgid "RTL check: expected code `%s', have `%s' in %s, at %s:%d"
6210 msgstr ""
6211
6212 #: rtl.c:511
6213 #, c-format
6214 msgid "RTL check: expected code `%s' or `%s', have `%s' in %s, at %s:%d"
6215 msgstr ""
6216
6217 #: rtl.c:522
6218 #, c-format
6219 msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
6220 msgstr ""
6221
6222 #: rtl.c:533
6223 #, c-format
6224 msgid "RTL flag check: %s used with unexpected rtx code `%s' in %s, at %s:%d"
6225 msgstr ""
6226
6227 #: stmt.c:316
6228 msgid "output operand constraint lacks %<=%>"
6229 msgstr ""
6230
6231 #: stmt.c:331
6232 #, c-format
6233 msgid "output constraint %qc for operand %d is not at the beginning"
6234 msgstr ""
6235
6236 #: stmt.c:354
6237 msgid "operand constraint contains incorrectly positioned %<+%> or %<=%>"
6238 msgstr ""
6239
6240 #: stmt.c:361 stmt.c:460
6241 msgid "%<%%%> constraint used with last operand"
6242 msgstr ""
6243
6244 #: stmt.c:380
6245 msgid "matching constraint not valid in output operand"
6246 msgstr ""
6247
6248 #: stmt.c:451
6249 #, c-format
6250 msgid "input operand constraint contains %qc"
6251 msgstr ""
6252
6253 #: stmt.c:493
6254 msgid "matching constraint references invalid operand number"
6255 msgstr ""
6256
6257 #: stmt.c:531
6258 #, c-format
6259 msgid "invalid punctuation %qc in constraint"
6260 msgstr ""
6261
6262 #: stmt.c:555
6263 msgid "matching constraint does not allow a register"
6264 msgstr ""
6265
6266 #: stmt.c:610
6267 #, c-format
6268 msgid "asm-specifier for variable %qs conflicts with asm clobber list"
6269 msgstr ""
6270
6271 #: stmt.c:699
6272 msgid "unknown register name %qs in %<asm%>"
6273 msgstr ""
6274
6275 #: stmt.c:707
6276 msgid "PIC register %qs clobbered in %<asm%>"
6277 msgstr ""
6278
6279 #: stmt.c:754
6280 msgid "more than %d operands in %<asm%>"
6281 msgstr ""
6282
6283 #: stmt.c:817
6284 #, c-format
6285 msgid "output number %d not directly addressable"
6286 msgstr ""
6287
6288 #: stmt.c:896
6289 msgid "asm operand %d probably doesn%'t match constraints"
6290 msgstr ""
6291
6292 #: stmt.c:906
6293 #, c-format
6294 msgid "use of memory input without lvalue in asm operand %d is deprecated"
6295 msgstr ""
6296
6297 #: stmt.c:1053
6298 msgid "asm clobber conflict with output operand"
6299 msgstr ""
6300
6301 #: stmt.c:1058
6302 msgid "asm clobber conflict with input operand"
6303 msgstr ""
6304
6305 #: stmt.c:1135
6306 msgid "too many alternatives in %<asm%>"
6307 msgstr ""
6308
6309 #: stmt.c:1147
6310 msgid "operand constraints for %<asm%> differ in number of alternatives"
6311 msgstr ""
6312
6313 #: stmt.c:1200
6314 #, c-format
6315 msgid "duplicate asm operand name %qs"
6316 msgstr ""
6317
6318 #: stmt.c:1298
6319 msgid "missing close brace for named operand"
6320 msgstr ""
6321
6322 #: stmt.c:1326
6323 #, c-format
6324 msgid "undefined named operand %qs"
6325 msgstr ""
6326
6327 #: stmt.c:1491
6328 msgid "%Hvalue computed is not used"
6329 msgstr ""
6330
6331 #: stor-layout.c:152
6332 msgid "type size can%'t be explicitly evaluated"
6333 msgstr ""
6334
6335 #: stor-layout.c:154
6336 msgid "variable-size type declared outside of any function"
6337 msgstr ""
6338
6339 #: stor-layout.c:458
6340 msgid "%Jsize of %qD is %d bytes"
6341 msgstr ""
6342
6343 #: stor-layout.c:460
6344 msgid "%Jsize of %qD is larger than %d bytes"
6345 msgstr ""
6346
6347 #: stor-layout.c:844
6348 msgid "%Jpacked attribute causes inefficient alignment for %qD"
6349 msgstr ""
6350
6351 #: stor-layout.c:847
6352 msgid "%Jpacked attribute is unnecessary for %qD"
6353 msgstr ""
6354
6355 #: stor-layout.c:863
6356 msgid "%Jpadding struct to align %qD"
6357 msgstr ""
6358
6359 #: stor-layout.c:1205
6360 msgid "padding struct size to alignment boundary"
6361 msgstr ""
6362
6363 #: stor-layout.c:1235
6364 #, c-format
6365 msgid "packed attribute causes inefficient alignment for %qs"
6366 msgstr ""
6367
6368 #: stor-layout.c:1238
6369 #, c-format
6370 msgid "packed attribute is unnecessary for %qs"
6371 msgstr ""
6372
6373 #: stor-layout.c:1243
6374 msgid "packed attribute causes inefficient alignment"
6375 msgstr ""
6376
6377 #: stor-layout.c:1245
6378 msgid "packed attribute is unnecessary"
6379 msgstr ""
6380
6381 #: targhooks.c:96
6382 msgid "__builtin_saveregs not supported by this target"
6383 msgstr ""
6384
6385 #: timevar.c:432
6386 msgid ""
6387 "\n"
6388 "Execution times (seconds)\n"
6389 msgstr ""
6390
6391 #. Print total time.
6392 #: timevar.c:482
6393 msgid " TOTAL                 :"
6394 msgstr ""
6395
6396 #: timevar.c:510
6397 #, c-format
6398 msgid "time in %s: %ld.%06ld (%ld%%)\n"
6399 msgstr ""
6400
6401 #: tlink.c:381
6402 #, c-format
6403 msgid "collect: reading %s\n"
6404 msgstr ""
6405
6406 #: tlink.c:475
6407 #, c-format
6408 msgid "repository file `%s' does not contain command-line arguments"
6409 msgstr ""
6410
6411 #: tlink.c:525
6412 #, c-format
6413 msgid "collect: recompiling %s\n"
6414 msgstr ""
6415
6416 #: tlink.c:696
6417 #, c-format
6418 msgid ""
6419 "`%s' was assigned to `%s', but was not defined during recompilation, or vice "
6420 "versa"
6421 msgstr ""
6422
6423 #: tlink.c:705
6424 #, c-format
6425 msgid "collect: tweaking %s in %s\n"
6426 msgstr ""
6427
6428 #: tlink.c:751
6429 #, c-format
6430 msgid "collect: relinking\n"
6431 msgstr ""
6432
6433 #: tlink.c:760
6434 #, c-format
6435 msgid "ld returned %d exit status"
6436 msgstr ""
6437
6438 #: toplev.c:464
6439 #, c-format
6440 msgid "%s "
6441 msgstr ""
6442
6443 #: toplev.c:466
6444 #, c-format
6445 msgid " %s"
6446 msgstr ""
6447
6448 #: toplev.c:531
6449 #, c-format
6450 msgid "invalid option argument %qs"
6451 msgstr ""
6452
6453 #: toplev.c:595
6454 msgid "unrecoverable error"
6455 msgstr ""
6456
6457 #: toplev.c:615
6458 #, c-format
6459 msgid "getting core file size maximum limit: %m"
6460 msgstr ""
6461
6462 #: toplev.c:618
6463 #, c-format
6464 msgid "setting core file size limit to maximum: %m"
6465 msgstr ""
6466
6467 #: toplev.c:839
6468 msgid "%J%qF declared %<static%> but never defined"
6469 msgstr ""
6470
6471 #: toplev.c:865
6472 msgid "%J%qD defined but not used"
6473 msgstr ""
6474
6475 #: toplev.c:888 toplev.c:911
6476 #, c-format
6477 msgid "%qs is deprecated (declared at %s:%d)"
6478 msgstr ""
6479
6480 #: toplev.c:914
6481 #, c-format
6482 msgid "type is deprecated (declared at %s:%d)"
6483 msgstr ""
6484
6485 #: toplev.c:920
6486 #, c-format
6487 msgid "%qs is deprecated"
6488 msgstr ""
6489
6490 #: toplev.c:922
6491 msgid "type is deprecated"
6492 msgstr ""
6493
6494 #: toplev.c:1064
6495 #, c-format
6496 msgid ""
6497 "\n"
6498 "Target specific options:\n"
6499 msgstr ""
6500
6501 #: toplev.c:1078 toplev.c:1097
6502 #, c-format
6503 msgid "  -m%-23s [undocumented]\n"
6504 msgstr ""
6505
6506 #: toplev.c:1106
6507 #, c-format
6508 msgid ""
6509 "\n"
6510 "There are undocumented target specific options as well.\n"
6511 msgstr ""
6512
6513 #: toplev.c:1108
6514 #, c-format
6515 msgid "  They exist, but they are not documented.\n"
6516 msgstr ""
6517
6518 #: toplev.c:1152
6519 #, c-format
6520 msgid "unrecognized gcc debugging option: %c"
6521 msgstr ""
6522
6523 #: toplev.c:1214
6524 #, c-format
6525 msgid "invalid option %qs"
6526 msgstr ""
6527
6528 #: toplev.c:1229
6529 #, c-format
6530 msgid ""
6531 "%s%s%s version %s (%s)\n"
6532 "%s\tcompiled by GNU C version %s.\n"
6533 "%s%s%s version %s (%s) compiled by CC.\n"
6534 msgstr ""
6535
6536 #: toplev.c:1236
6537 #, c-format
6538 msgid ""
6539 "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"
6540 msgstr ""
6541
6542 #: toplev.c:1288
6543 msgid "options passed: "
6544 msgstr ""
6545
6546 #: toplev.c:1317
6547 msgid "options enabled: "
6548 msgstr ""
6549
6550 #: toplev.c:1391
6551 msgid "can%'t open %s for writing: %m"
6552 msgstr ""
6553
6554 #: toplev.c:1474 config/sh/sh.c:7292
6555 msgid "created and used with different settings of -fpic"
6556 msgstr ""
6557
6558 #: toplev.c:1476 config/sh/sh.c:7294
6559 msgid "created and used with different settings of -fpie"
6560 msgstr ""
6561
6562 #: toplev.c:1527
6563 #, c-format
6564 msgid "created and used with differing settings of '-m%s'"
6565 msgstr ""
6566
6567 #: toplev.c:1530 config/sh/sh.c:7347
6568 msgid "out of memory"
6569 msgstr ""
6570
6571 #: toplev.c:1725
6572 msgid "instruction scheduling not supported on this target machine"
6573 msgstr ""
6574
6575 #: toplev.c:1729
6576 msgid "this target machine does not have delayed branches"
6577 msgstr ""
6578
6579 #: toplev.c:1733
6580 msgid "value-based profiling not yet implemented in trees."
6581 msgstr ""
6582
6583 #: toplev.c:1746
6584 #, c-format
6585 msgid "-f%sleading-underscore not supported on this target machine"
6586 msgstr ""
6587
6588 #: toplev.c:1820
6589 #, c-format
6590 msgid "target system does not support the \"%s\" debug format"
6591 msgstr ""
6592
6593 #: toplev.c:1832
6594 msgid "variable tracking requested, but useless unless producing debug info"
6595 msgstr ""
6596
6597 #: toplev.c:1835
6598 msgid "variable tracking requested, but not supported by this debug format"
6599 msgstr ""
6600
6601 #: toplev.c:1855
6602 msgid "can%'t open %s: %m"
6603 msgstr ""
6604
6605 #: toplev.c:1862
6606 msgid "-ffunction-sections not supported for this target"
6607 msgstr ""
6608
6609 #: toplev.c:1867
6610 msgid "-fdata-sections not supported for this target"
6611 msgstr ""
6612
6613 #: toplev.c:1874
6614 msgid "-ffunction-sections disabled; it makes profiling impossible"
6615 msgstr ""
6616
6617 #: toplev.c:1881
6618 msgid "-fprefetch-loop-arrays not supported for this target"
6619 msgstr ""
6620
6621 #: toplev.c:1887
6622 msgid "-fspeculative-prefetching not supported for this target"
6623 msgstr ""
6624
6625 #: toplev.c:1893
6626 msgid ""
6627 "-fprefetch-loop-arrays not supported for this target (try -march switches)"
6628 msgstr ""
6629
6630 #: toplev.c:1899
6631 msgid ""
6632 "-fspeculative-prefetching not supported for this target (try -march switches)"
6633 msgstr ""
6634
6635 #: toplev.c:1908
6636 msgid "-fprefetch-loop-arrays is not supported with -Os"
6637 msgstr ""
6638
6639 #: toplev.c:1914
6640 msgid "-ffunction-sections may affect debugging on some targets"
6641 msgstr ""
6642
6643 #: toplev.c:2023
6644 #, c-format
6645 msgid "error writing to %s: %m"
6646 msgstr ""
6647
6648 #: toplev.c:2025 java/jcf-parse.c:995 java/jcf-write.c:3527
6649 #, c-format
6650 msgid "error closing %s: %m"
6651 msgstr ""
6652
6653 #: tree-cfg.c:1139 tree-cfg.c:1838 tree-cfg.c:1840
6654 msgid "%Hwill never be executed"
6655 msgstr ""
6656
6657 #: tree-cfg.c:3031
6658 msgid "SSA name in freelist but still referenced"
6659 msgstr ""
6660
6661 #: tree-cfg.c:3041
6662 msgid "GIMPLE register modified with BIT_FIELD_REF"
6663 msgstr ""
6664
6665 #: tree-cfg.c:3061
6666 msgid "address taken, but ADDRESSABLE bit not set"
6667 msgstr ""
6668
6669 #: tree-cfg.c:3070
6670 msgid "non-boolean used in condition"
6671 msgstr ""
6672
6673 #: tree-cfg.c:3126
6674 msgid "Invalid reference prefix."
6675 msgstr ""
6676
6677 #: tree-cfg.c:3191
6678 msgid "Is not a valid GIMPLE statement."
6679 msgstr ""
6680
6681 #: tree-cfg.c:3211
6682 msgid "Statement marked for throw, but doesn%'t."
6683 msgstr ""
6684
6685 #: tree-cfg.c:3216
6686 msgid "Statement marked for throw in middle of block."
6687 msgstr ""
6688
6689 #: tree-cfg.c:3316
6690 msgid "PHI def is not a GIMPLE value"
6691 msgstr ""
6692
6693 #: tree-cfg.c:3332 tree-cfg.c:3348
6694 msgid "Incorrect sharing of tree nodes"
6695 msgstr ""
6696
6697 #: tree-cfg.c:3357
6698 msgid "verify_stmts failed."
6699 msgstr ""
6700
6701 #: tree-cfg.c:3378
6702 msgid "ENTRY_BLOCK has a statement list associated with it\n"
6703 msgstr ""
6704
6705 #: tree-cfg.c:3384
6706 msgid "EXIT_BLOCK has a statement list associated with it\n"
6707 msgstr ""
6708
6709 #: tree-cfg.c:3391
6710 #, c-format
6711 msgid "Fallthru to exit from bb %d\n"
6712 msgstr ""
6713
6714 #: tree-cfg.c:3407
6715 #, c-format
6716 msgid "Label %s to block does not match in bb %d\n"
6717 msgstr ""
6718
6719 #: tree-cfg.c:3416
6720 #, c-format
6721 msgid "Label %s has incorrect context in bb %d\n"
6722 msgstr ""
6723
6724 #: tree-cfg.c:3430
6725 #, c-format
6726 msgid "Control flow in the middle of basic block %d\n"
6727 msgstr ""
6728
6729 #: tree-cfg.c:3440
6730 #, c-format
6731 msgid "Label %s in the middle of basic block %d\n"
6732 msgstr ""
6733
6734 #: tree-cfg.c:3457
6735 #, c-format
6736 msgid "Fallthru edge after a control statement in bb %d \n"
6737 msgstr ""
6738
6739 #: tree-cfg.c:3472
6740 #, c-format
6741 msgid "Structured COND_EXPR at the end of bb %d\n"
6742 msgstr ""
6743
6744 #: tree-cfg.c:3485 tree-cfg.c:3523 tree-cfg.c:3535 tree-cfg.c:3606
6745 #, c-format
6746 msgid "Wrong outgoing edge flags at end of bb %d\n"
6747 msgstr ""
6748
6749 #: tree-cfg.c:3493
6750 msgid "%<then%> label does not match edge at end of bb %d\n"
6751 msgstr ""
6752
6753 #: tree-cfg.c:3501
6754 msgid "%<else%> label does not match edge at end of bb %d\n"
6755 msgstr ""
6756
6757 #: tree-cfg.c:3511
6758 #, c-format
6759 msgid "Explicit goto at end of bb %d\n"
6760 msgstr ""
6761
6762 #: tree-cfg.c:3540
6763 #, c-format
6764 msgid "Return edge does not point to exit in bb %d\n"
6765 msgstr ""
6766
6767 #: tree-cfg.c:3573
6768 msgid "Found default case not at end of case vector"
6769 msgstr ""
6770
6771 #: tree-cfg.c:3579
6772 msgid ""
6773 "Case labels not sorted:\n"
6774 " "
6775 msgstr ""
6776
6777 #: tree-cfg.c:3590
6778 msgid "No default case found at end of case vector"
6779 msgstr ""
6780
6781 #: tree-cfg.c:3598
6782 #, c-format
6783 msgid "Extra outgoing edge %d->%d\n"
6784 msgstr ""
6785
6786 #: tree-cfg.c:3620
6787 #, c-format
6788 msgid "Missing edge %i->%i\n"
6789 msgstr ""
6790
6791 #: tree-cfg.c:5187
6792 msgid "%Jfunction might be possible candidate for attribute %<noreturn%>"
6793 msgstr ""
6794
6795 #: tree-cfg.c:5214 tree-cfg.c:5218
6796 msgid "%H%<noreturn%> function does return"
6797 msgstr ""
6798
6799 #: tree-cfg.c:5238 tree-cfg.c:5243
6800 msgid "%Hcontrol reaches end of non-void function"
6801 msgstr ""
6802
6803 #: tree-dump.c:847
6804 #, c-format
6805 msgid "could not open dump file %qs: %s"
6806 msgstr ""
6807
6808 #: tree-dump.c:960
6809 msgid "ignoring unknown option %q.*s in %<-fdump-%s%>"
6810 msgstr ""
6811
6812 #: tree-inline.c:943
6813 msgid ""
6814 "%Jfunction '%F' can never be inlined because it uses alloca (override using "
6815 "the always_inline attribute)"
6816 msgstr ""
6817
6818 #: tree-inline.c:955
6819 msgid "%Jfunction '%F' can never be inlined because it uses setjmp"
6820 msgstr ""
6821
6822 #: tree-inline.c:969
6823 msgid ""
6824 "%Jfunction '%F' can never be inlined because it uses variable argument lists"
6825 msgstr ""
6826
6827 #: tree-inline.c:980
6828 msgid ""
6829 "%Jfunction '%F' can never be inlined because it uses setjmp-longjmp "
6830 "exception handling"
6831 msgstr ""
6832
6833 #: tree-inline.c:987
6834 msgid "%Jfunction '%F' can never be inlined because it uses non-local goto"
6835 msgstr ""
6836
6837 #: tree-inline.c:1006
6838 msgid ""
6839 "%Jfunction '%F' can never be inlined because it contains a computed goto"
6840 msgstr ""
6841
6842 #: tree-inline.c:1020
6843 msgid ""
6844 "%Jfunction '%F' can never be inlined because it receives a non-local goto"
6845 msgstr ""
6846
6847 #: tree-inline.c:1042
6848 msgid ""
6849 "%Jfunction '%F' can never be inlined because it uses variable sized variables"
6850 msgstr ""
6851
6852 #: tree-inline.c:1463
6853 msgid "originally indirect function call not considered for inlining"
6854 msgstr ""
6855
6856 #: tree-inline.c:1473 tree-inline.c:1481
6857 msgid "%Jinlining failed in call to '%F': %s"
6858 msgstr ""
6859
6860 #: tree-inline.c:1474 tree-inline.c:1482
6861 msgid "called from here"
6862 msgstr ""
6863
6864 #: tree-mudflap.c:791
6865 msgid "mudflap checking not yet implemented for ARRAY_RANGE_REF"
6866 msgstr ""
6867
6868 #: tree-mudflap.c:1027
6869 msgid "mudflap ran off end of BIND_EXPR body"
6870 msgstr ""
6871
6872 #: tree-mudflap.c:1218
6873 #, c-format
6874 msgid "mudflap cannot track lifetime of %qs"
6875 msgstr ""
6876
6877 #: tree-nomudflap.c:51
6878 msgid "mudflap: this language is not supported"
6879 msgstr ""
6880
6881 #: tree-optimize.c:679
6882 msgid "%Jsize of return value of '%D' is %u bytes"
6883 msgstr ""
6884
6885 #: tree-optimize.c:682
6886 msgid "%Jsize of return value of '%D' is larger than %wd bytes"
6887 msgstr ""
6888
6889 #: tree-outof-ssa.c:614 tree-outof-ssa.c:629 tree-outof-ssa.c:643
6890 #: tree-outof-ssa.c:664 tree-outof-ssa.c:1037 tree-outof-ssa.c:1847
6891 #: tree-ssa-live.c:417 tree-ssa-live.c:1799
6892 msgid "SSA corruption"
6893 msgstr ""
6894
6895 #: tree-profile.c:103 tree-profile.c:119 tree-profile.c:135 tree-profile.c:152
6896 msgid "unimplemented functionality"
6897 msgstr ""
6898
6899 #: tree-ssa-operands.c:1201
6900 msgid "internal error"
6901 msgstr ""
6902
6903 #: tree-ssa.c:116
6904 msgid "Expected an SSA_NAME object"
6905 msgstr ""
6906
6907 #: tree-ssa.c:122
6908 msgid "Type mismatch between an SSA_NAME and its symbol."
6909 msgstr ""
6910
6911 #: tree-ssa.c:128
6912 msgid "Found an SSA_NAME that had been released into the free pool"
6913 msgstr ""
6914
6915 #: tree-ssa.c:134
6916 msgid "Found a virtual definition for a GIMPLE register"
6917 msgstr ""
6918
6919 #: tree-ssa.c:140
6920 msgid "Found a real definition for a non-register"
6921 msgstr ""
6922
6923 #: tree-ssa.c:169
6924 #, c-format
6925 msgid "SSA_NAME created in two different blocks %i and %i"
6926 msgstr ""
6927
6928 #: tree-ssa.c:178
6929 msgid "SSA_NAME_DEF_STMT is wrong"
6930 msgstr ""
6931
6932 #: tree-ssa.c:229
6933 msgid "Missing definition"
6934 msgstr ""
6935
6936 #: tree-ssa.c:235
6937 #, c-format
6938 msgid "Definition in block %i does not dominate use in block %i"
6939 msgstr ""
6940
6941 #: tree-ssa.c:243
6942 #, c-format
6943 msgid "Definition in block %i follows the use"
6944 msgstr ""
6945
6946 #: tree-ssa.c:250
6947 msgid "SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set"
6948 msgstr ""
6949
6950 #: tree-ssa.c:301
6951 #, c-format
6952 msgid "Wrong edge %d->%d for PHI argument\n"
6953 msgstr ""
6954
6955 #: tree-ssa.c:308
6956 #, c-format
6957 msgid "PHI argument flowing through dead edge %d->%d\n"
6958 msgstr ""
6959
6960 #: tree-ssa.c:315
6961 #, c-format
6962 msgid "PHI argument duplicated for edge %d->%d\n"
6963 msgstr ""
6964
6965 #: tree-ssa.c:334
6966 #, c-format
6967 msgid "No argument flowing through edge %d->%d\n"
6968 msgstr ""
6969
6970 #: tree-ssa.c:379
6971 msgid "Non-addressable variable inside an alias set."
6972 msgstr ""
6973
6974 #: tree-ssa.c:397
6975 msgid "Addressable variable that is an alias tag but is not in any alias set."
6976 msgstr ""
6977
6978 #: tree-ssa.c:407
6979 msgid "verify_flow_insensitive_alias_info failed."
6980 msgstr ""
6981
6982 #: tree-ssa.c:446
6983 msgid "Dereferenced pointers should have a name or a type tag"
6984 msgstr ""
6985
6986 #: tree-ssa.c:455
6987 msgid ""
6988 "Pointers with a memory tag, should have points-to sets or point to malloc"
6989 msgstr ""
6990
6991 #: tree-ssa.c:463
6992 msgid "Pointer escapes but its name tag is not call-clobbered."
6993 msgstr ""
6994
6995 #: tree-ssa.c:487
6996 msgid "Two pointers with different name tags and identical points-to sets"
6997 msgstr ""
6998
6999 #: tree-ssa.c:499
7000 msgid "verify_flow_sensitive_alias_info failed."
7001 msgstr ""
7002
7003 #: tree-ssa.c:554
7004 msgid "PHI argument is not SSA_NAME, or invariant"
7005 msgstr ""
7006
7007 #: tree-ssa.c:571
7008 msgid "Statement makes aliased stores, but has no V_MAY_DEFS"
7009 msgstr ""
7010
7011 #: tree-ssa.c:605
7012 #, c-format
7013 msgid "AUX pointer initialized for edge %d->%d\n"
7014 msgstr ""
7015
7016 #: tree-ssa.c:684
7017 msgid "verify_ssa failed."
7018 msgstr ""
7019
7020 #: tree-ssa.c:1315
7021 msgid "%H'%D' is used uninitialized in this function"
7022 msgstr ""
7023
7024 #: tree-ssa.c:1340
7025 msgid "%H'%D' may be used uninitialized in this function"
7026 msgstr ""
7027
7028 #: tree-vectorizer.c:1213
7029 msgid "no support for reduction/induction"
7030 msgstr ""
7031
7032 #: tree-vectorizer.c:1239
7033 msgid "unsupported defining stmt"
7034 msgstr ""
7035
7036 #: tree.c:3160
7037 msgid "%Jfunction %qD definition is marked dllimport."
7038 msgstr ""
7039
7040 #: tree.c:3168
7041 msgid "%Jvariable %qD definition is marked dllimport."
7042 msgstr ""
7043
7044 #: tree.c:3188
7045 msgid "%Jexternal linkage required for symbol %qD because of %qs attribute."
7046 msgstr ""
7047
7048 #: tree.c:4328
7049 msgid "arrays of functions are not meaningful"
7050 msgstr ""
7051
7052 #: tree.c:4377
7053 msgid "function return type cannot be function"
7054 msgstr ""
7055
7056 #: tree.c:5259
7057 msgid "invalid initializer for bit string"
7058 msgstr ""
7059
7060 #: tree.c:5337
7061 #, c-format
7062 msgid "tree check: expected %s, have %s in %s, at %s:%d"
7063 msgstr ""
7064
7065 #: tree.c:5374
7066 #, c-format
7067 msgid "tree check: expected none of %s, have %s in %s, at %s:%d"
7068 msgstr ""
7069
7070 #: tree.c:5387
7071 #, c-format
7072 msgid "tree check: expected class %qs, have %qs (%s) in %s, at %s:%d"
7073 msgstr ""
7074
7075 #: tree.c:5401
7076 #, c-format
7077 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
7078 msgstr ""
7079
7080 #: tree.c:5413
7081 #, c-format
7082 msgid "tree check: accessed elt %d of phi_node with %d elts in %s, at %s:%d"
7083 msgstr ""
7084
7085 #: tree.c:5425
7086 #, c-format
7087 msgid "tree check: accessed operand %d of %s with %d operands in %s, at %s:%d"
7088 msgstr ""
7089
7090 #: varasm.c:480
7091 msgid "%J%D causes a section type conflict"
7092 msgstr ""
7093
7094 #: varasm.c:900
7095 msgid "%Jregister name not specified for %qD"
7096 msgstr ""
7097
7098 #: varasm.c:902
7099 msgid "%Jinvalid register name for %qD"
7100 msgstr ""
7101
7102 #: varasm.c:904
7103 msgid "%Jdata type of %qD isn%'t suitable for a register"
7104 msgstr ""
7105
7106 #: varasm.c:907
7107 msgid "%Jregister specified for %qD isn%'t suitable for data type"
7108 msgstr ""
7109
7110 #: varasm.c:917
7111 msgid "global register variable has initial value"
7112 msgstr ""
7113
7114 #: varasm.c:920
7115 msgid "volatile register variables don%'t work as you might wish"
7116 msgstr ""
7117
7118 #: varasm.c:953
7119 msgid "%Jregister name given for non-register variable %qD"
7120 msgstr ""
7121
7122 #: varasm.c:1574
7123 msgid ""
7124 "%Jalignment of %qD is greater than maximum object file alignment.  Using %d"
7125 msgstr ""
7126
7127 #: varasm.c:1623
7128 msgid "thread-local COMMON data not implemented"
7129 msgstr ""
7130
7131 #: varasm.c:1648
7132 msgid ""
7133 "%Jrequested alignment for %qD is greater than implemented alignment of %d"
7134 msgstr ""
7135
7136 #: varasm.c:3727
7137 msgid "initializer for integer value is too complicated"
7138 msgstr ""
7139
7140 #: varasm.c:3732
7141 msgid "initializer for floating value is not a floating constant"
7142 msgstr ""
7143
7144 #: varasm.c:3798
7145 msgid "unknown set constructor type"
7146 msgstr ""
7147
7148 #: varasm.c:4017
7149 #, c-format
7150 msgid "invalid initial value for member %qs"
7151 msgstr ""
7152
7153 #: varasm.c:4204 varasm.c:4248
7154 msgid "%Jweak declaration of %qD must precede definition"
7155 msgstr ""
7156
7157 #: varasm.c:4212
7158 msgid ""
7159 "%Jweak declaration of %qD after first use results in unspecified behavior"
7160 msgstr ""
7161
7162 #: varasm.c:4246
7163 msgid "%Jweak declaration of %qD must be public"
7164 msgstr ""
7165
7166 #: varasm.c:4255
7167 msgid "%Jweak declaration of %qD not supported"
7168 msgstr ""
7169
7170 #: varasm.c:4284 varasm.c:4377
7171 msgid "only weak aliases are supported in this configuration"
7172 msgstr ""
7173
7174 #: varasm.c:4380
7175 msgid "alias definitions not supported in this configuration; ignored"
7176 msgstr ""
7177
7178 #: varasm.c:4409
7179 msgid "visibility attribute not supported in this configuration; ignored"
7180 msgstr ""
7181
7182 #: varray.c:204
7183 #, c-format
7184 msgid "virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d"
7185 msgstr ""
7186
7187 #: varray.c:214
7188 #, c-format
7189 msgid "underflowed virtual array %s in %s, at %s:%d"
7190 msgstr ""
7191
7192 #: vec.c:146
7193 #, c-format
7194 msgid "vector %s %s domain error, in %s at %s:%u"
7195 msgstr ""
7196
7197 #. Print an error message for unrecognized stab codes.
7198 #: xcoffout.c:187
7199 #, c-format
7200 msgid "no sclass for %s stab (0x%x)\n"
7201 msgstr ""
7202
7203 #.
7204 #. Local variables:
7205 #. mode:c
7206 #. End:
7207 #.
7208 #: diagnostic.def:1
7209 msgid "fatal error: "
7210 msgstr ""
7211
7212 #: diagnostic.def:2
7213 msgid "internal compiler error: "
7214 msgstr ""
7215
7216 #: diagnostic.def:3
7217 msgid "error: "
7218 msgstr ""
7219
7220 #: diagnostic.def:4
7221 msgid "sorry, unimplemented: "
7222 msgstr ""
7223
7224 #: diagnostic.def:5
7225 msgid "warning: "
7226 msgstr ""
7227
7228 #: diagnostic.def:6
7229 msgid "anachronism: "
7230 msgstr ""
7231
7232 #: diagnostic.def:7
7233 msgid "note: "
7234 msgstr ""
7235
7236 #: diagnostic.def:8
7237 msgid "debug: "
7238 msgstr ""
7239
7240 #: params.def:53
7241 msgid ""
7242 "The maximum number of instructions in a single function eligible for inlining"
7243 msgstr ""
7244
7245 #: params.def:65
7246 msgid "The maximum number of instructions when automatically inlining"
7247 msgstr ""
7248
7249 #: params.def:70
7250 msgid ""
7251 "The maximum number of instructions inline function can grow to via recursive "
7252 "inlining"
7253 msgstr ""
7254
7255 #: params.def:75
7256 msgid ""
7257 "The maximum number of instructions non-inline function can grow to via "
7258 "recursive inlining"
7259 msgstr ""
7260
7261 #: params.def:80
7262 msgid "The maximum depth of recursive inlining for inline functions"
7263 msgstr ""
7264
7265 #: params.def:85
7266 msgid "The maximum depth of recursive inlining for non-inline functions"
7267 msgstr ""
7268
7269 #: params.def:95
7270 msgid "The maximum number of instructions for the RTL inliner"
7271 msgstr ""
7272
7273 #: params.def:106
7274 msgid "The maximum number of instructions to consider to fill a delay slot"
7275 msgstr ""
7276
7277 #: params.def:117
7278 msgid ""
7279 "The maximum number of instructions to consider to find accurate live "
7280 "register information"
7281 msgstr ""
7282
7283 #: params.def:127
7284 msgid "The maximum length of scheduling's pending operations list"
7285 msgstr ""
7286
7287 #: params.def:132
7288 msgid "The size of function body to be considered large"
7289 msgstr ""
7290
7291 #: params.def:136
7292 msgid "Maximal growth due to inlining of large function (in percent)"
7293 msgstr ""
7294
7295 #: params.def:140
7296 msgid ""
7297 "how much can given compilation unit grow because of the inlining (in percent)"
7298 msgstr ""
7299
7300 #: params.def:147
7301 msgid "The maximum amount of memory to be allocated by GCSE"
7302 msgstr ""
7303
7304 #: params.def:152
7305 msgid "The maximum number of passes to make when doing GCSE"
7306 msgstr ""
7307
7308 #: params.def:162
7309 msgid ""
7310 "The threshold ratio for performing partial redundancy elimination          "
7311 "after reload."
7312 msgstr ""
7313
7314 #: params.def:170
7315 msgid ""
7316 "The threshold ratio of critical edges execution count that permit          "
7317 "performing redundancy elimination after reload."
7318 msgstr ""
7319
7320 #: params.def:182
7321 msgid "The maximum number of instructions to consider to unroll in a loop"
7322 msgstr ""
7323
7324 #: params.def:188
7325 msgid ""
7326 "The maximum number of instructions to consider to unroll in a loop on average"
7327 msgstr ""
7328
7329 #: params.def:193
7330 msgid "The maximum number of unrollings of a single loop"
7331 msgstr ""
7332
7333 #: params.def:198
7334 msgid "The maximum number of insns of a peeled loop"
7335 msgstr ""
7336
7337 #: params.def:203
7338 msgid "The maximum number of peelings of a single loop"
7339 msgstr ""
7340
7341 #: params.def:208
7342 msgid "The maximum number of insns of a completely peeled loop"
7343 msgstr ""
7344
7345 #: params.def:213
7346 msgid ""
7347 "The maximum number of peelings of a single loop that is peeled completely"
7348 msgstr ""
7349
7350 #: params.def:218
7351 msgid "The maximum number of insns of a peeled loop that rolls only once"
7352 msgstr ""
7353
7354 #: params.def:224
7355 msgid "The maximum number of insns of an unswitched loop"
7356 msgstr ""
7357
7358 #: params.def:229
7359 msgid "The maximum number of unswitchings in a single loop"
7360 msgstr ""
7361
7362 #: params.def:236
7363 msgid ""
7364 "Bound on the number of iterations the brute force # of iterations \t "
7365 "analysis algorithm evaluates"
7366 msgstr ""
7367
7368 #: params.def:242
7369 msgid ""
7370 "Maximum number of loops to perform swing modulo scheduling on \t  (mainly "
7371 "for debugging)"
7372 msgstr ""
7373
7374 #: params.def:249
7375 msgid ""
7376 "A factor for tuning the upper bound that swing modulo scheduler uses \t  for "
7377 "scheduling a loop"
7378 msgstr ""
7379
7380 #: params.def:254
7381 msgid ""
7382 "The number of cycles the swing modulo scheduler considers when \t  checking "
7383 "conflicts using DFA"
7384 msgstr ""
7385
7386 #: params.def:259
7387 msgid ""
7388 "A threshold on the average loop count considered by the swing modulo \t  "
7389 "scheduler"
7390 msgstr ""
7391
7392 #: params.def:265
7393 msgid ""
7394 "Select fraction of the maximal count of repetitions of basic block in "
7395 "program given basic block needs to have to be considered hot"
7396 msgstr ""
7397
7398 #: params.def:270
7399 msgid ""
7400 "Select fraction of the maximal frequency of executions of basic block in "
7401 "function given basic block needs to have to be considered hot"
7402 msgstr ""
7403
7404 #: params.def:275
7405 msgid ""
7406 "The percentage of function, weighted by execution frequency, that must be "
7407 "covered by trace formation. Used when profile feedback is available"
7408 msgstr ""
7409
7410 #: params.def:280
7411 msgid ""
7412 "The percentage of function, weighted by execution frequency, that must be "
7413 "covered by trace formation. Used when profile feedback is not available"
7414 msgstr ""
7415
7416 #: params.def:285
7417 msgid "Maximal code growth caused by tail duplication (in percent)"
7418 msgstr ""
7419
7420 #: params.def:289
7421 msgid ""
7422 "Stop reverse growth if the reverse probability of best edge is less than "
7423 "this threshold (in percent)"
7424 msgstr ""
7425
7426 #: params.def:294
7427 msgid ""
7428 "Stop forward growth if the probability of best edge is less than this "
7429 "threshold (in percent). Used when profile feedback is available"
7430 msgstr ""
7431
7432 #: params.def:299
7433 msgid ""
7434 "Stop forward growth if the probability of best edge is less than this "
7435 "threshold (in percent). Used when profile feedback is not available"
7436 msgstr ""
7437
7438 #: params.def:306
7439 msgid "The maximum number of incoming edges to consider for crossjumping"
7440 msgstr ""
7441
7442 #: params.def:312
7443 msgid ""
7444 "The minimum number of matching instructions to consider for crossjumping"
7445 msgstr ""
7446
7447 #: params.def:318
7448 msgid "The maximum length of path considered in cse"
7449 msgstr ""
7450
7451 #: params.def:325
7452 msgid ""
7453 "The minimum cost of an expensive expression in the loop invariant motion"
7454 msgstr ""
7455
7456 #: params.def:334
7457 msgid ""
7458 "Bound on number of candidates below that all candidates are considered in iv "
7459 "optimizations"
7460 msgstr ""
7461
7462 #: params.def:342
7463 msgid "Bound on number of iv uses in loop optimized in iv optimizations"
7464 msgstr ""
7465
7466 #: params.def:349
7467 msgid ""
7468 "Given N calls and V call-clobbered vars in a function.  Use .GLOBAL_VAR if "
7469 "NxV is larger than this limit"
7470 msgstr ""
7471
7472 #: params.def:354
7473 msgid "The maximum memory locations recorded by cselib"
7474 msgstr ""
7475
7476 #: params.def:367
7477 msgid ""
7478 "Minimum heap expansion to trigger garbage collection, as a percentage of the "
7479 "total size of the heap"
7480 msgstr ""
7481
7482 #: params.def:373
7483 msgid "Minimum heap size before we start collecting garbage, in kilobytes"
7484 msgstr ""
7485
7486 #: params.def:381
7487 msgid ""
7488 "The maximum number of instructions to search backward when looking for "
7489 "equivalent reload"
7490 msgstr ""
7491
7492 #: params.def:386
7493 msgid ""
7494 "The maximum number of virtual operands allowed to represent aliases before "
7495 "triggering alias grouping."
7496 msgstr ""
7497
7498 #: params.def:391
7499 msgid ""
7500 "The maximum number of blocks in a region to be considered for interblock "
7501 "scheduling"
7502 msgstr ""
7503
7504 #: params.def:396
7505 msgid ""
7506 "The maximum number of insns in a region to be considered for interblock "
7507 "scheduling"
7508 msgstr ""
7509
7510 #: params.def:404
7511 msgid "The upper bound for sharing integer constants"
7512 msgstr ""
7513
7514 #: config/darwin-c.c:84
7515 msgid "too many #pragma options align=reset"
7516 msgstr ""
7517
7518 #: config/darwin-c.c:104 config/darwin-c.c:107 config/darwin-c.c:109
7519 #: config/darwin-c.c:111
7520 msgid "malformed '#pragma options', ignoring"
7521 msgstr ""
7522
7523 #: config/darwin-c.c:114
7524 msgid "junk at end of '#pragma options'"
7525 msgstr ""
7526
7527 #: config/darwin-c.c:124
7528 msgid "malformed '#pragma options align={mac68k|power|reset}', ignoring"
7529 msgstr ""
7530
7531 #: config/darwin-c.c:136
7532 msgid "missing '(' after '#pragma unused', ignoring"
7533 msgstr ""
7534
7535 #: config/darwin-c.c:154
7536 msgid "missing ')' after '#pragma unused', ignoring"
7537 msgstr ""
7538
7539 #: config/darwin-c.c:157
7540 msgid "junk at end of '#pragma unused'"
7541 msgstr ""
7542
7543 #: config/darwin-c.c:367
7544 #, c-format
7545 msgid "subframework include %s conflicts with framework include"
7546 msgstr ""
7547
7548 #: config/darwin.c:1328
7549 msgid ""
7550 "internal and protected visibility attributes not supportedin this "
7551 "configuration; ignored"
7552 msgstr ""
7553
7554 #: config/sol2-c.c:93 config/sol2-c.c:109
7555 msgid "malformed %<#pragma align%>, ignoring"
7556 msgstr ""
7557
7558 #: config/sol2-c.c:102
7559 msgid "invalid alignment for %<#pragma align%>, ignoring"
7560 msgstr ""
7561
7562 #: config/sol2-c.c:117
7563 msgid "%<#pragma align%> must appear before the declaration of %D, ignoring"
7564 msgstr ""
7565
7566 #: config/sol2-c.c:129 config/sol2-c.c:141
7567 msgid "malformed %<#pragma align%>"
7568 msgstr ""
7569
7570 #: config/sol2-c.c:136
7571 msgid "junk at end of %<#pragma align%>"
7572 msgstr ""
7573
7574 #: config/sol2-c.c:157 config/sol2-c.c:164
7575 msgid "malformed %<#pragma init%>, ignoring"
7576 msgstr ""
7577
7578 #: config/sol2-c.c:187 config/sol2-c.c:199
7579 msgid "malformed %<#pragma init%>"
7580 msgstr ""
7581
7582 #: config/sol2-c.c:194
7583 msgid "junk at end of %<#pragma init%>"
7584 msgstr ""
7585
7586 #: config/sol2-c.c:215 config/sol2-c.c:222
7587 msgid "malformed %<#pragma fini%>, ignoring"
7588 msgstr ""
7589
7590 #: config/sol2-c.c:245 config/sol2-c.c:257
7591 msgid "malformed %<#pragma fini%>"
7592 msgstr ""
7593
7594 #: config/sol2-c.c:252
7595 msgid "junk at end of %<#pragma fini%>"
7596 msgstr ""
7597
7598 #: config/sol2.c:53
7599 msgid "%Jignoring %<#pragma align%> for explicitly aligned %<%D%>"
7600 msgstr ""
7601
7602 #: config/darwin.h:152
7603 msgid "Set sizeof(bool) to 1"
7604 msgstr ""
7605
7606 #: config/darwin.h:154
7607 msgid "Generate code suitable for fast turn around debugging"
7608 msgstr ""
7609
7610 #: config/darwin.h:156
7611 msgid "Don't generate code suitable for fast turn around debugging"
7612 msgstr ""
7613
7614 #: config/lynx.h:137
7615 msgid "Use shared libraries"
7616 msgstr ""
7617
7618 #: config/lynx.h:138
7619 msgid "Support multi-threading"
7620 msgstr ""
7621
7622 #: config/lynx.h:139
7623 msgid "Support legacy multi-threading"
7624 msgstr ""
7625
7626 #: config/windiss.h:37
7627 msgid "profiler support for WindISS"
7628 msgstr ""
7629
7630 #: config/alpha/alpha.c:254
7631 #, c-format
7632 msgid "-f%s ignored for Unicos/Mk (not supported)"
7633 msgstr ""
7634
7635 #: config/alpha/alpha.c:278
7636 msgid "-mieee not supported on Unicos/Mk"
7637 msgstr ""
7638
7639 #: config/alpha/alpha.c:289
7640 msgid "-mieee-with-inexact not supported on Unicos/Mk"
7641 msgstr ""
7642
7643 #: config/alpha/alpha.c:306
7644 #, c-format
7645 msgid "bad value `%s' for -mtrap-precision switch"
7646 msgstr ""
7647
7648 #: config/alpha/alpha.c:320
7649 #, c-format
7650 msgid "bad value `%s' for -mfp-rounding-mode switch"
7651 msgstr ""
7652
7653 #: config/alpha/alpha.c:335
7654 #, c-format
7655 msgid "bad value `%s' for -mfp-trap-mode switch"
7656 msgstr ""
7657
7658 #: config/alpha/alpha.c:347 config/rs6000/rs6000.c:1653
7659 #, c-format
7660 msgid "bad value `%s' for -mtls-size switch"
7661 msgstr ""
7662
7663 #: config/alpha/alpha.c:366 config/alpha/alpha.c:378
7664 #, c-format
7665 msgid "bad value `%s' for -mcpu switch"
7666 msgstr ""
7667
7668 #: config/alpha/alpha.c:385
7669 msgid "trap mode not supported on Unicos/Mk"
7670 msgstr ""
7671
7672 #: config/alpha/alpha.c:392
7673 msgid "fp software completion requires -mtrap-precision=i"
7674 msgstr ""
7675
7676 #: config/alpha/alpha.c:408
7677 msgid "rounding mode not supported for VAX floats"
7678 msgstr ""
7679
7680 #: config/alpha/alpha.c:413
7681 msgid "trap mode not supported for VAX floats"
7682 msgstr ""
7683
7684 #: config/alpha/alpha.c:417
7685 msgid "128-bit long double not supported for VAX floats"
7686 msgstr ""
7687
7688 #: config/alpha/alpha.c:445
7689 #, c-format
7690 msgid "L%d cache latency unknown for %s"
7691 msgstr ""
7692
7693 #: config/alpha/alpha.c:460
7694 #, c-format
7695 msgid "bad value `%s' for -mmemory-latency"
7696 msgstr ""
7697
7698 #: config/alpha/alpha.c:4547
7699 #, c-format
7700 msgid "invalid %%H value"
7701 msgstr ""
7702
7703 #: config/alpha/alpha.c:4568
7704 #, c-format
7705 msgid "invalid %%J value"
7706 msgstr ""
7707
7708 #: config/alpha/alpha.c:4584 config/ia64/ia64.c:3736
7709 #, c-format
7710 msgid "invalid %%r value"
7711 msgstr ""
7712
7713 #: config/alpha/alpha.c:4594 config/rs6000/rs6000.c:10312
7714 #: config/xtensa/xtensa.c:1951
7715 #, c-format
7716 msgid "invalid %%R value"
7717 msgstr ""
7718
7719 #: config/alpha/alpha.c:4600 config/rs6000/rs6000.c:10231
7720 #: config/xtensa/xtensa.c:1918
7721 #, c-format
7722 msgid "invalid %%N value"
7723 msgstr ""
7724
7725 #: config/alpha/alpha.c:4608 config/rs6000/rs6000.c:10259
7726 #, c-format
7727 msgid "invalid %%P value"
7728 msgstr ""
7729
7730 #: config/alpha/alpha.c:4616
7731 #, c-format
7732 msgid "invalid %%h value"
7733 msgstr ""
7734
7735 #: config/alpha/alpha.c:4624 config/xtensa/xtensa.c:1944
7736 #, c-format
7737 msgid "invalid %%L value"
7738 msgstr ""
7739
7740 #: config/alpha/alpha.c:4663 config/rs6000/rs6000.c:10213
7741 #, c-format
7742 msgid "invalid %%m value"
7743 msgstr ""
7744
7745 #: config/alpha/alpha.c:4671 config/rs6000/rs6000.c:10221
7746 #, c-format
7747 msgid "invalid %%M value"
7748 msgstr ""
7749
7750 #: config/alpha/alpha.c:4715
7751 #, c-format
7752 msgid "invalid %%U value"
7753 msgstr ""
7754
7755 #: config/alpha/alpha.c:4727 config/alpha/alpha.c:4741
7756 #: config/rs6000/rs6000.c:10320
7757 #, c-format
7758 msgid "invalid %%s value"
7759 msgstr ""
7760
7761 #: config/alpha/alpha.c:4764
7762 #, c-format
7763 msgid "invalid %%C value"
7764 msgstr ""
7765
7766 #: config/alpha/alpha.c:4801 config/rs6000/rs6000.c:10050
7767 #: config/rs6000/rs6000.c:10070
7768 #, c-format
7769 msgid "invalid %%E value"
7770 msgstr ""
7771
7772 #: config/alpha/alpha.c:4826 config/alpha/alpha.c:4874
7773 msgid "unknown relocation unspec"
7774 msgstr ""
7775
7776 #: config/alpha/alpha.c:4835 config/rs6000/rs6000.c:10638
7777 #, c-format
7778 msgid "invalid %%xn code"
7779 msgstr ""
7780
7781 #: config/alpha/alpha.c:5795 config/alpha/alpha.c:5798 config/s390/s390.c:7732
7782 #: config/s390/s390.c:7735
7783 msgid "bad builtin fcode"
7784 msgstr ""
7785
7786 #. Macro to define tables used to set the flags.
7787 #. This is a list in braces of pairs in braces,
7788 #. each pair being { "NAME", VALUE }
7789 #. where VALUE is the bits to set or minus the bits to clear.
7790 #. An empty string NAME is used to identify the default VALUE.
7791 #. WARNING: Do not mark empty strings for translation, as calling
7792 #. gettext on an empty string does NOT return an empty
7793 #. string.
7794 #. Macro to define tables used to set the flags.
7795 #. This is a list in braces of pairs in braces,
7796 #. each pair being { "NAME", VALUE }
7797 #. where VALUE is the bits to set or minus the bits to clear.
7798 #. An empty string NAME is used to identify the default VALUE.
7799 #: config/alpha/alpha.h:293 config/i386/i386.h:333 config/i386/i386.h:335
7800 #: config/i386/i386.h:337 config/ns32k/ns32k.h:140 config/s390/s390.h:135
7801 #: config/sparc/sparc.h:616 config/sparc/sparc.h:621
7802 msgid "Use hardware fp"
7803 msgstr ""
7804
7805 #: config/alpha/alpha.h:294 config/i386/i386.h:334 config/i386/i386.h:336
7806 #: config/sparc/sparc.h:618 config/sparc/sparc.h:623
7807 msgid "Do not use hardware fp"
7808 msgstr ""
7809
7810 #: config/alpha/alpha.h:295
7811 msgid "Use fp registers"
7812 msgstr ""
7813
7814 #: config/alpha/alpha.h:297
7815 msgid "Do not use fp registers"
7816 msgstr ""
7817
7818 #: config/alpha/alpha.h:298
7819 msgid "Do not assume GAS"
7820 msgstr ""
7821
7822 #: config/alpha/alpha.h:299
7823 msgid "Assume GAS"
7824 msgstr ""
7825
7826 #: config/alpha/alpha.h:301
7827 msgid "Request IEEE-conformant math library routines (OSF/1)"
7828 msgstr ""
7829
7830 #: config/alpha/alpha.h:303
7831 msgid "Emit IEEE-conformant code, without inexact exceptions"
7832 msgstr ""
7833
7834 #: config/alpha/alpha.h:305
7835 msgid "Emit IEEE-conformant code, with inexact exceptions"
7836 msgstr ""
7837
7838 #: config/alpha/alpha.h:307
7839 msgid "Do not emit complex integer constants to read-only memory"
7840 msgstr ""
7841
7842 #: config/alpha/alpha.h:308
7843 msgid "Use VAX fp"
7844 msgstr ""
7845
7846 #: config/alpha/alpha.h:309
7847 msgid "Do not use VAX fp"
7848 msgstr ""
7849
7850 #: config/alpha/alpha.h:310
7851 msgid "Emit code for the byte/word ISA extension"
7852 msgstr ""
7853
7854 #: config/alpha/alpha.h:313
7855 msgid "Emit code for the motion video ISA extension"
7856 msgstr ""
7857
7858 #: config/alpha/alpha.h:316
7859 msgid "Emit code for the fp move and sqrt ISA extension"
7860 msgstr ""
7861
7862 #: config/alpha/alpha.h:318
7863 msgid "Emit code for the counting ISA extension"
7864 msgstr ""
7865
7866 #: config/alpha/alpha.h:321
7867 msgid "Emit code using explicit relocation directives"
7868 msgstr ""
7869
7870 #: config/alpha/alpha.h:324
7871 msgid "Emit 16-bit relocations to the small data areas"
7872 msgstr ""
7873
7874 #: config/alpha/alpha.h:326
7875 msgid "Emit 32-bit relocations to the small data areas"
7876 msgstr ""
7877
7878 #: config/alpha/alpha.h:328
7879 msgid "Emit direct branches to local functions"
7880 msgstr ""
7881
7882 #: config/alpha/alpha.h:331
7883 msgid "Emit rdval instead of rduniq for thread pointer"
7884 msgstr ""
7885
7886 #: config/alpha/alpha.h:333
7887 msgid "Use 128-bit long double"
7888 msgstr ""
7889
7890 #: config/alpha/alpha.h:335
7891 msgid "Use 64-bit long double"
7892 msgstr ""
7893
7894 #. For -mcpu=
7895 #. For -mtune=
7896 #. For -mfp-rounding-mode=[n|m|c|d]
7897 #. For -mfp-trap-mode=[n|u|su|sui]
7898 #. For -mtrap-precision=[p|f|i]
7899 #. For -mmemory-latency=
7900 #. For -mtls-size=
7901 #: config/alpha/alpha.h:364
7902 msgid "Use features of and schedule given CPU"
7903 msgstr ""
7904
7905 #: config/alpha/alpha.h:366
7906 msgid "Schedule given CPU"
7907 msgstr ""
7908
7909 #: config/alpha/alpha.h:368
7910 msgid "Control the generated fp rounding mode"
7911 msgstr ""
7912
7913 #: config/alpha/alpha.h:370
7914 msgid "Control the IEEE trap mode"
7915 msgstr ""
7916
7917 #: config/alpha/alpha.h:372
7918 msgid "Control the precision given to fp exceptions"
7919 msgstr ""
7920
7921 #: config/alpha/alpha.h:374
7922 msgid "Tune expected memory latency"
7923 msgstr ""
7924
7925 #: config/alpha/alpha.h:376 config/ia64/ia64.h:284 config/rs6000/sysv4.h:90
7926 msgid "Specify bit size of immediate TLS offsets"
7927 msgstr ""
7928
7929 #: config/arc/arc.c:172
7930 #, c-format
7931 msgid "bad value (%s) for -mcpu switch"
7932 msgstr ""
7933
7934 #: config/arc/arc.c:394
7935 #, c-format
7936 msgid "argument of `%s' attribute is not a string constant"
7937 msgstr ""
7938
7939 #: config/arc/arc.c:401
7940 #, c-format
7941 msgid "argument of `%s' attribute is not \"ilink1\" or \"ilink2\""
7942 msgstr ""
7943
7944 #: config/arc/arc.c:1739 config/m32r/m32r.c:2130
7945 #, c-format
7946 msgid "invalid operand to %%R code"
7947 msgstr ""
7948
7949 #: config/arc/arc.c:1771 config/m32r/m32r.c:2153
7950 #, c-format
7951 msgid "invalid operand to %%H/%%L code"
7952 msgstr ""
7953
7954 #: config/arc/arc.c:1794 config/m32r/m32r.c:2224
7955 #, c-format
7956 msgid "invalid operand to %%U code"
7957 msgstr ""
7958
7959 #: config/arc/arc.c:1805
7960 #, c-format
7961 msgid "invalid operand to %%V code"
7962 msgstr ""
7963
7964 #. Unknown flag.
7965 #. Undocumented flag.
7966 #: config/arc/arc.c:1812 config/m32r/m32r.c:2251 config/sparc/sparc.c:7298
7967 msgid "invalid operand output code"
7968 msgstr ""
7969
7970 #: config/arm/arm.c:774
7971 #, c-format
7972 msgid "switch -mcpu=%s conflicts with -march= switch"
7973 msgstr ""
7974
7975 #: config/arm/arm.c:784 config/rs6000/rs6000.c:1207 config/sparc/sparc.c:621
7976 #, c-format
7977 msgid "bad value (%s) for %s switch"
7978 msgstr ""
7979
7980 #: config/arm/arm.c:893
7981 msgid "target CPU does not support interworking"
7982 msgstr ""
7983
7984 #: config/arm/arm.c:899
7985 msgid "target CPU does not support THUMB instructions"
7986 msgstr ""
7987
7988 #: config/arm/arm.c:913
7989 msgid ""
7990 "enabling backtrace support is only meaningful when compiling for the Thumb"
7991 msgstr ""
7992
7993 #: config/arm/arm.c:916
7994 msgid ""
7995 "enabling callee interworking support is only meaningful when compiling for "
7996 "the Thumb"
7997 msgstr ""
7998
7999 #: config/arm/arm.c:919
8000 msgid ""
8001 "enabling caller interworking support is only meaningful when compiling for "
8002 "the Thumb"
8003 msgstr ""
8004
8005 #: config/arm/arm.c:923
8006 msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
8007 msgstr ""
8008
8009 #: config/arm/arm.c:931
8010 msgid "-fpic and -mapcs-reent are incompatible"
8011 msgstr ""
8012
8013 #: config/arm/arm.c:934
8014 msgid "APCS reentrant code not supported.  Ignored"
8015 msgstr ""
8016
8017 #: config/arm/arm.c:942
8018 msgid "-g with -mno-apcs-frame may not give sensible debugging"
8019 msgstr ""
8020
8021 #: config/arm/arm.c:950
8022 msgid "passing floating point arguments in fp regs not yet supported"
8023 msgstr ""
8024
8025 #: config/arm/arm.c:992
8026 #, c-format
8027 msgid "invalid ABI option: -mabi=%s"
8028 msgstr ""
8029
8030 #: config/arm/arm.c:998
8031 msgid "iwmmxt requires an AAPCS compatible ABI for proper operation"
8032 msgstr ""
8033
8034 #: config/arm/arm.c:1001
8035 msgid "iwmmxt abi requires an iwmmxt capable cpu"
8036 msgstr ""
8037
8038 #: config/arm/arm.c:1011
8039 #, c-format
8040 msgid "invalid floating point emulation option: -mfpe=%s"
8041 msgstr ""
8042
8043 #: config/arm/arm.c:1028
8044 #, c-format
8045 msgid "invalid floating point option: -mfpu=%s"
8046 msgstr ""
8047
8048 #: config/arm/arm.c:1069
8049 #, c-format
8050 msgid "invalid floating point abi: -mfloat-abi=%s"
8051 msgstr ""
8052
8053 #: config/arm/arm.c:1082
8054 msgid "-mfloat-abi=hard and VFP"
8055 msgstr ""
8056
8057 #: config/arm/arm.c:1108
8058 #, c-format
8059 msgid "structure size boundary can only be set to %s"
8060 msgstr ""
8061
8062 #: config/arm/arm.c:1117
8063 msgid "-mpic-register= is useless without -fpic"
8064 msgstr ""
8065
8066 #: config/arm/arm.c:1124
8067 #, c-format
8068 msgid "unable to use '%s' for PIC register"
8069 msgstr ""
8070
8071 #: config/arm/arm.c:2598 config/arm/arm.c:2616 config/avr/avr.c:4533
8072 #: config/c4x/c4x.c:4500 config/h8300/h8300.c:5755 config/i386/i386.c:1685
8073 #: config/i386/i386.c:1731 config/ip2k/ip2k.c:3181
8074 #: config/m68hc11/m68hc11.c:1350 config/m68k/m68k.c:288
8075 #: config/mcore/mcore.c:3375 config/ns32k/ns32k.c:1068
8076 #: config/rs6000/rs6000.c:16655 config/sh/sh.c:7146 config/sh/sh.c:7167
8077 #: config/sh/sh.c:7202 config/stormy16/stormy16.c:2413 config/v850/v850.c:2207
8078 #, c-format
8079 msgid "`%s' attribute only applies to functions"
8080 msgstr ""
8081
8082 #: config/arm/arm.c:2630 config/arm/arm.c:2657 config/avr/avr.c:4514
8083 #: config/h8300/h8300.c:5779 config/h8300/h8300.c:5802 config/i386/i386.c:1713
8084 #: config/i386/i386.c:14495 config/ia64/ia64.c:512 config/ip2k/ip2k.c:3163
8085 #: config/m68hc11/m68hc11.c:1314 config/rs6000/rs6000.c:16620
8086 #: config/sh/symbian.c:414 config/sh/symbian.c:421
8087 #, c-format
8088 msgid "`%s' attribute ignored"
8089 msgstr ""
8090
8091 #: config/arm/arm.c:11289
8092 msgid "unable to compute real location of stacked parameter"
8093 msgstr ""
8094
8095 #. @@@ better error message
8096 #: config/arm/arm.c:11922 config/arm/arm.c:11959
8097 msgid "selector must be an immediate"
8098 msgstr ""
8099
8100 #. @@@ better error message
8101 #: config/arm/arm.c:12002 config/i386/i386.c:13388 config/i386/i386.c:13422
8102 msgid "mask must be an immediate"
8103 msgstr ""
8104
8105 #: config/arm/arm.c:12678
8106 msgid "no low registers available for popping high registers"
8107 msgstr ""
8108
8109 #: config/arm/arm.c:12896
8110 msgid "interrupt Service Routines cannot be coded in Thumb mode"
8111 msgstr ""
8112
8113 #: config/arm/pe.c:171 config/mcore/mcore.c:3241
8114 msgid "%Jinitialized variable '%D' is marked dllimport"
8115 msgstr ""
8116
8117 #: config/arm/pe.c:180
8118 msgid "%Jstatic variable '%D' is marked dllimport"
8119 msgstr ""
8120
8121 #: config/arm/arm.h:318
8122 msgid "Generate APCS conformant stack frames"
8123 msgstr ""
8124
8125 #: config/arm/arm.h:321
8126 msgid "Store function names in object code"
8127 msgstr ""
8128
8129 #: config/arm/arm.h:327
8130 msgid "Pass FP arguments in FP registers"
8131 msgstr ""
8132
8133 #: config/arm/arm.h:330
8134 msgid "Generate re-entrant, PIC code"
8135 msgstr ""
8136
8137 #: config/arm/arm.h:333
8138 msgid "Use library calls to perform FP operations"
8139 msgstr ""
8140
8141 #: config/arm/arm.h:335
8142 msgid "Use hardware floating point instructions"
8143 msgstr ""
8144
8145 #: config/arm/arm.h:337
8146 msgid "Assume target CPU is configured as big endian"
8147 msgstr ""
8148
8149 #: config/arm/arm.h:339
8150 msgid "Assume target CPU is configured as little endian"
8151 msgstr ""
8152
8153 #: config/arm/arm.h:341
8154 msgid "Assume big endian bytes, little endian words"
8155 msgstr ""
8156
8157 #: config/arm/arm.h:343
8158 msgid "Support calls between Thumb and ARM instruction sets"
8159 msgstr ""
8160
8161 #: config/arm/arm.h:346
8162 msgid "Generate a call to abort if a noreturn function returns"
8163 msgstr ""
8164
8165 #: config/arm/arm.h:349
8166 msgid "Do not move instructions into a function's prologue"
8167 msgstr ""
8168
8169 #: config/arm/arm.h:352
8170 msgid "Do not load the PIC register in function prologues"
8171 msgstr ""
8172
8173 #: config/arm/arm.h:355
8174 msgid "Generate call insns as indirect calls, if necessary"
8175 msgstr ""
8176
8177 #: config/arm/arm.h:358
8178 msgid "Compile for the Thumb not the ARM"
8179 msgstr ""
8180
8181 #: config/arm/arm.h:362
8182 msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
8183 msgstr ""
8184
8185 #: config/arm/arm.h:365
8186 msgid "Thumb: Generate (leaf) stack frames even if not needed"
8187 msgstr ""
8188
8189 #: config/arm/arm.h:368
8190 msgid "Thumb: Assume non-static functions may be called from ARM code"
8191 msgstr ""
8192
8193 #: config/arm/arm.h:372
8194 msgid "Thumb: Assume function pointers may go to non-Thumb aware code"
8195 msgstr ""
8196
8197 #: config/arm/arm.h:376
8198 msgid "Cirrus: Place NOPs to avoid invalid instruction combinations"
8199 msgstr ""
8200
8201 #: config/arm/arm.h:378
8202 msgid "Cirrus: Do not break up invalid instruction combinations with NOPs"
8203 msgstr ""
8204
8205 #: config/arm/arm.h:386
8206 msgid "Specify the name of the target CPU"
8207 msgstr ""
8208
8209 #: config/arm/arm.h:388
8210 msgid "Specify the name of the target architecture"
8211 msgstr ""
8212
8213 #: config/arm/arm.h:393
8214 msgid "Specify the name of the target floating point hardware/format"
8215 msgstr ""
8216
8217 #: config/arm/arm.h:395
8218 msgid "Specify if floating point hardware should be used"
8219 msgstr ""
8220
8221 #: config/arm/arm.h:397
8222 msgid "Specify the minimum bit alignment of structures"
8223 msgstr ""
8224
8225 #: config/arm/arm.h:399
8226 msgid "Specify the register to be used for PIC addressing"
8227 msgstr ""
8228
8229 #: config/arm/arm.h:400 config/mips/mips.h:774
8230 msgid "Specify an ABI"
8231 msgstr ""
8232
8233 #: config/arm/pe.h:59
8234 msgid "Ignore dllimport attribute for functions"
8235 msgstr ""
8236
8237 #: config/avr/avr.c:520
8238 #, c-format
8239 msgid "large frame pointer change (%d) with -mtiny-stack"
8240 msgstr ""
8241
8242 #: config/avr/avr.c:1107
8243 msgid "bad address, not (reg+disp):"
8244 msgstr ""
8245
8246 #: config/avr/avr.c:1115
8247 msgid "internal compiler error.  Bad address:"
8248 msgstr ""
8249
8250 #: config/avr/avr.c:1128
8251 msgid "internal compiler error.  Unknown mode:"
8252 msgstr ""
8253
8254 #: config/avr/avr.c:1750 config/avr/avr.c:2411
8255 msgid "invalid insn:"
8256 msgstr ""
8257
8258 #: config/avr/avr.c:1784 config/avr/avr.c:1867 config/avr/avr.c:1916
8259 #: config/avr/avr.c:1925 config/avr/avr.c:2020 config/avr/avr.c:2189
8260 #: config/avr/avr.c:2445 config/avr/avr.c:2553
8261 msgid "incorrect insn:"
8262 msgstr ""
8263
8264 #: config/avr/avr.c:1944 config/avr/avr.c:2105 config/avr/avr.c:2260
8265 #: config/avr/avr.c:2597
8266 msgid "unknown move insn:"
8267 msgstr ""
8268
8269 #: config/avr/avr.c:2820
8270 msgid "bad shift insn:"
8271 msgstr ""
8272
8273 #: config/avr/avr.c:2933 config/avr/avr.c:3354 config/avr/avr.c:3725
8274 msgid "internal compiler error.  Incorrect shift:"
8275 msgstr ""
8276
8277 #: config/avr/avr.c:4507 config/ip2k/ip2k.c:3156
8278 msgid "only initialized variables can be placed into program memory area"
8279 msgstr ""
8280
8281 #: config/avr/avr.c:4601
8282 msgid "only uninitialized variables can be placed in the .noinit section"
8283 msgstr ""
8284
8285 #: config/avr/avr.c:4615
8286 #, c-format
8287 msgid "MCU `%s' supported for assembler only"
8288 msgstr ""
8289
8290 #: config/avr/avr.h:73
8291 msgid "Assume int to be 8 bit integer"
8292 msgstr ""
8293
8294 #: config/avr/avr.h:75
8295 msgid "Change the stack pointer without disabling interrupts"
8296 msgstr ""
8297
8298 #: config/avr/avr.h:77
8299 msgid "Use subroutines for function prologue/epilogue"
8300 msgstr ""
8301
8302 #: config/avr/avr.h:79
8303 msgid "Change only the low 8 bits of the stack pointer"
8304 msgstr ""
8305
8306 #: config/avr/avr.h:81
8307 msgid "Do not generate tablejump insns"
8308 msgstr ""
8309
8310 #: config/avr/avr.h:83
8311 msgid "Use rjmp/rcall (limited range) on >8K devices"
8312 msgstr ""
8313
8314 #: config/avr/avr.h:85
8315 msgid "Output instruction sizes to the asm file"
8316 msgstr ""
8317
8318 #: config/avr/avr.h:102
8319 msgid "Specify the initial stack address"
8320 msgstr ""
8321
8322 #: config/avr/avr.h:103
8323 msgid "Specify the MCU name"
8324 msgstr ""
8325
8326 #: config/avr/avr.h:771
8327 msgid "trampolines not supported"
8328 msgstr ""
8329
8330 #: config/c4x/c4x-c.c:71
8331 #, c-format
8332 msgid "missing '(' after '#pragma %s' - ignored"
8333 msgstr ""
8334
8335 #: config/c4x/c4x-c.c:74
8336 #, c-format
8337 msgid "missing function name in '#pragma %s' - ignored"
8338 msgstr ""
8339
8340 #: config/c4x/c4x-c.c:79
8341 #, c-format
8342 msgid "malformed '#pragma %s' - ignored"
8343 msgstr ""
8344
8345 #: config/c4x/c4x-c.c:81
8346 #, c-format
8347 msgid "missing section name in '#pragma %s' - ignored"
8348 msgstr ""
8349
8350 #: config/c4x/c4x-c.c:86
8351 #, c-format
8352 msgid "missing ')' for '#pragma %s' - ignored"
8353 msgstr ""
8354
8355 #: config/c4x/c4x-c.c:89
8356 #, c-format
8357 msgid "junk at end of '#pragma %s'"
8358 msgstr ""
8359
8360 #: config/c4x/c4x.c:313
8361 #, c-format
8362 msgid "unknown CPU version %d, using 40.\n"
8363 msgstr ""
8364
8365 #: config/c4x/c4x.c:875
8366 #, c-format
8367 msgid "ISR %s requires %d words of local vars, max is 32767"
8368 msgstr ""
8369
8370 #: config/c4x/c4x.c:1599
8371 msgid "using CONST_DOUBLE for address"
8372 msgstr ""
8373
8374 #: config/c4x/c4x.c:1737
8375 msgid "c4x_address_cost: Invalid addressing mode"
8376 msgstr ""
8377
8378 #: config/c4x/c4x.c:1872
8379 #, c-format
8380 msgid "c4x_print_operand: %%L inconsistency"
8381 msgstr ""
8382
8383 #: config/c4x/c4x.c:1878
8384 #, c-format
8385 msgid "c4x_print_operand: %%N inconsistency"
8386 msgstr ""
8387
8388 #: config/c4x/c4x.c:1919
8389 #, c-format
8390 msgid "c4x_print_operand: %%O inconsistency"
8391 msgstr ""
8392
8393 #: config/c4x/c4x.c:2014
8394 msgid "c4x_print_operand: Bad operand case"
8395 msgstr ""
8396
8397 #: config/c4x/c4x.c:2055
8398 msgid "c4x_print_operand_address: Bad post_modify"
8399 msgstr ""
8400
8401 #: config/c4x/c4x.c:2077
8402 msgid "c4x_print_operand_address: Bad pre_modify"
8403 msgstr ""
8404
8405 #: config/c4x/c4x.c:2125 config/c4x/c4x.c:2137 config/c4x/c4x.c:2152
8406 msgid "c4x_print_operand_address: Bad operand case"
8407 msgstr ""
8408
8409 #: config/c4x/c4x.c:2403
8410 msgid "c4x_rptb_insert: Cannot find start label"
8411 msgstr ""
8412
8413 #: config/c4x/c4x.c:3318 config/c4x/c4x.c:3336
8414 msgid "mode not QImode"
8415 msgstr ""
8416
8417 #: config/c4x/c4x.c:3406
8418 msgid "invalid indirect memory address"
8419 msgstr ""
8420
8421 #: config/c4x/c4x.c:3495
8422 msgid "invalid indirect (S) memory address"
8423 msgstr ""
8424
8425 #: config/c4x/c4x.c:3830
8426 msgid "c4x_valid_operands: Internal error"
8427 msgstr ""
8428
8429 #: config/c4x/c4x.c:4269
8430 msgid "c4x_operand_subword: invalid mode"
8431 msgstr ""
8432
8433 #: config/c4x/c4x.c:4272
8434 msgid "c4x_operand_subword: invalid operand"
8435 msgstr ""
8436
8437 #. We could handle these with some difficulty.
8438 #. e.g., *p-- => *(p-=2); *(p+1).
8439 #: config/c4x/c4x.c:4298
8440 msgid "c4x_operand_subword: invalid autoincrement"
8441 msgstr ""
8442
8443 #: config/c4x/c4x.c:4304
8444 msgid "c4x_operand_subword: invalid address"
8445 msgstr ""
8446
8447 #: config/c4x/c4x.c:4315
8448 msgid "c4x_operand_subword: address not offsettable"
8449 msgstr ""
8450
8451 #: config/c4x/c4x.c:4525
8452 msgid "c4x_rptb_rpts_p: Repeat block top label moved\n"
8453 msgstr ""
8454
8455 #. Target compilation option flags.
8456 #. Small memory model.
8457 #. Use 24-bit MPYI for C3x.
8458 #. Fast fixing of floats.
8459 #. Allow use of RPTS.
8460 #. Emit C3x code.
8461 #. Be compatible with TI assembler.
8462 #. Be paranoid about DP reg. in ISRs.
8463 #. Pass arguments on stack.
8464 #. Enable features under development.
8465 #. Enable repeat block.
8466 #. Use BK as general register.
8467 #. Use decrement and branch for C3x.
8468 #. Enable debugging of GCC.
8469 #. Force constants into registers.
8470 #. Allow unsigned loop counters.
8471 #. Force op0 and op1 to be same.
8472 #. Save all 40 bits for floats.
8473 #. Allow parallel insns.
8474 #. Allow MPY||ADD, MPY||SUB insns.
8475 #. Assume mem refs possibly aliased.
8476 #. Emit C30 code.
8477 #. Emit C31 code.
8478 #. Emit C32 code.
8479 #. Emit C33 code.
8480 #. Emit C40 code.
8481 #. Emit C44 code.
8482 #. Run-time compilation parameters selecting different hardware subsets.
8483 #.
8484 #. Macro to define tables used to set the flags.
8485 #. This is a list in braces of triplets in braces,
8486 #. each pair being { "NAME", VALUE, "DESCRIPTION" }
8487 #. where VALUE is the bits to set or minus the bits to clear.
8488 #. An empty string NAME is used to identify the default VALUE.
8489 #: config/c4x/c4x.h:168
8490 msgid "Small memory model"
8491 msgstr ""
8492
8493 #: config/c4x/c4x.h:170
8494 msgid "Big memory model"
8495 msgstr ""
8496
8497 #: config/c4x/c4x.h:172
8498 msgid "Use MPYI instruction for C3x"
8499 msgstr ""
8500
8501 #: config/c4x/c4x.h:174
8502 msgid "Do not use MPYI instruction for C3x"
8503 msgstr ""
8504
8505 #: config/c4x/c4x.h:176
8506 msgid "Use fast but approximate float to integer conversion"
8507 msgstr ""
8508
8509 #: config/c4x/c4x.h:178
8510 msgid "Use slow but accurate float to integer conversion"
8511 msgstr ""
8512
8513 #: config/c4x/c4x.h:180
8514 msgid "Enable use of RTPS instruction"
8515 msgstr ""
8516
8517 #: config/c4x/c4x.h:182
8518 msgid "Disable use of RTPS instruction"
8519 msgstr ""
8520
8521 #: config/c4x/c4x.h:184
8522 msgid "Enable use of RTPB instruction"
8523 msgstr ""
8524
8525 #: config/c4x/c4x.h:186
8526 msgid "Disable use of RTPB instruction"
8527 msgstr ""
8528
8529 #: config/c4x/c4x.h:188
8530 msgid "Generate code for C30 CPU"
8531 msgstr ""
8532
8533 #: config/c4x/c4x.h:190
8534 msgid "Generate code for C31 CPU"
8535 msgstr ""
8536
8537 #: config/c4x/c4x.h:192
8538 msgid "Generate code for C32 CPU"
8539 msgstr ""
8540
8541 #: config/c4x/c4x.h:194
8542 msgid "Generate code for C33 CPU"
8543 msgstr ""
8544
8545 #: config/c4x/c4x.h:196
8546 msgid "Generate code for C40 CPU"
8547 msgstr ""
8548
8549 #: config/c4x/c4x.h:198
8550 msgid "Generate code for C44 CPU"
8551 msgstr ""
8552
8553 #: config/c4x/c4x.h:200
8554 msgid "Emit code compatible with TI tools"
8555 msgstr ""
8556
8557 #: config/c4x/c4x.h:202
8558 msgid "Emit code to use GAS extensions"
8559 msgstr ""
8560
8561 #: config/c4x/c4x.h:204 config/c4x/c4x.h:208
8562 msgid "Save DP across ISR in small memory model"
8563 msgstr ""
8564
8565 #: config/c4x/c4x.h:206 config/c4x/c4x.h:210
8566 msgid "Don't save DP across ISR in small memory model"
8567 msgstr ""
8568
8569 #: config/c4x/c4x.h:212
8570 msgid "Pass arguments on the stack"
8571 msgstr ""
8572
8573 #: config/c4x/c4x.h:214
8574 msgid "Pass arguments in registers"
8575 msgstr ""
8576
8577 #: config/c4x/c4x.h:216
8578 msgid "Enable new features under development"
8579 msgstr ""
8580
8581 #: config/c4x/c4x.h:218
8582 msgid "Disable new features under development"
8583 msgstr ""
8584
8585 #: config/c4x/c4x.h:220
8586 msgid "Use the BK register as a general purpose register"
8587 msgstr ""
8588
8589 #: config/c4x/c4x.h:222
8590 msgid "Do not allocate BK register"
8591 msgstr ""
8592
8593 #: config/c4x/c4x.h:224
8594 msgid "Enable use of DB instruction"
8595 msgstr ""
8596
8597 #: config/c4x/c4x.h:226
8598 msgid "Disable use of DB instruction"
8599 msgstr ""
8600
8601 #: config/c4x/c4x.h:228
8602 msgid "Enable debugging"
8603 msgstr ""
8604
8605 #: config/c4x/c4x.h:230
8606 msgid "Disable debugging"
8607 msgstr ""
8608
8609 #: config/c4x/c4x.h:232
8610 msgid "Force constants into registers to improve hoisting"
8611 msgstr ""
8612
8613 #: config/c4x/c4x.h:234
8614 msgid "Don't force constants into registers"
8615 msgstr ""
8616
8617 #: config/c4x/c4x.h:236
8618 msgid "Force RTL generation to emit valid 3 operand insns"
8619 msgstr ""
8620
8621 #: config/c4x/c4x.h:238
8622 msgid "Allow RTL generation to emit invalid 3 operand insns"
8623 msgstr ""
8624
8625 #: config/c4x/c4x.h:240
8626 msgid "Allow unsigned iteration counts for RPTB/DB"
8627 msgstr ""
8628
8629 #: config/c4x/c4x.h:242
8630 msgid "Disallow unsigned iteration counts for RPTB/DB"
8631 msgstr ""
8632
8633 #: config/c4x/c4x.h:244
8634 msgid "Preserve all 40 bits of FP reg across call"
8635 msgstr ""
8636
8637 #: config/c4x/c4x.h:246
8638 msgid "Only preserve 32 bits of FP reg across call"
8639 msgstr ""
8640
8641 #: config/c4x/c4x.h:248
8642 msgid "Enable parallel instructions"
8643 msgstr ""
8644
8645 #: config/c4x/c4x.h:250
8646 msgid "Disable parallel instructions"
8647 msgstr ""
8648
8649 #: config/c4x/c4x.h:252
8650 msgid "Enable MPY||ADD and MPY||SUB instructions"
8651 msgstr ""
8652
8653 #: config/c4x/c4x.h:254
8654 msgid "Disable MPY||ADD and MPY||SUB instructions"
8655 msgstr ""
8656
8657 #: config/c4x/c4x.h:256
8658 msgid "Assume that pointers may be aliased"
8659 msgstr ""
8660
8661 #: config/c4x/c4x.h:258
8662 msgid "Assume that pointers not aliased"
8663 msgstr ""
8664
8665 #: config/c4x/c4x.h:332
8666 msgid "Specify maximum number of iterations for RPTS"
8667 msgstr ""
8668
8669 #: config/c4x/c4x.h:334
8670 msgid "Select CPU to generate code for"
8671 msgstr ""
8672
8673 #: config/cris/cris.c:620
8674 msgid "unexpected index-type in cris_print_index"
8675 msgstr ""
8676
8677 #: config/cris/cris.c:634
8678 msgid "unexpected base-type in cris_print_base"
8679 msgstr ""
8680
8681 #: config/cris/cris.c:927
8682 #, c-format
8683 msgid "stackframe too big: %d bytes"
8684 msgstr ""
8685
8686 #: config/cris/cris.c:1238
8687 msgid "allocated but unused delay list in epilogue"
8688 msgstr ""
8689
8690 #: config/cris/cris.c:1248
8691 msgid ""
8692 "unexpected function type needing stack adjustment for __builtin_eh_return"
8693 msgstr ""
8694
8695 #: config/cris/cris.c:1324
8696 msgid "invalid operand for 'b' modifier"
8697 msgstr ""
8698
8699 #: config/cris/cris.c:1337
8700 msgid "invalid operand for 'v' modifier"
8701 msgstr ""
8702
8703 #: config/cris/cris.c:1347
8704 msgid "invalid operand for 'P' modifier"
8705 msgstr ""
8706
8707 #: config/cris/cris.c:1354
8708 msgid "invalid operand for 'p' modifier"
8709 msgstr ""
8710
8711 #: config/cris/cris.c:1393
8712 msgid "invalid operand for 'z' modifier"
8713 msgstr ""
8714
8715 #: config/cris/cris.c:1441 config/cris/cris.c:1471
8716 msgid "invalid operand for 'H' modifier"
8717 msgstr ""
8718
8719 #: config/cris/cris.c:1447
8720 msgid "bad register"
8721 msgstr ""
8722
8723 #: config/cris/cris.c:1485
8724 msgid "invalid operand for 'e' modifier"
8725 msgstr ""
8726
8727 #: config/cris/cris.c:1502
8728 msgid "invalid operand for 'm' modifier"
8729 msgstr ""
8730
8731 #: config/cris/cris.c:1527
8732 msgid "invalid operand for 'A' modifier"
8733 msgstr ""
8734
8735 #: config/cris/cris.c:1535
8736 msgid "invalid operand for 'D' modifier"
8737 msgstr ""
8738
8739 #: config/cris/cris.c:1549
8740 msgid "invalid operand for 'T' modifier"
8741 msgstr ""
8742
8743 #: config/cris/cris.c:1558
8744 msgid "invalid operand modifier letter"
8745 msgstr ""
8746
8747 #: config/cris/cris.c:1566
8748 #, c-format
8749 msgid "internal error: bad register: %d"
8750 msgstr ""
8751
8752 #: config/cris/cris.c:1614
8753 msgid "unexpected multiplicative operand"
8754 msgstr ""
8755
8756 #: config/cris/cris.c:1634
8757 msgid "unexpected operand"
8758 msgstr ""
8759
8760 #: config/cris/cris.c:1667 config/cris/cris.c:1677
8761 msgid "unrecognized address"
8762 msgstr ""
8763
8764 #: config/cris/cris.c:2036
8765 msgid "internal error: sideeffect-insn affecting main effect"
8766 msgstr ""
8767
8768 #. If we get here, the caller got its initial tests wrong.
8769 #: config/cris/cris.c:2429
8770 msgid "internal error: cris_side_effect_mode_ok with bad operands"
8771 msgstr ""
8772
8773 #: config/cris/cris.c:2506 config/cris/cris.c:2567
8774 msgid "unrecognized supposed constant"
8775 msgstr ""
8776
8777 #: config/cris/cris.c:2611
8778 msgid "unrecognized supposed constant in cris_global_pic_symbol"
8779 msgstr ""
8780
8781 #: config/cris/cris.c:2630
8782 #, c-format
8783 msgid "-max-stackframe=%d is not usable, not between 0 and %d"
8784 msgstr ""
8785
8786 #: config/cris/cris.c:2658
8787 #, c-format
8788 msgid "unknown CRIS version specification in -march= or -mcpu= : %s"
8789 msgstr ""
8790
8791 #: config/cris/cris.c:2694
8792 #, c-format
8793 msgid "unknown CRIS cpu version specification in -mtune= : %s"
8794 msgstr ""
8795
8796 #: config/cris/cris.c:2712
8797 msgid "-fPIC and -fpic are not supported in this configuration"
8798 msgstr ""
8799
8800 #: config/cris/cris.c:2727
8801 msgid "that particular -g option is invalid with -maout and -melinux"
8802 msgstr ""
8803
8804 #: config/cris/cris.c:2902 config/cris/cris.c:2947
8805 msgid "unexpected side-effects in address"
8806 msgstr ""
8807
8808 #. Labels are never marked as global symbols.
8809 #: config/cris/cris.c:3042 config/cris/cris.c:3073
8810 msgid "unexpected PIC symbol"
8811 msgstr ""
8812
8813 #: config/cris/cris.c:3046
8814 msgid "PIC register isn't set up"
8815 msgstr ""
8816
8817 #: config/cris/cris.c:3059 config/cris/cris.c:3142
8818 msgid "unexpected address expression"
8819 msgstr ""
8820
8821 #: config/cris/cris.c:3077
8822 msgid "emitting PIC operand, but PIC register isn't set up"
8823 msgstr ""
8824
8825 #: config/cris/cris.c:3086
8826 msgid "unexpected NOTE as addr_const:"
8827 msgstr ""
8828
8829 #: config/cris/aout.h:108
8830 msgid "Compile for the MMU-less Etrax 100-based elinux system"
8831 msgstr ""
8832
8833 #: config/cris/aout.h:115
8834 msgid "For elinux, request a specified stack-size for this program"
8835 msgstr ""
8836
8837 #: config/cris/cris.h:362
8838 msgid "Work around bug in multiplication instruction"
8839 msgstr ""
8840
8841 #. 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.
8842 #: config/cris/cris.h:368
8843 msgid "Compile for ETRAX 4 (CRIS v3)"
8844 msgstr ""
8845
8846 #: config/cris/cris.h:373
8847 msgid "Compile for ETRAX 100 (CRIS v8)"
8848 msgstr ""
8849
8850 #: config/cris/cris.h:377
8851 msgid "Emit verbose debug information in assembly code"
8852 msgstr ""
8853
8854 #: config/cris/cris.h:380
8855 msgid "Do not use condition codes from normal instructions"
8856 msgstr ""
8857
8858 #: config/cris/cris.h:384
8859 msgid "Do not emit addressing modes with side-effect assignment"
8860 msgstr ""
8861
8862 #: config/cris/cris.h:387
8863 msgid "Do not tune stack alignment"
8864 msgstr ""
8865
8866 #: config/cris/cris.h:390
8867 msgid "Do not tune writable data alignment"
8868 msgstr ""
8869
8870 #: config/cris/cris.h:393
8871 msgid "Do not tune code and read-only data alignment"
8872 msgstr ""
8873
8874 #: config/cris/cris.h:402
8875 msgid "Align code and data to 32 bits"
8876 msgstr ""
8877
8878 #: config/cris/cris.h:415
8879 msgid "Don't align items in code or data"
8880 msgstr ""
8881
8882 #: config/cris/cris.h:418
8883 msgid "Do not emit function prologue or epilogue"
8884 msgstr ""
8885
8886 #. We have to handle this m-option here since we can't wash it off in      both CC1_SPEC and CC1PLUS_SPEC.
8887 #: config/cris/cris.h:422
8888 msgid "Use the most feature-enabling options allowed by other options"
8889 msgstr ""
8890
8891 #. 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.
8892 #: config/cris/cris.h:428
8893 msgid "Override -mbest-lib-options"
8894 msgstr ""
8895
8896 #: config/cris/cris.h:460
8897 msgid "Generate code for the specified chip or CPU version"
8898 msgstr ""
8899
8900 #: config/cris/cris.h:462
8901 msgid "Tune alignment for the specified chip or CPU version"
8902 msgstr ""
8903
8904 #: config/cris/cris.h:464
8905 msgid "Warn when a stackframe is larger than the specified size"
8906 msgstr ""
8907
8908 #. Node: Profiling
8909 #: config/cris/cris.h:1031
8910 msgid "no FUNCTION_PROFILER for CRIS"
8911 msgstr ""
8912
8913 #: config/cris/linux.h:69
8914 msgid "Together with -fpic and -fPIC, do not use GOTPLT references"
8915 msgstr ""
8916
8917 #: config/fr30/fr30.c:463
8918 msgid "fr30_print_operand_address: unhandled address"
8919 msgstr ""
8920
8921 #: config/fr30/fr30.c:487
8922 #, c-format
8923 msgid "fr30_print_operand: unrecognized %%p code"
8924 msgstr ""
8925
8926 #: config/fr30/fr30.c:507
8927 #, c-format
8928 msgid "fr30_print_operand: unrecognized %%b code"
8929 msgstr ""
8930
8931 #: config/fr30/fr30.c:528
8932 #, c-format
8933 msgid "fr30_print_operand: unrecognized %%B code"
8934 msgstr ""
8935
8936 #: config/fr30/fr30.c:536
8937 #, c-format
8938 msgid "fr30_print_operand: invalid operand to %%A code"
8939 msgstr ""
8940
8941 #: config/fr30/fr30.c:553
8942 #, c-format
8943 msgid "fr30_print_operand: invalid %%x code"
8944 msgstr ""
8945
8946 #: config/fr30/fr30.c:560
8947 #, c-format
8948 msgid "fr30_print_operand: invalid %%F code"
8949 msgstr ""
8950
8951 #: config/fr30/fr30.c:577
8952 msgid "fr30_print_operand: unknown code"
8953 msgstr ""
8954
8955 #: config/fr30/fr30.c:606 config/fr30/fr30.c:615 config/fr30/fr30.c:626
8956 #: config/fr30/fr30.c:639
8957 msgid "fr30_print_operand: unhandled MEM"
8958 msgstr ""
8959
8960 #: config/fr30/fr30.h:64
8961 msgid "Assume small address space"
8962 msgstr ""
8963
8964 #: config/frv/frv.c:563 config/frv/frv.c:590
8965 #, c-format
8966 msgid "Unknown cpu: -mcpu=%s"
8967 msgstr ""
8968
8969 #: config/frv/frv.c:2513
8970 msgid "Bad insn to frv_print_operand_address:"
8971 msgstr ""
8972
8973 #: config/frv/frv.c:2524
8974 msgid "Bad register to frv_print_operand_memory_reference_reg:"
8975 msgstr ""
8976
8977 #: config/frv/frv.c:2563 config/frv/frv.c:2573 config/frv/frv.c:2582
8978 #: config/frv/frv.c:2603 config/frv/frv.c:2608
8979 msgid "Bad insn to frv_print_operand_memory_reference:"
8980 msgstr ""
8981
8982 #: config/frv/frv.c:2747
8983 msgid "Bad insn in frv_print_operand, bad const_double"
8984 msgstr ""
8985
8986 #: config/frv/frv.c:2792
8987 msgid "Bad insn to frv_print_operand, 'C' modifier:"
8988 msgstr ""
8989
8990 #: config/frv/frv.c:2815
8991 msgid "Bad insn to frv_print_operand, 'c' modifier:"
8992 msgstr ""
8993
8994 #: config/frv/frv.c:2840
8995 msgid "Bad insn to frv_print_operand, 'e' modifier:"
8996 msgstr ""
8997
8998 #: config/frv/frv.c:2848
8999 msgid "Bad insn to frv_print_operand, 'F' modifier:"
9000 msgstr ""
9001
9002 #: config/frv/frv.c:2864
9003 msgid "Bad insn to frv_print_operand, 'f' modifier:"
9004 msgstr ""
9005
9006 #: config/frv/frv.c:2878
9007 msgid "Bad insn to frv_print_operand, 'g' modifier:"
9008 msgstr ""
9009
9010 #: config/frv/frv.c:2926
9011 msgid "Bad insn to frv_print_operand, 'L' modifier:"
9012 msgstr ""
9013
9014 #: config/frv/frv.c:2939
9015 msgid "Bad insn to frv_print_operand, 'M/N' modifier:"
9016 msgstr ""
9017
9018 #: config/frv/frv.c:2960
9019 msgid "Bad insn to frv_print_operand, 'O' modifier:"
9020 msgstr ""
9021
9022 #: config/frv/frv.c:2978
9023 msgid "Bad insn to frv_print_operand, P modifier:"
9024 msgstr ""
9025
9026 #: config/frv/frv.c:2998
9027 msgid "Bad insn in frv_print_operand, z case"
9028 msgstr ""
9029
9030 #: config/frv/frv.c:3029
9031 msgid "Bad insn in frv_print_operand, 0 case"
9032 msgstr ""
9033
9034 #: config/frv/frv.c:3034
9035 msgid "frv_print_operand: unknown code"
9036 msgstr ""
9037
9038 #: config/frv/frv.c:5835
9039 msgid "Bad output_move_single operand"
9040 msgstr ""
9041
9042 #: config/frv/frv.c:5962
9043 msgid "Bad output_move_double operand"
9044 msgstr ""
9045
9046 #: config/frv/frv.c:6104
9047 msgid "Bad output_condmove_single operand"
9048 msgstr ""
9049
9050 #: config/frv/frv.c:9599
9051 msgid "accumulator is not a constant integer"
9052 msgstr ""
9053
9054 #: config/frv/frv.c:9604
9055 msgid "accumulator number is out of bounds"
9056 msgstr ""
9057
9058 #: config/frv/frv.c:9615
9059 #, c-format
9060 msgid "inappropriate accumulator for `%s'"
9061 msgstr ""
9062
9063 #: config/frv/frv.c:9681
9064 msgid "invalid IACC argument"
9065 msgstr ""
9066
9067 #: config/frv/frv.c:9704
9068 #, c-format
9069 msgid "`%s' expects a constant argument"
9070 msgstr ""
9071
9072 #: config/frv/frv.c:9709
9073 #, c-format
9074 msgid "constant argument out of range for `%s'"
9075 msgstr ""
9076
9077 #: config/frv/frv.c:10106
9078 msgid "media functions are not available unless -mmedia is used"
9079 msgstr ""
9080
9081 #: config/frv/frv.c:10118
9082 msgid "this media function is only available on the fr500"
9083 msgstr ""
9084
9085 #: config/frv/frv.c:10146
9086 msgid "this media function is only available on the fr400 and fr550"
9087 msgstr ""
9088
9089 #: config/frv/frv.c:10165
9090 msgid "this builtin function is only available on the fr405 and fr450"
9091 msgstr ""
9092
9093 #: config/frv/frv.c:10174
9094 msgid "this builtin function is only available on the fr500 and fr550"
9095 msgstr ""
9096
9097 #: config/frv/frv.c:10186
9098 msgid "this builtin function is only available on the fr450"
9099 msgstr ""
9100
9101 #. This macro is a C statement to print on `stderr' a string describing the
9102 #. particular machine description choice.  Every machine description should
9103 #. define `TARGET_VERSION'.  For example:
9104 #.
9105 #. #ifdef MOTOROLA
9106 #. #define TARGET_VERSION           fprintf (stderr, " (68k, Motorola syntax)");
9107 #. #else
9108 #. #define TARGET_VERSION           fprintf (stderr, " (68k, MIT syntax)");
9109 #. #endif
9110 #: config/frv/frv.h:542
9111 #, c-format
9112 msgid " (frv)"
9113 msgstr ""
9114
9115 #: config/h8300/h8300.c:358
9116 msgid "-ms2600 is used without -ms"
9117 msgstr ""
9118
9119 #: config/h8300/h8300.c:364
9120 msgid "-mn is used without -mh or -ms"
9121 msgstr ""
9122
9123 #. Macro to define tables used to set the flags.
9124 #. This is a list in braces of pairs in braces,
9125 #. each pair being { "NAME", VALUE }
9126 #. where VALUE is the bits to set or minus the bits to clear.
9127 #. An empty string NAME is used to identify the default VALUE.
9128 #: config/h8300/h8300.h:159
9129 msgid "Generate H8S code"
9130 msgstr ""
9131
9132 #: config/h8300/h8300.h:160
9133 msgid "Do not generate H8S code"
9134 msgstr ""
9135
9136 #: config/h8300/h8300.h:161
9137 msgid "Generate H8SX code"
9138 msgstr ""
9139
9140 #: config/h8300/h8300.h:162
9141 msgid "Do not generate H8SX code"
9142 msgstr ""
9143
9144 #: config/h8300/h8300.h:163
9145 msgid "Generate H8S/2600 code"
9146 msgstr ""
9147
9148 #: config/h8300/h8300.h:164
9149 msgid "Do not generate H8S/2600 code"
9150 msgstr ""
9151
9152 #: config/h8300/h8300.h:165
9153 msgid "Make integers 32 bits wide"
9154 msgstr ""
9155
9156 #: config/h8300/h8300.h:168
9157 msgid "Use registers for argument passing"
9158 msgstr ""
9159
9160 #: config/h8300/h8300.h:170
9161 msgid "Do not use registers for argument passing"
9162 msgstr ""
9163
9164 #: config/h8300/h8300.h:172
9165 msgid "Consider access to byte sized memory slow"
9166 msgstr ""
9167
9168 #: config/h8300/h8300.h:173
9169 msgid "Enable linker relaxing"
9170 msgstr ""
9171
9172 #: config/h8300/h8300.h:174
9173 msgid "Generate H8/300H code"
9174 msgstr ""
9175
9176 #: config/h8300/h8300.h:175
9177 msgid "Enable the normal mode"
9178 msgstr ""
9179
9180 #: config/h8300/h8300.h:176
9181 msgid "Do not generate H8/300H code"
9182 msgstr ""
9183
9184 #: config/h8300/h8300.h:177
9185 msgid "Use H8/300 alignment rules"
9186 msgstr ""
9187
9188 #: config/i386/i386.c:1246
9189 #, c-format
9190 msgid "code model %s not supported in PIC mode"
9191 msgstr ""
9192
9193 #: config/i386/i386.c:1256 config/sparc/sparc.c:584
9194 #, c-format
9195 msgid "bad value (%s) for -mcmodel= switch"
9196 msgstr ""
9197
9198 #: config/i386/i386.c:1271
9199 #, c-format
9200 msgid "bad value (%s) for -masm= switch"
9201 msgstr ""
9202
9203 #: config/i386/i386.c:1274
9204 #, c-format
9205 msgid "code model `%s' not supported in the %s bit mode"
9206 msgstr ""
9207
9208 #: config/i386/i386.c:1277
9209 msgid "code model `large' not supported yet"
9210 msgstr ""
9211
9212 #: config/i386/i386.c:1279
9213 #, c-format
9214 msgid "%i-bit mode not compiled in"
9215 msgstr ""
9216
9217 #: config/i386/i386.c:1320 config/i386/i386.c:1334
9218 msgid "CPU you selected does not support x86-64 instruction set"
9219 msgstr ""
9220
9221 #: config/i386/i386.c:1327 config/iq2000/iq2000.c:1671
9222 #, c-format
9223 msgid "bad value (%s) for -march= switch"
9224 msgstr ""
9225
9226 #: config/i386/i386.c:1346
9227 #, c-format
9228 msgid "bad value (%s) for -mtune= switch"
9229 msgstr ""
9230
9231 #: config/i386/i386.c:1363
9232 #, c-format
9233 msgid "-mregparm=%d is not between 0 and %d"
9234 msgstr ""
9235
9236 #: config/i386/i386.c:1376
9237 msgid "-malign-loops is obsolete, use -falign-loops"
9238 msgstr ""
9239
9240 #: config/i386/i386.c:1381 config/i386/i386.c:1394 config/i386/i386.c:1407
9241 #, c-format
9242 msgid "-malign-loops=%d is not between 0 and %d"
9243 msgstr ""
9244
9245 #: config/i386/i386.c:1389
9246 msgid "-malign-jumps is obsolete, use -falign-jumps"
9247 msgstr ""
9248
9249 #: config/i386/i386.c:1402
9250 msgid "-malign-functions is obsolete, use -falign-functions"
9251 msgstr ""
9252
9253 #: config/i386/i386.c:1440
9254 #, c-format
9255 msgid "-mpreferred-stack-boundary=%d is not between %d and 12"
9256 msgstr ""
9257
9258 #: config/i386/i386.c:1452
9259 #, c-format
9260 msgid "-mbranch-cost=%d is not between 0 and 5"
9261 msgstr ""
9262
9263 #: config/i386/i386.c:1464
9264 #, c-format
9265 msgid "bad value (%s) for -mtls-dialect= switch"
9266 msgstr ""
9267
9268 #: config/i386/i386.c:1493
9269 msgid "-malign-double makes no sense in the 64bit mode"
9270 msgstr ""
9271
9272 #: config/i386/i386.c:1495
9273 msgid "-mrtd calling convention not supported in the 64bit mode"
9274 msgstr ""
9275
9276 #: config/i386/i386.c:1517 config/i386/i386.c:1528
9277 msgid "SSE instruction set disabled, using 387 arithmetics"
9278 msgstr ""
9279
9280 #: config/i386/i386.c:1533
9281 msgid "387 instruction set disabled, using SSE arithmetics"
9282 msgstr ""
9283
9284 #: config/i386/i386.c:1540
9285 #, c-format
9286 msgid "bad value (%s) for -mfpmath= switch"
9287 msgstr ""
9288
9289 #: config/i386/i386.c:1695 config/i386/i386.c:1706
9290 msgid "fastcall and stdcall attributes are not compatible"
9291 msgstr ""
9292
9293 #: config/i386/i386.c:1699 config/i386/i386.c:1755
9294 msgid "fastcall and regparm attributes are not compatible"
9295 msgstr ""
9296
9297 #: config/i386/i386.c:1742
9298 #, c-format
9299 msgid "`%s' attribute requires an integer constant argument"
9300 msgstr ""
9301
9302 #: config/i386/i386.c:1748
9303 #, c-format
9304 msgid "argument to `%s' attribute larger than %d"
9305 msgstr ""
9306
9307 #: config/i386/i386.c:2764
9308 msgid "SSE vector argument without SSE enabled changes the ABI"
9309 msgstr ""
9310
9311 #: config/i386/i386.c:2780
9312 msgid "MMX vector argument without MMX enabled changes the ABI"
9313 msgstr ""
9314
9315 #: config/i386/i386.c:3026
9316 msgid "SSE vector return without SSE enabled changes the ABI"
9317 msgstr ""
9318
9319 #: config/i386/i386.c:5907
9320 msgid "invalid UNSPEC as operand"
9321 msgstr ""
9322
9323 #: config/i386/i386.c:6165
9324 msgid "extended registers have no high halves"
9325 msgstr ""
9326
9327 #: config/i386/i386.c:6180
9328 msgid "unsupported operand size for extended register"
9329 msgstr ""
9330
9331 #: config/i386/i386.c:6495
9332 msgid ""
9333 "operand is neither a constant nor a condition code, invalid operand code 'c'"
9334 msgstr ""
9335
9336 #: config/i386/i386.c:6541
9337 #, c-format
9338 msgid "invalid operand code `%c'"
9339 msgstr ""
9340
9341 #: config/i386/i386.c:6584
9342 msgid "invalid constraints for operand"
9343 msgstr ""
9344
9345 #: config/i386/i386.c:11320
9346 msgid "unknown insn mode"
9347 msgstr ""
9348
9349 #: config/i386/i386.c:13190 config/i386/i386.c:13226
9350 #, c-format
9351 msgid "selector must be an integer constant in the range 0..%i"
9352 msgstr ""
9353
9354 #: config/i386/i386.c:13454
9355 msgid "shift must be an immediate"
9356 msgstr ""
9357
9358 #: config/i386/i386.c:14504
9359 #, c-format
9360 msgid "`%s' incompatible attribute ignored"
9361 msgstr ""
9362
9363 #: config/i386/winnt.c:74
9364 #, c-format
9365 msgid "`%s' attribute only applies to variables"
9366 msgstr ""
9367
9368 #: config/i386/winnt.c:172
9369 msgid ""
9370 "%Jfunction '%D' is defined after prior declaration as dllimport: attribute "
9371 "ignored"
9372 msgstr ""
9373
9374 #: config/i386/winnt.c:183
9375 msgid "%Jinline function '%D' is declared as dllimport: attribute ignored."
9376 msgstr ""
9377
9378 #: config/i386/winnt.c:195
9379 msgid "%Jdefinition of static data member '%D' of dllimport'd class."
9380 msgstr ""
9381
9382 #: config/i386/winnt.c:255
9383 msgid "%Jinconsistent dll linkage for '%D', dllexport assumed."
9384 msgstr ""
9385
9386 #: config/i386/winnt.c:299 config/sh/symbian.c:279
9387 #, c-format
9388 msgid "`%s' declared as both exported to and imported from a DLL"
9389 msgstr ""
9390
9391 #: config/i386/winnt.c:308
9392 msgid ""
9393 "%Jfailure in redeclaration of '%D': dllimport'd symbol lacks external "
9394 "linkage."
9395 msgstr ""
9396
9397 #: config/i386/winnt.c:447
9398 msgid "%J'%D' defined locally after being referenced with dllimport linkage"
9399 msgstr ""
9400
9401 #: config/i386/winnt.c:450
9402 msgid ""
9403 "%J'%D' redeclared without dllimport attribute after being referenced with "
9404 "dllimport linkage"
9405 msgstr ""
9406
9407 #: config/i386/winnt.c:617
9408 msgid "%J'%D' causes a section type conflict"
9409 msgstr ""
9410
9411 #: config/i386/cygming.h:61
9412 msgid "Use the Cygwin interface"
9413 msgstr ""
9414
9415 #: config/i386/cygming.h:62
9416 msgid "Use the Mingw32 interface"
9417 msgstr ""
9418
9419 #: config/i386/cygming.h:63
9420 msgid "Create GUI application"
9421 msgstr ""
9422
9423 #: config/i386/cygming.h:64
9424 msgid "Don't set Windows defines"
9425 msgstr ""
9426
9427 #: config/i386/cygming.h:65
9428 msgid "Set Windows defines"
9429 msgstr ""
9430
9431 #: config/i386/cygming.h:66
9432 msgid "Create console application"
9433 msgstr ""
9434
9435 #: config/i386/cygming.h:67
9436 msgid "Generate code for a DLL"
9437 msgstr ""
9438
9439 #: config/i386/cygming.h:69
9440 msgid "Ignore dllimport for functions"
9441 msgstr ""
9442
9443 #: config/i386/cygming.h:71
9444 msgid "Use Mingw-specific thread support"
9445 msgstr ""
9446
9447 #: config/i386/cygming.h:182
9448 #, c-format
9449 msgid "-f%s ignored for target (all code is position independent)"
9450 msgstr ""
9451
9452 #: config/i386/djgpp.h:191
9453 msgid "-mbnu210 is ignored (option is obsolete)"
9454 msgstr ""
9455
9456 #: config/i386/i386-interix.h:257
9457 msgid "ms-bitfields not supported for objc"
9458 msgstr ""
9459
9460 #. Deprecated.
9461 #. Deprecated.
9462 #. Deprecated.
9463 #. Deprecated.
9464 #. Deprecated.
9465 #. Deprecated.
9466 #: config/i386/i386.h:345
9467 msgid "Alternate calling convention"
9468 msgstr ""
9469
9470 #: config/i386/i386.h:347 config/m68k/m68k.h:336 config/ns32k/ns32k.h:144
9471 msgid "Use normal calling convention"
9472 msgstr ""
9473
9474 #: config/i386/i386.h:349
9475 msgid "Align some doubles on dword boundary"
9476 msgstr ""
9477
9478 #: config/i386/i386.h:351
9479 msgid "Align doubles on word boundary"
9480 msgstr ""
9481
9482 #: config/i386/i386.h:353
9483 msgid "Uninitialized locals in .bss"
9484 msgstr ""
9485
9486 #: config/i386/i386.h:355
9487 msgid "Uninitialized locals in .data"
9488 msgstr ""
9489
9490 #: config/i386/i386.h:357 config/m68k/linux.h:42 config/ns32k/ns32k.h:167
9491 msgid "Use IEEE math for fp comparisons"
9492 msgstr ""
9493
9494 #: config/i386/i386.h:359 config/ns32k/ns32k.h:169
9495 msgid "Do not use IEEE math for fp comparisons"
9496 msgstr ""
9497
9498 #: config/i386/i386.h:361
9499 msgid "Return values of functions in FPU registers"
9500 msgstr ""
9501
9502 #: config/i386/i386.h:363
9503 msgid "Do not return values of functions in FPU registers"
9504 msgstr ""
9505
9506 #: config/i386/i386.h:365
9507 msgid "Do not generate sin, cos, sqrt for FPU"
9508 msgstr ""
9509
9510 #: config/i386/i386.h:367
9511 msgid "Generate sin, cos, sqrt for FPU"
9512 msgstr ""
9513
9514 #: config/i386/i386.h:369
9515 msgid "Omit the frame pointer in leaf functions"
9516 msgstr ""
9517
9518 #: config/i386/i386.h:372
9519 msgid "Enable stack probing"
9520 msgstr ""
9521
9522 #. undocumented
9523 #. undocumented
9524 #: config/i386/i386.h:377
9525 msgid "Align destination of the string operations"
9526 msgstr ""
9527
9528 #: config/i386/i386.h:379
9529 msgid "Do not align destination of the string operations"
9530 msgstr ""
9531
9532 #: config/i386/i386.h:381
9533 msgid "Inline all known string operations"
9534 msgstr ""
9535
9536 #: config/i386/i386.h:383
9537 msgid "Do not inline all known string operations"
9538 msgstr ""
9539
9540 #: config/i386/i386.h:385 config/i386/i386.h:389
9541 msgid "Use push instructions to save outgoing arguments"
9542 msgstr ""
9543
9544 #: config/i386/i386.h:387 config/i386/i386.h:391
9545 msgid "Do not use push instructions to save outgoing arguments"
9546 msgstr ""
9547
9548 #: config/i386/i386.h:393
9549 msgid "Support MMX built-in functions"
9550 msgstr ""
9551
9552 #: config/i386/i386.h:395
9553 msgid "Do not support MMX built-in functions"
9554 msgstr ""
9555
9556 #: config/i386/i386.h:397
9557 msgid "Support 3DNow! built-in functions"
9558 msgstr ""
9559
9560 #: config/i386/i386.h:399
9561 msgid "Do not support 3DNow! built-in functions"
9562 msgstr ""
9563
9564 #: config/i386/i386.h:401
9565 msgid "Support MMX and SSE built-in functions and code generation"
9566 msgstr ""
9567
9568 #: config/i386/i386.h:403
9569 msgid "Do not support MMX and SSE built-in functions and code generation"
9570 msgstr ""
9571
9572 #: config/i386/i386.h:405
9573 msgid "Support MMX, SSE and SSE2 built-in functions and code generation"
9574 msgstr ""
9575
9576 #: config/i386/i386.h:407
9577 msgid "Do not support MMX, SSE and SSE2 built-in functions and code generation"
9578 msgstr ""
9579
9580 #: config/i386/i386.h:409
9581 msgid "Support MMX, SSE, SSE2 and SSE3 built-in functions and code generation"
9582 msgstr ""
9583
9584 #: config/i386/i386.h:411
9585 msgid ""
9586 "Do not support MMX, SSE, SSE2 and SSE3 built-in functions and code generation"
9587 msgstr ""
9588
9589 #: config/i386/i386.h:413
9590 msgid "sizeof(long double) is 16"
9591 msgstr ""
9592
9593 #: config/i386/i386.h:415
9594 msgid "sizeof(long double) is 12"
9595 msgstr ""
9596
9597 #: config/i386/i386.h:417
9598 msgid "Generate 64bit x86-64 code"
9599 msgstr ""
9600
9601 #: config/i386/i386.h:419
9602 msgid "Generate 32bit i386 code"
9603 msgstr ""
9604
9605 #: config/i386/i386.h:421
9606 msgid "Use native (MS) bitfield layout"
9607 msgstr ""
9608
9609 #: config/i386/i386.h:423
9610 msgid "Use gcc default bitfield layout"
9611 msgstr ""
9612
9613 #: config/i386/i386.h:425
9614 msgid "Use red-zone in the x86-64 code"
9615 msgstr ""
9616
9617 #: config/i386/i386.h:427
9618 msgid "Do not use red-zone in the x86-64 code"
9619 msgstr ""
9620
9621 #: config/i386/i386.h:429
9622 #, c-format
9623 msgid "Use direct references against %gs when accessing tls data"
9624 msgstr ""
9625
9626 #: config/i386/i386.h:431
9627 #, c-format
9628 msgid "Do not use direct references against %gs when accessing tls data"
9629 msgstr ""
9630
9631 #. This macro is similar to `TARGET_SWITCHES' but defines names of
9632 #. command options that have values.  Its definition is an
9633 #. initializer with a subgrouping for each command option.
9634 #.
9635 #. Each subgrouping contains a string constant, that defines the
9636 #. fixed part of the option name, and the address of a variable.  The
9637 #. variable, type `char *', is set to the variable part of the given
9638 #. option if the fixed part matches.  The actual option name is made
9639 #. by appending `-m' to the specified name.
9640 #: config/i386/i386.h:465 config/ia64/ia64.h:286 config/rs6000/rs6000.h:453
9641 #: config/s390/s390.h:155 config/sparc/sparc.h:711
9642 msgid "Schedule code for given CPU"
9643 msgstr ""
9644
9645 #: config/i386/i386.h:467
9646 msgid "Generate floating point mathematics using given instruction set"
9647 msgstr ""
9648
9649 #: config/i386/i386.h:469 config/s390/s390.h:157
9650 msgid "Generate code for given CPU"
9651 msgstr ""
9652
9653 #: config/i386/i386.h:471
9654 msgid "Number of registers used to pass integer arguments"
9655 msgstr ""
9656
9657 #: config/i386/i386.h:473
9658 msgid "Loop code aligned to this power of 2"
9659 msgstr ""
9660
9661 #: config/i386/i386.h:475
9662 msgid "Jump targets are aligned to this power of 2"
9663 msgstr ""
9664
9665 #: config/i386/i386.h:477
9666 msgid "Function starts are aligned to this power of 2"
9667 msgstr ""
9668
9669 #: config/i386/i386.h:480
9670 msgid "Attempt to keep stack aligned to this power of 2"
9671 msgstr ""
9672
9673 #: config/i386/i386.h:482
9674 msgid "Branches are this expensive (1-5, arbitrary units)"
9675 msgstr ""
9676
9677 #: config/i386/i386.h:484
9678 msgid "Use given x86-64 code model"
9679 msgstr ""
9680
9681 #. Undocumented.
9682 #. Undocumented.
9683 #: config/i386/i386.h:490
9684 msgid "Use given assembler dialect"
9685 msgstr ""
9686
9687 #: config/i386/i386.h:492
9688 msgid "Use given thread-local storage dialect"
9689 msgstr ""
9690
9691 #: config/i386/sco5.h:290
9692 msgid "Generate ELF output"
9693 msgstr ""
9694
9695 #. 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.
9696 #. 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.
9697 #: config/i386/xm-djgpp.h:62
9698 msgid "environment variable DJGPP not defined"
9699 msgstr ""
9700
9701 #: config/i386/xm-djgpp.h:64
9702 #, c-format
9703 msgid "environment variable DJGPP points to missing file '%s'"
9704 msgstr ""
9705
9706 #: config/i386/xm-djgpp.h:67
9707 #, c-format
9708 msgid "environment variable DJGPP points to corrupt file '%s'"
9709 msgstr ""
9710
9711 #. Macro to define tables used to set the flags.
9712 #. This is a list in braces of pairs in braces,
9713 #. each pair being { "NAME", VALUE }
9714 #. where VALUE is the bits to set or minus the bits to clear.
9715 #. An empty string NAME is used to identify the default VALUE.
9716 #: config/i860/i860.h:60
9717 msgid "Generate code which uses the FPU"
9718 msgstr ""
9719
9720 #: config/i860/i860.h:61 config/i860/i860.h:62
9721 msgid "Do not generate code which uses the FPU"
9722 msgstr ""
9723
9724 #: config/ia64/ia64-c.c:52
9725 msgid "malformed #pragma builtin"
9726 msgstr ""
9727
9728 #: config/ia64/ia64.c:480 config/m32r/m32r.c:356
9729 #, c-format
9730 msgid "invalid argument of `%s' attribute"
9731 msgstr ""
9732
9733 #: config/ia64/ia64.c:492
9734 msgid "%Jan address area attribute cannot be specified for local variables"
9735 msgstr ""
9736
9737 #: config/ia64/ia64.c:499
9738 msgid "%Jaddress area of '%s' conflicts with previous declaration"
9739 msgstr ""
9740
9741 #: config/ia64/ia64.c:506
9742 msgid "%Jaddress area attribute cannot be specified for functions"
9743 msgstr ""
9744
9745 #: config/ia64/ia64.c:3781
9746 msgid "ia64_print_operand: unknown code"
9747 msgstr ""
9748
9749 #: config/ia64/ia64.c:4121 config/pa/pa.c:316
9750 msgid "value of -mfixed-range must have form REG1-REG2"
9751 msgstr ""
9752
9753 #: config/ia64/ia64.c:4148 config/pa/pa.c:343
9754 #, c-format
9755 msgid "%s-%s is an empty range"
9756 msgstr ""
9757
9758 #: config/ia64/ia64.c:4199
9759 msgid "cannot optimize floating point division for both latency and throughput"
9760 msgstr ""
9761
9762 #: config/ia64/ia64.c:4216
9763 msgid "cannot optimize integer division for both latency and throughput"
9764 msgstr ""
9765
9766 #: config/ia64/ia64.c:4233
9767 msgid "cannot optimize square root for both latency and throughput"
9768 msgstr ""
9769
9770 #: config/ia64/ia64.c:4247
9771 msgid "not yet implemented: latency-optimized inline square root"
9772 msgstr ""
9773
9774 #: config/ia64/ia64.c:4259
9775 #, c-format
9776 msgid "bad value (%s) for -mtls-size= switch"
9777 msgstr ""
9778
9779 #: config/ia64/ia64.c:4275
9780 #, c-format
9781 msgid "bad value (%s) for -tune= switch"
9782 msgstr ""
9783
9784 #. This macro defines names of command options to set and clear bits in
9785 #. `target_flags'.  Its definition is an initializer with a subgrouping for
9786 #. each command option.
9787 #: config/ia64/ia64.h:182
9788 msgid "Generate big endian code"
9789 msgstr ""
9790
9791 #: config/ia64/ia64.h:184 config/mcore/mcore.h:146
9792 msgid "Generate little endian code"
9793 msgstr ""
9794
9795 #: config/ia64/ia64.h:186
9796 msgid "Generate code for GNU as"
9797 msgstr ""
9798
9799 #: config/ia64/ia64.h:188
9800 msgid "Generate code for Intel as"
9801 msgstr ""
9802
9803 #: config/ia64/ia64.h:190
9804 msgid "Generate code for GNU ld"
9805 msgstr ""
9806
9807 #: config/ia64/ia64.h:192
9808 msgid "Generate code for Intel ld"
9809 msgstr ""
9810
9811 #: config/ia64/ia64.h:194
9812 msgid "Generate code without GP reg"
9813 msgstr ""
9814
9815 #: config/ia64/ia64.h:196
9816 msgid "Emit stop bits before and after volatile extended asms"
9817 msgstr ""
9818
9819 #: config/ia64/ia64.h:198
9820 msgid "Don't emit stop bits before and after volatile extended asms"
9821 msgstr ""
9822
9823 #: config/ia64/ia64.h:200
9824 msgid "Emit code for Itanium (TM) processor B step"
9825 msgstr ""
9826
9827 #: config/ia64/ia64.h:202
9828 msgid "Use in/loc/out register names"
9829 msgstr ""
9830
9831 #: config/ia64/ia64.h:204
9832 msgid "Disable use of sdata/scommon/sbss"
9833 msgstr ""
9834
9835 #: config/ia64/ia64.h:206
9836 msgid "Enable use of sdata/scommon/sbss"
9837 msgstr ""
9838
9839 #: config/ia64/ia64.h:208
9840 msgid "gp is constant (but save/restore gp on indirect calls)"
9841 msgstr ""
9842
9843 #: config/ia64/ia64.h:210
9844 msgid "Generate self-relocatable code"
9845 msgstr ""
9846
9847 #: config/ia64/ia64.h:212
9848 msgid "Generate inline floating point division, optimize for latency"
9849 msgstr ""
9850
9851 #: config/ia64/ia64.h:214
9852 msgid "Generate inline floating point division, optimize for throughput"
9853 msgstr ""
9854
9855 #: config/ia64/ia64.h:217
9856 msgid "Do not inline floating point division"
9857 msgstr ""
9858
9859 #: config/ia64/ia64.h:219
9860 msgid "Generate inline integer division, optimize for latency"
9861 msgstr ""
9862
9863 #: config/ia64/ia64.h:221
9864 msgid "Generate inline integer division, optimize for throughput"
9865 msgstr ""
9866
9867 #: config/ia64/ia64.h:223
9868 msgid "Do not inline integer division"
9869 msgstr ""
9870
9871 #: config/ia64/ia64.h:225
9872 msgid "Generate inline square root, optimize for latency"
9873 msgstr ""
9874
9875 #: config/ia64/ia64.h:227
9876 msgid "Generate inline square root, optimize for throughput"
9877 msgstr ""
9878
9879 #: config/ia64/ia64.h:229
9880 msgid "Do not inline square root"
9881 msgstr ""
9882
9883 #: config/ia64/ia64.h:231
9884 msgid "Enable Dwarf 2 line debug info via GNU as"
9885 msgstr ""
9886
9887 #: config/ia64/ia64.h:233
9888 msgid "Disable Dwarf 2 line debug info via GNU as"
9889 msgstr ""
9890
9891 #: config/ia64/ia64.h:235
9892 msgid "Enable earlier placing stop bits for better scheduling"
9893 msgstr ""
9894
9895 #: config/ia64/ia64.h:237
9896 msgid "Disable earlier placing stop bits"
9897 msgstr ""
9898
9899 #: config/ia64/ia64.h:282
9900 msgid "Specify range of registers to make fixed"
9901 msgstr ""
9902
9903 #: config/ip2k/ip2k.c:1086
9904 msgid "bad operand"
9905 msgstr ""
9906
9907 #: config/iq2000/iq2000.c:1647
9908 #, c-format
9909 msgid "bad value (%s) for -mcpu= switch"
9910 msgstr ""
9911
9912 #: config/iq2000/iq2000.c:1676
9913 #, c-format
9914 msgid "The compiler does not support -march=%s."
9915 msgstr ""
9916
9917 #: config/iq2000/iq2000.c:2063
9918 #, c-format
9919 msgid "gp_offset (%ld) or end_offset (%ld) is less than zero."
9920 msgstr ""
9921
9922 #: config/iq2000/iq2000.c:2845
9923 #, c-format
9924 msgid "argument `%d' is not a constant"
9925 msgstr ""
9926
9927 #: config/iq2000/iq2000.c:3148 config/xtensa/xtensa.c:2033
9928 msgid "PRINT_OPERAND_ADDRESS, null pointer"
9929 msgstr ""
9930
9931 #: config/iq2000/iq2000.c:3303
9932 #, c-format
9933 msgid "PRINT_OPERAND: Unknown punctuation '%c'"
9934 msgstr ""
9935
9936 #: config/iq2000/iq2000.c:3312 config/mips/mips.c:4804
9937 #: config/xtensa/xtensa.c:1887
9938 msgid "PRINT_OPERAND null pointer"
9939 msgstr ""
9940
9941 #: config/iq2000/iq2000.c:3381
9942 #, c-format
9943 msgid "invalid %%P operand"
9944 msgstr ""
9945
9946 #: config/iq2000/iq2000.c:3389 config/rs6000/rs6000.c:10249
9947 #, c-format
9948 msgid "invalid %%p value"
9949 msgstr ""
9950
9951 #: config/iq2000/iq2000.c:3453 config/mips/mips.c:4930
9952 #, c-format
9953 msgid "invalid use of %%d, %%x, or %%X"
9954 msgstr ""
9955
9956 #: config/iq2000/iq2000.h:72 config/mn10300/mn10300.h:74
9957 msgid "No default crt0.o"
9958 msgstr ""
9959
9960 #: config/iq2000/iq2000.h:74
9961 msgid "Use GP relative sdata/sbss sections"
9962 msgstr ""
9963
9964 #: config/iq2000/iq2000.h:76
9965 msgid "Don't use GP relative sdata/sbss sections"
9966 msgstr ""
9967
9968 #: config/iq2000/iq2000.h:78 config/mips/mips.h:579
9969 msgid "Use ROM instead of RAM"
9970 msgstr ""
9971
9972 #: config/iq2000/iq2000.h:80 config/mips/mips.h:581
9973 msgid "Don't use ROM instead of RAM"
9974 msgstr ""
9975
9976 #: config/iq2000/iq2000.h:82 config/mips/mips.h:583
9977 msgid "Put uninitialized constants in ROM (needs -membedded-data)"
9978 msgstr ""
9979
9980 #: config/iq2000/iq2000.h:84 config/mips/mips.h:585
9981 msgid "Don't put uninitialized constants in ROM"
9982 msgstr ""
9983
9984 #: config/iq2000/iq2000.h:106 config/mips/mips.h:770
9985 msgid "Specify CPU for scheduling purposes"
9986 msgstr ""
9987
9988 #: config/iq2000/iq2000.h:108 config/mips/mips.h:772
9989 msgid "Specify CPU for code generation purposes"
9990 msgstr ""
9991
9992 #: config/m32r/m32r.c:174
9993 #, c-format
9994 msgid "bad value (%s) for -mmodel switch"
9995 msgstr ""
9996
9997 #: config/m32r/m32r.c:183
9998 #, c-format
9999 msgid "bad value (%s) for -msdata switch"
10000 msgstr ""
10001
10002 #: config/m32r/m32r.c:190
10003 #, c-format
10004 msgid "bad value (%s) for -flush-trap=n (0=<n<=15)"
10005 msgstr ""
10006
10007 #: config/m32r/m32r.c:2100
10008 #, c-format
10009 msgid "invalid operand to %%s code"
10010 msgstr ""
10011
10012 #: config/m32r/m32r.c:2107
10013 #, c-format
10014 msgid "invalid operand to %%p code"
10015 msgstr ""
10016
10017 #: config/m32r/m32r.c:2162
10018 msgid "bad insn for 'A'"
10019 msgstr ""
10020
10021 #: config/m32r/m32r.c:2209
10022 #, c-format
10023 msgid "invalid operand to %%T/%%B code"
10024 msgstr ""
10025
10026 #: config/m32r/m32r.c:2232
10027 #, c-format
10028 msgid "invalid operand to %%N code"
10029 msgstr ""
10030
10031 #: config/m32r/m32r.c:2265
10032 msgid "pre-increment address is not a register"
10033 msgstr ""
10034
10035 #: config/m32r/m32r.c:2272
10036 msgid "pre-decrement address is not a register"
10037 msgstr ""
10038
10039 #: config/m32r/m32r.c:2279
10040 msgid "post-increment address is not a register"
10041 msgstr ""
10042
10043 #: config/m32r/m32r.c:2355 config/m32r/m32r.c:2371
10044 #: config/rs6000/rs6000.c:16852
10045 msgid "bad address"
10046 msgstr ""
10047
10048 #: config/m32r/m32r.c:2376
10049 msgid "lo_sum not of register"
10050 msgstr ""
10051
10052 #. { "relax",                   TARGET_RELAX_MASK, "" },                    { "no-relax",               -TARGET_RELAX_MASK, "" },
10053 #: config/m32r/m32r.h:283
10054 msgid "Display compile time statistics"
10055 msgstr ""
10056
10057 #: config/m32r/m32r.h:285
10058 msgid "Align all loops to 32 byte boundary"
10059 msgstr ""
10060
10061 #: config/m32r/m32r.h:288
10062 msgid "Only issue one instruction per cycle"
10063 msgstr ""
10064
10065 #: config/m32r/m32r.h:291
10066 msgid "Prefer branches over conditional execution"
10067 msgstr ""
10068
10069 #: config/m32r/m32r.h:312
10070 msgid "Code size: small, medium or large"
10071 msgstr ""
10072
10073 #: config/m32r/m32r.h:314
10074 msgid "Small data area: none, sdata, use"
10075 msgstr ""
10076
10077 #: config/m32r/m32r.h:316 config/mips/mips.h:778
10078 msgid "Don't call any cache flush functions"
10079 msgstr ""
10080
10081 #: config/m32r/m32r.h:318 config/mips/mips.h:780
10082 msgid "Specify cache flush function"
10083 msgstr ""
10084
10085 #: config/m32r/m32r.h:320
10086 msgid "Don't call any cache flush trap"
10087 msgstr ""
10088
10089 #: config/m32r/m32r.h:322
10090 msgid "Specify cache flush trap number"
10091 msgstr ""
10092
10093 #: config/m68hc11/m68hc11.c:293
10094 #, c-format
10095 msgid "-f%s ignored for 68HC11/68HC12 (not supported)"
10096 msgstr ""
10097
10098 #: config/m68hc11/m68hc11.c:1435
10099 msgid "`trap' and `far' attributes are not compatible, ignoring `far'"
10100 msgstr ""
10101
10102 #: config/m68hc11/m68hc11.c:1441
10103 msgid "`trap' attribute is already used"
10104 msgstr ""
10105
10106 #. !!!! SCz wrong here.
10107 #: config/m68hc11/m68hc11.c:3400 config/m68hc11/m68hc11.c:3784
10108 msgid "move insn not handled"
10109 msgstr ""
10110
10111 #: config/m68hc11/m68hc11.c:3632 config/m68hc11/m68hc11.c:3716
10112 #: config/m68hc11/m68hc11.c:3987
10113 msgid "invalid register in the move instruction"
10114 msgstr ""
10115
10116 #: config/m68hc11/m68hc11.c:3666
10117 msgid "invalid operand in the instruction"
10118 msgstr ""
10119
10120 #: config/m68hc11/m68hc11.c:3961
10121 msgid "invalid register in the instruction"
10122 msgstr ""
10123
10124 #: config/m68hc11/m68hc11.c:3994
10125 msgid "operand 1 must be a hard register"
10126 msgstr ""
10127
10128 #: config/m68hc11/m68hc11.c:4008
10129 msgid "invalid rotate insn"
10130 msgstr ""
10131
10132 #: config/m68hc11/m68hc11.c:4432
10133 msgid "registers IX, IY and Z used in the same INSN"
10134 msgstr ""
10135
10136 #: config/m68hc11/m68hc11.c:4769 config/m68hc11/m68hc11.c:5069
10137 msgid "cannot do z-register replacement"
10138 msgstr ""
10139
10140 #: config/m68hc11/m68hc11.c:5132
10141 msgid "invalid Z register replacement for insn"
10142 msgstr ""
10143
10144 #. Macro to define tables used to set the flags. This is a list in braces of
10145 #. pairs in braces, each pair being { "NAME", VALUE } where VALUE is the bits
10146 #. to set or minus the bits to clear. An empty string NAME is used to
10147 #. identify the default VALUE.
10148 #: config/m68hc11/m68hc11.h:179
10149 msgid "Compile with 16-bit integer mode"
10150 msgstr ""
10151
10152 #: config/m68hc11/m68hc11.h:181
10153 msgid "Compile with 32-bit integer mode"
10154 msgstr ""
10155
10156 #: config/m68hc11/m68hc11.h:183
10157 msgid "Auto pre/post decrement increment allowed"
10158 msgstr ""
10159
10160 #: config/m68hc11/m68hc11.h:185
10161 msgid "Auto pre/post decrement increment not allowed"
10162 msgstr ""
10163
10164 #: config/m68hc11/m68hc11.h:187
10165 msgid "Min/max instructions allowed"
10166 msgstr ""
10167
10168 #: config/m68hc11/m68hc11.h:189
10169 msgid "Min/max instructions not allowed"
10170 msgstr ""
10171
10172 #: config/m68hc11/m68hc11.h:191
10173 msgid "Use call and rtc for function calls and returns"
10174 msgstr ""
10175
10176 #: config/m68hc11/m68hc11.h:193
10177 msgid "Use jsr and rts for function calls and returns"
10178 msgstr ""
10179
10180 #: config/m68hc11/m68hc11.h:195
10181 msgid "Do not use direct addressing mode for soft registers"
10182 msgstr ""
10183
10184 #: config/m68hc11/m68hc11.h:197
10185 msgid "Use direct addressing mode for soft registers"
10186 msgstr ""
10187
10188 #: config/m68hc11/m68hc11.h:199 config/m68hc11/m68hc11.h:205
10189 msgid "Compile for a 68HC11"
10190 msgstr ""
10191
10192 #: config/m68hc11/m68hc11.h:201 config/m68hc11/m68hc11.h:207
10193 msgid "Compile for a 68HC12"
10194 msgstr ""
10195
10196 #: config/m68hc11/m68hc11.h:203 config/m68hc11/m68hc11.h:209
10197 msgid "Compile for a 68HCS12"
10198 msgstr ""
10199
10200 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10201 #. command options that have values.  Its definition is an
10202 #. initializer with a subgrouping for each command option.
10203 #.
10204 #. Each subgrouping contains a string constant, that defines the
10205 #. fixed part of the option name, and the address of a variable.  The
10206 #. variable, type `char *', is set to the variable part of the given
10207 #. option if the fixed part matches.  The actual option name is made
10208 #. by appending `-m' to the specified name.
10209 #: config/m68hc11/m68hc11.h:223
10210 msgid "Specify the register allocation order"
10211 msgstr ""
10212
10213 #: config/m68hc11/m68hc11.h:225
10214 msgid "Indicate the number of soft registers available"
10215 msgstr ""
10216
10217 #: config/m68k/m68k.c:216
10218 msgid "-mshared-library-id= specified without -mid-shared-library"
10219 msgstr ""
10220
10221 #: config/m68k/m68k.c:219
10222 #, c-format
10223 msgid "-mshared-library-id=%d is not between 0 and %d"
10224 msgstr ""
10225
10226 #: config/m68k/m68k.c:233
10227 msgid "cannot specify both -msep-data and -mid-shared-library"
10228 msgstr ""
10229
10230 #: config/m68k/m68k.c:245
10231 msgid "-fPIC is not currently supported on the 68000 or 68010\n"
10232 msgstr ""
10233
10234 #: config/m68k/m68k.c:543 config/rs6000/rs6000.c:13021
10235 msgid "stack limit expression is not supported"
10236 msgstr ""
10237
10238 #: config/m68k/m68k.h:240 config/m68k/m68k.h:242
10239 msgid "Generate code for a 68020"
10240 msgstr ""
10241
10242 #: config/m68k/m68k.h:247 config/m68k/m68k.h:250
10243 msgid "Generate code for a 68000"
10244 msgstr ""
10245
10246 #: config/m68k/m68k.h:252
10247 msgid "Use the bit-field instructions"
10248 msgstr ""
10249
10250 #: config/m68k/m68k.h:254
10251 msgid "Do not use the bit-field instructions"
10252 msgstr ""
10253
10254 #: config/m68k/m68k.h:256
10255 msgid "Consider type `int' to be 16 bits wide"
10256 msgstr ""
10257
10258 #: config/m68k/m68k.h:258
10259 msgid "Consider type `int' to be 32 bits wide"
10260 msgstr ""
10261
10262 #: config/m68k/m68k.h:261
10263 msgid "Generate code with library calls for floating point"
10264 msgstr ""
10265
10266 #: config/m68k/m68k.h:263
10267 msgid "Generate code for a 68040, without any new instructions"
10268 msgstr ""
10269
10270 #: config/m68k/m68k.h:266
10271 msgid "Generate code for a 68060, without any new instructions"
10272 msgstr ""
10273
10274 #: config/m68k/m68k.h:270
10275 msgid "Generate code for a 68030"
10276 msgstr ""
10277
10278 #: config/m68k/m68k.h:273
10279 msgid "Generate code for a 68040"
10280 msgstr ""
10281
10282 #: config/m68k/m68k.h:277
10283 msgid "Generate code for a 68060"
10284 msgstr ""
10285
10286 #: config/m68k/m68k.h:282
10287 msgid "Generate code for a 520X"
10288 msgstr ""
10289
10290 #: config/m68k/m68k.h:286
10291 msgid "Generate code for a 5206e"
10292 msgstr ""
10293
10294 #: config/m68k/m68k.h:290
10295 msgid "Generate code for a 528x"
10296 msgstr ""
10297
10298 #: config/m68k/m68k.h:294
10299 msgid "Generate code for a 5307"
10300 msgstr ""
10301
10302 #: config/m68k/m68k.h:298
10303 msgid "Generate code for a 5407"
10304 msgstr ""
10305
10306 #: config/m68k/m68k.h:301
10307 msgid "Generate code for a 68851"
10308 msgstr ""
10309
10310 #: config/m68k/m68k.h:303
10311 msgid "Do no generate code for a 68851"
10312 msgstr ""
10313
10314 #: config/m68k/m68k.h:306
10315 msgid "Generate code for a 68302"
10316 msgstr ""
10317
10318 #: config/m68k/m68k.h:309
10319 msgid "Generate code for a 68332"
10320 msgstr ""
10321
10322 #: config/m68k/m68k.h:313
10323 msgid "Generate code for a cpu32"
10324 msgstr ""
10325
10326 #: config/m68k/m68k.h:316
10327 msgid "Align variables on a 32-bit boundary"
10328 msgstr ""
10329
10330 #: config/m68k/m68k.h:318
10331 msgid "Align variables on a 16-bit boundary"
10332 msgstr ""
10333
10334 #: config/m68k/m68k.h:320
10335 msgid "Enable separate data segment"
10336 msgstr ""
10337
10338 #: config/m68k/m68k.h:322
10339 msgid "Disable separate data segment"
10340 msgstr ""
10341
10342 #: config/m68k/m68k.h:324
10343 msgid "Enable ID based shared library"
10344 msgstr ""
10345
10346 #: config/m68k/m68k.h:326
10347 msgid "Disable ID based shared library"
10348 msgstr ""
10349
10350 #: config/m68k/m68k.h:328
10351 msgid "Generate pc-relative code"
10352 msgstr ""
10353
10354 #: config/m68k/m68k.h:330
10355 msgid "Do not use unaligned memory references"
10356 msgstr ""
10357
10358 #: config/m68k/m68k.h:332
10359 msgid "Use unaligned memory references"
10360 msgstr ""
10361
10362 #: config/m68k/m68k.h:334
10363 msgid "Use different calling convention using 'rtd'"
10364 msgstr ""
10365
10366 #. TARGET_DEFAULT is defined in m68k-none.h, netbsd.h, etc.
10367 #: config/m68k/m68k.h:344
10368 msgid "ID of shared library to build"
10369 msgstr ""
10370
10371 #: config/mcore/mcore.c:2987
10372 #, c-format
10373 msgid "invalid option `-mstack-increment=%s'"
10374 msgstr ""
10375
10376 #: config/mcore/mcore.h:113
10377 msgid "Inline constants if it can be done in 2 insns or less"
10378 msgstr ""
10379
10380 #: config/mcore/mcore.h:115
10381 msgid "Inline constants if it only takes 1 instruction"
10382 msgstr ""
10383
10384 #: config/mcore/mcore.h:117
10385 msgid "Set maximum alignment to 4"
10386 msgstr ""
10387
10388 #: config/mcore/mcore.h:119
10389 msgid "Set maximum alignment to 8"
10390 msgstr ""
10391
10392 #: config/mcore/mcore.h:123
10393 msgid "Do not use the divide instruction"
10394 msgstr ""
10395
10396 #: config/mcore/mcore.h:127
10397 msgid "Do not arbitrary sized immediates in bit operations"
10398 msgstr ""
10399
10400 #: config/mcore/mcore.h:129
10401 msgid "Always treat bit-field as int-sized"
10402 msgstr ""
10403
10404 #: config/mcore/mcore.h:133
10405 msgid "Force functions to be aligned to a 4 byte boundary"
10406 msgstr ""
10407
10408 #: config/mcore/mcore.h:135
10409 msgid "Force functions to be aligned to a 2 byte boundary"
10410 msgstr ""
10411
10412 #: config/mcore/mcore.h:137
10413 msgid "Emit call graph information"
10414 msgstr ""
10415
10416 #: config/mcore/mcore.h:141
10417 msgid "Prefer word accesses over byte accesses"
10418 msgstr ""
10419
10420 #: config/mcore/mcore.h:152
10421 msgid "Generate code for the M*Core M340"
10422 msgstr ""
10423
10424 #: config/mcore/mcore.h:165
10425 msgid "Maximum amount for a single stack increment operation"
10426 msgstr ""
10427
10428 #: config/mips/mips.c:4001
10429 #, c-format
10430 msgid "bad value (%s) for -mabi= switch"
10431 msgstr ""
10432
10433 #: config/mips/mips.c:4024
10434 #, c-format
10435 msgid ""
10436 "-mips%s conflicts with the other architecture options, which specify a MIPS%"
10437 "d processor"
10438 msgstr ""
10439
10440 #: config/mips/mips.c:4043
10441 #, c-format
10442 msgid "-march=%s is not compatible with the selected ABI"
10443 msgstr ""
10444
10445 #: config/mips/mips.c:4058
10446 msgid "-mgp64 used with a 32-bit processor"
10447 msgstr ""
10448
10449 #: config/mips/mips.c:4060
10450 msgid "-mgp32 used with a 64-bit ABI"
10451 msgstr ""
10452
10453 #: config/mips/mips.c:4062
10454 msgid "-mgp64 used with a 32-bit ABI"
10455 msgstr ""
10456
10457 #: config/mips/mips.c:4080 config/mips/mips.c:4082 config/mips/mips.c:4084
10458 #: config/mips/mips.c:4164
10459 #, c-format
10460 msgid "unsupported combination: %s"
10461 msgstr ""
10462
10463 #: config/mips/mips.c:4159
10464 msgid ""
10465 "generation of Branch Likely instructions enabled, but not supported by "
10466 "architecture"
10467 msgstr ""
10468
10469 #: config/mips/mips.c:4176
10470 msgid "-G is incompatible with PIC code which is the default"
10471 msgstr ""
10472
10473 #: config/mips/mips.c:4243
10474 msgid "-mips3d requires -mpaired-single"
10475 msgstr ""
10476
10477 #: config/mips/mips.c:4252
10478 msgid "-mips3d/-mpaired-single must be used with -mfp64 -mhard-float"
10479 msgstr ""
10480
10481 #: config/mips/mips.c:4257
10482 msgid "-mips3d/-mpaired-single must be used with -mips64"
10483 msgstr ""
10484
10485 #: config/mips/mips.c:4615
10486 msgid "mips_debugger_offset called with non stack/frame/arg pointer"
10487 msgstr ""
10488
10489 #: config/mips/mips.c:4741
10490 #, c-format
10491 msgid "internal error: %%) found without a %%( in assembler pattern"
10492 msgstr ""
10493
10494 #: config/mips/mips.c:4755
10495 #, c-format
10496 msgid "internal error: %%] found without a %%[ in assembler pattern"
10497 msgstr ""
10498
10499 #: config/mips/mips.c:4768
10500 #, c-format
10501 msgid "internal error: %%> found without a %%< in assembler pattern"
10502 msgstr ""
10503
10504 #: config/mips/mips.c:4781
10505 #, c-format
10506 msgid "internal error: %%} found without a %%{ in assembler pattern"
10507 msgstr ""
10508
10509 #: config/mips/mips.c:4795
10510 #, c-format
10511 msgid "PRINT_OPERAND: unknown punctuation '%c'"
10512 msgstr ""
10513
10514 #: config/mips/mips.c:4824
10515 #, c-format
10516 msgid "PRINT_OPERAND, invalid insn for %%C"
10517 msgstr ""
10518
10519 #: config/mips/mips.c:4841
10520 #, c-format
10521 msgid "PRINT_OPERAND, invalid insn for %%N"
10522 msgstr ""
10523
10524 #: config/mips/mips.c:4850
10525 #, c-format
10526 msgid "PRINT_OPERAND, invalid insn for %%F"
10527 msgstr ""
10528
10529 #: config/mips/mips.c:4859
10530 #, c-format
10531 msgid "PRINT_OPERAND, invalid insn for %%W"
10532 msgstr ""
10533
10534 #: config/mips/mips.c:4880
10535 #, c-format
10536 msgid "invalid %%Y value"
10537 msgstr ""
10538
10539 #: config/mips/mips.c:4958
10540 msgid "PRINT_OPERAND, invalid operand for relocation"
10541 msgstr ""
10542
10543 #: config/mips/mips.c:7556
10544 #, c-format
10545 msgid "cannot handle inconsistent calls to `%s'"
10546 msgstr ""
10547
10548 #: config/mips/mips.c:8946
10549 msgid "the cpu name must be lower case"
10550 msgstr ""
10551
10552 #: config/mips/mips.c:8968
10553 #, c-format
10554 msgid "bad value (%s) for %s"
10555 msgstr ""
10556
10557 #: config/mips/linux64.h:39
10558 msgid "Same as -mabi=32, just trickier"
10559 msgstr ""
10560
10561 #. Target CPU builtins.
10562 #. We do this here because __mips is defined below               and so we can't use builtin_define_std.
10563 #. Treat _R3000 and _R4000 like register-size defines,           which is how they've historically been used.
10564 #. Macros dependent on the C dialect.
10565 #. Bizarre, but needed at least for Irix.
10566 #. Macro to define tables used to set the flags.
10567 #. This is a list in braces of pairs in braces,
10568 #. each pair being { "NAME", VALUE }
10569 #. where VALUE is the bits to set or minus the bits to clear.
10570 #. An empty string NAME is used to identify the default VALUE.
10571 #: config/mips/mips.h:527
10572 msgid "Use 64-bit int type"
10573 msgstr ""
10574
10575 #: config/mips/mips.h:529
10576 msgid "Use 64-bit long type"
10577 msgstr ""
10578
10579 #: config/mips/mips.h:531
10580 msgid "Use 32-bit long type"
10581 msgstr ""
10582
10583 #: config/mips/mips.h:533
10584 msgid "Optimize lui/addiu address loads"
10585 msgstr ""
10586
10587 #: config/mips/mips.h:535
10588 msgid "Don't optimize lui/addiu address loads"
10589 msgstr ""
10590
10591 #: config/mips/mips.h:537
10592 msgid "Use GNU as (now ignored)"
10593 msgstr ""
10594
10595 #: config/mips/mips.h:539 config/mips/mips.h:541
10596 msgid "Use GP relative sdata/sbss sections (now ignored)"
10597 msgstr ""
10598
10599 #: config/mips/mips.h:543 config/mips/mips.h:545
10600 msgid "Don't use GP relative sdata/sbss sections (now ignored)"
10601 msgstr ""
10602
10603 #: config/mips/mips.h:547
10604 msgid "Output compiler statistics (now ignored)"
10605 msgstr ""
10606
10607 #: config/mips/mips.h:549
10608 msgid "Don't output compiler statistics"
10609 msgstr ""
10610
10611 #: config/mips/mips.h:551
10612 msgid "Don't optimize block moves"
10613 msgstr ""
10614
10615 #: config/mips/mips.h:553
10616 msgid "Optimize block moves"
10617 msgstr ""
10618
10619 #: config/mips/mips.h:555
10620 msgid "Use mips-tfile asm postpass"
10621 msgstr ""
10622
10623 #: config/mips/mips.h:557
10624 msgid "Don't use mips-tfile asm postpass"
10625 msgstr ""
10626
10627 #: config/mips/mips.h:559 config/pa/pa.h:288
10628 msgid "Use software floating point"
10629 msgstr ""
10630
10631 #. Macro to define tables used to set the flags.
10632 #. This is a list in braces of triplets in braces,
10633 #. each triplet being { "NAME", VALUE, DOC }
10634 #. where VALUE is the bits to set or minus the bits to clear and DOC
10635 #. is the documentation for --help (NULL if intentionally undocumented).
10636 #. An empty string NAME is used to identify the default VALUE.
10637 #: config/mips/mips.h:561 config/pdp11/pdp11.h:61 config/rs6000/rs6000.h:329
10638 msgid "Use hardware floating point"
10639 msgstr ""
10640
10641 #: config/mips/mips.h:563
10642 msgid "Use 64-bit FP registers"
10643 msgstr ""
10644
10645 #: config/mips/mips.h:565
10646 msgid "Use 32-bit FP registers"
10647 msgstr ""
10648
10649 #: config/mips/mips.h:567
10650 msgid "Use 64-bit general registers"
10651 msgstr ""
10652
10653 #: config/mips/mips.h:569
10654 msgid "Use 32-bit general registers"
10655 msgstr ""
10656
10657 #: config/mips/mips.h:571
10658 msgid "Use Irix PIC"
10659 msgstr ""
10660
10661 #: config/mips/mips.h:573
10662 msgid "Don't use Irix PIC"
10663 msgstr ""
10664
10665 #: config/mips/mips.h:575
10666 msgid "Use indirect calls"
10667 msgstr ""
10668
10669 #: config/mips/mips.h:577
10670 msgid "Don't use indirect calls"
10671 msgstr ""
10672
10673 #: config/mips/mips.h:587
10674 msgid "Use big-endian byte order"
10675 msgstr ""
10676
10677 #: config/mips/mips.h:589
10678 msgid "Use little-endian byte order"
10679 msgstr ""
10680
10681 #: config/mips/mips.h:591
10682 msgid "Use single (32-bit) FP only"
10683 msgstr ""
10684
10685 #: config/mips/mips.h:593
10686 msgid "Don't use single (32-bit) FP only"
10687 msgstr ""
10688
10689 #: config/mips/mips.h:595 config/mips/mips.h:597
10690 msgid "Use paired-single floating point instructions"
10691 msgstr ""
10692
10693 #: config/mips/mips.h:599 config/mips/mips.h:601
10694 msgid "Use MIPS-3D instructions"
10695 msgstr ""
10696
10697 #: config/mips/mips.h:603
10698 msgid "Use multiply accumulate"
10699 msgstr ""
10700
10701 #: config/mips/mips.h:605
10702 msgid "Don't use multiply accumulate"
10703 msgstr ""
10704
10705 #: config/mips/mips.h:607
10706 msgid "Don't generate fused multiply/add instructions"
10707 msgstr ""
10708
10709 #: config/mips/mips.h:609 config/rs6000/rs6000.h:345
10710 msgid "Generate fused multiply/add instructions"
10711 msgstr ""
10712
10713 #: config/mips/mips.h:611
10714 msgid "Perform VR4130-specific alignment optimizations"
10715 msgstr ""
10716
10717 #: config/mips/mips.h:613
10718 msgid "Don't perform VR4130-specific alignment optimizations"
10719 msgstr ""
10720
10721 #: config/mips/mips.h:615
10722 msgid "Work around early 4300 hardware bug"
10723 msgstr ""
10724
10725 #: config/mips/mips.h:617
10726 msgid "Don't work around early 4300 hardware bug"
10727 msgstr ""
10728
10729 #: config/mips/mips.h:619
10730 msgid "Work around errata for early SB-1 revision 2 cores"
10731 msgstr ""
10732
10733 #: config/mips/mips.h:621
10734 msgid "Don't work around errata for early SB-1 revision 2 cores"
10735 msgstr ""
10736
10737 #: config/mips/mips.h:623
10738 msgid "Work around R4000 errata"
10739 msgstr ""
10740
10741 #: config/mips/mips.h:625
10742 msgid "Don't work around R4000 errata"
10743 msgstr ""
10744
10745 #: config/mips/mips.h:627
10746 msgid "Work around R4400 errata"
10747 msgstr ""
10748
10749 #: config/mips/mips.h:629
10750 msgid "Don't work around R4400 errata"
10751 msgstr ""
10752
10753 #: config/mips/mips.h:631
10754 msgid "Work around certain VR4120 errata"
10755 msgstr ""
10756
10757 #: config/mips/mips.h:633
10758 msgid "Don't work around certain VR4120 errata"
10759 msgstr ""
10760
10761 #: config/mips/mips.h:635
10762 msgid "Trap on integer divide by zero"
10763 msgstr ""
10764
10765 #: config/mips/mips.h:637
10766 msgid "Don't trap on integer divide by zero"
10767 msgstr ""
10768
10769 #: config/mips/mips.h:639
10770 msgid "Use trap to check for integer divide by zero"
10771 msgstr ""
10772
10773 #: config/mips/mips.h:641
10774 msgid "Use break to check for integer divide by zero"
10775 msgstr ""
10776
10777 #: config/mips/mips.h:643
10778 msgid "Use Branch Likely instructions, overriding default for arch"
10779 msgstr ""
10780
10781 #: config/mips/mips.h:645
10782 msgid "Don't use Branch Likely instructions, overriding default for arch"
10783 msgstr ""
10784
10785 #: config/mips/mips.h:647
10786 msgid "Use NewABI-style %reloc() assembly operators"
10787 msgstr ""
10788
10789 #: config/mips/mips.h:649
10790 msgid "Use assembler macros instead of relocation operators"
10791 msgstr ""
10792
10793 #: config/mips/mips.h:651
10794 msgid "Generate mips16 code"
10795 msgstr ""
10796
10797 #: config/mips/mips.h:653
10798 msgid "Generate normal-mode code"
10799 msgstr ""
10800
10801 #: config/mips/mips.h:655
10802 msgid "Lift restrictions on GOT size"
10803 msgstr ""
10804
10805 #: config/mips/mips.h:657
10806 msgid "Do not lift restrictions on GOT size"
10807 msgstr ""
10808
10809 #: config/mips/mips.h:659
10810 msgid "FP exceptions are enabled"
10811 msgstr ""
10812
10813 #: config/mips/mips.h:661
10814 msgid "FP exceptions are not enabled"
10815 msgstr ""
10816
10817 #: config/mips/mips.h:776
10818 msgid "Specify a Standard MIPS ISA"
10819 msgstr ""
10820
10821 #. Output assembler code to FILE to increment profiler label # LABELNO
10822 #. for profiling a function entry.
10823 #: config/mips/mips.h:2331
10824 msgid "mips16 function profiling"
10825 msgstr ""
10826
10827 #: config/mmix/mmix.c:229
10828 #, c-format
10829 msgid "-f%s not supported: ignored"
10830 msgstr ""
10831
10832 #: config/mmix/mmix.c:657
10833 #, c-format
10834 msgid ""
10835 "too large function value type, needs %d registers, have only %d registers "
10836 "for this"
10837 msgstr ""
10838
10839 #: config/mmix/mmix.c:827
10840 msgid "function_profiler support for MMIX"
10841 msgstr ""
10842
10843 #: config/mmix/mmix.c:849
10844 msgid "MMIX Internal: Last named vararg would not fit in a register"
10845 msgstr ""
10846
10847 #: config/mmix/mmix.c:1458 config/mmix/mmix.c:1588
10848 msgid "MMIX Internal: Expected a CONST_INT, not this"
10849 msgstr ""
10850
10851 #: config/mmix/mmix.c:1466 config/mmix/mmix.c:1490 config/mmix/mmix.c:1606
10852 #, c-format
10853 msgid "MMIX Internal: Bad register: %d"
10854 msgstr ""
10855
10856 #: config/mmix/mmix.c:1537
10857 msgid "MMIX Internal: Bad value for 'm', not a CONST_INT"
10858 msgstr ""
10859
10860 #: config/mmix/mmix.c:1556
10861 msgid "MMIX Internal: Expected a register, not this"
10862 msgstr ""
10863
10864 #: config/mmix/mmix.c:1566
10865 msgid "MMIX Internal: Expected a constant, not this"
10866 msgstr ""
10867
10868 #. Presumably there's a missing case above if we get here.
10869 #: config/mmix/mmix.c:1598
10870 #, c-format
10871 msgid "MMIX Internal: Missing `%c' case in mmix_print_operand"
10872 msgstr ""
10873
10874 #. We need the original here.
10875 #: config/mmix/mmix.c:1650
10876 msgid "MMIX Internal: Cannot decode this operand"
10877 msgstr ""
10878
10879 #: config/mmix/mmix.c:1707
10880 msgid "MMIX Internal: This is not a recognized address"
10881 msgstr ""
10882
10883 #: config/mmix/mmix.c:1884
10884 #, c-format
10885 msgid "stack frame not a multiple of 8 bytes: %d"
10886 msgstr ""
10887
10888 #: config/mmix/mmix.c:2123
10889 #, c-format
10890 msgid "stack frame not a multiple of octabyte: %d"
10891 msgstr ""
10892
10893 #: config/mmix/mmix.c:2597 config/mmix/mmix.c:2661
10894 #, c-format
10895 msgid "MMIX Internal: %s is not a shiftable int"
10896 msgstr ""
10897
10898 #: config/mmix/mmix.c:2777
10899 msgid "MMIX Internal: Trying to output invalidly reversed condition:"
10900 msgstr ""
10901
10902 #: config/mmix/mmix.c:2784
10903 msgid "MMIX Internal: What's the CC of this?"
10904 msgstr ""
10905
10906 #: config/mmix/mmix.c:2788
10907 msgid "MMIX Internal: What is the CC of this?"
10908 msgstr ""
10909
10910 #: config/mmix/mmix.c:2858
10911 msgid "MMIX Internal: This is not a constant:"
10912 msgstr ""
10913
10914 #: config/mmix/mmix.h:132
10915 msgid "Set start-address of the program"
10916 msgstr ""
10917
10918 #: config/mmix/mmix.h:134
10919 msgid "Set start-address of data"
10920 msgstr ""
10921
10922 #. FIXME: Provide a way to *load* the epsilon register.
10923 #: config/mmix/mmix.h:198
10924 msgid "For intrinsics library: pass all parameters in registers"
10925 msgstr ""
10926
10927 #: config/mmix/mmix.h:201
10928 msgid "Use register stack for parameters and return value"
10929 msgstr ""
10930
10931 #: config/mmix/mmix.h:203
10932 msgid "Use call-clobbered registers for parameters and return value"
10933 msgstr ""
10934
10935 #: config/mmix/mmix.h:205
10936 msgid "Use epsilon-respecting floating point compare instructions"
10937 msgstr ""
10938
10939 #: config/mmix/mmix.h:208
10940 msgid "Use zero-extending memory loads, not sign-extending ones"
10941 msgstr ""
10942
10943 #: config/mmix/mmix.h:211
10944 msgid ""
10945 "Generate divide results with reminder having the same sign as the divisor "
10946 "(not the dividend)"
10947 msgstr ""
10948
10949 #: config/mmix/mmix.h:215
10950 msgid "Prepend global symbols with \":\" (for use with PREFIX)"
10951 msgstr ""
10952
10953 #: config/mmix/mmix.h:217
10954 msgid "Do not provide a default start-address 0x100 of the program"
10955 msgstr ""
10956
10957 #: config/mmix/mmix.h:219
10958 msgid "Link to emit program in ELF format (rather than mmo)"
10959 msgstr ""
10960
10961 #: config/mmix/mmix.h:221
10962 msgid "Use P-mnemonics for branches statically predicted as taken"
10963 msgstr ""
10964
10965 #: config/mmix/mmix.h:223
10966 msgid "Don't use P-mnemonics for branches"
10967 msgstr ""
10968
10969 #: config/mmix/mmix.h:225
10970 msgid "Use addresses that allocate global registers"
10971 msgstr ""
10972
10973 #: config/mmix/mmix.h:227
10974 msgid "Do not use addresses that allocate global registers"
10975 msgstr ""
10976
10977 #: config/mmix/mmix.h:229
10978 msgid "Generate a single exit point for each function"
10979 msgstr ""
10980
10981 #: config/mmix/mmix.h:231
10982 msgid "Do not generate a single exit point for each function"
10983 msgstr ""
10984
10985 #: config/mn10300/linux.h:60 config/mn10300/mn10300.h:71
10986 msgid "Target the AM33 processor"
10987 msgstr ""
10988
10989 #: config/mn10300/linux.h:61 config/mn10300/mn10300.h:75
10990 msgid "Target the AM33/2.0 processor"
10991 msgstr ""
10992
10993 #: config/mn10300/linux.h:62 config/mn10300/mn10300.h:78
10994 msgid "Enable linker relaxations"
10995 msgstr ""
10996
10997 #: config/mn10300/mn10300.h:69
10998 msgid "Work around hardware multiply bug"
10999 msgstr ""
11000
11001 #: config/mn10300/mn10300.h:70
11002 msgid "Do not work around hardware multiply bug"
11003 msgstr ""
11004
11005 #: config/ns32k/ns32k.h:142 config/s390/s390.h:136
11006 msgid "Don't use hardware fp"
11007 msgstr ""
11008
11009 #: config/ns32k/ns32k.h:143
11010 msgid "Alternative calling convention"
11011 msgstr ""
11012
11013 #: config/ns32k/ns32k.h:145
11014 msgid "Pass some arguments in registers"
11015 msgstr ""
11016
11017 #: config/ns32k/ns32k.h:146
11018 msgid "Pass all arguments on stack"
11019 msgstr ""
11020
11021 #: config/ns32k/ns32k.h:147
11022 msgid "Optimize for 32532 cpu"
11023 msgstr ""
11024
11025 #: config/ns32k/ns32k.h:148
11026 msgid "Optimize for 32332 cpu"
11027 msgstr ""
11028
11029 #: config/ns32k/ns32k.h:150
11030 msgid "Optimize for 32032"
11031 msgstr ""
11032
11033 #: config/ns32k/ns32k.h:152
11034 msgid "Register sb is zero. Use for absolute addressing"
11035 msgstr ""
11036
11037 #: config/ns32k/ns32k.h:153
11038 msgid "Do not use register sb"
11039 msgstr ""
11040
11041 #: config/ns32k/ns32k.h:155
11042 msgid "Use bit-field instructions"
11043 msgstr ""
11044
11045 #: config/ns32k/ns32k.h:157
11046 msgid "Do not use bit-field instructions"
11047 msgstr ""
11048
11049 #: config/ns32k/ns32k.h:158
11050 msgid "Generate code for high memory"
11051 msgstr ""
11052
11053 #: config/ns32k/ns32k.h:159
11054 msgid "Generate code for low memory"
11055 msgstr ""
11056
11057 #: config/ns32k/ns32k.h:160
11058 msgid "32381 fpu"
11059 msgstr ""
11060
11061 #: config/ns32k/ns32k.h:162
11062 msgid "Use multiply-accumulate fp instructions"
11063 msgstr ""
11064
11065 #: config/ns32k/ns32k.h:164
11066 msgid "Do not use multiply-accumulate fp instructions"
11067 msgstr ""
11068
11069 #: config/ns32k/ns32k.h:165
11070 msgid "\"Small register classes\" kludge"
11071 msgstr ""
11072
11073 #: config/ns32k/ns32k.h:166
11074 msgid "No \"Small register classes\" kludge"
11075 msgstr ""
11076
11077 #: config/pa/pa.c:404
11078 #, c-format
11079 msgid ""
11080 "unknown -mschedule= option (%s).\n"
11081 "Valid options are 700, 7100, 7100LC, 7200, 7300, and 8000\n"
11082 msgstr ""
11083
11084 #: config/pa/pa.c:429
11085 #, c-format
11086 msgid ""
11087 "unknown -march= option (%s).\n"
11088 "Valid options are 1.0, 1.1, and 2.0\n"
11089 msgstr ""
11090
11091 #: config/pa/pa.c:449
11092 #, c-format
11093 msgid ""
11094 "unknown -munix= option (%s).\n"
11095 "Valid options are 93, 95 and 98.\n"
11096 msgstr ""
11097
11098 #: config/pa/pa.c:454
11099 #, c-format
11100 msgid ""
11101 "unknown -munix= option (%s).\n"
11102 "Valid options are 93 and 95.\n"
11103 msgstr ""
11104
11105 #: config/pa/pa.c:458
11106 #, c-format
11107 msgid ""
11108 "unknown -munix= option (%s).\n"
11109 "Valid option is 93.\n"
11110 msgstr ""
11111
11112 #: config/pa/pa.c:475
11113 msgid "PIC code generation is not supported in the portable runtime model\n"
11114 msgstr ""
11115
11116 #: config/pa/pa.c:480
11117 msgid "PIC code generation is not compatible with fast indirect calls\n"
11118 msgstr ""
11119
11120 #: config/pa/pa.c:485
11121 msgid "-g is only supported when using GAS on this processor,"
11122 msgstr ""
11123
11124 #: config/pa/pa.c:486
11125 msgid "-g option disabled"
11126 msgstr ""
11127
11128 #: config/pa/pa-hpux.h:96 config/pa/pa64-hpux.h:25
11129 msgid "Generate cpp defines for server IO"
11130 msgstr ""
11131
11132 #: config/pa/pa-hpux.h:97 config/pa/pa64-hpux.h:27
11133 msgid "Generate cpp defines for workstation IO"
11134 msgstr ""
11135
11136 #: config/pa/pa-hpux10.h:84
11137 msgid ""
11138 "Specify UNIX standard for predefines and linking.\n"
11139 "Supported value is 93."
11140 msgstr ""
11141
11142 #: config/pa/pa-hpux1010.h:28 config/pa/pa-hpux11.h:98
11143 msgid ""
11144 "Specify UNIX standard for predefines and linking.\n"
11145 "Supported values are 93 and 95."
11146 msgstr ""
11147
11148 #: config/pa/pa-hpux11.h:81
11149 msgid "-munix=98 option required for C89 Amendment 1 features.\n"
11150 msgstr ""
11151
11152 #: config/pa/pa-hpux1111.h:28
11153 msgid ""
11154 "Specify UNIX standard for predefines and linking.\n"
11155 "Supported values are 93, 95 and 98."
11156 msgstr ""
11157
11158 #. Macro to define tables used to set the flags.  This is a
11159 #. list in braces of target switches with each switch being
11160 #. { "NAME", VALUE, "HELP_STRING" }.  VALUE is the bits to set,
11161 #. or minus the bits to clear.  An empty string NAME is used to
11162 #. identify the default VALUE.  Do not mark empty strings for
11163 #. translation.
11164 #: config/pa/pa.h:254 config/pa/pa.h:260
11165 msgid "Generate PA1.1 code"
11166 msgstr ""
11167
11168 #: config/pa/pa.h:256 config/pa/pa.h:258
11169 msgid "Generate PA1.0 code"
11170 msgstr ""
11171
11172 #: config/pa/pa.h:262
11173 msgid "Generate PA2.0 code (requires binutils 2.10 or later)"
11174 msgstr ""
11175
11176 #: config/pa/pa.h:264
11177 msgid "Disable FP regs"
11178 msgstr ""
11179
11180 #: config/pa/pa.h:266
11181 msgid "Do not disable FP regs"
11182 msgstr ""
11183
11184 #: config/pa/pa.h:268
11185 msgid "Disable space regs"
11186 msgstr ""
11187
11188 #: config/pa/pa.h:270
11189 msgid "Do not disable space regs"
11190 msgstr ""
11191
11192 #: config/pa/pa.h:272
11193 msgid "Put jumps in call delay slots"
11194 msgstr ""
11195
11196 #: config/pa/pa.h:274
11197 msgid "Do not put jumps in call delay slots"
11198 msgstr ""
11199
11200 #: config/pa/pa.h:276
11201 msgid "Disable indexed addressing"
11202 msgstr ""
11203
11204 #: config/pa/pa.h:278
11205 msgid "Do not disable indexed addressing"
11206 msgstr ""
11207
11208 #: config/pa/pa.h:280
11209 msgid "Use portable calling conventions"
11210 msgstr ""
11211
11212 #: config/pa/pa.h:282
11213 msgid "Do not use portable calling conventions"
11214 msgstr ""
11215
11216 #: config/pa/pa.h:284
11217 msgid "Assume code will be assembled by GAS"
11218 msgstr ""
11219
11220 #: config/pa/pa.h:286
11221 msgid "Do not assume code will be assembled by GAS"
11222 msgstr ""
11223
11224 #: config/pa/pa.h:290
11225 msgid "Do not use software floating point"
11226 msgstr ""
11227
11228 #: config/pa/pa.h:292
11229 msgid "Emit long load/store sequences"
11230 msgstr ""
11231
11232 #: config/pa/pa.h:294
11233 msgid "Do not emit long load/store sequences"
11234 msgstr ""
11235
11236 #: config/pa/pa.h:296
11237 msgid "Generate fast indirect calls"
11238 msgstr ""
11239
11240 #: config/pa/pa.h:298
11241 msgid "Do not generate fast indirect calls"
11242 msgstr ""
11243
11244 #: config/pa/pa.h:300
11245 msgid "Generate code for huge switch statements"
11246 msgstr ""
11247
11248 #: config/pa/pa.h:302
11249 msgid "Do not generate code for huge switch statements"
11250 msgstr ""
11251
11252 #: config/pa/pa.h:304
11253 msgid "Always generate long calls"
11254 msgstr ""
11255
11256 #: config/pa/pa.h:306
11257 msgid "Generate long calls only when needed"
11258 msgstr ""
11259
11260 #: config/pa/pa.h:308
11261 msgid "Enable linker optimizations"
11262 msgstr ""
11263
11264 #: config/pa/pa.h:332
11265 msgid ""
11266 "Specify PA-RISC architecture for code generation.\n"
11267 "Values are 1.0, 1.1 and 2.0."
11268 msgstr ""
11269
11270 #: config/pa/pa.h:335
11271 msgid "Specify range of registers to make fixed."
11272 msgstr ""
11273
11274 #: config/pa/pa.h:337
11275 msgid "Specify CPU for scheduling purposes."
11276 msgstr ""
11277
11278 #: config/pa/pa64-hpux.h:29
11279 msgid "Assume code will be linked by GNU ld"
11280 msgstr ""
11281
11282 #: config/pa/pa64-hpux.h:31
11283 msgid "Assume code will be linked by HP ld"
11284 msgstr ""
11285
11286 #: config/pdp11/pdp11.h:62 config/rs6000/rs6000.h:331
11287 msgid "Do not use hardware floating point"
11288 msgstr ""
11289
11290 #. return float result in ac0
11291 #: config/pdp11/pdp11.h:64
11292 msgid "Return floating point results in ac0"
11293 msgstr ""
11294
11295 #: config/pdp11/pdp11.h:65
11296 msgid "Return floating point results in memory"
11297 msgstr ""
11298
11299 #. is 11/40
11300 #: config/pdp11/pdp11.h:67
11301 msgid "Generate code for an 11/40"
11302 msgstr ""
11303
11304 #. is 11/45
11305 #: config/pdp11/pdp11.h:70
11306 msgid "Generate code for an 11/45"
11307 msgstr ""
11308
11309 #. is 11/10
11310 #: config/pdp11/pdp11.h:73
11311 msgid "Generate code for an 11/10"
11312 msgstr ""
11313
11314 #. use movmemhi for bcopy
11315 #. use 32 bit for int
11316 #: config/pdp11/pdp11.h:78 config/pdp11/pdp11.h:79
11317 msgid "Use 32 bit int"
11318 msgstr ""
11319
11320 #: config/pdp11/pdp11.h:80 config/pdp11/pdp11.h:81
11321 msgid "Use 16 bit int"
11322 msgstr ""
11323
11324 #. use 32 bit for float
11325 #: config/pdp11/pdp11.h:83 config/pdp11/pdp11.h:84
11326 msgid "Use 32 bit float"
11327 msgstr ""
11328
11329 #: config/pdp11/pdp11.h:85 config/pdp11/pdp11.h:86
11330 msgid "Use 64 bit float"
11331 msgstr ""
11332
11333 #. allow abshi pattern? - can trigger "optimizations" which make code SLOW!
11334 #. is branching expensive - on a PDP, it's actually really cheap
11335 #. this is just to play around and check what code gcc generates
11336 #. split instruction and data memory?
11337 #: config/pdp11/pdp11.h:95
11338 msgid "Target has split I&D"
11339 msgstr ""
11340
11341 #: config/pdp11/pdp11.h:96
11342 msgid "Target does not have split I&D"
11343 msgstr ""
11344
11345 #. UNIX assembler syntax?
11346 #: config/pdp11/pdp11.h:98
11347 msgid "Use UNIX assembler syntax"
11348 msgstr ""
11349
11350 #: config/pdp11/pdp11.h:99
11351 msgid "Use DEC assembler syntax"
11352 msgstr ""
11353
11354 #: config/rs6000/host-darwin.c:52
11355 msgid "Segmentation Fault (code)"
11356 msgstr ""
11357
11358 #: config/rs6000/host-darwin.c:83
11359 msgid "Out of stack space.\n"
11360 msgstr ""
11361
11362 #: config/rs6000/host-darwin.c:104
11363 #, c-format
11364 msgid "Try running `%s' in the shell to raise its limit.\n"
11365 msgstr ""
11366
11367 #: config/rs6000/host-darwin.c:117
11368 msgid "Segmentation Fault"
11369 msgstr ""
11370
11371 #: config/rs6000/host-darwin.c:131
11372 #, c-format
11373 msgid "While setting up signal stack: %m"
11374 msgstr ""
11375
11376 #: config/rs6000/host-darwin.c:137
11377 #, c-format
11378 msgid "While setting up signal handler: %m"
11379 msgstr ""
11380
11381 #: config/rs6000/host-darwin.c:181
11382 #, c-format
11383 msgid "couldn't unmap pch_address_space: %m\n"
11384 msgstr ""
11385
11386 #. Handle the machine specific pragma longcall.  Its syntax is
11387 #.
11388 #. # pragma longcall ( TOGGLE )
11389 #.
11390 #. where TOGGLE is either 0 or 1.
11391 #.
11392 #. rs6000_default_long_calls is set to the value of TOGGLE, changing
11393 #. whether or not new function declarations receive a longcall
11394 #. attribute by default.
11395 #: config/rs6000/rs6000-c.c:46
11396 msgid "ignoring malformed #pragma longcall"
11397 msgstr ""
11398
11399 #: config/rs6000/rs6000-c.c:59
11400 msgid "missing open paren"
11401 msgstr ""
11402
11403 #: config/rs6000/rs6000-c.c:61
11404 msgid "missing number"
11405 msgstr ""
11406
11407 #: config/rs6000/rs6000-c.c:63
11408 msgid "missing close paren"
11409 msgstr ""
11410
11411 #: config/rs6000/rs6000-c.c:66
11412 msgid "number must be 0 or 1"
11413 msgstr ""
11414
11415 #: config/rs6000/rs6000-c.c:69
11416 msgid "junk at end of #pragma longcall"
11417 msgstr ""
11418
11419 #: config/rs6000/rs6000.c:1231
11420 msgid "-mmultiple is not supported on little endian systems"
11421 msgstr ""
11422
11423 #: config/rs6000/rs6000.c:1238
11424 msgid "-mstring is not supported on little endian systems"
11425 msgstr ""
11426
11427 #: config/rs6000/rs6000.c:1252
11428 #, c-format
11429 msgid "unknown -mdebug-%s switch"
11430 msgstr ""
11431
11432 #: config/rs6000/rs6000.c:1264
11433 #, c-format
11434 msgid "unknown -mtraceback arg `%s'; expecting `full', `partial' or `none'"
11435 msgstr ""
11436
11437 #: config/rs6000/rs6000.c:1275
11438 #, c-format
11439 msgid "Unknown switch -mlong-double-%s"
11440 msgstr ""
11441
11442 #: config/rs6000/rs6000.c:1316
11443 msgid "AltiVec and E500 instructions cannot coexist"
11444 msgstr ""
11445
11446 #. Handle -mfix-and-continue.
11447 #: config/rs6000/rs6000.c:1362 config/rs6000/rs6000.c:1373
11448 #: config/rs6000/darwin.h:106
11449 #, c-format
11450 msgid "invalid option `%s'"
11451 msgstr ""
11452
11453 #: config/rs6000/rs6000.c:1594
11454 #, c-format
11455 msgid "unknown -m%s= option specified: '%s'"
11456 msgstr ""
11457
11458 #: config/rs6000/rs6000.c:1615
11459 #, c-format
11460 msgid "not configured for ABI: '%s'"
11461 msgstr ""
11462
11463 #: config/rs6000/rs6000.c:1621
11464 #, c-format
11465 msgid "unknown ABI specified: '%s'"
11466 msgstr ""
11467
11468 #: config/rs6000/rs6000.c:1635
11469 #, c-format
11470 msgid "unknown -malign-XXXXX option specified: '%s'"
11471 msgstr ""
11472
11473 #: config/rs6000/rs6000.c:4639
11474 msgid ""
11475 "Cannot return value in vector register because altivec instructions are "
11476 "disabled, use -maltivec to enable them."
11477 msgstr ""
11478
11479 #: config/rs6000/rs6000.c:4773
11480 msgid ""
11481 "Cannot pass argument in vector register because altivec instructions are "
11482 "disabled, use -maltivec to enable them."
11483 msgstr ""
11484
11485 #: config/rs6000/rs6000.c:6211
11486 msgid "argument 1 must be a 5-bit signed literal"
11487 msgstr ""
11488
11489 #: config/rs6000/rs6000.c:6314 config/rs6000/rs6000.c:6984
11490 msgid "argument 2 must be a 5-bit unsigned literal"
11491 msgstr ""
11492
11493 #: config/rs6000/rs6000.c:6354
11494 msgid "argument 1 of __builtin_altivec_predicate must be a constant"
11495 msgstr ""
11496
11497 #: config/rs6000/rs6000.c:6408
11498 msgid "argument 1 of __builtin_altivec_predicate is out of range"
11499 msgstr ""
11500
11501 #: config/rs6000/rs6000.c:6570
11502 msgid "argument 3 must be a 4-bit unsigned literal"
11503 msgstr ""
11504
11505 #: config/rs6000/rs6000.c:6742
11506 #, c-format
11507 msgid "argument to `%s' must be a 2-bit unsigned literal"
11508 msgstr ""
11509
11510 #: config/rs6000/rs6000.c:6855
11511 msgid "argument to dss must be a 2-bit unsigned literal"
11512 msgstr ""
11513
11514 #: config/rs6000/rs6000.c:6870
11515 #, c-format
11516 msgid "invalid parameter combination for `%s' AltiVec intrinsic"
11517 msgstr ""
11518
11519 #: config/rs6000/rs6000.c:7104
11520 msgid "argument 1 of __builtin_spe_predicate must be a constant"
11521 msgstr ""
11522
11523 #: config/rs6000/rs6000.c:7177
11524 msgid "argument 1 of __builtin_spe_predicate is out of range"
11525 msgstr ""
11526
11527 #: config/rs6000/rs6000.c:10079
11528 #, c-format
11529 msgid "invalid %%f value"
11530 msgstr ""
11531
11532 #: config/rs6000/rs6000.c:10088
11533 #, c-format
11534 msgid "invalid %%F value"
11535 msgstr ""
11536
11537 #: config/rs6000/rs6000.c:10097
11538 #, c-format
11539 msgid "invalid %%G value"
11540 msgstr ""
11541
11542 #: config/rs6000/rs6000.c:10132
11543 #, c-format
11544 msgid "invalid %%j code"
11545 msgstr ""
11546
11547 #: config/rs6000/rs6000.c:10142
11548 #, c-format
11549 msgid "invalid %%J code"
11550 msgstr ""
11551
11552 #: config/rs6000/rs6000.c:10152
11553 #, c-format
11554 msgid "invalid %%k value"
11555 msgstr ""
11556
11557 #: config/rs6000/rs6000.c:10172 config/xtensa/xtensa.c:1937
11558 #, c-format
11559 msgid "invalid %%K value"
11560 msgstr ""
11561
11562 #: config/rs6000/rs6000.c:10239
11563 #, c-format
11564 msgid "invalid %%O value"
11565 msgstr ""
11566
11567 #: config/rs6000/rs6000.c:10286
11568 #, c-format
11569 msgid "invalid %%q value"
11570 msgstr ""
11571
11572 #: config/rs6000/rs6000.c:10330
11573 #, c-format
11574 msgid "invalid %%S value"
11575 msgstr ""
11576
11577 #: config/rs6000/rs6000.c:10372
11578 #, c-format
11579 msgid "invalid %%T value"
11580 msgstr ""
11581
11582 #: config/rs6000/rs6000.c:10382
11583 #, c-format
11584 msgid "invalid %%u value"
11585 msgstr ""
11586
11587 #: config/rs6000/rs6000.c:10391 config/xtensa/xtensa.c:1907
11588 #, c-format
11589 msgid "invalid %%v value"
11590 msgstr ""
11591
11592 #: config/rs6000/rs6000.c:15498
11593 msgid "no profiling of 64-bit code for this ABI"
11594 msgstr ""
11595
11596 #: config/rs6000/rs6000.c:16570
11597 msgid "use of 'long' in AltiVec types is deprecated; use 'int'"
11598 msgstr ""
11599
11600 #: config/rs6000/aix.h:203 config/rs6000/beos.h:32
11601 msgid "Always pass floating-point arguments in memory"
11602 msgstr ""
11603
11604 #: config/rs6000/aix.h:205 config/rs6000/beos.h:34
11605 msgid "Don't always pass floating-point arguments in memory"
11606 msgstr ""
11607
11608 #: config/rs6000/aix41.h:27 config/rs6000/aix43.h:32 config/rs6000/aix51.h:31
11609 #: config/rs6000/aix52.h:31
11610 msgid "Support message passing with the Parallel Environment"
11611 msgstr ""
11612
11613 #: config/rs6000/aix43.h:28 config/rs6000/aix51.h:27 config/rs6000/aix52.h:27
11614 msgid "Compile for 64-bit pointers"
11615 msgstr ""
11616
11617 #: config/rs6000/aix43.h:30 config/rs6000/aix51.h:29 config/rs6000/aix52.h:29
11618 msgid "Compile for 32-bit pointers"
11619 msgstr ""
11620
11621 #: config/rs6000/aix43.h:49 config/rs6000/aix51.h:48 config/rs6000/aix52.h:48
11622 msgid "-maix64 and POWER architecture are incompatible"
11623 msgstr ""
11624
11625 #: config/rs6000/aix43.h:54 config/rs6000/aix51.h:53 config/rs6000/aix52.h:53
11626 msgid "-maix64 requires PowerPC64 architecture remain enabled"
11627 msgstr ""
11628
11629 #: config/rs6000/aix43.h:58 config/rs6000/aix51.h:57 config/rs6000/aix52.h:57
11630 msgid ""
11631 "-maix64 required: 64-bit computation with 32-bit addressing not yet supported"
11632 msgstr ""
11633
11634 #: config/rs6000/darwin.h:69 config/rs6000/sysv4.h:153
11635 msgid "Generate 64-bit code"
11636 msgstr ""
11637
11638 #: config/rs6000/darwin.h:71 config/rs6000/sysv4.h:155
11639 msgid "Generate 32-bit code"
11640 msgstr ""
11641
11642 #: config/rs6000/darwin.h:73
11643 msgid "Generate code suitable for executables (NOT shared libs)"
11644 msgstr ""
11645
11646 #. The Darwin ABI always includes AltiVec, can't be (validly) turned
11647 #. off.
11648 #: config/rs6000/darwin.h:89
11649 msgid "-mdynamic-no-pic overrides -fpic or -fPIC"
11650 msgstr ""
11651
11652 #. Darwin doesn't support -fpic.
11653 #: config/rs6000/darwin.h:95
11654 msgid "-fpic is not supported; -fPIC assumed"
11655 msgstr ""
11656
11657 #: config/rs6000/darwin.h:113
11658 msgid "-m64 requires PowerPC64 architecture, enabling"
11659 msgstr ""
11660
11661 #: config/rs6000/linux64.h:106
11662 msgid "-m64 requires a PowerPC64 cpu"
11663 msgstr ""
11664
11665 #: config/rs6000/linux64.h:216
11666 msgid "Call mcount for profiling before a function prologue"
11667 msgstr ""
11668
11669 #: config/rs6000/linux64.h:218
11670 msgid "Call mcount for profiling after a function prologue"
11671 msgstr ""
11672
11673 #. Run-time compilation parameters selecting different hardware subsets.
11674 #.
11675 #. Macro to define tables used to set the flags.
11676 #. This is a list in braces of pairs in braces,
11677 #. each pair being { "NAME", VALUE }
11678 #. where VALUE is the bits to set or minus the bits to clear.
11679 #. An empty string NAME is used to identify the default VALUE.
11680 #: config/rs6000/rs6000.h:277
11681 msgid "Use POWER instruction set"
11682 msgstr ""
11683
11684 #: config/rs6000/rs6000.h:280
11685 msgid "Use POWER2 instruction set"
11686 msgstr ""
11687
11688 #: config/rs6000/rs6000.h:282
11689 msgid "Do not use POWER2 instruction set"
11690 msgstr ""
11691
11692 #: config/rs6000/rs6000.h:285
11693 msgid "Do not use POWER instruction set"
11694 msgstr ""
11695
11696 #: config/rs6000/rs6000.h:287
11697 msgid "Use PowerPC instruction set"
11698 msgstr ""
11699
11700 #: config/rs6000/rs6000.h:290
11701 msgid "Do not use PowerPC instruction set"
11702 msgstr ""
11703
11704 #: config/rs6000/rs6000.h:292
11705 msgid "Use PowerPC General Purpose group optional instructions"
11706 msgstr ""
11707
11708 #: config/rs6000/rs6000.h:294
11709 msgid "Do not use PowerPC General Purpose group optional instructions"
11710 msgstr ""
11711
11712 #: config/rs6000/rs6000.h:296
11713 msgid "Use PowerPC Graphics group optional instructions"
11714 msgstr ""
11715
11716 #: config/rs6000/rs6000.h:298
11717 msgid "Do not use PowerPC Graphics group optional instructions"
11718 msgstr ""
11719
11720 #: config/rs6000/rs6000.h:300
11721 msgid "Use PowerPC-64 instruction set"
11722 msgstr ""
11723
11724 #: config/rs6000/rs6000.h:302
11725 msgid "Do not use PowerPC-64 instruction set"
11726 msgstr ""
11727
11728 #: config/rs6000/rs6000.h:304
11729 msgid "Use AltiVec instructions"
11730 msgstr ""
11731
11732 #: config/rs6000/rs6000.h:306
11733 msgid "Do not use AltiVec instructions"
11734 msgstr ""
11735
11736 #: config/rs6000/rs6000.h:308
11737 msgid "Use new mnemonics for PowerPC architecture"
11738 msgstr ""
11739
11740 #: config/rs6000/rs6000.h:310
11741 msgid "Use old mnemonics for PowerPC architecture"
11742 msgstr ""
11743
11744 #: config/rs6000/rs6000.h:313
11745 msgid "Put everything in the regular TOC"
11746 msgstr ""
11747
11748 #: config/rs6000/rs6000.h:315
11749 msgid "Place floating point constants in TOC"
11750 msgstr ""
11751
11752 #: config/rs6000/rs6000.h:317
11753 msgid "Do not place floating point constants in TOC"
11754 msgstr ""
11755
11756 #: config/rs6000/rs6000.h:319
11757 msgid "Place symbol+offset constants in TOC"
11758 msgstr ""
11759
11760 #: config/rs6000/rs6000.h:321
11761 msgid "Do not place symbol+offset constants in TOC"
11762 msgstr ""
11763
11764 #: config/rs6000/rs6000.h:327
11765 msgid "Place variable addresses in the regular TOC"
11766 msgstr ""
11767
11768 #: config/rs6000/rs6000.h:333
11769 msgid "Generate load/store multiple instructions"
11770 msgstr ""
11771
11772 #: config/rs6000/rs6000.h:335
11773 msgid "Do not generate load/store multiple instructions"
11774 msgstr ""
11775
11776 #: config/rs6000/rs6000.h:337
11777 msgid "Generate string instructions for block moves"
11778 msgstr ""
11779
11780 #: config/rs6000/rs6000.h:339
11781 msgid "Do not generate string instructions for block moves"
11782 msgstr ""
11783
11784 #: config/rs6000/rs6000.h:341
11785 msgid "Generate load/store with update instructions"
11786 msgstr ""
11787
11788 #: config/rs6000/rs6000.h:343
11789 msgid "Do not generate load/store with update instructions"
11790 msgstr ""
11791
11792 #: config/rs6000/rs6000.h:347
11793 msgid "Do not generate fused multiply/add instructions"
11794 msgstr ""
11795
11796 #: config/rs6000/rs6000.h:351
11797 msgid "Do not schedule the start and end of the procedure"
11798 msgstr ""
11799
11800 #: config/rs6000/rs6000.h:357
11801 msgid "Return all structures in memory (AIX default)"
11802 msgstr ""
11803
11804 #: config/rs6000/rs6000.h:359
11805 msgid "Return small structures in registers (SVR4 default)"
11806 msgstr ""
11807
11808 #: config/rs6000/rs6000.h:365
11809 msgid "Generate single field mfcr instruction"
11810 msgstr ""
11811
11812 #: config/rs6000/rs6000.h:367
11813 msgid "Do not generate single field mfcr instruction"
11814 msgstr ""
11815
11816 #: config/rs6000/rs6000.h:451 config/sparc/sparc.h:709
11817 msgid "Use features of and schedule code for given CPU"
11818 msgstr ""
11819
11820 #: config/rs6000/rs6000.h:454
11821 msgid "Enable debug output"
11822 msgstr ""
11823
11824 #: config/rs6000/rs6000.h:456
11825 msgid "Select full, part, or no traceback table"
11826 msgstr ""
11827
11828 #: config/rs6000/rs6000.h:457
11829 msgid "Specify ABI to use"
11830 msgstr ""
11831
11832 #: config/rs6000/rs6000.h:459
11833 msgid "Specify size of long double (64 or 128 bits)"
11834 msgstr ""
11835
11836 #: config/rs6000/rs6000.h:461
11837 msgid "Specify yes/no if isel instructions should be generated"
11838 msgstr ""
11839
11840 #: config/rs6000/rs6000.h:463
11841 msgid "Specify yes/no if SPE SIMD instructions should be generated"
11842 msgstr ""
11843
11844 #: config/rs6000/rs6000.h:465
11845 msgid "Specify yes/no if using floating point in the GPRs"
11846 msgstr ""
11847
11848 #: config/rs6000/rs6000.h:467
11849 msgid "Specify yes/no if VRSAVE instructions should be generated for AltiVec"
11850 msgstr ""
11851
11852 #: config/rs6000/rs6000.h:469
11853 msgid "Avoid all range limits on call instructions"
11854 msgstr ""
11855
11856 #: config/rs6000/rs6000.h:472
11857 msgid "Warn about deprecated 'vector long ...' AltiVec type usage"
11858 msgstr ""
11859
11860 #: config/rs6000/rs6000.h:475
11861 msgid "Determine which dependences between insns are considered costly"
11862 msgstr ""
11863
11864 #: config/rs6000/rs6000.h:477
11865 msgid "Specify which post scheduling nop insertion scheme to apply"
11866 msgstr ""
11867
11868 #: config/rs6000/rs6000.h:479
11869 msgid "Specify alignment of structure fields default/natural"
11870 msgstr ""
11871
11872 #: config/rs6000/rs6000.h:481
11873 msgid "Specify scheduling priority for dispatch slot restricted insns"
11874 msgstr ""
11875
11876 #. Definitions for __builtin_return_address and __builtin_frame_address.
11877 #. __builtin_return_address (0) should give link register (65), enable
11878 #. this.
11879 #. This should be uncommented, so that the link register is used, but
11880 #. currently this would result in unmatched insns and spilling fixed
11881 #. registers so we'll leave it for another day.  When these problems are
11882 #. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX.
11883 #. (mrs)
11884 #. #define RETURN_ADDR_IN_PREVIOUS_FRAME
11885 #. Number of bytes into the frame return addresses can be found.  See
11886 #. rs6000_stack_info in rs6000.c for more information on how the different
11887 #. abi's store the return address.
11888 #: config/rs6000/rs6000.h:1818
11889 msgid "RETURN_ADDRESS_OFFSET not supported"
11890 msgstr ""
11891
11892 #: config/rs6000/sysv4.h:87
11893 msgid "Select ABI calling convention"
11894 msgstr ""
11895
11896 #: config/rs6000/sysv4.h:88
11897 msgid "Select method for sdata handling"
11898 msgstr ""
11899
11900 #: config/rs6000/sysv4.h:100
11901 msgid "Align to the base type of the bit-field"
11902 msgstr ""
11903
11904 #: config/rs6000/sysv4.h:102
11905 msgid "Don't align to the base type of the bit-field"
11906 msgstr ""
11907
11908 #: config/rs6000/sysv4.h:104
11909 msgid "Don't assume that unaligned accesses are handled by the system"
11910 msgstr ""
11911
11912 #: config/rs6000/sysv4.h:106
11913 msgid "Assume that unaligned accesses are handled by the system"
11914 msgstr ""
11915
11916 #: config/rs6000/sysv4.h:108 config/rs6000/sysv4.h:112
11917 msgid "Produce code relocatable at runtime"
11918 msgstr ""
11919
11920 #: config/rs6000/sysv4.h:110 config/rs6000/sysv4.h:114
11921 msgid "Don't produce code relocatable at runtime"
11922 msgstr ""
11923
11924 #: config/rs6000/sysv4.h:116 config/rs6000/sysv4.h:118
11925 msgid "Produce little endian code"
11926 msgstr ""
11927
11928 #: config/rs6000/sysv4.h:120 config/rs6000/sysv4.h:122
11929 msgid "Produce big endian code"
11930 msgstr ""
11931
11932 #: config/rs6000/sysv4.h:123 config/rs6000/sysv4.h:124
11933 #: config/rs6000/sysv4.h:125 config/rs6000/sysv4.h:126
11934 #: config/rs6000/sysv4.h:127 config/rs6000/sysv4.h:128
11935 #: config/rs6000/sysv4.h:138 config/rs6000/sysv4.h:139
11936 #: config/rs6000/sysv4.h:151 config/rs6000/sysv4.h:157
11937 msgid "no description yet"
11938 msgstr ""
11939
11940 #: config/rs6000/sysv4.h:129
11941 msgid "Use EABI"
11942 msgstr ""
11943
11944 #: config/rs6000/sysv4.h:130
11945 msgid "Don't use EABI"
11946 msgstr ""
11947
11948 #: config/rs6000/sysv4.h:133
11949 msgid "Do not allow bit-fields to cross word boundaries"
11950 msgstr ""
11951
11952 #: config/rs6000/sysv4.h:135
11953 msgid "Use alternate register names"
11954 msgstr ""
11955
11956 #: config/rs6000/sysv4.h:137
11957 msgid "Don't use alternate register names"
11958 msgstr ""
11959
11960 #: config/rs6000/sysv4.h:141
11961 msgid "Link with libsim.a, libc.a and sim-crt0.o"
11962 msgstr ""
11963
11964 #: config/rs6000/sysv4.h:143
11965 msgid "Link with libads.a, libc.a and crt0.o"
11966 msgstr ""
11967
11968 #: config/rs6000/sysv4.h:145
11969 msgid "Link with libyk.a, libc.a and crt0.o"
11970 msgstr ""
11971
11972 #: config/rs6000/sysv4.h:147
11973 msgid "Link with libmvme.a, libc.a and crt0.o"
11974 msgstr ""
11975
11976 #: config/rs6000/sysv4.h:149
11977 msgid "Set the PPC_EMB bit in the ELF flags header"
11978 msgstr ""
11979
11980 #: config/rs6000/sysv4.h:150
11981 msgid "Use the WindISS simulator"
11982 msgstr ""
11983
11984 #. Sometimes certain combinations of command options do not make sense
11985 #. on a particular target machine.  You can define a macro
11986 #. `OVERRIDE_OPTIONS' to take account of this.  This macro, if
11987 #. defined, is executed once just after all the command options have
11988 #. been parsed.
11989 #.
11990 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
11991 #. get control.
11992 #: config/rs6000/sysv4.h:219
11993 #, c-format
11994 msgid "bad value for -mcall-%s"
11995 msgstr ""
11996
11997 #: config/rs6000/sysv4.h:235
11998 #, c-format
11999 msgid "bad value for -msdata=%s"
12000 msgstr ""
12001
12002 #: config/rs6000/sysv4.h:252
12003 #, c-format
12004 msgid "-mrelocatable and -msdata=%s are incompatible"
12005 msgstr ""
12006
12007 #: config/rs6000/sysv4.h:261
12008 #, c-format
12009 msgid "-f%s and -msdata=%s are incompatible"
12010 msgstr ""
12011
12012 #: config/rs6000/sysv4.h:270
12013 #, c-format
12014 msgid "-msdata=%s and -mcall-%s are incompatible"
12015 msgstr ""
12016
12017 #: config/rs6000/sysv4.h:279
12018 msgid "-mrelocatable and -mno-minimal-toc are incompatible"
12019 msgstr ""
12020
12021 #: config/rs6000/sysv4.h:285
12022 #, c-format
12023 msgid "-mrelocatable and -mcall-%s are incompatible"
12024 msgstr ""
12025
12026 #: config/rs6000/sysv4.h:292
12027 #, c-format
12028 msgid "-fPIC and -mcall-%s are incompatible"
12029 msgstr ""
12030
12031 #: config/rs6000/sysv4.h:299
12032 msgid "-mcall-aixdesc must be big endian"
12033 msgstr ""
12034
12035 #: config/rs6000/sysv4.h:314
12036 #, c-format
12037 msgid "-m%s not supported in this configuration"
12038 msgstr ""
12039
12040 #: config/s390/s390.c:1258
12041 #, c-format
12042 msgid "Unknown cpu used in -march=%s."
12043 msgstr ""
12044
12045 #: config/s390/s390.c:1277
12046 #, c-format
12047 msgid "Unknown cpu used in -mtune=%s."
12048 msgstr ""
12049
12050 #: config/s390/s390.c:1282
12051 #, c-format
12052 msgid "z/Architecture mode not supported on %s."
12053 msgstr ""
12054
12055 #: config/s390/s390.c:1284
12056 msgid "64-bit ABI not supported in ESA/390 mode."
12057 msgstr ""
12058
12059 #: config/s390/s390.c:1290
12060 msgid "invalid value for -mwarn-framesize"
12061 msgstr ""
12062
12063 #: config/s390/s390.c:1300
12064 msgid "invalid value for -mstack-size"
12065 msgstr ""
12066
12067 #: config/s390/s390.c:1303
12068 msgid "stack size must be an exact power of 2"
12069 msgstr ""
12070
12071 #: config/s390/s390.c:1309
12072 msgid "invalid value for -mstack-guard"
12073 msgstr ""
12074
12075 #: config/s390/s390.c:1312
12076 msgid "stack size must be greater than the stack guard value"
12077 msgstr ""
12078
12079 #: config/s390/s390.c:1315
12080 msgid "stack guard value must be an exact power of 2"
12081 msgstr ""
12082
12083 #: config/s390/s390.c:1318
12084 msgid "-mstack-size implies use of -mstack-guard"
12085 msgstr ""
12086
12087 #: config/s390/s390.c:1322
12088 msgid "-mstack-guard implies use of -mstack-size"
12089 msgstr ""
12090
12091 #: config/s390/s390.c:4024
12092 msgid "Cannot decompose address."
12093 msgstr ""
12094
12095 #: config/s390/s390.c:4195
12096 msgid "UNKNOWN in print_operand !?"
12097 msgstr ""
12098
12099 #: config/s390/s390.c:6241
12100 msgid "Total size of local variables exceeds architecture limit."
12101 msgstr ""
12102
12103 #: config/s390/s390.c:6780
12104 #, c-format
12105 msgid "frame size of `%s' is "
12106 msgstr ""
12107
12108 #: config/s390/s390.c:6780
12109 msgid " bytes"
12110 msgstr ""
12111
12112 #: config/s390/s390.c:6784
12113 #, c-format
12114 msgid "`%s' uses dynamic stack allocation"
12115 msgstr ""
12116
12117 #: config/s390/s390.h:137
12118 msgid "Use bras for executable < 64k"
12119 msgstr ""
12120
12121 #: config/s390/s390.h:138
12122 msgid "Don't use bras"
12123 msgstr ""
12124
12125 #: config/s390/s390.h:139
12126 msgid "Additional debug prints"
12127 msgstr ""
12128
12129 #: config/s390/s390.h:140
12130 msgid "Don't print additional debug prints"
12131 msgstr ""
12132
12133 #: config/s390/s390.h:141
12134 msgid "64 bit ABI"
12135 msgstr ""
12136
12137 #: config/s390/s390.h:142
12138 msgid "31 bit ABI"
12139 msgstr ""
12140
12141 #: config/s390/s390.h:143
12142 msgid "z/Architecture"
12143 msgstr ""
12144
12145 #: config/s390/s390.h:144
12146 msgid "ESA/390 architecture"
12147 msgstr ""
12148
12149 #: config/s390/s390.h:145
12150 msgid "mvcle use"
12151 msgstr ""
12152
12153 #: config/s390/s390.h:146
12154 msgid "mvc&ex"
12155 msgstr ""
12156
12157 #: config/s390/s390.h:147
12158 msgid "enable tpf OS tracing code"
12159 msgstr ""
12160
12161 #: config/s390/s390.h:148
12162 msgid "disable tpf OS tracing code"
12163 msgstr ""
12164
12165 #: config/s390/s390.h:149
12166 msgid "disable fused multiply/add instructions"
12167 msgstr ""
12168
12169 #: config/s390/s390.h:150
12170 msgid "enable fused multiply/add instructions"
12171 msgstr ""
12172
12173 #: config/s390/s390.h:159
12174 msgid "Set backchain"
12175 msgstr ""
12176
12177 #: config/s390/s390.h:161
12178 msgid "Do not set backchain"
12179 msgstr ""
12180
12181 #: config/s390/s390.h:163
12182 msgid "Set backchain appropriate for the linux kernel"
12183 msgstr ""
12184
12185 #: config/s390/s390.h:165
12186 msgid "Warn if a single function's framesize exceeds the given framesize"
12187 msgstr ""
12188
12189 #: config/s390/s390.h:168
12190 msgid "Warn if a function uses alloca or creates an array with dynamic size"
12191 msgstr ""
12192
12193 #: config/s390/s390.h:171
12194 msgid ""
12195 "Emit extra code in the function prologue in order to trap if the stacksize "
12196 "exceeds the given limit"
12197 msgstr ""
12198
12199 #: config/s390/s390.h:174
12200 msgid ""
12201 "Set the max. number of bytes which has to be left to stack size before a "
12202 "trap instruction is triggered"
12203 msgstr ""
12204
12205 #: config/sh/sh.c:6183
12206 msgid "__builtin_saveregs not supported by this subtarget"
12207 msgstr ""
12208
12209 #: config/sh/sh.c:7152
12210 msgid "attribute interrupt_handler is not compatible with -m5-compact"
12211 msgstr ""
12212
12213 #. The sp_switch attribute only has meaning for interrupt functions.
12214 #. The trap_exit attribute only has meaning for interrupt functions.
12215 #: config/sh/sh.c:7174 config/sh/sh.c:7209
12216 #, c-format
12217 msgid "`%s' attribute only applies to interrupt functions"
12218 msgstr ""
12219
12220 #. The argument must be a constant string.
12221 #: config/sh/sh.c:7181
12222 #, c-format
12223 msgid "`%s' attribute argument not a string constant"
12224 msgstr ""
12225
12226 #. The argument must be a constant integer.
12227 #: config/sh/sh.c:7216
12228 #, c-format
12229 msgid "`%s' attribute argument not an integer constant"
12230 msgstr ""
12231
12232 #: config/sh/sh.c:7344
12233 #, c-format
12234 msgid "created and used with differing settings of `-m%s'"
12235 msgstr ""
12236
12237 #: config/sh/symbian.c:147
12238 msgid ""
12239 "%H function '%D' is defined after prior declaration as dllimport: attribute "
12240 "ignored"
12241 msgstr ""
12242
12243 #: config/sh/symbian.c:158
12244 msgid "%Hinline function '%D' is declared as dllimport: attribute ignored."
12245 msgstr ""
12246
12247 #: config/sh/symbian.c:171
12248 msgid "%Hdefinition of static data member '%D' of dllimport'd class."
12249 msgstr ""
12250
12251 #: config/sh/symbian.c:286
12252 msgid ""
12253 "%Hfailure in redeclaration of '%D': dllimport'd symbol lacks external "
12254 "linkage."
12255 msgstr ""
12256
12257 #: config/sh/symbian.c:332
12258 msgid "%H%s '%D' %s after being referenced with dllimport linkage."
12259 msgstr ""
12260
12261 #: config/sh/symbian.c:436
12262 msgid "%Hvariable `%D' definition is marked dllimport."
12263 msgstr ""
12264
12265 #: config/sh/symbian.c:511
12266 msgid "%Hexternal linkage required for symbol '%D' because of '%s' attribute."
12267 msgstr ""
12268
12269 #: config/sh/symbian.c:892 cp/tree.c:2355
12270 #, c-format
12271 msgid "lang_* check: failed in %s, at %s:%d"
12272 msgstr ""
12273
12274 #. There are no delay slots on SHmedia.
12275 #. Relaxation isn't yet supported for SHmedia
12276 #. -fprofile-arcs needs a working libgcov .  In unified tree             configurations with newlib, this requires to configure with             --with-newlib --with-headers.  But there is no way to check             here we have a working libgcov, so just assume that we have.
12277 #: config/sh/sh.h:754
12278 msgid "Profiling is not supported on this target."
12279 msgstr ""
12280
12281 #: config/sparc/sparc.c:557
12282 #, c-format
12283 msgid "%s is not supported by this configuration"
12284 msgstr ""
12285
12286 #: config/sparc/sparc.c:564
12287 msgid "-mlong-double-64 not allowed with -m64"
12288 msgstr ""
12289
12290 #: config/sparc/sparc.c:589
12291 msgid "-mcmodel= is not supported on 32 bit systems"
12292 msgstr ""
12293
12294 #: config/sparc/sparc.c:7106 config/sparc/sparc.c:7112
12295 #, c-format
12296 msgid "invalid %%Y operand"
12297 msgstr ""
12298
12299 #: config/sparc/sparc.c:7182
12300 #, c-format
12301 msgid "invalid %%A operand"
12302 msgstr ""
12303
12304 #: config/sparc/sparc.c:7192
12305 #, c-format
12306 msgid "invalid %%B operand"
12307 msgstr ""
12308
12309 #: config/sparc/sparc.c:7231
12310 #, c-format
12311 msgid "invalid %%c operand"
12312 msgstr ""
12313
12314 #: config/sparc/sparc.c:7232
12315 #, c-format
12316 msgid "invalid %%C operand"
12317 msgstr ""
12318
12319 #: config/sparc/sparc.c:7253
12320 #, c-format
12321 msgid "invalid %%d operand"
12322 msgstr ""
12323
12324 #: config/sparc/sparc.c:7254
12325 #, c-format
12326 msgid "invalid %%D operand"
12327 msgstr ""
12328
12329 #: config/sparc/sparc.c:7270
12330 #, c-format
12331 msgid "invalid %%f operand"
12332 msgstr ""
12333
12334 #: config/sparc/sparc.c:7284
12335 #, c-format
12336 msgid "invalid %%s operand"
12337 msgstr ""
12338
12339 #: config/sparc/sparc.c:7338
12340 msgid "long long constant not a valid immediate operand"
12341 msgstr ""
12342
12343 #: config/sparc/sparc.c:7341
12344 msgid "floating point constant not a valid immediate operand"
12345 msgstr ""
12346
12347 #: config/sparc/freebsd.h:77 config/sparc/linux.h:86
12348 #: config/sparc/linux64.h:106 config/sparc/netbsd-elf.h:211
12349 msgid "Use 64 bit long doubles"
12350 msgstr ""
12351
12352 #: config/sparc/freebsd.h:78 config/sparc/linux.h:87
12353 #: config/sparc/linux64.h:107 config/sparc/netbsd-elf.h:212
12354 msgid "Use 128 bit long doubles"
12355 msgstr ""
12356
12357 #: config/sparc/sp64-elf.h:90
12358 msgid "Generate code for big endian"
12359 msgstr ""
12360
12361 #: config/sparc/sp64-elf.h:91
12362 msgid "Generate code for little endian"
12363 msgstr ""
12364
12365 #: config/sparc/sp86x-elf.h:68
12366 msgid "Use little-endian byte order for data"
12367 msgstr ""
12368
12369 #: config/sparc/sparc.h:626
12370 msgid "Assume possible double misalignment"
12371 msgstr ""
12372
12373 #: config/sparc/sparc.h:628
12374 msgid "Assume all doubles are aligned"
12375 msgstr ""
12376
12377 #: config/sparc/sparc.h:630
12378 msgid "Pass -assert pure-text to linker"
12379 msgstr ""
12380
12381 #: config/sparc/sparc.h:632
12382 msgid "Do not pass -assert pure-text to linker"
12383 msgstr ""
12384
12385 #: config/sparc/sparc.h:634
12386 msgid "Use ABI reserved registers"
12387 msgstr ""
12388
12389 #: config/sparc/sparc.h:636
12390 msgid "Do not use ABI reserved registers"
12391 msgstr ""
12392
12393 #: config/sparc/sparc.h:638
12394 msgid "Use hardware quad fp instructions"
12395 msgstr ""
12396
12397 #: config/sparc/sparc.h:640
12398 msgid "Do not use hardware quad fp instructions"
12399 msgstr ""
12400
12401 #: config/sparc/sparc.h:642
12402 msgid "Compile for v8plus ABI"
12403 msgstr ""
12404
12405 #: config/sparc/sparc.h:644
12406 msgid "Do not compile for v8plus ABI"
12407 msgstr ""
12408
12409 #: config/sparc/sparc.h:646
12410 msgid "Utilize Visual Instruction Set"
12411 msgstr ""
12412
12413 #: config/sparc/sparc.h:648
12414 msgid "Do not utilize Visual Instruction Set"
12415 msgstr ""
12416
12417 #: config/sparc/sparc.h:650
12418 msgid "Pointers are 64-bit"
12419 msgstr ""
12420
12421 #: config/sparc/sparc.h:652
12422 msgid "Pointers are 32-bit"
12423 msgstr ""
12424
12425 #: config/sparc/sparc.h:654
12426 msgid "Use 32-bit ABI"
12427 msgstr ""
12428
12429 #: config/sparc/sparc.h:656
12430 msgid "Use 64-bit ABI"
12431 msgstr ""
12432
12433 #: config/sparc/sparc.h:658
12434 msgid "Use stack bias"
12435 msgstr ""
12436
12437 #: config/sparc/sparc.h:660
12438 msgid "Do not use stack bias"
12439 msgstr ""
12440
12441 #: config/sparc/sparc.h:662
12442 msgid "Use structs on stronger alignment for double-word copies"
12443 msgstr ""
12444
12445 #: config/sparc/sparc.h:664
12446 msgid "Do not use structs on stronger alignment for double-word copies"
12447 msgstr ""
12448
12449 #: config/sparc/sparc.h:666
12450 msgid "Optimize tail call instructions in assembler and linker"
12451 msgstr ""
12452
12453 #: config/sparc/sparc.h:668
12454 msgid "Do not optimize tail call instructions in assembler or linker"
12455 msgstr ""
12456
12457 #: config/sparc/sparc.h:713
12458 msgid "Use given SPARC code model"
12459 msgstr ""
12460
12461 #: config/stormy16/stormy16.c:528
12462 msgid "Constant halfword load operand out of range."
12463 msgstr ""
12464
12465 #: config/stormy16/stormy16.c:538
12466 msgid "Constant arithmetic operand out of range."
12467 msgstr ""
12468
12469 #: config/stormy16/stormy16.c:1224
12470 msgid "Local variable memory requirements exceed capacity."
12471 msgstr ""
12472
12473 #: config/stormy16/stormy16.c:1390
12474 msgid "function_profiler support"
12475 msgstr ""
12476
12477 #: config/stormy16/stormy16.c:1479
12478 msgid "cannot use va_start in interrupt function"
12479 msgstr ""
12480
12481 #: config/stormy16/stormy16.c:1921 config/stormy16/stormy16.c:1992
12482 msgid "`B' operand is not constant"
12483 msgstr ""
12484
12485 #: config/stormy16/stormy16.c:1948
12486 msgid "`B' operand has multiple bits set"
12487 msgstr ""
12488
12489 #: config/stormy16/stormy16.c:1974
12490 msgid "`o' operand is not constant"
12491 msgstr ""
12492
12493 #: config/stormy16/stormy16.c:2006
12494 msgid "xstormy16_print_operand: unknown code"
12495 msgstr ""
12496
12497 #: config/stormy16/stormy16.c:2052
12498 #, c-format
12499 msgid "switch statement of size %lu entries too large"
12500 msgstr ""
12501
12502 #: config/stormy16/stormy16.c:2434
12503 msgid "`__BELOW100__' attribute only applies to variables"
12504 msgstr ""
12505
12506 #: config/stormy16/stormy16.c:2441
12507 msgid "__BELOW100__ attribute not allowed with auto storage class."
12508 msgstr ""
12509
12510 #: config/v850/v850-c.c:67
12511 msgid "#pragma GHS endXXXX found without previous startXXX"
12512 msgstr ""
12513
12514 #: config/v850/v850-c.c:69
12515 msgid "#pragma GHS endXXX does not match previous startXXX"
12516 msgstr ""
12517
12518 #: config/v850/v850-c.c:94
12519 msgid "cannot set interrupt attribute: no current function"
12520 msgstr ""
12521
12522 #: config/v850/v850-c.c:102
12523 msgid "cannot set interrupt attribute: no such identifier"
12524 msgstr ""
12525
12526 #: config/v850/v850-c.c:147
12527 msgid "junk at end of #pragma ghs section"
12528 msgstr ""
12529
12530 #: config/v850/v850-c.c:164
12531 #, c-format
12532 msgid "unrecognized section name \"%s\""
12533 msgstr ""
12534
12535 #: config/v850/v850-c.c:179
12536 msgid "malformed #pragma ghs section"
12537 msgstr ""
12538
12539 #: config/v850/v850-c.c:198
12540 msgid "junk at end of #pragma ghs interrupt"
12541 msgstr ""
12542
12543 #: config/v850/v850-c.c:209
12544 msgid "junk at end of #pragma ghs starttda"
12545 msgstr ""
12546
12547 #: config/v850/v850-c.c:220
12548 msgid "junk at end of #pragma ghs startsda"
12549 msgstr ""
12550
12551 #: config/v850/v850-c.c:231
12552 msgid "junk at end of #pragma ghs startzda"
12553 msgstr ""
12554
12555 #: config/v850/v850-c.c:242
12556 msgid "junk at end of #pragma ghs endtda"
12557 msgstr ""
12558
12559 #: config/v850/v850-c.c:253
12560 msgid "junk at end of #pragma ghs endsda"
12561 msgstr ""
12562
12563 #: config/v850/v850-c.c:264
12564 msgid "junk at end of #pragma ghs endzda"
12565 msgstr ""
12566
12567 #: config/v850/v850.c:163
12568 #, c-format
12569 msgid "%s=%s is not numeric"
12570 msgstr ""
12571
12572 #: config/v850/v850.c:170
12573 #, c-format
12574 msgid "%s=%s is too large"
12575 msgstr ""
12576
12577 #: config/v850/v850.c:336
12578 msgid "const_double_split got a bad insn:"
12579 msgstr ""
12580
12581 #: config/v850/v850.c:901
12582 msgid "output_move_single:"
12583 msgstr ""
12584
12585 #: config/v850/v850.c:2243
12586 msgid "%Jdata area attributes cannot be specified for local variables"
12587 msgstr ""
12588
12589 #: config/v850/v850.c:2254
12590 msgid "%Jdata area of '%D' conflicts with previous declaration"
12591 msgstr ""
12592
12593 #: config/v850/v850.c:2453
12594 #, c-format
12595 msgid "bogus JR construction: %d\n"
12596 msgstr ""
12597
12598 #: config/v850/v850.c:2474 config/v850/v850.c:2677
12599 #, c-format
12600 msgid "bad amount of stack space removal: %d"
12601 msgstr ""
12602
12603 #: config/v850/v850.c:2653
12604 #, c-format
12605 msgid "bogus JARL construction: %d\n"
12606 msgstr ""
12607
12608 #: config/v850/v850.c:3023
12609 #, c-format
12610 msgid "Bogus DISPOSE construction: %d\n"
12611 msgstr ""
12612
12613 #: config/v850/v850.c:3045
12614 #, c-format
12615 msgid "Too much stack space to dispose of: %d"
12616 msgstr ""
12617
12618 #: config/v850/v850.c:3218
12619 #, c-format
12620 msgid "Bogus PREPEARE construction: %d\n"
12621 msgstr ""
12622
12623 #: config/v850/v850.c:3240
12624 #, c-format
12625 msgid "Too much stack space to prepare: %d"
12626 msgstr ""
12627
12628 #. Macro to define tables used to set the flags.
12629 #. This is a list in braces of pairs in braces,
12630 #. each pair being { "NAME", VALUE }
12631 #. where VALUE is the bits to set or minus the bits to clear.
12632 #. An empty string NAME is used to identify the default VALUE.
12633 #: config/v850/v850.h:174
12634 msgid "Support Green Hills ABI"
12635 msgstr ""
12636
12637 #: config/v850/v850.h:177
12638 msgid "Prohibit PC relative function calls"
12639 msgstr ""
12640
12641 #: config/v850/v850.h:180
12642 msgid "Reuse r30 on a per function basis"
12643 msgstr ""
12644
12645 #: config/v850/v850.h:183
12646 msgid "Use stubs for function prologues"
12647 msgstr ""
12648
12649 #: config/v850/v850.h:186
12650 msgid "Same as: -mep -mprolog-function"
12651 msgstr ""
12652
12653 #: config/v850/v850.h:187
12654 msgid "Enable backend debugging"
12655 msgstr ""
12656
12657 #: config/v850/v850.h:189
12658 msgid "Compile for the v850 processor"
12659 msgstr ""
12660
12661 #: config/v850/v850.h:191
12662 msgid "Compile for v850e1 processor"
12663 msgstr ""
12664
12665 #. Make sure that the other bits are cleared.
12666 #: config/v850/v850.h:193
12667 msgid "Compile for v850e processor"
12668 msgstr ""
12669
12670 #. Make sure that the other bits are cleared.
12671 #: config/v850/v850.h:195
12672 msgid "Enable the use of the short load instructions"
12673 msgstr ""
12674
12675 #: config/v850/v850.h:198
12676 msgid "Do not use the callt instruction"
12677 msgstr ""
12678
12679 #: config/v850/v850.h:205
12680 msgid "Do not use registers r2 and r5"
12681 msgstr ""
12682
12683 #: config/v850/v850.h:207
12684 msgid "Enforce strict alignment"
12685 msgstr ""
12686
12687 #: config/v850/v850.h:210
12688 msgid "Use 4 byte entries in switch tables"
12689 msgstr ""
12690
12691 #: config/v850/v850.h:236
12692 msgid "Set the max size of data eligible for the TDA area"
12693 msgstr ""
12694
12695 #: config/v850/v850.h:239
12696 msgid "Set the max size of data eligible for the SDA area"
12697 msgstr ""
12698
12699 #: config/v850/v850.h:242
12700 msgid "Set the max size of data eligible for the ZDA area"
12701 msgstr ""
12702
12703 #: config/xtensa/xtensa.c:1014 config/xtensa/xtensa.c:1046
12704 #: config/xtensa/xtensa.c:1055
12705 msgid "bad test"
12706 msgstr ""
12707
12708 #: config/xtensa/xtensa.c:1774
12709 msgid "boolean registers required for the floating-point option"
12710 msgstr ""
12711
12712 #: config/xtensa/xtensa.c:1820
12713 #, c-format
12714 msgid "-f%s is not supported with CONST16 instructions"
12715 msgstr ""
12716
12717 #: config/xtensa/xtensa.c:1825
12718 msgid "PIC is required but not supported with CONST16 instructions"
12719 msgstr ""
12720
12721 #: config/xtensa/xtensa.c:1895
12722 #, c-format
12723 msgid "invalid %%D value"
12724 msgstr ""
12725
12726 #: config/xtensa/xtensa.c:1932
12727 msgid "invalid mask"
12728 msgstr ""
12729
12730 #: config/xtensa/xtensa.c:1958
12731 #, c-format
12732 msgid "invalid %%x value"
12733 msgstr ""
12734
12735 #: config/xtensa/xtensa.c:1965
12736 #, c-format
12737 msgid "invalid %%d value"
12738 msgstr ""
12739
12740 #: config/xtensa/xtensa.c:1986 config/xtensa/xtensa.c:1996
12741 #, c-format
12742 msgid "invalid %%t/%%b value"
12743 msgstr ""
12744
12745 #: config/xtensa/xtensa.c:2038
12746 msgid "invalid address"
12747 msgstr ""
12748
12749 #: config/xtensa/xtensa.c:2063
12750 msgid "no register in address"
12751 msgstr ""
12752
12753 #: config/xtensa/xtensa.c:2071
12754 msgid "address offset not a constant"
12755 msgstr ""
12756
12757 #: config/xtensa/xtensa.c:2672
12758 msgid "only uninitialized variables can be placed in a .bss section"
12759 msgstr ""
12760
12761 #: config/xtensa/xtensa.h:79
12762 msgid "Use CONST16 instruction to load constants"
12763 msgstr ""
12764
12765 #: config/xtensa/xtensa.h:81
12766 msgid "Use PC-relative L32R instruction to load constants"
12767 msgstr ""
12768
12769 #: config/xtensa/xtensa.h:83
12770 msgid "Disable fused multiply/add and multiply/subtract FP instructions"
12771 msgstr ""
12772
12773 #: config/xtensa/xtensa.h:85
12774 msgid "Enable fused multiply/add and multiply/subtract FP instructions"
12775 msgstr ""
12776
12777 #: config/xtensa/xtensa.h:87
12778 msgid "Intersperse literal pools with code in the text section"
12779 msgstr ""
12780
12781 #: config/xtensa/xtensa.h:89
12782 msgid "Put literal pools in a separate literal section"
12783 msgstr ""
12784
12785 #: config/xtensa/xtensa.h:91
12786 msgid "Automatically align branch targets to reduce branch penalties"
12787 msgstr ""
12788
12789 #: config/xtensa/xtensa.h:93
12790 msgid "Do not automatically align branch targets"
12791 msgstr ""
12792
12793 #: config/xtensa/xtensa.h:95
12794 msgid "Use indirect CALLXn instructions for large programs"
12795 msgstr ""
12796
12797 #: config/xtensa/xtensa.h:97
12798 msgid "Use direct CALLn instructions for fast calls"
12799 msgstr ""
12800
12801 #: ada/misc.c:258
12802 #, c-format
12803 msgid "missing argument to \"-%s\""
12804 msgstr ""
12805
12806 #: ada/misc.c:299
12807 msgid "`-gnat' misspelled as `-gant'"
12808 msgstr ""
12809
12810 #: cp/call.c:282
12811 msgid "unable to call pointer to member function here"
12812 msgstr ""
12813
12814 #: cp/call.c:2365
12815 msgid "%s %D(%T, %T, %T) <built-in>"
12816 msgstr ""
12817
12818 #: cp/call.c:2370
12819 msgid "%s %D(%T, %T) <built-in>"
12820 msgstr ""
12821
12822 #: cp/call.c:2374
12823 msgid "%s %D(%T) <built-in>"
12824 msgstr ""
12825
12826 #: cp/call.c:2378
12827 msgid "%s %T <conversion>"
12828 msgstr ""
12829
12830 #: cp/call.c:2380
12831 msgid "%J%s %+#D <near match>"
12832 msgstr ""
12833
12834 #: cp/call.c:2382
12835 msgid "%J%s %+#D"
12836 msgstr ""
12837
12838 #: cp/call.c:2417
12839 msgid "candidates are:"
12840 msgstr ""
12841
12842 #: cp/call.c:2603
12843 msgid "conversion from %qT to %qT is ambiguous"
12844 msgstr ""
12845
12846 #: cp/call.c:2757 cp/call.c:2815
12847 msgid "no matching function for call to %<%D(%A)%>"
12848 msgstr ""
12849
12850 #: cp/call.c:2760 cp/call.c:2818
12851 msgid "call of overloaded %<%D(%A)%> is ambiguous"
12852 msgstr ""
12853
12854 #. It's no good looking for an overloaded operator() on a
12855 #. pointer-to-member-function.
12856 #: cp/call.c:2886
12857 #, c-format
12858 msgid ""
12859 "pointer-to-member function %E cannot be called without an object; consider "
12860 "using .* or ->*"
12861 msgstr ""
12862
12863 #: cp/call.c:2955
12864 msgid "no match for call to %<(%T) (%A)%>"
12865 msgstr ""
12866
12867 #: cp/call.c:2964
12868 msgid "call of %<(%T) (%A)%> is ambiguous"
12869 msgstr ""
12870
12871 #: cp/call.c:3001
12872 msgid "%s for ternary %<operator?:%> in %<%E ? %E : %E%>"
12873 msgstr ""
12874
12875 #: cp/call.c:3007
12876 msgid "%s for %<operator%s%> in %<%E%s%>"
12877 msgstr ""
12878
12879 #: cp/call.c:3011
12880 msgid "%s for %<operator[]%> in %<%E[%E]%>"
12881 msgstr ""
12882
12883 #: cp/call.c:3016
12884 msgid "%s for %qs in %<%s %E%>"
12885 msgstr ""
12886
12887 #: cp/call.c:3021
12888 msgid "%s for %<operator%s%> in %<%E %s %E%>"
12889 msgstr ""
12890
12891 #: cp/call.c:3024
12892 msgid "%s for %<operator%s%> in %<%s%E%>"
12893 msgstr ""
12894
12895 #: cp/call.c:3114
12896 msgid "ISO C++ forbids omitting the middle term of a ?: expression"
12897 msgstr ""
12898
12899 #: cp/call.c:3191
12900 msgid "%qE has type %<void%> and is not a throw-expression"
12901 msgstr ""
12902
12903 #: cp/call.c:3230 cp/call.c:3440
12904 msgid "operands to ?: have different types"
12905 msgstr ""
12906
12907 #: cp/call.c:3394
12908 msgid "enumeral mismatch in conditional expression: `%T' vs `%T'"
12909 msgstr ""
12910
12911 #: cp/call.c:3401
12912 msgid "enumeral and non-enumeral type in conditional expression"
12913 msgstr ""
12914
12915 #: cp/call.c:3696
12916 msgid "no %<%D(int)%> declared for postfix %qs, trying prefix operator instead"
12917 msgstr ""
12918
12919 #: cp/call.c:3749
12920 msgid "using synthesized %q#D for copy assignment"
12921 msgstr ""
12922
12923 #: cp/call.c:3751
12924 msgid "  where cfront would use %q#D"
12925 msgstr ""
12926
12927 #: cp/call.c:3783
12928 msgid "comparison between %q#T and %q#T"
12929 msgstr ""
12930
12931 #: cp/call.c:4040
12932 msgid "no suitable %<operator %s> for %qT"
12933 msgstr ""
12934
12935 #: cp/call.c:4057
12936 msgid "%q+#D is private"
12937 msgstr ""
12938
12939 #: cp/call.c:4059
12940 msgid "%q+#D is protected"
12941 msgstr ""
12942
12943 #: cp/call.c:4061
12944 msgid "%q+#D is inaccessible"
12945 msgstr ""
12946
12947 #: cp/call.c:4062
12948 msgid "within this context"
12949 msgstr ""
12950
12951 #: cp/call.c:4145
12952 msgid "invalid conversion from %qT to %qT"
12953 msgstr ""
12954
12955 #: cp/call.c:4147
12956 msgid "  initializing argument %P of %qD"
12957 msgstr ""
12958
12959 #: cp/call.c:4290
12960 msgid "cannot bind bitfield %qE to %qT"
12961 msgstr ""
12962
12963 #: cp/call.c:4293
12964 msgid "cannot bind packed field %qE to %qT"
12965 msgstr ""
12966
12967 #: cp/call.c:4296
12968 msgid "cannot bind rvalue %qE to %qT"
12969 msgstr ""
12970
12971 #: cp/call.c:4381
12972 msgid ""
12973 "cannot pass objects of non-POD type %q#T through %<...%>; call will abort at "
12974 "runtime"
12975 msgstr ""
12976
12977 #. Undefined behavior [expr.call] 5.2.2/7.
12978 #: cp/call.c:4407
12979 msgid ""
12980 "cannot receive objects of non-POD type %q#T' through %<...%>; call will "
12981 "abort at runtime"
12982 msgstr ""
12983
12984 #: cp/call.c:4450
12985 msgid "the default argument for parameter %d of %qD has not yet been parsed"
12986 msgstr ""
12987
12988 #: cp/call.c:4655
12989 msgid "passing `%T' as `this' argument of `%#D' discards qualifiers"
12990 msgstr ""
12991
12992 #: cp/call.c:4674
12993 msgid "%qT is not an accessible base of %qT"
12994 msgstr ""
12995
12996 #: cp/call.c:4924
12997 msgid "could not find class$ field in java interface type %qT"
12998 msgstr ""
12999
13000 #: cp/call.c:5186
13001 msgid "call to non-function %qD"
13002 msgstr ""
13003
13004 #: cp/call.c:5211
13005 msgid "request for member %qD in %qE, which is of non-aggregate type %qT"
13006 msgstr ""
13007
13008 #: cp/call.c:5290
13009 msgid "no matching function for call to %<%T::%s(%A)%#V%>"
13010 msgstr ""
13011
13012 #: cp/call.c:5308
13013 msgid "call of overloaded %<%s(%A)%> is ambiguous"
13014 msgstr ""
13015
13016 #: cp/call.c:5332
13017 msgid "cannot call member function %qD without object"
13018 msgstr ""
13019
13020 #: cp/call.c:5937
13021 msgid "passing %qT chooses %qT over %qT"
13022 msgstr ""
13023
13024 #: cp/call.c:5939 cp/name-lookup.c:4244
13025 msgid "  in call to %qD"
13026 msgstr ""
13027
13028 #: cp/call.c:5996
13029 msgid "choosing %qD over %qD"
13030 msgstr ""
13031
13032 #: cp/call.c:5997
13033 msgid "  for conversion from %qT to %qT"
13034 msgstr ""
13035
13036 #: cp/call.c:5999
13037 msgid "  because conversion sequence for the argument is better"
13038 msgstr ""
13039
13040 #: cp/call.c:6120
13041 msgid ""
13042 "ISO C++ says that these are ambiguous, even though the worst conversion for "
13043 "the first is better than the worst conversion for the second:"
13044 msgstr ""
13045
13046 #: cp/call.c:6124
13047 msgid "candidate 1:"
13048 msgstr ""
13049
13050 #: cp/call.c:6125
13051 msgid "candidate 2:"
13052 msgstr ""
13053
13054 #: cp/call.c:6261
13055 msgid "could not convert %qE to %qT"
13056 msgstr ""
13057
13058 #: cp/call.c:6385
13059 msgid ""
13060 "invalid initialization of non-const reference of type %qT from a temporary "
13061 "of type %qT"
13062 msgstr ""
13063
13064 #: cp/call.c:6389
13065 msgid ""
13066 "invalid initialization of reference of type %qT from expression of type %qT"
13067 msgstr ""
13068
13069 #: cp/class.c:274
13070 msgid "cannot convert from base %qT to derived type %qT via virtual base %qT"
13071 msgstr ""
13072
13073 #: cp/class.c:886
13074 msgid "Java class %qT cannot have an implicit non-trivial destructor"
13075 msgstr ""
13076
13077 #: cp/class.c:887
13078 msgid "Java class %qT cannot have a destructor"
13079 msgstr ""
13080
13081 #: cp/class.c:986
13082 msgid "`%#D' and `%#D' cannot be overloaded"
13083 msgstr ""
13084
13085 #: cp/class.c:1043
13086 msgid "conflicting access specifications for method %qD, ignored"
13087 msgstr ""
13088
13089 #: cp/class.c:1046
13090 #, c-format
13091 msgid "conflicting access specifications for field %qE, ignored"
13092 msgstr ""
13093
13094 #: cp/class.c:1096
13095 msgid "%qD names constructor"
13096 msgstr ""
13097
13098 #: cp/class.c:1101
13099 msgid "%qD invalid in %qT"
13100 msgstr ""
13101
13102 #: cp/class.c:1109
13103 msgid "no members matching %qD in %q#T"
13104 msgstr ""
13105
13106 #: cp/class.c:1141 cp/class.c:1149
13107 msgid "%qD invalid in %q#T"
13108 msgstr ""
13109
13110 #: cp/class.c:1142
13111 msgid "  because of local method %q#D with same name"
13112 msgstr ""
13113
13114 #: cp/class.c:1150
13115 msgid "  because of local member %q#D with same name"
13116 msgstr ""
13117
13118 #: cp/class.c:1195
13119 msgid "base class %q#T has a non-virtual destructor"
13120 msgstr ""
13121
13122 #: cp/class.c:1214
13123 msgid ""
13124 "base %qT with only non-default constructor in class without a constructor"
13125 msgstr ""
13126
13127 #: cp/class.c:1521
13128 msgid "all member functions in class %qT are private"
13129 msgstr ""
13130
13131 #: cp/class.c:1532
13132 msgid "%q#T only defines a private destructor and has no friends"
13133 msgstr ""
13134
13135 #: cp/class.c:1572
13136 msgid "%q#T only defines private constructors and has no friends"
13137 msgstr ""
13138
13139 #: cp/class.c:1910
13140 msgid "no unique final overrider for %qD in %qT"
13141 msgstr ""
13142
13143 #. Here we know it is a hider, and no overrider exists.
13144 #: cp/class.c:2361
13145 msgid "%qD was hidden"
13146 msgstr ""
13147
13148 #: cp/class.c:2362
13149 msgid "  by %qD"
13150 msgstr ""
13151
13152 #: cp/class.c:2403 cp/decl2.c:1139
13153 msgid "%q#D invalid; an anonymous union can only have non-static data members"
13154 msgstr ""
13155
13156 #: cp/class.c:2410 cp/decl2.c:1146
13157 msgid "private member %q#D in anonymous union"
13158 msgstr ""
13159
13160 #: cp/class.c:2413 cp/decl2.c:1148
13161 msgid "protected member %q#D in anonymous union"
13162 msgstr ""
13163
13164 #: cp/class.c:2527
13165 msgid ""
13166 "vtable layout for class %qT may not be ABI-compliant and may change in a "
13167 "future version of GCC due to implicit virtual destructor"
13168 msgstr ""
13169
13170 #: cp/class.c:2585
13171 msgid "bit-field %q#D with non-integral type"
13172 msgstr ""
13173
13174 #: cp/class.c:2605
13175 msgid "bit-field %qD width not an integer constant"
13176 msgstr ""
13177
13178 #: cp/class.c:2611
13179 msgid "negative width in bit-field %qD"
13180 msgstr ""
13181
13182 #: cp/class.c:2616
13183 msgid "zero width for bit-field %qD"
13184 msgstr ""
13185
13186 #: cp/class.c:2622
13187 msgid "width of %qD exceeds its type"
13188 msgstr ""
13189
13190 #: cp/class.c:2631
13191 msgid "%qD is too small to hold all values of %q#T"
13192 msgstr ""
13193
13194 #: cp/class.c:2693
13195 msgid "member %q#D with constructor not allowed in union"
13196 msgstr ""
13197
13198 #: cp/class.c:2696
13199 msgid "member %q#D with destructor not allowed in union"
13200 msgstr ""
13201
13202 #: cp/class.c:2699
13203 msgid "member %q#D with copy assignment operator not allowed in union"
13204 msgstr ""
13205
13206 #: cp/class.c:2726
13207 msgid "multiple fields in union %qT initialized"
13208 msgstr ""
13209
13210 #: cp/class.c:2792
13211 msgid "ignoring packed attribute on unpacked non-POD field %q#D"
13212 msgstr ""
13213
13214 #: cp/class.c:2852
13215 msgid "%qD may not be static because it is a member of a union"
13216 msgstr ""
13217
13218 #: cp/class.c:2857
13219 msgid "%qD may not have reference type `%T' because it is a member of a union"
13220 msgstr ""
13221
13222 #: cp/class.c:2865
13223 msgid "field %qD in local class cannot be static"
13224 msgstr ""
13225
13226 #: cp/class.c:2871
13227 msgid "field %qD invalidly declared function type"
13228 msgstr ""
13229
13230 #: cp/class.c:2877
13231 msgid "field %qD invalidly declared method type"
13232 msgstr ""
13233
13234 #: cp/class.c:2910
13235 msgid "non-static reference %q#D in class without a constructor"
13236 msgstr ""
13237
13238 #: cp/class.c:2958
13239 msgid "non-static const member %q#D in class without a constructor"
13240 msgstr ""
13241
13242 #: cp/class.c:2973
13243 msgid "field %q#D with same name as class"
13244 msgstr ""
13245
13246 #: cp/class.c:3007
13247 msgid "%q#T has pointer data members"
13248 msgstr ""
13249
13250 #: cp/class.c:3011
13251 msgid "  but does not override %<%T(const %T&)%>"
13252 msgstr ""
13253
13254 #: cp/class.c:3013
13255 msgid "  or %<operator=(const %T&)%>"
13256 msgstr ""
13257
13258 #: cp/class.c:3016
13259 msgid "  but does not override %<operator=(const %T&)%>"
13260 msgstr ""
13261
13262 #: cp/class.c:3449
13263 msgid ""
13264 "offset of empty base %qT may not be ABI-compliant and maychange in a future "
13265 "version of GCC"
13266 msgstr ""
13267
13268 #: cp/class.c:3561
13269 msgid "class %qT will be considered nearly empty in a future version of GCC"
13270 msgstr ""
13271
13272 #: cp/class.c:3643
13273 msgid "initializer specified for non-virtual method %qD"
13274 msgstr ""
13275
13276 #: cp/class.c:4302
13277 msgid ""
13278 "offset of virtual base %qT is not ABI-compliant and may change in a future "
13279 "version of GCC"
13280 msgstr ""
13281
13282 #: cp/class.c:4397
13283 msgid "direct base %qT inaccessible in %qT due to ambiguity"
13284 msgstr ""
13285
13286 #: cp/class.c:4409
13287 msgid "virtual base %qT inaccessible in %qT due to ambiguity"
13288 msgstr ""
13289
13290 #: cp/class.c:4580
13291 msgid ""
13292 "size assigned to `%T' may not be ABI-compliant and may change in a future "
13293 "version of GCC"
13294 msgstr ""
13295
13296 #. Versions of G++ before G++ 3.4 did not reset the
13297 #. DECL_MODE.
13298 #: cp/class.c:4619
13299 msgid ""
13300 "the offset of %qD may not be ABI-compliant and may change in a future "
13301 "version of GCC"
13302 msgstr ""
13303
13304 #: cp/class.c:4642
13305 msgid ""
13306 "offset of %qD is not ABI-compliant and may change in a future version of GCC"
13307 msgstr ""
13308
13309 #: cp/class.c:4652
13310 msgid ""
13311 "%qD contains empty classes which may cause base classes to be placed at "
13312 "different locations in a future version of GCC"
13313 msgstr ""
13314
13315 #: cp/class.c:4711
13316 msgid ""
13317 "layout of classes derived from empty class %qT may change in a future "
13318 "version of GCC"
13319 msgstr ""
13320
13321 #: cp/class.c:4852
13322 msgid "redefinition of %q#T"
13323 msgstr ""
13324
13325 #: cp/class.c:4996
13326 msgid "%q#T has virtual functions but non-virtual destructor"
13327 msgstr ""
13328
13329 #: cp/class.c:5091
13330 msgid "trying to finish struct, but kicked out due to previous parse errors"
13331 msgstr ""
13332
13333 #: cp/class.c:5509
13334 #, c-format
13335 msgid "language string `\"%E\"' not recognized"
13336 msgstr ""
13337
13338 #: cp/class.c:5596
13339 msgid ""
13340 "cannot resolve overloaded function `%D' based on conversion to type `%T'"
13341 msgstr ""
13342
13343 #: cp/class.c:5721
13344 msgid "no matches converting function %qD to type %q#T"
13345 msgstr ""
13346
13347 #: cp/class.c:5744
13348 msgid "converting overloaded function %qD to type %q#T is ambiguous"
13349 msgstr ""
13350
13351 #: cp/class.c:5770
13352 msgid "assuming pointer to member %qD"
13353 msgstr ""
13354
13355 #: cp/class.c:5773
13356 msgid "(a pointer to member can only be formed with %<&%E%>)"
13357 msgstr ""
13358
13359 #: cp/class.c:5818 cp/class.c:5997 cp/class.c:6004
13360 msgid "not enough type information"
13361 msgstr ""
13362
13363 #: cp/class.c:5835
13364 msgid "argument of type %qT does not match %qT"
13365 msgstr ""
13366
13367 #: cp/class.c:5981
13368 msgid "invalid operation on uninstantiated type"
13369 msgstr ""
13370
13371 #. [basic.scope.class]
13372 #.
13373 #. A name N used in a class S shall refer to the same declaration
13374 #. in its context and when re-evaluated in the completed scope of
13375 #. S.
13376 #: cp/class.c:6247 cp/decl.c:1230 cp/name-lookup.c:577 cp/pt.c:2166
13377 msgid "declaration of %q#D"
13378 msgstr ""
13379
13380 #: cp/class.c:6248
13381 msgid "changes meaning of %qD from %q+#D"
13382 msgstr ""
13383
13384 #: cp/cvt.c:90
13385 msgid "can't convert from incomplete type `%T' to `%T'"
13386 msgstr ""
13387
13388 #: cp/cvt.c:99
13389 msgid "conversion of `%E' from `%T' to `%T' is ambiguous"
13390 msgstr ""
13391
13392 #: cp/cvt.c:115 cp/cvt.c:129
13393 msgid "converting from `%T' to `%T'"
13394 msgstr ""
13395
13396 #: cp/cvt.c:187 cp/cvt.c:255 cp/cvt.c:301
13397 msgid "cannot convert `%E' from type `%T' to type `%T'"
13398 msgstr ""
13399
13400 #: cp/cvt.c:216 cp/cvt.c:220
13401 msgid "pointer to member cast from `%T' to `%T' is via virtual base"
13402 msgstr ""
13403
13404 #: cp/cvt.c:280
13405 msgid "invalid conversion from '%T' to '%T'"
13406 msgstr ""
13407
13408 #: cp/cvt.c:512
13409 msgid "conversion from `%T' to `%T' discards qualifiers"
13410 msgstr ""
13411
13412 #: cp/cvt.c:530
13413 msgid "casting `%T' to `%T' does not dereference pointer"
13414 msgstr ""
13415
13416 #: cp/cvt.c:557
13417 msgid "cannot convert type `%T' to type `%T'"
13418 msgstr ""
13419
13420 #: cp/cvt.c:681
13421 msgid "conversion from `%#T' to `%#T'"
13422 msgstr ""
13423
13424 #: cp/cvt.c:693 cp/cvt.c:713
13425 msgid "`%#T' used where a `%T' was expected"
13426 msgstr ""
13427
13428 #: cp/cvt.c:728
13429 msgid "`%#T' used where a floating point value was expected"
13430 msgstr ""
13431
13432 #: cp/cvt.c:775
13433 msgid "conversion from `%T' to non-scalar type `%T' requested"
13434 msgstr ""
13435
13436 #: cp/cvt.c:863
13437 msgid "object of incomplete type `%T' will not be accessed in %s"
13438 msgstr ""
13439
13440 #: cp/cvt.c:866
13441 msgid "object of type `%T' will not be accessed in %s"
13442 msgstr ""
13443
13444 #: cp/cvt.c:882
13445 msgid "object `%E' of incomplete type `%T' will not be accessed in %s"
13446 msgstr ""
13447
13448 #. [over.over] enumerates the places where we can take the address
13449 #. of an overloaded function, and this is not one of them.
13450 #: cp/cvt.c:898
13451 #, c-format
13452 msgid "%s cannot resolve address of overloaded function"
13453 msgstr ""
13454
13455 #. Only warn when there is no &.
13456 #: cp/cvt.c:904
13457 #, c-format
13458 msgid "%s is a reference, not call, to function `%E'"
13459 msgstr ""
13460
13461 #: cp/cvt.c:912
13462 #, c-format
13463 msgid "%s has no effect"
13464 msgstr ""
13465
13466 #: cp/cvt.c:1024
13467 msgid "converting NULL to non-pointer type"
13468 msgstr ""
13469
13470 #: cp/cvt.c:1097
13471 msgid "ambiguous default type conversion from `%T'"
13472 msgstr ""
13473
13474 #: cp/cvt.c:1099
13475 msgid "  candidate conversions include `%D' and `%D'"
13476 msgstr ""
13477
13478 #: cp/decl.c:367
13479 msgid "label %qD used but not defined"
13480 msgstr ""
13481
13482 #: cp/decl.c:378
13483 msgid "label %qD defined but not used"
13484 msgstr ""
13485
13486 #: cp/decl.c:1137
13487 msgid "%qD was declared %<extern%> and later %<static%>"
13488 msgstr ""
13489
13490 #: cp/decl.c:1138 cp/decl.c:1603
13491 msgid "previous declaration of %qD"
13492 msgstr ""
13493
13494 #: cp/decl.c:1186
13495 msgid "%Jfunction %qD redeclared as inline"
13496 msgstr ""
13497
13498 #: cp/decl.c:1187
13499 msgid "%Jprevious declaration of %qD with attribute noinline"
13500 msgstr ""
13501
13502 #: cp/decl.c:1194
13503 msgid "%Jfunction %qD redeclared with attribute noinline"
13504 msgstr ""
13505
13506 #: cp/decl.c:1196
13507 msgid "%Jprevious declaration of %qD was inline"
13508 msgstr ""
13509
13510 #: cp/decl.c:1217 cp/decl.c:1288
13511 msgid "shadowing %s function %q#D"
13512 msgstr ""
13513
13514 #: cp/decl.c:1226
13515 msgid "library function %q#D redeclared as non-function %q#D"
13516 msgstr ""
13517
13518 #: cp/decl.c:1231
13519 msgid "conflicts with built-in declaration %q#D"
13520 msgstr ""
13521
13522 #: cp/decl.c:1283 cp/decl.c:1392 cp/decl.c:1408
13523 msgid "new declaration %q#D"
13524 msgstr ""
13525
13526 #: cp/decl.c:1284
13527 msgid "ambiguates built-in declaration %q#D"
13528 msgstr ""
13529
13530 #: cp/decl.c:1355
13531 msgid "%q#D redeclared as different kind of symbol"
13532 msgstr ""
13533
13534 #: cp/decl.c:1358
13535 msgid "previous declaration of %q#D"
13536 msgstr ""
13537
13538 #: cp/decl.c:1377
13539 msgid "declaration of template %q#D"
13540 msgstr ""
13541
13542 #: cp/decl.c:1378 cp/name-lookup.c:578
13543 msgid "conflicts with previous declaration %q#D"
13544 msgstr ""
13545
13546 #: cp/decl.c:1393 cp/decl.c:1409
13547 msgid "ambiguates old declaration %q#D"
13548 msgstr ""
13549
13550 #: cp/decl.c:1401
13551 msgid "declaration of C function %q#D conflicts with"
13552 msgstr ""
13553
13554 #: cp/decl.c:1403
13555 msgid "previous declaration %q#D here"
13556 msgstr ""
13557
13558 #: cp/decl.c:1416
13559 msgid "conflicting declaration %q#D"
13560 msgstr ""
13561
13562 #: cp/decl.c:1417
13563 msgid "%qD has a previous declaration as %q#D"
13564 msgstr ""
13565
13566 #. [namespace.alias]
13567 #.
13568 #. A namespace-name or namespace-alias shall not be declared as
13569 #. the name of any other entity in the same declarative region.
13570 #. A namespace-name defined at global scope shall not be
13571 #. declared as the name of any other entity in any global scope
13572 #. of the program.
13573 #: cp/decl.c:1470
13574 msgid "declaration of namespace %qD conflicts with"
13575 msgstr ""
13576
13577 #: cp/decl.c:1471
13578 msgid "previous declaration of namespace %qD here"
13579 msgstr ""
13580
13581 #: cp/decl.c:1483
13582 msgid "%q#D previously defined here"
13583 msgstr ""
13584
13585 #: cp/decl.c:1484
13586 msgid "%q#D previously declared here"
13587 msgstr ""
13588
13589 #. Prototype decl follows defn w/o prototype.
13590 #: cp/decl.c:1493
13591 msgid "prototype for %q#D"
13592 msgstr ""
13593
13594 #: cp/decl.c:1494
13595 msgid "%Jfollows non-prototype definition here"
13596 msgstr ""
13597
13598 #: cp/decl.c:1506
13599 msgid "previous declaration of %q#D with %qL linkage"
13600 msgstr ""
13601
13602 #: cp/decl.c:1508
13603 msgid "conflicts with new declaration with %qL linkage"
13604 msgstr ""
13605
13606 #: cp/decl.c:1531 cp/decl.c:1538
13607 msgid "default argument given for parameter %d of %q#D"
13608 msgstr ""
13609
13610 #: cp/decl.c:1533 cp/decl.c:1540
13611 msgid "after previous specification in %q#D"
13612 msgstr ""
13613
13614 #: cp/decl.c:1549
13615 msgid "%q#D was used before it was declared inline"
13616 msgstr ""
13617
13618 #: cp/decl.c:1550
13619 msgid "%Jprevious non-inline declaration here"
13620 msgstr ""
13621
13622 #: cp/decl.c:1602
13623 msgid "redundant redeclaration of %qD in same scope"
13624 msgstr ""
13625
13626 #: cp/decl.c:1696
13627 #, c-format
13628 msgid "declaration of %qF throws different exceptions"
13629 msgstr ""
13630
13631 #: cp/decl.c:1698
13632 #, c-format
13633 msgid "than previous declaration %qF"
13634 msgstr ""
13635
13636 #. From [temp.expl.spec]:
13637 #.
13638 #. If a template, a member template or the member of a class
13639 #. template is explicitly specialized then that
13640 #. specialization shall be declared before the first use of
13641 #. that specialization that would cause an implicit
13642 #. instantiation to take place, in every translation unit in
13643 #. which such a use occurs.
13644 #: cp/decl.c:1851
13645 msgid "explicit specialization of %D after first use"
13646 msgstr ""
13647
13648 #: cp/decl.c:1930
13649 msgid "%J%qD: visibility attribute ignored because it"
13650 msgstr ""
13651
13652 #: cp/decl.c:1932
13653 msgid "%Jconflicts with previous declaration here"
13654 msgstr ""
13655
13656 #: cp/decl.c:2160
13657 #, c-format
13658 msgid "label %qE referenced outside of any function"
13659 msgstr ""
13660
13661 #: cp/decl.c:2256 cp/decl.c:2280 cp/decl.c:2368
13662 msgid "jump to label %qD"
13663 msgstr ""
13664
13665 #: cp/decl.c:2258 cp/decl.c:2282
13666 msgid "jump to case label"
13667 msgstr ""
13668
13669 #: cp/decl.c:2261 cp/decl.c:2285
13670 msgid "%H  from here"
13671 msgstr ""
13672
13673 #: cp/decl.c:2266
13674 msgid "  crosses initialization of %q#D"
13675 msgstr ""
13676
13677 #: cp/decl.c:2269 cp/decl.c:2384
13678 msgid "  enters scope of non-POD %q#D"
13679 msgstr ""
13680
13681 #: cp/decl.c:2289 cp/decl.c:2388
13682 msgid "  enters try block"
13683 msgstr ""
13684
13685 #: cp/decl.c:2291 cp/decl.c:2390
13686 msgid "  enters catch block"
13687 msgstr ""
13688
13689 #: cp/decl.c:2369
13690 msgid "  from here"
13691 msgstr ""
13692
13693 #. Can't skip init of __exception_info.
13694 #: cp/decl.c:2380
13695 msgid "%J  enters catch block"
13696 msgstr ""
13697
13698 #: cp/decl.c:2382
13699 msgid "  skips initialization of %q#D"
13700 msgstr ""
13701
13702 #: cp/decl.c:2416
13703 msgid "label named wchar_t"
13704 msgstr ""
13705
13706 #: cp/decl.c:2419
13707 msgid "duplicate label `%D'"
13708 msgstr ""
13709
13710 #: cp/decl.c:2650 cp/parser.c:3524
13711 msgid "%qD used without template parameters"
13712 msgstr ""
13713
13714 #: cp/decl.c:2660 cp/decl.c:2675 cp/decl.c:2762
13715 msgid "no class template named %q#T in %q#T"
13716 msgstr ""
13717
13718 #: cp/decl.c:2696 cp/decl.c:2706 cp/decl.c:2726
13719 msgid "no type named %q#T in %q#T"
13720 msgstr ""
13721
13722 #: cp/decl.c:3432
13723 msgid "%Jan anonymous union cannot have function members"
13724 msgstr ""
13725
13726 #: cp/decl.c:3450
13727 msgid "member %q#D with constructor not allowed in anonymous aggregate"
13728 msgstr ""
13729
13730 #: cp/decl.c:3454
13731 msgid "member %q#D with destructor not allowed in anonymous aggregate"
13732 msgstr ""
13733
13734 #: cp/decl.c:3458
13735 msgid ""
13736 "member %q#D with copy assignment operator not allowed in anonymous aggregate"
13737 msgstr ""
13738
13739 #: cp/decl.c:3484
13740 msgid "multiple types in one declaration"
13741 msgstr ""
13742
13743 #: cp/decl.c:3488
13744 msgid "redeclaration of C++ built-in type %qT"
13745 msgstr ""
13746
13747 #: cp/decl.c:3524
13748 msgid "missing type-name in typedef-declaration"
13749 msgstr ""
13750
13751 #: cp/decl.c:3532
13752 msgid "ISO C++ prohibits anonymous structs"
13753 msgstr ""
13754
13755 #: cp/decl.c:3539
13756 #, c-format
13757 msgid "%qs can only be specified for functions"
13758 msgstr ""
13759
13760 #: cp/decl.c:3545
13761 msgid "%<friend%> can only be specified inside a class"
13762 msgstr ""
13763
13764 #: cp/decl.c:3547
13765 msgid "%<explicit%> can only be specified for constructors"
13766 msgstr ""
13767
13768 #: cp/decl.c:3549
13769 msgid "a storage class can only be specified for objects and functions"
13770 msgstr ""
13771
13772 #: cp/decl.c:3555
13773 msgid "qualifiers can only be specified for objects and functions"
13774 msgstr ""
13775
13776 #: cp/decl.c:3698
13777 msgid "function %q#D is initialized like a variable"
13778 msgstr ""
13779
13780 #: cp/decl.c:3710
13781 msgid "declaration of %q#D has %<extern%> and is initialized"
13782 msgstr ""
13783
13784 #: cp/decl.c:3741
13785 msgid "%q#D is not a static member of %q#T"
13786 msgstr ""
13787
13788 #: cp/decl.c:3747
13789 msgid "ISO C++ does not permit %<%T::%D%> to be defined as %<%T::%D%>"
13790 msgstr ""
13791
13792 #: cp/decl.c:3759
13793 msgid "duplicate initialization of %D"
13794 msgstr ""
13795
13796 #: cp/decl.c:3792
13797 msgid "declaration of %q#D outside of class is not definition"
13798 msgstr ""
13799
13800 #: cp/decl.c:3841
13801 msgid "variable %q#D has initializer but incomplete type"
13802 msgstr ""
13803
13804 #: cp/decl.c:3848 cp/decl.c:4472
13805 msgid "elements of array %q#D have incomplete type"
13806 msgstr ""
13807
13808 #: cp/decl.c:3864
13809 msgid "aggregate %q#D has incomplete type and cannot be defined"
13810 msgstr ""
13811
13812 #: cp/decl.c:3914
13813 msgid "`%D' declared as reference but not initialized"
13814 msgstr ""
13815
13816 #: cp/decl.c:3920
13817 msgid "ISO C++ forbids use of initializer list to initialize reference %qD"
13818 msgstr ""
13819
13820 #: cp/decl.c:3949
13821 msgid "cannot initialize %qT from %qT"
13822 msgstr ""
13823
13824 #: cp/decl.c:3981
13825 msgid "initializer fails to determine size of %qD"
13826 msgstr ""
13827
13828 #: cp/decl.c:3986
13829 msgid "array size missing in `%D'"
13830 msgstr ""
13831
13832 #: cp/decl.c:3998
13833 msgid "zero-size array %qD"
13834 msgstr ""
13835
13836 #. An automatic variable with an incomplete type: that is an error.
13837 #. Don't talk about array types here, since we took care of that
13838 #. message in grokdeclarator.
13839 #: cp/decl.c:4035
13840 msgid "storage size of %qD isn't known"
13841 msgstr ""
13842
13843 #: cp/decl.c:4057
13844 msgid "storage size of %qD isn't constant"
13845 msgstr ""
13846
13847 #: cp/decl.c:4112
13848 msgid ""
13849 "sorry: semantics of inline function static data %q#D are wrong (you'll wind "
13850 "up with multiple copies)"
13851 msgstr ""
13852
13853 #: cp/decl.c:4115
13854 msgid "%J  you can work around this by removing the initializer"
13855 msgstr ""
13856
13857 #: cp/decl.c:4142
13858 msgid "uninitialized const %qD"
13859 msgstr ""
13860
13861 #: cp/decl.c:4202
13862 msgid "name %qD used in a GNU-style designated initializer for an array"
13863 msgstr ""
13864
13865 #: cp/decl.c:4212
13866 #, c-format
13867 msgid "Designated initializer %qE larger than array size"
13868 msgstr ""
13869
13870 #: cp/decl.c:4283
13871 msgid "brace-enclosed initializer used to initialize %qT"
13872 msgstr ""
13873
13874 #: cp/decl.c:4346
13875 msgid "initializer for %qT must be brace-enclosed"
13876 msgstr ""
13877
13878 #: cp/decl.c:4362
13879 msgid "ISO C++ does not allow designated initializers"
13880 msgstr ""
13881
13882 #: cp/decl.c:4366
13883 msgid "%qT has no non-static data member named %qD"
13884 msgstr ""
13885
13886 #: cp/decl.c:4428
13887 msgid "too many initializers for %qT"
13888 msgstr ""
13889
13890 #: cp/decl.c:4466
13891 msgid "variable-sized object %qD may not be initialized"
13892 msgstr ""
13893
13894 #: cp/decl.c:4477
13895 msgid "%qD has incomplete type"
13896 msgstr ""
13897
13898 #: cp/decl.c:4531
13899 msgid "%qD must be initialized by constructor, not by %<{...}%>"
13900 msgstr ""
13901
13902 #: cp/decl.c:4576
13903 msgid "structure %qD with uninitialized const members"
13904 msgstr ""
13905
13906 #: cp/decl.c:4578
13907 msgid "structure %qD with uninitialized reference members"
13908 msgstr ""
13909
13910 #: cp/decl.c:4772
13911 msgid "assignment (not initialization) in declaration"
13912 msgstr ""
13913
13914 #: cp/decl.c:4789
13915 msgid "cannot initialize %qD to namespace %qD"
13916 msgstr ""
13917
13918 #: cp/decl.c:4832
13919 msgid "shadowing previous type declaration of %q#D"
13920 msgstr ""
13921
13922 #: cp/decl.c:4869
13923 msgid "%qD cannot be thread-local because it has non-POD type %qT"
13924 msgstr ""
13925
13926 #: cp/decl.c:4884
13927 msgid "%qD is thread-local and so cannot be dynamically initialized"
13928 msgstr ""
13929
13930 #: cp/decl.c:5475
13931 msgid "destructor for alien class %qT cannot be a member"
13932 msgstr ""
13933
13934 #: cp/decl.c:5477
13935 msgid "constructor for alien class %qT cannot be a member"
13936 msgstr ""
13937
13938 #: cp/decl.c:5498
13939 msgid "%qD declared as a %<virtual%> %s"
13940 msgstr ""
13941
13942 #: cp/decl.c:5500
13943 msgid "%qD declared as an %<inline%> %s"
13944 msgstr ""
13945
13946 #: cp/decl.c:5502
13947 msgid ""
13948 "%<const%> and %<volatile%> function specifiers on q%D invalid in %s "
13949 "declaration"
13950 msgstr ""
13951
13952 #: cp/decl.c:5506
13953 msgid "%qD declared as a friend"
13954 msgstr ""
13955
13956 #: cp/decl.c:5512
13957 msgid "%qD declared with an exception specification"
13958 msgstr ""
13959
13960 #: cp/decl.c:5595
13961 msgid "cannot declare %<::main%> to be a template"
13962 msgstr ""
13963
13964 #: cp/decl.c:5597
13965 msgid "cannot declare %<::main%> to be inline"
13966 msgstr ""
13967
13968 #: cp/decl.c:5599
13969 msgid "cannot declare %<::main%> to be static"
13970 msgstr ""
13971
13972 #: cp/decl.c:5603
13973 msgid "%<::main%> must return %<int%>"
13974 msgstr ""
13975
13976 #: cp/decl.c:5633
13977 msgid "non-local function %q#D uses anonymous type"
13978 msgstr ""
13979
13980 #: cp/decl.c:5636 cp/decl.c:5982
13981 msgid ""
13982 "%q#D does not refer to the unqualified type, so it is not used for linkage"
13983 msgstr ""
13984
13985 #: cp/decl.c:5642
13986 msgid "non-local function %q#D uses local type %qT"
13987 msgstr ""
13988
13989 #: cp/decl.c:5665
13990 msgid "%smember function %qD cannot have cv-qualifier"
13991 msgstr ""
13992
13993 #: cp/decl.c:5689
13994 msgid "defining explicit specialization %qD in friend declaration"
13995 msgstr ""
13996
13997 #. Something like `template <class T> friend void f<T>()'.
13998 #: cp/decl.c:5699
13999 msgid "invalid use of template-id %qD in declaration of primary template"
14000 msgstr ""
14001
14002 #: cp/decl.c:5727
14003 msgid ""
14004 "default arguments are not allowed in declaration of friend template "
14005 "specialization %qD"
14006 msgstr ""
14007
14008 #: cp/decl.c:5735
14009 msgid ""
14010 "%<inline%> is not allowed in declaration of friend template specialization %"
14011 "qD"
14012 msgstr ""
14013
14014 #: cp/decl.c:5802
14015 msgid "definition of implicitly-declared %qD"
14016 msgstr ""
14017
14018 #: cp/decl.c:5822 cp/decl2.c:715
14019 msgid "no %q#D member function declared in class %qT"
14020 msgstr ""
14021
14022 #. It's a typedef referring to an anonymous type.
14023 #: cp/decl.c:5979
14024 msgid "non-local variable %q#D uses anonymous type"
14025 msgstr ""
14026
14027 #: cp/decl.c:5988
14028 msgid "non-local variable %q#D uses local type %qT"
14029 msgstr ""
14030
14031 #: cp/decl.c:6103
14032 msgid ""
14033 "invalid in-class initialization of static data member of non-integral type %"
14034 "qT"
14035 msgstr ""
14036
14037 #: cp/decl.c:6113
14038 msgid "ISO C++ forbids in-class initialization of non-const static member %qD"
14039 msgstr ""
14040
14041 #: cp/decl.c:6117
14042 msgid ""
14043 "ISO C++ forbids initialization of member constant %qD of non-integral type %"
14044 "qT"
14045 msgstr ""
14046
14047 #: cp/decl.c:6137
14048 msgid "size of array %qD has non-integral type %qT"
14049 msgstr ""
14050
14051 #: cp/decl.c:6139
14052 msgid "size of array has non-integral type %qT"
14053 msgstr ""
14054
14055 #: cp/decl.c:6175
14056 msgid "size of array %qD is negative"
14057 msgstr ""
14058
14059 #: cp/decl.c:6177
14060 msgid "size of array is negative"
14061 msgstr ""
14062
14063 #: cp/decl.c:6185
14064 msgid "ISO C++ forbids zero-size array %qD"
14065 msgstr ""
14066
14067 #: cp/decl.c:6187
14068 msgid "ISO C++ forbids zero-size array"
14069 msgstr ""
14070
14071 #: cp/decl.c:6194
14072 msgid "size of array %qD is not an integral constant-expression"
14073 msgstr ""
14074
14075 #: cp/decl.c:6197
14076 msgid "size of array is not an integral constant-expression"
14077 msgstr ""
14078
14079 #: cp/decl.c:6202
14080 msgid "ISO C++ forbids variable-size array %qD"
14081 msgstr ""
14082
14083 #: cp/decl.c:6204
14084 msgid "ISO C++ forbids variable-size array"
14085 msgstr ""
14086
14087 #: cp/decl.c:6234
14088 msgid "overflow in array dimension"
14089 msgstr ""
14090
14091 #: cp/decl.c:6309
14092 msgid "declaration of %qD as %s"
14093 msgstr ""
14094
14095 #: cp/decl.c:6311
14096 #, c-format
14097 msgid "creating %s"
14098 msgstr ""
14099
14100 #: cp/decl.c:6323
14101 msgid ""
14102 "declaration of %qD as multidimensional array must have bounds for all "
14103 "dimensions except the first"
14104 msgstr ""
14105
14106 #: cp/decl.c:6327
14107 msgid ""
14108 "multidimensional array must have bounds for all dimensions except the first"
14109 msgstr ""
14110
14111 #: cp/decl.c:6362
14112 msgid "return type specification for constructor invalid"
14113 msgstr ""
14114
14115 #: cp/decl.c:6372
14116 msgid "return type specification for destructor invalid"
14117 msgstr ""
14118
14119 #: cp/decl.c:6385
14120 msgid "operator %qT declared to return %qT"
14121 msgstr ""
14122
14123 #: cp/decl.c:6387
14124 msgid "return type specified for %<operator %T%>"
14125 msgstr ""
14126
14127 #: cp/decl.c:6557
14128 msgid "type %qT is not derived from type %qT"
14129 msgstr ""
14130
14131 #: cp/decl.c:6602
14132 msgid "declarator-id missing; using reserved word %qD"
14133 msgstr ""
14134
14135 #: cp/decl.c:6658
14136 msgid "declaration of %qD as non-function"
14137 msgstr ""
14138
14139 #: cp/decl.c:6691
14140 #, c-format
14141 msgid "two or more data types in declaration of %qs"
14142 msgstr ""
14143
14144 #: cp/decl.c:6734
14145 msgid "ISO C++ does not support %<long long%>"
14146 msgstr ""
14147
14148 #: cp/decl.c:6794 cp/decl.c:6796
14149 #, c-format
14150 msgid "ISO C++ forbids declaration of %qs with no type"
14151 msgstr ""
14152
14153 #: cp/decl.c:6821
14154 #, c-format
14155 msgid "short, signed or unsigned invalid for %qs"
14156 msgstr ""
14157
14158 #: cp/decl.c:6823
14159 #, c-format
14160 msgid "long, short, signed or unsigned invalid for %qs"
14161 msgstr ""
14162
14163 #: cp/decl.c:6825
14164 #, c-format
14165 msgid "long and short specified together for %qs"
14166 msgstr ""
14167
14168 #: cp/decl.c:6827
14169 #, c-format
14170 msgid "long or short specified with char for %qs"
14171 msgstr ""
14172
14173 #: cp/decl.c:6829
14174 #, c-format
14175 msgid "long or short specified with floating type for %qs"
14176 msgstr ""
14177
14178 #: cp/decl.c:6831
14179 #, c-format
14180 msgid "signed and unsigned given together for %qs"
14181 msgstr ""
14182
14183 #: cp/decl.c:6837
14184 #, c-format
14185 msgid "long, short, signed or unsigned used invalidly for %qs"
14186 msgstr ""
14187
14188 #: cp/decl.c:6902
14189 #, c-format
14190 msgid "complex invalid for %qs"
14191 msgstr ""
14192
14193 #: cp/decl.c:6931
14194 msgid "qualifiers are not allowed on declaration of %<operator %T%>"
14195 msgstr ""
14196
14197 #: cp/decl.c:6952
14198 msgid "member %qD cannot be declared both virtual and static"
14199 msgstr ""
14200
14201 #: cp/decl.c:6959
14202 msgid "%<%T::%D%> is not a valid declarator"
14203 msgstr ""
14204
14205 #: cp/decl.c:6967
14206 msgid "typedef declaration invalid in parameter declaration"
14207 msgstr ""
14208
14209 #: cp/decl.c:6971
14210 msgid "storage class specifiers invalid in parameter declarations"
14211 msgstr ""
14212
14213 #: cp/decl.c:6978
14214 msgid "virtual outside class declaration"
14215 msgstr ""
14216
14217 #: cp/decl.c:6991
14218 #, c-format
14219 msgid "multiple storage classes in declaration of `%s'"
14220 msgstr ""
14221
14222 #: cp/decl.c:6998
14223 #, c-format
14224 msgid "multiple storage classes in declaration of %qs"
14225 msgstr ""
14226
14227 #: cp/decl.c:7041
14228 #, c-format
14229 msgid "storage class specified for %s %qs"
14230 msgstr ""
14231
14232 #: cp/decl.c:7078
14233 msgid "top-level declaration of %qs specifies %<auto%>"
14234 msgstr ""
14235
14236 #: cp/decl.c:7090
14237 msgid "storage class specifiers invalid in friend function declarations"
14238 msgstr ""
14239
14240 #: cp/decl.c:7224
14241 msgid "destructor cannot be static member function"
14242 msgstr ""
14243
14244 #: cp/decl.c:7227
14245 msgid "destructors may not be cv-qualified"
14246 msgstr ""
14247
14248 #: cp/decl.c:7247
14249 msgid "constructor cannot be static member function"
14250 msgstr ""
14251
14252 #: cp/decl.c:7250
14253 msgid "constructors cannot be declared virtual"
14254 msgstr ""
14255
14256 #: cp/decl.c:7255
14257 msgid "constructors may not be cv-qualified"
14258 msgstr ""
14259
14260 #: cp/decl.c:7275
14261 #, c-format
14262 msgid "can't initialize friend function %qs"
14263 msgstr ""
14264
14265 #. Cannot be both friend and virtual.
14266 #: cp/decl.c:7279
14267 msgid "virtual functions cannot be friends"
14268 msgstr ""
14269
14270 #: cp/decl.c:7283
14271 msgid "friend declaration not in class definition"
14272 msgstr ""
14273
14274 #: cp/decl.c:7285
14275 #, c-format
14276 msgid "can't define friend function %qs in a local class definition"
14277 msgstr ""
14278
14279 #: cp/decl.c:7298
14280 msgid "destructors may not have parameters"
14281 msgstr ""
14282
14283 #: cp/decl.c:7316 cp/decl.c:7323
14284 msgid "cannot declare reference to %q#T"
14285 msgstr ""
14286
14287 #: cp/decl.c:7317
14288 msgid "cannot declare pointer to %q#T"
14289 msgstr ""
14290
14291 #: cp/decl.c:7325
14292 msgid "cannot declare pointer to %q#T member"
14293 msgstr ""
14294
14295 #: cp/decl.c:7381
14296 msgid "template-id %qD used as a declarator"
14297 msgstr ""
14298
14299 #: cp/decl.c:7432
14300 msgid "extra qualification %<%T::%> on member %qs ignored"
14301 msgstr ""
14302
14303 #: cp/decl.c:7451
14304 msgid "cannot declare member function %<%T::%s%> within %<%T%>"
14305 msgstr ""
14306
14307 #: cp/decl.c:7466
14308 msgid "cannot declare member %<%T::%s%> within %qT"
14309 msgstr ""
14310
14311 #: cp/decl.c:7505
14312 msgid "data member may not have variably modified type %qT"
14313 msgstr ""
14314
14315 #: cp/decl.c:7507
14316 msgid "parameter may not have variably modified type %qT"
14317 msgstr ""
14318
14319 #. [dcl.fct.spec] The explicit specifier shall only be used in
14320 #. declarations of constructors within a class definition.
14321 #: cp/decl.c:7515
14322 msgid "only declarations of constructors can be %<explicit%>"
14323 msgstr ""
14324
14325 #: cp/decl.c:7523
14326 msgid "non-member %qs cannot be declared %<mutable%>"
14327 msgstr ""
14328
14329 #: cp/decl.c:7528
14330 msgid "non-object member %qs cannot be declared %<mutable%>"
14331 msgstr ""
14332
14333 #: cp/decl.c:7534
14334 msgid "function %qs cannot be declared %<mutable%>"
14335 msgstr ""
14336
14337 #: cp/decl.c:7539
14338 msgid "static %qs cannot be declared %<mutable%>"
14339 msgstr ""
14340
14341 #: cp/decl.c:7544
14342 msgid "const %qs cannot be declared %<mutable%>"
14343 msgstr ""
14344
14345 #: cp/decl.c:7562
14346 msgid "ISO C++ forbids nested type %qD with same name as enclosing class"
14347 msgstr ""
14348
14349 #: cp/decl.c:7571
14350 msgid "%Jtypedef name may not be a nested-name-specifier"
14351 msgstr ""
14352
14353 #: cp/decl.c:7617
14354 msgid "%Jinvalid type qualifier for non-member function type"
14355 msgstr ""
14356
14357 #: cp/decl.c:7680
14358 msgid "type qualifiers specified for friend class declaration"
14359 msgstr ""
14360
14361 #: cp/decl.c:7685
14362 msgid "%<inline%> specified for friend class declaration"
14363 msgstr ""
14364
14365 #: cp/decl.c:7693
14366 msgid "template parameters cannot be friends"
14367 msgstr ""
14368
14369 #: cp/decl.c:7695
14370 msgid "friend declaration requires class-key, i.e. %<friend class %T::%D%>"
14371 msgstr ""
14372
14373 #: cp/decl.c:7699
14374 msgid "friend declaration requires class-key, i.e. %<friend %#T%>"
14375 msgstr ""
14376
14377 #: cp/decl.c:7712
14378 msgid "trying to make class %qT a friend of global scope"
14379 msgstr ""
14380
14381 #: cp/decl.c:7723
14382 msgid "invalid qualifiers on non-member function type"
14383 msgstr ""
14384
14385 #: cp/decl.c:7742
14386 msgid "abstract declarator %qT used as declaration"
14387 msgstr ""
14388
14389 #: cp/decl.c:7754
14390 msgid "unnamed variable or field declared void"
14391 msgstr ""
14392
14393 #: cp/decl.c:7761
14394 msgid "variable or field declared void"
14395 msgstr ""
14396
14397 #: cp/decl.c:7771
14398 msgid "cannot use %<::%> in parameter declaration"
14399 msgstr ""
14400
14401 #. Something like struct S { int N::j; };
14402 #: cp/decl.c:7816
14403 msgid "invalid use of %<::%>"
14404 msgstr ""
14405
14406 #: cp/decl.c:7828
14407 msgid "function %qD cannot be declared friend"
14408 msgstr ""
14409
14410 #: cp/decl.c:7840
14411 msgid "can't make %qD into a method -- not in a class"
14412 msgstr ""
14413
14414 #: cp/decl.c:7849
14415 msgid "function %qD declared virtual inside a union"
14416 msgstr ""
14417
14418 #: cp/decl.c:7858
14419 msgid "%qD cannot be declared virtual, since it is always static"
14420 msgstr ""
14421
14422 #: cp/decl.c:7938
14423 msgid "field %qD has incomplete type"
14424 msgstr ""
14425
14426 #: cp/decl.c:7940
14427 msgid "name %qT has incomplete type"
14428 msgstr ""
14429
14430 #: cp/decl.c:7949
14431 msgid "  in instantiation of template %qT"
14432 msgstr ""
14433
14434 #: cp/decl.c:7959
14435 #, c-format
14436 msgid "%qE is neither function nor member function; cannot be declared friend"
14437 msgstr ""
14438
14439 #: cp/decl.c:7970
14440 msgid "member functions are implicitly friends of their class"
14441 msgstr ""
14442
14443 #. An attempt is being made to initialize a non-static
14444 #. member.  But, from [class.mem]:
14445 #.
14446 #. 4 A member-declarator can contain a
14447 #. constant-initializer only if it declares a static
14448 #. member (_class.static_) of integral or enumeration
14449 #. type, see _class.static.data_.
14450 #.
14451 #. This used to be relatively common practice, but
14452 #. the rest of the compiler does not correctly
14453 #. handle the initialization unless the member is
14454 #. static so we make it static below.
14455 #: cp/decl.c:8010
14456 msgid "ISO C++ forbids initialization of member %qD"
14457 msgstr ""
14458
14459 #: cp/decl.c:8012
14460 msgid "making %qD static"
14461 msgstr ""
14462
14463 #: cp/decl.c:8070
14464 msgid "storage class %<auto%> invalid for function %qs"
14465 msgstr ""
14466
14467 #: cp/decl.c:8072
14468 msgid "storage class %<register%> invalid for function %qs"
14469 msgstr ""
14470
14471 #: cp/decl.c:8074
14472 msgid "storage class %<__thread%> invalid for function %qs"
14473 msgstr ""
14474
14475 #: cp/decl.c:8085
14476 msgid ""
14477 "%<static%> specified invalid for function %qs declared out of global scope"
14478 msgstr ""
14479
14480 #: cp/decl.c:8088
14481 msgid ""
14482 "%<inline%> specifier invalid for function %qs declared out of global scope"
14483 msgstr ""
14484
14485 #: cp/decl.c:8096
14486 #, c-format
14487 msgid "virtual non-class function %qs"
14488 msgstr ""
14489
14490 #: cp/decl.c:8127
14491 msgid "cannot declare member function %qD to have static linkage"
14492 msgstr ""
14493
14494 #. FIXME need arm citation
14495 #: cp/decl.c:8134
14496 msgid "cannot declare static function inside another function"
14497 msgstr ""
14498
14499 #: cp/decl.c:8163
14500 msgid ""
14501 "%<static%> may not be used when defining (as opposed to declaring) a static "
14502 "data member"
14503 msgstr ""
14504
14505 #: cp/decl.c:8170
14506 msgid "static member %qD declared %<register%>"
14507 msgstr ""
14508
14509 #: cp/decl.c:8175
14510 msgid "cannot explicitly declare member %q#D to have extern linkage"
14511 msgstr ""
14512
14513 #: cp/decl.c:8316
14514 msgid "default argument for %q#D has type %qT"
14515 msgstr ""
14516
14517 #: cp/decl.c:8319
14518 msgid "default argument for parameter of type %qT has type %qT"
14519 msgstr ""
14520
14521 #: cp/decl.c:8336
14522 msgid "default argument %qE uses local variable %qD"
14523 msgstr ""
14524
14525 #: cp/decl.c:8404
14526 msgid "parameter %qD invalidly declared method type"
14527 msgstr ""
14528
14529 #: cp/decl.c:8428
14530 msgid "parameter %qD includes %s to array of unknown bound %qT"
14531 msgstr ""
14532
14533 #. [class.copy]
14534 #.
14535 #. A declaration of a constructor for a class X is ill-formed if
14536 #. its first parameter is of type (optionally cv-qualified) X
14537 #. and either there are no other parameters or else all other
14538 #. parameters have default arguments.
14539 #.
14540 #. We *don't* complain about member template instantiations that
14541 #. have this form, though; they can occur as we try to decide
14542 #. what constructor to use during overload resolution.  Since
14543 #. overload resolution will never prefer such a constructor to
14544 #. the non-template copy constructor (which is either explicitly
14545 #. or implicitly defined), there's no need to worry about their
14546 #. existence.  Theoretically, they should never even be
14547 #. instantiated, but that's hard to forestall.
14548 #: cp/decl.c:8587
14549 msgid "invalid constructor; you probably meant %<%T (const %T&)%>"
14550 msgstr ""
14551
14552 #: cp/decl.c:8711
14553 msgid "%qD may not be declared within a namespace"
14554 msgstr ""
14555
14556 #: cp/decl.c:8713
14557 msgid "%qD may not be declared as static"
14558 msgstr ""
14559
14560 #: cp/decl.c:8733
14561 msgid "%qD must be a nonstatic member function"
14562 msgstr ""
14563
14564 #: cp/decl.c:8739
14565 msgid ""
14566 "%qD must be either a non-static member function or a non-member function"
14567 msgstr ""
14568
14569 #: cp/decl.c:8757
14570 msgid "%qD must have an argument of class or enumerated type"
14571 msgstr ""
14572
14573 #: cp/decl.c:8792
14574 #, c-format
14575 msgid "conversion to %s%s will never use a type conversion operator"
14576 msgstr ""
14577
14578 #. 13.4.0.3
14579 #: cp/decl.c:8800
14580 msgid "ISO C++ prohibits overloading operator ?:"
14581 msgstr ""
14582
14583 #: cp/decl.c:8850
14584 msgid "postfix %qD must take %<int%> as its argument"
14585 msgstr ""
14586
14587 #: cp/decl.c:8854
14588 msgid "postfix %qD must take %<int%> as its second argument"
14589 msgstr ""
14590
14591 #: cp/decl.c:8861
14592 msgid "%qD must take either zero or one argument"
14593 msgstr ""
14594
14595 #: cp/decl.c:8863
14596 msgid "%qD must take either one or two arguments"
14597 msgstr ""
14598
14599 #: cp/decl.c:8884
14600 msgid "prefix %qD should return %qT"
14601 msgstr ""
14602
14603 #: cp/decl.c:8890
14604 msgid "postfix %qD should return %qT"
14605 msgstr ""
14606
14607 #: cp/decl.c:8899
14608 msgid "%qD must take %<void%>"
14609 msgstr ""
14610
14611 #: cp/decl.c:8901 cp/decl.c:8909
14612 msgid "%qD must take exactly one argument"
14613 msgstr ""
14614
14615 #: cp/decl.c:8911
14616 msgid "%qD must take exactly two arguments"
14617 msgstr ""
14618
14619 #: cp/decl.c:8919
14620 msgid "user-defined %qD always evaluates both arguments"
14621 msgstr ""
14622
14623 #: cp/decl.c:8933
14624 msgid "%qD should return by value"
14625 msgstr ""
14626
14627 #: cp/decl.c:8945 cp/decl.c:8948
14628 msgid "%qD cannot have default arguments"
14629 msgstr ""
14630
14631 #: cp/decl.c:9008
14632 msgid "using typedef-name %qD after %qs"
14633 msgstr ""
14634
14635 #: cp/decl.c:9014
14636 msgid "using template type parameter %qT after %qs"
14637 msgstr ""
14638
14639 #: cp/decl.c:9022
14640 msgid "%qT referred to as %qs"
14641 msgstr ""
14642
14643 #: cp/decl.c:9028
14644 msgid "%qT referred to as enum"
14645 msgstr ""
14646
14647 #. If a class template appears as elaborated type specifier
14648 #. without a template header such as:
14649 #.
14650 #. template <class T> class C {};
14651 #. void f(class C);             // No template header here
14652 #.
14653 #. then the required template argument is missing.
14654 #: cp/decl.c:9043
14655 msgid "template argument required for %<%s %T%>"
14656 msgstr ""
14657
14658 #: cp/decl.c:9188
14659 msgid "use of enum %q#D without previous declaration"
14660 msgstr ""
14661
14662 #: cp/decl.c:9206
14663 msgid "redeclaration of %qT as a non-template"
14664 msgstr ""
14665
14666 #: cp/decl.c:9299
14667 msgid "derived union %qT invalid"
14668 msgstr ""
14669
14670 #: cp/decl.c:9305
14671 msgid "Java class %qT cannot have multiple bases"
14672 msgstr ""
14673
14674 #: cp/decl.c:9313
14675 msgid "Java class %qT cannot have virtual bases"
14676 msgstr ""
14677
14678 #: cp/decl.c:9332
14679 msgid "base type %qT fails to be a struct or class type"
14680 msgstr ""
14681
14682 #: cp/decl.c:9365
14683 msgid "recursive type %qT undefined"
14684 msgstr ""
14685
14686 #: cp/decl.c:9367
14687 msgid "duplicate base type %qT invalid"
14688 msgstr ""
14689
14690 #: cp/decl.c:9435
14691 msgid "multiple definition of %q#T"
14692 msgstr ""
14693
14694 #: cp/decl.c:9436
14695 msgid "%Jprevious definition here"
14696 msgstr ""
14697
14698 #. DR 377
14699 #.
14700 #. IF no integral type can represent all the enumerator values, the
14701 #. enumeration is ill-formed.
14702 #: cp/decl.c:9561
14703 msgid "no integral type can represent all of the enumerator values for %qT"
14704 msgstr ""
14705
14706 #: cp/decl.c:9662
14707 msgid "enumerator value for %qD not integer constant"
14708 msgstr ""
14709
14710 #: cp/decl.c:9689
14711 msgid "overflow in enumeration values at %qD"
14712 msgstr ""
14713
14714 #: cp/decl.c:9760
14715 msgid "return type %q#T is incomplete"
14716 msgstr ""
14717
14718 #: cp/decl.c:9875
14719 msgid "%<operator=%> should return a reference to %<*this%>"
14720 msgstr ""
14721
14722 #: cp/decl.c:10199
14723 msgid "parameter %qD declared void"
14724 msgstr ""
14725
14726 #: cp/decl.c:10681
14727 msgid "invalid member function declaration"
14728 msgstr ""
14729
14730 #: cp/decl.c:10696
14731 msgid "%qD is already defined in class %qT"
14732 msgstr ""
14733
14734 #: cp/decl.c:10907
14735 msgid "static member function `%#D' declared with type qualifiers"
14736 msgstr ""
14737
14738 #: cp/decl2.c:280
14739 msgid "name missing for member function"
14740 msgstr ""
14741
14742 #: cp/decl2.c:373 cp/decl2.c:387
14743 msgid "ambiguous conversion for array subscript"
14744 msgstr ""
14745
14746 #: cp/decl2.c:381
14747 msgid "invalid types %<%T[%T]%> for array subscript"
14748 msgstr ""
14749
14750 #: cp/decl2.c:426
14751 msgid "deleting array %q#D"
14752 msgstr ""
14753
14754 #: cp/decl2.c:432
14755 msgid "type %q#T argument given to %<delete%>, expected pointer"
14756 msgstr ""
14757
14758 #: cp/decl2.c:444
14759 msgid ""
14760 "cannot delete a function.  Only pointer-to-objects are valid arguments to %"
14761 "<delete%>"
14762 msgstr ""
14763
14764 #: cp/decl2.c:452
14765 msgid "deleting %qT is undefined"
14766 msgstr ""
14767
14768 #. 14.5.2.2 [temp.mem]
14769 #.
14770 #. A local class shall not have member templates.
14771 #: cp/decl2.c:488
14772 msgid "invalid declaration of member template %q#D in local class"
14773 msgstr ""
14774
14775 #: cp/decl2.c:497
14776 msgid "invalid use of %<virtual%> in template declaration of %q#D"
14777 msgstr ""
14778
14779 #: cp/decl2.c:507 cp/pt.c:2933
14780 msgid "template declaration of %q#D"
14781 msgstr ""
14782
14783 #: cp/decl2.c:556
14784 msgid "Java method %qD has non-Java return type %qT"
14785 msgstr ""
14786
14787 #: cp/decl2.c:572
14788 msgid "Java method %qD has non-Java parameter type %qT"
14789 msgstr ""
14790
14791 #: cp/decl2.c:677
14792 msgid "prototype for `%#D' does not match any in class `%T'"
14793 msgstr ""
14794
14795 #: cp/decl2.c:778
14796 msgid "local class %q#T shall not have static data member %q#D"
14797 msgstr ""
14798
14799 #: cp/decl2.c:786
14800 msgid "initializer invalid for static member with constructor"
14801 msgstr ""
14802
14803 #: cp/decl2.c:789
14804 msgid "(an out of class initialization is required)"
14805 msgstr ""
14806
14807 #: cp/decl2.c:870
14808 msgid "member %qD conflicts with virtual function table field name"
14809 msgstr ""
14810
14811 #: cp/decl2.c:887
14812 msgid "%qD is already defined in %qT"
14813 msgstr ""
14814
14815 #: cp/decl2.c:933
14816 msgid "field initializer is not constant"
14817 msgstr ""
14818
14819 #: cp/decl2.c:961
14820 msgid "`asm' specifiers are not permitted on non-static data members"
14821 msgstr ""
14822
14823 #: cp/decl2.c:1007
14824 msgid "cannot declare %qD to be a bit-field type"
14825 msgstr ""
14826
14827 #: cp/decl2.c:1017
14828 msgid "cannot declare bit-field %qD with function type"
14829 msgstr ""
14830
14831 #: cp/decl2.c:1024
14832 msgid "%qD is already defined in the class %qT"
14833 msgstr ""
14834
14835 #: cp/decl2.c:1031
14836 msgid "static member %qD cannot be a bit-field"
14837 msgstr ""
14838
14839 #: cp/decl2.c:1090
14840 msgid "initializer specified for non-member function %qD"
14841 msgstr ""
14842
14843 #: cp/decl2.c:1094
14844 msgid "invalid initializer for virtual method %qD"
14845 msgstr ""
14846
14847 #: cp/decl2.c:1126
14848 msgid "anonymous struct not inside named type"
14849 msgstr ""
14850
14851 #: cp/decl2.c:1197
14852 msgid "namespace-scope anonymous aggregates must be static"
14853 msgstr ""
14854
14855 #: cp/decl2.c:1204
14856 msgid "anonymous union with no members"
14857 msgstr ""
14858
14859 #: cp/decl2.c:1240
14860 msgid "%<operator new%> must return type %qT"
14861 msgstr ""
14862
14863 #: cp/decl2.c:1249
14864 msgid "%<operator new%> takes type %<size_t%> (%qT) as first parameter"
14865 msgstr ""
14866
14867 #: cp/decl2.c:1278
14868 msgid "%<operator delete%> must return type %qT"
14869 msgstr ""
14870
14871 #: cp/decl2.c:1287
14872 msgid "%<operator delete%> takes type %qT as first parameter"
14873 msgstr ""
14874
14875 #: cp/decl2.c:3024
14876 msgid "inline function `%D' used but never defined"
14877 msgstr ""
14878
14879 #: cp/decl2.c:3174
14880 msgid "default argument missing for parameter %P of %q+#D"
14881 msgstr ""
14882
14883 #. damn ICE suppression
14884 #: cp/error.c:2373
14885 #, c-format
14886 msgid "unexpected letter `%c' in locate_error\n"
14887 msgstr ""
14888
14889 #. Can't throw a reference.
14890 #: cp/except.c:239
14891 msgid "type %qT is disallowed in Java %<throw%> or %<catch%>"
14892 msgstr ""
14893
14894 #: cp/except.c:250
14895 msgid "call to Java %<catch%> or %<throw%> with %<jthrowable%> undefined"
14896 msgstr ""
14897
14898 #. Thrown object must be a Throwable.
14899 #: cp/except.c:257
14900 msgid "type %qT is not derived from %<java::lang::Throwable%>"
14901 msgstr ""
14902
14903 #: cp/except.c:320
14904 msgid "mixing C++ and Java catches in a single translation unit"
14905 msgstr ""
14906
14907 #: cp/except.c:576
14908 msgid "throwing NULL, which has integral, not pointer type"
14909 msgstr ""
14910
14911 #: cp/except.c:599 cp/init.c:1873
14912 msgid "%qD should never be overloaded"
14913 msgstr ""
14914
14915 #: cp/except.c:666
14916 msgid "  in thrown expression"
14917 msgstr ""
14918
14919 #: cp/except.c:810
14920 msgid ""
14921 "expression %qE of abstract class type %qT cannot be used in throw-expression"
14922 msgstr ""
14923
14924 #: cp/except.c:895
14925 msgid "%Hexception of type %qT will be caught"
14926 msgstr ""
14927
14928 #: cp/except.c:897
14929 msgid "%H   by earlier handler for %qT"
14930 msgstr ""
14931
14932 #: cp/except.c:927
14933 msgid "%H%<...%> handler must be the last handler for its try block"
14934 msgstr ""
14935
14936 #: cp/friend.c:152
14937 msgid "%qD is already a friend of class %qT"
14938 msgstr ""
14939
14940 #: cp/friend.c:204
14941 msgid "invalid type %qT declared %<friend%>"
14942 msgstr ""
14943
14944 #. [temp.friend]
14945 #. Friend declarations shall not declare partial
14946 #. specializations.
14947 #: cp/friend.c:220
14948 msgid "partial specialization %qT declared %<friend%>"
14949 msgstr ""
14950
14951 #: cp/friend.c:230
14952 msgid "class %qT is implicitly friends with itself"
14953 msgstr ""
14954
14955 #. template <class T> friend typename S<T>::X;
14956 #: cp/friend.c:248
14957 msgid "typename type %q#T declared %<friend%>"
14958 msgstr ""
14959
14960 #. template <class T> friend class T;
14961 #: cp/friend.c:254
14962 msgid "template parameter type %qT declared %<friend%>"
14963 msgstr ""
14964
14965 #. template <class T> friend class A; where A is not a template
14966 #: cp/friend.c:260
14967 msgid "%q#T is not a template"
14968 msgstr ""
14969
14970 #: cp/friend.c:279
14971 msgid "%qD is already a friend of %qT"
14972 msgstr ""
14973
14974 #: cp/friend.c:288
14975 msgid "%qT is already a friend of %qT"
14976 msgstr ""
14977
14978 #: cp/friend.c:412
14979 msgid "member %qD declared as friend before type %qT defined"
14980 msgstr ""
14981
14982 #: cp/friend.c:468
14983 msgid "friend declaration %q#D declares a non-template function"
14984 msgstr ""
14985
14986 #: cp/friend.c:472
14987 msgid ""
14988 "(if this is not what you intended, make sure the function template has "
14989 "already been declared and add <> after the function name here) -Wno-non-"
14990 "template-friend disables this warning"
14991 msgstr ""
14992
14993 #: cp/g++spec.c:238 java/jvspec.c:415
14994 #, c-format
14995 msgid "argument to `%s' missing\n"
14996 msgstr ""
14997
14998 #: cp/init.c:316
14999 msgid "%J%qD should be initialized in the member initialization list"
15000 msgstr ""
15001
15002 #: cp/init.c:363
15003 msgid "%Jdefault-initialization of %q#D, which has reference type"
15004 msgstr ""
15005
15006 #: cp/init.c:369
15007 msgid "%Juninitialized reference member %qD"
15008 msgstr ""
15009
15010 #: cp/init.c:372
15011 msgid "%Juninitialized member %qD with %<const%> type %qT"
15012 msgstr ""
15013
15014 #: cp/init.c:515
15015 msgid "%qD will be initialized after"
15016 msgstr ""
15017
15018 #: cp/init.c:518
15019 msgid "base %qT will be initialized after"
15020 msgstr ""
15021
15022 #: cp/init.c:521
15023 msgid "  %q#D"
15024 msgstr ""
15025
15026 #: cp/init.c:523
15027 msgid "  base %qT"
15028 msgstr ""
15029
15030 #: cp/init.c:524
15031 msgid "%J  when initialized here"
15032 msgstr ""
15033
15034 #: cp/init.c:540
15035 msgid "%Jmultiple initializations given for %qD"
15036 msgstr ""
15037
15038 #: cp/init.c:543
15039 msgid "%Jmultiple initializations given for base %qT"
15040 msgstr ""
15041
15042 #: cp/init.c:610
15043 msgid "%Jinitializations for multiple members of %qT"
15044 msgstr ""
15045
15046 #: cp/init.c:667
15047 msgid ""
15048 "%Jbase class %q#T should be explicitly initialized in the copy constructor"
15049 msgstr ""
15050
15051 #: cp/init.c:891 cp/init.c:910
15052 msgid "class %qT does not have any field named %qD"
15053 msgstr ""
15054
15055 #: cp/init.c:897
15056 msgid ""
15057 "%q#D is a static data member; it can only be initialized at its definition"
15058 msgstr ""
15059
15060 #: cp/init.c:904
15061 msgid "%q#D is not a non-static data member of %qT"
15062 msgstr ""
15063
15064 #: cp/init.c:943
15065 msgid "unnamed initializer for %qT, which has no base classes"
15066 msgstr ""
15067
15068 #: cp/init.c:951
15069 msgid "unnamed initializer for %qT, which uses multiple inheritance"
15070 msgstr ""
15071
15072 #: cp/init.c:997
15073 msgid "%qD is both a direct base and an indirect virtual base"
15074 msgstr ""
15075
15076 #: cp/init.c:1005
15077 msgid "type %qD is not a direct or virtual base of %qT"
15078 msgstr ""
15079
15080 #: cp/init.c:1008
15081 msgid "type %qD is not a direct base of %qT"
15082 msgstr ""
15083
15084 #: cp/init.c:1088
15085 msgid "bad array initializer"
15086 msgstr ""
15087
15088 #: cp/init.c:1287
15089 msgid "%qT is not an aggregate type"
15090 msgstr ""
15091
15092 #: cp/init.c:1379
15093 msgid "qualified type %qT does not match destructor name %<~%T%>"
15094 msgstr ""
15095
15096 #: cp/init.c:1387
15097 msgid "incomplete type %qT does not have member %qD"
15098 msgstr ""
15099
15100 #: cp/init.c:1406
15101 msgid "%qD is not a member of type %qT"
15102 msgstr ""
15103
15104 #: cp/init.c:1433
15105 msgid "invalid pointer to bit-field %qD"
15106 msgstr ""
15107
15108 #: cp/init.c:1535
15109 msgid "invalid use of non-static member function %qD"
15110 msgstr ""
15111
15112 #: cp/init.c:1541
15113 msgid "invalid use of non-static data member %qD"
15114 msgstr ""
15115
15116 #: cp/init.c:1658
15117 msgid "new cannot be applied to a reference type"
15118 msgstr ""
15119
15120 #: cp/init.c:1664
15121 msgid "new cannot be applied to a function type"
15122 msgstr ""
15123
15124 #: cp/init.c:1696
15125 msgid "call to Java constructor, while %<jclass%> undefined"
15126 msgstr ""
15127
15128 #: cp/init.c:1712
15129 msgid "can't find class$"
15130 msgstr ""
15131
15132 #: cp/init.c:1825
15133 msgid "invalid type %<void%> for new"
15134 msgstr ""
15135
15136 #: cp/init.c:1835
15137 msgid "uninitialized const in %<new%> of %q#T"
15138 msgstr ""
15139
15140 #: cp/init.c:1868
15141 #, c-format
15142 msgid "call to Java constructor with %qs undefined"
15143 msgstr ""
15144
15145 #: cp/init.c:1908
15146 msgid "request for member %qD is ambiguous"
15147 msgstr ""
15148
15149 #: cp/init.c:2041
15150 msgid "ISO C++ forbids initialization in array new"
15151 msgstr ""
15152
15153 #: cp/init.c:2511
15154 msgid "initializer ends prematurely"
15155 msgstr ""
15156
15157 #: cp/init.c:2564
15158 msgid "cannot initialize multi-dimensional array with initializer"
15159 msgstr ""
15160
15161 #: cp/init.c:2723
15162 msgid "possible problem detected in invocation of delete operator:"
15163 msgstr ""
15164
15165 #: cp/init.c:2726
15166 msgid ""
15167 "neither the destructor nor the class-specific operator delete will be "
15168 "called, even if they are declared when the class is defined."
15169 msgstr ""
15170
15171 #: cp/init.c:2747
15172 msgid "unknown array size in delete"
15173 msgstr ""
15174
15175 #: cp/init.c:3007
15176 msgid "type to vector delete is neither pointer or array type"
15177 msgstr ""
15178
15179 #: cp/lex.c:436
15180 #, c-format
15181 msgid "junk at end of #pragma %s"
15182 msgstr ""
15183
15184 #: cp/lex.c:443
15185 #, c-format
15186 msgid "invalid #pragma %s"
15187 msgstr ""
15188
15189 #: cp/lex.c:451
15190 msgid "#pragma vtable no longer supported"
15191 msgstr ""
15192
15193 #: cp/lex.c:530
15194 #, c-format
15195 msgid "#pragma implementation for %qs appears after file is included"
15196 msgstr ""
15197
15198 #: cp/lex.c:555
15199 msgid "junk at end of #pragma GCC java_exceptions"
15200 msgstr ""
15201
15202 #: cp/lex.c:569
15203 msgid "%qD not defined"
15204 msgstr ""
15205
15206 #: cp/lex.c:573
15207 msgid "%qD was not declared in this scope"
15208 msgstr ""
15209
15210 #. In a template, it is invalid to write "f()" or "f(3)" if no
15211 #. declaration of "f" is available.  Historically, G++ and most
15212 #. other compilers accepted that usage since they deferred all name
15213 #. lookup until instantiation time rather than doing unqualified
15214 #. name lookup at template definition time; explain to the user what
15215 #. is going wrong.
15216 #.
15217 #. Note that we have the exact wording of the following message in
15218 #. the manual (trouble.texi, node "Name lookup"), so they need to
15219 #. be kept in synch.
15220 #: cp/lex.c:610
15221 msgid ""
15222 "there are no arguments to %qD that depend on a template parameter, so a "
15223 "declaration of %qD must be available"
15224 msgstr ""
15225
15226 #: cp/lex.c:619
15227 msgid ""
15228 "(if you use `-fpermissive', G++ will accept your code, but allowing the use "
15229 "of an undeclared name is deprecated)"
15230 msgstr ""
15231
15232 #: cp/mangle.c:2114
15233 msgid "call_expr cannot be mangled due to a defect in the C++ ABI"
15234 msgstr ""
15235
15236 #: cp/mangle.c:2122
15237 msgid "zero-operand casts cannot be mangled due to a defect in the C++ ABI"
15238 msgstr ""
15239
15240 #: cp/mangle.c:2172
15241 msgid "omitted middle operand to `?:' operand cannot be mangled"
15242 msgstr ""
15243
15244 #: cp/mangle.c:2482
15245 msgid "the mangled name of `%D' will change in a future version of GCC"
15246 msgstr ""
15247
15248 #: cp/method.c:443
15249 msgid "generic thunk code fails for method %q#D which uses %<...%>"
15250 msgstr ""
15251
15252 #: cp/method.c:652
15253 msgid "non-static const member %q#D, can't use default assignment operator"
15254 msgstr ""
15255
15256 #: cp/method.c:658
15257 msgid "non-static reference member %q#D, can't use default assignment operator"
15258 msgstr ""
15259
15260 #: cp/name-lookup.c:762
15261 msgid "redeclaration of %<wchar_t%> as %qT"
15262 msgstr ""
15263
15264 #. A redeclaration of main, but not a duplicate of the
15265 #. previous one.
15266 #.
15267 #. [basic.start.main]
15268 #.
15269 #. This function shall not be overloaded.
15270 #: cp/name-lookup.c:794
15271 msgid "invalid redeclaration of %qD"
15272 msgstr ""
15273
15274 #: cp/name-lookup.c:795
15275 msgid "as %qD"
15276 msgstr ""
15277
15278 #: cp/name-lookup.c:883
15279 msgid "type mismatch with previous external decl of %q#D"
15280 msgstr ""
15281
15282 #: cp/name-lookup.c:884
15283 msgid "previous external decl of %q#D"
15284 msgstr ""
15285
15286 #: cp/name-lookup.c:966
15287 msgid "extern declaration of %q#D doesn't match"
15288 msgstr ""
15289
15290 #: cp/name-lookup.c:967
15291 msgid "global declaration %q#D"
15292 msgstr ""
15293
15294 #: cp/name-lookup.c:1003 cp/name-lookup.c:1010
15295 msgid "declaration of %q#D shadows a parameter"
15296 msgstr ""
15297
15298 #. Location of previous decl is not useful in this case.
15299 #: cp/name-lookup.c:1035
15300 msgid "declaration of %qD shadows a member of 'this'"
15301 msgstr ""
15302
15303 #: cp/name-lookup.c:1041
15304 msgid "declaration of %qD shadows a previous local"
15305 msgstr ""
15306
15307 #: cp/name-lookup.c:1048
15308 msgid "declaration of %qD shadows a global declaration"
15309 msgstr ""
15310
15311 #: cp/name-lookup.c:1164
15312 msgid "name lookup of %qD changed"
15313 msgstr ""
15314
15315 #: cp/name-lookup.c:1165
15316 msgid "  matches this %qD under ISO standard rules"
15317 msgstr ""
15318
15319 #: cp/name-lookup.c:1167
15320 msgid "  matches this %qD under old rules"
15321 msgstr ""
15322
15323 #: cp/name-lookup.c:1185 cp/name-lookup.c:1193
15324 msgid "name lookup of %qD changed for new ISO %<for%> scoping"
15325 msgstr ""
15326
15327 #: cp/name-lookup.c:1187
15328 msgid "  cannot use obsolete binding at %qD because it has a destructor"
15329 msgstr ""
15330
15331 #: cp/name-lookup.c:1195
15332 msgid "  using obsolete binding at %qD"
15333 msgstr ""
15334
15335 #: cp/name-lookup.c:1248
15336 #, c-format
15337 msgid "%s %s(%E) %p %d\n"
15338 msgstr ""
15339
15340 #: cp/name-lookup.c:1251
15341 #, c-format
15342 msgid "%s %s %p %d\n"
15343 msgstr ""
15344
15345 #: cp/name-lookup.c:1378
15346 msgid "XXX is_class_level != (current_scope == class_scope)\n"
15347 msgstr ""
15348
15349 #: cp/name-lookup.c:2011
15350 msgid "`%#D' hides constructor for `%#T'"
15351 msgstr ""
15352
15353 #: cp/name-lookup.c:2026
15354 msgid "%q#D conflicts with previous using declaration %q#D"
15355 msgstr ""
15356
15357 #: cp/name-lookup.c:2038
15358 msgid "previous non-function declaration %q#D"
15359 msgstr ""
15360
15361 #: cp/name-lookup.c:2039
15362 msgid "conflicts with function declaration %q#D"
15363 msgstr ""
15364
15365 #. It's a nested name with template parameter dependent scope.
15366 #. This can only be using-declaration for class member.
15367 #: cp/name-lookup.c:2117 cp/name-lookup.c:2142 cp/name-lookup.c:3386
15368 msgid "%qT is not a namespace"
15369 msgstr ""
15370
15371 #. 7.3.3/5
15372 #. A using-declaration shall not name a template-id.
15373 #: cp/name-lookup.c:2127
15374 msgid "a using-declaration cannot specify a template-id.  Try %<using %D%>"
15375 msgstr ""
15376
15377 #: cp/name-lookup.c:2134
15378 msgid "namespace %qD not allowed in using-declaration"
15379 msgstr ""
15380
15381 #: cp/name-lookup.c:2170
15382 msgid "%qD not declared"
15383 msgstr ""
15384
15385 #. If the OLD_FN was really declared, the
15386 #. declarations don't match.
15387 #: cp/name-lookup.c:2182 cp/name-lookup.c:2224 cp/name-lookup.c:2261
15388 msgid "%qD is already declared in this scope"
15389 msgstr ""
15390
15391 #: cp/name-lookup.c:2267
15392 msgid "using declaration %qD introduced ambiguous type %qT"
15393 msgstr ""
15394
15395 #. Definition isn't the kind we were looking for.
15396 #: cp/name-lookup.c:2435 cp/name-lookup.c:2454
15397 msgid "%q#D redeclared as %C"
15398 msgstr ""
15399
15400 #: cp/name-lookup.c:2822
15401 msgid "%qD has the same name as the class in which it is declared"
15402 msgstr ""
15403
15404 #: cp/name-lookup.c:2917
15405 msgid "using-declaration for non-member at class scope"
15406 msgstr ""
15407
15408 #: cp/name-lookup.c:2924
15409 msgid "using-declaration cannot name destructor"
15410 msgstr ""
15411
15412 #: cp/name-lookup.c:3003
15413 msgid "declaration of `%D' not in a namespace surrounding `%D'"
15414 msgstr ""
15415
15416 #: cp/name-lookup.c:3043
15417 msgid "%qD should have been declared inside %qD"
15418 msgstr ""
15419
15420 #: cp/name-lookup.c:3105
15421 msgid "namespace alias %qD not allowed here, assuming %qD"
15422 msgstr ""
15423
15424 #. The parser did not find it, so it's not there.
15425 #: cp/name-lookup.c:3220
15426 msgid "unknown namespace %qD"
15427 msgstr ""
15428
15429 #: cp/name-lookup.c:3380
15430 msgid "namespace %qT undeclared"
15431 msgstr ""
15432
15433 #: cp/name-lookup.c:3424
15434 msgid "strong using only meaningful at namespace scope"
15435 msgstr ""
15436
15437 #: cp/name-lookup.c:3431
15438 msgid "%qD attribute directive ignored"
15439 msgstr ""
15440
15441 #: cp/name-lookup.c:3565
15442 msgid "use of %qD is ambiguous"
15443 msgstr ""
15444
15445 #: cp/name-lookup.c:3566
15446 msgid "  first declared as %q#D here"
15447 msgstr ""
15448
15449 #: cp/name-lookup.c:3568
15450 msgid "  also declared as %q#D here"
15451 msgstr ""
15452
15453 #: cp/name-lookup.c:3583
15454 msgid "%qD denotes an ambiguous type"
15455 msgstr ""
15456
15457 #: cp/name-lookup.c:3584
15458 msgid "%J  first type here"
15459 msgstr ""
15460
15461 #: cp/name-lookup.c:3585
15462 msgid "%J  other type here"
15463 msgstr ""
15464
15465 #. This happens for A::B where B is a template, and there are no
15466 #. template arguments.
15467 #: cp/name-lookup.c:3649
15468 msgid "invalid use of %qD"
15469 msgstr ""
15470
15471 #: cp/name-lookup.c:3689
15472 msgid "%<%D::%D%> is not a template"
15473 msgstr ""
15474
15475 #: cp/name-lookup.c:3705
15476 msgid "%qD undeclared in namespace %qD"
15477 msgstr ""
15478
15479 #: cp/name-lookup.c:4242
15480 msgid "%qD is not a function,"
15481 msgstr ""
15482
15483 #: cp/name-lookup.c:4243
15484 msgid "  conflict with %qD"
15485 msgstr ""
15486
15487 #: cp/name-lookup.c:5006
15488 msgid "XXX entering pop_everything ()\n"
15489 msgstr ""
15490
15491 #: cp/name-lookup.c:5015
15492 msgid "XXX leaving pop_everything ()\n"
15493 msgstr ""
15494
15495 #: cp/parser.c:438
15496 msgid "invalid token"
15497 msgstr ""
15498
15499 #: cp/parser.c:1875
15500 msgid "%<%D::%D%> has not been declared"
15501 msgstr ""
15502
15503 #: cp/parser.c:1878
15504 msgid "%<::%D%> has not been declared"
15505 msgstr ""
15506
15507 #: cp/parser.c:1881
15508 msgid "request for member %qD in non-class type %qT"
15509 msgstr ""
15510
15511 #: cp/parser.c:1884
15512 msgid "%<%T::%D%> has not been declared"
15513 msgstr ""
15514
15515 #: cp/parser.c:1887
15516 msgid "`%D' has not been declared"
15517 msgstr ""
15518
15519 #: cp/parser.c:1890
15520 msgid "%<%D::%D%> %s"
15521 msgstr ""
15522
15523 #: cp/parser.c:1892
15524 msgid "%<::%D%> %s"
15525 msgstr ""
15526
15527 #: cp/parser.c:1894
15528 msgid "%qD %s"
15529 msgstr ""
15530
15531 #: cp/parser.c:1947
15532 msgid "new types may not be defined in a return type"
15533 msgstr ""
15534
15535 #: cp/parser.c:1965 cp/pt.c:4312
15536 msgid "%qT is not a template"
15537 msgstr ""
15538
15539 #: cp/parser.c:1967
15540 #, c-format
15541 msgid "%qE is not a template"
15542 msgstr ""
15543
15544 #: cp/parser.c:1969
15545 msgid "invalid template-id"
15546 msgstr ""
15547
15548 #: cp/parser.c:2010
15549 #, c-format
15550 msgid "%s cannot appear in a constant-expression"
15551 msgstr ""
15552
15553 #: cp/parser.c:2034
15554 #, c-format
15555 msgid "invalid use of template-name %qE without an argument list"
15556 msgstr ""
15557
15558 #. Issue an error message.
15559 #: cp/parser.c:2039
15560 #, c-format
15561 msgid "%qE does not name a type"
15562 msgstr ""
15563
15564 #: cp/parser.c:2070
15565 msgid "(perhaps `typename %T::%E' was intended)"
15566 msgstr ""
15567
15568 #: cp/parser.c:2085
15569 #, c-format
15570 msgid "%qE in namespace %qE does not name a type"
15571 msgstr ""
15572
15573 #: cp/parser.c:2088
15574 msgid "q%E in class %qT does not name a type"
15575 msgstr ""
15576
15577 #: cp/parser.c:2758
15578 msgid "ISO C++ forbids braced-groups within expressions"
15579 msgstr ""
15580
15581 #: cp/parser.c:2767
15582 msgid "statement-expressions are allowed only inside functions"
15583 msgstr ""
15584
15585 #: cp/parser.c:2818
15586 msgid "%<this%> may not be used in this context"
15587 msgstr ""
15588
15589 #: cp/parser.c:2953
15590 msgid "local variable %qD may not appear in this context"
15591 msgstr ""
15592
15593 #: cp/parser.c:3318
15594 msgid "typedef-name %qD used as destructor declarator"
15595 msgstr ""
15596
15597 #: cp/parser.c:3976
15598 msgid "ISO C++ forbids compound-literals"
15599 msgstr ""
15600
15601 #: cp/parser.c:4861
15602 msgid "array bound forbidden after parenthesized type-id"
15603 msgstr ""
15604
15605 #: cp/parser.c:4862
15606 msgid "try removing the parentheses around the type-id"
15607 msgstr ""
15608
15609 #: cp/parser.c:4968
15610 msgid "size in array new must have integral type"
15611 msgstr ""
15612
15613 #: cp/parser.c:4971
15614 msgid "zero size array reserves no space"
15615 msgstr ""
15616
15617 #: cp/parser.c:5070
15618 msgid "expression in new-declarator must have integral or enumeration type"
15619 msgstr ""
15620
15621 #: cp/parser.c:5252
15622 msgid "use of old-style cast"
15623 msgstr ""
15624
15625 #: cp/parser.c:6007
15626 #, c-format
15627 msgid "case label %qE not within a switch statement"
15628 msgstr ""
15629
15630 #: cp/parser.c:6550
15631 msgid "ISO C++ forbids computed gotos"
15632 msgstr ""
15633
15634 #: cp/parser.c:6675
15635 msgid "extra %<;%>"
15636 msgstr ""
15637
15638 #: cp/parser.c:6993
15639 msgid "mixing declarations and function-definitions is forbidden"
15640 msgstr ""
15641
15642 #: cp/parser.c:7125
15643 msgid "duplicate %<friend%>"
15644 msgstr ""
15645
15646 #: cp/parser.c:7294
15647 msgid "class definition may not be declared a friend"
15648 msgstr ""
15649
15650 #: cp/parser.c:7607
15651 msgid "only constructors take base initializers"
15652 msgstr ""
15653
15654 #: cp/parser.c:7658
15655 msgid "anachronistic old-style base class initializer"
15656 msgstr ""
15657
15658 #: cp/parser.c:7699
15659 msgid ""
15660 "keyword %<typename%> not allowed in this context (a qualified member "
15661 "initializer is implicitly a type)"
15662 msgstr ""
15663
15664 #. Warn that we do not support `export'.
15665 #: cp/parser.c:8061
15666 msgid "keyword %<export%> not implemented, and will be ignored"
15667 msgstr ""
15668
15669 #. Otherwise, emit an error about the invalid digraph, but continue
15670 #. parsing because we got our argument list.
15671 #: cp/parser.c:8434
15672 msgid "%<<::%> cannot begin a template-argument list"
15673 msgstr ""
15674
15675 #: cp/parser.c:8435
15676 msgid ""
15677 "%<<:%> is an alternate spelling for %<[%>. Insert whitespace between %<<%> "
15678 "and %<::%>"
15679 msgstr ""
15680
15681 #: cp/parser.c:8442
15682 msgid "(if you use -fpermissive G++ will accept your code)"
15683 msgstr ""
15684
15685 #. Explain what went wrong.
15686 #: cp/parser.c:8617
15687 msgid "non-template %qD used as template"
15688 msgstr ""
15689
15690 #: cp/parser.c:8618
15691 msgid "use %<%T::template %D%> to indicate that it is a template"
15692 msgstr ""
15693
15694 #: cp/parser.c:9645
15695 msgid "using %<typename%> outside of template"
15696 msgstr ""
15697
15698 #: cp/parser.c:9768
15699 msgid "expected type-name"
15700 msgstr ""
15701
15702 #: cp/parser.c:9827
15703 msgid "type attributes are honored only at type definition"
15704 msgstr ""
15705
15706 #. [namespace.udecl]
15707 #.
15708 #. A using declaration shall not name a template-id.
15709 #: cp/parser.c:10201
15710 msgid "a template-id may not appear in a using-declaration"
15711 msgstr ""
15712
15713 #: cp/parser.c:10532
15714 msgid "an asm-specification is not allowed on a function-definition"
15715 msgstr ""
15716
15717 #: cp/parser.c:10534
15718 msgid "attributes are not allowed on a function-definition"
15719 msgstr ""
15720
15721 #: cp/parser.c:10665
15722 msgid "attributes after parenthesized initializer ignored"
15723 msgstr ""
15724
15725 #: cp/parser.c:11094
15726 msgid "%<%T::%D%> is not a type"
15727 msgstr ""
15728
15729 #: cp/parser.c:11139
15730 msgid "invalid use of constructor as a template"
15731 msgstr ""
15732
15733 #: cp/parser.c:11140
15734 msgid ""
15735 "use %<%T::%D%> instead of %<%T::%T%> to name the constructor in a qualified "
15736 "name"
15737 msgstr ""
15738
15739 #: cp/parser.c:11328
15740 msgid "duplicate cv-qualifier"
15741 msgstr ""
15742
15743 #: cp/parser.c:11842
15744 msgid "file ends in default argument"
15745 msgstr ""
15746
15747 #: cp/parser.c:11902
15748 msgid "deprecated use of default argument for parameter of non-function"
15749 msgstr ""
15750
15751 #: cp/parser.c:11905
15752 msgid "default arguments are only permitted for function parameters"
15753 msgstr ""
15754
15755 #: cp/parser.c:12647
15756 msgid "declaration of %qD in %qD which does not enclose %qD"
15757 msgstr ""
15758
15759 #: cp/parser.c:12660
15760 msgid "extra qualification ignored"
15761 msgstr ""
15762
15763 #: cp/parser.c:12671
15764 msgid "an explicit specialization must be preceded by %<template <>%>"
15765 msgstr ""
15766
15767 #: cp/parser.c:12955
15768 msgid "%Hextra %<;%>"
15769 msgstr ""
15770
15771 #: cp/parser.c:12973
15772 msgid "a class-key must be used when declaring a friend"
15773 msgstr ""
15774
15775 #: cp/parser.c:12987
15776 msgid "friend declaration does not name a class or function"
15777 msgstr ""
15778
15779 #: cp/parser.c:13160
15780 msgid "pure-specifier on function-definition"
15781 msgstr ""
15782
15783 #: cp/parser.c:13433
15784 msgid "keyword %<typename%> not allowed outside of templates"
15785 msgstr ""
15786
15787 #: cp/parser.c:13435
15788 msgid ""
15789 "keyword %<typename%> not allowed in this context (the base class is "
15790 "implicitly a type)"
15791 msgstr ""
15792
15793 #: cp/parser.c:13708
15794 msgid "invalid catch parameter"
15795 msgstr ""
15796
15797 #: cp/parser.c:14270
15798 msgid "reference to %qD is ambiguous"
15799 msgstr ""
15800
15801 #: cp/parser.c:14439
15802 msgid "too few template-parameter-lists"
15803 msgstr ""
15804
15805 #. Otherwise, there are too many template parameter lists.  We have
15806 #. something like:
15807 #.
15808 #. template <class T> template <class U> void S::f();
15809 #: cp/parser.c:14454
15810 msgid "too many template-parameter-lists"
15811 msgstr ""
15812
15813 #. Skip the entire function.
15814 #: cp/parser.c:14678
15815 msgid "invalid function declaration"
15816 msgstr ""
15817
15818 #. Issue an error message.
15819 #: cp/parser.c:14715
15820 msgid "named return values are no longer supported"
15821 msgstr ""
15822
15823 #: cp/parser.c:15060
15824 msgid "%H%<>>%> should be %<> >%> within a nested template argument list"
15825 msgstr ""
15826
15827 #: cp/parser.c:15075
15828 msgid "spurious %<>>%>, use %<>%> to terminate a template argument list"
15829 msgstr ""
15830
15831 #: cp/parser.c:15080
15832 msgid "missing %<>%> to terminate the template argument list"
15833 msgstr ""
15834
15835 #: cp/parser.c:15599
15836 msgid "%qs tag used in naming %q#T"
15837 msgstr ""
15838
15839 #: cp/parser.c:15620
15840 msgid "%qD redeclared with different access"
15841 msgstr ""
15842
15843 #: cp/parser.c:15637
15844 msgid "%<template%> (as a disambiguator) is only allowed within templates"
15845 msgstr ""
15846
15847 #: cp/parser.c:15845
15848 msgid "inter-module optimizations not implemented for C++"
15849 msgstr ""
15850
15851 #: cp/pt.c:237
15852 msgid "data member %qD cannot be a member template"
15853 msgstr ""
15854
15855 #: cp/pt.c:249
15856 msgid "invalid member template declaration %qD"
15857 msgstr ""
15858
15859 #: cp/pt.c:571
15860 msgid "explicit specialization in non-namespace scope %qD"
15861 msgstr ""
15862
15863 #: cp/pt.c:582
15864 msgid "enclosing class templates are not explicitly specialized"
15865 msgstr ""
15866
15867 #: cp/pt.c:666
15868 msgid "specialization of %qD in different namespace"
15869 msgstr ""
15870
15871 #: cp/pt.c:667 cp/pt.c:736
15872 msgid "  from definition of %q#D"
15873 msgstr ""
15874
15875 #: cp/pt.c:703
15876 msgid "specialization of %qT after instantiation"
15877 msgstr ""
15878
15879 #: cp/pt.c:735
15880 msgid "specializing %q#T in different namespace"
15881 msgstr ""
15882
15883 #: cp/pt.c:750
15884 msgid "specialization %qT after instantiation %qT"
15885 msgstr ""
15886
15887 #: cp/pt.c:762
15888 msgid "explicit specialization of non-template %qT"
15889 msgstr ""
15890
15891 #: cp/pt.c:1106
15892 msgid "specialization of %qD after instantiation"
15893 msgstr ""
15894
15895 #: cp/pt.c:1235
15896 msgid "%s %+#D"
15897 msgstr ""
15898
15899 #: cp/pt.c:1291
15900 msgid "%qD is not a function template"
15901 msgstr ""
15902
15903 #: cp/pt.c:1476
15904 msgid "template-id %qD for %q+D does not match any template declaration"
15905 msgstr ""
15906
15907 #: cp/pt.c:1485
15908 msgid "ambiguous template specialization %qD for %q+D"
15909 msgstr ""
15910
15911 #. This case handles bogus declarations like template <>
15912 #. template <class T> void f<int>();
15913 #: cp/pt.c:1708 cp/pt.c:1762
15914 msgid "template-id %qD in declaration of primary template"
15915 msgstr ""
15916
15917 #: cp/pt.c:1721
15918 msgid "template parameter list used in explicit instantiation"
15919 msgstr ""
15920
15921 #: cp/pt.c:1727
15922 msgid "definition provided for explicit instantiation"
15923 msgstr ""
15924
15925 #: cp/pt.c:1735
15926 msgid "too many template parameter lists in declaration of %qD"
15927 msgstr ""
15928
15929 #: cp/pt.c:1738
15930 msgid "too few template parameter lists in declaration of %qD"
15931 msgstr ""
15932
15933 #: cp/pt.c:1740
15934 msgid "explicit specialization of %qD must be introduced by `template <>'"
15935 msgstr ""
15936
15937 #: cp/pt.c:1759
15938 msgid "function template partial specialization %qD is not allowed"
15939 msgstr ""
15940
15941 #: cp/pt.c:1791
15942 msgid "default argument specified in explicit specialization"
15943 msgstr ""
15944
15945 #: cp/pt.c:1795
15946 msgid "template specialization with C linkage"
15947 msgstr ""
15948
15949 #. From [temp.expl.spec]:
15950 #.
15951 #. If such an explicit specialization for the member
15952 #. of a class template names an implicitly-declared
15953 #. special member function (clause _special_), the
15954 #. program is ill-formed.
15955 #.
15956 #. Similar language is found in [temp.explicit].
15957 #: cp/pt.c:1879
15958 msgid "specialization of implicitly-declared special member function"
15959 msgstr ""
15960
15961 #: cp/pt.c:1923
15962 msgid "no member function %qD declared in %qT"
15963 msgstr ""
15964
15965 #. There are two many template parameter lists.
15966 #: cp/pt.c:2073
15967 msgid "too many template parameter lists in declaration of %qT"
15968 msgstr ""
15969
15970 #: cp/pt.c:2167
15971 msgid " shadows template parm %q#D"
15972 msgstr ""
15973
15974 #: cp/pt.c:2569
15975 msgid "template parameters not used in partial specialization:"
15976 msgstr ""
15977
15978 #: cp/pt.c:2573
15979 msgid "        %qD"
15980 msgstr ""
15981
15982 #: cp/pt.c:2584
15983 msgid "partial specialization %qT does not specialize any template arguments"
15984 msgstr ""
15985
15986 #: cp/pt.c:2609
15987 #, c-format
15988 msgid "template argument %qE involves template parameter(s)"
15989 msgstr ""
15990
15991 #: cp/pt.c:2653
15992 msgid "type %qT of template argument %qE depends on template parameter(s)"
15993 msgstr ""
15994
15995 #: cp/pt.c:2740
15996 msgid "no default argument for %qD"
15997 msgstr ""
15998
15999 #: cp/pt.c:2897
16000 msgid "template with C linkage"
16001 msgstr ""
16002
16003 #: cp/pt.c:2900
16004 msgid "template class without a name"
16005 msgstr ""
16006
16007 #. [temp.mem]
16008 #.
16009 #. A destructor shall not be a member template.
16010 #: cp/pt.c:2908
16011 msgid "destructor %qD declared as member template"
16012 msgstr ""
16013
16014 #. [basic.stc.dynamic.allocation]
16015 #.
16016 #. An allocation function can be a function
16017 #. template. ... Template allocation functions shall
16018 #. have two or more parameters.
16019 #: cp/pt.c:2923
16020 msgid "invalid template declaration of %qD"
16021 msgstr ""
16022
16023 #: cp/pt.c:3004
16024 msgid "%qD does not declare a template type"
16025 msgstr ""
16026
16027 #: cp/pt.c:3010
16028 msgid "template definition of non-template %q#D"
16029 msgstr ""
16030
16031 #: cp/pt.c:3052
16032 msgid "expected %d levels of template parms for %q#D, got %d"
16033 msgstr ""
16034
16035 #: cp/pt.c:3064
16036 msgid "got %d template parameters for %q#D"
16037 msgstr ""
16038
16039 #: cp/pt.c:3067
16040 msgid "got %d template parameters for %q#T"
16041 msgstr ""
16042
16043 #: cp/pt.c:3069
16044 #, c-format
16045 msgid "  but %d required"
16046 msgstr ""
16047
16048 #: cp/pt.c:3154
16049 msgid "%qT is not a template type"
16050 msgstr ""
16051
16052 #: cp/pt.c:3170
16053 msgid "previous declaration %qD"
16054 msgstr ""
16055
16056 #: cp/pt.c:3171
16057 #, c-format
16058 msgid "used %d template parameter%s instead of %d"
16059 msgstr ""
16060
16061 #: cp/pt.c:3191
16062 msgid "template parameter %q#D"
16063 msgstr ""
16064
16065 #: cp/pt.c:3192
16066 msgid "redeclared here as %q#D"
16067 msgstr ""
16068
16069 #. We have in [temp.param]:
16070 #.
16071 #. A template-parameter may not be given default arguments
16072 #. by two different declarations in the same scope.
16073 #: cp/pt.c:3202
16074 msgid "redefinition of default argument for %q#D"
16075 msgstr ""
16076
16077 #: cp/pt.c:3203
16078 msgid "%J  original definition appeared here"
16079 msgstr ""
16080
16081 #: cp/pt.c:3349
16082 #, c-format
16083 msgid "%qE is not a valid template argument"
16084 msgstr ""
16085
16086 #: cp/pt.c:3353
16087 msgid "it must be the address of a function with external linkage"
16088 msgstr ""
16089
16090 #: cp/pt.c:3355
16091 msgid "it must be the address of an object with external linkage"
16092 msgstr ""
16093
16094 #: cp/pt.c:3358
16095 msgid "it must be a pointer-to-member of the form %<&X::Y%>"
16096 msgstr ""
16097
16098 #: cp/pt.c:3369
16099 #, c-format
16100 msgid ""
16101 "string literal %qE is not a valid template argument because it is the "
16102 "address of an object with static linkage"
16103 msgstr ""
16104
16105 #: cp/pt.c:3385
16106 #, c-format
16107 msgid "address of non-extern %qE cannot be used as template argument"
16108 msgstr ""
16109
16110 #: cp/pt.c:3395
16111 #, c-format
16112 msgid "non-constant %qE cannot be used as template argument"
16113 msgstr ""
16114
16115 #: cp/pt.c:3402
16116 msgid "type %qT cannot be used as a value for a non-type template-parameter"
16117 msgstr ""
16118
16119 #: cp/pt.c:3405
16120 msgid "invalid use of %qD as a non-type template-argument"
16121 msgstr ""
16122
16123 #: cp/pt.c:3407
16124 #, c-format
16125 msgid "invalid use of %qE as a non-type template-argument"
16126 msgstr ""
16127
16128 #: cp/pt.c:3785
16129 msgid "to refer to a type member of a template parameter, use %<typename %E%>"
16130 msgstr ""
16131
16132 #: cp/pt.c:3799 cp/pt.c:3818 cp/pt.c:3858
16133 msgid "type/value mismatch at argument %d in template parameter list for %qD"
16134 msgstr ""
16135
16136 #: cp/pt.c:3803
16137 msgid "  expected a constant of type %qT, got %qT"
16138 msgstr ""
16139
16140 #: cp/pt.c:3807
16141 #, c-format
16142 msgid "  expected a class template, got %qE"
16143 msgstr ""
16144
16145 #: cp/pt.c:3809
16146 #, c-format
16147 msgid "  expected a type, got %qE"
16148 msgstr ""
16149
16150 #: cp/pt.c:3822
16151 msgid "  expected a type, got %qT"
16152 msgstr ""
16153
16154 #: cp/pt.c:3824
16155 msgid "  expected a class template, got %qT"
16156 msgstr ""
16157
16158 #: cp/pt.c:3861
16159 msgid "  expected a template of type %qD, got %qD"
16160 msgstr ""
16161
16162 #: cp/pt.c:3897
16163 msgid "could not convert template argument %qE to %qT"
16164 msgstr ""
16165
16166 #: cp/pt.c:3936
16167 #, c-format
16168 msgid "wrong number of template arguments (%d, should be %d)"
16169 msgstr ""
16170
16171 #: cp/pt.c:3940
16172 msgid "provided for %qD"
16173 msgstr ""
16174
16175 #: cp/pt.c:3968
16176 #, c-format
16177 msgid "template argument %d is invalid"
16178 msgstr ""
16179
16180 #: cp/pt.c:4189
16181 msgid "non-template used as template"
16182 msgstr ""
16183
16184 #: cp/pt.c:4324
16185 msgid "non-template type %qT used as a template"
16186 msgstr ""
16187
16188 #: cp/pt.c:4326
16189 msgid "for template declaration %qD"
16190 msgstr ""
16191
16192 #: cp/pt.c:4963
16193 msgid ""
16194 "template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN "
16195 "to increase the maximum) instantiating %qD"
16196 msgstr ""
16197
16198 #: cp/pt.c:5402
16199 msgid "ambiguous class template instantiation for %q#T"
16200 msgstr ""
16201
16202 #: cp/pt.c:5408
16203 msgid "%s %+#T"
16204 msgstr ""
16205
16206 #: cp/pt.c:6431 cp/pt.c:6552
16207 msgid "instantiation of %qD as type %qT"
16208 msgstr ""
16209
16210 #: cp/pt.c:6594
16211 msgid "invalid parameter type %qT"
16212 msgstr ""
16213
16214 #: cp/pt.c:6596
16215 msgid "in declaration %qD"
16216 msgstr ""
16217
16218 #: cp/pt.c:6670
16219 msgid "creating pointer to member function of non-class type %qT"
16220 msgstr ""
16221
16222 #: cp/pt.c:6840
16223 msgid "creating array with size zero"
16224 msgstr ""
16225
16226 #: cp/pt.c:6854
16227 #, c-format
16228 msgid "creating array with size zero (%qE)"
16229 msgstr ""
16230
16231 #: cp/pt.c:7071
16232 msgid "forming reference to void"
16233 msgstr ""
16234
16235 #: cp/pt.c:7073
16236 msgid "forming %s to reference type %qT"
16237 msgstr ""
16238
16239 #: cp/pt.c:7110
16240 msgid "creating pointer to member of non-class type %qT"
16241 msgstr ""
16242
16243 #: cp/pt.c:7116
16244 msgid "creating pointer to member reference type %qT"
16245 msgstr ""
16246
16247 #: cp/pt.c:7186
16248 msgid "creating array of %qT"
16249 msgstr ""
16250
16251 #: cp/pt.c:7192
16252 msgid "creating array of %qT, which is an abstract class type"
16253 msgstr ""
16254
16255 #: cp/pt.c:7236
16256 msgid "%qT is not a class, struct, or union type"
16257 msgstr ""
16258
16259 #: cp/pt.c:7322
16260 #, c-format
16261 msgid "use of `%s' in template"
16262 msgstr ""
16263
16264 #: cp/pt.c:7447
16265 #, c-format
16266 msgid ""
16267 "dependent-name %qE is parsed as a non-type, but instantiation yields a type"
16268 msgstr ""
16269
16270 #: cp/pt.c:7449
16271 msgid "say %<typename %E%> if a type is meant"
16272 msgstr ""
16273
16274 #: cp/pt.c:8591
16275 msgid "%qT is not a class or namespace"
16276 msgstr ""
16277
16278 #: cp/pt.c:8594
16279 msgid "%qD is not a class or namespace"
16280 msgstr ""
16281
16282 #: cp/pt.c:8719
16283 msgid "%qT uses anonymous type"
16284 msgstr ""
16285
16286 #: cp/pt.c:8721
16287 msgid "%qT uses local type %qT"
16288 msgstr ""
16289
16290 #: cp/pt.c:8729
16291 msgid "%qT is a variably modified type"
16292 msgstr ""
16293
16294 #: cp/pt.c:8740
16295 #, c-format
16296 msgid "integral expression %qE is not constant"
16297 msgstr ""
16298
16299 #: cp/pt.c:8745
16300 msgid "  trying to instantiate %qD"
16301 msgstr ""
16302
16303 #: cp/pt.c:9261
16304 msgid "incomplete type unification"
16305 msgstr ""
16306
16307 #: cp/pt.c:10579 cp/pt.c:10650
16308 msgid "explicit instantiation of non-template %q#D"
16309 msgstr ""
16310
16311 #: cp/pt.c:10595 cp/pt.c:10645
16312 msgid "no matching template for %qD found"
16313 msgstr ""
16314
16315 #: cp/pt.c:10601
16316 msgid "explicit instantiation of %q#D"
16317 msgstr ""
16318
16319 #: cp/pt.c:10637
16320 msgid "duplicate explicit instantiation of %q#D"
16321 msgstr ""
16322
16323 #: cp/pt.c:10659
16324 msgid "ISO C++ forbids the use of %<extern%> on explicit instantiations"
16325 msgstr ""
16326
16327 #: cp/pt.c:10664 cp/pt.c:10754
16328 msgid "storage class %qD applied to template instantiation"
16329 msgstr ""
16330
16331 #: cp/pt.c:10726
16332 msgid "explicit instantiation of non-template type %qT"
16333 msgstr ""
16334
16335 #: cp/pt.c:10735
16336 msgid "explicit instantiation of %q#T before definition of template"
16337 msgstr ""
16338
16339 #: cp/pt.c:10743
16340 #, c-format
16341 msgid "ISO C++ forbids the use of `%E' on explicit instantiations"
16342 msgstr ""
16343
16344 #: cp/pt.c:10788
16345 msgid "duplicate explicit instantiation of %q#T"
16346 msgstr ""
16347
16348 #: cp/pt.c:11153
16349 msgid "explicit instantiation of %qD but no definition available"
16350 msgstr ""
16351
16352 #: cp/pt.c:11297
16353 msgid ""
16354 "template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN "
16355 "to increase the maximum) instantiating %q+D, possibly from virtual table "
16356 "generation"
16357 msgstr ""
16358
16359 #: cp/pt.c:11576
16360 msgid "%q#T is not a valid type for a template constant parameter"
16361 msgstr ""
16362
16363 #: cp/repo.c:112
16364 msgid "-frepo must be used with -c"
16365 msgstr ""
16366
16367 #: cp/repo.c:200
16368 #, c-format
16369 msgid "mysterious repository information in %s"
16370 msgstr ""
16371
16372 #: cp/repo.c:214
16373 #, c-format
16374 msgid "can't create repository information file `%s'"
16375 msgstr ""
16376
16377 #: cp/rtti.c:243
16378 msgid "cannot use typeid with -fno-rtti"
16379 msgstr ""
16380
16381 #: cp/rtti.c:249
16382 msgid "must #include <typeinfo> before using typeid"
16383 msgstr ""
16384
16385 #: cp/rtti.c:321
16386 msgid ""
16387 "cannot create type information for type `%T' because its size is variable"
16388 msgstr ""
16389
16390 #: cp/rtti.c:573 cp/rtti.c:587
16391 msgid "dynamic_cast of `%#D' to `%#T' can never succeed"
16392 msgstr ""
16393
16394 #: cp/rtti.c:666
16395 msgid "cannot dynamic_cast `%E' (of type `%#T') to type `%#T' (%s)"
16396 msgstr ""
16397
16398 #: cp/search.c:237
16399 msgid "`%T' is an ambiguous base of `%T'"
16400 msgstr ""
16401
16402 #: cp/search.c:255
16403 msgid "`%T' is an inaccessible base of `%T'"
16404 msgstr ""
16405
16406 #: cp/search.c:1743
16407 msgid "invalid covariant return type for `%#D'"
16408 msgstr ""
16409
16410 #: cp/search.c:1744 cp/search.c:1750
16411 msgid "  overriding `%#D'"
16412 msgstr ""
16413
16414 #: cp/search.c:1748
16415 msgid "conflicting return type specified for `%#D'"
16416 msgstr ""
16417
16418 #: cp/search.c:1759
16419 #, c-format
16420 msgid "looser throw specifier for `%#F'"
16421 msgstr ""
16422
16423 #: cp/search.c:1760
16424 #, c-format
16425 msgid "  overriding `%#F'"
16426 msgstr ""
16427
16428 #. A static member function cannot match an inherited
16429 #. virtual member function.
16430 #: cp/search.c:1853
16431 msgid "`%#D' cannot be declared"
16432 msgstr ""
16433
16434 #: cp/search.c:1854
16435 msgid "  since `%#D' declared in base class"
16436 msgstr ""
16437
16438 #: cp/semantics.c:1133
16439 #, c-format
16440 msgid "type of asm operand `%E' could not be determined"
16441 msgstr ""
16442
16443 #: cp/semantics.c:1266
16444 msgid "invalid use of member `%D' in static member function"
16445 msgstr ""
16446
16447 #: cp/semantics.c:1269
16448 msgid "invalid use of non-static data member `%D'"
16449 msgstr ""
16450
16451 #: cp/semantics.c:1270 cp/semantics.c:1309
16452 msgid "from this location"
16453 msgstr ""
16454
16455 #: cp/semantics.c:1308
16456 msgid "object missing in reference to `%D'"
16457 msgstr ""
16458
16459 #: cp/semantics.c:1787
16460 msgid "arguments to destructor are not allowed"
16461 msgstr ""
16462
16463 #: cp/semantics.c:1837
16464 msgid "`this' is unavailable for static member functions"
16465 msgstr ""
16466
16467 #: cp/semantics.c:1843
16468 msgid "invalid use of `this' in non-member function"
16469 msgstr ""
16470
16471 #: cp/semantics.c:1845
16472 msgid "invalid use of `this' at top level"
16473 msgstr ""
16474
16475 #: cp/semantics.c:1869
16476 msgid "invalid qualifying scope in pseudo-destructor name"
16477 msgstr ""
16478
16479 #: cp/semantics.c:1889
16480 msgid "`%E' is not of type `%T'"
16481 msgstr ""
16482
16483 #: cp/semantics.c:1983
16484 msgid "template type parameters must use the keyword `class' or `typename'"
16485 msgstr ""
16486
16487 #: cp/semantics.c:2027
16488 msgid ""
16489 "invalid use of type `%T' as a default value for a template template-parameter"
16490 msgstr ""
16491
16492 #: cp/semantics.c:2030
16493 msgid ""
16494 "invalid use of `%D' as a default value for a template template-parameter"
16495 msgstr ""
16496
16497 #: cp/semantics.c:2034
16498 msgid "invalid default argument for a template template parameter"
16499 msgstr ""
16500
16501 #: cp/semantics.c:2051
16502 msgid "definition of `%#T' inside template parameter list"
16503 msgstr ""
16504
16505 #: cp/semantics.c:2062
16506 msgid "invalid definition of qualified type `%T'"
16507 msgstr ""
16508
16509 #: cp/semantics.c:2076
16510 msgid "redefinition of `%#T'"
16511 msgstr ""
16512
16513 #: cp/semantics.c:2077
16514 msgid "previous definition of `%#T'"
16515 msgstr ""
16516
16517 #: cp/semantics.c:2253
16518 msgid "invalid base-class specification"
16519 msgstr ""
16520
16521 #: cp/semantics.c:2262
16522 msgid "base class `%T' has cv qualifiers"
16523 msgstr ""
16524
16525 #: cp/semantics.c:2295
16526 msgid "multiple declarators in template declaration"
16527 msgstr ""
16528
16529 #: cp/semantics.c:2307
16530 msgid "incomplete type `%T' used in nested name specifier"
16531 msgstr ""
16532
16533 #: cp/semantics.c:2310
16534 msgid "reference to `%T::%D' is ambiguous"
16535 msgstr ""
16536
16537 #: cp/semantics.c:2314 cp/typeck.c:1649
16538 msgid "`%D' is not a member of `%T'"
16539 msgstr ""
16540
16541 #: cp/semantics.c:2317
16542 msgid "`%D' is not a member of `%D'"
16543 msgstr ""
16544
16545 #: cp/semantics.c:2319
16546 msgid "`::%D' has not been declared"
16547 msgstr ""
16548
16549 #: cp/semantics.c:2442
16550 msgid ""
16551 "template parameter `%D' of type `%T' is not allowed in an integral constant "
16552 "expression because it is not of integral or enumeration type"
16553 msgstr ""
16554
16555 #: cp/semantics.c:2586
16556 msgid "`%D' cannot appear in a constant-expression"
16557 msgstr ""
16558
16559 #: cp/semantics.c:2594
16560 msgid "use of namespace `%D' as expression"
16561 msgstr ""
16562
16563 #: cp/semantics.c:2599
16564 msgid "use of class template `%T' as expression"
16565 msgstr ""
16566
16567 #. Ambiguous reference to base members.
16568 #: cp/semantics.c:2605
16569 msgid "request for member `%D' is ambiguous in multiple inheritance lattice"
16570 msgstr ""
16571
16572 #: cp/semantics.c:2666
16573 #, c-format
16574 msgid "use of %s from containing function"
16575 msgstr ""
16576
16577 #: cp/semantics.c:2669
16578 msgid "  `%#D' declared here"
16579 msgstr ""
16580
16581 #: cp/semantics.c:2720
16582 #, c-format
16583 msgid "type of `%E' is unknown"
16584 msgstr ""
16585
16586 #: cp/tree.c:226
16587 #, c-format
16588 msgid "non-lvalue in %s"
16589 msgstr ""
16590
16591 #: cp/tree.c:539
16592 msgid "`%V' qualifiers cannot be applied to `%T'"
16593 msgstr ""
16594
16595 #: cp/tree.c:1768
16596 #, c-format
16597 msgid "`%E' attribute can only be applied to Java class definitions"
16598 msgstr ""
16599
16600 #: cp/tree.c:1797
16601 #, c-format
16602 msgid "`%E' attribute can only be applied to class definitions"
16603 msgstr ""
16604
16605 #: cp/tree.c:1803
16606 #, c-format
16607 msgid "`%E' is obsolete; g++ vtables are now COM-compatible by default"
16608 msgstr ""
16609
16610 #: cp/tree.c:1827
16611 msgid "requested init_priority is not an integer constant"
16612 msgstr ""
16613
16614 #: cp/tree.c:1848
16615 #, c-format
16616 msgid ""
16617 "can only use `%E' attribute on file-scope definitions of objects of class "
16618 "type"
16619 msgstr ""
16620
16621 #: cp/tree.c:1856
16622 msgid "requested init_priority is out of range"
16623 msgstr ""
16624
16625 #: cp/tree.c:1866
16626 msgid "requested init_priority is reserved for internal use"
16627 msgstr ""
16628
16629 #: cp/tree.c:1876
16630 #, c-format
16631 msgid "`%E' attribute is not supported on this platform"
16632 msgstr ""
16633
16634 #: cp/typeck.c:434 cp/typeck.c:448 cp/typeck.c:540
16635 msgid "%s between distinct pointer types `%T' and `%T' lacks a cast"
16636 msgstr ""
16637
16638 #: cp/typeck.c:510
16639 #, c-format
16640 msgid ""
16641 "ISO C++ forbids %s between pointer of type `void *' and pointer-to-function"
16642 msgstr ""
16643
16644 #: cp/typeck.c:560
16645 msgid "%s between distinct pointer-to-member types `%T' and `%T' lacks a cast"
16646 msgstr ""
16647
16648 #: cp/typeck.c:1247
16649 #, c-format
16650 msgid "invalid application of `%s' to a member function"
16651 msgstr ""
16652
16653 #: cp/typeck.c:1280
16654 #, c-format
16655 msgid "invalid application of `%s' to a bit-field"
16656 msgstr ""
16657
16658 #: cp/typeck.c:1285
16659 #, c-format
16660 msgid "ISO C++ forbids applying `%s' to an expression of function type"
16661 msgstr ""
16662
16663 #: cp/typeck.c:1321
16664 msgid "invalid use of non-static member function"
16665 msgstr ""
16666
16667 #: cp/typeck.c:1506
16668 msgid "deprecated conversion from string constant to `%T'"
16669 msgstr ""
16670
16671 #: cp/typeck.c:1620 cp/typeck.c:1918
16672 msgid "request for member `%D' in `%E', which is of non-class type `%T'"
16673 msgstr ""
16674
16675 #: cp/typeck.c:1647
16676 #, c-format
16677 msgid "invalid use of nonstatic data member '%E'"
16678 msgstr ""
16679
16680 #: cp/typeck.c:1699 cp/typeck.c:1726
16681 msgid "invalid access to non-static data member `%D' of NULL object"
16682 msgstr ""
16683
16684 #: cp/typeck.c:1701 cp/typeck.c:1728
16685 msgid "(perhaps the `offsetof' macro was used incorrectly)"
16686 msgstr ""
16687
16688 #: cp/typeck.c:1813
16689 msgid "invalid use of `%D'"
16690 msgstr ""
16691
16692 #: cp/typeck.c:1839
16693 msgid "qualified type `%T' does not match destructor name `~%T'"
16694 msgstr ""
16695
16696 #: cp/typeck.c:1845
16697 msgid "the type being destroyed is `%T', but the destructor refers to `%T'"
16698 msgstr ""
16699
16700 #: cp/typeck.c:1964
16701 msgid "`%D::%D' is not a member of `%T'"
16702 msgstr ""
16703
16704 #: cp/typeck.c:1975
16705 msgid "`%T' is not a base of `%T'"
16706 msgstr ""
16707
16708 #: cp/typeck.c:1994
16709 msgid "'%D' has no member named '%E'"
16710 msgstr ""
16711
16712 #: cp/typeck.c:2009
16713 msgid "`%D' is not a member template function"
16714 msgstr ""
16715
16716 #. A pointer to incomplete type (other than cv void) can be
16717 #. dereferenced [expr.unary.op]/1
16718 #: cp/typeck.c:2116
16719 msgid "`%T' is not a pointer-to-object type"
16720 msgstr ""
16721
16722 #: cp/typeck.c:2141
16723 #, c-format
16724 msgid "invalid use of `%s' on pointer to member"
16725 msgstr ""
16726
16727 #: cp/typeck.c:2145
16728 #, c-format
16729 msgid "invalid type argument of `%s'"
16730 msgstr ""
16731
16732 #: cp/typeck.c:2147
16733 msgid "invalid type argument"
16734 msgstr ""
16735
16736 #: cp/typeck.c:2211
16737 msgid "array subscript has type `char'"
16738 msgstr ""
16739
16740 #: cp/typeck.c:2252
16741 msgid "ISO C++ forbids subscripting non-lvalue array"
16742 msgstr ""
16743
16744 #: cp/typeck.c:2263
16745 msgid "subscripting array declared `register'"
16746 msgstr ""
16747
16748 #: cp/typeck.c:2346
16749 #, c-format
16750 msgid "object missing in use of `%E'"
16751 msgstr ""
16752
16753 #: cp/typeck.c:2447
16754 msgid "ISO C++ forbids calling `::main' from within program"
16755 msgstr ""
16756
16757 #: cp/typeck.c:2472
16758 #, c-format
16759 msgid "must use .* or ->* to call pointer-to-member function in `%E (...)'"
16760 msgstr ""
16761
16762 #: cp/typeck.c:2485
16763 #, c-format
16764 msgid "`%E' cannot be used as a function"
16765 msgstr ""
16766
16767 #: cp/typeck.c:2564
16768 msgid "too many arguments to %s `%+#D'"
16769 msgstr ""
16770
16771 #: cp/typeck.c:2566 cp/typeck.c:2672
16772 msgid "at this point in file"
16773 msgstr ""
16774
16775 #: cp/typeck.c:2569
16776 msgid "too many arguments to function"
16777 msgstr ""
16778
16779 #: cp/typeck.c:2603
16780 msgid "parameter %P of `%D' has incomplete type `%T'"
16781 msgstr ""
16782
16783 #: cp/typeck.c:2606
16784 msgid "parameter %P has incomplete type `%T'"
16785 msgstr ""
16786
16787 #: cp/typeck.c:2670
16788 msgid "too few arguments to %s `%+#D'"
16789 msgstr ""
16790
16791 #: cp/typeck.c:2675
16792 msgid "too few arguments to function"
16793 msgstr ""
16794
16795 #: cp/typeck.c:2822 cp/typeck.c:2832
16796 msgid "assuming cast to type `%T' from overloaded function"
16797 msgstr ""
16798
16799 #: cp/typeck.c:2893
16800 #, c-format
16801 msgid "division by zero in `%E / 0'"
16802 msgstr ""
16803
16804 #: cp/typeck.c:2895
16805 #, c-format
16806 msgid "division by zero in `%E / 0.'"
16807 msgstr ""
16808
16809 #: cp/typeck.c:2929
16810 #, c-format
16811 msgid "division by zero in `%E %% 0'"
16812 msgstr ""
16813
16814 #: cp/typeck.c:2931
16815 #, c-format
16816 msgid "division by zero in `%E %% 0.'"
16817 msgstr ""
16818
16819 #: cp/typeck.c:3011
16820 #, c-format
16821 msgid "%s rotate count is negative"
16822 msgstr ""
16823
16824 #: cp/typeck.c:3014
16825 #, c-format
16826 msgid "%s rotate count >= width of type"
16827 msgstr ""
16828
16829 #: cp/typeck.c:3048 cp/typeck.c:3053 cp/typeck.c:3149 cp/typeck.c:3154
16830 msgid "ISO C++ forbids comparison between pointer and integer"
16831 msgstr ""
16832
16833 #: cp/typeck.c:3190
16834 msgid "invalid operands of types `%T' and `%T' to binary `%O'"
16835 msgstr ""
16836
16837 #: cp/typeck.c:3352
16838 msgid "comparison between types `%#T' and `%#T'"
16839 msgstr ""
16840
16841 #: cp/typeck.c:3388
16842 msgid "comparison between signed and unsigned integer expressions"
16843 msgstr ""
16844
16845 #. Some sort of arithmetic operation involving NULL was
16846 #. performed.  Note that pointer-difference and pointer-addition
16847 #. have already been handled above, and so we don't end up here in
16848 #. that case.
16849 #: cp/typeck.c:3467
16850 msgid "NULL used in arithmetic"
16851 msgstr ""
16852
16853 #: cp/typeck.c:3525
16854 msgid "ISO C++ forbids using pointer of type `void *' in subtraction"
16855 msgstr ""
16856
16857 #: cp/typeck.c:3527
16858 msgid "ISO C++ forbids using pointer to a function in subtraction"
16859 msgstr ""
16860
16861 #: cp/typeck.c:3529
16862 msgid "ISO C++ forbids using pointer to a method in subtraction"
16863 msgstr ""
16864
16865 #: cp/typeck.c:3541
16866 msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
16867 msgstr ""
16868
16869 #: cp/typeck.c:3617
16870 #, c-format
16871 msgid ""
16872 "invalid use of '%E' to form a pointer-to-member-function.  Use a qualified-"
16873 "id."
16874 msgstr ""
16875
16876 #: cp/typeck.c:3623
16877 #, c-format
16878 msgid ""
16879 "parenthesis around '%E' cannot be used to form a pointer-to-member-function"
16880 msgstr ""
16881
16882 #: cp/typeck.c:3645
16883 msgid "taking address of temporary"
16884 msgstr ""
16885
16886 #: cp/typeck.c:3876
16887 #, c-format
16888 msgid "ISO C++ forbids %sing an enum"
16889 msgstr ""
16890
16891 #: cp/typeck.c:3887
16892 msgid "cannot %s a pointer to incomplete type `%T'"
16893 msgstr ""
16894
16895 #: cp/typeck.c:3893
16896 msgid "ISO C++ forbids %sing a pointer of type `%T'"
16897 msgstr ""
16898
16899 #: cp/typeck.c:3918
16900 msgid "cast to non-reference type used as lvalue"
16901 msgstr ""
16902
16903 #: cp/typeck.c:3953
16904 msgid "invalid use of `--' on bool variable `%D'"
16905 msgstr ""
16906
16907 #. ARM $3.4
16908 #: cp/typeck.c:3982
16909 msgid "ISO C++ forbids taking address of function `::main'"
16910 msgstr ""
16911
16912 #. An expression like &memfn.
16913 #: cp/typeck.c:4036
16914 msgid ""
16915 "ISO C++ forbids taking the address of an unqualified or parenthesized non-"
16916 "static member function to form a pointer to member function.  Say `&%T::%D'"
16917 msgstr ""
16918
16919 #: cp/typeck.c:4041
16920 msgid ""
16921 "ISO C++ forbids taking the address of a bound member function to form a "
16922 "pointer to member function.  Say `&%T::%D'"
16923 msgstr ""
16924
16925 #: cp/typeck.c:4069
16926 msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
16927 msgstr ""
16928
16929 #: cp/typeck.c:4121
16930 msgid "attempt to take address of bit-field structure member `%D'"
16931 msgstr ""
16932
16933 #: cp/typeck.c:4233
16934 msgid "taking address of destructor"
16935 msgstr ""
16936
16937 #: cp/typeck.c:4246
16938 msgid "taking address of bound pointer-to-member expression"
16939 msgstr ""
16940
16941 #: cp/typeck.c:4254
16942 msgid "cannot create pointer to reference member `%D'"
16943 msgstr ""
16944
16945 #: cp/typeck.c:4317
16946 msgid "cannot take the address of `this', which is an rvalue expression"
16947 msgstr ""
16948
16949 #: cp/typeck.c:4336
16950 msgid "address requested for `%D', which is declared `register'"
16951 msgstr ""
16952
16953 #: cp/typeck.c:4402
16954 #, c-format
16955 msgid "%s expression list treated as compound expression"
16956 msgstr ""
16957
16958 #: cp/typeck.c:4476
16959 msgid "%s from type `%T' to type `%T' casts away constness"
16960 msgstr ""
16961
16962 #: cp/typeck.c:4678
16963 msgid "invalid static_cast from type `%T' to type `%T'"
16964 msgstr ""
16965
16966 #: cp/typeck.c:4721
16967 msgid ""
16968 "invalid reinterpret_cast of an rvalue expression of type `%T' to type `%T'"
16969 msgstr ""
16970
16971 #: cp/typeck.c:4741
16972 msgid "reinterpret_cast from `%T' to `%T' loses precision"
16973 msgstr ""
16974
16975 #: cp/typeck.c:4760
16976 msgid ""
16977 "ISO C++ forbids casting between pointer-to-function and pointer-to-object"
16978 msgstr ""
16979
16980 #: cp/typeck.c:4766
16981 msgid "invalid reinterpret_cast from type `%T' to type `%T'"
16982 msgstr ""
16983
16984 #: cp/typeck.c:4794
16985 msgid ""
16986 "invalid use of const_cast with type `%T', which is not a pointer, reference, "
16987 "nor a pointer-to-data-member type"
16988 msgstr ""
16989
16990 #: cp/typeck.c:4797
16991 msgid ""
16992 "invalid use of const_cast with type `%T', which is a pointer or reference to "
16993 "a function type"
16994 msgstr ""
16995
16996 #: cp/typeck.c:4820
16997 msgid "invalid const_cast of an rvalue of type `%T' to type `%T'"
16998 msgstr ""
16999
17000 #: cp/typeck.c:4837
17001 msgid "invalid const_cast from type `%T' to type `%T'"
17002 msgstr ""
17003
17004 #: cp/typeck.c:4884 cp/typeck.c:4889
17005 msgid "ISO C++ forbids casting to an array type `%T'"
17006 msgstr ""
17007
17008 #: cp/typeck.c:4897
17009 msgid "invalid cast to function type `%T'"
17010 msgstr ""
17011
17012 #: cp/typeck.c:4953
17013 msgid "cast from `%T' to `%T' discards qualifiers from pointer target type"
17014 msgstr ""
17015
17016 #: cp/typeck.c:5001
17017 msgid "cast from `%T' to `%T' increases required alignment of target type"
17018 msgstr ""
17019
17020 #: cp/typeck.c:5186
17021 msgid "  in evaluation of `%Q(%#T, %#T)'"
17022 msgstr ""
17023
17024 #: cp/typeck.c:5255
17025 msgid "incompatible types in assignment of `%T' to `%T'"
17026 msgstr ""
17027
17028 #: cp/typeck.c:5262
17029 msgid "ISO C++ forbids assignment of arrays"
17030 msgstr ""
17031
17032 #: cp/typeck.c:5369
17033 msgid "   in pointer to member function conversion"
17034 msgstr ""
17035
17036 #: cp/typeck.c:5375
17037 msgid "   in pointer to member conversion"
17038 msgstr ""
17039
17040 #. This is a reinterpret cast, we choose to do nothing.
17041 #: cp/typeck.c:5385 cp/typeck.c:5401
17042 msgid "pointer to member cast via virtual base `%T'"
17043 msgstr ""
17044
17045 #: cp/typeck.c:5404
17046 msgid "pointer to member conversion via virtual base `%T'"
17047 msgstr ""
17048
17049 #: cp/typeck.c:5477
17050 msgid "invalid conversion to type `%T' from type `%T'"
17051 msgstr ""
17052
17053 #: cp/typeck.c:5639
17054 msgid "passing NULL used for non-pointer %s %P of `%D'"
17055 msgstr ""
17056
17057 #: cp/typeck.c:5642
17058 msgid "%s to non-pointer type `%T' from NULL"
17059 msgstr ""
17060
17061 #: cp/typeck.c:5650
17062 msgid "passing `%T' for %s %P of `%D'"
17063 msgstr ""
17064
17065 #: cp/typeck.c:5653
17066 msgid "%s to `%T' from `%T'"
17067 msgstr ""
17068
17069 #: cp/typeck.c:5662
17070 msgid "passing negative value `%E' for %s %P of `%D'"
17071 msgstr ""
17072
17073 #: cp/typeck.c:5665
17074 msgid "%s of negative value `%E' to `%T'"
17075 msgstr ""
17076
17077 #: cp/typeck.c:5752
17078 msgid "cannot convert `%T' to `%T' for argument `%P' to `%D'"
17079 msgstr ""
17080
17081 #: cp/typeck.c:5755
17082 msgid "cannot convert `%T' to `%T' in %s"
17083 msgstr ""
17084
17085 #: cp/typeck.c:5832 cp/typeck.c:5834
17086 msgid "in passing argument %P of `%+D'"
17087 msgstr ""
17088
17089 #: cp/typeck.c:5884
17090 msgid "returning reference to temporary"
17091 msgstr ""
17092
17093 #: cp/typeck.c:5891
17094 msgid "reference to non-lvalue returned"
17095 msgstr ""
17096
17097 #: cp/typeck.c:5903
17098 msgid "reference to local variable `%D' returned"
17099 msgstr ""
17100
17101 #: cp/typeck.c:5906
17102 msgid "address of local variable `%D' returned"
17103 msgstr ""
17104
17105 #: cp/typeck.c:5930
17106 msgid "function declared `noreturn' has a `return' statement"
17107 msgstr ""
17108
17109 #: cp/typeck.c:5936
17110 msgid "returning a value from a destructor"
17111 msgstr ""
17112
17113 #. If a return statement appears in a handler of the
17114 #. function-try-block of a constructor, the program is ill-formed.
17115 #: cp/typeck.c:5944
17116 msgid "cannot return from a handler of a function-try-block of a constructor"
17117 msgstr ""
17118
17119 #. You can't return a value from a constructor.
17120 #: cp/typeck.c:5947
17121 msgid "returning a value from a constructor"
17122 msgstr ""
17123
17124 #: cp/typeck.c:5970
17125 msgid "return-statement with no value, in function returning '%T'"
17126 msgstr ""
17127
17128 #: cp/typeck.c:5987
17129 msgid "return-statement with a value, in function returning 'void'"
17130 msgstr ""
17131
17132 #: cp/typeck.c:6009
17133 msgid ""
17134 "`operator new' must not return NULL unless it is declared `throw()' (or -"
17135 "fcheck-new is in effect)"
17136 msgstr ""
17137
17138 #: cp/typeck.c:6034
17139 msgid "`operator=' should return a reference to `*this'"
17140 msgstr ""
17141
17142 #: cp/typeck2.c:52
17143 msgid "type `%T' is not a base type for type `%T'"
17144 msgstr ""
17145
17146 #: cp/typeck2.c:292
17147 msgid "cannot declare variable `%+D' to be of abstract type `%T'"
17148 msgstr ""
17149
17150 #: cp/typeck2.c:295
17151 msgid "cannot declare parameter `%+D' to be of abstract type `%T'"
17152 msgstr ""
17153
17154 #: cp/typeck2.c:298
17155 msgid "cannot declare field `%+D' to be of abstract type `%T'"
17156 msgstr ""
17157
17158 #: cp/typeck2.c:302
17159 msgid "invalid abstract return type for member function `%+#D'"
17160 msgstr ""
17161
17162 #: cp/typeck2.c:305
17163 msgid "invalid abstract return type for function `%+#D'"
17164 msgstr ""
17165
17166 #. Here we do not have location information, so use error instead
17167 #. of cp_error_at.
17168 #: cp/typeck2.c:310
17169 msgid "invalid abstract type `%T' for `%E'"
17170 msgstr ""
17171
17172 #: cp/typeck2.c:312
17173 msgid "invalid abstract type for `%+D'"
17174 msgstr ""
17175
17176 #: cp/typeck2.c:315
17177 msgid "cannot allocate an object of abstract type `%T'"
17178 msgstr ""
17179
17180 #: cp/typeck2.c:323
17181 msgid "%J  because the following virtual functions are pure within `%T':"
17182 msgstr ""
17183
17184 #: cp/typeck2.c:327
17185 msgid "%J\t%#D"
17186 msgstr ""
17187
17188 #: cp/typeck2.c:334
17189 msgid "%J  since type `%T' has pure virtual functions"
17190 msgstr ""
17191
17192 #: cp/typeck2.c:580
17193 msgid "constructor syntax used, but no constructor declared for type `%T'"
17194 msgstr ""
17195
17196 #: cp/typeck2.c:593
17197 msgid "cannot initialize arrays using this syntax"
17198 msgstr ""
17199
17200 #: cp/typeck2.c:693
17201 msgid "initializing array with parameter list"
17202 msgstr ""
17203
17204 #: cp/typeck2.c:715
17205 msgid "int-array initialized from non-wide string"
17206 msgstr ""
17207
17208 #: cp/typeck2.c:748
17209 msgid "initializer for scalar variable requires one element"
17210 msgstr ""
17211
17212 #: cp/typeck2.c:755
17213 msgid "braces around scalar initializer for `%T'"
17214 msgstr ""
17215
17216 #: cp/typeck2.c:758
17217 msgid "ignoring extra initializers for `%T'"
17218 msgstr ""
17219
17220 #: cp/typeck2.c:770
17221 msgid "variable-sized object of type `%T' may not be initialized"
17222 msgstr ""
17223
17224 #: cp/typeck2.c:781
17225 msgid "subobject of type `%T' must be initialized by constructor, not by `%E'"
17226 msgstr ""
17227
17228 #: cp/typeck2.c:846
17229 msgid "aggregate has a partly bracketed initializer"
17230 msgstr ""
17231
17232 #: cp/typeck2.c:884 cp/typeck2.c:973
17233 msgid "non-trivial labeled initializers"
17234 msgstr ""
17235
17236 #: cp/typeck2.c:898
17237 msgid "non-empty initializer for array of empty elements"
17238 msgstr ""
17239
17240 #: cp/typeck2.c:1012 cp/typeck2.c:1028
17241 msgid "missing initializer for member `%D'"
17242 msgstr ""
17243
17244 #: cp/typeck2.c:1017
17245 msgid "uninitialized const member `%D'"
17246 msgstr ""
17247
17248 #: cp/typeck2.c:1019
17249 msgid "member `%D' with uninitialized const fields"
17250 msgstr ""
17251
17252 #: cp/typeck2.c:1022
17253 msgid "member `%D' is uninitialized reference"
17254 msgstr ""
17255
17256 #: cp/typeck2.c:1069
17257 msgid "index value instead of field name in union initializer"
17258 msgstr ""
17259
17260 #: cp/typeck2.c:1081
17261 msgid "no field `%D' in union being initialized"
17262 msgstr ""
17263
17264 #: cp/typeck2.c:1089
17265 msgid "union `%T' with no named members cannot be initialized"
17266 msgstr ""
17267
17268 #: cp/typeck2.c:1124
17269 msgid "excess elements in aggregate initializer"
17270 msgstr ""
17271
17272 #: cp/typeck2.c:1238
17273 msgid "circular pointer delegation detected"
17274 msgstr ""
17275
17276 #: cp/typeck2.c:1251
17277 msgid "base operand of `->' has non-pointer type `%T'"
17278 msgstr ""
17279
17280 #: cp/typeck2.c:1275
17281 msgid "result of `operator->()' yields non-pointer result"
17282 msgstr ""
17283
17284 #: cp/typeck2.c:1277
17285 msgid "base operand of `->' is not a pointer"
17286 msgstr ""
17287
17288 #: cp/typeck2.c:1301
17289 msgid "`%E' cannot be used as a member pointer, since it is of type `%T'"
17290 msgstr ""
17291
17292 #: cp/typeck2.c:1309
17293 msgid ""
17294 "cannot apply member pointer `%E' to `%E', which is of non-aggregate type `%T'"
17295 msgstr ""
17296
17297 #: cp/typeck2.c:1330
17298 msgid "pointer to member type `%T' incompatible with object type `%T'"
17299 msgstr ""
17300
17301 #: cp/typeck2.c:1552
17302 msgid "call to function `%D' which throws incomplete type `%#T'"
17303 msgstr ""
17304
17305 #: cp/typeck2.c:1555
17306 msgid "call to function which throws incomplete type `%#T'"
17307 msgstr ""
17308
17309 #. XXX Not i18n clean.
17310 #: cp/cp-tree.h:3806
17311 #, c-format
17312 msgid "%s is deprecated, please see the documentation for details"
17313 msgstr ""
17314
17315 #: fortran/f95-lang.c:242
17316 msgid "Unexpected type in truthvalue_conversion"
17317 msgstr ""
17318
17319 #: fortran/f95-lang.c:295
17320 #, c-format
17321 msgid "can't open input file: %s"
17322 msgstr ""
17323
17324 #: fortran/f95-lang.c:622
17325 #, c-format
17326 msgid "global register variable `%s' used in nested function"
17327 msgstr ""
17328
17329 #: fortran/f95-lang.c:626
17330 #, c-format
17331 msgid "register variable `%s' used in nested function"
17332 msgstr ""
17333
17334 #: fortran/f95-lang.c:633
17335 #, c-format
17336 msgid "address of global register variable `%s' requested"
17337 msgstr ""
17338
17339 #: fortran/f95-lang.c:651
17340 #, c-format
17341 msgid "address of register variable `%s' requested"
17342 msgstr ""
17343
17344 #: fortran/gfortranspec.c:231
17345 #, c-format
17346 msgid "overflowed output arg list for `%s'"
17347 msgstr ""
17348
17349 #: fortran/gfortranspec.c:375
17350 #, c-format
17351 msgid "argument to `%s' missing"
17352 msgstr ""
17353
17354 #: fortran/gfortranspec.c:379
17355 msgid "no input files; unwilling to write output files"
17356 msgstr ""
17357
17358 #: fortran/trans-array.c:2890
17359 msgid "Possible frontend bug: array constructor not expanded"
17360 msgstr ""
17361
17362 #: fortran/trans-array.c:3993
17363 msgid ""
17364 "Possible frontend bug: Deferred array size without pointer or allocatable "
17365 "attribute."
17366 msgstr ""
17367
17368 #: fortran/trans-array.c:4153
17369 msgid "scalar vector subscript???"
17370 msgstr ""
17371
17372 #: fortran/trans-array.c:4427
17373 #, c-format
17374 msgid "bad expression type during walk (%d)"
17375 msgstr ""
17376
17377 #: fortran/trans-const.c:329
17378 #, c-format
17379 msgid "gfc_conv_constant_to_tree(): invalid type: %s"
17380 msgstr ""
17381
17382 #: fortran/trans-decl.c:760
17383 msgid "intrinsic variable which isn't a procedure"
17384 msgstr ""
17385
17386 #: fortran/trans-decl.c:1896
17387 msgid "Function does not return a value"
17388 msgstr ""
17389
17390 #. I don't think this should ever happen.
17391 #: fortran/trans-decl.c:1995
17392 #, c-format
17393 msgid "module symbol %s in wrong namespace"
17394 msgstr ""
17395
17396 #: fortran/trans-decl.c:2009
17397 #, c-format
17398 msgid "backend decl for module variable %s already exists"
17399 msgstr ""
17400
17401 #: fortran/trans-decl.c:2093
17402 #, c-format
17403 msgid "unused parameter `%s'"
17404 msgstr ""
17405
17406 #: fortran/trans-decl.c:2099
17407 #, c-format
17408 msgid "unused variable `%s'"
17409 msgstr ""
17410
17411 #: fortran/trans-decl.c:2243
17412 msgid "Function return value not set"
17413 msgstr ""
17414
17415 #: fortran/trans-expr.c:950
17416 msgid "Unknown intrinsic op"
17417 msgstr ""
17418
17419 #: fortran/trans-intrinsic.c:585
17420 #, c-format
17421 msgid "Intrinsic function %s(%d) not recognized"
17422 msgstr ""
17423
17424 #: fortran/trans-io.c:934
17425 #, c-format
17426 msgid "Bad namelist IO basetype (%d)"
17427 msgstr ""
17428
17429 #: fortran/trans-io.c:1011
17430 msgid "A format cannot be specified with a namelist"
17431 msgstr ""
17432
17433 #: fortran/trans-io.c:1309
17434 #, c-format
17435 msgid "Bad IO basetype (%d)"
17436 msgstr ""
17437
17438 #: fortran/trans-types.c:189
17439 msgid "integer kind=8 not available for -i8 option"
17440 msgstr ""
17441
17442 #: fortran/trans-types.c:201
17443 msgid "real kind=8 not available for -r8 option"
17444 msgstr ""
17445
17446 #: fortran/trans-types.c:904
17447 msgid "Array element size too big"
17448 msgstr ""
17449
17450 #: fortran/trans.c:625
17451 msgid "gfc_trans_code(): Bad statement code"
17452 msgstr ""
17453
17454 #. I changed this from sorry(...) because it should not return.
17455 #. TODO: Remove gfc_todo_error before releasing version 1.0.
17456 #: fortran/trans.h:562
17457 msgid "gfc_todo: Not Implemented: "
17458 msgstr ""
17459
17460 #: java/check-init.c:469 java/parse.h:377
17461 #, c-format
17462 msgid "Variable `%s' may not have been initialized"
17463 msgstr ""
17464
17465 #: java/check-init.c:485
17466 #, c-format
17467 msgid "variable `%s' may not have been initialized"
17468 msgstr ""
17469
17470 #: java/check-init.c:896
17471 #, c-format
17472 msgid "internal error in check-init: tree code not implemented: %s"
17473 msgstr ""
17474
17475 #: java/check-init.c:968
17476 msgid "%Jfinal field `%D' may not have been initialized"
17477 msgstr ""
17478
17479 #: java/class.c:758
17480 msgid "bad method signature"
17481 msgstr ""
17482
17483 #: java/class.c:802
17484 msgid "misplaced ConstantValue attribute (not in any field)"
17485 msgstr ""
17486
17487 #: java/class.c:804
17488 #, c-format
17489 msgid "duplicate ConstantValue attribute for field '%s'"
17490 msgstr ""
17491
17492 #: java/class.c:815
17493 #, c-format
17494 msgid "ConstantValue attribute of field '%s' has wrong type"
17495 msgstr ""
17496
17497 #: java/class.c:1113
17498 #, c-format
17499 msgid "field '%s' not found in class"
17500 msgstr ""
17501
17502 #: java/class.c:1428
17503 msgid "%Jabstract method in non-abstract class"
17504 msgstr ""
17505
17506 #: java/class.c:2294
17507 msgid "%Jnon-static method '%D' overrides static method"
17508 msgstr ""
17509
17510 #: java/decl.c:1158
17511 msgid "%J'%D' used prior to declaration"
17512 msgstr ""
17513
17514 #: java/decl.c:1199
17515 #, c-format
17516 msgid "declaration of `%s' shadows a parameter"
17517 msgstr ""
17518
17519 #: java/decl.c:1202
17520 #, c-format
17521 msgid "declaration of `%s' shadows a symbol from the parameter list"
17522 msgstr ""
17523
17524 #: java/decl.c:1530
17525 msgid "%Jlabel '%D' used but not defined"
17526 msgstr ""
17527
17528 #: java/decl.c:1535
17529 msgid "%Jlabel '%D' defined but not used"
17530 msgstr ""
17531
17532 #: java/decl.c:1657
17533 msgid "%JIn %D: overlapped variable and exception ranges at %d"
17534 msgstr ""
17535
17536 #: java/decl.c:1721
17537 msgid "bad type in parameter debug info"
17538 msgstr ""
17539
17540 #: java/decl.c:1730
17541 msgid "%Jbad PC range for debug info for local '%D'"
17542 msgstr ""
17543
17544 #: java/expr.c:538
17545 msgid "stack underflow - dup* operation"
17546 msgstr ""
17547
17548 #: java/expr.c:1489
17549 #, c-format
17550 msgid ""
17551 "reference `%s' is ambiguous: appears in interface `%s' and interface `%s'"
17552 msgstr ""
17553
17554 #: java/expr.c:1517
17555 #, c-format
17556 msgid "field `%s' not found"
17557 msgstr ""
17558
17559 #: java/expr.c:1714
17560 msgid "ret instruction not implemented"
17561 msgstr ""
17562
17563 #: java/expr.c:1875
17564 #, c-format
17565 msgid "method '%s' not found in class"
17566 msgstr ""
17567
17568 #: java/expr.c:2065
17569 #, c-format
17570 msgid "failed to find class '%s'"
17571 msgstr ""
17572
17573 #: java/expr.c:2075
17574 #, c-format
17575 msgid "class '%s' has no method named '%s' matching signature '%s'"
17576 msgstr ""
17577
17578 #: java/expr.c:2085
17579 msgid "invokestatic on non static method"
17580 msgstr ""
17581
17582 #: java/expr.c:2090
17583 msgid "invokestatic on abstract method"
17584 msgstr ""
17585
17586 #: java/expr.c:2098
17587 msgid "invoke[non-static] on static method"
17588 msgstr ""
17589
17590 #: java/expr.c:2398
17591 #, c-format
17592 msgid "missing field '%s' in '%s'"
17593 msgstr ""
17594
17595 #: java/expr.c:2404
17596 #, c-format
17597 msgid "mismatching signature for field '%s' in '%s'"
17598 msgstr ""
17599
17600 #: java/expr.c:2426
17601 msgid "%Jassignment to final field '%D' not in field's class"
17602 msgstr ""
17603
17604 #: java/expr.c:2431
17605 msgid "%Jassignment to final static field `%D' not in class initializer"
17606 msgstr ""
17607
17608 #: java/expr.c:2440
17609 msgid "%Jassignment to final field '%D' not in constructor"
17610 msgstr ""
17611
17612 #: java/expr.c:2630
17613 msgid "invalid PC in line number table"
17614 msgstr ""
17615
17616 #: java/expr.c:2676
17617 #, c-format
17618 msgid "unreachable bytecode from %d to before %d"
17619 msgstr ""
17620
17621 #: java/expr.c:2718
17622 #, c-format
17623 msgid "unreachable bytecode from %d to the end of the method"
17624 msgstr ""
17625
17626 #. duplicate code from LOAD macro
17627 #: java/expr.c:3012
17628 msgid "unrecogized wide sub-instruction"
17629 msgstr ""
17630
17631 #: java/gjavah.c:691
17632 msgid "static field has same name as method"
17633 msgstr ""
17634
17635 #. FIXME: i18n bug here.  Order of prints should not be
17636 #. fixed.
17637 #: java/gjavah.c:849
17638 #, c-format
17639 msgid "ignored method `"
17640 msgstr ""
17641
17642 #: java/gjavah.c:851
17643 #, c-format
17644 msgid "' marked virtual\n"
17645 msgstr ""
17646
17647 #: java/gjavah.c:1199
17648 #, c-format
17649 msgid "couldn't find class %s"
17650 msgstr ""
17651
17652 #: java/gjavah.c:1206
17653 #, c-format
17654 msgid "parse error while reading %s"
17655 msgstr ""
17656
17657 #: java/gjavah.c:1432 java/gjavah.c:1534 java/gjavah.c:1609
17658 #, c-format
17659 msgid "unparseable signature: `%s'"
17660 msgstr ""
17661
17662 #: java/gjavah.c:1999
17663 msgid "Not a valid Java .class file."
17664 msgstr ""
17665
17666 #: java/gjavah.c:2007 java/jcf-parse.c:673
17667 msgid "error while parsing constant pool"
17668 msgstr ""
17669
17670 #: java/gjavah.c:2013
17671 #, c-format
17672 msgid "error in constant pool entry #%d"
17673 msgstr ""
17674
17675 #: java/gjavah.c:2156
17676 msgid "class is of array type\n"
17677 msgstr ""
17678
17679 #: java/gjavah.c:2164
17680 msgid "base class is of array type"
17681 msgstr ""
17682
17683 #: java/gjavah.c:2280
17684 #, c-format
17685 msgid "Try `gcjh --help' for more information.\n"
17686 msgstr ""
17687
17688 #: java/gjavah.c:2287
17689 #, c-format
17690 msgid ""
17691 "Usage: gcjh [OPTION]... CLASS...\n"
17692 "\n"
17693 msgstr ""
17694
17695 #: java/gjavah.c:2288
17696 #, c-format
17697 msgid ""
17698 "Generate C++ header files from .class files\n"
17699 "\n"
17700 msgstr ""
17701
17702 #: java/gjavah.c:2289
17703 #, c-format
17704 msgid "  -stubs                  Generate an implementation stub file\n"
17705 msgstr ""
17706
17707 #: java/gjavah.c:2290
17708 #, c-format
17709 msgid "  -jni                    Generate a JNI header or stub\n"
17710 msgstr ""
17711
17712 #: java/gjavah.c:2292
17713 #, c-format
17714 msgid "  -add TEXT               Insert TEXT into class body\n"
17715 msgstr ""
17716
17717 #: java/gjavah.c:2293
17718 #, c-format
17719 msgid "  -append TEXT            Insert TEXT after class declaration\n"
17720 msgstr ""
17721
17722 #: java/gjavah.c:2294
17723 #, c-format
17724 msgid "  -friend TEXT            Insert TEXT as `friend' declaration\n"
17725 msgstr ""
17726
17727 #: java/gjavah.c:2295
17728 #, c-format
17729 msgid "  -prepend TEXT           Insert TEXT before start of class\n"
17730 msgstr ""
17731
17732 #: java/gjavah.c:2297 java/jcf-dump.c:897
17733 #, c-format
17734 msgid "  --classpath PATH        Set path to find .class files\n"
17735 msgstr ""
17736
17737 #: java/gjavah.c:2298 java/jcf-dump.c:898
17738 #, c-format
17739 msgid "  -IDIR                   Append directory to class path\n"
17740 msgstr ""
17741
17742 #: java/gjavah.c:2299 java/jcf-dump.c:899
17743 #, c-format
17744 msgid "  --bootclasspath PATH    Override built-in class path\n"
17745 msgstr ""
17746
17747 #: java/gjavah.c:2300 java/jcf-dump.c:900
17748 #, c-format
17749 msgid "  --extdirs PATH          Set extensions directory path\n"
17750 msgstr ""
17751
17752 #: java/gjavah.c:2301
17753 #, c-format
17754 msgid "  -d DIRECTORY            Set output directory name\n"
17755 msgstr ""
17756
17757 #: java/gjavah.c:2302 java/jcf-dump.c:901 java/jv-scan.c:114
17758 #, c-format
17759 msgid "  -o FILE                 Set output file name\n"
17760 msgstr ""
17761
17762 #: java/gjavah.c:2303
17763 #, c-format
17764 msgid "  -td DIRECTORY           Set temporary directory name\n"
17765 msgstr ""
17766
17767 #: java/gjavah.c:2305 java/jcf-dump.c:903 java/jv-scan.c:116
17768 #, c-format
17769 msgid "  --help                  Print this help, then exit\n"
17770 msgstr ""
17771
17772 #: java/gjavah.c:2306 java/jcf-dump.c:904 java/jv-scan.c:117
17773 #, c-format
17774 msgid "  --version               Print version number, then exit\n"
17775 msgstr ""
17776
17777 #: java/gjavah.c:2307 java/jcf-dump.c:905
17778 #, c-format
17779 msgid "  -v, --verbose           Print extra information while running\n"
17780 msgstr ""
17781
17782 #: java/gjavah.c:2309
17783 #, c-format
17784 msgid ""
17785 "  -M                      Print all dependencies to stdout;\n"
17786 "                             suppress ordinary output\n"
17787 msgstr ""
17788
17789 #: java/gjavah.c:2311
17790 #, c-format
17791 msgid ""
17792 "  -MM                     Print non-system dependencies to stdout;\n"
17793 "                             suppress ordinary output\n"
17794 msgstr ""
17795
17796 #: java/gjavah.c:2313
17797 #, c-format
17798 msgid "  -MD                     Print all dependencies to stdout\n"
17799 msgstr ""
17800
17801 #: java/gjavah.c:2314
17802 #, c-format
17803 msgid "  -MMD                    Print non-system dependencies to stdout\n"
17804 msgstr ""
17805
17806 #: java/gjavah.c:2317 java/jcf-dump.c:907 java/jv-scan.c:119
17807 #, c-format
17808 msgid ""
17809 "For bug reporting instructions, please see:\n"
17810 "%s.\n"
17811 msgstr ""
17812
17813 #: java/gjavah.c:2345 java/gjavah.c:2459
17814 msgid "no classes specified"
17815 msgstr ""
17816
17817 #: java/gjavah.c:2438
17818 msgid "`-MG' option is unimplemented"
17819 msgstr ""
17820
17821 #: java/gjavah.c:2467
17822 msgid "can't specify both -o and -MD"
17823 msgstr ""
17824
17825 #: java/gjavah.c:2478
17826 #, c-format
17827 msgid "Processing %s\n"
17828 msgstr ""
17829
17830 #: java/gjavah.c:2484
17831 #, c-format
17832 msgid "%s: no such class"
17833 msgstr ""
17834
17835 #: java/gjavah.c:2488
17836 #, c-format
17837 msgid "Found in %s\n"
17838 msgstr ""
17839
17840 #: java/jcf-dump.c:814
17841 #, c-format
17842 msgid "Not a valid Java .class file.\n"
17843 msgstr ""
17844
17845 #: java/jcf-dump.c:820
17846 #, c-format
17847 msgid "error while parsing constant pool\n"
17848 msgstr ""
17849
17850 #: java/jcf-dump.c:826 java/jcf-parse.c:676
17851 #, c-format
17852 msgid "error in constant pool entry #%d\n"
17853 msgstr ""
17854
17855 #: java/jcf-dump.c:836
17856 #, c-format
17857 msgid "error while parsing fields\n"
17858 msgstr ""
17859
17860 #: java/jcf-dump.c:842
17861 #, c-format
17862 msgid "error while parsing methods\n"
17863 msgstr ""
17864
17865 #: java/jcf-dump.c:848
17866 #, c-format
17867 msgid "error while parsing final attributes\n"
17868 msgstr ""
17869
17870 #: java/jcf-dump.c:885
17871 #, c-format
17872 msgid "Try `jcf-dump --help' for more information.\n"
17873 msgstr ""
17874
17875 #: java/jcf-dump.c:892
17876 #, c-format
17877 msgid ""
17878 "Usage: jcf-dump [OPTION]... CLASS...\n"
17879 "\n"
17880 msgstr ""
17881
17882 #: java/jcf-dump.c:893
17883 #, c-format
17884 msgid ""
17885 "Display contents of a class file in readable form.\n"
17886 "\n"
17887 msgstr ""
17888
17889 #: java/jcf-dump.c:894
17890 #, c-format
17891 msgid "  -c                      Disassemble method bodies\n"
17892 msgstr ""
17893
17894 #: java/jcf-dump.c:895
17895 #, c-format
17896 msgid "  --javap                 Generate output in `javap' format\n"
17897 msgstr ""
17898
17899 #: java/jcf-dump.c:932 java/jcf-dump.c:1000
17900 #, c-format
17901 msgid "jcf-dump: no classes specified\n"
17902 msgstr ""
17903
17904 #: java/jcf-dump.c:1020
17905 #, c-format
17906 msgid "Cannot open '%s' for output.\n"
17907 msgstr ""
17908
17909 #: java/jcf-dump.c:1066
17910 #, c-format
17911 msgid "bad format of .zip/.jar archive\n"
17912 msgstr ""
17913
17914 #: java/jcf-dump.c:1184
17915 #, c-format
17916 msgid "Bad byte codes.\n"
17917 msgstr ""
17918
17919 #: java/jcf-io.c:535
17920 #, c-format
17921 msgid ""
17922 "source file for class `%s' is newer than its matching class file.  Source "
17923 "file `%s' used instead"
17924 msgstr ""
17925
17926 #: java/jcf-parse.c:360
17927 msgid "bad string constant"
17928 msgstr ""
17929
17930 #: java/jcf-parse.c:378
17931 #, c-format
17932 msgid "bad value constant type %d, index %d"
17933 msgstr ""
17934
17935 #: java/jcf-parse.c:557
17936 #, c-format
17937 msgid "can't reopen %s: %m"
17938 msgstr ""
17939
17940 #: java/jcf-parse.c:564
17941 #, c-format
17942 msgid "can't close %s: %m"
17943 msgstr ""
17944
17945 #: java/jcf-parse.c:659
17946 #, c-format
17947 msgid "cannot find file for class %s"
17948 msgstr ""
17949
17950 #: java/jcf-parse.c:670
17951 msgid "not a valid Java .class file"
17952 msgstr ""
17953
17954 #. FIXME - where was first time
17955 #: java/jcf-parse.c:688
17956 #, c-format
17957 msgid "reading class %s for the second time from %s"
17958 msgstr ""
17959
17960 #: java/jcf-parse.c:706
17961 msgid "error while parsing fields"
17962 msgstr ""
17963
17964 #: java/jcf-parse.c:709
17965 msgid "error while parsing methods"
17966 msgstr ""
17967
17968 #: java/jcf-parse.c:712
17969 msgid "error while parsing final attributes"
17970 msgstr ""
17971
17972 #: java/jcf-parse.c:729
17973 #, c-format
17974 msgid ""
17975 "the `java.lang.Object' that was found in `%s' didn't have the special zero-"
17976 "length `gnu.gcj.gcj-compiled' attribute.  This generally means that your "
17977 "classpath is incorrectly set.  Use `info gcj \"Input Options\"' to see the "
17978 "info page describing how to set the classpath"
17979 msgstr ""
17980
17981 #: java/jcf-parse.c:806
17982 msgid "missing Code attribute"
17983 msgstr ""
17984
17985 #: java/jcf-parse.c:1065
17986 msgid "%Hsource file seen twice on command line and will be compiled only once"
17987 msgstr ""
17988
17989 #: java/jcf-parse.c:1080
17990 msgid "no input file specified"
17991 msgstr ""
17992
17993 #: java/jcf-parse.c:1112
17994 #, c-format
17995 msgid "can't close input file %s: %m"
17996 msgstr ""
17997
17998 #: java/jcf-parse.c:1153
17999 #, c-format
18000 msgid "bad zip/jar file %s"
18001 msgstr ""
18002
18003 #: java/jcf-parse.c:1355
18004 #, c-format
18005 msgid "error while reading %s from zip file"
18006 msgstr ""
18007
18008 #: java/jcf-write.c:2658
18009 #, c-format
18010 msgid ""
18011 "internal error in generate_bytecode_insn - tree code not implemented: %s"
18012 msgstr ""
18013
18014 #: java/jcf-write.c:3030
18015 msgid "field initializer type mismatch"
18016 msgstr ""
18017
18018 #: java/jcf-write.c:3487
18019 #, c-format
18020 msgid "can't create directory %s: %m"
18021 msgstr ""
18022
18023 #: java/jcf-write.c:3520
18024 #, c-format
18025 msgid "can't open %s for writing: %m"
18026 msgstr ""
18027
18028 #: java/jcf-write.c:3540
18029 #, c-format
18030 msgid "can't create %s: %m"
18031 msgstr ""
18032
18033 #: java/jv-scan.c:99
18034 #, c-format
18035 msgid "Try `jv-scan --help' for more information.\n"
18036 msgstr ""
18037
18038 #: java/jv-scan.c:106
18039 #, c-format
18040 msgid ""
18041 "Usage: jv-scan [OPTION]... FILE...\n"
18042 "\n"
18043 msgstr ""
18044
18045 #: java/jv-scan.c:107
18046 #, c-format
18047 msgid ""
18048 "Print useful information read from Java source files.\n"
18049 "\n"
18050 msgstr ""
18051
18052 #: java/jv-scan.c:108
18053 #, c-format
18054 msgid "  --no-assert             Don't recognize the assert keyword\n"
18055 msgstr ""
18056
18057 #: java/jv-scan.c:109
18058 #, c-format
18059 msgid "  --complexity            Print cyclomatic complexity of input file\n"
18060 msgstr ""
18061
18062 #: java/jv-scan.c:110
18063 #, c-format
18064 msgid "  --encoding NAME         Specify encoding of input file\n"
18065 msgstr ""
18066
18067 #: java/jv-scan.c:111
18068 #, c-format
18069 msgid "  --print-main            Print name of class containing `main'\n"
18070 msgstr ""
18071
18072 #: java/jv-scan.c:112
18073 #, c-format
18074 msgid "  --list-class            List all classes defined in file\n"
18075 msgstr ""
18076
18077 #: java/jv-scan.c:113
18078 #, c-format
18079 msgid ""
18080 "  --list-filename         Print input filename when listing class names\n"
18081 msgstr ""
18082
18083 #: java/jv-scan.c:213
18084 msgid "only one of `--print-main', `--list-class', and `--complexity' allowed"
18085 msgstr ""
18086
18087 #: java/jv-scan.c:216
18088 #, c-format
18089 msgid "can't open output file `%s'"
18090 msgstr ""
18091
18092 #: java/jv-scan.c:251
18093 #, c-format
18094 msgid "file not found `%s'"
18095 msgstr ""
18096
18097 #: java/jv-scan.c:273
18098 #, c-format
18099 msgid "%s: error: "
18100 msgstr ""
18101
18102 #: java/jv-scan.c:285
18103 #, c-format
18104 msgid "%s: warning: "
18105 msgstr ""
18106
18107 #: java/jvgenmain.c:48
18108 #, c-format
18109 msgid "Usage: %s [OPTIONS]... CLASSNAMEmain [OUTFILE]\n"
18110 msgstr ""
18111
18112 #: java/jvgenmain.c:98
18113 #, c-format
18114 msgid "%s: Cannot open output file: %s\n"
18115 msgstr ""
18116
18117 #: java/jvgenmain.c:135
18118 #, c-format
18119 msgid "%s: Failed to close output file %s\n"
18120 msgstr ""
18121
18122 #: java/jvspec.c:418
18123 msgid "can't specify `-D' without `--main'\n"
18124 msgstr ""
18125
18126 #: java/jvspec.c:421
18127 #, c-format
18128 msgid "`%s' is not a valid class name"
18129 msgstr ""
18130
18131 #: java/jvspec.c:427
18132 msgid "--resource requires -o"
18133 msgstr ""
18134
18135 #: java/jvspec.c:434
18136 msgid "warning: already-compiled .class files ignored with -C"
18137 msgstr ""
18138
18139 #: java/jvspec.c:441
18140 msgid "cannot specify both -C and -o"
18141 msgstr ""
18142
18143 #: java/jvspec.c:453
18144 msgid "cannot create temporary file"
18145 msgstr ""
18146
18147 #: java/jvspec.c:481
18148 msgid "using both @FILE with multiple files not implemented"
18149 msgstr ""
18150
18151 #: java/jvspec.c:530
18152 msgid "cannot specify `main' class when not linking"
18153 msgstr ""
18154
18155 #: java/lang.c:619
18156 msgid "can't do dependency tracking with input from stdin"
18157 msgstr ""
18158
18159 #: java/lang.c:635
18160 msgid "couldn't determine target name for dependency tracking"
18161 msgstr ""
18162
18163 #: java/lex.c:256
18164 #, c-format
18165 msgid ""
18166 "unknown encoding: `%s'\n"
18167 "This might mean that your locale's encoding is not supported\n"
18168 "by your system's iconv(3) implementation.  If you aren't trying\n"
18169 "to use a particular encoding for your input file, try the\n"
18170 "`--encoding=UTF-8' option"
18171 msgstr ""
18172
18173 #: java/lex.c:626
18174 msgid "internal error - bad unget"
18175 msgstr ""
18176
18177 #: java/mangle.c:89
18178 #, c-format
18179 msgid "can't mangle %s"
18180 msgstr ""
18181
18182 #: java/mangle_name.c:140 java/mangle_name.c:210
18183 msgid "internal error - invalid Utf8 name"
18184 msgstr ""
18185
18186 #: ../../gcc-cvs/gcc/java/parse-scan.y:881 ../../gcc-cvs/gcc/java/parse.y:977
18187 #: ../../gcc-cvs/gcc/java/parse.y:1318 ../../gcc-cvs/gcc/java/parse.y:1379
18188 #: ../../gcc-cvs/gcc/java/parse.y:1590 ../../gcc-cvs/gcc/java/parse.y:1813
18189 #: ../../gcc-cvs/gcc/java/parse.y:1822 ../../gcc-cvs/gcc/java/parse.y:1833
18190 #: ../../gcc-cvs/gcc/java/parse.y:1844 ../../gcc-cvs/gcc/java/parse.y:1856
18191 #: ../../gcc-cvs/gcc/java/parse.y:1871 ../../gcc-cvs/gcc/java/parse.y:1888
18192 #: ../../gcc-cvs/gcc/java/parse.y:1890 ../../gcc-cvs/gcc/java/parse.y:1971
18193 #: ../../gcc-cvs/gcc/java/parse.y:2148 ../../gcc-cvs/gcc/java/parse.y:2217
18194 #: ../../gcc-cvs/gcc/java/parse.y:2381 ../../gcc-cvs/gcc/java/parse.y:2394
18195 #: ../../gcc-cvs/gcc/java/parse.y:2401 ../../gcc-cvs/gcc/java/parse.y:2408
18196 #: ../../gcc-cvs/gcc/java/parse.y:2419 ../../gcc-cvs/gcc/java/parse.y:2421
18197 #: ../../gcc-cvs/gcc/java/parse.y:2459 ../../gcc-cvs/gcc/java/parse.y:2461
18198 #: ../../gcc-cvs/gcc/java/parse.y:2463 ../../gcc-cvs/gcc/java/parse.y:2484
18199 #: ../../gcc-cvs/gcc/java/parse.y:2486 ../../gcc-cvs/gcc/java/parse.y:2488
18200 #: ../../gcc-cvs/gcc/java/parse.y:2504 ../../gcc-cvs/gcc/java/parse.y:2506
18201 #: ../../gcc-cvs/gcc/java/parse.y:2527 ../../gcc-cvs/gcc/java/parse.y:2529
18202 #: ../../gcc-cvs/gcc/java/parse.y:2531 ../../gcc-cvs/gcc/java/parse.y:2559
18203 #: ../../gcc-cvs/gcc/java/parse.y:2561 ../../gcc-cvs/gcc/java/parse.y:2563
18204 #: ../../gcc-cvs/gcc/java/parse.y:2565 ../../gcc-cvs/gcc/java/parse.y:2583
18205 #: ../../gcc-cvs/gcc/java/parse.y:2585 ../../gcc-cvs/gcc/java/parse.y:2596
18206 #: ../../gcc-cvs/gcc/java/parse.y:2607 ../../gcc-cvs/gcc/java/parse.y:2618
18207 #: ../../gcc-cvs/gcc/java/parse.y:2629 ../../gcc-cvs/gcc/java/parse.y:2640
18208 #: ../../gcc-cvs/gcc/java/parse.y:2653 ../../gcc-cvs/gcc/java/parse.y:2657
18209 #: ../../gcc-cvs/gcc/java/parse.y:2659 ../../gcc-cvs/gcc/java/parse.y:2672
18210 msgid "Missing term"
18211 msgstr ""
18212
18213 #: ../../gcc-cvs/gcc/java/parse-scan.y:883 ../../gcc-cvs/gcc/java/parse.y:751
18214 #: ../../gcc-cvs/gcc/java/parse.y:789 ../../gcc-cvs/gcc/java/parse.y:814
18215 #: ../../gcc-cvs/gcc/java/parse.y:998 ../../gcc-cvs/gcc/java/parse.y:1353
18216 #: ../../gcc-cvs/gcc/java/parse.y:1566 ../../gcc-cvs/gcc/java/parse.y:1568
18217 #: ../../gcc-cvs/gcc/java/parse.y:1798 ../../gcc-cvs/gcc/java/parse.y:1824
18218 #: ../../gcc-cvs/gcc/java/parse.y:1835 ../../gcc-cvs/gcc/java/parse.y:1846
18219 #: ../../gcc-cvs/gcc/java/parse.y:1858 ../../gcc-cvs/gcc/java/parse.y:1873
18220 msgid "';' expected"
18221 msgstr ""
18222
18223 #: ../../gcc-cvs/gcc/java/parse.y:749 ../../gcc-cvs/gcc/java/parse.y:787
18224 msgid "Missing name"
18225 msgstr ""
18226
18227 #: ../../gcc-cvs/gcc/java/parse.y:777
18228 #, c-format
18229 msgid "Ambiguous class: `%s' and `%s'"
18230 msgstr ""
18231
18232 #: ../../gcc-cvs/gcc/java/parse.y:812
18233 msgid "'*' expected"
18234 msgstr ""
18235
18236 #: ../../gcc-cvs/gcc/java/parse.y:826
18237 msgid "Class or interface declaration expected"
18238 msgstr ""
18239
18240 #: ../../gcc-cvs/gcc/java/parse.y:843
18241 #, c-format
18242 msgid "Modifier `%s' declared twice"
18243 msgstr ""
18244
18245 #: ../../gcc-cvs/gcc/java/parse.y:863 ../../gcc-cvs/gcc/java/parse.y:865
18246 msgid "Missing class name"
18247 msgstr ""
18248
18249 #: ../../gcc-cvs/gcc/java/parse.y:868 ../../gcc-cvs/gcc/java/parse.y:872
18250 #: ../../gcc-cvs/gcc/java/parse.y:880 ../../gcc-cvs/gcc/java/parse.y:1038
18251 #: ../../gcc-cvs/gcc/java/parse.y:1299 ../../gcc-cvs/gcc/java/parse.y:1301
18252 #: ../../gcc-cvs/gcc/java/parse.y:1633 ../../gcc-cvs/gcc/java/parse.y:1884
18253 #: ../../gcc-cvs/gcc/java/parse.y:1916 ../../gcc-cvs/gcc/java/parse.y:1978
18254 msgid "'{' expected"
18255 msgstr ""
18256
18257 #: ../../gcc-cvs/gcc/java/parse.y:882
18258 msgid "Missing super class name"
18259 msgstr ""
18260
18261 #: ../../gcc-cvs/gcc/java/parse.y:892 ../../gcc-cvs/gcc/java/parse.y:908
18262 msgid "Missing interface name"
18263 msgstr ""
18264
18265 #: ../../gcc-cvs/gcc/java/parse.y:992
18266 msgid "Missing variable initializer"
18267 msgstr ""
18268
18269 #: ../../gcc-cvs/gcc/java/parse.y:1009
18270 msgid "Invalid declaration"
18271 msgstr ""
18272
18273 #: ../../gcc-cvs/gcc/java/parse.y:1012 ../../gcc-cvs/gcc/java/parse.y:1097
18274 #: ../../gcc-cvs/gcc/java/parse.y:2163 ../../gcc-cvs/gcc/java/parse.y:2192
18275 #: ../../gcc-cvs/gcc/java/parse.y:2214 ../../gcc-cvs/gcc/java/parse.y:2218
18276 #: ../../gcc-cvs/gcc/java/parse.y:2253 ../../gcc-cvs/gcc/java/parse.y:2332
18277 #: ../../gcc-cvs/gcc/java/parse.y:2342 ../../gcc-cvs/gcc/java/parse.y:2352
18278 msgid "']' expected"
18279 msgstr ""
18280
18281 #: ../../gcc-cvs/gcc/java/parse.y:1016
18282 msgid "Unbalanced ']'"
18283 msgstr ""
18284
18285 #: ../../gcc-cvs/gcc/java/parse.y:1052
18286 msgid "Invalid method declaration, method name required"
18287 msgstr ""
18288
18289 #: ../../gcc-cvs/gcc/java/parse.y:1057 ../../gcc-cvs/gcc/java/parse.y:1062
18290 #: ../../gcc-cvs/gcc/java/parse.y:1067 ../../gcc-cvs/gcc/java/parse.y:2066
18291 msgid "Identifier expected"
18292 msgstr ""
18293
18294 #: ../../gcc-cvs/gcc/java/parse.y:1072 ../../gcc-cvs/gcc/java/parse.y:4743
18295 msgid "Invalid method declaration, return type required"
18296 msgstr ""
18297
18298 #: ../../gcc-cvs/gcc/java/parse.y:1092
18299 msgid "Discouraged form of returned type specification"
18300 msgstr ""
18301
18302 #: ../../gcc-cvs/gcc/java/parse.y:1095 ../../gcc-cvs/gcc/java/parse.y:1546
18303 #: ../../gcc-cvs/gcc/java/parse.y:1553 ../../gcc-cvs/gcc/java/parse.y:1562
18304 #: ../../gcc-cvs/gcc/java/parse.y:1564 ../../gcc-cvs/gcc/java/parse.y:1592
18305 #: ../../gcc-cvs/gcc/java/parse.y:1701 ../../gcc-cvs/gcc/java/parse.y:2008
18306 #: ../../gcc-cvs/gcc/java/parse.y:2061
18307 msgid "')' expected"
18308 msgstr ""
18309
18310 #: ../../gcc-cvs/gcc/java/parse.y:1111
18311 msgid "Missing formal parameter term"
18312 msgstr ""
18313
18314 #: ../../gcc-cvs/gcc/java/parse.y:1126 ../../gcc-cvs/gcc/java/parse.y:1131
18315 msgid "Missing identifier"
18316 msgstr ""
18317
18318 #: ../../gcc-cvs/gcc/java/parse.y:1151 ../../gcc-cvs/gcc/java/parse.y:1160
18319 msgid "Missing class type term"
18320 msgstr ""
18321
18322 #: ../../gcc-cvs/gcc/java/parse.y:1187
18323 #, c-format
18324 msgid ""
18325 "Can't define static initializer in class `%s'. Static initializer can only "
18326 "be defined in top-level classes"
18327 msgstr ""
18328
18329 #: ../../gcc-cvs/gcc/java/parse.y:1316
18330 msgid "Invalid interface type"
18331 msgstr ""
18332
18333 #: ../../gcc-cvs/gcc/java/parse.y:1485
18334 msgid "An empty declaration is a deprecated feature that should not be used"
18335 msgstr ""
18336
18337 #: ../../gcc-cvs/gcc/java/parse.y:1506 ../../gcc-cvs/gcc/java/parse.y:1680
18338 #: ../../gcc-cvs/gcc/java/parse.y:1682
18339 msgid "':' expected"
18340 msgstr ""
18341
18342 #: ../../gcc-cvs/gcc/java/parse.y:1532 ../../gcc-cvs/gcc/java/parse.y:1537
18343 #: ../../gcc-cvs/gcc/java/parse.y:1542
18344 msgid "Invalid expression statement"
18345 msgstr ""
18346
18347 #: ../../gcc-cvs/gcc/java/parse.y:1560 ../../gcc-cvs/gcc/java/parse.y:1588
18348 #: ../../gcc-cvs/gcc/java/parse.y:1629 ../../gcc-cvs/gcc/java/parse.y:1697
18349 #: ../../gcc-cvs/gcc/java/parse.y:1765 ../../gcc-cvs/gcc/java/parse.y:1886
18350 #: ../../gcc-cvs/gcc/java/parse.y:1964 ../../gcc-cvs/gcc/java/parse.y:2055
18351 #: ../../gcc-cvs/gcc/java/parse.y:2057 ../../gcc-cvs/gcc/java/parse.y:2070
18352 #: ../../gcc-cvs/gcc/java/parse.y:2313 ../../gcc-cvs/gcc/java/parse.y:2315
18353 msgid "'(' expected"
18354 msgstr ""
18355
18356 #: ../../gcc-cvs/gcc/java/parse.y:1631
18357 msgid "Missing term or ')'"
18358 msgstr ""
18359
18360 #: ../../gcc-cvs/gcc/java/parse.y:1678
18361 msgid "Missing or invalid constant expression"
18362 msgstr ""
18363
18364 #: ../../gcc-cvs/gcc/java/parse.y:1699
18365 msgid "Missing term and ')' expected"
18366 msgstr ""
18367
18368 #: ../../gcc-cvs/gcc/java/parse.y:1738
18369 msgid "Invalid control expression"
18370 msgstr ""
18371
18372 #: ../../gcc-cvs/gcc/java/parse.y:1740 ../../gcc-cvs/gcc/java/parse.y:1742
18373 msgid "Invalid update expression"
18374 msgstr ""
18375
18376 #: ../../gcc-cvs/gcc/java/parse.y:1767
18377 msgid "Invalid init statement"
18378 msgstr ""
18379
18380 #: ../../gcc-cvs/gcc/java/parse.y:1967
18381 msgid "Missing term or ')' expected"
18382 msgstr ""
18383
18384 #: ../../gcc-cvs/gcc/java/parse.y:2010
18385 msgid "'class' or 'this' expected"
18386 msgstr ""
18387
18388 #: ../../gcc-cvs/gcc/java/parse.y:2012 ../../gcc-cvs/gcc/java/parse.y:2014
18389 msgid "'class' expected"
18390 msgstr ""
18391
18392 #: ../../gcc-cvs/gcc/java/parse.y:2059
18393 msgid "')' or term expected"
18394 msgstr ""
18395
18396 #: ../../gcc-cvs/gcc/java/parse.y:2161 ../../gcc-cvs/gcc/java/parse.y:2190
18397 msgid "'[' expected"
18398 msgstr ""
18399
18400 #: ../../gcc-cvs/gcc/java/parse.y:2268
18401 msgid "Field expected"
18402 msgstr ""
18403
18404 #: ../../gcc-cvs/gcc/java/parse.y:2327 ../../gcc-cvs/gcc/java/parse.y:2337
18405 #: ../../gcc-cvs/gcc/java/parse.y:2347
18406 msgid "Missing term and ']' expected"
18407 msgstr ""
18408
18409 #: ../../gcc-cvs/gcc/java/parse.y:2452
18410 msgid "']' expected, invalid type expression"
18411 msgstr ""
18412
18413 #: ../../gcc-cvs/gcc/java/parse.y:2455
18414 msgid "Invalid type expression"
18415 msgstr ""
18416
18417 #: ../../gcc-cvs/gcc/java/parse.y:2567
18418 msgid "Invalid reference type"
18419 msgstr ""
18420
18421 #: ../../gcc-cvs/gcc/java/parse.y:3034
18422 msgid "Constructor invocation must be first thing in a constructor"
18423 msgstr ""
18424
18425 #: ../../gcc-cvs/gcc/java/parse.y:3036
18426 msgid "Only constructors can invoke constructors"
18427 msgstr ""
18428
18429 #: ../../gcc-cvs/gcc/java/parse.y:3044
18430 #, c-format
18431 msgid ": `%s' JDK1.1(TM) feature"
18432 msgstr ""
18433
18434 #: ../../gcc-cvs/gcc/java/parse.y:3124 ../../gcc-cvs/gcc/java/parse.y:3126
18435 #, c-format
18436 msgid ""
18437 "%s.\n"
18438 "%s"
18439 msgstr ""
18440
18441 #: ../../gcc-cvs/gcc/java/parse.y:3285
18442 msgid "Missing return statement"
18443 msgstr ""
18444
18445 #: ../../gcc-cvs/gcc/java/parse.y:3307 ../../gcc-cvs/gcc/java/parse.y:11931
18446 #: ../../gcc-cvs/gcc/java/parse.y:11935
18447 msgid "Unreachable statement"
18448 msgstr ""
18449
18450 #: ../../gcc-cvs/gcc/java/parse.y:3317
18451 #, c-format
18452 msgid "Can't access %s field `%s.%s' from `%s'"
18453 msgstr ""
18454
18455 #: ../../gcc-cvs/gcc/java/parse.y:3386
18456 #, c-format
18457 msgid "%s `%s' already defined in %s:%d"
18458 msgstr ""
18459
18460 #: ../../gcc-cvs/gcc/java/parse.y:3404
18461 #, c-format
18462 msgid ""
18463 "Variable `%s' is already defined in this method and was declared `%s %s' at "
18464 "line %d"
18465 msgstr ""
18466
18467 #: ../../gcc-cvs/gcc/java/parse.y:3515
18468 #, c-format
18469 msgid "Interface `%s' repeated"
18470 msgstr ""
18471
18472 #: ../../gcc-cvs/gcc/java/parse.y:3545
18473 #, c-format
18474 msgid "%s name `%s' clashes with imported type `%s'"
18475 msgstr ""
18476
18477 #: ../../gcc-cvs/gcc/java/parse.y:3577
18478 #, c-format
18479 msgid "Public %s `%s' must be defined in a file called `%s.java'"
18480 msgstr ""
18481
18482 #: ../../gcc-cvs/gcc/java/parse.y:3592
18483 #, c-format
18484 msgid ""
18485 "Inner class `%s' can't be static. Static classes can only occur in "
18486 "interfaces and top-level classes"
18487 msgstr ""
18488
18489 #: ../../gcc-cvs/gcc/java/parse.y:3673
18490 #, c-format
18491 msgid ""
18492 "The class name `%s' is already defined in this scope. An inner class may not "
18493 "have the same simple name as any of its enclosing classes"
18494 msgstr ""
18495
18496 #: ../../gcc-cvs/gcc/java/parse.y:3715
18497 msgid "Qualifier must be a reference"
18498 msgstr ""
18499
18500 #: ../../gcc-cvs/gcc/java/parse.y:3736
18501 #, c-format
18502 msgid "Cyclic inheritance involving %s"
18503 msgstr ""
18504
18505 #: ../../gcc-cvs/gcc/java/parse.y:4000
18506 #, c-format
18507 msgid ""
18508 "Redundant use of `abstract' modifier. Interface `%s' is implicitly abstract"
18509 msgstr ""
18510
18511 #: ../../gcc-cvs/gcc/java/parse.y:4155
18512 #, c-format
18513 msgid "Class `%s' can't be declared both abstract and final"
18514 msgstr ""
18515
18516 #: ../../gcc-cvs/gcc/java/parse.y:4167
18517 msgid "`java.lang.Object' can't extend anything"
18518 msgstr ""
18519
18520 #: ../../gcc-cvs/gcc/java/parse.y:4409
18521 #, c-format
18522 msgid "Duplicate variable declaration: `%s %s' was `%s %s' (%s:%d)"
18523 msgstr ""
18524
18525 #: ../../gcc-cvs/gcc/java/parse.y:4473
18526 #, c-format
18527 msgid "Field `%s' can't be static in inner class `%s' unless it is final"
18528 msgstr ""
18529
18530 #: ../../gcc-cvs/gcc/java/parse.y:4718
18531 #, c-format
18532 msgid "Class `%s' must be declared abstract to define abstract method `%s'"
18533 msgstr ""
18534
18535 #: ../../gcc-cvs/gcc/java/parse.y:4725
18536 #, c-format
18537 msgid "native method `%s' can't be strictfp"
18538 msgstr ""
18539
18540 #: ../../gcc-cvs/gcc/java/parse.y:4729
18541 #, c-format
18542 msgid "method `%s' can't be transient"
18543 msgstr ""
18544
18545 #: ../../gcc-cvs/gcc/java/parse.y:4732
18546 #, c-format
18547 msgid "method `%s' can't be volatile"
18548 msgstr ""
18549
18550 #: ../../gcc-cvs/gcc/java/parse.y:4782 ../../gcc-cvs/gcc/java/parse.y:6531
18551 #, c-format
18552 msgid ""
18553 "Method `%s' can't be static in inner class `%s'. Only members of interfaces "
18554 "and top-level classes can be static"
18555 msgstr ""
18556
18557 #: ../../gcc-cvs/gcc/java/parse.y:4948
18558 #, c-format
18559 msgid "%s method `%s' can't have a body defined"
18560 msgstr ""
18561
18562 #: ../../gcc-cvs/gcc/java/parse.y:4959
18563 #, c-format
18564 msgid "Non native and non abstract method `%s' must have a body defined"
18565 msgstr ""
18566
18567 #: ../../gcc-cvs/gcc/java/parse.y:5030
18568 #, c-format
18569 msgid "%s: recursive invocation of constructor `%s'"
18570 msgstr ""
18571
18572 #: ../../gcc-cvs/gcc/java/parse.y:5060
18573 msgid ""
18574 "Inconsistent member declaration.  At most one of `public', `private', or "
18575 "`protected' may be specified"
18576 msgstr ""
18577
18578 #: ../../gcc-cvs/gcc/java/parse.y:5068
18579 msgid ""
18580 "Inconsistent member declaration.  At most one of `final' or `volatile' may "
18581 "be specified"
18582 msgstr ""
18583
18584 #: ../../gcc-cvs/gcc/java/parse.y:5158
18585 #, c-format
18586 msgid ""
18587 "Variable `%s' is used more than once in the argument list of method `%s'"
18588 msgstr ""
18589
18590 #: ../../gcc-cvs/gcc/java/parse.y:5242
18591 #, c-format
18592 msgid "%s `%s' can't implement/extend %s `%s'"
18593 msgstr ""
18594
18595 #: ../../gcc-cvs/gcc/java/parse.y:5276
18596 #, c-format
18597 msgid "Class `%s' can't subclass %s `%s'"
18598 msgstr ""
18599
18600 #: ../../gcc-cvs/gcc/java/parse.y:5285
18601 #, c-format
18602 msgid "Can't subclass final classes: %s"
18603 msgstr ""
18604
18605 #: ../../gcc-cvs/gcc/java/parse.y:5471
18606 #, c-format
18607 msgid "Cyclic class inheritance%s"
18608 msgstr ""
18609
18610 #: ../../gcc-cvs/gcc/java/parse.y:6182
18611 #, c-format
18612 msgid "Superclass `%s' of class `%s' not found"
18613 msgstr ""
18614
18615 #: ../../gcc-cvs/gcc/java/parse.y:6188
18616 #, c-format
18617 msgid "Type `%s' not found in declaration of field `%s'"
18618 msgstr ""
18619
18620 #: ../../gcc-cvs/gcc/java/parse.y:6194
18621 #, c-format
18622 msgid ""
18623 "Type `%s' not found in the declaration of the argument `%s' of method `%s'"
18624 msgstr ""
18625
18626 #: ../../gcc-cvs/gcc/java/parse.y:6201
18627 #, c-format
18628 msgid ""
18629 "Type `%s' not found in the declaration of the return type of method `%s'"
18630 msgstr ""
18631
18632 #: ../../gcc-cvs/gcc/java/parse.y:6207
18633 #, c-format
18634 msgid "Superinterface `%s' of %s `%s' not found"
18635 msgstr ""
18636
18637 #: ../../gcc-cvs/gcc/java/parse.y:6214
18638 #, c-format
18639 msgid "Type `%s' not found in the declaration of the local variable `%s'"
18640 msgstr ""
18641
18642 #: ../../gcc-cvs/gcc/java/parse.y:6221
18643 #, c-format
18644 msgid "Class `%s' not found in `throws'"
18645 msgstr ""
18646
18647 #: ../../gcc-cvs/gcc/java/parse.y:6278
18648 #, c-format
18649 msgid "Duplicate %s declaration `%s'"
18650 msgstr ""
18651
18652 #: ../../gcc-cvs/gcc/java/parse.y:6352
18653 #, c-format
18654 msgid ""
18655 "Class `%s' doesn't define the abstract method `%s %s' from %s `%s'. This "
18656 "method must be defined or %s `%s' must be declared abstract"
18657 msgstr ""
18658
18659 #: ../../gcc-cvs/gcc/java/parse.y:6508
18660 #, c-format
18661 msgid ""
18662 "Class `%s' in `throws' clause must be a subclass of class `java.lang."
18663 "Throwable'"
18664 msgstr ""
18665
18666 #: ../../gcc-cvs/gcc/java/parse.y:6552
18667 #, c-format
18668 msgid ""
18669 "Class `%s' must override `%s' with a public method in order to implement "
18670 "interface `%s'"
18671 msgstr ""
18672
18673 #: ../../gcc-cvs/gcc/java/parse.y:6566 ../../gcc-cvs/gcc/java/parse.y:6793
18674 #, c-format
18675 msgid "Method `%s' was defined with return type `%s' in class `%s'"
18676 msgstr ""
18677
18678 #: ../../gcc-cvs/gcc/java/parse.y:6583
18679 #, c-format
18680 msgid "%s methods can't be overridden. Method `%s' is %s in class `%s'"
18681 msgstr ""
18682
18683 #: ../../gcc-cvs/gcc/java/parse.y:6597
18684 #, c-format
18685 msgid ""
18686 "Instance methods can't be overridden by a static method. Method `%s' is an "
18687 "instance method in class `%s'"
18688 msgstr ""
18689
18690 #: ../../gcc-cvs/gcc/java/parse.y:6620
18691 #, c-format
18692 msgid ""
18693 "Methods can't be overridden to be more private. Method `%s' is not %s in "
18694 "class `%s'"
18695 msgstr ""
18696
18697 #: ../../gcc-cvs/gcc/java/parse.y:6761
18698 #, c-format
18699 msgid ""
18700 "Invalid checked exception class `%s' in `throws' clause.  The exception must "
18701 "be a subclass of an exception thrown by `%s' from class `%s'"
18702 msgstr ""
18703
18704 #: ../../gcc-cvs/gcc/java/parse.y:6818
18705 #, c-format
18706 msgid ""
18707 "Interface `%s' inherits method `%s' from interface `%s'. This method is "
18708 "redefined with a different return type in interface `%s'"
18709 msgstr ""
18710
18711 #: ../../gcc-cvs/gcc/java/parse.y:6993
18712 #, c-format
18713 msgid "Class or interface `%s' not found in import"
18714 msgstr ""
18715
18716 #: ../../gcc-cvs/gcc/java/parse.y:7078
18717 #, c-format
18718 msgid "malformed .zip archive in CLASSPATH: %s"
18719 msgstr ""
18720
18721 #: ../../gcc-cvs/gcc/java/parse.y:7149
18722 #, c-format
18723 msgid ""
18724 "Can't find default package `%s'. Check the CLASSPATH environment variable "
18725 "and the access to the archives"
18726 msgstr ""
18727
18728 #: ../../gcc-cvs/gcc/java/parse.y:7154
18729 #, c-format
18730 msgid "Package `%s' not found in import"
18731 msgstr ""
18732
18733 #: ../../gcc-cvs/gcc/java/parse.y:7251
18734 #, c-format
18735 msgid "Type `%s' also potentially defined in package `%s'"
18736 msgstr ""
18737
18738 #: ../../gcc-cvs/gcc/java/parse.y:7396
18739 #, c-format
18740 msgid "Nested %s %s is %s; cannot be accessed from here"
18741 msgstr ""
18742
18743 #: ../../gcc-cvs/gcc/java/parse.y:7434
18744 #, c-format
18745 msgid ""
18746 "Can't access %s `%s'. Only public classes and interfaces in other packages "
18747 "can be accessed"
18748 msgstr ""
18749
18750 #: ../../gcc-cvs/gcc/java/parse.y:7472
18751 msgid "Only `final' is allowed as a local variables modifier"
18752 msgstr ""
18753
18754 #: ../../gcc-cvs/gcc/java/parse.y:9026
18755 #, c-format
18756 msgid "No constructor matching `%s' found in class `%s'"
18757 msgstr ""
18758
18759 #: ../../gcc-cvs/gcc/java/parse.y:9525
18760 #, c-format
18761 msgid "Can't reference `%s' before the superclass constructor has been called"
18762 msgstr ""
18763
18764 #: ../../gcc-cvs/gcc/java/parse.y:9579
18765 #, c-format
18766 msgid ""
18767 "Local variable `%s' can't be accessed from within the inner class `%s' "
18768 "unless it is declared final"
18769 msgstr ""
18770
18771 #: ../../gcc-cvs/gcc/java/parse.y:9584 ../../gcc-cvs/gcc/java/parse.y:10047
18772 #, c-format
18773 msgid "Undefined variable `%s'"
18774 msgstr ""
18775
18776 #: ../../gcc-cvs/gcc/java/parse.y:9595
18777 #, c-format
18778 msgid "Can't make a static reference to nonstatic variable `%s' in class `%s'"
18779 msgstr ""
18780
18781 #: ../../gcc-cvs/gcc/java/parse.y:9801 ../../gcc-cvs/gcc/java/parse.y:10656
18782 #, c-format
18783 msgid "No enclosing instance for inner class `%s' is in scope%s"
18784 msgstr ""
18785
18786 #: ../../gcc-cvs/gcc/java/parse.y:9920 ../../gcc-cvs/gcc/java/parse.y:12363
18787 msgid "Keyword `this' used outside allowed context"
18788 msgstr ""
18789
18790 #: ../../gcc-cvs/gcc/java/parse.y:9926 ../../gcc-cvs/gcc/java/parse.y:10810
18791 msgid ""
18792 "Can't reference `this' before the superclass constructor has been called"
18793 msgstr ""
18794
18795 #: ../../gcc-cvs/gcc/java/parse.y:9942
18796 #, c-format
18797 msgid ""
18798 "Can't use variable `%s.this': type `%s' isn't an outer type of type `%s'"
18799 msgstr ""
18800
18801 #: ../../gcc-cvs/gcc/java/parse.y:9975
18802 msgid "Keyword `super' used outside allowed context"
18803 msgstr ""
18804
18805 #: ../../gcc-cvs/gcc/java/parse.y:10024
18806 #, c-format
18807 msgid "No variable `%s' defined in class `%s'"
18808 msgstr ""
18809
18810 #: ../../gcc-cvs/gcc/java/parse.y:10029
18811 #, c-format
18812 msgid "Undefined variable or class name: `%s'"
18813 msgstr ""
18814
18815 #: ../../gcc-cvs/gcc/java/parse.y:10100
18816 #, c-format
18817 msgid "Can't use type `%s' as a qualifier"
18818 msgstr ""
18819
18820 #: ../../gcc-cvs/gcc/java/parse.y:10119
18821 #, c-format
18822 msgid "Attempt to reference field `%s' in `%s %s'"
18823 msgstr ""
18824
18825 #: ../../gcc-cvs/gcc/java/parse.y:10150
18826 #, c-format
18827 msgid "No variable `%s' defined in type `%s'"
18828 msgstr ""
18829
18830 #: ../../gcc-cvs/gcc/java/parse.y:10234
18831 #, c-format
18832 msgid "Attempt to reference field `new' in a `%s'"
18833 msgstr ""
18834
18835 #: ../../gcc-cvs/gcc/java/parse.y:10371
18836 #, c-format
18837 msgid "The class `%s' has been deprecated"
18838 msgstr ""
18839
18840 #: ../../gcc-cvs/gcc/java/parse.y:10381
18841 #, c-format
18842 msgid "The %s `%s' in class `%s' has been deprecated"
18843 msgstr ""
18844
18845 #: ../../gcc-cvs/gcc/java/parse.y:10498
18846 #, c-format
18847 msgid "Can't invoke a method on primitive type `%s'"
18848 msgstr ""
18849
18850 #: ../../gcc-cvs/gcc/java/parse.y:10513
18851 #, c-format
18852 msgid "Can't make static reference to method `%s' in interface `%s'"
18853 msgstr ""
18854
18855 #: ../../gcc-cvs/gcc/java/parse.y:10523 ../../gcc-cvs/gcc/java/parse.y:10857
18856 #, c-format
18857 msgid "Can't make static reference to method `%s %s' in class `%s'"
18858 msgstr ""
18859
18860 #: ../../gcc-cvs/gcc/java/parse.y:10563
18861 msgid "Can't invoke super constructor on java.lang.Object"
18862 msgstr ""
18863
18864 #: ../../gcc-cvs/gcc/java/parse.y:10576 ../../gcc-cvs/gcc/java/parse.y:14424
18865 #, c-format
18866 msgid "Class `%s' not found in type declaration"
18867 msgstr ""
18868
18869 #: ../../gcc-cvs/gcc/java/parse.y:10588
18870 #, c-format
18871 msgid "Class `%s' is an abstract class. It can't be instantiated"
18872 msgstr ""
18873
18874 #: ../../gcc-cvs/gcc/java/parse.y:10618
18875 #, c-format
18876 msgid "No method named `%s' in scope"
18877 msgstr ""
18878
18879 #: ../../gcc-cvs/gcc/java/parse.y:10729
18880 #, c-format
18881 msgid "Can't access %s %s `%s.%s' from `%s'"
18882 msgstr ""
18883
18884 #: ../../gcc-cvs/gcc/java/parse.y:11195
18885 #, c-format
18886 msgid "Can't find %s `%s(%s)' in type `%s'%s"
18887 msgstr ""
18888
18889 #: ../../gcc-cvs/gcc/java/parse.y:11777
18890 msgid "Constant expression required"
18891 msgstr ""
18892
18893 #: ../../gcc-cvs/gcc/java/parse.y:11790
18894 #, c-format
18895 msgid "Incompatible type for case. Can't convert `%s' to `int'"
18896 msgstr ""
18897
18898 #: ../../gcc-cvs/gcc/java/parse.y:11824
18899 msgid "Duplicate case label: `default'"
18900 msgstr ""
18901
18902 #: ../../gcc-cvs/gcc/java/parse.y:12172
18903 #, c-format
18904 msgid "Incompatible type for `+='. Can't convert `%s' to `java.lang.String'"
18905 msgstr ""
18906
18907 #: ../../gcc-cvs/gcc/java/parse.y:12343
18908 #, c-format
18909 msgid "missing static field `%s'"
18910 msgstr ""
18911
18912 #: ../../gcc-cvs/gcc/java/parse.y:12348
18913 #, c-format
18914 msgid "not a static field `%s'"
18915 msgstr ""
18916
18917 #: ../../gcc-cvs/gcc/java/parse.y:12371
18918 msgid ""
18919 "Can't reference `this' or `super' before the superclass constructor has been "
18920 "called"
18921 msgstr ""
18922
18923 #: ../../gcc-cvs/gcc/java/parse.y:12391
18924 #, c-format
18925 msgid "No case for %s"
18926 msgstr ""
18927
18928 #: ../../gcc-cvs/gcc/java/parse.y:12821
18929 msgid "Invalid left hand side of assignment"
18930 msgstr ""
18931
18932 #: ../../gcc-cvs/gcc/java/parse.y:12872
18933 #, c-format
18934 msgid "Incompatible type for %s. Can't convert `%s' to `%s'"
18935 msgstr ""
18936
18937 #: ../../gcc-cvs/gcc/java/parse.y:12875
18938 #, c-format
18939 msgid "Incompatible type for %s. Explicit cast needed to convert `%s' to `%s'"
18940 msgstr ""
18941
18942 #: ../../gcc-cvs/gcc/java/parse.y:13047
18943 #, c-format
18944 msgid ""
18945 "Constant expression `%s' too wide for narrowing primitive conversion to `%s'"
18946 msgstr ""
18947
18948 #: ../../gcc-cvs/gcc/java/parse.y:13338
18949 #, c-format
18950 msgid "unregistered operator %s"
18951 msgstr ""
18952
18953 #: ../../gcc-cvs/gcc/java/parse.y:13485
18954 msgid ""
18955 "Evaluating this expression will result in an arithmetic exception being "
18956 "thrown"
18957 msgstr ""
18958
18959 #: ../../gcc-cvs/gcc/java/parse.y:13567
18960 #, c-format
18961 msgid ""
18962 "Incompatible type for `%s'. Explicit cast needed to convert shift distance "
18963 "from `%s' to integral"
18964 msgstr ""
18965
18966 #: ../../gcc-cvs/gcc/java/parse.y:13572
18967 #, c-format
18968 msgid ""
18969 "Incompatible type for `%s'. Can't convert shift distance from `%s' to "
18970 "integral"
18971 msgstr ""
18972
18973 #: ../../gcc-cvs/gcc/java/parse.y:13648
18974 #, c-format
18975 msgid "Invalid argument `%s' for `instanceof'"
18976 msgstr ""
18977
18978 #: ../../gcc-cvs/gcc/java/parse.y:13675
18979 #, c-format
18980 msgid "Impossible for `%s' to be instance of `%s'"
18981 msgstr ""
18982
18983 #: ../../gcc-cvs/gcc/java/parse.y:13804
18984 #, c-format
18985 msgid "Incompatible type for `%s'. Can't convert `%s' to `%s'"
18986 msgstr ""
18987
18988 #: ../../gcc-cvs/gcc/java/parse.y:14285
18989 #, c-format
18990 msgid "Invalid argument type `%s' to `%s'"
18991 msgstr ""
18992
18993 #: ../../gcc-cvs/gcc/java/parse.y:14515
18994 #, c-format
18995 msgid "Invalid cast from `%s' to `%s'"
18996 msgstr ""
18997
18998 #: ../../gcc-cvs/gcc/java/parse.y:14562
18999 #, c-format
19000 msgid "`[]' can only be applied to arrays. It can't be applied to `%s'"
19001 msgstr ""
19002
19003 #: ../../gcc-cvs/gcc/java/parse.y:14575
19004 #, c-format
19005 msgid ""
19006 "Incompatible type for `[]'. Explicit cast needed to convert `%s' to `int'"
19007 msgstr ""
19008
19009 #: ../../gcc-cvs/gcc/java/parse.y:14579
19010 #, c-format
19011 msgid "Incompatible type for `[]'. Can't convert `%s' to `int'"
19012 msgstr ""
19013
19014 #: ../../gcc-cvs/gcc/java/parse.y:14650
19015 #, c-format
19016 msgid ""
19017 "Incompatible type for dimension in array creation expression. %s convert `%"
19018 "s' to `int'"
19019 msgstr ""
19020
19021 #: ../../gcc-cvs/gcc/java/parse.y:14766
19022 #, c-format
19023 msgid "Invalid array initializer for non-array type `%s'"
19024 msgstr ""
19025
19026 #: ../../gcc-cvs/gcc/java/parse.y:14853
19027 #, c-format
19028 msgid "Incompatible type for array. %s convert `%s' to `%s'"
19029 msgstr ""
19030
19031 #: ../../gcc-cvs/gcc/java/parse.y:14922
19032 msgid "`return' inside instance initializer"
19033 msgstr ""
19034
19035 #: ../../gcc-cvs/gcc/java/parse.y:14926
19036 msgid "`return' inside static initializer"
19037 msgstr ""
19038
19039 #: ../../gcc-cvs/gcc/java/parse.y:14932
19040 #, c-format
19041 msgid "`return' with%s value from `%s %s'"
19042 msgstr ""
19043
19044 #: ../../gcc-cvs/gcc/java/parse.y:14939
19045 #, c-format
19046 msgid "`return' with value from constructor `%s'"
19047 msgstr ""
19048
19049 #: ../../gcc-cvs/gcc/java/parse.y:15004
19050 #, c-format
19051 msgid "Incompatible type for `if'. Can't convert `%s' to `boolean'"
19052 msgstr ""
19053
19054 #: ../../gcc-cvs/gcc/java/parse.y:15037
19055 #, c-format
19056 msgid "Declaration of `%s' shadows a previous label declaration"
19057 msgstr ""
19058
19059 #: ../../gcc-cvs/gcc/java/parse.y:15042
19060 #, c-format
19061 msgid "This is the location of the previous declaration of label `%s'"
19062 msgstr ""
19063
19064 #: ../../gcc-cvs/gcc/java/parse.y:15290
19065 #, c-format
19066 msgid "No label definition found for `%s'"
19067 msgstr ""
19068
19069 #: ../../gcc-cvs/gcc/java/parse.y:15303
19070 msgid "`continue' must be in loop"
19071 msgstr ""
19072
19073 #: ../../gcc-cvs/gcc/java/parse.y:15306
19074 #, c-format
19075 msgid "continue label `%s' does not name a loop"
19076 msgstr ""
19077
19078 #: ../../gcc-cvs/gcc/java/parse.y:15327
19079 msgid "`break' must be in loop or switch"
19080 msgstr ""
19081
19082 #: ../../gcc-cvs/gcc/java/parse.y:15368
19083 #, c-format
19084 msgid "Incompatible type for loop conditional. Can't convert `%s' to `boolean'"
19085 msgstr ""
19086
19087 #: ../../gcc-cvs/gcc/java/parse.y:15406
19088 #, c-format
19089 msgid "Incompatible type for `switch'. Can't convert `%s' to `int'"
19090 msgstr ""
19091
19092 #. The case_label_list is in reverse order, so print the
19093 #. outer label first.
19094 #: ../../gcc-cvs/gcc/java/parse.y:15437
19095 msgid "duplicate case label: `"
19096 msgstr ""
19097
19098 #: ../../gcc-cvs/gcc/java/parse.y:15441
19099 msgid "original label is here"
19100 msgstr ""
19101
19102 #: ../../gcc-cvs/gcc/java/parse.y:15658
19103 #, c-format
19104 msgid ""
19105 "Can't catch class `%s'. Catch clause parameter type must be a subclass of "
19106 "class `java.lang.Throwable'"
19107 msgstr ""
19108
19109 #: ../../gcc-cvs/gcc/java/parse.y:15682
19110 #, c-format
19111 msgid "`catch' not reached because of the catch clause at line %d"
19112 msgstr ""
19113
19114 #: ../../gcc-cvs/gcc/java/parse.y:15749
19115 #, c-format
19116 msgid ""
19117 "Incompatible type for `synchronized'. Can't convert `%s' to `java.lang."
19118 "Object'"
19119 msgstr ""
19120
19121 #: ../../gcc-cvs/gcc/java/parse.y:15808
19122 #, c-format
19123 msgid "Can't throw `%s'; it must be a subclass of class `java.lang.Throwable'"
19124 msgstr ""
19125
19126 #: ../../gcc-cvs/gcc/java/parse.y:15837
19127 #, c-format
19128 msgid ""
19129 "Checked exception `%s' can't be thrown in instance initializer (not all "
19130 "declared constructor are declaring it in their `throws' clause)"
19131 msgstr ""
19132
19133 #: ../../gcc-cvs/gcc/java/parse.y:15858
19134 #, c-format
19135 msgid ""
19136 "Checked exception `%s' can't be caught by any of the catch clause(s) of the "
19137 "surrounding `try' block"
19138 msgstr ""
19139
19140 #: ../../gcc-cvs/gcc/java/parse.y:15871
19141 #, c-format
19142 msgid "Checked exception `%s' can't be thrown in initializer"
19143 msgstr ""
19144
19145 #: ../../gcc-cvs/gcc/java/parse.y:15875
19146 #, c-format
19147 msgid "Checked exception `%s' isn't thrown from a `try' block"
19148 msgstr ""
19149
19150 #: ../../gcc-cvs/gcc/java/parse.y:15881
19151 #, c-format
19152 msgid ""
19153 "Checked exception `%s' doesn't match any of current method's `throws' "
19154 "declaration(s)"
19155 msgstr ""
19156
19157 #: ../../gcc-cvs/gcc/java/parse.y:15936
19158 #, c-format
19159 msgid "Exception `%s' can't be thrown in initializer"
19160 msgstr ""
19161
19162 #: ../../gcc-cvs/gcc/java/parse.y:15941
19163 #, c-format
19164 msgid ""
19165 "Exception `%s' must be caught, or it must be declared in the `throws' clause "
19166 "of `%s'"
19167 msgstr ""
19168
19169 #: ../../gcc-cvs/gcc/java/parse.y:16052
19170 #, c-format
19171 msgid "Incompatible type for `?:'. Can't convert `%s' to `boolean'"
19172 msgstr ""
19173
19174 #: ../../gcc-cvs/gcc/java/parse.y:16120
19175 #, c-format
19176 msgid "Incompatible type for `?:'. Can't convert `%s' to `%s'"
19177 msgstr ""
19178
19179 #: java/typeck.c:547
19180 msgid "junk at end of signature string"
19181 msgstr ""
19182
19183 #: java/verify.c:479
19184 msgid "bad pc in exception_table"
19185 msgstr ""
19186
19187 #: java/verify.c:1475
19188 #, c-format
19189 msgid "unknown opcode %d@pc=%d during verification"
19190 msgstr ""
19191
19192 #: java/verify.c:1550 java/verify.c:1566 java/verify.c:1571
19193 #, c-format
19194 msgid "verification error at PC=%d"
19195 msgstr ""
19196
19197 #: java/parse.h:125
19198 #, c-format
19199 msgid "%s method can't be abstract"
19200 msgstr ""
19201
19202 #: java/parse.h:129
19203 #, c-format
19204 msgid "Constructor can't be %s"
19205 msgstr ""
19206
19207 #. Pedantic warning on obsolete modifiers. Note: when cl is NULL,
19208 #. flags was set artificially, such as for a interface method
19209 #: java/parse.h:161
19210 #, c-format
19211 msgid "Discouraged redundant use of `%s' modifier in declaration of %s"
19212 msgstr ""
19213
19214 #: java/parse.h:168
19215 #, c-format
19216 msgid "Discouraged redundant use of `%s' modifier in declaration of %s `%s'"
19217 msgstr ""
19218
19219 #. Standard error messages
19220 #: java/parse.h:352
19221 #, c-format
19222 msgid "Incompatible type for `%s'. Can't convert `%s' to boolean"
19223 msgstr ""
19224
19225 #: java/parse.h:357
19226 #, c-format
19227 msgid "Incompatible type for `%s'. Can't convert `%s' to numeric type"
19228 msgstr ""
19229
19230 #: java/parse.h:365
19231 #, c-format
19232 msgid ""
19233 "Incompatible type for `%s'. Explicit cast needed to convert `%s' to integral"
19234 msgstr ""
19235
19236 #: java/parse.h:370
19237 #, c-format
19238 msgid "Incompatible type for `%s'. Can't convert `%s' to integral"
19239 msgstr ""
19240
19241 #: objc/objc-act.c:753
19242 msgid "`@end' must appear in an @implementation context"
19243 msgstr ""
19244
19245 #: objc/objc-act.c:780
19246 msgid "method declaration not in @interface context"
19247 msgstr ""
19248
19249 #: objc/objc-act.c:791
19250 msgid "method definition not in @implementation context"
19251 msgstr ""
19252
19253 #: objc/objc-act.c:896
19254 #, c-format
19255 msgid "object does not conform to the `%s' protocol"
19256 msgstr ""
19257
19258 #: objc/objc-act.c:982 objc/objc-act.c:1055
19259 #, c-format
19260 msgid "class `%s' does not implement the `%s' protocol"
19261 msgstr ""
19262
19263 #: objc/objc-act.c:1161
19264 #, c-format
19265 msgid "statically allocated instance of Objective-C class `%s'"
19266 msgstr ""
19267
19268 #: objc/objc-act.c:1218
19269 #, c-format
19270 msgid "protocol `%s' has circular dependency"
19271 msgstr ""
19272
19273 #: objc/objc-act.c:1240 objc/objc-act.c:5793
19274 #, c-format
19275 msgid "cannot find protocol declaration for `%s'"
19276 msgstr ""
19277
19278 #: objc/objc-act.c:1636 objc/objc-act.c:2764 objc/objc-act.c:6318
19279 #: objc/objc-act.c:6644 objc/objc-act.c:6697 objc/objc-act.c:6722
19280 #, c-format
19281 msgid "cannot find interface declaration for `%s'"
19282 msgstr ""
19283
19284 #: objc/objc-act.c:1640
19285 #, c-format
19286 msgid "interface `%s' does not have valid constant string layout"
19287 msgstr ""
19288
19289 #: objc/objc-act.c:1645
19290 #, c-format
19291 msgid "cannot find reference tag for class `%s'"
19292 msgstr ""
19293
19294 #: objc/objc-act.c:2312
19295 msgid "%Jcreating selector for nonexistent method %qE"
19296 msgstr ""
19297
19298 #: objc/objc-act.c:2500
19299 #, c-format
19300 msgid "`%s' is not an Objective-C class name or alias"
19301 msgstr ""
19302
19303 #: objc/objc-act.c:2615 objc/objc-act.c:2633 objc/objc-act.c:6581
19304 #: objc/objc-act.c:6895 objc/objc-act.c:6925
19305 msgid "Objective-C declarations may only appear in global scope"
19306 msgstr ""
19307
19308 #: objc/objc-act.c:2620
19309 #, c-format
19310 msgid "cannot find class `%s'"
19311 msgstr ""
19312
19313 #: objc/objc-act.c:2622
19314 #, c-format
19315 msgid "class `%s' already exists"
19316 msgstr ""
19317
19318 #: objc/objc-act.c:2647 objc/objc-act.c:6613
19319 #, c-format
19320 msgid "`%s' redeclared as different kind of symbol"
19321 msgstr ""
19322
19323 #: objc/objc-act.c:2649 objc/objc-act.c:6615
19324 msgid "%Jprevious declaration of '%D'"
19325 msgstr ""
19326
19327 #: objc/objc-act.c:2874
19328 msgid "use %<-fobjc-exceptions%> to enable Objective-C exception syntax"
19329 msgstr ""
19330
19331 #: objc/objc-act.c:3203
19332 msgid "@catch parameter is not a known Objective-C class type"
19333 msgstr ""
19334
19335 #: objc/objc-act.c:3219
19336 msgid "exception of type %<%T%> will be caught"
19337 msgstr ""
19338
19339 #: objc/objc-act.c:3221
19340 msgid "%H   by earlier handler for %<%T%>"
19341 msgstr ""
19342
19343 #: objc/objc-act.c:3274
19344 msgid "`@try' without `@catch' or `@finally'"
19345 msgstr ""
19346
19347 #: objc/objc-act.c:3321
19348 msgid "%<@throw%> (rethrow) used outside of a @catch block"
19349 msgstr ""
19350
19351 #: objc/objc-act.c:3697
19352 msgid "%Jtype '%D' does not have a known size"
19353 msgstr ""
19354
19355 #: objc/objc-act.c:4215
19356 msgid "%J%s `%s'"
19357 msgstr ""
19358
19359 #: objc/objc-act.c:4238 objc/objc-act.c:4257
19360 msgid "inconsistent instance variable specification"
19361 msgstr ""
19362
19363 #: objc/objc-act.c:5121
19364 msgid "can not use an object as parameter to a method"
19365 msgstr ""
19366
19367 #: objc/objc-act.c:5323
19368 #, c-format
19369 msgid "multiple %s named `%c%s' found"
19370 msgstr ""
19371
19372 #: objc/objc-act.c:5548
19373 #, c-format
19374 msgid "no super class declared in @interface for `%s'"
19375 msgstr ""
19376
19377 #: objc/objc-act.c:5638
19378 #, c-format
19379 msgid "invalid receiver type `%s'"
19380 msgstr ""
19381
19382 #: objc/objc-act.c:5649
19383 #, c-format
19384 msgid "`%s' may not respond to `%c%s'"
19385 msgstr ""
19386
19387 #: objc/objc-act.c:5654
19388 #, c-format
19389 msgid "`%c%s' not implemented by protocol(s)"
19390 msgstr ""
19391
19392 #: objc/objc-act.c:5659
19393 msgid "(Messages without a matching method signature"
19394 msgstr ""
19395
19396 #: objc/objc-act.c:5660
19397 msgid "will be assumed to return `id' and accept"
19398 msgstr ""
19399
19400 #: objc/objc-act.c:5661
19401 msgid "`...' as arguments.)"
19402 msgstr ""
19403
19404 #: objc/objc-act.c:5892
19405 #, c-format
19406 msgid "undeclared selector `%s'"
19407 msgstr ""
19408
19409 #. Historically, a class method that produced objects (factory
19410 #. method) would assign `self' to the instance that it
19411 #. allocated.  This would effectively turn the class method into
19412 #. an instance method.  Following this assignment, the instance
19413 #. variables could be accessed.  That practice, while safe,
19414 #. violates the simple rule that a class method should not refer
19415 #. to an instance variable.  It's better to catch the cases
19416 #. where this is done unknowingly than to support the above
19417 #. paradigm.
19418 #: objc/objc-act.c:5934
19419 #, c-format
19420 msgid "instance variable `%s' accessed in class method"
19421 msgstr ""
19422
19423 #: objc/objc-act.c:6146
19424 #, c-format
19425 msgid "duplicate declaration of method `%c%s'"
19426 msgstr ""
19427
19428 #: objc/objc-act.c:6188
19429 #, c-format
19430 msgid "duplicate interface declaration for category `%s(%s)'"
19431 msgstr ""
19432
19433 #: objc/objc-act.c:6215
19434 #, c-format
19435 msgid "illegal reference type specified for instance variable `%s'"
19436 msgstr ""
19437
19438 #: objc/objc-act.c:6226
19439 #, c-format
19440 msgid "instance variable `%s' has unknown size"
19441 msgstr ""
19442
19443 #. vtable pointers are Real Bad(tm), since Obj-C cannot initialize them
19444 #: objc/objc-act.c:6240
19445 #, c-format
19446 msgid "type `%s' has virtual member functions"
19447 msgstr ""
19448
19449 #: objc/objc-act.c:6241
19450 #, c-format
19451 msgid "illegal aggregate type `%s' specified for instance variable `%s'"
19452 msgstr ""
19453
19454 #: objc/objc-act.c:6249
19455 #, c-format
19456 msgid "type `%s' has a user-defined constructor"
19457 msgstr ""
19458
19459 #: objc/objc-act.c:6251
19460 #, c-format
19461 msgid "type `%s' has a user-defined destructor"
19462 msgstr ""
19463
19464 #: objc/objc-act.c:6252
19465 msgid ""
19466 "C++ constructors and destructors will not be invoked for Objective-C fields"
19467 msgstr ""
19468
19469 #: objc/objc-act.c:6342
19470 #, c-format
19471 msgid "instance variable `%s' is declared private"
19472 msgstr ""
19473
19474 #: objc/objc-act.c:6351
19475 #, c-format
19476 msgid "instance variable `%s' is %s; this will be a hard error in the future"
19477 msgstr ""
19478
19479 #: objc/objc-act.c:6358
19480 #, c-format
19481 msgid "instance variable `%s' is declared %s"
19482 msgstr ""
19483
19484 #: objc/objc-act.c:6368
19485 msgid "static access to object of type `id'"
19486 msgstr ""
19487
19488 #: objc/objc-act.c:6390 objc/objc-act.c:6478
19489 #, c-format
19490 msgid "incomplete implementation of class `%s'"
19491 msgstr ""
19492
19493 #: objc/objc-act.c:6394 objc/objc-act.c:6483
19494 #, c-format
19495 msgid "incomplete implementation of category `%s'"
19496 msgstr ""
19497
19498 #: objc/objc-act.c:6399 objc/objc-act.c:6488
19499 #, c-format
19500 msgid "method definition for `%c%s' not found"
19501 msgstr ""
19502
19503 #: objc/objc-act.c:6529
19504 #, c-format
19505 msgid "%s `%s' does not fully implement the `%s' protocol"
19506 msgstr ""
19507
19508 #: objc/objc-act.c:6587 objc/objc-act.c:8152
19509 msgid "`@end' missing in implementation context"
19510 msgstr ""
19511
19512 #: objc/objc-act.c:6600
19513 #, c-format
19514 msgid "cannot find interface declaration for `%s', superclass of `%s'"
19515 msgstr ""
19516
19517 #: objc/objc-act.c:6627
19518 #, c-format
19519 msgid "reimplementation of class `%s'"
19520 msgstr ""
19521
19522 #: objc/objc-act.c:6658
19523 #, c-format
19524 msgid "conflicting super class name `%s'"
19525 msgstr ""
19526
19527 #: objc/objc-act.c:6660
19528 #, c-format
19529 msgid "previous declaration of `%s'"
19530 msgstr ""
19531
19532 #: objc/objc-act.c:6674 objc/objc-act.c:6676
19533 #, c-format
19534 msgid "duplicate interface declaration for class `%s'"
19535 msgstr ""
19536
19537 #: objc/objc-act.c:6953
19538 #, c-format
19539 msgid "duplicate declaration for protocol `%s'"
19540 msgstr ""
19541
19542 #. Add a readable method name to the warning.
19543 #: objc/objc-act.c:7469
19544 msgid "%J%s `%c%s'"
19545 msgstr ""
19546
19547 #: objc/objc-act.c:7759
19548 #, c-format
19549 msgid "no super class declared in interface for `%s'"
19550 msgstr ""
19551
19552 #: objc/objc-act.c:7807
19553 msgid "[super ...] must appear in a method context"
19554 msgstr ""
19555
19556 #: objc/objc-parse.y:2709
19557 msgid "extra semicolon in method definition specified"
19558 msgstr ""
19559
19560 #: treelang/tree1.c:278
19561 msgid "%HDuplicate name %q.*s."
19562 msgstr ""
19563
19564 #: treelang/treetree.c:842
19565 msgid "Global register variable %qD used in nested function."
19566 msgstr ""
19567
19568 #: treelang/treetree.c:846
19569 msgid "Register variable %qD used in nested function."
19570 msgstr ""
19571
19572 #: treelang/treetree.c:852
19573 msgid "Address of global register variable %qD requested."
19574 msgstr ""
19575
19576 #: treelang/treetree.c:857
19577 msgid "Address of register variable %qD requested."
19578 msgstr ""
19579
19580 #: /home/jsm28/src/gcc-build/gcc/options.c:935
19581 msgid "Display this information"
19582 msgstr ""
19583
19584 #: /home/jsm28/src/gcc-build/gcc/options.c:941
19585 msgid ""
19586 "--param <param>=<value>\tSet paramter <param> to value.  See below for a "
19587 "complete list of parameters"
19588 msgstr ""
19589
19590 #: /home/jsm28/src/gcc-build/gcc/options.c:950
19591 msgid ""
19592 "-A<question>=<answer>\tAssert the <answer> to <question>.  Putting '-' "
19593 "before <question> disables the <answer> to <question>"
19594 msgstr ""
19595
19596 #: /home/jsm28/src/gcc-build/gcc/options.c:953
19597 msgid "Do not discard comments"
19598 msgstr ""
19599
19600 #: /home/jsm28/src/gcc-build/gcc/options.c:956
19601 msgid "Do not discard comments in macro expansions"
19602 msgstr ""
19603
19604 #: /home/jsm28/src/gcc-build/gcc/options.c:959
19605 msgid ""
19606 "-D<macro>[=<val>]\tDefine a <macro> with <val> as its value.  If just "
19607 "<macro> is given, <val> is taken to be 1"
19608 msgstr ""
19609
19610 #: /home/jsm28/src/gcc-build/gcc/options.c:965
19611 msgid "-F <dir>\tAdd <dir> to the end of the main framework include path  "
19612 msgstr ""
19613
19614 #: /home/jsm28/src/gcc-build/gcc/options.c:968
19615 msgid ""
19616 "-G<number>\tPut global and static data smaller than <number> bytes into a "
19617 "special section (on some targets)"
19618 msgstr ""
19619
19620 #: /home/jsm28/src/gcc-build/gcc/options.c:971
19621 msgid "Print the name of header files as they are used"
19622 msgstr ""
19623
19624 #: /home/jsm28/src/gcc-build/gcc/options.c:977
19625 msgid "-J<directory>\tPut MODULE files in 'directory'"
19626 msgstr ""
19627
19628 #: /home/jsm28/src/gcc-build/gcc/options.c:983
19629 msgid "Generate make dependencies and compile"
19630 msgstr ""
19631
19632 #: /home/jsm28/src/gcc-build/gcc/options.c:992
19633 msgid "Treat missing header files as generated files"
19634 msgstr ""
19635
19636 #: /home/jsm28/src/gcc-build/gcc/options.c:998
19637 msgid "Like -MD but ignore system header files"
19638 msgstr ""
19639
19640 #: /home/jsm28/src/gcc-build/gcc/options.c:1007
19641 msgid "-MQ <target>\tAdd a MAKE-quoted target"
19642 msgstr ""
19643
19644 #: /home/jsm28/src/gcc-build/gcc/options.c:1013
19645 msgid "-O<number>\tSet optimization level to <number>"
19646 msgstr ""
19647
19648 #: /home/jsm28/src/gcc-build/gcc/options.c:1016
19649 msgid "Optimize for space rather than speed"
19650 msgstr ""
19651
19652 #: /home/jsm28/src/gcc-build/gcc/options.c:1019
19653 msgid "Do not generate #line directives"
19654 msgstr ""
19655
19656 #: /home/jsm28/src/gcc-build/gcc/options.c:1022
19657 msgid "-U<macro>\tUndefine <macro>"
19658 msgstr ""
19659
19660 #: /home/jsm28/src/gcc-build/gcc/options.c:1025
19661 msgid "This switch is deprecated; use -Wextra instead"
19662 msgstr ""
19663
19664 #: /home/jsm28/src/gcc-build/gcc/options.c:1028
19665 msgid ""
19666 "Warn about things that will change when compiling with an ABI-compliant "
19667 "compiler"
19668 msgstr ""
19669
19670 #: /home/jsm28/src/gcc-build/gcc/options.c:1031
19671 msgid "Warn about returning structures, unions or arrays"
19672 msgstr ""
19673
19674 #: /home/jsm28/src/gcc-build/gcc/options.c:1034
19675 msgid "Warn about possible aliasing of dummy arguments"
19676 msgstr ""
19677
19678 #: /home/jsm28/src/gcc-build/gcc/options.c:1040
19679 msgid "Warn about casting functions to incompatible types"
19680 msgstr ""
19681
19682 #: /home/jsm28/src/gcc-build/gcc/options.c:1043
19683 msgid "Warn about pointer casts which increase alignment"
19684 msgstr ""
19685
19686 #: /home/jsm28/src/gcc-build/gcc/options.c:1046
19687 msgid "Warn about casts which discard qualifiers"
19688 msgstr ""
19689
19690 #: /home/jsm28/src/gcc-build/gcc/options.c:1049
19691 msgid "Warn about subscripts whose type is \"char\""
19692 msgstr ""
19693
19694 #: /home/jsm28/src/gcc-build/gcc/options.c:1052
19695 msgid ""
19696 "Warn about possibly nested block comments, and C++ comments spanning more "
19697 "than one physical line"
19698 msgstr ""
19699
19700 #: /home/jsm28/src/gcc-build/gcc/options.c:1055
19701 msgid "Synonym for -Wcomment"
19702 msgstr ""
19703
19704 #: /home/jsm28/src/gcc-build/gcc/options.c:1058
19705 msgid "Warn about implicit conversion"
19706 msgstr ""
19707
19708 #: /home/jsm28/src/gcc-build/gcc/options.c:1061
19709 msgid "Warn when all constructors and destructors are private"
19710 msgstr ""
19711
19712 #: /home/jsm28/src/gcc-build/gcc/options.c:1064
19713 msgid "Warn when a declaration is found after a statement"
19714 msgstr ""
19715
19716 #: /home/jsm28/src/gcc-build/gcc/options.c:1067
19717 msgid "Warn if a deprecated compiler feature, class, method, or field is used"
19718 msgstr ""
19719
19720 #: /home/jsm28/src/gcc-build/gcc/options.c:1070
19721 msgid "Warn about uses of __attribute__((deprecated)) declarations"
19722 msgstr ""
19723
19724 #: /home/jsm28/src/gcc-build/gcc/options.c:1073
19725 msgid "Warn when an optimization pass is disabled"
19726 msgstr ""
19727
19728 #: /home/jsm28/src/gcc-build/gcc/options.c:1076
19729 msgid "Warn about compile-time integer division by zero"
19730 msgstr ""
19731
19732 #: /home/jsm28/src/gcc-build/gcc/options.c:1079
19733 msgid "Warn about violations of Effective C++ style rules"
19734 msgstr ""
19735
19736 #: /home/jsm28/src/gcc-build/gcc/options.c:1082
19737 msgid "Warn about stray tokens after #elif and #endif"
19738 msgstr ""
19739
19740 #: /home/jsm28/src/gcc-build/gcc/options.c:1085
19741 msgid "Treat all warnings as errors"
19742 msgstr ""
19743
19744 #: /home/jsm28/src/gcc-build/gcc/options.c:1088
19745 msgid "Make implicit function declarations an error"
19746 msgstr ""
19747
19748 #: /home/jsm28/src/gcc-build/gcc/options.c:1091
19749 msgid "Print extra (possibly unwanted) warnings"
19750 msgstr ""
19751
19752 #: /home/jsm28/src/gcc-build/gcc/options.c:1094
19753 msgid "Warn if deprecated empty statements are found"
19754 msgstr ""
19755
19756 #: /home/jsm28/src/gcc-build/gcc/options.c:1097
19757 msgid "Exit on the first error occurred"
19758 msgstr ""
19759
19760 #: /home/jsm28/src/gcc-build/gcc/options.c:1100
19761 msgid "Warn if testing floating point numbers for equality"
19762 msgstr ""
19763
19764 #: /home/jsm28/src/gcc-build/gcc/options.c:1103
19765 msgid "Warn about printf/scanf/strftime/strfmon format string anomalies"
19766 msgstr ""
19767
19768 #: /home/jsm28/src/gcc-build/gcc/options.c:1106
19769 msgid "Warn if passing too many arguments to a function for its format string"
19770 msgstr ""
19771
19772 #: /home/jsm28/src/gcc-build/gcc/options.c:1109
19773 msgid "Warn about format strings that are not literals"
19774 msgstr ""
19775
19776 #: /home/jsm28/src/gcc-build/gcc/options.c:1112
19777 msgid "Warn about possible security problems with format functions"
19778 msgstr ""
19779
19780 #: /home/jsm28/src/gcc-build/gcc/options.c:1115
19781 msgid "Warn about strftime formats yielding 2-digit years"
19782 msgstr ""
19783
19784 #: /home/jsm28/src/gcc-build/gcc/options.c:1118
19785 msgid "Warn about zero-length formats"
19786 msgstr ""
19787
19788 #: /home/jsm28/src/gcc-build/gcc/options.c:1127
19789 msgid "Warn about implicit function declarations"
19790 msgstr ""
19791
19792 #: /home/jsm28/src/gcc-build/gcc/options.c:1130
19793 msgid "Warn when a declaration does not specify a type"
19794 msgstr ""
19795
19796 #: /home/jsm28/src/gcc-build/gcc/options.c:1133
19797 msgid "Warn about calls with implicit interface"
19798 msgstr ""
19799
19800 #: /home/jsm28/src/gcc-build/gcc/options.c:1136
19801 msgid "Deprecated.  This switch has no effect."
19802 msgstr ""
19803
19804 #: /home/jsm28/src/gcc-build/gcc/options.c:1139
19805 msgid "Warn about variables which are initialized to themselves."
19806 msgstr ""
19807
19808 #: /home/jsm28/src/gcc-build/gcc/options.c:1142
19809 msgid "Warn when an inlined function cannot be inlined"
19810 msgstr ""
19811
19812 #: /home/jsm28/src/gcc-build/gcc/options.c:1145
19813 msgid "Warn about invalid uses of the \"offsetof\" macro"
19814 msgstr ""
19815
19816 #: /home/jsm28/src/gcc-build/gcc/options.c:1148
19817 msgid "Warn about PCH files that are found but not used"
19818 msgstr ""
19819
19820 #: /home/jsm28/src/gcc-build/gcc/options.c:1151
19821 msgid "-Wlarger-than-<number>\tWarn if an object is larger than <number> bytes"
19822 msgstr ""
19823
19824 #: /home/jsm28/src/gcc-build/gcc/options.c:1154
19825 msgid "Warn about truncated source lines"
19826 msgstr ""
19827
19828 #: /home/jsm28/src/gcc-build/gcc/options.c:1157
19829 msgid "Do not warn about using \"long long\" when -pedantic"
19830 msgstr ""
19831
19832 #: /home/jsm28/src/gcc-build/gcc/options.c:1160
19833 msgid "Warn about suspicious declarations of \"main\""
19834 msgstr ""
19835
19836 #: /home/jsm28/src/gcc-build/gcc/options.c:1163
19837 msgid "Warn about possibly missing braces around initializers"
19838 msgstr ""
19839
19840 #: /home/jsm28/src/gcc-build/gcc/options.c:1166
19841 msgid "Warn about global functions without previous declarations"
19842 msgstr ""
19843
19844 #: /home/jsm28/src/gcc-build/gcc/options.c:1169
19845 msgid "Warn about missing fields in struct initializers"
19846 msgstr ""
19847
19848 #: /home/jsm28/src/gcc-build/gcc/options.c:1172
19849 msgid "Warn about functions which might be candidates for format attributes"
19850 msgstr ""
19851
19852 #: /home/jsm28/src/gcc-build/gcc/options.c:1175
19853 msgid "Warn about user-specified include directories that do not exist"
19854 msgstr ""
19855
19856 #: /home/jsm28/src/gcc-build/gcc/options.c:1178
19857 msgid ""
19858 "Warn about functions which might be candidates for __attribute__((noreturn))"
19859 msgstr ""
19860
19861 #: /home/jsm28/src/gcc-build/gcc/options.c:1181
19862 msgid "Warn about global functions without prototypes"
19863 msgstr ""
19864
19865 #: /home/jsm28/src/gcc-build/gcc/options.c:1184
19866 msgid "Warn about use of multi-character character constants"
19867 msgstr ""
19868
19869 #: /home/jsm28/src/gcc-build/gcc/options.c:1187
19870 msgid "Warn about \"extern\" declarations not at file scope"
19871 msgstr ""
19872
19873 #: /home/jsm28/src/gcc-build/gcc/options.c:1190
19874 msgid ""
19875 "Warn when non-templatized friend functions are declared within a template"
19876 msgstr ""
19877
19878 #: /home/jsm28/src/gcc-build/gcc/options.c:1193
19879 msgid "Warn about non-virtual destructors"
19880 msgstr ""
19881
19882 #: /home/jsm28/src/gcc-build/gcc/options.c:1196
19883 msgid ""
19884 "Warn about NULL being passed to argument slots marked as requiring non-NULL"
19885 msgstr ""
19886
19887 #: /home/jsm28/src/gcc-build/gcc/options.c:1199
19888 msgid "Warn if a C-style cast is used in a program"
19889 msgstr ""
19890
19891 #: /home/jsm28/src/gcc-build/gcc/options.c:1202
19892 msgid "Warn if an old-style parameter definition is used"
19893 msgstr ""
19894
19895 #: /home/jsm28/src/gcc-build/gcc/options.c:1205
19896 msgid "Warn if .class files are out of date"
19897 msgstr ""
19898
19899 #: /home/jsm28/src/gcc-build/gcc/options.c:1208
19900 msgid "Warn about overloaded virtual function names"
19901 msgstr ""
19902
19903 #: /home/jsm28/src/gcc-build/gcc/options.c:1211
19904 msgid "Warn when the packed attribute has no effect on struct layout"
19905 msgstr ""
19906
19907 #: /home/jsm28/src/gcc-build/gcc/options.c:1214
19908 msgid "Warn when padding is required to align structure members"
19909 msgstr ""
19910
19911 #: /home/jsm28/src/gcc-build/gcc/options.c:1217
19912 msgid "Warn about possibly missing parentheses"
19913 msgstr ""
19914
19915 #: /home/jsm28/src/gcc-build/gcc/options.c:1220
19916 msgid "Warn when converting the type of pointers to member functions"
19917 msgstr ""
19918
19919 #: /home/jsm28/src/gcc-build/gcc/options.c:1223
19920 msgid "Warn about function pointer arithmetic"
19921 msgstr ""
19922
19923 #: /home/jsm28/src/gcc-build/gcc/options.c:1226
19924 msgid "Warn if inherited methods are unimplemented"
19925 msgstr ""
19926
19927 #: /home/jsm28/src/gcc-build/gcc/options.c:1229
19928 msgid "Warn about multiple declarations of the same object"
19929 msgstr ""
19930
19931 #: /home/jsm28/src/gcc-build/gcc/options.c:1232
19932 msgid "Warn if modifiers are specified when not necessary"
19933 msgstr ""
19934
19935 #: /home/jsm28/src/gcc-build/gcc/options.c:1235
19936 msgid "Warn when the compiler reorders code"
19937 msgstr ""
19938
19939 #: /home/jsm28/src/gcc-build/gcc/options.c:1238
19940 msgid ""
19941 "Warn whenever a function's return type defaults to \"int\" (C), or about "
19942 "inconsistent return types (C++)"
19943 msgstr ""
19944
19945 #: /home/jsm28/src/gcc-build/gcc/options.c:1241
19946 msgid "Warn if a selector has multiple methods"
19947 msgstr ""
19948
19949 #: /home/jsm28/src/gcc-build/gcc/options.c:1244
19950 msgid "Warn about possible violations of sequence point rules"
19951 msgstr ""
19952
19953 #: /home/jsm28/src/gcc-build/gcc/options.c:1247
19954 msgid "Warn when one local variable shadows another"
19955 msgstr ""
19956
19957 #: /home/jsm28/src/gcc-build/gcc/options.c:1250
19958 msgid "Warn about signed-unsigned comparisons"
19959 msgstr ""
19960
19961 #: /home/jsm28/src/gcc-build/gcc/options.c:1253
19962 msgid "Warn when overload promotes from unsigned to signed"
19963 msgstr ""
19964
19965 #: /home/jsm28/src/gcc-build/gcc/options.c:1256
19966 #: /home/jsm28/src/gcc-build/gcc/options.c:1259
19967 msgid "Warn about code which might break strict aliasing rules"
19968 msgstr ""
19969
19970 #: /home/jsm28/src/gcc-build/gcc/options.c:1262
19971 msgid "Warn about unprototyped function declarations"
19972 msgstr ""
19973
19974 #: /home/jsm28/src/gcc-build/gcc/options.c:1265
19975 msgid "Warn about \"suspicious\" constructs"
19976 msgstr ""
19977
19978 #: /home/jsm28/src/gcc-build/gcc/options.c:1268
19979 msgid "Warn about enumerated switches, with no default, missing a case"
19980 msgstr ""
19981
19982 #: /home/jsm28/src/gcc-build/gcc/options.c:1271
19983 msgid "Warn about enumerated switches missing a \"default:\" statement"
19984 msgstr ""
19985
19986 #: /home/jsm28/src/gcc-build/gcc/options.c:1274
19987 msgid "Warn about all enumerated switches missing a specific case"
19988 msgstr ""
19989
19990 #: /home/jsm28/src/gcc-build/gcc/options.c:1277
19991 msgid "Warn when synthesis behavior differs from Cfront"
19992 msgstr ""
19993
19994 #: /home/jsm28/src/gcc-build/gcc/options.c:1280
19995 msgid "Do not suppress warnings from system headers"
19996 msgstr ""
19997
19998 #: /home/jsm28/src/gcc-build/gcc/options.c:1283
19999 msgid "Warn about features not present in traditional C"
20000 msgstr ""
20001
20002 #: /home/jsm28/src/gcc-build/gcc/options.c:1286
20003 msgid ""
20004 "Warn if trigraphs are encountered that might affect the meaning of the "
20005 "program"
20006 msgstr ""
20007
20008 #: /home/jsm28/src/gcc-build/gcc/options.c:1289
20009 msgid "Warn about @selector()s without previously declared methods"
20010 msgstr ""
20011
20012 #: /home/jsm28/src/gcc-build/gcc/options.c:1292
20013 msgid "Warn if an undefined macro is used in an #if directive"
20014 msgstr ""
20015
20016 #: /home/jsm28/src/gcc-build/gcc/options.c:1295
20017 msgid "Warn about underflow of numerical constant expressions"
20018 msgstr ""
20019
20020 #: /home/jsm28/src/gcc-build/gcc/options.c:1298
20021 msgid "Warn about uninitialized automatic variables"
20022 msgstr ""
20023
20024 #: /home/jsm28/src/gcc-build/gcc/options.c:1301
20025 msgid "Warn about unrecognized pragmas"
20026 msgstr ""
20027
20028 #: /home/jsm28/src/gcc-build/gcc/options.c:1304
20029 msgid "Warn about code that will never be executed"
20030 msgstr ""
20031
20032 #: /home/jsm28/src/gcc-build/gcc/options.c:1307
20033 msgid "Enable all -Wunused- warnings"
20034 msgstr ""
20035
20036 #: /home/jsm28/src/gcc-build/gcc/options.c:1310
20037 msgid "Warn when a function is unused"
20038 msgstr ""
20039
20040 #: /home/jsm28/src/gcc-build/gcc/options.c:1313
20041 #: /home/jsm28/src/gcc-build/gcc/options.c:1316
20042 msgid "Warn when a label is unused"
20043 msgstr ""
20044
20045 #: /home/jsm28/src/gcc-build/gcc/options.c:1319
20046 msgid "Warn about macros defined in the main file that are not used"
20047 msgstr ""
20048
20049 #: /home/jsm28/src/gcc-build/gcc/options.c:1322
20050 msgid "Warn when a function parameter is unused"
20051 msgstr ""
20052
20053 #: /home/jsm28/src/gcc-build/gcc/options.c:1325
20054 msgid "Warn when an expression value is unused"
20055 msgstr ""
20056
20057 #: /home/jsm28/src/gcc-build/gcc/options.c:1328
20058 msgid "Warn when a variable is unused"
20059 msgstr ""
20060
20061 #: /home/jsm28/src/gcc-build/gcc/options.c:1331
20062 msgid "Do not warn about using variadic macros when -pedantic"
20063 msgstr ""
20064
20065 #: /home/jsm28/src/gcc-build/gcc/options.c:1334
20066 msgid "Give strings the type \"array of char\""
20067 msgstr ""
20068
20069 #: /home/jsm28/src/gcc-build/gcc/options.c:1337
20070 msgid ""
20071 "A synonym for -std=c89.  In a future version of GCC it will become "
20072 "synonymous with -std=c99 instead"
20073 msgstr ""
20074
20075 #: /home/jsm28/src/gcc-build/gcc/options.c:1340
20076 msgid "-aux-info <file>\tEmit declaration information into <file>"
20077 msgstr ""
20078
20079 #: /home/jsm28/src/gcc-build/gcc/options.c:1352
20080 msgid "-d<letters>\tEnable dumps from specific passes of the compiler"
20081 msgstr ""
20082
20083 #: /home/jsm28/src/gcc-build/gcc/options.c:1355
20084 msgid "Set the default real and integer kinds to double precision"
20085 msgstr ""
20086
20087 #: /home/jsm28/src/gcc-build/gcc/options.c:1358
20088 msgid "-dumpbase <file>\tSet the file basename to be used for dumps"
20089 msgstr ""
20090
20091 #: /home/jsm28/src/gcc-build/gcc/options.c:1361
20092 msgid "--CLASSPATH\tDeprecated; use --classpath instead"
20093 msgstr ""
20094
20095 #: /home/jsm28/src/gcc-build/gcc/options.c:1364
20096 msgid "Generate position-independent code if possible (large mode)"
20097 msgstr ""
20098
20099 #: /home/jsm28/src/gcc-build/gcc/options.c:1367
20100 msgid ""
20101 "Generate position-independent code for executables if possible (large mode)"
20102 msgstr ""
20103
20104 #: /home/jsm28/src/gcc-build/gcc/options.c:1373
20105 msgid "Enforce class member access control semantics"
20106 msgstr ""
20107
20108 #: /home/jsm28/src/gcc-build/gcc/options.c:1376
20109 msgid "Align the start of functions"
20110 msgstr ""
20111
20112 #: /home/jsm28/src/gcc-build/gcc/options.c:1382
20113 msgid "Align labels which are only reached by jumping"
20114 msgstr ""
20115
20116 #: /home/jsm28/src/gcc-build/gcc/options.c:1388
20117 msgid "Align all labels"
20118 msgstr ""
20119
20120 #: /home/jsm28/src/gcc-build/gcc/options.c:1394
20121 msgid "Align the start of loops"
20122 msgstr ""
20123
20124 #: /home/jsm28/src/gcc-build/gcc/options.c:1403
20125 msgid "Change when template instances are emitted"
20126 msgstr ""
20127
20128 #: /home/jsm28/src/gcc-build/gcc/options.c:1406
20129 msgid "Specify that arguments may alias each other and globals"
20130 msgstr ""
20131
20132 #: /home/jsm28/src/gcc-build/gcc/options.c:1409
20133 msgid "Assume arguments may alias globals but not each other"
20134 msgstr ""
20135
20136 #: /home/jsm28/src/gcc-build/gcc/options.c:1412
20137 msgid "Assume arguments alias neither each other nor globals"
20138 msgstr ""
20139
20140 #: /home/jsm28/src/gcc-build/gcc/options.c:1415
20141 msgid "Recognize the \"asm\" keyword"
20142 msgstr ""
20143
20144 #: /home/jsm28/src/gcc-build/gcc/options.c:1418
20145 msgid "Permit the use of the assert keyword"
20146 msgstr ""
20147
20148 #: /home/jsm28/src/gcc-build/gcc/options.c:1427
20149 msgid "Generate unwind tables that are exact at each instruction boundary"
20150 msgstr ""
20151
20152 #: /home/jsm28/src/gcc-build/gcc/options.c:1430
20153 msgid "--bootclasspath=<path>\tReplace system path"
20154 msgstr ""
20155
20156 #: /home/jsm28/src/gcc-build/gcc/options.c:1433
20157 msgid "Generate code to check bounds before indexing arrays"
20158 msgstr ""
20159
20160 #: /home/jsm28/src/gcc-build/gcc/options.c:1436
20161 msgid "Replace add, compare, branch with branch on count register"
20162 msgstr ""
20163
20164 #: /home/jsm28/src/gcc-build/gcc/options.c:1439
20165 msgid "Use profiling information for branch probabilities"
20166 msgstr ""
20167
20168 #: /home/jsm28/src/gcc-build/gcc/options.c:1442
20169 msgid ""
20170 "Perform branch target load optimization before prologue / epilogue threading"
20171 msgstr ""
20172
20173 #: /home/jsm28/src/gcc-build/gcc/options.c:1445
20174 msgid ""
20175 "Perform branch target load optimization after prologue / epilogue threading"
20176 msgstr ""
20177
20178 #: /home/jsm28/src/gcc-build/gcc/options.c:1448
20179 msgid ""
20180 "Restrict target load migration not to re-use registers in any basic block"
20181 msgstr ""
20182
20183 #: /home/jsm28/src/gcc-build/gcc/options.c:1451
20184 msgid "Recognize built-in functions"
20185 msgstr ""
20186
20187 #: /home/jsm28/src/gcc-build/gcc/options.c:1457
20188 msgid ""
20189 "-fcall-saved-<register>\tMark <register> as being preserved across functions"
20190 msgstr ""
20191
20192 #: /home/jsm28/src/gcc-build/gcc/options.c:1460
20193 msgid ""
20194 "-fcall-used-<register>\tMark <register> as being corrupted by function calls"
20195 msgstr ""
20196
20197 #: /home/jsm28/src/gcc-build/gcc/options.c:1463
20198 msgid "Save registers around function calls"
20199 msgstr ""
20200
20201 #: /home/jsm28/src/gcc-build/gcc/options.c:1466
20202 msgid "Check the return value of new"
20203 msgstr ""
20204
20205 #: /home/jsm28/src/gcc-build/gcc/options.c:1469
20206 msgid "Generate checks for references to NULL"
20207 msgstr ""
20208
20209 #: /home/jsm28/src/gcc-build/gcc/options.c:1472
20210 msgid "--classpath=<path>\tSet class path"
20211 msgstr ""
20212
20213 #: /home/jsm28/src/gcc-build/gcc/options.c:1475
20214 msgid "Do not put uninitialized globals in the common section"
20215 msgstr ""
20216
20217 #: /home/jsm28/src/gcc-build/gcc/options.c:1481
20218 msgid "Allow the arguments of the '?' operator to have different types"
20219 msgstr ""
20220
20221 #: /home/jsm28/src/gcc-build/gcc/options.c:1484
20222 msgid "Reduce the size of object files"
20223 msgstr ""
20224
20225 #: /home/jsm28/src/gcc-build/gcc/options.c:1487
20226 msgid "Make string literals \"const char[]\" not \"char[]\""
20227 msgstr ""
20228
20229 #: /home/jsm28/src/gcc-build/gcc/options.c:1490
20230 msgid "-fconst-string-class=<name>\tUse class <name> for constant strings"
20231 msgstr ""
20232
20233 #: /home/jsm28/src/gcc-build/gcc/options.c:1493
20234 msgid "Perform a register copy-propagation optimization pass"
20235 msgstr ""
20236
20237 #: /home/jsm28/src/gcc-build/gcc/options.c:1496
20238 msgid "Perform cross-jumping optimization"
20239 msgstr ""
20240
20241 #: /home/jsm28/src/gcc-build/gcc/options.c:1499
20242 msgid "When running CSE, follow jumps to their targets"
20243 msgstr ""
20244
20245 #: /home/jsm28/src/gcc-build/gcc/options.c:1502
20246 msgid "When running CSE, follow conditional jumps"
20247 msgstr ""
20248
20249 #: /home/jsm28/src/gcc-build/gcc/options.c:1505
20250 msgid "Place data items into their own section"
20251 msgstr ""
20252
20253 #: /home/jsm28/src/gcc-build/gcc/options.c:1508
20254 msgid "Inline member functions by default"
20255 msgstr ""
20256
20257 #: /home/jsm28/src/gcc-build/gcc/options.c:1511
20258 msgid "Defer popping functions args from stack until later"
20259 msgstr ""
20260
20261 #: /home/jsm28/src/gcc-build/gcc/options.c:1514
20262 msgid "Attempt to fill delay slots of branch instructions"
20263 msgstr ""
20264
20265 #: /home/jsm28/src/gcc-build/gcc/options.c:1517
20266 msgid "Delete useless null pointer checks"
20267 msgstr ""
20268
20269 #: /home/jsm28/src/gcc-build/gcc/options.c:1520
20270 msgid ""
20271 "-fdiagnostics-show-location=[once|every-line]\tHow often to emit source "
20272 "location at the beginning of line-wrapped diagnostics"
20273 msgstr ""
20274
20275 #: /home/jsm28/src/gcc-build/gcc/options.c:1529
20276 msgid "Allow dollar signs in entity names"
20277 msgstr ""
20278
20279 #: /home/jsm28/src/gcc-build/gcc/options.c:1532
20280 msgid "Permit '$' as an identifier character"
20281 msgstr ""
20282
20283 #: /home/jsm28/src/gcc-build/gcc/options.c:1535
20284 msgid "-fdump-<type>\tDump various compiler internals to a file"
20285 msgstr ""
20286
20287 #: /home/jsm28/src/gcc-build/gcc/options.c:1538
20288 msgid "Display the code tree after parsing."
20289 msgstr ""
20290
20291 #: /home/jsm28/src/gcc-build/gcc/options.c:1541
20292 msgid ""
20293 "Suppress output of instruction numbers and line number notes in debugging "
20294 "dumps"
20295 msgstr ""
20296
20297 #: /home/jsm28/src/gcc-build/gcc/options.c:1547
20298 msgid "Perform DWARF2 duplicate elimination"
20299 msgstr ""
20300
20301 #: /home/jsm28/src/gcc-build/gcc/options.c:1550
20302 #: /home/jsm28/src/gcc-build/gcc/options.c:1553
20303 msgid "Perform unused type elimination in debug info"
20304 msgstr ""
20305
20306 #: /home/jsm28/src/gcc-build/gcc/options.c:1556
20307 msgid "Output a class file"
20308 msgstr ""
20309
20310 #: /home/jsm28/src/gcc-build/gcc/options.c:1559
20311 msgid "Alias for -femit-class-file"
20312 msgstr ""
20313
20314 #: /home/jsm28/src/gcc-build/gcc/options.c:1568
20315 msgid ""
20316 "--encoding=<encoding>\tChoose input encoding (defaults from your locale)"
20317 msgstr ""
20318
20319 #: /home/jsm28/src/gcc-build/gcc/options.c:1571
20320 msgid "Generate code to check exception specifications"
20321 msgstr ""
20322
20323 #: /home/jsm28/src/gcc-build/gcc/options.c:1577
20324 msgid "Enable exception handling"
20325 msgstr ""
20326
20327 #: /home/jsm28/src/gcc-build/gcc/options.c:1580
20328 msgid ""
20329 "-fexec-charset=<cset>\tConvert all strings and character constants to "
20330 "character set <cset>"
20331 msgstr ""
20332
20333 #: /home/jsm28/src/gcc-build/gcc/options.c:1583
20334 msgid "Perform a number of minor, expensive optimizations"
20335 msgstr ""
20336
20337 #: /home/jsm28/src/gcc-build/gcc/options.c:1595
20338 msgid "Input file is a file with a list of filenames to compile"
20339 msgstr ""
20340
20341 #: /home/jsm28/src/gcc-build/gcc/options.c:1598
20342 msgid "Assume no NaNs or infinities are generated"
20343 msgstr ""
20344
20345 #: /home/jsm28/src/gcc-build/gcc/options.c:1601
20346 msgid ""
20347 "-ffixed-<register>\tMark <register> as being unavailable to the compiler"
20348 msgstr ""
20349
20350 #: /home/jsm28/src/gcc-build/gcc/options.c:1604
20351 msgid "Assume that the source file is fixed form"
20352 msgstr ""
20353
20354 #: /home/jsm28/src/gcc-build/gcc/options.c:1607
20355 msgid "-ffixed-line-length-<n>\t\tUse n as character line width in fixed mode"
20356 msgstr ""
20357
20358 #: /home/jsm28/src/gcc-build/gcc/options.c:1610
20359 msgid "Allow arbitrary character line width in fixed mode"
20360 msgstr ""
20361
20362 #: /home/jsm28/src/gcc-build/gcc/options.c:1613
20363 msgid "Don't allocate floats and doubles in extended-precision registers"
20364 msgstr ""
20365
20366 #: /home/jsm28/src/gcc-build/gcc/options.c:1616
20367 msgid "Scope of for-init-statement variables is local to the loop"
20368 msgstr ""
20369
20370 #: /home/jsm28/src/gcc-build/gcc/options.c:1619
20371 msgid "Copy memory address constants into registers before use"
20372 msgstr ""
20373
20374 #: /home/jsm28/src/gcc-build/gcc/options.c:1622
20375 msgid "Always check for non gcj generated classes archives"
20376 msgstr ""
20377
20378 #: /home/jsm28/src/gcc-build/gcc/options.c:1625
20379 msgid "Copy memory operands into registers before use"
20380 msgstr ""
20381
20382 #: /home/jsm28/src/gcc-build/gcc/options.c:1628
20383 msgid "Assume that the source file is free form"
20384 msgstr ""
20385
20386 #: /home/jsm28/src/gcc-build/gcc/options.c:1631
20387 msgid "Do not assume that standard C libraries and \"main\" exist"
20388 msgstr ""
20389
20390 #: /home/jsm28/src/gcc-build/gcc/options.c:1634
20391 msgid "Allow function addresses to be held in registers"
20392 msgstr ""
20393
20394 #: /home/jsm28/src/gcc-build/gcc/options.c:1637
20395 msgid "Place each function into its own section"
20396 msgstr ""
20397
20398 #: /home/jsm28/src/gcc-build/gcc/options.c:1640
20399 msgid "Perform global common subexpression elimination"
20400 msgstr ""
20401
20402 #: /home/jsm28/src/gcc-build/gcc/options.c:1643
20403 msgid ""
20404 "Perform global common subexpression elimination after register allocation"
20405 msgstr ""
20406
20407 #: /home/jsm28/src/gcc-build/gcc/options.c:1646
20408 msgid ""
20409 "Perform redundant load after store elimination in global common subexpression"
20410 msgstr ""
20411
20412 #: /home/jsm28/src/gcc-build/gcc/options.c:1649
20413 msgid ""
20414 "Perform enhanced load motion during global common subexpression elimination"
20415 msgstr ""
20416
20417 #: /home/jsm28/src/gcc-build/gcc/options.c:1652
20418 msgid "Perform store motion after global common subexpression elimination"
20419 msgstr ""
20420
20421 #: /home/jsm28/src/gcc-build/gcc/options.c:1655
20422 msgid "Recognize GNU-defined keywords"
20423 msgstr ""
20424
20425 #: /home/jsm28/src/gcc-build/gcc/options.c:1658
20426 msgid "Generate code for GNU runtime environment"
20427 msgstr ""
20428
20429 #: /home/jsm28/src/gcc-build/gcc/options.c:1661
20430 msgid "Enable guessing of branch probabilities"
20431 msgstr ""
20432
20433 #: /home/jsm28/src/gcc-build/gcc/options.c:1670
20434 msgid ""
20435 "Assume the runtime uses a hash table to map an object to its synchronization "
20436 "structure"
20437 msgstr ""
20438
20439 #: /home/jsm28/src/gcc-build/gcc/options.c:1676
20440 msgid "Assume normal C execution environment"
20441 msgstr ""
20442
20443 #: /home/jsm28/src/gcc-build/gcc/options.c:1679
20444 msgid "Enable support for huge objects"
20445 msgstr ""
20446
20447 #: /home/jsm28/src/gcc-build/gcc/options.c:1682
20448 msgid "Process #ident directives"
20449 msgstr ""
20450
20451 #: /home/jsm28/src/gcc-build/gcc/options.c:1685
20452 msgid "Perform conversion of conditional jumps to branchless equivalents"
20453 msgstr ""
20454
20455 #: /home/jsm28/src/gcc-build/gcc/options.c:1688
20456 msgid "Perform conversion of conditional jumps to conditional execution"
20457 msgstr ""
20458
20459 #: /home/jsm28/src/gcc-build/gcc/options.c:1691
20460 msgid "Export functions even if they can be inlined"
20461 msgstr ""
20462
20463 #: /home/jsm28/src/gcc-build/gcc/options.c:1694
20464 msgid "Emit implicit instantiations of inline templates"
20465 msgstr ""
20466
20467 #: /home/jsm28/src/gcc-build/gcc/options.c:1697
20468 msgid ""
20469 "Specify that no implicit typing is allowed, unless overridden by explicit "
20470 "IMPLICIT statements"
20471 msgstr ""
20472
20473 #: /home/jsm28/src/gcc-build/gcc/options.c:1700
20474 msgid "Emit implicit instantiations of templates"
20475 msgstr ""
20476
20477 #: /home/jsm28/src/gcc-build/gcc/options.c:1703
20478 msgid "Use offset tables for virtual method calls"
20479 msgstr ""
20480
20481 #: /home/jsm28/src/gcc-build/gcc/options.c:1706
20482 msgid "Do not generate .size directives"
20483 msgstr ""
20484
20485 #: /home/jsm28/src/gcc-build/gcc/options.c:1709
20486 msgid "Pay attention to the \"inline\" keyword"
20487 msgstr ""
20488
20489 #: /home/jsm28/src/gcc-build/gcc/options.c:1718
20490 msgid ""
20491 "-finline-limit=<number>\tLimit the size of inlined functions to <number>"
20492 msgstr ""
20493
20494 #: /home/jsm28/src/gcc-build/gcc/options.c:1721
20495 msgid ""
20496 "-finput-charset=<cset>      Specify the default character set for source "
20497 "files."
20498 msgstr ""
20499
20500 #: /home/jsm28/src/gcc-build/gcc/options.c:1724
20501 msgid "Instrument function entry and exit with profiling calls"
20502 msgstr ""
20503
20504 #: /home/jsm28/src/gcc-build/gcc/options.c:1727
20505 msgid "Optimize induction variables on trees"
20506 msgstr ""
20507
20508 #: /home/jsm28/src/gcc-build/gcc/options.c:1730
20509 msgid "Assume native functions are implemented using JNI"
20510 msgstr ""
20511
20512 #: /home/jsm28/src/gcc-build/gcc/options.c:1733
20513 msgid "Generate code for functions even if they are fully inlined"
20514 msgstr ""
20515
20516 #: /home/jsm28/src/gcc-build/gcc/options.c:1736
20517 msgid "Emit static const variables even if they are not used"
20518 msgstr ""
20519
20520 #: /home/jsm28/src/gcc-build/gcc/options.c:1742
20521 msgid "Give external symbols a leading underscore"
20522 msgstr ""
20523
20524 #: /home/jsm28/src/gcc-build/gcc/options.c:1745
20525 msgid "Perform loop optimizations"
20526 msgstr ""
20527
20528 #: /home/jsm28/src/gcc-build/gcc/options.c:1748
20529 msgid "Perform loop optimizations using the new loop optimizer"
20530 msgstr ""
20531
20532 #: /home/jsm28/src/gcc-build/gcc/options.c:1751
20533 msgid "Set errno after built-in math functions"
20534 msgstr ""
20535
20536 #: /home/jsm28/src/gcc-build/gcc/options.c:1754
20537 msgid "-fmax-identifier-length=<n>\tMaximum identifier length."
20538 msgstr ""
20539
20540 #: /home/jsm28/src/gcc-build/gcc/options.c:1757
20541 msgid ""
20542 "-fmax-stack-var-size=<n>\tSize in bytes of the largest array that will be "
20543 "put on the stack"
20544 msgstr ""
20545
20546 #: /home/jsm28/src/gcc-build/gcc/options.c:1760
20547 msgid "Report on permanent memory allocation"
20548 msgstr ""
20549
20550 #: /home/jsm28/src/gcc-build/gcc/options.c:1763
20551 msgid "Attempt to merge identical constants and constant variables"
20552 msgstr ""
20553
20554 #: /home/jsm28/src/gcc-build/gcc/options.c:1766
20555 msgid "Attempt to merge identical constants across compilation units"
20556 msgstr ""
20557
20558 #: /home/jsm28/src/gcc-build/gcc/options.c:1769
20559 msgid ""
20560 "-fmessage-length=<number>\tLimit diagnostics to <number> characters per "
20561 "line.  0 suppresses line-wrapping"
20562 msgstr ""
20563
20564 #: /home/jsm28/src/gcc-build/gcc/options.c:1772
20565 msgid "Set default accessibility of module entities to PRIVATE"
20566 msgstr ""
20567
20568 #: /home/jsm28/src/gcc-build/gcc/options.c:1775
20569 msgid "Perform SMS based modulo scheduling before the first scheduling pass"
20570 msgstr ""
20571
20572 #: /home/jsm28/src/gcc-build/gcc/options.c:1778
20573 msgid "Move loop invariant computations out of loops"
20574 msgstr ""
20575
20576 #: /home/jsm28/src/gcc-build/gcc/options.c:1781
20577 msgid "Don't warn about uses of Microsoft extensions"
20578 msgstr ""
20579
20580 #: /home/jsm28/src/gcc-build/gcc/options.c:1784
20581 msgid ""
20582 "Add mudflap bounds-checking instrumentation for single-threaded program."
20583 msgstr ""
20584
20585 #: /home/jsm28/src/gcc-build/gcc/options.c:1787
20586 msgid "Ignore read operations when inserting mudflap instrumentation."
20587 msgstr ""
20588
20589 #: /home/jsm28/src/gcc-build/gcc/options.c:1790
20590 msgid "Add mudflap bounds-checking instrumentation for multi-threaded program."
20591 msgstr ""
20592
20593 #: /home/jsm28/src/gcc-build/gcc/options.c:1799
20594 msgid "Use graph-coloring register allocation"
20595 msgstr ""
20596
20597 #: /home/jsm28/src/gcc-build/gcc/options.c:1802
20598 msgid "Generate code for NeXT (Apple Mac OS X) runtime environment"
20599 msgstr ""
20600
20601 #: /home/jsm28/src/gcc-build/gcc/options.c:1805
20602 msgid "Assume that receivers of Objective-C messages may be nil"
20603 msgstr ""
20604
20605 #: /home/jsm28/src/gcc-build/gcc/options.c:1808
20606 msgid "Don't generate code, just do syntax and semantics checking"
20607 msgstr ""
20608
20609 #: /home/jsm28/src/gcc-build/gcc/options.c:1811
20610 msgid "Support synchronous non-call exceptions"
20611 msgstr ""
20612
20613 #: /home/jsm28/src/gcc-build/gcc/options.c:1820
20614 msgid "Enable Objective-C exception and synchronization syntax"
20615 msgstr ""
20616
20617 #: /home/jsm28/src/gcc-build/gcc/options.c:1823
20618 msgid "Enable Objective-C setjmp exception handling runtime"
20619 msgstr ""
20620
20621 #: /home/jsm28/src/gcc-build/gcc/options.c:1826
20622 msgid "When possible do not generate stack frames"
20623 msgstr ""
20624
20625 #: /home/jsm28/src/gcc-build/gcc/options.c:1829
20626 msgid "Recognize C++ kewords like \"compl\" and \"xor\""
20627 msgstr ""
20628
20629 #: /home/jsm28/src/gcc-build/gcc/options.c:1832
20630 msgid "Do the full register move optimization pass"
20631 msgstr ""
20632
20633 #: /home/jsm28/src/gcc-build/gcc/options.c:1835
20634 msgid "Optimize sibling and tail recursive calls"
20635 msgstr ""
20636
20637 #: /home/jsm28/src/gcc-build/gcc/options.c:1838
20638 msgid "Enable optimization of static class initialization code"
20639 msgstr ""
20640
20641 #: /home/jsm28/src/gcc-build/gcc/options.c:1841
20642 msgid "Enable optional diagnostics"
20643 msgstr ""
20644
20645 #: /home/jsm28/src/gcc-build/gcc/options.c:1847
20646 msgid "Try to layout derived types as compact as possible"
20647 msgstr ""
20648
20649 #: /home/jsm28/src/gcc-build/gcc/options.c:1850
20650 msgid "Pack structure members together without holes"
20651 msgstr ""
20652
20653 #: /home/jsm28/src/gcc-build/gcc/options.c:1853
20654 msgid "-fpack-struct=<number>\tSet initial maximum structure member alignment"
20655 msgstr ""
20656
20657 #: /home/jsm28/src/gcc-build/gcc/options.c:1856
20658 msgid "Return small aggregates in memory, not registers"
20659 msgstr ""
20660
20661 #: /home/jsm28/src/gcc-build/gcc/options.c:1862
20662 msgid "Look for and use PCH files even when preprocessing"
20663 msgstr ""
20664
20665 #: /home/jsm28/src/gcc-build/gcc/options.c:1865
20666 msgid "Perform loop peeling"
20667 msgstr ""
20668
20669 #: /home/jsm28/src/gcc-build/gcc/options.c:1868
20670 msgid "Enable machine specific peephole optimizations"
20671 msgstr ""
20672
20673 #: /home/jsm28/src/gcc-build/gcc/options.c:1871
20674 msgid "Enable an RTL peephole pass before sched2"
20675 msgstr ""
20676
20677 #: /home/jsm28/src/gcc-build/gcc/options.c:1874
20678 msgid "Downgrade conformance errors to warnings"
20679 msgstr ""
20680
20681 #: /home/jsm28/src/gcc-build/gcc/options.c:1877
20682 msgid "Generate position-independent code if possible (small mode)"
20683 msgstr ""
20684
20685 #: /home/jsm28/src/gcc-build/gcc/options.c:1880
20686 msgid ""
20687 "Generate position-independent code for executables if possible (small mode)"
20688 msgstr ""
20689
20690 #: /home/jsm28/src/gcc-build/gcc/options.c:1883
20691 msgid "Generate prefetch instructions, if available, for arrays in loops"
20692 msgstr ""
20693
20694 #: /home/jsm28/src/gcc-build/gcc/options.c:1886
20695 msgid "Treat the input file as already preprocessed"
20696 msgstr ""
20697
20698 #: /home/jsm28/src/gcc-build/gcc/options.c:1889
20699 msgid "Enable basic program profiling code"
20700 msgstr ""
20701
20702 #: /home/jsm28/src/gcc-build/gcc/options.c:1892
20703 msgid "Insert arc-based program profiling code"
20704 msgstr ""
20705
20706 #: /home/jsm28/src/gcc-build/gcc/options.c:1895
20707 msgid ""
20708 "Enable common options for generating profile info for profile feedback "
20709 "directed optimizations"
20710 msgstr ""
20711
20712 #: /home/jsm28/src/gcc-build/gcc/options.c:1898
20713 msgid ""
20714 "Enable common options for performing profile feedback directed optimizations"
20715 msgstr ""
20716
20717 #: /home/jsm28/src/gcc-build/gcc/options.c:1901
20718 msgid "Insert code to profile values of expressions"
20719 msgstr ""
20720
20721 #: /home/jsm28/src/gcc-build/gcc/options.c:1907
20722 msgid "-frandom-seed=<string>\tMake compile reproducible using <string>"
20723 msgstr ""
20724
20725 #: /home/jsm28/src/gcc-build/gcc/options.c:1910
20726 msgid "Return small aggregates in registers"
20727 msgstr ""
20728
20729 #: /home/jsm28/src/gcc-build/gcc/options.c:1913
20730 msgid "Enables a register move optimization"
20731 msgstr ""
20732
20733 #: /home/jsm28/src/gcc-build/gcc/options.c:1916
20734 msgid "Perform a register renaming optimization pass"
20735 msgstr ""
20736
20737 #: /home/jsm28/src/gcc-build/gcc/options.c:1919
20738 msgid "Reorder basic blocks to improve code placement"
20739 msgstr ""
20740
20741 #: /home/jsm28/src/gcc-build/gcc/options.c:1922
20742 msgid "Reorder basic blocks and partition into hot and cold sections"
20743 msgstr ""
20744
20745 #: /home/jsm28/src/gcc-build/gcc/options.c:1925
20746 msgid "Reorder functions to improve code placement"
20747 msgstr ""
20748
20749 #: /home/jsm28/src/gcc-build/gcc/options.c:1928
20750 msgid "Copy array sections into a contiguous block on procedure entry"
20751 msgstr ""
20752
20753 #: /home/jsm28/src/gcc-build/gcc/options.c:1931
20754 msgid ""
20755 "Used in Fix-and-Continue mode to indicate that object files may be swapped "
20756 "in at runtime"
20757 msgstr ""
20758
20759 #: /home/jsm28/src/gcc-build/gcc/options.c:1934
20760 msgid "Enable automatic template instantiation"
20761 msgstr ""
20762
20763 #: /home/jsm28/src/gcc-build/gcc/options.c:1937
20764 msgid "Add a common subexpression elimination pass after loop optimizations"
20765 msgstr ""
20766
20767 #: /home/jsm28/src/gcc-build/gcc/options.c:1940
20768 msgid "Run the loop optimizer twice"
20769 msgstr ""
20770
20771 #: /home/jsm28/src/gcc-build/gcc/options.c:1943
20772 msgid ""
20773 "Enable/Disable the traditional scheduling in loops that already passed "
20774 "modulo scheduling"
20775 msgstr ""
20776
20777 #: /home/jsm28/src/gcc-build/gcc/options.c:1946
20778 msgid "Disable optimizations that assume default FP rounding behavior"
20779 msgstr ""
20780
20781 #: /home/jsm28/src/gcc-build/gcc/options.c:1949
20782 msgid "Generate run time type descriptor information"
20783 msgstr ""
20784
20785 #: /home/jsm28/src/gcc-build/gcc/options.c:1952
20786 msgid "Enable scheduling across basic blocks"
20787 msgstr ""
20788
20789 #: /home/jsm28/src/gcc-build/gcc/options.c:1955
20790 msgid "Allow speculative motion of non-loads"
20791 msgstr ""
20792
20793 #: /home/jsm28/src/gcc-build/gcc/options.c:1958
20794 msgid "Allow speculative motion of some loads"
20795 msgstr ""
20796
20797 #: /home/jsm28/src/gcc-build/gcc/options.c:1961
20798 msgid "Allow speculative motion of more loads"
20799 msgstr ""
20800
20801 #: /home/jsm28/src/gcc-build/gcc/options.c:1964
20802 msgid "Allow premature scheduling of queued insns"
20803 msgstr ""
20804
20805 #: /home/jsm28/src/gcc-build/gcc/options.c:1967
20806 msgid ""
20807 "Set dependence distance checking in premature scheduling of queued insns"
20808 msgstr ""
20809
20810 #: /home/jsm28/src/gcc-build/gcc/options.c:1970
20811 msgid ""
20812 "-fsched-stalled-insns-dep=<number>   Set dependence distance checking in "
20813 "premature scheduling of queued insns"
20814 msgstr ""
20815
20816 #: /home/jsm28/src/gcc-build/gcc/options.c:1973
20817 msgid ""
20818 "-fsched-stalled-insns=<number>       Set number of queued insns that can be "
20819 "prematurely scheduled"
20820 msgstr ""
20821
20822 #: /home/jsm28/src/gcc-build/gcc/options.c:1976
20823 msgid "-fsched-verbose=<number>\tSet the verbosity level of the scheduler"
20824 msgstr ""
20825
20826 #: /home/jsm28/src/gcc-build/gcc/options.c:1979
20827 msgid "If scheduling post reload, do superblock scheduling"
20828 msgstr ""
20829
20830 #: /home/jsm28/src/gcc-build/gcc/options.c:1982
20831 msgid "If scheduling post reload, do trace scheduling"
20832 msgstr ""
20833
20834 #: /home/jsm28/src/gcc-build/gcc/options.c:1985
20835 msgid "Reschedule instructions before register allocation"
20836 msgstr ""
20837
20838 #: /home/jsm28/src/gcc-build/gcc/options.c:1988
20839 msgid "Reschedule instructions after register allocation"
20840 msgstr ""
20841
20842 #: /home/jsm28/src/gcc-build/gcc/options.c:1991
20843 msgid "Append a second underscore if the name already contains an underscore"
20844 msgstr ""
20845
20846 #: /home/jsm28/src/gcc-build/gcc/options.c:1994
20847 msgid "Mark data as shared rather than private"
20848 msgstr ""
20849
20850 #: /home/jsm28/src/gcc-build/gcc/options.c:1997
20851 msgid "Use the same size for double as for float"
20852 msgstr ""
20853
20854 #: /home/jsm28/src/gcc-build/gcc/options.c:2000
20855 msgid "Use the narrowest integer type possible for enumeration types"
20856 msgstr ""
20857
20858 #: /home/jsm28/src/gcc-build/gcc/options.c:2003
20859 msgid "Force the underlying type for \"wchar_t\" to be \"unsigned short\""
20860 msgstr ""
20861
20862 #: /home/jsm28/src/gcc-build/gcc/options.c:2009
20863 msgid "Disable optimizations observable by IEEE signaling NaNs"
20864 msgstr ""
20865
20866 #: /home/jsm28/src/gcc-build/gcc/options.c:2012
20867 msgid "When \"signed\" or \"unsigned\" is not given make the bitfield signed"
20868 msgstr ""
20869
20870 #: /home/jsm28/src/gcc-build/gcc/options.c:2015
20871 msgid "Make \"char\" signed by default"
20872 msgstr ""
20873
20874 #: /home/jsm28/src/gcc-build/gcc/options.c:2018
20875 msgid "Convert floating point constants to single precision constants"
20876 msgstr ""
20877
20878 #: /home/jsm28/src/gcc-build/gcc/options.c:2021
20879 msgid "Use value profiling for speculative prefetching"
20880 msgstr ""
20881
20882 #: /home/jsm28/src/gcc-build/gcc/options.c:2024
20883 msgid "Split lifetimes of induction variables when loops are unrolled."
20884 msgstr ""
20885
20886 #: /home/jsm28/src/gcc-build/gcc/options.c:2030
20887 msgid "Insert stack checking code into the program"
20888 msgstr ""
20889
20890 #: /home/jsm28/src/gcc-build/gcc/options.c:2036
20891 msgid ""
20892 "-fstack-limit-register=<register>\tTrap if the stack goes past <register>"
20893 msgstr ""
20894
20895 #: /home/jsm28/src/gcc-build/gcc/options.c:2039
20896 msgid "-fstack-limit-symbol=<name>\tTrap if the stack goes past symbol <name>"
20897 msgstr ""
20898
20899 #: /home/jsm28/src/gcc-build/gcc/options.c:2042
20900 msgid "Display statistics accumulated during compilation"
20901 msgstr ""
20902
20903 #: /home/jsm28/src/gcc-build/gcc/options.c:2045
20904 msgid "Enable assignability checks for stores into object arrays"
20905 msgstr ""
20906
20907 #: /home/jsm28/src/gcc-build/gcc/options.c:2048
20908 msgid "Perform strength reduction optimizations"
20909 msgstr ""
20910
20911 #: /home/jsm28/src/gcc-build/gcc/options.c:2051
20912 msgid "Assume strict aliasing rules apply"
20913 msgstr ""
20914
20915 #: /home/jsm28/src/gcc-build/gcc/options.c:2057
20916 msgid "Check for syntax errors, then stop"
20917 msgstr ""
20918
20919 #: /home/jsm28/src/gcc-build/gcc/options.c:2060
20920 msgid "-ftabstop=<number>\tDistance between tab stops for column reporting"
20921 msgstr ""
20922
20923 #: /home/jsm28/src/gcc-build/gcc/options.c:2063
20924 msgid "-ftemplate-depth-<number>\tSpecify maximum template instantiation depth"
20925 msgstr ""
20926
20927 #: /home/jsm28/src/gcc-build/gcc/options.c:2066
20928 msgid "Create data files needed by \"gcov\""
20929 msgstr ""
20930
20931 #: /home/jsm28/src/gcc-build/gcc/options.c:2072
20932 msgid "Perform jump threading optimizations"
20933 msgstr ""
20934
20935 #: /home/jsm28/src/gcc-build/gcc/options.c:2075
20936 msgid ""
20937 "-fno-threadsafe-statics\tDo not generate thread-safe code for initializing "
20938 "local statics."
20939 msgstr ""
20940
20941 #: /home/jsm28/src/gcc-build/gcc/options.c:2078
20942 msgid "Report the time taken by each compiler pass"
20943 msgstr ""
20944
20945 #: /home/jsm28/src/gcc-build/gcc/options.c:2081
20946 msgid ""
20947 "-ftls-model=[global-dynamic|local-dynamic|initial-exec|local-exec]\tSet the "
20948 "default thread-local storage code generation model"
20949 msgstr ""
20950
20951 #: /home/jsm28/src/gcc-build/gcc/options.c:2084
20952 msgid "Perform superblock formation via tail duplication"
20953 msgstr ""
20954
20955 #: /home/jsm28/src/gcc-build/gcc/options.c:2087
20956 msgid "Assume floating-point operations can trap"
20957 msgstr ""
20958
20959 #: /home/jsm28/src/gcc-build/gcc/options.c:2090
20960 msgid "Trap for signed overflow in addition, subtraction and multiplication"
20961 msgstr ""
20962
20963 #: /home/jsm28/src/gcc-build/gcc/options.c:2093
20964 msgid "Use tree-ssa based implementation of profiling"
20965 msgstr ""
20966
20967 #: /home/jsm28/src/gcc-build/gcc/options.c:2096
20968 msgid "Enable SSA-CCP optimization on trees"
20969 msgstr ""
20970
20971 #: /home/jsm28/src/gcc-build/gcc/options.c:2099
20972 msgid "Enable loop header copying on trees"
20973 msgstr ""
20974
20975 #: /home/jsm28/src/gcc-build/gcc/options.c:2102
20976 msgid "Coalesce memory temporaries in the SSA->normal pass"
20977 msgstr ""
20978
20979 #: /home/jsm28/src/gcc-build/gcc/options.c:2105
20980 msgid "Replace SSA temporaries with better names in copies."
20981 msgstr ""
20982
20983 #: /home/jsm28/src/gcc-build/gcc/options.c:2108
20984 msgid "Enable SSA dead code elimination optimization on trees"
20985 msgstr ""
20986
20987 #: /home/jsm28/src/gcc-build/gcc/options.c:2111
20988 msgid "Enable dominator optimizations"
20989 msgstr ""
20990
20991 #: /home/jsm28/src/gcc-build/gcc/options.c:2114
20992 msgid "Enable dead store elimination"
20993 msgstr ""
20994
20995 #: /home/jsm28/src/gcc-build/gcc/options.c:2117
20996 msgid "Enable Full Redundancy Elimination (FRE) on trees"
20997 msgstr ""
20998
20999 #: /home/jsm28/src/gcc-build/gcc/options.c:2120
21000 msgid "Enable loop invariant motion on trees"
21001 msgstr ""
21002
21003 #: /home/jsm28/src/gcc-build/gcc/options.c:2123
21004 msgid "Create canonical induction variables in loops"
21005 msgstr ""
21006
21007 #: /home/jsm28/src/gcc-build/gcc/options.c:2126
21008 msgid "Enable linear loop transforms on trees"
21009 msgstr ""
21010
21011 #: /home/jsm28/src/gcc-build/gcc/options.c:2129
21012 msgid "Enable loop optimizations on tree level"
21013 msgstr ""
21014
21015 #: /home/jsm28/src/gcc-build/gcc/options.c:2132
21016 msgid "Perform live range splitting during the SSA->normal pass."
21017 msgstr ""
21018
21019 #: /home/jsm28/src/gcc-build/gcc/options.c:2135
21020 msgid "Enable SSA-PRE optimization on trees"
21021 msgstr ""
21022
21023 #: /home/jsm28/src/gcc-build/gcc/options.c:2138
21024 msgid "Perform scalar replacement of aggregates"
21025 msgstr ""
21026
21027 #: /home/jsm28/src/gcc-build/gcc/options.c:2141
21028 msgid "Replace temporary expressions in the SSA->normal pass"
21029 msgstr ""
21030
21031 #: /home/jsm28/src/gcc-build/gcc/options.c:2144
21032 msgid "Enable loop vectorization on trees"
21033 msgstr ""
21034
21035 #: /home/jsm28/src/gcc-build/gcc/options.c:2147
21036 msgid "Append underscores to externally visible names"
21037 msgstr ""
21038
21039 #: /home/jsm28/src/gcc-build/gcc/options.c:2150
21040 msgid "Compile whole compilation unit at a time"
21041 msgstr ""
21042
21043 #: /home/jsm28/src/gcc-build/gcc/options.c:2153
21044 msgid "Perform loop unrolling for all loops"
21045 msgstr ""
21046
21047 #: /home/jsm28/src/gcc-build/gcc/options.c:2156
21048 msgid "Perform loop unrolling when iteration count is known"
21049 msgstr ""
21050
21051 #: /home/jsm28/src/gcc-build/gcc/options.c:2159
21052 msgid "Allow math optimizations that may violate IEEE or ISO standards"
21053 msgstr ""
21054
21055 #: /home/jsm28/src/gcc-build/gcc/options.c:2162
21056 msgid "When \"signed\" or \"unsigned\" is not given make the bitfield unsigned"
21057 msgstr ""
21058
21059 #: /home/jsm28/src/gcc-build/gcc/options.c:2165
21060 msgid "Make \"char\" unsigned by default"
21061 msgstr ""
21062
21063 #: /home/jsm28/src/gcc-build/gcc/options.c:2168
21064 msgid "Perform loop unswitching"
21065 msgstr ""
21066
21067 #: /home/jsm28/src/gcc-build/gcc/options.c:2171
21068 msgid "Just generate unwind tables for exception handling"
21069 msgstr ""
21070
21071 #: /home/jsm28/src/gcc-build/gcc/options.c:2174
21072 msgid "Generate code for the Boehm GC"
21073 msgstr ""
21074
21075 #: /home/jsm28/src/gcc-build/gcc/options.c:2177
21076 msgid "Use __cxa_atexit to register destructors"
21077 msgstr ""
21078
21079 #: /home/jsm28/src/gcc-build/gcc/options.c:2180
21080 msgid "Call a library routine to do integer divisions"
21081 msgstr ""
21082
21083 #: /home/jsm28/src/gcc-build/gcc/options.c:2183
21084 msgid "Perform variable tracking"
21085 msgstr ""
21086
21087 #: /home/jsm28/src/gcc-build/gcc/options.c:2186
21088 msgid "Add extra commentary to assembler output"
21089 msgstr ""
21090
21091 #: /home/jsm28/src/gcc-build/gcc/options.c:2189
21092 msgid "Marks all inlined methods as having hidden visibility"
21093 msgstr ""
21094
21095 #: /home/jsm28/src/gcc-build/gcc/options.c:2192
21096 msgid ""
21097 "-fvisibility=[default|internal|hidden|protected]\tSet the default symbol "
21098 "visibility"
21099 msgstr ""
21100
21101 #: /home/jsm28/src/gcc-build/gcc/options.c:2195
21102 msgid "Use expression value profiles in optimizations"
21103 msgstr ""
21104
21105 #: /home/jsm28/src/gcc-build/gcc/options.c:2198
21106 msgid "Discard unused virtual functions"
21107 msgstr ""
21108
21109 #: /home/jsm28/src/gcc-build/gcc/options.c:2201
21110 msgid "Implement vtables using thunks"
21111 msgstr ""
21112
21113 #: /home/jsm28/src/gcc-build/gcc/options.c:2204
21114 msgid "Emit common-like symbols as weak symbols"
21115 msgstr ""
21116
21117 #: /home/jsm28/src/gcc-build/gcc/options.c:2207
21118 msgid "Construct webs and split unrelated uses of single variable"
21119 msgstr ""
21120
21121 #: /home/jsm28/src/gcc-build/gcc/options.c:2210
21122 msgid ""
21123 "-fwide-exec-charset=<cset>\tConvert all wide strings and character constants "
21124 "to character set <cset>"
21125 msgstr ""
21126
21127 #: /home/jsm28/src/gcc-build/gcc/options.c:2213
21128 msgid "Generate a #line directive pointing at the current working directory"
21129 msgstr ""
21130
21131 #: /home/jsm28/src/gcc-build/gcc/options.c:2216
21132 msgid "Assume signed arithmetic overflow wraps around"
21133 msgstr ""
21134
21135 #: /home/jsm28/src/gcc-build/gcc/options.c:2219
21136 msgid "Emit cross referencing information"
21137 msgstr ""
21138
21139 #: /home/jsm28/src/gcc-build/gcc/options.c:2222
21140 msgid "Put zero initialized data in the bss section"
21141 msgstr ""
21142
21143 #: /home/jsm28/src/gcc-build/gcc/options.c:2225
21144 msgid ""
21145 "Generate lazy class lookup (via objc_getClass()) for use in Zero-Link mode"
21146 msgstr ""
21147
21148 #: /home/jsm28/src/gcc-build/gcc/options.c:2228
21149 msgid "Generate debug information in default format"
21150 msgstr ""
21151
21152 #: /home/jsm28/src/gcc-build/gcc/options.c:2231
21153 msgid "Generate debug information in COFF format"
21154 msgstr ""
21155
21156 #: /home/jsm28/src/gcc-build/gcc/options.c:2234
21157 msgid "Generate debug information in DWARF v2 format"
21158 msgstr ""
21159
21160 #: /home/jsm28/src/gcc-build/gcc/options.c:2237
21161 msgid "Dump declarations to a .decl file"
21162 msgstr ""
21163
21164 #: /home/jsm28/src/gcc-build/gcc/options.c:2240
21165 msgid "Generate debug information in default extended format"
21166 msgstr ""
21167
21168 #: /home/jsm28/src/gcc-build/gcc/options.c:2243
21169 msgid "Generate debug information in STABS format"
21170 msgstr ""
21171
21172 #: /home/jsm28/src/gcc-build/gcc/options.c:2246
21173 msgid "Generate debug information in extended STABS format"
21174 msgstr ""
21175
21176 #: /home/jsm28/src/gcc-build/gcc/options.c:2249
21177 msgid "Generate debug information in VMS format"
21178 msgstr ""
21179
21180 #: /home/jsm28/src/gcc-build/gcc/options.c:2252
21181 msgid "Generate debug information in XCOFF format"
21182 msgstr ""
21183
21184 #: /home/jsm28/src/gcc-build/gcc/options.c:2255
21185 msgid "Generate debug information in extended XCOFF format"
21186 msgstr ""
21187
21188 #: /home/jsm28/src/gcc-build/gcc/options.c:2258
21189 msgid "Set the default integer kind to double precision"
21190 msgstr ""
21191
21192 #: /home/jsm28/src/gcc-build/gcc/options.c:2261
21193 msgid "-idirafter <dir>\tAdd <dir> to the end of the system include path"
21194 msgstr ""
21195
21196 #: /home/jsm28/src/gcc-build/gcc/options.c:2264
21197 msgid "-imacros <file>\tAccept definition of macros in <file>"
21198 msgstr ""
21199
21200 #: /home/jsm28/src/gcc-build/gcc/options.c:2267
21201 msgid "-include <file>\tInclude the contents of <file> before other files"
21202 msgstr ""
21203
21204 #: /home/jsm28/src/gcc-build/gcc/options.c:2270
21205 msgid "-iprefix <path>\tSpecify <path> as a prefix for next two options"
21206 msgstr ""
21207
21208 #: /home/jsm28/src/gcc-build/gcc/options.c:2273
21209 msgid "-iquote <dir>\tAdd <dir> to the end of the quote include path"
21210 msgstr ""
21211
21212 #: /home/jsm28/src/gcc-build/gcc/options.c:2276
21213 msgid "-isysroot <dir>\tSet <dir> to be the system root directory"
21214 msgstr ""
21215
21216 #: /home/jsm28/src/gcc-build/gcc/options.c:2279
21217 msgid "-isystem <dir>\tAdd <dir> to the start of the system include path"
21218 msgstr ""
21219
21220 #: /home/jsm28/src/gcc-build/gcc/options.c:2282
21221 msgid "-iwithprefix <dir>\tAdd <dir> to the end of the system include path"
21222 msgstr ""
21223
21224 #: /home/jsm28/src/gcc-build/gcc/options.c:2285
21225 msgid "-iwithprefixbefore <dir>\tAdd <dir> to the end of the main include path"
21226 msgstr ""
21227
21228 #: /home/jsm28/src/gcc-build/gcc/options.c:2297
21229 msgid ""
21230 "Do not search standard system include directories (those specified with -"
21231 "isystem will still be used)"
21232 msgstr ""
21233
21234 #: /home/jsm28/src/gcc-build/gcc/options.c:2300
21235 msgid "Do not search standard system include directories for C++"
21236 msgstr ""
21237
21238 #: /home/jsm28/src/gcc-build/gcc/options.c:2303
21239 msgid "-o <file>\tPlace output into <file>"
21240 msgstr ""
21241
21242 #: /home/jsm28/src/gcc-build/gcc/options.c:2306
21243 msgid "Enable function profiling"
21244 msgstr ""
21245
21246 #: /home/jsm28/src/gcc-build/gcc/options.c:2309
21247 msgid "Issue warnings needed for strict compliance to the standard"
21248 msgstr ""
21249
21250 #: /home/jsm28/src/gcc-build/gcc/options.c:2312
21251 msgid "Like -pedantic but issue them as errors"
21252 msgstr ""
21253
21254 #: /home/jsm28/src/gcc-build/gcc/options.c:2315
21255 msgid "Generate C header of platform-specific features"
21256 msgstr ""
21257
21258 #: /home/jsm28/src/gcc-build/gcc/options.c:2318
21259 msgid "-qkind=<n>\tSet the kind for a real with the 'q' exponent to 'n'"
21260 msgstr ""
21261
21262 #: /home/jsm28/src/gcc-build/gcc/options.c:2321
21263 msgid "Do not display functions compiled or elapsed time"
21264 msgstr ""
21265
21266 #: /home/jsm28/src/gcc-build/gcc/options.c:2324
21267 msgid "Set the default real kind to double precision"
21268 msgstr ""
21269
21270 #: /home/jsm28/src/gcc-build/gcc/options.c:2327
21271 msgid "Remap file names when including files"
21272 msgstr ""
21273
21274 #: /home/jsm28/src/gcc-build/gcc/options.c:2330
21275 msgid "Conform to the ISO 1998 C++ standard"
21276 msgstr ""
21277
21278 #: /home/jsm28/src/gcc-build/gcc/options.c:2333
21279 msgid "Conform to the ISO 1990 C standard"
21280 msgstr ""
21281
21282 #: /home/jsm28/src/gcc-build/gcc/options.c:2336
21283 msgid "Conform to the ISO 1999 C standard"
21284 msgstr ""
21285
21286 #: /home/jsm28/src/gcc-build/gcc/options.c:2339
21287 #: /home/jsm28/src/gcc-build/gcc/options.c:2369
21288 #: /home/jsm28/src/gcc-build/gcc/options.c:2372
21289 msgid "Deprecated in favor of -std=c99"
21290 msgstr ""
21291
21292 #: /home/jsm28/src/gcc-build/gcc/options.c:2342
21293 msgid "Conform to the ISO Fortran 2003 standard."
21294 msgstr ""
21295
21296 #: /home/jsm28/src/gcc-build/gcc/options.c:2345
21297 msgid "Conform to the ISO Fortran 95 standard."
21298 msgstr ""
21299
21300 #: /home/jsm28/src/gcc-build/gcc/options.c:2348
21301 msgid "Conform nothing in particular."
21302 msgstr ""
21303
21304 #: /home/jsm28/src/gcc-build/gcc/options.c:2351
21305 msgid "Conform to the ISO 1998 C++ standard with GNU extensions"
21306 msgstr ""
21307
21308 #: /home/jsm28/src/gcc-build/gcc/options.c:2354
21309 msgid "Conform to the ISO 1990 C standard with GNU extensions"
21310 msgstr ""
21311
21312 #: /home/jsm28/src/gcc-build/gcc/options.c:2357
21313 msgid "Conform to the ISO 1999 C standard with GNU extensions"
21314 msgstr ""
21315
21316 #: /home/jsm28/src/gcc-build/gcc/options.c:2360
21317 msgid "Deprecated in favor of -std=gnu99"
21318 msgstr ""
21319
21320 #: /home/jsm28/src/gcc-build/gcc/options.c:2363
21321 msgid "Deprecated in favor of -std=c89"
21322 msgstr ""
21323
21324 #: /home/jsm28/src/gcc-build/gcc/options.c:2366
21325 msgid "Conform to the ISO 1990 C standard as amended in 1994"
21326 msgstr ""
21327
21328 #: /home/jsm28/src/gcc-build/gcc/options.c:2375
21329 msgid "Enable traditional preprocessing"
21330 msgstr ""
21331
21332 #: /home/jsm28/src/gcc-build/gcc/options.c:2378
21333 msgid "-trigraphs\tSupport ISO C trigraphs"
21334 msgstr ""
21335
21336 #: /home/jsm28/src/gcc-build/gcc/options.c:2381
21337 msgid "Do not predefine system-specific and GCC-specific macros"
21338 msgstr ""
21339
21340 #: /home/jsm28/src/gcc-build/gcc/options.c:2384
21341 msgid "Enable verbose output"
21342 msgstr ""
21343
21344 #: /home/jsm28/src/gcc-build/gcc/options.c:2390
21345 msgid "Suppress warnings"
21346 msgstr ""
21347
21348 #: config/mips/mips.h:1114 config/arc/arc.h:63
21349 msgid "may not use both -EB and -EL"
21350 msgstr ""
21351
21352 #: config/mips/r3900.h:35
21353 msgid "-mhard-float not supported"
21354 msgstr ""
21355
21356 #: config/mips/r3900.h:37
21357 msgid "-msingle-float and -msoft-float cannot both be specified"
21358 msgstr ""
21359
21360 #: config/sh/sh.h:685
21361 msgid "SH2a does not support little-endian"
21362 msgstr ""
21363
21364 #: java/lang-specs.h:34
21365 msgid "-fjni and -femit-class-files are incompatible"
21366 msgstr ""
21367
21368 #: java/lang-specs.h:35
21369 msgid "-fjni and -femit-class-file are incompatible"
21370 msgstr ""
21371
21372 #: java/lang-specs.h:36 java/lang-specs.h:37
21373 msgid "-femit-class-file should used along with -fsyntax-only"
21374 msgstr ""
21375
21376 #: config/i386/mingw32.h:58 config/i386/cygwin.h:70
21377 msgid "shared and mdll are not compatible"
21378 msgstr ""
21379
21380 #: config/darwin.h:248
21381 msgid "-current_version only allowed with -dynamiclib"
21382 msgstr ""
21383
21384 #: config/darwin.h:251
21385 msgid "-install_name only allowed with -dynamiclib"
21386 msgstr ""
21387
21388 #: config/darwin.h:256
21389 msgid "-bundle not allowed with -dynamiclib"
21390 msgstr ""
21391
21392 #: config/darwin.h:257
21393 msgid "-bundle_loader not allowed with -dynamiclib"
21394 msgstr ""
21395
21396 #: config/darwin.h:258
21397 msgid "-client_name not allowed with -dynamiclib"
21398 msgstr ""
21399
21400 #: config/darwin.h:261
21401 msgid "-force_cpusubtype_ALL not allowed with -dynamiclib"
21402 msgstr ""
21403
21404 #: config/darwin.h:262
21405 msgid "-force_flat_namespace not allowed with -dynamiclib"
21406 msgstr ""
21407
21408 #: config/darwin.h:264
21409 msgid "-keep_private_externs not allowed with -dynamiclib"
21410 msgstr ""
21411
21412 #: config/darwin.h:265
21413 msgid "-private_bundle not allowed with -dynamiclib"
21414 msgstr ""
21415
21416 #: config/arm/arm.h:151
21417 msgid "-msoft-float and -mhard_float may not be used together"
21418 msgstr ""
21419
21420 #: config/arm/arm.h:153
21421 msgid "-mbig-endian and -mlittle-endian may not be used together"
21422 msgstr ""
21423
21424 #: config/vax/netbsd-elf.h:42
21425 msgid "The -shared option is not currently supported for VAX ELF."
21426 msgstr ""
21427
21428 #: config/i386/nwld.h:34
21429 msgid "Static linking is not supported.\n"
21430 msgstr ""
21431
21432 #: config/sparc/linux64.h:207 config/sparc/linux64.h:218
21433 #: config/sparc/netbsd-elf.h:136 config/sparc/netbsd-elf.h:155
21434 #: config/sparc/sol2-bi.h:195 config/sparc/sol2-bi.h:205
21435 msgid "may not use both -m32 and -m64"
21436 msgstr ""
21437
21438 #: treelang/lang-specs.h:52
21439 msgid "-pg or -p and -fomit-frame-pointer are incompatible"
21440 msgstr ""
21441
21442 #: java/jvspec.c:80 ada/lang-specs.h:34 gcc.c:796
21443 msgid "-pg and -fomit-frame-pointer are incompatible"
21444 msgstr ""
21445
21446 #: config/vax/vax.h:50 config/vax/vax.h:51
21447 msgid "profiling not supported with -mg\n"
21448 msgstr ""
21449
21450 #: ada/lang-specs.h:35
21451 msgid "-c or -S required for Ada"
21452 msgstr ""
21453
21454 #: config/i386/sco5.h:189
21455 msgid "-pg not supported on this platform"
21456 msgstr ""
21457
21458 #: config/i386/sco5.h:190
21459 msgid "-p and -pp specified - pick one"
21460 msgstr ""
21461
21462 #: config/i386/sco5.h:264
21463 msgid "-G and -static are mutually exclusive"
21464 msgstr ""
21465
21466 #: config/i386/cygwin.h:29
21467 msgid "mno-cygwin and mno-win32 are not compatible"
21468 msgstr ""
21469
21470 #: config/mcore/mcore.h:57
21471 msgid "the m210 does not have little endian support"
21472 msgstr ""
21473
21474 #: gcc.c:769
21475 msgid "GCC does not support -C or -CC without -E"
21476 msgstr ""
21477
21478 #: gcc.c:963
21479 msgid "-E required when input is from standard input"
21480 msgstr ""
21481
21482 #: config/lynx.h:71
21483 msgid "Cannot use mthreads and mlegacy-threads together."
21484 msgstr ""
21485
21486 #: config/lynx.h:96
21487 msgid "Cannot use mshared and static together."
21488 msgstr ""
21489
21490 #: config/sparc/sol2-bi.h:167 config/sparc/sol2-bi.h:172
21491 #: config/sparc/sol2-gld-bi.h:17 config/sparc/sol2-gld-bi.h:22
21492 msgid "does not support multilib"
21493 msgstr ""
21494
21495 #: config/rs6000/darwin.h:132
21496 msgid " conflicting code gen style switches are used"
21497 msgstr ""