Merge from mainline (gomp-merge-2005-02-26).
[official-gcc.git] / gcc / po / gcc.pot
blob79d31eda45803cfb1f96f7b60b3496a3030bcb4b
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.
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: 2005-02-25 23:27+0000\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
19 #: attribs.c:175
20 #, c-format
21 msgid "%qs attribute directive ignored"
22 msgstr ""
24 #: attribs.c:183
25 #, c-format
26 msgid "wrong number of arguments specified for %qs attribute"
27 msgstr ""
29 #: attribs.c:200
30 #, c-format
31 msgid "%qs attribute does not apply to types"
32 msgstr ""
34 #: attribs.c:246
35 #, c-format
36 msgid "%qs attribute only applies to function types"
37 msgstr ""
39 #: builtins.c:341
40 msgid "offset outside bounds of constant string"
41 msgstr ""
43 #: builtins.c:928
44 msgid "second argument to %<__builtin_prefetch%> must be a constant"
45 msgstr ""
47 #: builtins.c:935
48 msgid "invalid second argument to %<__builtin_prefetch%>; using zero"
49 msgstr ""
51 #: builtins.c:943
52 msgid "third argument to %<__builtin_prefetch%> must be a constant"
53 msgstr ""
55 #: builtins.c:950
56 msgid "invalid third argument to %<__builtin_prefetch%>; using zero"
57 msgstr ""
59 #: builtins.c:3806
60 msgid "argument of %<__builtin_args_info%> must be constant"
61 msgstr ""
63 #: builtins.c:3812
64 msgid "argument of %<__builtin_args_info%> out of range"
65 msgstr ""
67 #: builtins.c:3818
68 msgid "missing argument in %<__builtin_args_info%>"
69 msgstr ""
71 #: builtins.c:3914 gimplify.c:1765
72 msgid "too few arguments to function %<va_start%>"
73 msgstr ""
75 #: builtins.c:4077
76 msgid "first argument to %<va_arg%> not of type %<va_list%>"
77 msgstr ""
79 #. Unfortunately, this is merely undefined, rather than a constraint
80 #. violation, so we cannot make this an error.  If this call is never
81 #. executed, the program is still strictly conforming.
82 #: builtins.c:4091
83 msgid "%qT is promoted to %qT when passed through %<...%>"
84 msgstr ""
86 #: builtins.c:4096
87 msgid "(so you should pass %qT not %qT to %<va_arg%>)"
88 msgstr ""
90 #. We can, however, treat "undefined" any way we please.
91 #. Call abort to encourage the user to fix the program.
92 #: builtins.c:4102 c-typeck.c:2023
93 msgid "if this code is reached, the program will abort"
94 msgstr ""
96 #: builtins.c:4220
97 msgid "invalid argument to %<__builtin_frame_address%>"
98 msgstr ""
100 #: builtins.c:4222
101 msgid "invalid argument to %<__builtin_return_address%>"
102 msgstr ""
104 #: builtins.c:4235
105 msgid "unsupported argument to %<__builtin_frame_address%>"
106 msgstr ""
108 #: builtins.c:4237
109 msgid "unsupported argument to %<__builtin_return_address%>"
110 msgstr ""
112 #: builtins.c:4340
113 msgid "second argument to %<__builtin_expect%> must be a constant"
114 msgstr ""
116 #: builtins.c:5590
117 msgid "%<__builtin_longjmp%> second argument must be 1"
118 msgstr ""
120 #: builtins.c:5942
121 msgid "target format does not support infinity"
122 msgstr ""
124 #: builtins.c:7699 builtins.c:7794
125 #, c-format
126 msgid "too few arguments to function %qs"
127 msgstr ""
129 #: builtins.c:7705 builtins.c:7800
130 #, c-format
131 msgid "too many arguments to function %qs"
132 msgstr ""
134 #: builtins.c:7711 builtins.c:7825
135 #, c-format
136 msgid "non-floating-point argument to function %qs"
137 msgstr ""
139 #: builtins.c:8911
140 msgid "%<va_start%> used in function with fixed args"
141 msgstr ""
143 #. Evidently an out of date version of <stdarg.h>; can't validate
144 #. va_start's second argument, but can still work as intended.
145 #: builtins.c:8918
146 msgid "%<__builtin_next_arg%> called without an argument"
147 msgstr ""
149 #: builtins.c:8933
150 msgid "%<va_start%> used with too many arguments"
151 msgstr ""
153 #. FIXME: Sometimes with the tree optimizers we can get the
154 #. not the last argument even though the user used the last
155 #. argument.  We just warn and set the arg to be the last
156 #. argument so that we will get wrong-code because of
157 #. it.
158 #: builtins.c:8953
159 msgid "second parameter of %<va_start%> not last named argument"
160 msgstr ""
162 #: c-common.c:826
163 msgid "%qD is not defined outside of function scope"
164 msgstr ""
166 #: c-common.c:847
167 #, c-format
168 msgid ""
169 "string length %qd is greater than the length %qd ISO C%d compilers are "
170 "required to support"
171 msgstr ""
173 #: c-common.c:888
174 msgid "overflow in constant expression"
175 msgstr ""
177 #: c-common.c:908
178 msgid "integer overflow in expression"
179 msgstr ""
181 #: c-common.c:917
182 msgid "floating point overflow in expression"
183 msgstr ""
185 #: c-common.c:923
186 msgid "vector overflow in expression"
187 msgstr ""
189 #. This detects cases like converting -129 or 256 to unsigned char.
190 #: c-common.c:945
191 msgid "large integer implicitly truncated to unsigned type"
192 msgstr ""
194 #: c-common.c:947
195 msgid "negative integer implicitly converted to unsigned type"
196 msgstr ""
198 #: c-common.c:1005
199 msgid "overflow in implicit constant conversion"
200 msgstr ""
202 #: c-common.c:1141
203 #, c-format
204 msgid "operation on %qs may be undefined"
205 msgstr ""
207 #: c-common.c:1425
208 msgid "case label does not reduce to an integer constant"
209 msgstr ""
211 #: c-common.c:1468
212 msgid "case label value is less than minimum value for type"
213 msgstr ""
215 #: c-common.c:1476
216 msgid "case label value exceeds maximum value for type"
217 msgstr ""
219 #: c-common.c:1484
220 msgid "lower value in case label range less than minimum value for type"
221 msgstr ""
223 #: c-common.c:1493
224 msgid "upper value in case label range exceeds maximum value for type"
225 msgstr ""
227 #: c-common.c:1833
228 msgid "invalid truth-value expression"
229 msgstr ""
231 #: c-common.c:1881
232 #, c-format
233 msgid "invalid operands to binary %s"
234 msgstr ""
236 #: c-common.c:2116
237 msgid "comparison is always false due to limited range of data type"
238 msgstr ""
240 #: c-common.c:2118
241 msgid "comparison is always true due to limited range of data type"
242 msgstr ""
244 #: c-common.c:2188
245 msgid "comparison of unsigned expression >= 0 is always true"
246 msgstr ""
248 #: c-common.c:2197
249 msgid "comparison of unsigned expression < 0 is always false"
250 msgstr ""
252 #: c-common.c:2239
253 msgid "pointer of type %<void *%> used in arithmetic"
254 msgstr ""
256 #: c-common.c:2245
257 msgid "pointer to a function used in arithmetic"
258 msgstr ""
260 #: c-common.c:2251
261 msgid "pointer to member function used in arithmetic"
262 msgstr ""
264 #. Common Ada/Pascal programmer's mistake.  We always warn
265 #. about this since it is so bad.
266 #: c-common.c:2371
267 msgid "the address of %qD, will always evaluate as %<true%>"
268 msgstr ""
270 #: c-common.c:2467
271 msgid "suggest parentheses around assignment used as truth value"
272 msgstr ""
274 #: c-common.c:2535 c-common.c:2575
275 msgid "invalid use of %<restrict%>"
276 msgstr ""
278 #: c-common.c:2791
279 msgid "invalid application of %<sizeof%> to a function type"
280 msgstr ""
282 #: c-common.c:2801
283 #, c-format
284 msgid "invalid application of %qs to a void type"
285 msgstr ""
287 #: c-common.c:2807
288 msgid "invalid application of %qs to incomplete type %qT "
289 msgstr ""
291 #: c-common.c:2848
292 msgid "%<__alignof%> applied to a bit-field"
293 msgstr ""
295 #: c-common.c:3315
296 #, c-format
297 msgid "cannot disable built-in function %qs"
298 msgstr ""
300 #: c-common.c:3505
301 msgid "pointers are not permitted as case values"
302 msgstr ""
304 #: c-common.c:3509
305 msgid "range expressions in switch statements are non-standard"
306 msgstr ""
308 #: c-common.c:3534
309 msgid "empty range specified"
310 msgstr ""
312 #: c-common.c:3593
313 msgid "duplicate (or overlapping) case value"
314 msgstr ""
316 #: c-common.c:3594
317 msgid "%Jthis is the first entry overlapping that value"
318 msgstr ""
320 #: c-common.c:3598
321 msgid "duplicate case value"
322 msgstr ""
324 #: c-common.c:3599
325 msgid "%Jpreviously used here"
326 msgstr ""
328 #: c-common.c:3603
329 msgid "multiple default labels in one switch"
330 msgstr ""
332 #: c-common.c:3604
333 msgid "%Jthis is the first default label"
334 msgstr ""
336 #: c-common.c:3653
337 msgid "%Jcase value %qs not in enumerated type"
338 msgstr ""
340 #: c-common.c:3656
341 msgid "%Jcase value %qs not in enumerated type %qT"
342 msgstr ""
344 #: c-common.c:3723
345 msgid "%Hswitch missing default case"
346 msgstr ""
348 #. Warn if there are enumerators that don't correspond to
349 #. case expressions.
350 #: c-common.c:3757
351 msgid "%Henumeration value %qE not handled in switch"
352 msgstr ""
354 #: c-common.c:3784
355 msgid "taking the address of a label is non-standard"
356 msgstr ""
358 #: c-common.c:3953 c-common.c:3972 c-common.c:3990 c-common.c:4017
359 #: c-common.c:4036 c-common.c:4059 c-common.c:4083 c-common.c:4109
360 #: c-common.c:4143 c-common.c:4187 c-common.c:4215 c-common.c:4243
361 #: c-common.c:4262 c-common.c:4593 c-common.c:4624 c-common.c:4716
362 #: c-common.c:4783 c-common.c:4829 c-common.c:4887 c-common.c:4916
363 #: c-common.c:5195 c-common.c:5218 c-common.c:5257 tree.c:3254
364 #: config/darwin.c:1236 config/arm/arm.c:2701 config/arm/arm.c:2728
365 #: config/avr/avr.c:4601 config/h8300/h8300.c:5779 config/h8300/h8300.c:5802
366 #: config/i386/i386.c:1732 config/i386/i386.c:15625 config/ia64/ia64.c:526
367 #: config/ip2k/ip2k.c:3164 config/m68hc11/m68hc11.c:1312
368 #: config/sh/symbian.c:414 config/sh/symbian.c:421
369 #, c-format
370 msgid "%qs attribute ignored"
371 msgstr ""
373 #: c-common.c:4300
374 #, c-format
375 msgid "unknown machine mode %qs"
376 msgstr ""
378 #: c-common.c:4320
379 msgid "specifying vector types with __attribute__ ((mode)) is deprecated"
380 msgstr ""
382 #: c-common.c:4322
383 msgid "use __attribute__ ((vector_size)) instead"
384 msgstr ""
386 #: c-common.c:4331
387 #, c-format
388 msgid "unable to emulate %qs"
389 msgstr ""
391 #: c-common.c:4341
392 #, c-format
393 msgid "invalid pointer mode %qs"
394 msgstr ""
396 #: c-common.c:4356
397 #, c-format
398 msgid "no data type for mode %qs"
399 msgstr ""
401 #: c-common.c:4366
402 #, c-format
403 msgid "cannot use mode %qs for enumeral types"
404 msgstr ""
406 #: c-common.c:4390
407 #, c-format
408 msgid "mode %qs applied to inappropriate type"
409 msgstr ""
411 #: c-common.c:4421
412 msgid "%Jsection attribute cannot be specified for local variables"
413 msgstr ""
415 #: c-common.c:4432
416 msgid "%Jsection of %qD conflicts with previous declaration"
417 msgstr ""
419 #: c-common.c:4441
420 msgid "%Jsection attribute not allowed for %qD"
421 msgstr ""
423 #: c-common.c:4447
424 msgid "%Jsection attributes are not supported for this target"
425 msgstr ""
427 #: c-common.c:4485
428 msgid "requested alignment is not a constant"
429 msgstr ""
431 #: c-common.c:4490
432 msgid "requested alignment is not a power of 2"
433 msgstr ""
435 #: c-common.c:4495
436 msgid "requested alignment is too large"
437 msgstr ""
439 #: c-common.c:4521
440 msgid "%Jalignment may not be specified for %qD"
441 msgstr ""
443 #: c-common.c:4559
444 msgid "%J%qD defined both normally and as an alias"
445 msgstr ""
447 #: c-common.c:4575
448 msgid "alias argument not a string"
449 msgstr ""
451 #: c-common.c:4617
452 #, c-format
453 msgid "%qs attribute ignored on non-class types"
454 msgstr ""
456 #: c-common.c:4630
457 msgid "visibility argument not a string"
458 msgstr ""
460 #: c-common.c:4642
461 #, c-format
462 msgid "%qE attribute ignored on types"
463 msgstr ""
465 #: c-common.c:4657
466 msgid ""
467 "visibility argument must be one of \"default\", \"hidden\", \"protected\" or "
468 "\"internal\""
469 msgstr ""
471 #: c-common.c:4726
472 msgid "tls_model argument not a string"
473 msgstr ""
475 #: c-common.c:4735
476 msgid ""
477 "tls_model argument must be one of \"local-exec\", \"initial-exec\", \"local-"
478 "dynamic\" or \"global-dynamic\""
479 msgstr ""
481 #: c-common.c:4757 c-common.c:4803
482 msgid "%J%qE attribute applies only to functions"
483 msgstr ""
485 #: c-common.c:4762 c-common.c:4808
486 msgid "%Jcan%'t set %qE attribute after definition"
487 msgstr ""
489 #: c-common.c:4884
490 #, c-format
491 msgid "%qs attribute ignored for %qs"
492 msgstr ""
494 #: c-common.c:4945
495 #, c-format
496 msgid "invalid vector type for attribute %qs"
497 msgstr ""
499 #: c-common.c:4954
500 msgid "number of components of the vector not a power of two"
501 msgstr ""
503 #: c-common.c:4982
504 msgid "nonnull attribute without arguments on a non-prototype"
505 msgstr ""
507 #: c-common.c:4997
508 #, c-format
509 msgid "nonnull argument has invalid operand number (argument %lu)"
510 msgstr ""
512 #: c-common.c:5016
513 #, c-format
514 msgid ""
515 "nonnull argument with out-of-range operand number (argument %lu, operand %lu)"
516 msgstr ""
518 #: c-common.c:5024
519 #, c-format
520 msgid ""
521 "nonnull argument references non-pointer operand (argument %lu, operand %lu)"
522 msgstr ""
524 #: c-common.c:5079 c-common.c:5116
525 msgid "missing sentinel in function call"
526 msgstr ""
528 #: c-common.c:5102
529 msgid "not enough arguments to fit a sentinel"
530 msgstr ""
532 #: c-common.c:5158
533 #, c-format
534 msgid "null argument where non-null required (argument %lu)"
535 msgstr ""
537 #: c-common.c:5229
538 msgid "cleanup argument not an identifier"
539 msgstr ""
541 #: c-common.c:5236
542 msgid "cleanup argument not a function"
543 msgstr ""
545 #: c-common.c:5274
546 #, c-format
547 msgid "%qs attribute requires prototypes with named arguments"
548 msgstr ""
550 #: c-common.c:5285
551 #, c-format
552 msgid "%qs attribute only applies to variadic functions"
553 msgstr ""
555 #: c-common.c:5298
556 msgid "requested position is not an integer constant"
557 msgstr ""
559 #: c-common.c:5305
560 msgid "requested position is less than zero"
561 msgstr ""
563 #: c-common.c:5611
564 msgid ""
565 "%Hignoring return value of %qD, declared with attribute warn_unused_result"
566 msgstr ""
568 #: c-common.c:5615
569 msgid ""
570 "%Hignoring return value of function declared with attribute "
571 "warn_unused_result"
572 msgstr ""
574 #: c-common.c:5675
575 #, c-format
576 msgid "attempt to take address of bit-field structure member %qs"
577 msgstr ""
579 #: c-common.c:5727
580 msgid "invalid lvalue in assignment"
581 msgstr ""
583 #: c-common.c:5730
584 msgid "invalid lvalue in increment"
585 msgstr ""
587 #: c-common.c:5733
588 msgid "invalid lvalue in decrement"
589 msgstr ""
591 #: c-common.c:5736
592 msgid "invalid lvalue in unary %<&%>"
593 msgstr ""
595 #: c-common.c:5739
596 msgid "invalid lvalue in asm statement"
597 msgstr ""
599 #. Except for passing an argument to an unprototyped function,
600 #. this is a constraint violation.  When passing an argument to
601 #. an unprototyped function, it is compile-time undefined;
602 #. making it a constraint in that case was rejected in
603 #. DR#252.
604 #: c-convert.c:83 c-typeck.c:1430 c-typeck.c:3526 cp/typeck.c:1351
605 #: cp/typeck.c:5842 fortran/convert.c:89 treelang/tree-convert.c:79
606 msgid "void value not ignored as it ought to be"
607 msgstr ""
609 #: c-convert.c:121 fortran/convert.c:122 java/typeck.c:156
610 #: treelang/tree-convert.c:105
611 msgid "conversion to non-scalar type requested"
612 msgstr ""
614 #: c-decl.c:530
615 msgid "%Jarray %qD assumed to have one element"
616 msgstr ""
618 #: c-decl.c:643
619 #, c-format
620 msgid "GCC supports only %u nested scopes"
621 msgstr ""
623 #: c-decl.c:727
624 msgid "%Jlabel %qD used but not defined"
625 msgstr ""
627 #: c-decl.c:733
628 msgid "%Jlabel %qD defined but not used"
629 msgstr ""
631 #: c-decl.c:735
632 msgid "%Jlabel %qD declared but not defined"
633 msgstr ""
635 #: c-decl.c:770
636 msgid "%Jnested function %qD declared but never defined"
637 msgstr ""
639 #: c-decl.c:784 cp/decl.c:568
640 msgid "%Junused variable %qD"
641 msgstr ""
643 #: c-decl.c:788
644 msgid "%Jtype of array %qD completed incompatibly with implicit initialization"
645 msgstr ""
647 #: c-decl.c:1022
648 msgid ""
649 "a parameter list with an ellipsis can%'t match an empty parameter name list "
650 "declaration"
651 msgstr ""
653 #: c-decl.c:1029
654 msgid ""
655 "an argument type that has a default promotion can%'t match an empty "
656 "parameter name list declaration"
657 msgstr ""
659 #: c-decl.c:1065
660 msgid ""
661 "%Jprototype for %qD declares more arguments than previous old-style "
662 "definition"
663 msgstr ""
665 #: c-decl.c:1071
666 msgid ""
667 "%Jprototype for %qD declares fewer arguments than previous old-style "
668 "definition"
669 msgstr ""
671 #: c-decl.c:1080
672 msgid "%Jprototype for %qD declares argument %d with incompatible type"
673 msgstr ""
675 #. If we get here, no errors were found, but do issue a warning
676 #. for this poor-style construct.
677 #: c-decl.c:1093
678 msgid "%Jprototype for %qD follows non-prototype definition"
679 msgstr ""
681 #: c-decl.c:1108
682 msgid "%Jprevious definition of %qD was here"
683 msgstr ""
685 #: c-decl.c:1110
686 msgid "%Jprevious implicit declaration of %qD was here"
687 msgstr ""
689 #: c-decl.c:1112
690 msgid "%Jprevious declaration of %qD was here"
691 msgstr ""
693 #: c-decl.c:1149
694 msgid "%J%qD redeclared as different kind of symbol"
695 msgstr ""
697 #: c-decl.c:1154
698 msgid "%Jbuilt-in function %qD declared as non-function"
699 msgstr ""
701 #: c-decl.c:1157 c-decl.c:1273 c-decl.c:1879
702 msgid "%Jdeclaration of %qD shadows a built-in function"
703 msgstr ""
705 #: c-decl.c:1166
706 msgid "%Jredeclaration of enumerator %qD"
707 msgstr ""
709 #. If types don't match for a built-in, throw away the
710 #. built-in.  No point in calling locate_old_decl here, it
711 #. won't print anything.
712 #: c-decl.c:1187
713 msgid "%Jconflicting types for built-in function %qD"
714 msgstr ""
716 #: c-decl.c:1211 c-decl.c:1224 c-decl.c:1234
717 msgid "%Jconflicting types for %qD"
718 msgstr ""
720 #: c-decl.c:1232
721 msgid "%J conflicting type qualifiers for %qD"
722 msgstr ""
724 #. Allow OLDDECL to continue in use.
725 #: c-decl.c:1249
726 msgid "%Jredefinition of typedef %qD"
727 msgstr ""
729 #: c-decl.c:1291 c-decl.c:1301 c-decl.c:1314 c-decl.c:1396
730 msgid "%Jredefinition of %qD"
731 msgstr ""
733 #: c-decl.c:1353 c-decl.c:1434
734 msgid "%Jstatic declaration of %qD follows non-static declaration"
735 msgstr ""
737 #: c-decl.c:1363 c-decl.c:1370 c-decl.c:1423 c-decl.c:1431
738 msgid "%Jnon-static declaration of %qD follows static declaration"
739 msgstr ""
741 #: c-decl.c:1383
742 msgid "%Jthread-local declaration of %qD follows non-thread-local declaration"
743 msgstr ""
745 #: c-decl.c:1386
746 msgid "%Jnon-thread-local declaration of %qD follows thread-local declaration"
747 msgstr ""
749 #: c-decl.c:1416
750 msgid "%Jextern declaration of %qD follows declaration with no linkage"
751 msgstr ""
753 #: c-decl.c:1452
754 msgid "%Jdeclaration of %qD with no linkage follows extern declaration"
755 msgstr ""
757 #: c-decl.c:1458
758 msgid "%Jredeclaration of %qD with no linkage"
759 msgstr ""
761 #: c-decl.c:1472
762 msgid ""
763 "%Jredeclaration of %qD with different visibility (old visibility preserved)"
764 msgstr ""
766 #: c-decl.c:1483
767 msgid "%Jinline declaration of %qD follows declaration with attribute noinline"
768 msgstr ""
770 #: c-decl.c:1490
771 msgid ""
772 "%Jdeclaration of %qD with attribute noinline follows inline declaration "
773 msgstr ""
775 #: c-decl.c:1505
776 msgid "%J%qD declared inline after being called"
777 msgstr ""
779 #: c-decl.c:1511
780 msgid "%J%qD declared inline after its definition"
781 msgstr ""
783 #: c-decl.c:1531
784 msgid "%Jredefinition of parameter %qD"
785 msgstr ""
787 #: c-decl.c:1555
788 msgid "%Jredundant redeclaration of %qD"
789 msgstr ""
791 #: c-decl.c:1866
792 msgid "%Jdeclaration of %qD shadows previous non-variable"
793 msgstr ""
795 #: c-decl.c:1871
796 msgid "%Jdeclaration of %qD shadows a parameter"
797 msgstr ""
799 #: c-decl.c:1874
800 msgid "%Jdeclaration of %qD shadows a global declaration"
801 msgstr ""
803 #: c-decl.c:1884
804 msgid "%Jdeclaration of %qD shadows a previous local"
805 msgstr ""
807 #: c-decl.c:1887 cp/name-lookup.c:942 cp/name-lookup.c:973
808 #: cp/name-lookup.c:981
809 msgid "%Jshadowed declaration is here"
810 msgstr ""
812 #: c-decl.c:2041
813 msgid "nested extern declaration of %qD"
814 msgstr ""
816 #: c-decl.c:2201
817 #, c-format
818 msgid "implicit declaration of function %qE"
819 msgstr ""
821 #: c-decl.c:2262
822 msgid "incompatible implicit declaration of built-in function %qD"
823 msgstr ""
825 #: c-decl.c:2271
826 msgid "incompatible implicit declaration of function %qD"
827 msgstr ""
829 #: c-decl.c:2324
830 #, c-format
831 msgid "%qE undeclared here (not in a function)"
832 msgstr ""
834 #: c-decl.c:2329
835 #, c-format
836 msgid "%qE undeclared (first use in this function)"
837 msgstr ""
839 #: c-decl.c:2333
840 msgid "(Each undeclared identifier is reported only once"
841 msgstr ""
843 #: c-decl.c:2334
844 msgid "for each function it appears in.)"
845 msgstr ""
847 #: c-decl.c:2372
848 #, c-format
849 msgid "label %qs referenced outside of any function"
850 msgstr ""
852 #: c-decl.c:2415
853 #, c-format
854 msgid "duplicate label declaration %qs"
855 msgstr ""
857 #: c-decl.c:2450
858 msgid "%Hduplicate label %qD"
859 msgstr ""
861 #: c-decl.c:2472
862 msgid ""
863 "%Htraditional C lacks a separate namespace for labels, identifier %qs "
864 "conflicts"
865 msgstr ""
867 #: c-decl.c:2538
868 msgid "%H%qs defined as wrong kind of tag"
869 msgstr ""
871 #: c-decl.c:2761
872 msgid "unnamed struct/union that defines no instances"
873 msgstr ""
875 #: c-decl.c:2769
876 msgid "empty declaration with storage class specifier does not redeclare tag"
877 msgstr ""
879 #: c-decl.c:2780
880 msgid "empty declaration with type qualifier does not redeclare tag"
881 msgstr ""
883 #: c-decl.c:2801 c-decl.c:2808
884 msgid "useless type name in empty declaration"
885 msgstr ""
887 #: c-decl.c:2816
888 msgid "%<inline%> in empty declaration"
889 msgstr ""
891 #: c-decl.c:2822
892 msgid "%<auto%> in file-scope empty declaration"
893 msgstr ""
895 #: c-decl.c:2828
896 msgid "%<register%> in file-scope empty declaration"
897 msgstr ""
899 #: c-decl.c:2834
900 msgid "useless storage class specifier in empty declaration"
901 msgstr ""
903 #: c-decl.c:2840
904 msgid "useless %<__thread%> in empty declaration"
905 msgstr ""
907 #: c-decl.c:2848
908 msgid "useless type qualifier in empty declaration"
909 msgstr ""
911 #: c-decl.c:2855 c-parser.c:1160
912 msgid "empty declaration"
913 msgstr ""
915 #: c-decl.c:2921
916 msgid ""
917 "ISO C90 does not support %<static%> or type qualifiers in parameter array "
918 "declarators"
919 msgstr ""
921 #: c-decl.c:2924
922 msgid "ISO C90 does not support %<[*]%> array declarators"
923 msgstr ""
925 #: c-decl.c:2927
926 msgid "GCC does not yet properly implement %<[*]%> array declarators"
927 msgstr ""
929 #: c-decl.c:2946
930 msgid "static or type qualifiers in abstract declarator"
931 msgstr ""
933 #: c-decl.c:3005
934 msgid "%J%qD is usually a function"
935 msgstr ""
937 #: c-decl.c:3014 cp/decl.c:3617 cp/decl2.c:850
938 msgid "typedef %qD is initialized (use __typeof__ instead)"
939 msgstr ""
941 #: c-decl.c:3019
942 msgid "function %qD is initialized like a variable"
943 msgstr ""
945 #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
946 #: c-decl.c:3025
947 msgid "parameter %qD is initialized"
948 msgstr ""
950 #. Although C99 is unclear about whether incomplete arrays
951 #. of VLAs themselves count as VLAs, it does not make
952 #. sense to permit them to be initialized given that
953 #. ordinary VLAs may not be initialized.
954 #: c-decl.c:3044 c-decl.c:3059 c-typeck.c:4380
955 msgid "variable-sized object may not be initialized"
956 msgstr ""
958 #: c-decl.c:3050
959 msgid "variable %qD has initializer but incomplete type"
960 msgstr ""
962 #: c-decl.c:3126 c-decl.c:5741 cp/decl.c:3657 cp/decl.c:9941
963 msgid "%Jinline function %qD given attribute noinline"
964 msgstr ""
966 #: c-decl.c:3194
967 msgid "%Jinitializer fails to determine size of %qD"
968 msgstr ""
970 #: c-decl.c:3199
971 msgid "%Jarray size missing in %qD"
972 msgstr ""
974 #: c-decl.c:3215
975 msgid "%Jzero or negative size array %qD"
976 msgstr ""
978 #: c-decl.c:3241 varasm.c:1556
979 msgid "%Jstorage size of %qD isn%'t known"
980 msgstr ""
982 #: c-decl.c:3251
983 msgid "%Jstorage size of %qD isn%'t constant"
984 msgstr ""
986 #: c-decl.c:3299
987 msgid "%Jignoring asm-specifier for non-static local variable %qD"
988 msgstr ""
990 #: c-decl.c:3329 fortran/f95-lang.c:646
991 msgid "cannot put object with volatile field into register"
992 msgstr ""
994 #: c-decl.c:3463
995 msgid "ISO C forbids forward parameter declarations"
996 msgstr ""
998 #: c-decl.c:3648
999 msgid "<anonymous>"
1000 msgstr ""
1002 #: c-decl.c:3657
1003 #, c-format
1004 msgid "bit-field %qs width not an integer constant"
1005 msgstr ""
1007 #: c-decl.c:3665
1008 #, c-format
1009 msgid "negative width in bit-field %qs"
1010 msgstr ""
1012 #: c-decl.c:3670
1013 #, c-format
1014 msgid "zero width for bit-field %qs"
1015 msgstr ""
1017 #: c-decl.c:3680
1018 #, c-format
1019 msgid "bit-field %qs has invalid type"
1020 msgstr ""
1022 #: c-decl.c:3689
1023 #, c-format
1024 msgid "type of bit-field %qs is a GCC extension"
1025 msgstr ""
1027 #: c-decl.c:3698
1028 #, c-format
1029 msgid "width of %qs exceeds its type"
1030 msgstr ""
1032 #: c-decl.c:3711
1033 #, c-format
1034 msgid "%qs is narrower than values of its type"
1035 msgstr ""
1037 #: c-decl.c:3836
1038 msgid "type defaults to %<int%> in declaration of %qs"
1039 msgstr ""
1041 #: c-decl.c:3864
1042 msgid "duplicate %<const%>"
1043 msgstr ""
1045 #: c-decl.c:3866
1046 msgid "duplicate %<restrict%>"
1047 msgstr ""
1049 #: c-decl.c:3868
1050 msgid "duplicate %<volatile%>"
1051 msgstr ""
1053 #: c-decl.c:3887
1054 msgid "function definition declared %<auto%>"
1055 msgstr ""
1057 #: c-decl.c:3889
1058 msgid "function definition declared %<register%>"
1059 msgstr ""
1061 #: c-decl.c:3891
1062 msgid "function definition declared %<typedef%>"
1063 msgstr ""
1065 #: c-decl.c:3893
1066 msgid "function definition declared %<__thread%>"
1067 msgstr ""
1069 #: c-decl.c:3909
1070 #, c-format
1071 msgid "storage class specified for structure field %qs"
1072 msgstr ""
1074 #: c-decl.c:3913 cp/decl.c:7053
1075 #, c-format
1076 msgid "storage class specified for parameter %qs"
1077 msgstr ""
1079 #: c-decl.c:3916 cp/decl.c:7055
1080 msgid "storage class specified for typename"
1081 msgstr ""
1083 #: c-decl.c:3929 cp/decl.c:7072
1084 msgid "%qs initialized and declared %<extern%>"
1085 msgstr ""
1087 #: c-decl.c:3931 cp/decl.c:7075
1088 msgid "%qs has both %<extern%> and initializer"
1089 msgstr ""
1091 #: c-decl.c:3936
1092 msgid "file-scope declaration of %qs specifies %<auto%>"
1093 msgstr ""
1095 #: c-decl.c:3938
1096 msgid "file-scope declaration of %qs specifies %<register%>"
1097 msgstr ""
1099 #: c-decl.c:3943 cp/decl.c:7079
1100 msgid "nested function %qs declared %<extern%>"
1101 msgstr ""
1103 #: c-decl.c:3946 cp/decl.c:7089
1104 msgid "function-scope %qs implicitly auto and declared %<__thread%>"
1105 msgstr ""
1107 #. Only the innermost declarator (making a parameter be of
1108 #. array type which is converted to pointer type)
1109 #. may have static or type qualifiers.
1110 #: c-decl.c:3993 c-decl.c:4183
1111 msgid "static or type qualifiers in non-parameter array declarator"
1112 msgstr ""
1114 #: c-decl.c:4039
1115 #, c-format
1116 msgid "declaration of %qs as array of voids"
1117 msgstr ""
1119 #: c-decl.c:4045
1120 #, c-format
1121 msgid "declaration of %qs as array of functions"
1122 msgstr ""
1124 #: c-decl.c:4050
1125 msgid "invalid use of structure with flexible array member"
1126 msgstr ""
1128 #: c-decl.c:4070
1129 #, c-format
1130 msgid "size of array %qs has non-integer type"
1131 msgstr ""
1133 #: c-decl.c:4075
1134 #, c-format
1135 msgid "ISO C forbids zero-size array %qs"
1136 msgstr ""
1138 #: c-decl.c:4082
1139 #, c-format
1140 msgid "size of array %qs is negative"
1141 msgstr ""
1143 #: c-decl.c:4096
1144 msgid "ISO C90 forbids array %qs whose size can%'t be evaluated"
1145 msgstr ""
1147 #: c-decl.c:4100
1148 #, c-format
1149 msgid "ISO C90 forbids variable-size array %qs"
1150 msgstr ""
1152 #: c-decl.c:4139 c-decl.c:4303 cp/decl.c:7509
1153 #, c-format
1154 msgid "size of array %qs is too large"
1155 msgstr ""
1157 #: c-decl.c:4150
1158 msgid "ISO C90 does not support flexible array members"
1159 msgstr ""
1161 #: c-decl.c:4160
1162 msgid "array type has incomplete element type"
1163 msgstr ""
1165 #: c-decl.c:4215 cp/decl.c:7179
1166 #, c-format
1167 msgid "%qs declared as function returning a function"
1168 msgstr ""
1170 #: c-decl.c:4220 cp/decl.c:7184
1171 #, c-format
1172 msgid "%qs declared as function returning an array"
1173 msgstr ""
1175 #: c-decl.c:4240
1176 msgid "function definition has qualified void return type"
1177 msgstr ""
1179 #: c-decl.c:4242
1180 msgid "type qualifiers ignored on function return type"
1181 msgstr ""
1183 #: c-decl.c:4271 c-decl.c:4316 c-decl.c:4410 c-decl.c:4501
1184 msgid "ISO C forbids qualified function types"
1185 msgstr ""
1187 #: c-decl.c:4324
1188 msgid "%Jtypedef %qD declared %<inline%>"
1189 msgstr ""
1191 #: c-decl.c:4354
1192 msgid "ISO C forbids const or volatile function types"
1193 msgstr ""
1195 #: c-decl.c:4374
1196 #, c-format
1197 msgid "variable or field %qs declared void"
1198 msgstr ""
1200 #: c-decl.c:4403
1201 msgid "attributes in parameter array declarator ignored"
1202 msgstr ""
1204 #: c-decl.c:4438
1205 msgid "%Jparameter %qD declared %<inline%>"
1206 msgstr ""
1208 #: c-decl.c:4451
1209 #, c-format
1210 msgid "field %qs declared as a function"
1211 msgstr ""
1213 #: c-decl.c:4457
1214 #, c-format
1215 msgid "field %qs has incomplete type"
1216 msgstr ""
1218 #: c-decl.c:4471 c-decl.c:4483 c-decl.c:4487
1219 #, c-format
1220 msgid "invalid storage class for function %qs"
1221 msgstr ""
1223 #: c-decl.c:4507
1224 msgid "%<noreturn%> function returns non-void value"
1225 msgstr ""
1227 #: c-decl.c:4535
1228 msgid "cannot inline function %<main%>"
1229 msgstr ""
1231 #: c-decl.c:4582
1232 msgid "variable previously declared %<static%> redeclared %<extern%>"
1233 msgstr ""
1235 #: c-decl.c:4591
1236 msgid "%Jvariable %qD declared %<inline%>"
1237 msgstr ""
1239 #. A mere warning is sure to result in improper semantics
1240 #. at runtime.  Don't bother to allow this to compile.
1241 #: c-decl.c:4622 cp/decl.c:5920
1242 msgid "thread-local storage not supported for this target"
1243 msgstr ""
1245 #: c-decl.c:4684 c-decl.c:5778
1246 msgid "function declaration isn%'t a prototype"
1247 msgstr ""
1249 #: c-decl.c:4692
1250 msgid "parameter names (without types) in function declaration"
1251 msgstr ""
1253 #: c-decl.c:4725
1254 msgid "%Jparameter %u (%qD) has incomplete type"
1255 msgstr ""
1257 #: c-decl.c:4728
1258 msgid "%Jparameter %u has incomplete type"
1259 msgstr ""
1261 #: c-decl.c:4737
1262 msgid "%Jparameter %u (%qD) has void type"
1263 msgstr ""
1265 #: c-decl.c:4740
1266 msgid "%Jparameter %u has void type"
1267 msgstr ""
1269 #: c-decl.c:4797
1270 msgid "%<void%> as only parameter may not be qualified"
1271 msgstr ""
1273 #: c-decl.c:4801 c-decl.c:4836
1274 msgid "%<void%> must be the only parameter"
1275 msgstr ""
1277 #: c-decl.c:4829
1278 msgid "%Jparameter %qD has just a forward declaration"
1279 msgstr ""
1281 #. The %s will be one of 'struct', 'union', or 'enum'.
1282 #: c-decl.c:4875
1283 msgid "%<%s %E%> declared inside parameter list"
1284 msgstr ""
1286 #. The %s will be one of 'struct', 'union', or 'enum'.
1287 #: c-decl.c:4879
1288 #, c-format
1289 msgid "anonymous %s declared inside parameter list"
1290 msgstr ""
1292 #: c-decl.c:4884
1293 msgid ""
1294 "its scope is only this definition or declaration, which is probably not what "
1295 "you want"
1296 msgstr ""
1298 #: c-decl.c:5017
1299 msgid "redefinition of %<union %s%>"
1300 msgstr ""
1302 #: c-decl.c:5019
1303 msgid "redefinition of %<struct %s%>"
1304 msgstr ""
1306 #: c-decl.c:5024
1307 msgid "nested redefinition of %<union %s%>"
1308 msgstr ""
1310 #: c-decl.c:5027
1311 msgid "nested redefinition of %<struct %s%>"
1312 msgstr ""
1314 #: c-decl.c:5099 cp/decl.c:3414
1315 msgid "declaration does not declare anything"
1316 msgstr ""
1318 #: c-decl.c:5103
1319 msgid "ISO C doesn%'t support unnamed structs/unions"
1320 msgstr ""
1322 #: c-decl.c:5146 c-decl.c:5162
1323 msgid "%Jduplicate member %qD"
1324 msgstr ""
1326 #: c-decl.c:5201
1327 msgid "union has no named members"
1328 msgstr ""
1330 #: c-decl.c:5203
1331 msgid "union has no members"
1332 msgstr ""
1334 #: c-decl.c:5208
1335 msgid "struct has no named members"
1336 msgstr ""
1338 #: c-decl.c:5210
1339 msgid "struct has no members"
1340 msgstr ""
1342 #: c-decl.c:5267
1343 msgid "%Jflexible array member in union"
1344 msgstr ""
1346 #: c-decl.c:5272
1347 msgid "%Jflexible array member not at end of struct"
1348 msgstr ""
1350 #: c-decl.c:5277
1351 msgid "%Jflexible array member in otherwise empty struct"
1352 msgstr ""
1354 #: c-decl.c:5284
1355 msgid "%Jinvalid use of structure with flexible array member"
1356 msgstr ""
1358 #: c-decl.c:5392
1359 msgid "union cannot be made transparent"
1360 msgstr ""
1362 #: c-decl.c:5463
1363 msgid "nested redefinition of %<enum %s%>"
1364 msgstr ""
1366 #. This enum is a named one that has been declared already.
1367 #: c-decl.c:5470
1368 msgid "redeclaration of %<enum %s%>"
1369 msgstr ""
1371 #: c-decl.c:5533
1372 msgid "enumeration values exceed range of largest integer"
1373 msgstr ""
1375 #: c-decl.c:5550
1376 msgid "specified mode too small for enumeral values"
1377 msgstr ""
1379 #: c-decl.c:5649
1380 #, c-format
1381 msgid "enumerator value for %qE is not an integer constant"
1382 msgstr ""
1384 #: c-decl.c:5666
1385 msgid "overflow in enumeration values"
1386 msgstr ""
1388 #: c-decl.c:5671
1389 msgid "ISO C restricts enumerator values to range of %<int%>"
1390 msgstr ""
1392 #: c-decl.c:5747
1393 msgid "return type is an incomplete type"
1394 msgstr ""
1396 #: c-decl.c:5755
1397 msgid "return type defaults to %<int%>"
1398 msgstr ""
1400 #: c-decl.c:5784
1401 msgid "%Jno previous prototype for %qD"
1402 msgstr ""
1404 #: c-decl.c:5790
1405 msgid "%J%qD was used with no prototype before its definition"
1406 msgstr ""
1408 #: c-decl.c:5797
1409 msgid "%Jno previous declaration for %qD"
1410 msgstr ""
1412 #: c-decl.c:5803
1413 msgid "%J%qD was used with no declaration before its definition"
1414 msgstr ""
1416 #: c-decl.c:5836 c-decl.c:6328
1417 msgid "%Jreturn type of %qD is not %<int%>"
1418 msgstr ""
1420 #: c-decl.c:5851
1421 msgid "%Jfirst argument of %qD should be %<int%>"
1422 msgstr ""
1424 #: c-decl.c:5860
1425 msgid "%Jsecond argument of %qD should be %<char **%>"
1426 msgstr ""
1428 #: c-decl.c:5869
1429 msgid "%Jthird argument of %qD should probably be %<char **%>"
1430 msgstr ""
1432 #: c-decl.c:5879
1433 msgid "%J%qD takes only zero or two arguments"
1434 msgstr ""
1436 #: c-decl.c:5882
1437 msgid "%J%qD is normally a non-static function"
1438 msgstr ""
1440 #: c-decl.c:5928
1441 msgid "%Jold-style parameter declarations in prototyped function definition"
1442 msgstr ""
1444 #: c-decl.c:5941
1445 msgid "%Jtraditional C rejects ISO C style function definitions"
1446 msgstr ""
1448 #: c-decl.c:5953
1449 msgid "%Jparameter name omitted"
1450 msgstr ""
1452 #: c-decl.c:5993
1453 msgid "%Jold-style function definition"
1454 msgstr ""
1456 #: c-decl.c:6001
1457 msgid "%Jparameter name missing from parameter list"
1458 msgstr ""
1460 #: c-decl.c:6012
1461 msgid "%J%qD declared as a non-parameter"
1462 msgstr ""
1464 #: c-decl.c:6017
1465 msgid "%Jmultiple parameters named %qD"
1466 msgstr ""
1468 #: c-decl.c:6025
1469 msgid "%Jparameter %qD declared with void type"
1470 msgstr ""
1472 #: c-decl.c:6040 c-decl.c:6042
1473 msgid "%Jtype of %qD defaults to %<int%>"
1474 msgstr ""
1476 #: c-decl.c:6061
1477 msgid "%Jparameter %qD has incomplete type"
1478 msgstr ""
1480 #: c-decl.c:6067
1481 msgid "%Jdeclaration for parameter %qD but no such parameter"
1482 msgstr ""
1484 #: c-decl.c:6117
1485 msgid "number of arguments doesn%'t match prototype"
1486 msgstr ""
1488 #: c-decl.c:6118 c-decl.c:6148 c-decl.c:6155
1489 msgid "%Hprototype declaration"
1490 msgstr ""
1492 #: c-decl.c:6146
1493 msgid "promoted argument %qD doesn%'t match prototype"
1494 msgstr ""
1496 #: c-decl.c:6154
1497 msgid "argument %qD doesn%'t match prototype"
1498 msgstr ""
1500 #: c-decl.c:6361 cp/decl.c:10702
1501 msgid "no return statement in function returning non-void"
1502 msgstr ""
1504 #: c-decl.c:6368
1505 msgid "this function may return with or without a value"
1506 msgstr ""
1508 #. If we get here, declarations have been used in a for loop without
1509 #. the C99 for loop scope.  This doesn't make much sense, so don't
1510 #. allow it.
1511 #: c-decl.c:6461
1512 msgid "%<for%> loop initial declaration used outside C99 mode"
1513 msgstr ""
1515 #: c-decl.c:6490
1516 msgid ""
1517 "%Jdeclaration of static variable %qD in %<for%> loop initial declaration"
1518 msgstr ""
1520 #: c-decl.c:6493
1521 msgid ""
1522 "%Jdeclaration of %<extern%> variable %qD in %<for%> loop initial declaration"
1523 msgstr ""
1525 #: c-decl.c:6498
1526 msgid "%<struct %E%> declared in %<for%> loop initial declaration"
1527 msgstr ""
1529 #: c-decl.c:6502
1530 msgid "%<union %E%> declared in %<for%> loop initial declaration"
1531 msgstr ""
1533 #: c-decl.c:6506
1534 msgid "%<enum %E%> declared in %<for%> loop initial declaration"
1535 msgstr ""
1537 #: c-decl.c:6510
1538 msgid "%Jdeclaration of non-variable %qD in %<for%> loop initial declaration"
1539 msgstr ""
1541 #: c-decl.c:6802 c-decl.c:6953 c-decl.c:7165 cp/decl.c:6747
1542 #, c-format
1543 msgid "duplicate %qs"
1544 msgstr ""
1546 #: c-decl.c:6825 c-decl.c:6962 c-decl.c:7065
1547 msgid "two or more data types in declaration specifiers"
1548 msgstr ""
1550 #: c-decl.c:6837 cp/decl.c:6723
1551 msgid "%<long long long%> is too long for GCC"
1552 msgstr ""
1554 #: c-decl.c:6844 c-decl.c:7036
1555 msgid "both %<long long%> and %<double%> in declaration specifiers"
1556 msgstr ""
1558 #: c-decl.c:6850
1559 msgid "ISO C90 does not support %<long long%>"
1560 msgstr ""
1562 #: c-decl.c:6855 c-decl.c:6875
1563 msgid "both %<long%> and %<short%> in declaration specifiers"
1564 msgstr ""
1566 #: c-decl.c:6858 c-decl.c:6969
1567 msgid "both %<long%> and %<void%> in declaration specifiers"
1568 msgstr ""
1570 #: c-decl.c:6861 c-decl.c:6988
1571 msgid "both %<long%> and %<_Bool%> in declaration specifiers"
1572 msgstr ""
1574 #: c-decl.c:6864 c-decl.c:7007
1575 msgid "both %<long%> and %<char%> in declaration specifiers"
1576 msgstr ""
1578 #: c-decl.c:6867 c-decl.c:7020
1579 msgid "both %<long%> and %<float%> in declaration specifiers"
1580 msgstr ""
1582 #: c-decl.c:6878 c-decl.c:6972
1583 msgid "both %<short%> and %<void%> in declaration specifiers"
1584 msgstr ""
1586 #: c-decl.c:6881 c-decl.c:6991
1587 msgid "both %<short%> and %<_Bool%> in declaration specifiers"
1588 msgstr ""
1590 #: c-decl.c:6884 c-decl.c:7010
1591 msgid "both %<short%> and %<char%> in declaration specifiers"
1592 msgstr ""
1594 #: c-decl.c:6887 c-decl.c:7023
1595 msgid "both %<short%> and %<float%> in declaration specifiers"
1596 msgstr ""
1598 #: c-decl.c:6890 c-decl.c:7039
1599 msgid "both %<short%> and %<double%> in declaration specifiers"
1600 msgstr ""
1602 #: c-decl.c:6898 c-decl.c:6918
1603 msgid "both %<signed%> and %<unsigned%> in declaration specifiers"
1604 msgstr ""
1606 #: c-decl.c:6901 c-decl.c:6975
1607 msgid "both %<signed%> and %<void%> in declaration specifiers"
1608 msgstr ""
1610 #: c-decl.c:6904 c-decl.c:6994
1611 msgid "both %<signed%> and %<_Bool%> in declaration specifiers"
1612 msgstr ""
1614 #: c-decl.c:6907 c-decl.c:7026
1615 msgid "both %<signed%> and %<float%> in declaration specifiers"
1616 msgstr ""
1618 #: c-decl.c:6910 c-decl.c:7042
1619 msgid "both %<signed%> and %<double%> in declaration specifiers"
1620 msgstr ""
1622 #: c-decl.c:6921 c-decl.c:6978
1623 msgid "both %<unsigned%> and %<void%> in declaration specifiers"
1624 msgstr ""
1626 #: c-decl.c:6924 c-decl.c:6997
1627 msgid "both %<unsigned%> and %<_Bool%> in declaration specifiers"
1628 msgstr ""
1630 #: c-decl.c:6927 c-decl.c:7029
1631 msgid "both %<unsigned%> and %<float%> in declaration specifiers"
1632 msgstr ""
1634 #: c-decl.c:6930 c-decl.c:7045
1635 msgid "both %<unsigned%> and %<double%> in declaration specifiers"
1636 msgstr ""
1638 #: c-decl.c:6938
1639 msgid "ISO C90 does not support complex types"
1640 msgstr ""
1642 #: c-decl.c:6940 c-decl.c:6981
1643 msgid "both %<complex%> and %<void%> in declaration specifiers"
1644 msgstr ""
1646 #: c-decl.c:6943 c-decl.c:7000
1647 msgid "both %<complex%> and %<_Bool%> in declaration specifiers"
1648 msgstr ""
1650 #: c-decl.c:7082
1651 #, c-format
1652 msgid "%qs fails to be a typedef or built in type"
1653 msgstr ""
1655 #: c-decl.c:7115
1656 #, c-format
1657 msgid "%qs is not at beginning of declaration"
1658 msgstr ""
1660 #: c-decl.c:7130
1661 msgid "%<__thread%> used with %<auto%>"
1662 msgstr ""
1664 #: c-decl.c:7132
1665 msgid "%<__thread%> used with %<register%>"
1666 msgstr ""
1668 #: c-decl.c:7134
1669 msgid "%<__thread%> used with %<typedef%>"
1670 msgstr ""
1672 #: c-decl.c:7145 cp/parser.c:7221
1673 msgid "%<__thread%> before %<extern%>"
1674 msgstr ""
1676 #: c-decl.c:7154 cp/parser.c:7211
1677 msgid "%<__thread%> before %<static%>"
1678 msgstr ""
1680 #: c-decl.c:7170
1681 msgid "multiple storage classes in declaration specifiers"
1682 msgstr ""
1684 #: c-decl.c:7177
1685 msgid "%<__thread%> used with %qs"
1686 msgstr ""
1688 #: c-decl.c:7232
1689 msgid "ISO C does not support plain %<complex%> meaning %<double complex%>"
1690 msgstr ""
1692 #: c-decl.c:7277 c-decl.c:7303
1693 msgid "ISO C does not support complex integer types"
1694 msgstr ""
1696 #: c-decl.c:7378 toplev.c:848
1697 msgid "%J%qF used but never defined"
1698 msgstr ""
1700 #: c-format.c:96 c-format.c:209
1701 msgid "format string has invalid operand number"
1702 msgstr ""
1704 #: c-format.c:113
1705 msgid "function does not return string type"
1706 msgstr ""
1708 #: c-format.c:142
1709 msgid "format string argument not a string type"
1710 msgstr ""
1712 #: c-format.c:190
1713 msgid "unrecognized format specifier"
1714 msgstr ""
1716 #: c-format.c:202
1717 #, c-format
1718 msgid "%qs is an unrecognized format function type"
1719 msgstr ""
1721 #: c-format.c:215
1722 msgid "%<...%> has invalid operand number"
1723 msgstr ""
1725 #: c-format.c:222
1726 msgid "format string argument follows the args to be formatted"
1727 msgstr ""
1729 #: c-format.c:345 c-format.c:369
1730 msgid "' ' flag"
1731 msgstr ""
1733 #: c-format.c:345 c-format.c:369
1734 msgid "the ' ' printf flag"
1735 msgstr ""
1737 #: c-format.c:346 c-format.c:370 c-format.c:408 c-format.c:465
1738 msgid "'+' flag"
1739 msgstr ""
1741 #: c-format.c:346 c-format.c:370 c-format.c:408
1742 msgid "the '+' printf flag"
1743 msgstr ""
1745 #: c-format.c:347 c-format.c:371 c-format.c:409 c-format.c:441
1746 msgid "'#' flag"
1747 msgstr ""
1749 #: c-format.c:347 c-format.c:371 c-format.c:409
1750 msgid "the '#' printf flag"
1751 msgstr ""
1753 #: c-format.c:348 c-format.c:372 c-format.c:439
1754 msgid "'0' flag"
1755 msgstr ""
1757 #: c-format.c:348 c-format.c:372
1758 msgid "the '0' printf flag"
1759 msgstr ""
1761 #: c-format.c:349 c-format.c:373 c-format.c:438 c-format.c:468
1762 msgid "'-' flag"
1763 msgstr ""
1765 #: c-format.c:349 c-format.c:373
1766 msgid "the '-' printf flag"
1767 msgstr ""
1769 #: c-format.c:350 c-format.c:422
1770 msgid "''' flag"
1771 msgstr ""
1773 #: c-format.c:350
1774 msgid "the ''' printf flag"
1775 msgstr ""
1777 #: c-format.c:351 c-format.c:423
1778 msgid "'I' flag"
1779 msgstr ""
1781 #: c-format.c:351
1782 msgid "the 'I' printf flag"
1783 msgstr ""
1785 #: c-format.c:352 c-format.c:374 c-format.c:420 c-format.c:442 c-format.c:469
1786 #: c-format.c:1531 config/sol2-c.c:46
1787 msgid "field width"
1788 msgstr ""
1790 #: c-format.c:352 c-format.c:374 config/sol2-c.c:46
1791 msgid "field width in printf format"
1792 msgstr ""
1794 #: c-format.c:353 c-format.c:375 c-format.c:399 c-format.c:411
1795 msgid "precision"
1796 msgstr ""
1798 #: c-format.c:353 c-format.c:375 c-format.c:399 c-format.c:411
1799 msgid "precision in printf format"
1800 msgstr ""
1802 #: c-format.c:354 c-format.c:376 c-format.c:400 c-format.c:412 c-format.c:421
1803 #: c-format.c:472 config/sol2-c.c:47
1804 msgid "length modifier"
1805 msgstr ""
1807 #: c-format.c:354 c-format.c:376 c-format.c:400 c-format.c:412
1808 #: config/sol2-c.c:47
1809 msgid "length modifier in printf format"
1810 msgstr ""
1812 #: c-format.c:398 c-format.c:410
1813 msgid "'q' flag"
1814 msgstr ""
1816 #: c-format.c:398 c-format.c:410
1817 msgid "the 'q' diagnostic flag"
1818 msgstr ""
1820 #: c-format.c:418
1821 msgid "assignment suppression"
1822 msgstr ""
1824 #: c-format.c:418
1825 msgid "the assignment suppression scanf feature"
1826 msgstr ""
1828 #: c-format.c:419
1829 msgid "'a' flag"
1830 msgstr ""
1832 #: c-format.c:419
1833 msgid "the 'a' scanf flag"
1834 msgstr ""
1836 #: c-format.c:420
1837 msgid "field width in scanf format"
1838 msgstr ""
1840 #: c-format.c:421
1841 msgid "length modifier in scanf format"
1842 msgstr ""
1844 #: c-format.c:422
1845 msgid "the ''' scanf flag"
1846 msgstr ""
1848 #: c-format.c:423
1849 msgid "the 'I' scanf flag"
1850 msgstr ""
1852 #: c-format.c:437
1853 msgid "'_' flag"
1854 msgstr ""
1856 #: c-format.c:437
1857 msgid "the '_' strftime flag"
1858 msgstr ""
1860 #: c-format.c:438
1861 msgid "the '-' strftime flag"
1862 msgstr ""
1864 #: c-format.c:439
1865 msgid "the '0' strftime flag"
1866 msgstr ""
1868 #: c-format.c:440 c-format.c:464
1869 msgid "'^' flag"
1870 msgstr ""
1872 #: c-format.c:440
1873 msgid "the '^' strftime flag"
1874 msgstr ""
1876 #: c-format.c:441
1877 msgid "the '#' strftime flag"
1878 msgstr ""
1880 #: c-format.c:442
1881 msgid "field width in strftime format"
1882 msgstr ""
1884 #: c-format.c:443
1885 msgid "'E' modifier"
1886 msgstr ""
1888 #: c-format.c:443
1889 msgid "the 'E' strftime modifier"
1890 msgstr ""
1892 #: c-format.c:444
1893 msgid "'O' modifier"
1894 msgstr ""
1896 #: c-format.c:444
1897 msgid "the 'O' strftime modifier"
1898 msgstr ""
1900 #: c-format.c:445
1901 msgid "the 'O' modifier"
1902 msgstr ""
1904 #: c-format.c:463
1905 msgid "fill character"
1906 msgstr ""
1908 #: c-format.c:463
1909 msgid "fill character in strfmon format"
1910 msgstr ""
1912 #: c-format.c:464
1913 msgid "the '^' strfmon flag"
1914 msgstr ""
1916 #: c-format.c:465
1917 msgid "the '+' strfmon flag"
1918 msgstr ""
1920 #: c-format.c:466
1921 msgid "'(' flag"
1922 msgstr ""
1924 #: c-format.c:466
1925 msgid "the '(' strfmon flag"
1926 msgstr ""
1928 #: c-format.c:467
1929 msgid "'!' flag"
1930 msgstr ""
1932 #: c-format.c:467
1933 msgid "the '!' strfmon flag"
1934 msgstr ""
1936 #: c-format.c:468
1937 msgid "the '-' strfmon flag"
1938 msgstr ""
1940 #: c-format.c:469
1941 msgid "field width in strfmon format"
1942 msgstr ""
1944 #: c-format.c:470
1945 msgid "left precision"
1946 msgstr ""
1948 #: c-format.c:470
1949 msgid "left precision in strfmon format"
1950 msgstr ""
1952 #: c-format.c:471
1953 msgid "right precision"
1954 msgstr ""
1956 #: c-format.c:471
1957 msgid "right precision in strfmon format"
1958 msgstr ""
1960 #: c-format.c:472
1961 msgid "length modifier in strfmon format"
1962 msgstr ""
1964 #: c-format.c:840
1965 #, c-format
1966 msgid "function might be possible candidate for %qs format attribute"
1967 msgstr ""
1969 #: c-format.c:931 c-format.c:952 c-format.c:1947
1970 msgid "missing $ operand number in format"
1971 msgstr ""
1973 #: c-format.c:961
1974 #, c-format
1975 msgid "%s does not support %%n$ operand number formats"
1976 msgstr ""
1978 #: c-format.c:968
1979 msgid "operand number out of range in format"
1980 msgstr ""
1982 #: c-format.c:991
1983 #, c-format
1984 msgid "format argument %d used more than once in %s format"
1985 msgstr ""
1987 #: c-format.c:1023
1988 msgid "$ operand number used after format without operand number"
1989 msgstr ""
1991 #: c-format.c:1053
1992 #, c-format
1993 msgid "format argument %d unused before used argument %d in $-style format"
1994 msgstr ""
1996 #: c-format.c:1148
1997 msgid "format not a string literal, format string not checked"
1998 msgstr ""
2000 #: c-format.c:1162
2001 msgid "format not a string literal and no format arguments"
2002 msgstr ""
2004 #: c-format.c:1164
2005 msgid "format not a string literal, argument types not checked"
2006 msgstr ""
2008 #: c-format.c:1177
2009 msgid "too many arguments for format"
2010 msgstr ""
2012 #: c-format.c:1180
2013 msgid "unused arguments in $-style format"
2014 msgstr ""
2016 #: c-format.c:1183
2017 #, c-format
2018 msgid "zero-length %s format string"
2019 msgstr ""
2021 #: c-format.c:1187
2022 msgid "format is a wide character string"
2023 msgstr ""
2025 #: c-format.c:1190
2026 msgid "unterminated format string"
2027 msgstr ""
2029 #: c-format.c:1400
2030 msgid "embedded %<\\0%> in format"
2031 msgstr ""
2033 #: c-format.c:1415
2034 msgid "spurious trailing %<%%%> in format"
2035 msgstr ""
2037 #: c-format.c:1459 c-format.c:1703
2038 #, c-format
2039 msgid "repeated %s in format"
2040 msgstr ""
2042 #: c-format.c:1472
2043 msgid "missing fill character at end of strfmon format"
2044 msgstr ""
2046 #: c-format.c:1516 c-format.c:1618 c-format.c:1897 c-format.c:1959
2047 msgid "too few arguments for format"
2048 msgstr ""
2050 #: c-format.c:1557
2051 #, c-format
2052 msgid "zero width in %s format"
2053 msgstr ""
2055 #: c-format.c:1575
2056 #, c-format
2057 msgid "empty left precision in %s format"
2058 msgstr ""
2060 #: c-format.c:1633
2061 msgid "field precision"
2062 msgstr ""
2064 #: c-format.c:1648
2065 #, c-format
2066 msgid "empty precision in %s format"
2067 msgstr ""
2069 #: c-format.c:1687
2070 #, c-format
2071 msgid "%s does not support the %qs %s length modifier"
2072 msgstr ""
2074 #: c-format.c:1737
2075 msgid "conversion lacks type at end of format"
2076 msgstr ""
2078 #: c-format.c:1748
2079 #, c-format
2080 msgid "unknown conversion type character %qc in format"
2081 msgstr ""
2083 #: c-format.c:1751
2084 #, c-format
2085 msgid "unknown conversion type character 0x%x in format"
2086 msgstr ""
2088 #: c-format.c:1758
2089 msgid "%s does not support the %<%%%c%> %s format"
2090 msgstr ""
2092 #: c-format.c:1774
2093 msgid "%s used with %<%%%c%> %s format"
2094 msgstr ""
2096 #: c-format.c:1783
2097 #, c-format
2098 msgid "%s does not support %s"
2099 msgstr ""
2101 #: c-format.c:1792
2102 msgid "%s does not support %s with the %<%%%c%> %s format"
2103 msgstr ""
2105 #: c-format.c:1825
2106 msgid "%s ignored with %s and %<%%%c%> %s format"
2107 msgstr ""
2109 #: c-format.c:1829
2110 #, c-format
2111 msgid "%s ignored with %s in %s format"
2112 msgstr ""
2114 #: c-format.c:1835
2115 msgid "use of %s and %s together with %<%%%c%> %s format"
2116 msgstr ""
2118 #: c-format.c:1839
2119 #, c-format
2120 msgid "use of %s and %s together in %s format"
2121 msgstr ""
2123 #: c-format.c:1858
2124 msgid "%<%%%c%> yields only last 2 digits of year in some locales"
2125 msgstr ""
2127 #: c-format.c:1861
2128 msgid "%<%%%c%> yields only last 2 digits of year"
2129 msgstr ""
2131 #. The end of the format string was reached.
2132 #: c-format.c:1877
2133 msgid "no closing %<]%> for %<%%[%> format"
2134 msgstr ""
2136 #: c-format.c:1890
2137 #, c-format
2138 msgid "use of %qs length modifier with %qc type character"
2139 msgstr ""
2141 #: c-format.c:1911
2142 msgid "%s does not support the %<%%%s%c%> %s format"
2143 msgstr ""
2145 #: c-format.c:1928
2146 msgid "operand number specified with suppressed assignment"
2147 msgstr ""
2149 #: c-format.c:1930
2150 msgid "operand number specified for format taking no argument"
2151 msgstr ""
2153 #: c-format.c:2072
2154 #, c-format
2155 msgid "writing through null pointer (argument %d)"
2156 msgstr ""
2158 #: c-format.c:2080
2159 #, c-format
2160 msgid "reading through null pointer (argument %d)"
2161 msgstr ""
2163 #: c-format.c:2100
2164 #, c-format
2165 msgid "writing into constant object (argument %d)"
2166 msgstr ""
2168 #: c-format.c:2111
2169 #, c-format
2170 msgid "extra type qualifiers in format argument (argument %d)"
2171 msgstr ""
2173 #: c-format.c:2222
2174 msgid "%s should have type %<%s%s%>, but argument %d has type %qT"
2175 msgstr ""
2177 #: c-format.c:2225
2178 msgid "format %q.*s expects type %<%s%s%>, but argument %d has type %qT"
2179 msgstr ""
2181 #: c-format.c:2232
2182 msgid "%s should have type %<%T%s%>, but argument %d has type %qT"
2183 msgstr ""
2185 #: c-format.c:2235
2186 msgid "format %q.*s expects type %<%T%s%>, but argument %d has type %qT"
2187 msgstr ""
2189 #: c-format.c:2501
2190 msgid "args to be formatted is not %<...%>"
2191 msgstr ""
2193 #: c-format.c:2510
2194 msgid "strftime formats cannot format arguments"
2195 msgstr ""
2197 #: c-gimplify.c:237
2198 msgid "statement with no effect"
2199 msgstr ""
2201 #: c-gimplify.c:315 c-typeck.c:6878 cp/parser.c:6542
2202 msgid "break statement not within loop or switch"
2203 msgstr ""
2205 #: c-gimplify.c:317
2206 msgid "continue statement not within loop or switch"
2207 msgstr ""
2209 #: c-incpath.c:70
2210 #, c-format
2211 msgid "ignoring duplicate directory \"%s\"\n"
2212 msgstr ""
2214 #: c-incpath.c:73
2215 #, c-format
2216 msgid "  as it is a non-system directory that duplicates a system directory\n"
2217 msgstr ""
2219 #: c-incpath.c:77
2220 #, c-format
2221 msgid "ignoring nonexistent directory \"%s\"\n"
2222 msgstr ""
2224 #: c-incpath.c:286
2225 #, c-format
2226 msgid "#include \"...\" search starts here:\n"
2227 msgstr ""
2229 #: c-incpath.c:290
2230 #, c-format
2231 msgid "#include <...> search starts here:\n"
2232 msgstr ""
2234 #: c-incpath.c:295
2235 #, c-format
2236 msgid "End of search list.\n"
2237 msgstr ""
2239 #: c-lex.c:259
2240 msgid "badly nested C headers from preprocessor"
2241 msgstr ""
2243 #: c-lex.c:307
2244 msgid "%Hignoring #pragma %s %s"
2245 msgstr ""
2247 #. ... or not.
2248 #: c-lex.c:411
2249 msgid "%Hstray %<@%> in program"
2250 msgstr ""
2252 #: c-lex.c:425
2253 #, c-format
2254 msgid "stray %qs in program"
2255 msgstr ""
2257 #: c-lex.c:435
2258 #, c-format
2259 msgid "missing terminating %c character"
2260 msgstr ""
2262 #: c-lex.c:437
2263 #, c-format
2264 msgid "stray %qc in program"
2265 msgstr ""
2267 #: c-lex.c:439
2268 msgid "stray %<\\%o%> in program"
2269 msgstr ""
2271 #: c-lex.c:599
2272 msgid "this decimal constant is unsigned only in ISO C90"
2273 msgstr ""
2275 #: c-lex.c:602
2276 msgid "this decimal constant would be unsigned in ISO C90"
2277 msgstr ""
2279 #: c-lex.c:618
2280 #, c-format
2281 msgid "integer constant is too large for %qs type"
2282 msgstr ""
2284 #: c-lex.c:684
2285 msgid "floating constant exceeds range of %<%s%>"
2286 msgstr ""
2288 #: c-lex.c:766
2289 msgid "traditional C rejects string constant concatenation"
2290 msgstr ""
2292 #: c-objc-common.c:80
2293 msgid ""
2294 "%Jfunction %qF can never be inlined because it is suppressed using -fno-"
2295 "inline"
2296 msgstr ""
2298 #: c-objc-common.c:90
2299 msgid ""
2300 "%Jfunction %qF can never be inlined because it might not be bound within "
2301 "this unit of translation"
2302 msgstr ""
2304 #: c-objc-common.c:98
2305 msgid ""
2306 "%Jfunction %qF can never be inlined because it uses attributes conflicting "
2307 "with inlining"
2308 msgstr ""
2310 #: c-objc-common.c:244
2311 msgid "used array that cannot be converted to pointer where scalar is required"
2312 msgstr ""
2314 #: c-objc-common.c:248
2315 msgid "used struct type value where scalar is required"
2316 msgstr ""
2318 #: c-objc-common.c:252
2319 msgid "used union type value where scalar is required"
2320 msgstr ""
2322 #: c-opts.c:144
2323 #, c-format
2324 msgid "no class name specified with %qs"
2325 msgstr ""
2327 #: c-opts.c:148
2328 #, c-format
2329 msgid "assertion missing after %qs"
2330 msgstr ""
2332 #: c-opts.c:153
2333 #, c-format
2334 msgid "macro name missing after %qs"
2335 msgstr ""
2337 #: c-opts.c:162
2338 #, c-format
2339 msgid "missing path after %qs"
2340 msgstr ""
2342 #: c-opts.c:171
2343 #, c-format
2344 msgid "missing filename after %qs"
2345 msgstr ""
2347 #: c-opts.c:176
2348 #, c-format
2349 msgid "missing makefile target after %qs"
2350 msgstr ""
2352 #: c-opts.c:303
2353 msgid "-I- specified twice"
2354 msgstr ""
2356 #: c-opts.c:306
2357 msgid "obsolete option -I- used, please use -iquote instead"
2358 msgstr ""
2360 #: c-opts.c:540
2361 #, c-format
2362 msgid "switch %qs is no longer supported"
2363 msgstr ""
2365 #: c-opts.c:653
2366 msgid ""
2367 "-fhandle-exceptions has been renamed -fexceptions (and is now on by default)"
2368 msgstr ""
2370 #: c-opts.c:839
2371 msgid "output filename specified twice"
2372 msgstr ""
2374 #: c-opts.c:969
2375 msgid "-Wformat-y2k ignored without -Wformat"
2376 msgstr ""
2378 #: c-opts.c:971
2379 msgid "-Wformat-extra-args ignored without -Wformat"
2380 msgstr ""
2382 #: c-opts.c:973
2383 msgid "-Wformat-zero-length ignored without -Wformat"
2384 msgstr ""
2386 #: c-opts.c:975
2387 msgid "-Wformat-nonliteral ignored without -Wformat"
2388 msgstr ""
2390 #: c-opts.c:977
2391 msgid "-Wformat-security ignored without -Wformat"
2392 msgstr ""
2394 #: c-opts.c:979
2395 msgid "-Wmissing-format-attribute ignored without -Wformat"
2396 msgstr ""
2398 #: c-opts.c:998
2399 #, c-format
2400 msgid "opening output file %s: %m"
2401 msgstr ""
2403 #: c-opts.c:1003
2404 #, c-format
2405 msgid "too many filenames given.  Type %s --help for usage"
2406 msgstr ""
2408 #: c-opts.c:1086
2409 msgid "YYDEBUG was not defined at build time, -dy ignored"
2410 msgstr ""
2412 #: c-opts.c:1127
2413 #, c-format
2414 msgid "opening dependency file %s: %m"
2415 msgstr ""
2417 #: c-opts.c:1137
2418 #, c-format
2419 msgid "closing dependency file %s: %m"
2420 msgstr ""
2422 #: c-opts.c:1140
2423 #, c-format
2424 msgid "when writing output to %s: %m"
2425 msgstr ""
2427 #: c-opts.c:1220
2428 msgid "to generate dependencies you must specify either -M or -MM"
2429 msgstr ""
2431 #: c-opts.c:1287
2432 msgid "<built-in>"
2433 msgstr ""
2435 #: c-opts.c:1302
2436 msgid "<command line>"
2437 msgstr ""
2439 #: c-opts.c:1385
2440 msgid "too late for # directive to set debug directory"
2441 msgstr ""
2443 #: c-parser.c:972
2444 msgid "ISO C forbids an empty source file"
2445 msgstr ""
2447 #: c-parser.c:1057 c-parser.c:5718
2448 msgid "ISO C does not allow extra %<;%> outside of a function"
2449 msgstr ""
2451 #: c-parser.c:1148
2452 msgid "expected declaration specifiers"
2453 msgstr ""
2455 #: c-parser.c:1196
2456 msgid "data definition has no type or storage class"
2457 msgstr ""
2459 #: c-parser.c:1250
2460 msgid "expected %<,%> or %<;%>"
2461 msgstr ""
2463 #. This can appear in many cases looking nothing like a
2464 #. function definition, so we don't give a more specific
2465 #. error suggesting there was one.
2466 #: c-parser.c:1257 c-parser.c:1274
2467 msgid "expected %<=%>, %<,%>, %<;%>, %<asm%> or %<__attribute__%>"
2468 msgstr ""
2470 #: c-parser.c:1266
2471 msgid "ISO C forbids nested functions"
2472 msgstr ""
2474 #: c-parser.c:1612 c-parser.c:2372 c-parser.c:2973 c-parser.c:3207
2475 #: c-parser.c:3989 c-parser.c:4570 c-parser.c:4962 c-parser.c:4982
2476 #: c-parser.c:5098 c-parser.c:5243 c-parser.c:5259 c-parser.c:5371
2477 #: c-parser.c:5383 c-parser.c:5408 c-parser.c:5536 c-parser.c:5565
2478 #: c-parser.c:5573 c-parser.c:5601 c-parser.c:5615 c-parser.c:5822
2479 #: c-parser.c:5923
2480 msgid "expected identifier"
2481 msgstr ""
2483 #: c-parser.c:1638 cp/parser.c:9985
2484 msgid "comma at end of enumerator list"
2485 msgstr ""
2487 #: c-parser.c:1644
2488 msgid "expected %<,%> or %<}%>"
2489 msgstr ""
2491 #: c-parser.c:1658 c-parser.c:1828
2492 msgid "expected %<{%>"
2493 msgstr ""
2495 #: c-parser.c:1667
2496 msgid "ISO C forbids forward references to %<enum%> types"
2497 msgstr ""
2499 #: c-parser.c:1770
2500 msgid "expected class name"
2501 msgstr ""
2503 #: c-parser.c:1789 c-parser.c:5475
2504 msgid "extra semicolon in struct or union specified"
2505 msgstr ""
2507 #: c-parser.c:1811
2508 msgid "no semicolon at end of struct or union"
2509 msgstr ""
2511 #: c-parser.c:1814
2512 msgid "expected %<;%>"
2513 msgstr ""
2515 #: c-parser.c:1890 c-parser.c:2814
2516 msgid "expected specifier-qualifier-list"
2517 msgstr ""
2519 #: c-parser.c:1900
2520 msgid "ISO C forbids member declarations with no members"
2521 msgstr ""
2523 #: c-parser.c:1969
2524 msgid "expected %<,%>, %<;%> or %<}%>"
2525 msgstr ""
2527 #: c-parser.c:1976
2528 msgid "expected %<:%>, %<,%>, %<;%>, %<}%> or %<__attribute__%>"
2529 msgstr ""
2531 #: c-parser.c:2025
2532 msgid "%<typeof%> applied to a bit-field"
2533 msgstr ""
2535 #: c-parser.c:2243
2536 msgid "expected identifier or %<(%>"
2537 msgstr ""
2539 #: c-parser.c:2435
2540 msgid "ISO C requires a named argument before %<...%>"
2541 msgstr ""
2543 #: c-parser.c:2536
2544 msgid "expected declaration specifiers or %<...%>"
2545 msgstr ""
2547 #: c-parser.c:2586
2548 msgid "wide string literal in %<asm%>"
2549 msgstr ""
2551 #: c-parser.c:2592
2552 msgid "expected string literal"
2553 msgstr ""
2555 #: c-parser.c:2899
2556 msgid "ISO C forbids empty initializer braces"
2557 msgstr ""
2559 #: c-parser.c:2944
2560 msgid "obsolete use of designated initializer with %<:%>"
2561 msgstr ""
2563 #: c-parser.c:3066
2564 msgid "ISO C forbids specifying range of elements to initialize"
2565 msgstr ""
2567 #: c-parser.c:3079
2568 msgid "ISO C90 forbids specifying subobject to initialize"
2569 msgstr ""
2571 #: c-parser.c:3087
2572 msgid "obsolete use of designated initializer without %<=%>"
2573 msgstr ""
2575 #: c-parser.c:3095
2576 msgid "expected %<=%>"
2577 msgstr ""
2579 #: c-parser.c:3226
2580 msgid "ISO C forbids label declarations"
2581 msgstr ""
2583 #: c-parser.c:3231
2584 msgid "expected declaration or statement"
2585 msgstr ""
2587 #: c-parser.c:3260 c-parser.c:3288
2588 msgid "%HISO C90 forbids mixed declarations and code"
2589 msgstr ""
2591 #: c-parser.c:3304
2592 msgid "label at end of compound statement"
2593 msgstr ""
2595 #: c-parser.c:3347
2596 msgid "expected %<:%> or %<...%>"
2597 msgstr ""
2599 #: c-parser.c:3483
2600 msgid "expected identifier or %<*%>"
2601 msgstr ""
2603 #. Avoid infinite loop in error recovery:
2604 #. c_parser_skip_until_found stops at a closing nesting
2605 #. delimiter without consuming it, but here we need to consume
2606 #. it to proceed further.
2607 #: c-parser.c:3545
2608 msgid "expected statement"
2609 msgstr ""
2611 #: c-parser.c:3877
2612 #, c-format
2613 msgid "%E qualifier ignored on asm"
2614 msgstr ""
2616 #: c-parser.c:4150
2617 msgid "ISO C forbids omitting the middle term of a ?: expression"
2618 msgstr ""
2620 #: c-parser.c:4531
2621 msgid "traditional C rejects the unary plus operator"
2622 msgstr ""
2624 #: c-parser.c:4656
2625 msgid "%<sizeof%> applied to a bit-field"
2626 msgstr ""
2628 #: c-parser.c:4799 c-parser.c:5140 c-parser.c:5162
2629 msgid "expected expression"
2630 msgstr ""
2632 #: c-parser.c:4824
2633 msgid "braced-group within expression allowed only inside a function"
2634 msgstr ""
2636 #: c-parser.c:4838
2637 msgid "ISO C forbids braced-groups within expressions"
2638 msgstr ""
2640 #: c-parser.c:5022
2641 msgid "first argument to %<__builtin_choose_expr%> not a constant"
2642 msgstr ""
2644 #: c-parser.c:5189
2645 msgid "compound literal has variable size"
2646 msgstr ""
2648 #: c-parser.c:5197
2649 msgid "ISO C90 forbids compound literals"
2650 msgstr ""
2652 #: c-parser.c:5686
2653 msgid "extra semicolon in method definition specified"
2654 msgstr ""
2656 #: c-pch.c:130
2657 msgid "can%'t create precompiled header %s: %m"
2658 msgstr ""
2660 #: c-pch.c:158
2661 msgid "can%'t write to %s: %m"
2662 msgstr ""
2664 #: c-pch.c:164
2665 #, c-format
2666 msgid "%qs is not a valid output file"
2667 msgstr ""
2669 #: c-pch.c:193 c-pch.c:208 c-pch.c:222
2670 msgid "can%'t write %s: %m"
2671 msgstr ""
2673 #: c-pch.c:198 c-pch.c:215
2674 msgid "can%'t seek in %s: %m"
2675 msgstr ""
2677 #: c-pch.c:206 c-pch.c:248 c-pch.c:276 c-pch.c:281 c-pch.c:365
2678 msgid "can%'t read %s: %m"
2679 msgstr ""
2681 #: c-pch.c:483
2682 msgid "malformed #pragma GCC pch_preprocess, ignored"
2683 msgstr ""
2685 #: c-pch.c:489
2686 msgid "pch_preprocess pragma should only be used with -fpreprocessed"
2687 msgstr ""
2689 #: c-pch.c:490
2690 msgid "use #include instead"
2691 msgstr ""
2693 #: c-pch.c:498
2694 msgid "%s: couldn%'t open PCH file: %m\n"
2695 msgstr ""
2697 #: c-pch.c:503
2698 msgid "use -Winvalid-pch for more information"
2699 msgstr ""
2701 #: c-pch.c:504
2702 #, c-format
2703 msgid "%s: PCH file was invalid"
2704 msgstr ""
2706 #: c-pragma.c:98
2707 msgid "#pragma pack (pop) encountered without matching #pragma pack (push)"
2708 msgstr ""
2710 #: c-pragma.c:111
2711 #, c-format
2712 msgid ""
2713 "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s)"
2714 msgstr ""
2716 #: c-pragma.c:125
2717 msgid "#pragma pack(push[, id], <n>) is not supported on this target"
2718 msgstr ""
2720 #: c-pragma.c:127
2721 msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
2722 msgstr ""
2724 #: c-pragma.c:148
2725 msgid "missing %<(%> after %<#pragma pack%> - ignored"
2726 msgstr ""
2728 #: c-pragma.c:161 c-pragma.c:201
2729 msgid "malformed %<#pragma pack%> - ignored"
2730 msgstr ""
2732 #: c-pragma.c:166
2733 msgid "malformed %<#pragma pack(push[, id][, <n>])%> - ignored"
2734 msgstr ""
2736 #: c-pragma.c:168
2737 msgid "malformed %<#pragma pack(pop[, id])%> - ignored"
2738 msgstr ""
2740 #: c-pragma.c:177
2741 msgid "unknown action %qs for %<#pragma pack%> - ignored"
2742 msgstr ""
2744 #: c-pragma.c:204
2745 msgid "junk at end of %<#pragma pack%>"
2746 msgstr ""
2748 #: c-pragma.c:207
2749 msgid "#pragma pack has no effect with -fpack-struct - ignored"
2750 msgstr ""
2752 #: c-pragma.c:227
2753 #, c-format
2754 msgid "alignment must be a small power of two, not %d"
2755 msgstr ""
2757 #: c-pragma.c:260
2758 msgid ""
2759 "%Japplying #pragma weak %qD after first use results in unspecified behavior"
2760 msgstr ""
2762 #: c-pragma.c:334 c-pragma.c:339
2763 msgid "malformed #pragma weak, ignored"
2764 msgstr ""
2766 #: c-pragma.c:343
2767 msgid "junk at end of #pragma weak"
2768 msgstr ""
2770 #: c-pragma.c:411 c-pragma.c:413
2771 msgid "malformed #pragma redefine_extname, ignored"
2772 msgstr ""
2774 #: c-pragma.c:416
2775 msgid "junk at end of #pragma redefine_extname"
2776 msgstr ""
2778 #: c-pragma.c:421
2779 msgid "#pragma redefine_extname not supported on this target"
2780 msgstr ""
2782 #: c-pragma.c:438 c-pragma.c:524
2783 msgid "#pragma redefine_extname ignored due to conflict with previous rename"
2784 msgstr ""
2786 #: c-pragma.c:461
2787 msgid ""
2788 "#pragma redefine_extname ignored due to conflict with previous #pragma "
2789 "redefine_extname"
2790 msgstr ""
2792 #: c-pragma.c:480
2793 msgid "malformed #pragma extern_prefix, ignored"
2794 msgstr ""
2796 #: c-pragma.c:483
2797 msgid "junk at end of #pragma extern_prefix"
2798 msgstr ""
2800 #: c-pragma.c:489
2801 msgid "#pragma extern_prefix not supported on this target"
2802 msgstr ""
2804 #: c-pragma.c:515
2805 msgid "asm declaration ignored due to conflict with previous rename"
2806 msgstr ""
2808 #: c-pragma.c:546
2809 msgid ""
2810 "#pragma redefine_extname ignored due to conflict with __asm__ declaration"
2811 msgstr ""
2813 #: c-pragma.c:606
2814 msgid "#pragma GCC visibility must be followed by push or pop"
2815 msgstr ""
2817 #: c-pragma.c:613
2818 msgid "No matching push for %<#pragma GCC visibility pop%>"
2819 msgstr ""
2821 #: c-pragma.c:624 c-pragma.c:653
2822 msgid "missing %<(%> after %<#pragma GCC visibility push%> - ignored"
2823 msgstr ""
2825 #: c-pragma.c:628
2826 msgid "malformed #pragma GCC visibility push"
2827 msgstr ""
2829 #: c-pragma.c:632
2830 msgid "No more than sixteen #pragma GCC visibility pushes allowed at once"
2831 msgstr ""
2833 #: c-pragma.c:648
2834 msgid ""
2835 "#pragma GCC visibility push() must specify default, internal, hidden or "
2836 "protected"
2837 msgstr ""
2839 #: c-pragma.c:657
2840 msgid "junk at end of %<#pragma GCC visibility%>"
2841 msgstr ""
2843 #: c-typeck.c:139
2844 #, c-format
2845 msgid "%qs has an incomplete type"
2846 msgstr ""
2848 #: c-typeck.c:161 cp/call.c:2679
2849 msgid "invalid use of void expression"
2850 msgstr ""
2852 #: c-typeck.c:169
2853 msgid "invalid use of flexible array member"
2854 msgstr ""
2856 #: c-typeck.c:175
2857 msgid "invalid use of array with unspecified bounds"
2858 msgstr ""
2860 #: c-typeck.c:183
2861 msgid "invalid use of undefined type %<%s %s%>"
2862 msgstr ""
2864 #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
2865 #: c-typeck.c:187
2866 #, c-format
2867 msgid "invalid use of incomplete typedef %qs"
2868 msgstr ""
2870 #: c-typeck.c:394 c-typeck.c:419
2871 msgid "function types not truly compatible in ISO C"
2872 msgstr ""
2874 #: c-typeck.c:803
2875 msgid "types are not quite compatible"
2876 msgstr ""
2878 #: c-typeck.c:1045
2879 msgid "function return types not compatible due to %<volatile%>"
2880 msgstr ""
2882 #: c-typeck.c:1204 c-typeck.c:2445
2883 msgid "arithmetic on pointer to an incomplete type"
2884 msgstr ""
2886 #: c-typeck.c:1559
2887 msgid "%qT has no member named %qs"
2888 msgstr ""
2890 #: c-typeck.c:1595
2891 #, c-format
2892 msgid "request for member %qs in something not a structure or union"
2893 msgstr ""
2895 #: c-typeck.c:1629
2896 msgid "dereferencing pointer to incomplete type"
2897 msgstr ""
2899 #: c-typeck.c:1633
2900 msgid "dereferencing %<void *%> pointer"
2901 msgstr ""
2903 #: c-typeck.c:1650 cp/typeck.c:2109
2904 #, c-format
2905 msgid "invalid type argument of %qs"
2906 msgstr ""
2908 #: c-typeck.c:1678 cp/typeck.c:2260
2909 msgid "subscripted value is neither array nor pointer"
2910 msgstr ""
2912 #: c-typeck.c:1689 cp/typeck.c:2179 cp/typeck.c:2265
2913 msgid "array subscript is not an integer"
2914 msgstr ""
2916 #: c-typeck.c:1695
2917 msgid "subscripted value is pointer to function"
2918 msgstr ""
2920 #: c-typeck.c:1708 cp/typeck.c:2175
2921 msgid "array subscript has type %<char%>"
2922 msgstr ""
2924 #: c-typeck.c:1748
2925 msgid "ISO C forbids subscripting %<register%> array"
2926 msgstr ""
2928 #: c-typeck.c:1750
2929 msgid "ISO C90 forbids subscripting non-lvalue array"
2930 msgstr ""
2932 #: c-typeck.c:1987
2933 #, c-format
2934 msgid "called object %qE is not a function"
2935 msgstr ""
2937 #. This situation leads to run-time undefined behavior.  We can't,
2938 #. therefore, simply error unless we can prove that all possible
2939 #. executions of the program must execute the code.
2940 #: c-typeck.c:2019
2941 msgid "function called through a non-compatible type"
2942 msgstr ""
2944 #: c-typeck.c:2066 c-typeck.c:4327 c-typeck.c:4329 c-typeck.c:4337
2945 #: c-typeck.c:4362 c-typeck.c:5744
2946 msgid "initializer element is not constant"
2947 msgstr ""
2949 #: c-typeck.c:2127
2950 #, c-format
2951 msgid "too many arguments to function %qE"
2952 msgstr ""
2954 #: c-typeck.c:2154
2955 #, c-format
2956 msgid "type of formal parameter %d is incomplete"
2957 msgstr ""
2959 #: c-typeck.c:2167
2960 #, c-format
2961 msgid ""
2962 "passing argument %d of %qE as integer rather than floating due to prototype"
2963 msgstr ""
2965 #: c-typeck.c:2172
2966 #, c-format
2967 msgid ""
2968 "passing argument %d of %qE as integer rather than complex due to prototype"
2969 msgstr ""
2971 #: c-typeck.c:2177
2972 #, c-format
2973 msgid ""
2974 "passing argument %d of %qE as complex rather than floating due to prototype"
2975 msgstr ""
2977 #: c-typeck.c:2182
2978 #, c-format
2979 msgid ""
2980 "passing argument %d of %qE as floating rather than integer due to prototype"
2981 msgstr ""
2983 #: c-typeck.c:2187
2984 #, c-format
2985 msgid ""
2986 "passing argument %d of %qE as complex rather than integer due to prototype"
2987 msgstr ""
2989 #: c-typeck.c:2192
2990 #, c-format
2991 msgid ""
2992 "passing argument %d of %qE as floating rather than complex due to prototype"
2993 msgstr ""
2995 #: c-typeck.c:2204
2996 msgid ""
2997 "passing argument %d of %qE as %<float%> rather than %<double%> due to "
2998 "prototype"
2999 msgstr ""
3001 #: c-typeck.c:2224
3002 #, c-format
3003 msgid "passing argument %d of %qE with different width due to prototype"
3004 msgstr ""
3006 #: c-typeck.c:2251
3007 #, c-format
3008 msgid "passing argument %d of %qE as unsigned due to prototype"
3009 msgstr ""
3011 #: c-typeck.c:2254
3012 #, c-format
3013 msgid "passing argument %d of %qE as signed due to prototype"
3014 msgstr ""
3016 #: c-typeck.c:2285
3017 #, c-format
3018 msgid "too few arguments to function %qE"
3019 msgstr ""
3021 #: c-typeck.c:2321
3022 msgid "suggest parentheses around + or - inside shift"
3023 msgstr ""
3025 #: c-typeck.c:2328
3026 msgid "suggest parentheses around && within ||"
3027 msgstr ""
3029 #: c-typeck.c:2337
3030 msgid "suggest parentheses around arithmetic in operand of |"
3031 msgstr ""
3033 #: c-typeck.c:2341
3034 msgid "suggest parentheses around comparison in operand of |"
3035 msgstr ""
3037 #: c-typeck.c:2350
3038 msgid "suggest parentheses around arithmetic in operand of ^"
3039 msgstr ""
3041 #: c-typeck.c:2354
3042 msgid "suggest parentheses around comparison in operand of ^"
3043 msgstr ""
3045 #: c-typeck.c:2361
3046 msgid "suggest parentheses around + or - in operand of &"
3047 msgstr ""
3049 #: c-typeck.c:2365
3050 msgid "suggest parentheses around comparison in operand of &"
3051 msgstr ""
3053 #: c-typeck.c:2371
3054 msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
3055 msgstr ""
3057 #: c-typeck.c:2397
3058 msgid "pointer of type %<void *%> used in subtraction"
3059 msgstr ""
3061 #: c-typeck.c:2399
3062 msgid "pointer to a function used in subtraction"
3063 msgstr ""
3065 #: c-typeck.c:2488
3066 msgid "wrong type argument to unary plus"
3067 msgstr ""
3069 #: c-typeck.c:2501
3070 msgid "wrong type argument to unary minus"
3071 msgstr ""
3073 #: c-typeck.c:2518
3074 msgid "ISO C does not support %<~%> for complex conjugation"
3075 msgstr ""
3077 #: c-typeck.c:2524
3078 msgid "wrong type argument to bit-complement"
3079 msgstr ""
3081 #: c-typeck.c:2532
3082 msgid "wrong type argument to abs"
3083 msgstr ""
3085 #: c-typeck.c:2544
3086 msgid "wrong type argument to conjugation"
3087 msgstr ""
3089 #: c-typeck.c:2558
3090 msgid "wrong type argument to unary exclamation mark"
3091 msgstr ""
3093 #: c-typeck.c:2595
3094 msgid "ISO C does not support %<++%> and %<--%> on complex types"
3095 msgstr ""
3097 #: c-typeck.c:2611 c-typeck.c:2643
3098 msgid "wrong type argument to increment"
3099 msgstr ""
3101 #: c-typeck.c:2613 c-typeck.c:2645
3102 msgid "wrong type argument to decrement"
3103 msgstr ""
3105 #: c-typeck.c:2634
3106 msgid "increment of pointer to unknown structure"
3107 msgstr ""
3109 #: c-typeck.c:2636
3110 msgid "decrement of pointer to unknown structure"
3111 msgstr ""
3113 #: c-typeck.c:2806
3114 #, c-format
3115 msgid "assignment of read-only member %qs"
3116 msgstr ""
3118 #: c-typeck.c:2807
3119 #, c-format
3120 msgid "increment of read-only member %qs"
3121 msgstr ""
3123 #: c-typeck.c:2808
3124 #, c-format
3125 msgid "decrement of read-only member %qs"
3126 msgstr ""
3128 #: c-typeck.c:2812
3129 #, c-format
3130 msgid "assignment of read-only variable %qs"
3131 msgstr ""
3133 #: c-typeck.c:2813
3134 #, c-format
3135 msgid "increment of read-only variable %qs"
3136 msgstr ""
3138 #: c-typeck.c:2814
3139 #, c-format
3140 msgid "decrement of read-only variable %qs"
3141 msgstr ""
3143 #: c-typeck.c:2817
3144 msgid "assignment of read-only location"
3145 msgstr ""
3147 #: c-typeck.c:2818
3148 msgid "increment of read-only location"
3149 msgstr ""
3151 #: c-typeck.c:2819
3152 msgid "decrement of read-only location"
3153 msgstr ""
3155 #: c-typeck.c:2838
3156 msgid "cannot take address of bit-field %qD"
3157 msgstr ""
3159 #: c-typeck.c:2866
3160 msgid "global register variable %qD used in nested function"
3161 msgstr ""
3163 #: c-typeck.c:2869
3164 msgid "register variable %qD used in nested function"
3165 msgstr ""
3167 #: c-typeck.c:2874
3168 msgid "address of global register variable %qD requested"
3169 msgstr ""
3171 #: c-typeck.c:2876
3172 msgid "address of register variable %qD requested"
3173 msgstr ""
3175 #: c-typeck.c:2924
3176 msgid "non-lvalue array in conditional expression"
3177 msgstr ""
3179 #: c-typeck.c:2968
3180 msgid "signed and unsigned type in conditional expression"
3181 msgstr ""
3183 #: c-typeck.c:2975
3184 msgid "ISO C forbids conditional expr with only one void side"
3185 msgstr ""
3187 #: c-typeck.c:2991 c-typeck.c:2999
3188 msgid "ISO C forbids conditional expr between %<void *%> and function pointer"
3189 msgstr ""
3191 #: c-typeck.c:3006
3192 msgid "pointer type mismatch in conditional expression"
3193 msgstr ""
3195 #: c-typeck.c:3013 c-typeck.c:3023
3196 msgid "pointer/integer type mismatch in conditional expression"
3197 msgstr ""
3199 #: c-typeck.c:3037
3200 msgid "type mismatch in conditional expression"
3201 msgstr ""
3203 #: c-typeck.c:3076
3204 msgid "left-hand operand of comma expression has no effect"
3205 msgstr ""
3207 #: c-typeck.c:3109
3208 msgid "cast specifies array type"
3209 msgstr ""
3211 #: c-typeck.c:3115
3212 msgid "cast specifies function type"
3213 msgstr ""
3215 #: c-typeck.c:3125
3216 msgid "ISO C forbids casting nonscalar to the same type"
3217 msgstr ""
3219 #: c-typeck.c:3143
3220 msgid "ISO C forbids casts to union type"
3221 msgstr ""
3223 #: c-typeck.c:3152
3224 msgid "cast to union type from type not present in union"
3225 msgstr ""
3227 #: c-typeck.c:3203
3228 msgid "cast adds new qualifiers to function type"
3229 msgstr ""
3231 #. There are qualifiers present in IN_OTYPE that are not
3232 #. present in IN_TYPE.
3233 #: c-typeck.c:3208
3234 msgid "cast discards qualifiers from pointer target type"
3235 msgstr ""
3237 #: c-typeck.c:3223
3238 msgid "cast increases required alignment of target type"
3239 msgstr ""
3241 #: c-typeck.c:3229
3242 msgid "cast from pointer to integer of different size"
3243 msgstr ""
3245 #: c-typeck.c:3234
3246 msgid "cast from function call of type %qT to non-matching type %qT"
3247 msgstr ""
3249 #: c-typeck.c:3242
3250 msgid "cast to pointer from integer of different size"
3251 msgstr ""
3253 #: c-typeck.c:3254
3254 msgid "type-punning to incomplete type might break strict-aliasing rules"
3255 msgstr ""
3257 #: c-typeck.c:3261
3258 msgid "dereferencing type-punned pointer will break strict-aliasing rules"
3259 msgstr ""
3261 #: c-typeck.c:3264
3262 msgid "dereferencing type-punned pointer might break strict-aliasing rules"
3263 msgstr ""
3265 #: c-typeck.c:3276
3266 msgid "ISO C forbids conversion of function pointer to object pointer type"
3267 msgstr ""
3269 #: c-typeck.c:3285
3270 msgid "ISO C forbids conversion of object pointer to function pointer type"
3271 msgstr ""
3273 #: c-typeck.c:3537
3274 msgid "cannot pass rvalue to reference parameter"
3275 msgstr ""
3277 #: c-typeck.c:3646 c-typeck.c:3761
3278 #, c-format
3279 msgid ""
3280 "passing argument %d of %qE makes qualified function pointer from unqualified"
3281 msgstr ""
3283 #: c-typeck.c:3649 c-typeck.c:3764
3284 msgid "assignment makes qualified function pointer from unqualified"
3285 msgstr ""
3287 #: c-typeck.c:3652 c-typeck.c:3766
3288 msgid "initialization makes qualified function pointer from unqualified"
3289 msgstr ""
3291 #: c-typeck.c:3655 c-typeck.c:3768
3292 msgid "return makes qualified function pointer from unqualified"
3293 msgstr ""
3295 #: c-typeck.c:3659 c-typeck.c:3729
3296 #, c-format
3297 msgid "passing argument %d of %qE discards qualifiers from pointer target type"
3298 msgstr ""
3300 #: c-typeck.c:3661 c-typeck.c:3731
3301 msgid "assignment discards qualifiers from pointer target type"
3302 msgstr ""
3304 #: c-typeck.c:3663 c-typeck.c:3733
3305 msgid "initialization discards qualifiers from pointer target type"
3306 msgstr ""
3308 #: c-typeck.c:3665 c-typeck.c:3735
3309 msgid "return discards qualifiers from pointer target type"
3310 msgstr ""
3312 #: c-typeck.c:3670
3313 msgid "ISO C prohibits argument conversion to union type"
3314 msgstr ""
3316 #: c-typeck.c:3714
3317 msgid ""
3318 "ISO C forbids passing argument %d of %qE between function pointer and %<void "
3319 "*%>"
3320 msgstr ""
3322 #: c-typeck.c:3717
3323 msgid "ISO C forbids assignment between function pointer and %<void *%>"
3324 msgstr ""
3326 #: c-typeck.c:3719
3327 msgid "ISO C forbids initialization between function pointer and %<void *%>"
3328 msgstr ""
3330 #: c-typeck.c:3721
3331 msgid "ISO C forbids return between function pointer and %<void *%>"
3332 msgstr ""
3334 #: c-typeck.c:3744
3335 #, c-format
3336 msgid "pointer targets in passing argument %d of %qE differ in signedness"
3337 msgstr ""
3339 #: c-typeck.c:3746
3340 msgid "pointer targets in assignment differ in signedness"
3341 msgstr ""
3343 #: c-typeck.c:3748
3344 msgid "pointer targets in initialization differ in signedness"
3345 msgstr ""
3347 #: c-typeck.c:3750
3348 msgid "pointer targets in return differ in signedness"
3349 msgstr ""
3351 #: c-typeck.c:3773
3352 #, c-format
3353 msgid "passing argument %d of %qE from incompatible pointer type"
3354 msgstr ""
3356 #: c-typeck.c:3775
3357 msgid "assignment from incompatible pointer type"
3358 msgstr ""
3360 #: c-typeck.c:3776
3361 msgid "initialization from incompatible pointer type"
3362 msgstr ""
3364 #: c-typeck.c:3778
3365 msgid "return from incompatible pointer type"
3366 msgstr ""
3368 #. ??? This should not be an error when inlining calls to
3369 #. unprototyped functions.
3370 #: c-typeck.c:3785 c-typeck.c:4287 cp/typeck.c:1377
3371 msgid "invalid use of non-lvalue array"
3372 msgstr ""
3374 #: c-typeck.c:3799
3375 #, c-format
3376 msgid "passing argument %d of %qE makes pointer from integer without a cast"
3377 msgstr ""
3379 #: c-typeck.c:3801
3380 msgid "assignment makes pointer from integer without a cast"
3381 msgstr ""
3383 #: c-typeck.c:3803
3384 msgid "initialization makes pointer from integer without a cast"
3385 msgstr ""
3387 #: c-typeck.c:3805
3388 msgid "return makes pointer from integer without a cast"
3389 msgstr ""
3391 #: c-typeck.c:3812
3392 #, c-format
3393 msgid "passing argument %d of %qE makes integer from pointer without a cast"
3394 msgstr ""
3396 #: c-typeck.c:3814
3397 msgid "assignment makes integer from pointer without a cast"
3398 msgstr ""
3400 #: c-typeck.c:3816
3401 msgid "initialization makes integer from pointer without a cast"
3402 msgstr ""
3404 #: c-typeck.c:3818
3405 msgid "return makes integer from pointer without a cast"
3406 msgstr ""
3408 #. ??? This should not be an error when inlining calls to
3409 #. unprototyped functions.
3410 #: c-typeck.c:3831
3411 #, c-format
3412 msgid "incompatible type for argument %d of %qE"
3413 msgstr ""
3415 #: c-typeck.c:3834
3416 msgid "incompatible types in assignment"
3417 msgstr ""
3419 #: c-typeck.c:3837
3420 msgid "incompatible types in initialization"
3421 msgstr ""
3423 #: c-typeck.c:3840
3424 msgid "incompatible types in return"
3425 msgstr ""
3427 #: c-typeck.c:3921
3428 msgid "traditional C rejects automatic aggregate initialization"
3429 msgstr ""
3431 #. Use `%s' to print the string in case there are any escape
3432 #. characters in the message.
3433 #: c-typeck.c:4086 c-typeck.c:4101 c-typeck.c:4116 final.c:2856 final.c:2858
3434 #: gcc.c:4639 rtl-error.c:113 toplev.c:610 config/cris/cris.c:578
3435 #: cp/parser.c:1884 cp/typeck.c:4131 java/expr.c:405
3436 #: java/parse.y:5020 java/verify.c:1553
3437 #: java/verify.c:1554 java/verify.c:1573
3438 #, c-format
3439 msgid "%s"
3440 msgstr ""
3442 #: c-typeck.c:4089 c-typeck.c:4104 c-typeck.c:4119
3443 #, c-format
3444 msgid "(near initialization for %qs)"
3445 msgstr ""
3447 #: c-typeck.c:4133
3448 msgid "array initialized from parenthesized string constant"
3449 msgstr ""
3451 #: c-typeck.c:4197 cp/typeck2.c:703
3452 msgid "char-array initialized from wide string"
3453 msgstr ""
3455 #: c-typeck.c:4202
3456 msgid "wchar_t-array initialized from non-wide string"
3457 msgstr ""
3459 #: c-typeck.c:4220 cp/typeck2.c:725
3460 msgid "initializer-string for array of chars is too long"
3461 msgstr ""
3463 #: c-typeck.c:4226
3464 msgid "array of inappropriate type initialized from string constant"
3465 msgstr ""
3467 #: c-typeck.c:4310
3468 msgid "array initialized from non-constant array expression"
3469 msgstr ""
3471 #: c-typeck.c:4369 c-typeck.c:5748
3472 msgid "initializer element is not computable at load time"
3473 msgstr ""
3475 #: c-typeck.c:4384 cp/typeck2.c:804
3476 msgid "invalid initializer"
3477 msgstr ""
3479 #: c-typeck.c:4651 cp/decl.c:4451
3480 msgid "opaque vector types cannot be initialized"
3481 msgstr ""
3483 #: c-typeck.c:4850
3484 msgid "extra brace group at end of initializer"
3485 msgstr ""
3487 #: c-typeck.c:4870 cp/decl.c:4366
3488 msgid "missing braces around initializer"
3489 msgstr ""
3491 #: c-typeck.c:4931
3492 msgid "braces around scalar initializer"
3493 msgstr ""
3495 #: c-typeck.c:4988
3496 msgid "initialization of flexible array member in a nested context"
3497 msgstr ""
3499 #: c-typeck.c:4990
3500 msgid "initialization of a flexible array member"
3501 msgstr ""
3503 #: c-typeck.c:5017
3504 msgid "missing initializer"
3505 msgstr ""
3507 #: c-typeck.c:5039
3508 msgid "empty scalar initializer"
3509 msgstr ""
3511 #: c-typeck.c:5044
3512 msgid "extra elements in scalar initializer"
3513 msgstr ""
3515 #: c-typeck.c:5148 c-typeck.c:5223
3516 msgid "array index in non-array initializer"
3517 msgstr ""
3519 #: c-typeck.c:5153 c-typeck.c:5276
3520 msgid "field name not in record or union initializer"
3521 msgstr ""
3523 #: c-typeck.c:5199
3524 msgid "array index in initializer not of integer type"
3525 msgstr ""
3527 #: c-typeck.c:5219 c-typeck.c:5221
3528 msgid "nonconstant array index in initializer"
3529 msgstr ""
3531 #: c-typeck.c:5225 c-typeck.c:5228
3532 msgid "array index in initializer exceeds array bounds"
3533 msgstr ""
3535 #: c-typeck.c:5239
3536 msgid "empty index range in initializer"
3537 msgstr ""
3539 #: c-typeck.c:5248
3540 msgid "array index range in initializer exceeds array bounds"
3541 msgstr ""
3543 #: c-typeck.c:5288
3544 #, c-format
3545 msgid "unknown field %qs specified in initializer"
3546 msgstr ""
3548 #: c-typeck.c:5324 c-typeck.c:5345 c-typeck.c:5811
3549 msgid "initialized field with side-effects overwritten"
3550 msgstr ""
3552 #: c-typeck.c:6020
3553 msgid "excess elements in char array initializer"
3554 msgstr ""
3556 #: c-typeck.c:6027 c-typeck.c:6073
3557 msgid "excess elements in struct initializer"
3558 msgstr ""
3560 #: c-typeck.c:6088
3561 msgid "non-static initialization of a flexible array member"
3562 msgstr ""
3564 #: c-typeck.c:6156
3565 msgid "excess elements in union initializer"
3566 msgstr ""
3568 #: c-typeck.c:6178
3569 msgid "traditional C rejects initialization of unions"
3570 msgstr ""
3572 #: c-typeck.c:6242
3573 msgid "excess elements in array initializer"
3574 msgstr ""
3576 #: c-typeck.c:6272
3577 msgid "excess elements in vector initializer"
3578 msgstr ""
3580 #: c-typeck.c:6296
3581 msgid "excess elements in scalar initializer"
3582 msgstr ""
3584 #: c-typeck.c:6492
3585 msgid "ISO C forbids %<goto *expr;%>"
3586 msgstr ""
3588 #: c-typeck.c:6506 cp/typeck.c:6049
3589 msgid "function declared %<noreturn%> has a %<return%> statement"
3590 msgstr ""
3592 #: c-typeck.c:6513
3593 msgid "%<return%> with no value, in function returning non-void"
3594 msgstr ""
3596 #: c-typeck.c:6520
3597 msgid "%<return%> with a value, in function returning void"
3598 msgstr ""
3600 #: c-typeck.c:6577
3601 msgid "function returns address of local variable"
3602 msgstr ""
3604 #: c-typeck.c:6638 cp/semantics.c:879
3605 msgid "switch quantity not an integer"
3606 msgstr ""
3608 #: c-typeck.c:6649
3609 msgid "%<long%> switch expression not converted to %<int%> in ISO C"
3610 msgstr ""
3612 #: c-typeck.c:6685 cp/parser.c:6051
3613 msgid "case label not within a switch statement"
3614 msgstr ""
3616 #: c-typeck.c:6687
3617 msgid "%<default%> label not within a switch statement"
3618 msgstr ""
3620 #: c-typeck.c:6751
3621 msgid "%Hsuggest explicit braces to avoid ambiguous %<else%>"
3622 msgstr ""
3624 #: c-typeck.c:6761
3625 msgid "%Hempty body in an if-statement"
3626 msgstr ""
3628 #: c-typeck.c:6769
3629 msgid "%Hempty body in an else-statement"
3630 msgstr ""
3632 #: c-typeck.c:6880 cp/parser.c:6553
3633 msgid "continue statement not within a loop"
3634 msgstr ""
3636 #: c-typeck.c:6900
3637 msgid "%Hstatement with no effect"
3638 msgstr ""
3640 #: c-typeck.c:6929
3641 msgid "expression statement has incomplete type"
3642 msgstr ""
3644 #: c-typeck.c:7252 c-typeck.c:7291
3645 msgid "division by zero"
3646 msgstr ""
3648 #: c-typeck.c:7336 cp/typeck.c:2927
3649 msgid "right shift count is negative"
3650 msgstr ""
3652 #: c-typeck.c:7343 cp/typeck.c:2933
3653 msgid "right shift count >= width of type"
3654 msgstr ""
3656 #: c-typeck.c:7364 cp/typeck.c:2952
3657 msgid "left shift count is negative"
3658 msgstr ""
3660 #: c-typeck.c:7367 cp/typeck.c:2954
3661 msgid "left shift count >= width of type"
3662 msgstr ""
3664 #: c-typeck.c:7384 cp/typeck.c:2989
3665 msgid "comparing floating point with == or != is unsafe"
3666 msgstr ""
3668 #: c-typeck.c:7408 c-typeck.c:7415
3669 msgid "ISO C forbids comparison of %<void *%> with function pointer"
3670 msgstr ""
3672 #: c-typeck.c:7419 c-typeck.c:7465
3673 msgid "comparison of distinct pointer types lacks a cast"
3674 msgstr ""
3676 #: c-typeck.c:7433 c-typeck.c:7438 c-typeck.c:7485 c-typeck.c:7490
3677 msgid "comparison between pointer and integer"
3678 msgstr ""
3680 #: c-typeck.c:7457
3681 msgid "comparison of complete and incomplete pointers"
3682 msgstr ""
3684 #: c-typeck.c:7460
3685 msgid "ISO C forbids ordered comparisons of pointers to functions"
3686 msgstr ""
3688 #: c-typeck.c:7473 c-typeck.c:7480
3689 msgid "ordered comparison of pointer with integer zero"
3690 msgstr ""
3692 #: c-typeck.c:7701
3693 msgid "comparison between signed and unsigned"
3694 msgstr ""
3696 #: c-typeck.c:7747 cp/typeck.c:3396
3697 msgid "comparison of promoted ~unsigned with constant"
3698 msgstr ""
3700 #: c-typeck.c:7755 cp/typeck.c:3404
3701 msgid "comparison of promoted ~unsigned with unsigned"
3702 msgstr ""
3704 #: calls.c:1934
3705 msgid "function call has aggregate value"
3706 msgstr ""
3708 #: cfghooks.c:90
3709 #, c-format
3710 msgid "bb %d on wrong place"
3711 msgstr ""
3713 #: cfghooks.c:96
3714 #, c-format
3715 msgid "prev_bb of %d should be %d, not %d"
3716 msgstr ""
3718 #: cfghooks.c:113
3719 #, c-format
3720 msgid "verify_flow_info: Wrong count of block %i %i"
3721 msgstr ""
3723 #: cfghooks.c:119
3724 #, c-format
3725 msgid "verify_flow_info: Wrong frequency of block %i %i"
3726 msgstr ""
3728 #: cfghooks.c:127
3729 #, c-format
3730 msgid "verify_flow_info: Duplicate edge %i->%i"
3731 msgstr ""
3733 #: cfghooks.c:133
3734 #, c-format
3735 msgid "verify_flow_info: Wrong probability of edge %i->%i %i"
3736 msgstr ""
3738 #: cfghooks.c:139
3739 #, c-format
3740 msgid "verify_flow_info: Wrong count of edge %i->%i %i"
3741 msgstr ""
3743 #: cfghooks.c:151
3744 #, c-format
3745 msgid "verify_flow_info: Basic block %d succ edge is corrupted"
3746 msgstr ""
3748 #: cfghooks.c:165 cfgrtl.c:2056
3749 #, c-format
3750 msgid "Wrong amount of branch edges after unconditional jump %i"
3751 msgstr ""
3753 #: cfghooks.c:173 cfghooks.c:184
3754 #, c-format
3755 msgid "basic block %d pred edge is corrupted"
3756 msgstr ""
3758 #: cfghooks.c:185
3759 #, c-format
3760 msgid "its dest_idx should be %d, not %d"
3761 msgstr ""
3763 #: cfghooks.c:214
3764 #, c-format
3765 msgid "basic block %i edge lists are corrupted"
3766 msgstr ""
3768 #: cfghooks.c:228
3769 msgid "verify_flow_info failed"
3770 msgstr ""
3772 #: cfghooks.c:289
3773 #, c-format
3774 msgid "%s does not support redirect_edge_and_branch."
3775 msgstr ""
3777 #: cfghooks.c:307
3778 #, c-format
3779 msgid "%s does not support redirect_edge_and_branch_force."
3780 msgstr ""
3782 #: cfghooks.c:325
3783 #, c-format
3784 msgid "%s does not support split_block."
3785 msgstr ""
3787 #: cfghooks.c:361
3788 #, c-format
3789 msgid "%s does not support move_block_after."
3790 msgstr ""
3792 #: cfghooks.c:374
3793 #, c-format
3794 msgid "%s does not support delete_basic_block."
3795 msgstr ""
3797 #: cfghooks.c:406
3798 #, c-format
3799 msgid "%s does not support split_edge."
3800 msgstr ""
3802 #: cfghooks.c:467
3803 #, c-format
3804 msgid "%s does not support create_basic_block."
3805 msgstr ""
3807 #: cfghooks.c:495
3808 #, c-format
3809 msgid "%s does not support can_merge_blocks_p."
3810 msgstr ""
3812 #: cfghooks.c:506
3813 #, c-format
3814 msgid "%s does not support predict_edge."
3815 msgstr ""
3817 #: cfghooks.c:515
3818 #, c-format
3819 msgid "%s does not support predicted_by_p."
3820 msgstr ""
3822 #: cfghooks.c:529
3823 #, c-format
3824 msgid "%s does not support merge_blocks."
3825 msgstr ""
3827 #: cfghooks.c:575
3828 #, c-format
3829 msgid "%s does not support make_forwarder_block."
3830 msgstr ""
3832 #: cfghooks.c:680
3833 #, c-format
3834 msgid "%s does not support can_duplicate_block_p."
3835 msgstr ""
3837 #: cfghooks.c:707
3838 #, c-format
3839 msgid "%s does not support duplicate_block."
3840 msgstr ""
3842 #: cfghooks.c:773
3843 #, c-format
3844 msgid "%s does not support block_ends_with_call_p"
3845 msgstr ""
3847 #: cfghooks.c:784
3848 #, c-format
3849 msgid "%s does not support block_ends_with_condjump_p"
3850 msgstr ""
3852 #: cfghooks.c:802
3853 #, c-format
3854 msgid "%s does not support flow_call_edges_add"
3855 msgstr ""
3857 #: cfgloop.c:1312
3858 #, c-format
3859 msgid "Size of loop %d should be %d, not %d."
3860 msgstr ""
3862 #: cfgloop.c:1329
3863 #, c-format
3864 msgid "Bb %d do not belong to loop %d."
3865 msgstr ""
3867 #: cfgloop.c:1346
3868 #, c-format
3869 msgid "Loop %d's header does not have exactly 2 entries."
3870 msgstr ""
3872 #: cfgloop.c:1353
3873 #, c-format
3874 msgid "Loop %d's latch does not have exactly 1 successor."
3875 msgstr ""
3877 #: cfgloop.c:1358
3878 #, c-format
3879 msgid "Loop %d's latch does not have header as successor."
3880 msgstr ""
3882 #: cfgloop.c:1363
3883 #, c-format
3884 msgid "Loop %d's latch does not belong directly to it."
3885 msgstr ""
3887 #: cfgloop.c:1369
3888 #, c-format
3889 msgid "Loop %d's header does not belong directly to it."
3890 msgstr ""
3892 #: cfgloop.c:1375
3893 #, c-format
3894 msgid "Loop %d's latch is marked as part of irreducible region."
3895 msgstr ""
3897 #: cfgloop.c:1408
3898 #, c-format
3899 msgid "Basic block %d should be marked irreducible."
3900 msgstr ""
3902 #: cfgloop.c:1414
3903 #, c-format
3904 msgid "Basic block %d should not be marked irreducible."
3905 msgstr ""
3907 #: cfgloop.c:1422
3908 #, c-format
3909 msgid "Edge from %d to %d should be marked irreducible."
3910 msgstr ""
3912 #: cfgloop.c:1429
3913 #, c-format
3914 msgid "Edge from %d to %d should not be marked irreducible."
3915 msgstr ""
3917 #: cfgloop.c:1464
3918 #, c-format
3919 msgid "Wrong single exit %d->%d recorded for loop %d."
3920 msgstr ""
3922 #: cfgloop.c:1468
3923 #, c-format
3924 msgid "Right exit is %d->%d."
3925 msgstr ""
3927 #: cfgloop.c:1485
3928 #, c-format
3929 msgid "Single exit not recorded for loop %d."
3930 msgstr ""
3932 #: cfgloop.c:1492
3933 #, c-format
3934 msgid "Loop %d should not have single exit (%d -> %d)."
3935 msgstr ""
3937 #: cfgrtl.c:1948
3938 #, c-format
3939 msgid "end insn %d for block %d not found in the insn stream"
3940 msgstr ""
3942 #: cfgrtl.c:1962
3943 #, c-format
3944 msgid "insn %d is in multiple basic blocks (%d and %d)"
3945 msgstr ""
3947 #: cfgrtl.c:1974
3948 #, c-format
3949 msgid "head insn %d for block %d not found in the insn stream"
3950 msgstr ""
3952 #: cfgrtl.c:1998
3953 msgid "verify_flow_info: REG_BR_PROB does not match cfg %wi %i"
3954 msgstr ""
3956 #: cfgrtl.c:2013
3957 #, c-format
3958 msgid "Fallthru edge crosses section boundary (bb %i)"
3959 msgstr ""
3961 #: cfgrtl.c:2038
3962 #, c-format
3963 msgid "Missing REG_EH_REGION note in the end of bb %i"
3964 msgstr ""
3966 #: cfgrtl.c:2046
3967 #, c-format
3968 msgid "Too many outgoing branch edges from bb %i"
3969 msgstr ""
3971 #: cfgrtl.c:2051
3972 #, c-format
3973 msgid "Fallthru edge after unconditional jump %i"
3974 msgstr ""
3976 #: cfgrtl.c:2062
3977 #, c-format
3978 msgid "Wrong amount of branch edges after conditional jump %i"
3979 msgstr ""
3981 #: cfgrtl.c:2067
3982 #, c-format
3983 msgid "Call edges for non-call insn in bb %i"
3984 msgstr ""
3986 #: cfgrtl.c:2076
3987 #, c-format
3988 msgid "Abnormal edges for no purpose in bb %i"
3989 msgstr ""
3991 #: cfgrtl.c:2088
3992 #, c-format
3993 msgid "insn %d inside basic block %d but block_for_insn is NULL"
3994 msgstr ""
3996 #: cfgrtl.c:2092
3997 #, c-format
3998 msgid "insn %d inside basic block %d but block_for_insn is %i"
3999 msgstr ""
4001 #: cfgrtl.c:2106 cfgrtl.c:2116
4002 #, c-format
4003 msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
4004 msgstr ""
4006 #: cfgrtl.c:2129
4007 #, c-format
4008 msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
4009 msgstr ""
4011 #: cfgrtl.c:2139
4012 #, c-format
4013 msgid "in basic block %d:"
4014 msgstr ""
4016 #: cfgrtl.c:2140
4017 msgid "flow control insn inside a basic block"
4018 msgstr ""
4020 #: cfgrtl.c:2188
4021 #, c-format
4022 msgid "missing barrier after block %i"
4023 msgstr ""
4025 #: cfgrtl.c:2201
4026 #, c-format
4027 msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
4028 msgstr ""
4030 #: cfgrtl.c:2210
4031 #, c-format
4032 msgid "verify_flow_info: Incorrect fallthru %i->%i"
4033 msgstr ""
4035 #: cfgrtl.c:2212
4036 msgid "wrong insn in the fallthru edge"
4037 msgstr ""
4039 #: cfgrtl.c:2229
4040 msgid "basic blocks not laid down consecutively"
4041 msgstr ""
4043 #: cfgrtl.c:2254
4044 msgid "insn outside basic block"
4045 msgstr ""
4047 #: cfgrtl.c:2261
4048 msgid "return not followed by barrier"
4049 msgstr ""
4051 #: cfgrtl.c:2268
4052 #, c-format
4053 msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
4054 msgstr ""
4056 #: cgraph.c:278
4057 msgid "function body not available"
4058 msgstr ""
4060 #: cgraph.c:280 cgraphunit.c:661
4061 msgid "redefined extern inline functions are not considered for inlining"
4062 msgstr ""
4064 #: cgraph.c:283 cgraphunit.c:666
4065 msgid "function not considered for inlining"
4066 msgstr ""
4068 #: cgraph.c:285 cgraphunit.c:664
4069 msgid "function not inlinable"
4070 msgstr ""
4072 #: cgraph.c:615
4073 msgid "%D renamed after being referenced in assembly"
4074 msgstr ""
4076 #: cgraphunit.c:512
4077 msgid "Shared call_expr:"
4078 msgstr ""
4080 #: cgraphunit.c:518
4081 msgid "Edge points to wrong declaration:"
4082 msgstr ""
4084 #: cgraphunit.c:527
4085 msgid "Missing callgraph edge for call expr:"
4086 msgstr ""
4088 #: cgraphunit.c:553
4089 #, c-format
4090 msgid "Aux field set for edge %s->%s"
4091 msgstr ""
4093 #: cgraphunit.c:565
4094 msgid "Inlined_to pointer is wrong"
4095 msgstr ""
4097 #: cgraphunit.c:570
4098 msgid "Multiple inline callers"
4099 msgstr ""
4101 #: cgraphunit.c:577
4102 msgid "Inlined_to pointer set for noninline callers"
4103 msgstr ""
4105 #: cgraphunit.c:583
4106 msgid "Inlined_to pointer is set but no predecesors found"
4107 msgstr ""
4109 #: cgraphunit.c:588
4110 msgid "Inlined_to pointer reffers to itself"
4111 msgstr ""
4113 #: cgraphunit.c:598
4114 msgid "Node not found in DECL_ASSEMBLER_NAME hash"
4115 msgstr ""
4117 #: cgraphunit.c:612
4118 #, c-format
4119 msgid "Edge %s->%s has no corresponding call_expr"
4120 msgstr ""
4122 #: cgraphunit.c:623
4123 msgid "verify_cgraph_node failed."
4124 msgstr ""
4126 #: cgraphunit.c:807
4127 msgid "failed to reclaim unneeded function"
4128 msgstr ""
4130 #: cgraphunit.c:1194
4131 msgid "--param large-function-growth limit reached"
4132 msgstr ""
4134 #: cgraphunit.c:1231
4135 msgid "recursive inlining"
4136 msgstr ""
4138 #: cgraphunit.c:1396 cgraphunit.c:1648
4139 msgid "--param max-inline-insns-single limit reached"
4140 msgstr ""
4142 #: cgraphunit.c:1420
4143 msgid ""
4144 "--param max-inline-insns-single limit reached after inlining into the callee"
4145 msgstr ""
4147 #: cgraphunit.c:1470
4148 msgid "--param inline-unit-growth limit reached"
4149 msgstr ""
4151 #: cgraphunit.c:1822
4152 msgid "Nodes with no released memory found."
4153 msgstr ""
4155 #: collect2.c:402 gcc.c:6733
4156 #, c-format
4157 msgid "internal gcc abort in %s, at %s:%d"
4158 msgstr ""
4160 #: collect2.c:895
4161 msgid "no arguments"
4162 msgstr ""
4164 #: collect2.c:1194
4165 #, c-format
4166 msgid "unknown demangling style '%s'"
4167 msgstr ""
4169 #: collect2.c:1268 collect2.c:1416 collect2.c:1451
4170 #, c-format
4171 msgid "fopen %s"
4172 msgstr ""
4174 #: collect2.c:1271 collect2.c:1421 collect2.c:1454
4175 #, c-format
4176 msgid "fclose %s"
4177 msgstr ""
4179 #: collect2.c:1280
4180 #, c-format
4181 msgid "collect2 version %s"
4182 msgstr ""
4184 #: collect2.c:1370
4185 #, c-format
4186 msgid "%d constructor(s) found\n"
4187 msgstr ""
4189 #: collect2.c:1371
4190 #, c-format
4191 msgid "%d destructor(s)  found\n"
4192 msgstr ""
4194 #: collect2.c:1372
4195 #, c-format
4196 msgid "%d frame table(s) found\n"
4197 msgstr ""
4199 #: collect2.c:1514
4200 #, c-format
4201 msgid "%s terminated with signal %d [%s]%s"
4202 msgstr ""
4204 #: collect2.c:1532
4205 #, c-format
4206 msgid "%s returned %d exit status"
4207 msgstr ""
4209 #: collect2.c:1557
4210 #, c-format
4211 msgid "[cannot find %s]"
4212 msgstr ""
4214 #: collect2.c:1572
4215 #, c-format
4216 msgid "cannot find '%s'"
4217 msgstr ""
4219 #: collect2.c:1583 collect2.c:1586
4220 #, c-format
4221 msgid "redirecting stdout: %s"
4222 msgstr ""
4224 #: collect2.c:1625
4225 #, c-format
4226 msgid "[Leaving %s]\n"
4227 msgstr ""
4229 #: collect2.c:1845
4230 #, c-format
4231 msgid ""
4232 "\n"
4233 "write_c_file - output name is %s, prefix is %s\n"
4234 msgstr ""
4236 #: collect2.c:2049
4237 msgid "cannot find 'nm'"
4238 msgstr ""
4240 #: collect2.c:2059 collect2.c:2225
4241 msgid "pipe"
4242 msgstr ""
4244 #: collect2.c:2063 collect2.c:2229
4245 msgid "fdopen"
4246 msgstr ""
4248 #: collect2.c:2089 collect2.c:2255
4249 #, c-format
4250 msgid "dup2 %d 1"
4251 msgstr ""
4253 #: collect2.c:2092 collect2.c:2095 collect2.c:2108 collect2.c:2258
4254 #: collect2.c:2261 collect2.c:2274
4255 #, c-format
4256 msgid "close %d"
4257 msgstr ""
4259 #: collect2.c:2098 collect2.c:2264
4260 #, c-format
4261 msgid "execv %s"
4262 msgstr ""
4264 #: collect2.c:2152
4265 #, c-format
4266 msgid "init function found in object %s"
4267 msgstr ""
4269 #: collect2.c:2160
4270 #, c-format
4271 msgid "fini function found in object %s"
4272 msgstr ""
4274 #: collect2.c:2183 collect2.c:2313
4275 msgid "fclose"
4276 msgstr ""
4278 #: collect2.c:2216
4279 msgid "cannot find 'ldd'"
4280 msgstr ""
4282 #: collect2.c:2277
4283 msgid ""
4284 "\n"
4285 "ldd output with constructors/destructors.\n"
4286 msgstr ""
4288 #: collect2.c:2292
4289 #, c-format
4290 msgid "dynamic dependency %s not found"
4291 msgstr ""
4293 #: collect2.c:2304
4294 #, c-format
4295 msgid "unable to open dynamic dependency '%s'"
4296 msgstr ""
4298 #: collect2.c:2463
4299 #, c-format
4300 msgid "%s: not a COFF file"
4301 msgstr ""
4303 #: collect2.c:2583
4304 #, c-format
4305 msgid "%s: cannot open as COFF file"
4306 msgstr ""
4308 #: collect2.c:2641
4309 #, c-format
4310 msgid "library lib%s not found"
4311 msgstr ""
4313 #: combine.c:12524
4314 #, c-format
4315 msgid ""
4316 ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new "
4317 "space),\n"
4318 ";; %d successes.\n"
4319 "\n"
4320 msgstr ""
4322 #: combine.c:12533
4323 #, c-format
4324 msgid ""
4325 "\n"
4326 ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
4327 ";; %d successes.\n"
4328 msgstr ""
4330 #: convert.c:69
4331 msgid "cannot convert to a pointer type"
4332 msgstr ""
4334 #: convert.c:302
4335 msgid "pointer value used where a floating point value was expected"
4336 msgstr ""
4338 #: convert.c:306
4339 msgid "aggregate value used where a float was expected"
4340 msgstr ""
4342 #: convert.c:331
4343 msgid "conversion to incomplete type"
4344 msgstr ""
4346 #: convert.c:660 convert.c:736
4347 msgid "can't convert between vector values of different size"
4348 msgstr ""
4350 #: convert.c:666
4351 msgid "aggregate value used where an integer was expected"
4352 msgstr ""
4354 #: convert.c:716
4355 msgid "pointer value used where a complex was expected"
4356 msgstr ""
4358 #: convert.c:720
4359 msgid "aggregate value used where a complex was expected"
4360 msgstr ""
4362 #: convert.c:742
4363 msgid "can't convert value to a vector"
4364 msgstr ""
4366 #: coverage.c:168
4367 #, c-format
4368 msgid "%qs is not a gcov data file"
4369 msgstr ""
4371 #: coverage.c:179
4372 msgid "%qs is version %q.*s, expected version %q.*s"
4373 msgstr ""
4375 #: coverage.c:259 coverage.c:267
4376 #, c-format
4377 msgid "coverage mismatch for function %u while reading execution counters."
4378 msgstr ""
4380 #: coverage.c:261 coverage.c:344
4381 #, c-format
4382 msgid "checksum is %x instead of %x"
4383 msgstr ""
4385 #: coverage.c:269 coverage.c:352
4386 #, c-format
4387 msgid "number of counters is %d instead of %d"
4388 msgstr ""
4390 #: coverage.c:275
4391 #, c-format
4392 msgid "cannot merge separate %s counters for function %u"
4393 msgstr ""
4395 #: coverage.c:296
4396 #, c-format
4397 msgid "%qs has overflowed"
4398 msgstr ""
4400 #: coverage.c:296
4401 #, c-format
4402 msgid "%qs is corrupted"
4403 msgstr ""
4405 #: coverage.c:333
4406 #, c-format
4407 msgid "no coverage for function %qs found."
4408 msgstr ""
4410 #: coverage.c:341 coverage.c:349
4411 #, c-format
4412 msgid "coverage mismatch for function %qs while reading counter %qs."
4413 msgstr ""
4415 #: coverage.c:532
4416 #, c-format
4417 msgid "cannot open %s"
4418 msgstr ""
4420 #: coverage.c:567
4421 #, c-format
4422 msgid "error writing %qs"
4423 msgstr ""
4425 #: cppspec.c:106
4426 #, c-format
4427 msgid "\"%s\" is not a valid option to the preprocessor"
4428 msgstr ""
4430 #: cppspec.c:128
4431 msgid "too many input files"
4432 msgstr ""
4434 #: cse.c:6772
4435 #, c-format
4436 msgid ";; Processing block from %d to %d, %d sets.\n"
4437 msgstr ""
4439 #: diagnostic.c:168
4440 #, c-format
4441 msgid "%s:%d: confused by earlier errors, bailing out\n"
4442 msgstr ""
4444 #: diagnostic.c:228
4445 msgid "compilation terminated due to -Wfatal-errors.\n"
4446 msgstr ""
4448 #: diagnostic.c:237
4449 #, c-format
4450 msgid ""
4451 "Please submit a full bug report,\n"
4452 "with preprocessed source if appropriate.\n"
4453 "See %s for instructions.\n"
4454 msgstr ""
4456 #: diagnostic.c:246
4457 msgid "compilation terminated.\n"
4458 msgstr ""
4460 #: diagnostic.c:537
4461 msgid "Internal compiler error: Error reporting routines re-entered.\n"
4462 msgstr ""
4464 #: diagnostic.c:556
4465 #, c-format
4466 msgid "in %s, at %s:%d"
4467 msgstr ""
4469 #: dominance.c:834
4470 #, c-format
4471 msgid "dominator of %d status unknown"
4472 msgstr ""
4474 #: dominance.c:836
4475 #, c-format
4476 msgid "dominator of %d should be %d, not %d"
4477 msgstr ""
4479 #: dominance.c:848
4480 #, c-format
4481 msgid "ENTRY does not dominate bb %d"
4482 msgstr ""
4484 #: dwarf2out.c:3388
4485 #, c-format
4486 msgid "DW_LOC_OP %s not implemented\n"
4487 msgstr ""
4489 #: emit-rtl.c:2232
4490 msgid "Invalid rtl sharing found in the insn"
4491 msgstr ""
4493 #: emit-rtl.c:2234
4494 msgid "Shared rtx"
4495 msgstr ""
4497 #: emit-rtl.c:2236
4498 msgid "Internal consistency failure"
4499 msgstr ""
4501 #: emit-rtl.c:3301
4502 msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
4503 msgstr ""
4505 #: errors.c:133 java/jv-scan.c:272
4506 #, c-format
4507 msgid "abort in %s, at %s:%d"
4508 msgstr ""
4510 #: except.c:340
4511 msgid "exception handling disabled, use -fexceptions to enable"
4512 msgstr ""
4514 #: except.c:2577
4515 msgid "argument of %<__builtin_eh_return_regno%> must be constant"
4516 msgstr ""
4518 #: except.c:2708
4519 msgid "__builtin_eh_return not supported on this target"
4520 msgstr ""
4522 #: explow.c:1301
4523 msgid "stack limits not supported on this target"
4524 msgstr ""
4526 #: final.c:1061
4527 msgid "negative insn length"
4528 msgstr ""
4530 #: final.c:2501
4531 msgid "could not split insn"
4532 msgstr ""
4534 #: final.c:2851
4535 msgid "invalid 'asm': "
4536 msgstr ""
4538 #: final.c:3034
4539 msgid "nested assembly dialect alternatives"
4540 msgstr ""
4542 #: final.c:3051 final.c:3063
4543 msgid "unterminated assembly dialect alternative"
4544 msgstr ""
4546 #: final.c:3110
4547 #, c-format
4548 msgid "operand number missing after %%-letter"
4549 msgstr ""
4551 #: final.c:3113 final.c:3154
4552 msgid "operand number out of range"
4553 msgstr ""
4555 #: final.c:3173
4556 #, c-format
4557 msgid "invalid %%-code"
4558 msgstr ""
4560 #: final.c:3203
4561 #, c-format
4562 msgid "'%%l' operand isn't a label"
4563 msgstr ""
4565 #. We can't handle floating point constants;
4566 #. PRINT_OPERAND must handle them.
4567 #. We can't handle floating point constants; PRINT_OPERAND must
4568 #. handle them.
4569 #. We can't handle floating point constants;
4570 #. PRINT_OPERAND must handle them.
4571 #: final.c:3305 vmsdbgout.c:487 config/i386/i386.c:5931
4572 #: config/pdp11/pdp11.c:1690
4573 msgid "floating constant misused"
4574 msgstr ""
4576 #: final.c:3361 vmsdbgout.c:544 config/i386/i386.c:6009
4577 #: config/pdp11/pdp11.c:1737
4578 msgid "invalid expression as operand"
4579 msgstr ""
4581 #: flow.c:494 flow.c:518 flow.c:540
4582 msgid "internal consistency failure"
4583 msgstr ""
4585 #: flow.c:1689
4586 msgid "Attempt to delete prologue/epilogue insn:"
4587 msgstr ""
4589 #: fold-const.c:3220 fold-const.c:3231
4590 #, c-format
4591 msgid "comparison is always %d due to width of bit-field"
4592 msgstr ""
4594 #: fold-const.c:4789 fold-const.c:4804
4595 #, c-format
4596 msgid "comparison is always %d"
4597 msgstr ""
4599 #: fold-const.c:4933
4600 msgid "%<or%> of unmatched not-equal tests is always 1"
4601 msgstr ""
4603 #: fold-const.c:4938
4604 msgid "%<and%> of mutually exclusive equal-tests is always 0"
4605 msgstr ""
4607 #: fold-const.c:9870
4608 msgid "fold check: original tree changed by fold"
4609 msgstr ""
4611 #: function.c:832 varasm.c:1584
4612 msgid "%Jsize of variable %qD is too large"
4613 msgstr ""
4615 #: function.c:1443
4616 msgid "impossible constraint in %<asm%>"
4617 msgstr ""
4619 #: function.c:3633
4620 msgid "%Jvariable %qD might be clobbered by %<longjmp%> or %<vfork%>"
4621 msgstr ""
4623 #: function.c:3654
4624 msgid "%Jargument %qD might be clobbered by %<longjmp%> or %<vfork%>"
4625 msgstr ""
4627 #: function.c:4045
4628 msgid "function returns an aggregate"
4629 msgstr ""
4631 #: function.c:4368
4632 msgid "%Junused parameter %qD"
4633 msgstr ""
4635 #: gcc.c:1237
4636 #, c-format
4637 msgid "ambiguous abbreviation %s"
4638 msgstr ""
4640 #: gcc.c:1264
4641 #, c-format
4642 msgid "incomplete '%s' option"
4643 msgstr ""
4645 #: gcc.c:1275
4646 #, c-format
4647 msgid "missing argument to '%s' option"
4648 msgstr ""
4650 #: gcc.c:1288
4651 #, c-format
4652 msgid "extraneous argument to '%s' option"
4653 msgstr ""
4655 #: gcc.c:1632
4656 msgid "Using built-in specs.\n"
4657 msgstr ""
4659 #: gcc.c:1815
4660 #, c-format
4661 msgid ""
4662 "Setting spec %s to '%s'\n"
4663 "\n"
4664 msgstr ""
4666 #: gcc.c:1924
4667 #, c-format
4668 msgid "Reading specs from %s\n"
4669 msgstr ""
4671 #: gcc.c:2020 gcc.c:2039
4672 #, c-format
4673 msgid "specs %%include syntax malformed after %ld characters"
4674 msgstr ""
4676 #: gcc.c:2047
4677 #, c-format
4678 msgid "could not find specs file %s\n"
4679 msgstr ""
4681 #: gcc.c:2064 gcc.c:2072 gcc.c:2081 gcc.c:2090
4682 #, c-format
4683 msgid "specs %%rename syntax malformed after %ld characters"
4684 msgstr ""
4686 #: gcc.c:2099
4687 #, c-format
4688 msgid "specs %s spec was not found to be renamed"
4689 msgstr ""
4691 #: gcc.c:2106
4692 #, c-format
4693 msgid "%s: attempt to rename spec '%s' to already defined spec '%s'"
4694 msgstr ""
4696 #: gcc.c:2111
4697 #, c-format
4698 msgid "rename spec %s to %s\n"
4699 msgstr ""
4701 #: gcc.c:2113
4702 #, c-format
4703 msgid ""
4704 "spec is '%s'\n"
4705 "\n"
4706 msgstr ""
4708 #: gcc.c:2126
4709 #, c-format
4710 msgid "specs unknown %% command after %ld characters"
4711 msgstr ""
4713 #: gcc.c:2137 gcc.c:2150
4714 #, c-format
4715 msgid "specs file malformed after %ld characters"
4716 msgstr ""
4718 #: gcc.c:2203
4719 msgid "spec file has no spec for linking"
4720 msgstr ""
4722 #: gcc.c:2625
4723 #, c-format
4724 msgid "system path '%s' is not absolute"
4725 msgstr ""
4727 #: gcc.c:2688
4728 msgid "-pipe not supported"
4729 msgstr ""
4731 #: gcc.c:2750
4732 msgid ""
4733 "\n"
4734 "Go ahead? (y or n) "
4735 msgstr ""
4737 #: gcc.c:2875
4738 #, c-format
4739 msgid ""
4740 "Internal error: %s (program %s)\n"
4741 "Please submit a full bug report.\n"
4742 "See %s for instructions."
4743 msgstr ""
4745 #: gcc.c:2893
4746 #, c-format
4747 msgid "# %s %.2f %.2f\n"
4748 msgstr ""
4750 #: gcc.c:3023
4751 #, c-format
4752 msgid "Usage: %s [options] file...\n"
4753 msgstr ""
4755 #: gcc.c:3024
4756 msgid "Options:\n"
4757 msgstr ""
4759 #: gcc.c:3026
4760 msgid "  -pass-exit-codes         Exit with highest error code from a phase\n"
4761 msgstr ""
4763 #: gcc.c:3027
4764 msgid "  --help                   Display this information\n"
4765 msgstr ""
4767 #: gcc.c:3028
4768 msgid ""
4769 "  --target-help            Display target specific command line options\n"
4770 msgstr ""
4772 #: gcc.c:3030
4773 msgid "  (Use '-v --help' to display command line options of sub-processes)\n"
4774 msgstr ""
4776 #: gcc.c:3031
4777 msgid "  -dumpspecs               Display all of the built in spec strings\n"
4778 msgstr ""
4780 #: gcc.c:3032
4781 msgid "  -dumpversion             Display the version of the compiler\n"
4782 msgstr ""
4784 #: gcc.c:3033
4785 msgid "  -dumpmachine             Display the compiler's target processor\n"
4786 msgstr ""
4788 #: gcc.c:3034
4789 msgid ""
4790 "  -print-search-dirs       Display the directories in the compiler's search "
4791 "path\n"
4792 msgstr ""
4794 #: gcc.c:3035
4795 msgid ""
4796 "  -print-libgcc-file-name  Display the name of the compiler's companion "
4797 "library\n"
4798 msgstr ""
4800 #: gcc.c:3036
4801 msgid "  -print-file-name=<lib>   Display the full path to library <lib>\n"
4802 msgstr ""
4804 #: gcc.c:3037
4805 msgid ""
4806 "  -print-prog-name=<prog>  Display the full path to compiler component "
4807 "<prog>\n"
4808 msgstr ""
4810 #: gcc.c:3038
4811 msgid ""
4812 "  -print-multi-directory   Display the root directory for versions of "
4813 "libgcc\n"
4814 msgstr ""
4816 #: gcc.c:3039
4817 msgid ""
4818 "  -print-multi-lib         Display the mapping between command line options "
4819 "and\n"
4820 "                           multiple library search directories\n"
4821 msgstr ""
4823 #: gcc.c:3042
4824 msgid "  -print-multi-os-directory Display the relative path to OS libraries\n"
4825 msgstr ""
4827 #: gcc.c:3043
4828 msgid ""
4829 "  -Wa,<options>            Pass comma-separated <options> on to the "
4830 "assembler\n"
4831 msgstr ""
4833 #: gcc.c:3044
4834 msgid ""
4835 "  -Wp,<options>            Pass comma-separated <options> on to the "
4836 "preprocessor\n"
4837 msgstr ""
4839 #: gcc.c:3045
4840 msgid ""
4841 "  -Wl,<options>            Pass comma-separated <options> on to the linker\n"
4842 msgstr ""
4844 #: gcc.c:3046
4845 msgid "  -Xassembler <arg>        Pass <arg> on to the assembler\n"
4846 msgstr ""
4848 #: gcc.c:3047
4849 msgid "  -Xpreprocessor <arg>     Pass <arg> on to the preprocessor\n"
4850 msgstr ""
4852 #: gcc.c:3048
4853 msgid "  -Xlinker <arg>           Pass <arg> on to the linker\n"
4854 msgstr ""
4856 #: gcc.c:3049
4857 msgid ""
4858 "  -combine                 Pass multiple source files to compiler at once\n"
4859 msgstr ""
4861 #: gcc.c:3050
4862 msgid "  -save-temps              Do not delete intermediate files\n"
4863 msgstr ""
4865 #: gcc.c:3051
4866 msgid "  -pipe                    Use pipes rather than intermediate files\n"
4867 msgstr ""
4869 #: gcc.c:3052
4870 msgid "  -time                    Time the execution of each subprocess\n"
4871 msgstr ""
4873 #: gcc.c:3053
4874 msgid ""
4875 "  -specs=<file>            Override built-in specs with the contents of "
4876 "<file>\n"
4877 msgstr ""
4879 #: gcc.c:3054
4880 msgid ""
4881 "  -std=<standard>          Assume that the input sources are for <standard>\n"
4882 msgstr ""
4884 #: gcc.c:3055
4885 msgid ""
4886 "  -B <directory>           Add <directory> to the compiler's search paths\n"
4887 msgstr ""
4889 #: gcc.c:3056
4890 msgid "  -b <machine>             Run gcc for target <machine>, if installed\n"
4891 msgstr ""
4893 #: gcc.c:3057
4894 msgid ""
4895 "  -V <version>             Run gcc version number <version>, if installed\n"
4896 msgstr ""
4898 #: gcc.c:3058
4899 msgid ""
4900 "  -v                       Display the programs invoked by the compiler\n"
4901 msgstr ""
4903 #: gcc.c:3059
4904 msgid ""
4905 "  -###                     Like -v but options quoted and commands not "
4906 "executed\n"
4907 msgstr ""
4909 #: gcc.c:3060
4910 msgid ""
4911 "  -E                       Preprocess only; do not compile, assemble or "
4912 "link\n"
4913 msgstr ""
4915 #: gcc.c:3061
4916 msgid "  -S                       Compile only; do not assemble or link\n"
4917 msgstr ""
4919 #: gcc.c:3062
4920 msgid "  -c                       Compile and assemble, but do not link\n"
4921 msgstr ""
4923 #: gcc.c:3063
4924 msgid "  -o <file>                Place the output into <file>\n"
4925 msgstr ""
4927 #: gcc.c:3064
4928 msgid ""
4929 "  -x <language>            Specify the language of the following input "
4930 "files\n"
4931 "                           Permissible languages include: c c++ assembler "
4932 "none\n"
4933 "                           'none' means revert to the default behavior of\n"
4934 "                           guessing the language based on the file's "
4935 "extension\n"
4936 msgstr ""
4938 #: gcc.c:3071
4939 #, c-format
4940 msgid ""
4941 "\n"
4942 "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
4943 " passed on to the various sub-processes invoked by %s.  In order to pass\n"
4944 " other options on to these processes the -W<letter> options must be used.\n"
4945 msgstr ""
4947 #: gcc.c:3191
4948 #, c-format
4949 msgid "'-%c' option must have argument"
4950 msgstr ""
4952 #: gcc.c:3213
4953 #, c-format
4954 msgid "couldn't run '%s': %s"
4955 msgstr ""
4957 #. translate_options () has turned --version into -fversion.
4958 #: gcc.c:3398
4959 #, c-format
4960 msgid "%s (GCC) %s\n"
4961 msgstr ""
4963 #: gcc.c:3400 gcov.c:412 java/gjavah.c:2376 java/jcf-dump.c:916
4964 #: java/jv-scan.c:128
4965 msgid "(C)"
4966 msgstr ""
4968 #: gcc.c:3401 java/gjavah.c:2377 java/jcf-dump.c:917 java/jv-scan.c:129
4969 #, c-format
4970 msgid ""
4971 "This is free software; see the source for copying conditions.  There is NO\n"
4972 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
4973 "\n"
4974 msgstr ""
4976 #: gcc.c:3502
4977 msgid "argument to '-Xlinker' is missing"
4978 msgstr ""
4980 #: gcc.c:3510
4981 msgid "argument to '-Xpreprocessor' is missing"
4982 msgstr ""
4984 #: gcc.c:3517
4985 msgid "argument to '-Xassembler' is missing"
4986 msgstr ""
4988 #: gcc.c:3524
4989 msgid "argument to '-l' is missing"
4990 msgstr ""
4992 #: gcc.c:3545
4993 msgid "argument to '-specs' is missing"
4994 msgstr ""
4996 #: gcc.c:3559
4997 msgid "argument to '-specs=' is missing"
4998 msgstr ""
5000 #: gcc.c:3596
5001 #, c-format
5002 msgid "'-%c' must come at the start of the command line"
5003 msgstr ""
5005 #: gcc.c:3605
5006 msgid "argument to '-B' is missing"
5007 msgstr ""
5009 #: gcc.c:3778
5010 msgid "warning: -pipe ignored because -save-temps specified"
5011 msgstr ""
5013 #: gcc.c:3782
5014 msgid "warning: -pipe ignored because -time specified"
5015 msgstr ""
5017 #: gcc.c:3994
5018 msgid "argument to '-x' is missing"
5019 msgstr ""
5021 #: gcc.c:4022
5022 #, c-format
5023 msgid "argument to '-%s' is missing"
5024 msgstr ""
5026 #: gcc.c:4083
5027 #, c-format
5028 msgid "warning: '-x %s' after last input file has no effect"
5029 msgstr ""
5031 #: gcc.c:4360
5032 #, c-format
5033 msgid "switch '%s' does not start with '-'"
5034 msgstr ""
5036 #: gcc.c:4587
5037 #, c-format
5038 msgid "spec '%s' invalid"
5039 msgstr ""
5041 #: gcc.c:4653
5042 #, c-format
5043 msgid "%s\n"
5044 msgstr ""
5046 #: gcc.c:4726
5047 #, c-format
5048 msgid "spec '%s' has invalid '%%0%c'"
5049 msgstr ""
5051 #: gcc.c:4923
5052 #, c-format
5053 msgid "spec '%s' has invalid '%%W%c"
5054 msgstr ""
5056 #: gcc.c:4954
5057 #, c-format
5058 msgid "spec '%s' has invalid '%%x%c'"
5059 msgstr ""
5061 #. Catch the case where a spec string contains something like
5062 #. '%{foo:%*}'.  i.e. there is no * in the pattern on the left
5063 #. hand side of the :.
5064 #: gcc.c:5149
5065 #, c-format
5066 msgid "spec failure: '%%*' has not been initialized by pattern match"
5067 msgstr ""
5069 #: gcc.c:5158
5070 #, c-format
5071 msgid "warning: use of obsolete %%[ operator in specs"
5072 msgstr ""
5074 #: gcc.c:5176
5075 #, c-format
5076 msgid "Processing spec %c%s%c, which is '%s'\n"
5077 msgstr ""
5079 #: gcc.c:5239
5080 #, c-format
5081 msgid "spec failure: unrecognized spec option '%c'"
5082 msgstr ""
5084 #: gcc.c:5318
5085 #, c-format
5086 msgid "unknown spec function '%s'"
5087 msgstr ""
5089 #: gcc.c:5337
5090 #, c-format
5091 msgid "error in args to spec function '%s'"
5092 msgstr ""
5094 #: gcc.c:5385
5095 msgid "malformed spec function name"
5096 msgstr ""
5098 #. )
5099 #: gcc.c:5388
5100 msgid "no arguments for spec function"
5101 msgstr ""
5103 #: gcc.c:5407
5104 msgid "malformed spec function arguments"
5105 msgstr ""
5107 #: gcc.c:5646
5108 #, c-format
5109 msgid "braced spec '%s' is invalid at '%c'"
5110 msgstr ""
5112 #: gcc.c:5734
5113 #, c-format
5114 msgid "braced spec body '%s' is invalid"
5115 msgstr ""
5117 #: gcc.c:6160
5118 msgid "spec failure: more than one arg to SYSROOT_SUFFIX_SPEC."
5119 msgstr ""
5121 #: gcc.c:6170
5122 msgid "spec failure: more than one arg to SYSROOT_HEADERS_SUFFIX_SPEC."
5123 msgstr ""
5125 #: gcc.c:6263
5126 #, c-format
5127 msgid "unrecognized option '-%s'"
5128 msgstr ""
5130 #: gcc.c:6269
5131 #, c-format
5132 msgid "install: %s%s\n"
5133 msgstr ""
5135 #: gcc.c:6270
5136 #, c-format
5137 msgid "programs: %s\n"
5138 msgstr ""
5140 #: gcc.c:6271
5141 #, c-format
5142 msgid "libraries: %s\n"
5143 msgstr ""
5145 #: gcc.c:6328
5146 #, c-format
5147 msgid ""
5148 "\n"
5149 "For bug reporting instructions, please see:\n"
5150 msgstr ""
5152 #: gcc.c:6344
5153 #, c-format
5154 msgid "Target: %s\n"
5155 msgstr ""
5157 #: gcc.c:6345
5158 #, c-format
5159 msgid "Configured with: %s\n"
5160 msgstr ""
5162 #: gcc.c:6359
5163 #, c-format
5164 msgid "Thread model: %s\n"
5165 msgstr ""
5167 #: gcc.c:6370
5168 #, c-format
5169 msgid "gcc version %s\n"
5170 msgstr ""
5172 #: gcc.c:6372
5173 #, c-format
5174 msgid "gcc driver version %s executing gcc version %s\n"
5175 msgstr ""
5177 #: gcc.c:6380
5178 msgid "no input files"
5179 msgstr ""
5181 #: gcc.c:6451 gcc.c:6514
5182 #, c-format
5183 msgid "%s: %s compiler not installed on this system"
5184 msgstr ""
5186 #: gcc.c:6460
5187 #, c-format
5188 msgid "spec '%s' is invalid"
5189 msgstr ""
5191 #: gcc.c:6596
5192 #, c-format
5193 msgid "%s: linker input file unused because linking not done"
5194 msgstr ""
5196 #: gcc.c:6636
5197 #, c-format
5198 msgid "language %s not recognized"
5199 msgstr ""
5201 #: gcc.c:6707
5202 #, c-format
5203 msgid "%s: %s"
5204 msgstr ""
5206 #: gcc.c:6927
5207 #, c-format
5208 msgid "multilib spec '%s' is invalid"
5209 msgstr ""
5211 #: gcc.c:7119
5212 #, c-format
5213 msgid "multilib exclusions '%s' is invalid"
5214 msgstr ""
5216 #: gcc.c:7177 gcc.c:7318
5217 #, c-format
5218 msgid "multilib select '%s' is invalid"
5219 msgstr ""
5221 #: gcc.c:7356
5222 #, c-format
5223 msgid "multilib exclusion '%s' is invalid"
5224 msgstr ""
5226 #: gcov.c:385
5227 msgid ""
5228 "Usage: gcov [OPTION]... SOURCEFILE\n"
5229 "\n"
5230 msgstr ""
5232 #: gcov.c:386
5233 msgid ""
5234 "Print code coverage information.\n"
5235 "\n"
5236 msgstr ""
5238 #: gcov.c:387
5239 msgid "  -h, --help                      Print this help, then exit\n"
5240 msgstr ""
5242 #: gcov.c:388
5243 msgid "  -v, --version                   Print version number, then exit\n"
5244 msgstr ""
5246 #: gcov.c:389
5247 msgid ""
5248 "  -a, --all-blocks                Show information for every basic block\n"
5249 msgstr ""
5251 #: gcov.c:390
5252 msgid ""
5253 "  -b, --branch-probabilities      Include branch probabilities in output\n"
5254 msgstr ""
5256 #: gcov.c:391
5257 msgid ""
5258 "  -c, --branch-counts             Given counts of branches taken\n"
5259 "                                    rather than percentages\n"
5260 msgstr ""
5262 #: gcov.c:393
5263 msgid "  -n, --no-output                 Do not create an output file\n"
5264 msgstr ""
5266 #: gcov.c:394
5267 msgid ""
5268 "  -l, --long-file-names           Use long output file names for included\n"
5269 "                                    source files\n"
5270 msgstr ""
5272 #: gcov.c:396
5273 msgid "  -f, --function-summaries        Output summaries for each function\n"
5274 msgstr ""
5276 #: gcov.c:397
5277 msgid ""
5278 "  -o, --object-directory DIR|FILE Search for object files in DIR or called "
5279 "FILE\n"
5280 msgstr ""
5282 #: gcov.c:398
5283 msgid "  -p, --preserve-paths            Preserve all pathname components\n"
5284 msgstr ""
5286 #: gcov.c:399
5287 msgid ""
5288 "  -u, --unconditional-branches    Show unconditional branch counts too\n"
5289 msgstr ""
5291 #: gcov.c:400
5292 #, c-format
5293 msgid ""
5294 "\n"
5295 "For bug reporting instructions, please see:\n"
5296 "%s.\n"
5297 msgstr ""
5299 #: gcov.c:410
5300 #, c-format
5301 msgid "gcov (GCC) %s\n"
5302 msgstr ""
5304 #: gcov.c:414
5305 msgid ""
5306 "This is free software; see the source for copying conditions.\n"
5307 "There is NO warranty; not even for MERCHANTABILITY or \n"
5308 "FITNESS FOR A PARTICULAR PURPOSE.\n"
5309 "\n"
5310 msgstr ""
5312 #: gcov.c:504
5313 #, c-format
5314 msgid "%s:no functions found\n"
5315 msgstr ""
5317 #: gcov.c:525 gcov.c:553
5318 msgid "\n"
5319 msgstr ""
5321 #: gcov.c:540
5322 #, c-format
5323 msgid "%s:creating '%s'\n"
5324 msgstr ""
5326 #: gcov.c:544
5327 #, c-format
5328 msgid "%s:error writing output file '%s'\n"
5329 msgstr ""
5331 #: gcov.c:549
5332 #, c-format
5333 msgid "%s:could not open output file '%s'\n"
5334 msgstr ""
5336 #: gcov.c:700
5337 #, c-format
5338 msgid "%s:cannot open graph file\n"
5339 msgstr ""
5341 #: gcov.c:706
5342 #, c-format
5343 msgid "%s:not a gcov graph file\n"
5344 msgstr ""
5346 #: gcov.c:719
5347 #, c-format
5348 msgid "%s:version '%.4s', prefer '%.4s'\n"
5349 msgstr ""
5351 #: gcov.c:771
5352 #, c-format
5353 msgid "%s:already seen blocks for '%s'\n"
5354 msgstr ""
5356 #: gcov.c:889 gcov.c:1045
5357 #, c-format
5358 msgid "%s:corrupted\n"
5359 msgstr ""
5361 #: gcov.c:963
5362 #, c-format
5363 msgid "%s:cannot open data file\n"
5364 msgstr ""
5366 #: gcov.c:968
5367 #, c-format
5368 msgid "%s:not a gcov data file\n"
5369 msgstr ""
5371 #: gcov.c:981
5372 #, c-format
5373 msgid "%s:version '%.4s', prefer version '%.4s'\n"
5374 msgstr ""
5376 #: gcov.c:987
5377 #, c-format
5378 msgid "%s:stamp mismatch with graph file\n"
5379 msgstr ""
5381 #: gcov.c:1013
5382 #, c-format
5383 msgid "%s:unknown function '%u'\n"
5384 msgstr ""
5386 #: gcov.c:1026
5387 #, c-format
5388 msgid "%s:profile mismatch for '%s'\n"
5389 msgstr ""
5391 #: gcov.c:1045
5392 #, c-format
5393 msgid "%s:overflowed\n"
5394 msgstr ""
5396 #: gcov.c:1069
5397 #, c-format
5398 msgid "%s:'%s' lacks entry and/or exit blocks\n"
5399 msgstr ""
5401 #: gcov.c:1074
5402 #, c-format
5403 msgid "%s:'%s' has arcs to entry block\n"
5404 msgstr ""
5406 #: gcov.c:1082
5407 #, c-format
5408 msgid "%s:'%s' has arcs from exit block\n"
5409 msgstr ""
5411 #: gcov.c:1290
5412 #, c-format
5413 msgid "%s:graph is unsolvable for '%s'\n"
5414 msgstr ""
5416 #: gcov.c:1370
5417 #, c-format
5418 msgid "%s '%s'\n"
5419 msgstr ""
5421 #: gcov.c:1373
5422 #, c-format
5423 msgid "Lines executed:%s of %d\n"
5424 msgstr ""
5426 #: gcov.c:1377
5427 msgid "No executable lines\n"
5428 msgstr ""
5430 #: gcov.c:1383
5431 #, c-format
5432 msgid "Branches executed:%s of %d\n"
5433 msgstr ""
5435 #: gcov.c:1387
5436 #, c-format
5437 msgid "Taken at least once:%s of %d\n"
5438 msgstr ""
5440 #: gcov.c:1393
5441 msgid "No branches\n"
5442 msgstr ""
5444 #: gcov.c:1395
5445 #, c-format
5446 msgid "Calls executed:%s of %d\n"
5447 msgstr ""
5449 #: gcov.c:1399
5450 msgid "No calls\n"
5451 msgstr ""
5453 #: gcov.c:1540
5454 #, c-format
5455 msgid "%s:no lines for '%s'\n"
5456 msgstr ""
5458 #: gcov.c:1735
5459 #, c-format
5460 msgid "call   %2d returned %s\n"
5461 msgstr ""
5463 #: gcov.c:1740
5464 #, c-format
5465 msgid "call   %2d never executed\n"
5466 msgstr ""
5468 #: gcov.c:1745
5469 #, c-format
5470 msgid "branch %2d taken %s%s\n"
5471 msgstr ""
5473 #: gcov.c:1749
5474 #, c-format
5475 msgid "branch %2d never executed\n"
5476 msgstr ""
5478 #: gcov.c:1754
5479 #, c-format
5480 msgid "unconditional %2d taken %s\n"
5481 msgstr ""
5483 #: gcov.c:1757
5484 #, c-format
5485 msgid "unconditional %2d never executed\n"
5486 msgstr ""
5488 #: gcov.c:1789
5489 #, c-format
5490 msgid "%s:cannot open source file\n"
5491 msgstr ""
5493 #: gcov.c:1799
5494 #, c-format
5495 msgid "%s:source file is newer than graph file '%s'\n"
5496 msgstr ""
5498 #. Return if there's nothing to do, or it is too expensive.
5499 #: gcse.c:689
5500 msgid "GCSE disabled"
5501 msgstr ""
5503 #. Return if there's nothing to do, or it is too expensive.
5504 #: gcse.c:6474
5505 msgid "jump bypassing disabled"
5506 msgstr ""
5508 #: gcse.c:6535
5509 #, c-format
5510 msgid "%s: %d basic blocks and %d edges/basic block"
5511 msgstr ""
5513 #: gcse.c:6548
5514 #, c-format
5515 msgid "%s: %d basic blocks and %d registers"
5516 msgstr ""
5518 #: gengtype-yacc.c:560 java/parse-scan.c:1934
5519 #: java/parse-scan.y:1374 java/parse.c:2933
5520 #: java/parse.y:16423
5521 msgid "syntax error: cannot back up"
5522 msgstr ""
5524 #: gengtype-yacc.c:1602 java/parse-scan.c:3103
5525 #: java/parse-scan.y:1372 java/parse.c:6206
5526 #: java/parse.y:16421
5527 msgid "syntax error; also virtual memory exhausted"
5528 msgstr ""
5530 #. Depending on the version of Bison used to compile this grammar,
5531 #. it may issue generic diagnostics spelled "syntax error" or
5532 #. "parse error".  To prevent this from changing the translation
5533 #. template randomly, we list all the variants of this particular
5534 #. diagnostic here.  Translators: there is no fine distinction
5535 #. between diagnostics with "syntax error" in them, and diagnostics
5536 #. with "parse error" in them.  It's okay to give them both the same
5537 #. translation.
5538 #: gengtype-yacc.c:1606 java/parse-scan.c:3107
5539 #: java/parse-scan.y:1370 java/parse.c:6210
5540 #: java/parse.y:16419
5541 msgid "syntax error"
5542 msgstr ""
5544 #: gengtype-yacc.c:1727 java/parse-scan.c:3228 java/parse.c:6331
5545 msgid "parser stack overflow"
5546 msgstr ""
5548 #: ggc-common.c:397 ggc-common.c:405 ggc-common.c:473 ggc-common.c:494
5549 #: ggc-page.c:2209 ggc-page.c:2240 ggc-page.c:2247 ggc-zone.c:1582
5550 #: ggc-zone.c:1588 ggc-zone.c:1597
5551 #, c-format
5552 msgid "can't write PCH file: %m"
5553 msgstr ""
5555 #: ggc-common.c:487
5556 #, c-format
5557 msgid "can't get position in PCH file: %m"
5558 msgstr ""
5560 #: ggc-common.c:497
5561 #, c-format
5562 msgid "can't write padding to PCH file: %m"
5563 msgstr ""
5565 #: ggc-common.c:550 ggc-common.c:558 ggc-common.c:565 ggc-common.c:568
5566 #: ggc-common.c:578 ggc-common.c:581 ggc-page.c:2334 ggc-zone.c:1607
5567 #, c-format
5568 msgid "can't read PCH file: %m"
5569 msgstr ""
5571 #: ggc-common.c:573
5572 msgid "had to relocate PCH"
5573 msgstr ""
5575 #: ggc-page.c:1454
5576 #, c-format
5577 msgid "open /dev/zero: %m"
5578 msgstr ""
5580 #: ggc-page.c:2225 ggc-page.c:2231
5581 msgid "can't write PCH file"
5582 msgstr ""
5584 #: gimple-low.c:203
5585 msgid "unexpected node"
5586 msgstr ""
5588 #: gimplify.c:3317
5589 #, c-format
5590 msgid "invalid lvalue in asm output %d"
5591 msgstr ""
5593 #: gimplify.c:3364
5594 #, c-format
5595 msgid "memory input %d is not directly addressable"
5596 msgstr ""
5598 #: gimplify.c:4219
5599 msgid "gimplification failed"
5600 msgstr ""
5602 #: global.c:371 global.c:384 global.c:398
5603 #, c-format
5604 msgid "%s cannot be used in asm here"
5605 msgstr ""
5607 #: graph.c:403 passes.c:131 java/jcf-parse.c:1047 java/jcf-parse.c:1194
5608 #: java/lex.c:1846 objc/objc-act.c:552
5609 #, c-format
5610 msgid "can't open %s: %m"
5611 msgstr ""
5613 #: haifa-sched.c:182
5614 #, c-format
5615 msgid "fix_sched_param: unknown param: %s"
5616 msgstr ""
5618 #. Opening quotation mark.
5619 #: intl.c:58
5620 msgid "`"
5621 msgstr ""
5623 #. Closing quotation mark.
5624 #: intl.c:61
5625 msgid "'"
5626 msgstr ""
5628 #: langhooks.c:516
5629 msgid "At top level:"
5630 msgstr ""
5632 #: langhooks.c:521
5633 #, c-format
5634 msgid "In member function %qs:"
5635 msgstr ""
5637 #: langhooks.c:525
5638 #, c-format
5639 msgid "In function %qs:"
5640 msgstr ""
5642 #. What to print when a switch has no documentation.
5643 #: opts.c:89
5644 msgid "This switch lacks documentation"
5645 msgstr ""
5647 #. Eventually this should become a hard error IMO.
5648 #: opts.c:259
5649 #, c-format
5650 msgid "command line option \"%s\" is valid for %s but not for %s"
5651 msgstr ""
5653 #: opts.c:347
5654 #, c-format
5655 msgid "missing argument to \"%s\""
5656 msgstr ""
5658 #: opts.c:357
5659 #, c-format
5660 msgid "argument to \"%s\" should be a non-negative integer"
5661 msgstr ""
5663 #: opts.c:426
5664 #, c-format
5665 msgid "unrecognized command line option \"%s\""
5666 msgstr ""
5668 #: opts.c:634
5669 msgid "-Wuninitialized is not supported without -O"
5670 msgstr ""
5672 #: opts.c:648
5673 msgid "-freorder-blocks-and-partition does not work with exceptions"
5674 msgstr ""
5676 #: opts.c:661
5677 msgid "-freorder-blocks-and-partition does not work with -g (currently)"
5678 msgstr ""
5680 #: opts.c:821
5681 #, c-format
5682 msgid "structure alignment must be a small power of two, not %d"
5683 msgstr ""
5685 #: opts.c:886
5686 #, c-format
5687 msgid "unrecognised visibility value \"%s\""
5688 msgstr ""
5690 #: opts.c:938
5691 #, c-format
5692 msgid "unrecognized register name \"%s\""
5693 msgstr ""
5695 #: opts.c:962
5696 #, c-format
5697 msgid "unknown tls-model \"%s\""
5698 msgstr ""
5700 #: opts.c:1037
5701 #, c-format
5702 msgid "%s: --param arguments should be of the form NAME=VALUE"
5703 msgstr ""
5705 #: opts.c:1042
5706 #, c-format
5707 msgid "invalid --param value %qs"
5708 msgstr ""
5710 #: opts.c:1139
5711 msgid "target system does not support debug output"
5712 msgstr ""
5714 #: opts.c:1146
5715 #, c-format
5716 msgid "debug format \"%s\" conflicts with prior selection"
5717 msgstr ""
5719 #: opts.c:1162
5720 #, c-format
5721 msgid "unrecognised debug output level \"%s\""
5722 msgstr ""
5724 #: opts.c:1164
5725 #, c-format
5726 msgid "debug output level %s is too high"
5727 msgstr ""
5729 #: opts.c:1183
5730 msgid "The following options are language-independent:\n"
5731 msgstr ""
5733 #: opts.c:1190
5734 #, c-format
5735 msgid ""
5736 "The %s front end recognizes the following options:\n"
5737 "\n"
5738 msgstr ""
5740 #: opts.c:1204
5741 msgid "The --param option recognizes the following as parameters:\n"
5742 msgstr ""
5744 #: params.c:72
5745 #, c-format
5746 msgid "minimum value of parameter %qs is %u"
5747 msgstr ""
5749 #: params.c:77
5750 #, c-format
5751 msgid "maximum value of parameter %qs is %u"
5752 msgstr ""
5754 #. If we didn't find this parameter, issue an error message.
5755 #: params.c:86
5756 #, c-format
5757 msgid "invalid parameter %qs"
5758 msgstr ""
5760 #: passes.c:1200
5761 msgid ""
5762 "branch target register load optimization is not intended to be run twice"
5763 msgstr ""
5765 #: profile.c:284
5766 msgid "corrupted profile info: run_max * runs < sum_max"
5767 msgstr ""
5769 #: profile.c:290
5770 msgid "corrupted profile info: sum_all is smaller than sum_max"
5771 msgstr ""
5773 #: profile.c:335
5774 #, c-format
5775 msgid "corrupted profile info: edge from %i to %i exceeds maximal count"
5776 msgstr ""
5778 #: profile.c:503
5779 #, c-format
5780 msgid ""
5781 "corrupted profile info: number of iterations for basic block %d thought to "
5782 "be %i"
5783 msgstr ""
5785 #: profile.c:524
5786 #, c-format
5787 msgid ""
5788 "corrupted profile info: number of executions for edge %d-%d thought to be %i"
5789 msgstr ""
5791 #: protoize.c:582
5792 #, c-format
5793 msgid "%s: error writing file '%s': %s\n"
5794 msgstr ""
5796 #: protoize.c:626
5797 #, c-format
5798 msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
5799 msgstr ""
5801 #: protoize.c:629
5802 #, c-format
5803 msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
5804 msgstr ""
5806 #: protoize.c:735
5807 #, c-format
5808 msgid "%s: warning: no read access for file '%s'\n"
5809 msgstr ""
5811 #: protoize.c:743
5812 #, c-format
5813 msgid "%s: warning: no write access for file '%s'\n"
5814 msgstr ""
5816 #: protoize.c:751
5817 #, c-format
5818 msgid "%s: warning: no write access for dir containing '%s'\n"
5819 msgstr ""
5821 #. Catch cases like /.. where we try to backup to a
5822 #. point above the absolute root of the logical file
5823 #. system.
5824 #: protoize.c:1138
5825 #, c-format
5826 msgid "%s: invalid file name: %s\n"
5827 msgstr ""
5829 #: protoize.c:1286
5830 #, c-format
5831 msgid "%s: %s: can't get status: %s\n"
5832 msgstr ""
5834 #: protoize.c:1307
5835 #, c-format
5836 msgid ""
5837 "\n"
5838 "%s: fatal error: aux info file corrupted at line %d\n"
5839 msgstr ""
5841 #: protoize.c:1636
5842 #, c-format
5843 msgid "%s:%d: declaration of function '%s' takes different forms\n"
5844 msgstr ""
5846 #: protoize.c:1891
5847 #, c-format
5848 msgid "%s: compiling '%s'\n"
5849 msgstr ""
5851 #: protoize.c:1914
5852 #, c-format
5853 msgid "%s: wait: %s\n"
5854 msgstr ""
5856 #: protoize.c:1919
5857 #, c-format
5858 msgid "%s: subprocess got fatal signal %d\n"
5859 msgstr ""
5861 #: protoize.c:1927
5862 #, c-format
5863 msgid "%s: %s exited with status %d\n"
5864 msgstr ""
5866 #: protoize.c:1976
5867 #, c-format
5868 msgid "%s: warning: missing SYSCALLS file '%s'\n"
5869 msgstr ""
5871 #: protoize.c:1985 protoize.c:2014
5872 #, c-format
5873 msgid "%s: can't read aux info file '%s': %s\n"
5874 msgstr ""
5876 #: protoize.c:2030 protoize.c:2058
5877 #, c-format
5878 msgid "%s: can't get status of aux info file '%s': %s\n"
5879 msgstr ""
5881 #: protoize.c:2086
5882 #, c-format
5883 msgid "%s: can't open aux info file '%s' for reading: %s\n"
5884 msgstr ""
5886 #: protoize.c:2104
5887 #, c-format
5888 msgid "%s: error reading aux info file '%s': %s\n"
5889 msgstr ""
5891 #: protoize.c:2117
5892 #, c-format
5893 msgid "%s: error closing aux info file '%s': %s\n"
5894 msgstr ""
5896 #: protoize.c:2133
5897 #, c-format
5898 msgid "%s: can't delete aux info file '%s': %s\n"
5899 msgstr ""
5901 #: protoize.c:2215 protoize.c:4185
5902 #, c-format
5903 msgid "%s: can't delete file '%s': %s\n"
5904 msgstr ""
5906 #: protoize.c:2293
5907 #, c-format
5908 msgid "%s: warning: can't rename file '%s' to '%s': %s\n"
5909 msgstr ""
5911 #: protoize.c:2415
5912 #, c-format
5913 msgid "%s: conflicting extern definitions of '%s'\n"
5914 msgstr ""
5916 #: protoize.c:2419
5917 #, c-format
5918 msgid "%s: declarations of '%s' will not be converted\n"
5919 msgstr ""
5921 #: protoize.c:2421
5922 #, c-format
5923 msgid "%s: conflict list for '%s' follows:\n"
5924 msgstr ""
5926 #: protoize.c:2454
5927 #, c-format
5928 msgid "%s: warning: using formals list from %s(%d) for function '%s'\n"
5929 msgstr ""
5931 #: protoize.c:2494
5932 #, c-format
5933 msgid "%s: %d: '%s' used but missing from SYSCALLS\n"
5934 msgstr ""
5936 #: protoize.c:2500
5937 #, c-format
5938 msgid "%s: %d: warning: no extern definition for '%s'\n"
5939 msgstr ""
5941 #: protoize.c:2530
5942 #, c-format
5943 msgid "%s: warning: no static definition for '%s' in file '%s'\n"
5944 msgstr ""
5946 #: protoize.c:2536
5947 #, c-format
5948 msgid "%s: multiple static defs of '%s' in file '%s'\n"
5949 msgstr ""
5951 #: protoize.c:2706 protoize.c:2709
5952 #, c-format
5953 msgid "%s: %d: warning: source too confusing\n"
5954 msgstr ""
5956 #: protoize.c:2905
5957 #, c-format
5958 msgid "%s: %d: warning: varargs function declaration not converted\n"
5959 msgstr ""
5961 #: protoize.c:2920
5962 #, c-format
5963 msgid "%s: declaration of function '%s' not converted\n"
5964 msgstr ""
5966 #: protoize.c:3043
5967 #, c-format
5968 msgid "%s: warning: too many parameter lists in declaration of '%s'\n"
5969 msgstr ""
5971 #: protoize.c:3064
5972 #, c-format
5973 msgid ""
5974 "\n"
5975 "%s: warning: too few parameter lists in declaration of '%s'\n"
5976 msgstr ""
5978 #: protoize.c:3160
5979 #, c-format
5980 msgid "%s: %d: warning: found '%s' but expected '%s'\n"
5981 msgstr ""
5983 #: protoize.c:3335
5984 #, c-format
5985 msgid "%s: local declaration for function '%s' not inserted\n"
5986 msgstr ""
5988 #: protoize.c:3362
5989 #, c-format
5990 msgid ""
5991 "\n"
5992 "%s: %d: warning: can't add declaration of '%s' into macro call\n"
5993 msgstr ""
5995 #: protoize.c:3434
5996 #, c-format
5997 msgid "%s: global declarations for file '%s' not inserted\n"
5998 msgstr ""
6000 #: protoize.c:3523 protoize.c:3553
6001 #, c-format
6002 msgid "%s: definition of function '%s' not converted\n"
6003 msgstr ""
6005 #: protoize.c:3542
6006 #, c-format
6007 msgid "%s: %d: warning: definition of %s not converted\n"
6008 msgstr ""
6010 #: protoize.c:3868
6011 #, c-format
6012 msgid "%s: found definition of '%s' at %s(%d)\n"
6013 msgstr ""
6015 #. If we make it here, then we did not know about this
6016 #. function definition.
6017 #: protoize.c:3884
6018 #, c-format
6019 msgid "%s: %d: warning: '%s' excluded by preprocessing\n"
6020 msgstr ""
6022 #: protoize.c:3887
6023 #, c-format
6024 msgid "%s: function definition not converted\n"
6025 msgstr ""
6027 #: protoize.c:3945
6028 #, c-format
6029 msgid "%s: '%s' not converted\n"
6030 msgstr ""
6032 #: protoize.c:3953
6033 #, c-format
6034 msgid "%s: would convert file '%s'\n"
6035 msgstr ""
6037 #: protoize.c:3956
6038 #, c-format
6039 msgid "%s: converting file '%s'\n"
6040 msgstr ""
6042 #: protoize.c:3966
6043 #, c-format
6044 msgid "%s: can't get status for file '%s': %s\n"
6045 msgstr ""
6047 #: protoize.c:4008
6048 #, c-format
6049 msgid "%s: can't open file '%s' for reading: %s\n"
6050 msgstr ""
6052 #: protoize.c:4023
6053 #, c-format
6054 msgid ""
6055 "\n"
6056 "%s: error reading input file '%s': %s\n"
6057 msgstr ""
6059 #: protoize.c:4057
6060 #, c-format
6061 msgid "%s: can't create/open clean file '%s': %s\n"
6062 msgstr ""
6064 #: protoize.c:4162
6065 #, c-format
6066 msgid "%s: warning: file '%s' already saved in '%s'\n"
6067 msgstr ""
6069 #: protoize.c:4170
6070 #, c-format
6071 msgid "%s: can't link file '%s' to '%s': %s\n"
6072 msgstr ""
6074 #: protoize.c:4200
6075 #, c-format
6076 msgid "%s: can't create/open output file '%s': %s\n"
6077 msgstr ""
6079 #: protoize.c:4233
6080 #, c-format
6081 msgid "%s: can't change mode of file '%s': %s\n"
6082 msgstr ""
6084 #: protoize.c:4406
6085 #, c-format
6086 msgid "%s: cannot get working directory: %s\n"
6087 msgstr ""
6089 #: protoize.c:4504
6090 #, c-format
6091 msgid "%s: input file names must have .c suffixes: %s\n"
6092 msgstr ""
6094 #: reg-stack.c:622
6095 #, c-format
6096 msgid "output constraint %d must specify a single register"
6097 msgstr ""
6099 #: reg-stack.c:632
6100 #, c-format
6101 msgid "output constraint %d cannot be specified together with \"%s\" clobber"
6102 msgstr ""
6104 #: reg-stack.c:655
6105 msgid "output regs must be grouped at top of stack"
6106 msgstr ""
6108 #: reg-stack.c:692
6109 msgid "implicitly popped regs must be grouped at top of stack"
6110 msgstr ""
6112 #: reg-stack.c:711
6113 msgid "output operand %d must use %<&%> constraint"
6114 msgstr ""
6116 #: regclass.c:766
6117 #, c-format
6118 msgid "can't use '%s' as a %s register"
6119 msgstr ""
6121 #: regclass.c:781 config/ia64/ia64.c:4568 config/ia64/ia64.c:4575
6122 #: config/pa/pa.c:336 config/pa/pa.c:343
6123 #, c-format
6124 msgid "unknown register name: %s"
6125 msgstr ""
6127 #: regclass.c:791
6128 msgid "global register variable follows a function definition"
6129 msgstr ""
6131 #: regclass.c:795
6132 msgid "register used for two global register variables"
6133 msgstr ""
6135 #: regclass.c:800
6136 msgid "call-clobbered register used for global register variable"
6137 msgstr ""
6139 #: regrename.c:1872
6140 #, c-format
6141 msgid "validate_value_data: [%u] Bad next_regno for empty chain (%u)"
6142 msgstr ""
6144 #: regrename.c:1884
6145 #, c-format
6146 msgid "validate_value_data: Loop in regno chain (%u)"
6147 msgstr ""
6149 #: regrename.c:1887
6150 #, c-format
6151 msgid "validate_value_data: [%u] Bad oldest_regno (%u)"
6152 msgstr ""
6154 #: regrename.c:1899
6155 #, c-format
6156 msgid "validate_value_data: [%u] Non-empty reg in chain (%s %u %i)"
6157 msgstr ""
6159 #: reload.c:1270
6160 msgid "cannot reload integer constant operand in %<asm%>"
6161 msgstr ""
6163 #: reload.c:1293
6164 msgid "impossible register constraint in %<asm%>"
6165 msgstr ""
6167 #: reload.c:3535
6168 msgid "%<&%> constraint used with no register class"
6169 msgstr ""
6171 #: reload.c:3705
6172 msgid "unable to generate reloads for:"
6173 msgstr ""
6175 #: reload.c:3706 reload.c:3938
6176 msgid "inconsistent operand constraints in an %<asm%>"
6177 msgstr ""
6179 #: reload1.c:1211
6180 msgid "frame size too large for reliable stack checking"
6181 msgstr ""
6183 #: reload1.c:1214
6184 msgid "try reducing the number of local variables"
6185 msgstr ""
6187 #: reload1.c:1865
6188 msgid "can't find a register in class %qs while reloading %<asm%>"
6189 msgstr ""
6191 #: reload1.c:1870
6192 #, c-format
6193 msgid "unable to find a register to spill in class %qs"
6194 msgstr ""
6196 #: reload1.c:1872
6197 msgid "this is the insn:"
6198 msgstr ""
6200 #: reload1.c:3863
6201 msgid "%<asm%> operand requires impossible reload"
6202 msgstr ""
6204 #. It's the compiler's fault.
6205 #: reload1.c:4982
6206 msgid "could not find a spill register"
6207 msgstr ""
6209 #: reload1.c:4987
6210 msgid "%<asm%> operand constraint incompatible with operand size"
6211 msgstr ""
6213 #. It's the compiler's fault.
6214 #: reload1.c:6614
6215 msgid "VOIDmode on an output"
6216 msgstr ""
6218 #: reload1.c:6615
6219 msgid "output operand is constant in %<asm%>"
6220 msgstr ""
6222 #: rtl-error.c:128
6223 msgid "unrecognizable insn:"
6224 msgstr ""
6226 #: rtl-error.c:130
6227 msgid "insn does not satisfy its constraints:"
6228 msgstr ""
6230 #: rtl.c:471
6231 #, c-format
6232 msgid "RTL check: access of elt %d of '%s' with last elt %d in %s, at %s:%d"
6233 msgstr ""
6235 #: rtl.c:481
6236 #, c-format
6237 msgid ""
6238 "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
6239 msgstr ""
6241 #: rtl.c:491
6242 #, c-format
6243 msgid ""
6244 "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %"
6245 "s:%d"
6246 msgstr ""
6248 #: rtl.c:500
6249 #, c-format
6250 msgid "RTL check: expected code '%s', have '%s' in %s, at %s:%d"
6251 msgstr ""
6253 #: rtl.c:510
6254 #, c-format
6255 msgid "RTL check: expected code '%s' or '%s', have '%s' in %s, at %s:%d"
6256 msgstr ""
6258 #: rtl.c:521
6259 #, c-format
6260 msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
6261 msgstr ""
6263 #: rtl.c:532
6264 #, c-format
6265 msgid "RTL flag check: %s used with unexpected rtx code '%s' in %s, at %s:%d"
6266 msgstr ""
6268 #: stmt.c:317
6269 msgid "output operand constraint lacks %<=%>"
6270 msgstr ""
6272 #: stmt.c:332
6273 #, c-format
6274 msgid "output constraint %qc for operand %d is not at the beginning"
6275 msgstr ""
6277 #: stmt.c:355
6278 msgid "operand constraint contains incorrectly positioned %<+%> or %<=%>"
6279 msgstr ""
6281 #: stmt.c:362 stmt.c:461
6282 msgid "%<%%%> constraint used with last operand"
6283 msgstr ""
6285 #: stmt.c:381
6286 msgid "matching constraint not valid in output operand"
6287 msgstr ""
6289 #: stmt.c:452
6290 #, c-format
6291 msgid "input operand constraint contains %qc"
6292 msgstr ""
6294 #: stmt.c:494
6295 msgid "matching constraint references invalid operand number"
6296 msgstr ""
6298 #: stmt.c:532
6299 #, c-format
6300 msgid "invalid punctuation %qc in constraint"
6301 msgstr ""
6303 #: stmt.c:556
6304 msgid "matching constraint does not allow a register"
6305 msgstr ""
6307 #: stmt.c:584
6308 #, c-format
6309 msgid "asm-specifier for variable %qs conflicts with asm clobber list"
6310 msgstr ""
6312 #: stmt.c:673
6313 msgid "unknown register name %qs in %<asm%>"
6314 msgstr ""
6316 #: stmt.c:681
6317 msgid "PIC register %qs clobbered in %<asm%>"
6318 msgstr ""
6320 #: stmt.c:728
6321 msgid "more than %d operands in %<asm%>"
6322 msgstr ""
6324 #: stmt.c:791
6325 #, c-format
6326 msgid "output number %d not directly addressable"
6327 msgstr ""
6329 #: stmt.c:870
6330 msgid "asm operand %d probably doesn%'t match constraints"
6331 msgstr ""
6333 #: stmt.c:880
6334 #, c-format
6335 msgid "use of memory input without lvalue in asm operand %d is deprecated"
6336 msgstr ""
6338 #: stmt.c:1027
6339 msgid "asm clobber conflict with output operand"
6340 msgstr ""
6342 #: stmt.c:1032
6343 msgid "asm clobber conflict with input operand"
6344 msgstr ""
6346 #: stmt.c:1109
6347 msgid "too many alternatives in %<asm%>"
6348 msgstr ""
6350 #: stmt.c:1121
6351 msgid "operand constraints for %<asm%> differ in number of alternatives"
6352 msgstr ""
6354 #: stmt.c:1174
6355 #, c-format
6356 msgid "duplicate asm operand name %qs"
6357 msgstr ""
6359 #: stmt.c:1272
6360 msgid "missing close brace for named operand"
6361 msgstr ""
6363 #: stmt.c:1300
6364 #, c-format
6365 msgid "undefined named operand %qs"
6366 msgstr ""
6368 #: stmt.c:1465
6369 msgid "%Hvalue computed is not used"
6370 msgstr ""
6372 #: stor-layout.c:152
6373 msgid "type size can%'t be explicitly evaluated"
6374 msgstr ""
6376 #: stor-layout.c:154
6377 msgid "variable-size type declared outside of any function"
6378 msgstr ""
6380 #: stor-layout.c:458
6381 msgid "%Jsize of %qD is %d bytes"
6382 msgstr ""
6384 #: stor-layout.c:460
6385 msgid "%Jsize of %qD is larger than %d bytes"
6386 msgstr ""
6388 #: stor-layout.c:844
6389 msgid "%Jpacked attribute causes inefficient alignment for %qD"
6390 msgstr ""
6392 #: stor-layout.c:847
6393 msgid "%Jpacked attribute is unnecessary for %qD"
6394 msgstr ""
6396 #: stor-layout.c:863
6397 msgid "%Jpadding struct to align %qD"
6398 msgstr ""
6400 #: stor-layout.c:1205
6401 msgid "padding struct size to alignment boundary"
6402 msgstr ""
6404 #: stor-layout.c:1235
6405 #, c-format
6406 msgid "packed attribute causes inefficient alignment for %qs"
6407 msgstr ""
6409 #: stor-layout.c:1238
6410 #, c-format
6411 msgid "packed attribute is unnecessary for %qs"
6412 msgstr ""
6414 #: stor-layout.c:1243
6415 msgid "packed attribute causes inefficient alignment"
6416 msgstr ""
6418 #: stor-layout.c:1245
6419 msgid "packed attribute is unnecessary"
6420 msgstr ""
6422 #: targhooks.c:96
6423 msgid "__builtin_saveregs not supported by this target"
6424 msgstr ""
6426 #: timevar.c:401
6427 msgid ""
6428 "\n"
6429 "Execution times (seconds)\n"
6430 msgstr ""
6432 #. Print total time.
6433 #: timevar.c:451
6434 msgid " TOTAL                 :"
6435 msgstr ""
6437 #: timevar.c:479
6438 #, c-format
6439 msgid "time in %s: %ld.%06ld (%ld%%)\n"
6440 msgstr ""
6442 #: tlink.c:381
6443 #, c-format
6444 msgid "collect: reading %s\n"
6445 msgstr ""
6447 #: tlink.c:475
6448 #, c-format
6449 msgid "repository file '%s' does not contain command-line arguments"
6450 msgstr ""
6452 #: tlink.c:525
6453 #, c-format
6454 msgid "collect: recompiling %s\n"
6455 msgstr ""
6457 #: tlink.c:696
6458 #, c-format
6459 msgid ""
6460 "'%s' was assigned to '%s', but was not defined during recompilation, or vice "
6461 "versa"
6462 msgstr ""
6464 #: tlink.c:705
6465 #, c-format
6466 msgid "collect: tweaking %s in %s\n"
6467 msgstr ""
6469 #: tlink.c:751
6470 #, c-format
6471 msgid "collect: relinking\n"
6472 msgstr ""
6474 #: tlink.c:760
6475 #, c-format
6476 msgid "ld returned %d exit status"
6477 msgstr ""
6479 #: toplev.c:469
6480 #, c-format
6481 msgid "%s "
6482 msgstr ""
6484 #: toplev.c:471
6485 #, c-format
6486 msgid " %s"
6487 msgstr ""
6489 #: toplev.c:536
6490 #, c-format
6491 msgid "invalid option argument %qs"
6492 msgstr ""
6494 #: toplev.c:606
6495 msgid "unrecoverable error"
6496 msgstr ""
6498 #: toplev.c:626
6499 #, c-format
6500 msgid "getting core file size maximum limit: %m"
6501 msgstr ""
6503 #: toplev.c:629
6504 #, c-format
6505 msgid "setting core file size limit to maximum: %m"
6506 msgstr ""
6508 #: toplev.c:850
6509 msgid "%J%qF declared %<static%> but never defined"
6510 msgstr ""
6512 #: toplev.c:876
6513 msgid "%J%qD defined but not used"
6514 msgstr ""
6516 #: toplev.c:899 toplev.c:922
6517 #, c-format
6518 msgid "%qs is deprecated (declared at %s:%d)"
6519 msgstr ""
6521 #: toplev.c:925
6522 #, c-format
6523 msgid "type is deprecated (declared at %s:%d)"
6524 msgstr ""
6526 #: toplev.c:931
6527 #, c-format
6528 msgid "%qs is deprecated"
6529 msgstr ""
6531 #: toplev.c:933
6532 msgid "type is deprecated"
6533 msgstr ""
6535 #: toplev.c:1087
6536 #, c-format
6537 msgid ""
6538 "\n"
6539 "Target specific options:\n"
6540 msgstr ""
6542 #: toplev.c:1101 toplev.c:1120
6543 #, c-format
6544 msgid "  -m%-23s [undocumented]\n"
6545 msgstr ""
6547 #: toplev.c:1129
6548 #, c-format
6549 msgid ""
6550 "\n"
6551 "There are undocumented target specific options as well.\n"
6552 msgstr ""
6554 #: toplev.c:1131
6555 #, c-format
6556 msgid "  They exist, but they are not documented.\n"
6557 msgstr ""
6559 #: toplev.c:1175
6560 #, c-format
6561 msgid "unrecognized gcc debugging option: %c"
6562 msgstr ""
6564 #. Handle -mfix-and-continue.
6565 #: toplev.c:1237 config/rs6000/rs6000.c:1400 config/rs6000/rs6000.c:1411
6566 #: config/rs6000/darwin.h:106
6567 #, c-format
6568 msgid "invalid option %qs"
6569 msgstr ""
6571 #: toplev.c:1252
6572 #, c-format
6573 msgid ""
6574 "%s%s%s version %s (%s)\n"
6575 "%s\tcompiled by GNU C version %s.\n"
6576 "%s%s%s version %s (%s) compiled by CC.\n"
6577 msgstr ""
6579 #: toplev.c:1259
6580 #, c-format
6581 msgid ""
6582 "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"
6583 msgstr ""
6585 #: toplev.c:1311
6586 msgid "options passed: "
6587 msgstr ""
6589 #: toplev.c:1340
6590 msgid "options enabled: "
6591 msgstr ""
6593 #: toplev.c:1414
6594 msgid "can%'t open %s for writing: %m"
6595 msgstr ""
6597 #: toplev.c:1492 config/sh/sh.c:7334
6598 msgid "created and used with different settings of -fpic"
6599 msgstr ""
6601 #: toplev.c:1494 config/sh/sh.c:7336
6602 msgid "created and used with different settings of -fpie"
6603 msgstr ""
6605 #: toplev.c:1545 config/sh/sh.c:7386
6606 #, c-format
6607 msgid "created and used with differing settings of '-m%s'"
6608 msgstr ""
6610 #: toplev.c:1548 config/sh/sh.c:7389
6611 msgid "out of memory"
6612 msgstr ""
6614 #: toplev.c:1756
6615 msgid "instruction scheduling not supported on this target machine"
6616 msgstr ""
6618 #: toplev.c:1760
6619 msgid "this target machine does not have delayed branches"
6620 msgstr ""
6622 #: toplev.c:1764
6623 msgid "value-based profiling not yet implemented in trees."
6624 msgstr ""
6626 #: toplev.c:1777
6627 #, c-format
6628 msgid "-f%sleading-underscore not supported on this target machine"
6629 msgstr ""
6631 #: toplev.c:1851
6632 #, c-format
6633 msgid "target system does not support the \"%s\" debug format"
6634 msgstr ""
6636 #: toplev.c:1863
6637 msgid "variable tracking requested, but useless unless producing debug info"
6638 msgstr ""
6640 #: toplev.c:1866
6641 msgid "variable tracking requested, but not supported by this debug format"
6642 msgstr ""
6644 #: toplev.c:1886
6645 msgid "can%'t open %s: %m"
6646 msgstr ""
6648 #: toplev.c:1893
6649 msgid "-ffunction-sections not supported for this target"
6650 msgstr ""
6652 #: toplev.c:1898
6653 msgid "-fdata-sections not supported for this target"
6654 msgstr ""
6656 #: toplev.c:1905
6657 msgid "-ffunction-sections disabled; it makes profiling impossible"
6658 msgstr ""
6660 #: toplev.c:1912
6661 msgid "-fprefetch-loop-arrays not supported for this target"
6662 msgstr ""
6664 #: toplev.c:1918
6665 msgid "-fspeculative-prefetching not supported for this target"
6666 msgstr ""
6668 #: toplev.c:1924
6669 msgid ""
6670 "-fprefetch-loop-arrays not supported for this target (try -march switches)"
6671 msgstr ""
6673 #: toplev.c:1930
6674 msgid ""
6675 "-fspeculative-prefetching not supported for this target (try -march switches)"
6676 msgstr ""
6678 #: toplev.c:1939
6679 msgid "-fprefetch-loop-arrays is not supported with -Os"
6680 msgstr ""
6682 #: toplev.c:1945
6683 msgid "-ffunction-sections may affect debugging on some targets"
6684 msgstr ""
6686 #: toplev.c:2057
6687 #, c-format
6688 msgid "error writing to %s: %m"
6689 msgstr ""
6691 #: toplev.c:2059 java/jcf-parse.c:1066 java/jcf-write.c:3538
6692 #, c-format
6693 msgid "error closing %s: %m"
6694 msgstr ""
6696 #: tree-cfg.c:1355 tree-cfg.c:2073 tree-cfg.c:2075
6697 msgid "%Hwill never be executed"
6698 msgstr ""
6700 #: tree-cfg.c:3289
6701 msgid "SSA name in freelist but still referenced"
6702 msgstr ""
6704 #: tree-cfg.c:3299
6705 msgid "GIMPLE register modified with BIT_FIELD_REF"
6706 msgstr ""
6708 #: tree-cfg.c:3327
6709 msgid "address taken, but ADDRESSABLE bit not set"
6710 msgstr ""
6712 #: tree-cfg.c:3336
6713 msgid "non-boolean used in condition"
6714 msgstr ""
6716 #: tree-cfg.c:3391
6717 msgid "Invalid reference prefix."
6718 msgstr ""
6720 #: tree-cfg.c:3456
6721 msgid "Is not a valid GIMPLE statement."
6722 msgstr ""
6724 #: tree-cfg.c:3476
6725 msgid "Statement marked for throw, but doesn%'t."
6726 msgstr ""
6728 #: tree-cfg.c:3481
6729 msgid "Statement marked for throw in middle of block."
6730 msgstr ""
6732 #: tree-cfg.c:3585
6733 msgid "PHI def is not a GIMPLE value"
6734 msgstr ""
6736 #: tree-cfg.c:3601 tree-cfg.c:3617
6737 msgid "Incorrect sharing of tree nodes"
6738 msgstr ""
6740 #: tree-cfg.c:3626
6741 msgid "verify_stmts failed."
6742 msgstr ""
6744 #: tree-cfg.c:3647
6745 msgid "ENTRY_BLOCK has a statement list associated with it\n"
6746 msgstr ""
6748 #: tree-cfg.c:3653
6749 msgid "EXIT_BLOCK has a statement list associated with it\n"
6750 msgstr ""
6752 #: tree-cfg.c:3660
6753 #, c-format
6754 msgid "Fallthru to exit from bb %d\n"
6755 msgstr ""
6757 #: tree-cfg.c:3682
6758 #, c-format
6759 msgid "Nonlocal label %s is not first in a sequence of labels in bb %d"
6760 msgstr ""
6762 #: tree-cfg.c:3691
6763 #, c-format
6764 msgid "Label %s to block does not match in bb %d\n"
6765 msgstr ""
6767 #: tree-cfg.c:3700
6768 #, c-format
6769 msgid "Label %s has incorrect context in bb %d\n"
6770 msgstr ""
6772 #: tree-cfg.c:3714
6773 #, c-format
6774 msgid "Control flow in the middle of basic block %d\n"
6775 msgstr ""
6777 #: tree-cfg.c:3724
6778 #, c-format
6779 msgid "Label %s in the middle of basic block %d\n"
6780 msgstr ""
6782 #: tree-cfg.c:3741
6783 #, c-format
6784 msgid "Fallthru edge after a control statement in bb %d \n"
6785 msgstr ""
6787 #: tree-cfg.c:3756
6788 #, c-format
6789 msgid "Structured COND_EXPR at the end of bb %d\n"
6790 msgstr ""
6792 #: tree-cfg.c:3769 tree-cfg.c:3807 tree-cfg.c:3819 tree-cfg.c:3890
6793 #, c-format
6794 msgid "Wrong outgoing edge flags at end of bb %d\n"
6795 msgstr ""
6797 #: tree-cfg.c:3777
6798 msgid "%<then%> label does not match edge at end of bb %d\n"
6799 msgstr ""
6801 #: tree-cfg.c:3785
6802 msgid "%<else%> label does not match edge at end of bb %d\n"
6803 msgstr ""
6805 #: tree-cfg.c:3795
6806 #, c-format
6807 msgid "Explicit goto at end of bb %d\n"
6808 msgstr ""
6810 #: tree-cfg.c:3824
6811 #, c-format
6812 msgid "Return edge does not point to exit in bb %d\n"
6813 msgstr ""
6815 #: tree-cfg.c:3857
6816 msgid "Found default case not at end of case vector"
6817 msgstr ""
6819 #: tree-cfg.c:3863
6820 msgid ""
6821 "Case labels not sorted:\n"
6822 " "
6823 msgstr ""
6825 #: tree-cfg.c:3874
6826 msgid "No default case found at end of case vector"
6827 msgstr ""
6829 #: tree-cfg.c:3882
6830 #, c-format
6831 msgid "Extra outgoing edge %d->%d\n"
6832 msgstr ""
6834 #: tree-cfg.c:3904
6835 #, c-format
6836 msgid "Missing edge %i->%i"
6837 msgstr ""
6839 #: tree-cfg.c:5707
6840 msgid "%Jfunction might be possible candidate for attribute %<noreturn%>"
6841 msgstr ""
6843 #: tree-cfg.c:5734 tree-cfg.c:5738
6844 msgid "%H%<noreturn%> function does return"
6845 msgstr ""
6847 #: tree-cfg.c:5759 tree-cfg.c:5764
6848 msgid "%Hcontrol reaches end of non-void function"
6849 msgstr ""
6851 #: tree-dump.c:849
6852 #, c-format
6853 msgid "could not open dump file %qs: %s"
6854 msgstr ""
6856 #: tree-dump.c:965
6857 msgid "ignoring unknown option %q.*s in %<-fdump-%s%>"
6858 msgstr ""
6860 #: tree-inline.c:969
6861 msgid ""
6862 "%Jfunction %qF can never be inlined because it uses alloca (override using "
6863 "the always_inline attribute)"
6864 msgstr ""
6866 #: tree-inline.c:981
6867 msgid "%Jfunction %qF can never be inlined because it uses setjmp"
6868 msgstr ""
6870 #: tree-inline.c:995
6871 msgid ""
6872 "%Jfunction %qF can never be inlined because it uses variable argument lists"
6873 msgstr ""
6875 #: tree-inline.c:1006
6876 msgid ""
6877 "%Jfunction %qF can never be inlined because it uses setjmp-longjmp exception "
6878 "handling"
6879 msgstr ""
6881 #: tree-inline.c:1013
6882 msgid "%Jfunction %qF can never be inlined because it uses non-local goto"
6883 msgstr ""
6885 #: tree-inline.c:1032
6886 msgid "%Jfunction %qF can never be inlined because it contains a computed goto"
6887 msgstr ""
6889 #: tree-inline.c:1046
6890 msgid ""
6891 "%Jfunction %qF can never be inlined because it receives a non-local goto"
6892 msgstr ""
6894 #: tree-inline.c:1071
6895 msgid ""
6896 "%Jfunction %qF can never be inlined because it uses variable sized variables"
6897 msgstr ""
6899 #: tree-inline.c:1495
6900 msgid "originally indirect function call not considered for inlining"
6901 msgstr ""
6903 #: tree-inline.c:1505 tree-inline.c:1513
6904 msgid "%Jinlining failed in call to %qF: %s"
6905 msgstr ""
6907 #: tree-inline.c:1506 tree-inline.c:1514
6908 msgid "called from here"
6909 msgstr ""
6911 #: tree-inline.c:1628
6912 msgid "control may reach end of non-void function %qD being inlined"
6913 msgstr ""
6915 #: tree-mudflap.c:857
6916 msgid "mudflap checking not yet implemented for ARRAY_RANGE_REF"
6917 msgstr ""
6919 #: tree-mudflap.c:1048
6920 #, c-format
6921 msgid "mudflap cannot track %qs in stub function"
6922 msgstr ""
6924 #: tree-mudflap.c:1279
6925 #, c-format
6926 msgid "mudflap cannot track unknown size extern %qs"
6927 msgstr ""
6929 #: tree-nomudflap.c:51
6930 msgid "mudflap: this language is not supported"
6931 msgstr ""
6933 #: tree-optimize.c:720
6934 msgid "%Jsize of return value of %qD is %u bytes"
6935 msgstr ""
6937 #: tree-optimize.c:723
6938 msgid "%Jsize of return value of %qD is larger than %wd bytes"
6939 msgstr ""
6941 #: tree-outof-ssa.c:610 tree-outof-ssa.c:625 tree-outof-ssa.c:639
6942 #: tree-outof-ssa.c:661 tree-outof-ssa.c:1029 tree-outof-ssa.c:1865
6943 #: tree-ssa-live.c:417 tree-ssa-live.c:1799
6944 msgid "SSA corruption"
6945 msgstr ""
6947 #: tree-outof-ssa.c:2270
6948 #, c-format
6949 msgid " Pending stmts not issued on PRED edge (%d, %d)\n"
6950 msgstr ""
6952 #: tree-outof-ssa.c:2276
6953 #, c-format
6954 msgid " Pending stmts not issued on SUCC edge (%d, %d)\n"
6955 msgstr ""
6957 #: tree-outof-ssa.c:2283
6958 #, c-format
6959 msgid " Pending stmts not issued on ENTRY edge (%d, %d)\n"
6960 msgstr ""
6962 #: tree-outof-ssa.c:2289
6963 #, c-format
6964 msgid " Pending stmts not issued on EXIT edge (%d, %d)\n"
6965 msgstr ""
6967 #: tree-profile.c:111 tree-profile.c:127 tree-profile.c:143 tree-profile.c:160
6968 msgid "unimplemented functionality"
6969 msgstr ""
6971 #: tree-ssa-operands.c:1273
6972 msgid "internal error"
6973 msgstr ""
6975 #: tree-ssa.c:113
6976 msgid "Expected an SSA_NAME object"
6977 msgstr ""
6979 #: tree-ssa.c:119
6980 msgid "Type mismatch between an SSA_NAME and its symbol."
6981 msgstr ""
6983 #: tree-ssa.c:125
6984 msgid "Found an SSA_NAME that had been released into the free pool"
6985 msgstr ""
6987 #: tree-ssa.c:131
6988 msgid "Found a virtual definition for a GIMPLE register"
6989 msgstr ""
6991 #: tree-ssa.c:137
6992 msgid "Found a real definition for a non-register"
6993 msgstr ""
6995 #: tree-ssa.c:166
6996 #, c-format
6997 msgid "SSA_NAME created in two different blocks %i and %i"
6998 msgstr ""
7000 #: tree-ssa.c:175
7001 msgid "SSA_NAME_DEF_STMT is wrong"
7002 msgstr ""
7004 #: tree-ssa.c:227
7005 msgid "Missing definition"
7006 msgstr ""
7008 #: tree-ssa.c:233
7009 #, c-format
7010 msgid "Definition in block %i does not dominate use in block %i"
7011 msgstr ""
7013 #: tree-ssa.c:241
7014 #, c-format
7015 msgid "Definition in block %i follows the use"
7016 msgstr ""
7018 #: tree-ssa.c:248
7019 msgid "SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set"
7020 msgstr ""
7022 #: tree-ssa.c:280
7023 msgid "Incoming edge count does not match number of PHI arguments\n"
7024 msgstr ""
7026 #: tree-ssa.c:293
7027 #, c-format
7028 msgid "PHI argument is missing for edge %d->%d\n"
7029 msgstr ""
7031 #: tree-ssa.c:302
7032 msgid "PHI argument is not SSA_NAME, or invariant"
7033 msgstr ""
7035 #: tree-ssa.c:314
7036 #, c-format
7037 msgid "Wrong edge %d->%d for PHI argument\n"
7038 msgstr ""
7040 #: tree-ssa.c:364
7041 msgid "Non-addressable variable inside an alias set."
7042 msgstr ""
7044 #: tree-ssa.c:382
7045 msgid "Addressable variable that is an alias tag but is not in any alias set."
7046 msgstr ""
7048 #: tree-ssa.c:392
7049 msgid "verify_flow_insensitive_alias_info failed."
7050 msgstr ""
7052 #: tree-ssa.c:434
7053 msgid "Dereferenced pointers should have a name or a type tag"
7054 msgstr ""
7056 #: tree-ssa.c:442
7057 msgid ""
7058 "Pointers with a memory tag, should have points-to sets or point to malloc"
7059 msgstr ""
7061 #: tree-ssa.c:450
7062 msgid "Pointer escapes but its name tag is not call-clobbered."
7063 msgstr ""
7065 #: tree-ssa.c:459
7066 msgid "verify_flow_sensitive_alias_info failed."
7067 msgstr ""
7069 #: tree-ssa.c:535
7070 msgid ""
7071 "Alias set of a pointer's type tag should be a superset of the corresponding "
7072 "name tag"
7073 msgstr ""
7075 #: tree-ssa.c:551
7076 msgid ""
7077 "Two different pointers with identical points-to sets but different name tags"
7078 msgstr ""
7080 #: tree-ssa.c:580
7081 msgid "verify_name_tags failed"
7082 msgstr ""
7084 #: tree-ssa.c:647
7085 #, c-format
7086 msgid "AUX pointer initialized for edge %d->%d\n"
7087 msgstr ""
7089 #: tree-ssa.c:672
7090 msgid "Statement makes aliased stores, but has no V_MAY_DEFS"
7091 msgstr ""
7093 #: tree-ssa.c:710
7094 msgid "verify_ssa failed."
7095 msgstr ""
7097 #: tree-ssa.c:1376
7098 msgid "%H%qD is used uninitialized in this function"
7099 msgstr ""
7101 #: tree-ssa.c:1401
7102 msgid "%H%qD may be used uninitialized in this function"
7103 msgstr ""
7105 #: tree-vect-transform.c:598
7106 msgid "no support for reduction/induction"
7107 msgstr ""
7109 #: tree-vect-transform.c:624
7110 msgid "unsupported defining stmt"
7111 msgstr ""
7113 #: tree.c:3272
7114 msgid "%Jfunction %qD definition is marked dllimport."
7115 msgstr ""
7117 #: tree.c:3280
7118 msgid "%Jvariable %qD definition is marked dllimport."
7119 msgstr ""
7121 #: tree.c:3300
7122 msgid "%Jexternal linkage required for symbol %qD because of %qs attribute."
7123 msgstr ""
7125 #: tree.c:4453
7126 msgid "arrays of functions are not meaningful"
7127 msgstr ""
7129 #: tree.c:4505
7130 msgid "function return type cannot be function"
7131 msgstr ""
7133 #: tree.c:5398
7134 msgid "invalid initializer for bit string"
7135 msgstr ""
7137 #: tree.c:5482
7138 #, c-format
7139 msgid "tree check: %s, have %s in %s, at %s:%d"
7140 msgstr ""
7142 #: tree.c:5519
7143 #, c-format
7144 msgid "tree check: expected none of %s, have %s in %s, at %s:%d"
7145 msgstr ""
7147 #: tree.c:5532
7148 #, c-format
7149 msgid "tree check: expected class %qs, have %qs (%s) in %s, at %s:%d"
7150 msgstr ""
7152 #: tree.c:5546
7153 #, c-format
7154 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
7155 msgstr ""
7157 #: tree.c:5558
7158 #, c-format
7159 msgid "tree check: accessed elt %d of phi_node with %d elts in %s, at %s:%d"
7160 msgstr ""
7162 #: tree.c:5570
7163 #, c-format
7164 msgid "tree check: accessed operand %d of %s with %d operands in %s, at %s:%d"
7165 msgstr ""
7167 #: varasm.c:477
7168 msgid "%J%D causes a section type conflict"
7169 msgstr ""
7171 #: varasm.c:911
7172 msgid "%Jregister name not specified for %qD"
7173 msgstr ""
7175 #: varasm.c:913
7176 msgid "%Jinvalid register name for %qD"
7177 msgstr ""
7179 #: varasm.c:915
7180 msgid "%Jdata type of %qD isn%'t suitable for a register"
7181 msgstr ""
7183 #: varasm.c:918
7184 msgid "%Jregister specified for %qD isn%'t suitable for data type"
7185 msgstr ""
7187 #: varasm.c:928
7188 msgid "global register variable has initial value"
7189 msgstr ""
7191 #: varasm.c:931
7192 msgid "volatile register variables don%'t work as you might wish"
7193 msgstr ""
7195 #: varasm.c:968
7196 msgid "%Jregister name given for non-register variable %qD"
7197 msgstr ""
7199 #: varasm.c:1046
7200 msgid "global destructors not supported on this target"
7201 msgstr ""
7203 #: varasm.c:1107
7204 msgid "global constructors not supported on this target"
7205 msgstr ""
7207 #: varasm.c:1607
7208 msgid ""
7209 "%Jalignment of %qD is greater than maximum object file alignment.  Using %d"
7210 msgstr ""
7212 #: varasm.c:1646
7213 msgid "thread-local COMMON data not implemented"
7214 msgstr ""
7216 #: varasm.c:1671
7217 msgid ""
7218 "%Jrequested alignment for %qD is greater than implemented alignment of %d"
7219 msgstr ""
7221 #: varasm.c:3772
7222 msgid "initializer for integer value is too complicated"
7223 msgstr ""
7225 #: varasm.c:3777
7226 msgid "initializer for floating value is not a floating constant"
7227 msgstr ""
7229 #: varasm.c:4046
7230 #, c-format
7231 msgid "invalid initial value for member %qs"
7232 msgstr ""
7234 #: varasm.c:4233 varasm.c:4277
7235 msgid "%Jweak declaration of %qD must precede definition"
7236 msgstr ""
7238 #: varasm.c:4241
7239 msgid ""
7240 "%Jweak declaration of %qD after first use results in unspecified behavior"
7241 msgstr ""
7243 #: varasm.c:4275
7244 msgid "%Jweak declaration of %qD must be public"
7245 msgstr ""
7247 #: varasm.c:4284
7248 msgid "%Jweak declaration of %qD not supported"
7249 msgstr ""
7251 #: varasm.c:4313 varasm.c:4462
7252 msgid "only weak aliases are supported in this configuration"
7253 msgstr ""
7255 #: varasm.c:4465
7256 msgid "alias definitions not supported in this configuration; ignored"
7257 msgstr ""
7259 #: varasm.c:4504
7260 msgid "%qD aliased to undefined symbol %qE"
7261 msgstr ""
7263 #: varasm.c:4532
7264 msgid "visibility attribute not supported in this configuration; ignored"
7265 msgstr ""
7267 #: varray.c:203
7268 #, c-format
7269 msgid "virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d"
7270 msgstr ""
7272 #: varray.c:213
7273 #, c-format
7274 msgid "underflowed virtual array %s in %s, at %s:%d"
7275 msgstr ""
7277 #: vec.c:146
7278 #, c-format
7279 msgid "vector %s %s domain error, in %s at %s:%u"
7280 msgstr ""
7282 #. Print an error message for unrecognized stab codes.
7283 #: xcoffout.c:187
7284 #, c-format
7285 msgid "no sclass for %s stab (0x%x)\n"
7286 msgstr ""
7289 #. Local variables:
7290 #. mode:c
7291 #. End:
7293 #: diagnostic.def:1
7294 msgid "fatal error: "
7295 msgstr ""
7297 #: diagnostic.def:2
7298 msgid "internal compiler error: "
7299 msgstr ""
7301 #: diagnostic.def:3
7302 msgid "error: "
7303 msgstr ""
7305 #: diagnostic.def:4
7306 msgid "sorry, unimplemented: "
7307 msgstr ""
7309 #: diagnostic.def:5
7310 msgid "warning: "
7311 msgstr ""
7313 #: diagnostic.def:6
7314 msgid "anachronism: "
7315 msgstr ""
7317 #: diagnostic.def:7
7318 msgid "note: "
7319 msgstr ""
7321 #: diagnostic.def:8
7322 msgid "debug: "
7323 msgstr ""
7325 #: params.def:44
7326 msgid "The maximum structure size (in bytes) at which GCC will do block copies"
7327 msgstr ""
7329 #: params.def:54
7330 msgid ""
7331 "The threshold ratio between instantiated fields and the total structure size"
7332 msgstr ""
7334 #: params.def:72
7335 msgid ""
7336 "The maximum number of instructions in a single function eligible for inlining"
7337 msgstr ""
7339 #: params.def:84
7340 msgid "The maximum number of instructions when automatically inlining"
7341 msgstr ""
7343 #: params.def:89
7344 msgid ""
7345 "The maximum number of instructions inline function can grow to via recursive "
7346 "inlining"
7347 msgstr ""
7349 #: params.def:94
7350 msgid ""
7351 "The maximum number of instructions non-inline function can grow to via "
7352 "recursive inlining"
7353 msgstr ""
7355 #: params.def:99
7356 msgid "The maximum depth of recursive inlining for inline functions"
7357 msgstr ""
7359 #: params.def:104
7360 msgid "The maximum depth of recursive inlining for non-inline functions"
7361 msgstr ""
7363 #: params.def:111
7364 msgid ""
7365 "If -fvariable-expansion-in-unroller is used, the maximum number "
7366 "of            times that an individual variable will be expanded            "
7367 "during loop unrolling"
7368 msgstr ""
7370 #: params.def:124
7371 msgid "The maximum number of instructions to consider to fill a delay slot"
7372 msgstr ""
7374 #: params.def:135
7375 msgid ""
7376 "The maximum number of instructions to consider to find accurate live "
7377 "register information"
7378 msgstr ""
7380 #: params.def:145
7381 msgid "The maximum length of scheduling's pending operations list"
7382 msgstr ""
7384 #: params.def:150
7385 msgid "The size of function body to be considered large"
7386 msgstr ""
7388 #: params.def:154
7389 msgid "Maximal growth due to inlining of large function (in percent)"
7390 msgstr ""
7392 #: params.def:158
7393 msgid ""
7394 "how much can given compilation unit grow because of the inlining (in percent)"
7395 msgstr ""
7397 #: params.def:165
7398 msgid "The maximum amount of memory to be allocated by GCSE"
7399 msgstr ""
7401 #: params.def:170
7402 msgid "The maximum number of passes to make when doing GCSE"
7403 msgstr ""
7405 #: params.def:180
7406 msgid ""
7407 "The threshold ratio for performing partial redundancy elimination after "
7408 "reload."
7409 msgstr ""
7411 #: params.def:187
7412 msgid ""
7413 "The threshold ratio of critical edges execution count that permit performing "
7414 "redundancy elimination after reload."
7415 msgstr ""
7417 #: params.def:198
7418 msgid "The maximum number of instructions to consider to unroll in a loop"
7419 msgstr ""
7421 #: params.def:204
7422 msgid ""
7423 "The maximum number of instructions to consider to unroll in a loop on average"
7424 msgstr ""
7426 #: params.def:209
7427 msgid "The maximum number of unrollings of a single loop"
7428 msgstr ""
7430 #: params.def:214
7431 msgid "The maximum number of insns of a peeled loop"
7432 msgstr ""
7434 #: params.def:219
7435 msgid "The maximum number of peelings of a single loop"
7436 msgstr ""
7438 #: params.def:224
7439 msgid "The maximum number of insns of a completely peeled loop"
7440 msgstr ""
7442 #: params.def:229
7443 msgid ""
7444 "The maximum number of peelings of a single loop that is peeled completely"
7445 msgstr ""
7447 #: params.def:234
7448 msgid "The maximum number of insns of a peeled loop that rolls only once"
7449 msgstr ""
7451 #: params.def:240
7452 msgid "The maximum number of insns of an unswitched loop"
7453 msgstr ""
7455 #: params.def:245
7456 msgid "The maximum number of unswitchings in a single loop"
7457 msgstr ""
7459 #: params.def:252
7460 msgid ""
7461 "Bound on the number of iterations the brute force # of iterations analysis "
7462 "algorithm evaluates"
7463 msgstr ""
7465 #: params.def:257
7466 msgid ""
7467 "Maximum number of loops to perform swing modulo scheduling on (mainly for "
7468 "debugging)"
7469 msgstr ""
7471 #: params.def:263
7472 msgid ""
7473 "A factor for tuning the upper bound that swing modulo scheduler uses for "
7474 "scheduling a loop"
7475 msgstr ""
7477 #: params.def:267
7478 msgid ""
7479 "The number of cycles the swing modulo scheduler considers when \t  checking "
7480 "conflicts using DFA"
7481 msgstr ""
7483 #: params.def:272
7484 msgid ""
7485 "A threshold on the average loop count considered by the swing modulo "
7486 "scheduler"
7487 msgstr ""
7489 #: params.def:277
7490 msgid ""
7491 "Select fraction of the maximal count of repetitions of basic block in "
7492 "program given basic block needs to have to be considered hot"
7493 msgstr ""
7495 #: params.def:281
7496 msgid ""
7497 "Select fraction of the maximal frequency of executions of basic block in "
7498 "function given basic block needs to have to be considered hot"
7499 msgstr ""
7501 #: params.def:285
7502 msgid ""
7503 "The percentage of function, weighted by execution frequency, that must be "
7504 "covered by trace formation. Used when profile feedback is available"
7505 msgstr ""
7507 #: params.def:289
7508 msgid ""
7509 "The percentage of function, weighted by execution frequency, that must be "
7510 "covered by trace formation. Used when profile feedback is not available"
7511 msgstr ""
7513 #: params.def:293
7514 msgid "Maximal code growth caused by tail duplication (in percent)"
7515 msgstr ""
7517 #: params.def:297
7518 msgid ""
7519 "Stop reverse growth if the reverse probability of best edge is less than "
7520 "this threshold (in percent)"
7521 msgstr ""
7523 #: params.def:301
7524 msgid ""
7525 "Stop forward growth if the probability of best edge is less than this "
7526 "threshold (in percent). Used when profile feedback is available"
7527 msgstr ""
7529 #: params.def:305
7530 msgid ""
7531 "Stop forward growth if the probability of best edge is less than this "
7532 "threshold (in percent). Used when profile feedback is not available"
7533 msgstr ""
7535 #: params.def:311
7536 msgid "The maximum number of incoming edges to consider for crossjumping"
7537 msgstr ""
7539 #: params.def:317
7540 msgid ""
7541 "The minimum number of matching instructions to consider for crossjumping"
7542 msgstr ""
7544 #: params.def:323
7545 msgid ""
7546 "The maximum number of insns to duplicate when unfactoring computed gotos"
7547 msgstr ""
7549 #: params.def:329
7550 msgid "The maximum length of path considered in cse"
7551 msgstr ""
7553 #: params.def:336
7554 msgid ""
7555 "The minimum cost of an expensive expression in the loop invariant motion"
7556 msgstr ""
7558 #: params.def:345
7559 msgid ""
7560 "Bound on number of candidates below that all candidates are considered in iv "
7561 "optimizations"
7562 msgstr ""
7564 #: params.def:353
7565 msgid "Bound on number of iv uses in loop optimized in iv optimizations"
7566 msgstr ""
7568 #: params.def:361
7569 msgid ""
7570 "If number of candidates in the set is smaller, we always try to remove "
7571 "unused ivs during its optimization"
7572 msgstr ""
7574 #: params.def:368
7575 msgid ""
7576 "Given N calls and V call-clobbered vars in a function.  Use .GLOBAL_VAR if "
7577 "NxV is larger than this limit"
7578 msgstr ""
7580 #: params.def:373
7581 msgid "The maximum memory locations recorded by cselib"
7582 msgstr ""
7584 #: params.def:386
7585 msgid ""
7586 "Minimum heap expansion to trigger garbage collection, as a percentage of the "
7587 "total size of the heap"
7588 msgstr ""
7590 #: params.def:391
7591 msgid "Minimum heap size before we start collecting garbage, in kilobytes"
7592 msgstr ""
7594 #: params.def:399
7595 msgid ""
7596 "The maximum number of instructions to search backward when looking for "
7597 "equivalent reload"
7598 msgstr ""
7600 #: params.def:404
7601 msgid ""
7602 "The maximum number of virtual operands allowed to represent aliases before "
7603 "triggering alias grouping."
7604 msgstr ""
7606 #: params.def:409
7607 msgid ""
7608 "The maximum number of blocks in a region to be considered for interblock "
7609 "scheduling"
7610 msgstr ""
7612 #: params.def:414
7613 msgid ""
7614 "The maximum number of insns in a region to be considered for interblock "
7615 "scheduling"
7616 msgstr ""
7618 #: params.def:419
7619 msgid ""
7620 "The maximum number of RTL nodes that can be recorded as combiner's last value"
7621 msgstr ""
7623 #: params.def:427
7624 msgid "The upper bound for sharing integer constants"
7625 msgstr ""
7627 #: config/darwin-c.c:84
7628 msgid "too many #pragma options align=reset"
7629 msgstr ""
7631 #: config/darwin-c.c:104 config/darwin-c.c:107 config/darwin-c.c:109
7632 #: config/darwin-c.c:111
7633 msgid "malformed '#pragma options', ignoring"
7634 msgstr ""
7636 #: config/darwin-c.c:114
7637 msgid "junk at end of '#pragma options'"
7638 msgstr ""
7640 #: config/darwin-c.c:124
7641 msgid "malformed '#pragma options align={mac68k|power|reset}', ignoring"
7642 msgstr ""
7644 #: config/darwin-c.c:136
7645 msgid "missing '(' after '#pragma unused', ignoring"
7646 msgstr ""
7648 #: config/darwin-c.c:154
7649 msgid "missing ')' after '#pragma unused', ignoring"
7650 msgstr ""
7652 #: config/darwin-c.c:157
7653 msgid "junk at end of '#pragma unused'"
7654 msgstr ""
7656 #: config/darwin-c.c:367
7657 #, c-format
7658 msgid "subframework include %s conflicts with framework include"
7659 msgstr ""
7661 #: config/darwin.c:1350
7662 msgid ""
7663 "internal and protected visibility attributes not supported in this "
7664 "configuration; ignored"
7665 msgstr ""
7667 #: config/sol2-c.c:94 config/sol2-c.c:110
7668 msgid "malformed %<#pragma align%>, ignoring"
7669 msgstr ""
7671 #: config/sol2-c.c:103
7672 msgid "invalid alignment for %<#pragma align%>, ignoring"
7673 msgstr ""
7675 #: config/sol2-c.c:118
7676 msgid "%<#pragma align%> must appear before the declaration of %D, ignoring"
7677 msgstr ""
7679 #: config/sol2-c.c:130 config/sol2-c.c:142
7680 msgid "malformed %<#pragma align%>"
7681 msgstr ""
7683 #: config/sol2-c.c:137
7684 msgid "junk at end of %<#pragma align%>"
7685 msgstr ""
7687 #: config/sol2-c.c:158 config/sol2-c.c:165
7688 msgid "malformed %<#pragma init%>, ignoring"
7689 msgstr ""
7691 #: config/sol2-c.c:188 config/sol2-c.c:200
7692 msgid "malformed %<#pragma init%>"
7693 msgstr ""
7695 #: config/sol2-c.c:195
7696 msgid "junk at end of %<#pragma init%>"
7697 msgstr ""
7699 #: config/sol2-c.c:216 config/sol2-c.c:223
7700 msgid "malformed %<#pragma fini%>, ignoring"
7701 msgstr ""
7703 #: config/sol2-c.c:246 config/sol2-c.c:258
7704 msgid "malformed %<#pragma fini%>"
7705 msgstr ""
7707 #: config/sol2-c.c:253
7708 msgid "junk at end of %<#pragma fini%>"
7709 msgstr ""
7711 #: config/sol2.c:54
7712 msgid "%Jignoring %<#pragma align%> for explicitly aligned %<%D%>"
7713 msgstr ""
7715 #: config/darwin.h:155
7716 msgid "Set sizeof(bool) to 1"
7717 msgstr ""
7719 #: config/darwin.h:157
7720 msgid "Generate code suitable for fast turn around debugging"
7721 msgstr ""
7723 #: config/darwin.h:159
7724 msgid "Don't generate code suitable for fast turn around debugging"
7725 msgstr ""
7727 #. Mach-O supports 'weak imports', and 'weak definitions' in coalesced
7728 #. sections.  machopic_select_section ensures that weak variables go in
7729 #. coalesced sections.  Weak aliases (or any other kind of aliases) are
7730 #. not supported.  Weak symbols that aren't visible outside the .s file
7731 #. are not supported.
7732 #: config/darwin.h:395
7733 msgid "alias definitions not supported in Mach-O; ignored"
7734 msgstr ""
7736 #: config/lynx.h:137
7737 msgid "Use shared libraries"
7738 msgstr ""
7740 #: config/lynx.h:138
7741 msgid "Support multi-threading"
7742 msgstr ""
7744 #: config/lynx.h:139
7745 msgid "Support legacy multi-threading"
7746 msgstr ""
7748 #: config/windiss.h:37
7749 msgid "profiler support for WindISS"
7750 msgstr ""
7752 #: config/alpha/alpha.c:254
7753 #, c-format
7754 msgid "-f%s ignored for Unicos/Mk (not supported)"
7755 msgstr ""
7757 #: config/alpha/alpha.c:278
7758 msgid "-mieee not supported on Unicos/Mk"
7759 msgstr ""
7761 #: config/alpha/alpha.c:289
7762 msgid "-mieee-with-inexact not supported on Unicos/Mk"
7763 msgstr ""
7765 #: config/alpha/alpha.c:306
7766 #, c-format
7767 msgid "bad value %qs for -mtrap-precision switch"
7768 msgstr ""
7770 #: config/alpha/alpha.c:320
7771 #, c-format
7772 msgid "bad value %qs for -mfp-rounding-mode switch"
7773 msgstr ""
7775 #: config/alpha/alpha.c:335
7776 #, c-format
7777 msgid "bad value %qs for -mfp-trap-mode switch"
7778 msgstr ""
7780 #: config/alpha/alpha.c:347 config/rs6000/rs6000.c:1720
7781 #, c-format
7782 msgid "bad value %qs for -mtls-size switch"
7783 msgstr ""
7785 #: config/alpha/alpha.c:366 config/alpha/alpha.c:378
7786 #, c-format
7787 msgid "bad value %qs for -mcpu switch"
7788 msgstr ""
7790 #: config/alpha/alpha.c:385
7791 msgid "trap mode not supported on Unicos/Mk"
7792 msgstr ""
7794 #: config/alpha/alpha.c:392
7795 msgid "fp software completion requires -mtrap-precision=i"
7796 msgstr ""
7798 #: config/alpha/alpha.c:408
7799 msgid "rounding mode not supported for VAX floats"
7800 msgstr ""
7802 #: config/alpha/alpha.c:413
7803 msgid "trap mode not supported for VAX floats"
7804 msgstr ""
7806 #: config/alpha/alpha.c:417
7807 msgid "128-bit long double not supported for VAX floats"
7808 msgstr ""
7810 #: config/alpha/alpha.c:445
7811 #, c-format
7812 msgid "L%d cache latency unknown for %s"
7813 msgstr ""
7815 #: config/alpha/alpha.c:460
7816 #, c-format
7817 msgid "bad value %qs for -mmemory-latency"
7818 msgstr ""
7820 #: config/alpha/alpha.c:4764
7821 #, c-format
7822 msgid "invalid %%H value"
7823 msgstr ""
7825 #: config/alpha/alpha.c:4785
7826 #, c-format
7827 msgid "invalid %%J value"
7828 msgstr ""
7830 #: config/alpha/alpha.c:4801 config/ia64/ia64.c:4133
7831 #, c-format
7832 msgid "invalid %%r value"
7833 msgstr ""
7835 #: config/alpha/alpha.c:4811 config/rs6000/rs6000.c:10799
7836 #: config/xtensa/xtensa.c:1951
7837 #, c-format
7838 msgid "invalid %%R value"
7839 msgstr ""
7841 #: config/alpha/alpha.c:4817 config/rs6000/rs6000.c:10718
7842 #: config/xtensa/xtensa.c:1918
7843 #, c-format
7844 msgid "invalid %%N value"
7845 msgstr ""
7847 #: config/alpha/alpha.c:4825 config/rs6000/rs6000.c:10746
7848 #, c-format
7849 msgid "invalid %%P value"
7850 msgstr ""
7852 #: config/alpha/alpha.c:4833
7853 #, c-format
7854 msgid "invalid %%h value"
7855 msgstr ""
7857 #: config/alpha/alpha.c:4841 config/xtensa/xtensa.c:1944
7858 #, c-format
7859 msgid "invalid %%L value"
7860 msgstr ""
7862 #: config/alpha/alpha.c:4880 config/rs6000/rs6000.c:10700
7863 #, c-format
7864 msgid "invalid %%m value"
7865 msgstr ""
7867 #: config/alpha/alpha.c:4888 config/rs6000/rs6000.c:10708
7868 #, c-format
7869 msgid "invalid %%M value"
7870 msgstr ""
7872 #: config/alpha/alpha.c:4932
7873 #, c-format
7874 msgid "invalid %%U value"
7875 msgstr ""
7877 #: config/alpha/alpha.c:4944 config/alpha/alpha.c:4958
7878 #: config/rs6000/rs6000.c:10807
7879 #, c-format
7880 msgid "invalid %%s value"
7881 msgstr ""
7883 #: config/alpha/alpha.c:4981
7884 #, c-format
7885 msgid "invalid %%C value"
7886 msgstr ""
7888 #: config/alpha/alpha.c:5018 config/rs6000/rs6000.c:10537
7889 #: config/rs6000/rs6000.c:10557
7890 #, c-format
7891 msgid "invalid %%E value"
7892 msgstr ""
7894 #: config/alpha/alpha.c:5043 config/alpha/alpha.c:5091
7895 msgid "unknown relocation unspec"
7896 msgstr ""
7898 #: config/alpha/alpha.c:5052 config/rs6000/rs6000.c:11125
7899 #, c-format
7900 msgid "invalid %%xn code"
7901 msgstr ""
7903 #: config/alpha/alpha.c:6037 config/alpha/alpha.c:6040 config/s390/s390.c:8030
7904 #: config/s390/s390.c:8033
7905 msgid "bad builtin fcode"
7906 msgstr ""
7908 #. Macro to define tables used to set the flags.
7909 #. This is a list in braces of pairs in braces,
7910 #. each pair being { "NAME", VALUE }
7911 #. where VALUE is the bits to set or minus the bits to clear.
7912 #. An empty string NAME is used to identify the default VALUE.
7913 #. WARNING: Do not mark empty strings for translation, as calling
7914 #. gettext on an empty string does NOT return an empty
7915 #. string.
7916 #. Macro to define tables used to set the flags.
7917 #. This is a list in braces of pairs in braces,
7918 #. each pair being { "NAME", VALUE }
7919 #. where VALUE is the bits to set or minus the bits to clear.
7920 #. An empty string NAME is used to identify the default VALUE.
7921 #: config/alpha/alpha.h:293 config/i386/i386.h:335 config/i386/i386.h:337
7922 #: config/i386/i386.h:339 config/ns32k/ns32k.h:140 config/s390/s390.h:134
7923 #: config/sparc/sparc.h:622 config/sparc/sparc.h:627
7924 msgid "Use hardware fp"
7925 msgstr ""
7927 #: config/alpha/alpha.h:294 config/i386/i386.h:336 config/i386/i386.h:338
7928 #: config/sparc/sparc.h:624 config/sparc/sparc.h:629
7929 msgid "Do not use hardware fp"
7930 msgstr ""
7932 #: config/alpha/alpha.h:295
7933 msgid "Use fp registers"
7934 msgstr ""
7936 #: config/alpha/alpha.h:297
7937 msgid "Do not use fp registers"
7938 msgstr ""
7940 #: config/alpha/alpha.h:298
7941 msgid "Do not assume GAS"
7942 msgstr ""
7944 #: config/alpha/alpha.h:299
7945 msgid "Assume GAS"
7946 msgstr ""
7948 #: config/alpha/alpha.h:301
7949 msgid "Request IEEE-conformant math library routines (OSF/1)"
7950 msgstr ""
7952 #: config/alpha/alpha.h:303
7953 msgid "Emit IEEE-conformant code, without inexact exceptions"
7954 msgstr ""
7956 #: config/alpha/alpha.h:305
7957 msgid "Emit IEEE-conformant code, with inexact exceptions"
7958 msgstr ""
7960 #: config/alpha/alpha.h:307
7961 msgid "Do not emit complex integer constants to read-only memory"
7962 msgstr ""
7964 #: config/alpha/alpha.h:308
7965 msgid "Use VAX fp"
7966 msgstr ""
7968 #: config/alpha/alpha.h:309
7969 msgid "Do not use VAX fp"
7970 msgstr ""
7972 #: config/alpha/alpha.h:310
7973 msgid "Emit code for the byte/word ISA extension"
7974 msgstr ""
7976 #: config/alpha/alpha.h:313
7977 msgid "Emit code for the motion video ISA extension"
7978 msgstr ""
7980 #: config/alpha/alpha.h:316
7981 msgid "Emit code for the fp move and sqrt ISA extension"
7982 msgstr ""
7984 #: config/alpha/alpha.h:318
7985 msgid "Emit code for the counting ISA extension"
7986 msgstr ""
7988 #: config/alpha/alpha.h:321
7989 msgid "Emit code using explicit relocation directives"
7990 msgstr ""
7992 #: config/alpha/alpha.h:324
7993 msgid "Emit 16-bit relocations to the small data areas"
7994 msgstr ""
7996 #: config/alpha/alpha.h:326
7997 msgid "Emit 32-bit relocations to the small data areas"
7998 msgstr ""
8000 #: config/alpha/alpha.h:328
8001 msgid "Emit direct branches to local functions"
8002 msgstr ""
8004 #: config/alpha/alpha.h:331
8005 msgid "Emit rdval instead of rduniq for thread pointer"
8006 msgstr ""
8008 #: config/alpha/alpha.h:333
8009 msgid "Use 128-bit long double"
8010 msgstr ""
8012 #: config/alpha/alpha.h:335
8013 msgid "Use 64-bit long double"
8014 msgstr ""
8016 #. For -mcpu=
8017 #. For -mtune=
8018 #. For -mfp-rounding-mode=[n|m|c|d]
8019 #. For -mfp-trap-mode=[n|u|su|sui]
8020 #. For -mtrap-precision=[p|f|i]
8021 #. For -mmemory-latency=
8022 #. For -mtls-size=
8023 #: config/alpha/alpha.h:364
8024 msgid "Use features of and schedule given CPU"
8025 msgstr ""
8027 #: config/alpha/alpha.h:366
8028 msgid "Schedule given CPU"
8029 msgstr ""
8031 #: config/alpha/alpha.h:368
8032 msgid "Control the generated fp rounding mode"
8033 msgstr ""
8035 #: config/alpha/alpha.h:370
8036 msgid "Control the IEEE trap mode"
8037 msgstr ""
8039 #: config/alpha/alpha.h:372
8040 msgid "Control the precision given to fp exceptions"
8041 msgstr ""
8043 #: config/alpha/alpha.h:374
8044 msgid "Tune expected memory latency"
8045 msgstr ""
8047 #: config/alpha/alpha.h:376 config/ia64/ia64.h:278 config/rs6000/sysv4.h:90
8048 msgid "Specify bit size of immediate TLS offsets"
8049 msgstr ""
8051 #: config/arc/arc.c:172
8052 #, c-format
8053 msgid "bad value (%s) for -mcpu switch"
8054 msgstr ""
8056 #: config/arc/arc.c:394
8057 #, c-format
8058 msgid "argument of %qs attribute is not a string constant"
8059 msgstr ""
8061 #: config/arc/arc.c:401
8062 #, c-format
8063 msgid "argument of %qs attribute is not \"ilink1\" or \"ilink2\""
8064 msgstr ""
8066 #: config/arc/arc.c:1739 config/m32r/m32r.c:2141
8067 #, c-format
8068 msgid "invalid operand to %%R code"
8069 msgstr ""
8071 #: config/arc/arc.c:1771 config/m32r/m32r.c:2164
8072 #, c-format
8073 msgid "invalid operand to %%H/%%L code"
8074 msgstr ""
8076 #: config/arc/arc.c:1794 config/m32r/m32r.c:2235
8077 #, c-format
8078 msgid "invalid operand to %%U code"
8079 msgstr ""
8081 #: config/arc/arc.c:1805
8082 #, c-format
8083 msgid "invalid operand to %%V code"
8084 msgstr ""
8086 #. Unknown flag.
8087 #. Undocumented flag.
8088 #: config/arc/arc.c:1812 config/m32r/m32r.c:2262 config/sparc/sparc.c:7517
8089 msgid "invalid operand output code"
8090 msgstr ""
8092 #: config/arm/arm.c:800
8093 #, c-format
8094 msgid "switch -mcpu=%s conflicts with -march= switch"
8095 msgstr ""
8097 #: config/arm/arm.c:810 config/rs6000/rs6000.c:1230 config/sparc/sparc.c:648
8098 #, c-format
8099 msgid "bad value (%s) for %s switch"
8100 msgstr ""
8102 #: config/arm/arm.c:919
8103 msgid "target CPU does not support interworking"
8104 msgstr ""
8106 #: config/arm/arm.c:925
8107 msgid "target CPU does not support THUMB instructions"
8108 msgstr ""
8110 #: config/arm/arm.c:939
8111 msgid ""
8112 "enabling backtrace support is only meaningful when compiling for the Thumb"
8113 msgstr ""
8115 #: config/arm/arm.c:942
8116 msgid ""
8117 "enabling callee interworking support is only meaningful when compiling for "
8118 "the Thumb"
8119 msgstr ""
8121 #: config/arm/arm.c:945
8122 msgid ""
8123 "enabling caller interworking support is only meaningful when compiling for "
8124 "the Thumb"
8125 msgstr ""
8127 #: config/arm/arm.c:949
8128 msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
8129 msgstr ""
8131 #: config/arm/arm.c:957
8132 msgid "-fpic and -mapcs-reent are incompatible"
8133 msgstr ""
8135 #: config/arm/arm.c:960
8136 msgid "APCS reentrant code not supported.  Ignored"
8137 msgstr ""
8139 #: config/arm/arm.c:968
8140 msgid "-g with -mno-apcs-frame may not give sensible debugging"
8141 msgstr ""
8143 #: config/arm/arm.c:976
8144 msgid "passing floating point arguments in fp regs not yet supported"
8145 msgstr ""
8147 #: config/arm/arm.c:1018
8148 #, c-format
8149 msgid "invalid ABI option: -mabi=%s"
8150 msgstr ""
8152 #: config/arm/arm.c:1024
8153 msgid "iwmmxt requires an AAPCS compatible ABI for proper operation"
8154 msgstr ""
8156 #: config/arm/arm.c:1027
8157 msgid "iwmmxt abi requires an iwmmxt capable cpu"
8158 msgstr ""
8160 #: config/arm/arm.c:1037
8161 #, c-format
8162 msgid "invalid floating point emulation option: -mfpe=%s"
8163 msgstr ""
8165 #: config/arm/arm.c:1054
8166 #, c-format
8167 msgid "invalid floating point option: -mfpu=%s"
8168 msgstr ""
8170 #: config/arm/arm.c:1095
8171 #, c-format
8172 msgid "invalid floating point abi: -mfloat-abi=%s"
8173 msgstr ""
8175 #: config/arm/arm.c:1110
8176 msgid "-mfloat-abi=hard and VFP"
8177 msgstr ""
8179 #: config/arm/arm.c:1136
8180 #, c-format
8181 msgid "structure size boundary can only be set to %s"
8182 msgstr ""
8184 #: config/arm/arm.c:1145
8185 msgid "-mpic-register= is useless without -fpic"
8186 msgstr ""
8188 #: config/arm/arm.c:1152
8189 #, c-format
8190 msgid "unable to use '%s' for PIC register"
8191 msgstr ""
8193 #: config/arm/arm.c:2669 config/arm/arm.c:2687 config/avr/avr.c:4620
8194 #: config/c4x/c4x.c:4499 config/h8300/h8300.c:5755 config/i386/i386.c:1704
8195 #: config/i386/i386.c:1750 config/ip2k/ip2k.c:3182
8196 #: config/m68hc11/m68hc11.c:1348 config/m68k/m68k.c:288
8197 #: config/mcore/mcore.c:3379 config/ns32k/ns32k.c:1073
8198 #: config/rs6000/rs6000.c:17260 config/sh/sh.c:7188 config/sh/sh.c:7209
8199 #: config/sh/sh.c:7244 config/stormy16/stormy16.c:2413 config/v850/v850.c:2210
8200 #, c-format
8201 msgid "%qs attribute only applies to functions"
8202 msgstr ""
8204 #: config/arm/arm.c:10454 config/arm/arm.c:10472
8205 msgid "predicated Thumb instruction"
8206 msgstr ""
8208 #: config/arm/arm.c:10460
8209 msgid "predicated instruction in conditional sequence"
8210 msgstr ""
8212 #: config/arm/arm.c:10568 config/arm/arm.c:10578 config/arm/arm.c:10588
8213 #: config/arm/arm.c:10614 config/arm/arm.c:10632 config/arm/arm.c:10667
8214 #: config/arm/arm.c:10686 config/arm/arm.c:10701 config/arm/arm.c:10727
8215 #: config/arm/arm.c:10734 config/arm/arm.c:10741
8216 #, c-format
8217 msgid "invalid operand for code '%c'"
8218 msgstr ""
8220 #: config/arm/arm.c:10627
8221 msgid "instruction never exectued"
8222 msgstr ""
8224 #: config/arm/arm.c:10752
8225 msgid "missing operand"
8226 msgstr ""
8228 #: config/arm/arm.c:11518
8229 msgid "unable to compute real location of stacked parameter"
8230 msgstr ""
8232 #. @@@ better error message
8233 #: config/arm/arm.c:12151 config/arm/arm.c:12188
8234 msgid "selector must be an immediate"
8235 msgstr ""
8237 #. @@@ better error message
8238 #: config/arm/arm.c:12231 config/i386/i386.c:14446 config/i386/i386.c:14480
8239 msgid "mask must be an immediate"
8240 msgstr ""
8242 #: config/arm/arm.c:12907
8243 msgid "no low registers available for popping high registers"
8244 msgstr ""
8246 #: config/arm/arm.c:13125
8247 msgid "interrupt Service Routines cannot be coded in Thumb mode"
8248 msgstr ""
8250 #: config/arm/pe.c:171 config/mcore/mcore.c:3245
8251 msgid "%Jinitialized variable '%D' is marked dllimport"
8252 msgstr ""
8254 #: config/arm/pe.c:180
8255 msgid "%Jstatic variable '%D' is marked dllimport"
8256 msgstr ""
8258 #: config/arm/arm.h:318
8259 msgid "Generate APCS conformant stack frames"
8260 msgstr ""
8262 #: config/arm/arm.h:321
8263 msgid "Store function names in object code"
8264 msgstr ""
8266 #: config/arm/arm.h:327
8267 msgid "Pass FP arguments in FP registers"
8268 msgstr ""
8270 #: config/arm/arm.h:330
8271 msgid "Generate re-entrant, PIC code"
8272 msgstr ""
8274 #: config/arm/arm.h:333
8275 msgid "Assume target CPU is configured as big endian"
8276 msgstr ""
8278 #: config/arm/arm.h:335
8279 msgid "Assume target CPU is configured as little endian"
8280 msgstr ""
8282 #: config/arm/arm.h:337
8283 msgid "Assume big endian bytes, little endian words"
8284 msgstr ""
8286 #: config/arm/arm.h:339
8287 msgid "Support calls between Thumb and ARM instruction sets"
8288 msgstr ""
8290 #: config/arm/arm.h:342
8291 msgid "Generate a call to abort if a noreturn function returns"
8292 msgstr ""
8294 #: config/arm/arm.h:345
8295 msgid "Do not move instructions into a function's prologue"
8296 msgstr ""
8298 #: config/arm/arm.h:348
8299 msgid "Do not load the PIC register in function prologues"
8300 msgstr ""
8302 #: config/arm/arm.h:351
8303 msgid "Generate call insns as indirect calls, if necessary"
8304 msgstr ""
8306 #: config/arm/arm.h:354
8307 msgid "Compile for the Thumb not the ARM"
8308 msgstr ""
8310 #: config/arm/arm.h:358
8311 msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
8312 msgstr ""
8314 #: config/arm/arm.h:361
8315 msgid "Thumb: Generate (leaf) stack frames even if not needed"
8316 msgstr ""
8318 #: config/arm/arm.h:364
8319 msgid "Thumb: Assume non-static functions may be called from ARM code"
8320 msgstr ""
8322 #: config/arm/arm.h:368
8323 msgid "Thumb: Assume function pointers may go to non-Thumb aware code"
8324 msgstr ""
8326 #: config/arm/arm.h:372
8327 msgid "Cirrus: Place NOPs to avoid invalid instruction combinations"
8328 msgstr ""
8330 #: config/arm/arm.h:374
8331 msgid "Cirrus: Do not break up invalid instruction combinations with NOPs"
8332 msgstr ""
8334 #: config/arm/arm.h:382
8335 msgid "Specify the name of the target CPU"
8336 msgstr ""
8338 #: config/arm/arm.h:384
8339 msgid "Specify the name of the target architecture"
8340 msgstr ""
8342 #: config/arm/arm.h:389
8343 msgid "Specify the name of the target floating point hardware/format"
8344 msgstr ""
8346 #: config/arm/arm.h:391
8347 msgid "Specify if floating point hardware should be used"
8348 msgstr ""
8350 #: config/arm/arm.h:393
8351 msgid "Specify the minimum bit alignment of structures"
8352 msgstr ""
8354 #: config/arm/arm.h:395
8355 msgid "Specify the register to be used for PIC addressing"
8356 msgstr ""
8358 #: config/arm/arm.h:396 config/mips/mips.h:784
8359 msgid "Specify an ABI"
8360 msgstr ""
8362 #: config/arm/arm.h:398
8363 msgid "Alias for -mfloat-abi=soft"
8364 msgstr ""
8366 #: config/arm/arm.h:400
8367 msgid "Alias for -mfloat-abi=hard"
8368 msgstr ""
8370 #: config/arm/pe.h:59
8371 msgid "Ignore dllimport attribute for functions"
8372 msgstr ""
8374 #: config/avr/avr.c:532
8375 #, c-format
8376 msgid "large frame pointer change (%d) with -mtiny-stack"
8377 msgstr ""
8379 #: config/avr/avr.c:1119
8380 msgid "bad address, not (reg+disp):"
8381 msgstr ""
8383 #: config/avr/avr.c:1127
8384 msgid "internal compiler error.  Bad address:"
8385 msgstr ""
8387 #: config/avr/avr.c:1140
8388 msgid "internal compiler error.  Unknown mode:"
8389 msgstr ""
8391 #: config/avr/avr.c:1763 config/avr/avr.c:2424
8392 msgid "invalid insn:"
8393 msgstr ""
8395 #: config/avr/avr.c:1797 config/avr/avr.c:1880 config/avr/avr.c:1929
8396 #: config/avr/avr.c:1938 config/avr/avr.c:2033 config/avr/avr.c:2202
8397 #: config/avr/avr.c:2458 config/avr/avr.c:2566
8398 msgid "incorrect insn:"
8399 msgstr ""
8401 #: config/avr/avr.c:1957 config/avr/avr.c:2118 config/avr/avr.c:2273
8402 #: config/avr/avr.c:2610
8403 msgid "unknown move insn:"
8404 msgstr ""
8406 #: config/avr/avr.c:2840
8407 msgid "bad shift insn:"
8408 msgstr ""
8410 #: config/avr/avr.c:2956 config/avr/avr.c:3404 config/avr/avr.c:3790
8411 msgid "internal compiler error.  Incorrect shift:"
8412 msgstr ""
8414 #: config/avr/avr.c:4594 config/ip2k/ip2k.c:3157
8415 msgid "only initialized variables can be placed into program memory area"
8416 msgstr ""
8418 #: config/avr/avr.c:4637
8419 #, c-format
8420 msgid "`%s' appears to be a misspelled interrupt handler"
8421 msgstr ""
8423 #: config/avr/avr.c:4645
8424 #, c-format
8425 msgid "`%s' appears to be a misspelled signal handler"
8426 msgstr ""
8428 #: config/avr/avr.c:4714
8429 msgid "only uninitialized variables can be placed in the .noinit section"
8430 msgstr ""
8432 #: config/avr/avr.c:4728
8433 #, c-format
8434 msgid "MCU %qs supported for assembler only"
8435 msgstr ""
8437 #: config/avr/avr.h:73
8438 msgid "Assume int to be 8 bit integer"
8439 msgstr ""
8441 #: config/avr/avr.h:75
8442 msgid "Change the stack pointer without disabling interrupts"
8443 msgstr ""
8445 #: config/avr/avr.h:77
8446 msgid "Use subroutines for function prologue/epilogue"
8447 msgstr ""
8449 #: config/avr/avr.h:79
8450 msgid "Change only the low 8 bits of the stack pointer"
8451 msgstr ""
8453 #: config/avr/avr.h:81
8454 msgid "Do not generate tablejump insns"
8455 msgstr ""
8457 #: config/avr/avr.h:83
8458 msgid "Use rjmp/rcall (limited range) on >8K devices"
8459 msgstr ""
8461 #: config/avr/avr.h:85
8462 msgid "Output instruction sizes to the asm file"
8463 msgstr ""
8465 #: config/avr/avr.h:102
8466 msgid "Specify the initial stack address"
8467 msgstr ""
8469 #: config/avr/avr.h:103
8470 msgid "Specify the MCU name"
8471 msgstr ""
8473 #: config/avr/avr.h:766
8474 msgid "trampolines not supported"
8475 msgstr ""
8477 #: config/c4x/c4x-c.c:71
8478 #, c-format
8479 msgid "missing '(' after '#pragma %s' - ignored"
8480 msgstr ""
8482 #: config/c4x/c4x-c.c:74
8483 #, c-format
8484 msgid "missing function name in '#pragma %s' - ignored"
8485 msgstr ""
8487 #: config/c4x/c4x-c.c:79
8488 #, c-format
8489 msgid "malformed '#pragma %s' - ignored"
8490 msgstr ""
8492 #: config/c4x/c4x-c.c:81
8493 #, c-format
8494 msgid "missing section name in '#pragma %s' - ignored"
8495 msgstr ""
8497 #: config/c4x/c4x-c.c:86
8498 #, c-format
8499 msgid "missing ')' for '#pragma %s' - ignored"
8500 msgstr ""
8502 #: config/c4x/c4x-c.c:89
8503 #, c-format
8504 msgid "junk at end of '#pragma %s'"
8505 msgstr ""
8507 #: config/c4x/c4x.c:312
8508 #, c-format
8509 msgid "unknown CPU version %d, using 40.\n"
8510 msgstr ""
8512 #: config/c4x/c4x.c:874
8513 #, c-format
8514 msgid "ISR %s requires %d words of local vars, max is 32767"
8515 msgstr ""
8517 #: config/c4x/c4x.c:1598
8518 msgid "using CONST_DOUBLE for address"
8519 msgstr ""
8521 #: config/c4x/c4x.c:1736
8522 msgid "c4x_address_cost: Invalid addressing mode"
8523 msgstr ""
8525 #: config/c4x/c4x.c:1871
8526 #, c-format
8527 msgid "c4x_print_operand: %%L inconsistency"
8528 msgstr ""
8530 #: config/c4x/c4x.c:1877
8531 #, c-format
8532 msgid "c4x_print_operand: %%N inconsistency"
8533 msgstr ""
8535 #: config/c4x/c4x.c:1918
8536 #, c-format
8537 msgid "c4x_print_operand: %%O inconsistency"
8538 msgstr ""
8540 #: config/c4x/c4x.c:2013
8541 msgid "c4x_print_operand: Bad operand case"
8542 msgstr ""
8544 #: config/c4x/c4x.c:2054
8545 msgid "c4x_print_operand_address: Bad post_modify"
8546 msgstr ""
8548 #: config/c4x/c4x.c:2076
8549 msgid "c4x_print_operand_address: Bad pre_modify"
8550 msgstr ""
8552 #: config/c4x/c4x.c:2124 config/c4x/c4x.c:2136 config/c4x/c4x.c:2151
8553 msgid "c4x_print_operand_address: Bad operand case"
8554 msgstr ""
8556 #: config/c4x/c4x.c:2402
8557 msgid "c4x_rptb_insert: Cannot find start label"
8558 msgstr ""
8560 #: config/c4x/c4x.c:3317 config/c4x/c4x.c:3335
8561 msgid "mode not QImode"
8562 msgstr ""
8564 #: config/c4x/c4x.c:3405
8565 msgid "invalid indirect memory address"
8566 msgstr ""
8568 #: config/c4x/c4x.c:3494
8569 msgid "invalid indirect (S) memory address"
8570 msgstr ""
8572 #: config/c4x/c4x.c:3829
8573 msgid "c4x_valid_operands: Internal error"
8574 msgstr ""
8576 #: config/c4x/c4x.c:4268
8577 msgid "c4x_operand_subword: invalid mode"
8578 msgstr ""
8580 #: config/c4x/c4x.c:4271
8581 msgid "c4x_operand_subword: invalid operand"
8582 msgstr ""
8584 #. We could handle these with some difficulty.
8585 #. e.g., *p-- => *(p-=2); *(p+1).
8586 #: config/c4x/c4x.c:4297
8587 msgid "c4x_operand_subword: invalid autoincrement"
8588 msgstr ""
8590 #: config/c4x/c4x.c:4303
8591 msgid "c4x_operand_subword: invalid address"
8592 msgstr ""
8594 #: config/c4x/c4x.c:4314
8595 msgid "c4x_operand_subword: address not offsettable"
8596 msgstr ""
8598 #: config/c4x/c4x.c:4524
8599 msgid "c4x_rptb_rpts_p: Repeat block top label moved\n"
8600 msgstr ""
8602 #. Target compilation option flags.
8603 #. Small memory model.
8604 #. Use 24-bit MPYI for C3x.
8605 #. Fast fixing of floats.
8606 #. Allow use of RPTS.
8607 #. Emit C3x code.
8608 #. Be compatible with TI assembler.
8609 #. Be paranoid about DP reg. in ISRs.
8610 #. Pass arguments on stack.
8611 #. Enable features under development.
8612 #. Enable repeat block.
8613 #. Use BK as general register.
8614 #. Use decrement and branch for C3x.
8615 #. Enable debugging of GCC.
8616 #. Force constants into registers.
8617 #. Allow unsigned loop counters.
8618 #. Force op0 and op1 to be same.
8619 #. Save all 40 bits for floats.
8620 #. Allow parallel insns.
8621 #. Allow MPY||ADD, MPY||SUB insns.
8622 #. Assume mem refs possibly aliased.
8623 #. Emit C30 code.
8624 #. Emit C31 code.
8625 #. Emit C32 code.
8626 #. Emit C33 code.
8627 #. Emit C40 code.
8628 #. Emit C44 code.
8629 #. Run-time compilation parameters selecting different hardware subsets.
8631 #. Macro to define tables used to set the flags.
8632 #. This is a list in braces of triplets in braces,
8633 #. each pair being { "NAME", VALUE, "DESCRIPTION" }
8634 #. where VALUE is the bits to set or minus the bits to clear.
8635 #. An empty string NAME is used to identify the default VALUE.
8636 #: config/c4x/c4x.h:166
8637 msgid "Small memory model"
8638 msgstr ""
8640 #: config/c4x/c4x.h:168
8641 msgid "Big memory model"
8642 msgstr ""
8644 #: config/c4x/c4x.h:170
8645 msgid "Use MPYI instruction for C3x"
8646 msgstr ""
8648 #: config/c4x/c4x.h:172
8649 msgid "Do not use MPYI instruction for C3x"
8650 msgstr ""
8652 #: config/c4x/c4x.h:174
8653 msgid "Use fast but approximate float to integer conversion"
8654 msgstr ""
8656 #: config/c4x/c4x.h:176
8657 msgid "Use slow but accurate float to integer conversion"
8658 msgstr ""
8660 #: config/c4x/c4x.h:178
8661 msgid "Enable use of RTPS instruction"
8662 msgstr ""
8664 #: config/c4x/c4x.h:180
8665 msgid "Disable use of RTPS instruction"
8666 msgstr ""
8668 #: config/c4x/c4x.h:182
8669 msgid "Enable use of RTPB instruction"
8670 msgstr ""
8672 #: config/c4x/c4x.h:184
8673 msgid "Disable use of RTPB instruction"
8674 msgstr ""
8676 #: config/c4x/c4x.h:186
8677 msgid "Generate code for C30 CPU"
8678 msgstr ""
8680 #: config/c4x/c4x.h:188
8681 msgid "Generate code for C31 CPU"
8682 msgstr ""
8684 #: config/c4x/c4x.h:190
8685 msgid "Generate code for C32 CPU"
8686 msgstr ""
8688 #: config/c4x/c4x.h:192
8689 msgid "Generate code for C33 CPU"
8690 msgstr ""
8692 #: config/c4x/c4x.h:194
8693 msgid "Generate code for C40 CPU"
8694 msgstr ""
8696 #: config/c4x/c4x.h:196
8697 msgid "Generate code for C44 CPU"
8698 msgstr ""
8700 #: config/c4x/c4x.h:198
8701 msgid "Emit code compatible with TI tools"
8702 msgstr ""
8704 #: config/c4x/c4x.h:200
8705 msgid "Emit code to use GAS extensions"
8706 msgstr ""
8708 #: config/c4x/c4x.h:202 config/c4x/c4x.h:206
8709 msgid "Save DP across ISR in small memory model"
8710 msgstr ""
8712 #: config/c4x/c4x.h:204 config/c4x/c4x.h:208
8713 msgid "Don't save DP across ISR in small memory model"
8714 msgstr ""
8716 #: config/c4x/c4x.h:210
8717 msgid "Pass arguments on the stack"
8718 msgstr ""
8720 #: config/c4x/c4x.h:212
8721 msgid "Pass arguments in registers"
8722 msgstr ""
8724 #: config/c4x/c4x.h:214
8725 msgid "Enable new features under development"
8726 msgstr ""
8728 #: config/c4x/c4x.h:216
8729 msgid "Disable new features under development"
8730 msgstr ""
8732 #: config/c4x/c4x.h:218
8733 msgid "Use the BK register as a general purpose register"
8734 msgstr ""
8736 #: config/c4x/c4x.h:220
8737 msgid "Do not allocate BK register"
8738 msgstr ""
8740 #: config/c4x/c4x.h:222
8741 msgid "Enable use of DB instruction"
8742 msgstr ""
8744 #: config/c4x/c4x.h:224
8745 msgid "Disable use of DB instruction"
8746 msgstr ""
8748 #: config/c4x/c4x.h:226
8749 msgid "Enable debugging"
8750 msgstr ""
8752 #: config/c4x/c4x.h:228
8753 msgid "Disable debugging"
8754 msgstr ""
8756 #: config/c4x/c4x.h:230
8757 msgid "Force constants into registers to improve hoisting"
8758 msgstr ""
8760 #: config/c4x/c4x.h:232
8761 msgid "Don't force constants into registers"
8762 msgstr ""
8764 #: config/c4x/c4x.h:234
8765 msgid "Force RTL generation to emit valid 3 operand insns"
8766 msgstr ""
8768 #: config/c4x/c4x.h:236
8769 msgid "Allow RTL generation to emit invalid 3 operand insns"
8770 msgstr ""
8772 #: config/c4x/c4x.h:238
8773 msgid "Allow unsigned iteration counts for RPTB/DB"
8774 msgstr ""
8776 #: config/c4x/c4x.h:240
8777 msgid "Disallow unsigned iteration counts for RPTB/DB"
8778 msgstr ""
8780 #: config/c4x/c4x.h:242
8781 msgid "Preserve all 40 bits of FP reg across call"
8782 msgstr ""
8784 #: config/c4x/c4x.h:244
8785 msgid "Only preserve 32 bits of FP reg across call"
8786 msgstr ""
8788 #: config/c4x/c4x.h:246
8789 msgid "Enable parallel instructions"
8790 msgstr ""
8792 #: config/c4x/c4x.h:248
8793 msgid "Disable parallel instructions"
8794 msgstr ""
8796 #: config/c4x/c4x.h:250
8797 msgid "Enable MPY||ADD and MPY||SUB instructions"
8798 msgstr ""
8800 #: config/c4x/c4x.h:252
8801 msgid "Disable MPY||ADD and MPY||SUB instructions"
8802 msgstr ""
8804 #: config/c4x/c4x.h:254
8805 msgid "Assume that pointers may be aliased"
8806 msgstr ""
8808 #: config/c4x/c4x.h:256
8809 msgid "Assume that pointers not aliased"
8810 msgstr ""
8812 #: config/c4x/c4x.h:330
8813 msgid "Specify maximum number of iterations for RPTS"
8814 msgstr ""
8816 #: config/c4x/c4x.h:332
8817 msgid "Select CPU to generate code for"
8818 msgstr ""
8820 #: config/cris/cris.c:630
8821 msgid "unexpected index-type in cris_print_index"
8822 msgstr ""
8824 #: config/cris/cris.c:644
8825 msgid "unexpected base-type in cris_print_base"
8826 msgstr ""
8828 #: config/cris/cris.c:945
8829 #, c-format
8830 msgid "stackframe too big: %d bytes"
8831 msgstr ""
8833 #: config/cris/cris.c:1256
8834 msgid "allocated but unused delay list in epilogue"
8835 msgstr ""
8837 #: config/cris/cris.c:1266
8838 msgid ""
8839 "unexpected function type needing stack adjustment for __builtin_eh_return"
8840 msgstr ""
8842 #: config/cris/cris.c:1342
8843 msgid "invalid operand for 'b' modifier"
8844 msgstr ""
8846 #: config/cris/cris.c:1355
8847 msgid "invalid operand for 'v' modifier"
8848 msgstr ""
8850 #: config/cris/cris.c:1365
8851 msgid "invalid operand for 'P' modifier"
8852 msgstr ""
8854 #: config/cris/cris.c:1372
8855 msgid "invalid operand for 'p' modifier"
8856 msgstr ""
8858 #: config/cris/cris.c:1411
8859 msgid "invalid operand for 'z' modifier"
8860 msgstr ""
8862 #: config/cris/cris.c:1459 config/cris/cris.c:1489
8863 msgid "invalid operand for 'H' modifier"
8864 msgstr ""
8866 #: config/cris/cris.c:1465
8867 msgid "bad register"
8868 msgstr ""
8870 #: config/cris/cris.c:1503
8871 msgid "invalid operand for 'e' modifier"
8872 msgstr ""
8874 #: config/cris/cris.c:1520
8875 msgid "invalid operand for 'm' modifier"
8876 msgstr ""
8878 #: config/cris/cris.c:1545
8879 msgid "invalid operand for 'A' modifier"
8880 msgstr ""
8882 #: config/cris/cris.c:1553
8883 msgid "invalid operand for 'D' modifier"
8884 msgstr ""
8886 #: config/cris/cris.c:1567
8887 msgid "invalid operand for 'T' modifier"
8888 msgstr ""
8890 #: config/cris/cris.c:1576
8891 msgid "invalid operand modifier letter"
8892 msgstr ""
8894 #: config/cris/cris.c:1584
8895 #, c-format
8896 msgid "internal error: bad register: %d"
8897 msgstr ""
8899 #: config/cris/cris.c:1632
8900 msgid "unexpected multiplicative operand"
8901 msgstr ""
8903 #: config/cris/cris.c:1652
8904 msgid "unexpected operand"
8905 msgstr ""
8907 #: config/cris/cris.c:1685 config/cris/cris.c:1695
8908 msgid "unrecognized address"
8909 msgstr ""
8911 #: config/cris/cris.c:2048
8912 msgid "internal error: sideeffect-insn affecting main effect"
8913 msgstr ""
8915 #. If we get here, the caller got its initial tests wrong.
8916 #: config/cris/cris.c:2421
8917 msgid "internal error: cris_side_effect_mode_ok with bad operands"
8918 msgstr ""
8920 #: config/cris/cris.c:2498 config/cris/cris.c:2559
8921 msgid "unrecognized supposed constant"
8922 msgstr ""
8924 #: config/cris/cris.c:2603
8925 msgid "unrecognized supposed constant in cris_global_pic_symbol"
8926 msgstr ""
8928 #: config/cris/cris.c:2622
8929 #, c-format
8930 msgid "-max-stackframe=%d is not usable, not between 0 and %d"
8931 msgstr ""
8933 #: config/cris/cris.c:2650
8934 #, c-format
8935 msgid "unknown CRIS version specification in -march= or -mcpu= : %s"
8936 msgstr ""
8938 #: config/cris/cris.c:2686
8939 #, c-format
8940 msgid "unknown CRIS cpu version specification in -mtune= : %s"
8941 msgstr ""
8943 #: config/cris/cris.c:2704
8944 msgid "-fPIC and -fpic are not supported in this configuration"
8945 msgstr ""
8947 #: config/cris/cris.c:2719
8948 msgid "that particular -g option is invalid with -maout and -melinux"
8949 msgstr ""
8951 #: config/cris/cris.c:2894 config/cris/cris.c:2939
8952 msgid "unexpected side-effects in address"
8953 msgstr ""
8955 #: config/cris/cris.c:3008
8956 msgid "unexpected PIC symbol"
8957 msgstr ""
8959 #: config/cris/cris.c:3012
8960 msgid "PIC register isn't set up"
8961 msgstr ""
8963 #: config/cris/cris.c:3033
8964 msgid "emitting PIC operand, but PIC register isn't set up"
8965 msgstr ""
8967 #: config/cris/aout.h:85
8968 msgid "Compile for the MMU-less Etrax 100-based elinux system"
8969 msgstr ""
8971 #: config/cris/aout.h:92
8972 msgid "For elinux, request a specified stack-size for this program"
8973 msgstr ""
8975 #: config/cris/cris.h:354
8976 msgid "Work around bug in multiplication instruction"
8977 msgstr ""
8979 #. 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.
8980 #: config/cris/cris.h:360
8981 msgid "Compile for ETRAX 4 (CRIS v3)"
8982 msgstr ""
8984 #: config/cris/cris.h:365
8985 msgid "Compile for ETRAX 100 (CRIS v8)"
8986 msgstr ""
8988 #: config/cris/cris.h:369
8989 msgid "Emit verbose debug information in assembly code"
8990 msgstr ""
8992 #: config/cris/cris.h:372
8993 msgid "Do not use condition codes from normal instructions"
8994 msgstr ""
8996 #: config/cris/cris.h:376
8997 msgid "Do not emit addressing modes with side-effect assignment"
8998 msgstr ""
9000 #: config/cris/cris.h:379
9001 msgid "Do not tune stack alignment"
9002 msgstr ""
9004 #: config/cris/cris.h:382
9005 msgid "Do not tune writable data alignment"
9006 msgstr ""
9008 #: config/cris/cris.h:385
9009 msgid "Do not tune code and read-only data alignment"
9010 msgstr ""
9012 #: config/cris/cris.h:394
9013 msgid "Align code and data to 32 bits"
9014 msgstr ""
9016 #: config/cris/cris.h:407
9017 msgid "Don't align items in code or data"
9018 msgstr ""
9020 #: config/cris/cris.h:410
9021 msgid "Do not emit function prologue or epilogue"
9022 msgstr ""
9024 #. We have to handle this m-option here since we can't wash it off in      both CC1_SPEC and CC1PLUS_SPEC.
9025 #: config/cris/cris.h:414
9026 msgid "Use the most feature-enabling options allowed by other options"
9027 msgstr ""
9029 #. 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.
9030 #: config/cris/cris.h:420
9031 msgid "Override -mbest-lib-options"
9032 msgstr ""
9034 #: config/cris/cris.h:452
9035 msgid "Generate code for the specified chip or CPU version"
9036 msgstr ""
9038 #: config/cris/cris.h:454
9039 msgid "Tune alignment for the specified chip or CPU version"
9040 msgstr ""
9042 #: config/cris/cris.h:456
9043 msgid "Warn when a stackframe is larger than the specified size"
9044 msgstr ""
9046 #. Node: Profiling
9047 #: config/cris/cris.h:1016
9048 msgid "no FUNCTION_PROFILER for CRIS"
9049 msgstr ""
9051 #: config/cris/linux.h:69
9052 msgid "Together with -fpic and -fPIC, do not use GOTPLT references"
9053 msgstr ""
9055 #: config/fr30/fr30.c:468
9056 msgid "fr30_print_operand_address: unhandled address"
9057 msgstr ""
9059 #: config/fr30/fr30.c:492
9060 #, c-format
9061 msgid "fr30_print_operand: unrecognized %%p code"
9062 msgstr ""
9064 #: config/fr30/fr30.c:512
9065 #, c-format
9066 msgid "fr30_print_operand: unrecognized %%b code"
9067 msgstr ""
9069 #: config/fr30/fr30.c:533
9070 #, c-format
9071 msgid "fr30_print_operand: unrecognized %%B code"
9072 msgstr ""
9074 #: config/fr30/fr30.c:541
9075 #, c-format
9076 msgid "fr30_print_operand: invalid operand to %%A code"
9077 msgstr ""
9079 #: config/fr30/fr30.c:558
9080 #, c-format
9081 msgid "fr30_print_operand: invalid %%x code"
9082 msgstr ""
9084 #: config/fr30/fr30.c:565
9085 #, c-format
9086 msgid "fr30_print_operand: invalid %%F code"
9087 msgstr ""
9089 #: config/fr30/fr30.c:582
9090 msgid "fr30_print_operand: unknown code"
9091 msgstr ""
9093 #: config/fr30/fr30.c:611 config/fr30/fr30.c:620 config/fr30/fr30.c:631
9094 #: config/fr30/fr30.c:644
9095 msgid "fr30_print_operand: unhandled MEM"
9096 msgstr ""
9098 #: config/fr30/fr30.h:64
9099 msgid "Assume small address space"
9100 msgstr ""
9102 #: config/frv/frv.c:576 config/frv/frv.c:603
9103 #, c-format
9104 msgid "Unknown cpu: -mcpu=%s"
9105 msgstr ""
9107 #: config/frv/frv.c:2539
9108 msgid "Bad insn to frv_print_operand_address:"
9109 msgstr ""
9111 #: config/frv/frv.c:2550
9112 msgid "Bad register to frv_print_operand_memory_reference_reg:"
9113 msgstr ""
9115 #: config/frv/frv.c:2589 config/frv/frv.c:2599 config/frv/frv.c:2608
9116 #: config/frv/frv.c:2629 config/frv/frv.c:2634
9117 msgid "Bad insn to frv_print_operand_memory_reference:"
9118 msgstr ""
9120 #: config/frv/frv.c:2721
9121 msgid "bad condition code"
9122 msgstr ""
9124 #: config/frv/frv.c:2796
9125 msgid "Bad insn in frv_print_operand, bad const_double"
9126 msgstr ""
9128 #: config/frv/frv.c:2857
9129 msgid "Bad insn to frv_print_operand, 'e' modifier:"
9130 msgstr ""
9132 #: config/frv/frv.c:2865
9133 msgid "Bad insn to frv_print_operand, 'F' modifier:"
9134 msgstr ""
9136 #: config/frv/frv.c:2881
9137 msgid "Bad insn to frv_print_operand, 'f' modifier:"
9138 msgstr ""
9140 #: config/frv/frv.c:2895
9141 msgid "Bad insn to frv_print_operand, 'g' modifier:"
9142 msgstr ""
9144 #: config/frv/frv.c:2943
9145 msgid "Bad insn to frv_print_operand, 'L' modifier:"
9146 msgstr ""
9148 #: config/frv/frv.c:2956
9149 msgid "Bad insn to frv_print_operand, 'M/N' modifier:"
9150 msgstr ""
9152 #: config/frv/frv.c:2977
9153 msgid "Bad insn to frv_print_operand, 'O' modifier:"
9154 msgstr ""
9156 #: config/frv/frv.c:2995
9157 msgid "Bad insn to frv_print_operand, P modifier:"
9158 msgstr ""
9160 #: config/frv/frv.c:3015
9161 msgid "Bad insn in frv_print_operand, z case"
9162 msgstr ""
9164 #: config/frv/frv.c:3046
9165 msgid "Bad insn in frv_print_operand, 0 case"
9166 msgstr ""
9168 #: config/frv/frv.c:3051
9169 msgid "frv_print_operand: unknown code"
9170 msgstr ""
9172 #: config/frv/frv.c:5944
9173 msgid "Bad output_move_single operand"
9174 msgstr ""
9176 #: config/frv/frv.c:6071
9177 msgid "Bad output_move_double operand"
9178 msgstr ""
9180 #: config/frv/frv.c:6213
9181 msgid "Bad output_condmove_single operand"
9182 msgstr ""
9184 #: config/frv/frv.c:9774
9185 msgid "accumulator is not a constant integer"
9186 msgstr ""
9188 #: config/frv/frv.c:9779
9189 msgid "accumulator number is out of bounds"
9190 msgstr ""
9192 #: config/frv/frv.c:9790
9193 #, c-format
9194 msgid "inappropriate accumulator for %qs"
9195 msgstr ""
9197 #: config/frv/frv.c:9856
9198 msgid "invalid IACC argument"
9199 msgstr ""
9201 #: config/frv/frv.c:9879
9202 #, c-format
9203 msgid "%qs expects a constant argument"
9204 msgstr ""
9206 #: config/frv/frv.c:9884
9207 #, c-format
9208 msgid "constant argument out of range for %qs"
9209 msgstr ""
9211 #: config/frv/frv.c:10319
9212 msgid "media functions are not available unless -mmedia is used"
9213 msgstr ""
9215 #: config/frv/frv.c:10331
9216 msgid "this media function is only available on the fr500"
9217 msgstr ""
9219 #: config/frv/frv.c:10359
9220 msgid "this media function is only available on the fr400 and fr550"
9221 msgstr ""
9223 #: config/frv/frv.c:10378
9224 msgid "this builtin function is only available on the fr405 and fr450"
9225 msgstr ""
9227 #: config/frv/frv.c:10387
9228 msgid "this builtin function is only available on the fr500 and fr550"
9229 msgstr ""
9231 #: config/frv/frv.c:10399
9232 msgid "this builtin function is only available on the fr450"
9233 msgstr ""
9235 #. This macro is a C statement to print on `stderr' a string describing the
9236 #. particular machine description choice.  Every machine description should
9237 #. define `TARGET_VERSION'.  For example:
9239 #. #ifdef MOTOROLA
9240 #. #define TARGET_VERSION           fprintf (stderr, " (68k, Motorola syntax)");
9241 #. #else
9242 #. #define TARGET_VERSION           fprintf (stderr, " (68k, MIT syntax)");
9243 #. #endif
9244 #: config/frv/frv.h:550
9245 #, c-format
9246 msgid " (frv)"
9247 msgstr ""
9249 #: config/h8300/h8300.c:358
9250 msgid "-ms2600 is used without -ms"
9251 msgstr ""
9253 #: config/h8300/h8300.c:364
9254 msgid "-mn is used without -mh or -ms"
9255 msgstr ""
9257 #. Macro to define tables used to set the flags.
9258 #. This is a list in braces of pairs in braces,
9259 #. each pair being { "NAME", VALUE }
9260 #. where VALUE is the bits to set or minus the bits to clear.
9261 #. An empty string NAME is used to identify the default VALUE.
9262 #: config/h8300/h8300.h:159
9263 msgid "Generate H8S code"
9264 msgstr ""
9266 #: config/h8300/h8300.h:160
9267 msgid "Do not generate H8S code"
9268 msgstr ""
9270 #: config/h8300/h8300.h:161
9271 msgid "Generate H8SX code"
9272 msgstr ""
9274 #: config/h8300/h8300.h:162
9275 msgid "Do not generate H8SX code"
9276 msgstr ""
9278 #: config/h8300/h8300.h:163
9279 msgid "Generate H8S/2600 code"
9280 msgstr ""
9282 #: config/h8300/h8300.h:164
9283 msgid "Do not generate H8S/2600 code"
9284 msgstr ""
9286 #: config/h8300/h8300.h:165
9287 msgid "Make integers 32 bits wide"
9288 msgstr ""
9290 #: config/h8300/h8300.h:168
9291 msgid "Use registers for argument passing"
9292 msgstr ""
9294 #: config/h8300/h8300.h:170
9295 msgid "Do not use registers for argument passing"
9296 msgstr ""
9298 #: config/h8300/h8300.h:172
9299 msgid "Consider access to byte sized memory slow"
9300 msgstr ""
9302 #: config/h8300/h8300.h:173
9303 msgid "Enable linker relaxing"
9304 msgstr ""
9306 #: config/h8300/h8300.h:174
9307 msgid "Generate H8/300H code"
9308 msgstr ""
9310 #: config/h8300/h8300.h:175
9311 msgid "Enable the normal mode"
9312 msgstr ""
9314 #: config/h8300/h8300.h:176
9315 msgid "Do not generate H8/300H code"
9316 msgstr ""
9318 #: config/h8300/h8300.h:177
9319 msgid "Use H8/300 alignment rules"
9320 msgstr ""
9322 #: config/i386/i386.c:1242
9323 #, c-format
9324 msgid "code model %s not supported in PIC mode"
9325 msgstr ""
9327 #: config/i386/i386.c:1252 config/sparc/sparc.c:611
9328 #, c-format
9329 msgid "bad value (%s) for -mcmodel= switch"
9330 msgstr ""
9332 #: config/i386/i386.c:1267
9333 #, c-format
9334 msgid "bad value (%s) for -masm= switch"
9335 msgstr ""
9337 #: config/i386/i386.c:1270
9338 #, c-format
9339 msgid "code model %qs not supported in the %s bit mode"
9340 msgstr ""
9342 #: config/i386/i386.c:1273
9343 msgid "code model %<large%> not supported yet"
9344 msgstr ""
9346 #: config/i386/i386.c:1275
9347 #, c-format
9348 msgid "%i-bit mode not compiled in"
9349 msgstr ""
9351 #: config/i386/i386.c:1305 config/i386/i386.c:1329
9352 msgid "CPU you selected does not support x86-64 instruction set"
9353 msgstr ""
9355 #: config/i386/i386.c:1311 config/iq2000/iq2000.c:1673
9356 #, c-format
9357 msgid "bad value (%s) for -march= switch"
9358 msgstr ""
9360 #: config/i386/i386.c:1342
9361 #, c-format
9362 msgid "bad value (%s) for -mtune= switch"
9363 msgstr ""
9365 #: config/i386/i386.c:1359
9366 #, c-format
9367 msgid "-mregparm=%d is not between 0 and %d"
9368 msgstr ""
9370 #: config/i386/i386.c:1372
9371 msgid "-malign-loops is obsolete, use -falign-loops"
9372 msgstr ""
9374 #: config/i386/i386.c:1377 config/i386/i386.c:1390 config/i386/i386.c:1403
9375 #, c-format
9376 msgid "-malign-loops=%d is not between 0 and %d"
9377 msgstr ""
9379 #: config/i386/i386.c:1385
9380 msgid "-malign-jumps is obsolete, use -falign-jumps"
9381 msgstr ""
9383 #: config/i386/i386.c:1398
9384 msgid "-malign-functions is obsolete, use -falign-functions"
9385 msgstr ""
9387 #: config/i386/i386.c:1436
9388 #, c-format
9389 msgid "-mpreferred-stack-boundary=%d is not between %d and 12"
9390 msgstr ""
9392 #: config/i386/i386.c:1448
9393 #, c-format
9394 msgid "-mbranch-cost=%d is not between 0 and 5"
9395 msgstr ""
9397 #: config/i386/i386.c:1460
9398 #, c-format
9399 msgid "bad value (%s) for -mtls-dialect= switch"
9400 msgstr ""
9402 #: config/i386/i386.c:1507
9403 msgid "-malign-double makes no sense in the 64bit mode"
9404 msgstr ""
9406 #: config/i386/i386.c:1509
9407 msgid "-mrtd calling convention not supported in the 64bit mode"
9408 msgstr ""
9410 #: config/i386/i386.c:1538 config/i386/i386.c:1549
9411 msgid "SSE instruction set disabled, using 387 arithmetics"
9412 msgstr ""
9414 #: config/i386/i386.c:1554
9415 msgid "387 instruction set disabled, using SSE arithmetics"
9416 msgstr ""
9418 #: config/i386/i386.c:1561
9419 #, c-format
9420 msgid "bad value (%s) for -mfpmath= switch"
9421 msgstr ""
9423 #: config/i386/i386.c:1714 config/i386/i386.c:1725
9424 msgid "fastcall and stdcall attributes are not compatible"
9425 msgstr ""
9427 #: config/i386/i386.c:1718 config/i386/i386.c:1774
9428 msgid "fastcall and regparm attributes are not compatible"
9429 msgstr ""
9431 #: config/i386/i386.c:1761
9432 #, c-format
9433 msgid "%qs attribute requires an integer constant argument"
9434 msgstr ""
9436 #: config/i386/i386.c:1767
9437 #, c-format
9438 msgid "argument to %qs attribute larger than %d"
9439 msgstr ""
9441 #: config/i386/i386.c:2565
9442 msgid "SSE register return with SSE disabled"
9443 msgstr ""
9445 #: config/i386/i386.c:2567
9446 msgid "SSE register argument with SSE disabled"
9447 msgstr ""
9449 #: config/i386/i386.c:2862
9450 msgid "SSE vector argument without SSE enabled changes the ABI"
9451 msgstr ""
9453 #: config/i386/i386.c:2879
9454 msgid "MMX vector argument without MMX enabled changes the ABI"
9455 msgstr ""
9457 #: config/i386/i386.c:3127
9458 msgid "SSE vector return without SSE enabled changes the ABI"
9459 msgstr ""
9461 #: config/i386/i386.c:6003
9462 msgid "invalid UNSPEC as operand"
9463 msgstr ""
9465 #: config/i386/i386.c:6241
9466 msgid "extended registers have no high halves"
9467 msgstr ""
9469 #: config/i386/i386.c:6256
9470 msgid "unsupported operand size for extended register"
9471 msgstr ""
9473 #: config/i386/i386.c:6572
9474 msgid ""
9475 "operand is neither a constant nor a condition code, invalid operand code 'c'"
9476 msgstr ""
9478 #: config/i386/i386.c:6625
9479 #, c-format
9480 msgid "invalid operand code '%c'"
9481 msgstr ""
9483 #: config/i386/i386.c:6668
9484 msgid "invalid constraints for operand"
9485 msgstr ""
9487 #: config/i386/i386.c:11919
9488 msgid "unknown insn mode"
9489 msgstr ""
9491 #: config/i386/i386.c:14174
9492 #, c-format
9493 msgid "selector must be an integer constant in the range 0..%i"
9494 msgstr ""
9496 #: config/i386/i386.c:14512
9497 msgid "shift must be an immediate"
9498 msgstr ""
9500 #: config/i386/i386.c:15634
9501 #, c-format
9502 msgid "%qs incompatible attribute ignored"
9503 msgstr ""
9505 #: config/i386/winnt.c:74
9506 #, c-format
9507 msgid "%qs attribute only applies to variables"
9508 msgstr ""
9510 #: config/i386/winnt.c:172
9511 msgid ""
9512 "%Jfunction '%D' is defined after prior declaration as dllimport: attribute "
9513 "ignored"
9514 msgstr ""
9516 #: config/i386/winnt.c:183
9517 msgid "%Jinline function '%D' is declared as dllimport: attribute ignored."
9518 msgstr ""
9520 #: config/i386/winnt.c:195
9521 msgid "%Jdefinition of static data member '%D' of dllimport'd class."
9522 msgstr ""
9524 #: config/i386/winnt.c:255
9525 msgid "%Jinconsistent dll linkage for '%D', dllexport assumed."
9526 msgstr ""
9528 #: config/i386/winnt.c:299 config/sh/symbian.c:279
9529 #, c-format
9530 msgid "%qs declared as both exported to and imported from a DLL"
9531 msgstr ""
9533 #: config/i386/winnt.c:308
9534 msgid ""
9535 "%Jfailure in redeclaration of '%D': dllimport'd symbol lacks external "
9536 "linkage."
9537 msgstr ""
9539 #: config/i386/winnt.c:447
9540 msgid "%J'%D' defined locally after being referenced with dllimport linkage"
9541 msgstr ""
9543 #: config/i386/winnt.c:450
9544 msgid ""
9545 "%J'%D' redeclared without dllimport attribute after being referenced with "
9546 "dllimport linkage"
9547 msgstr ""
9549 #: config/i386/winnt.c:617
9550 msgid "%J'%D' causes a section type conflict"
9551 msgstr ""
9553 #: config/i386/cygming.h:61
9554 msgid "Use the Cygwin interface"
9555 msgstr ""
9557 #: config/i386/cygming.h:62
9558 msgid "Use the Mingw32 interface"
9559 msgstr ""
9561 #: config/i386/cygming.h:63
9562 msgid "Create GUI application"
9563 msgstr ""
9565 #: config/i386/cygming.h:64
9566 msgid "Don't set Windows defines"
9567 msgstr ""
9569 #: config/i386/cygming.h:65
9570 msgid "Set Windows defines"
9571 msgstr ""
9573 #: config/i386/cygming.h:66
9574 msgid "Create console application"
9575 msgstr ""
9577 #: config/i386/cygming.h:67
9578 msgid "Generate code for a DLL"
9579 msgstr ""
9581 #: config/i386/cygming.h:69
9582 msgid "Ignore dllimport for functions"
9583 msgstr ""
9585 #: config/i386/cygming.h:71
9586 msgid "Use Mingw-specific thread support"
9587 msgstr ""
9589 #: config/i386/cygming.h:185
9590 #, c-format
9591 msgid "-f%s ignored for target (all code is position independent)"
9592 msgstr ""
9594 #: config/i386/djgpp.h:191
9595 msgid "-mbnu210 is ignored (option is obsolete)"
9596 msgstr ""
9598 #: config/i386/i386-interix.h:257
9599 msgid "ms-bitfields not supported for objc"
9600 msgstr ""
9602 #. Deprecated.
9603 #. Deprecated.
9604 #. Deprecated.
9605 #. Deprecated.
9606 #. Deprecated.
9607 #. Deprecated.
9608 #: config/i386/i386.h:347
9609 msgid "Alternate calling convention"
9610 msgstr ""
9612 #: config/i386/i386.h:349 config/m68k/m68k.h:336 config/ns32k/ns32k.h:144
9613 msgid "Use normal calling convention"
9614 msgstr ""
9616 #: config/i386/i386.h:351
9617 msgid "Align some doubles on dword boundary"
9618 msgstr ""
9620 #: config/i386/i386.h:353
9621 msgid "Align doubles on word boundary"
9622 msgstr ""
9624 #: config/i386/i386.h:355
9625 msgid "Uninitialized locals in .bss"
9626 msgstr ""
9628 #: config/i386/i386.h:357
9629 msgid "Uninitialized locals in .data"
9630 msgstr ""
9632 #: config/i386/i386.h:359 config/m68k/linux.h:42 config/ns32k/ns32k.h:167
9633 msgid "Use IEEE math for fp comparisons"
9634 msgstr ""
9636 #: config/i386/i386.h:361 config/ns32k/ns32k.h:169
9637 msgid "Do not use IEEE math for fp comparisons"
9638 msgstr ""
9640 #: config/i386/i386.h:363
9641 msgid "Return values of functions in FPU registers"
9642 msgstr ""
9644 #: config/i386/i386.h:365
9645 msgid "Do not return values of functions in FPU registers"
9646 msgstr ""
9648 #: config/i386/i386.h:367
9649 msgid "Do not generate sin, cos, sqrt for FPU"
9650 msgstr ""
9652 #: config/i386/i386.h:369
9653 msgid "Generate sin, cos, sqrt for FPU"
9654 msgstr ""
9656 #: config/i386/i386.h:371
9657 msgid "Omit the frame pointer in leaf functions"
9658 msgstr ""
9660 #: config/i386/i386.h:374
9661 msgid "Enable stack probing"
9662 msgstr ""
9664 #. undocumented
9665 #. undocumented
9666 #: config/i386/i386.h:379
9667 msgid "Align destination of the string operations"
9668 msgstr ""
9670 #: config/i386/i386.h:381
9671 msgid "Do not align destination of the string operations"
9672 msgstr ""
9674 #: config/i386/i386.h:383
9675 msgid "Inline all known string operations"
9676 msgstr ""
9678 #: config/i386/i386.h:385
9679 msgid "Do not inline all known string operations"
9680 msgstr ""
9682 #: config/i386/i386.h:387 config/i386/i386.h:391
9683 msgid "Use push instructions to save outgoing arguments"
9684 msgstr ""
9686 #: config/i386/i386.h:389 config/i386/i386.h:393
9687 msgid "Do not use push instructions to save outgoing arguments"
9688 msgstr ""
9690 #: config/i386/i386.h:395
9691 msgid "Support MMX built-in functions"
9692 msgstr ""
9694 #: config/i386/i386.h:397
9695 msgid "Do not support MMX built-in functions"
9696 msgstr ""
9698 #: config/i386/i386.h:399
9699 msgid "Support 3DNow! built-in functions"
9700 msgstr ""
9702 #: config/i386/i386.h:401
9703 msgid "Do not support 3DNow! built-in functions"
9704 msgstr ""
9706 #: config/i386/i386.h:403
9707 msgid "Support MMX and SSE built-in functions and code generation"
9708 msgstr ""
9710 #: config/i386/i386.h:405
9711 msgid "Do not support MMX and SSE built-in functions and code generation"
9712 msgstr ""
9714 #: config/i386/i386.h:407
9715 msgid "Support MMX, SSE and SSE2 built-in functions and code generation"
9716 msgstr ""
9718 #: config/i386/i386.h:409
9719 msgid "Do not support MMX, SSE and SSE2 built-in functions and code generation"
9720 msgstr ""
9722 #: config/i386/i386.h:411
9723 msgid "Support MMX, SSE, SSE2 and SSE3 built-in functions and code generation"
9724 msgstr ""
9726 #: config/i386/i386.h:413
9727 msgid ""
9728 "Do not support MMX, SSE, SSE2 and SSE3 built-in functions and code generation"
9729 msgstr ""
9731 #: config/i386/i386.h:415
9732 msgid "sizeof(long double) is 16"
9733 msgstr ""
9735 #: config/i386/i386.h:417
9736 msgid "sizeof(long double) is 12"
9737 msgstr ""
9739 #: config/i386/i386.h:419
9740 msgid "Generate 64bit x86-64 code"
9741 msgstr ""
9743 #: config/i386/i386.h:421
9744 msgid "Generate 32bit i386 code"
9745 msgstr ""
9747 #: config/i386/i386.h:423
9748 msgid "Use native (MS) bitfield layout"
9749 msgstr ""
9751 #: config/i386/i386.h:425
9752 msgid "Use gcc default bitfield layout"
9753 msgstr ""
9755 #: config/i386/i386.h:427
9756 msgid "Use red-zone in the x86-64 code"
9757 msgstr ""
9759 #: config/i386/i386.h:429
9760 msgid "Do not use red-zone in the x86-64 code"
9761 msgstr ""
9763 #: config/i386/i386.h:431
9764 #, c-format
9765 msgid "Use direct references against %gs when accessing tls data"
9766 msgstr ""
9768 #: config/i386/i386.h:433
9769 #, c-format
9770 msgid "Do not use direct references against %gs when accessing tls data"
9771 msgstr ""
9773 #. This macro is similar to `TARGET_SWITCHES' but defines names of
9774 #. command options that have values.  Its definition is an
9775 #. initializer with a subgrouping for each command option.
9777 #. Each subgrouping contains a string constant, that defines the
9778 #. fixed part of the option name, and the address of a variable.  The
9779 #. variable, type `char *', is set to the variable part of the given
9780 #. option if the fixed part matches.  The actual option name is made
9781 #. by appending `-m' to the specified name.
9782 #: config/i386/i386.h:471 config/ia64/ia64.h:280 config/rs6000/rs6000.h:453
9783 #: config/s390/s390.h:158 config/sparc/sparc.h:717
9784 msgid "Schedule code for given CPU"
9785 msgstr ""
9787 #: config/i386/i386.h:473
9788 msgid "Generate floating point mathematics using given instruction set"
9789 msgstr ""
9791 #: config/i386/i386.h:475 config/s390/s390.h:160
9792 msgid "Generate code for given CPU"
9793 msgstr ""
9795 #: config/i386/i386.h:477
9796 msgid "Number of registers used to pass integer arguments"
9797 msgstr ""
9799 #: config/i386/i386.h:479
9800 msgid "Loop code aligned to this power of 2"
9801 msgstr ""
9803 #: config/i386/i386.h:481
9804 msgid "Jump targets are aligned to this power of 2"
9805 msgstr ""
9807 #: config/i386/i386.h:483
9808 msgid "Function starts are aligned to this power of 2"
9809 msgstr ""
9811 #: config/i386/i386.h:486
9812 msgid "Attempt to keep stack aligned to this power of 2"
9813 msgstr ""
9815 #: config/i386/i386.h:488
9816 msgid "Branches are this expensive (1-5, arbitrary units)"
9817 msgstr ""
9819 #: config/i386/i386.h:490
9820 msgid "Use given x86-64 code model"
9821 msgstr ""
9823 #. Undocumented.
9824 #. Undocumented.
9825 #: config/i386/i386.h:496
9826 msgid "Use given assembler dialect"
9827 msgstr ""
9829 #: config/i386/i386.h:498
9830 msgid "Use given thread-local storage dialect"
9831 msgstr ""
9833 #: config/i386/sco5.h:290
9834 msgid "Generate ELF output"
9835 msgstr ""
9837 #. 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.
9838 #. 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.
9839 #: config/i386/xm-djgpp.h:62
9840 msgid "environment variable DJGPP not defined"
9841 msgstr ""
9843 #: config/i386/xm-djgpp.h:64
9844 #, c-format
9845 msgid "environment variable DJGPP points to missing file '%s'"
9846 msgstr ""
9848 #: config/i386/xm-djgpp.h:67
9849 #, c-format
9850 msgid "environment variable DJGPP points to corrupt file '%s'"
9851 msgstr ""
9853 #. Macro to define tables used to set the flags.
9854 #. This is a list in braces of pairs in braces,
9855 #. each pair being { "NAME", VALUE }
9856 #. where VALUE is the bits to set or minus the bits to clear.
9857 #. An empty string NAME is used to identify the default VALUE.
9858 #: config/i860/i860.h:60
9859 msgid "Generate code which uses the FPU"
9860 msgstr ""
9862 #: config/i860/i860.h:61 config/i860/i860.h:62
9863 msgid "Do not generate code which uses the FPU"
9864 msgstr ""
9866 #: config/ia64/ia64-c.c:52
9867 msgid "malformed #pragma builtin"
9868 msgstr ""
9870 #: config/ia64/ia64.c:494 config/m32r/m32r.c:360
9871 #, c-format
9872 msgid "invalid argument of %qs attribute"
9873 msgstr ""
9875 #: config/ia64/ia64.c:506
9876 msgid "%Jan address area attribute cannot be specified for local variables"
9877 msgstr ""
9879 #: config/ia64/ia64.c:513
9880 msgid "%Jaddress area of '%s' conflicts with previous declaration"
9881 msgstr ""
9883 #: config/ia64/ia64.c:520
9884 msgid "%Jaddress area attribute cannot be specified for functions"
9885 msgstr ""
9887 #: config/ia64/ia64.c:4183
9888 msgid "ia64_print_operand: unknown code"
9889 msgstr ""
9891 #: config/ia64/ia64.c:4556 config/pa/pa.c:324
9892 msgid "value of -mfixed-range must have form REG1-REG2"
9893 msgstr ""
9895 #: config/ia64/ia64.c:4583 config/pa/pa.c:351
9896 #, c-format
9897 msgid "%s-%s is an empty range"
9898 msgstr ""
9900 #: config/ia64/ia64.c:4634
9901 msgid "cannot optimize floating point division for both latency and throughput"
9902 msgstr ""
9904 #: config/ia64/ia64.c:4651
9905 msgid "cannot optimize integer division for both latency and throughput"
9906 msgstr ""
9908 #: config/ia64/ia64.c:4668
9909 msgid "cannot optimize square root for both latency and throughput"
9910 msgstr ""
9912 #: config/ia64/ia64.c:4682
9913 msgid "not yet implemented: latency-optimized inline square root"
9914 msgstr ""
9916 #: config/ia64/ia64.c:4694
9917 #, c-format
9918 msgid "bad value (%s) for -mtls-size= switch"
9919 msgstr ""
9921 #: config/ia64/ia64.c:4710
9922 #, c-format
9923 msgid "bad value (%s) for -tune= switch"
9924 msgstr ""
9926 #. This macro defines names of command options to set and clear bits in
9927 #. `target_flags'.  Its definition is an initializer with a subgrouping for
9928 #. each command option.
9929 #: config/ia64/ia64.h:178
9930 msgid "Generate big endian code"
9931 msgstr ""
9933 #: config/ia64/ia64.h:180 config/mcore/mcore.h:146
9934 msgid "Generate little endian code"
9935 msgstr ""
9937 #: config/ia64/ia64.h:182
9938 msgid "Generate code for GNU as"
9939 msgstr ""
9941 #: config/ia64/ia64.h:184
9942 msgid "Generate code for Intel as"
9943 msgstr ""
9945 #: config/ia64/ia64.h:186
9946 msgid "Generate code for GNU ld"
9947 msgstr ""
9949 #: config/ia64/ia64.h:188
9950 msgid "Generate code for Intel ld"
9951 msgstr ""
9953 #: config/ia64/ia64.h:190
9954 msgid "Generate code without GP reg"
9955 msgstr ""
9957 #: config/ia64/ia64.h:192
9958 msgid "Emit stop bits before and after volatile extended asms"
9959 msgstr ""
9961 #: config/ia64/ia64.h:194
9962 msgid "Don't emit stop bits before and after volatile extended asms"
9963 msgstr ""
9965 #: config/ia64/ia64.h:196
9966 msgid "Use in/loc/out register names"
9967 msgstr ""
9969 #: config/ia64/ia64.h:198
9970 msgid "Disable use of sdata/scommon/sbss"
9971 msgstr ""
9973 #: config/ia64/ia64.h:200
9974 msgid "Enable use of sdata/scommon/sbss"
9975 msgstr ""
9977 #: config/ia64/ia64.h:202
9978 msgid "gp is constant (but save/restore gp on indirect calls)"
9979 msgstr ""
9981 #: config/ia64/ia64.h:204
9982 msgid "Generate self-relocatable code"
9983 msgstr ""
9985 #: config/ia64/ia64.h:206
9986 msgid "Generate inline floating point division, optimize for latency"
9987 msgstr ""
9989 #: config/ia64/ia64.h:208
9990 msgid "Generate inline floating point division, optimize for throughput"
9991 msgstr ""
9993 #: config/ia64/ia64.h:211
9994 msgid "Do not inline floating point division"
9995 msgstr ""
9997 #: config/ia64/ia64.h:213
9998 msgid "Generate inline integer division, optimize for latency"
9999 msgstr ""
10001 #: config/ia64/ia64.h:215
10002 msgid "Generate inline integer division, optimize for throughput"
10003 msgstr ""
10005 #: config/ia64/ia64.h:217
10006 msgid "Do not inline integer division"
10007 msgstr ""
10009 #: config/ia64/ia64.h:219
10010 msgid "Generate inline square root, optimize for latency"
10011 msgstr ""
10013 #: config/ia64/ia64.h:221
10014 msgid "Generate inline square root, optimize for throughput"
10015 msgstr ""
10017 #: config/ia64/ia64.h:223
10018 msgid "Do not inline square root"
10019 msgstr ""
10021 #: config/ia64/ia64.h:225
10022 msgid "Enable Dwarf 2 line debug info via GNU as"
10023 msgstr ""
10025 #: config/ia64/ia64.h:227
10026 msgid "Disable Dwarf 2 line debug info via GNU as"
10027 msgstr ""
10029 #: config/ia64/ia64.h:229
10030 msgid "Enable earlier placing stop bits for better scheduling"
10031 msgstr ""
10033 #: config/ia64/ia64.h:231
10034 msgid "Disable earlier placing stop bits"
10035 msgstr ""
10037 #: config/ia64/ia64.h:276
10038 msgid "Specify range of registers to make fixed"
10039 msgstr ""
10041 #: config/ip2k/ip2k.c:1087
10042 msgid "bad operand"
10043 msgstr ""
10045 #: config/iq2000/iq2000.c:1649
10046 #, c-format
10047 msgid "bad value (%s) for -mcpu= switch"
10048 msgstr ""
10050 #: config/iq2000/iq2000.c:1678
10051 #, c-format
10052 msgid "The compiler does not support -march=%s."
10053 msgstr ""
10055 #: config/iq2000/iq2000.c:2065
10056 #, c-format
10057 msgid "gp_offset (%ld) or end_offset (%ld) is less than zero."
10058 msgstr ""
10060 #: config/iq2000/iq2000.c:2847
10061 #, c-format
10062 msgid "argument %qd is not a constant"
10063 msgstr ""
10065 #: config/iq2000/iq2000.c:3150 config/xtensa/xtensa.c:2033
10066 msgid "PRINT_OPERAND_ADDRESS, null pointer"
10067 msgstr ""
10069 #: config/iq2000/iq2000.c:3305
10070 #, c-format
10071 msgid "PRINT_OPERAND: Unknown punctuation '%c'"
10072 msgstr ""
10074 #: config/iq2000/iq2000.c:3314 config/mips/mips.c:4832
10075 #: config/xtensa/xtensa.c:1887
10076 msgid "PRINT_OPERAND null pointer"
10077 msgstr ""
10079 #: config/iq2000/iq2000.c:3383
10080 #, c-format
10081 msgid "invalid %%P operand"
10082 msgstr ""
10084 #: config/iq2000/iq2000.c:3391 config/rs6000/rs6000.c:10736
10085 #, c-format
10086 msgid "invalid %%p value"
10087 msgstr ""
10089 #: config/iq2000/iq2000.c:3455 config/mips/mips.c:4958
10090 #, c-format
10091 msgid "invalid use of %%d, %%x, or %%X"
10092 msgstr ""
10094 #: config/iq2000/iq2000.h:72 config/mn10300/mn10300.h:74
10095 msgid "No default crt0.o"
10096 msgstr ""
10098 #: config/iq2000/iq2000.h:74
10099 msgid "Use GP relative sdata/sbss sections"
10100 msgstr ""
10102 #: config/iq2000/iq2000.h:76
10103 msgid "Don't use GP relative sdata/sbss sections"
10104 msgstr ""
10106 #: config/iq2000/iq2000.h:78 config/mips/mips.h:589
10107 msgid "Use ROM instead of RAM"
10108 msgstr ""
10110 #: config/iq2000/iq2000.h:80 config/mips/mips.h:591
10111 msgid "Don't use ROM instead of RAM"
10112 msgstr ""
10114 #: config/iq2000/iq2000.h:82 config/mips/mips.h:593
10115 msgid "Put uninitialized constants in ROM (needs -membedded-data)"
10116 msgstr ""
10118 #: config/iq2000/iq2000.h:84 config/mips/mips.h:595
10119 msgid "Don't put uninitialized constants in ROM"
10120 msgstr ""
10122 #: config/iq2000/iq2000.h:106 config/mips/mips.h:780
10123 msgid "Specify CPU for scheduling purposes"
10124 msgstr ""
10126 #: config/iq2000/iq2000.h:108 config/mips/mips.h:782
10127 msgid "Specify CPU for code generation purposes"
10128 msgstr ""
10130 #: config/m32r/m32r.c:178
10131 #, c-format
10132 msgid "bad value (%s) for -mmodel switch"
10133 msgstr ""
10135 #: config/m32r/m32r.c:187
10136 #, c-format
10137 msgid "bad value (%s) for -msdata switch"
10138 msgstr ""
10140 #: config/m32r/m32r.c:194
10141 #, c-format
10142 msgid "bad value (%s) for -flush-trap=n (0=<n<=15)"
10143 msgstr ""
10145 #: config/m32r/m32r.c:2111
10146 #, c-format
10147 msgid "invalid operand to %%s code"
10148 msgstr ""
10150 #: config/m32r/m32r.c:2118
10151 #, c-format
10152 msgid "invalid operand to %%p code"
10153 msgstr ""
10155 #: config/m32r/m32r.c:2173
10156 msgid "bad insn for 'A'"
10157 msgstr ""
10159 #: config/m32r/m32r.c:2220
10160 #, c-format
10161 msgid "invalid operand to %%T/%%B code"
10162 msgstr ""
10164 #: config/m32r/m32r.c:2243
10165 #, c-format
10166 msgid "invalid operand to %%N code"
10167 msgstr ""
10169 #: config/m32r/m32r.c:2276
10170 msgid "pre-increment address is not a register"
10171 msgstr ""
10173 #: config/m32r/m32r.c:2283
10174 msgid "pre-decrement address is not a register"
10175 msgstr ""
10177 #: config/m32r/m32r.c:2290
10178 msgid "post-increment address is not a register"
10179 msgstr ""
10181 #: config/m32r/m32r.c:2366 config/m32r/m32r.c:2382
10182 #: config/rs6000/rs6000.c:17465
10183 msgid "bad address"
10184 msgstr ""
10186 #: config/m32r/m32r.c:2387
10187 msgid "lo_sum not of register"
10188 msgstr ""
10190 #. { "relax",                   TARGET_RELAX_MASK, "" },                    { "no-relax",               -TARGET_RELAX_MASK, "" },
10191 #: config/m32r/m32r.h:283
10192 msgid "Display compile time statistics"
10193 msgstr ""
10195 #: config/m32r/m32r.h:285
10196 msgid "Align all loops to 32 byte boundary"
10197 msgstr ""
10199 #: config/m32r/m32r.h:288
10200 msgid "Only issue one instruction per cycle"
10201 msgstr ""
10203 #: config/m32r/m32r.h:291
10204 msgid "Prefer branches over conditional execution"
10205 msgstr ""
10207 #: config/m32r/m32r.h:312
10208 msgid "Code size: small, medium or large"
10209 msgstr ""
10211 #: config/m32r/m32r.h:314
10212 msgid "Small data area: none, sdata, use"
10213 msgstr ""
10215 #: config/m32r/m32r.h:316 config/mips/mips.h:788
10216 msgid "Don't call any cache flush functions"
10217 msgstr ""
10219 #: config/m32r/m32r.h:318 config/mips/mips.h:790
10220 msgid "Specify cache flush function"
10221 msgstr ""
10223 #: config/m32r/m32r.h:320
10224 msgid "Don't call any cache flush trap"
10225 msgstr ""
10227 #: config/m32r/m32r.h:322
10228 msgid "Specify cache flush trap number"
10229 msgstr ""
10231 #: config/m68hc11/m68hc11.c:293
10232 #, c-format
10233 msgid "-f%s ignored for 68HC11/68HC12 (not supported)"
10234 msgstr ""
10236 #: config/m68hc11/m68hc11.c:1433
10237 msgid "%<trap%> and %<far%> attributes are not compatible, ignoring %<far%>"
10238 msgstr ""
10240 #: config/m68hc11/m68hc11.c:1439
10241 msgid "%<trap%> attribute is already used"
10242 msgstr ""
10244 #. !!!! SCz wrong here.
10245 #: config/m68hc11/m68hc11.c:3398 config/m68hc11/m68hc11.c:3782
10246 msgid "move insn not handled"
10247 msgstr ""
10249 #: config/m68hc11/m68hc11.c:3630 config/m68hc11/m68hc11.c:3714
10250 #: config/m68hc11/m68hc11.c:3985
10251 msgid "invalid register in the move instruction"
10252 msgstr ""
10254 #: config/m68hc11/m68hc11.c:3664
10255 msgid "invalid operand in the instruction"
10256 msgstr ""
10258 #: config/m68hc11/m68hc11.c:3959
10259 msgid "invalid register in the instruction"
10260 msgstr ""
10262 #: config/m68hc11/m68hc11.c:3992
10263 msgid "operand 1 must be a hard register"
10264 msgstr ""
10266 #: config/m68hc11/m68hc11.c:4006
10267 msgid "invalid rotate insn"
10268 msgstr ""
10270 #: config/m68hc11/m68hc11.c:4430
10271 msgid "registers IX, IY and Z used in the same INSN"
10272 msgstr ""
10274 #: config/m68hc11/m68hc11.c:4767 config/m68hc11/m68hc11.c:5067
10275 msgid "cannot do z-register replacement"
10276 msgstr ""
10278 #: config/m68hc11/m68hc11.c:5130
10279 msgid "invalid Z register replacement for insn"
10280 msgstr ""
10282 #. Macro to define tables used to set the flags. This is a list in braces of
10283 #. pairs in braces, each pair being { "NAME", VALUE } where VALUE is the bits
10284 #. to set or minus the bits to clear. An empty string NAME is used to
10285 #. identify the default VALUE.
10286 #: config/m68hc11/m68hc11.h:179
10287 msgid "Compile with 16-bit integer mode"
10288 msgstr ""
10290 #: config/m68hc11/m68hc11.h:181
10291 msgid "Compile with 32-bit integer mode"
10292 msgstr ""
10294 #: config/m68hc11/m68hc11.h:183
10295 msgid "Auto pre/post decrement increment allowed"
10296 msgstr ""
10298 #: config/m68hc11/m68hc11.h:185
10299 msgid "Auto pre/post decrement increment not allowed"
10300 msgstr ""
10302 #: config/m68hc11/m68hc11.h:187
10303 msgid "Min/max instructions allowed"
10304 msgstr ""
10306 #: config/m68hc11/m68hc11.h:189
10307 msgid "Min/max instructions not allowed"
10308 msgstr ""
10310 #: config/m68hc11/m68hc11.h:191
10311 msgid "Use call and rtc for function calls and returns"
10312 msgstr ""
10314 #: config/m68hc11/m68hc11.h:193
10315 msgid "Use jsr and rts for function calls and returns"
10316 msgstr ""
10318 #: config/m68hc11/m68hc11.h:195
10319 msgid "Do not use direct addressing mode for soft registers"
10320 msgstr ""
10322 #: config/m68hc11/m68hc11.h:197
10323 msgid "Use direct addressing mode for soft registers"
10324 msgstr ""
10326 #: config/m68hc11/m68hc11.h:199 config/m68hc11/m68hc11.h:205
10327 msgid "Compile for a 68HC11"
10328 msgstr ""
10330 #: config/m68hc11/m68hc11.h:201 config/m68hc11/m68hc11.h:207
10331 msgid "Compile for a 68HC12"
10332 msgstr ""
10334 #: config/m68hc11/m68hc11.h:203 config/m68hc11/m68hc11.h:209
10335 msgid "Compile for a 68HCS12"
10336 msgstr ""
10338 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10339 #. command options that have values.  Its definition is an
10340 #. initializer with a subgrouping for each command option.
10342 #. Each subgrouping contains a string constant, that defines the
10343 #. fixed part of the option name, and the address of a variable.  The
10344 #. variable, type `char *', is set to the variable part of the given
10345 #. option if the fixed part matches.  The actual option name is made
10346 #. by appending `-m' to the specified name.
10347 #: config/m68hc11/m68hc11.h:223
10348 msgid "Specify the register allocation order"
10349 msgstr ""
10351 #: config/m68hc11/m68hc11.h:225
10352 msgid "Indicate the number of soft registers available"
10353 msgstr ""
10355 #: config/m68k/m68k.c:216
10356 msgid "-mshared-library-id= specified without -mid-shared-library"
10357 msgstr ""
10359 #: config/m68k/m68k.c:219
10360 #, c-format
10361 msgid "-mshared-library-id=%d is not between 0 and %d"
10362 msgstr ""
10364 #: config/m68k/m68k.c:233
10365 msgid "cannot specify both -msep-data and -mid-shared-library"
10366 msgstr ""
10368 #: config/m68k/m68k.c:245
10369 msgid "-fPIC is not currently supported on the 68000 or 68010\n"
10370 msgstr ""
10372 #: config/m68k/m68k.c:547 config/rs6000/rs6000.c:13592
10373 msgid "stack limit expression is not supported"
10374 msgstr ""
10376 #: config/m68k/m68k.h:240 config/m68k/m68k.h:242
10377 msgid "Generate code for a 68020"
10378 msgstr ""
10380 #: config/m68k/m68k.h:247 config/m68k/m68k.h:250
10381 msgid "Generate code for a 68000"
10382 msgstr ""
10384 #: config/m68k/m68k.h:252
10385 msgid "Use the bit-field instructions"
10386 msgstr ""
10388 #: config/m68k/m68k.h:254
10389 msgid "Do not use the bit-field instructions"
10390 msgstr ""
10392 #: config/m68k/m68k.h:256
10393 msgid "Consider type 'int' to be 16 bits wide"
10394 msgstr ""
10396 #: config/m68k/m68k.h:258
10397 msgid "Consider type 'int' to be 32 bits wide"
10398 msgstr ""
10400 #: config/m68k/m68k.h:261
10401 msgid "Generate code with library calls for floating point"
10402 msgstr ""
10404 #: config/m68k/m68k.h:263
10405 msgid "Generate code for a 68040, without any new instructions"
10406 msgstr ""
10408 #: config/m68k/m68k.h:266
10409 msgid "Generate code for a 68060, without any new instructions"
10410 msgstr ""
10412 #: config/m68k/m68k.h:270
10413 msgid "Generate code for a 68030"
10414 msgstr ""
10416 #: config/m68k/m68k.h:273
10417 msgid "Generate code for a 68040"
10418 msgstr ""
10420 #: config/m68k/m68k.h:277
10421 msgid "Generate code for a 68060"
10422 msgstr ""
10424 #: config/m68k/m68k.h:282
10425 msgid "Generate code for a 520X"
10426 msgstr ""
10428 #: config/m68k/m68k.h:286
10429 msgid "Generate code for a 5206e"
10430 msgstr ""
10432 #: config/m68k/m68k.h:290
10433 msgid "Generate code for a 528x"
10434 msgstr ""
10436 #: config/m68k/m68k.h:294
10437 msgid "Generate code for a 5307"
10438 msgstr ""
10440 #: config/m68k/m68k.h:298
10441 msgid "Generate code for a 5407"
10442 msgstr ""
10444 #: config/m68k/m68k.h:301
10445 msgid "Generate code for a 68851"
10446 msgstr ""
10448 #: config/m68k/m68k.h:303
10449 msgid "Do no generate code for a 68851"
10450 msgstr ""
10452 #: config/m68k/m68k.h:306
10453 msgid "Generate code for a 68302"
10454 msgstr ""
10456 #: config/m68k/m68k.h:309
10457 msgid "Generate code for a 68332"
10458 msgstr ""
10460 #: config/m68k/m68k.h:313
10461 msgid "Generate code for a cpu32"
10462 msgstr ""
10464 #: config/m68k/m68k.h:316
10465 msgid "Align variables on a 32-bit boundary"
10466 msgstr ""
10468 #: config/m68k/m68k.h:318
10469 msgid "Align variables on a 16-bit boundary"
10470 msgstr ""
10472 #: config/m68k/m68k.h:320
10473 msgid "Enable separate data segment"
10474 msgstr ""
10476 #: config/m68k/m68k.h:322
10477 msgid "Disable separate data segment"
10478 msgstr ""
10480 #: config/m68k/m68k.h:324
10481 msgid "Enable ID based shared library"
10482 msgstr ""
10484 #: config/m68k/m68k.h:326
10485 msgid "Disable ID based shared library"
10486 msgstr ""
10488 #: config/m68k/m68k.h:328
10489 msgid "Generate pc-relative code"
10490 msgstr ""
10492 #: config/m68k/m68k.h:330
10493 msgid "Do not use unaligned memory references"
10494 msgstr ""
10496 #: config/m68k/m68k.h:332
10497 msgid "Use unaligned memory references"
10498 msgstr ""
10500 #: config/m68k/m68k.h:334
10501 msgid "Use different calling convention using 'rtd'"
10502 msgstr ""
10504 #. TARGET_DEFAULT is defined in m68k-none.h, netbsd.h, etc.
10505 #: config/m68k/m68k.h:344
10506 msgid "ID of shared library to build"
10507 msgstr ""
10509 #: config/mcore/mcore.c:2992
10510 msgid "invalid option %<-mstack-increment=%s%>"
10511 msgstr ""
10513 #: config/mcore/mcore.h:113
10514 msgid "Inline constants if it can be done in 2 insns or less"
10515 msgstr ""
10517 #: config/mcore/mcore.h:115
10518 msgid "Inline constants if it only takes 1 instruction"
10519 msgstr ""
10521 #: config/mcore/mcore.h:117
10522 msgid "Set maximum alignment to 4"
10523 msgstr ""
10525 #: config/mcore/mcore.h:119
10526 msgid "Set maximum alignment to 8"
10527 msgstr ""
10529 #: config/mcore/mcore.h:123
10530 msgid "Do not use the divide instruction"
10531 msgstr ""
10533 #: config/mcore/mcore.h:127
10534 msgid "Do not arbitrary sized immediates in bit operations"
10535 msgstr ""
10537 #: config/mcore/mcore.h:129
10538 msgid "Always treat bit-field as int-sized"
10539 msgstr ""
10541 #: config/mcore/mcore.h:133
10542 msgid "Force functions to be aligned to a 4 byte boundary"
10543 msgstr ""
10545 #: config/mcore/mcore.h:135
10546 msgid "Force functions to be aligned to a 2 byte boundary"
10547 msgstr ""
10549 #: config/mcore/mcore.h:137
10550 msgid "Emit call graph information"
10551 msgstr ""
10553 #: config/mcore/mcore.h:141
10554 msgid "Prefer word accesses over byte accesses"
10555 msgstr ""
10557 #: config/mcore/mcore.h:152
10558 msgid "Generate code for the M*Core M340"
10559 msgstr ""
10561 #: config/mcore/mcore.h:165
10562 msgid "Maximum amount for a single stack increment operation"
10563 msgstr ""
10565 #: config/mips/mips.c:4025
10566 #, c-format
10567 msgid "bad value (%s) for -mabi= switch"
10568 msgstr ""
10570 #: config/mips/mips.c:4048
10571 #, c-format
10572 msgid ""
10573 "-mips%s conflicts with the other architecture options, which specify a MIPS%"
10574 "d processor"
10575 msgstr ""
10577 #: config/mips/mips.c:4067
10578 #, c-format
10579 msgid "-march=%s is not compatible with the selected ABI"
10580 msgstr ""
10582 #: config/mips/mips.c:4082
10583 msgid "-mgp64 used with a 32-bit processor"
10584 msgstr ""
10586 #: config/mips/mips.c:4084
10587 msgid "-mgp32 used with a 64-bit ABI"
10588 msgstr ""
10590 #: config/mips/mips.c:4086
10591 msgid "-mgp64 used with a 32-bit ABI"
10592 msgstr ""
10594 #: config/mips/mips.c:4104 config/mips/mips.c:4106 config/mips/mips.c:4108
10595 #: config/mips/mips.c:4192
10596 #, c-format
10597 msgid "unsupported combination: %s"
10598 msgstr ""
10600 #: config/mips/mips.c:4136
10601 msgid "-mint64 is a deprecated option"
10602 msgstr ""
10604 #: config/mips/mips.c:4187
10605 msgid ""
10606 "generation of Branch Likely instructions enabled, but not supported by "
10607 "architecture"
10608 msgstr ""
10610 #: config/mips/mips.c:4204
10611 msgid "-G is incompatible with PIC code which is the default"
10612 msgstr ""
10614 #: config/mips/mips.c:4271
10615 msgid "-mips3d requires -mpaired-single"
10616 msgstr ""
10618 #: config/mips/mips.c:4280
10619 msgid "-mips3d/-mpaired-single must be used with -mfp64 -mhard-float"
10620 msgstr ""
10622 #: config/mips/mips.c:4285
10623 msgid "-mips3d/-mpaired-single must be used with -mips64"
10624 msgstr ""
10626 #: config/mips/mips.c:4643
10627 msgid "mips_debugger_offset called with non stack/frame/arg pointer"
10628 msgstr ""
10630 #: config/mips/mips.c:4769
10631 #, c-format
10632 msgid "internal error: %%) found without a %%( in assembler pattern"
10633 msgstr ""
10635 #: config/mips/mips.c:4783
10636 #, c-format
10637 msgid "internal error: %%] found without a %%[ in assembler pattern"
10638 msgstr ""
10640 #: config/mips/mips.c:4796
10641 #, c-format
10642 msgid "internal error: %%> found without a %%< in assembler pattern"
10643 msgstr ""
10645 #: config/mips/mips.c:4809
10646 #, c-format
10647 msgid "internal error: %%} found without a %%{ in assembler pattern"
10648 msgstr ""
10650 #: config/mips/mips.c:4823
10651 #, c-format
10652 msgid "PRINT_OPERAND: unknown punctuation '%c'"
10653 msgstr ""
10655 #: config/mips/mips.c:4852
10656 #, c-format
10657 msgid "PRINT_OPERAND, invalid insn for %%C"
10658 msgstr ""
10660 #: config/mips/mips.c:4869
10661 #, c-format
10662 msgid "PRINT_OPERAND, invalid insn for %%N"
10663 msgstr ""
10665 #: config/mips/mips.c:4878
10666 #, c-format
10667 msgid "PRINT_OPERAND, invalid insn for %%F"
10668 msgstr ""
10670 #: config/mips/mips.c:4887
10671 #, c-format
10672 msgid "PRINT_OPERAND, invalid insn for %%W"
10673 msgstr ""
10675 #: config/mips/mips.c:4908
10676 #, c-format
10677 msgid "invalid %%Y value"
10678 msgstr ""
10680 #: config/mips/mips.c:4986
10681 msgid "PRINT_OPERAND, invalid operand for relocation"
10682 msgstr ""
10684 #: config/mips/mips.c:7573
10685 #, c-format
10686 msgid "cannot handle inconsistent calls to %qs"
10687 msgstr ""
10689 #: config/mips/mips.c:8963
10690 msgid "the cpu name must be lower case"
10691 msgstr ""
10693 #: config/mips/mips.c:8985
10694 #, c-format
10695 msgid "bad value (%s) for %s"
10696 msgstr ""
10698 #. Target CPU builtins.
10699 #. Everyone but IRIX defines this to mips.
10700 #. We do this here because __mips is defined below               and so we can't use builtin_define_std.
10701 #. Treat _R3000 and _R4000 like register-size                        defines, which is how they've historically                      been used.
10702 #. Macros dependent on the C dialect.
10703 #. Bizarre, but needed at least for Irix.
10704 #. Macro to define tables used to set the flags.
10705 #. This is a list in braces of pairs in braces,
10706 #. each pair being { "NAME", VALUE }
10707 #. where VALUE is the bits to set or minus the bits to clear.
10708 #. An empty string NAME is used to identify the default VALUE.
10709 #: config/mips/mips.h:537
10710 msgid "Use 64-bit int type"
10711 msgstr ""
10713 #: config/mips/mips.h:539
10714 msgid "Use 64-bit long type"
10715 msgstr ""
10717 #: config/mips/mips.h:541
10718 msgid "Use 32-bit long type"
10719 msgstr ""
10721 #: config/mips/mips.h:543
10722 msgid "Optimize lui/addiu address loads"
10723 msgstr ""
10725 #: config/mips/mips.h:545
10726 msgid "Don't optimize lui/addiu address loads"
10727 msgstr ""
10729 #: config/mips/mips.h:547
10730 msgid "Use GNU as (now ignored)"
10731 msgstr ""
10733 #: config/mips/mips.h:549 config/mips/mips.h:551
10734 msgid "Use GP relative sdata/sbss sections (now ignored)"
10735 msgstr ""
10737 #: config/mips/mips.h:553 config/mips/mips.h:555
10738 msgid "Don't use GP relative sdata/sbss sections (now ignored)"
10739 msgstr ""
10741 #: config/mips/mips.h:557
10742 msgid "Output compiler statistics (now ignored)"
10743 msgstr ""
10745 #: config/mips/mips.h:559
10746 msgid "Don't output compiler statistics"
10747 msgstr ""
10749 #: config/mips/mips.h:561
10750 msgid "Don't optimize block moves"
10751 msgstr ""
10753 #: config/mips/mips.h:563
10754 msgid "Optimize block moves"
10755 msgstr ""
10757 #: config/mips/mips.h:565
10758 msgid "Use mips-tfile asm postpass"
10759 msgstr ""
10761 #: config/mips/mips.h:567
10762 msgid "Don't use mips-tfile asm postpass"
10763 msgstr ""
10765 #: config/mips/mips.h:569 config/pa/pa.h:288
10766 msgid "Use software floating point"
10767 msgstr ""
10769 #. Macro to define tables used to set the flags.
10770 #. This is a list in braces of triplets in braces,
10771 #. each triplet being { "NAME", VALUE, DOC }
10772 #. where VALUE is the bits to set or minus the bits to clear and DOC
10773 #. is the documentation for --help (NULL if intentionally undocumented).
10774 #. An empty string NAME is used to identify the default VALUE.
10775 #: config/mips/mips.h:571 config/pdp11/pdp11.h:61 config/rs6000/rs6000.h:329
10776 msgid "Use hardware floating point"
10777 msgstr ""
10779 #: config/mips/mips.h:573
10780 msgid "Use 64-bit FP registers"
10781 msgstr ""
10783 #: config/mips/mips.h:575
10784 msgid "Use 32-bit FP registers"
10785 msgstr ""
10787 #: config/mips/mips.h:577
10788 msgid "Use 64-bit general registers"
10789 msgstr ""
10791 #: config/mips/mips.h:579
10792 msgid "Use 32-bit general registers"
10793 msgstr ""
10795 #: config/mips/mips.h:581
10796 msgid "Use Irix PIC"
10797 msgstr ""
10799 #: config/mips/mips.h:583
10800 msgid "Don't use Irix PIC"
10801 msgstr ""
10803 #: config/mips/mips.h:585
10804 msgid "Use indirect calls"
10805 msgstr ""
10807 #: config/mips/mips.h:587
10808 msgid "Don't use indirect calls"
10809 msgstr ""
10811 #: config/mips/mips.h:597
10812 msgid "Use big-endian byte order"
10813 msgstr ""
10815 #: config/mips/mips.h:599
10816 msgid "Use little-endian byte order"
10817 msgstr ""
10819 #: config/mips/mips.h:601
10820 msgid "Use single (32-bit) FP only"
10821 msgstr ""
10823 #: config/mips/mips.h:603
10824 msgid "Don't use single (32-bit) FP only"
10825 msgstr ""
10827 #: config/mips/mips.h:605 config/mips/mips.h:607
10828 msgid "Use paired-single floating point instructions"
10829 msgstr ""
10831 #: config/mips/mips.h:609 config/mips/mips.h:611
10832 msgid "Use MIPS-3D instructions"
10833 msgstr ""
10835 #: config/mips/mips.h:613
10836 msgid "Use multiply accumulate"
10837 msgstr ""
10839 #: config/mips/mips.h:615
10840 msgid "Don't use multiply accumulate"
10841 msgstr ""
10843 #: config/mips/mips.h:617
10844 msgid "Don't generate fused multiply/add instructions"
10845 msgstr ""
10847 #: config/mips/mips.h:619 config/rs6000/rs6000.h:345
10848 msgid "Generate fused multiply/add instructions"
10849 msgstr ""
10851 #: config/mips/mips.h:621
10852 msgid "Perform VR4130-specific alignment optimizations"
10853 msgstr ""
10855 #: config/mips/mips.h:623
10856 msgid "Don't perform VR4130-specific alignment optimizations"
10857 msgstr ""
10859 #: config/mips/mips.h:625
10860 msgid "Work around early 4300 hardware bug"
10861 msgstr ""
10863 #: config/mips/mips.h:627
10864 msgid "Don't work around early 4300 hardware bug"
10865 msgstr ""
10867 #: config/mips/mips.h:629
10868 msgid "Work around errata for early SB-1 revision 2 cores"
10869 msgstr ""
10871 #: config/mips/mips.h:631
10872 msgid "Don't work around errata for early SB-1 revision 2 cores"
10873 msgstr ""
10875 #: config/mips/mips.h:633
10876 msgid "Work around R4000 errata"
10877 msgstr ""
10879 #: config/mips/mips.h:635
10880 msgid "Don't work around R4000 errata"
10881 msgstr ""
10883 #: config/mips/mips.h:637
10884 msgid "Work around R4400 errata"
10885 msgstr ""
10887 #: config/mips/mips.h:639
10888 msgid "Don't work around R4400 errata"
10889 msgstr ""
10891 #: config/mips/mips.h:641
10892 msgid "Work around certain VR4120 errata"
10893 msgstr ""
10895 #: config/mips/mips.h:643
10896 msgid "Don't work around certain VR4120 errata"
10897 msgstr ""
10899 #: config/mips/mips.h:645
10900 msgid "Trap on integer divide by zero"
10901 msgstr ""
10903 #: config/mips/mips.h:647
10904 msgid "Don't trap on integer divide by zero"
10905 msgstr ""
10907 #: config/mips/mips.h:649
10908 msgid "Use trap to check for integer divide by zero"
10909 msgstr ""
10911 #: config/mips/mips.h:651
10912 msgid "Use break to check for integer divide by zero"
10913 msgstr ""
10915 #: config/mips/mips.h:653
10916 msgid "Use Branch Likely instructions, overriding default for arch"
10917 msgstr ""
10919 #: config/mips/mips.h:655
10920 msgid "Don't use Branch Likely instructions, overriding default for arch"
10921 msgstr ""
10923 #: config/mips/mips.h:657
10924 msgid "Use NewABI-style %reloc() assembly operators"
10925 msgstr ""
10927 #: config/mips/mips.h:659
10928 msgid "Use assembler macros instead of relocation operators"
10929 msgstr ""
10931 #: config/mips/mips.h:661
10932 msgid "Generate mips16 code"
10933 msgstr ""
10935 #: config/mips/mips.h:663
10936 msgid "Generate normal-mode code"
10937 msgstr ""
10939 #: config/mips/mips.h:665
10940 msgid "Lift restrictions on GOT size"
10941 msgstr ""
10943 #: config/mips/mips.h:667
10944 msgid "Do not lift restrictions on GOT size"
10945 msgstr ""
10947 #: config/mips/mips.h:669
10948 msgid "FP exceptions are enabled"
10949 msgstr ""
10951 #: config/mips/mips.h:671
10952 msgid "FP exceptions are not enabled"
10953 msgstr ""
10955 #: config/mips/mips.h:786
10956 msgid "Specify a Standard MIPS ISA"
10957 msgstr ""
10959 #. Output assembler code to FILE to increment profiler label # LABELNO
10960 #. for profiling a function entry.
10961 #: config/mips/mips.h:2318
10962 msgid "mips16 function profiling"
10963 msgstr ""
10965 #: config/mmix/mmix.c:229
10966 #, c-format
10967 msgid "-f%s not supported: ignored"
10968 msgstr ""
10970 #: config/mmix/mmix.c:657
10971 #, c-format
10972 msgid "support for mode %qs"
10973 msgstr ""
10975 #: config/mmix/mmix.c:671
10976 #, c-format
10977 msgid ""
10978 "too large function value type, needs %d registers, have only %d registers "
10979 "for this"
10980 msgstr ""
10982 #: config/mmix/mmix.c:841
10983 msgid "function_profiler support for MMIX"
10984 msgstr ""
10986 #: config/mmix/mmix.c:863
10987 msgid "MMIX Internal: Last named vararg would not fit in a register"
10988 msgstr ""
10990 #: config/mmix/mmix.c:1471 config/mmix/mmix.c:1601
10991 msgid "MMIX Internal: Expected a CONST_INT, not this"
10992 msgstr ""
10994 #: config/mmix/mmix.c:1479 config/mmix/mmix.c:1503 config/mmix/mmix.c:1619
10995 #, c-format
10996 msgid "MMIX Internal: Bad register: %d"
10997 msgstr ""
10999 #: config/mmix/mmix.c:1550
11000 msgid "MMIX Internal: Bad value for 'm', not a CONST_INT"
11001 msgstr ""
11003 #: config/mmix/mmix.c:1569
11004 msgid "MMIX Internal: Expected a register, not this"
11005 msgstr ""
11007 #: config/mmix/mmix.c:1579
11008 msgid "MMIX Internal: Expected a constant, not this"
11009 msgstr ""
11011 #. Presumably there's a missing case above if we get here.
11012 #: config/mmix/mmix.c:1611
11013 #, c-format
11014 msgid "MMIX Internal: Missing %qc case in mmix_print_operand"
11015 msgstr ""
11017 #. We need the original here.
11018 #: config/mmix/mmix.c:1663
11019 msgid "MMIX Internal: Cannot decode this operand"
11020 msgstr ""
11022 #: config/mmix/mmix.c:1720
11023 msgid "MMIX Internal: This is not a recognized address"
11024 msgstr ""
11026 #: config/mmix/mmix.c:1897
11027 #, c-format
11028 msgid "stack frame not a multiple of 8 bytes: %d"
11029 msgstr ""
11031 #: config/mmix/mmix.c:2133
11032 #, c-format
11033 msgid "stack frame not a multiple of octabyte: %d"
11034 msgstr ""
11036 #: config/mmix/mmix.c:2606 config/mmix/mmix.c:2670
11037 #, c-format
11038 msgid "MMIX Internal: %s is not a shiftable int"
11039 msgstr ""
11041 #: config/mmix/mmix.c:2786
11042 msgid "MMIX Internal: Trying to output invalidly reversed condition:"
11043 msgstr ""
11045 #: config/mmix/mmix.c:2793
11046 msgid "MMIX Internal: What's the CC of this?"
11047 msgstr ""
11049 #: config/mmix/mmix.c:2797
11050 msgid "MMIX Internal: What is the CC of this?"
11051 msgstr ""
11053 #: config/mmix/mmix.c:2867
11054 msgid "MMIX Internal: This is not a constant:"
11055 msgstr ""
11057 #: config/mmix/mmix.h:132
11058 msgid "Set start-address of the program"
11059 msgstr ""
11061 #: config/mmix/mmix.h:134
11062 msgid "Set start-address of data"
11063 msgstr ""
11065 #. FIXME: Provide a way to *load* the epsilon register.
11066 #: config/mmix/mmix.h:198
11067 msgid "For intrinsics library: pass all parameters in registers"
11068 msgstr ""
11070 #: config/mmix/mmix.h:201
11071 msgid "Use register stack for parameters and return value"
11072 msgstr ""
11074 #: config/mmix/mmix.h:203
11075 msgid "Use call-clobbered registers for parameters and return value"
11076 msgstr ""
11078 #: config/mmix/mmix.h:205
11079 msgid "Use epsilon-respecting floating point compare instructions"
11080 msgstr ""
11082 #: config/mmix/mmix.h:208
11083 msgid "Use zero-extending memory loads, not sign-extending ones"
11084 msgstr ""
11086 #: config/mmix/mmix.h:211
11087 msgid ""
11088 "Generate divide results with reminder having the same sign as the divisor "
11089 "(not the dividend)"
11090 msgstr ""
11092 #: config/mmix/mmix.h:215
11093 msgid "Prepend global symbols with \":\" (for use with PREFIX)"
11094 msgstr ""
11096 #: config/mmix/mmix.h:217
11097 msgid "Do not provide a default start-address 0x100 of the program"
11098 msgstr ""
11100 #: config/mmix/mmix.h:219
11101 msgid "Link to emit program in ELF format (rather than mmo)"
11102 msgstr ""
11104 #: config/mmix/mmix.h:221
11105 msgid "Use P-mnemonics for branches statically predicted as taken"
11106 msgstr ""
11108 #: config/mmix/mmix.h:223
11109 msgid "Don't use P-mnemonics for branches"
11110 msgstr ""
11112 #: config/mmix/mmix.h:225
11113 msgid "Use addresses that allocate global registers"
11114 msgstr ""
11116 #: config/mmix/mmix.h:227
11117 msgid "Do not use addresses that allocate global registers"
11118 msgstr ""
11120 #: config/mmix/mmix.h:229
11121 msgid "Generate a single exit point for each function"
11122 msgstr ""
11124 #: config/mmix/mmix.h:231
11125 msgid "Do not generate a single exit point for each function"
11126 msgstr ""
11128 #: config/mn10300/linux.h:45 config/mn10300/mn10300.h:71
11129 msgid "Target the AM33 processor"
11130 msgstr ""
11132 #: config/mn10300/linux.h:46 config/mn10300/mn10300.h:75
11133 msgid "Target the AM33/2.0 processor"
11134 msgstr ""
11136 #: config/mn10300/linux.h:47 config/mn10300/mn10300.h:78
11137 msgid "Enable linker relaxations"
11138 msgstr ""
11140 #: config/mn10300/mn10300.h:69
11141 msgid "Work around hardware multiply bug"
11142 msgstr ""
11144 #: config/mn10300/mn10300.h:70
11145 msgid "Do not work around hardware multiply bug"
11146 msgstr ""
11148 #: config/ns32k/ns32k.h:142 config/s390/s390.h:135
11149 msgid "Don't use hardware fp"
11150 msgstr ""
11152 #: config/ns32k/ns32k.h:143
11153 msgid "Alternative calling convention"
11154 msgstr ""
11156 #: config/ns32k/ns32k.h:145
11157 msgid "Pass some arguments in registers"
11158 msgstr ""
11160 #: config/ns32k/ns32k.h:146
11161 msgid "Pass all arguments on stack"
11162 msgstr ""
11164 #: config/ns32k/ns32k.h:147
11165 msgid "Optimize for 32532 cpu"
11166 msgstr ""
11168 #: config/ns32k/ns32k.h:148
11169 msgid "Optimize for 32332 cpu"
11170 msgstr ""
11172 #: config/ns32k/ns32k.h:150
11173 msgid "Optimize for 32032"
11174 msgstr ""
11176 #: config/ns32k/ns32k.h:152
11177 msgid "Register sb is zero. Use for absolute addressing"
11178 msgstr ""
11180 #: config/ns32k/ns32k.h:153
11181 msgid "Do not use register sb"
11182 msgstr ""
11184 #: config/ns32k/ns32k.h:155
11185 msgid "Use bit-field instructions"
11186 msgstr ""
11188 #: config/ns32k/ns32k.h:157
11189 msgid "Do not use bit-field instructions"
11190 msgstr ""
11192 #: config/ns32k/ns32k.h:158
11193 msgid "Generate code for high memory"
11194 msgstr ""
11196 #: config/ns32k/ns32k.h:159
11197 msgid "Generate code for low memory"
11198 msgstr ""
11200 #: config/ns32k/ns32k.h:160
11201 msgid "32381 fpu"
11202 msgstr ""
11204 #: config/ns32k/ns32k.h:162
11205 msgid "Use multiply-accumulate fp instructions"
11206 msgstr ""
11208 #: config/ns32k/ns32k.h:164
11209 msgid "Do not use multiply-accumulate fp instructions"
11210 msgstr ""
11212 #: config/ns32k/ns32k.h:165
11213 msgid "\"Small register classes\" kludge"
11214 msgstr ""
11216 #: config/ns32k/ns32k.h:166
11217 msgid "No \"Small register classes\" kludge"
11218 msgstr ""
11220 #: config/pa/pa.c:412
11221 #, c-format
11222 msgid ""
11223 "unknown -mschedule= option (%s).\n"
11224 "Valid options are 700, 7100, 7100LC, 7200, 7300, and 8000\n"
11225 msgstr ""
11227 #: config/pa/pa.c:437
11228 #, c-format
11229 msgid ""
11230 "unknown -march= option (%s).\n"
11231 "Valid options are 1.0, 1.1, and 2.0\n"
11232 msgstr ""
11234 #: config/pa/pa.c:457
11235 #, c-format
11236 msgid ""
11237 "unknown -munix= option (%s).\n"
11238 "Valid options are 93, 95 and 98.\n"
11239 msgstr ""
11241 #: config/pa/pa.c:462
11242 #, c-format
11243 msgid ""
11244 "unknown -munix= option (%s).\n"
11245 "Valid options are 93 and 95.\n"
11246 msgstr ""
11248 #: config/pa/pa.c:466
11249 #, c-format
11250 msgid ""
11251 "unknown -munix= option (%s).\n"
11252 "Valid option is 93.\n"
11253 msgstr ""
11255 #: config/pa/pa.c:483
11256 msgid "PIC code generation is not supported in the portable runtime model\n"
11257 msgstr ""
11259 #: config/pa/pa.c:488
11260 msgid "PIC code generation is not compatible with fast indirect calls\n"
11261 msgstr ""
11263 #: config/pa/pa.c:493
11264 msgid "-g is only supported when using GAS on this processor,"
11265 msgstr ""
11267 #: config/pa/pa.c:494
11268 msgid "-g option disabled"
11269 msgstr ""
11271 #: config/pa/pa.c:8338
11272 #, c-format
11273 msgid ""
11274 "alignment (%u) for %s exceeds maximum alignment for global common data.  "
11275 "Using %u"
11276 msgstr ""
11278 #: config/pa/pa-hpux.h:96 config/pa/pa64-hpux.h:26
11279 msgid "Generate cpp defines for server IO"
11280 msgstr ""
11282 #: config/pa/pa-hpux.h:97 config/pa/pa64-hpux.h:28
11283 msgid "Generate cpp defines for workstation IO"
11284 msgstr ""
11286 #: config/pa/pa-hpux10.h:84
11287 msgid ""
11288 "Specify UNIX standard for predefines and linking.\n"
11289 "Supported value is 93."
11290 msgstr ""
11292 #: config/pa/pa-hpux1010.h:28 config/pa/pa-hpux11.h:99
11293 msgid ""
11294 "Specify UNIX standard for predefines and linking.\n"
11295 "Supported values are 93 and 95."
11296 msgstr ""
11298 #: config/pa/pa-hpux11.h:82
11299 msgid "-munix=98 option required for C89 Amendment 1 features.\n"
11300 msgstr ""
11302 #: config/pa/pa-hpux1111.h:28
11303 msgid ""
11304 "Specify UNIX standard for predefines and linking.\n"
11305 "Supported values are 93, 95 and 98."
11306 msgstr ""
11308 #. Macro to define tables used to set the flags.  This is a
11309 #. list in braces of target switches with each switch being
11310 #. { "NAME", VALUE, "HELP_STRING" }.  VALUE is the bits to set,
11311 #. or minus the bits to clear.  An empty string NAME is used to
11312 #. identify the default VALUE.  Do not mark empty strings for
11313 #. translation.
11314 #: config/pa/pa.h:254 config/pa/pa.h:260
11315 msgid "Generate PA1.1 code"
11316 msgstr ""
11318 #: config/pa/pa.h:256 config/pa/pa.h:258
11319 msgid "Generate PA1.0 code"
11320 msgstr ""
11322 #: config/pa/pa.h:262
11323 msgid "Generate PA2.0 code (requires binutils 2.10 or later)"
11324 msgstr ""
11326 #: config/pa/pa.h:264
11327 msgid "Disable FP regs"
11328 msgstr ""
11330 #: config/pa/pa.h:266
11331 msgid "Do not disable FP regs"
11332 msgstr ""
11334 #: config/pa/pa.h:268
11335 msgid "Disable space regs"
11336 msgstr ""
11338 #: config/pa/pa.h:270
11339 msgid "Do not disable space regs"
11340 msgstr ""
11342 #: config/pa/pa.h:272
11343 msgid "Put jumps in call delay slots"
11344 msgstr ""
11346 #: config/pa/pa.h:274
11347 msgid "Do not put jumps in call delay slots"
11348 msgstr ""
11350 #: config/pa/pa.h:276
11351 msgid "Disable indexed addressing"
11352 msgstr ""
11354 #: config/pa/pa.h:278
11355 msgid "Do not disable indexed addressing"
11356 msgstr ""
11358 #: config/pa/pa.h:280
11359 msgid "Use portable calling conventions"
11360 msgstr ""
11362 #: config/pa/pa.h:282
11363 msgid "Do not use portable calling conventions"
11364 msgstr ""
11366 #: config/pa/pa.h:284
11367 msgid "Assume code will be assembled by GAS"
11368 msgstr ""
11370 #: config/pa/pa.h:286
11371 msgid "Do not assume code will be assembled by GAS"
11372 msgstr ""
11374 #: config/pa/pa.h:290
11375 msgid "Do not use software floating point"
11376 msgstr ""
11378 #: config/pa/pa.h:292
11379 msgid "Emit long load/store sequences"
11380 msgstr ""
11382 #: config/pa/pa.h:294
11383 msgid "Do not emit long load/store sequences"
11384 msgstr ""
11386 #: config/pa/pa.h:296
11387 msgid "Generate fast indirect calls"
11388 msgstr ""
11390 #: config/pa/pa.h:298
11391 msgid "Do not generate fast indirect calls"
11392 msgstr ""
11394 #: config/pa/pa.h:300
11395 msgid "Generate code for huge switch statements"
11396 msgstr ""
11398 #: config/pa/pa.h:302
11399 msgid "Do not generate code for huge switch statements"
11400 msgstr ""
11402 #: config/pa/pa.h:304
11403 msgid "Always generate long calls"
11404 msgstr ""
11406 #: config/pa/pa.h:306
11407 msgid "Generate long calls only when needed"
11408 msgstr ""
11410 #: config/pa/pa.h:308
11411 msgid "Enable linker optimizations"
11412 msgstr ""
11414 #: config/pa/pa.h:332
11415 msgid ""
11416 "Specify PA-RISC architecture for code generation.\n"
11417 "Values are 1.0, 1.1 and 2.0."
11418 msgstr ""
11420 #: config/pa/pa.h:335
11421 msgid "Specify range of registers to make fixed."
11422 msgstr ""
11424 #: config/pa/pa.h:337
11425 msgid "Specify CPU for scheduling purposes."
11426 msgstr ""
11428 #: config/pa/pa64-hpux.h:30
11429 msgid "Assume code will be linked by GNU ld"
11430 msgstr ""
11432 #: config/pa/pa64-hpux.h:32
11433 msgid "Assume code will be linked by HP ld"
11434 msgstr ""
11436 #: config/pdp11/pdp11.h:62 config/rs6000/rs6000.h:331
11437 msgid "Do not use hardware floating point"
11438 msgstr ""
11440 #. return float result in ac0
11441 #: config/pdp11/pdp11.h:64
11442 msgid "Return floating point results in ac0"
11443 msgstr ""
11445 #: config/pdp11/pdp11.h:65
11446 msgid "Return floating point results in memory"
11447 msgstr ""
11449 #. is 11/40
11450 #: config/pdp11/pdp11.h:67
11451 msgid "Generate code for an 11/40"
11452 msgstr ""
11454 #. is 11/45
11455 #: config/pdp11/pdp11.h:70
11456 msgid "Generate code for an 11/45"
11457 msgstr ""
11459 #. is 11/10
11460 #: config/pdp11/pdp11.h:73
11461 msgid "Generate code for an 11/10"
11462 msgstr ""
11464 #. use movmemhi for bcopy
11465 #. use 32 bit for int
11466 #: config/pdp11/pdp11.h:78 config/pdp11/pdp11.h:79
11467 msgid "Use 32 bit int"
11468 msgstr ""
11470 #: config/pdp11/pdp11.h:80 config/pdp11/pdp11.h:81
11471 msgid "Use 16 bit int"
11472 msgstr ""
11474 #. use 32 bit for float
11475 #: config/pdp11/pdp11.h:83 config/pdp11/pdp11.h:84
11476 msgid "Use 32 bit float"
11477 msgstr ""
11479 #: config/pdp11/pdp11.h:85 config/pdp11/pdp11.h:86
11480 msgid "Use 64 bit float"
11481 msgstr ""
11483 #. allow abshi pattern? - can trigger "optimizations" which make code SLOW!
11484 #. is branching expensive - on a PDP, it's actually really cheap
11485 #. this is just to play around and check what code gcc generates
11486 #. split instruction and data memory?
11487 #: config/pdp11/pdp11.h:95
11488 msgid "Target has split I&D"
11489 msgstr ""
11491 #: config/pdp11/pdp11.h:96
11492 msgid "Target does not have split I&D"
11493 msgstr ""
11495 #. UNIX assembler syntax?
11496 #: config/pdp11/pdp11.h:98
11497 msgid "Use UNIX assembler syntax"
11498 msgstr ""
11500 #: config/pdp11/pdp11.h:99
11501 msgid "Use DEC assembler syntax"
11502 msgstr ""
11504 #: config/rs6000/host-darwin.c:52
11505 msgid "Segmentation Fault (code)"
11506 msgstr ""
11508 #: config/rs6000/host-darwin.c:83
11509 msgid "Out of stack space.\n"
11510 msgstr ""
11512 #: config/rs6000/host-darwin.c:104
11513 #, c-format
11514 msgid "Try running '%s' in the shell to raise its limit.\n"
11515 msgstr ""
11517 #: config/rs6000/host-darwin.c:117
11518 msgid "Segmentation Fault"
11519 msgstr ""
11521 #: config/rs6000/host-darwin.c:131
11522 #, c-format
11523 msgid "While setting up signal stack: %m"
11524 msgstr ""
11526 #: config/rs6000/host-darwin.c:137
11527 #, c-format
11528 msgid "While setting up signal handler: %m"
11529 msgstr ""
11531 #: config/rs6000/host-darwin.c:181
11532 #, c-format
11533 msgid "couldn't unmap pch_address_space: %m\n"
11534 msgstr ""
11536 #. Handle the machine specific pragma longcall.  Its syntax is
11538 #. # pragma longcall ( TOGGLE )
11540 #. where TOGGLE is either 0 or 1.
11542 #. rs6000_default_long_calls is set to the value of TOGGLE, changing
11543 #. whether or not new function declarations receive a longcall
11544 #. attribute by default.
11545 #: config/rs6000/rs6000-c.c:46
11546 msgid "ignoring malformed #pragma longcall"
11547 msgstr ""
11549 #: config/rs6000/rs6000-c.c:59
11550 msgid "missing open paren"
11551 msgstr ""
11553 #: config/rs6000/rs6000-c.c:61
11554 msgid "missing number"
11555 msgstr ""
11557 #: config/rs6000/rs6000-c.c:63
11558 msgid "missing close paren"
11559 msgstr ""
11561 #: config/rs6000/rs6000-c.c:66
11562 msgid "number must be 0 or 1"
11563 msgstr ""
11565 #: config/rs6000/rs6000-c.c:69
11566 msgid "junk at end of #pragma longcall"
11567 msgstr ""
11569 #: config/rs6000/rs6000.c:1254
11570 msgid "-mmultiple is not supported on little endian systems"
11571 msgstr ""
11573 #: config/rs6000/rs6000.c:1261
11574 msgid "-mstring is not supported on little endian systems"
11575 msgstr ""
11577 #: config/rs6000/rs6000.c:1275
11578 #, c-format
11579 msgid "unknown -mdebug-%s switch"
11580 msgstr ""
11582 #: config/rs6000/rs6000.c:1287
11583 msgid ""
11584 "unknown -mtraceback arg %qs; expecting %<full%>, %<partial%> or %<none%>"
11585 msgstr ""
11587 #: config/rs6000/rs6000.c:1298
11588 #, c-format
11589 msgid "Unknown switch -mlong-double-%s"
11590 msgstr ""
11592 #: config/rs6000/rs6000.c:1354
11593 msgid "AltiVec and E500 instructions cannot coexist"
11594 msgstr ""
11596 #: config/rs6000/rs6000.c:1622
11597 #, c-format
11598 msgid "unknown -m%s= option specified: '%s'"
11599 msgstr ""
11601 #: config/rs6000/rs6000.c:1643
11602 #, c-format
11603 msgid "not configured for ABI: '%s'"
11604 msgstr ""
11606 #: config/rs6000/rs6000.c:1651
11607 msgid "Using darwin64 ABI"
11608 msgstr ""
11610 #: config/rs6000/rs6000.c:1656
11611 msgid "Using old darwin ABI"
11612 msgstr ""
11614 #: config/rs6000/rs6000.c:1662
11615 #, c-format
11616 msgid "unknown ABI specified: '%s'"
11617 msgstr ""
11619 #: config/rs6000/rs6000.c:1679
11620 msgid "invalid option for -mfloat-gprs"
11621 msgstr ""
11623 #: config/rs6000/rs6000.c:1695
11624 msgid ""
11625 "-malign-power is not supported for 64-bit Darwin; it is incompatible with "
11626 "the installed C and C++ libraries"
11627 msgstr ""
11629 #: config/rs6000/rs6000.c:1702
11630 #, c-format
11631 msgid "unknown -malign-XXXXX option specified: '%s'"
11632 msgstr ""
11634 #: config/rs6000/rs6000.c:4756
11635 msgid ""
11636 "GCC vector returned by reference: non-standard ABI extension with no "
11637 "compatibility guarantee"
11638 msgstr ""
11640 #: config/rs6000/rs6000.c:4829
11641 msgid ""
11642 "Cannot return value in vector register because altivec instructions are "
11643 "disabled, use -maltivec to enable them."
11644 msgstr ""
11646 #: config/rs6000/rs6000.c:5018
11647 msgid ""
11648 "Cannot pass argument in vector register because altivec instructions are "
11649 "disabled, use -maltivec to enable them."
11650 msgstr ""
11652 #: config/rs6000/rs6000.c:5809
11653 msgid ""
11654 "GCC vector passed by reference: non-standard ABI extension with no "
11655 "compatibility guarantee"
11656 msgstr ""
11658 #: config/rs6000/rs6000.c:6704
11659 msgid "argument 1 must be a 5-bit signed literal"
11660 msgstr ""
11662 #: config/rs6000/rs6000.c:6807 config/rs6000/rs6000.c:7477
11663 msgid "argument 2 must be a 5-bit unsigned literal"
11664 msgstr ""
11666 #: config/rs6000/rs6000.c:6847
11667 msgid "argument 1 of __builtin_altivec_predicate must be a constant"
11668 msgstr ""
11670 #: config/rs6000/rs6000.c:6901
11671 msgid "argument 1 of __builtin_altivec_predicate is out of range"
11672 msgstr ""
11674 #: config/rs6000/rs6000.c:7063
11675 msgid "argument 3 must be a 4-bit unsigned literal"
11676 msgstr ""
11678 #: config/rs6000/rs6000.c:7235
11679 #, c-format
11680 msgid "argument to %qs must be a 2-bit unsigned literal"
11681 msgstr ""
11683 #: config/rs6000/rs6000.c:7348
11684 msgid "argument to dss must be a 2-bit unsigned literal"
11685 msgstr ""
11687 #: config/rs6000/rs6000.c:7363
11688 #, c-format
11689 msgid "invalid parameter combination for %qs AltiVec intrinsic"
11690 msgstr ""
11692 #: config/rs6000/rs6000.c:7597
11693 msgid "argument 1 of __builtin_spe_predicate must be a constant"
11694 msgstr ""
11696 #: config/rs6000/rs6000.c:7670
11697 msgid "argument 1 of __builtin_spe_predicate is out of range"
11698 msgstr ""
11700 #: config/rs6000/rs6000.c:10566
11701 #, c-format
11702 msgid "invalid %%f value"
11703 msgstr ""
11705 #: config/rs6000/rs6000.c:10575
11706 #, c-format
11707 msgid "invalid %%F value"
11708 msgstr ""
11710 #: config/rs6000/rs6000.c:10584
11711 #, c-format
11712 msgid "invalid %%G value"
11713 msgstr ""
11715 #: config/rs6000/rs6000.c:10619
11716 #, c-format
11717 msgid "invalid %%j code"
11718 msgstr ""
11720 #: config/rs6000/rs6000.c:10629
11721 #, c-format
11722 msgid "invalid %%J code"
11723 msgstr ""
11725 #: config/rs6000/rs6000.c:10639
11726 #, c-format
11727 msgid "invalid %%k value"
11728 msgstr ""
11730 #: config/rs6000/rs6000.c:10659 config/xtensa/xtensa.c:1937
11731 #, c-format
11732 msgid "invalid %%K value"
11733 msgstr ""
11735 #: config/rs6000/rs6000.c:10726
11736 #, c-format
11737 msgid "invalid %%O value"
11738 msgstr ""
11740 #: config/rs6000/rs6000.c:10773
11741 #, c-format
11742 msgid "invalid %%q value"
11743 msgstr ""
11745 #: config/rs6000/rs6000.c:10817
11746 #, c-format
11747 msgid "invalid %%S value"
11748 msgstr ""
11750 #: config/rs6000/rs6000.c:10859
11751 #, c-format
11752 msgid "invalid %%T value"
11753 msgstr ""
11755 #: config/rs6000/rs6000.c:10869
11756 #, c-format
11757 msgid "invalid %%u value"
11758 msgstr ""
11760 #: config/rs6000/rs6000.c:10878 config/xtensa/xtensa.c:1907
11761 #, c-format
11762 msgid "invalid %%v value"
11763 msgstr ""
11765 #: config/rs6000/rs6000.c:13555
11766 msgid "stack frame too large"
11767 msgstr ""
11769 #: config/rs6000/rs6000.c:16073
11770 msgid "no profiling of 64-bit code for this ABI"
11771 msgstr ""
11773 #: config/rs6000/rs6000.c:17163
11774 msgid "use of %<long%> in AltiVec types is invalid for 64-bit code"
11775 msgstr ""
11777 #: config/rs6000/rs6000.c:17165
11778 msgid "use of %<long%> in AltiVec types is deprecated; use %<int%>"
11779 msgstr ""
11781 #: config/rs6000/rs6000.c:17169
11782 msgid "use of %<long long%> in AltiVec types is invalid"
11783 msgstr ""
11785 #: config/rs6000/rs6000.c:17171
11786 msgid "use of %<double%> in AltiVec types is invalid"
11787 msgstr ""
11789 #: config/rs6000/rs6000.c:17173
11790 msgid "use of %<long double%> in AltiVec types is invalid"
11791 msgstr ""
11793 #: config/rs6000/rs6000.c:17175
11794 msgid "use of boolean types in AltiVec types is invalid"
11795 msgstr ""
11797 #: config/rs6000/rs6000.c:17177
11798 msgid "use of %<complex%> in AltiVec types is invalid"
11799 msgstr ""
11801 #: config/rs6000/aix.h:204
11802 msgid "Conform more closely to IBM XLC semantics"
11803 msgstr ""
11805 #: config/rs6000/aix.h:206
11806 msgid "Default GCC semantics that differ from IBM XLC"
11807 msgstr ""
11809 #: config/rs6000/aix41.h:28 config/rs6000/aix43.h:32 config/rs6000/aix51.h:31
11810 #: config/rs6000/aix52.h:31
11811 msgid "Support message passing with the Parallel Environment"
11812 msgstr ""
11814 #: config/rs6000/aix43.h:28 config/rs6000/aix51.h:27 config/rs6000/aix52.h:27
11815 msgid "Compile for 64-bit pointers"
11816 msgstr ""
11818 #: config/rs6000/aix43.h:30 config/rs6000/aix51.h:29 config/rs6000/aix52.h:29
11819 msgid "Compile for 32-bit pointers"
11820 msgstr ""
11822 #: config/rs6000/aix43.h:49 config/rs6000/aix51.h:48 config/rs6000/aix52.h:48
11823 msgid "-maix64 and POWER architecture are incompatible"
11824 msgstr ""
11826 #: config/rs6000/aix43.h:54 config/rs6000/aix51.h:53 config/rs6000/aix52.h:53
11827 msgid "-maix64 requires PowerPC64 architecture remain enabled"
11828 msgstr ""
11830 #: config/rs6000/aix43.h:58 config/rs6000/aix51.h:57 config/rs6000/aix52.h:57
11831 msgid ""
11832 "-maix64 required: 64-bit computation with 32-bit addressing not yet supported"
11833 msgstr ""
11835 #: config/rs6000/darwin.h:69 config/rs6000/sysv4.h:153
11836 msgid "Generate 64-bit code"
11837 msgstr ""
11839 #: config/rs6000/darwin.h:71 config/rs6000/sysv4.h:155
11840 msgid "Generate 32-bit code"
11841 msgstr ""
11843 #: config/rs6000/darwin.h:73
11844 msgid "Generate code suitable for executables (NOT shared libs)"
11845 msgstr ""
11847 #. The Darwin ABI always includes AltiVec, can't be (validly) turned
11848 #. off.
11849 #: config/rs6000/darwin.h:89
11850 msgid "-mdynamic-no-pic overrides -fpic or -fPIC"
11851 msgstr ""
11853 #. Darwin doesn't support -fpic.
11854 #: config/rs6000/darwin.h:95
11855 msgid "-fpic is not supported; -fPIC assumed"
11856 msgstr ""
11858 #: config/rs6000/darwin.h:113
11859 msgid "-m64 requires PowerPC64 architecture, enabling"
11860 msgstr ""
11862 #. See note below.
11863 #. if (rs6000_long_double_size_string == NULL)
11864 #. rs6000_long_double_type_size = 128;
11865 #: config/rs6000/eabispe.h:45 config/rs6000/linuxspe.h:62
11866 msgid "-m64 not supported in this configuration"
11867 msgstr ""
11869 #: config/rs6000/linux64.h:109
11870 msgid "-m64 requires a PowerPC64 cpu"
11871 msgstr ""
11873 #: config/rs6000/linux64.h:221
11874 msgid "Call mcount for profiling before a function prologue"
11875 msgstr ""
11877 #: config/rs6000/linux64.h:223
11878 msgid "Call mcount for profiling after a function prologue"
11879 msgstr ""
11881 #. Run-time compilation parameters selecting different hardware subsets.
11883 #. Macro to define tables used to set the flags.
11884 #. This is a list in braces of pairs in braces,
11885 #. each pair being { "NAME", VALUE }
11886 #. where VALUE is the bits to set or minus the bits to clear.
11887 #. An empty string NAME is used to identify the default VALUE.
11888 #: config/rs6000/rs6000.h:277
11889 msgid "Use POWER instruction set"
11890 msgstr ""
11892 #: config/rs6000/rs6000.h:280
11893 msgid "Use POWER2 instruction set"
11894 msgstr ""
11896 #: config/rs6000/rs6000.h:282
11897 msgid "Do not use POWER2 instruction set"
11898 msgstr ""
11900 #: config/rs6000/rs6000.h:285
11901 msgid "Do not use POWER instruction set"
11902 msgstr ""
11904 #: config/rs6000/rs6000.h:287
11905 msgid "Use PowerPC instruction set"
11906 msgstr ""
11908 #: config/rs6000/rs6000.h:290
11909 msgid "Do not use PowerPC instruction set"
11910 msgstr ""
11912 #: config/rs6000/rs6000.h:292
11913 msgid "Use PowerPC General Purpose group optional instructions"
11914 msgstr ""
11916 #: config/rs6000/rs6000.h:294
11917 msgid "Do not use PowerPC General Purpose group optional instructions"
11918 msgstr ""
11920 #: config/rs6000/rs6000.h:296
11921 msgid "Use PowerPC Graphics group optional instructions"
11922 msgstr ""
11924 #: config/rs6000/rs6000.h:298
11925 msgid "Do not use PowerPC Graphics group optional instructions"
11926 msgstr ""
11928 #: config/rs6000/rs6000.h:300
11929 msgid "Use PowerPC-64 instruction set"
11930 msgstr ""
11932 #: config/rs6000/rs6000.h:302
11933 msgid "Do not use PowerPC-64 instruction set"
11934 msgstr ""
11936 #: config/rs6000/rs6000.h:304
11937 msgid "Use AltiVec instructions"
11938 msgstr ""
11940 #: config/rs6000/rs6000.h:306
11941 msgid "Do not use AltiVec instructions"
11942 msgstr ""
11944 #: config/rs6000/rs6000.h:308
11945 msgid "Use new mnemonics for PowerPC architecture"
11946 msgstr ""
11948 #: config/rs6000/rs6000.h:310
11949 msgid "Use old mnemonics for PowerPC architecture"
11950 msgstr ""
11952 #: config/rs6000/rs6000.h:313
11953 msgid "Put everything in the regular TOC"
11954 msgstr ""
11956 #: config/rs6000/rs6000.h:315
11957 msgid "Place floating point constants in TOC"
11958 msgstr ""
11960 #: config/rs6000/rs6000.h:317
11961 msgid "Do not place floating point constants in TOC"
11962 msgstr ""
11964 #: config/rs6000/rs6000.h:319
11965 msgid "Place symbol+offset constants in TOC"
11966 msgstr ""
11968 #: config/rs6000/rs6000.h:321
11969 msgid "Do not place symbol+offset constants in TOC"
11970 msgstr ""
11972 #: config/rs6000/rs6000.h:327
11973 msgid "Place variable addresses in the regular TOC"
11974 msgstr ""
11976 #: config/rs6000/rs6000.h:333
11977 msgid "Generate load/store multiple instructions"
11978 msgstr ""
11980 #: config/rs6000/rs6000.h:335
11981 msgid "Do not generate load/store multiple instructions"
11982 msgstr ""
11984 #: config/rs6000/rs6000.h:337
11985 msgid "Generate string instructions for block moves"
11986 msgstr ""
11988 #: config/rs6000/rs6000.h:339
11989 msgid "Do not generate string instructions for block moves"
11990 msgstr ""
11992 #: config/rs6000/rs6000.h:341
11993 msgid "Generate load/store with update instructions"
11994 msgstr ""
11996 #: config/rs6000/rs6000.h:343
11997 msgid "Do not generate load/store with update instructions"
11998 msgstr ""
12000 #: config/rs6000/rs6000.h:347
12001 msgid "Do not generate fused multiply/add instructions"
12002 msgstr ""
12004 #: config/rs6000/rs6000.h:351
12005 msgid "Do not schedule the start and end of the procedure"
12006 msgstr ""
12008 #: config/rs6000/rs6000.h:357
12009 msgid "Return all structures in memory (AIX default)"
12010 msgstr ""
12012 #: config/rs6000/rs6000.h:359
12013 msgid "Return small structures in registers (SVR4 default)"
12014 msgstr ""
12016 #: config/rs6000/rs6000.h:365
12017 msgid "Generate single field mfcr instruction"
12018 msgstr ""
12020 #: config/rs6000/rs6000.h:367
12021 msgid "Do not generate single field mfcr instruction"
12022 msgstr ""
12024 #: config/rs6000/rs6000.h:451 config/sparc/sparc.h:715
12025 msgid "Use features of and schedule code for given CPU"
12026 msgstr ""
12028 #: config/rs6000/rs6000.h:454
12029 msgid "Enable debug output"
12030 msgstr ""
12032 #: config/rs6000/rs6000.h:456
12033 msgid "Select full, part, or no traceback table"
12034 msgstr ""
12036 #: config/rs6000/rs6000.h:457
12037 msgid "Specify ABI to use"
12038 msgstr ""
12040 #: config/rs6000/rs6000.h:459
12041 msgid "Specify size of long double (64 or 128 bits)"
12042 msgstr ""
12044 #: config/rs6000/rs6000.h:461
12045 msgid "Specify yes/no if isel instructions should be generated"
12046 msgstr ""
12048 #: config/rs6000/rs6000.h:463
12049 msgid "Specify yes/no if SPE SIMD instructions should be generated"
12050 msgstr ""
12052 #: config/rs6000/rs6000.h:465
12053 msgid "Specify yes/no if using floating point in the GPRs"
12054 msgstr ""
12056 #: config/rs6000/rs6000.h:467
12057 msgid "Specify yes/no if VRSAVE instructions should be generated for AltiVec"
12058 msgstr ""
12060 #: config/rs6000/rs6000.h:469
12061 msgid "Avoid all range limits on call instructions"
12062 msgstr ""
12064 #: config/rs6000/rs6000.h:472
12065 msgid "Warn about deprecated 'vector long ...' AltiVec type usage"
12066 msgstr ""
12068 #: config/rs6000/rs6000.h:475
12069 msgid "Determine which dependences between insns are considered costly"
12070 msgstr ""
12072 #: config/rs6000/rs6000.h:477
12073 msgid "Specify which post scheduling nop insertion scheme to apply"
12074 msgstr ""
12076 #: config/rs6000/rs6000.h:479
12077 msgid "Specify alignment of structure fields default/natural"
12078 msgstr ""
12080 #: config/rs6000/rs6000.h:481
12081 msgid "Specify scheduling priority for dispatch slot restricted insns"
12082 msgstr ""
12084 #. Definitions for __builtin_return_address and __builtin_frame_address.
12085 #. __builtin_return_address (0) should give link register (65), enable
12086 #. this.
12087 #. This should be uncommented, so that the link register is used, but
12088 #. currently this would result in unmatched insns and spilling fixed
12089 #. registers so we'll leave it for another day.  When these problems are
12090 #. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX.
12091 #. (mrs)
12092 #. #define RETURN_ADDR_IN_PREVIOUS_FRAME
12093 #. Number of bytes into the frame return addresses can be found.  See
12094 #. rs6000_stack_info in rs6000.c for more information on how the different
12095 #. abi's store the return address.
12096 #: config/rs6000/rs6000.h:1830
12097 msgid "RETURN_ADDRESS_OFFSET not supported"
12098 msgstr ""
12100 #: config/rs6000/sysv4.h:87
12101 msgid "Select ABI calling convention"
12102 msgstr ""
12104 #: config/rs6000/sysv4.h:88
12105 msgid "Select method for sdata handling"
12106 msgstr ""
12108 #: config/rs6000/sysv4.h:100
12109 msgid "Align to the base type of the bit-field"
12110 msgstr ""
12112 #: config/rs6000/sysv4.h:102
12113 msgid "Don't align to the base type of the bit-field"
12114 msgstr ""
12116 #: config/rs6000/sysv4.h:104
12117 msgid "Don't assume that unaligned accesses are handled by the system"
12118 msgstr ""
12120 #: config/rs6000/sysv4.h:106
12121 msgid "Assume that unaligned accesses are handled by the system"
12122 msgstr ""
12124 #: config/rs6000/sysv4.h:108 config/rs6000/sysv4.h:112
12125 msgid "Produce code relocatable at runtime"
12126 msgstr ""
12128 #: config/rs6000/sysv4.h:110 config/rs6000/sysv4.h:114
12129 msgid "Don't produce code relocatable at runtime"
12130 msgstr ""
12132 #: config/rs6000/sysv4.h:116 config/rs6000/sysv4.h:118
12133 msgid "Produce little endian code"
12134 msgstr ""
12136 #: config/rs6000/sysv4.h:120 config/rs6000/sysv4.h:122
12137 msgid "Produce big endian code"
12138 msgstr ""
12140 #: config/rs6000/sysv4.h:123 config/rs6000/sysv4.h:124
12141 #: config/rs6000/sysv4.h:125 config/rs6000/sysv4.h:126
12142 #: config/rs6000/sysv4.h:127 config/rs6000/sysv4.h:128
12143 #: config/rs6000/sysv4.h:138 config/rs6000/sysv4.h:139
12144 #: config/rs6000/sysv4.h:151 config/rs6000/sysv4.h:157
12145 msgid "no description yet"
12146 msgstr ""
12148 #: config/rs6000/sysv4.h:129
12149 msgid "Use EABI"
12150 msgstr ""
12152 #: config/rs6000/sysv4.h:130
12153 msgid "Don't use EABI"
12154 msgstr ""
12156 #: config/rs6000/sysv4.h:133
12157 msgid "Do not allow bit-fields to cross word boundaries"
12158 msgstr ""
12160 #: config/rs6000/sysv4.h:135
12161 msgid "Use alternate register names"
12162 msgstr ""
12164 #: config/rs6000/sysv4.h:137
12165 msgid "Don't use alternate register names"
12166 msgstr ""
12168 #: config/rs6000/sysv4.h:141
12169 msgid "Link with libsim.a, libc.a and sim-crt0.o"
12170 msgstr ""
12172 #: config/rs6000/sysv4.h:143
12173 msgid "Link with libads.a, libc.a and crt0.o"
12174 msgstr ""
12176 #: config/rs6000/sysv4.h:145
12177 msgid "Link with libyk.a, libc.a and crt0.o"
12178 msgstr ""
12180 #: config/rs6000/sysv4.h:147
12181 msgid "Link with libmvme.a, libc.a and crt0.o"
12182 msgstr ""
12184 #: config/rs6000/sysv4.h:149
12185 msgid "Set the PPC_EMB bit in the ELF flags header"
12186 msgstr ""
12188 #: config/rs6000/sysv4.h:150
12189 msgid "Use the WindISS simulator"
12190 msgstr ""
12192 #. Sometimes certain combinations of command options do not make sense
12193 #. on a particular target machine.  You can define a macro
12194 #. `OVERRIDE_OPTIONS' to take account of this.  This macro, if
12195 #. defined, is executed once just after all the command options have
12196 #. been parsed.
12198 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
12199 #. get control.
12200 #: config/rs6000/sysv4.h:219
12201 #, c-format
12202 msgid "bad value for -mcall-%s"
12203 msgstr ""
12205 #: config/rs6000/sysv4.h:235
12206 #, c-format
12207 msgid "bad value for -msdata=%s"
12208 msgstr ""
12210 #: config/rs6000/sysv4.h:252
12211 #, c-format
12212 msgid "-mrelocatable and -msdata=%s are incompatible"
12213 msgstr ""
12215 #: config/rs6000/sysv4.h:261
12216 #, c-format
12217 msgid "-f%s and -msdata=%s are incompatible"
12218 msgstr ""
12220 #: config/rs6000/sysv4.h:270
12221 #, c-format
12222 msgid "-msdata=%s and -mcall-%s are incompatible"
12223 msgstr ""
12225 #: config/rs6000/sysv4.h:279
12226 msgid "-mrelocatable and -mno-minimal-toc are incompatible"
12227 msgstr ""
12229 #: config/rs6000/sysv4.h:285
12230 #, c-format
12231 msgid "-mrelocatable and -mcall-%s are incompatible"
12232 msgstr ""
12234 #: config/rs6000/sysv4.h:292
12235 #, c-format
12236 msgid "-fPIC and -mcall-%s are incompatible"
12237 msgstr ""
12239 #: config/rs6000/sysv4.h:299
12240 msgid "-mcall-aixdesc must be big endian"
12241 msgstr ""
12243 #: config/rs6000/sysv4.h:314
12244 #, c-format
12245 msgid "-m%s not supported in this configuration"
12246 msgstr ""
12248 #: config/s390/s390.c:1406
12249 #, c-format
12250 msgid "Unknown cpu used in -march=%s."
12251 msgstr ""
12253 #: config/s390/s390.c:1425
12254 #, c-format
12255 msgid "Unknown cpu used in -mtune=%s."
12256 msgstr ""
12258 #: config/s390/s390.c:1430
12259 #, c-format
12260 msgid "z/Architecture mode not supported on %s."
12261 msgstr ""
12263 #: config/s390/s390.c:1432
12264 msgid "64-bit ABI not supported in ESA/390 mode."
12265 msgstr ""
12267 #: config/s390/s390.c:1443
12268 msgid ""
12269 "-mbackchain -mpacked-stack -mhard-float are not supported in combination."
12270 msgstr ""
12272 #: config/s390/s390.c:1450
12273 msgid "invalid value for -mwarn-framesize"
12274 msgstr ""
12276 #: config/s390/s390.c:1460
12277 msgid "invalid value for -mstack-size"
12278 msgstr ""
12280 #: config/s390/s390.c:1463
12281 msgid "stack size must be an exact power of 2"
12282 msgstr ""
12284 #: config/s390/s390.c:1469
12285 msgid "invalid value for -mstack-guard"
12286 msgstr ""
12288 #: config/s390/s390.c:1472
12289 msgid "stack size must be greater than the stack guard value"
12290 msgstr ""
12292 #: config/s390/s390.c:1475
12293 msgid "stack guard value must be an exact power of 2"
12294 msgstr ""
12296 #: config/s390/s390.c:1478
12297 msgid "-mstack-size implies use of -mstack-guard"
12298 msgstr ""
12300 #: config/s390/s390.c:1482
12301 msgid "-mstack-guard implies use of -mstack-size"
12302 msgstr ""
12304 #: config/s390/s390.c:4310
12305 msgid "Cannot decompose address."
12306 msgstr ""
12308 #: config/s390/s390.c:4502
12309 msgid "UNKNOWN in print_operand !?"
12310 msgstr ""
12312 #: config/s390/s390.c:6549
12313 msgid "Total size of local variables exceeds architecture limit."
12314 msgstr ""
12316 #: config/s390/s390.c:7085
12317 #, c-format
12318 msgid "frame size of %qs is "
12319 msgstr ""
12321 #: config/s390/s390.c:7085
12322 msgid " bytes"
12323 msgstr ""
12325 #: config/s390/s390.c:7089
12326 #, c-format
12327 msgid "%qs uses dynamic stack allocation"
12328 msgstr ""
12330 #: config/s390/s390.h:136
12331 msgid "Use bras for executable < 64k"
12332 msgstr ""
12334 #: config/s390/s390.h:137
12335 msgid "Don't use bras"
12336 msgstr ""
12338 #: config/s390/s390.h:138
12339 msgid "Additional debug prints"
12340 msgstr ""
12342 #: config/s390/s390.h:139
12343 msgid "Don't print additional debug prints"
12344 msgstr ""
12346 #: config/s390/s390.h:140
12347 msgid "64 bit ABI"
12348 msgstr ""
12350 #: config/s390/s390.h:141
12351 msgid "31 bit ABI"
12352 msgstr ""
12354 #: config/s390/s390.h:142
12355 msgid "z/Architecture"
12356 msgstr ""
12358 #: config/s390/s390.h:143
12359 msgid "ESA/390 architecture"
12360 msgstr ""
12362 #: config/s390/s390.h:144
12363 msgid "mvcle use"
12364 msgstr ""
12366 #: config/s390/s390.h:145
12367 msgid "mvc&ex"
12368 msgstr ""
12370 #: config/s390/s390.h:146
12371 msgid "Enable tpf OS tracing code"
12372 msgstr ""
12374 #: config/s390/s390.h:147
12375 msgid "Disable tpf OS tracing code"
12376 msgstr ""
12378 #: config/s390/s390.h:148
12379 msgid "Disable fused multiply/add instructions"
12380 msgstr ""
12382 #: config/s390/s390.h:149
12383 msgid "Enable fused multiply/add instructions"
12384 msgstr ""
12386 #: config/s390/s390.h:150
12387 msgid "Maintain backchain pointer"
12388 msgstr ""
12390 #: config/s390/s390.h:151
12391 msgid "Don't maintain backchain pointer"
12392 msgstr ""
12394 #: config/s390/s390.h:152
12395 msgid "Use packed stack layout"
12396 msgstr ""
12398 #: config/s390/s390.h:153
12399 msgid "Don't use packed stack layout"
12400 msgstr ""
12402 #: config/s390/s390.h:162
12403 msgid "Warn if a single function's framesize exceeds the given framesize"
12404 msgstr ""
12406 #: config/s390/s390.h:165
12407 msgid "Warn if a function uses alloca or creates an array with dynamic size"
12408 msgstr ""
12410 #: config/s390/s390.h:168
12411 msgid ""
12412 "Emit extra code in the function prologue in order to trap if the stacksize "
12413 "exceeds the given limit"
12414 msgstr ""
12416 #: config/s390/s390.h:171
12417 msgid ""
12418 "Set the max. number of bytes which has to be left to stack size before a "
12419 "trap instruction is triggered"
12420 msgstr ""
12422 #: config/sh/sh.c:6201
12423 msgid "__builtin_saveregs not supported by this subtarget"
12424 msgstr ""
12426 #: config/sh/sh.c:7194
12427 msgid "attribute interrupt_handler is not compatible with -m5-compact"
12428 msgstr ""
12430 #. The sp_switch attribute only has meaning for interrupt functions.
12431 #. The trap_exit attribute only has meaning for interrupt functions.
12432 #: config/sh/sh.c:7216 config/sh/sh.c:7251
12433 #, c-format
12434 msgid "%qs attribute only applies to interrupt functions"
12435 msgstr ""
12437 #. The argument must be a constant string.
12438 #: config/sh/sh.c:7223
12439 #, c-format
12440 msgid "%qs attribute argument not a string constant"
12441 msgstr ""
12443 #. The argument must be a constant integer.
12444 #: config/sh/sh.c:7258
12445 #, c-format
12446 msgid "%qs attribute argument not an integer constant"
12447 msgstr ""
12449 #: config/sh/symbian.c:147
12450 msgid ""
12451 "%H function '%D' is defined after prior declaration as dllimport: attribute "
12452 "ignored"
12453 msgstr ""
12455 #: config/sh/symbian.c:158
12456 msgid "%Hinline function '%D' is declared as dllimport: attribute ignored."
12457 msgstr ""
12459 #: config/sh/symbian.c:171
12460 msgid "%Hdefinition of static data member '%D' of dllimport'd class."
12461 msgstr ""
12463 #: config/sh/symbian.c:286
12464 msgid ""
12465 "%Hfailure in redeclaration of '%D': dllimport'd symbol lacks external "
12466 "linkage."
12467 msgstr ""
12469 #: config/sh/symbian.c:332
12470 msgid "%H%s '%D' %s after being referenced with dllimport linkage."
12471 msgstr ""
12473 #: config/sh/symbian.c:436
12474 msgid "%Hvariable %qD definition is marked dllimport."
12475 msgstr ""
12477 #: config/sh/symbian.c:511
12478 msgid "%Hexternal linkage required for symbol '%D' because of '%s' attribute."
12479 msgstr ""
12481 #: config/sh/symbian.c:892 cp/tree.c:2286
12482 #, c-format
12483 msgid "lang_* check: failed in %s, at %s:%d"
12484 msgstr ""
12486 #. There are no delay slots on SHmedia.
12487 #. Relaxation isn't yet supported for SHmedia
12488 #. -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.
12489 #: config/sh/sh.h:754
12490 msgid "Profiling is not supported on this target."
12491 msgstr ""
12493 #: config/sparc/sparc.c:584
12494 #, c-format
12495 msgid "%s is not supported by this configuration"
12496 msgstr ""
12498 #: config/sparc/sparc.c:591
12499 msgid "-mlong-double-64 not allowed with -m64"
12500 msgstr ""
12502 #: config/sparc/sparc.c:616
12503 msgid "-mcmodel= is not supported on 32 bit systems"
12504 msgstr ""
12506 #: config/sparc/sparc.c:7325 config/sparc/sparc.c:7331
12507 #, c-format
12508 msgid "invalid %%Y operand"
12509 msgstr ""
12511 #: config/sparc/sparc.c:7401
12512 #, c-format
12513 msgid "invalid %%A operand"
12514 msgstr ""
12516 #: config/sparc/sparc.c:7411
12517 #, c-format
12518 msgid "invalid %%B operand"
12519 msgstr ""
12521 #: config/sparc/sparc.c:7450
12522 #, c-format
12523 msgid "invalid %%c operand"
12524 msgstr ""
12526 #: config/sparc/sparc.c:7451
12527 #, c-format
12528 msgid "invalid %%C operand"
12529 msgstr ""
12531 #: config/sparc/sparc.c:7472
12532 #, c-format
12533 msgid "invalid %%d operand"
12534 msgstr ""
12536 #: config/sparc/sparc.c:7473
12537 #, c-format
12538 msgid "invalid %%D operand"
12539 msgstr ""
12541 #: config/sparc/sparc.c:7489
12542 #, c-format
12543 msgid "invalid %%f operand"
12544 msgstr ""
12546 #: config/sparc/sparc.c:7503
12547 #, c-format
12548 msgid "invalid %%s operand"
12549 msgstr ""
12551 #: config/sparc/sparc.c:7557
12552 msgid "long long constant not a valid immediate operand"
12553 msgstr ""
12555 #: config/sparc/sparc.c:7560
12556 msgid "floating point constant not a valid immediate operand"
12557 msgstr ""
12559 #: config/sparc/freebsd.h:77 config/sparc/linux.h:91
12560 #: config/sparc/linux64.h:111 config/sparc/netbsd-elf.h:201
12561 msgid "Use 64 bit long doubles"
12562 msgstr ""
12564 #: config/sparc/freebsd.h:78 config/sparc/linux.h:92
12565 #: config/sparc/linux64.h:112 config/sparc/netbsd-elf.h:202
12566 msgid "Use 128 bit long doubles"
12567 msgstr ""
12569 #: config/sparc/sp64-elf.h:87
12570 msgid "Generate code for big endian"
12571 msgstr ""
12573 #: config/sparc/sp64-elf.h:88
12574 msgid "Generate code for little endian"
12575 msgstr ""
12577 #: config/sparc/sp86x-elf.h:61
12578 msgid "Use little-endian byte order for data"
12579 msgstr ""
12581 #: config/sparc/sparc.h:632
12582 msgid "Assume possible double misalignment"
12583 msgstr ""
12585 #: config/sparc/sparc.h:634
12586 msgid "Assume all doubles are aligned"
12587 msgstr ""
12589 #: config/sparc/sparc.h:636
12590 msgid "Pass -assert pure-text to linker"
12591 msgstr ""
12593 #: config/sparc/sparc.h:638
12594 msgid "Do not pass -assert pure-text to linker"
12595 msgstr ""
12597 #: config/sparc/sparc.h:640
12598 msgid "Use ABI reserved registers"
12599 msgstr ""
12601 #: config/sparc/sparc.h:642
12602 msgid "Do not use ABI reserved registers"
12603 msgstr ""
12605 #: config/sparc/sparc.h:644
12606 msgid "Use hardware quad fp instructions"
12607 msgstr ""
12609 #: config/sparc/sparc.h:646
12610 msgid "Do not use hardware quad fp instructions"
12611 msgstr ""
12613 #: config/sparc/sparc.h:648
12614 msgid "Compile for v8plus ABI"
12615 msgstr ""
12617 #: config/sparc/sparc.h:650
12618 msgid "Do not compile for v8plus ABI"
12619 msgstr ""
12621 #: config/sparc/sparc.h:652
12622 msgid "Utilize Visual Instruction Set"
12623 msgstr ""
12625 #: config/sparc/sparc.h:654
12626 msgid "Do not utilize Visual Instruction Set"
12627 msgstr ""
12629 #: config/sparc/sparc.h:656
12630 msgid "Pointers are 64-bit"
12631 msgstr ""
12633 #: config/sparc/sparc.h:658
12634 msgid "Pointers are 32-bit"
12635 msgstr ""
12637 #: config/sparc/sparc.h:660
12638 msgid "Use 32-bit ABI"
12639 msgstr ""
12641 #: config/sparc/sparc.h:662
12642 msgid "Use 64-bit ABI"
12643 msgstr ""
12645 #: config/sparc/sparc.h:664
12646 msgid "Use stack bias"
12647 msgstr ""
12649 #: config/sparc/sparc.h:666
12650 msgid "Do not use stack bias"
12651 msgstr ""
12653 #: config/sparc/sparc.h:668
12654 msgid "Use structs on stronger alignment for double-word copies"
12655 msgstr ""
12657 #: config/sparc/sparc.h:670
12658 msgid "Do not use structs on stronger alignment for double-word copies"
12659 msgstr ""
12661 #: config/sparc/sparc.h:672
12662 msgid "Optimize tail call instructions in assembler and linker"
12663 msgstr ""
12665 #: config/sparc/sparc.h:674
12666 msgid "Do not optimize tail call instructions in assembler or linker"
12667 msgstr ""
12669 #: config/sparc/sparc.h:719
12670 msgid "Use given SPARC code model"
12671 msgstr ""
12673 #: config/stormy16/stormy16.c:528
12674 msgid "Constant halfword load operand out of range."
12675 msgstr ""
12677 #: config/stormy16/stormy16.c:538
12678 msgid "Constant arithmetic operand out of range."
12679 msgstr ""
12681 #: config/stormy16/stormy16.c:1224
12682 msgid "Local variable memory requirements exceed capacity."
12683 msgstr ""
12685 #: config/stormy16/stormy16.c:1390
12686 msgid "function_profiler support"
12687 msgstr ""
12689 #: config/stormy16/stormy16.c:1479
12690 msgid "cannot use va_start in interrupt function"
12691 msgstr ""
12693 #: config/stormy16/stormy16.c:1921 config/stormy16/stormy16.c:1992
12694 msgid "'B' operand is not constant"
12695 msgstr ""
12697 #: config/stormy16/stormy16.c:1948
12698 msgid "'B' operand has multiple bits set"
12699 msgstr ""
12701 #: config/stormy16/stormy16.c:1974
12702 msgid "'o' operand is not constant"
12703 msgstr ""
12705 #: config/stormy16/stormy16.c:2006
12706 msgid "xstormy16_print_operand: unknown code"
12707 msgstr ""
12709 #: config/stormy16/stormy16.c:2052
12710 #, c-format
12711 msgid "switch statement of size %lu entries too large"
12712 msgstr ""
12714 #: config/stormy16/stormy16.c:2434
12715 msgid "%<__BELOW100__%> attribute only applies to variables"
12716 msgstr ""
12718 #: config/stormy16/stormy16.c:2441
12719 msgid "__BELOW100__ attribute not allowed with auto storage class."
12720 msgstr ""
12722 #: config/v850/v850-c.c:67
12723 msgid "#pragma GHS endXXXX found without previous startXXX"
12724 msgstr ""
12726 #: config/v850/v850-c.c:69
12727 msgid "#pragma GHS endXXX does not match previous startXXX"
12728 msgstr ""
12730 #: config/v850/v850-c.c:94
12731 msgid "cannot set interrupt attribute: no current function"
12732 msgstr ""
12734 #: config/v850/v850-c.c:102
12735 msgid "cannot set interrupt attribute: no such identifier"
12736 msgstr ""
12738 #: config/v850/v850-c.c:147
12739 msgid "junk at end of #pragma ghs section"
12740 msgstr ""
12742 #: config/v850/v850-c.c:164
12743 #, c-format
12744 msgid "unrecognized section name \"%s\""
12745 msgstr ""
12747 #: config/v850/v850-c.c:179
12748 msgid "malformed #pragma ghs section"
12749 msgstr ""
12751 #: config/v850/v850-c.c:198
12752 msgid "junk at end of #pragma ghs interrupt"
12753 msgstr ""
12755 #: config/v850/v850-c.c:209
12756 msgid "junk at end of #pragma ghs starttda"
12757 msgstr ""
12759 #: config/v850/v850-c.c:220
12760 msgid "junk at end of #pragma ghs startsda"
12761 msgstr ""
12763 #: config/v850/v850-c.c:231
12764 msgid "junk at end of #pragma ghs startzda"
12765 msgstr ""
12767 #: config/v850/v850-c.c:242
12768 msgid "junk at end of #pragma ghs endtda"
12769 msgstr ""
12771 #: config/v850/v850-c.c:253
12772 msgid "junk at end of #pragma ghs endsda"
12773 msgstr ""
12775 #: config/v850/v850-c.c:264
12776 msgid "junk at end of #pragma ghs endzda"
12777 msgstr ""
12779 #: config/v850/v850.c:168
12780 #, c-format
12781 msgid "%s=%s is not numeric"
12782 msgstr ""
12784 #: config/v850/v850.c:175
12785 #, c-format
12786 msgid "%s=%s is too large"
12787 msgstr ""
12789 #: config/v850/v850.c:339
12790 msgid "const_double_split got a bad insn:"
12791 msgstr ""
12793 #: config/v850/v850.c:904
12794 msgid "output_move_single:"
12795 msgstr ""
12797 #: config/v850/v850.c:2246
12798 msgid "%Jdata area attributes cannot be specified for local variables"
12799 msgstr ""
12801 #: config/v850/v850.c:2257
12802 msgid "%Jdata area of '%D' conflicts with previous declaration"
12803 msgstr ""
12805 #: config/v850/v850.c:2456
12806 #, c-format
12807 msgid "bogus JR construction: %d\n"
12808 msgstr ""
12810 #: config/v850/v850.c:2477 config/v850/v850.c:2680
12811 #, c-format
12812 msgid "bad amount of stack space removal: %d"
12813 msgstr ""
12815 #: config/v850/v850.c:2656
12816 #, c-format
12817 msgid "bogus JARL construction: %d\n"
12818 msgstr ""
12820 #: config/v850/v850.c:3026
12821 #, c-format
12822 msgid "Bogus DISPOSE construction: %d\n"
12823 msgstr ""
12825 #: config/v850/v850.c:3048
12826 #, c-format
12827 msgid "Too much stack space to dispose of: %d"
12828 msgstr ""
12830 #: config/v850/v850.c:3221
12831 #, c-format
12832 msgid "Bogus PREPEARE construction: %d\n"
12833 msgstr ""
12835 #: config/v850/v850.c:3243
12836 #, c-format
12837 msgid "Too much stack space to prepare: %d"
12838 msgstr ""
12840 #. Macro to define tables used to set the flags.
12841 #. This is a list in braces of pairs in braces,
12842 #. each pair being { "NAME", VALUE }
12843 #. where VALUE is the bits to set or minus the bits to clear.
12844 #. An empty string NAME is used to identify the default VALUE.
12845 #: config/v850/v850.h:174
12846 msgid "Support Green Hills ABI"
12847 msgstr ""
12849 #: config/v850/v850.h:177
12850 msgid "Prohibit PC relative function calls"
12851 msgstr ""
12853 #: config/v850/v850.h:180
12854 msgid "Reuse r30 on a per function basis"
12855 msgstr ""
12857 #: config/v850/v850.h:183
12858 msgid "Use stubs for function prologues"
12859 msgstr ""
12861 #: config/v850/v850.h:186
12862 msgid "Same as: -mep -mprolog-function"
12863 msgstr ""
12865 #: config/v850/v850.h:187
12866 msgid "Enable backend debugging"
12867 msgstr ""
12869 #: config/v850/v850.h:189
12870 msgid "Compile for the v850 processor"
12871 msgstr ""
12873 #: config/v850/v850.h:191
12874 msgid "Compile for v850e1 processor"
12875 msgstr ""
12877 #. Make sure that the other bits are cleared.
12878 #: config/v850/v850.h:193
12879 msgid "Compile for v850e processor"
12880 msgstr ""
12882 #. Make sure that the other bits are cleared.
12883 #: config/v850/v850.h:195
12884 msgid "Enable the use of the short load instructions"
12885 msgstr ""
12887 #: config/v850/v850.h:198
12888 msgid "Do not use the callt instruction"
12889 msgstr ""
12891 #: config/v850/v850.h:205
12892 msgid "Do not use registers r2 and r5"
12893 msgstr ""
12895 #: config/v850/v850.h:207
12896 msgid "Enforce strict alignment"
12897 msgstr ""
12899 #: config/v850/v850.h:210
12900 msgid "Use 4 byte entries in switch tables"
12901 msgstr ""
12903 #: config/v850/v850.h:236
12904 msgid "Set the max size of data eligible for the TDA area"
12905 msgstr ""
12907 #: config/v850/v850.h:239
12908 msgid "Set the max size of data eligible for the SDA area"
12909 msgstr ""
12911 #: config/v850/v850.h:242
12912 msgid "Set the max size of data eligible for the ZDA area"
12913 msgstr ""
12915 #: config/xtensa/xtensa.c:1014 config/xtensa/xtensa.c:1046
12916 #: config/xtensa/xtensa.c:1055
12917 msgid "bad test"
12918 msgstr ""
12920 #: config/xtensa/xtensa.c:1774
12921 msgid "boolean registers required for the floating-point option"
12922 msgstr ""
12924 #: config/xtensa/xtensa.c:1820
12925 #, c-format
12926 msgid "-f%s is not supported with CONST16 instructions"
12927 msgstr ""
12929 #: config/xtensa/xtensa.c:1825
12930 msgid "PIC is required but not supported with CONST16 instructions"
12931 msgstr ""
12933 #: config/xtensa/xtensa.c:1895
12934 #, c-format
12935 msgid "invalid %%D value"
12936 msgstr ""
12938 #: config/xtensa/xtensa.c:1932
12939 msgid "invalid mask"
12940 msgstr ""
12942 #: config/xtensa/xtensa.c:1958
12943 #, c-format
12944 msgid "invalid %%x value"
12945 msgstr ""
12947 #: config/xtensa/xtensa.c:1965
12948 #, c-format
12949 msgid "invalid %%d value"
12950 msgstr ""
12952 #: config/xtensa/xtensa.c:1986 config/xtensa/xtensa.c:1996
12953 #, c-format
12954 msgid "invalid %%t/%%b value"
12955 msgstr ""
12957 #: config/xtensa/xtensa.c:2038
12958 msgid "invalid address"
12959 msgstr ""
12961 #: config/xtensa/xtensa.c:2063
12962 msgid "no register in address"
12963 msgstr ""
12965 #: config/xtensa/xtensa.c:2071
12966 msgid "address offset not a constant"
12967 msgstr ""
12969 #: config/xtensa/xtensa.c:2672
12970 msgid "only uninitialized variables can be placed in a .bss section"
12971 msgstr ""
12973 #: config/xtensa/xtensa.h:79
12974 msgid "Use CONST16 instruction to load constants"
12975 msgstr ""
12977 #: config/xtensa/xtensa.h:81
12978 msgid "Use PC-relative L32R instruction to load constants"
12979 msgstr ""
12981 #: config/xtensa/xtensa.h:83
12982 msgid "Disable fused multiply/add and multiply/subtract FP instructions"
12983 msgstr ""
12985 #: config/xtensa/xtensa.h:85
12986 msgid "Enable fused multiply/add and multiply/subtract FP instructions"
12987 msgstr ""
12989 #: config/xtensa/xtensa.h:87
12990 msgid "Intersperse literal pools with code in the text section"
12991 msgstr ""
12993 #: config/xtensa/xtensa.h:89
12994 msgid "Put literal pools in a separate literal section"
12995 msgstr ""
12997 #: config/xtensa/xtensa.h:91
12998 msgid "Automatically align branch targets to reduce branch penalties"
12999 msgstr ""
13001 #: config/xtensa/xtensa.h:93
13002 msgid "Do not automatically align branch targets"
13003 msgstr ""
13005 #: config/xtensa/xtensa.h:95
13006 msgid "Use indirect CALLXn instructions for large programs"
13007 msgstr ""
13009 #: config/xtensa/xtensa.h:97
13010 msgid "Use direct CALLn instructions for fast calls"
13011 msgstr ""
13013 #: ada/misc.c:257
13014 #, c-format
13015 msgid "missing argument to \"-%s\""
13016 msgstr ""
13018 #: ada/misc.c:298
13019 msgid "%<-gnat%> misspelled as %<-gant%>"
13020 msgstr ""
13022 #: cp/call.c:288
13023 msgid "unable to call pointer to member function here"
13024 msgstr ""
13026 #: cp/call.c:2376
13027 msgid "%s %D(%T, %T, %T) <built-in>"
13028 msgstr ""
13030 #: cp/call.c:2381
13031 msgid "%s %D(%T, %T) <built-in>"
13032 msgstr ""
13034 #: cp/call.c:2385
13035 msgid "%s %D(%T) <built-in>"
13036 msgstr ""
13038 #: cp/call.c:2389
13039 msgid "%s %T <conversion>"
13040 msgstr ""
13042 #: cp/call.c:2391
13043 msgid "%J%s %+#D <near match>"
13044 msgstr ""
13046 #: cp/call.c:2393
13047 msgid "%J%s %+#D"
13048 msgstr ""
13050 #: cp/call.c:2428
13051 msgid "candidates are:"
13052 msgstr ""
13054 #: cp/call.c:2614
13055 msgid "conversion from %qT to %qT is ambiguous"
13056 msgstr ""
13058 #: cp/call.c:2767 cp/call.c:2825
13059 msgid "no matching function for call to %<%D(%A)%>"
13060 msgstr ""
13062 #: cp/call.c:2770 cp/call.c:2828
13063 msgid "call of overloaded %<%D(%A)%> is ambiguous"
13064 msgstr ""
13066 #. It's no good looking for an overloaded operator() on a
13067 #. pointer-to-member-function.
13068 #: cp/call.c:2896
13069 #, c-format
13070 msgid ""
13071 "pointer-to-member function %E cannot be called without an object; consider "
13072 "using .* or ->*"
13073 msgstr ""
13075 #: cp/call.c:2965
13076 msgid "no match for call to %<(%T) (%A)%>"
13077 msgstr ""
13079 #: cp/call.c:2974
13080 msgid "call of %<(%T) (%A)%> is ambiguous"
13081 msgstr ""
13083 #: cp/call.c:3012
13084 msgid "%s for ternary %<operator?:%> in %<%E ? %E : %E%>"
13085 msgstr ""
13087 #: cp/call.c:3018
13088 msgid "%s for %<operator%s%> in %<%E%s%>"
13089 msgstr ""
13091 #: cp/call.c:3022
13092 msgid "%s for %<operator[]%> in %<%E[%E]%>"
13093 msgstr ""
13095 #: cp/call.c:3027
13096 msgid "%s for %qs in %<%s %E%>"
13097 msgstr ""
13099 #: cp/call.c:3032
13100 msgid "%s for %<operator%s%> in %<%E %s %E%>"
13101 msgstr ""
13103 #: cp/call.c:3035
13104 msgid "%s for %<operator%s%> in %<%s%E%>"
13105 msgstr ""
13107 #: cp/call.c:3125
13108 msgid "ISO C++ forbids omitting the middle term of a ?: expression"
13109 msgstr ""
13111 #: cp/call.c:3202
13112 msgid "%qE has type %<void%> and is not a throw-expression"
13113 msgstr ""
13115 #: cp/call.c:3241 cp/call.c:3451
13116 msgid "operands to ?: have different types"
13117 msgstr ""
13119 #: cp/call.c:3405
13120 msgid "enumeral mismatch in conditional expression: %qT vs %qT"
13121 msgstr ""
13123 #: cp/call.c:3412
13124 msgid "enumeral and non-enumeral type in conditional expression"
13125 msgstr ""
13127 #: cp/call.c:3706
13128 msgid "no %<%D(int)%> declared for postfix %qs, trying prefix operator instead"
13129 msgstr ""
13131 #: cp/call.c:3759
13132 msgid "using synthesized %q#D for copy assignment"
13133 msgstr ""
13135 #: cp/call.c:3761
13136 msgid "  where cfront would use %q#D"
13137 msgstr ""
13139 #: cp/call.c:3793
13140 msgid "comparison between %q#T and %q#T"
13141 msgstr ""
13143 #: cp/call.c:4052
13144 msgid "no suitable %<operator %s> for %qT"
13145 msgstr ""
13147 #: cp/call.c:4069
13148 msgid "%q+#D is private"
13149 msgstr ""
13151 #: cp/call.c:4071
13152 msgid "%q+#D is protected"
13153 msgstr ""
13155 #: cp/call.c:4073
13156 msgid "%q+#D is inaccessible"
13157 msgstr ""
13159 #: cp/call.c:4074
13160 msgid "within this context"
13161 msgstr ""
13163 #: cp/call.c:4163 cp/cvt.c:263
13164 msgid "invalid conversion from %qT to %qT"
13165 msgstr ""
13167 #: cp/call.c:4165
13168 msgid "  initializing argument %P of %qD"
13169 msgstr ""
13171 #: cp/call.c:4177
13172 msgid "passing NULL to non-pointer argument %P of %qD"
13173 msgstr ""
13175 #: cp/call.c:4180
13176 msgid "converting to non-pointer type %qT from NULL"
13177 msgstr ""
13179 #: cp/call.c:4188
13180 msgid "passing %qT for argument %P to %qD"
13181 msgstr ""
13183 #: cp/call.c:4191
13184 msgid "converting to %qT from %qT"
13185 msgstr ""
13187 #: cp/call.c:4200
13188 msgid "passing negative value %qE for argument %P to %qD"
13189 msgstr ""
13191 #: cp/call.c:4203
13192 msgid "converting negative value %qE to %qT"
13193 msgstr ""
13195 #: cp/call.c:4345
13196 msgid "cannot bind bitfield %qE to %qT"
13197 msgstr ""
13199 #: cp/call.c:4348 cp/call.c:4364
13200 msgid "cannot bind packed field %qE to %qT"
13201 msgstr ""
13203 #: cp/call.c:4351
13204 msgid "cannot bind rvalue %qE to %qT"
13205 msgstr ""
13207 #: cp/call.c:4460
13208 msgid ""
13209 "cannot pass objects of non-POD type %q#T through %<...%>; call will abort at "
13210 "runtime"
13211 msgstr ""
13213 #. Undefined behavior [expr.call] 5.2.2/7.
13214 #: cp/call.c:4486
13215 msgid ""
13216 "cannot receive objects of non-POD type %q#T through %<...%>; call will abort "
13217 "at runtime"
13218 msgstr ""
13220 #: cp/call.c:4529
13221 msgid "the default argument for parameter %d of %qD has not yet been parsed"
13222 msgstr ""
13224 #: cp/call.c:4734
13225 msgid "passing %qT as %<this%> argument of %q#D discards qualifiers"
13226 msgstr ""
13228 #: cp/call.c:4753
13229 msgid "%qT is not an accessible base of %qT"
13230 msgstr ""
13232 #: cp/call.c:5003
13233 msgid "could not find class$ field in java interface type %qT"
13234 msgstr ""
13236 #: cp/call.c:5263
13237 msgid "call to non-function %qD"
13238 msgstr ""
13240 #: cp/call.c:5288
13241 msgid "request for member %qD in %qE, which is of non-aggregate type %qT"
13242 msgstr ""
13244 #: cp/call.c:5367
13245 msgid "no matching function for call to %<%T::%s(%A)%#V%>"
13246 msgstr ""
13248 #: cp/call.c:5385
13249 msgid "call of overloaded %<%s(%A)%> is ambiguous"
13250 msgstr ""
13252 #: cp/call.c:5409
13253 msgid "cannot call member function %qD without object"
13254 msgstr ""
13256 #: cp/call.c:6014
13257 msgid "passing %qT chooses %qT over %qT"
13258 msgstr ""
13260 #: cp/call.c:6016 cp/name-lookup.c:4104
13261 msgid "  in call to %qD"
13262 msgstr ""
13264 #: cp/call.c:6073
13265 msgid "choosing %qD over %qD"
13266 msgstr ""
13268 #: cp/call.c:6074
13269 msgid "  for conversion from %qT to %qT"
13270 msgstr ""
13272 #: cp/call.c:6076
13273 msgid "  because conversion sequence for the argument is better"
13274 msgstr ""
13276 #: cp/call.c:6197
13277 msgid ""
13278 "ISO C++ says that these are ambiguous, even though the worst conversion for "
13279 "the first is better than the worst conversion for the second:"
13280 msgstr ""
13282 #: cp/call.c:6201
13283 msgid "candidate 1:"
13284 msgstr ""
13286 #: cp/call.c:6202
13287 msgid "candidate 2:"
13288 msgstr ""
13290 #: cp/call.c:6338
13291 msgid "could not convert %qE to %qT"
13292 msgstr ""
13294 #: cp/call.c:6469
13295 msgid ""
13296 "invalid initialization of non-const reference of type %qT from a temporary "
13297 "of type %qT"
13298 msgstr ""
13300 #: cp/call.c:6473
13301 msgid ""
13302 "invalid initialization of reference of type %qT from expression of type %qT"
13303 msgstr ""
13305 #: cp/class.c:272
13306 msgid "cannot convert from base %qT to derived type %qT via virtual base %qT"
13307 msgstr ""
13309 #: cp/class.c:929
13310 msgid "Java class %qT cannot have a destructor"
13311 msgstr ""
13313 #: cp/class.c:931
13314 msgid "Java class %qT cannot have an implicit non-trivial destructor"
13315 msgstr ""
13317 #: cp/class.c:1031
13318 msgid "%q#D and %q#D cannot be overloaded"
13319 msgstr ""
13321 #: cp/class.c:1088
13322 msgid "conflicting access specifications for method %qD, ignored"
13323 msgstr ""
13325 #: cp/class.c:1091
13326 #, c-format
13327 msgid "conflicting access specifications for field %qE, ignored"
13328 msgstr ""
13330 #: cp/class.c:1141
13331 msgid "%qD names constructor"
13332 msgstr ""
13334 #: cp/class.c:1146
13335 msgid "%qD invalid in %qT"
13336 msgstr ""
13338 #: cp/class.c:1154
13339 msgid "no members matching %qD in %q#T"
13340 msgstr ""
13342 #: cp/class.c:1186 cp/class.c:1194
13343 msgid "%qD invalid in %q#T"
13344 msgstr ""
13346 #: cp/class.c:1187
13347 msgid "  because of local method %q#D with same name"
13348 msgstr ""
13350 #: cp/class.c:1195
13351 msgid "  because of local member %q#D with same name"
13352 msgstr ""
13354 #: cp/class.c:1237
13355 msgid "base class %q#T has a non-virtual destructor"
13356 msgstr ""
13358 #: cp/class.c:1551
13359 msgid "all member functions in class %qT are private"
13360 msgstr ""
13362 #: cp/class.c:1562
13363 msgid "%q#T only defines a private destructor and has no friends"
13364 msgstr ""
13366 #: cp/class.c:1602
13367 msgid "%q#T only defines private constructors and has no friends"
13368 msgstr ""
13370 #: cp/class.c:1935
13371 msgid "no unique final overrider for %qD in %qT"
13372 msgstr ""
13374 #. Here we know it is a hider, and no overrider exists.
13375 #: cp/class.c:2409
13376 msgid "%qD was hidden"
13377 msgstr ""
13379 #: cp/class.c:2410
13380 msgid "  by %qD"
13381 msgstr ""
13383 #: cp/class.c:2451 cp/decl2.c:1100
13384 msgid "%q#D invalid; an anonymous union can only have non-static data members"
13385 msgstr ""
13387 #: cp/class.c:2458 cp/decl2.c:1107
13388 msgid "private member %q#D in anonymous union"
13389 msgstr ""
13391 #: cp/class.c:2461 cp/decl2.c:1109
13392 msgid "protected member %q#D in anonymous union"
13393 msgstr ""
13395 #: cp/class.c:2628
13396 msgid "bit-field %q#D with non-integral type"
13397 msgstr ""
13399 #: cp/class.c:2645
13400 msgid "bit-field %qD width not an integer constant"
13401 msgstr ""
13403 #: cp/class.c:2651
13404 msgid "negative width in bit-field %qD"
13405 msgstr ""
13407 #: cp/class.c:2656
13408 msgid "zero width for bit-field %qD"
13409 msgstr ""
13411 #: cp/class.c:2662
13412 msgid "width of %qD exceeds its type"
13413 msgstr ""
13415 #: cp/class.c:2671
13416 msgid "%qD is too small to hold all values of %q#T"
13417 msgstr ""
13419 #: cp/class.c:2731
13420 msgid "member %q#D with constructor not allowed in union"
13421 msgstr ""
13423 #: cp/class.c:2734
13424 msgid "member %q#D with destructor not allowed in union"
13425 msgstr ""
13427 #: cp/class.c:2737
13428 msgid "member %q#D with copy assignment operator not allowed in union"
13429 msgstr ""
13431 #: cp/class.c:2760
13432 msgid "multiple fields in union %qT initialized"
13433 msgstr ""
13435 #: cp/class.c:2821
13436 msgid "ignoring packed attribute on unpacked non-POD field %q#D"
13437 msgstr ""
13439 #: cp/class.c:2881
13440 msgid "%qD may not be static because it is a member of a union"
13441 msgstr ""
13443 #: cp/class.c:2886
13444 msgid "%qD may not have reference type %qT because it is a member of a union"
13445 msgstr ""
13447 #: cp/class.c:2895
13448 msgid "field %qD in local class cannot be static"
13449 msgstr ""
13451 #: cp/class.c:2901
13452 msgid "field %qD invalidly declared function type"
13453 msgstr ""
13455 #: cp/class.c:2907
13456 msgid "field %qD invalidly declared method type"
13457 msgstr ""
13459 #: cp/class.c:2939
13460 msgid "non-static reference %q#D in class without a constructor"
13461 msgstr ""
13463 #: cp/class.c:2986
13464 msgid "non-static const member %q#D in class without a constructor"
13465 msgstr ""
13467 #: cp/class.c:3001
13468 msgid "field %q#D with same name as class"
13469 msgstr ""
13471 #: cp/class.c:3034
13472 msgid "%q#T has pointer data members"
13473 msgstr ""
13475 #: cp/class.c:3038
13476 msgid "  but does not override %<%T(const %T&)%>"
13477 msgstr ""
13479 #: cp/class.c:3040
13480 msgid "  or %<operator=(const %T&)%>"
13481 msgstr ""
13483 #: cp/class.c:3043
13484 msgid "  but does not override %<operator=(const %T&)%>"
13485 msgstr ""
13487 #: cp/class.c:3476
13488 msgid ""
13489 "offset of empty base %qT may not be ABI-compliant and maychange in a future "
13490 "version of GCC"
13491 msgstr ""
13493 #: cp/class.c:3588
13494 msgid "class %qT will be considered nearly empty in a future version of GCC"
13495 msgstr ""
13497 #: cp/class.c:3670
13498 msgid "initializer specified for non-virtual method %qD"
13499 msgstr ""
13501 #: cp/class.c:4333
13502 msgid ""
13503 "offset of virtual base %qT is not ABI-compliant and may change in a future "
13504 "version of GCC"
13505 msgstr ""
13507 #: cp/class.c:4432
13508 msgid "direct base %qT inaccessible in %qT due to ambiguity"
13509 msgstr ""
13511 #: cp/class.c:4444
13512 msgid "virtual base %qT inaccessible in %qT due to ambiguity"
13513 msgstr ""
13515 #: cp/class.c:4621
13516 msgid ""
13517 "size assigned to %qT may not be ABI-compliant and may change in a future "
13518 "version of GCC"
13519 msgstr ""
13521 #. Versions of G++ before G++ 3.4 did not reset the
13522 #. DECL_MODE.
13523 #: cp/class.c:4660
13524 msgid ""
13525 "the offset of %qD may not be ABI-compliant and may change in a future "
13526 "version of GCC"
13527 msgstr ""
13529 #: cp/class.c:4683
13530 msgid ""
13531 "offset of %qD is not ABI-compliant and may change in a future version of GCC"
13532 msgstr ""
13534 #: cp/class.c:4693
13535 msgid ""
13536 "%qD contains empty classes which may cause base classes to be placed at "
13537 "different locations in a future version of GCC"
13538 msgstr ""
13540 #: cp/class.c:4753
13541 msgid ""
13542 "layout of classes derived from empty class %qT may change in a future "
13543 "version of GCC"
13544 msgstr ""
13546 #: cp/class.c:4894 cp/parser.c:12849
13547 msgid "redefinition of %q#T"
13548 msgstr ""
13550 #: cp/class.c:5042
13551 msgid "%q#T has virtual functions but non-virtual destructor"
13552 msgstr ""
13554 #: cp/class.c:5139
13555 msgid "trying to finish struct, but kicked out due to previous parse errors"
13556 msgstr ""
13558 #: cp/class.c:5555
13559 msgid "language string %<\"%E\"%> not recognized"
13560 msgstr ""
13562 #: cp/class.c:5642
13563 msgid "cannot resolve overloaded function %qD based on conversion to type %qT"
13564 msgstr ""
13566 #: cp/class.c:5767
13567 msgid "no matches converting function %qD to type %q#T"
13568 msgstr ""
13570 #: cp/class.c:5790
13571 msgid "converting overloaded function %qD to type %q#T is ambiguous"
13572 msgstr ""
13574 #: cp/class.c:5816
13575 msgid "assuming pointer to member %qD"
13576 msgstr ""
13578 #: cp/class.c:5819
13579 msgid "(a pointer to member can only be formed with %<&%E%>)"
13580 msgstr ""
13582 #: cp/class.c:5864 cp/class.c:5895 cp/class.c:6047 cp/class.c:6054
13583 msgid "not enough type information"
13584 msgstr ""
13586 #: cp/class.c:5881
13587 msgid "argument of type %qT does not match %qT"
13588 msgstr ""
13590 #: cp/class.c:6031
13591 msgid "invalid operation on uninstantiated type"
13592 msgstr ""
13594 #. [basic.scope.class]
13596 #. A name N used in a class S shall refer to the same declaration
13597 #. in its context and when re-evaluated in the completed scope of
13598 #. S.
13599 #: cp/class.c:6268 cp/decl.c:1096 cp/name-lookup.c:508 cp/pt.c:2198
13600 msgid "declaration of %q#D"
13601 msgstr ""
13603 #: cp/class.c:6269
13604 msgid "changes meaning of %qD from %q+#D"
13605 msgstr ""
13607 #: cp/cvt.c:90
13608 msgid "can't convert from incomplete type %qT to %qT"
13609 msgstr ""
13611 #: cp/cvt.c:99
13612 msgid "conversion of %qE from %qT to %qT is ambiguous"
13613 msgstr ""
13615 #: cp/cvt.c:168 cp/cvt.c:237 cp/cvt.c:284
13616 msgid "cannot convert %qE from type %qT to type %qT"
13617 msgstr ""
13619 #: cp/cvt.c:197 cp/cvt.c:201
13620 msgid "pointer to member cast from %qT to %qT is via virtual base"
13621 msgstr ""
13623 #: cp/cvt.c:497
13624 msgid "conversion from %qT to %qT discards qualifiers"
13625 msgstr ""
13627 #: cp/cvt.c:515 cp/typeck.c:4840
13628 msgid "casting %qT to %qT does not dereference pointer"
13629 msgstr ""
13631 #: cp/cvt.c:542
13632 msgid "cannot convert type %qT to type %qT"
13633 msgstr ""
13635 #: cp/cvt.c:670
13636 msgid "conversion from %q#T to %q#T"
13637 msgstr ""
13639 #: cp/cvt.c:682 cp/cvt.c:702
13640 msgid "%q#T used where a %qT was expected"
13641 msgstr ""
13643 #: cp/cvt.c:717
13644 msgid "%q#T used where a floating point value was expected"
13645 msgstr ""
13647 #: cp/cvt.c:764
13648 msgid "conversion from %qT to non-scalar type %qT requested"
13649 msgstr ""
13651 #: cp/cvt.c:798
13652 msgid "pseudo-destructor is not called"
13653 msgstr ""
13655 #: cp/cvt.c:857
13656 msgid "object of incomplete type %qT will not be accessed in %s"
13657 msgstr ""
13659 #: cp/cvt.c:860
13660 msgid "object of type %qT will not be accessed in %s"
13661 msgstr ""
13663 #: cp/cvt.c:876
13664 msgid "object %qE of incomplete type %qT will not be accessed in %s"
13665 msgstr ""
13667 #. [over.over] enumerates the places where we can take the address
13668 #. of an overloaded function, and this is not one of them.
13669 #: cp/cvt.c:892
13670 #, c-format
13671 msgid "%s cannot resolve address of overloaded function"
13672 msgstr ""
13674 #. Only warn when there is no &.
13675 #: cp/cvt.c:898
13676 #, c-format
13677 msgid "%s is a reference, not call, to function %qE"
13678 msgstr ""
13680 #: cp/cvt.c:909
13681 #, c-format
13682 msgid "%s has no effect"
13683 msgstr ""
13685 #: cp/cvt.c:941
13686 msgid "value computed is not used"
13687 msgstr ""
13689 #: cp/cvt.c:1049
13690 msgid "converting NULL to non-pointer type"
13691 msgstr ""
13693 #: cp/cvt.c:1121
13694 msgid "ambiguous default type conversion from %qT"
13695 msgstr ""
13697 #: cp/cvt.c:1123
13698 msgid "  candidate conversions include %qD and %qD"
13699 msgstr ""
13701 #: cp/decl.c:361
13702 msgid "label %qD used but not defined"
13703 msgstr ""
13705 #: cp/decl.c:372
13706 msgid "label %qD defined but not used"
13707 msgstr ""
13709 #: cp/decl.c:1003
13710 msgid "%qD was declared %<extern%> and later %<static%>"
13711 msgstr ""
13713 #: cp/decl.c:1004 cp/decl.c:1469
13714 msgid "previous declaration of %qD"
13715 msgstr ""
13717 #: cp/decl.c:1052
13718 msgid "%Jfunction %qD redeclared as inline"
13719 msgstr ""
13721 #: cp/decl.c:1053
13722 msgid "%Jprevious declaration of %qD with attribute noinline"
13723 msgstr ""
13725 #: cp/decl.c:1060
13726 msgid "%Jfunction %qD redeclared with attribute noinline"
13727 msgstr ""
13729 #: cp/decl.c:1062
13730 msgid "%Jprevious declaration of %qD was inline"
13731 msgstr ""
13733 #: cp/decl.c:1083 cp/decl.c:1154
13734 msgid "shadowing %s function %q#D"
13735 msgstr ""
13737 #: cp/decl.c:1092
13738 msgid "library function %q#D redeclared as non-function %q#D"
13739 msgstr ""
13741 #: cp/decl.c:1097
13742 msgid "conflicts with built-in declaration %q#D"
13743 msgstr ""
13745 #: cp/decl.c:1149 cp/decl.c:1258 cp/decl.c:1274
13746 msgid "new declaration %q#D"
13747 msgstr ""
13749 #: cp/decl.c:1150
13750 msgid "ambiguates built-in declaration %q#D"
13751 msgstr ""
13753 #: cp/decl.c:1221
13754 msgid "%q#D redeclared as different kind of symbol"
13755 msgstr ""
13757 #: cp/decl.c:1224
13758 msgid "previous declaration of %q#D"
13759 msgstr ""
13761 #: cp/decl.c:1243
13762 msgid "declaration of template %q#D"
13763 msgstr ""
13765 #: cp/decl.c:1244 cp/name-lookup.c:509
13766 msgid "conflicts with previous declaration %q#D"
13767 msgstr ""
13769 #: cp/decl.c:1259 cp/decl.c:1275
13770 msgid "ambiguates old declaration %q#D"
13771 msgstr ""
13773 #: cp/decl.c:1267
13774 msgid "declaration of C function %q#D conflicts with"
13775 msgstr ""
13777 #: cp/decl.c:1269
13778 msgid "previous declaration %q#D here"
13779 msgstr ""
13781 #: cp/decl.c:1282
13782 msgid "conflicting declaration %q#D"
13783 msgstr ""
13785 #: cp/decl.c:1283
13786 msgid "%qD has a previous declaration as %q#D"
13787 msgstr ""
13789 #. [namespace.alias]
13791 #. A namespace-name or namespace-alias shall not be declared as
13792 #. the name of any other entity in the same declarative region.
13793 #. A namespace-name defined at global scope shall not be
13794 #. declared as the name of any other entity in any global scope
13795 #. of the program.
13796 #: cp/decl.c:1336
13797 msgid "declaration of namespace %qD conflicts with"
13798 msgstr ""
13800 #: cp/decl.c:1337
13801 msgid "previous declaration of namespace %qD here"
13802 msgstr ""
13804 #: cp/decl.c:1349
13805 msgid "%q#D previously defined here"
13806 msgstr ""
13808 #: cp/decl.c:1350
13809 msgid "%q#D previously declared here"
13810 msgstr ""
13812 #. Prototype decl follows defn w/o prototype.
13813 #: cp/decl.c:1359
13814 msgid "prototype for %q#D"
13815 msgstr ""
13817 #: cp/decl.c:1360
13818 msgid "%Jfollows non-prototype definition here"
13819 msgstr ""
13821 #: cp/decl.c:1372
13822 msgid "previous declaration of %q#D with %qL linkage"
13823 msgstr ""
13825 #: cp/decl.c:1374
13826 msgid "conflicts with new declaration with %qL linkage"
13827 msgstr ""
13829 #: cp/decl.c:1397 cp/decl.c:1404
13830 msgid "default argument given for parameter %d of %q#D"
13831 msgstr ""
13833 #: cp/decl.c:1399 cp/decl.c:1406
13834 msgid "after previous specification in %q#D"
13835 msgstr ""
13837 #: cp/decl.c:1415
13838 msgid "%q#D was used before it was declared inline"
13839 msgstr ""
13841 #: cp/decl.c:1416
13842 msgid "%Jprevious non-inline declaration here"
13843 msgstr ""
13845 #: cp/decl.c:1468
13846 msgid "redundant redeclaration of %qD in same scope"
13847 msgstr ""
13849 #: cp/decl.c:1562
13850 #, c-format
13851 msgid "declaration of %qF throws different exceptions"
13852 msgstr ""
13854 #: cp/decl.c:1564
13855 #, c-format
13856 msgid "than previous declaration %qF"
13857 msgstr ""
13859 #. From [temp.expl.spec]:
13861 #. If a template, a member template or the member of a class
13862 #. template is explicitly specialized then that
13863 #. specialization shall be declared before the first use of
13864 #. that specialization that would cause an implicit
13865 #. instantiation to take place, in every translation unit in
13866 #. which such a use occurs.
13867 #: cp/decl.c:1724
13868 msgid "explicit specialization of %qD after first use"
13869 msgstr ""
13871 #: cp/decl.c:1803
13872 msgid "%J%qD: visibility attribute ignored because it"
13873 msgstr ""
13875 #: cp/decl.c:1805
13876 msgid "%Jconflicts with previous declaration here"
13877 msgstr ""
13879 #: cp/decl.c:2048
13880 #, c-format
13881 msgid "label %qE referenced outside of any function"
13882 msgstr ""
13884 #: cp/decl.c:2144 cp/decl.c:2168 cp/decl.c:2256
13885 msgid "jump to label %qD"
13886 msgstr ""
13888 #: cp/decl.c:2146 cp/decl.c:2170
13889 msgid "jump to case label"
13890 msgstr ""
13892 #: cp/decl.c:2149 cp/decl.c:2173
13893 msgid "%H  from here"
13894 msgstr ""
13896 #: cp/decl.c:2154
13897 msgid "  crosses initialization of %q#D"
13898 msgstr ""
13900 #: cp/decl.c:2157 cp/decl.c:2272
13901 msgid "  enters scope of non-POD %q#D"
13902 msgstr ""
13904 #: cp/decl.c:2177 cp/decl.c:2276
13905 msgid "  enters try block"
13906 msgstr ""
13908 #: cp/decl.c:2179 cp/decl.c:2278
13909 msgid "  enters catch block"
13910 msgstr ""
13912 #: cp/decl.c:2257
13913 msgid "  from here"
13914 msgstr ""
13916 #. Can't skip init of __exception_info.
13917 #: cp/decl.c:2268
13918 msgid "%J  enters catch block"
13919 msgstr ""
13921 #: cp/decl.c:2270
13922 msgid "  skips initialization of %q#D"
13923 msgstr ""
13925 #: cp/decl.c:2304
13926 msgid "label named wchar_t"
13927 msgstr ""
13929 #: cp/decl.c:2307
13930 msgid "duplicate label %qD"
13931 msgstr ""
13933 #: cp/decl.c:2555 cp/parser.c:3514
13934 msgid "%qD used without template parameters"
13935 msgstr ""
13937 #: cp/decl.c:2572 cp/decl.c:2663
13938 msgid "no class template named %q#T in %q#T"
13939 msgstr ""
13941 #: cp/decl.c:2593 cp/decl.c:2603 cp/decl.c:2623
13942 msgid "no type named %q#T in %q#T"
13943 msgstr ""
13945 #: cp/decl.c:2672
13946 msgid "template parameters do not match template"
13947 msgstr ""
13949 #: cp/decl.c:2673 cp/friend.c:317 cp/friend.c:325
13950 msgid "%qD declared here"
13951 msgstr ""
13953 #: cp/decl.c:3344
13954 msgid "%Jan anonymous union cannot have function members"
13955 msgstr ""
13957 #: cp/decl.c:3362
13958 msgid "member %q#D with constructor not allowed in anonymous aggregate"
13959 msgstr ""
13961 #: cp/decl.c:3366
13962 msgid "member %q#D with destructor not allowed in anonymous aggregate"
13963 msgstr ""
13965 #: cp/decl.c:3370
13966 msgid ""
13967 "member %q#D with copy assignment operator not allowed in anonymous aggregate"
13968 msgstr ""
13970 #: cp/decl.c:3396
13971 msgid "multiple types in one declaration"
13972 msgstr ""
13974 #: cp/decl.c:3400
13975 msgid "redeclaration of C++ built-in type %qT"
13976 msgstr ""
13978 #: cp/decl.c:3437
13979 msgid "missing type-name in typedef-declaration"
13980 msgstr ""
13982 #: cp/decl.c:3445
13983 msgid "ISO C++ prohibits anonymous structs"
13984 msgstr ""
13986 #: cp/decl.c:3452
13987 #, c-format
13988 msgid "%qs can only be specified for functions"
13989 msgstr ""
13991 #: cp/decl.c:3458
13992 msgid "%<friend%> can only be specified inside a class"
13993 msgstr ""
13995 #: cp/decl.c:3460
13996 msgid "%<explicit%> can only be specified for constructors"
13997 msgstr ""
13999 #: cp/decl.c:3462
14000 msgid "a storage class can only be specified for objects and functions"
14001 msgstr ""
14003 #: cp/decl.c:3468
14004 msgid "qualifiers can only be specified for objects and functions"
14005 msgstr ""
14007 #: cp/decl.c:3498
14008 msgid "attribute ignored in declaration of %q#T"
14009 msgstr ""
14011 #: cp/decl.c:3499
14012 msgid "attribute for %q#T must follow the %qs keyword"
14013 msgstr ""
14015 #: cp/decl.c:3622
14016 msgid "function %q#D is initialized like a variable"
14017 msgstr ""
14019 #: cp/decl.c:3634
14020 msgid "declaration of %q#D has %<extern%> and is initialized"
14021 msgstr ""
14023 #: cp/decl.c:3665
14024 msgid "%q#D is not a static member of %q#T"
14025 msgstr ""
14027 #: cp/decl.c:3671
14028 msgid "ISO C++ does not permit %<%T::%D%> to be defined as %<%T::%D%>"
14029 msgstr ""
14031 #: cp/decl.c:3680
14032 msgid ""
14033 "template header not allowed in member definition of explicitly specialized "
14034 "class"
14035 msgstr ""
14037 #: cp/decl.c:3688
14038 msgid "duplicate initialization of %qD"
14039 msgstr ""
14041 #: cp/decl.c:3726
14042 msgid "declaration of %q#D outside of class is not definition"
14043 msgstr ""
14045 #: cp/decl.c:3775
14046 msgid "variable %q#D has initializer but incomplete type"
14047 msgstr ""
14049 #: cp/decl.c:3782 cp/decl.c:4411
14050 msgid "elements of array %q#D have incomplete type"
14051 msgstr ""
14053 #: cp/decl.c:3798
14054 msgid "aggregate %q#D has incomplete type and cannot be defined"
14055 msgstr ""
14057 #: cp/decl.c:3848
14058 msgid "%qD declared as reference but not initialized"
14059 msgstr ""
14061 #: cp/decl.c:3854
14062 msgid "ISO C++ forbids use of initializer list to initialize reference %qD"
14063 msgstr ""
14065 #: cp/decl.c:3880
14066 msgid "cannot initialize %qT from %qT"
14067 msgstr ""
14069 #: cp/decl.c:3912
14070 msgid "initializer fails to determine size of %qD"
14071 msgstr ""
14073 #: cp/decl.c:3917
14074 msgid "array size missing in %qD"
14075 msgstr ""
14077 #: cp/decl.c:3929
14078 msgid "zero-size array %qD"
14079 msgstr ""
14081 #. An automatic variable with an incomplete type: that is an error.
14082 #. Don't talk about array types here, since we took care of that
14083 #. message in grokdeclarator.
14084 #: cp/decl.c:3966
14085 msgid "storage size of %qD isn't known"
14086 msgstr ""
14088 #: cp/decl.c:3988
14089 msgid "storage size of %qD isn't constant"
14090 msgstr ""
14092 #: cp/decl.c:4043
14093 msgid ""
14094 "sorry: semantics of inline function static data %q#D are wrong (you'll wind "
14095 "up with multiple copies)"
14096 msgstr ""
14098 #: cp/decl.c:4046
14099 msgid "%J  you can work around this by removing the initializer"
14100 msgstr ""
14102 #: cp/decl.c:4073
14103 msgid "uninitialized const %qD"
14104 msgstr ""
14106 #: cp/decl.c:4133
14107 msgid "name %qD used in a GNU-style designated initializer for an array"
14108 msgstr ""
14110 #: cp/decl.c:4143
14111 #, c-format
14112 msgid "Designated initializer %qE larger than array size"
14113 msgstr ""
14115 #: cp/decl.c:4215
14116 msgid "brace-enclosed initializer used to initialize %qT"
14117 msgstr ""
14119 #: cp/decl.c:4280
14120 msgid "initializer for %qT must be brace-enclosed"
14121 msgstr ""
14123 #: cp/decl.c:4296
14124 msgid "ISO C++ does not allow designated initializers"
14125 msgstr ""
14127 #: cp/decl.c:4300
14128 msgid "%qT has no non-static data member named %qD"
14129 msgstr ""
14131 #: cp/decl.c:4364
14132 msgid "too many initializers for %qT"
14133 msgstr ""
14135 #: cp/decl.c:4405
14136 msgid "variable-sized object %qD may not be initialized"
14137 msgstr ""
14139 #: cp/decl.c:4416
14140 msgid "%qD has incomplete type"
14141 msgstr ""
14143 #: cp/decl.c:4470
14144 msgid "%qD must be initialized by constructor, not by %<{...}%>"
14145 msgstr ""
14147 #: cp/decl.c:4506
14148 msgid "array %qD initialized by parenthesized string literal %qE"
14149 msgstr ""
14151 #: cp/decl.c:4521
14152 msgid "structure %qD with uninitialized const members"
14153 msgstr ""
14155 #: cp/decl.c:4523
14156 msgid "structure %qD with uninitialized reference members"
14157 msgstr ""
14159 #: cp/decl.c:4723
14160 msgid "assignment (not initialization) in declaration"
14161 msgstr ""
14163 #: cp/decl.c:4740
14164 msgid "cannot initialize %qD to namespace %qD"
14165 msgstr ""
14167 #: cp/decl.c:4781
14168 msgid "shadowing previous type declaration of %q#D"
14169 msgstr ""
14171 #: cp/decl.c:4815
14172 msgid "%qD cannot be thread-local because it has non-POD type %qT"
14173 msgstr ""
14175 #: cp/decl.c:4830
14176 msgid "%qD is thread-local and so cannot be dynamically initialized"
14177 msgstr ""
14179 #: cp/decl.c:5447
14180 msgid "destructor for alien class %qT cannot be a member"
14181 msgstr ""
14183 #: cp/decl.c:5449
14184 msgid "constructor for alien class %qT cannot be a member"
14185 msgstr ""
14187 #: cp/decl.c:5470
14188 msgid "%qD declared as a %<virtual%> %s"
14189 msgstr ""
14191 #: cp/decl.c:5472
14192 msgid "%qD declared as an %<inline%> %s"
14193 msgstr ""
14195 #: cp/decl.c:5474
14196 msgid ""
14197 "%<const%> and %<volatile%> function specifiers on %qD invalid in %s "
14198 "declaration"
14199 msgstr ""
14201 #: cp/decl.c:5478
14202 msgid "%qD declared as a friend"
14203 msgstr ""
14205 #: cp/decl.c:5484
14206 msgid "%qD declared with an exception specification"
14207 msgstr ""
14209 #: cp/decl.c:5570
14210 msgid "cannot declare %<::main%> to be a template"
14211 msgstr ""
14213 #: cp/decl.c:5572
14214 msgid "cannot declare %<::main%> to be inline"
14215 msgstr ""
14217 #: cp/decl.c:5574
14218 msgid "cannot declare %<::main%> to be static"
14219 msgstr ""
14221 #: cp/decl.c:5578
14222 msgid "%<::main%> must return %<int%>"
14223 msgstr ""
14225 #: cp/decl.c:5608
14226 msgid "non-local function %q#D uses anonymous type"
14227 msgstr ""
14229 #: cp/decl.c:5611 cp/decl.c:5947
14230 msgid ""
14231 "%q#D does not refer to the unqualified type, so it is not used for linkage"
14232 msgstr ""
14234 #: cp/decl.c:5617
14235 msgid "non-local function %q#D uses local type %qT"
14236 msgstr ""
14238 #: cp/decl.c:5640
14239 msgid "%smember function %qD cannot have cv-qualifier"
14240 msgstr ""
14242 #: cp/decl.c:5664
14243 msgid "defining explicit specialization %qD in friend declaration"
14244 msgstr ""
14246 #. Something like `template <class T> friend void f<T>()'.
14247 #: cp/decl.c:5674
14248 msgid "invalid use of template-id %qD in declaration of primary template"
14249 msgstr ""
14251 #: cp/decl.c:5702
14252 msgid ""
14253 "default arguments are not allowed in declaration of friend template "
14254 "specialization %qD"
14255 msgstr ""
14257 #: cp/decl.c:5710
14258 msgid ""
14259 "%<inline%> is not allowed in declaration of friend template specialization %"
14260 "qD"
14261 msgstr ""
14263 #: cp/decl.c:5776
14264 msgid "definition of implicitly-declared %qD"
14265 msgstr ""
14267 #: cp/decl.c:5796 cp/decl2.c:712
14268 msgid "no %q#D member function declared in class %qT"
14269 msgstr ""
14271 #. DRs 132, 319 and 389 seem to indicate types with
14272 #. no linkage can only be used to declare extern "C"
14273 #. entities.  Since it's not always an error in the
14274 #. ISO C++ 90 Standard, we only issue a warning.
14275 #: cp/decl.c:5944
14276 msgid "non-local variable %q#D uses anonymous type"
14277 msgstr ""
14279 #: cp/decl.c:5953
14280 msgid "non-local variable %q#D uses local type %qT"
14281 msgstr ""
14283 #: cp/decl.c:6070
14284 msgid ""
14285 "invalid in-class initialization of static data member of non-integral type %"
14286 "qT"
14287 msgstr ""
14289 #: cp/decl.c:6080
14290 msgid "ISO C++ forbids in-class initialization of non-const static member %qD"
14291 msgstr ""
14293 #: cp/decl.c:6084
14294 msgid ""
14295 "ISO C++ forbids initialization of member constant %qD of non-integral type %"
14296 "qT"
14297 msgstr ""
14299 #: cp/decl.c:6104
14300 msgid "size of array %qD has non-integral type %qT"
14301 msgstr ""
14303 #: cp/decl.c:6106
14304 msgid "size of array has non-integral type %qT"
14305 msgstr ""
14307 #: cp/decl.c:6142
14308 msgid "size of array %qD is negative"
14309 msgstr ""
14311 #: cp/decl.c:6144
14312 msgid "size of array is negative"
14313 msgstr ""
14315 #: cp/decl.c:6152
14316 msgid "ISO C++ forbids zero-size array %qD"
14317 msgstr ""
14319 #: cp/decl.c:6154
14320 msgid "ISO C++ forbids zero-size array"
14321 msgstr ""
14323 #: cp/decl.c:6161
14324 msgid "size of array %qD is not an integral constant-expression"
14325 msgstr ""
14327 #: cp/decl.c:6164
14328 msgid "size of array is not an integral constant-expression"
14329 msgstr ""
14331 #: cp/decl.c:6169
14332 msgid "ISO C++ forbids variable-size array %qD"
14333 msgstr ""
14335 #: cp/decl.c:6171
14336 msgid "ISO C++ forbids variable-size array"
14337 msgstr ""
14339 #: cp/decl.c:6201
14340 msgid "overflow in array dimension"
14341 msgstr ""
14343 #: cp/decl.c:6275
14344 msgid "declaration of %qD as %s"
14345 msgstr ""
14347 #: cp/decl.c:6277
14348 #, c-format
14349 msgid "creating %s"
14350 msgstr ""
14352 #: cp/decl.c:6289
14353 msgid ""
14354 "declaration of %qD as multidimensional array must have bounds for all "
14355 "dimensions except the first"
14356 msgstr ""
14358 #: cp/decl.c:6293
14359 msgid ""
14360 "multidimensional array must have bounds for all dimensions except the first"
14361 msgstr ""
14363 #: cp/decl.c:6328
14364 msgid "return type specification for constructor invalid"
14365 msgstr ""
14367 #: cp/decl.c:6338
14368 msgid "return type specification for destructor invalid"
14369 msgstr ""
14371 #: cp/decl.c:6351
14372 msgid "operator %qT declared to return %qT"
14373 msgstr ""
14375 #: cp/decl.c:6353
14376 msgid "return type specified for %<operator %T%>"
14377 msgstr ""
14379 #: cp/decl.c:6375
14380 msgid "unnamed variable or field declared void"
14381 msgstr ""
14383 #: cp/decl.c:6379
14384 #, c-format
14385 msgid "variable or field %qE declared void"
14386 msgstr ""
14388 #: cp/decl.c:6382
14389 msgid "variable or field declared void"
14390 msgstr ""
14392 #: cp/decl.c:6537
14393 msgid "type %qT is not derived from type %qT"
14394 msgstr ""
14396 #: cp/decl.c:6557 cp/decl.c:6649 cp/decl.c:7792
14397 msgid "declaration of %qD as non-function"
14398 msgstr ""
14400 #: cp/decl.c:6563
14401 msgid "declaration of %qD as non-member"
14402 msgstr ""
14404 #: cp/decl.c:6593
14405 msgid "declarator-id missing; using reserved word %qD"
14406 msgstr ""
14408 #: cp/decl.c:6682
14409 #, c-format
14410 msgid "two or more data types in declaration of %qs"
14411 msgstr ""
14413 #: cp/decl.c:6725
14414 msgid "ISO C++ does not support %<long long%>"
14415 msgstr ""
14417 #: cp/decl.c:6785 cp/decl.c:6787
14418 #, c-format
14419 msgid "ISO C++ forbids declaration of %qs with no type"
14420 msgstr ""
14422 #: cp/decl.c:6812
14423 #, c-format
14424 msgid "short, signed or unsigned invalid for %qs"
14425 msgstr ""
14427 #: cp/decl.c:6814
14428 #, c-format
14429 msgid "long, short, signed or unsigned invalid for %qs"
14430 msgstr ""
14432 #: cp/decl.c:6816
14433 #, c-format
14434 msgid "long and short specified together for %qs"
14435 msgstr ""
14437 #: cp/decl.c:6818
14438 #, c-format
14439 msgid "long or short specified with char for %qs"
14440 msgstr ""
14442 #: cp/decl.c:6820
14443 #, c-format
14444 msgid "long or short specified with floating type for %qs"
14445 msgstr ""
14447 #: cp/decl.c:6822
14448 #, c-format
14449 msgid "signed and unsigned given together for %qs"
14450 msgstr ""
14452 #: cp/decl.c:6828
14453 #, c-format
14454 msgid "long, short, signed or unsigned used invalidly for %qs"
14455 msgstr ""
14457 #: cp/decl.c:6893
14458 #, c-format
14459 msgid "complex invalid for %qs"
14460 msgstr ""
14462 #: cp/decl.c:6922
14463 msgid "qualifiers are not allowed on declaration of %<operator %T%>"
14464 msgstr ""
14466 #: cp/decl.c:6934 cp/typeck.c:6404
14467 msgid "ignoring %qV qualifiers added to function type %qT"
14468 msgstr ""
14470 #: cp/decl.c:6957
14471 msgid "member %qD cannot be declared both virtual and static"
14472 msgstr ""
14474 #: cp/decl.c:6964
14475 msgid "%<%T::%D%> is not a valid declarator"
14476 msgstr ""
14478 #: cp/decl.c:6972
14479 msgid "typedef declaration invalid in parameter declaration"
14480 msgstr ""
14482 #: cp/decl.c:6976
14483 msgid "storage class specifiers invalid in parameter declarations"
14484 msgstr ""
14486 #: cp/decl.c:6983
14487 msgid "virtual outside class declaration"
14488 msgstr ""
14490 #: cp/decl.c:6996 cp/decl.c:7003
14491 #, c-format
14492 msgid "multiple storage classes in declaration of %qs"
14493 msgstr ""
14495 #: cp/decl.c:7046
14496 #, c-format
14497 msgid "storage class specified for %s %qs"
14498 msgstr ""
14500 #: cp/decl.c:7083
14501 msgid "top-level declaration of %qs specifies %<auto%>"
14502 msgstr ""
14504 #: cp/decl.c:7095
14505 msgid "storage class specifiers invalid in friend function declarations"
14506 msgstr ""
14508 #: cp/decl.c:7220
14509 msgid "destructor cannot be static member function"
14510 msgstr ""
14512 #: cp/decl.c:7223
14513 msgid "destructors may not be cv-qualified"
14514 msgstr ""
14516 #: cp/decl.c:7243
14517 msgid "constructor cannot be static member function"
14518 msgstr ""
14520 #: cp/decl.c:7246
14521 msgid "constructors cannot be declared virtual"
14522 msgstr ""
14524 #: cp/decl.c:7251
14525 msgid "constructors may not be cv-qualified"
14526 msgstr ""
14528 #: cp/decl.c:7271
14529 #, c-format
14530 msgid "can't initialize friend function %qs"
14531 msgstr ""
14533 #. Cannot be both friend and virtual.
14534 #: cp/decl.c:7275
14535 msgid "virtual functions cannot be friends"
14536 msgstr ""
14538 #: cp/decl.c:7279
14539 msgid "friend declaration not in class definition"
14540 msgstr ""
14542 #: cp/decl.c:7281
14543 #, c-format
14544 msgid "can't define friend function %qs in a local class definition"
14545 msgstr ""
14547 #: cp/decl.c:7294
14548 msgid "destructors may not have parameters"
14549 msgstr ""
14551 #: cp/decl.c:7313 cp/decl.c:7320
14552 msgid "cannot declare reference to %q#T"
14553 msgstr ""
14555 #: cp/decl.c:7314
14556 msgid "cannot declare pointer to %q#T"
14557 msgstr ""
14559 #: cp/decl.c:7322
14560 msgid "cannot declare pointer to %q#T member"
14561 msgstr ""
14563 #: cp/decl.c:7361
14564 msgid "%qD is a namespace"
14565 msgstr ""
14567 #: cp/decl.c:7400
14568 msgid "template-id %qD used as a declarator"
14569 msgstr ""
14571 #: cp/decl.c:7447
14572 msgid "extra qualification %<%T::%> on member %qs ignored"
14573 msgstr ""
14575 #: cp/decl.c:7466
14576 msgid "cannot declare member function %<%T::%s%> within %<%T%>"
14577 msgstr ""
14579 #: cp/decl.c:7481
14580 msgid "cannot declare member %<%T::%s%> within %qT"
14581 msgstr ""
14583 #: cp/decl.c:7520
14584 msgid "data member may not have variably modified type %qT"
14585 msgstr ""
14587 #: cp/decl.c:7522
14588 msgid "parameter may not have variably modified type %qT"
14589 msgstr ""
14591 #. [dcl.fct.spec] The explicit specifier shall only be used in
14592 #. declarations of constructors within a class definition.
14593 #: cp/decl.c:7530
14594 msgid "only declarations of constructors can be %<explicit%>"
14595 msgstr ""
14597 #: cp/decl.c:7538
14598 msgid "non-member %qs cannot be declared %<mutable%>"
14599 msgstr ""
14601 #: cp/decl.c:7543
14602 msgid "non-object member %qs cannot be declared %<mutable%>"
14603 msgstr ""
14605 #: cp/decl.c:7549
14606 msgid "function %qs cannot be declared %<mutable%>"
14607 msgstr ""
14609 #: cp/decl.c:7554
14610 msgid "static %qs cannot be declared %<mutable%>"
14611 msgstr ""
14613 #: cp/decl.c:7559
14614 msgid "const %qs cannot be declared %<mutable%>"
14615 msgstr ""
14617 #: cp/decl.c:7579
14618 msgid "%Jtypedef name may not be a nested-name-specifier"
14619 msgstr ""
14621 #: cp/decl.c:7595
14622 msgid "ISO C++ forbids nested type %qD with same name as enclosing class"
14623 msgstr ""
14625 #: cp/decl.c:7694
14626 #, c-format
14627 msgid "qualified function types cannot be used to declare %s functions"
14628 msgstr ""
14630 #: cp/decl.c:7720
14631 msgid "type qualifiers specified for friend class declaration"
14632 msgstr ""
14634 #: cp/decl.c:7725
14635 msgid "%<inline%> specified for friend class declaration"
14636 msgstr ""
14638 #: cp/decl.c:7733
14639 msgid "template parameters cannot be friends"
14640 msgstr ""
14642 #: cp/decl.c:7735
14643 msgid "friend declaration requires class-key, i.e. %<friend class %T::%D%>"
14644 msgstr ""
14646 #: cp/decl.c:7739
14647 msgid "friend declaration requires class-key, i.e. %<friend %#T%>"
14648 msgstr ""
14650 #: cp/decl.c:7752
14651 msgid "trying to make class %qT a friend of global scope"
14652 msgstr ""
14654 #: cp/decl.c:7763
14655 msgid "invalid qualifiers on non-member function type"
14656 msgstr ""
14658 #: cp/decl.c:7782
14659 msgid "abstract declarator %qT used as declaration"
14660 msgstr ""
14662 #: cp/decl.c:7807
14663 msgid "cannot use %<::%> in parameter declaration"
14664 msgstr ""
14666 #. Something like struct S { int N::j; };
14667 #: cp/decl.c:7852
14668 msgid "invalid use of %<::%>"
14669 msgstr ""
14671 #: cp/decl.c:7867
14672 msgid "can't make %qD into a method -- not in a class"
14673 msgstr ""
14675 #: cp/decl.c:7876
14676 msgid "function %qD declared virtual inside a union"
14677 msgstr ""
14679 #: cp/decl.c:7885
14680 msgid "%qD cannot be declared virtual, since it is always static"
14681 msgstr ""
14683 #: cp/decl.c:7903
14684 msgid "declaration of %qD as member of %qT"
14685 msgstr ""
14687 #: cp/decl.c:7979
14688 msgid "field %qD has incomplete type"
14689 msgstr ""
14691 #: cp/decl.c:7981
14692 msgid "name %qT has incomplete type"
14693 msgstr ""
14695 #: cp/decl.c:7990
14696 msgid "  in instantiation of template %qT"
14697 msgstr ""
14699 #: cp/decl.c:8000
14700 #, c-format
14701 msgid "%qE is neither function nor member function; cannot be declared friend"
14702 msgstr ""
14704 #: cp/decl.c:8011
14705 msgid "member functions are implicitly friends of their class"
14706 msgstr ""
14708 #. An attempt is being made to initialize a non-static
14709 #. member.  But, from [class.mem]:
14711 #. 4 A member-declarator can contain a
14712 #. constant-initializer only if it declares a static
14713 #. member (_class.static_) of integral or enumeration
14714 #. type, see _class.static.data_.
14716 #. This used to be relatively common practice, but
14717 #. the rest of the compiler does not correctly
14718 #. handle the initialization unless the member is
14719 #. static so we make it static below.
14720 #: cp/decl.c:8051
14721 msgid "ISO C++ forbids initialization of member %qD"
14722 msgstr ""
14724 #: cp/decl.c:8053
14725 msgid "making %qD static"
14726 msgstr ""
14728 #: cp/decl.c:8111
14729 msgid "storage class %<auto%> invalid for function %qs"
14730 msgstr ""
14732 #: cp/decl.c:8113
14733 msgid "storage class %<register%> invalid for function %qs"
14734 msgstr ""
14736 #: cp/decl.c:8115
14737 msgid "storage class %<__thread%> invalid for function %qs"
14738 msgstr ""
14740 #: cp/decl.c:8126
14741 msgid ""
14742 "%<static%> specified invalid for function %qs declared out of global scope"
14743 msgstr ""
14745 #: cp/decl.c:8129
14746 msgid ""
14747 "%<inline%> specifier invalid for function %qs declared out of global scope"
14748 msgstr ""
14750 #: cp/decl.c:8137
14751 #, c-format
14752 msgid "virtual non-class function %qs"
14753 msgstr ""
14755 #: cp/decl.c:8168
14756 msgid "cannot declare member function %qD to have static linkage"
14757 msgstr ""
14759 #. FIXME need arm citation
14760 #: cp/decl.c:8175
14761 msgid "cannot declare static function inside another function"
14762 msgstr ""
14764 #: cp/decl.c:8204
14765 msgid ""
14766 "%<static%> may not be used when defining (as opposed to declaring) a static "
14767 "data member"
14768 msgstr ""
14770 #: cp/decl.c:8211
14771 msgid "static member %qD declared %<register%>"
14772 msgstr ""
14774 #: cp/decl.c:8216
14775 msgid "cannot explicitly declare member %q#D to have extern linkage"
14776 msgstr ""
14778 #: cp/decl.c:8359
14779 msgid "default argument for %q#D has type %qT"
14780 msgstr ""
14782 #: cp/decl.c:8362
14783 msgid "default argument for parameter of type %qT has type %qT"
14784 msgstr ""
14786 #: cp/decl.c:8379
14787 msgid "default argument %qE uses local variable %qD"
14788 msgstr ""
14790 #: cp/decl.c:8447
14791 msgid "parameter %qD invalidly declared method type"
14792 msgstr ""
14794 #: cp/decl.c:8471
14795 msgid "parameter %qD includes %s to array of unknown bound %qT"
14796 msgstr ""
14798 #. [class.copy]
14800 #. A declaration of a constructor for a class X is ill-formed if
14801 #. its first parameter is of type (optionally cv-qualified) X
14802 #. and either there are no other parameters or else all other
14803 #. parameters have default arguments.
14805 #. We *don't* complain about member template instantiations that
14806 #. have this form, though; they can occur as we try to decide
14807 #. what constructor to use during overload resolution.  Since
14808 #. overload resolution will never prefer such a constructor to
14809 #. the non-template copy constructor (which is either explicitly
14810 #. or implicitly defined), there's no need to worry about their
14811 #. existence.  Theoretically, they should never even be
14812 #. instantiated, but that's hard to forestall.
14813 #: cp/decl.c:8630
14814 msgid "invalid constructor; you probably meant %<%T (const %T&)%>"
14815 msgstr ""
14817 #: cp/decl.c:8754
14818 msgid "%qD may not be declared within a namespace"
14819 msgstr ""
14821 #: cp/decl.c:8756
14822 msgid "%qD may not be declared as static"
14823 msgstr ""
14825 #: cp/decl.c:8776
14826 msgid "%qD must be a nonstatic member function"
14827 msgstr ""
14829 #: cp/decl.c:8782
14830 msgid ""
14831 "%qD must be either a non-static member function or a non-member function"
14832 msgstr ""
14834 #: cp/decl.c:8800
14835 msgid "%qD must have an argument of class or enumerated type"
14836 msgstr ""
14838 #: cp/decl.c:8835
14839 #, c-format
14840 msgid "conversion to %s%s will never use a type conversion operator"
14841 msgstr ""
14843 #. 13.4.0.3
14844 #: cp/decl.c:8843
14845 msgid "ISO C++ prohibits overloading operator ?:"
14846 msgstr ""
14848 #: cp/decl.c:8893
14849 msgid "postfix %qD must take %<int%> as its argument"
14850 msgstr ""
14852 #: cp/decl.c:8897
14853 msgid "postfix %qD must take %<int%> as its second argument"
14854 msgstr ""
14856 #: cp/decl.c:8904
14857 msgid "%qD must take either zero or one argument"
14858 msgstr ""
14860 #: cp/decl.c:8906
14861 msgid "%qD must take either one or two arguments"
14862 msgstr ""
14864 #: cp/decl.c:8927
14865 msgid "prefix %qD should return %qT"
14866 msgstr ""
14868 #: cp/decl.c:8933
14869 msgid "postfix %qD should return %qT"
14870 msgstr ""
14872 #: cp/decl.c:8942
14873 msgid "%qD must take %<void%>"
14874 msgstr ""
14876 #: cp/decl.c:8944 cp/decl.c:8952
14877 msgid "%qD must take exactly one argument"
14878 msgstr ""
14880 #: cp/decl.c:8954
14881 msgid "%qD must take exactly two arguments"
14882 msgstr ""
14884 #: cp/decl.c:8962
14885 msgid "user-defined %qD always evaluates both arguments"
14886 msgstr ""
14888 #: cp/decl.c:8976
14889 msgid "%qD should return by value"
14890 msgstr ""
14892 #: cp/decl.c:8988 cp/decl.c:8991
14893 msgid "%qD cannot have default arguments"
14894 msgstr ""
14896 #: cp/decl.c:9049
14897 msgid "using template type parameter %qT after %qs"
14898 msgstr ""
14900 #: cp/decl.c:9064
14901 msgid "using typedef-name %qD after %qs"
14902 msgstr ""
14904 #: cp/decl.c:9065
14905 msgid "%qD has a previous declaration here"
14906 msgstr ""
14908 #: cp/decl.c:9073
14909 msgid "%qT referred to as %qs"
14910 msgstr ""
14912 #: cp/decl.c:9074 cp/decl.c:9082
14913 msgid "%qT has a previous declaration here"
14914 msgstr ""
14916 #: cp/decl.c:9081
14917 msgid "%qT referred to as enum"
14918 msgstr ""
14920 #. If a class template appears as elaborated type specifier
14921 #. without a template header such as:
14923 #. template <class T> class C {};
14924 #. void f(class C);             // No template header here
14926 #. then the required template argument is missing.
14927 #: cp/decl.c:9097
14928 msgid "template argument required for %<%s %T%>"
14929 msgstr ""
14931 #: cp/decl.c:9133 cp/name-lookup.c:2595
14932 msgid "%qD has the same name as the class in which it is declared"
14933 msgstr ""
14935 #: cp/decl.c:9271
14936 msgid "use of enum %q#D without previous declaration"
14937 msgstr ""
14939 #: cp/decl.c:9290
14940 msgid "redeclaration of %qT as a non-template"
14941 msgstr ""
14943 #: cp/decl.c:9383
14944 msgid "derived union %qT invalid"
14945 msgstr ""
14947 #: cp/decl.c:9389
14948 msgid "Java class %qT cannot have multiple bases"
14949 msgstr ""
14951 #: cp/decl.c:9397
14952 msgid "Java class %qT cannot have virtual bases"
14953 msgstr ""
14955 #: cp/decl.c:9416
14956 msgid "base type %qT fails to be a struct or class type"
14957 msgstr ""
14959 #: cp/decl.c:9449
14960 msgid "recursive type %qT undefined"
14961 msgstr ""
14963 #: cp/decl.c:9451
14964 msgid "duplicate base type %qT invalid"
14965 msgstr ""
14967 #: cp/decl.c:9521
14968 msgid "multiple definition of %q#T"
14969 msgstr ""
14971 #: cp/decl.c:9522
14972 msgid "%Jprevious definition here"
14973 msgstr ""
14975 #. DR 377
14977 #. IF no integral type can represent all the enumerator values, the
14978 #. enumeration is ill-formed.
14979 #: cp/decl.c:9659
14980 msgid "no integral type can represent all of the enumerator values for %qT"
14981 msgstr ""
14983 #: cp/decl.c:9765
14984 msgid "enumerator value for %qD not integer constant"
14985 msgstr ""
14987 #: cp/decl.c:9792
14988 msgid "overflow in enumeration values at %qD"
14989 msgstr ""
14991 #: cp/decl.c:9863
14992 msgid "return type %q#T is incomplete"
14993 msgstr ""
14995 #: cp/decl.c:9978 cp/typeck.c:6163
14996 msgid "%<operator=%> should return a reference to %<*this%>"
14997 msgstr ""
14999 #: cp/decl.c:10301
15000 msgid "parameter %qD declared void"
15001 msgstr ""
15003 #: cp/decl.c:10790
15004 msgid "invalid member function declaration"
15005 msgstr ""
15007 #: cp/decl.c:10805
15008 msgid "%qD is already defined in class %qT"
15009 msgstr ""
15011 #: cp/decl.c:11015
15012 msgid "static member function %q#D declared with type qualifiers"
15013 msgstr ""
15015 #: cp/decl2.c:279
15016 msgid "name missing for member function"
15017 msgstr ""
15019 #: cp/decl2.c:372 cp/decl2.c:386
15020 msgid "ambiguous conversion for array subscript"
15021 msgstr ""
15023 #: cp/decl2.c:380
15024 msgid "invalid types %<%T[%T]%> for array subscript"
15025 msgstr ""
15027 #: cp/decl2.c:423
15028 msgid "deleting array %q#D"
15029 msgstr ""
15031 #: cp/decl2.c:429
15032 msgid "type %q#T argument given to %<delete%>, expected pointer"
15033 msgstr ""
15035 #: cp/decl2.c:441
15036 msgid ""
15037 "cannot delete a function.  Only pointer-to-objects are valid arguments to %"
15038 "<delete%>"
15039 msgstr ""
15041 #: cp/decl2.c:449
15042 msgid "deleting %qT is undefined"
15043 msgstr ""
15045 #. 14.5.2.2 [temp.mem]
15047 #. A local class shall not have member templates.
15048 #: cp/decl2.c:485
15049 msgid "invalid declaration of member template %q#D in local class"
15050 msgstr ""
15052 #: cp/decl2.c:494
15053 msgid "invalid use of %<virtual%> in template declaration of %q#D"
15054 msgstr ""
15056 #: cp/decl2.c:504 cp/pt.c:2965
15057 msgid "template declaration of %q#D"
15058 msgstr ""
15060 #: cp/decl2.c:553
15061 msgid "Java method %qD has non-Java return type %qT"
15062 msgstr ""
15064 #: cp/decl2.c:569
15065 msgid "Java method %qD has non-Java parameter type %qT"
15066 msgstr ""
15068 #: cp/decl2.c:674
15069 msgid "prototype for %q#D does not match any in class %qT"
15070 msgstr ""
15072 #: cp/decl2.c:775
15073 msgid "local class %q#T shall not have static data member %q#D"
15074 msgstr ""
15076 #: cp/decl2.c:783
15077 msgid "initializer invalid for static member with constructor"
15078 msgstr ""
15080 #: cp/decl2.c:786
15081 msgid "(an out of class initialization is required)"
15082 msgstr ""
15084 #: cp/decl2.c:867
15085 msgid "member %qD conflicts with virtual function table field name"
15086 msgstr ""
15088 #: cp/decl2.c:886
15089 msgid "applying attributes to template parameters is not implemented"
15090 msgstr ""
15092 #: cp/decl2.c:896
15093 msgid "%qD is already defined in %qT"
15094 msgstr ""
15096 #: cp/decl2.c:944
15097 msgid "field initializer is not constant"
15098 msgstr ""
15100 #: cp/decl2.c:972
15101 msgid "%<asm%> specifiers are not permitted on non-static data members"
15102 msgstr ""
15104 #: cp/decl2.c:1018
15105 msgid "cannot declare %qD to be a bit-field type"
15106 msgstr ""
15108 #: cp/decl2.c:1028
15109 msgid "cannot declare bit-field %qD with function type"
15110 msgstr ""
15112 #: cp/decl2.c:1035
15113 msgid "%qD is already defined in the class %qT"
15114 msgstr ""
15116 #: cp/decl2.c:1042
15117 msgid "static member %qD cannot be a bit-field"
15118 msgstr ""
15120 #: cp/decl2.c:1087
15121 msgid "anonymous struct not inside named type"
15122 msgstr ""
15124 #: cp/decl2.c:1164
15125 msgid "namespace-scope anonymous aggregates must be static"
15126 msgstr ""
15128 #: cp/decl2.c:1171
15129 msgid "anonymous union with no members"
15130 msgstr ""
15132 #: cp/decl2.c:1207
15133 msgid "%<operator new%> must return type %qT"
15134 msgstr ""
15136 #: cp/decl2.c:1216
15137 msgid "%<operator new%> takes type %<size_t%> (%qT) as first parameter"
15138 msgstr ""
15140 #: cp/decl2.c:1245
15141 msgid "%<operator delete%> must return type %qT"
15142 msgstr ""
15144 #: cp/decl2.c:1254
15145 msgid "%<operator delete%> takes type %qT as first parameter"
15146 msgstr ""
15148 #: cp/decl2.c:2992
15149 msgid "inline function %qD used but never defined"
15150 msgstr ""
15152 #: cp/decl2.c:3140
15153 msgid "default argument missing for parameter %P of %q+#D"
15154 msgstr ""
15156 #. damn ICE suppression
15157 #: cp/error.c:2371
15158 #, c-format
15159 msgid "unexpected letter %qc in locate_error\n"
15160 msgstr ""
15162 #. Can't throw a reference.
15163 #: cp/except.c:262
15164 msgid "type %qT is disallowed in Java %<throw%> or %<catch%>"
15165 msgstr ""
15167 #: cp/except.c:273
15168 msgid "call to Java %<catch%> or %<throw%> with %<jthrowable%> undefined"
15169 msgstr ""
15171 #. Thrown object must be a Throwable.
15172 #: cp/except.c:280
15173 msgid "type %qT is not derived from %<java::lang::Throwable%>"
15174 msgstr ""
15176 #: cp/except.c:343
15177 msgid "mixing C++ and Java catches in a single translation unit"
15178 msgstr ""
15180 #: cp/except.c:602
15181 msgid "throwing NULL, which has integral, not pointer type"
15182 msgstr ""
15184 #: cp/except.c:625 cp/init.c:1893
15185 msgid "%qD should never be overloaded"
15186 msgstr ""
15188 #: cp/except.c:692
15189 msgid "  in thrown expression"
15190 msgstr ""
15192 #: cp/except.c:836
15193 msgid ""
15194 "expression %qE of abstract class type %qT cannot be used in throw-expression"
15195 msgstr ""
15197 #: cp/except.c:921
15198 msgid "%Hexception of type %qT will be caught"
15199 msgstr ""
15201 #: cp/except.c:923
15202 msgid "%H   by earlier handler for %qT"
15203 msgstr ""
15205 #: cp/except.c:953
15206 msgid "%H%<...%> handler must be the last handler for its try block"
15207 msgstr ""
15209 #: cp/friend.c:152
15210 msgid "%qD is already a friend of class %qT"
15211 msgstr ""
15213 #: cp/friend.c:228
15214 msgid "invalid type %qT declared %<friend%>"
15215 msgstr ""
15217 #. [temp.friend]
15218 #. Friend declarations shall not declare partial
15219 #. specializations.
15220 #. template <class U> friend class T::X<U>;
15221 #. [temp.friend]
15222 #. Friend declarations shall not declare partial
15223 #. specializations.
15224 #: cp/friend.c:244 cp/friend.c:274
15225 msgid "partial specialization %qT declared %<friend%>"
15226 msgstr ""
15228 #: cp/friend.c:252
15229 msgid "class %qT is implicitly friends with itself"
15230 msgstr ""
15232 #: cp/friend.c:310
15233 msgid "%qT is not a member of %qT"
15234 msgstr ""
15236 #: cp/friend.c:315
15237 msgid "%qT is not a member class template of %qT"
15238 msgstr ""
15240 #: cp/friend.c:323
15241 msgid "%qT is not a nested class of %qT"
15242 msgstr ""
15244 #. template <class T> friend class T;
15245 #: cp/friend.c:336
15246 msgid "template parameter type %qT declared %<friend%>"
15247 msgstr ""
15249 #. template <class T> friend class A; where A is not a template
15250 #: cp/friend.c:342
15251 msgid "%q#T is not a template"
15252 msgstr ""
15254 #: cp/friend.c:364
15255 msgid "%qD is already a friend of %qT"
15256 msgstr ""
15258 #: cp/friend.c:373
15259 msgid "%qT is already a friend of %qT"
15260 msgstr ""
15262 #: cp/friend.c:497
15263 msgid "member %qD declared as friend before type %qT defined"
15264 msgstr ""
15266 #: cp/friend.c:553
15267 msgid "friend declaration %q#D declares a non-template function"
15268 msgstr ""
15270 #: cp/friend.c:557
15271 msgid ""
15272 "(if this is not what you intended, make sure the function template has "
15273 "already been declared and add <> after the function name here) -Wno-non-"
15274 "template-friend disables this warning"
15275 msgstr ""
15277 #: cp/g++spec.c:238 java/jvspec.c:417
15278 #, c-format
15279 msgid "argument to '%s' missing\n"
15280 msgstr ""
15282 #: cp/init.c:326
15283 msgid "%J%qD should be initialized in the member initialization list"
15284 msgstr ""
15286 #: cp/init.c:373
15287 msgid "%Jdefault-initialization of %q#D, which has reference type"
15288 msgstr ""
15290 #: cp/init.c:379
15291 msgid "%Juninitialized reference member %qD"
15292 msgstr ""
15294 #: cp/init.c:382
15295 msgid "%Juninitialized member %qD with %<const%> type %qT"
15296 msgstr ""
15298 #: cp/init.c:525
15299 msgid "%qD will be initialized after"
15300 msgstr ""
15302 #: cp/init.c:528
15303 msgid "base %qT will be initialized after"
15304 msgstr ""
15306 #: cp/init.c:531
15307 msgid "  %q#D"
15308 msgstr ""
15310 #: cp/init.c:533
15311 msgid "  base %qT"
15312 msgstr ""
15314 #: cp/init.c:534
15315 msgid "%J  when initialized here"
15316 msgstr ""
15318 #: cp/init.c:550
15319 msgid "%Jmultiple initializations given for %qD"
15320 msgstr ""
15322 #: cp/init.c:553
15323 msgid "%Jmultiple initializations given for base %qT"
15324 msgstr ""
15326 #: cp/init.c:620
15327 msgid "%Jinitializations for multiple members of %qT"
15328 msgstr ""
15330 #: cp/init.c:677
15331 msgid ""
15332 "%Jbase class %q#T should be explicitly initialized in the copy constructor"
15333 msgstr ""
15335 #: cp/init.c:901 cp/init.c:920
15336 msgid "class %qT does not have any field named %qD"
15337 msgstr ""
15339 #: cp/init.c:907
15340 msgid ""
15341 "%q#D is a static data member; it can only be initialized at its definition"
15342 msgstr ""
15344 #: cp/init.c:914
15345 msgid "%q#D is not a non-static data member of %qT"
15346 msgstr ""
15348 #: cp/init.c:953
15349 msgid "unnamed initializer for %qT, which has no base classes"
15350 msgstr ""
15352 #: cp/init.c:961
15353 msgid "unnamed initializer for %qT, which uses multiple inheritance"
15354 msgstr ""
15356 #: cp/init.c:1007
15357 msgid "%qD is both a direct base and an indirect virtual base"
15358 msgstr ""
15360 #: cp/init.c:1015
15361 msgid "type %qD is not a direct or virtual base of %qT"
15362 msgstr ""
15364 #: cp/init.c:1018
15365 msgid "type %qD is not a direct base of %qT"
15366 msgstr ""
15368 #: cp/init.c:1098
15369 msgid "bad array initializer"
15370 msgstr ""
15372 #: cp/init.c:1297
15373 msgid "%qT is not an aggregate type"
15374 msgstr ""
15376 #: cp/init.c:1389
15377 msgid "qualified type %qT does not match destructor name %<~%T%>"
15378 msgstr ""
15380 #: cp/init.c:1397
15381 msgid "incomplete type %qT does not have member %qD"
15382 msgstr ""
15384 #: cp/init.c:1416
15385 msgid "%qD is not a member of type %qT"
15386 msgstr ""
15388 #: cp/init.c:1443
15389 msgid "invalid pointer to bit-field %qD"
15390 msgstr ""
15392 #: cp/init.c:1545
15393 msgid "invalid use of non-static member function %qD"
15394 msgstr ""
15396 #: cp/init.c:1551 cp/semantics.c:1321
15397 msgid "invalid use of non-static data member %qD"
15398 msgstr ""
15400 #: cp/init.c:1651
15401 msgid "size in array new must have integral type"
15402 msgstr ""
15404 #: cp/init.c:1654
15405 msgid "zero size array reserves no space"
15406 msgstr ""
15408 #: cp/init.c:1662
15409 msgid "new cannot be applied to a reference type"
15410 msgstr ""
15412 #: cp/init.c:1668
15413 msgid "new cannot be applied to a function type"
15414 msgstr ""
15416 #: cp/init.c:1700
15417 msgid "call to Java constructor, while %<jclass%> undefined"
15418 msgstr ""
15420 #: cp/init.c:1716
15421 msgid "can't find class$"
15422 msgstr ""
15424 #: cp/init.c:1844
15425 msgid "invalid type %<void%> for new"
15426 msgstr ""
15428 #: cp/init.c:1854
15429 msgid "uninitialized const in %<new%> of %q#T"
15430 msgstr ""
15432 #: cp/init.c:1888
15433 #, c-format
15434 msgid "call to Java constructor with %qs undefined"
15435 msgstr ""
15437 #: cp/init.c:1928
15438 msgid "request for member %qD is ambiguous"
15439 msgstr ""
15441 #: cp/init.c:2061
15442 msgid "ISO C++ forbids initialization in array new"
15443 msgstr ""
15445 #: cp/init.c:2531
15446 msgid "initializer ends prematurely"
15447 msgstr ""
15449 #: cp/init.c:2584
15450 msgid "cannot initialize multi-dimensional array with initializer"
15451 msgstr ""
15453 #: cp/init.c:2741
15454 msgid "possible problem detected in invocation of delete operator:"
15455 msgstr ""
15457 #: cp/init.c:2744
15458 msgid ""
15459 "neither the destructor nor the class-specific operator delete will be "
15460 "called, even if they are declared when the class is defined."
15461 msgstr ""
15463 #: cp/init.c:2765
15464 msgid "unknown array size in delete"
15465 msgstr ""
15467 #: cp/init.c:2998
15468 msgid "type to vector delete is neither pointer or array type"
15469 msgstr ""
15471 #: cp/lex.c:436
15472 #, c-format
15473 msgid "junk at end of #pragma %s"
15474 msgstr ""
15476 #: cp/lex.c:443
15477 #, c-format
15478 msgid "invalid #pragma %s"
15479 msgstr ""
15481 #: cp/lex.c:451
15482 msgid "#pragma vtable no longer supported"
15483 msgstr ""
15485 #: cp/lex.c:530
15486 #, c-format
15487 msgid "#pragma implementation for %qs appears after file is included"
15488 msgstr ""
15490 #: cp/lex.c:555
15491 msgid "junk at end of #pragma GCC java_exceptions"
15492 msgstr ""
15494 #: cp/lex.c:569
15495 msgid "%qD not defined"
15496 msgstr ""
15498 #: cp/lex.c:573
15499 msgid "%qD was not declared in this scope"
15500 msgstr ""
15502 #. In a template, it is invalid to write "f()" or "f(3)" if no
15503 #. declaration of "f" is available.  Historically, G++ and most
15504 #. other compilers accepted that usage since they deferred all name
15505 #. lookup until instantiation time rather than doing unqualified
15506 #. name lookup at template definition time; explain to the user what
15507 #. is going wrong.
15509 #. Note that we have the exact wording of the following message in
15510 #. the manual (trouble.texi, node "Name lookup"), so they need to
15511 #. be kept in synch.
15512 #: cp/lex.c:610
15513 msgid ""
15514 "there are no arguments to %qD that depend on a template parameter, so a "
15515 "declaration of %qD must be available"
15516 msgstr ""
15518 #: cp/lex.c:619
15519 msgid ""
15520 "(if you use %<-fpermissive%>, G++ will accept your code, but allowing the "
15521 "use of an undeclared name is deprecated)"
15522 msgstr ""
15524 #: cp/mangle.c:2114
15525 msgid "call_expr cannot be mangled due to a defect in the C++ ABI"
15526 msgstr ""
15528 #: cp/mangle.c:2122
15529 msgid "zero-operand casts cannot be mangled due to a defect in the C++ ABI"
15530 msgstr ""
15532 #: cp/mangle.c:2172
15533 msgid "omitted middle operand to %<?:%> operand cannot be mangled"
15534 msgstr ""
15536 #: cp/mangle.c:2482
15537 msgid "the mangled name of %qD will change in a future version of GCC"
15538 msgstr ""
15540 #: cp/method.c:441
15541 msgid "generic thunk code fails for method %q#D which uses %<...%>"
15542 msgstr ""
15544 #: cp/method.c:657
15545 msgid "non-static const member %q#D, can't use default assignment operator"
15546 msgstr ""
15548 #: cp/method.c:663
15549 msgid "non-static reference member %q#D, can't use default assignment operator"
15550 msgstr ""
15552 #: cp/method.c:1078
15553 msgid ""
15554 "vtable layout for class %qT may not be ABI-compliantand may change in a "
15555 "future version of GCC due to implicit virtual destructor"
15556 msgstr ""
15558 #: cp/name-lookup.c:693
15559 msgid "redeclaration of %<wchar_t%> as %qT"
15560 msgstr ""
15562 #. A redeclaration of main, but not a duplicate of the
15563 #. previous one.
15565 #. [basic.start.main]
15567 #. This function shall not be overloaded.
15568 #: cp/name-lookup.c:725
15569 msgid "invalid redeclaration of %qD"
15570 msgstr ""
15572 #: cp/name-lookup.c:726
15573 msgid "as %qD"
15574 msgstr ""
15576 #: cp/name-lookup.c:814
15577 msgid "type mismatch with previous external decl of %q#D"
15578 msgstr ""
15580 #: cp/name-lookup.c:815
15581 msgid "previous external decl of %q#D"
15582 msgstr ""
15584 #: cp/name-lookup.c:897
15585 msgid "extern declaration of %q#D doesn't match"
15586 msgstr ""
15588 #: cp/name-lookup.c:898
15589 msgid "global declaration %q#D"
15590 msgstr ""
15592 #: cp/name-lookup.c:934 cp/name-lookup.c:941
15593 msgid "declaration of %q#D shadows a parameter"
15594 msgstr ""
15596 #. Location of previous decl is not useful in this case.
15597 #: cp/name-lookup.c:966
15598 msgid "declaration of %qD shadows a member of 'this'"
15599 msgstr ""
15601 #: cp/name-lookup.c:972
15602 msgid "declaration of %qD shadows a previous local"
15603 msgstr ""
15605 #: cp/name-lookup.c:979
15606 msgid "declaration of %qD shadows a global declaration"
15607 msgstr ""
15609 #: cp/name-lookup.c:1095
15610 msgid "name lookup of %qD changed"
15611 msgstr ""
15613 #: cp/name-lookup.c:1096
15614 msgid "  matches this %qD under ISO standard rules"
15615 msgstr ""
15617 #: cp/name-lookup.c:1098
15618 msgid "  matches this %qD under old rules"
15619 msgstr ""
15621 #: cp/name-lookup.c:1116 cp/name-lookup.c:1124
15622 msgid "name lookup of %qD changed for new ISO %<for%> scoping"
15623 msgstr ""
15625 #: cp/name-lookup.c:1118
15626 msgid "  cannot use obsolete binding at %qD because it has a destructor"
15627 msgstr ""
15629 #: cp/name-lookup.c:1126
15630 msgid "  using obsolete binding at %qD"
15631 msgstr ""
15633 #: cp/name-lookup.c:1179
15634 #, c-format
15635 msgid "%s %s(%E) %p %d\n"
15636 msgstr ""
15638 #: cp/name-lookup.c:1182
15639 #, c-format
15640 msgid "%s %s %p %d\n"
15641 msgstr ""
15643 #: cp/name-lookup.c:1308
15644 msgid "XXX is_class_level != (current_scope == class_scope)\n"
15645 msgstr ""
15647 #: cp/name-lookup.c:1864
15648 msgid "%q#D hides constructor for %q#T"
15649 msgstr ""
15651 #: cp/name-lookup.c:1879
15652 msgid "%q#D conflicts with previous using declaration %q#D"
15653 msgstr ""
15655 #: cp/name-lookup.c:1891
15656 msgid "previous non-function declaration %q#D"
15657 msgstr ""
15659 #: cp/name-lookup.c:1892
15660 msgid "conflicts with function declaration %q#D"
15661 msgstr ""
15663 #. It's a nested name with template parameter dependent scope.
15664 #. This can only be using-declaration for class member.
15665 #: cp/name-lookup.c:1970 cp/name-lookup.c:1995 cp/name-lookup.c:3157
15666 msgid "%qT is not a namespace"
15667 msgstr ""
15669 #. 7.3.3/5
15670 #. A using-declaration shall not name a template-id.
15671 #: cp/name-lookup.c:1980
15672 msgid "a using-declaration cannot specify a template-id.  Try %<using %D%>"
15673 msgstr ""
15675 #: cp/name-lookup.c:1987
15676 msgid "namespace %qD not allowed in using-declaration"
15677 msgstr ""
15679 #: cp/name-lookup.c:2023
15680 msgid "%qD not declared"
15681 msgstr ""
15683 #: cp/name-lookup.c:2035 cp/name-lookup.c:2080 cp/name-lookup.c:2114
15684 msgid "%qD is already declared in this scope"
15685 msgstr ""
15687 #: cp/name-lookup.c:2120
15688 msgid "using declaration %qD introduced ambiguous type %qT"
15689 msgstr ""
15691 #: cp/name-lookup.c:2691
15692 msgid "using-declaration for non-member at class scope"
15693 msgstr ""
15695 #: cp/name-lookup.c:2696
15696 msgid "using-declaration cannot name destructor"
15697 msgstr ""
15699 #: cp/name-lookup.c:2769
15700 msgid "declaration of %qD not in a namespace surrounding %qD"
15701 msgstr ""
15703 #: cp/name-lookup.c:2777
15704 msgid "explicit qualification in declaration of `%D'"
15705 msgstr ""
15707 #: cp/name-lookup.c:2813
15708 msgid "%qD should have been declared inside %qD"
15709 msgstr ""
15711 #: cp/name-lookup.c:2875
15712 msgid "namespace alias %qD not allowed here, assuming %qD"
15713 msgstr ""
15715 #. The parser did not find it, so it's not there.
15716 #: cp/name-lookup.c:2990
15717 msgid "unknown namespace %qD"
15718 msgstr ""
15720 #: cp/name-lookup.c:3151
15721 msgid "namespace %qT undeclared"
15722 msgstr ""
15724 #: cp/name-lookup.c:3195
15725 msgid "strong using only meaningful at namespace scope"
15726 msgstr ""
15728 #: cp/name-lookup.c:3202
15729 msgid "%qD attribute directive ignored"
15730 msgstr ""
15732 #: cp/name-lookup.c:3336
15733 msgid "use of %qD is ambiguous"
15734 msgstr ""
15736 #: cp/name-lookup.c:3337
15737 msgid "  first declared as %q#D here"
15738 msgstr ""
15740 #: cp/name-lookup.c:3339
15741 msgid "  also declared as %q#D here"
15742 msgstr ""
15744 #: cp/name-lookup.c:3354
15745 msgid "%qD denotes an ambiguous type"
15746 msgstr ""
15748 #: cp/name-lookup.c:3355
15749 msgid "%J  first type here"
15750 msgstr ""
15752 #: cp/name-lookup.c:3356
15753 msgid "%J  other type here"
15754 msgstr ""
15756 #. This happens for A::B where B is a template, and there are no
15757 #. template arguments.
15758 #: cp/name-lookup.c:3420 cp/parser.c:4365 cp/typeck.c:1786
15759 msgid "invalid use of %qD"
15760 msgstr ""
15762 #: cp/name-lookup.c:3460
15763 msgid "%<%D::%D%> is not a template"
15764 msgstr ""
15766 #: cp/name-lookup.c:3476
15767 msgid "%qD undeclared in namespace %qD"
15768 msgstr ""
15770 #: cp/name-lookup.c:4102
15771 msgid "%qD is not a function,"
15772 msgstr ""
15774 #: cp/name-lookup.c:4103
15775 msgid "  conflict with %qD"
15776 msgstr ""
15778 #: cp/name-lookup.c:4868
15779 msgid "XXX entering pop_everything ()\n"
15780 msgstr ""
15782 #: cp/name-lookup.c:4877
15783 msgid "XXX leaving pop_everything ()\n"
15784 msgstr ""
15786 #: cp/parser.c:1807
15787 msgid "%<#pragma%> is not allowed here"
15788 msgstr ""
15790 #: cp/parser.c:1836
15791 msgid "%<%D::%D%> has not been declared"
15792 msgstr ""
15794 #: cp/parser.c:1839 cp/semantics.c:2375
15795 msgid "%<::%D%> has not been declared"
15796 msgstr ""
15798 #: cp/parser.c:1842
15799 msgid "request for member %qD in non-class type %qT"
15800 msgstr ""
15802 #: cp/parser.c:1845
15803 msgid "%<%T::%D%> has not been declared"
15804 msgstr ""
15806 #: cp/parser.c:1848
15807 msgid "%qD has not been declared"
15808 msgstr ""
15810 #: cp/parser.c:1851
15811 msgid "%<%D::%D%> %s"
15812 msgstr ""
15814 #: cp/parser.c:1853
15815 msgid "%<::%D%> %s"
15816 msgstr ""
15818 #: cp/parser.c:1855
15819 msgid "%qD %s"
15820 msgstr ""
15822 #: cp/parser.c:1907
15823 msgid "new types may not be defined in a return type"
15824 msgstr ""
15826 #: cp/parser.c:1908
15827 msgid "(perhaps a semicolon is missing after the definition of %qT)"
15828 msgstr ""
15830 #: cp/parser.c:1927 cp/pt.c:4328
15831 msgid "%qT is not a template"
15832 msgstr ""
15834 #: cp/parser.c:1929
15835 #, c-format
15836 msgid "%qE is not a template"
15837 msgstr ""
15839 #: cp/parser.c:1931
15840 msgid "invalid template-id"
15841 msgstr ""
15843 #: cp/parser.c:1960
15844 #, c-format
15845 msgid "%s cannot appear in a constant-expression"
15846 msgstr ""
15848 #: cp/parser.c:1985
15849 #, c-format
15850 msgid "invalid use of template-name %qE without an argument list"
15851 msgstr ""
15853 #. Issue an error message.
15854 #: cp/parser.c:1990
15855 #, c-format
15856 msgid "%qE does not name a type"
15857 msgstr ""
15859 #: cp/parser.c:2021
15860 msgid "(perhaps %<typename %T::%E%> was intended)"
15861 msgstr ""
15863 #: cp/parser.c:2036
15864 #, c-format
15865 msgid "%qE in namespace %qE does not name a type"
15866 msgstr ""
15868 #: cp/parser.c:2039
15869 msgid "%qE in class %qT does not name a type"
15870 msgstr ""
15872 #: cp/parser.c:2748
15873 msgid "ISO C++ forbids braced-groups within expressions"
15874 msgstr ""
15876 #: cp/parser.c:2757
15877 msgid "statement-expressions are allowed only inside functions"
15878 msgstr ""
15880 #: cp/parser.c:2808
15881 msgid "%<this%> may not be used in this context"
15882 msgstr ""
15884 #: cp/parser.c:2944
15885 msgid "local variable %qD may not appear in this context"
15886 msgstr ""
15888 #: cp/parser.c:3316
15889 msgid "typedef-name %qD used as destructor declarator"
15890 msgstr ""
15892 #: cp/parser.c:3965
15893 msgid "ISO C++ forbids compound-literals"
15894 msgstr ""
15896 #: cp/parser.c:4885
15897 msgid "array bound forbidden after parenthesized type-id"
15898 msgstr ""
15900 #: cp/parser.c:4886
15901 msgid "try removing the parentheses around the type-id"
15902 msgstr ""
15904 #: cp/parser.c:5087
15905 msgid "expression in new-declarator must have integral or enumeration type"
15906 msgstr ""
15908 #: cp/parser.c:5276
15909 msgid "use of old-style cast"
15910 msgstr ""
15912 #: cp/parser.c:6041
15913 #, c-format
15914 msgid "case label %qE not within a switch statement"
15915 msgstr ""
15917 #: cp/parser.c:6584
15918 msgid "ISO C++ forbids computed gotos"
15919 msgstr ""
15921 #: cp/parser.c:6709
15922 msgid "extra %<;%>"
15923 msgstr ""
15925 #: cp/parser.c:7028
15926 msgid "mixing declarations and function-definitions is forbidden"
15927 msgstr ""
15929 #: cp/parser.c:7159
15930 msgid "duplicate %<friend%>"
15931 msgstr ""
15933 #: cp/parser.c:7328
15934 msgid "class definition may not be declared a friend"
15935 msgstr ""
15937 #: cp/parser.c:7641
15938 msgid "only constructors take base initializers"
15939 msgstr ""
15941 #: cp/parser.c:7692
15942 msgid "anachronistic old-style base class initializer"
15943 msgstr ""
15945 #: cp/parser.c:7734
15946 msgid ""
15947 "keyword %<typename%> not allowed in this context (a qualified member "
15948 "initializer is implicitly a type)"
15949 msgstr ""
15951 #. Warn that we do not support `export'.
15952 #: cp/parser.c:8096
15953 msgid "keyword %<export%> not implemented, and will be ignored"
15954 msgstr ""
15956 #. Otherwise, emit an error about the invalid digraph, but continue
15957 #. parsing because we got our argument list.
15958 #: cp/parser.c:8469
15959 msgid "%<<::%> cannot begin a template-argument list"
15960 msgstr ""
15962 #: cp/parser.c:8470
15963 msgid ""
15964 "%<<:%> is an alternate spelling for %<[%>. Insert whitespace between %<<%> "
15965 "and %<::%>"
15966 msgstr ""
15968 #: cp/parser.c:8477
15969 msgid "(if you use -fpermissive G++ will accept your code)"
15970 msgstr ""
15972 #: cp/parser.c:8541
15973 msgid "parse error in template argument list"
15974 msgstr ""
15976 #. Explain what went wrong.
15977 #: cp/parser.c:8654
15978 msgid "non-template %qD used as template"
15979 msgstr ""
15981 #: cp/parser.c:8655
15982 msgid "use %<%T::template %D%> to indicate that it is a template"
15983 msgstr ""
15985 #: cp/parser.c:9245 cp/parser.c:15012
15986 #, c-format
15987 msgid "template declaration of %qs"
15988 msgstr ""
15990 #: cp/parser.c:9688
15991 msgid "using %<typename%> outside of template"
15992 msgstr ""
15994 #: cp/parser.c:9883
15995 msgid "type attributes are honored only at type definition"
15996 msgstr ""
15998 #. [namespace.udecl]
16000 #. A using declaration shall not name a template-id.
16001 #: cp/parser.c:10265
16002 msgid "a template-id may not appear in a using-declaration"
16003 msgstr ""
16005 #: cp/parser.c:10595
16006 msgid "an asm-specification is not allowed on a function-definition"
16007 msgstr ""
16009 #: cp/parser.c:10597
16010 msgid "attributes are not allowed on a function-definition"
16011 msgstr ""
16013 #: cp/parser.c:10728
16014 msgid "attributes after parenthesized initializer ignored"
16015 msgstr ""
16017 #: cp/parser.c:11113
16018 msgid "array bound is not an integer constant"
16019 msgstr ""
16021 #: cp/parser.c:11183
16022 msgid "%<%T::%D%> is not a type"
16023 msgstr ""
16025 #: cp/parser.c:11225
16026 msgid "invalid use of constructor as a template"
16027 msgstr ""
16029 #: cp/parser.c:11226
16030 msgid ""
16031 "use %<%T::%D%> instead of %<%T::%T%> to name the constructor in a qualified "
16032 "name"
16033 msgstr ""
16035 #: cp/parser.c:11414
16036 msgid "duplicate cv-qualifier"
16037 msgstr ""
16039 #: cp/parser.c:11916
16040 msgid "file ends in default argument"
16041 msgstr ""
16043 #: cp/parser.c:11977
16044 msgid "deprecated use of default argument for parameter of non-function"
16045 msgstr ""
16047 #: cp/parser.c:11980
16048 msgid "default arguments are only permitted for function parameters"
16049 msgstr ""
16051 #: cp/parser.c:12722
16052 msgid "invalid class name in declaration of %qD"
16053 msgstr ""
16055 #: cp/parser.c:12733
16056 msgid "declaration of %qD in %qD which does not enclose %qD"
16057 msgstr ""
16059 #: cp/parser.c:12746
16060 msgid "extra qualification ignored"
16061 msgstr ""
16063 #: cp/parser.c:12757
16064 msgid "an explicit specialization must be preceded by %<template <>%>"
16065 msgstr ""
16067 #: cp/parser.c:12850
16068 msgid "previous definition of %q#T"
16069 msgstr ""
16071 #: cp/parser.c:13059
16072 msgid "%Hextra %<;%>"
16073 msgstr ""
16075 #: cp/parser.c:13077
16076 msgid "a class-key must be used when declaring a friend"
16077 msgstr ""
16079 #: cp/parser.c:13091
16080 msgid "friend declaration does not name a class or function"
16081 msgstr ""
16083 #: cp/parser.c:13267
16084 msgid "pure-specifier on function-definition"
16085 msgstr ""
16087 #: cp/parser.c:13545
16088 msgid "keyword %<typename%> not allowed outside of templates"
16089 msgstr ""
16091 #: cp/parser.c:13547
16092 msgid ""
16093 "keyword %<typename%> not allowed in this context (the base class is "
16094 "implicitly a type)"
16095 msgstr ""
16097 #: cp/parser.c:13821
16098 msgid "invalid catch parameter"
16099 msgstr ""
16101 #: cp/parser.c:14399
16102 msgid "reference to %qD is ambiguous"
16103 msgstr ""
16105 #: cp/parser.c:14568
16106 msgid "too few template-parameter-lists"
16107 msgstr ""
16109 #. Otherwise, there are too many template parameter lists.  We have
16110 #. something like:
16112 #. template <class T> template <class U> void S::f();
16113 #: cp/parser.c:14583
16114 msgid "too many template-parameter-lists"
16115 msgstr ""
16117 #. Skip the entire function.
16118 #: cp/parser.c:14807
16119 msgid "invalid function declaration"
16120 msgstr ""
16122 #. Issue an error message.
16123 #: cp/parser.c:14844
16124 msgid "named return values are no longer supported"
16125 msgstr ""
16127 #: cp/parser.c:15218
16128 msgid "%H%<>>%> should be %<> >%> within a nested template argument list"
16129 msgstr ""
16131 #: cp/parser.c:15233
16132 msgid "spurious %<>>%>, use %<>%> to terminate a template argument list"
16133 msgstr ""
16135 #: cp/parser.c:15238
16136 msgid "missing %<>%> to terminate the template argument list"
16137 msgstr ""
16139 #: cp/parser.c:15766
16140 msgid "%qs tag used in naming %q#T"
16141 msgstr ""
16143 #: cp/parser.c:15787
16144 msgid "%qD redeclared with different access"
16145 msgstr ""
16147 #: cp/parser.c:15804
16148 msgid "%<template%> (as a disambiguator) is only allowed within templates"
16149 msgstr ""
16151 #: cp/parser.c:16012
16152 msgid "inter-module optimizations not implemented for C++"
16153 msgstr ""
16155 #: cp/pt.c:241
16156 msgid "data member %qD cannot be a member template"
16157 msgstr ""
16159 #: cp/pt.c:253
16160 msgid "invalid member template declaration %qD"
16161 msgstr ""
16163 #: cp/pt.c:575
16164 msgid "explicit specialization in non-namespace scope %qD"
16165 msgstr ""
16167 #: cp/pt.c:586
16168 msgid "enclosing class templates are not explicitly specialized"
16169 msgstr ""
16171 #: cp/pt.c:670
16172 msgid "specialization of %qD in different namespace"
16173 msgstr ""
16175 #: cp/pt.c:671 cp/pt.c:740
16176 msgid "  from definition of %q#D"
16177 msgstr ""
16179 #: cp/pt.c:707
16180 msgid "specialization of %qT after instantiation"
16181 msgstr ""
16183 #: cp/pt.c:739
16184 msgid "specializing %q#T in different namespace"
16185 msgstr ""
16187 #: cp/pt.c:754
16188 msgid "specialization %qT after instantiation %qT"
16189 msgstr ""
16191 #: cp/pt.c:766
16192 msgid "explicit specialization of non-template %qT"
16193 msgstr ""
16195 #: cp/pt.c:1164
16196 msgid "specialization of %qD after instantiation"
16197 msgstr ""
16199 #: cp/pt.c:1293
16200 msgid "%s %+#D"
16201 msgstr ""
16203 #: cp/pt.c:1349
16204 msgid "%qD is not a function template"
16205 msgstr ""
16207 #: cp/pt.c:1534
16208 msgid "template-id %qD for %q+D does not match any template declaration"
16209 msgstr ""
16211 #: cp/pt.c:1543
16212 msgid "ambiguous template specialization %qD for %q+D"
16213 msgstr ""
16215 #. This case handles bogus declarations like template <>
16216 #. template <class T> void f<int>();
16217 #: cp/pt.c:1774 cp/pt.c:1828
16218 msgid "template-id %qD in declaration of primary template"
16219 msgstr ""
16221 #: cp/pt.c:1787
16222 msgid "template parameter list used in explicit instantiation"
16223 msgstr ""
16225 #: cp/pt.c:1793
16226 msgid "definition provided for explicit instantiation"
16227 msgstr ""
16229 #: cp/pt.c:1801
16230 msgid "too many template parameter lists in declaration of %qD"
16231 msgstr ""
16233 #: cp/pt.c:1804
16234 msgid "too few template parameter lists in declaration of %qD"
16235 msgstr ""
16237 #: cp/pt.c:1806
16238 msgid "explicit specialization of %qD must be introduced by %<template <>%>"
16239 msgstr ""
16241 #: cp/pt.c:1825
16242 msgid "function template partial specialization %qD is not allowed"
16243 msgstr ""
16245 #: cp/pt.c:1857
16246 msgid "default argument specified in explicit specialization"
16247 msgstr ""
16249 #: cp/pt.c:1861
16250 msgid "template specialization with C linkage"
16251 msgstr ""
16253 #: cp/pt.c:1888
16254 msgid "%qD is not a template function"
16255 msgstr ""
16257 #. From [temp.expl.spec]:
16259 #. If such an explicit specialization for the member
16260 #. of a class template names an implicitly-declared
16261 #. special member function (clause _special_), the
16262 #. program is ill-formed.
16264 #. Similar language is found in [temp.explicit].
16265 #: cp/pt.c:1950
16266 msgid "specialization of implicitly-declared special member function"
16267 msgstr ""
16269 #: cp/pt.c:1994
16270 msgid "no member function %qD declared in %qT"
16271 msgstr ""
16273 #: cp/pt.c:2199
16274 msgid " shadows template parm %q#D"
16275 msgstr ""
16277 #: cp/pt.c:2601
16278 msgid "template parameters not used in partial specialization:"
16279 msgstr ""
16281 #: cp/pt.c:2605
16282 msgid "        %qD"
16283 msgstr ""
16285 #: cp/pt.c:2616
16286 msgid "partial specialization %qT does not specialize any template arguments"
16287 msgstr ""
16289 #: cp/pt.c:2641
16290 #, c-format
16291 msgid "template argument %qE involves template parameter(s)"
16292 msgstr ""
16294 #: cp/pt.c:2685
16295 msgid "type %qT of template argument %qE depends on template parameter(s)"
16296 msgstr ""
16298 #: cp/pt.c:2772
16299 msgid "no default argument for %qD"
16300 msgstr ""
16302 #: cp/pt.c:2929
16303 msgid "template with C linkage"
16304 msgstr ""
16306 #: cp/pt.c:2932
16307 msgid "template class without a name"
16308 msgstr ""
16310 #. [temp.mem]
16312 #. A destructor shall not be a member template.
16313 #: cp/pt.c:2940
16314 msgid "destructor %qD declared as member template"
16315 msgstr ""
16317 #. [basic.stc.dynamic.allocation]
16319 #. An allocation function can be a function
16320 #. template. ... Template allocation functions shall
16321 #. have two or more parameters.
16322 #: cp/pt.c:2955
16323 msgid "invalid template declaration of %qD"
16324 msgstr ""
16326 #: cp/pt.c:3036
16327 msgid "%qD does not declare a template type"
16328 msgstr ""
16330 #: cp/pt.c:3042
16331 msgid "template definition of non-template %q#D"
16332 msgstr ""
16334 #: cp/pt.c:3084
16335 msgid "expected %d levels of template parms for %q#D, got %d"
16336 msgstr ""
16338 #: cp/pt.c:3096
16339 msgid "got %d template parameters for %q#D"
16340 msgstr ""
16342 #: cp/pt.c:3099
16343 msgid "got %d template parameters for %q#T"
16344 msgstr ""
16346 #: cp/pt.c:3101
16347 #, c-format
16348 msgid "  but %d required"
16349 msgstr ""
16351 #: cp/pt.c:3190
16352 msgid "%qT is not a template type"
16353 msgstr ""
16355 #: cp/pt.c:3203
16356 msgid "template specifiers not specified in declaration of %qD"
16357 msgstr ""
16359 #: cp/pt.c:3213
16360 msgid "previous declaration %qD"
16361 msgstr ""
16363 #: cp/pt.c:3214
16364 #, c-format
16365 msgid "used %d template parameter%s instead of %d"
16366 msgstr ""
16368 #: cp/pt.c:3234
16369 msgid "template parameter %q#D"
16370 msgstr ""
16372 #: cp/pt.c:3235
16373 msgid "redeclared here as %q#D"
16374 msgstr ""
16376 #. We have in [temp.param]:
16378 #. A template-parameter may not be given default arguments
16379 #. by two different declarations in the same scope.
16380 #: cp/pt.c:3245
16381 msgid "redefinition of default argument for %q#D"
16382 msgstr ""
16384 #: cp/pt.c:3246
16385 msgid "%J  original definition appeared here"
16386 msgstr ""
16388 #: cp/pt.c:3342
16389 msgid ""
16390 "%qE is not a valid template argument for type %qT because function %qD has "
16391 "not external linkage"
16392 msgstr ""
16394 #: cp/pt.c:3383
16395 msgid ""
16396 "%qE is not a valid template argument for type %qT because string literals "
16397 "can never be used in this context"
16398 msgstr ""
16400 #: cp/pt.c:3458
16401 msgid ""
16402 "%qE is not a valid template argument for type %qT because it is a non-"
16403 "constant expression"
16404 msgstr ""
16406 #: cp/pt.c:3508
16407 msgid ""
16408 "%qE is not a valid template argument for type %qT because it is not a "
16409 "constant pointer"
16410 msgstr ""
16412 #: cp/pt.c:3528
16413 msgid ""
16414 "%qE is not a valid template argument for type %qT because of conflicts in cv-"
16415 "qualification"
16416 msgstr ""
16418 #: cp/pt.c:3535
16419 msgid ""
16420 "%qE is not a valid template argument for type %qT because it is not a lvalue"
16421 msgstr ""
16423 #: cp/pt.c:3548
16424 msgid ""
16425 "%qE is not a valid template argument for type %qT because object %qD has not "
16426 "external linkage"
16427 msgstr ""
16429 #: cp/pt.c:3590
16430 msgid ""
16431 "%qE is not a valid template argument for type %qT because it is a pointer"
16432 msgstr ""
16434 #: cp/pt.c:3592
16435 #, c-format
16436 msgid "try using %qE instead"
16437 msgstr ""
16439 #: cp/pt.c:3627
16440 msgid ""
16441 "%qE is not a valid template argument for type %qT because it is of type %qT"
16442 msgstr ""
16444 #: cp/pt.c:3630
16445 msgid "standard conversions are not allowed in this context"
16446 msgstr ""
16448 #: cp/pt.c:3799
16449 msgid "to refer to a type member of a template parameter, use %<typename %E%>"
16450 msgstr ""
16452 #: cp/pt.c:3814 cp/pt.c:3833 cp/pt.c:3873
16453 msgid "type/value mismatch at argument %d in template parameter list for %qD"
16454 msgstr ""
16456 #: cp/pt.c:3818
16457 msgid "  expected a constant of type %qT, got %qT"
16458 msgstr ""
16460 #: cp/pt.c:3822
16461 #, c-format
16462 msgid "  expected a class template, got %qE"
16463 msgstr ""
16465 #: cp/pt.c:3824
16466 #, c-format
16467 msgid "  expected a type, got %qE"
16468 msgstr ""
16470 #: cp/pt.c:3837
16471 msgid "  expected a type, got %qT"
16472 msgstr ""
16474 #: cp/pt.c:3839
16475 msgid "  expected a class template, got %qT"
16476 msgstr ""
16478 #: cp/pt.c:3876
16479 msgid "  expected a template of type %qD, got %qD"
16480 msgstr ""
16482 #: cp/pt.c:3912
16483 msgid "could not convert template argument %qE to %qT"
16484 msgstr ""
16486 #: cp/pt.c:3951
16487 #, c-format
16488 msgid "wrong number of template arguments (%d, should be %d)"
16489 msgstr ""
16491 #: cp/pt.c:3955
16492 msgid "provided for %qD"
16493 msgstr ""
16495 #: cp/pt.c:3985
16496 #, c-format
16497 msgid "template argument %d is invalid"
16498 msgstr ""
16500 #: cp/pt.c:4340
16501 msgid "non-template type %qT used as a template"
16502 msgstr ""
16504 #: cp/pt.c:4342
16505 msgid "for template declaration %qD"
16506 msgstr ""
16508 #: cp/pt.c:4982
16509 msgid ""
16510 "template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN "
16511 "to increase the maximum) instantiating %qD"
16512 msgstr ""
16514 #: cp/pt.c:5424
16515 msgid "ambiguous class template instantiation for %q#T"
16516 msgstr ""
16518 #: cp/pt.c:5430
16519 msgid "%s %+#T"
16520 msgstr ""
16522 #: cp/pt.c:6510
16523 msgid "instantiation of %qD as type %qT"
16524 msgstr ""
16526 #: cp/pt.c:6678
16527 msgid "invalid parameter type %qT"
16528 msgstr ""
16530 #: cp/pt.c:6680
16531 msgid "in declaration %qD"
16532 msgstr ""
16534 #: cp/pt.c:6741
16535 msgid "function returning an array"
16536 msgstr ""
16538 #: cp/pt.c:6743
16539 msgid "function returning a function"
16540 msgstr ""
16542 #: cp/pt.c:6770
16543 msgid "creating pointer to member function of non-class type %qT"
16544 msgstr ""
16546 #: cp/pt.c:6938
16547 msgid "creating array with size zero"
16548 msgstr ""
16550 #: cp/pt.c:6952
16551 #, c-format
16552 msgid "creating array with size zero (%qE)"
16553 msgstr ""
16555 #: cp/pt.c:7169
16556 msgid "forming reference to void"
16557 msgstr ""
16559 #: cp/pt.c:7171
16560 msgid "forming %s to reference type %qT"
16561 msgstr ""
16563 #: cp/pt.c:7208
16564 msgid "creating pointer to member of non-class type %qT"
16565 msgstr ""
16567 #: cp/pt.c:7214
16568 msgid "creating pointer to member reference type %qT"
16569 msgstr ""
16571 #: cp/pt.c:7280
16572 msgid "creating array of %qT"
16573 msgstr ""
16575 #: cp/pt.c:7286
16576 msgid "creating array of %qT, which is an abstract class type"
16577 msgstr ""
16579 #: cp/pt.c:7330
16580 msgid "%qT is not a class, struct, or union type"
16581 msgstr ""
16583 #: cp/pt.c:7365
16584 msgid "%qT resolves to %qT, which is not an enumeration type"
16585 msgstr ""
16587 #: cp/pt.c:7368
16588 msgid "%qT resolves to %qT, which is is not a class type"
16589 msgstr ""
16591 #: cp/pt.c:7429
16592 #, c-format
16593 msgid "use of %qs in template"
16594 msgstr ""
16596 #: cp/pt.c:7554
16597 #, c-format
16598 msgid ""
16599 "dependent-name %qE is parsed as a non-type, but instantiation yields a type"
16600 msgstr ""
16602 #: cp/pt.c:7556
16603 msgid "say %<typename %E%> if a type is meant"
16604 msgstr ""
16606 #: cp/pt.c:7675
16607 msgid "using invalid field %qD"
16608 msgstr ""
16610 #: cp/pt.c:8729
16611 msgid "%qT is not a class or namespace"
16612 msgstr ""
16614 #: cp/pt.c:8732
16615 msgid "%qD is not a class or namespace"
16616 msgstr ""
16618 #: cp/pt.c:8872
16619 msgid "%qT is/uses anonymous type"
16620 msgstr ""
16622 #: cp/pt.c:8874
16623 msgid "%qT uses local type %qT"
16624 msgstr ""
16626 #: cp/pt.c:8883
16627 msgid "%qT is a variably modified type"
16628 msgstr ""
16630 #: cp/pt.c:8894
16631 #, c-format
16632 msgid "integral expression %qE is not constant"
16633 msgstr ""
16635 #: cp/pt.c:8899
16636 msgid "  trying to instantiate %qD"
16637 msgstr ""
16639 #: cp/pt.c:9418
16640 msgid "incomplete type unification"
16641 msgstr ""
16643 #: cp/pt.c:10767 cp/pt.c:10838
16644 msgid "explicit instantiation of non-template %q#D"
16645 msgstr ""
16647 #: cp/pt.c:10783 cp/pt.c:10833
16648 msgid "no matching template for %qD found"
16649 msgstr ""
16651 #: cp/pt.c:10789
16652 msgid "explicit instantiation of %q#D"
16653 msgstr ""
16655 #: cp/pt.c:10825
16656 msgid "duplicate explicit instantiation of %q#D"
16657 msgstr ""
16659 #: cp/pt.c:10847
16660 msgid "ISO C++ forbids the use of %<extern%> on explicit instantiations"
16661 msgstr ""
16663 #: cp/pt.c:10852 cp/pt.c:10942
16664 msgid "storage class %qD applied to template instantiation"
16665 msgstr ""
16667 #: cp/pt.c:10914
16668 msgid "explicit instantiation of non-template type %qT"
16669 msgstr ""
16671 #: cp/pt.c:10923
16672 msgid "explicit instantiation of %q#T before definition of template"
16673 msgstr ""
16675 #: cp/pt.c:10931
16676 #, c-format
16677 msgid "ISO C++ forbids the use of %qE on explicit instantiations"
16678 msgstr ""
16680 #: cp/pt.c:10976
16681 msgid "duplicate explicit instantiation of %q#T"
16682 msgstr ""
16684 #: cp/pt.c:11341
16685 msgid "explicit instantiation of %qD but no definition available"
16686 msgstr ""
16688 #: cp/pt.c:11485
16689 msgid ""
16690 "template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN "
16691 "to increase the maximum) instantiating %q+D, possibly from virtual table "
16692 "generation"
16693 msgstr ""
16695 #: cp/pt.c:11753
16696 msgid "%q#T is not a valid type for a template constant parameter"
16697 msgstr ""
16699 #: cp/repo.c:112
16700 msgid "-frepo must be used with -c"
16701 msgstr ""
16703 #: cp/repo.c:200
16704 #, c-format
16705 msgid "mysterious repository information in %s"
16706 msgstr ""
16708 #: cp/repo.c:214
16709 #, c-format
16710 msgid "can't create repository information file %qs"
16711 msgstr ""
16713 #: cp/rtti.c:244
16714 msgid "cannot use typeid with -fno-rtti"
16715 msgstr ""
16717 #: cp/rtti.c:250
16718 msgid "must #include <typeinfo> before using typeid"
16719 msgstr ""
16721 #: cp/rtti.c:322
16722 msgid ""
16723 "cannot create type information for type %qT because its size is variable"
16724 msgstr ""
16726 #: cp/rtti.c:570 cp/rtti.c:584
16727 msgid "dynamic_cast of %q#D to %q#T can never succeed"
16728 msgstr ""
16730 #: cp/rtti.c:663
16731 msgid "cannot dynamic_cast %qE (of type %q#T) to type %q#T (%s)"
16732 msgstr ""
16734 #: cp/search.c:257
16735 msgid "%qT is an ambiguous base of %qT"
16736 msgstr ""
16738 #: cp/search.c:275
16739 msgid "%qT is an inaccessible base of %qT"
16740 msgstr ""
16742 #: cp/search.c:1843
16743 msgid "deprecated covariant return type for %q#D"
16744 msgstr ""
16746 #: cp/search.c:1845 cp/search.c:1860 cp/search.c:1866
16747 msgid "  overriding %q#D"
16748 msgstr ""
16750 #: cp/search.c:1859
16751 msgid "invalid covariant return type for %q#D"
16752 msgstr ""
16754 #: cp/search.c:1864
16755 msgid "conflicting return type specified for %q#D"
16756 msgstr ""
16758 #: cp/search.c:1875
16759 msgid "looser throw specifier for %q#F"
16760 msgstr ""
16762 #: cp/search.c:1876
16763 msgid "  overriding %q#F"
16764 msgstr ""
16766 #. A static member function cannot match an inherited
16767 #. virtual member function.
16768 #: cp/search.c:1969
16769 msgid "%q#D cannot be declared"
16770 msgstr ""
16772 #: cp/search.c:1970
16773 msgid "  since %q#D declared in base class"
16774 msgstr ""
16776 #: cp/semantics.c:1199
16777 #, c-format
16778 msgid "type of asm operand %qE could not be determined"
16779 msgstr ""
16781 #: cp/semantics.c:1318
16782 msgid "invalid use of member %qD in static member function"
16783 msgstr ""
16785 #: cp/semantics.c:1322 cp/semantics.c:1361
16786 msgid "from this location"
16787 msgstr ""
16789 #: cp/semantics.c:1360
16790 msgid "object missing in reference to %qD"
16791 msgstr ""
16793 #: cp/semantics.c:1838
16794 msgid "arguments to destructor are not allowed"
16795 msgstr ""
16797 #: cp/semantics.c:1888
16798 msgid "%<this%> is unavailable for static member functions"
16799 msgstr ""
16801 #: cp/semantics.c:1894
16802 msgid "invalid use of %<this%> in non-member function"
16803 msgstr ""
16805 #: cp/semantics.c:1896
16806 msgid "invalid use of %<this%> at top level"
16807 msgstr ""
16809 #: cp/semantics.c:1920
16810 msgid "invalid qualifying scope in pseudo-destructor name"
16811 msgstr ""
16813 #: cp/semantics.c:1940
16814 msgid "%qE is not of type %qT"
16815 msgstr ""
16817 #: cp/semantics.c:2039
16818 msgid "template type parameters must use the keyword %<class%> or %<typename%>"
16819 msgstr ""
16821 #: cp/semantics.c:2083
16822 msgid ""
16823 "invalid use of type %qT as a default value for a template template-parameter"
16824 msgstr ""
16826 #: cp/semantics.c:2086
16827 msgid "invalid use of %qD as a default value for a template template-parameter"
16828 msgstr ""
16830 #: cp/semantics.c:2090
16831 msgid "invalid default argument for a template template parameter"
16832 msgstr ""
16834 #: cp/semantics.c:2107
16835 msgid "definition of %q#T inside template parameter list"
16836 msgstr ""
16838 #: cp/semantics.c:2118
16839 msgid "invalid definition of qualified type %qT"
16840 msgstr ""
16842 #: cp/semantics.c:2334
16843 msgid "invalid base-class specification"
16844 msgstr ""
16846 #: cp/semantics.c:2343
16847 msgid "base class %qT has cv qualifiers"
16848 msgstr ""
16850 #: cp/semantics.c:2363
16851 msgid "incomplete type %qT used in nested name specifier"
16852 msgstr ""
16854 #: cp/semantics.c:2366
16855 msgid "reference to %<%T::%D%> is ambiguous"
16856 msgstr ""
16858 #: cp/semantics.c:2370 cp/typeck.c:1621
16859 msgid "%qD is not a member of %qT"
16860 msgstr ""
16862 #: cp/semantics.c:2373
16863 msgid "%qD is not a member of %qD"
16864 msgstr ""
16866 #: cp/semantics.c:2502
16867 msgid ""
16868 "template parameter %qD of type %qT is not allowed in an integral constant "
16869 "expression because it is not of integral or enumeration type"
16870 msgstr ""
16872 #: cp/semantics.c:2656
16873 msgid "%qD cannot appear in a constant-expression"
16874 msgstr ""
16876 #: cp/semantics.c:2664
16877 msgid "use of namespace %qD as expression"
16878 msgstr ""
16880 #: cp/semantics.c:2669
16881 msgid "use of class template %qT as expression"
16882 msgstr ""
16884 #. Ambiguous reference to base members.
16885 #: cp/semantics.c:2675
16886 msgid "request for member %qD is ambiguous in multiple inheritance lattice"
16887 msgstr ""
16889 #: cp/semantics.c:2748
16890 #, c-format
16891 msgid "use of %s from containing function"
16892 msgstr ""
16894 #: cp/semantics.c:2751
16895 msgid "  %q#D declared here"
16896 msgstr ""
16898 #: cp/semantics.c:2801
16899 #, c-format
16900 msgid "type of %qE is unknown"
16901 msgstr ""
16903 #: cp/tree.c:539
16904 msgid "%qV qualifiers cannot be applied to %qT"
16905 msgstr ""
16907 #: cp/tree.c:1740
16908 #, c-format
16909 msgid "%qE attribute can only be applied to Java class definitions"
16910 msgstr ""
16912 #: cp/tree.c:1769
16913 #, c-format
16914 msgid "%qE attribute can only be applied to class definitions"
16915 msgstr ""
16917 #: cp/tree.c:1774
16918 #, c-format
16919 msgid "%qE is obsolete; g++ vtables are now COM-compatible by default"
16920 msgstr ""
16922 #: cp/tree.c:1798
16923 msgid "requested init_priority is not an integer constant"
16924 msgstr ""
16926 #: cp/tree.c:1819
16927 #, c-format
16928 msgid ""
16929 "can only use %qE attribute on file-scope definitions of objects of class type"
16930 msgstr ""
16932 #: cp/tree.c:1827
16933 msgid "requested init_priority is out of range"
16934 msgstr ""
16936 #: cp/tree.c:1837
16937 msgid "requested init_priority is reserved for internal use"
16938 msgstr ""
16940 #: cp/tree.c:1847
16941 #, c-format
16942 msgid "%qE attribute is not supported on this platform"
16943 msgstr ""
16945 #: cp/typeck.c:434 cp/typeck.c:448 cp/typeck.c:541
16946 msgid "%s between distinct pointer types %qT and %qT lacks a cast"
16947 msgstr ""
16949 #: cp/typeck.c:510
16950 msgid ""
16951 "ISO C++ forbids %s between pointer of type %<void *%> and pointer-to-function"
16952 msgstr ""
16954 #: cp/typeck.c:561
16955 msgid "%s between distinct pointer-to-member types %qT and %qT lacks a cast"
16956 msgstr ""
16958 #: cp/typeck.c:1239
16959 #, c-format
16960 msgid "invalid application of %qs to a member function"
16961 msgstr ""
16963 #: cp/typeck.c:1272
16964 #, c-format
16965 msgid "invalid application of %qs to a bit-field"
16966 msgstr ""
16968 #: cp/typeck.c:1277
16969 #, c-format
16970 msgid "ISO C++ forbids applying %qs to an expression of function type"
16971 msgstr ""
16973 #: cp/typeck.c:1314
16974 msgid "invalid use of non-static member function"
16975 msgstr ""
16977 #: cp/typeck.c:1481
16978 msgid "deprecated conversion from string constant to %qT'"
16979 msgstr ""
16981 #: cp/typeck.c:1592 cp/typeck.c:1882
16982 msgid "request for member %qD in %qE, which is of non-class type %qT"
16983 msgstr ""
16985 #: cp/typeck.c:1619
16986 #, c-format
16987 msgid "invalid use of nonstatic data member %qE"
16988 msgstr ""
16990 #: cp/typeck.c:1671 cp/typeck.c:1699
16991 msgid "invalid access to non-static data member %qD of NULL object"
16992 msgstr ""
16994 #: cp/typeck.c:1674 cp/typeck.c:1701
16995 msgid "(perhaps the %<offsetof%> macro was used incorrectly)"
16996 msgstr ""
16998 #: cp/typeck.c:1812
16999 msgid "qualified type %qT does not match destructor name ~%qT"
17000 msgstr ""
17002 #: cp/typeck.c:1818
17003 msgid "the type being destroyed is %qT, but the destructor refers to %qT"
17004 msgstr ""
17006 #: cp/typeck.c:1928
17007 msgid "%<%D::%D%> is not a member of %qT"
17008 msgstr ""
17010 #: cp/typeck.c:1939
17011 msgid "%qT is not a base of %qT"
17012 msgstr ""
17014 #: cp/typeck.c:1958
17015 msgid "%qD has no member named %qE"
17016 msgstr ""
17018 #: cp/typeck.c:1973
17019 msgid "%qD is not a member template function"
17020 msgstr ""
17022 #. A pointer to incomplete type (other than cv void) can be
17023 #. dereferenced [expr.unary.op]/1
17024 #: cp/typeck.c:2080
17025 msgid "%qT is not a pointer-to-object type"
17026 msgstr ""
17028 #: cp/typeck.c:2105
17029 #, c-format
17030 msgid "invalid use of %qs on pointer to member"
17031 msgstr ""
17033 #: cp/typeck.c:2111
17034 msgid "invalid type argument"
17035 msgstr ""
17037 #: cp/typeck.c:2134
17038 msgid "subscript missing in array reference"
17039 msgstr ""
17041 #: cp/typeck.c:2216
17042 msgid "ISO C++ forbids subscripting non-lvalue array"
17043 msgstr ""
17045 #: cp/typeck.c:2227
17046 msgid "subscripting array declared %<register%>"
17047 msgstr ""
17049 #: cp/typeck.c:2310
17050 #, c-format
17051 msgid "object missing in use of %qE"
17052 msgstr ""
17054 #: cp/typeck.c:2411
17055 msgid "ISO C++ forbids calling %<::main%> from within program"
17056 msgstr ""
17058 #: cp/typeck.c:2436
17059 msgid ""
17060 "must use %<.*%> or %<->*%> to call pointer-to-member function in %<%E (...)%>"
17061 msgstr ""
17063 #: cp/typeck.c:2450
17064 #, c-format
17065 msgid "%qE cannot be used as a function"
17066 msgstr ""
17068 #: cp/typeck.c:2529
17069 msgid "too many arguments to %s %q+#D"
17070 msgstr ""
17072 #: cp/typeck.c:2531 cp/typeck.c:2634
17073 msgid "at this point in file"
17074 msgstr ""
17076 #: cp/typeck.c:2534
17077 msgid "too many arguments to function"
17078 msgstr ""
17080 #: cp/typeck.c:2568
17081 msgid "parameter %P of %qD has incomplete type %qT"
17082 msgstr ""
17084 #: cp/typeck.c:2571
17085 msgid "parameter %P has incomplete type %qT"
17086 msgstr ""
17088 #: cp/typeck.c:2632
17089 msgid "too few arguments to %s %q+#D"
17090 msgstr ""
17092 #: cp/typeck.c:2637
17093 msgid "too few arguments to function"
17094 msgstr ""
17096 #: cp/typeck.c:2784 cp/typeck.c:2794
17097 msgid "assuming cast to type %qT from overloaded function"
17098 msgstr ""
17100 #: cp/typeck.c:2855
17101 msgid "division by zero in %<%E / 0%>"
17102 msgstr ""
17104 #: cp/typeck.c:2857
17105 msgid "division by zero in %<%E / 0.%>"
17106 msgstr ""
17108 #: cp/typeck.c:2891
17109 msgid "division by zero in %<%E %% 0%>"
17110 msgstr ""
17112 #: cp/typeck.c:2893
17113 msgid "division by zero in %<%E %% 0.%>"
17114 msgstr ""
17116 #: cp/typeck.c:2973
17117 #, c-format
17118 msgid "%s rotate count is negative"
17119 msgstr ""
17121 #: cp/typeck.c:2976
17122 #, c-format
17123 msgid "%s rotate count >= width of type"
17124 msgstr ""
17126 #: cp/typeck.c:3010 cp/typeck.c:3015 cp/typeck.c:3111 cp/typeck.c:3116
17127 msgid "ISO C++ forbids comparison between pointer and integer"
17128 msgstr ""
17130 #: cp/typeck.c:3130
17131 msgid "unordered comparison on non-floating point argument"
17132 msgstr ""
17134 #: cp/typeck.c:3152
17135 msgid "invalid operands of types %qT and %qT to binary %qO"
17136 msgstr ""
17138 #: cp/typeck.c:3316
17139 msgid "comparison between types %q#T and %q#T"
17140 msgstr ""
17142 #: cp/typeck.c:3352
17143 msgid "comparison between signed and unsigned integer expressions"
17144 msgstr ""
17146 #. Some sort of arithmetic operation involving NULL was
17147 #. performed.  Note that pointer-difference and pointer-addition
17148 #. have already been handled above, and so we don't end up here in
17149 #. that case.
17150 #: cp/typeck.c:3431
17151 msgid "NULL used in arithmetic"
17152 msgstr ""
17154 #: cp/typeck.c:3489
17155 msgid "ISO C++ forbids using pointer of type %<void *%> in subtraction"
17156 msgstr ""
17158 #: cp/typeck.c:3491
17159 msgid "ISO C++ forbids using pointer to a function in subtraction"
17160 msgstr ""
17162 #: cp/typeck.c:3493
17163 msgid "ISO C++ forbids using pointer to a method in subtraction"
17164 msgstr ""
17166 #: cp/typeck.c:3505
17167 msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
17168 msgstr ""
17170 #: cp/typeck.c:3581
17171 #, c-format
17172 msgid ""
17173 "invalid use of %qE to form a pointer-to-member-function.  Use a qualified-id."
17174 msgstr ""
17176 #: cp/typeck.c:3588
17177 #, c-format
17178 msgid ""
17179 "parenthesis around %qE cannot be used to form a pointer-to-member-function"
17180 msgstr ""
17182 #: cp/typeck.c:3611
17183 msgid "taking address of temporary"
17184 msgstr ""
17186 #: cp/typeck.c:3846
17187 #, c-format
17188 msgid "ISO C++ forbids %sing an enum"
17189 msgstr ""
17191 #: cp/typeck.c:3857
17192 msgid "cannot %s a pointer to incomplete type %qT"
17193 msgstr ""
17195 #: cp/typeck.c:3863
17196 msgid "ISO C++ forbids %sing a pointer of type %qT"
17197 msgstr ""
17199 #: cp/typeck.c:3888
17200 msgid "cast to non-reference type used as lvalue"
17201 msgstr ""
17203 #: cp/typeck.c:3923
17204 msgid "invalid use of %<--%> on bool variable %qD"
17205 msgstr ""
17207 #. ARM $3.4
17208 #: cp/typeck.c:3952
17209 msgid "ISO C++ forbids taking address of function %<::main%>"
17210 msgstr ""
17212 #. An expression like &memfn.
17213 #: cp/typeck.c:4006
17214 msgid ""
17215 "ISO C++ forbids taking the address of an unqualified or parenthesized non-"
17216 "static member function to form a pointer to member function.  Say %<&%T::%D%>"
17217 msgstr ""
17219 #: cp/typeck.c:4011
17220 msgid ""
17221 "ISO C++ forbids taking the address of a bound member function to form a "
17222 "pointer to member function.  Say %<&%T::%D%>"
17223 msgstr ""
17225 #: cp/typeck.c:4039
17226 msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
17227 msgstr ""
17229 #: cp/typeck.c:4091
17230 msgid "attempt to take address of bit-field structure member %qD"
17231 msgstr ""
17233 #: cp/typeck.c:4211
17234 msgid "taking address of destructor"
17235 msgstr ""
17237 #: cp/typeck.c:4224
17238 msgid "taking address of bound pointer-to-member expression"
17239 msgstr ""
17241 #: cp/typeck.c:4232
17242 msgid "cannot create pointer to reference member %qD"
17243 msgstr ""
17245 #: cp/typeck.c:4295
17246 msgid "cannot take the address of %<this%>, which is an rvalue expression"
17247 msgstr ""
17249 #: cp/typeck.c:4318
17250 msgid "address of explicit register variable %qD requested"
17251 msgstr ""
17253 #: cp/typeck.c:4323
17254 msgid "address requested for %qD, which is declared %<register%>"
17255 msgstr ""
17257 #: cp/typeck.c:4389
17258 #, c-format
17259 msgid "%s expression list treated as compound expression"
17260 msgstr ""
17262 #: cp/typeck.c:4464
17263 msgid "%s from type %qT to type %qT casts away constness"
17264 msgstr ""
17266 #: cp/typeck.c:4761
17267 msgid "invalid static_cast from type %qT to type %qT"
17268 msgstr ""
17270 #: cp/typeck.c:4783
17271 msgid "converting from %qT to %qT"
17272 msgstr ""
17274 #: cp/typeck.c:4828
17275 msgid "invalid cast of an rvalue expression of type %qT to type %qT"
17276 msgstr ""
17278 #: cp/typeck.c:4887
17279 msgid "cast from %qT to %qT loses precision"
17280 msgstr ""
17282 #: cp/typeck.c:4912
17283 msgid "cast from %qT to %qT increases required alignment of target type"
17284 msgstr ""
17286 #. Only issue a warning, as we have always supported this
17287 #. where possible, and it is necessary in some cases.  DR 195
17288 #. addresses this issue, but as of 2004/10/26 is still in
17289 #. drafting.
17290 #: cp/typeck.c:4926
17291 msgid ""
17292 "ISO C++ forbids casting between pointer-to-function and pointer-to-object"
17293 msgstr ""
17295 #: cp/typeck.c:4937
17296 msgid "invalid cast from type %qT to type %qT"
17297 msgstr ""
17299 #: cp/typeck.c:4993
17300 msgid ""
17301 "invalid use of const_cast with type %qT, which is not a pointer, reference, "
17302 "nor a pointer-to-data-member type"
17303 msgstr ""
17305 #: cp/typeck.c:5002
17306 msgid ""
17307 "invalid use of const_cast with type %qT, which is a pointer or reference to "
17308 "a function type"
17309 msgstr ""
17311 #: cp/typeck.c:5024
17312 msgid "invalid const_cast of an rvalue of type %qT to type %qT"
17313 msgstr ""
17315 #: cp/typeck.c:5067
17316 msgid "invalid const_cast from type %qT to type %qT"
17317 msgstr ""
17319 #: cp/typeck.c:5135 cp/typeck.c:5140
17320 msgid "ISO C++ forbids casting to an array type %qT"
17321 msgstr ""
17323 #: cp/typeck.c:5148
17324 msgid "invalid cast to function type %qT"
17325 msgstr ""
17327 #: cp/typeck.c:5364
17328 msgid "  in evaluation of %<%Q(%#T, %#T)%>"
17329 msgstr ""
17331 #: cp/typeck.c:5433
17332 msgid "incompatible types in assignment of %qT to %qT"
17333 msgstr ""
17335 #: cp/typeck.c:5440
17336 msgid "ISO C++ forbids assignment of arrays"
17337 msgstr ""
17339 #: cp/typeck.c:5551
17340 msgid "   in pointer to member function conversion"
17341 msgstr ""
17343 #: cp/typeck.c:5557
17344 msgid "   in pointer to member conversion"
17345 msgstr ""
17347 #. This is a reinterpret cast, we choose to do nothing.
17348 #: cp/typeck.c:5568 cp/typeck.c:5584
17349 msgid "pointer to member cast via virtual base %qT"
17350 msgstr ""
17352 #: cp/typeck.c:5587
17353 msgid "pointer to member conversion via virtual base %qT"
17354 msgstr ""
17356 #: cp/typeck.c:5660
17357 msgid "invalid conversion to type %qT from type %qT"
17358 msgstr ""
17360 #: cp/typeck.c:5875
17361 msgid "cannot convert %qT to %qT for argument %qP to %qD"
17362 msgstr ""
17364 #: cp/typeck.c:5878
17365 msgid "cannot convert %qT to %qT in %s"
17366 msgstr ""
17368 #: cp/typeck.c:5951 cp/typeck.c:5953
17369 msgid "in passing argument %P of %q+D"
17370 msgstr ""
17372 #: cp/typeck.c:6003
17373 msgid "returning reference to temporary"
17374 msgstr ""
17376 #: cp/typeck.c:6010
17377 msgid "reference to non-lvalue returned"
17378 msgstr ""
17380 #: cp/typeck.c:6022
17381 msgid "reference to local variable %qD returned"
17382 msgstr ""
17384 #: cp/typeck.c:6025
17385 msgid "address of local variable %qD returned"
17386 msgstr ""
17388 #: cp/typeck.c:6055
17389 msgid "returning a value from a destructor"
17390 msgstr ""
17392 #. If a return statement appears in a handler of the
17393 #. function-try-block of a constructor, the program is ill-formed.
17394 #: cp/typeck.c:6063
17395 msgid "cannot return from a handler of a function-try-block of a constructor"
17396 msgstr ""
17398 #. You can't return a value from a constructor.
17399 #: cp/typeck.c:6066
17400 msgid "returning a value from a constructor"
17401 msgstr ""
17403 #: cp/typeck.c:6089
17404 msgid "return-statement with no value, in function returning %qT"
17405 msgstr ""
17407 #: cp/typeck.c:6106
17408 msgid "return-statement with a value, in function returning 'void'"
17409 msgstr ""
17411 #: cp/typeck.c:6137
17412 msgid ""
17413 "%<operator new%> must not return NULL unless it is declared %<throw()%> (or -"
17414 "fcheck-new is in effect)"
17415 msgstr ""
17417 #: cp/typeck2.c:52
17418 msgid "type %qT is not a base type for type %qT"
17419 msgstr ""
17421 #: cp/typeck2.c:292
17422 msgid "cannot declare variable %q+D to be of abstract type %qT"
17423 msgstr ""
17425 #: cp/typeck2.c:295
17426 msgid "cannot declare parameter %q+D to be of abstract type %qT"
17427 msgstr ""
17429 #: cp/typeck2.c:298
17430 msgid "cannot declare field %q+D to be of abstract type %qT"
17431 msgstr ""
17433 #: cp/typeck2.c:302
17434 msgid "invalid abstract return type for member function %q+#D"
17435 msgstr ""
17437 #: cp/typeck2.c:305
17438 msgid "invalid abstract return type for function %q+#D"
17439 msgstr ""
17441 #. Here we do not have location information, so use error instead
17442 #. of cp_error_at.
17443 #: cp/typeck2.c:310
17444 msgid "invalid abstract type %qT for %qE"
17445 msgstr ""
17447 #: cp/typeck2.c:312
17448 msgid "invalid abstract type for %q+D"
17449 msgstr ""
17451 #: cp/typeck2.c:315
17452 msgid "cannot allocate an object of abstract type %qT"
17453 msgstr ""
17455 #: cp/typeck2.c:323
17456 msgid "%J  because the following virtual functions are pure within %qT:"
17457 msgstr ""
17459 #: cp/typeck2.c:327
17460 msgid "%J\t%#D"
17461 msgstr ""
17463 #: cp/typeck2.c:334
17464 msgid "%J  since type %qT has pure virtual functions"
17465 msgstr ""
17467 #: cp/typeck2.c:582
17468 msgid "constructor syntax used, but no constructor declared for type %qT"
17469 msgstr ""
17471 #: cp/typeck2.c:596
17472 msgid "cannot initialize arrays using this syntax"
17473 msgstr ""
17475 #: cp/typeck2.c:688
17476 msgid "initializing array with parameter list"
17477 msgstr ""
17479 #: cp/typeck2.c:710
17480 msgid "int-array initialized from non-wide string"
17481 msgstr ""
17483 #: cp/typeck2.c:743
17484 msgid "initializer for scalar variable requires one element"
17485 msgstr ""
17487 #: cp/typeck2.c:750
17488 msgid "braces around scalar initializer for %qT"
17489 msgstr ""
17491 #: cp/typeck2.c:753
17492 msgid "ignoring extra initializers for %qT"
17493 msgstr ""
17495 #: cp/typeck2.c:765
17496 msgid "variable-sized object of type %qT may not be initialized"
17497 msgstr ""
17499 #: cp/typeck2.c:776
17500 msgid "subobject of type %qT must be initialized by constructor, not by %qE"
17501 msgstr ""
17503 #: cp/typeck2.c:842
17504 msgid "aggregate has a partly bracketed initializer"
17505 msgstr ""
17507 #: cp/typeck2.c:880 cp/typeck2.c:969
17508 msgid "non-trivial labeled initializers"
17509 msgstr ""
17511 #: cp/typeck2.c:894
17512 msgid "non-empty initializer for array of empty elements"
17513 msgstr ""
17515 #: cp/typeck2.c:1008 cp/typeck2.c:1023
17516 msgid "missing initializer for member %qD"
17517 msgstr ""
17519 #: cp/typeck2.c:1013
17520 msgid "uninitialized const member %qD"
17521 msgstr ""
17523 #: cp/typeck2.c:1015
17524 msgid "member %qD with uninitialized const fields"
17525 msgstr ""
17527 #: cp/typeck2.c:1017
17528 msgid "member %qD is uninitialized reference"
17529 msgstr ""
17531 #: cp/typeck2.c:1064
17532 msgid "index value instead of field name in union initializer"
17533 msgstr ""
17535 #: cp/typeck2.c:1076
17536 msgid "no field %qD in union being initialized"
17537 msgstr ""
17539 #: cp/typeck2.c:1084
17540 msgid "union %qT with no named members cannot be initialized"
17541 msgstr ""
17543 #: cp/typeck2.c:1119
17544 msgid "excess elements in aggregate initializer"
17545 msgstr ""
17547 #: cp/typeck2.c:1227
17548 msgid "circular pointer delegation detected"
17549 msgstr ""
17551 #: cp/typeck2.c:1240
17552 msgid "base operand of %<->%> has non-pointer type %qT"
17553 msgstr ""
17555 #: cp/typeck2.c:1264
17556 msgid "result of %<operator->()%> yields non-pointer result"
17557 msgstr ""
17559 #: cp/typeck2.c:1266
17560 msgid "base operand of %<->%> is not a pointer"
17561 msgstr ""
17563 #: cp/typeck2.c:1290
17564 msgid "%qE cannot be used as a member pointer, since it is of type %qT"
17565 msgstr ""
17567 #: cp/typeck2.c:1299
17568 msgid ""
17569 "cannot apply member pointer %qE to %qE, which is of non-aggregate type %qT"
17570 msgstr ""
17572 #: cp/typeck2.c:1321
17573 msgid "pointer to member type %qT incompatible with object type %qT"
17574 msgstr ""
17576 #: cp/typeck2.c:1544
17577 msgid "call to function %qD which throws incomplete type %q#T"
17578 msgstr ""
17580 #: cp/typeck2.c:1547
17581 msgid "call to function which throws incomplete type %q#T"
17582 msgstr ""
17584 #. XXX Not i18n clean.
17585 #: cp/cp-tree.h:3884
17586 #, c-format
17587 msgid "%s is deprecated, please see the documentation for details"
17588 msgstr ""
17590 #: fortran/f95-lang.c:242
17591 msgid "Unexpected type in truthvalue_conversion"
17592 msgstr ""
17594 #: fortran/f95-lang.c:295
17595 #, c-format
17596 msgid "can't open input file: %s"
17597 msgstr ""
17599 #: fortran/f95-lang.c:622
17600 #, c-format
17601 msgid "global register variable %qs used in nested function"
17602 msgstr ""
17604 #: fortran/f95-lang.c:626
17605 #, c-format
17606 msgid "register variable %qs used in nested function"
17607 msgstr ""
17609 #: fortran/f95-lang.c:633
17610 #, c-format
17611 msgid "address of global register variable %qs requested"
17612 msgstr ""
17614 #: fortran/f95-lang.c:651
17615 #, c-format
17616 msgid "address of register variable %qs requested"
17617 msgstr ""
17619 #: fortran/gfortranspec.c:231
17620 #, c-format
17621 msgid "overflowed output arg list for '%s'"
17622 msgstr ""
17624 #: fortran/gfortranspec.c:375
17625 #, c-format
17626 msgid "argument to '%s' missing"
17627 msgstr ""
17629 #: fortran/gfortranspec.c:379
17630 msgid "no input files; unwilling to write output files"
17631 msgstr ""
17633 #: fortran/trans-array.c:2886
17634 msgid "Possible frontend bug: array constructor not expanded"
17635 msgstr ""
17637 #: fortran/trans-array.c:3989
17638 msgid ""
17639 "Possible frontend bug: Deferred array size without pointer or allocatable "
17640 "attribute."
17641 msgstr ""
17643 #: fortran/trans-array.c:4149
17644 msgid "scalar vector subscript???"
17645 msgstr ""
17647 #: fortran/trans-array.c:4423
17648 #, c-format
17649 msgid "bad expression type during walk (%d)"
17650 msgstr ""
17652 #: fortran/trans-const.c:327
17653 #, c-format
17654 msgid "gfc_conv_constant_to_tree(): invalid type: %s"
17655 msgstr ""
17657 #: fortran/trans-decl.c:754
17658 msgid "intrinsic variable which isn't a procedure"
17659 msgstr ""
17661 #: fortran/trans-decl.c:1893
17662 msgid "Function does not return a value"
17663 msgstr ""
17665 #. I don't think this should ever happen.
17666 #: fortran/trans-decl.c:1992
17667 #, c-format
17668 msgid "module symbol %s in wrong namespace"
17669 msgstr ""
17671 #: fortran/trans-decl.c:2006
17672 #, c-format
17673 msgid "backend decl for module variable %s already exists"
17674 msgstr ""
17676 #: fortran/trans-decl.c:2088
17677 #, c-format
17678 msgid "unused parameter %qs"
17679 msgstr ""
17681 #: fortran/trans-decl.c:2093
17682 #, c-format
17683 msgid "unused variable %qs"
17684 msgstr ""
17686 #: fortran/trans-decl.c:2234
17687 msgid "Function return value not set"
17688 msgstr ""
17690 #: fortran/trans-expr.c:949
17691 msgid "Unknown intrinsic op"
17692 msgstr ""
17694 #: fortran/trans-intrinsic.c:583
17695 #, c-format
17696 msgid "Intrinsic function %s(%d) not recognized"
17697 msgstr ""
17699 #: fortran/trans-io.c:936
17700 #, c-format
17701 msgid "Bad namelist IO basetype (%d)"
17702 msgstr ""
17704 #: fortran/trans-io.c:1013
17705 msgid "A format cannot be specified with a namelist"
17706 msgstr ""
17708 #: fortran/trans-io.c:1311
17709 #, c-format
17710 msgid "Bad IO basetype (%d)"
17711 msgstr ""
17713 #: fortran/trans-types.c:189
17714 msgid "integer kind=8 not available for -i8 option"
17715 msgstr ""
17717 #: fortran/trans-types.c:201
17718 msgid "real kind=8 not available for -r8 option"
17719 msgstr ""
17721 #: fortran/trans-types.c:916
17722 msgid "Array element size too big"
17723 msgstr ""
17725 #: fortran/trans.c:621
17726 msgid "gfc_trans_code(): Bad statement code"
17727 msgstr ""
17729 #. I changed this from sorry(...) because it should not return.
17730 #. TODO: Remove gfc_todo_error before releasing version 1.0.
17731 #: fortran/trans.h:564
17732 msgid "gfc_todo: Not Implemented: "
17733 msgstr ""
17735 #: java/check-init.c:251
17736 #, c-format
17737 msgid "Can't reassign a value to the final variable %qs"
17738 msgstr ""
17740 #: java/check-init.c:519 java/parse.h:377
17741 #, c-format
17742 msgid "Variable %qs may not have been initialized"
17743 msgstr ""
17745 #: java/check-init.c:535
17746 #, c-format
17747 msgid "variable %qs may not have been initialized"
17748 msgstr ""
17750 #: java/check-init.c:954
17751 #, c-format
17752 msgid "internal error in check-init: tree code not implemented: %s"
17753 msgstr ""
17755 #: java/check-init.c:1026
17756 msgid "%Jfinal field %qD may not have been initialized"
17757 msgstr ""
17759 #: java/class.c:745
17760 msgid "bad method signature"
17761 msgstr ""
17763 #: java/class.c:789
17764 msgid "misplaced ConstantValue attribute (not in any field)"
17765 msgstr ""
17767 #: java/class.c:791
17768 #, c-format
17769 msgid "duplicate ConstantValue attribute for field '%s'"
17770 msgstr ""
17772 #: java/class.c:802
17773 #, c-format
17774 msgid "ConstantValue attribute of field '%s' has wrong type"
17775 msgstr ""
17777 #: java/class.c:1097
17778 #, c-format
17779 msgid "field '%s' not found in class"
17780 msgstr ""
17782 #: java/class.c:1417
17783 msgid "%Jabstract method in non-abstract class"
17784 msgstr ""
17786 #: java/class.c:2362
17787 msgid "%Jnon-static method '%D' overrides static method"
17788 msgstr ""
17790 #: java/decl.c:1260
17791 msgid "%J'%D' used prior to declaration"
17792 msgstr ""
17794 #: java/decl.c:1301
17795 #, c-format
17796 msgid "declaration of %qs shadows a parameter"
17797 msgstr ""
17799 #: java/decl.c:1304
17800 #, c-format
17801 msgid "declaration of %qs shadows a symbol from the parameter list"
17802 msgstr ""
17804 #: java/decl.c:1632
17805 msgid "%Jlabel '%D' used but not defined"
17806 msgstr ""
17808 #: java/decl.c:1637
17809 msgid "%Jlabel '%D' defined but not used"
17810 msgstr ""
17812 #: java/decl.c:1759
17813 msgid "%JIn %D: overlapped variable and exception ranges at %d"
17814 msgstr ""
17816 #: java/decl.c:1823
17817 msgid "bad type in parameter debug info"
17818 msgstr ""
17820 #: java/decl.c:1832
17821 msgid "%Jbad PC range for debug info for local '%D'"
17822 msgstr ""
17824 #: java/expr.c:376
17825 #, c-format
17826 msgid "need to insert runtime check for %s"
17827 msgstr ""
17829 #: java/expr.c:501 java/expr.c:548
17830 #, c-format
17831 msgid "assert: %s is assign compatible with %s"
17832 msgstr ""
17834 #: java/expr.c:668
17835 msgid "stack underflow - dup* operation"
17836 msgstr ""
17838 #: java/expr.c:1703
17839 #, c-format
17840 msgid "reference %qs is ambiguous: appears in interface %qs and interface %qs"
17841 msgstr ""
17843 #: java/expr.c:1731
17844 #, c-format
17845 msgid "field %qs not found"
17846 msgstr ""
17848 #: java/expr.c:2116
17849 #, c-format
17850 msgid "method '%s' not found in class"
17851 msgstr ""
17853 #: java/expr.c:2321
17854 #, c-format
17855 msgid "failed to find class '%s'"
17856 msgstr ""
17858 #: java/expr.c:2350
17859 #, c-format
17860 msgid "class '%s' has no method named '%s' matching signature '%s'"
17861 msgstr ""
17863 #: java/expr.c:2381
17864 msgid "invokestatic on non static method"
17865 msgstr ""
17867 #: java/expr.c:2386
17868 msgid "invokestatic on abstract method"
17869 msgstr ""
17871 #: java/expr.c:2394
17872 msgid "invoke[non-static] on static method"
17873 msgstr ""
17875 #: java/expr.c:2712
17876 #, c-format
17877 msgid "missing field '%s' in '%s'"
17878 msgstr ""
17880 #: java/expr.c:2719
17881 #, c-format
17882 msgid "mismatching signature for field '%s' in '%s'"
17883 msgstr ""
17885 #: java/expr.c:2741
17886 msgid "%Jassignment to final field '%D' not in field's class"
17887 msgstr ""
17889 #: java/expr.c:2746
17890 msgid "%Jassignment to final static field %qD not in class initializer"
17891 msgstr ""
17893 #: java/expr.c:2755
17894 msgid "%Jassignment to final field '%D' not in constructor"
17895 msgstr ""
17897 #: java/expr.c:2945
17898 msgid "invalid PC in line number table"
17899 msgstr ""
17901 #: java/expr.c:3001
17902 #, c-format
17903 msgid "unreachable bytecode from %d to before %d"
17904 msgstr ""
17906 #: java/expr.c:3043
17907 #, c-format
17908 msgid "unreachable bytecode from %d to the end of the method"
17909 msgstr ""
17911 #. duplicate code from LOAD macro
17912 #: java/expr.c:3343
17913 msgid "unrecogized wide sub-instruction"
17914 msgstr ""
17916 #: java/gjavah.c:701
17917 msgid "static field has same name as method"
17918 msgstr ""
17920 #. FIXME: i18n bug here.  Order of prints should not be
17921 #. fixed.
17922 #: java/gjavah.c:899
17923 #, c-format
17924 msgid "ignored method '"
17925 msgstr ""
17927 #: java/gjavah.c:901
17928 #, c-format
17929 msgid "' marked virtual\n"
17930 msgstr ""
17932 #: java/gjavah.c:1249
17933 #, c-format
17934 msgid "couldn't find class %s"
17935 msgstr ""
17937 #: java/gjavah.c:1256
17938 #, c-format
17939 msgid "parse error while reading %s"
17940 msgstr ""
17942 #: java/gjavah.c:1482 java/gjavah.c:1584 java/gjavah.c:1659
17943 #, c-format
17944 msgid "unparseable signature: '%s'"
17945 msgstr ""
17947 #: java/gjavah.c:2049
17948 msgid "Not a valid Java .class file."
17949 msgstr ""
17951 #: java/gjavah.c:2057 java/jcf-parse.c:746
17952 msgid "error while parsing constant pool"
17953 msgstr ""
17955 #: java/gjavah.c:2063
17956 #, c-format
17957 msgid "error in constant pool entry #%d"
17958 msgstr ""
17960 #: java/gjavah.c:2206
17961 msgid "class is of array type\n"
17962 msgstr ""
17964 #: java/gjavah.c:2214
17965 msgid "base class is of array type"
17966 msgstr ""
17968 #: java/gjavah.c:2330
17969 #, c-format
17970 msgid "Try 'gcjh --help' for more information.\n"
17971 msgstr ""
17973 #: java/gjavah.c:2337
17974 #, c-format
17975 msgid ""
17976 "Usage: gcjh [OPTION]... CLASS...\n"
17977 "\n"
17978 msgstr ""
17980 #: java/gjavah.c:2338
17981 #, c-format
17982 msgid ""
17983 "Generate C++ header files from .class files\n"
17984 "\n"
17985 msgstr ""
17987 #: java/gjavah.c:2339
17988 #, c-format
17989 msgid "  -stubs                  Generate an implementation stub file\n"
17990 msgstr ""
17992 #: java/gjavah.c:2340
17993 #, c-format
17994 msgid "  -jni                    Generate a JNI header or stub\n"
17995 msgstr ""
17997 #: java/gjavah.c:2342
17998 #, c-format
17999 msgid "  -add TEXT               Insert TEXT into class body\n"
18000 msgstr ""
18002 #: java/gjavah.c:2343
18003 #, c-format
18004 msgid "  -append TEXT            Insert TEXT after class declaration\n"
18005 msgstr ""
18007 #: java/gjavah.c:2344
18008 #, c-format
18009 msgid "  -friend TEXT            Insert TEXT as 'friend' declaration\n"
18010 msgstr ""
18012 #: java/gjavah.c:2345
18013 #, c-format
18014 msgid "  -prepend TEXT           Insert TEXT before start of class\n"
18015 msgstr ""
18017 #: java/gjavah.c:2347 java/jcf-dump.c:897
18018 #, c-format
18019 msgid "  --classpath PATH        Set path to find .class files\n"
18020 msgstr ""
18022 #: java/gjavah.c:2348 java/jcf-dump.c:898
18023 #, c-format
18024 msgid "  -IDIR                   Append directory to class path\n"
18025 msgstr ""
18027 #: java/gjavah.c:2349 java/jcf-dump.c:899
18028 #, c-format
18029 msgid "  --bootclasspath PATH    Override built-in class path\n"
18030 msgstr ""
18032 #: java/gjavah.c:2350 java/jcf-dump.c:900
18033 #, c-format
18034 msgid "  --extdirs PATH          Set extensions directory path\n"
18035 msgstr ""
18037 #: java/gjavah.c:2351
18038 #, c-format
18039 msgid "  -d DIRECTORY            Set output directory name\n"
18040 msgstr ""
18042 #: java/gjavah.c:2352 java/jcf-dump.c:901 java/jv-scan.c:114
18043 #, c-format
18044 msgid "  -o FILE                 Set output file name\n"
18045 msgstr ""
18047 #: java/gjavah.c:2353
18048 #, c-format
18049 msgid "  -td DIRECTORY           Set temporary directory name\n"
18050 msgstr ""
18052 #: java/gjavah.c:2355 java/jcf-dump.c:903 java/jv-scan.c:116
18053 #, c-format
18054 msgid "  --help                  Print this help, then exit\n"
18055 msgstr ""
18057 #: java/gjavah.c:2356 java/jcf-dump.c:904 java/jv-scan.c:117
18058 #, c-format
18059 msgid "  --version               Print version number, then exit\n"
18060 msgstr ""
18062 #: java/gjavah.c:2357 java/jcf-dump.c:905
18063 #, c-format
18064 msgid "  -v, --verbose           Print extra information while running\n"
18065 msgstr ""
18067 #: java/gjavah.c:2359
18068 #, c-format
18069 msgid ""
18070 "  -M                      Print all dependencies to stdout;\n"
18071 "                             suppress ordinary output\n"
18072 msgstr ""
18074 #: java/gjavah.c:2361
18075 #, c-format
18076 msgid ""
18077 "  -MM                     Print non-system dependencies to stdout;\n"
18078 "                             suppress ordinary output\n"
18079 msgstr ""
18081 #: java/gjavah.c:2363
18082 #, c-format
18083 msgid "  -MD                     Print all dependencies to stdout\n"
18084 msgstr ""
18086 #: java/gjavah.c:2364
18087 #, c-format
18088 msgid "  -MMD                    Print non-system dependencies to stdout\n"
18089 msgstr ""
18091 #: java/gjavah.c:2367 java/jcf-dump.c:907 java/jv-scan.c:119
18092 #, c-format
18093 msgid ""
18094 "For bug reporting instructions, please see:\n"
18095 "%s.\n"
18096 msgstr ""
18098 #: java/gjavah.c:2395 java/gjavah.c:2509
18099 msgid "no classes specified"
18100 msgstr ""
18102 #: java/gjavah.c:2488
18103 msgid "'-MG' option is unimplemented"
18104 msgstr ""
18106 #: java/gjavah.c:2517
18107 msgid "can't specify both -o and -MD"
18108 msgstr ""
18110 #: java/gjavah.c:2528
18111 #, c-format
18112 msgid "Processing %s\n"
18113 msgstr ""
18115 #: java/gjavah.c:2534
18116 #, c-format
18117 msgid "%s: no such class"
18118 msgstr ""
18120 #: java/gjavah.c:2538
18121 #, c-format
18122 msgid "Found in %s\n"
18123 msgstr ""
18125 #: java/jcf-dump.c:814
18126 #, c-format
18127 msgid "Not a valid Java .class file.\n"
18128 msgstr ""
18130 #: java/jcf-dump.c:820
18131 #, c-format
18132 msgid "error while parsing constant pool\n"
18133 msgstr ""
18135 #: java/jcf-dump.c:826 java/jcf-parse.c:749
18136 #, c-format
18137 msgid "error in constant pool entry #%d\n"
18138 msgstr ""
18140 #: java/jcf-dump.c:836
18141 #, c-format
18142 msgid "error while parsing fields\n"
18143 msgstr ""
18145 #: java/jcf-dump.c:842
18146 #, c-format
18147 msgid "error while parsing methods\n"
18148 msgstr ""
18150 #: java/jcf-dump.c:848
18151 #, c-format
18152 msgid "error while parsing final attributes\n"
18153 msgstr ""
18155 #: java/jcf-dump.c:885
18156 #, c-format
18157 msgid "Try 'jcf-dump --help' for more information.\n"
18158 msgstr ""
18160 #: java/jcf-dump.c:892
18161 #, c-format
18162 msgid ""
18163 "Usage: jcf-dump [OPTION]... CLASS...\n"
18164 "\n"
18165 msgstr ""
18167 #: java/jcf-dump.c:893
18168 #, c-format
18169 msgid ""
18170 "Display contents of a class file in readable form.\n"
18171 "\n"
18172 msgstr ""
18174 #: java/jcf-dump.c:894
18175 #, c-format
18176 msgid "  -c                      Disassemble method bodies\n"
18177 msgstr ""
18179 #: java/jcf-dump.c:895
18180 #, c-format
18181 msgid "  --javap                 Generate output in 'javap' format\n"
18182 msgstr ""
18184 #: java/jcf-dump.c:932 java/jcf-dump.c:1000
18185 #, c-format
18186 msgid "jcf-dump: no classes specified\n"
18187 msgstr ""
18189 #: java/jcf-dump.c:1020
18190 #, c-format
18191 msgid "Cannot open '%s' for output.\n"
18192 msgstr ""
18194 #: java/jcf-dump.c:1066
18195 #, c-format
18196 msgid "bad format of .zip/.jar archive\n"
18197 msgstr ""
18199 #: java/jcf-dump.c:1184
18200 #, c-format
18201 msgid "Bad byte codes.\n"
18202 msgstr ""
18204 #: java/jcf-io.c:536
18205 #, c-format
18206 msgid ""
18207 "source file for class %qs is newer than its matching class file.  Source "
18208 "file %qs used instead"
18209 msgstr ""
18211 #: java/jcf-parse.c:366
18212 msgid "bad string constant"
18213 msgstr ""
18215 #: java/jcf-parse.c:384
18216 #, c-format
18217 msgid "bad value constant type %d, index %d"
18218 msgstr ""
18220 #: java/jcf-parse.c:572
18221 #, c-format
18222 msgid "can't reopen %s: %m"
18223 msgstr ""
18225 #: java/jcf-parse.c:579
18226 #, c-format
18227 msgid "can't close %s: %m"
18228 msgstr ""
18230 #: java/jcf-parse.c:714 java/jcf-parse.c:720
18231 #, c-format
18232 msgid "cannot find file for class %s"
18233 msgstr ""
18235 #: java/jcf-parse.c:743
18236 msgid "not a valid Java .class file"
18237 msgstr ""
18239 #. FIXME - where was first time
18240 #: java/jcf-parse.c:761
18241 #, c-format
18242 msgid "reading class %s for the second time from %s"
18243 msgstr ""
18245 #: java/jcf-parse.c:779
18246 msgid "error while parsing fields"
18247 msgstr ""
18249 #: java/jcf-parse.c:782
18250 msgid "error while parsing methods"
18251 msgstr ""
18253 #: java/jcf-parse.c:785
18254 msgid "error while parsing final attributes"
18255 msgstr ""
18257 #: java/jcf-parse.c:802
18258 msgid ""
18259 "the %<java.lang.Object%> that was found in %qs didn't have the special zero-"
18260 "length %<gnu.gcj.gcj-compiled%> attribute.  This generally means that your "
18261 "classpath is incorrectly set.  Use %<info gcj \"Input Options\"%> to see the "
18262 "info page describing how to set the classpath"
18263 msgstr ""
18265 #: java/jcf-parse.c:876
18266 msgid "missing Code attribute"
18267 msgstr ""
18269 #: java/jcf-parse.c:1137
18270 msgid "%Hsource file seen twice on command line and will be compiled only once"
18271 msgstr ""
18273 #: java/jcf-parse.c:1155
18274 msgid "no input file specified"
18275 msgstr ""
18277 #: java/jcf-parse.c:1190
18278 #, c-format
18279 msgid "can't close input file %s: %m"
18280 msgstr ""
18282 #: java/jcf-parse.c:1231
18283 #, c-format
18284 msgid "bad zip/jar file %s"
18285 msgstr ""
18287 #: java/jcf-parse.c:1447
18288 #, c-format
18289 msgid "error while reading %s from zip file"
18290 msgstr ""
18292 #: java/jcf-write.c:2667
18293 #, c-format
18294 msgid ""
18295 "internal error in generate_bytecode_insn - tree code not implemented: %s"
18296 msgstr ""
18298 #: java/jcf-write.c:3041
18299 msgid "field initializer type mismatch"
18300 msgstr ""
18302 #: java/jcf-write.c:3498
18303 #, c-format
18304 msgid "can't create directory %s: %m"
18305 msgstr ""
18307 #: java/jcf-write.c:3531
18308 #, c-format
18309 msgid "can't open %s for writing: %m"
18310 msgstr ""
18312 #: java/jcf-write.c:3551
18313 #, c-format
18314 msgid "can't create %s: %m"
18315 msgstr ""
18317 #: java/jv-scan.c:99
18318 #, c-format
18319 msgid "Try 'jv-scan --help' for more information.\n"
18320 msgstr ""
18322 #: java/jv-scan.c:106
18323 #, c-format
18324 msgid ""
18325 "Usage: jv-scan [OPTION]... FILE...\n"
18326 "\n"
18327 msgstr ""
18329 #: java/jv-scan.c:107
18330 #, c-format
18331 msgid ""
18332 "Print useful information read from Java source files.\n"
18333 "\n"
18334 msgstr ""
18336 #: java/jv-scan.c:108
18337 #, c-format
18338 msgid "  --no-assert             Don't recognize the assert keyword\n"
18339 msgstr ""
18341 #: java/jv-scan.c:109
18342 #, c-format
18343 msgid "  --complexity            Print cyclomatic complexity of input file\n"
18344 msgstr ""
18346 #: java/jv-scan.c:110
18347 #, c-format
18348 msgid "  --encoding NAME         Specify encoding of input file\n"
18349 msgstr ""
18351 #: java/jv-scan.c:111
18352 #, c-format
18353 msgid "  --print-main            Print name of class containing 'main'\n"
18354 msgstr ""
18356 #: java/jv-scan.c:112
18357 #, c-format
18358 msgid "  --list-class            List all classes defined in file\n"
18359 msgstr ""
18361 #: java/jv-scan.c:113
18362 #, c-format
18363 msgid ""
18364 "  --list-filename         Print input filename when listing class names\n"
18365 msgstr ""
18367 #: java/jv-scan.c:190
18368 msgid "only one of '--print-main', '--list-class', and '--complexity' allowed"
18369 msgstr ""
18371 #: java/jv-scan.c:193
18372 #, c-format
18373 msgid "can't open output file '%s'"
18374 msgstr ""
18376 #: java/jv-scan.c:229
18377 #, c-format
18378 msgid "file not found '%s'"
18379 msgstr ""
18381 #: java/jv-scan.c:251
18382 #, c-format
18383 msgid "%s: error: "
18384 msgstr ""
18386 #: java/jv-scan.c:263
18387 #, c-format
18388 msgid "%s: warning: "
18389 msgstr ""
18391 #: java/jvgenmain.c:48
18392 #, c-format
18393 msgid "Usage: %s [OPTIONS]... CLASSNAMEmain [OUTFILE]\n"
18394 msgstr ""
18396 #: java/jvgenmain.c:98
18397 #, c-format
18398 msgid "%s: Cannot open output file: %s\n"
18399 msgstr ""
18401 #: java/jvgenmain.c:135
18402 #, c-format
18403 msgid "%s: Failed to close output file %s\n"
18404 msgstr ""
18406 #: java/jvspec.c:420
18407 msgid "can't specify '-D' without '--main'\n"
18408 msgstr ""
18410 #: java/jvspec.c:423
18411 #, c-format
18412 msgid "'%s' is not a valid class name"
18413 msgstr ""
18415 #: java/jvspec.c:429
18416 msgid "--resource requires -o"
18417 msgstr ""
18419 #: java/jvspec.c:436
18420 msgid "warning: already-compiled .class files ignored with -C"
18421 msgstr ""
18423 #: java/jvspec.c:443
18424 msgid "cannot specify both -C and -o"
18425 msgstr ""
18427 #: java/jvspec.c:455
18428 msgid "cannot create temporary file"
18429 msgstr ""
18431 #: java/jvspec.c:483
18432 msgid "using both @FILE with multiple files not implemented"
18433 msgstr ""
18435 #: java/jvspec.c:534
18436 msgid "cannot specify 'main' class when not linking"
18437 msgstr ""
18439 #: java/lang.c:629
18440 msgid "can't do dependency tracking with input from stdin"
18441 msgstr ""
18443 #: java/lang.c:645
18444 msgid "couldn't determine target name for dependency tracking"
18445 msgstr ""
18447 #: java/lex.c:260
18448 msgid ""
18449 "unknown encoding: %qs\n"
18450 "This might mean that your locale's encoding is not supported\n"
18451 "by your system's iconv(3) implementation.  If you aren't trying\n"
18452 "to use a particular encoding for your input file, try the\n"
18453 "%<--encoding=UTF-8%> option"
18454 msgstr ""
18456 #: java/lex.c:631
18457 msgid "internal error - bad unget"
18458 msgstr ""
18460 #: java/mangle.c:89
18461 #, c-format
18462 msgid "can't mangle %s"
18463 msgstr ""
18465 #: java/mangle_name.c:140 java/mangle_name.c:210
18466 msgid "internal error - invalid Utf8 name"
18467 msgstr ""
18469 #: java/parse-scan.y:878
18470 #: java/parse.y:974
18471 #: java/parse.y:1315
18472 #: java/parse.y:1376
18473 #: java/parse.y:1587
18474 #: java/parse.y:1810
18475 #: java/parse.y:1819
18476 #: java/parse.y:1830
18477 #: java/parse.y:1841
18478 #: java/parse.y:1853
18479 #: java/parse.y:1868
18480 #: java/parse.y:1885
18481 #: java/parse.y:1887
18482 #: java/parse.y:1968
18483 #: java/parse.y:2145
18484 #: java/parse.y:2214
18485 #: java/parse.y:2378
18486 #: java/parse.y:2391
18487 #: java/parse.y:2398
18488 #: java/parse.y:2405
18489 #: java/parse.y:2416
18490 #: java/parse.y:2418
18491 #: java/parse.y:2456
18492 #: java/parse.y:2458
18493 #: java/parse.y:2460
18494 #: java/parse.y:2481
18495 #: java/parse.y:2483
18496 #: java/parse.y:2485
18497 #: java/parse.y:2501
18498 #: java/parse.y:2503
18499 #: java/parse.y:2524
18500 #: java/parse.y:2526
18501 #: java/parse.y:2528
18502 #: java/parse.y:2556
18503 #: java/parse.y:2558
18504 #: java/parse.y:2560
18505 #: java/parse.y:2562
18506 #: java/parse.y:2580
18507 #: java/parse.y:2582
18508 #: java/parse.y:2593
18509 #: java/parse.y:2604
18510 #: java/parse.y:2615
18511 #: java/parse.y:2626
18512 #: java/parse.y:2637
18513 #: java/parse.y:2650
18514 #: java/parse.y:2654
18515 #: java/parse.y:2656
18516 #: java/parse.y:2669
18517 msgid "Missing term"
18518 msgstr ""
18520 #: java/parse-scan.y:880
18521 #: java/parse.y:748
18522 #: java/parse.y:786
18523 #: java/parse.y:811
18524 #: java/parse.y:995
18525 #: java/parse.y:1350
18526 #: java/parse.y:1563
18527 #: java/parse.y:1565
18528 #: java/parse.y:1795
18529 #: java/parse.y:1821
18530 #: java/parse.y:1832
18531 #: java/parse.y:1843
18532 #: java/parse.y:1855
18533 #: java/parse.y:1870
18534 msgid "';' expected"
18535 msgstr ""
18537 #: java/parse-scan.y:1371
18538 #: java/parse.y:16420
18539 msgid "parse error"
18540 msgstr ""
18542 #: java/parse-scan.y:1373
18543 #: java/parse.y:16422
18544 msgid "parse error; also virtual memory exhausted"
18545 msgstr ""
18547 #: java/parse-scan.y:1375
18548 #: java/parse.y:16424
18549 msgid "parse error: cannot back up"
18550 msgstr ""
18552 #: java/parse.y:746
18553 #: java/parse.y:784
18554 msgid "Missing name"
18555 msgstr ""
18557 #: java/parse.y:774
18558 #, c-format
18559 msgid "Ambiguous class: %qs and %qs"
18560 msgstr ""
18562 #: java/parse.y:809
18563 msgid "'*' expected"
18564 msgstr ""
18566 #: java/parse.y:823
18567 msgid "Class or interface declaration expected"
18568 msgstr ""
18570 #: java/parse.y:840
18571 #, c-format
18572 msgid "Modifier %qs declared twice"
18573 msgstr ""
18575 #: java/parse.y:860
18576 #: java/parse.y:862
18577 msgid "Missing class name"
18578 msgstr ""
18580 #: java/parse.y:865
18581 #: java/parse.y:869
18582 #: java/parse.y:877
18583 #: java/parse.y:1035
18584 #: java/parse.y:1296
18585 #: java/parse.y:1298
18586 #: java/parse.y:1630
18587 #: java/parse.y:1881
18588 #: java/parse.y:1913
18589 #: java/parse.y:1975
18590 msgid "'{' expected"
18591 msgstr ""
18593 #: java/parse.y:879
18594 msgid "Missing super class name"
18595 msgstr ""
18597 #: java/parse.y:889
18598 #: java/parse.y:905
18599 msgid "Missing interface name"
18600 msgstr ""
18602 #: java/parse.y:989
18603 msgid "Missing variable initializer"
18604 msgstr ""
18606 #: java/parse.y:1006
18607 msgid "Invalid declaration"
18608 msgstr ""
18610 #: java/parse.y:1009
18611 #: java/parse.y:1094
18612 #: java/parse.y:2160
18613 #: java/parse.y:2189
18614 #: java/parse.y:2211
18615 #: java/parse.y:2215
18616 #: java/parse.y:2250
18617 #: java/parse.y:2329
18618 #: java/parse.y:2339
18619 #: java/parse.y:2349
18620 msgid "']' expected"
18621 msgstr ""
18623 #: java/parse.y:1013
18624 msgid "Unbalanced ']'"
18625 msgstr ""
18627 #: java/parse.y:1049
18628 msgid "Invalid method declaration, method name required"
18629 msgstr ""
18631 #: java/parse.y:1054
18632 #: java/parse.y:1059
18633 #: java/parse.y:1064
18634 #: java/parse.y:2063
18635 msgid "Identifier expected"
18636 msgstr ""
18638 #: java/parse.y:1069
18639 #: java/parse.y:4741
18640 msgid "Invalid method declaration, return type required"
18641 msgstr ""
18643 #: java/parse.y:1089
18644 msgid "Discouraged form of returned type specification"
18645 msgstr ""
18647 #: java/parse.y:1092
18648 #: java/parse.y:1543
18649 #: java/parse.y:1550
18650 #: java/parse.y:1559
18651 #: java/parse.y:1561
18652 #: java/parse.y:1589
18653 #: java/parse.y:1698
18654 #: java/parse.y:2005
18655 #: java/parse.y:2058
18656 msgid "')' expected"
18657 msgstr ""
18659 #: java/parse.y:1108
18660 msgid "Missing formal parameter term"
18661 msgstr ""
18663 #: java/parse.y:1123
18664 #: java/parse.y:1128
18665 msgid "Missing identifier"
18666 msgstr ""
18668 #: java/parse.y:1148
18669 #: java/parse.y:1157
18670 msgid "Missing class type term"
18671 msgstr ""
18673 #: java/parse.y:1184
18674 #, c-format
18675 msgid ""
18676 "Can't define static initializer in class %qs. Static initializer can only be "
18677 "defined in top-level classes"
18678 msgstr ""
18680 #: java/parse.y:1313
18681 msgid "Invalid interface type"
18682 msgstr ""
18684 #: java/parse.y:1482
18685 msgid "An empty declaration is a deprecated feature that should not be used"
18686 msgstr ""
18688 #: java/parse.y:1503
18689 #: java/parse.y:1677
18690 #: java/parse.y:1679
18691 msgid "':' expected"
18692 msgstr ""
18694 #: java/parse.y:1529
18695 #: java/parse.y:1534
18696 #: java/parse.y:1539
18697 msgid "Invalid expression statement"
18698 msgstr ""
18700 #: java/parse.y:1557
18701 #: java/parse.y:1585
18702 #: java/parse.y:1626
18703 #: java/parse.y:1694
18704 #: java/parse.y:1762
18705 #: java/parse.y:1883
18706 #: java/parse.y:1961
18707 #: java/parse.y:2052
18708 #: java/parse.y:2054
18709 #: java/parse.y:2067
18710 #: java/parse.y:2310
18711 #: java/parse.y:2312
18712 msgid "'(' expected"
18713 msgstr ""
18715 #: java/parse.y:1628
18716 msgid "Missing term or ')'"
18717 msgstr ""
18719 #: java/parse.y:1675
18720 msgid "Missing or invalid constant expression"
18721 msgstr ""
18723 #: java/parse.y:1696
18724 msgid "Missing term and ')' expected"
18725 msgstr ""
18727 #: java/parse.y:1735
18728 msgid "Invalid control expression"
18729 msgstr ""
18731 #: java/parse.y:1737
18732 #: java/parse.y:1739
18733 msgid "Invalid update expression"
18734 msgstr ""
18736 #: java/parse.y:1764
18737 msgid "Invalid init statement"
18738 msgstr ""
18740 #: java/parse.y:1964
18741 msgid "Missing term or ')' expected"
18742 msgstr ""
18744 #: java/parse.y:2007
18745 msgid "'class' or 'this' expected"
18746 msgstr ""
18748 #: java/parse.y:2009
18749 #: java/parse.y:2011
18750 msgid "'class' expected"
18751 msgstr ""
18753 #: java/parse.y:2056
18754 msgid "')' or term expected"
18755 msgstr ""
18757 #: java/parse.y:2158
18758 #: java/parse.y:2187
18759 msgid "'[' expected"
18760 msgstr ""
18762 #: java/parse.y:2265
18763 msgid "Field expected"
18764 msgstr ""
18766 #: java/parse.y:2324
18767 #: java/parse.y:2334
18768 #: java/parse.y:2344
18769 msgid "Missing term and ']' expected"
18770 msgstr ""
18772 #: java/parse.y:2449
18773 msgid "']' expected, invalid type expression"
18774 msgstr ""
18776 #: java/parse.y:2452
18777 msgid "Invalid type expression"
18778 msgstr ""
18780 #: java/parse.y:2564
18781 msgid "Invalid reference type"
18782 msgstr ""
18784 #: java/parse.y:3031
18785 msgid "Constructor invocation must be first thing in a constructor"
18786 msgstr ""
18788 #: java/parse.y:3033
18789 msgid "Only constructors can invoke constructors"
18790 msgstr ""
18792 #: java/parse.y:3041
18793 #, c-format
18794 msgid ": %qs JDK1.1(TM) feature"
18795 msgstr ""
18797 #: java/parse.y:3121
18798 #: java/parse.y:3123
18799 #, c-format
18800 msgid ""
18801 "%s.\n"
18802 "%s"
18803 msgstr ""
18805 #: java/parse.y:3282
18806 msgid "Missing return statement"
18807 msgstr ""
18809 #: java/parse.y:3304
18810 #: java/parse.y:11940
18811 #: java/parse.y:11944
18812 msgid "Unreachable statement"
18813 msgstr ""
18815 #: java/parse.y:3314
18816 msgid "Can't access %s field %<%s.%s%> from %qs"
18817 msgstr ""
18819 #: java/parse.y:3383
18820 #, c-format
18821 msgid "%s %qs already defined in %s:%d"
18822 msgstr ""
18824 #: java/parse.y:3401
18825 msgid ""
18826 "Variable %qs is already defined in this method and was declared %<%s %s%> at "
18827 "line %d"
18828 msgstr ""
18830 #: java/parse.y:3512
18831 #, c-format
18832 msgid "Interface %qs repeated"
18833 msgstr ""
18835 #: java/parse.y:3542
18836 #, c-format
18837 msgid "%s name %qs clashes with imported type %qs"
18838 msgstr ""
18840 #: java/parse.y:3574
18841 msgid "Public %s %qs must be defined in a file called %<%s.java%>"
18842 msgstr ""
18844 #: java/parse.y:3589
18845 #, c-format
18846 msgid ""
18847 "Inner class %qs can't be static. Static classes can only occur in interfaces "
18848 "and top-level classes"
18849 msgstr ""
18851 #: java/parse.y:3670
18852 #, c-format
18853 msgid ""
18854 "The class name %qs is already defined in this scope. An inner class may not "
18855 "have the same simple name as any of its enclosing classes"
18856 msgstr ""
18858 #: java/parse.y:3712
18859 msgid "Qualifier must be a reference"
18860 msgstr ""
18862 #: java/parse.y:3733
18863 #, c-format
18864 msgid "Cyclic inheritance involving %s"
18865 msgstr ""
18867 #: java/parse.y:3997
18868 msgid ""
18869 "Redundant use of %<abstract%> modifier. Interface %qs is implicitly abstract"
18870 msgstr ""
18872 #: java/parse.y:4152
18873 #, c-format
18874 msgid "Class %qs can't be declared both abstract and final"
18875 msgstr ""
18877 #: java/parse.y:4164
18878 msgid "%<java.lang.Object%> can't extend anything"
18879 msgstr ""
18881 #: java/parse.y:4406
18882 msgid "Duplicate variable declaration: %<%s %s%> was %<%s %s%> (%s:%d)"
18883 msgstr ""
18885 #: java/parse.y:4470
18886 #, c-format
18887 msgid "Field %qs can't be static in inner class %qs unless it is final"
18888 msgstr ""
18890 #: java/parse.y:4716
18891 #, c-format
18892 msgid "Class %qs must be declared abstract to define abstract method %qs"
18893 msgstr ""
18895 #: java/parse.y:4723
18896 #, c-format
18897 msgid "native method %qs can't be strictfp"
18898 msgstr ""
18900 #: java/parse.y:4727
18901 #, c-format
18902 msgid "method %qs can't be transient"
18903 msgstr ""
18905 #: java/parse.y:4730
18906 #, c-format
18907 msgid "method %qs can't be volatile"
18908 msgstr ""
18910 #: java/parse.y:4780
18911 #: java/parse.y:6533
18912 #, c-format
18913 msgid ""
18914 "Method %qs can't be static in inner class %qs. Only members of interfaces "
18915 "and top-level classes can be static"
18916 msgstr ""
18918 #: java/parse.y:4946
18919 #, c-format
18920 msgid "%s method %qs can't have a body defined"
18921 msgstr ""
18923 #: java/parse.y:4957
18924 #, c-format
18925 msgid "Non native and non abstract method %qs must have a body defined"
18926 msgstr ""
18928 #: java/parse.y:5028
18929 #, c-format
18930 msgid "%s: recursive invocation of constructor %qs"
18931 msgstr ""
18933 #: java/parse.y:5058
18934 msgid ""
18935 "Inconsistent member declaration.  At most one of %<public%>, %<private%>, or "
18936 "%<protected%> may be specified"
18937 msgstr ""
18939 #: java/parse.y:5066
18940 msgid ""
18941 "Inconsistent member declaration.  At most one of %<final%> or %<volatile%> "
18942 "may be specified"
18943 msgstr ""
18945 #: java/parse.y:5156
18946 #, c-format
18947 msgid "Variable %qs is used more than once in the argument list of method %qs"
18948 msgstr ""
18950 #: java/parse.y:5240
18951 #, c-format
18952 msgid "%s %qs can't implement/extend %s %qs"
18953 msgstr ""
18955 #: java/parse.y:5274
18956 #, c-format
18957 msgid "Class %qs can't subclass %s %qs"
18958 msgstr ""
18960 #: java/parse.y:5283
18961 #, c-format
18962 msgid "Can't subclass final classes: %s"
18963 msgstr ""
18965 #: java/parse.y:5469
18966 #, c-format
18967 msgid "Cyclic class inheritance%s"
18968 msgstr ""
18970 #: java/parse.y:6184
18971 #, c-format
18972 msgid "Superclass %qs of class %qs not found"
18973 msgstr ""
18975 #: java/parse.y:6190
18976 #, c-format
18977 msgid "Type %qs not found in declaration of field %qs"
18978 msgstr ""
18980 #: java/parse.y:6196
18981 #, c-format
18982 msgid "Type %qs not found in the declaration of the argument %qs of method %qs"
18983 msgstr ""
18985 #: java/parse.y:6203
18986 #, c-format
18987 msgid "Type %qs not found in the declaration of the return type of method %qs"
18988 msgstr ""
18990 #: java/parse.y:6209
18991 #, c-format
18992 msgid "Superinterface %qs of %s %qs not found"
18993 msgstr ""
18995 #: java/parse.y:6216
18996 #, c-format
18997 msgid "Type %qs not found in the declaration of the local variable %qs"
18998 msgstr ""
19000 #: java/parse.y:6223
19001 msgid "Class %qs not found in %<throws%>"
19002 msgstr ""
19004 #: java/parse.y:6280
19005 #, c-format
19006 msgid "Duplicate %s declaration %qs"
19007 msgstr ""
19009 #: java/parse.y:6354
19010 msgid ""
19011 "Class %qs doesn't define the abstract method %<%s %s%> from %s %<%s%>. This "
19012 "method must be defined or %s %qs must be declared abstract"
19013 msgstr ""
19015 #: java/parse.y:6510
19016 msgid ""
19017 "Class %qs in %<throws%> clause must be a subclass of class %<java.lang."
19018 "Throwable%>"
19019 msgstr ""
19021 #: java/parse.y:6554
19022 #, c-format
19023 msgid ""
19024 "Class %qs must override %qs with a public method in order to implement "
19025 "interface %qs"
19026 msgstr ""
19028 #: java/parse.y:6568
19029 #: java/parse.y:6795
19030 #, c-format
19031 msgid "Method %qs was defined with return type %qs in class %qs"
19032 msgstr ""
19034 #: java/parse.y:6585
19035 #, c-format
19036 msgid "%s methods can't be overridden. Method %qs is %s in class %qs"
19037 msgstr ""
19039 #: java/parse.y:6599
19040 #, c-format
19041 msgid ""
19042 "Instance methods can't be overridden by a static method. Method %qs is an "
19043 "instance method in class %qs"
19044 msgstr ""
19046 #: java/parse.y:6622
19047 #, c-format
19048 msgid ""
19049 "Methods can't be overridden to be more private. Method %qs is not %s in "
19050 "class %qs"
19051 msgstr ""
19053 #: java/parse.y:6763
19054 msgid ""
19055 "Invalid checked exception class %qs in %<throws%> clause.  The exception "
19056 "must be a subclass of an exception thrown by %qs from class %qs"
19057 msgstr ""
19059 #: java/parse.y:6820
19060 #, c-format
19061 msgid ""
19062 "Interface %qs inherits method %qs from interface %qs. This method is "
19063 "redefined with a different return type in interface %qs"
19064 msgstr ""
19066 #: java/parse.y:6995
19067 #, c-format
19068 msgid "Class or interface %qs not found in import"
19069 msgstr ""
19071 #: java/parse.y:7080
19072 #, c-format
19073 msgid "malformed .zip archive in CLASSPATH: %s"
19074 msgstr ""
19076 #: java/parse.y:7151
19077 #, c-format
19078 msgid ""
19079 "Can't find default package %qs. Check the CLASSPATH environment variable and "
19080 "the access to the archives"
19081 msgstr ""
19083 #: java/parse.y:7156
19084 #, c-format
19085 msgid "Package %qs not found in import"
19086 msgstr ""
19088 #: java/parse.y:7253
19089 #, c-format
19090 msgid "Type %qs also potentially defined in package %qs"
19091 msgstr ""
19093 #: java/parse.y:7398
19094 #, c-format
19095 msgid "Nested %s %s is %s; cannot be accessed from here"
19096 msgstr ""
19098 #: java/parse.y:7436
19099 #, c-format
19100 msgid ""
19101 "Can't access %s %qs. Only public classes and interfaces in other packages "
19102 "can be accessed"
19103 msgstr ""
19105 #: java/parse.y:7474
19106 msgid "Only %<final%> is allowed as a local variables modifier"
19107 msgstr ""
19109 #: java/parse.y:9028
19110 #, c-format
19111 msgid "No constructor matching %qs found in class %qs"
19112 msgstr ""
19114 #: java/parse.y:9528
19115 #, c-format
19116 msgid "Can't reference %qs before the superclass constructor has been called"
19117 msgstr ""
19119 #: java/parse.y:9582
19120 #, c-format
19121 msgid ""
19122 "Local variable %qs can't be accessed from within the inner class %qs unless "
19123 "it is declared final"
19124 msgstr ""
19126 #: java/parse.y:9587
19127 #: java/parse.y:10050
19128 #, c-format
19129 msgid "Undefined variable %qs"
19130 msgstr ""
19132 #: java/parse.y:9598
19133 #, c-format
19134 msgid "Can't make a static reference to nonstatic variable %qs in class %qs"
19135 msgstr ""
19137 #: java/parse.y:9804
19138 #: java/parse.y:10659
19139 #, c-format
19140 msgid "No enclosing instance for inner class %qs is in scope%s"
19141 msgstr ""
19143 #: java/parse.y:9923
19144 #: java/parse.y:12372
19145 msgid "Keyword %<this%> used outside allowed context"
19146 msgstr ""
19148 #: java/parse.y:9929
19149 #: java/parse.y:10813
19150 msgid ""
19151 "Can't reference %<this%> before the superclass constructor has been called"
19152 msgstr ""
19154 #: java/parse.y:9945
19155 msgid ""
19156 "Can't use variable %<%s.this%>: type %qs isn't an outer type of type %qs"
19157 msgstr ""
19159 #: java/parse.y:9978
19160 msgid "Keyword %<super%> used outside allowed context"
19161 msgstr ""
19163 #: java/parse.y:10027
19164 #, c-format
19165 msgid "No variable %qs defined in class %qs"
19166 msgstr ""
19168 #: java/parse.y:10032
19169 #, c-format
19170 msgid "Undefined variable or class name: %qs"
19171 msgstr ""
19173 #: java/parse.y:10103
19174 #, c-format
19175 msgid "Can't use type %qs as a qualifier"
19176 msgstr ""
19178 #: java/parse.y:10122
19179 msgid "Attempt to reference field %qs in %<%s %s%>"
19180 msgstr ""
19182 #: java/parse.y:10153
19183 #, c-format
19184 msgid "No variable %qs defined in type %qs"
19185 msgstr ""
19187 #: java/parse.y:10237
19188 msgid "Attempt to reference field %<new%> in a %qs"
19189 msgstr ""
19191 #: java/parse.y:10374
19192 #, c-format
19193 msgid "The class %qs has been deprecated"
19194 msgstr ""
19196 #: java/parse.y:10384
19197 #, c-format
19198 msgid "The %s %qs in class %qs has been deprecated"
19199 msgstr ""
19201 #: java/parse.y:10501
19202 #, c-format
19203 msgid "Can't invoke a method on primitive type %qs"
19204 msgstr ""
19206 #: java/parse.y:10516
19207 #, c-format
19208 msgid "Can't make static reference to method %qs in interface %qs"
19209 msgstr ""
19211 #: java/parse.y:10526
19212 #: java/parse.y:10860
19213 msgid "Can't make static reference to method %<%s %s%> in class %qs"
19214 msgstr ""
19216 #: java/parse.y:10566
19217 msgid "Can't invoke super constructor on java.lang.Object"
19218 msgstr ""
19220 #: java/parse.y:10579
19221 #: java/parse.y:14437
19222 #, c-format
19223 msgid "Class %qs not found in type declaration"
19224 msgstr ""
19226 #: java/parse.y:10591
19227 #, c-format
19228 msgid "Class %qs is an abstract class. It can't be instantiated"
19229 msgstr ""
19231 #: java/parse.y:10621
19232 #, c-format
19233 msgid "No method named %qs in scope"
19234 msgstr ""
19236 #: java/parse.y:10732
19237 msgid "Can't access %s %s %<%s.%s%> from %qs"
19238 msgstr ""
19240 #: java/parse.y:11206
19241 msgid "Can't find %s %<%s(%s)%> in type %qs%s"
19242 msgstr ""
19244 #: java/parse.y:11786
19245 msgid "Constant expression required"
19246 msgstr ""
19248 #: java/parse.y:11799
19249 msgid "Incompatible type for case. Can't convert %qs to %<int%>"
19250 msgstr ""
19252 #: java/parse.y:11833
19253 msgid "Duplicate case label: %<default%>"
19254 msgstr ""
19256 #: java/parse.y:12181
19257 msgid "Incompatible type for %<+=%>. Can't convert %qs to %<java.lang.String%>"
19258 msgstr ""
19260 #: java/parse.y:12352
19261 #, c-format
19262 msgid "missing static field %qs"
19263 msgstr ""
19265 #: java/parse.y:12357
19266 #, c-format
19267 msgid "not a static field %qs"
19268 msgstr ""
19270 #: java/parse.y:12380
19271 msgid ""
19272 "Can't reference %<this%> or %<super%> before the superclass constructor has "
19273 "been called"
19274 msgstr ""
19276 #: java/parse.y:12400
19277 #, c-format
19278 msgid "No case for %s"
19279 msgstr ""
19281 #: java/parse.y:12830
19282 msgid "Invalid left hand side of assignment"
19283 msgstr ""
19285 #: java/parse.y:12881
19286 #, c-format
19287 msgid "Incompatible type for %s. Can't convert %qs to %qs"
19288 msgstr ""
19290 #: java/parse.y:12884
19291 #, c-format
19292 msgid "Incompatible type for %s. Explicit cast needed to convert %qs to %qs"
19293 msgstr ""
19295 #: java/parse.y:13057
19296 #, c-format
19297 msgid ""
19298 "Constant expression %qs too wide for narrowing primitive conversion to %qs"
19299 msgstr ""
19301 #: java/parse.y:13348
19302 #, c-format
19303 msgid "unregistered operator %s"
19304 msgstr ""
19306 #: java/parse.y:13497
19307 msgid ""
19308 "Evaluating this expression will result in an arithmetic exception being "
19309 "thrown"
19310 msgstr ""
19312 #: java/parse.y:13579
19313 #, c-format
19314 msgid ""
19315 "Incompatible type for %qs. Explicit cast needed to convert shift distance "
19316 "from %qs to integral"
19317 msgstr ""
19319 #: java/parse.y:13584
19320 #, c-format
19321 msgid ""
19322 "Incompatible type for %qs. Can't convert shift distance from %qs to integral"
19323 msgstr ""
19325 #: java/parse.y:13660
19326 msgid "Invalid argument %qs for %<instanceof%>"
19327 msgstr ""
19329 #: java/parse.y:13687
19330 #, c-format
19331 msgid "Impossible for %qs to be instance of %qs"
19332 msgstr ""
19334 #: java/parse.y:13818
19335 #, c-format
19336 msgid "Incompatible type for %qs. Can't convert %qs to %qs"
19337 msgstr ""
19339 #: java/parse.y:14298
19340 #, c-format
19341 msgid "Invalid argument type %qs to %qs"
19342 msgstr ""
19344 #: java/parse.y:14528
19345 #, c-format
19346 msgid "Invalid cast from %qs to %qs"
19347 msgstr ""
19349 #: java/parse.y:14575
19350 msgid "%<[]%> can only be applied to arrays. It can't be applied to %qs"
19351 msgstr ""
19353 #: java/parse.y:14588
19354 msgid ""
19355 "Incompatible type for %<[]%>. Explicit cast needed to convert %qs to %<int%>"
19356 msgstr ""
19358 #: java/parse.y:14592
19359 msgid "Incompatible type for %<[]%>. Can't convert %qs to %<int%>"
19360 msgstr ""
19362 #: java/parse.y:14663
19363 msgid ""
19364 "Incompatible type for dimension in array creation expression. %s convert %qs "
19365 "to %<int%>"
19366 msgstr ""
19368 #: java/parse.y:14779
19369 #, c-format
19370 msgid "Invalid array initializer for non-array type %qs"
19371 msgstr ""
19373 #: java/parse.y:14866
19374 #, c-format
19375 msgid "Incompatible type for array. %s convert %qs to %qs"
19376 msgstr ""
19378 #: java/parse.y:14935
19379 msgid "%<return%> inside instance initializer"
19380 msgstr ""
19382 #: java/parse.y:14939
19383 msgid "%<return%> inside static initializer"
19384 msgstr ""
19386 #: java/parse.y:14945
19387 msgid "%<return%> with%s value from %<%s %s%>"
19388 msgstr ""
19390 #: java/parse.y:14952
19391 msgid "%<return%> with value from constructor %qs"
19392 msgstr ""
19394 #: java/parse.y:15017
19395 msgid "Incompatible type for %<if%>. Can't convert %qs to %<boolean%>"
19396 msgstr ""
19398 #: java/parse.y:15050
19399 #, c-format
19400 msgid "Declaration of %qs shadows a previous label declaration"
19401 msgstr ""
19403 #: java/parse.y:15055
19404 #, c-format
19405 msgid "This is the location of the previous declaration of label %qs"
19406 msgstr ""
19408 #: java/parse.y:15302
19409 #, c-format
19410 msgid "No label definition found for %qs"
19411 msgstr ""
19413 #: java/parse.y:15315
19414 msgid "%<continue%> must be in loop"
19415 msgstr ""
19417 #: java/parse.y:15318
19418 #, c-format
19419 msgid "continue label %qs does not name a loop"
19420 msgstr ""
19422 #: java/parse.y:15339
19423 msgid "%<break%> must be in loop or switch"
19424 msgstr ""
19426 #: java/parse.y:15380
19427 msgid ""
19428 "Incompatible type for loop conditional. Can't convert %qs to %<boolean%>"
19429 msgstr ""
19431 #: java/parse.y:15418
19432 msgid "Incompatible type for %<switch%>. Can't convert %qs to %<int%>"
19433 msgstr ""
19435 #. The case_label_list is in reverse order, so print the
19436 #. outer label first.
19437 #: java/parse.y:15449
19438 msgid "duplicate case label: %<"
19439 msgstr ""
19441 #: java/parse.y:15450
19442 msgid "%>"
19443 msgstr ""
19445 #: java/parse.y:15453
19446 msgid "original label is here"
19447 msgstr ""
19449 #: java/parse.y:15670
19450 msgid ""
19451 "Can't catch class %qs. Catch clause parameter type must be a subclass of "
19452 "class %<java.lang.Throwable%>"
19453 msgstr ""
19455 #: java/parse.y:15694
19456 msgid "%<catch%> not reached because of the catch clause at line %d"
19457 msgstr ""
19459 #: java/parse.y:15761
19460 msgid ""
19461 "Incompatible type for %<synchronized%>. Can't convert %qs to %<java.lang."
19462 "Object%>"
19463 msgstr ""
19465 #: java/parse.y:15820
19466 msgid "Can't throw %qs; it must be a subclass of class %<java.lang.Throwable%>"
19467 msgstr ""
19469 #: java/parse.y:15849
19470 msgid ""
19471 "Checked exception %qs can't be thrown in instance initializer (not all "
19472 "declared constructor are declaring it in their %<throws%> clause)"
19473 msgstr ""
19475 #: java/parse.y:15870
19476 msgid ""
19477 "Checked exception %qs can't be caught by any of the catch clause(s) of the "
19478 "surrounding %<try%> block"
19479 msgstr ""
19481 #: java/parse.y:15883
19482 #, c-format
19483 msgid "Checked exception %qs can't be thrown in initializer"
19484 msgstr ""
19486 #: java/parse.y:15887
19487 msgid "Checked exception %qs isn't thrown from a %<try%> block"
19488 msgstr ""
19490 #: java/parse.y:15893
19491 msgid ""
19492 "Checked exception %qs doesn't match any of current method's %<throws%> "
19493 "declaration(s)"
19494 msgstr ""
19496 #: java/parse.y:15948
19497 #, c-format
19498 msgid "Exception %qs can't be thrown in initializer"
19499 msgstr ""
19501 #: java/parse.y:15953
19502 msgid ""
19503 "Exception %qs must be caught, or it must be declared in the %<throws%> "
19504 "clause of %qs"
19505 msgstr ""
19507 #: java/parse.y:16066
19508 msgid "Incompatible type for %<?:%>. Can't convert %qs to %<boolean%>"
19509 msgstr ""
19511 #: java/parse.y:16134
19512 msgid "Incompatible type for %<?:%>. Can't convert %qs to %qs"
19513 msgstr ""
19515 #: java/typeck.c:533
19516 msgid "junk at end of signature string"
19517 msgstr ""
19519 #: java/verify-glue.c:408
19520 #, c-format
19521 msgid "verification failed: %s"
19522 msgstr ""
19524 #: java/verify-glue.c:410
19525 #, c-format
19526 msgid "verification failed at PC=%d: %s"
19527 msgstr ""
19529 #: java/verify-glue.c:494 java/verify.c:480
19530 msgid "bad pc in exception_table"
19531 msgstr ""
19533 #: java/verify.c:1476
19534 #, c-format
19535 msgid "unknown opcode %d@pc=%d during verification"
19536 msgstr ""
19538 #: java/verify.c:1551 java/verify.c:1567 java/verify.c:1572
19539 #, c-format
19540 msgid "verification error at PC=%d"
19541 msgstr ""
19543 #: java/parse.h:125
19544 #, c-format
19545 msgid "%s method can't be abstract"
19546 msgstr ""
19548 #: java/parse.h:129
19549 #, c-format
19550 msgid "Constructor can't be %s"
19551 msgstr ""
19553 #. Pedantic warning on obsolete modifiers. Note: when cl is NULL,
19554 #. flags was set artificially, such as for a interface method
19555 #: java/parse.h:161
19556 #, c-format
19557 msgid "Discouraged redundant use of %qs modifier in declaration of %s"
19558 msgstr ""
19560 #: java/parse.h:168
19561 #, c-format
19562 msgid "Discouraged redundant use of %qs modifier in declaration of %s %qs"
19563 msgstr ""
19565 #. Standard error messages
19566 #: java/parse.h:352
19567 #, c-format
19568 msgid "Incompatible type for %qs. Can't convert %qs to boolean"
19569 msgstr ""
19571 #: java/parse.h:357
19572 #, c-format
19573 msgid "Incompatible type for %qs. Can't convert %qs to numeric type"
19574 msgstr ""
19576 #: java/parse.h:365
19577 #, c-format
19578 msgid ""
19579 "Incompatible type for %qs. Explicit cast needed to convert %qs to integral"
19580 msgstr ""
19582 #: java/parse.h:370
19583 #, c-format
19584 msgid "Incompatible type for %qs. Can't convert %qs to integral"
19585 msgstr ""
19587 #: objc/objc-act.c:756
19588 msgid "%<@end%> must appear in an @implementation context"
19589 msgstr ""
19591 #: objc/objc-act.c:783
19592 msgid "method declaration not in @interface context"
19593 msgstr ""
19595 #: objc/objc-act.c:794
19596 msgid "method definition not in @implementation context"
19597 msgstr ""
19599 #: objc/objc-act.c:925
19600 #, c-format
19601 msgid "object does not conform to the %qs protocol"
19602 msgstr ""
19604 #: objc/objc-act.c:1015 objc/objc-act.c:1092
19605 #, c-format
19606 msgid "class %qs does not implement the %qs protocol"
19607 msgstr ""
19609 #: objc/objc-act.c:1198
19610 #, c-format
19611 msgid "statically allocated instance of Objective-C class %qs"
19612 msgstr ""
19614 #: objc/objc-act.c:1269
19615 #, c-format
19616 msgid "protocol %qs has circular dependency"
19617 msgstr ""
19619 #: objc/objc-act.c:1291 objc/objc-act.c:5881
19620 #, c-format
19621 msgid "cannot find protocol declaration for %qs"
19622 msgstr ""
19624 #: objc/objc-act.c:1687 objc/objc-act.c:2836 objc/objc-act.c:6409
19625 #: objc/objc-act.c:6735 objc/objc-act.c:6788 objc/objc-act.c:6813
19626 #, c-format
19627 msgid "cannot find interface declaration for %qs"
19628 msgstr ""
19630 #: objc/objc-act.c:1691
19631 #, c-format
19632 msgid "interface %qs does not have valid constant string layout"
19633 msgstr ""
19635 #: objc/objc-act.c:1696
19636 #, c-format
19637 msgid "cannot find reference tag for class %qs"
19638 msgstr ""
19640 #: objc/objc-act.c:2374
19641 msgid "%Hcreating selector for nonexistent method %qE"
19642 msgstr ""
19644 #: objc/objc-act.c:2563
19645 #, c-format
19646 msgid "%qs is not an Objective-C class name or alias"
19647 msgstr ""
19649 #: objc/objc-act.c:2678 objc/objc-act.c:2696 objc/objc-act.c:6672
19650 #: objc/objc-act.c:6964 objc/objc-act.c:6994
19651 msgid "Objective-C declarations may only appear in global scope"
19652 msgstr ""
19654 #: objc/objc-act.c:2683
19655 #, c-format
19656 msgid "cannot find class %qs"
19657 msgstr ""
19659 #: objc/objc-act.c:2685
19660 #, c-format
19661 msgid "class %qs already exists"
19662 msgstr ""
19664 #: objc/objc-act.c:2716 objc/objc-act.c:6704
19665 #, c-format
19666 msgid "%qs redeclared as different kind of symbol"
19667 msgstr ""
19669 #: objc/objc-act.c:2718 objc/objc-act.c:6706
19670 msgid "%Jprevious declaration of '%D'"
19671 msgstr ""
19673 #: objc/objc-act.c:2946
19674 msgid "use %<-fobjc-exceptions%> to enable Objective-C exception syntax"
19675 msgstr ""
19677 #: objc/objc-act.c:3275
19678 msgid "@catch parameter is not a known Objective-C class type"
19679 msgstr ""
19681 #: objc/objc-act.c:3291
19682 msgid "exception of type %<%T%> will be caught"
19683 msgstr ""
19685 #: objc/objc-act.c:3293
19686 msgid "%H   by earlier handler for %<%T%>"
19687 msgstr ""
19689 #: objc/objc-act.c:3346
19690 msgid "%<@try%> without %<@catch%> or %<@finally%>"
19691 msgstr ""
19693 #: objc/objc-act.c:3393
19694 msgid "%<@throw%> (rethrow) used outside of a @catch block"
19695 msgstr ""
19697 #: objc/objc-act.c:3758
19698 msgid "%Jtype '%D' does not have a known size"
19699 msgstr ""
19701 #: objc/objc-act.c:4271
19702 msgid "%J%s %qs"
19703 msgstr ""
19705 #: objc/objc-act.c:4294 objc/objc-act.c:4313
19706 msgid "inconsistent instance variable specification"
19707 msgstr ""
19709 #: objc/objc-act.c:5169
19710 msgid "can not use an object as parameter to a method"
19711 msgstr ""
19713 #: objc/objc-act.c:5377
19714 msgid "multiple %s named %<%c%s%> found"
19715 msgstr ""
19717 #: objc/objc-act.c:5602
19718 #, c-format
19719 msgid "no super class declared in @interface for %qs"
19720 msgstr ""
19722 #: objc/objc-act.c:5645
19723 msgid "found %<-%s%> instead of %<+%s%> in protocol(s)"
19724 msgstr ""
19726 #: objc/objc-act.c:5704
19727 #, c-format
19728 msgid "invalid receiver type %qs"
19729 msgstr ""
19731 #: objc/objc-act.c:5719
19732 msgid "%<%c%s%> not found in protocol(s)"
19733 msgstr ""
19735 #: objc/objc-act.c:5733
19736 msgid "%qs may not respond to %<%c%s%>"
19737 msgstr ""
19739 #: objc/objc-act.c:5741
19740 msgid "no %<%c%s%> method found"
19741 msgstr ""
19743 #: objc/objc-act.c:5747
19744 msgid "(Messages without a matching method signature"
19745 msgstr ""
19747 #: objc/objc-act.c:5748
19748 msgid "will be assumed to return %<id%> and accept"
19749 msgstr ""
19751 #: objc/objc-act.c:5749
19752 msgid "%<...%> as arguments.)"
19753 msgstr ""
19755 #: objc/objc-act.c:5980
19756 #, c-format
19757 msgid "undeclared selector %qs"
19758 msgstr ""
19760 #. Historically, a class method that produced objects (factory
19761 #. method) would assign `self' to the instance that it
19762 #. allocated.  This would effectively turn the class method into
19763 #. an instance method.  Following this assignment, the instance
19764 #. variables could be accessed.  That practice, while safe,
19765 #. violates the simple rule that a class method should not refer
19766 #. to an instance variable.  It's better to catch the cases
19767 #. where this is done unknowingly than to support the above
19768 #. paradigm.
19769 #: objc/objc-act.c:6022
19770 #, c-format
19771 msgid "instance variable %qs accessed in class method"
19772 msgstr ""
19774 #: objc/objc-act.c:6234
19775 msgid "duplicate declaration of method %<%c%s%>"
19776 msgstr ""
19778 #: objc/objc-act.c:6279
19779 msgid "duplicate interface declaration for category %<%s(%s)%>"
19780 msgstr ""
19782 #: objc/objc-act.c:6306
19783 #, c-format
19784 msgid "illegal reference type specified for instance variable %qs"
19785 msgstr ""
19787 #: objc/objc-act.c:6317
19788 #, c-format
19789 msgid "instance variable %qs has unknown size"
19790 msgstr ""
19792 #. vtable pointers are Real Bad(tm), since Obj-C cannot initialize them
19793 #: objc/objc-act.c:6331
19794 #, c-format
19795 msgid "type %qs has virtual member functions"
19796 msgstr ""
19798 #: objc/objc-act.c:6332
19799 #, c-format
19800 msgid "illegal aggregate type %qs specified for instance variable %qs"
19801 msgstr ""
19803 #: objc/objc-act.c:6340
19804 #, c-format
19805 msgid "type %qs has a user-defined constructor"
19806 msgstr ""
19808 #: objc/objc-act.c:6342
19809 #, c-format
19810 msgid "type %qs has a user-defined destructor"
19811 msgstr ""
19813 #: objc/objc-act.c:6343
19814 msgid ""
19815 "C++ constructors and destructors will not be invoked for Objective-C fields"
19816 msgstr ""
19818 #: objc/objc-act.c:6433
19819 #, c-format
19820 msgid "instance variable %qs is declared private"
19821 msgstr ""
19823 #: objc/objc-act.c:6442
19824 #, c-format
19825 msgid "instance variable %qs is %s; this will be a hard error in the future"
19826 msgstr ""
19828 #: objc/objc-act.c:6449
19829 #, c-format
19830 msgid "instance variable %qs is declared %s"
19831 msgstr ""
19833 #: objc/objc-act.c:6459
19834 msgid "static access to object of type %<id%>"
19835 msgstr ""
19837 #: objc/objc-act.c:6481 objc/objc-act.c:6569
19838 #, c-format
19839 msgid "incomplete implementation of class %qs"
19840 msgstr ""
19842 #: objc/objc-act.c:6485 objc/objc-act.c:6574
19843 #, c-format
19844 msgid "incomplete implementation of category %qs"
19845 msgstr ""
19847 #: objc/objc-act.c:6490 objc/objc-act.c:6579
19848 msgid "method definition for %<%c%s%> not found"
19849 msgstr ""
19851 #: objc/objc-act.c:6620
19852 #, c-format
19853 msgid "%s %qs does not fully implement the %qs protocol"
19854 msgstr ""
19856 #: objc/objc-act.c:6678 objc/objc-act.c:8272
19857 msgid "%<@end%> missing in implementation context"
19858 msgstr ""
19860 #: objc/objc-act.c:6691
19861 #, c-format
19862 msgid "cannot find interface declaration for %qs, superclass of %qs"
19863 msgstr ""
19865 #: objc/objc-act.c:6718
19866 #, c-format
19867 msgid "reimplementation of class %qs"
19868 msgstr ""
19870 #: objc/objc-act.c:6749
19871 #, c-format
19872 msgid "conflicting super class name %qs"
19873 msgstr ""
19875 #: objc/objc-act.c:6751
19876 #, c-format
19877 msgid "previous declaration of %qs"
19878 msgstr ""
19880 #: objc/objc-act.c:6765 objc/objc-act.c:6767
19881 #, c-format
19882 msgid "duplicate interface declaration for class %qs"
19883 msgstr ""
19885 #: objc/objc-act.c:7022
19886 #, c-format
19887 msgid "duplicate declaration for protocol %qs"
19888 msgstr ""
19890 #. Add a readable method name to the warning.
19891 #: objc/objc-act.c:7552
19892 msgid "%J%s %<%c%s%>"
19893 msgstr ""
19895 #: objc/objc-act.c:7849
19896 #, c-format
19897 msgid "no super class declared in interface for %qs"
19898 msgstr ""
19900 #: objc/objc-act.c:7897
19901 msgid "[super ...] must appear in a method context"
19902 msgstr ""
19904 #: objc/objc-act.c:8554
19905 #, c-format
19906 msgid "local declaration of %qs hides instance variable"
19907 msgstr ""
19909 #: treelang/tree1.c:278
19910 msgid "%HDuplicate name %q.*s."
19911 msgstr ""
19913 #: treelang/treetree.c:826
19914 msgid "Global register variable %qD used in nested function."
19915 msgstr ""
19917 #: treelang/treetree.c:830
19918 msgid "Register variable %qD used in nested function."
19919 msgstr ""
19921 #: treelang/treetree.c:836
19922 msgid "Address of global register variable %qD requested."
19923 msgstr ""
19925 #: treelang/treetree.c:841
19926 msgid "Address of register variable %qD requested."
19927 msgstr ""
19929 #: options.c:943
19930 msgid "Display this information"
19931 msgstr ""
19933 #: options.c:949
19934 msgid ""
19935 "--param <param>=<value>\tSet parameter <param> to value.  See below for a "
19936 "complete list of parameters"
19937 msgstr ""
19939 #: options.c:958
19940 msgid ""
19941 "-A<question>=<answer>\tAssert the <answer> to <question>.  Putting '-' "
19942 "before <question> disables the <answer> to <question>"
19943 msgstr ""
19945 #: options.c:961
19946 msgid "Do not discard comments"
19947 msgstr ""
19949 #: options.c:964
19950 msgid "Do not discard comments in macro expansions"
19951 msgstr ""
19953 #: options.c:967
19954 msgid ""
19955 "-D<macro>[=<val>]\tDefine a <macro> with <val> as its value.  If just "
19956 "<macro> is given, <val> is taken to be 1"
19957 msgstr ""
19959 #: options.c:973
19960 msgid "-F <dir>\tAdd <dir> to the end of the main framework include path  "
19961 msgstr ""
19963 #: options.c:976
19964 msgid ""
19965 "-G<number>\tPut global and static data smaller than <number> bytes into a "
19966 "special section (on some targets)"
19967 msgstr ""
19969 #: options.c:979
19970 msgid "Print the name of header files as they are used"
19971 msgstr ""
19973 #: options.c:985
19974 msgid "-J<directory>\tPut MODULE files in 'directory'"
19975 msgstr ""
19977 #: options.c:991
19978 msgid "Generate make dependencies and compile"
19979 msgstr ""
19981 #: options.c:1000
19982 msgid "Treat missing header files as generated files"
19983 msgstr ""
19985 #: options.c:1006
19986 msgid "Like -MD but ignore system header files"
19987 msgstr ""
19989 #: options.c:1015
19990 msgid "-MQ <target>\tAdd a MAKE-quoted target"
19991 msgstr ""
19993 #: options.c:1021
19994 msgid "-O<number>\tSet optimization level to <number>"
19995 msgstr ""
19997 #: options.c:1024
19998 msgid "Optimize for space rather than speed"
19999 msgstr ""
20001 #: options.c:1027
20002 msgid "Do not generate #line directives"
20003 msgstr ""
20005 #: options.c:1030
20006 msgid "-U<macro>\tUndefine <macro>"
20007 msgstr ""
20009 #: options.c:1033
20010 msgid "This switch is deprecated; use -Wextra instead"
20011 msgstr ""
20013 #: options.c:1036
20014 msgid ""
20015 "Warn about things that will change when compiling with an ABI-compliant "
20016 "compiler"
20017 msgstr ""
20019 #: options.c:1039
20020 msgid "Warn about returning structures, unions or arrays"
20021 msgstr ""
20023 #: options.c:1042
20024 msgid "Warn about possible aliasing of dummy arguments"
20025 msgstr ""
20027 #: options.c:1048
20028 msgid "Warn about casting functions to incompatible types"
20029 msgstr ""
20031 #: options.c:1051
20032 msgid "Warn about pointer casts which increase alignment"
20033 msgstr ""
20035 #: options.c:1054
20036 msgid "Warn about casts which discard qualifiers"
20037 msgstr ""
20039 #: options.c:1057
20040 msgid "Warn about subscripts whose type is \"char\""
20041 msgstr ""
20043 #: options.c:1060
20044 msgid ""
20045 "Warn about possibly nested block comments, and C++ comments spanning more "
20046 "than one physical line"
20047 msgstr ""
20049 #: options.c:1063
20050 msgid "Synonym for -Wcomment"
20051 msgstr ""
20053 #: options.c:1066
20054 msgid "Warn about implicit conversion"
20055 msgstr ""
20057 #: options.c:1069
20058 msgid "Warn when all constructors and destructors are private"
20059 msgstr ""
20061 #: options.c:1072
20062 msgid "Warn when a declaration is found after a statement"
20063 msgstr ""
20065 #: options.c:1075
20066 msgid "Warn if a deprecated compiler feature, class, method, or field is used"
20067 msgstr ""
20069 #: options.c:1078
20070 msgid "Warn about uses of __attribute__((deprecated)) declarations"
20071 msgstr ""
20073 #: options.c:1081
20074 msgid "Warn when an optimization pass is disabled"
20075 msgstr ""
20077 #: options.c:1084
20078 msgid "Warn about compile-time integer division by zero"
20079 msgstr ""
20081 #: options.c:1087
20082 msgid "Warn about violations of Effective C++ style rules"
20083 msgstr ""
20085 #: options.c:1090
20086 msgid "Warn about stray tokens after #elif and #endif"
20087 msgstr ""
20089 #: options.c:1093
20090 msgid "Treat all warnings as errors"
20091 msgstr ""
20093 #: options.c:1096
20094 msgid "Make implicit function declarations an error"
20095 msgstr ""
20097 #: options.c:1099
20098 msgid "Print extra (possibly unwanted) warnings"
20099 msgstr ""
20101 #: options.c:1102
20102 msgid "Warn if deprecated empty statements are found"
20103 msgstr ""
20105 #: options.c:1105
20106 msgid "Exit on the first error occurred"
20107 msgstr ""
20109 #: options.c:1108
20110 msgid "Warn if testing floating point numbers for equality"
20111 msgstr ""
20113 #: options.c:1111
20114 msgid "Warn about printf/scanf/strftime/strfmon format string anomalies"
20115 msgstr ""
20117 #: options.c:1114
20118 msgid "Warn if passing too many arguments to a function for its format string"
20119 msgstr ""
20121 #: options.c:1117
20122 msgid "Warn about format strings that are not literals"
20123 msgstr ""
20125 #: options.c:1120
20126 msgid "Warn about possible security problems with format functions"
20127 msgstr ""
20129 #: options.c:1123
20130 msgid "Warn about strftime formats yielding 2-digit years"
20131 msgstr ""
20133 #: options.c:1126
20134 msgid "Warn about zero-length formats"
20135 msgstr ""
20137 #: options.c:1135
20138 msgid "Warn about implicit function declarations"
20139 msgstr ""
20141 #: options.c:1138
20142 msgid "Warn when a declaration does not specify a type"
20143 msgstr ""
20145 #: options.c:1141
20146 msgid "Warn about calls with implicit interface"
20147 msgstr ""
20149 #: options.c:1144
20150 msgid "Deprecated.  This switch has no effect."
20151 msgstr ""
20153 #: options.c:1147
20154 msgid "Warn about variables which are initialized to themselves."
20155 msgstr ""
20157 #: options.c:1150
20158 msgid "Warn when an inlined function cannot be inlined"
20159 msgstr ""
20161 #: options.c:1153
20162 msgid "Warn about invalid uses of the \"offsetof\" macro"
20163 msgstr ""
20165 #: options.c:1156
20166 msgid "Warn about PCH files that are found but not used"
20167 msgstr ""
20169 #: options.c:1159
20170 msgid "-Wlarger-than-<number>\tWarn if an object is larger than <number> bytes"
20171 msgstr ""
20173 #: options.c:1162
20174 msgid "Warn about truncated source lines"
20175 msgstr ""
20177 #: options.c:1165
20178 msgid "Do not warn about using \"long long\" when -pedantic"
20179 msgstr ""
20181 #: options.c:1168
20182 msgid "Warn about suspicious declarations of \"main\""
20183 msgstr ""
20185 #: options.c:1171
20186 msgid "Warn about possibly missing braces around initializers"
20187 msgstr ""
20189 #: options.c:1174
20190 msgid "Warn about global functions without previous declarations"
20191 msgstr ""
20193 #: options.c:1177
20194 msgid "Warn about missing fields in struct initializers"
20195 msgstr ""
20197 #: options.c:1180
20198 msgid "Warn about functions which might be candidates for format attributes"
20199 msgstr ""
20201 #: options.c:1183
20202 msgid "Warn about user-specified include directories that do not exist"
20203 msgstr ""
20205 #: options.c:1186
20206 msgid ""
20207 "Warn about functions which might be candidates for __attribute__((noreturn))"
20208 msgstr ""
20210 #: options.c:1189
20211 msgid "Warn about global functions without prototypes"
20212 msgstr ""
20214 #: options.c:1192
20215 msgid "Warn about use of multi-character character constants"
20216 msgstr ""
20218 #: options.c:1195
20219 msgid "Warn about \"extern\" declarations not at file scope"
20220 msgstr ""
20222 #: options.c:1198
20223 msgid ""
20224 "Warn when non-templatized friend functions are declared within a template"
20225 msgstr ""
20227 #: options.c:1201
20228 msgid "Warn about non-virtual destructors"
20229 msgstr ""
20231 #: options.c:1204
20232 msgid ""
20233 "Warn about NULL being passed to argument slots marked as requiring non-NULL"
20234 msgstr ""
20236 #: options.c:1207
20237 msgid "Warn about usage of non-standard intrinsics"
20238 msgstr ""
20240 #: options.c:1210
20241 msgid "Warn if a C-style cast is used in a program"
20242 msgstr ""
20244 #: options.c:1213
20245 msgid "Warn if an old-style parameter definition is used"
20246 msgstr ""
20248 #: options.c:1216
20249 msgid "Warn if .class files are out of date"
20250 msgstr ""
20252 #: options.c:1219
20253 msgid "Warn about overloaded virtual function names"
20254 msgstr ""
20256 #: options.c:1222
20257 msgid "Warn when the packed attribute has no effect on struct layout"
20258 msgstr ""
20260 #: options.c:1225
20261 msgid "Warn when padding is required to align structure members"
20262 msgstr ""
20264 #: options.c:1228
20265 msgid "Warn about possibly missing parentheses"
20266 msgstr ""
20268 #: options.c:1231
20269 msgid "Warn when converting the type of pointers to member functions"
20270 msgstr ""
20272 #: options.c:1234
20273 msgid "Warn about function pointer arithmetic"
20274 msgstr ""
20276 #: options.c:1237
20277 msgid "Warn when a pointer differs in signedness in an assignment."
20278 msgstr ""
20280 #: options.c:1240
20281 msgid "Warn if inherited methods are unimplemented"
20282 msgstr ""
20284 #: options.c:1243
20285 msgid "Warn about multiple declarations of the same object"
20286 msgstr ""
20288 #: options.c:1246
20289 msgid "Warn if modifiers are specified when not necessary"
20290 msgstr ""
20292 #: options.c:1249
20293 msgid "Warn when the compiler reorders code"
20294 msgstr ""
20296 #: options.c:1252
20297 msgid ""
20298 "Warn whenever a function's return type defaults to \"int\" (C), or about "
20299 "inconsistent return types (C++)"
20300 msgstr ""
20302 #: options.c:1255
20303 msgid "Warn if a selector has multiple methods"
20304 msgstr ""
20306 #: options.c:1258
20307 msgid "Warn about possible violations of sequence point rules"
20308 msgstr ""
20310 #: options.c:1261
20311 msgid "Warn when one local variable shadows another"
20312 msgstr ""
20314 #: options.c:1264
20315 msgid "Warn about signed-unsigned comparisons"
20316 msgstr ""
20318 #: options.c:1267
20319 msgid "Warn when overload promotes from unsigned to signed"
20320 msgstr ""
20322 #: options.c:1270
20323 #: options.c:1273
20324 msgid "Warn about code which might break strict aliasing rules"
20325 msgstr ""
20327 #: options.c:1276
20328 msgid "Warn about unprototyped function declarations"
20329 msgstr ""
20331 #: options.c:1279
20332 msgid "Warn about \"suspicious\" constructs"
20333 msgstr ""
20335 #: options.c:1282
20336 msgid "Warn about enumerated switches, with no default, missing a case"
20337 msgstr ""
20339 #: options.c:1285
20340 msgid "Warn about enumerated switches missing a \"default:\" statement"
20341 msgstr ""
20343 #: options.c:1288
20344 msgid "Warn about all enumerated switches missing a specific case"
20345 msgstr ""
20347 #: options.c:1291
20348 msgid "Warn when synthesis behavior differs from Cfront"
20349 msgstr ""
20351 #: options.c:1294
20352 msgid "Do not suppress warnings from system headers"
20353 msgstr ""
20355 #: options.c:1297
20356 msgid "Warn about features not present in traditional C"
20357 msgstr ""
20359 #: options.c:1300
20360 msgid ""
20361 "Warn if trigraphs are encountered that might affect the meaning of the "
20362 "program"
20363 msgstr ""
20365 #: options.c:1303
20366 msgid "Warn about @selector()s without previously declared methods"
20367 msgstr ""
20369 #: options.c:1306
20370 msgid "Warn if an undefined macro is used in an #if directive"
20371 msgstr ""
20373 #: options.c:1309
20374 msgid "Warn about underflow of numerical constant expressions"
20375 msgstr ""
20377 #: options.c:1312
20378 msgid "Warn about uninitialized automatic variables"
20379 msgstr ""
20381 #: options.c:1315
20382 msgid "Warn about unrecognized pragmas"
20383 msgstr ""
20385 #: options.c:1318
20386 msgid "Warn about code that will never be executed"
20387 msgstr ""
20389 #: options.c:1321
20390 msgid "Enable all -Wunused- warnings"
20391 msgstr ""
20393 #: options.c:1324
20394 msgid "Warn when a function is unused"
20395 msgstr ""
20397 #: options.c:1327
20398 #: options.c:1330
20399 msgid "Warn when a label is unused"
20400 msgstr ""
20402 #: options.c:1333
20403 msgid "Warn about macros defined in the main file that are not used"
20404 msgstr ""
20406 #: options.c:1336
20407 msgid "Warn when a function parameter is unused"
20408 msgstr ""
20410 #: options.c:1339
20411 msgid "Warn when an expression value is unused"
20412 msgstr ""
20414 #: options.c:1342
20415 msgid "Warn when a variable is unused"
20416 msgstr ""
20418 #: options.c:1345
20419 msgid "Do not warn about using variadic macros when -pedantic"
20420 msgstr ""
20422 #: options.c:1348
20423 msgid "Give strings the type \"array of char\""
20424 msgstr ""
20426 #: options.c:1351
20427 msgid ""
20428 "A synonym for -std=c89.  In a future version of GCC it will become "
20429 "synonymous with -std=c99 instead"
20430 msgstr ""
20432 #: options.c:1354
20433 msgid "-aux-info <file>\tEmit declaration information into <file>"
20434 msgstr ""
20436 #: options.c:1366
20437 msgid "-d<letters>\tEnable dumps from specific passes of the compiler"
20438 msgstr ""
20440 #: options.c:1369
20441 msgid "Set the default real and integer kinds to double precision"
20442 msgstr ""
20444 #: options.c:1372
20445 msgid "-dumpbase <file>\tSet the file basename to be used for dumps"
20446 msgstr ""
20448 #: options.c:1375
20449 msgid "--CLASSPATH\tDeprecated; use --classpath instead"
20450 msgstr ""
20452 #: options.c:1378
20453 msgid "Generate position-independent code if possible (large mode)"
20454 msgstr ""
20456 #: options.c:1381
20457 msgid ""
20458 "Generate position-independent code for executables if possible (large mode)"
20459 msgstr ""
20461 #: options.c:1387
20462 msgid "Enforce class member access control semantics"
20463 msgstr ""
20465 #: options.c:1390
20466 msgid "Align the start of functions"
20467 msgstr ""
20469 #: options.c:1396
20470 msgid "Align labels which are only reached by jumping"
20471 msgstr ""
20473 #: options.c:1402
20474 msgid "Align all labels"
20475 msgstr ""
20477 #: options.c:1408
20478 msgid "Align the start of loops"
20479 msgstr ""
20481 #: options.c:1417
20482 msgid "Change when template instances are emitted"
20483 msgstr ""
20485 #: options.c:1420
20486 msgid "Specify that arguments may alias each other and globals"
20487 msgstr ""
20489 #: options.c:1423
20490 msgid "Assume arguments may alias globals but not each other"
20491 msgstr ""
20493 #: options.c:1426
20494 msgid "Assume arguments alias neither each other nor globals"
20495 msgstr ""
20497 #: options.c:1429
20498 msgid "Recognize the \"asm\" keyword"
20499 msgstr ""
20501 #: options.c:1432
20502 msgid "Permit the use of the assert keyword"
20503 msgstr ""
20505 #: options.c:1441
20506 msgid "Generate unwind tables that are exact at each instruction boundary"
20507 msgstr ""
20509 #: options.c:1444
20510 msgid "--bootclasspath=<path>\tReplace system path"
20511 msgstr ""
20513 #: options.c:1447
20514 msgid "Generate code to check bounds before indexing arrays"
20515 msgstr ""
20517 #: options.c:1450
20518 msgid "Replace add, compare, branch with branch on count register"
20519 msgstr ""
20521 #: options.c:1453
20522 msgid "Use profiling information for branch probabilities"
20523 msgstr ""
20525 #: options.c:1456
20526 msgid ""
20527 "Perform branch target load optimization before prologue / epilogue threading"
20528 msgstr ""
20530 #: options.c:1459
20531 msgid ""
20532 "Perform branch target load optimization after prologue / epilogue threading"
20533 msgstr ""
20535 #: options.c:1462
20536 msgid ""
20537 "Restrict target load migration not to re-use registers in any basic block"
20538 msgstr ""
20540 #: options.c:1465
20541 msgid "Recognize built-in functions"
20542 msgstr ""
20544 #: options.c:1471
20545 msgid ""
20546 "-fcall-saved-<register>\tMark <register> as being preserved across functions"
20547 msgstr ""
20549 #: options.c:1474
20550 msgid ""
20551 "-fcall-used-<register>\tMark <register> as being corrupted by function calls"
20552 msgstr ""
20554 #: options.c:1477
20555 msgid "Save registers around function calls"
20556 msgstr ""
20558 #: options.c:1480
20559 msgid "Check the return value of new"
20560 msgstr ""
20562 #: options.c:1483
20563 msgid "Generate checks for references to NULL"
20564 msgstr ""
20566 #: options.c:1486
20567 msgid "--classpath=<path>\tSet class path"
20568 msgstr ""
20570 #: options.c:1489
20571 msgid "Do not put uninitialized globals in the common section"
20572 msgstr ""
20574 #: options.c:1495
20575 msgid "Allow the arguments of the '?' operator to have different types"
20576 msgstr ""
20578 #: options.c:1498
20579 msgid "Reduce the size of object files"
20580 msgstr ""
20582 #: options.c:1501
20583 msgid "Make string literals \"const char[]\" not \"char[]\""
20584 msgstr ""
20586 #: options.c:1504
20587 msgid "-fconst-string-class=<name>\tUse class <name> for constant strings"
20588 msgstr ""
20590 #: options.c:1507
20591 msgid "Perform a register copy-propagation optimization pass"
20592 msgstr ""
20594 #: options.c:1510
20595 msgid "Perform cross-jumping optimization"
20596 msgstr ""
20598 #: options.c:1513
20599 msgid "When running CSE, follow jumps to their targets"
20600 msgstr ""
20602 #: options.c:1516
20603 msgid "When running CSE, follow conditional jumps"
20604 msgstr ""
20606 #: options.c:1519
20607 msgid "Omit range reduction step when performing complex division"
20608 msgstr ""
20610 #: options.c:1522
20611 msgid "Place data items into their own section"
20612 msgstr ""
20614 #: options.c:1525
20615 msgid "Inline member functions by default"
20616 msgstr ""
20618 #: options.c:1528
20619 msgid "Defer popping functions args from stack until later"
20620 msgstr ""
20622 #: options.c:1531
20623 msgid "Attempt to fill delay slots of branch instructions"
20624 msgstr ""
20626 #: options.c:1534
20627 msgid "Delete useless null pointer checks"
20628 msgstr ""
20630 #: options.c:1537
20631 msgid ""
20632 "-fdiagnostics-show-location=[once|every-line]\tHow often to emit source "
20633 "location at the beginning of line-wrapped diagnostics"
20634 msgstr ""
20636 #: options.c:1546
20637 msgid "Allow dollar signs in entity names"
20638 msgstr ""
20640 #: options.c:1549
20641 msgid "Permit '$' as an identifier character"
20642 msgstr ""
20644 #: options.c:1552
20645 msgid "-fdump-<type>\tDump various compiler internals to a file"
20646 msgstr ""
20648 #: options.c:1555
20649 msgid "Display the code tree after parsing."
20650 msgstr ""
20652 #: options.c:1558
20653 msgid ""
20654 "Suppress output of instruction numbers and line number notes in debugging "
20655 "dumps"
20656 msgstr ""
20658 #: options.c:1564
20659 msgid "Perform DWARF2 duplicate elimination"
20660 msgstr ""
20662 #: options.c:1567
20663 #: options.c:1570
20664 msgid "Perform unused type elimination in debug info"
20665 msgstr ""
20667 #: options.c:1573
20668 msgid "Output a class file"
20669 msgstr ""
20671 #: options.c:1576
20672 msgid "Alias for -femit-class-file"
20673 msgstr ""
20675 #: options.c:1585
20676 msgid ""
20677 "--encoding=<encoding>\tChoose input encoding (defaults from your locale)"
20678 msgstr ""
20680 #: options.c:1588
20681 msgid "Generate code to check exception specifications"
20682 msgstr ""
20684 #: options.c:1594
20685 msgid "Enable exception handling"
20686 msgstr ""
20688 #: options.c:1597
20689 msgid ""
20690 "-fexec-charset=<cset>\tConvert all strings and character constants to "
20691 "character set <cset>"
20692 msgstr ""
20694 #: options.c:1600
20695 msgid "Perform a number of minor, expensive optimizations"
20696 msgstr ""
20698 #: options.c:1603
20699 msgid "--extdirs=<path>\tSet the extension directory path"
20700 msgstr ""
20702 #: options.c:1612
20703 msgid "Input file is a file with a list of filenames to compile"
20704 msgstr ""
20706 #: options.c:1615
20707 msgid "Assume no NaNs or infinities are generated"
20708 msgstr ""
20710 #: options.c:1618
20711 msgid ""
20712 "-ffixed-<register>\tMark <register> as being unavailable to the compiler"
20713 msgstr ""
20715 #: options.c:1621
20716 msgid "Assume that the source file is fixed form"
20717 msgstr ""
20719 #: options.c:1624
20720 msgid "-ffixed-line-length-<n>\t\tUse n as character line width in fixed mode"
20721 msgstr ""
20723 #: options.c:1627
20724 msgid "Allow arbitrary character line width in fixed mode"
20725 msgstr ""
20727 #: options.c:1630
20728 msgid "Don't allocate floats and doubles in extended-precision registers"
20729 msgstr ""
20731 #: options.c:1633
20732 msgid "Scope of for-init-statement variables is local to the loop"
20733 msgstr ""
20735 #: options.c:1636
20736 msgid "Copy memory address constants into registers before use"
20737 msgstr ""
20739 #: options.c:1639
20740 msgid "Always check for non gcj generated classes archives"
20741 msgstr ""
20743 #: options.c:1642
20744 msgid "Copy memory operands into registers before use"
20745 msgstr ""
20747 #: options.c:1645
20748 msgid "Assume that the source file is free form"
20749 msgstr ""
20751 #: options.c:1648
20752 msgid "Do not assume that standard C libraries and \"main\" exist"
20753 msgstr ""
20755 #: options.c:1651
20756 msgid "Allow function addresses to be held in registers"
20757 msgstr ""
20759 #: options.c:1654
20760 msgid "Place each function into its own section"
20761 msgstr ""
20763 #: options.c:1657
20764 msgid "Perform global common subexpression elimination"
20765 msgstr ""
20767 #: options.c:1660
20768 msgid ""
20769 "Perform global common subexpression elimination after register allocation"
20770 msgstr ""
20772 #: options.c:1663
20773 msgid ""
20774 "Perform redundant load after store elimination in global common subexpression"
20775 msgstr ""
20777 #: options.c:1666
20778 msgid ""
20779 "Perform enhanced load motion during global common subexpression elimination"
20780 msgstr ""
20782 #: options.c:1669
20783 msgid "Perform store motion after global common subexpression elimination"
20784 msgstr ""
20786 #: options.c:1672
20787 msgid "Recognize GNU-defined keywords"
20788 msgstr ""
20790 #: options.c:1675
20791 msgid "Generate code for GNU runtime environment"
20792 msgstr ""
20794 #: options.c:1678
20795 msgid "Enable guessing of branch probabilities"
20796 msgstr ""
20798 #: options.c:1687
20799 msgid ""
20800 "Assume the runtime uses a hash table to map an object to its synchronization "
20801 "structure"
20802 msgstr ""
20804 #: options.c:1693
20805 msgid "Assume normal C execution environment"
20806 msgstr ""
20808 #: options.c:1696
20809 msgid "Enable support for huge objects"
20810 msgstr ""
20812 #: options.c:1699
20813 msgid "Process #ident directives"
20814 msgstr ""
20816 #: options.c:1702
20817 msgid "Perform conversion of conditional jumps to branchless equivalents"
20818 msgstr ""
20820 #: options.c:1705
20821 msgid "Perform conversion of conditional jumps to conditional execution"
20822 msgstr ""
20824 #: options.c:1708
20825 msgid "Export functions even if they can be inlined"
20826 msgstr ""
20828 #: options.c:1711
20829 msgid "Emit implicit instantiations of inline templates"
20830 msgstr ""
20832 #: options.c:1714
20833 msgid ""
20834 "Specify that no implicit typing is allowed, unless overridden by explicit "
20835 "IMPLICIT statements"
20836 msgstr ""
20838 #: options.c:1717
20839 msgid "Emit implicit instantiations of templates"
20840 msgstr ""
20842 #: options.c:1720
20843 msgid "Use offset tables for virtual method calls"
20844 msgstr ""
20846 #: options.c:1723
20847 msgid "Do not generate .size directives"
20848 msgstr ""
20850 #: options.c:1726
20851 msgid "Pay attention to the \"inline\" keyword"
20852 msgstr ""
20854 #: options.c:1735
20855 msgid ""
20856 "-finline-limit=<number>\tLimit the size of inlined functions to <number>"
20857 msgstr ""
20859 #: options.c:1738
20860 msgid ""
20861 "-finput-charset=<cset>      Specify the default character set for source "
20862 "files."
20863 msgstr ""
20865 #: options.c:1741
20866 msgid "Instrument function entry and exit with profiling calls"
20867 msgstr ""
20869 #: options.c:1744
20870 msgid "Optimize induction variables on trees"
20871 msgstr ""
20873 #: options.c:1747
20874 msgid "Assume native functions are implemented using JNI"
20875 msgstr ""
20877 #: options.c:1750
20878 msgid "Generate code for functions even if they are fully inlined"
20879 msgstr ""
20881 #: options.c:1753
20882 msgid "Emit static const variables even if they are not used"
20883 msgstr ""
20885 #: options.c:1759
20886 msgid "Give external symbols a leading underscore"
20887 msgstr ""
20889 #: options.c:1762
20890 msgid "Perform loop optimizations"
20891 msgstr ""
20893 #: options.c:1765
20894 msgid "Perform loop optimizations using the new loop optimizer"
20895 msgstr ""
20897 #: options.c:1768
20898 msgid "Set errno after built-in math functions"
20899 msgstr ""
20901 #: options.c:1771
20902 msgid "-fmax-identifier-length=<n>\tMaximum identifier length."
20903 msgstr ""
20905 #: options.c:1774
20906 msgid ""
20907 "-fmax-stack-var-size=<n>\tSize in bytes of the largest array that will be "
20908 "put on the stack"
20909 msgstr ""
20911 #: options.c:1777
20912 msgid "Report on permanent memory allocation"
20913 msgstr ""
20915 #: options.c:1780
20916 msgid "Attempt to merge identical constants and constant variables"
20917 msgstr ""
20919 #: options.c:1783
20920 msgid "Attempt to merge identical constants across compilation units"
20921 msgstr ""
20923 #: options.c:1786
20924 msgid ""
20925 "-fmessage-length=<number>\tLimit diagnostics to <number> characters per "
20926 "line.  0 suppresses line-wrapping"
20927 msgstr ""
20929 #: options.c:1789
20930 msgid "Set default accessibility of module entities to PRIVATE"
20931 msgstr ""
20933 #: options.c:1792
20934 msgid "Perform SMS based modulo scheduling before the first scheduling pass"
20935 msgstr ""
20937 #: options.c:1795
20938 msgid "Move loop invariant computations out of loops"
20939 msgstr ""
20941 #: options.c:1798
20942 msgid "Don't warn about uses of Microsoft extensions"
20943 msgstr ""
20945 #: options.c:1801
20946 msgid ""
20947 "Add mudflap bounds-checking instrumentation for single-threaded program."
20948 msgstr ""
20950 #: options.c:1804
20951 msgid "Ignore read operations when inserting mudflap instrumentation."
20952 msgstr ""
20954 #: options.c:1807
20955 msgid "Add mudflap bounds-checking instrumentation for multi-threaded program."
20956 msgstr ""
20958 #: options.c:1816
20959 msgid "Generate code for NeXT (Apple Mac OS X) runtime environment"
20960 msgstr ""
20962 #: options.c:1819
20963 msgid "Assume that receivers of Objective-C messages may be nil"
20964 msgstr ""
20966 #: options.c:1822
20967 msgid "Don't generate code, just do syntax and semantics checking"
20968 msgstr ""
20970 #: options.c:1825
20971 msgid "Support synchronous non-call exceptions"
20972 msgstr ""
20974 #: options.c:1834
20975 msgid "Enable Objective-C exception and synchronization syntax"
20976 msgstr ""
20978 #: options.c:1837
20979 msgid "Enable Objective-C setjmp exception handling runtime"
20980 msgstr ""
20982 #: options.c:1840
20983 msgid "When possible do not generate stack frames"
20984 msgstr ""
20986 #: options.c:1843
20987 msgid "Recognize C++ kewords like \"compl\" and \"xor\""
20988 msgstr ""
20990 #: options.c:1846
20991 msgid "Do the full register move optimization pass"
20992 msgstr ""
20994 #: options.c:1849
20995 msgid "Optimize sibling and tail recursive calls"
20996 msgstr ""
20998 #: options.c:1852
20999 msgid "Enable optimization of static class initialization code"
21000 msgstr ""
21002 #: options.c:1855
21003 msgid "Enable optional diagnostics"
21004 msgstr ""
21006 #: options.c:1861
21007 msgid "Try to layout derived types as compact as possible"
21008 msgstr ""
21010 #: options.c:1864
21011 msgid "Pack structure members together without holes"
21012 msgstr ""
21014 #: options.c:1867
21015 msgid "-fpack-struct=<number>\tSet initial maximum structure member alignment"
21016 msgstr ""
21018 #: options.c:1870
21019 msgid "Return small aggregates in memory, not registers"
21020 msgstr ""
21022 #: options.c:1876
21023 msgid "Look for and use PCH files even when preprocessing"
21024 msgstr ""
21026 #: options.c:1879
21027 msgid "Perform loop peeling"
21028 msgstr ""
21030 #: options.c:1882
21031 msgid "Enable machine specific peephole optimizations"
21032 msgstr ""
21034 #: options.c:1885
21035 msgid "Enable an RTL peephole pass before sched2"
21036 msgstr ""
21038 #: options.c:1888
21039 msgid "Downgrade conformance errors to warnings"
21040 msgstr ""
21042 #: options.c:1891
21043 msgid "Generate position-independent code if possible (small mode)"
21044 msgstr ""
21046 #: options.c:1894
21047 msgid ""
21048 "Generate position-independent code for executables if possible (small mode)"
21049 msgstr ""
21051 #: options.c:1897
21052 msgid "Generate prefetch instructions, if available, for arrays in loops"
21053 msgstr ""
21055 #: options.c:1900
21056 msgid "Treat the input file as already preprocessed"
21057 msgstr ""
21059 #: options.c:1903
21060 msgid "Enable basic program profiling code"
21061 msgstr ""
21063 #: options.c:1906
21064 msgid "Insert arc-based program profiling code"
21065 msgstr ""
21067 #: options.c:1909
21068 msgid ""
21069 "Enable common options for generating profile info for profile feedback "
21070 "directed optimizations"
21071 msgstr ""
21073 #: options.c:1912
21074 msgid ""
21075 "Enable common options for performing profile feedback directed optimizations"
21076 msgstr ""
21078 #: options.c:1915
21079 msgid "Insert code to profile values of expressions"
21080 msgstr ""
21082 #: options.c:1921
21083 msgid "-frandom-seed=<string>\tMake compile reproducible using <string>"
21084 msgstr ""
21086 #: options.c:1924
21087 msgid "Return small aggregates in registers"
21088 msgstr ""
21090 #: options.c:1927
21091 msgid "Enables a register move optimization"
21092 msgstr ""
21094 #: options.c:1930
21095 msgid "Perform a register renaming optimization pass"
21096 msgstr ""
21098 #: options.c:1933
21099 msgid "Reorder basic blocks to improve code placement"
21100 msgstr ""
21102 #: options.c:1936
21103 msgid "Reorder basic blocks and partition into hot and cold sections"
21104 msgstr ""
21106 #: options.c:1939
21107 msgid "Reorder functions to improve code placement"
21108 msgstr ""
21110 #: options.c:1942
21111 msgid "Copy array sections into a contiguous block on procedure entry"
21112 msgstr ""
21114 #: options.c:1945
21115 msgid ""
21116 "Used in Fix-and-Continue mode to indicate that object files may be swapped "
21117 "in at runtime"
21118 msgstr ""
21120 #: options.c:1948
21121 msgid "Enable automatic template instantiation"
21122 msgstr ""
21124 #: options.c:1951
21125 msgid "Add a common subexpression elimination pass after loop optimizations"
21126 msgstr ""
21128 #: options.c:1954
21129 msgid "Run the loop optimizer twice"
21130 msgstr ""
21132 #: options.c:1957
21133 msgid ""
21134 "Enable/Disable the traditional scheduling in loops that already passed "
21135 "modulo scheduling"
21136 msgstr ""
21138 #: options.c:1960
21139 msgid "Disable optimizations that assume default FP rounding behavior"
21140 msgstr ""
21142 #: options.c:1963
21143 msgid "Generate run time type descriptor information"
21144 msgstr ""
21146 #: options.c:1966
21147 msgid "Enable scheduling across basic blocks"
21148 msgstr ""
21150 #: options.c:1969
21151 msgid "Allow speculative motion of non-loads"
21152 msgstr ""
21154 #: options.c:1972
21155 msgid "Allow speculative motion of some loads"
21156 msgstr ""
21158 #: options.c:1975
21159 msgid "Allow speculative motion of more loads"
21160 msgstr ""
21162 #: options.c:1978
21163 msgid "Allow premature scheduling of queued insns"
21164 msgstr ""
21166 #: options.c:1981
21167 msgid ""
21168 "Set dependence distance checking in premature scheduling of queued insns"
21169 msgstr ""
21171 #: options.c:1984
21172 msgid ""
21173 "-fsched-stalled-insns-dep=<number>   Set dependence distance checking in "
21174 "premature scheduling of queued insns"
21175 msgstr ""
21177 #: options.c:1987
21178 msgid ""
21179 "-fsched-stalled-insns=<number>       Set number of queued insns that can be "
21180 "prematurely scheduled"
21181 msgstr ""
21183 #: options.c:1990
21184 msgid "-fsched-verbose=<number>\tSet the verbosity level of the scheduler"
21185 msgstr ""
21187 #: options.c:1993
21188 msgid "If scheduling post reload, do superblock scheduling"
21189 msgstr ""
21191 #: options.c:1996
21192 msgid "If scheduling post reload, do trace scheduling"
21193 msgstr ""
21195 #: options.c:1999
21196 msgid "Reschedule instructions before register allocation"
21197 msgstr ""
21199 #: options.c:2002
21200 msgid "Reschedule instructions after register allocation"
21201 msgstr ""
21203 #: options.c:2005
21204 msgid "Append a second underscore if the name already contains an underscore"
21205 msgstr ""
21207 #: options.c:2008
21208 msgid "Mark data as shared rather than private"
21209 msgstr ""
21211 #: options.c:2011
21212 msgid "Use the same size for double as for float"
21213 msgstr ""
21215 #: options.c:2014
21216 msgid "Use the narrowest integer type possible for enumeration types"
21217 msgstr ""
21219 #: options.c:2017
21220 msgid "Force the underlying type for \"wchar_t\" to be \"unsigned short\""
21221 msgstr ""
21223 #: options.c:2023
21224 msgid "Disable optimizations observable by IEEE signaling NaNs"
21225 msgstr ""
21227 #: options.c:2026
21228 msgid "When \"signed\" or \"unsigned\" is not given make the bitfield signed"
21229 msgstr ""
21231 #: options.c:2029
21232 msgid "Make \"char\" signed by default"
21233 msgstr ""
21235 #: options.c:2032
21236 msgid "Convert floating point constants to single precision constants"
21237 msgstr ""
21239 #: options.c:2035
21240 msgid "Use value profiling for speculative prefetching"
21241 msgstr ""
21243 #: options.c:2038
21244 msgid "Split lifetimes of induction variables when loops are unrolled."
21245 msgstr ""
21247 #: options.c:2044
21248 msgid "Insert stack checking code into the program"
21249 msgstr ""
21251 #: options.c:2050
21252 msgid ""
21253 "-fstack-limit-register=<register>\tTrap if the stack goes past <register>"
21254 msgstr ""
21256 #: options.c:2053
21257 msgid "-fstack-limit-symbol=<name>\tTrap if the stack goes past symbol <name>"
21258 msgstr ""
21260 #: options.c:2056
21261 msgid "Display statistics accumulated during compilation"
21262 msgstr ""
21264 #: options.c:2059
21265 msgid "Enable assignability checks for stores into object arrays"
21266 msgstr ""
21268 #: options.c:2062
21269 msgid "Perform strength reduction optimizations"
21270 msgstr ""
21272 #: options.c:2065
21273 msgid "Assume strict aliasing rules apply"
21274 msgstr ""
21276 #: options.c:2071
21277 msgid "Check for syntax errors, then stop"
21278 msgstr ""
21280 #: options.c:2074
21281 msgid "-ftabstop=<number>\tDistance between tab stops for column reporting"
21282 msgstr ""
21284 #: options.c:2077
21285 msgid "-ftemplate-depth-<number>\tSpecify maximum template instantiation depth"
21286 msgstr ""
21288 #: options.c:2080
21289 msgid "Create data files needed by \"gcov\""
21290 msgstr ""
21292 #: options.c:2086
21293 msgid "Perform jump threading optimizations"
21294 msgstr ""
21296 #: options.c:2089
21297 msgid ""
21298 "-fno-threadsafe-statics\tDo not generate thread-safe code for initializing "
21299 "local statics."
21300 msgstr ""
21302 #: options.c:2092
21303 msgid "Report the time taken by each compiler pass"
21304 msgstr ""
21306 #: options.c:2095
21307 msgid ""
21308 "-ftls-model=[global-dynamic|local-dynamic|initial-exec|local-exec]\tSet the "
21309 "default thread-local storage code generation model"
21310 msgstr ""
21312 #: options.c:2098
21313 msgid "Perform superblock formation via tail duplication"
21314 msgstr ""
21316 #: options.c:2101
21317 msgid "Assume floating-point operations can trap"
21318 msgstr ""
21320 #: options.c:2104
21321 msgid "Trap for signed overflow in addition, subtraction and multiplication"
21322 msgstr ""
21324 #: options.c:2107
21325 msgid "Use tree-ssa based implementation of profiling"
21326 msgstr ""
21328 #: options.c:2110
21329 msgid "Enable SSA-CCP optimization on trees"
21330 msgstr ""
21332 #: options.c:2113
21333 msgid "Enable loop header copying on trees"
21334 msgstr ""
21336 #: options.c:2116
21337 msgid "Coalesce memory temporaries in the SSA->normal pass"
21338 msgstr ""
21340 #: options.c:2119
21341 msgid "Replace SSA temporaries with better names in copies."
21342 msgstr ""
21344 #: options.c:2122
21345 msgid "Enable SSA dead code elimination optimization on trees"
21346 msgstr ""
21348 #: options.c:2125
21349 msgid "Enable dominator optimizations"
21350 msgstr ""
21352 #: options.c:2128
21353 msgid "Enable dead store elimination"
21354 msgstr ""
21356 #: options.c:2131
21357 msgid "Enable Full Redundancy Elimination (FRE) on trees"
21358 msgstr ""
21360 #: options.c:2134
21361 msgid "Enable loop invariant motion on trees"
21362 msgstr ""
21364 #: options.c:2137
21365 msgid "Create canonical induction variables in loops"
21366 msgstr ""
21368 #: options.c:2140
21369 msgid "Enable linear loop transforms on trees"
21370 msgstr ""
21372 #: options.c:2143
21373 msgid "Enable loop optimizations on tree level"
21374 msgstr ""
21376 #: options.c:2146
21377 msgid "Perform live range splitting during the SSA->normal pass."
21378 msgstr ""
21380 #: options.c:2149
21381 msgid "Enable SSA-PRE optimization on trees"
21382 msgstr ""
21384 #: options.c:2152
21385 msgid "Perform scalar replacement of aggregates"
21386 msgstr ""
21388 #: options.c:2155
21389 msgid "Replace temporary expressions in the SSA->normal pass"
21390 msgstr ""
21392 #: options.c:2158
21393 msgid "Enable loop vectorization on trees"
21394 msgstr ""
21396 #: options.c:2161
21397 msgid ""
21398 "-ftree-vectorizer-verbose=<number>   Set the verbosity level of the "
21399 "vectorizer"
21400 msgstr ""
21402 #: options.c:2164
21403 msgid "Append underscores to externally visible names"
21404 msgstr ""
21406 #: options.c:2167
21407 msgid "Compile whole compilation unit at a time"
21408 msgstr ""
21410 #: options.c:2170
21411 msgid "Perform loop unrolling for all loops"
21412 msgstr ""
21414 #: options.c:2173
21415 msgid "Perform loop unrolling when iteration count is known"
21416 msgstr ""
21418 #: options.c:2176
21419 msgid "Allow math optimizations that may violate IEEE or ISO standards"
21420 msgstr ""
21422 #: options.c:2179
21423 msgid "When \"signed\" or \"unsigned\" is not given make the bitfield unsigned"
21424 msgstr ""
21426 #: options.c:2182
21427 msgid "Make \"char\" unsigned by default"
21428 msgstr ""
21430 #: options.c:2185
21431 msgid "Perform loop unswitching"
21432 msgstr ""
21434 #: options.c:2188
21435 msgid "Just generate unwind tables for exception handling"
21436 msgstr ""
21438 #: options.c:2191
21439 msgid "Generate code for the Boehm GC"
21440 msgstr ""
21442 #: options.c:2194
21443 msgid "Use __cxa_atexit to register destructors"
21444 msgstr ""
21446 #: options.c:2197
21447 msgid "Call a library routine to do integer divisions"
21448 msgstr ""
21450 #: options.c:2200
21451 msgid "Perform variable tracking"
21452 msgstr ""
21454 #: options.c:2203
21455 msgid "Apply variable expansion when loops are unrolled."
21456 msgstr ""
21458 #: options.c:2206
21459 msgid "Add extra commentary to assembler output"
21460 msgstr ""
21462 #: options.c:2209
21463 msgid "Marks all inlined methods as having hidden visibility"
21464 msgstr ""
21466 #: options.c:2212
21467 msgid ""
21468 "-fvisibility=[default|internal|hidden|protected]\tSet the default symbol "
21469 "visibility"
21470 msgstr ""
21472 #: options.c:2215
21473 msgid "Use expression value profiles in optimizations"
21474 msgstr ""
21476 #: options.c:2218
21477 msgid "Discard unused virtual functions"
21478 msgstr ""
21480 #: options.c:2221
21481 msgid "Implement vtables using thunks"
21482 msgstr ""
21484 #: options.c:2224
21485 msgid "Emit common-like symbols as weak symbols"
21486 msgstr ""
21488 #: options.c:2227
21489 msgid "Construct webs and split unrelated uses of single variable"
21490 msgstr ""
21492 #: options.c:2230
21493 msgid ""
21494 "-fwide-exec-charset=<cset>\tConvert all wide strings and character constants "
21495 "to character set <cset>"
21496 msgstr ""
21498 #: options.c:2233
21499 msgid "Generate a #line directive pointing at the current working directory"
21500 msgstr ""
21502 #: options.c:2236
21503 msgid "Assume signed arithmetic overflow wraps around"
21504 msgstr ""
21506 #: options.c:2239
21507 msgid "Emit cross referencing information"
21508 msgstr ""
21510 #: options.c:2242
21511 msgid "Put zero initialized data in the bss section"
21512 msgstr ""
21514 #: options.c:2245
21515 msgid ""
21516 "Generate lazy class lookup (via objc_getClass()) for use in Zero-Link mode"
21517 msgstr ""
21519 #: options.c:2248
21520 msgid "Generate debug information in default format"
21521 msgstr ""
21523 #: options.c:2251
21524 msgid "Generate debug information in COFF format"
21525 msgstr ""
21527 #: options.c:2254
21528 msgid "Generate debug information in DWARF v2 format"
21529 msgstr ""
21531 #: options.c:2257
21532 msgid "Dump declarations to a .decl file"
21533 msgstr ""
21535 #: options.c:2260
21536 msgid "Generate debug information in default extended format"
21537 msgstr ""
21539 #: options.c:2263
21540 msgid "Generate debug information in STABS format"
21541 msgstr ""
21543 #: options.c:2266
21544 msgid "Generate debug information in extended STABS format"
21545 msgstr ""
21547 #: options.c:2269
21548 msgid "Generate debug information in VMS format"
21549 msgstr ""
21551 #: options.c:2272
21552 msgid "Generate debug information in XCOFF format"
21553 msgstr ""
21555 #: options.c:2275
21556 msgid "Generate debug information in extended XCOFF format"
21557 msgstr ""
21559 #: options.c:2278
21560 msgid "Set the default integer kind to double precision"
21561 msgstr ""
21563 #: options.c:2281
21564 msgid "-idirafter <dir>\tAdd <dir> to the end of the system include path"
21565 msgstr ""
21567 #: options.c:2284
21568 msgid "-imacros <file>\tAccept definition of macros in <file>"
21569 msgstr ""
21571 #: options.c:2287
21572 msgid "-include <file>\tInclude the contents of <file> before other files"
21573 msgstr ""
21575 #: options.c:2290
21576 msgid "-iprefix <path>\tSpecify <path> as a prefix for next two options"
21577 msgstr ""
21579 #: options.c:2293
21580 msgid "-iquote <dir>\tAdd <dir> to the end of the quote include path"
21581 msgstr ""
21583 #: options.c:2296
21584 msgid "-isysroot <dir>\tSet <dir> to be the system root directory"
21585 msgstr ""
21587 #: options.c:2299
21588 msgid "-isystem <dir>\tAdd <dir> to the start of the system include path"
21589 msgstr ""
21591 #: options.c:2302
21592 msgid "-iwithprefix <dir>\tAdd <dir> to the end of the system include path"
21593 msgstr ""
21595 #: options.c:2305
21596 msgid "-iwithprefixbefore <dir>\tAdd <dir> to the end of the main include path"
21597 msgstr ""
21599 #: options.c:2317
21600 msgid ""
21601 "Do not search standard system include directories (those specified with -"
21602 "isystem will still be used)"
21603 msgstr ""
21605 #: options.c:2320
21606 msgid "Do not search standard system include directories for C++"
21607 msgstr ""
21609 #: options.c:2323
21610 msgid "-o <file>\tPlace output into <file>"
21611 msgstr ""
21613 #: options.c:2326
21614 msgid "Enable function profiling"
21615 msgstr ""
21617 #: options.c:2329
21618 msgid "Issue warnings needed for strict compliance to the standard"
21619 msgstr ""
21621 #: options.c:2332
21622 msgid "Like -pedantic but issue them as errors"
21623 msgstr ""
21625 #: options.c:2335
21626 msgid "Generate C header of platform-specific features"
21627 msgstr ""
21629 #: options.c:2338
21630 msgid "-qkind=<n>\tSet the kind for a real with the 'q' exponent to 'n'"
21631 msgstr ""
21633 #: options.c:2341
21634 msgid "Do not display functions compiled or elapsed time"
21635 msgstr ""
21637 #: options.c:2344
21638 msgid "Set the default real kind to double precision"
21639 msgstr ""
21641 #: options.c:2347
21642 msgid "Remap file names when including files"
21643 msgstr ""
21645 #: options.c:2350
21646 msgid "Conform to the ISO 1998 C++ standard"
21647 msgstr ""
21649 #: options.c:2353
21650 msgid "Conform to the ISO 1990 C standard"
21651 msgstr ""
21653 #: options.c:2356
21654 msgid "Conform to the ISO 1999 C standard"
21655 msgstr ""
21657 #: options.c:2359
21658 #: options.c:2389
21659 #: options.c:2392
21660 msgid "Deprecated in favor of -std=c99"
21661 msgstr ""
21663 #: options.c:2362
21664 msgid "Conform to the ISO Fortran 2003 standard."
21665 msgstr ""
21667 #: options.c:2365
21668 msgid "Conform to the ISO Fortran 95 standard."
21669 msgstr ""
21671 #: options.c:2368
21672 msgid "Conform nothing in particular."
21673 msgstr ""
21675 #: options.c:2371
21676 msgid "Conform to the ISO 1998 C++ standard with GNU extensions"
21677 msgstr ""
21679 #: options.c:2374
21680 msgid "Conform to the ISO 1990 C standard with GNU extensions"
21681 msgstr ""
21683 #: options.c:2377
21684 msgid "Conform to the ISO 1999 C standard with GNU extensions"
21685 msgstr ""
21687 #: options.c:2380
21688 msgid "Deprecated in favor of -std=gnu99"
21689 msgstr ""
21691 #: options.c:2383
21692 msgid "Deprecated in favor of -std=c89"
21693 msgstr ""
21695 #: options.c:2386
21696 msgid "Conform to the ISO 1990 C standard as amended in 1994"
21697 msgstr ""
21699 #: options.c:2395
21700 msgid "Enable traditional preprocessing"
21701 msgstr ""
21703 #: options.c:2398
21704 msgid "-trigraphs\tSupport ISO C trigraphs"
21705 msgstr ""
21707 #: options.c:2401
21708 msgid "Do not predefine system-specific and GCC-specific macros"
21709 msgstr ""
21711 #: options.c:2404
21712 msgid "Enable verbose output"
21713 msgstr ""
21715 #: options.c:2410
21716 msgid "Suppress warnings"
21717 msgstr ""
21719 #: config/mips/mips.h:1124 config/arc/arc.h:63
21720 msgid "may not use both -EB and -EL"
21721 msgstr ""
21723 #: config/sh/sh.h:685
21724 msgid "SH2a does not support little-endian"
21725 msgstr ""
21727 #: config/mips/r3900.h:35
21728 msgid "-mhard-float not supported"
21729 msgstr ""
21731 #: config/mips/r3900.h:37
21732 msgid "-msingle-float and -msoft-float cannot both be specified"
21733 msgstr ""
21735 #: config/darwin.h:251
21736 msgid "-current_version only allowed with -dynamiclib"
21737 msgstr ""
21739 #: config/darwin.h:253
21740 msgid "-install_name only allowed with -dynamiclib"
21741 msgstr ""
21743 #: config/darwin.h:258
21744 msgid "-bundle not allowed with -dynamiclib"
21745 msgstr ""
21747 #: config/darwin.h:259
21748 msgid "-bundle_loader not allowed with -dynamiclib"
21749 msgstr ""
21751 #: config/darwin.h:260
21752 msgid "-client_name not allowed with -dynamiclib"
21753 msgstr ""
21755 #: config/darwin.h:265
21756 msgid "-force_flat_namespace not allowed with -dynamiclib"
21757 msgstr ""
21759 #: config/darwin.h:267
21760 msgid "-keep_private_externs not allowed with -dynamiclib"
21761 msgstr ""
21763 #: config/darwin.h:268
21764 msgid "-private_bundle not allowed with -dynamiclib"
21765 msgstr ""
21767 #: config/arm/arm.h:153
21768 msgid "-msoft-float and -mhard_float may not be used together"
21769 msgstr ""
21771 #: config/arm/arm.h:155
21772 msgid "-mbig-endian and -mlittle-endian may not be used together"
21773 msgstr ""
21775 #: java/lang-specs.h:34
21776 msgid "-fjni and -femit-class-files are incompatible"
21777 msgstr ""
21779 #: java/lang-specs.h:35
21780 msgid "-fjni and -femit-class-file are incompatible"
21781 msgstr ""
21783 #: java/lang-specs.h:36 java/lang-specs.h:37
21784 msgid "-femit-class-file should used along with -fsyntax-only"
21785 msgstr ""
21787 #: config/i386/mingw32.h:58 config/i386/cygwin.h:70
21788 msgid "shared and mdll are not compatible"
21789 msgstr ""
21791 #: config/i386/nwld.h:34
21792 msgid "Static linking is not supported.\n"
21793 msgstr ""
21795 #: config/sparc/linux64.h:211 config/sparc/linux64.h:222
21796 #: config/sparc/netbsd-elf.h:126 config/sparc/netbsd-elf.h:145
21797 #: config/sparc/sol2-bi.h:195 config/sparc/sol2-bi.h:205
21798 msgid "may not use both -m32 and -m64"
21799 msgstr ""
21801 #: config/vax/netbsd-elf.h:42
21802 msgid "The -shared option is not currently supported for VAX ELF."
21803 msgstr ""
21805 #: config/vax/vax.h:50 config/vax/vax.h:51
21806 msgid "profiling not supported with -mg\n"
21807 msgstr ""
21809 #: config/i386/sco5.h:189
21810 msgid "-pg not supported on this platform"
21811 msgstr ""
21813 #: config/i386/sco5.h:190
21814 msgid "-p and -pp specified - pick one"
21815 msgstr ""
21817 #: config/i386/sco5.h:264
21818 msgid "-G and -static are mutually exclusive"
21819 msgstr ""
21821 #: config/i386/cygwin.h:29
21822 msgid "mno-cygwin and mno-win32 are not compatible"
21823 msgstr ""
21825 #: config/mcore/mcore.h:57
21826 msgid "the m210 does not have little endian support"
21827 msgstr ""
21829 #: gcc.c:763
21830 msgid "GCC does not support -C or -CC without -E"
21831 msgstr ""
21833 #: gcc.c:790 java/jvspec.c:80 ada/lang-specs.h:34
21834 msgid "-pg and -fomit-frame-pointer are incompatible"
21835 msgstr ""
21837 #: gcc.c:957
21838 msgid "-E required when input is from standard input"
21839 msgstr ""
21841 #: config/lynx.h:71
21842 msgid "Cannot use mthreads and mlegacy-threads together."
21843 msgstr ""
21845 #: config/lynx.h:96
21846 msgid "Cannot use mshared and static together."
21847 msgstr ""
21849 #: config/sparc/sol2-bi.h:167 config/sparc/sol2-bi.h:172
21850 #: config/sparc/sol2-gld-bi.h:17 config/sparc/sol2-gld-bi.h:22
21851 msgid "does not support multilib"
21852 msgstr ""
21854 #: config/rs6000/darwin.h:130
21855 msgid " conflicting code gen style switches are used"
21856 msgstr ""
21858 #: treelang/lang-specs.h:52
21859 msgid "-pg or -p and -fomit-frame-pointer are incompatible"
21860 msgstr ""
21862 #: ada/lang-specs.h:35
21863 msgid "-c or -S required for Ada"
21864 msgstr ""