* Merge with edge-vector-mergepoint-20040918.
[official-gcc.git] / gcc / po / gcc.pot
blobfa794278fdf9b2311a16587394ca7f47eeacf761
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: 2004-09-16 07:58+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:343
40 msgid "offset outside bounds of constant string"
41 msgstr ""
43 #: builtins.c:927
44 msgid "second arg to %<__builtin_prefetch%> must be a constant"
45 msgstr ""
47 #: builtins.c:934
48 msgid "invalid second arg to __builtin_prefetch; using zero"
49 msgstr ""
51 #: builtins.c:941
52 msgid "third arg to %<__builtin_prefetch%> must be a constant"
53 msgstr ""
55 #: builtins.c:948
56 msgid "invalid third arg to __builtin_prefetch; using zero"
57 msgstr ""
59 #: builtins.c:4150
60 msgid "argument of %<__builtin_args_info%> must be constant"
61 msgstr ""
63 #: builtins.c:4156
64 msgid "argument of %<__builtin_args_info%> out of range"
65 msgstr ""
67 #: builtins.c:4162
68 msgid "missing argument in %<__builtin_args_info%>"
69 msgstr ""
71 #: builtins.c:4178 builtins.c:9263
72 msgid "%<va_start%> used in function with fixed args"
73 msgstr ""
75 #: builtins.c:4197 builtins.c:9279
76 msgid "second parameter of %<va_start%> not last named argument"
77 msgstr ""
79 #. Evidently an out of date version of <stdarg.h>; can't validate
80 #. va_start's second argument, but can still work as intended.
81 #: builtins.c:4202 builtins.c:9285
82 msgid "%<__builtin_next_arg%> called without an argument"
83 msgstr ""
85 #: builtins.c:4287 builtins.c:9250
86 msgid "too many arguments to function %<va_start%>"
87 msgstr ""
89 #: builtins.c:4433
90 msgid "first argument to %<va_arg%> not of type %<va_list%>"
91 msgstr ""
93 #. Unfortunately, this is merely undefined, rather than a constraint
94 #. violation, so we cannot make this an error.  If this call is never
95 #. executed, the program is still strictly conforming.
96 #: builtins.c:4447
97 msgid "%qT is promoted to %qT when passed through %<...%>"
98 msgstr ""
100 #: builtins.c:4452
101 msgid "(so you should pass %qT not %qT to %<va_arg%>)"
102 msgstr ""
104 #. We can, however, treat "undefined" any way we please.
105 #. Call abort to encourage the user to fix the program.
106 #: builtins.c:4458 c-typeck.c:1950
107 msgid "if this code is reached, the program will abort"
108 msgstr ""
110 #: builtins.c:4576
111 msgid "invalid arg to %<__builtin_frame_address%>"
112 msgstr ""
114 #: builtins.c:4578
115 msgid "invalid arg to %<__builtin_return_address%>"
116 msgstr ""
118 #: builtins.c:4592
119 msgid "unsupported arg to %<__builtin_frame_address%>"
120 msgstr ""
122 #: builtins.c:4594
123 msgid "unsupported arg to %<__builtin_return_address%>"
124 msgstr ""
126 #: builtins.c:4760
127 msgid "second arg to %<__builtin_expect%> must be a constant"
128 msgstr ""
130 #: builtins.c:5967
131 msgid "__builtin_longjmp second argument must be 1"
132 msgstr ""
134 #: builtins.c:6312
135 msgid "target format does not support infinity"
136 msgstr ""
138 #: builtins.c:8043 builtins.c:8139 c-typeck.c:2179
139 #, c-format
140 msgid "too few arguments to function %qs"
141 msgstr ""
143 #: builtins.c:8049 builtins.c:8145 c-typeck.c:2038
144 #, c-format
145 msgid "too many arguments to function %qs"
146 msgstr ""
148 #: builtins.c:8055 builtins.c:8169
149 #, c-format
150 msgid "non-floating-point argument to function %qs"
151 msgstr ""
153 #: c-common.c:831
154 msgid "%J%qD is not defined outside of function scope"
155 msgstr ""
157 #: c-common.c:852
158 #, c-format
159 msgid ""
160 "string length %qd is greater than the length %qd ISO C%d compilers are "
161 "required to support"
162 msgstr ""
164 #: c-common.c:885
165 msgid "overflow in constant expression"
166 msgstr ""
168 #: c-common.c:905
169 msgid "integer overflow in expression"
170 msgstr ""
172 #: c-common.c:914
173 msgid "floating point overflow in expression"
174 msgstr ""
176 #: c-common.c:920
177 msgid "vector overflow in expression"
178 msgstr ""
180 #. This detects cases like converting -129 or 256 to unsigned char.
181 #: c-common.c:942
182 msgid "large integer implicitly truncated to unsigned type"
183 msgstr ""
185 #: c-common.c:944
186 msgid "negative integer implicitly converted to unsigned type"
187 msgstr ""
189 #: c-common.c:1002
190 msgid "overflow in implicit constant conversion"
191 msgstr ""
193 #: c-common.c:1138
194 #, c-format
195 msgid "operation on %qs may be undefined"
196 msgstr ""
198 #: c-common.c:1431
199 msgid "case label does not reduce to an integer constant"
200 msgstr ""
202 #: c-common.c:1474
203 msgid "case label value is less than minimum value for type"
204 msgstr ""
206 #: c-common.c:1482
207 msgid "case label value exceeds maximum value for type"
208 msgstr ""
210 #: c-common.c:1490
211 msgid "lower value in case label range less than minimum value for type"
212 msgstr ""
214 #: c-common.c:1499
215 msgid "upper value in case label range exceeds maximum value for type"
216 msgstr ""
218 #: c-common.c:1815
219 msgid "invalid truth-value expression"
220 msgstr ""
222 #: c-common.c:1866
223 #, c-format
224 msgid "invalid operands to binary %s"
225 msgstr ""
227 #: c-common.c:2109
228 msgid "comparison is always false due to limited range of data type"
229 msgstr ""
231 #: c-common.c:2111
232 msgid "comparison is always true due to limited range of data type"
233 msgstr ""
235 #: c-common.c:2181
236 msgid "comparison of unsigned expression >= 0 is always true"
237 msgstr ""
239 #: c-common.c:2190
240 msgid "comparison of unsigned expression < 0 is always false"
241 msgstr ""
243 #: c-common.c:2232
244 msgid "pointer of type %<void *%> used in arithmetic"
245 msgstr ""
247 #: c-common.c:2238
248 msgid "pointer to a function used in arithmetic"
249 msgstr ""
251 #: c-common.c:2244
252 msgid "pointer to member function used in arithmetic"
253 msgstr ""
255 #. Common Ada/Pascal programmer's mistake.  We always warn
256 #. about this since it is so bad.
257 #: c-common.c:2352
258 msgid "the address of %qD, will always evaluate as %<true%>"
259 msgstr ""
261 #: c-common.c:2448
262 msgid "suggest parentheses around assignment used as truth value"
263 msgstr ""
265 #: c-common.c:2497 c-common.c:2537
266 msgid "invalid use of %<restrict%>"
267 msgstr ""
269 #: c-common.c:2752
270 msgid "invalid application of %<sizeof%> to a function type"
271 msgstr ""
273 #: c-common.c:2762
274 #, c-format
275 msgid "invalid application of %qs to a void type"
276 msgstr ""
278 #: c-common.c:2768
279 msgid "invalid application of %qs to incomplete type %qT "
280 msgstr ""
282 #: c-common.c:2809
283 msgid "%<__alignof%> applied to a bit-field"
284 msgstr ""
286 #: c-common.c:3252
287 #, c-format
288 msgid "cannot disable built-in function %qs"
289 msgstr ""
291 #: c-common.c:3512
292 msgid "pointers are not permitted as case values"
293 msgstr ""
295 #: c-common.c:3516
296 msgid "range expressions in switch statements are non-standard"
297 msgstr ""
299 #: c-common.c:3541
300 msgid "empty range specified"
301 msgstr ""
303 #: c-common.c:3600
304 msgid "duplicate (or overlapping) case value"
305 msgstr ""
307 #: c-common.c:3601
308 msgid "%Jthis is the first entry overlapping that value"
309 msgstr ""
311 #: c-common.c:3605
312 msgid "duplicate case value"
313 msgstr ""
315 #: c-common.c:3606
316 msgid "%Jpreviously used here"
317 msgstr ""
319 #: c-common.c:3610
320 msgid "multiple default labels in one switch"
321 msgstr ""
323 #: c-common.c:3611
324 msgid "%Jthis is the first default label"
325 msgstr ""
327 #: c-common.c:3660
328 msgid "%Jcase value %qs not in enumerated type"
329 msgstr ""
331 #: c-common.c:3663
332 msgid "%Jcase value %qs not in enumerated type %qT"
333 msgstr ""
335 #: c-common.c:3730
336 msgid "%Hswitch missing default case"
337 msgstr ""
339 #. Warn if there are enumerators that don't correspond to
340 #. case expressions.
341 #: c-common.c:3764
342 msgid "%Henumeration value %qE not handled in switch"
343 msgstr ""
345 #: c-common.c:3791
346 msgid "taking the address of a label is non-standard"
347 msgstr ""
349 #: c-common.c:3960 c-common.c:3979 c-common.c:3997 c-common.c:4024
350 #: c-common.c:4043 c-common.c:4066 c-common.c:4090 c-common.c:4116
351 #: c-common.c:4150 c-common.c:4194 c-common.c:4222 c-common.c:4250
352 #: c-common.c:4269 c-common.c:4581 c-common.c:4612 c-common.c:4698
353 #: c-common.c:4765 c-common.c:4811 c-common.c:4869 c-common.c:4898
354 #: c-common.c:5177 c-common.c:5200 c-common.c:5239 tree.c:3075
355 #, c-format
356 msgid "%qs attribute ignored"
357 msgstr ""
359 #: c-common.c:4304
360 msgid "unknown machine mode %<%s%>"
361 msgstr ""
363 #: c-common.c:4324
364 msgid "specifying vector types with __attribute__ ((mode)) is deprecated"
365 msgstr ""
367 #: c-common.c:4326
368 msgid "use __attribute__ ((vector_size)) instead"
369 msgstr ""
371 #: c-common.c:4335
372 msgid "unable to emulate %<%s%>"
373 msgstr ""
375 #: c-common.c:4345
376 msgid "invalid pointer mode %<%s%>"
377 msgstr ""
379 #: c-common.c:4360
380 msgid "no data type for mode %<%s%>"
381 msgstr ""
383 #: c-common.c:4370
384 #, c-format
385 msgid "cannot use mode %qs for enumeral types"
386 msgstr ""
388 #: c-common.c:4409
389 msgid "%Jsection attribute cannot be specified for local variables"
390 msgstr ""
392 #: c-common.c:4420
393 msgid "%Jsection of %qD conflicts with previous declaration"
394 msgstr ""
396 #: c-common.c:4429
397 msgid "%Jsection attribute not allowed for %qD"
398 msgstr ""
400 #: c-common.c:4435
401 msgid "%Jsection attributes are not supported for this target"
402 msgstr ""
404 #: c-common.c:4473
405 msgid "requested alignment is not a constant"
406 msgstr ""
408 #: c-common.c:4478
409 msgid "requested alignment is not a power of 2"
410 msgstr ""
412 #: c-common.c:4483
413 msgid "requested alignment is too large"
414 msgstr ""
416 #: c-common.c:4509
417 msgid "%Jalignment may not be specified for %qD"
418 msgstr ""
420 #: c-common.c:4547
421 msgid "%J%qD defined both normally and as an alias"
422 msgstr ""
424 #: c-common.c:4563
425 msgid "alias arg not a string"
426 msgstr ""
428 #: c-common.c:4605
429 #, c-format
430 msgid "%qs attribute ignored on non-class types"
431 msgstr ""
433 #: c-common.c:4618
434 msgid "visibility arg not a string"
435 msgstr ""
437 #: c-common.c:4639
438 msgid ""
439 "visibility arg must be one of \"default\", \"hidden\", \"protected\" or "
440 "\"internal\""
441 msgstr ""
443 #: c-common.c:4708
444 msgid "tls_model arg not a string"
445 msgstr ""
447 #: c-common.c:4717
448 msgid ""
449 "tls_model arg must be one of \"local-exec\", \"initial-exec\", \"local-"
450 "dynamic\" or \"global-dynamic\""
451 msgstr ""
453 #: c-common.c:4739 c-common.c:4785
454 msgid "%J%qE attribute applies only to functions"
455 msgstr ""
457 #: c-common.c:4744 c-common.c:4790
458 msgid "%Jcan%'t set %qE attribute after definition"
459 msgstr ""
461 #: c-common.c:4866
462 #, c-format
463 msgid "%qs attribute ignored for %qs"
464 msgstr ""
466 #: c-common.c:4927
467 #, c-format
468 msgid "invalid vector type for attribute %qs"
469 msgstr ""
471 #: c-common.c:4936
472 msgid "number of components of the vector not a power of two"
473 msgstr ""
475 #: c-common.c:4964
476 msgid "nonnull attribute without arguments on a non-prototype"
477 msgstr ""
479 #: c-common.c:4979
480 #, c-format
481 msgid "nonnull argument has invalid operand number (arg %lu)"
482 msgstr ""
484 #: c-common.c:4998
485 #, c-format
486 msgid ""
487 "nonnull argument with out-of-range operand number (arg %lu, operand %lu)"
488 msgstr ""
490 #: c-common.c:5006
491 #, c-format
492 msgid "nonnull argument references non-pointer operand (arg %lu, operand %lu)"
493 msgstr ""
495 #: c-common.c:5061 c-common.c:5098
496 msgid "missing sentinel in function call"
497 msgstr ""
499 #: c-common.c:5084
500 msgid "not enough arguments to fit a sentinel"
501 msgstr ""
503 #: c-common.c:5140
504 #, c-format
505 msgid "null argument where non-null required (arg %lu)"
506 msgstr ""
508 #: c-common.c:5211
509 msgid "cleanup arg not an identifier"
510 msgstr ""
512 #: c-common.c:5218
513 msgid "cleanup arg not a function"
514 msgstr ""
516 #: c-common.c:5256
517 #, c-format
518 msgid "%qs attribute requires prototypes with named arguments"
519 msgstr ""
521 #: c-common.c:5267
522 #, c-format
523 msgid "%qs attribute only applies to variadic functions"
524 msgstr ""
526 #: c-common.c:5280
527 msgid "requested position is not an integer constant"
528 msgstr ""
530 #: c-common.c:5287
531 msgid "requested position is less than zero"
532 msgstr ""
534 #: c-common.c:5474
535 #, c-format
536 msgid "%s at end of input"
537 msgstr ""
539 #: c-common.c:5480
540 #, c-format
541 msgid "%s before %s'%c'"
542 msgstr ""
544 #: c-common.c:5482
545 #, c-format
546 msgid "%s before %s'\\x%x'"
547 msgstr ""
549 #: c-common.c:5486
550 #, c-format
551 msgid "%s before string constant"
552 msgstr ""
554 #: c-common.c:5488
555 #, c-format
556 msgid "%s before numeric constant"
557 msgstr ""
559 #: c-common.c:5490
560 #, c-format
561 msgid "%s before \"%s\""
562 msgstr ""
564 #: c-common.c:5492
565 #, c-format
566 msgid "%s before %qs token"
567 msgstr ""
569 #. Use `%s' to print the string in case there are any escape
570 #. characters in the message.
571 #: c-common.c:5494 c-typeck.c:2696 c-typeck.c:3949 c-typeck.c:3964
572 #: c-typeck.c:3979 final.c:2839 final.c:2841 gcc.c:4647 rtl-error.c:113
573 #: toplev.c:605 config/cris/cris.c:568 cp/parser.c:2086 cp/typeck.c:4136
574 #: java/expr.c:368 java/verify.c:1552 java/verify.c:1553 java/verify.c:1572
575 #, c-format
576 msgid "%s"
577 msgstr ""
579 #: c-common.c:5554
580 msgid ""
581 "%Hignoring return value of %qD, declared with attribute warn_unused_result"
582 msgstr ""
584 #: c-common.c:5558
585 msgid ""
586 "%Hignoring return value of function declared with attribute "
587 "warn_unused_result"
588 msgstr ""
590 #: c-common.c:5597
591 #, c-format
592 msgid "attempt to take address of bit-field structure member %qs"
593 msgstr ""
595 #: c-convert.c:83 c-typeck.c:1334 c-typeck.c:3393 cp/typeck.c:1376
596 #: cp/typeck.c:5657 fortran/convert.c:89 treelang/tree-convert.c:79
597 msgid "void value not ignored as it ought to be"
598 msgstr ""
600 #: c-convert.c:121 fortran/convert.c:122 java/typeck.c:158
601 #: treelang/tree-convert.c:105
602 msgid "conversion to non-scalar type requested"
603 msgstr ""
605 #: c-decl.c:524
606 msgid "%Jarray %qD assumed to have one element"
607 msgstr ""
609 #: c-decl.c:637
610 #, c-format
611 msgid "GCC supports only %u nested scopes\n"
612 msgstr ""
614 #: c-decl.c:721
615 msgid "%Jlabel %qD used but not defined"
616 msgstr ""
618 #: c-decl.c:727
619 msgid "%Jlabel %qD defined but not used"
620 msgstr ""
622 #: c-decl.c:729
623 msgid "%Jlabel %qD declared but not defined"
624 msgstr ""
626 #: c-decl.c:774
627 msgid "%Junused variable %qD"
628 msgstr ""
630 #: c-decl.c:778
631 msgid "%Jtype of array %qD completed incompatibly with implicit initialization"
632 msgstr ""
634 #: c-decl.c:1010
635 msgid ""
636 "a parameter list with an ellipsis can't match an empty parameter name list "
637 "declaration"
638 msgstr ""
640 #: c-decl.c:1017
641 msgid ""
642 "an argument type that has a default promotion can't match an empty parameter "
643 "name list declaration"
644 msgstr ""
646 #: c-decl.c:1053
647 msgid ""
648 "%Jprototype for %qD declares more arguments than previous old-style "
649 "definition"
650 msgstr ""
652 #: c-decl.c:1059
653 msgid ""
654 "%Jprototype for %qD declares fewer arguments than previous old-style "
655 "definition"
656 msgstr ""
658 #: c-decl.c:1068
659 msgid "%Jprototype for %qD declares arg %d with incompatible type"
660 msgstr ""
662 #. If we get here, no errors were found, but do issue a warning
663 #. for this poor-style construct.
664 #: c-decl.c:1080
665 msgid "%Jprototype for %qD follows non-prototype definition"
666 msgstr ""
668 #: c-decl.c:1095
669 msgid "%Jprevious definition of %qD was here"
670 msgstr ""
672 #: c-decl.c:1097
673 msgid "%Jprevious implicit declaration of %qD was here"
674 msgstr ""
676 #: c-decl.c:1099
677 msgid "%Jprevious declaration of %qD was here"
678 msgstr ""
680 #: c-decl.c:1135
681 msgid "%J%qD redeclared as different kind of symbol"
682 msgstr ""
684 #: c-decl.c:1140
685 msgid "%Jbuilt-in function %qD declared as non-function"
686 msgstr ""
688 #: c-decl.c:1143 c-decl.c:1238 c-decl.c:1803
689 msgid "%Jdeclaration of %qD shadows a built-in function"
690 msgstr ""
692 #. If types don't match for a built-in, throw away the
693 #. built-in.  No point in calling locate_old_decl here, it
694 #. won't print anything.
695 #: c-decl.c:1164
696 msgid "%Jconflicting types for built-in function %qD"
697 msgstr ""
699 #: c-decl.c:1188 c-decl.c:1199
700 msgid "%Jconflicting types for %qD"
701 msgstr ""
703 #: c-decl.c:1197
704 msgid "%J conflicting type qualifiers for %qD"
705 msgstr ""
707 #. Allow OLDDECL to continue in use.
708 #: c-decl.c:1214
709 msgid "%Jredefinition of typedef %qD"
710 msgstr ""
712 #: c-decl.c:1253 c-decl.c:1331
713 msgid "%Jredefinition of %qD"
714 msgstr ""
716 #: c-decl.c:1288 c-decl.c:1369
717 msgid "%Jstatic declaration of %qD follows non-static declaration"
718 msgstr ""
720 #: c-decl.c:1298 c-decl.c:1305 c-decl.c:1358 c-decl.c:1366
721 msgid "%Jnon-static declaration of %qD follows static declaration"
722 msgstr ""
724 #: c-decl.c:1318
725 msgid "%Jthread-local declaration of %qD follows non-thread-local declaration"
726 msgstr ""
728 #: c-decl.c:1321
729 msgid "%Jnon-thread-local declaration of %qD follows thread-local declaration"
730 msgstr ""
732 #: c-decl.c:1351
733 msgid "%Jextern declaration of %qD follows declaration with no linkage"
734 msgstr ""
736 #: c-decl.c:1387
737 msgid "%Jdeclaration of %qD with no linkage follows extern declaration"
738 msgstr ""
740 #: c-decl.c:1393
741 msgid "%Jredeclaration of %qD with no linkage"
742 msgstr ""
744 #: c-decl.c:1407
745 msgid ""
746 "%Jredeclaration of %qD with different visibility (old visibility preserved)"
747 msgstr ""
749 #: c-decl.c:1418
750 msgid "%Jinline declaration of %qD follows declaration with attribute noinline"
751 msgstr ""
753 #: c-decl.c:1425
754 msgid ""
755 "%Jdeclaration of %qD with attribute noinline follows inline declaration "
756 msgstr ""
758 #: c-decl.c:1440
759 msgid "%J%qD declared inline after being called"
760 msgstr ""
762 #: c-decl.c:1446
763 msgid "%J%qD declared inline after its definition"
764 msgstr ""
766 #: c-decl.c:1466
767 msgid "%Jredefinition of parameter %qD"
768 msgstr ""
770 #: c-decl.c:1490
771 msgid "%Jredundant redeclaration of %qD"
772 msgstr ""
774 #: c-decl.c:1796
775 msgid "%Jdeclaration of %qD shadows a parameter"
776 msgstr ""
778 #: c-decl.c:1799
779 msgid "%Jdeclaration of %qD shadows a global declaration"
780 msgstr ""
782 #: c-decl.c:1806
783 msgid "%Jdeclaration of %qD shadows a previous local"
784 msgstr ""
786 #: c-decl.c:1811 cp/name-lookup.c:1011 cp/name-lookup.c:1042
787 #: cp/name-lookup.c:1050
788 msgid "%Jshadowed declaration is here"
789 msgstr ""
791 #: c-decl.c:1965
792 msgid "nested extern declaration of %qD"
793 msgstr ""
795 #: c-decl.c:2054
796 msgid "nested static declaration of %qD"
797 msgstr ""
799 #: c-decl.c:2149
800 #, c-format
801 msgid "implicit declaration of function %qE"
802 msgstr ""
804 #: c-decl.c:2205
805 msgid "incompatible implicit declaration of built-in function %qD"
806 msgstr ""
808 #: c-decl.c:2214
809 msgid "incompatible implicit declaration of function %qD"
810 msgstr ""
812 #: c-decl.c:2264
813 #, c-format
814 msgid "%qE undeclared here (not in a function)"
815 msgstr ""
817 #: c-decl.c:2269
818 #, c-format
819 msgid "%qE undeclared (first use in this function)"
820 msgstr ""
822 #: c-decl.c:2273
823 msgid "(Each undeclared identifier is reported only once"
824 msgstr ""
826 #: c-decl.c:2274
827 msgid "for each function it appears in.)"
828 msgstr ""
830 #: c-decl.c:2312
831 #, c-format
832 msgid "label %qs referenced outside of any function"
833 msgstr ""
835 #: c-decl.c:2355
836 #, c-format
837 msgid "duplicate label declaration %qs"
838 msgstr ""
840 #: c-decl.c:2390
841 msgid "%Hduplicate label %qD"
842 msgstr ""
844 #: c-decl.c:2412
845 msgid ""
846 "%Htraditional C lacks a separate namespace for labels, identifier %qs "
847 "conflicts"
848 msgstr ""
850 #: c-decl.c:2478
851 msgid "%H%qs defined as wrong kind of tag"
852 msgstr ""
854 #: c-decl.c:2703
855 msgid "unnamed struct/union that defines no instances"
856 msgstr ""
858 #: c-decl.c:2722 c-decl.c:2729
859 msgid "useless type name in empty declaration"
860 msgstr ""
862 #: c-decl.c:2739
863 msgid ""
864 "long, short, signed, unsigned or complex used invalidly in empty declaration"
865 msgstr ""
867 #: c-decl.c:2746
868 msgid "%<inline%> in empty declaration"
869 msgstr ""
871 #: c-decl.c:2752
872 msgid "%<auto%> in file-scope empty declaration"
873 msgstr ""
875 #: c-decl.c:2758
876 msgid "%<register%> in file-scope empty declaration"
877 msgstr ""
879 #: c-decl.c:2764
880 msgid "useless storage class specifier in empty declaration"
881 msgstr ""
883 #: c-decl.c:2770
884 msgid "useless %<__thread%> in empty declaration"
885 msgstr ""
887 #: c-decl.c:2778
888 msgid "useless type qualifier in empty declaration"
889 msgstr ""
891 #: c-decl.c:2784
892 msgid "useless keyword or type name in empty declaration"
893 msgstr ""
895 #: c-decl.c:2791 c-parse.y:782 c-parse.y:784 objc/objc-parse.y:820
896 #: objc/objc-parse.y:822
897 msgid "empty declaration"
898 msgstr ""
900 #: c-decl.c:2854
901 msgid ""
902 "ISO C90 does not support %<static%> or type qualifiers in parameter array "
903 "declarators"
904 msgstr ""
906 #: c-decl.c:2857
907 msgid "ISO C90 does not support %<[*]%> array declarators"
908 msgstr ""
910 #: c-decl.c:2860
911 msgid "GCC does not yet properly implement %<[*]%> array declarators"
912 msgstr ""
914 #: c-decl.c:2879
915 msgid "static or type qualifiers in abstract declarator"
916 msgstr ""
918 #: c-decl.c:2936
919 msgid "%J%qD is usually a function"
920 msgstr ""
922 #: c-decl.c:2945
923 msgid "typedef %qD is initialized (use __typeof__ instead)"
924 msgstr ""
926 #: c-decl.c:2950
927 msgid "function %qD is initialized like a variable"
928 msgstr ""
930 #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
931 #: c-decl.c:2956
932 msgid "parameter %qD is initialized"
933 msgstr ""
935 #: c-decl.c:2975 c-typeck.c:4229
936 msgid "variable-sized object may not be initialized"
937 msgstr ""
939 #: c-decl.c:2981
940 msgid "variable %qD has initializer but incomplete type"
941 msgstr ""
943 #: c-decl.c:2986
944 msgid "elements of array %qD have incomplete type"
945 msgstr ""
947 #: c-decl.c:3053 c-decl.c:5774
948 msgid "%Jinline function %qD given attribute noinline"
949 msgstr ""
951 #: c-decl.c:3120
952 msgid "%Jinitializer fails to determine size of %qD"
953 msgstr ""
955 #: c-decl.c:3125
956 msgid "%Jarray size missing in %qD"
957 msgstr ""
959 #: c-decl.c:3141
960 msgid "%Jzero or negative size array %qD"
961 msgstr ""
963 #: c-decl.c:3167 varasm.c:1523
964 msgid "%Jstorage size of %qD isn%'t known"
965 msgstr ""
967 #: c-decl.c:3177
968 msgid "%Jstorage size of %qD isn%'t constant"
969 msgstr ""
971 #: c-decl.c:3232
972 msgid "%Jignoring asm-specifier for non-static local variable %qD"
973 msgstr ""
975 #: c-decl.c:3262 fortran/f95-lang.c:646
976 msgid "cannot put object with volatile field into register"
977 msgstr ""
979 #: c-decl.c:3396
980 msgid "ISO C forbids forward parameter declarations"
981 msgstr ""
983 #: c-decl.c:3575
984 msgid "<anonymous>"
985 msgstr ""
987 #: c-decl.c:3584
988 #, c-format
989 msgid "bit-field %qs width not an integer constant"
990 msgstr ""
992 #: c-decl.c:3592
993 #, c-format
994 msgid "negative width in bit-field %qs"
995 msgstr ""
997 #: c-decl.c:3597
998 #, c-format
999 msgid "zero width for bit-field %qs"
1000 msgstr ""
1002 #: c-decl.c:3607
1003 #, c-format
1004 msgid "bit-field %qs has invalid type"
1005 msgstr ""
1007 #: c-decl.c:3616
1008 #, c-format
1009 msgid "type of bit-field %qs is a GCC extension"
1010 msgstr ""
1012 #: c-decl.c:3625
1013 #, c-format
1014 msgid "width of %qs exceeds its type"
1015 msgstr ""
1017 #: c-decl.c:3638
1018 #, c-format
1019 msgid "%qs is narrower than values of its type"
1020 msgstr ""
1022 #: c-decl.c:3775
1023 msgid "type defaults to %<int%> in declaration of %qs"
1024 msgstr ""
1026 #: c-decl.c:3804
1027 #, c-format
1028 msgid "both long and short specified for %qs"
1029 msgstr ""
1031 #: c-decl.c:3808
1032 #, c-format
1033 msgid "long or short specified with char for %qs"
1034 msgstr ""
1036 #: c-decl.c:3815
1037 #, c-format
1038 msgid "long or short specified with floating type for %qs"
1039 msgstr ""
1041 #: c-decl.c:3818
1042 msgid "the only valid combination is %<long double%>"
1043 msgstr ""
1045 #: c-decl.c:3824
1046 #, c-format
1047 msgid "both signed and unsigned specified for %qs"
1048 msgstr ""
1050 #: c-decl.c:3826
1051 #, c-format
1052 msgid "long, short, signed or unsigned invalid for %qs"
1053 msgstr ""
1055 #: c-decl.c:3833
1056 #, c-format
1057 msgid "long, short, signed or unsigned used invalidly for %qs"
1058 msgstr ""
1060 #: c-decl.c:3851
1061 #, c-format
1062 msgid "complex invalid for %qs"
1063 msgstr ""
1065 #: c-decl.c:3893
1066 msgid "ISO C90 does not support complex types"
1067 msgstr ""
1069 #: c-decl.c:3905
1070 msgid "ISO C does not support plain %<complex%> meaning %<double complex%>"
1071 msgstr ""
1073 #: c-decl.c:3912 c-decl.c:3924
1074 msgid "ISO C does not support complex integer types"
1075 msgstr ""
1077 #: c-decl.c:3951
1078 msgid "duplicate %<const%>"
1079 msgstr ""
1081 #: c-decl.c:3953
1082 msgid "duplicate %<restrict%>"
1083 msgstr ""
1085 #: c-decl.c:3955
1086 msgid "duplicate %<volatile%>"
1087 msgstr ""
1089 #: c-decl.c:3974
1090 msgid "function definition declared %<auto%>"
1091 msgstr ""
1093 #: c-decl.c:3976
1094 msgid "function definition declared %<register%>"
1095 msgstr ""
1097 #: c-decl.c:3978
1098 msgid "function definition declared %<typedef%>"
1099 msgstr ""
1101 #: c-decl.c:3980
1102 msgid "function definition declared %<__thread%>"
1103 msgstr ""
1105 #: c-decl.c:3996
1106 #, c-format
1107 msgid "storage class specified for structure field %qs"
1108 msgstr ""
1110 #: c-decl.c:4000
1111 #, c-format
1112 msgid "storage class specified for parameter %qs"
1113 msgstr ""
1115 #: c-decl.c:4003 cp/decl.c:6962
1116 msgid "storage class specified for typename"
1117 msgstr ""
1119 #: c-decl.c:4016
1120 msgid "%qs initialized and declared %<extern%>"
1121 msgstr ""
1123 #: c-decl.c:4018
1124 msgid "%qs has both %<extern%> and initializer"
1125 msgstr ""
1127 #: c-decl.c:4023
1128 msgid "file-scope declaration of %qs specifies %<auto%>"
1129 msgstr ""
1131 #: c-decl.c:4025
1132 msgid "file-scope declaration of %qs specifies %<register%>"
1133 msgstr ""
1135 #: c-decl.c:4030
1136 msgid "nested function %qs declared %<extern%>"
1137 msgstr ""
1139 #: c-decl.c:4033
1140 msgid "function-scope %qs implicitly auto and declared %<__thread%>"
1141 msgstr ""
1143 #. Only the innermost declarator (making a parameter be of
1144 #. array type which is converted to pointer type)
1145 #. may have static or type qualifiers.
1146 #: c-decl.c:4074 c-decl.c:4268
1147 msgid "static or type qualifiers in non-parameter array declarator"
1148 msgstr ""
1150 #: c-decl.c:4120
1151 #, c-format
1152 msgid "declaration of %qs as array of voids"
1153 msgstr ""
1155 #: c-decl.c:4126
1156 #, c-format
1157 msgid "declaration of %qs as array of functions"
1158 msgstr ""
1160 #: c-decl.c:4131
1161 msgid "invalid use of structure with flexible array member"
1162 msgstr ""
1164 #: c-decl.c:4151
1165 #, c-format
1166 msgid "size of array %qs has non-integer type"
1167 msgstr ""
1169 #: c-decl.c:4156
1170 #, c-format
1171 msgid "ISO C forbids zero-size array %qs"
1172 msgstr ""
1174 #: c-decl.c:4163
1175 #, c-format
1176 msgid "size of array %qs is negative"
1177 msgstr ""
1179 #: c-decl.c:4177
1180 msgid "ISO C90 forbids array %qs whose size can%'t be evaluated"
1181 msgstr ""
1183 #: c-decl.c:4181
1184 #, c-format
1185 msgid "ISO C90 forbids variable-size array %qs"
1186 msgstr ""
1188 #: c-decl.c:4214 c-decl.c:4383
1189 #, c-format
1190 msgid "size of array %qs is too large"
1191 msgstr ""
1193 #: c-decl.c:4227
1194 msgid "ISO C90 does not support flexible array members"
1195 msgstr ""
1197 #: c-decl.c:4236
1198 msgid "array type has incomplete element type"
1199 msgstr ""
1201 #: c-decl.c:4300
1202 #, c-format
1203 msgid "%qs declared as function returning a function"
1204 msgstr ""
1206 #: c-decl.c:4305
1207 #, c-format
1208 msgid "%qs declared as function returning an array"
1209 msgstr ""
1211 #: c-decl.c:4325
1212 msgid "function definition has qualified void return type"
1213 msgstr ""
1215 #: c-decl.c:4327
1216 msgid "type qualifiers ignored on function return type"
1217 msgstr ""
1219 #: c-decl.c:4356 c-decl.c:4396 c-decl.c:4491 c-decl.c:4578
1220 msgid "ISO C forbids qualified function types"
1221 msgstr ""
1223 #: c-decl.c:4405
1224 msgid "%Jtypedef %qD declared %<inline%>"
1225 msgstr ""
1227 #: c-decl.c:4435
1228 msgid "ISO C forbids const or volatile function types"
1229 msgstr ""
1231 #: c-decl.c:4455
1232 #, c-format
1233 msgid "variable or field %qs declared void"
1234 msgstr ""
1236 #: c-decl.c:4484
1237 msgid "attributes in parameter array declarator ignored"
1238 msgstr ""
1240 #: c-decl.c:4519
1241 msgid "%Jparameter %qD declared %<inline%>"
1242 msgstr ""
1244 #: c-decl.c:4532
1245 #, c-format
1246 msgid "field %qs declared as a function"
1247 msgstr ""
1249 #: c-decl.c:4538
1250 #, c-format
1251 msgid "field %qs has incomplete type"
1252 msgstr ""
1254 #: c-decl.c:4555 c-decl.c:4566 c-decl.c:4569
1255 #, c-format
1256 msgid "invalid storage class for function %qs"
1257 msgstr ""
1259 #: c-decl.c:4584
1260 msgid "%<noreturn%> function returns non-void value"
1261 msgstr ""
1263 #: c-decl.c:4612
1264 msgid "cannot inline function %<main%>"
1265 msgstr ""
1267 #: c-decl.c:4669
1268 msgid "variable previously declared %<static%> redeclared %<extern%>"
1269 msgstr ""
1271 #: c-decl.c:4678
1272 msgid "%Jvariable %qD declared %<inline%>"
1273 msgstr ""
1275 #. A mere warning is sure to result in improper semantics
1276 #. at runtime.  Don't bother to allow this to compile.
1277 #: c-decl.c:4709 cp/decl.c:5886
1278 msgid "thread-local storage not supported for this target"
1279 msgstr ""
1281 #: c-decl.c:4771 c-decl.c:5813
1282 msgid "function declaration isn%'t a prototype"
1283 msgstr ""
1285 #: c-decl.c:4779
1286 msgid "parameter names (without types) in function declaration"
1287 msgstr ""
1289 #: c-decl.c:4808 c-decl.c:4820
1290 msgid "%Jparameter %u (%qD) has incomplete type"
1291 msgstr ""
1293 #: c-decl.c:4811 c-decl.c:4823
1294 msgid "%Jparameter %u has incomplete type"
1295 msgstr ""
1297 #: c-decl.c:4880
1298 msgid "%<void%> as only parameter may not be qualified"
1299 msgstr ""
1301 #: c-decl.c:4884 c-decl.c:4919
1302 msgid "%<void%> must be the only parameter"
1303 msgstr ""
1305 #: c-decl.c:4912
1306 msgid "%Jparameter %qD has just a forward declaration"
1307 msgstr ""
1309 #. The %s will be one of 'struct', 'union', or 'enum'.
1310 #: c-decl.c:4958
1311 msgid "%<%s %E%> declared inside parameter list"
1312 msgstr ""
1314 #. The %s will be one of 'struct', 'union', or 'enum'.
1315 #: c-decl.c:4962
1316 #, c-format
1317 msgid "anonymous %s declared inside parameter list"
1318 msgstr ""
1320 #: c-decl.c:4967
1321 msgid ""
1322 "its scope is only this definition or declaration, which is probably not what "
1323 "you want"
1324 msgstr ""
1326 #: c-decl.c:5081
1327 msgid "redefinition of %<union %s%>"
1328 msgstr ""
1330 #: c-decl.c:5083
1331 msgid "redefinition of %<struct %s%>"
1332 msgstr ""
1334 #: c-decl.c:5154 cp/decl.c:3492
1335 msgid "declaration does not declare anything"
1336 msgstr ""
1338 #: c-decl.c:5199 c-decl.c:5215
1339 msgid "%Jduplicate member %qD"
1340 msgstr ""
1342 #: c-decl.c:5250
1343 #, c-format
1344 msgid "%s has no %s"
1345 msgstr ""
1347 #: c-decl.c:5251
1348 msgid "union"
1349 msgstr ""
1351 #: c-decl.c:5251
1352 msgid "struct"
1353 msgstr ""
1355 #: c-decl.c:5252
1356 msgid "named members"
1357 msgstr ""
1359 #: c-decl.c:5252
1360 msgid "members"
1361 msgstr ""
1363 #: c-decl.c:5293
1364 #, c-format
1365 msgid "nested redefinition of %qs"
1366 msgstr ""
1368 #: c-decl.c:5312
1369 msgid "%Jflexible array member in union"
1370 msgstr ""
1372 #: c-decl.c:5317
1373 msgid "%Jflexible array member not at end of struct"
1374 msgstr ""
1376 #: c-decl.c:5322
1377 msgid "%Jflexible array member in otherwise empty struct"
1378 msgstr ""
1380 #: c-decl.c:5329
1381 msgid "%Jinvalid use of structure with flexible array member"
1382 msgstr ""
1384 #: c-decl.c:5434
1385 msgid "union cannot be made transparent"
1386 msgstr ""
1388 #. This enum is a named one that has been declared already.
1389 #: c-decl.c:5503
1390 msgid "redeclaration of %<enum %s%>"
1391 msgstr ""
1393 #: c-decl.c:5566
1394 msgid "enumeration values exceed range of largest integer"
1395 msgstr ""
1397 #: c-decl.c:5583
1398 msgid "specified mode too small for enumeral values"
1399 msgstr ""
1401 #: c-decl.c:5682
1402 #, c-format
1403 msgid "enumerator value for %qE is not an integer constant"
1404 msgstr ""
1406 #: c-decl.c:5699
1407 msgid "overflow in enumeration values"
1408 msgstr ""
1410 #: c-decl.c:5704
1411 msgid "ISO C restricts enumerator values to range of %<int%>"
1412 msgstr ""
1414 #: c-decl.c:5780
1415 msgid "return type is an incomplete type"
1416 msgstr ""
1418 #: c-decl.c:5788
1419 msgid "return type defaults to %<int%>"
1420 msgstr ""
1422 #: c-decl.c:5819
1423 msgid "%Jno previous prototype for %qD"
1424 msgstr ""
1426 #: c-decl.c:5825
1427 msgid "%J%qD was used with no prototype before its definition"
1428 msgstr ""
1430 #: c-decl.c:5832
1431 msgid "%Jno previous declaration for %qD"
1432 msgstr ""
1434 #: c-decl.c:5838
1435 msgid "%J%qD was used with no declaration before its definition"
1436 msgstr ""
1438 #: c-decl.c:5871 c-decl.c:6368
1439 msgid "%Jreturn type of %qD is not %<int%>"
1440 msgstr ""
1442 #: c-decl.c:5886
1443 msgid "%Jfirst argument of %qD should be %<int%>"
1444 msgstr ""
1446 #: c-decl.c:5895
1447 msgid "%Jsecond argument of %qD should be %<char **%>"
1448 msgstr ""
1450 #: c-decl.c:5904
1451 msgid "%Jthird argument of %qD should probably be %<char **%>"
1452 msgstr ""
1454 #: c-decl.c:5914
1455 msgid "%J%qD takes only zero or two arguments"
1456 msgstr ""
1458 #: c-decl.c:5917
1459 msgid "%J%qD is normally a non-static function"
1460 msgstr ""
1462 #: c-decl.c:5963
1463 msgid "%Jold-style parameter declarations in prototyped function definition"
1464 msgstr ""
1466 #: c-decl.c:5976
1467 msgid "%Jtraditional C rejects ISO C style function definitions"
1468 msgstr ""
1470 #: c-decl.c:5988
1471 msgid "%Jparameter name omitted"
1472 msgstr ""
1474 #: c-decl.c:6028
1475 msgid "%Jold-style function definition"
1476 msgstr ""
1478 #: c-decl.c:6036
1479 msgid "%Jparameter name missing from parameter list"
1480 msgstr ""
1482 #: c-decl.c:6047
1483 msgid "%J%qD declared as a non-parameter"
1484 msgstr ""
1486 #: c-decl.c:6052
1487 msgid "%Jmultiple parameters named %qD"
1488 msgstr ""
1490 #: c-decl.c:6060
1491 msgid "%Jparameter %qD declared with void type"
1492 msgstr ""
1494 #: c-decl.c:6075 c-decl.c:6077
1495 msgid "%Jtype of %qD defaults to %<int%>"
1496 msgstr ""
1498 #: c-decl.c:6095
1499 msgid "%Jparameter %qD has incomplete type"
1500 msgstr ""
1502 #: c-decl.c:6101
1503 msgid "%Jdeclaration for parameter %qD but no such parameter"
1504 msgstr ""
1506 #: c-decl.c:6151
1507 msgid "number of arguments doesn%'t match prototype"
1508 msgstr ""
1510 #: c-decl.c:6152 c-decl.c:6182 c-decl.c:6189
1511 msgid "%Hprototype declaration"
1512 msgstr ""
1514 #: c-decl.c:6180
1515 msgid "promoted argument %qD doesn%'t match prototype"
1516 msgstr ""
1518 #: c-decl.c:6188
1519 msgid "argument %qD doesn%'t match prototype"
1520 msgstr ""
1522 #: c-decl.c:6395 cp/decl.c:10483
1523 msgid "no return statement in function returning non-void"
1524 msgstr ""
1526 #: c-decl.c:6402
1527 msgid "this function may return with or without a value"
1528 msgstr ""
1530 #. If we get here, declarations have been used in a for loop without
1531 #. the C99 for loop scope.  This doesn't make much sense, so don't
1532 #. allow it.
1533 #: c-decl.c:6482
1534 msgid "%<for%> loop initial declaration used outside C99 mode"
1535 msgstr ""
1537 #: c-decl.c:6511
1538 msgid ""
1539 "%Jdeclaration of static variable %qD in %<for%> loop initial declaration"
1540 msgstr ""
1542 #: c-decl.c:6514
1543 msgid ""
1544 "%Jdeclaration of %<extern%> variable %qD in %<for%> loop initial declaration"
1545 msgstr ""
1547 #: c-decl.c:6519
1548 msgid "%<struct %E%> declared in %<for%> loop initial declaration"
1549 msgstr ""
1551 #: c-decl.c:6523
1552 msgid "%<union %E%> declared in %<for%> loop initial declaration"
1553 msgstr ""
1555 #: c-decl.c:6527
1556 msgid "%<enum %E%> declared in %<for%> loop initial declaration"
1557 msgstr ""
1559 #: c-decl.c:6531
1560 msgid "%Jdeclaration of non-variable %qD in %<for%> loop initial declaration"
1561 msgstr ""
1563 #: c-decl.c:6815 c-decl.c:6851 c-decl.c:6953
1564 #, c-format
1565 msgid "duplicate %qs"
1566 msgstr ""
1568 #: c-decl.c:6841
1569 msgid "%<long long long%> is too long for GCC"
1570 msgstr ""
1572 #: c-decl.c:6846
1573 msgid "ISO C90 does not support %<long long%>"
1574 msgstr ""
1576 #: c-decl.c:6858
1577 msgid "two or more data types in declaration specifiers"
1578 msgstr ""
1580 #: c-decl.c:6877
1581 #, c-format
1582 msgid "%qs fails to be a typedef or built in type"
1583 msgstr ""
1585 #: c-decl.c:6903
1586 #, c-format
1587 msgid "%qs is not at beginning of declaration"
1588 msgstr ""
1590 #: c-decl.c:6918
1591 msgid "%<__thread%> used with %<auto%>"
1592 msgstr ""
1594 #: c-decl.c:6920
1595 msgid "%<__thread%> used with %<register%>"
1596 msgstr ""
1598 #: c-decl.c:6922
1599 msgid "%<__thread%> used with %<typedef%>"
1600 msgstr ""
1602 #: c-decl.c:6933
1603 msgid "%<__thread%> before %<extern%>"
1604 msgstr ""
1606 #: c-decl.c:6942
1607 msgid "%<__thread%> before %<static%>"
1608 msgstr ""
1610 #: c-decl.c:6958
1611 msgid "multiple storage classes in declaration specifiers"
1612 msgstr ""
1614 #: c-decl.c:6965
1615 msgid "%<__thread%> used with %qs"
1616 msgstr ""
1618 #: c-decl.c:7025 toplev.c:843
1619 msgid "%J%qF used but never defined"
1620 msgstr ""
1622 #: c-format.c:96 c-format.c:209
1623 msgid "format string has invalid operand number"
1624 msgstr ""
1626 #: c-format.c:113
1627 msgid "function does not return string type"
1628 msgstr ""
1630 #: c-format.c:142
1631 msgid "format string arg not a string type"
1632 msgstr ""
1634 #: c-format.c:190
1635 msgid "unrecognized format specifier"
1636 msgstr ""
1638 #: c-format.c:202
1639 #, c-format
1640 msgid "%qs is an unrecognized format function type"
1641 msgstr ""
1643 #: c-format.c:215
1644 msgid "'...' has invalid operand number"
1645 msgstr ""
1647 #: c-format.c:222
1648 msgid "format string arg follows the args to be formatted"
1649 msgstr ""
1651 #: c-format.c:345 c-format.c:369
1652 msgid "' ' flag"
1653 msgstr ""
1655 #: c-format.c:345 c-format.c:369
1656 msgid "the ' ' printf flag"
1657 msgstr ""
1659 #: c-format.c:346 c-format.c:370 c-format.c:408 c-format.c:465
1660 msgid "'+' flag"
1661 msgstr ""
1663 #: c-format.c:346 c-format.c:370 c-format.c:408
1664 msgid "the '+' printf flag"
1665 msgstr ""
1667 #: c-format.c:347 c-format.c:371 c-format.c:409 c-format.c:441
1668 msgid "'#' flag"
1669 msgstr ""
1671 #: c-format.c:347 c-format.c:371 c-format.c:409
1672 msgid "the '#' printf flag"
1673 msgstr ""
1675 #: c-format.c:348 c-format.c:372 c-format.c:439
1676 msgid "'0' flag"
1677 msgstr ""
1679 #: c-format.c:348 c-format.c:372
1680 msgid "the '0' printf flag"
1681 msgstr ""
1683 #: c-format.c:349 c-format.c:373 c-format.c:438 c-format.c:468
1684 msgid "'-' flag"
1685 msgstr ""
1687 #: c-format.c:349 c-format.c:373
1688 msgid "the '-' printf flag"
1689 msgstr ""
1691 #: c-format.c:350 c-format.c:422
1692 msgid "''' flag"
1693 msgstr ""
1695 #: c-format.c:350
1696 msgid "the ''' printf flag"
1697 msgstr ""
1699 #: c-format.c:351 c-format.c:423
1700 msgid "'I' flag"
1701 msgstr ""
1703 #: c-format.c:351
1704 msgid "the 'I' printf flag"
1705 msgstr ""
1707 #: c-format.c:352 c-format.c:374 c-format.c:420 c-format.c:442 c-format.c:469
1708 #: c-format.c:1531 config/sol2-c.c:46
1709 msgid "field width"
1710 msgstr ""
1712 #: c-format.c:352 c-format.c:374 config/sol2-c.c:46
1713 msgid "field width in printf format"
1714 msgstr ""
1716 #: c-format.c:353 c-format.c:375 c-format.c:399 c-format.c:411
1717 msgid "precision"
1718 msgstr ""
1720 #: c-format.c:353 c-format.c:375 c-format.c:399 c-format.c:411
1721 msgid "precision in printf format"
1722 msgstr ""
1724 #: c-format.c:354 c-format.c:376 c-format.c:400 c-format.c:412 c-format.c:421
1725 #: c-format.c:472 config/sol2-c.c:47
1726 msgid "length modifier"
1727 msgstr ""
1729 #: c-format.c:354 c-format.c:376 c-format.c:400 c-format.c:412
1730 #: config/sol2-c.c:47
1731 msgid "length modifier in printf format"
1732 msgstr ""
1734 #: c-format.c:398 c-format.c:410
1735 msgid "'q' flag"
1736 msgstr ""
1738 #: c-format.c:398 c-format.c:410
1739 msgid "the 'q' diagnostic flag"
1740 msgstr ""
1742 #: c-format.c:418
1743 msgid "assignment suppression"
1744 msgstr ""
1746 #: c-format.c:418
1747 msgid "the assignment suppression scanf feature"
1748 msgstr ""
1750 #: c-format.c:419
1751 msgid "'a' flag"
1752 msgstr ""
1754 #: c-format.c:419
1755 msgid "the 'a' scanf flag"
1756 msgstr ""
1758 #: c-format.c:420
1759 msgid "field width in scanf format"
1760 msgstr ""
1762 #: c-format.c:421
1763 msgid "length modifier in scanf format"
1764 msgstr ""
1766 #: c-format.c:422
1767 msgid "the ''' scanf flag"
1768 msgstr ""
1770 #: c-format.c:423
1771 msgid "the 'I' scanf flag"
1772 msgstr ""
1774 #: c-format.c:437
1775 msgid "'_' flag"
1776 msgstr ""
1778 #: c-format.c:437
1779 msgid "the '_' strftime flag"
1780 msgstr ""
1782 #: c-format.c:438
1783 msgid "the '-' strftime flag"
1784 msgstr ""
1786 #: c-format.c:439
1787 msgid "the '0' strftime flag"
1788 msgstr ""
1790 #: c-format.c:440 c-format.c:464
1791 msgid "'^' flag"
1792 msgstr ""
1794 #: c-format.c:440
1795 msgid "the '^' strftime flag"
1796 msgstr ""
1798 #: c-format.c:441
1799 msgid "the '#' strftime flag"
1800 msgstr ""
1802 #: c-format.c:442
1803 msgid "field width in strftime format"
1804 msgstr ""
1806 #: c-format.c:443
1807 msgid "'E' modifier"
1808 msgstr ""
1810 #: c-format.c:443
1811 msgid "the 'E' strftime modifier"
1812 msgstr ""
1814 #: c-format.c:444
1815 msgid "'O' modifier"
1816 msgstr ""
1818 #: c-format.c:444
1819 msgid "the 'O' strftime modifier"
1820 msgstr ""
1822 #: c-format.c:445
1823 msgid "the 'O' modifier"
1824 msgstr ""
1826 #: c-format.c:463
1827 msgid "fill character"
1828 msgstr ""
1830 #: c-format.c:463
1831 msgid "fill character in strfmon format"
1832 msgstr ""
1834 #: c-format.c:464
1835 msgid "the '^' strfmon flag"
1836 msgstr ""
1838 #: c-format.c:465
1839 msgid "the '+' strfmon flag"
1840 msgstr ""
1842 #: c-format.c:466
1843 msgid "'(' flag"
1844 msgstr ""
1846 #: c-format.c:466
1847 msgid "the '(' strfmon flag"
1848 msgstr ""
1850 #: c-format.c:467
1851 msgid "'!' flag"
1852 msgstr ""
1854 #: c-format.c:467
1855 msgid "the '!' strfmon flag"
1856 msgstr ""
1858 #: c-format.c:468
1859 msgid "the '-' strfmon flag"
1860 msgstr ""
1862 #: c-format.c:469
1863 msgid "field width in strfmon format"
1864 msgstr ""
1866 #: c-format.c:470
1867 msgid "left precision"
1868 msgstr ""
1870 #: c-format.c:470
1871 msgid "left precision in strfmon format"
1872 msgstr ""
1874 #: c-format.c:471
1875 msgid "right precision"
1876 msgstr ""
1878 #: c-format.c:471
1879 msgid "right precision in strfmon format"
1880 msgstr ""
1882 #: c-format.c:472
1883 msgid "length modifier in strfmon format"
1884 msgstr ""
1886 #: c-format.c:840
1887 #, c-format
1888 msgid "function might be possible candidate for %qs format attribute"
1889 msgstr ""
1891 #: c-format.c:931 c-format.c:952 c-format.c:1947
1892 msgid "missing $ operand number in format"
1893 msgstr ""
1895 #: c-format.c:961
1896 #, c-format
1897 msgid "%s does not support %%n$ operand number formats"
1898 msgstr ""
1900 #: c-format.c:968
1901 msgid "operand number out of range in format"
1902 msgstr ""
1904 #: c-format.c:991
1905 #, c-format
1906 msgid "format argument %d used more than once in %s format"
1907 msgstr ""
1909 #: c-format.c:1023
1910 msgid "$ operand number used after format without operand number"
1911 msgstr ""
1913 #: c-format.c:1053
1914 #, c-format
1915 msgid "format argument %d unused before used argument %d in $-style format"
1916 msgstr ""
1918 #: c-format.c:1148
1919 msgid "format not a string literal, format string not checked"
1920 msgstr ""
1922 #: c-format.c:1162
1923 msgid "format not a string literal and no format arguments"
1924 msgstr ""
1926 #: c-format.c:1164
1927 msgid "format not a string literal, argument types not checked"
1928 msgstr ""
1930 #: c-format.c:1177
1931 msgid "too many arguments for format"
1932 msgstr ""
1934 #: c-format.c:1180
1935 msgid "unused arguments in $-style format"
1936 msgstr ""
1938 #: c-format.c:1183
1939 #, c-format
1940 msgid "zero-length %s format string"
1941 msgstr ""
1943 #: c-format.c:1187
1944 msgid "format is a wide character string"
1945 msgstr ""
1947 #: c-format.c:1190
1948 msgid "unterminated format string"
1949 msgstr ""
1951 #: c-format.c:1400
1952 msgid "embedded %<\\0%> in format"
1953 msgstr ""
1955 #: c-format.c:1415
1956 msgid "spurious trailing %<%%%> in format"
1957 msgstr ""
1959 #: c-format.c:1459 c-format.c:1703
1960 #, c-format
1961 msgid "repeated %s in format"
1962 msgstr ""
1964 #: c-format.c:1472
1965 msgid "missing fill character at end of strfmon format"
1966 msgstr ""
1968 #: c-format.c:1516 c-format.c:1618 c-format.c:1897 c-format.c:1959
1969 msgid "too few arguments for format"
1970 msgstr ""
1972 #: c-format.c:1557
1973 #, c-format
1974 msgid "zero width in %s format"
1975 msgstr ""
1977 #: c-format.c:1575
1978 #, c-format
1979 msgid "empty left precision in %s format"
1980 msgstr ""
1982 #: c-format.c:1633
1983 msgid "field precision"
1984 msgstr ""
1986 #: c-format.c:1648
1987 #, c-format
1988 msgid "empty precision in %s format"
1989 msgstr ""
1991 #: c-format.c:1687
1992 #, c-format
1993 msgid "%s does not support the %qs %s length modifier"
1994 msgstr ""
1996 #: c-format.c:1737
1997 msgid "conversion lacks type at end of format"
1998 msgstr ""
2000 #: c-format.c:1748
2001 #, c-format
2002 msgid "unknown conversion type character %qc in format"
2003 msgstr ""
2005 #: c-format.c:1751
2006 #, c-format
2007 msgid "unknown conversion type character 0x%x in format"
2008 msgstr ""
2010 #: c-format.c:1758
2011 msgid "%s does not support the %<%%%c%> %s format"
2012 msgstr ""
2014 #: c-format.c:1774
2015 msgid "%s used with %<%%%c%> %s format"
2016 msgstr ""
2018 #: c-format.c:1783
2019 #, c-format
2020 msgid "%s does not support %s"
2021 msgstr ""
2023 #: c-format.c:1792
2024 msgid "%s does not support %s with the %<%%%c%> %s format"
2025 msgstr ""
2027 #: c-format.c:1825
2028 msgid "%s ignored with %s and %<%%%c%> %s format"
2029 msgstr ""
2031 #: c-format.c:1829
2032 #, c-format
2033 msgid "%s ignored with %s in %s format"
2034 msgstr ""
2036 #: c-format.c:1835
2037 msgid "use of %s and %s together with %<%%%c%> %s format"
2038 msgstr ""
2040 #: c-format.c:1839
2041 #, c-format
2042 msgid "use of %s and %s together in %s format"
2043 msgstr ""
2045 #: c-format.c:1858
2046 msgid "%<%%%c%> yields only last 2 digits of year in some locales"
2047 msgstr ""
2049 #: c-format.c:1861
2050 msgid "%<%%%c%> yields only last 2 digits of year"
2051 msgstr ""
2053 #. The end of the format string was reached.
2054 #: c-format.c:1877
2055 msgid "no closing %<]%> for %<%%[%> format"
2056 msgstr ""
2058 #: c-format.c:1890
2059 #, c-format
2060 msgid "use of %qs length modifier with %qc type character"
2061 msgstr ""
2063 #: c-format.c:1911
2064 msgid "%s does not support the %<%%%s%c%> %s format"
2065 msgstr ""
2067 #: c-format.c:1928
2068 msgid "operand number specified with suppressed assignment"
2069 msgstr ""
2071 #: c-format.c:1930
2072 msgid "operand number specified for format taking no argument"
2073 msgstr ""
2075 #: c-format.c:2072
2076 #, c-format
2077 msgid "writing through null pointer (arg %d)"
2078 msgstr ""
2080 #: c-format.c:2080
2081 #, c-format
2082 msgid "reading through null pointer (arg %d)"
2083 msgstr ""
2085 #: c-format.c:2100
2086 #, c-format
2087 msgid "writing into constant object (arg %d)"
2088 msgstr ""
2090 #: c-format.c:2110
2091 #, c-format
2092 msgid "extra type qualifiers in format argument (arg %d)"
2093 msgstr ""
2095 #: c-format.c:2220
2096 msgid "%s should have type %<%s%s%>, but argument %d has type %qT"
2097 msgstr ""
2099 #: c-format.c:2223
2100 msgid "format %q.*s expects type %<%s%s%>, but argument %d has type %qT"
2101 msgstr ""
2103 #: c-format.c:2230
2104 msgid "%s should have type %<%T%s%>, but argument %d has type %qT"
2105 msgstr ""
2107 #: c-format.c:2233
2108 msgid "format %q.*s expects type %<%T%s%>, but argument %d has type %qT"
2109 msgstr ""
2111 #: c-format.c:2499
2112 msgid "args to be formatted is not '...'"
2113 msgstr ""
2115 #: c-format.c:2508
2116 msgid "strftime formats cannot format arguments"
2117 msgstr ""
2119 #: c-gimplify.c:237
2120 msgid "statement with no effect"
2121 msgstr ""
2123 #: c-gimplify.c:315 c-typeck.c:6688 cp/parser.c:6583
2124 msgid "break statement not within loop or switch"
2125 msgstr ""
2127 #: c-gimplify.c:317
2128 msgid "continue statement not within loop or switch"
2129 msgstr ""
2131 #: c-incpath.c:70
2132 #, c-format
2133 msgid "ignoring duplicate directory \"%s\"\n"
2134 msgstr ""
2136 #: c-incpath.c:73
2137 #, c-format
2138 msgid "  as it is a non-system directory that duplicates a system directory\n"
2139 msgstr ""
2141 #: c-incpath.c:77
2142 #, c-format
2143 msgid "ignoring nonexistent directory \"%s\"\n"
2144 msgstr ""
2146 #: c-incpath.c:283
2147 #, c-format
2148 msgid "#include \"...\" search starts here:\n"
2149 msgstr ""
2151 #: c-incpath.c:287
2152 #, c-format
2153 msgid "#include <...> search starts here:\n"
2154 msgstr ""
2156 #: c-incpath.c:292
2157 #, c-format
2158 msgid "End of search list.\n"
2159 msgstr ""
2161 #: c-lex.c:255
2162 msgid "badly nested C headers from preprocessor"
2163 msgstr ""
2165 #: c-lex.c:303
2166 #, c-format
2167 msgid "ignoring #pragma %s %s"
2168 msgstr ""
2170 #. ... or not.
2171 #: c-lex.c:408
2172 msgid "%Hstray '@' in program"
2173 msgstr ""
2175 #: c-lex.c:416
2176 #, c-format
2177 msgid "missing terminating %c character"
2178 msgstr ""
2180 #: c-lex.c:418
2181 #, c-format
2182 msgid "stray '%c' in program"
2183 msgstr ""
2185 #: c-lex.c:420
2186 #, c-format
2187 msgid "stray '\\%o' in program"
2188 msgstr ""
2190 #: c-lex.c:568
2191 msgid "this decimal constant is unsigned only in ISO C90"
2192 msgstr ""
2194 #: c-lex.c:571
2195 msgid "this decimal constant would be unsigned in ISO C90"
2196 msgstr ""
2198 #: c-lex.c:587
2199 #, c-format
2200 msgid "integer constant is too large for %qs type"
2201 msgstr ""
2203 #: c-lex.c:653
2204 msgid "floating constant exceeds range of %<%s%>"
2205 msgstr ""
2207 #: c-lex.c:729
2208 msgid "traditional C rejects string constant concatenation"
2209 msgstr ""
2211 #: c-objc-common.c:81
2212 msgid ""
2213 "%Jfunction %qF can never be inlined because it is suppressed using -fno-"
2214 "inline"
2215 msgstr ""
2217 #: c-objc-common.c:91
2218 msgid ""
2219 "%Jfunction %qF can never be inlined because it might not be bound within "
2220 "this unit of translation"
2221 msgstr ""
2223 #: c-objc-common.c:99
2224 msgid ""
2225 "%Jfunction %qF can never be inlined because it uses attributes conflicting "
2226 "with inlining"
2227 msgstr ""
2229 #: c-objc-common.c:114
2230 msgid "%Jfunction %qF can never be inlined because it has pending sizes"
2231 msgstr ""
2233 #: c-objc-common.c:127
2234 msgid ""
2235 "%Jnested function %qF can never be inlined because it has possibly saved "
2236 "pending sizes"
2237 msgstr ""
2239 #: c-objc-common.c:260
2240 msgid "used array that cannot be converted to pointer where scalar is required"
2241 msgstr ""
2243 #: c-objc-common.c:264
2244 msgid "used struct type value where scalar is required"
2245 msgstr ""
2247 #: c-objc-common.c:268
2248 msgid "used union type value where scalar is required"
2249 msgstr ""
2251 #: c-opts.c:147
2252 #, c-format
2253 msgid "no class name specified with %qs"
2254 msgstr ""
2256 #: c-opts.c:151
2257 #, c-format
2258 msgid "assertion missing after %qs"
2259 msgstr ""
2261 #: c-opts.c:156
2262 #, c-format
2263 msgid "macro name missing after %qs"
2264 msgstr ""
2266 #: c-opts.c:165
2267 #, c-format
2268 msgid "missing path after %qs"
2269 msgstr ""
2271 #: c-opts.c:174
2272 #, c-format
2273 msgid "missing filename after %qs"
2274 msgstr ""
2276 #: c-opts.c:179
2277 #, c-format
2278 msgid "missing makefile target after %qs"
2279 msgstr ""
2281 #: c-opts.c:305
2282 msgid "-I- specified twice"
2283 msgstr ""
2285 #: c-opts.c:308
2286 msgid "obsolete option -I- used, please use -iquote instead"
2287 msgstr ""
2289 #: c-opts.c:542
2290 #, c-format
2291 msgid "switch %qs is no longer supported"
2292 msgstr ""
2294 #: c-opts.c:657
2295 msgid ""
2296 "-fhandle-exceptions has been renamed -fexceptions (and is now on by default)"
2297 msgstr ""
2299 #: c-opts.c:843
2300 msgid "output filename specified twice"
2301 msgstr ""
2303 #: c-opts.c:976
2304 msgid "-Wformat-y2k ignored without -Wformat"
2305 msgstr ""
2307 #: c-opts.c:978
2308 msgid "-Wformat-extra-args ignored without -Wformat"
2309 msgstr ""
2311 #: c-opts.c:980
2312 msgid "-Wformat-zero-length ignored without -Wformat"
2313 msgstr ""
2315 #: c-opts.c:982
2316 msgid "-Wformat-nonliteral ignored without -Wformat"
2317 msgstr ""
2319 #: c-opts.c:984
2320 msgid "-Wformat-security ignored without -Wformat"
2321 msgstr ""
2323 #: c-opts.c:986
2324 msgid "-Wmissing-format-attribute ignored without -Wformat"
2325 msgstr ""
2327 #: c-opts.c:1000
2328 #, c-format
2329 msgid "opening output file %s: %m"
2330 msgstr ""
2332 #: c-opts.c:1005
2333 #, c-format
2334 msgid "too many filenames given.  Type %s --help for usage"
2335 msgstr ""
2337 #: c-opts.c:1088
2338 msgid "YYDEBUG was not defined at build time, -dy ignored"
2339 msgstr ""
2341 #: c-opts.c:1129
2342 #, c-format
2343 msgid "opening dependency file %s: %m"
2344 msgstr ""
2346 #: c-opts.c:1139
2347 #, c-format
2348 msgid "closing dependency file %s: %m"
2349 msgstr ""
2351 #: c-opts.c:1142
2352 #, c-format
2353 msgid "when writing output to %s: %m"
2354 msgstr ""
2356 #: c-opts.c:1221
2357 msgid "to generate dependencies you must specify either -M or -MM"
2358 msgstr ""
2360 #: c-opts.c:1286
2361 msgid "<built-in>"
2362 msgstr ""
2364 #: c-opts.c:1301
2365 msgid "<command line>"
2366 msgstr ""
2368 #: c-opts.c:1384
2369 msgid "too late for # directive to set debug directory"
2370 msgstr ""
2372 #. Like YYERROR but do call yyerror.
2373 #: c-parse.y:55 c-parse.c:5315 gengtype-yacc.c:1559 java/parse-scan.c:3063
2374 #: java/parse.c:6126 objc/objc-parse.y:54 objc/objc-parse.c:6397
2375 msgid "syntax error"
2376 msgstr ""
2378 #: c-parse.c:2171 gengtype-yacc.c:555 java/parse-scan.c:1932 java/parse.c:2902
2379 #: objc/objc-parse.c:2688
2380 msgid "syntax error: cannot back up"
2381 msgstr ""
2383 #: c-parse.y:345 objc/objc-parse.y:367
2384 msgid "ISO C forbids an empty source file"
2385 msgstr ""
2387 #: c-parse.y:379 objc/objc-parse.y:402
2388 msgid "ISO C forbids data definition with no type or storage class"
2389 msgstr ""
2391 #: c-parse.y:381 objc/objc-parse.y:404
2392 msgid "data definition has no type or storage class"
2393 msgstr ""
2395 #: c-parse.y:394 objc/objc-parse.y:417
2396 msgid "ISO C does not allow extra %<;%> outside of a function"
2397 msgstr ""
2399 #: c-parse.y:451
2400 msgid "traditional C rejects the unary plus operator"
2401 msgstr ""
2403 #: c-parse.y:504 objc/objc-parse.y:527
2404 msgid "%<sizeof%> applied to a bit-field"
2405 msgstr ""
2407 #: c-parse.y:601 objc/objc-parse.y:624
2408 msgid "ISO C forbids omitting the middle term of a ?: expression"
2409 msgstr ""
2411 #: c-parse.y:649 objc/objc-parse.y:672
2412 msgid "ISO C90 forbids compound literals"
2413 msgstr ""
2415 #: c-parse.y:662 objc/objc-parse.y:685
2416 msgid "ISO C forbids braced-groups within expressions"
2417 msgstr ""
2419 #: c-parse.y:698 objc/objc-parse.y:721
2420 msgid "first argument to __builtin_choose_expr not a constant"
2421 msgstr ""
2423 #: c-parse.y:1221 objc/objc-parse.y:1268
2424 msgid "%<typeof%> applied to a bit-field"
2425 msgstr ""
2427 #: c-parse.y:1349 objc/objc-parse.y:1396
2428 msgid "ISO C forbids empty initializer braces"
2429 msgstr ""
2431 #: c-parse.y:1363 objc/objc-parse.y:1410
2432 msgid "ISO C90 forbids specifying subobject to initialize"
2433 msgstr ""
2435 #: c-parse.y:1366 objc/objc-parse.y:1413
2436 msgid "obsolete use of designated initializer without %<=%>"
2437 msgstr ""
2439 #: c-parse.y:1370 objc/objc-parse.y:1417
2440 msgid "obsolete use of designated initializer with %<:%>"
2441 msgstr ""
2443 #: c-parse.y:1397 objc/objc-parse.y:1444
2444 msgid "ISO C forbids specifying range of elements to initialize"
2445 msgstr ""
2447 #: c-parse.y:1405 c-parse.y:1435 objc/objc-parse.y:1452 objc/objc-parse.y:1482
2448 msgid "ISO C forbids nested functions"
2449 msgstr ""
2451 #: c-parse.y:1602 objc/objc-parse.y:1653
2452 msgid "ISO C forbids forward references to %<enum%> types"
2453 msgstr ""
2455 #: c-parse.y:1614 cp/parser.c:9991 objc/objc-parse.y:1665
2456 msgid "comma at end of enumerator list"
2457 msgstr ""
2459 #: c-parse.y:1634 objc/objc-parse.y:1685
2460 msgid "no semicolon at end of struct or union"
2461 msgstr ""
2463 #: c-parse.y:1643 objc/objc-parse.y:1694 objc/objc-parse.y:2683
2464 msgid "extra semicolon in struct or union specified"
2465 msgstr ""
2467 #: c-parse.y:1656 objc/objc-parse.y:1710
2468 msgid "ISO C doesn't support unnamed structs/unions"
2469 msgstr ""
2471 #: c-parse.y:1666 objc/objc-parse.y:1720
2472 msgid "ISO C forbids member declarations with no members"
2473 msgstr ""
2475 #: c-parse.y:1832 objc/objc-parse.y:1886
2476 msgid "label at end of compound statement"
2477 msgstr ""
2479 #: c-parse.y:1851 objc/objc-parse.y:1905
2480 msgid "ISO C90 forbids mixed declarations and code"
2481 msgstr ""
2483 #: c-parse.y:1891 objc/objc-parse.y:1945
2484 msgid "ISO C forbids label declarations"
2485 msgstr ""
2487 #: c-parse.y:1935 objc/objc-parse.y:1989
2488 msgid "braced-group within expression allowed only inside a function"
2489 msgstr ""
2491 #: c-parse.y:2231 objc/objc-parse.y:2328
2492 #, c-format
2493 msgid "%E qualifier ignored on asm"
2494 msgstr ""
2496 #: c-parse.y:2325 objc/objc-parse.y:2422
2497 msgid "ISO C requires a named argument before %<...%>"
2498 msgstr ""
2500 #: c-parse.c:5311 gengtype-yacc.c:1555 java/parse-scan.c:3059
2501 #: java/parse.c:6122 objc/objc-parse.c:6393
2502 msgid "syntax error; also virtual memory exhausted"
2503 msgstr ""
2505 #: c-parse.c:5429 gengtype-yacc.c:1673 java/parse-scan.c:3177
2506 #: java/parse.c:6240 objc/objc-parse.c:6511
2507 msgid "parser stack overflow"
2508 msgstr ""
2510 #: c-parse.y:2841 objc/objc-parse.y:3444
2511 #, c-format
2512 msgid "syntax error at %qs token"
2513 msgstr ""
2515 #: c-pch.c:130
2516 #, c-format
2517 msgid "can't create precompiled header %s: %m"
2518 msgstr ""
2520 #: c-pch.c:158
2521 #, c-format
2522 msgid "can't write to %s: %m"
2523 msgstr ""
2525 #: c-pch.c:164
2526 #, c-format
2527 msgid "%qs is not a valid output file"
2528 msgstr ""
2530 #: c-pch.c:193 c-pch.c:208 c-pch.c:222
2531 #, c-format
2532 msgid "can't write %s: %m"
2533 msgstr ""
2535 #: c-pch.c:198 c-pch.c:215
2536 #, c-format
2537 msgid "can't seek in %s: %m"
2538 msgstr ""
2540 #: c-pch.c:206 c-pch.c:248 c-pch.c:276 c-pch.c:281 c-pch.c:365
2541 #, c-format
2542 msgid "can't read %s: %m"
2543 msgstr ""
2545 #: c-pch.c:483
2546 msgid "malformed #pragma GCC pch_preprocess, ignored"
2547 msgstr ""
2549 #: c-pch.c:489
2550 msgid "pch_preprocess pragma should only be used with -fpreprocessed"
2551 msgstr ""
2553 #: c-pch.c:490
2554 msgid "use #include instead"
2555 msgstr ""
2557 #: c-pch.c:498
2558 #, c-format
2559 msgid "%s: couldn't open PCH file: %m\n"
2560 msgstr ""
2562 #: c-pch.c:503
2563 msgid "use -Winvalid-pch for more information"
2564 msgstr ""
2566 #: c-pch.c:504
2567 #, c-format
2568 msgid "%s: PCH file was invalid"
2569 msgstr ""
2571 #: c-pragma.c:98
2572 msgid "#pragma pack (pop) encountered without matching #pragma pack (push)"
2573 msgstr ""
2575 #: c-pragma.c:111
2576 #, c-format
2577 msgid ""
2578 "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s)"
2579 msgstr ""
2581 #: c-pragma.c:125
2582 msgid "#pragma pack(push[, id], <n>) is not supported on this target"
2583 msgstr ""
2585 #: c-pragma.c:127
2586 msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
2587 msgstr ""
2589 #: c-pragma.c:148
2590 msgid "missing %<(%> after %<#pragma pack%> - ignored"
2591 msgstr ""
2593 #: c-pragma.c:161 c-pragma.c:201
2594 msgid "malformed %<#pragma pack%> - ignored"
2595 msgstr ""
2597 #: c-pragma.c:166
2598 msgid "malformed %<#pragma pack(push[, id][, <n>])%> - ignored"
2599 msgstr ""
2601 #: c-pragma.c:168
2602 msgid "malformed %<#pragma pack(pop[, id])%> - ignored"
2603 msgstr ""
2605 #: c-pragma.c:177
2606 msgid "unknown action %qs for %<#pragma pack%> - ignored"
2607 msgstr ""
2609 #: c-pragma.c:204
2610 msgid "junk at end of %<#pragma pack%>"
2611 msgstr ""
2613 #: c-pragma.c:207
2614 msgid "#pragma pack has no effect with -fpack-struct - ignored"
2615 msgstr ""
2617 #: c-pragma.c:227
2618 #, c-format
2619 msgid "alignment must be a small power of two, not %d"
2620 msgstr ""
2622 #: c-pragma.c:260
2623 msgid ""
2624 "%Japplying #pragma weak %qD after first use results in unspecified behavior"
2625 msgstr ""
2627 #: c-pragma.c:307 c-pragma.c:312
2628 msgid "malformed #pragma weak, ignored"
2629 msgstr ""
2631 #: c-pragma.c:316
2632 msgid "junk at end of #pragma weak"
2633 msgstr ""
2635 #: c-pragma.c:379 c-pragma.c:381
2636 msgid "malformed #pragma redefine_extname, ignored"
2637 msgstr ""
2639 #: c-pragma.c:384
2640 msgid "junk at end of #pragma redefine_extname"
2641 msgstr ""
2643 #: c-pragma.c:389
2644 msgid "#pragma redefine_extname not supported on this target"
2645 msgstr ""
2647 #: c-pragma.c:406 c-pragma.c:492
2648 msgid "#pragma redefine_extname ignored due to conflict with previous rename"
2649 msgstr ""
2651 #: c-pragma.c:429
2652 msgid ""
2653 "#pragma redefine_extname ignored due to conflict with previous #pragma "
2654 "redefine_extname"
2655 msgstr ""
2657 #: c-pragma.c:448
2658 msgid "malformed #pragma extern_prefix, ignored"
2659 msgstr ""
2661 #: c-pragma.c:451
2662 msgid "junk at end of #pragma extern_prefix"
2663 msgstr ""
2665 #: c-pragma.c:457
2666 msgid "#pragma extern_prefix not supported on this target"
2667 msgstr ""
2669 #: c-pragma.c:483
2670 msgid "asm declaration ignored due to conflict with previous rename"
2671 msgstr ""
2673 #: c-pragma.c:514
2674 msgid ""
2675 "#pragma redefine_extname ignored due to conflict with __asm__ declaration"
2676 msgstr ""
2678 #: c-pragma.c:574
2679 msgid "#pragma GCC visibility must be followed by push or pop"
2680 msgstr ""
2682 #: c-pragma.c:581
2683 msgid "No matching push for %<#pragma GCC visibility pop%>"
2684 msgstr ""
2686 #: c-pragma.c:592
2687 msgid "missing %<(%> after %<#pragma GCC visibility push%> - ignored"
2688 msgstr ""
2690 #: c-pragma.c:596
2691 msgid "malformed #pragma GCC visibility push"
2692 msgstr ""
2694 #: c-pragma.c:600
2695 msgid "No more than sixteen #pragma GCC visibility pushes allowed at once"
2696 msgstr ""
2698 #: c-pragma.c:616
2699 msgid ""
2700 "#pragma GCC visibility push() must specify default, internal, hidden or "
2701 "protected"
2702 msgstr ""
2704 #: c-pragma.c:621
2705 msgid "missing '(' after %<#pragma GCC visibility push%> - ignored"
2706 msgstr ""
2708 #: c-pragma.c:625
2709 msgid "junk at end of %<#pragma GCC visibility%>"
2710 msgstr ""
2712 #: c-typeck.c:128
2713 #, c-format
2714 msgid "%qs has an incomplete type"
2715 msgstr ""
2717 #: c-typeck.c:150 cp/call.c:2667
2718 msgid "invalid use of void expression"
2719 msgstr ""
2721 #: c-typeck.c:158
2722 msgid "invalid use of flexible array member"
2723 msgstr ""
2725 #: c-typeck.c:164
2726 msgid "invalid use of array with unspecified bounds"
2727 msgstr ""
2729 #: c-typeck.c:172
2730 msgid "invalid use of undefined type %<%s %s%>"
2731 msgstr ""
2733 #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
2734 #: c-typeck.c:176
2735 #, c-format
2736 msgid "invalid use of incomplete typedef %qs"
2737 msgstr ""
2739 #: c-typeck.c:363 c-typeck.c:377
2740 msgid "function types not truly compatible in ISO C"
2741 msgstr ""
2743 #: c-typeck.c:731
2744 msgid "types are not quite compatible"
2745 msgstr ""
2747 #: c-typeck.c:967
2748 msgid "function return types not compatible due to %<volatile%>"
2749 msgstr ""
2751 #: c-typeck.c:1108 c-typeck.c:2338
2752 msgid "arithmetic on pointer to an incomplete type"
2753 msgstr ""
2755 #: c-typeck.c:1483
2756 #, c-format
2757 msgid "%s has no member named %qs"
2758 msgstr ""
2760 #: c-typeck.c:1520
2761 #, c-format
2762 msgid "request for member %qs in something not a structure or union"
2763 msgstr ""
2765 #: c-typeck.c:1549
2766 msgid "dereferencing pointer to incomplete type"
2767 msgstr ""
2769 #: c-typeck.c:1553
2770 msgid "dereferencing %<void *%> pointer"
2771 msgstr ""
2773 #: c-typeck.c:1570
2774 #, c-format
2775 msgid "invalid type argument of %qs"
2776 msgstr ""
2778 #: c-typeck.c:1588 cp/typeck.c:2166
2779 msgid "subscript missing in array reference"
2780 msgstr ""
2782 #: c-typeck.c:1608
2783 msgid "array subscript has type %<char%>"
2784 msgstr ""
2786 #: c-typeck.c:1616 c-typeck.c:1705 cp/typeck.c:2211 cp/typeck.c:2297
2787 msgid "array subscript is not an integer"
2788 msgstr ""
2790 #: c-typeck.c:1649
2791 msgid "ISO C forbids subscripting %<register%> array"
2792 msgstr ""
2794 #: c-typeck.c:1651
2795 msgid "ISO C90 forbids subscripting non-lvalue array"
2796 msgstr ""
2798 #: c-typeck.c:1684
2799 msgid "subscript has type %<char%>"
2800 msgstr ""
2802 #: c-typeck.c:1700 cp/typeck.c:2292
2803 msgid "subscripted value is neither array nor pointer"
2804 msgstr ""
2806 #: c-typeck.c:1730
2807 #, c-format
2808 msgid "local declaration of %qs hides instance variable"
2809 msgstr ""
2811 #: c-typeck.c:1914
2812 msgid "called object is not a function"
2813 msgstr ""
2815 #. This situation leads to run-time undefined behavior.  We can't,
2816 #. therefore, simply error unless we can prove that all possible
2817 #. executions of the program must execute the code.
2818 #: c-typeck.c:1946
2819 msgid "function called through a non-compatible type"
2820 msgstr ""
2822 #: c-typeck.c:1990 c-typeck.c:4176 c-typeck.c:4178 c-typeck.c:4186
2823 #: c-typeck.c:4211 c-typeck.c:5609
2824 msgid "initializer element is not constant"
2825 msgstr ""
2827 #: c-typeck.c:2041 cp/typeck.c:2565
2828 msgid "too many arguments to function"
2829 msgstr ""
2831 #: c-typeck.c:2062
2832 #, c-format
2833 msgid "type of formal parameter %d is incomplete"
2834 msgstr ""
2836 #: c-typeck.c:2075
2837 #, c-format
2838 msgid "%s as integer rather than floating due to prototype"
2839 msgstr ""
2841 #: c-typeck.c:2078
2842 #, c-format
2843 msgid "%s as integer rather than complex due to prototype"
2844 msgstr ""
2846 #: c-typeck.c:2081
2847 #, c-format
2848 msgid "%s as complex rather than floating due to prototype"
2849 msgstr ""
2851 #: c-typeck.c:2084
2852 #, c-format
2853 msgid "%s as floating rather than integer due to prototype"
2854 msgstr ""
2856 #: c-typeck.c:2087
2857 #, c-format
2858 msgid "%s as complex rather than integer due to prototype"
2859 msgstr ""
2861 #: c-typeck.c:2090
2862 #, c-format
2863 msgid "%s as floating rather than complex due to prototype"
2864 msgstr ""
2866 #: c-typeck.c:2100
2867 msgid "%s as %<float%> rather than %<double%> due to prototype"
2868 msgstr ""
2870 #: c-typeck.c:2120
2871 #, c-format
2872 msgid "%s with different width due to prototype"
2873 msgstr ""
2875 #: c-typeck.c:2146
2876 #, c-format
2877 msgid "%s as unsigned due to prototype"
2878 msgstr ""
2880 #: c-typeck.c:2148
2881 #, c-format
2882 msgid "%s as signed due to prototype"
2883 msgstr ""
2885 #: c-typeck.c:2182 cp/typeck.c:2671
2886 msgid "too few arguments to function"
2887 msgstr ""
2889 #: c-typeck.c:2217
2890 msgid "suggest parentheses around + or - inside shift"
2891 msgstr ""
2893 #: c-typeck.c:2224
2894 msgid "suggest parentheses around && within ||"
2895 msgstr ""
2897 #: c-typeck.c:2233
2898 msgid "suggest parentheses around arithmetic in operand of |"
2899 msgstr ""
2901 #: c-typeck.c:2236
2902 msgid "suggest parentheses around comparison in operand of |"
2903 msgstr ""
2905 #: c-typeck.c:2245
2906 msgid "suggest parentheses around arithmetic in operand of ^"
2907 msgstr ""
2909 #: c-typeck.c:2248
2910 msgid "suggest parentheses around comparison in operand of ^"
2911 msgstr ""
2913 #: c-typeck.c:2255
2914 msgid "suggest parentheses around + or - in operand of &"
2915 msgstr ""
2917 #: c-typeck.c:2258
2918 msgid "suggest parentheses around comparison in operand of &"
2919 msgstr ""
2921 #: c-typeck.c:2264
2922 msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
2923 msgstr ""
2925 #: c-typeck.c:2290
2926 msgid "pointer of type %<void *%> used in subtraction"
2927 msgstr ""
2929 #: c-typeck.c:2292
2930 msgid "pointer to a function used in subtraction"
2931 msgstr ""
2933 #: c-typeck.c:2381
2934 msgid "wrong type argument to unary plus"
2935 msgstr ""
2937 #: c-typeck.c:2394
2938 msgid "wrong type argument to unary minus"
2939 msgstr ""
2941 #: c-typeck.c:2411
2942 msgid "ISO C does not support %<~%> for complex conjugation"
2943 msgstr ""
2945 #: c-typeck.c:2417
2946 msgid "wrong type argument to bit-complement"
2947 msgstr ""
2949 #: c-typeck.c:2425
2950 msgid "wrong type argument to abs"
2951 msgstr ""
2953 #: c-typeck.c:2437
2954 msgid "wrong type argument to conjugation"
2955 msgstr ""
2957 #: c-typeck.c:2451
2958 msgid "wrong type argument to unary exclamation mark"
2959 msgstr ""
2961 #: c-typeck.c:2488
2962 msgid "ISO C does not support %<++%> and %<--%> on complex types"
2963 msgstr ""
2965 #: c-typeck.c:2504 c-typeck.c:2536
2966 msgid "wrong type argument to increment"
2967 msgstr ""
2969 #: c-typeck.c:2506 c-typeck.c:2538
2970 msgid "wrong type argument to decrement"
2971 msgstr ""
2973 #: c-typeck.c:2527
2974 msgid "increment of pointer to unknown structure"
2975 msgstr ""
2977 #: c-typeck.c:2529
2978 msgid "decrement of pointer to unknown structure"
2979 msgstr ""
2981 #: c-typeck.c:2597
2982 msgid "invalid lvalue in unary %<&%>"
2983 msgstr ""
2985 #: c-typeck.c:2619
2986 msgid "attempt to take address of bit-field structure member %qD"
2987 msgstr ""
2989 #: c-typeck.c:2712
2990 #, c-format
2991 msgid "%s of read-only member %qs"
2992 msgstr ""
2994 #: c-typeck.c:2716
2995 #, c-format
2996 msgid "%s of read-only variable %qs"
2997 msgstr ""
2999 #: c-typeck.c:2719
3000 #, c-format
3001 msgid "%s of read-only location"
3002 msgstr ""
3004 #: c-typeck.c:2737
3005 #, c-format
3006 msgid "cannot take address of bit-field %qs"
3007 msgstr ""
3009 #: c-typeck.c:2765
3010 #, c-format
3011 msgid "global register variable %qs used in nested function"
3012 msgstr ""
3014 #: c-typeck.c:2769
3015 #, c-format
3016 msgid "register variable %qs used in nested function"
3017 msgstr ""
3019 #: c-typeck.c:2776
3020 #, c-format
3021 msgid "address of global register variable %qs requested"
3022 msgstr ""
3024 #: c-typeck.c:2781
3025 #, c-format
3026 msgid "address of register variable %qs requested"
3027 msgstr ""
3029 #: c-typeck.c:2829
3030 msgid "non-lvalue array in conditional expression"
3031 msgstr ""
3033 #: c-typeck.c:2873
3034 msgid "signed and unsigned type in conditional expression"
3035 msgstr ""
3037 #: c-typeck.c:2880
3038 msgid "ISO C forbids conditional expr with only one void side"
3039 msgstr ""
3041 #: c-typeck.c:2896 c-typeck.c:2904
3042 msgid "ISO C forbids conditional expr between %<void *%> and function pointer"
3043 msgstr ""
3045 #: c-typeck.c:2911
3046 msgid "pointer type mismatch in conditional expression"
3047 msgstr ""
3049 #: c-typeck.c:2918 c-typeck.c:2928
3050 msgid "pointer/integer type mismatch in conditional expression"
3051 msgstr ""
3053 #: c-typeck.c:2942
3054 msgid "type mismatch in conditional expression"
3055 msgstr ""
3057 #: c-typeck.c:2985
3058 msgid "left-hand operand of comma expression has no effect"
3059 msgstr ""
3061 #: c-typeck.c:3018
3062 msgid "cast specifies array type"
3063 msgstr ""
3065 #: c-typeck.c:3024
3066 msgid "cast specifies function type"
3067 msgstr ""
3069 #: c-typeck.c:3034
3070 msgid "ISO C forbids casting nonscalar to the same type"
3071 msgstr ""
3073 #: c-typeck.c:3052
3074 msgid "ISO C forbids casts to union type"
3075 msgstr ""
3077 #: c-typeck.c:3061
3078 msgid "cast to union type from type not present in union"
3079 msgstr ""
3081 #: c-typeck.c:3112
3082 msgid "cast adds new qualifiers to function type"
3083 msgstr ""
3085 #. There are qualifiers present in IN_OTYPE that are not
3086 #. present in IN_TYPE.
3087 #: c-typeck.c:3117
3088 msgid "cast discards qualifiers from pointer target type"
3089 msgstr ""
3091 #: c-typeck.c:3132
3092 msgid "cast increases required alignment of target type"
3093 msgstr ""
3095 #: c-typeck.c:3138 cp/typeck.c:4932
3096 msgid "cast from pointer to integer of different size"
3097 msgstr ""
3099 #: c-typeck.c:3143
3100 msgid "cast does not match function type"
3101 msgstr ""
3103 #: c-typeck.c:3150 cp/typeck.c:4939
3104 msgid "cast to pointer from integer of different size"
3105 msgstr ""
3107 #: c-typeck.c:3162
3108 msgid "type-punning to incomplete type might break strict-aliasing rules"
3109 msgstr ""
3111 #: c-typeck.c:3169
3112 msgid "dereferencing type-punned pointer will break strict-aliasing rules"
3113 msgstr ""
3115 #: c-typeck.c:3172
3116 msgid "dereferencing type-punned pointer might break strict-aliasing rules"
3117 msgstr ""
3119 #: c-typeck.c:3184
3120 msgid "ISO C forbids conversion of function pointer to object pointer type"
3121 msgstr ""
3123 #: c-typeck.c:3193
3124 msgid "ISO C forbids conversion of object pointer to function pointer type"
3125 msgstr ""
3127 #: c-typeck.c:3286
3128 msgid "invalid lvalue in assignment"
3129 msgstr ""
3131 #. Convert new value to destination type.
3132 #. Check this here to avoid odd errors when trying to convert
3133 #. a throw to the type of the COND_EXPR.
3134 #. The left-hand side must be an lvalue.
3135 #: c-typeck.c:3295 c-typeck.c:3320 c-typeck.c:3337 cp/typeck.c:5054
3136 #: cp/typeck.c:5153 cp/typeck.c:5168
3137 msgid "assignment"
3138 msgstr ""
3140 #: c-typeck.c:3404
3141 msgid "cannot pass rvalue to reference parameter"
3142 msgstr ""
3144 #: c-typeck.c:3512 c-typeck.c:3589
3145 #, c-format
3146 msgid "%s makes qualified function pointer from unqualified"
3147 msgstr ""
3149 #: c-typeck.c:3516 c-typeck.c:3569
3150 #, c-format
3151 msgid "%s discards qualifiers from pointer target type"
3152 msgstr ""
3154 #: c-typeck.c:3522
3155 msgid "ISO C prohibits argument conversion to union type"
3156 msgstr ""
3158 #: c-typeck.c:3560
3159 msgid "ISO C forbids %s between function pointer and %<void *%>"
3160 msgstr ""
3162 #: c-typeck.c:3578
3163 #, c-format
3164 msgid "pointer targets in %s differ in signedness"
3165 msgstr ""
3167 #: c-typeck.c:3594
3168 #, c-format
3169 msgid "%s from incompatible pointer type"
3170 msgstr ""
3172 #: c-typeck.c:3600 c-typeck.c:4136 cp/typeck.c:1402
3173 msgid "invalid use of non-lvalue array"
3174 msgstr ""
3176 #: c-typeck.c:3614
3177 #, c-format
3178 msgid "%s makes pointer from integer without a cast"
3179 msgstr ""
3181 #: c-typeck.c:3621
3182 #, c-format
3183 msgid "%s makes integer from pointer without a cast"
3184 msgstr ""
3186 #: c-typeck.c:3635 c-typeck.c:3638
3187 #, c-format
3188 msgid "incompatible type for argument %d of %qs"
3189 msgstr ""
3191 #: c-typeck.c:3642
3192 #, c-format
3193 msgid "incompatible type for argument %d of indirect function call"
3194 msgstr ""
3196 #: c-typeck.c:3646
3197 #, c-format
3198 msgid "incompatible types in %s"
3199 msgstr ""
3201 #. Function name is known; supply it.
3202 #: c-typeck.c:3702
3203 #, c-format
3204 msgid "passing arg of '%s'"
3205 msgstr ""
3207 #. Function name unknown (call through ptr).
3208 #: c-typeck.c:3711
3209 msgid "passing arg of pointer to function"
3210 msgstr ""
3212 #. Function name is known; supply it.
3213 #: c-typeck.c:3719
3214 #, c-format
3215 msgid "passing arg %d of '%s'"
3216 msgstr ""
3218 #. Function name unknown (call through ptr); just give arg number.
3219 #: c-typeck.c:3728
3220 #, c-format
3221 msgid "passing arg %d of pointer to function"
3222 msgstr ""
3224 #: c-typeck.c:3784
3225 msgid "traditional C rejects automatic aggregate initialization"
3226 msgstr ""
3228 #: c-typeck.c:3952 c-typeck.c:3967 c-typeck.c:3982
3229 #, c-format
3230 msgid "(near initialization for %qs)"
3231 msgstr ""
3233 #: c-typeck.c:3996
3234 msgid "array initialized from parenthesized string constant"
3235 msgstr ""
3237 #: c-typeck.c:4060 cp/typeck2.c:704
3238 msgid "char-array initialized from wide string"
3239 msgstr ""
3241 #: c-typeck.c:4065
3242 msgid "wchar_t-array initialized from non-wide string"
3243 msgstr ""
3245 #: c-typeck.c:4083 cp/typeck2.c:726
3246 msgid "initializer-string for array of chars is too long"
3247 msgstr ""
3249 #: c-typeck.c:4089
3250 msgid "array of inappropriate type initialized from string constant"
3251 msgstr ""
3253 #: c-typeck.c:4159
3254 msgid "array initialized from non-constant array expression"
3255 msgstr ""
3257 #: c-typeck.c:4203
3258 msgid "initialization"
3259 msgstr ""
3261 #: c-typeck.c:4218 c-typeck.c:5613
3262 msgid "initializer element is not computable at load time"
3263 msgstr ""
3265 #: c-typeck.c:4233 cp/typeck2.c:804
3266 msgid "invalid initializer"
3267 msgstr ""
3269 #: c-typeck.c:4514 cp/decl.c:4461
3270 msgid "opaque vector types cannot be initialized"
3271 msgstr ""
3273 #: c-typeck.c:4710
3274 msgid "extra brace group at end of initializer"
3275 msgstr ""
3277 #: c-typeck.c:4730
3278 msgid "missing braces around initializer"
3279 msgstr ""
3281 #: c-typeck.c:4790
3282 msgid "braces around scalar initializer"
3283 msgstr ""
3285 #: c-typeck.c:4847
3286 msgid "initialization of flexible array member in a nested context"
3287 msgstr ""
3289 #: c-typeck.c:4849
3290 msgid "initialization of a flexible array member"
3291 msgstr ""
3293 #: c-typeck.c:4876
3294 msgid "missing initializer"
3295 msgstr ""
3297 #: c-typeck.c:4898
3298 msgid "empty scalar initializer"
3299 msgstr ""
3301 #: c-typeck.c:4903
3302 msgid "extra elements in scalar initializer"
3303 msgstr ""
3305 #: c-typeck.c:4991
3306 msgid "initialization designators may not nest"
3307 msgstr ""
3309 #: c-typeck.c:5013 c-typeck.c:5088
3310 msgid "array index in non-array initializer"
3311 msgstr ""
3313 #: c-typeck.c:5018 c-typeck.c:5141
3314 msgid "field name not in record or union initializer"
3315 msgstr ""
3317 #: c-typeck.c:5064
3318 msgid "array index in initializer not of integer type"
3319 msgstr ""
3321 #: c-typeck.c:5084 c-typeck.c:5086
3322 msgid "nonconstant array index in initializer"
3323 msgstr ""
3325 #: c-typeck.c:5090 c-typeck.c:5093
3326 msgid "array index in initializer exceeds array bounds"
3327 msgstr ""
3329 #: c-typeck.c:5104
3330 msgid "empty index range in initializer"
3331 msgstr ""
3333 #: c-typeck.c:5113
3334 msgid "array index range in initializer exceeds array bounds"
3335 msgstr ""
3337 #: c-typeck.c:5153
3338 #, c-format
3339 msgid "unknown field %qs specified in initializer"
3340 msgstr ""
3342 #: c-typeck.c:5189 c-typeck.c:5210 c-typeck.c:5676
3343 msgid "initialized field with side-effects overwritten"
3344 msgstr ""
3346 #: c-typeck.c:5885
3347 msgid "excess elements in char array initializer"
3348 msgstr ""
3350 #: c-typeck.c:5892 c-typeck.c:5938
3351 msgid "excess elements in struct initializer"
3352 msgstr ""
3354 #: c-typeck.c:5953
3355 msgid "non-static initialization of a flexible array member"
3356 msgstr ""
3358 #: c-typeck.c:6021
3359 msgid "excess elements in union initializer"
3360 msgstr ""
3362 #: c-typeck.c:6043
3363 msgid "traditional C rejects initialization of unions"
3364 msgstr ""
3366 #: c-typeck.c:6107
3367 msgid "excess elements in array initializer"
3368 msgstr ""
3370 #: c-typeck.c:6137
3371 msgid "excess elements in vector initializer"
3372 msgstr ""
3374 #: c-typeck.c:6160
3375 msgid "excess elements in scalar initializer"
3376 msgstr ""
3378 #: c-typeck.c:6263
3379 msgid "invalid lvalue in asm statement"
3380 msgstr ""
3382 #: c-typeck.c:6322
3383 msgid "ISO C forbids %<goto *expr;%>"
3384 msgstr ""
3386 #: c-typeck.c:6336
3387 msgid "function declared %<noreturn%> has a %<return%> statement"
3388 msgstr ""
3390 #: c-typeck.c:6343
3391 msgid "%<return%> with no value, in function returning non-void"
3392 msgstr ""
3394 #: c-typeck.c:6350
3395 msgid "%<return%> with a value, in function returning void"
3396 msgstr ""
3398 #: c-typeck.c:6354
3399 msgid "return"
3400 msgstr ""
3402 #: c-typeck.c:6407
3403 msgid "function returns address of local variable"
3404 msgstr ""
3406 #: c-typeck.c:6468 cp/semantics.c:856
3407 msgid "switch quantity not an integer"
3408 msgstr ""
3410 #: c-typeck.c:6478
3411 msgid "%<long%> switch expression not converted to %<int%> in ISO C"
3412 msgstr ""
3414 #: c-typeck.c:6515 cp/parser.c:6093
3415 msgid "case label not within a switch statement"
3416 msgstr ""
3418 #: c-typeck.c:6517
3419 msgid "%<default%> label not within a switch statement"
3420 msgstr ""
3422 #: c-typeck.c:6581
3423 msgid "%Hsuggest explicit braces to avoid ambiguous %<else%>"
3424 msgstr ""
3426 #: c-typeck.c:6591
3427 msgid "%Hempty body in an if-statement"
3428 msgstr ""
3430 #: c-typeck.c:6599
3431 msgid "%Hempty body in an else-statement"
3432 msgstr ""
3434 #: c-typeck.c:6690 cp/parser.c:6594
3435 msgid "continue statement not within a loop"
3436 msgstr ""
3438 #: c-typeck.c:6707
3439 msgid "%Hstatement with no effect"
3440 msgstr ""
3442 #: c-typeck.c:6736
3443 msgid "expression statement has incomplete type"
3444 msgstr ""
3446 #: c-typeck.c:7059 c-typeck.c:7098
3447 msgid "division by zero"
3448 msgstr ""
3450 #: c-typeck.c:7143 cp/typeck.c:2956
3451 msgid "right shift count is negative"
3452 msgstr ""
3454 #: c-typeck.c:7150 cp/typeck.c:2962
3455 msgid "right shift count >= width of type"
3456 msgstr ""
3458 #: c-typeck.c:7171 cp/typeck.c:2981
3459 msgid "left shift count is negative"
3460 msgstr ""
3462 #: c-typeck.c:7174 cp/typeck.c:2983
3463 msgid "left shift count >= width of type"
3464 msgstr ""
3466 #: c-typeck.c:7195
3467 msgid "shift count is negative"
3468 msgstr ""
3470 #: c-typeck.c:7197
3471 msgid "shift count >= width of type"
3472 msgstr ""
3474 #: c-typeck.c:7214 cp/typeck.c:3018
3475 msgid "comparing floating point with == or != is unsafe"
3476 msgstr ""
3478 #: c-typeck.c:7238 c-typeck.c:7245
3479 msgid "ISO C forbids comparison of %<void *%> with function pointer"
3480 msgstr ""
3482 #: c-typeck.c:7249 c-typeck.c:7289 c-typeck.c:7317
3483 msgid "comparison of distinct pointer types lacks a cast"
3484 msgstr ""
3486 #: c-typeck.c:7263 c-typeck.c:7268 c-typeck.c:7337 c-typeck.c:7342
3487 msgid "comparison between pointer and integer"
3488 msgstr ""
3490 #: c-typeck.c:7284 c-typeck.c:7312
3491 msgid "ISO C forbids ordered comparisons of pointers to functions"
3492 msgstr ""
3494 #: c-typeck.c:7309
3495 msgid "comparison of complete and incomplete pointers"
3496 msgstr ""
3498 #: c-typeck.c:7325 c-typeck.c:7332
3499 msgid "ordered comparison of pointer with integer zero"
3500 msgstr ""
3502 #: c-typeck.c:7357 cp/typeck.c:3159
3503 msgid "unordered comparison on non-floating point argument"
3504 msgstr ""
3506 #: c-typeck.c:7570
3507 msgid "comparison between signed and unsigned"
3508 msgstr ""
3510 #: c-typeck.c:7616 cp/typeck.c:3406
3511 msgid "comparison of promoted ~unsigned with constant"
3512 msgstr ""
3514 #: c-typeck.c:7624 cp/typeck.c:3414
3515 msgid "comparison of promoted ~unsigned with unsigned"
3516 msgstr ""
3518 #: calls.c:1909
3519 msgid "function call has aggregate value"
3520 msgstr ""
3522 #: cfghooks.c:90
3523 #, c-format
3524 msgid "bb %d on wrong place"
3525 msgstr ""
3527 #: cfghooks.c:96
3528 #, c-format
3529 msgid "prev_bb of %d should be %d, not %d"
3530 msgstr ""
3532 #: cfghooks.c:112
3533 #, c-format
3534 msgid "verify_flow_info: Wrong count of block %i %i"
3535 msgstr ""
3537 #: cfghooks.c:118
3538 #, c-format
3539 msgid "verify_flow_info: Wrong frequency of block %i %i"
3540 msgstr ""
3542 #: cfghooks.c:126
3543 #, c-format
3544 msgid "verify_flow_info: Duplicate edge %i->%i"
3545 msgstr ""
3547 #: cfghooks.c:132
3548 #, c-format
3549 msgid "verify_flow_info: Wrong probability of edge %i->%i %i"
3550 msgstr ""
3552 #: cfghooks.c:138
3553 #, c-format
3554 msgid "verify_flow_info: Wrong count of edge %i->%i %i"
3555 msgstr ""
3557 #: cfghooks.c:150
3558 #, c-format
3559 msgid "verify_flow_info: Basic block %d succ edge is corrupted"
3560 msgstr ""
3562 #: cfghooks.c:164 cfgrtl.c:2032
3563 #, c-format
3564 msgid "Wrong amount of branch edges after unconditional jump %i"
3565 msgstr ""
3567 #: cfghooks.c:172
3568 #, c-format
3569 msgid "basic block %d pred edge is corrupted"
3570 msgstr ""
3572 #: cfghooks.c:198
3573 #, c-format
3574 msgid "basic block %i edge lists are corrupted"
3575 msgstr ""
3577 #: cfghooks.c:212
3578 msgid "verify_flow_info failed"
3579 msgstr ""
3581 #: cfghooks.c:272
3582 #, c-format
3583 msgid "%s does not support redirect_edge_and_branch."
3584 msgstr ""
3586 #: cfghooks.c:290
3587 #, c-format
3588 msgid "%s does not support redirect_edge_and_branch_force."
3589 msgstr ""
3591 #: cfghooks.c:308
3592 #, c-format
3593 msgid "%s does not support split_block."
3594 msgstr ""
3596 #: cfghooks.c:344
3597 #, c-format
3598 msgid "%s does not support move_block_after."
3599 msgstr ""
3601 #: cfghooks.c:357
3602 #, c-format
3603 msgid "%s does not support delete_basic_block."
3604 msgstr ""
3606 #: cfghooks.c:391
3607 #, c-format
3608 msgid "%s does not support split_edge."
3609 msgstr ""
3611 #: cfghooks.c:444
3612 #, c-format
3613 msgid "%s does not support create_basic_block."
3614 msgstr ""
3616 #: cfghooks.c:472
3617 #, c-format
3618 msgid "%s does not support can_merge_blocks_p."
3619 msgstr ""
3621 #: cfghooks.c:483
3622 #, c-format
3623 msgid "%s does not support predict_edge."
3624 msgstr ""
3626 #: cfghooks.c:492
3627 #, c-format
3628 msgid "%s does not support predicted_by_p."
3629 msgstr ""
3631 #: cfghooks.c:505
3632 #, c-format
3633 msgid "%s does not support merge_blocks."
3634 msgstr ""
3636 #: cfghooks.c:549
3637 #, c-format
3638 msgid "%s does not support make_forwarder_block."
3639 msgstr ""
3641 #: cfghooks.c:650
3642 #, c-format
3643 msgid "%s does not support can_duplicate_block_p."
3644 msgstr ""
3646 #: cfghooks.c:676
3647 #, c-format
3648 msgid "%s does not support duplicate_block."
3649 msgstr ""
3651 #: cfghooks.c:742
3652 #, c-format
3653 msgid "%s does not support block_ends_with_call_p"
3654 msgstr ""
3656 #: cfghooks.c:753
3657 #, c-format
3658 msgid "%s does not support block_ends_with_condjump_p"
3659 msgstr ""
3661 #: cfghooks.c:771
3662 #, c-format
3663 msgid "%s does not support flow_call_edges_add"
3664 msgstr ""
3666 #: cfgloop.c:1288
3667 #, c-format
3668 msgid "Size of loop %d should be %d, not %d."
3669 msgstr ""
3671 #: cfgloop.c:1305
3672 #, c-format
3673 msgid "Bb %d do not belong to loop %d."
3674 msgstr ""
3676 #: cfgloop.c:1323
3677 #, c-format
3678 msgid "Loop %d's header does not have exactly 2 entries."
3679 msgstr ""
3681 #: cfgloop.c:1331
3682 #, c-format
3683 msgid "Loop %d's latch does not have exactly 1 successor."
3684 msgstr ""
3686 #: cfgloop.c:1336
3687 #, c-format
3688 msgid "Loop %d's latch does not have header as successor."
3689 msgstr ""
3691 #: cfgloop.c:1341
3692 #, c-format
3693 msgid "Loop %d's latch does not belong directly to it."
3694 msgstr ""
3696 #: cfgloop.c:1347
3697 #, c-format
3698 msgid "Loop %d's header does not belong directly to it."
3699 msgstr ""
3701 #: cfgloop.c:1353
3702 #, c-format
3703 msgid "Loop %d's latch is marked as part of irreducible region."
3704 msgstr ""
3706 #: cfgloop.c:1383
3707 #, c-format
3708 msgid "Basic block %d should be marked irreducible."
3709 msgstr ""
3711 #: cfgloop.c:1389
3712 #, c-format
3713 msgid "Basic block %d should not be marked irreducible."
3714 msgstr ""
3716 #: cfgloop.c:1397
3717 #, c-format
3718 msgid "Edge from %d to %d should be marked irreducible."
3719 msgstr ""
3721 #: cfgloop.c:1404
3722 #, c-format
3723 msgid "Edge from %d to %d should not be marked irreducible."
3724 msgstr ""
3726 #: cfgloop.c:1438
3727 #, c-format
3728 msgid "Wrong single exit %d->%d recorded for loop %d."
3729 msgstr ""
3731 #: cfgloop.c:1442
3732 #, c-format
3733 msgid "Right exit is %d->%d."
3734 msgstr ""
3736 #: cfgloop.c:1459
3737 #, c-format
3738 msgid "Single exit not recorded for loop %d."
3739 msgstr ""
3741 #: cfgloop.c:1466
3742 #, c-format
3743 msgid "Loop %d should not have single exit (%d -> %d)."
3744 msgstr ""
3746 #: cfgrtl.c:1926
3747 #, c-format
3748 msgid "end insn %d for block %d not found in the insn stream"
3749 msgstr ""
3751 #: cfgrtl.c:1940
3752 #, c-format
3753 msgid "insn %d is in multiple basic blocks (%d and %d)"
3754 msgstr ""
3756 #: cfgrtl.c:1952
3757 #, c-format
3758 msgid "head insn %d for block %d not found in the insn stream"
3759 msgstr ""
3761 #: cfgrtl.c:1974
3762 msgid "verify_flow_info: REG_BR_PROB does not match cfg %wi %i"
3763 msgstr ""
3765 #: cfgrtl.c:1989
3766 #, c-format
3767 msgid "Fallthru edge crosses section boundary (bb %i)"
3768 msgstr ""
3770 #: cfgrtl.c:2014
3771 #, c-format
3772 msgid "Missing REG_EH_REGION note in the end of bb %i"
3773 msgstr ""
3775 #: cfgrtl.c:2022
3776 #, c-format
3777 msgid "Too many outgoing branch edges from bb %i"
3778 msgstr ""
3780 #: cfgrtl.c:2027
3781 #, c-format
3782 msgid "Fallthru edge after unconditional jump %i"
3783 msgstr ""
3785 #: cfgrtl.c:2038
3786 #, c-format
3787 msgid "Wrong amount of branch edges after conditional jump %i"
3788 msgstr ""
3790 #: cfgrtl.c:2043
3791 #, c-format
3792 msgid "Call edges for non-call insn in bb %i"
3793 msgstr ""
3795 #: cfgrtl.c:2052
3796 #, c-format
3797 msgid "Abnormal edges for no purpose in bb %i"
3798 msgstr ""
3800 #: cfgrtl.c:2062
3801 #, c-format
3802 msgid "insn %d inside basic block %d but block_for_insn is NULL"
3803 msgstr ""
3805 #: cfgrtl.c:2066
3806 #, c-format
3807 msgid "insn %d inside basic block %d but block_for_insn is %i"
3808 msgstr ""
3810 #: cfgrtl.c:2080 cfgrtl.c:2090
3811 #, c-format
3812 msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
3813 msgstr ""
3815 #: cfgrtl.c:2103
3816 #, c-format
3817 msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
3818 msgstr ""
3820 #: cfgrtl.c:2113
3821 #, c-format
3822 msgid "in basic block %d:"
3823 msgstr ""
3825 #: cfgrtl.c:2114
3826 msgid "flow control insn inside a basic block"
3827 msgstr ""
3829 #: cfgrtl.c:2160
3830 #, c-format
3831 msgid "missing barrier after block %i"
3832 msgstr ""
3834 #: cfgrtl.c:2173
3835 #, c-format
3836 msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
3837 msgstr ""
3839 #: cfgrtl.c:2188
3840 #, c-format
3841 msgid "verify_flow_info: Incorrect fallthru %i->%i"
3842 msgstr ""
3844 #: cfgrtl.c:2190
3845 msgid "wrong insn in the fallthru edge"
3846 msgstr ""
3848 #: cfgrtl.c:2207
3849 msgid "basic blocks not laid down consecutively"
3850 msgstr ""
3852 #: cfgrtl.c:2232
3853 msgid "insn outside basic block"
3854 msgstr ""
3856 #: cfgrtl.c:2240
3857 msgid "return not followed by barrier"
3858 msgstr ""
3860 #: cfgrtl.c:2247
3861 #, c-format
3862 msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
3863 msgstr ""
3865 #: cgraph.c:231
3866 msgid "function body not available"
3867 msgstr ""
3869 #: cgraph.c:233 cgraphunit.c:869
3870 msgid "redefined extern inline functions are not considered for inlining"
3871 msgstr ""
3873 #: cgraph.c:236 cgraphunit.c:874
3874 msgid "function not considered for inlining"
3875 msgstr ""
3877 #: cgraph.c:238 cgraphunit.c:872
3878 msgid "function not inlinable"
3879 msgstr ""
3881 #: cgraph.c:578
3882 msgid "%D renamed after being referenced in assembly"
3883 msgstr ""
3885 #: cgraphunit.c:720
3886 msgid "Shared call_expr:"
3887 msgstr ""
3889 #: cgraphunit.c:726
3890 msgid "Edge points to wrong declaration:"
3891 msgstr ""
3893 #: cgraphunit.c:735
3894 msgid "Missing callgraph edge for call expr:"
3895 msgstr ""
3897 #: cgraphunit.c:761
3898 #, c-format
3899 msgid "Aux field set for edge %s->%s"
3900 msgstr ""
3902 #: cgraphunit.c:773
3903 msgid "Inlined_to pointer is wrong"
3904 msgstr ""
3906 #: cgraphunit.c:778
3907 msgid "Multiple inline callers"
3908 msgstr ""
3910 #: cgraphunit.c:785
3911 msgid "Inlined_to pointer set for noninline callers"
3912 msgstr ""
3914 #: cgraphunit.c:791
3915 msgid "Inlined_to pointer is set but no predecesors found"
3916 msgstr ""
3918 #: cgraphunit.c:796
3919 msgid "Inlined_to pointer reffers to itself"
3920 msgstr ""
3922 #: cgraphunit.c:806
3923 msgid "Node not found in DECL_ASSEMBLER_NAME hash"
3924 msgstr ""
3926 #: cgraphunit.c:820
3927 #, c-format
3928 msgid "Edge %s->%s has no corresponding call_expr"
3929 msgstr ""
3931 #: cgraphunit.c:831
3932 msgid "verify_cgraph_node failed."
3933 msgstr ""
3935 #: cgraphunit.c:1015
3936 msgid "failed to reclaim unneeded function"
3937 msgstr ""
3939 #: cgraphunit.c:1545
3940 msgid "--param large-function-growth limit reached"
3941 msgstr ""
3943 #: cgraphunit.c:1582
3944 msgid "recursive inlining"
3945 msgstr ""
3947 #: cgraphunit.c:1747 cgraphunit.c:1999
3948 msgid "--param max-inline-insns-single limit reached"
3949 msgstr ""
3951 #: cgraphunit.c:1771
3952 msgid ""
3953 "--param max-inline-insns-single limit reached after inlining into the callee"
3954 msgstr ""
3956 #: cgraphunit.c:1821
3957 msgid "--param inline-unit-growth limit reached"
3958 msgstr ""
3960 #: cgraphunit.c:2843
3961 msgid "Nodes with no released memory found."
3962 msgstr ""
3964 #: collect2.c:406 gcc.c:6742
3965 #, c-format
3966 msgid "internal gcc abort in %s, at %s:%d"
3967 msgstr ""
3969 #: collect2.c:900
3970 msgid "no arguments"
3971 msgstr ""
3973 #: collect2.c:1192
3974 #, c-format
3975 msgid "unknown demangling style '%s'"
3976 msgstr ""
3978 #: collect2.c:1266 collect2.c:1414 collect2.c:1449
3979 #, c-format
3980 msgid "fopen %s"
3981 msgstr ""
3983 #: collect2.c:1269 collect2.c:1419 collect2.c:1452
3984 #, c-format
3985 msgid "fclose %s"
3986 msgstr ""
3988 #: collect2.c:1278
3989 #, c-format
3990 msgid "collect2 version %s"
3991 msgstr ""
3993 #: collect2.c:1368
3994 #, c-format
3995 msgid "%d constructor(s) found\n"
3996 msgstr ""
3998 #: collect2.c:1369
3999 #, c-format
4000 msgid "%d destructor(s)  found\n"
4001 msgstr ""
4003 #: collect2.c:1370
4004 #, c-format
4005 msgid "%d frame table(s) found\n"
4006 msgstr ""
4008 #: collect2.c:1512
4009 #, c-format
4010 msgid "%s terminated with signal %d [%s]%s"
4011 msgstr ""
4013 #: collect2.c:1530
4014 #, c-format
4015 msgid "%s returned %d exit status"
4016 msgstr ""
4018 #: collect2.c:1555
4019 #, c-format
4020 msgid "[cannot find %s]"
4021 msgstr ""
4023 #: collect2.c:1570
4024 #, c-format
4025 msgid "cannot find `%s'"
4026 msgstr ""
4028 #: collect2.c:1581 collect2.c:1584
4029 #, c-format
4030 msgid "redirecting stdout: %s"
4031 msgstr ""
4033 #: collect2.c:1623
4034 #, c-format
4035 msgid "[Leaving %s]\n"
4036 msgstr ""
4038 #: collect2.c:1843
4039 #, c-format
4040 msgid ""
4041 "\n"
4042 "write_c_file - output name is %s, prefix is %s\n"
4043 msgstr ""
4045 #: collect2.c:2047
4046 msgid "cannot find `nm'"
4047 msgstr ""
4049 #: collect2.c:2057 collect2.c:2223
4050 msgid "pipe"
4051 msgstr ""
4053 #: collect2.c:2061 collect2.c:2227
4054 msgid "fdopen"
4055 msgstr ""
4057 #: collect2.c:2087 collect2.c:2253
4058 #, c-format
4059 msgid "dup2 %d 1"
4060 msgstr ""
4062 #: collect2.c:2090 collect2.c:2093 collect2.c:2106 collect2.c:2256
4063 #: collect2.c:2259 collect2.c:2272
4064 #, c-format
4065 msgid "close %d"
4066 msgstr ""
4068 #: collect2.c:2096 collect2.c:2262
4069 #, c-format
4070 msgid "execv %s"
4071 msgstr ""
4073 #: collect2.c:2150
4074 #, c-format
4075 msgid "init function found in object %s"
4076 msgstr ""
4078 #: collect2.c:2158
4079 #, c-format
4080 msgid "fini function found in object %s"
4081 msgstr ""
4083 #: collect2.c:2181 collect2.c:2311
4084 msgid "fclose"
4085 msgstr ""
4087 #: collect2.c:2214
4088 msgid "cannot find `ldd'"
4089 msgstr ""
4091 #: collect2.c:2275
4092 msgid ""
4093 "\n"
4094 "ldd output with constructors/destructors.\n"
4095 msgstr ""
4097 #: collect2.c:2290
4098 #, c-format
4099 msgid "dynamic dependency %s not found"
4100 msgstr ""
4102 #: collect2.c:2302
4103 #, c-format
4104 msgid "unable to open dynamic dependency '%s'"
4105 msgstr ""
4107 #: collect2.c:2461
4108 #, c-format
4109 msgid "%s: not a COFF file"
4110 msgstr ""
4112 #: collect2.c:2581
4113 #, c-format
4114 msgid "%s: cannot open as COFF file"
4115 msgstr ""
4117 #: collect2.c:2636
4118 #, c-format
4119 msgid "library lib%s not found"
4120 msgstr ""
4122 #: combine.c:12371
4123 #, c-format
4124 msgid ""
4125 ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new "
4126 "space),\n"
4127 ";; %d successes.\n"
4128 "\n"
4129 msgstr ""
4131 #: combine.c:12380
4132 #, c-format
4133 msgid ""
4134 "\n"
4135 ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
4136 ";; %d successes.\n"
4137 msgstr ""
4139 #: convert.c:69
4140 msgid "cannot convert to a pointer type"
4141 msgstr ""
4143 #: convert.c:302
4144 msgid "pointer value used where a floating point value was expected"
4145 msgstr ""
4147 #: convert.c:306
4148 msgid "aggregate value used where a float was expected"
4149 msgstr ""
4151 #: convert.c:331
4152 msgid "conversion to incomplete type"
4153 msgstr ""
4155 #: convert.c:681 convert.c:757
4156 msgid "can't convert between vector values of different size"
4157 msgstr ""
4159 #: convert.c:687
4160 msgid "aggregate value used where an integer was expected"
4161 msgstr ""
4163 #: convert.c:737
4164 msgid "pointer value used where a complex was expected"
4165 msgstr ""
4167 #: convert.c:741
4168 msgid "aggregate value used where a complex was expected"
4169 msgstr ""
4171 #: convert.c:763
4172 msgid "can't convert value to a vector"
4173 msgstr ""
4175 #: coverage.c:168
4176 #, c-format
4177 msgid "%qs is not a gcov data file"
4178 msgstr ""
4180 #: coverage.c:179
4181 msgid "%qs is version %q.*s, expected version %q.*s"
4182 msgstr ""
4184 #: coverage.c:259 coverage.c:267
4185 #, c-format
4186 msgid "coverage mismatch for function %u while reading execution counters."
4187 msgstr ""
4189 #: coverage.c:261 coverage.c:344
4190 #, c-format
4191 msgid "checksum is %x instead of %x"
4192 msgstr ""
4194 #: coverage.c:269 coverage.c:352
4195 #, c-format
4196 msgid "number of counters is %d instead of %d"
4197 msgstr ""
4199 #: coverage.c:275
4200 #, c-format
4201 msgid "cannot merge separate %s counters for function %u"
4202 msgstr ""
4204 #: coverage.c:296
4205 #, c-format
4206 msgid "%qs has overflowed"
4207 msgstr ""
4209 #: coverage.c:296
4210 #, c-format
4211 msgid "%qs is corrupted"
4212 msgstr ""
4214 #: coverage.c:333
4215 #, c-format
4216 msgid "no coverage for function %qs found."
4217 msgstr ""
4219 #: coverage.c:341 coverage.c:349
4220 #, c-format
4221 msgid "coverage mismatch for function %qs while reading counter %qs."
4222 msgstr ""
4224 #: coverage.c:532
4225 #, c-format
4226 msgid "cannot open %s"
4227 msgstr ""
4229 #: coverage.c:567
4230 #, c-format
4231 msgid "error writing %qs"
4232 msgstr ""
4234 #: cppspec.c:106
4235 #, c-format
4236 msgid "\"%s\" is not a valid option to the preprocessor"
4237 msgstr ""
4239 #: cppspec.c:128
4240 msgid "too many input files"
4241 msgstr ""
4243 #: cse.c:6729
4244 #, c-format
4245 msgid ";; Processing block from %d to %d, %d sets.\n"
4246 msgstr ""
4248 #: diagnostic.c:208
4249 #, c-format
4250 msgid "%s:%d: confused by earlier errors, bailing out\n"
4251 msgstr ""
4253 #: diagnostic.c:268
4254 msgid "compilation terminated due to -Wfatal-errors.\n"
4255 msgstr ""
4257 #: diagnostic.c:284
4258 msgid "compilation terminated.\n"
4259 msgstr ""
4261 #: diagnostic.c:579
4262 msgid "Internal compiler error: Error reporting routines re-entered.\n"
4263 msgstr ""
4265 #: diagnostic.c:591
4266 #, c-format
4267 msgid "in %s, at %s:%d"
4268 msgstr ""
4270 #: dominance.c:810
4271 #, c-format
4272 msgid "dominator of %d should be %d, not %d"
4273 msgstr ""
4275 #: dominance.c:823
4276 #, c-format
4277 msgid "ENTRY does not dominate bb %d"
4278 msgstr ""
4280 #: dwarf2out.c:3362
4281 #, c-format
4282 msgid "DW_LOC_OP %s not implemented\n"
4283 msgstr ""
4285 #: emit-rtl.c:1178
4286 msgid "can't access real part of complex value in hard register"
4287 msgstr ""
4289 #: emit-rtl.c:1205
4290 msgid "can't access imaginary part of complex value in hard register"
4291 msgstr ""
4293 #: emit-rtl.c:2266
4294 msgid "Invalid rtl sharing found in the insn"
4295 msgstr ""
4297 #: emit-rtl.c:2268
4298 msgid "Shared rtx"
4299 msgstr ""
4301 #: emit-rtl.c:2270
4302 msgid "Internal consistency failure"
4303 msgstr ""
4305 #: emit-rtl.c:3417
4306 msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
4307 msgstr ""
4309 #: errors.c:133 java/jv-scan.c:268
4310 #, c-format
4311 msgid "abort in %s, at %s:%d"
4312 msgstr ""
4314 #: except.c:346
4315 msgid "exception handling disabled, use -fexceptions to enable"
4316 msgstr ""
4318 #: except.c:2924
4319 msgid "argument of %<__builtin_eh_return_regno%> must be constant"
4320 msgstr ""
4322 #: except.c:3055
4323 msgid "__builtin_eh_return not supported on this target"
4324 msgstr ""
4326 #: explow.c:1351
4327 msgid "stack limits not supported on this target"
4328 msgstr ""
4330 #: final.c:1059
4331 msgid "negative insn length"
4332 msgstr ""
4334 #: final.c:2499
4335 msgid "could not split insn"
4336 msgstr ""
4338 #: final.c:2834
4339 msgid "invalid `asm': "
4340 msgstr ""
4342 #: final.c:3017
4343 msgid "nested assembly dialect alternatives"
4344 msgstr ""
4346 #: final.c:3034 final.c:3046
4347 msgid "unterminated assembly dialect alternative"
4348 msgstr ""
4350 #: final.c:3093
4351 #, c-format
4352 msgid "operand number missing after %%-letter"
4353 msgstr ""
4355 #: final.c:3096 final.c:3137
4356 msgid "operand number out of range"
4357 msgstr ""
4359 #: final.c:3156
4360 #, c-format
4361 msgid "invalid %%-code"
4362 msgstr ""
4364 #: final.c:3186
4365 #, c-format
4366 msgid "`%%l' operand isn't a label"
4367 msgstr ""
4369 #. We can't handle floating point constants;
4370 #. PRINT_OPERAND must handle them.
4371 #. We can't handle floating point constants; PRINT_OPERAND must
4372 #. handle them.
4373 #. We can't handle floating point constants;
4374 #. PRINT_OPERAND must handle them.
4375 #: final.c:3288 vmsdbgout.c:487 config/i386/i386.c:5831
4376 #: config/pdp11/pdp11.c:1690
4377 msgid "floating constant misused"
4378 msgstr ""
4380 #: final.c:3344 vmsdbgout.c:544 config/i386/i386.c:5909
4381 #: config/pdp11/pdp11.c:1737
4382 msgid "invalid expression as operand"
4383 msgstr ""
4385 #: flow.c:494 flow.c:518 flow.c:539
4386 msgid "internal consistency failure"
4387 msgstr ""
4389 #: flow.c:1557
4390 msgid "Attempt to delete prologue/epilogue insn:"
4391 msgstr ""
4393 #: fold-const.c:3186 fold-const.c:3197
4394 #, c-format
4395 msgid "comparison is always %d due to width of bit-field"
4396 msgstr ""
4398 #: fold-const.c:4756 fold-const.c:4771
4399 #, c-format
4400 msgid "comparison is always %d"
4401 msgstr ""
4403 #: fold-const.c:4900
4404 msgid "%<or%> of unmatched not-equal tests is always 1"
4405 msgstr ""
4407 #: fold-const.c:4905
4408 msgid "%<and%> of mutually exclusive equal-tests is always 0"
4409 msgstr ""
4411 #: fold-const.c:9025
4412 msgid "fold check: original tree changed by fold"
4413 msgstr ""
4415 #: function.c:834 varasm.c:1551
4416 msgid "%Jsize of variable %qD is too large"
4417 msgstr ""
4419 #: function.c:1435
4420 msgid "impossible constraint in %<asm%>"
4421 msgstr ""
4423 #: function.c:3457
4424 msgid "%Jvariable %qD might be clobbered by %<longjmp%> or %<vfork%>"
4425 msgstr ""
4427 #: function.c:3478
4428 msgid "%Jargument %qD might be clobbered by %<longjmp%> or %<vfork%>"
4429 msgstr ""
4431 #: function.c:3869
4432 msgid "function returns an aggregate"
4433 msgstr ""
4435 #: function.c:4202
4436 msgid "%Junused parameter %qD"
4437 msgstr ""
4439 #: gcc.c:1240
4440 #, c-format
4441 msgid "ambiguous abbreviation %s"
4442 msgstr ""
4444 #: gcc.c:1267
4445 #, c-format
4446 msgid "incomplete `%s' option"
4447 msgstr ""
4449 #: gcc.c:1278
4450 #, c-format
4451 msgid "missing argument to `%s' option"
4452 msgstr ""
4454 #: gcc.c:1291
4455 #, c-format
4456 msgid "extraneous argument to `%s' option"
4457 msgstr ""
4459 #: gcc.c:1635
4460 msgid "Using built-in specs.\n"
4461 msgstr ""
4463 #: gcc.c:1823
4464 #, c-format
4465 msgid ""
4466 "Setting spec %s to '%s'\n"
4467 "\n"
4468 msgstr ""
4470 #: gcc.c:1932
4471 #, c-format
4472 msgid "Reading specs from %s\n"
4473 msgstr ""
4475 #: gcc.c:2028 gcc.c:2047
4476 #, c-format
4477 msgid "specs %%include syntax malformed after %ld characters"
4478 msgstr ""
4480 #: gcc.c:2055
4481 #, c-format
4482 msgid "could not find specs file %s\n"
4483 msgstr ""
4485 #: gcc.c:2072 gcc.c:2080 gcc.c:2089 gcc.c:2098
4486 #, c-format
4487 msgid "specs %%rename syntax malformed after %ld characters"
4488 msgstr ""
4490 #: gcc.c:2107
4491 #, c-format
4492 msgid "specs %s spec was not found to be renamed"
4493 msgstr ""
4495 #: gcc.c:2114
4496 #, c-format
4497 msgid "%s: attempt to rename spec '%s' to already defined spec '%s'"
4498 msgstr ""
4500 #: gcc.c:2119
4501 #, c-format
4502 msgid "rename spec %s to %s\n"
4503 msgstr ""
4505 #: gcc.c:2121
4506 #, c-format
4507 msgid ""
4508 "spec is '%s'\n"
4509 "\n"
4510 msgstr ""
4512 #: gcc.c:2134
4513 #, c-format
4514 msgid "specs unknown %% command after %ld characters"
4515 msgstr ""
4517 #: gcc.c:2145 gcc.c:2158
4518 #, c-format
4519 msgid "specs file malformed after %ld characters"
4520 msgstr ""
4522 #: gcc.c:2211
4523 msgid "spec file has no spec for linking"
4524 msgstr ""
4526 #: gcc.c:2633
4527 #, c-format
4528 msgid "system path `%s' is not absolute"
4529 msgstr ""
4531 #: gcc.c:2696
4532 msgid "-pipe not supported"
4533 msgstr ""
4535 #: gcc.c:2758
4536 msgid ""
4537 "\n"
4538 "Go ahead? (y or n) "
4539 msgstr ""
4541 #: gcc.c:2883
4542 #, c-format
4543 msgid ""
4544 "Internal error: %s (program %s)\n"
4545 "Please submit a full bug report.\n"
4546 "See %s for instructions."
4547 msgstr ""
4549 #: gcc.c:2901
4550 #, c-format
4551 msgid "# %s %.2f %.2f\n"
4552 msgstr ""
4554 #: gcc.c:3031
4555 #, c-format
4556 msgid "Usage: %s [options] file...\n"
4557 msgstr ""
4559 #: gcc.c:3032
4560 msgid "Options:\n"
4561 msgstr ""
4563 #: gcc.c:3034
4564 msgid "  -pass-exit-codes         Exit with highest error code from a phase\n"
4565 msgstr ""
4567 #: gcc.c:3035
4568 msgid "  --help                   Display this information\n"
4569 msgstr ""
4571 #: gcc.c:3036
4572 msgid ""
4573 "  --target-help            Display target specific command line options\n"
4574 msgstr ""
4576 #: gcc.c:3038
4577 msgid "  (Use '-v --help' to display command line options of sub-processes)\n"
4578 msgstr ""
4580 #: gcc.c:3039
4581 msgid "  -dumpspecs               Display all of the built in spec strings\n"
4582 msgstr ""
4584 #: gcc.c:3040
4585 msgid "  -dumpversion             Display the version of the compiler\n"
4586 msgstr ""
4588 #: gcc.c:3041
4589 msgid "  -dumpmachine             Display the compiler's target processor\n"
4590 msgstr ""
4592 #: gcc.c:3042
4593 msgid ""
4594 "  -print-search-dirs       Display the directories in the compiler's search "
4595 "path\n"
4596 msgstr ""
4598 #: gcc.c:3043
4599 msgid ""
4600 "  -print-libgcc-file-name  Display the name of the compiler's companion "
4601 "library\n"
4602 msgstr ""
4604 #: gcc.c:3044
4605 msgid "  -print-file-name=<lib>   Display the full path to library <lib>\n"
4606 msgstr ""
4608 #: gcc.c:3045
4609 msgid ""
4610 "  -print-prog-name=<prog>  Display the full path to compiler component "
4611 "<prog>\n"
4612 msgstr ""
4614 #: gcc.c:3046
4615 msgid ""
4616 "  -print-multi-directory   Display the root directory for versions of "
4617 "libgcc\n"
4618 msgstr ""
4620 #: gcc.c:3047
4621 msgid ""
4622 "  -print-multi-lib         Display the mapping between command line options "
4623 "and\n"
4624 "                           multiple library search directories\n"
4625 msgstr ""
4627 #: gcc.c:3050
4628 msgid "  -print-multi-os-directory Display the relative path to OS libraries\n"
4629 msgstr ""
4631 #: gcc.c:3051
4632 msgid ""
4633 "  -Wa,<options>            Pass comma-separated <options> on to the "
4634 "assembler\n"
4635 msgstr ""
4637 #: gcc.c:3052
4638 msgid ""
4639 "  -Wp,<options>            Pass comma-separated <options> on to the "
4640 "preprocessor\n"
4641 msgstr ""
4643 #: gcc.c:3053
4644 msgid ""
4645 "  -Wl,<options>            Pass comma-separated <options> on to the linker\n"
4646 msgstr ""
4648 #: gcc.c:3054
4649 msgid "  -Xassembler <arg>        Pass <arg> on to the assembler\n"
4650 msgstr ""
4652 #: gcc.c:3055
4653 msgid "  -Xpreprocessor <arg>     Pass <arg> on to the preprocessor\n"
4654 msgstr ""
4656 #: gcc.c:3056
4657 msgid "  -Xlinker <arg>           Pass <arg> on to the linker\n"
4658 msgstr ""
4660 #: gcc.c:3057
4661 msgid ""
4662 "  -combine                 Pass multiple source files to compiler at once\n"
4663 msgstr ""
4665 #: gcc.c:3058
4666 msgid "  -save-temps              Do not delete intermediate files\n"
4667 msgstr ""
4669 #: gcc.c:3059
4670 msgid "  -pipe                    Use pipes rather than intermediate files\n"
4671 msgstr ""
4673 #: gcc.c:3060
4674 msgid "  -time                    Time the execution of each subprocess\n"
4675 msgstr ""
4677 #: gcc.c:3061
4678 msgid ""
4679 "  -specs=<file>            Override built-in specs with the contents of "
4680 "<file>\n"
4681 msgstr ""
4683 #: gcc.c:3062
4684 msgid ""
4685 "  -std=<standard>          Assume that the input sources are for <standard>\n"
4686 msgstr ""
4688 #: gcc.c:3063
4689 msgid ""
4690 "  -B <directory>           Add <directory> to the compiler's search paths\n"
4691 msgstr ""
4693 #: gcc.c:3064
4694 msgid "  -b <machine>             Run gcc for target <machine>, if installed\n"
4695 msgstr ""
4697 #: gcc.c:3065
4698 msgid ""
4699 "  -V <version>             Run gcc version number <version>, if installed\n"
4700 msgstr ""
4702 #: gcc.c:3066
4703 msgid ""
4704 "  -v                       Display the programs invoked by the compiler\n"
4705 msgstr ""
4707 #: gcc.c:3067
4708 msgid ""
4709 "  -###                     Like -v but options quoted and commands not "
4710 "executed\n"
4711 msgstr ""
4713 #: gcc.c:3068
4714 msgid ""
4715 "  -E                       Preprocess only; do not compile, assemble or "
4716 "link\n"
4717 msgstr ""
4719 #: gcc.c:3069
4720 msgid "  -S                       Compile only; do not assemble or link\n"
4721 msgstr ""
4723 #: gcc.c:3070
4724 msgid "  -c                       Compile and assemble, but do not link\n"
4725 msgstr ""
4727 #: gcc.c:3071
4728 msgid "  -o <file>                Place the output into <file>\n"
4729 msgstr ""
4731 #: gcc.c:3072
4732 msgid ""
4733 "  -x <language>            Specify the language of the following input "
4734 "files\n"
4735 "                           Permissible languages include: c c++ assembler "
4736 "none\n"
4737 "                           'none' means revert to the default behavior of\n"
4738 "                           guessing the language based on the file's "
4739 "extension\n"
4740 msgstr ""
4742 #: gcc.c:3079
4743 #, c-format
4744 msgid ""
4745 "\n"
4746 "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
4747 " passed on to the various sub-processes invoked by %s.  In order to pass\n"
4748 " other options on to these processes the -W<letter> options must be used.\n"
4749 msgstr ""
4751 #: gcc.c:3199
4752 #, c-format
4753 msgid "`-%c' option must have argument"
4754 msgstr ""
4756 #: gcc.c:3221
4757 #, c-format
4758 msgid "couldn't run `%s': %s"
4759 msgstr ""
4761 #. translate_options () has turned --version into -fversion.
4762 #: gcc.c:3406
4763 #, c-format
4764 msgid "%s (GCC) %s\n"
4765 msgstr ""
4767 #: gcc.c:3408 gcov.c:412 java/gjavah.c:2310 java/jcf-dump.c:916
4768 #: java/jv-scan.c:126
4769 msgid "(C)"
4770 msgstr ""
4772 #: gcc.c:3409 java/gjavah.c:2311 java/jcf-dump.c:917 java/jv-scan.c:127
4773 #, c-format
4774 msgid ""
4775 "This is free software; see the source for copying conditions.  There is NO\n"
4776 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
4777 "\n"
4778 msgstr ""
4780 #: gcc.c:3510
4781 msgid "argument to `-Xlinker' is missing"
4782 msgstr ""
4784 #: gcc.c:3518
4785 msgid "argument to `-Xpreprocessor' is missing"
4786 msgstr ""
4788 #: gcc.c:3525
4789 msgid "argument to `-Xassembler' is missing"
4790 msgstr ""
4792 #: gcc.c:3532
4793 msgid "argument to `-l' is missing"
4794 msgstr ""
4796 #: gcc.c:3553
4797 msgid "argument to `-specs' is missing"
4798 msgstr ""
4800 #: gcc.c:3567
4801 msgid "argument to `-specs=' is missing"
4802 msgstr ""
4804 #: gcc.c:3604
4805 #, c-format
4806 msgid "`-%c' must come at the start of the command line"
4807 msgstr ""
4809 #: gcc.c:3613
4810 msgid "argument to `-B' is missing"
4811 msgstr ""
4813 #: gcc.c:3786
4814 msgid "warning: -pipe ignored because -save-temps specified"
4815 msgstr ""
4817 #: gcc.c:3790
4818 msgid "warning: -pipe ignored because -time specified"
4819 msgstr ""
4821 #: gcc.c:4002
4822 msgid "argument to `-x' is missing"
4823 msgstr ""
4825 #: gcc.c:4030
4826 #, c-format
4827 msgid "argument to `-%s' is missing"
4828 msgstr ""
4830 #: gcc.c:4091
4831 #, c-format
4832 msgid "warning: `-x %s' after last input file has no effect"
4833 msgstr ""
4835 #: gcc.c:4368
4836 #, c-format
4837 msgid "switch '%s' does not start with '-'"
4838 msgstr ""
4840 #: gcc.c:4595
4841 #, c-format
4842 msgid "spec '%s' invalid"
4843 msgstr ""
4845 #: gcc.c:4661
4846 #, c-format
4847 msgid "%s\n"
4848 msgstr ""
4850 #: gcc.c:4734
4851 #, c-format
4852 msgid "spec '%s' has invalid `%%0%c'"
4853 msgstr ""
4855 #: gcc.c:4931
4856 #, c-format
4857 msgid "spec `%s' has invalid `%%W%c"
4858 msgstr ""
4860 #: gcc.c:4962
4861 #, c-format
4862 msgid "spec `%s' has invalid `%%x%c'"
4863 msgstr ""
4865 #. Catch the case where a spec string contains something like
4866 #. '%{foo:%*}'.  ie there is no * in the pattern on the left
4867 #. hand side of the :.
4868 #: gcc.c:5174
4869 #, c-format
4870 msgid "spec failure: '%%*' has not been initialized by pattern match"
4871 msgstr ""
4873 #: gcc.c:5183
4874 #, c-format
4875 msgid "warning: use of obsolete %%[ operator in specs"
4876 msgstr ""
4878 #: gcc.c:5201
4879 #, c-format
4880 msgid "Processing spec %c%s%c, which is '%s'\n"
4881 msgstr ""
4883 #: gcc.c:5264
4884 #, c-format
4885 msgid "spec failure: unrecognized spec option '%c'"
4886 msgstr ""
4888 #: gcc.c:5343
4889 #, c-format
4890 msgid "unknown spec function `%s'"
4891 msgstr ""
4893 #: gcc.c:5362
4894 #, c-format
4895 msgid "error in args to spec function `%s'"
4896 msgstr ""
4898 #: gcc.c:5410
4899 msgid "malformed spec function name"
4900 msgstr ""
4902 #. )
4903 #: gcc.c:5413
4904 msgid "no arguments for spec function"
4905 msgstr ""
4907 #: gcc.c:5432
4908 msgid "malformed spec function arguments"
4909 msgstr ""
4911 #: gcc.c:5655
4912 #, c-format
4913 msgid "braced spec `%s' is invalid at `%c'"
4914 msgstr ""
4916 #: gcc.c:5743
4917 #, c-format
4918 msgid "braced spec body `%s' is invalid"
4919 msgstr ""
4921 #: gcc.c:6169
4922 msgid "spec failure: more than one arg to SYSROOT_SUFFIX_SPEC."
4923 msgstr ""
4925 #: gcc.c:6179
4926 msgid "spec failure: more than one arg to SYSROOT_HEADERS_SUFFIX_SPEC."
4927 msgstr ""
4929 #: gcc.c:6272
4930 #, c-format
4931 msgid "unrecognized option `-%s'"
4932 msgstr ""
4934 #: gcc.c:6278
4935 #, c-format
4936 msgid "install: %s%s\n"
4937 msgstr ""
4939 #: gcc.c:6279
4940 #, c-format
4941 msgid "programs: %s\n"
4942 msgstr ""
4944 #: gcc.c:6280
4945 #, c-format
4946 msgid "libraries: %s\n"
4947 msgstr ""
4949 #: gcc.c:6337
4950 #, c-format
4951 msgid ""
4952 "\n"
4953 "For bug reporting instructions, please see:\n"
4954 msgstr ""
4956 #: gcc.c:6353
4957 #, c-format
4958 msgid "Configured with: %s\n"
4959 msgstr ""
4961 #: gcc.c:6367
4962 #, c-format
4963 msgid "Thread model: %s\n"
4964 msgstr ""
4966 #: gcc.c:6378
4967 #, c-format
4968 msgid "gcc version %s\n"
4969 msgstr ""
4971 #: gcc.c:6380
4972 #, c-format
4973 msgid "gcc driver version %s executing gcc version %s\n"
4974 msgstr ""
4976 #: gcc.c:6388
4977 msgid "no input files"
4978 msgstr ""
4980 #: gcc.c:6459 gcc.c:6522
4981 #, c-format
4982 msgid "%s: %s compiler not installed on this system"
4983 msgstr ""
4985 #: gcc.c:6468
4986 #, c-format
4987 msgid "spec `%s' is invalid"
4988 msgstr ""
4990 #: gcc.c:6605
4991 #, c-format
4992 msgid "%s: linker input file unused because linking not done"
4993 msgstr ""
4995 #: gcc.c:6645
4996 #, c-format
4997 msgid "language %s not recognized"
4998 msgstr ""
5000 #: gcc.c:6716
5001 #, c-format
5002 msgid "%s: %s"
5003 msgstr ""
5005 #: gcc.c:6936
5006 #, c-format
5007 msgid "multilib spec `%s' is invalid"
5008 msgstr ""
5010 #: gcc.c:7128
5011 #, c-format
5012 msgid "multilib exclusions `%s' is invalid"
5013 msgstr ""
5015 #: gcc.c:7186 gcc.c:7327
5016 #, c-format
5017 msgid "multilib select `%s' is invalid"
5018 msgstr ""
5020 #: gcc.c:7365
5021 #, c-format
5022 msgid "multilib exclusion `%s' is invalid"
5023 msgstr ""
5025 #: gcov.c:385
5026 msgid ""
5027 "Usage: gcov [OPTION]... SOURCEFILE\n"
5028 "\n"
5029 msgstr ""
5031 #: gcov.c:386
5032 msgid ""
5033 "Print code coverage information.\n"
5034 "\n"
5035 msgstr ""
5037 #: gcov.c:387
5038 msgid "  -h, --help                      Print this help, then exit\n"
5039 msgstr ""
5041 #: gcov.c:388
5042 msgid "  -v, --version                   Print version number, then exit\n"
5043 msgstr ""
5045 #: gcov.c:389
5046 msgid ""
5047 "  -a, --all-blocks                Show information for every basic block\n"
5048 msgstr ""
5050 #: gcov.c:390
5051 msgid ""
5052 "  -b, --branch-probabilities      Include branch probabilities in output\n"
5053 msgstr ""
5055 #: gcov.c:391
5056 msgid ""
5057 "  -c, --branch-counts             Given counts of branches taken\n"
5058 "                                    rather than percentages\n"
5059 msgstr ""
5061 #: gcov.c:393
5062 msgid "  -n, --no-output                 Do not create an output file\n"
5063 msgstr ""
5065 #: gcov.c:394
5066 msgid ""
5067 "  -l, --long-file-names           Use long output file names for included\n"
5068 "                                    source files\n"
5069 msgstr ""
5071 #: gcov.c:396
5072 msgid "  -f, --function-summaries        Output summaries for each function\n"
5073 msgstr ""
5075 #: gcov.c:397
5076 msgid ""
5077 "  -o, --object-directory DIR|FILE Search for object files in DIR or called "
5078 "FILE\n"
5079 msgstr ""
5081 #: gcov.c:398
5082 msgid "  -p, --preserve-paths            Preserve all pathname components\n"
5083 msgstr ""
5085 #: gcov.c:399
5086 msgid ""
5087 "  -u, --unconditional-branches    Show unconditional branch counts too\n"
5088 msgstr ""
5090 #: gcov.c:400
5091 #, c-format
5092 msgid ""
5093 "\n"
5094 "For bug reporting instructions, please see:\n"
5095 "%s.\n"
5096 msgstr ""
5098 #: gcov.c:410
5099 #, c-format
5100 msgid "gcov (GCC) %s\n"
5101 msgstr ""
5103 #: gcov.c:414
5104 msgid ""
5105 "This is free software; see the source for copying conditions.\n"
5106 "There is NO warranty; not even for MERCHANTABILITY or \n"
5107 "FITNESS FOR A PARTICULAR PURPOSE.\n"
5108 "\n"
5109 msgstr ""
5111 #: gcov.c:504
5112 #, c-format
5113 msgid "%s:no functions found\n"
5114 msgstr ""
5116 #: gcov.c:525 gcov.c:553
5117 msgid "\n"
5118 msgstr ""
5120 #: gcov.c:540
5121 #, c-format
5122 msgid "%s:creating `%s'\n"
5123 msgstr ""
5125 #: gcov.c:544
5126 #, c-format
5127 msgid "%s:error writing output file `%s'\n"
5128 msgstr ""
5130 #: gcov.c:549
5131 #, c-format
5132 msgid "%s:could not open output file `%s'\n"
5133 msgstr ""
5135 #: gcov.c:700
5136 #, c-format
5137 msgid "%s:cannot open graph file\n"
5138 msgstr ""
5140 #: gcov.c:706
5141 #, c-format
5142 msgid "%s:not a gcov graph file\n"
5143 msgstr ""
5145 #: gcov.c:719
5146 #, c-format
5147 msgid "%s:version `%.4s', prefer `%.4s'\n"
5148 msgstr ""
5150 #: gcov.c:771
5151 #, c-format
5152 msgid "%s:already seen blocks for `%s'\n"
5153 msgstr ""
5155 #: gcov.c:889 gcov.c:1045
5156 #, c-format
5157 msgid "%s:corrupted\n"
5158 msgstr ""
5160 #: gcov.c:963
5161 #, c-format
5162 msgid "%s:cannot open data file\n"
5163 msgstr ""
5165 #: gcov.c:968
5166 #, c-format
5167 msgid "%s:not a gcov data file\n"
5168 msgstr ""
5170 #: gcov.c:981
5171 #, c-format
5172 msgid "%s:version `%.4s', prefer version `%.4s'\n"
5173 msgstr ""
5175 #: gcov.c:987
5176 #, c-format
5177 msgid "%s:stamp mismatch with graph file\n"
5178 msgstr ""
5180 #: gcov.c:1013
5181 #, c-format
5182 msgid "%s:unknown function `%u'\n"
5183 msgstr ""
5185 #: gcov.c:1026
5186 #, c-format
5187 msgid "%s:profile mismatch for `%s'\n"
5188 msgstr ""
5190 #: gcov.c:1045
5191 #, c-format
5192 msgid "%s:overflowed\n"
5193 msgstr ""
5195 #: gcov.c:1069
5196 #, c-format
5197 msgid "%s:`%s' lacks entry and/or exit blocks\n"
5198 msgstr ""
5200 #: gcov.c:1074
5201 #, c-format
5202 msgid "%s:`%s' has arcs to entry block\n"
5203 msgstr ""
5205 #: gcov.c:1082
5206 #, c-format
5207 msgid "%s:`%s' has arcs from exit block\n"
5208 msgstr ""
5210 #: gcov.c:1290
5211 #, c-format
5212 msgid "%s:graph is unsolvable for `%s'\n"
5213 msgstr ""
5215 #: gcov.c:1370
5216 #, c-format
5217 msgid "%s `%s'\n"
5218 msgstr ""
5220 #: gcov.c:1373
5221 #, c-format
5222 msgid "Lines executed:%s of %d\n"
5223 msgstr ""
5225 #: gcov.c:1377
5226 msgid "No executable lines\n"
5227 msgstr ""
5229 #: gcov.c:1383
5230 #, c-format
5231 msgid "Branches executed:%s of %d\n"
5232 msgstr ""
5234 #: gcov.c:1387
5235 #, c-format
5236 msgid "Taken at least once:%s of %d\n"
5237 msgstr ""
5239 #: gcov.c:1393
5240 msgid "No branches\n"
5241 msgstr ""
5243 #: gcov.c:1395
5244 #, c-format
5245 msgid "Calls executed:%s of %d\n"
5246 msgstr ""
5248 #: gcov.c:1399
5249 msgid "No calls\n"
5250 msgstr ""
5252 #: gcov.c:1540
5253 #, c-format
5254 msgid "%s:no lines for `%s'\n"
5255 msgstr ""
5257 #: gcov.c:1735
5258 #, c-format
5259 msgid "call   %2d returned %s\n"
5260 msgstr ""
5262 #: gcov.c:1740
5263 #, c-format
5264 msgid "call   %2d never executed\n"
5265 msgstr ""
5267 #: gcov.c:1745
5268 #, c-format
5269 msgid "branch %2d taken %s%s\n"
5270 msgstr ""
5272 #: gcov.c:1749
5273 #, c-format
5274 msgid "branch %2d never executed\n"
5275 msgstr ""
5277 #: gcov.c:1754
5278 #, c-format
5279 msgid "unconditional %2d taken %s\n"
5280 msgstr ""
5282 #: gcov.c:1757
5283 #, c-format
5284 msgid "unconditional %2d never executed\n"
5285 msgstr ""
5287 #: gcov.c:1789
5288 #, c-format
5289 msgid "%s:cannot open source file\n"
5290 msgstr ""
5292 #: gcov.c:1799
5293 #, c-format
5294 msgid "%s:source file is newer than graph file `%s'\n"
5295 msgstr ""
5297 #. Return if there's nothing to do, or it is too expensive.
5298 #: gcse.c:711
5299 msgid "GCSE disabled"
5300 msgstr ""
5302 #. Return if there's nothing to do, or it is too expensive.
5303 #: gcse.c:6527
5304 msgid "jump bypassing disabled"
5305 msgstr ""
5307 #: gcse.c:6588
5308 #, c-format
5309 msgid "%s: %d basic blocks and %d edges/basic block"
5310 msgstr ""
5312 #: gcse.c:6601
5313 #, c-format
5314 msgid "%s: %d basic blocks and %d registers"
5315 msgstr ""
5317 #: ggc-common.c:397 ggc-common.c:405 ggc-common.c:473 ggc-common.c:494
5318 #: ggc-page.c:2196 ggc-page.c:2228 ggc-page.c:2235 ggc-zone.c:1582
5319 #: ggc-zone.c:1588 ggc-zone.c:1597
5320 #, c-format
5321 msgid "can't write PCH file: %m"
5322 msgstr ""
5324 #: ggc-common.c:487
5325 #, c-format
5326 msgid "can't get position in PCH file: %m"
5327 msgstr ""
5329 #: ggc-common.c:497
5330 #, c-format
5331 msgid "can't write padding to PCH file: %m"
5332 msgstr ""
5334 #: ggc-common.c:550 ggc-common.c:558 ggc-common.c:565 ggc-common.c:568
5335 #: ggc-common.c:578 ggc-common.c:581 ggc-page.c:2322 ggc-zone.c:1607
5336 #, c-format
5337 msgid "can't read PCH file: %m"
5338 msgstr ""
5340 #: ggc-common.c:573
5341 msgid "had to relocate PCH"
5342 msgstr ""
5344 #: ggc-page.c:1441
5345 #, c-format
5346 msgid "open /dev/zero: %m"
5347 msgstr ""
5349 #: ggc-page.c:2213 ggc-page.c:2219
5350 msgid "can't write PCH file"
5351 msgstr ""
5353 #: gimple-low.c:203
5354 msgid "unexpected node"
5355 msgstr ""
5357 #: gimplify.c:3164
5358 #, c-format
5359 msgid "invalid lvalue in asm output %d"
5360 msgstr ""
5362 #: gimplify.c:3212
5363 #, c-format
5364 msgid "memory input %d is not directly addressable"
5365 msgstr ""
5367 #: gimplify.c:4065
5368 msgid "gimplification failed"
5369 msgstr ""
5371 #: global.c:375 global.c:388 global.c:402
5372 #, c-format
5373 msgid "%s cannot be used in asm here"
5374 msgstr ""
5376 #: graph.c:399 passes.c:131 java/jcf-parse.c:907 java/jcf-parse.c:1065
5377 #: java/lex.c:1841 objc/objc-act.c:548
5378 #, c-format
5379 msgid "can't open %s: %m"
5380 msgstr ""
5382 #: haifa-sched.c:183
5383 #, c-format
5384 msgid "fix_sched_param: unknown param: %s"
5385 msgstr ""
5387 #. Opening quotation mark.
5388 #: intl.c:58
5389 msgid "`"
5390 msgstr ""
5392 #. Closing quotation mark.
5393 #: intl.c:61
5394 msgid "'"
5395 msgstr ""
5397 #: langhooks.c:516
5398 msgid "At top level:"
5399 msgstr ""
5401 #: langhooks.c:521
5402 #, c-format
5403 msgid "In member function %qs:"
5404 msgstr ""
5406 #: langhooks.c:525
5407 #, c-format
5408 msgid "In function %qs:"
5409 msgstr ""
5411 #. What to print when a switch has no documentation.
5412 #: opts.c:89
5413 msgid "This switch lacks documentation"
5414 msgstr ""
5416 #. Eventually this should become a hard error IMO.
5417 #: opts.c:259
5418 #, c-format
5419 msgid "command line option \"%s\" is valid for %s but not for %s"
5420 msgstr ""
5422 #: opts.c:347
5423 #, c-format
5424 msgid "missing argument to \"%s\""
5425 msgstr ""
5427 #: opts.c:357
5428 #, c-format
5429 msgid "argument to \"%s\" should be a non-negative integer"
5430 msgstr ""
5432 #: opts.c:417
5433 #, c-format
5434 msgid "unrecognized command line option \"%s\""
5435 msgstr ""
5437 #: opts.c:627
5438 msgid "-Wuninitialized is not supported without -O"
5439 msgstr ""
5441 #: opts.c:641
5442 msgid "-freorder-blocks-and-partition does not work with exceptions"
5443 msgstr ""
5445 #: opts.c:654
5446 msgid "-freorder-blocks-and-partition does not work with -g (currently)"
5447 msgstr ""
5449 #: opts.c:815
5450 #, c-format
5451 msgid "structure alignment must be a small power of two, not %d"
5452 msgstr ""
5454 #: opts.c:878
5455 #, c-format
5456 msgid "unrecognised visibility value \"%s\""
5457 msgstr ""
5459 #: opts.c:930
5460 #, c-format
5461 msgid "unrecognized register name \"%s\""
5462 msgstr ""
5464 #: opts.c:950
5465 #, c-format
5466 msgid "unknown tls-model \"%s\""
5467 msgstr ""
5469 #: opts.c:1025
5470 #, c-format
5471 msgid "%s: --param arguments should be of the form NAME=VALUE"
5472 msgstr ""
5474 #: opts.c:1030
5475 #, c-format
5476 msgid "invalid --param value `%s'"
5477 msgstr ""
5479 #: opts.c:1126
5480 msgid "target system does not support debug output"
5481 msgstr ""
5483 #: opts.c:1133
5484 #, c-format
5485 msgid "debug format \"%s\" conflicts with prior selection"
5486 msgstr ""
5488 #: opts.c:1149
5489 #, c-format
5490 msgid "unrecognised debug output level \"%s\""
5491 msgstr ""
5493 #: opts.c:1151
5494 #, c-format
5495 msgid "debug output level %s is too high"
5496 msgstr ""
5498 #: opts.c:1170
5499 msgid "The following options are language-independent:\n"
5500 msgstr ""
5502 #: opts.c:1177
5503 #, c-format
5504 msgid ""
5505 "The %s front end recognizes the following options:\n"
5506 "\n"
5507 msgstr ""
5509 #: opts.c:1191
5510 msgid "The --param option recognizes the following as parameters:\n"
5511 msgstr ""
5513 #. If we didn't find this parameter, issue an error message.
5514 #: params.c:76
5515 #, c-format
5516 msgid "invalid parameter %qs"
5517 msgstr ""
5519 #: passes.c:1252
5520 msgid ""
5521 "branch target register load optimization is not intended to be run twice"
5522 msgstr ""
5524 #: profile.c:281
5525 msgid "corrupted profile info: run_max * runs < sum_max"
5526 msgstr ""
5528 #: profile.c:287
5529 msgid "corrupted profile info: sum_all is smaller than sum_max"
5530 msgstr ""
5532 #: profile.c:329
5533 #, c-format
5534 msgid "corrupted profile info: edge from %i to %i exceeds maximal count"
5535 msgstr ""
5537 #: profile.c:492
5538 #, c-format
5539 msgid ""
5540 "corrupted profile info: number of iterations for basic block %d thought to "
5541 "be %i"
5542 msgstr ""
5544 #: profile.c:513
5545 #, c-format
5546 msgid ""
5547 "corrupted profile info: number of executions for edge %d-%d thought to be %i"
5548 msgstr ""
5550 #: protoize.c:582
5551 #, c-format
5552 msgid "%s: error writing file `%s': %s\n"
5553 msgstr ""
5555 #: protoize.c:626
5556 #, c-format
5557 msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
5558 msgstr ""
5560 #: protoize.c:629
5561 #, c-format
5562 msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
5563 msgstr ""
5565 #: protoize.c:735
5566 #, c-format
5567 msgid "%s: warning: no read access for file `%s'\n"
5568 msgstr ""
5570 #: protoize.c:743
5571 #, c-format
5572 msgid "%s: warning: no write access for file `%s'\n"
5573 msgstr ""
5575 #: protoize.c:751
5576 #, c-format
5577 msgid "%s: warning: no write access for dir containing `%s'\n"
5578 msgstr ""
5580 #. Catch cases like /.. where we try to backup to a
5581 #. point above the absolute root of the logical file
5582 #. system.
5583 #: protoize.c:1138
5584 #, c-format
5585 msgid "%s: invalid file name: %s\n"
5586 msgstr ""
5588 #: protoize.c:1286
5589 #, c-format
5590 msgid "%s: %s: can't get status: %s\n"
5591 msgstr ""
5593 #: protoize.c:1307
5594 #, c-format
5595 msgid ""
5596 "\n"
5597 "%s: fatal error: aux info file corrupted at line %d\n"
5598 msgstr ""
5600 #: protoize.c:1636
5601 #, c-format
5602 msgid "%s:%d: declaration of function `%s' takes different forms\n"
5603 msgstr ""
5605 #: protoize.c:1891
5606 #, c-format
5607 msgid "%s: compiling `%s'\n"
5608 msgstr ""
5610 #: protoize.c:1914
5611 #, c-format
5612 msgid "%s: wait: %s\n"
5613 msgstr ""
5615 #: protoize.c:1919
5616 #, c-format
5617 msgid "%s: subprocess got fatal signal %d\n"
5618 msgstr ""
5620 #: protoize.c:1927
5621 #, c-format
5622 msgid "%s: %s exited with status %d\n"
5623 msgstr ""
5625 #: protoize.c:1976
5626 #, c-format
5627 msgid "%s: warning: missing SYSCALLS file `%s'\n"
5628 msgstr ""
5630 #: protoize.c:1985 protoize.c:2014
5631 #, c-format
5632 msgid "%s: can't read aux info file `%s': %s\n"
5633 msgstr ""
5635 #: protoize.c:2030 protoize.c:2058
5636 #, c-format
5637 msgid "%s: can't get status of aux info file `%s': %s\n"
5638 msgstr ""
5640 #: protoize.c:2086
5641 #, c-format
5642 msgid "%s: can't open aux info file `%s' for reading: %s\n"
5643 msgstr ""
5645 #: protoize.c:2104
5646 #, c-format
5647 msgid "%s: error reading aux info file `%s': %s\n"
5648 msgstr ""
5650 #: protoize.c:2117
5651 #, c-format
5652 msgid "%s: error closing aux info file `%s': %s\n"
5653 msgstr ""
5655 #: protoize.c:2133
5656 #, c-format
5657 msgid "%s: can't delete aux info file `%s': %s\n"
5658 msgstr ""
5660 #: protoize.c:2215 protoize.c:4185
5661 #, c-format
5662 msgid "%s: can't delete file `%s': %s\n"
5663 msgstr ""
5665 #: protoize.c:2293
5666 #, c-format
5667 msgid "%s: warning: can't rename file `%s' to `%s': %s\n"
5668 msgstr ""
5670 #: protoize.c:2415
5671 #, c-format
5672 msgid "%s: conflicting extern definitions of '%s'\n"
5673 msgstr ""
5675 #: protoize.c:2419
5676 #, c-format
5677 msgid "%s: declarations of '%s' will not be converted\n"
5678 msgstr ""
5680 #: protoize.c:2421
5681 #, c-format
5682 msgid "%s: conflict list for '%s' follows:\n"
5683 msgstr ""
5685 #: protoize.c:2454
5686 #, c-format
5687 msgid "%s: warning: using formals list from %s(%d) for function `%s'\n"
5688 msgstr ""
5690 #: protoize.c:2494
5691 #, c-format
5692 msgid "%s: %d: `%s' used but missing from SYSCALLS\n"
5693 msgstr ""
5695 #: protoize.c:2500
5696 #, c-format
5697 msgid "%s: %d: warning: no extern definition for `%s'\n"
5698 msgstr ""
5700 #: protoize.c:2530
5701 #, c-format
5702 msgid "%s: warning: no static definition for `%s' in file `%s'\n"
5703 msgstr ""
5705 #: protoize.c:2536
5706 #, c-format
5707 msgid "%s: multiple static defs of `%s' in file `%s'\n"
5708 msgstr ""
5710 #: protoize.c:2706 protoize.c:2709
5711 #, c-format
5712 msgid "%s: %d: warning: source too confusing\n"
5713 msgstr ""
5715 #: protoize.c:2905
5716 #, c-format
5717 msgid "%s: %d: warning: varargs function declaration not converted\n"
5718 msgstr ""
5720 #: protoize.c:2920
5721 #, c-format
5722 msgid "%s: declaration of function `%s' not converted\n"
5723 msgstr ""
5725 #: protoize.c:3043
5726 #, c-format
5727 msgid "%s: warning: too many parameter lists in declaration of `%s'\n"
5728 msgstr ""
5730 #: protoize.c:3064
5731 #, c-format
5732 msgid ""
5733 "\n"
5734 "%s: warning: too few parameter lists in declaration of `%s'\n"
5735 msgstr ""
5737 #: protoize.c:3160
5738 #, c-format
5739 msgid "%s: %d: warning: found `%s' but expected `%s'\n"
5740 msgstr ""
5742 #: protoize.c:3335
5743 #, c-format
5744 msgid "%s: local declaration for function `%s' not inserted\n"
5745 msgstr ""
5747 #: protoize.c:3362
5748 #, c-format
5749 msgid ""
5750 "\n"
5751 "%s: %d: warning: can't add declaration of `%s' into macro call\n"
5752 msgstr ""
5754 #: protoize.c:3434
5755 #, c-format
5756 msgid "%s: global declarations for file `%s' not inserted\n"
5757 msgstr ""
5759 #: protoize.c:3523 protoize.c:3553
5760 #, c-format
5761 msgid "%s: definition of function `%s' not converted\n"
5762 msgstr ""
5764 #: protoize.c:3542
5765 #, c-format
5766 msgid "%s: %d: warning: definition of %s not converted\n"
5767 msgstr ""
5769 #: protoize.c:3868
5770 #, c-format
5771 msgid "%s: found definition of `%s' at %s(%d)\n"
5772 msgstr ""
5774 #. If we make it here, then we did not know about this
5775 #. function definition.
5776 #: protoize.c:3884
5777 #, c-format
5778 msgid "%s: %d: warning: `%s' excluded by preprocessing\n"
5779 msgstr ""
5781 #: protoize.c:3887
5782 #, c-format
5783 msgid "%s: function definition not converted\n"
5784 msgstr ""
5786 #: protoize.c:3945
5787 #, c-format
5788 msgid "%s: `%s' not converted\n"
5789 msgstr ""
5791 #: protoize.c:3953
5792 #, c-format
5793 msgid "%s: would convert file `%s'\n"
5794 msgstr ""
5796 #: protoize.c:3956
5797 #, c-format
5798 msgid "%s: converting file `%s'\n"
5799 msgstr ""
5801 #: protoize.c:3966
5802 #, c-format
5803 msgid "%s: can't get status for file `%s': %s\n"
5804 msgstr ""
5806 #: protoize.c:4008
5807 #, c-format
5808 msgid "%s: can't open file `%s' for reading: %s\n"
5809 msgstr ""
5811 #: protoize.c:4023
5812 #, c-format
5813 msgid ""
5814 "\n"
5815 "%s: error reading input file `%s': %s\n"
5816 msgstr ""
5818 #: protoize.c:4057
5819 #, c-format
5820 msgid "%s: can't create/open clean file `%s': %s\n"
5821 msgstr ""
5823 #: protoize.c:4162
5824 #, c-format
5825 msgid "%s: warning: file `%s' already saved in `%s'\n"
5826 msgstr ""
5828 #: protoize.c:4170
5829 #, c-format
5830 msgid "%s: can't link file `%s' to `%s': %s\n"
5831 msgstr ""
5833 #: protoize.c:4200
5834 #, c-format
5835 msgid "%s: can't create/open output file `%s': %s\n"
5836 msgstr ""
5838 #: protoize.c:4233
5839 #, c-format
5840 msgid "%s: can't change mode of file `%s': %s\n"
5841 msgstr ""
5843 #: protoize.c:4406
5844 #, c-format
5845 msgid "%s: cannot get working directory: %s\n"
5846 msgstr ""
5848 #: protoize.c:4504
5849 #, c-format
5850 msgid "%s: input file names must have .c suffixes: %s\n"
5851 msgstr ""
5853 #: ra.c:772
5854 msgid "Didn't find a coloring.\n"
5855 msgstr ""
5857 #: reg-stack.c:671
5858 #, c-format
5859 msgid "output constraint %d must specify a single register"
5860 msgstr ""
5862 #: reg-stack.c:681
5863 #, c-format
5864 msgid "output constraint %d cannot be specified together with \"%s\" clobber"
5865 msgstr ""
5867 #: reg-stack.c:704
5868 msgid "output regs must be grouped at top of stack"
5869 msgstr ""
5871 #: reg-stack.c:741
5872 msgid "implicitly popped regs must be grouped at top of stack"
5873 msgstr ""
5875 #: reg-stack.c:760
5876 #, c-format
5877 msgid "output operand %d must use `&' constraint"
5878 msgstr ""
5880 #: regclass.c:770
5881 #, c-format
5882 msgid "can't use '%s' as a %s register"
5883 msgstr ""
5885 #: regclass.c:785 config/ia64/ia64.c:4106 config/ia64/ia64.c:4113
5886 #: config/pa/pa.c:328 config/pa/pa.c:335
5887 #, c-format
5888 msgid "unknown register name: %s"
5889 msgstr ""
5891 #: regclass.c:795
5892 msgid "global register variable follows a function definition"
5893 msgstr ""
5895 #: regclass.c:799
5896 msgid "register used for two global register variables"
5897 msgstr ""
5899 #: regclass.c:804
5900 msgid "call-clobbered register used for global register variable"
5901 msgstr ""
5903 #: regrename.c:1857
5904 #, c-format
5905 msgid "validate_value_data: [%u] Bad next_regno for empty chain (%u)"
5906 msgstr ""
5908 #: regrename.c:1869
5909 #, c-format
5910 msgid "validate_value_data: Loop in regno chain (%u)"
5911 msgstr ""
5913 #: regrename.c:1872
5914 #, c-format
5915 msgid "validate_value_data: [%u] Bad oldest_regno (%u)"
5916 msgstr ""
5918 #: regrename.c:1884
5919 #, c-format
5920 msgid "validate_value_data: [%u] Non-empty reg in chain (%s %u %i)"
5921 msgstr ""
5923 #: reload.c:1257
5924 msgid "cannot reload integer constant operand in %<asm%>"
5925 msgstr ""
5927 #: reload.c:1280
5928 msgid "impossible register constraint in %<asm%>"
5929 msgstr ""
5931 #: reload.c:3518
5932 msgid "%<&%> constraint used with no register class"
5933 msgstr ""
5935 #: reload.c:3684
5936 msgid "unable to generate reloads for:"
5937 msgstr ""
5939 #: reload.c:3685 reload.c:3896
5940 msgid "inconsistent operand constraints in an %<asm%>"
5941 msgstr ""
5943 #: reload1.c:1221
5944 msgid "frame size too large for reliable stack checking"
5945 msgstr ""
5947 #: reload1.c:1224
5948 msgid "try reducing the number of local variables"
5949 msgstr ""
5951 #: reload1.c:1874
5952 msgid "can't find a register in class %qs while reloading %<asm%>"
5953 msgstr ""
5955 #: reload1.c:1879
5956 #, c-format
5957 msgid "unable to find a register to spill in class %qs"
5958 msgstr ""
5960 #: reload1.c:1881
5961 msgid "this is the insn:"
5962 msgstr ""
5964 #: reload1.c:3871
5965 msgid "%<asm%> operand requires impossible reload"
5966 msgstr ""
5968 #. It's the compiler's fault.
5969 #: reload1.c:4990
5970 msgid "could not find a spill register"
5971 msgstr ""
5973 #: reload1.c:4995
5974 msgid "%<asm%> operand constraint incompatible with operand size"
5975 msgstr ""
5977 #. It's the compiler's fault.
5978 #: reload1.c:6613
5979 msgid "VOIDmode on an output"
5980 msgstr ""
5982 #: reload1.c:6614
5983 msgid "output operand is constant in %<asm%>"
5984 msgstr ""
5986 #: rtl-error.c:128
5987 msgid "unrecognizable insn:"
5988 msgstr ""
5990 #: rtl-error.c:130
5991 msgid "insn does not satisfy its constraints:"
5992 msgstr ""
5994 #: rtl.c:472
5995 #, c-format
5996 msgid "RTL check: access of elt %d of `%s' with last elt %d in %s, at %s:%d"
5997 msgstr ""
5999 #: rtl.c:482
6000 #, c-format
6001 msgid ""
6002 "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
6003 msgstr ""
6005 #: rtl.c:492
6006 #, c-format
6007 msgid ""
6008 "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %"
6009 "s:%d"
6010 msgstr ""
6012 #: rtl.c:501
6013 #, c-format
6014 msgid "RTL check: expected code `%s', have `%s' in %s, at %s:%d"
6015 msgstr ""
6017 #: rtl.c:511
6018 #, c-format
6019 msgid "RTL check: expected code `%s' or `%s', have `%s' in %s, at %s:%d"
6020 msgstr ""
6022 #: rtl.c:522
6023 #, c-format
6024 msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
6025 msgstr ""
6027 #: rtl.c:533
6028 #, c-format
6029 msgid "RTL flag check: %s used with unexpected rtx code `%s' in %s, at %s:%d"
6030 msgstr ""
6032 #: stmt.c:315
6033 msgid "output operand constraint lacks %<=%>"
6034 msgstr ""
6036 #: stmt.c:330
6037 #, c-format
6038 msgid "output constraint %qc for operand %d is not at the beginning"
6039 msgstr ""
6041 #: stmt.c:353
6042 msgid "operand constraint contains incorrectly positioned %<+%> or %<=%>"
6043 msgstr ""
6045 #: stmt.c:360 stmt.c:459
6046 msgid "%<%%%> constraint used with last operand"
6047 msgstr ""
6049 #: stmt.c:379
6050 msgid "matching constraint not valid in output operand"
6051 msgstr ""
6053 #: stmt.c:450
6054 #, c-format
6055 msgid "input operand constraint contains %qc"
6056 msgstr ""
6058 #: stmt.c:492
6059 msgid "matching constraint references invalid operand number"
6060 msgstr ""
6062 #: stmt.c:530
6063 #, c-format
6064 msgid "invalid punctuation %qc in constraint"
6065 msgstr ""
6067 #: stmt.c:554
6068 msgid "matching constraint does not allow a register"
6069 msgstr ""
6071 #: stmt.c:609
6072 #, c-format
6073 msgid "asm-specifier for variable %qs conflicts with asm clobber list"
6074 msgstr ""
6076 #: stmt.c:698
6077 msgid "unknown register name %qs in %<asm%>"
6078 msgstr ""
6080 #: stmt.c:706
6081 msgid "PIC register %qs clobbered in %<asm%>"
6082 msgstr ""
6084 #: stmt.c:753
6085 msgid "more than %d operands in %<asm%>"
6086 msgstr ""
6088 #: stmt.c:816
6089 #, c-format
6090 msgid "output number %d not directly addressable"
6091 msgstr ""
6093 #: stmt.c:895
6094 msgid "asm operand %d probably doesn%'t match constraints"
6095 msgstr ""
6097 #: stmt.c:905
6098 #, c-format
6099 msgid "use of memory input without lvalue in asm operand %d is deprecated"
6100 msgstr ""
6102 #: stmt.c:1051
6103 msgid "asm clobber conflict with output operand"
6104 msgstr ""
6106 #: stmt.c:1056
6107 msgid "asm clobber conflict with input operand"
6108 msgstr ""
6110 #: stmt.c:1133
6111 msgid "too many alternatives in %<asm%>"
6112 msgstr ""
6114 #: stmt.c:1145
6115 msgid "operand constraints for %<asm%> differ in number of alternatives"
6116 msgstr ""
6118 #: stmt.c:1198
6119 #, c-format
6120 msgid "duplicate asm operand name %qs"
6121 msgstr ""
6123 #: stmt.c:1296
6124 msgid "missing close brace for named operand"
6125 msgstr ""
6127 #: stmt.c:1324
6128 #, c-format
6129 msgid "undefined named operand %qs"
6130 msgstr ""
6132 #: stmt.c:1491
6133 msgid "%Hvalue computed is not used"
6134 msgstr ""
6136 #: stor-layout.c:152
6137 msgid "type size can%'t be explicitly evaluated"
6138 msgstr ""
6140 #: stor-layout.c:154
6141 msgid "variable-size type declared outside of any function"
6142 msgstr ""
6144 #: stor-layout.c:458
6145 msgid "%Jsize of %qD is %d bytes"
6146 msgstr ""
6148 #: stor-layout.c:460
6149 msgid "%Jsize of %qD is larger than %d bytes"
6150 msgstr ""
6152 #: stor-layout.c:842
6153 msgid "%Jpacked attribute causes inefficient alignment for %qD"
6154 msgstr ""
6156 #: stor-layout.c:845
6157 msgid "%Jpacked attribute is unnecessary for %qD"
6158 msgstr ""
6160 #: stor-layout.c:861
6161 msgid "%Jpadding struct to align %qD"
6162 msgstr ""
6164 #: stor-layout.c:1203
6165 msgid "padding struct size to alignment boundary"
6166 msgstr ""
6168 #: stor-layout.c:1233
6169 #, c-format
6170 msgid "packed attribute causes inefficient alignment for %qs"
6171 msgstr ""
6173 #: stor-layout.c:1236
6174 #, c-format
6175 msgid "packed attribute is unnecessary for %qs"
6176 msgstr ""
6178 #: stor-layout.c:1241
6179 msgid "packed attribute causes inefficient alignment"
6180 msgstr ""
6182 #: stor-layout.c:1243
6183 msgid "packed attribute is unnecessary"
6184 msgstr ""
6186 #: targhooks.c:96
6187 msgid "__builtin_saveregs not supported by this target"
6188 msgstr ""
6190 #: timevar.c:432
6191 msgid ""
6192 "\n"
6193 "Execution times (seconds)\n"
6194 msgstr ""
6196 #. Print total time.
6197 #: timevar.c:482
6198 msgid " TOTAL                 :"
6199 msgstr ""
6201 #: timevar.c:510
6202 #, c-format
6203 msgid "time in %s: %ld.%06ld (%ld%%)\n"
6204 msgstr ""
6206 #: tlink.c:381
6207 #, c-format
6208 msgid "collect: reading %s\n"
6209 msgstr ""
6211 #: tlink.c:475
6212 #, c-format
6213 msgid "repository file `%s' does not contain command-line arguments"
6214 msgstr ""
6216 #: tlink.c:525
6217 #, c-format
6218 msgid "collect: recompiling %s\n"
6219 msgstr ""
6221 #: tlink.c:696
6222 #, c-format
6223 msgid ""
6224 "`%s' was assigned to `%s', but was not defined during recompilation, or vice "
6225 "versa"
6226 msgstr ""
6228 #: tlink.c:705
6229 #, c-format
6230 msgid "collect: tweaking %s in %s\n"
6231 msgstr ""
6233 #: tlink.c:751
6234 #, c-format
6235 msgid "collect: relinking\n"
6236 msgstr ""
6238 #: tlink.c:760
6239 #, c-format
6240 msgid "ld returned %d exit status"
6241 msgstr ""
6243 #: toplev.c:470
6244 #, c-format
6245 msgid "%s "
6246 msgstr ""
6248 #: toplev.c:472
6249 #, c-format
6250 msgid " %s"
6251 msgstr ""
6253 #: toplev.c:537
6254 #, c-format
6255 msgid "invalid option argument %qs"
6256 msgstr ""
6258 #: toplev.c:601
6259 msgid "unrecoverable error"
6260 msgstr ""
6262 #: toplev.c:621
6263 #, c-format
6264 msgid "getting core file size maximum limit: %m"
6265 msgstr ""
6267 #: toplev.c:624
6268 #, c-format
6269 msgid "setting core file size limit to maximum: %m"
6270 msgstr ""
6272 #: toplev.c:845
6273 msgid "%J%qF declared %<static%> but never defined"
6274 msgstr ""
6276 #: toplev.c:871
6277 msgid "%J%qD defined but not used"
6278 msgstr ""
6280 #: toplev.c:894 toplev.c:917
6281 #, c-format
6282 msgid "%qs is deprecated (declared at %s:%d)"
6283 msgstr ""
6285 #: toplev.c:920
6286 #, c-format
6287 msgid "type is deprecated (declared at %s:%d)"
6288 msgstr ""
6290 #: toplev.c:926
6291 #, c-format
6292 msgid "%qs is deprecated"
6293 msgstr ""
6295 #: toplev.c:928
6296 msgid "type is deprecated"
6297 msgstr ""
6299 #: toplev.c:1070
6300 #, c-format
6301 msgid ""
6302 "\n"
6303 "Target specific options:\n"
6304 msgstr ""
6306 #: toplev.c:1084 toplev.c:1103
6307 #, c-format
6308 msgid "  -m%-23s [undocumented]\n"
6309 msgstr ""
6311 #: toplev.c:1112
6312 #, c-format
6313 msgid ""
6314 "\n"
6315 "There are undocumented target specific options as well.\n"
6316 msgstr ""
6318 #: toplev.c:1114
6319 #, c-format
6320 msgid "  They exist, but they are not documented.\n"
6321 msgstr ""
6323 #: toplev.c:1158
6324 #, c-format
6325 msgid "unrecognized gcc debugging option: %c"
6326 msgstr ""
6328 #: toplev.c:1220
6329 #, c-format
6330 msgid "invalid option %qs"
6331 msgstr ""
6333 #: toplev.c:1235
6334 #, c-format
6335 msgid ""
6336 "%s%s%s version %s (%s)\n"
6337 "%s\tcompiled by GNU C version %s.\n"
6338 "%s%s%s version %s (%s) compiled by CC.\n"
6339 msgstr ""
6341 #: toplev.c:1242
6342 #, c-format
6343 msgid ""
6344 "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"
6345 msgstr ""
6347 #: toplev.c:1294
6348 msgid "options passed: "
6349 msgstr ""
6351 #: toplev.c:1323
6352 msgid "options enabled: "
6353 msgstr ""
6355 #: toplev.c:1397
6356 msgid "can%'t open %s for writing: %m"
6357 msgstr ""
6359 #: toplev.c:1480 config/sh/sh.c:7263
6360 msgid "created and used with different settings of -fpic"
6361 msgstr ""
6363 #: toplev.c:1482 config/sh/sh.c:7265
6364 msgid "created and used with different settings of -fpie"
6365 msgstr ""
6367 #: toplev.c:1533
6368 #, c-format
6369 msgid "created and used with differing settings of '-m%s'"
6370 msgstr ""
6372 #: toplev.c:1536 config/sh/sh.c:7318
6373 msgid "out of memory"
6374 msgstr ""
6376 #: toplev.c:1731
6377 msgid "instruction scheduling not supported on this target machine"
6378 msgstr ""
6380 #: toplev.c:1735
6381 msgid "this target machine does not have delayed branches"
6382 msgstr ""
6384 #: toplev.c:1739
6385 msgid "value-based profiling not yet implemented in trees."
6386 msgstr ""
6388 #: toplev.c:1752
6389 #, c-format
6390 msgid "-f%sleading-underscore not supported on this target machine"
6391 msgstr ""
6393 #: toplev.c:1826
6394 #, c-format
6395 msgid "target system does not support the \"%s\" debug format"
6396 msgstr ""
6398 #: toplev.c:1838
6399 msgid "variable tracking requested, but useless unless producing debug info"
6400 msgstr ""
6402 #: toplev.c:1841
6403 msgid "variable tracking requested, but not supported by this debug format"
6404 msgstr ""
6406 #: toplev.c:1865
6407 msgid "can%'t open %s: %m"
6408 msgstr ""
6410 #: toplev.c:1872
6411 msgid "-ffunction-sections not supported for this target"
6412 msgstr ""
6414 #: toplev.c:1877
6415 msgid "-fdata-sections not supported for this target"
6416 msgstr ""
6418 #: toplev.c:1884
6419 msgid "-ffunction-sections disabled; it makes profiling impossible"
6420 msgstr ""
6422 #: toplev.c:1891
6423 msgid "-fprefetch-loop-arrays not supported for this target"
6424 msgstr ""
6426 #: toplev.c:1897
6427 msgid "-fspeculative-prefetching not supported for this target"
6428 msgstr ""
6430 #: toplev.c:1903
6431 msgid ""
6432 "-fprefetch-loop-arrays not supported for this target (try -march switches)"
6433 msgstr ""
6435 #: toplev.c:1909
6436 msgid ""
6437 "-fspeculative-prefetching not supported for this target (try -march switches)"
6438 msgstr ""
6440 #: toplev.c:1918
6441 msgid "-fprefetch-loop-arrays is not supported with -Os"
6442 msgstr ""
6444 #: toplev.c:1924
6445 msgid "-ffunction-sections may affect debugging on some targets"
6446 msgstr ""
6448 #: toplev.c:2033
6449 #, c-format
6450 msgid "error writing to %s: %m"
6451 msgstr ""
6453 #: toplev.c:2035 java/jcf-parse.c:926 java/jcf-write.c:3524
6454 #, c-format
6455 msgid "error closing %s: %m"
6456 msgstr ""
6458 #: tree-cfg.c:1127 tree-cfg.c:1827 tree-cfg.c:1829
6459 msgid "%Hwill never be executed"
6460 msgstr ""
6462 #: tree-cfg.c:3096
6463 msgid "SSA name in freelist but still referenced"
6464 msgstr ""
6466 #: tree-cfg.c:3106
6467 msgid "GIMPLE register modified with BIT_FIELD_REF"
6468 msgstr ""
6470 #: tree-cfg.c:3126
6471 msgid "address taken, but ADDRESSABLE bit not set"
6472 msgstr ""
6474 #: tree-cfg.c:3135
6475 msgid "non-boolean used in condition"
6476 msgstr ""
6478 #: tree-cfg.c:3192
6479 msgid "Invalid reference prefix."
6480 msgstr ""
6482 #: tree-cfg.c:3257
6483 msgid "Is not a valid GIMPLE statement."
6484 msgstr ""
6486 #: tree-cfg.c:3277
6487 msgid "Statement marked for throw, but doesn%'t."
6488 msgstr ""
6490 #: tree-cfg.c:3282
6491 msgid "Statement marked for throw in middle of block."
6492 msgstr ""
6494 #: tree-cfg.c:3382
6495 msgid "PHI def is not a GIMPLE value"
6496 msgstr ""
6498 #: tree-cfg.c:3398 tree-cfg.c:3414
6499 msgid "Incorrect sharing of tree nodes"
6500 msgstr ""
6502 #: tree-cfg.c:3423
6503 msgid "verify_stmts failed."
6504 msgstr ""
6506 #: tree-cfg.c:3443
6507 msgid "ENTRY_BLOCK has a statement list associated with it\n"
6508 msgstr ""
6510 #: tree-cfg.c:3449
6511 msgid "EXIT_BLOCK has a statement list associated with it\n"
6512 msgstr ""
6514 #: tree-cfg.c:3456
6515 #, c-format
6516 msgid "Fallthru to exit from bb %d\n"
6517 msgstr ""
6519 #: tree-cfg.c:3472
6520 #, c-format
6521 msgid "Label %s to block does not match in bb %d\n"
6522 msgstr ""
6524 #: tree-cfg.c:3481
6525 #, c-format
6526 msgid "Label %s has incorrect context in bb %d\n"
6527 msgstr ""
6529 #: tree-cfg.c:3495
6530 #, c-format
6531 msgid "Control flow in the middle of basic block %d\n"
6532 msgstr ""
6534 #: tree-cfg.c:3505
6535 #, c-format
6536 msgid "Label %s in the middle of basic block %d\n"
6537 msgstr ""
6539 #: tree-cfg.c:3522
6540 #, c-format
6541 msgid "Fallthru edge after a control statement in bb %d \n"
6542 msgstr ""
6544 #: tree-cfg.c:3537
6545 #, c-format
6546 msgid "Structured COND_EXPR at the end of bb %d\n"
6547 msgstr ""
6549 #: tree-cfg.c:3550 tree-cfg.c:3588 tree-cfg.c:3600 tree-cfg.c:3671
6550 #, c-format
6551 msgid "Wrong outgoing edge flags at end of bb %d\n"
6552 msgstr ""
6554 #: tree-cfg.c:3558
6555 msgid "%<then%> label does not match edge at end of bb %d\n"
6556 msgstr ""
6558 #: tree-cfg.c:3566
6559 msgid "%<else%> label does not match edge at end of bb %d\n"
6560 msgstr ""
6562 #: tree-cfg.c:3576
6563 #, c-format
6564 msgid "Explicit goto at end of bb %d\n"
6565 msgstr ""
6567 #: tree-cfg.c:3605
6568 #, c-format
6569 msgid "Return edge does not point to exit in bb %d\n"
6570 msgstr ""
6572 #: tree-cfg.c:3638
6573 msgid "Found default case not at end of case vector"
6574 msgstr ""
6576 #: tree-cfg.c:3644
6577 msgid ""
6578 "Case labels not sorted:\n"
6579 " "
6580 msgstr ""
6582 #: tree-cfg.c:3655
6583 msgid "No default case found at end of case vector"
6584 msgstr ""
6586 #: tree-cfg.c:3663
6587 #, c-format
6588 msgid "Extra outgoing edge %d->%d\n"
6589 msgstr ""
6591 #: tree-cfg.c:3685
6592 #, c-format
6593 msgid "Missing edge %i->%i\n"
6594 msgstr ""
6596 #: tree-cfg.c:4845
6597 msgid "%Jfunction might be possible candidate for attribute %<noreturn%>"
6598 msgstr ""
6600 #: tree-cfg.c:4872 tree-cfg.c:4876
6601 msgid "%H%<noreturn%> function does return"
6602 msgstr ""
6604 #: tree-cfg.c:4896 tree-cfg.c:4901
6605 msgid "%Hcontrol reaches end of non-void function"
6606 msgstr ""
6608 #: tree-dump.c:845
6609 #, c-format
6610 msgid "could not open dump file %qs: %s"
6611 msgstr ""
6613 #: tree-dump.c:958
6614 msgid "ignoring unknown option %q.*s in %<-fdump-%s%>"
6615 msgstr ""
6617 #: tree-inline.c:943
6618 msgid ""
6619 "%Jfunction '%F' can never be inlined because it uses alloca (override using "
6620 "the always_inline attribute)"
6621 msgstr ""
6623 #: tree-inline.c:955
6624 msgid "%Jfunction '%F' can never be inlined because it uses setjmp"
6625 msgstr ""
6627 #: tree-inline.c:969
6628 msgid ""
6629 "%Jfunction '%F' can never be inlined because it uses variable argument lists"
6630 msgstr ""
6632 #: tree-inline.c:980
6633 msgid ""
6634 "%Jfunction '%F' can never be inlined because it uses setjmp-longjmp "
6635 "exception handling"
6636 msgstr ""
6638 #: tree-inline.c:987
6639 msgid "%Jfunction '%F' can never be inlined because it uses non-local goto"
6640 msgstr ""
6642 #: tree-inline.c:1003
6643 msgid ""
6644 "%Jfunction '%F' can never be inlined because it contains a nested function"
6645 msgstr ""
6647 #: tree-inline.c:1020
6648 msgid ""
6649 "%Jfunction '%F' can never be inlined because it contains a computed goto"
6650 msgstr ""
6652 #: tree-inline.c:1034
6653 msgid ""
6654 "%Jfunction '%F' can never be inlined because it receives a non-local goto"
6655 msgstr ""
6657 #: tree-inline.c:1056
6658 msgid ""
6659 "%Jfunction '%F' can never be inlined because it uses variable sized variables"
6660 msgstr ""
6662 #: tree-inline.c:1478
6663 msgid "originally indirect function call not considered for inlining"
6664 msgstr ""
6666 #: tree-inline.c:1488 tree-inline.c:1495
6667 msgid "%Jinlining failed in call to '%F': %s"
6668 msgstr ""
6670 #: tree-inline.c:1489 tree-inline.c:1496
6671 msgid "called from here"
6672 msgstr ""
6674 #: tree-mudflap.c:750
6675 msgid "mudflap checking not yet implemented for ARRAY_RANGE_REF"
6676 msgstr ""
6678 #: tree-mudflap.c:972
6679 msgid "mudflap ran off end of BIND_EXPR body"
6680 msgstr ""
6682 #: tree-mudflap.c:1163
6683 #, c-format
6684 msgid "mudflap cannot track lifetime of %qs"
6685 msgstr ""
6687 #: tree-nomudflap.c:51
6688 msgid "mudflap: this language is not supported"
6689 msgstr ""
6691 #: tree-optimize.c:666
6692 msgid "%Jsize of return value of '%D' is %u bytes"
6693 msgstr ""
6695 #: tree-optimize.c:669
6696 msgid "%Jsize of return value of '%D' is larger than %wd bytes"
6697 msgstr ""
6699 #: tree-outof-ssa.c:613 tree-outof-ssa.c:628 tree-outof-ssa.c:642
6700 #: tree-outof-ssa.c:663 tree-outof-ssa.c:1036 tree-outof-ssa.c:1849
6701 #: tree-ssa-live.c:417 tree-ssa-live.c:1791
6702 msgid "SSA corruption"
6703 msgstr ""
6705 #: tree-profile.c:103 tree-profile.c:119 tree-profile.c:135 tree-profile.c:152
6706 msgid "unimplemented functionality"
6707 msgstr ""
6709 #: tree-ssa-operands.c:1186
6710 msgid "internal error"
6711 msgstr ""
6713 #: tree-ssa.c:116
6714 msgid "Expected an SSA_NAME object"
6715 msgstr ""
6717 #: tree-ssa.c:122
6718 msgid "Type mismatch between an SSA_NAME and its symbol."
6719 msgstr ""
6721 #: tree-ssa.c:128
6722 msgid "Found an SSA_NAME that had been released into the free pool"
6723 msgstr ""
6725 #: tree-ssa.c:134
6726 msgid "Found a virtual definition for a GIMPLE register"
6727 msgstr ""
6729 #: tree-ssa.c:140
6730 msgid "Found a real definition for a non-register"
6731 msgstr ""
6733 #: tree-ssa.c:169
6734 #, c-format
6735 msgid "SSA_NAME created in two different blocks %i and %i"
6736 msgstr ""
6738 #: tree-ssa.c:178
6739 msgid "SSA_NAME_DEF_STMT is wrong"
6740 msgstr ""
6742 #: tree-ssa.c:229
6743 msgid "Missing definition"
6744 msgstr ""
6746 #: tree-ssa.c:235
6747 #, c-format
6748 msgid "Definition in block %i does not dominate use in block %i"
6749 msgstr ""
6751 #: tree-ssa.c:243
6752 #, c-format
6753 msgid "Definition in block %i follows the use"
6754 msgstr ""
6756 #: tree-ssa.c:250
6757 msgid "SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set"
6758 msgstr ""
6760 #: tree-ssa.c:300
6761 #, c-format
6762 msgid "Wrong edge %d->%d for PHI argument\n"
6763 msgstr ""
6765 #: tree-ssa.c:307
6766 #, c-format
6767 msgid "PHI argument flowing through dead edge %d->%d\n"
6768 msgstr ""
6770 #: tree-ssa.c:314
6771 #, c-format
6772 msgid "PHI argument duplicated for edge %d->%d\n"
6773 msgstr ""
6775 #: tree-ssa.c:333
6776 #, c-format
6777 msgid "No argument flowing through edge %d->%d\n"
6778 msgstr ""
6780 #: tree-ssa.c:378
6781 msgid "Non-addressable variable inside an alias set."
6782 msgstr ""
6784 #: tree-ssa.c:396
6785 msgid "Addressable variable that is an alias tag but is not in any alias set."
6786 msgstr ""
6788 #: tree-ssa.c:406
6789 msgid "verify_flow_insensitive_alias_info failed."
6790 msgstr ""
6792 #: tree-ssa.c:443
6793 msgid "Dereferenced pointers should have a name or a type tag"
6794 msgstr ""
6796 #: tree-ssa.c:452
6797 msgid ""
6798 "Pointers with a memory tag, should have points-to sets or point to malloc"
6799 msgstr ""
6801 #: tree-ssa.c:460
6802 msgid "Pointer escapes but its name tag is not call-clobbered."
6803 msgstr ""
6805 #: tree-ssa.c:483
6806 msgid "Two pointers with different name tags and identical points-to sets"
6807 msgstr ""
6809 #: tree-ssa.c:495
6810 msgid "verify_flow_sensitive_alias_info failed."
6811 msgstr ""
6813 #: tree-ssa.c:553
6814 msgid "Statement makes aliased stores, but has no V_MAY_DEFS"
6815 msgstr ""
6817 #: tree-ssa.c:586
6818 #, c-format
6819 msgid "AUX pointer initialized for edge %d->%d\n"
6820 msgstr ""
6822 #: tree-ssa.c:665
6823 msgid "verify_ssa failed."
6824 msgstr ""
6826 #: tree-ssa.c:1277
6827 msgid "%H'%D' is used uninitialized in this function"
6828 msgstr ""
6830 #: tree-ssa.c:1302
6831 msgid "%H'%D' may be used uninitialized in this function"
6832 msgstr ""
6834 #: tree-vectorizer.c:928
6835 msgid "no support for reduction/induction"
6836 msgstr ""
6838 #: tree-vectorizer.c:954
6839 msgid "unsupported defining stmt"
6840 msgstr ""
6842 #: tree.c:3093
6843 msgid "%Jfunction %qD definition is marked dllimport."
6844 msgstr ""
6846 #: tree.c:3101
6847 msgid "%Jvariable %qD definition is marked dllimport."
6848 msgstr ""
6850 #: tree.c:3121
6851 msgid "%Jexternal linkage required for symbol %qD because of %qs attribute."
6852 msgstr ""
6854 #: tree.c:4261
6855 msgid "arrays of functions are not meaningful"
6856 msgstr ""
6858 #: tree.c:4310
6859 msgid "function return type cannot be function"
6860 msgstr ""
6862 #: tree.c:5191
6863 msgid "invalid initializer for bit string"
6864 msgstr ""
6866 #: tree.c:5269
6867 #, c-format
6868 msgid "tree check: expected %s, have %s in %s, at %s:%d"
6869 msgstr ""
6871 #: tree.c:5306
6872 #, c-format
6873 msgid "tree check: expected none of %s, have %s in %s, at %s:%d"
6874 msgstr ""
6876 #: tree.c:5319
6877 #, c-format
6878 msgid "tree check: expected class %qc, have %qc (%s) in %s, at %s:%d"
6879 msgstr ""
6881 #: tree.c:5332
6882 #, c-format
6883 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
6884 msgstr ""
6886 #: tree.c:5344
6887 #, c-format
6888 msgid "tree check: accessed elt %d of phi_node with %d elts in %s, at %s:%d"
6889 msgstr ""
6891 #: tree.c:5356
6892 #, c-format
6893 msgid "tree check: accessed operand %d of %s with %d operands in %s, at %s:%d"
6894 msgstr ""
6896 #: varasm.c:480
6897 msgid "%J%D causes a section type conflict"
6898 msgstr ""
6900 #: varasm.c:900
6901 msgid "%Jregister name not specified for %qD"
6902 msgstr ""
6904 #: varasm.c:902
6905 msgid "%Jinvalid register name for %qD"
6906 msgstr ""
6908 #: varasm.c:904
6909 msgid "%Jdata type of %qD isn%'t suitable for a register"
6910 msgstr ""
6912 #: varasm.c:907
6913 msgid "%Jregister specified for %qD isn%'t suitable for data type"
6914 msgstr ""
6916 #: varasm.c:917
6917 msgid "global register variable has initial value"
6918 msgstr ""
6920 #: varasm.c:920
6921 msgid "volatile register variables don%'t work as you might wish"
6922 msgstr ""
6924 #: varasm.c:953
6925 msgid "%Jregister name given for non-register variable %qD"
6926 msgstr ""
6928 #: varasm.c:1574
6929 msgid ""
6930 "%Jalignment of %qD is greater than maximum object file alignment.  Using %d"
6931 msgstr ""
6933 #: varasm.c:1623
6934 msgid "thread-local COMMON data not implemented"
6935 msgstr ""
6937 #: varasm.c:1648
6938 msgid ""
6939 "%Jrequested alignment for %qD is greater than implemented alignment of %d"
6940 msgstr ""
6942 #: varasm.c:3725
6943 msgid "initializer for integer value is too complicated"
6944 msgstr ""
6946 #: varasm.c:3730
6947 msgid "initializer for floating value is not a floating constant"
6948 msgstr ""
6950 #: varasm.c:3796
6951 msgid "unknown set constructor type"
6952 msgstr ""
6954 #: varasm.c:4015
6955 #, c-format
6956 msgid "invalid initial value for member %qs"
6957 msgstr ""
6959 #: varasm.c:4202 varasm.c:4246
6960 msgid "%Jweak declaration of %qD must precede definition"
6961 msgstr ""
6963 #: varasm.c:4210
6964 msgid ""
6965 "%Jweak declaration of %qD after first use results in unspecified behavior"
6966 msgstr ""
6968 #: varasm.c:4244
6969 msgid "%Jweak declaration of %qD must be public"
6970 msgstr ""
6972 #: varasm.c:4253
6973 msgid "%Jweak declaration of %qD not supported"
6974 msgstr ""
6976 #: varasm.c:4282 varasm.c:4375
6977 msgid "only weak aliases are supported in this configuration"
6978 msgstr ""
6980 #: varasm.c:4378
6981 msgid "alias definitions not supported in this configuration; ignored"
6982 msgstr ""
6984 #: varasm.c:4407
6985 msgid "visibility attribute not supported in this configuration; ignored"
6986 msgstr ""
6988 #: varray.c:204
6989 #, c-format
6990 msgid "virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d"
6991 msgstr ""
6993 #: varray.c:214
6994 #, c-format
6995 msgid "underflowed virtual array %s in %s, at %s:%d"
6996 msgstr ""
6998 #: vec.c:146
6999 #, c-format
7000 msgid "vector %s %s domain error, in %s at %s:%u"
7001 msgstr ""
7003 #. Print an error message for unrecognized stab codes.
7004 #: xcoffout.c:187
7005 #, c-format
7006 msgid "no sclass for %s stab (0x%x)\n"
7007 msgstr ""
7010 #. Local variables:
7011 #. mode:c
7012 #. End:
7014 #: diagnostic.def:1
7015 msgid "fatal error: "
7016 msgstr ""
7018 #: diagnostic.def:2
7019 msgid "internal compiler error: "
7020 msgstr ""
7022 #: diagnostic.def:3
7023 msgid "error: "
7024 msgstr ""
7026 #: diagnostic.def:4
7027 msgid "sorry, unimplemented: "
7028 msgstr ""
7030 #: diagnostic.def:5
7031 msgid "warning: "
7032 msgstr ""
7034 #: diagnostic.def:6
7035 msgid "anachronism: "
7036 msgstr ""
7038 #: diagnostic.def:7
7039 msgid "note: "
7040 msgstr ""
7042 #: diagnostic.def:8
7043 msgid "debug: "
7044 msgstr ""
7046 #: params.def:53
7047 msgid ""
7048 "The maximum number of instructions in a single function eligible for inlining"
7049 msgstr ""
7051 #: params.def:65
7052 msgid "The maximum number of instructions when automatically inlining"
7053 msgstr ""
7055 #: params.def:70
7056 msgid ""
7057 "The maximum number of instructions inline function can grow to via recursive "
7058 "inlining"
7059 msgstr ""
7061 #: params.def:75
7062 msgid ""
7063 "The maximum number of instructions non-inline function can grow to via "
7064 "recursive inlining"
7065 msgstr ""
7067 #: params.def:80
7068 msgid "The maximum depth of recursive inlining for inline functions"
7069 msgstr ""
7071 #: params.def:85
7072 msgid "The maximum depth of recursive inlining for non-inline functions"
7073 msgstr ""
7075 #: params.def:95
7076 msgid "The maximum number of instructions for the RTL inliner"
7077 msgstr ""
7079 #: params.def:106
7080 msgid "The maximum number of instructions to consider to fill a delay slot"
7081 msgstr ""
7083 #: params.def:117
7084 msgid ""
7085 "The maximum number of instructions to consider to find accurate live "
7086 "register information"
7087 msgstr ""
7089 #: params.def:127
7090 msgid "The maximum length of scheduling's pending operations list"
7091 msgstr ""
7093 #: params.def:132
7094 msgid "The size of function body to be considered large"
7095 msgstr ""
7097 #: params.def:136
7098 msgid "Maximal growth due to inlining of large function (in percent)"
7099 msgstr ""
7101 #: params.def:140
7102 msgid ""
7103 "how much can given compilation unit grow because of the inlining (in percent)"
7104 msgstr ""
7106 #: params.def:147
7107 msgid "The maximum amount of memory to be allocated by GCSE"
7108 msgstr ""
7110 #: params.def:152
7111 msgid "The maximum number of passes to make when doing GCSE"
7112 msgstr ""
7114 #: params.def:162
7115 msgid ""
7116 "The threshold ratio for performing partial redundancy elimination          "
7117 "after reload."
7118 msgstr ""
7120 #: params.def:170
7121 msgid ""
7122 "The threshold ratio of critical edges execution count that permit          "
7123 "performing redundancy elimination after reload."
7124 msgstr ""
7126 #: params.def:182
7127 msgid "The maximum number of instructions to consider to unroll in a loop"
7128 msgstr ""
7130 #: params.def:188
7131 msgid ""
7132 "The maximum number of instructions to consider to unroll in a loop on average"
7133 msgstr ""
7135 #: params.def:193
7136 msgid "The maximum number of unrollings of a single loop"
7137 msgstr ""
7139 #: params.def:198
7140 msgid "The maximum number of insns of a peeled loop"
7141 msgstr ""
7143 #: params.def:203
7144 msgid "The maximum number of peelings of a single loop"
7145 msgstr ""
7147 #: params.def:208
7148 msgid "The maximum number of insns of a completely peeled loop"
7149 msgstr ""
7151 #: params.def:213
7152 msgid ""
7153 "The maximum number of peelings of a single loop that is peeled completely"
7154 msgstr ""
7156 #: params.def:218
7157 msgid "The maximum number of insns of a peeled loop that rolls only once"
7158 msgstr ""
7160 #: params.def:224
7161 msgid "The maximum number of insns of an unswitched loop"
7162 msgstr ""
7164 #: params.def:229
7165 msgid "The maximum number of unswitchings in a single loop"
7166 msgstr ""
7168 #: params.def:236
7169 msgid ""
7170 "Bound on the number of iterations the brute force # of iterations \t "
7171 "analysis algorithm evaluates"
7172 msgstr ""
7174 #: params.def:242
7175 msgid ""
7176 "Maximum number of loops to perform swing modulo scheduling on \t  (mainly "
7177 "for debugging)"
7178 msgstr ""
7180 #: params.def:249
7181 msgid ""
7182 "A factor for tuning the upper bound that swing modulo scheduler uses \t  for "
7183 "scheduling a loop"
7184 msgstr ""
7186 #: params.def:254
7187 msgid ""
7188 "The number of cycles the swing modulo scheduler considers when \t  checking "
7189 "conflicts using DFA"
7190 msgstr ""
7192 #: params.def:259
7193 msgid ""
7194 "A threshold on the average loop count considered by the swing modulo \t  "
7195 "scheduler"
7196 msgstr ""
7198 #: params.def:265
7199 msgid ""
7200 "Select fraction of the maximal count of repetitions of basic block in "
7201 "program given basic block needs to have to be considered hot"
7202 msgstr ""
7204 #: params.def:270
7205 msgid ""
7206 "Select fraction of the maximal frequency of executions of basic block in "
7207 "function given basic block needs to have to be considered hot"
7208 msgstr ""
7210 #: params.def:275
7211 msgid ""
7212 "The percentage of function, weighted by execution frequency, that must be "
7213 "covered by trace formation. Used when profile feedback is available"
7214 msgstr ""
7216 #: params.def:280
7217 msgid ""
7218 "The percentage of function, weighted by execution frequency, that must be "
7219 "covered by trace formation. Used when profile feedback is not available"
7220 msgstr ""
7222 #: params.def:285
7223 msgid "Maximal code growth caused by tail duplication (in percent)"
7224 msgstr ""
7226 #: params.def:289
7227 msgid ""
7228 "Stop reverse growth if the reverse probability of best edge is less than "
7229 "this threshold (in percent)"
7230 msgstr ""
7232 #: params.def:294
7233 msgid ""
7234 "Stop forward growth if the probability of best edge is less than this "
7235 "threshold (in percent). Used when profile feedback is available"
7236 msgstr ""
7238 #: params.def:299
7239 msgid ""
7240 "Stop forward growth if the probability of best edge is less than this "
7241 "threshold (in percent). Used when profile feedback is not available"
7242 msgstr ""
7244 #: params.def:306
7245 msgid "The maximum number of incoming edges to consider for crossjumping"
7246 msgstr ""
7248 #: params.def:312
7249 msgid ""
7250 "The minimum number of matching instructions to consider for crossjumping"
7251 msgstr ""
7253 #: params.def:318
7254 msgid "The maximum length of path considered in cse"
7255 msgstr ""
7257 #: params.def:325
7258 msgid ""
7259 "The minimum cost of an expensive expression in the loop invariant motion"
7260 msgstr ""
7262 #: params.def:334
7263 msgid ""
7264 "Bound on number of candidates below that all candidates are considered in iv "
7265 "optimizations"
7266 msgstr ""
7268 #: params.def:342
7269 msgid "Bound on number of iv uses in loop optimized in iv optimizations"
7270 msgstr ""
7272 #: params.def:349
7273 msgid ""
7274 "Given N calls and V call-clobbered vars in a function.  Use .GLOBAL_VAR if "
7275 "NxV is larger than this limit"
7276 msgstr ""
7278 #: params.def:354
7279 msgid "The maximum memory locations recorded by cselib"
7280 msgstr ""
7282 #: params.def:367
7283 msgid ""
7284 "Minimum heap expansion to trigger garbage collection, as a percentage of the "
7285 "total size of the heap"
7286 msgstr ""
7288 #: params.def:373
7289 msgid "Minimum heap size before we start collecting garbage, in kilobytes"
7290 msgstr ""
7292 #: params.def:381
7293 msgid ""
7294 "The maximum number of instructions to search backward when looking for "
7295 "equivalent reload"
7296 msgstr ""
7298 #: params.def:386
7299 msgid ""
7300 "The maximum number of virtual operands allowed to represent aliases before "
7301 "triggering alias grouping."
7302 msgstr ""
7304 #: params.def:391
7305 msgid ""
7306 "The maximum number of blocks in a region to be considered for interblock "
7307 "scheduling"
7308 msgstr ""
7310 #: params.def:396
7311 msgid ""
7312 "The maximum number of insns in a region to be considered for interblock "
7313 "scheduling"
7314 msgstr ""
7316 #: params.def:404
7317 msgid "The upper bound for sharing integer constants"
7318 msgstr ""
7320 #: config/darwin-c.c:84
7321 msgid "too many #pragma options align=reset"
7322 msgstr ""
7324 #: config/darwin-c.c:104 config/darwin-c.c:107 config/darwin-c.c:109
7325 #: config/darwin-c.c:111
7326 msgid "malformed '#pragma options', ignoring"
7327 msgstr ""
7329 #: config/darwin-c.c:114
7330 msgid "junk at end of '#pragma options'"
7331 msgstr ""
7333 #: config/darwin-c.c:124
7334 msgid "malformed '#pragma options align={mac68k|power|reset}', ignoring"
7335 msgstr ""
7337 #: config/darwin-c.c:136
7338 msgid "missing '(' after '#pragma unused', ignoring"
7339 msgstr ""
7341 #: config/darwin-c.c:154
7342 msgid "missing ')' after '#pragma unused', ignoring"
7343 msgstr ""
7345 #: config/darwin-c.c:157
7346 msgid "junk at end of '#pragma unused'"
7347 msgstr ""
7349 #: config/darwin-c.c:367
7350 #, c-format
7351 msgid "subframework include %s conflicts with framework include"
7352 msgstr ""
7354 #: config/darwin.c:1328
7355 msgid ""
7356 "internal and protected visibility attributes not supportedin this "
7357 "configuration; ignored"
7358 msgstr ""
7360 #: config/sol2-c.c:93 config/sol2-c.c:109
7361 msgid "malformed %<#pragma align%>, ignoring"
7362 msgstr ""
7364 #: config/sol2-c.c:102
7365 msgid "invalid alignment for %<#pragma align%>, ignoring"
7366 msgstr ""
7368 #: config/sol2-c.c:117
7369 msgid "%<#pragma align%> must appear before the declaration of %D, ignoring"
7370 msgstr ""
7372 #: config/sol2-c.c:129 config/sol2-c.c:141
7373 msgid "malformed %<#pragma align%>"
7374 msgstr ""
7376 #: config/sol2-c.c:136
7377 msgid "junk at end of %<#pragma align%>"
7378 msgstr ""
7380 #: config/sol2-c.c:157 config/sol2-c.c:164
7381 msgid "malformed %<#pragma init%>, ignoring"
7382 msgstr ""
7384 #: config/sol2-c.c:187 config/sol2-c.c:199
7385 msgid "malformed %<#pragma init%>"
7386 msgstr ""
7388 #: config/sol2-c.c:194
7389 msgid "junk at end of %<#pragma init%>"
7390 msgstr ""
7392 #: config/sol2-c.c:215 config/sol2-c.c:222
7393 msgid "malformed %<#pragma fini%>, ignoring"
7394 msgstr ""
7396 #: config/sol2-c.c:245 config/sol2-c.c:257
7397 msgid "malformed %<#pragma fini%>"
7398 msgstr ""
7400 #: config/sol2-c.c:252
7401 msgid "junk at end of %<#pragma fini%>"
7402 msgstr ""
7404 #: config/sol2.c:53
7405 msgid "%Jignoring %<#pragma align%> for explicitly aligned %<%D%>"
7406 msgstr ""
7408 #: config/darwin.h:152
7409 msgid "Set sizeof(bool) to 1"
7410 msgstr ""
7412 #: config/darwin.h:154
7413 msgid "Generate code suitable for fast turn around debugging"
7414 msgstr ""
7416 #: config/darwin.h:156
7417 msgid "Don't generate code suitable for fast turn around debugging"
7418 msgstr ""
7420 #: config/lynx.h:137
7421 msgid "Use shared libraries"
7422 msgstr ""
7424 #: config/lynx.h:138
7425 msgid "Support multi-threading"
7426 msgstr ""
7428 #: config/lynx.h:139
7429 msgid "Support legacy multi-threading"
7430 msgstr ""
7432 #: config/windiss.h:37
7433 msgid "profiler support for WindISS"
7434 msgstr ""
7436 #: config/alpha/alpha.c:254
7437 #, c-format
7438 msgid "-f%s ignored for Unicos/Mk (not supported)"
7439 msgstr ""
7441 #: config/alpha/alpha.c:278
7442 msgid "-mieee not supported on Unicos/Mk"
7443 msgstr ""
7445 #: config/alpha/alpha.c:289
7446 msgid "-mieee-with-inexact not supported on Unicos/Mk"
7447 msgstr ""
7449 #: config/alpha/alpha.c:306
7450 #, c-format
7451 msgid "bad value `%s' for -mtrap-precision switch"
7452 msgstr ""
7454 #: config/alpha/alpha.c:320
7455 #, c-format
7456 msgid "bad value `%s' for -mfp-rounding-mode switch"
7457 msgstr ""
7459 #: config/alpha/alpha.c:335
7460 #, c-format
7461 msgid "bad value `%s' for -mfp-trap-mode switch"
7462 msgstr ""
7464 #: config/alpha/alpha.c:347 config/rs6000/rs6000.c:1613
7465 #, c-format
7466 msgid "bad value `%s' for -mtls-size switch"
7467 msgstr ""
7469 #: config/alpha/alpha.c:366 config/alpha/alpha.c:378
7470 #, c-format
7471 msgid "bad value `%s' for -mcpu switch"
7472 msgstr ""
7474 #: config/alpha/alpha.c:385
7475 msgid "trap mode not supported on Unicos/Mk"
7476 msgstr ""
7478 #: config/alpha/alpha.c:392
7479 msgid "fp software completion requires -mtrap-precision=i"
7480 msgstr ""
7482 #: config/alpha/alpha.c:408
7483 msgid "rounding mode not supported for VAX floats"
7484 msgstr ""
7486 #: config/alpha/alpha.c:413
7487 msgid "trap mode not supported for VAX floats"
7488 msgstr ""
7490 #: config/alpha/alpha.c:417
7491 msgid "128-bit long double not supported for VAX floats"
7492 msgstr ""
7494 #: config/alpha/alpha.c:445
7495 #, c-format
7496 msgid "L%d cache latency unknown for %s"
7497 msgstr ""
7499 #: config/alpha/alpha.c:460
7500 #, c-format
7501 msgid "bad value `%s' for -mmemory-latency"
7502 msgstr ""
7504 #: config/alpha/alpha.c:4541
7505 #, c-format
7506 msgid "invalid %%H value"
7507 msgstr ""
7509 #: config/alpha/alpha.c:4562
7510 #, c-format
7511 msgid "invalid %%J value"
7512 msgstr ""
7514 #: config/alpha/alpha.c:4578 config/ia64/ia64.c:3709
7515 #, c-format
7516 msgid "invalid %%r value"
7517 msgstr ""
7519 #: config/alpha/alpha.c:4588 config/rs6000/rs6000.c:10187
7520 #: config/xtensa/xtensa.c:1951
7521 #, c-format
7522 msgid "invalid %%R value"
7523 msgstr ""
7525 #: config/alpha/alpha.c:4594 config/rs6000/rs6000.c:10106
7526 #: config/xtensa/xtensa.c:1918
7527 #, c-format
7528 msgid "invalid %%N value"
7529 msgstr ""
7531 #: config/alpha/alpha.c:4602 config/rs6000/rs6000.c:10134
7532 #, c-format
7533 msgid "invalid %%P value"
7534 msgstr ""
7536 #: config/alpha/alpha.c:4610
7537 #, c-format
7538 msgid "invalid %%h value"
7539 msgstr ""
7541 #: config/alpha/alpha.c:4618 config/xtensa/xtensa.c:1944
7542 #, c-format
7543 msgid "invalid %%L value"
7544 msgstr ""
7546 #: config/alpha/alpha.c:4657 config/rs6000/rs6000.c:10088
7547 #, c-format
7548 msgid "invalid %%m value"
7549 msgstr ""
7551 #: config/alpha/alpha.c:4665 config/rs6000/rs6000.c:10096
7552 #, c-format
7553 msgid "invalid %%M value"
7554 msgstr ""
7556 #: config/alpha/alpha.c:4709
7557 #, c-format
7558 msgid "invalid %%U value"
7559 msgstr ""
7561 #: config/alpha/alpha.c:4721 config/alpha/alpha.c:4735
7562 #: config/rs6000/rs6000.c:10195
7563 #, c-format
7564 msgid "invalid %%s value"
7565 msgstr ""
7567 #: config/alpha/alpha.c:4758
7568 #, c-format
7569 msgid "invalid %%C value"
7570 msgstr ""
7572 #: config/alpha/alpha.c:4795 config/rs6000/rs6000.c:9925
7573 #: config/rs6000/rs6000.c:9945
7574 #, c-format
7575 msgid "invalid %%E value"
7576 msgstr ""
7578 #: config/alpha/alpha.c:4820 config/alpha/alpha.c:4868
7579 msgid "unknown relocation unspec"
7580 msgstr ""
7582 #: config/alpha/alpha.c:4829 config/rs6000/rs6000.c:10507
7583 #, c-format
7584 msgid "invalid %%xn code"
7585 msgstr ""
7587 #: config/alpha/alpha.c:5789 config/alpha/alpha.c:5792 config/s390/s390.c:7333
7588 #: config/s390/s390.c:7336
7589 msgid "bad builtin fcode"
7590 msgstr ""
7592 #. Macro to define tables used to set the flags.
7593 #. This is a list in braces of pairs in braces,
7594 #. each pair being { "NAME", VALUE }
7595 #. where VALUE is the bits to set or minus the bits to clear.
7596 #. An empty string NAME is used to identify the default VALUE.
7597 #. WARNING: Do not mark empty strings for translation, as calling
7598 #. gettext on an empty string does NOT return an empty
7599 #. string.
7600 #. Macro to define tables used to set the flags.
7601 #. This is a list in braces of pairs in braces,
7602 #. each pair being { "NAME", VALUE }
7603 #. where VALUE is the bits to set or minus the bits to clear.
7604 #. An empty string NAME is used to identify the default VALUE.
7605 #: config/alpha/alpha.h:293 config/i386/i386.h:333 config/i386/i386.h:335
7606 #: config/i386/i386.h:337 config/ns32k/ns32k.h:140 config/s390/s390.h:132
7607 #: config/sparc/sparc.h:616 config/sparc/sparc.h:621
7608 msgid "Use hardware fp"
7609 msgstr ""
7611 #: config/alpha/alpha.h:294 config/i386/i386.h:334 config/i386/i386.h:336
7612 #: config/sparc/sparc.h:618 config/sparc/sparc.h:623
7613 msgid "Do not use hardware fp"
7614 msgstr ""
7616 #: config/alpha/alpha.h:295
7617 msgid "Use fp registers"
7618 msgstr ""
7620 #: config/alpha/alpha.h:297
7621 msgid "Do not use fp registers"
7622 msgstr ""
7624 #: config/alpha/alpha.h:298
7625 msgid "Do not assume GAS"
7626 msgstr ""
7628 #: config/alpha/alpha.h:299
7629 msgid "Assume GAS"
7630 msgstr ""
7632 #: config/alpha/alpha.h:301
7633 msgid "Request IEEE-conformant math library routines (OSF/1)"
7634 msgstr ""
7636 #: config/alpha/alpha.h:303
7637 msgid "Emit IEEE-conformant code, without inexact exceptions"
7638 msgstr ""
7640 #: config/alpha/alpha.h:305
7641 msgid "Emit IEEE-conformant code, with inexact exceptions"
7642 msgstr ""
7644 #: config/alpha/alpha.h:307
7645 msgid "Do not emit complex integer constants to read-only memory"
7646 msgstr ""
7648 #: config/alpha/alpha.h:308
7649 msgid "Use VAX fp"
7650 msgstr ""
7652 #: config/alpha/alpha.h:309
7653 msgid "Do not use VAX fp"
7654 msgstr ""
7656 #: config/alpha/alpha.h:310
7657 msgid "Emit code for the byte/word ISA extension"
7658 msgstr ""
7660 #: config/alpha/alpha.h:313
7661 msgid "Emit code for the motion video ISA extension"
7662 msgstr ""
7664 #: config/alpha/alpha.h:316
7665 msgid "Emit code for the fp move and sqrt ISA extension"
7666 msgstr ""
7668 #: config/alpha/alpha.h:318
7669 msgid "Emit code for the counting ISA extension"
7670 msgstr ""
7672 #: config/alpha/alpha.h:321
7673 msgid "Emit code using explicit relocation directives"
7674 msgstr ""
7676 #: config/alpha/alpha.h:324
7677 msgid "Emit 16-bit relocations to the small data areas"
7678 msgstr ""
7680 #: config/alpha/alpha.h:326
7681 msgid "Emit 32-bit relocations to the small data areas"
7682 msgstr ""
7684 #: config/alpha/alpha.h:328
7685 msgid "Emit direct branches to local functions"
7686 msgstr ""
7688 #: config/alpha/alpha.h:331
7689 msgid "Emit rdval instead of rduniq for thread pointer"
7690 msgstr ""
7692 #: config/alpha/alpha.h:333
7693 msgid "Use 128-bit long double"
7694 msgstr ""
7696 #: config/alpha/alpha.h:335
7697 msgid "Use 64-bit long double"
7698 msgstr ""
7700 #. For -mcpu=
7701 #. For -mtune=
7702 #. For -mfp-rounding-mode=[n|m|c|d]
7703 #. For -mfp-trap-mode=[n|u|su|sui]
7704 #. For -mtrap-precision=[p|f|i]
7705 #. For -mmemory-latency=
7706 #. For -mtls-size=
7707 #: config/alpha/alpha.h:364
7708 msgid "Use features of and schedule given CPU"
7709 msgstr ""
7711 #: config/alpha/alpha.h:366
7712 msgid "Schedule given CPU"
7713 msgstr ""
7715 #: config/alpha/alpha.h:368
7716 msgid "Control the generated fp rounding mode"
7717 msgstr ""
7719 #: config/alpha/alpha.h:370
7720 msgid "Control the IEEE trap mode"
7721 msgstr ""
7723 #: config/alpha/alpha.h:372
7724 msgid "Control the precision given to fp exceptions"
7725 msgstr ""
7727 #: config/alpha/alpha.h:374
7728 msgid "Tune expected memory latency"
7729 msgstr ""
7731 #: config/alpha/alpha.h:376 config/ia64/ia64.h:284 config/rs6000/sysv4.h:90
7732 msgid "Specify bit size of immediate TLS offsets"
7733 msgstr ""
7735 #: config/arc/arc.c:172
7736 #, c-format
7737 msgid "bad value (%s) for -mcpu switch"
7738 msgstr ""
7740 #: config/arc/arc.c:394
7741 #, c-format
7742 msgid "argument of `%s' attribute is not a string constant"
7743 msgstr ""
7745 #: config/arc/arc.c:401
7746 #, c-format
7747 msgid "argument of `%s' attribute is not \"ilink1\" or \"ilink2\""
7748 msgstr ""
7750 #: config/arc/arc.c:1739 config/m32r/m32r.c:2130
7751 #, c-format
7752 msgid "invalid operand to %%R code"
7753 msgstr ""
7755 #: config/arc/arc.c:1771 config/m32r/m32r.c:2153
7756 #, c-format
7757 msgid "invalid operand to %%H/%%L code"
7758 msgstr ""
7760 #: config/arc/arc.c:1794 config/m32r/m32r.c:2224
7761 #, c-format
7762 msgid "invalid operand to %%U code"
7763 msgstr ""
7765 #: config/arc/arc.c:1805
7766 #, c-format
7767 msgid "invalid operand to %%V code"
7768 msgstr ""
7770 #. Unknown flag.
7771 #. Undocumented flag.
7772 #: config/arc/arc.c:1812 config/m32r/m32r.c:2251 config/sparc/sparc.c:7254
7773 msgid "invalid operand output code"
7774 msgstr ""
7776 #: config/arm/arm.c:774
7777 #, c-format
7778 msgid "switch -mcpu=%s conflicts with -march= switch"
7779 msgstr ""
7781 #: config/arm/arm.c:784 config/rs6000/rs6000.c:1187 config/sparc/sparc.c:612
7782 #, c-format
7783 msgid "bad value (%s) for %s switch"
7784 msgstr ""
7786 #: config/arm/arm.c:893
7787 msgid "target CPU does not support interworking"
7788 msgstr ""
7790 #: config/arm/arm.c:899
7791 msgid "target CPU does not support THUMB instructions"
7792 msgstr ""
7794 #: config/arm/arm.c:913
7795 msgid ""
7796 "enabling backtrace support is only meaningful when compiling for the Thumb"
7797 msgstr ""
7799 #: config/arm/arm.c:916
7800 msgid ""
7801 "enabling callee interworking support is only meaningful when compiling for "
7802 "the Thumb"
7803 msgstr ""
7805 #: config/arm/arm.c:919
7806 msgid ""
7807 "enabling caller interworking support is only meaningful when compiling for "
7808 "the Thumb"
7809 msgstr ""
7811 #: config/arm/arm.c:923
7812 msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
7813 msgstr ""
7815 #: config/arm/arm.c:931
7816 msgid "-fpic and -mapcs-reent are incompatible"
7817 msgstr ""
7819 #: config/arm/arm.c:934
7820 msgid "APCS reentrant code not supported.  Ignored"
7821 msgstr ""
7823 #: config/arm/arm.c:942
7824 msgid "-g with -mno-apcs-frame may not give sensible debugging"
7825 msgstr ""
7827 #: config/arm/arm.c:950
7828 msgid "passing floating point arguments in fp regs not yet supported"
7829 msgstr ""
7831 #: config/arm/arm.c:992
7832 #, c-format
7833 msgid "invalid ABI option: -mabi=%s"
7834 msgstr ""
7836 #: config/arm/arm.c:998
7837 msgid "iwmmxt requires an AAPCS compatible ABI for proper operation"
7838 msgstr ""
7840 #: config/arm/arm.c:1001
7841 msgid "iwmmxt abi requires an iwmmxt capable cpu"
7842 msgstr ""
7844 #: config/arm/arm.c:1011
7845 #, c-format
7846 msgid "invalid floating point emulation option: -mfpe=%s"
7847 msgstr ""
7849 #: config/arm/arm.c:1028
7850 #, c-format
7851 msgid "invalid floating point option: -mfpu=%s"
7852 msgstr ""
7854 #: config/arm/arm.c:1069
7855 #, c-format
7856 msgid "invalid floating point abi: -mfloat-abi=%s"
7857 msgstr ""
7859 #: config/arm/arm.c:1082
7860 msgid "-mfloat-abi=hard and VFP"
7861 msgstr ""
7863 #: config/arm/arm.c:1108
7864 #, c-format
7865 msgid "structure size boundary can only be set to %s"
7866 msgstr ""
7868 #: config/arm/arm.c:1117
7869 msgid "-mpic-register= is useless without -fpic"
7870 msgstr ""
7872 #: config/arm/arm.c:1124
7873 #, c-format
7874 msgid "unable to use '%s' for PIC register"
7875 msgstr ""
7877 #: config/arm/arm.c:2598 config/arm/arm.c:2616 config/avr/avr.c:4533
7878 #: config/c4x/c4x.c:4500 config/h8300/h8300.c:5755 config/i386/i386.c:1681
7879 #: config/i386/i386.c:1727 config/ip2k/ip2k.c:3181
7880 #: config/m68hc11/m68hc11.c:1350 config/m68k/m68k.c:288
7881 #: config/mcore/mcore.c:3375 config/ns32k/ns32k.c:1068
7882 #: config/rs6000/rs6000.c:16236 config/sh/sh.c:7117 config/sh/sh.c:7138
7883 #: config/sh/sh.c:7173 config/stormy16/stormy16.c:2413 config/v850/v850.c:2207
7884 #, c-format
7885 msgid "`%s' attribute only applies to functions"
7886 msgstr ""
7888 #: config/arm/arm.c:2630 config/arm/arm.c:2657 config/avr/avr.c:4514
7889 #: config/h8300/h8300.c:5779 config/h8300/h8300.c:5802 config/i386/i386.c:1709
7890 #: config/i386/i386.c:14480 config/ia64/ia64.c:512 config/ip2k/ip2k.c:3163
7891 #: config/m68hc11/m68hc11.c:1314 config/rs6000/rs6000.c:16201
7892 #: config/sh/symbian.c:414 config/sh/symbian.c:421
7893 #, c-format
7894 msgid "`%s' attribute ignored"
7895 msgstr ""
7897 #: config/arm/arm.c:11289
7898 msgid "unable to compute real location of stacked parameter"
7899 msgstr ""
7901 #. @@@ better error message
7902 #: config/arm/arm.c:11922 config/arm/arm.c:11959
7903 msgid "selector must be an immediate"
7904 msgstr ""
7906 #. @@@ better error message
7907 #: config/arm/arm.c:12002 config/i386/i386.c:13373 config/i386/i386.c:13407
7908 msgid "mask must be an immediate"
7909 msgstr ""
7911 #: config/arm/arm.c:12678
7912 msgid "no low registers available for popping high registers"
7913 msgstr ""
7915 #: config/arm/arm.c:12896
7916 msgid "interrupt Service Routines cannot be coded in Thumb mode"
7917 msgstr ""
7919 #: config/arm/pe.c:171 config/mcore/mcore.c:3241
7920 msgid "%Jinitialized variable '%D' is marked dllimport"
7921 msgstr ""
7923 #: config/arm/pe.c:180
7924 msgid "%Jstatic variable '%D' is marked dllimport"
7925 msgstr ""
7927 #: config/arm/arm.h:318
7928 msgid "Generate APCS conformant stack frames"
7929 msgstr ""
7931 #: config/arm/arm.h:321
7932 msgid "Store function names in object code"
7933 msgstr ""
7935 #: config/arm/arm.h:327
7936 msgid "Pass FP arguments in FP registers"
7937 msgstr ""
7939 #: config/arm/arm.h:330
7940 msgid "Generate re-entrant, PIC code"
7941 msgstr ""
7943 #: config/arm/arm.h:333
7944 msgid "Use library calls to perform FP operations"
7945 msgstr ""
7947 #: config/arm/arm.h:335
7948 msgid "Use hardware floating point instructions"
7949 msgstr ""
7951 #: config/arm/arm.h:337
7952 msgid "Assume target CPU is configured as big endian"
7953 msgstr ""
7955 #: config/arm/arm.h:339
7956 msgid "Assume target CPU is configured as little endian"
7957 msgstr ""
7959 #: config/arm/arm.h:341
7960 msgid "Assume big endian bytes, little endian words"
7961 msgstr ""
7963 #: config/arm/arm.h:343
7964 msgid "Support calls between Thumb and ARM instruction sets"
7965 msgstr ""
7967 #: config/arm/arm.h:346
7968 msgid "Generate a call to abort if a noreturn function returns"
7969 msgstr ""
7971 #: config/arm/arm.h:349
7972 msgid "Do not move instructions into a function's prologue"
7973 msgstr ""
7975 #: config/arm/arm.h:352
7976 msgid "Do not load the PIC register in function prologues"
7977 msgstr ""
7979 #: config/arm/arm.h:355
7980 msgid "Generate call insns as indirect calls, if necessary"
7981 msgstr ""
7983 #: config/arm/arm.h:358
7984 msgid "Compile for the Thumb not the ARM"
7985 msgstr ""
7987 #: config/arm/arm.h:362
7988 msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
7989 msgstr ""
7991 #: config/arm/arm.h:365
7992 msgid "Thumb: Generate (leaf) stack frames even if not needed"
7993 msgstr ""
7995 #: config/arm/arm.h:368
7996 msgid "Thumb: Assume non-static functions may be called from ARM code"
7997 msgstr ""
7999 #: config/arm/arm.h:372
8000 msgid "Thumb: Assume function pointers may go to non-Thumb aware code"
8001 msgstr ""
8003 #: config/arm/arm.h:376
8004 msgid "Cirrus: Place NOPs to avoid invalid instruction combinations"
8005 msgstr ""
8007 #: config/arm/arm.h:378
8008 msgid "Cirrus: Do not break up invalid instruction combinations with NOPs"
8009 msgstr ""
8011 #: config/arm/arm.h:386
8012 msgid "Specify the name of the target CPU"
8013 msgstr ""
8015 #: config/arm/arm.h:388
8016 msgid "Specify the name of the target architecture"
8017 msgstr ""
8019 #: config/arm/arm.h:393
8020 msgid "Specify the name of the target floating point hardware/format"
8021 msgstr ""
8023 #: config/arm/arm.h:395
8024 msgid "Specify if floating point hardware should be used"
8025 msgstr ""
8027 #: config/arm/arm.h:397
8028 msgid "Specify the minimum bit alignment of structures"
8029 msgstr ""
8031 #: config/arm/arm.h:399
8032 msgid "Specify the register to be used for PIC addressing"
8033 msgstr ""
8035 #: config/arm/arm.h:400 config/mips/mips.h:774
8036 msgid "Specify an ABI"
8037 msgstr ""
8039 #: config/arm/pe.h:59
8040 msgid "Ignore dllimport attribute for functions"
8041 msgstr ""
8043 #: config/avr/avr.c:520
8044 #, c-format
8045 msgid "large frame pointer change (%d) with -mtiny-stack"
8046 msgstr ""
8048 #: config/avr/avr.c:1107
8049 msgid "bad address, not (reg+disp):"
8050 msgstr ""
8052 #: config/avr/avr.c:1115
8053 msgid "internal compiler error.  Bad address:"
8054 msgstr ""
8056 #: config/avr/avr.c:1128
8057 msgid "internal compiler error.  Unknown mode:"
8058 msgstr ""
8060 #: config/avr/avr.c:1750 config/avr/avr.c:2411
8061 msgid "invalid insn:"
8062 msgstr ""
8064 #: config/avr/avr.c:1784 config/avr/avr.c:1867 config/avr/avr.c:1916
8065 #: config/avr/avr.c:1925 config/avr/avr.c:2020 config/avr/avr.c:2189
8066 #: config/avr/avr.c:2445 config/avr/avr.c:2553
8067 msgid "incorrect insn:"
8068 msgstr ""
8070 #: config/avr/avr.c:1944 config/avr/avr.c:2105 config/avr/avr.c:2260
8071 #: config/avr/avr.c:2597
8072 msgid "unknown move insn:"
8073 msgstr ""
8075 #: config/avr/avr.c:2820
8076 msgid "bad shift insn:"
8077 msgstr ""
8079 #: config/avr/avr.c:2933 config/avr/avr.c:3354 config/avr/avr.c:3725
8080 msgid "internal compiler error.  Incorrect shift:"
8081 msgstr ""
8083 #: config/avr/avr.c:4507 config/ip2k/ip2k.c:3156
8084 msgid "only initialized variables can be placed into program memory area"
8085 msgstr ""
8087 #: config/avr/avr.c:4601
8088 msgid "only uninitialized variables can be placed in the .noinit section"
8089 msgstr ""
8091 #: config/avr/avr.c:4615
8092 #, c-format
8093 msgid "MCU `%s' supported for assembler only"
8094 msgstr ""
8096 #: config/avr/avr.h:73
8097 msgid "Assume int to be 8 bit integer"
8098 msgstr ""
8100 #: config/avr/avr.h:75
8101 msgid "Change the stack pointer without disabling interrupts"
8102 msgstr ""
8104 #: config/avr/avr.h:77
8105 msgid "Use subroutines for function prologue/epilogue"
8106 msgstr ""
8108 #: config/avr/avr.h:79
8109 msgid "Change only the low 8 bits of the stack pointer"
8110 msgstr ""
8112 #: config/avr/avr.h:81
8113 msgid "Do not generate tablejump insns"
8114 msgstr ""
8116 #: config/avr/avr.h:83
8117 msgid "Use rjmp/rcall (limited range) on >8K devices"
8118 msgstr ""
8120 #: config/avr/avr.h:85
8121 msgid "Output instruction sizes to the asm file"
8122 msgstr ""
8124 #: config/avr/avr.h:102
8125 msgid "Specify the initial stack address"
8126 msgstr ""
8128 #: config/avr/avr.h:103
8129 msgid "Specify the MCU name"
8130 msgstr ""
8132 #: config/avr/avr.h:771
8133 msgid "trampolines not supported"
8134 msgstr ""
8136 #: config/c4x/c4x-c.c:71
8137 #, c-format
8138 msgid "missing '(' after '#pragma %s' - ignored"
8139 msgstr ""
8141 #: config/c4x/c4x-c.c:74
8142 #, c-format
8143 msgid "missing function name in '#pragma %s' - ignored"
8144 msgstr ""
8146 #: config/c4x/c4x-c.c:79
8147 #, c-format
8148 msgid "malformed '#pragma %s' - ignored"
8149 msgstr ""
8151 #: config/c4x/c4x-c.c:81
8152 #, c-format
8153 msgid "missing section name in '#pragma %s' - ignored"
8154 msgstr ""
8156 #: config/c4x/c4x-c.c:86
8157 #, c-format
8158 msgid "missing ')' for '#pragma %s' - ignored"
8159 msgstr ""
8161 #: config/c4x/c4x-c.c:89
8162 #, c-format
8163 msgid "junk at end of '#pragma %s'"
8164 msgstr ""
8166 #: config/c4x/c4x.c:313
8167 #, c-format
8168 msgid "unknown CPU version %d, using 40.\n"
8169 msgstr ""
8171 #: config/c4x/c4x.c:875
8172 #, c-format
8173 msgid "ISR %s requires %d words of local vars, max is 32767"
8174 msgstr ""
8176 #: config/c4x/c4x.c:1599
8177 msgid "using CONST_DOUBLE for address"
8178 msgstr ""
8180 #: config/c4x/c4x.c:1737
8181 msgid "c4x_address_cost: Invalid addressing mode"
8182 msgstr ""
8184 #: config/c4x/c4x.c:1872
8185 #, c-format
8186 msgid "c4x_print_operand: %%L inconsistency"
8187 msgstr ""
8189 #: config/c4x/c4x.c:1878
8190 #, c-format
8191 msgid "c4x_print_operand: %%N inconsistency"
8192 msgstr ""
8194 #: config/c4x/c4x.c:1919
8195 #, c-format
8196 msgid "c4x_print_operand: %%O inconsistency"
8197 msgstr ""
8199 #: config/c4x/c4x.c:2014
8200 msgid "c4x_print_operand: Bad operand case"
8201 msgstr ""
8203 #: config/c4x/c4x.c:2055
8204 msgid "c4x_print_operand_address: Bad post_modify"
8205 msgstr ""
8207 #: config/c4x/c4x.c:2077
8208 msgid "c4x_print_operand_address: Bad pre_modify"
8209 msgstr ""
8211 #: config/c4x/c4x.c:2125 config/c4x/c4x.c:2137 config/c4x/c4x.c:2152
8212 msgid "c4x_print_operand_address: Bad operand case"
8213 msgstr ""
8215 #: config/c4x/c4x.c:2403
8216 msgid "c4x_rptb_insert: Cannot find start label"
8217 msgstr ""
8219 #: config/c4x/c4x.c:3318 config/c4x/c4x.c:3336
8220 msgid "mode not QImode"
8221 msgstr ""
8223 #: config/c4x/c4x.c:3406
8224 msgid "invalid indirect memory address"
8225 msgstr ""
8227 #: config/c4x/c4x.c:3495
8228 msgid "invalid indirect (S) memory address"
8229 msgstr ""
8231 #: config/c4x/c4x.c:3830
8232 msgid "c4x_valid_operands: Internal error"
8233 msgstr ""
8235 #: config/c4x/c4x.c:4269
8236 msgid "c4x_operand_subword: invalid mode"
8237 msgstr ""
8239 #: config/c4x/c4x.c:4272
8240 msgid "c4x_operand_subword: invalid operand"
8241 msgstr ""
8243 #. We could handle these with some difficulty.
8244 #. e.g., *p-- => *(p-=2); *(p+1).
8245 #: config/c4x/c4x.c:4298
8246 msgid "c4x_operand_subword: invalid autoincrement"
8247 msgstr ""
8249 #: config/c4x/c4x.c:4304
8250 msgid "c4x_operand_subword: invalid address"
8251 msgstr ""
8253 #: config/c4x/c4x.c:4315
8254 msgid "c4x_operand_subword: address not offsettable"
8255 msgstr ""
8257 #: config/c4x/c4x.c:4525
8258 msgid "c4x_rptb_rpts_p: Repeat block top label moved\n"
8259 msgstr ""
8261 #. Target compilation option flags.
8262 #. Small memory model.
8263 #. Use 24-bit MPYI for C3x.
8264 #. Fast fixing of floats.
8265 #. Allow use of RPTS.
8266 #. Emit C3x code.
8267 #. Be compatible with TI assembler.
8268 #. Be paranoid about DP reg. in ISRs.
8269 #. Pass arguments on stack.
8270 #. Enable features under development.
8271 #. Enable repeat block.
8272 #. Use BK as general register.
8273 #. Use decrement and branch for C3x.
8274 #. Enable debugging of GCC.
8275 #. Force constants into registers.
8276 #. Allow unsigned loop counters.
8277 #. Force op0 and op1 to be same.
8278 #. Save all 40 bits for floats.
8279 #. Allow parallel insns.
8280 #. Allow MPY||ADD, MPY||SUB insns.
8281 #. Assume mem refs possibly aliased.
8282 #. Emit C30 code.
8283 #. Emit C31 code.
8284 #. Emit C32 code.
8285 #. Emit C33 code.
8286 #. Emit C40 code.
8287 #. Emit C44 code.
8288 #. Run-time compilation parameters selecting different hardware subsets.
8290 #. Macro to define tables used to set the flags.
8291 #. This is a list in braces of triplets in braces,
8292 #. each pair being { "NAME", VALUE, "DESCRIPTION" }
8293 #. where VALUE is the bits to set or minus the bits to clear.
8294 #. An empty string NAME is used to identify the default VALUE.
8295 #: config/c4x/c4x.h:168
8296 msgid "Small memory model"
8297 msgstr ""
8299 #: config/c4x/c4x.h:170
8300 msgid "Big memory model"
8301 msgstr ""
8303 #: config/c4x/c4x.h:172
8304 msgid "Use MPYI instruction for C3x"
8305 msgstr ""
8307 #: config/c4x/c4x.h:174
8308 msgid "Do not use MPYI instruction for C3x"
8309 msgstr ""
8311 #: config/c4x/c4x.h:176
8312 msgid "Use fast but approximate float to integer conversion"
8313 msgstr ""
8315 #: config/c4x/c4x.h:178
8316 msgid "Use slow but accurate float to integer conversion"
8317 msgstr ""
8319 #: config/c4x/c4x.h:180
8320 msgid "Enable use of RTPS instruction"
8321 msgstr ""
8323 #: config/c4x/c4x.h:182
8324 msgid "Disable use of RTPS instruction"
8325 msgstr ""
8327 #: config/c4x/c4x.h:184
8328 msgid "Enable use of RTPB instruction"
8329 msgstr ""
8331 #: config/c4x/c4x.h:186
8332 msgid "Disable use of RTPB instruction"
8333 msgstr ""
8335 #: config/c4x/c4x.h:188
8336 msgid "Generate code for C30 CPU"
8337 msgstr ""
8339 #: config/c4x/c4x.h:190
8340 msgid "Generate code for C31 CPU"
8341 msgstr ""
8343 #: config/c4x/c4x.h:192
8344 msgid "Generate code for C32 CPU"
8345 msgstr ""
8347 #: config/c4x/c4x.h:194
8348 msgid "Generate code for C33 CPU"
8349 msgstr ""
8351 #: config/c4x/c4x.h:196
8352 msgid "Generate code for C40 CPU"
8353 msgstr ""
8355 #: config/c4x/c4x.h:198
8356 msgid "Generate code for C44 CPU"
8357 msgstr ""
8359 #: config/c4x/c4x.h:200
8360 msgid "Emit code compatible with TI tools"
8361 msgstr ""
8363 #: config/c4x/c4x.h:202
8364 msgid "Emit code to use GAS extensions"
8365 msgstr ""
8367 #: config/c4x/c4x.h:204 config/c4x/c4x.h:208
8368 msgid "Save DP across ISR in small memory model"
8369 msgstr ""
8371 #: config/c4x/c4x.h:206 config/c4x/c4x.h:210
8372 msgid "Don't save DP across ISR in small memory model"
8373 msgstr ""
8375 #: config/c4x/c4x.h:212
8376 msgid "Pass arguments on the stack"
8377 msgstr ""
8379 #: config/c4x/c4x.h:214
8380 msgid "Pass arguments in registers"
8381 msgstr ""
8383 #: config/c4x/c4x.h:216
8384 msgid "Enable new features under development"
8385 msgstr ""
8387 #: config/c4x/c4x.h:218
8388 msgid "Disable new features under development"
8389 msgstr ""
8391 #: config/c4x/c4x.h:220
8392 msgid "Use the BK register as a general purpose register"
8393 msgstr ""
8395 #: config/c4x/c4x.h:222
8396 msgid "Do not allocate BK register"
8397 msgstr ""
8399 #: config/c4x/c4x.h:224
8400 msgid "Enable use of DB instruction"
8401 msgstr ""
8403 #: config/c4x/c4x.h:226
8404 msgid "Disable use of DB instruction"
8405 msgstr ""
8407 #: config/c4x/c4x.h:228
8408 msgid "Enable debugging"
8409 msgstr ""
8411 #: config/c4x/c4x.h:230
8412 msgid "Disable debugging"
8413 msgstr ""
8415 #: config/c4x/c4x.h:232
8416 msgid "Force constants into registers to improve hoisting"
8417 msgstr ""
8419 #: config/c4x/c4x.h:234
8420 msgid "Don't force constants into registers"
8421 msgstr ""
8423 #: config/c4x/c4x.h:236
8424 msgid "Force RTL generation to emit valid 3 operand insns"
8425 msgstr ""
8427 #: config/c4x/c4x.h:238
8428 msgid "Allow RTL generation to emit invalid 3 operand insns"
8429 msgstr ""
8431 #: config/c4x/c4x.h:240
8432 msgid "Allow unsigned iteration counts for RPTB/DB"
8433 msgstr ""
8435 #: config/c4x/c4x.h:242
8436 msgid "Disallow unsigned iteration counts for RPTB/DB"
8437 msgstr ""
8439 #: config/c4x/c4x.h:244
8440 msgid "Preserve all 40 bits of FP reg across call"
8441 msgstr ""
8443 #: config/c4x/c4x.h:246
8444 msgid "Only preserve 32 bits of FP reg across call"
8445 msgstr ""
8447 #: config/c4x/c4x.h:248
8448 msgid "Enable parallel instructions"
8449 msgstr ""
8451 #: config/c4x/c4x.h:250
8452 msgid "Disable parallel instructions"
8453 msgstr ""
8455 #: config/c4x/c4x.h:252
8456 msgid "Enable MPY||ADD and MPY||SUB instructions"
8457 msgstr ""
8459 #: config/c4x/c4x.h:254
8460 msgid "Disable MPY||ADD and MPY||SUB instructions"
8461 msgstr ""
8463 #: config/c4x/c4x.h:256
8464 msgid "Assume that pointers may be aliased"
8465 msgstr ""
8467 #: config/c4x/c4x.h:258
8468 msgid "Assume that pointers not aliased"
8469 msgstr ""
8471 #: config/c4x/c4x.h:332
8472 msgid "Specify maximum number of iterations for RPTS"
8473 msgstr ""
8475 #: config/c4x/c4x.h:334
8476 msgid "Select CPU to generate code for"
8477 msgstr ""
8479 #: config/cris/cris.c:620
8480 msgid "unexpected index-type in cris_print_index"
8481 msgstr ""
8483 #: config/cris/cris.c:634
8484 msgid "unexpected base-type in cris_print_base"
8485 msgstr ""
8487 #: config/cris/cris.c:927
8488 #, c-format
8489 msgid "stackframe too big: %d bytes"
8490 msgstr ""
8492 #: config/cris/cris.c:1238
8493 msgid "allocated but unused delay list in epilogue"
8494 msgstr ""
8496 #: config/cris/cris.c:1248
8497 msgid ""
8498 "unexpected function type needing stack adjustment for __builtin_eh_return"
8499 msgstr ""
8501 #: config/cris/cris.c:1324
8502 msgid "invalid operand for 'b' modifier"
8503 msgstr ""
8505 #: config/cris/cris.c:1337
8506 msgid "invalid operand for 'v' modifier"
8507 msgstr ""
8509 #: config/cris/cris.c:1347
8510 msgid "invalid operand for 'P' modifier"
8511 msgstr ""
8513 #: config/cris/cris.c:1354
8514 msgid "invalid operand for 'p' modifier"
8515 msgstr ""
8517 #: config/cris/cris.c:1393
8518 msgid "invalid operand for 'z' modifier"
8519 msgstr ""
8521 #: config/cris/cris.c:1441 config/cris/cris.c:1471
8522 msgid "invalid operand for 'H' modifier"
8523 msgstr ""
8525 #: config/cris/cris.c:1447
8526 msgid "bad register"
8527 msgstr ""
8529 #: config/cris/cris.c:1485
8530 msgid "invalid operand for 'e' modifier"
8531 msgstr ""
8533 #: config/cris/cris.c:1502
8534 msgid "invalid operand for 'm' modifier"
8535 msgstr ""
8537 #: config/cris/cris.c:1527
8538 msgid "invalid operand for 'A' modifier"
8539 msgstr ""
8541 #: config/cris/cris.c:1535
8542 msgid "invalid operand for 'D' modifier"
8543 msgstr ""
8545 #: config/cris/cris.c:1549
8546 msgid "invalid operand for 'T' modifier"
8547 msgstr ""
8549 #: config/cris/cris.c:1558
8550 msgid "invalid operand modifier letter"
8551 msgstr ""
8553 #: config/cris/cris.c:1566
8554 #, c-format
8555 msgid "internal error: bad register: %d"
8556 msgstr ""
8558 #: config/cris/cris.c:1614
8559 msgid "unexpected multiplicative operand"
8560 msgstr ""
8562 #: config/cris/cris.c:1634
8563 msgid "unexpected operand"
8564 msgstr ""
8566 #: config/cris/cris.c:1667 config/cris/cris.c:1677
8567 msgid "unrecognized address"
8568 msgstr ""
8570 #: config/cris/cris.c:2036
8571 msgid "internal error: sideeffect-insn affecting main effect"
8572 msgstr ""
8574 #. If we get here, the caller got its initial tests wrong.
8575 #: config/cris/cris.c:2429
8576 msgid "internal error: cris_side_effect_mode_ok with bad operands"
8577 msgstr ""
8579 #: config/cris/cris.c:2506 config/cris/cris.c:2567
8580 msgid "unrecognized supposed constant"
8581 msgstr ""
8583 #: config/cris/cris.c:2611
8584 msgid "unrecognized supposed constant in cris_global_pic_symbol"
8585 msgstr ""
8587 #: config/cris/cris.c:2630
8588 #, c-format
8589 msgid "-max-stackframe=%d is not usable, not between 0 and %d"
8590 msgstr ""
8592 #: config/cris/cris.c:2658
8593 #, c-format
8594 msgid "unknown CRIS version specification in -march= or -mcpu= : %s"
8595 msgstr ""
8597 #: config/cris/cris.c:2694
8598 #, c-format
8599 msgid "unknown CRIS cpu version specification in -mtune= : %s"
8600 msgstr ""
8602 #: config/cris/cris.c:2712
8603 msgid "-fPIC and -fpic are not supported in this configuration"
8604 msgstr ""
8606 #: config/cris/cris.c:2727
8607 msgid "that particular -g option is invalid with -maout and -melinux"
8608 msgstr ""
8610 #: config/cris/cris.c:2902 config/cris/cris.c:2947
8611 msgid "unexpected side-effects in address"
8612 msgstr ""
8614 #. Labels are never marked as global symbols.
8615 #: config/cris/cris.c:3042 config/cris/cris.c:3073
8616 msgid "unexpected PIC symbol"
8617 msgstr ""
8619 #: config/cris/cris.c:3046
8620 msgid "PIC register isn't set up"
8621 msgstr ""
8623 #: config/cris/cris.c:3059 config/cris/cris.c:3142
8624 msgid "unexpected address expression"
8625 msgstr ""
8627 #: config/cris/cris.c:3077
8628 msgid "emitting PIC operand, but PIC register isn't set up"
8629 msgstr ""
8631 #: config/cris/cris.c:3086
8632 msgid "unexpected NOTE as addr_const:"
8633 msgstr ""
8635 #: config/cris/aout.h:108
8636 msgid "Compile for the MMU-less Etrax 100-based elinux system"
8637 msgstr ""
8639 #: config/cris/aout.h:115
8640 msgid "For elinux, request a specified stack-size for this program"
8641 msgstr ""
8643 #: config/cris/cris.h:362
8644 msgid "Work around bug in multiplication instruction"
8645 msgstr ""
8647 #. 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.
8648 #: config/cris/cris.h:368
8649 msgid "Compile for ETRAX 4 (CRIS v3)"
8650 msgstr ""
8652 #: config/cris/cris.h:373
8653 msgid "Compile for ETRAX 100 (CRIS v8)"
8654 msgstr ""
8656 #: config/cris/cris.h:377
8657 msgid "Emit verbose debug information in assembly code"
8658 msgstr ""
8660 #: config/cris/cris.h:380
8661 msgid "Do not use condition codes from normal instructions"
8662 msgstr ""
8664 #: config/cris/cris.h:384
8665 msgid "Do not emit addressing modes with side-effect assignment"
8666 msgstr ""
8668 #: config/cris/cris.h:387
8669 msgid "Do not tune stack alignment"
8670 msgstr ""
8672 #: config/cris/cris.h:390
8673 msgid "Do not tune writable data alignment"
8674 msgstr ""
8676 #: config/cris/cris.h:393
8677 msgid "Do not tune code and read-only data alignment"
8678 msgstr ""
8680 #: config/cris/cris.h:402
8681 msgid "Align code and data to 32 bits"
8682 msgstr ""
8684 #: config/cris/cris.h:415
8685 msgid "Don't align items in code or data"
8686 msgstr ""
8688 #: config/cris/cris.h:418
8689 msgid "Do not emit function prologue or epilogue"
8690 msgstr ""
8692 #. We have to handle this m-option here since we can't wash it off in      both CC1_SPEC and CC1PLUS_SPEC.
8693 #: config/cris/cris.h:422
8694 msgid "Use the most feature-enabling options allowed by other options"
8695 msgstr ""
8697 #. 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.
8698 #: config/cris/cris.h:428
8699 msgid "Override -mbest-lib-options"
8700 msgstr ""
8702 #: config/cris/cris.h:460
8703 msgid "Generate code for the specified chip or CPU version"
8704 msgstr ""
8706 #: config/cris/cris.h:462
8707 msgid "Tune alignment for the specified chip or CPU version"
8708 msgstr ""
8710 #: config/cris/cris.h:464
8711 msgid "Warn when a stackframe is larger than the specified size"
8712 msgstr ""
8714 #. Node: Profiling
8715 #: config/cris/cris.h:1031
8716 msgid "no FUNCTION_PROFILER for CRIS"
8717 msgstr ""
8719 #: config/cris/linux.h:69
8720 msgid "Together with -fpic and -fPIC, do not use GOTPLT references"
8721 msgstr ""
8723 #: config/fr30/fr30.c:463
8724 msgid "fr30_print_operand_address: unhandled address"
8725 msgstr ""
8727 #: config/fr30/fr30.c:487
8728 #, c-format
8729 msgid "fr30_print_operand: unrecognized %%p code"
8730 msgstr ""
8732 #: config/fr30/fr30.c:507
8733 #, c-format
8734 msgid "fr30_print_operand: unrecognized %%b code"
8735 msgstr ""
8737 #: config/fr30/fr30.c:528
8738 #, c-format
8739 msgid "fr30_print_operand: unrecognized %%B code"
8740 msgstr ""
8742 #: config/fr30/fr30.c:536
8743 #, c-format
8744 msgid "fr30_print_operand: invalid operand to %%A code"
8745 msgstr ""
8747 #: config/fr30/fr30.c:553
8748 #, c-format
8749 msgid "fr30_print_operand: invalid %%x code"
8750 msgstr ""
8752 #: config/fr30/fr30.c:560
8753 #, c-format
8754 msgid "fr30_print_operand: invalid %%F code"
8755 msgstr ""
8757 #: config/fr30/fr30.c:577
8758 msgid "fr30_print_operand: unknown code"
8759 msgstr ""
8761 #: config/fr30/fr30.c:606 config/fr30/fr30.c:615 config/fr30/fr30.c:626
8762 #: config/fr30/fr30.c:639
8763 msgid "fr30_print_operand: unhandled MEM"
8764 msgstr ""
8766 #: config/fr30/fr30.h:64
8767 msgid "Assume small address space"
8768 msgstr ""
8770 #: config/frv/frv.c:563 config/frv/frv.c:590
8771 #, c-format
8772 msgid "Unknown cpu: -mcpu=%s"
8773 msgstr ""
8775 #: config/frv/frv.c:2513
8776 msgid "Bad insn to frv_print_operand_address:"
8777 msgstr ""
8779 #: config/frv/frv.c:2524
8780 msgid "Bad register to frv_print_operand_memory_reference_reg:"
8781 msgstr ""
8783 #: config/frv/frv.c:2563 config/frv/frv.c:2573 config/frv/frv.c:2582
8784 #: config/frv/frv.c:2603 config/frv/frv.c:2608
8785 msgid "Bad insn to frv_print_operand_memory_reference:"
8786 msgstr ""
8788 #: config/frv/frv.c:2747
8789 msgid "Bad insn in frv_print_operand, bad const_double"
8790 msgstr ""
8792 #: config/frv/frv.c:2792
8793 msgid "Bad insn to frv_print_operand, 'C' modifier:"
8794 msgstr ""
8796 #: config/frv/frv.c:2815
8797 msgid "Bad insn to frv_print_operand, 'c' modifier:"
8798 msgstr ""
8800 #: config/frv/frv.c:2840
8801 msgid "Bad insn to frv_print_operand, 'e' modifier:"
8802 msgstr ""
8804 #: config/frv/frv.c:2848
8805 msgid "Bad insn to frv_print_operand, 'F' modifier:"
8806 msgstr ""
8808 #: config/frv/frv.c:2864
8809 msgid "Bad insn to frv_print_operand, 'f' modifier:"
8810 msgstr ""
8812 #: config/frv/frv.c:2878
8813 msgid "Bad insn to frv_print_operand, 'g' modifier:"
8814 msgstr ""
8816 #: config/frv/frv.c:2926
8817 msgid "Bad insn to frv_print_operand, 'L' modifier:"
8818 msgstr ""
8820 #: config/frv/frv.c:2939
8821 msgid "Bad insn to frv_print_operand, 'M/N' modifier:"
8822 msgstr ""
8824 #: config/frv/frv.c:2960
8825 msgid "Bad insn to frv_print_operand, 'O' modifier:"
8826 msgstr ""
8828 #: config/frv/frv.c:2978
8829 msgid "Bad insn to frv_print_operand, P modifier:"
8830 msgstr ""
8832 #: config/frv/frv.c:2998
8833 msgid "Bad insn in frv_print_operand, z case"
8834 msgstr ""
8836 #: config/frv/frv.c:3029
8837 msgid "Bad insn in frv_print_operand, 0 case"
8838 msgstr ""
8840 #: config/frv/frv.c:3034
8841 msgid "frv_print_operand: unknown code"
8842 msgstr ""
8844 #: config/frv/frv.c:5799
8845 msgid "Bad output_move_single operand"
8846 msgstr ""
8848 #: config/frv/frv.c:5926
8849 msgid "Bad output_move_double operand"
8850 msgstr ""
8852 #: config/frv/frv.c:6068
8853 msgid "Bad output_condmove_single operand"
8854 msgstr ""
8856 #: config/frv/frv.c:9563
8857 msgid "accumulator is not a constant integer"
8858 msgstr ""
8860 #: config/frv/frv.c:9568
8861 msgid "accumulator number is out of bounds"
8862 msgstr ""
8864 #: config/frv/frv.c:9579
8865 #, c-format
8866 msgid "inappropriate accumulator for `%s'"
8867 msgstr ""
8869 #: config/frv/frv.c:9645
8870 msgid "invalid IACC argument"
8871 msgstr ""
8873 #: config/frv/frv.c:9668
8874 #, c-format
8875 msgid "`%s' expects a constant argument"
8876 msgstr ""
8878 #: config/frv/frv.c:9673
8879 #, c-format
8880 msgid "constant argument out of range for `%s'"
8881 msgstr ""
8883 #: config/frv/frv.c:10070
8884 msgid "media functions are not available unless -mmedia is used"
8885 msgstr ""
8887 #: config/frv/frv.c:10082
8888 msgid "this media function is only available on the fr500"
8889 msgstr ""
8891 #: config/frv/frv.c:10110
8892 msgid "this media function is only available on the fr400 and fr550"
8893 msgstr ""
8895 #: config/frv/frv.c:10129
8896 msgid "this builtin function is only available on the fr405 and fr450"
8897 msgstr ""
8899 #: config/frv/frv.c:10138
8900 msgid "this builtin function is only available on the fr500 and fr550"
8901 msgstr ""
8903 #: config/frv/frv.c:10150
8904 msgid "this builtin function is only available on the fr450"
8905 msgstr ""
8907 #. This macro is a C statement to print on `stderr' a string describing the
8908 #. particular machine description choice.  Every machine description should
8909 #. define `TARGET_VERSION'.  For example:
8911 #. #ifdef MOTOROLA
8912 #. #define TARGET_VERSION           fprintf (stderr, " (68k, Motorola syntax)");
8913 #. #else
8914 #. #define TARGET_VERSION           fprintf (stderr, " (68k, MIT syntax)");
8915 #. #endif
8916 #: config/frv/frv.h:542
8917 #, c-format
8918 msgid " (frv)"
8919 msgstr ""
8921 #: config/h8300/h8300.c:358
8922 msgid "-ms2600 is used without -ms"
8923 msgstr ""
8925 #: config/h8300/h8300.c:364
8926 msgid "-mn is used without -mh or -ms"
8927 msgstr ""
8929 #. Macro to define tables used to set the flags.
8930 #. This is a list in braces of pairs in braces,
8931 #. each pair being { "NAME", VALUE }
8932 #. where VALUE is the bits to set or minus the bits to clear.
8933 #. An empty string NAME is used to identify the default VALUE.
8934 #: config/h8300/h8300.h:159
8935 msgid "Generate H8S code"
8936 msgstr ""
8938 #: config/h8300/h8300.h:160
8939 msgid "Do not generate H8S code"
8940 msgstr ""
8942 #: config/h8300/h8300.h:161
8943 msgid "Generate H8SX code"
8944 msgstr ""
8946 #: config/h8300/h8300.h:162
8947 msgid "Do not generate H8SX code"
8948 msgstr ""
8950 #: config/h8300/h8300.h:163
8951 msgid "Generate H8S/2600 code"
8952 msgstr ""
8954 #: config/h8300/h8300.h:164
8955 msgid "Do not generate H8S/2600 code"
8956 msgstr ""
8958 #: config/h8300/h8300.h:165
8959 msgid "Make integers 32 bits wide"
8960 msgstr ""
8962 #: config/h8300/h8300.h:168
8963 msgid "Use registers for argument passing"
8964 msgstr ""
8966 #: config/h8300/h8300.h:170
8967 msgid "Do not use registers for argument passing"
8968 msgstr ""
8970 #: config/h8300/h8300.h:172
8971 msgid "Consider access to byte sized memory slow"
8972 msgstr ""
8974 #: config/h8300/h8300.h:173
8975 msgid "Enable linker relaxing"
8976 msgstr ""
8978 #: config/h8300/h8300.h:174
8979 msgid "Generate H8/300H code"
8980 msgstr ""
8982 #: config/h8300/h8300.h:175
8983 msgid "Enable the normal mode"
8984 msgstr ""
8986 #: config/h8300/h8300.h:176
8987 msgid "Do not generate H8/300H code"
8988 msgstr ""
8990 #: config/h8300/h8300.h:177
8991 msgid "Use H8/300 alignment rules"
8992 msgstr ""
8994 #: config/i386/i386.c:1242
8995 #, c-format
8996 msgid "code model %s not supported in PIC mode"
8997 msgstr ""
8999 #: config/i386/i386.c:1252 config/sparc/sparc.c:575
9000 #, c-format
9001 msgid "bad value (%s) for -mcmodel= switch"
9002 msgstr ""
9004 #: config/i386/i386.c:1267
9005 #, c-format
9006 msgid "bad value (%s) for -masm= switch"
9007 msgstr ""
9009 #: config/i386/i386.c:1270
9010 #, c-format
9011 msgid "code model `%s' not supported in the %s bit mode"
9012 msgstr ""
9014 #: config/i386/i386.c:1273
9015 msgid "code model `large' not supported yet"
9016 msgstr ""
9018 #: config/i386/i386.c:1275
9019 #, c-format
9020 msgid "%i-bit mode not compiled in"
9021 msgstr ""
9023 #: config/i386/i386.c:1316 config/i386/i386.c:1330
9024 msgid "CPU you selected does not support x86-64 instruction set"
9025 msgstr ""
9027 #: config/i386/i386.c:1323 config/iq2000/iq2000.c:1671
9028 #, c-format
9029 msgid "bad value (%s) for -march= switch"
9030 msgstr ""
9032 #: config/i386/i386.c:1342
9033 #, c-format
9034 msgid "bad value (%s) for -mtune= switch"
9035 msgstr ""
9037 #: config/i386/i386.c:1359
9038 #, c-format
9039 msgid "-mregparm=%d is not between 0 and %d"
9040 msgstr ""
9042 #: config/i386/i386.c:1372
9043 msgid "-malign-loops is obsolete, use -falign-loops"
9044 msgstr ""
9046 #: config/i386/i386.c:1377 config/i386/i386.c:1390 config/i386/i386.c:1403
9047 #, c-format
9048 msgid "-malign-loops=%d is not between 0 and %d"
9049 msgstr ""
9051 #: config/i386/i386.c:1385
9052 msgid "-malign-jumps is obsolete, use -falign-jumps"
9053 msgstr ""
9055 #: config/i386/i386.c:1398
9056 msgid "-malign-functions is obsolete, use -falign-functions"
9057 msgstr ""
9059 #: config/i386/i386.c:1436
9060 #, c-format
9061 msgid "-mpreferred-stack-boundary=%d is not between %d and 12"
9062 msgstr ""
9064 #: config/i386/i386.c:1448
9065 #, c-format
9066 msgid "-mbranch-cost=%d is not between 0 and 5"
9067 msgstr ""
9069 #: config/i386/i386.c:1460
9070 #, c-format
9071 msgid "bad value (%s) for -mtls-dialect= switch"
9072 msgstr ""
9074 #: config/i386/i386.c:1489
9075 msgid "-malign-double makes no sense in the 64bit mode"
9076 msgstr ""
9078 #: config/i386/i386.c:1491
9079 msgid "-mrtd calling convention not supported in the 64bit mode"
9080 msgstr ""
9082 #: config/i386/i386.c:1513 config/i386/i386.c:1524
9083 msgid "SSE instruction set disabled, using 387 arithmetics"
9084 msgstr ""
9086 #: config/i386/i386.c:1529
9087 msgid "387 instruction set disabled, using SSE arithmetics"
9088 msgstr ""
9090 #: config/i386/i386.c:1536
9091 #, c-format
9092 msgid "bad value (%s) for -mfpmath= switch"
9093 msgstr ""
9095 #: config/i386/i386.c:1691 config/i386/i386.c:1702
9096 msgid "fastcall and stdcall attributes are not compatible"
9097 msgstr ""
9099 #: config/i386/i386.c:1695 config/i386/i386.c:1751
9100 msgid "fastcall and regparm attributes are not compatible"
9101 msgstr ""
9103 #: config/i386/i386.c:1738
9104 #, c-format
9105 msgid "`%s' attribute requires an integer constant argument"
9106 msgstr ""
9108 #: config/i386/i386.c:1744
9109 #, c-format
9110 msgid "argument to `%s' attribute larger than %d"
9111 msgstr ""
9113 #: config/i386/i386.c:2760
9114 msgid "SSE vector argument without SSE enabled changes the ABI"
9115 msgstr ""
9117 #: config/i386/i386.c:2776
9118 msgid "MMX vector argument without MMX enabled changes the ABI"
9119 msgstr ""
9121 #: config/i386/i386.c:3022
9122 msgid "SSE vector return without SSE enabled changes the ABI"
9123 msgstr ""
9125 #: config/i386/i386.c:5903
9126 msgid "invalid UNSPEC as operand"
9127 msgstr ""
9129 #: config/i386/i386.c:6161
9130 msgid "extended registers have no high halves"
9131 msgstr ""
9133 #: config/i386/i386.c:6176
9134 msgid "unsupported operand size for extended register"
9135 msgstr ""
9137 #: config/i386/i386.c:6491
9138 msgid ""
9139 "operand is neither a constant nor a condition code, invalid operand code 'c'"
9140 msgstr ""
9142 #: config/i386/i386.c:6537
9143 #, c-format
9144 msgid "invalid operand code `%c'"
9145 msgstr ""
9147 #: config/i386/i386.c:6580
9148 msgid "invalid constraints for operand"
9149 msgstr ""
9151 #: config/i386/i386.c:11316
9152 msgid "unknown insn mode"
9153 msgstr ""
9155 #: config/i386/i386.c:13175 config/i386/i386.c:13211
9156 #, c-format
9157 msgid "selector must be an integer constant in the range 0..%i"
9158 msgstr ""
9160 #: config/i386/i386.c:13439
9161 msgid "shift must be an immediate"
9162 msgstr ""
9164 #: config/i386/i386.c:14489
9165 #, c-format
9166 msgid "`%s' incompatible attribute ignored"
9167 msgstr ""
9169 #: config/i386/winnt.c:74
9170 #, c-format
9171 msgid "`%s' attribute only applies to variables"
9172 msgstr ""
9174 #: config/i386/winnt.c:173
9175 msgid ""
9176 "%Jfunction '%D' is defined after prior declaration as dllimport: attribute "
9177 "ignored"
9178 msgstr ""
9180 #: config/i386/winnt.c:184
9181 msgid "%Jinline function '%D' is declared as dllimport: attribute ignored."
9182 msgstr ""
9184 #: config/i386/winnt.c:196
9185 msgid "%Jdefinition of static data member '%D' of dllimport'd class."
9186 msgstr ""
9188 #: config/i386/winnt.c:256
9189 msgid "%Jinconsistent dll linkage for '%D', dllexport assumed."
9190 msgstr ""
9192 #: config/i386/winnt.c:300 config/sh/symbian.c:279
9193 #, c-format
9194 msgid "`%s' declared as both exported to and imported from a DLL"
9195 msgstr ""
9197 #: config/i386/winnt.c:309
9198 msgid ""
9199 "%Jfailure in redeclaration of '%D': dllimport'd symbol lacks external "
9200 "linkage."
9201 msgstr ""
9203 #: config/i386/winnt.c:448
9204 msgid "%J'%D' defined locally after being referenced with dllimport linkage"
9205 msgstr ""
9207 #: config/i386/winnt.c:451
9208 msgid ""
9209 "%J'%D' redeclared without dllimport attribute after being referenced with "
9210 "dllimport linkage"
9211 msgstr ""
9213 #: config/i386/winnt.c:618
9214 msgid "%J'%D' causes a section type conflict"
9215 msgstr ""
9217 #: config/i386/cygming.h:61
9218 msgid "Use the Cygwin interface"
9219 msgstr ""
9221 #: config/i386/cygming.h:62
9222 msgid "Use the Mingw32 interface"
9223 msgstr ""
9225 #: config/i386/cygming.h:63
9226 msgid "Create GUI application"
9227 msgstr ""
9229 #: config/i386/cygming.h:64
9230 msgid "Don't set Windows defines"
9231 msgstr ""
9233 #: config/i386/cygming.h:65
9234 msgid "Set Windows defines"
9235 msgstr ""
9237 #: config/i386/cygming.h:66
9238 msgid "Create console application"
9239 msgstr ""
9241 #: config/i386/cygming.h:67
9242 msgid "Generate code for a DLL"
9243 msgstr ""
9245 #: config/i386/cygming.h:69
9246 msgid "Ignore dllimport for functions"
9247 msgstr ""
9249 #: config/i386/cygming.h:71
9250 msgid "Use Mingw-specific thread support"
9251 msgstr ""
9253 #: config/i386/cygming.h:182
9254 #, c-format
9255 msgid "-f%s ignored for target (all code is position independent)"
9256 msgstr ""
9258 #: config/i386/djgpp.h:191
9259 msgid "-mbnu210 is ignored (option is obsolete)"
9260 msgstr ""
9262 #: config/i386/i386-interix.h:257
9263 msgid "ms-bitfields not supported for objc"
9264 msgstr ""
9266 #. Deprecated.
9267 #. Deprecated.
9268 #. Deprecated.
9269 #. Deprecated.
9270 #. Deprecated.
9271 #. Deprecated.
9272 #: config/i386/i386.h:345
9273 msgid "Alternate calling convention"
9274 msgstr ""
9276 #: config/i386/i386.h:347 config/m68k/m68k.h:336 config/ns32k/ns32k.h:144
9277 msgid "Use normal calling convention"
9278 msgstr ""
9280 #: config/i386/i386.h:349
9281 msgid "Align some doubles on dword boundary"
9282 msgstr ""
9284 #: config/i386/i386.h:351
9285 msgid "Align doubles on word boundary"
9286 msgstr ""
9288 #: config/i386/i386.h:353
9289 msgid "Uninitialized locals in .bss"
9290 msgstr ""
9292 #: config/i386/i386.h:355
9293 msgid "Uninitialized locals in .data"
9294 msgstr ""
9296 #: config/i386/i386.h:357 config/m68k/linux.h:42 config/ns32k/ns32k.h:167
9297 msgid "Use IEEE math for fp comparisons"
9298 msgstr ""
9300 #: config/i386/i386.h:359 config/ns32k/ns32k.h:169
9301 msgid "Do not use IEEE math for fp comparisons"
9302 msgstr ""
9304 #: config/i386/i386.h:361
9305 msgid "Return values of functions in FPU registers"
9306 msgstr ""
9308 #: config/i386/i386.h:363
9309 msgid "Do not return values of functions in FPU registers"
9310 msgstr ""
9312 #: config/i386/i386.h:365
9313 msgid "Do not generate sin, cos, sqrt for FPU"
9314 msgstr ""
9316 #: config/i386/i386.h:367
9317 msgid "Generate sin, cos, sqrt for FPU"
9318 msgstr ""
9320 #: config/i386/i386.h:369
9321 msgid "Omit the frame pointer in leaf functions"
9322 msgstr ""
9324 #: config/i386/i386.h:372
9325 msgid "Enable stack probing"
9326 msgstr ""
9328 #. undocumented
9329 #. undocumented
9330 #: config/i386/i386.h:377
9331 msgid "Align destination of the string operations"
9332 msgstr ""
9334 #: config/i386/i386.h:379
9335 msgid "Do not align destination of the string operations"
9336 msgstr ""
9338 #: config/i386/i386.h:381
9339 msgid "Inline all known string operations"
9340 msgstr ""
9342 #: config/i386/i386.h:383
9343 msgid "Do not inline all known string operations"
9344 msgstr ""
9346 #: config/i386/i386.h:385 config/i386/i386.h:389
9347 msgid "Use push instructions to save outgoing arguments"
9348 msgstr ""
9350 #: config/i386/i386.h:387 config/i386/i386.h:391
9351 msgid "Do not use push instructions to save outgoing arguments"
9352 msgstr ""
9354 #: config/i386/i386.h:393
9355 msgid "Support MMX built-in functions"
9356 msgstr ""
9358 #: config/i386/i386.h:395
9359 msgid "Do not support MMX built-in functions"
9360 msgstr ""
9362 #: config/i386/i386.h:397
9363 msgid "Support 3DNow! built-in functions"
9364 msgstr ""
9366 #: config/i386/i386.h:399
9367 msgid "Do not support 3DNow! built-in functions"
9368 msgstr ""
9370 #: config/i386/i386.h:401
9371 msgid "Support MMX and SSE built-in functions and code generation"
9372 msgstr ""
9374 #: config/i386/i386.h:403
9375 msgid "Do not support MMX and SSE built-in functions and code generation"
9376 msgstr ""
9378 #: config/i386/i386.h:405
9379 msgid "Support MMX, SSE and SSE2 built-in functions and code generation"
9380 msgstr ""
9382 #: config/i386/i386.h:407
9383 msgid "Do not support MMX, SSE and SSE2 built-in functions and code generation"
9384 msgstr ""
9386 #: config/i386/i386.h:409
9387 msgid "Support MMX, SSE, SSE2 and SSE3 built-in functions and code generation"
9388 msgstr ""
9390 #: config/i386/i386.h:411
9391 msgid ""
9392 "Do not support MMX, SSE, SSE2 and SSE3 built-in functions and code generation"
9393 msgstr ""
9395 #: config/i386/i386.h:413
9396 msgid "sizeof(long double) is 16"
9397 msgstr ""
9399 #: config/i386/i386.h:415
9400 msgid "sizeof(long double) is 12"
9401 msgstr ""
9403 #: config/i386/i386.h:417
9404 msgid "Generate 64bit x86-64 code"
9405 msgstr ""
9407 #: config/i386/i386.h:419
9408 msgid "Generate 32bit i386 code"
9409 msgstr ""
9411 #: config/i386/i386.h:421
9412 msgid "Use native (MS) bitfield layout"
9413 msgstr ""
9415 #: config/i386/i386.h:423
9416 msgid "Use gcc default bitfield layout"
9417 msgstr ""
9419 #: config/i386/i386.h:425
9420 msgid "Use red-zone in the x86-64 code"
9421 msgstr ""
9423 #: config/i386/i386.h:427
9424 msgid "Do not use red-zone in the x86-64 code"
9425 msgstr ""
9427 #: config/i386/i386.h:429
9428 #, c-format
9429 msgid "Use direct references against %gs when accessing tls data"
9430 msgstr ""
9432 #: config/i386/i386.h:431
9433 #, c-format
9434 msgid "Do not use direct references against %gs when accessing tls data"
9435 msgstr ""
9437 #. This macro is similar to `TARGET_SWITCHES' but defines names of
9438 #. command options that have values.  Its definition is an
9439 #. initializer with a subgrouping for each command option.
9441 #. Each subgrouping contains a string constant, that defines the
9442 #. fixed part of the option name, and the address of a variable.  The
9443 #. variable, type `char *', is set to the variable part of the given
9444 #. option if the fixed part matches.  The actual option name is made
9445 #. by appending `-m' to the specified name.
9446 #: config/i386/i386.h:465 config/ia64/ia64.h:286 config/rs6000/rs6000.h:453
9447 #: config/s390/s390.h:152 config/sparc/sparc.h:711
9448 msgid "Schedule code for given CPU"
9449 msgstr ""
9451 #: config/i386/i386.h:467
9452 msgid "Generate floating point mathematics using given instruction set"
9453 msgstr ""
9455 #: config/i386/i386.h:469 config/s390/s390.h:154
9456 msgid "Generate code for given CPU"
9457 msgstr ""
9459 #: config/i386/i386.h:471
9460 msgid "Number of registers used to pass integer arguments"
9461 msgstr ""
9463 #: config/i386/i386.h:473
9464 msgid "Loop code aligned to this power of 2"
9465 msgstr ""
9467 #: config/i386/i386.h:475
9468 msgid "Jump targets are aligned to this power of 2"
9469 msgstr ""
9471 #: config/i386/i386.h:477
9472 msgid "Function starts are aligned to this power of 2"
9473 msgstr ""
9475 #: config/i386/i386.h:480
9476 msgid "Attempt to keep stack aligned to this power of 2"
9477 msgstr ""
9479 #: config/i386/i386.h:482
9480 msgid "Branches are this expensive (1-5, arbitrary units)"
9481 msgstr ""
9483 #: config/i386/i386.h:484
9484 msgid "Use given x86-64 code model"
9485 msgstr ""
9487 #. Undocumented.
9488 #. Undocumented.
9489 #: config/i386/i386.h:490
9490 msgid "Use given assembler dialect"
9491 msgstr ""
9493 #: config/i386/i386.h:492
9494 msgid "Use given thread-local storage dialect"
9495 msgstr ""
9497 #: config/i386/sco5.h:290
9498 msgid "Generate ELF output"
9499 msgstr ""
9501 #. 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.
9502 #. 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.
9503 #: config/i386/xm-djgpp.h:62
9504 msgid "environment variable DJGPP not defined"
9505 msgstr ""
9507 #: config/i386/xm-djgpp.h:64
9508 #, c-format
9509 msgid "environment variable DJGPP points to missing file '%s'"
9510 msgstr ""
9512 #: config/i386/xm-djgpp.h:67
9513 #, c-format
9514 msgid "environment variable DJGPP points to corrupt file '%s'"
9515 msgstr ""
9517 #. Macro to define tables used to set the flags.
9518 #. This is a list in braces of pairs in braces,
9519 #. each pair being { "NAME", VALUE }
9520 #. where VALUE is the bits to set or minus the bits to clear.
9521 #. An empty string NAME is used to identify the default VALUE.
9522 #: config/i860/i860.h:60
9523 msgid "Generate code which uses the FPU"
9524 msgstr ""
9526 #: config/i860/i860.h:61 config/i860/i860.h:62
9527 msgid "Do not generate code which uses the FPU"
9528 msgstr ""
9530 #: config/ia64/ia64-c.c:52
9531 msgid "malformed #pragma builtin"
9532 msgstr ""
9534 #: config/ia64/ia64.c:480 config/m32r/m32r.c:356
9535 #, c-format
9536 msgid "invalid argument of `%s' attribute"
9537 msgstr ""
9539 #: config/ia64/ia64.c:492
9540 msgid "%Jan address area attribute cannot be specified for local variables"
9541 msgstr ""
9543 #: config/ia64/ia64.c:499
9544 msgid "%Jaddress area of '%s' conflicts with previous declaration"
9545 msgstr ""
9547 #: config/ia64/ia64.c:506
9548 msgid "%Jaddress area attribute cannot be specified for functions"
9549 msgstr ""
9551 #: config/ia64/ia64.c:3754
9552 msgid "ia64_print_operand: unknown code"
9553 msgstr ""
9555 #: config/ia64/ia64.c:4094 config/pa/pa.c:316
9556 msgid "value of -mfixed-range must have form REG1-REG2"
9557 msgstr ""
9559 #: config/ia64/ia64.c:4121 config/pa/pa.c:343
9560 #, c-format
9561 msgid "%s-%s is an empty range"
9562 msgstr ""
9564 #: config/ia64/ia64.c:4172
9565 msgid "cannot optimize floating point division for both latency and throughput"
9566 msgstr ""
9568 #: config/ia64/ia64.c:4189
9569 msgid "cannot optimize integer division for both latency and throughput"
9570 msgstr ""
9572 #: config/ia64/ia64.c:4206
9573 msgid "cannot optimize square root for both latency and throughput"
9574 msgstr ""
9576 #: config/ia64/ia64.c:4220
9577 msgid "not yet implemented: latency-optimized inline square root"
9578 msgstr ""
9580 #: config/ia64/ia64.c:4232
9581 #, c-format
9582 msgid "bad value (%s) for -mtls-size= switch"
9583 msgstr ""
9585 #: config/ia64/ia64.c:4248
9586 #, c-format
9587 msgid "bad value (%s) for -tune= switch"
9588 msgstr ""
9590 #. This macro defines names of command options to set and clear bits in
9591 #. `target_flags'.  Its definition is an initializer with a subgrouping for
9592 #. each command option.
9593 #: config/ia64/ia64.h:182
9594 msgid "Generate big endian code"
9595 msgstr ""
9597 #: config/ia64/ia64.h:184 config/mcore/mcore.h:146
9598 msgid "Generate little endian code"
9599 msgstr ""
9601 #: config/ia64/ia64.h:186
9602 msgid "Generate code for GNU as"
9603 msgstr ""
9605 #: config/ia64/ia64.h:188
9606 msgid "Generate code for Intel as"
9607 msgstr ""
9609 #: config/ia64/ia64.h:190
9610 msgid "Generate code for GNU ld"
9611 msgstr ""
9613 #: config/ia64/ia64.h:192
9614 msgid "Generate code for Intel ld"
9615 msgstr ""
9617 #: config/ia64/ia64.h:194
9618 msgid "Generate code without GP reg"
9619 msgstr ""
9621 #: config/ia64/ia64.h:196
9622 msgid "Emit stop bits before and after volatile extended asms"
9623 msgstr ""
9625 #: config/ia64/ia64.h:198
9626 msgid "Don't emit stop bits before and after volatile extended asms"
9627 msgstr ""
9629 #: config/ia64/ia64.h:200
9630 msgid "Emit code for Itanium (TM) processor B step"
9631 msgstr ""
9633 #: config/ia64/ia64.h:202
9634 msgid "Use in/loc/out register names"
9635 msgstr ""
9637 #: config/ia64/ia64.h:204
9638 msgid "Disable use of sdata/scommon/sbss"
9639 msgstr ""
9641 #: config/ia64/ia64.h:206
9642 msgid "Enable use of sdata/scommon/sbss"
9643 msgstr ""
9645 #: config/ia64/ia64.h:208
9646 msgid "gp is constant (but save/restore gp on indirect calls)"
9647 msgstr ""
9649 #: config/ia64/ia64.h:210
9650 msgid "Generate self-relocatable code"
9651 msgstr ""
9653 #: config/ia64/ia64.h:212
9654 msgid "Generate inline floating point division, optimize for latency"
9655 msgstr ""
9657 #: config/ia64/ia64.h:214
9658 msgid "Generate inline floating point division, optimize for throughput"
9659 msgstr ""
9661 #: config/ia64/ia64.h:217
9662 msgid "Do not inline floating point division"
9663 msgstr ""
9665 #: config/ia64/ia64.h:219
9666 msgid "Generate inline integer division, optimize for latency"
9667 msgstr ""
9669 #: config/ia64/ia64.h:221
9670 msgid "Generate inline integer division, optimize for throughput"
9671 msgstr ""
9673 #: config/ia64/ia64.h:223
9674 msgid "Do not inline integer division"
9675 msgstr ""
9677 #: config/ia64/ia64.h:225
9678 msgid "Generate inline square root, optimize for latency"
9679 msgstr ""
9681 #: config/ia64/ia64.h:227
9682 msgid "Generate inline square root, optimize for throughput"
9683 msgstr ""
9685 #: config/ia64/ia64.h:229
9686 msgid "Do not inline square root"
9687 msgstr ""
9689 #: config/ia64/ia64.h:231
9690 msgid "Enable Dwarf 2 line debug info via GNU as"
9691 msgstr ""
9693 #: config/ia64/ia64.h:233
9694 msgid "Disable Dwarf 2 line debug info via GNU as"
9695 msgstr ""
9697 #: config/ia64/ia64.h:235
9698 msgid "Enable earlier placing stop bits for better scheduling"
9699 msgstr ""
9701 #: config/ia64/ia64.h:237
9702 msgid "Disable earlier placing stop bits"
9703 msgstr ""
9705 #: config/ia64/ia64.h:282
9706 msgid "Specify range of registers to make fixed"
9707 msgstr ""
9709 #: config/ip2k/ip2k.c:1086
9710 msgid "bad operand"
9711 msgstr ""
9713 #: config/iq2000/iq2000.c:1647
9714 #, c-format
9715 msgid "bad value (%s) for -mcpu= switch"
9716 msgstr ""
9718 #: config/iq2000/iq2000.c:1676
9719 #, c-format
9720 msgid "The compiler does not support -march=%s."
9721 msgstr ""
9723 #: config/iq2000/iq2000.c:2063
9724 #, c-format
9725 msgid "gp_offset (%ld) or end_offset (%ld) is less than zero."
9726 msgstr ""
9728 #: config/iq2000/iq2000.c:2845
9729 #, c-format
9730 msgid "argument `%d' is not a constant"
9731 msgstr ""
9733 #: config/iq2000/iq2000.c:3148 config/xtensa/xtensa.c:2033
9734 msgid "PRINT_OPERAND_ADDRESS, null pointer"
9735 msgstr ""
9737 #: config/iq2000/iq2000.c:3303
9738 #, c-format
9739 msgid "PRINT_OPERAND: Unknown punctuation '%c'"
9740 msgstr ""
9742 #: config/iq2000/iq2000.c:3312 config/mips/mips.c:4809
9743 #: config/xtensa/xtensa.c:1887
9744 msgid "PRINT_OPERAND null pointer"
9745 msgstr ""
9747 #: config/iq2000/iq2000.c:3381
9748 #, c-format
9749 msgid "invalid %%P operand"
9750 msgstr ""
9752 #: config/iq2000/iq2000.c:3389 config/rs6000/rs6000.c:10124
9753 #, c-format
9754 msgid "invalid %%p value"
9755 msgstr ""
9757 #: config/iq2000/iq2000.c:3453 config/mips/mips.c:4935
9758 #, c-format
9759 msgid "invalid use of %%d, %%x, or %%X"
9760 msgstr ""
9762 #: config/iq2000/iq2000.h:72 config/mn10300/mn10300.h:74
9763 msgid "No default crt0.o"
9764 msgstr ""
9766 #: config/iq2000/iq2000.h:74
9767 msgid "Use GP relative sdata/sbss sections"
9768 msgstr ""
9770 #: config/iq2000/iq2000.h:76
9771 msgid "Don't use GP relative sdata/sbss sections"
9772 msgstr ""
9774 #: config/iq2000/iq2000.h:78 config/mips/mips.h:579
9775 msgid "Use ROM instead of RAM"
9776 msgstr ""
9778 #: config/iq2000/iq2000.h:80 config/mips/mips.h:581
9779 msgid "Don't use ROM instead of RAM"
9780 msgstr ""
9782 #: config/iq2000/iq2000.h:82 config/mips/mips.h:583
9783 msgid "Put uninitialized constants in ROM (needs -membedded-data)"
9784 msgstr ""
9786 #: config/iq2000/iq2000.h:84 config/mips/mips.h:585
9787 msgid "Don't put uninitialized constants in ROM"
9788 msgstr ""
9790 #: config/iq2000/iq2000.h:106 config/mips/mips.h:770
9791 msgid "Specify CPU for scheduling purposes"
9792 msgstr ""
9794 #: config/iq2000/iq2000.h:108 config/mips/mips.h:772
9795 msgid "Specify CPU for code generation purposes"
9796 msgstr ""
9798 #: config/m32r/m32r.c:174
9799 #, c-format
9800 msgid "bad value (%s) for -mmodel switch"
9801 msgstr ""
9803 #: config/m32r/m32r.c:183
9804 #, c-format
9805 msgid "bad value (%s) for -msdata switch"
9806 msgstr ""
9808 #: config/m32r/m32r.c:190
9809 #, c-format
9810 msgid "bad value (%s) for -flush-trap=n (0=<n<=15)"
9811 msgstr ""
9813 #: config/m32r/m32r.c:2100
9814 #, c-format
9815 msgid "invalid operand to %%s code"
9816 msgstr ""
9818 #: config/m32r/m32r.c:2107
9819 #, c-format
9820 msgid "invalid operand to %%p code"
9821 msgstr ""
9823 #: config/m32r/m32r.c:2162
9824 msgid "bad insn for 'A'"
9825 msgstr ""
9827 #: config/m32r/m32r.c:2209
9828 #, c-format
9829 msgid "invalid operand to %%T/%%B code"
9830 msgstr ""
9832 #: config/m32r/m32r.c:2232
9833 #, c-format
9834 msgid "invalid operand to %%N code"
9835 msgstr ""
9837 #: config/m32r/m32r.c:2265
9838 msgid "pre-increment address is not a register"
9839 msgstr ""
9841 #: config/m32r/m32r.c:2272
9842 msgid "pre-decrement address is not a register"
9843 msgstr ""
9845 #: config/m32r/m32r.c:2279
9846 msgid "post-increment address is not a register"
9847 msgstr ""
9849 #: config/m32r/m32r.c:2355 config/m32r/m32r.c:2371
9850 #: config/rs6000/rs6000.c:16433
9851 msgid "bad address"
9852 msgstr ""
9854 #: config/m32r/m32r.c:2376
9855 msgid "lo_sum not of register"
9856 msgstr ""
9858 #. { "relax",                   TARGET_RELAX_MASK, "" },                    { "no-relax",               -TARGET_RELAX_MASK, "" },
9859 #: config/m32r/m32r.h:283
9860 msgid "Display compile time statistics"
9861 msgstr ""
9863 #: config/m32r/m32r.h:285
9864 msgid "Align all loops to 32 byte boundary"
9865 msgstr ""
9867 #: config/m32r/m32r.h:288
9868 msgid "Only issue one instruction per cycle"
9869 msgstr ""
9871 #: config/m32r/m32r.h:291
9872 msgid "Prefer branches over conditional execution"
9873 msgstr ""
9875 #: config/m32r/m32r.h:312
9876 msgid "Code size: small, medium or large"
9877 msgstr ""
9879 #: config/m32r/m32r.h:314
9880 msgid "Small data area: none, sdata, use"
9881 msgstr ""
9883 #: config/m32r/m32r.h:316 config/mips/mips.h:778
9884 msgid "Don't call any cache flush functions"
9885 msgstr ""
9887 #: config/m32r/m32r.h:318 config/mips/mips.h:780
9888 msgid "Specify cache flush function"
9889 msgstr ""
9891 #: config/m32r/m32r.h:320
9892 msgid "Don't call any cache flush trap"
9893 msgstr ""
9895 #: config/m32r/m32r.h:322
9896 msgid "Specify cache flush trap number"
9897 msgstr ""
9899 #: config/m68hc11/m68hc11.c:293
9900 #, c-format
9901 msgid "-f%s ignored for 68HC11/68HC12 (not supported)"
9902 msgstr ""
9904 #: config/m68hc11/m68hc11.c:1435
9905 msgid "`trap' and `far' attributes are not compatible, ignoring `far'"
9906 msgstr ""
9908 #: config/m68hc11/m68hc11.c:1441
9909 msgid "`trap' attribute is already used"
9910 msgstr ""
9912 #. !!!! SCz wrong here.
9913 #: config/m68hc11/m68hc11.c:3400 config/m68hc11/m68hc11.c:3784
9914 msgid "move insn not handled"
9915 msgstr ""
9917 #: config/m68hc11/m68hc11.c:3632 config/m68hc11/m68hc11.c:3716
9918 #: config/m68hc11/m68hc11.c:3987
9919 msgid "invalid register in the move instruction"
9920 msgstr ""
9922 #: config/m68hc11/m68hc11.c:3666
9923 msgid "invalid operand in the instruction"
9924 msgstr ""
9926 #: config/m68hc11/m68hc11.c:3961
9927 msgid "invalid register in the instruction"
9928 msgstr ""
9930 #: config/m68hc11/m68hc11.c:3994
9931 msgid "operand 1 must be a hard register"
9932 msgstr ""
9934 #: config/m68hc11/m68hc11.c:4008
9935 msgid "invalid rotate insn"
9936 msgstr ""
9938 #: config/m68hc11/m68hc11.c:4432
9939 msgid "registers IX, IY and Z used in the same INSN"
9940 msgstr ""
9942 #: config/m68hc11/m68hc11.c:4769 config/m68hc11/m68hc11.c:5069
9943 msgid "cannot do z-register replacement"
9944 msgstr ""
9946 #: config/m68hc11/m68hc11.c:5132
9947 msgid "invalid Z register replacement for insn"
9948 msgstr ""
9950 #. Macro to define tables used to set the flags. This is a list in braces of
9951 #. pairs in braces, each pair being { "NAME", VALUE } where VALUE is the bits
9952 #. to set or minus the bits to clear. An empty string NAME is used to
9953 #. identify the default VALUE.
9954 #: config/m68hc11/m68hc11.h:179
9955 msgid "Compile with 16-bit integer mode"
9956 msgstr ""
9958 #: config/m68hc11/m68hc11.h:181
9959 msgid "Compile with 32-bit integer mode"
9960 msgstr ""
9962 #: config/m68hc11/m68hc11.h:183
9963 msgid "Auto pre/post decrement increment allowed"
9964 msgstr ""
9966 #: config/m68hc11/m68hc11.h:185
9967 msgid "Auto pre/post decrement increment not allowed"
9968 msgstr ""
9970 #: config/m68hc11/m68hc11.h:187
9971 msgid "Min/max instructions allowed"
9972 msgstr ""
9974 #: config/m68hc11/m68hc11.h:189
9975 msgid "Min/max instructions not allowed"
9976 msgstr ""
9978 #: config/m68hc11/m68hc11.h:191
9979 msgid "Use call and rtc for function calls and returns"
9980 msgstr ""
9982 #: config/m68hc11/m68hc11.h:193
9983 msgid "Use jsr and rts for function calls and returns"
9984 msgstr ""
9986 #: config/m68hc11/m68hc11.h:195
9987 msgid "Do not use direct addressing mode for soft registers"
9988 msgstr ""
9990 #: config/m68hc11/m68hc11.h:197
9991 msgid "Use direct addressing mode for soft registers"
9992 msgstr ""
9994 #: config/m68hc11/m68hc11.h:199 config/m68hc11/m68hc11.h:205
9995 msgid "Compile for a 68HC11"
9996 msgstr ""
9998 #: config/m68hc11/m68hc11.h:201 config/m68hc11/m68hc11.h:207
9999 msgid "Compile for a 68HC12"
10000 msgstr ""
10002 #: config/m68hc11/m68hc11.h:203 config/m68hc11/m68hc11.h:209
10003 msgid "Compile for a 68HCS12"
10004 msgstr ""
10006 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10007 #. command options that have values.  Its definition is an
10008 #. initializer with a subgrouping for each command option.
10010 #. Each subgrouping contains a string constant, that defines the
10011 #. fixed part of the option name, and the address of a variable.  The
10012 #. variable, type `char *', is set to the variable part of the given
10013 #. option if the fixed part matches.  The actual option name is made
10014 #. by appending `-m' to the specified name.
10015 #: config/m68hc11/m68hc11.h:223
10016 msgid "Specify the register allocation order"
10017 msgstr ""
10019 #: config/m68hc11/m68hc11.h:225
10020 msgid "Indicate the number of soft registers available"
10021 msgstr ""
10023 #: config/m68k/m68k.c:216
10024 msgid "-mshared-library-id= specified without -mid-shared-library"
10025 msgstr ""
10027 #: config/m68k/m68k.c:219
10028 #, c-format
10029 msgid "-mshared-library-id=%d is not between 0 and %d"
10030 msgstr ""
10032 #: config/m68k/m68k.c:233
10033 msgid "cannot specify both -msep-data and -mid-shared-library"
10034 msgstr ""
10036 #: config/m68k/m68k.c:245
10037 msgid "-fPIC is not currently supported on the 68000 or 68010\n"
10038 msgstr ""
10040 #: config/m68k/m68k.c:543 config/rs6000/rs6000.c:12609
10041 msgid "stack limit expression is not supported"
10042 msgstr ""
10044 #: config/m68k/m68k.h:240 config/m68k/m68k.h:242
10045 msgid "Generate code for a 68020"
10046 msgstr ""
10048 #: config/m68k/m68k.h:247 config/m68k/m68k.h:250
10049 msgid "Generate code for a 68000"
10050 msgstr ""
10052 #: config/m68k/m68k.h:252
10053 msgid "Use the bit-field instructions"
10054 msgstr ""
10056 #: config/m68k/m68k.h:254
10057 msgid "Do not use the bit-field instructions"
10058 msgstr ""
10060 #: config/m68k/m68k.h:256
10061 msgid "Consider type `int' to be 16 bits wide"
10062 msgstr ""
10064 #: config/m68k/m68k.h:258
10065 msgid "Consider type `int' to be 32 bits wide"
10066 msgstr ""
10068 #: config/m68k/m68k.h:261
10069 msgid "Generate code with library calls for floating point"
10070 msgstr ""
10072 #: config/m68k/m68k.h:263
10073 msgid "Generate code for a 68040, without any new instructions"
10074 msgstr ""
10076 #: config/m68k/m68k.h:266
10077 msgid "Generate code for a 68060, without any new instructions"
10078 msgstr ""
10080 #: config/m68k/m68k.h:270
10081 msgid "Generate code for a 68030"
10082 msgstr ""
10084 #: config/m68k/m68k.h:273
10085 msgid "Generate code for a 68040"
10086 msgstr ""
10088 #: config/m68k/m68k.h:277
10089 msgid "Generate code for a 68060"
10090 msgstr ""
10092 #: config/m68k/m68k.h:282
10093 msgid "Generate code for a 520X"
10094 msgstr ""
10096 #: config/m68k/m68k.h:286
10097 msgid "Generate code for a 5206e"
10098 msgstr ""
10100 #: config/m68k/m68k.h:290
10101 msgid "Generate code for a 528x"
10102 msgstr ""
10104 #: config/m68k/m68k.h:294
10105 msgid "Generate code for a 5307"
10106 msgstr ""
10108 #: config/m68k/m68k.h:298
10109 msgid "Generate code for a 5407"
10110 msgstr ""
10112 #: config/m68k/m68k.h:301
10113 msgid "Generate code for a 68851"
10114 msgstr ""
10116 #: config/m68k/m68k.h:303
10117 msgid "Do no generate code for a 68851"
10118 msgstr ""
10120 #: config/m68k/m68k.h:306
10121 msgid "Generate code for a 68302"
10122 msgstr ""
10124 #: config/m68k/m68k.h:309
10125 msgid "Generate code for a 68332"
10126 msgstr ""
10128 #: config/m68k/m68k.h:313
10129 msgid "Generate code for a cpu32"
10130 msgstr ""
10132 #: config/m68k/m68k.h:316
10133 msgid "Align variables on a 32-bit boundary"
10134 msgstr ""
10136 #: config/m68k/m68k.h:318
10137 msgid "Align variables on a 16-bit boundary"
10138 msgstr ""
10140 #: config/m68k/m68k.h:320
10141 msgid "Enable separate data segment"
10142 msgstr ""
10144 #: config/m68k/m68k.h:322
10145 msgid "Disable separate data segment"
10146 msgstr ""
10148 #: config/m68k/m68k.h:324
10149 msgid "Enable ID based shared library"
10150 msgstr ""
10152 #: config/m68k/m68k.h:326
10153 msgid "Disable ID based shared library"
10154 msgstr ""
10156 #: config/m68k/m68k.h:328
10157 msgid "Generate pc-relative code"
10158 msgstr ""
10160 #: config/m68k/m68k.h:330
10161 msgid "Do not use unaligned memory references"
10162 msgstr ""
10164 #: config/m68k/m68k.h:332
10165 msgid "Use unaligned memory references"
10166 msgstr ""
10168 #: config/m68k/m68k.h:334
10169 msgid "Use different calling convention using 'rtd'"
10170 msgstr ""
10172 #. TARGET_DEFAULT is defined in m68k-none.h, netbsd.h, etc.
10173 #: config/m68k/m68k.h:344
10174 msgid "ID of shared library to build"
10175 msgstr ""
10177 #: config/mcore/mcore.c:2987
10178 #, c-format
10179 msgid "invalid option `-mstack-increment=%s'"
10180 msgstr ""
10182 #: config/mcore/mcore.h:113
10183 msgid "Inline constants if it can be done in 2 insns or less"
10184 msgstr ""
10186 #: config/mcore/mcore.h:115
10187 msgid "Inline constants if it only takes 1 instruction"
10188 msgstr ""
10190 #: config/mcore/mcore.h:117
10191 msgid "Set maximum alignment to 4"
10192 msgstr ""
10194 #: config/mcore/mcore.h:119
10195 msgid "Set maximum alignment to 8"
10196 msgstr ""
10198 #: config/mcore/mcore.h:123
10199 msgid "Do not use the divide instruction"
10200 msgstr ""
10202 #: config/mcore/mcore.h:127
10203 msgid "Do not arbitrary sized immediates in bit operations"
10204 msgstr ""
10206 #: config/mcore/mcore.h:129
10207 msgid "Always treat bit-field as int-sized"
10208 msgstr ""
10210 #: config/mcore/mcore.h:133
10211 msgid "Force functions to be aligned to a 4 byte boundary"
10212 msgstr ""
10214 #: config/mcore/mcore.h:135
10215 msgid "Force functions to be aligned to a 2 byte boundary"
10216 msgstr ""
10218 #: config/mcore/mcore.h:137
10219 msgid "Emit call graph information"
10220 msgstr ""
10222 #: config/mcore/mcore.h:141
10223 msgid "Prefer word accesses over byte accesses"
10224 msgstr ""
10226 #: config/mcore/mcore.h:152
10227 msgid "Generate code for the M*Core M340"
10228 msgstr ""
10230 #: config/mcore/mcore.h:165
10231 msgid "Maximum amount for a single stack increment operation"
10232 msgstr ""
10234 #: config/mips/mips.c:4006
10235 #, c-format
10236 msgid "bad value (%s) for -mabi= switch"
10237 msgstr ""
10239 #: config/mips/mips.c:4029
10240 #, c-format
10241 msgid ""
10242 "-mips%s conflicts with the other architecture options, which specify a MIPS%"
10243 "d processor"
10244 msgstr ""
10246 #: config/mips/mips.c:4048
10247 #, c-format
10248 msgid "-march=%s is not compatible with the selected ABI"
10249 msgstr ""
10251 #: config/mips/mips.c:4063
10252 msgid "-mgp64 used with a 32-bit processor"
10253 msgstr ""
10255 #: config/mips/mips.c:4065
10256 msgid "-mgp32 used with a 64-bit ABI"
10257 msgstr ""
10259 #: config/mips/mips.c:4067
10260 msgid "-mgp64 used with a 32-bit ABI"
10261 msgstr ""
10263 #: config/mips/mips.c:4085 config/mips/mips.c:4087 config/mips/mips.c:4089
10264 #: config/mips/mips.c:4169
10265 #, c-format
10266 msgid "unsupported combination: %s"
10267 msgstr ""
10269 #: config/mips/mips.c:4164
10270 msgid ""
10271 "generation of Branch Likely instructions enabled, but not supported by "
10272 "architecture"
10273 msgstr ""
10275 #: config/mips/mips.c:4181
10276 msgid "-G is incompatible with PIC code which is the default"
10277 msgstr ""
10279 #: config/mips/mips.c:4248
10280 msgid "-mips3d requires -mpaired-single"
10281 msgstr ""
10283 #: config/mips/mips.c:4257
10284 msgid "-mips3d/-mpaired-single must be used with -mfp64 -mhard-float"
10285 msgstr ""
10287 #: config/mips/mips.c:4262
10288 msgid "-mips3d/-mpaired-single must be used with -mips64"
10289 msgstr ""
10291 #: config/mips/mips.c:4620
10292 msgid "mips_debugger_offset called with non stack/frame/arg pointer"
10293 msgstr ""
10295 #: config/mips/mips.c:4746
10296 #, c-format
10297 msgid "internal error: %%) found without a %%( in assembler pattern"
10298 msgstr ""
10300 #: config/mips/mips.c:4760
10301 #, c-format
10302 msgid "internal error: %%] found without a %%[ in assembler pattern"
10303 msgstr ""
10305 #: config/mips/mips.c:4773
10306 #, c-format
10307 msgid "internal error: %%> found without a %%< in assembler pattern"
10308 msgstr ""
10310 #: config/mips/mips.c:4786
10311 #, c-format
10312 msgid "internal error: %%} found without a %%{ in assembler pattern"
10313 msgstr ""
10315 #: config/mips/mips.c:4800
10316 #, c-format
10317 msgid "PRINT_OPERAND: unknown punctuation '%c'"
10318 msgstr ""
10320 #: config/mips/mips.c:4829
10321 #, c-format
10322 msgid "PRINT_OPERAND, invalid insn for %%C"
10323 msgstr ""
10325 #: config/mips/mips.c:4846
10326 #, c-format
10327 msgid "PRINT_OPERAND, invalid insn for %%N"
10328 msgstr ""
10330 #: config/mips/mips.c:4855
10331 #, c-format
10332 msgid "PRINT_OPERAND, invalid insn for %%F"
10333 msgstr ""
10335 #: config/mips/mips.c:4864
10336 #, c-format
10337 msgid "PRINT_OPERAND, invalid insn for %%W"
10338 msgstr ""
10340 #: config/mips/mips.c:4885
10341 #, c-format
10342 msgid "invalid %%Y value"
10343 msgstr ""
10345 #: config/mips/mips.c:4963
10346 msgid "PRINT_OPERAND, invalid operand for relocation"
10347 msgstr ""
10349 #: config/mips/mips.c:7518
10350 #, c-format
10351 msgid "cannot handle inconsistent calls to `%s'"
10352 msgstr ""
10354 #: config/mips/mips.c:8908
10355 msgid "the cpu name must be lower case"
10356 msgstr ""
10358 #: config/mips/mips.c:8930
10359 #, c-format
10360 msgid "bad value (%s) for %s"
10361 msgstr ""
10363 #: config/mips/linux64.h:39
10364 msgid "Same as -mabi=32, just trickier"
10365 msgstr ""
10367 #. Target CPU builtins.
10368 #. We do this here because __mips is defined below               and so we can't use builtin_define_std.
10369 #. Treat _R3000 and _R4000 like register-size defines,           which is how they've historically been used.
10370 #. Macros dependent on the C dialect.
10371 #. Bizarre, but needed at least for Irix.
10372 #. Macro to define tables used to set the flags.
10373 #. This is a list in braces of pairs in braces,
10374 #. each pair being { "NAME", VALUE }
10375 #. where VALUE is the bits to set or minus the bits to clear.
10376 #. An empty string NAME is used to identify the default VALUE.
10377 #: config/mips/mips.h:527
10378 msgid "Use 64-bit int type"
10379 msgstr ""
10381 #: config/mips/mips.h:529
10382 msgid "Use 64-bit long type"
10383 msgstr ""
10385 #: config/mips/mips.h:531
10386 msgid "Use 32-bit long type"
10387 msgstr ""
10389 #: config/mips/mips.h:533
10390 msgid "Optimize lui/addiu address loads"
10391 msgstr ""
10393 #: config/mips/mips.h:535
10394 msgid "Don't optimize lui/addiu address loads"
10395 msgstr ""
10397 #: config/mips/mips.h:537
10398 msgid "Use GNU as (now ignored)"
10399 msgstr ""
10401 #: config/mips/mips.h:539 config/mips/mips.h:541
10402 msgid "Use GP relative sdata/sbss sections (now ignored)"
10403 msgstr ""
10405 #: config/mips/mips.h:543 config/mips/mips.h:545
10406 msgid "Don't use GP relative sdata/sbss sections (now ignored)"
10407 msgstr ""
10409 #: config/mips/mips.h:547
10410 msgid "Output compiler statistics (now ignored)"
10411 msgstr ""
10413 #: config/mips/mips.h:549
10414 msgid "Don't output compiler statistics"
10415 msgstr ""
10417 #: config/mips/mips.h:551
10418 msgid "Don't optimize block moves"
10419 msgstr ""
10421 #: config/mips/mips.h:553
10422 msgid "Optimize block moves"
10423 msgstr ""
10425 #: config/mips/mips.h:555
10426 msgid "Use mips-tfile asm postpass"
10427 msgstr ""
10429 #: config/mips/mips.h:557
10430 msgid "Don't use mips-tfile asm postpass"
10431 msgstr ""
10433 #: config/mips/mips.h:559 config/pa/pa.h:288
10434 msgid "Use software floating point"
10435 msgstr ""
10437 #. Macro to define tables used to set the flags.
10438 #. This is a list in braces of triplets in braces,
10439 #. each triplet being { "NAME", VALUE, DOC }
10440 #. where VALUE is the bits to set or minus the bits to clear and DOC
10441 #. is the documentation for --help (NULL if intentionally undocumented).
10442 #. An empty string NAME is used to identify the default VALUE.
10443 #: config/mips/mips.h:561 config/pdp11/pdp11.h:61 config/rs6000/rs6000.h:329
10444 msgid "Use hardware floating point"
10445 msgstr ""
10447 #: config/mips/mips.h:563
10448 msgid "Use 64-bit FP registers"
10449 msgstr ""
10451 #: config/mips/mips.h:565
10452 msgid "Use 32-bit FP registers"
10453 msgstr ""
10455 #: config/mips/mips.h:567
10456 msgid "Use 64-bit general registers"
10457 msgstr ""
10459 #: config/mips/mips.h:569
10460 msgid "Use 32-bit general registers"
10461 msgstr ""
10463 #: config/mips/mips.h:571
10464 msgid "Use Irix PIC"
10465 msgstr ""
10467 #: config/mips/mips.h:573
10468 msgid "Don't use Irix PIC"
10469 msgstr ""
10471 #: config/mips/mips.h:575
10472 msgid "Use indirect calls"
10473 msgstr ""
10475 #: config/mips/mips.h:577
10476 msgid "Don't use indirect calls"
10477 msgstr ""
10479 #: config/mips/mips.h:587
10480 msgid "Use big-endian byte order"
10481 msgstr ""
10483 #: config/mips/mips.h:589
10484 msgid "Use little-endian byte order"
10485 msgstr ""
10487 #: config/mips/mips.h:591
10488 msgid "Use single (32-bit) FP only"
10489 msgstr ""
10491 #: config/mips/mips.h:593
10492 msgid "Don't use single (32-bit) FP only"
10493 msgstr ""
10495 #: config/mips/mips.h:595 config/mips/mips.h:597
10496 msgid "Use paired-single floating point instructions"
10497 msgstr ""
10499 #: config/mips/mips.h:599 config/mips/mips.h:601
10500 msgid "Use MIPS-3D instructions"
10501 msgstr ""
10503 #: config/mips/mips.h:603
10504 msgid "Use multiply accumulate"
10505 msgstr ""
10507 #: config/mips/mips.h:605
10508 msgid "Don't use multiply accumulate"
10509 msgstr ""
10511 #: config/mips/mips.h:607
10512 msgid "Don't generate fused multiply/add instructions"
10513 msgstr ""
10515 #: config/mips/mips.h:609 config/rs6000/rs6000.h:345
10516 msgid "Generate fused multiply/add instructions"
10517 msgstr ""
10519 #: config/mips/mips.h:611
10520 msgid "Perform VR4130-specific alignment optimizations"
10521 msgstr ""
10523 #: config/mips/mips.h:613
10524 msgid "Don't perform VR4130-specific alignment optimizations"
10525 msgstr ""
10527 #: config/mips/mips.h:615
10528 msgid "Work around early 4300 hardware bug"
10529 msgstr ""
10531 #: config/mips/mips.h:617
10532 msgid "Don't work around early 4300 hardware bug"
10533 msgstr ""
10535 #: config/mips/mips.h:619
10536 msgid "Work around errata for early SB-1 revision 2 cores"
10537 msgstr ""
10539 #: config/mips/mips.h:621
10540 msgid "Don't work around errata for early SB-1 revision 2 cores"
10541 msgstr ""
10543 #: config/mips/mips.h:623
10544 msgid "Work around R4000 errata"
10545 msgstr ""
10547 #: config/mips/mips.h:625
10548 msgid "Don't work around R4000 errata"
10549 msgstr ""
10551 #: config/mips/mips.h:627
10552 msgid "Work around R4400 errata"
10553 msgstr ""
10555 #: config/mips/mips.h:629
10556 msgid "Don't work around R4400 errata"
10557 msgstr ""
10559 #: config/mips/mips.h:631
10560 msgid "Work around certain VR4120 errata"
10561 msgstr ""
10563 #: config/mips/mips.h:633
10564 msgid "Don't work around certain VR4120 errata"
10565 msgstr ""
10567 #: config/mips/mips.h:635
10568 msgid "Trap on integer divide by zero"
10569 msgstr ""
10571 #: config/mips/mips.h:637
10572 msgid "Don't trap on integer divide by zero"
10573 msgstr ""
10575 #: config/mips/mips.h:639
10576 msgid "Use trap to check for integer divide by zero"
10577 msgstr ""
10579 #: config/mips/mips.h:641
10580 msgid "Use break to check for integer divide by zero"
10581 msgstr ""
10583 #: config/mips/mips.h:643
10584 msgid "Use Branch Likely instructions, overriding default for arch"
10585 msgstr ""
10587 #: config/mips/mips.h:645
10588 msgid "Don't use Branch Likely instructions, overriding default for arch"
10589 msgstr ""
10591 #: config/mips/mips.h:647
10592 msgid "Use NewABI-style %reloc() assembly operators"
10593 msgstr ""
10595 #: config/mips/mips.h:649
10596 msgid "Use assembler macros instead of relocation operators"
10597 msgstr ""
10599 #: config/mips/mips.h:651
10600 msgid "Generate mips16 code"
10601 msgstr ""
10603 #: config/mips/mips.h:653
10604 msgid "Generate normal-mode code"
10605 msgstr ""
10607 #: config/mips/mips.h:655
10608 msgid "Lift restrictions on GOT size"
10609 msgstr ""
10611 #: config/mips/mips.h:657
10612 msgid "Do not lift restrictions on GOT size"
10613 msgstr ""
10615 #: config/mips/mips.h:659
10616 msgid "FP exceptions are enabled"
10617 msgstr ""
10619 #: config/mips/mips.h:661
10620 msgid "FP exceptions are not enabled"
10621 msgstr ""
10623 #: config/mips/mips.h:776
10624 msgid "Specify a Standard MIPS ISA"
10625 msgstr ""
10627 #. Output assembler code to FILE to increment profiler label # LABELNO
10628 #. for profiling a function entry.
10629 #: config/mips/mips.h:2329
10630 msgid "mips16 function profiling"
10631 msgstr ""
10633 #: config/mmix/mmix.c:229
10634 #, c-format
10635 msgid "-f%s not supported: ignored"
10636 msgstr ""
10638 #: config/mmix/mmix.c:657
10639 #, c-format
10640 msgid ""
10641 "too large function value type, needs %d registers, have only %d registers "
10642 "for this"
10643 msgstr ""
10645 #: config/mmix/mmix.c:827
10646 msgid "function_profiler support for MMIX"
10647 msgstr ""
10649 #: config/mmix/mmix.c:849
10650 msgid "MMIX Internal: Last named vararg would not fit in a register"
10651 msgstr ""
10653 #: config/mmix/mmix.c:1458 config/mmix/mmix.c:1588
10654 msgid "MMIX Internal: Expected a CONST_INT, not this"
10655 msgstr ""
10657 #: config/mmix/mmix.c:1466 config/mmix/mmix.c:1490 config/mmix/mmix.c:1606
10658 #, c-format
10659 msgid "MMIX Internal: Bad register: %d"
10660 msgstr ""
10662 #: config/mmix/mmix.c:1537
10663 msgid "MMIX Internal: Bad value for 'm', not a CONST_INT"
10664 msgstr ""
10666 #: config/mmix/mmix.c:1556
10667 msgid "MMIX Internal: Expected a register, not this"
10668 msgstr ""
10670 #: config/mmix/mmix.c:1566
10671 msgid "MMIX Internal: Expected a constant, not this"
10672 msgstr ""
10674 #. Presumably there's a missing case above if we get here.
10675 #: config/mmix/mmix.c:1598
10676 #, c-format
10677 msgid "MMIX Internal: Missing `%c' case in mmix_print_operand"
10678 msgstr ""
10680 #. We need the original here.
10681 #: config/mmix/mmix.c:1650
10682 msgid "MMIX Internal: Cannot decode this operand"
10683 msgstr ""
10685 #: config/mmix/mmix.c:1707
10686 msgid "MMIX Internal: This is not a recognized address"
10687 msgstr ""
10689 #: config/mmix/mmix.c:1884
10690 #, c-format
10691 msgid "stack frame not a multiple of 8 bytes: %d"
10692 msgstr ""
10694 #: config/mmix/mmix.c:2123
10695 #, c-format
10696 msgid "stack frame not a multiple of octabyte: %d"
10697 msgstr ""
10699 #: config/mmix/mmix.c:2597 config/mmix/mmix.c:2661
10700 #, c-format
10701 msgid "MMIX Internal: %s is not a shiftable int"
10702 msgstr ""
10704 #: config/mmix/mmix.c:2777
10705 msgid "MMIX Internal: Trying to output invalidly reversed condition:"
10706 msgstr ""
10708 #: config/mmix/mmix.c:2784
10709 msgid "MMIX Internal: What's the CC of this?"
10710 msgstr ""
10712 #: config/mmix/mmix.c:2788
10713 msgid "MMIX Internal: What is the CC of this?"
10714 msgstr ""
10716 #: config/mmix/mmix.c:2858
10717 msgid "MMIX Internal: This is not a constant:"
10718 msgstr ""
10720 #: config/mmix/mmix.h:132
10721 msgid "Set start-address of the program"
10722 msgstr ""
10724 #: config/mmix/mmix.h:134
10725 msgid "Set start-address of data"
10726 msgstr ""
10728 #. FIXME: Provide a way to *load* the epsilon register.
10729 #: config/mmix/mmix.h:198
10730 msgid "For intrinsics library: pass all parameters in registers"
10731 msgstr ""
10733 #: config/mmix/mmix.h:201
10734 msgid "Use register stack for parameters and return value"
10735 msgstr ""
10737 #: config/mmix/mmix.h:203
10738 msgid "Use call-clobbered registers for parameters and return value"
10739 msgstr ""
10741 #: config/mmix/mmix.h:205
10742 msgid "Use epsilon-respecting floating point compare instructions"
10743 msgstr ""
10745 #: config/mmix/mmix.h:208
10746 msgid "Use zero-extending memory loads, not sign-extending ones"
10747 msgstr ""
10749 #: config/mmix/mmix.h:211
10750 msgid ""
10751 "Generate divide results with reminder having the same sign as the divisor "
10752 "(not the dividend)"
10753 msgstr ""
10755 #: config/mmix/mmix.h:215
10756 msgid "Prepend global symbols with \":\" (for use with PREFIX)"
10757 msgstr ""
10759 #: config/mmix/mmix.h:217
10760 msgid "Do not provide a default start-address 0x100 of the program"
10761 msgstr ""
10763 #: config/mmix/mmix.h:219
10764 msgid "Link to emit program in ELF format (rather than mmo)"
10765 msgstr ""
10767 #: config/mmix/mmix.h:221
10768 msgid "Use P-mnemonics for branches statically predicted as taken"
10769 msgstr ""
10771 #: config/mmix/mmix.h:223
10772 msgid "Don't use P-mnemonics for branches"
10773 msgstr ""
10775 #: config/mmix/mmix.h:225
10776 msgid "Use addresses that allocate global registers"
10777 msgstr ""
10779 #: config/mmix/mmix.h:227
10780 msgid "Do not use addresses that allocate global registers"
10781 msgstr ""
10783 #: config/mmix/mmix.h:229
10784 msgid "Generate a single exit point for each function"
10785 msgstr ""
10787 #: config/mmix/mmix.h:231
10788 msgid "Do not generate a single exit point for each function"
10789 msgstr ""
10791 #: config/mn10300/linux.h:60 config/mn10300/mn10300.h:71
10792 msgid "Target the AM33 processor"
10793 msgstr ""
10795 #: config/mn10300/linux.h:61 config/mn10300/mn10300.h:75
10796 msgid "Target the AM33/2.0 processor"
10797 msgstr ""
10799 #: config/mn10300/linux.h:62 config/mn10300/mn10300.h:78
10800 msgid "Enable linker relaxations"
10801 msgstr ""
10803 #: config/mn10300/mn10300.h:69
10804 msgid "Work around hardware multiply bug"
10805 msgstr ""
10807 #: config/mn10300/mn10300.h:70
10808 msgid "Do not work around hardware multiply bug"
10809 msgstr ""
10811 #: config/ns32k/ns32k.h:142 config/s390/s390.h:133
10812 msgid "Don't use hardware fp"
10813 msgstr ""
10815 #: config/ns32k/ns32k.h:143
10816 msgid "Alternative calling convention"
10817 msgstr ""
10819 #: config/ns32k/ns32k.h:145
10820 msgid "Pass some arguments in registers"
10821 msgstr ""
10823 #: config/ns32k/ns32k.h:146
10824 msgid "Pass all arguments on stack"
10825 msgstr ""
10827 #: config/ns32k/ns32k.h:147
10828 msgid "Optimize for 32532 cpu"
10829 msgstr ""
10831 #: config/ns32k/ns32k.h:148
10832 msgid "Optimize for 32332 cpu"
10833 msgstr ""
10835 #: config/ns32k/ns32k.h:150
10836 msgid "Optimize for 32032"
10837 msgstr ""
10839 #: config/ns32k/ns32k.h:152
10840 msgid "Register sb is zero. Use for absolute addressing"
10841 msgstr ""
10843 #: config/ns32k/ns32k.h:153
10844 msgid "Do not use register sb"
10845 msgstr ""
10847 #: config/ns32k/ns32k.h:155
10848 msgid "Use bit-field instructions"
10849 msgstr ""
10851 #: config/ns32k/ns32k.h:157
10852 msgid "Do not use bit-field instructions"
10853 msgstr ""
10855 #: config/ns32k/ns32k.h:158
10856 msgid "Generate code for high memory"
10857 msgstr ""
10859 #: config/ns32k/ns32k.h:159
10860 msgid "Generate code for low memory"
10861 msgstr ""
10863 #: config/ns32k/ns32k.h:160
10864 msgid "32381 fpu"
10865 msgstr ""
10867 #: config/ns32k/ns32k.h:162
10868 msgid "Use multiply-accumulate fp instructions"
10869 msgstr ""
10871 #: config/ns32k/ns32k.h:164
10872 msgid "Do not use multiply-accumulate fp instructions"
10873 msgstr ""
10875 #: config/ns32k/ns32k.h:165
10876 msgid "\"Small register classes\" kludge"
10877 msgstr ""
10879 #: config/ns32k/ns32k.h:166
10880 msgid "No \"Small register classes\" kludge"
10881 msgstr ""
10883 #: config/pa/pa.c:404
10884 #, c-format
10885 msgid ""
10886 "unknown -mschedule= option (%s).\n"
10887 "Valid options are 700, 7100, 7100LC, 7200, 7300, and 8000\n"
10888 msgstr ""
10890 #: config/pa/pa.c:429
10891 #, c-format
10892 msgid ""
10893 "unknown -march= option (%s).\n"
10894 "Valid options are 1.0, 1.1, and 2.0\n"
10895 msgstr ""
10897 #: config/pa/pa.c:449
10898 #, c-format
10899 msgid ""
10900 "unknown -munix= option (%s).\n"
10901 "Valid options are 93, 95 and 98.\n"
10902 msgstr ""
10904 #: config/pa/pa.c:454
10905 #, c-format
10906 msgid ""
10907 "unknown -munix= option (%s).\n"
10908 "Valid options are 93 and 95.\n"
10909 msgstr ""
10911 #: config/pa/pa.c:458
10912 #, c-format
10913 msgid ""
10914 "unknown -munix= option (%s).\n"
10915 "Valid option is 93.\n"
10916 msgstr ""
10918 #: config/pa/pa.c:475
10919 msgid "PIC code generation is not supported in the portable runtime model\n"
10920 msgstr ""
10922 #: config/pa/pa.c:480
10923 msgid "PIC code generation is not compatible with fast indirect calls\n"
10924 msgstr ""
10926 #: config/pa/pa.c:485
10927 msgid "-g is only supported when using GAS on this processor,"
10928 msgstr ""
10930 #: config/pa/pa.c:486
10931 msgid "-g option disabled"
10932 msgstr ""
10934 #: config/pa/pa-hpux.h:96 config/pa/pa64-hpux.h:25
10935 msgid "Generate cpp defines for server IO"
10936 msgstr ""
10938 #: config/pa/pa-hpux.h:97 config/pa/pa64-hpux.h:27
10939 msgid "Generate cpp defines for workstation IO"
10940 msgstr ""
10942 #: config/pa/pa-hpux10.h:84
10943 msgid ""
10944 "Specify UNIX standard for predefines and linking.\n"
10945 "Supported value is 93."
10946 msgstr ""
10948 #: config/pa/pa-hpux1010.h:28 config/pa/pa-hpux11.h:98
10949 msgid ""
10950 "Specify UNIX standard for predefines and linking.\n"
10951 "Supported values are 93 and 95."
10952 msgstr ""
10954 #: config/pa/pa-hpux11.h:81
10955 msgid "-munix=98 option required for C89 Amendment 1 features.\n"
10956 msgstr ""
10958 #: config/pa/pa-hpux1111.h:28
10959 msgid ""
10960 "Specify UNIX standard for predefines and linking.\n"
10961 "Supported values are 93, 95 and 98."
10962 msgstr ""
10964 #. Macro to define tables used to set the flags.  This is a
10965 #. list in braces of target switches with each switch being
10966 #. { "NAME", VALUE, "HELP_STRING" }.  VALUE is the bits to set,
10967 #. or minus the bits to clear.  An empty string NAME is used to
10968 #. identify the default VALUE.  Do not mark empty strings for
10969 #. translation.
10970 #: config/pa/pa.h:254 config/pa/pa.h:260
10971 msgid "Generate PA1.1 code"
10972 msgstr ""
10974 #: config/pa/pa.h:256 config/pa/pa.h:258
10975 msgid "Generate PA1.0 code"
10976 msgstr ""
10978 #: config/pa/pa.h:262
10979 msgid "Generate PA2.0 code (requires binutils 2.10 or later)"
10980 msgstr ""
10982 #: config/pa/pa.h:264
10983 msgid "Disable FP regs"
10984 msgstr ""
10986 #: config/pa/pa.h:266
10987 msgid "Do not disable FP regs"
10988 msgstr ""
10990 #: config/pa/pa.h:268
10991 msgid "Disable space regs"
10992 msgstr ""
10994 #: config/pa/pa.h:270
10995 msgid "Do not disable space regs"
10996 msgstr ""
10998 #: config/pa/pa.h:272
10999 msgid "Put jumps in call delay slots"
11000 msgstr ""
11002 #: config/pa/pa.h:274
11003 msgid "Do not put jumps in call delay slots"
11004 msgstr ""
11006 #: config/pa/pa.h:276
11007 msgid "Disable indexed addressing"
11008 msgstr ""
11010 #: config/pa/pa.h:278
11011 msgid "Do not disable indexed addressing"
11012 msgstr ""
11014 #: config/pa/pa.h:280
11015 msgid "Use portable calling conventions"
11016 msgstr ""
11018 #: config/pa/pa.h:282
11019 msgid "Do not use portable calling conventions"
11020 msgstr ""
11022 #: config/pa/pa.h:284
11023 msgid "Assume code will be assembled by GAS"
11024 msgstr ""
11026 #: config/pa/pa.h:286
11027 msgid "Do not assume code will be assembled by GAS"
11028 msgstr ""
11030 #: config/pa/pa.h:290
11031 msgid "Do not use software floating point"
11032 msgstr ""
11034 #: config/pa/pa.h:292
11035 msgid "Emit long load/store sequences"
11036 msgstr ""
11038 #: config/pa/pa.h:294
11039 msgid "Do not emit long load/store sequences"
11040 msgstr ""
11042 #: config/pa/pa.h:296
11043 msgid "Generate fast indirect calls"
11044 msgstr ""
11046 #: config/pa/pa.h:298
11047 msgid "Do not generate fast indirect calls"
11048 msgstr ""
11050 #: config/pa/pa.h:300
11051 msgid "Generate code for huge switch statements"
11052 msgstr ""
11054 #: config/pa/pa.h:302
11055 msgid "Do not generate code for huge switch statements"
11056 msgstr ""
11058 #: config/pa/pa.h:304
11059 msgid "Always generate long calls"
11060 msgstr ""
11062 #: config/pa/pa.h:306
11063 msgid "Generate long calls only when needed"
11064 msgstr ""
11066 #: config/pa/pa.h:308
11067 msgid "Enable linker optimizations"
11068 msgstr ""
11070 #: config/pa/pa.h:332
11071 msgid ""
11072 "Specify PA-RISC architecture for code generation.\n"
11073 "Values are 1.0, 1.1 and 2.0."
11074 msgstr ""
11076 #: config/pa/pa.h:335
11077 msgid "Specify range of registers to make fixed."
11078 msgstr ""
11080 #: config/pa/pa.h:337
11081 msgid "Specify CPU for scheduling purposes."
11082 msgstr ""
11084 #: config/pa/pa64-hpux.h:29
11085 msgid "Assume code will be linked by GNU ld"
11086 msgstr ""
11088 #: config/pa/pa64-hpux.h:31
11089 msgid "Assume code will be linked by HP ld"
11090 msgstr ""
11092 #: config/pdp11/pdp11.h:62 config/rs6000/rs6000.h:331
11093 msgid "Do not use hardware floating point"
11094 msgstr ""
11096 #. return float result in ac0
11097 #: config/pdp11/pdp11.h:64
11098 msgid "Return floating point results in ac0"
11099 msgstr ""
11101 #: config/pdp11/pdp11.h:65
11102 msgid "Return floating point results in memory"
11103 msgstr ""
11105 #. is 11/40
11106 #: config/pdp11/pdp11.h:67
11107 msgid "Generate code for an 11/40"
11108 msgstr ""
11110 #. is 11/45
11111 #: config/pdp11/pdp11.h:70
11112 msgid "Generate code for an 11/45"
11113 msgstr ""
11115 #. is 11/10
11116 #: config/pdp11/pdp11.h:73
11117 msgid "Generate code for an 11/10"
11118 msgstr ""
11120 #. use movmemhi for bcopy
11121 #. use 32 bit for int
11122 #: config/pdp11/pdp11.h:78 config/pdp11/pdp11.h:79
11123 msgid "Use 32 bit int"
11124 msgstr ""
11126 #: config/pdp11/pdp11.h:80 config/pdp11/pdp11.h:81
11127 msgid "Use 16 bit int"
11128 msgstr ""
11130 #. use 32 bit for float
11131 #: config/pdp11/pdp11.h:83 config/pdp11/pdp11.h:84
11132 msgid "Use 32 bit float"
11133 msgstr ""
11135 #: config/pdp11/pdp11.h:85 config/pdp11/pdp11.h:86
11136 msgid "Use 64 bit float"
11137 msgstr ""
11139 #. allow abshi pattern? - can trigger "optimizations" which make code SLOW!
11140 #. is branching expensive - on a PDP, it's actually really cheap
11141 #. this is just to play around and check what code gcc generates
11142 #. split instruction and data memory?
11143 #: config/pdp11/pdp11.h:95
11144 msgid "Target has split I&D"
11145 msgstr ""
11147 #: config/pdp11/pdp11.h:96
11148 msgid "Target does not have split I&D"
11149 msgstr ""
11151 #. UNIX assembler syntax?
11152 #: config/pdp11/pdp11.h:98
11153 msgid "Use UNIX assembler syntax"
11154 msgstr ""
11156 #: config/pdp11/pdp11.h:99
11157 msgid "Use DEC assembler syntax"
11158 msgstr ""
11160 #: config/rs6000/host-darwin.c:52
11161 msgid "Segmentation Fault (code)"
11162 msgstr ""
11164 #: config/rs6000/host-darwin.c:83
11165 msgid "Out of stack space.\n"
11166 msgstr ""
11168 #: config/rs6000/host-darwin.c:104
11169 #, c-format
11170 msgid "Try running `%s' in the shell to raise its limit.\n"
11171 msgstr ""
11173 #: config/rs6000/host-darwin.c:117
11174 msgid "Segmentation Fault"
11175 msgstr ""
11177 #: config/rs6000/host-darwin.c:131
11178 #, c-format
11179 msgid "While setting up signal stack: %m"
11180 msgstr ""
11182 #: config/rs6000/host-darwin.c:137
11183 #, c-format
11184 msgid "While setting up signal handler: %m"
11185 msgstr ""
11187 #: config/rs6000/host-darwin.c:181
11188 #, c-format
11189 msgid "couldn't unmap pch_address_space: %m\n"
11190 msgstr ""
11192 #. Handle the machine specific pragma longcall.  Its syntax is
11194 #. # pragma longcall ( TOGGLE )
11196 #. where TOGGLE is either 0 or 1.
11198 #. rs6000_default_long_calls is set to the value of TOGGLE, changing
11199 #. whether or not new function declarations receive a longcall
11200 #. attribute by default.
11201 #: config/rs6000/rs6000-c.c:46
11202 msgid "ignoring malformed #pragma longcall"
11203 msgstr ""
11205 #: config/rs6000/rs6000-c.c:59
11206 msgid "missing open paren"
11207 msgstr ""
11209 #: config/rs6000/rs6000-c.c:61
11210 msgid "missing number"
11211 msgstr ""
11213 #: config/rs6000/rs6000-c.c:63
11214 msgid "missing close paren"
11215 msgstr ""
11217 #: config/rs6000/rs6000-c.c:66
11218 msgid "number must be 0 or 1"
11219 msgstr ""
11221 #: config/rs6000/rs6000-c.c:69
11222 msgid "junk at end of #pragma longcall"
11223 msgstr ""
11225 #: config/rs6000/rs6000.c:1211
11226 msgid "-mmultiple is not supported on little endian systems"
11227 msgstr ""
11229 #: config/rs6000/rs6000.c:1218
11230 msgid "-mstring is not supported on little endian systems"
11231 msgstr ""
11233 #: config/rs6000/rs6000.c:1232
11234 #, c-format
11235 msgid "unknown -mdebug-%s switch"
11236 msgstr ""
11238 #: config/rs6000/rs6000.c:1244
11239 #, c-format
11240 msgid "unknown -mtraceback arg `%s'; expecting `full', `partial' or `none'"
11241 msgstr ""
11243 #: config/rs6000/rs6000.c:1255
11244 #, c-format
11245 msgid "Unknown switch -mlong-double-%s"
11246 msgstr ""
11248 #: config/rs6000/rs6000.c:1296
11249 msgid "AltiVec and E500 instructions cannot coexist"
11250 msgstr ""
11252 #. Handle -mfix-and-continue.
11253 #: config/rs6000/rs6000.c:1342 config/rs6000/rs6000.c:1353
11254 #: config/rs6000/darwin.h:106
11255 #, c-format
11256 msgid "invalid option `%s'"
11257 msgstr ""
11259 #: config/rs6000/rs6000.c:1554
11260 #, c-format
11261 msgid "unknown -m%s= option specified: '%s'"
11262 msgstr ""
11264 #: config/rs6000/rs6000.c:1575
11265 #, c-format
11266 msgid "not configured for ABI: '%s'"
11267 msgstr ""
11269 #: config/rs6000/rs6000.c:1581
11270 #, c-format
11271 msgid "unknown ABI specified: '%s'"
11272 msgstr ""
11274 #: config/rs6000/rs6000.c:1595
11275 #, c-format
11276 msgid "unknown -malign-XXXXX option specified: '%s'"
11277 msgstr ""
11279 #: config/rs6000/rs6000.c:4582
11280 msgid ""
11281 "Cannot return value in vector register because altivec instructions are "
11282 "disabled, use -maltivec to enable them."
11283 msgstr ""
11285 #: config/rs6000/rs6000.c:4716
11286 msgid ""
11287 "Cannot pass argument in vector register because altivec instructions are "
11288 "disabled, use -maltivec to enable them."
11289 msgstr ""
11291 #: config/rs6000/rs6000.c:6150
11292 msgid "argument 1 must be a 5-bit signed literal"
11293 msgstr ""
11295 #: config/rs6000/rs6000.c:6253 config/rs6000/rs6000.c:6922
11296 msgid "argument 2 must be a 5-bit unsigned literal"
11297 msgstr ""
11299 #: config/rs6000/rs6000.c:6293
11300 msgid "argument 1 of __builtin_altivec_predicate must be a constant"
11301 msgstr ""
11303 #: config/rs6000/rs6000.c:6347
11304 msgid "argument 1 of __builtin_altivec_predicate is out of range"
11305 msgstr ""
11307 #: config/rs6000/rs6000.c:6509
11308 msgid "argument 3 must be a 4-bit unsigned literal"
11309 msgstr ""
11311 #: config/rs6000/rs6000.c:6681
11312 #, c-format
11313 msgid "argument to `%s' must be a 2-bit unsigned literal"
11314 msgstr ""
11316 #: config/rs6000/rs6000.c:6794
11317 msgid "argument to dss must be a 2-bit unsigned literal"
11318 msgstr ""
11320 #: config/rs6000/rs6000.c:6809
11321 #, c-format
11322 msgid "invalid parameter combination for `%s' AltiVec intrinsic"
11323 msgstr ""
11325 #: config/rs6000/rs6000.c:7042
11326 msgid "argument 1 of __builtin_spe_predicate must be a constant"
11327 msgstr ""
11329 #: config/rs6000/rs6000.c:7115
11330 msgid "argument 1 of __builtin_spe_predicate is out of range"
11331 msgstr ""
11333 #: config/rs6000/rs6000.c:9954
11334 #, c-format
11335 msgid "invalid %%f value"
11336 msgstr ""
11338 #: config/rs6000/rs6000.c:9963
11339 #, c-format
11340 msgid "invalid %%F value"
11341 msgstr ""
11343 #: config/rs6000/rs6000.c:9972
11344 #, c-format
11345 msgid "invalid %%G value"
11346 msgstr ""
11348 #: config/rs6000/rs6000.c:10007
11349 #, c-format
11350 msgid "invalid %%j code"
11351 msgstr ""
11353 #: config/rs6000/rs6000.c:10017
11354 #, c-format
11355 msgid "invalid %%J code"
11356 msgstr ""
11358 #: config/rs6000/rs6000.c:10027
11359 #, c-format
11360 msgid "invalid %%k value"
11361 msgstr ""
11363 #: config/rs6000/rs6000.c:10047 config/xtensa/xtensa.c:1937
11364 #, c-format
11365 msgid "invalid %%K value"
11366 msgstr ""
11368 #: config/rs6000/rs6000.c:10114
11369 #, c-format
11370 msgid "invalid %%O value"
11371 msgstr ""
11373 #: config/rs6000/rs6000.c:10161
11374 #, c-format
11375 msgid "invalid %%q value"
11376 msgstr ""
11378 #: config/rs6000/rs6000.c:10205
11379 #, c-format
11380 msgid "invalid %%S value"
11381 msgstr ""
11383 #: config/rs6000/rs6000.c:10247
11384 #, c-format
11385 msgid "invalid %%T value"
11386 msgstr ""
11388 #: config/rs6000/rs6000.c:10257
11389 #, c-format
11390 msgid "invalid %%u value"
11391 msgstr ""
11393 #: config/rs6000/rs6000.c:10266 config/xtensa/xtensa.c:1907
11394 #, c-format
11395 msgid "invalid %%v value"
11396 msgstr ""
11398 #: config/rs6000/rs6000.c:15086
11399 msgid "no profiling of 64-bit code for this ABI"
11400 msgstr ""
11402 #: config/rs6000/rs6000.c:16152
11403 msgid "use of 'long' in AltiVec types is deprecated; use 'int'"
11404 msgstr ""
11406 #: config/rs6000/aix.h:203 config/rs6000/beos.h:32
11407 msgid "Always pass floating-point arguments in memory"
11408 msgstr ""
11410 #: config/rs6000/aix.h:205 config/rs6000/beos.h:34
11411 msgid "Don't always pass floating-point arguments in memory"
11412 msgstr ""
11414 #: config/rs6000/aix41.h:27 config/rs6000/aix43.h:32 config/rs6000/aix51.h:31
11415 #: config/rs6000/aix52.h:31
11416 msgid "Support message passing with the Parallel Environment"
11417 msgstr ""
11419 #: config/rs6000/aix43.h:28 config/rs6000/aix51.h:27 config/rs6000/aix52.h:27
11420 msgid "Compile for 64-bit pointers"
11421 msgstr ""
11423 #: config/rs6000/aix43.h:30 config/rs6000/aix51.h:29 config/rs6000/aix52.h:29
11424 msgid "Compile for 32-bit pointers"
11425 msgstr ""
11427 #: config/rs6000/aix43.h:49 config/rs6000/aix51.h:48 config/rs6000/aix52.h:48
11428 msgid "-maix64 and POWER architecture are incompatible"
11429 msgstr ""
11431 #: config/rs6000/aix43.h:54 config/rs6000/aix51.h:53 config/rs6000/aix52.h:53
11432 msgid "-maix64 requires PowerPC64 architecture remain enabled"
11433 msgstr ""
11435 #: config/rs6000/aix43.h:58 config/rs6000/aix51.h:57 config/rs6000/aix52.h:57
11436 msgid ""
11437 "-maix64 required: 64-bit computation with 32-bit addressing not yet supported"
11438 msgstr ""
11440 #: config/rs6000/darwin.h:69 config/rs6000/sysv4.h:153
11441 msgid "Generate 64-bit code"
11442 msgstr ""
11444 #: config/rs6000/darwin.h:71 config/rs6000/sysv4.h:155
11445 msgid "Generate 32-bit code"
11446 msgstr ""
11448 #: config/rs6000/darwin.h:73
11449 msgid "Generate code suitable for executables (NOT shared libs)"
11450 msgstr ""
11452 #. The Darwin ABI always includes AltiVec, can't be (validly) turned
11453 #. off.
11454 #: config/rs6000/darwin.h:89
11455 msgid "-mdynamic-no-pic overrides -fpic or -fPIC"
11456 msgstr ""
11458 #. Darwin doesn't support -fpic.
11459 #: config/rs6000/darwin.h:95
11460 msgid "-fpic is not supported; -fPIC assumed"
11461 msgstr ""
11463 #: config/rs6000/darwin.h:113
11464 msgid "-m64 requires PowerPC64 architecture, enabling"
11465 msgstr ""
11467 #: config/rs6000/linux64.h:104
11468 msgid "-m64 requires a PowerPC64 cpu"
11469 msgstr ""
11471 #: config/rs6000/linux64.h:214
11472 msgid "Call mcount for profiling before a function prologue"
11473 msgstr ""
11475 #: config/rs6000/linux64.h:216
11476 msgid "Call mcount for profiling after a function prologue"
11477 msgstr ""
11479 #. Run-time compilation parameters selecting different hardware subsets.
11481 #. Macro to define tables used to set the flags.
11482 #. This is a list in braces of pairs in braces,
11483 #. each pair being { "NAME", VALUE }
11484 #. where VALUE is the bits to set or minus the bits to clear.
11485 #. An empty string NAME is used to identify the default VALUE.
11486 #: config/rs6000/rs6000.h:277
11487 msgid "Use POWER instruction set"
11488 msgstr ""
11490 #: config/rs6000/rs6000.h:280
11491 msgid "Use POWER2 instruction set"
11492 msgstr ""
11494 #: config/rs6000/rs6000.h:282
11495 msgid "Do not use POWER2 instruction set"
11496 msgstr ""
11498 #: config/rs6000/rs6000.h:285
11499 msgid "Do not use POWER instruction set"
11500 msgstr ""
11502 #: config/rs6000/rs6000.h:287
11503 msgid "Use PowerPC instruction set"
11504 msgstr ""
11506 #: config/rs6000/rs6000.h:290
11507 msgid "Do not use PowerPC instruction set"
11508 msgstr ""
11510 #: config/rs6000/rs6000.h:292
11511 msgid "Use PowerPC General Purpose group optional instructions"
11512 msgstr ""
11514 #: config/rs6000/rs6000.h:294
11515 msgid "Do not use PowerPC General Purpose group optional instructions"
11516 msgstr ""
11518 #: config/rs6000/rs6000.h:296
11519 msgid "Use PowerPC Graphics group optional instructions"
11520 msgstr ""
11522 #: config/rs6000/rs6000.h:298
11523 msgid "Do not use PowerPC Graphics group optional instructions"
11524 msgstr ""
11526 #: config/rs6000/rs6000.h:300
11527 msgid "Use PowerPC-64 instruction set"
11528 msgstr ""
11530 #: config/rs6000/rs6000.h:302
11531 msgid "Do not use PowerPC-64 instruction set"
11532 msgstr ""
11534 #: config/rs6000/rs6000.h:304
11535 msgid "Use AltiVec instructions"
11536 msgstr ""
11538 #: config/rs6000/rs6000.h:306
11539 msgid "Do not use AltiVec instructions"
11540 msgstr ""
11542 #: config/rs6000/rs6000.h:308
11543 msgid "Use new mnemonics for PowerPC architecture"
11544 msgstr ""
11546 #: config/rs6000/rs6000.h:310
11547 msgid "Use old mnemonics for PowerPC architecture"
11548 msgstr ""
11550 #: config/rs6000/rs6000.h:313
11551 msgid "Put everything in the regular TOC"
11552 msgstr ""
11554 #: config/rs6000/rs6000.h:315
11555 msgid "Place floating point constants in TOC"
11556 msgstr ""
11558 #: config/rs6000/rs6000.h:317
11559 msgid "Do not place floating point constants in TOC"
11560 msgstr ""
11562 #: config/rs6000/rs6000.h:319
11563 msgid "Place symbol+offset constants in TOC"
11564 msgstr ""
11566 #: config/rs6000/rs6000.h:321
11567 msgid "Do not place symbol+offset constants in TOC"
11568 msgstr ""
11570 #: config/rs6000/rs6000.h:327
11571 msgid "Place variable addresses in the regular TOC"
11572 msgstr ""
11574 #: config/rs6000/rs6000.h:333
11575 msgid "Generate load/store multiple instructions"
11576 msgstr ""
11578 #: config/rs6000/rs6000.h:335
11579 msgid "Do not generate load/store multiple instructions"
11580 msgstr ""
11582 #: config/rs6000/rs6000.h:337
11583 msgid "Generate string instructions for block moves"
11584 msgstr ""
11586 #: config/rs6000/rs6000.h:339
11587 msgid "Do not generate string instructions for block moves"
11588 msgstr ""
11590 #: config/rs6000/rs6000.h:341
11591 msgid "Generate load/store with update instructions"
11592 msgstr ""
11594 #: config/rs6000/rs6000.h:343
11595 msgid "Do not generate load/store with update instructions"
11596 msgstr ""
11598 #: config/rs6000/rs6000.h:347
11599 msgid "Do not generate fused multiply/add instructions"
11600 msgstr ""
11602 #: config/rs6000/rs6000.h:351
11603 msgid "Do not schedule the start and end of the procedure"
11604 msgstr ""
11606 #: config/rs6000/rs6000.h:357
11607 msgid "Return all structures in memory (AIX default)"
11608 msgstr ""
11610 #: config/rs6000/rs6000.h:359
11611 msgid "Return small structures in registers (SVR4 default)"
11612 msgstr ""
11614 #: config/rs6000/rs6000.h:365
11615 msgid "Generate single field mfcr instruction"
11616 msgstr ""
11618 #: config/rs6000/rs6000.h:367
11619 msgid "Do not generate single field mfcr instruction"
11620 msgstr ""
11622 #: config/rs6000/rs6000.h:451 config/sparc/sparc.h:709
11623 msgid "Use features of and schedule code for given CPU"
11624 msgstr ""
11626 #: config/rs6000/rs6000.h:454
11627 msgid "Enable debug output"
11628 msgstr ""
11630 #: config/rs6000/rs6000.h:456
11631 msgid "Select full, part, or no traceback table"
11632 msgstr ""
11634 #: config/rs6000/rs6000.h:457
11635 msgid "Specify ABI to use"
11636 msgstr ""
11638 #: config/rs6000/rs6000.h:459
11639 msgid "Specify size of long double (64 or 128 bits)"
11640 msgstr ""
11642 #: config/rs6000/rs6000.h:461
11643 msgid "Specify yes/no if isel instructions should be generated"
11644 msgstr ""
11646 #: config/rs6000/rs6000.h:463
11647 msgid "Specify yes/no if SPE SIMD instructions should be generated"
11648 msgstr ""
11650 #: config/rs6000/rs6000.h:465
11651 msgid "Specify yes/no if using floating point in the GPRs"
11652 msgstr ""
11654 #: config/rs6000/rs6000.h:467
11655 msgid "Specify yes/no if VRSAVE instructions should be generated for AltiVec"
11656 msgstr ""
11658 #: config/rs6000/rs6000.h:469
11659 msgid "Avoid all range limits on call instructions"
11660 msgstr ""
11662 #: config/rs6000/rs6000.h:472
11663 msgid "Warn about deprecated 'vector long ...' AltiVec type usage"
11664 msgstr ""
11666 #: config/rs6000/rs6000.h:475
11667 msgid "Determine which dependences between insns are considered costly"
11668 msgstr ""
11670 #: config/rs6000/rs6000.h:477
11671 msgid "Specify which post scheduling nop insertion scheme to apply"
11672 msgstr ""
11674 #: config/rs6000/rs6000.h:479
11675 msgid "Specify alignment of structure fields default/natural"
11676 msgstr ""
11678 #: config/rs6000/rs6000.h:481
11679 msgid "Specify scheduling priority for dispatch slot restricted insns"
11680 msgstr ""
11682 #. Definitions for __builtin_return_address and __builtin_frame_address.
11683 #. __builtin_return_address (0) should give link register (65), enable
11684 #. this.
11685 #. This should be uncommented, so that the link register is used, but
11686 #. currently this would result in unmatched insns and spilling fixed
11687 #. registers so we'll leave it for another day.  When these problems are
11688 #. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX.
11689 #. (mrs)
11690 #. #define RETURN_ADDR_IN_PREVIOUS_FRAME
11691 #. Number of bytes into the frame return addresses can be found.  See
11692 #. rs6000_stack_info in rs6000.c for more information on how the different
11693 #. abi's store the return address.
11694 #: config/rs6000/rs6000.h:1818
11695 msgid "RETURN_ADDRESS_OFFSET not supported"
11696 msgstr ""
11698 #: config/rs6000/sysv4.h:87
11699 msgid "Select ABI calling convention"
11700 msgstr ""
11702 #: config/rs6000/sysv4.h:88
11703 msgid "Select method for sdata handling"
11704 msgstr ""
11706 #: config/rs6000/sysv4.h:100
11707 msgid "Align to the base type of the bit-field"
11708 msgstr ""
11710 #: config/rs6000/sysv4.h:102
11711 msgid "Don't align to the base type of the bit-field"
11712 msgstr ""
11714 #: config/rs6000/sysv4.h:104
11715 msgid "Don't assume that unaligned accesses are handled by the system"
11716 msgstr ""
11718 #: config/rs6000/sysv4.h:106
11719 msgid "Assume that unaligned accesses are handled by the system"
11720 msgstr ""
11722 #: config/rs6000/sysv4.h:108 config/rs6000/sysv4.h:112
11723 msgid "Produce code relocatable at runtime"
11724 msgstr ""
11726 #: config/rs6000/sysv4.h:110 config/rs6000/sysv4.h:114
11727 msgid "Don't produce code relocatable at runtime"
11728 msgstr ""
11730 #: config/rs6000/sysv4.h:116 config/rs6000/sysv4.h:118
11731 msgid "Produce little endian code"
11732 msgstr ""
11734 #: config/rs6000/sysv4.h:120 config/rs6000/sysv4.h:122
11735 msgid "Produce big endian code"
11736 msgstr ""
11738 #: config/rs6000/sysv4.h:123 config/rs6000/sysv4.h:124
11739 #: config/rs6000/sysv4.h:125 config/rs6000/sysv4.h:126
11740 #: config/rs6000/sysv4.h:127 config/rs6000/sysv4.h:128
11741 #: config/rs6000/sysv4.h:138 config/rs6000/sysv4.h:139
11742 #: config/rs6000/sysv4.h:151 config/rs6000/sysv4.h:157
11743 msgid "no description yet"
11744 msgstr ""
11746 #: config/rs6000/sysv4.h:129
11747 msgid "Use EABI"
11748 msgstr ""
11750 #: config/rs6000/sysv4.h:130
11751 msgid "Don't use EABI"
11752 msgstr ""
11754 #: config/rs6000/sysv4.h:133
11755 msgid "Do not allow bit-fields to cross word boundaries"
11756 msgstr ""
11758 #: config/rs6000/sysv4.h:135
11759 msgid "Use alternate register names"
11760 msgstr ""
11762 #: config/rs6000/sysv4.h:137
11763 msgid "Don't use alternate register names"
11764 msgstr ""
11766 #: config/rs6000/sysv4.h:141
11767 msgid "Link with libsim.a, libc.a and sim-crt0.o"
11768 msgstr ""
11770 #: config/rs6000/sysv4.h:143
11771 msgid "Link with libads.a, libc.a and crt0.o"
11772 msgstr ""
11774 #: config/rs6000/sysv4.h:145
11775 msgid "Link with libyk.a, libc.a and crt0.o"
11776 msgstr ""
11778 #: config/rs6000/sysv4.h:147
11779 msgid "Link with libmvme.a, libc.a and crt0.o"
11780 msgstr ""
11782 #: config/rs6000/sysv4.h:149
11783 msgid "Set the PPC_EMB bit in the ELF flags header"
11784 msgstr ""
11786 #: config/rs6000/sysv4.h:150
11787 msgid "Use the WindISS simulator"
11788 msgstr ""
11790 #. Sometimes certain combinations of command options do not make sense
11791 #. on a particular target machine.  You can define a macro
11792 #. `OVERRIDE_OPTIONS' to take account of this.  This macro, if
11793 #. defined, is executed once just after all the command options have
11794 #. been parsed.
11796 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
11797 #. get control.
11798 #: config/rs6000/sysv4.h:219
11799 #, c-format
11800 msgid "bad value for -mcall-%s"
11801 msgstr ""
11803 #: config/rs6000/sysv4.h:235
11804 #, c-format
11805 msgid "bad value for -msdata=%s"
11806 msgstr ""
11808 #: config/rs6000/sysv4.h:252
11809 #, c-format
11810 msgid "-mrelocatable and -msdata=%s are incompatible"
11811 msgstr ""
11813 #: config/rs6000/sysv4.h:261
11814 #, c-format
11815 msgid "-f%s and -msdata=%s are incompatible"
11816 msgstr ""
11818 #: config/rs6000/sysv4.h:270
11819 #, c-format
11820 msgid "-msdata=%s and -mcall-%s are incompatible"
11821 msgstr ""
11823 #: config/rs6000/sysv4.h:279
11824 msgid "-mrelocatable and -mno-minimal-toc are incompatible"
11825 msgstr ""
11827 #: config/rs6000/sysv4.h:285
11828 #, c-format
11829 msgid "-mrelocatable and -mcall-%s are incompatible"
11830 msgstr ""
11832 #: config/rs6000/sysv4.h:292
11833 #, c-format
11834 msgid "-fPIC and -mcall-%s are incompatible"
11835 msgstr ""
11837 #: config/rs6000/sysv4.h:299
11838 msgid "-mcall-aixdesc must be big endian"
11839 msgstr ""
11841 #: config/rs6000/sysv4.h:314
11842 #, c-format
11843 msgid "-m%s not supported in this configuration"
11844 msgstr ""
11846 #: config/s390/s390.c:1133
11847 #, c-format
11848 msgid "Unknown cpu used in -march=%s."
11849 msgstr ""
11851 #: config/s390/s390.c:1152
11852 #, c-format
11853 msgid "Unknown cpu used in -mtune=%s."
11854 msgstr ""
11856 #: config/s390/s390.c:1157
11857 #, c-format
11858 msgid "z/Architecture mode not supported on %s."
11859 msgstr ""
11861 #: config/s390/s390.c:1159
11862 msgid "64-bit ABI not supported in ESA/390 mode."
11863 msgstr ""
11865 #: config/s390/s390.c:1165
11866 msgid "invalid value for -mwarn-framesize"
11867 msgstr ""
11869 #: config/s390/s390.c:1175
11870 msgid "invalid value for -mstack-size"
11871 msgstr ""
11873 #: config/s390/s390.c:1178
11874 msgid "stack size must be an exact power of 2"
11875 msgstr ""
11877 #: config/s390/s390.c:1184
11878 msgid "invalid value for -mstack-guard"
11879 msgstr ""
11881 #: config/s390/s390.c:1187
11882 msgid "stack size must be greater than the stack guard value"
11883 msgstr ""
11885 #: config/s390/s390.c:1190
11886 msgid "stack guard value must be an exact power of 2"
11887 msgstr ""
11889 #: config/s390/s390.c:1193
11890 msgid "-mstack-size implies use of -mstack-guard"
11891 msgstr ""
11893 #: config/s390/s390.c:1197
11894 msgid "-mstack-guard implies use of -mstack-size"
11895 msgstr ""
11897 #: config/s390/s390.c:3877
11898 msgid "Cannot decompose address."
11899 msgstr ""
11901 #: config/s390/s390.c:4048
11902 msgid "UNKNOWN in print_operand !?"
11903 msgstr ""
11905 #: config/s390/s390.c:5926
11906 msgid "Total size of local variables exceeds architecture limit."
11907 msgstr ""
11909 #: config/s390/s390.c:6389
11910 #, c-format
11911 msgid "frame size of `%s' is "
11912 msgstr ""
11914 #: config/s390/s390.c:6389
11915 msgid " bytes"
11916 msgstr ""
11918 #: config/s390/s390.c:6393
11919 #, c-format
11920 msgid "`%s' uses dynamic stack allocation"
11921 msgstr ""
11923 #: config/s390/s390.h:134
11924 msgid "Use bras for executable < 64k"
11925 msgstr ""
11927 #: config/s390/s390.h:135
11928 msgid "Don't use bras"
11929 msgstr ""
11931 #: config/s390/s390.h:136
11932 msgid "Additional debug prints"
11933 msgstr ""
11935 #: config/s390/s390.h:137
11936 msgid "Don't print additional debug prints"
11937 msgstr ""
11939 #: config/s390/s390.h:138
11940 msgid "64 bit ABI"
11941 msgstr ""
11943 #: config/s390/s390.h:139
11944 msgid "31 bit ABI"
11945 msgstr ""
11947 #: config/s390/s390.h:140
11948 msgid "z/Architecture"
11949 msgstr ""
11951 #: config/s390/s390.h:141
11952 msgid "ESA/390 architecture"
11953 msgstr ""
11955 #: config/s390/s390.h:142
11956 msgid "mvcle use"
11957 msgstr ""
11959 #: config/s390/s390.h:143
11960 msgid "mvc&ex"
11961 msgstr ""
11963 #: config/s390/s390.h:144
11964 msgid "enable tpf OS tracing code"
11965 msgstr ""
11967 #: config/s390/s390.h:145
11968 msgid "disable tpf OS tracing code"
11969 msgstr ""
11971 #: config/s390/s390.h:146
11972 msgid "disable fused multiply/add instructions"
11973 msgstr ""
11975 #: config/s390/s390.h:147
11976 msgid "enable fused multiply/add instructions"
11977 msgstr ""
11979 #: config/s390/s390.h:156
11980 msgid "Set backchain"
11981 msgstr ""
11983 #: config/s390/s390.h:158
11984 msgid "Do not set backchain"
11985 msgstr ""
11987 #: config/s390/s390.h:160
11988 msgid "Set backchain appropriate for the linux kernel"
11989 msgstr ""
11991 #: config/s390/s390.h:162
11992 msgid "Warn if a single function's framesize exceeds the given framesize"
11993 msgstr ""
11995 #: config/s390/s390.h:165
11996 msgid "Warn if a function uses alloca or creates an array with dynamic size"
11997 msgstr ""
11999 #: config/s390/s390.h:168
12000 msgid ""
12001 "Emit extra code in the function prologue in order to trap if the stacksize "
12002 "exceeds the given limit"
12003 msgstr ""
12005 #: config/s390/s390.h:171
12006 msgid ""
12007 "Set the max. number of bytes which has to be left to stack size before a "
12008 "trap instruction is triggered"
12009 msgstr ""
12011 #: config/sh/sh.c:6160
12012 msgid "__builtin_saveregs not supported by this subtarget"
12013 msgstr ""
12015 #: config/sh/sh.c:7123
12016 msgid "attribute interrupt_handler is not compatible with -m5-compact"
12017 msgstr ""
12019 #. The sp_switch attribute only has meaning for interrupt functions.
12020 #. The trap_exit attribute only has meaning for interrupt functions.
12021 #: config/sh/sh.c:7145 config/sh/sh.c:7180
12022 #, c-format
12023 msgid "`%s' attribute only applies to interrupt functions"
12024 msgstr ""
12026 #. The argument must be a constant string.
12027 #: config/sh/sh.c:7152
12028 #, c-format
12029 msgid "`%s' attribute argument not a string constant"
12030 msgstr ""
12032 #. The argument must be a constant integer.
12033 #: config/sh/sh.c:7187
12034 #, c-format
12035 msgid "`%s' attribute argument not an integer constant"
12036 msgstr ""
12038 #: config/sh/sh.c:7315
12039 #, c-format
12040 msgid "created and used with differing settings of `-m%s'"
12041 msgstr ""
12043 #: config/sh/symbian.c:147
12044 msgid ""
12045 "%H function '%D' is defined after prior declaration as dllimport: attribute "
12046 "ignored"
12047 msgstr ""
12049 #: config/sh/symbian.c:158
12050 msgid "%Hinline function '%D' is declared as dllimport: attribute ignored."
12051 msgstr ""
12053 #: config/sh/symbian.c:171
12054 msgid "%Hdefinition of static data member '%D' of dllimport'd class."
12055 msgstr ""
12057 #: config/sh/symbian.c:286
12058 msgid ""
12059 "%Hfailure in redeclaration of '%D': dllimport'd symbol lacks external "
12060 "linkage."
12061 msgstr ""
12063 #: config/sh/symbian.c:332
12064 msgid "%H%s '%D' %s after being referenced with dllimport linkage."
12065 msgstr ""
12067 #: config/sh/symbian.c:436
12068 msgid "%Hvariable `%D' definition is marked dllimport."
12069 msgstr ""
12071 #: config/sh/symbian.c:511
12072 msgid "%Hexternal linkage required for symbol '%D' because of '%s' attribute."
12073 msgstr ""
12075 #: config/sh/symbian.c:893 cp/tree.c:2337
12076 #, c-format
12077 msgid "lang_* check: failed in %s, at %s:%d"
12078 msgstr ""
12080 #. There are no delay slots on SHmedia.
12081 #. Relaxation isn't yet supported for SHmedia
12082 #. -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.
12083 #: config/sh/sh.h:754
12084 msgid "Profiling is not supported on this target."
12085 msgstr ""
12087 #: config/sparc/sparc.c:548
12088 #, c-format
12089 msgid "%s is not supported by this configuration"
12090 msgstr ""
12092 #: config/sparc/sparc.c:555
12093 msgid "-mlong-double-64 not allowed with -m64"
12094 msgstr ""
12096 #: config/sparc/sparc.c:580
12097 msgid "-mcmodel= is not supported on 32 bit systems"
12098 msgstr ""
12100 #: config/sparc/sparc.c:7062 config/sparc/sparc.c:7068
12101 #, c-format
12102 msgid "invalid %%Y operand"
12103 msgstr ""
12105 #: config/sparc/sparc.c:7138
12106 #, c-format
12107 msgid "invalid %%A operand"
12108 msgstr ""
12110 #: config/sparc/sparc.c:7148
12111 #, c-format
12112 msgid "invalid %%B operand"
12113 msgstr ""
12115 #: config/sparc/sparc.c:7187
12116 #, c-format
12117 msgid "invalid %%c operand"
12118 msgstr ""
12120 #: config/sparc/sparc.c:7188
12121 #, c-format
12122 msgid "invalid %%C operand"
12123 msgstr ""
12125 #: config/sparc/sparc.c:7209
12126 #, c-format
12127 msgid "invalid %%d operand"
12128 msgstr ""
12130 #: config/sparc/sparc.c:7210
12131 #, c-format
12132 msgid "invalid %%D operand"
12133 msgstr ""
12135 #: config/sparc/sparc.c:7226
12136 #, c-format
12137 msgid "invalid %%f operand"
12138 msgstr ""
12140 #: config/sparc/sparc.c:7240
12141 #, c-format
12142 msgid "invalid %%s operand"
12143 msgstr ""
12145 #: config/sparc/sparc.c:7294
12146 msgid "long long constant not a valid immediate operand"
12147 msgstr ""
12149 #: config/sparc/sparc.c:7297
12150 msgid "floating point constant not a valid immediate operand"
12151 msgstr ""
12153 #: config/sparc/freebsd.h:77 config/sparc/linux.h:86
12154 #: config/sparc/linux64.h:106 config/sparc/netbsd-elf.h:211
12155 msgid "Use 64 bit long doubles"
12156 msgstr ""
12158 #: config/sparc/freebsd.h:78 config/sparc/linux.h:87
12159 #: config/sparc/linux64.h:107 config/sparc/netbsd-elf.h:212
12160 msgid "Use 128 bit long doubles"
12161 msgstr ""
12163 #: config/sparc/sp64-elf.h:90
12164 msgid "Generate code for big endian"
12165 msgstr ""
12167 #: config/sparc/sp64-elf.h:91
12168 msgid "Generate code for little endian"
12169 msgstr ""
12171 #: config/sparc/sp86x-elf.h:68
12172 msgid "Use little-endian byte order for data"
12173 msgstr ""
12175 #: config/sparc/sparc.h:626
12176 msgid "Assume possible double misalignment"
12177 msgstr ""
12179 #: config/sparc/sparc.h:628
12180 msgid "Assume all doubles are aligned"
12181 msgstr ""
12183 #: config/sparc/sparc.h:630
12184 msgid "Pass -assert pure-text to linker"
12185 msgstr ""
12187 #: config/sparc/sparc.h:632
12188 msgid "Do not pass -assert pure-text to linker"
12189 msgstr ""
12191 #: config/sparc/sparc.h:634
12192 msgid "Use ABI reserved registers"
12193 msgstr ""
12195 #: config/sparc/sparc.h:636
12196 msgid "Do not use ABI reserved registers"
12197 msgstr ""
12199 #: config/sparc/sparc.h:638
12200 msgid "Use hardware quad fp instructions"
12201 msgstr ""
12203 #: config/sparc/sparc.h:640
12204 msgid "Do not use hardware quad fp instructions"
12205 msgstr ""
12207 #: config/sparc/sparc.h:642
12208 msgid "Compile for v8plus ABI"
12209 msgstr ""
12211 #: config/sparc/sparc.h:644
12212 msgid "Do not compile for v8plus ABI"
12213 msgstr ""
12215 #: config/sparc/sparc.h:646
12216 msgid "Utilize Visual Instruction Set"
12217 msgstr ""
12219 #: config/sparc/sparc.h:648
12220 msgid "Do not utilize Visual Instruction Set"
12221 msgstr ""
12223 #: config/sparc/sparc.h:650
12224 msgid "Pointers are 64-bit"
12225 msgstr ""
12227 #: config/sparc/sparc.h:652
12228 msgid "Pointers are 32-bit"
12229 msgstr ""
12231 #: config/sparc/sparc.h:654
12232 msgid "Use 32-bit ABI"
12233 msgstr ""
12235 #: config/sparc/sparc.h:656
12236 msgid "Use 64-bit ABI"
12237 msgstr ""
12239 #: config/sparc/sparc.h:658
12240 msgid "Use stack bias"
12241 msgstr ""
12243 #: config/sparc/sparc.h:660
12244 msgid "Do not use stack bias"
12245 msgstr ""
12247 #: config/sparc/sparc.h:662
12248 msgid "Use structs on stronger alignment for double-word copies"
12249 msgstr ""
12251 #: config/sparc/sparc.h:664
12252 msgid "Do not use structs on stronger alignment for double-word copies"
12253 msgstr ""
12255 #: config/sparc/sparc.h:666
12256 msgid "Optimize tail call instructions in assembler and linker"
12257 msgstr ""
12259 #: config/sparc/sparc.h:668
12260 msgid "Do not optimize tail call instructions in assembler or linker"
12261 msgstr ""
12263 #: config/sparc/sparc.h:713
12264 msgid "Use given SPARC code model"
12265 msgstr ""
12267 #: config/stormy16/stormy16.c:528
12268 msgid "Constant halfword load operand out of range."
12269 msgstr ""
12271 #: config/stormy16/stormy16.c:538
12272 msgid "Constant arithmetic operand out of range."
12273 msgstr ""
12275 #: config/stormy16/stormy16.c:1224
12276 msgid "Local variable memory requirements exceed capacity."
12277 msgstr ""
12279 #: config/stormy16/stormy16.c:1390
12280 msgid "function_profiler support"
12281 msgstr ""
12283 #: config/stormy16/stormy16.c:1479
12284 msgid "cannot use va_start in interrupt function"
12285 msgstr ""
12287 #: config/stormy16/stormy16.c:1921 config/stormy16/stormy16.c:1992
12288 msgid "`B' operand is not constant"
12289 msgstr ""
12291 #: config/stormy16/stormy16.c:1948
12292 msgid "`B' operand has multiple bits set"
12293 msgstr ""
12295 #: config/stormy16/stormy16.c:1974
12296 msgid "`o' operand is not constant"
12297 msgstr ""
12299 #: config/stormy16/stormy16.c:2006
12300 msgid "xstormy16_print_operand: unknown code"
12301 msgstr ""
12303 #: config/stormy16/stormy16.c:2052
12304 #, c-format
12305 msgid "switch statement of size %lu entries too large"
12306 msgstr ""
12308 #: config/stormy16/stormy16.c:2434
12309 msgid "`__BELOW100__' attribute only applies to variables"
12310 msgstr ""
12312 #: config/stormy16/stormy16.c:2441
12313 msgid "__BELOW100__ attribute not allowed with auto storage class."
12314 msgstr ""
12316 #: config/v850/v850-c.c:67
12317 msgid "#pragma GHS endXXXX found without previous startXXX"
12318 msgstr ""
12320 #: config/v850/v850-c.c:69
12321 msgid "#pragma GHS endXXX does not match previous startXXX"
12322 msgstr ""
12324 #: config/v850/v850-c.c:94
12325 msgid "cannot set interrupt attribute: no current function"
12326 msgstr ""
12328 #: config/v850/v850-c.c:102
12329 msgid "cannot set interrupt attribute: no such identifier"
12330 msgstr ""
12332 #: config/v850/v850-c.c:147
12333 msgid "junk at end of #pragma ghs section"
12334 msgstr ""
12336 #: config/v850/v850-c.c:164
12337 #, c-format
12338 msgid "unrecognized section name \"%s\""
12339 msgstr ""
12341 #: config/v850/v850-c.c:179
12342 msgid "malformed #pragma ghs section"
12343 msgstr ""
12345 #: config/v850/v850-c.c:198
12346 msgid "junk at end of #pragma ghs interrupt"
12347 msgstr ""
12349 #: config/v850/v850-c.c:209
12350 msgid "junk at end of #pragma ghs starttda"
12351 msgstr ""
12353 #: config/v850/v850-c.c:220
12354 msgid "junk at end of #pragma ghs startsda"
12355 msgstr ""
12357 #: config/v850/v850-c.c:231
12358 msgid "junk at end of #pragma ghs startzda"
12359 msgstr ""
12361 #: config/v850/v850-c.c:242
12362 msgid "junk at end of #pragma ghs endtda"
12363 msgstr ""
12365 #: config/v850/v850-c.c:253
12366 msgid "junk at end of #pragma ghs endsda"
12367 msgstr ""
12369 #: config/v850/v850-c.c:264
12370 msgid "junk at end of #pragma ghs endzda"
12371 msgstr ""
12373 #: config/v850/v850.c:163
12374 #, c-format
12375 msgid "%s=%s is not numeric"
12376 msgstr ""
12378 #: config/v850/v850.c:170
12379 #, c-format
12380 msgid "%s=%s is too large"
12381 msgstr ""
12383 #: config/v850/v850.c:336
12384 msgid "const_double_split got a bad insn:"
12385 msgstr ""
12387 #: config/v850/v850.c:901
12388 msgid "output_move_single:"
12389 msgstr ""
12391 #: config/v850/v850.c:2243
12392 msgid "%Jdata area attributes cannot be specified for local variables"
12393 msgstr ""
12395 #: config/v850/v850.c:2254
12396 msgid "%Jdata area of '%D' conflicts with previous declaration"
12397 msgstr ""
12399 #: config/v850/v850.c:2453
12400 #, c-format
12401 msgid "bogus JR construction: %d\n"
12402 msgstr ""
12404 #: config/v850/v850.c:2474 config/v850/v850.c:2677
12405 #, c-format
12406 msgid "bad amount of stack space removal: %d"
12407 msgstr ""
12409 #: config/v850/v850.c:2653
12410 #, c-format
12411 msgid "bogus JARL construction: %d\n"
12412 msgstr ""
12414 #: config/v850/v850.c:3023
12415 #, c-format
12416 msgid "Bogus DISPOSE construction: %d\n"
12417 msgstr ""
12419 #: config/v850/v850.c:3045
12420 #, c-format
12421 msgid "Too much stack space to dispose of: %d"
12422 msgstr ""
12424 #: config/v850/v850.c:3218
12425 #, c-format
12426 msgid "Bogus PREPEARE construction: %d\n"
12427 msgstr ""
12429 #: config/v850/v850.c:3240
12430 #, c-format
12431 msgid "Too much stack space to prepare: %d"
12432 msgstr ""
12434 #. Macro to define tables used to set the flags.
12435 #. This is a list in braces of pairs in braces,
12436 #. each pair being { "NAME", VALUE }
12437 #. where VALUE is the bits to set or minus the bits to clear.
12438 #. An empty string NAME is used to identify the default VALUE.
12439 #: config/v850/v850.h:174
12440 msgid "Support Green Hills ABI"
12441 msgstr ""
12443 #: config/v850/v850.h:177
12444 msgid "Prohibit PC relative function calls"
12445 msgstr ""
12447 #: config/v850/v850.h:180
12448 msgid "Reuse r30 on a per function basis"
12449 msgstr ""
12451 #: config/v850/v850.h:183
12452 msgid "Use stubs for function prologues"
12453 msgstr ""
12455 #: config/v850/v850.h:186
12456 msgid "Same as: -mep -mprolog-function"
12457 msgstr ""
12459 #: config/v850/v850.h:187
12460 msgid "Enable backend debugging"
12461 msgstr ""
12463 #: config/v850/v850.h:189
12464 msgid "Compile for the v850 processor"
12465 msgstr ""
12467 #: config/v850/v850.h:191
12468 msgid "Compile for v850e1 processor"
12469 msgstr ""
12471 #. Make sure that the other bits are cleared.
12472 #: config/v850/v850.h:193
12473 msgid "Compile for v850e processor"
12474 msgstr ""
12476 #. Make sure that the other bits are cleared.
12477 #: config/v850/v850.h:195
12478 msgid "Enable the use of the short load instructions"
12479 msgstr ""
12481 #: config/v850/v850.h:198
12482 msgid "Do not use the callt instruction"
12483 msgstr ""
12485 #: config/v850/v850.h:205
12486 msgid "Do not use registers r2 and r5"
12487 msgstr ""
12489 #: config/v850/v850.h:207
12490 msgid "Enforce strict alignment"
12491 msgstr ""
12493 #: config/v850/v850.h:210
12494 msgid "Use 4 byte entries in switch tables"
12495 msgstr ""
12497 #: config/v850/v850.h:236
12498 msgid "Set the max size of data eligible for the TDA area"
12499 msgstr ""
12501 #: config/v850/v850.h:239
12502 msgid "Set the max size of data eligible for the SDA area"
12503 msgstr ""
12505 #: config/v850/v850.h:242
12506 msgid "Set the max size of data eligible for the ZDA area"
12507 msgstr ""
12509 #: config/xtensa/xtensa.c:1014 config/xtensa/xtensa.c:1046
12510 #: config/xtensa/xtensa.c:1055
12511 msgid "bad test"
12512 msgstr ""
12514 #: config/xtensa/xtensa.c:1774
12515 msgid "boolean registers required for the floating-point option"
12516 msgstr ""
12518 #: config/xtensa/xtensa.c:1820
12519 #, c-format
12520 msgid "-f%s is not supported with CONST16 instructions"
12521 msgstr ""
12523 #: config/xtensa/xtensa.c:1825
12524 msgid "PIC is required but not supported with CONST16 instructions"
12525 msgstr ""
12527 #: config/xtensa/xtensa.c:1895
12528 #, c-format
12529 msgid "invalid %%D value"
12530 msgstr ""
12532 #: config/xtensa/xtensa.c:1932
12533 msgid "invalid mask"
12534 msgstr ""
12536 #: config/xtensa/xtensa.c:1958
12537 #, c-format
12538 msgid "invalid %%x value"
12539 msgstr ""
12541 #: config/xtensa/xtensa.c:1965
12542 #, c-format
12543 msgid "invalid %%d value"
12544 msgstr ""
12546 #: config/xtensa/xtensa.c:1986 config/xtensa/xtensa.c:1996
12547 #, c-format
12548 msgid "invalid %%t/%%b value"
12549 msgstr ""
12551 #: config/xtensa/xtensa.c:2038
12552 msgid "invalid address"
12553 msgstr ""
12555 #: config/xtensa/xtensa.c:2063
12556 msgid "no register in address"
12557 msgstr ""
12559 #: config/xtensa/xtensa.c:2071
12560 msgid "address offset not a constant"
12561 msgstr ""
12563 #: config/xtensa/xtensa.c:2672
12564 msgid "only uninitialized variables can be placed in a .bss section"
12565 msgstr ""
12567 #: config/xtensa/xtensa.h:79
12568 msgid "Use CONST16 instruction to load constants"
12569 msgstr ""
12571 #: config/xtensa/xtensa.h:81
12572 msgid "Use PC-relative L32R instruction to load constants"
12573 msgstr ""
12575 #: config/xtensa/xtensa.h:83
12576 msgid "Disable fused multiply/add and multiply/subtract FP instructions"
12577 msgstr ""
12579 #: config/xtensa/xtensa.h:85
12580 msgid "Enable fused multiply/add and multiply/subtract FP instructions"
12581 msgstr ""
12583 #: config/xtensa/xtensa.h:87
12584 msgid "Intersperse literal pools with code in the text section"
12585 msgstr ""
12587 #: config/xtensa/xtensa.h:89
12588 msgid "Put literal pools in a separate literal section"
12589 msgstr ""
12591 #: config/xtensa/xtensa.h:91
12592 msgid "Automatically align branch targets to reduce branch penalties"
12593 msgstr ""
12595 #: config/xtensa/xtensa.h:93
12596 msgid "Do not automatically align branch targets"
12597 msgstr ""
12599 #: config/xtensa/xtensa.h:95
12600 msgid "Use indirect CALLXn instructions for large programs"
12601 msgstr ""
12603 #: config/xtensa/xtensa.h:97
12604 msgid "Use direct CALLn instructions for fast calls"
12605 msgstr ""
12607 #: ada/misc.c:258
12608 #, c-format
12609 msgid "missing argument to \"-%s\""
12610 msgstr ""
12612 #: ada/misc.c:299
12613 msgid "`-gnat' misspelled as `-gant'"
12614 msgstr ""
12616 #: cp/call.c:282
12617 msgid "unable to call pointer to member function here"
12618 msgstr ""
12620 #: cp/call.c:2365
12621 msgid "%s %D(%T, %T, %T) <built-in>"
12622 msgstr ""
12624 #: cp/call.c:2370
12625 msgid "%s %D(%T, %T) <built-in>"
12626 msgstr ""
12628 #: cp/call.c:2374
12629 msgid "%s %D(%T) <built-in>"
12630 msgstr ""
12632 #: cp/call.c:2378
12633 msgid "%s %T <conversion>"
12634 msgstr ""
12636 #: cp/call.c:2380
12637 msgid "%J%s %+#D <near match>"
12638 msgstr ""
12640 #: cp/call.c:2382
12641 msgid "%J%s %+#D"
12642 msgstr ""
12644 #: cp/call.c:2417
12645 msgid "candidates are:"
12646 msgstr ""
12648 #: cp/call.c:2603
12649 msgid "conversion from `%T' to `%T' is ambiguous"
12650 msgstr ""
12652 #: cp/call.c:2757 cp/call.c:2815
12653 msgid "no matching function for call to `%D(%A)'"
12654 msgstr ""
12656 #: cp/call.c:2760 cp/call.c:2818
12657 msgid "call of overloaded `%D(%A)' is ambiguous"
12658 msgstr ""
12660 #. It's no good looking for an overloaded operator() on a
12661 #. pointer-to-member-function.
12662 #: cp/call.c:2886
12663 #, c-format
12664 msgid ""
12665 "pointer-to-member function %E cannot be called without an object; consider "
12666 "using .* or ->*"
12667 msgstr ""
12669 #: cp/call.c:2955
12670 msgid "no match for call to `(%T) (%A)'"
12671 msgstr ""
12673 #: cp/call.c:2964
12674 msgid "call of `(%T) (%A)' is ambiguous"
12675 msgstr ""
12677 #: cp/call.c:3001
12678 #, c-format
12679 msgid "%s for ternary 'operator?:' in '%E ? %E : %E'"
12680 msgstr ""
12682 #: cp/call.c:3007
12683 #, c-format
12684 msgid "%s for 'operator%s' in '%E%s'"
12685 msgstr ""
12687 #: cp/call.c:3011
12688 #, c-format
12689 msgid "%s for 'operator[]' in '%E[%E]'"
12690 msgstr ""
12692 #: cp/call.c:3016
12693 #, c-format
12694 msgid "%s for '%s' in '%s %E'"
12695 msgstr ""
12697 #: cp/call.c:3021
12698 #, c-format
12699 msgid "%s for 'operator%s' in '%E %s %E'"
12700 msgstr ""
12702 #: cp/call.c:3024
12703 #, c-format
12704 msgid "%s for 'operator%s' in '%s%E'"
12705 msgstr ""
12707 #: cp/call.c:3114
12708 msgid "ISO C++ forbids omitting the middle term of a ?: expression"
12709 msgstr ""
12711 #: cp/call.c:3191
12712 #, c-format
12713 msgid "`%E' has type `void' and is not a throw-expression"
12714 msgstr ""
12716 #: cp/call.c:3230 cp/call.c:3440
12717 msgid "operands to ?: have different types"
12718 msgstr ""
12720 #: cp/call.c:3394
12721 msgid "enumeral mismatch in conditional expression: `%T' vs `%T'"
12722 msgstr ""
12724 #: cp/call.c:3401
12725 msgid "enumeral and non-enumeral type in conditional expression"
12726 msgstr ""
12728 #: cp/call.c:3695
12729 msgid "no `%D(int)' declared for postfix `%s', trying prefix operator instead"
12730 msgstr ""
12732 #: cp/call.c:3747
12733 msgid "using synthesized `%#D' for copy assignment"
12734 msgstr ""
12736 #: cp/call.c:3749
12737 msgid "  where cfront would use `%#D'"
12738 msgstr ""
12740 #: cp/call.c:3781
12741 msgid "comparison between `%#T' and `%#T'"
12742 msgstr ""
12744 #: cp/call.c:4038
12745 msgid "no suitable `operator %s' for `%T'"
12746 msgstr ""
12748 #: cp/call.c:4055
12749 msgid "`%+#D' is private"
12750 msgstr ""
12752 #: cp/call.c:4057
12753 msgid "`%+#D' is protected"
12754 msgstr ""
12756 #: cp/call.c:4059
12757 msgid "`%+#D' is inaccessible"
12758 msgstr ""
12760 #: cp/call.c:4060
12761 msgid "within this context"
12762 msgstr ""
12764 #: cp/call.c:4143
12765 msgid "invalid conversion from `%T' to `%T'"
12766 msgstr ""
12768 #: cp/call.c:4145
12769 msgid "  initializing argument %P of `%D'"
12770 msgstr ""
12772 #: cp/call.c:4288
12773 msgid "cannot bind bitfield `%E' to `%T'"
12774 msgstr ""
12776 #: cp/call.c:4291
12777 msgid "cannot bind packed field `%E' to `%T'"
12778 msgstr ""
12780 #: cp/call.c:4294
12781 msgid "cannot bind rvalue `%E' to `%T'"
12782 msgstr ""
12784 #: cp/call.c:4379
12785 msgid ""
12786 "cannot pass objects of non-POD type `%#T' through `...'; call will abort at "
12787 "runtime"
12788 msgstr ""
12790 #. Undefined behavior [expr.call] 5.2.2/7.
12791 #: cp/call.c:4405
12792 msgid ""
12793 "cannot receive objects of non-POD type `%#T' through `...'; call will abort "
12794 "at runtime"
12795 msgstr ""
12797 #: cp/call.c:4449
12798 msgid "the default argument for parameter %d of `%D' has not yet been parsed"
12799 msgstr ""
12801 #: cp/call.c:4654
12802 msgid "passing `%T' as `this' argument of `%#D' discards qualifiers"
12803 msgstr ""
12805 #: cp/call.c:4673
12806 msgid "`%T' is not an accessible base of `%T'"
12807 msgstr ""
12809 #: cp/call.c:4923
12810 msgid "could not find class$ field in java interface type `%T'"
12811 msgstr ""
12813 #: cp/call.c:5185
12814 msgid "call to non-function `%D'"
12815 msgstr ""
12817 #: cp/call.c:5210
12818 msgid "request for member `%D' in `%E', which is of non-aggregate type `%T'"
12819 msgstr ""
12821 #: cp/call.c:5288
12822 msgid "no matching function for call to `%T::%s(%A)%#V'"
12823 msgstr ""
12825 #: cp/call.c:5306
12826 #, c-format
12827 msgid "call of overloaded `%s(%A)' is ambiguous"
12828 msgstr ""
12830 #: cp/call.c:5328
12831 msgid "cannot call member function `%D' without object"
12832 msgstr ""
12834 #: cp/call.c:5933
12835 msgid "passing `%T' chooses `%T' over `%T'"
12836 msgstr ""
12838 #: cp/call.c:5935 cp/name-lookup.c:4246
12839 msgid "  in call to `%D'"
12840 msgstr ""
12842 #: cp/call.c:5992
12843 msgid "choosing `%D' over `%D'"
12844 msgstr ""
12846 #: cp/call.c:5993
12847 msgid "  for conversion from `%T' to `%T'"
12848 msgstr ""
12850 #: cp/call.c:5995
12851 msgid "  because conversion sequence for the argument is better"
12852 msgstr ""
12854 #: cp/call.c:6116
12855 msgid ""
12856 "ISO C++ says that these are ambiguous, even though the worst conversion for "
12857 "the first is better than the worst conversion for the second:"
12858 msgstr ""
12860 #: cp/call.c:6120
12861 msgid "candidate 1:"
12862 msgstr ""
12864 #: cp/call.c:6121
12865 msgid "candidate 2:"
12866 msgstr ""
12868 #: cp/call.c:6257
12869 msgid "could not convert `%E' to `%T'"
12870 msgstr ""
12872 #: cp/call.c:6381
12873 msgid ""
12874 "invalid initialization of non-const reference of type '%T' from a temporary "
12875 "of type '%T'"
12876 msgstr ""
12878 #: cp/call.c:6385
12879 msgid ""
12880 "invalid initialization of reference of type '%T' from expression of type '%T'"
12881 msgstr ""
12883 #: cp/class.c:284
12884 msgid ""
12885 "cannot convert from base `%T' to derived type `%T' via virtual base `%T'"
12886 msgstr ""
12888 #: cp/class.c:912
12889 msgid "Java class '%T' cannot have an implicit non-trivial destructor"
12890 msgstr ""
12892 #: cp/class.c:913
12893 msgid "Java class '%T' cannot have a destructor"
12894 msgstr ""
12896 #: cp/class.c:1012
12897 msgid "`%#D' and `%#D' cannot be overloaded"
12898 msgstr ""
12900 #: cp/class.c:1069
12901 msgid "conflicting access specifications for method `%D', ignored"
12902 msgstr ""
12904 #: cp/class.c:1071
12905 #, c-format
12906 msgid "conflicting access specifications for field `%E', ignored"
12907 msgstr ""
12909 #: cp/class.c:1121
12910 msgid "`%D' names constructor"
12911 msgstr ""
12913 #: cp/class.c:1126
12914 msgid "`%D' invalid in `%T'"
12915 msgstr ""
12917 #: cp/class.c:1134
12918 msgid "no members matching `%D' in `%#T'"
12919 msgstr ""
12921 #: cp/class.c:1166 cp/class.c:1174
12922 msgid "`%D' invalid in `%#T'"
12923 msgstr ""
12925 #: cp/class.c:1167
12926 msgid "  because of local method `%#D' with same name"
12927 msgstr ""
12929 #: cp/class.c:1175
12930 msgid "  because of local member `%#D' with same name"
12931 msgstr ""
12933 #: cp/class.c:1220
12934 msgid "base class `%#T' has a non-virtual destructor"
12935 msgstr ""
12937 #: cp/class.c:1240
12938 msgid ""
12939 "base `%T' with only non-default constructor in class without a constructor"
12940 msgstr ""
12942 #: cp/class.c:1550
12943 msgid "all member functions in class `%T' are private"
12944 msgstr ""
12946 #: cp/class.c:1561
12947 msgid "`%#T' only defines a private destructor and has no friends"
12948 msgstr ""
12950 #: cp/class.c:1601
12951 msgid "`%#T' only defines private constructors and has no friends"
12952 msgstr ""
12954 #: cp/class.c:2013
12955 msgid "no unique final overrider for `%D' in `%T'"
12956 msgstr ""
12958 #. Here we know it is a hider, and no overrider exists.
12959 #: cp/class.c:2465
12960 msgid "`%D' was hidden"
12961 msgstr ""
12963 #: cp/class.c:2466
12964 msgid "  by `%D'"
12965 msgstr ""
12967 #: cp/class.c:2507 cp/decl2.c:1143
12968 msgid "`%#D' invalid; an anonymous union can only have non-static data members"
12969 msgstr ""
12971 #: cp/class.c:2513 cp/decl2.c:1150
12972 msgid "private member `%#D' in anonymous union"
12973 msgstr ""
12975 #: cp/class.c:2516 cp/decl2.c:1152
12976 msgid "protected member `%#D' in anonymous union"
12977 msgstr ""
12979 #: cp/class.c:2630
12980 msgid ""
12981 "vtable layout for class `%T' may not be ABI-compliant and may change in a "
12982 "future version of GCC due to implicit virtual destructor"
12983 msgstr ""
12985 #: cp/class.c:2688
12986 msgid "bit-field `%#D' with non-integral type"
12987 msgstr ""
12989 #: cp/class.c:2708
12990 msgid "bit-field `%D' width not an integer constant"
12991 msgstr ""
12993 #: cp/class.c:2714
12994 msgid "negative width in bit-field `%D'"
12995 msgstr ""
12997 #: cp/class.c:2719
12998 msgid "zero width for bit-field `%D'"
12999 msgstr ""
13001 #: cp/class.c:2725
13002 msgid "width of `%D' exceeds its type"
13003 msgstr ""
13005 #: cp/class.c:2734
13006 msgid "`%D' is too small to hold all values of `%#T'"
13007 msgstr ""
13009 #: cp/class.c:2796
13010 msgid "member `%#D' with constructor not allowed in union"
13011 msgstr ""
13013 #: cp/class.c:2799
13014 msgid "member `%#D' with destructor not allowed in union"
13015 msgstr ""
13017 #: cp/class.c:2802
13018 msgid "member `%#D' with copy assignment operator not allowed in union"
13019 msgstr ""
13021 #: cp/class.c:2829
13022 msgid "multiple fields in union `%T' initialized"
13023 msgstr ""
13025 #: cp/class.c:2895
13026 msgid "ignoring packed attribute on unpacked non-POD field `%#D'"
13027 msgstr ""
13029 #: cp/class.c:2955
13030 msgid "`%D' may not be static because it is a member of a union"
13031 msgstr ""
13033 #: cp/class.c:2960
13034 msgid "`%D' may not have reference type `%T' because it is a member of a union"
13035 msgstr ""
13037 #: cp/class.c:2968
13038 msgid "field `%D' in local class cannot be static"
13039 msgstr ""
13041 #: cp/class.c:2974
13042 msgid "field `%D' invalidly declared function type"
13043 msgstr ""
13045 #: cp/class.c:2981
13046 msgid "field `%D' invalidly declared method type"
13047 msgstr ""
13049 #: cp/class.c:3014
13050 msgid "non-static reference `%#D' in class without a constructor"
13051 msgstr ""
13053 #: cp/class.c:3062
13054 msgid "non-static const member `%#D' in class without a constructor"
13055 msgstr ""
13057 #: cp/class.c:3077
13058 msgid "field `%#D' with same name as class"
13059 msgstr ""
13061 #: cp/class.c:3111
13062 msgid "`%#T' has pointer data members"
13063 msgstr ""
13065 #: cp/class.c:3115
13066 msgid "  but does not override `%T(const %T&)'"
13067 msgstr ""
13069 #: cp/class.c:3117
13070 msgid "  or `operator=(const %T&)'"
13071 msgstr ""
13073 #: cp/class.c:3120
13074 msgid "  but does not override `operator=(const %T&)'"
13075 msgstr ""
13077 #: cp/class.c:3553
13078 msgid ""
13079 "offset of empty base `%T' may not be ABI-compliant and maychange in a future "
13080 "version of GCC"
13081 msgstr ""
13083 #: cp/class.c:3664
13084 msgid "class `%T' will be considered nearly empty in a future version of GCC"
13085 msgstr ""
13087 #: cp/class.c:3746
13088 msgid "initializer specified for non-virtual method `%D'"
13089 msgstr ""
13091 #: cp/class.c:4415
13092 msgid ""
13093 "offset of virtual base `%T' is not ABI-compliant and may change in a future "
13094 "version of GCC"
13095 msgstr ""
13097 #: cp/class.c:4509
13098 msgid "direct base `%T' inaccessible in `%T' due to ambiguity"
13099 msgstr ""
13101 #: cp/class.c:4521
13102 msgid "virtual base `%T' inaccessible in `%T' due to ambiguity"
13103 msgstr ""
13105 #: cp/class.c:4692
13106 msgid ""
13107 "size assigned to `%T' may not be ABI-compliant and may change in a future "
13108 "version of GCC"
13109 msgstr ""
13111 #. Versions of G++ before G++ 3.4 did not reset the
13112 #. DECL_MODE.
13113 #: cp/class.c:4731
13114 msgid ""
13115 "the offset of `%D' may not be ABI-compliant and may change in a future "
13116 "version of GCC"
13117 msgstr ""
13119 #: cp/class.c:4754
13120 msgid ""
13121 "offset of `%D' is not ABI-compliant and may change in a future version of GCC"
13122 msgstr ""
13124 #: cp/class.c:4763
13125 msgid ""
13126 "`%D' contains empty classes which may cause base classes to be placed at "
13127 "different locations in a future version of GCC"
13128 msgstr ""
13130 #: cp/class.c:4822
13131 msgid ""
13132 "layout of classes derived from empty class `%T' may change in a future "
13133 "version of GCC"
13134 msgstr ""
13136 #: cp/class.c:4963 cp/semantics.c:2078
13137 msgid "redefinition of `%#T'"
13138 msgstr ""
13140 #: cp/class.c:5107
13141 msgid "%#T' has virtual functions but non-virtual destructor"
13142 msgstr ""
13144 #: cp/class.c:5203
13145 msgid "trying to finish struct, but kicked out due to previous parse errors"
13146 msgstr ""
13148 #: cp/class.c:5621
13149 #, c-format
13150 msgid "language string `\"%E\"' not recognized"
13151 msgstr ""
13153 #: cp/class.c:5708
13154 msgid ""
13155 "cannot resolve overloaded function `%D' based on conversion to type `%T'"
13156 msgstr ""
13158 #: cp/class.c:5833
13159 msgid "no matches converting function `%D' to type `%#T'"
13160 msgstr ""
13162 #: cp/class.c:5856
13163 msgid "converting overloaded function `%D' to type `%#T' is ambiguous"
13164 msgstr ""
13166 #: cp/class.c:5882
13167 msgid "assuming pointer to member `%D'"
13168 msgstr ""
13170 #: cp/class.c:5885
13171 #, c-format
13172 msgid "(a pointer to member can only be formed with `&%E')"
13173 msgstr ""
13175 #: cp/class.c:5930 cp/class.c:6109 cp/class.c:6116
13176 msgid "not enough type information"
13177 msgstr ""
13179 #: cp/class.c:5947
13180 msgid "argument of type `%T' does not match `%T'"
13181 msgstr ""
13183 #: cp/class.c:6093
13184 msgid "invalid operation on uninstantiated type"
13185 msgstr ""
13187 #. [basic.scope.class]
13189 #. A name N used in a class S shall refer to the same declaration
13190 #. in its context and when re-evaluated in the completed scope of
13191 #. S.
13192 #: cp/class.c:6359 cp/decl.c:1229 cp/name-lookup.c:577 cp/pt.c:2153
13193 msgid "declaration of `%#D'"
13194 msgstr ""
13196 #: cp/class.c:6360
13197 msgid "changes meaning of `%D' from `%+#D'"
13198 msgstr ""
13200 #: cp/cvt.c:88
13201 msgid "can't convert from incomplete type `%T' to `%T'"
13202 msgstr ""
13204 #: cp/cvt.c:97
13205 msgid "conversion of `%E' from `%T' to `%T' is ambiguous"
13206 msgstr ""
13208 #: cp/cvt.c:113 cp/cvt.c:127
13209 msgid "converting from `%T' to `%T'"
13210 msgstr ""
13212 #: cp/cvt.c:185 cp/cvt.c:253 cp/cvt.c:299
13213 msgid "cannot convert `%E' from type `%T' to type `%T'"
13214 msgstr ""
13216 #: cp/cvt.c:214 cp/cvt.c:218
13217 msgid "pointer to member cast from `%T' to `%T' is via virtual base"
13218 msgstr ""
13220 #: cp/cvt.c:278
13221 msgid "invalid conversion from '%T' to '%T'"
13222 msgstr ""
13224 #: cp/cvt.c:510
13225 msgid "conversion from `%T' to `%T' discards qualifiers"
13226 msgstr ""
13228 #: cp/cvt.c:528
13229 msgid "casting `%T' to `%T' does not dereference pointer"
13230 msgstr ""
13232 #: cp/cvt.c:555
13233 msgid "cannot convert type `%T' to type `%T'"
13234 msgstr ""
13236 #: cp/cvt.c:679
13237 msgid "conversion from `%#T' to `%#T'"
13238 msgstr ""
13240 #: cp/cvt.c:691
13241 msgid "`%#T' used where a `%T' was expected"
13242 msgstr ""
13244 #: cp/cvt.c:713
13245 msgid "`%#T' used where a floating point value was expected"
13246 msgstr ""
13248 #: cp/cvt.c:760
13249 msgid "conversion from `%T' to non-scalar type `%T' requested"
13250 msgstr ""
13252 #: cp/cvt.c:848
13253 msgid "object of incomplete type `%T' will not be accessed in %s"
13254 msgstr ""
13256 #: cp/cvt.c:851
13257 msgid "object of type `%T' will not be accessed in %s"
13258 msgstr ""
13260 #: cp/cvt.c:867
13261 msgid "object `%E' of incomplete type `%T' will not be accessed in %s"
13262 msgstr ""
13264 #. [over.over] enumerates the places where we can take the address
13265 #. of an overloaded function, and this is not one of them.
13266 #: cp/cvt.c:883
13267 #, c-format
13268 msgid "%s cannot resolve address of overloaded function"
13269 msgstr ""
13271 #. Only warn when there is no &.
13272 #: cp/cvt.c:889
13273 #, c-format
13274 msgid "%s is a reference, not call, to function `%E'"
13275 msgstr ""
13277 #: cp/cvt.c:897
13278 #, c-format
13279 msgid "%s has no effect"
13280 msgstr ""
13282 #: cp/cvt.c:1008
13283 msgid "converting NULL to non-pointer type"
13284 msgstr ""
13286 #: cp/cvt.c:1081
13287 msgid "ambiguous default type conversion from `%T'"
13288 msgstr ""
13290 #: cp/cvt.c:1083
13291 msgid "  candidate conversions include `%D' and `%D'"
13292 msgstr ""
13294 #: cp/decl.c:366
13295 msgid "label `%D' used but not defined"
13296 msgstr ""
13298 #: cp/decl.c:377
13299 msgid "label `%D' defined but not used"
13300 msgstr ""
13302 #: cp/decl.c:573
13303 msgid "%Junused variable '%D'"
13304 msgstr ""
13306 #: cp/decl.c:1136
13307 msgid "`%D' was declared `extern' and later `static'"
13308 msgstr ""
13310 #: cp/decl.c:1137 cp/decl.c:1602
13311 msgid "previous declaration of `%D'"
13312 msgstr ""
13314 #: cp/decl.c:1185
13315 msgid "%Jfunction '%D' redeclared as inline"
13316 msgstr ""
13318 #: cp/decl.c:1186
13319 msgid "%Jprevious declaration of '%D' with attribute noinline"
13320 msgstr ""
13322 #: cp/decl.c:1193
13323 msgid "%Jfunction '%D' redeclared with attribute noinline"
13324 msgstr ""
13326 #: cp/decl.c:1195
13327 msgid "%Jprevious declaration of '%D' was inline"
13328 msgstr ""
13330 #: cp/decl.c:1216 cp/decl.c:1287
13331 msgid "shadowing %s function `%#D'"
13332 msgstr ""
13334 #: cp/decl.c:1225
13335 msgid "library function `%#D' redeclared as non-function `%#D'"
13336 msgstr ""
13338 #: cp/decl.c:1230
13339 msgid "conflicts with built-in declaration `%#D'"
13340 msgstr ""
13342 #: cp/decl.c:1282 cp/decl.c:1391 cp/decl.c:1407
13343 msgid "new declaration `%#D'"
13344 msgstr ""
13346 #: cp/decl.c:1283
13347 msgid "ambiguates built-in declaration `%#D'"
13348 msgstr ""
13350 #: cp/decl.c:1354
13351 msgid "`%#D' redeclared as different kind of symbol"
13352 msgstr ""
13354 #: cp/decl.c:1357
13355 msgid "previous declaration of `%#D'"
13356 msgstr ""
13358 #: cp/decl.c:1376
13359 msgid "declaration of template `%#D'"
13360 msgstr ""
13362 #: cp/decl.c:1377 cp/name-lookup.c:578
13363 msgid "conflicts with previous declaration `%#D'"
13364 msgstr ""
13366 #: cp/decl.c:1392 cp/decl.c:1408
13367 msgid "ambiguates old declaration `%#D'"
13368 msgstr ""
13370 #: cp/decl.c:1400
13371 msgid "declaration of C function `%#D' conflicts with"
13372 msgstr ""
13374 #: cp/decl.c:1402
13375 msgid "previous declaration `%#D' here"
13376 msgstr ""
13378 #: cp/decl.c:1415
13379 msgid "conflicting declaration '%#D'"
13380 msgstr ""
13382 #: cp/decl.c:1416
13383 msgid "'%D' has a previous declaration as `%#D'"
13384 msgstr ""
13386 #. [namespace.alias]
13388 #. A namespace-name or namespace-alias shall not be declared as
13389 #. the name of any other entity in the same declarative region.
13390 #. A namespace-name defined at global scope shall not be
13391 #. declared as the name of any other entity in any global scope
13392 #. of the program.
13393 #: cp/decl.c:1469
13394 msgid "declaration of `namespace %D' conflicts with"
13395 msgstr ""
13397 #: cp/decl.c:1470
13398 msgid "previous declaration of `namespace %D' here"
13399 msgstr ""
13401 #: cp/decl.c:1482
13402 msgid "`%#D' previously defined here"
13403 msgstr ""
13405 #: cp/decl.c:1483
13406 msgid "`%#D' previously declared here"
13407 msgstr ""
13409 #. Prototype decl follows defn w/o prototype.
13410 #: cp/decl.c:1492
13411 msgid "prototype for `%#D'"
13412 msgstr ""
13414 #: cp/decl.c:1493
13415 msgid "%Jfollows non-prototype definition here"
13416 msgstr ""
13418 #: cp/decl.c:1505
13419 msgid "previous declaration of `%#D' with %L linkage"
13420 msgstr ""
13422 #: cp/decl.c:1507
13423 msgid "conflicts with new declaration with %L linkage"
13424 msgstr ""
13426 #: cp/decl.c:1530 cp/decl.c:1537
13427 msgid "default argument given for parameter %d of `%#D'"
13428 msgstr ""
13430 #: cp/decl.c:1532 cp/decl.c:1539
13431 msgid "after previous specification in `%#D'"
13432 msgstr ""
13434 #: cp/decl.c:1548
13435 msgid "`%#D' was used before it was declared inline"
13436 msgstr ""
13438 #: cp/decl.c:1549
13439 msgid "%Jprevious non-inline declaration here"
13440 msgstr ""
13442 #: cp/decl.c:1601
13443 msgid "redundant redeclaration of `%D' in same scope"
13444 msgstr ""
13446 #: cp/decl.c:1695
13447 #, c-format
13448 msgid "declaration of `%F' throws different exceptions"
13449 msgstr ""
13451 #: cp/decl.c:1697
13452 #, c-format
13453 msgid "than previous declaration `%F'"
13454 msgstr ""
13456 #. From [temp.expl.spec]:
13458 #. If a template, a member template or the member of a class
13459 #. template is explicitly specialized then that
13460 #. specialization shall be declared before the first use of
13461 #. that specialization that would cause an implicit
13462 #. instantiation to take place, in every translation unit in
13463 #. which such a use occurs.
13464 #: cp/decl.c:1844
13465 msgid "explicit specialization of %D after first use"
13466 msgstr ""
13468 #: cp/decl.c:1923
13469 msgid "%J'%D': visibility attribute ignored because it"
13470 msgstr ""
13472 #: cp/decl.c:1925
13473 msgid "%Jconflicts with previous declaration here"
13474 msgstr ""
13476 #: cp/decl.c:2153
13477 #, c-format
13478 msgid "label `%E' referenced outside of any function"
13479 msgstr ""
13481 #: cp/decl.c:2249 cp/decl.c:2273 cp/decl.c:2361
13482 msgid "jump to label `%D'"
13483 msgstr ""
13485 #: cp/decl.c:2251 cp/decl.c:2275
13486 msgid "jump to case label"
13487 msgstr ""
13489 #: cp/decl.c:2254 cp/decl.c:2278
13490 msgid "%H  from here"
13491 msgstr ""
13493 #: cp/decl.c:2259
13494 msgid "  crosses initialization of `%#D'"
13495 msgstr ""
13497 #: cp/decl.c:2262 cp/decl.c:2377
13498 msgid "  enters scope of non-POD `%#D'"
13499 msgstr ""
13501 #: cp/decl.c:2282 cp/decl.c:2381
13502 msgid "  enters try block"
13503 msgstr ""
13505 #: cp/decl.c:2284 cp/decl.c:2383
13506 msgid "  enters catch block"
13507 msgstr ""
13509 #: cp/decl.c:2362
13510 msgid "  from here"
13511 msgstr ""
13513 #. Can't skip init of __exception_info.
13514 #: cp/decl.c:2373
13515 msgid "%J  enters catch block"
13516 msgstr ""
13518 #: cp/decl.c:2375
13519 msgid "  skips initialization of `%#D'"
13520 msgstr ""
13522 #: cp/decl.c:2409
13523 msgid "label named wchar_t"
13524 msgstr ""
13526 #: cp/decl.c:2412
13527 msgid "duplicate label `%D'"
13528 msgstr ""
13530 #: cp/decl.c:2643 cp/parser.c:3542
13531 msgid "`%D' used without template parameters"
13532 msgstr ""
13534 #: cp/decl.c:2653 cp/decl.c:2669 cp/decl.c:2756
13535 msgid "no class template named `%#T' in `%#T'"
13536 msgstr ""
13538 #: cp/decl.c:2690 cp/decl.c:2700 cp/decl.c:2720
13539 msgid "no type named `%#T' in `%#T'"
13540 msgstr ""
13542 #: cp/decl.c:3426
13543 msgid "%Jan anonymous union cannot have function members"
13544 msgstr ""
13546 #: cp/decl.c:3444
13547 msgid "member %#D' with constructor not allowed in anonymous aggregate"
13548 msgstr ""
13550 #: cp/decl.c:3447
13551 msgid "member %#D' with destructor not allowed in anonymous aggregate"
13552 msgstr ""
13554 #: cp/decl.c:3450
13555 msgid ""
13556 "member %#D' with copy assignment operator not allowed in anonymous aggregate"
13557 msgstr ""
13559 #: cp/decl.c:3475
13560 msgid "multiple types in one declaration"
13561 msgstr ""
13563 #: cp/decl.c:3479
13564 msgid "redeclaration of C++ built-in type %qT"
13565 msgstr ""
13567 #: cp/decl.c:3515
13568 msgid "missing type-name in typedef-declaration"
13569 msgstr ""
13571 #: cp/decl.c:3523
13572 msgid "ISO C++ prohibits anonymous structs"
13573 msgstr ""
13575 #: cp/decl.c:3530
13576 #, c-format
13577 msgid "`%s' can only be specified for functions"
13578 msgstr ""
13580 #: cp/decl.c:3536
13581 msgid "`friend' can only be specified inside a class"
13582 msgstr ""
13584 #: cp/decl.c:3538
13585 msgid "`explicit' can only be specified for constructors"
13586 msgstr ""
13588 #: cp/decl.c:3540
13589 msgid "a storage class can only be specified for objects and functions"
13590 msgstr ""
13592 #: cp/decl.c:3546
13593 msgid "qualifiers can only be specified for objects and functions"
13594 msgstr ""
13596 #: cp/decl.c:3684 cp/decl2.c:856
13597 msgid "typedef `%D' is initialized (use __typeof__ instead)"
13598 msgstr ""
13600 #: cp/decl.c:3689
13601 msgid "function `%#D' is initialized like a variable"
13602 msgstr ""
13604 #: cp/decl.c:3701
13605 msgid "declaration of `%#D' has `extern' and is initialized"
13606 msgstr ""
13608 #: cp/decl.c:3724 cp/decl.c:9720
13609 msgid "%Jinline function '%D' given attribute noinline"
13610 msgstr ""
13612 #: cp/decl.c:3732
13613 msgid "`%#D' is not a static member of `%#T'"
13614 msgstr ""
13616 #: cp/decl.c:3738
13617 msgid "ISO C++ does not permit `%T::%D' to be defined as `%T::%D'"
13618 msgstr ""
13620 #: cp/decl.c:3749
13621 msgid "duplicate initialization of %D"
13622 msgstr ""
13624 #: cp/decl.c:3782
13625 msgid "declaration of `%#D' outside of class is not definition"
13626 msgstr ""
13628 #: cp/decl.c:3831
13629 msgid "variable `%#D' has initializer but incomplete type"
13630 msgstr ""
13632 #: cp/decl.c:3839 cp/decl.c:4421
13633 msgid "elements of array `%#D' have incomplete type"
13634 msgstr ""
13636 #: cp/decl.c:3855
13637 msgid "aggregate `%#D' has incomplete type and cannot be defined"
13638 msgstr ""
13640 #: cp/decl.c:3905
13641 msgid "`%D' declared as reference but not initialized"
13642 msgstr ""
13644 #: cp/decl.c:3911
13645 msgid "ISO C++ forbids use of initializer list to initialize reference `%D'"
13646 msgstr ""
13648 #: cp/decl.c:3939
13649 msgid "cannot initialize `%T' from `%T'"
13650 msgstr ""
13652 #: cp/decl.c:3971
13653 msgid "initializer fails to determine size of `%D'"
13654 msgstr ""
13656 #: cp/decl.c:3976
13657 msgid "array size missing in `%D'"
13658 msgstr ""
13660 #: cp/decl.c:3988
13661 msgid "zero-size array `%D'"
13662 msgstr ""
13664 #. An automatic variable with an incomplete type: that is an error.
13665 #. Don't talk about array types here, since we took care of that
13666 #. message in grokdeclarator.
13667 #: cp/decl.c:4025
13668 msgid "storage size of `%D' isn't known"
13669 msgstr ""
13671 #: cp/decl.c:4047
13672 msgid "storage size of `%D' isn't constant"
13673 msgstr ""
13675 #: cp/decl.c:4102
13676 msgid ""
13677 "sorry: semantics of inline function static data `%#D' are wrong (you'll wind "
13678 "up with multiple copies)"
13679 msgstr ""
13681 #: cp/decl.c:4103
13682 msgid "%J  you can work around this by removing the initializer"
13683 msgstr ""
13685 #: cp/decl.c:4129
13686 msgid "uninitialized const `%D'"
13687 msgstr ""
13689 #: cp/decl.c:4207
13690 msgid "brace-enclosed initializer used to initialize `%T'"
13691 msgstr ""
13693 #: cp/decl.c:4270
13694 msgid "initializer for `%T' must be brace-enclosed"
13695 msgstr ""
13697 #: cp/decl.c:4287
13698 msgid "ISO C++ does not allow designated initializers"
13699 msgstr ""
13701 #: cp/decl.c:4291
13702 msgid "`%T' has no non-static data member named `%D'"
13703 msgstr ""
13705 #: cp/decl.c:4354
13706 msgid "name `%D' used in a GNU-style designated initializer for an array"
13707 msgstr ""
13709 #: cp/decl.c:4377
13710 msgid "too many initializers for `%T'"
13711 msgstr ""
13713 #: cp/decl.c:4415
13714 msgid "variable-sized object `%D' may not be initialized"
13715 msgstr ""
13717 #: cp/decl.c:4426
13718 msgid "`%D' has incomplete type"
13719 msgstr ""
13721 #: cp/decl.c:4480
13722 msgid "`%D' must be initialized by constructor, not by `{...}'"
13723 msgstr ""
13725 #: cp/decl.c:4524
13726 msgid "structure `%D' with uninitialized const members"
13727 msgstr ""
13729 #: cp/decl.c:4526
13730 msgid "structure `%D' with uninitialized reference members"
13731 msgstr ""
13733 #: cp/decl.c:4721
13734 msgid "assignment (not initialization) in declaration"
13735 msgstr ""
13737 #: cp/decl.c:4738
13738 msgid "cannot initialize `%D' to namespace `%D'"
13739 msgstr ""
13741 #: cp/decl.c:4782
13742 msgid "shadowing previous type declaration of `%#D'"
13743 msgstr ""
13745 #: cp/decl.c:4819
13746 msgid "`%D' cannot be thread-local because it has non-POD type `%T'"
13747 msgstr ""
13749 #: cp/decl.c:4834
13750 msgid "`%D' is thread-local and so cannot be dynamically initialized"
13751 msgstr ""
13753 #: cp/decl.c:5425
13754 msgid "destructor for alien class `%T' cannot be a member"
13755 msgstr ""
13757 #: cp/decl.c:5428
13758 msgid "constructor for alien class `%T' cannot be a member"
13759 msgstr ""
13761 #: cp/decl.c:5450
13762 msgid "`%D' declared as a `virtual' %s"
13763 msgstr ""
13765 #: cp/decl.c:5452
13766 msgid "`%D' declared as an `inline' %s"
13767 msgstr ""
13769 #: cp/decl.c:5454
13770 msgid ""
13771 "`const' and `volatile' function specifiers on `%D' invalid in %s declaration"
13772 msgstr ""
13774 #: cp/decl.c:5457
13775 msgid "`%D' declared as a friend"
13776 msgstr ""
13778 #: cp/decl.c:5463
13779 msgid "`%D' declared with an exception specification"
13780 msgstr ""
13782 #: cp/decl.c:5545
13783 msgid "cannot declare `::main' to be a template"
13784 msgstr ""
13786 #: cp/decl.c:5547
13787 msgid "cannot declare `::main' to be inline"
13788 msgstr ""
13790 #: cp/decl.c:5549
13791 msgid "cannot declare `::main' to be static"
13792 msgstr ""
13794 #: cp/decl.c:5552
13795 msgid "`main' must return `int'"
13796 msgstr ""
13798 #: cp/decl.c:5580
13799 msgid "non-local function `%#D' uses anonymous type"
13800 msgstr ""
13802 #: cp/decl.c:5583 cp/decl.c:5909
13803 msgid ""
13804 "`%#D' does not refer to the unqualified type, so it is not used for linkage"
13805 msgstr ""
13807 #: cp/decl.c:5589
13808 msgid "non-local function `%#D' uses local type `%T'"
13809 msgstr ""
13811 #: cp/decl.c:5613
13812 msgid "%smember function `%D' cannot have cv-qualifier"
13813 msgstr ""
13815 #: cp/decl.c:5637
13816 msgid "defining explicit specialization `%D' in friend declaration"
13817 msgstr ""
13819 #. Something like `template <class T> friend void f<T>()'.
13820 #: cp/decl.c:5647
13821 msgid "invalid use of template-id `%D' in declaration of primary template"
13822 msgstr ""
13824 #: cp/decl.c:5674
13825 msgid ""
13826 "default arguments are not allowed in declaration of friend template "
13827 "specialization `%D'"
13828 msgstr ""
13830 #: cp/decl.c:5681
13831 msgid ""
13832 "`inline' is not allowed in declaration of friend template specialization `%D'"
13833 msgstr ""
13835 #: cp/decl.c:5741
13836 msgid "definition of implicitly-declared `%D'"
13837 msgstr ""
13839 #: cp/decl.c:5761 cp/decl2.c:718
13840 msgid "no `%#D' member function declared in class `%T'"
13841 msgstr ""
13843 #: cp/decl.c:5906
13844 msgid "non-local variable `%#D' uses anonymous type"
13845 msgstr ""
13847 #: cp/decl.c:5915
13848 msgid "non-local variable `%#D' uses local type `%T'"
13849 msgstr ""
13851 #: cp/decl.c:6031
13852 msgid ""
13853 "invalid in-class initialization of static data member of non-integral type `%"
13854 "T'"
13855 msgstr ""
13857 #: cp/decl.c:6040
13858 msgid "ISO C++ forbids in-class initialization of non-const static member `%D'"
13859 msgstr ""
13861 #: cp/decl.c:6043
13862 msgid ""
13863 "ISO C++ forbids initialization of member constant `%D' of non-integral type `"
13864 "%T'"
13865 msgstr ""
13867 #: cp/decl.c:6062
13868 msgid "size of array `%D' has non-integral type `%T'"
13869 msgstr ""
13871 #: cp/decl.c:6064
13872 msgid "size of array has non-integral type `%T'"
13873 msgstr ""
13875 #: cp/decl.c:6100
13876 msgid "size of array `%D' is negative"
13877 msgstr ""
13879 #: cp/decl.c:6102
13880 msgid "size of array is negative"
13881 msgstr ""
13883 #: cp/decl.c:6110
13884 msgid "ISO C++ forbids zero-size array `%D'"
13885 msgstr ""
13887 #: cp/decl.c:6112
13888 msgid "ISO C++ forbids zero-size array"
13889 msgstr ""
13891 #: cp/decl.c:6119
13892 msgid "size of array `%D' is not an integral constant-expression"
13893 msgstr ""
13895 #: cp/decl.c:6122
13896 msgid "size of array is not an integral constant-expression"
13897 msgstr ""
13899 #: cp/decl.c:6127
13900 msgid "ISO C++ forbids variable-size array `%D'"
13901 msgstr ""
13903 #: cp/decl.c:6129
13904 msgid "ISO C++ forbids variable-size array"
13905 msgstr ""
13907 #: cp/decl.c:6151
13908 msgid "overflow in array dimension"
13909 msgstr ""
13911 #: cp/decl.c:6226
13912 msgid "declaration of `%D' as %s"
13913 msgstr ""
13915 #: cp/decl.c:6228
13916 #, c-format
13917 msgid "creating %s"
13918 msgstr ""
13920 #: cp/decl.c:6240
13921 msgid ""
13922 "declaration of `%D' as multidimensional array must have bounds for all "
13923 "dimensions except the first"
13924 msgstr ""
13926 #: cp/decl.c:6243
13927 msgid ""
13928 "multidimensional array must have bounds for all dimensions except the first"
13929 msgstr ""
13931 #: cp/decl.c:6277
13932 msgid "return type specification for constructor invalid"
13933 msgstr ""
13935 #: cp/decl.c:6287
13936 msgid "return type specification for destructor invalid"
13937 msgstr ""
13939 #: cp/decl.c:6300
13940 msgid "operator `%T' declared to return `%T'"
13941 msgstr ""
13943 #: cp/decl.c:6302
13944 msgid "return type specified for `operator %T'"
13945 msgstr ""
13947 #: cp/decl.c:6471
13948 msgid "type `%T' is not derived from type `%T'"
13949 msgstr ""
13951 #: cp/decl.c:6516
13952 msgid "declarator-id missing; using reserved word `%D'"
13953 msgstr ""
13955 #: cp/decl.c:6572
13956 msgid "declaration of `%D' as non-function"
13957 msgstr ""
13959 #: cp/decl.c:6605
13960 #, c-format
13961 msgid "two or more data types in declaration of `%s'"
13962 msgstr ""
13964 #: cp/decl.c:6643
13965 msgid "`long long long' is too long for GCC"
13966 msgstr ""
13968 #: cp/decl.c:6645
13969 msgid "ISO C++ does not support `long long'"
13970 msgstr ""
13972 #: cp/decl.c:6667
13973 #, c-format
13974 msgid "duplicate `%s'"
13975 msgstr ""
13977 #: cp/decl.c:6703 cp/decl.c:6706
13978 #, c-format
13979 msgid "ISO C++ forbids declaration of `%s' with no type"
13980 msgstr ""
13982 #: cp/decl.c:6732
13983 #, c-format
13984 msgid "short, signed or unsigned invalid for `%s'"
13985 msgstr ""
13987 #: cp/decl.c:6734
13988 #, c-format
13989 msgid "long, short, signed or unsigned invalid for `%s'"
13990 msgstr ""
13992 #: cp/decl.c:6736
13993 #, c-format
13994 msgid "long and short specified together for `%s'"
13995 msgstr ""
13997 #: cp/decl.c:6738
13998 #, c-format
13999 msgid "long or short specified with char for `%s'"
14000 msgstr ""
14002 #: cp/decl.c:6740
14003 #, c-format
14004 msgid "long or short specified with floating type for `%s'"
14005 msgstr ""
14007 #: cp/decl.c:6742
14008 #, c-format
14009 msgid "signed and unsigned given together for `%s'"
14010 msgstr ""
14012 #: cp/decl.c:6748
14013 #, c-format
14014 msgid "long, short, signed or unsigned used invalidly for `%s'"
14015 msgstr ""
14017 #: cp/decl.c:6813
14018 #, c-format
14019 msgid "complex invalid for `%s'"
14020 msgstr ""
14022 #: cp/decl.c:6842
14023 msgid "qualifiers are not allowed on declaration of `operator %T'"
14024 msgstr ""
14026 #: cp/decl.c:6863
14027 msgid "member `%D' cannot be declared both virtual and static"
14028 msgstr ""
14030 #: cp/decl.c:6871
14031 msgid "`%T::%D' is not a valid declarator"
14032 msgstr ""
14034 #: cp/decl.c:6879
14035 msgid "typedef declaration invalid in parameter declaration"
14036 msgstr ""
14038 #: cp/decl.c:6883
14039 msgid "storage class specifiers invalid in parameter declarations"
14040 msgstr ""
14042 #: cp/decl.c:6890
14043 msgid "virtual outside class declaration"
14044 msgstr ""
14046 #: cp/decl.c:6903 cp/decl.c:6910
14047 #, c-format
14048 msgid "multiple storage classes in declaration of `%s'"
14049 msgstr ""
14051 #: cp/decl.c:6953
14052 #, c-format
14053 msgid "storage class specified for %s `%s'"
14054 msgstr ""
14056 #: cp/decl.c:6960
14057 #, c-format
14058 msgid "storage class specified for parameter `%s'"
14059 msgstr ""
14061 #: cp/decl.c:6979
14062 #, c-format
14063 msgid "`%s' initialized and declared `extern'"
14064 msgstr ""
14066 #: cp/decl.c:6982
14067 #, c-format
14068 msgid "`%s' has both `extern' and initializer"
14069 msgstr ""
14071 #: cp/decl.c:6986
14072 #, c-format
14073 msgid "nested function `%s' declared `extern'"
14074 msgstr ""
14076 #: cp/decl.c:6990
14077 #, c-format
14078 msgid "top-level declaration of `%s' specifies `auto'"
14079 msgstr ""
14081 #: cp/decl.c:6996
14082 #, c-format
14083 msgid "function-scope `%s' implicitly auto and declared `__thread'"
14084 msgstr ""
14086 #: cp/decl.c:7002
14087 msgid "storage class specifiers invalid in friend function declarations"
14088 msgstr ""
14090 #: cp/decl.c:7095
14091 #, c-format
14092 msgid "`%s' declared as function returning a function"
14093 msgstr ""
14095 #: cp/decl.c:7100
14096 #, c-format
14097 msgid "`%s' declared as function returning an array"
14098 msgstr ""
14100 #: cp/decl.c:7136
14101 msgid "destructor cannot be static member function"
14102 msgstr ""
14104 #: cp/decl.c:7139
14105 msgid "destructors may not be cv-qualified"
14106 msgstr ""
14108 #: cp/decl.c:7159
14109 msgid "constructor cannot be static member function"
14110 msgstr ""
14112 #: cp/decl.c:7162
14113 msgid "constructors cannot be declared virtual"
14114 msgstr ""
14116 #: cp/decl.c:7167
14117 msgid "constructors may not be cv-qualified"
14118 msgstr ""
14120 #: cp/decl.c:7187
14121 #, c-format
14122 msgid "can't initialize friend function `%s'"
14123 msgstr ""
14125 #. Cannot be both friend and virtual.
14126 #: cp/decl.c:7191
14127 msgid "virtual functions cannot be friends"
14128 msgstr ""
14130 #: cp/decl.c:7195
14131 msgid "friend declaration not in class definition"
14132 msgstr ""
14134 #: cp/decl.c:7197
14135 #, c-format
14136 msgid "can't define friend function `%s' in a local class definition"
14137 msgstr ""
14139 #: cp/decl.c:7209
14140 msgid "destructors may not have parameters"
14141 msgstr ""
14143 #: cp/decl.c:7227 cp/decl.c:7234
14144 msgid "cannot declare reference to `%#T'"
14145 msgstr ""
14147 #: cp/decl.c:7228
14148 msgid "cannot declare pointer to `%#T'"
14149 msgstr ""
14151 #: cp/decl.c:7236
14152 msgid "cannot declare pointer to `%#T' member"
14153 msgstr ""
14155 #: cp/decl.c:7292
14156 msgid "template-id `%D' used as a declarator"
14157 msgstr ""
14159 #: cp/decl.c:7343
14160 msgid "extra qualification `%T::' on member `%s' ignored"
14161 msgstr ""
14163 #: cp/decl.c:7362
14164 msgid "cannot declare member function `%T::%s' within `%T'"
14165 msgstr ""
14167 #: cp/decl.c:7377
14168 msgid "cannot declare member `%T::%s' within `%T'"
14169 msgstr ""
14171 #: cp/decl.c:7405
14172 #, c-format
14173 msgid "size of array `%s' is too large"
14174 msgstr ""
14176 #: cp/decl.c:7416
14177 msgid "data member may not have variably modified type `%T'"
14178 msgstr ""
14180 #: cp/decl.c:7418
14181 msgid "parameter may not have variably modified type `%T'"
14182 msgstr ""
14184 #. [dcl.fct.spec] The explicit specifier shall only be used in
14185 #. declarations of constructors within a class definition.
14186 #: cp/decl.c:7426
14187 msgid "only declarations of constructors can be `explicit'"
14188 msgstr ""
14190 #: cp/decl.c:7434
14191 #, c-format
14192 msgid "non-member `%s' cannot be declared `mutable'"
14193 msgstr ""
14195 #: cp/decl.c:7439
14196 #, c-format
14197 msgid "non-object member `%s' cannot be declared `mutable'"
14198 msgstr ""
14200 #: cp/decl.c:7445
14201 #, c-format
14202 msgid "function `%s' cannot be declared `mutable'"
14203 msgstr ""
14205 #: cp/decl.c:7450
14206 #, c-format
14207 msgid "static `%s' cannot be declared `mutable'"
14208 msgstr ""
14210 #: cp/decl.c:7455
14211 #, c-format
14212 msgid "const `%s' cannot be declared `mutable'"
14213 msgstr ""
14215 #: cp/decl.c:7473
14216 msgid "ISO C++ forbids nested type `%D' with same name as enclosing class"
14217 msgstr ""
14219 #: cp/decl.c:7481
14220 msgid "%Jtypedef name may not be a nested-name-specifier"
14221 msgstr ""
14223 #: cp/decl.c:7527
14224 msgid "%Jinvalid type qualifier for non-member function type"
14225 msgstr ""
14227 #: cp/decl.c:7590
14228 msgid "type qualifiers specified for friend class declaration"
14229 msgstr ""
14231 #: cp/decl.c:7595
14232 msgid "`inline' specified for friend class declaration"
14233 msgstr ""
14235 #: cp/decl.c:7603
14236 msgid "template parameters cannot be friends"
14237 msgstr ""
14239 #: cp/decl.c:7605
14240 msgid "friend declaration requires class-key, i.e. `friend class %T::%D'"
14241 msgstr ""
14243 #: cp/decl.c:7609
14244 msgid "friend declaration requires class-key, i.e. `friend %#T'"
14245 msgstr ""
14247 #: cp/decl.c:7622
14248 msgid "trying to make class `%T' a friend of global scope"
14249 msgstr ""
14251 #: cp/decl.c:7633
14252 msgid "invalid qualifiers on non-member function type"
14253 msgstr ""
14255 #: cp/decl.c:7652
14256 msgid "abstract declarator `%T' used as declaration"
14257 msgstr ""
14259 #: cp/decl.c:7664
14260 msgid "unnamed variable or field declared void"
14261 msgstr ""
14263 #: cp/decl.c:7668
14264 #, c-format
14265 msgid "variable or field `%s' declared void"
14266 msgstr ""
14268 #: cp/decl.c:7671
14269 msgid "variable or field declared void"
14270 msgstr ""
14272 #: cp/decl.c:7681
14273 msgid "cannot use `::' in parameter declaration"
14274 msgstr ""
14276 #. Something like struct S { int N::j; };
14277 #: cp/decl.c:7726
14278 msgid "invalid use of `::'"
14279 msgstr ""
14281 #: cp/decl.c:7738
14282 msgid "function `%D' cannot be declared friend"
14283 msgstr ""
14285 #: cp/decl.c:7750
14286 msgid "can't make `%D' into a method -- not in a class"
14287 msgstr ""
14289 #: cp/decl.c:7759
14290 msgid "function `%D' declared virtual inside a union"
14291 msgstr ""
14293 #: cp/decl.c:7768
14294 msgid "`%D' cannot be declared virtual, since it is always static"
14295 msgstr ""
14297 #: cp/decl.c:7847
14298 msgid "field `%D' has incomplete type"
14299 msgstr ""
14301 #: cp/decl.c:7849
14302 msgid "name `%T' has incomplete type"
14303 msgstr ""
14305 #: cp/decl.c:7858
14306 msgid "  in instantiation of template `%T'"
14307 msgstr ""
14309 #: cp/decl.c:7868
14310 #, c-format
14311 msgid "`%E' is neither function nor member function; cannot be declared friend"
14312 msgstr ""
14314 #: cp/decl.c:7879
14315 msgid "member functions are implicitly friends of their class"
14316 msgstr ""
14318 #. An attempt is being made to initialize a non-static
14319 #. member.  But, from [class.mem]:
14321 #. 4 A member-declarator can contain a
14322 #. constant-initializer only if it declares a static
14323 #. member (_class.static_) of integral or enumeration
14324 #. type, see _class.static.data_.
14326 #. This used to be relatively common practice, but
14327 #. the rest of the compiler does not correctly
14328 #. handle the initialization unless the member is
14329 #. static so we make it static below.
14330 #: cp/decl.c:7919
14331 msgid "ISO C++ forbids initialization of member `%D'"
14332 msgstr ""
14334 #: cp/decl.c:7921
14335 msgid "making `%D' static"
14336 msgstr ""
14338 #: cp/decl.c:7979
14339 #, c-format
14340 msgid "storage class `auto' invalid for function `%s'"
14341 msgstr ""
14343 #: cp/decl.c:7981
14344 #, c-format
14345 msgid "storage class `register' invalid for function `%s'"
14346 msgstr ""
14348 #: cp/decl.c:7983
14349 #, c-format
14350 msgid "storage class `__thread' invalid for function `%s'"
14351 msgstr ""
14353 #: cp/decl.c:7994
14354 #, c-format
14355 msgid ""
14356 "`static' specified invalid for function `%s' declared out of global scope"
14357 msgstr ""
14359 #: cp/decl.c:7996
14360 #, c-format
14361 msgid ""
14362 "`inline' specifier invalid for function `%s' declared out of global scope"
14363 msgstr ""
14365 #: cp/decl.c:8003
14366 #, c-format
14367 msgid "virtual non-class function `%s'"
14368 msgstr ""
14370 #: cp/decl.c:8034
14371 msgid "cannot declare member function `%D' to have static linkage"
14372 msgstr ""
14374 #. FIXME need arm citation
14375 #: cp/decl.c:8040
14376 msgid "cannot declare static function inside another function"
14377 msgstr ""
14379 #: cp/decl.c:8069
14380 msgid ""
14381 "`static' may not be used when defining (as opposed to declaring) a static "
14382 "data member"
14383 msgstr ""
14385 #: cp/decl.c:8075
14386 msgid "static member `%D' declared `register'"
14387 msgstr ""
14389 #: cp/decl.c:8080
14390 msgid "cannot explicitly declare member `%#D' to have extern linkage"
14391 msgstr ""
14393 #: cp/decl.c:8220
14394 msgid "default argument for `%#D' has type `%T'"
14395 msgstr ""
14397 #: cp/decl.c:8223
14398 msgid "default argument for parameter of type `%T' has type `%T'"
14399 msgstr ""
14401 #: cp/decl.c:8240
14402 msgid "default argument `%E' uses local variable `%D'"
14403 msgstr ""
14405 #: cp/decl.c:8309
14406 msgid "parameter `%D' invalidly declared method type"
14407 msgstr ""
14409 #: cp/decl.c:8333
14410 msgid "parameter `%D' includes %s to array of unknown bound `%T'"
14411 msgstr ""
14413 #. [class.copy]
14415 #. A declaration of a constructor for a class X is ill-formed if
14416 #. its first parameter is of type (optionally cv-qualified) X
14417 #. and either there are no other parameters or else all other
14418 #. parameters have default arguments.
14420 #. We *don't* complain about member template instantiations that
14421 #. have this form, though; they can occur as we try to decide
14422 #. what constructor to use during overload resolution.  Since
14423 #. overload resolution will never prefer such a constructor to
14424 #. the non-template copy constructor (which is either explicitly
14425 #. or implicitly defined), there's no need to worry about their
14426 #. existence.  Theoretically, they should never even be
14427 #. instantiated, but that's hard to forestall.
14428 #: cp/decl.c:8490
14429 msgid "invalid constructor; you probably meant `%T (const %T&)'"
14430 msgstr ""
14432 #: cp/decl.c:8614
14433 msgid "`%D' may not be declared within a namespace"
14434 msgstr ""
14436 #: cp/decl.c:8616
14437 msgid "`%D' may not be declared as static"
14438 msgstr ""
14440 #: cp/decl.c:8636
14441 msgid "`%D' must be a nonstatic member function"
14442 msgstr ""
14444 #: cp/decl.c:8642
14445 msgid ""
14446 "`%D' must be either a non-static member function or a non-member function"
14447 msgstr ""
14449 #: cp/decl.c:8659
14450 msgid "`%D' must have an argument of class or enumerated type"
14451 msgstr ""
14453 #: cp/decl.c:8694
14454 #, c-format
14455 msgid "conversion to %s%s will never use a type conversion operator"
14456 msgstr ""
14458 #. 13.4.0.3
14459 #: cp/decl.c:8701
14460 msgid "ISO C++ prohibits overloading operator ?:"
14461 msgstr ""
14463 #: cp/decl.c:8751
14464 msgid "postfix `%D' must take `int' as its argument"
14465 msgstr ""
14467 #: cp/decl.c:8755
14468 msgid "postfix `%D' must take `int' as its second argument"
14469 msgstr ""
14471 #: cp/decl.c:8762
14472 msgid "`%D' must take either zero or one argument"
14473 msgstr ""
14475 #: cp/decl.c:8764
14476 msgid "`%D' must take either one or two arguments"
14477 msgstr ""
14479 #: cp/decl.c:8785
14480 msgid "prefix `%D' should return `%T'"
14481 msgstr ""
14483 #: cp/decl.c:8791
14484 msgid "postfix `%D' should return `%T'"
14485 msgstr ""
14487 #: cp/decl.c:8800
14488 msgid "`%D' must take `void'"
14489 msgstr ""
14491 #: cp/decl.c:8802 cp/decl.c:8810
14492 msgid "`%D' must take exactly one argument"
14493 msgstr ""
14495 #: cp/decl.c:8812
14496 msgid "`%D' must take exactly two arguments"
14497 msgstr ""
14499 #: cp/decl.c:8820
14500 msgid "user-defined `%D' always evaluates both arguments"
14501 msgstr ""
14503 #: cp/decl.c:8834
14504 msgid "`%D' should return by value"
14505 msgstr ""
14507 #: cp/decl.c:8846 cp/decl.c:8849
14508 msgid "`%D' cannot have default arguments"
14509 msgstr ""
14511 #: cp/decl.c:8909
14512 msgid "using typedef-name `%D' after `%s'"
14513 msgstr ""
14515 #: cp/decl.c:8915
14516 msgid "using template type parameter `%T' after `%s'"
14517 msgstr ""
14519 #: cp/decl.c:8923
14520 msgid "`%T' referred to as `%s'"
14521 msgstr ""
14523 #: cp/decl.c:8929
14524 msgid "`%T' referred to as enum"
14525 msgstr ""
14527 #. If a class template appears as elaborated type specifier
14528 #. without a template header such as:
14530 #. template <class T> class C {};
14531 #. void f(class C);             // No template header here
14533 #. then the required template argument is missing.
14534 #: cp/decl.c:8944
14535 msgid "template argument required for `%s %T'"
14536 msgstr ""
14538 #: cp/decl.c:9089
14539 msgid "use of enum `%#D' without previous declaration"
14540 msgstr ""
14542 #: cp/decl.c:9107
14543 msgid "redeclaration of `%T' as a non-template"
14544 msgstr ""
14546 #: cp/decl.c:9200
14547 msgid "derived union `%T' invalid"
14548 msgstr ""
14550 #: cp/decl.c:9211
14551 msgid "Java class '%T' cannot have multiple bases"
14552 msgstr ""
14554 #: cp/decl.c:9223
14555 msgid "Java class '%T' cannot have virtual bases"
14556 msgstr ""
14558 #: cp/decl.c:9242
14559 msgid "base type `%T' fails to be a struct or class type"
14560 msgstr ""
14562 #: cp/decl.c:9250
14563 msgid "recursive type `%T' undefined"
14564 msgstr ""
14566 #: cp/decl.c:9252
14567 msgid "duplicate base type `%T' invalid"
14568 msgstr ""
14570 #: cp/decl.c:9317
14571 msgid "multiple definition of `%#T'"
14572 msgstr ""
14574 #: cp/decl.c:9318
14575 msgid "%Jprevious definition here"
14576 msgstr ""
14578 #. DR 377
14580 #. IF no integral type can represent all the enumerator values, the
14581 #. enumeration is ill-formed.
14582 #: cp/decl.c:9443
14583 msgid "no integral type can represent all of the enumerator values for `%T'"
14584 msgstr ""
14586 #: cp/decl.c:9544
14587 msgid "enumerator value for `%D' not integer constant"
14588 msgstr ""
14590 #: cp/decl.c:9571
14591 msgid "overflow in enumeration values at `%D'"
14592 msgstr ""
14594 #: cp/decl.c:9642
14595 msgid "return type `%#T' is incomplete"
14596 msgstr ""
14598 #: cp/decl.c:9757 cp/typeck.c:5982
14599 msgid "`operator=' should return a reference to `*this'"
14600 msgstr ""
14602 #: cp/decl.c:10034
14603 msgid "return type for `main' changed to `int'"
14604 msgstr ""
14606 #: cp/decl.c:10089
14607 msgid "parameter `%D' declared void"
14608 msgstr ""
14610 #: cp/decl.c:10571
14611 msgid "invalid member function declaration"
14612 msgstr ""
14614 #: cp/decl.c:10586
14615 msgid "`%D' is already defined in class `%T'"
14616 msgstr ""
14618 #: cp/decl.c:10797
14619 msgid "static member function `%#D' declared with type qualifiers"
14620 msgstr ""
14622 #: cp/decl2.c:280
14623 msgid "name missing for member function"
14624 msgstr ""
14626 #: cp/decl2.c:373 cp/decl2.c:387
14627 msgid "ambiguous conversion for array subscript"
14628 msgstr ""
14630 #: cp/decl2.c:381
14631 msgid "invalid types `%T[%T]' for array subscript"
14632 msgstr ""
14634 #: cp/decl2.c:426
14635 msgid "deleting array `%#D'"
14636 msgstr ""
14638 #: cp/decl2.c:432
14639 msgid "type `%#T' argument given to `delete', expected pointer"
14640 msgstr ""
14642 #: cp/decl2.c:444
14643 msgid ""
14644 "cannot delete a function.  Only pointer-to-objects are valid arguments to "
14645 "`delete'"
14646 msgstr ""
14648 #: cp/decl2.c:451
14649 msgid "deleting `%T' is undefined"
14650 msgstr ""
14652 #. 14.5.2.2 [temp.mem]
14654 #. A local class shall not have member templates.
14655 #: cp/decl2.c:487
14656 msgid "invalid declaration of member template `%#D' in local class"
14657 msgstr ""
14659 #: cp/decl2.c:496
14660 msgid "invalid use of `virtual' in template declaration of `%#D'"
14661 msgstr ""
14663 #: cp/decl2.c:506 cp/pt.c:2912
14664 msgid "template declaration of `%#D'"
14665 msgstr ""
14667 #: cp/decl2.c:555
14668 msgid "Java method '%D' has non-Java return type `%T'"
14669 msgstr ""
14671 #: cp/decl2.c:571
14672 msgid "Java method '%D' has non-Java parameter type `%T'"
14673 msgstr ""
14675 #: cp/decl2.c:680
14676 msgid "prototype for `%#D' does not match any in class `%T'"
14677 msgstr ""
14679 #: cp/decl2.c:781
14680 msgid "local class `%#T' shall not have static data member `%#D'"
14681 msgstr ""
14683 #: cp/decl2.c:789
14684 msgid "initializer invalid for static member with constructor"
14685 msgstr ""
14687 #: cp/decl2.c:792
14688 msgid "(an out of class initialization is required)"
14689 msgstr ""
14691 #: cp/decl2.c:873
14692 msgid "member `%D' conflicts with virtual function table field name"
14693 msgstr ""
14695 #: cp/decl2.c:890
14696 msgid "`%D' is already defined in `%T'"
14697 msgstr ""
14699 #: cp/decl2.c:937
14700 msgid "field initializer is not constant"
14701 msgstr ""
14703 #: cp/decl2.c:965
14704 msgid "`asm' specifiers are not permitted on non-static data members"
14705 msgstr ""
14707 #: cp/decl2.c:1011
14708 msgid "cannot declare `%D' to be a bit-field type"
14709 msgstr ""
14711 #: cp/decl2.c:1021
14712 msgid "cannot declare bit-field `%D' with function type"
14713 msgstr ""
14715 #: cp/decl2.c:1028
14716 msgid "`%D' is already defined in the class %T"
14717 msgstr ""
14719 #: cp/decl2.c:1035
14720 msgid "static member `%D' cannot be a bit-field"
14721 msgstr ""
14723 #: cp/decl2.c:1094
14724 msgid "initializer specified for non-member function `%D'"
14725 msgstr ""
14727 #: cp/decl2.c:1098
14728 msgid "invalid initializer for virtual method `%D'"
14729 msgstr ""
14731 #: cp/decl2.c:1130
14732 msgid "anonymous struct not inside named type"
14733 msgstr ""
14735 #: cp/decl2.c:1201
14736 msgid "namespace-scope anonymous aggregates must be static"
14737 msgstr ""
14739 #: cp/decl2.c:1208
14740 msgid "anonymous union with no members"
14741 msgstr ""
14743 #: cp/decl2.c:1242
14744 msgid "`operator new' must return type `%T'"
14745 msgstr ""
14747 #: cp/decl2.c:1250
14748 msgid "`operator new' takes type `size_t' (`%T') as first parameter"
14749 msgstr ""
14751 #: cp/decl2.c:1276
14752 msgid "`operator delete' must return type `%T'"
14753 msgstr ""
14755 #: cp/decl2.c:1284
14756 msgid "`operator delete' takes type `%T' as first parameter"
14757 msgstr ""
14759 #: cp/decl2.c:3030
14760 msgid "inline function `%D' used but never defined"
14761 msgstr ""
14763 #: cp/decl2.c:3180
14764 msgid "default argument missing for parameter %P of `%+#D'"
14765 msgstr ""
14767 #. damn ICE suppression
14768 #: cp/error.c:2368
14769 #, c-format
14770 msgid "unexpected letter `%c' in locate_error\n"
14771 msgstr ""
14773 #. Can't throw a reference.
14774 #: cp/except.c:239
14775 msgid "type `%T' is disallowed in Java `throw' or `catch'"
14776 msgstr ""
14778 #: cp/except.c:250
14779 msgid "call to Java `catch' or `throw' with `jthrowable' undefined"
14780 msgstr ""
14782 #. Thrown object must be a Throwable.
14783 #: cp/except.c:257
14784 msgid "type `%T' is not derived from `java::lang::Throwable'"
14785 msgstr ""
14787 #: cp/except.c:320
14788 msgid "mixing C++ and Java catches in a single translation unit"
14789 msgstr ""
14791 #: cp/except.c:576
14792 msgid "throwing NULL, which has integral, not pointer type"
14793 msgstr ""
14795 #: cp/except.c:599 cp/init.c:1874
14796 msgid "`%D' should never be overloaded"
14797 msgstr ""
14799 #: cp/except.c:666
14800 msgid "  in thrown expression"
14801 msgstr ""
14803 #: cp/except.c:810
14804 msgid ""
14805 "expression '%E' of abstract class type '%T' cannot be used in throw-"
14806 "expression"
14807 msgstr ""
14809 #: cp/except.c:894
14810 msgid "%Hexception of type `%T' will be caught"
14811 msgstr ""
14813 #: cp/except.c:896
14814 msgid "%H   by earlier handler for `%T'"
14815 msgstr ""
14817 #: cp/except.c:926
14818 msgid "%H`...' handler must be the last handler for its try block"
14819 msgstr ""
14821 #: cp/friend.c:152
14822 msgid "`%D' is already a friend of class `%T'"
14823 msgstr ""
14825 #: cp/friend.c:204
14826 msgid "invalid type `%T' declared `friend'"
14827 msgstr ""
14829 #. [temp.friend]
14830 #. Friend declarations shall not declare partial
14831 #. specializations.
14832 #: cp/friend.c:220
14833 msgid "partial specialization `%T' declared `friend'"
14834 msgstr ""
14836 #: cp/friend.c:230
14837 msgid "class `%T' is implicitly friends with itself"
14838 msgstr ""
14840 #. template <class T> friend typename S<T>::X;
14841 #: cp/friend.c:248
14842 msgid "typename type `%#T' declared `friend'"
14843 msgstr ""
14845 #. template <class T> friend class T;
14846 #: cp/friend.c:254
14847 msgid "template parameter type `%T' declared `friend'"
14848 msgstr ""
14850 #. template <class T> friend class A; where A is not a template
14851 #: cp/friend.c:260
14852 msgid "`%#T' is not a template"
14853 msgstr ""
14855 #: cp/friend.c:279
14856 msgid "`%D' is already a friend of `%T'"
14857 msgstr ""
14859 #: cp/friend.c:289
14860 msgid "`%T' is already a friend of `%T'"
14861 msgstr ""
14863 #: cp/friend.c:414
14864 msgid "member `%D' declared as friend before type `%T' defined"
14865 msgstr ""
14867 #: cp/friend.c:470
14868 msgid "friend declaration `%#D' declares a non-template function"
14869 msgstr ""
14871 #: cp/friend.c:473
14872 msgid ""
14873 "(if this is not what you intended, make sure the function template has "
14874 "already been declared and add <> after the function name here) -Wno-non-"
14875 "template-friend disables this warning"
14876 msgstr ""
14878 #: cp/g++spec.c:235 java/jvspec.c:415
14879 #, c-format
14880 msgid "argument to `%s' missing\n"
14881 msgstr ""
14883 #: cp/init.c:318
14884 msgid "`%D' should be initialized in the member initialization list"
14885 msgstr ""
14887 #: cp/init.c:367
14888 msgid "default-initialization of `%#D', which has reference type"
14889 msgstr ""
14891 #: cp/init.c:372
14892 msgid "uninitialized reference member `%D'"
14893 msgstr ""
14895 #: cp/init.c:374
14896 msgid "uninitialized member `%D' with `const' type `%T'"
14897 msgstr ""
14899 #: cp/init.c:516
14900 msgid "`%D' will be initialized after"
14901 msgstr ""
14903 #: cp/init.c:519
14904 msgid "base `%T' will be initialized after"
14905 msgstr ""
14907 #: cp/init.c:522
14908 msgid "  `%#D'"
14909 msgstr ""
14911 #: cp/init.c:524
14912 msgid "  base `%T'"
14913 msgstr ""
14915 #: cp/init.c:525
14916 msgid "  when initialized here"
14917 msgstr ""
14919 #: cp/init.c:541
14920 msgid "multiple initializations given for `%D'"
14921 msgstr ""
14923 #: cp/init.c:543
14924 msgid "multiple initializations given for base `%T'"
14925 msgstr ""
14927 #: cp/init.c:610
14928 msgid "initializations for multiple members of `%T'"
14929 msgstr ""
14931 #: cp/init.c:667
14932 msgid ""
14933 "base class `%#T' should be explicitly initialized in the copy constructor"
14934 msgstr ""
14936 #: cp/init.c:891 cp/init.c:910
14937 msgid "class `%T' does not have any field named `%D'"
14938 msgstr ""
14940 #: cp/init.c:897
14941 msgid ""
14942 "`%#D' is a static data member; it can only be initialized at its definition"
14943 msgstr ""
14945 #: cp/init.c:904
14946 msgid "`%#D' is not a non-static data member of `%T'"
14947 msgstr ""
14949 #: cp/init.c:943
14950 msgid "unnamed initializer for `%T', which has no base classes"
14951 msgstr ""
14953 #: cp/init.c:951
14954 msgid "unnamed initializer for `%T', which uses multiple inheritance"
14955 msgstr ""
14957 #: cp/init.c:997
14958 msgid "'%D' is both a direct base and an indirect virtual base"
14959 msgstr ""
14961 #: cp/init.c:1005
14962 msgid "type `%D' is not a direct or virtual base of `%T'"
14963 msgstr ""
14965 #: cp/init.c:1008
14966 msgid "type `%D' is not a direct base of `%T'"
14967 msgstr ""
14969 #: cp/init.c:1088
14970 msgid "bad array initializer"
14971 msgstr ""
14973 #: cp/init.c:1287
14974 msgid "`%T' is not an aggregate type"
14975 msgstr ""
14977 #: cp/init.c:1379 cp/typeck.c:1835
14978 msgid "qualified type `%T' does not match destructor name `~%T'"
14979 msgstr ""
14981 #: cp/init.c:1387
14982 msgid "incomplete type `%T' does not have member `%D'"
14983 msgstr ""
14985 #: cp/init.c:1407
14986 msgid "`%D' is not a member of type `%T'"
14987 msgstr ""
14989 #: cp/init.c:1434
14990 msgid "invalid pointer to bit-field `%D'"
14991 msgstr ""
14993 #: cp/init.c:1536
14994 msgid "invalid use of non-static member function `%D'"
14995 msgstr ""
14997 #: cp/init.c:1542 cp/semantics.c:1268
14998 msgid "invalid use of non-static data member `%D'"
14999 msgstr ""
15001 #: cp/init.c:1659
15002 msgid "new cannot be applied to a reference type"
15003 msgstr ""
15005 #: cp/init.c:1665
15006 msgid "new cannot be applied to a function type"
15007 msgstr ""
15009 #: cp/init.c:1697
15010 msgid "call to Java constructor, while `jclass' undefined"
15011 msgstr ""
15013 #: cp/init.c:1713
15014 msgid "can't find class$"
15015 msgstr ""
15017 #: cp/init.c:1826
15018 msgid "invalid type `void' for new"
15019 msgstr ""
15021 #: cp/init.c:1836
15022 msgid "uninitialized const in `new' of `%#T'"
15023 msgstr ""
15025 #: cp/init.c:1869
15026 #, c-format
15027 msgid "call to Java constructor with `%s' undefined"
15028 msgstr ""
15030 #: cp/init.c:1909
15031 msgid "request for member `%D' is ambiguous"
15032 msgstr ""
15034 #: cp/init.c:2042
15035 msgid "ISO C++ forbids initialization in array new"
15036 msgstr ""
15038 #: cp/init.c:2512
15039 msgid "initializer ends prematurely"
15040 msgstr ""
15042 #: cp/init.c:2565
15043 msgid "cannot initialize multi-dimensional array with initializer"
15044 msgstr ""
15046 #: cp/init.c:2724
15047 msgid "possible problem detected in invocation of delete operator:"
15048 msgstr ""
15050 #: cp/init.c:2727
15051 msgid ""
15052 "neither the destructor nor the class-specific operator delete will be "
15053 "called, even if they are declared when the class is defined."
15054 msgstr ""
15056 #: cp/init.c:2748
15057 msgid "unknown array size in delete"
15058 msgstr ""
15060 #: cp/init.c:3008
15061 msgid "type to vector delete is neither pointer or array type"
15062 msgstr ""
15064 #: cp/lex.c:437
15065 #, c-format
15066 msgid "junk at end of #pragma %s"
15067 msgstr ""
15069 #: cp/lex.c:444
15070 #, c-format
15071 msgid "invalid #pragma %s"
15072 msgstr ""
15074 #: cp/lex.c:452
15075 msgid "#pragma vtable no longer supported"
15076 msgstr ""
15078 #: cp/lex.c:524
15079 #, c-format
15080 msgid "#pragma implementation for %s appears after file is included"
15081 msgstr ""
15083 #: cp/lex.c:548
15084 msgid "junk at end of #pragma GCC java_exceptions"
15085 msgstr ""
15087 #: cp/lex.c:562
15088 msgid "`%D' not defined"
15089 msgstr ""
15091 #: cp/lex.c:566
15092 msgid "`%D' was not declared in this scope"
15093 msgstr ""
15095 #. In a template, it is invalid to write "f()" or "f(3)" if no
15096 #. declaration of "f" is available.  Historically, G++ and most
15097 #. other compilers accepted that usage since they deferred all name
15098 #. lookup until instantiation time rather than doing unqualified
15099 #. name lookup at template definition time; explain to the user what
15100 #. is going wrong.
15102 #. Note that we have the exact wording of the following message in
15103 #. the manual (trouble.texi, node "Name lookup"), so they need to
15104 #. be kept in synch.
15105 #: cp/lex.c:600
15106 msgid ""
15107 "there are no arguments to `%D' that depend on a template parameter, so a "
15108 "declaration of `%D' must be available"
15109 msgstr ""
15111 #: cp/lex.c:609
15112 msgid ""
15113 "(if you use `-fpermissive', G++ will accept your code, but allowing the use "
15114 "of an undeclared name is deprecated)"
15115 msgstr ""
15117 #: cp/mangle.c:2114
15118 msgid "call_expr cannot be mangled due to a defect in the C++ ABI"
15119 msgstr ""
15121 #: cp/mangle.c:2122
15122 msgid "zero-operand casts cannot be mangled due to a defect in the C++ ABI"
15123 msgstr ""
15125 #: cp/mangle.c:2172
15126 msgid "omitted middle operand to `?:' operand cannot be mangled"
15127 msgstr ""
15129 #: cp/mangle.c:2482
15130 msgid "the mangled name of `%D' will change in a future version of GCC"
15131 msgstr ""
15133 #: cp/method.c:443
15134 msgid "generic thunk code fails for method `%#D' which uses `...'"
15135 msgstr ""
15137 #: cp/method.c:652
15138 msgid "non-static const member `%#D', can't use default assignment operator"
15139 msgstr ""
15141 #: cp/method.c:657
15142 msgid ""
15143 "non-static reference member `%#D', can't use default assignment operator"
15144 msgstr ""
15146 #: cp/name-lookup.c:762
15147 msgid "redeclaration of `wchar_t' as `%T'"
15148 msgstr ""
15150 #. A redeclaration of main, but not a duplicate of the
15151 #. previous one.
15153 #. [basic.start.main]
15155 #. This function shall not be overloaded.
15156 #: cp/name-lookup.c:794
15157 msgid "invalid redeclaration of `%D'"
15158 msgstr ""
15160 #: cp/name-lookup.c:795
15161 msgid "as `%D'"
15162 msgstr ""
15164 #: cp/name-lookup.c:883
15165 msgid "type mismatch with previous external decl of `%#D'"
15166 msgstr ""
15168 #: cp/name-lookup.c:884
15169 msgid "previous external decl of `%#D'"
15170 msgstr ""
15172 #: cp/name-lookup.c:966
15173 msgid "extern declaration of `%#D' doesn't match"
15174 msgstr ""
15176 #: cp/name-lookup.c:967
15177 msgid "global declaration `%#D'"
15178 msgstr ""
15180 #: cp/name-lookup.c:1003 cp/name-lookup.c:1010
15181 msgid "declaration of '%#D' shadows a parameter"
15182 msgstr ""
15184 #. Location of previous decl is not useful in this case.
15185 #: cp/name-lookup.c:1035
15186 msgid "declaration of '%D' shadows a member of 'this'"
15187 msgstr ""
15189 #: cp/name-lookup.c:1041
15190 msgid "declaration of '%D' shadows a previous local"
15191 msgstr ""
15193 #: cp/name-lookup.c:1048
15194 msgid "declaration of '%D' shadows a global declaration"
15195 msgstr ""
15197 #: cp/name-lookup.c:1164
15198 msgid "name lookup of `%D' changed"
15199 msgstr ""
15201 #: cp/name-lookup.c:1166
15202 msgid "  matches this `%D' under ISO standard rules"
15203 msgstr ""
15205 #: cp/name-lookup.c:1168
15206 msgid "  matches this `%D' under old rules"
15207 msgstr ""
15209 #: cp/name-lookup.c:1186 cp/name-lookup.c:1193
15210 msgid "name lookup of `%D' changed for new ISO `for' scoping"
15211 msgstr ""
15213 #: cp/name-lookup.c:1188
15214 msgid "  cannot use obsolete binding at `%D' because it has a destructor"
15215 msgstr ""
15217 #: cp/name-lookup.c:1195
15218 msgid "  using obsolete binding at `%D'"
15219 msgstr ""
15221 #: cp/name-lookup.c:1248
15222 #, c-format
15223 msgid "%s %s(%E) %p %d\n"
15224 msgstr ""
15226 #: cp/name-lookup.c:1251
15227 #, c-format
15228 msgid "%s %s %p %d\n"
15229 msgstr ""
15231 #: cp/name-lookup.c:1378
15232 msgid "XXX is_class_level != (current_scope == class_scope)\n"
15233 msgstr ""
15235 #: cp/name-lookup.c:2011
15236 msgid "`%#D' hides constructor for `%#T'"
15237 msgstr ""
15239 #: cp/name-lookup.c:2026
15240 msgid "`%#D' conflicts with previous using declaration `%#D'"
15241 msgstr ""
15243 #: cp/name-lookup.c:2038
15244 msgid "previous non-function declaration `%#D'"
15245 msgstr ""
15247 #: cp/name-lookup.c:2039
15248 msgid "conflicts with function declaration `%#D'"
15249 msgstr ""
15251 #. It's a nested name with template parameter dependent scope.
15252 #. This can only be using-declaration for class member.
15253 #: cp/name-lookup.c:2117 cp/name-lookup.c:2141 cp/name-lookup.c:3386
15254 msgid "`%T' is not a namespace"
15255 msgstr ""
15257 #. 7.3.3/5
15258 #. A using-declaration shall not name a template-id.
15259 #: cp/name-lookup.c:2127
15260 msgid "a using-declaration cannot specify a template-id.  Try `using %D'"
15261 msgstr ""
15263 #: cp/name-lookup.c:2133
15264 msgid "namespace `%D' not allowed in using-declaration"
15265 msgstr ""
15267 #: cp/name-lookup.c:2169
15268 msgid "`%D' not declared"
15269 msgstr ""
15271 #. If the OLD_FN was really declared, the
15272 #. declarations don't match.
15273 #: cp/name-lookup.c:2181 cp/name-lookup.c:2223 cp/name-lookup.c:2260
15274 msgid "`%D' is already declared in this scope"
15275 msgstr ""
15277 #: cp/name-lookup.c:2266
15278 msgid "using declaration `%D' introduced ambiguous type `%T'"
15279 msgstr ""
15281 #. Definition isn't the kind we were looking for.
15282 #: cp/name-lookup.c:2434 cp/name-lookup.c:2453
15283 msgid "`%#D' redeclared as %C"
15284 msgstr ""
15286 #: cp/name-lookup.c:2821
15287 msgid "`%D' has the same name as the class in which it is declared"
15288 msgstr ""
15290 #: cp/name-lookup.c:2916
15291 msgid "using-declaration for non-member at class scope"
15292 msgstr ""
15294 #: cp/name-lookup.c:2923
15295 msgid "using-declaration cannot name destructor"
15296 msgstr ""
15298 #: cp/name-lookup.c:3002
15299 msgid "declaration of `%D' not in a namespace surrounding `%D'"
15300 msgstr ""
15302 #: cp/name-lookup.c:3042
15303 msgid "`%D' should have been declared inside `%D'"
15304 msgstr ""
15306 #: cp/name-lookup.c:3105
15307 msgid "namespace alias `%D' not allowed here, assuming `%D'"
15308 msgstr ""
15310 #. The parser did not find it, so it's not there.
15311 #: cp/name-lookup.c:3220
15312 msgid "unknown namespace `%D'"
15313 msgstr ""
15315 #: cp/name-lookup.c:3380
15316 msgid "namespace `%T' undeclared"
15317 msgstr ""
15319 #: cp/name-lookup.c:3424
15320 msgid "strong using only meaningful at namespace scope"
15321 msgstr ""
15323 #: cp/name-lookup.c:3431
15324 msgid "`%D' attribute directive ignored"
15325 msgstr ""
15327 #: cp/name-lookup.c:3565
15328 msgid "use of `%D' is ambiguous"
15329 msgstr ""
15331 #: cp/name-lookup.c:3566
15332 msgid "  first declared as `%#D' here"
15333 msgstr ""
15335 #: cp/name-lookup.c:3569
15336 msgid "  also declared as `%#D' here"
15337 msgstr ""
15339 #: cp/name-lookup.c:3584
15340 msgid "`%D' denotes an ambiguous type"
15341 msgstr ""
15343 #: cp/name-lookup.c:3585
15344 msgid "%J  first type here"
15345 msgstr ""
15347 #: cp/name-lookup.c:3586
15348 msgid "%J  other type here"
15349 msgstr ""
15351 #. This happens for A::B where B is a template, and there are no
15352 #. template arguments.
15353 #: cp/name-lookup.c:3650 cp/typeck.c:1809
15354 msgid "invalid use of `%D'"
15355 msgstr ""
15357 #: cp/name-lookup.c:3690
15358 msgid "`%D::%D' is not a template"
15359 msgstr ""
15361 #: cp/name-lookup.c:3707
15362 msgid "`%D' undeclared in namespace `%D'"
15363 msgstr ""
15365 #: cp/name-lookup.c:4244
15366 msgid "`%D' is not a function,"
15367 msgstr ""
15369 #: cp/name-lookup.c:4245
15370 msgid "  conflict with `%D'"
15371 msgstr ""
15373 #: cp/name-lookup.c:5008
15374 msgid "XXX entering pop_everything ()\n"
15375 msgstr ""
15377 #: cp/name-lookup.c:5017
15378 msgid "XXX leaving pop_everything ()\n"
15379 msgstr ""
15381 #: cp/parser.c:635
15382 msgid "invalid token"
15383 msgstr ""
15385 #: cp/parser.c:2037
15386 msgid "`%D::%D' has not been declared"
15387 msgstr ""
15389 #: cp/parser.c:2040 cp/semantics.c:2321
15390 msgid "`::%D' has not been declared"
15391 msgstr ""
15393 #: cp/parser.c:2043
15394 msgid "request for member `%D' in non-class type `%T'"
15395 msgstr ""
15397 #: cp/parser.c:2046
15398 msgid "`%T::%D' has not been declared"
15399 msgstr ""
15401 #: cp/parser.c:2049
15402 msgid "`%D' has not been declared"
15403 msgstr ""
15405 #: cp/parser.c:2052
15406 msgid "`%D::%D' %s"
15407 msgstr ""
15409 #: cp/parser.c:2054
15410 msgid "`::%D' %s"
15411 msgstr ""
15413 #: cp/parser.c:2056
15414 msgid "`%D' %s"
15415 msgstr ""
15417 #: cp/parser.c:2109
15418 msgid "new types may not be defined in a return type"
15419 msgstr ""
15421 #: cp/parser.c:2127 cp/pt.c:4278
15422 msgid "`%T' is not a template"
15423 msgstr ""
15425 #: cp/parser.c:2129
15426 #, c-format
15427 msgid "`%E' is not a template"
15428 msgstr ""
15430 #: cp/parser.c:2131
15431 msgid "invalid template-id"
15432 msgstr ""
15434 #: cp/parser.c:2172
15435 #, c-format
15436 msgid "%s cannot appear in a constant-expression"
15437 msgstr ""
15439 #: cp/parser.c:2196
15440 #, c-format
15441 msgid "invalid use of template-name `%E' without an argument list"
15442 msgstr ""
15444 #. Issue an error message.
15445 #: cp/parser.c:2201
15446 #, c-format
15447 msgid "`%E' does not name a type"
15448 msgstr ""
15450 #: cp/parser.c:2232
15451 msgid "(perhaps `typename %T::%E' was intended)"
15452 msgstr ""
15454 #: cp/parser.c:2247
15455 #, c-format
15456 msgid "`%E' in namespace `%E' does not name a type"
15457 msgstr ""
15459 #: cp/parser.c:2250
15460 msgid "`%E' in class `%T' does not name a type"
15461 msgstr ""
15463 #: cp/parser.c:2778
15464 msgid "ISO C++ forbids braced-groups within expressions"
15465 msgstr ""
15467 #: cp/parser.c:2787
15468 msgid "statement-expressions are allowed only inside functions"
15469 msgstr ""
15471 #: cp/parser.c:2838
15472 msgid "`this' may not be used in this context"
15473 msgstr ""
15475 #: cp/parser.c:2973
15476 msgid "local variable `%D' may not appear in this context"
15477 msgstr ""
15479 #: cp/parser.c:3338
15480 msgid "typedef-name `%D' used as destructor declarator"
15481 msgstr ""
15483 #: cp/parser.c:3995
15484 msgid "ISO C++ forbids compound-literals"
15485 msgstr ""
15487 #: cp/parser.c:4862
15488 msgid "array bound forbidden after parenthesized type-id"
15489 msgstr ""
15491 #: cp/parser.c:4863
15492 msgid "try removing the parentheses around the type-id"
15493 msgstr ""
15495 #: cp/parser.c:4969
15496 msgid "size in array new must have integral type"
15497 msgstr ""
15499 #: cp/parser.c:4972
15500 msgid "zero size array reserves no space"
15501 msgstr ""
15503 #: cp/parser.c:5071
15504 msgid "expression in new-declarator must have integral or enumeration type"
15505 msgstr ""
15507 #: cp/parser.c:5252
15508 msgid "use of old-style cast"
15509 msgstr ""
15511 #: cp/parser.c:6083
15512 #, c-format
15513 msgid "case label `%E' not within a switch statement"
15514 msgstr ""
15516 #: cp/parser.c:6625
15517 msgid "ISO C++ forbids computed gotos"
15518 msgstr ""
15520 #: cp/parser.c:6749
15521 msgid "extra `;'"
15522 msgstr ""
15524 #: cp/parser.c:7061
15525 msgid "mixing declarations and function-definitions is forbidden"
15526 msgstr ""
15528 #: cp/parser.c:7188
15529 msgid "duplicate `friend'"
15530 msgstr ""
15532 #: cp/parser.c:7240
15533 msgid "`__thread' before `static'"
15534 msgstr ""
15536 #: cp/parser.c:7250
15537 msgid "`__thread' before `extern'"
15538 msgstr ""
15540 #: cp/parser.c:7357
15541 msgid "class definition may not be declared a friend"
15542 msgstr ""
15544 #: cp/parser.c:7681
15545 msgid "only constructors take base initializers"
15546 msgstr ""
15548 #: cp/parser.c:7732
15549 msgid "anachronistic old-style base class initializer"
15550 msgstr ""
15552 #: cp/parser.c:7773
15553 msgid ""
15554 "keyword `typename' not allowed in this context (a qualified member "
15555 "initializer is implicitly a type)"
15556 msgstr ""
15558 #. Warn that we do not support `export'.
15559 #: cp/parser.c:8135
15560 msgid "keyword `export' not implemented, and will be ignored"
15561 msgstr ""
15563 #. Otherwise, emit an error about the invalid digraph, but continue
15564 #. parsing because we got our argument list.
15565 #: cp/parser.c:8508
15566 msgid "`<::' cannot begin a template-argument list"
15567 msgstr ""
15569 #: cp/parser.c:8509
15570 msgid ""
15571 "`<:' is an alternate spelling for `['. Insert whitespace between `<' and `::'"
15572 msgstr ""
15574 #: cp/parser.c:8516
15575 msgid "(if you use `-fpermissive' G++ will accept your code)"
15576 msgstr ""
15578 #. Explain what went wrong.
15579 #: cp/parser.c:8691
15580 msgid "non-template `%D' used as template"
15581 msgstr ""
15583 #: cp/parser.c:8692
15584 msgid "use `%T::template %D' to indicate that it is a template"
15585 msgstr ""
15587 #: cp/parser.c:9719
15588 msgid "using `typename' outside of template"
15589 msgstr ""
15591 #: cp/parser.c:9842
15592 msgid "expected type-name"
15593 msgstr ""
15595 #: cp/parser.c:9901
15596 msgid "type attributes are honored only at type definition"
15597 msgstr ""
15599 #. [namespace.udecl]
15601 #. A using declaration shall not name a template-id.
15602 #: cp/parser.c:10272
15603 msgid "a template-id may not appear in a using-declaration"
15604 msgstr ""
15606 #: cp/parser.c:10597
15607 msgid "an asm-specification is not allowed on a function-definition"
15608 msgstr ""
15610 #: cp/parser.c:10599
15611 msgid "attributes are not allowed on a function-definition"
15612 msgstr ""
15614 #: cp/parser.c:10730
15615 msgid "attributes after parenthesized initializer ignored"
15616 msgstr ""
15618 #: cp/parser.c:11159
15619 msgid "`%T::%D' is not a type"
15620 msgstr ""
15622 #: cp/parser.c:11204
15623 msgid "invalid use of constructor as a template"
15624 msgstr ""
15626 #: cp/parser.c:11205
15627 msgid ""
15628 "use `%T::%D' instead of `%T::%T' to name the constructor in a qualified name"
15629 msgstr ""
15631 #: cp/parser.c:11392
15632 msgid "duplicate cv-qualifier"
15633 msgstr ""
15635 #: cp/parser.c:11909
15636 msgid "file ends in default argument"
15637 msgstr ""
15639 #: cp/parser.c:11965
15640 msgid "deprecated use of default argument for parameter of non-function"
15641 msgstr ""
15643 #: cp/parser.c:11968
15644 msgid "default arguments are only permitted for function parameters"
15645 msgstr ""
15647 #: cp/parser.c:12710
15648 msgid "declaration of `%D' in `%D' which does not enclose `%D'"
15649 msgstr ""
15651 #: cp/parser.c:12723
15652 msgid "extra qualification ignored"
15653 msgstr ""
15655 #: cp/parser.c:12734
15656 msgid "an explicit specialization must be preceded by 'template <>'"
15657 msgstr ""
15659 #: cp/parser.c:13017
15660 msgid "extra semicolon"
15661 msgstr ""
15663 #: cp/parser.c:13035
15664 msgid "a class-key must be used when declaring a friend"
15665 msgstr ""
15667 #: cp/parser.c:13049
15668 msgid "friend declaration does not name a class or function"
15669 msgstr ""
15671 #: cp/parser.c:13222
15672 msgid "pure-specifier on function-definition"
15673 msgstr ""
15675 #: cp/parser.c:13495
15676 msgid "keyword `typename' not allowed outside of templates"
15677 msgstr ""
15679 #: cp/parser.c:13497
15680 msgid ""
15681 "keyword `typename' not allowed in this context (the base class is implicitly "
15682 "a type)"
15683 msgstr ""
15685 #: cp/parser.c:13770
15686 msgid "invalid catch parameter"
15687 msgstr ""
15689 #: cp/parser.c:14339
15690 msgid "reference to `%D' is ambiguous"
15691 msgstr ""
15693 #: cp/parser.c:14508
15694 msgid "too few template-parameter-lists"
15695 msgstr ""
15697 #. Otherwise, there are too many template parameter lists.  We have
15698 #. something like:
15700 #. template <class T> template <class U> void S::f();
15701 #: cp/parser.c:14523
15702 msgid "too many template-parameter-lists"
15703 msgstr ""
15705 #. Skip the entire function.
15706 #: cp/parser.c:14820
15707 msgid "invalid function declaration"
15708 msgstr ""
15710 #. Issue an error message.
15711 #: cp/parser.c:14857
15712 msgid "named return values are no longer supported"
15713 msgstr ""
15715 #: cp/parser.c:15199
15716 msgid "`>>' should be `> >' within a nested template argument list"
15717 msgstr ""
15719 #. If this is not a nested template argument list, the '>>' is
15720 #. a typo for '>'. Emit an error message and continue.
15721 #: cp/parser.c:15207
15722 msgid "spurious `>>', use `>' to terminate a template argument list"
15723 msgstr ""
15725 #: cp/parser.c:15212
15726 msgid "missing `>' to terminate the template argument list"
15727 msgstr ""
15729 #: cp/parser.c:15740
15730 msgid "`%s' tag used in naming `%#T'"
15731 msgstr ""
15733 #: cp/parser.c:15760
15734 msgid "%D redeclared with different access"
15735 msgstr ""
15737 #: cp/parser.c:15777
15738 msgid "`template' (as a disambiguator) is only allowed within templates"
15739 msgstr ""
15741 #: cp/parser.c:16009
15742 msgid "inter-module optimizations not implemented for C++"
15743 msgstr ""
15745 #: cp/pt.c:247
15746 msgid "data member `%D' cannot be a member template"
15747 msgstr ""
15749 #: cp/pt.c:259
15750 msgid "invalid member template declaration `%D'"
15751 msgstr ""
15753 #: cp/pt.c:642
15754 msgid "explicit specialization in non-namespace scope `%D'"
15755 msgstr ""
15757 #: cp/pt.c:654
15758 msgid "enclosing class templates are not explicitly specialized"
15759 msgstr ""
15761 #: cp/pt.c:738
15762 msgid "specialization of `%D' in different namespace"
15763 msgstr ""
15765 #: cp/pt.c:739 cp/pt.c:808
15766 msgid "  from definition of `%#D'"
15767 msgstr ""
15769 #: cp/pt.c:775
15770 msgid "specialization of `%T' after instantiation"
15771 msgstr ""
15773 #: cp/pt.c:807
15774 msgid "specializing `%#T' in different namespace"
15775 msgstr ""
15777 #: cp/pt.c:822
15778 msgid "specialization `%T' after instantiation `%T'"
15779 msgstr ""
15781 #: cp/pt.c:834
15782 msgid "explicit specialization of non-template `%T'"
15783 msgstr ""
15785 #: cp/pt.c:1091
15786 msgid "specialization of %D after instantiation"
15787 msgstr ""
15789 #: cp/pt.c:1221
15790 msgid "%s %+#D"
15791 msgstr ""
15793 #: cp/pt.c:1277
15794 msgid "`%D' is not a function template"
15795 msgstr ""
15797 #: cp/pt.c:1462
15798 msgid "template-id `%D' for `%+D' does not match any template declaration"
15799 msgstr ""
15801 #: cp/pt.c:1470
15802 msgid "ambiguous template specialization `%D' for `%+D'"
15803 msgstr ""
15805 #. This case handles bogus declarations like template <>
15806 #. template <class T> void f<int>();
15807 #: cp/pt.c:1693 cp/pt.c:1748
15808 msgid "template-id `%D' in declaration of primary template"
15809 msgstr ""
15811 #: cp/pt.c:1706
15812 msgid "template parameter list used in explicit instantiation"
15813 msgstr ""
15815 #: cp/pt.c:1712
15816 msgid "definition provided for explicit instantiation"
15817 msgstr ""
15819 #: cp/pt.c:1720
15820 msgid "too many template parameter lists in declaration of `%D'"
15821 msgstr ""
15823 #: cp/pt.c:1723
15824 msgid "too few template parameter lists in declaration of `%D'"
15825 msgstr ""
15827 #: cp/pt.c:1726
15828 msgid "explicit specialization of `%D' must be introduced by `template <>'"
15829 msgstr ""
15831 #: cp/pt.c:1745
15832 msgid "function template partial specialization `%D' is not allowed"
15833 msgstr ""
15835 #: cp/pt.c:1777
15836 msgid "default argument specified in explicit specialization"
15837 msgstr ""
15839 #: cp/pt.c:1781
15840 msgid "template specialization with C linkage"
15841 msgstr ""
15843 #. From [temp.expl.spec]:
15845 #. If such an explicit specialization for the member
15846 #. of a class template names an implicitly-declared
15847 #. special member function (clause _special_), the
15848 #. program is ill-formed.
15850 #. Similar language is found in [temp.explicit].
15851 #: cp/pt.c:1865
15852 msgid "specialization of implicitly-declared special member function"
15853 msgstr ""
15855 #: cp/pt.c:1909
15856 msgid "no member function `%D' declared in `%T'"
15857 msgstr ""
15859 #. There are two many template parameter lists.
15860 #: cp/pt.c:2060
15861 msgid "too many template parameter lists in declaration of `%T'"
15862 msgstr ""
15864 #: cp/pt.c:2154
15865 msgid " shadows template parm `%#D'"
15866 msgstr ""
15868 #: cp/pt.c:2554
15869 msgid "template parameters not used in partial specialization:"
15870 msgstr ""
15872 #: cp/pt.c:2558
15873 msgid "        `%D'"
15874 msgstr ""
15876 #: cp/pt.c:2570
15877 msgid "partial specialization `%T' does not specialize any template arguments"
15878 msgstr ""
15880 #: cp/pt.c:2595
15881 #, c-format
15882 msgid "template argument `%E' involves template parameter(s)"
15883 msgstr ""
15885 #: cp/pt.c:2639
15886 msgid "type `%T' of template argument `%E' depends on template parameter(s)"
15887 msgstr ""
15889 #: cp/pt.c:2724
15890 msgid "no default argument for `%D'"
15891 msgstr ""
15893 #: cp/pt.c:2876
15894 msgid "template with C linkage"
15895 msgstr ""
15897 #: cp/pt.c:2879
15898 msgid "template class without a name"
15899 msgstr ""
15901 #. [temp.mem]
15903 #. A destructor shall not be a member template.
15904 #: cp/pt.c:2887
15905 msgid "destructor `%D' declared as member template"
15906 msgstr ""
15908 #. [basic.stc.dynamic.allocation]
15910 #. An allocation function can be a function
15911 #. template. ... Template allocation functions shall
15912 #. have two or more parameters.
15913 #: cp/pt.c:2902
15914 msgid "invalid template declaration of `%D'"
15915 msgstr ""
15917 #: cp/pt.c:2982
15918 msgid "`%D' does not declare a template type"
15919 msgstr ""
15921 #: cp/pt.c:2988
15922 msgid "template definition of non-template `%#D'"
15923 msgstr ""
15925 #: cp/pt.c:3029
15926 msgid "expected %d levels of template parms for `%#D', got %d"
15927 msgstr ""
15929 #: cp/pt.c:3041
15930 msgid "got %d template parameters for `%#D'"
15931 msgstr ""
15933 #: cp/pt.c:3044
15934 msgid "got %d template parameters for `%#T'"
15935 msgstr ""
15937 #: cp/pt.c:3046
15938 #, c-format
15939 msgid "  but %d required"
15940 msgstr ""
15942 #: cp/pt.c:3131
15943 msgid "`%T' is not a template type"
15944 msgstr ""
15946 #: cp/pt.c:3147
15947 msgid "previous declaration `%D'"
15948 msgstr ""
15950 #: cp/pt.c:3148
15951 #, c-format
15952 msgid "used %d template parameter%s instead of %d"
15953 msgstr ""
15955 #: cp/pt.c:3168
15956 msgid "template parameter `%#D'"
15957 msgstr ""
15959 #: cp/pt.c:3169
15960 msgid "redeclared here as `%#D'"
15961 msgstr ""
15963 #. We have in [temp.param]:
15965 #. A template-parameter may not be given default arguments
15966 #. by two different declarations in the same scope.
15967 #: cp/pt.c:3179
15968 msgid "redefinition of default argument for `%#D'"
15969 msgstr ""
15971 #: cp/pt.c:3180
15972 msgid "%J  original definition appeared here"
15973 msgstr ""
15975 #: cp/pt.c:3326
15976 #, c-format
15977 msgid "`%E' is not a valid template argument"
15978 msgstr ""
15980 #: cp/pt.c:3330
15981 msgid "it must be the address of a function with external linkage"
15982 msgstr ""
15984 #: cp/pt.c:3332
15985 msgid "it must be the address of an object with external linkage"
15986 msgstr ""
15988 #: cp/pt.c:3335
15989 msgid "it must be a pointer-to-member of the form `&X::Y'"
15990 msgstr ""
15992 #: cp/pt.c:3346
15993 #, c-format
15994 msgid ""
15995 "string literal %E is not a valid template argument because it is the address "
15996 "of an object with static linkage"
15997 msgstr ""
15999 #: cp/pt.c:3361
16000 #, c-format
16001 msgid "address of non-extern `%E' cannot be used as template argument"
16002 msgstr ""
16004 #: cp/pt.c:3370
16005 #, c-format
16006 msgid "non-constant `%E' cannot be used as template argument"
16007 msgstr ""
16009 #: cp/pt.c:3378
16010 msgid "type '%T' cannot be used as a value for a non-type template-parameter"
16011 msgstr ""
16013 #: cp/pt.c:3381
16014 msgid "invalid use of '%D' as a non-type template-argument"
16015 msgstr ""
16017 #: cp/pt.c:3383
16018 #, c-format
16019 msgid "invalid use of '%E' as a non-type template-argument"
16020 msgstr ""
16022 #: cp/pt.c:3755
16023 #, c-format
16024 msgid "to refer to a type member of a template parameter, use `typename %E'"
16025 msgstr ""
16027 #: cp/pt.c:3768 cp/pt.c:3786 cp/pt.c:3825
16028 msgid "type/value mismatch at argument %d in template parameter list for `%D'"
16029 msgstr ""
16031 #: cp/pt.c:3771
16032 msgid "  expected a constant of type `%T', got `%T'"
16033 msgstr ""
16035 #: cp/pt.c:3775
16036 #, c-format
16037 msgid "  expected a class template, got `%E'"
16038 msgstr ""
16040 #: cp/pt.c:3777
16041 #, c-format
16042 msgid "  expected a type, got `%E'"
16043 msgstr ""
16045 #: cp/pt.c:3789
16046 msgid "  expected a type, got `%T'"
16047 msgstr ""
16049 #: cp/pt.c:3791
16050 msgid "  expected a class template, got `%T'"
16051 msgstr ""
16053 #: cp/pt.c:3827
16054 msgid "  expected a template of type `%D', got `%D'"
16055 msgstr ""
16057 #: cp/pt.c:3862
16058 msgid "could not convert template argument `%E' to `%T'"
16059 msgstr ""
16061 #: cp/pt.c:3902
16062 #, c-format
16063 msgid "wrong number of template arguments (%d, should be %d)"
16064 msgstr ""
16066 #: cp/pt.c:3906
16067 msgid "provided for `%D'"
16068 msgstr ""
16070 #: cp/pt.c:3934
16071 #, c-format
16072 msgid "template argument %d is invalid"
16073 msgstr ""
16075 #: cp/pt.c:4155
16076 msgid "non-template used as template"
16077 msgstr ""
16079 #: cp/pt.c:4290
16080 msgid "non-template type `%T' used as a template"
16081 msgstr ""
16083 #: cp/pt.c:4292
16084 msgid "for template declaration `%D'"
16085 msgstr ""
16087 #: cp/pt.c:4941
16088 msgid ""
16089 "template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN "
16090 "to increase the maximum) instantiating `%D'"
16091 msgstr ""
16093 #: cp/pt.c:5379
16094 msgid "ambiguous class template instantiation for `%#T'"
16095 msgstr ""
16097 #: cp/pt.c:5385
16098 msgid "%s %+#T"
16099 msgstr ""
16101 #: cp/pt.c:6412 cp/pt.c:6532
16102 msgid "instantiation of `%D' as type `%T'"
16103 msgstr ""
16105 #: cp/pt.c:6574
16106 msgid "invalid parameter type `%T'"
16107 msgstr ""
16109 #: cp/pt.c:6576
16110 msgid "in declaration `%D'"
16111 msgstr ""
16113 #: cp/pt.c:6650
16114 msgid "creating pointer to member function of non-class type `%T'"
16115 msgstr ""
16117 #: cp/pt.c:6787
16118 msgid "creating array with size zero"
16119 msgstr ""
16121 #: cp/pt.c:6801
16122 #, c-format
16123 msgid "creating array with size zero (`%E')"
16124 msgstr ""
16126 #: cp/pt.c:7017
16127 msgid "forming reference to void"
16128 msgstr ""
16130 #: cp/pt.c:7019
16131 msgid "forming %s to reference type `%T'"
16132 msgstr ""
16134 #: cp/pt.c:7056
16135 msgid "creating pointer to member of non-class type `%T'"
16136 msgstr ""
16138 #: cp/pt.c:7062
16139 msgid "creating pointer to member reference type `%T'"
16140 msgstr ""
16142 #: cp/pt.c:7148
16143 msgid "creating array of `%T'"
16144 msgstr ""
16146 #: cp/pt.c:7154
16147 msgid "creating array of `%T', which is an abstract class type"
16148 msgstr ""
16150 #: cp/pt.c:7198
16151 msgid "`%T' is not a class, struct, or union type"
16152 msgstr ""
16154 #: cp/pt.c:7285
16155 #, c-format
16156 msgid "use of `%s' in template"
16157 msgstr ""
16159 #: cp/pt.c:7398
16160 #, c-format
16161 msgid ""
16162 "dependent-name `%E' is parsed as a non-type, but instantiation yields a type"
16163 msgstr ""
16165 #: cp/pt.c:7400
16166 #, c-format
16167 msgid "say `typename %E' if a type is meant"
16168 msgstr ""
16170 #: cp/pt.c:8537
16171 msgid "`%T' is not a class or namespace"
16172 msgstr ""
16174 #: cp/pt.c:8540
16175 msgid "`%D' is not a class or namespace"
16176 msgstr ""
16178 #: cp/pt.c:8665
16179 msgid "`%T' uses anonymous type"
16180 msgstr ""
16182 #: cp/pt.c:8667
16183 msgid "`%T' uses local type `%T'"
16184 msgstr ""
16186 #: cp/pt.c:8675
16187 msgid "`%T' is a variably modified type"
16188 msgstr ""
16190 #: cp/pt.c:8686
16191 #, c-format
16192 msgid "integral expression `%E' is not constant"
16193 msgstr ""
16195 #: cp/pt.c:8691
16196 msgid "  trying to instantiate `%D'"
16197 msgstr ""
16199 #: cp/pt.c:9205
16200 msgid "incomplete type unification"
16201 msgstr ""
16203 #: cp/pt.c:10577 cp/pt.c:10648
16204 msgid "explicit instantiation of non-template `%#D'"
16205 msgstr ""
16207 #: cp/pt.c:10593 cp/pt.c:10643
16208 msgid "no matching template for `%D' found"
16209 msgstr ""
16211 #: cp/pt.c:10599
16212 msgid "explicit instantiation of `%#D'"
16213 msgstr ""
16215 #: cp/pt.c:10635
16216 msgid "duplicate explicit instantiation of `%#D'"
16217 msgstr ""
16219 #: cp/pt.c:10657
16220 msgid "ISO C++ forbids the use of `extern' on explicit instantiations"
16221 msgstr ""
16223 #: cp/pt.c:10661 cp/pt.c:10752
16224 msgid "storage class `%D' applied to template instantiation"
16225 msgstr ""
16227 #: cp/pt.c:10724
16228 msgid "explicit instantiation of non-template type `%T'"
16229 msgstr ""
16231 #: cp/pt.c:10733
16232 msgid "explicit instantiation of `%#T' before definition of template"
16233 msgstr ""
16235 #: cp/pt.c:10741
16236 #, c-format
16237 msgid "ISO C++ forbids the use of `%E' on explicit instantiations"
16238 msgstr ""
16240 #: cp/pt.c:10786
16241 msgid "duplicate explicit instantiation of `%#T'"
16242 msgstr ""
16244 #: cp/pt.c:11149
16245 msgid "explicit instantiation of `%D' but no definition available"
16246 msgstr ""
16248 #: cp/pt.c:11293
16249 msgid ""
16250 "template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN "
16251 "to increase the maximum) instantiating `%+D', possibly from virtual table "
16252 "generation"
16253 msgstr ""
16255 #: cp/pt.c:11572
16256 msgid "`%#T' is not a valid type for a template constant parameter"
16257 msgstr ""
16259 #: cp/repo.c:112
16260 msgid "-frepo must be used with -c"
16261 msgstr ""
16263 #: cp/repo.c:200
16264 #, c-format
16265 msgid "mysterious repository information in %s"
16266 msgstr ""
16268 #: cp/repo.c:214
16269 #, c-format
16270 msgid "can't create repository information file `%s'"
16271 msgstr ""
16273 #: cp/rtti.c:246
16274 msgid "cannot use typeid with -fno-rtti"
16275 msgstr ""
16277 #: cp/rtti.c:252
16278 msgid "must #include <typeinfo> before using typeid"
16279 msgstr ""
16281 #: cp/rtti.c:324
16282 msgid ""
16283 "cannot create type information for type `%T' because its size is variable"
16284 msgstr ""
16286 #: cp/rtti.c:577 cp/rtti.c:591
16287 msgid "dynamic_cast of `%#D' to `%#T' can never succeed"
16288 msgstr ""
16290 #: cp/rtti.c:670
16291 msgid "cannot dynamic_cast `%E' (of type `%#T') to type `%#T' (%s)"
16292 msgstr ""
16294 #: cp/search.c:251
16295 msgid "`%T' is an ambiguous base of `%T'"
16296 msgstr ""
16298 #: cp/search.c:269
16299 msgid "`%T' is an inaccessible base of `%T'"
16300 msgstr ""
16302 #: cp/search.c:1734
16303 msgid "invalid covariant return type for `%#D'"
16304 msgstr ""
16306 #: cp/search.c:1735 cp/search.c:1741
16307 msgid "  overriding `%#D'"
16308 msgstr ""
16310 #: cp/search.c:1739
16311 msgid "conflicting return type specified for `%#D'"
16312 msgstr ""
16314 #: cp/search.c:1750
16315 #, c-format
16316 msgid "looser throw specifier for `%#F'"
16317 msgstr ""
16319 #: cp/search.c:1751
16320 #, c-format
16321 msgid "  overriding `%#F'"
16322 msgstr ""
16324 #. A static member function cannot match an inherited
16325 #. virtual member function.
16326 #: cp/search.c:1844
16327 msgid "`%#D' cannot be declared"
16328 msgstr ""
16330 #: cp/search.c:1845
16331 msgid "  since `%#D' declared in base class"
16332 msgstr ""
16334 #: cp/semantics.c:1133
16335 #, c-format
16336 msgid "type of asm operand `%E' could not be determined"
16337 msgstr ""
16339 #: cp/semantics.c:1265
16340 msgid "invalid use of member `%D' in static member function"
16341 msgstr ""
16343 #: cp/semantics.c:1269 cp/semantics.c:1308
16344 msgid "from this location"
16345 msgstr ""
16347 #: cp/semantics.c:1307
16348 msgid "object missing in reference to `%D'"
16349 msgstr ""
16351 #: cp/semantics.c:1789
16352 msgid "arguments to destructor are not allowed"
16353 msgstr ""
16355 #: cp/semantics.c:1839
16356 msgid "`this' is unavailable for static member functions"
16357 msgstr ""
16359 #: cp/semantics.c:1845
16360 msgid "invalid use of `this' in non-member function"
16361 msgstr ""
16363 #: cp/semantics.c:1847
16364 msgid "invalid use of `this' at top level"
16365 msgstr ""
16367 #: cp/semantics.c:1871
16368 msgid "invalid qualifying scope in pseudo-destructor name"
16369 msgstr ""
16371 #: cp/semantics.c:1891
16372 msgid "`%E' is not of type `%T'"
16373 msgstr ""
16375 #: cp/semantics.c:1985
16376 msgid "template type parameters must use the keyword `class' or `typename'"
16377 msgstr ""
16379 #: cp/semantics.c:2029
16380 msgid ""
16381 "invalid use of type `%T' as a default value for a template template-parameter"
16382 msgstr ""
16384 #: cp/semantics.c:2032
16385 msgid ""
16386 "invalid use of `%D' as a default value for a template template-parameter"
16387 msgstr ""
16389 #: cp/semantics.c:2036
16390 msgid "invalid default argument for a template template parameter"
16391 msgstr ""
16393 #: cp/semantics.c:2053
16394 msgid "definition of `%#T' inside template parameter list"
16395 msgstr ""
16397 #: cp/semantics.c:2064
16398 msgid "invalid definition of qualified type `%T'"
16399 msgstr ""
16401 #: cp/semantics.c:2079
16402 msgid "previous definition of `%#T'"
16403 msgstr ""
16405 #: cp/semantics.c:2255
16406 msgid "invalid base-class specification"
16407 msgstr ""
16409 #: cp/semantics.c:2264
16410 msgid "base class `%T' has cv qualifiers"
16411 msgstr ""
16413 #: cp/semantics.c:2297
16414 msgid "multiple declarators in template declaration"
16415 msgstr ""
16417 #: cp/semantics.c:2309
16418 msgid "incomplete type `%T' used in nested name specifier"
16419 msgstr ""
16421 #: cp/semantics.c:2312
16422 msgid "reference to `%T::%D' is ambiguous"
16423 msgstr ""
16425 #: cp/semantics.c:2316 cp/typeck.c:1646
16426 msgid "`%D' is not a member of `%T'"
16427 msgstr ""
16429 #: cp/semantics.c:2319
16430 msgid "`%D' is not a member of `%D'"
16431 msgstr ""
16433 #: cp/semantics.c:2444
16434 msgid ""
16435 "template parameter `%D' of type `%T' is not allowed in an integral constant "
16436 "expression because it is not of integral or enumeration type"
16437 msgstr ""
16439 #: cp/semantics.c:2588
16440 msgid "`%D' cannot appear in a constant-expression"
16441 msgstr ""
16443 #: cp/semantics.c:2596
16444 msgid "use of namespace `%D' as expression"
16445 msgstr ""
16447 #: cp/semantics.c:2601
16448 msgid "use of class template `%T' as expression"
16449 msgstr ""
16451 #. Ambiguous reference to base members.
16452 #: cp/semantics.c:2607
16453 msgid "request for member `%D' is ambiguous in multiple inheritance lattice"
16454 msgstr ""
16456 #: cp/semantics.c:2667
16457 #, c-format
16458 msgid "use of %s from containing function"
16459 msgstr ""
16461 #: cp/semantics.c:2670
16462 msgid "  `%#D' declared here"
16463 msgstr ""
16465 #: cp/semantics.c:2721
16466 #, c-format
16467 msgid "type of `%E' is unknown"
16468 msgstr ""
16470 #: cp/tree.c:222
16471 #, c-format
16472 msgid "non-lvalue in %s"
16473 msgstr ""
16475 #: cp/tree.c:535
16476 msgid "`%V' qualifiers cannot be applied to `%T'"
16477 msgstr ""
16479 #: cp/tree.c:1763
16480 #, c-format
16481 msgid "`%E' attribute can only be applied to Java class definitions"
16482 msgstr ""
16484 #: cp/tree.c:1792
16485 #, c-format
16486 msgid "`%E' attribute can only be applied to class definitions"
16487 msgstr ""
16489 #: cp/tree.c:1798
16490 #, c-format
16491 msgid "`%E' is obsolete; g++ vtables are now COM-compatible by default"
16492 msgstr ""
16494 #: cp/tree.c:1822
16495 msgid "requested init_priority is not an integer constant"
16496 msgstr ""
16498 #: cp/tree.c:1843
16499 #, c-format
16500 msgid ""
16501 "can only use `%E' attribute on file-scope definitions of objects of class "
16502 "type"
16503 msgstr ""
16505 #: cp/tree.c:1851
16506 msgid "requested init_priority is out of range"
16507 msgstr ""
16509 #: cp/tree.c:1861
16510 msgid "requested init_priority is reserved for internal use"
16511 msgstr ""
16513 #: cp/tree.c:1871
16514 #, c-format
16515 msgid "`%E' attribute is not supported on this platform"
16516 msgstr ""
16518 #: cp/typeck.c:434 cp/typeck.c:448 cp/typeck.c:540
16519 msgid "%s between distinct pointer types `%T' and `%T' lacks a cast"
16520 msgstr ""
16522 #: cp/typeck.c:510
16523 #, c-format
16524 msgid ""
16525 "ISO C++ forbids %s between pointer of type `void *' and pointer-to-function"
16526 msgstr ""
16528 #: cp/typeck.c:560
16529 msgid "%s between distinct pointer-to-member types `%T' and `%T' lacks a cast"
16530 msgstr ""
16532 #: cp/typeck.c:1247
16533 #, c-format
16534 msgid "invalid application of `%s' to a member function"
16535 msgstr ""
16537 #: cp/typeck.c:1280
16538 #, c-format
16539 msgid "invalid application of `%s' to a bit-field"
16540 msgstr ""
16542 #: cp/typeck.c:1285
16543 #, c-format
16544 msgid "ISO C++ forbids applying `%s' to an expression of function type"
16545 msgstr ""
16547 #: cp/typeck.c:1321
16548 msgid "invalid use of non-static member function"
16549 msgstr ""
16551 #: cp/typeck.c:1506
16552 msgid "deprecated conversion from string constant to `%T'"
16553 msgstr ""
16555 #: cp/typeck.c:1617 cp/typeck.c:1914
16556 msgid "request for member `%D' in `%E', which is of non-class type `%T'"
16557 msgstr ""
16559 #: cp/typeck.c:1644
16560 #, c-format
16561 msgid "invalid use of nonstatic data member '%E'"
16562 msgstr ""
16564 #: cp/typeck.c:1696 cp/typeck.c:1723
16565 msgid "invalid access to non-static data member `%D' of NULL object"
16566 msgstr ""
16568 #: cp/typeck.c:1698 cp/typeck.c:1725
16569 msgid "(perhaps the `offsetof' macro was used incorrectly)"
16570 msgstr ""
16572 #: cp/typeck.c:1841
16573 msgid "the type being destroyed is `%T', but the destructor refers to `%T'"
16574 msgstr ""
16576 #: cp/typeck.c:1960
16577 msgid "`%D::%D' is not a member of `%T'"
16578 msgstr ""
16580 #: cp/typeck.c:1971
16581 msgid "`%T' is not a base of `%T'"
16582 msgstr ""
16584 #: cp/typeck.c:1990
16585 msgid "'%D' has no member named '%E'"
16586 msgstr ""
16588 #: cp/typeck.c:2005
16589 msgid "`%D' is not a member template function"
16590 msgstr ""
16592 #. A pointer to incomplete type (other than cv void) can be
16593 #. dereferenced [expr.unary.op]/1
16594 #: cp/typeck.c:2112
16595 msgid "`%T' is not a pointer-to-object type"
16596 msgstr ""
16598 #: cp/typeck.c:2137
16599 #, c-format
16600 msgid "invalid use of `%s' on pointer to member"
16601 msgstr ""
16603 #: cp/typeck.c:2141
16604 #, c-format
16605 msgid "invalid type argument of `%s'"
16606 msgstr ""
16608 #: cp/typeck.c:2143
16609 msgid "invalid type argument"
16610 msgstr ""
16612 #: cp/typeck.c:2207
16613 msgid "array subscript has type `char'"
16614 msgstr ""
16616 #: cp/typeck.c:2248
16617 msgid "ISO C++ forbids subscripting non-lvalue array"
16618 msgstr ""
16620 #: cp/typeck.c:2259
16621 msgid "subscripting array declared `register'"
16622 msgstr ""
16624 #: cp/typeck.c:2342
16625 #, c-format
16626 msgid "object missing in use of `%E'"
16627 msgstr ""
16629 #: cp/typeck.c:2443
16630 msgid "ISO C++ forbids calling `::main' from within program"
16631 msgstr ""
16633 #: cp/typeck.c:2468
16634 #, c-format
16635 msgid "must use .* or ->* to call pointer-to-member function in `%E (...)'"
16636 msgstr ""
16638 #: cp/typeck.c:2481
16639 #, c-format
16640 msgid "`%E' cannot be used as a function"
16641 msgstr ""
16643 #: cp/typeck.c:2560
16644 msgid "too many arguments to %s `%+#D'"
16645 msgstr ""
16647 #: cp/typeck.c:2562 cp/typeck.c:2668
16648 msgid "at this point in file"
16649 msgstr ""
16651 #: cp/typeck.c:2599
16652 msgid "parameter %P of `%D' has incomplete type `%T'"
16653 msgstr ""
16655 #: cp/typeck.c:2602
16656 msgid "parameter %P has incomplete type `%T'"
16657 msgstr ""
16659 #: cp/typeck.c:2666
16660 msgid "too few arguments to %s `%+#D'"
16661 msgstr ""
16663 #: cp/typeck.c:2813 cp/typeck.c:2823
16664 msgid "assuming cast to type `%T' from overloaded function"
16665 msgstr ""
16667 #: cp/typeck.c:2884
16668 #, c-format
16669 msgid "division by zero in `%E / 0'"
16670 msgstr ""
16672 #: cp/typeck.c:2886
16673 #, c-format
16674 msgid "division by zero in `%E / 0.'"
16675 msgstr ""
16677 #: cp/typeck.c:2920
16678 #, c-format
16679 msgid "division by zero in `%E %% 0'"
16680 msgstr ""
16682 #: cp/typeck.c:2922
16683 #, c-format
16684 msgid "division by zero in `%E %% 0.'"
16685 msgstr ""
16687 #: cp/typeck.c:3002
16688 #, c-format
16689 msgid "%s rotate count is negative"
16690 msgstr ""
16692 #: cp/typeck.c:3005
16693 #, c-format
16694 msgid "%s rotate count >= width of type"
16695 msgstr ""
16697 #: cp/typeck.c:3039 cp/typeck.c:3044 cp/typeck.c:3140 cp/typeck.c:3145
16698 msgid "ISO C++ forbids comparison between pointer and integer"
16699 msgstr ""
16701 #: cp/typeck.c:3326
16702 msgid "comparison between types `%#T' and `%#T'"
16703 msgstr ""
16705 #: cp/typeck.c:3362
16706 msgid "comparison between signed and unsigned integer expressions"
16707 msgstr ""
16709 #: cp/typeck.c:3427
16710 msgid "invalid operands of types `%T' and `%T' to binary `%O'"
16711 msgstr ""
16713 #. Some sort of arithmetic operation involving NULL was
16714 #. performed.  Note that pointer-difference and pointer-addition
16715 #. have already been handled above, and so we don't end up here in
16716 #. that case.
16717 #: cp/typeck.c:3449
16718 msgid "NULL used in arithmetic"
16719 msgstr ""
16721 #: cp/typeck.c:3507
16722 msgid "ISO C++ forbids using pointer of type `void *' in subtraction"
16723 msgstr ""
16725 #: cp/typeck.c:3509
16726 msgid "ISO C++ forbids using pointer to a function in subtraction"
16727 msgstr ""
16729 #: cp/typeck.c:3511
16730 msgid "ISO C++ forbids using pointer to a method in subtraction"
16731 msgstr ""
16733 #: cp/typeck.c:3523
16734 msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
16735 msgstr ""
16737 #: cp/typeck.c:3599
16738 #, c-format
16739 msgid ""
16740 "invalid use of '%E' to form a pointer-to-member-function.  Use a qualified-"
16741 "id."
16742 msgstr ""
16744 #: cp/typeck.c:3605
16745 #, c-format
16746 msgid ""
16747 "parenthesis around '%E' cannot be used to form a pointer-to-member-function"
16748 msgstr ""
16750 #: cp/typeck.c:3627
16751 msgid "taking address of temporary"
16752 msgstr ""
16754 #: cp/typeck.c:3852
16755 #, c-format
16756 msgid "ISO C++ forbids %sing an enum"
16757 msgstr ""
16759 #: cp/typeck.c:3863
16760 msgid "cannot %s a pointer to incomplete type `%T'"
16761 msgstr ""
16763 #: cp/typeck.c:3869
16764 msgid "ISO C++ forbids %sing a pointer of type `%T'"
16765 msgstr ""
16767 #: cp/typeck.c:3894
16768 msgid "cast to non-reference type used as lvalue"
16769 msgstr ""
16771 #: cp/typeck.c:3929
16772 msgid "invalid use of `--' on bool variable `%D'"
16773 msgstr ""
16775 #. ARM $3.4
16776 #: cp/typeck.c:3958
16777 msgid "ISO C++ forbids taking address of function `::main'"
16778 msgstr ""
16780 #. An expression like &memfn.
16781 #: cp/typeck.c:4012
16782 msgid ""
16783 "ISO C++ forbids taking the address of an unqualified or parenthesized non-"
16784 "static member function to form a pointer to member function.  Say `&%T::%D'"
16785 msgstr ""
16787 #: cp/typeck.c:4017
16788 msgid ""
16789 "ISO C++ forbids taking the address of a bound member function to form a "
16790 "pointer to member function.  Say `&%T::%D'"
16791 msgstr ""
16793 #: cp/typeck.c:4045
16794 msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
16795 msgstr ""
16797 #: cp/typeck.c:4065
16798 msgid "unary `&'"
16799 msgstr ""
16801 #: cp/typeck.c:4097
16802 msgid "attempt to take address of bit-field structure member `%D'"
16803 msgstr ""
16805 #: cp/typeck.c:4209
16806 msgid "taking address of destructor"
16807 msgstr ""
16809 #: cp/typeck.c:4222
16810 msgid "taking address of bound pointer-to-member expression"
16811 msgstr ""
16813 #: cp/typeck.c:4230
16814 msgid "cannot create pointer to reference member `%D'"
16815 msgstr ""
16817 #: cp/typeck.c:4293
16818 msgid "cannot take the address of `this', which is an rvalue expression"
16819 msgstr ""
16821 #: cp/typeck.c:4312
16822 msgid "address requested for `%D', which is declared `register'"
16823 msgstr ""
16825 #: cp/typeck.c:4378
16826 #, c-format
16827 msgid "%s expression list treated as compound expression"
16828 msgstr ""
16830 #: cp/typeck.c:4452
16831 msgid "%s from type `%T' to type `%T' casts away constness"
16832 msgstr ""
16834 #: cp/typeck.c:4654
16835 msgid "invalid static_cast from type `%T' to type `%T'"
16836 msgstr ""
16838 #: cp/typeck.c:4694
16839 msgid ""
16840 "invalid reinterpret_cast of an rvalue expression of type `%T' to type `%T'"
16841 msgstr ""
16843 #: cp/typeck.c:4714
16844 msgid "reinterpret_cast from `%T' to `%T' loses precision"
16845 msgstr ""
16847 #: cp/typeck.c:4733
16848 msgid ""
16849 "ISO C++ forbids casting between pointer-to-function and pointer-to-object"
16850 msgstr ""
16852 #: cp/typeck.c:4739
16853 msgid "invalid reinterpret_cast from type `%T' to type `%T'"
16854 msgstr ""
16856 #: cp/typeck.c:4767
16857 msgid ""
16858 "invalid use of const_cast with type `%T', which is not a pointer, reference, "
16859 "nor a pointer-to-data-member type"
16860 msgstr ""
16862 #: cp/typeck.c:4770
16863 msgid ""
16864 "invalid use of const_cast with type `%T', which is a pointer or reference to "
16865 "a function type"
16866 msgstr ""
16868 #: cp/typeck.c:4793
16869 msgid "invalid const_cast of an rvalue of type `%T' to type `%T'"
16870 msgstr ""
16872 #: cp/typeck.c:4810
16873 msgid "invalid const_cast from type `%T' to type `%T'"
16874 msgstr ""
16876 #: cp/typeck.c:4857 cp/typeck.c:4862
16877 msgid "ISO C++ forbids casting to an array type `%T'"
16878 msgstr ""
16880 #: cp/typeck.c:4870
16881 msgid "invalid cast to function type `%T'"
16882 msgstr ""
16884 #: cp/typeck.c:4926
16885 msgid "cast from `%T' to `%T' discards qualifiers from pointer target type"
16886 msgstr ""
16888 #: cp/typeck.c:4974
16889 msgid "cast from `%T' to `%T' increases required alignment of target type"
16890 msgstr ""
16892 #: cp/typeck.c:5140
16893 msgid "  in evaluation of `%Q(%#T, %#T)'"
16894 msgstr ""
16896 #: cp/typeck.c:5209
16897 msgid "incompatible types in assignment of `%T' to `%T'"
16898 msgstr ""
16900 #: cp/typeck.c:5216
16901 msgid "ISO C++ forbids assignment of arrays"
16902 msgstr ""
16904 #: cp/typeck.c:5323
16905 msgid "   in pointer to member function conversion"
16906 msgstr ""
16908 #: cp/typeck.c:5329
16909 msgid "   in pointer to member conversion"
16910 msgstr ""
16912 #. This is a reinterpret cast, we choose to do nothing.
16913 #: cp/typeck.c:5339 cp/typeck.c:5355
16914 msgid "pointer to member cast via virtual base `%T'"
16915 msgstr ""
16917 #: cp/typeck.c:5358
16918 msgid "pointer to member conversion via virtual base `%T'"
16919 msgstr ""
16921 #: cp/typeck.c:5430
16922 msgid "invalid conversion to type `%T' from type `%T'"
16923 msgstr ""
16925 #: cp/typeck.c:5587
16926 msgid "passing NULL used for non-pointer %s %P of `%D'"
16927 msgstr ""
16929 #: cp/typeck.c:5590
16930 msgid "%s to non-pointer type `%T' from NULL"
16931 msgstr ""
16933 #: cp/typeck.c:5598
16934 msgid "passing `%T' for %s %P of `%D'"
16935 msgstr ""
16937 #: cp/typeck.c:5601
16938 msgid "%s to `%T' from `%T'"
16939 msgstr ""
16941 #: cp/typeck.c:5610
16942 msgid "passing negative value `%E' for %s %P of `%D'"
16943 msgstr ""
16945 #: cp/typeck.c:5613
16946 msgid "%s of negative value `%E' to `%T'"
16947 msgstr ""
16949 #: cp/typeck.c:5700
16950 msgid "cannot convert `%T' to `%T' for argument `%P' to `%D'"
16951 msgstr ""
16953 #: cp/typeck.c:5703
16954 msgid "cannot convert `%T' to `%T' in %s"
16955 msgstr ""
16957 #: cp/typeck.c:5780 cp/typeck.c:5782
16958 msgid "in passing argument %P of `%+D'"
16959 msgstr ""
16961 #: cp/typeck.c:5832
16962 msgid "returning reference to temporary"
16963 msgstr ""
16965 #: cp/typeck.c:5839
16966 msgid "reference to non-lvalue returned"
16967 msgstr ""
16969 #: cp/typeck.c:5851
16970 msgid "reference to local variable `%D' returned"
16971 msgstr ""
16973 #: cp/typeck.c:5854
16974 msgid "address of local variable `%D' returned"
16975 msgstr ""
16977 #: cp/typeck.c:5878
16978 msgid "function declared `noreturn' has a `return' statement"
16979 msgstr ""
16981 #: cp/typeck.c:5884
16982 msgid "returning a value from a destructor"
16983 msgstr ""
16985 #. If a return statement appears in a handler of the
16986 #. function-try-block of a constructor, the program is ill-formed.
16987 #: cp/typeck.c:5892
16988 msgid "cannot return from a handler of a function-try-block of a constructor"
16989 msgstr ""
16991 #. You can't return a value from a constructor.
16992 #: cp/typeck.c:5895
16993 msgid "returning a value from a constructor"
16994 msgstr ""
16996 #: cp/typeck.c:5918
16997 msgid "return-statement with no value, in function returning '%T'"
16998 msgstr ""
17000 #: cp/typeck.c:5935
17001 msgid "return-statement with a value, in function returning 'void'"
17002 msgstr ""
17004 #: cp/typeck.c:5957
17005 msgid ""
17006 "`operator new' must not return NULL unless it is declared `throw()' (or -"
17007 "fcheck-new is in effect)"
17008 msgstr ""
17010 #: cp/typeck2.c:52
17011 msgid "type `%T' is not a base type for type `%T'"
17012 msgstr ""
17014 #: cp/typeck2.c:293
17015 msgid "cannot declare variable `%+D' to be of abstract type `%T'"
17016 msgstr ""
17018 #: cp/typeck2.c:296
17019 msgid "cannot declare parameter `%+D' to be of abstract type `%T'"
17020 msgstr ""
17022 #: cp/typeck2.c:299
17023 msgid "cannot declare field `%+D' to be of abstract type `%T'"
17024 msgstr ""
17026 #: cp/typeck2.c:303
17027 msgid "invalid abstract return type for member function `%+#D'"
17028 msgstr ""
17030 #: cp/typeck2.c:306
17031 msgid "invalid abstract return type for function `%+#D'"
17032 msgstr ""
17034 #. Here we do not have location information, so use error instead
17035 #. of cp_error_at.
17036 #: cp/typeck2.c:311
17037 msgid "invalid abstract type `%T' for `%E'"
17038 msgstr ""
17040 #: cp/typeck2.c:313
17041 msgid "invalid abstract type for `%+D'"
17042 msgstr ""
17044 #: cp/typeck2.c:316
17045 msgid "cannot allocate an object of abstract type `%T'"
17046 msgstr ""
17048 #: cp/typeck2.c:323
17049 msgid "%J  because the following virtual functions are pure within `%T':"
17050 msgstr ""
17052 #: cp/typeck2.c:327
17053 msgid "%J\t%#D"
17054 msgstr ""
17056 #: cp/typeck2.c:330
17057 msgid "%J  since type `%T' has pure virtual functions"
17058 msgstr ""
17060 #: cp/typeck2.c:576
17061 msgid "constructor syntax used, but no constructor declared for type `%T'"
17062 msgstr ""
17064 #: cp/typeck2.c:589
17065 msgid "cannot initialize arrays using this syntax"
17066 msgstr ""
17068 #: cp/typeck2.c:689
17069 msgid "initializing array with parameter list"
17070 msgstr ""
17072 #: cp/typeck2.c:711
17073 msgid "int-array initialized from non-wide string"
17074 msgstr ""
17076 #: cp/typeck2.c:744
17077 msgid "initializer for scalar variable requires one element"
17078 msgstr ""
17080 #: cp/typeck2.c:751
17081 msgid "braces around scalar initializer for `%T'"
17082 msgstr ""
17084 #: cp/typeck2.c:754
17085 msgid "ignoring extra initializers for `%T'"
17086 msgstr ""
17088 #: cp/typeck2.c:766
17089 msgid "variable-sized object of type `%T' may not be initialized"
17090 msgstr ""
17092 #: cp/typeck2.c:777
17093 msgid "subobject of type `%T' must be initialized by constructor, not by `%E'"
17094 msgstr ""
17096 #: cp/typeck2.c:842
17097 msgid "aggregate has a partly bracketed initializer"
17098 msgstr ""
17100 #: cp/typeck2.c:880 cp/typeck2.c:982
17101 msgid "non-trivial labeled initializers"
17102 msgstr ""
17104 #: cp/typeck2.c:894
17105 msgid "non-empty initializer for array of empty elements"
17106 msgstr ""
17108 #: cp/typeck2.c:948
17109 msgid "initializer list for object of class with virtual base classes"
17110 msgstr ""
17112 #: cp/typeck2.c:954
17113 msgid "initializer list for object of class with base classes"
17114 msgstr ""
17116 #: cp/typeck2.c:960
17117 msgid "initializer list for object using virtual functions"
17118 msgstr ""
17120 #: cp/typeck2.c:1021 cp/typeck2.c:1037
17121 msgid "missing initializer for member `%D'"
17122 msgstr ""
17124 #: cp/typeck2.c:1026
17125 msgid "uninitialized const member `%D'"
17126 msgstr ""
17128 #: cp/typeck2.c:1028
17129 msgid "member `%D' with uninitialized const fields"
17130 msgstr ""
17132 #: cp/typeck2.c:1031
17133 msgid "member `%D' is uninitialized reference"
17134 msgstr ""
17136 #: cp/typeck2.c:1078
17137 msgid "index value instead of field name in union initializer"
17138 msgstr ""
17140 #: cp/typeck2.c:1090
17141 msgid "no field `%D' in union being initialized"
17142 msgstr ""
17144 #: cp/typeck2.c:1098
17145 msgid "union `%T' with no named members cannot be initialized"
17146 msgstr ""
17148 #: cp/typeck2.c:1133
17149 msgid "excess elements in aggregate initializer"
17150 msgstr ""
17152 #: cp/typeck2.c:1247
17153 msgid "circular pointer delegation detected"
17154 msgstr ""
17156 #: cp/typeck2.c:1260
17157 msgid "base operand of `->' has non-pointer type `%T'"
17158 msgstr ""
17160 #: cp/typeck2.c:1284
17161 msgid "result of `operator->()' yields non-pointer result"
17162 msgstr ""
17164 #: cp/typeck2.c:1286
17165 msgid "base operand of `->' is not a pointer"
17166 msgstr ""
17168 #: cp/typeck2.c:1310
17169 msgid "`%E' cannot be used as a member pointer, since it is of type `%T'"
17170 msgstr ""
17172 #: cp/typeck2.c:1318
17173 msgid ""
17174 "cannot apply member pointer `%E' to `%E', which is of non-aggregate type `%T'"
17175 msgstr ""
17177 #: cp/typeck2.c:1339
17178 msgid "pointer to member type `%T' incompatible with object type `%T'"
17179 msgstr ""
17181 #: cp/typeck2.c:1561
17182 msgid "call to function `%D' which throws incomplete type `%#T'"
17183 msgstr ""
17185 #: cp/typeck2.c:1564
17186 msgid "call to function which throws incomplete type `%#T'"
17187 msgstr ""
17189 #. XXX Not i18n clean.
17190 #: cp/cp-tree.h:3839
17191 #, c-format
17192 msgid "%s is deprecated, please see the documentation for details"
17193 msgstr ""
17195 #: fortran/f95-lang.c:242
17196 msgid "Unexpected type in truthvalue_conversion"
17197 msgstr ""
17199 #: fortran/f95-lang.c:295
17200 #, c-format
17201 msgid "can't open input file: %s"
17202 msgstr ""
17204 #: fortran/f95-lang.c:622 treelang/treetree.c:860
17205 #, c-format
17206 msgid "global register variable `%s' used in nested function"
17207 msgstr ""
17209 #: fortran/f95-lang.c:626 treelang/treetree.c:864
17210 #, c-format
17211 msgid "register variable `%s' used in nested function"
17212 msgstr ""
17214 #: fortran/f95-lang.c:633 treelang/treetree.c:871
17215 #, c-format
17216 msgid "address of global register variable `%s' requested"
17217 msgstr ""
17219 #: fortran/f95-lang.c:651 treelang/treetree.c:876
17220 #, c-format
17221 msgid "address of register variable `%s' requested"
17222 msgstr ""
17224 #: fortran/gfortranspec.c:231
17225 #, c-format
17226 msgid "overflowed output arg list for `%s'"
17227 msgstr ""
17229 #: fortran/gfortranspec.c:375
17230 #, c-format
17231 msgid "argument to `%s' missing"
17232 msgstr ""
17234 #: fortran/gfortranspec.c:379
17235 msgid "no input files; unwilling to write output files"
17236 msgstr ""
17238 #: fortran/trans-array.c:2890
17239 msgid "Possible frontend bug: array constructor not expanded"
17240 msgstr ""
17242 #: fortran/trans-array.c:3971
17243 msgid ""
17244 "Possible frontend bug: Deferred array size without pointer or allocatable "
17245 "attribute."
17246 msgstr ""
17248 #: fortran/trans-array.c:4131
17249 msgid "scalar vector subscript???"
17250 msgstr ""
17252 #: fortran/trans-array.c:4405
17253 #, c-format
17254 msgid "bad expression type during walk (%d)"
17255 msgstr ""
17257 #: fortran/trans-const.c:322
17258 #, c-format
17259 msgid "gfc_conv_constant_to_tree(): invalid type: %s"
17260 msgstr ""
17262 #: fortran/trans-decl.c:760
17263 msgid "intrinsic variable which isn't a procedure"
17264 msgstr ""
17266 #: fortran/trans-decl.c:1913
17267 msgid "Function does not return a value"
17268 msgstr ""
17270 #. I don't think this should ever happen.
17271 #: fortran/trans-decl.c:2012
17272 #, c-format
17273 msgid "module symbol %s in wrong namespace"
17274 msgstr ""
17276 #: fortran/trans-decl.c:2026
17277 #, c-format
17278 msgid "backend decl for module variable %s already exists"
17279 msgstr ""
17281 #: fortran/trans-decl.c:2110
17282 #, c-format
17283 msgid "unused parameter `%s'"
17284 msgstr ""
17286 #: fortran/trans-decl.c:2116
17287 #, c-format
17288 msgid "unused variable `%s'"
17289 msgstr ""
17291 #: fortran/trans-decl.c:2260
17292 msgid "Function return value not set"
17293 msgstr ""
17295 #: fortran/trans-expr.c:903
17296 msgid "Unknown intrinsic op"
17297 msgstr ""
17299 #: fortran/trans-intrinsic.c:585
17300 #, c-format
17301 msgid "Intrinsic function %s(%d) not recognized"
17302 msgstr ""
17304 #: fortran/trans-io.c:934
17305 #, c-format
17306 msgid "Bad namelist IO basetype (%d)"
17307 msgstr ""
17309 #: fortran/trans-io.c:1011
17310 msgid "A format cannot be specified with a namelist"
17311 msgstr ""
17313 #: fortran/trans-io.c:1211
17314 #, c-format
17315 msgid "Bad IO basetype (%d)"
17316 msgstr ""
17318 #: fortran/trans-types.c:189
17319 msgid "integer kind=8 not available for -i8 option"
17320 msgstr ""
17322 #: fortran/trans-types.c:201
17323 msgid "real kind=8 not available for -r8 option"
17324 msgstr ""
17326 #: fortran/trans-types.c:904
17327 msgid "Array element size too big"
17328 msgstr ""
17330 #: fortran/trans.c:625
17331 msgid "gfc_trans_code(): Bad statement code"
17332 msgstr ""
17334 #. I changed this from sorry(...) because it should not return.
17335 #. TODO: Remove gfc_todo_error before releasing version 1.0.
17336 #: fortran/trans.h:560
17337 msgid "gfc_todo: Not Implemented: "
17338 msgstr ""
17340 #: java/check-init.c:892
17341 #, c-format
17342 msgid "internal error in check-init: tree code not implemented: %s"
17343 msgstr ""
17345 #: java/check-init.c:964
17346 msgid "%Jfinal field `%D' may not have been initialized"
17347 msgstr ""
17349 #: java/class.c:756
17350 msgid "bad method signature"
17351 msgstr ""
17353 #: java/class.c:800
17354 msgid "misplaced ConstantValue attribute (not in any field)"
17355 msgstr ""
17357 #: java/class.c:802
17358 #, c-format
17359 msgid "duplicate ConstantValue attribute for field '%s'"
17360 msgstr ""
17362 #: java/class.c:813
17363 #, c-format
17364 msgid "ConstantValue attribute of field '%s' has wrong type"
17365 msgstr ""
17367 #: java/class.c:1110
17368 #, c-format
17369 msgid "field '%s' not found in class"
17370 msgstr ""
17372 #: java/class.c:1425
17373 msgid "%Jabstract method in non-abstract class"
17374 msgstr ""
17376 #: java/class.c:2284
17377 msgid "%Jnon-static method '%D' overrides static method"
17378 msgstr ""
17380 #: java/decl.c:1156
17381 msgid "%J'%D' used prior to declaration"
17382 msgstr ""
17384 #: java/decl.c:1197
17385 #, c-format
17386 msgid "declaration of `%s' shadows a parameter"
17387 msgstr ""
17389 #: java/decl.c:1200
17390 #, c-format
17391 msgid "declaration of `%s' shadows a symbol from the parameter list"
17392 msgstr ""
17394 #: java/decl.c:1528
17395 msgid "%Jlabel '%D' used but not defined"
17396 msgstr ""
17398 #: java/decl.c:1533
17399 msgid "%Jlabel '%D' defined but not used"
17400 msgstr ""
17402 #: java/decl.c:1655
17403 msgid "%JIn %D: overlapped variable and exception ranges at %d"
17404 msgstr ""
17406 #: java/decl.c:1719
17407 msgid "bad type in parameter debug info"
17408 msgstr ""
17410 #: java/decl.c:1728
17411 msgid "%Jbad PC range for debug info for local '%D'"
17412 msgstr ""
17414 #: java/expr.c:538
17415 msgid "stack underflow - dup* operation"
17416 msgstr ""
17418 #: java/expr.c:1489
17419 #, c-format
17420 msgid ""
17421 "reference `%s' is ambiguous: appears in interface `%s' and interface `%s'"
17422 msgstr ""
17424 #: java/expr.c:1517
17425 #, c-format
17426 msgid "field `%s' not found"
17427 msgstr ""
17429 #: java/expr.c:1714
17430 msgid "ret instruction not implemented"
17431 msgstr ""
17433 #: java/expr.c:1875
17434 #, c-format
17435 msgid "method '%s' not found in class"
17436 msgstr ""
17438 #: java/expr.c:2065
17439 #, c-format
17440 msgid "failed to find class '%s'"
17441 msgstr ""
17443 #: java/expr.c:2075
17444 #, c-format
17445 msgid "class '%s' has no method named '%s' matching signature '%s'"
17446 msgstr ""
17448 #: java/expr.c:2085
17449 msgid "invokestatic on non static method"
17450 msgstr ""
17452 #: java/expr.c:2090
17453 msgid "invokestatic on abstract method"
17454 msgstr ""
17456 #: java/expr.c:2098
17457 msgid "invoke[non-static] on static method"
17458 msgstr ""
17460 #: java/expr.c:2398
17461 #, c-format
17462 msgid "missing field '%s' in '%s'"
17463 msgstr ""
17465 #: java/expr.c:2404
17466 #, c-format
17467 msgid "mismatching signature for field '%s' in '%s'"
17468 msgstr ""
17470 #: java/expr.c:2426
17471 msgid "%Jassignment to final field '%D' not in field's class"
17472 msgstr ""
17474 #: java/expr.c:2431
17475 msgid "%Jassignment to final static field `%D' not in class initializer"
17476 msgstr ""
17478 #: java/expr.c:2440
17479 msgid "%Jassignment to final field '%D' not in constructor"
17480 msgstr ""
17482 #: java/expr.c:2630
17483 msgid "invalid PC in line number table"
17484 msgstr ""
17486 #: java/expr.c:2676
17487 #, c-format
17488 msgid "unreachable bytecode from %d to before %d"
17489 msgstr ""
17491 #: java/expr.c:2713
17492 #, c-format
17493 msgid "unreachable bytecode from %d to the end of the method"
17494 msgstr ""
17496 #. duplicate code from LOAD macro
17497 #: java/expr.c:3007
17498 msgid "unrecogized wide sub-instruction"
17499 msgstr ""
17501 #: java/gjavah.c:675
17502 msgid "static field has same name as method"
17503 msgstr ""
17505 #. FIXME: i18n bug here.  Order of prints should not be
17506 #. fixed.
17507 #: java/gjavah.c:833
17508 #, c-format
17509 msgid "ignored method `"
17510 msgstr ""
17512 #: java/gjavah.c:835
17513 #, c-format
17514 msgid "' marked virtual\n"
17515 msgstr ""
17517 #: java/gjavah.c:1183
17518 #, c-format
17519 msgid "couldn't find class %s"
17520 msgstr ""
17522 #: java/gjavah.c:1190
17523 #, c-format
17524 msgid "parse error while reading %s"
17525 msgstr ""
17527 #: java/gjavah.c:1416 java/gjavah.c:1518 java/gjavah.c:1593
17528 #, c-format
17529 msgid "unparseable signature: `%s'"
17530 msgstr ""
17532 #: java/gjavah.c:1983
17533 msgid "Not a valid Java .class file."
17534 msgstr ""
17536 #: java/gjavah.c:1991 java/jcf-parse.c:625
17537 msgid "error while parsing constant pool"
17538 msgstr ""
17540 #: java/gjavah.c:1997
17541 #, c-format
17542 msgid "error in constant pool entry #%d"
17543 msgstr ""
17545 #: java/gjavah.c:2140
17546 msgid "class is of array type\n"
17547 msgstr ""
17549 #: java/gjavah.c:2148
17550 msgid "base class is of array type"
17551 msgstr ""
17553 #: java/gjavah.c:2264
17554 #, c-format
17555 msgid "Try `gcjh --help' for more information.\n"
17556 msgstr ""
17558 #: java/gjavah.c:2271
17559 #, c-format
17560 msgid ""
17561 "Usage: gcjh [OPTION]... CLASS...\n"
17562 "\n"
17563 msgstr ""
17565 #: java/gjavah.c:2272
17566 #, c-format
17567 msgid ""
17568 "Generate C++ header files from .class files\n"
17569 "\n"
17570 msgstr ""
17572 #: java/gjavah.c:2273
17573 #, c-format
17574 msgid "  -stubs                  Generate an implementation stub file\n"
17575 msgstr ""
17577 #: java/gjavah.c:2274
17578 #, c-format
17579 msgid "  -jni                    Generate a JNI header or stub\n"
17580 msgstr ""
17582 #: java/gjavah.c:2276
17583 #, c-format
17584 msgid "  -add TEXT               Insert TEXT into class body\n"
17585 msgstr ""
17587 #: java/gjavah.c:2277
17588 #, c-format
17589 msgid "  -append TEXT            Insert TEXT after class declaration\n"
17590 msgstr ""
17592 #: java/gjavah.c:2278
17593 #, c-format
17594 msgid "  -friend TEXT            Insert TEXT as `friend' declaration\n"
17595 msgstr ""
17597 #: java/gjavah.c:2279
17598 #, c-format
17599 msgid "  -prepend TEXT           Insert TEXT before start of class\n"
17600 msgstr ""
17602 #: java/gjavah.c:2281 java/jcf-dump.c:897
17603 #, c-format
17604 msgid "  --classpath PATH        Set path to find .class files\n"
17605 msgstr ""
17607 #: java/gjavah.c:2282 java/jcf-dump.c:898
17608 #, c-format
17609 msgid "  -IDIR                   Append directory to class path\n"
17610 msgstr ""
17612 #: java/gjavah.c:2283 java/jcf-dump.c:899
17613 #, c-format
17614 msgid "  --bootclasspath PATH    Override built-in class path\n"
17615 msgstr ""
17617 #: java/gjavah.c:2284 java/jcf-dump.c:900
17618 #, c-format
17619 msgid "  --extdirs PATH          Set extensions directory path\n"
17620 msgstr ""
17622 #: java/gjavah.c:2285
17623 #, c-format
17624 msgid "  -d DIRECTORY            Set output directory name\n"
17625 msgstr ""
17627 #: java/gjavah.c:2286 java/jcf-dump.c:901 java/jv-scan.c:112
17628 #, c-format
17629 msgid "  -o FILE                 Set output file name\n"
17630 msgstr ""
17632 #: java/gjavah.c:2287
17633 #, c-format
17634 msgid "  -td DIRECTORY           Set temporary directory name\n"
17635 msgstr ""
17637 #: java/gjavah.c:2289 java/jcf-dump.c:903 java/jv-scan.c:114
17638 #, c-format
17639 msgid "  --help                  Print this help, then exit\n"
17640 msgstr ""
17642 #: java/gjavah.c:2290 java/jcf-dump.c:904 java/jv-scan.c:115
17643 #, c-format
17644 msgid "  --version               Print version number, then exit\n"
17645 msgstr ""
17647 #: java/gjavah.c:2291 java/jcf-dump.c:905
17648 #, c-format
17649 msgid "  -v, --verbose           Print extra information while running\n"
17650 msgstr ""
17652 #: java/gjavah.c:2293
17653 #, c-format
17654 msgid ""
17655 "  -M                      Print all dependencies to stdout;\n"
17656 "                             suppress ordinary output\n"
17657 msgstr ""
17659 #: java/gjavah.c:2295
17660 #, c-format
17661 msgid ""
17662 "  -MM                     Print non-system dependencies to stdout;\n"
17663 "                             suppress ordinary output\n"
17664 msgstr ""
17666 #: java/gjavah.c:2297
17667 #, c-format
17668 msgid "  -MD                     Print all dependencies to stdout\n"
17669 msgstr ""
17671 #: java/gjavah.c:2298
17672 #, c-format
17673 msgid "  -MMD                    Print non-system dependencies to stdout\n"
17674 msgstr ""
17676 #: java/gjavah.c:2301 java/jcf-dump.c:907 java/jv-scan.c:117
17677 #, c-format
17678 msgid ""
17679 "For bug reporting instructions, please see:\n"
17680 "%s.\n"
17681 msgstr ""
17683 #: java/gjavah.c:2329 java/gjavah.c:2443
17684 msgid "no classes specified"
17685 msgstr ""
17687 #: java/gjavah.c:2422
17688 msgid "`-MG' option is unimplemented"
17689 msgstr ""
17691 #: java/gjavah.c:2451
17692 msgid "can't specify both -o and -MD"
17693 msgstr ""
17695 #: java/gjavah.c:2462
17696 #, c-format
17697 msgid "Processing %s\n"
17698 msgstr ""
17700 #: java/gjavah.c:2468
17701 #, c-format
17702 msgid "%s: no such class"
17703 msgstr ""
17705 #: java/gjavah.c:2472
17706 #, c-format
17707 msgid "Found in %s\n"
17708 msgstr ""
17710 #: java/jcf-dump.c:814
17711 #, c-format
17712 msgid "Not a valid Java .class file.\n"
17713 msgstr ""
17715 #: java/jcf-dump.c:820
17716 #, c-format
17717 msgid "error while parsing constant pool\n"
17718 msgstr ""
17720 #: java/jcf-dump.c:826 java/jcf-parse.c:628
17721 #, c-format
17722 msgid "error in constant pool entry #%d\n"
17723 msgstr ""
17725 #: java/jcf-dump.c:836
17726 #, c-format
17727 msgid "error while parsing fields\n"
17728 msgstr ""
17730 #: java/jcf-dump.c:842
17731 #, c-format
17732 msgid "error while parsing methods\n"
17733 msgstr ""
17735 #: java/jcf-dump.c:848
17736 #, c-format
17737 msgid "error while parsing final attributes\n"
17738 msgstr ""
17740 #: java/jcf-dump.c:885
17741 #, c-format
17742 msgid "Try `jcf-dump --help' for more information.\n"
17743 msgstr ""
17745 #: java/jcf-dump.c:892
17746 #, c-format
17747 msgid ""
17748 "Usage: jcf-dump [OPTION]... CLASS...\n"
17749 "\n"
17750 msgstr ""
17752 #: java/jcf-dump.c:893
17753 #, c-format
17754 msgid ""
17755 "Display contents of a class file in readable form.\n"
17756 "\n"
17757 msgstr ""
17759 #: java/jcf-dump.c:894
17760 #, c-format
17761 msgid "  -c                      Disassemble method bodies\n"
17762 msgstr ""
17764 #: java/jcf-dump.c:895
17765 #, c-format
17766 msgid "  --javap                 Generate output in `javap' format\n"
17767 msgstr ""
17769 #: java/jcf-dump.c:932 java/jcf-dump.c:1000
17770 #, c-format
17771 msgid "jcf-dump: no classes specified\n"
17772 msgstr ""
17774 #: java/jcf-dump.c:1020
17775 #, c-format
17776 msgid "Cannot open '%s' for output.\n"
17777 msgstr ""
17779 #: java/jcf-dump.c:1066
17780 #, c-format
17781 msgid "bad format of .zip/.jar archive\n"
17782 msgstr ""
17784 #: java/jcf-dump.c:1184
17785 #, c-format
17786 msgid "Bad byte codes.\n"
17787 msgstr ""
17789 #: java/jcf-io.c:535
17790 #, c-format
17791 msgid ""
17792 "source file for class `%s' is newer than its matching class file.  Source "
17793 "file `%s' used instead"
17794 msgstr ""
17796 #: java/jcf-parse.c:330
17797 msgid "bad string constant"
17798 msgstr ""
17800 #: java/jcf-parse.c:348
17801 #, c-format
17802 msgid "bad value constant type %d, index %d"
17803 msgstr ""
17805 #: java/jcf-parse.c:518
17806 #, c-format
17807 msgid "can't reopen %s: %m"
17808 msgstr ""
17810 #: java/jcf-parse.c:525
17811 #, c-format
17812 msgid "can't close %s: %m"
17813 msgstr ""
17815 #: java/jcf-parse.c:611
17816 #, c-format
17817 msgid "cannot find file for class %s"
17818 msgstr ""
17820 #: java/jcf-parse.c:622
17821 msgid "not a valid Java .class file"
17822 msgstr ""
17824 #. FIXME - where was first time
17825 #: java/jcf-parse.c:640
17826 #, c-format
17827 msgid "reading class %s for the second time from %s"
17828 msgstr ""
17830 #: java/jcf-parse.c:658
17831 msgid "error while parsing fields"
17832 msgstr ""
17834 #: java/jcf-parse.c:661
17835 msgid "error while parsing methods"
17836 msgstr ""
17838 #: java/jcf-parse.c:664
17839 msgid "error while parsing final attributes"
17840 msgstr ""
17842 #: java/jcf-parse.c:678
17843 #, c-format
17844 msgid ""
17845 "the `java.lang.Object' that was found in `%s' didn't have the special zero-"
17846 "length `gnu.gcj.gcj-compiled' attribute.  This generally means that your "
17847 "classpath is incorrectly set.  Use `info gcj \"Input Options\"' to see the "
17848 "info page describing how to set the classpath"
17849 msgstr ""
17851 #: java/jcf-parse.c:756
17852 msgid "missing Code attribute"
17853 msgstr ""
17855 #: java/jcf-parse.c:1015
17856 msgid "%Hsource file seen twice on command line and will be compiled only once"
17857 msgstr ""
17859 #: java/jcf-parse.c:1030
17860 msgid "no input file specified"
17861 msgstr ""
17863 #: java/jcf-parse.c:1061
17864 #, c-format
17865 msgid "can't close input file %s: %m"
17866 msgstr ""
17868 #: java/jcf-parse.c:1099
17869 #, c-format
17870 msgid "bad zip/jar file %s"
17871 msgstr ""
17873 #: java/jcf-parse.c:1275
17874 #, c-format
17875 msgid "error while reading %s from zip file"
17876 msgstr ""
17878 #: java/jcf-write.c:2655
17879 #, c-format
17880 msgid ""
17881 "internal error in generate_bytecode_insn - tree code not implemented: %s"
17882 msgstr ""
17884 #: java/jcf-write.c:3027
17885 msgid "field initializer type mismatch"
17886 msgstr ""
17888 #: java/jcf-write.c:3484
17889 #, c-format
17890 msgid "can't create directory %s: %m"
17891 msgstr ""
17893 #: java/jcf-write.c:3517
17894 #, c-format
17895 msgid "can't open %s for writing: %m"
17896 msgstr ""
17898 #: java/jcf-write.c:3537
17899 #, c-format
17900 msgid "can't create %s: %m"
17901 msgstr ""
17903 #: java/jv-scan.c:97
17904 #, c-format
17905 msgid "Try `jv-scan --help' for more information.\n"
17906 msgstr ""
17908 #: java/jv-scan.c:104
17909 #, c-format
17910 msgid ""
17911 "Usage: jv-scan [OPTION]... FILE...\n"
17912 "\n"
17913 msgstr ""
17915 #: java/jv-scan.c:105
17916 #, c-format
17917 msgid ""
17918 "Print useful information read from Java source files.\n"
17919 "\n"
17920 msgstr ""
17922 #: java/jv-scan.c:106
17923 #, c-format
17924 msgid "  --no-assert             Don't recognize the assert keyword\n"
17925 msgstr ""
17927 #: java/jv-scan.c:107
17928 #, c-format
17929 msgid "  --complexity            Print cyclomatic complexity of input file\n"
17930 msgstr ""
17932 #: java/jv-scan.c:108
17933 #, c-format
17934 msgid "  --encoding NAME         Specify encoding of input file\n"
17935 msgstr ""
17937 #: java/jv-scan.c:109
17938 #, c-format
17939 msgid "  --print-main            Print name of class containing `main'\n"
17940 msgstr ""
17942 #: java/jv-scan.c:110
17943 #, c-format
17944 msgid "  --list-class            List all classes defined in file\n"
17945 msgstr ""
17947 #: java/jv-scan.c:111
17948 #, c-format
17949 msgid ""
17950 "  --list-filename         Print input filename when listing class names\n"
17951 msgstr ""
17953 #: java/jv-scan.c:188
17954 msgid "only one of `--print-main', `--list-class', and `--complexity' allowed"
17955 msgstr ""
17957 #: java/jv-scan.c:191
17958 #, c-format
17959 msgid "can't open output file `%s'"
17960 msgstr ""
17962 #: java/jv-scan.c:225
17963 #, c-format
17964 msgid "file not found `%s'"
17965 msgstr ""
17967 #: java/jv-scan.c:247
17968 #, c-format
17969 msgid "%s: error: "
17970 msgstr ""
17972 #: java/jv-scan.c:259
17973 #, c-format
17974 msgid "%s: warning: "
17975 msgstr ""
17977 #: java/jvgenmain.c:48
17978 #, c-format
17979 msgid "Usage: %s [OPTIONS]... CLASSNAMEmain [OUTFILE]\n"
17980 msgstr ""
17982 #: java/jvgenmain.c:98
17983 #, c-format
17984 msgid "%s: Cannot open output file: %s\n"
17985 msgstr ""
17987 #: java/jvgenmain.c:135
17988 #, c-format
17989 msgid "%s: Failed to close output file %s\n"
17990 msgstr ""
17992 #: java/jvspec.c:418
17993 msgid "can't specify `-D' without `--main'\n"
17994 msgstr ""
17996 #: java/jvspec.c:421
17997 #, c-format
17998 msgid "`%s' is not a valid class name"
17999 msgstr ""
18001 #: java/jvspec.c:427
18002 msgid "--resource requires -o"
18003 msgstr ""
18005 #: java/jvspec.c:434
18006 msgid "warning: already-compiled .class files ignored with -C"
18007 msgstr ""
18009 #: java/jvspec.c:441
18010 msgid "cannot specify both -C and -o"
18011 msgstr ""
18013 #: java/jvspec.c:453
18014 msgid "cannot create temporary file"
18015 msgstr ""
18017 #: java/jvspec.c:481
18018 msgid "using both @FILE with multiple files not implemented"
18019 msgstr ""
18021 #: java/jvspec.c:530
18022 msgid "cannot specify `main' class when not linking"
18023 msgstr ""
18025 #: java/lang.c:621
18026 msgid "can't do dependency tracking with input from stdin"
18027 msgstr ""
18029 #: java/lang.c:637
18030 msgid "couldn't determine target name for dependency tracking"
18031 msgstr ""
18033 #: java/lex.c:307
18034 #, c-format
18035 msgid ""
18036 "unknown encoding: `%s'\n"
18037 "This might mean that your locale's encoding is not supported\n"
18038 "by your system's iconv(3) implementation.  If you aren't trying\n"
18039 "to use a particular encoding for your input file, try the\n"
18040 "`--encoding=UTF-8' option"
18041 msgstr ""
18043 #: java/mangle.c:89
18044 #, c-format
18045 msgid "can't mangle %s"
18046 msgstr ""
18048 #: java/mangle_name.c:140 java/mangle_name.c:210
18049 msgid "internal error - invalid Utf8 name"
18050 msgstr ""
18052 #: ../../gcc-cvs/gcc/java/parse-scan.y:881 ../../gcc-cvs/gcc/java/parse.y:948
18053 #: ../../gcc-cvs/gcc/java/parse.y:1289 ../../gcc-cvs/gcc/java/parse.y:1350
18054 #: ../../gcc-cvs/gcc/java/parse.y:1554 ../../gcc-cvs/gcc/java/parse.y:1777
18055 #: ../../gcc-cvs/gcc/java/parse.y:1786 ../../gcc-cvs/gcc/java/parse.y:1797
18056 #: ../../gcc-cvs/gcc/java/parse.y:1808 ../../gcc-cvs/gcc/java/parse.y:1820
18057 #: ../../gcc-cvs/gcc/java/parse.y:1835 ../../gcc-cvs/gcc/java/parse.y:1852
18058 #: ../../gcc-cvs/gcc/java/parse.y:1854 ../../gcc-cvs/gcc/java/parse.y:1935
18059 #: ../../gcc-cvs/gcc/java/parse.y:2107 ../../gcc-cvs/gcc/java/parse.y:2176
18060 #: ../../gcc-cvs/gcc/java/parse.y:2340 ../../gcc-cvs/gcc/java/parse.y:2352
18061 #: ../../gcc-cvs/gcc/java/parse.y:2359 ../../gcc-cvs/gcc/java/parse.y:2366
18062 #: ../../gcc-cvs/gcc/java/parse.y:2377 ../../gcc-cvs/gcc/java/parse.y:2379
18063 #: ../../gcc-cvs/gcc/java/parse.y:2417 ../../gcc-cvs/gcc/java/parse.y:2419
18064 #: ../../gcc-cvs/gcc/java/parse.y:2421 ../../gcc-cvs/gcc/java/parse.y:2442
18065 #: ../../gcc-cvs/gcc/java/parse.y:2444 ../../gcc-cvs/gcc/java/parse.y:2446
18066 #: ../../gcc-cvs/gcc/java/parse.y:2462 ../../gcc-cvs/gcc/java/parse.y:2464
18067 #: ../../gcc-cvs/gcc/java/parse.y:2485 ../../gcc-cvs/gcc/java/parse.y:2487
18068 #: ../../gcc-cvs/gcc/java/parse.y:2489 ../../gcc-cvs/gcc/java/parse.y:2517
18069 #: ../../gcc-cvs/gcc/java/parse.y:2519 ../../gcc-cvs/gcc/java/parse.y:2521
18070 #: ../../gcc-cvs/gcc/java/parse.y:2523 ../../gcc-cvs/gcc/java/parse.y:2541
18071 #: ../../gcc-cvs/gcc/java/parse.y:2543 ../../gcc-cvs/gcc/java/parse.y:2554
18072 #: ../../gcc-cvs/gcc/java/parse.y:2565 ../../gcc-cvs/gcc/java/parse.y:2576
18073 #: ../../gcc-cvs/gcc/java/parse.y:2587 ../../gcc-cvs/gcc/java/parse.y:2598
18074 #: ../../gcc-cvs/gcc/java/parse.y:2611 ../../gcc-cvs/gcc/java/parse.y:2615
18075 #: ../../gcc-cvs/gcc/java/parse.y:2617 ../../gcc-cvs/gcc/java/parse.y:2630
18076 msgid "Missing term"
18077 msgstr ""
18079 #: ../../gcc-cvs/gcc/java/parse-scan.y:883 ../../gcc-cvs/gcc/java/parse.y:720
18080 #: ../../gcc-cvs/gcc/java/parse.y:758 ../../gcc-cvs/gcc/java/parse.y:783
18081 #: ../../gcc-cvs/gcc/java/parse.y:969 ../../gcc-cvs/gcc/java/parse.y:1324
18082 #: ../../gcc-cvs/gcc/java/parse.y:1530 ../../gcc-cvs/gcc/java/parse.y:1532
18083 #: ../../gcc-cvs/gcc/java/parse.y:1762 ../../gcc-cvs/gcc/java/parse.y:1788
18084 #: ../../gcc-cvs/gcc/java/parse.y:1799 ../../gcc-cvs/gcc/java/parse.y:1810
18085 #: ../../gcc-cvs/gcc/java/parse.y:1822 ../../gcc-cvs/gcc/java/parse.y:1837
18086 msgid "';' expected"
18087 msgstr ""
18089 #: ../../gcc-cvs/gcc/java/parse.y:718 ../../gcc-cvs/gcc/java/parse.y:756
18090 msgid "Missing name"
18091 msgstr ""
18093 #: ../../gcc-cvs/gcc/java/parse.y:781
18094 msgid "'*' expected"
18095 msgstr ""
18097 #: ../../gcc-cvs/gcc/java/parse.y:795
18098 msgid "Class or interface declaration expected"
18099 msgstr ""
18101 #: ../../gcc-cvs/gcc/java/parse.y:832 ../../gcc-cvs/gcc/java/parse.y:834
18102 msgid "Missing class name"
18103 msgstr ""
18105 #: ../../gcc-cvs/gcc/java/parse.y:837 ../../gcc-cvs/gcc/java/parse.y:841
18106 #: ../../gcc-cvs/gcc/java/parse.y:849 ../../gcc-cvs/gcc/java/parse.y:1009
18107 #: ../../gcc-cvs/gcc/java/parse.y:1270 ../../gcc-cvs/gcc/java/parse.y:1272
18108 #: ../../gcc-cvs/gcc/java/parse.y:1597 ../../gcc-cvs/gcc/java/parse.y:1848
18109 #: ../../gcc-cvs/gcc/java/parse.y:1880 ../../gcc-cvs/gcc/java/parse.y:1942
18110 msgid "'{' expected"
18111 msgstr ""
18113 #: ../../gcc-cvs/gcc/java/parse.y:851
18114 msgid "Missing super class name"
18115 msgstr ""
18117 #: ../../gcc-cvs/gcc/java/parse.y:861 ../../gcc-cvs/gcc/java/parse.y:877
18118 msgid "Missing interface name"
18119 msgstr ""
18121 #: ../../gcc-cvs/gcc/java/parse.y:963
18122 msgid "Missing variable initializer"
18123 msgstr ""
18125 #: ../../gcc-cvs/gcc/java/parse.y:980
18126 msgid "Invalid declaration"
18127 msgstr ""
18129 #: ../../gcc-cvs/gcc/java/parse.y:983 ../../gcc-cvs/gcc/java/parse.y:1068
18130 #: ../../gcc-cvs/gcc/java/parse.y:2122 ../../gcc-cvs/gcc/java/parse.y:2151
18131 #: ../../gcc-cvs/gcc/java/parse.y:2173 ../../gcc-cvs/gcc/java/parse.y:2177
18132 #: ../../gcc-cvs/gcc/java/parse.y:2212 ../../gcc-cvs/gcc/java/parse.y:2291
18133 #: ../../gcc-cvs/gcc/java/parse.y:2301 ../../gcc-cvs/gcc/java/parse.y:2311
18134 msgid "']' expected"
18135 msgstr ""
18137 #: ../../gcc-cvs/gcc/java/parse.y:987
18138 msgid "Unbalanced ']'"
18139 msgstr ""
18141 #: ../../gcc-cvs/gcc/java/parse.y:1023
18142 msgid "Invalid method declaration, method name required"
18143 msgstr ""
18145 #: ../../gcc-cvs/gcc/java/parse.y:1028 ../../gcc-cvs/gcc/java/parse.y:1033
18146 #: ../../gcc-cvs/gcc/java/parse.y:1038 ../../gcc-cvs/gcc/java/parse.y:2027
18147 msgid "Identifier expected"
18148 msgstr ""
18150 #: ../../gcc-cvs/gcc/java/parse.y:1043
18151 msgid "Invalid method declaration, return type required"
18152 msgstr ""
18154 #: ../../gcc-cvs/gcc/java/parse.y:1066 ../../gcc-cvs/gcc/java/parse.y:1510
18155 #: ../../gcc-cvs/gcc/java/parse.y:1517 ../../gcc-cvs/gcc/java/parse.y:1526
18156 #: ../../gcc-cvs/gcc/java/parse.y:1528 ../../gcc-cvs/gcc/java/parse.y:1556
18157 #: ../../gcc-cvs/gcc/java/parse.y:1665 ../../gcc-cvs/gcc/java/parse.y:1972
18158 #: ../../gcc-cvs/gcc/java/parse.y:2025
18159 msgid "')' expected"
18160 msgstr ""
18162 #: ../../gcc-cvs/gcc/java/parse.y:1082
18163 msgid "Missing formal parameter term"
18164 msgstr ""
18166 #: ../../gcc-cvs/gcc/java/parse.y:1097 ../../gcc-cvs/gcc/java/parse.y:1102
18167 msgid "Missing identifier"
18168 msgstr ""
18170 #: ../../gcc-cvs/gcc/java/parse.y:1122 ../../gcc-cvs/gcc/java/parse.y:1131
18171 msgid "Missing class type term"
18172 msgstr ""
18174 #: ../../gcc-cvs/gcc/java/parse.y:1287
18175 msgid "Invalid interface type"
18176 msgstr ""
18178 #: ../../gcc-cvs/gcc/java/parse.y:1474 ../../gcc-cvs/gcc/java/parse.y:1644
18179 #: ../../gcc-cvs/gcc/java/parse.y:1646
18180 msgid "':' expected"
18181 msgstr ""
18183 #: ../../gcc-cvs/gcc/java/parse.y:1496 ../../gcc-cvs/gcc/java/parse.y:1501
18184 #: ../../gcc-cvs/gcc/java/parse.y:1506
18185 msgid "Invalid expression statement"
18186 msgstr ""
18188 #: ../../gcc-cvs/gcc/java/parse.y:1524 ../../gcc-cvs/gcc/java/parse.y:1552
18189 #: ../../gcc-cvs/gcc/java/parse.y:1593 ../../gcc-cvs/gcc/java/parse.y:1661
18190 #: ../../gcc-cvs/gcc/java/parse.y:1729 ../../gcc-cvs/gcc/java/parse.y:1850
18191 #: ../../gcc-cvs/gcc/java/parse.y:1928 ../../gcc-cvs/gcc/java/parse.y:2019
18192 #: ../../gcc-cvs/gcc/java/parse.y:2021 ../../gcc-cvs/gcc/java/parse.y:2029
18193 #: ../../gcc-cvs/gcc/java/parse.y:2272 ../../gcc-cvs/gcc/java/parse.y:2274
18194 msgid "'(' expected"
18195 msgstr ""
18197 #: ../../gcc-cvs/gcc/java/parse.y:1595
18198 msgid "Missing term or ')'"
18199 msgstr ""
18201 #: ../../gcc-cvs/gcc/java/parse.y:1642
18202 msgid "Missing or invalid constant expression"
18203 msgstr ""
18205 #: ../../gcc-cvs/gcc/java/parse.y:1663
18206 msgid "Missing term and ')' expected"
18207 msgstr ""
18209 #: ../../gcc-cvs/gcc/java/parse.y:1702
18210 msgid "Invalid control expression"
18211 msgstr ""
18213 #: ../../gcc-cvs/gcc/java/parse.y:1704 ../../gcc-cvs/gcc/java/parse.y:1706
18214 msgid "Invalid update expression"
18215 msgstr ""
18217 #: ../../gcc-cvs/gcc/java/parse.y:1731
18218 msgid "Invalid init statement"
18219 msgstr ""
18221 #: ../../gcc-cvs/gcc/java/parse.y:1931
18222 msgid "Missing term or ')' expected"
18223 msgstr ""
18225 #: ../../gcc-cvs/gcc/java/parse.y:1974
18226 msgid "'class' or 'this' expected"
18227 msgstr ""
18229 #: ../../gcc-cvs/gcc/java/parse.y:1976 ../../gcc-cvs/gcc/java/parse.y:1978
18230 msgid "'class' expected"
18231 msgstr ""
18233 #: ../../gcc-cvs/gcc/java/parse.y:2023
18234 msgid "')' or term expected"
18235 msgstr ""
18237 #: ../../gcc-cvs/gcc/java/parse.y:2120 ../../gcc-cvs/gcc/java/parse.y:2149
18238 msgid "'[' expected"
18239 msgstr ""
18241 #: ../../gcc-cvs/gcc/java/parse.y:2227
18242 msgid "Field expected"
18243 msgstr ""
18245 #: ../../gcc-cvs/gcc/java/parse.y:2286 ../../gcc-cvs/gcc/java/parse.y:2296
18246 #: ../../gcc-cvs/gcc/java/parse.y:2306
18247 msgid "Missing term and ']' expected"
18248 msgstr ""
18250 #: ../../gcc-cvs/gcc/java/parse.y:2410
18251 msgid "']' expected, invalid type expression"
18252 msgstr ""
18254 #: ../../gcc-cvs/gcc/java/parse.y:2413
18255 msgid "Invalid type expression"
18256 msgstr ""
18258 #: ../../gcc-cvs/gcc/java/parse.y:2525
18259 msgid "Invalid reference type"
18260 msgstr ""
18262 #: ../../gcc-cvs/gcc/java/parse.y:2993
18263 msgid "Constructor invocation must be first thing in a constructor"
18264 msgstr ""
18266 #: ../../gcc-cvs/gcc/java/parse.y:2995
18267 msgid "Only constructors can invoke constructors"
18268 msgstr ""
18270 #: ../../gcc-cvs/gcc/java/parse.y:3003
18271 #, c-format
18272 msgid ": `%s' JDK1.1(TM) feature"
18273 msgstr ""
18275 #: ../../gcc-cvs/gcc/java/parse.y:3062 ../../gcc-cvs/gcc/java/parse.y:3064
18276 #, c-format
18277 msgid ""
18278 "%s.\n"
18279 "%s"
18280 msgstr ""
18282 #: ../../gcc-cvs/gcc/java/parse.y:6921
18283 #, c-format
18284 msgid "malformed .zip archive in CLASSPATH: %s"
18285 msgstr ""
18287 #: ../../gcc-cvs/gcc/java/parse.y:6992
18288 #, c-format
18289 msgid ""
18290 "Can't find default package `%s'. Check the CLASSPATH environment variable "
18291 "and the access to the archives"
18292 msgstr ""
18294 #: ../../gcc-cvs/gcc/java/parse.y:12090
18295 #, c-format
18296 msgid "missing static field `%s'"
18297 msgstr ""
18299 #: ../../gcc-cvs/gcc/java/parse.y:12095
18300 #, c-format
18301 msgid "not a static field `%s'"
18302 msgstr ""
18304 #: ../../gcc-cvs/gcc/java/parse.y:12138
18305 #, c-format
18306 msgid "No case for %s"
18307 msgstr ""
18309 #: ../../gcc-cvs/gcc/java/parse.y:13075
18310 #, c-format
18311 msgid "unregistered operator %s"
18312 msgstr ""
18314 #: java/typeck.c:547
18315 msgid "junk at end of signature string"
18316 msgstr ""
18318 #: java/verify.c:479
18319 msgid "bad pc in exception_table"
18320 msgstr ""
18322 #: java/verify.c:1475
18323 #, c-format
18324 msgid "unknown opcode %d@pc=%d during verification"
18325 msgstr ""
18327 #: java/verify.c:1550 java/verify.c:1566 java/verify.c:1571
18328 #, c-format
18329 msgid "verification error at PC=%d"
18330 msgstr ""
18332 #: objc/objc-act.c:751
18333 msgid "`@end' must appear in an @implementation context"
18334 msgstr ""
18336 #: objc/objc-act.c:778
18337 msgid "method declaration not in @interface context"
18338 msgstr ""
18340 #: objc/objc-act.c:789
18341 msgid "method definition not in @implementation context"
18342 msgstr ""
18344 #: objc/objc-act.c:894
18345 #, c-format
18346 msgid "object does not conform to the `%s' protocol"
18347 msgstr ""
18349 #: objc/objc-act.c:980 objc/objc-act.c:1053
18350 #, c-format
18351 msgid "class `%s' does not implement the `%s' protocol"
18352 msgstr ""
18354 #: objc/objc-act.c:1159
18355 #, c-format
18356 msgid "statically allocated instance of Objective-C class `%s'"
18357 msgstr ""
18359 #: objc/objc-act.c:1216
18360 #, c-format
18361 msgid "protocol `%s' has circular dependency"
18362 msgstr ""
18364 #: objc/objc-act.c:1238 objc/objc-act.c:5792
18365 #, c-format
18366 msgid "cannot find protocol declaration for `%s'"
18367 msgstr ""
18369 #: objc/objc-act.c:1634 objc/objc-act.c:2767 objc/objc-act.c:6317
18370 #: objc/objc-act.c:6643 objc/objc-act.c:6696 objc/objc-act.c:6721
18371 #, c-format
18372 msgid "cannot find interface declaration for `%s'"
18373 msgstr ""
18375 #: objc/objc-act.c:1638
18376 #, c-format
18377 msgid "interface `%s' does not have valid constant string layout"
18378 msgstr ""
18380 #: objc/objc-act.c:1643
18381 #, c-format
18382 msgid "cannot find reference tag for class `%s'"
18383 msgstr ""
18385 #: objc/objc-act.c:2313
18386 #, c-format
18387 msgid "creating selector for non existant method %s"
18388 msgstr ""
18390 #: objc/objc-act.c:2503
18391 #, c-format
18392 msgid "`%s' is not an Objective-C class name or alias"
18393 msgstr ""
18395 #: objc/objc-act.c:2618 objc/objc-act.c:2636 objc/objc-act.c:6580
18396 #: objc/objc-act.c:6894 objc/objc-act.c:6924
18397 msgid "Objective-C declarations may only appear in global scope"
18398 msgstr ""
18400 #: objc/objc-act.c:2623
18401 #, c-format
18402 msgid "cannot find class `%s'"
18403 msgstr ""
18405 #: objc/objc-act.c:2625
18406 #, c-format
18407 msgid "class `%s' already exists"
18408 msgstr ""
18410 #: objc/objc-act.c:2650 objc/objc-act.c:6612
18411 #, c-format
18412 msgid "`%s' redeclared as different kind of symbol"
18413 msgstr ""
18415 #: objc/objc-act.c:2652 objc/objc-act.c:6614
18416 msgid "%Jprevious declaration of '%D'"
18417 msgstr ""
18419 #: objc/objc-act.c:2877
18420 msgid "use %<-fobjc-exceptions%> to enable Objective-C exception syntax"
18421 msgstr ""
18423 #: objc/objc-act.c:3206
18424 msgid "@catch parameter is not a known Objective-C class type"
18425 msgstr ""
18427 #: objc/objc-act.c:3222
18428 msgid "exception of type %<%T%> will be caught"
18429 msgstr ""
18431 #: objc/objc-act.c:3224
18432 msgid "%H   by earlier handler for %<%T%>"
18433 msgstr ""
18435 #: objc/objc-act.c:3277
18436 msgid "`@try' without `@catch' or `@finally'"
18437 msgstr ""
18439 #: objc/objc-act.c:3324
18440 msgid "%<@throw%> (rethrow) used outside of a @catch block"
18441 msgstr ""
18443 #: objc/objc-act.c:3700
18444 msgid "%Jtype '%D' does not have a known size"
18445 msgstr ""
18447 #: objc/objc-act.c:4218
18448 msgid "%J%s `%s'"
18449 msgstr ""
18451 #: objc/objc-act.c:4241 objc/objc-act.c:4260
18452 msgid "inconsistent instance variable specification"
18453 msgstr ""
18455 #: objc/objc-act.c:5120
18456 msgid "can not use an object as parameter to a method"
18457 msgstr ""
18459 #: objc/objc-act.c:5322
18460 #, c-format
18461 msgid "multiple %s named `%c%s' found"
18462 msgstr ""
18464 #: objc/objc-act.c:5547
18465 #, c-format
18466 msgid "no super class declared in @interface for `%s'"
18467 msgstr ""
18469 #: objc/objc-act.c:5637
18470 #, c-format
18471 msgid "invalid receiver type `%s'"
18472 msgstr ""
18474 #: objc/objc-act.c:5648
18475 #, c-format
18476 msgid "`%s' may not respond to `%c%s'"
18477 msgstr ""
18479 #: objc/objc-act.c:5653
18480 #, c-format
18481 msgid "`%c%s' not implemented by protocol(s)"
18482 msgstr ""
18484 #: objc/objc-act.c:5658
18485 msgid "(Messages without a matching method signature"
18486 msgstr ""
18488 #: objc/objc-act.c:5659
18489 msgid "will be assumed to return `id' and accept"
18490 msgstr ""
18492 #: objc/objc-act.c:5660
18493 msgid "`...' as arguments.)"
18494 msgstr ""
18496 #: objc/objc-act.c:5891
18497 #, c-format
18498 msgid "undeclared selector `%s'"
18499 msgstr ""
18501 #. Historically, a class method that produced objects (factory
18502 #. method) would assign `self' to the instance that it
18503 #. allocated.  This would effectively turn the class method into
18504 #. an instance method.  Following this assignment, the instance
18505 #. variables could be accessed.  That practice, while safe,
18506 #. violates the simple rule that a class method should not refer
18507 #. to an instance variable.  It's better to catch the cases
18508 #. where this is done unknowingly than to support the above
18509 #. paradigm.
18510 #: objc/objc-act.c:5933
18511 #, c-format
18512 msgid "instance variable `%s' accessed in class method"
18513 msgstr ""
18515 #: objc/objc-act.c:6145
18516 #, c-format
18517 msgid "duplicate declaration of method `%c%s'"
18518 msgstr ""
18520 #: objc/objc-act.c:6187
18521 #, c-format
18522 msgid "duplicate interface declaration for category `%s(%s)'"
18523 msgstr ""
18525 #: objc/objc-act.c:6214
18526 #, c-format
18527 msgid "illegal reference type specified for instance variable `%s'"
18528 msgstr ""
18530 #: objc/objc-act.c:6225
18531 #, c-format
18532 msgid "instance variable `%s' has unknown size"
18533 msgstr ""
18535 #. vtable pointers are Real Bad(tm), since Obj-C cannot initialize them
18536 #: objc/objc-act.c:6239
18537 #, c-format
18538 msgid "type `%s' has virtual member functions"
18539 msgstr ""
18541 #: objc/objc-act.c:6240
18542 #, c-format
18543 msgid "illegal aggregate type `%s' specified for instance variable `%s'"
18544 msgstr ""
18546 #: objc/objc-act.c:6248
18547 #, c-format
18548 msgid "type `%s' has a user-defined constructor"
18549 msgstr ""
18551 #: objc/objc-act.c:6250
18552 #, c-format
18553 msgid "type `%s' has a user-defined destructor"
18554 msgstr ""
18556 #: objc/objc-act.c:6251
18557 msgid ""
18558 "C++ constructors and destructors will not be invoked for Objective-C fields"
18559 msgstr ""
18561 #: objc/objc-act.c:6341
18562 #, c-format
18563 msgid "instance variable `%s' is declared private"
18564 msgstr ""
18566 #: objc/objc-act.c:6350
18567 #, c-format
18568 msgid "instance variable `%s' is %s; this will be a hard error in the future"
18569 msgstr ""
18571 #: objc/objc-act.c:6357
18572 #, c-format
18573 msgid "instance variable `%s' is declared %s"
18574 msgstr ""
18576 #: objc/objc-act.c:6367
18577 msgid "static access to object of type `id'"
18578 msgstr ""
18580 #: objc/objc-act.c:6389 objc/objc-act.c:6477
18581 #, c-format
18582 msgid "incomplete implementation of class `%s'"
18583 msgstr ""
18585 #: objc/objc-act.c:6393 objc/objc-act.c:6482
18586 #, c-format
18587 msgid "incomplete implementation of category `%s'"
18588 msgstr ""
18590 #: objc/objc-act.c:6398 objc/objc-act.c:6487
18591 #, c-format
18592 msgid "method definition for `%c%s' not found"
18593 msgstr ""
18595 #: objc/objc-act.c:6528
18596 #, c-format
18597 msgid "%s `%s' does not fully implement the `%s' protocol"
18598 msgstr ""
18600 #: objc/objc-act.c:6586 objc/objc-act.c:8124
18601 msgid "`@end' missing in implementation context"
18602 msgstr ""
18604 #: objc/objc-act.c:6599
18605 #, c-format
18606 msgid "cannot find interface declaration for `%s', superclass of `%s'"
18607 msgstr ""
18609 #: objc/objc-act.c:6626
18610 #, c-format
18611 msgid "reimplementation of class `%s'"
18612 msgstr ""
18614 #: objc/objc-act.c:6657
18615 #, c-format
18616 msgid "conflicting super class name `%s'"
18617 msgstr ""
18619 #: objc/objc-act.c:6659
18620 #, c-format
18621 msgid "previous declaration of `%s'"
18622 msgstr ""
18624 #: objc/objc-act.c:6673 objc/objc-act.c:6675
18625 #, c-format
18626 msgid "duplicate interface declaration for class `%s'"
18627 msgstr ""
18629 #: objc/objc-act.c:6952
18630 #, c-format
18631 msgid "duplicate declaration for protocol `%s'"
18632 msgstr ""
18634 #. Add a readable method name to the warning.
18635 #: objc/objc-act.c:7468
18636 msgid "%J%s `%c%s'"
18637 msgstr ""
18639 #: objc/objc-act.c:7731
18640 #, c-format
18641 msgid "no super class declared in interface for `%s'"
18642 msgstr ""
18644 #: objc/objc-act.c:7779
18645 msgid "[super ...] must appear in a method context"
18646 msgstr ""
18648 #: objc/objc-parse.y:2704
18649 msgid "extra semicolon in method definition specified"
18650 msgstr ""
18652 #: /home/jsm28/src/gcc-build/gcc/options.c:931
18653 msgid "Display this information"
18654 msgstr ""
18656 #: /home/jsm28/src/gcc-build/gcc/options.c:937
18657 msgid ""
18658 "--param <param>=<value>\tSet paramter <param> to value.  See below for a "
18659 "complete list of parameters"
18660 msgstr ""
18662 #: /home/jsm28/src/gcc-build/gcc/options.c:946
18663 msgid ""
18664 "-A<question>=<answer>\tAssert the <answer> to <question>.  Putting '-' "
18665 "before <question> disables the <answer> to <question>"
18666 msgstr ""
18668 #: /home/jsm28/src/gcc-build/gcc/options.c:949
18669 msgid "Do not discard comments"
18670 msgstr ""
18672 #: /home/jsm28/src/gcc-build/gcc/options.c:952
18673 msgid "Do not discard comments in macro expansions"
18674 msgstr ""
18676 #: /home/jsm28/src/gcc-build/gcc/options.c:955
18677 msgid ""
18678 "-D<macro>[=<val>]\tDefine a <macro> with <val> as its value.  If just "
18679 "<macro> is given, <val> is taken to be 1"
18680 msgstr ""
18682 #: /home/jsm28/src/gcc-build/gcc/options.c:961
18683 msgid "-F <dir>\tAdd <dir> to the end of the main framework include path  "
18684 msgstr ""
18686 #: /home/jsm28/src/gcc-build/gcc/options.c:964
18687 msgid ""
18688 "-G<number>\tPut global and static data smaller than <number> bytes into a "
18689 "special section (on some targets)"
18690 msgstr ""
18692 #: /home/jsm28/src/gcc-build/gcc/options.c:967
18693 msgid "Print the name of header files as they are used"
18694 msgstr ""
18696 #: /home/jsm28/src/gcc-build/gcc/options.c:973
18697 msgid "-J<directory>\tPut MODULE files in 'directory'"
18698 msgstr ""
18700 #: /home/jsm28/src/gcc-build/gcc/options.c:979
18701 msgid "Generate make dependencies and compile"
18702 msgstr ""
18704 #: /home/jsm28/src/gcc-build/gcc/options.c:988
18705 msgid "Treat missing header files as generated files"
18706 msgstr ""
18708 #: /home/jsm28/src/gcc-build/gcc/options.c:994
18709 msgid "Like -MD but ignore system header files"
18710 msgstr ""
18712 #: /home/jsm28/src/gcc-build/gcc/options.c:1003
18713 msgid "-MQ <target>\tAdd a MAKE-quoted target"
18714 msgstr ""
18716 #: /home/jsm28/src/gcc-build/gcc/options.c:1009
18717 msgid "-O<number>\tSet optimization level to <number>"
18718 msgstr ""
18720 #: /home/jsm28/src/gcc-build/gcc/options.c:1012
18721 msgid "Optimize for space rather than speed"
18722 msgstr ""
18724 #: /home/jsm28/src/gcc-build/gcc/options.c:1015
18725 msgid "Do not generate #line directives"
18726 msgstr ""
18728 #: /home/jsm28/src/gcc-build/gcc/options.c:1018
18729 msgid "-U<macro>\tUndefine <macro>"
18730 msgstr ""
18732 #: /home/jsm28/src/gcc-build/gcc/options.c:1021
18733 msgid "This switch is deprecated; use -Wextra instead"
18734 msgstr ""
18736 #: /home/jsm28/src/gcc-build/gcc/options.c:1024
18737 msgid ""
18738 "Warn about things that will change when compiling with an ABI-compliant "
18739 "compiler"
18740 msgstr ""
18742 #: /home/jsm28/src/gcc-build/gcc/options.c:1027
18743 msgid "Warn about returning structures, unions or arrays"
18744 msgstr ""
18746 #: /home/jsm28/src/gcc-build/gcc/options.c:1030
18747 msgid "Warn about possible aliasing of dummy arguments"
18748 msgstr ""
18750 #: /home/jsm28/src/gcc-build/gcc/options.c:1036
18751 msgid "Warn about casting functions to incompatible types"
18752 msgstr ""
18754 #: /home/jsm28/src/gcc-build/gcc/options.c:1039
18755 msgid "Warn about pointer casts which increase alignment"
18756 msgstr ""
18758 #: /home/jsm28/src/gcc-build/gcc/options.c:1042
18759 msgid "Warn about casts which discard qualifiers"
18760 msgstr ""
18762 #: /home/jsm28/src/gcc-build/gcc/options.c:1045
18763 msgid "Warn about subscripts whose type is \"char\""
18764 msgstr ""
18766 #: /home/jsm28/src/gcc-build/gcc/options.c:1048
18767 msgid ""
18768 "Warn about possibly nested block comments, and C++ comments spanning more "
18769 "than one physical line"
18770 msgstr ""
18772 #: /home/jsm28/src/gcc-build/gcc/options.c:1051
18773 msgid "Synonym for -Wcomment"
18774 msgstr ""
18776 #: /home/jsm28/src/gcc-build/gcc/options.c:1054
18777 msgid "Warn about implicit conversion"
18778 msgstr ""
18780 #: /home/jsm28/src/gcc-build/gcc/options.c:1057
18781 msgid "Warn when all constructors and destructors are private"
18782 msgstr ""
18784 #: /home/jsm28/src/gcc-build/gcc/options.c:1060
18785 msgid "Warn when a declaration is found after a statement"
18786 msgstr ""
18788 #: /home/jsm28/src/gcc-build/gcc/options.c:1063
18789 msgid "Warn if a deprecated compiler feature, class, method, or field is used"
18790 msgstr ""
18792 #: /home/jsm28/src/gcc-build/gcc/options.c:1066
18793 msgid "Warn about uses of __attribute__((deprecated)) declarations"
18794 msgstr ""
18796 #: /home/jsm28/src/gcc-build/gcc/options.c:1069
18797 msgid "Warn when an optimization pass is disabled"
18798 msgstr ""
18800 #: /home/jsm28/src/gcc-build/gcc/options.c:1072
18801 msgid "Warn about compile-time integer division by zero"
18802 msgstr ""
18804 #: /home/jsm28/src/gcc-build/gcc/options.c:1075
18805 msgid "Warn about violations of Effective C++ style rules"
18806 msgstr ""
18808 #: /home/jsm28/src/gcc-build/gcc/options.c:1078
18809 msgid "Warn about stray tokens after #elif and #endif"
18810 msgstr ""
18812 #: /home/jsm28/src/gcc-build/gcc/options.c:1081
18813 msgid "Treat all warnings as errors"
18814 msgstr ""
18816 #: /home/jsm28/src/gcc-build/gcc/options.c:1084
18817 msgid "Make implicit function declarations an error"
18818 msgstr ""
18820 #: /home/jsm28/src/gcc-build/gcc/options.c:1087
18821 msgid "Print extra (possibly unwanted) warnings"
18822 msgstr ""
18824 #: /home/jsm28/src/gcc-build/gcc/options.c:1090
18825 msgid "Warn if deprecated empty statements are found"
18826 msgstr ""
18828 #: /home/jsm28/src/gcc-build/gcc/options.c:1093
18829 msgid "Exit on the first error occurred"
18830 msgstr ""
18832 #: /home/jsm28/src/gcc-build/gcc/options.c:1096
18833 msgid "Warn if testing floating point numbers for equality"
18834 msgstr ""
18836 #: /home/jsm28/src/gcc-build/gcc/options.c:1099
18837 msgid "Warn about printf/scanf/strftime/strfmon format string anomalies"
18838 msgstr ""
18840 #: /home/jsm28/src/gcc-build/gcc/options.c:1102
18841 msgid "Warn if passing too many arguments to a function for its format string"
18842 msgstr ""
18844 #: /home/jsm28/src/gcc-build/gcc/options.c:1105
18845 msgid "Warn about format strings that are not literals"
18846 msgstr ""
18848 #: /home/jsm28/src/gcc-build/gcc/options.c:1108
18849 msgid "Warn about possible security problems with format functions"
18850 msgstr ""
18852 #: /home/jsm28/src/gcc-build/gcc/options.c:1111
18853 msgid "Warn about strftime formats yielding 2-digit years"
18854 msgstr ""
18856 #: /home/jsm28/src/gcc-build/gcc/options.c:1114
18857 msgid "Warn about zero-length formats"
18858 msgstr ""
18860 #: /home/jsm28/src/gcc-build/gcc/options.c:1123
18861 msgid "Warn about implicit function declarations"
18862 msgstr ""
18864 #: /home/jsm28/src/gcc-build/gcc/options.c:1126
18865 msgid "Warn when a declaration does not specify a type"
18866 msgstr ""
18868 #: /home/jsm28/src/gcc-build/gcc/options.c:1129
18869 msgid "Warn about calls with implicit interface"
18870 msgstr ""
18872 #: /home/jsm28/src/gcc-build/gcc/options.c:1132
18873 msgid "Deprecated.  This switch has no effect."
18874 msgstr ""
18876 #: /home/jsm28/src/gcc-build/gcc/options.c:1135
18877 msgid "Warn about variables which are initialized to themselves."
18878 msgstr ""
18880 #: /home/jsm28/src/gcc-build/gcc/options.c:1138
18881 msgid "Warn when an inlined function cannot be inlined"
18882 msgstr ""
18884 #: /home/jsm28/src/gcc-build/gcc/options.c:1141
18885 msgid "Warn about invalid uses of the \"offsetof\" macro"
18886 msgstr ""
18888 #: /home/jsm28/src/gcc-build/gcc/options.c:1144
18889 msgid "Warn about PCH files that are found but not used"
18890 msgstr ""
18892 #: /home/jsm28/src/gcc-build/gcc/options.c:1147
18893 msgid "-Wlarger-than-<number>\tWarn if an object is larger than <number> bytes"
18894 msgstr ""
18896 #: /home/jsm28/src/gcc-build/gcc/options.c:1150
18897 msgid "Warn about truncated source lines"
18898 msgstr ""
18900 #: /home/jsm28/src/gcc-build/gcc/options.c:1153
18901 msgid "Do not warn about using \"long long\" when -pedantic"
18902 msgstr ""
18904 #: /home/jsm28/src/gcc-build/gcc/options.c:1156
18905 msgid "Warn about suspicious declarations of \"main\""
18906 msgstr ""
18908 #: /home/jsm28/src/gcc-build/gcc/options.c:1159
18909 msgid "Warn about possibly missing braces around initializers"
18910 msgstr ""
18912 #: /home/jsm28/src/gcc-build/gcc/options.c:1162
18913 msgid "Warn about global functions without previous declarations"
18914 msgstr ""
18916 #: /home/jsm28/src/gcc-build/gcc/options.c:1165
18917 msgid "Warn about missing fields in struct initializers"
18918 msgstr ""
18920 #: /home/jsm28/src/gcc-build/gcc/options.c:1168
18921 msgid "Warn about functions which might be candidates for format attributes"
18922 msgstr ""
18924 #: /home/jsm28/src/gcc-build/gcc/options.c:1171
18925 msgid "Warn about user-specified include directories that do not exist"
18926 msgstr ""
18928 #: /home/jsm28/src/gcc-build/gcc/options.c:1174
18929 msgid ""
18930 "Warn about functions which might be candidates for __attribute__((noreturn))"
18931 msgstr ""
18933 #: /home/jsm28/src/gcc-build/gcc/options.c:1177
18934 msgid "Warn about global functions without prototypes"
18935 msgstr ""
18937 #: /home/jsm28/src/gcc-build/gcc/options.c:1180
18938 msgid "Warn about use of multi-character character constants"
18939 msgstr ""
18941 #: /home/jsm28/src/gcc-build/gcc/options.c:1183
18942 msgid "Warn about \"extern\" declarations not at file scope"
18943 msgstr ""
18945 #: /home/jsm28/src/gcc-build/gcc/options.c:1186
18946 msgid ""
18947 "Warn when non-templatized friend functions are declared within a template"
18948 msgstr ""
18950 #: /home/jsm28/src/gcc-build/gcc/options.c:1189
18951 msgid "Warn about non-virtual destructors"
18952 msgstr ""
18954 #: /home/jsm28/src/gcc-build/gcc/options.c:1192
18955 msgid ""
18956 "Warn about NULL being passed to argument slots marked as requiring non-NULL"
18957 msgstr ""
18959 #: /home/jsm28/src/gcc-build/gcc/options.c:1195
18960 msgid "Warn if a C-style cast is used in a program"
18961 msgstr ""
18963 #: /home/jsm28/src/gcc-build/gcc/options.c:1198
18964 msgid "Warn if an old-style parameter definition is used"
18965 msgstr ""
18967 #: /home/jsm28/src/gcc-build/gcc/options.c:1201
18968 msgid "Warn if .class files are out of date"
18969 msgstr ""
18971 #: /home/jsm28/src/gcc-build/gcc/options.c:1204
18972 msgid "Warn about overloaded virtual function names"
18973 msgstr ""
18975 #: /home/jsm28/src/gcc-build/gcc/options.c:1207
18976 msgid "Warn when the packed attribute has no effect on struct layout"
18977 msgstr ""
18979 #: /home/jsm28/src/gcc-build/gcc/options.c:1210
18980 msgid "Warn when padding is required to align structure members"
18981 msgstr ""
18983 #: /home/jsm28/src/gcc-build/gcc/options.c:1213
18984 msgid "Warn about possibly missing parentheses"
18985 msgstr ""
18987 #: /home/jsm28/src/gcc-build/gcc/options.c:1216
18988 msgid "Warn when converting the type of pointers to member functions"
18989 msgstr ""
18991 #: /home/jsm28/src/gcc-build/gcc/options.c:1219
18992 msgid "Warn about function pointer arithmetic"
18993 msgstr ""
18995 #: /home/jsm28/src/gcc-build/gcc/options.c:1222
18996 msgid "Warn if inherited methods are unimplemented"
18997 msgstr ""
18999 #: /home/jsm28/src/gcc-build/gcc/options.c:1225
19000 msgid "Warn about multiple declarations of the same object"
19001 msgstr ""
19003 #: /home/jsm28/src/gcc-build/gcc/options.c:1228
19004 msgid "Warn if modifiers are specified when not necessary"
19005 msgstr ""
19007 #: /home/jsm28/src/gcc-build/gcc/options.c:1231
19008 msgid "Warn when the compiler reorders code"
19009 msgstr ""
19011 #: /home/jsm28/src/gcc-build/gcc/options.c:1234
19012 msgid ""
19013 "Warn whenever a function's return type defaults to \"int\" (C), or about "
19014 "inconsistent return types (C++)"
19015 msgstr ""
19017 #: /home/jsm28/src/gcc-build/gcc/options.c:1237
19018 msgid "Warn if a selector has multiple methods"
19019 msgstr ""
19021 #: /home/jsm28/src/gcc-build/gcc/options.c:1240
19022 msgid "Warn about possible violations of sequence point rules"
19023 msgstr ""
19025 #: /home/jsm28/src/gcc-build/gcc/options.c:1243
19026 msgid "Warn when one local variable shadows another"
19027 msgstr ""
19029 #: /home/jsm28/src/gcc-build/gcc/options.c:1246
19030 msgid "Warn about signed-unsigned comparisons"
19031 msgstr ""
19033 #: /home/jsm28/src/gcc-build/gcc/options.c:1249
19034 msgid "Warn when overload promotes from unsigned to signed"
19035 msgstr ""
19037 #: /home/jsm28/src/gcc-build/gcc/options.c:1252
19038 #: /home/jsm28/src/gcc-build/gcc/options.c:1255
19039 msgid "Warn about code which might break strict aliasing rules"
19040 msgstr ""
19042 #: /home/jsm28/src/gcc-build/gcc/options.c:1258
19043 msgid "Warn about unprototyped function declarations"
19044 msgstr ""
19046 #: /home/jsm28/src/gcc-build/gcc/options.c:1261
19047 msgid "Warn about \"suspicious\" constructs"
19048 msgstr ""
19050 #: /home/jsm28/src/gcc-build/gcc/options.c:1264
19051 msgid "Warn about enumerated switches, with no default, missing a case"
19052 msgstr ""
19054 #: /home/jsm28/src/gcc-build/gcc/options.c:1267
19055 msgid "Warn about enumerated switches missing a \"default:\" statement"
19056 msgstr ""
19058 #: /home/jsm28/src/gcc-build/gcc/options.c:1270
19059 msgid "Warn about all enumerated switches missing a specific case"
19060 msgstr ""
19062 #: /home/jsm28/src/gcc-build/gcc/options.c:1273
19063 msgid "Warn when synthesis behavior differs from Cfront"
19064 msgstr ""
19066 #: /home/jsm28/src/gcc-build/gcc/options.c:1276
19067 msgid "Do not suppress warnings from system headers"
19068 msgstr ""
19070 #: /home/jsm28/src/gcc-build/gcc/options.c:1279
19071 msgid "Warn about features not present in traditional C"
19072 msgstr ""
19074 #: /home/jsm28/src/gcc-build/gcc/options.c:1282
19075 msgid ""
19076 "Warn if trigraphs are encountered that might affect the meaning of the "
19077 "program"
19078 msgstr ""
19080 #: /home/jsm28/src/gcc-build/gcc/options.c:1285
19081 msgid "Warn about @selector()s without previously declared methods"
19082 msgstr ""
19084 #: /home/jsm28/src/gcc-build/gcc/options.c:1288
19085 msgid "Warn if an undefined macro is used in an #if directive"
19086 msgstr ""
19088 #: /home/jsm28/src/gcc-build/gcc/options.c:1291
19089 msgid "Warn about underflow of numerical constant expressions"
19090 msgstr ""
19092 #: /home/jsm28/src/gcc-build/gcc/options.c:1294
19093 msgid "Warn about uninitialized automatic variables"
19094 msgstr ""
19096 #: /home/jsm28/src/gcc-build/gcc/options.c:1297
19097 msgid "Warn about unrecognized pragmas"
19098 msgstr ""
19100 #: /home/jsm28/src/gcc-build/gcc/options.c:1300
19101 msgid "Warn about code that will never be executed"
19102 msgstr ""
19104 #: /home/jsm28/src/gcc-build/gcc/options.c:1303
19105 msgid "Enable all -Wunused- warnings"
19106 msgstr ""
19108 #: /home/jsm28/src/gcc-build/gcc/options.c:1306
19109 msgid "Warn when a function is unused"
19110 msgstr ""
19112 #: /home/jsm28/src/gcc-build/gcc/options.c:1309
19113 #: /home/jsm28/src/gcc-build/gcc/options.c:1312
19114 msgid "Warn when a label is unused"
19115 msgstr ""
19117 #: /home/jsm28/src/gcc-build/gcc/options.c:1315
19118 msgid "Warn about macros defined in the main file that are not used"
19119 msgstr ""
19121 #: /home/jsm28/src/gcc-build/gcc/options.c:1318
19122 msgid "Warn when a function parameter is unused"
19123 msgstr ""
19125 #: /home/jsm28/src/gcc-build/gcc/options.c:1321
19126 msgid "Warn when an expression value is unused"
19127 msgstr ""
19129 #: /home/jsm28/src/gcc-build/gcc/options.c:1324
19130 msgid "Warn when a variable is unused"
19131 msgstr ""
19133 #: /home/jsm28/src/gcc-build/gcc/options.c:1327
19134 msgid "Do not warn about using variadic macros when -pedantic"
19135 msgstr ""
19137 #: /home/jsm28/src/gcc-build/gcc/options.c:1330
19138 msgid "Give strings the type \"array of char\""
19139 msgstr ""
19141 #: /home/jsm28/src/gcc-build/gcc/options.c:1333
19142 msgid ""
19143 "A synonym for -std=c89.  In a future version of GCC it will become "
19144 "synonymous with -std=c99 instead"
19145 msgstr ""
19147 #: /home/jsm28/src/gcc-build/gcc/options.c:1336
19148 msgid "-aux-info <file>\tEmit declaration information into <file>"
19149 msgstr ""
19151 #: /home/jsm28/src/gcc-build/gcc/options.c:1348
19152 msgid "-d<letters>\tEnable dumps from specific passes of the compiler"
19153 msgstr ""
19155 #: /home/jsm28/src/gcc-build/gcc/options.c:1351
19156 msgid "Set the default real and integer kinds to double precision"
19157 msgstr ""
19159 #: /home/jsm28/src/gcc-build/gcc/options.c:1354
19160 msgid "-dumpbase <file>\tSet the file basename to be used for dumps"
19161 msgstr ""
19163 #: /home/jsm28/src/gcc-build/gcc/options.c:1357
19164 msgid "--CLASSPATH\tDeprecated; use --classpath instead"
19165 msgstr ""
19167 #: /home/jsm28/src/gcc-build/gcc/options.c:1360
19168 msgid "Generate position-independent code if possible (large mode)"
19169 msgstr ""
19171 #: /home/jsm28/src/gcc-build/gcc/options.c:1363
19172 msgid ""
19173 "Generate position-independent code for executables if possible (large mode)"
19174 msgstr ""
19176 #: /home/jsm28/src/gcc-build/gcc/options.c:1369
19177 msgid "Enforce class member access control semantics"
19178 msgstr ""
19180 #: /home/jsm28/src/gcc-build/gcc/options.c:1372
19181 msgid "Align the start of functions"
19182 msgstr ""
19184 #: /home/jsm28/src/gcc-build/gcc/options.c:1378
19185 msgid "Align labels which are only reached by jumping"
19186 msgstr ""
19188 #: /home/jsm28/src/gcc-build/gcc/options.c:1384
19189 msgid "Align all labels"
19190 msgstr ""
19192 #: /home/jsm28/src/gcc-build/gcc/options.c:1390
19193 msgid "Align the start of loops"
19194 msgstr ""
19196 #: /home/jsm28/src/gcc-build/gcc/options.c:1399
19197 msgid "Change when template instances are emitted"
19198 msgstr ""
19200 #: /home/jsm28/src/gcc-build/gcc/options.c:1402
19201 msgid "Specify that arguments may alias each other and globals"
19202 msgstr ""
19204 #: /home/jsm28/src/gcc-build/gcc/options.c:1405
19205 msgid "Assume arguments may alias globals but not each other"
19206 msgstr ""
19208 #: /home/jsm28/src/gcc-build/gcc/options.c:1408
19209 msgid "Assume arguments alias neither each other nor globals"
19210 msgstr ""
19212 #: /home/jsm28/src/gcc-build/gcc/options.c:1411
19213 msgid "Recognize the \"asm\" keyword"
19214 msgstr ""
19216 #: /home/jsm28/src/gcc-build/gcc/options.c:1414
19217 msgid "Permit the use of the assert keyword"
19218 msgstr ""
19220 #: /home/jsm28/src/gcc-build/gcc/options.c:1423
19221 msgid "Generate unwind tables that are exact at each instruction boundary"
19222 msgstr ""
19224 #: /home/jsm28/src/gcc-build/gcc/options.c:1426
19225 msgid "--bootclasspath=<path>\tReplace system path"
19226 msgstr ""
19228 #: /home/jsm28/src/gcc-build/gcc/options.c:1429
19229 msgid "Generate code to check bounds before indexing arrays"
19230 msgstr ""
19232 #: /home/jsm28/src/gcc-build/gcc/options.c:1432
19233 msgid "Replace add, compare, branch with branch on count register"
19234 msgstr ""
19236 #: /home/jsm28/src/gcc-build/gcc/options.c:1435
19237 msgid "Use profiling information for branch probabilities"
19238 msgstr ""
19240 #: /home/jsm28/src/gcc-build/gcc/options.c:1438
19241 msgid ""
19242 "Perform branch target load optimization before prologue / epilogue threading"
19243 msgstr ""
19245 #: /home/jsm28/src/gcc-build/gcc/options.c:1441
19246 msgid ""
19247 "Perform branch target load optimization after prologue / epilogue threading"
19248 msgstr ""
19250 #: /home/jsm28/src/gcc-build/gcc/options.c:1444
19251 msgid ""
19252 "Restrict target load migration not to re-use registers in any basic block"
19253 msgstr ""
19255 #: /home/jsm28/src/gcc-build/gcc/options.c:1447
19256 msgid "Recognize built-in functions"
19257 msgstr ""
19259 #: /home/jsm28/src/gcc-build/gcc/options.c:1453
19260 msgid ""
19261 "-fcall-saved-<register>\tMark <register> as being preserved across functions"
19262 msgstr ""
19264 #: /home/jsm28/src/gcc-build/gcc/options.c:1456
19265 msgid ""
19266 "-fcall-used-<register>\tMark <register> as being corrupted by function calls"
19267 msgstr ""
19269 #: /home/jsm28/src/gcc-build/gcc/options.c:1459
19270 msgid "Save registers around function calls"
19271 msgstr ""
19273 #: /home/jsm28/src/gcc-build/gcc/options.c:1462
19274 msgid "Check the return value of new"
19275 msgstr ""
19277 #: /home/jsm28/src/gcc-build/gcc/options.c:1465
19278 msgid "Generate checks for references to NULL"
19279 msgstr ""
19281 #: /home/jsm28/src/gcc-build/gcc/options.c:1468
19282 msgid "--classpath=<path>\tSet class path"
19283 msgstr ""
19285 #: /home/jsm28/src/gcc-build/gcc/options.c:1471
19286 msgid "Do not put uninitialized globals in the common section"
19287 msgstr ""
19289 #: /home/jsm28/src/gcc-build/gcc/options.c:1477
19290 msgid "Allow the arguments of the '?' operator to have different types"
19291 msgstr ""
19293 #: /home/jsm28/src/gcc-build/gcc/options.c:1480
19294 msgid "Reduce the size of object files"
19295 msgstr ""
19297 #: /home/jsm28/src/gcc-build/gcc/options.c:1483
19298 msgid "Make string literals \"const char[]\" not \"char[]\""
19299 msgstr ""
19301 #: /home/jsm28/src/gcc-build/gcc/options.c:1486
19302 msgid "-fconst-string-class=<name>\tUse class <name> for constant strings"
19303 msgstr ""
19305 #: /home/jsm28/src/gcc-build/gcc/options.c:1489
19306 msgid "Perform a register copy-propagation optimization pass"
19307 msgstr ""
19309 #: /home/jsm28/src/gcc-build/gcc/options.c:1492
19310 msgid "Perform cross-jumping optimization"
19311 msgstr ""
19313 #: /home/jsm28/src/gcc-build/gcc/options.c:1495
19314 msgid "When running CSE, follow jumps to their targets"
19315 msgstr ""
19317 #: /home/jsm28/src/gcc-build/gcc/options.c:1498
19318 msgid "When running CSE, follow conditional jumps"
19319 msgstr ""
19321 #: /home/jsm28/src/gcc-build/gcc/options.c:1501
19322 msgid "Place data items into their own section"
19323 msgstr ""
19325 #: /home/jsm28/src/gcc-build/gcc/options.c:1504
19326 msgid "Inline member functions by default"
19327 msgstr ""
19329 #: /home/jsm28/src/gcc-build/gcc/options.c:1507
19330 msgid "Defer popping functions args from stack until later"
19331 msgstr ""
19333 #: /home/jsm28/src/gcc-build/gcc/options.c:1510
19334 msgid "Attempt to fill delay slots of branch instructions"
19335 msgstr ""
19337 #: /home/jsm28/src/gcc-build/gcc/options.c:1513
19338 msgid "Delete useless null pointer checks"
19339 msgstr ""
19341 #: /home/jsm28/src/gcc-build/gcc/options.c:1516
19342 msgid ""
19343 "-fdiagnostics-show-location=[once|every-line]\tHow often to emit source "
19344 "location at the beginning of line-wrapped diagnostics"
19345 msgstr ""
19347 #: /home/jsm28/src/gcc-build/gcc/options.c:1525
19348 msgid "Allow dollar signs in entity names"
19349 msgstr ""
19351 #: /home/jsm28/src/gcc-build/gcc/options.c:1528
19352 msgid "Permit '$' as an identifier character"
19353 msgstr ""
19355 #: /home/jsm28/src/gcc-build/gcc/options.c:1531
19356 msgid "-fdump-<type>\tDump various compiler internals to a file"
19357 msgstr ""
19359 #: /home/jsm28/src/gcc-build/gcc/options.c:1534
19360 msgid "Display the code tree after parsing."
19361 msgstr ""
19363 #: /home/jsm28/src/gcc-build/gcc/options.c:1537
19364 msgid ""
19365 "Suppress output of instruction numbers and line number notes in debugging "
19366 "dumps"
19367 msgstr ""
19369 #: /home/jsm28/src/gcc-build/gcc/options.c:1543
19370 msgid "Perform DWARF2 duplicate elimination"
19371 msgstr ""
19373 #: /home/jsm28/src/gcc-build/gcc/options.c:1546
19374 #: /home/jsm28/src/gcc-build/gcc/options.c:1549
19375 msgid "Perform unused type elimination in debug info"
19376 msgstr ""
19378 #: /home/jsm28/src/gcc-build/gcc/options.c:1552
19379 msgid "Output a class file"
19380 msgstr ""
19382 #: /home/jsm28/src/gcc-build/gcc/options.c:1555
19383 msgid "Alias for -femit-class-file"
19384 msgstr ""
19386 #: /home/jsm28/src/gcc-build/gcc/options.c:1564
19387 msgid ""
19388 "--encoding=<encoding>\tChoose input encoding (defaults from your locale)"
19389 msgstr ""
19391 #: /home/jsm28/src/gcc-build/gcc/options.c:1567
19392 msgid "Generate code to check exception specifications"
19393 msgstr ""
19395 #: /home/jsm28/src/gcc-build/gcc/options.c:1573
19396 msgid "Enable exception handling"
19397 msgstr ""
19399 #: /home/jsm28/src/gcc-build/gcc/options.c:1576
19400 msgid ""
19401 "-fexec-charset=<cset>\tConvert all strings and character constants to "
19402 "character set <cset>"
19403 msgstr ""
19405 #: /home/jsm28/src/gcc-build/gcc/options.c:1579
19406 msgid "Perform a number of minor, expensive optimizations"
19407 msgstr ""
19409 #: /home/jsm28/src/gcc-build/gcc/options.c:1591
19410 msgid "Input file is a file with a list of filenames to compile"
19411 msgstr ""
19413 #: /home/jsm28/src/gcc-build/gcc/options.c:1594
19414 msgid "Assume no NaNs or infinities are generated"
19415 msgstr ""
19417 #: /home/jsm28/src/gcc-build/gcc/options.c:1597
19418 msgid ""
19419 "-ffixed-<register>\tMark <register> as being unavailable to the compiler"
19420 msgstr ""
19422 #: /home/jsm28/src/gcc-build/gcc/options.c:1600
19423 msgid "Assume that the source file is fixed form"
19424 msgstr ""
19426 #: /home/jsm28/src/gcc-build/gcc/options.c:1603
19427 msgid "-ffixed-line-length-<n>\t\tUse n as character line width in fixed mode"
19428 msgstr ""
19430 #: /home/jsm28/src/gcc-build/gcc/options.c:1606
19431 msgid "Allow arbitrary character line width in fixed mode"
19432 msgstr ""
19434 #: /home/jsm28/src/gcc-build/gcc/options.c:1609
19435 msgid "Don't allocate floats and doubles in extended-precision registers"
19436 msgstr ""
19438 #: /home/jsm28/src/gcc-build/gcc/options.c:1612
19439 msgid "Scope of for-init-statement variables is local to the loop"
19440 msgstr ""
19442 #: /home/jsm28/src/gcc-build/gcc/options.c:1615
19443 msgid "Copy memory address constants into registers before use"
19444 msgstr ""
19446 #: /home/jsm28/src/gcc-build/gcc/options.c:1618
19447 msgid "Always check for non gcj generated classes archives"
19448 msgstr ""
19450 #: /home/jsm28/src/gcc-build/gcc/options.c:1621
19451 msgid "Copy memory operands into registers before use"
19452 msgstr ""
19454 #: /home/jsm28/src/gcc-build/gcc/options.c:1624
19455 msgid "Assume that the source file is free form"
19456 msgstr ""
19458 #: /home/jsm28/src/gcc-build/gcc/options.c:1627
19459 msgid "Do not assume that standard C libraries and \"main\" exist"
19460 msgstr ""
19462 #: /home/jsm28/src/gcc-build/gcc/options.c:1630
19463 msgid "Allow function addresses to be held in registers"
19464 msgstr ""
19466 #: /home/jsm28/src/gcc-build/gcc/options.c:1633
19467 msgid "Place each function into its own section"
19468 msgstr ""
19470 #: /home/jsm28/src/gcc-build/gcc/options.c:1636
19471 msgid "Perform global common subexpression elimination"
19472 msgstr ""
19474 #: /home/jsm28/src/gcc-build/gcc/options.c:1639
19475 msgid ""
19476 "Perform global common subexpression elimination after register allocation"
19477 msgstr ""
19479 #: /home/jsm28/src/gcc-build/gcc/options.c:1642
19480 msgid ""
19481 "Perform redundant load after store elimination in global common subexpression"
19482 msgstr ""
19484 #: /home/jsm28/src/gcc-build/gcc/options.c:1645
19485 msgid ""
19486 "Perform enhanced load motion during global common subexpression elimination"
19487 msgstr ""
19489 #: /home/jsm28/src/gcc-build/gcc/options.c:1648
19490 msgid "Perform store motion after global common subexpression elimination"
19491 msgstr ""
19493 #: /home/jsm28/src/gcc-build/gcc/options.c:1651
19494 msgid "Recognize GNU-defined keywords"
19495 msgstr ""
19497 #: /home/jsm28/src/gcc-build/gcc/options.c:1654
19498 msgid "Generate code for GNU runtime environment"
19499 msgstr ""
19501 #: /home/jsm28/src/gcc-build/gcc/options.c:1657
19502 msgid "Enable guessing of branch probabilities"
19503 msgstr ""
19505 #: /home/jsm28/src/gcc-build/gcc/options.c:1666
19506 msgid ""
19507 "Assume the runtime uses a hash table to map an object to its synchronization "
19508 "structure"
19509 msgstr ""
19511 #: /home/jsm28/src/gcc-build/gcc/options.c:1672
19512 msgid "Assume normal C execution environment"
19513 msgstr ""
19515 #: /home/jsm28/src/gcc-build/gcc/options.c:1675
19516 msgid "Enable support for huge objects"
19517 msgstr ""
19519 #: /home/jsm28/src/gcc-build/gcc/options.c:1678
19520 msgid "Process #ident directives"
19521 msgstr ""
19523 #: /home/jsm28/src/gcc-build/gcc/options.c:1681
19524 msgid "Perform conversion of conditional jumps to branchless equivalents"
19525 msgstr ""
19527 #: /home/jsm28/src/gcc-build/gcc/options.c:1684
19528 msgid "Perform conversion of conditional jumps to conditional execution"
19529 msgstr ""
19531 #: /home/jsm28/src/gcc-build/gcc/options.c:1687
19532 msgid "Export functions even if they can be inlined"
19533 msgstr ""
19535 #: /home/jsm28/src/gcc-build/gcc/options.c:1690
19536 msgid "Emit implicit instantiations of inline templates"
19537 msgstr ""
19539 #: /home/jsm28/src/gcc-build/gcc/options.c:1693
19540 msgid ""
19541 "Specify that no implicit typing is allowed, unless overridden by explicit "
19542 "IMPLICIT statements"
19543 msgstr ""
19545 #: /home/jsm28/src/gcc-build/gcc/options.c:1696
19546 msgid "Emit implicit instantiations of templates"
19547 msgstr ""
19549 #: /home/jsm28/src/gcc-build/gcc/options.c:1699
19550 msgid "Use offset tables for virtual method calls"
19551 msgstr ""
19553 #: /home/jsm28/src/gcc-build/gcc/options.c:1702
19554 msgid "Do not generate .size directives"
19555 msgstr ""
19557 #: /home/jsm28/src/gcc-build/gcc/options.c:1705
19558 msgid "Pay attention to the \"inline\" keyword"
19559 msgstr ""
19561 #: /home/jsm28/src/gcc-build/gcc/options.c:1714
19562 msgid ""
19563 "-finline-limit=<number>\tLimit the size of inlined functions to <number>"
19564 msgstr ""
19566 #: /home/jsm28/src/gcc-build/gcc/options.c:1717
19567 msgid ""
19568 "-finput-charset=<cset>      Specify the default character set for source "
19569 "files."
19570 msgstr ""
19572 #: /home/jsm28/src/gcc-build/gcc/options.c:1720
19573 msgid "Instrument function entry and exit with profiling calls"
19574 msgstr ""
19576 #: /home/jsm28/src/gcc-build/gcc/options.c:1723
19577 msgid "Optimize induction variables on trees"
19578 msgstr ""
19580 #: /home/jsm28/src/gcc-build/gcc/options.c:1726
19581 msgid "Assume native functions are implemented using JNI"
19582 msgstr ""
19584 #: /home/jsm28/src/gcc-build/gcc/options.c:1729
19585 msgid "Generate code for functions even if they are fully inlined"
19586 msgstr ""
19588 #: /home/jsm28/src/gcc-build/gcc/options.c:1732
19589 msgid "Emit static const variables even if they are not used"
19590 msgstr ""
19592 #: /home/jsm28/src/gcc-build/gcc/options.c:1738
19593 msgid "Give external symbols a leading underscore"
19594 msgstr ""
19596 #: /home/jsm28/src/gcc-build/gcc/options.c:1741
19597 msgid "Perform loop optimizations"
19598 msgstr ""
19600 #: /home/jsm28/src/gcc-build/gcc/options.c:1744
19601 msgid "Perform loop optimizations using the new loop optimizer"
19602 msgstr ""
19604 #: /home/jsm28/src/gcc-build/gcc/options.c:1747
19605 msgid "Set errno after built-in math functions"
19606 msgstr ""
19608 #: /home/jsm28/src/gcc-build/gcc/options.c:1750
19609 msgid "-fmax-identifier-length=<n>\tMaximum identifier length."
19610 msgstr ""
19612 #: /home/jsm28/src/gcc-build/gcc/options.c:1753
19613 msgid ""
19614 "-fmax-stack-var-size=<n>\tSize in bytes of the largest array that will be "
19615 "put on the stack"
19616 msgstr ""
19618 #: /home/jsm28/src/gcc-build/gcc/options.c:1756
19619 msgid "Report on permanent memory allocation"
19620 msgstr ""
19622 #: /home/jsm28/src/gcc-build/gcc/options.c:1759
19623 msgid "Attempt to merge identical constants and constant variables"
19624 msgstr ""
19626 #: /home/jsm28/src/gcc-build/gcc/options.c:1762
19627 msgid "Attempt to merge identical constants across compilation units"
19628 msgstr ""
19630 #: /home/jsm28/src/gcc-build/gcc/options.c:1765
19631 msgid ""
19632 "-fmessage-length=<number>\tLimit diagnostics to <number> characters per "
19633 "line.  0 suppresses line-wrapping"
19634 msgstr ""
19636 #: /home/jsm28/src/gcc-build/gcc/options.c:1768
19637 msgid "Set default accessibility of module entities to PRIVATE"
19638 msgstr ""
19640 #: /home/jsm28/src/gcc-build/gcc/options.c:1771
19641 msgid "Perform SMS based modulo scheduling before the first scheduling pass"
19642 msgstr ""
19644 #: /home/jsm28/src/gcc-build/gcc/options.c:1774
19645 msgid "Move loop invariant computations out of loops"
19646 msgstr ""
19648 #: /home/jsm28/src/gcc-build/gcc/options.c:1777
19649 msgid "Don't warn about uses of Microsoft extensions"
19650 msgstr ""
19652 #: /home/jsm28/src/gcc-build/gcc/options.c:1780
19653 msgid ""
19654 "Add mudflap bounds-checking instrumentation for single-threaded program."
19655 msgstr ""
19657 #: /home/jsm28/src/gcc-build/gcc/options.c:1783
19658 msgid "Ignore read operations when inserting mudflap instrumentation."
19659 msgstr ""
19661 #: /home/jsm28/src/gcc-build/gcc/options.c:1786
19662 msgid "Add mudflap bounds-checking instrumentation for multi-threaded program."
19663 msgstr ""
19665 #: /home/jsm28/src/gcc-build/gcc/options.c:1795
19666 msgid "Use graph-coloring register allocation"
19667 msgstr ""
19669 #: /home/jsm28/src/gcc-build/gcc/options.c:1798
19670 msgid "Generate code for NeXT (Apple Mac OS X) runtime environment"
19671 msgstr ""
19673 #: /home/jsm28/src/gcc-build/gcc/options.c:1801
19674 msgid "Assume that receivers of Objective-C messages may be nil"
19675 msgstr ""
19677 #: /home/jsm28/src/gcc-build/gcc/options.c:1804
19678 msgid "Don't generate code, just do syntax and semantics checking"
19679 msgstr ""
19681 #: /home/jsm28/src/gcc-build/gcc/options.c:1807
19682 msgid "Support synchronous non-call exceptions"
19683 msgstr ""
19685 #: /home/jsm28/src/gcc-build/gcc/options.c:1816
19686 msgid "Enable Objective-C exception and synchronization syntax"
19687 msgstr ""
19689 #: /home/jsm28/src/gcc-build/gcc/options.c:1819
19690 msgid "Enable Objective-C setjmp exception handling runtime"
19691 msgstr ""
19693 #: /home/jsm28/src/gcc-build/gcc/options.c:1822
19694 msgid "When possible do not generate stack frames"
19695 msgstr ""
19697 #: /home/jsm28/src/gcc-build/gcc/options.c:1825
19698 msgid "Recognize C++ kewords like \"compl\" and \"xor\""
19699 msgstr ""
19701 #: /home/jsm28/src/gcc-build/gcc/options.c:1828
19702 msgid "Do the full register move optimization pass"
19703 msgstr ""
19705 #: /home/jsm28/src/gcc-build/gcc/options.c:1831
19706 msgid "Optimize sibling and tail recursive calls"
19707 msgstr ""
19709 #: /home/jsm28/src/gcc-build/gcc/options.c:1834
19710 msgid "Enable optimization of static class initialization code"
19711 msgstr ""
19713 #: /home/jsm28/src/gcc-build/gcc/options.c:1837
19714 msgid "Enable optional diagnostics"
19715 msgstr ""
19717 #: /home/jsm28/src/gcc-build/gcc/options.c:1843
19718 msgid "Try to layout derived types as compact as possible"
19719 msgstr ""
19721 #: /home/jsm28/src/gcc-build/gcc/options.c:1846
19722 msgid "Pack structure members together without holes"
19723 msgstr ""
19725 #: /home/jsm28/src/gcc-build/gcc/options.c:1849
19726 msgid "-fpack-struct=<number>\tSet initial maximum structure member alignment"
19727 msgstr ""
19729 #: /home/jsm28/src/gcc-build/gcc/options.c:1852
19730 msgid "Return small aggregates in memory, not registers"
19731 msgstr ""
19733 #: /home/jsm28/src/gcc-build/gcc/options.c:1858
19734 msgid "Look for and use PCH files even when preprocessing"
19735 msgstr ""
19737 #: /home/jsm28/src/gcc-build/gcc/options.c:1861
19738 msgid "Perform loop peeling"
19739 msgstr ""
19741 #: /home/jsm28/src/gcc-build/gcc/options.c:1864
19742 msgid "Enable machine specific peephole optimizations"
19743 msgstr ""
19745 #: /home/jsm28/src/gcc-build/gcc/options.c:1867
19746 msgid "Enable an RTL peephole pass before sched2"
19747 msgstr ""
19749 #: /home/jsm28/src/gcc-build/gcc/options.c:1870
19750 msgid "Downgrade conformance errors to warnings"
19751 msgstr ""
19753 #: /home/jsm28/src/gcc-build/gcc/options.c:1873
19754 msgid "Generate position-independent code if possible (small mode)"
19755 msgstr ""
19757 #: /home/jsm28/src/gcc-build/gcc/options.c:1876
19758 msgid ""
19759 "Generate position-independent code for executables if possible (small mode)"
19760 msgstr ""
19762 #: /home/jsm28/src/gcc-build/gcc/options.c:1879
19763 msgid "Generate prefetch instructions, if available, for arrays in loops"
19764 msgstr ""
19766 #: /home/jsm28/src/gcc-build/gcc/options.c:1882
19767 msgid "Treat the input file as already preprocessed"
19768 msgstr ""
19770 #: /home/jsm28/src/gcc-build/gcc/options.c:1885
19771 msgid "Enable basic program profiling code"
19772 msgstr ""
19774 #: /home/jsm28/src/gcc-build/gcc/options.c:1888
19775 msgid "Insert arc-based program profiling code"
19776 msgstr ""
19778 #: /home/jsm28/src/gcc-build/gcc/options.c:1891
19779 msgid ""
19780 "Enable common options for generating profile info for profile feedback "
19781 "directed optimizations"
19782 msgstr ""
19784 #: /home/jsm28/src/gcc-build/gcc/options.c:1894
19785 msgid ""
19786 "Enable common options for performing profile feedback directed optimizations"
19787 msgstr ""
19789 #: /home/jsm28/src/gcc-build/gcc/options.c:1897
19790 msgid "Insert code to profile values of expressions"
19791 msgstr ""
19793 #: /home/jsm28/src/gcc-build/gcc/options.c:1903
19794 msgid "-frandom-seed=<string>\tMake compile reproducible using <string>"
19795 msgstr ""
19797 #: /home/jsm28/src/gcc-build/gcc/options.c:1906
19798 msgid "Return small aggregates in registers"
19799 msgstr ""
19801 #: /home/jsm28/src/gcc-build/gcc/options.c:1909
19802 msgid "Enables a register move optimization"
19803 msgstr ""
19805 #: /home/jsm28/src/gcc-build/gcc/options.c:1912
19806 msgid "Perform a register renaming optimization pass"
19807 msgstr ""
19809 #: /home/jsm28/src/gcc-build/gcc/options.c:1915
19810 msgid "Reorder basic blocks to improve code placement"
19811 msgstr ""
19813 #: /home/jsm28/src/gcc-build/gcc/options.c:1918
19814 msgid "Reorder basic blocks and partition into hot and cold sections"
19815 msgstr ""
19817 #: /home/jsm28/src/gcc-build/gcc/options.c:1921
19818 msgid "Reorder functions to improve code placement"
19819 msgstr ""
19821 #: /home/jsm28/src/gcc-build/gcc/options.c:1924
19822 msgid "Copy array sections into a contiguous block on procedure entry"
19823 msgstr ""
19825 #: /home/jsm28/src/gcc-build/gcc/options.c:1927
19826 msgid ""
19827 "Used in Fix-and-Continue mode to indicate that object files may be swapped "
19828 "in at runtime"
19829 msgstr ""
19831 #: /home/jsm28/src/gcc-build/gcc/options.c:1930
19832 msgid "Enable automatic template instantiation"
19833 msgstr ""
19835 #: /home/jsm28/src/gcc-build/gcc/options.c:1933
19836 msgid "Add a common subexpression elimination pass after loop optimizations"
19837 msgstr ""
19839 #: /home/jsm28/src/gcc-build/gcc/options.c:1936
19840 msgid "Run the loop optimizer twice"
19841 msgstr ""
19843 #: /home/jsm28/src/gcc-build/gcc/options.c:1939
19844 msgid ""
19845 "Enable/Disable the traditional scheduling in loops that already passed "
19846 "modulo scheduling"
19847 msgstr ""
19849 #: /home/jsm28/src/gcc-build/gcc/options.c:1942
19850 msgid "Disable optimizations that assume default FP rounding behavior"
19851 msgstr ""
19853 #: /home/jsm28/src/gcc-build/gcc/options.c:1945
19854 msgid "Generate run time type descriptor information"
19855 msgstr ""
19857 #: /home/jsm28/src/gcc-build/gcc/options.c:1948
19858 msgid "Enable scheduling across basic blocks"
19859 msgstr ""
19861 #: /home/jsm28/src/gcc-build/gcc/options.c:1951
19862 msgid "Allow speculative motion of non-loads"
19863 msgstr ""
19865 #: /home/jsm28/src/gcc-build/gcc/options.c:1954
19866 msgid "Allow speculative motion of some loads"
19867 msgstr ""
19869 #: /home/jsm28/src/gcc-build/gcc/options.c:1957
19870 msgid "Allow speculative motion of more loads"
19871 msgstr ""
19873 #: /home/jsm28/src/gcc-build/gcc/options.c:1960
19874 msgid "Allow premature scheduling of queued insns"
19875 msgstr ""
19877 #: /home/jsm28/src/gcc-build/gcc/options.c:1963
19878 msgid ""
19879 "Set dependence distance checking in premature scheduling of queued insns"
19880 msgstr ""
19882 #: /home/jsm28/src/gcc-build/gcc/options.c:1966
19883 msgid ""
19884 "-fsched-stalled-insns-dep=<number>   Set dependence distance checking in "
19885 "premature scheduling of queued insns"
19886 msgstr ""
19888 #: /home/jsm28/src/gcc-build/gcc/options.c:1969
19889 msgid ""
19890 "-fsched-stalled-insns=<number>       Set number of queued insns that can be "
19891 "prematurely scheduled"
19892 msgstr ""
19894 #: /home/jsm28/src/gcc-build/gcc/options.c:1972
19895 msgid "-fsched-verbose=<number>\tSet the verbosity level of the scheduler"
19896 msgstr ""
19898 #: /home/jsm28/src/gcc-build/gcc/options.c:1975
19899 msgid "If scheduling post reload, do superblock scheduling"
19900 msgstr ""
19902 #: /home/jsm28/src/gcc-build/gcc/options.c:1978
19903 msgid "If scheduling post reload, do trace scheduling"
19904 msgstr ""
19906 #: /home/jsm28/src/gcc-build/gcc/options.c:1981
19907 msgid "Reschedule instructions before register allocation"
19908 msgstr ""
19910 #: /home/jsm28/src/gcc-build/gcc/options.c:1984
19911 msgid "Reschedule instructions after register allocation"
19912 msgstr ""
19914 #: /home/jsm28/src/gcc-build/gcc/options.c:1987
19915 msgid "Append a second underscore if the name already contains an underscore"
19916 msgstr ""
19918 #: /home/jsm28/src/gcc-build/gcc/options.c:1990
19919 msgid "Mark data as shared rather than private"
19920 msgstr ""
19922 #: /home/jsm28/src/gcc-build/gcc/options.c:1993
19923 msgid "Use the same size for double as for float"
19924 msgstr ""
19926 #: /home/jsm28/src/gcc-build/gcc/options.c:1996
19927 msgid "Use the narrowest integer type possible for enumeration types"
19928 msgstr ""
19930 #: /home/jsm28/src/gcc-build/gcc/options.c:1999
19931 msgid "Force the underlying type for \"wchar_t\" to be \"unsigned short\""
19932 msgstr ""
19934 #: /home/jsm28/src/gcc-build/gcc/options.c:2005
19935 msgid "Disable optimizations observable by IEEE signaling NaNs"
19936 msgstr ""
19938 #: /home/jsm28/src/gcc-build/gcc/options.c:2008
19939 msgid "When \"signed\" or \"unsigned\" is not given make the bitfield signed"
19940 msgstr ""
19942 #: /home/jsm28/src/gcc-build/gcc/options.c:2011
19943 msgid "Make \"char\" signed by default"
19944 msgstr ""
19946 #: /home/jsm28/src/gcc-build/gcc/options.c:2014
19947 msgid "Convert floating point constants to single precision constants"
19948 msgstr ""
19950 #: /home/jsm28/src/gcc-build/gcc/options.c:2017
19951 msgid "Use value profiling for speculative prefetching"
19952 msgstr ""
19954 #: /home/jsm28/src/gcc-build/gcc/options.c:2020
19955 msgid "Split lifetimes of induction variables when loops are unrolled."
19956 msgstr ""
19958 #: /home/jsm28/src/gcc-build/gcc/options.c:2026
19959 msgid "Insert stack checking code into the program"
19960 msgstr ""
19962 #: /home/jsm28/src/gcc-build/gcc/options.c:2032
19963 msgid ""
19964 "-fstack-limit-register=<register>\tTrap if the stack goes past <register>"
19965 msgstr ""
19967 #: /home/jsm28/src/gcc-build/gcc/options.c:2035
19968 msgid "-fstack-limit-symbol=<name>\tTrap if the stack goes past symbol <name>"
19969 msgstr ""
19971 #: /home/jsm28/src/gcc-build/gcc/options.c:2038
19972 msgid "Display statistics accumulated during compilation"
19973 msgstr ""
19975 #: /home/jsm28/src/gcc-build/gcc/options.c:2041
19976 msgid "Enable assignability checks for stores into object arrays"
19977 msgstr ""
19979 #: /home/jsm28/src/gcc-build/gcc/options.c:2044
19980 msgid "Perform strength reduction optimizations"
19981 msgstr ""
19983 #: /home/jsm28/src/gcc-build/gcc/options.c:2047
19984 msgid "Assume strict aliasing rules apply"
19985 msgstr ""
19987 #: /home/jsm28/src/gcc-build/gcc/options.c:2053
19988 msgid "Check for syntax errors, then stop"
19989 msgstr ""
19991 #: /home/jsm28/src/gcc-build/gcc/options.c:2056
19992 msgid "-ftabstop=<number>\tDistance between tab stops for column reporting"
19993 msgstr ""
19995 #: /home/jsm28/src/gcc-build/gcc/options.c:2059
19996 msgid "-ftemplate-depth-<number>\tSpecify maximum template instantiation depth"
19997 msgstr ""
19999 #: /home/jsm28/src/gcc-build/gcc/options.c:2062
20000 msgid "Create data files needed by \"gcov\""
20001 msgstr ""
20003 #: /home/jsm28/src/gcc-build/gcc/options.c:2068
20004 msgid "Perform jump threading optimizations"
20005 msgstr ""
20007 #: /home/jsm28/src/gcc-build/gcc/options.c:2071
20008 msgid ""
20009 "-fno-threadsafe-statics\tDo not generate thread-safe code for initializing "
20010 "local statics."
20011 msgstr ""
20013 #: /home/jsm28/src/gcc-build/gcc/options.c:2074
20014 msgid "Report the time taken by each compiler pass"
20015 msgstr ""
20017 #: /home/jsm28/src/gcc-build/gcc/options.c:2077
20018 msgid ""
20019 "-ftls-model=[global-dynamic|local-dynamic|initial-exec|local-exec]\tSet the "
20020 "default thread-local storage code generation model"
20021 msgstr ""
20023 #: /home/jsm28/src/gcc-build/gcc/options.c:2080
20024 msgid "Perform superblock formation via tail duplication"
20025 msgstr ""
20027 #: /home/jsm28/src/gcc-build/gcc/options.c:2083
20028 msgid "Assume floating-point operations can trap"
20029 msgstr ""
20031 #: /home/jsm28/src/gcc-build/gcc/options.c:2086
20032 msgid "Trap for signed overflow in addition, subtraction and multiplication"
20033 msgstr ""
20035 #: /home/jsm28/src/gcc-build/gcc/options.c:2089
20036 msgid "Use tree-ssa based implementation of profiling"
20037 msgstr ""
20039 #: /home/jsm28/src/gcc-build/gcc/options.c:2092
20040 msgid "Enable SSA-CCP optimization on trees"
20041 msgstr ""
20043 #: /home/jsm28/src/gcc-build/gcc/options.c:2095
20044 msgid "Enable loop header copying on trees"
20045 msgstr ""
20047 #: /home/jsm28/src/gcc-build/gcc/options.c:2098
20048 msgid "Coalesce memory temporaries in the SSA->normal pass"
20049 msgstr ""
20051 #: /home/jsm28/src/gcc-build/gcc/options.c:2101
20052 msgid "Replace SSA temporaries with better names in copies."
20053 msgstr ""
20055 #: /home/jsm28/src/gcc-build/gcc/options.c:2104
20056 msgid "Enable SSA dead code elimination optimization on trees"
20057 msgstr ""
20059 #: /home/jsm28/src/gcc-build/gcc/options.c:2107
20060 msgid "Enable dominator optimizations"
20061 msgstr ""
20063 #: /home/jsm28/src/gcc-build/gcc/options.c:2110
20064 msgid "Enable dead store elimination"
20065 msgstr ""
20067 #: /home/jsm28/src/gcc-build/gcc/options.c:2113
20068 msgid "Enable Full Redundancy Elimination (FRE) on trees"
20069 msgstr ""
20071 #: /home/jsm28/src/gcc-build/gcc/options.c:2116
20072 msgid "Enable loop invariant motion on trees"
20073 msgstr ""
20075 #: /home/jsm28/src/gcc-build/gcc/options.c:2119
20076 msgid "Create canonical induction variables in loops"
20077 msgstr ""
20079 #: /home/jsm28/src/gcc-build/gcc/options.c:2122
20080 msgid "Enable linear loop transforms on trees"
20081 msgstr ""
20083 #: /home/jsm28/src/gcc-build/gcc/options.c:2125
20084 msgid "Enable loop optimizations on tree level"
20085 msgstr ""
20087 #: /home/jsm28/src/gcc-build/gcc/options.c:2128
20088 msgid "Perform live range splitting during the SSA->normal pass."
20089 msgstr ""
20091 #: /home/jsm28/src/gcc-build/gcc/options.c:2131
20092 msgid "Enable SSA-PRE optimization on trees"
20093 msgstr ""
20095 #: /home/jsm28/src/gcc-build/gcc/options.c:2134
20096 msgid "Perform scalar replacement of aggregates"
20097 msgstr ""
20099 #: /home/jsm28/src/gcc-build/gcc/options.c:2137
20100 msgid "Replace temporary expressions in the SSA->normal pass"
20101 msgstr ""
20103 #: /home/jsm28/src/gcc-build/gcc/options.c:2140
20104 msgid "Enable loop vectorization on trees"
20105 msgstr ""
20107 #: /home/jsm28/src/gcc-build/gcc/options.c:2143
20108 msgid "Append underscores to externally visible names"
20109 msgstr ""
20111 #: /home/jsm28/src/gcc-build/gcc/options.c:2146
20112 msgid "Compile whole compilation unit at a time"
20113 msgstr ""
20115 #: /home/jsm28/src/gcc-build/gcc/options.c:2149
20116 msgid "Perform loop unrolling for all loops"
20117 msgstr ""
20119 #: /home/jsm28/src/gcc-build/gcc/options.c:2152
20120 msgid "Perform loop unrolling when iteration count is known"
20121 msgstr ""
20123 #: /home/jsm28/src/gcc-build/gcc/options.c:2155
20124 msgid "Allow math optimizations that may violate IEEE or ISO standards"
20125 msgstr ""
20127 #: /home/jsm28/src/gcc-build/gcc/options.c:2158
20128 msgid "When \"signed\" or \"unsigned\" is not given make the bitfield unsigned"
20129 msgstr ""
20131 #: /home/jsm28/src/gcc-build/gcc/options.c:2161
20132 msgid "Make \"char\" unsigned by default"
20133 msgstr ""
20135 #: /home/jsm28/src/gcc-build/gcc/options.c:2164
20136 msgid "Perform loop unswitching"
20137 msgstr ""
20139 #: /home/jsm28/src/gcc-build/gcc/options.c:2167
20140 msgid "Just generate unwind tables for exception handling"
20141 msgstr ""
20143 #: /home/jsm28/src/gcc-build/gcc/options.c:2170
20144 msgid "Generate code for the Boehm GC"
20145 msgstr ""
20147 #: /home/jsm28/src/gcc-build/gcc/options.c:2173
20148 msgid "Use __cxa_atexit to register destructors"
20149 msgstr ""
20151 #: /home/jsm28/src/gcc-build/gcc/options.c:2176
20152 msgid "Call a library routine to do integer divisions"
20153 msgstr ""
20155 #: /home/jsm28/src/gcc-build/gcc/options.c:2179
20156 msgid "Perform variable tracking"
20157 msgstr ""
20159 #: /home/jsm28/src/gcc-build/gcc/options.c:2182
20160 msgid "Add extra commentary to assembler output"
20161 msgstr ""
20163 #: /home/jsm28/src/gcc-build/gcc/options.c:2185
20164 msgid "Marks all inlined methods as having hidden visibility"
20165 msgstr ""
20167 #: /home/jsm28/src/gcc-build/gcc/options.c:2188
20168 msgid ""
20169 "-fvisibility=[default|internal|hidden|protected]\tSet the default symbol "
20170 "visibility"
20171 msgstr ""
20173 #: /home/jsm28/src/gcc-build/gcc/options.c:2191
20174 msgid "Use expression value profiles in optimizations"
20175 msgstr ""
20177 #: /home/jsm28/src/gcc-build/gcc/options.c:2194
20178 msgid "Discard unused virtual functions"
20179 msgstr ""
20181 #: /home/jsm28/src/gcc-build/gcc/options.c:2197
20182 msgid "Implement vtables using thunks"
20183 msgstr ""
20185 #: /home/jsm28/src/gcc-build/gcc/options.c:2200
20186 msgid "Emit common-like symbols as weak symbols"
20187 msgstr ""
20189 #: /home/jsm28/src/gcc-build/gcc/options.c:2203
20190 msgid "Construct webs and split unrelated uses of single variable"
20191 msgstr ""
20193 #: /home/jsm28/src/gcc-build/gcc/options.c:2206
20194 msgid ""
20195 "-fwide-exec-charset=<cset>\tConvert all wide strings and character constants "
20196 "to character set <cset>"
20197 msgstr ""
20199 #: /home/jsm28/src/gcc-build/gcc/options.c:2209
20200 msgid "Generate a #line directive pointing at the current working directory"
20201 msgstr ""
20203 #: /home/jsm28/src/gcc-build/gcc/options.c:2212
20204 msgid "Assume signed arithmetic overflow wraps around"
20205 msgstr ""
20207 #: /home/jsm28/src/gcc-build/gcc/options.c:2215
20208 msgid "Emit cross referencing information"
20209 msgstr ""
20211 #: /home/jsm28/src/gcc-build/gcc/options.c:2218
20212 msgid "Put zero initialized data in the bss section"
20213 msgstr ""
20215 #: /home/jsm28/src/gcc-build/gcc/options.c:2221
20216 msgid ""
20217 "Generate lazy class lookup (via objc_getClass()) for use in Zero-Link mode"
20218 msgstr ""
20220 #: /home/jsm28/src/gcc-build/gcc/options.c:2224
20221 msgid "Generate debug information in default format"
20222 msgstr ""
20224 #: /home/jsm28/src/gcc-build/gcc/options.c:2227
20225 msgid "Generate debug information in COFF format"
20226 msgstr ""
20228 #: /home/jsm28/src/gcc-build/gcc/options.c:2230
20229 msgid "Generate debug information in DWARF v2 format"
20230 msgstr ""
20232 #: /home/jsm28/src/gcc-build/gcc/options.c:2233
20233 msgid "Dump declarations to a .decl file"
20234 msgstr ""
20236 #: /home/jsm28/src/gcc-build/gcc/options.c:2236
20237 msgid "Generate debug information in default extended format"
20238 msgstr ""
20240 #: /home/jsm28/src/gcc-build/gcc/options.c:2239
20241 msgid "Generate debug information in STABS format"
20242 msgstr ""
20244 #: /home/jsm28/src/gcc-build/gcc/options.c:2242
20245 msgid "Generate debug information in extended STABS format"
20246 msgstr ""
20248 #: /home/jsm28/src/gcc-build/gcc/options.c:2245
20249 msgid "Generate debug information in VMS format"
20250 msgstr ""
20252 #: /home/jsm28/src/gcc-build/gcc/options.c:2248
20253 msgid "Generate debug information in XCOFF format"
20254 msgstr ""
20256 #: /home/jsm28/src/gcc-build/gcc/options.c:2251
20257 msgid "Generate debug information in extended XCOFF format"
20258 msgstr ""
20260 #: /home/jsm28/src/gcc-build/gcc/options.c:2254
20261 msgid "Set the default integer kind to double precision"
20262 msgstr ""
20264 #: /home/jsm28/src/gcc-build/gcc/options.c:2257
20265 msgid "-idirafter <dir>\tAdd <dir> to the end of the system include path"
20266 msgstr ""
20268 #: /home/jsm28/src/gcc-build/gcc/options.c:2260
20269 msgid "-imacros <file>\tAccept definition of macros in <file>"
20270 msgstr ""
20272 #: /home/jsm28/src/gcc-build/gcc/options.c:2263
20273 msgid "-include <file>\tInclude the contents of <file> before other files"
20274 msgstr ""
20276 #: /home/jsm28/src/gcc-build/gcc/options.c:2266
20277 msgid "-iprefix <path>\tSpecify <path> as a prefix for next two options"
20278 msgstr ""
20280 #: /home/jsm28/src/gcc-build/gcc/options.c:2269
20281 msgid "-iquote <dir>\tAdd <dir> to the end of the quote include path"
20282 msgstr ""
20284 #: /home/jsm28/src/gcc-build/gcc/options.c:2272
20285 msgid "-isysroot <dir>\tSet <dir> to be the system root directory"
20286 msgstr ""
20288 #: /home/jsm28/src/gcc-build/gcc/options.c:2275
20289 msgid "-isystem <dir>\tAdd <dir> to the start of the system include path"
20290 msgstr ""
20292 #: /home/jsm28/src/gcc-build/gcc/options.c:2278
20293 msgid "-iwithprefix <dir>\tAdd <dir> to the end of the system include path"
20294 msgstr ""
20296 #: /home/jsm28/src/gcc-build/gcc/options.c:2281
20297 msgid "-iwithprefixbefore <dir>\tAdd <dir> to the end of the main include path"
20298 msgstr ""
20300 #: /home/jsm28/src/gcc-build/gcc/options.c:2293
20301 msgid ""
20302 "Do not search standard system include directories (those specified with -"
20303 "isystem will still be used)"
20304 msgstr ""
20306 #: /home/jsm28/src/gcc-build/gcc/options.c:2296
20307 msgid "Do not search standard system include directories for C++"
20308 msgstr ""
20310 #: /home/jsm28/src/gcc-build/gcc/options.c:2299
20311 msgid "-o <file>\tPlace output into <file>"
20312 msgstr ""
20314 #: /home/jsm28/src/gcc-build/gcc/options.c:2302
20315 msgid "Enable function profiling"
20316 msgstr ""
20318 #: /home/jsm28/src/gcc-build/gcc/options.c:2305
20319 msgid "Issue warnings needed for strict compliance to the standard"
20320 msgstr ""
20322 #: /home/jsm28/src/gcc-build/gcc/options.c:2308
20323 msgid "Like -pedantic but issue them as errors"
20324 msgstr ""
20326 #: /home/jsm28/src/gcc-build/gcc/options.c:2311
20327 msgid "Generate C header of platform-specific features"
20328 msgstr ""
20330 #: /home/jsm28/src/gcc-build/gcc/options.c:2314
20331 msgid "-qkind=<n>\tSet the kind for a real with the 'q' exponent to 'n'"
20332 msgstr ""
20334 #: /home/jsm28/src/gcc-build/gcc/options.c:2317
20335 msgid "Do not display functions compiled or elapsed time"
20336 msgstr ""
20338 #: /home/jsm28/src/gcc-build/gcc/options.c:2320
20339 msgid "Set the default real kind to double precision"
20340 msgstr ""
20342 #: /home/jsm28/src/gcc-build/gcc/options.c:2323
20343 msgid "Remap file names when including files"
20344 msgstr ""
20346 #: /home/jsm28/src/gcc-build/gcc/options.c:2326
20347 msgid "Conform to the ISO 1998 C++ standard"
20348 msgstr ""
20350 #: /home/jsm28/src/gcc-build/gcc/options.c:2329
20351 msgid "Conform to the ISO 1990 C standard"
20352 msgstr ""
20354 #: /home/jsm28/src/gcc-build/gcc/options.c:2332
20355 msgid "Conform to the ISO 1999 C standard"
20356 msgstr ""
20358 #: /home/jsm28/src/gcc-build/gcc/options.c:2335
20359 #: /home/jsm28/src/gcc-build/gcc/options.c:2365
20360 #: /home/jsm28/src/gcc-build/gcc/options.c:2368
20361 msgid "Deprecated in favor of -std=c99"
20362 msgstr ""
20364 #: /home/jsm28/src/gcc-build/gcc/options.c:2338
20365 msgid "Conform to the ISO Fortran 2003 standard."
20366 msgstr ""
20368 #: /home/jsm28/src/gcc-build/gcc/options.c:2341
20369 msgid "Conform to the ISO Fortran 95 standard."
20370 msgstr ""
20372 #: /home/jsm28/src/gcc-build/gcc/options.c:2344
20373 msgid "Conform nothing in particular."
20374 msgstr ""
20376 #: /home/jsm28/src/gcc-build/gcc/options.c:2347
20377 msgid "Conform to the ISO 1998 C++ standard with GNU extensions"
20378 msgstr ""
20380 #: /home/jsm28/src/gcc-build/gcc/options.c:2350
20381 msgid "Conform to the ISO 1990 C standard with GNU extensions"
20382 msgstr ""
20384 #: /home/jsm28/src/gcc-build/gcc/options.c:2353
20385 msgid "Conform to the ISO 1999 C standard with GNU extensions"
20386 msgstr ""
20388 #: /home/jsm28/src/gcc-build/gcc/options.c:2356
20389 msgid "Deprecated in favor of -std=gnu99"
20390 msgstr ""
20392 #: /home/jsm28/src/gcc-build/gcc/options.c:2359
20393 msgid "Deprecated in favor of -std=c89"
20394 msgstr ""
20396 #: /home/jsm28/src/gcc-build/gcc/options.c:2362
20397 msgid "Conform to the ISO 1990 C standard as amended in 1994"
20398 msgstr ""
20400 #: /home/jsm28/src/gcc-build/gcc/options.c:2371
20401 msgid "Enable traditional preprocessing"
20402 msgstr ""
20404 #: /home/jsm28/src/gcc-build/gcc/options.c:2374
20405 msgid "-trigraphs\tSupport ISO C trigraphs"
20406 msgstr ""
20408 #: /home/jsm28/src/gcc-build/gcc/options.c:2377
20409 msgid "Do not predefine system-specific and GCC-specific macros"
20410 msgstr ""
20412 #: /home/jsm28/src/gcc-build/gcc/options.c:2380
20413 msgid "Enable verbose output"
20414 msgstr ""
20416 #: /home/jsm28/src/gcc-build/gcc/options.c:2386
20417 msgid "Suppress warnings"
20418 msgstr ""
20420 #: config/mips/mips.h:1114 config/arc/arc.h:63
20421 msgid "may not use both -EB and -EL"
20422 msgstr ""
20424 #: config/mips/r3900.h:35
20425 msgid "-mhard-float not supported"
20426 msgstr ""
20428 #: config/mips/r3900.h:37
20429 msgid "-msingle-float and -msoft-float cannot both be specified"
20430 msgstr ""
20432 #: config/sh/sh.h:685
20433 msgid "SH2a does not support little-endian"
20434 msgstr ""
20436 #: config/arm/arm.h:151
20437 msgid "-msoft-float and -mhard_float may not be used together"
20438 msgstr ""
20440 #: config/arm/arm.h:153
20441 msgid "-mbig-endian and -mlittle-endian may not be used together"
20442 msgstr ""
20444 #: java/lang-specs.h:34
20445 msgid "-fjni and -femit-class-files are incompatible"
20446 msgstr ""
20448 #: java/lang-specs.h:35
20449 msgid "-fjni and -femit-class-file are incompatible"
20450 msgstr ""
20452 #: java/lang-specs.h:36 java/lang-specs.h:37
20453 msgid "-femit-class-file should used along with -fsyntax-only"
20454 msgstr ""
20456 #: config/i386/mingw32.h:58 config/i386/cygwin.h:70
20457 msgid "shared and mdll are not compatible"
20458 msgstr ""
20460 #: config/darwin.h:248
20461 msgid "-current_version only allowed with -dynamiclib"
20462 msgstr ""
20464 #: config/darwin.h:251
20465 msgid "-install_name only allowed with -dynamiclib"
20466 msgstr ""
20468 #: config/darwin.h:256
20469 msgid "-bundle not allowed with -dynamiclib"
20470 msgstr ""
20472 #: config/darwin.h:257
20473 msgid "-bundle_loader not allowed with -dynamiclib"
20474 msgstr ""
20476 #: config/darwin.h:258
20477 msgid "-client_name not allowed with -dynamiclib"
20478 msgstr ""
20480 #: config/darwin.h:261
20481 msgid "-force_cpusubtype_ALL not allowed with -dynamiclib"
20482 msgstr ""
20484 #: config/darwin.h:262
20485 msgid "-force_flat_namespace not allowed with -dynamiclib"
20486 msgstr ""
20488 #: config/darwin.h:264
20489 msgid "-keep_private_externs not allowed with -dynamiclib"
20490 msgstr ""
20492 #: config/darwin.h:265
20493 msgid "-private_bundle not allowed with -dynamiclib"
20494 msgstr ""
20496 #: config/sparc/linux64.h:207 config/sparc/linux64.h:218
20497 #: config/sparc/netbsd-elf.h:136 config/sparc/netbsd-elf.h:155
20498 #: config/sparc/sol2-bi.h:195 config/sparc/sol2-bi.h:205
20499 msgid "may not use both -m32 and -m64"
20500 msgstr ""
20502 #: treelang/lang-specs.h:52
20503 msgid "-pg or -p and -fomit-frame-pointer are incompatible"
20504 msgstr ""
20506 #: java/jvspec.c:80 ada/lang-specs.h:34 gcc.c:796
20507 msgid "-pg and -fomit-frame-pointer are incompatible"
20508 msgstr ""
20510 #: config/vax/netbsd-elf.h:42
20511 msgid "The -shared option is not currently supported for VAX ELF."
20512 msgstr ""
20514 #: config/vax/vax.h:50 config/vax/vax.h:51
20515 msgid "profiling not supported with -mg\n"
20516 msgstr ""
20518 #: config/i386/nwld.h:34
20519 msgid "Static linking is not supported.\n"
20520 msgstr ""
20522 #: config/mcore/mcore.h:57
20523 msgid "the m210 does not have little endian support"
20524 msgstr ""
20526 #: config/sparc/sol2-bi.h:167 config/sparc/sol2-bi.h:172
20527 #: config/sparc/sol2-gld-bi.h:17 config/sparc/sol2-gld-bi.h:22
20528 msgid "does not support multilib"
20529 msgstr ""
20531 #: ada/lang-specs.h:35
20532 msgid "-c or -S required for Ada"
20533 msgstr ""
20535 #: config/i386/sco5.h:189
20536 msgid "-pg not supported on this platform"
20537 msgstr ""
20539 #: config/i386/sco5.h:190
20540 msgid "-p and -pp specified - pick one"
20541 msgstr ""
20543 #: config/i386/sco5.h:264
20544 msgid "-G and -static are mutually exclusive"
20545 msgstr ""
20547 #: config/i386/cygwin.h:29
20548 msgid "mno-cygwin and mno-win32 are not compatible"
20549 msgstr ""
20551 #: config/lynx.h:71
20552 msgid "Cannot use mthreads and mlegacy-threads together."
20553 msgstr ""
20555 #: config/lynx.h:96
20556 msgid "Cannot use mshared and static together."
20557 msgstr ""
20559 #: gcc.c:769
20560 msgid "GCC does not support -C or -CC without -E"
20561 msgstr ""
20563 #: gcc.c:963
20564 msgid "-E required when input is from standard input"
20565 msgstr ""
20567 #: config/rs6000/darwin.h:132
20568 msgid " conflicting code gen style switches are used"
20569 msgstr ""