OSDN Git Service

* c-typeck.c (enum impl_conv): New.
[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-05 21:45-0700\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:3790
60 msgid "argument of %<__builtin_args_info%> must be constant"
61 msgstr ""
62
63 #: builtins.c:3796
64 msgid "argument of %<__builtin_args_info%> out of range"
65 msgstr ""
66
67 #: builtins.c:3802
68 msgid "missing argument in %<__builtin_args_info%>"
69 msgstr ""
70
71 #: builtins.c:3818 builtins.c:8715
72 msgid "%<va_start%> used in function with fixed args"
73 msgstr ""
74
75 #: builtins.c:3837 builtins.c:8731
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:3842 builtins.c:8737
82 msgid "%<__builtin_next_arg%> called without an argument"
83 msgstr ""
84
85 #: builtins.c:3927
86 msgid "too many arguments to function %<va_start%>"
87 msgstr ""
88
89 #: builtins.c:4075
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:4089
97 msgid "%qT is promoted to %qT when passed through %<...%>"
98 msgstr ""
99
100 #: builtins.c:4094
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:4100 c-typeck.c:1956
107 msgid "if this code is reached, the program will abort"
108 msgstr ""
109
110 #: builtins.c:4218
111 msgid "invalid arg to %<__builtin_frame_address%>"
112 msgstr ""
113
114 #: builtins.c:4220
115 msgid "invalid arg to %<__builtin_return_address%>"
116 msgstr ""
117
118 #: builtins.c:4234
119 msgid "unsupported arg to %<__builtin_frame_address%>"
120 msgstr ""
121
122 #: builtins.c:4236
123 msgid "unsupported arg to %<__builtin_return_address%>"
124 msgstr ""
125
126 #: builtins.c:4339
127 msgid "second arg to %<__builtin_expect%> must be a constant"
128 msgstr ""
129
130 #: builtins.c:5546
131 msgid "__builtin_longjmp second argument must be 1"
132 msgstr ""
133
134 #: builtins.c:5891
135 msgid "target format does not support infinity"
136 msgstr ""
137
138 #: builtins.c:7566 builtins.c:7662 c-typeck.c:2185
139 #, c-format
140 msgid "too few arguments to function %qs"
141 msgstr ""
142
143 #: builtins.c:7572 builtins.c:7668 c-typeck.c:2044
144 #, c-format
145 msgid "too many arguments to function %qs"
146 msgstr ""
147
148 #: builtins.c:7578 builtins.c:7692
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:3975 c-typeck.c:3990 c-typeck.c:4005
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 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:5022 java/verify.c:1552
575 #: java/verify.c:1553 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:1352 c-typeck.c:3438 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:857
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:4255
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:9837
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:10592
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:6703 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 msgid "  as it is a non-system directory that duplicates a system directory\n"
2194 msgstr ""
2195
2196 #: c-incpath.c:77
2197 #, c-format
2198 msgid "ignoring nonexistent directory \"%s\"\n"
2199 msgstr ""
2200
2201 #: c-incpath.c:283
2202 msgid "#include \"...\" search starts here:\n"
2203 msgstr ""
2204
2205 #: c-incpath.c:287
2206 msgid "#include <...> search starts here:\n"
2207 msgstr ""
2208
2209 #: c-incpath.c:292
2210 msgid "End of search list.\n"
2211 msgstr ""
2212
2213 #: c-lex.c:259
2214 msgid "badly nested C headers from preprocessor"
2215 msgstr ""
2216
2217 #: c-lex.c:307
2218 #, c-format
2219 msgid "ignoring #pragma %s %s"
2220 msgstr ""
2221
2222 #. ... or not.
2223 #: c-lex.c:412
2224 msgid "%Hstray '@' in program"
2225 msgstr ""
2226
2227 #: c-lex.c:420
2228 #, c-format
2229 msgid "missing terminating %c character"
2230 msgstr ""
2231
2232 #: c-lex.c:422
2233 #, c-format
2234 msgid "stray '%c' in program"
2235 msgstr ""
2236
2237 #: c-lex.c:424
2238 #, c-format
2239 msgid "stray '\\%o' in program"
2240 msgstr ""
2241
2242 #: c-lex.c:577
2243 msgid "this decimal constant is unsigned only in ISO C90"
2244 msgstr ""
2245
2246 #: c-lex.c:580
2247 msgid "this decimal constant would be unsigned in ISO C90"
2248 msgstr ""
2249
2250 #: c-lex.c:596
2251 #, c-format
2252 msgid "integer constant is too large for %qs type"
2253 msgstr ""
2254
2255 #: c-lex.c:662
2256 msgid "floating constant exceeds range of %<%s%>"
2257 msgstr ""
2258
2259 #: c-lex.c:738
2260 msgid "traditional C rejects string constant concatenation"
2261 msgstr ""
2262
2263 #: c-objc-common.c:81
2264 msgid ""
2265 "%Jfunction %qF can never be inlined because it is suppressed using -fno-"
2266 "inline"
2267 msgstr ""
2268
2269 #: c-objc-common.c:91
2270 msgid ""
2271 "%Jfunction %qF can never be inlined because it might not be bound within "
2272 "this unit of translation"
2273 msgstr ""
2274
2275 #: c-objc-common.c:99
2276 msgid ""
2277 "%Jfunction %qF can never be inlined because it uses attributes conflicting "
2278 "with inlining"
2279 msgstr ""
2280
2281 #: c-objc-common.c:114
2282 msgid "%Jfunction %qF can never be inlined because it has pending sizes"
2283 msgstr ""
2284
2285 #: c-objc-common.c:127
2286 msgid ""
2287 "%Jnested function %qF can never be inlined because it has possibly saved "
2288 "pending sizes"
2289 msgstr ""
2290
2291 #: c-objc-common.c:263
2292 msgid "used array that cannot be converted to pointer where scalar is required"
2293 msgstr ""
2294
2295 #: c-objc-common.c:267
2296 msgid "used struct type value where scalar is required"
2297 msgstr ""
2298
2299 #: c-objc-common.c:271
2300 msgid "used union type value where scalar is required"
2301 msgstr ""
2302
2303 #: c-opts.c:147
2304 #, c-format
2305 msgid "no class name specified with %qs"
2306 msgstr ""
2307
2308 #: c-opts.c:151
2309 #, c-format
2310 msgid "assertion missing after %qs"
2311 msgstr ""
2312
2313 #: c-opts.c:156
2314 #, c-format
2315 msgid "macro name missing after %qs"
2316 msgstr ""
2317
2318 #: c-opts.c:165
2319 #, c-format
2320 msgid "missing path after %qs"
2321 msgstr ""
2322
2323 #: c-opts.c:174
2324 #, c-format
2325 msgid "missing filename after %qs"
2326 msgstr ""
2327
2328 #: c-opts.c:179
2329 #, c-format
2330 msgid "missing makefile target after %qs"
2331 msgstr ""
2332
2333 #: c-opts.c:305
2334 msgid "-I- specified twice"
2335 msgstr ""
2336
2337 #: c-opts.c:308
2338 msgid "obsolete option -I- used, please use -iquote instead"
2339 msgstr ""
2340
2341 #: c-opts.c:542
2342 #, c-format
2343 msgid "switch %qs is no longer supported"
2344 msgstr ""
2345
2346 #: c-opts.c:657
2347 msgid ""
2348 "-fhandle-exceptions has been renamed -fexceptions (and is now on by default)"
2349 msgstr ""
2350
2351 #: c-opts.c:843
2352 msgid "output filename specified twice"
2353 msgstr ""
2354
2355 #: c-opts.c:976
2356 msgid "-Wformat-y2k ignored without -Wformat"
2357 msgstr ""
2358
2359 #: c-opts.c:978
2360 msgid "-Wformat-extra-args ignored without -Wformat"
2361 msgstr ""
2362
2363 #: c-opts.c:980
2364 msgid "-Wformat-zero-length ignored without -Wformat"
2365 msgstr ""
2366
2367 #: c-opts.c:982
2368 msgid "-Wformat-nonliteral ignored without -Wformat"
2369 msgstr ""
2370
2371 #: c-opts.c:984
2372 msgid "-Wformat-security ignored without -Wformat"
2373 msgstr ""
2374
2375 #: c-opts.c:986
2376 msgid "-Wmissing-format-attribute ignored without -Wformat"
2377 msgstr ""
2378
2379 #: c-opts.c:1000
2380 #, c-format
2381 msgid "opening output file %s: %m"
2382 msgstr ""
2383
2384 #: c-opts.c:1005
2385 #, c-format
2386 msgid "too many filenames given.  Type %s --help for usage"
2387 msgstr ""
2388
2389 #: c-opts.c:1088
2390 msgid "YYDEBUG was not defined at build time, -dy ignored"
2391 msgstr ""
2392
2393 #: c-opts.c:1129
2394 #, c-format
2395 msgid "opening dependency file %s: %m"
2396 msgstr ""
2397
2398 #: c-opts.c:1139
2399 #, c-format
2400 msgid "closing dependency file %s: %m"
2401 msgstr ""
2402
2403 #: c-opts.c:1142
2404 #, c-format
2405 msgid "when writing output to %s: %m"
2406 msgstr ""
2407
2408 #: c-opts.c:1221
2409 msgid "to generate dependencies you must specify either -M or -MM"
2410 msgstr ""
2411
2412 #: c-opts.c:1286
2413 msgid "<built-in>"
2414 msgstr ""
2415
2416 #: c-opts.c:1301
2417 msgid "<command line>"
2418 msgstr ""
2419
2420 #: c-opts.c:1384
2421 msgid "too late for # directive to set debug directory"
2422 msgstr ""
2423
2424 #. Depending on the version of Bison used to compile this grammar,
2425 #. it may issue generic diagnostics spelled "syntax error" or
2426 #. "parse error".  To prevent this from changing the translation
2427 #. template randomly, we list all the variants of this particular
2428 #. diagnostic here.  Translators: there is no fine distinction
2429 #. between diagnostics with "syntax error" in them, and diagnostics
2430 #. with "parse error" in them.  It's okay to give them both the same
2431 #. translation.
2432 #: c-parse.y:54 c-parse.y:2925
2433 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse-scan.y:1373
2434 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:16421
2435 #: objc/objc-parse.y:53 objc/objc-parse.y:3528
2436 msgid "syntax error"
2437 msgstr ""
2438
2439 #: /usr/share/bison/bison.simple:179 c-parse.y:2929
2440 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse-scan.y:1377
2441 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:16425
2442 #: objc/objc-parse.y:3532
2443 msgid "syntax error: cannot back up"
2444 msgstr ""
2445
2446 #: c-parse.y:344 objc/objc-parse.y:366
2447 msgid "ISO C forbids an empty source file"
2448 msgstr ""
2449
2450 #: c-parse.y:378 objc/objc-parse.y:401
2451 msgid "ISO C forbids data definition with no type or storage class"
2452 msgstr ""
2453
2454 #: c-parse.y:380 objc/objc-parse.y:403
2455 msgid "data definition has no type or storage class"
2456 msgstr ""
2457
2458 #: c-parse.y:393 objc/objc-parse.y:416
2459 msgid "ISO C does not allow extra %<;%> outside of a function"
2460 msgstr ""
2461
2462 #: c-parse.y:450
2463 msgid "traditional C rejects the unary plus operator"
2464 msgstr ""
2465
2466 #: c-parse.y:503 objc/objc-parse.y:526
2467 msgid "%<sizeof%> applied to a bit-field"
2468 msgstr ""
2469
2470 #: c-parse.y:600 objc/objc-parse.y:623
2471 msgid "ISO C forbids omitting the middle term of a ?: expression"
2472 msgstr ""
2473
2474 #: c-parse.y:641 objc/objc-parse.y:664
2475 msgid "compound literal has variable size"
2476 msgstr ""
2477
2478 #: c-parse.y:653 objc/objc-parse.y:676
2479 msgid "ISO C90 forbids compound literals"
2480 msgstr ""
2481
2482 #: c-parse.y:666 objc/objc-parse.y:689
2483 msgid "ISO C forbids braced-groups within expressions"
2484 msgstr ""
2485
2486 #: c-parse.y:702 objc/objc-parse.y:725
2487 msgid "first argument to __builtin_choose_expr not a constant"
2488 msgstr ""
2489
2490 #: c-parse.y:1226 objc/objc-parse.y:1273
2491 msgid "%<typeof%> applied to a bit-field"
2492 msgstr ""
2493
2494 #: c-parse.y:1354 objc/objc-parse.y:1401
2495 msgid "ISO C forbids empty initializer braces"
2496 msgstr ""
2497
2498 #: c-parse.y:1368 objc/objc-parse.y:1415
2499 msgid "ISO C90 forbids specifying subobject to initialize"
2500 msgstr ""
2501
2502 #: c-parse.y:1371 objc/objc-parse.y:1418
2503 msgid "obsolete use of designated initializer without %<=%>"
2504 msgstr ""
2505
2506 #: c-parse.y:1375 objc/objc-parse.y:1422
2507 msgid "obsolete use of designated initializer with %<:%>"
2508 msgstr ""
2509
2510 #: c-parse.y:1402 objc/objc-parse.y:1449
2511 msgid "ISO C forbids specifying range of elements to initialize"
2512 msgstr ""
2513
2514 #: c-parse.y:1410 c-parse.y:1440 objc/objc-parse.y:1457 objc/objc-parse.y:1487
2515 msgid "ISO C forbids nested functions"
2516 msgstr ""
2517
2518 #: c-parse.y:1607 objc/objc-parse.y:1658
2519 msgid "ISO C forbids forward references to %<enum%> types"
2520 msgstr ""
2521
2522 #: c-parse.y:1619 cp/parser.c:9920 objc/objc-parse.y:1670
2523 msgid "comma at end of enumerator list"
2524 msgstr ""
2525
2526 #: c-parse.y:1639 objc/objc-parse.y:1690
2527 msgid "no semicolon at end of struct or union"
2528 msgstr ""
2529
2530 #: c-parse.y:1648 objc/objc-parse.y:1699 objc/objc-parse.y:2688
2531 msgid "extra semicolon in struct or union specified"
2532 msgstr ""
2533
2534 #: c-parse.y:1661 objc/objc-parse.y:1715
2535 msgid "ISO C doesn't support unnamed structs/unions"
2536 msgstr ""
2537
2538 #: c-parse.y:1671 objc/objc-parse.y:1725
2539 msgid "ISO C forbids member declarations with no members"
2540 msgstr ""
2541
2542 #: c-parse.y:1837 objc/objc-parse.y:1891
2543 msgid "label at end of compound statement"
2544 msgstr ""
2545
2546 #: c-parse.y:1856 objc/objc-parse.y:1910
2547 msgid "ISO C90 forbids mixed declarations and code"
2548 msgstr ""
2549
2550 #: c-parse.y:1896 objc/objc-parse.y:1950
2551 msgid "ISO C forbids label declarations"
2552 msgstr ""
2553
2554 #: c-parse.y:1940 objc/objc-parse.y:1994
2555 msgid "braced-group within expression allowed only inside a function"
2556 msgstr ""
2557
2558 #: c-parse.y:2236 objc/objc-parse.y:2333
2559 #, c-format
2560 msgid "%E qualifier ignored on asm"
2561 msgstr ""
2562
2563 #: c-parse.y:2330 objc/objc-parse.y:2427
2564 msgid "ISO C requires a named argument before %<...%>"
2565 msgstr ""
2566
2567 #: /usr/share/bison/bison.simple:795 c-parse.y:2928
2568 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse-scan.y:1376
2569 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:16424
2570 #: objc/objc-parse.y:3531
2571 msgid "parse error; also virtual memory exhausted"
2572 msgstr ""
2573
2574 #: /usr/share/bison/bison.simple:799 c-parse.y:2926
2575 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse-scan.y:1374
2576 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:16422
2577 #: objc/objc-parse.y:3529
2578 msgid "parse error"
2579 msgstr ""
2580
2581 #: /usr/share/bison/bison.simple:924
2582 msgid "parser stack overflow"
2583 msgstr ""
2584
2585 #: c-parse.y:2846 objc/objc-parse.y:3449
2586 #, c-format
2587 msgid "syntax error at %qs token"
2588 msgstr ""
2589
2590 #: c-parse.y:2927 /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse-scan.y:1375
2591 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:16423
2592 #: objc/objc-parse.y:3530
2593 msgid "syntax error; also virtual memory exhausted"
2594 msgstr ""
2595
2596 #: c-parse.y:2930 /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse-scan.y:1378
2597 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:16426
2598 #: objc/objc-parse.y:3533
2599 msgid "parse error: cannot back up"
2600 msgstr ""
2601
2602 #: c-pch.c:130
2603 #, c-format
2604 msgid "can't create precompiled header %s: %m"
2605 msgstr ""
2606
2607 #: c-pch.c:158
2608 #, c-format
2609 msgid "can't write to %s: %m"
2610 msgstr ""
2611
2612 #: c-pch.c:164
2613 #, c-format
2614 msgid "%qs is not a valid output file"
2615 msgstr ""
2616
2617 #: c-pch.c:193 c-pch.c:208 c-pch.c:222
2618 #, c-format
2619 msgid "can't write %s: %m"
2620 msgstr ""
2621
2622 #: c-pch.c:198 c-pch.c:215
2623 #, c-format
2624 msgid "can't seek in %s: %m"
2625 msgstr ""
2626
2627 #: c-pch.c:206 c-pch.c:248 c-pch.c:276 c-pch.c:281 c-pch.c:365
2628 #, c-format
2629 msgid "can't read %s: %m"
2630 msgstr ""
2631
2632 #: c-pch.c:483
2633 msgid "malformed #pragma GCC pch_preprocess, ignored"
2634 msgstr ""
2635
2636 #: c-pch.c:489
2637 msgid "pch_preprocess pragma should only be used with -fpreprocessed"
2638 msgstr ""
2639
2640 #: c-pch.c:490
2641 msgid "use #include instead"
2642 msgstr ""
2643
2644 #: c-pch.c:498
2645 #, c-format
2646 msgid "%s: couldn't open PCH file: %m\n"
2647 msgstr ""
2648
2649 #: c-pch.c:503
2650 msgid "use -Winvalid-pch for more information"
2651 msgstr ""
2652
2653 #: c-pch.c:504
2654 #, c-format
2655 msgid "%s: PCH file was invalid"
2656 msgstr ""
2657
2658 #: c-pragma.c:98
2659 msgid "#pragma pack (pop) encountered without matching #pragma pack (push)"
2660 msgstr ""
2661
2662 #: c-pragma.c:111
2663 #, c-format
2664 msgid ""
2665 "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s)"
2666 msgstr ""
2667
2668 #: c-pragma.c:125
2669 msgid "#pragma pack(push[, id], <n>) is not supported on this target"
2670 msgstr ""
2671
2672 #: c-pragma.c:127
2673 msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
2674 msgstr ""
2675
2676 #: c-pragma.c:148
2677 msgid "missing %<(%> after %<#pragma pack%> - ignored"
2678 msgstr ""
2679
2680 #: c-pragma.c:161 c-pragma.c:201
2681 msgid "malformed %<#pragma pack%> - ignored"
2682 msgstr ""
2683
2684 #: c-pragma.c:166
2685 msgid "malformed %<#pragma pack(push[, id][, <n>])%> - ignored"
2686 msgstr ""
2687
2688 #: c-pragma.c:168
2689 msgid "malformed %<#pragma pack(pop[, id])%> - ignored"
2690 msgstr ""
2691
2692 #: c-pragma.c:177
2693 msgid "unknown action %qs for %<#pragma pack%> - ignored"
2694 msgstr ""
2695
2696 #: c-pragma.c:204
2697 msgid "junk at end of %<#pragma pack%>"
2698 msgstr ""
2699
2700 #: c-pragma.c:207
2701 msgid "#pragma pack has no effect with -fpack-struct - ignored"
2702 msgstr ""
2703
2704 #: c-pragma.c:227
2705 #, c-format
2706 msgid "alignment must be a small power of two, not %d"
2707 msgstr ""
2708
2709 #: c-pragma.c:260
2710 msgid ""
2711 "%Japplying #pragma weak %qD after first use results in unspecified behavior"
2712 msgstr ""
2713
2714 #: c-pragma.c:307 c-pragma.c:312
2715 msgid "malformed #pragma weak, ignored"
2716 msgstr ""
2717
2718 #: c-pragma.c:316
2719 msgid "junk at end of #pragma weak"
2720 msgstr ""
2721
2722 #: c-pragma.c:379 c-pragma.c:381
2723 msgid "malformed #pragma redefine_extname, ignored"
2724 msgstr ""
2725
2726 #: c-pragma.c:384
2727 msgid "junk at end of #pragma redefine_extname"
2728 msgstr ""
2729
2730 #: c-pragma.c:389
2731 msgid "#pragma redefine_extname not supported on this target"
2732 msgstr ""
2733
2734 #: c-pragma.c:406 c-pragma.c:492
2735 msgid "#pragma redefine_extname ignored due to conflict with previous rename"
2736 msgstr ""
2737
2738 #: c-pragma.c:429
2739 msgid ""
2740 "#pragma redefine_extname ignored due to conflict with previous #pragma "
2741 "redefine_extname"
2742 msgstr ""
2743
2744 #: c-pragma.c:448
2745 msgid "malformed #pragma extern_prefix, ignored"
2746 msgstr ""
2747
2748 #: c-pragma.c:451
2749 msgid "junk at end of #pragma extern_prefix"
2750 msgstr ""
2751
2752 #: c-pragma.c:457
2753 msgid "#pragma extern_prefix not supported on this target"
2754 msgstr ""
2755
2756 #: c-pragma.c:483
2757 msgid "asm declaration ignored due to conflict with previous rename"
2758 msgstr ""
2759
2760 #: c-pragma.c:514
2761 msgid ""
2762 "#pragma redefine_extname ignored due to conflict with __asm__ declaration"
2763 msgstr ""
2764
2765 #: c-pragma.c:574
2766 msgid "#pragma GCC visibility must be followed by push or pop"
2767 msgstr ""
2768
2769 #: c-pragma.c:581
2770 msgid "No matching push for %<#pragma GCC visibility pop%>"
2771 msgstr ""
2772
2773 #: c-pragma.c:592
2774 msgid "missing %<(%> after %<#pragma GCC visibility push%> - ignored"
2775 msgstr ""
2776
2777 #: c-pragma.c:596
2778 msgid "malformed #pragma GCC visibility push"
2779 msgstr ""
2780
2781 #: c-pragma.c:600
2782 msgid "No more than sixteen #pragma GCC visibility pushes allowed at once"
2783 msgstr ""
2784
2785 #: c-pragma.c:616
2786 msgid ""
2787 "#pragma GCC visibility push() must specify default, internal, hidden or "
2788 "protected"
2789 msgstr ""
2790
2791 #: c-pragma.c:621
2792 msgid "missing '(' after %<#pragma GCC visibility push%> - ignored"
2793 msgstr ""
2794
2795 #: c-pragma.c:625
2796 msgid "junk at end of %<#pragma GCC visibility%>"
2797 msgstr ""
2798
2799 #: c-typeck.c:140
2800 #, c-format
2801 msgid "%qs has an incomplete type"
2802 msgstr ""
2803
2804 #: c-typeck.c:162 cp/call.c:2667
2805 msgid "invalid use of void expression"
2806 msgstr ""
2807
2808 #: c-typeck.c:170
2809 msgid "invalid use of flexible array member"
2810 msgstr ""
2811
2812 #: c-typeck.c:176
2813 msgid "invalid use of array with unspecified bounds"
2814 msgstr ""
2815
2816 #: c-typeck.c:184
2817 msgid "invalid use of undefined type %<%s %s%>"
2818 msgstr ""
2819
2820 #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
2821 #: c-typeck.c:188
2822 #, c-format
2823 msgid "invalid use of incomplete typedef %qs"
2824 msgstr ""
2825
2826 #: c-typeck.c:375 c-typeck.c:389
2827 msgid "function types not truly compatible in ISO C"
2828 msgstr ""
2829
2830 #: c-typeck.c:743
2831 msgid "types are not quite compatible"
2832 msgstr ""
2833
2834 #: c-typeck.c:985
2835 msgid "function return types not compatible due to %<volatile%>"
2836 msgstr ""
2837
2838 #: c-typeck.c:1126 c-typeck.c:2347
2839 msgid "arithmetic on pointer to an incomplete type"
2840 msgstr ""
2841
2842 #: c-typeck.c:1481
2843 msgid "%qT has no member named %qs"
2844 msgstr ""
2845
2846 #: c-typeck.c:1517
2847 #, c-format
2848 msgid "request for member %qs in something not a structure or union"
2849 msgstr ""
2850
2851 #: c-typeck.c:1546
2852 msgid "dereferencing pointer to incomplete type"
2853 msgstr ""
2854
2855 #: c-typeck.c:1550
2856 msgid "dereferencing %<void *%> pointer"
2857 msgstr ""
2858
2859 #: c-typeck.c:1567
2860 #, c-format
2861 msgid "invalid type argument of %qs"
2862 msgstr ""
2863
2864 #: c-typeck.c:1585 cp/typeck.c:2170
2865 msgid "subscript missing in array reference"
2866 msgstr ""
2867
2868 #: c-typeck.c:1605
2869 msgid "array subscript has type %<char%>"
2870 msgstr ""
2871
2872 #: c-typeck.c:1613 c-typeck.c:1702 cp/typeck.c:2215 cp/typeck.c:2301
2873 msgid "array subscript is not an integer"
2874 msgstr ""
2875
2876 #: c-typeck.c:1646
2877 msgid "ISO C forbids subscripting %<register%> array"
2878 msgstr ""
2879
2880 #: c-typeck.c:1648
2881 msgid "ISO C90 forbids subscripting non-lvalue array"
2882 msgstr ""
2883
2884 #: c-typeck.c:1681
2885 msgid "subscript has type %<char%>"
2886 msgstr ""
2887
2888 #: c-typeck.c:1697 cp/typeck.c:2296
2889 msgid "subscripted value is neither array nor pointer"
2890 msgstr ""
2891
2892 #: c-typeck.c:1727
2893 #, c-format
2894 msgid "local declaration of %qs hides instance variable"
2895 msgstr ""
2896
2897 #: c-typeck.c:1920
2898 #, c-format
2899 msgid "called object %qE is not a function"
2900 msgstr ""
2901
2902 #. This situation leads to run-time undefined behavior.  We can't,
2903 #. therefore, simply error unless we can prove that all possible
2904 #. executions of the program must execute the code.
2905 #: c-typeck.c:1952
2906 msgid "function called through a non-compatible type"
2907 msgstr ""
2908
2909 #: c-typeck.c:1996 c-typeck.c:4202 c-typeck.c:4204 c-typeck.c:4212
2910 #: c-typeck.c:4237 c-typeck.c:5624
2911 msgid "initializer element is not constant"
2912 msgstr ""
2913
2914 #: c-typeck.c:2047 cp/typeck.c:2569
2915 msgid "too many arguments to function"
2916 msgstr ""
2917
2918 #: c-typeck.c:2068
2919 #, c-format
2920 msgid "type of formal parameter %d is incomplete"
2921 msgstr ""
2922
2923 #: c-typeck.c:2081
2924 #, c-format
2925 msgid "%s as integer rather than floating due to prototype"
2926 msgstr ""
2927
2928 #: c-typeck.c:2084
2929 #, c-format
2930 msgid "%s as integer rather than complex due to prototype"
2931 msgstr ""
2932
2933 #: c-typeck.c:2087
2934 #, c-format
2935 msgid "%s as complex rather than floating due to prototype"
2936 msgstr ""
2937
2938 #: c-typeck.c:2090
2939 #, c-format
2940 msgid "%s as floating rather than integer due to prototype"
2941 msgstr ""
2942
2943 #: c-typeck.c:2093
2944 #, c-format
2945 msgid "%s as complex rather than integer due to prototype"
2946 msgstr ""
2947
2948 #: c-typeck.c:2096
2949 #, c-format
2950 msgid "%s as floating rather than complex due to prototype"
2951 msgstr ""
2952
2953 #: c-typeck.c:2106
2954 msgid "%s as %<float%> rather than %<double%> due to prototype"
2955 msgstr ""
2956
2957 #: c-typeck.c:2126
2958 #, c-format
2959 msgid "%s with different width due to prototype"
2960 msgstr ""
2961
2962 #: c-typeck.c:2152
2963 #, c-format
2964 msgid "%s as unsigned due to prototype"
2965 msgstr ""
2966
2967 #: c-typeck.c:2154
2968 #, c-format
2969 msgid "%s as signed due to prototype"
2970 msgstr ""
2971
2972 #: c-typeck.c:2188 cp/typeck.c:2675
2973 msgid "too few arguments to function"
2974 msgstr ""
2975
2976 #: c-typeck.c:2223
2977 msgid "suggest parentheses around + or - inside shift"
2978 msgstr ""
2979
2980 #: c-typeck.c:2230
2981 msgid "suggest parentheses around && within ||"
2982 msgstr ""
2983
2984 #: c-typeck.c:2239
2985 msgid "suggest parentheses around arithmetic in operand of |"
2986 msgstr ""
2987
2988 #: c-typeck.c:2243
2989 msgid "suggest parentheses around comparison in operand of |"
2990 msgstr ""
2991
2992 #: c-typeck.c:2252
2993 msgid "suggest parentheses around arithmetic in operand of ^"
2994 msgstr ""
2995
2996 #: c-typeck.c:2256
2997 msgid "suggest parentheses around comparison in operand of ^"
2998 msgstr ""
2999
3000 #: c-typeck.c:2263
3001 msgid "suggest parentheses around + or - in operand of &"
3002 msgstr ""
3003
3004 #: c-typeck.c:2267
3005 msgid "suggest parentheses around comparison in operand of &"
3006 msgstr ""
3007
3008 #: c-typeck.c:2273
3009 msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
3010 msgstr ""
3011
3012 #: c-typeck.c:2299
3013 msgid "pointer of type %<void *%> used in subtraction"
3014 msgstr ""
3015
3016 #: c-typeck.c:2301
3017 msgid "pointer to a function used in subtraction"
3018 msgstr ""
3019
3020 #: c-typeck.c:2390
3021 msgid "wrong type argument to unary plus"
3022 msgstr ""
3023
3024 #: c-typeck.c:2403
3025 msgid "wrong type argument to unary minus"
3026 msgstr ""
3027
3028 #: c-typeck.c:2420
3029 msgid "ISO C does not support %<~%> for complex conjugation"
3030 msgstr ""
3031
3032 #: c-typeck.c:2426
3033 msgid "wrong type argument to bit-complement"
3034 msgstr ""
3035
3036 #: c-typeck.c:2434
3037 msgid "wrong type argument to abs"
3038 msgstr ""
3039
3040 #: c-typeck.c:2446
3041 msgid "wrong type argument to conjugation"
3042 msgstr ""
3043
3044 #: c-typeck.c:2460
3045 msgid "wrong type argument to unary exclamation mark"
3046 msgstr ""
3047
3048 #: c-typeck.c:2497
3049 msgid "ISO C does not support %<++%> and %<--%> on complex types"
3050 msgstr ""
3051
3052 #: c-typeck.c:2513 c-typeck.c:2545
3053 msgid "wrong type argument to increment"
3054 msgstr ""
3055
3056 #: c-typeck.c:2515 c-typeck.c:2547
3057 msgid "wrong type argument to decrement"
3058 msgstr ""
3059
3060 #: c-typeck.c:2536
3061 msgid "increment of pointer to unknown structure"
3062 msgstr ""
3063
3064 #: c-typeck.c:2538
3065 msgid "decrement of pointer to unknown structure"
3066 msgstr ""
3067
3068 #: c-typeck.c:2628
3069 msgid "attempt to take address of bit-field structure member %qD"
3070 msgstr ""
3071
3072 #: c-typeck.c:2710
3073 msgid "invalid lvalue in assignment"
3074 msgstr ""
3075
3076 #: c-typeck.c:2713
3077 msgid "invalid lvalue in increment"
3078 msgstr ""
3079
3080 #: c-typeck.c:2716
3081 msgid "invalid lvalue in decrement"
3082 msgstr ""
3083
3084 #: c-typeck.c:2719
3085 msgid "invalid lvalue in unary %<&%>"
3086 msgstr ""
3087
3088 #: c-typeck.c:2722
3089 msgid "invalid lvalue in asm statement"
3090 msgstr ""
3091
3092 #: c-typeck.c:2750
3093 #, c-format
3094 msgid "assignment of read-only member %qs"
3095 msgstr ""
3096
3097 #: c-typeck.c:2751
3098 #, c-format
3099 msgid "increment of read-only member %qs"
3100 msgstr ""
3101
3102 #: c-typeck.c:2752
3103 #, c-format
3104 msgid "decrement of read-only member %qs"
3105 msgstr ""
3106
3107 #: c-typeck.c:2756
3108 #, c-format
3109 msgid "assignment of read-only variable %qs"
3110 msgstr ""
3111
3112 #: c-typeck.c:2757
3113 #, c-format
3114 msgid "increment of read-only variable %qs"
3115 msgstr ""
3116
3117 #: c-typeck.c:2758
3118 #, c-format
3119 msgid "decrement of read-only variable %qs"
3120 msgstr ""
3121
3122 #: c-typeck.c:2761
3123 msgid "assignment of read-only location"
3124 msgstr ""
3125
3126 #: c-typeck.c:2762
3127 msgid "increment of read-only location"
3128 msgstr ""
3129
3130 #: c-typeck.c:2763
3131 msgid "decrement of read-only location"
3132 msgstr ""
3133
3134 #: c-typeck.c:2781
3135 #, c-format
3136 msgid "cannot take address of bit-field %qs"
3137 msgstr ""
3138
3139 #: c-typeck.c:2809
3140 #, c-format
3141 msgid "global register variable %qs used in nested function"
3142 msgstr ""
3143
3144 #: c-typeck.c:2813
3145 #, c-format
3146 msgid "register variable %qs used in nested function"
3147 msgstr ""
3148
3149 #: c-typeck.c:2820
3150 #, c-format
3151 msgid "address of global register variable %qs requested"
3152 msgstr ""
3153
3154 #: c-typeck.c:2825
3155 #, c-format
3156 msgid "address of register variable %qs requested"
3157 msgstr ""
3158
3159 #: c-typeck.c:2873
3160 msgid "non-lvalue array in conditional expression"
3161 msgstr ""
3162
3163 #: c-typeck.c:2917
3164 msgid "signed and unsigned type in conditional expression"
3165 msgstr ""
3166
3167 #: c-typeck.c:2924
3168 msgid "ISO C forbids conditional expr with only one void side"
3169 msgstr ""
3170
3171 #: c-typeck.c:2940 c-typeck.c:2948
3172 msgid "ISO C forbids conditional expr between %<void *%> and function pointer"
3173 msgstr ""
3174
3175 #: c-typeck.c:2955
3176 msgid "pointer type mismatch in conditional expression"
3177 msgstr ""
3178
3179 #: c-typeck.c:2962 c-typeck.c:2972
3180 msgid "pointer/integer type mismatch in conditional expression"
3181 msgstr ""
3182
3183 #: c-typeck.c:2986
3184 msgid "type mismatch in conditional expression"
3185 msgstr ""
3186
3187 #: c-typeck.c:3029
3188 msgid "left-hand operand of comma expression has no effect"
3189 msgstr ""
3190
3191 #: c-typeck.c:3062
3192 msgid "cast specifies array type"
3193 msgstr ""
3194
3195 #: c-typeck.c:3068
3196 msgid "cast specifies function type"
3197 msgstr ""
3198
3199 #: c-typeck.c:3078
3200 msgid "ISO C forbids casting nonscalar to the same type"
3201 msgstr ""
3202
3203 #: c-typeck.c:3096
3204 msgid "ISO C forbids casts to union type"
3205 msgstr ""
3206
3207 #: c-typeck.c:3105
3208 msgid "cast to union type from type not present in union"
3209 msgstr ""
3210
3211 #: c-typeck.c:3156
3212 msgid "cast adds new qualifiers to function type"
3213 msgstr ""
3214
3215 #. There are qualifiers present in IN_OTYPE that are not
3216 #. present in IN_TYPE.
3217 #: c-typeck.c:3161
3218 msgid "cast discards qualifiers from pointer target type"
3219 msgstr ""
3220
3221 #: c-typeck.c:3176
3222 msgid "cast increases required alignment of target type"
3223 msgstr ""
3224
3225 #: c-typeck.c:3182 cp/typeck.c:4959
3226 msgid "cast from pointer to integer of different size"
3227 msgstr ""
3228
3229 #: c-typeck.c:3187
3230 msgid "cast from function call of type %qT to non-matching type %qT"
3231 msgstr ""
3232
3233 #: c-typeck.c:3195 cp/typeck.c:4966
3234 msgid "cast to pointer from integer of different size"
3235 msgstr ""
3236
3237 #: c-typeck.c:3207
3238 msgid "type-punning to incomplete type might break strict-aliasing rules"
3239 msgstr ""
3240
3241 #: c-typeck.c:3214
3242 msgid "dereferencing type-punned pointer will break strict-aliasing rules"
3243 msgstr ""
3244
3245 #: c-typeck.c:3217
3246 msgid "dereferencing type-punned pointer might break strict-aliasing rules"
3247 msgstr ""
3248
3249 #: c-typeck.c:3229
3250 msgid "ISO C forbids conversion of function pointer to object pointer type"
3251 msgstr ""
3252
3253 #: c-typeck.c:3238
3254 msgid "ISO C forbids conversion of object pointer to function pointer type"
3255 msgstr ""
3256
3257 #. Convert new value to destination type.
3258 #: c-typeck.c:3365 c-typeck.c:3382
3259 msgid "assignment"
3260 msgstr ""
3261
3262 #: c-typeck.c:3449
3263 msgid "cannot pass rvalue to reference parameter"
3264 msgstr ""
3265
3266 #: c-typeck.c:3557 c-typeck.c:3634
3267 #, c-format
3268 msgid "%s makes qualified function pointer from unqualified"
3269 msgstr ""
3270
3271 #: c-typeck.c:3561 c-typeck.c:3614
3272 #, c-format
3273 msgid "%s discards qualifiers from pointer target type"
3274 msgstr ""
3275
3276 #: c-typeck.c:3567
3277 msgid "ISO C prohibits argument conversion to union type"
3278 msgstr ""
3279
3280 #: c-typeck.c:3605
3281 msgid "ISO C forbids %s between function pointer and %<void *%>"
3282 msgstr ""
3283
3284 #: c-typeck.c:3623
3285 #, c-format
3286 msgid "pointer targets in %s differ in signedness"
3287 msgstr ""
3288
3289 #: c-typeck.c:3639
3290 #, c-format
3291 msgid "%s from incompatible pointer type"
3292 msgstr ""
3293
3294 #: c-typeck.c:3645 c-typeck.c:4162 cp/typeck.c:1402
3295 msgid "invalid use of non-lvalue array"
3296 msgstr ""
3297
3298 #: c-typeck.c:3659
3299 #, c-format
3300 msgid "%s makes pointer from integer without a cast"
3301 msgstr ""
3302
3303 #: c-typeck.c:3666
3304 #, c-format
3305 msgid "%s makes integer from pointer without a cast"
3306 msgstr ""
3307
3308 #: c-typeck.c:3680 c-typeck.c:3683
3309 #, c-format
3310 msgid "incompatible type for argument %d of %qs"
3311 msgstr ""
3312
3313 #: c-typeck.c:3687
3314 #, c-format
3315 msgid "incompatible type for argument %d of indirect function call"
3316 msgstr ""
3317
3318 #: c-typeck.c:3691
3319 #, c-format
3320 msgid "incompatible types in %s"
3321 msgstr ""
3322
3323 #. Function name is known; supply it.
3324 #: c-typeck.c:3745
3325 #, c-format
3326 msgid "passing arg %d of '%s'"
3327 msgstr ""
3328
3329 #. Function name unknown (call through ptr); just give arg number.
3330 #: c-typeck.c:3754
3331 #, c-format
3332 msgid "passing arg %d of pointer to function"
3333 msgstr ""
3334
3335 #: c-typeck.c:3810
3336 msgid "traditional C rejects automatic aggregate initialization"
3337 msgstr ""
3338
3339 #: c-typeck.c:3978 c-typeck.c:3993 c-typeck.c:4008
3340 #, c-format
3341 msgid "(near initialization for %qs)"
3342 msgstr ""
3343
3344 #: c-typeck.c:4022
3345 msgid "array initialized from parenthesized string constant"
3346 msgstr ""
3347
3348 #: c-typeck.c:4086 cp/typeck2.c:708
3349 msgid "char-array initialized from wide string"
3350 msgstr ""
3351
3352 #: c-typeck.c:4091
3353 msgid "wchar_t-array initialized from non-wide string"
3354 msgstr ""
3355
3356 #: c-typeck.c:4109 cp/typeck2.c:730
3357 msgid "initializer-string for array of chars is too long"
3358 msgstr ""
3359
3360 #: c-typeck.c:4115
3361 msgid "array of inappropriate type initialized from string constant"
3362 msgstr ""
3363
3364 #: c-typeck.c:4185
3365 msgid "array initialized from non-constant array expression"
3366 msgstr ""
3367
3368 #: c-typeck.c:4229
3369 msgid "initialization"
3370 msgstr ""
3371
3372 #: c-typeck.c:4244 c-typeck.c:5628
3373 msgid "initializer element is not computable at load time"
3374 msgstr ""
3375
3376 #: c-typeck.c:4259 cp/typeck2.c:808
3377 msgid "invalid initializer"
3378 msgstr ""
3379
3380 #: c-typeck.c:4529 cp/decl.c:4512
3381 msgid "opaque vector types cannot be initialized"
3382 msgstr ""
3383
3384 #: c-typeck.c:4725
3385 msgid "extra brace group at end of initializer"
3386 msgstr ""
3387
3388 #: c-typeck.c:4745
3389 msgid "missing braces around initializer"
3390 msgstr ""
3391
3392 #: c-typeck.c:4805
3393 msgid "braces around scalar initializer"
3394 msgstr ""
3395
3396 #: c-typeck.c:4862
3397 msgid "initialization of flexible array member in a nested context"
3398 msgstr ""
3399
3400 #: c-typeck.c:4864
3401 msgid "initialization of a flexible array member"
3402 msgstr ""
3403
3404 #: c-typeck.c:4891
3405 msgid "missing initializer"
3406 msgstr ""
3407
3408 #: c-typeck.c:4913
3409 msgid "empty scalar initializer"
3410 msgstr ""
3411
3412 #: c-typeck.c:4918
3413 msgid "extra elements in scalar initializer"
3414 msgstr ""
3415
3416 #: c-typeck.c:5006
3417 msgid "initialization designators may not nest"
3418 msgstr ""
3419
3420 #: c-typeck.c:5028 c-typeck.c:5103
3421 msgid "array index in non-array initializer"
3422 msgstr ""
3423
3424 #: c-typeck.c:5033 c-typeck.c:5156
3425 msgid "field name not in record or union initializer"
3426 msgstr ""
3427
3428 #: c-typeck.c:5079
3429 msgid "array index in initializer not of integer type"
3430 msgstr ""
3431
3432 #: c-typeck.c:5099 c-typeck.c:5101
3433 msgid "nonconstant array index in initializer"
3434 msgstr ""
3435
3436 #: c-typeck.c:5105 c-typeck.c:5108
3437 msgid "array index in initializer exceeds array bounds"
3438 msgstr ""
3439
3440 #: c-typeck.c:5119
3441 msgid "empty index range in initializer"
3442 msgstr ""
3443
3444 #: c-typeck.c:5128
3445 msgid "array index range in initializer exceeds array bounds"
3446 msgstr ""
3447
3448 #: c-typeck.c:5168
3449 #, c-format
3450 msgid "unknown field %qs specified in initializer"
3451 msgstr ""
3452
3453 #: c-typeck.c:5204 c-typeck.c:5225 c-typeck.c:5691
3454 msgid "initialized field with side-effects overwritten"
3455 msgstr ""
3456
3457 #: c-typeck.c:5900
3458 msgid "excess elements in char array initializer"
3459 msgstr ""
3460
3461 #: c-typeck.c:5907 c-typeck.c:5953
3462 msgid "excess elements in struct initializer"
3463 msgstr ""
3464
3465 #: c-typeck.c:5968
3466 msgid "non-static initialization of a flexible array member"
3467 msgstr ""
3468
3469 #: c-typeck.c:6036
3470 msgid "excess elements in union initializer"
3471 msgstr ""
3472
3473 #: c-typeck.c:6058
3474 msgid "traditional C rejects initialization of unions"
3475 msgstr ""
3476
3477 #: c-typeck.c:6122
3478 msgid "excess elements in array initializer"
3479 msgstr ""
3480
3481 #: c-typeck.c:6152
3482 msgid "excess elements in vector initializer"
3483 msgstr ""
3484
3485 #: c-typeck.c:6175
3486 msgid "excess elements in scalar initializer"
3487 msgstr ""
3488
3489 #: c-typeck.c:6337
3490 msgid "ISO C forbids %<goto *expr;%>"
3491 msgstr ""
3492
3493 #: c-typeck.c:6351
3494 msgid "function declared %<noreturn%> has a %<return%> statement"
3495 msgstr ""
3496
3497 #: c-typeck.c:6358
3498 msgid "%<return%> with no value, in function returning non-void"
3499 msgstr ""
3500
3501 #: c-typeck.c:6365
3502 msgid "%<return%> with a value, in function returning void"
3503 msgstr ""
3504
3505 #: c-typeck.c:6369
3506 msgid "return"
3507 msgstr ""
3508
3509 #: c-typeck.c:6422
3510 msgid "function returns address of local variable"
3511 msgstr ""
3512
3513 #: c-typeck.c:6483 cp/semantics.c:856
3514 msgid "switch quantity not an integer"
3515 msgstr ""
3516
3517 #: c-typeck.c:6493
3518 msgid "%<long%> switch expression not converted to %<int%> in ISO C"
3519 msgstr ""
3520
3521 #: c-typeck.c:6530 cp/parser.c:6017
3522 msgid "case label not within a switch statement"
3523 msgstr ""
3524
3525 #: c-typeck.c:6532
3526 msgid "%<default%> label not within a switch statement"
3527 msgstr ""
3528
3529 #: c-typeck.c:6596
3530 msgid "%Hsuggest explicit braces to avoid ambiguous %<else%>"
3531 msgstr ""
3532
3533 #: c-typeck.c:6606
3534 msgid "%Hempty body in an if-statement"
3535 msgstr ""
3536
3537 #: c-typeck.c:6614
3538 msgid "%Hempty body in an else-statement"
3539 msgstr ""
3540
3541 #: c-typeck.c:6705 cp/parser.c:6519
3542 msgid "continue statement not within a loop"
3543 msgstr ""
3544
3545 #: c-typeck.c:6722
3546 msgid "%Hstatement with no effect"
3547 msgstr ""
3548
3549 #: c-typeck.c:6751
3550 msgid "expression statement has incomplete type"
3551 msgstr ""
3552
3553 #: c-typeck.c:7074 c-typeck.c:7113
3554 msgid "division by zero"
3555 msgstr ""
3556
3557 #: c-typeck.c:7158 cp/typeck.c:2965
3558 msgid "right shift count is negative"
3559 msgstr ""
3560
3561 #: c-typeck.c:7165 cp/typeck.c:2971
3562 msgid "right shift count >= width of type"
3563 msgstr ""
3564
3565 #: c-typeck.c:7186 cp/typeck.c:2990
3566 msgid "left shift count is negative"
3567 msgstr ""
3568
3569 #: c-typeck.c:7189 cp/typeck.c:2992
3570 msgid "left shift count >= width of type"
3571 msgstr ""
3572
3573 #: c-typeck.c:7210
3574 msgid "shift count is negative"
3575 msgstr ""
3576
3577 #: c-typeck.c:7212
3578 msgid "shift count >= width of type"
3579 msgstr ""
3580
3581 #: c-typeck.c:7229 cp/typeck.c:3027
3582 msgid "comparing floating point with == or != is unsafe"
3583 msgstr ""
3584
3585 #: c-typeck.c:7253 c-typeck.c:7260
3586 msgid "ISO C forbids comparison of %<void *%> with function pointer"
3587 msgstr ""
3588
3589 #: c-typeck.c:7264 c-typeck.c:7304 c-typeck.c:7332
3590 msgid "comparison of distinct pointer types lacks a cast"
3591 msgstr ""
3592
3593 #: c-typeck.c:7278 c-typeck.c:7283 c-typeck.c:7352 c-typeck.c:7357
3594 msgid "comparison between pointer and integer"
3595 msgstr ""
3596
3597 #: c-typeck.c:7299 c-typeck.c:7327
3598 msgid "ISO C forbids ordered comparisons of pointers to functions"
3599 msgstr ""
3600
3601 #: c-typeck.c:7324
3602 msgid "comparison of complete and incomplete pointers"
3603 msgstr ""
3604
3605 #: c-typeck.c:7340 c-typeck.c:7347
3606 msgid "ordered comparison of pointer with integer zero"
3607 msgstr ""
3608
3609 #: c-typeck.c:7372 cp/typeck.c:3168
3610 msgid "unordered comparison on non-floating point argument"
3611 msgstr ""
3612
3613 #: c-typeck.c:7585
3614 msgid "comparison between signed and unsigned"
3615 msgstr ""
3616
3617 #: c-typeck.c:7631 cp/typeck.c:3432
3618 msgid "comparison of promoted ~unsigned with constant"
3619 msgstr ""
3620
3621 #: c-typeck.c:7639 cp/typeck.c:3440
3622 msgid "comparison of promoted ~unsigned with unsigned"
3623 msgstr ""
3624
3625 #: calls.c:1909
3626 msgid "function call has aggregate value"
3627 msgstr ""
3628
3629 #: cfghooks.c:90
3630 #, c-format
3631 msgid "bb %d on wrong place"
3632 msgstr ""
3633
3634 #: cfghooks.c:96
3635 #, c-format
3636 msgid "prev_bb of %d should be %d, not %d"
3637 msgstr ""
3638
3639 #: cfghooks.c:113
3640 #, c-format
3641 msgid "verify_flow_info: Wrong count of block %i %i"
3642 msgstr ""
3643
3644 #: cfghooks.c:119
3645 #, c-format
3646 msgid "verify_flow_info: Wrong frequency of block %i %i"
3647 msgstr ""
3648
3649 #: cfghooks.c:127
3650 #, c-format
3651 msgid "verify_flow_info: Duplicate edge %i->%i"
3652 msgstr ""
3653
3654 #: cfghooks.c:133
3655 #, c-format
3656 msgid "verify_flow_info: Wrong probability of edge %i->%i %i"
3657 msgstr ""
3658
3659 #: cfghooks.c:139
3660 #, c-format
3661 msgid "verify_flow_info: Wrong count of edge %i->%i %i"
3662 msgstr ""
3663
3664 #: cfghooks.c:151
3665 #, c-format
3666 msgid "verify_flow_info: Basic block %d succ edge is corrupted"
3667 msgstr ""
3668
3669 #: cfghooks.c:165 cfgrtl.c:2051
3670 #, c-format
3671 msgid "Wrong amount of branch edges after unconditional jump %i"
3672 msgstr ""
3673
3674 #: cfghooks.c:173
3675 #, c-format
3676 msgid "basic block %d pred edge is corrupted"
3677 msgstr ""
3678
3679 #: cfghooks.c:200
3680 #, c-format
3681 msgid "basic block %i edge lists are corrupted"
3682 msgstr ""
3683
3684 #: cfghooks.c:214
3685 msgid "verify_flow_info failed"
3686 msgstr ""
3687
3688 #: cfghooks.c:275
3689 #, c-format
3690 msgid "%s does not support redirect_edge_and_branch."
3691 msgstr ""
3692
3693 #: cfghooks.c:293
3694 #, c-format
3695 msgid "%s does not support redirect_edge_and_branch_force."
3696 msgstr ""
3697
3698 #: cfghooks.c:311
3699 #, c-format
3700 msgid "%s does not support split_block."
3701 msgstr ""
3702
3703 #: cfghooks.c:347
3704 #, c-format
3705 msgid "%s does not support move_block_after."
3706 msgstr ""
3707
3708 #: cfghooks.c:360
3709 #, c-format
3710 msgid "%s does not support delete_basic_block."
3711 msgstr ""
3712
3713 #: cfghooks.c:394
3714 #, c-format
3715 msgid "%s does not support split_edge."
3716 msgstr ""
3717
3718 #: cfghooks.c:448
3719 #, c-format
3720 msgid "%s does not support create_basic_block."
3721 msgstr ""
3722
3723 #: cfghooks.c:476
3724 #, c-format
3725 msgid "%s does not support can_merge_blocks_p."
3726 msgstr ""
3727
3728 #: cfghooks.c:487
3729 #, c-format
3730 msgid "%s does not support predict_edge."
3731 msgstr ""
3732
3733 #: cfghooks.c:496
3734 #, c-format
3735 msgid "%s does not support predicted_by_p."
3736 msgstr ""
3737
3738 #: cfghooks.c:510
3739 #, c-format
3740 msgid "%s does not support merge_blocks."
3741 msgstr ""
3742
3743 #: cfghooks.c:556
3744 #, c-format
3745 msgid "%s does not support make_forwarder_block."
3746 msgstr ""
3747
3748 #: cfghooks.c:662
3749 #, c-format
3750 msgid "%s does not support can_duplicate_block_p."
3751 msgstr ""
3752
3753 #: cfghooks.c:689
3754 #, c-format
3755 msgid "%s does not support duplicate_block."
3756 msgstr ""
3757
3758 #: cfghooks.c:755
3759 #, c-format
3760 msgid "%s does not support block_ends_with_call_p"
3761 msgstr ""
3762
3763 #: cfghooks.c:766
3764 #, c-format
3765 msgid "%s does not support block_ends_with_condjump_p"
3766 msgstr ""
3767
3768 #: cfghooks.c:784
3769 #, c-format
3770 msgid "%s does not support flow_call_edges_add"
3771 msgstr ""
3772
3773 #: cfgloop.c:1302
3774 #, c-format
3775 msgid "Size of loop %d should be %d, not %d."
3776 msgstr ""
3777
3778 #: cfgloop.c:1319
3779 #, c-format
3780 msgid "Bb %d do not belong to loop %d."
3781 msgstr ""
3782
3783 #: cfgloop.c:1336
3784 #, c-format
3785 msgid "Loop %d's header does not have exactly 2 entries."
3786 msgstr ""
3787
3788 #: cfgloop.c:1343
3789 #, c-format
3790 msgid "Loop %d's latch does not have exactly 1 successor."
3791 msgstr ""
3792
3793 #: cfgloop.c:1348
3794 #, c-format
3795 msgid "Loop %d's latch does not have header as successor."
3796 msgstr ""
3797
3798 #: cfgloop.c:1353
3799 #, c-format
3800 msgid "Loop %d's latch does not belong directly to it."
3801 msgstr ""
3802
3803 #: cfgloop.c:1359
3804 #, c-format
3805 msgid "Loop %d's header does not belong directly to it."
3806 msgstr ""
3807
3808 #: cfgloop.c:1365
3809 #, c-format
3810 msgid "Loop %d's latch is marked as part of irreducible region."
3811 msgstr ""
3812
3813 #: cfgloop.c:1398
3814 #, c-format
3815 msgid "Basic block %d should be marked irreducible."
3816 msgstr ""
3817
3818 #: cfgloop.c:1404
3819 #, c-format
3820 msgid "Basic block %d should not be marked irreducible."
3821 msgstr ""
3822
3823 #: cfgloop.c:1412
3824 #, c-format
3825 msgid "Edge from %d to %d should be marked irreducible."
3826 msgstr ""
3827
3828 #: cfgloop.c:1419
3829 #, c-format
3830 msgid "Edge from %d to %d should not be marked irreducible."
3831 msgstr ""
3832
3833 #: cfgloop.c:1454
3834 #, c-format
3835 msgid "Wrong single exit %d->%d recorded for loop %d."
3836 msgstr ""
3837
3838 #: cfgloop.c:1458
3839 #, c-format
3840 msgid "Right exit is %d->%d."
3841 msgstr ""
3842
3843 #: cfgloop.c:1475
3844 #, c-format
3845 msgid "Single exit not recorded for loop %d."
3846 msgstr ""
3847
3848 #: cfgloop.c:1482
3849 #, c-format
3850 msgid "Loop %d should not have single exit (%d -> %d)."
3851 msgstr ""
3852
3853 #: cfgrtl.c:1943
3854 #, c-format
3855 msgid "end insn %d for block %d not found in the insn stream"
3856 msgstr ""
3857
3858 #: cfgrtl.c:1957
3859 #, c-format
3860 msgid "insn %d is in multiple basic blocks (%d and %d)"
3861 msgstr ""
3862
3863 #: cfgrtl.c:1969
3864 #, c-format
3865 msgid "head insn %d for block %d not found in the insn stream"
3866 msgstr ""
3867
3868 #: cfgrtl.c:1993
3869 msgid "verify_flow_info: REG_BR_PROB does not match cfg %wi %i"
3870 msgstr ""
3871
3872 #: cfgrtl.c:2008
3873 #, c-format
3874 msgid "Fallthru edge crosses section boundary (bb %i)"
3875 msgstr ""
3876
3877 #: cfgrtl.c:2033
3878 #, c-format
3879 msgid "Missing REG_EH_REGION note in the end of bb %i"
3880 msgstr ""
3881
3882 #: cfgrtl.c:2041
3883 #, c-format
3884 msgid "Too many outgoing branch edges from bb %i"
3885 msgstr ""
3886
3887 #: cfgrtl.c:2046
3888 #, c-format
3889 msgid "Fallthru edge after unconditional jump %i"
3890 msgstr ""
3891
3892 #: cfgrtl.c:2057
3893 #, c-format
3894 msgid "Wrong amount of branch edges after conditional jump %i"
3895 msgstr ""
3896
3897 #: cfgrtl.c:2062
3898 #, c-format
3899 msgid "Call edges for non-call insn in bb %i"
3900 msgstr ""
3901
3902 #: cfgrtl.c:2071
3903 #, c-format
3904 msgid "Abnormal edges for no purpose in bb %i"
3905 msgstr ""
3906
3907 #: cfgrtl.c:2081
3908 #, c-format
3909 msgid "insn %d inside basic block %d but block_for_insn is NULL"
3910 msgstr ""
3911
3912 #: cfgrtl.c:2085
3913 #, c-format
3914 msgid "insn %d inside basic block %d but block_for_insn is %i"
3915 msgstr ""
3916
3917 #: cfgrtl.c:2099 cfgrtl.c:2109
3918 #, c-format
3919 msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
3920 msgstr ""
3921
3922 #: cfgrtl.c:2122
3923 #, c-format
3924 msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
3925 msgstr ""
3926
3927 #: cfgrtl.c:2132
3928 #, c-format
3929 msgid "in basic block %d:"
3930 msgstr ""
3931
3932 #: cfgrtl.c:2133
3933 msgid "flow control insn inside a basic block"
3934 msgstr ""
3935
3936 #: cfgrtl.c:2181
3937 #, c-format
3938 msgid "missing barrier after block %i"
3939 msgstr ""
3940
3941 #: cfgrtl.c:2194
3942 #, c-format
3943 msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
3944 msgstr ""
3945
3946 #: cfgrtl.c:2209
3947 #, c-format
3948 msgid "verify_flow_info: Incorrect fallthru %i->%i"
3949 msgstr ""
3950
3951 #: cfgrtl.c:2211
3952 msgid "wrong insn in the fallthru edge"
3953 msgstr ""
3954
3955 #: cfgrtl.c:2228
3956 msgid "basic blocks not laid down consecutively"
3957 msgstr ""
3958
3959 #: cfgrtl.c:2253
3960 msgid "insn outside basic block"
3961 msgstr ""
3962
3963 #: cfgrtl.c:2261
3964 msgid "return not followed by barrier"
3965 msgstr ""
3966
3967 #: cfgrtl.c:2268
3968 #, c-format
3969 msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
3970 msgstr ""
3971
3972 #: cgraph.c:231
3973 msgid "function body not available"
3974 msgstr ""
3975
3976 #: cgraph.c:233 cgraphunit.c:875
3977 msgid "redefined extern inline functions are not considered for inlining"
3978 msgstr ""
3979
3980 #: cgraph.c:236 cgraphunit.c:880
3981 msgid "function not considered for inlining"
3982 msgstr ""
3983
3984 #: cgraph.c:238 cgraphunit.c:878
3985 msgid "function not inlinable"
3986 msgstr ""
3987
3988 #: cgraph.c:578
3989 msgid "%D renamed after being referenced in assembly"
3990 msgstr ""
3991
3992 #: cgraphunit.c:726
3993 msgid "Shared call_expr:"
3994 msgstr ""
3995
3996 #: cgraphunit.c:732
3997 msgid "Edge points to wrong declaration:"
3998 msgstr ""
3999
4000 #: cgraphunit.c:741
4001 msgid "Missing callgraph edge for call expr:"
4002 msgstr ""
4003
4004 #: cgraphunit.c:767
4005 #, c-format
4006 msgid "Aux field set for edge %s->%s"
4007 msgstr ""
4008
4009 #: cgraphunit.c:779
4010 msgid "Inlined_to pointer is wrong"
4011 msgstr ""
4012
4013 #: cgraphunit.c:784
4014 msgid "Multiple inline callers"
4015 msgstr ""
4016
4017 #: cgraphunit.c:791
4018 msgid "Inlined_to pointer set for noninline callers"
4019 msgstr ""
4020
4021 #: cgraphunit.c:797
4022 msgid "Inlined_to pointer is set but no predecesors found"
4023 msgstr ""
4024
4025 #: cgraphunit.c:802
4026 msgid "Inlined_to pointer reffers to itself"
4027 msgstr ""
4028
4029 #: cgraphunit.c:812
4030 msgid "Node not found in DECL_ASSEMBLER_NAME hash"
4031 msgstr ""
4032
4033 #: cgraphunit.c:826
4034 #, c-format
4035 msgid "Edge %s->%s has no corresponding call_expr"
4036 msgstr ""
4037
4038 #: cgraphunit.c:837
4039 msgid "verify_cgraph_node failed."
4040 msgstr ""
4041
4042 #: cgraphunit.c:1021
4043 msgid "failed to reclaim unneeded function"
4044 msgstr ""
4045
4046 #: cgraphunit.c:1551
4047 msgid "--param large-function-growth limit reached"
4048 msgstr ""
4049
4050 #: cgraphunit.c:1588
4051 msgid "recursive inlining"
4052 msgstr ""
4053
4054 #: cgraphunit.c:1753 cgraphunit.c:2005
4055 msgid "--param max-inline-insns-single limit reached"
4056 msgstr ""
4057
4058 #: cgraphunit.c:1777
4059 msgid ""
4060 "--param max-inline-insns-single limit reached after inlining into the callee"
4061 msgstr ""
4062
4063 #: cgraphunit.c:1827
4064 msgid "--param inline-unit-growth limit reached"
4065 msgstr ""
4066
4067 #: cgraphunit.c:2865
4068 msgid "Nodes with no released memory found."
4069 msgstr ""
4070
4071 #: collect2.c:402 gcc.c:6742
4072 #, c-format
4073 msgid "internal gcc abort in %s, at %s:%d"
4074 msgstr ""
4075
4076 #: collect2.c:895
4077 msgid "no arguments"
4078 msgstr ""
4079
4080 #: collect2.c:1187
4081 #, c-format
4082 msgid "unknown demangling style '%s'"
4083 msgstr ""
4084
4085 #: collect2.c:1261 collect2.c:1409 collect2.c:1444
4086 #, c-format
4087 msgid "fopen %s"
4088 msgstr ""
4089
4090 #: collect2.c:1264 collect2.c:1414 collect2.c:1447
4091 #, c-format
4092 msgid "fclose %s"
4093 msgstr ""
4094
4095 #: collect2.c:1273
4096 #, c-format
4097 msgid "collect2 version %s"
4098 msgstr ""
4099
4100 #: collect2.c:1363
4101 #, c-format
4102 msgid "%d constructor(s) found\n"
4103 msgstr ""
4104
4105 #: collect2.c:1364
4106 #, c-format
4107 msgid "%d destructor(s)  found\n"
4108 msgstr ""
4109
4110 #: collect2.c:1365
4111 #, c-format
4112 msgid "%d frame table(s) found\n"
4113 msgstr ""
4114
4115 #: collect2.c:1507
4116 #, c-format
4117 msgid "%s terminated with signal %d [%s]%s"
4118 msgstr ""
4119
4120 #: collect2.c:1525
4121 #, c-format
4122 msgid "%s returned %d exit status"
4123 msgstr ""
4124
4125 #: collect2.c:1550
4126 #, c-format
4127 msgid "[cannot find %s]"
4128 msgstr ""
4129
4130 #: collect2.c:1565
4131 #, c-format
4132 msgid "cannot find `%s'"
4133 msgstr ""
4134
4135 #: collect2.c:1576 collect2.c:1579
4136 #, c-format
4137 msgid "redirecting stdout: %s"
4138 msgstr ""
4139
4140 #: collect2.c:1618
4141 #, c-format
4142 msgid "[Leaving %s]\n"
4143 msgstr ""
4144
4145 #: collect2.c:1838
4146 #, c-format
4147 msgid ""
4148 "\n"
4149 "write_c_file - output name is %s, prefix is %s\n"
4150 msgstr ""
4151
4152 #: collect2.c:2042
4153 msgid "cannot find `nm'"
4154 msgstr ""
4155
4156 #: collect2.c:2052 collect2.c:2218
4157 msgid "pipe"
4158 msgstr ""
4159
4160 #: collect2.c:2056 collect2.c:2222
4161 msgid "fdopen"
4162 msgstr ""
4163
4164 #: collect2.c:2082 collect2.c:2248
4165 #, c-format
4166 msgid "dup2 %d 1"
4167 msgstr ""
4168
4169 #: collect2.c:2085 collect2.c:2088 collect2.c:2101 collect2.c:2251
4170 #: collect2.c:2254 collect2.c:2267
4171 #, c-format
4172 msgid "close %d"
4173 msgstr ""
4174
4175 #: collect2.c:2091 collect2.c:2257
4176 #, c-format
4177 msgid "execv %s"
4178 msgstr ""
4179
4180 #: collect2.c:2145
4181 #, c-format
4182 msgid "init function found in object %s"
4183 msgstr ""
4184
4185 #: collect2.c:2153
4186 #, c-format
4187 msgid "fini function found in object %s"
4188 msgstr ""
4189
4190 #: collect2.c:2176 collect2.c:2306
4191 msgid "fclose"
4192 msgstr ""
4193
4194 #: collect2.c:2209
4195 msgid "cannot find `ldd'"
4196 msgstr ""
4197
4198 #: collect2.c:2270
4199 msgid ""
4200 "\n"
4201 "ldd output with constructors/destructors.\n"
4202 msgstr ""
4203
4204 #: collect2.c:2285
4205 #, c-format
4206 msgid "dynamic dependency %s not found"
4207 msgstr ""
4208
4209 #: collect2.c:2297
4210 #, c-format
4211 msgid "unable to open dynamic dependency '%s'"
4212 msgstr ""
4213
4214 #: collect2.c:2456
4215 #, c-format
4216 msgid "%s: not a COFF file"
4217 msgstr ""
4218
4219 #: collect2.c:2576
4220 #, c-format
4221 msgid "%s: cannot open as COFF file"
4222 msgstr ""
4223
4224 #: collect2.c:2631
4225 #, c-format
4226 msgid "library lib%s not found"
4227 msgstr ""
4228
4229 #: combine.c:12364
4230 #, c-format
4231 msgid ""
4232 ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new "
4233 "space),\n"
4234 ";; %d successes.\n"
4235 "\n"
4236 msgstr ""
4237
4238 #: combine.c:12373
4239 #, c-format
4240 msgid ""
4241 "\n"
4242 ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
4243 ";; %d successes.\n"
4244 msgstr ""
4245
4246 #: convert.c:69
4247 msgid "cannot convert to a pointer type"
4248 msgstr ""
4249
4250 #: convert.c:302
4251 msgid "pointer value used where a floating point value was expected"
4252 msgstr ""
4253
4254 #: convert.c:306
4255 msgid "aggregate value used where a float was expected"
4256 msgstr ""
4257
4258 #: convert.c:331
4259 msgid "conversion to incomplete type"
4260 msgstr ""
4261
4262 #: convert.c:660 convert.c:736
4263 msgid "can't convert between vector values of different size"
4264 msgstr ""
4265
4266 #: convert.c:666
4267 msgid "aggregate value used where an integer was expected"
4268 msgstr ""
4269
4270 #: convert.c:716
4271 msgid "pointer value used where a complex was expected"
4272 msgstr ""
4273
4274 #: convert.c:720
4275 msgid "aggregate value used where a complex was expected"
4276 msgstr ""
4277
4278 #: convert.c:742
4279 msgid "can't convert value to a vector"
4280 msgstr ""
4281
4282 #: coverage.c:168
4283 #, c-format
4284 msgid "%qs is not a gcov data file"
4285 msgstr ""
4286
4287 #: coverage.c:179
4288 msgid "%qs is version %q.*s, expected version %q.*s"
4289 msgstr ""
4290
4291 #: coverage.c:259 coverage.c:267
4292 #, c-format
4293 msgid "coverage mismatch for function %u while reading execution counters."
4294 msgstr ""
4295
4296 #: coverage.c:261 coverage.c:344
4297 #, c-format
4298 msgid "checksum is %x instead of %x"
4299 msgstr ""
4300
4301 #: coverage.c:269 coverage.c:352
4302 #, c-format
4303 msgid "number of counters is %d instead of %d"
4304 msgstr ""
4305
4306 #: coverage.c:275
4307 #, c-format
4308 msgid "cannot merge separate %s counters for function %u"
4309 msgstr ""
4310
4311 #: coverage.c:296
4312 #, c-format
4313 msgid "%qs has overflowed"
4314 msgstr ""
4315
4316 #: coverage.c:296
4317 #, c-format
4318 msgid "%qs is corrupted"
4319 msgstr ""
4320
4321 #: coverage.c:333
4322 #, c-format
4323 msgid "no coverage for function %qs found."
4324 msgstr ""
4325
4326 #: coverage.c:341 coverage.c:349
4327 #, c-format
4328 msgid "coverage mismatch for function %qs while reading counter %qs."
4329 msgstr ""
4330
4331 #: coverage.c:532
4332 #, c-format
4333 msgid "cannot open %s"
4334 msgstr ""
4335
4336 #: coverage.c:567
4337 #, c-format
4338 msgid "error writing %qs"
4339 msgstr ""
4340
4341 #: cppspec.c:106
4342 #, c-format
4343 msgid "\"%s\" is not a valid option to the preprocessor"
4344 msgstr ""
4345
4346 #: cppspec.c:128
4347 msgid "too many input files"
4348 msgstr ""
4349
4350 #: cse.c:6735
4351 #, c-format
4352 msgid ";; Processing block from %d to %d, %d sets.\n"
4353 msgstr ""
4354
4355 #: diagnostic.c:168
4356 #, c-format
4357 msgid "%s:%d: confused by earlier errors, bailing out\n"
4358 msgstr ""
4359
4360 #: diagnostic.c:228
4361 msgid "compilation terminated due to -Wfatal-errors.\n"
4362 msgstr ""
4363
4364 #: diagnostic.c:237
4365 #, c-format
4366 msgid ""
4367 "Please submit a full bug report,\n"
4368 "with preprocessed source if appropriate.\n"
4369 "See %s for instructions.\n"
4370 msgstr ""
4371
4372 #: diagnostic.c:246
4373 msgid "compilation terminated.\n"
4374 msgstr ""
4375
4376 #: diagnostic.c:537
4377 msgid "Internal compiler error: Error reporting routines re-entered.\n"
4378 msgstr ""
4379
4380 #: diagnostic.c:556
4381 #, c-format
4382 msgid "in %s, at %s:%d"
4383 msgstr ""
4384
4385 #: dominance.c:836
4386 #, c-format
4387 msgid "dominator of %d status unknown"
4388 msgstr ""
4389
4390 #: dominance.c:838
4391 #, c-format
4392 msgid "dominator of %d should be %d, not %d"
4393 msgstr ""
4394
4395 #: dominance.c:851
4396 #, c-format
4397 msgid "ENTRY does not dominate bb %d"
4398 msgstr ""
4399
4400 #: dwarf2out.c:3362
4401 #, c-format
4402 msgid "DW_LOC_OP %s not implemented\n"
4403 msgstr ""
4404
4405 #: emit-rtl.c:1178
4406 msgid "can't access real part of complex value in hard register"
4407 msgstr ""
4408
4409 #: emit-rtl.c:1205
4410 msgid "can't access imaginary part of complex value in hard register"
4411 msgstr ""
4412
4413 #: emit-rtl.c:2285
4414 msgid "Invalid rtl sharing found in the insn"
4415 msgstr ""
4416
4417 #: emit-rtl.c:2287
4418 msgid "Shared rtx"
4419 msgstr ""
4420
4421 #: emit-rtl.c:2289
4422 msgid "Internal consistency failure"
4423 msgstr ""
4424
4425 #: emit-rtl.c:3436
4426 msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
4427 msgstr ""
4428
4429 #: errors.c:133 java/jv-scan.c:294
4430 #, c-format
4431 msgid "abort in %s, at %s:%d"
4432 msgstr ""
4433
4434 #: except.c:346
4435 msgid "exception handling disabled, use -fexceptions to enable"
4436 msgstr ""
4437
4438 #: except.c:2934
4439 msgid "argument of %<__builtin_eh_return_regno%> must be constant"
4440 msgstr ""
4441
4442 #: except.c:3065
4443 msgid "__builtin_eh_return not supported on this target"
4444 msgstr ""
4445
4446 #: explow.c:1351
4447 msgid "stack limits not supported on this target"
4448 msgstr ""
4449
4450 #: final.c:1060
4451 msgid "negative insn length"
4452 msgstr ""
4453
4454 #: final.c:2500
4455 msgid "could not split insn"
4456 msgstr ""
4457
4458 #: final.c:2835
4459 msgid "invalid `asm': "
4460 msgstr ""
4461
4462 #: final.c:3018
4463 msgid "nested assembly dialect alternatives"
4464 msgstr ""
4465
4466 #: final.c:3035 final.c:3047
4467 msgid "unterminated assembly dialect alternative"
4468 msgstr ""
4469
4470 #: final.c:3094
4471 #, c-format
4472 msgid "operand number missing after %%-letter"
4473 msgstr ""
4474
4475 #: final.c:3097 final.c:3138
4476 msgid "operand number out of range"
4477 msgstr ""
4478
4479 #: final.c:3157
4480 #, c-format
4481 msgid "invalid %%-code"
4482 msgstr ""
4483
4484 #: final.c:3187
4485 #, c-format
4486 msgid "`%%l' operand isn't a label"
4487 msgstr ""
4488
4489 #. We can't handle floating point constants;
4490 #. PRINT_OPERAND must handle them.
4491 #: final.c:3289 vmsdbgout.c:487 config/i386/i386.c:5835
4492 #: config/pdp11/pdp11.c:1690
4493 msgid "floating constant misused"
4494 msgstr ""
4495
4496 #: final.c:3345 vmsdbgout.c:544 config/i386/i386.c:5913
4497 #: config/pdp11/pdp11.c:1737
4498 msgid "invalid expression as operand"
4499 msgstr ""
4500
4501 #: flow.c:494 flow.c:518 flow.c:539
4502 msgid "internal consistency failure"
4503 msgstr ""
4504
4505 #: flow.c:1559
4506 msgid "Attempt to delete prologue/epilogue insn:"
4507 msgstr ""
4508
4509 #: fold-const.c:3190 fold-const.c:3201
4510 #, c-format
4511 msgid "comparison is always %d due to width of bit-field"
4512 msgstr ""
4513
4514 #: fold-const.c:4761 fold-const.c:4776
4515 #, c-format
4516 msgid "comparison is always %d"
4517 msgstr ""
4518
4519 #: fold-const.c:4905
4520 msgid "%<or%> of unmatched not-equal tests is always 1"
4521 msgstr ""
4522
4523 #: fold-const.c:4910
4524 msgid "%<and%> of mutually exclusive equal-tests is always 0"
4525 msgstr ""
4526
4527 #: fold-const.c:9031
4528 msgid "fold check: original tree changed by fold"
4529 msgstr ""
4530
4531 #: function.c:834 varasm.c:1551
4532 msgid "%Jsize of variable %qD is too large"
4533 msgstr ""
4534
4535 #: function.c:1435
4536 msgid "impossible constraint in %<asm%>"
4537 msgstr ""
4538
4539 #: function.c:3457
4540 msgid "%Jvariable %qD might be clobbered by %<longjmp%> or %<vfork%>"
4541 msgstr ""
4542
4543 #: function.c:3478
4544 msgid "%Jargument %qD might be clobbered by %<longjmp%> or %<vfork%>"
4545 msgstr ""
4546
4547 #: function.c:3869
4548 msgid "function returns an aggregate"
4549 msgstr ""
4550
4551 #: function.c:4202
4552 msgid "%Junused parameter %qD"
4553 msgstr ""
4554
4555 #: gcc.c:1240
4556 #, c-format
4557 msgid "ambiguous abbreviation %s"
4558 msgstr ""
4559
4560 #: gcc.c:1267
4561 #, c-format
4562 msgid "incomplete `%s' option"
4563 msgstr ""
4564
4565 #: gcc.c:1278
4566 #, c-format
4567 msgid "missing argument to `%s' option"
4568 msgstr ""
4569
4570 #: gcc.c:1291
4571 #, c-format
4572 msgid "extraneous argument to `%s' option"
4573 msgstr ""
4574
4575 #: gcc.c:1635
4576 msgid "Using built-in specs.\n"
4577 msgstr ""
4578
4579 #: gcc.c:1823
4580 #, c-format
4581 msgid ""
4582 "Setting spec %s to '%s'\n"
4583 "\n"
4584 msgstr ""
4585
4586 #: gcc.c:1932
4587 #, c-format
4588 msgid "Reading specs from %s\n"
4589 msgstr ""
4590
4591 #: gcc.c:2028 gcc.c:2047
4592 #, c-format
4593 msgid "specs %%include syntax malformed after %ld characters"
4594 msgstr ""
4595
4596 #: gcc.c:2055
4597 #, c-format
4598 msgid "could not find specs file %s\n"
4599 msgstr ""
4600
4601 #: gcc.c:2072 gcc.c:2080 gcc.c:2089 gcc.c:2098
4602 #, c-format
4603 msgid "specs %%rename syntax malformed after %ld characters"
4604 msgstr ""
4605
4606 #: gcc.c:2107
4607 #, c-format
4608 msgid "specs %s spec was not found to be renamed"
4609 msgstr ""
4610
4611 #: gcc.c:2114
4612 #, c-format
4613 msgid "%s: attempt to rename spec '%s' to already defined spec '%s'"
4614 msgstr ""
4615
4616 #: gcc.c:2119
4617 #, c-format
4618 msgid "rename spec %s to %s\n"
4619 msgstr ""
4620
4621 #: gcc.c:2121
4622 #, c-format
4623 msgid ""
4624 "spec is '%s'\n"
4625 "\n"
4626 msgstr ""
4627
4628 #: gcc.c:2134
4629 #, c-format
4630 msgid "specs unknown %% command after %ld characters"
4631 msgstr ""
4632
4633 #: gcc.c:2145 gcc.c:2158
4634 #, c-format
4635 msgid "specs file malformed after %ld characters"
4636 msgstr ""
4637
4638 #: gcc.c:2211
4639 msgid "spec file has no spec for linking"
4640 msgstr ""
4641
4642 #: gcc.c:2633
4643 #, c-format
4644 msgid "system path `%s' is not absolute"
4645 msgstr ""
4646
4647 #: gcc.c:2696
4648 msgid "-pipe not supported"
4649 msgstr ""
4650
4651 #: gcc.c:2758
4652 msgid ""
4653 "\n"
4654 "Go ahead? (y or n) "
4655 msgstr ""
4656
4657 #: gcc.c:2883
4658 #, c-format
4659 msgid ""
4660 "Internal error: %s (program %s)\n"
4661 "Please submit a full bug report.\n"
4662 "See %s for instructions."
4663 msgstr ""
4664
4665 #: gcc.c:2901
4666 #, c-format
4667 msgid "# %s %.2f %.2f\n"
4668 msgstr ""
4669
4670 #: gcc.c:3031
4671 #, c-format
4672 msgid "Usage: %s [options] file...\n"
4673 msgstr ""
4674
4675 #: gcc.c:3032
4676 msgid "Options:\n"
4677 msgstr ""
4678
4679 #: gcc.c:3034
4680 msgid "  -pass-exit-codes         Exit with highest error code from a phase\n"
4681 msgstr ""
4682
4683 #: gcc.c:3035
4684 msgid "  --help                   Display this information\n"
4685 msgstr ""
4686
4687 #: gcc.c:3036
4688 msgid ""
4689 "  --target-help            Display target specific command line options\n"
4690 msgstr ""
4691
4692 #: gcc.c:3038
4693 msgid "  (Use '-v --help' to display command line options of sub-processes)\n"
4694 msgstr ""
4695
4696 #: gcc.c:3039
4697 msgid "  -dumpspecs               Display all of the built in spec strings\n"
4698 msgstr ""
4699
4700 #: gcc.c:3040
4701 msgid "  -dumpversion             Display the version of the compiler\n"
4702 msgstr ""
4703
4704 #: gcc.c:3041
4705 msgid "  -dumpmachine             Display the compiler's target processor\n"
4706 msgstr ""
4707
4708 #: gcc.c:3042
4709 msgid ""
4710 "  -print-search-dirs       Display the directories in the compiler's search "
4711 "path\n"
4712 msgstr ""
4713
4714 #: gcc.c:3043
4715 msgid ""
4716 "  -print-libgcc-file-name  Display the name of the compiler's companion "
4717 "library\n"
4718 msgstr ""
4719
4720 #: gcc.c:3044
4721 msgid "  -print-file-name=<lib>   Display the full path to library <lib>\n"
4722 msgstr ""
4723
4724 #: gcc.c:3045
4725 msgid ""
4726 "  -print-prog-name=<prog>  Display the full path to compiler component "
4727 "<prog>\n"
4728 msgstr ""
4729
4730 #: gcc.c:3046
4731 msgid ""
4732 "  -print-multi-directory   Display the root directory for versions of "
4733 "libgcc\n"
4734 msgstr ""
4735
4736 #: gcc.c:3047
4737 msgid ""
4738 "  -print-multi-lib         Display the mapping between command line options "
4739 "and\n"
4740 "                           multiple library search directories\n"
4741 msgstr ""
4742
4743 #: gcc.c:3050
4744 msgid "  -print-multi-os-directory Display the relative path to OS libraries\n"
4745 msgstr ""
4746
4747 #: gcc.c:3051
4748 msgid ""
4749 "  -Wa,<options>            Pass comma-separated <options> on to the "
4750 "assembler\n"
4751 msgstr ""
4752
4753 #: gcc.c:3052
4754 msgid ""
4755 "  -Wp,<options>            Pass comma-separated <options> on to the "
4756 "preprocessor\n"
4757 msgstr ""
4758
4759 #: gcc.c:3053
4760 msgid ""
4761 "  -Wl,<options>            Pass comma-separated <options> on to the linker\n"
4762 msgstr ""
4763
4764 #: gcc.c:3054
4765 msgid "  -Xassembler <arg>        Pass <arg> on to the assembler\n"
4766 msgstr ""
4767
4768 #: gcc.c:3055
4769 msgid "  -Xpreprocessor <arg>     Pass <arg> on to the preprocessor\n"
4770 msgstr ""
4771
4772 #: gcc.c:3056
4773 msgid "  -Xlinker <arg>           Pass <arg> on to the linker\n"
4774 msgstr ""
4775
4776 #: gcc.c:3057
4777 msgid ""
4778 "  -combine                 Pass multiple source files to compiler at once\n"
4779 msgstr ""
4780
4781 #: gcc.c:3058
4782 msgid "  -save-temps              Do not delete intermediate files\n"
4783 msgstr ""
4784
4785 #: gcc.c:3059
4786 msgid "  -pipe                    Use pipes rather than intermediate files\n"
4787 msgstr ""
4788
4789 #: gcc.c:3060
4790 msgid "  -time                    Time the execution of each subprocess\n"
4791 msgstr ""
4792
4793 #: gcc.c:3061
4794 msgid ""
4795 "  -specs=<file>            Override built-in specs with the contents of "
4796 "<file>\n"
4797 msgstr ""
4798
4799 #: gcc.c:3062
4800 msgid ""
4801 "  -std=<standard>          Assume that the input sources are for <standard>\n"
4802 msgstr ""
4803
4804 #: gcc.c:3063
4805 msgid ""
4806 "  -B <directory>           Add <directory> to the compiler's search paths\n"
4807 msgstr ""
4808
4809 #: gcc.c:3064
4810 msgid "  -b <machine>             Run gcc for target <machine>, if installed\n"
4811 msgstr ""
4812
4813 #: gcc.c:3065
4814 msgid ""
4815 "  -V <version>             Run gcc version number <version>, if installed\n"
4816 msgstr ""
4817
4818 #: gcc.c:3066
4819 msgid ""
4820 "  -v                       Display the programs invoked by the compiler\n"
4821 msgstr ""
4822
4823 #: gcc.c:3067
4824 msgid ""
4825 "  -###                     Like -v but options quoted and commands not "
4826 "executed\n"
4827 msgstr ""
4828
4829 #: gcc.c:3068
4830 msgid ""
4831 "  -E                       Preprocess only; do not compile, assemble or "
4832 "link\n"
4833 msgstr ""
4834
4835 #: gcc.c:3069
4836 msgid "  -S                       Compile only; do not assemble or link\n"
4837 msgstr ""
4838
4839 #: gcc.c:3070
4840 msgid "  -c                       Compile and assemble, but do not link\n"
4841 msgstr ""
4842
4843 #: gcc.c:3071
4844 msgid "  -o <file>                Place the output into <file>\n"
4845 msgstr ""
4846
4847 #: gcc.c:3072
4848 msgid ""
4849 "  -x <language>            Specify the language of the following input "
4850 "files\n"
4851 "                           Permissible languages include: c c++ assembler "
4852 "none\n"
4853 "                           'none' means revert to the default behavior of\n"
4854 "                           guessing the language based on the file's "
4855 "extension\n"
4856 msgstr ""
4857
4858 #: gcc.c:3079
4859 #, c-format
4860 msgid ""
4861 "\n"
4862 "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
4863 " passed on to the various sub-processes invoked by %s.  In order to pass\n"
4864 " other options on to these processes the -W<letter> options must be used.\n"
4865 msgstr ""
4866
4867 #: gcc.c:3199
4868 #, c-format
4869 msgid "`-%c' option must have argument"
4870 msgstr ""
4871
4872 #: gcc.c:3221
4873 #, c-format
4874 msgid "couldn't run `%s': %s"
4875 msgstr ""
4876
4877 #. translate_options () has turned --version into -fversion.
4878 #: gcc.c:3406
4879 #, c-format
4880 msgid "%s (GCC) %s\n"
4881 msgstr ""
4882
4883 #: gcc.c:3408 gcov.c:412 java/gjavah.c:2326 java/jcf-dump.c:916
4884 #: java/jv-scan.c:128
4885 msgid "(C)"
4886 msgstr ""
4887
4888 #: gcc.c:3409 java/gjavah.c:2327 java/jcf-dump.c:917 java/jv-scan.c:129
4889 msgid ""
4890 "This is free software; see the source for copying conditions.  There is NO\n"
4891 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
4892 "\n"
4893 msgstr ""
4894
4895 #: gcc.c:3510
4896 msgid "argument to `-Xlinker' is missing"
4897 msgstr ""
4898
4899 #: gcc.c:3518
4900 msgid "argument to `-Xpreprocessor' is missing"
4901 msgstr ""
4902
4903 #: gcc.c:3525
4904 msgid "argument to `-Xassembler' is missing"
4905 msgstr ""
4906
4907 #: gcc.c:3532
4908 msgid "argument to `-l' is missing"
4909 msgstr ""
4910
4911 #: gcc.c:3553
4912 msgid "argument to `-specs' is missing"
4913 msgstr ""
4914
4915 #: gcc.c:3567
4916 msgid "argument to `-specs=' is missing"
4917 msgstr ""
4918
4919 #: gcc.c:3604
4920 #, c-format
4921 msgid "`-%c' must come at the start of the command line"
4922 msgstr ""
4923
4924 #: gcc.c:3613
4925 msgid "argument to `-B' is missing"
4926 msgstr ""
4927
4928 #: gcc.c:3786
4929 msgid "warning: -pipe ignored because -save-temps specified"
4930 msgstr ""
4931
4932 #: gcc.c:3790
4933 msgid "warning: -pipe ignored because -time specified"
4934 msgstr ""
4935
4936 #: gcc.c:4002
4937 msgid "argument to `-x' is missing"
4938 msgstr ""
4939
4940 #: gcc.c:4030
4941 #, c-format
4942 msgid "argument to `-%s' is missing"
4943 msgstr ""
4944
4945 #: gcc.c:4091
4946 #, c-format
4947 msgid "warning: `-x %s' after last input file has no effect"
4948 msgstr ""
4949
4950 #: gcc.c:4368
4951 #, c-format
4952 msgid "switch '%s' does not start with '-'"
4953 msgstr ""
4954
4955 #: gcc.c:4595
4956 #, c-format
4957 msgid "spec '%s' invalid"
4958 msgstr ""
4959
4960 #: gcc.c:4661
4961 #, c-format
4962 msgid "%s\n"
4963 msgstr ""
4964
4965 #: gcc.c:4734
4966 #, c-format
4967 msgid "spec '%s' has invalid `%%0%c'"
4968 msgstr ""
4969
4970 #: gcc.c:4931
4971 #, c-format
4972 msgid "spec `%s' has invalid `%%W%c"
4973 msgstr ""
4974
4975 #: gcc.c:4962
4976 #, c-format
4977 msgid "spec `%s' has invalid `%%x%c'"
4978 msgstr ""
4979
4980 #. Catch the case where a spec string contains something like
4981 #. '%{foo:%*}'.  i.e. there is no * in the pattern on the left
4982 #. hand side of the :.
4983 #: gcc.c:5174
4984 #, c-format
4985 msgid "spec failure: '%%*' has not been initialized by pattern match"
4986 msgstr ""
4987
4988 #: gcc.c:5183
4989 #, c-format
4990 msgid "warning: use of obsolete %%[ operator in specs"
4991 msgstr ""
4992
4993 #: gcc.c:5201
4994 #, c-format
4995 msgid "Processing spec %c%s%c, which is '%s'\n"
4996 msgstr ""
4997
4998 #: gcc.c:5264
4999 #, c-format
5000 msgid "spec failure: unrecognized spec option '%c'"
5001 msgstr ""
5002
5003 #: gcc.c:5343
5004 #, c-format
5005 msgid "unknown spec function `%s'"
5006 msgstr ""
5007
5008 #: gcc.c:5362
5009 #, c-format
5010 msgid "error in args to spec function `%s'"
5011 msgstr ""
5012
5013 #: gcc.c:5410
5014 msgid "malformed spec function name"
5015 msgstr ""
5016
5017 #. )
5018 #: gcc.c:5413
5019 msgid "no arguments for spec function"
5020 msgstr ""
5021
5022 #: gcc.c:5432
5023 msgid "malformed spec function arguments"
5024 msgstr ""
5025
5026 #: gcc.c:5655
5027 #, c-format
5028 msgid "braced spec `%s' is invalid at `%c'"
5029 msgstr ""
5030
5031 #: gcc.c:5743
5032 #, c-format
5033 msgid "braced spec body `%s' is invalid"
5034 msgstr ""
5035
5036 #: gcc.c:6169
5037 msgid "spec failure: more than one arg to SYSROOT_SUFFIX_SPEC."
5038 msgstr ""
5039
5040 #: gcc.c:6179
5041 msgid "spec failure: more than one arg to SYSROOT_HEADERS_SUFFIX_SPEC."
5042 msgstr ""
5043
5044 #: gcc.c:6272
5045 #, c-format
5046 msgid "unrecognized option `-%s'"
5047 msgstr ""
5048
5049 #: gcc.c:6278
5050 #, c-format
5051 msgid "install: %s%s\n"
5052 msgstr ""
5053
5054 #: gcc.c:6279
5055 #, c-format
5056 msgid "programs: %s\n"
5057 msgstr ""
5058
5059 #: gcc.c:6280
5060 #, c-format
5061 msgid "libraries: %s\n"
5062 msgstr ""
5063
5064 #: gcc.c:6337
5065 msgid ""
5066 "\n"
5067 "For bug reporting instructions, please see:\n"
5068 msgstr ""
5069
5070 #: gcc.c:6353
5071 #, c-format
5072 msgid "Configured with: %s\n"
5073 msgstr ""
5074
5075 #: gcc.c:6367
5076 #, c-format
5077 msgid "Thread model: %s\n"
5078 msgstr ""
5079
5080 #: gcc.c:6378
5081 #, c-format
5082 msgid "gcc version %s\n"
5083 msgstr ""
5084
5085 #: gcc.c:6380
5086 #, c-format
5087 msgid "gcc driver version %s executing gcc version %s\n"
5088 msgstr ""
5089
5090 #: gcc.c:6388
5091 msgid "no input files"
5092 msgstr ""
5093
5094 #: gcc.c:6459 gcc.c:6522
5095 #, c-format
5096 msgid "%s: %s compiler not installed on this system"
5097 msgstr ""
5098
5099 #: gcc.c:6468
5100 #, c-format
5101 msgid "spec `%s' is invalid"
5102 msgstr ""
5103
5104 #: gcc.c:6605
5105 #, c-format
5106 msgid "%s: linker input file unused because linking not done"
5107 msgstr ""
5108
5109 #: gcc.c:6645
5110 #, c-format
5111 msgid "language %s not recognized"
5112 msgstr ""
5113
5114 #: gcc.c:6716
5115 #, c-format
5116 msgid "%s: %s"
5117 msgstr ""
5118
5119 #: gcc.c:6936
5120 #, c-format
5121 msgid "multilib spec `%s' is invalid"
5122 msgstr ""
5123
5124 #: gcc.c:7128
5125 #, c-format
5126 msgid "multilib exclusions `%s' is invalid"
5127 msgstr ""
5128
5129 #: gcc.c:7186 gcc.c:7327
5130 #, c-format
5131 msgid "multilib select `%s' is invalid"
5132 msgstr ""
5133
5134 #: gcc.c:7365
5135 #, c-format
5136 msgid "multilib exclusion `%s' is invalid"
5137 msgstr ""
5138
5139 #: gcov.c:385
5140 msgid ""
5141 "Usage: gcov [OPTION]... SOURCEFILE\n"
5142 "\n"
5143 msgstr ""
5144
5145 #: gcov.c:386
5146 msgid ""
5147 "Print code coverage information.\n"
5148 "\n"
5149 msgstr ""
5150
5151 #: gcov.c:387
5152 msgid "  -h, --help                      Print this help, then exit\n"
5153 msgstr ""
5154
5155 #: gcov.c:388
5156 msgid "  -v, --version                   Print version number, then exit\n"
5157 msgstr ""
5158
5159 #: gcov.c:389
5160 msgid ""
5161 "  -a, --all-blocks                Show information for every basic block\n"
5162 msgstr ""
5163
5164 #: gcov.c:390
5165 msgid ""
5166 "  -b, --branch-probabilities      Include branch probabilities in output\n"
5167 msgstr ""
5168
5169 #: gcov.c:391
5170 msgid ""
5171 "  -c, --branch-counts             Given counts of branches taken\n"
5172 "                                    rather than percentages\n"
5173 msgstr ""
5174
5175 #: gcov.c:393
5176 msgid "  -n, --no-output                 Do not create an output file\n"
5177 msgstr ""
5178
5179 #: gcov.c:394
5180 msgid ""
5181 "  -l, --long-file-names           Use long output file names for included\n"
5182 "                                    source files\n"
5183 msgstr ""
5184
5185 #: gcov.c:396
5186 msgid "  -f, --function-summaries        Output summaries for each function\n"
5187 msgstr ""
5188
5189 #: gcov.c:397
5190 msgid ""
5191 "  -o, --object-directory DIR|FILE Search for object files in DIR or called "
5192 "FILE\n"
5193 msgstr ""
5194
5195 #: gcov.c:398
5196 msgid "  -p, --preserve-paths            Preserve all pathname components\n"
5197 msgstr ""
5198
5199 #: gcov.c:399
5200 msgid ""
5201 "  -u, --unconditional-branches    Show unconditional branch counts too\n"
5202 msgstr ""
5203
5204 #: gcov.c:400
5205 #, c-format
5206 msgid ""
5207 "\n"
5208 "For bug reporting instructions, please see:\n"
5209 "%s.\n"
5210 msgstr ""
5211
5212 #: gcov.c:410
5213 #, c-format
5214 msgid "gcov (GCC) %s\n"
5215 msgstr ""
5216
5217 #: gcov.c:414
5218 msgid ""
5219 "This is free software; see the source for copying conditions.\n"
5220 "There is NO warranty; not even for MERCHANTABILITY or \n"
5221 "FITNESS FOR A PARTICULAR PURPOSE.\n"
5222 "\n"
5223 msgstr ""
5224
5225 #: gcov.c:504
5226 #, c-format
5227 msgid "%s:no functions found\n"
5228 msgstr ""
5229
5230 #: gcov.c:525 gcov.c:553
5231 msgid "\n"
5232 msgstr ""
5233
5234 #: gcov.c:540
5235 #, c-format
5236 msgid "%s:creating `%s'\n"
5237 msgstr ""
5238
5239 #: gcov.c:544
5240 #, c-format
5241 msgid "%s:error writing output file `%s'\n"
5242 msgstr ""
5243
5244 #: gcov.c:549
5245 #, c-format
5246 msgid "%s:could not open output file `%s'\n"
5247 msgstr ""
5248
5249 #: gcov.c:700
5250 #, c-format
5251 msgid "%s:cannot open graph file\n"
5252 msgstr ""
5253
5254 #: gcov.c:706
5255 #, c-format
5256 msgid "%s:not a gcov graph file\n"
5257 msgstr ""
5258
5259 #: gcov.c:719
5260 #, c-format
5261 msgid "%s:version `%.4s', prefer `%.4s'\n"
5262 msgstr ""
5263
5264 #: gcov.c:771
5265 #, c-format
5266 msgid "%s:already seen blocks for `%s'\n"
5267 msgstr ""
5268
5269 #: gcov.c:889 gcov.c:1045
5270 #, c-format
5271 msgid "%s:corrupted\n"
5272 msgstr ""
5273
5274 #: gcov.c:963
5275 #, c-format
5276 msgid "%s:cannot open data file\n"
5277 msgstr ""
5278
5279 #: gcov.c:968
5280 #, c-format
5281 msgid "%s:not a gcov data file\n"
5282 msgstr ""
5283
5284 #: gcov.c:981
5285 #, c-format
5286 msgid "%s:version `%.4s', prefer version `%.4s'\n"
5287 msgstr ""
5288
5289 #: gcov.c:987
5290 #, c-format
5291 msgid "%s:stamp mismatch with graph file\n"
5292 msgstr ""
5293
5294 #: gcov.c:1013
5295 #, c-format
5296 msgid "%s:unknown function `%u'\n"
5297 msgstr ""
5298
5299 #: gcov.c:1026
5300 #, c-format
5301 msgid "%s:profile mismatch for `%s'\n"
5302 msgstr ""
5303
5304 #: gcov.c:1045
5305 #, c-format
5306 msgid "%s:overflowed\n"
5307 msgstr ""
5308
5309 #: gcov.c:1069
5310 #, c-format
5311 msgid "%s:`%s' lacks entry and/or exit blocks\n"
5312 msgstr ""
5313
5314 #: gcov.c:1074
5315 #, c-format
5316 msgid "%s:`%s' has arcs to entry block\n"
5317 msgstr ""
5318
5319 #: gcov.c:1082
5320 #, c-format
5321 msgid "%s:`%s' has arcs from exit block\n"
5322 msgstr ""
5323
5324 #: gcov.c:1290
5325 #, c-format
5326 msgid "%s:graph is unsolvable for `%s'\n"
5327 msgstr ""
5328
5329 #: gcov.c:1370
5330 #, c-format
5331 msgid "%s `%s'\n"
5332 msgstr ""
5333
5334 #: gcov.c:1373
5335 #, c-format
5336 msgid "Lines executed:%s of %d\n"
5337 msgstr ""
5338
5339 #: gcov.c:1377
5340 msgid "No executable lines\n"
5341 msgstr ""
5342
5343 #: gcov.c:1383
5344 #, c-format
5345 msgid "Branches executed:%s of %d\n"
5346 msgstr ""
5347
5348 #: gcov.c:1387
5349 #, c-format
5350 msgid "Taken at least once:%s of %d\n"
5351 msgstr ""
5352
5353 #: gcov.c:1393
5354 msgid "No branches\n"
5355 msgstr ""
5356
5357 #: gcov.c:1395
5358 #, c-format
5359 msgid "Calls executed:%s of %d\n"
5360 msgstr ""
5361
5362 #: gcov.c:1399
5363 msgid "No calls\n"
5364 msgstr ""
5365
5366 #: gcov.c:1540
5367 #, c-format
5368 msgid "%s:no lines for `%s'\n"
5369 msgstr ""
5370
5371 #: gcov.c:1735
5372 #, c-format
5373 msgid "call   %2d returned %s\n"
5374 msgstr ""
5375
5376 #: gcov.c:1740
5377 #, c-format
5378 msgid "call   %2d never executed\n"
5379 msgstr ""
5380
5381 #: gcov.c:1745
5382 #, c-format
5383 msgid "branch %2d taken %s%s\n"
5384 msgstr ""
5385
5386 #: gcov.c:1749
5387 #, c-format
5388 msgid "branch %2d never executed\n"
5389 msgstr ""
5390
5391 #: gcov.c:1754
5392 #, c-format
5393 msgid "unconditional %2d taken %s\n"
5394 msgstr ""
5395
5396 #: gcov.c:1757
5397 #, c-format
5398 msgid "unconditional %2d never executed\n"
5399 msgstr ""
5400
5401 #: gcov.c:1789
5402 #, c-format
5403 msgid "%s:cannot open source file\n"
5404 msgstr ""
5405
5406 #: gcov.c:1799
5407 #, c-format
5408 msgid "%s:source file is newer than graph file `%s'\n"
5409 msgstr ""
5410
5411 #. Return if there's nothing to do, or it is too expensive.
5412 #: gcse.c:711
5413 msgid "GCSE disabled"
5414 msgstr ""
5415
5416 #. Return if there's nothing to do, or it is too expensive.
5417 #: gcse.c:6567
5418 msgid "jump bypassing disabled"
5419 msgstr ""
5420
5421 #: gcse.c:6628
5422 #, c-format
5423 msgid "%s: %d basic blocks and %d edges/basic block"
5424 msgstr ""
5425
5426 #: gcse.c:6641
5427 #, c-format
5428 msgid "%s: %d basic blocks and %d registers"
5429 msgstr ""
5430
5431 #: ggc-common.c:397 ggc-common.c:405 ggc-common.c:473 ggc-common.c:494
5432 #: ggc-page.c:2203 ggc-page.c:2235 ggc-page.c:2242 ggc-zone.c:1582
5433 #: ggc-zone.c:1588 ggc-zone.c:1597
5434 #, c-format
5435 msgid "can't write PCH file: %m"
5436 msgstr ""
5437
5438 #: ggc-common.c:487
5439 #, c-format
5440 msgid "can't get position in PCH file: %m"
5441 msgstr ""
5442
5443 #: ggc-common.c:497
5444 #, c-format
5445 msgid "can't write padding to PCH file: %m"
5446 msgstr ""
5447
5448 #: ggc-common.c:550 ggc-common.c:558 ggc-common.c:565 ggc-common.c:568
5449 #: ggc-common.c:578 ggc-common.c:581 ggc-page.c:2329 ggc-zone.c:1607
5450 #, c-format
5451 msgid "can't read PCH file: %m"
5452 msgstr ""
5453
5454 #: ggc-common.c:573
5455 msgid "had to relocate PCH"
5456 msgstr ""
5457
5458 #: ggc-page.c:1448
5459 #, c-format
5460 msgid "open /dev/zero: %m"
5461 msgstr ""
5462
5463 #: ggc-page.c:2220 ggc-page.c:2226
5464 msgid "can't write PCH file"
5465 msgstr ""
5466
5467 #: gimple-low.c:203
5468 msgid "unexpected node"
5469 msgstr ""
5470
5471 #: gimplify.c:3163
5472 #, c-format
5473 msgid "invalid lvalue in asm output %d"
5474 msgstr ""
5475
5476 #: gimplify.c:3211
5477 #, c-format
5478 msgid "memory input %d is not directly addressable"
5479 msgstr ""
5480
5481 #: gimplify.c:4066
5482 msgid "gimplification failed"
5483 msgstr ""
5484
5485 #: global.c:375 global.c:388 global.c:402
5486 #, c-format
5487 msgid "%s cannot be used in asm here"
5488 msgstr ""
5489
5490 #: graph.c:400 passes.c:131 java/jcf-parse.c:976 java/jcf-parse.c:1116
5491 #: java/lex.c:1841 objc/objc-act.c:550
5492 #, c-format
5493 msgid "can't open %s: %m"
5494 msgstr ""
5495
5496 #: haifa-sched.c:183
5497 #, c-format
5498 msgid "fix_sched_param: unknown param: %s"
5499 msgstr ""
5500
5501 #. Opening quotation mark.
5502 #: intl.c:58
5503 msgid "`"
5504 msgstr ""
5505
5506 #. Closing quotation mark.
5507 #: intl.c:61 /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15438
5508 msgid "'"
5509 msgstr ""
5510
5511 #: langhooks.c:516
5512 msgid "At top level:"
5513 msgstr ""
5514
5515 #: langhooks.c:521
5516 #, c-format
5517 msgid "In member function %qs:"
5518 msgstr ""
5519
5520 #: langhooks.c:525
5521 #, c-format
5522 msgid "In function %qs:"
5523 msgstr ""
5524
5525 #. What to print when a switch has no documentation.
5526 #: opts.c:89
5527 msgid "This switch lacks documentation"
5528 msgstr ""
5529
5530 #. Eventually this should become a hard error IMO.
5531 #: opts.c:259
5532 #, c-format
5533 msgid "command line option \"%s\" is valid for %s but not for %s"
5534 msgstr ""
5535
5536 #: opts.c:347
5537 #, c-format
5538 msgid "missing argument to \"%s\""
5539 msgstr ""
5540
5541 #: opts.c:357
5542 #, c-format
5543 msgid "argument to \"%s\" should be a non-negative integer"
5544 msgstr ""
5545
5546 #: opts.c:417
5547 #, c-format
5548 msgid "unrecognized command line option \"%s\""
5549 msgstr ""
5550
5551 #: opts.c:627
5552 msgid "-Wuninitialized is not supported without -O"
5553 msgstr ""
5554
5555 #: opts.c:641
5556 msgid "-freorder-blocks-and-partition does not work with exceptions"
5557 msgstr ""
5558
5559 #: opts.c:654
5560 msgid "-freorder-blocks-and-partition does not work with -g (currently)"
5561 msgstr ""
5562
5563 #: opts.c:815
5564 #, c-format
5565 msgid "structure alignment must be a small power of two, not %d"
5566 msgstr ""
5567
5568 #: opts.c:878
5569 #, c-format
5570 msgid "unrecognised visibility value \"%s\""
5571 msgstr ""
5572
5573 #: opts.c:930
5574 #, c-format
5575 msgid "unrecognized register name \"%s\""
5576 msgstr ""
5577
5578 #: opts.c:950
5579 #, c-format
5580 msgid "unknown tls-model \"%s\""
5581 msgstr ""
5582
5583 #: opts.c:1025
5584 #, c-format
5585 msgid "%s: --param arguments should be of the form NAME=VALUE"
5586 msgstr ""
5587
5588 #: opts.c:1030
5589 #, c-format
5590 msgid "invalid --param value `%s'"
5591 msgstr ""
5592
5593 #: opts.c:1126
5594 msgid "target system does not support debug output"
5595 msgstr ""
5596
5597 #: opts.c:1133
5598 #, c-format
5599 msgid "debug format \"%s\" conflicts with prior selection"
5600 msgstr ""
5601
5602 #: opts.c:1149
5603 #, c-format
5604 msgid "unrecognised debug output level \"%s\""
5605 msgstr ""
5606
5607 #: opts.c:1151
5608 #, c-format
5609 msgid "debug output level %s is too high"
5610 msgstr ""
5611
5612 #: opts.c:1170
5613 msgid "The following options are language-independent:\n"
5614 msgstr ""
5615
5616 #: opts.c:1177
5617 #, c-format
5618 msgid ""
5619 "The %s front end recognizes the following options:\n"
5620 "\n"
5621 msgstr ""
5622
5623 #: opts.c:1191
5624 msgid "The --param option recognizes the following as parameters:\n"
5625 msgstr ""
5626
5627 #. If we didn't find this parameter, issue an error message.
5628 #: params.c:76
5629 #, c-format
5630 msgid "invalid parameter %qs"
5631 msgstr ""
5632
5633 #: passes.c:1260
5634 msgid ""
5635 "branch target register load optimization is not intended to be run twice"
5636 msgstr ""
5637
5638 #: profile.c:284
5639 msgid "corrupted profile info: run_max * runs < sum_max"
5640 msgstr ""
5641
5642 #: profile.c:290
5643 msgid "corrupted profile info: sum_all is smaller than sum_max"
5644 msgstr ""
5645
5646 #: profile.c:335
5647 #, c-format
5648 msgid "corrupted profile info: edge from %i to %i exceeds maximal count"
5649 msgstr ""
5650
5651 #: profile.c:503
5652 #, c-format
5653 msgid ""
5654 "corrupted profile info: number of iterations for basic block %d thought to "
5655 "be %i"
5656 msgstr ""
5657
5658 #: profile.c:524
5659 #, c-format
5660 msgid ""
5661 "corrupted profile info: number of executions for edge %d-%d thought to be %i"
5662 msgstr ""
5663
5664 #: protoize.c:582
5665 #, c-format
5666 msgid "%s: error writing file `%s': %s\n"
5667 msgstr ""
5668
5669 #: protoize.c:626
5670 #, c-format
5671 msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
5672 msgstr ""
5673
5674 #: protoize.c:629
5675 #, c-format
5676 msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
5677 msgstr ""
5678
5679 #: protoize.c:735
5680 #, c-format
5681 msgid "%s: warning: no read access for file `%s'\n"
5682 msgstr ""
5683
5684 #: protoize.c:743
5685 #, c-format
5686 msgid "%s: warning: no write access for file `%s'\n"
5687 msgstr ""
5688
5689 #: protoize.c:751
5690 #, c-format
5691 msgid "%s: warning: no write access for dir containing `%s'\n"
5692 msgstr ""
5693
5694 #. Catch cases like /.. where we try to backup to a
5695 #. point above the absolute root of the logical file
5696 #. system.
5697 #: protoize.c:1138
5698 #, c-format
5699 msgid "%s: invalid file name: %s\n"
5700 msgstr ""
5701
5702 #: protoize.c:1286
5703 #, c-format
5704 msgid "%s: %s: can't get status: %s\n"
5705 msgstr ""
5706
5707 #: protoize.c:1307
5708 #, c-format
5709 msgid ""
5710 "\n"
5711 "%s: fatal error: aux info file corrupted at line %d\n"
5712 msgstr ""
5713
5714 #: protoize.c:1636
5715 #, c-format
5716 msgid "%s:%d: declaration of function `%s' takes different forms\n"
5717 msgstr ""
5718
5719 #: protoize.c:1891
5720 #, c-format
5721 msgid "%s: compiling `%s'\n"
5722 msgstr ""
5723
5724 #: protoize.c:1914
5725 #, c-format
5726 msgid "%s: wait: %s\n"
5727 msgstr ""
5728
5729 #: protoize.c:1919
5730 #, c-format
5731 msgid "%s: subprocess got fatal signal %d\n"
5732 msgstr ""
5733
5734 #: protoize.c:1927
5735 #, c-format
5736 msgid "%s: %s exited with status %d\n"
5737 msgstr ""
5738
5739 #: protoize.c:1976
5740 #, c-format
5741 msgid "%s: warning: missing SYSCALLS file `%s'\n"
5742 msgstr ""
5743
5744 #: protoize.c:1985 protoize.c:2014
5745 #, c-format
5746 msgid "%s: can't read aux info file `%s': %s\n"
5747 msgstr ""
5748
5749 #: protoize.c:2030 protoize.c:2058
5750 #, c-format
5751 msgid "%s: can't get status of aux info file `%s': %s\n"
5752 msgstr ""
5753
5754 #: protoize.c:2086
5755 #, c-format
5756 msgid "%s: can't open aux info file `%s' for reading: %s\n"
5757 msgstr ""
5758
5759 #: protoize.c:2104
5760 #, c-format
5761 msgid "%s: error reading aux info file `%s': %s\n"
5762 msgstr ""
5763
5764 #: protoize.c:2117
5765 #, c-format
5766 msgid "%s: error closing aux info file `%s': %s\n"
5767 msgstr ""
5768
5769 #: protoize.c:2133
5770 #, c-format
5771 msgid "%s: can't delete aux info file `%s': %s\n"
5772 msgstr ""
5773
5774 #: protoize.c:2215 protoize.c:4185
5775 #, c-format
5776 msgid "%s: can't delete file `%s': %s\n"
5777 msgstr ""
5778
5779 #: protoize.c:2293
5780 #, c-format
5781 msgid "%s: warning: can't rename file `%s' to `%s': %s\n"
5782 msgstr ""
5783
5784 #: protoize.c:2415
5785 #, c-format
5786 msgid "%s: conflicting extern definitions of '%s'\n"
5787 msgstr ""
5788
5789 #: protoize.c:2419
5790 #, c-format
5791 msgid "%s: declarations of '%s' will not be converted\n"
5792 msgstr ""
5793
5794 #: protoize.c:2421
5795 #, c-format
5796 msgid "%s: conflict list for '%s' follows:\n"
5797 msgstr ""
5798
5799 #: protoize.c:2454
5800 #, c-format
5801 msgid "%s: warning: using formals list from %s(%d) for function `%s'\n"
5802 msgstr ""
5803
5804 #: protoize.c:2494
5805 #, c-format
5806 msgid "%s: %d: `%s' used but missing from SYSCALLS\n"
5807 msgstr ""
5808
5809 #: protoize.c:2500
5810 #, c-format
5811 msgid "%s: %d: warning: no extern definition for `%s'\n"
5812 msgstr ""
5813
5814 #: protoize.c:2530
5815 #, c-format
5816 msgid "%s: warning: no static definition for `%s' in file `%s'\n"
5817 msgstr ""
5818
5819 #: protoize.c:2536
5820 #, c-format
5821 msgid "%s: multiple static defs of `%s' in file `%s'\n"
5822 msgstr ""
5823
5824 #: protoize.c:2706 protoize.c:2709
5825 #, c-format
5826 msgid "%s: %d: warning: source too confusing\n"
5827 msgstr ""
5828
5829 #: protoize.c:2905
5830 #, c-format
5831 msgid "%s: %d: warning: varargs function declaration not converted\n"
5832 msgstr ""
5833
5834 #: protoize.c:2920
5835 #, c-format
5836 msgid "%s: declaration of function `%s' not converted\n"
5837 msgstr ""
5838
5839 #: protoize.c:3043
5840 #, c-format
5841 msgid "%s: warning: too many parameter lists in declaration of `%s'\n"
5842 msgstr ""
5843
5844 #: protoize.c:3064
5845 #, c-format
5846 msgid ""
5847 "\n"
5848 "%s: warning: too few parameter lists in declaration of `%s'\n"
5849 msgstr ""
5850
5851 #: protoize.c:3160
5852 #, c-format
5853 msgid "%s: %d: warning: found `%s' but expected `%s'\n"
5854 msgstr ""
5855
5856 #: protoize.c:3335
5857 #, c-format
5858 msgid "%s: local declaration for function `%s' not inserted\n"
5859 msgstr ""
5860
5861 #: protoize.c:3362
5862 #, c-format
5863 msgid ""
5864 "\n"
5865 "%s: %d: warning: can't add declaration of `%s' into macro call\n"
5866 msgstr ""
5867
5868 #: protoize.c:3434
5869 #, c-format
5870 msgid "%s: global declarations for file `%s' not inserted\n"
5871 msgstr ""
5872
5873 #: protoize.c:3523 protoize.c:3553
5874 #, c-format
5875 msgid "%s: definition of function `%s' not converted\n"
5876 msgstr ""
5877
5878 #: protoize.c:3542
5879 #, c-format
5880 msgid "%s: %d: warning: definition of %s not converted\n"
5881 msgstr ""
5882
5883 #: protoize.c:3868
5884 #, c-format
5885 msgid "%s: found definition of `%s' at %s(%d)\n"
5886 msgstr ""
5887
5888 #. If we make it here, then we did not know about this
5889 #. function definition.
5890 #: protoize.c:3884
5891 #, c-format
5892 msgid "%s: %d: warning: `%s' excluded by preprocessing\n"
5893 msgstr ""
5894
5895 #: protoize.c:3887
5896 #, c-format
5897 msgid "%s: function definition not converted\n"
5898 msgstr ""
5899
5900 #: protoize.c:3945
5901 #, c-format
5902 msgid "%s: `%s' not converted\n"
5903 msgstr ""
5904
5905 #: protoize.c:3953
5906 #, c-format
5907 msgid "%s: would convert file `%s'\n"
5908 msgstr ""
5909
5910 #: protoize.c:3956
5911 #, c-format
5912 msgid "%s: converting file `%s'\n"
5913 msgstr ""
5914
5915 #: protoize.c:3966
5916 #, c-format
5917 msgid "%s: can't get status for file `%s': %s\n"
5918 msgstr ""
5919
5920 #: protoize.c:4008
5921 #, c-format
5922 msgid "%s: can't open file `%s' for reading: %s\n"
5923 msgstr ""
5924
5925 #: protoize.c:4023
5926 #, c-format
5927 msgid ""
5928 "\n"
5929 "%s: error reading input file `%s': %s\n"
5930 msgstr ""
5931
5932 #: protoize.c:4057
5933 #, c-format
5934 msgid "%s: can't create/open clean file `%s': %s\n"
5935 msgstr ""
5936
5937 #: protoize.c:4162
5938 #, c-format
5939 msgid "%s: warning: file `%s' already saved in `%s'\n"
5940 msgstr ""
5941
5942 #: protoize.c:4170
5943 #, c-format
5944 msgid "%s: can't link file `%s' to `%s': %s\n"
5945 msgstr ""
5946
5947 #: protoize.c:4200
5948 #, c-format
5949 msgid "%s: can't create/open output file `%s': %s\n"
5950 msgstr ""
5951
5952 #: protoize.c:4233
5953 #, c-format
5954 msgid "%s: can't change mode of file `%s': %s\n"
5955 msgstr ""
5956
5957 #: protoize.c:4406
5958 #, c-format
5959 msgid "%s: cannot get working directory: %s\n"
5960 msgstr ""
5961
5962 #: protoize.c:4504
5963 #, c-format
5964 msgid "%s: input file names must have .c suffixes: %s\n"
5965 msgstr ""
5966
5967 #: ra.c:774
5968 msgid "Didn't find a coloring.\n"
5969 msgstr ""
5970
5971 #: reg-stack.c:673
5972 #, c-format
5973 msgid "output constraint %d must specify a single register"
5974 msgstr ""
5975
5976 #: reg-stack.c:683
5977 #, c-format
5978 msgid "output constraint %d cannot be specified together with \"%s\" clobber"
5979 msgstr ""
5980
5981 #: reg-stack.c:706
5982 msgid "output regs must be grouped at top of stack"
5983 msgstr ""
5984
5985 #: reg-stack.c:743
5986 msgid "implicitly popped regs must be grouped at top of stack"
5987 msgstr ""
5988
5989 #: reg-stack.c:762
5990 #, c-format
5991 msgid "output operand %d must use `&' constraint"
5992 msgstr ""
5993
5994 #: regclass.c:765
5995 #, c-format
5996 msgid "can't use '%s' as a %s register"
5997 msgstr ""
5998
5999 #: regclass.c:780 config/ia64/ia64.c:4107 config/ia64/ia64.c:4114
6000 #: config/pa/pa.c:328 config/pa/pa.c:335
6001 #, c-format
6002 msgid "unknown register name: %s"
6003 msgstr ""
6004
6005 #: regclass.c:790
6006 msgid "global register variable follows a function definition"
6007 msgstr ""
6008
6009 #: regclass.c:794
6010 msgid "register used for two global register variables"
6011 msgstr ""
6012
6013 #: regclass.c:799
6014 msgid "call-clobbered register used for global register variable"
6015 msgstr ""
6016
6017 #: regrename.c:1856
6018 #, c-format
6019 msgid "validate_value_data: [%u] Bad next_regno for empty chain (%u)"
6020 msgstr ""
6021
6022 #: regrename.c:1868
6023 #, c-format
6024 msgid "validate_value_data: Loop in regno chain (%u)"
6025 msgstr ""
6026
6027 #: regrename.c:1871
6028 #, c-format
6029 msgid "validate_value_data: [%u] Bad oldest_regno (%u)"
6030 msgstr ""
6031
6032 #: regrename.c:1883
6033 #, c-format
6034 msgid "validate_value_data: [%u] Non-empty reg in chain (%s %u %i)"
6035 msgstr ""
6036
6037 #: reload.c:1257
6038 msgid "cannot reload integer constant operand in %<asm%>"
6039 msgstr ""
6040
6041 #: reload.c:1280
6042 msgid "impossible register constraint in %<asm%>"
6043 msgstr ""
6044
6045 #: reload.c:3518
6046 msgid "%<&%> constraint used with no register class"
6047 msgstr ""
6048
6049 #: reload.c:3684
6050 msgid "unable to generate reloads for:"
6051 msgstr ""
6052
6053 #: reload.c:3685 reload.c:3896
6054 msgid "inconsistent operand constraints in an %<asm%>"
6055 msgstr ""
6056
6057 #: reload1.c:1221
6058 msgid "frame size too large for reliable stack checking"
6059 msgstr ""
6060
6061 #: reload1.c:1224
6062 msgid "try reducing the number of local variables"
6063 msgstr ""
6064
6065 #: reload1.c:1874
6066 msgid "can't find a register in class %qs while reloading %<asm%>"
6067 msgstr ""
6068
6069 #: reload1.c:1879
6070 #, c-format
6071 msgid "unable to find a register to spill in class %qs"
6072 msgstr ""
6073
6074 #: reload1.c:1881
6075 msgid "this is the insn:"
6076 msgstr ""
6077
6078 #: reload1.c:3871
6079 msgid "%<asm%> operand requires impossible reload"
6080 msgstr ""
6081
6082 #. It's the compiler's fault.
6083 #: reload1.c:4990
6084 msgid "could not find a spill register"
6085 msgstr ""
6086
6087 #: reload1.c:4995
6088 msgid "%<asm%> operand constraint incompatible with operand size"
6089 msgstr ""
6090
6091 #. It's the compiler's fault.
6092 #: reload1.c:6613
6093 msgid "VOIDmode on an output"
6094 msgstr ""
6095
6096 #: reload1.c:6614
6097 msgid "output operand is constant in %<asm%>"
6098 msgstr ""
6099
6100 #: rtl-error.c:128
6101 msgid "unrecognizable insn:"
6102 msgstr ""
6103
6104 #: rtl-error.c:130
6105 msgid "insn does not satisfy its constraints:"
6106 msgstr ""
6107
6108 #: rtl.c:472
6109 #, c-format
6110 msgid "RTL check: access of elt %d of `%s' with last elt %d in %s, at %s:%d"
6111 msgstr ""
6112
6113 #: rtl.c:482
6114 #, c-format
6115 msgid ""
6116 "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
6117 msgstr ""
6118
6119 #: rtl.c:492
6120 #, c-format
6121 msgid ""
6122 "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %"
6123 "s:%d"
6124 msgstr ""
6125
6126 #: rtl.c:501
6127 #, c-format
6128 msgid "RTL check: expected code `%s', have `%s' in %s, at %s:%d"
6129 msgstr ""
6130
6131 #: rtl.c:511
6132 #, c-format
6133 msgid "RTL check: expected code `%s' or `%s', have `%s' in %s, at %s:%d"
6134 msgstr ""
6135
6136 #: rtl.c:522
6137 #, c-format
6138 msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
6139 msgstr ""
6140
6141 #: rtl.c:533
6142 #, c-format
6143 msgid "RTL flag check: %s used with unexpected rtx code `%s' in %s, at %s:%d"
6144 msgstr ""
6145
6146 #: stmt.c:316
6147 msgid "output operand constraint lacks %<=%>"
6148 msgstr ""
6149
6150 #: stmt.c:331
6151 #, c-format
6152 msgid "output constraint %qc for operand %d is not at the beginning"
6153 msgstr ""
6154
6155 #: stmt.c:354
6156 msgid "operand constraint contains incorrectly positioned %<+%> or %<=%>"
6157 msgstr ""
6158
6159 #: stmt.c:361 stmt.c:460
6160 msgid "%<%%%> constraint used with last operand"
6161 msgstr ""
6162
6163 #: stmt.c:380
6164 msgid "matching constraint not valid in output operand"
6165 msgstr ""
6166
6167 #: stmt.c:451
6168 #, c-format
6169 msgid "input operand constraint contains %qc"
6170 msgstr ""
6171
6172 #: stmt.c:493
6173 msgid "matching constraint references invalid operand number"
6174 msgstr ""
6175
6176 #: stmt.c:531
6177 #, c-format
6178 msgid "invalid punctuation %qc in constraint"
6179 msgstr ""
6180
6181 #: stmt.c:555
6182 msgid "matching constraint does not allow a register"
6183 msgstr ""
6184
6185 #: stmt.c:610
6186 #, c-format
6187 msgid "asm-specifier for variable %qs conflicts with asm clobber list"
6188 msgstr ""
6189
6190 #: stmt.c:699
6191 msgid "unknown register name %qs in %<asm%>"
6192 msgstr ""
6193
6194 #: stmt.c:707
6195 msgid "PIC register %qs clobbered in %<asm%>"
6196 msgstr ""
6197
6198 #: stmt.c:754
6199 msgid "more than %d operands in %<asm%>"
6200 msgstr ""
6201
6202 #: stmt.c:817
6203 #, c-format
6204 msgid "output number %d not directly addressable"
6205 msgstr ""
6206
6207 #: stmt.c:896
6208 msgid "asm operand %d probably doesn%'t match constraints"
6209 msgstr ""
6210
6211 #: stmt.c:906
6212 #, c-format
6213 msgid "use of memory input without lvalue in asm operand %d is deprecated"
6214 msgstr ""
6215
6216 #: stmt.c:1053
6217 msgid "asm clobber conflict with output operand"
6218 msgstr ""
6219
6220 #: stmt.c:1058
6221 msgid "asm clobber conflict with input operand"
6222 msgstr ""
6223
6224 #: stmt.c:1135
6225 msgid "too many alternatives in %<asm%>"
6226 msgstr ""
6227
6228 #: stmt.c:1147
6229 msgid "operand constraints for %<asm%> differ in number of alternatives"
6230 msgstr ""
6231
6232 #: stmt.c:1200
6233 #, c-format
6234 msgid "duplicate asm operand name %qs"
6235 msgstr ""
6236
6237 #: stmt.c:1298
6238 msgid "missing close brace for named operand"
6239 msgstr ""
6240
6241 #: stmt.c:1326
6242 #, c-format
6243 msgid "undefined named operand %qs"
6244 msgstr ""
6245
6246 #: stmt.c:1491
6247 msgid "%Hvalue computed is not used"
6248 msgstr ""
6249
6250 #: stor-layout.c:152
6251 msgid "type size can%'t be explicitly evaluated"
6252 msgstr ""
6253
6254 #: stor-layout.c:154
6255 msgid "variable-size type declared outside of any function"
6256 msgstr ""
6257
6258 #: stor-layout.c:458
6259 msgid "%Jsize of %qD is %d bytes"
6260 msgstr ""
6261
6262 #: stor-layout.c:460
6263 msgid "%Jsize of %qD is larger than %d bytes"
6264 msgstr ""
6265
6266 #: stor-layout.c:844
6267 msgid "%Jpacked attribute causes inefficient alignment for %qD"
6268 msgstr ""
6269
6270 #: stor-layout.c:847
6271 msgid "%Jpacked attribute is unnecessary for %qD"
6272 msgstr ""
6273
6274 #: stor-layout.c:863
6275 msgid "%Jpadding struct to align %qD"
6276 msgstr ""
6277
6278 #: stor-layout.c:1205
6279 msgid "padding struct size to alignment boundary"
6280 msgstr ""
6281
6282 #: stor-layout.c:1235
6283 #, c-format
6284 msgid "packed attribute causes inefficient alignment for %qs"
6285 msgstr ""
6286
6287 #: stor-layout.c:1238
6288 #, c-format
6289 msgid "packed attribute is unnecessary for %qs"
6290 msgstr ""
6291
6292 #: stor-layout.c:1243
6293 msgid "packed attribute causes inefficient alignment"
6294 msgstr ""
6295
6296 #: stor-layout.c:1245
6297 msgid "packed attribute is unnecessary"
6298 msgstr ""
6299
6300 #: targhooks.c:96
6301 msgid "__builtin_saveregs not supported by this target"
6302 msgstr ""
6303
6304 #: timevar.c:432
6305 msgid ""
6306 "\n"
6307 "Execution times (seconds)\n"
6308 msgstr ""
6309
6310 #. Print total time.
6311 #: timevar.c:482
6312 msgid " TOTAL                 :"
6313 msgstr ""
6314
6315 #: timevar.c:510
6316 #, c-format
6317 msgid "time in %s: %ld.%06ld (%ld%%)\n"
6318 msgstr ""
6319
6320 #: tlink.c:381
6321 #, c-format
6322 msgid "collect: reading %s\n"
6323 msgstr ""
6324
6325 #: tlink.c:475
6326 #, c-format
6327 msgid "repository file `%s' does not contain command-line arguments"
6328 msgstr ""
6329
6330 #: tlink.c:525
6331 #, c-format
6332 msgid "collect: recompiling %s\n"
6333 msgstr ""
6334
6335 #: tlink.c:696
6336 #, c-format
6337 msgid ""
6338 "`%s' was assigned to `%s', but was not defined during recompilation, or vice "
6339 "versa"
6340 msgstr ""
6341
6342 #: tlink.c:705
6343 #, c-format
6344 msgid "collect: tweaking %s in %s\n"
6345 msgstr ""
6346
6347 #: tlink.c:751
6348 msgid "collect: relinking\n"
6349 msgstr ""
6350
6351 #: tlink.c:760
6352 #, c-format
6353 msgid "ld returned %d exit status"
6354 msgstr ""
6355
6356 #: toplev.c:464
6357 #, c-format
6358 msgid "%s "
6359 msgstr ""
6360
6361 #: toplev.c:466
6362 #, c-format
6363 msgid " %s"
6364 msgstr ""
6365
6366 #: toplev.c:531
6367 #, c-format
6368 msgid "invalid option argument %qs"
6369 msgstr ""
6370
6371 #: toplev.c:595
6372 msgid "unrecoverable error"
6373 msgstr ""
6374
6375 #: toplev.c:615
6376 #, c-format
6377 msgid "getting core file size maximum limit: %m"
6378 msgstr ""
6379
6380 #: toplev.c:618
6381 #, c-format
6382 msgid "setting core file size limit to maximum: %m"
6383 msgstr ""
6384
6385 #: toplev.c:839
6386 msgid "%J%qF declared %<static%> but never defined"
6387 msgstr ""
6388
6389 #: toplev.c:865
6390 msgid "%J%qD defined but not used"
6391 msgstr ""
6392
6393 #: toplev.c:888 toplev.c:911
6394 #, c-format
6395 msgid "%qs is deprecated (declared at %s:%d)"
6396 msgstr ""
6397
6398 #: toplev.c:914
6399 #, c-format
6400 msgid "type is deprecated (declared at %s:%d)"
6401 msgstr ""
6402
6403 #: toplev.c:920
6404 #, c-format
6405 msgid "%qs is deprecated"
6406 msgstr ""
6407
6408 #: toplev.c:922
6409 msgid "type is deprecated"
6410 msgstr ""
6411
6412 #: toplev.c:1064
6413 msgid ""
6414 "\n"
6415 "Target specific options:\n"
6416 msgstr ""
6417
6418 #: toplev.c:1078 toplev.c:1097
6419 #, c-format
6420 msgid "  -m%-23s [undocumented]\n"
6421 msgstr ""
6422
6423 #: toplev.c:1106
6424 msgid ""
6425 "\n"
6426 "There are undocumented target specific options as well.\n"
6427 msgstr ""
6428
6429 #: toplev.c:1108
6430 msgid "  They exist, but they are not documented.\n"
6431 msgstr ""
6432
6433 #: toplev.c:1152
6434 #, c-format
6435 msgid "unrecognized gcc debugging option: %c"
6436 msgstr ""
6437
6438 #: toplev.c:1214
6439 #, c-format
6440 msgid "invalid option %qs"
6441 msgstr ""
6442
6443 #: toplev.c:1229
6444 #, c-format
6445 msgid ""
6446 "%s%s%s version %s (%s)\n"
6447 "%s\tcompiled by GNU C version %s.\n"
6448 "%s%s%s version %s (%s) compiled by CC.\n"
6449 msgstr ""
6450
6451 #: toplev.c:1236
6452 #, c-format
6453 msgid ""
6454 "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"
6455 msgstr ""
6456
6457 #: toplev.c:1288
6458 msgid "options passed: "
6459 msgstr ""
6460
6461 #: toplev.c:1317
6462 msgid "options enabled: "
6463 msgstr ""
6464
6465 #: toplev.c:1391
6466 msgid "can%'t open %s for writing: %m"
6467 msgstr ""
6468
6469 #: toplev.c:1474 config/sh/sh.c:7292
6470 msgid "created and used with different settings of -fpic"
6471 msgstr ""
6472
6473 #: toplev.c:1476 config/sh/sh.c:7294
6474 msgid "created and used with different settings of -fpie"
6475 msgstr ""
6476
6477 #: toplev.c:1527
6478 #, c-format
6479 msgid "created and used with differing settings of '-m%s'"
6480 msgstr ""
6481
6482 #: toplev.c:1530 config/sh/sh.c:7347
6483 msgid "out of memory"
6484 msgstr ""
6485
6486 #: toplev.c:1725
6487 msgid "instruction scheduling not supported on this target machine"
6488 msgstr ""
6489
6490 #: toplev.c:1729
6491 msgid "this target machine does not have delayed branches"
6492 msgstr ""
6493
6494 #: toplev.c:1733
6495 msgid "value-based profiling not yet implemented in trees."
6496 msgstr ""
6497
6498 #: toplev.c:1746
6499 #, c-format
6500 msgid "-f%sleading-underscore not supported on this target machine"
6501 msgstr ""
6502
6503 #: toplev.c:1820
6504 #, c-format
6505 msgid "target system does not support the \"%s\" debug format"
6506 msgstr ""
6507
6508 #: toplev.c:1832
6509 msgid "variable tracking requested, but useless unless producing debug info"
6510 msgstr ""
6511
6512 #: toplev.c:1835
6513 msgid "variable tracking requested, but not supported by this debug format"
6514 msgstr ""
6515
6516 #: toplev.c:1855
6517 msgid "can%'t open %s: %m"
6518 msgstr ""
6519
6520 #: toplev.c:1862
6521 msgid "-ffunction-sections not supported for this target"
6522 msgstr ""
6523
6524 #: toplev.c:1867
6525 msgid "-fdata-sections not supported for this target"
6526 msgstr ""
6527
6528 #: toplev.c:1874
6529 msgid "-ffunction-sections disabled; it makes profiling impossible"
6530 msgstr ""
6531
6532 #: toplev.c:1881
6533 msgid "-fprefetch-loop-arrays not supported for this target"
6534 msgstr ""
6535
6536 #: toplev.c:1887
6537 msgid "-fspeculative-prefetching not supported for this target"
6538 msgstr ""
6539
6540 #: toplev.c:1893
6541 msgid ""
6542 "-fprefetch-loop-arrays not supported for this target (try -march switches)"
6543 msgstr ""
6544
6545 #: toplev.c:1899
6546 msgid ""
6547 "-fspeculative-prefetching not supported for this target (try -march switches)"
6548 msgstr ""
6549
6550 #: toplev.c:1908
6551 msgid "-fprefetch-loop-arrays is not supported with -Os"
6552 msgstr ""
6553
6554 #: toplev.c:1914
6555 msgid "-ffunction-sections may affect debugging on some targets"
6556 msgstr ""
6557
6558 #: toplev.c:2023
6559 #, c-format
6560 msgid "error writing to %s: %m"
6561 msgstr ""
6562
6563 #: toplev.c:2025 java/jcf-parse.c:995 java/jcf-write.c:3527
6564 #, c-format
6565 msgid "error closing %s: %m"
6566 msgstr ""
6567
6568 #: tree-cfg.c:1139 tree-cfg.c:1838 tree-cfg.c:1840
6569 msgid "%Hwill never be executed"
6570 msgstr ""
6571
6572 #: tree-cfg.c:3094
6573 msgid "SSA name in freelist but still referenced"
6574 msgstr ""
6575
6576 #: tree-cfg.c:3104
6577 msgid "GIMPLE register modified with BIT_FIELD_REF"
6578 msgstr ""
6579
6580 #: tree-cfg.c:3124
6581 msgid "address taken, but ADDRESSABLE bit not set"
6582 msgstr ""
6583
6584 #: tree-cfg.c:3133
6585 msgid "non-boolean used in condition"
6586 msgstr ""
6587
6588 #: tree-cfg.c:3189
6589 msgid "Invalid reference prefix."
6590 msgstr ""
6591
6592 #: tree-cfg.c:3254
6593 msgid "Is not a valid GIMPLE statement."
6594 msgstr ""
6595
6596 #: tree-cfg.c:3274
6597 msgid "Statement marked for throw, but doesn%'t."
6598 msgstr ""
6599
6600 #: tree-cfg.c:3279
6601 msgid "Statement marked for throw in middle of block."
6602 msgstr ""
6603
6604 #: tree-cfg.c:3379
6605 msgid "PHI def is not a GIMPLE value"
6606 msgstr ""
6607
6608 #: tree-cfg.c:3395 tree-cfg.c:3411
6609 msgid "Incorrect sharing of tree nodes"
6610 msgstr ""
6611
6612 #: tree-cfg.c:3420
6613 msgid "verify_stmts failed."
6614 msgstr ""
6615
6616 #: tree-cfg.c:3441
6617 msgid "ENTRY_BLOCK has a statement list associated with it\n"
6618 msgstr ""
6619
6620 #: tree-cfg.c:3447
6621 msgid "EXIT_BLOCK has a statement list associated with it\n"
6622 msgstr ""
6623
6624 #: tree-cfg.c:3454
6625 #, c-format
6626 msgid "Fallthru to exit from bb %d\n"
6627 msgstr ""
6628
6629 #: tree-cfg.c:3470
6630 #, c-format
6631 msgid "Label %s to block does not match in bb %d\n"
6632 msgstr ""
6633
6634 #: tree-cfg.c:3479
6635 #, c-format
6636 msgid "Label %s has incorrect context in bb %d\n"
6637 msgstr ""
6638
6639 #: tree-cfg.c:3493
6640 #, c-format
6641 msgid "Control flow in the middle of basic block %d\n"
6642 msgstr ""
6643
6644 #: tree-cfg.c:3503
6645 #, c-format
6646 msgid "Label %s in the middle of basic block %d\n"
6647 msgstr ""
6648
6649 #: tree-cfg.c:3520
6650 #, c-format
6651 msgid "Fallthru edge after a control statement in bb %d \n"
6652 msgstr ""
6653
6654 #: tree-cfg.c:3535
6655 #, c-format
6656 msgid "Structured COND_EXPR at the end of bb %d\n"
6657 msgstr ""
6658
6659 #: tree-cfg.c:3548 tree-cfg.c:3586 tree-cfg.c:3598 tree-cfg.c:3669
6660 #, c-format
6661 msgid "Wrong outgoing edge flags at end of bb %d\n"
6662 msgstr ""
6663
6664 #: tree-cfg.c:3556
6665 msgid "%<then%> label does not match edge at end of bb %d\n"
6666 msgstr ""
6667
6668 #: tree-cfg.c:3564
6669 msgid "%<else%> label does not match edge at end of bb %d\n"
6670 msgstr ""
6671
6672 #: tree-cfg.c:3574
6673 #, c-format
6674 msgid "Explicit goto at end of bb %d\n"
6675 msgstr ""
6676
6677 #: tree-cfg.c:3603
6678 #, c-format
6679 msgid "Return edge does not point to exit in bb %d\n"
6680 msgstr ""
6681
6682 #: tree-cfg.c:3636
6683 msgid "Found default case not at end of case vector"
6684 msgstr ""
6685
6686 #: tree-cfg.c:3642
6687 msgid ""
6688 "Case labels not sorted:\n"
6689 " "
6690 msgstr ""
6691
6692 #: tree-cfg.c:3653
6693 msgid "No default case found at end of case vector"
6694 msgstr ""
6695
6696 #: tree-cfg.c:3661
6697 #, c-format
6698 msgid "Extra outgoing edge %d->%d\n"
6699 msgstr ""
6700
6701 #: tree-cfg.c:3683
6702 #, c-format
6703 msgid "Missing edge %i->%i\n"
6704 msgstr ""
6705
6706 #: tree-cfg.c:5255
6707 msgid "%Jfunction might be possible candidate for attribute %<noreturn%>"
6708 msgstr ""
6709
6710 #: tree-cfg.c:5282 tree-cfg.c:5286
6711 msgid "%H%<noreturn%> function does return"
6712 msgstr ""
6713
6714 #: tree-cfg.c:5306 tree-cfg.c:5311
6715 msgid "%Hcontrol reaches end of non-void function"
6716 msgstr ""
6717
6718 #: tree-dump.c:847
6719 #, c-format
6720 msgid "could not open dump file %qs: %s"
6721 msgstr ""
6722
6723 #: tree-dump.c:960
6724 msgid "ignoring unknown option %q.*s in %<-fdump-%s%>"
6725 msgstr ""
6726
6727 #: tree-inline.c:943
6728 msgid ""
6729 "%Jfunction '%F' can never be inlined because it uses alloca (override using "
6730 "the always_inline attribute)"
6731 msgstr ""
6732
6733 #: tree-inline.c:955
6734 msgid "%Jfunction '%F' can never be inlined because it uses setjmp"
6735 msgstr ""
6736
6737 #: tree-inline.c:969
6738 msgid ""
6739 "%Jfunction '%F' can never be inlined because it uses variable argument lists"
6740 msgstr ""
6741
6742 #: tree-inline.c:980
6743 msgid ""
6744 "%Jfunction '%F' can never be inlined because it uses setjmp-longjmp "
6745 "exception handling"
6746 msgstr ""
6747
6748 #: tree-inline.c:987
6749 msgid "%Jfunction '%F' can never be inlined because it uses non-local goto"
6750 msgstr ""
6751
6752 #: tree-inline.c:1006
6753 msgid ""
6754 "%Jfunction '%F' can never be inlined because it contains a computed goto"
6755 msgstr ""
6756
6757 #: tree-inline.c:1020
6758 msgid ""
6759 "%Jfunction '%F' can never be inlined because it receives a non-local goto"
6760 msgstr ""
6761
6762 #: tree-inline.c:1042
6763 msgid ""
6764 "%Jfunction '%F' can never be inlined because it uses variable sized variables"
6765 msgstr ""
6766
6767 #: tree-inline.c:1463
6768 msgid "originally indirect function call not considered for inlining"
6769 msgstr ""
6770
6771 #: tree-inline.c:1473 tree-inline.c:1480
6772 msgid "%Jinlining failed in call to '%F': %s"
6773 msgstr ""
6774
6775 #: tree-inline.c:1474 tree-inline.c:1481
6776 msgid "called from here"
6777 msgstr ""
6778
6779 #: tree-mudflap.c:791
6780 msgid "mudflap checking not yet implemented for ARRAY_RANGE_REF"
6781 msgstr ""
6782
6783 #: tree-mudflap.c:1027
6784 msgid "mudflap ran off end of BIND_EXPR body"
6785 msgstr ""
6786
6787 #: tree-mudflap.c:1218
6788 #, c-format
6789 msgid "mudflap cannot track lifetime of %qs"
6790 msgstr ""
6791
6792 #: tree-nomudflap.c:51
6793 msgid "mudflap: this language is not supported"
6794 msgstr ""
6795
6796 #: tree-optimize.c:679
6797 msgid "%Jsize of return value of '%D' is %u bytes"
6798 msgstr ""
6799
6800 #: tree-optimize.c:682
6801 msgid "%Jsize of return value of '%D' is larger than %wd bytes"
6802 msgstr ""
6803
6804 #: tree-outof-ssa.c:614 tree-outof-ssa.c:629 tree-outof-ssa.c:643
6805 #: tree-outof-ssa.c:664 tree-outof-ssa.c:1037 tree-outof-ssa.c:1847
6806 #: tree-ssa-live.c:417 tree-ssa-live.c:1799
6807 msgid "SSA corruption"
6808 msgstr ""
6809
6810 #: tree-profile.c:103 tree-profile.c:119 tree-profile.c:135 tree-profile.c:152
6811 msgid "unimplemented functionality"
6812 msgstr ""
6813
6814 #: tree-ssa-operands.c:1201
6815 msgid "internal error"
6816 msgstr ""
6817
6818 #: tree-ssa.c:116
6819 msgid "Expected an SSA_NAME object"
6820 msgstr ""
6821
6822 #: tree-ssa.c:122
6823 msgid "Type mismatch between an SSA_NAME and its symbol."
6824 msgstr ""
6825
6826 #: tree-ssa.c:128
6827 msgid "Found an SSA_NAME that had been released into the free pool"
6828 msgstr ""
6829
6830 #: tree-ssa.c:134
6831 msgid "Found a virtual definition for a GIMPLE register"
6832 msgstr ""
6833
6834 #: tree-ssa.c:140
6835 msgid "Found a real definition for a non-register"
6836 msgstr ""
6837
6838 #: tree-ssa.c:169
6839 #, c-format
6840 msgid "SSA_NAME created in two different blocks %i and %i"
6841 msgstr ""
6842
6843 #: tree-ssa.c:178
6844 msgid "SSA_NAME_DEF_STMT is wrong"
6845 msgstr ""
6846
6847 #: tree-ssa.c:229
6848 msgid "Missing definition"
6849 msgstr ""
6850
6851 #: tree-ssa.c:235
6852 #, c-format
6853 msgid "Definition in block %i does not dominate use in block %i"
6854 msgstr ""
6855
6856 #: tree-ssa.c:243
6857 #, c-format
6858 msgid "Definition in block %i follows the use"
6859 msgstr ""
6860
6861 #: tree-ssa.c:250
6862 msgid "SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set"
6863 msgstr ""
6864
6865 #: tree-ssa.c:301
6866 #, c-format
6867 msgid "Wrong edge %d->%d for PHI argument\n"
6868 msgstr ""
6869
6870 #: tree-ssa.c:308
6871 #, c-format
6872 msgid "PHI argument flowing through dead edge %d->%d\n"
6873 msgstr ""
6874
6875 #: tree-ssa.c:315
6876 #, c-format
6877 msgid "PHI argument duplicated for edge %d->%d\n"
6878 msgstr ""
6879
6880 #: tree-ssa.c:334
6881 #, c-format
6882 msgid "No argument flowing through edge %d->%d\n"
6883 msgstr ""
6884
6885 #: tree-ssa.c:379
6886 msgid "Non-addressable variable inside an alias set."
6887 msgstr ""
6888
6889 #: tree-ssa.c:397
6890 msgid "Addressable variable that is an alias tag but is not in any alias set."
6891 msgstr ""
6892
6893 #: tree-ssa.c:407
6894 msgid "verify_flow_insensitive_alias_info failed."
6895 msgstr ""
6896
6897 #: tree-ssa.c:446
6898 msgid "Dereferenced pointers should have a name or a type tag"
6899 msgstr ""
6900
6901 #: tree-ssa.c:455
6902 msgid ""
6903 "Pointers with a memory tag, should have points-to sets or point to malloc"
6904 msgstr ""
6905
6906 #: tree-ssa.c:463
6907 msgid "Pointer escapes but its name tag is not call-clobbered."
6908 msgstr ""
6909
6910 #: tree-ssa.c:487
6911 msgid "Two pointers with different name tags and identical points-to sets"
6912 msgstr ""
6913
6914 #: tree-ssa.c:499
6915 msgid "verify_flow_sensitive_alias_info failed."
6916 msgstr ""
6917
6918 #: tree-ssa.c:554
6919 msgid "PHI argument is not SSA_NAME, or invariant"
6920 msgstr ""
6921
6922 #: tree-ssa.c:571
6923 msgid "Statement makes aliased stores, but has no V_MAY_DEFS"
6924 msgstr ""
6925
6926 #: tree-ssa.c:605
6927 #, c-format
6928 msgid "AUX pointer initialized for edge %d->%d\n"
6929 msgstr ""
6930
6931 #: tree-ssa.c:684
6932 msgid "verify_ssa failed."
6933 msgstr ""
6934
6935 #: tree-ssa.c:1315
6936 msgid "%H'%D' is used uninitialized in this function"
6937 msgstr ""
6938
6939 #: tree-ssa.c:1340
6940 msgid "%H'%D' may be used uninitialized in this function"
6941 msgstr ""
6942
6943 #: tree-vectorizer.c:1213
6944 msgid "no support for reduction/induction"
6945 msgstr ""
6946
6947 #: tree-vectorizer.c:1239
6948 msgid "unsupported defining stmt"
6949 msgstr ""
6950
6951 #: tree.c:3160
6952 msgid "%Jfunction %qD definition is marked dllimport."
6953 msgstr ""
6954
6955 #: tree.c:3168
6956 msgid "%Jvariable %qD definition is marked dllimport."
6957 msgstr ""
6958
6959 #: tree.c:3188
6960 msgid "%Jexternal linkage required for symbol %qD because of %qs attribute."
6961 msgstr ""
6962
6963 #: tree.c:4328
6964 msgid "arrays of functions are not meaningful"
6965 msgstr ""
6966
6967 #: tree.c:4377
6968 msgid "function return type cannot be function"
6969 msgstr ""
6970
6971 #: tree.c:5259
6972 msgid "invalid initializer for bit string"
6973 msgstr ""
6974
6975 #: tree.c:5337
6976 #, c-format
6977 msgid "tree check: expected %s, have %s in %s, at %s:%d"
6978 msgstr ""
6979
6980 #: tree.c:5374
6981 #, c-format
6982 msgid "tree check: expected none of %s, have %s in %s, at %s:%d"
6983 msgstr ""
6984
6985 #: tree.c:5387
6986 #, c-format
6987 msgid "tree check: expected class %qs, have %qs (%s) in %s, at %s:%d"
6988 msgstr ""
6989
6990 #: tree.c:5401
6991 #, c-format
6992 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
6993 msgstr ""
6994
6995 #: tree.c:5413
6996 #, c-format
6997 msgid "tree check: accessed elt %d of phi_node with %d elts in %s, at %s:%d"
6998 msgstr ""
6999
7000 #: tree.c:5425
7001 #, c-format
7002 msgid "tree check: accessed operand %d of %s with %d operands in %s, at %s:%d"
7003 msgstr ""
7004
7005 #: varasm.c:480
7006 msgid "%J%D causes a section type conflict"
7007 msgstr ""
7008
7009 #: varasm.c:900
7010 msgid "%Jregister name not specified for %qD"
7011 msgstr ""
7012
7013 #: varasm.c:902
7014 msgid "%Jinvalid register name for %qD"
7015 msgstr ""
7016
7017 #: varasm.c:904
7018 msgid "%Jdata type of %qD isn%'t suitable for a register"
7019 msgstr ""
7020
7021 #: varasm.c:907
7022 msgid "%Jregister specified for %qD isn%'t suitable for data type"
7023 msgstr ""
7024
7025 #: varasm.c:917
7026 msgid "global register variable has initial value"
7027 msgstr ""
7028
7029 #: varasm.c:920
7030 msgid "volatile register variables don%'t work as you might wish"
7031 msgstr ""
7032
7033 #: varasm.c:953
7034 msgid "%Jregister name given for non-register variable %qD"
7035 msgstr ""
7036
7037 #: varasm.c:1574
7038 msgid ""
7039 "%Jalignment of %qD is greater than maximum object file alignment.  Using %d"
7040 msgstr ""
7041
7042 #: varasm.c:1623
7043 msgid "thread-local COMMON data not implemented"
7044 msgstr ""
7045
7046 #: varasm.c:1648
7047 msgid ""
7048 "%Jrequested alignment for %qD is greater than implemented alignment of %d"
7049 msgstr ""
7050
7051 #: varasm.c:3727
7052 msgid "initializer for integer value is too complicated"
7053 msgstr ""
7054
7055 #: varasm.c:3732
7056 msgid "initializer for floating value is not a floating constant"
7057 msgstr ""
7058
7059 #: varasm.c:3798
7060 msgid "unknown set constructor type"
7061 msgstr ""
7062
7063 #: varasm.c:4017
7064 #, c-format
7065 msgid "invalid initial value for member %qs"
7066 msgstr ""
7067
7068 #: varasm.c:4204 varasm.c:4248
7069 msgid "%Jweak declaration of %qD must precede definition"
7070 msgstr ""
7071
7072 #: varasm.c:4212
7073 msgid ""
7074 "%Jweak declaration of %qD after first use results in unspecified behavior"
7075 msgstr ""
7076
7077 #: varasm.c:4246
7078 msgid "%Jweak declaration of %qD must be public"
7079 msgstr ""
7080
7081 #: varasm.c:4255
7082 msgid "%Jweak declaration of %qD not supported"
7083 msgstr ""
7084
7085 #: varasm.c:4284 varasm.c:4377
7086 msgid "only weak aliases are supported in this configuration"
7087 msgstr ""
7088
7089 #: varasm.c:4380
7090 msgid "alias definitions not supported in this configuration; ignored"
7091 msgstr ""
7092
7093 #: varasm.c:4409
7094 msgid "visibility attribute not supported in this configuration; ignored"
7095 msgstr ""
7096
7097 #: varray.c:204
7098 #, c-format
7099 msgid "virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d"
7100 msgstr ""
7101
7102 #: varray.c:214
7103 #, c-format
7104 msgid "underflowed virtual array %s in %s, at %s:%d"
7105 msgstr ""
7106
7107 #: vec.c:146
7108 #, c-format
7109 msgid "vector %s %s domain error, in %s at %s:%u"
7110 msgstr ""
7111
7112 #. Print an error message for unrecognized stab codes.
7113 #: xcoffout.c:187
7114 #, c-format
7115 msgid "no sclass for %s stab (0x%x)\n"
7116 msgstr ""
7117
7118 #.
7119 #. Local variables:
7120 #. mode:c
7121 #. End:
7122 #.
7123 #: diagnostic.def:1
7124 msgid "fatal error: "
7125 msgstr ""
7126
7127 #: diagnostic.def:2
7128 msgid "internal compiler error: "
7129 msgstr ""
7130
7131 #: diagnostic.def:3
7132 msgid "error: "
7133 msgstr ""
7134
7135 #: diagnostic.def:4
7136 msgid "sorry, unimplemented: "
7137 msgstr ""
7138
7139 #: diagnostic.def:5
7140 msgid "warning: "
7141 msgstr ""
7142
7143 #: diagnostic.def:6
7144 msgid "anachronism: "
7145 msgstr ""
7146
7147 #: diagnostic.def:7
7148 msgid "note: "
7149 msgstr ""
7150
7151 #: diagnostic.def:8
7152 msgid "debug: "
7153 msgstr ""
7154
7155 #: params.def:53
7156 msgid ""
7157 "The maximum number of instructions in a single function eligible for inlining"
7158 msgstr ""
7159
7160 #: params.def:65
7161 msgid "The maximum number of instructions when automatically inlining"
7162 msgstr ""
7163
7164 #: params.def:70
7165 msgid ""
7166 "The maximum number of instructions inline function can grow to via recursive "
7167 "inlining"
7168 msgstr ""
7169
7170 #: params.def:75
7171 msgid ""
7172 "The maximum number of instructions non-inline function can grow to via "
7173 "recursive inlining"
7174 msgstr ""
7175
7176 #: params.def:80
7177 msgid "The maximum depth of recursive inlining for inline functions"
7178 msgstr ""
7179
7180 #: params.def:85
7181 msgid "The maximum depth of recursive inlining for non-inline functions"
7182 msgstr ""
7183
7184 #: params.def:95
7185 msgid "The maximum number of instructions for the RTL inliner"
7186 msgstr ""
7187
7188 #: params.def:106
7189 msgid "The maximum number of instructions to consider to fill a delay slot"
7190 msgstr ""
7191
7192 #: params.def:117
7193 msgid ""
7194 "The maximum number of instructions to consider to find accurate live "
7195 "register information"
7196 msgstr ""
7197
7198 #: params.def:127
7199 msgid "The maximum length of scheduling's pending operations list"
7200 msgstr ""
7201
7202 #: params.def:132
7203 msgid "The size of function body to be considered large"
7204 msgstr ""
7205
7206 #: params.def:136
7207 msgid "Maximal growth due to inlining of large function (in percent)"
7208 msgstr ""
7209
7210 #: params.def:140
7211 msgid ""
7212 "how much can given compilation unit grow because of the inlining (in percent)"
7213 msgstr ""
7214
7215 #: params.def:147
7216 msgid "The maximum amount of memory to be allocated by GCSE"
7217 msgstr ""
7218
7219 #: params.def:152
7220 msgid "The maximum number of passes to make when doing GCSE"
7221 msgstr ""
7222
7223 #: params.def:162
7224 msgid ""
7225 "The threshold ratio for performing partial redundancy elimination          "
7226 "after reload."
7227 msgstr ""
7228
7229 #: params.def:170
7230 msgid ""
7231 "The threshold ratio of critical edges execution count that permit          "
7232 "performing redundancy elimination after reload."
7233 msgstr ""
7234
7235 #: params.def:182
7236 msgid "The maximum number of instructions to consider to unroll in a loop"
7237 msgstr ""
7238
7239 #: params.def:188
7240 msgid ""
7241 "The maximum number of instructions to consider to unroll in a loop on average"
7242 msgstr ""
7243
7244 #: params.def:193
7245 msgid "The maximum number of unrollings of a single loop"
7246 msgstr ""
7247
7248 #: params.def:198
7249 msgid "The maximum number of insns of a peeled loop"
7250 msgstr ""
7251
7252 #: params.def:203
7253 msgid "The maximum number of peelings of a single loop"
7254 msgstr ""
7255
7256 #: params.def:208
7257 msgid "The maximum number of insns of a completely peeled loop"
7258 msgstr ""
7259
7260 #: params.def:213
7261 msgid ""
7262 "The maximum number of peelings of a single loop that is peeled completely"
7263 msgstr ""
7264
7265 #: params.def:218
7266 msgid "The maximum number of insns of a peeled loop that rolls only once"
7267 msgstr ""
7268
7269 #: params.def:224
7270 msgid "The maximum number of insns of an unswitched loop"
7271 msgstr ""
7272
7273 #: params.def:229
7274 msgid "The maximum number of unswitchings in a single loop"
7275 msgstr ""
7276
7277 #: params.def:236
7278 msgid ""
7279 "Bound on the number of iterations the brute force # of iterations \t "
7280 "analysis algorithm evaluates"
7281 msgstr ""
7282
7283 #: params.def:242
7284 msgid ""
7285 "Maximum number of loops to perform swing modulo scheduling on \t  (mainly "
7286 "for debugging)"
7287 msgstr ""
7288
7289 #: params.def:249
7290 msgid ""
7291 "A factor for tuning the upper bound that swing modulo scheduler uses \t  for "
7292 "scheduling a loop"
7293 msgstr ""
7294
7295 #: params.def:254
7296 msgid ""
7297 "The number of cycles the swing modulo scheduler considers when \t  checking "
7298 "conflicts using DFA"
7299 msgstr ""
7300
7301 #: params.def:259
7302 msgid ""
7303 "A threshold on the average loop count considered by the swing modulo \t  "
7304 "scheduler"
7305 msgstr ""
7306
7307 #: params.def:265
7308 msgid ""
7309 "Select fraction of the maximal count of repetitions of basic block in "
7310 "program given basic block needs to have to be considered hot"
7311 msgstr ""
7312
7313 #: params.def:270
7314 msgid ""
7315 "Select fraction of the maximal frequency of executions of basic block in "
7316 "function given basic block needs to have to be considered hot"
7317 msgstr ""
7318
7319 #: params.def:275
7320 msgid ""
7321 "The percentage of function, weighted by execution frequency, that must be "
7322 "covered by trace formation. Used when profile feedback is available"
7323 msgstr ""
7324
7325 #: params.def:280
7326 msgid ""
7327 "The percentage of function, weighted by execution frequency, that must be "
7328 "covered by trace formation. Used when profile feedback is not available"
7329 msgstr ""
7330
7331 #: params.def:285
7332 msgid "Maximal code growth caused by tail duplication (in percent)"
7333 msgstr ""
7334
7335 #: params.def:289
7336 msgid ""
7337 "Stop reverse growth if the reverse probability of best edge is less than "
7338 "this threshold (in percent)"
7339 msgstr ""
7340
7341 #: params.def:294
7342 msgid ""
7343 "Stop forward growth if the probability of best edge is less than this "
7344 "threshold (in percent). Used when profile feedback is available"
7345 msgstr ""
7346
7347 #: params.def:299
7348 msgid ""
7349 "Stop forward growth if the probability of best edge is less than this "
7350 "threshold (in percent). Used when profile feedback is not available"
7351 msgstr ""
7352
7353 #: params.def:306
7354 msgid "The maximum number of incoming edges to consider for crossjumping"
7355 msgstr ""
7356
7357 #: params.def:312
7358 msgid ""
7359 "The minimum number of matching instructions to consider for crossjumping"
7360 msgstr ""
7361
7362 #: params.def:318
7363 msgid "The maximum length of path considered in cse"
7364 msgstr ""
7365
7366 #: params.def:325
7367 msgid ""
7368 "The minimum cost of an expensive expression in the loop invariant motion"
7369 msgstr ""
7370
7371 #: params.def:334
7372 msgid ""
7373 "Bound on number of candidates below that all candidates are considered in iv "
7374 "optimizations"
7375 msgstr ""
7376
7377 #: params.def:342
7378 msgid "Bound on number of iv uses in loop optimized in iv optimizations"
7379 msgstr ""
7380
7381 #: params.def:349
7382 msgid ""
7383 "Given N calls and V call-clobbered vars in a function.  Use .GLOBAL_VAR if "
7384 "NxV is larger than this limit"
7385 msgstr ""
7386
7387 #: params.def:354
7388 msgid "The maximum memory locations recorded by cselib"
7389 msgstr ""
7390
7391 #: params.def:367
7392 msgid ""
7393 "Minimum heap expansion to trigger garbage collection, as a percentage of the "
7394 "total size of the heap"
7395 msgstr ""
7396
7397 #: params.def:373
7398 msgid "Minimum heap size before we start collecting garbage, in kilobytes"
7399 msgstr ""
7400
7401 #: params.def:381
7402 msgid ""
7403 "The maximum number of instructions to search backward when looking for "
7404 "equivalent reload"
7405 msgstr ""
7406
7407 #: params.def:386
7408 msgid ""
7409 "The maximum number of virtual operands allowed to represent aliases before "
7410 "triggering alias grouping."
7411 msgstr ""
7412
7413 #: params.def:391
7414 msgid ""
7415 "The maximum number of blocks in a region to be considered for interblock "
7416 "scheduling"
7417 msgstr ""
7418
7419 #: params.def:396
7420 msgid ""
7421 "The maximum number of insns in a region to be considered for interblock "
7422 "scheduling"
7423 msgstr ""
7424
7425 #: params.def:404
7426 msgid "The upper bound for sharing integer constants"
7427 msgstr ""
7428
7429 #: config/darwin-c.c:84
7430 msgid "too many #pragma options align=reset"
7431 msgstr ""
7432
7433 #: config/darwin-c.c:104 config/darwin-c.c:107 config/darwin-c.c:109
7434 #: config/darwin-c.c:111
7435 msgid "malformed '#pragma options', ignoring"
7436 msgstr ""
7437
7438 #: config/darwin-c.c:114
7439 msgid "junk at end of '#pragma options'"
7440 msgstr ""
7441
7442 #: config/darwin-c.c:124
7443 msgid "malformed '#pragma options align={mac68k|power|reset}', ignoring"
7444 msgstr ""
7445
7446 #: config/darwin-c.c:136
7447 msgid "missing '(' after '#pragma unused', ignoring"
7448 msgstr ""
7449
7450 #: config/darwin-c.c:154
7451 msgid "missing ')' after '#pragma unused', ignoring"
7452 msgstr ""
7453
7454 #: config/darwin-c.c:157
7455 msgid "junk at end of '#pragma unused'"
7456 msgstr ""
7457
7458 #: config/darwin-c.c:367
7459 #, c-format
7460 msgid "subframework include %s conflicts with framework include"
7461 msgstr ""
7462
7463 #: config/darwin.c:1328
7464 msgid ""
7465 "internal and protected visibility attributes not supportedin this "
7466 "configuration; ignored"
7467 msgstr ""
7468
7469 #: config/sol2-c.c:93 config/sol2-c.c:109
7470 msgid "malformed %<#pragma align%>, ignoring"
7471 msgstr ""
7472
7473 #: config/sol2-c.c:102
7474 msgid "invalid alignment for %<#pragma align%>, ignoring"
7475 msgstr ""
7476
7477 #: config/sol2-c.c:117
7478 msgid "%<#pragma align%> must appear before the declaration of %D, ignoring"
7479 msgstr ""
7480
7481 #: config/sol2-c.c:129 config/sol2-c.c:141
7482 msgid "malformed %<#pragma align%>"
7483 msgstr ""
7484
7485 #: config/sol2-c.c:136
7486 msgid "junk at end of %<#pragma align%>"
7487 msgstr ""
7488
7489 #: config/sol2-c.c:157 config/sol2-c.c:164
7490 msgid "malformed %<#pragma init%>, ignoring"
7491 msgstr ""
7492
7493 #: config/sol2-c.c:187 config/sol2-c.c:199
7494 msgid "malformed %<#pragma init%>"
7495 msgstr ""
7496
7497 #: config/sol2-c.c:194
7498 msgid "junk at end of %<#pragma init%>"
7499 msgstr ""
7500
7501 #: config/sol2-c.c:215 config/sol2-c.c:222
7502 msgid "malformed %<#pragma fini%>, ignoring"
7503 msgstr ""
7504
7505 #: config/sol2-c.c:245 config/sol2-c.c:257
7506 msgid "malformed %<#pragma fini%>"
7507 msgstr ""
7508
7509 #: config/sol2-c.c:252
7510 msgid "junk at end of %<#pragma fini%>"
7511 msgstr ""
7512
7513 #: config/sol2.c:53
7514 msgid "%Jignoring %<#pragma align%> for explicitly aligned %<%D%>"
7515 msgstr ""
7516
7517 #: config/darwin.h:152
7518 msgid "Set sizeof(bool) to 1"
7519 msgstr ""
7520
7521 #: config/darwin.h:154
7522 msgid "Generate code suitable for fast turn around debugging"
7523 msgstr ""
7524
7525 #: config/darwin.h:156
7526 msgid "Don't generate code suitable for fast turn around debugging"
7527 msgstr ""
7528
7529 #: config/lynx.h:137
7530 msgid "Use shared libraries"
7531 msgstr ""
7532
7533 #: config/lynx.h:138
7534 msgid "Support multi-threading"
7535 msgstr ""
7536
7537 #: config/lynx.h:139
7538 msgid "Support legacy multi-threading"
7539 msgstr ""
7540
7541 #: config/windiss.h:37
7542 msgid "profiler support for WindISS"
7543 msgstr ""
7544
7545 #: config/alpha/alpha.c:254
7546 #, c-format
7547 msgid "-f%s ignored for Unicos/Mk (not supported)"
7548 msgstr ""
7549
7550 #: config/alpha/alpha.c:278
7551 msgid "-mieee not supported on Unicos/Mk"
7552 msgstr ""
7553
7554 #: config/alpha/alpha.c:289
7555 msgid "-mieee-with-inexact not supported on Unicos/Mk"
7556 msgstr ""
7557
7558 #: config/alpha/alpha.c:306
7559 #, c-format
7560 msgid "bad value `%s' for -mtrap-precision switch"
7561 msgstr ""
7562
7563 #: config/alpha/alpha.c:320
7564 #, c-format
7565 msgid "bad value `%s' for -mfp-rounding-mode switch"
7566 msgstr ""
7567
7568 #: config/alpha/alpha.c:335
7569 #, c-format
7570 msgid "bad value `%s' for -mfp-trap-mode switch"
7571 msgstr ""
7572
7573 #: config/alpha/alpha.c:347 config/rs6000/rs6000.c:1645
7574 #, c-format
7575 msgid "bad value `%s' for -mtls-size switch"
7576 msgstr ""
7577
7578 #: config/alpha/alpha.c:366 config/alpha/alpha.c:378
7579 #, c-format
7580 msgid "bad value `%s' for -mcpu switch"
7581 msgstr ""
7582
7583 #: config/alpha/alpha.c:385
7584 msgid "trap mode not supported on Unicos/Mk"
7585 msgstr ""
7586
7587 #: config/alpha/alpha.c:392
7588 msgid "fp software completion requires -mtrap-precision=i"
7589 msgstr ""
7590
7591 #: config/alpha/alpha.c:408
7592 msgid "rounding mode not supported for VAX floats"
7593 msgstr ""
7594
7595 #: config/alpha/alpha.c:413
7596 msgid "trap mode not supported for VAX floats"
7597 msgstr ""
7598
7599 #: config/alpha/alpha.c:417
7600 msgid "128-bit long double not supported for VAX floats"
7601 msgstr ""
7602
7603 #: config/alpha/alpha.c:445
7604 #, c-format
7605 msgid "L%d cache latency unknown for %s"
7606 msgstr ""
7607
7608 #: config/alpha/alpha.c:460
7609 #, c-format
7610 msgid "bad value `%s' for -mmemory-latency"
7611 msgstr ""
7612
7613 #: config/alpha/alpha.c:4547
7614 #, c-format
7615 msgid "invalid %%H value"
7616 msgstr ""
7617
7618 #: config/alpha/alpha.c:4568
7619 #, c-format
7620 msgid "invalid %%J value"
7621 msgstr ""
7622
7623 #: config/alpha/alpha.c:4584 config/ia64/ia64.c:3710
7624 #, c-format
7625 msgid "invalid %%r value"
7626 msgstr ""
7627
7628 #: config/alpha/alpha.c:4594 config/rs6000/rs6000.c:10304
7629 #: config/xtensa/xtensa.c:1951
7630 #, c-format
7631 msgid "invalid %%R value"
7632 msgstr ""
7633
7634 #: config/alpha/alpha.c:4600 config/rs6000/rs6000.c:10223
7635 #: config/xtensa/xtensa.c:1918
7636 #, c-format
7637 msgid "invalid %%N value"
7638 msgstr ""
7639
7640 #: config/alpha/alpha.c:4608 config/rs6000/rs6000.c:10251
7641 #, c-format
7642 msgid "invalid %%P value"
7643 msgstr ""
7644
7645 #: config/alpha/alpha.c:4616
7646 #, c-format
7647 msgid "invalid %%h value"
7648 msgstr ""
7649
7650 #: config/alpha/alpha.c:4624 config/xtensa/xtensa.c:1944
7651 #, c-format
7652 msgid "invalid %%L value"
7653 msgstr ""
7654
7655 #: config/alpha/alpha.c:4663 config/rs6000/rs6000.c:10205
7656 #, c-format
7657 msgid "invalid %%m value"
7658 msgstr ""
7659
7660 #: config/alpha/alpha.c:4671 config/rs6000/rs6000.c:10213
7661 #, c-format
7662 msgid "invalid %%M value"
7663 msgstr ""
7664
7665 #: config/alpha/alpha.c:4715
7666 #, c-format
7667 msgid "invalid %%U value"
7668 msgstr ""
7669
7670 #: config/alpha/alpha.c:4727 config/alpha/alpha.c:4741
7671 #: config/rs6000/rs6000.c:10312
7672 #, c-format
7673 msgid "invalid %%s value"
7674 msgstr ""
7675
7676 #: config/alpha/alpha.c:4764
7677 #, c-format
7678 msgid "invalid %%C value"
7679 msgstr ""
7680
7681 #: config/alpha/alpha.c:4801 config/rs6000/rs6000.c:10042
7682 #: config/rs6000/rs6000.c:10062
7683 #, c-format
7684 msgid "invalid %%E value"
7685 msgstr ""
7686
7687 #: config/alpha/alpha.c:4826 config/alpha/alpha.c:4874
7688 msgid "unknown relocation unspec"
7689 msgstr ""
7690
7691 #: config/alpha/alpha.c:4835 config/rs6000/rs6000.c:10630
7692 #, c-format
7693 msgid "invalid %%xn code"
7694 msgstr ""
7695
7696 #: config/alpha/alpha.c:5795 config/alpha/alpha.c:5798 config/s390/s390.c:7703
7697 #: config/s390/s390.c:7706
7698 msgid "bad builtin fcode"
7699 msgstr ""
7700
7701 #. Macro to define tables used to set the flags.
7702 #. This is a list in braces of pairs in braces,
7703 #. each pair being { "NAME", VALUE }
7704 #. where VALUE is the bits to set or minus the bits to clear.
7705 #. An empty string NAME is used to identify the default VALUE.
7706 #: config/alpha/alpha.h:293 config/i386/i386.h:333 config/i386/i386.h:335
7707 #: config/i386/i386.h:337 config/ns32k/ns32k.h:140 config/s390/s390.h:135
7708 #: config/sparc/sparc.h:616 config/sparc/sparc.h:621
7709 msgid "Use hardware fp"
7710 msgstr ""
7711
7712 #: config/alpha/alpha.h:294 config/i386/i386.h:334 config/i386/i386.h:336
7713 #: config/sparc/sparc.h:618 config/sparc/sparc.h:623
7714 msgid "Do not use hardware fp"
7715 msgstr ""
7716
7717 #: config/alpha/alpha.h:295
7718 msgid "Use fp registers"
7719 msgstr ""
7720
7721 #: config/alpha/alpha.h:297
7722 msgid "Do not use fp registers"
7723 msgstr ""
7724
7725 #: config/alpha/alpha.h:298
7726 msgid "Do not assume GAS"
7727 msgstr ""
7728
7729 #: config/alpha/alpha.h:299
7730 msgid "Assume GAS"
7731 msgstr ""
7732
7733 #: config/alpha/alpha.h:301
7734 msgid "Request IEEE-conformant math library routines (OSF/1)"
7735 msgstr ""
7736
7737 #: config/alpha/alpha.h:303
7738 msgid "Emit IEEE-conformant code, without inexact exceptions"
7739 msgstr ""
7740
7741 #: config/alpha/alpha.h:305
7742 msgid "Emit IEEE-conformant code, with inexact exceptions"
7743 msgstr ""
7744
7745 #: config/alpha/alpha.h:307
7746 msgid "Do not emit complex integer constants to read-only memory"
7747 msgstr ""
7748
7749 #: config/alpha/alpha.h:308
7750 msgid "Use VAX fp"
7751 msgstr ""
7752
7753 #: config/alpha/alpha.h:309
7754 msgid "Do not use VAX fp"
7755 msgstr ""
7756
7757 #: config/alpha/alpha.h:310
7758 msgid "Emit code for the byte/word ISA extension"
7759 msgstr ""
7760
7761 #: config/alpha/alpha.h:313
7762 msgid "Emit code for the motion video ISA extension"
7763 msgstr ""
7764
7765 #: config/alpha/alpha.h:316
7766 msgid "Emit code for the fp move and sqrt ISA extension"
7767 msgstr ""
7768
7769 #: config/alpha/alpha.h:318
7770 msgid "Emit code for the counting ISA extension"
7771 msgstr ""
7772
7773 #: config/alpha/alpha.h:321
7774 msgid "Emit code using explicit relocation directives"
7775 msgstr ""
7776
7777 #: config/alpha/alpha.h:324
7778 msgid "Emit 16-bit relocations to the small data areas"
7779 msgstr ""
7780
7781 #: config/alpha/alpha.h:326
7782 msgid "Emit 32-bit relocations to the small data areas"
7783 msgstr ""
7784
7785 #: config/alpha/alpha.h:328
7786 msgid "Emit direct branches to local functions"
7787 msgstr ""
7788
7789 #: config/alpha/alpha.h:331
7790 msgid "Emit rdval instead of rduniq for thread pointer"
7791 msgstr ""
7792
7793 #: config/alpha/alpha.h:333
7794 msgid "Use 128-bit long double"
7795 msgstr ""
7796
7797 #: config/alpha/alpha.h:335
7798 msgid "Use 64-bit long double"
7799 msgstr ""
7800
7801 #. For -mcpu=
7802 #. For -mtune=
7803 #. For -mfp-rounding-mode=[n|m|c|d]
7804 #. For -mfp-trap-mode=[n|u|su|sui]
7805 #. For -mtrap-precision=[p|f|i]
7806 #. For -mmemory-latency=
7807 #. For -mtls-size=
7808 #: config/alpha/alpha.h:364
7809 msgid "Use features of and schedule given CPU"
7810 msgstr ""
7811
7812 #: config/alpha/alpha.h:366
7813 msgid "Schedule given CPU"
7814 msgstr ""
7815
7816 #: config/alpha/alpha.h:368
7817 msgid "Control the generated fp rounding mode"
7818 msgstr ""
7819
7820 #: config/alpha/alpha.h:370
7821 msgid "Control the IEEE trap mode"
7822 msgstr ""
7823
7824 #: config/alpha/alpha.h:372
7825 msgid "Control the precision given to fp exceptions"
7826 msgstr ""
7827
7828 #: config/alpha/alpha.h:374
7829 msgid "Tune expected memory latency"
7830 msgstr ""
7831
7832 #: config/alpha/alpha.h:376 config/ia64/ia64.h:284 config/rs6000/sysv4.h:90
7833 msgid "Specify bit size of immediate TLS offsets"
7834 msgstr ""
7835
7836 #: config/arc/arc.c:172
7837 #, c-format
7838 msgid "bad value (%s) for -mcpu switch"
7839 msgstr ""
7840
7841 #: config/arc/arc.c:394
7842 #, c-format
7843 msgid "argument of `%s' attribute is not a string constant"
7844 msgstr ""
7845
7846 #: config/arc/arc.c:401
7847 #, c-format
7848 msgid "argument of `%s' attribute is not \"ilink1\" or \"ilink2\""
7849 msgstr ""
7850
7851 #: config/arc/arc.c:1739 config/m32r/m32r.c:2130
7852 #, c-format
7853 msgid "invalid operand to %%R code"
7854 msgstr ""
7855
7856 #: config/arc/arc.c:1771 config/m32r/m32r.c:2153
7857 #, c-format
7858 msgid "invalid operand to %%H/%%L code"
7859 msgstr ""
7860
7861 #: config/arc/arc.c:1794 config/m32r/m32r.c:2224
7862 #, c-format
7863 msgid "invalid operand to %%U code"
7864 msgstr ""
7865
7866 #: config/arc/arc.c:1805
7867 #, c-format
7868 msgid "invalid operand to %%V code"
7869 msgstr ""
7870
7871 #. Unknown flag.
7872 #: config/arc/arc.c:1812 config/m32r/m32r.c:2251 config/sparc/sparc.c:7298
7873 msgid "invalid operand output code"
7874 msgstr ""
7875
7876 #: config/arm/arm.c:774
7877 #, c-format
7878 msgid "switch -mcpu=%s conflicts with -march= switch"
7879 msgstr ""
7880
7881 #: config/arm/arm.c:784 config/rs6000/rs6000.c:1199 config/sparc/sparc.c:621
7882 #, c-format
7883 msgid "bad value (%s) for %s switch"
7884 msgstr ""
7885
7886 #: config/arm/arm.c:893
7887 msgid "target CPU does not support interworking"
7888 msgstr ""
7889
7890 #: config/arm/arm.c:899
7891 msgid "target CPU does not support THUMB instructions"
7892 msgstr ""
7893
7894 #: config/arm/arm.c:913
7895 msgid ""
7896 "enabling backtrace support is only meaningful when compiling for the Thumb"
7897 msgstr ""
7898
7899 #: config/arm/arm.c:916
7900 msgid ""
7901 "enabling callee interworking support is only meaningful when compiling for "
7902 "the Thumb"
7903 msgstr ""
7904
7905 #: config/arm/arm.c:919
7906 msgid ""
7907 "enabling caller interworking support is only meaningful when compiling for "
7908 "the Thumb"
7909 msgstr ""
7910
7911 #: config/arm/arm.c:923
7912 msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
7913 msgstr ""
7914
7915 #: config/arm/arm.c:931
7916 msgid "-fpic and -mapcs-reent are incompatible"
7917 msgstr ""
7918
7919 #: config/arm/arm.c:934
7920 msgid "APCS reentrant code not supported.  Ignored"
7921 msgstr ""
7922
7923 #: config/arm/arm.c:942
7924 msgid "-g with -mno-apcs-frame may not give sensible debugging"
7925 msgstr ""
7926
7927 #: config/arm/arm.c:950
7928 msgid "passing floating point arguments in fp regs not yet supported"
7929 msgstr ""
7930
7931 #: config/arm/arm.c:992
7932 #, c-format
7933 msgid "invalid ABI option: -mabi=%s"
7934 msgstr ""
7935
7936 #: config/arm/arm.c:998
7937 msgid "iwmmxt requires an AAPCS compatible ABI for proper operation"
7938 msgstr ""
7939
7940 #: config/arm/arm.c:1001
7941 msgid "iwmmxt abi requires an iwmmxt capable cpu"
7942 msgstr ""
7943
7944 #: config/arm/arm.c:1011
7945 #, c-format
7946 msgid "invalid floating point emulation option: -mfpe=%s"
7947 msgstr ""
7948
7949 #: config/arm/arm.c:1028
7950 #, c-format
7951 msgid "invalid floating point option: -mfpu=%s"
7952 msgstr ""
7953
7954 #: config/arm/arm.c:1069
7955 #, c-format
7956 msgid "invalid floating point abi: -mfloat-abi=%s"
7957 msgstr ""
7958
7959 #: config/arm/arm.c:1082
7960 msgid "-mfloat-abi=hard and VFP"
7961 msgstr ""
7962
7963 #: config/arm/arm.c:1108
7964 #, c-format
7965 msgid "structure size boundary can only be set to %s"
7966 msgstr ""
7967
7968 #: config/arm/arm.c:1117
7969 msgid "-mpic-register= is useless without -fpic"
7970 msgstr ""
7971
7972 #: config/arm/arm.c:1124
7973 #, c-format
7974 msgid "unable to use '%s' for PIC register"
7975 msgstr ""
7976
7977 #: config/arm/arm.c:2598 config/arm/arm.c:2616 config/avr/avr.c:4533
7978 #: config/c4x/c4x.c:4500 config/h8300/h8300.c:5755 config/i386/i386.c:1685
7979 #: config/i386/i386.c:1731 config/ip2k/ip2k.c:3181
7980 #: config/m68hc11/m68hc11.c:1350 config/m68k/m68k.c:288
7981 #: config/mcore/mcore.c:3375 config/ns32k/ns32k.c:1068
7982 #: config/rs6000/rs6000.c:16366 config/sh/sh.c:7146 config/sh/sh.c:7167
7983 #: config/sh/sh.c:7202 config/stormy16/stormy16.c:2413 config/v850/v850.c:2207
7984 #, c-format
7985 msgid "`%s' attribute only applies to functions"
7986 msgstr ""
7987
7988 #: config/arm/arm.c:2630 config/arm/arm.c:2657 config/avr/avr.c:4514
7989 #: config/h8300/h8300.c:5779 config/h8300/h8300.c:5802 config/i386/i386.c:1713
7990 #: config/i386/i386.c:14495 config/ia64/ia64.c:512 config/ip2k/ip2k.c:3163
7991 #: config/m68hc11/m68hc11.c:1314 config/rs6000/rs6000.c:16331
7992 #: config/sh/symbian.c:414 config/sh/symbian.c:421
7993 #, c-format
7994 msgid "`%s' attribute ignored"
7995 msgstr ""
7996
7997 #: config/arm/arm.c:11289
7998 msgid "unable to compute real location of stacked parameter"
7999 msgstr ""
8000
8001 #. @@@ better error message
8002 #: config/arm/arm.c:11922 config/arm/arm.c:11959
8003 msgid "selector must be an immediate"
8004 msgstr ""
8005
8006 #. @@@ better error message
8007 #: config/arm/arm.c:12002 config/i386/i386.c:13388 config/i386/i386.c:13422
8008 msgid "mask must be an immediate"
8009 msgstr ""
8010
8011 #: config/arm/arm.c:12678
8012 msgid "no low registers available for popping high registers"
8013 msgstr ""
8014
8015 #: config/arm/arm.c:12896
8016 msgid "interrupt Service Routines cannot be coded in Thumb mode"
8017 msgstr ""
8018
8019 #: config/arm/pe.c:171 config/mcore/mcore.c:3241
8020 msgid "%Jinitialized variable '%D' is marked dllimport"
8021 msgstr ""
8022
8023 #: config/arm/pe.c:180
8024 msgid "%Jstatic variable '%D' is marked dllimport"
8025 msgstr ""
8026
8027 #: config/arm/arm.h:318
8028 msgid "Generate APCS conformant stack frames"
8029 msgstr ""
8030
8031 #: config/arm/arm.h:321
8032 msgid "Store function names in object code"
8033 msgstr ""
8034
8035 #: config/arm/arm.h:327
8036 msgid "Pass FP arguments in FP registers"
8037 msgstr ""
8038
8039 #: config/arm/arm.h:330
8040 msgid "Generate re-entrant, PIC code"
8041 msgstr ""
8042
8043 #: config/arm/arm.h:333
8044 msgid "Use library calls to perform FP operations"
8045 msgstr ""
8046
8047 #: config/arm/arm.h:335
8048 msgid "Use hardware floating point instructions"
8049 msgstr ""
8050
8051 #: config/arm/arm.h:337
8052 msgid "Assume target CPU is configured as big endian"
8053 msgstr ""
8054
8055 #: config/arm/arm.h:339
8056 msgid "Assume target CPU is configured as little endian"
8057 msgstr ""
8058
8059 #: config/arm/arm.h:341
8060 msgid "Assume big endian bytes, little endian words"
8061 msgstr ""
8062
8063 #: config/arm/arm.h:343
8064 msgid "Support calls between Thumb and ARM instruction sets"
8065 msgstr ""
8066
8067 #: config/arm/arm.h:346
8068 msgid "Generate a call to abort if a noreturn function returns"
8069 msgstr ""
8070
8071 #: config/arm/arm.h:349
8072 msgid "Do not move instructions into a function's prologue"
8073 msgstr ""
8074
8075 #: config/arm/arm.h:352
8076 msgid "Do not load the PIC register in function prologues"
8077 msgstr ""
8078
8079 #: config/arm/arm.h:355
8080 msgid "Generate call insns as indirect calls, if necessary"
8081 msgstr ""
8082
8083 #: config/arm/arm.h:358
8084 msgid "Compile for the Thumb not the ARM"
8085 msgstr ""
8086
8087 #: config/arm/arm.h:362
8088 msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
8089 msgstr ""
8090
8091 #: config/arm/arm.h:365
8092 msgid "Thumb: Generate (leaf) stack frames even if not needed"
8093 msgstr ""
8094
8095 #: config/arm/arm.h:368
8096 msgid "Thumb: Assume non-static functions may be called from ARM code"
8097 msgstr ""
8098
8099 #: config/arm/arm.h:372
8100 msgid "Thumb: Assume function pointers may go to non-Thumb aware code"
8101 msgstr ""
8102
8103 #: config/arm/arm.h:376
8104 msgid "Cirrus: Place NOPs to avoid invalid instruction combinations"
8105 msgstr ""
8106
8107 #: config/arm/arm.h:378
8108 msgid "Cirrus: Do not break up invalid instruction combinations with NOPs"
8109 msgstr ""
8110
8111 #: config/arm/arm.h:386
8112 msgid "Specify the name of the target CPU"
8113 msgstr ""
8114
8115 #: config/arm/arm.h:388
8116 msgid "Specify the name of the target architecture"
8117 msgstr ""
8118
8119 #: config/arm/arm.h:393
8120 msgid "Specify the name of the target floating point hardware/format"
8121 msgstr ""
8122
8123 #: config/arm/arm.h:395
8124 msgid "Specify if floating point hardware should be used"
8125 msgstr ""
8126
8127 #: config/arm/arm.h:397
8128 msgid "Specify the minimum bit alignment of structures"
8129 msgstr ""
8130
8131 #: config/arm/arm.h:399
8132 msgid "Specify the register to be used for PIC addressing"
8133 msgstr ""
8134
8135 #: config/arm/arm.h:400 config/mips/mips.h:774
8136 msgid "Specify an ABI"
8137 msgstr ""
8138
8139 #: config/arm/pe.h:59
8140 msgid "Ignore dllimport attribute for functions"
8141 msgstr ""
8142
8143 #: config/avr/avr.c:520
8144 #, c-format
8145 msgid "large frame pointer change (%d) with -mtiny-stack"
8146 msgstr ""
8147
8148 #: config/avr/avr.c:1107
8149 msgid "bad address, not (reg+disp):"
8150 msgstr ""
8151
8152 #: config/avr/avr.c:1115
8153 msgid "internal compiler error.  Bad address:"
8154 msgstr ""
8155
8156 #: config/avr/avr.c:1128
8157 msgid "internal compiler error.  Unknown mode:"
8158 msgstr ""
8159
8160 #: config/avr/avr.c:1750 config/avr/avr.c:2411
8161 msgid "invalid insn:"
8162 msgstr ""
8163
8164 #: config/avr/avr.c:1784 config/avr/avr.c:1867 config/avr/avr.c:1916
8165 #: config/avr/avr.c:1925 config/avr/avr.c:2020 config/avr/avr.c:2189
8166 #: config/avr/avr.c:2445 config/avr/avr.c:2553
8167 msgid "incorrect insn:"
8168 msgstr ""
8169
8170 #: config/avr/avr.c:1944 config/avr/avr.c:2105 config/avr/avr.c:2260
8171 #: config/avr/avr.c:2597
8172 msgid "unknown move insn:"
8173 msgstr ""
8174
8175 #: config/avr/avr.c:2820
8176 msgid "bad shift insn:"
8177 msgstr ""
8178
8179 #: config/avr/avr.c:2933 config/avr/avr.c:3354 config/avr/avr.c:3725
8180 msgid "internal compiler error.  Incorrect shift:"
8181 msgstr ""
8182
8183 #: config/avr/avr.c:4507 config/ip2k/ip2k.c:3156
8184 msgid "only initialized variables can be placed into program memory area"
8185 msgstr ""
8186
8187 #: config/avr/avr.c:4601
8188 msgid "only uninitialized variables can be placed in the .noinit section"
8189 msgstr ""
8190
8191 #: config/avr/avr.c:4615
8192 #, c-format
8193 msgid "MCU `%s' supported for assembler only"
8194 msgstr ""
8195
8196 #: config/avr/avr.h:73
8197 msgid "Assume int to be 8 bit integer"
8198 msgstr ""
8199
8200 #: config/avr/avr.h:75
8201 msgid "Change the stack pointer without disabling interrupts"
8202 msgstr ""
8203
8204 #: config/avr/avr.h:77
8205 msgid "Use subroutines for function prologue/epilogue"
8206 msgstr ""
8207
8208 #: config/avr/avr.h:79
8209 msgid "Change only the low 8 bits of the stack pointer"
8210 msgstr ""
8211
8212 #: config/avr/avr.h:81
8213 msgid "Do not generate tablejump insns"
8214 msgstr ""
8215
8216 #: config/avr/avr.h:83
8217 msgid "Use rjmp/rcall (limited range) on >8K devices"
8218 msgstr ""
8219
8220 #: config/avr/avr.h:85
8221 msgid "Output instruction sizes to the asm file"
8222 msgstr ""
8223
8224 #: config/avr/avr.h:102
8225 msgid "Specify the initial stack address"
8226 msgstr ""
8227
8228 #: config/avr/avr.h:103
8229 msgid "Specify the MCU name"
8230 msgstr ""
8231
8232 #: config/avr/avr.h:771
8233 msgid "trampolines not supported"
8234 msgstr ""
8235
8236 #: config/c4x/c4x-c.c:71
8237 #, c-format
8238 msgid "missing '(' after '#pragma %s' - ignored"
8239 msgstr ""
8240
8241 #: config/c4x/c4x-c.c:74
8242 #, c-format
8243 msgid "missing function name in '#pragma %s' - ignored"
8244 msgstr ""
8245
8246 #: config/c4x/c4x-c.c:79
8247 #, c-format
8248 msgid "malformed '#pragma %s' - ignored"
8249 msgstr ""
8250
8251 #: config/c4x/c4x-c.c:81
8252 #, c-format
8253 msgid "missing section name in '#pragma %s' - ignored"
8254 msgstr ""
8255
8256 #: config/c4x/c4x-c.c:86
8257 #, c-format
8258 msgid "missing ')' for '#pragma %s' - ignored"
8259 msgstr ""
8260
8261 #: config/c4x/c4x-c.c:89
8262 #, c-format
8263 msgid "junk at end of '#pragma %s'"
8264 msgstr ""
8265
8266 #: config/c4x/c4x.c:313
8267 #, c-format
8268 msgid "unknown CPU version %d, using 40.\n"
8269 msgstr ""
8270
8271 #: config/c4x/c4x.c:875
8272 #, c-format
8273 msgid "ISR %s requires %d words of local vars, max is 32767"
8274 msgstr ""
8275
8276 #: config/c4x/c4x.c:1599
8277 msgid "using CONST_DOUBLE for address"
8278 msgstr ""
8279
8280 #: config/c4x/c4x.c:1737
8281 msgid "c4x_address_cost: Invalid addressing mode"
8282 msgstr ""
8283
8284 #: config/c4x/c4x.c:1872
8285 #, c-format
8286 msgid "c4x_print_operand: %%L inconsistency"
8287 msgstr ""
8288
8289 #: config/c4x/c4x.c:1878
8290 #, c-format
8291 msgid "c4x_print_operand: %%N inconsistency"
8292 msgstr ""
8293
8294 #: config/c4x/c4x.c:1919
8295 #, c-format
8296 msgid "c4x_print_operand: %%O inconsistency"
8297 msgstr ""
8298
8299 #: config/c4x/c4x.c:2014
8300 msgid "c4x_print_operand: Bad operand case"
8301 msgstr ""
8302
8303 #: config/c4x/c4x.c:2055
8304 msgid "c4x_print_operand_address: Bad post_modify"
8305 msgstr ""
8306
8307 #: config/c4x/c4x.c:2077
8308 msgid "c4x_print_operand_address: Bad pre_modify"
8309 msgstr ""
8310
8311 #: config/c4x/c4x.c:2125 config/c4x/c4x.c:2137 config/c4x/c4x.c:2152
8312 msgid "c4x_print_operand_address: Bad operand case"
8313 msgstr ""
8314
8315 #: config/c4x/c4x.c:2403
8316 msgid "c4x_rptb_insert: Cannot find start label"
8317 msgstr ""
8318
8319 #: config/c4x/c4x.c:3318 config/c4x/c4x.c:3336
8320 msgid "mode not QImode"
8321 msgstr ""
8322
8323 #: config/c4x/c4x.c:3406
8324 msgid "invalid indirect memory address"
8325 msgstr ""
8326
8327 #: config/c4x/c4x.c:3495
8328 msgid "invalid indirect (S) memory address"
8329 msgstr ""
8330
8331 #: config/c4x/c4x.c:3830
8332 msgid "c4x_valid_operands: Internal error"
8333 msgstr ""
8334
8335 #: config/c4x/c4x.c:4269
8336 msgid "c4x_operand_subword: invalid mode"
8337 msgstr ""
8338
8339 #: config/c4x/c4x.c:4272
8340 msgid "c4x_operand_subword: invalid operand"
8341 msgstr ""
8342
8343 #. We could handle these with some difficulty.
8344 #. e.g., *p-- => *(p-=2); *(p+1).
8345 #: config/c4x/c4x.c:4298
8346 msgid "c4x_operand_subword: invalid autoincrement"
8347 msgstr ""
8348
8349 #: config/c4x/c4x.c:4304
8350 msgid "c4x_operand_subword: invalid address"
8351 msgstr ""
8352
8353 #: config/c4x/c4x.c:4315
8354 msgid "c4x_operand_subword: address not offsettable"
8355 msgstr ""
8356
8357 #: config/c4x/c4x.c:4525
8358 msgid "c4x_rptb_rpts_p: Repeat block top label moved\n"
8359 msgstr ""
8360
8361 #. ??? HACK.  We shouldn't have flag_inline_trees at all.
8362 #. Name of the c4x assembler.
8363 #. Name of the c4x linker.
8364 #. Define assembler options.
8365 #. Define linker options.
8366 #. Specify the end file to link with.
8367 #. Target compilation option flags.
8368 #. Small memory model.
8369 #. Use 24-bit MPYI for C3x.
8370 #. Fast fixing of floats.
8371 #. Allow use of RPTS.
8372 #. Emit C3x code.
8373 #. Be compatible with TI assembler.
8374 #. Be paranoid about DP reg. in ISRs.
8375 #. Pass arguments on stack.
8376 #. Enable features under development.
8377 #. Enable repeat block.
8378 #. Use BK as general register.
8379 #. Use decrement and branch for C3x.
8380 #. Enable debugging of GCC.
8381 #. Force constants into registers.
8382 #. Allow unsigned loop counters.
8383 #. Force op0 and op1 to be same.
8384 #. Save all 40 bits for floats.
8385 #. Allow parallel insns.
8386 #. Allow MPY||ADD, MPY||SUB insns.
8387 #. Assume mem refs possibly aliased.
8388 #. Emit C30 code.
8389 #. Emit C31 code.
8390 #. Emit C32 code.
8391 #. Emit C33 code.
8392 #. Emit C40 code.
8393 #. Emit C44 code.
8394 #. Run-time compilation parameters selecting different hardware subsets.
8395 #.
8396 #. Macro to define tables used to set the flags.
8397 #. This is a list in braces of triplets in braces,
8398 #. each pair being { "NAME", VALUE, "DESCRIPTION" }
8399 #. where VALUE is the bits to set or minus the bits to clear.
8400 #. An empty string NAME is used to identify the default VALUE.
8401 #: config/c4x/c4x.h:168
8402 msgid "Small memory model"
8403 msgstr ""
8404
8405 #: config/c4x/c4x.h:170
8406 msgid "Big memory model"
8407 msgstr ""
8408
8409 #: config/c4x/c4x.h:172
8410 msgid "Use MPYI instruction for C3x"
8411 msgstr ""
8412
8413 #: config/c4x/c4x.h:174
8414 msgid "Do not use MPYI instruction for C3x"
8415 msgstr ""
8416
8417 #: config/c4x/c4x.h:176
8418 msgid "Use fast but approximate float to integer conversion"
8419 msgstr ""
8420
8421 #: config/c4x/c4x.h:178
8422 msgid "Use slow but accurate float to integer conversion"
8423 msgstr ""
8424
8425 #: config/c4x/c4x.h:180
8426 msgid "Enable use of RTPS instruction"
8427 msgstr ""
8428
8429 #: config/c4x/c4x.h:182
8430 msgid "Disable use of RTPS instruction"
8431 msgstr ""
8432
8433 #: config/c4x/c4x.h:184
8434 msgid "Enable use of RTPB instruction"
8435 msgstr ""
8436
8437 #: config/c4x/c4x.h:186
8438 msgid "Disable use of RTPB instruction"
8439 msgstr ""
8440
8441 #: config/c4x/c4x.h:188
8442 msgid "Generate code for C30 CPU"
8443 msgstr ""
8444
8445 #: config/c4x/c4x.h:190
8446 msgid "Generate code for C31 CPU"
8447 msgstr ""
8448
8449 #: config/c4x/c4x.h:192
8450 msgid "Generate code for C32 CPU"
8451 msgstr ""
8452
8453 #: config/c4x/c4x.h:194
8454 msgid "Generate code for C33 CPU"
8455 msgstr ""
8456
8457 #: config/c4x/c4x.h:196
8458 msgid "Generate code for C40 CPU"
8459 msgstr ""
8460
8461 #: config/c4x/c4x.h:198
8462 msgid "Generate code for C44 CPU"
8463 msgstr ""
8464
8465 #: config/c4x/c4x.h:200
8466 msgid "Emit code compatible with TI tools"
8467 msgstr ""
8468
8469 #: config/c4x/c4x.h:202
8470 msgid "Emit code to use GAS extensions"
8471 msgstr ""
8472
8473 #: config/c4x/c4x.h:204 config/c4x/c4x.h:208
8474 msgid "Save DP across ISR in small memory model"
8475 msgstr ""
8476
8477 #: config/c4x/c4x.h:206 config/c4x/c4x.h:210
8478 msgid "Don't save DP across ISR in small memory model"
8479 msgstr ""
8480
8481 #: config/c4x/c4x.h:212
8482 msgid "Pass arguments on the stack"
8483 msgstr ""
8484
8485 #: config/c4x/c4x.h:214
8486 msgid "Pass arguments in registers"
8487 msgstr ""
8488
8489 #: config/c4x/c4x.h:216
8490 msgid "Enable new features under development"
8491 msgstr ""
8492
8493 #: config/c4x/c4x.h:218
8494 msgid "Disable new features under development"
8495 msgstr ""
8496
8497 #: config/c4x/c4x.h:220
8498 msgid "Use the BK register as a general purpose register"
8499 msgstr ""
8500
8501 #: config/c4x/c4x.h:222
8502 msgid "Do not allocate BK register"
8503 msgstr ""
8504
8505 #: config/c4x/c4x.h:224
8506 msgid "Enable use of DB instruction"
8507 msgstr ""
8508
8509 #: config/c4x/c4x.h:226
8510 msgid "Disable use of DB instruction"
8511 msgstr ""
8512
8513 #: config/c4x/c4x.h:228
8514 msgid "Enable debugging"
8515 msgstr ""
8516
8517 #: config/c4x/c4x.h:230
8518 msgid "Disable debugging"
8519 msgstr ""
8520
8521 #: config/c4x/c4x.h:232
8522 msgid "Force constants into registers to improve hoisting"
8523 msgstr ""
8524
8525 #: config/c4x/c4x.h:234
8526 msgid "Don't force constants into registers"
8527 msgstr ""
8528
8529 #: config/c4x/c4x.h:236
8530 msgid "Force RTL generation to emit valid 3 operand insns"
8531 msgstr ""
8532
8533 #: config/c4x/c4x.h:238
8534 msgid "Allow RTL generation to emit invalid 3 operand insns"
8535 msgstr ""
8536
8537 #: config/c4x/c4x.h:240
8538 msgid "Allow unsigned iteration counts for RPTB/DB"
8539 msgstr ""
8540
8541 #: config/c4x/c4x.h:242
8542 msgid "Disallow unsigned iteration counts for RPTB/DB"
8543 msgstr ""
8544
8545 #: config/c4x/c4x.h:244
8546 msgid "Preserve all 40 bits of FP reg across call"
8547 msgstr ""
8548
8549 #: config/c4x/c4x.h:246
8550 msgid "Only preserve 32 bits of FP reg across call"
8551 msgstr ""
8552
8553 #: config/c4x/c4x.h:248
8554 msgid "Enable parallel instructions"
8555 msgstr ""
8556
8557 #: config/c4x/c4x.h:250
8558 msgid "Disable parallel instructions"
8559 msgstr ""
8560
8561 #: config/c4x/c4x.h:252
8562 msgid "Enable MPY||ADD and MPY||SUB instructions"
8563 msgstr ""
8564
8565 #: config/c4x/c4x.h:254
8566 msgid "Disable MPY||ADD and MPY||SUB instructions"
8567 msgstr ""
8568
8569 #: config/c4x/c4x.h:256
8570 msgid "Assume that pointers may be aliased"
8571 msgstr ""
8572
8573 #: config/c4x/c4x.h:258
8574 msgid "Assume that pointers not aliased"
8575 msgstr ""
8576
8577 #: config/c4x/c4x.h:332
8578 msgid "Specify maximum number of iterations for RPTS"
8579 msgstr ""
8580
8581 #: config/c4x/c4x.h:334
8582 msgid "Select CPU to generate code for"
8583 msgstr ""
8584
8585 #: config/cris/cris.c:620
8586 msgid "unexpected index-type in cris_print_index"
8587 msgstr ""
8588
8589 #: config/cris/cris.c:634
8590 msgid "unexpected base-type in cris_print_base"
8591 msgstr ""
8592
8593 #: config/cris/cris.c:927
8594 #, c-format
8595 msgid "stackframe too big: %d bytes"
8596 msgstr ""
8597
8598 #: config/cris/cris.c:1238
8599 msgid "allocated but unused delay list in epilogue"
8600 msgstr ""
8601
8602 #: config/cris/cris.c:1248
8603 msgid ""
8604 "unexpected function type needing stack adjustment for __builtin_eh_return"
8605 msgstr ""
8606
8607 #: config/cris/cris.c:1324
8608 msgid "invalid operand for 'b' modifier"
8609 msgstr ""
8610
8611 #: config/cris/cris.c:1337
8612 msgid "invalid operand for 'v' modifier"
8613 msgstr ""
8614
8615 #: config/cris/cris.c:1347
8616 msgid "invalid operand for 'P' modifier"
8617 msgstr ""
8618
8619 #: config/cris/cris.c:1354
8620 msgid "invalid operand for 'p' modifier"
8621 msgstr ""
8622
8623 #: config/cris/cris.c:1393
8624 msgid "invalid operand for 'z' modifier"
8625 msgstr ""
8626
8627 #: config/cris/cris.c:1441 config/cris/cris.c:1471
8628 msgid "invalid operand for 'H' modifier"
8629 msgstr ""
8630
8631 #: config/cris/cris.c:1447
8632 msgid "bad register"
8633 msgstr ""
8634
8635 #: config/cris/cris.c:1485
8636 msgid "invalid operand for 'e' modifier"
8637 msgstr ""
8638
8639 #: config/cris/cris.c:1502
8640 msgid "invalid operand for 'm' modifier"
8641 msgstr ""
8642
8643 #: config/cris/cris.c:1527
8644 msgid "invalid operand for 'A' modifier"
8645 msgstr ""
8646
8647 #: config/cris/cris.c:1535
8648 msgid "invalid operand for 'D' modifier"
8649 msgstr ""
8650
8651 #: config/cris/cris.c:1549
8652 msgid "invalid operand for 'T' modifier"
8653 msgstr ""
8654
8655 #: config/cris/cris.c:1558
8656 msgid "invalid operand modifier letter"
8657 msgstr ""
8658
8659 #: config/cris/cris.c:1566
8660 #, c-format
8661 msgid "internal error: bad register: %d"
8662 msgstr ""
8663
8664 #: config/cris/cris.c:1614
8665 msgid "unexpected multiplicative operand"
8666 msgstr ""
8667
8668 #: config/cris/cris.c:1634
8669 msgid "unexpected operand"
8670 msgstr ""
8671
8672 #: config/cris/cris.c:1667 config/cris/cris.c:1677
8673 msgid "unrecognized address"
8674 msgstr ""
8675
8676 #: config/cris/cris.c:2036
8677 msgid "internal error: sideeffect-insn affecting main effect"
8678 msgstr ""
8679
8680 #. If we get here, the caller got its initial tests wrong.
8681 #: config/cris/cris.c:2429
8682 msgid "internal error: cris_side_effect_mode_ok with bad operands"
8683 msgstr ""
8684
8685 #: config/cris/cris.c:2506 config/cris/cris.c:2567
8686 msgid "unrecognized supposed constant"
8687 msgstr ""
8688
8689 #: config/cris/cris.c:2611
8690 msgid "unrecognized supposed constant in cris_global_pic_symbol"
8691 msgstr ""
8692
8693 #: config/cris/cris.c:2630
8694 #, c-format
8695 msgid "-max-stackframe=%d is not usable, not between 0 and %d"
8696 msgstr ""
8697
8698 #: config/cris/cris.c:2658
8699 #, c-format
8700 msgid "unknown CRIS version specification in -march= or -mcpu= : %s"
8701 msgstr ""
8702
8703 #: config/cris/cris.c:2694
8704 #, c-format
8705 msgid "unknown CRIS cpu version specification in -mtune= : %s"
8706 msgstr ""
8707
8708 #: config/cris/cris.c:2712
8709 msgid "-fPIC and -fpic are not supported in this configuration"
8710 msgstr ""
8711
8712 #: config/cris/cris.c:2727
8713 msgid "that particular -g option is invalid with -maout and -melinux"
8714 msgstr ""
8715
8716 #: config/cris/cris.c:2902 config/cris/cris.c:2947
8717 msgid "unexpected side-effects in address"
8718 msgstr ""
8719
8720 #. Labels are never marked as global symbols.
8721 #: config/cris/cris.c:3042 config/cris/cris.c:3073
8722 msgid "unexpected PIC symbol"
8723 msgstr ""
8724
8725 #: config/cris/cris.c:3046
8726 msgid "PIC register isn't set up"
8727 msgstr ""
8728
8729 #: config/cris/cris.c:3059 config/cris/cris.c:3142
8730 msgid "unexpected address expression"
8731 msgstr ""
8732
8733 #: config/cris/cris.c:3077
8734 msgid "emitting PIC operand, but PIC register isn't set up"
8735 msgstr ""
8736
8737 #: config/cris/cris.c:3086
8738 msgid "unexpected NOTE as addr_const:"
8739 msgstr ""
8740
8741 #: config/cris/aout.h:108
8742 msgid "Compile for the MMU-less Etrax 100-based elinux system"
8743 msgstr ""
8744
8745 #: config/cris/aout.h:115
8746 msgid "For elinux, request a specified stack-size for this program"
8747 msgstr ""
8748
8749 #: config/cris/cris.h:362
8750 msgid "Work around bug in multiplication instruction"
8751 msgstr ""
8752
8753 #. 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.
8754 #: config/cris/cris.h:368
8755 msgid "Compile for ETRAX 4 (CRIS v3)"
8756 msgstr ""
8757
8758 #: config/cris/cris.h:373
8759 msgid "Compile for ETRAX 100 (CRIS v8)"
8760 msgstr ""
8761
8762 #: config/cris/cris.h:377
8763 msgid "Emit verbose debug information in assembly code"
8764 msgstr ""
8765
8766 #: config/cris/cris.h:380
8767 msgid "Do not use condition codes from normal instructions"
8768 msgstr ""
8769
8770 #: config/cris/cris.h:384
8771 msgid "Do not emit addressing modes with side-effect assignment"
8772 msgstr ""
8773
8774 #: config/cris/cris.h:387
8775 msgid "Do not tune stack alignment"
8776 msgstr ""
8777
8778 #: config/cris/cris.h:390
8779 msgid "Do not tune writable data alignment"
8780 msgstr ""
8781
8782 #: config/cris/cris.h:393
8783 msgid "Do not tune code and read-only data alignment"
8784 msgstr ""
8785
8786 #: config/cris/cris.h:402
8787 msgid "Align code and data to 32 bits"
8788 msgstr ""
8789
8790 #: config/cris/cris.h:415
8791 msgid "Don't align items in code or data"
8792 msgstr ""
8793
8794 #: config/cris/cris.h:418
8795 msgid "Do not emit function prologue or epilogue"
8796 msgstr ""
8797
8798 #. We have to handle this m-option here since we can't wash it off in      both CC1_SPEC and CC1PLUS_SPEC.
8799 #: config/cris/cris.h:422
8800 msgid "Use the most feature-enabling options allowed by other options"
8801 msgstr ""
8802
8803 #. 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.
8804 #: config/cris/cris.h:428
8805 msgid "Override -mbest-lib-options"
8806 msgstr ""
8807
8808 #: config/cris/cris.h:460
8809 msgid "Generate code for the specified chip or CPU version"
8810 msgstr ""
8811
8812 #: config/cris/cris.h:462
8813 msgid "Tune alignment for the specified chip or CPU version"
8814 msgstr ""
8815
8816 #: config/cris/cris.h:464
8817 msgid "Warn when a stackframe is larger than the specified size"
8818 msgstr ""
8819
8820 #. Node: Profiling
8821 #: config/cris/cris.h:1031
8822 msgid "no FUNCTION_PROFILER for CRIS"
8823 msgstr ""
8824
8825 #: config/cris/linux.h:69
8826 msgid "Together with -fpic and -fPIC, do not use GOTPLT references"
8827 msgstr ""
8828
8829 #: config/fr30/fr30.c:463
8830 msgid "fr30_print_operand_address: unhandled address"
8831 msgstr ""
8832
8833 #: config/fr30/fr30.c:487
8834 #, c-format
8835 msgid "fr30_print_operand: unrecognized %%p code"
8836 msgstr ""
8837
8838 #: config/fr30/fr30.c:507
8839 #, c-format
8840 msgid "fr30_print_operand: unrecognized %%b code"
8841 msgstr ""
8842
8843 #: config/fr30/fr30.c:528
8844 #, c-format
8845 msgid "fr30_print_operand: unrecognized %%B code"
8846 msgstr ""
8847
8848 #: config/fr30/fr30.c:536
8849 #, c-format
8850 msgid "fr30_print_operand: invalid operand to %%A code"
8851 msgstr ""
8852
8853 #: config/fr30/fr30.c:553
8854 #, c-format
8855 msgid "fr30_print_operand: invalid %%x code"
8856 msgstr ""
8857
8858 #: config/fr30/fr30.c:560
8859 #, c-format
8860 msgid "fr30_print_operand: invalid %%F code"
8861 msgstr ""
8862
8863 #: config/fr30/fr30.c:577
8864 msgid "fr30_print_operand: unknown code"
8865 msgstr ""
8866
8867 #: config/fr30/fr30.c:606 config/fr30/fr30.c:615 config/fr30/fr30.c:626
8868 #: config/fr30/fr30.c:639
8869 msgid "fr30_print_operand: unhandled MEM"
8870 msgstr ""
8871
8872 #: config/fr30/fr30.h:64
8873 msgid "Assume small address space"
8874 msgstr ""
8875
8876 #: config/frv/frv.c:563 config/frv/frv.c:590
8877 #, c-format
8878 msgid "Unknown cpu: -mcpu=%s"
8879 msgstr ""
8880
8881 #: config/frv/frv.c:2513
8882 msgid "Bad insn to frv_print_operand_address:"
8883 msgstr ""
8884
8885 #: config/frv/frv.c:2524
8886 msgid "Bad register to frv_print_operand_memory_reference_reg:"
8887 msgstr ""
8888
8889 #: config/frv/frv.c:2563 config/frv/frv.c:2573 config/frv/frv.c:2582
8890 #: config/frv/frv.c:2603 config/frv/frv.c:2608
8891 msgid "Bad insn to frv_print_operand_memory_reference:"
8892 msgstr ""
8893
8894 #: config/frv/frv.c:2747
8895 msgid "Bad insn in frv_print_operand, bad const_double"
8896 msgstr ""
8897
8898 #: config/frv/frv.c:2792
8899 msgid "Bad insn to frv_print_operand, 'C' modifier:"
8900 msgstr ""
8901
8902 #: config/frv/frv.c:2815
8903 msgid "Bad insn to frv_print_operand, 'c' modifier:"
8904 msgstr ""
8905
8906 #: config/frv/frv.c:2840
8907 msgid "Bad insn to frv_print_operand, 'e' modifier:"
8908 msgstr ""
8909
8910 #: config/frv/frv.c:2848
8911 msgid "Bad insn to frv_print_operand, 'F' modifier:"
8912 msgstr ""
8913
8914 #: config/frv/frv.c:2864
8915 msgid "Bad insn to frv_print_operand, 'f' modifier:"
8916 msgstr ""
8917
8918 #: config/frv/frv.c:2878
8919 msgid "Bad insn to frv_print_operand, 'g' modifier:"
8920 msgstr ""
8921
8922 #: config/frv/frv.c:2926
8923 msgid "Bad insn to frv_print_operand, 'L' modifier:"
8924 msgstr ""
8925
8926 #: config/frv/frv.c:2939
8927 msgid "Bad insn to frv_print_operand, 'M/N' modifier:"
8928 msgstr ""
8929
8930 #: config/frv/frv.c:2960
8931 msgid "Bad insn to frv_print_operand, 'O' modifier:"
8932 msgstr ""
8933
8934 #: config/frv/frv.c:2978
8935 msgid "Bad insn to frv_print_operand, P modifier:"
8936 msgstr ""
8937
8938 #: config/frv/frv.c:2998
8939 msgid "Bad insn in frv_print_operand, z case"
8940 msgstr ""
8941
8942 #: config/frv/frv.c:3029
8943 msgid "Bad insn in frv_print_operand, 0 case"
8944 msgstr ""
8945
8946 #: config/frv/frv.c:3034
8947 msgid "frv_print_operand: unknown code"
8948 msgstr ""
8949
8950 #: config/frv/frv.c:5835
8951 msgid "Bad output_move_single operand"
8952 msgstr ""
8953
8954 #: config/frv/frv.c:5962
8955 msgid "Bad output_move_double operand"
8956 msgstr ""
8957
8958 #: config/frv/frv.c:6104
8959 msgid "Bad output_condmove_single operand"
8960 msgstr ""
8961
8962 #: config/frv/frv.c:9599
8963 msgid "accumulator is not a constant integer"
8964 msgstr ""
8965
8966 #: config/frv/frv.c:9604
8967 msgid "accumulator number is out of bounds"
8968 msgstr ""
8969
8970 #: config/frv/frv.c:9615
8971 #, c-format
8972 msgid "inappropriate accumulator for `%s'"
8973 msgstr ""
8974
8975 #: config/frv/frv.c:9681
8976 msgid "invalid IACC argument"
8977 msgstr ""
8978
8979 #: config/frv/frv.c:9704
8980 #, c-format
8981 msgid "`%s' expects a constant argument"
8982 msgstr ""
8983
8984 #: config/frv/frv.c:9709
8985 #, c-format
8986 msgid "constant argument out of range for `%s'"
8987 msgstr ""
8988
8989 #: config/frv/frv.c:10106
8990 msgid "media functions are not available unless -mmedia is used"
8991 msgstr ""
8992
8993 #: config/frv/frv.c:10118
8994 msgid "this media function is only available on the fr500"
8995 msgstr ""
8996
8997 #: config/frv/frv.c:10146
8998 msgid "this media function is only available on the fr400 and fr550"
8999 msgstr ""
9000
9001 #: config/frv/frv.c:10165
9002 msgid "this builtin function is only available on the fr405 and fr450"
9003 msgstr ""
9004
9005 #: config/frv/frv.c:10174
9006 msgid "this builtin function is only available on the fr500 and fr550"
9007 msgstr ""
9008
9009 #: config/frv/frv.c:10186
9010 msgid "this builtin function is only available on the fr450"
9011 msgstr ""
9012
9013 #. This macro is a C statement to print on `stderr' a string describing the
9014 #. particular machine description choice.  Every machine description should
9015 #. define `TARGET_VERSION'.  For example:
9016 #.
9017 #. #ifdef MOTOROLA
9018 #. #define TARGET_VERSION           fprintf (stderr, " (68k, Motorola syntax)");
9019 #. #else
9020 #. #define TARGET_VERSION           fprintf (stderr, " (68k, MIT syntax)");
9021 #. #endif
9022 #: config/frv/frv.h:542
9023 msgid " (frv)"
9024 msgstr ""
9025
9026 #: config/h8300/h8300.c:358
9027 msgid "-ms2600 is used without -ms"
9028 msgstr ""
9029
9030 #: config/h8300/h8300.c:364
9031 msgid "-mn is used without -mh or -ms"
9032 msgstr ""
9033
9034 #. Macro to define tables used to set the flags.
9035 #. This is a list in braces of pairs in braces,
9036 #. each pair being { "NAME", VALUE }
9037 #. where VALUE is the bits to set or minus the bits to clear.
9038 #. An empty string NAME is used to identify the default VALUE.
9039 #: config/h8300/h8300.h:159
9040 msgid "Generate H8S code"
9041 msgstr ""
9042
9043 #: config/h8300/h8300.h:160
9044 msgid "Do not generate H8S code"
9045 msgstr ""
9046
9047 #: config/h8300/h8300.h:161
9048 msgid "Generate H8SX code"
9049 msgstr ""
9050
9051 #: config/h8300/h8300.h:162
9052 msgid "Do not generate H8SX code"
9053 msgstr ""
9054
9055 #: config/h8300/h8300.h:163
9056 msgid "Generate H8S/2600 code"
9057 msgstr ""
9058
9059 #: config/h8300/h8300.h:164
9060 msgid "Do not generate H8S/2600 code"
9061 msgstr ""
9062
9063 #: config/h8300/h8300.h:165
9064 msgid "Make integers 32 bits wide"
9065 msgstr ""
9066
9067 #: config/h8300/h8300.h:168
9068 msgid "Use registers for argument passing"
9069 msgstr ""
9070
9071 #: config/h8300/h8300.h:170
9072 msgid "Do not use registers for argument passing"
9073 msgstr ""
9074
9075 #: config/h8300/h8300.h:172
9076 msgid "Consider access to byte sized memory slow"
9077 msgstr ""
9078
9079 #: config/h8300/h8300.h:173
9080 msgid "Enable linker relaxing"
9081 msgstr ""
9082
9083 #: config/h8300/h8300.h:174
9084 msgid "Generate H8/300H code"
9085 msgstr ""
9086
9087 #: config/h8300/h8300.h:175
9088 msgid "Enable the normal mode"
9089 msgstr ""
9090
9091 #: config/h8300/h8300.h:176
9092 msgid "Do not generate H8/300H code"
9093 msgstr ""
9094
9095 #: config/h8300/h8300.h:177
9096 msgid "Use H8/300 alignment rules"
9097 msgstr ""
9098
9099 #: config/i386/i386.c:1246
9100 #, c-format
9101 msgid "code model %s not supported in PIC mode"
9102 msgstr ""
9103
9104 #: config/i386/i386.c:1256 config/sparc/sparc.c:584
9105 #, c-format
9106 msgid "bad value (%s) for -mcmodel= switch"
9107 msgstr ""
9108
9109 #: config/i386/i386.c:1271
9110 #, c-format
9111 msgid "bad value (%s) for -masm= switch"
9112 msgstr ""
9113
9114 #: config/i386/i386.c:1274
9115 #, c-format
9116 msgid "code model `%s' not supported in the %s bit mode"
9117 msgstr ""
9118
9119 #: config/i386/i386.c:1277
9120 msgid "code model `large' not supported yet"
9121 msgstr ""
9122
9123 #: config/i386/i386.c:1279
9124 #, c-format
9125 msgid "%i-bit mode not compiled in"
9126 msgstr ""
9127
9128 #: config/i386/i386.c:1320 config/i386/i386.c:1334
9129 msgid "CPU you selected does not support x86-64 instruction set"
9130 msgstr ""
9131
9132 #: config/i386/i386.c:1327 config/iq2000/iq2000.c:1671
9133 #, c-format
9134 msgid "bad value (%s) for -march= switch"
9135 msgstr ""
9136
9137 #: config/i386/i386.c:1346
9138 #, c-format
9139 msgid "bad value (%s) for -mtune= switch"
9140 msgstr ""
9141
9142 #: config/i386/i386.c:1363
9143 #, c-format
9144 msgid "-mregparm=%d is not between 0 and %d"
9145 msgstr ""
9146
9147 #: config/i386/i386.c:1376
9148 msgid "-malign-loops is obsolete, use -falign-loops"
9149 msgstr ""
9150
9151 #: config/i386/i386.c:1381 config/i386/i386.c:1394 config/i386/i386.c:1407
9152 #, c-format
9153 msgid "-malign-loops=%d is not between 0 and %d"
9154 msgstr ""
9155
9156 #: config/i386/i386.c:1389
9157 msgid "-malign-jumps is obsolete, use -falign-jumps"
9158 msgstr ""
9159
9160 #: config/i386/i386.c:1402
9161 msgid "-malign-functions is obsolete, use -falign-functions"
9162 msgstr ""
9163
9164 #: config/i386/i386.c:1440
9165 #, c-format
9166 msgid "-mpreferred-stack-boundary=%d is not between %d and 12"
9167 msgstr ""
9168
9169 #: config/i386/i386.c:1452
9170 #, c-format
9171 msgid "-mbranch-cost=%d is not between 0 and 5"
9172 msgstr ""
9173
9174 #: config/i386/i386.c:1464
9175 #, c-format
9176 msgid "bad value (%s) for -mtls-dialect= switch"
9177 msgstr ""
9178
9179 #: config/i386/i386.c:1493
9180 msgid "-malign-double makes no sense in the 64bit mode"
9181 msgstr ""
9182
9183 #: config/i386/i386.c:1495
9184 msgid "-mrtd calling convention not supported in the 64bit mode"
9185 msgstr ""
9186
9187 #: config/i386/i386.c:1517 config/i386/i386.c:1528
9188 msgid "SSE instruction set disabled, using 387 arithmetics"
9189 msgstr ""
9190
9191 #: config/i386/i386.c:1533
9192 msgid "387 instruction set disabled, using SSE arithmetics"
9193 msgstr ""
9194
9195 #: config/i386/i386.c:1540
9196 #, c-format
9197 msgid "bad value (%s) for -mfpmath= switch"
9198 msgstr ""
9199
9200 #: config/i386/i386.c:1695 config/i386/i386.c:1706
9201 msgid "fastcall and stdcall attributes are not compatible"
9202 msgstr ""
9203
9204 #: config/i386/i386.c:1699 config/i386/i386.c:1755
9205 msgid "fastcall and regparm attributes are not compatible"
9206 msgstr ""
9207
9208 #: config/i386/i386.c:1742
9209 #, c-format
9210 msgid "`%s' attribute requires an integer constant argument"
9211 msgstr ""
9212
9213 #: config/i386/i386.c:1748
9214 #, c-format
9215 msgid "argument to `%s' attribute larger than %d"
9216 msgstr ""
9217
9218 #: config/i386/i386.c:2764
9219 msgid "SSE vector argument without SSE enabled changes the ABI"
9220 msgstr ""
9221
9222 #: config/i386/i386.c:2780
9223 msgid "MMX vector argument without MMX enabled changes the ABI"
9224 msgstr ""
9225
9226 #: config/i386/i386.c:3026
9227 msgid "SSE vector return without SSE enabled changes the ABI"
9228 msgstr ""
9229
9230 #: config/i386/i386.c:5907
9231 msgid "invalid UNSPEC as operand"
9232 msgstr ""
9233
9234 #: config/i386/i386.c:6165
9235 msgid "extended registers have no high halves"
9236 msgstr ""
9237
9238 #: config/i386/i386.c:6180
9239 msgid "unsupported operand size for extended register"
9240 msgstr ""
9241
9242 #: config/i386/i386.c:6495
9243 msgid ""
9244 "operand is neither a constant nor a condition code, invalid operand code 'c'"
9245 msgstr ""
9246
9247 #: config/i386/i386.c:6541
9248 #, c-format
9249 msgid "invalid operand code `%c'"
9250 msgstr ""
9251
9252 #: config/i386/i386.c:6584
9253 msgid "invalid constraints for operand"
9254 msgstr ""
9255
9256 #: config/i386/i386.c:11320
9257 msgid "unknown insn mode"
9258 msgstr ""
9259
9260 #: config/i386/i386.c:13190 config/i386/i386.c:13226
9261 #, c-format
9262 msgid "selector must be an integer constant in the range 0..%i"
9263 msgstr ""
9264
9265 #: config/i386/i386.c:13454
9266 msgid "shift must be an immediate"
9267 msgstr ""
9268
9269 #: config/i386/i386.c:14504
9270 #, c-format
9271 msgid "`%s' incompatible attribute ignored"
9272 msgstr ""
9273
9274 #: config/i386/winnt.c:74
9275 #, c-format
9276 msgid "`%s' attribute only applies to variables"
9277 msgstr ""
9278
9279 #: config/i386/winnt.c:172
9280 msgid ""
9281 "%Jfunction '%D' is defined after prior declaration as dllimport: attribute "
9282 "ignored"
9283 msgstr ""
9284
9285 #: config/i386/winnt.c:183
9286 msgid "%Jinline function '%D' is declared as dllimport: attribute ignored."
9287 msgstr ""
9288
9289 #: config/i386/winnt.c:195
9290 msgid "%Jdefinition of static data member '%D' of dllimport'd class."
9291 msgstr ""
9292
9293 #: config/i386/winnt.c:255
9294 msgid "%Jinconsistent dll linkage for '%D', dllexport assumed."
9295 msgstr ""
9296
9297 #: config/i386/winnt.c:299 config/sh/symbian.c:279
9298 #, c-format
9299 msgid "`%s' declared as both exported to and imported from a DLL"
9300 msgstr ""
9301
9302 #: config/i386/winnt.c:308
9303 msgid ""
9304 "%Jfailure in redeclaration of '%D': dllimport'd symbol lacks external "
9305 "linkage."
9306 msgstr ""
9307
9308 #: config/i386/winnt.c:447
9309 msgid "%J'%D' defined locally after being referenced with dllimport linkage"
9310 msgstr ""
9311
9312 #: config/i386/winnt.c:450
9313 msgid ""
9314 "%J'%D' redeclared without dllimport attribute after being referenced with "
9315 "dllimport linkage"
9316 msgstr ""
9317
9318 #: config/i386/winnt.c:617
9319 msgid "%J'%D' causes a section type conflict"
9320 msgstr ""
9321
9322 #: config/i386/cygming.h:61
9323 msgid "Use the Cygwin interface"
9324 msgstr ""
9325
9326 #: config/i386/cygming.h:62
9327 msgid "Use the Mingw32 interface"
9328 msgstr ""
9329
9330 #: config/i386/cygming.h:63
9331 msgid "Create GUI application"
9332 msgstr ""
9333
9334 #: config/i386/cygming.h:64
9335 msgid "Don't set Windows defines"
9336 msgstr ""
9337
9338 #: config/i386/cygming.h:65
9339 msgid "Set Windows defines"
9340 msgstr ""
9341
9342 #: config/i386/cygming.h:66
9343 msgid "Create console application"
9344 msgstr ""
9345
9346 #: config/i386/cygming.h:67
9347 msgid "Generate code for a DLL"
9348 msgstr ""
9349
9350 #: config/i386/cygming.h:69
9351 msgid "Ignore dllimport for functions"
9352 msgstr ""
9353
9354 #: config/i386/cygming.h:71
9355 msgid "Use Mingw-specific thread support"
9356 msgstr ""
9357
9358 #: config/i386/cygming.h:182
9359 #, c-format
9360 msgid "-f%s ignored for target (all code is position independent)"
9361 msgstr ""
9362
9363 #: config/i386/djgpp.h:191
9364 msgid "-mbnu210 is ignored (option is obsolete)"
9365 msgstr ""
9366
9367 #: config/i386/i386-interix.h:257
9368 msgid "ms-bitfields not supported for objc"
9369 msgstr ""
9370
9371 #. Deprecated.
9372 #. Deprecated.
9373 #. Deprecated.
9374 #. Deprecated.
9375 #. Deprecated.
9376 #. Deprecated.
9377 #: config/i386/i386.h:345
9378 msgid "Alternate calling convention"
9379 msgstr ""
9380
9381 #: config/i386/i386.h:347 config/m68k/m68k.h:336 config/ns32k/ns32k.h:144
9382 msgid "Use normal calling convention"
9383 msgstr ""
9384
9385 #: config/i386/i386.h:349
9386 msgid "Align some doubles on dword boundary"
9387 msgstr ""
9388
9389 #: config/i386/i386.h:351
9390 msgid "Align doubles on word boundary"
9391 msgstr ""
9392
9393 #: config/i386/i386.h:353
9394 msgid "Uninitialized locals in .bss"
9395 msgstr ""
9396
9397 #: config/i386/i386.h:355
9398 msgid "Uninitialized locals in .data"
9399 msgstr ""
9400
9401 #: config/i386/i386.h:357 config/m68k/linux.h:42 config/ns32k/ns32k.h:167
9402 msgid "Use IEEE math for fp comparisons"
9403 msgstr ""
9404
9405 #: config/i386/i386.h:359 config/ns32k/ns32k.h:169
9406 msgid "Do not use IEEE math for fp comparisons"
9407 msgstr ""
9408
9409 #: config/i386/i386.h:361
9410 msgid "Return values of functions in FPU registers"
9411 msgstr ""
9412
9413 #: config/i386/i386.h:363
9414 msgid "Do not return values of functions in FPU registers"
9415 msgstr ""
9416
9417 #: config/i386/i386.h:365
9418 msgid "Do not generate sin, cos, sqrt for FPU"
9419 msgstr ""
9420
9421 #: config/i386/i386.h:367
9422 msgid "Generate sin, cos, sqrt for FPU"
9423 msgstr ""
9424
9425 #: config/i386/i386.h:369
9426 msgid "Omit the frame pointer in leaf functions"
9427 msgstr ""
9428
9429 #: config/i386/i386.h:372
9430 msgid "Enable stack probing"
9431 msgstr ""
9432
9433 #. undocumented
9434 #. undocumented
9435 #: config/i386/i386.h:377
9436 msgid "Align destination of the string operations"
9437 msgstr ""
9438
9439 #: config/i386/i386.h:379
9440 msgid "Do not align destination of the string operations"
9441 msgstr ""
9442
9443 #: config/i386/i386.h:381
9444 msgid "Inline all known string operations"
9445 msgstr ""
9446
9447 #: config/i386/i386.h:383
9448 msgid "Do not inline all known string operations"
9449 msgstr ""
9450
9451 #: config/i386/i386.h:385 config/i386/i386.h:389
9452 msgid "Use push instructions to save outgoing arguments"
9453 msgstr ""
9454
9455 #: config/i386/i386.h:387 config/i386/i386.h:391
9456 msgid "Do not use push instructions to save outgoing arguments"
9457 msgstr ""
9458
9459 #: config/i386/i386.h:393
9460 msgid "Support MMX built-in functions"
9461 msgstr ""
9462
9463 #: config/i386/i386.h:395
9464 msgid "Do not support MMX built-in functions"
9465 msgstr ""
9466
9467 #: config/i386/i386.h:397
9468 msgid "Support 3DNow! built-in functions"
9469 msgstr ""
9470
9471 #: config/i386/i386.h:399
9472 msgid "Do not support 3DNow! built-in functions"
9473 msgstr ""
9474
9475 #: config/i386/i386.h:401
9476 msgid "Support MMX and SSE built-in functions and code generation"
9477 msgstr ""
9478
9479 #: config/i386/i386.h:403
9480 msgid "Do not support MMX and SSE built-in functions and code generation"
9481 msgstr ""
9482
9483 #: config/i386/i386.h:405
9484 msgid "Support MMX, SSE and SSE2 built-in functions and code generation"
9485 msgstr ""
9486
9487 #: config/i386/i386.h:407
9488 msgid "Do not support MMX, SSE and SSE2 built-in functions and code generation"
9489 msgstr ""
9490
9491 #: config/i386/i386.h:409
9492 msgid "Support MMX, SSE, SSE2 and SSE3 built-in functions and code generation"
9493 msgstr ""
9494
9495 #: config/i386/i386.h:411
9496 msgid ""
9497 "Do not support MMX, SSE, SSE2 and SSE3 built-in functions and code generation"
9498 msgstr ""
9499
9500 #: config/i386/i386.h:413
9501 msgid "sizeof(long double) is 16"
9502 msgstr ""
9503
9504 #: config/i386/i386.h:415
9505 msgid "sizeof(long double) is 12"
9506 msgstr ""
9507
9508 #: config/i386/i386.h:417
9509 msgid "Generate 64bit x86-64 code"
9510 msgstr ""
9511
9512 #: config/i386/i386.h:419
9513 msgid "Generate 32bit i386 code"
9514 msgstr ""
9515
9516 #: config/i386/i386.h:421
9517 msgid "Use native (MS) bitfield layout"
9518 msgstr ""
9519
9520 #: config/i386/i386.h:423
9521 msgid "Use gcc default bitfield layout"
9522 msgstr ""
9523
9524 #: config/i386/i386.h:425
9525 msgid "Use red-zone in the x86-64 code"
9526 msgstr ""
9527
9528 #: config/i386/i386.h:427
9529 msgid "Do not use red-zone in the x86-64 code"
9530 msgstr ""
9531
9532 #: config/i386/i386.h:429
9533 #, c-format
9534 msgid "Use direct references against %gs when accessing tls data"
9535 msgstr ""
9536
9537 #: config/i386/i386.h:431
9538 #, c-format
9539 msgid "Do not use direct references against %gs when accessing tls data"
9540 msgstr ""
9541
9542 #. This macro is similar to `TARGET_SWITCHES' but defines names of
9543 #. command options that have values.  Its definition is an
9544 #. initializer with a subgrouping for each command option.
9545 #.
9546 #. Each subgrouping contains a string constant, that defines the
9547 #. fixed part of the option name, and the address of a variable.  The
9548 #. variable, type `char *', is set to the variable part of the given
9549 #. option if the fixed part matches.  The actual option name is made
9550 #. by appending `-m' to the specified name.
9551 #: config/i386/i386.h:465 config/ia64/ia64.h:286 config/rs6000/rs6000.h:453
9552 #: config/s390/s390.h:155 config/sparc/sparc.h:711
9553 msgid "Schedule code for given CPU"
9554 msgstr ""
9555
9556 #: config/i386/i386.h:467
9557 msgid "Generate floating point mathematics using given instruction set"
9558 msgstr ""
9559
9560 #: config/i386/i386.h:469 config/s390/s390.h:157
9561 msgid "Generate code for given CPU"
9562 msgstr ""
9563
9564 #: config/i386/i386.h:471
9565 msgid "Number of registers used to pass integer arguments"
9566 msgstr ""
9567
9568 #: config/i386/i386.h:473
9569 msgid "Loop code aligned to this power of 2"
9570 msgstr ""
9571
9572 #: config/i386/i386.h:475
9573 msgid "Jump targets are aligned to this power of 2"
9574 msgstr ""
9575
9576 #: config/i386/i386.h:477
9577 msgid "Function starts are aligned to this power of 2"
9578 msgstr ""
9579
9580 #: config/i386/i386.h:480
9581 msgid "Attempt to keep stack aligned to this power of 2"
9582 msgstr ""
9583
9584 #: config/i386/i386.h:482
9585 msgid "Branches are this expensive (1-5, arbitrary units)"
9586 msgstr ""
9587
9588 #: config/i386/i386.h:484
9589 msgid "Use given x86-64 code model"
9590 msgstr ""
9591
9592 #. Undocumented.
9593 #. Undocumented.
9594 #: config/i386/i386.h:490
9595 msgid "Use given assembler dialect"
9596 msgstr ""
9597
9598 #: config/i386/i386.h:492
9599 msgid "Use given thread-local storage dialect"
9600 msgstr ""
9601
9602 #: config/i386/sco5.h:290
9603 msgid "Generate ELF output"
9604 msgstr ""
9605
9606 #. 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.
9607 #. 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.
9608 #: config/i386/xm-djgpp.h:62
9609 msgid "environment variable DJGPP not defined"
9610 msgstr ""
9611
9612 #: config/i386/xm-djgpp.h:64
9613 #, c-format
9614 msgid "environment variable DJGPP points to missing file '%s'"
9615 msgstr ""
9616
9617 #: config/i386/xm-djgpp.h:67
9618 #, c-format
9619 msgid "environment variable DJGPP points to corrupt file '%s'"
9620 msgstr ""
9621
9622 #. Macro to define tables used to set the flags.
9623 #. This is a list in braces of pairs in braces,
9624 #. each pair being { "NAME", VALUE }
9625 #. where VALUE is the bits to set or minus the bits to clear.
9626 #. An empty string NAME is used to identify the default VALUE.
9627 #: config/i860/i860.h:60
9628 msgid "Generate code which uses the FPU"
9629 msgstr ""
9630
9631 #: config/i860/i860.h:61 config/i860/i860.h:62
9632 msgid "Do not generate code which uses the FPU"
9633 msgstr ""
9634
9635 #: config/ia64/ia64-c.c:52
9636 msgid "malformed #pragma builtin"
9637 msgstr ""
9638
9639 #: config/ia64/ia64.c:480 config/m32r/m32r.c:356
9640 #, c-format
9641 msgid "invalid argument of `%s' attribute"
9642 msgstr ""
9643
9644 #: config/ia64/ia64.c:492
9645 msgid "%Jan address area attribute cannot be specified for local variables"
9646 msgstr ""
9647
9648 #: config/ia64/ia64.c:499
9649 msgid "%Jaddress area of '%s' conflicts with previous declaration"
9650 msgstr ""
9651
9652 #: config/ia64/ia64.c:506
9653 msgid "%Jaddress area attribute cannot be specified for functions"
9654 msgstr ""
9655
9656 #: config/ia64/ia64.c:3755
9657 msgid "ia64_print_operand: unknown code"
9658 msgstr ""
9659
9660 #: config/ia64/ia64.c:4095 config/pa/pa.c:316
9661 msgid "value of -mfixed-range must have form REG1-REG2"
9662 msgstr ""
9663
9664 #: config/ia64/ia64.c:4122 config/pa/pa.c:343
9665 #, c-format
9666 msgid "%s-%s is an empty range"
9667 msgstr ""
9668
9669 #: config/ia64/ia64.c:4173
9670 msgid "cannot optimize floating point division for both latency and throughput"
9671 msgstr ""
9672
9673 #: config/ia64/ia64.c:4190
9674 msgid "cannot optimize integer division for both latency and throughput"
9675 msgstr ""
9676
9677 #: config/ia64/ia64.c:4207
9678 msgid "cannot optimize square root for both latency and throughput"
9679 msgstr ""
9680
9681 #: config/ia64/ia64.c:4221
9682 msgid "not yet implemented: latency-optimized inline square root"
9683 msgstr ""
9684
9685 #: config/ia64/ia64.c:4233
9686 #, c-format
9687 msgid "bad value (%s) for -mtls-size= switch"
9688 msgstr ""
9689
9690 #: config/ia64/ia64.c:4249
9691 #, c-format
9692 msgid "bad value (%s) for -tune= switch"
9693 msgstr ""
9694
9695 #. This macro defines names of command options to set and clear bits in
9696 #. `target_flags'.  Its definition is an initializer with a subgrouping for
9697 #. each command option.
9698 #: config/ia64/ia64.h:182
9699 msgid "Generate big endian code"
9700 msgstr ""
9701
9702 #: config/ia64/ia64.h:184 config/mcore/mcore.h:146
9703 msgid "Generate little endian code"
9704 msgstr ""
9705
9706 #: config/ia64/ia64.h:186
9707 msgid "Generate code for GNU as"
9708 msgstr ""
9709
9710 #: config/ia64/ia64.h:188
9711 msgid "Generate code for Intel as"
9712 msgstr ""
9713
9714 #: config/ia64/ia64.h:190
9715 msgid "Generate code for GNU ld"
9716 msgstr ""
9717
9718 #: config/ia64/ia64.h:192
9719 msgid "Generate code for Intel ld"
9720 msgstr ""
9721
9722 #: config/ia64/ia64.h:194
9723 msgid "Generate code without GP reg"
9724 msgstr ""
9725
9726 #: config/ia64/ia64.h:196
9727 msgid "Emit stop bits before and after volatile extended asms"
9728 msgstr ""
9729
9730 #: config/ia64/ia64.h:198
9731 msgid "Don't emit stop bits before and after volatile extended asms"
9732 msgstr ""
9733
9734 #: config/ia64/ia64.h:200
9735 msgid "Emit code for Itanium (TM) processor B step"
9736 msgstr ""
9737
9738 #: config/ia64/ia64.h:202
9739 msgid "Use in/loc/out register names"
9740 msgstr ""
9741
9742 #: config/ia64/ia64.h:204
9743 msgid "Disable use of sdata/scommon/sbss"
9744 msgstr ""
9745
9746 #: config/ia64/ia64.h:206
9747 msgid "Enable use of sdata/scommon/sbss"
9748 msgstr ""
9749
9750 #: config/ia64/ia64.h:208
9751 msgid "gp is constant (but save/restore gp on indirect calls)"
9752 msgstr ""
9753
9754 #: config/ia64/ia64.h:210
9755 msgid "Generate self-relocatable code"
9756 msgstr ""
9757
9758 #: config/ia64/ia64.h:212
9759 msgid "Generate inline floating point division, optimize for latency"
9760 msgstr ""
9761
9762 #: config/ia64/ia64.h:214
9763 msgid "Generate inline floating point division, optimize for throughput"
9764 msgstr ""
9765
9766 #: config/ia64/ia64.h:217
9767 msgid "Do not inline floating point division"
9768 msgstr ""
9769
9770 #: config/ia64/ia64.h:219
9771 msgid "Generate inline integer division, optimize for latency"
9772 msgstr ""
9773
9774 #: config/ia64/ia64.h:221
9775 msgid "Generate inline integer division, optimize for throughput"
9776 msgstr ""
9777
9778 #: config/ia64/ia64.h:223
9779 msgid "Do not inline integer division"
9780 msgstr ""
9781
9782 #: config/ia64/ia64.h:225
9783 msgid "Generate inline square root, optimize for latency"
9784 msgstr ""
9785
9786 #: config/ia64/ia64.h:227
9787 msgid "Generate inline square root, optimize for throughput"
9788 msgstr ""
9789
9790 #: config/ia64/ia64.h:229
9791 msgid "Do not inline square root"
9792 msgstr ""
9793
9794 #: config/ia64/ia64.h:231
9795 msgid "Enable Dwarf 2 line debug info via GNU as"
9796 msgstr ""
9797
9798 #: config/ia64/ia64.h:233
9799 msgid "Disable Dwarf 2 line debug info via GNU as"
9800 msgstr ""
9801
9802 #: config/ia64/ia64.h:235
9803 msgid "Enable earlier placing stop bits for better scheduling"
9804 msgstr ""
9805
9806 #: config/ia64/ia64.h:237
9807 msgid "Disable earlier placing stop bits"
9808 msgstr ""
9809
9810 #: config/ia64/ia64.h:282
9811 msgid "Specify range of registers to make fixed"
9812 msgstr ""
9813
9814 #: config/ip2k/ip2k.c:1086
9815 msgid "bad operand"
9816 msgstr ""
9817
9818 #: config/iq2000/iq2000.c:1647
9819 #, c-format
9820 msgid "bad value (%s) for -mcpu= switch"
9821 msgstr ""
9822
9823 #: config/iq2000/iq2000.c:1676
9824 #, c-format
9825 msgid "The compiler does not support -march=%s."
9826 msgstr ""
9827
9828 #: config/iq2000/iq2000.c:2063
9829 #, c-format
9830 msgid "gp_offset (%ld) or end_offset (%ld) is less than zero."
9831 msgstr ""
9832
9833 #: config/iq2000/iq2000.c:2845
9834 #, c-format
9835 msgid "argument `%d' is not a constant"
9836 msgstr ""
9837
9838 #: config/iq2000/iq2000.c:3148 config/xtensa/xtensa.c:2033
9839 msgid "PRINT_OPERAND_ADDRESS, null pointer"
9840 msgstr ""
9841
9842 #: config/iq2000/iq2000.c:3303
9843 #, c-format
9844 msgid "PRINT_OPERAND: Unknown punctuation '%c'"
9845 msgstr ""
9846
9847 #: config/iq2000/iq2000.c:3312 config/mips/mips.c:4801
9848 #: config/xtensa/xtensa.c:1887
9849 msgid "PRINT_OPERAND null pointer"
9850 msgstr ""
9851
9852 #: config/iq2000/iq2000.c:3381
9853 #, c-format
9854 msgid "invalid %%P operand"
9855 msgstr ""
9856
9857 #: config/iq2000/iq2000.c:3389 config/rs6000/rs6000.c:10241
9858 #, c-format
9859 msgid "invalid %%p value"
9860 msgstr ""
9861
9862 #: config/iq2000/iq2000.c:3453 config/mips/mips.c:4927
9863 #, c-format
9864 msgid "invalid use of %%d, %%x, or %%X"
9865 msgstr ""
9866
9867 #: config/iq2000/iq2000.h:72 config/mn10300/mn10300.h:74
9868 msgid "No default crt0.o"
9869 msgstr ""
9870
9871 #: config/iq2000/iq2000.h:74
9872 msgid "Use GP relative sdata/sbss sections"
9873 msgstr ""
9874
9875 #: config/iq2000/iq2000.h:76
9876 msgid "Don't use GP relative sdata/sbss sections"
9877 msgstr ""
9878
9879 #: config/iq2000/iq2000.h:78 config/mips/mips.h:579
9880 msgid "Use ROM instead of RAM"
9881 msgstr ""
9882
9883 #: config/iq2000/iq2000.h:80 config/mips/mips.h:581
9884 msgid "Don't use ROM instead of RAM"
9885 msgstr ""
9886
9887 #: config/iq2000/iq2000.h:82 config/mips/mips.h:583
9888 msgid "Put uninitialized constants in ROM (needs -membedded-data)"
9889 msgstr ""
9890
9891 #: config/iq2000/iq2000.h:84 config/mips/mips.h:585
9892 msgid "Don't put uninitialized constants in ROM"
9893 msgstr ""
9894
9895 #: config/iq2000/iq2000.h:106 config/mips/mips.h:770
9896 msgid "Specify CPU for scheduling purposes"
9897 msgstr ""
9898
9899 #: config/iq2000/iq2000.h:108 config/mips/mips.h:772
9900 msgid "Specify CPU for code generation purposes"
9901 msgstr ""
9902
9903 #: config/m32r/m32r.c:174
9904 #, c-format
9905 msgid "bad value (%s) for -mmodel switch"
9906 msgstr ""
9907
9908 #: config/m32r/m32r.c:183
9909 #, c-format
9910 msgid "bad value (%s) for -msdata switch"
9911 msgstr ""
9912
9913 #: config/m32r/m32r.c:190
9914 #, c-format
9915 msgid "bad value (%s) for -flush-trap=n (0=<n<=15)"
9916 msgstr ""
9917
9918 #: config/m32r/m32r.c:2100
9919 #, c-format
9920 msgid "invalid operand to %%s code"
9921 msgstr ""
9922
9923 #: config/m32r/m32r.c:2107
9924 #, c-format
9925 msgid "invalid operand to %%p code"
9926 msgstr ""
9927
9928 #: config/m32r/m32r.c:2162
9929 msgid "bad insn for 'A'"
9930 msgstr ""
9931
9932 #: config/m32r/m32r.c:2209
9933 #, c-format
9934 msgid "invalid operand to %%T/%%B code"
9935 msgstr ""
9936
9937 #: config/m32r/m32r.c:2232
9938 #, c-format
9939 msgid "invalid operand to %%N code"
9940 msgstr ""
9941
9942 #: config/m32r/m32r.c:2265
9943 msgid "pre-increment address is not a register"
9944 msgstr ""
9945
9946 #: config/m32r/m32r.c:2272
9947 msgid "pre-decrement address is not a register"
9948 msgstr ""
9949
9950 #: config/m32r/m32r.c:2279
9951 msgid "post-increment address is not a register"
9952 msgstr ""
9953
9954 #: config/m32r/m32r.c:2355 config/m32r/m32r.c:2371
9955 #: config/rs6000/rs6000.c:16563
9956 msgid "bad address"
9957 msgstr ""
9958
9959 #: config/m32r/m32r.c:2376
9960 msgid "lo_sum not of register"
9961 msgstr ""
9962
9963 #. { "relax",                   TARGET_RELAX_MASK, "" },                    { "no-relax",               -TARGET_RELAX_MASK, "" },
9964 #: config/m32r/m32r.h:283
9965 msgid "Display compile time statistics"
9966 msgstr ""
9967
9968 #: config/m32r/m32r.h:285
9969 msgid "Align all loops to 32 byte boundary"
9970 msgstr ""
9971
9972 #: config/m32r/m32r.h:288
9973 msgid "Only issue one instruction per cycle"
9974 msgstr ""
9975
9976 #: config/m32r/m32r.h:291
9977 msgid "Prefer branches over conditional execution"
9978 msgstr ""
9979
9980 #: config/m32r/m32r.h:312
9981 msgid "Code size: small, medium or large"
9982 msgstr ""
9983
9984 #: config/m32r/m32r.h:314
9985 msgid "Small data area: none, sdata, use"
9986 msgstr ""
9987
9988 #: config/m32r/m32r.h:316 config/mips/mips.h:778
9989 msgid "Don't call any cache flush functions"
9990 msgstr ""
9991
9992 #: config/m32r/m32r.h:318 config/mips/mips.h:780
9993 msgid "Specify cache flush function"
9994 msgstr ""
9995
9996 #: config/m32r/m32r.h:320
9997 msgid "Don't call any cache flush trap"
9998 msgstr ""
9999
10000 #: config/m32r/m32r.h:322
10001 msgid "Specify cache flush trap number"
10002 msgstr ""
10003
10004 #: config/m68hc11/m68hc11.c:293
10005 #, c-format
10006 msgid "-f%s ignored for 68HC11/68HC12 (not supported)"
10007 msgstr ""
10008
10009 #: config/m68hc11/m68hc11.c:1435
10010 msgid "`trap' and `far' attributes are not compatible, ignoring `far'"
10011 msgstr ""
10012
10013 #: config/m68hc11/m68hc11.c:1441
10014 msgid "`trap' attribute is already used"
10015 msgstr ""
10016
10017 #. !!!! SCz wrong here.
10018 #: config/m68hc11/m68hc11.c:3400 config/m68hc11/m68hc11.c:3784
10019 msgid "move insn not handled"
10020 msgstr ""
10021
10022 #: config/m68hc11/m68hc11.c:3632 config/m68hc11/m68hc11.c:3716
10023 #: config/m68hc11/m68hc11.c:3987
10024 msgid "invalid register in the move instruction"
10025 msgstr ""
10026
10027 #: config/m68hc11/m68hc11.c:3666
10028 msgid "invalid operand in the instruction"
10029 msgstr ""
10030
10031 #: config/m68hc11/m68hc11.c:3961
10032 msgid "invalid register in the instruction"
10033 msgstr ""
10034
10035 #: config/m68hc11/m68hc11.c:3994
10036 msgid "operand 1 must be a hard register"
10037 msgstr ""
10038
10039 #: config/m68hc11/m68hc11.c:4008
10040 msgid "invalid rotate insn"
10041 msgstr ""
10042
10043 #: config/m68hc11/m68hc11.c:4432
10044 msgid "registers IX, IY and Z used in the same INSN"
10045 msgstr ""
10046
10047 #: config/m68hc11/m68hc11.c:4769 config/m68hc11/m68hc11.c:5069
10048 msgid "cannot do z-register replacement"
10049 msgstr ""
10050
10051 #: config/m68hc11/m68hc11.c:5132
10052 msgid "invalid Z register replacement for insn"
10053 msgstr ""
10054
10055 #. Macro to define tables used to set the flags. This is a list in braces of
10056 #. pairs in braces, each pair being { "NAME", VALUE } where VALUE is the bits
10057 #. to set or minus the bits to clear. An empty string NAME is used to
10058 #. identify the default VALUE.
10059 #: config/m68hc11/m68hc11.h:179
10060 msgid "Compile with 16-bit integer mode"
10061 msgstr ""
10062
10063 #: config/m68hc11/m68hc11.h:181
10064 msgid "Compile with 32-bit integer mode"
10065 msgstr ""
10066
10067 #: config/m68hc11/m68hc11.h:183
10068 msgid "Auto pre/post decrement increment allowed"
10069 msgstr ""
10070
10071 #: config/m68hc11/m68hc11.h:185
10072 msgid "Auto pre/post decrement increment not allowed"
10073 msgstr ""
10074
10075 #: config/m68hc11/m68hc11.h:187
10076 msgid "Min/max instructions allowed"
10077 msgstr ""
10078
10079 #: config/m68hc11/m68hc11.h:189
10080 msgid "Min/max instructions not allowed"
10081 msgstr ""
10082
10083 #: config/m68hc11/m68hc11.h:191
10084 msgid "Use call and rtc for function calls and returns"
10085 msgstr ""
10086
10087 #: config/m68hc11/m68hc11.h:193
10088 msgid "Use jsr and rts for function calls and returns"
10089 msgstr ""
10090
10091 #: config/m68hc11/m68hc11.h:195
10092 msgid "Do not use direct addressing mode for soft registers"
10093 msgstr ""
10094
10095 #: config/m68hc11/m68hc11.h:197
10096 msgid "Use direct addressing mode for soft registers"
10097 msgstr ""
10098
10099 #: config/m68hc11/m68hc11.h:199 config/m68hc11/m68hc11.h:205
10100 msgid "Compile for a 68HC11"
10101 msgstr ""
10102
10103 #: config/m68hc11/m68hc11.h:201 config/m68hc11/m68hc11.h:207
10104 msgid "Compile for a 68HC12"
10105 msgstr ""
10106
10107 #: config/m68hc11/m68hc11.h:203 config/m68hc11/m68hc11.h:209
10108 msgid "Compile for a 68HCS12"
10109 msgstr ""
10110
10111 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10112 #. command options that have values.  Its definition is an
10113 #. initializer with a subgrouping for each command option.
10114 #.
10115 #. Each subgrouping contains a string constant, that defines the
10116 #. fixed part of the option name, and the address of a variable.  The
10117 #. variable, type `char *', is set to the variable part of the given
10118 #. option if the fixed part matches.  The actual option name is made
10119 #. by appending `-m' to the specified name.
10120 #: config/m68hc11/m68hc11.h:223
10121 msgid "Specify the register allocation order"
10122 msgstr ""
10123
10124 #: config/m68hc11/m68hc11.h:225
10125 msgid "Indicate the number of soft registers available"
10126 msgstr ""
10127
10128 #: config/m68k/m68k.c:216
10129 msgid "-mshared-library-id= specified without -mid-shared-library"
10130 msgstr ""
10131
10132 #: config/m68k/m68k.c:219
10133 #, c-format
10134 msgid "-mshared-library-id=%d is not between 0 and %d"
10135 msgstr ""
10136
10137 #: config/m68k/m68k.c:233
10138 msgid "cannot specify both -msep-data and -mid-shared-library"
10139 msgstr ""
10140
10141 #: config/m68k/m68k.c:245
10142 msgid "-fPIC is not currently supported on the 68000 or 68010\n"
10143 msgstr ""
10144
10145 #: config/m68k/m68k.c:543 config/rs6000/rs6000.c:12732
10146 msgid "stack limit expression is not supported"
10147 msgstr ""
10148
10149 #: config/m68k/m68k.h:240 config/m68k/m68k.h:242
10150 msgid "Generate code for a 68020"
10151 msgstr ""
10152
10153 #: config/m68k/m68k.h:247 config/m68k/m68k.h:250
10154 msgid "Generate code for a 68000"
10155 msgstr ""
10156
10157 #: config/m68k/m68k.h:252
10158 msgid "Use the bit-field instructions"
10159 msgstr ""
10160
10161 #: config/m68k/m68k.h:254
10162 msgid "Do not use the bit-field instructions"
10163 msgstr ""
10164
10165 #: config/m68k/m68k.h:256
10166 msgid "Consider type `int' to be 16 bits wide"
10167 msgstr ""
10168
10169 #: config/m68k/m68k.h:258
10170 msgid "Consider type `int' to be 32 bits wide"
10171 msgstr ""
10172
10173 #: config/m68k/m68k.h:261
10174 msgid "Generate code with library calls for floating point"
10175 msgstr ""
10176
10177 #: config/m68k/m68k.h:263
10178 msgid "Generate code for a 68040, without any new instructions"
10179 msgstr ""
10180
10181 #: config/m68k/m68k.h:266
10182 msgid "Generate code for a 68060, without any new instructions"
10183 msgstr ""
10184
10185 #: config/m68k/m68k.h:270
10186 msgid "Generate code for a 68030"
10187 msgstr ""
10188
10189 #: config/m68k/m68k.h:273
10190 msgid "Generate code for a 68040"
10191 msgstr ""
10192
10193 #: config/m68k/m68k.h:277
10194 msgid "Generate code for a 68060"
10195 msgstr ""
10196
10197 #: config/m68k/m68k.h:282
10198 msgid "Generate code for a 520X"
10199 msgstr ""
10200
10201 #: config/m68k/m68k.h:286
10202 msgid "Generate code for a 5206e"
10203 msgstr ""
10204
10205 #: config/m68k/m68k.h:290
10206 msgid "Generate code for a 528x"
10207 msgstr ""
10208
10209 #: config/m68k/m68k.h:294
10210 msgid "Generate code for a 5307"
10211 msgstr ""
10212
10213 #: config/m68k/m68k.h:298
10214 msgid "Generate code for a 5407"
10215 msgstr ""
10216
10217 #: config/m68k/m68k.h:301
10218 msgid "Generate code for a 68851"
10219 msgstr ""
10220
10221 #: config/m68k/m68k.h:303
10222 msgid "Do no generate code for a 68851"
10223 msgstr ""
10224
10225 #: config/m68k/m68k.h:306
10226 msgid "Generate code for a 68302"
10227 msgstr ""
10228
10229 #: config/m68k/m68k.h:309
10230 msgid "Generate code for a 68332"
10231 msgstr ""
10232
10233 #: config/m68k/m68k.h:313
10234 msgid "Generate code for a cpu32"
10235 msgstr ""
10236
10237 #: config/m68k/m68k.h:316
10238 msgid "Align variables on a 32-bit boundary"
10239 msgstr ""
10240
10241 #: config/m68k/m68k.h:318
10242 msgid "Align variables on a 16-bit boundary"
10243 msgstr ""
10244
10245 #: config/m68k/m68k.h:320
10246 msgid "Enable separate data segment"
10247 msgstr ""
10248
10249 #: config/m68k/m68k.h:322
10250 msgid "Disable separate data segment"
10251 msgstr ""
10252
10253 #: config/m68k/m68k.h:324
10254 msgid "Enable ID based shared library"
10255 msgstr ""
10256
10257 #: config/m68k/m68k.h:326
10258 msgid "Disable ID based shared library"
10259 msgstr ""
10260
10261 #: config/m68k/m68k.h:328
10262 msgid "Generate pc-relative code"
10263 msgstr ""
10264
10265 #: config/m68k/m68k.h:330
10266 msgid "Do not use unaligned memory references"
10267 msgstr ""
10268
10269 #: config/m68k/m68k.h:332
10270 msgid "Use unaligned memory references"
10271 msgstr ""
10272
10273 #: config/m68k/m68k.h:334
10274 msgid "Use different calling convention using 'rtd'"
10275 msgstr ""
10276
10277 #. TARGET_DEFAULT is defined in m68k-none.h, netbsd.h, etc.
10278 #: config/m68k/m68k.h:344
10279 msgid "ID of shared library to build"
10280 msgstr ""
10281
10282 #: config/mcore/mcore.c:2987
10283 #, c-format
10284 msgid "invalid option `-mstack-increment=%s'"
10285 msgstr ""
10286
10287 #: config/mcore/mcore.h:113
10288 msgid "Inline constants if it can be done in 2 insns or less"
10289 msgstr ""
10290
10291 #: config/mcore/mcore.h:115
10292 msgid "Inline constants if it only takes 1 instruction"
10293 msgstr ""
10294
10295 #: config/mcore/mcore.h:117
10296 msgid "Set maximum alignment to 4"
10297 msgstr ""
10298
10299 #: config/mcore/mcore.h:119
10300 msgid "Set maximum alignment to 8"
10301 msgstr ""
10302
10303 #: config/mcore/mcore.h:123
10304 msgid "Do not use the divide instruction"
10305 msgstr ""
10306
10307 #: config/mcore/mcore.h:127
10308 msgid "Do not arbitrary sized immediates in bit operations"
10309 msgstr ""
10310
10311 #: config/mcore/mcore.h:129
10312 msgid "Always treat bit-field as int-sized"
10313 msgstr ""
10314
10315 #: config/mcore/mcore.h:133
10316 msgid "Force functions to be aligned to a 4 byte boundary"
10317 msgstr ""
10318
10319 #: config/mcore/mcore.h:135
10320 msgid "Force functions to be aligned to a 2 byte boundary"
10321 msgstr ""
10322
10323 #: config/mcore/mcore.h:137
10324 msgid "Emit call graph information"
10325 msgstr ""
10326
10327 #: config/mcore/mcore.h:141
10328 msgid "Prefer word accesses over byte accesses"
10329 msgstr ""
10330
10331 #: config/mcore/mcore.h:152
10332 msgid "Generate code for the M*Core M340"
10333 msgstr ""
10334
10335 #: config/mcore/mcore.h:165
10336 msgid "Maximum amount for a single stack increment operation"
10337 msgstr ""
10338
10339 #: config/mips/mips.c:3998
10340 #, c-format
10341 msgid "bad value (%s) for -mabi= switch"
10342 msgstr ""
10343
10344 #: config/mips/mips.c:4021
10345 #, c-format
10346 msgid ""
10347 "-mips%s conflicts with the other architecture options, which specify a MIPS%"
10348 "d processor"
10349 msgstr ""
10350
10351 #: config/mips/mips.c:4040
10352 #, c-format
10353 msgid "-march=%s is not compatible with the selected ABI"
10354 msgstr ""
10355
10356 #: config/mips/mips.c:4055
10357 msgid "-mgp64 used with a 32-bit processor"
10358 msgstr ""
10359
10360 #: config/mips/mips.c:4057
10361 msgid "-mgp32 used with a 64-bit ABI"
10362 msgstr ""
10363
10364 #: config/mips/mips.c:4059
10365 msgid "-mgp64 used with a 32-bit ABI"
10366 msgstr ""
10367
10368 #: config/mips/mips.c:4077 config/mips/mips.c:4079 config/mips/mips.c:4081
10369 #: config/mips/mips.c:4161
10370 #, c-format
10371 msgid "unsupported combination: %s"
10372 msgstr ""
10373
10374 #: config/mips/mips.c:4156
10375 msgid ""
10376 "generation of Branch Likely instructions enabled, but not supported by "
10377 "architecture"
10378 msgstr ""
10379
10380 #: config/mips/mips.c:4173
10381 msgid "-G is incompatible with PIC code which is the default"
10382 msgstr ""
10383
10384 #: config/mips/mips.c:4240
10385 msgid "-mips3d requires -mpaired-single"
10386 msgstr ""
10387
10388 #: config/mips/mips.c:4249
10389 msgid "-mips3d/-mpaired-single must be used with -mfp64 -mhard-float"
10390 msgstr ""
10391
10392 #: config/mips/mips.c:4254
10393 msgid "-mips3d/-mpaired-single must be used with -mips64"
10394 msgstr ""
10395
10396 #: config/mips/mips.c:4612
10397 msgid "mips_debugger_offset called with non stack/frame/arg pointer"
10398 msgstr ""
10399
10400 #: config/mips/mips.c:4738
10401 #, c-format
10402 msgid "internal error: %%) found without a %%( in assembler pattern"
10403 msgstr ""
10404
10405 #: config/mips/mips.c:4752
10406 #, c-format
10407 msgid "internal error: %%] found without a %%[ in assembler pattern"
10408 msgstr ""
10409
10410 #: config/mips/mips.c:4765
10411 #, c-format
10412 msgid "internal error: %%> found without a %%< in assembler pattern"
10413 msgstr ""
10414
10415 #: config/mips/mips.c:4778
10416 #, c-format
10417 msgid "internal error: %%} found without a %%{ in assembler pattern"
10418 msgstr ""
10419
10420 #: config/mips/mips.c:4792
10421 #, c-format
10422 msgid "PRINT_OPERAND: unknown punctuation '%c'"
10423 msgstr ""
10424
10425 #: config/mips/mips.c:4821
10426 #, c-format
10427 msgid "PRINT_OPERAND, invalid insn for %%C"
10428 msgstr ""
10429
10430 #: config/mips/mips.c:4838
10431 #, c-format
10432 msgid "PRINT_OPERAND, invalid insn for %%N"
10433 msgstr ""
10434
10435 #: config/mips/mips.c:4847
10436 #, c-format
10437 msgid "PRINT_OPERAND, invalid insn for %%F"
10438 msgstr ""
10439
10440 #: config/mips/mips.c:4856
10441 #, c-format
10442 msgid "PRINT_OPERAND, invalid insn for %%W"
10443 msgstr ""
10444
10445 #: config/mips/mips.c:4877
10446 #, c-format
10447 msgid "invalid %%Y value"
10448 msgstr ""
10449
10450 #: config/mips/mips.c:4955
10451 msgid "PRINT_OPERAND, invalid operand for relocation"
10452 msgstr ""
10453
10454 #: config/mips/mips.c:7517
10455 #, c-format
10456 msgid "cannot handle inconsistent calls to `%s'"
10457 msgstr ""
10458
10459 #: config/mips/mips.c:8907
10460 msgid "the cpu name must be lower case"
10461 msgstr ""
10462
10463 #: config/mips/mips.c:8929
10464 #, c-format
10465 msgid "bad value (%s) for %s"
10466 msgstr ""
10467
10468 #: config/mips/linux64.h:39
10469 msgid "Same as -mabi=32, just trickier"
10470 msgstr ""
10471
10472 #. Target CPU builtins.
10473 #. We do this here because __mips is defined below               and so we can't use builtin_define_std.
10474 #. Treat _R3000 and _R4000 like register-size defines,           which is how they've historically been used.
10475 #. Macros dependent on the C dialect.
10476 #. Bizarre, but needed at least for Irix.
10477 #. Macro to define tables used to set the flags.
10478 #. This is a list in braces of pairs in braces,
10479 #. each pair being { "NAME", VALUE }
10480 #. where VALUE is the bits to set or minus the bits to clear.
10481 #. An empty string NAME is used to identify the default VALUE.
10482 #: config/mips/mips.h:527
10483 msgid "Use 64-bit int type"
10484 msgstr ""
10485
10486 #: config/mips/mips.h:529
10487 msgid "Use 64-bit long type"
10488 msgstr ""
10489
10490 #: config/mips/mips.h:531
10491 msgid "Use 32-bit long type"
10492 msgstr ""
10493
10494 #: config/mips/mips.h:533
10495 msgid "Optimize lui/addiu address loads"
10496 msgstr ""
10497
10498 #: config/mips/mips.h:535
10499 msgid "Don't optimize lui/addiu address loads"
10500 msgstr ""
10501
10502 #: config/mips/mips.h:537
10503 msgid "Use GNU as (now ignored)"
10504 msgstr ""
10505
10506 #: config/mips/mips.h:539 config/mips/mips.h:541
10507 msgid "Use GP relative sdata/sbss sections (now ignored)"
10508 msgstr ""
10509
10510 #: config/mips/mips.h:543 config/mips/mips.h:545
10511 msgid "Don't use GP relative sdata/sbss sections (now ignored)"
10512 msgstr ""
10513
10514 #: config/mips/mips.h:547
10515 msgid "Output compiler statistics (now ignored)"
10516 msgstr ""
10517
10518 #: config/mips/mips.h:549
10519 msgid "Don't output compiler statistics"
10520 msgstr ""
10521
10522 #: config/mips/mips.h:551
10523 msgid "Don't optimize block moves"
10524 msgstr ""
10525
10526 #: config/mips/mips.h:553
10527 msgid "Optimize block moves"
10528 msgstr ""
10529
10530 #: config/mips/mips.h:555
10531 msgid "Use mips-tfile asm postpass"
10532 msgstr ""
10533
10534 #: config/mips/mips.h:557
10535 msgid "Don't use mips-tfile asm postpass"
10536 msgstr ""
10537
10538 #: config/mips/mips.h:559 config/pa/pa.h:288
10539 msgid "Use software floating point"
10540 msgstr ""
10541
10542 #. Macro to define tables used to set the flags.
10543 #. This is a list in braces of triplets in braces,
10544 #. each triplet being { "NAME", VALUE, DOC }
10545 #. where VALUE is the bits to set or minus the bits to clear and DOC
10546 #. is the documentation for --help (NULL if intentionally undocumented).
10547 #. An empty string NAME is used to identify the default VALUE.
10548 #: config/mips/mips.h:561 config/pdp11/pdp11.h:61 config/rs6000/rs6000.h:329
10549 msgid "Use hardware floating point"
10550 msgstr ""
10551
10552 #: config/mips/mips.h:563
10553 msgid "Use 64-bit FP registers"
10554 msgstr ""
10555
10556 #: config/mips/mips.h:565
10557 msgid "Use 32-bit FP registers"
10558 msgstr ""
10559
10560 #: config/mips/mips.h:567
10561 msgid "Use 64-bit general registers"
10562 msgstr ""
10563
10564 #: config/mips/mips.h:569
10565 msgid "Use 32-bit general registers"
10566 msgstr ""
10567
10568 #: config/mips/mips.h:571
10569 msgid "Use Irix PIC"
10570 msgstr ""
10571
10572 #: config/mips/mips.h:573
10573 msgid "Don't use Irix PIC"
10574 msgstr ""
10575
10576 #: config/mips/mips.h:575
10577 msgid "Use indirect calls"
10578 msgstr ""
10579
10580 #: config/mips/mips.h:577
10581 msgid "Don't use indirect calls"
10582 msgstr ""
10583
10584 #: config/mips/mips.h:587
10585 msgid "Use big-endian byte order"
10586 msgstr ""
10587
10588 #: config/mips/mips.h:589
10589 msgid "Use little-endian byte order"
10590 msgstr ""
10591
10592 #: config/mips/mips.h:591
10593 msgid "Use single (32-bit) FP only"
10594 msgstr ""
10595
10596 #: config/mips/mips.h:593
10597 msgid "Don't use single (32-bit) FP only"
10598 msgstr ""
10599
10600 #: config/mips/mips.h:595 config/mips/mips.h:597
10601 msgid "Use paired-single floating point instructions"
10602 msgstr ""
10603
10604 #: config/mips/mips.h:599 config/mips/mips.h:601
10605 msgid "Use MIPS-3D instructions"
10606 msgstr ""
10607
10608 #: config/mips/mips.h:603
10609 msgid "Use multiply accumulate"
10610 msgstr ""
10611
10612 #: config/mips/mips.h:605
10613 msgid "Don't use multiply accumulate"
10614 msgstr ""
10615
10616 #: config/mips/mips.h:607
10617 msgid "Don't generate fused multiply/add instructions"
10618 msgstr ""
10619
10620 #: config/mips/mips.h:609 config/rs6000/rs6000.h:345
10621 msgid "Generate fused multiply/add instructions"
10622 msgstr ""
10623
10624 #: config/mips/mips.h:611
10625 msgid "Perform VR4130-specific alignment optimizations"
10626 msgstr ""
10627
10628 #: config/mips/mips.h:613
10629 msgid "Don't perform VR4130-specific alignment optimizations"
10630 msgstr ""
10631
10632 #: config/mips/mips.h:615
10633 msgid "Work around early 4300 hardware bug"
10634 msgstr ""
10635
10636 #: config/mips/mips.h:617
10637 msgid "Don't work around early 4300 hardware bug"
10638 msgstr ""
10639
10640 #: config/mips/mips.h:619
10641 msgid "Work around errata for early SB-1 revision 2 cores"
10642 msgstr ""
10643
10644 #: config/mips/mips.h:621
10645 msgid "Don't work around errata for early SB-1 revision 2 cores"
10646 msgstr ""
10647
10648 #: config/mips/mips.h:623
10649 msgid "Work around R4000 errata"
10650 msgstr ""
10651
10652 #: config/mips/mips.h:625
10653 msgid "Don't work around R4000 errata"
10654 msgstr ""
10655
10656 #: config/mips/mips.h:627
10657 msgid "Work around R4400 errata"
10658 msgstr ""
10659
10660 #: config/mips/mips.h:629
10661 msgid "Don't work around R4400 errata"
10662 msgstr ""
10663
10664 #: config/mips/mips.h:631
10665 msgid "Work around certain VR4120 errata"
10666 msgstr ""
10667
10668 #: config/mips/mips.h:633
10669 msgid "Don't work around certain VR4120 errata"
10670 msgstr ""
10671
10672 #: config/mips/mips.h:635
10673 msgid "Trap on integer divide by zero"
10674 msgstr ""
10675
10676 #: config/mips/mips.h:637
10677 msgid "Don't trap on integer divide by zero"
10678 msgstr ""
10679
10680 #: config/mips/mips.h:639
10681 msgid "Use trap to check for integer divide by zero"
10682 msgstr ""
10683
10684 #: config/mips/mips.h:641
10685 msgid "Use break to check for integer divide by zero"
10686 msgstr ""
10687
10688 #: config/mips/mips.h:643
10689 msgid "Use Branch Likely instructions, overriding default for arch"
10690 msgstr ""
10691
10692 #: config/mips/mips.h:645
10693 msgid "Don't use Branch Likely instructions, overriding default for arch"
10694 msgstr ""
10695
10696 #: config/mips/mips.h:647
10697 msgid "Use NewABI-style %reloc() assembly operators"
10698 msgstr ""
10699
10700 #: config/mips/mips.h:649
10701 msgid "Use assembler macros instead of relocation operators"
10702 msgstr ""
10703
10704 #: config/mips/mips.h:651
10705 msgid "Generate mips16 code"
10706 msgstr ""
10707
10708 #: config/mips/mips.h:653
10709 msgid "Generate normal-mode code"
10710 msgstr ""
10711
10712 #: config/mips/mips.h:655
10713 msgid "Lift restrictions on GOT size"
10714 msgstr ""
10715
10716 #: config/mips/mips.h:657
10717 msgid "Do not lift restrictions on GOT size"
10718 msgstr ""
10719
10720 #: config/mips/mips.h:659
10721 msgid "FP exceptions are enabled"
10722 msgstr ""
10723
10724 #: config/mips/mips.h:661
10725 msgid "FP exceptions are not enabled"
10726 msgstr ""
10727
10728 #: config/mips/mips.h:776
10729 msgid "Specify a Standard MIPS ISA"
10730 msgstr ""
10731
10732 #. Output assembler code to FILE to increment profiler label # LABELNO
10733 #. for profiling a function entry.
10734 #: config/mips/mips.h:2331
10735 msgid "mips16 function profiling"
10736 msgstr ""
10737
10738 #: config/mmix/mmix.c:229
10739 #, c-format
10740 msgid "-f%s not supported: ignored"
10741 msgstr ""
10742
10743 #: config/mmix/mmix.c:657
10744 #, c-format
10745 msgid ""
10746 "too large function value type, needs %d registers, have only %d registers "
10747 "for this"
10748 msgstr ""
10749
10750 #: config/mmix/mmix.c:827
10751 msgid "function_profiler support for MMIX"
10752 msgstr ""
10753
10754 #: config/mmix/mmix.c:849
10755 msgid "MMIX Internal: Last named vararg would not fit in a register"
10756 msgstr ""
10757
10758 #: config/mmix/mmix.c:1458 config/mmix/mmix.c:1588
10759 msgid "MMIX Internal: Expected a CONST_INT, not this"
10760 msgstr ""
10761
10762 #: config/mmix/mmix.c:1466 config/mmix/mmix.c:1490 config/mmix/mmix.c:1606
10763 #, c-format
10764 msgid "MMIX Internal: Bad register: %d"
10765 msgstr ""
10766
10767 #: config/mmix/mmix.c:1537
10768 msgid "MMIX Internal: Bad value for 'm', not a CONST_INT"
10769 msgstr ""
10770
10771 #: config/mmix/mmix.c:1556
10772 msgid "MMIX Internal: Expected a register, not this"
10773 msgstr ""
10774
10775 #: config/mmix/mmix.c:1566
10776 msgid "MMIX Internal: Expected a constant, not this"
10777 msgstr ""
10778
10779 #. Presumably there's a missing case above if we get here.
10780 #: config/mmix/mmix.c:1598
10781 #, c-format
10782 msgid "MMIX Internal: Missing `%c' case in mmix_print_operand"
10783 msgstr ""
10784
10785 #. We need the original here.
10786 #: config/mmix/mmix.c:1650
10787 msgid "MMIX Internal: Cannot decode this operand"
10788 msgstr ""
10789
10790 #: config/mmix/mmix.c:1707
10791 msgid "MMIX Internal: This is not a recognized address"
10792 msgstr ""
10793
10794 #: config/mmix/mmix.c:1884
10795 #, c-format
10796 msgid "stack frame not a multiple of 8 bytes: %d"
10797 msgstr ""
10798
10799 #: config/mmix/mmix.c:2123
10800 #, c-format
10801 msgid "stack frame not a multiple of octabyte: %d"
10802 msgstr ""
10803
10804 #: config/mmix/mmix.c:2597 config/mmix/mmix.c:2661
10805 #, c-format
10806 msgid "MMIX Internal: %s is not a shiftable int"
10807 msgstr ""
10808
10809 #: config/mmix/mmix.c:2777
10810 msgid "MMIX Internal: Trying to output invalidly reversed condition:"
10811 msgstr ""
10812
10813 #: config/mmix/mmix.c:2784
10814 msgid "MMIX Internal: What's the CC of this?"
10815 msgstr ""
10816
10817 #: config/mmix/mmix.c:2788
10818 msgid "MMIX Internal: What is the CC of this?"
10819 msgstr ""
10820
10821 #: config/mmix/mmix.c:2858
10822 msgid "MMIX Internal: This is not a constant:"
10823 msgstr ""
10824
10825 #. For these target macros, there is no generic documentation here.  You
10826 #. should read `Using and Porting GCC' for that.  Only comments specific
10827 #. to the MMIX target are here.
10828 #.
10829 #. There are however references to the specific texinfo node (comments
10830 #. with "Node:"), so there should be little or nothing amiss.  Probably
10831 #. the opposite, since we don't have to care about old littering and
10832 #. soon outdated generic comments.
10833 #. Node: Driver
10834 #. User symbols are in the same name-space as built-in symbols, but we
10835 #. don't need the built-in symbols, so remove those and instead apply
10836 #. stricter operand checking.  Don't warn when expanding insns.
10837 #. Pass on -mset-program-start=N and -mset-data-start=M to the linker.
10838 #. Provide default program start 0x100 unless -mno-set-program-start.
10839 #. Don't do this if linking relocatably, with -r.  For a final link,
10840 #. produce mmo, unless ELF is requested or when linking relocatably.
10841 #. Put unused option values here.
10842 #: config/mmix/mmix.h:132
10843 msgid "Set start-address of the program"
10844 msgstr ""
10845
10846 #: config/mmix/mmix.h:134
10847 msgid "Set start-address of data"
10848 msgstr ""
10849
10850 #. FIXME: Provide a way to *load* the epsilon register.
10851 #: config/mmix/mmix.h:198
10852 msgid "For intrinsics library: pass all parameters in registers"
10853 msgstr ""
10854
10855 #: config/mmix/mmix.h:201
10856 msgid "Use register stack for parameters and return value"
10857 msgstr ""
10858
10859 #: config/mmix/mmix.h:203
10860 msgid "Use call-clobbered registers for parameters and return value"
10861 msgstr ""
10862
10863 #: config/mmix/mmix.h:205
10864 msgid "Use epsilon-respecting floating point compare instructions"
10865 msgstr ""
10866
10867 #: config/mmix/mmix.h:208
10868 msgid "Use zero-extending memory loads, not sign-extending ones"
10869 msgstr ""
10870
10871 #: config/mmix/mmix.h:211
10872 msgid ""
10873 "Generate divide results with reminder having the same sign as the divisor "
10874 "(not the dividend)"
10875 msgstr ""
10876
10877 #: config/mmix/mmix.h:215
10878 msgid "Prepend global symbols with \":\" (for use with PREFIX)"
10879 msgstr ""
10880
10881 #: config/mmix/mmix.h:217
10882 msgid "Do not provide a default start-address 0x100 of the program"
10883 msgstr ""
10884
10885 #: config/mmix/mmix.h:219
10886 msgid "Link to emit program in ELF format (rather than mmo)"
10887 msgstr ""
10888
10889 #: config/mmix/mmix.h:221
10890 msgid "Use P-mnemonics for branches statically predicted as taken"
10891 msgstr ""
10892
10893 #: config/mmix/mmix.h:223
10894 msgid "Don't use P-mnemonics for branches"
10895 msgstr ""
10896
10897 #: config/mmix/mmix.h:225
10898 msgid "Use addresses that allocate global registers"
10899 msgstr ""
10900
10901 #: config/mmix/mmix.h:227
10902 msgid "Do not use addresses that allocate global registers"
10903 msgstr ""
10904
10905 #: config/mmix/mmix.h:229
10906 msgid "Generate a single exit point for each function"
10907 msgstr ""
10908
10909 #: config/mmix/mmix.h:231
10910 msgid "Do not generate a single exit point for each function"
10911 msgstr ""
10912
10913 #: config/mn10300/linux.h:60 config/mn10300/mn10300.h:71
10914 msgid "Target the AM33 processor"
10915 msgstr ""
10916
10917 #: config/mn10300/linux.h:61 config/mn10300/mn10300.h:75
10918 msgid "Target the AM33/2.0 processor"
10919 msgstr ""
10920
10921 #: config/mn10300/linux.h:62 config/mn10300/mn10300.h:78
10922 msgid "Enable linker relaxations"
10923 msgstr ""
10924
10925 #: config/mn10300/mn10300.h:69
10926 msgid "Work around hardware multiply bug"
10927 msgstr ""
10928
10929 #: config/mn10300/mn10300.h:70
10930 msgid "Do not work around hardware multiply bug"
10931 msgstr ""
10932
10933 #: config/ns32k/ns32k.h:142 config/s390/s390.h:136
10934 msgid "Don't use hardware fp"
10935 msgstr ""
10936
10937 #: config/ns32k/ns32k.h:143
10938 msgid "Alternative calling convention"
10939 msgstr ""
10940
10941 #: config/ns32k/ns32k.h:145
10942 msgid "Pass some arguments in registers"
10943 msgstr ""
10944
10945 #: config/ns32k/ns32k.h:146
10946 msgid "Pass all arguments on stack"
10947 msgstr ""
10948
10949 #: config/ns32k/ns32k.h:147
10950 msgid "Optimize for 32532 cpu"
10951 msgstr ""
10952
10953 #: config/ns32k/ns32k.h:148
10954 msgid "Optimize for 32332 cpu"
10955 msgstr ""
10956
10957 #: config/ns32k/ns32k.h:150
10958 msgid "Optimize for 32032"
10959 msgstr ""
10960
10961 #: config/ns32k/ns32k.h:152
10962 msgid "Register sb is zero. Use for absolute addressing"
10963 msgstr ""
10964
10965 #: config/ns32k/ns32k.h:153
10966 msgid "Do not use register sb"
10967 msgstr ""
10968
10969 #: config/ns32k/ns32k.h:155
10970 msgid "Use bit-field instructions"
10971 msgstr ""
10972
10973 #: config/ns32k/ns32k.h:157
10974 msgid "Do not use bit-field instructions"
10975 msgstr ""
10976
10977 #: config/ns32k/ns32k.h:158
10978 msgid "Generate code for high memory"
10979 msgstr ""
10980
10981 #: config/ns32k/ns32k.h:159
10982 msgid "Generate code for low memory"
10983 msgstr ""
10984
10985 #: config/ns32k/ns32k.h:160
10986 msgid "32381 fpu"
10987 msgstr ""
10988
10989 #: config/ns32k/ns32k.h:162
10990 msgid "Use multiply-accumulate fp instructions"
10991 msgstr ""
10992
10993 #: config/ns32k/ns32k.h:164
10994 msgid "Do not use multiply-accumulate fp instructions"
10995 msgstr ""
10996
10997 #: config/ns32k/ns32k.h:165
10998 msgid "\"Small register classes\" kludge"
10999 msgstr ""
11000
11001 #: config/ns32k/ns32k.h:166
11002 msgid "No \"Small register classes\" kludge"
11003 msgstr ""
11004
11005 #: config/pa/pa.c:404
11006 #, c-format
11007 msgid ""
11008 "unknown -mschedule= option (%s).\n"
11009 "Valid options are 700, 7100, 7100LC, 7200, 7300, and 8000\n"
11010 msgstr ""
11011
11012 #: config/pa/pa.c:429
11013 #, c-format
11014 msgid ""
11015 "unknown -march= option (%s).\n"
11016 "Valid options are 1.0, 1.1, and 2.0\n"
11017 msgstr ""
11018
11019 #: config/pa/pa.c:449
11020 #, c-format
11021 msgid ""
11022 "unknown -munix= option (%s).\n"
11023 "Valid options are 93, 95 and 98.\n"
11024 msgstr ""
11025
11026 #: config/pa/pa.c:454
11027 #, c-format
11028 msgid ""
11029 "unknown -munix= option (%s).\n"
11030 "Valid options are 93 and 95.\n"
11031 msgstr ""
11032
11033 #: config/pa/pa.c:458
11034 #, c-format
11035 msgid ""
11036 "unknown -munix= option (%s).\n"
11037 "Valid option is 93.\n"
11038 msgstr ""
11039
11040 #: config/pa/pa.c:475
11041 msgid "PIC code generation is not supported in the portable runtime model\n"
11042 msgstr ""
11043
11044 #: config/pa/pa.c:480
11045 msgid "PIC code generation is not compatible with fast indirect calls\n"
11046 msgstr ""
11047
11048 #: config/pa/pa.c:485
11049 msgid "-g is only supported when using GAS on this processor,"
11050 msgstr ""
11051
11052 #: config/pa/pa.c:486
11053 msgid "-g option disabled"
11054 msgstr ""
11055
11056 #: config/pa/pa-hpux.h:96 config/pa/pa64-hpux.h:25
11057 msgid "Generate cpp defines for server IO"
11058 msgstr ""
11059
11060 #: config/pa/pa-hpux.h:97 config/pa/pa64-hpux.h:27
11061 msgid "Generate cpp defines for workstation IO"
11062 msgstr ""
11063
11064 #: config/pa/pa-hpux10.h:84
11065 msgid ""
11066 "Specify UNIX standard for predefines and linking.\n"
11067 "Supported value is 93."
11068 msgstr ""
11069
11070 #: config/pa/pa-hpux1010.h:28 config/pa/pa-hpux11.h:98
11071 msgid ""
11072 "Specify UNIX standard for predefines and linking.\n"
11073 "Supported values are 93 and 95."
11074 msgstr ""
11075
11076 #: config/pa/pa-hpux11.h:81
11077 msgid "-munix=98 option required for C89 Amendment 1 features.\n"
11078 msgstr ""
11079
11080 #: config/pa/pa-hpux1111.h:28
11081 msgid ""
11082 "Specify UNIX standard for predefines and linking.\n"
11083 "Supported values are 93, 95 and 98."
11084 msgstr ""
11085
11086 #. Macro to define tables used to set the flags.  This is a
11087 #. list in braces of target switches with each switch being
11088 #. { "NAME", VALUE, "HELP_STRING" }.  VALUE is the bits to set,
11089 #. or minus the bits to clear.  An empty string NAME is used to
11090 #. identify the default VALUE.  Do not mark empty strings for
11091 #. translation.
11092 #: config/pa/pa.h:254 config/pa/pa.h:260
11093 msgid "Generate PA1.1 code"
11094 msgstr ""
11095
11096 #: config/pa/pa.h:256 config/pa/pa.h:258
11097 msgid "Generate PA1.0 code"
11098 msgstr ""
11099
11100 #: config/pa/pa.h:262
11101 msgid "Generate PA2.0 code (requires binutils 2.10 or later)"
11102 msgstr ""
11103
11104 #: config/pa/pa.h:264
11105 msgid "Disable FP regs"
11106 msgstr ""
11107
11108 #: config/pa/pa.h:266
11109 msgid "Do not disable FP regs"
11110 msgstr ""
11111
11112 #: config/pa/pa.h:268
11113 msgid "Disable space regs"
11114 msgstr ""
11115
11116 #: config/pa/pa.h:270
11117 msgid "Do not disable space regs"
11118 msgstr ""
11119
11120 #: config/pa/pa.h:272
11121 msgid "Put jumps in call delay slots"
11122 msgstr ""
11123
11124 #: config/pa/pa.h:274
11125 msgid "Do not put jumps in call delay slots"
11126 msgstr ""
11127
11128 #: config/pa/pa.h:276
11129 msgid "Disable indexed addressing"
11130 msgstr ""
11131
11132 #: config/pa/pa.h:278
11133 msgid "Do not disable indexed addressing"
11134 msgstr ""
11135
11136 #: config/pa/pa.h:280
11137 msgid "Use portable calling conventions"
11138 msgstr ""
11139
11140 #: config/pa/pa.h:282
11141 msgid "Do not use portable calling conventions"
11142 msgstr ""
11143
11144 #: config/pa/pa.h:284
11145 msgid "Assume code will be assembled by GAS"
11146 msgstr ""
11147
11148 #: config/pa/pa.h:286
11149 msgid "Do not assume code will be assembled by GAS"
11150 msgstr ""
11151
11152 #: config/pa/pa.h:290
11153 msgid "Do not use software floating point"
11154 msgstr ""
11155
11156 #: config/pa/pa.h:292
11157 msgid "Emit long load/store sequences"
11158 msgstr ""
11159
11160 #: config/pa/pa.h:294
11161 msgid "Do not emit long load/store sequences"
11162 msgstr ""
11163
11164 #: config/pa/pa.h:296
11165 msgid "Generate fast indirect calls"
11166 msgstr ""
11167
11168 #: config/pa/pa.h:298
11169 msgid "Do not generate fast indirect calls"
11170 msgstr ""
11171
11172 #: config/pa/pa.h:300
11173 msgid "Generate code for huge switch statements"
11174 msgstr ""
11175
11176 #: config/pa/pa.h:302
11177 msgid "Do not generate code for huge switch statements"
11178 msgstr ""
11179
11180 #: config/pa/pa.h:304
11181 msgid "Always generate long calls"
11182 msgstr ""
11183
11184 #: config/pa/pa.h:306
11185 msgid "Generate long calls only when needed"
11186 msgstr ""
11187
11188 #: config/pa/pa.h:308
11189 msgid "Enable linker optimizations"
11190 msgstr ""
11191
11192 #: config/pa/pa.h:332
11193 msgid ""
11194 "Specify PA-RISC architecture for code generation.\n"
11195 "Values are 1.0, 1.1 and 2.0."
11196 msgstr ""
11197
11198 #: config/pa/pa.h:335
11199 msgid "Specify range of registers to make fixed."
11200 msgstr ""
11201
11202 #: config/pa/pa.h:337
11203 msgid "Specify CPU for scheduling purposes."
11204 msgstr ""
11205
11206 #: config/pa/pa64-hpux.h:29
11207 msgid "Assume code will be linked by GNU ld"
11208 msgstr ""
11209
11210 #: config/pa/pa64-hpux.h:31
11211 msgid "Assume code will be linked by HP ld"
11212 msgstr ""
11213
11214 #: config/pdp11/pdp11.h:62 config/rs6000/rs6000.h:331
11215 msgid "Do not use hardware floating point"
11216 msgstr ""
11217
11218 #. return float result in ac0
11219 #: config/pdp11/pdp11.h:64
11220 msgid "Return floating point results in ac0"
11221 msgstr ""
11222
11223 #: config/pdp11/pdp11.h:65
11224 msgid "Return floating point results in memory"
11225 msgstr ""
11226
11227 #. is 11/40
11228 #: config/pdp11/pdp11.h:67
11229 msgid "Generate code for an 11/40"
11230 msgstr ""
11231
11232 #. is 11/45
11233 #: config/pdp11/pdp11.h:70
11234 msgid "Generate code for an 11/45"
11235 msgstr ""
11236
11237 #. is 11/10
11238 #: config/pdp11/pdp11.h:73
11239 msgid "Generate code for an 11/10"
11240 msgstr ""
11241
11242 #. use movmemhi for bcopy
11243 #. use 32 bit for int
11244 #: config/pdp11/pdp11.h:78 config/pdp11/pdp11.h:79
11245 msgid "Use 32 bit int"
11246 msgstr ""
11247
11248 #: config/pdp11/pdp11.h:80 config/pdp11/pdp11.h:81
11249 msgid "Use 16 bit int"
11250 msgstr ""
11251
11252 #. use 32 bit for float
11253 #: config/pdp11/pdp11.h:83 config/pdp11/pdp11.h:84
11254 msgid "Use 32 bit float"
11255 msgstr ""
11256
11257 #: config/pdp11/pdp11.h:85 config/pdp11/pdp11.h:86
11258 msgid "Use 64 bit float"
11259 msgstr ""
11260
11261 #. allow abshi pattern? - can trigger "optimizations" which make code SLOW!
11262 #. is branching expensive - on a PDP, it's actually really cheap
11263 #. this is just to play around and check what code gcc generates
11264 #. split instruction and data memory?
11265 #: config/pdp11/pdp11.h:95
11266 msgid "Target has split I&D"
11267 msgstr ""
11268
11269 #: config/pdp11/pdp11.h:96
11270 msgid "Target does not have split I&D"
11271 msgstr ""
11272
11273 #. UNIX assembler syntax?
11274 #: config/pdp11/pdp11.h:98
11275 msgid "Use UNIX assembler syntax"
11276 msgstr ""
11277
11278 #: config/pdp11/pdp11.h:99
11279 msgid "Use DEC assembler syntax"
11280 msgstr ""
11281
11282 #: config/rs6000/host-darwin.c:52
11283 msgid "Segmentation Fault (code)"
11284 msgstr ""
11285
11286 #: config/rs6000/host-darwin.c:83
11287 msgid "Out of stack space.\n"
11288 msgstr ""
11289
11290 #: config/rs6000/host-darwin.c:104
11291 #, c-format
11292 msgid "Try running `%s' in the shell to raise its limit.\n"
11293 msgstr ""
11294
11295 #: config/rs6000/host-darwin.c:117
11296 msgid "Segmentation Fault"
11297 msgstr ""
11298
11299 #: config/rs6000/host-darwin.c:131
11300 #, c-format
11301 msgid "While setting up signal stack: %m"
11302 msgstr ""
11303
11304 #: config/rs6000/host-darwin.c:137
11305 #, c-format
11306 msgid "While setting up signal handler: %m"
11307 msgstr ""
11308
11309 #: config/rs6000/host-darwin.c:181
11310 #, c-format
11311 msgid "couldn't unmap pch_address_space: %m\n"
11312 msgstr ""
11313
11314 #. Handle the machine specific pragma longcall.  Its syntax is
11315 #.
11316 #. # pragma longcall ( TOGGLE )
11317 #.
11318 #. where TOGGLE is either 0 or 1.
11319 #.
11320 #. rs6000_default_long_calls is set to the value of TOGGLE, changing
11321 #. whether or not new function declarations receive a longcall
11322 #. attribute by default.
11323 #: config/rs6000/rs6000-c.c:46
11324 msgid "ignoring malformed #pragma longcall"
11325 msgstr ""
11326
11327 #: config/rs6000/rs6000-c.c:59
11328 msgid "missing open paren"
11329 msgstr ""
11330
11331 #: config/rs6000/rs6000-c.c:61
11332 msgid "missing number"
11333 msgstr ""
11334
11335 #: config/rs6000/rs6000-c.c:63
11336 msgid "missing close paren"
11337 msgstr ""
11338
11339 #: config/rs6000/rs6000-c.c:66
11340 msgid "number must be 0 or 1"
11341 msgstr ""
11342
11343 #: config/rs6000/rs6000-c.c:69
11344 msgid "junk at end of #pragma longcall"
11345 msgstr ""
11346
11347 #: config/rs6000/rs6000.c:1223
11348 msgid "-mmultiple is not supported on little endian systems"
11349 msgstr ""
11350
11351 #: config/rs6000/rs6000.c:1230
11352 msgid "-mstring is not supported on little endian systems"
11353 msgstr ""
11354
11355 #: config/rs6000/rs6000.c:1244
11356 #, c-format
11357 msgid "unknown -mdebug-%s switch"
11358 msgstr ""
11359
11360 #: config/rs6000/rs6000.c:1256
11361 #, c-format
11362 msgid "unknown -mtraceback arg `%s'; expecting `full', `partial' or `none'"
11363 msgstr ""
11364
11365 #: config/rs6000/rs6000.c:1267
11366 #, c-format
11367 msgid "Unknown switch -mlong-double-%s"
11368 msgstr ""
11369
11370 #: config/rs6000/rs6000.c:1308
11371 msgid "AltiVec and E500 instructions cannot coexist"
11372 msgstr ""
11373
11374 #. Handle -mfix-and-continue.
11375 #: config/rs6000/rs6000.c:1354 config/rs6000/rs6000.c:1365
11376 #: config/rs6000/darwin.h:106
11377 #, c-format
11378 msgid "invalid option `%s'"
11379 msgstr ""
11380
11381 #: config/rs6000/rs6000.c:1586
11382 #, c-format
11383 msgid "unknown -m%s= option specified: '%s'"
11384 msgstr ""
11385
11386 #: config/rs6000/rs6000.c:1607
11387 #, c-format
11388 msgid "not configured for ABI: '%s'"
11389 msgstr ""
11390
11391 #: config/rs6000/rs6000.c:1613
11392 #, c-format
11393 msgid "unknown ABI specified: '%s'"
11394 msgstr ""
11395
11396 #: config/rs6000/rs6000.c:1627
11397 #, c-format
11398 msgid "unknown -malign-XXXXX option specified: '%s'"
11399 msgstr ""
11400
11401 #: config/rs6000/rs6000.c:4631
11402 msgid ""
11403 "Cannot return value in vector register because altivec instructions are "
11404 "disabled, use -maltivec to enable them."
11405 msgstr ""
11406
11407 #: config/rs6000/rs6000.c:4765
11408 msgid ""
11409 "Cannot pass argument in vector register because altivec instructions are "
11410 "disabled, use -maltivec to enable them."
11411 msgstr ""
11412
11413 #: config/rs6000/rs6000.c:6203
11414 msgid "argument 1 must be a 5-bit signed literal"
11415 msgstr ""
11416
11417 #: config/rs6000/rs6000.c:6306 config/rs6000/rs6000.c:6976
11418 msgid "argument 2 must be a 5-bit unsigned literal"
11419 msgstr ""
11420
11421 #: config/rs6000/rs6000.c:6346
11422 msgid "argument 1 of __builtin_altivec_predicate must be a constant"
11423 msgstr ""
11424
11425 #: config/rs6000/rs6000.c:6400
11426 msgid "argument 1 of __builtin_altivec_predicate is out of range"
11427 msgstr ""
11428
11429 #: config/rs6000/rs6000.c:6562
11430 msgid "argument 3 must be a 4-bit unsigned literal"
11431 msgstr ""
11432
11433 #: config/rs6000/rs6000.c:6734
11434 #, c-format
11435 msgid "argument to `%s' must be a 2-bit unsigned literal"
11436 msgstr ""
11437
11438 #: config/rs6000/rs6000.c:6847
11439 msgid "argument to dss must be a 2-bit unsigned literal"
11440 msgstr ""
11441
11442 #: config/rs6000/rs6000.c:6862
11443 #, c-format
11444 msgid "invalid parameter combination for `%s' AltiVec intrinsic"
11445 msgstr ""
11446
11447 #: config/rs6000/rs6000.c:7096
11448 msgid "argument 1 of __builtin_spe_predicate must be a constant"
11449 msgstr ""
11450
11451 #: config/rs6000/rs6000.c:7169
11452 msgid "argument 1 of __builtin_spe_predicate is out of range"
11453 msgstr ""
11454
11455 #: config/rs6000/rs6000.c:10071
11456 #, c-format
11457 msgid "invalid %%f value"
11458 msgstr ""
11459
11460 #: config/rs6000/rs6000.c:10080
11461 #, c-format
11462 msgid "invalid %%F value"
11463 msgstr ""
11464
11465 #: config/rs6000/rs6000.c:10089
11466 #, c-format
11467 msgid "invalid %%G value"
11468 msgstr ""
11469
11470 #: config/rs6000/rs6000.c:10124
11471 #, c-format
11472 msgid "invalid %%j code"
11473 msgstr ""
11474
11475 #: config/rs6000/rs6000.c:10134
11476 #, c-format
11477 msgid "invalid %%J code"
11478 msgstr ""
11479
11480 #: config/rs6000/rs6000.c:10144
11481 #, c-format
11482 msgid "invalid %%k value"
11483 msgstr ""
11484
11485 #: config/rs6000/rs6000.c:10164 config/xtensa/xtensa.c:1937
11486 #, c-format
11487 msgid "invalid %%K value"
11488 msgstr ""
11489
11490 #: config/rs6000/rs6000.c:10231
11491 #, c-format
11492 msgid "invalid %%O value"
11493 msgstr ""
11494
11495 #: config/rs6000/rs6000.c:10278
11496 #, c-format
11497 msgid "invalid %%q value"
11498 msgstr ""
11499
11500 #: config/rs6000/rs6000.c:10322
11501 #, c-format
11502 msgid "invalid %%S value"
11503 msgstr ""
11504
11505 #: config/rs6000/rs6000.c:10364
11506 #, c-format
11507 msgid "invalid %%T value"
11508 msgstr ""
11509
11510 #: config/rs6000/rs6000.c:10374
11511 #, c-format
11512 msgid "invalid %%u value"
11513 msgstr ""
11514
11515 #: config/rs6000/rs6000.c:10383 config/xtensa/xtensa.c:1907
11516 #, c-format
11517 msgid "invalid %%v value"
11518 msgstr ""
11519
11520 #: config/rs6000/rs6000.c:15209
11521 msgid "no profiling of 64-bit code for this ABI"
11522 msgstr ""
11523
11524 #: config/rs6000/rs6000.c:16281
11525 msgid "use of 'long' in AltiVec types is deprecated; use 'int'"
11526 msgstr ""
11527
11528 #: config/rs6000/aix.h:203 config/rs6000/beos.h:32
11529 msgid "Always pass floating-point arguments in memory"
11530 msgstr ""
11531
11532 #: config/rs6000/aix.h:205 config/rs6000/beos.h:34
11533 msgid "Don't always pass floating-point arguments in memory"
11534 msgstr ""
11535
11536 #: config/rs6000/aix41.h:27 config/rs6000/aix43.h:32 config/rs6000/aix51.h:31
11537 #: config/rs6000/aix52.h:31
11538 msgid "Support message passing with the Parallel Environment"
11539 msgstr ""
11540
11541 #: config/rs6000/aix43.h:28 config/rs6000/aix51.h:27 config/rs6000/aix52.h:27
11542 msgid "Compile for 64-bit pointers"
11543 msgstr ""
11544
11545 #: config/rs6000/aix43.h:30 config/rs6000/aix51.h:29 config/rs6000/aix52.h:29
11546 msgid "Compile for 32-bit pointers"
11547 msgstr ""
11548
11549 #: config/rs6000/aix43.h:49 config/rs6000/aix51.h:48 config/rs6000/aix52.h:48
11550 msgid "-maix64 and POWER architecture are incompatible"
11551 msgstr ""
11552
11553 #: config/rs6000/aix43.h:54 config/rs6000/aix51.h:53 config/rs6000/aix52.h:53
11554 msgid "-maix64 requires PowerPC64 architecture remain enabled"
11555 msgstr ""
11556
11557 #: config/rs6000/aix43.h:58 config/rs6000/aix51.h:57 config/rs6000/aix52.h:57
11558 msgid ""
11559 "-maix64 required: 64-bit computation with 32-bit addressing not yet supported"
11560 msgstr ""
11561
11562 #: config/rs6000/darwin.h:69 config/rs6000/sysv4.h:153
11563 msgid "Generate 64-bit code"
11564 msgstr ""
11565
11566 #: config/rs6000/darwin.h:71 config/rs6000/sysv4.h:155
11567 msgid "Generate 32-bit code"
11568 msgstr ""
11569
11570 #: config/rs6000/darwin.h:73
11571 msgid "Generate code suitable for executables (NOT shared libs)"
11572 msgstr ""
11573
11574 #. The Darwin ABI always includes AltiVec, can't be (validly) turned
11575 #. off.
11576 #: config/rs6000/darwin.h:89
11577 msgid "-mdynamic-no-pic overrides -fpic or -fPIC"
11578 msgstr ""
11579
11580 #. Darwin doesn't support -fpic.
11581 #: config/rs6000/darwin.h:95
11582 msgid "-fpic is not supported; -fPIC assumed"
11583 msgstr ""
11584
11585 #: config/rs6000/darwin.h:113
11586 msgid "-m64 requires PowerPC64 architecture, enabling"
11587 msgstr ""
11588
11589 #: config/rs6000/linux64.h:106
11590 msgid "-m64 requires a PowerPC64 cpu"
11591 msgstr ""
11592
11593 #: config/rs6000/linux64.h:216
11594 msgid "Call mcount for profiling before a function prologue"
11595 msgstr ""
11596
11597 #: config/rs6000/linux64.h:218
11598 msgid "Call mcount for profiling after a function prologue"
11599 msgstr ""
11600
11601 #. Run-time compilation parameters selecting different hardware subsets.
11602 #.
11603 #. Macro to define tables used to set the flags.
11604 #. This is a list in braces of pairs in braces,
11605 #. each pair being { "NAME", VALUE }
11606 #. where VALUE is the bits to set or minus the bits to clear.
11607 #. An empty string NAME is used to identify the default VALUE.
11608 #: config/rs6000/rs6000.h:277
11609 msgid "Use POWER instruction set"
11610 msgstr ""
11611
11612 #: config/rs6000/rs6000.h:280
11613 msgid "Use POWER2 instruction set"
11614 msgstr ""
11615
11616 #: config/rs6000/rs6000.h:282
11617 msgid "Do not use POWER2 instruction set"
11618 msgstr ""
11619
11620 #: config/rs6000/rs6000.h:285
11621 msgid "Do not use POWER instruction set"
11622 msgstr ""
11623
11624 #: config/rs6000/rs6000.h:287
11625 msgid "Use PowerPC instruction set"
11626 msgstr ""
11627
11628 #: config/rs6000/rs6000.h:290
11629 msgid "Do not use PowerPC instruction set"
11630 msgstr ""
11631
11632 #: config/rs6000/rs6000.h:292
11633 msgid "Use PowerPC General Purpose group optional instructions"
11634 msgstr ""
11635
11636 #: config/rs6000/rs6000.h:294
11637 msgid "Do not use PowerPC General Purpose group optional instructions"
11638 msgstr ""
11639
11640 #: config/rs6000/rs6000.h:296
11641 msgid "Use PowerPC Graphics group optional instructions"
11642 msgstr ""
11643
11644 #: config/rs6000/rs6000.h:298
11645 msgid "Do not use PowerPC Graphics group optional instructions"
11646 msgstr ""
11647
11648 #: config/rs6000/rs6000.h:300
11649 msgid "Use PowerPC-64 instruction set"
11650 msgstr ""
11651
11652 #: config/rs6000/rs6000.h:302
11653 msgid "Do not use PowerPC-64 instruction set"
11654 msgstr ""
11655
11656 #: config/rs6000/rs6000.h:304
11657 msgid "Use AltiVec instructions"
11658 msgstr ""
11659
11660 #: config/rs6000/rs6000.h:306
11661 msgid "Do not use AltiVec instructions"
11662 msgstr ""
11663
11664 #: config/rs6000/rs6000.h:308
11665 msgid "Use new mnemonics for PowerPC architecture"
11666 msgstr ""
11667
11668 #: config/rs6000/rs6000.h:310
11669 msgid "Use old mnemonics for PowerPC architecture"
11670 msgstr ""
11671
11672 #: config/rs6000/rs6000.h:313
11673 msgid "Put everything in the regular TOC"
11674 msgstr ""
11675
11676 #: config/rs6000/rs6000.h:315
11677 msgid "Place floating point constants in TOC"
11678 msgstr ""
11679
11680 #: config/rs6000/rs6000.h:317
11681 msgid "Do not place floating point constants in TOC"
11682 msgstr ""
11683
11684 #: config/rs6000/rs6000.h:319
11685 msgid "Place symbol+offset constants in TOC"
11686 msgstr ""
11687
11688 #: config/rs6000/rs6000.h:321
11689 msgid "Do not place symbol+offset constants in TOC"
11690 msgstr ""
11691
11692 #: config/rs6000/rs6000.h:327
11693 msgid "Place variable addresses in the regular TOC"
11694 msgstr ""
11695
11696 #: config/rs6000/rs6000.h:333
11697 msgid "Generate load/store multiple instructions"
11698 msgstr ""
11699
11700 #: config/rs6000/rs6000.h:335
11701 msgid "Do not generate load/store multiple instructions"
11702 msgstr ""
11703
11704 #: config/rs6000/rs6000.h:337
11705 msgid "Generate string instructions for block moves"
11706 msgstr ""
11707
11708 #: config/rs6000/rs6000.h:339
11709 msgid "Do not generate string instructions for block moves"
11710 msgstr ""
11711
11712 #: config/rs6000/rs6000.h:341
11713 msgid "Generate load/store with update instructions"
11714 msgstr ""
11715
11716 #: config/rs6000/rs6000.h:343
11717 msgid "Do not generate load/store with update instructions"
11718 msgstr ""
11719
11720 #: config/rs6000/rs6000.h:347
11721 msgid "Do not generate fused multiply/add instructions"
11722 msgstr ""
11723
11724 #: config/rs6000/rs6000.h:351
11725 msgid "Do not schedule the start and end of the procedure"
11726 msgstr ""
11727
11728 #: config/rs6000/rs6000.h:357
11729 msgid "Return all structures in memory (AIX default)"
11730 msgstr ""
11731
11732 #: config/rs6000/rs6000.h:359
11733 msgid "Return small structures in registers (SVR4 default)"
11734 msgstr ""
11735
11736 #: config/rs6000/rs6000.h:365
11737 msgid "Generate single field mfcr instruction"
11738 msgstr ""
11739
11740 #: config/rs6000/rs6000.h:367
11741 msgid "Do not generate single field mfcr instruction"
11742 msgstr ""
11743
11744 #: config/rs6000/rs6000.h:451 config/sparc/sparc.h:709
11745 msgid "Use features of and schedule code for given CPU"
11746 msgstr ""
11747
11748 #: config/rs6000/rs6000.h:454
11749 msgid "Enable debug output"
11750 msgstr ""
11751
11752 #: config/rs6000/rs6000.h:456
11753 msgid "Select full, part, or no traceback table"
11754 msgstr ""
11755
11756 #: config/rs6000/rs6000.h:457
11757 msgid "Specify ABI to use"
11758 msgstr ""
11759
11760 #: config/rs6000/rs6000.h:459
11761 msgid "Specify size of long double (64 or 128 bits)"
11762 msgstr ""
11763
11764 #: config/rs6000/rs6000.h:461
11765 msgid "Specify yes/no if isel instructions should be generated"
11766 msgstr ""
11767
11768 #: config/rs6000/rs6000.h:463
11769 msgid "Specify yes/no if SPE SIMD instructions should be generated"
11770 msgstr ""
11771
11772 #: config/rs6000/rs6000.h:465
11773 msgid "Specify yes/no if using floating point in the GPRs"
11774 msgstr ""
11775
11776 #: config/rs6000/rs6000.h:467
11777 msgid "Specify yes/no if VRSAVE instructions should be generated for AltiVec"
11778 msgstr ""
11779
11780 #: config/rs6000/rs6000.h:469
11781 msgid "Avoid all range limits on call instructions"
11782 msgstr ""
11783
11784 #: config/rs6000/rs6000.h:472
11785 msgid "Warn about deprecated 'vector long ...' AltiVec type usage"
11786 msgstr ""
11787
11788 #: config/rs6000/rs6000.h:475
11789 msgid "Determine which dependences between insns are considered costly"
11790 msgstr ""
11791
11792 #: config/rs6000/rs6000.h:477
11793 msgid "Specify which post scheduling nop insertion scheme to apply"
11794 msgstr ""
11795
11796 #: config/rs6000/rs6000.h:479
11797 msgid "Specify alignment of structure fields default/natural"
11798 msgstr ""
11799
11800 #: config/rs6000/rs6000.h:481
11801 msgid "Specify scheduling priority for dispatch slot restricted insns"
11802 msgstr ""
11803
11804 #. Definitions for __builtin_return_address and __builtin_frame_address.
11805 #. __builtin_return_address (0) should give link register (65), enable
11806 #. this.
11807 #. This should be uncommented, so that the link register is used, but
11808 #. currently this would result in unmatched insns and spilling fixed
11809 #. registers so we'll leave it for another day.  When these problems are
11810 #. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX.
11811 #. (mrs)
11812 #. #define RETURN_ADDR_IN_PREVIOUS_FRAME
11813 #. Number of bytes into the frame return addresses can be found.  See
11814 #. rs6000_stack_info in rs6000.c for more information on how the different
11815 #. abi's store the return address.
11816 #: config/rs6000/rs6000.h:1818
11817 msgid "RETURN_ADDRESS_OFFSET not supported"
11818 msgstr ""
11819
11820 #: config/rs6000/sysv4.h:87
11821 msgid "Select ABI calling convention"
11822 msgstr ""
11823
11824 #: config/rs6000/sysv4.h:88
11825 msgid "Select method for sdata handling"
11826 msgstr ""
11827
11828 #: config/rs6000/sysv4.h:100
11829 msgid "Align to the base type of the bit-field"
11830 msgstr ""
11831
11832 #: config/rs6000/sysv4.h:102
11833 msgid "Don't align to the base type of the bit-field"
11834 msgstr ""
11835
11836 #: config/rs6000/sysv4.h:104
11837 msgid "Don't assume that unaligned accesses are handled by the system"
11838 msgstr ""
11839
11840 #: config/rs6000/sysv4.h:106
11841 msgid "Assume that unaligned accesses are handled by the system"
11842 msgstr ""
11843
11844 #: config/rs6000/sysv4.h:108 config/rs6000/sysv4.h:112
11845 msgid "Produce code relocatable at runtime"
11846 msgstr ""
11847
11848 #: config/rs6000/sysv4.h:110 config/rs6000/sysv4.h:114
11849 msgid "Don't produce code relocatable at runtime"
11850 msgstr ""
11851
11852 #: config/rs6000/sysv4.h:116 config/rs6000/sysv4.h:118
11853 msgid "Produce little endian code"
11854 msgstr ""
11855
11856 #: config/rs6000/sysv4.h:120 config/rs6000/sysv4.h:122
11857 msgid "Produce big endian code"
11858 msgstr ""
11859
11860 #: config/rs6000/sysv4.h:123 config/rs6000/sysv4.h:124
11861 #: config/rs6000/sysv4.h:125 config/rs6000/sysv4.h:126
11862 #: config/rs6000/sysv4.h:127 config/rs6000/sysv4.h:128
11863 #: config/rs6000/sysv4.h:138 config/rs6000/sysv4.h:139
11864 #: config/rs6000/sysv4.h:151 config/rs6000/sysv4.h:157
11865 msgid "no description yet"
11866 msgstr ""
11867
11868 #: config/rs6000/sysv4.h:129
11869 msgid "Use EABI"
11870 msgstr ""
11871
11872 #: config/rs6000/sysv4.h:130
11873 msgid "Don't use EABI"
11874 msgstr ""
11875
11876 #: config/rs6000/sysv4.h:133
11877 msgid "Do not allow bit-fields to cross word boundaries"
11878 msgstr ""
11879
11880 #: config/rs6000/sysv4.h:135
11881 msgid "Use alternate register names"
11882 msgstr ""
11883
11884 #: config/rs6000/sysv4.h:137
11885 msgid "Don't use alternate register names"
11886 msgstr ""
11887
11888 #: config/rs6000/sysv4.h:141
11889 msgid "Link with libsim.a, libc.a and sim-crt0.o"
11890 msgstr ""
11891
11892 #: config/rs6000/sysv4.h:143
11893 msgid "Link with libads.a, libc.a and crt0.o"
11894 msgstr ""
11895
11896 #: config/rs6000/sysv4.h:145
11897 msgid "Link with libyk.a, libc.a and crt0.o"
11898 msgstr ""
11899
11900 #: config/rs6000/sysv4.h:147
11901 msgid "Link with libmvme.a, libc.a and crt0.o"
11902 msgstr ""
11903
11904 #: config/rs6000/sysv4.h:149
11905 msgid "Set the PPC_EMB bit in the ELF flags header"
11906 msgstr ""
11907
11908 #: config/rs6000/sysv4.h:150
11909 msgid "Use the WindISS simulator"
11910 msgstr ""
11911
11912 #. Sometimes certain combinations of command options do not make sense
11913 #. on a particular target machine.  You can define a macro
11914 #. `OVERRIDE_OPTIONS' to take account of this.  This macro, if
11915 #. defined, is executed once just after all the command options have
11916 #. been parsed.
11917 #.
11918 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
11919 #. get control.
11920 #: config/rs6000/sysv4.h:219
11921 #, c-format
11922 msgid "bad value for -mcall-%s"
11923 msgstr ""
11924
11925 #: config/rs6000/sysv4.h:235
11926 #, c-format
11927 msgid "bad value for -msdata=%s"
11928 msgstr ""
11929
11930 #: config/rs6000/sysv4.h:252
11931 #, c-format
11932 msgid "-mrelocatable and -msdata=%s are incompatible"
11933 msgstr ""
11934
11935 #: config/rs6000/sysv4.h:261
11936 #, c-format
11937 msgid "-f%s and -msdata=%s are incompatible"
11938 msgstr ""
11939
11940 #: config/rs6000/sysv4.h:270
11941 #, c-format
11942 msgid "-msdata=%s and -mcall-%s are incompatible"
11943 msgstr ""
11944
11945 #: config/rs6000/sysv4.h:279
11946 msgid "-mrelocatable and -mno-minimal-toc are incompatible"
11947 msgstr ""
11948
11949 #: config/rs6000/sysv4.h:285
11950 #, c-format
11951 msgid "-mrelocatable and -mcall-%s are incompatible"
11952 msgstr ""
11953
11954 #: config/rs6000/sysv4.h:292
11955 #, c-format
11956 msgid "-fPIC and -mcall-%s are incompatible"
11957 msgstr ""
11958
11959 #: config/rs6000/sysv4.h:299
11960 msgid "-mcall-aixdesc must be big endian"
11961 msgstr ""
11962
11963 #: config/rs6000/sysv4.h:314
11964 #, c-format
11965 msgid "-m%s not supported in this configuration"
11966 msgstr ""
11967
11968 #: config/s390/s390.c:1238
11969 #, c-format
11970 msgid "Unknown cpu used in -march=%s."
11971 msgstr ""
11972
11973 #: config/s390/s390.c:1257
11974 #, c-format
11975 msgid "Unknown cpu used in -mtune=%s."
11976 msgstr ""
11977
11978 #: config/s390/s390.c:1262
11979 #, c-format
11980 msgid "z/Architecture mode not supported on %s."
11981 msgstr ""
11982
11983 #: config/s390/s390.c:1264
11984 msgid "64-bit ABI not supported in ESA/390 mode."
11985 msgstr ""
11986
11987 #: config/s390/s390.c:1270
11988 msgid "invalid value for -mwarn-framesize"
11989 msgstr ""
11990
11991 #: config/s390/s390.c:1280
11992 msgid "invalid value for -mstack-size"
11993 msgstr ""
11994
11995 #: config/s390/s390.c:1283
11996 msgid "stack size must be an exact power of 2"
11997 msgstr ""
11998
11999 #: config/s390/s390.c:1289
12000 msgid "invalid value for -mstack-guard"
12001 msgstr ""
12002
12003 #: config/s390/s390.c:1292
12004 msgid "stack size must be greater than the stack guard value"
12005 msgstr ""
12006
12007 #: config/s390/s390.c:1295
12008 msgid "stack guard value must be an exact power of 2"
12009 msgstr ""
12010
12011 #: config/s390/s390.c:1298
12012 msgid "-mstack-size implies use of -mstack-guard"
12013 msgstr ""
12014
12015 #: config/s390/s390.c:1302
12016 msgid "-mstack-guard implies use of -mstack-size"
12017 msgstr ""
12018
12019 #: config/s390/s390.c:3995
12020 msgid "Cannot decompose address."
12021 msgstr ""
12022
12023 #: config/s390/s390.c:4166
12024 msgid "UNKNOWN in print_operand !?"
12025 msgstr ""
12026
12027 #: config/s390/s390.c:6212
12028 msgid "Total size of local variables exceeds architecture limit."
12029 msgstr ""
12030
12031 #: config/s390/s390.c:6751
12032 #, c-format
12033 msgid "frame size of `%s' is "
12034 msgstr ""
12035
12036 #: config/s390/s390.c:6751
12037 msgid " bytes"
12038 msgstr ""
12039
12040 #: config/s390/s390.c:6755
12041 #, c-format
12042 msgid "`%s' uses dynamic stack allocation"
12043 msgstr ""
12044
12045 #: config/s390/s390.h:137
12046 msgid "Use bras for executable < 64k"
12047 msgstr ""
12048
12049 #: config/s390/s390.h:138
12050 msgid "Don't use bras"
12051 msgstr ""
12052
12053 #: config/s390/s390.h:139
12054 msgid "Additional debug prints"
12055 msgstr ""
12056
12057 #: config/s390/s390.h:140
12058 msgid "Don't print additional debug prints"
12059 msgstr ""
12060
12061 #: config/s390/s390.h:141
12062 msgid "64 bit ABI"
12063 msgstr ""
12064
12065 #: config/s390/s390.h:142
12066 msgid "31 bit ABI"
12067 msgstr ""
12068
12069 #: config/s390/s390.h:143
12070 msgid "z/Architecture"
12071 msgstr ""
12072
12073 #: config/s390/s390.h:144
12074 msgid "ESA/390 architecture"
12075 msgstr ""
12076
12077 #: config/s390/s390.h:145
12078 msgid "mvcle use"
12079 msgstr ""
12080
12081 #: config/s390/s390.h:146
12082 msgid "mvc&ex"
12083 msgstr ""
12084
12085 #: config/s390/s390.h:147
12086 msgid "enable tpf OS tracing code"
12087 msgstr ""
12088
12089 #: config/s390/s390.h:148
12090 msgid "disable tpf OS tracing code"
12091 msgstr ""
12092
12093 #: config/s390/s390.h:149
12094 msgid "disable fused multiply/add instructions"
12095 msgstr ""
12096
12097 #: config/s390/s390.h:150
12098 msgid "enable fused multiply/add instructions"
12099 msgstr ""
12100
12101 #: config/s390/s390.h:159
12102 msgid "Set backchain"
12103 msgstr ""
12104
12105 #: config/s390/s390.h:161
12106 msgid "Do not set backchain"
12107 msgstr ""
12108
12109 #: config/s390/s390.h:163
12110 msgid "Set backchain appropriate for the linux kernel"
12111 msgstr ""
12112
12113 #: config/s390/s390.h:165
12114 msgid "Warn if a single function's framesize exceeds the given framesize"
12115 msgstr ""
12116
12117 #: config/s390/s390.h:168
12118 msgid "Warn if a function uses alloca or creates an array with dynamic size"
12119 msgstr ""
12120
12121 #: config/s390/s390.h:171
12122 msgid ""
12123 "Emit extra code in the function prologue in order to trap if the stacksize "
12124 "exceeds the given limit"
12125 msgstr ""
12126
12127 #: config/s390/s390.h:174
12128 msgid ""
12129 "Set the max. number of bytes which has to be left to stack size before a "
12130 "trap instruction is triggered"
12131 msgstr ""
12132
12133 #: config/sh/sh.c:6183
12134 msgid "__builtin_saveregs not supported by this subtarget"
12135 msgstr ""
12136
12137 #: config/sh/sh.c:7152
12138 msgid "attribute interrupt_handler is not compatible with -m5-compact"
12139 msgstr ""
12140
12141 #. The sp_switch attribute only has meaning for interrupt functions.
12142 #: config/sh/sh.c:7174 config/sh/sh.c:7209
12143 #, c-format
12144 msgid "`%s' attribute only applies to interrupt functions"
12145 msgstr ""
12146
12147 #. The argument must be a constant string.
12148 #: config/sh/sh.c:7181
12149 #, c-format
12150 msgid "`%s' attribute argument not a string constant"
12151 msgstr ""
12152
12153 #. The argument must be a constant integer.
12154 #: config/sh/sh.c:7216
12155 #, c-format
12156 msgid "`%s' attribute argument not an integer constant"
12157 msgstr ""
12158
12159 #: config/sh/sh.c:7344
12160 #, c-format
12161 msgid "created and used with differing settings of `-m%s'"
12162 msgstr ""
12163
12164 #: config/sh/symbian.c:147
12165 msgid ""
12166 "%H function '%D' is defined after prior declaration as dllimport: attribute "
12167 "ignored"
12168 msgstr ""
12169
12170 #: config/sh/symbian.c:158
12171 msgid "%Hinline function '%D' is declared as dllimport: attribute ignored."
12172 msgstr ""
12173
12174 #: config/sh/symbian.c:171
12175 msgid "%Hdefinition of static data member '%D' of dllimport'd class."
12176 msgstr ""
12177
12178 #: config/sh/symbian.c:286
12179 msgid ""
12180 "%Hfailure in redeclaration of '%D': dllimport'd symbol lacks external "
12181 "linkage."
12182 msgstr ""
12183
12184 #: config/sh/symbian.c:332
12185 msgid "%H%s '%D' %s after being referenced with dllimport linkage."
12186 msgstr ""
12187
12188 #: config/sh/symbian.c:436
12189 msgid "%Hvariable `%D' definition is marked dllimport."
12190 msgstr ""
12191
12192 #: config/sh/symbian.c:511
12193 msgid "%Hexternal linkage required for symbol '%D' because of '%s' attribute."
12194 msgstr ""
12195
12196 #: config/sh/symbian.c:893 cp/tree.c:2355
12197 #, c-format
12198 msgid "lang_* check: failed in %s, at %s:%d"
12199 msgstr ""
12200
12201 #. There are no delay slots on SHmedia.
12202 #. Relaxation isn't yet supported for SHmedia
12203 #. -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.
12204 #: config/sh/sh.h:754
12205 msgid "Profiling is not supported on this target."
12206 msgstr ""
12207
12208 #: config/sparc/sparc.c:557
12209 #, c-format
12210 msgid "%s is not supported by this configuration"
12211 msgstr ""
12212
12213 #: config/sparc/sparc.c:564
12214 msgid "-mlong-double-64 not allowed with -m64"
12215 msgstr ""
12216
12217 #: config/sparc/sparc.c:589
12218 msgid "-mcmodel= is not supported on 32 bit systems"
12219 msgstr ""
12220
12221 #: config/sparc/sparc.c:7106 config/sparc/sparc.c:7112
12222 #, c-format
12223 msgid "invalid %%Y operand"
12224 msgstr ""
12225
12226 #: config/sparc/sparc.c:7182
12227 #, c-format
12228 msgid "invalid %%A operand"
12229 msgstr ""
12230
12231 #: config/sparc/sparc.c:7192
12232 #, c-format
12233 msgid "invalid %%B operand"
12234 msgstr ""
12235
12236 #: config/sparc/sparc.c:7231
12237 #, c-format
12238 msgid "invalid %%c operand"
12239 msgstr ""
12240
12241 #: config/sparc/sparc.c:7232
12242 #, c-format
12243 msgid "invalid %%C operand"
12244 msgstr ""
12245
12246 #: config/sparc/sparc.c:7253
12247 #, c-format
12248 msgid "invalid %%d operand"
12249 msgstr ""
12250
12251 #: config/sparc/sparc.c:7254
12252 #, c-format
12253 msgid "invalid %%D operand"
12254 msgstr ""
12255
12256 #: config/sparc/sparc.c:7270
12257 #, c-format
12258 msgid "invalid %%f operand"
12259 msgstr ""
12260
12261 #: config/sparc/sparc.c:7284
12262 #, c-format
12263 msgid "invalid %%s operand"
12264 msgstr ""
12265
12266 #: config/sparc/sparc.c:7338
12267 msgid "long long constant not a valid immediate operand"
12268 msgstr ""
12269
12270 #: config/sparc/sparc.c:7341
12271 msgid "floating point constant not a valid immediate operand"
12272 msgstr ""
12273
12274 #: config/sparc/freebsd.h:77 config/sparc/linux.h:86
12275 #: config/sparc/linux64.h:106 config/sparc/netbsd-elf.h:211
12276 msgid "Use 64 bit long doubles"
12277 msgstr ""
12278
12279 #: config/sparc/freebsd.h:78 config/sparc/linux.h:87
12280 #: config/sparc/linux64.h:107 config/sparc/netbsd-elf.h:212
12281 msgid "Use 128 bit long doubles"
12282 msgstr ""
12283
12284 #: config/sparc/sp64-elf.h:90
12285 msgid "Generate code for big endian"
12286 msgstr ""
12287
12288 #: config/sparc/sp64-elf.h:91
12289 msgid "Generate code for little endian"
12290 msgstr ""
12291
12292 #: config/sparc/sp86x-elf.h:68
12293 msgid "Use little-endian byte order for data"
12294 msgstr ""
12295
12296 #: config/sparc/sparc.h:626
12297 msgid "Assume possible double misalignment"
12298 msgstr ""
12299
12300 #: config/sparc/sparc.h:628
12301 msgid "Assume all doubles are aligned"
12302 msgstr ""
12303
12304 #: config/sparc/sparc.h:630
12305 msgid "Pass -assert pure-text to linker"
12306 msgstr ""
12307
12308 #: config/sparc/sparc.h:632
12309 msgid "Do not pass -assert pure-text to linker"
12310 msgstr ""
12311
12312 #: config/sparc/sparc.h:634
12313 msgid "Use ABI reserved registers"
12314 msgstr ""
12315
12316 #: config/sparc/sparc.h:636
12317 msgid "Do not use ABI reserved registers"
12318 msgstr ""
12319
12320 #: config/sparc/sparc.h:638
12321 msgid "Use hardware quad fp instructions"
12322 msgstr ""
12323
12324 #: config/sparc/sparc.h:640
12325 msgid "Do not use hardware quad fp instructions"
12326 msgstr ""
12327
12328 #: config/sparc/sparc.h:642
12329 msgid "Compile for v8plus ABI"
12330 msgstr ""
12331
12332 #: config/sparc/sparc.h:644
12333 msgid "Do not compile for v8plus ABI"
12334 msgstr ""
12335
12336 #: config/sparc/sparc.h:646
12337 msgid "Utilize Visual Instruction Set"
12338 msgstr ""
12339
12340 #: config/sparc/sparc.h:648
12341 msgid "Do not utilize Visual Instruction Set"
12342 msgstr ""
12343
12344 #: config/sparc/sparc.h:650
12345 msgid "Pointers are 64-bit"
12346 msgstr ""
12347
12348 #: config/sparc/sparc.h:652
12349 msgid "Pointers are 32-bit"
12350 msgstr ""
12351
12352 #: config/sparc/sparc.h:654
12353 msgid "Use 32-bit ABI"
12354 msgstr ""
12355
12356 #: config/sparc/sparc.h:656
12357 msgid "Use 64-bit ABI"
12358 msgstr ""
12359
12360 #: config/sparc/sparc.h:658
12361 msgid "Use stack bias"
12362 msgstr ""
12363
12364 #: config/sparc/sparc.h:660
12365 msgid "Do not use stack bias"
12366 msgstr ""
12367
12368 #: config/sparc/sparc.h:662
12369 msgid "Use structs on stronger alignment for double-word copies"
12370 msgstr ""
12371
12372 #: config/sparc/sparc.h:664
12373 msgid "Do not use structs on stronger alignment for double-word copies"
12374 msgstr ""
12375
12376 #: config/sparc/sparc.h:666
12377 msgid "Optimize tail call instructions in assembler and linker"
12378 msgstr ""
12379
12380 #: config/sparc/sparc.h:668
12381 msgid "Do not optimize tail call instructions in assembler or linker"
12382 msgstr ""
12383
12384 #: config/sparc/sparc.h:713
12385 msgid "Use given SPARC code model"
12386 msgstr ""
12387
12388 #: config/stormy16/stormy16.c:528
12389 msgid "Constant halfword load operand out of range."
12390 msgstr ""
12391
12392 #: config/stormy16/stormy16.c:538
12393 msgid "Constant arithmetic operand out of range."
12394 msgstr ""
12395
12396 #: config/stormy16/stormy16.c:1224
12397 msgid "Local variable memory requirements exceed capacity."
12398 msgstr ""
12399
12400 #: config/stormy16/stormy16.c:1390
12401 msgid "function_profiler support"
12402 msgstr ""
12403
12404 #: config/stormy16/stormy16.c:1479
12405 msgid "cannot use va_start in interrupt function"
12406 msgstr ""
12407
12408 #: config/stormy16/stormy16.c:1921 config/stormy16/stormy16.c:1992
12409 msgid "`B' operand is not constant"
12410 msgstr ""
12411
12412 #: config/stormy16/stormy16.c:1948
12413 msgid "`B' operand has multiple bits set"
12414 msgstr ""
12415
12416 #: config/stormy16/stormy16.c:1974
12417 msgid "`o' operand is not constant"
12418 msgstr ""
12419
12420 #: config/stormy16/stormy16.c:2006
12421 msgid "xstormy16_print_operand: unknown code"
12422 msgstr ""
12423
12424 #: config/stormy16/stormy16.c:2052
12425 #, c-format
12426 msgid "switch statement of size %lu entries too large"
12427 msgstr ""
12428
12429 #: config/stormy16/stormy16.c:2434
12430 msgid "`__BELOW100__' attribute only applies to variables"
12431 msgstr ""
12432
12433 #: config/stormy16/stormy16.c:2441
12434 msgid "__BELOW100__ attribute not allowed with auto storage class."
12435 msgstr ""
12436
12437 #: config/v850/v850-c.c:67
12438 msgid "#pragma GHS endXXXX found without previous startXXX"
12439 msgstr ""
12440
12441 #: config/v850/v850-c.c:69
12442 msgid "#pragma GHS endXXX does not match previous startXXX"
12443 msgstr ""
12444
12445 #: config/v850/v850-c.c:94
12446 msgid "cannot set interrupt attribute: no current function"
12447 msgstr ""
12448
12449 #: config/v850/v850-c.c:102
12450 msgid "cannot set interrupt attribute: no such identifier"
12451 msgstr ""
12452
12453 #: config/v850/v850-c.c:147
12454 msgid "junk at end of #pragma ghs section"
12455 msgstr ""
12456
12457 #: config/v850/v850-c.c:164
12458 #, c-format
12459 msgid "unrecognized section name \"%s\""
12460 msgstr ""
12461
12462 #: config/v850/v850-c.c:179
12463 msgid "malformed #pragma ghs section"
12464 msgstr ""
12465
12466 #: config/v850/v850-c.c:198
12467 msgid "junk at end of #pragma ghs interrupt"
12468 msgstr ""
12469
12470 #: config/v850/v850-c.c:209
12471 msgid "junk at end of #pragma ghs starttda"
12472 msgstr ""
12473
12474 #: config/v850/v850-c.c:220
12475 msgid "junk at end of #pragma ghs startsda"
12476 msgstr ""
12477
12478 #: config/v850/v850-c.c:231
12479 msgid "junk at end of #pragma ghs startzda"
12480 msgstr ""
12481
12482 #: config/v850/v850-c.c:242
12483 msgid "junk at end of #pragma ghs endtda"
12484 msgstr ""
12485
12486 #: config/v850/v850-c.c:253
12487 msgid "junk at end of #pragma ghs endsda"
12488 msgstr ""
12489
12490 #: config/v850/v850-c.c:264
12491 msgid "junk at end of #pragma ghs endzda"
12492 msgstr ""
12493
12494 #: config/v850/v850.c:163
12495 #, c-format
12496 msgid "%s=%s is not numeric"
12497 msgstr ""
12498
12499 #: config/v850/v850.c:170
12500 #, c-format
12501 msgid "%s=%s is too large"
12502 msgstr ""
12503
12504 #: config/v850/v850.c:336
12505 msgid "const_double_split got a bad insn:"
12506 msgstr ""
12507
12508 #: config/v850/v850.c:901
12509 msgid "output_move_single:"
12510 msgstr ""
12511
12512 #: config/v850/v850.c:2243
12513 msgid "%Jdata area attributes cannot be specified for local variables"
12514 msgstr ""
12515
12516 #: config/v850/v850.c:2254
12517 msgid "%Jdata area of '%D' conflicts with previous declaration"
12518 msgstr ""
12519
12520 #: config/v850/v850.c:2453
12521 #, c-format
12522 msgid "bogus JR construction: %d\n"
12523 msgstr ""
12524
12525 #: config/v850/v850.c:2474 config/v850/v850.c:2677
12526 #, c-format
12527 msgid "bad amount of stack space removal: %d"
12528 msgstr ""
12529
12530 #: config/v850/v850.c:2653
12531 #, c-format
12532 msgid "bogus JARL construction: %d\n"
12533 msgstr ""
12534
12535 #: config/v850/v850.c:3023
12536 #, c-format
12537 msgid "Bogus DISPOSE construction: %d\n"
12538 msgstr ""
12539
12540 #: config/v850/v850.c:3045
12541 #, c-format
12542 msgid "Too much stack space to dispose of: %d"
12543 msgstr ""
12544
12545 #: config/v850/v850.c:3218
12546 #, c-format
12547 msgid "Bogus PREPEARE construction: %d\n"
12548 msgstr ""
12549
12550 #: config/v850/v850.c:3240
12551 #, c-format
12552 msgid "Too much stack space to prepare: %d"
12553 msgstr ""
12554
12555 #. Macro to define tables used to set the flags.
12556 #. This is a list in braces of pairs in braces,
12557 #. each pair being { "NAME", VALUE }
12558 #. where VALUE is the bits to set or minus the bits to clear.
12559 #. An empty string NAME is used to identify the default VALUE.
12560 #: config/v850/v850.h:174
12561 msgid "Support Green Hills ABI"
12562 msgstr ""
12563
12564 #: config/v850/v850.h:177
12565 msgid "Prohibit PC relative function calls"
12566 msgstr ""
12567
12568 #: config/v850/v850.h:180
12569 msgid "Reuse r30 on a per function basis"
12570 msgstr ""
12571
12572 #: config/v850/v850.h:183
12573 msgid "Use stubs for function prologues"
12574 msgstr ""
12575
12576 #: config/v850/v850.h:186
12577 msgid "Same as: -mep -mprolog-function"
12578 msgstr ""
12579
12580 #: config/v850/v850.h:187
12581 msgid "Enable backend debugging"
12582 msgstr ""
12583
12584 #: config/v850/v850.h:189
12585 msgid "Compile for the v850 processor"
12586 msgstr ""
12587
12588 #: config/v850/v850.h:191
12589 msgid "Compile for v850e1 processor"
12590 msgstr ""
12591
12592 #. Make sure that the other bits are cleared.
12593 #: config/v850/v850.h:193
12594 msgid "Compile for v850e processor"
12595 msgstr ""
12596
12597 #. Make sure that the other bits are cleared.
12598 #: config/v850/v850.h:195
12599 msgid "Enable the use of the short load instructions"
12600 msgstr ""
12601
12602 #: config/v850/v850.h:198
12603 msgid "Do not use the callt instruction"
12604 msgstr ""
12605
12606 #: config/v850/v850.h:205
12607 msgid "Do not use registers r2 and r5"
12608 msgstr ""
12609
12610 #: config/v850/v850.h:207
12611 msgid "Enforce strict alignment"
12612 msgstr ""
12613
12614 #: config/v850/v850.h:210
12615 msgid "Use 4 byte entries in switch tables"
12616 msgstr ""
12617
12618 #: config/v850/v850.h:236
12619 msgid "Set the max size of data eligible for the TDA area"
12620 msgstr ""
12621
12622 #: config/v850/v850.h:239
12623 msgid "Set the max size of data eligible for the SDA area"
12624 msgstr ""
12625
12626 #: config/v850/v850.h:242
12627 msgid "Set the max size of data eligible for the ZDA area"
12628 msgstr ""
12629
12630 #: config/xtensa/xtensa.c:1014 config/xtensa/xtensa.c:1046
12631 #: config/xtensa/xtensa.c:1055
12632 msgid "bad test"
12633 msgstr ""
12634
12635 #: config/xtensa/xtensa.c:1774
12636 msgid "boolean registers required for the floating-point option"
12637 msgstr ""
12638
12639 #: config/xtensa/xtensa.c:1820
12640 #, c-format
12641 msgid "-f%s is not supported with CONST16 instructions"
12642 msgstr ""
12643
12644 #: config/xtensa/xtensa.c:1825
12645 msgid "PIC is required but not supported with CONST16 instructions"
12646 msgstr ""
12647
12648 #: config/xtensa/xtensa.c:1895
12649 #, c-format
12650 msgid "invalid %%D value"
12651 msgstr ""
12652
12653 #: config/xtensa/xtensa.c:1932
12654 msgid "invalid mask"
12655 msgstr ""
12656
12657 #: config/xtensa/xtensa.c:1958
12658 #, c-format
12659 msgid "invalid %%x value"
12660 msgstr ""
12661
12662 #: config/xtensa/xtensa.c:1965
12663 #, c-format
12664 msgid "invalid %%d value"
12665 msgstr ""
12666
12667 #: config/xtensa/xtensa.c:1986 config/xtensa/xtensa.c:1996
12668 #, c-format
12669 msgid "invalid %%t/%%b value"
12670 msgstr ""
12671
12672 #: config/xtensa/xtensa.c:2038
12673 msgid "invalid address"
12674 msgstr ""
12675
12676 #: config/xtensa/xtensa.c:2063
12677 msgid "no register in address"
12678 msgstr ""
12679
12680 #: config/xtensa/xtensa.c:2071
12681 msgid "address offset not a constant"
12682 msgstr ""
12683
12684 #: config/xtensa/xtensa.c:2672
12685 msgid "only uninitialized variables can be placed in a .bss section"
12686 msgstr ""
12687
12688 #: config/xtensa/xtensa.h:79
12689 msgid "Use CONST16 instruction to load constants"
12690 msgstr ""
12691
12692 #: config/xtensa/xtensa.h:81
12693 msgid "Use PC-relative L32R instruction to load constants"
12694 msgstr ""
12695
12696 #: config/xtensa/xtensa.h:83
12697 msgid "Disable fused multiply/add and multiply/subtract FP instructions"
12698 msgstr ""
12699
12700 #: config/xtensa/xtensa.h:85
12701 msgid "Enable fused multiply/add and multiply/subtract FP instructions"
12702 msgstr ""
12703
12704 #: config/xtensa/xtensa.h:87
12705 msgid "Intersperse literal pools with code in the text section"
12706 msgstr ""
12707
12708 #: config/xtensa/xtensa.h:89
12709 msgid "Put literal pools in a separate literal section"
12710 msgstr ""
12711
12712 #: config/xtensa/xtensa.h:91
12713 msgid "Automatically align branch targets to reduce branch penalties"
12714 msgstr ""
12715
12716 #: config/xtensa/xtensa.h:93
12717 msgid "Do not automatically align branch targets"
12718 msgstr ""
12719
12720 #: config/xtensa/xtensa.h:95
12721 msgid "Use indirect CALLXn instructions for large programs"
12722 msgstr ""
12723
12724 #: config/xtensa/xtensa.h:97
12725 msgid "Use direct CALLn instructions for fast calls"
12726 msgstr ""
12727
12728 #: ada/misc.c:258
12729 #, c-format
12730 msgid "missing argument to \"-%s\""
12731 msgstr ""
12732
12733 #: ada/misc.c:299
12734 msgid "`-gnat' misspelled as `-gant'"
12735 msgstr ""
12736
12737 #: cp/call.c:282
12738 msgid "unable to call pointer to member function here"
12739 msgstr ""
12740
12741 #: cp/call.c:2365
12742 msgid "%s %D(%T, %T, %T) <built-in>"
12743 msgstr ""
12744
12745 #: cp/call.c:2370
12746 msgid "%s %D(%T, %T) <built-in>"
12747 msgstr ""
12748
12749 #: cp/call.c:2374
12750 msgid "%s %D(%T) <built-in>"
12751 msgstr ""
12752
12753 #: cp/call.c:2378
12754 msgid "%s %T <conversion>"
12755 msgstr ""
12756
12757 #: cp/call.c:2380
12758 msgid "%J%s %+#D <near match>"
12759 msgstr ""
12760
12761 #: cp/call.c:2382
12762 msgid "%J%s %+#D"
12763 msgstr ""
12764
12765 #: cp/call.c:2417
12766 msgid "candidates are:"
12767 msgstr ""
12768
12769 #: cp/call.c:2603
12770 msgid "conversion from %qT to %qT is ambiguous"
12771 msgstr ""
12772
12773 #: cp/call.c:2757 cp/call.c:2815
12774 msgid "no matching function for call to %<%D(%A)%>"
12775 msgstr ""
12776
12777 #: cp/call.c:2760 cp/call.c:2818
12778 msgid "call of overloaded %<%D(%A)%> is ambiguous"
12779 msgstr ""
12780
12781 #. It's no good looking for an overloaded operator() on a
12782 #. pointer-to-member-function.
12783 #: cp/call.c:2886
12784 #, c-format
12785 msgid ""
12786 "pointer-to-member function %E cannot be called without an object; consider "
12787 "using .* or ->*"
12788 msgstr ""
12789
12790 #: cp/call.c:2955
12791 msgid "no match for call to %<(%T) (%A)%>"
12792 msgstr ""
12793
12794 #: cp/call.c:2964
12795 msgid "call of %<(%T) (%A)%> is ambiguous"
12796 msgstr ""
12797
12798 #: cp/call.c:3001
12799 msgid "%s for ternary %<operator?:%> in %<%E ? %E : %E%>"
12800 msgstr ""
12801
12802 #: cp/call.c:3007
12803 msgid "%s for %<operator%s%> in %<%E%s%>"
12804 msgstr ""
12805
12806 #: cp/call.c:3011
12807 msgid "%s for %<operator[]%> in %<%E[%E]%>"
12808 msgstr ""
12809
12810 #: cp/call.c:3016
12811 msgid "%s for %qs in %<%s %E%>"
12812 msgstr ""
12813
12814 #: cp/call.c:3021
12815 msgid "%s for %<operator%s%> in %<%E %s %E%>"
12816 msgstr ""
12817
12818 #: cp/call.c:3024
12819 msgid "%s for %<operator%s%> in %<%s%E%>"
12820 msgstr ""
12821
12822 #: cp/call.c:3114
12823 msgid "ISO C++ forbids omitting the middle term of a ?: expression"
12824 msgstr ""
12825
12826 #: cp/call.c:3191
12827 msgid "%qE has type %<void%> and is not a throw-expression"
12828 msgstr ""
12829
12830 #: cp/call.c:3230 cp/call.c:3440
12831 msgid "operands to ?: have different types"
12832 msgstr ""
12833
12834 #: cp/call.c:3394
12835 msgid "enumeral mismatch in conditional expression: `%T' vs `%T'"
12836 msgstr ""
12837
12838 #: cp/call.c:3401
12839 msgid "enumeral and non-enumeral type in conditional expression"
12840 msgstr ""
12841
12842 #: cp/call.c:3696
12843 msgid "no %<%D(int)%> declared for postfix %qs, trying prefix operator instead"
12844 msgstr ""
12845
12846 #: cp/call.c:3749
12847 msgid "using synthesized %q#D for copy assignment"
12848 msgstr ""
12849
12850 #: cp/call.c:3751
12851 msgid "  where cfront would use %q#D"
12852 msgstr ""
12853
12854 #: cp/call.c:3783
12855 msgid "comparison between %q#T and %q#T"
12856 msgstr ""
12857
12858 #: cp/call.c:4040
12859 msgid "no suitable %<operator %s> for %qT"
12860 msgstr ""
12861
12862 #: cp/call.c:4057
12863 msgid "%q+#D is private"
12864 msgstr ""
12865
12866 #: cp/call.c:4059
12867 msgid "%q+#D is protected"
12868 msgstr ""
12869
12870 #: cp/call.c:4061
12871 msgid "%q+#D is inaccessible"
12872 msgstr ""
12873
12874 #: cp/call.c:4062
12875 msgid "within this context"
12876 msgstr ""
12877
12878 #: cp/call.c:4145
12879 msgid "invalid conversion from %qT to %qT"
12880 msgstr ""
12881
12882 #: cp/call.c:4147
12883 msgid "  initializing argument %P of %qD"
12884 msgstr ""
12885
12886 #: cp/call.c:4290
12887 msgid "cannot bind bitfield %qE to %qT"
12888 msgstr ""
12889
12890 #: cp/call.c:4293
12891 msgid "cannot bind packed field %qE to %qT"
12892 msgstr ""
12893
12894 #: cp/call.c:4296
12895 msgid "cannot bind rvalue %qE to %qT"
12896 msgstr ""
12897
12898 #: cp/call.c:4381
12899 msgid ""
12900 "cannot pass objects of non-POD type %q#T through %<...%>; call will abort at "
12901 "runtime"
12902 msgstr ""
12903
12904 #. Undefined behavior [expr.call] 5.2.2/7.
12905 #: cp/call.c:4407
12906 msgid ""
12907 "cannot receive objects of non-POD type %q#T' through %<...%>; call will "
12908 "abort at runtime"
12909 msgstr ""
12910
12911 #: cp/call.c:4450
12912 msgid "the default argument for parameter %d of %qD has not yet been parsed"
12913 msgstr ""
12914
12915 #: cp/call.c:4655
12916 msgid "passing `%T' as `this' argument of `%#D' discards qualifiers"
12917 msgstr ""
12918
12919 #: cp/call.c:4674
12920 msgid "%qT is not an accessible base of %qT"
12921 msgstr ""
12922
12923 #: cp/call.c:4924
12924 msgid "could not find class$ field in java interface type %qT"
12925 msgstr ""
12926
12927 #: cp/call.c:5186
12928 msgid "call to non-function %qD"
12929 msgstr ""
12930
12931 #: cp/call.c:5211
12932 msgid "request for member %qD in %qE, which is of non-aggregate type %qT"
12933 msgstr ""
12934
12935 #: cp/call.c:5290
12936 msgid "no matching function for call to %<%T::%s(%A)%#V%>"
12937 msgstr ""
12938
12939 #: cp/call.c:5308
12940 msgid "call of overloaded %<%s(%A)%> is ambiguous"
12941 msgstr ""
12942
12943 #: cp/call.c:5332
12944 msgid "cannot call member function %qD without object"
12945 msgstr ""
12946
12947 #: cp/call.c:5937
12948 msgid "passing %qT chooses %qT over %qT"
12949 msgstr ""
12950
12951 #: cp/call.c:5939 cp/name-lookup.c:4244
12952 msgid "  in call to %qD"
12953 msgstr ""
12954
12955 #: cp/call.c:5996
12956 msgid "choosing %qD over %qD"
12957 msgstr ""
12958
12959 #: cp/call.c:5997
12960 msgid "  for conversion from %qT to %qT"
12961 msgstr ""
12962
12963 #: cp/call.c:5999
12964 msgid "  because conversion sequence for the argument is better"
12965 msgstr ""
12966
12967 #: cp/call.c:6120
12968 msgid ""
12969 "ISO C++ says that these are ambiguous, even though the worst conversion for "
12970 "the first is better than the worst conversion for the second:"
12971 msgstr ""
12972
12973 #: cp/call.c:6124
12974 msgid "candidate 1:"
12975 msgstr ""
12976
12977 #: cp/call.c:6125
12978 msgid "candidate 2:"
12979 msgstr ""
12980
12981 #: cp/call.c:6261
12982 msgid "could not convert %qE to %qT"
12983 msgstr ""
12984
12985 #: cp/call.c:6385
12986 msgid ""
12987 "invalid initialization of non-const reference of type %qT from a temporary "
12988 "of type %qT"
12989 msgstr ""
12990
12991 #: cp/call.c:6389
12992 msgid ""
12993 "invalid initialization of reference of type %qT from expression of type %qT"
12994 msgstr ""
12995
12996 #: cp/class.c:276
12997 msgid "cannot convert from base %qT to derived type %qT via virtual base %qT"
12998 msgstr ""
12999
13000 #: cp/class.c:888
13001 msgid "Java class %qT cannot have an implicit non-trivial destructor"
13002 msgstr ""
13003
13004 #: cp/class.c:889
13005 msgid "Java class %qT cannot have a destructor"
13006 msgstr ""
13007
13008 #: cp/class.c:988
13009 msgid "`%#D' and `%#D' cannot be overloaded"
13010 msgstr ""
13011
13012 #: cp/class.c:1045
13013 msgid "conflicting access specifications for method %qD, ignored"
13014 msgstr ""
13015
13016 #: cp/class.c:1048
13017 #, c-format
13018 msgid "conflicting access specifications for field %qE, ignored"
13019 msgstr ""
13020
13021 #: cp/class.c:1098
13022 msgid "%qD names constructor"
13023 msgstr ""
13024
13025 #: cp/class.c:1103
13026 msgid "%qD invalid in %qT"
13027 msgstr ""
13028
13029 #: cp/class.c:1111
13030 msgid "no members matching %qD in %q#T"
13031 msgstr ""
13032
13033 #: cp/class.c:1143 cp/class.c:1151
13034 msgid "%qD invalid in %q#T"
13035 msgstr ""
13036
13037 #: cp/class.c:1144
13038 msgid "  because of local method %q#D with same name"
13039 msgstr ""
13040
13041 #: cp/class.c:1152
13042 msgid "  because of local member %q#D with same name"
13043 msgstr ""
13044
13045 #: cp/class.c:1197
13046 msgid "base class %q#T has a non-virtual destructor"
13047 msgstr ""
13048
13049 #: cp/class.c:1216
13050 msgid ""
13051 "base %qT with only non-default constructor in class without a constructor"
13052 msgstr ""
13053
13054 #: cp/class.c:1523
13055 msgid "all member functions in class %qT are private"
13056 msgstr ""
13057
13058 #: cp/class.c:1534
13059 msgid "%q#T only defines a private destructor and has no friends"
13060 msgstr ""
13061
13062 #: cp/class.c:1574
13063 msgid "%q#T only defines private constructors and has no friends"
13064 msgstr ""
13065
13066 #: cp/class.c:1955
13067 msgid "no unique final overrider for %qD in %qT"
13068 msgstr ""
13069
13070 #. Here we know it is a hider, and no overrider exists.
13071 #: cp/class.c:2409
13072 msgid "%qD was hidden"
13073 msgstr ""
13074
13075 #: cp/class.c:2410
13076 msgid "  by %qD"
13077 msgstr ""
13078
13079 #: cp/class.c:2451 cp/decl2.c:1143
13080 msgid "%q#D invalid; an anonymous union can only have non-static data members"
13081 msgstr ""
13082
13083 #: cp/class.c:2458 cp/decl2.c:1150
13084 msgid "private member %q#D in anonymous union"
13085 msgstr ""
13086
13087 #: cp/class.c:2461 cp/decl2.c:1152
13088 msgid "protected member %q#D in anonymous union"
13089 msgstr ""
13090
13091 #: cp/class.c:2575
13092 msgid ""
13093 "vtable layout for class %qT may not be ABI-compliant and may change in a "
13094 "future version of GCC due to implicit virtual destructor"
13095 msgstr ""
13096
13097 #: cp/class.c:2633
13098 msgid "bit-field %q#D with non-integral type"
13099 msgstr ""
13100
13101 #: cp/class.c:2653
13102 msgid "bit-field %qD width not an integer constant"
13103 msgstr ""
13104
13105 #: cp/class.c:2659
13106 msgid "negative width in bit-field %qD"
13107 msgstr ""
13108
13109 #: cp/class.c:2664
13110 msgid "zero width for bit-field %qD"
13111 msgstr ""
13112
13113 #: cp/class.c:2670
13114 msgid "width of %qD exceeds its type"
13115 msgstr ""
13116
13117 #: cp/class.c:2679
13118 msgid "%qD is too small to hold all values of %q#T"
13119 msgstr ""
13120
13121 #: cp/class.c:2741
13122 msgid "member %q#D with constructor not allowed in union"
13123 msgstr ""
13124
13125 #: cp/class.c:2744
13126 msgid "member %q#D with destructor not allowed in union"
13127 msgstr ""
13128
13129 #: cp/class.c:2747
13130 msgid "member %q#D with copy assignment operator not allowed in union"
13131 msgstr ""
13132
13133 #: cp/class.c:2774
13134 msgid "multiple fields in union %qT initialized"
13135 msgstr ""
13136
13137 #: cp/class.c:2840
13138 msgid "ignoring packed attribute on unpacked non-POD field %q#D"
13139 msgstr ""
13140
13141 #: cp/class.c:2900
13142 msgid "%qD may not be static because it is a member of a union"
13143 msgstr ""
13144
13145 #: cp/class.c:2905
13146 msgid "%qD may not have reference type `%T' because it is a member of a union"
13147 msgstr ""
13148
13149 #: cp/class.c:2913
13150 msgid "field %qD in local class cannot be static"
13151 msgstr ""
13152
13153 #: cp/class.c:2919
13154 msgid "field %qD invalidly declared function type"
13155 msgstr ""
13156
13157 #: cp/class.c:2925
13158 msgid "field %qD invalidly declared method type"
13159 msgstr ""
13160
13161 #: cp/class.c:2958
13162 msgid "non-static reference %q#D in class without a constructor"
13163 msgstr ""
13164
13165 #: cp/class.c:3006
13166 msgid "non-static const member %q#D in class without a constructor"
13167 msgstr ""
13168
13169 #: cp/class.c:3021
13170 msgid "field %q#D with same name as class"
13171 msgstr ""
13172
13173 #: cp/class.c:3055
13174 msgid "%q#T has pointer data members"
13175 msgstr ""
13176
13177 #: cp/class.c:3059
13178 msgid "  but does not override %<%T(const %T&)%>"
13179 msgstr ""
13180
13181 #: cp/class.c:3061
13182 msgid "  or %<operator=(const %T&)%>"
13183 msgstr ""
13184
13185 #: cp/class.c:3064
13186 msgid "  but does not override %<operator=(const %T&)%>"
13187 msgstr ""
13188
13189 #: cp/class.c:3497
13190 msgid ""
13191 "offset of empty base %qT may not be ABI-compliant and maychange in a future "
13192 "version of GCC"
13193 msgstr ""
13194
13195 #: cp/class.c:3609
13196 msgid "class %qT will be considered nearly empty in a future version of GCC"
13197 msgstr ""
13198
13199 #: cp/class.c:3691
13200 msgid "initializer specified for non-virtual method %qD"
13201 msgstr ""
13202
13203 #: cp/class.c:4350
13204 msgid ""
13205 "offset of virtual base %qT is not ABI-compliant and may change in a future "
13206 "version of GCC"
13207 msgstr ""
13208
13209 #: cp/class.c:4445
13210 msgid "direct base %qT inaccessible in %qT due to ambiguity"
13211 msgstr ""
13212
13213 #: cp/class.c:4457
13214 msgid "virtual base %qT inaccessible in %qT due to ambiguity"
13215 msgstr ""
13216
13217 #: cp/class.c:4628
13218 msgid ""
13219 "size assigned to `%T' may not be ABI-compliant and may change in a future "
13220 "version of GCC"
13221 msgstr ""
13222
13223 #. Versions of G++ before G++ 3.4 did not reset the
13224 #. DECL_MODE.
13225 #: cp/class.c:4667
13226 msgid ""
13227 "the offset of %qD may not be ABI-compliant and may change in a future "
13228 "version of GCC"
13229 msgstr ""
13230
13231 #: cp/class.c:4690
13232 msgid ""
13233 "offset of %qD is not ABI-compliant and may change in a future version of GCC"
13234 msgstr ""
13235
13236 #: cp/class.c:4700
13237 msgid ""
13238 "%qD contains empty classes which may cause base classes to be placed at "
13239 "different locations in a future version of GCC"
13240 msgstr ""
13241
13242 #: cp/class.c:4759
13243 msgid ""
13244 "layout of classes derived from empty class %qT may change in a future "
13245 "version of GCC"
13246 msgstr ""
13247
13248 #: cp/class.c:4900
13249 msgid "redefinition of %q#T"
13250 msgstr ""
13251
13252 #: cp/class.c:5044
13253 msgid "%q#T has virtual functions but non-virtual destructor"
13254 msgstr ""
13255
13256 #: cp/class.c:5139
13257 msgid "trying to finish struct, but kicked out due to previous parse errors"
13258 msgstr ""
13259
13260 #: cp/class.c:5557
13261 #, c-format
13262 msgid "language string `\"%E\"' not recognized"
13263 msgstr ""
13264
13265 #: cp/class.c:5644
13266 msgid ""
13267 "cannot resolve overloaded function `%D' based on conversion to type `%T'"
13268 msgstr ""
13269
13270 #: cp/class.c:5769
13271 msgid "no matches converting function %qD to type %q#T"
13272 msgstr ""
13273
13274 #: cp/class.c:5792
13275 msgid "converting overloaded function %qD to type %q#T is ambiguous"
13276 msgstr ""
13277
13278 #: cp/class.c:5818
13279 msgid "assuming pointer to member %qD"
13280 msgstr ""
13281
13282 #: cp/class.c:5821
13283 msgid "(a pointer to member can only be formed with %<&%E%>)"
13284 msgstr ""
13285
13286 #: cp/class.c:5866 cp/class.c:6045 cp/class.c:6052
13287 msgid "not enough type information"
13288 msgstr ""
13289
13290 #: cp/class.c:5883
13291 msgid "argument of type %qT does not match %qT"
13292 msgstr ""
13293
13294 #: cp/class.c:6029
13295 msgid "invalid operation on uninstantiated type"
13296 msgstr ""
13297
13298 #. [basic.scope.class]
13299 #.
13300 #. A name N used in a class S shall refer to the same declaration
13301 #. in its context and when re-evaluated in the completed scope of
13302 #. S.
13303 #: cp/class.c:6295 cp/decl.c:1230 cp/name-lookup.c:577 cp/pt.c:2143
13304 msgid "declaration of %q#D"
13305 msgstr ""
13306
13307 #: cp/class.c:6296
13308 msgid "changes meaning of %qD from %q+#D"
13309 msgstr ""
13310
13311 #: cp/cvt.c:90
13312 msgid "can't convert from incomplete type `%T' to `%T'"
13313 msgstr ""
13314
13315 #: cp/cvt.c:99
13316 msgid "conversion of `%E' from `%T' to `%T' is ambiguous"
13317 msgstr ""
13318
13319 #: cp/cvt.c:115 cp/cvt.c:129
13320 msgid "converting from `%T' to `%T'"
13321 msgstr ""
13322
13323 #: cp/cvt.c:187 cp/cvt.c:255 cp/cvt.c:301
13324 msgid "cannot convert `%E' from type `%T' to type `%T'"
13325 msgstr ""
13326
13327 #: cp/cvt.c:216 cp/cvt.c:220
13328 msgid "pointer to member cast from `%T' to `%T' is via virtual base"
13329 msgstr ""
13330
13331 #: cp/cvt.c:280
13332 msgid "invalid conversion from '%T' to '%T'"
13333 msgstr ""
13334
13335 #: cp/cvt.c:512
13336 msgid "conversion from `%T' to `%T' discards qualifiers"
13337 msgstr ""
13338
13339 #: cp/cvt.c:530
13340 msgid "casting `%T' to `%T' does not dereference pointer"
13341 msgstr ""
13342
13343 #: cp/cvt.c:557
13344 msgid "cannot convert type `%T' to type `%T'"
13345 msgstr ""
13346
13347 #: cp/cvt.c:681
13348 msgid "conversion from `%#T' to `%#T'"
13349 msgstr ""
13350
13351 #: cp/cvt.c:693 cp/cvt.c:713
13352 msgid "`%#T' used where a `%T' was expected"
13353 msgstr ""
13354
13355 #: cp/cvt.c:728
13356 msgid "`%#T' used where a floating point value was expected"
13357 msgstr ""
13358
13359 #: cp/cvt.c:775
13360 msgid "conversion from `%T' to non-scalar type `%T' requested"
13361 msgstr ""
13362
13363 #: cp/cvt.c:863
13364 msgid "object of incomplete type `%T' will not be accessed in %s"
13365 msgstr ""
13366
13367 #: cp/cvt.c:866
13368 msgid "object of type `%T' will not be accessed in %s"
13369 msgstr ""
13370
13371 #: cp/cvt.c:882
13372 msgid "object `%E' of incomplete type `%T' will not be accessed in %s"
13373 msgstr ""
13374
13375 #. [over.over] enumerates the places where we can take the address
13376 #. of an overloaded function, and this is not one of them.
13377 #: cp/cvt.c:898
13378 #, c-format
13379 msgid "%s cannot resolve address of overloaded function"
13380 msgstr ""
13381
13382 #. Only warn when there is no &.
13383 #: cp/cvt.c:904
13384 #, c-format
13385 msgid "%s is a reference, not call, to function `%E'"
13386 msgstr ""
13387
13388 #: cp/cvt.c:912
13389 #, c-format
13390 msgid "%s has no effect"
13391 msgstr ""
13392
13393 #: cp/cvt.c:1024
13394 msgid "converting NULL to non-pointer type"
13395 msgstr ""
13396
13397 #: cp/cvt.c:1097
13398 msgid "ambiguous default type conversion from `%T'"
13399 msgstr ""
13400
13401 #: cp/cvt.c:1099
13402 msgid "  candidate conversions include `%D' and `%D'"
13403 msgstr ""
13404
13405 #: cp/decl.c:367
13406 msgid "label %qD used but not defined"
13407 msgstr ""
13408
13409 #: cp/decl.c:378
13410 msgid "label %qD defined but not used"
13411 msgstr ""
13412
13413 #: cp/decl.c:1137
13414 msgid "%qD was declared %<extern%> and later %<static%>"
13415 msgstr ""
13416
13417 #: cp/decl.c:1138 cp/decl.c:1603
13418 msgid "previous declaration of %qD"
13419 msgstr ""
13420
13421 #: cp/decl.c:1186
13422 msgid "%Jfunction %qD redeclared as inline"
13423 msgstr ""
13424
13425 #: cp/decl.c:1187
13426 msgid "%Jprevious declaration of %qD with attribute noinline"
13427 msgstr ""
13428
13429 #: cp/decl.c:1194
13430 msgid "%Jfunction %qD redeclared with attribute noinline"
13431 msgstr ""
13432
13433 #: cp/decl.c:1196
13434 msgid "%Jprevious declaration of %qD was inline"
13435 msgstr ""
13436
13437 #: cp/decl.c:1217 cp/decl.c:1288
13438 msgid "shadowing %s function %q#D"
13439 msgstr ""
13440
13441 #: cp/decl.c:1226
13442 msgid "library function %q#D redeclared as non-function %q#D"
13443 msgstr ""
13444
13445 #: cp/decl.c:1231
13446 msgid "conflicts with built-in declaration %q#D"
13447 msgstr ""
13448
13449 #: cp/decl.c:1283 cp/decl.c:1392 cp/decl.c:1408
13450 msgid "new declaration %q#D"
13451 msgstr ""
13452
13453 #: cp/decl.c:1284
13454 msgid "ambiguates built-in declaration %q#D"
13455 msgstr ""
13456
13457 #: cp/decl.c:1355
13458 msgid "%q#D redeclared as different kind of symbol"
13459 msgstr ""
13460
13461 #: cp/decl.c:1358
13462 msgid "previous declaration of %q#D"
13463 msgstr ""
13464
13465 #: cp/decl.c:1377
13466 msgid "declaration of template %q#D"
13467 msgstr ""
13468
13469 #: cp/decl.c:1378 cp/name-lookup.c:578
13470 msgid "conflicts with previous declaration %q#D"
13471 msgstr ""
13472
13473 #: cp/decl.c:1393 cp/decl.c:1409
13474 msgid "ambiguates old declaration %q#D"
13475 msgstr ""
13476
13477 #: cp/decl.c:1401
13478 msgid "declaration of C function %q#D conflicts with"
13479 msgstr ""
13480
13481 #: cp/decl.c:1403
13482 msgid "previous declaration %q#D here"
13483 msgstr ""
13484
13485 #: cp/decl.c:1416
13486 msgid "conflicting declaration %q#D"
13487 msgstr ""
13488
13489 #: cp/decl.c:1417
13490 msgid "%qD has a previous declaration as %q#D"
13491 msgstr ""
13492
13493 #. [namespace.alias]
13494 #.
13495 #. A namespace-name or namespace-alias shall not be declared as
13496 #. the name of any other entity in the same declarative region.
13497 #. A namespace-name defined at global scope shall not be
13498 #. declared as the name of any other entity in any global scope
13499 #. of the program.
13500 #: cp/decl.c:1470
13501 msgid "declaration of namespace %qD conflicts with"
13502 msgstr ""
13503
13504 #: cp/decl.c:1471
13505 msgid "previous declaration of namespace %qD here"
13506 msgstr ""
13507
13508 #: cp/decl.c:1483
13509 msgid "%q#D previously defined here"
13510 msgstr ""
13511
13512 #: cp/decl.c:1484
13513 msgid "%q#D previously declared here"
13514 msgstr ""
13515
13516 #. Prototype decl follows defn w/o prototype.
13517 #: cp/decl.c:1493
13518 msgid "prototype for %q#D"
13519 msgstr ""
13520
13521 #: cp/decl.c:1494
13522 msgid "%Jfollows non-prototype definition here"
13523 msgstr ""
13524
13525 #: cp/decl.c:1506
13526 msgid "previous declaration of %q#D with %qL linkage"
13527 msgstr ""
13528
13529 #: cp/decl.c:1508
13530 msgid "conflicts with new declaration with %qL linkage"
13531 msgstr ""
13532
13533 #: cp/decl.c:1531 cp/decl.c:1538
13534 msgid "default argument given for parameter %d of %q#D"
13535 msgstr ""
13536
13537 #: cp/decl.c:1533 cp/decl.c:1540
13538 msgid "after previous specification in %q#D"
13539 msgstr ""
13540
13541 #: cp/decl.c:1549
13542 msgid "%q#D was used before it was declared inline"
13543 msgstr ""
13544
13545 #: cp/decl.c:1550
13546 msgid "%Jprevious non-inline declaration here"
13547 msgstr ""
13548
13549 #: cp/decl.c:1602
13550 msgid "redundant redeclaration of %qD in same scope"
13551 msgstr ""
13552
13553 #: cp/decl.c:1696
13554 #, c-format
13555 msgid "declaration of %qF throws different exceptions"
13556 msgstr ""
13557
13558 #: cp/decl.c:1698
13559 #, c-format
13560 msgid "than previous declaration %qF"
13561 msgstr ""
13562
13563 #. From [temp.expl.spec]:
13564 #.
13565 #. If a template, a member template or the member of a class
13566 #. template is explicitly specialized then that
13567 #. specialization shall be declared before the first use of
13568 #. that specialization that would cause an implicit
13569 #. instantiation to take place, in every translation unit in
13570 #. which such a use occurs.
13571 #: cp/decl.c:1851
13572 msgid "explicit specialization of %D after first use"
13573 msgstr ""
13574
13575 #: cp/decl.c:1930
13576 msgid "%J%qD: visibility attribute ignored because it"
13577 msgstr ""
13578
13579 #: cp/decl.c:1932
13580 msgid "%Jconflicts with previous declaration here"
13581 msgstr ""
13582
13583 #: cp/decl.c:2160
13584 #, c-format
13585 msgid "label %qE referenced outside of any function"
13586 msgstr ""
13587
13588 #: cp/decl.c:2256 cp/decl.c:2280 cp/decl.c:2368
13589 msgid "jump to label %qD"
13590 msgstr ""
13591
13592 #: cp/decl.c:2258 cp/decl.c:2282
13593 msgid "jump to case label"
13594 msgstr ""
13595
13596 #: cp/decl.c:2261 cp/decl.c:2285
13597 msgid "%H  from here"
13598 msgstr ""
13599
13600 #: cp/decl.c:2266
13601 msgid "  crosses initialization of %q#D"
13602 msgstr ""
13603
13604 #: cp/decl.c:2269 cp/decl.c:2384
13605 msgid "  enters scope of non-POD %q#D"
13606 msgstr ""
13607
13608 #: cp/decl.c:2289 cp/decl.c:2388
13609 msgid "  enters try block"
13610 msgstr ""
13611
13612 #: cp/decl.c:2291 cp/decl.c:2390
13613 msgid "  enters catch block"
13614 msgstr ""
13615
13616 #: cp/decl.c:2369
13617 msgid "  from here"
13618 msgstr ""
13619
13620 #. Can't skip init of __exception_info.
13621 #: cp/decl.c:2380
13622 msgid "%J  enters catch block"
13623 msgstr ""
13624
13625 #: cp/decl.c:2382
13626 msgid "  skips initialization of %q#D"
13627 msgstr ""
13628
13629 #: cp/decl.c:2416
13630 msgid "label named wchar_t"
13631 msgstr ""
13632
13633 #: cp/decl.c:2419
13634 msgid "duplicate label `%D'"
13635 msgstr ""
13636
13637 #: cp/decl.c:2650 cp/parser.c:3524
13638 msgid "%qD used without template parameters"
13639 msgstr ""
13640
13641 #: cp/decl.c:2660 cp/decl.c:2675 cp/decl.c:2762
13642 msgid "no class template named %q#T in %q#T"
13643 msgstr ""
13644
13645 #: cp/decl.c:2696 cp/decl.c:2706 cp/decl.c:2726
13646 msgid "no type named %q#T in %q#T"
13647 msgstr ""
13648
13649 #: cp/decl.c:3432
13650 msgid "%Jan anonymous union cannot have function members"
13651 msgstr ""
13652
13653 #: cp/decl.c:3450
13654 msgid "member %q#D with constructor not allowed in anonymous aggregate"
13655 msgstr ""
13656
13657 #: cp/decl.c:3454
13658 msgid "member %q#D with destructor not allowed in anonymous aggregate"
13659 msgstr ""
13660
13661 #: cp/decl.c:3458
13662 msgid ""
13663 "member %q#D with copy assignment operator not allowed in anonymous aggregate"
13664 msgstr ""
13665
13666 #: cp/decl.c:3484
13667 msgid "multiple types in one declaration"
13668 msgstr ""
13669
13670 #: cp/decl.c:3488
13671 msgid "redeclaration of C++ built-in type %qT"
13672 msgstr ""
13673
13674 #: cp/decl.c:3524
13675 msgid "missing type-name in typedef-declaration"
13676 msgstr ""
13677
13678 #: cp/decl.c:3532
13679 msgid "ISO C++ prohibits anonymous structs"
13680 msgstr ""
13681
13682 #: cp/decl.c:3539
13683 #, c-format
13684 msgid "%qs can only be specified for functions"
13685 msgstr ""
13686
13687 #: cp/decl.c:3545
13688 msgid "%<friend%> can only be specified inside a class"
13689 msgstr ""
13690
13691 #: cp/decl.c:3547
13692 msgid "%<explicit%> can only be specified for constructors"
13693 msgstr ""
13694
13695 #: cp/decl.c:3549
13696 msgid "a storage class can only be specified for objects and functions"
13697 msgstr ""
13698
13699 #: cp/decl.c:3555
13700 msgid "qualifiers can only be specified for objects and functions"
13701 msgstr ""
13702
13703 #: cp/decl.c:3698
13704 msgid "function %q#D is initialized like a variable"
13705 msgstr ""
13706
13707 #: cp/decl.c:3710
13708 msgid "declaration of %q#D has %<extern%> and is initialized"
13709 msgstr ""
13710
13711 #: cp/decl.c:3741
13712 msgid "%q#D is not a static member of %q#T"
13713 msgstr ""
13714
13715 #: cp/decl.c:3747
13716 msgid "ISO C++ does not permit %<%T::%D%> to be defined as %<%T::%D%>"
13717 msgstr ""
13718
13719 #: cp/decl.c:3759
13720 msgid "duplicate initialization of %D"
13721 msgstr ""
13722
13723 #: cp/decl.c:3792
13724 msgid "declaration of %q#D outside of class is not definition"
13725 msgstr ""
13726
13727 #: cp/decl.c:3841
13728 msgid "variable %q#D has initializer but incomplete type"
13729 msgstr ""
13730
13731 #: cp/decl.c:3848 cp/decl.c:4472
13732 msgid "elements of array %q#D have incomplete type"
13733 msgstr ""
13734
13735 #: cp/decl.c:3864
13736 msgid "aggregate %q#D has incomplete type and cannot be defined"
13737 msgstr ""
13738
13739 #: cp/decl.c:3914
13740 msgid "`%D' declared as reference but not initialized"
13741 msgstr ""
13742
13743 #: cp/decl.c:3920
13744 msgid "ISO C++ forbids use of initializer list to initialize reference %qD"
13745 msgstr ""
13746
13747 #: cp/decl.c:3949
13748 msgid "cannot initialize %qT from %qT"
13749 msgstr ""
13750
13751 #: cp/decl.c:3981
13752 msgid "initializer fails to determine size of %qD"
13753 msgstr ""
13754
13755 #: cp/decl.c:3986
13756 msgid "array size missing in `%D'"
13757 msgstr ""
13758
13759 #: cp/decl.c:3998
13760 msgid "zero-size array %qD"
13761 msgstr ""
13762
13763 #. An automatic variable with an incomplete type: that is an error.
13764 #. Don't talk about array types here, since we took care of that
13765 #. message in grokdeclarator.
13766 #: cp/decl.c:4035
13767 msgid "storage size of %qD isn't known"
13768 msgstr ""
13769
13770 #: cp/decl.c:4057
13771 msgid "storage size of %qD isn't constant"
13772 msgstr ""
13773
13774 #: cp/decl.c:4112
13775 msgid ""
13776 "sorry: semantics of inline function static data %q#D are wrong (you'll wind "
13777 "up with multiple copies)"
13778 msgstr ""
13779
13780 #: cp/decl.c:4115
13781 msgid "%J  you can work around this by removing the initializer"
13782 msgstr ""
13783
13784 #: cp/decl.c:4142
13785 msgid "uninitialized const %qD"
13786 msgstr ""
13787
13788 #: cp/decl.c:4202
13789 msgid "name %qD used in a GNU-style designated initializer for an array"
13790 msgstr ""
13791
13792 #: cp/decl.c:4212
13793 #, c-format
13794 msgid "Designated initializer %qE larger than array size"
13795 msgstr ""
13796
13797 #: cp/decl.c:4283
13798 msgid "brace-enclosed initializer used to initialize %qT"
13799 msgstr ""
13800
13801 #: cp/decl.c:4346
13802 msgid "initializer for %qT must be brace-enclosed"
13803 msgstr ""
13804
13805 #: cp/decl.c:4362
13806 msgid "ISO C++ does not allow designated initializers"
13807 msgstr ""
13808
13809 #: cp/decl.c:4366
13810 msgid "%qT has no non-static data member named %qD"
13811 msgstr ""
13812
13813 #: cp/decl.c:4428
13814 msgid "too many initializers for %qT"
13815 msgstr ""
13816
13817 #: cp/decl.c:4466
13818 msgid "variable-sized object %qD may not be initialized"
13819 msgstr ""
13820
13821 #: cp/decl.c:4477
13822 msgid "%qD has incomplete type"
13823 msgstr ""
13824
13825 #: cp/decl.c:4531
13826 msgid "%qD must be initialized by constructor, not by %<{...}%>"
13827 msgstr ""
13828
13829 #: cp/decl.c:4576
13830 msgid "structure %qD with uninitialized const members"
13831 msgstr ""
13832
13833 #: cp/decl.c:4578
13834 msgid "structure %qD with uninitialized reference members"
13835 msgstr ""
13836
13837 #: cp/decl.c:4772
13838 msgid "assignment (not initialization) in declaration"
13839 msgstr ""
13840
13841 #: cp/decl.c:4789
13842 msgid "cannot initialize %qD to namespace %qD"
13843 msgstr ""
13844
13845 #: cp/decl.c:4832
13846 msgid "shadowing previous type declaration of %q#D"
13847 msgstr ""
13848
13849 #: cp/decl.c:4869
13850 msgid "%qD cannot be thread-local because it has non-POD type %qT"
13851 msgstr ""
13852
13853 #: cp/decl.c:4884
13854 msgid "%qD is thread-local and so cannot be dynamically initialized"
13855 msgstr ""
13856
13857 #: cp/decl.c:5475
13858 msgid "destructor for alien class %qT cannot be a member"
13859 msgstr ""
13860
13861 #: cp/decl.c:5477
13862 msgid "constructor for alien class %qT cannot be a member"
13863 msgstr ""
13864
13865 #: cp/decl.c:5498
13866 msgid "%qD declared as a %<virtual%> %s"
13867 msgstr ""
13868
13869 #: cp/decl.c:5500
13870 msgid "%qD declared as an %<inline%> %s"
13871 msgstr ""
13872
13873 #: cp/decl.c:5502
13874 msgid ""
13875 "%<const%> and %<volatile%> function specifiers on q%D invalid in %s "
13876 "declaration"
13877 msgstr ""
13878
13879 #: cp/decl.c:5506
13880 msgid "%qD declared as a friend"
13881 msgstr ""
13882
13883 #: cp/decl.c:5512
13884 msgid "%qD declared with an exception specification"
13885 msgstr ""
13886
13887 #: cp/decl.c:5595
13888 msgid "cannot declare %<::main%> to be a template"
13889 msgstr ""
13890
13891 #: cp/decl.c:5597
13892 msgid "cannot declare %<::main%> to be inline"
13893 msgstr ""
13894
13895 #: cp/decl.c:5599
13896 msgid "cannot declare %<::main%> to be static"
13897 msgstr ""
13898
13899 #: cp/decl.c:5603
13900 msgid "%<::main%> must return %<int%>"
13901 msgstr ""
13902
13903 #: cp/decl.c:5633
13904 msgid "non-local function %q#D uses anonymous type"
13905 msgstr ""
13906
13907 #: cp/decl.c:5636 cp/decl.c:5982
13908 msgid ""
13909 "%q#D does not refer to the unqualified type, so it is not used for linkage"
13910 msgstr ""
13911
13912 #: cp/decl.c:5642
13913 msgid "non-local function %q#D uses local type %qT"
13914 msgstr ""
13915
13916 #: cp/decl.c:5665
13917 msgid "%smember function %qD cannot have cv-qualifier"
13918 msgstr ""
13919
13920 #: cp/decl.c:5689
13921 msgid "defining explicit specialization %qD in friend declaration"
13922 msgstr ""
13923
13924 #. Something like `template <class T> friend void f<T>()'.
13925 #: cp/decl.c:5699
13926 msgid "invalid use of template-id %qD in declaration of primary template"
13927 msgstr ""
13928
13929 #: cp/decl.c:5727
13930 msgid ""
13931 "default arguments are not allowed in declaration of friend template "
13932 "specialization %qD"
13933 msgstr ""
13934
13935 #: cp/decl.c:5735
13936 msgid ""
13937 "%<inline%> is not allowed in declaration of friend template specialization %"
13938 "qD"
13939 msgstr ""
13940
13941 #: cp/decl.c:5802
13942 msgid "definition of implicitly-declared %qD"
13943 msgstr ""
13944
13945 #: cp/decl.c:5822 cp/decl2.c:719
13946 msgid "no %q#D member function declared in class %qT"
13947 msgstr ""
13948
13949 #. It's a typedef referring to an anonymous type.
13950 #: cp/decl.c:5979
13951 msgid "non-local variable %q#D uses anonymous type"
13952 msgstr ""
13953
13954 #: cp/decl.c:5988
13955 msgid "non-local variable %q#D uses local type %qT"
13956 msgstr ""
13957
13958 #: cp/decl.c:6103
13959 msgid ""
13960 "invalid in-class initialization of static data member of non-integral type %"
13961 "qT"
13962 msgstr ""
13963
13964 #: cp/decl.c:6113
13965 msgid "ISO C++ forbids in-class initialization of non-const static member %qD"
13966 msgstr ""
13967
13968 #: cp/decl.c:6117
13969 msgid ""
13970 "ISO C++ forbids initialization of member constant %qD of non-integral type %"
13971 "qT"
13972 msgstr ""
13973
13974 #: cp/decl.c:6137
13975 msgid "size of array %qD has non-integral type %qT"
13976 msgstr ""
13977
13978 #: cp/decl.c:6139
13979 msgid "size of array has non-integral type %qT"
13980 msgstr ""
13981
13982 #: cp/decl.c:6175
13983 msgid "size of array %qD is negative"
13984 msgstr ""
13985
13986 #: cp/decl.c:6177
13987 msgid "size of array is negative"
13988 msgstr ""
13989
13990 #: cp/decl.c:6185
13991 msgid "ISO C++ forbids zero-size array %qD"
13992 msgstr ""
13993
13994 #: cp/decl.c:6187
13995 msgid "ISO C++ forbids zero-size array"
13996 msgstr ""
13997
13998 #: cp/decl.c:6194
13999 msgid "size of array %qD is not an integral constant-expression"
14000 msgstr ""
14001
14002 #: cp/decl.c:6197
14003 msgid "size of array is not an integral constant-expression"
14004 msgstr ""
14005
14006 #: cp/decl.c:6202
14007 msgid "ISO C++ forbids variable-size array %qD"
14008 msgstr ""
14009
14010 #: cp/decl.c:6204
14011 msgid "ISO C++ forbids variable-size array"
14012 msgstr ""
14013
14014 #: cp/decl.c:6234
14015 msgid "overflow in array dimension"
14016 msgstr ""
14017
14018 #: cp/decl.c:6309
14019 msgid "declaration of %qD as %s"
14020 msgstr ""
14021
14022 #: cp/decl.c:6311
14023 #, c-format
14024 msgid "creating %s"
14025 msgstr ""
14026
14027 #: cp/decl.c:6323
14028 msgid ""
14029 "declaration of %qD as multidimensional array must have bounds for all "
14030 "dimensions except the first"
14031 msgstr ""
14032
14033 #: cp/decl.c:6327
14034 msgid ""
14035 "multidimensional array must have bounds for all dimensions except the first"
14036 msgstr ""
14037
14038 #: cp/decl.c:6362
14039 msgid "return type specification for constructor invalid"
14040 msgstr ""
14041
14042 #: cp/decl.c:6372
14043 msgid "return type specification for destructor invalid"
14044 msgstr ""
14045
14046 #: cp/decl.c:6385
14047 msgid "operator %qT declared to return %qT"
14048 msgstr ""
14049
14050 #: cp/decl.c:6387
14051 msgid "return type specified for %<operator %T%>"
14052 msgstr ""
14053
14054 #: cp/decl.c:6557
14055 msgid "type %qT is not derived from type %qT"
14056 msgstr ""
14057
14058 #: cp/decl.c:6602
14059 msgid "declarator-id missing; using reserved word %qD"
14060 msgstr ""
14061
14062 #: cp/decl.c:6658
14063 msgid "declaration of %qD as non-function"
14064 msgstr ""
14065
14066 #: cp/decl.c:6691
14067 #, c-format
14068 msgid "two or more data types in declaration of %qs"
14069 msgstr ""
14070
14071 #: cp/decl.c:6734
14072 msgid "ISO C++ does not support %<long long%>"
14073 msgstr ""
14074
14075 #: cp/decl.c:6794 cp/decl.c:6796
14076 #, c-format
14077 msgid "ISO C++ forbids declaration of %qs with no type"
14078 msgstr ""
14079
14080 #: cp/decl.c:6821
14081 #, c-format
14082 msgid "short, signed or unsigned invalid for %qs"
14083 msgstr ""
14084
14085 #: cp/decl.c:6823
14086 #, c-format
14087 msgid "long, short, signed or unsigned invalid for %qs"
14088 msgstr ""
14089
14090 #: cp/decl.c:6825
14091 #, c-format
14092 msgid "long and short specified together for %qs"
14093 msgstr ""
14094
14095 #: cp/decl.c:6827
14096 #, c-format
14097 msgid "long or short specified with char for %qs"
14098 msgstr ""
14099
14100 #: cp/decl.c:6829
14101 #, c-format
14102 msgid "long or short specified with floating type for %qs"
14103 msgstr ""
14104
14105 #: cp/decl.c:6831
14106 #, c-format
14107 msgid "signed and unsigned given together for %qs"
14108 msgstr ""
14109
14110 #: cp/decl.c:6837
14111 #, c-format
14112 msgid "long, short, signed or unsigned used invalidly for %qs"
14113 msgstr ""
14114
14115 #: cp/decl.c:6902
14116 #, c-format
14117 msgid "complex invalid for %qs"
14118 msgstr ""
14119
14120 #: cp/decl.c:6931
14121 msgid "qualifiers are not allowed on declaration of %<operator %T%>"
14122 msgstr ""
14123
14124 #: cp/decl.c:6952
14125 msgid "member %qD cannot be declared both virtual and static"
14126 msgstr ""
14127
14128 #: cp/decl.c:6959
14129 msgid "%<%T::%D%> is not a valid declarator"
14130 msgstr ""
14131
14132 #: cp/decl.c:6967
14133 msgid "typedef declaration invalid in parameter declaration"
14134 msgstr ""
14135
14136 #: cp/decl.c:6971
14137 msgid "storage class specifiers invalid in parameter declarations"
14138 msgstr ""
14139
14140 #: cp/decl.c:6978
14141 msgid "virtual outside class declaration"
14142 msgstr ""
14143
14144 #: cp/decl.c:6991
14145 #, c-format
14146 msgid "multiple storage classes in declaration of `%s'"
14147 msgstr ""
14148
14149 #: cp/decl.c:6998
14150 #, c-format
14151 msgid "multiple storage classes in declaration of %qs"
14152 msgstr ""
14153
14154 #: cp/decl.c:7041
14155 #, c-format
14156 msgid "storage class specified for %s %qs"
14157 msgstr ""
14158
14159 #: cp/decl.c:7078
14160 msgid "top-level declaration of %qs specifies %<auto%>"
14161 msgstr ""
14162
14163 #: cp/decl.c:7090
14164 msgid "storage class specifiers invalid in friend function declarations"
14165 msgstr ""
14166
14167 #: cp/decl.c:7224
14168 msgid "destructor cannot be static member function"
14169 msgstr ""
14170
14171 #: cp/decl.c:7227
14172 msgid "destructors may not be cv-qualified"
14173 msgstr ""
14174
14175 #: cp/decl.c:7247
14176 msgid "constructor cannot be static member function"
14177 msgstr ""
14178
14179 #: cp/decl.c:7250
14180 msgid "constructors cannot be declared virtual"
14181 msgstr ""
14182
14183 #: cp/decl.c:7255
14184 msgid "constructors may not be cv-qualified"
14185 msgstr ""
14186
14187 #: cp/decl.c:7275
14188 #, c-format
14189 msgid "can't initialize friend function %qs"
14190 msgstr ""
14191
14192 #. Cannot be both friend and virtual.
14193 #: cp/decl.c:7279
14194 msgid "virtual functions cannot be friends"
14195 msgstr ""
14196
14197 #: cp/decl.c:7283
14198 msgid "friend declaration not in class definition"
14199 msgstr ""
14200
14201 #: cp/decl.c:7285
14202 #, c-format
14203 msgid "can't define friend function %qs in a local class definition"
14204 msgstr ""
14205
14206 #: cp/decl.c:7298
14207 msgid "destructors may not have parameters"
14208 msgstr ""
14209
14210 #: cp/decl.c:7316 cp/decl.c:7323
14211 msgid "cannot declare reference to %q#T"
14212 msgstr ""
14213
14214 #: cp/decl.c:7317
14215 msgid "cannot declare pointer to %q#T"
14216 msgstr ""
14217
14218 #: cp/decl.c:7325
14219 msgid "cannot declare pointer to %q#T member"
14220 msgstr ""
14221
14222 #: cp/decl.c:7381
14223 msgid "template-id %qD used as a declarator"
14224 msgstr ""
14225
14226 #: cp/decl.c:7432
14227 msgid "extra qualification %<%T::%> on member %qs ignored"
14228 msgstr ""
14229
14230 #: cp/decl.c:7451
14231 msgid "cannot declare member function %<%T::%s%> within %<%T%>"
14232 msgstr ""
14233
14234 #: cp/decl.c:7466
14235 msgid "cannot declare member %<%T::%s%> within %qT"
14236 msgstr ""
14237
14238 #: cp/decl.c:7505
14239 msgid "data member may not have variably modified type %qT"
14240 msgstr ""
14241
14242 #: cp/decl.c:7507
14243 msgid "parameter may not have variably modified type %qT"
14244 msgstr ""
14245
14246 #. [dcl.fct.spec] The explicit specifier shall only be used in
14247 #. declarations of constructors within a class definition.
14248 #: cp/decl.c:7515
14249 msgid "only declarations of constructors can be %<explicit%>"
14250 msgstr ""
14251
14252 #: cp/decl.c:7523
14253 msgid "non-member %qs cannot be declared %<mutable%>"
14254 msgstr ""
14255
14256 #: cp/decl.c:7528
14257 msgid "non-object member %qs cannot be declared %<mutable%>"
14258 msgstr ""
14259
14260 #: cp/decl.c:7534
14261 msgid "function %qs cannot be declared %<mutable%>"
14262 msgstr ""
14263
14264 #: cp/decl.c:7539
14265 msgid "static %qs cannot be declared %<mutable%>"
14266 msgstr ""
14267
14268 #: cp/decl.c:7544
14269 msgid "const %qs cannot be declared %<mutable%>"
14270 msgstr ""
14271
14272 #: cp/decl.c:7562
14273 msgid "ISO C++ forbids nested type %qD with same name as enclosing class"
14274 msgstr ""
14275
14276 #: cp/decl.c:7571
14277 msgid "%Jtypedef name may not be a nested-name-specifier"
14278 msgstr ""
14279
14280 #: cp/decl.c:7617
14281 msgid "%Jinvalid type qualifier for non-member function type"
14282 msgstr ""
14283
14284 #: cp/decl.c:7680
14285 msgid "type qualifiers specified for friend class declaration"
14286 msgstr ""
14287
14288 #: cp/decl.c:7685
14289 msgid "%<inline%> specified for friend class declaration"
14290 msgstr ""
14291
14292 #: cp/decl.c:7693
14293 msgid "template parameters cannot be friends"
14294 msgstr ""
14295
14296 #: cp/decl.c:7695
14297 msgid "friend declaration requires class-key, i.e. %<friend class %T::%D%>"
14298 msgstr ""
14299
14300 #: cp/decl.c:7699
14301 msgid "friend declaration requires class-key, i.e. %<friend %#T%>"
14302 msgstr ""
14303
14304 #: cp/decl.c:7712
14305 msgid "trying to make class %qT a friend of global scope"
14306 msgstr ""
14307
14308 #: cp/decl.c:7723
14309 msgid "invalid qualifiers on non-member function type"
14310 msgstr ""
14311
14312 #: cp/decl.c:7742
14313 msgid "abstract declarator %qT used as declaration"
14314 msgstr ""
14315
14316 #: cp/decl.c:7754
14317 msgid "unnamed variable or field declared void"
14318 msgstr ""
14319
14320 #: cp/decl.c:7761
14321 msgid "variable or field declared void"
14322 msgstr ""
14323
14324 #: cp/decl.c:7771
14325 msgid "cannot use %<::%> in parameter declaration"
14326 msgstr ""
14327
14328 #. Something like struct S { int N::j; };
14329 #: cp/decl.c:7816
14330 msgid "invalid use of %<::%>"
14331 msgstr ""
14332
14333 #: cp/decl.c:7828
14334 msgid "function %qD cannot be declared friend"
14335 msgstr ""
14336
14337 #: cp/decl.c:7840
14338 msgid "can't make %qD into a method -- not in a class"
14339 msgstr ""
14340
14341 #: cp/decl.c:7849
14342 msgid "function %qD declared virtual inside a union"
14343 msgstr ""
14344
14345 #: cp/decl.c:7858
14346 msgid "%qD cannot be declared virtual, since it is always static"
14347 msgstr ""
14348
14349 #: cp/decl.c:7938
14350 msgid "field %qD has incomplete type"
14351 msgstr ""
14352
14353 #: cp/decl.c:7940
14354 msgid "name %qT has incomplete type"
14355 msgstr ""
14356
14357 #: cp/decl.c:7949
14358 msgid "  in instantiation of template %qT"
14359 msgstr ""
14360
14361 #: cp/decl.c:7959
14362 #, c-format
14363 msgid "%qE is neither function nor member function; cannot be declared friend"
14364 msgstr ""
14365
14366 #: cp/decl.c:7970
14367 msgid "member functions are implicitly friends of their class"
14368 msgstr ""
14369
14370 #. An attempt is being made to initialize a non-static
14371 #. member.  But, from [class.mem]:
14372 #.
14373 #. 4 A member-declarator can contain a
14374 #. constant-initializer only if it declares a static
14375 #. member (_class.static_) of integral or enumeration
14376 #. type, see _class.static.data_.
14377 #.
14378 #. This used to be relatively common practice, but
14379 #. the rest of the compiler does not correctly
14380 #. handle the initialization unless the member is
14381 #. static so we make it static below.
14382 #: cp/decl.c:8010
14383 msgid "ISO C++ forbids initialization of member %qD"
14384 msgstr ""
14385
14386 #: cp/decl.c:8012
14387 msgid "making %qD static"
14388 msgstr ""
14389
14390 #: cp/decl.c:8070
14391 msgid "storage class %<auto%> invalid for function %qs"
14392 msgstr ""
14393
14394 #: cp/decl.c:8072
14395 msgid "storage class %<register%> invalid for function %qs"
14396 msgstr ""
14397
14398 #: cp/decl.c:8074
14399 msgid "storage class %<__thread%> invalid for function %qs"
14400 msgstr ""
14401
14402 #: cp/decl.c:8085
14403 msgid ""
14404 "%<static%> specified invalid for function %qs declared out of global scope"
14405 msgstr ""
14406
14407 #: cp/decl.c:8088
14408 msgid ""
14409 "%<inline%> specifier invalid for function %qs declared out of global scope"
14410 msgstr ""
14411
14412 #: cp/decl.c:8096
14413 #, c-format
14414 msgid "virtual non-class function %qs"
14415 msgstr ""
14416
14417 #: cp/decl.c:8127
14418 msgid "cannot declare member function %qD to have static linkage"
14419 msgstr ""
14420
14421 #. FIXME need arm citation
14422 #: cp/decl.c:8134
14423 msgid "cannot declare static function inside another function"
14424 msgstr ""
14425
14426 #: cp/decl.c:8163
14427 msgid ""
14428 "%<static%> may not be used when defining (as opposed to declaring) a static "
14429 "data member"
14430 msgstr ""
14431
14432 #: cp/decl.c:8170
14433 msgid "static member %qD declared %<register%>"
14434 msgstr ""
14435
14436 #: cp/decl.c:8175
14437 msgid "cannot explicitly declare member %q#D to have extern linkage"
14438 msgstr ""
14439
14440 #: cp/decl.c:8316
14441 msgid "default argument for %q#D has type %qT"
14442 msgstr ""
14443
14444 #: cp/decl.c:8319
14445 msgid "default argument for parameter of type %qT has type %qT"
14446 msgstr ""
14447
14448 #: cp/decl.c:8336
14449 msgid "default argument %qE uses local variable %qD"
14450 msgstr ""
14451
14452 #: cp/decl.c:8404
14453 msgid "parameter %qD invalidly declared method type"
14454 msgstr ""
14455
14456 #: cp/decl.c:8428
14457 msgid "parameter %qD includes %s to array of unknown bound %qT"
14458 msgstr ""
14459
14460 #. [class.copy]
14461 #.
14462 #. A declaration of a constructor for a class X is ill-formed if
14463 #. its first parameter is of type (optionally cv-qualified) X
14464 #. and either there are no other parameters or else all other
14465 #. parameters have default arguments.
14466 #.
14467 #. We *don't* complain about member template instantiations that
14468 #. have this form, though; they can occur as we try to decide
14469 #. what constructor to use during overload resolution.  Since
14470 #. overload resolution will never prefer such a constructor to
14471 #. the non-template copy constructor (which is either explicitly
14472 #. or implicitly defined), there's no need to worry about their
14473 #. existence.  Theoretically, they should never even be
14474 #. instantiated, but that's hard to forestall.
14475 #: cp/decl.c:8586
14476 msgid "invalid constructor; you probably meant %<%T (const %T&)%>"
14477 msgstr ""
14478
14479 #: cp/decl.c:8710
14480 msgid "%qD may not be declared within a namespace"
14481 msgstr ""
14482
14483 #: cp/decl.c:8712
14484 msgid "%qD may not be declared as static"
14485 msgstr ""
14486
14487 #: cp/decl.c:8732
14488 msgid "%qD must be a nonstatic member function"
14489 msgstr ""
14490
14491 #: cp/decl.c:8738
14492 msgid ""
14493 "%qD must be either a non-static member function or a non-member function"
14494 msgstr ""
14495
14496 #: cp/decl.c:8756
14497 msgid "%qD must have an argument of class or enumerated type"
14498 msgstr ""
14499
14500 #: cp/decl.c:8791
14501 #, c-format
14502 msgid "conversion to %s%s will never use a type conversion operator"
14503 msgstr ""
14504
14505 #. 13.4.0.3
14506 #: cp/decl.c:8799
14507 msgid "ISO C++ prohibits overloading operator ?:"
14508 msgstr ""
14509
14510 #: cp/decl.c:8849
14511 msgid "postfix %qD must take %<int%> as its argument"
14512 msgstr ""
14513
14514 #: cp/decl.c:8853
14515 msgid "postfix %qD must take %<int%> as its second argument"
14516 msgstr ""
14517
14518 #: cp/decl.c:8860
14519 msgid "%qD must take either zero or one argument"
14520 msgstr ""
14521
14522 #: cp/decl.c:8862
14523 msgid "%qD must take either one or two arguments"
14524 msgstr ""
14525
14526 #: cp/decl.c:8883
14527 msgid "prefix %qD should return %qT"
14528 msgstr ""
14529
14530 #: cp/decl.c:8889
14531 msgid "postfix %qD should return %qT"
14532 msgstr ""
14533
14534 #: cp/decl.c:8898
14535 msgid "%qD must take %<void%>"
14536 msgstr ""
14537
14538 #: cp/decl.c:8900 cp/decl.c:8908
14539 msgid "%qD must take exactly one argument"
14540 msgstr ""
14541
14542 #: cp/decl.c:8910
14543 msgid "%qD must take exactly two arguments"
14544 msgstr ""
14545
14546 #: cp/decl.c:8918
14547 msgid "user-defined %qD always evaluates both arguments"
14548 msgstr ""
14549
14550 #: cp/decl.c:8932
14551 msgid "%qD should return by value"
14552 msgstr ""
14553
14554 #: cp/decl.c:8944 cp/decl.c:8947
14555 msgid "%qD cannot have default arguments"
14556 msgstr ""
14557
14558 #: cp/decl.c:9007
14559 msgid "using typedef-name %qD after %qs"
14560 msgstr ""
14561
14562 #: cp/decl.c:9013
14563 msgid "using template type parameter %qT after %qs"
14564 msgstr ""
14565
14566 #: cp/decl.c:9021
14567 msgid "%qT referred to as %qs"
14568 msgstr ""
14569
14570 #: cp/decl.c:9027
14571 msgid "%qT referred to as enum"
14572 msgstr ""
14573
14574 #. If a class template appears as elaborated type specifier
14575 #. without a template header such as:
14576 #.
14577 #. template <class T> class C {};
14578 #. void f(class C);             // No template header here
14579 #.
14580 #. then the required template argument is missing.
14581 #: cp/decl.c:9042
14582 msgid "template argument required for %<%s %T%>"
14583 msgstr ""
14584
14585 #: cp/decl.c:9187
14586 msgid "use of enum %q#D without previous declaration"
14587 msgstr ""
14588
14589 #: cp/decl.c:9205
14590 msgid "redeclaration of %qT as a non-template"
14591 msgstr ""
14592
14593 #: cp/decl.c:9298
14594 msgid "derived union %qT invalid"
14595 msgstr ""
14596
14597 #: cp/decl.c:9304
14598 msgid "Java class %qT cannot have multiple bases"
14599 msgstr ""
14600
14601 #: cp/decl.c:9312
14602 msgid "Java class %qT cannot have virtual bases"
14603 msgstr ""
14604
14605 #: cp/decl.c:9331
14606 msgid "base type %qT fails to be a struct or class type"
14607 msgstr ""
14608
14609 #: cp/decl.c:9364
14610 msgid "recursive type %qT undefined"
14611 msgstr ""
14612
14613 #: cp/decl.c:9366
14614 msgid "duplicate base type %qT invalid"
14615 msgstr ""
14616
14617 #: cp/decl.c:9434
14618 msgid "multiple definition of %q#T"
14619 msgstr ""
14620
14621 #: cp/decl.c:9435
14622 msgid "%Jprevious definition here"
14623 msgstr ""
14624
14625 #. DR 377
14626 #.
14627 #. IF no integral type can represent all the enumerator values, the
14628 #. enumeration is ill-formed.
14629 #: cp/decl.c:9560
14630 msgid "no integral type can represent all of the enumerator values for %qT"
14631 msgstr ""
14632
14633 #: cp/decl.c:9661
14634 msgid "enumerator value for %qD not integer constant"
14635 msgstr ""
14636
14637 #: cp/decl.c:9688
14638 msgid "overflow in enumeration values at %qD"
14639 msgstr ""
14640
14641 #: cp/decl.c:9759
14642 msgid "return type %q#T is incomplete"
14643 msgstr ""
14644
14645 #: cp/decl.c:9874
14646 msgid "%<operator=%> should return a reference to %<*this%>"
14647 msgstr ""
14648
14649 #: cp/decl.c:10198
14650 msgid "parameter %qD declared void"
14651 msgstr ""
14652
14653 #: cp/decl.c:10680
14654 msgid "invalid member function declaration"
14655 msgstr ""
14656
14657 #: cp/decl.c:10695
14658 msgid "%qD is already defined in class %qT"
14659 msgstr ""
14660
14661 #: cp/decl.c:10906
14662 msgid "static member function `%#D' declared with type qualifiers"
14663 msgstr ""
14664
14665 #: cp/decl2.c:280
14666 msgid "name missing for member function"
14667 msgstr ""
14668
14669 #: cp/decl2.c:373 cp/decl2.c:387
14670 msgid "ambiguous conversion for array subscript"
14671 msgstr ""
14672
14673 #: cp/decl2.c:381
14674 msgid "invalid types %<%T[%T]%> for array subscript"
14675 msgstr ""
14676
14677 #: cp/decl2.c:426
14678 msgid "deleting array %q#D"
14679 msgstr ""
14680
14681 #: cp/decl2.c:432
14682 msgid "type %q#T argument given to %<delete%>, expected pointer"
14683 msgstr ""
14684
14685 #: cp/decl2.c:444
14686 msgid ""
14687 "cannot delete a function.  Only pointer-to-objects are valid arguments to %"
14688 "<delete%>"
14689 msgstr ""
14690
14691 #: cp/decl2.c:452
14692 msgid "deleting %qT is undefined"
14693 msgstr ""
14694
14695 #. 14.5.2.2 [temp.mem]
14696 #.
14697 #. A local class shall not have member templates.
14698 #: cp/decl2.c:488
14699 msgid "invalid declaration of member template %q#D in local class"
14700 msgstr ""
14701
14702 #: cp/decl2.c:497
14703 msgid "invalid use of %<virtual%> in template declaration of %q#D"
14704 msgstr ""
14705
14706 #: cp/decl2.c:507 cp/pt.c:2902
14707 msgid "template declaration of %q#D"
14708 msgstr ""
14709
14710 #: cp/decl2.c:556
14711 msgid "Java method %qD has non-Java return type %qT"
14712 msgstr ""
14713
14714 #: cp/decl2.c:572
14715 msgid "Java method %qD has non-Java parameter type %qT"
14716 msgstr ""
14717
14718 #: cp/decl2.c:681
14719 msgid "prototype for `%#D' does not match any in class `%T'"
14720 msgstr ""
14721
14722 #: cp/decl2.c:782
14723 msgid "local class %q#T shall not have static data member %q#D"
14724 msgstr ""
14725
14726 #: cp/decl2.c:790
14727 msgid "initializer invalid for static member with constructor"
14728 msgstr ""
14729
14730 #: cp/decl2.c:793
14731 msgid "(an out of class initialization is required)"
14732 msgstr ""
14733
14734 #: cp/decl2.c:874
14735 msgid "member %qD conflicts with virtual function table field name"
14736 msgstr ""
14737
14738 #: cp/decl2.c:891
14739 msgid "%qD is already defined in %qT"
14740 msgstr ""
14741
14742 #: cp/decl2.c:937
14743 msgid "field initializer is not constant"
14744 msgstr ""
14745
14746 #: cp/decl2.c:965
14747 msgid "`asm' specifiers are not permitted on non-static data members"
14748 msgstr ""
14749
14750 #: cp/decl2.c:1011
14751 msgid "cannot declare %qD to be a bit-field type"
14752 msgstr ""
14753
14754 #: cp/decl2.c:1021
14755 msgid "cannot declare bit-field %qD with function type"
14756 msgstr ""
14757
14758 #: cp/decl2.c:1028
14759 msgid "%qD is already defined in the class %qT"
14760 msgstr ""
14761
14762 #: cp/decl2.c:1035
14763 msgid "static member %qD cannot be a bit-field"
14764 msgstr ""
14765
14766 #: cp/decl2.c:1094
14767 msgid "initializer specified for non-member function %qD"
14768 msgstr ""
14769
14770 #: cp/decl2.c:1098
14771 msgid "invalid initializer for virtual method %qD"
14772 msgstr ""
14773
14774 #: cp/decl2.c:1130
14775 msgid "anonymous struct not inside named type"
14776 msgstr ""
14777
14778 #: cp/decl2.c:1201
14779 msgid "namespace-scope anonymous aggregates must be static"
14780 msgstr ""
14781
14782 #: cp/decl2.c:1208
14783 msgid "anonymous union with no members"
14784 msgstr ""
14785
14786 #: cp/decl2.c:1244
14787 msgid "%<operator new%> must return type %qT"
14788 msgstr ""
14789
14790 #: cp/decl2.c:1253
14791 msgid "%<operator new%> takes type %<size_t%> (%qT) as first parameter"
14792 msgstr ""
14793
14794 #: cp/decl2.c:1282
14795 msgid "%<operator delete%> must return type %qT"
14796 msgstr ""
14797
14798 #: cp/decl2.c:1291
14799 msgid "%<operator delete%> takes type %qT as first parameter"
14800 msgstr ""
14801
14802 #: cp/decl2.c:3028
14803 msgid "inline function `%D' used but never defined"
14804 msgstr ""
14805
14806 #: cp/decl2.c:3178
14807 msgid "default argument missing for parameter %P of %q+#D"
14808 msgstr ""
14809
14810 #. damn ICE suppression
14811 #: cp/error.c:2373
14812 #, c-format
14813 msgid "unexpected letter `%c' in locate_error\n"
14814 msgstr ""
14815
14816 #. Can't throw a reference.
14817 #: cp/except.c:239
14818 msgid "type %qT is disallowed in Java %<throw%> or %<catch%>"
14819 msgstr ""
14820
14821 #: cp/except.c:250
14822 msgid "call to Java %<catch%> or %<throw%> with %<jthrowable%> undefined"
14823 msgstr ""
14824
14825 #. Thrown object must be a Throwable.
14826 #: cp/except.c:257
14827 msgid "type %qT is not derived from %<java::lang::Throwable%>"
14828 msgstr ""
14829
14830 #: cp/except.c:320
14831 msgid "mixing C++ and Java catches in a single translation unit"
14832 msgstr ""
14833
14834 #: cp/except.c:576
14835 msgid "throwing NULL, which has integral, not pointer type"
14836 msgstr ""
14837
14838 #: cp/except.c:599 cp/init.c:1875
14839 msgid "%qD should never be overloaded"
14840 msgstr ""
14841
14842 #: cp/except.c:666
14843 msgid "  in thrown expression"
14844 msgstr ""
14845
14846 #: cp/except.c:810
14847 msgid ""
14848 "expression %qE of abstract class type %qT cannot be used in throw-expression"
14849 msgstr ""
14850
14851 #: cp/except.c:895
14852 msgid "%Hexception of type %qT will be caught"
14853 msgstr ""
14854
14855 #: cp/except.c:897
14856 msgid "%H   by earlier handler for %qT"
14857 msgstr ""
14858
14859 #: cp/except.c:927
14860 msgid "%H%<...%> handler must be the last handler for its try block"
14861 msgstr ""
14862
14863 #: cp/friend.c:152
14864 msgid "%qD is already a friend of class %qT"
14865 msgstr ""
14866
14867 #: cp/friend.c:204
14868 msgid "invalid type %qT declared %<friend%>"
14869 msgstr ""
14870
14871 #. [temp.friend]
14872 #. Friend declarations shall not declare partial
14873 #. specializations.
14874 #: cp/friend.c:220
14875 msgid "partial specialization %qT declared %<friend%>"
14876 msgstr ""
14877
14878 #: cp/friend.c:230
14879 msgid "class %qT is implicitly friends with itself"
14880 msgstr ""
14881
14882 #. template <class T> friend typename S<T>::X;
14883 #: cp/friend.c:248
14884 msgid "typename type %q#T declared %<friend%>"
14885 msgstr ""
14886
14887 #. template <class T> friend class T;
14888 #: cp/friend.c:254
14889 msgid "template parameter type %qT declared %<friend%>"
14890 msgstr ""
14891
14892 #. template <class T> friend class A; where A is not a template
14893 #: cp/friend.c:260
14894 msgid "%q#T is not a template"
14895 msgstr ""
14896
14897 #: cp/friend.c:279
14898 msgid "%qD is already a friend of %qT"
14899 msgstr ""
14900
14901 #: cp/friend.c:288
14902 msgid "%qT is already a friend of %qT"
14903 msgstr ""
14904
14905 #: cp/friend.c:412
14906 msgid "member %qD declared as friend before type %qT defined"
14907 msgstr ""
14908
14909 #: cp/friend.c:468
14910 msgid "friend declaration %q#D declares a non-template function"
14911 msgstr ""
14912
14913 #: cp/friend.c:472
14914 msgid ""
14915 "(if this is not what you intended, make sure the function template has "
14916 "already been declared and add <> after the function name here) -Wno-non-"
14917 "template-friend disables this warning"
14918 msgstr ""
14919
14920 #: cp/g++spec.c:238 java/jvspec.c:415
14921 #, c-format
14922 msgid "argument to `%s' missing\n"
14923 msgstr ""
14924
14925 #: cp/init.c:318
14926 msgid "%J%qD should be initialized in the member initialization list"
14927 msgstr ""
14928
14929 #: cp/init.c:365
14930 msgid "%Jdefault-initialization of %q#D, which has reference type"
14931 msgstr ""
14932
14933 #: cp/init.c:371
14934 msgid "%Juninitialized reference member %qD"
14935 msgstr ""
14936
14937 #: cp/init.c:374
14938 msgid "%Juninitialized member %qD with %<const%> type %qT"
14939 msgstr ""
14940
14941 #: cp/init.c:517
14942 msgid "%qD will be initialized after"
14943 msgstr ""
14944
14945 #: cp/init.c:520
14946 msgid "base %qT will be initialized after"
14947 msgstr ""
14948
14949 #: cp/init.c:523
14950 msgid "  %q#D"
14951 msgstr ""
14952
14953 #: cp/init.c:525
14954 msgid "  base %qT"
14955 msgstr ""
14956
14957 #: cp/init.c:526
14958 msgid "%J  when initialized here"
14959 msgstr ""
14960
14961 #: cp/init.c:542
14962 msgid "%Jmultiple initializations given for %qD"
14963 msgstr ""
14964
14965 #: cp/init.c:545
14966 msgid "%Jmultiple initializations given for base %qT"
14967 msgstr ""
14968
14969 #: cp/init.c:612
14970 msgid "%Jinitializations for multiple members of %qT"
14971 msgstr ""
14972
14973 #: cp/init.c:669
14974 msgid ""
14975 "%Jbase class %q#T should be explicitly initialized in the copy constructor"
14976 msgstr ""
14977
14978 #: cp/init.c:893 cp/init.c:912
14979 msgid "class %qT does not have any field named %qD"
14980 msgstr ""
14981
14982 #: cp/init.c:899
14983 msgid ""
14984 "%q#D is a static data member; it can only be initialized at its definition"
14985 msgstr ""
14986
14987 #: cp/init.c:906
14988 msgid "%q#D is not a non-static data member of %qT"
14989 msgstr ""
14990
14991 #: cp/init.c:945
14992 msgid "unnamed initializer for %qT, which has no base classes"
14993 msgstr ""
14994
14995 #: cp/init.c:953
14996 msgid "unnamed initializer for %qT, which uses multiple inheritance"
14997 msgstr ""
14998
14999 #: cp/init.c:999
15000 msgid "%qD is both a direct base and an indirect virtual base"
15001 msgstr ""
15002
15003 #: cp/init.c:1007
15004 msgid "type %qD is not a direct or virtual base of %qT"
15005 msgstr ""
15006
15007 #: cp/init.c:1010
15008 msgid "type %qD is not a direct base of %qT"
15009 msgstr ""
15010
15011 #: cp/init.c:1090
15012 msgid "bad array initializer"
15013 msgstr ""
15014
15015 #: cp/init.c:1289
15016 msgid "%qT is not an aggregate type"
15017 msgstr ""
15018
15019 #: cp/init.c:1381
15020 msgid "qualified type %qT does not match destructor name %<~%T%>"
15021 msgstr ""
15022
15023 #: cp/init.c:1389
15024 msgid "incomplete type %qT does not have member %qD"
15025 msgstr ""
15026
15027 #: cp/init.c:1408
15028 msgid "%qD is not a member of type %qT"
15029 msgstr ""
15030
15031 #: cp/init.c:1435
15032 msgid "invalid pointer to bit-field %qD"
15033 msgstr ""
15034
15035 #: cp/init.c:1537
15036 msgid "invalid use of non-static member function %qD"
15037 msgstr ""
15038
15039 #: cp/init.c:1543
15040 msgid "invalid use of non-static data member %qD"
15041 msgstr ""
15042
15043 #: cp/init.c:1660
15044 msgid "new cannot be applied to a reference type"
15045 msgstr ""
15046
15047 #: cp/init.c:1666
15048 msgid "new cannot be applied to a function type"
15049 msgstr ""
15050
15051 #: cp/init.c:1698
15052 msgid "call to Java constructor, while %<jclass%> undefined"
15053 msgstr ""
15054
15055 #: cp/init.c:1714
15056 msgid "can't find class$"
15057 msgstr ""
15058
15059 #: cp/init.c:1827
15060 msgid "invalid type %<void%> for new"
15061 msgstr ""
15062
15063 #: cp/init.c:1837
15064 msgid "uninitialized const in %<new%> of %q#T"
15065 msgstr ""
15066
15067 #: cp/init.c:1870
15068 #, c-format
15069 msgid "call to Java constructor with %qs undefined"
15070 msgstr ""
15071
15072 #: cp/init.c:1910
15073 msgid "request for member %qD is ambiguous"
15074 msgstr ""
15075
15076 #: cp/init.c:2043
15077 msgid "ISO C++ forbids initialization in array new"
15078 msgstr ""
15079
15080 #: cp/init.c:2513
15081 msgid "initializer ends prematurely"
15082 msgstr ""
15083
15084 #: cp/init.c:2566
15085 msgid "cannot initialize multi-dimensional array with initializer"
15086 msgstr ""
15087
15088 #: cp/init.c:2725
15089 msgid "possible problem detected in invocation of delete operator:"
15090 msgstr ""
15091
15092 #: cp/init.c:2728
15093 msgid ""
15094 "neither the destructor nor the class-specific operator delete will be "
15095 "called, even if they are declared when the class is defined."
15096 msgstr ""
15097
15098 #: cp/init.c:2749
15099 msgid "unknown array size in delete"
15100 msgstr ""
15101
15102 #: cp/init.c:3009
15103 msgid "type to vector delete is neither pointer or array type"
15104 msgstr ""
15105
15106 #: cp/lex.c:436
15107 #, c-format
15108 msgid "junk at end of #pragma %s"
15109 msgstr ""
15110
15111 #: cp/lex.c:443
15112 #, c-format
15113 msgid "invalid #pragma %s"
15114 msgstr ""
15115
15116 #: cp/lex.c:451
15117 msgid "#pragma vtable no longer supported"
15118 msgstr ""
15119
15120 #: cp/lex.c:530
15121 #, c-format
15122 msgid "#pragma implementation for %qs appears after file is included"
15123 msgstr ""
15124
15125 #: cp/lex.c:555
15126 msgid "junk at end of #pragma GCC java_exceptions"
15127 msgstr ""
15128
15129 #: cp/lex.c:569
15130 msgid "%qD not defined"
15131 msgstr ""
15132
15133 #: cp/lex.c:573
15134 msgid "%qD was not declared in this scope"
15135 msgstr ""
15136
15137 #. In a template, it is invalid to write "f()" or "f(3)" if no
15138 #. declaration of "f" is available.  Historically, G++ and most
15139 #. other compilers accepted that usage since they deferred all name
15140 #. lookup until instantiation time rather than doing unqualified
15141 #. name lookup at template definition time; explain to the user what
15142 #. is going wrong.
15143 #.
15144 #. Note that we have the exact wording of the following message in
15145 #. the manual (trouble.texi, node "Name lookup"), so they need to
15146 #. be kept in synch.
15147 #: cp/lex.c:610
15148 msgid ""
15149 "there are no arguments to %qD that depend on a template parameter, so a "
15150 "declaration of %qD must be available"
15151 msgstr ""
15152
15153 #: cp/lex.c:619
15154 msgid ""
15155 "(if you use `-fpermissive', G++ will accept your code, but allowing the use "
15156 "of an undeclared name is deprecated)"
15157 msgstr ""
15158
15159 #: cp/mangle.c:2114
15160 msgid "call_expr cannot be mangled due to a defect in the C++ ABI"
15161 msgstr ""
15162
15163 #: cp/mangle.c:2122
15164 msgid "zero-operand casts cannot be mangled due to a defect in the C++ ABI"
15165 msgstr ""
15166
15167 #: cp/mangle.c:2172
15168 msgid "omitted middle operand to `?:' operand cannot be mangled"
15169 msgstr ""
15170
15171 #: cp/mangle.c:2482
15172 msgid "the mangled name of `%D' will change in a future version of GCC"
15173 msgstr ""
15174
15175 #: cp/method.c:443
15176 msgid "generic thunk code fails for method %q#D which uses %<...%>"
15177 msgstr ""
15178
15179 #: cp/method.c:652
15180 msgid "non-static const member %q#D, can't use default assignment operator"
15181 msgstr ""
15182
15183 #: cp/method.c:658
15184 msgid "non-static reference member %q#D, can't use default assignment operator"
15185 msgstr ""
15186
15187 #: cp/name-lookup.c:762
15188 msgid "redeclaration of %<wchar_t%> as %qT"
15189 msgstr ""
15190
15191 #. A redeclaration of main, but not a duplicate of the
15192 #. previous one.
15193 #.
15194 #. [basic.start.main]
15195 #.
15196 #. This function shall not be overloaded.
15197 #: cp/name-lookup.c:794
15198 msgid "invalid redeclaration of %qD"
15199 msgstr ""
15200
15201 #: cp/name-lookup.c:795
15202 msgid "as %qD"
15203 msgstr ""
15204
15205 #: cp/name-lookup.c:883
15206 msgid "type mismatch with previous external decl of %q#D"
15207 msgstr ""
15208
15209 #: cp/name-lookup.c:884
15210 msgid "previous external decl of %q#D"
15211 msgstr ""
15212
15213 #: cp/name-lookup.c:966
15214 msgid "extern declaration of %q#D doesn't match"
15215 msgstr ""
15216
15217 #: cp/name-lookup.c:967
15218 msgid "global declaration %q#D"
15219 msgstr ""
15220
15221 #: cp/name-lookup.c:1003 cp/name-lookup.c:1010
15222 msgid "declaration of %q#D shadows a parameter"
15223 msgstr ""
15224
15225 #. Location of previous decl is not useful in this case.
15226 #: cp/name-lookup.c:1035
15227 msgid "declaration of %qD shadows a member of 'this'"
15228 msgstr ""
15229
15230 #: cp/name-lookup.c:1041
15231 msgid "declaration of %qD shadows a previous local"
15232 msgstr ""
15233
15234 #: cp/name-lookup.c:1048
15235 msgid "declaration of %qD shadows a global declaration"
15236 msgstr ""
15237
15238 #: cp/name-lookup.c:1164
15239 msgid "name lookup of %qD changed"
15240 msgstr ""
15241
15242 #: cp/name-lookup.c:1165
15243 msgid "  matches this %qD under ISO standard rules"
15244 msgstr ""
15245
15246 #: cp/name-lookup.c:1167
15247 msgid "  matches this %qD under old rules"
15248 msgstr ""
15249
15250 #: cp/name-lookup.c:1185 cp/name-lookup.c:1193
15251 msgid "name lookup of %qD changed for new ISO %<for%> scoping"
15252 msgstr ""
15253
15254 #: cp/name-lookup.c:1187
15255 msgid "  cannot use obsolete binding at %qD because it has a destructor"
15256 msgstr ""
15257
15258 #: cp/name-lookup.c:1195
15259 msgid "  using obsolete binding at %qD"
15260 msgstr ""
15261
15262 #: cp/name-lookup.c:1248
15263 #, c-format
15264 msgid "%s %s(%E) %p %d\n"
15265 msgstr ""
15266
15267 #: cp/name-lookup.c:1251
15268 #, c-format
15269 msgid "%s %s %p %d\n"
15270 msgstr ""
15271
15272 #: cp/name-lookup.c:1378
15273 msgid "XXX is_class_level != (current_scope == class_scope)\n"
15274 msgstr ""
15275
15276 #: cp/name-lookup.c:2011
15277 msgid "`%#D' hides constructor for `%#T'"
15278 msgstr ""
15279
15280 #: cp/name-lookup.c:2026
15281 msgid "%q#D conflicts with previous using declaration %q#D"
15282 msgstr ""
15283
15284 #: cp/name-lookup.c:2038
15285 msgid "previous non-function declaration %q#D"
15286 msgstr ""
15287
15288 #: cp/name-lookup.c:2039
15289 msgid "conflicts with function declaration %q#D"
15290 msgstr ""
15291
15292 #. It's a nested name with template parameter dependent scope.
15293 #. This can only be using-declaration for class member.
15294 #: cp/name-lookup.c:2117 cp/name-lookup.c:2142 cp/name-lookup.c:3386
15295 msgid "%qT is not a namespace"
15296 msgstr ""
15297
15298 #. 7.3.3/5
15299 #. A using-declaration shall not name a template-id.
15300 #: cp/name-lookup.c:2127
15301 msgid "a using-declaration cannot specify a template-id.  Try %<using %D%>"
15302 msgstr ""
15303
15304 #: cp/name-lookup.c:2134
15305 msgid "namespace %qD not allowed in using-declaration"
15306 msgstr ""
15307
15308 #: cp/name-lookup.c:2170
15309 msgid "%qD not declared"
15310 msgstr ""
15311
15312 #. If the OLD_FN was really declared, the
15313 #. declarations don't match.
15314 #: cp/name-lookup.c:2182 cp/name-lookup.c:2224 cp/name-lookup.c:2261
15315 msgid "%qD is already declared in this scope"
15316 msgstr ""
15317
15318 #: cp/name-lookup.c:2267
15319 msgid "using declaration %qD introduced ambiguous type %qT"
15320 msgstr ""
15321
15322 #. Definition isn't the kind we were looking for.
15323 #: cp/name-lookup.c:2435 cp/name-lookup.c:2454
15324 msgid "%q#D redeclared as %C"
15325 msgstr ""
15326
15327 #: cp/name-lookup.c:2822
15328 msgid "%qD has the same name as the class in which it is declared"
15329 msgstr ""
15330
15331 #: cp/name-lookup.c:2917
15332 msgid "using-declaration for non-member at class scope"
15333 msgstr ""
15334
15335 #: cp/name-lookup.c:2924
15336 msgid "using-declaration cannot name destructor"
15337 msgstr ""
15338
15339 #: cp/name-lookup.c:3003
15340 msgid "declaration of `%D' not in a namespace surrounding `%D'"
15341 msgstr ""
15342
15343 #: cp/name-lookup.c:3043
15344 msgid "%qD should have been declared inside %qD"
15345 msgstr ""
15346
15347 #: cp/name-lookup.c:3105
15348 msgid "namespace alias %qD not allowed here, assuming %qD"
15349 msgstr ""
15350
15351 #. The parser did not find it, so it's not there.
15352 #: cp/name-lookup.c:3220
15353 msgid "unknown namespace %qD"
15354 msgstr ""
15355
15356 #: cp/name-lookup.c:3380
15357 msgid "namespace %qT undeclared"
15358 msgstr ""
15359
15360 #: cp/name-lookup.c:3424
15361 msgid "strong using only meaningful at namespace scope"
15362 msgstr ""
15363
15364 #: cp/name-lookup.c:3431
15365 msgid "%qD attribute directive ignored"
15366 msgstr ""
15367
15368 #: cp/name-lookup.c:3565
15369 msgid "use of %qD is ambiguous"
15370 msgstr ""
15371
15372 #: cp/name-lookup.c:3566
15373 msgid "  first declared as %q#D here"
15374 msgstr ""
15375
15376 #: cp/name-lookup.c:3568
15377 msgid "  also declared as %q#D here"
15378 msgstr ""
15379
15380 #: cp/name-lookup.c:3583
15381 msgid "%qD denotes an ambiguous type"
15382 msgstr ""
15383
15384 #: cp/name-lookup.c:3584
15385 msgid "%J  first type here"
15386 msgstr ""
15387
15388 #: cp/name-lookup.c:3585
15389 msgid "%J  other type here"
15390 msgstr ""
15391
15392 #. This happens for A::B where B is a template, and there are no
15393 #. template arguments.
15394 #: cp/name-lookup.c:3649
15395 msgid "invalid use of %qD"
15396 msgstr ""
15397
15398 #: cp/name-lookup.c:3689
15399 msgid "%<%D::%D%> is not a template"
15400 msgstr ""
15401
15402 #: cp/name-lookup.c:3705
15403 msgid "%qD undeclared in namespace %qD"
15404 msgstr ""
15405
15406 #: cp/name-lookup.c:4242
15407 msgid "%qD is not a function,"
15408 msgstr ""
15409
15410 #: cp/name-lookup.c:4243
15411 msgid "  conflict with %qD"
15412 msgstr ""
15413
15414 #: cp/name-lookup.c:5006
15415 msgid "XXX entering pop_everything ()\n"
15416 msgstr ""
15417
15418 #: cp/name-lookup.c:5015
15419 msgid "XXX leaving pop_everything ()\n"
15420 msgstr ""
15421
15422 #: cp/parser.c:438
15423 msgid "invalid token"
15424 msgstr ""
15425
15426 #: cp/parser.c:1875
15427 msgid "%<%D::%D%> has not been declared"
15428 msgstr ""
15429
15430 #: cp/parser.c:1878
15431 msgid "%<::%D%> has not been declared"
15432 msgstr ""
15433
15434 #: cp/parser.c:1881
15435 msgid "request for member %qD in non-class type %qT"
15436 msgstr ""
15437
15438 #: cp/parser.c:1884
15439 msgid "%<%T::%D%> has not been declared"
15440 msgstr ""
15441
15442 #: cp/parser.c:1887
15443 msgid "`%D' has not been declared"
15444 msgstr ""
15445
15446 #: cp/parser.c:1890
15447 msgid "%<%D::%D%> %s"
15448 msgstr ""
15449
15450 #: cp/parser.c:1892
15451 msgid "%<::%D%> %s"
15452 msgstr ""
15453
15454 #: cp/parser.c:1894
15455 msgid "%qD %s"
15456 msgstr ""
15457
15458 #: cp/parser.c:1947
15459 msgid "new types may not be defined in a return type"
15460 msgstr ""
15461
15462 #: cp/parser.c:1965 cp/pt.c:4279
15463 msgid "%qT is not a template"
15464 msgstr ""
15465
15466 #: cp/parser.c:1967
15467 #, c-format
15468 msgid "%qE is not a template"
15469 msgstr ""
15470
15471 #: cp/parser.c:1969
15472 msgid "invalid template-id"
15473 msgstr ""
15474
15475 #: cp/parser.c:2010
15476 #, c-format
15477 msgid "%s cannot appear in a constant-expression"
15478 msgstr ""
15479
15480 #: cp/parser.c:2034
15481 #, c-format
15482 msgid "invalid use of template-name %qE without an argument list"
15483 msgstr ""
15484
15485 #. Issue an error message.
15486 #: cp/parser.c:2039
15487 #, c-format
15488 msgid "%qE does not name a type"
15489 msgstr ""
15490
15491 #: cp/parser.c:2070
15492 msgid "(perhaps `typename %T::%E' was intended)"
15493 msgstr ""
15494
15495 #: cp/parser.c:2085
15496 #, c-format
15497 msgid "%qE in namespace %qE does not name a type"
15498 msgstr ""
15499
15500 #: cp/parser.c:2088
15501 msgid "q%E in class %qT does not name a type"
15502 msgstr ""
15503
15504 #: cp/parser.c:2758
15505 msgid "ISO C++ forbids braced-groups within expressions"
15506 msgstr ""
15507
15508 #: cp/parser.c:2767
15509 msgid "statement-expressions are allowed only inside functions"
15510 msgstr ""
15511
15512 #: cp/parser.c:2818
15513 msgid "%<this%> may not be used in this context"
15514 msgstr ""
15515
15516 #: cp/parser.c:2953
15517 msgid "local variable %qD may not appear in this context"
15518 msgstr ""
15519
15520 #: cp/parser.c:3318
15521 msgid "typedef-name %qD used as destructor declarator"
15522 msgstr ""
15523
15524 #: cp/parser.c:3976
15525 msgid "ISO C++ forbids compound-literals"
15526 msgstr ""
15527
15528 #: cp/parser.c:4861
15529 msgid "array bound forbidden after parenthesized type-id"
15530 msgstr ""
15531
15532 #: cp/parser.c:4862
15533 msgid "try removing the parentheses around the type-id"
15534 msgstr ""
15535
15536 #: cp/parser.c:4968
15537 msgid "size in array new must have integral type"
15538 msgstr ""
15539
15540 #: cp/parser.c:4971
15541 msgid "zero size array reserves no space"
15542 msgstr ""
15543
15544 #: cp/parser.c:5070
15545 msgid "expression in new-declarator must have integral or enumeration type"
15546 msgstr ""
15547
15548 #: cp/parser.c:5252
15549 msgid "use of old-style cast"
15550 msgstr ""
15551
15552 #: cp/parser.c:6007
15553 #, c-format
15554 msgid "case label %qE not within a switch statement"
15555 msgstr ""
15556
15557 #: cp/parser.c:6550
15558 msgid "ISO C++ forbids computed gotos"
15559 msgstr ""
15560
15561 #: cp/parser.c:6675
15562 msgid "extra %<;%>"
15563 msgstr ""
15564
15565 #: cp/parser.c:6993
15566 msgid "mixing declarations and function-definitions is forbidden"
15567 msgstr ""
15568
15569 #: cp/parser.c:7125
15570 msgid "duplicate %<friend%>"
15571 msgstr ""
15572
15573 #: cp/parser.c:7294
15574 msgid "class definition may not be declared a friend"
15575 msgstr ""
15576
15577 #: cp/parser.c:7607
15578 msgid "only constructors take base initializers"
15579 msgstr ""
15580
15581 #: cp/parser.c:7658
15582 msgid "anachronistic old-style base class initializer"
15583 msgstr ""
15584
15585 #: cp/parser.c:7699
15586 msgid ""
15587 "keyword %<typename%> not allowed in this context (a qualified member "
15588 "initializer is implicitly a type)"
15589 msgstr ""
15590
15591 #. Warn that we do not support `export'.
15592 #: cp/parser.c:8061
15593 msgid "keyword %<export%> not implemented, and will be ignored"
15594 msgstr ""
15595
15596 #. Otherwise, emit an error about the invalid digraph, but continue
15597 #. parsing because we got our argument list.
15598 #: cp/parser.c:8434
15599 msgid "%<<::%> cannot begin a template-argument list"
15600 msgstr ""
15601
15602 #: cp/parser.c:8435
15603 msgid ""
15604 "%<<:%> is an alternate spelling for %<[%>. Insert whitespace between %<<%> "
15605 "and %<::%>"
15606 msgstr ""
15607
15608 #: cp/parser.c:8442
15609 msgid "(if you use -fpermissive G++ will accept your code)"
15610 msgstr ""
15611
15612 #. Explain what went wrong.
15613 #: cp/parser.c:8617
15614 msgid "non-template %qD used as template"
15615 msgstr ""
15616
15617 #: cp/parser.c:8618
15618 msgid "use %<%T::template %D%> to indicate that it is a template"
15619 msgstr ""
15620
15621 #: cp/parser.c:9645
15622 msgid "using %<typename%> outside of template"
15623 msgstr ""
15624
15625 #: cp/parser.c:9768
15626 msgid "expected type-name"
15627 msgstr ""
15628
15629 #: cp/parser.c:9827
15630 msgid "type attributes are honored only at type definition"
15631 msgstr ""
15632
15633 #. [namespace.udecl]
15634 #.
15635 #. A using declaration shall not name a template-id.
15636 #: cp/parser.c:10201
15637 msgid "a template-id may not appear in a using-declaration"
15638 msgstr ""
15639
15640 #: cp/parser.c:10526
15641 msgid "an asm-specification is not allowed on a function-definition"
15642 msgstr ""
15643
15644 #: cp/parser.c:10528
15645 msgid "attributes are not allowed on a function-definition"
15646 msgstr ""
15647
15648 #: cp/parser.c:10659
15649 msgid "attributes after parenthesized initializer ignored"
15650 msgstr ""
15651
15652 #: cp/parser.c:11088
15653 msgid "%<%T::%D%> is not a type"
15654 msgstr ""
15655
15656 #: cp/parser.c:11133
15657 msgid "invalid use of constructor as a template"
15658 msgstr ""
15659
15660 #: cp/parser.c:11134
15661 msgid ""
15662 "use %<%T::%D%> instead of %<%T::%T%> to name the constructor in a qualified "
15663 "name"
15664 msgstr ""
15665
15666 #: cp/parser.c:11322
15667 msgid "duplicate cv-qualifier"
15668 msgstr ""
15669
15670 #: cp/parser.c:11836
15671 msgid "file ends in default argument"
15672 msgstr ""
15673
15674 #: cp/parser.c:11896
15675 msgid "deprecated use of default argument for parameter of non-function"
15676 msgstr ""
15677
15678 #: cp/parser.c:11899
15679 msgid "default arguments are only permitted for function parameters"
15680 msgstr ""
15681
15682 #: cp/parser.c:12641
15683 msgid "declaration of %qD in %qD which does not enclose %qD"
15684 msgstr ""
15685
15686 #: cp/parser.c:12654
15687 msgid "extra qualification ignored"
15688 msgstr ""
15689
15690 #: cp/parser.c:12665
15691 msgid "an explicit specialization must be preceded by %<template <>%>"
15692 msgstr ""
15693
15694 #: cp/parser.c:12949
15695 msgid "%Hextra %<;%>"
15696 msgstr ""
15697
15698 #: cp/parser.c:12967
15699 msgid "a class-key must be used when declaring a friend"
15700 msgstr ""
15701
15702 #: cp/parser.c:12981
15703 msgid "friend declaration does not name a class or function"
15704 msgstr ""
15705
15706 #: cp/parser.c:13154
15707 msgid "pure-specifier on function-definition"
15708 msgstr ""
15709
15710 #: cp/parser.c:13427
15711 msgid "keyword %<typename%> not allowed outside of templates"
15712 msgstr ""
15713
15714 #: cp/parser.c:13429
15715 msgid ""
15716 "keyword %<typename%> not allowed in this context (the base class is "
15717 "implicitly a type)"
15718 msgstr ""
15719
15720 #: cp/parser.c:13702
15721 msgid "invalid catch parameter"
15722 msgstr ""
15723
15724 #: cp/parser.c:14264
15725 msgid "reference to %qD is ambiguous"
15726 msgstr ""
15727
15728 #: cp/parser.c:14433
15729 msgid "too few template-parameter-lists"
15730 msgstr ""
15731
15732 #. Otherwise, there are too many template parameter lists.  We have
15733 #. something like:
15734 #.
15735 #. template <class T> template <class U> void S::f();
15736 #: cp/parser.c:14448
15737 msgid "too many template-parameter-lists"
15738 msgstr ""
15739
15740 #. Skip the entire function.
15741 #: cp/parser.c:14672
15742 msgid "invalid function declaration"
15743 msgstr ""
15744
15745 #. Issue an error message.
15746 #: cp/parser.c:14709
15747 msgid "named return values are no longer supported"
15748 msgstr ""
15749
15750 #: cp/parser.c:15054
15751 msgid "%H%<>>%> should be %<> >%> within a nested template argument list"
15752 msgstr ""
15753
15754 #: cp/parser.c:15069
15755 msgid "spurious %<>>%>, use %<>%> to terminate a template argument list"
15756 msgstr ""
15757
15758 #: cp/parser.c:15074
15759 msgid "missing %<>%> to terminate the template argument list"
15760 msgstr ""
15761
15762 #: cp/parser.c:15593
15763 msgid "%qs tag used in naming %q#T"
15764 msgstr ""
15765
15766 #: cp/parser.c:15614
15767 msgid "%qD redeclared with different access"
15768 msgstr ""
15769
15770 #: cp/parser.c:15631
15771 msgid "%<template%> (as a disambiguator) is only allowed within templates"
15772 msgstr ""
15773
15774 #: cp/parser.c:15839
15775 msgid "inter-module optimizations not implemented for C++"
15776 msgstr ""
15777
15778 #: cp/pt.c:240
15779 msgid "data member %qD cannot be a member template"
15780 msgstr ""
15781
15782 #: cp/pt.c:252
15783 msgid "invalid member template declaration %qD"
15784 msgstr ""
15785
15786 #: cp/pt.c:635
15787 msgid "explicit specialization in non-namespace scope %qD"
15788 msgstr ""
15789
15790 #: cp/pt.c:646
15791 msgid "enclosing class templates are not explicitly specialized"
15792 msgstr ""
15793
15794 #: cp/pt.c:730
15795 msgid "specialization of %qD in different namespace"
15796 msgstr ""
15797
15798 #: cp/pt.c:731 cp/pt.c:800
15799 msgid "  from definition of %q#D"
15800 msgstr ""
15801
15802 #: cp/pt.c:767
15803 msgid "specialization of %qT after instantiation"
15804 msgstr ""
15805
15806 #: cp/pt.c:799
15807 msgid "specializing %q#T in different namespace"
15808 msgstr ""
15809
15810 #: cp/pt.c:814
15811 msgid "specialization %qT after instantiation %qT"
15812 msgstr ""
15813
15814 #: cp/pt.c:826
15815 msgid "explicit specialization of non-template %qT"
15816 msgstr ""
15817
15818 #: cp/pt.c:1083
15819 msgid "specialization of %qD after instantiation"
15820 msgstr ""
15821
15822 #: cp/pt.c:1212
15823 msgid "%s %+#D"
15824 msgstr ""
15825
15826 #: cp/pt.c:1268
15827 msgid "%qD is not a function template"
15828 msgstr ""
15829
15830 #: cp/pt.c:1453
15831 msgid "template-id %qD for %q+D does not match any template declaration"
15832 msgstr ""
15833
15834 #: cp/pt.c:1462
15835 msgid "ambiguous template specialization %qD for %q+D"
15836 msgstr ""
15837
15838 #. This case handles bogus declarations like template <>
15839 #. template <class T> void f<int>();
15840 #: cp/pt.c:1685 cp/pt.c:1739
15841 msgid "template-id %qD in declaration of primary template"
15842 msgstr ""
15843
15844 #: cp/pt.c:1698
15845 msgid "template parameter list used in explicit instantiation"
15846 msgstr ""
15847
15848 #: cp/pt.c:1704
15849 msgid "definition provided for explicit instantiation"
15850 msgstr ""
15851
15852 #: cp/pt.c:1712
15853 msgid "too many template parameter lists in declaration of %qD"
15854 msgstr ""
15855
15856 #: cp/pt.c:1715
15857 msgid "too few template parameter lists in declaration of %qD"
15858 msgstr ""
15859
15860 #: cp/pt.c:1717
15861 msgid "explicit specialization of %qD must be introduced by `template <>'"
15862 msgstr ""
15863
15864 #: cp/pt.c:1736
15865 msgid "function template partial specialization %qD is not allowed"
15866 msgstr ""
15867
15868 #: cp/pt.c:1768
15869 msgid "default argument specified in explicit specialization"
15870 msgstr ""
15871
15872 #: cp/pt.c:1772
15873 msgid "template specialization with C linkage"
15874 msgstr ""
15875
15876 #. From [temp.expl.spec]:
15877 #.
15878 #. If such an explicit specialization for the member
15879 #. of a class template names an implicitly-declared
15880 #. special member function (clause _special_), the
15881 #. program is ill-formed.
15882 #.
15883 #. Similar language is found in [temp.explicit].
15884 #: cp/pt.c:1856
15885 msgid "specialization of implicitly-declared special member function"
15886 msgstr ""
15887
15888 #: cp/pt.c:1900
15889 msgid "no member function %qD declared in %qT"
15890 msgstr ""
15891
15892 #. There are two many template parameter lists.
15893 #: cp/pt.c:2050
15894 msgid "too many template parameter lists in declaration of %qT"
15895 msgstr ""
15896
15897 #: cp/pt.c:2144
15898 msgid " shadows template parm %q#D"
15899 msgstr ""
15900
15901 #: cp/pt.c:2544
15902 msgid "template parameters not used in partial specialization:"
15903 msgstr ""
15904
15905 #: cp/pt.c:2548
15906 msgid "        %qD"
15907 msgstr ""
15908
15909 #: cp/pt.c:2559
15910 msgid "partial specialization %qT does not specialize any template arguments"
15911 msgstr ""
15912
15913 #: cp/pt.c:2584
15914 #, c-format
15915 msgid "template argument %qE involves template parameter(s)"
15916 msgstr ""
15917
15918 #: cp/pt.c:2628
15919 msgid "type %qT of template argument %qE depends on template parameter(s)"
15920 msgstr ""
15921
15922 #: cp/pt.c:2714
15923 msgid "no default argument for %qD"
15924 msgstr ""
15925
15926 #: cp/pt.c:2866
15927 msgid "template with C linkage"
15928 msgstr ""
15929
15930 #: cp/pt.c:2869
15931 msgid "template class without a name"
15932 msgstr ""
15933
15934 #. [temp.mem]
15935 #.
15936 #. A destructor shall not be a member template.
15937 #: cp/pt.c:2877
15938 msgid "destructor %qD declared as member template"
15939 msgstr ""
15940
15941 #. [basic.stc.dynamic.allocation]
15942 #.
15943 #. An allocation function can be a function
15944 #. template. ... Template allocation functions shall
15945 #. have two or more parameters.
15946 #: cp/pt.c:2892
15947 msgid "invalid template declaration of %qD"
15948 msgstr ""
15949
15950 #: cp/pt.c:2972
15951 msgid "%qD does not declare a template type"
15952 msgstr ""
15953
15954 #: cp/pt.c:2978
15955 msgid "template definition of non-template %q#D"
15956 msgstr ""
15957
15958 #: cp/pt.c:3019
15959 msgid "expected %d levels of template parms for %q#D, got %d"
15960 msgstr ""
15961
15962 #: cp/pt.c:3031
15963 msgid "got %d template parameters for %q#D"
15964 msgstr ""
15965
15966 #: cp/pt.c:3034
15967 msgid "got %d template parameters for %q#T"
15968 msgstr ""
15969
15970 #: cp/pt.c:3036
15971 #, c-format
15972 msgid "  but %d required"
15973 msgstr ""
15974
15975 #: cp/pt.c:3121
15976 msgid "%qT is not a template type"
15977 msgstr ""
15978
15979 #: cp/pt.c:3137
15980 msgid "previous declaration %qD"
15981 msgstr ""
15982
15983 #: cp/pt.c:3138
15984 #, c-format
15985 msgid "used %d template parameter%s instead of %d"
15986 msgstr ""
15987
15988 #: cp/pt.c:3158
15989 msgid "template parameter %q#D"
15990 msgstr ""
15991
15992 #: cp/pt.c:3159
15993 msgid "redeclared here as %q#D"
15994 msgstr ""
15995
15996 #. We have in [temp.param]:
15997 #.
15998 #. A template-parameter may not be given default arguments
15999 #. by two different declarations in the same scope.
16000 #: cp/pt.c:3169
16001 msgid "redefinition of default argument for %q#D"
16002 msgstr ""
16003
16004 #: cp/pt.c:3170
16005 msgid "%J  original definition appeared here"
16006 msgstr ""
16007
16008 #: cp/pt.c:3316
16009 #, c-format
16010 msgid "%qE is not a valid template argument"
16011 msgstr ""
16012
16013 #: cp/pt.c:3320
16014 msgid "it must be the address of a function with external linkage"
16015 msgstr ""
16016
16017 #: cp/pt.c:3322
16018 msgid "it must be the address of an object with external linkage"
16019 msgstr ""
16020
16021 #: cp/pt.c:3325
16022 msgid "it must be a pointer-to-member of the form %<&X::Y%>"
16023 msgstr ""
16024
16025 #: cp/pt.c:3336
16026 #, c-format
16027 msgid ""
16028 "string literal %qE is not a valid template argument because it is the "
16029 "address of an object with static linkage"
16030 msgstr ""
16031
16032 #: cp/pt.c:3352
16033 #, c-format
16034 msgid "address of non-extern %qE cannot be used as template argument"
16035 msgstr ""
16036
16037 #: cp/pt.c:3362
16038 #, c-format
16039 msgid "non-constant %qE cannot be used as template argument"
16040 msgstr ""
16041
16042 #: cp/pt.c:3369
16043 msgid "type %qT cannot be used as a value for a non-type template-parameter"
16044 msgstr ""
16045
16046 #: cp/pt.c:3372
16047 msgid "invalid use of %qD as a non-type template-argument"
16048 msgstr ""
16049
16050 #: cp/pt.c:3374
16051 #, c-format
16052 msgid "invalid use of %qE as a non-type template-argument"
16053 msgstr ""
16054
16055 #: cp/pt.c:3752
16056 msgid "to refer to a type member of a template parameter, use %<typename %E%>"
16057 msgstr ""
16058
16059 #: cp/pt.c:3766 cp/pt.c:3785 cp/pt.c:3825
16060 msgid "type/value mismatch at argument %d in template parameter list for %qD"
16061 msgstr ""
16062
16063 #: cp/pt.c:3770
16064 msgid "  expected a constant of type %qT, got %qT"
16065 msgstr ""
16066
16067 #: cp/pt.c:3774
16068 #, c-format
16069 msgid "  expected a class template, got %qE"
16070 msgstr ""
16071
16072 #: cp/pt.c:3776
16073 #, c-format
16074 msgid "  expected a type, got %qE"
16075 msgstr ""
16076
16077 #: cp/pt.c:3789
16078 msgid "  expected a type, got %qT"
16079 msgstr ""
16080
16081 #: cp/pt.c:3791
16082 msgid "  expected a class template, got %qT"
16083 msgstr ""
16084
16085 #: cp/pt.c:3828
16086 msgid "  expected a template of type %qD, got %qD"
16087 msgstr ""
16088
16089 #: cp/pt.c:3864
16090 msgid "could not convert template argument %qE to %qT"
16091 msgstr ""
16092
16093 #: cp/pt.c:3903
16094 #, c-format
16095 msgid "wrong number of template arguments (%d, should be %d)"
16096 msgstr ""
16097
16098 #: cp/pt.c:3907
16099 msgid "provided for %qD"
16100 msgstr ""
16101
16102 #: cp/pt.c:3935
16103 #, c-format
16104 msgid "template argument %d is invalid"
16105 msgstr ""
16106
16107 #: cp/pt.c:4156
16108 msgid "non-template used as template"
16109 msgstr ""
16110
16111 #: cp/pt.c:4291
16112 msgid "non-template type %qT used as a template"
16113 msgstr ""
16114
16115 #: cp/pt.c:4293
16116 msgid "for template declaration %qD"
16117 msgstr ""
16118
16119 #: cp/pt.c:4942
16120 msgid ""
16121 "template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN "
16122 "to increase the maximum) instantiating %qD"
16123 msgstr ""
16124
16125 #: cp/pt.c:5381
16126 msgid "ambiguous class template instantiation for %q#T"
16127 msgstr ""
16128
16129 #: cp/pt.c:5387
16130 msgid "%s %+#T"
16131 msgstr ""
16132
16133 #: cp/pt.c:6408 cp/pt.c:6528
16134 msgid "instantiation of %qD as type %qT"
16135 msgstr ""
16136
16137 #: cp/pt.c:6570
16138 msgid "invalid parameter type %qT"
16139 msgstr ""
16140
16141 #: cp/pt.c:6572
16142 msgid "in declaration %qD"
16143 msgstr ""
16144
16145 #: cp/pt.c:6646
16146 msgid "creating pointer to member function of non-class type %qT"
16147 msgstr ""
16148
16149 #: cp/pt.c:6783
16150 msgid "creating array with size zero"
16151 msgstr ""
16152
16153 #: cp/pt.c:6797
16154 #, c-format
16155 msgid "creating array with size zero (%qE)"
16156 msgstr ""
16157
16158 #: cp/pt.c:7014
16159 msgid "forming reference to void"
16160 msgstr ""
16161
16162 #: cp/pt.c:7016
16163 msgid "forming %s to reference type %qT"
16164 msgstr ""
16165
16166 #: cp/pt.c:7053
16167 msgid "creating pointer to member of non-class type %qT"
16168 msgstr ""
16169
16170 #: cp/pt.c:7059
16171 msgid "creating pointer to member reference type %qT"
16172 msgstr ""
16173
16174 #: cp/pt.c:7145
16175 msgid "creating array of %qT"
16176 msgstr ""
16177
16178 #: cp/pt.c:7151
16179 msgid "creating array of %qT, which is an abstract class type"
16180 msgstr ""
16181
16182 #: cp/pt.c:7195
16183 msgid "%qT is not a class, struct, or union type"
16184 msgstr ""
16185
16186 #: cp/pt.c:7281
16187 #, c-format
16188 msgid "use of `%s' in template"
16189 msgstr ""
16190
16191 #: cp/pt.c:7406
16192 #, c-format
16193 msgid ""
16194 "dependent-name %qE is parsed as a non-type, but instantiation yields a type"
16195 msgstr ""
16196
16197 #: cp/pt.c:7408
16198 msgid "say %<typename %E%> if a type is meant"
16199 msgstr ""
16200
16201 #: cp/pt.c:8545
16202 msgid "%qT is not a class or namespace"
16203 msgstr ""
16204
16205 #: cp/pt.c:8548
16206 msgid "%qD is not a class or namespace"
16207 msgstr ""
16208
16209 #: cp/pt.c:8673
16210 msgid "%qT uses anonymous type"
16211 msgstr ""
16212
16213 #: cp/pt.c:8675
16214 msgid "%qT uses local type %qT"
16215 msgstr ""
16216
16217 #: cp/pt.c:8683
16218 msgid "%qT is a variably modified type"
16219 msgstr ""
16220
16221 #: cp/pt.c:8694
16222 #, c-format
16223 msgid "integral expression %qE is not constant"
16224 msgstr ""
16225
16226 #: cp/pt.c:8699
16227 msgid "  trying to instantiate %qD"
16228 msgstr ""
16229
16230 #: cp/pt.c:9213
16231 msgid "incomplete type unification"
16232 msgstr ""
16233
16234 #: cp/pt.c:10531 cp/pt.c:10602
16235 msgid "explicit instantiation of non-template %q#D"
16236 msgstr ""
16237
16238 #: cp/pt.c:10547 cp/pt.c:10597
16239 msgid "no matching template for %qD found"
16240 msgstr ""
16241
16242 #: cp/pt.c:10553
16243 msgid "explicit instantiation of %q#D"
16244 msgstr ""
16245
16246 #: cp/pt.c:10589
16247 msgid "duplicate explicit instantiation of %q#D"
16248 msgstr ""
16249
16250 #: cp/pt.c:10611
16251 msgid "ISO C++ forbids the use of %<extern%> on explicit instantiations"
16252 msgstr ""
16253
16254 #: cp/pt.c:10616 cp/pt.c:10706
16255 msgid "storage class %qD applied to template instantiation"
16256 msgstr ""
16257
16258 #: cp/pt.c:10678
16259 msgid "explicit instantiation of non-template type %qT"
16260 msgstr ""
16261
16262 #: cp/pt.c:10687
16263 msgid "explicit instantiation of %q#T before definition of template"
16264 msgstr ""
16265
16266 #: cp/pt.c:10695
16267 #, c-format
16268 msgid "ISO C++ forbids the use of `%E' on explicit instantiations"
16269 msgstr ""
16270
16271 #: cp/pt.c:10740
16272 msgid "duplicate explicit instantiation of %q#T"
16273 msgstr ""
16274
16275 #: cp/pt.c:11103
16276 msgid "explicit instantiation of %qD but no definition available"
16277 msgstr ""
16278
16279 #: cp/pt.c:11247
16280 msgid ""
16281 "template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN "
16282 "to increase the maximum) instantiating %q+D, possibly from virtual table "
16283 "generation"
16284 msgstr ""
16285
16286 #: cp/pt.c:11526
16287 msgid "%q#T is not a valid type for a template constant parameter"
16288 msgstr ""
16289
16290 #: cp/repo.c:112
16291 msgid "-frepo must be used with -c"
16292 msgstr ""
16293
16294 #: cp/repo.c:200
16295 #, c-format
16296 msgid "mysterious repository information in %s"
16297 msgstr ""
16298
16299 #: cp/repo.c:214
16300 #, c-format
16301 msgid "can't create repository information file `%s'"
16302 msgstr ""
16303
16304 #: cp/rtti.c:243
16305 msgid "cannot use typeid with -fno-rtti"
16306 msgstr ""
16307
16308 #: cp/rtti.c:249
16309 msgid "must #include <typeinfo> before using typeid"
16310 msgstr ""
16311
16312 #: cp/rtti.c:321
16313 msgid ""
16314 "cannot create type information for type `%T' because its size is variable"
16315 msgstr ""
16316
16317 #: cp/rtti.c:573 cp/rtti.c:587
16318 msgid "dynamic_cast of `%#D' to `%#T' can never succeed"
16319 msgstr ""
16320
16321 #: cp/rtti.c:666
16322 msgid "cannot dynamic_cast `%E' (of type `%#T') to type `%#T' (%s)"
16323 msgstr ""
16324
16325 #: cp/search.c:246
16326 msgid "`%T' is an ambiguous base of `%T'"
16327 msgstr ""
16328
16329 #: cp/search.c:264
16330 msgid "`%T' is an inaccessible base of `%T'"
16331 msgstr ""
16332
16333 #: cp/search.c:1645
16334 msgid "invalid covariant return type for `%#D'"
16335 msgstr ""
16336
16337 #: cp/search.c:1646 cp/search.c:1652
16338 msgid "  overriding `%#D'"
16339 msgstr ""
16340
16341 #: cp/search.c:1650
16342 msgid "conflicting return type specified for `%#D'"
16343 msgstr ""
16344
16345 #: cp/search.c:1661
16346 #, c-format
16347 msgid "looser throw specifier for `%#F'"
16348 msgstr ""
16349
16350 #: cp/search.c:1662
16351 #, c-format
16352 msgid "  overriding `%#F'"
16353 msgstr ""
16354
16355 #. A static member function cannot match an inherited
16356 #. virtual member function.
16357 #: cp/search.c:1755
16358 msgid "`%#D' cannot be declared"
16359 msgstr ""
16360
16361 #: cp/search.c:1756
16362 msgid "  since `%#D' declared in base class"
16363 msgstr ""
16364
16365 #: cp/semantics.c:1133
16366 #, c-format
16367 msgid "type of asm operand `%E' could not be determined"
16368 msgstr ""
16369
16370 #: cp/semantics.c:1265
16371 msgid "invalid use of member `%D' in static member function"
16372 msgstr ""
16373
16374 #: cp/semantics.c:1268
16375 msgid "invalid use of non-static data member `%D'"
16376 msgstr ""
16377
16378 #: cp/semantics.c:1269 cp/semantics.c:1308
16379 msgid "from this location"
16380 msgstr ""
16381
16382 #: cp/semantics.c:1307
16383 msgid "object missing in reference to `%D'"
16384 msgstr ""
16385
16386 #: cp/semantics.c:1786
16387 msgid "arguments to destructor are not allowed"
16388 msgstr ""
16389
16390 #: cp/semantics.c:1836
16391 msgid "`this' is unavailable for static member functions"
16392 msgstr ""
16393
16394 #: cp/semantics.c:1842
16395 msgid "invalid use of `this' in non-member function"
16396 msgstr ""
16397
16398 #: cp/semantics.c:1844
16399 msgid "invalid use of `this' at top level"
16400 msgstr ""
16401
16402 #: cp/semantics.c:1868
16403 msgid "invalid qualifying scope in pseudo-destructor name"
16404 msgstr ""
16405
16406 #: cp/semantics.c:1888
16407 msgid "`%E' is not of type `%T'"
16408 msgstr ""
16409
16410 #: cp/semantics.c:1982
16411 msgid "template type parameters must use the keyword `class' or `typename'"
16412 msgstr ""
16413
16414 #: cp/semantics.c:2026
16415 msgid ""
16416 "invalid use of type `%T' as a default value for a template template-parameter"
16417 msgstr ""
16418
16419 #: cp/semantics.c:2029
16420 msgid ""
16421 "invalid use of `%D' as a default value for a template template-parameter"
16422 msgstr ""
16423
16424 #: cp/semantics.c:2033
16425 msgid "invalid default argument for a template template parameter"
16426 msgstr ""
16427
16428 #: cp/semantics.c:2050
16429 msgid "definition of `%#T' inside template parameter list"
16430 msgstr ""
16431
16432 #: cp/semantics.c:2061
16433 msgid "invalid definition of qualified type `%T'"
16434 msgstr ""
16435
16436 #: cp/semantics.c:2075
16437 msgid "redefinition of `%#T'"
16438 msgstr ""
16439
16440 #: cp/semantics.c:2076
16441 msgid "previous definition of `%#T'"
16442 msgstr ""
16443
16444 #: cp/semantics.c:2252
16445 msgid "invalid base-class specification"
16446 msgstr ""
16447
16448 #: cp/semantics.c:2261
16449 msgid "base class `%T' has cv qualifiers"
16450 msgstr ""
16451
16452 #: cp/semantics.c:2294
16453 msgid "multiple declarators in template declaration"
16454 msgstr ""
16455
16456 #: cp/semantics.c:2306
16457 msgid "incomplete type `%T' used in nested name specifier"
16458 msgstr ""
16459
16460 #: cp/semantics.c:2309
16461 msgid "reference to `%T::%D' is ambiguous"
16462 msgstr ""
16463
16464 #: cp/semantics.c:2313 cp/typeck.c:1649
16465 msgid "`%D' is not a member of `%T'"
16466 msgstr ""
16467
16468 #: cp/semantics.c:2316
16469 msgid "`%D' is not a member of `%D'"
16470 msgstr ""
16471
16472 #: cp/semantics.c:2318
16473 msgid "`::%D' has not been declared"
16474 msgstr ""
16475
16476 #: cp/semantics.c:2441
16477 msgid ""
16478 "template parameter `%D' of type `%T' is not allowed in an integral constant "
16479 "expression because it is not of integral or enumeration type"
16480 msgstr ""
16481
16482 #: cp/semantics.c:2585
16483 msgid "`%D' cannot appear in a constant-expression"
16484 msgstr ""
16485
16486 #: cp/semantics.c:2593
16487 msgid "use of namespace `%D' as expression"
16488 msgstr ""
16489
16490 #: cp/semantics.c:2598
16491 msgid "use of class template `%T' as expression"
16492 msgstr ""
16493
16494 #. Ambiguous reference to base members.
16495 #: cp/semantics.c:2604
16496 msgid "request for member `%D' is ambiguous in multiple inheritance lattice"
16497 msgstr ""
16498
16499 #: cp/semantics.c:2665
16500 #, c-format
16501 msgid "use of %s from containing function"
16502 msgstr ""
16503
16504 #: cp/semantics.c:2668
16505 msgid "  `%#D' declared here"
16506 msgstr ""
16507
16508 #: cp/semantics.c:2719
16509 #, c-format
16510 msgid "type of `%E' is unknown"
16511 msgstr ""
16512
16513 #: cp/tree.c:226
16514 #, c-format
16515 msgid "non-lvalue in %s"
16516 msgstr ""
16517
16518 #: cp/tree.c:539
16519 msgid "`%V' qualifiers cannot be applied to `%T'"
16520 msgstr ""
16521
16522 #: cp/tree.c:1768
16523 #, c-format
16524 msgid "`%E' attribute can only be applied to Java class definitions"
16525 msgstr ""
16526
16527 #: cp/tree.c:1797
16528 #, c-format
16529 msgid "`%E' attribute can only be applied to class definitions"
16530 msgstr ""
16531
16532 #: cp/tree.c:1803
16533 #, c-format
16534 msgid "`%E' is obsolete; g++ vtables are now COM-compatible by default"
16535 msgstr ""
16536
16537 #: cp/tree.c:1827
16538 msgid "requested init_priority is not an integer constant"
16539 msgstr ""
16540
16541 #: cp/tree.c:1848
16542 #, c-format
16543 msgid ""
16544 "can only use `%E' attribute on file-scope definitions of objects of class "
16545 "type"
16546 msgstr ""
16547
16548 #: cp/tree.c:1856
16549 msgid "requested init_priority is out of range"
16550 msgstr ""
16551
16552 #: cp/tree.c:1866
16553 msgid "requested init_priority is reserved for internal use"
16554 msgstr ""
16555
16556 #: cp/tree.c:1876
16557 #, c-format
16558 msgid "`%E' attribute is not supported on this platform"
16559 msgstr ""
16560
16561 #: cp/typeck.c:434 cp/typeck.c:448 cp/typeck.c:540
16562 msgid "%s between distinct pointer types `%T' and `%T' lacks a cast"
16563 msgstr ""
16564
16565 #: cp/typeck.c:510
16566 #, c-format
16567 msgid ""
16568 "ISO C++ forbids %s between pointer of type `void *' and pointer-to-function"
16569 msgstr ""
16570
16571 #: cp/typeck.c:560
16572 msgid "%s between distinct pointer-to-member types `%T' and `%T' lacks a cast"
16573 msgstr ""
16574
16575 #: cp/typeck.c:1247
16576 #, c-format
16577 msgid "invalid application of `%s' to a member function"
16578 msgstr ""
16579
16580 #: cp/typeck.c:1280
16581 #, c-format
16582 msgid "invalid application of `%s' to a bit-field"
16583 msgstr ""
16584
16585 #: cp/typeck.c:1285
16586 #, c-format
16587 msgid "ISO C++ forbids applying `%s' to an expression of function type"
16588 msgstr ""
16589
16590 #: cp/typeck.c:1321
16591 msgid "invalid use of non-static member function"
16592 msgstr ""
16593
16594 #: cp/typeck.c:1506
16595 msgid "deprecated conversion from string constant to `%T'"
16596 msgstr ""
16597
16598 #: cp/typeck.c:1620 cp/typeck.c:1918
16599 msgid "request for member `%D' in `%E', which is of non-class type `%T'"
16600 msgstr ""
16601
16602 #: cp/typeck.c:1647
16603 #, c-format
16604 msgid "invalid use of nonstatic data member '%E'"
16605 msgstr ""
16606
16607 #: cp/typeck.c:1699 cp/typeck.c:1726
16608 msgid "invalid access to non-static data member `%D' of NULL object"
16609 msgstr ""
16610
16611 #: cp/typeck.c:1701 cp/typeck.c:1728
16612 msgid "(perhaps the `offsetof' macro was used incorrectly)"
16613 msgstr ""
16614
16615 #: cp/typeck.c:1813
16616 msgid "invalid use of `%D'"
16617 msgstr ""
16618
16619 #: cp/typeck.c:1839
16620 msgid "qualified type `%T' does not match destructor name `~%T'"
16621 msgstr ""
16622
16623 #: cp/typeck.c:1845
16624 msgid "the type being destroyed is `%T', but the destructor refers to `%T'"
16625 msgstr ""
16626
16627 #: cp/typeck.c:1964
16628 msgid "`%D::%D' is not a member of `%T'"
16629 msgstr ""
16630
16631 #: cp/typeck.c:1975
16632 msgid "`%T' is not a base of `%T'"
16633 msgstr ""
16634
16635 #: cp/typeck.c:1994
16636 msgid "'%D' has no member named '%E'"
16637 msgstr ""
16638
16639 #: cp/typeck.c:2009
16640 msgid "`%D' is not a member template function"
16641 msgstr ""
16642
16643 #. A pointer to incomplete type (other than cv void) can be
16644 #. dereferenced [expr.unary.op]/1
16645 #: cp/typeck.c:2116
16646 msgid "`%T' is not a pointer-to-object type"
16647 msgstr ""
16648
16649 #: cp/typeck.c:2141
16650 #, c-format
16651 msgid "invalid use of `%s' on pointer to member"
16652 msgstr ""
16653
16654 #: cp/typeck.c:2145
16655 #, c-format
16656 msgid "invalid type argument of `%s'"
16657 msgstr ""
16658
16659 #: cp/typeck.c:2147
16660 msgid "invalid type argument"
16661 msgstr ""
16662
16663 #: cp/typeck.c:2211
16664 msgid "array subscript has type `char'"
16665 msgstr ""
16666
16667 #: cp/typeck.c:2252
16668 msgid "ISO C++ forbids subscripting non-lvalue array"
16669 msgstr ""
16670
16671 #: cp/typeck.c:2263
16672 msgid "subscripting array declared `register'"
16673 msgstr ""
16674
16675 #: cp/typeck.c:2346
16676 #, c-format
16677 msgid "object missing in use of `%E'"
16678 msgstr ""
16679
16680 #: cp/typeck.c:2447
16681 msgid "ISO C++ forbids calling `::main' from within program"
16682 msgstr ""
16683
16684 #: cp/typeck.c:2472
16685 #, c-format
16686 msgid "must use .* or ->* to call pointer-to-member function in `%E (...)'"
16687 msgstr ""
16688
16689 #: cp/typeck.c:2485
16690 #, c-format
16691 msgid "`%E' cannot be used as a function"
16692 msgstr ""
16693
16694 #: cp/typeck.c:2564
16695 msgid "too many arguments to %s `%+#D'"
16696 msgstr ""
16697
16698 #: cp/typeck.c:2566 cp/typeck.c:2672
16699 msgid "at this point in file"
16700 msgstr ""
16701
16702 #: cp/typeck.c:2603
16703 msgid "parameter %P of `%D' has incomplete type `%T'"
16704 msgstr ""
16705
16706 #: cp/typeck.c:2606
16707 msgid "parameter %P has incomplete type `%T'"
16708 msgstr ""
16709
16710 #: cp/typeck.c:2670
16711 msgid "too few arguments to %s `%+#D'"
16712 msgstr ""
16713
16714 #: cp/typeck.c:2822 cp/typeck.c:2832
16715 msgid "assuming cast to type `%T' from overloaded function"
16716 msgstr ""
16717
16718 #: cp/typeck.c:2893
16719 #, c-format
16720 msgid "division by zero in `%E / 0'"
16721 msgstr ""
16722
16723 #: cp/typeck.c:2895
16724 #, c-format
16725 msgid "division by zero in `%E / 0.'"
16726 msgstr ""
16727
16728 #: cp/typeck.c:2929
16729 #, c-format
16730 msgid "division by zero in `%E %% 0'"
16731 msgstr ""
16732
16733 #: cp/typeck.c:2931
16734 #, c-format
16735 msgid "division by zero in `%E %% 0.'"
16736 msgstr ""
16737
16738 #: cp/typeck.c:3011
16739 #, c-format
16740 msgid "%s rotate count is negative"
16741 msgstr ""
16742
16743 #: cp/typeck.c:3014
16744 #, c-format
16745 msgid "%s rotate count >= width of type"
16746 msgstr ""
16747
16748 #: cp/typeck.c:3048 cp/typeck.c:3053 cp/typeck.c:3149 cp/typeck.c:3154
16749 msgid "ISO C++ forbids comparison between pointer and integer"
16750 msgstr ""
16751
16752 #: cp/typeck.c:3190
16753 msgid "invalid operands of types `%T' and `%T' to binary `%O'"
16754 msgstr ""
16755
16756 #: cp/typeck.c:3352
16757 msgid "comparison between types `%#T' and `%#T'"
16758 msgstr ""
16759
16760 #: cp/typeck.c:3388
16761 msgid "comparison between signed and unsigned integer expressions"
16762 msgstr ""
16763
16764 #. Some sort of arithmetic operation involving NULL was
16765 #. performed.  Note that pointer-difference and pointer-addition
16766 #. have already been handled above, and so we don't end up here in
16767 #. that case.
16768 #: cp/typeck.c:3467
16769 msgid "NULL used in arithmetic"
16770 msgstr ""
16771
16772 #: cp/typeck.c:3525
16773 msgid "ISO C++ forbids using pointer of type `void *' in subtraction"
16774 msgstr ""
16775
16776 #: cp/typeck.c:3527
16777 msgid "ISO C++ forbids using pointer to a function in subtraction"
16778 msgstr ""
16779
16780 #: cp/typeck.c:3529
16781 msgid "ISO C++ forbids using pointer to a method in subtraction"
16782 msgstr ""
16783
16784 #: cp/typeck.c:3541
16785 msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
16786 msgstr ""
16787
16788 #: cp/typeck.c:3617
16789 #, c-format
16790 msgid ""
16791 "invalid use of '%E' to form a pointer-to-member-function.  Use a qualified-"
16792 "id."
16793 msgstr ""
16794
16795 #: cp/typeck.c:3623
16796 #, c-format
16797 msgid ""
16798 "parenthesis around '%E' cannot be used to form a pointer-to-member-function"
16799 msgstr ""
16800
16801 #: cp/typeck.c:3645
16802 msgid "taking address of temporary"
16803 msgstr ""
16804
16805 #: cp/typeck.c:3876
16806 #, c-format
16807 msgid "ISO C++ forbids %sing an enum"
16808 msgstr ""
16809
16810 #: cp/typeck.c:3887
16811 msgid "cannot %s a pointer to incomplete type `%T'"
16812 msgstr ""
16813
16814 #: cp/typeck.c:3893
16815 msgid "ISO C++ forbids %sing a pointer of type `%T'"
16816 msgstr ""
16817
16818 #: cp/typeck.c:3918
16819 msgid "cast to non-reference type used as lvalue"
16820 msgstr ""
16821
16822 #: cp/typeck.c:3953
16823 msgid "invalid use of `--' on bool variable `%D'"
16824 msgstr ""
16825
16826 #. ARM $3.4
16827 #: cp/typeck.c:3982
16828 msgid "ISO C++ forbids taking address of function `::main'"
16829 msgstr ""
16830
16831 #. An expression like &memfn.
16832 #: cp/typeck.c:4036
16833 msgid ""
16834 "ISO C++ forbids taking the address of an unqualified or parenthesized non-"
16835 "static member function to form a pointer to member function.  Say `&%T::%D'"
16836 msgstr ""
16837
16838 #: cp/typeck.c:4041
16839 msgid ""
16840 "ISO C++ forbids taking the address of a bound member function to form a "
16841 "pointer to member function.  Say `&%T::%D'"
16842 msgstr ""
16843
16844 #: cp/typeck.c:4069
16845 msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
16846 msgstr ""
16847
16848 #: cp/typeck.c:4121
16849 msgid "attempt to take address of bit-field structure member `%D'"
16850 msgstr ""
16851
16852 #: cp/typeck.c:4233
16853 msgid "taking address of destructor"
16854 msgstr ""
16855
16856 #: cp/typeck.c:4246
16857 msgid "taking address of bound pointer-to-member expression"
16858 msgstr ""
16859
16860 #: cp/typeck.c:4254
16861 msgid "cannot create pointer to reference member `%D'"
16862 msgstr ""
16863
16864 #: cp/typeck.c:4317
16865 msgid "cannot take the address of `this', which is an rvalue expression"
16866 msgstr ""
16867
16868 #: cp/typeck.c:4336
16869 msgid "address requested for `%D', which is declared `register'"
16870 msgstr ""
16871
16872 #: cp/typeck.c:4402
16873 #, c-format
16874 msgid "%s expression list treated as compound expression"
16875 msgstr ""
16876
16877 #: cp/typeck.c:4476
16878 msgid "%s from type `%T' to type `%T' casts away constness"
16879 msgstr ""
16880
16881 #: cp/typeck.c:4678
16882 msgid "invalid static_cast from type `%T' to type `%T'"
16883 msgstr ""
16884
16885 #: cp/typeck.c:4721
16886 msgid ""
16887 "invalid reinterpret_cast of an rvalue expression of type `%T' to type `%T'"
16888 msgstr ""
16889
16890 #: cp/typeck.c:4741
16891 msgid "reinterpret_cast from `%T' to `%T' loses precision"
16892 msgstr ""
16893
16894 #: cp/typeck.c:4760
16895 msgid ""
16896 "ISO C++ forbids casting between pointer-to-function and pointer-to-object"
16897 msgstr ""
16898
16899 #: cp/typeck.c:4766
16900 msgid "invalid reinterpret_cast from type `%T' to type `%T'"
16901 msgstr ""
16902
16903 #: cp/typeck.c:4794
16904 msgid ""
16905 "invalid use of const_cast with type `%T', which is not a pointer, reference, "
16906 "nor a pointer-to-data-member type"
16907 msgstr ""
16908
16909 #: cp/typeck.c:4797
16910 msgid ""
16911 "invalid use of const_cast with type `%T', which is a pointer or reference to "
16912 "a function type"
16913 msgstr ""
16914
16915 #: cp/typeck.c:4820
16916 msgid "invalid const_cast of an rvalue of type `%T' to type `%T'"
16917 msgstr ""
16918
16919 #: cp/typeck.c:4837
16920 msgid "invalid const_cast from type `%T' to type `%T'"
16921 msgstr ""
16922
16923 #: cp/typeck.c:4884 cp/typeck.c:4889
16924 msgid "ISO C++ forbids casting to an array type `%T'"
16925 msgstr ""
16926
16927 #: cp/typeck.c:4897
16928 msgid "invalid cast to function type `%T'"
16929 msgstr ""
16930
16931 #: cp/typeck.c:4953
16932 msgid "cast from `%T' to `%T' discards qualifiers from pointer target type"
16933 msgstr ""
16934
16935 #: cp/typeck.c:5001
16936 msgid "cast from `%T' to `%T' increases required alignment of target type"
16937 msgstr ""
16938
16939 #: cp/typeck.c:5186
16940 msgid "  in evaluation of `%Q(%#T, %#T)'"
16941 msgstr ""
16942
16943 #: cp/typeck.c:5255
16944 msgid "incompatible types in assignment of `%T' to `%T'"
16945 msgstr ""
16946
16947 #: cp/typeck.c:5262
16948 msgid "ISO C++ forbids assignment of arrays"
16949 msgstr ""
16950
16951 #: cp/typeck.c:5369
16952 msgid "   in pointer to member function conversion"
16953 msgstr ""
16954
16955 #: cp/typeck.c:5375
16956 msgid "   in pointer to member conversion"
16957 msgstr ""
16958
16959 #. This is a reinterpret cast, we choose to do nothing.
16960 #: cp/typeck.c:5385 cp/typeck.c:5401
16961 msgid "pointer to member cast via virtual base `%T'"
16962 msgstr ""
16963
16964 #: cp/typeck.c:5404
16965 msgid "pointer to member conversion via virtual base `%T'"
16966 msgstr ""
16967
16968 #: cp/typeck.c:5477
16969 msgid "invalid conversion to type `%T' from type `%T'"
16970 msgstr ""
16971
16972 #: cp/typeck.c:5639
16973 msgid "passing NULL used for non-pointer %s %P of `%D'"
16974 msgstr ""
16975
16976 #: cp/typeck.c:5642
16977 msgid "%s to non-pointer type `%T' from NULL"
16978 msgstr ""
16979
16980 #: cp/typeck.c:5650
16981 msgid "passing `%T' for %s %P of `%D'"
16982 msgstr ""
16983
16984 #: cp/typeck.c:5653
16985 msgid "%s to `%T' from `%T'"
16986 msgstr ""
16987
16988 #: cp/typeck.c:5662
16989 msgid "passing negative value `%E' for %s %P of `%D'"
16990 msgstr ""
16991
16992 #: cp/typeck.c:5665
16993 msgid "%s of negative value `%E' to `%T'"
16994 msgstr ""
16995
16996 #: cp/typeck.c:5752
16997 msgid "cannot convert `%T' to `%T' for argument `%P' to `%D'"
16998 msgstr ""
16999
17000 #: cp/typeck.c:5755
17001 msgid "cannot convert `%T' to `%T' in %s"
17002 msgstr ""
17003
17004 #: cp/typeck.c:5832 cp/typeck.c:5834
17005 msgid "in passing argument %P of `%+D'"
17006 msgstr ""
17007
17008 #: cp/typeck.c:5884
17009 msgid "returning reference to temporary"
17010 msgstr ""
17011
17012 #: cp/typeck.c:5891
17013 msgid "reference to non-lvalue returned"
17014 msgstr ""
17015
17016 #: cp/typeck.c:5903
17017 msgid "reference to local variable `%D' returned"
17018 msgstr ""
17019
17020 #: cp/typeck.c:5906
17021 msgid "address of local variable `%D' returned"
17022 msgstr ""
17023
17024 #: cp/typeck.c:5930
17025 msgid "function declared `noreturn' has a `return' statement"
17026 msgstr ""
17027
17028 #: cp/typeck.c:5936
17029 msgid "returning a value from a destructor"
17030 msgstr ""
17031
17032 #. If a return statement appears in a handler of the
17033 #. function-try-block of a constructor, the program is ill-formed.
17034 #: cp/typeck.c:5944
17035 msgid "cannot return from a handler of a function-try-block of a constructor"
17036 msgstr ""
17037
17038 #. You can't return a value from a constructor.
17039 #: cp/typeck.c:5947
17040 msgid "returning a value from a constructor"
17041 msgstr ""
17042
17043 #: cp/typeck.c:5970
17044 msgid "return-statement with no value, in function returning '%T'"
17045 msgstr ""
17046
17047 #: cp/typeck.c:5987
17048 msgid "return-statement with a value, in function returning 'void'"
17049 msgstr ""
17050
17051 #: cp/typeck.c:6009
17052 msgid ""
17053 "`operator new' must not return NULL unless it is declared `throw()' (or -"
17054 "fcheck-new is in effect)"
17055 msgstr ""
17056
17057 #: cp/typeck.c:6034
17058 msgid "`operator=' should return a reference to `*this'"
17059 msgstr ""
17060
17061 #: cp/typeck2.c:52
17062 msgid "type `%T' is not a base type for type `%T'"
17063 msgstr ""
17064
17065 #: cp/typeck2.c:292
17066 msgid "cannot declare variable `%+D' to be of abstract type `%T'"
17067 msgstr ""
17068
17069 #: cp/typeck2.c:295
17070 msgid "cannot declare parameter `%+D' to be of abstract type `%T'"
17071 msgstr ""
17072
17073 #: cp/typeck2.c:298
17074 msgid "cannot declare field `%+D' to be of abstract type `%T'"
17075 msgstr ""
17076
17077 #: cp/typeck2.c:302
17078 msgid "invalid abstract return type for member function `%+#D'"
17079 msgstr ""
17080
17081 #: cp/typeck2.c:305
17082 msgid "invalid abstract return type for function `%+#D'"
17083 msgstr ""
17084
17085 #. Here we do not have location information, so use error instead
17086 #. of cp_error_at.
17087 #: cp/typeck2.c:310
17088 msgid "invalid abstract type `%T' for `%E'"
17089 msgstr ""
17090
17091 #: cp/typeck2.c:312
17092 msgid "invalid abstract type for `%+D'"
17093 msgstr ""
17094
17095 #: cp/typeck2.c:315
17096 msgid "cannot allocate an object of abstract type `%T'"
17097 msgstr ""
17098
17099 #: cp/typeck2.c:323
17100 msgid "%J  because the following virtual functions are pure within `%T':"
17101 msgstr ""
17102
17103 #: cp/typeck2.c:327
17104 msgid "%J\t%#D"
17105 msgstr ""
17106
17107 #: cp/typeck2.c:334
17108 msgid "%J  since type `%T' has pure virtual functions"
17109 msgstr ""
17110
17111 #: cp/typeck2.c:580
17112 msgid "constructor syntax used, but no constructor declared for type `%T'"
17113 msgstr ""
17114
17115 #: cp/typeck2.c:593
17116 msgid "cannot initialize arrays using this syntax"
17117 msgstr ""
17118
17119 #: cp/typeck2.c:693
17120 msgid "initializing array with parameter list"
17121 msgstr ""
17122
17123 #: cp/typeck2.c:715
17124 msgid "int-array initialized from non-wide string"
17125 msgstr ""
17126
17127 #: cp/typeck2.c:748
17128 msgid "initializer for scalar variable requires one element"
17129 msgstr ""
17130
17131 #: cp/typeck2.c:755
17132 msgid "braces around scalar initializer for `%T'"
17133 msgstr ""
17134
17135 #: cp/typeck2.c:758
17136 msgid "ignoring extra initializers for `%T'"
17137 msgstr ""
17138
17139 #: cp/typeck2.c:770
17140 msgid "variable-sized object of type `%T' may not be initialized"
17141 msgstr ""
17142
17143 #: cp/typeck2.c:781
17144 msgid "subobject of type `%T' must be initialized by constructor, not by `%E'"
17145 msgstr ""
17146
17147 #: cp/typeck2.c:846
17148 msgid "aggregate has a partly bracketed initializer"
17149 msgstr ""
17150
17151 #: cp/typeck2.c:884 cp/typeck2.c:973
17152 msgid "non-trivial labeled initializers"
17153 msgstr ""
17154
17155 #: cp/typeck2.c:898
17156 msgid "non-empty initializer for array of empty elements"
17157 msgstr ""
17158
17159 #: cp/typeck2.c:1012 cp/typeck2.c:1028
17160 msgid "missing initializer for member `%D'"
17161 msgstr ""
17162
17163 #: cp/typeck2.c:1017
17164 msgid "uninitialized const member `%D'"
17165 msgstr ""
17166
17167 #: cp/typeck2.c:1019
17168 msgid "member `%D' with uninitialized const fields"
17169 msgstr ""
17170
17171 #: cp/typeck2.c:1022
17172 msgid "member `%D' is uninitialized reference"
17173 msgstr ""
17174
17175 #: cp/typeck2.c:1069
17176 msgid "index value instead of field name in union initializer"
17177 msgstr ""
17178
17179 #: cp/typeck2.c:1081
17180 msgid "no field `%D' in union being initialized"
17181 msgstr ""
17182
17183 #: cp/typeck2.c:1089
17184 msgid "union `%T' with no named members cannot be initialized"
17185 msgstr ""
17186
17187 #: cp/typeck2.c:1124
17188 msgid "excess elements in aggregate initializer"
17189 msgstr ""
17190
17191 #: cp/typeck2.c:1238
17192 msgid "circular pointer delegation detected"
17193 msgstr ""
17194
17195 #: cp/typeck2.c:1251
17196 msgid "base operand of `->' has non-pointer type `%T'"
17197 msgstr ""
17198
17199 #: cp/typeck2.c:1275
17200 msgid "result of `operator->()' yields non-pointer result"
17201 msgstr ""
17202
17203 #: cp/typeck2.c:1277
17204 msgid "base operand of `->' is not a pointer"
17205 msgstr ""
17206
17207 #: cp/typeck2.c:1301
17208 msgid "`%E' cannot be used as a member pointer, since it is of type `%T'"
17209 msgstr ""
17210
17211 #: cp/typeck2.c:1309
17212 msgid ""
17213 "cannot apply member pointer `%E' to `%E', which is of non-aggregate type `%T'"
17214 msgstr ""
17215
17216 #: cp/typeck2.c:1330
17217 msgid "pointer to member type `%T' incompatible with object type `%T'"
17218 msgstr ""
17219
17220 #: cp/typeck2.c:1552
17221 msgid "call to function `%D' which throws incomplete type `%#T'"
17222 msgstr ""
17223
17224 #: cp/typeck2.c:1555
17225 msgid "call to function which throws incomplete type `%#T'"
17226 msgstr ""
17227
17228 #. XXX Not i18n clean.
17229 #: cp/cp-tree.h:3801
17230 #, c-format
17231 msgid "%s is deprecated, please see the documentation for details"
17232 msgstr ""
17233
17234 #: fortran/f95-lang.c:242
17235 msgid "Unexpected type in truthvalue_conversion"
17236 msgstr ""
17237
17238 #: fortran/f95-lang.c:295
17239 #, c-format
17240 msgid "can't open input file: %s"
17241 msgstr ""
17242
17243 #: fortran/f95-lang.c:622
17244 #, c-format
17245 msgid "global register variable `%s' used in nested function"
17246 msgstr ""
17247
17248 #: fortran/f95-lang.c:626
17249 #, c-format
17250 msgid "register variable `%s' used in nested function"
17251 msgstr ""
17252
17253 #: fortran/f95-lang.c:633
17254 #, c-format
17255 msgid "address of global register variable `%s' requested"
17256 msgstr ""
17257
17258 #: fortran/f95-lang.c:651
17259 #, c-format
17260 msgid "address of register variable `%s' requested"
17261 msgstr ""
17262
17263 #: fortran/gfortranspec.c:231
17264 #, c-format
17265 msgid "overflowed output arg list for `%s'"
17266 msgstr ""
17267
17268 #: fortran/gfortranspec.c:375
17269 #, c-format
17270 msgid "argument to `%s' missing"
17271 msgstr ""
17272
17273 #: fortran/gfortranspec.c:379
17274 msgid "no input files; unwilling to write output files"
17275 msgstr ""
17276
17277 #: fortran/trans-array.c:2890
17278 msgid "Possible frontend bug: array constructor not expanded"
17279 msgstr ""
17280
17281 #: fortran/trans-array.c:3993
17282 msgid ""
17283 "Possible frontend bug: Deferred array size without pointer or allocatable "
17284 "attribute."
17285 msgstr ""
17286
17287 #: fortran/trans-array.c:4153
17288 msgid "scalar vector subscript???"
17289 msgstr ""
17290
17291 #: fortran/trans-array.c:4427
17292 #, c-format
17293 msgid "bad expression type during walk (%d)"
17294 msgstr ""
17295
17296 #: fortran/trans-const.c:329
17297 #, c-format
17298 msgid "gfc_conv_constant_to_tree(): invalid type: %s"
17299 msgstr ""
17300
17301 #: fortran/trans-decl.c:760
17302 msgid "intrinsic variable which isn't a procedure"
17303 msgstr ""
17304
17305 #: fortran/trans-decl.c:1896
17306 msgid "Function does not return a value"
17307 msgstr ""
17308
17309 #. I don't think this should ever happen.
17310 #: fortran/trans-decl.c:1995
17311 #, c-format
17312 msgid "module symbol %s in wrong namespace"
17313 msgstr ""
17314
17315 #: fortran/trans-decl.c:2009
17316 #, c-format
17317 msgid "backend decl for module variable %s already exists"
17318 msgstr ""
17319
17320 #: fortran/trans-decl.c:2093
17321 #, c-format
17322 msgid "unused parameter `%s'"
17323 msgstr ""
17324
17325 #: fortran/trans-decl.c:2099
17326 #, c-format
17327 msgid "unused variable `%s'"
17328 msgstr ""
17329
17330 #: fortran/trans-decl.c:2243
17331 msgid "Function return value not set"
17332 msgstr ""
17333
17334 #: fortran/trans-expr.c:950
17335 msgid "Unknown intrinsic op"
17336 msgstr ""
17337
17338 #: fortran/trans-intrinsic.c:585
17339 #, c-format
17340 msgid "Intrinsic function %s(%d) not recognized"
17341 msgstr ""
17342
17343 #: fortran/trans-io.c:934
17344 #, c-format
17345 msgid "Bad namelist IO basetype (%d)"
17346 msgstr ""
17347
17348 #: fortran/trans-io.c:1011
17349 msgid "A format cannot be specified with a namelist"
17350 msgstr ""
17351
17352 #: fortran/trans-io.c:1309
17353 #, c-format
17354 msgid "Bad IO basetype (%d)"
17355 msgstr ""
17356
17357 #: fortran/trans-types.c:189
17358 msgid "integer kind=8 not available for -i8 option"
17359 msgstr ""
17360
17361 #: fortran/trans-types.c:201
17362 msgid "real kind=8 not available for -r8 option"
17363 msgstr ""
17364
17365 #: fortran/trans-types.c:904
17366 msgid "Array element size too big"
17367 msgstr ""
17368
17369 #: fortran/trans.c:625
17370 msgid "gfc_trans_code(): Bad statement code"
17371 msgstr ""
17372
17373 #. I changed this from sorry(...) because it should not return.
17374 #. TODO: Remove gfc_todo_error before releasing version 1.0.
17375 #: fortran/trans.h:562
17376 msgid "gfc_todo: Not Implemented: "
17377 msgstr ""
17378
17379 #: java/check-init.c:469 java/parse.h:377
17380 #, c-format
17381 msgid "Variable `%s' may not have been initialized"
17382 msgstr ""
17383
17384 #: java/check-init.c:485
17385 #, c-format
17386 msgid "variable `%s' may not have been initialized"
17387 msgstr ""
17388
17389 #: java/check-init.c:896
17390 #, c-format
17391 msgid "internal error in check-init: tree code not implemented: %s"
17392 msgstr ""
17393
17394 #: java/check-init.c:968
17395 msgid "%Jfinal field `%D' may not have been initialized"
17396 msgstr ""
17397
17398 #: java/class.c:758
17399 msgid "bad method signature"
17400 msgstr ""
17401
17402 #: java/class.c:802
17403 msgid "misplaced ConstantValue attribute (not in any field)"
17404 msgstr ""
17405
17406 #: java/class.c:804
17407 #, c-format
17408 msgid "duplicate ConstantValue attribute for field '%s'"
17409 msgstr ""
17410
17411 #: java/class.c:815
17412 #, c-format
17413 msgid "ConstantValue attribute of field '%s' has wrong type"
17414 msgstr ""
17415
17416 #: java/class.c:1113
17417 #, c-format
17418 msgid "field '%s' not found in class"
17419 msgstr ""
17420
17421 #: java/class.c:1428
17422 msgid "%Jabstract method in non-abstract class"
17423 msgstr ""
17424
17425 #: java/class.c:2294
17426 msgid "%Jnon-static method '%D' overrides static method"
17427 msgstr ""
17428
17429 #: java/decl.c:1158
17430 msgid "%J'%D' used prior to declaration"
17431 msgstr ""
17432
17433 #: java/decl.c:1199
17434 #, c-format
17435 msgid "declaration of `%s' shadows a parameter"
17436 msgstr ""
17437
17438 #: java/decl.c:1202
17439 #, c-format
17440 msgid "declaration of `%s' shadows a symbol from the parameter list"
17441 msgstr ""
17442
17443 #: java/decl.c:1530
17444 msgid "%Jlabel '%D' used but not defined"
17445 msgstr ""
17446
17447 #: java/decl.c:1535
17448 msgid "%Jlabel '%D' defined but not used"
17449 msgstr ""
17450
17451 #: java/decl.c:1657
17452 msgid "%JIn %D: overlapped variable and exception ranges at %d"
17453 msgstr ""
17454
17455 #: java/decl.c:1721
17456 msgid "bad type in parameter debug info"
17457 msgstr ""
17458
17459 #: java/decl.c:1730
17460 msgid "%Jbad PC range for debug info for local '%D'"
17461 msgstr ""
17462
17463 #: java/expr.c:538
17464 msgid "stack underflow - dup* operation"
17465 msgstr ""
17466
17467 #: java/expr.c:1489
17468 #, c-format
17469 msgid ""
17470 "reference `%s' is ambiguous: appears in interface `%s' and interface `%s'"
17471 msgstr ""
17472
17473 #: java/expr.c:1517
17474 #, c-format
17475 msgid "field `%s' not found"
17476 msgstr ""
17477
17478 #: java/expr.c:1714
17479 msgid "ret instruction not implemented"
17480 msgstr ""
17481
17482 #: java/expr.c:1875
17483 #, c-format
17484 msgid "method '%s' not found in class"
17485 msgstr ""
17486
17487 #: java/expr.c:2065
17488 #, c-format
17489 msgid "failed to find class '%s'"
17490 msgstr ""
17491
17492 #: java/expr.c:2075
17493 #, c-format
17494 msgid "class '%s' has no method named '%s' matching signature '%s'"
17495 msgstr ""
17496
17497 #: java/expr.c:2085
17498 msgid "invokestatic on non static method"
17499 msgstr ""
17500
17501 #: java/expr.c:2090
17502 msgid "invokestatic on abstract method"
17503 msgstr ""
17504
17505 #: java/expr.c:2098
17506 msgid "invoke[non-static] on static method"
17507 msgstr ""
17508
17509 #: java/expr.c:2398
17510 #, c-format
17511 msgid "missing field '%s' in '%s'"
17512 msgstr ""
17513
17514 #: java/expr.c:2404
17515 #, c-format
17516 msgid "mismatching signature for field '%s' in '%s'"
17517 msgstr ""
17518
17519 #: java/expr.c:2426
17520 msgid "%Jassignment to final field '%D' not in field's class"
17521 msgstr ""
17522
17523 #: java/expr.c:2431
17524 msgid "%Jassignment to final static field `%D' not in class initializer"
17525 msgstr ""
17526
17527 #: java/expr.c:2440
17528 msgid "%Jassignment to final field '%D' not in constructor"
17529 msgstr ""
17530
17531 #: java/expr.c:2630
17532 msgid "invalid PC in line number table"
17533 msgstr ""
17534
17535 #: java/expr.c:2676
17536 #, c-format
17537 msgid "unreachable bytecode from %d to before %d"
17538 msgstr ""
17539
17540 #: java/expr.c:2718
17541 #, c-format
17542 msgid "unreachable bytecode from %d to the end of the method"
17543 msgstr ""
17544
17545 #. duplicate code from LOAD macro
17546 #: java/expr.c:3012
17547 msgid "unrecogized wide sub-instruction"
17548 msgstr ""
17549
17550 #: java/gjavah.c:691
17551 msgid "static field has same name as method"
17552 msgstr ""
17553
17554 #. FIXME: i18n bug here.  Order of prints should not be
17555 #. fixed.
17556 #: java/gjavah.c:849
17557 msgid "ignored method `"
17558 msgstr ""
17559
17560 #: java/gjavah.c:851
17561 msgid "' marked virtual\n"
17562 msgstr ""
17563
17564 #: java/gjavah.c:1199
17565 #, c-format
17566 msgid "couldn't find class %s"
17567 msgstr ""
17568
17569 #: java/gjavah.c:1206
17570 #, c-format
17571 msgid "parse error while reading %s"
17572 msgstr ""
17573
17574 #: java/gjavah.c:1432 java/gjavah.c:1534 java/gjavah.c:1609
17575 #, c-format
17576 msgid "unparseable signature: `%s'"
17577 msgstr ""
17578
17579 #: java/gjavah.c:1999
17580 msgid "Not a valid Java .class file."
17581 msgstr ""
17582
17583 #: java/gjavah.c:2007 java/jcf-parse.c:673
17584 msgid "error while parsing constant pool"
17585 msgstr ""
17586
17587 #: java/gjavah.c:2013
17588 #, c-format
17589 msgid "error in constant pool entry #%d"
17590 msgstr ""
17591
17592 #: java/gjavah.c:2156
17593 msgid "class is of array type\n"
17594 msgstr ""
17595
17596 #: java/gjavah.c:2164
17597 msgid "base class is of array type"
17598 msgstr ""
17599
17600 #: java/gjavah.c:2280
17601 msgid "Try `gcjh --help' for more information.\n"
17602 msgstr ""
17603
17604 #: java/gjavah.c:2287
17605 msgid ""
17606 "Usage: gcjh [OPTION]... CLASS...\n"
17607 "\n"
17608 msgstr ""
17609
17610 #: java/gjavah.c:2288
17611 msgid ""
17612 "Generate C++ header files from .class files\n"
17613 "\n"
17614 msgstr ""
17615
17616 #: java/gjavah.c:2289
17617 msgid "  -stubs                  Generate an implementation stub file\n"
17618 msgstr ""
17619
17620 #: java/gjavah.c:2290
17621 msgid "  -jni                    Generate a JNI header or stub\n"
17622 msgstr ""
17623
17624 #: java/gjavah.c:2292
17625 msgid "  -add TEXT               Insert TEXT into class body\n"
17626 msgstr ""
17627
17628 #: java/gjavah.c:2293
17629 msgid "  -append TEXT            Insert TEXT after class declaration\n"
17630 msgstr ""
17631
17632 #: java/gjavah.c:2294
17633 msgid "  -friend TEXT            Insert TEXT as `friend' declaration\n"
17634 msgstr ""
17635
17636 #: java/gjavah.c:2295
17637 msgid "  -prepend TEXT           Insert TEXT before start of class\n"
17638 msgstr ""
17639
17640 #: java/gjavah.c:2297 java/jcf-dump.c:897
17641 msgid "  --classpath PATH        Set path to find .class files\n"
17642 msgstr ""
17643
17644 #: java/gjavah.c:2298 java/jcf-dump.c:898
17645 msgid "  -IDIR                   Append directory to class path\n"
17646 msgstr ""
17647
17648 #: java/gjavah.c:2299 java/jcf-dump.c:899
17649 msgid "  --bootclasspath PATH    Override built-in class path\n"
17650 msgstr ""
17651
17652 #: java/gjavah.c:2300 java/jcf-dump.c:900
17653 msgid "  --extdirs PATH          Set extensions directory path\n"
17654 msgstr ""
17655
17656 #: java/gjavah.c:2301
17657 msgid "  -d DIRECTORY            Set output directory name\n"
17658 msgstr ""
17659
17660 #: java/gjavah.c:2302 java/jcf-dump.c:901 java/jv-scan.c:114
17661 msgid "  -o FILE                 Set output file name\n"
17662 msgstr ""
17663
17664 #: java/gjavah.c:2303
17665 msgid "  -td DIRECTORY           Set temporary directory name\n"
17666 msgstr ""
17667
17668 #: java/gjavah.c:2305 java/jcf-dump.c:903 java/jv-scan.c:116
17669 msgid "  --help                  Print this help, then exit\n"
17670 msgstr ""
17671
17672 #: java/gjavah.c:2306 java/jcf-dump.c:904 java/jv-scan.c:117
17673 msgid "  --version               Print version number, then exit\n"
17674 msgstr ""
17675
17676 #: java/gjavah.c:2307 java/jcf-dump.c:905
17677 msgid "  -v, --verbose           Print extra information while running\n"
17678 msgstr ""
17679
17680 #: java/gjavah.c:2309
17681 msgid ""
17682 "  -M                      Print all dependencies to stdout;\n"
17683 "                             suppress ordinary output\n"
17684 msgstr ""
17685
17686 #: java/gjavah.c:2311
17687 msgid ""
17688 "  -MM                     Print non-system dependencies to stdout;\n"
17689 "                             suppress ordinary output\n"
17690 msgstr ""
17691
17692 #: java/gjavah.c:2313
17693 msgid "  -MD                     Print all dependencies to stdout\n"
17694 msgstr ""
17695
17696 #: java/gjavah.c:2314
17697 msgid "  -MMD                    Print non-system dependencies to stdout\n"
17698 msgstr ""
17699
17700 #: java/gjavah.c:2317 java/jcf-dump.c:907 java/jv-scan.c:119
17701 #, c-format
17702 msgid ""
17703 "For bug reporting instructions, please see:\n"
17704 "%s.\n"
17705 msgstr ""
17706
17707 #: java/gjavah.c:2345 java/gjavah.c:2459
17708 msgid "no classes specified"
17709 msgstr ""
17710
17711 #: java/gjavah.c:2438
17712 msgid "`-MG' option is unimplemented"
17713 msgstr ""
17714
17715 #: java/gjavah.c:2467
17716 msgid "can't specify both -o and -MD"
17717 msgstr ""
17718
17719 #: java/gjavah.c:2478
17720 #, c-format
17721 msgid "Processing %s\n"
17722 msgstr ""
17723
17724 #: java/gjavah.c:2484
17725 #, c-format
17726 msgid "%s: no such class"
17727 msgstr ""
17728
17729 #: java/gjavah.c:2488
17730 #, c-format
17731 msgid "Found in %s\n"
17732 msgstr ""
17733
17734 #: java/jcf-dump.c:814
17735 msgid "Not a valid Java .class file.\n"
17736 msgstr ""
17737
17738 #: java/jcf-dump.c:820
17739 msgid "error while parsing constant pool\n"
17740 msgstr ""
17741
17742 #: java/jcf-dump.c:826 java/jcf-parse.c:676
17743 #, c-format
17744 msgid "error in constant pool entry #%d\n"
17745 msgstr ""
17746
17747 #: java/jcf-dump.c:836
17748 msgid "error while parsing fields\n"
17749 msgstr ""
17750
17751 #: java/jcf-dump.c:842
17752 msgid "error while parsing methods\n"
17753 msgstr ""
17754
17755 #: java/jcf-dump.c:848
17756 msgid "error while parsing final attributes\n"
17757 msgstr ""
17758
17759 #: java/jcf-dump.c:885
17760 msgid "Try `jcf-dump --help' for more information.\n"
17761 msgstr ""
17762
17763 #: java/jcf-dump.c:892
17764 msgid ""
17765 "Usage: jcf-dump [OPTION]... CLASS...\n"
17766 "\n"
17767 msgstr ""
17768
17769 #: java/jcf-dump.c:893
17770 msgid ""
17771 "Display contents of a class file in readable form.\n"
17772 "\n"
17773 msgstr ""
17774
17775 #: java/jcf-dump.c:894
17776 msgid "  -c                      Disassemble method bodies\n"
17777 msgstr ""
17778
17779 #: java/jcf-dump.c:895
17780 msgid "  --javap                 Generate output in `javap' format\n"
17781 msgstr ""
17782
17783 #: java/jcf-dump.c:932 java/jcf-dump.c:1000
17784 msgid "jcf-dump: no classes specified\n"
17785 msgstr ""
17786
17787 #: java/jcf-dump.c:1020
17788 #, c-format
17789 msgid "Cannot open '%s' for output.\n"
17790 msgstr ""
17791
17792 #: java/jcf-dump.c:1066
17793 msgid "bad format of .zip/.jar archive\n"
17794 msgstr ""
17795
17796 #: java/jcf-dump.c:1184
17797 msgid "Bad byte codes.\n"
17798 msgstr ""
17799
17800 #: java/jcf-io.c:535
17801 #, c-format
17802 msgid ""
17803 "source file for class `%s' is newer than its matching class file.  Source "
17804 "file `%s' used instead"
17805 msgstr ""
17806
17807 #: java/jcf-parse.c:360
17808 msgid "bad string constant"
17809 msgstr ""
17810
17811 #: java/jcf-parse.c:378
17812 #, c-format
17813 msgid "bad value constant type %d, index %d"
17814 msgstr ""
17815
17816 #: java/jcf-parse.c:557
17817 #, c-format
17818 msgid "can't reopen %s: %m"
17819 msgstr ""
17820
17821 #: java/jcf-parse.c:564
17822 #, c-format
17823 msgid "can't close %s: %m"
17824 msgstr ""
17825
17826 #: java/jcf-parse.c:659
17827 #, c-format
17828 msgid "cannot find file for class %s"
17829 msgstr ""
17830
17831 #: java/jcf-parse.c:670
17832 msgid "not a valid Java .class file"
17833 msgstr ""
17834
17835 #. FIXME - where was first time
17836 #: java/jcf-parse.c:688
17837 #, c-format
17838 msgid "reading class %s for the second time from %s"
17839 msgstr ""
17840
17841 #: java/jcf-parse.c:706
17842 msgid "error while parsing fields"
17843 msgstr ""
17844
17845 #: java/jcf-parse.c:709
17846 msgid "error while parsing methods"
17847 msgstr ""
17848
17849 #: java/jcf-parse.c:712
17850 msgid "error while parsing final attributes"
17851 msgstr ""
17852
17853 #: java/jcf-parse.c:729
17854 #, c-format
17855 msgid ""
17856 "the `java.lang.Object' that was found in `%s' didn't have the special zero-"
17857 "length `gnu.gcj.gcj-compiled' attribute.  This generally means that your "
17858 "classpath is incorrectly set.  Use `info gcj \"Input Options\"' to see the "
17859 "info page describing how to set the classpath"
17860 msgstr ""
17861
17862 #: java/jcf-parse.c:806
17863 msgid "missing Code attribute"
17864 msgstr ""
17865
17866 #: java/jcf-parse.c:1065
17867 msgid "%Hsource file seen twice on command line and will be compiled only once"
17868 msgstr ""
17869
17870 #: java/jcf-parse.c:1080
17871 msgid "no input file specified"
17872 msgstr ""
17873
17874 #: java/jcf-parse.c:1112
17875 #, c-format
17876 msgid "can't close input file %s: %m"
17877 msgstr ""
17878
17879 #: java/jcf-parse.c:1153
17880 #, c-format
17881 msgid "bad zip/jar file %s"
17882 msgstr ""
17883
17884 #: java/jcf-parse.c:1355
17885 #, c-format
17886 msgid "error while reading %s from zip file"
17887 msgstr ""
17888
17889 #: java/jcf-write.c:2658
17890 #, c-format
17891 msgid ""
17892 "internal error in generate_bytecode_insn - tree code not implemented: %s"
17893 msgstr ""
17894
17895 #: java/jcf-write.c:3030
17896 msgid "field initializer type mismatch"
17897 msgstr ""
17898
17899 #: java/jcf-write.c:3487
17900 #, c-format
17901 msgid "can't create directory %s: %m"
17902 msgstr ""
17903
17904 #: java/jcf-write.c:3520
17905 #, c-format
17906 msgid "can't open %s for writing: %m"
17907 msgstr ""
17908
17909 #: java/jcf-write.c:3540
17910 #, c-format
17911 msgid "can't create %s: %m"
17912 msgstr ""
17913
17914 #: java/jv-scan.c:99
17915 msgid "Try `jv-scan --help' for more information.\n"
17916 msgstr ""
17917
17918 #: java/jv-scan.c:106
17919 msgid ""
17920 "Usage: jv-scan [OPTION]... FILE...\n"
17921 "\n"
17922 msgstr ""
17923
17924 #: java/jv-scan.c:107
17925 msgid ""
17926 "Print useful information read from Java source files.\n"
17927 "\n"
17928 msgstr ""
17929
17930 #: java/jv-scan.c:108
17931 msgid "  --no-assert             Don't recognize the assert keyword\n"
17932 msgstr ""
17933
17934 #: java/jv-scan.c:109
17935 msgid "  --complexity            Print cyclomatic complexity of input file\n"
17936 msgstr ""
17937
17938 #: java/jv-scan.c:110
17939 msgid "  --encoding NAME         Specify encoding of input file\n"
17940 msgstr ""
17941
17942 #: java/jv-scan.c:111
17943 msgid "  --print-main            Print name of class containing `main'\n"
17944 msgstr ""
17945
17946 #: java/jv-scan.c:112
17947 msgid "  --list-class            List all classes defined in file\n"
17948 msgstr ""
17949
17950 #: java/jv-scan.c:113
17951 msgid ""
17952 "  --list-filename         Print input filename when listing class names\n"
17953 msgstr ""
17954
17955 #: java/jv-scan.c:213
17956 msgid "only one of `--print-main', `--list-class', and `--complexity' allowed"
17957 msgstr ""
17958
17959 #: java/jv-scan.c:216
17960 #, c-format
17961 msgid "can't open output file `%s'"
17962 msgstr ""
17963
17964 #: java/jv-scan.c:251
17965 #, c-format
17966 msgid "file not found `%s'"
17967 msgstr ""
17968
17969 #: java/jv-scan.c:273
17970 #, c-format
17971 msgid "%s: error: "
17972 msgstr ""
17973
17974 #: java/jv-scan.c:285
17975 #, c-format
17976 msgid "%s: warning: "
17977 msgstr ""
17978
17979 #: java/jvgenmain.c:48
17980 #, c-format
17981 msgid "Usage: %s [OPTIONS]... CLASSNAMEmain [OUTFILE]\n"
17982 msgstr ""
17983
17984 #: java/jvgenmain.c:98
17985 #, c-format
17986 msgid "%s: Cannot open output file: %s\n"
17987 msgstr ""
17988
17989 #: java/jvgenmain.c:135
17990 #, c-format
17991 msgid "%s: Failed to close output file %s\n"
17992 msgstr ""
17993
17994 #: java/jvspec.c:418
17995 msgid "can't specify `-D' without `--main'\n"
17996 msgstr ""
17997
17998 #: java/jvspec.c:421
17999 #, c-format
18000 msgid "`%s' is not a valid class name"
18001 msgstr ""
18002
18003 #: java/jvspec.c:427
18004 msgid "--resource requires -o"
18005 msgstr ""
18006
18007 #: java/jvspec.c:434
18008 msgid "warning: already-compiled .class files ignored with -C"
18009 msgstr ""
18010
18011 #: java/jvspec.c:441
18012 msgid "cannot specify both -C and -o"
18013 msgstr ""
18014
18015 #: java/jvspec.c:453
18016 msgid "cannot create temporary file"
18017 msgstr ""
18018
18019 #: java/jvspec.c:481
18020 msgid "using both @FILE with multiple files not implemented"
18021 msgstr ""
18022
18023 #: java/jvspec.c:530
18024 msgid "cannot specify `main' class when not linking"
18025 msgstr ""
18026
18027 #: java/lang.c:619
18028 msgid "can't do dependency tracking with input from stdin"
18029 msgstr ""
18030
18031 #: java/lang.c:635
18032 msgid "couldn't determine target name for dependency tracking"
18033 msgstr ""
18034
18035 #: java/lex.c:256
18036 #, c-format
18037 msgid ""
18038 "unknown encoding: `%s'\n"
18039 "This might mean that your locale's encoding is not supported\n"
18040 "by your system's iconv(3) implementation.  If you aren't trying\n"
18041 "to use a particular encoding for your input file, try the\n"
18042 "`--encoding=UTF-8' option"
18043 msgstr ""
18044
18045 #: java/lex.c:626
18046 msgid "internal error - bad unget"
18047 msgstr ""
18048
18049 #: java/mangle.c:89
18050 #, c-format
18051 msgid "can't mangle %s"
18052 msgstr ""
18053
18054 #: java/mangle_name.c:140 java/mangle_name.c:210
18055 msgid "internal error - invalid Utf8 name"
18056 msgstr ""
18057
18058 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse-scan.y:881
18059 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:977
18060 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1318
18061 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1379
18062 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1590
18063 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1813
18064 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1822
18065 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1833
18066 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1844
18067 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1856
18068 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1871
18069 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1888
18070 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1890
18071 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1971
18072 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2148
18073 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2217
18074 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2381
18075 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2394
18076 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2401
18077 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2408
18078 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2419
18079 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2421
18080 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2459
18081 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2461
18082 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2463
18083 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2484
18084 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2486
18085 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2488
18086 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2504
18087 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2506
18088 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2527
18089 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2529
18090 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2531
18091 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2559
18092 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2561
18093 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2563
18094 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2565
18095 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2583
18096 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2585
18097 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2596
18098 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2607
18099 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2618
18100 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2629
18101 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2640
18102 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2653
18103 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2657
18104 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2659
18105 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2672
18106 msgid "Missing term"
18107 msgstr ""
18108
18109 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse-scan.y:883
18110 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:751
18111 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:789
18112 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:814
18113 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:998
18114 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1353
18115 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1566
18116 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1568
18117 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1798
18118 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1824
18119 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1835
18120 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1846
18121 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1858
18122 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1873
18123 msgid "';' expected"
18124 msgstr ""
18125
18126 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:749
18127 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:787
18128 msgid "Missing name"
18129 msgstr ""
18130
18131 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:777
18132 #, c-format
18133 msgid "Ambiguous class: `%s' and `%s'"
18134 msgstr ""
18135
18136 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:812
18137 msgid "'*' expected"
18138 msgstr ""
18139
18140 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:826
18141 msgid "Class or interface declaration expected"
18142 msgstr ""
18143
18144 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:843
18145 #, c-format
18146 msgid "Modifier `%s' declared twice"
18147 msgstr ""
18148
18149 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:863
18150 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:865
18151 msgid "Missing class name"
18152 msgstr ""
18153
18154 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:868
18155 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:872
18156 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:880
18157 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1038
18158 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1299
18159 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1301
18160 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1633
18161 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1884
18162 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1916
18163 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1978
18164 msgid "'{' expected"
18165 msgstr ""
18166
18167 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:882
18168 msgid "Missing super class name"
18169 msgstr ""
18170
18171 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:892
18172 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:908
18173 msgid "Missing interface name"
18174 msgstr ""
18175
18176 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:992
18177 msgid "Missing variable initializer"
18178 msgstr ""
18179
18180 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1009
18181 msgid "Invalid declaration"
18182 msgstr ""
18183
18184 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1012
18185 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1097
18186 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2163
18187 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2192
18188 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2214
18189 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2218
18190 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2253
18191 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2332
18192 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2342
18193 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2352
18194 msgid "']' expected"
18195 msgstr ""
18196
18197 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1016
18198 msgid "Unbalanced ']'"
18199 msgstr ""
18200
18201 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1052
18202 msgid "Invalid method declaration, method name required"
18203 msgstr ""
18204
18205 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1057
18206 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1062
18207 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1067
18208 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2066
18209 msgid "Identifier expected"
18210 msgstr ""
18211
18212 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1072
18213 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4743
18214 msgid "Invalid method declaration, return type required"
18215 msgstr ""
18216
18217 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1092
18218 msgid "Discouraged form of returned type specification"
18219 msgstr ""
18220
18221 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1095
18222 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1546
18223 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1553
18224 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1562
18225 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1564
18226 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1592
18227 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1701
18228 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2008
18229 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2061
18230 msgid "')' expected"
18231 msgstr ""
18232
18233 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1111
18234 msgid "Missing formal parameter term"
18235 msgstr ""
18236
18237 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1126
18238 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1131
18239 msgid "Missing identifier"
18240 msgstr ""
18241
18242 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1151
18243 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1160
18244 msgid "Missing class type term"
18245 msgstr ""
18246
18247 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1187
18248 #, c-format
18249 msgid ""
18250 "Can't define static initializer in class `%s'. Static initializer can only "
18251 "be defined in top-level classes"
18252 msgstr ""
18253
18254 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1316
18255 msgid "Invalid interface type"
18256 msgstr ""
18257
18258 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1485
18259 msgid "An empty declaration is a deprecated feature that should not be used"
18260 msgstr ""
18261
18262 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1506
18263 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1680
18264 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1682
18265 msgid "':' expected"
18266 msgstr ""
18267
18268 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1532
18269 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1537
18270 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1542
18271 msgid "Invalid expression statement"
18272 msgstr ""
18273
18274 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1560
18275 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1588
18276 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1629
18277 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1697
18278 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1765
18279 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1886
18280 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1964
18281 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2055
18282 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2057
18283 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2070
18284 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2313
18285 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2315
18286 msgid "'(' expected"
18287 msgstr ""
18288
18289 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1631
18290 msgid "Missing term or ')'"
18291 msgstr ""
18292
18293 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1678
18294 msgid "Missing or invalid constant expression"
18295 msgstr ""
18296
18297 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1699
18298 msgid "Missing term and ')' expected"
18299 msgstr ""
18300
18301 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1738
18302 msgid "Invalid control expression"
18303 msgstr ""
18304
18305 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1740
18306 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1742
18307 msgid "Invalid update expression"
18308 msgstr ""
18309
18310 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1767
18311 msgid "Invalid init statement"
18312 msgstr ""
18313
18314 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:1967
18315 msgid "Missing term or ')' expected"
18316 msgstr ""
18317
18318 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2010
18319 msgid "'class' or 'this' expected"
18320 msgstr ""
18321
18322 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2012
18323 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2014
18324 msgid "'class' expected"
18325 msgstr ""
18326
18327 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2059
18328 msgid "')' or term expected"
18329 msgstr ""
18330
18331 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2161
18332 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2190
18333 msgid "'[' expected"
18334 msgstr ""
18335
18336 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2268
18337 msgid "Field expected"
18338 msgstr ""
18339
18340 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2327
18341 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2337
18342 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2347
18343 msgid "Missing term and ']' expected"
18344 msgstr ""
18345
18346 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2452
18347 msgid "']' expected, invalid type expression"
18348 msgstr ""
18349
18350 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2455
18351 msgid "Invalid type expression"
18352 msgstr ""
18353
18354 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:2567
18355 msgid "Invalid reference type"
18356 msgstr ""
18357
18358 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3034
18359 msgid "Constructor invocation must be first thing in a constructor"
18360 msgstr ""
18361
18362 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3036
18363 msgid "Only constructors can invoke constructors"
18364 msgstr ""
18365
18366 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3044
18367 #, c-format
18368 msgid ": `%s' JDK1.1(TM) feature"
18369 msgstr ""
18370
18371 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3124
18372 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3126
18373 #, c-format
18374 msgid ""
18375 "%s.\n"
18376 "%s"
18377 msgstr ""
18378
18379 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3285
18380 msgid "Missing return statement"
18381 msgstr ""
18382
18383 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3307
18384 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:11931
18385 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:11935
18386 msgid "Unreachable statement"
18387 msgstr ""
18388
18389 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3317
18390 #, c-format
18391 msgid "Can't access %s field `%s.%s' from `%s'"
18392 msgstr ""
18393
18394 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3386
18395 #, c-format
18396 msgid "%s `%s' already defined in %s:%d"
18397 msgstr ""
18398
18399 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3404
18400 #, c-format
18401 msgid ""
18402 "Variable `%s' is already defined in this method and was declared `%s %s' at "
18403 "line %d"
18404 msgstr ""
18405
18406 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3515
18407 #, c-format
18408 msgid "Interface `%s' repeated"
18409 msgstr ""
18410
18411 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3545
18412 #, c-format
18413 msgid "%s name `%s' clashes with imported type `%s'"
18414 msgstr ""
18415
18416 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3577
18417 #, c-format
18418 msgid "Public %s `%s' must be defined in a file called `%s.java'"
18419 msgstr ""
18420
18421 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3592
18422 #, c-format
18423 msgid ""
18424 "Inner class `%s' can't be static. Static classes can only occur in "
18425 "interfaces and top-level classes"
18426 msgstr ""
18427
18428 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3673
18429 #, c-format
18430 msgid ""
18431 "The class name `%s' is already defined in this scope. An inner class may not "
18432 "have the same simple name as any of its enclosing classes"
18433 msgstr ""
18434
18435 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3715
18436 msgid "Qualifier must be a reference"
18437 msgstr ""
18438
18439 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:3736
18440 #, c-format
18441 msgid "Cyclic inheritance involving %s"
18442 msgstr ""
18443
18444 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4000
18445 #, c-format
18446 msgid ""
18447 "Redundant use of `abstract' modifier. Interface `%s' is implicitly abstract"
18448 msgstr ""
18449
18450 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4155
18451 #, c-format
18452 msgid "Class `%s' can't be declared both abstract and final"
18453 msgstr ""
18454
18455 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4167
18456 msgid "`java.lang.Object' can't extend anything"
18457 msgstr ""
18458
18459 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4409
18460 #, c-format
18461 msgid "Duplicate variable declaration: `%s %s' was `%s %s' (%s:%d)"
18462 msgstr ""
18463
18464 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4473
18465 #, c-format
18466 msgid "Field `%s' can't be static in inner class `%s' unless it is final"
18467 msgstr ""
18468
18469 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4718
18470 #, c-format
18471 msgid "Class `%s' must be declared abstract to define abstract method `%s'"
18472 msgstr ""
18473
18474 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4725
18475 #, c-format
18476 msgid "native method `%s' can't be strictfp"
18477 msgstr ""
18478
18479 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4729
18480 #, c-format
18481 msgid "method `%s' can't be transient"
18482 msgstr ""
18483
18484 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4732
18485 #, c-format
18486 msgid "method `%s' can't be volatile"
18487 msgstr ""
18488
18489 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4782
18490 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6531
18491 #, c-format
18492 msgid ""
18493 "Method `%s' can't be static in inner class `%s'. Only members of interfaces "
18494 "and top-level classes can be static"
18495 msgstr ""
18496
18497 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4948
18498 #, c-format
18499 msgid "%s method `%s' can't have a body defined"
18500 msgstr ""
18501
18502 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:4959
18503 #, c-format
18504 msgid "Non native and non abstract method `%s' must have a body defined"
18505 msgstr ""
18506
18507 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:5030
18508 #, c-format
18509 msgid "%s: recursive invocation of constructor `%s'"
18510 msgstr ""
18511
18512 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:5060
18513 msgid ""
18514 "Inconsistent member declaration.  At most one of `public', `private', or "
18515 "`protected' may be specified"
18516 msgstr ""
18517
18518 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:5068
18519 msgid ""
18520 "Inconsistent member declaration.  At most one of `final' or `volatile' may "
18521 "be specified"
18522 msgstr ""
18523
18524 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:5158
18525 #, c-format
18526 msgid ""
18527 "Variable `%s' is used more than once in the argument list of method `%s'"
18528 msgstr ""
18529
18530 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:5242
18531 #, c-format
18532 msgid "%s `%s' can't implement/extend %s `%s'"
18533 msgstr ""
18534
18535 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:5276
18536 #, c-format
18537 msgid "Class `%s' can't subclass %s `%s'"
18538 msgstr ""
18539
18540 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:5285
18541 #, c-format
18542 msgid "Can't subclass final classes: %s"
18543 msgstr ""
18544
18545 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:5471
18546 #, c-format
18547 msgid "Cyclic class inheritance%s"
18548 msgstr ""
18549
18550 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6182
18551 #, c-format
18552 msgid "Superclass `%s' of class `%s' not found"
18553 msgstr ""
18554
18555 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6188
18556 #, c-format
18557 msgid "Type `%s' not found in declaration of field `%s'"
18558 msgstr ""
18559
18560 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6194
18561 #, c-format
18562 msgid ""
18563 "Type `%s' not found in the declaration of the argument `%s' of method `%s'"
18564 msgstr ""
18565
18566 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6201
18567 #, c-format
18568 msgid ""
18569 "Type `%s' not found in the declaration of the return type of method `%s'"
18570 msgstr ""
18571
18572 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6207
18573 #, c-format
18574 msgid "Superinterface `%s' of %s `%s' not found"
18575 msgstr ""
18576
18577 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6214
18578 #, c-format
18579 msgid "Type `%s' not found in the declaration of the local variable `%s'"
18580 msgstr ""
18581
18582 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6221
18583 #, c-format
18584 msgid "Class `%s' not found in `throws'"
18585 msgstr ""
18586
18587 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6278
18588 #, c-format
18589 msgid "Duplicate %s declaration `%s'"
18590 msgstr ""
18591
18592 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6352
18593 #, c-format
18594 msgid ""
18595 "Class `%s' doesn't define the abstract method `%s %s' from %s `%s'. This "
18596 "method must be defined or %s `%s' must be declared abstract"
18597 msgstr ""
18598
18599 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6508
18600 #, c-format
18601 msgid ""
18602 "Class `%s' in `throws' clause must be a subclass of class `java.lang."
18603 "Throwable'"
18604 msgstr ""
18605
18606 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6552
18607 #, c-format
18608 msgid ""
18609 "Class `%s' must override `%s' with a public method in order to implement "
18610 "interface `%s'"
18611 msgstr ""
18612
18613 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6566
18614 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6793
18615 #, c-format
18616 msgid "Method `%s' was defined with return type `%s' in class `%s'"
18617 msgstr ""
18618
18619 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6583
18620 #, c-format
18621 msgid "%s methods can't be overridden. Method `%s' is %s in class `%s'"
18622 msgstr ""
18623
18624 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6597
18625 #, c-format
18626 msgid ""
18627 "Instance methods can't be overridden by a static method. Method `%s' is an "
18628 "instance method in class `%s'"
18629 msgstr ""
18630
18631 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6620
18632 #, c-format
18633 msgid ""
18634 "Methods can't be overridden to be more private. Method `%s' is not %s in "
18635 "class `%s'"
18636 msgstr ""
18637
18638 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6761
18639 #, c-format
18640 msgid ""
18641 "Invalid checked exception class `%s' in `throws' clause.  The exception must "
18642 "be a subclass of an exception thrown by `%s' from class `%s'"
18643 msgstr ""
18644
18645 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6818
18646 #, c-format
18647 msgid ""
18648 "Interface `%s' inherits method `%s' from interface `%s'. This method is "
18649 "redefined with a different return type in interface `%s'"
18650 msgstr ""
18651
18652 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:6993
18653 #, c-format
18654 msgid "Class or interface `%s' not found in import"
18655 msgstr ""
18656
18657 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:7078
18658 #, c-format
18659 msgid "malformed .zip archive in CLASSPATH: %s"
18660 msgstr ""
18661
18662 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:7149
18663 #, c-format
18664 msgid ""
18665 "Can't find default package `%s'. Check the CLASSPATH environment variable "
18666 "and the access to the archives"
18667 msgstr ""
18668
18669 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:7154
18670 #, c-format
18671 msgid "Package `%s' not found in import"
18672 msgstr ""
18673
18674 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:7251
18675 #, c-format
18676 msgid "Type `%s' also potentially defined in package `%s'"
18677 msgstr ""
18678
18679 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:7396
18680 #, c-format
18681 msgid "Nested %s %s is %s; cannot be accessed from here"
18682 msgstr ""
18683
18684 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:7434
18685 #, c-format
18686 msgid ""
18687 "Can't access %s `%s'. Only public classes and interfaces in other packages "
18688 "can be accessed"
18689 msgstr ""
18690
18691 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:7472
18692 msgid "Only `final' is allowed as a local variables modifier"
18693 msgstr ""
18694
18695 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:9026
18696 #, c-format
18697 msgid "No constructor matching `%s' found in class `%s'"
18698 msgstr ""
18699
18700 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:9525
18701 #, c-format
18702 msgid "Can't reference `%s' before the superclass constructor has been called"
18703 msgstr ""
18704
18705 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:9579
18706 #, c-format
18707 msgid ""
18708 "Local variable `%s' can't be accessed from within the inner class `%s' "
18709 "unless it is declared final"
18710 msgstr ""
18711
18712 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:9584
18713 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10047
18714 #, c-format
18715 msgid "Undefined variable `%s'"
18716 msgstr ""
18717
18718 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:9595
18719 #, c-format
18720 msgid "Can't make a static reference to nonstatic variable `%s' in class `%s'"
18721 msgstr ""
18722
18723 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:9801
18724 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10656
18725 #, c-format
18726 msgid "No enclosing instance for inner class `%s' is in scope%s"
18727 msgstr ""
18728
18729 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:9920
18730 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:12363
18731 msgid "Keyword `this' used outside allowed context"
18732 msgstr ""
18733
18734 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:9926
18735 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10810
18736 msgid ""
18737 "Can't reference `this' before the superclass constructor has been called"
18738 msgstr ""
18739
18740 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:9942
18741 #, c-format
18742 msgid ""
18743 "Can't use variable `%s.this': type `%s' isn't an outer type of type `%s'"
18744 msgstr ""
18745
18746 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:9975
18747 msgid "Keyword `super' used outside allowed context"
18748 msgstr ""
18749
18750 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10024
18751 #, c-format
18752 msgid "No variable `%s' defined in class `%s'"
18753 msgstr ""
18754
18755 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10029
18756 #, c-format
18757 msgid "Undefined variable or class name: `%s'"
18758 msgstr ""
18759
18760 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10100
18761 #, c-format
18762 msgid "Can't use type `%s' as a qualifier"
18763 msgstr ""
18764
18765 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10119
18766 #, c-format
18767 msgid "Attempt to reference field `%s' in `%s %s'"
18768 msgstr ""
18769
18770 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10150
18771 #, c-format
18772 msgid "No variable `%s' defined in type `%s'"
18773 msgstr ""
18774
18775 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10234
18776 #, c-format
18777 msgid "Attempt to reference field `new' in a `%s'"
18778 msgstr ""
18779
18780 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10371
18781 #, c-format
18782 msgid "The class `%s' has been deprecated"
18783 msgstr ""
18784
18785 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10381
18786 #, c-format
18787 msgid "The %s `%s' in class `%s' has been deprecated"
18788 msgstr ""
18789
18790 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10498
18791 #, c-format
18792 msgid "Can't invoke a method on primitive type `%s'"
18793 msgstr ""
18794
18795 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10513
18796 #, c-format
18797 msgid "Can't make static reference to method `%s' in interface `%s'"
18798 msgstr ""
18799
18800 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10523
18801 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10857
18802 #, c-format
18803 msgid "Can't make static reference to method `%s %s' in class `%s'"
18804 msgstr ""
18805
18806 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10563
18807 msgid "Can't invoke super constructor on java.lang.Object"
18808 msgstr ""
18809
18810 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10576
18811 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14424
18812 #, c-format
18813 msgid "Class `%s' not found in type declaration"
18814 msgstr ""
18815
18816 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10588
18817 #, c-format
18818 msgid "Class `%s' is an abstract class. It can't be instantiated"
18819 msgstr ""
18820
18821 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10618
18822 #, c-format
18823 msgid "No method named `%s' in scope"
18824 msgstr ""
18825
18826 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:10729
18827 #, c-format
18828 msgid "Can't access %s %s `%s.%s' from `%s'"
18829 msgstr ""
18830
18831 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:11195
18832 #, c-format
18833 msgid "Can't find %s `%s(%s)' in type `%s'%s"
18834 msgstr ""
18835
18836 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:11777
18837 msgid "Constant expression required"
18838 msgstr ""
18839
18840 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:11790
18841 #, c-format
18842 msgid "Incompatible type for case. Can't convert `%s' to `int'"
18843 msgstr ""
18844
18845 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:11824
18846 msgid "Duplicate case label: `default'"
18847 msgstr ""
18848
18849 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:12172
18850 #, c-format
18851 msgid "Incompatible type for `+='. Can't convert `%s' to `java.lang.String'"
18852 msgstr ""
18853
18854 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:12343
18855 #, c-format
18856 msgid "missing static field `%s'"
18857 msgstr ""
18858
18859 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:12348
18860 #, c-format
18861 msgid "not a static field `%s'"
18862 msgstr ""
18863
18864 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:12371
18865 msgid ""
18866 "Can't reference `this' or `super' before the superclass constructor has been "
18867 "called"
18868 msgstr ""
18869
18870 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:12391
18871 #, c-format
18872 msgid "No case for %s"
18873 msgstr ""
18874
18875 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:12821
18876 msgid "Invalid left hand side of assignment"
18877 msgstr ""
18878
18879 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:12872
18880 #, c-format
18881 msgid "Incompatible type for %s. Can't convert `%s' to `%s'"
18882 msgstr ""
18883
18884 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:12875
18885 #, c-format
18886 msgid "Incompatible type for %s. Explicit cast needed to convert `%s' to `%s'"
18887 msgstr ""
18888
18889 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:13047
18890 #, c-format
18891 msgid ""
18892 "Constant expression `%s' too wide for narrowing primitive conversion to `%s'"
18893 msgstr ""
18894
18895 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:13338
18896 #, c-format
18897 msgid "unregistered operator %s"
18898 msgstr ""
18899
18900 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:13485
18901 msgid ""
18902 "Evaluating this expression will result in an arithmetic exception being "
18903 "thrown"
18904 msgstr ""
18905
18906 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:13567
18907 #, c-format
18908 msgid ""
18909 "Incompatible type for `%s'. Explicit cast needed to convert shift distance "
18910 "from `%s' to integral"
18911 msgstr ""
18912
18913 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:13572
18914 #, c-format
18915 msgid ""
18916 "Incompatible type for `%s'. Can't convert shift distance from `%s' to "
18917 "integral"
18918 msgstr ""
18919
18920 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:13648
18921 #, c-format
18922 msgid "Invalid argument `%s' for `instanceof'"
18923 msgstr ""
18924
18925 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:13675
18926 #, c-format
18927 msgid "Impossible for `%s' to be instance of `%s'"
18928 msgstr ""
18929
18930 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:13804
18931 #, c-format
18932 msgid "Incompatible type for `%s'. Can't convert `%s' to `%s'"
18933 msgstr ""
18934
18935 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14285
18936 #, c-format
18937 msgid "Invalid argument type `%s' to `%s'"
18938 msgstr ""
18939
18940 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14515
18941 #, c-format
18942 msgid "Invalid cast from `%s' to `%s'"
18943 msgstr ""
18944
18945 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14562
18946 #, c-format
18947 msgid "`[]' can only be applied to arrays. It can't be applied to `%s'"
18948 msgstr ""
18949
18950 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14575
18951 #, c-format
18952 msgid ""
18953 "Incompatible type for `[]'. Explicit cast needed to convert `%s' to `int'"
18954 msgstr ""
18955
18956 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14579
18957 #, c-format
18958 msgid "Incompatible type for `[]'. Can't convert `%s' to `int'"
18959 msgstr ""
18960
18961 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14650
18962 #, c-format
18963 msgid ""
18964 "Incompatible type for dimension in array creation expression. %s convert `%"
18965 "s' to `int'"
18966 msgstr ""
18967
18968 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14766
18969 #, c-format
18970 msgid "Invalid array initializer for non-array type `%s'"
18971 msgstr ""
18972
18973 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14853
18974 #, c-format
18975 msgid "Incompatible type for array. %s convert `%s' to `%s'"
18976 msgstr ""
18977
18978 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14922
18979 msgid "`return' inside instance initializer"
18980 msgstr ""
18981
18982 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14926
18983 msgid "`return' inside static initializer"
18984 msgstr ""
18985
18986 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14932
18987 #, c-format
18988 msgid "`return' with%s value from `%s %s'"
18989 msgstr ""
18990
18991 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:14939
18992 #, c-format
18993 msgid "`return' with value from constructor `%s'"
18994 msgstr ""
18995
18996 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15004
18997 #, c-format
18998 msgid "Incompatible type for `if'. Can't convert `%s' to `boolean'"
18999 msgstr ""
19000
19001 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15037
19002 #, c-format
19003 msgid "Declaration of `%s' shadows a previous label declaration"
19004 msgstr ""
19005
19006 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15042
19007 #, c-format
19008 msgid "This is the location of the previous declaration of label `%s'"
19009 msgstr ""
19010
19011 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15290
19012 #, c-format
19013 msgid "No label definition found for `%s'"
19014 msgstr ""
19015
19016 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15303
19017 msgid "`continue' must be in loop"
19018 msgstr ""
19019
19020 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15306
19021 #, c-format
19022 msgid "continue label `%s' does not name a loop"
19023 msgstr ""
19024
19025 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15327
19026 msgid "`break' must be in loop or switch"
19027 msgstr ""
19028
19029 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15368
19030 #, c-format
19031 msgid "Incompatible type for loop conditional. Can't convert `%s' to `boolean'"
19032 msgstr ""
19033
19034 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15406
19035 #, c-format
19036 msgid "Incompatible type for `switch'. Can't convert `%s' to `int'"
19037 msgstr ""
19038
19039 #. The case_label_list is in reverse order, so print the
19040 #. outer label first.
19041 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15437
19042 msgid "duplicate case label: `"
19043 msgstr ""
19044
19045 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15441
19046 msgid "original label is here"
19047 msgstr ""
19048
19049 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15658
19050 #, c-format
19051 msgid ""
19052 "Can't catch class `%s'. Catch clause parameter type must be a subclass of "
19053 "class `java.lang.Throwable'"
19054 msgstr ""
19055
19056 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15682
19057 #, c-format
19058 msgid "`catch' not reached because of the catch clause at line %d"
19059 msgstr ""
19060
19061 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15749
19062 #, c-format
19063 msgid ""
19064 "Incompatible type for `synchronized'. Can't convert `%s' to `java.lang."
19065 "Object'"
19066 msgstr ""
19067
19068 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15808
19069 #, c-format
19070 msgid "Can't throw `%s'; it must be a subclass of class `java.lang.Throwable'"
19071 msgstr ""
19072
19073 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15837
19074 #, c-format
19075 msgid ""
19076 "Checked exception `%s' can't be thrown in instance initializer (not all "
19077 "declared constructor are declaring it in their `throws' clause)"
19078 msgstr ""
19079
19080 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15858
19081 #, c-format
19082 msgid ""
19083 "Checked exception `%s' can't be caught by any of the catch clause(s) of the "
19084 "surrounding `try' block"
19085 msgstr ""
19086
19087 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15871
19088 #, c-format
19089 msgid "Checked exception `%s' can't be thrown in initializer"
19090 msgstr ""
19091
19092 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15875
19093 #, c-format
19094 msgid "Checked exception `%s' isn't thrown from a `try' block"
19095 msgstr ""
19096
19097 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15881
19098 #, c-format
19099 msgid ""
19100 "Checked exception `%s' doesn't match any of current method's `throws' "
19101 "declaration(s)"
19102 msgstr ""
19103
19104 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15936
19105 #, c-format
19106 msgid "Exception `%s' can't be thrown in initializer"
19107 msgstr ""
19108
19109 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:15941
19110 #, c-format
19111 msgid ""
19112 "Exception `%s' must be caught, or it must be declared in the `throws' clause "
19113 "of `%s'"
19114 msgstr ""
19115
19116 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:16052
19117 #, c-format
19118 msgid "Incompatible type for `?:'. Can't convert `%s' to `boolean'"
19119 msgstr ""
19120
19121 #: /home/zack/src/gcc/HEAD/pos-diag/gcc/java/parse.y:16120
19122 #, c-format
19123 msgid "Incompatible type for `?:'. Can't convert `%s' to `%s'"
19124 msgstr ""
19125
19126 #: java/typeck.c:547
19127 msgid "junk at end of signature string"
19128 msgstr ""
19129
19130 #: java/verify.c:479
19131 msgid "bad pc in exception_table"
19132 msgstr ""
19133
19134 #: java/verify.c:1475
19135 #, c-format
19136 msgid "unknown opcode %d@pc=%d during verification"
19137 msgstr ""
19138
19139 #: java/verify.c:1550 java/verify.c:1566 java/verify.c:1571
19140 #, c-format
19141 msgid "verification error at PC=%d"
19142 msgstr ""
19143
19144 #: java/parse.h:125
19145 #, c-format
19146 msgid "%s method can't be abstract"
19147 msgstr ""
19148
19149 #: java/parse.h:129
19150 #, c-format
19151 msgid "Constructor can't be %s"
19152 msgstr ""
19153
19154 #. Pedantic warning on obsolete modifiers. Note: when cl is NULL,
19155 #. flags was set artificially, such as for a interface method
19156 #: java/parse.h:161
19157 #, c-format
19158 msgid "Discouraged redundant use of `%s' modifier in declaration of %s"
19159 msgstr ""
19160
19161 #: java/parse.h:168
19162 #, c-format
19163 msgid "Discouraged redundant use of `%s' modifier in declaration of %s `%s'"
19164 msgstr ""
19165
19166 #. Standard error messages
19167 #: java/parse.h:352
19168 #, c-format
19169 msgid "Incompatible type for `%s'. Can't convert `%s' to boolean"
19170 msgstr ""
19171
19172 #: java/parse.h:357
19173 #, c-format
19174 msgid "Incompatible type for `%s'. Can't convert `%s' to numeric type"
19175 msgstr ""
19176
19177 #: java/parse.h:365
19178 #, c-format
19179 msgid ""
19180 "Incompatible type for `%s'. Explicit cast needed to convert `%s' to integral"
19181 msgstr ""
19182
19183 #: java/parse.h:370
19184 #, c-format
19185 msgid "Incompatible type for `%s'. Can't convert `%s' to integral"
19186 msgstr ""
19187
19188 #: objc/objc-act.c:753
19189 msgid "`@end' must appear in an @implementation context"
19190 msgstr ""
19191
19192 #: objc/objc-act.c:780
19193 msgid "method declaration not in @interface context"
19194 msgstr ""
19195
19196 #: objc/objc-act.c:791
19197 msgid "method definition not in @implementation context"
19198 msgstr ""
19199
19200 #: objc/objc-act.c:896
19201 #, c-format
19202 msgid "object does not conform to the `%s' protocol"
19203 msgstr ""
19204
19205 #: objc/objc-act.c:982 objc/objc-act.c:1055
19206 #, c-format
19207 msgid "class `%s' does not implement the `%s' protocol"
19208 msgstr ""
19209
19210 #: objc/objc-act.c:1161
19211 #, c-format
19212 msgid "statically allocated instance of Objective-C class `%s'"
19213 msgstr ""
19214
19215 #: objc/objc-act.c:1218
19216 #, c-format
19217 msgid "protocol `%s' has circular dependency"
19218 msgstr ""
19219
19220 #: objc/objc-act.c:1240 objc/objc-act.c:5793
19221 #, c-format
19222 msgid "cannot find protocol declaration for `%s'"
19223 msgstr ""
19224
19225 #: objc/objc-act.c:1636 objc/objc-act.c:2764 objc/objc-act.c:6318
19226 #: objc/objc-act.c:6644 objc/objc-act.c:6697 objc/objc-act.c:6722
19227 #, c-format
19228 msgid "cannot find interface declaration for `%s'"
19229 msgstr ""
19230
19231 #: objc/objc-act.c:1640
19232 #, c-format
19233 msgid "interface `%s' does not have valid constant string layout"
19234 msgstr ""
19235
19236 #: objc/objc-act.c:1645
19237 #, c-format
19238 msgid "cannot find reference tag for class `%s'"
19239 msgstr ""
19240
19241 #: objc/objc-act.c:2312
19242 msgid "%Jcreating selector for nonexistent method %qE"
19243 msgstr ""
19244
19245 #: objc/objc-act.c:2500
19246 #, c-format
19247 msgid "`%s' is not an Objective-C class name or alias"
19248 msgstr ""
19249
19250 #: objc/objc-act.c:2615 objc/objc-act.c:2633 objc/objc-act.c:6581
19251 #: objc/objc-act.c:6895 objc/objc-act.c:6925
19252 msgid "Objective-C declarations may only appear in global scope"
19253 msgstr ""
19254
19255 #: objc/objc-act.c:2620
19256 #, c-format
19257 msgid "cannot find class `%s'"
19258 msgstr ""
19259
19260 #: objc/objc-act.c:2622
19261 #, c-format
19262 msgid "class `%s' already exists"
19263 msgstr ""
19264
19265 #: objc/objc-act.c:2647 objc/objc-act.c:6613
19266 #, c-format
19267 msgid "`%s' redeclared as different kind of symbol"
19268 msgstr ""
19269
19270 #: objc/objc-act.c:2649 objc/objc-act.c:6615
19271 msgid "%Jprevious declaration of '%D'"
19272 msgstr ""
19273
19274 #: objc/objc-act.c:2874
19275 msgid "use %<-fobjc-exceptions%> to enable Objective-C exception syntax"
19276 msgstr ""
19277
19278 #: objc/objc-act.c:3203
19279 msgid "@catch parameter is not a known Objective-C class type"
19280 msgstr ""
19281
19282 #: objc/objc-act.c:3219
19283 msgid "exception of type %<%T%> will be caught"
19284 msgstr ""
19285
19286 #: objc/objc-act.c:3221
19287 msgid "%H   by earlier handler for %<%T%>"
19288 msgstr ""
19289
19290 #: objc/objc-act.c:3274
19291 msgid "`@try' without `@catch' or `@finally'"
19292 msgstr ""
19293
19294 #: objc/objc-act.c:3321
19295 msgid "%<@throw%> (rethrow) used outside of a @catch block"
19296 msgstr ""
19297
19298 #: objc/objc-act.c:3697
19299 msgid "%Jtype '%D' does not have a known size"
19300 msgstr ""
19301
19302 #: objc/objc-act.c:4215
19303 msgid "%J%s `%s'"
19304 msgstr ""
19305
19306 #: objc/objc-act.c:4238 objc/objc-act.c:4257
19307 msgid "inconsistent instance variable specification"
19308 msgstr ""
19309
19310 #: objc/objc-act.c:5121
19311 msgid "can not use an object as parameter to a method"
19312 msgstr ""
19313
19314 #: objc/objc-act.c:5323
19315 #, c-format
19316 msgid "multiple %s named `%c%s' found"
19317 msgstr ""
19318
19319 #: objc/objc-act.c:5548
19320 #, c-format
19321 msgid "no super class declared in @interface for `%s'"
19322 msgstr ""
19323
19324 #: objc/objc-act.c:5638
19325 #, c-format
19326 msgid "invalid receiver type `%s'"
19327 msgstr ""
19328
19329 #: objc/objc-act.c:5649
19330 #, c-format
19331 msgid "`%s' may not respond to `%c%s'"
19332 msgstr ""
19333
19334 #: objc/objc-act.c:5654
19335 #, c-format
19336 msgid "`%c%s' not implemented by protocol(s)"
19337 msgstr ""
19338
19339 #: objc/objc-act.c:5659
19340 msgid "(Messages without a matching method signature"
19341 msgstr ""
19342
19343 #: objc/objc-act.c:5660
19344 msgid "will be assumed to return `id' and accept"
19345 msgstr ""
19346
19347 #: objc/objc-act.c:5661
19348 msgid "`...' as arguments.)"
19349 msgstr ""
19350
19351 #: objc/objc-act.c:5892
19352 #, c-format
19353 msgid "undeclared selector `%s'"
19354 msgstr ""
19355
19356 #. Historically, a class method that produced objects (factory
19357 #. method) would assign `self' to the instance that it
19358 #. allocated.  This would effectively turn the class method into
19359 #. an instance method.  Following this assignment, the instance
19360 #. variables could be accessed.  That practice, while safe,
19361 #. violates the simple rule that a class method should not refer
19362 #. to an instance variable.  It's better to catch the cases
19363 #. where this is done unknowingly than to support the above
19364 #. paradigm.
19365 #: objc/objc-act.c:5934
19366 #, c-format
19367 msgid "instance variable `%s' accessed in class method"
19368 msgstr ""
19369
19370 #: objc/objc-act.c:6146
19371 #, c-format
19372 msgid "duplicate declaration of method `%c%s'"
19373 msgstr ""
19374
19375 #: objc/objc-act.c:6188
19376 #, c-format
19377 msgid "duplicate interface declaration for category `%s(%s)'"
19378 msgstr ""
19379
19380 #: objc/objc-act.c:6215
19381 #, c-format
19382 msgid "illegal reference type specified for instance variable `%s'"
19383 msgstr ""
19384
19385 #: objc/objc-act.c:6226
19386 #, c-format
19387 msgid "instance variable `%s' has unknown size"
19388 msgstr ""
19389
19390 #. vtable pointers are Real Bad(tm), since Obj-C cannot initialize them
19391 #: objc/objc-act.c:6240
19392 #, c-format
19393 msgid "type `%s' has virtual member functions"
19394 msgstr ""
19395
19396 #: objc/objc-act.c:6241
19397 #, c-format
19398 msgid "illegal aggregate type `%s' specified for instance variable `%s'"
19399 msgstr ""
19400
19401 #: objc/objc-act.c:6249
19402 #, c-format
19403 msgid "type `%s' has a user-defined constructor"
19404 msgstr ""
19405
19406 #: objc/objc-act.c:6251
19407 #, c-format
19408 msgid "type `%s' has a user-defined destructor"
19409 msgstr ""
19410
19411 #: objc/objc-act.c:6252
19412 msgid ""
19413 "C++ constructors and destructors will not be invoked for Objective-C fields"
19414 msgstr ""
19415
19416 #: objc/objc-act.c:6342
19417 #, c-format
19418 msgid "instance variable `%s' is declared private"
19419 msgstr ""
19420
19421 #: objc/objc-act.c:6351
19422 #, c-format
19423 msgid "instance variable `%s' is %s; this will be a hard error in the future"
19424 msgstr ""
19425
19426 #: objc/objc-act.c:6358
19427 #, c-format
19428 msgid "instance variable `%s' is declared %s"
19429 msgstr ""
19430
19431 #: objc/objc-act.c:6368
19432 msgid "static access to object of type `id'"
19433 msgstr ""
19434
19435 #: objc/objc-act.c:6390 objc/objc-act.c:6478
19436 #, c-format
19437 msgid "incomplete implementation of class `%s'"
19438 msgstr ""
19439
19440 #: objc/objc-act.c:6394 objc/objc-act.c:6483
19441 #, c-format
19442 msgid "incomplete implementation of category `%s'"
19443 msgstr ""
19444
19445 #: objc/objc-act.c:6399 objc/objc-act.c:6488
19446 #, c-format
19447 msgid "method definition for `%c%s' not found"
19448 msgstr ""
19449
19450 #: objc/objc-act.c:6529
19451 #, c-format
19452 msgid "%s `%s' does not fully implement the `%s' protocol"
19453 msgstr ""
19454
19455 #: objc/objc-act.c:6587 objc/objc-act.c:8152
19456 msgid "`@end' missing in implementation context"
19457 msgstr ""
19458
19459 #: objc/objc-act.c:6600
19460 #, c-format
19461 msgid "cannot find interface declaration for `%s', superclass of `%s'"
19462 msgstr ""
19463
19464 #: objc/objc-act.c:6627
19465 #, c-format
19466 msgid "reimplementation of class `%s'"
19467 msgstr ""
19468
19469 #: objc/objc-act.c:6658
19470 #, c-format
19471 msgid "conflicting super class name `%s'"
19472 msgstr ""
19473
19474 #: objc/objc-act.c:6660
19475 #, c-format
19476 msgid "previous declaration of `%s'"
19477 msgstr ""
19478
19479 #: objc/objc-act.c:6674 objc/objc-act.c:6676
19480 #, c-format
19481 msgid "duplicate interface declaration for class `%s'"
19482 msgstr ""
19483
19484 #: objc/objc-act.c:6953
19485 #, c-format
19486 msgid "duplicate declaration for protocol `%s'"
19487 msgstr ""
19488
19489 #. Add a readable method name to the warning.
19490 #: objc/objc-act.c:7469
19491 msgid "%J%s `%c%s'"
19492 msgstr ""
19493
19494 #: objc/objc-act.c:7759
19495 #, c-format
19496 msgid "no super class declared in interface for `%s'"
19497 msgstr ""
19498
19499 #: objc/objc-act.c:7807
19500 msgid "[super ...] must appear in a method context"
19501 msgstr ""
19502
19503 #: objc/objc-parse.y:2709
19504 msgid "extra semicolon in method definition specified"
19505 msgstr ""
19506
19507 #: treelang/tree1.c:278
19508 msgid "%HDuplicate name %q.*s."
19509 msgstr ""
19510
19511 #: treelang/treetree.c:842
19512 msgid "Global register variable %qD used in nested function."
19513 msgstr ""
19514
19515 #: treelang/treetree.c:846
19516 msgid "Register variable %qD used in nested function."
19517 msgstr ""
19518
19519 #: treelang/treetree.c:852
19520 msgid "Address of global register variable %qD requested."
19521 msgstr ""
19522
19523 #: treelang/treetree.c:857
19524 msgid "Address of register variable %qD requested."
19525 msgstr ""
19526
19527 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:934
19528 msgid "Display this information"
19529 msgstr ""
19530
19531 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:940
19532 msgid ""
19533 "--param <param>=<value>\tSet paramter <param> to value.  See below for a "
19534 "complete list of parameters"
19535 msgstr ""
19536
19537 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:949
19538 msgid ""
19539 "-A<question>=<answer>\tAssert the <answer> to <question>.  Putting '-' "
19540 "before <question> disables the <answer> to <question>"
19541 msgstr ""
19542
19543 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:952
19544 msgid "Do not discard comments"
19545 msgstr ""
19546
19547 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:955
19548 msgid "Do not discard comments in macro expansions"
19549 msgstr ""
19550
19551 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:958
19552 msgid ""
19553 "-D<macro>[=<val>]\tDefine a <macro> with <val> as its value.  If just "
19554 "<macro> is given, <val> is taken to be 1"
19555 msgstr ""
19556
19557 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:964
19558 msgid "-F <dir>\tAdd <dir> to the end of the main framework include path  "
19559 msgstr ""
19560
19561 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:967
19562 msgid ""
19563 "-G<number>\tPut global and static data smaller than <number> bytes into a "
19564 "special section (on some targets)"
19565 msgstr ""
19566
19567 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:970
19568 msgid "Print the name of header files as they are used"
19569 msgstr ""
19570
19571 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:979
19572 msgid "Generate make dependencies and compile"
19573 msgstr ""
19574
19575 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:988
19576 msgid "Treat missing header files as generated files"
19577 msgstr ""
19578
19579 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:994
19580 msgid "Like -MD but ignore system header files"
19581 msgstr ""
19582
19583 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1003
19584 msgid "-MQ <target>\tAdd a MAKE-quoted target"
19585 msgstr ""
19586
19587 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1009
19588 msgid "-O<number>\tSet optimization level to <number>"
19589 msgstr ""
19590
19591 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1012
19592 msgid "Optimize for space rather than speed"
19593 msgstr ""
19594
19595 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1015
19596 msgid "Do not generate #line directives"
19597 msgstr ""
19598
19599 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1018
19600 msgid "-U<macro>\tUndefine <macro>"
19601 msgstr ""
19602
19603 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1021
19604 msgid "This switch is deprecated; use -Wextra instead"
19605 msgstr ""
19606
19607 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1024
19608 msgid ""
19609 "Warn about things that will change when compiling with an ABI-compliant "
19610 "compiler"
19611 msgstr ""
19612
19613 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1027
19614 msgid "Warn about returning structures, unions or arrays"
19615 msgstr ""
19616
19617 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1033
19618 msgid "Warn about casting functions to incompatible types"
19619 msgstr ""
19620
19621 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1036
19622 msgid "Warn about pointer casts which increase alignment"
19623 msgstr ""
19624
19625 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1039
19626 msgid "Warn about casts which discard qualifiers"
19627 msgstr ""
19628
19629 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1042
19630 msgid "Warn about subscripts whose type is \"char\""
19631 msgstr ""
19632
19633 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1045
19634 msgid ""
19635 "Warn about possibly nested block comments, and C++ comments spanning more "
19636 "than one physical line"
19637 msgstr ""
19638
19639 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1048
19640 msgid "Synonym for -Wcomment"
19641 msgstr ""
19642
19643 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1051
19644 msgid "Warn about possibly confusing type conversions"
19645 msgstr ""
19646
19647 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1054
19648 msgid "Warn when all constructors and destructors are private"
19649 msgstr ""
19650
19651 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1057
19652 msgid "Warn when a declaration is found after a statement"
19653 msgstr ""
19654
19655 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1060
19656 msgid "Warn if a deprecated compiler feature, class, method, or field is used"
19657 msgstr ""
19658
19659 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1063
19660 msgid "Warn about uses of __attribute__((deprecated)) declarations"
19661 msgstr ""
19662
19663 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1066
19664 msgid "Warn when an optimization pass is disabled"
19665 msgstr ""
19666
19667 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1069
19668 msgid "Warn about compile-time integer division by zero"
19669 msgstr ""
19670
19671 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1072
19672 msgid "Warn about violations of Effective C++ style rules"
19673 msgstr ""
19674
19675 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1075
19676 msgid "Warn about stray tokens after #elif and #endif"
19677 msgstr ""
19678
19679 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1078
19680 msgid "Treat all warnings as errors"
19681 msgstr ""
19682
19683 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1081
19684 msgid "Make implicit function declarations an error"
19685 msgstr ""
19686
19687 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1084
19688 msgid "Print extra (possibly unwanted) warnings"
19689 msgstr ""
19690
19691 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1087
19692 msgid "Warn if deprecated empty statements are found"
19693 msgstr ""
19694
19695 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1090
19696 msgid "Exit on the first error occurred"
19697 msgstr ""
19698
19699 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1093
19700 msgid "Warn if testing floating point numbers for equality"
19701 msgstr ""
19702
19703 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1096
19704 msgid "Warn about printf/scanf/strftime/strfmon format string anomalies"
19705 msgstr ""
19706
19707 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1099
19708 msgid "Warn if passing too many arguments to a function for its format string"
19709 msgstr ""
19710
19711 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1102
19712 msgid "Warn about format strings that are not literals"
19713 msgstr ""
19714
19715 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1105
19716 msgid "Warn about possible security problems with format functions"
19717 msgstr ""
19718
19719 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1108
19720 msgid "Warn about strftime formats yielding 2-digit years"
19721 msgstr ""
19722
19723 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1111
19724 msgid "Warn about zero-length formats"
19725 msgstr ""
19726
19727 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1120
19728 msgid "Warn about implicit function declarations"
19729 msgstr ""
19730
19731 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1123
19732 msgid "Warn when a declaration does not specify a type"
19733 msgstr ""
19734
19735 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1126
19736 msgid "Deprecated.  This switch has no effect."
19737 msgstr ""
19738
19739 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1129
19740 msgid "Warn about variables which are initialized to themselves."
19741 msgstr ""
19742
19743 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1132
19744 msgid "Warn when an inlined function cannot be inlined"
19745 msgstr ""
19746
19747 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1135
19748 msgid "Warn about invalid uses of the \"offsetof\" macro"
19749 msgstr ""
19750
19751 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1138
19752 msgid "Warn about PCH files that are found but not used"
19753 msgstr ""
19754
19755 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1141
19756 msgid "-Wlarger-than-<number>\tWarn if an object is larger than <number> bytes"
19757 msgstr ""
19758
19759 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1144
19760 msgid "Do not warn about using \"long long\" when -pedantic"
19761 msgstr ""
19762
19763 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1147
19764 msgid "Warn about suspicious declarations of \"main\""
19765 msgstr ""
19766
19767 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1150
19768 msgid "Warn about possibly missing braces around initializers"
19769 msgstr ""
19770
19771 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1153
19772 msgid "Warn about global functions without previous declarations"
19773 msgstr ""
19774
19775 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1156
19776 msgid "Warn about missing fields in struct initializers"
19777 msgstr ""
19778
19779 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1159
19780 msgid "Warn about functions which might be candidates for format attributes"
19781 msgstr ""
19782
19783 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1162
19784 msgid "Warn about user-specified include directories that do not exist"
19785 msgstr ""
19786
19787 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1165
19788 msgid ""
19789 "Warn about functions which might be candidates for __attribute__((noreturn))"
19790 msgstr ""
19791
19792 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1168
19793 msgid "Warn about global functions without prototypes"
19794 msgstr ""
19795
19796 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1171
19797 msgid "Warn about use of multi-character character constants"
19798 msgstr ""
19799
19800 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1174
19801 msgid "Warn about \"extern\" declarations not at file scope"
19802 msgstr ""
19803
19804 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1177
19805 msgid ""
19806 "Warn when non-templatized friend functions are declared within a template"
19807 msgstr ""
19808
19809 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1180
19810 msgid "Warn about non-virtual destructors"
19811 msgstr ""
19812
19813 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1183
19814 msgid ""
19815 "Warn about NULL being passed to argument slots marked as requiring non-NULL"
19816 msgstr ""
19817
19818 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1186
19819 msgid "Warn if a C-style cast is used in a program"
19820 msgstr ""
19821
19822 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1189
19823 msgid "Warn if an old-style parameter definition is used"
19824 msgstr ""
19825
19826 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1192
19827 msgid "Warn if .class files are out of date"
19828 msgstr ""
19829
19830 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1195
19831 msgid "Warn about overloaded virtual function names"
19832 msgstr ""
19833
19834 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1198
19835 msgid "Warn when the packed attribute has no effect on struct layout"
19836 msgstr ""
19837
19838 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1201
19839 msgid "Warn when padding is required to align structure members"
19840 msgstr ""
19841
19842 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1204
19843 msgid "Warn about possibly missing parentheses"
19844 msgstr ""
19845
19846 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1207
19847 msgid "Warn when converting the type of pointers to member functions"
19848 msgstr ""
19849
19850 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1210
19851 msgid "Warn about function pointer arithmetic"
19852 msgstr ""
19853
19854 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1213
19855 msgid "Warn if inherited methods are unimplemented"
19856 msgstr ""
19857
19858 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1216
19859 msgid "Warn about multiple declarations of the same object"
19860 msgstr ""
19861
19862 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1219
19863 msgid "Warn if modifiers are specified when not necessary"
19864 msgstr ""
19865
19866 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1222
19867 msgid "Warn when the compiler reorders code"
19868 msgstr ""
19869
19870 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1225
19871 msgid ""
19872 "Warn whenever a function's return type defaults to \"int\" (C), or about "
19873 "inconsistent return types (C++)"
19874 msgstr ""
19875
19876 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1228
19877 msgid "Warn if a selector has multiple methods"
19878 msgstr ""
19879
19880 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1231
19881 msgid "Warn about possible violations of sequence point rules"
19882 msgstr ""
19883
19884 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1234
19885 msgid "Warn when one local variable shadows another"
19886 msgstr ""
19887
19888 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1237
19889 msgid "Warn about signed-unsigned comparisons"
19890 msgstr ""
19891
19892 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1240
19893 msgid "Warn when overload promotes from unsigned to signed"
19894 msgstr ""
19895
19896 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1243
19897 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1246
19898 msgid "Warn about code which might break strict aliasing rules"
19899 msgstr ""
19900
19901 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1249
19902 msgid "Warn about unprototyped function declarations"
19903 msgstr ""
19904
19905 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1252
19906 msgid "Warn about enumerated switches, with no default, missing a case"
19907 msgstr ""
19908
19909 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1255
19910 msgid "Warn about enumerated switches missing a \"default:\" statement"
19911 msgstr ""
19912
19913 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1258
19914 msgid "Warn about all enumerated switches missing a specific case"
19915 msgstr ""
19916
19917 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1261
19918 msgid "Warn when synthesis behavior differs from Cfront"
19919 msgstr ""
19920
19921 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1264
19922 msgid "Do not suppress warnings from system headers"
19923 msgstr ""
19924
19925 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1267
19926 msgid "Warn about features not present in traditional C"
19927 msgstr ""
19928
19929 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1270
19930 msgid ""
19931 "Warn if trigraphs are encountered that might affect the meaning of the "
19932 "program"
19933 msgstr ""
19934
19935 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1273
19936 msgid "Warn about @selector()s without previously declared methods"
19937 msgstr ""
19938
19939 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1276
19940 msgid "Warn if an undefined macro is used in an #if directive"
19941 msgstr ""
19942
19943 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1279
19944 msgid "Warn about uninitialized automatic variables"
19945 msgstr ""
19946
19947 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1282
19948 msgid "Warn about unrecognized pragmas"
19949 msgstr ""
19950
19951 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1285
19952 msgid "Warn about code that will never be executed"
19953 msgstr ""
19954
19955 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1288
19956 msgid "Enable all -Wunused- warnings"
19957 msgstr ""
19958
19959 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1291
19960 msgid "Warn when a function is unused"
19961 msgstr ""
19962
19963 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1294
19964 msgid "Warn when a label is unused"
19965 msgstr ""
19966
19967 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1297
19968 msgid "Warn about macros defined in the main file that are not used"
19969 msgstr ""
19970
19971 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1300
19972 msgid "Warn when a function parameter is unused"
19973 msgstr ""
19974
19975 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1303
19976 msgid "Warn when an expression value is unused"
19977 msgstr ""
19978
19979 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1306
19980 msgid "Warn when a variable is unused"
19981 msgstr ""
19982
19983 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1309
19984 msgid "Do not warn about using variadic macros when -pedantic"
19985 msgstr ""
19986
19987 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1312
19988 msgid "Give strings the type \"array of char\""
19989 msgstr ""
19990
19991 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1315
19992 msgid ""
19993 "A synonym for -std=c89.  In a future version of GCC it will become "
19994 "synonymous with -std=c99 instead"
19995 msgstr ""
19996
19997 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1318
19998 msgid "-aux-info <file>\tEmit declaration information into <file>"
19999 msgstr ""
20000
20001 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1330
20002 msgid "-d<letters>\tEnable dumps from specific passes of the compiler"
20003 msgstr ""
20004
20005 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1333
20006 msgid "-dumpbase <file>\tSet the file basename to be used for dumps"
20007 msgstr ""
20008
20009 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1336
20010 msgid "--CLASSPATH\tDeprecated; use --classpath instead"
20011 msgstr ""
20012
20013 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1339
20014 msgid "Generate position-independent code if possible (large mode)"
20015 msgstr ""
20016
20017 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1342
20018 msgid ""
20019 "Generate position-independent code for executables if possible (large mode)"
20020 msgstr ""
20021
20022 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1348
20023 msgid "Enforce class member access control semantics"
20024 msgstr ""
20025
20026 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1351
20027 msgid "Align the start of functions"
20028 msgstr ""
20029
20030 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1357
20031 msgid "Align labels which are only reached by jumping"
20032 msgstr ""
20033
20034 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1363
20035 msgid "Align all labels"
20036 msgstr ""
20037
20038 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1369
20039 msgid "Align the start of loops"
20040 msgstr ""
20041
20042 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1378
20043 msgid "Change when template instances are emitted"
20044 msgstr ""
20045
20046 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1381
20047 msgid "Specify that arguments may alias each other and globals"
20048 msgstr ""
20049
20050 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1384
20051 msgid "Assume arguments may alias globals but not each other"
20052 msgstr ""
20053
20054 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1387
20055 msgid "Assume arguments alias neither each other nor globals"
20056 msgstr ""
20057
20058 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1390
20059 msgid "Recognize the \"asm\" keyword"
20060 msgstr ""
20061
20062 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1393
20063 msgid "Permit the use of the assert keyword"
20064 msgstr ""
20065
20066 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1402
20067 msgid "Generate unwind tables that are exact at each instruction boundary"
20068 msgstr ""
20069
20070 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1405
20071 msgid "--bootclasspath=<path>\tReplace system path"
20072 msgstr ""
20073
20074 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1408
20075 msgid "Generate code to check bounds before indexing arrays"
20076 msgstr ""
20077
20078 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1411
20079 msgid "Replace add, compare, branch with branch on count register"
20080 msgstr ""
20081
20082 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1414
20083 msgid "Use profiling information for branch probabilities"
20084 msgstr ""
20085
20086 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1417
20087 msgid ""
20088 "Perform branch target load optimization before prologue / epilogue threading"
20089 msgstr ""
20090
20091 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1420
20092 msgid ""
20093 "Perform branch target load optimization after prologue / epilogue threading"
20094 msgstr ""
20095
20096 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1423
20097 msgid ""
20098 "Restrict target load migration not to re-use registers in any basic block"
20099 msgstr ""
20100
20101 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1426
20102 msgid "Recognize built-in functions"
20103 msgstr ""
20104
20105 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1432
20106 msgid ""
20107 "-fcall-saved-<register>\tMark <register> as being preserved across functions"
20108 msgstr ""
20109
20110 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1435
20111 msgid ""
20112 "-fcall-used-<register>\tMark <register> as being corrupted by function calls"
20113 msgstr ""
20114
20115 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1438
20116 msgid "Save registers around function calls"
20117 msgstr ""
20118
20119 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1441
20120 msgid "Check the return value of new"
20121 msgstr ""
20122
20123 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1444
20124 msgid "Generate checks for references to NULL"
20125 msgstr ""
20126
20127 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1447
20128 msgid "--classpath=<path>\tSet class path"
20129 msgstr ""
20130
20131 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1450
20132 msgid "Do not put uninitialized globals in the common section"
20133 msgstr ""
20134
20135 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1456
20136 msgid "Allow the arguments of the '?' operator to have different types"
20137 msgstr ""
20138
20139 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1459
20140 msgid "Reduce the size of object files"
20141 msgstr ""
20142
20143 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1462
20144 msgid "Make string literals \"const char[]\" not \"char[]\""
20145 msgstr ""
20146
20147 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1465
20148 msgid "-fconst-string-class=<name>\tUse class <name> for constant strings"
20149 msgstr ""
20150
20151 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1468
20152 msgid "Perform a register copy-propagation optimization pass"
20153 msgstr ""
20154
20155 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1471
20156 msgid "Perform cross-jumping optimization"
20157 msgstr ""
20158
20159 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1474
20160 msgid "When running CSE, follow jumps to their targets"
20161 msgstr ""
20162
20163 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1477
20164 msgid "When running CSE, follow conditional jumps"
20165 msgstr ""
20166
20167 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1480
20168 msgid "Place data items into their own section"
20169 msgstr ""
20170
20171 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1483
20172 msgid "Inline member functions by default"
20173 msgstr ""
20174
20175 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1486
20176 msgid "Defer popping functions args from stack until later"
20177 msgstr ""
20178
20179 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1489
20180 msgid "Attempt to fill delay slots of branch instructions"
20181 msgstr ""
20182
20183 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1492
20184 msgid "Delete useless null pointer checks"
20185 msgstr ""
20186
20187 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1495
20188 msgid ""
20189 "-fdiagnostics-show-location=[once|every-line]\tHow often to emit source "
20190 "location at the beginning of line-wrapped diagnostics"
20191 msgstr ""
20192
20193 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1504
20194 msgid "Permit '$' as an identifier character"
20195 msgstr ""
20196
20197 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1507
20198 msgid "-fdump-<type>\tDump various compiler internals to a file"
20199 msgstr ""
20200
20201 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1510
20202 msgid ""
20203 "Suppress output of instruction numbers and line number notes in debugging "
20204 "dumps"
20205 msgstr ""
20206
20207 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1516
20208 msgid "Perform DWARF2 duplicate elimination"
20209 msgstr ""
20210
20211 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1519
20212 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1522
20213 msgid "Perform unused type elimination in debug info"
20214 msgstr ""
20215
20216 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1525
20217 msgid "Output a class file"
20218 msgstr ""
20219
20220 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1528
20221 msgid "Alias for -femit-class-file"
20222 msgstr ""
20223
20224 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1537
20225 msgid ""
20226 "--encoding=<encoding>\tChoose input encoding (defaults from your locale)"
20227 msgstr ""
20228
20229 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1540
20230 msgid "Generate code to check exception specifications"
20231 msgstr ""
20232
20233 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1546
20234 msgid "Enable exception handling"
20235 msgstr ""
20236
20237 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1549
20238 msgid ""
20239 "-fexec-charset=<cset>\tConvert all strings and character constants to "
20240 "character set <cset>"
20241 msgstr ""
20242
20243 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1552
20244 msgid "Perform a number of minor, expensive optimizations"
20245 msgstr ""
20246
20247 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1564
20248 msgid "Input file is a file with a list of filenames to compile"
20249 msgstr ""
20250
20251 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1567
20252 msgid "Assume no NaNs or infinities are generated"
20253 msgstr ""
20254
20255 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1570
20256 msgid ""
20257 "-ffixed-<register>\tMark <register> as being unavailable to the compiler"
20258 msgstr ""
20259
20260 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1579
20261 msgid "Don't allocate floats and doubles in extended-precision registers"
20262 msgstr ""
20263
20264 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1582
20265 msgid "Scope of for-init-statement variables is local to the loop"
20266 msgstr ""
20267
20268 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1585
20269 msgid "Copy memory address constants into registers before use"
20270 msgstr ""
20271
20272 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1588
20273 msgid "Always check for non gcj generated classes archives"
20274 msgstr ""
20275
20276 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1591
20277 msgid "Copy memory operands into registers before use"
20278 msgstr ""
20279
20280 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1594
20281 msgid "Do not assume that standard C libraries and \"main\" exist"
20282 msgstr ""
20283
20284 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1597
20285 msgid "Allow function addresses to be held in registers"
20286 msgstr ""
20287
20288 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1600
20289 msgid "Place each function into its own section"
20290 msgstr ""
20291
20292 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1603
20293 msgid "Perform global common subexpression elimination"
20294 msgstr ""
20295
20296 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1606
20297 msgid ""
20298 "Perform global common subexpression elimination after register allocation"
20299 msgstr ""
20300
20301 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1609
20302 msgid ""
20303 "Perform redundant load after store elimination in global common subexpression"
20304 msgstr ""
20305
20306 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1612
20307 msgid ""
20308 "Perform enhanced load motion during global common subexpression elimination"
20309 msgstr ""
20310
20311 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1615
20312 msgid "Perform store motion after global common subexpression elimination"
20313 msgstr ""
20314
20315 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1618
20316 msgid "Recognize GNU-defined keywords"
20317 msgstr ""
20318
20319 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1621
20320 msgid "Generate code for GNU runtime environment"
20321 msgstr ""
20322
20323 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1624
20324 msgid "Enable guessing of branch probabilities"
20325 msgstr ""
20326
20327 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1633
20328 msgid ""
20329 "Assume the runtime uses a hash table to map an object to its synchronization "
20330 "structure"
20331 msgstr ""
20332
20333 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1639
20334 msgid "Assume normal C execution environment"
20335 msgstr ""
20336
20337 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1642
20338 msgid "Enable support for huge objects"
20339 msgstr ""
20340
20341 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1645
20342 msgid "Process #ident directives"
20343 msgstr ""
20344
20345 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1648
20346 msgid "Perform conversion of conditional jumps to branchless equivalents"
20347 msgstr ""
20348
20349 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1651
20350 msgid "Perform conversion of conditional jumps to conditional execution"
20351 msgstr ""
20352
20353 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1654
20354 msgid "Export functions even if they can be inlined"
20355 msgstr ""
20356
20357 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1657
20358 msgid "Emit implicit instantiations of inline templates"
20359 msgstr ""
20360
20361 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1660
20362 msgid "Emit implicit instantiations of templates"
20363 msgstr ""
20364
20365 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1663
20366 msgid "Use offset tables for virtual method calls"
20367 msgstr ""
20368
20369 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1666
20370 msgid "Do not generate .size directives"
20371 msgstr ""
20372
20373 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1669
20374 msgid "Pay attention to the \"inline\" keyword"
20375 msgstr ""
20376
20377 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1678
20378 msgid ""
20379 "-finline-limit=<number>\tLimit the size of inlined functions to <number>"
20380 msgstr ""
20381
20382 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1681
20383 msgid ""
20384 "-finput-charset=<cset>      Specify the default character set for source "
20385 "files."
20386 msgstr ""
20387
20388 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1684
20389 msgid "Instrument function entry and exit with profiling calls"
20390 msgstr ""
20391
20392 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1687
20393 msgid "Optimize induction variables on trees"
20394 msgstr ""
20395
20396 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1690
20397 msgid "Assume native functions are implemented using JNI"
20398 msgstr ""
20399
20400 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1693
20401 msgid "Generate code for functions even if they are fully inlined"
20402 msgstr ""
20403
20404 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1696
20405 msgid "Emit static const variables even if they are not used"
20406 msgstr ""
20407
20408 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1702
20409 msgid "Give external symbols a leading underscore"
20410 msgstr ""
20411
20412 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1705
20413 msgid "Perform loop optimizations"
20414 msgstr ""
20415
20416 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1708
20417 msgid "Perform loop optimizations using the new loop optimizer"
20418 msgstr ""
20419
20420 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1711
20421 msgid "Set errno after built-in math functions"
20422 msgstr ""
20423
20424 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1714
20425 msgid "Report on permanent memory allocation"
20426 msgstr ""
20427
20428 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1717
20429 msgid "Attempt to merge identical constants and constant variables"
20430 msgstr ""
20431
20432 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1720
20433 msgid "Attempt to merge identical constants across compilation units"
20434 msgstr ""
20435
20436 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1723
20437 msgid ""
20438 "-fmessage-length=<number>\tLimit diagnostics to <number> characters per "
20439 "line.  0 suppresses line-wrapping"
20440 msgstr ""
20441
20442 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1726
20443 msgid "Perform SMS based modulo scheduling before the first scheduling pass"
20444 msgstr ""
20445
20446 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1729
20447 msgid "Move loop invariant computations out of loops"
20448 msgstr ""
20449
20450 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1732
20451 msgid "Don't warn about uses of Microsoft extensions"
20452 msgstr ""
20453
20454 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1735
20455 msgid ""
20456 "Add mudflap bounds-checking instrumentation for single-threaded program."
20457 msgstr ""
20458
20459 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1738
20460 msgid "Ignore read operations when inserting mudflap instrumentation."
20461 msgstr ""
20462
20463 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1741
20464 msgid "Add mudflap bounds-checking instrumentation for multi-threaded program."
20465 msgstr ""
20466
20467 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1750
20468 msgid "Use graph-coloring register allocation"
20469 msgstr ""
20470
20471 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1753
20472 msgid "Generate code for NeXT (Apple Mac OS X) runtime environment"
20473 msgstr ""
20474
20475 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1756
20476 msgid "Assume that receivers of Objective-C messages may be nil"
20477 msgstr ""
20478
20479 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1759
20480 msgid "Support synchronous non-call exceptions"
20481 msgstr ""
20482
20483 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1768
20484 msgid "Enable Objective-C exception and synchronization syntax"
20485 msgstr ""
20486
20487 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1771
20488 msgid "Enable Objective-C setjmp exception handling runtime"
20489 msgstr ""
20490
20491 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1774
20492 msgid "When possible do not generate stack frames"
20493 msgstr ""
20494
20495 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1777
20496 msgid "Recognize C++ kewords like \"compl\" and \"xor\""
20497 msgstr ""
20498
20499 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1780
20500 msgid "Do the full register move optimization pass"
20501 msgstr ""
20502
20503 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1783
20504 msgid "Optimize sibling and tail recursive calls"
20505 msgstr ""
20506
20507 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1786
20508 msgid "Enable optimization of static class initialization code"
20509 msgstr ""
20510
20511 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1789
20512 msgid "Enable optional diagnostics"
20513 msgstr ""
20514
20515 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1795
20516 msgid "Pack structure members together without holes"
20517 msgstr ""
20518
20519 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1798
20520 msgid "-fpack-struct=<number>\tSet initial maximum structure member alignment"
20521 msgstr ""
20522
20523 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1801
20524 msgid "Return small aggregates in memory, not registers"
20525 msgstr ""
20526
20527 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1807
20528 msgid "Look for and use PCH files even when preprocessing"
20529 msgstr ""
20530
20531 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1810
20532 msgid "Perform loop peeling"
20533 msgstr ""
20534
20535 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1813
20536 msgid "Enable machine specific peephole optimizations"
20537 msgstr ""
20538
20539 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1816
20540 msgid "Enable an RTL peephole pass before sched2"
20541 msgstr ""
20542
20543 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1819
20544 msgid "Downgrade conformance errors to warnings"
20545 msgstr ""
20546
20547 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1822
20548 msgid "Generate position-independent code if possible (small mode)"
20549 msgstr ""
20550
20551 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1825
20552 msgid ""
20553 "Generate position-independent code for executables if possible (small mode)"
20554 msgstr ""
20555
20556 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1828
20557 msgid "Generate prefetch instructions, if available, for arrays in loops"
20558 msgstr ""
20559
20560 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1831
20561 msgid "Treat the input file as already preprocessed"
20562 msgstr ""
20563
20564 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1834
20565 msgid "Enable basic program profiling code"
20566 msgstr ""
20567
20568 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1837
20569 msgid "Insert arc-based program profiling code"
20570 msgstr ""
20571
20572 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1840
20573 msgid ""
20574 "Enable common options for generating profile info for profile feedback "
20575 "directed optimizations"
20576 msgstr ""
20577
20578 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1843
20579 msgid ""
20580 "Enable common options for performing profile feedback directed optimizations"
20581 msgstr ""
20582
20583 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1846
20584 msgid "Insert code to profile values of expressions"
20585 msgstr ""
20586
20587 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1852
20588 msgid "-frandom-seed=<string>\tMake compile reproducible using <string>"
20589 msgstr ""
20590
20591 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1855
20592 msgid "Return small aggregates in registers"
20593 msgstr ""
20594
20595 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1858
20596 msgid "Enables a register move optimization"
20597 msgstr ""
20598
20599 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1861
20600 msgid "Perform a register renaming optimization pass"
20601 msgstr ""
20602
20603 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1864
20604 msgid "Reorder basic blocks to improve code placement"
20605 msgstr ""
20606
20607 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1867
20608 msgid "Reorder basic blocks and partition into hot and cold sections"
20609 msgstr ""
20610
20611 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1870
20612 msgid "Reorder functions to improve code placement"
20613 msgstr ""
20614
20615 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1873
20616 msgid ""
20617 "Used in Fix-and-Continue mode to indicate that object files may be swapped "
20618 "in at runtime"
20619 msgstr ""
20620
20621 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1876
20622 msgid "Enable automatic template instantiation"
20623 msgstr ""
20624
20625 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1879
20626 msgid "Add a common subexpression elimination pass after loop optimizations"
20627 msgstr ""
20628
20629 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1882
20630 msgid "Run the loop optimizer twice"
20631 msgstr ""
20632
20633 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1885
20634 msgid ""
20635 "Enable/Disable the traditional scheduling in loops that already passed "
20636 "modulo scheduling"
20637 msgstr ""
20638
20639 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1888
20640 msgid "Disable optimizations that assume default FP rounding behavior"
20641 msgstr ""
20642
20643 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1891
20644 msgid "Generate run time type descriptor information"
20645 msgstr ""
20646
20647 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1894
20648 msgid "Enable scheduling across basic blocks"
20649 msgstr ""
20650
20651 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1897
20652 msgid "Allow speculative motion of non-loads"
20653 msgstr ""
20654
20655 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1900
20656 msgid "Allow speculative motion of some loads"
20657 msgstr ""
20658
20659 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1903
20660 msgid "Allow speculative motion of more loads"
20661 msgstr ""
20662
20663 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1906
20664 msgid "Allow premature scheduling of queued insns"
20665 msgstr ""
20666
20667 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1909
20668 msgid ""
20669 "Set dependence distance checking in premature scheduling of queued insns"
20670 msgstr ""
20671
20672 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1912
20673 msgid ""
20674 "-fsched-stalled-insns-dep=<number>   Set dependence distance checking in "
20675 "premature scheduling of queued insns"
20676 msgstr ""
20677
20678 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1915
20679 msgid ""
20680 "-fsched-stalled-insns=<number>       Set number of queued insns that can be "
20681 "prematurely scheduled"
20682 msgstr ""
20683
20684 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1918
20685 msgid "-fsched-verbose=<number>\tSet the verbosity level of the scheduler"
20686 msgstr ""
20687
20688 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1921
20689 msgid "If scheduling post reload, do superblock scheduling"
20690 msgstr ""
20691
20692 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1924
20693 msgid "If scheduling post reload, do trace scheduling"
20694 msgstr ""
20695
20696 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1927
20697 msgid "Reschedule instructions before register allocation"
20698 msgstr ""
20699
20700 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1930
20701 msgid "Reschedule instructions after register allocation"
20702 msgstr ""
20703
20704 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1933
20705 msgid "Mark data as shared rather than private"
20706 msgstr ""
20707
20708 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1936
20709 msgid "Use the same size for double as for float"
20710 msgstr ""
20711
20712 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1939
20713 msgid "Use the narrowest integer type possible for enumeration types"
20714 msgstr ""
20715
20716 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1942
20717 msgid "Force the underlying type for \"wchar_t\" to be \"unsigned short\""
20718 msgstr ""
20719
20720 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1948
20721 msgid "Disable optimizations observable by IEEE signaling NaNs"
20722 msgstr ""
20723
20724 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1951
20725 msgid "When \"signed\" or \"unsigned\" is not given make the bitfield signed"
20726 msgstr ""
20727
20728 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1954
20729 msgid "Make \"char\" signed by default"
20730 msgstr ""
20731
20732 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1957
20733 msgid "Convert floating point constants to single precision constants"
20734 msgstr ""
20735
20736 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1960
20737 msgid "Use value profiling for speculative prefetching"
20738 msgstr ""
20739
20740 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1963
20741 msgid "Split lifetimes of induction variables when loops are unrolled."
20742 msgstr ""
20743
20744 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1969
20745 msgid "Insert stack checking code into the program"
20746 msgstr ""
20747
20748 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1975
20749 msgid ""
20750 "-fstack-limit-register=<register>\tTrap if the stack goes past <register>"
20751 msgstr ""
20752
20753 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1978
20754 msgid "-fstack-limit-symbol=<name>\tTrap if the stack goes past symbol <name>"
20755 msgstr ""
20756
20757 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1981
20758 msgid "Display statistics accumulated during compilation"
20759 msgstr ""
20760
20761 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1984
20762 msgid "Enable assignability checks for stores into object arrays"
20763 msgstr ""
20764
20765 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1987
20766 msgid "Perform strength reduction optimizations"
20767 msgstr ""
20768
20769 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1990
20770 msgid "Assume strict aliasing rules apply"
20771 msgstr ""
20772
20773 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1996
20774 msgid "Check for syntax errors, then stop"
20775 msgstr ""
20776
20777 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:1999
20778 msgid "-ftabstop=<number>\tDistance between tab stops for column reporting"
20779 msgstr ""
20780
20781 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2002
20782 msgid "-ftemplate-depth-<number>\tSpecify maximum template instantiation depth"
20783 msgstr ""
20784
20785 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2005
20786 msgid "Create data files needed by \"gcov\""
20787 msgstr ""
20788
20789 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2011
20790 msgid "Perform jump threading optimizations"
20791 msgstr ""
20792
20793 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2014
20794 msgid ""
20795 "-fno-threadsafe-statics\tDo not generate thread-safe code for initializing "
20796 "local statics."
20797 msgstr ""
20798
20799 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2017
20800 msgid "Report the time taken by each compiler pass"
20801 msgstr ""
20802
20803 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2020
20804 msgid ""
20805 "-ftls-model=[global-dynamic|local-dynamic|initial-exec|local-exec]\tSet the "
20806 "default thread-local storage code generation model"
20807 msgstr ""
20808
20809 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2023
20810 msgid "Perform superblock formation via tail duplication"
20811 msgstr ""
20812
20813 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2026
20814 msgid "Assume floating-point operations can trap"
20815 msgstr ""
20816
20817 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2029
20818 msgid "Trap for signed overflow in addition, subtraction and multiplication"
20819 msgstr ""
20820
20821 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2032
20822 msgid "Use tree-ssa based implementation of profiling"
20823 msgstr ""
20824
20825 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2035
20826 msgid "Enable SSA-CCP optimization on trees"
20827 msgstr ""
20828
20829 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2038
20830 msgid "Enable loop header copying on trees"
20831 msgstr ""
20832
20833 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2041
20834 msgid "Coalesce memory temporaries in the SSA->normal pass"
20835 msgstr ""
20836
20837 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2044
20838 msgid "Replace SSA temporaries with better names in copies."
20839 msgstr ""
20840
20841 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2047
20842 msgid "Enable SSA dead code elimination optimization on trees"
20843 msgstr ""
20844
20845 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2050
20846 msgid "Enable dominator optimizations"
20847 msgstr ""
20848
20849 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2053
20850 msgid "Enable dead store elimination"
20851 msgstr ""
20852
20853 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2056
20854 msgid "Enable Full Redundancy Elimination (FRE) on trees"
20855 msgstr ""
20856
20857 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2059
20858 msgid "Enable loop invariant motion on trees"
20859 msgstr ""
20860
20861 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2062
20862 msgid "Create canonical induction variables in loops"
20863 msgstr ""
20864
20865 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2065
20866 msgid "Enable linear loop transforms on trees"
20867 msgstr ""
20868
20869 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2068
20870 msgid "Enable loop optimizations on tree level"
20871 msgstr ""
20872
20873 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2071
20874 msgid "Perform live range splitting during the SSA->normal pass."
20875 msgstr ""
20876
20877 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2074
20878 msgid "Enable SSA-PRE optimization on trees"
20879 msgstr ""
20880
20881 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2077
20882 msgid "Perform scalar replacement of aggregates"
20883 msgstr ""
20884
20885 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2080
20886 msgid "Replace temporary expressions in the SSA->normal pass"
20887 msgstr ""
20888
20889 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2083
20890 msgid "Enable loop vectorization on trees"
20891 msgstr ""
20892
20893 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2086
20894 msgid "Compile whole compilation unit at a time"
20895 msgstr ""
20896
20897 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2089
20898 msgid "Perform loop unrolling for all loops"
20899 msgstr ""
20900
20901 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2092
20902 msgid "Perform loop unrolling when iteration count is known"
20903 msgstr ""
20904
20905 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2095
20906 msgid "Allow math optimizations that may violate IEEE or ISO standards"
20907 msgstr ""
20908
20909 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2098
20910 msgid "When \"signed\" or \"unsigned\" is not given make the bitfield unsigned"
20911 msgstr ""
20912
20913 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2101
20914 msgid "Make \"char\" unsigned by default"
20915 msgstr ""
20916
20917 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2104
20918 msgid "Perform loop unswitching"
20919 msgstr ""
20920
20921 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2107
20922 msgid "Just generate unwind tables for exception handling"
20923 msgstr ""
20924
20925 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2110
20926 msgid "Generate code for the Boehm GC"
20927 msgstr ""
20928
20929 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2113
20930 msgid "Use __cxa_atexit to register destructors"
20931 msgstr ""
20932
20933 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2116
20934 msgid "Call a library routine to do integer divisions"
20935 msgstr ""
20936
20937 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2119
20938 msgid "Perform variable tracking"
20939 msgstr ""
20940
20941 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2122
20942 msgid "Add extra commentary to assembler output"
20943 msgstr ""
20944
20945 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2125
20946 msgid "Marks all inlined methods as having hidden visibility"
20947 msgstr ""
20948
20949 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2128
20950 msgid ""
20951 "-fvisibility=[default|internal|hidden|protected]\tSet the default symbol "
20952 "visibility"
20953 msgstr ""
20954
20955 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2131
20956 msgid "Use expression value profiles in optimizations"
20957 msgstr ""
20958
20959 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2134
20960 msgid "Discard unused virtual functions"
20961 msgstr ""
20962
20963 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2137
20964 msgid "Implement vtables using thunks"
20965 msgstr ""
20966
20967 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2140
20968 msgid "Emit common-like symbols as weak symbols"
20969 msgstr ""
20970
20971 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2143
20972 msgid "Construct webs and split unrelated uses of single variable"
20973 msgstr ""
20974
20975 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2146
20976 msgid ""
20977 "-fwide-exec-charset=<cset>\tConvert all wide strings and character constants "
20978 "to character set <cset>"
20979 msgstr ""
20980
20981 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2149
20982 msgid "Generate a #line directive pointing at the current working directory"
20983 msgstr ""
20984
20985 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2152
20986 msgid "Assume signed arithmetic overflow wraps around"
20987 msgstr ""
20988
20989 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2155
20990 msgid "Emit cross referencing information"
20991 msgstr ""
20992
20993 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2158
20994 msgid "Put zero initialized data in the bss section"
20995 msgstr ""
20996
20997 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2161
20998 msgid ""
20999 "Generate lazy class lookup (via objc_getClass()) for use in Zero-Link mode"
21000 msgstr ""
21001
21002 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2164
21003 msgid "Generate debug information in default format"
21004 msgstr ""
21005
21006 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2167
21007 msgid "Generate debug information in COFF format"
21008 msgstr ""
21009
21010 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2170
21011 msgid "Generate debug information in DWARF v2 format"
21012 msgstr ""
21013
21014 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2173
21015 msgid "Dump declarations to a .decl file"
21016 msgstr ""
21017
21018 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2176
21019 msgid "Generate debug information in default extended format"
21020 msgstr ""
21021
21022 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2179
21023 msgid "Generate debug information in STABS format"
21024 msgstr ""
21025
21026 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2182
21027 msgid "Generate debug information in extended STABS format"
21028 msgstr ""
21029
21030 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2185
21031 msgid "Generate debug information in VMS format"
21032 msgstr ""
21033
21034 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2188
21035 msgid "Generate debug information in XCOFF format"
21036 msgstr ""
21037
21038 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2191
21039 msgid "Generate debug information in extended XCOFF format"
21040 msgstr ""
21041
21042 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2194
21043 msgid "-idirafter <dir>\tAdd <dir> to the end of the system include path"
21044 msgstr ""
21045
21046 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2197
21047 msgid "-imacros <file>\tAccept definition of macros in <file>"
21048 msgstr ""
21049
21050 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2200
21051 msgid "-include <file>\tInclude the contents of <file> before other files"
21052 msgstr ""
21053
21054 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2203
21055 msgid "-iprefix <path>\tSpecify <path> as a prefix for next two options"
21056 msgstr ""
21057
21058 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2206
21059 msgid "-iquote <dir>\tAdd <dir> to the end of the quote include path"
21060 msgstr ""
21061
21062 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2209
21063 msgid "-isysroot <dir>\tSet <dir> to be the system root directory"
21064 msgstr ""
21065
21066 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2212
21067 msgid "-isystem <dir>\tAdd <dir> to the start of the system include path"
21068 msgstr ""
21069
21070 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2215
21071 msgid "-iwithprefix <dir>\tAdd <dir> to the end of the system include path"
21072 msgstr ""
21073
21074 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2218
21075 msgid "-iwithprefixbefore <dir>\tAdd <dir> to the end of the main include path"
21076 msgstr ""
21077
21078 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2230
21079 msgid ""
21080 "Do not search standard system include directories (those specified with -"
21081 "isystem will still be used)"
21082 msgstr ""
21083
21084 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2233
21085 msgid "Do not search standard system include directories for C++"
21086 msgstr ""
21087
21088 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2236
21089 msgid "-o <file>\tPlace output into <file>"
21090 msgstr ""
21091
21092 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2239
21093 msgid "Enable function profiling"
21094 msgstr ""
21095
21096 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2242
21097 msgid "Issue warnings needed for strict compliance to the standard"
21098 msgstr ""
21099
21100 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2245
21101 msgid "Like -pedantic but issue them as errors"
21102 msgstr ""
21103
21104 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2248
21105 msgid "Generate C header of platform-specific features"
21106 msgstr ""
21107
21108 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2251
21109 msgid "Do not display functions compiled or elapsed time"
21110 msgstr ""
21111
21112 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2254
21113 msgid "Remap file names when including files"
21114 msgstr ""
21115
21116 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2257
21117 msgid "Conform to the ISO 1998 C++ standard"
21118 msgstr ""
21119
21120 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2260
21121 msgid "Conform to the ISO 1990 C standard"
21122 msgstr ""
21123
21124 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2263
21125 msgid "Conform to the ISO 1999 C standard"
21126 msgstr ""
21127
21128 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2266
21129 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2287
21130 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2290
21131 msgid "Deprecated in favor of -std=c99"
21132 msgstr ""
21133
21134 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2269
21135 msgid "Conform to the ISO 1998 C++ standard with GNU extensions"
21136 msgstr ""
21137
21138 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2272
21139 msgid "Conform to the ISO 1990 C standard with GNU extensions"
21140 msgstr ""
21141
21142 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2275
21143 msgid "Conform to the ISO 1999 C standard with GNU extensions"
21144 msgstr ""
21145
21146 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2278
21147 msgid "Deprecated in favor of -std=gnu99"
21148 msgstr ""
21149
21150 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2281
21151 msgid "Deprecated in favor of -std=c89"
21152 msgstr ""
21153
21154 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2284
21155 msgid "Conform to the ISO 1990 C standard as amended in 1994"
21156 msgstr ""
21157
21158 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2293
21159 msgid "Enable traditional preprocessing"
21160 msgstr ""
21161
21162 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2296
21163 msgid "-trigraphs\tSupport ISO C trigraphs"
21164 msgstr ""
21165
21166 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2299
21167 msgid "Do not predefine system-specific and GCC-specific macros"
21168 msgstr ""
21169
21170 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2302
21171 msgid "Enable verbose output"
21172 msgstr ""
21173
21174 #: /home/zack/src/gcc/HEAD/pos-diag/build-sirius/gcc/options.c:2308
21175 msgid "Suppress warnings"
21176 msgstr ""
21177
21178 #: java/jvspec.c:80 gcc.c:796 ada/lang-specs.h:34
21179 msgid "-pg and -fomit-frame-pointer are incompatible"
21180 msgstr ""
21181
21182 #: config/i386/cygwin.h:29
21183 msgid "mno-cygwin and mno-win32 are not compatible"
21184 msgstr ""
21185
21186 #: config/i386/cygwin.h:70 config/i386/mingw32.h:58
21187 msgid "shared and mdll are not compatible"
21188 msgstr ""
21189
21190 #: config/sh/sh.h:685
21191 msgid "SH2a does not support little-endian"
21192 msgstr ""
21193
21194 #: config/sparc/linux64.h:207 config/sparc/linux64.h:218
21195 #: config/sparc/netbsd-elf.h:136 config/sparc/netbsd-elf.h:155
21196 #: config/sparc/sol2-bi.h:195 config/sparc/sol2-bi.h:205
21197 msgid "may not use both -m32 and -m64"
21198 msgstr ""
21199
21200 #: config/i386/sco5.h:189
21201 msgid "-pg not supported on this platform"
21202 msgstr ""
21203
21204 #: config/i386/sco5.h:190
21205 msgid "-p and -pp specified - pick one"
21206 msgstr ""
21207
21208 #: config/i386/sco5.h:264
21209 msgid "-G and -static are mutually exclusive"
21210 msgstr ""
21211
21212 #: config/vax/vax.h:50 config/vax/vax.h:51
21213 msgid "profiling not supported with -mg\n"
21214 msgstr ""
21215
21216 #: config/darwin.h:248
21217 msgid "-current_version only allowed with -dynamiclib"
21218 msgstr ""
21219
21220 #: config/darwin.h:251
21221 msgid "-install_name only allowed with -dynamiclib"
21222 msgstr ""
21223
21224 #: config/darwin.h:256
21225 msgid "-bundle not allowed with -dynamiclib"
21226 msgstr ""
21227
21228 #: config/darwin.h:257
21229 msgid "-bundle_loader not allowed with -dynamiclib"
21230 msgstr ""
21231
21232 #: config/darwin.h:258
21233 msgid "-client_name not allowed with -dynamiclib"
21234 msgstr ""
21235
21236 #: config/darwin.h:261
21237 msgid "-force_cpusubtype_ALL not allowed with -dynamiclib"
21238 msgstr ""
21239
21240 #: config/darwin.h:262
21241 msgid "-force_flat_namespace not allowed with -dynamiclib"
21242 msgstr ""
21243
21244 #: config/darwin.h:264
21245 msgid "-keep_private_externs not allowed with -dynamiclib"
21246 msgstr ""
21247
21248 #: config/darwin.h:265
21249 msgid "-private_bundle not allowed with -dynamiclib"
21250 msgstr ""
21251
21252 #: config/lynx.h:71
21253 msgid "Cannot use mthreads and mlegacy-threads together."
21254 msgstr ""
21255
21256 #: config/lynx.h:96
21257 msgid "Cannot use mshared and static together."
21258 msgstr ""
21259
21260 #: config/mcore/mcore.h:57
21261 msgid "the m210 does not have little endian support"
21262 msgstr ""
21263
21264 #: config/arm/arm.h:151
21265 msgid "-msoft-float and -mhard_float may not be used together"
21266 msgstr ""
21267
21268 #: config/arm/arm.h:153
21269 msgid "-mbig-endian and -mlittle-endian may not be used together"
21270 msgstr ""
21271
21272 #: gcc.c:769
21273 msgid "GCC does not support -C or -CC without -E"
21274 msgstr ""
21275
21276 #: gcc.c:963
21277 msgid "-E required when input is from standard input"
21278 msgstr ""
21279
21280 #: ada/lang-specs.h:35
21281 msgid "-c or -S required for Ada"
21282 msgstr ""
21283
21284 #: config/rs6000/darwin.h:132
21285 msgid " conflicting code gen style switches are used"
21286 msgstr ""
21287
21288 #: config/i386/nwld.h:34
21289 msgid "Static linking is not supported.\n"
21290 msgstr ""
21291
21292 #: config/sparc/sol2-bi.h:167 config/sparc/sol2-bi.h:172
21293 #: config/sparc/sol2-gld-bi.h:17 config/sparc/sol2-gld-bi.h:22
21294 msgid "does not support multilib"
21295 msgstr ""
21296
21297 #: config/vax/netbsd-elf.h:42
21298 msgid "The -shared option is not currently supported for VAX ELF."
21299 msgstr ""
21300
21301 #: java/lang-specs.h:34
21302 msgid "-fjni and -femit-class-files are incompatible"
21303 msgstr ""
21304
21305 #: java/lang-specs.h:35
21306 msgid "-fjni and -femit-class-file are incompatible"
21307 msgstr ""
21308
21309 #: java/lang-specs.h:36 java/lang-specs.h:37
21310 msgid "-femit-class-file should used along with -fsyntax-only"
21311 msgstr ""
21312
21313 #: config/arc/arc.h:63 config/mips/mips.h:1114
21314 msgid "may not use both -EB and -EL"
21315 msgstr ""
21316
21317 #: treelang/lang-specs.h:52
21318 msgid "-pg or -p and -fomit-frame-pointer are incompatible"
21319 msgstr ""
21320
21321 #: config/mips/r3900.h:35
21322 msgid "-mhard-float not supported"
21323 msgstr ""
21324
21325 #: config/mips/r3900.h:37
21326 msgid "-msingle-float and -msoft-float cannot both be specified"
21327 msgstr ""